01JFK3342DTS3ESRMM2PX8REPG: 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: 01JFK341Z9TZYBY37MAM4165P3

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-20T22:32:00.801Zjob assigned to worker 01JFK34BPPKQKN06G9CHPTPWQ3 [factory aws, i-0a0aa60cfaed56a0c] (queued for 1 m 2 s)
 
22024-12-20T22:32:09.271Zstarting task 0: "setup"
32024-12-20T22:32:09.281Z++ uname -s
42024-12-20T22:32:09.284Z+ kern=SunOS
52024-12-20T22:32:09.285Z+ case "$kern" in
62024-12-20T22:32:09.285Z+ groupadd -g 12345 build
72024-12-20T22:32:09.285Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-20T22:32:11.315Z+ zfs create -o mountpoint=/work rpool/work
92024-12-20T22:32:11.362Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-20T22:32:11.367Z+ home_fs=zfs
112024-12-20T22:32:11.367Z+ [[ zfs == autofs ]]
122024-12-20T22:32:11.367Z+ mkdir -p /home/build
132024-12-20T22:32:11.367Z+ chown build:build /home/build /work
142024-12-20T22:32:13.378Z+ chmod 0700 /home/build /work
152024-12-20T22:32:13.417Zprocess exited: duration 4099 ms, exit code 0
 
162024-12-20T22:32:13.441Zstarting task 1: "rust-toolchain"
172024-12-20T22:32:13.445Z+ printf ' * toolchain channel = "%s"
182024-12-20T22:32:13.445Z' 1.81.0
192024-12-20T22:32:13.445Z+ printf ' * toolchain profile = "%s"
202024-12-20T22:32:13.446Z' default
212024-12-20T22:32:13.446Z * toolchain channel = "1.81.0"
222024-12-20T22:32:13.446Z * toolchain profile = "default"
232024-12-20T22:32:13.446Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-20T22:32:13.446Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-20T22:32:13.546Zinfo: downloading installer
262024-12-20T22:32:14.945Zinfo: profile set to 'default'
272024-12-20T22:32:14.945Zinfo: default host triple is x86_64-unknown-illumos
282024-12-20T22:32:14.945Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-20T22:32:15.079Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-20T22:32:15.079Zinfo: downloading component 'cargo'
312024-12-20T22:32:19.175Zinfo: downloading component 'clippy'
322024-12-20T22:32:19.262Zinfo: downloading component 'rust-docs'
332024-12-20T22:32:19.262Zinfo: downloading component 'rust-std'
342024-12-20T22:32:19.262Zinfo: downloading component 'rustc'
352024-12-20T22:32:23.986Zinfo: downloading component 'rustfmt'
362024-12-20T22:32:24.192Zinfo: installing component 'cargo'
372024-12-20T22:32:24.982Zinfo: installing component 'clippy'
382024-12-20T22:32:25.340Zinfo: installing component 'rust-docs'
392024-12-20T22:32:26.975Zinfo: installing component 'rust-std'
402024-12-20T22:32:28.651Zinfo: installing component 'rustc'
412024-12-20T22:32:34.291Zinfo: installing component 'rustfmt'
422024-12-20T22:32:34.614Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-20T22:32:34.614Z
442024-12-20T22:32:34.979Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-20T22:32:34.979Z
462024-12-20T22:32:34.982Z
472024-12-20T22:32:34.982ZRust is installed now. Great!
482024-12-20T22:32:34.982Z
492024-12-20T22:32:34.982ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-20T22:32:34.982Zenvironment variable. This has not been done automatically.
512024-12-20T22:32:34.983Z
522024-12-20T22:32:34.983ZTo configure your current shell, you need to source
532024-12-20T22:32:34.983Zthe corresponding env file under $HOME/.cargo.
542024-12-20T22:32:34.983Z
552024-12-20T22:32:34.983ZThis is usually done by running one of the following (note the leading DOT):
562024-12-20T22:32:34.983Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-20T22:32:34.983Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-20T22:32:35.052Z+ rustc --version
592024-12-20T22:32:35.117Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-20T22:32:35.120Zprocess exited: duration 21684 ms, exit code 0
 
612024-12-20T22:32:35.125Zstarting task 2: "authentication"
622024-12-20T22:32:35.147Zprocess exited: duration 21 ms, exit code 0
 
632024-12-20T22:32:35.153Zstarting task 3: "clone repository"
642024-12-20T22:32:35.160Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-20T22:32:35.163Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-20T22:32:35.479ZCloning into '/work/oxidecomputer/omicron'...
672024-12-20T22:32:42.847Z+ cd /work/oxidecomputer/omicron
682024-12-20T22:32:42.847Z+ git fetch origin 5f3f50751ba1868efb7fad74e5bc041418daf93b
692024-12-20T22:32:43.160ZFrom https://github.com/oxidecomputer/omicron
702024-12-20T22:32:43.160Z * branch 5f3f50751ba1868efb7fad74e5bc041418daf93b -> FETCH_HEAD
712024-12-20T22:32:43.170Z+ [[ -n support-bundle-bg-task ]]
722024-12-20T22:32:43.172Z++ git branch --show-current
732024-12-20T22:32:43.175Z+ current=main
742024-12-20T22:32:43.175Z+ [[ main != support-bundle-bg-task ]]
752024-12-20T22:32:43.175Z+ git branch -f support-bundle-bg-task 5f3f50751ba1868efb7fad74e5bc041418daf93b
762024-12-20T22:32:43.177Z+ git checkout -f support-bundle-bg-task
772024-12-20T22:32:43.346ZSwitched to branch 'support-bundle-bg-task'
782024-12-20T22:32:43.349Z+ git reset --hard 5f3f50751ba1868efb7fad74e5bc041418daf93b
792024-12-20T22:32:43.388ZHEAD is now at 5f3f50751 Merge branch 'support-bundle-simulated-implementation' into support-bundle-bg-task
802024-12-20T22:32:43.391Zprocess exited: duration 8236 ms, exit code 0
 
812024-12-20T22:32:43.396Zstarting task 4: "build"
822024-12-20T22:32:43.401Z+ source .github/buildomat/ci-env.sh
832024-12-20T22:32:43.404Z++ export CARGO_TERM_COLOR=always
842024-12-20T22:32:43.404Z++ CARGO_TERM_COLOR=always
852024-12-20T22:32:43.404Z+ cargo --version
862024-12-20T22:32:43.459Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-12-20T22:32:43.464Z+ rustc --version
882024-12-20T22:32:43.524Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-12-20T22:32:43.527Z+ cargo tree --locked
902024-12-20T22:32:43.783Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
912024-12-20T22:32:44.058Z Updating crates.io index
922024-12-20T22:32:44.062Z Updating git repository `https://github.com/oxidecomputer/maghemite`
932024-12-20T22:32:44.622Z Updating git repository `https://github.com/oxidecomputer/oxnet`
942024-12-20T22:32:44.915Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
952024-12-20T22:32:45.170Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
962024-12-20T22:32:45.461Z Updating git repository `https://github.com/oxidecomputer/propolis`
972024-12-20T22:32:46.428Z Updating git repository `https://github.com/oxidecomputer/crucible`
982024-12-20T22:32:47.998Z Updating git repository `https://github.com/oxidecomputer/opte`
992024-12-20T22:32:48.583Z Updating git repository `https://github.com/oxidecomputer/falcon`
1002024-12-20T22:32:49.396Z Updating git repository `https://github.com/oxidecomputer/clickward`
1012024-12-20T22:32:49.551Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1022024-12-20T22:32:49.857Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1032024-12-20T22:32:50.449Z Updating git repository `https://github.com/oxidecomputer/libipcc`
1042024-12-20T22:32:50.773Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1052024-12-20T22:32:51.178Z Updating git repository `https://github.com/oxidecomputer/tofino`
1062024-12-20T22:32:51.415Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1072024-12-20T22:32:51.817Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1082024-12-20T22:32:52.187Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1092024-12-20T22:32:52.439Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1102024-12-20T22:32:52.760Z Updating git repository `https://github.com/oxidecomputer/ispf`
1112024-12-20T22:32:53.009Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1122024-12-20T22:32:53.389Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1132024-12-20T22:32:54.008Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1142024-12-20T22:32:54.261Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1152024-12-20T22:32:54.534Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1162024-12-20T22:32:54.936Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
1172024-12-20T22:32:55.268Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1182024-12-20T22:32:55.546Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1192024-12-20T22:32:55.845Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1202024-12-20T22:32:57.230Z Downloading crates ...
1212024-12-20T22:32:57.309Z Downloaded adler2 v2.0.0
1222024-12-20T22:32:57.320Z Downloaded addr2line v0.24.2
1232024-12-20T22:32:57.320Z Downloaded aead v0.5.2
1242024-12-20T22:32:57.334Z Downloaded argon2 v0.5.3
1252024-12-20T22:32:57.334Z Downloaded async-stream-impl v0.3.6
1262024-12-20T22:32:57.345Z Downloaded async-object-pool v0.1.5
1272024-12-20T22:32:57.345Z Downloaded atty v0.2.14
1282024-12-20T22:32:57.355Z Downloaded guppy-workspace-hack v0.1.0
1292024-12-20T22:32:57.356Z Downloaded escape8259 v0.5.3
1302024-12-20T22:32:57.356Z Downloaded atomicwrites v0.4.4
1312024-12-20T22:32:57.377Z Downloaded headers-core v0.3.0
1322024-12-20T22:32:57.377Z Downloaded cfg_aliases v0.2.1
1332024-12-20T22:32:57.378Z Downloaded cfg_aliases v0.1.1
1342024-12-20T22:32:57.378Z Downloaded foreign-types-shared v0.3.1
1352024-12-20T22:32:57.378Z Downloaded fd-lock v4.0.2
1362024-12-20T22:32:57.379Z Downloaded errno v0.3.9
1372024-12-20T22:32:57.385Z Downloaded fastrand v2.1.1
1382024-12-20T22:32:57.385Z Downloaded async-recursion v1.1.1
1392024-12-20T22:32:57.385Z Downloaded fxhash v0.2.1
1402024-12-20T22:32:57.385Z Downloaded foreign-types v0.3.2
1412024-12-20T22:32:57.385Z Downloaded async-stream v0.3.6
1422024-12-20T22:32:57.385Z Downloaded anes v0.1.6
1432024-12-20T22:32:57.386Z Downloaded http-range v0.1.5
1442024-12-20T22:32:57.386Z Downloaded async-attributes v1.1.2
1452024-12-20T22:32:57.386Z Downloaded hubpack_derive v0.1.1
1462024-12-20T22:32:57.386Z Downloaded bitfield v0.14.0
1472024-12-20T22:32:57.386Z Downloaded http-body v1.0.1
1482024-12-20T22:32:57.386Z Downloaded anstyle-query v1.1.1
1492024-12-20T22:32:57.386Z Downloaded buf-list v1.0.3
1502024-12-20T22:32:57.389Z Downloaded hex-literal v0.4.1
1512024-12-20T22:32:57.389Z Downloaded foreign-types v0.5.0
1522024-12-20T22:32:57.389Z Downloaded futures-task v0.3.31
1532024-12-20T22:32:57.389Z Downloaded chacha20 v0.9.1
1542024-12-20T22:32:57.394Z Downloaded hash32 v0.2.1
1552024-12-20T22:32:57.394Z Downloaded event-listener v2.5.3
1562024-12-20T22:32:57.405Z Downloaded ghash v0.5.1
1572024-12-20T22:32:57.405Z Downloaded cfg-if v1.0.0
1582024-12-20T22:32:57.406Z Downloaded form_urlencoded v1.2.1
1592024-12-20T22:32:57.411Z Downloaded bitfield-struct v0.6.2
1602024-12-20T22:32:57.411Z Downloaded bit-set v0.5.3
1612024-12-20T22:32:57.411Z Downloaded group v0.13.0
1622024-12-20T22:32:57.411Z Downloaded blowfish v0.9.1
1632024-12-20T22:32:57.411Z Downloaded chrono-tz-build v0.4.0
1642024-12-20T22:32:57.411Z Downloaded hex v0.4.3
1652024-12-20T22:32:57.411Z Downloaded futures-executor v0.3.31
1662024-12-20T22:32:57.419Z Downloaded hash32 v0.3.1
1672024-12-20T22:32:57.420Z Downloaded heck v0.3.3
1682024-12-20T22:32:57.420Z Downloaded hostname v0.4.0
1692024-12-20T22:32:57.430Z Downloaded bitflags v1.3.2
1702024-12-20T22:32:57.430Z Downloaded httpdate v1.0.3
1712024-12-20T22:32:57.430Z Downloaded async-executor v1.13.1
1722024-12-20T22:32:57.430Z Downloaded async-bb8-diesel v0.2.1
1732024-12-20T22:32:57.441Z Downloaded humantime v2.1.0
1742024-12-20T22:32:57.441Z Downloaded fs_extra v1.3.0
1752024-12-20T22:32:57.441Z Downloaded bzip2 v0.4.4
1762024-12-20T22:32:57.441Z Downloaded gethostname v0.5.0
1772024-12-20T22:32:57.445Z Downloaded ff v0.13.0
1782024-12-20T22:32:57.445Z Downloaded futures-channel v0.3.31
1792024-12-20T22:32:57.447Z Downloaded ciborium v0.2.2
1802024-12-20T22:32:57.447Z Downloaded fatfs v0.3.6
1812024-12-20T22:32:57.450Z Downloaded phf_shared v0.10.0
1822024-12-20T22:32:57.451Z Downloaded num-integer v0.1.46
1832024-12-20T22:32:57.451Z Downloaded futures-timer v3.0.3
1842024-12-20T22:32:57.459Z Downloaded peg-runtime v0.8.3
1852024-12-20T22:32:57.459Z Downloaded fragile v2.0.0
1862024-12-20T22:32:57.459Z Downloaded fixedbitset v0.4.2
1872024-12-20T22:32:57.466Z Downloaded event-listener v5.3.1
1882024-12-20T22:32:57.466Z Downloaded async-io v2.3.4
1892024-12-20T22:32:57.466Z Downloaded highway v1.2.0
1902024-12-20T22:32:57.474Z Downloaded num_enum v0.5.11
1912024-12-20T22:32:57.475Z Downloaded hyper-rustls v0.27.3
1922024-12-20T22:32:57.489Z Downloaded scroll_derive v0.12.0
1932024-12-20T22:32:57.489Z Downloaded cbc v0.1.2
1942024-12-20T22:32:57.489Z Downloaded futures v0.3.31
1952024-12-20T22:32:57.491Z Downloaded heck v0.4.1
1962024-12-20T22:32:57.491Z Downloaded hmac v0.12.1
1972024-12-20T22:32:57.502Z Downloaded funty v2.0.0
1982024-12-20T22:32:57.502Z Downloaded sync_wrapper v1.0.1
1992024-12-20T22:32:57.502Z Downloaded sync-ptr v0.1.1
2002024-12-20T22:32:57.502Z Downloaded parse-display-derive v0.10.0
2012024-12-20T22:32:57.502Z Downloaded vte_generate_state_changes v0.1.2
2022024-12-20T22:32:57.502Z Downloaded tower-service v0.3.3
2032024-12-20T22:32:57.503Z Downloaded cancel-safe-futures v0.1.5
2042024-12-20T22:32:57.503Z Downloaded write16 v1.0.0
2052024-12-20T22:32:57.503Z Downloaded cfg-expr v0.17.0
2062024-12-20T22:32:57.517Z Downloaded pkg-config v0.3.31
2072024-12-20T22:32:57.517Z Downloaded progenitor v0.8.0
2082024-12-20T22:32:57.517Z Downloaded usdt-attr-macro v0.5.0
2092024-12-20T22:32:57.518Z Downloaded getrandom v0.2.15
2102024-12-20T22:32:57.526Z Downloaded heck v0.5.0
2112024-12-20T22:32:57.527Z Downloaded quinn-udp v0.5.5
2122024-12-20T22:32:57.527Z Downloaded proc-macro-error-attr v1.0.4
2132024-12-20T22:32:57.527Z Downloaded polyval v0.6.2
2142024-12-20T22:32:57.527Z Downloaded ref-cast-impl v1.0.23
2152024-12-20T22:32:57.527Z Downloaded ref-cast v1.0.23
2162024-12-20T22:32:57.528Z Downloaded bitflags v2.6.0
2172024-12-20T22:32:57.535Z Downloaded crucible-workspace-hack v0.1.0
2182024-12-20T22:32:57.535Z Downloaded scrypt v0.11.0
2192024-12-20T22:32:57.535Z Downloaded signal-hook-mio v0.2.4
2202024-12-20T22:32:57.535Z Downloaded smawk v0.3.2
2212024-12-20T22:32:57.535Z Downloaded futures-macro v0.3.31
2222024-12-20T22:32:57.535Z Downloaded anyhow v1.0.93
2232024-12-20T22:32:57.548Z Downloaded password-hash v0.5.0
2242024-12-20T22:32:57.548Z Downloaded rtoolbox v0.0.2
2252024-12-20T22:32:57.548Z Downloaded smf v0.2.3
2262024-12-20T22:32:57.548Z Downloaded schemars_derive v0.8.21
2272024-12-20T22:32:57.553Z Downloaded tinystr v0.7.6
2282024-12-20T22:32:57.553Z Downloaded bytes v1.8.0
2292024-12-20T22:32:57.553Z Downloaded diesel_table_macro_syntax v0.2.0
2302024-12-20T22:32:57.553Z Downloaded newline-converter v0.3.0
2312024-12-20T22:32:57.553Z Downloaded slog-stdlog v4.1.1
2322024-12-20T22:32:57.556Z Downloaded md5 v0.7.0
2332024-12-20T22:32:57.556Z Downloaded is_ci v1.2.0
2342024-12-20T22:32:57.556Z Downloaded paste v1.0.15
2352024-12-20T22:32:57.560Z Downloaded writeable v0.5.5
2362024-12-20T22:32:57.565Z Downloaded quote v1.0.37
2372024-12-20T22:32:57.565Z Downloaded tokio-native-tls v0.3.1
2382024-12-20T22:32:57.580Z Downloaded unicode-truncate v1.1.0
2392024-12-20T22:32:57.580Z Downloaded zerovec-derive v0.10.3
2402024-12-20T22:32:57.585Z Downloaded postcard v1.0.10
2412024-12-20T22:32:57.585Z Downloaded poly1305 v0.8.0
2422024-12-20T22:32:57.585Z Downloaded usdt v0.5.0
2432024-12-20T22:32:57.585Z Downloaded number_prefix v0.4.0
2442024-12-20T22:32:57.585Z Downloaded num_threads v0.1.7
2452024-12-20T22:32:57.585Z Downloaded whoami v1.5.2
2462024-12-20T22:32:57.585Z Downloaded scroll v0.12.0
2472024-12-20T22:32:57.586Z Downloaded base64 v0.21.7
2482024-12-20T22:32:57.590Z Downloaded openssl-macros v0.1.1
2492024-12-20T22:32:57.590Z Downloaded colored v2.1.0
2502024-12-20T22:32:57.600Z Downloaded new_debug_unreachable v1.0.6
2512024-12-20T22:32:57.600Z Downloaded nested v0.1.1
2522024-12-20T22:32:57.600Z Downloaded ed25519 v2.2.3
2532024-12-20T22:32:57.604Z Downloaded cmake v0.1.51
2542024-12-20T22:32:57.604Z Downloaded difflib v0.4.0
2552024-12-20T22:32:57.604Z Downloaded clap_lex v0.7.2
2562024-12-20T22:32:57.605Z Downloaded defmt-parser v0.3.4
2572024-12-20T22:32:57.605Z Downloaded base64 v0.22.1
2582024-12-20T22:32:57.613Z Downloaded pathdiff v0.2.2
2592024-12-20T22:32:57.613Z Downloaded itoa v1.0.11
2602024-12-20T22:32:57.619Z Downloaded fancy-regex v0.13.0
2612024-12-20T22:32:57.619Z Downloaded russh-cryptovec v0.7.3
2622024-12-20T22:32:57.619Z Downloaded tempfile v3.13.0
2632024-12-20T22:32:57.619Z Downloaded memmap v0.7.0
2642024-12-20T22:32:57.619Z Downloaded md-5 v0.10.6
2652024-12-20T22:32:57.622Z Downloaded tokio-tungstenite v0.23.1
2662024-12-20T22:32:57.623Z Downloaded tokio-tungstenite v0.21.0
2672024-12-20T22:32:57.626Z Downloaded flume v0.11.1
2682024-12-20T22:32:57.633Z Downloaded proc-macro2 v1.0.89
2692024-12-20T22:32:57.637Z Downloaded heapless v0.7.17
2702024-12-20T22:32:57.644Z Downloaded signal-hook v0.3.17
2712024-12-20T22:32:57.653Z Downloaded packed_struct_codegen v0.10.1
2722024-12-20T22:32:57.653Z Downloaded sigpipe v0.1.3
2732024-12-20T22:32:57.653Z Downloaded serde_regex v1.1.0
2742024-12-20T22:32:57.653Z Downloaded defmt-macros v0.3.9
2752024-12-20T22:32:57.653Z Downloaded pest_generator v2.7.14
2762024-12-20T22:32:57.653Z Downloaded ppv-lite86 v0.2.20
2772024-12-20T22:32:57.657Z Downloaded env_logger v0.11.5
2782024-12-20T22:32:57.657Z Downloaded path-tree v0.8.1
2792024-12-20T22:32:57.657Z Downloaded usdt-macro v0.5.0
2802024-12-20T22:32:57.661Z Downloaded toolchain_find v0.4.0
2812024-12-20T22:32:57.661Z Downloaded zone_cfg_derive v0.3.0
2822024-12-20T22:32:57.661Z Downloaded zone_cfg_derive v0.1.2
2832024-12-20T22:32:57.664Z Downloaded darling_macro v0.20.10
2842024-12-20T22:32:57.664Z Downloaded take_mut v0.2.2
2852024-12-20T22:32:57.664Z Downloaded dyn-clone v1.0.17
2862024-12-20T22:32:57.670Z Downloaded rand_core v0.6.4
2872024-12-20T22:32:57.670Z Downloaded rustc_version v0.1.7
2882024-12-20T22:32:57.673Z Downloaded rustc-hash v2.0.0
2892024-12-20T22:32:57.673Z Downloaded env_logger v0.10.2
2902024-12-20T22:32:57.678Z Downloaded num-iter v0.1.45
2912024-12-20T22:32:57.678Z Downloaded unicode-ident v1.0.13
2922024-12-20T22:32:57.684Z Downloaded polling v3.7.3
2932024-12-20T22:32:57.684Z Downloaded rcgen v0.12.1
2942024-12-20T22:32:57.692Z Downloaded libtest-mimic v0.7.3
2952024-12-20T22:32:57.692Z Downloaded jobserver v0.1.32
2962024-12-20T22:32:57.698Z Downloaded tokio-stream v0.1.16
2972024-12-20T22:32:57.698Z Downloaded downcast v0.11.0
2982024-12-20T22:32:57.703Z Downloaded slog-envlogger v2.2.0
2992024-12-20T22:32:57.703Z Downloaded flate2 v1.0.34
3002024-12-20T22:32:57.708Z Downloaded tap v1.0.1
3012024-12-20T22:32:57.708Z Downloaded tokio-macros v2.4.0
3022024-12-20T22:32:57.712Z Downloaded mirai-annotations v1.12.0
3032024-12-20T22:32:57.712Z Downloaded tabwriter v1.4.0
3042024-12-20T22:32:57.712Z Downloaded normalize-line-endings v0.3.0
3052024-12-20T22:32:57.712Z Downloaded tracing-core v0.1.32
3062024-12-20T22:32:57.715Z Downloaded unicase v2.7.0
3072024-12-20T22:32:57.715Z Downloaded parse-size v1.1.0
3082024-12-20T22:32:57.718Z Downloaded wyz v0.5.1
3092024-12-20T22:32:57.718Z Downloaded progenitor-client v0.8.0
3102024-12-20T22:32:57.721Z Downloaded pkcs1 v0.7.5
3112024-12-20T22:32:57.724Z Downloaded zip v0.6.6
3122024-12-20T22:32:57.726Z Downloaded sct v0.7.1
3132024-12-20T22:32:57.732Z Downloaded rustls-pemfile v2.2.0
3142024-12-20T22:32:57.735Z Downloaded num-bigint v0.4.6
3152024-12-20T22:32:57.739Z Downloaded oso-derive v0.27.3
3162024-12-20T22:32:57.743Z Downloaded convert_case v0.4.0
3172024-12-20T22:32:57.743Z Downloaded crossbeam-utils v0.8.20
3182024-12-20T22:32:57.746Z Downloaded dirs-sys-next v0.1.2
3192024-12-20T22:32:57.748Z Downloaded display-error-chain v0.2.2
3202024-12-20T22:32:57.748Z Downloaded target-spec v3.2.2
3212024-12-20T22:32:57.752Z Downloaded dof v0.3.0
3222024-12-20T22:32:57.752Z Downloaded data-encoding v2.6.0
3232024-12-20T22:32:57.755Z Downloaded pin-utils v0.1.0
3242024-12-20T22:32:57.755Z Downloaded strip-ansi-escapes v0.2.0
3252024-12-20T22:32:57.755Z Downloaded stringmetrics v2.2.2
3262024-12-20T22:32:57.760Z Downloaded linked-hash-map v0.5.6
3272024-12-20T22:32:57.760Z Downloaded linear-map v1.2.0
3282024-12-20T22:32:57.765Z Downloaded impl-trait-for-tuples v0.2.2
3292024-12-20T22:32:57.765Z Downloaded zone v0.3.0
3302024-12-20T22:32:57.770Z Downloaded mockall v0.13.0
3312024-12-20T22:32:57.770Z Downloaded idna_adapter v1.2.0
3322024-12-20T22:32:57.770Z Downloaded want v0.3.1
3332024-12-20T22:32:57.772Z Downloaded waitgroup v0.1.2
3342024-12-20T22:32:57.772Z Downloaded kv-log-macro v1.0.7
3352024-12-20T22:32:57.773Z Downloaded indicatif v0.17.9
3362024-12-20T22:32:57.777Z Downloaded pbkdf2 v0.12.2
3372024-12-20T22:32:57.780Z Downloaded darling v0.20.10
3382024-12-20T22:32:57.783Z Downloaded constant_time_eq v0.3.1
3392024-12-20T22:32:57.786Z Downloaded cookie_store v0.21.0
3402024-12-20T22:32:57.791Z Downloaded heapless v0.8.0
3412024-12-20T22:32:57.793Z Downloaded curve25519-dalek-derive v0.1.1
3422024-12-20T22:32:57.793Z Downloaded const_format_proc_macros v0.2.33
3432024-12-20T22:32:57.797Z Downloaded hashbrown v0.13.2
3442024-12-20T22:32:57.800Z Downloaded slog-async v2.8.0
3452024-12-20T22:32:57.813Z Downloaded equivalent v1.0.1
3462024-12-20T22:32:57.818Z Downloaded structmeta v0.2.0
3472024-12-20T22:32:57.818Z Downloaded threadpool v1.8.1
3482024-12-20T22:32:57.818Z Downloaded thread_local v1.1.8
3492024-12-20T22:32:57.818Z Downloaded thread-id v4.2.2
3502024-12-20T22:32:57.818Z Downloaded serde_tokenstream v0.2.2
3512024-12-20T22:32:57.818Z Downloaded string_cache v0.8.7
3522024-12-20T22:32:57.818Z Downloaded structmeta-derive v0.3.0
3532024-12-20T22:32:57.818Z Downloaded shlex v1.3.0
3542024-12-20T22:32:57.819Z Downloaded num v0.4.3
3552024-12-20T22:32:57.829Z Downloaded rand_distr v0.4.3
3562024-12-20T22:32:57.829Z Downloaded vergen v8.3.2
3572024-12-20T22:32:57.839Z Downloaded strsim v0.11.1
3582024-12-20T22:32:57.839Z Downloaded zip v2.1.3
3592024-12-20T22:32:57.839Z Downloaded slog-bunyan v2.5.0
3602024-12-20T22:32:57.839Z Downloaded concurrent-queue v2.5.0
3612024-12-20T22:32:57.843Z Downloaded nom v7.1.3
3622024-12-20T22:32:57.843Z Downloaded ctr v0.9.2
3632024-12-20T22:32:57.843Z Downloaded path-slash v0.1.5
3642024-12-20T22:32:57.850Z Downloaded indexmap v2.6.0
3652024-12-20T22:32:57.853Z Downloaded untrusted v0.9.0
3662024-12-20T22:32:57.853Z Downloaded pin-project-lite v0.2.14
3672024-12-20T22:32:57.855Z Downloaded slog-dtrace v0.3.0
3682024-12-20T22:32:57.859Z Downloaded plotters-svg v0.3.7
3692024-12-20T22:32:57.859Z Downloaded hashbrown v0.14.5
3702024-12-20T22:32:57.864Z Downloaded strum v0.26.3
3712024-12-20T22:32:57.873Z Downloaded serde-big-array v0.5.1
3722024-12-20T22:32:57.899Z Downloaded enum-as-inner v0.6.1
3732024-12-20T22:32:57.899Z Downloaded is_terminal_polyfill v1.70.1
3742024-12-20T22:32:57.899Z Downloaded libefi-sys v0.1.0
3752024-12-20T22:32:57.899Z Downloaded nodrop v0.1.14
3762024-12-20T22:32:57.899Z Downloaded multimap v0.10.0
3772024-12-20T22:32:57.899Z Downloaded tokio-tungstenite v0.24.0
3782024-12-20T22:32:57.921Z Downloaded litemap v0.7.3
3792024-12-20T22:32:57.921Z Downloaded once_cell v1.20.2
3802024-12-20T22:32:57.921Z Downloaded mockall_derive v0.13.0
3812024-12-20T22:32:57.921Z Downloaded tungstenite v0.23.0
3822024-12-20T22:32:57.921Z Downloaded oorandom v11.1.4
3832024-12-20T22:32:57.921Z Downloaded rand_seeder v0.3.0
3842024-12-20T22:32:57.921Z Downloaded cookie v0.18.1
3852024-12-20T22:32:57.921Z Downloaded console v0.15.8
3862024-12-20T22:32:57.921Z Downloaded serde v1.0.215
3872024-12-20T22:32:57.921Z Downloaded pin-project-internal v1.1.6
3882024-12-20T22:32:57.921Z Downloaded nu-ansi-term v0.50.1
3892024-12-20T22:32:57.925Z Downloaded radium v0.7.0
3902024-12-20T22:32:57.925Z Downloaded ryu v1.0.18
3912024-12-20T22:32:57.925Z Downloaded tokio-rustls v0.26.0
3922024-12-20T22:32:57.925Z Downloaded dtrace-parser v0.2.0
3932024-12-20T22:32:57.925Z Downloaded deranged v0.3.11
3942024-12-20T22:32:57.925Z Downloaded instant v0.1.13
3952024-12-20T22:32:57.925Z Downloaded cstr-argument v0.1.2
3962024-12-20T22:32:57.925Z Downloaded slog-json v2.6.1
3972024-12-20T22:32:57.925Z Downloaded serde-hex v0.1.0
3982024-12-20T22:32:57.928Z Downloaded tls_codec_derive v0.4.1
3992024-12-20T22:32:57.928Z Downloaded num-rational v0.4.2
4002024-12-20T22:32:57.932Z Downloaded multer v3.1.0
4012024-12-20T22:32:57.934Z Downloaded toml v0.7.8
4022024-12-20T22:32:57.938Z Downloaded reedline v0.35.0
4032024-12-20T22:32:57.947Z Downloaded opaque-debug v0.3.1
4042024-12-20T22:32:57.949Z Downloaded newtype_derive v0.1.6
4052024-12-20T22:32:57.949Z Downloaded xattr v1.3.1
4062024-12-20T22:32:57.953Z Downloaded const-oid v0.9.6
4072024-12-20T22:32:57.955Z Downloaded password-hash v0.4.2
4082024-12-20T22:32:57.956Z Downloaded partial-io v0.5.4
4092024-12-20T22:32:57.959Z Downloaded plotters-backend v0.3.7
4102024-12-20T22:32:57.970Z Downloaded postgres-protocol v0.6.7
4112024-12-20T22:32:57.970Z Downloaded vte v0.11.1
4122024-12-20T22:32:57.973Z Downloaded hkdf v0.12.4
4132024-12-20T22:32:57.973Z Downloaded crunchy v0.2.2
4142024-12-20T22:32:57.973Z Downloaded vsss-rs v3.3.4
4152024-12-20T22:32:57.973Z Downloaded swrite v0.1.0
4162024-12-20T22:32:57.973Z Downloaded mime v0.3.17
4172024-12-20T22:32:57.978Z Downloaded managed v0.8.0
4182024-12-20T22:32:57.978Z Downloaded indoc v2.0.5
4192024-12-20T22:32:57.983Z Downloaded inout v0.1.3
4202024-12-20T22:32:57.983Z Downloaded cpufeatures v0.2.14
4212024-12-20T22:32:57.987Z Downloaded rstest_macros v0.23.0
4222024-12-20T22:32:57.988Z Downloaded x509-cert v0.2.5
4232024-12-20T22:32:57.992Z Downloaded yoke-derive v0.7.4
4242024-12-20T22:32:57.995Z Downloaded newtype-uuid v1.1.3
4252024-12-20T22:32:58.000Z Downloaded rusqlite v0.32.1
4262024-12-20T22:32:58.004Z Downloaded icu_provider_macros v1.5.0
4272024-12-20T22:32:58.007Z Downloaded endian-type v0.1.2
4282024-12-20T22:32:58.007Z Downloaded proc-macro-crate v1.3.1
4292024-12-20T22:32:58.007Z Downloaded futures-util v0.3.31
4302024-12-20T22:32:58.026Z Downloaded precomputed-hash v0.1.1
4312024-12-20T22:32:58.029Z Downloaded target-triple v0.1.3
4322024-12-20T22:32:58.029Z Downloaded crossbeam-deque v0.8.5
4332024-12-20T22:32:58.029Z Downloaded num-conv v0.1.0
4342024-12-20T22:32:58.029Z Downloaded ident_case v1.0.1
4352024-12-20T22:32:58.029Z Downloaded signal-hook-registry v1.4.2
4362024-12-20T22:32:58.029Z Downloaded semver v0.1.20
4372024-12-20T22:32:58.029Z Downloaded unicode-linebreak v0.1.5
4382024-12-20T22:32:58.032Z Downloaded topological-sort v0.2.2
4392024-12-20T22:32:58.032Z Downloaded strum_macros v0.25.3
4402024-12-20T22:32:58.038Z Downloaded strum_macros v0.24.3
4412024-12-20T22:32:58.038Z Downloaded icu_normalizer v1.5.0
4422024-12-20T22:32:58.045Z Downloaded icu_collections v1.5.0
4432024-12-20T22:32:58.048Z Downloaded try-lock v0.2.5
4442024-12-20T22:32:58.048Z Downloaded termtree v0.4.1
4452024-12-20T22:32:58.049Z Downloaded twox-hash v1.6.3
4462024-12-20T22:32:58.053Z Downloaded ron v0.7.1
4472024-12-20T22:32:58.057Z Downloaded rustls-webpki v0.101.7
4482024-12-20T22:32:58.070Z Downloaded zerofrom v0.1.4
4492024-12-20T22:32:58.073Z Downloaded hyper v1.5.0
4502024-12-20T22:32:58.082Z Downloaded openssl-probe v0.1.5
4512024-12-20T22:32:58.086Z Downloaded dirs-next v2.0.0
4522024-12-20T22:32:58.086Z Downloaded lockfree-object-pool v0.1.6
4532024-12-20T22:32:58.086Z Downloaded lazycell v1.3.0
4542024-12-20T22:32:58.086Z Downloaded shell-words v1.1.0
4552024-12-20T22:32:58.090Z Downloaded ron v0.8.1
4562024-12-20T22:32:58.092Z Downloaded psl-types v2.0.11
4572024-12-20T22:32:58.092Z Downloaded progenitor-macro v0.8.0
4582024-12-20T22:32:58.096Z Downloaded strum_macros v0.26.4
4592024-12-20T22:32:58.098Z Downloaded icu_normalizer_data v1.5.0
4602024-12-20T22:32:58.098Z Downloaded primeorder v0.13.6
4612024-12-20T22:32:58.101Z Downloaded phf v0.11.2
4622024-12-20T22:32:58.101Z Downloaded thiserror-impl v1.0.69
4632024-12-20T22:32:58.108Z Downloaded bindgen v0.69.5
4642024-12-20T22:32:58.111Z Downloaded tinyvec_macros v0.1.1
4652024-12-20T22:32:58.115Z Downloaded chrono v0.4.38
4662024-12-20T22:32:58.121Z Downloaded time-core v0.1.2
4672024-12-20T22:32:58.123Z Downloaded h2 v0.4.6
4682024-12-20T22:32:58.128Z Downloaded hyper-tls v0.6.0
4692024-12-20T22:32:58.132Z Downloaded dhcproto-macros v0.1.0
4702024-12-20T22:32:58.133Z Downloaded csv-core v0.1.11
4712024-12-20T22:32:58.135Z Downloaded criterion-plot v0.5.0
4722024-12-20T22:32:58.135Z Downloaded digest v0.10.7
4732024-12-20T22:32:58.138Z Downloaded proc-macro-error v1.0.4
4742024-12-20T22:32:58.140Z Downloaded pest_meta v2.7.14
4752024-12-20T22:32:58.143Z Downloaded winnow v0.5.40
4762024-12-20T22:32:58.151Z Downloaded serde_urlencoded v0.7.1
4772024-12-20T22:32:58.154Z Downloaded semver v1.0.23
4782024-12-20T22:32:58.156Z Downloaded rustls-native-certs v0.7.3
4792024-12-20T22:32:58.159Z Downloaded parse-display v0.10.0
4802024-12-20T22:32:58.162Z Downloaded thiserror v2.0.3
4812024-12-20T22:32:58.166Z Downloaded async-std v1.13.0
4822024-12-20T22:32:58.187Z Downloaded datatest-stable v0.2.9
4832024-12-20T22:32:58.191Z Downloaded zerocopy-derive v0.7.35
4842024-12-20T22:32:58.194Z Downloaded icu_provider v1.5.0
4852024-12-20T22:32:58.196Z Downloaded lru v0.12.5
4862024-12-20T22:32:58.199Z Downloaded git2 v0.19.0
4872024-12-20T22:32:58.206Z Downloaded num-complex v0.4.6
4882024-12-20T22:32:58.209Z Downloaded rustyline v14.0.0
4892024-12-20T22:32:58.213Z Downloaded thiserror-no-std v2.0.2
4902024-12-20T22:32:58.219Z Downloaded tui-tree-widget v0.22.0
4912024-12-20T22:32:58.222Z Downloaded toml_datetime v0.6.8
4922024-12-20T22:32:58.222Z Downloaded parking_lot_core v0.8.6
4932024-12-20T22:32:58.225Z Downloaded terminal_size v0.4.0
4942024-12-20T22:32:58.228Z Downloaded progenitor-impl v0.8.0
4952024-12-20T22:32:58.228Z Downloaded miniz_oxide v0.8.0
4962024-12-20T22:32:58.230Z Downloaded termios v0.3.3
4972024-12-20T22:32:58.233Z Downloaded tokio-util v0.7.12
4982024-12-20T22:32:58.239Z Downloaded pretty-hex v0.4.1
4992024-12-20T22:32:58.242Z Downloaded pretty-hex v0.2.1
5002024-12-20T22:32:58.242Z Downloaded ipnetwork v0.20.0
5012024-12-20T22:32:58.245Z Downloaded ena v0.14.3
5022024-12-20T22:32:58.247Z Downloaded tokio-rustls v0.25.0
5032024-12-20T22:32:58.250Z Downloaded rand_xorshift v0.3.0
5042024-12-20T22:32:58.250Z Downloaded predicates-tree v1.0.11
5052024-12-20T22:32:58.252Z Downloaded der_derive v0.7.3
5062024-12-20T22:32:58.253Z Downloaded termcolor v1.4.1
5072024-12-20T22:32:58.255Z Downloaded time-macros v0.2.18
5082024-12-20T22:32:58.257Z Downloaded sqlformat v0.2.6
5092024-12-20T22:32:58.260Z Downloaded rustls-webpki v0.102.8
5102024-12-20T22:32:58.277Z Downloaded matches v0.1.10
5112024-12-20T22:32:58.279Z Downloaded maplit v1.0.2
5122024-12-20T22:32:58.279Z Downloaded macaddr v1.0.1
5132024-12-20T22:32:58.282Z Downloaded lru-cache v0.1.2
5142024-12-20T22:32:58.283Z Downloaded lalrpop-util v0.19.12
5152024-12-20T22:32:58.283Z Downloaded internet-checksum v0.2.1
5162024-12-20T22:32:58.285Z Downloaded universal-hash v0.5.1
5172024-12-20T22:32:58.285Z Downloaded sha2 v0.10.8
5182024-12-20T22:32:58.288Z Downloaded crc v3.2.1
5192024-12-20T22:32:58.290Z Downloaded indoc v1.0.9
5202024-12-20T22:32:58.294Z Downloaded parking_lot v0.12.3
5212024-12-20T22:32:58.297Z Downloaded prettyplease v0.2.25
5222024-12-20T22:32:58.299Z Downloaded papergrid v0.11.0
5232024-12-20T22:32:58.303Z Downloaded sqlparser_derive v0.2.2
5242024-12-20T22:32:58.305Z Downloaded utf8_iter v1.0.4
5252024-12-20T22:32:58.305Z Downloaded untrusted v0.7.1
5262024-12-20T22:32:58.308Z Downloaded trybuild v1.0.101
5272024-12-20T22:32:58.311Z Downloaded utf8parse v0.2.2
5282024-12-20T22:32:58.314Z Downloaded static_assertions v1.1.0
5292024-12-20T22:32:58.314Z Downloaded quick-error v1.2.3
5302024-12-20T22:32:58.316Z Downloaded nanorand v0.7.0
5312024-12-20T22:32:58.319Z Downloaded either v1.13.0
5322024-12-20T22:32:58.319Z Downloaded icu_locid_transform v1.5.0
5332024-12-20T22:32:58.321Z Downloaded clap v4.5.21
5342024-12-20T22:32:58.331Z Downloaded nibble_vec v0.1.0
5352024-12-20T22:32:58.334Z Downloaded typify-macro v0.2.0
5362024-12-20T22:32:58.334Z Downloaded typify v0.2.0
5372024-12-20T22:32:58.336Z Downloaded match_cfg v0.1.0
5382024-12-20T22:32:58.336Z Downloaded dhcproto v0.12.0
5392024-12-20T22:32:58.339Z Downloaded signal-hook-tokio v0.3.1
5402024-12-20T22:32:58.342Z Downloaded pin-project v1.1.6
5412024-12-20T22:32:58.351Z Downloaded crc-catalog v2.4.0
5422024-12-20T22:32:58.354Z Downloaded rustfmt-wrapper v0.2.1
5432024-12-20T22:32:58.358Z Downloaded rustc-hash v1.1.0
5442024-12-20T22:32:58.360Z Downloaded samael v0.0.17
5452024-12-20T22:32:58.363Z Downloaded ciborium-io v0.2.2
5462024-12-20T22:32:58.363Z Downloaded signature v2.2.0
5472024-12-20T22:32:58.365Z Downloaded openssl-sys v0.9.103
5482024-12-20T22:32:58.368Z Downloaded proptest v1.5.0
5492024-12-20T22:32:58.378Z Downloaded cipher v0.4.4
5502024-12-20T22:32:58.382Z Downloaded ciborium-ll v0.2.2
5512024-12-20T22:32:58.382Z Downloaded stable_deref_trait v1.2.0
5522024-12-20T22:32:58.387Z Downloaded rustc_version v0.4.1
5532024-12-20T22:32:58.387Z Downloaded mime_guess v2.0.5
5542024-12-20T22:32:58.387Z Downloaded zone v0.1.8
5552024-12-20T22:32:58.388Z Downloaded uzers v0.12.1
5562024-12-20T22:32:58.391Z Downloaded iana-time-zone v0.1.61
5572024-12-20T22:32:58.393Z Downloaded gimli v0.31.1
5582024-12-20T22:32:58.399Z Downloaded relative-path v1.9.3
5592024-12-20T22:32:58.403Z Downloaded plain v0.2.3
5602024-12-20T22:32:58.403Z Downloaded icu_locid_transform_data v1.5.0
5612024-12-20T22:32:58.405Z Downloaded predicates-core v1.0.8
5622024-12-20T22:32:58.405Z Downloaded ucd-trie v0.1.7
5632024-12-20T22:32:58.409Z Downloaded typenum v1.17.0
5642024-12-20T22:32:58.411Z Downloaded embedded-io v0.4.0
5652024-12-20T22:32:58.412Z Downloaded memmap2 v0.9.5
5662024-12-20T22:32:58.415Z Downloaded toml_edit v0.22.22
5672024-12-20T22:32:58.435Z Downloaded diesel-dtrace v0.4.2
5682024-12-20T22:32:58.437Z Downloaded zeroize v1.8.1
5692024-12-20T22:32:58.440Z Downloaded dropshot_endpoint v0.13.0
5702024-12-20T22:32:58.443Z Downloaded p256 v0.13.2
5712024-12-20T22:32:58.445Z Downloaded zerofrom-derive v0.1.4
5722024-12-20T22:32:58.445Z Downloaded der v0.7.9
5732024-12-20T22:32:58.450Z Downloaded embedded-io v0.6.1
5742024-12-20T22:32:58.452Z Downloaded predicates v3.1.2
5752024-12-20T22:32:58.457Z Downloaded uuid v1.11.0
5762024-12-20T22:32:58.457Z Downloaded unsafe-libyaml v0.2.11
5772024-12-20T22:32:58.460Z Downloaded similar-asserts v1.6.0
5782024-12-20T22:32:58.463Z Downloaded zerocopy-derive v0.8.10
5792024-12-20T22:32:58.469Z Downloaded rustc-demangle v0.1.24
5802024-12-20T22:32:58.472Z Downloaded crc-any v2.5.0
5812024-12-20T22:32:58.475Z Downloaded snafu-derive v0.8.5
5822024-12-20T22:32:58.475Z Downloaded tungstenite v0.24.0
5832024-12-20T22:32:58.478Z Downloaded clap_builder v4.5.21
5842024-12-20T22:32:58.484Z Downloaded diesel_derives v2.2.3
5852024-12-20T22:32:58.489Z Downloaded crc32fast v1.4.2
5862024-12-20T22:32:58.491Z Downloaded plotters v0.3.7
5872024-12-20T22:32:58.500Z Downloaded hyper-staticfile v0.10.1
5882024-12-20T22:32:58.503Z Downloaded similar v2.6.0
5892024-12-20T22:32:58.507Z Downloaded icu_locid v1.5.0
5902024-12-20T22:32:58.515Z Downloaded clang-sys v1.8.1
5912024-12-20T22:32:58.518Z Downloaded socket2 v0.5.7
5922024-12-20T22:32:58.518Z Downloaded rust-argon2 v2.1.0
5932024-12-20T22:32:58.521Z Downloaded snafu v0.8.5
5942024-12-20T22:32:58.526Z Downloaded publicsuffix v2.2.3
5952024-12-20T22:32:58.530Z Downloaded idna v0.2.3
5962024-12-20T22:32:58.536Z Downloaded icu_properties_data v1.5.0
5972024-12-20T22:32:58.551Z Downloaded steno v0.4.1
5982024-12-20T22:32:58.554Z Downloaded idna v0.3.0
5992024-12-20T22:32:58.558Z Downloaded elliptic-curve v0.13.8
6002024-12-20T22:32:58.561Z Downloaded p384 v0.13.0
6012024-12-20T22:32:58.567Z Downloaded time v0.3.36
6022024-12-20T22:32:58.594Z Downloaded itertools v0.10.5
6032024-12-20T22:32:58.612Z Downloaded object v0.36.5
6042024-12-20T22:32:58.612Z Downloaded ssh-key v0.6.6
6052024-12-20T22:32:58.634Z Downloaded tough v0.19.0
6062024-12-20T22:32:58.634Z Downloaded itertools v0.12.1
6072024-12-20T22:32:58.634Z Downloaded rayon v1.10.0
6082024-12-20T22:32:58.645Z Downloaded itertools v0.13.0
6092024-12-20T22:32:58.645Z Downloaded webpki-roots v0.26.6
6102024-12-20T22:32:58.645Z Downloaded rustls v0.22.4
6112024-12-20T22:32:58.667Z Downloaded num-bigint-dig v0.8.4
6122024-12-20T22:32:58.681Z Downloaded hickory-proto v0.24.1
6132024-12-20T22:32:58.681Z Downloaded syn v1.0.109
6142024-12-20T22:32:58.698Z Downloaded sqlparser v0.45.0
6152024-12-20T22:32:58.698Z Downloaded petname v2.0.2
6162024-12-20T22:32:58.707Z Downloaded bstr v1.10.0
6172024-12-20T22:32:58.707Z Downloaded reqwest v0.12.9
6182024-12-20T22:32:58.721Z Downloaded openssl v0.10.66
6192024-12-20T22:32:58.730Z Downloaded tabled v0.15.0
6202024-12-20T22:32:58.747Z Downloaded polar-core v0.27.3
6212024-12-20T22:32:58.774Z Downloaded lalrpop v0.19.12
6222024-12-20T22:32:58.815Z Downloaded regex-syntax v0.8.5
6232024-12-20T22:32:58.815Z Downloaded dropshot v0.12.0
6242024-12-20T22:32:58.863Z Downloaded object v0.30.4
6252024-12-20T22:32:58.863Z Downloaded rustls v0.21.12
6262024-12-20T22:32:58.863Z Downloaded nix v0.27.1
6272024-12-20T22:32:58.863Z Downloaded regex-syntax v0.6.29
6282024-12-20T22:32:58.863Z Downloaded dropshot v0.13.0
6292024-12-20T22:32:58.902Z Downloaded nix v0.28.0
6302024-12-20T22:32:58.902Z Downloaded nix v0.29.0
6312024-12-20T22:32:58.902Z Downloaded curve25519-dalek v4.1.3
6322024-12-20T22:32:58.974Z Downloaded idna v0.4.0
6332024-12-20T22:32:58.974Z Downloaded regress v0.10.1
6342024-12-20T22:32:58.974Z Downloaded diesel v2.2.6
6352024-12-20T22:32:58.974Z Downloaded rustix v0.38.37
6362024-12-20T22:32:59.032Z Downloaded regress v0.9.1
6372024-12-20T22:32:59.033Z Downloaded unicode-width v0.2.0
6382024-12-20T22:32:59.033Z Downloaded openapiv3 v2.0.0
6392024-12-20T22:32:59.033Z Downloaded radix_trie v0.2.1
6402024-12-20T22:32:59.033Z Downloaded idna v0.5.0
6412024-12-20T22:32:59.033Z Downloaded vcpkg v0.2.15
6422024-12-20T22:32:59.092Z Downloaded rustls v0.23.19
6432024-12-20T22:32:59.092Z Downloaded chrono-tz v0.10.0
6442024-12-20T22:32:59.092Z Downloaded serde_json v1.0.132
6452024-12-20T22:32:59.092Z Downloaded sled v0.34.7
6462024-12-20T22:32:59.092Z Downloaded smoltcp v0.11.0
6472024-12-20T22:32:59.123Z Downloaded criterion v0.5.1
6482024-12-20T22:32:59.123Z Downloaded serde_with v3.11.0
6492024-12-20T22:32:59.123Z Downloaded bzip2-sys v0.1.11+1.0.8
6502024-12-20T22:32:59.123Z Downloaded regex-automata v0.4.8
6512024-12-20T22:32:59.123Z Downloaded ratatui v0.28.1
6522024-12-20T22:32:59.226Z Downloaded salty v0.3.0
6532024-12-20T22:32:59.226Z Downloaded trust-dns-proto v0.22.0
6542024-12-20T22:32:59.226Z Downloaded typify-impl v0.2.0
6552024-12-20T22:32:59.245Z Downloaded smoltcp v0.9.1
6562024-12-20T22:32:59.245Z Downloaded lzma-sys v0.1.20
6572024-12-20T22:32:59.245Z Downloaded zerocopy-derive v0.6.6
6582024-12-20T22:32:59.245Z Downloaded zerovec v0.10.4
6592024-12-20T22:32:59.245Z Downloaded zerocopy v0.8.10
6602024-12-20T22:32:59.245Z Downloaded serde_yaml v0.9.34+deprecated
6612024-12-20T22:32:59.245Z Downloaded unicode-normalization v0.1.24
6622024-12-20T22:32:59.245Z Downloaded sha3 v0.10.8
6632024-12-20T22:32:59.245Z Downloaded unicode-width v0.1.14
6642024-12-20T22:32:59.245Z Downloaded syn v2.0.87
6652024-12-20T22:32:59.269Z Downloaded rayon-core v1.12.1
6662024-12-20T22:32:59.269Z Downloaded csv v1.3.0
6672024-12-20T22:32:59.288Z Downloaded petgraph v0.6.5
6682024-12-20T22:32:59.288Z Downloaded libc v0.2.162
6692024-12-20T22:32:59.304Z Downloaded tokio v1.40.0
6702024-12-20T22:32:59.341Z Downloaded quinn v0.11.5
6712024-12-20T22:32:59.372Z Downloaded mio v1.0.2
6722024-12-20T22:32:59.373Z Downloaded pest v2.7.14
6732024-12-20T22:32:59.373Z Downloaded unicode-segmentation v1.12.0
6742024-12-20T22:32:59.391Z Downloaded serde_with_macros v3.11.0
6752024-12-20T22:32:59.391Z Downloaded parse-zoneinfo v0.3.1
6762024-12-20T22:32:59.391Z Downloaded regex v1.11.1
6772024-12-20T22:32:59.391Z Downloaded ed25519-dalek v2.1.1
6782024-12-20T22:32:59.391Z Downloaded libz-sys v1.1.20
6792024-12-20T22:32:59.402Z Downloaded num-traits v0.2.19
6802024-12-20T22:32:59.402Z Downloaded minimal-lexical v0.2.1
6812024-12-20T22:32:59.402Z Downloaded tinyvec v1.8.0
6822024-12-20T22:32:59.402Z Downloaded httpmock v0.8.0-alpha.1
6832024-12-20T22:32:59.427Z Downloaded crossbeam-channel v0.5.13
6842024-12-20T22:32:59.439Z Downloaded yansi v1.0.1
6852024-12-20T22:32:59.439Z Downloaded toml_edit v0.19.15
6862024-12-20T22:32:59.439Z Downloaded hyper-util v0.1.10
6872024-12-20T22:32:59.439Z Downloaded const_format v0.2.33
6882024-12-20T22:32:59.455Z Downloaded idna v1.0.3
6892024-12-20T22:32:59.456Z Downloaded zopfli v0.8.1
6902024-12-20T22:32:59.474Z Downloaded quick-xml v0.33.0
6912024-12-20T22:32:59.474Z Downloaded typed-path v0.9.3
6922024-12-20T22:32:59.474Z Downloaded crypto-bigint v0.5.5
6932024-12-20T22:32:59.486Z Downloaded term v0.7.0
6942024-12-20T22:32:59.486Z Downloaded pkcs8 v0.10.2
6952024-12-20T22:32:59.487Z Downloaded pem-rfc7468 v0.7.0
6962024-12-20T22:32:59.487Z Downloaded lazy_static v1.5.0
6972024-12-20T22:32:59.487Z Downloaded tinytemplate v1.2.1
6982024-12-20T22:32:59.487Z Downloaded ipnet v2.10.1
6992024-12-20T22:32:59.487Z Downloaded zerocopy v0.7.35
7002024-12-20T22:32:59.495Z Downloaded sha1 v0.10.6
7012024-12-20T22:32:59.495Z Downloaded phf_shared v0.11.2
7022024-12-20T22:32:59.495Z Downloaded percent-encoding v2.3.1
7032024-12-20T22:32:59.495Z Downloaded pem v3.0.4
7042024-12-20T22:32:59.576Z Downloaded num_cpus v1.16.0
7052024-12-20T22:32:59.576Z Downloaded log v0.4.22
7062024-12-20T22:32:59.576Z Downloaded zerocopy v0.6.6
7072024-12-20T22:32:59.619Z Downloaded winnow v0.6.20
7082024-12-20T22:32:59.619Z Downloaded quinn-proto v0.11.8
7092024-12-20T22:32:59.619Z Downloaded portable-atomic v1.9.0
7102024-12-20T22:32:59.620Z Downloaded num_enum_derive v0.5.11
7112024-12-20T22:32:59.620Z Downloaded maybe-uninit v2.0.0
7122024-12-20T22:32:59.620Z Downloaded unicode-xid v0.2.6
7132024-12-20T22:32:59.620Z Downloaded rustls-pemfile v1.0.4
7142024-12-20T22:32:59.620Z Downloaded xz2 v0.1.7
7152024-12-20T22:32:59.620Z Downloaded bitvec v1.0.1
7162024-12-20T22:32:59.620Z Downloaded yoke v0.7.4
7172024-12-20T22:32:59.620Z Downloaded yasna v0.5.2
7182024-12-20T22:32:59.620Z Downloaded sec1 v0.7.3
7192024-12-20T22:32:59.620Z Downloaded rustversion v1.0.17
7202024-12-20T22:32:59.620Z Downloaded parking v2.2.1
7212024-12-20T22:32:59.620Z Downloaded subtle v2.6.1
7222024-12-20T22:32:59.621Z Downloaded serde_derive v1.0.215
7232024-12-20T22:32:59.621Z Downloaded rand v0.8.5
7242024-12-20T22:32:59.621Z Downloaded qorb v0.2.1
7252024-12-20T22:32:59.621Z Downloaded enum-as-inner v0.5.1
7262024-12-20T22:32:59.621Z Downloaded parking_lot_core v0.9.10
7272024-12-20T22:32:59.621Z Downloaded value-bag v1.9.0
7282024-12-20T22:32:59.621Z Downloaded unicode-properties v0.1.3
7292024-12-20T22:32:59.621Z Downloaded goblin v0.8.2
7302024-12-20T22:32:59.622Z Downloaded ssh-cipher v0.2.0
7312024-12-20T22:32:59.622Z Downloaded secrecy v0.8.0
7322024-12-20T22:32:59.622Z Downloaded instability v0.3.2
7332024-12-20T22:32:59.622Z Downloaded dunce v1.0.5
7342024-12-20T22:32:59.622Z Downloaded derive_more v0.99.18
7352024-12-20T22:32:59.622Z Downloaded utf16_iter v1.0.5
7362024-12-20T22:32:59.622Z Downloaded compact_str v0.8.0
7372024-12-20T22:32:59.622Z Downloaded rsa v0.9.6
7382024-12-20T22:32:59.665Z Downloaded num-derive v0.4.2
7392024-12-20T22:32:59.666Z Downloaded tls_codec v0.4.1
7402024-12-20T22:32:59.666Z Downloaded pretty_assertions v1.4.1
7412024-12-20T22:32:59.666Z Downloaded libxml v0.3.3
7422024-12-20T22:32:59.666Z Downloaded crossterm v0.28.1
7432024-12-20T22:32:59.666Z Downloaded encoding_rs v0.8.34
7442024-12-20T22:32:59.667Z Downloaded aws-lc-rs v1.10.0
7452024-12-20T22:32:59.668Z Downloaded russh-keys v0.45.0
7462024-12-20T22:32:59.680Z Downloaded omicron-zone-package v0.11.1
7472024-12-20T22:32:59.680Z Downloaded unicode-bidi v0.3.17
7482024-12-20T22:32:59.680Z Downloaded toml v0.8.19
7492024-12-20T22:32:59.680Z Downloaded libm v0.2.8
7502024-12-20T22:32:59.680Z Downloaded tokio-postgres v0.7.12
7512024-12-20T22:32:59.680Z Downloaded tokio-rustls v0.24.1
7522024-12-20T22:32:59.680Z Downloaded dsl_auto_type v0.1.2
7532024-12-20T22:32:59.680Z Downloaded crypto-common v0.1.6
7542024-12-20T22:32:59.680Z Downloaded zeroize_derive v1.4.2
7552024-12-20T22:32:59.681Z Downloaded serde_derive_internals v0.29.1
7562024-12-20T22:32:59.681Z Downloaded r2d2 v0.8.10
7572024-12-20T22:32:59.681Z Downloaded derive_builder_core v0.20.2
7582024-12-20T22:32:59.681Z Downloaded derive-where v1.2.7
7592024-12-20T22:32:59.681Z Downloaded aho-corasick v1.1.3
7602024-12-20T22:32:59.707Z Downloaded blake3 v1.5.4
7612024-12-20T22:32:59.734Z Downloaded unicode_categories v0.1.1
7622024-12-20T22:32:59.734Z Downloaded lock_api v0.4.12
7632024-12-20T22:32:59.734Z Downloaded libloading v0.8.5
7642024-12-20T22:32:59.734Z Downloaded thiserror-impl-no-std v2.0.2
7652024-12-20T22:32:59.734Z Downloaded thiserror-impl v2.0.3
7662024-12-20T22:32:59.734Z Downloaded synstructure v0.13.1
7672024-12-20T22:32:59.735Z Downloaded ssh-encoding v0.2.0
7682024-12-20T22:32:59.735Z Downloaded olpc-cjson v0.1.4
7692024-12-20T22:32:59.735Z Downloaded derive_builder v0.20.2
7702024-12-20T22:32:59.735Z Downloaded rusty-fork v0.3.0
7712024-12-20T22:32:59.736Z Downloaded des v0.8.1
7722024-12-20T22:32:59.736Z Downloaded wait-timeout v0.2.0
7732024-12-20T22:32:59.736Z Downloaded slog v2.7.0
7742024-12-20T22:32:59.736Z Downloaded p521 v0.13.3
7752024-12-20T22:32:59.736Z Downloaded rstest v0.23.0
7762024-12-20T22:32:59.833Z Downloaded libgit2-sys v0.17.0+1.8.1
7772024-12-20T22:32:59.963Z Downloaded russh v0.45.0
7782024-12-20T22:32:59.963Z Downloaded guppy v0.17.8
7792024-12-20T22:32:59.963Z Downloaded memchr v2.7.4
7802024-12-20T22:32:59.964Z Downloaded darling_core v0.20.10
7812024-12-20T22:32:59.964Z Downloaded pkcs5 v0.7.1
7822024-12-20T22:32:59.964Z Downloaded walkdir v2.5.0
7832024-12-20T22:32:59.964Z Downloaded structmeta-derive v0.2.0
7842024-12-20T22:32:59.964Z Downloaded structmeta v0.3.0
7852024-12-20T22:32:59.964Z Downloaded rustls-pki-types v1.10.0
7862024-12-20T22:32:59.966Z Downloaded aes-gcm v0.10.3
7872024-12-20T22:32:59.966Z Downloaded tracing v0.1.40
7882024-12-20T22:32:59.967Z Downloaded indexmap v1.9.3
7892024-12-20T22:32:59.967Z Downloaded tungstenite v0.21.0
7902024-12-20T22:32:59.967Z Downloaded is-terminal v0.4.13
7912024-12-20T22:32:59.967Z Downloaded serde_path_to_error v0.1.16
7922024-12-20T22:32:59.967Z Downloaded peg v0.8.4
7932024-12-20T22:32:59.967Z Downloaded hashbrown v0.15.1
7942024-12-20T22:32:59.968Z Downloaded memoffset v0.9.1
7952024-12-20T22:32:59.968Z Downloaded indent_write v2.2.0
7962024-12-20T22:32:59.968Z Downloaded tar v0.4.42
7972024-12-20T22:32:59.968Z Downloaded owo-colors v4.1.0
7982024-12-20T22:32:59.968Z Downloaded salsa20 v0.10.2
7992024-12-20T22:32:59.968Z Downloaded rpassword v7.3.1
8002024-12-20T22:32:59.968Z Downloaded derive_builder_macro v0.20.2
8012024-12-20T22:33:00.147Z Downloaded displaydoc v0.2.5
8022024-12-20T22:33:00.147Z Downloaded pbkdf2 v0.11.0
8032024-12-20T22:33:00.147Z Downloaded url v2.5.3
8042024-12-20T22:33:00.147Z Downloaded icu_properties v1.5.1
8052024-12-20T22:33:00.147Z Downloaded kstat-rs v0.2.4
8062024-12-20T22:33:00.148Z Downloaded target-lexicon v0.12.16
8072024-12-20T22:33:00.148Z Downloaded spin v0.9.8
8082024-12-20T22:33:00.148Z Downloaded spin v0.5.2
8092024-12-20T22:33:00.149Z Downloaded diff v0.1.13
8102024-12-20T22:33:00.149Z Downloaded postgres-types v0.2.8
8112024-12-20T22:33:00.149Z Downloaded version_check v0.9.5
8122024-12-20T22:33:00.149Z Downloaded utf-8 v0.7.6
8132024-12-20T22:33:00.150Z Downloaded tabled_derive v0.7.0
8142024-12-20T22:33:00.151Z Downloaded unarray v0.1.4
8152024-12-20T22:33:00.151Z Downloaded supports-color v3.0.1
8162024-12-20T22:33:00.151Z Downloaded stringprep v0.1.5
8172024-12-20T22:33:00.151Z Downloaded spki v0.7.3
8182024-12-20T22:33:00.151Z Downloaded pest_derive v2.7.14
8192024-12-20T22:33:00.151Z Downloaded dropshot_endpoint v0.12.0
8202024-12-20T22:33:00.151Z Downloaded crossbeam-epoch v0.9.18
8212024-12-20T22:33:00.152Z Downloaded serde_spanned v0.6.8
8222024-12-20T22:33:00.152Z Downloaded serde_repr v0.1.19
8232024-12-20T22:33:00.152Z Downloaded serde_plain v1.0.2
8242024-12-20T22:33:00.152Z Downloaded http v1.1.0
8252024-12-20T22:33:00.152Z Downloaded doc-comment v0.3.3
8262024-12-20T22:33:00.152Z Downloaded simd-adler32 v0.3.7
8272024-12-20T22:33:00.152Z Downloaded native-tls v0.2.12
8282024-12-20T22:33:00.152Z Downloaded schemars v0.8.21
8292024-12-20T22:33:00.153Z Downloaded hickory-server v0.24.1
8302024-12-20T22:33:00.153Z Downloaded hickory-resolver v0.24.1
8312024-12-20T22:33:00.153Z Downloaded textwrap v0.16.1
8322024-12-20T22:33:00.162Z Downloaded ecdsa v0.16.9
8332024-12-20T22:33:00.162Z Downloaded test-strategy v0.3.1
8342024-12-20T22:33:00.163Z Downloaded rfc6979 v0.4.0
8352024-12-20T22:33:00.163Z Downloaded resolv-conf v0.7.0
8362024-12-20T22:33:00.163Z Downloaded proc-macro-crate v3.2.0
8372024-12-20T22:33:00.163Z Downloaded powerfmt v0.2.0
8382024-12-20T22:33:00.163Z Downloaded rand_chacha v0.3.1
8392024-12-20T22:33:00.163Z Downloaded piper v0.2.4
8402024-12-20T22:33:00.163Z Downloaded chacha20poly1305 v0.10.1
8412024-12-20T22:33:00.163Z Downloaded tracing-attributes v0.1.27
8422024-12-20T22:33:00.163Z Downloaded peg-macros v0.8.4
8432024-12-20T22:33:00.163Z Downloaded subprocess v0.2.9
8442024-12-20T22:33:00.163Z Downloaded defmt v0.3.8
8452024-12-20T22:33:00.163Z Downloaded clap_derive v4.5.18
8462024-12-20T22:33:00.163Z Downloaded expectorate v1.1.0
8472024-12-20T22:33:00.164Z Downloaded backtrace v0.3.74
8482024-12-20T22:33:00.164Z Downloaded packed_struct v0.10.1
8492024-12-20T22:33:00.164Z Downloaded hashbrown v0.12.3
8502024-12-20T22:33:00.164Z Downloaded bumpalo v3.16.0
8512024-12-20T22:33:00.164Z Downloaded env_filter v0.1.2
8522024-12-20T22:33:00.164Z Downloaded usdt-impl v0.5.0
8532024-12-20T22:33:00.164Z Downloaded libsw v3.3.1
8542024-12-20T22:33:00.164Z Downloaded keccak v0.1.5
8552024-12-20T22:33:00.164Z Downloaded debug-ignore v1.0.5
8562024-12-20T22:33:00.164Z Downloaded smallvec v1.13.2
8572024-12-20T22:33:00.164Z Downloaded slog-term v2.9.1
8582024-12-20T22:33:00.166Z Downloaded colorchoice v1.0.2
8592024-12-20T22:33:00.166Z Downloaded cobs v0.2.3
8602024-12-20T22:33:00.166Z Downloaded cc v1.1.30
8612024-12-20T22:33:00.166Z Downloaded base64 v0.13.1
8622024-12-20T22:33:00.166Z Downloaded allocator-api2 v0.2.18
8632024-12-20T22:33:00.166Z Downloaded ahash v0.8.11
8642024-12-20T22:33:00.166Z Downloaded half v2.4.1
8652024-12-20T22:33:00.166Z Downloaded thiserror v1.0.69
8662024-12-20T22:33:00.166Z Downloaded which v4.4.2
8672024-12-20T22:33:00.166Z Downloaded smallvec v0.6.14
8682024-12-20T22:33:00.167Z Downloaded slog-scope v4.4.0
8692024-12-20T22:33:00.167Z Downloaded slab v0.4.9
8702024-12-20T22:33:00.167Z Downloaded siphasher v0.3.11
8712024-12-20T22:33:00.167Z Downloaded scopeguard v1.2.0
8722024-12-20T22:33:00.167Z Downloaded oso v0.27.3
8732024-12-20T22:33:00.167Z Downloaded aes v0.8.4
8742024-12-20T22:33:00.167Z Downloaded tiny-keccak v2.0.2
8752024-12-20T22:33:00.167Z Downloaded phf_generator v0.11.2
8762024-12-20T22:33:00.167Z Downloaded scheduled-thread-pool v0.2.7
8772024-12-20T22:33:00.168Z Downloaded same-file v1.0.6
8782024-12-20T22:33:00.168Z Downloaded arc-swap v1.7.1
8792024-12-20T22:33:00.168Z Downloaded parking_lot v0.11.2
8802024-12-20T22:33:00.168Z Downloaded headers v0.4.0
8812024-12-20T22:33:00.168Z Downloaded futures-lite v2.3.0
8822024-12-20T22:33:00.168Z Downloaded fallible-iterator v0.3.0
8832024-12-20T22:33:00.169Z Downloaded phf_codegen v0.11.2
8842024-12-20T22:33:00.170Z Downloaded blake2b_simd v1.0.2
8852024-12-20T22:33:00.171Z Downloaded blake2 v0.10.6
8862024-12-20T22:33:00.171Z Downloaded httptest v0.16.1
8872024-12-20T22:33:00.171Z Downloaded httparse v1.9.5
8882024-12-20T22:33:00.171Z Downloaded camino v1.1.9
8892024-12-20T22:33:00.172Z Downloaded hyper-rustls v0.26.0
8902024-12-20T22:33:00.172Z Downloaded hickory-client v0.24.1
8912024-12-20T22:33:00.172Z Downloaded float-cmp v0.9.0
8922024-12-20T22:33:00.172Z Downloaded camino-tempfile v1.1.1
8932024-12-20T22:33:01.269Z Downloaded hashlink v0.9.1
8942024-12-20T22:33:01.270Z Downloaded globset v0.4.15
8952024-12-20T22:33:01.270Z Downloaded base64ct v1.6.0
8962024-12-20T22:33:01.270Z Downloaded bcs v0.1.6
8972024-12-20T22:33:01.270Z Downloaded backoff v0.4.0
8982024-12-20T22:33:01.271Z Downloaded bytecount v0.6.8
8992024-12-20T22:33:01.271Z Downloaded blocking v1.6.1
9002024-12-20T22:33:01.272Z Downloaded cexpr v0.6.0
9012024-12-20T22:33:01.272Z Downloaded byteorder v1.5.0
9022024-12-20T22:33:01.272Z Downloaded async-lock v3.4.0
9032024-12-20T22:33:01.273Z Downloaded anstream v0.6.15
9042024-12-20T22:33:01.273Z Downloaded hubpack v0.1.2
9052024-12-20T22:33:01.273Z Downloaded hostname v0.3.1
9062024-12-20T22:33:01.273Z Downloaded async-task v4.7.1
9072024-12-20T22:33:01.273Z Downloaded async-process v2.3.0
9082024-12-20T22:33:01.273Z Downloaded arrayvec v0.7.6
9092024-12-20T22:33:01.273Z Downloaded assert_cmd v2.0.16
9102024-12-20T22:33:01.274Z Downloaded http-body-util v0.1.2
9112024-12-20T22:33:01.274Z Downloaded home v0.5.9
9122024-12-20T22:33:01.274Z Downloaded generic-array v0.14.7
9132024-12-20T22:33:01.274Z Downloaded foldhash v0.1.3
9142024-12-20T22:33:01.275Z Downloaded event-listener-strategy v0.5.2
9152024-12-20T22:33:01.275Z Downloaded bit-vec v0.6.3
9162024-12-20T22:33:01.275Z Downloaded base16ct v0.2.0
9172024-12-20T22:33:01.275Z Downloaded async-trait v0.1.83
9182024-12-20T22:33:01.276Z Downloaded futures-core v0.3.31
9192024-12-20T22:33:01.276Z Downloaded fs-err v2.11.0
9202024-12-20T22:33:01.276Z Downloaded foreign-types-macros v0.2.3
9212024-12-20T22:33:01.276Z Downloaded float-ord v0.3.2
9222024-12-20T22:33:01.276Z Downloaded cargo-platform v0.1.8
9232024-12-20T22:33:01.276Z Downloaded block-padding v0.3.3
9242024-12-20T22:33:01.308Z Downloaded futures-io v0.3.31
9252024-12-20T22:33:01.309Z Downloaded anstyle-parse v0.2.5
9262024-12-20T22:33:01.309Z Downloaded filetime v0.2.25
9272024-12-20T22:33:01.309Z Downloaded glob v0.3.1
9282024-12-20T22:33:01.309Z Downloaded futures-sink v0.3.31
9292024-12-20T22:33:01.309Z Downloaded fnv v1.0.7
9302024-12-20T22:33:01.309Z Downloaded castaway v0.2.3
9312024-12-20T22:33:01.309Z Downloaded cast v0.3.0
9322024-12-20T22:33:01.309Z Downloaded cargo_metadata v0.18.1
9332024-12-20T22:33:01.309Z Downloaded bcrypt-pbkdf v0.10.0
9342024-12-20T22:33:01.309Z Downloaded bb8 v0.8.5
9352024-12-20T22:33:01.309Z Downloaded autocfg v1.4.0
9362024-12-20T22:33:01.309Z Downloaded fallible-iterator v0.2.0
9372024-12-20T22:33:01.309Z Downloaded flagset v0.4.6
9382024-12-20T22:33:01.309Z Downloaded cassowary v0.3.0
9392024-12-20T22:33:01.309Z Downloaded block-buffer v0.10.4
9402024-12-20T22:33:01.310Z Downloaded atomic-waker v1.1.2
9412024-12-20T22:33:01.310Z Downloaded async-channel v1.9.0
9422024-12-20T22:33:01.310Z Downloaded assert_matches v1.5.0
9432024-12-20T22:33:01.310Z Downloaded async-signal v0.2.10
9442024-12-20T22:33:01.310Z Downloaded assert-json-diff v2.0.2
9452024-12-20T22:33:01.310Z Downloaded ascii-canvas v3.0.0
9462024-12-20T22:33:01.310Z Downloaded array-init v0.0.4
9472024-12-20T22:33:01.310Z Downloaded foreign-types-shared v0.1.1
9482024-12-20T22:33:01.310Z Downloaded anstyle v1.0.10
9492024-12-20T22:33:01.310Z Downloaded async-global-executor v2.4.1
9502024-12-20T22:33:01.311Z Downloaded async-channel v2.3.1
9512024-12-20T22:33:01.311Z Downloaded arrayref v0.3.9
9522024-12-20T22:33:01.311Z Downloaded approx v0.5.1
9532024-12-20T22:33:01.311Z Downloaded fallible-streaming-iterator v0.1.9
9542024-12-20T22:33:01.311Z Downloaded ring v0.16.20
9552024-12-20T22:33:01.311Z Downloaded ring v0.17.8
9562024-12-20T22:33:01.311Z Downloaded libsqlite3-sys v0.30.1
9572024-12-20T22:33:02.248Z Downloaded aws-lc-sys v0.22.0
9582024-12-20T22:33:02.248Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9592024-12-20T22:33:19.334Z Startup: Refreshing catalog 'helios-dev' ... Done
9602024-12-20T22:33:24.469Z Startup: Caching catalogs ... Done
9612024-12-20T22:33:34.687ZPlanning: Solver setup ... Done (9.779s)
9622024-12-20T22:33:35.982ZPlanning: Running solver ... Done (0.134s)
9632024-12-20T22:33:35.982ZPlanning: Finding local manifests ... Done (0.075s)
9642024-12-20T22:33:37.043ZPlanning: Fetching manifests: 0/5 0% complete
9652024-12-20T22:33:37.043ZPlanning: Fetching manifests: 5/5 100% complete
9662024-12-20T22:33:37.043ZPlanning: Package planning ... Done (0.176s)
9672024-12-20T22:33:37.043ZPlanning: Merging actions ... Done (0.057s)
9682024-12-20T22:33:37.043ZPlanning: Checking for conflicting actions ... Done (0.719s)
9692024-12-20T22:33:40.853ZPlanning: Consolidating action changes ... Done (4.208s)
9702024-12-20T22:33:41.598ZPlanning: Evaluating mediators ... Done (0.396s)
9712024-12-20T22:33:41.598ZPlanning: Planning completed in 17.36 seconds
9722024-12-20T22:33:41.598Z Packages to install: 4
9732024-12-20T22:33:41.599Z Packages to update: 1
9742024-12-20T22:33:41.599Z Mediators to change: 2
9752024-12-20T22:33:41.599Z Services to change: 1
9762024-12-20T22:33:41.599Z Estimated space available: 155.37 GB
9772024-12-20T22:33:41.599ZEstimated space to be consumed: 1.62 GB
9782024-12-20T22:33:41.600Z Create boot environment: No
9792024-12-20T22:33:41.600ZCreate backup boot environment: Yes
9802024-12-20T22:33:41.600Z Rebuild boot archive: No
9812024-12-20T22:33:41.600Z
9822024-12-20T22:33:41.600ZChanged mediators:
9832024-12-20T22:33:41.600Z mediator clang:
9842024-12-20T22:33:41.600Z version: None -> 15 (system default)
9852024-12-20T22:33:41.600Z
9862024-12-20T22:33:41.600Z mediator llvm:
9872024-12-20T22:33:41.600Z version: 14 (system default) -> 15 (system default)
9882024-12-20T22:33:41.600Z
9892024-12-20T22:33:41.600ZChanged packages:
9902024-12-20T22:33:41.600Zhelios-dev
9912024-12-20T22:33:41.600Z developer/build-essential
9922024-12-20T22:33:41.600Z None -> 11-2.0
9932024-12-20T22:33:41.600Z library/libxmlsec1
9942024-12-20T22:33:41.600Z None -> 1.2.35-2.0
9952024-12-20T22:33:41.600Z ooce/developer/clang-15
9962024-12-20T22:33:41.600Z None -> 15.0.7-2.0
9972024-12-20T22:33:41.600Z ooce/developer/llvm-15
9982024-12-20T22:33:41.600Z None -> 15.0.7-2.0
9992024-12-20T22:33:41.601Z package/pkg
10002024-12-20T22:33:41.601Z 0.5.11-2.0 -> 0.5.11-2.1.6412
10012024-12-20T22:33:41.601Z
10022024-12-20T22:33:41.601ZServices:
10032024-12-20T22:33:41.601Z restart_fmri:
10042024-12-20T22:33:41.601Z svc:/system/update-man-index:default
10052024-12-20T22:33:41.601Z
10062024-12-20T22:33:41.601ZEditable files to change:
10072024-12-20T22:33:41.601Z Update:
10082024-12-20T22:33:41.601Z usr/share/lib/pkg/web/config.shtml
10092024-12-20T22:33:41.601Z
10102024-12-20T22:33:41.601ZDownload: 0/4281 items 0.0/220.6MB 0% complete
10112024-12-20T22:33:46.692ZDownload: 206/4281 items 1.0/220.6MB 0% complete (245k/s)
10122024-12-20T22:33:53.847ZDownload: 213/4281 items 1.3/220.6MB 0% complete (214k/s)
10132024-12-20T22:33:58.995ZDownload: 408/4281 items 16.9/220.6MB 7% complete (1.7M/s)
10142024-12-20T22:34:03.852ZDownload: 560/4281 items 17.4/220.6MB 7% complete (1.8M/s)
10152024-12-20T22:34:08.938ZDownload: 706/4281 items 18.1/220.6MB 8% complete (131k/s)
10162024-12-20T22:34:13.980ZDownload: 853/4281 items 18.7/220.6MB 8% complete (131k/s)
10172024-12-20T22:34:19.043ZDownload: 998/4281 items 19.5/220.6MB 8% complete (135k/s)
10182024-12-20T22:34:24.082ZDownload: 1140/4281 items 78.8/220.6MB 35% complete (5.9M/s)
10192024-12-20T22:34:29.050ZDownload: 1189/4281 items 83.3/220.6MB 37% complete (6.4M/s)
10202024-12-20T22:34:34.694ZDownload: 1193/4281 items 83.5/220.6MB 37% complete (6.3M/s)
10212024-12-20T22:34:50.080ZDownload: 1195/4281 items 83.5/220.6MB 37% complete
10222024-12-20T22:34:55.095ZDownload: 1522/4281 items 103.7/220.6MB 47% complete (4.3M/s)
10232024-12-20T22:35:00.102ZDownload: 1687/4281 items 104.3/220.6MB 47% complete (2.2M/s)
10242024-12-20T22:35:05.103ZDownload: 1819/4281 items 118.4/220.6MB 53% complete (1.5M/s)
10252024-12-20T22:35:10.307ZDownload: 2043/4281 items 118.7/220.6MB 53% complete (1.4M/s)
10262024-12-20T22:35:15.549ZDownload: 2210/4281 items 119.2/220.6MB 54% complete (232k/s)
10272024-12-20T22:35:21.264ZDownload: 2221/4281 items 119.2/220.6MB 54% complete (170k/s)
10282024-12-20T22:35:27.720ZDownload: 2222/4281 items 119.2/220.6MB 54% complete (164k/s)
10292024-12-20T22:35:35.506ZDownload: 2223/4281 items 119.2/220.6MB 54% complete
10302024-12-20T22:35:44.146ZDownload: 2223/4281 items 119.2/220.6MB 54% complete
10312024-12-20T22:35:49.154ZDownload: 2436/4281 items 120.1/220.6MB 54% complete (192k/s)
10322024-12-20T22:35:54.178ZDownload: 2704/4281 items 120.8/220.6MB 54% complete (169k/s)
10332024-12-20T22:35:59.268ZDownload: 3089/4281 items 121.5/220.6MB 55% complete (137k/s)
10342024-12-20T22:36:05.258ZDownload: 3243/4281 items 202.9/220.6MB 91% complete (8.2M/s)
10352024-12-20T22:36:10.658ZDownload: 3247/4281 items 203.1/220.6MB 92% complete (8.1M/s)
10362024-12-20T22:36:27.249ZDownload: 3248/4281 items 203.1/220.6MB 92% complete
10372024-12-20T22:36:32.507ZDownload: 3277/4281 items 210.0/220.6MB 95% complete (2.1M/s)
10382024-12-20T22:36:40.403ZDownload: 3287/4281 items 212.5/220.6MB 96% complete (1.4M/s)
10392024-12-20T22:36:45.447ZDownload: 3458/4281 items 215.3/220.6MB 97% complete (289k/s)
10402024-12-20T22:36:50.452ZDownload: 4135/4281 items 220.0/220.6MB 99% complete (746k/s)
10412024-12-20T22:37:05.747ZDownload: 4207/4281 items 220.6/220.6MB 99% complete
10422024-12-20T22:37:05.852ZDownload: Completed 220.60 MB in 204.73 seconds (1.1M/s)
10432024-12-20T22:37:08.025Z Actions: 1/5063 actions (Removing old actions)
10442024-12-20T22:37:08.038Z Actions: 194/5063 actions (Installing new actions)
10452024-12-20T22:37:13.071Z Actions: 4117/5063 actions (Installing new actions)
10462024-12-20T22:37:13.249Z Actions: 4226/5063 actions (Updating modified actions)
10472024-12-20T22:37:13.602Z Actions: Completed 5063 actions in 5.58 seconds.
10482024-12-20T22:37:14.024Z Done (0.414s)
10492024-12-20T22:37:14.027Z Done (0.000s)
10502024-12-20T22:37:14.600Z Done (0.574s)
10512024-12-20T22:37:20.040Z Done (5.214s)
10522024-12-20T22:37:20.281Z Done (0.172s)
10532024-12-20T22:37:20.284Z Done (0.000s)
10542024-12-20T22:37:20.448Z Done (0.000s)
10552024-12-20T22:37:21.144ZPlanning: Evaluating mediator changes ... Done
10562024-12-20T22:37:21.304ZPlanning: Checking for conflicting actions ... Done
10572024-12-20T22:37:21.308ZPlanning: Consolidating action changes ... Done
10582024-12-20T22:37:21.575ZPlanning: Evaluating mediators ... Done
10592024-12-20T22:37:21.577ZPlanning: Planning completed in 0.43 seconds
10602024-12-20T22:37:21.614Z Mediators to change: 2
10612024-12-20T22:37:21.614Z Create boot environment: No
10622024-12-20T22:37:21.614ZCreate backup boot environment: No
10632024-12-20T22:37:21.694Z Done
10642024-12-20T22:37:21.694Z Done
10652024-12-20T22:37:22.061Z Done
10662024-12-20T22:37:25.756Z Done
10672024-12-20T22:37:25.851Z Done
10682024-12-20T22:37:25.851Z Done
10692024-12-20T22:37:25.962Z Done
10702024-12-20T22:37:26.578ZPlanning: Evaluating mediator changes ... Done
10712024-12-20T22:37:26.580ZPlanning: Merging actions ... Done
10722024-12-20T22:37:26.771ZPlanning: Checking for conflicting actions ... Done
10732024-12-20T22:37:26.773ZPlanning: Consolidating action changes ... Done
10742024-12-20T22:37:27.043ZPlanning: Evaluating mediators ... Done
10752024-12-20T22:37:27.101ZPlanning: Planning completed in 0.77 seconds
10762024-12-20T22:37:27.141Z Packages to change: 1
10772024-12-20T22:37:27.141Z Mediators to change: 1
10782024-12-20T22:37:27.141Z Services to change: 1
10792024-12-20T22:37:27.143Z Create boot environment: No
10802024-12-20T22:37:27.143ZCreate backup boot environment: Yes
10812024-12-20T22:37:29.494Z Actions: 1/6 actions (Updating modified actions)
10822024-12-20T22:37:29.551Z Actions: Completed 6 actions in 0.06 seconds.
10832024-12-20T22:37:29.554Z Done
10842024-12-20T22:37:29.554Z Done
10852024-12-20T22:37:29.668Z Done
10862024-12-20T22:37:33.423Z Done
10872024-12-20T22:37:33.516Z Done
10882024-12-20T22:37:33.518Z Done
10892024-12-20T22:37:33.640Z Done
10902024-12-20T22:37:34.078ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
10912024-12-20T22:37:34.078Zclang system 15 system
10922024-12-20T22:37:34.078Zcsh system system illumos
10932024-12-20T22:37:34.078Zctags system system illumos
10942024-12-20T22:37:34.078Zgcc vendor 12 vendor
10952024-12-20T22:37:34.078Zgcc system 10 system
10962024-12-20T22:37:34.078Zgcc system 7 system
10972024-12-20T22:37:34.078Zgo system 1.20 system
10982024-12-20T22:37:34.078Zgo system 1.19 system
10992024-12-20T22:37:34.078Zllvm system 15 system
11002024-12-20T22:37:34.079Zllvm system 14 system
11012024-12-20T22:37:34.079Zmariadb system 10.6 system
11022024-12-20T22:37:34.079Zmta vendor vendor dma
11032024-12-20T22:37:34.079Zopenjdk system 17 system
11042024-12-20T22:37:34.079Zopenjdk system 11 system
11052024-12-20T22:37:34.079Zopenjdk system 1.8 system
11062024-12-20T22:37:34.079Zopenssl vendor 3 vendor
11072024-12-20T22:37:34.079Zperl system 5.36 system
11082024-12-20T22:37:34.079Zpostgresql system 15 system
11092024-12-20T22:37:34.079Zpostgresql system 13 system
11102024-12-20T22:37:34.079Zpython vendor 3 vendor
11112024-12-20T22:37:34.079Zpython system 2 system
11122024-12-20T22:37:34.079Zpython3 system 3.11 system
11132024-12-20T22:37:34.079Zruby system 3.0 system
11142024-12-20T22:37:34.079Zwords vendor vendor american-english
11152024-12-20T22:37:34.079Zwords system system australian-english
11162024-12-20T22:37:34.079Zwords system system british-english
11172024-12-20T22:37:34.079Zwords system system canadian-english
11182024-12-20T22:37:34.079Zwords system system french
11192024-12-20T22:37:34.080Zwords system system italian
11202024-12-20T22:37:34.080Zwords system system ngerman
11212024-12-20T22:37:34.080Zwords system system ogerman
11222024-12-20T22:37:34.080Zwords system system spanish
11232024-12-20T22:37:34.412ZPUBLISHER TYPE STATUS P LOCATION
11242024-12-20T22:37:34.412Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
11252024-12-20T22:37:37.169ZFMRI IFO
11262024-12-20T22:37:37.169Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
11272024-12-20T22:37:37.169Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
11282024-12-20T22:37:37.169Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
11292024-12-20T22:37:37.169Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
11302024-12-20T22:37:37.169Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
11312024-12-20T22:37:37.169Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
11322024-12-20T22:37:37.169Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
11332024-12-20T22:37:37.169Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
11342024-12-20T22:37:37.169Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
11352024-12-20T22:37:37.169Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
11362024-12-20T22:37:37.169Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
11372024-12-20T22:37:37.169Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
11382024-12-20T22:37:37.169Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
11392024-12-20T22:37:37.169Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
11402024-12-20T22:37:37.169Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
11412024-12-20T22:37:38.217Z Downloading crates ...
11422024-12-20T22:37:38.321Z Downloaded cargo_toml v0.20.5
11432024-12-20T22:37:38.458Z Compiling proc-macro2 v1.0.89
11442024-12-20T22:37:38.458Z Compiling unicode-ident v1.0.13
11452024-12-20T22:37:38.458Z Compiling serde v1.0.215
11462024-12-20T22:37:38.458Z Compiling version_check v0.9.5
11472024-12-20T22:37:38.461Z Compiling thiserror v1.0.69
11482024-12-20T22:37:38.461Z Compiling memchr v2.7.4
11492024-12-20T22:37:38.462Z Compiling libc v0.2.162
11502024-12-20T22:37:38.462Z Compiling ucd-trie v0.1.7
11512024-12-20T22:37:38.729Z Compiling itoa v1.0.11
11522024-12-20T22:37:38.959Z Compiling ryu v1.0.18
11532024-12-20T22:37:39.233Z Compiling once_cell v1.20.2
11542024-12-20T22:37:39.260Z Compiling byteorder v1.5.0
11552024-12-20T22:37:39.528Z Compiling rustix v0.38.37
11562024-12-20T22:37:39.832Z Compiling serde_json v1.0.132
11572024-12-20T22:37:39.863Z Compiling bitflags v2.6.0
11582024-12-20T22:37:40.095Z Compiling usdt-impl v0.5.0
11592024-12-20T22:37:40.147Z Compiling proc-macro-error-attr v1.0.4
11602024-12-20T22:37:40.276Z Compiling syn v1.0.109
11612024-12-20T22:37:40.323Z Compiling proc-macro-error v1.0.4
11622024-12-20T22:37:40.354Z Compiling plain v0.2.3
11632024-12-20T22:37:40.465Z Compiling equivalent v1.0.1
11642024-12-20T22:37:40.498Z Compiling camino v1.1.9
11652024-12-20T22:37:40.535Z Compiling utf8parse v0.2.2
11662024-12-20T22:37:40.573Z Compiling hashbrown v0.15.1
11672024-12-20T22:37:40.587Z Compiling log v0.4.22
11682024-12-20T22:37:40.687Z Compiling anstyle-parse v0.2.5
11692024-12-20T22:37:40.898Z Compiling quote v1.0.37
11702024-12-20T22:37:41.020Z Compiling errno v0.3.9
11712024-12-20T22:37:41.121Z Compiling thread-id v4.2.2
11722024-12-20T22:37:41.231Z Compiling semver v1.0.23
11732024-12-20T22:37:41.242Z Compiling autocfg v1.4.0
11742024-12-20T22:37:41.295Z Compiling syn v2.0.87
11752024-12-20T22:37:41.619Z Compiling pretty-hex v0.4.1
11762024-12-20T22:37:41.751Z Compiling indexmap v2.6.0
11772024-12-20T22:37:41.814Z Compiling anstyle v1.0.10
11782024-12-20T22:37:41.817Z Compiling anstyle-query v1.1.1
11792024-12-20T22:37:41.966Z Compiling colorchoice v1.0.2
11802024-12-20T22:37:42.122Z Compiling winnow v0.6.20
11812024-12-20T22:37:42.273Z Compiling unicode-width v0.1.14
11822024-12-20T22:37:42.408Z Compiling is_terminal_polyfill v1.70.1
11832024-12-20T22:37:42.529Z Compiling anstream v0.6.15
11842024-12-20T22:37:42.730Z Compiling fs-err v2.11.0
11852024-12-20T22:37:43.040Z Compiling bytecount v0.6.8
11862024-12-20T22:37:43.116Z Compiling fnv v1.0.7
11872024-12-20T22:37:43.151Z Compiling clap_lex v0.7.2
11882024-12-20T22:37:43.237Z Compiling heck v0.4.1
11892024-12-20T22:37:43.237Z Compiling heck v0.5.0
11902024-12-20T22:37:43.260Z Compiling cfg-if v1.0.0
11912024-12-20T22:37:43.342Z Compiling fastrand v2.1.1
11922024-12-20T22:37:43.708Z Compiling terminal_size v0.4.0
11932024-12-20T22:37:43.768Z Compiling anyhow v1.0.93
11942024-12-20T22:37:43.812Z Compiling strsim v0.11.1
11952024-12-20T22:37:43.954Z Compiling papergrid v0.11.0
11962024-12-20T22:37:44.285Z Compiling tempfile v3.13.0
11972024-12-20T22:37:44.353Z Compiling clap_builder v4.5.21
11982024-12-20T22:37:45.154Z Compiling memmap v0.7.0
11992024-12-20T22:37:45.217Z Compiling smawk v0.3.2
12002024-12-20T22:37:45.239Z Compiling unicode-linebreak v0.1.5
12012024-12-20T22:37:45.726Z Compiling textwrap v0.16.1
12022024-12-20T22:37:45.940Z Compiling swrite v0.1.0
12032024-12-20T22:37:47.252Z Compiling tabled_derive v0.7.0
12042024-12-20T22:37:48.713Z Compiling tabled v0.15.0
12052024-12-20T22:37:50.350Z Compiling serde_derive v1.0.215
12062024-12-20T22:37:50.352Z Compiling thiserror-impl v1.0.69
12072024-12-20T22:37:50.352Z Compiling zerocopy-derive v0.7.35
12082024-12-20T22:37:50.352Z Compiling scroll_derive v0.12.0
12092024-12-20T22:37:50.378Z Compiling clap_derive v4.5.18
12102024-12-20T22:37:51.596Z Compiling scroll v0.12.0
12112024-12-20T22:37:52.060Z Compiling zerocopy v0.7.35
12122024-12-20T22:37:52.091Z Compiling goblin v0.8.2
12132024-12-20T22:37:53.220Z Compiling pest v2.7.14
12142024-12-20T22:37:54.370Z Compiling clap v4.5.21
12152024-12-20T22:37:55.370Z Compiling pest_meta v2.7.14
12162024-12-20T22:37:56.193Z Compiling pest_generator v2.7.14
12172024-12-20T22:37:58.196Z Compiling pest_derive v2.7.14
12182024-12-20T22:37:58.924Z Compiling dtrace-parser v0.2.0
12192024-12-20T22:38:00.605Z Compiling serde_tokenstream v0.2.2
12202024-12-20T22:38:00.747Z Compiling toml_datetime v0.6.8
12212024-12-20T22:38:00.753Z Compiling serde_spanned v0.6.8
12222024-12-20T22:38:00.998Z Compiling cargo-platform v0.1.8
12232024-12-20T22:38:01.148Z Compiling toml_edit v0.22.22
12242024-12-20T22:38:01.188Z Compiling macaddr v1.0.1
12252024-12-20T22:38:01.475Z Compiling camino-tempfile v1.1.1
12262024-12-20T22:38:02.118Z Compiling dof v0.3.0
12272024-12-20T22:38:02.232Z Compiling cargo_metadata v0.18.1
12282024-12-20T22:38:03.850Z Compiling usdt-macro v0.5.0
12292024-12-20T22:38:03.853Z Compiling usdt-attr-macro v0.5.0
12302024-12-20T22:38:04.015Z Compiling toml v0.8.19
12312024-12-20T22:38:04.824Z Compiling cargo_toml v0.20.5
12322024-12-20T22:38:05.132Z Compiling usdt v0.5.0
12332024-12-20T22:38:08.396Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
12342024-12-20T22:38:12.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.55s
12352024-12-20T22:38:12.321Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
12362024-12-20T22:38:13.151Z Compiling serde v1.0.215
12372024-12-20T22:38:13.155Z Compiling lock_api v0.4.12
12382024-12-20T22:38:13.155Z Compiling scopeguard v1.2.0
12392024-12-20T22:38:13.155Z Compiling value-bag v1.9.0
12402024-12-20T22:38:13.155Z Compiling typenum v1.17.0
12412024-12-20T22:38:13.155Z Compiling generic-array v0.14.7
12422024-12-20T22:38:13.290Z Compiling syn v2.0.87
12432024-12-20T22:38:13.294Z Compiling getrandom v0.2.15
12442024-12-20T22:38:13.412Z Compiling shlex v1.3.0
12452024-12-20T22:38:13.674Z Compiling rand_core v0.6.4
12462024-12-20T22:38:13.786Z Compiling log v0.4.22
12472024-12-20T22:38:13.817Z Compiling subtle v2.6.1
12482024-12-20T22:38:13.840Z Compiling jobserver v0.1.32
12492024-12-20T22:38:13.917Z Compiling smallvec v1.13.2
12502024-12-20T22:38:14.183Z Compiling const-oid v0.9.6
12512024-12-20T22:38:14.187Z Compiling pin-project-lite v0.2.14
12522024-12-20T22:38:14.286Z Compiling cc v1.1.30
12532024-12-20T22:38:14.326Z Compiling spin v0.9.8
12542024-12-20T22:38:14.367Z Compiling rustix v0.38.37
12552024-12-20T22:38:14.679Z Compiling parking_lot_core v0.9.10
12562024-12-20T22:38:14.738Z Compiling futures-core v0.3.31
12572024-12-20T22:38:14.786Z Compiling signal-hook-registry v1.4.2
12582024-12-20T22:38:14.997Z Compiling mio v1.0.2
12592024-12-20T22:38:15.299Z Compiling aho-corasick v1.1.3
12602024-12-20T22:38:15.631Z Compiling parking_lot v0.12.3
12612024-12-20T22:38:15.798Z Compiling regex-syntax v0.8.5
12622024-12-20T22:38:15.933Z Compiling cpufeatures v0.2.14
12632024-12-20T22:38:16.034Z Compiling lazy_static v1.5.0
12642024-12-20T22:38:16.159Z Compiling stable_deref_trait v1.2.0
12652024-12-20T22:38:16.180Z Compiling futures-sink v0.3.31
12662024-12-20T22:38:16.242Z Compiling either v1.13.0
12672024-12-20T22:38:16.275Z Compiling glob v0.3.1
12682024-12-20T22:38:16.334Z Compiling socket2 v0.5.7
12692024-12-20T22:38:16.617Z Compiling slab v0.4.9
12702024-12-20T22:38:16.697Z Compiling prettyplease v0.2.25
12712024-12-20T22:38:17.045Z Compiling minimal-lexical v0.2.1
12722024-12-20T22:38:17.284Z Compiling clang-sys v1.8.1
12732024-12-20T22:38:17.317Z Compiling libloading v0.8.5
12742024-12-20T22:38:17.345Z Compiling bindgen v0.69.5
12752024-12-20T22:38:17.565Z Compiling nom v7.1.3
12762024-12-20T22:38:17.745Z Compiling home v0.5.9
12772024-12-20T22:38:18.012Z Compiling serde_json v1.0.132
12782024-12-20T22:38:18.164Z Compiling itertools v0.10.5
12792024-12-20T22:38:18.349Z Compiling futures-channel v0.3.31
12802024-12-20T22:38:18.596Z Compiling allocator-api2 v0.2.18
12812024-12-20T22:38:18.807Z Compiling futures-io v0.3.31
12822024-12-20T22:38:19.167Z Compiling lazycell v1.3.0
12832024-12-20T22:38:19.342Z Compiling pin-utils v0.1.0
12842024-12-20T22:38:19.433Z Compiling foldhash v0.1.3
12852024-12-20T22:38:19.451Z Compiling regex-automata v0.4.8
12862024-12-20T22:38:19.756Z Compiling futures-task v0.3.31
12872024-12-20T22:38:20.099Z Compiling rustc-hash v1.1.0
12882024-12-20T22:38:20.242Z Compiling hashbrown v0.15.1
12892024-12-20T22:38:21.013Z Compiling synstructure v0.13.1
12902024-12-20T22:38:21.099Z Compiling cexpr v0.6.0
12912024-12-20T22:38:21.588Z Compiling cmake v0.1.51
12922024-12-20T22:38:22.662Z Compiling libm v0.2.8
12932024-12-20T22:38:22.775Z Compiling pkg-config v0.3.31
12942024-12-20T22:38:22.833Z Compiling dunce v1.0.5
12952024-12-20T22:38:22.942Z Compiling fs_extra v1.3.0
12962024-12-20T22:38:22.961Z Compiling tinyvec_macros v0.1.1
12972024-12-20T22:38:23.018Z Compiling num-traits v0.2.19
12982024-12-20T22:38:23.058Z Compiling tinyvec v1.8.0
12992024-12-20T22:38:23.554Z Compiling ring v0.17.8
13002024-12-20T22:38:24.376Z Compiling base64ct v1.6.0
13012024-12-20T22:38:24.623Z Compiling unicode-normalization v0.1.24
13022024-12-20T22:38:24.740Z Compiling litemap v0.7.3
13032024-12-20T22:38:24.796Z Compiling unicode-bidi v0.3.17
13042024-12-20T22:38:24.922Z Compiling paste v1.0.15
13052024-12-20T22:38:24.987Z Compiling regex v1.11.1
13062024-12-20T22:38:25.132Z Compiling writeable v0.5.5
13072024-12-20T22:38:25.564Z Compiling pem-rfc7468 v0.7.0
13082024-12-20T22:38:26.153Z Compiling flagset v0.4.6
13092024-12-20T22:38:26.188Z Compiling httparse v1.9.5
13102024-12-20T22:38:26.272Z Compiling aws-lc-rs v1.10.0
13112024-12-20T22:38:26.736Z Compiling tracing-core v0.1.32
13122024-12-20T22:38:27.053Z Compiling crossbeam-utils v0.8.20
13132024-12-20T22:38:27.482Z Compiling percent-encoding v2.3.1
13142024-12-20T22:38:27.633Z Compiling rustls-pki-types v1.10.0
13152024-12-20T22:38:27.692Z Compiling icu_locid_transform_data v1.5.0
13162024-12-20T22:38:27.846Z Compiling powerfmt v0.2.0
13172024-12-20T22:38:28.094Z Compiling untrusted v0.9.0
13182024-12-20T22:38:28.148Z Compiling serde_derive v1.0.215
13192024-12-20T22:38:28.208Z Compiling zeroize_derive v1.4.2
13202024-12-20T22:38:28.255Z Compiling zerocopy-derive v0.7.35
13212024-12-20T22:38:28.525Z Compiling tokio-macros v2.4.0
13222024-12-20T22:38:28.720Z Compiling zerofrom-derive v0.1.4
13232024-12-20T22:38:29.786Z Compiling zeroize v1.8.1
13242024-12-20T22:38:30.150Z Compiling yoke-derive v0.7.4
13252024-12-20T22:38:30.200Z Compiling thiserror-impl v1.0.69
13262024-12-20T22:38:30.468Z Compiling zerocopy v0.7.35
13272024-12-20T22:38:31.522Z Compiling crypto-common v0.1.6
13282024-12-20T22:38:31.766Z Compiling block-buffer v0.10.4
13292024-12-20T22:38:32.028Z Compiling digest v0.10.7
13302024-12-20T22:38:32.229Z Compiling futures-macro v0.3.31
13312024-12-20T22:38:32.451Z Compiling hmac v0.12.1
13322024-12-20T22:38:32.527Z Compiling zerovec-derive v0.10.3
13332024-12-20T22:38:32.652Z Compiling zerofrom v0.1.4
13342024-12-20T22:38:32.703Z Compiling block-padding v0.3.3
13352024-12-20T22:38:32.889Z Compiling displaydoc v0.2.5
13362024-12-20T22:38:32.951Z Compiling inout v0.1.3
13372024-12-20T22:38:33.125Z Compiling yoke v0.7.4
13382024-12-20T22:38:33.215Z Compiling cipher v0.4.4
13392024-12-20T22:38:33.447Z Compiling thiserror v1.0.69
13402024-12-20T22:38:33.465Z Compiling sha2 v0.10.8
13412024-12-20T22:38:33.586Z Compiling ppv-lite86 v0.2.20
13422024-12-20T22:38:33.737Z Compiling der_derive v0.7.3
13432024-12-20T22:38:34.151Z Compiling futures-util v0.3.31
13442024-12-20T22:38:34.439Z Compiling icu_provider_macros v1.5.0
13452024-12-20T22:38:34.686Z Compiling rand_chacha v0.3.1
13462024-12-20T22:38:35.213Z Compiling zerovec v0.10.4
13472024-12-20T22:38:35.572Z Compiling tracing-attributes v0.1.27
13482024-12-20T22:38:36.086Z Compiling der v0.7.9
13492024-12-20T22:38:36.902Z Compiling tinystr v0.7.6
13502024-12-20T22:38:36.927Z Compiling icu_collections v1.5.0
13512024-12-20T22:38:37.339Z Compiling icu_locid v1.5.0
13522024-12-20T22:38:37.356Z Compiling rand v0.8.5
13532024-12-20T22:38:38.271Z Compiling spki v0.7.3
13542024-12-20T22:38:38.721Z Compiling icu_provider v1.5.0
13552024-12-20T22:38:39.170Z Compiling salsa20 v0.10.2
13562024-12-20T22:38:39.397Z Compiling pest v2.7.14
13572024-12-20T22:38:39.519Z Compiling icu_locid_transform v1.5.0
13582024-12-20T22:38:39.537Z Compiling tracing v0.1.40
13592024-12-20T22:38:39.709Z Compiling pbkdf2 v0.12.2
13602024-12-20T22:38:39.792Z Compiling icu_properties_data v1.5.0
13612024-12-20T22:38:39.862Z Compiling mirai-annotations v1.12.0
13622024-12-20T22:38:40.023Z Compiling num-conv v0.1.0
13632024-12-20T22:38:40.044Z Compiling vcpkg v0.2.15
13642024-12-20T22:38:40.064Z Compiling time-core v0.1.2
13652024-12-20T22:38:40.158Z Compiling untrusted v0.7.1
13662024-12-20T22:38:40.245Z Compiling scrypt v0.11.0
13672024-12-20T22:38:40.315Z Compiling time-macros v0.2.18
13682024-12-20T22:38:40.337Z Compiling aes v0.8.4
13692024-12-20T22:38:40.807Z Compiling icu_properties v1.5.1
13702024-12-20T22:38:42.173Z Compiling bitflags v2.6.0
13712024-12-20T22:38:42.280Z Compiling bytes v1.8.0
13722024-12-20T22:38:42.643Z Compiling indexmap v2.6.0
13732024-12-20T22:38:43.221Z Compiling semver v1.0.23
13742024-12-20T22:38:43.683Z Compiling tokio v1.40.0
13752024-12-20T22:38:43.753Z Compiling http v1.1.0
13762024-12-20T22:38:44.071Z Compiling rustc_version v0.4.1
13772024-12-20T22:38:44.179Z Compiling openssl-sys v0.9.103
13782024-12-20T22:38:44.731Z Compiling pest_meta v2.7.14
13792024-12-20T22:38:44.877Z Compiling cbc v0.1.2
13802024-12-20T22:38:45.107Z Compiling scroll_derive v0.12.0
13812024-12-20T22:38:45.272Z Compiling deranged v0.3.11
13822024-12-20T22:38:45.821Z Compiling write16 v1.0.0
13832024-12-20T22:38:45.954Z Compiling utf8_iter v1.0.4
13842024-12-20T22:38:46.216Z Compiling num_threads v0.1.7
13852024-12-20T22:38:46.293Z Compiling atomic-waker v1.1.2
13862024-12-20T22:38:46.350Z Compiling icu_normalizer_data v1.5.0
13872024-12-20T22:38:46.456Z Compiling utf16_iter v1.0.5
13882024-12-20T22:38:46.491Z Compiling pest_generator v2.7.14
13892024-12-20T22:38:46.611Z Compiling which v4.4.2
13902024-12-20T22:38:46.663Z Compiling icu_normalizer v1.5.0
13912024-12-20T22:38:47.249Z Compiling scroll v0.12.0
13922024-12-20T22:38:47.366Z Compiling time v0.3.36
13932024-12-20T22:38:47.840Z Compiling http-body v1.0.1
13942024-12-20T22:38:48.086Z Compiling pkcs5 v0.7.1
13952024-12-20T22:38:48.321Z Compiling form_urlencoded v1.2.1
13962024-12-20T22:38:48.591Z Compiling try-lock v0.2.5
13972024-12-20T22:38:48.705Z Compiling slog v2.7.0
13982024-12-20T22:38:48.755Z Compiling want v0.3.1
13992024-12-20T22:38:48.780Z Compiling pkcs8 v0.10.2
14002024-12-20T22:38:49.047Z Compiling goblin v0.8.2
14012024-12-20T22:38:49.328Z Compiling idna_adapter v1.2.0
14022024-12-20T22:38:49.372Z Compiling httpdate v1.0.3
14032024-12-20T22:38:49.508Z Compiling idna v1.0.3
14042024-12-20T22:38:49.866Z Compiling toml_datetime v0.6.8
14052024-12-20T22:38:50.070Z Compiling pest_derive v2.7.14
14062024-12-20T22:38:50.391Z Compiling uuid v1.11.0
14072024-12-20T22:38:50.414Z Compiling serde_tokenstream v0.2.2
14082024-12-20T22:38:50.880Z Compiling dtrace-parser v0.2.0
14092024-12-20T22:38:50.997Z Compiling serde_spanned v0.6.8
14102024-12-20T22:38:51.242Z Compiling iana-time-zone v0.1.61
14112024-12-20T22:38:51.420Z Compiling tower-service v0.3.3
14122024-12-20T22:38:51.552Z Compiling adler2 v2.0.0
14132024-12-20T22:38:51.716Z Compiling openssl v0.10.66
14142024-12-20T22:38:51.763Z Compiling base64 v0.22.1
14152024-12-20T22:38:51.806Z Compiling rustversion v1.0.17
14162024-12-20T22:38:52.132Z Compiling tokio-util v0.7.12
14172024-12-20T22:38:52.552Z Compiling foreign-types-shared v0.1.1
14182024-12-20T22:38:52.569Z Compiling match_cfg v0.1.0
14192024-12-20T22:38:52.656Z Compiling foreign-types v0.3.2
14202024-12-20T22:38:52.674Z Compiling hostname v0.3.1
14212024-12-20T22:38:52.781Z Compiling miniz_oxide v0.8.0
14222024-12-20T22:38:52.799Z Compiling chrono v0.4.38
14232024-12-20T22:38:52.939Z Compiling url v2.5.3
14242024-12-20T22:38:53.108Z Compiling h2 v0.4.6
14252024-12-20T22:38:54.352Z Compiling openssl-macros v0.1.1
14262024-12-20T22:38:55.000Z Compiling dof v0.3.0
14272024-12-20T22:38:55.036Z Compiling async-trait v0.1.83
14282024-12-20T22:38:55.136Z Compiling dirs-sys-next v0.1.2
14292024-12-20T22:38:55.814Z Compiling usdt-impl v0.5.0
14302024-12-20T22:38:56.644Z Compiling rustls v0.23.19
14312024-12-20T22:38:56.917Z Compiling siphasher v0.3.11
14322024-12-20T22:38:57.258Z Compiling syn v1.0.109
14332024-12-20T22:38:57.315Z Compiling rustls v0.22.4
14342024-12-20T22:38:57.483Z Compiling data-encoding v2.6.0
14352024-12-20T22:38:57.573Z Compiling native-tls v0.2.12
14362024-12-20T22:38:57.961Z Compiling dirs-next v2.0.0
14372024-12-20T22:38:58.153Z Compiling http-body-util v0.1.2
14382024-12-20T22:38:58.752Z Compiling crossbeam-epoch v0.9.18
14392024-12-20T22:38:59.453Z Compiling heapless v0.7.17
14402024-12-20T22:38:59.519Z Compiling signature v2.2.0
14412024-12-20T22:38:59.708Z Compiling sha1 v0.10.6
14422024-12-20T22:38:59.727Z Compiling bzip2-sys v0.1.11+1.0.8
14432024-12-20T22:38:59.798Z Compiling serde_derive_internals v0.29.1
14442024-12-20T22:38:59.880Z Compiling thread_local v1.1.8
14452024-12-20T22:38:59.985Z Compiling encoding_rs v0.8.34
14462024-12-20T22:39:00.147Z Compiling multer v3.1.0
14472024-12-20T22:39:00.198Z Compiling cookie v0.18.1
14482024-12-20T22:39:00.418Z Compiling hyper v1.5.0
14492024-12-20T22:39:00.437Z Compiling ipnet v2.10.1
14502024-12-20T22:39:00.476Z Compiling rayon-core v1.12.1
14512024-12-20T22:39:00.743Z Compiling gimli v0.31.1
14522024-12-20T22:39:01.747Z Compiling unicode-properties v0.1.3
14532024-12-20T22:39:02.163Z Compiling slog-async v2.8.0
14542024-12-20T22:39:02.666Z Compiling openssl-probe v0.1.5
14552024-12-20T22:39:02.703Z Compiling signal-hook v0.3.17
14562024-12-20T22:39:02.970Z Compiling hyper-util v0.1.10
14572024-12-20T22:39:03.038Z Compiling schemars v0.8.21
14582024-12-20T22:39:03.381Z Compiling mime v0.3.17
14592024-12-20T22:39:04.151Z Compiling schemars_derive v0.8.21
14602024-12-20T22:39:04.179Z Compiling toml_edit v0.22.22
14612024-12-20T22:39:04.719Z Compiling stringprep v0.1.5
14622024-12-20T22:39:05.374Z Compiling addr2line v0.24.2
14632024-12-20T22:39:06.127Z Compiling usdt-attr-macro v0.5.0
14642024-12-20T22:39:06.165Z Compiling usdt-macro v0.5.0
14652024-12-20T22:39:06.231Z Compiling crossbeam-deque v0.8.5
14662024-12-20T22:39:06.568Z Compiling term v0.7.0
14672024-12-20T22:39:07.479Z Compiling slog-json v2.6.1
14682024-12-20T22:39:07.637Z Compiling serde_urlencoded v0.7.1
14692024-12-20T22:39:07.663Z Compiling crossbeam-channel v0.5.13
14702024-12-20T22:39:08.214Z Compiling curve25519-dalek v4.1.3
14712024-12-20T22:39:08.250Z Compiling enum-as-inner v0.6.1
14722024-12-20T22:39:08.250Z Compiling futures-executor v0.3.31
14732024-12-20T22:39:08.250Z Compiling md-5 v0.10.6
14742024-12-20T22:39:08.416Z Compiling rustls-pemfile v2.2.0
14752024-12-20T22:39:08.475Z Compiling async-stream-impl v0.3.6
14762024-12-20T22:39:08.735Z Compiling num-integer v0.1.46
14772024-12-20T22:39:08.780Z Compiling idna v0.4.0
14782024-12-20T22:39:08.827Z Compiling idna v0.3.0
14792024-12-20T22:39:09.009Z Compiling hash32 v0.2.1
14802024-12-20T22:39:09.430Z Compiling ff v0.13.0
14812024-12-20T22:39:09.544Z Compiling is-terminal v0.4.13
14822024-12-20T22:39:09.660Z Compiling dropshot v0.12.0
14832024-12-20T22:39:09.676Z Compiling object v0.36.5
14842024-12-20T22:39:09.894Z Compiling utf-8 v0.7.6
14852024-12-20T22:39:09.945Z Compiling quick-error v1.2.3
14862024-12-20T22:39:10.099Z Compiling linked-hash-map v0.5.6
14872024-12-20T22:39:10.247Z Compiling psl-types v2.0.11
14882024-12-20T22:39:10.457Z Compiling smoltcp v0.9.1
14892024-12-20T22:39:10.481Z Compiling fallible-iterator v0.2.0
14902024-12-20T22:39:10.500Z Compiling anyhow v1.0.93
14912024-12-20T22:39:10.543Z Compiling rustc-demangle v0.1.24
14922024-12-20T22:39:11.137Z Compiling base16ct v0.2.0
14932024-12-20T22:39:11.211Z Compiling take_mut v0.2.2
14942024-12-20T22:39:11.229Z Compiling portable-atomic v1.9.0
14952024-12-20T22:39:11.364Z Compiling dyn-clone v1.0.17
14962024-12-20T22:39:11.466Z Compiling num-bigint-dig v0.8.4
14972024-12-20T22:39:11.787Z Compiling sec1 v0.7.3
14982024-12-20T22:39:12.390Z Compiling postgres-protocol v0.6.7
14992024-12-20T22:39:12.756Z Compiling lru-cache v0.1.2
15002024-12-20T22:39:12.777Z Compiling publicsuffix v2.2.3
15012024-12-20T22:39:12.807Z Compiling tungstenite v0.24.0
15022024-12-20T22:39:12.960Z Compiling resolv-conf v0.7.0
15032024-12-20T22:39:13.100Z Compiling async-stream v0.3.6
15042024-12-20T22:39:13.417Z Compiling hickory-proto v0.24.1
15052024-12-20T22:39:13.779Z Compiling slog-term v2.9.1
15062024-12-20T22:39:13.797Z Compiling group v0.13.0
15072024-12-20T22:39:14.145Z Compiling usdt v0.5.0
15082024-12-20T22:39:15.097Z Compiling num-iter v0.1.45
15092024-12-20T22:39:15.301Z Compiling futures v0.3.31
15102024-12-20T22:39:15.358Z Compiling slog-bunyan v2.5.0
15112024-12-20T22:39:15.518Z Compiling toml v0.8.19
15122024-12-20T22:39:16.697Z Compiling tokio-native-tls v0.3.1
15132024-12-20T22:39:16.991Z Compiling backtrace v0.3.74
15142024-12-20T22:39:17.010Z Compiling camino v1.1.9
15152024-12-20T22:39:17.379Z Compiling phf_shared v0.11.2
15162024-12-20T22:39:17.696Z Compiling dropshot_endpoint v0.12.0
15172024-12-20T22:39:17.767Z Compiling terminal_size v0.4.0
15182024-12-20T22:39:17.996Z Compiling waitgroup v0.1.2
15192024-12-20T22:39:18.039Z Compiling openapiv3 v2.0.0
15202024-12-20T22:39:18.223Z Compiling serde_path_to_error v0.1.16
15212024-12-20T22:39:18.340Z Compiling hkdf v0.12.4
15222024-12-20T22:39:18.621Z Compiling crypto-bigint v0.5.5
15232024-12-20T22:39:19.163Z Compiling webpki-roots v0.26.6
15242024-12-20T22:39:19.388Z Compiling zerocopy-derive v0.6.6
15252024-12-20T22:39:20.905Z Compiling curve25519-dalek-derive v0.1.1
15262024-12-20T22:39:21.738Z Compiling idna v0.5.0
15272024-12-20T22:39:21.960Z Compiling hubpack_derive v0.1.1
15282024-12-20T22:39:22.444Z Compiling hostname v0.4.0
15292024-12-20T22:39:22.513Z Compiling fs-err v2.11.0
15302024-12-20T22:39:22.685Z Compiling crc32fast v1.4.2
15312024-12-20T22:39:22.712Z Compiling ahash v0.8.11
15322024-12-20T22:39:22.803Z Compiling managed v0.8.0
15332024-12-20T22:39:22.883Z Compiling winnow v0.5.40
15342024-12-20T22:39:23.035Z Compiling bitflags v1.3.2
15352024-12-20T22:39:23.054Z Compiling debug-ignore v1.0.5
15362024-12-20T22:39:23.147Z Compiling clap_builder v4.5.21
15372024-12-20T22:39:23.333Z Compiling flate2 v1.0.34
15382024-12-20T22:39:23.365Z Compiling console v0.15.8
15392024-12-20T22:39:24.094Z Compiling hubpack v0.1.2
15402024-12-20T22:39:24.422Z Compiling strum_macros v0.25.3
15412024-12-20T22:39:24.725Z Compiling cookie_store v0.21.0
15422024-12-20T22:39:25.155Z Compiling elliptic-curve v0.13.8
15432024-12-20T22:39:25.485Z Compiling zerocopy v0.6.6
15442024-12-20T22:39:26.031Z Compiling hickory-resolver v0.24.1
15452024-12-20T22:39:26.396Z Compiling signal-hook-mio v0.2.4
15462024-12-20T22:39:26.555Z Compiling phf v0.11.2
15472024-12-20T22:39:26.871Z Compiling toml_edit v0.19.15
15482024-12-20T22:39:27.063Z Compiling hyper-tls v0.6.0
15492024-12-20T22:39:27.296Z Compiling rayon v1.10.0
15502024-12-20T22:39:27.514Z Compiling bzip2 v0.4.4
15512024-12-20T22:39:28.659Z Compiling tokio-tungstenite v0.24.0
15522024-12-20T22:39:29.227Z Compiling postgres-types v0.2.8
15532024-12-20T22:39:32.189Z Compiling ed25519 v2.2.3
15542024-12-20T22:39:32.232Z Compiling phf_shared v0.10.0
15552024-12-20T22:39:32.661Z Compiling tokio-stream v0.1.16
15562024-12-20T22:39:32.957Z Compiling pkcs1 v0.7.5
15572024-12-20T22:39:33.092Z Compiling serde-big-array v0.5.1
15582024-12-20T22:39:33.306Z Compiling clap_derive v4.5.18
15592024-12-20T22:39:33.343Z Compiling rfc6979 v0.4.0
15602024-12-20T22:39:33.546Z Compiling derive-where v1.2.7
15612024-12-20T22:39:33.779Z Compiling serde_repr v0.1.19
15622024-12-20T22:39:34.025Z Compiling float-cmp v0.9.0
15632024-12-20T22:39:34.135Z Compiling bstr v1.10.0
15642024-12-20T22:39:34.258Z Compiling sync_wrapper v1.0.1
15652024-12-20T22:39:34.422Z Compiling bit-vec v0.6.3
15662024-12-20T22:39:34.901Z Compiling unicode-segmentation v1.12.0
15672024-12-20T22:39:35.010Z Compiling predicates-core v1.0.8
15682024-12-20T22:39:35.200Z Compiling normalize-line-endings v0.3.0
15692024-12-20T22:39:35.333Z Compiling whoami v1.5.2
15702024-12-20T22:39:35.409Z Compiling precomputed-hash v0.1.1
15712024-12-20T22:39:35.532Z Compiling fixedbitset v0.4.2
15722024-12-20T22:39:35.822Z Compiling unicode-width v0.2.0
15732024-12-20T22:39:35.956Z Compiling difflib v0.4.0
15742024-12-20T22:39:35.989Z Compiling new_debug_unreachable v1.0.6
15752024-12-20T22:39:36.008Z Compiling number_prefix v0.4.0
15762024-12-20T22:39:36.080Z Compiling static_assertions v1.1.0
15772024-12-20T22:39:36.190Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15782024-12-20T22:39:36.235Z Compiling string_cache v0.8.7
15792024-12-20T22:39:36.332Z Compiling indicatif v0.17.9
15802024-12-20T22:39:36.726Z Compiling predicates v3.1.2
15812024-12-20T22:39:37.237Z Compiling petgraph v0.6.5
15822024-12-20T22:39:37.697Z Compiling tokio-postgres v0.7.12
15832024-12-20T22:39:38.475Z Compiling similar v2.6.0
15842024-12-20T22:39:38.600Z Compiling clap v4.5.21
15852024-12-20T22:39:38.706Z Compiling bit-set v0.5.3
15862024-12-20T22:39:38.729Z Compiling ecdsa v0.16.9
15872024-12-20T22:39:39.009Z Compiling rsa v0.9.6
15882024-12-20T22:39:39.632Z Compiling ed25519-dalek v2.1.1
15892024-12-20T22:39:40.973Z Compiling toml v0.7.8
15902024-12-20T22:39:40.993Z Compiling zip v0.6.6
15912024-12-20T22:39:41.464Z Compiling crossterm v0.28.1
15922024-12-20T22:39:42.769Z Compiling hex v0.4.3
15932024-12-20T22:39:43.326Z Compiling x509-cert v0.2.5
15942024-12-20T22:39:43.415Z Compiling peg-runtime v0.8.3
15952024-12-20T22:39:43.433Z Compiling unicode-xid v0.2.6
15962024-12-20T22:39:43.449Z Compiling lalrpop-util v0.19.12
15972024-12-20T22:39:43.622Z Compiling strum_macros v0.26.4
15982024-12-20T22:39:43.782Z Compiling xattr v1.3.1
15992024-12-20T22:39:43.831Z Compiling filetime v0.2.25
16002024-12-20T22:39:44.063Z Compiling tar v0.4.42
16012024-12-20T22:39:48.941Z Compiling strum v0.26.3
16022024-12-20T22:39:51.664Z Compiling aws-lc-sys v0.22.0
16032024-12-20T22:40:27.996Z Compiling rustls-webpki v0.102.8
16042024-12-20T22:40:31.395Z Compiling tokio-rustls v0.25.0
16052024-12-20T22:40:32.922Z Compiling tokio-rustls v0.26.0
16062024-12-20T22:40:33.233Z Compiling hyper-rustls v0.27.3
16072024-12-20T22:40:33.670Z Compiling reqwest v0.12.9
16082024-12-20T22:40:35.004Z Compiling qorb v0.2.1
16092024-12-20T22:40:40.003Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16102024-12-20T22:40:40.228Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16112024-12-20T22:40:45.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 33s
16122024-12-20T22:40:46.108Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
16132024-12-20T22:40:46.151ZDec 20 22:40:44.884 INFO Starting download, target: Clickhouse
16142024-12-20T22:40:46.153ZDec 20 22:40:44.884 INFO Starting download, target: Console
16152024-12-20T22:40:46.154ZDec 20 22:40:44.884 INFO Starting download, target: Cockroach
16162024-12-20T22:40:46.156ZDec 20 22:40:44.884 INFO Starting download, target: DendriteOpenapi
16172024-12-20T22:40:46.156ZDec 20 22:40:44.884 INFO Starting download, target: DendriteStub
16182024-12-20T22:40:46.156ZDec 20 22:40:44.884 INFO Starting download, target: MaghemiteMgd
16192024-12-20T22:40:46.156ZDec 20 22:40:44.884 INFO Starting download, target: TransceiverControl
16202024-12-20T22:40:46.156ZDec 20 22:40:44.885 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
16212024-12-20T22:40:46.157ZDec 20 22:40:44.885 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16222024-12-20T22:40:46.157ZDec 20 22:40:44.885 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16232024-12-20T22:40:46.157ZDec 20 22:40:44.885 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16242024-12-20T22:40:46.157ZDec 20 22:40:44.885 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16252024-12-20T22:40:46.157ZDec 20 22:40:44.885 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16262024-12-20T22:40:46.157ZDec 20 22:40:44.886 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16272024-12-20T22:40:46.540ZDec 20 22:40:45.254 INFO Download complete, target: DendriteOpenapi
16282024-12-20T22:40:46.719ZDec 20 22:40:45.420 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16292024-12-20T22:40:47.129ZDec 20 22:40:45.709 INFO Download complete, target: Console
16302024-12-20T22:40:47.433ZDec 20 22:40:46.075 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16312024-12-20T22:40:47.939ZDec 20 22:40:46.650 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16322024-12-20T22:40:47.967ZDec 20 22:40:46.682 INFO Download complete, target: TransceiverControl
16332024-12-20T22:40:48.015ZDec 20 22:40:46.731 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16342024-12-20T22:40:48.077ZDec 20 22:40:46.799 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16352024-12-20T22:40:48.990ZDec 20 22:40:47.722 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16362024-12-20T22:40:48.990ZDec 20 22:40:47.723 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16372024-12-20T22:40:50.963ZDec 20 22:40:49.692 INFO Download complete, target: DendriteStub
16382024-12-20T22:40:51.028ZDec 20 22:40:49.758 INFO Download complete, target: MaghemiteMgd
16392024-12-20T22:40:56.603ZDec 20 22:40:55.168 INFO Checking that binary works, target: Cockroach
16402024-12-20T22:40:56.775ZDec 20 22:40:55.327 INFO Download complete, target: Cockroach
16412024-12-20T22:41:00.849ZDec 20 22:40:59.571 INFO Checking that binary works, target: Clickhouse
16422024-12-20T22:41:01.419ZDec 20 22:41:00.150 INFO Download complete, target: Clickhouse
16432024-12-20T22:41:01.426ZAll prerequisites installed successfully
16442024-12-20T22:41:01.428Z
16452024-12-20T22:41:01.428Zreal 8:00.232359096
16462024-12-20T22:41:01.429Zuser 16:38.482772764
16472024-12-20T22:41:01.429Zsys 3:15.055445051
16482024-12-20T22:41:01.429Ztrap 0.527679184
16492024-12-20T22:41:01.429Ztflt 8.813771681
16502024-12-20T22:41:01.429Zdflt 6.673255521
16512024-12-20T22:41:01.429Zkflt 0.233034093
16522024-12-20T22:41:01.429Zlock 33:03.461001622
16532024-12-20T22:41:01.429Zslp 1:09:59.881912125
16542024-12-20T22:41:01.429Zlat 52.408772356
16552024-12-20T22:41:01.429Zstop 2:03.000904353
16562024-12-20T22:41:01.429Z+ source ./tools/include/force-git-over-https.sh
16572024-12-20T22:41:01.429Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
16582024-12-20T22:41:01.429Z++ (( i = 0 ))
16592024-12-20T22:41:01.429Z++ (( i < 5 ))
16602024-12-20T22:41:01.429Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
16612024-12-20T22:41:01.432Z++ (( i++ ))
16622024-12-20T22:41:01.432Z++ (( i < 5 ))
16632024-12-20T22:41:01.432Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
16642024-12-20T22:41:01.434Z++ (( i++ ))
16652024-12-20T22:41:01.434Z++ (( i < 5 ))
16662024-12-20T22:41:01.434Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
16672024-12-20T22:41:01.437Z++ (( i++ ))
16682024-12-20T22:41:01.437Z++ (( i < 5 ))
16692024-12-20T22:41:01.437Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
16702024-12-20T22:41:01.440Z++ (( i++ ))
16712024-12-20T22:41:01.440Z++ (( i < 5 ))
16722024-12-20T22:41:01.440Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
16732024-12-20T22:41:01.443Z++ (( i++ ))
16742024-12-20T22:41:01.443Z++ (( i < 5 ))
16752024-12-20T22:41:01.443Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
16762024-12-20T22:41:01.443Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
16772024-12-20T22:41:01.443Z+ rc=0
16782024-12-20T22:41:01.443Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
16792024-12-20T22:41:31.648Z+ case $rc in
16802024-12-20T22:41:31.649Z+ pfexec zfs create -p rpool/images/build/host
16812024-12-20T22:41:31.920Z+ pfexec zfs create -p rpool/images/build/recovery
16822024-12-20T22:41:31.989Z+ cargo xtask releng --output-dir /work
16832024-12-20T22:41:32.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
16842024-12-20T22:41:32.530Z Running `target/debug/xtask releng --output-dir /work`
16852024-12-20T22:41:33.413Z Compiling proc-macro2 v1.0.89
16862024-12-20T22:41:33.413Z Compiling unicode-ident v1.0.13
16872024-12-20T22:41:33.413Z Compiling libc v0.2.162
16882024-12-20T22:41:33.415Z Compiling serde v1.0.215
16892024-12-20T22:41:33.415Z Compiling autocfg v1.4.0
16902024-12-20T22:41:33.415Z Compiling version_check v0.9.5
16912024-12-20T22:41:33.415Z Compiling cfg-if v1.0.0
16922024-12-20T22:41:33.716Z Compiling memchr v2.7.4
16932024-12-20T22:41:33.716Z Compiling typenum v1.17.0
16942024-12-20T22:41:33.816Z Compiling shlex v1.3.0
16952024-12-20T22:41:34.262Z Compiling value-bag v1.9.0
16962024-12-20T22:41:34.345Z Compiling generic-array v0.14.7
16972024-12-20T22:41:34.420Z Compiling lock_api v0.4.12
16982024-12-20T22:41:34.604Z Compiling scopeguard v1.2.0
16992024-12-20T22:41:34.722Z Compiling log v0.4.22
17002024-12-20T22:41:34.854Z Compiling rustix v0.38.37
17012024-12-20T22:41:35.292Z Compiling parking_lot_core v0.9.10
17022024-12-20T22:41:35.424Z Compiling quote v1.0.37
17032024-12-20T22:41:35.495Z Compiling serde_json v1.0.132
17042024-12-20T22:41:35.566Z Compiling libm v0.2.8
17052024-12-20T22:41:35.704Z Compiling jobserver v0.1.32
17062024-12-20T22:41:36.328Z Compiling syn v2.0.87
17072024-12-20T22:41:36.398Z Compiling getrandom v0.2.15
17082024-12-20T22:41:36.398Z Compiling num-traits v0.2.19
17092024-12-20T22:41:36.398Z Compiling cc v1.1.30
17102024-12-20T22:41:36.398Z Compiling once_cell v1.20.2
17112024-12-20T22:41:36.398Z Compiling thiserror v1.0.69
17122024-12-20T22:41:36.398Z Compiling spin v0.9.8
17132024-12-20T22:41:36.398Z Compiling itoa v1.0.11
17142024-12-20T22:41:36.481Z Compiling aho-corasick v1.1.3
17152024-12-20T22:41:36.793Z Compiling regex-syntax v0.8.5
17162024-12-20T22:41:37.107Z Compiling slab v0.4.9
17172024-12-20T22:41:37.108Z Compiling errno v0.3.9
17182024-12-20T22:41:37.481Z Compiling byteorder v1.5.0
17192024-12-20T22:41:37.634Z Compiling lazy_static v1.5.0
17202024-12-20T22:41:37.766Z Compiling rand_core v0.6.4
17212024-12-20T22:41:37.766Z Compiling either v1.13.0
17222024-12-20T22:41:38.184Z Compiling glob v0.3.1
17232024-12-20T22:41:38.367Z Compiling prettyplease v0.2.25
17242024-12-20T22:41:38.601Z Compiling subtle v2.6.1
17252024-12-20T22:41:38.844Z Compiling minimal-lexical v0.2.1
17262024-12-20T22:41:39.064Z Compiling libloading v0.8.5
17272024-12-20T22:41:39.114Z Compiling clang-sys v1.8.1
17282024-12-20T22:41:39.402Z Compiling nom v7.1.3
17292024-12-20T22:41:39.780Z Compiling bindgen v0.69.5
17302024-12-20T22:41:39.845Z Compiling home v0.5.9
17312024-12-20T22:41:40.153Z Compiling itertools v0.10.5
17322024-12-20T22:41:40.446Z Compiling lazycell v1.3.0
17332024-12-20T22:41:40.623Z Compiling regex-automata v0.4.8
17342024-12-20T22:41:41.220Z Compiling rustc-hash v1.1.0
17352024-12-20T22:41:45.396Z Compiling cmake v0.1.51
17362024-12-20T22:41:45.537Z Compiling fs_extra v1.3.0
17372024-12-20T22:41:45.537Z Compiling pkg-config v0.3.31
17382024-12-20T22:41:45.537Z Compiling cexpr v0.6.0
17392024-12-20T22:41:45.537Z Compiling smallvec v1.13.2
17402024-12-20T22:41:45.537Z Compiling semver v1.0.23
17412024-12-20T22:41:45.537Z Compiling dunce v1.0.5
17422024-12-20T22:41:45.537Z Compiling ring v0.17.8
17432024-12-20T22:41:45.537Z Compiling paste v1.0.15
17442024-12-20T22:41:45.537Z Compiling synstructure v0.13.1
17452024-12-20T22:41:45.649Z Compiling ryu v1.0.18
17462024-12-20T22:41:45.650Z Compiling const-oid v0.9.6
17472024-12-20T22:41:45.650Z Compiling aws-lc-rs v1.10.0
17482024-12-20T22:41:45.650Z Compiling httparse v1.9.5
17492024-12-20T22:41:45.906Z Compiling pin-project-lite v0.2.14
17502024-12-20T22:41:45.925Z Compiling heck v0.5.0
17512024-12-20T22:41:46.559Z Compiling regex v1.11.1
17522024-12-20T22:41:46.831Z Compiling allocator-api2 v0.2.18
17532024-12-20T22:41:47.291Z Compiling futures-core v0.3.31
17542024-12-20T22:41:47.634Z Compiling signal-hook-registry v1.4.2
17552024-12-20T22:41:47.732Z Compiling crossbeam-utils v0.8.20
17562024-12-20T22:41:48.164Z Compiling time-core v0.1.2
17572024-12-20T22:41:48.306Z Compiling num-conv v0.1.0
17582024-12-20T22:41:48.601Z Compiling parking_lot v0.12.3
17592024-12-20T22:41:48.642Z Compiling mio v1.0.2
17602024-12-20T22:41:48.691Z Compiling time-macros v0.2.18
17612024-12-20T22:41:49.040Z Compiling vcpkg v0.2.15
17622024-12-20T22:41:49.562Z Compiling schemars v0.8.21
17632024-12-20T22:41:49.936Z Compiling fnv v1.0.7
17642024-12-20T22:41:50.066Z Compiling serde_derive v1.0.215
17652024-12-20T22:41:50.108Z Compiling zeroize_derive v1.4.2
17662024-12-20T22:41:50.572Z Compiling zerocopy-derive v0.7.35
17672024-12-20T22:41:50.839Z Compiling tokio-macros v2.4.0
17682024-12-20T22:41:50.926Z Compiling thiserror-impl v1.0.69
17692024-12-20T22:41:51.414Z Compiling zerofrom-derive v0.1.4
17702024-12-20T22:41:51.662Z Compiling zeroize v1.8.1
17712024-12-20T22:41:52.181Z Compiling yoke-derive v0.7.4
17722024-12-20T22:41:52.253Z Compiling futures-macro v0.3.31
17732024-12-20T22:41:52.508Z Compiling zerovec-derive v0.10.3
17742024-12-20T22:41:52.852Z Compiling displaydoc v0.2.5
17752024-12-20T22:41:54.187Z Compiling zerocopy v0.7.35
17762024-12-20T22:41:54.497Z Compiling crypto-common v0.1.6
17772024-12-20T22:41:54.560Z Compiling icu_provider_macros v1.5.0
17782024-12-20T22:41:54.709Z Compiling tracing-attributes v0.1.27
17792024-12-20T22:41:54.986Z Compiling block-buffer v0.10.4
17802024-12-20T22:41:55.319Z Compiling digest v0.10.7
17812024-12-20T22:41:55.553Z Compiling der_derive v0.7.3
17822024-12-20T22:41:55.694Z Compiling openssl-sys v0.9.103
17832024-12-20T22:41:56.818Z Compiling serde_derive_internals v0.29.1
17842024-12-20T22:41:57.873Z Compiling socket2 v0.5.7
17852024-12-20T22:41:57.986Z Compiling ahash v0.8.11
17862024-12-20T22:41:59.266Z Compiling futures-sink v0.3.31
17872024-12-20T22:41:59.322Z Compiling schemars_derive v0.8.21
17882024-12-20T22:41:59.577Z Compiling foldhash v0.1.3
17892024-12-20T22:41:59.728Z Compiling cpufeatures v0.2.14
17902024-12-20T22:41:59.878Z Compiling equivalent v1.0.1
17912024-12-20T22:41:59.939Z Compiling stable_deref_trait v1.2.0
17922024-12-20T22:42:00.012Z Compiling hashbrown v0.15.1
17932024-12-20T22:42:00.204Z Compiling slog v2.7.0
17942024-12-20T22:42:01.551Z Compiling futures-channel v0.3.31
17952024-12-20T22:42:01.674Z Compiling zerofrom v0.1.4
17962024-12-20T22:42:01.900Z Compiling scroll_derive v0.12.0
17972024-12-20T22:42:02.000Z Compiling openssl v0.10.66
17982024-12-20T22:42:02.044Z Compiling futures-io v0.3.31
17992024-12-20T22:42:02.147Z Compiling pin-utils v0.1.0
18002024-12-20T22:42:02.281Z Compiling ucd-trie v0.1.7
18012024-12-20T22:42:02.413Z Compiling futures-task v0.3.31
18022024-12-20T22:42:02.479Z Compiling yoke v0.7.4
18032024-12-20T22:42:02.778Z Compiling futures-util v0.3.31
18042024-12-20T22:42:02.922Z Compiling pest v2.7.14
18052024-12-20T22:42:02.947Z Compiling hmac v0.12.1
18062024-12-20T22:42:03.131Z Compiling tinyvec_macros v0.1.1
18072024-12-20T22:42:03.406Z Compiling tinyvec v1.8.0
18082024-12-20T22:42:03.433Z Compiling zerovec v0.10.4
18092024-12-20T22:42:05.171Z Compiling bitflags v2.6.0
18102024-12-20T22:42:05.201Z Compiling bytes v1.8.0
18112024-12-20T22:42:06.997Z Compiling tokio v1.40.0
18122024-12-20T22:42:07.531Z Compiling indexmap v2.6.0
18132024-12-20T22:42:08.160Z Compiling serde_tokenstream v0.2.2
18142024-12-20T22:42:09.435Z Compiling http v1.1.0
18152024-12-20T22:42:10.285Z Compiling which v4.4.2
18162024-12-20T22:42:10.959Z Compiling rustc_version v0.4.1
18172024-12-20T22:42:11.505Z Compiling pest_meta v2.7.14
18182024-12-20T22:42:11.830Z Compiling uuid v1.11.0
18192024-12-20T22:42:11.872Z Compiling block-padding v0.3.3
18202024-12-20T22:42:12.270Z Compiling openssl-macros v0.1.1
18212024-12-20T22:42:12.716Z Compiling native-tls v0.2.12
18222024-12-20T22:42:13.118Z Compiling iana-time-zone v0.1.61
18232024-12-20T22:42:13.196Z Compiling rustls v0.23.19
18242024-12-20T22:42:13.541Z Compiling chrono v0.4.38
18252024-12-20T22:42:14.399Z Compiling pest_generator v2.7.14
18262024-12-20T22:42:15.292Z Compiling inout v0.1.3
18272024-12-20T22:42:15.596Z Compiling unicode-normalization v0.1.24
18282024-12-20T22:42:16.250Z Compiling cipher v0.4.4
18292024-12-20T22:42:16.308Z Compiling pest_derive v2.7.14
18302024-12-20T22:42:16.764Z Compiling tinystr v0.7.6
18312024-12-20T22:42:17.155Z Compiling sha2 v0.10.8
18322024-12-20T22:42:17.593Z Compiling async-trait v0.1.83
18332024-12-20T22:42:17.666Z Compiling cookie v0.18.1
18342024-12-20T22:42:17.666Z Compiling usdt-impl v0.5.0
18352024-12-20T22:42:17.995Z Compiling writeable v0.5.5
18362024-12-20T22:42:18.403Z Compiling base64ct v1.6.0
18372024-12-20T22:42:18.617Z Compiling unicode-bidi v0.3.17
18382024-12-20T22:42:19.993Z Compiling litemap v0.7.3
18392024-12-20T22:42:20.330Z Compiling pem-rfc7468 v0.7.0
18402024-12-20T22:42:20.462Z Compiling icu_locid v1.5.0
18412024-12-20T22:42:22.124Z Compiling scroll v0.12.0
18422024-12-20T22:42:22.923Z Compiling ppv-lite86 v0.2.20
18432024-12-20T22:42:23.708Z Compiling tracing-core v0.1.32
18442024-12-20T22:42:23.919Z Compiling untrusted v0.7.1
18452024-12-20T22:42:24.161Z Compiling syn v1.0.109
18462024-12-20T22:42:24.765Z Compiling camino v1.1.9
18472024-12-20T22:42:25.371Z Compiling dyn-clone v1.0.17
18482024-12-20T22:42:25.545Z Compiling rustls-pki-types v1.10.0
18492024-12-20T22:42:25.866Z Compiling aws-lc-sys v0.22.0
18502024-12-20T22:42:25.970Z Compiling percent-encoding v2.3.1
18512024-12-20T22:42:26.504Z Compiling plain v0.2.3
18522024-12-20T22:42:26.701Z Compiling flagset v0.4.6
18532024-12-20T22:42:26.959Z Compiling der v0.7.9
18542024-12-20T22:42:27.566Z Compiling goblin v0.8.2
18552024-12-20T22:42:30.134Z Compiling tracing v0.1.40
18562024-12-20T22:42:30.265Z Compiling rand_chacha v0.3.1
18572024-12-20T22:42:31.562Z Compiling icu_provider v1.5.0
18582024-12-20T22:42:31.869Z Compiling tokio-util v0.7.12
18592024-12-20T22:42:33.439Z Compiling powerfmt v0.2.0
18602024-12-20T22:42:33.998Z Compiling icu_locid_transform_data v1.5.0
18612024-12-20T22:42:34.194Z Compiling pretty-hex v0.4.1
18622024-12-20T22:42:34.348Z Compiling untrusted v0.9.0
18632024-12-20T22:42:34.390Z Compiling rayon-core v1.12.1
18642024-12-20T22:42:34.445Z Compiling mirai-annotations v1.12.0
18652024-12-20T22:42:34.665Z Compiling rustls v0.22.4
18662024-12-20T22:42:34.979Z Compiling dof v0.3.0
18672024-12-20T22:42:35.104Z Compiling icu_locid_transform v1.5.0
18682024-12-20T22:42:36.522Z Compiling deranged v0.3.11
18692024-12-20T22:42:37.650Z Compiling rand v0.8.5
18702024-12-20T22:42:38.050Z Compiling spki v0.7.3
18712024-12-20T22:42:39.544Z Compiling dtrace-parser v0.2.0
18722024-12-20T22:42:39.604Z Compiling salsa20 v0.10.2
18732024-12-20T22:42:39.938Z Compiling icu_collections v1.5.0
18742024-12-20T22:42:41.271Z Compiling pbkdf2 v0.12.2
18752024-12-20T22:42:41.614Z Compiling bzip2-sys v0.1.11+1.0.8
18762024-12-20T22:42:42.240Z Compiling thread-id v4.2.2
18772024-12-20T22:42:42.924Z Compiling atomic-waker v1.1.2
18782024-12-20T22:42:42.959Z Compiling icu_properties_data v1.5.0
18792024-12-20T22:42:43.545Z Compiling num_threads v0.1.7
18802024-12-20T22:42:43.652Z Compiling icu_properties v1.5.1
18812024-12-20T22:42:43.703Z Compiling time v0.3.36
18822024-12-20T22:42:49.498Z Compiling scrypt v0.11.0
18832024-12-20T22:42:50.059Z Compiling form_urlencoded v1.2.1
18842024-12-20T22:42:50.331Z Compiling aes v0.8.4
18852024-12-20T22:42:50.354Z Compiling cbc v0.1.2
18862024-12-20T22:42:50.418Z Compiling http-body v1.0.1
18872024-12-20T22:42:50.748Z Compiling multer v3.1.0
18882024-12-20T22:42:50.851Z Compiling utf8_iter v1.0.4
18892024-12-20T22:42:50.956Z Compiling write16 v1.0.0
18902024-12-20T22:42:51.053Z Compiling utf16_iter v1.0.5
18912024-12-20T22:42:51.130Z Compiling icu_normalizer_data v1.5.0
18922024-12-20T22:42:51.631Z Compiling try-lock v0.2.5
18932024-12-20T22:42:51.786Z Compiling slog-async v2.8.0
18942024-12-20T22:42:51.841Z Compiling icu_normalizer v1.5.0
18952024-12-20T22:42:52.033Z Compiling want v0.3.1
18962024-12-20T22:42:52.430Z Compiling pkcs5 v0.7.1
18972024-12-20T22:42:56.934Z Compiling h2 v0.4.6
18982024-12-20T22:42:57.244Z Compiling heapless v0.7.17
18992024-12-20T22:42:57.719Z Compiling zerocopy-derive v0.6.6
19002024-12-20T22:42:58.294Z Compiling base64 v0.22.1
19012024-12-20T22:42:58.403Z Compiling num-bigint-dig v0.8.4
19022024-12-20T22:42:58.854Z Compiling signal-hook v0.3.17
19032024-12-20T22:42:59.203Z Compiling httpdate v1.0.3
19042024-12-20T22:42:59.473Z Compiling anyhow v1.0.93
19052024-12-20T22:43:00.884Z Compiling idna_adapter v1.2.0
19062024-12-20T22:43:01.216Z Compiling pkcs8 v0.10.2
19072024-12-20T22:43:02.481Z Compiling usdt-attr-macro v0.5.0
19082024-12-20T22:43:02.569Z Compiling usdt-macro v0.5.0
19092024-12-20T22:43:04.462Z Compiling async-stream-impl v0.3.6
19102024-12-20T22:43:04.942Z Compiling strsim v0.11.1
19112024-12-20T22:43:05.378Z Compiling hyper v1.5.0
19122024-12-20T22:43:05.869Z Compiling rustversion v1.0.17
19132024-12-20T22:43:05.894Z Compiling tower-service v0.3.3
19142024-12-20T22:43:07.270Z Compiling idna v1.0.3
19152024-12-20T22:43:08.895Z Compiling hyper-util v0.1.10
19162024-12-20T22:43:15.288Z Compiling curve25519-dalek v4.1.3
19172024-12-20T22:43:15.559Z Compiling openapiv3 v2.0.0
19182024-12-20T22:43:15.789Z Compiling toml_datetime v0.6.8
19192024-12-20T22:43:15.840Z Compiling serde_spanned v0.6.8
19202024-12-20T22:43:16.168Z Compiling enum-as-inner v0.6.1
19212024-12-20T22:43:16.415Z Compiling dropshot v0.12.0
19222024-12-20T22:43:16.736Z Compiling adler2 v2.0.0
19232024-12-20T22:43:16.873Z Compiling foreign-types-shared v0.1.1
19242024-12-20T22:43:17.017Z Compiling smoltcp v0.9.1
19252024-12-20T22:43:17.056Z Compiling heck v0.4.1
19262024-12-20T22:43:17.271Z Compiling match_cfg v0.1.0
19272024-12-20T22:43:17.812Z Compiling portable-atomic v1.9.0
19282024-12-20T22:43:18.806Z Compiling foreign-types v0.3.2
19292024-12-20T22:43:18.921Z Compiling hostname v0.3.1
19302024-12-20T22:43:19.100Z Compiling miniz_oxide v0.8.0
19312024-12-20T22:43:20.607Z Compiling url v2.5.3
19322024-12-20T22:43:28.200Z Compiling http-body-util v0.1.2
19332024-12-20T22:43:28.924Z Compiling clap_derive v4.5.18
19342024-12-20T22:43:29.034Z Compiling dirs-sys-next v0.1.2
19352024-12-20T22:43:29.745Z Compiling encoding_rs v0.8.34
19362024-12-20T22:43:32.296Z Compiling mime v0.3.17
19372024-12-20T22:43:33.448Z Compiling siphasher v0.3.11
19382024-12-20T22:43:34.210Z Compiling data-encoding v2.6.0
19392024-12-20T22:43:36.272Z Compiling dirs-next v2.0.0
19402024-12-20T22:43:40.992Z Compiling hubpack_derive v0.1.1
19412024-12-20T22:43:41.304Z Compiling serde_urlencoded v0.7.1
19422024-12-20T22:43:41.830Z Compiling crossbeam-epoch v0.9.18
19432024-12-20T22:43:41.931Z Compiling hashbrown v0.14.5
19442024-12-20T22:43:42.573Z Compiling rustls-pemfile v2.2.0
19452024-12-20T22:43:43.059Z Compiling dropshot_endpoint v0.12.0
19462024-12-20T22:43:44.501Z Compiling sha1 v0.10.6
19472024-12-20T22:43:44.928Z Compiling signature v2.2.0
19482024-12-20T22:43:44.950Z Compiling curve25519-dalek-derive v0.1.1
19492024-12-20T22:43:45.244Z Compiling thread_local v1.1.8
19502024-12-20T22:43:45.733Z Compiling rustls-webpki v0.102.8
19512024-12-20T22:43:46.368Z Compiling fs-err v2.11.0
19522024-12-20T22:43:46.672Z Compiling openssl-probe v0.1.5
19532024-12-20T22:43:47.264Z Compiling gimli v0.31.1
19542024-12-20T22:43:47.482Z Compiling anstyle v1.0.10
19552024-12-20T22:43:47.910Z Compiling ipnet v2.10.1
19562024-12-20T22:43:49.212Z Compiling utf8parse v0.2.2
19572024-12-20T22:43:49.380Z Compiling winnow v0.6.20
19582024-12-20T22:43:50.106Z Compiling unicode-properties v0.1.3
19592024-12-20T22:43:50.520Z Compiling stringprep v0.1.5
19602024-12-20T22:43:50.997Z Compiling anstyle-parse v0.2.5
19612024-12-20T22:43:52.123Z Compiling addr2line v0.24.2
19622024-12-20T22:43:52.776Z Compiling regress v0.10.1
19632024-12-20T22:43:53.329Z Compiling toml_edit v0.22.22
19642024-12-20T22:43:53.950Z Compiling crossbeam-deque v0.8.5
19652024-12-20T22:43:54.308Z Compiling term v0.7.0
19662024-12-20T22:43:55.603Z Compiling slog-json v2.6.1
19672024-12-20T22:43:56.771Z Compiling crossbeam-channel v0.5.13
19682024-12-20T22:43:58.226Z Compiling idna v0.3.0
19692024-12-20T22:43:58.919Z Compiling idna v0.4.0
19702024-12-20T22:44:00.827Z Compiling futures-executor v0.3.31
19712024-12-20T22:44:01.198Z Compiling num-integer v0.1.46
19722024-12-20T22:44:01.303Z Compiling md-5 v0.10.6
19732024-12-20T22:44:01.559Z Compiling ff v0.13.0
19742024-12-20T22:44:01.804Z Compiling hash32 v0.2.1
19752024-12-20T22:44:01.847Z Compiling is-terminal v0.4.13
19762024-12-20T22:44:01.942Z Compiling memmap v0.7.0
19772024-12-20T22:44:01.994Z Compiling object v0.36.5
19782024-12-20T22:44:02.191Z Compiling linked-hash-map v0.5.6
19792024-12-20T22:44:02.209Z Compiling rustc-demangle v0.1.24
19802024-12-20T22:44:02.296Z Compiling fallible-iterator v0.2.0
19812024-12-20T22:44:02.570Z Compiling colorchoice v1.0.2
19822024-12-20T22:44:02.737Z Compiling base16ct v0.2.0
19832024-12-20T22:44:03.007Z Compiling psl-types v2.0.11
19842024-12-20T22:44:03.027Z Compiling quick-error v1.2.3
19852024-12-20T22:44:03.100Z Compiling take_mut v0.2.2
19862024-12-20T22:44:03.211Z Compiling is_terminal_polyfill v1.70.1
19872024-12-20T22:44:03.261Z Compiling utf-8 v0.7.6
19882024-12-20T22:44:03.351Z Compiling anstyle-query v1.1.1
19892024-12-20T22:44:03.389Z Compiling publicsuffix v2.2.3
19902024-12-20T22:44:03.513Z Compiling anstream v0.6.15
19912024-12-20T22:44:03.557Z Compiling tungstenite v0.24.0
19922024-12-20T22:44:04.483Z Compiling resolv-conf v0.7.0
19932024-12-20T22:44:04.723Z Compiling postgres-protocol v0.6.7
19942024-12-20T22:44:05.189Z Compiling sec1 v0.7.3
19952024-12-20T22:44:05.611Z Compiling lru-cache v0.1.2
19962024-12-20T22:44:05.774Z Compiling usdt v0.5.0
19972024-12-20T22:44:05.853Z Compiling slog-term v2.9.1
19982024-12-20T22:44:05.932Z Compiling group v0.13.0
19992024-12-20T22:44:06.235Z Compiling num-iter v0.1.45
20002024-12-20T22:44:06.253Z Compiling futures v0.3.31
20012024-12-20T22:44:07.002Z Compiling hickory-proto v0.24.1
20022024-12-20T22:44:07.207Z Compiling tokio-rustls v0.26.0
20032024-12-20T22:44:08.285Z Compiling tokio-rustls v0.25.0
20042024-12-20T22:44:08.725Z Compiling toml v0.8.19
20052024-12-20T22:44:09.034Z Compiling typify-impl v0.2.0
20062024-12-20T22:44:09.200Z Compiling backtrace v0.3.74
20072024-12-20T22:44:09.745Z Compiling slog-bunyan v2.5.0
20082024-12-20T22:44:09.902Z Compiling tokio-native-tls v0.3.1
20092024-12-20T22:44:10.175Z Compiling phf_shared v0.11.2
20102024-12-20T22:44:10.274Z Compiling strum_macros v0.25.3
20112024-12-20T22:44:10.541Z Compiling async-stream v0.3.6
20122024-12-20T22:44:10.874Z Compiling waitgroup v0.1.2
20132024-12-20T22:44:10.998Z Compiling webpki-roots v0.26.6
20142024-12-20T22:44:11.299Z Compiling idna v0.5.0
20152024-12-20T22:44:12.155Z Compiling terminal_size v0.4.0
20162024-12-20T22:44:12.387Z Compiling serde_path_to_error v0.1.16
20172024-12-20T22:44:13.265Z Compiling hkdf v0.12.4
20182024-12-20T22:44:13.477Z Compiling crypto-bigint v0.5.5
20192024-12-20T22:44:13.503Z Compiling derive-where v1.2.7
20202024-12-20T22:44:13.805Z Compiling serde_repr v0.1.19
20212024-12-20T22:44:14.899Z Compiling hostname v0.4.0
20222024-12-20T22:44:15.272Z Compiling crc32fast v1.4.2
20232024-12-20T22:44:15.967Z Compiling winnow v0.5.40
20242024-12-20T22:44:16.159Z Compiling debug-ignore v1.0.5
20252024-12-20T22:44:16.308Z Compiling bitflags v1.3.2
20262024-12-20T22:44:16.638Z Compiling unicode-width v0.1.14
20272024-12-20T22:44:16.711Z Compiling clap_lex v0.7.2
20282024-12-20T22:44:17.186Z Compiling managed v0.8.0
20292024-12-20T22:44:17.205Z Compiling console v0.15.8
20302024-12-20T22:44:17.207Z Compiling clap_builder v4.5.21
20312024-12-20T22:44:18.522Z Compiling elliptic-curve v0.13.8
20322024-12-20T22:44:19.650Z Compiling toml_edit v0.19.15
20332024-12-20T22:44:20.297Z Compiling flate2 v1.0.34
20342024-12-20T22:44:20.845Z Compiling typify-macro v0.2.0
20352024-12-20T22:44:21.206Z Compiling hickory-resolver v0.24.1
20362024-12-20T22:44:24.813Z Compiling cookie_store v0.21.0
20372024-12-20T22:44:26.616Z Compiling hyper-rustls v0.27.3
20382024-12-20T22:44:27.397Z Compiling phf v0.11.2
20392024-12-20T22:44:27.679Z Compiling hyper-tls v0.6.0
20402024-12-20T22:44:28.121Z Compiling signal-hook-mio v0.2.4
20412024-12-20T22:44:28.144Z Compiling rayon v1.10.0
20422024-12-20T22:44:28.299Z Compiling bzip2 v0.4.4
20432024-12-20T22:44:28.701Z Compiling postgres-types v0.2.8
20442024-12-20T22:44:28.849Z Compiling tokio-tungstenite v0.24.0
20452024-12-20T22:44:29.544Z Compiling ed25519 v2.2.3
20462024-12-20T22:44:29.924Z Compiling hubpack v0.1.2
20472024-12-20T22:44:29.996Z Compiling phf_shared v0.10.0
20482024-12-20T22:44:30.116Z Compiling pkcs1 v0.7.5
20492024-12-20T22:44:30.407Z Compiling zerocopy v0.6.6
20502024-12-20T22:44:30.438Z Compiling tokio-stream v0.1.16
20512024-12-20T22:44:31.506Z Compiling serde-big-array v0.5.1
20522024-12-20T22:44:31.546Z Compiling rfc6979 v0.4.0
20532024-12-20T22:44:31.697Z Compiling float-cmp v0.9.0
20542024-12-20T22:44:31.877Z Compiling sync_wrapper v1.0.1
20552024-12-20T22:44:32.052Z Compiling bstr v1.10.0
20562024-12-20T22:44:32.301Z Compiling unicode-segmentation v1.12.0
20572024-12-20T22:44:32.942Z Compiling bit-vec v0.6.3
20582024-12-20T22:44:33.110Z Compiling unicode-width v0.2.0
20592024-12-20T22:44:33.163Z Compiling number_prefix v0.4.0
20602024-12-20T22:44:33.419Z Compiling fixedbitset v0.4.2
20612024-12-20T22:44:33.655Z Compiling whoami v1.5.2
20622024-12-20T22:44:33.726Z Compiling difflib v0.4.0
20632024-12-20T22:44:33.819Z Compiling predicates-core v1.0.8
20642024-12-20T22:44:33.956Z Compiling static_assertions v1.1.0
20652024-12-20T22:44:34.066Z Compiling normalize-line-endings v0.3.0
20662024-12-20T22:44:34.208Z Compiling new_debug_unreachable v1.0.6
20672024-12-20T22:44:34.299Z Compiling precomputed-hash v0.1.1
20682024-12-20T22:44:34.467Z Compiling string_cache v0.8.7
20692024-12-20T22:44:34.922Z Compiling predicates v3.1.2
20702024-12-20T22:44:35.019Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20712024-12-20T22:44:35.388Z Compiling tokio-postgres v0.7.12
20722024-12-20T22:44:36.481Z Compiling petgraph v0.6.5
20732024-12-20T22:44:37.225Z Compiling indicatif v0.17.9
20742024-12-20T22:44:40.068Z Compiling bit-set v0.5.3
20752024-12-20T22:44:40.791Z Compiling similar v2.6.0
20762024-12-20T22:44:40.823Z Compiling reqwest v0.12.9
20772024-12-20T22:44:40.897Z Compiling ecdsa v0.16.9
20782024-12-20T22:44:41.154Z Compiling qorb v0.2.1
20792024-12-20T22:44:41.792Z Compiling rsa v0.9.6
20802024-12-20T22:44:42.119Z Compiling ed25519-dalek v2.1.1
20812024-12-20T22:44:42.344Z Compiling zip v0.6.6
20822024-12-20T22:44:42.697Z Compiling crossterm v0.28.1
20832024-12-20T22:44:43.021Z Compiling toml v0.7.8
20842024-12-20T22:44:43.613Z Compiling clap v4.5.21
20852024-12-20T22:44:46.253Z Compiling x509-cert v0.2.5
20862024-12-20T22:44:46.805Z Compiling hex v0.4.3
20872024-12-20T22:44:49.554Z Compiling unicode-xid v0.2.6
20882024-12-20T22:44:49.746Z Compiling radium v0.7.0
20892024-12-20T22:44:52.262Z Compiling peg-runtime v0.8.3
20902024-12-20T22:44:52.816Z Compiling lalrpop-util v0.19.12
20912024-12-20T22:44:53.196Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20922024-12-20T22:45:09.363Z Compiling maybe-uninit v2.0.0
20932024-12-20T22:45:09.726Z Compiling ident_case v1.0.1
20942024-12-20T22:45:11.212Z Compiling tap v1.0.1
20952024-12-20T22:45:11.606Z Compiling wyz v0.5.1
20962024-12-20T22:45:14.662Z Compiling darling_core v0.20.10
20972024-12-20T22:45:22.206Z Compiling typify v0.2.0
20982024-12-20T22:45:26.872Z Compiling unsafe-libyaml v0.2.11
20992024-12-20T22:45:27.446Z Compiling funty v2.0.0
21002024-12-20T22:45:28.253Z Compiling packed_struct v0.10.1
21012024-12-20T22:45:28.277Z Compiling serde_yaml v0.9.34+deprecated
21022024-12-20T22:45:28.685Z Compiling bitvec v1.0.1
21032024-12-20T22:45:32.181Z Compiling progenitor-impl v0.8.0
21042024-12-20T22:45:33.342Z Compiling darling_macro v0.20.10
21052024-12-20T22:45:35.600Z Compiling packed_struct_codegen v0.10.1
21062024-12-20T22:45:37.003Z Compiling structmeta-derive v0.3.0
21072024-12-20T22:45:38.159Z Compiling indexmap v1.9.3
21082024-12-20T22:45:38.469Z Compiling newtype-uuid v1.1.3
21092024-12-20T22:45:38.764Z Compiling crc-catalog v2.4.0
21102024-12-20T22:45:38.933Z Compiling nodrop v0.1.14
21112024-12-20T22:45:39.338Z Compiling fastrand v2.1.1
21122024-12-20T22:45:39.588Z Compiling structmeta v0.3.0
21132024-12-20T22:45:39.989Z Compiling tempfile v3.13.0
21142024-12-20T22:45:40.017Z Compiling progenitor-macro v0.8.0
21152024-12-20T22:45:42.643Z Compiling array-init v0.0.4
21162024-12-20T22:45:42.646Z Compiling crc v3.2.1
21172024-12-20T22:45:47.606Z Compiling smallvec v0.6.14
21182024-12-20T22:45:48.749Z Compiling darling v0.20.10
21192024-12-20T22:45:54.298Z Compiling progenitor-client v0.8.0
21202024-12-20T22:45:56.493Z Compiling pin-project-internal v1.1.6
21212024-12-20T22:45:56.582Z Compiling dropshot v0.13.0
21222024-12-20T22:45:57.465Z Compiling same-file v1.0.6
21232024-12-20T22:45:59.435Z Compiling hashbrown v0.12.3
21242024-12-20T22:45:59.467Z Compiling bitfield v0.14.0
21252024-12-20T22:45:59.781Z Compiling base64 v0.21.7
21262024-12-20T22:46:00.955Z Compiling termcolor v1.4.1
21272024-12-20T22:46:01.661Z Compiling env_logger v0.10.2
21282024-12-20T22:46:03.200Z Compiling ron v0.8.1
21292024-12-20T22:46:04.780Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21302024-12-20T22:46:09.366Z Compiling pin-project v1.1.6
21312024-12-20T22:46:14.115Z Compiling walkdir v2.5.0
21322024-12-20T22:46:18.212Z Compiling progenitor v0.8.0
21332024-12-20T22:46:18.502Z Compiling serde_with_macros v3.11.0
21342024-12-20T22:46:18.524Z Compiling serde-hex v0.1.0
21352024-12-20T22:46:19.415Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21362024-12-20T22:46:20.129Z Compiling parse-display-derive v0.10.0
21372024-12-20T22:46:21.304Z Compiling strum_macros v0.26.4
21382024-12-20T22:46:23.917Z Compiling snafu-derive v0.8.5
21392024-12-20T22:46:24.030Z Compiling hashbrown v0.13.2
21402024-12-20T22:46:24.464Z Compiling ipnetwork v0.20.0
21412024-12-20T22:46:25.489Z Compiling xattr v1.3.1
21422024-12-20T22:46:25.822Z Compiling dropshot_endpoint v0.13.0
21432024-12-20T22:46:25.960Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21442024-12-20T22:46:26.467Z Compiling ring v0.16.20
21452024-12-20T22:46:26.713Z Compiling blake3 v1.5.4
21462024-12-20T22:46:27.343Z Compiling filetime v0.2.25
21472024-12-20T22:46:27.414Z Compiling instant v0.1.13
21482024-12-20T22:46:27.940Z Compiling lockfree-object-pool v0.1.6
21492024-12-20T22:46:28.268Z Compiling crc-any v2.5.0
21502024-12-20T22:46:28.561Z Compiling simd-adler32 v0.3.7
21512024-12-20T22:46:28.755Z Compiling bumpalo v3.16.0
21522024-12-20T22:46:28.758Z Compiling zip v2.1.3
21532024-12-20T22:46:29.012Z Compiling buf-list v1.0.3
21542024-12-20T22:46:29.119Z Compiling snafu v0.8.5
21552024-12-20T22:46:29.198Z Compiling zopfli v0.8.1
21562024-12-20T22:46:29.347Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21572024-12-20T22:46:29.720Z Compiling tar v0.4.42
21582024-12-20T22:46:29.779Z Compiling backoff v0.4.0
21592024-12-20T22:46:31.055Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21602024-12-20T22:46:31.287Z Compiling strum v0.26.3
21612024-12-20T22:46:31.485Z Compiling object v0.30.4
21622024-12-20T22:46:33.424Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21632024-12-20T22:46:35.553Z Compiling parse-display v0.10.0
21642024-12-20T22:46:36.141Z Compiling serde_with v3.11.0
21652024-12-20T22:46:37.042Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21662024-12-20T22:46:37.573Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21672024-12-20T22:46:37.664Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21682024-12-20T22:46:38.381Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21692024-12-20T22:46:39.071Z Compiling camino-tempfile v1.1.1
21702024-12-20T22:46:39.160Z Compiling globset v0.4.15
21712024-12-20T22:46:39.840Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21722024-12-20T22:46:40.043Z Compiling regress v0.9.1
21732024-12-20T22:46:40.731Z Compiling pem v3.0.4
21742024-12-20T22:46:42.243Z Compiling olpc-cjson v0.1.4
21752024-12-20T22:46:42.619Z Compiling serde_plain v1.0.2
21762024-12-20T22:46:43.159Z Compiling macaddr v1.0.1
21772024-12-20T22:46:43.814Z Compiling async-recursion v1.1.1
21782024-12-20T22:46:44.463Z Compiling memmap2 v0.9.5
21792024-12-20T22:46:44.649Z Compiling spin v0.5.2
21802024-12-20T22:46:44.922Z Compiling constant_time_eq v0.3.1
21812024-12-20T22:46:45.023Z Compiling path-slash v0.1.5
21822024-12-20T22:46:45.119Z Compiling arrayvec v0.7.6
21832024-12-20T22:46:45.281Z Compiling typed-path v0.9.3
21842024-12-20T22:46:45.303Z Compiling arrayref v0.3.9
21852024-12-20T22:46:45.421Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
21862024-12-20T22:46:47.959Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21872024-12-20T22:46:48.446Z Compiling tough v0.19.0
21882024-12-20T22:46:53.007Z Compiling itertools v0.13.0
21892024-12-20T22:46:53.751Z Compiling cargo-platform v0.1.8
21902024-12-20T22:46:54.454Z Compiling parse-size v1.1.0
21912024-12-20T22:46:54.767Z Compiling topological-sort v0.2.2
21922024-12-20T22:46:54.882Z Compiling cargo_metadata v0.18.1
21932024-12-20T22:46:55.052Z Compiling omicron-zone-package v0.11.1
21942024-12-20T22:46:56.919Z Compiling shell-words v1.1.0
21952024-12-20T22:47:03.259Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21962024-12-20T22:47:14.778Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
21972024-12-20T22:47:29.803Z Finished `release` profile [optimized] target(s) in 5m 57s
21982024-12-20T22:47:29.966Z Running `target/release/omicron-releng --output-dir /work`
21992024-12-20T22:47:30.013ZDec 20 22:47:28.698 DEBG changing working directory to /work/oxidecomputer/omicron
22002024-12-20T22:47:30.121ZDec 20 22:47:28.804 DEBG running: git rev-parse HEAD
22012024-12-20T22:47:30.123ZDec 20 22:47:28.810 DEBG process exited with exit status: 0 (6.799636ms)
22022024-12-20T22:47:30.124ZDec 20 22:47:28.810 INFO version: 12.0.0-0.ci+git5f3f50751ba
22032024-12-20T22:47:30.163ZDec 20 22:47:28.851 INFO cloning helios to /work/oxidecomputer/helios
22042024-12-20T22:47:30.163ZDec 20 22:47:28.851 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
22052024-12-20T22:47:30.169ZCloning into '/work/oxidecomputer/helios'...
22062024-12-20T22:47:30.665ZDec 20 22:47:29.353 DEBG process exited with exit status: 0 (501.875156ms)
22072024-12-20T22:47:30.665ZDec 20 22:47:29.353 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
22082024-12-20T22:47:30.673Z# branch.oid 68aae52278cdbc7049c703b3b0eb76173cee9067
22092024-12-20T22:47:30.673Z# branch.head master
22102024-12-20T22:47:30.673Z# branch.upstream origin/master
22112024-12-20T22:47:30.673Z# branch.ab +0 -0
22122024-12-20T22:47:30.676ZDec 20 22:47:29.361 DEBG process exited with exit status: 0 (8.10755ms)
22132024-12-20T22:47:30.676ZDec 20 22:47:29.361 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
22142024-12-20T22:47:31.551ZDec 20 22:47:30.238 DEBG process exited with exit status: 0 (877.164463ms)
22152024-12-20T22:47:31.551ZDec 20 22:47:30.238 DEBG running: zfs list rpool/images/build/host
22162024-12-20T22:47:31.558ZNAME USED AVAIL REFER MOUNTPOINT
22172024-12-20T22:47:31.558Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
22182024-12-20T22:47:31.561ZDec 20 22:47:30.245 DEBG process exited with exit status: 0 (7.307957ms)
22192024-12-20T22:47:31.561ZDec 20 22:47:30.245 DEBG running: zfs list rpool/images/build/recovery
22202024-12-20T22:47:31.564ZNAME USED AVAIL REFER MOUNTPOINT
22212024-12-20T22:47:31.564Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
22222024-12-20T22:47:31.567ZDec 20 22:47:30.252 DEBG process exited with exit status: 0 (6.414573ms)
22232024-12-20T22:47:31.567ZDec 20 22:47:30.253 INFO [hubris-staging] running task
22242024-12-20T22:47:31.567ZDec 20 22:47:30.253 INFO [hubris-production] running task
22252024-12-20T22:47:31.567ZDec 20 22:47:30.253 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
22262024-12-20T22:47:31.569ZDec 20 22:47:30.256 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
22272024-12-20T22:47:31.635Z[ helios-setup] cd tools/helios-build && cargo build --quiet
22282024-12-20T22:47:32.047Z[ omicron-package] Blocking waiting for file lock on package cache
22292024-12-20T22:47:32.613Z[ omicron-package] Blocking waiting for file lock on package cache
22302024-12-20T22:47:32.877Z[ omicron-package] Blocking waiting for file lock on package cache
22312024-12-20T22:47:33.179ZDec 20 22:47:31.866 INFO [hubris-production] task succeeded (1.613192746s)
22322024-12-20T22:47:33.687Z[ omicron-package] Compiling zerocopy v0.8.10
22332024-12-20T22:47:33.690Z[ omicron-package] Compiling proc-macro-crate v1.3.1
22342024-12-20T22:47:33.690Z[ omicron-package] Compiling itertools v0.13.0
22352024-12-20T22:47:33.690Z[ omicron-package] Compiling zerocopy-derive v0.8.10
22362024-12-20T22:47:33.690Z[ omicron-package] Compiling heapless v0.8.0
22372024-12-20T22:47:33.722Z[ omicron-package] Compiling hash32 v0.3.1
22382024-12-20T22:47:33.722Z[ omicron-package] Compiling smoltcp v0.11.0
22392024-12-20T22:47:33.722Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22402024-12-20T22:47:34.791Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
22412024-12-20T22:47:35.358Z[ omicron-package] Compiling cobs v0.2.3
22422024-12-20T22:47:35.406Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22432024-12-20T22:47:35.985Z[ omicron-package] Compiling postcard v1.0.10
22442024-12-20T22:47:36.167Z[ omicron-package] Compiling proc-macro-error v1.0.4
22452024-12-20T22:47:36.262Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22462024-12-20T22:47:36.388Z[ omicron-package] Compiling num_enum_derive v0.5.11
22472024-12-20T22:47:36.620Z[ omicron-package] Compiling foreign-types-macros v0.2.3
22482024-12-20T22:47:36.791Z[ omicron-package] Compiling foreign-types-shared v0.3.1
22492024-12-20T22:47:37.324Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22502024-12-20T22:47:38.312Z[ omicron-package] Compiling tabwriter v1.4.0
22512024-12-20T22:47:38.814Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22522024-12-20T22:47:39.109Z[ omicron-package] Compiling foreign-types v0.5.0
22532024-12-20T22:47:39.304Z[ omicron-package] Compiling cstr-argument v0.1.2
22542024-12-20T22:47:39.636Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22552024-12-20T22:47:40.001Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22562024-12-20T22:47:40.260Z[ omicron-package] Compiling num_enum v0.5.11
22572024-12-20T22:47:40.340Z[ omicron-package] Compiling thiserror v2.0.3
22582024-12-20T22:47:40.712Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
22592024-12-20T22:47:40.801Z[ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22602024-12-20T22:47:40.896Z[ omicron-package] Compiling pretty-hex v0.2.1
22612024-12-20T22:47:41.008Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22622024-12-20T22:47:41.244Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22632024-12-20T22:47:41.547Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22642024-12-20T22:47:41.983Z[ omicron-package] Compiling colored v2.1.0
22652024-12-20T22:47:42.177Z[ omicron-package] Compiling thiserror-impl v2.0.3
22662024-12-20T22:47:42.889Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22672024-12-20T22:47:43.171Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
22682024-12-20T22:47:44.313Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
22692024-12-20T22:47:44.551Z[ omicron-package] Compiling sigpipe v0.1.3
22702024-12-20T22:47:45.010Z[ omicron-package] Compiling num-derive v0.4.2
22712024-12-20T22:47:45.590Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22722024-12-20T22:47:46.137ZDec 20 22:47:44.822 INFO [hubris-staging] task succeeded (14.569045571s)
22732024-12-20T22:47:46.352Z[ omicron-package] Compiling libefi-sys v0.1.0
22742024-12-20T22:47:46.699Z[ omicron-package] Compiling zone v0.3.0
22752024-12-20T22:47:47.171Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
22762024-12-20T22:47:47.364Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22772024-12-20T22:47:48.066Z[ omicron-package] Compiling smf v0.2.3
22782024-12-20T22:47:48.351Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
22792024-12-20T22:47:48.896Z[ omicron-package] Compiling bitfield-struct v0.6.2
22802024-12-20T22:47:49.105Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
22812024-12-20T22:47:51.007Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22822024-12-20T22:47:51.846Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22832024-12-20T22:47:51.927Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22842024-12-20T22:47:52.241Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
22852024-12-20T22:47:52.389Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22862024-12-20T22:47:52.528Z[ omicron-package] Compiling gethostname v0.5.0
22872024-12-20T22:47:52.609Z[ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22882024-12-20T22:47:53.870Z[ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22892024-12-20T22:47:55.888Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22902024-12-20T22:47:57.248Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22912024-12-20T22:47:58.679Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22922024-12-20T22:48:01.538Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22932024-12-20T22:48:02.207Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22942024-12-20T22:48:03.993Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
22952024-12-20T22:48:14.367Z[ helios-setup] Dec 20 22:48:13.049 INFO helios repository root is: /work/oxidecomputer/helios
22962024-12-20T22:48:14.370Z[ helios-setup] Dec 20 22:48:13.051 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
22972024-12-20T22:48:14.370Z[ helios-setup] Dec 20 22:48:13.051 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
22982024-12-20T22:48:14.375Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
22992024-12-20T22:48:21.514Z[ helios-setup] Dec 20 22:48:20.195 INFO clone ok!, project: amd-firmware
23002024-12-20T22:48:21.518Z[ helios-setup] Dec 20 22:48:20.195 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
23012024-12-20T22:48:21.518Z[ helios-setup] Dec 20 22:48:20.195 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
23022024-12-20T22:48:21.520Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
23032024-12-20T22:48:21.992Z[ helios-setup] Dec 20 22:48:20.673 INFO clone ok!, project: pinprick
23042024-12-20T22:48:21.992Z[ helios-setup] Dec 20 22:48:20.673 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
23052024-12-20T22:48:22.004Z[ helios-setup] Dec 20 22:48:20.673 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
23062024-12-20T22:48:22.004Z[ helios-setup] Dec 20 22:48:20.673 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
23072024-12-20T22:48:22.007Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
23082024-12-20T22:48:22.418Z[ omicron-package] Finished `release` profile [optimized] target(s) in 50.83s
23092024-12-20T22:48:22.421Z[ helios-setup] Dec 20 22:48:21.101 INFO clone ok!, project: bootserver
23102024-12-20T22:48:22.422Z[ helios-setup] Dec 20 22:48:21.101 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
23112024-12-20T22:48:22.422Z[ helios-setup] Dec 20 22:48:21.101 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
23122024-12-20T22:48:22.426Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
23132024-12-20T22:48:22.655Z[ omicron-package]
23142024-12-20T22:48:22.655Z[ omicron-package] real 51.035079865
23152024-12-20T22:48:22.655Z[ omicron-package] user 3:00.271331618
23162024-12-20T22:48:22.657Z[ omicron-package] sys 25.356473435
23172024-12-20T22:48:22.657Z[ omicron-package] trap 0.280399732
23182024-12-20T22:48:22.657Z[ omicron-package] tflt 0.472727611
23192024-12-20T22:48:22.658Z[ omicron-package] dflt 0.689233296
23202024-12-20T22:48:22.658Z[ omicron-package] kflt 0.000194540
23212024-12-20T22:48:22.658Z[ omicron-package] lock 5:46.140752637
23222024-12-20T22:48:22.658Z[ omicron-package] slp 10:13.818312398
23232024-12-20T22:48:22.658Z[ omicron-package] lat 1:40.768641928
23242024-12-20T22:48:22.658Z[ omicron-package] stop 1:00.499614158
23252024-12-20T22:48:22.658ZDec 20 22:48:21.337 INFO [omicron-package] process exited with exit status: 0 (51.080709873s)
23262024-12-20T22:48:22.658ZDec 20 22:48:21.337 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
23272024-12-20T22:48:22.737ZDec 20 22:48:21.418 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
23282024-12-20T22:48:22.748Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
23292024-12-20T22:48:22.751Z[ host-target] Created new build target 'host' and set it as active
23302024-12-20T22:48:22.751ZDec 20 22:48:21.432 INFO [host-target] process exited with exit status: 0 (94.536673ms)
23312024-12-20T22:48:22.751ZDec 20 22:48:21.432 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
23322024-12-20T22:48:22.758Z[ recovery-target] Created new build target 'recovery' and set it as active
23332024-12-20T22:48:22.758Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
23342024-12-20T22:48:22.761ZDec 20 22:48:21.442 INFO [recovery-target] process exited with exit status: 0 (23.557783ms)
23352024-12-20T22:48:22.768Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
23362024-12-20T22:48:23.258Z[ helios-setup] Dec 20 22:48:21.939 INFO clone ok!, project: chelsio-t6-roms
23372024-12-20T22:48:23.261Z[ helios-setup] Dec 20 22:48:21.939 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
23382024-12-20T22:48:23.261Z[ helios-setup] Dec 20 22:48:21.939 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
23392024-12-20T22:48:23.261Z[ helios-setup] Dec 20 22:48:21.939 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
23402024-12-20T22:48:23.266Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
23412024-12-20T22:48:23.733Z[ helios-setup] Dec 20 22:48:22.414 INFO clone ok!, project: image-builder
23422024-12-20T22:48:23.736Z[ helios-setup] Dec 20 22:48:22.414 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
23432024-12-20T22:48:23.736Z[ helios-setup] Dec 20 22:48:22.414 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
23442024-12-20T22:48:23.738Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
23452024-12-20T22:48:23.959Z[ host-package] Compiling convert_case v0.4.0
23462024-12-20T22:48:23.959Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
23472024-12-20T22:48:23.963Z[ host-package] Compiling newline-converter v0.3.0
23482024-12-20T22:48:23.963Z[ host-package] Compiling password-hash v0.5.0
23492024-12-20T22:48:23.963Z[ host-package] Compiling progenitor-client v0.8.0
23502024-12-20T22:48:23.963Z[ host-package] Compiling blake2 v0.10.6
23512024-12-20T22:48:23.963Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
23522024-12-20T22:48:24.081Z[ host-package] Compiling atomicwrites v0.4.4
23532024-12-20T22:48:24.355Z[ host-package] Compiling expectorate v1.1.0
23542024-12-20T22:48:24.387Z[ host-package] Compiling cancel-safe-futures v0.1.5
23552024-12-20T22:48:24.583Z[ host-package] Compiling owo-colors v4.1.0
23562024-12-20T22:48:24.649Z[ host-package] Compiling progenitor v0.8.0
23572024-12-20T22:48:24.694Z[ host-package] Compiling argon2 v0.5.3
23582024-12-20T22:48:24.708Z[ helios-setup] Dec 20 22:48:23.389 INFO clone ok!, project: pilot
23592024-12-20T22:48:24.711Z[ helios-setup] Dec 20 22:48:23.389 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
23602024-12-20T22:48:24.711Z[ helios-setup] Dec 20 22:48:23.389 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
23612024-12-20T22:48:24.711Z[ helios-setup] Dec 20 22:48:23.389 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
23622024-12-20T22:48:24.714Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
23632024-12-20T22:48:24.856Z[ host-package] Compiling derive_more v0.99.18
23642024-12-20T22:48:24.859Z[ host-package] Compiling num-rational v0.4.2
23652024-12-20T22:48:24.930Z[ host-package] Compiling num-complex v0.4.6
23662024-12-20T22:48:25.389Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23672024-12-20T22:48:25.835Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
23682024-12-20T22:48:25.846Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
23692024-12-20T22:48:25.983Z[ host-package] Compiling libsw v3.3.1
23702024-12-20T22:48:26.039Z[ host-package] Compiling num v0.4.3
23712024-12-20T22:48:26.186Z[ host-package] Compiling linear-map v1.2.0
23722024-12-20T22:48:26.262Z[ host-package] Compiling float-ord v0.3.2
23732024-12-20T22:48:26.312Z[ host-package] Compiling indent_write v2.2.0
23742024-12-20T22:48:26.334Z[ host-package] Compiling swrite v0.1.0
23752024-12-20T22:48:26.443Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23762024-12-20T22:48:26.481Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23772024-12-20T22:48:26.561Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
23782024-12-20T22:48:26.617Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23792024-12-20T22:48:27.277Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23802024-12-20T22:48:27.504Z[ host-package] Compiling highway v1.2.0
23812024-12-20T22:48:28.025Z[ host-package] Compiling semver v0.1.20
23822024-12-20T22:48:28.644Z[ host-package] Compiling rustc_version v0.1.7
23832024-12-20T22:48:29.075Z[ host-package] Compiling newtype-uuid v1.1.3
23842024-12-20T22:48:29.097Z[ host-package] Compiling newtype_derive v0.1.6
23852024-12-20T22:48:29.476Z[ host-package] Compiling dropshot v0.13.0
23862024-12-20T22:48:29.532Z[ host-package] Compiling ipnetwork v0.20.0
23872024-12-20T22:48:29.561Z[ host-package] Compiling instant v0.1.13
23882024-12-20T22:48:29.733Z[ host-package] Compiling humantime v2.1.0
23892024-12-20T22:48:30.370Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
23902024-12-20T22:48:30.694Z[ host-package] Compiling backoff v0.4.0
23912024-12-20T22:48:31.268Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23922024-12-20T22:48:31.933Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23932024-12-20T22:48:33.747Z[ helios-setup] Submodule path 'amd-firmware': checked out '7a9b5f6729edd91286f20e794f130fd370ed2fbe'
23942024-12-20T22:48:33.762Z[ helios-setup] Dec 20 22:48:32.441 INFO clone ok!, project: amd-host-image-builder
23952024-12-20T22:48:33.764Z[ helios-setup] Dec 20 22:48:32.442 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
23962024-12-20T22:48:33.764Z[ helios-setup] Dec 20 22:48:32.442 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
23972024-12-20T22:48:33.767Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
23982024-12-20T22:48:34.460Z[ helios-setup] Dec 20 22:48:33.139 INFO clone ok!, project: phbl
23992024-12-20T22:48:34.463Z[ helios-setup] Dec 20 22:48:33.140 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
24002024-12-20T22:48:35.003Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24012024-12-20T22:48:35.196Z[ helios-setup] Dec 20 22:48:33.875 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
24022024-12-20T22:48:35.480Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
24032024-12-20T22:48:35.733Z[ helios-setup] Dec 20 22:48:34.412 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
24042024-12-20T22:48:35.733Z[ helios-setup] Dec 20 22:48:34.412 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
24052024-12-20T22:48:35.917Z[ host-package] Compiling parse-display v0.10.0
24062024-12-20T22:48:36.289Z[ helios-setup] Dec 20 22:48:34.968 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
24072024-12-20T22:48:36.810Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24082024-12-20T22:48:36.846Z[ helios-setup] Dec 20 22:48:35.517 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
24092024-12-20T22:48:36.846Z[ helios-setup] Dec 20 22:48:35.517 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
24102024-12-20T22:48:37.002Z[ host-package] Compiling serde_with v3.11.0
24112024-12-20T22:48:37.072Z[ host-package] Compiling strum v0.26.3
24122024-12-20T22:48:37.388Z[ host-package] Compiling regress v0.9.1
24132024-12-20T22:48:37.521Z[ helios-setup] Dec 20 22:48:36.201 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
24142024-12-20T22:48:38.250Z[ helios-setup] Dec 20 22:48:36.807 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
24152024-12-20T22:48:38.273Z[ helios-setup] Dec 20 22:48:36.808 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
24162024-12-20T22:48:38.273Z[ helios-setup] Dec 20 22:48:36.808 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
24172024-12-20T22:48:38.273Z[ helios-setup] Dec 20 22:48:36.808 INFO ok!
24182024-12-20T22:48:38.273Z[ helios-setup] Dec 20 22:48:36.808 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
24192024-12-20T22:48:38.273Z[ helios-setup] Dec 20 22:48:36.808 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
24202024-12-20T22:48:38.273Z[ helios-setup] Dec 20 22:48:36.808 INFO ok!
24212024-12-20T22:48:38.273Z[ helios-setup] Dec 20 22:48:36.808 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
24222024-12-20T22:48:38.273Z[ helios-setup] Dec 20 22:48:36.808 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
24232024-12-20T22:48:38.273Z[ helios-setup] Dec 20 22:48:36.808 INFO ok!
24242024-12-20T22:48:38.273Z[ helios-setup] Dec 20 22:48:36.808 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
24252024-12-20T22:48:38.273Z[ helios-setup] Dec 20 22:48:36.808 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
24262024-12-20T22:48:38.462Z[ helios-setup] Dec 20 22:48:37.141 INFO E| Downloading crates ...
24272024-12-20T22:48:38.698Z[ helios-setup] Dec 20 22:48:37.377 INFO E| Downloaded miniz_oxide v0.7.2
24282024-12-20T22:48:38.759Z[ helios-setup] Dec 20 22:48:37.437 INFO E| Compiling adler v1.0.2
24292024-12-20T22:48:38.931Z[ helios-setup] Dec 20 22:48:37.609 INFO E| Compiling miniz_oxide v0.7.2
24302024-12-20T22:48:40.686Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24312024-12-20T22:48:41.813Z[ helios-setup] Dec 20 22:48:40.492 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
24322024-12-20T22:48:42.179Z[ host-package] Compiling macaddr v1.0.1
24332024-12-20T22:48:42.710Z[ host-package] Compiling slog-dtrace v0.3.0
24342024-12-20T22:48:42.795Z[ helios-setup] Dec 20 22:48:41.474 INFO E| Finished `release` profile [optimized] target(s) in 4.57s
24352024-12-20T22:48:42.805Z[ helios-setup] Dec 20 22:48:41.484 INFO building project "pinprick" ok (4 seconds)
24362024-12-20T22:48:42.805Z[ helios-setup] Dec 20 22:48:41.484 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
24372024-12-20T22:48:42.808Z[ helios-setup] Dec 20 22:48:41.484 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
24382024-12-20T22:48:42.921Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24392024-12-20T22:48:42.968Z[ host-package] Compiling steno v0.4.1
24402024-12-20T22:48:43.050Z[ helios-setup] Dec 20 22:48:41.728 INFO E| Downloading crates ...
24412024-12-20T22:48:43.100Z[ helios-setup] Dec 20 22:48:41.779 INFO E| Downloaded block-buffer v0.10.3
24422024-12-20T22:48:43.104Z[ helios-setup] Dec 20 22:48:41.783 INFO E| Downloaded unicode-width v0.1.10
24432024-12-20T22:48:43.110Z[ helios-setup] Dec 20 22:48:41.789 INFO E| Downloaded digest v0.10.3
24442024-12-20T22:48:43.115Z[ helios-setup] Dec 20 22:48:41.794 INFO E| Downloaded typenum v1.15.0
24452024-12-20T22:48:43.119Z[ helios-setup] Dec 20 22:48:41.798 INFO E| Downloaded generic-array v0.14.6
24462024-12-20T22:48:43.121Z[ helios-setup] Dec 20 22:48:41.800 INFO E| Downloaded sha2 v0.10.5
24472024-12-20T22:48:43.124Z[ helios-setup] Dec 20 22:48:41.803 INFO E| Downloaded cpufeatures v0.2.5
24482024-12-20T22:48:43.126Z[ helios-setup] Dec 20 22:48:41.805 INFO E| Downloaded miniz_oxide v0.6.2
24492024-12-20T22:48:43.129Z[ helios-setup] Dec 20 22:48:41.808 INFO E| Downloaded anyhow v1.0.62
24502024-12-20T22:48:43.148Z[ helios-setup] Dec 20 22:48:41.826 INFO E| Downloaded flate2 v1.0.25
24512024-12-20T22:48:43.154Z[ helios-setup] Dec 20 22:48:41.832 INFO E| Downloaded bytes v1.2.1
24522024-12-20T22:48:43.236Z[ helios-setup] Dec 20 22:48:41.914 INFO E| Compiling typenum v1.15.0
24532024-12-20T22:48:43.236Z[ helios-setup] Dec 20 22:48:41.914 INFO E| Compiling version_check v0.9.4
24542024-12-20T22:48:43.236Z[ helios-setup] Dec 20 22:48:41.914 INFO E| Compiling crc32fast v1.3.2
24552024-12-20T22:48:43.236Z[ helios-setup] Dec 20 22:48:41.914 INFO E| Compiling cfg-if v1.0.0
24562024-12-20T22:48:43.239Z[ helios-setup] Dec 20 22:48:41.914 INFO E| Compiling adler v1.0.2
24572024-12-20T22:48:43.239Z[ helios-setup] Dec 20 22:48:41.914 INFO E| Compiling anyhow v1.0.62
24582024-12-20T22:48:43.239Z[ helios-setup] Dec 20 22:48:41.915 INFO E| Compiling cpufeatures v0.2.5
24592024-12-20T22:48:43.239Z[ helios-setup] Dec 20 22:48:41.915 INFO E| Compiling unicode-width v0.1.10
24602024-12-20T22:48:43.576Z[ host-package] Compiling prettyplease v0.2.25
24612024-12-20T22:48:43.985Z[ helios-setup] Dec 20 22:48:42.664 INFO E| Compiling miniz_oxide v0.6.2
24622024-12-20T22:48:44.094Z[ helios-setup] Dec 20 22:48:42.772 INFO E| Compiling bitflags v1.3.2
24632024-12-20T22:48:44.143Z[ helios-setup] Dec 20 22:48:42.821 INFO E| Compiling bytes v1.2.1
24642024-12-20T22:48:44.304Z[ helios-setup] Dec 20 22:48:42.983 INFO E| Compiling getopts v0.2.21
24652024-12-20T22:48:45.255Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24662024-12-20T22:48:45.262Z[ helios-setup] Dec 20 22:48:43.941 INFO E| Compiling generic-array v0.14.6
24672024-12-20T22:48:45.934Z[ helios-setup] Dec 20 22:48:44.612 INFO E| Compiling flate2 v1.0.25
24682024-12-20T22:48:46.233Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24692024-12-20T22:48:47.429Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
24702024-12-20T22:48:49.245Z[ helios-setup] Dec 20 22:48:47.923 INFO E| Compiling block-buffer v0.10.3
24712024-12-20T22:48:49.245Z[ helios-setup] Dec 20 22:48:47.923 INFO E| Compiling crypto-common v0.1.6
24722024-12-20T22:48:49.475Z[ helios-setup] Dec 20 22:48:48.152 INFO E| Compiling digest v0.10.3
24732024-12-20T22:48:49.882Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
24742024-12-20T22:48:49.920Z[ helios-setup] Dec 20 22:48:48.598 INFO E| Compiling sha2 v0.10.5
24752024-12-20T22:48:50.487Z[ helios-setup] Dec 20 22:48:49.164 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
24762024-12-20T22:48:51.002Z[ host-package] Compiling half v2.4.1
24772024-12-20T22:48:52.065Z[ host-package] Compiling ciborium-io v0.2.2
24782024-12-20T22:48:52.273Z[ host-package] Compiling ciborium-ll v0.2.2
24792024-12-20T22:48:53.015Z[ host-package] Compiling tungstenite v0.21.0
24802024-12-20T22:48:55.875Z[ helios-setup] Dec 20 22:48:54.552 INFO E| Finished `release` profile [optimized] target(s) in 12.99s
24812024-12-20T22:48:55.890Z[ helios-setup] Dec 20 22:48:54.568 INFO building project "bootserver" ok (13 seconds)
24822024-12-20T22:48:55.890Z[ helios-setup] Dec 20 22:48:54.568 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
24832024-12-20T22:48:55.890Z[ helios-setup] Dec 20 22:48:54.568 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
24842024-12-20T22:48:56.286Z[ helios-setup] Dec 20 22:48:54.961 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
24852024-12-20T22:48:56.823Z[ helios-setup] Dec 20 22:48:55.500 INFO E| From https://github.com/jclulow/rust-jmclib
24862024-12-20T22:48:56.823Z[ helios-setup] Dec 20 22:48:55.500 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
24872024-12-20T22:48:56.843Z[ helios-setup] Dec 20 22:48:55.520 INFO E| Updating crates.io index
24882024-12-20T22:48:56.953Z[ host-package] Compiling tokio-tungstenite v0.21.0
24892024-12-20T22:48:57.038Z[ helios-setup] Dec 20 22:48:55.715 INFO E| Downloading crates ...
24902024-12-20T22:48:57.128Z[ helios-setup] Dec 20 22:48:55.805 INFO E| Downloaded itoa v1.0.9
24912024-12-20T22:48:57.132Z[ helios-setup] Dec 20 22:48:55.808 INFO E| Downloaded block-buffer v0.9.0
24922024-12-20T22:48:57.135Z[ helios-setup] Dec 20 22:48:55.809 INFO E| Downloaded anyhow v1.0.72
24932024-12-20T22:48:57.139Z[ helios-setup] Dec 20 22:48:55.816 INFO E| Downloaded opaque-debug v0.3.0
24942024-12-20T22:48:57.142Z[ helios-setup] Dec 20 22:48:55.817 INFO E| Downloaded libdevinfo-sys v1.0.0
24952024-12-20T22:48:57.145Z[ helios-setup] Dec 20 22:48:55.820 INFO E| Downloaded sha-1 v0.9.8
24962024-12-20T22:48:57.147Z[ helios-setup] Dec 20 22:48:55.823 INFO E| Downloaded fastrand v2.0.0
24972024-12-20T22:48:57.150Z[ helios-setup] Dec 20 22:48:55.826 INFO E| Downloaded errno v0.3.1
24982024-12-20T22:48:57.152Z[ helios-setup] Dec 20 22:48:55.829 INFO E| Downloaded once_cell v1.18.0
24992024-12-20T22:48:57.156Z[ helios-setup] Dec 20 22:48:55.834 INFO E| Downloaded cpufeatures v0.2.9
25002024-12-20T22:48:57.159Z[ helios-setup] Dec 20 22:48:55.836 INFO E| Downloaded walkdir v2.3.3
25012024-12-20T22:48:57.162Z[ helios-setup] Dec 20 22:48:55.840 INFO E| Downloaded quote v1.0.31
25022024-12-20T22:48:57.168Z[ helios-setup] Dec 20 22:48:55.845 INFO E| Downloaded tempfile v3.7.0
25032024-12-20T22:48:57.174Z[ helios-setup] Dec 20 22:48:55.850 INFO E| Downloaded unicode-ident v1.0.11
25042024-12-20T22:48:57.177Z[ helios-setup] Dec 20 22:48:55.854 INFO E| Downloaded uuid v0.8.2
25052024-12-20T22:48:57.183Z[ helios-setup] Dec 20 22:48:55.861 INFO E| Downloaded toml v0.5.11
25062024-12-20T22:48:57.190Z[ helios-setup] Dec 20 22:48:55.866 INFO E| Downloaded serde v1.0.193
25072024-12-20T22:48:57.195Z[ helios-setup] Dec 20 22:48:55.872 INFO E| Downloaded serde_derive v1.0.193
25082024-12-20T22:48:57.200Z[ helios-setup] Dec 20 22:48:55.876 INFO E| Downloaded typenum v1.16.0
25092024-12-20T22:48:57.204Z[ helios-setup] Dec 20 22:48:55.881 INFO E| Downloaded ryu v1.0.15
25102024-12-20T22:48:57.210Z[ helios-setup] Dec 20 22:48:55.887 INFO E| Downloaded proc-macro2 v1.0.66
25112024-12-20T22:48:57.214Z[ helios-setup] Dec 20 22:48:55.891 INFO E| Downloaded serde_json v1.0.103
25122024-12-20T22:48:57.226Z[ helios-setup] Dec 20 22:48:55.903 INFO E| Downloaded digest v0.9.0
25132024-12-20T22:48:57.229Z[ helios-setup] Dec 20 22:48:55.906 INFO E| Downloaded md-5 v0.9.1
25142024-12-20T22:48:57.232Z[ helios-setup] Dec 20 22:48:55.908 INFO E| Downloaded bitflags v2.3.3
25152024-12-20T22:48:57.235Z[ helios-setup] Dec 20 22:48:55.912 INFO E| Downloaded syn v2.0.32
25162024-12-20T22:48:57.250Z[ helios-setup] Dec 20 22:48:55.927 INFO E| Downloaded getrandom v0.2.10
25172024-12-20T22:48:57.276Z[ helios-setup] Dec 20 22:48:55.949 INFO E| Downloaded rustix v0.38.4
25182024-12-20T22:48:57.344Z[ helios-setup] Dec 20 22:48:56.016 INFO E| Downloaded libc v0.2.147
25192024-12-20T22:48:57.467Z[ helios-setup] Dec 20 22:48:56.144 INFO E| Compiling libc v0.2.147
25202024-12-20T22:48:57.467Z[ helios-setup] Dec 20 22:48:56.144 INFO E| Compiling proc-macro2 v1.0.66
25212024-12-20T22:48:57.473Z[ helios-setup] Dec 20 22:48:56.144 INFO E| Compiling unicode-ident v1.0.11
25222024-12-20T22:48:57.473Z[ helios-setup] Dec 20 22:48:56.144 INFO E| Compiling cfg-if v1.0.0
25232024-12-20T22:48:57.473Z[ helios-setup] Dec 20 22:48:56.144 INFO E| Compiling typenum v1.16.0
25242024-12-20T22:48:57.473Z[ helios-setup] Dec 20 22:48:56.144 INFO E| Compiling version_check v0.9.4
25252024-12-20T22:48:57.473Z[ helios-setup] Dec 20 22:48:56.144 INFO E| Compiling serde v1.0.193
25262024-12-20T22:48:57.474Z[ helios-setup] Dec 20 22:48:56.144 INFO E| Compiling num-conv v0.1.0
25272024-12-20T22:48:57.781Z[ host-package] Compiling ciborium v0.2.2
25282024-12-20T22:48:58.056Z[ helios-setup] Dec 20 22:48:56.733 INFO E| Compiling time-core v0.1.2
25292024-12-20T22:48:58.409Z[ helios-setup] Dec 20 22:48:57.086 INFO E| Compiling itoa v1.0.9
25302024-12-20T22:48:58.459Z[ helios-setup] Dec 20 22:48:57.136 INFO E| Compiling rustix v0.38.4
25312024-12-20T22:48:58.551Z[ helios-setup] Dec 20 22:48:57.228 INFO E| Compiling slog v2.7.0
25322024-12-20T22:48:59.011Z[ helios-setup] Dec 20 22:48:57.687 INFO E| Compiling powerfmt v0.2.0
25332024-12-20T22:48:59.370Z[ helios-setup] Dec 20 22:48:58.047 INFO E| Compiling generic-array v0.14.7
25342024-12-20T22:48:59.578Z[ helios-setup] Dec 20 22:48:58.255 INFO E| Compiling deranged v0.3.11
25352024-12-20T22:48:59.719Z[ helios-setup] Dec 20 22:48:58.396 INFO E| Compiling time-macros v0.2.18
25362024-12-20T22:48:59.973Z[ helios-setup] Dec 20 22:48:58.650 INFO E| Compiling bitflags v2.3.3
25372024-12-20T22:49:00.017Z[ helios-setup] Dec 20 22:48:58.694 INFO E| Compiling once_cell v1.18.0
25382024-12-20T22:49:00.221Z[ helios-setup] Dec 20 22:48:58.898 INFO E| Compiling num_threads v0.1.6
25392024-12-20T22:49:00.333Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
25402024-12-20T22:49:00.434Z[ helios-setup] Dec 20 22:48:59.111 INFO E| Compiling quote v1.0.31
25412024-12-20T22:49:00.873Z[ helios-setup] Dec 20 22:48:59.550 INFO E| Compiling thread_local v1.1.7
25422024-12-20T22:49:01.118Z[ helios-setup] Dec 20 22:48:59.794 INFO E| Compiling syn v2.0.32
25432024-12-20T22:49:01.579Z[ helios-setup] Dec 20 22:49:00.255 INFO E| Compiling dirs-sys-next v0.1.2
25442024-12-20T22:49:01.683Z[ helios-setup] Dec 20 22:49:00.359 INFO E| Compiling errno v0.3.1
25452024-12-20T22:49:02.139Z[ helios-setup] Dec 20 22:49:00.815 INFO E| Compiling dirs-next v2.0.0
25462024-12-20T22:49:02.220Z[ helios-setup] Dec 20 22:49:00.897 INFO E| Compiling atty v0.2.14
25472024-12-20T22:49:02.358Z[ helios-setup] Dec 20 22:49:01.034 INFO E| Compiling term v0.7.0
25482024-12-20T22:49:03.170Z[ helios-setup] Dec 20 22:49:01.847 INFO E| Compiling fastrand v2.0.0
25492024-12-20T22:49:04.084Z[ helios-setup] Dec 20 22:49:02.760 INFO E| Compiling anyhow v1.0.72
25502024-12-20T22:49:04.421Z[ helios-setup] Dec 20 22:49:03.097 INFO E| Compiling digest v0.9.0
25512024-12-20T22:49:04.430Z[ helios-setup] Dec 20 22:49:03.106 INFO E| Compiling block-buffer v0.9.0
25522024-12-20T22:49:04.462Z[ helios-setup] Dec 20 22:49:03.139 INFO E| Compiling opaque-debug v0.3.0
25532024-12-20T22:49:04.604Z[ helios-setup] Dec 20 22:49:03.280 INFO E| Compiling serde_json v1.0.103
25542024-12-20T22:49:04.673Z[ helios-setup] Dec 20 22:49:03.349 INFO E| Compiling getrandom v0.2.10
25552024-12-20T22:49:04.976Z[ helios-setup] Dec 20 22:49:03.652 INFO E| Compiling ryu v1.0.15
25562024-12-20T22:49:05.238Z[ helios-setup] Dec 20 22:49:03.914 INFO E| Compiling cpufeatures v0.2.9
25572024-12-20T22:49:05.332Z[ helios-setup] Dec 20 22:49:04.008 INFO E| Compiling same-file v1.0.6
25582024-12-20T22:49:05.702Z[ helios-setup] Dec 20 22:49:04.375 INFO E| Compiling time v0.3.36
25592024-12-20T22:49:05.803Z[ helios-setup] Dec 20 22:49:04.479 INFO E| Compiling tempfile v3.7.0
25602024-12-20T22:49:05.851Z[ helios-setup] Dec 20 22:49:04.528 INFO E| Compiling unicode-width v0.1.10
25612024-12-20T22:49:06.042Z[ helios-setup] Dec 20 22:49:04.718 INFO E| Compiling getopts v0.2.21
25622024-12-20T22:49:06.045Z[ helios-setup] Dec 20 22:49:04.719 INFO E| Compiling walkdir v2.3.3
25632024-12-20T22:49:06.102Z[ helios-setup] Dec 20 22:49:04.778 INFO E| Compiling sha-1 v0.9.8
25642024-12-20T22:49:06.882Z[ helios-setup] Dec 20 22:49:05.557 INFO E| Compiling md-5 v0.9.1
25652024-12-20T22:49:07.177Z[ helios-setup] Dec 20 22:49:05.853 INFO E| Compiling glob v0.3.1
25662024-12-20T22:49:07.825Z[ helios-setup] Dec 20 22:49:06.501 INFO E| Compiling libdevinfo-sys v1.0.0
25672024-12-20T22:49:09.426Z[ helios-setup] Dec 20 22:49:08.102 INFO E| Compiling slog-term v2.9.0
25682024-12-20T22:49:11.660Z[ host-package] Compiling display-error-chain v0.2.2
25692024-12-20T22:49:11.936Z[ helios-setup] Dec 20 22:49:10.611 INFO E| Compiling serde_derive v1.0.193
25702024-12-20T22:49:12.002Z[ host-package] Compiling fastrand v2.1.1
25712024-12-20T22:49:12.383Z[ host-package] Compiling same-file v1.0.6
25722024-12-20T22:49:12.695Z[ host-package] Compiling walkdir v2.5.0
25732024-12-20T22:49:12.698Z[ host-package] Compiling tempfile v3.13.0
25742024-12-20T22:49:13.497Z[ host-package] Compiling ring v0.16.20
25752024-12-20T22:49:13.704Z[ host-package] Compiling blake3 v1.5.4
25762024-12-20T22:49:13.792Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25772024-12-20T22:49:13.852Z[ host-package] Compiling xattr v1.3.1
25782024-12-20T22:49:14.175Z[ host-package] Compiling filetime v0.2.25
25792024-12-20T22:49:14.415Z[ host-package] Compiling memmap2 v0.9.5
25802024-12-20T22:49:14.512Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25812024-12-20T22:49:14.560Z[ host-package] Compiling arrayref v0.3.9
25822024-12-20T22:49:14.828Z[ host-package] Compiling constant_time_eq v0.3.1
25832024-12-20T22:49:14.897Z[ host-package] Compiling arrayvec v0.7.6
25842024-12-20T22:49:15.033Z[ host-package] Compiling spin v0.5.2
25852024-12-20T22:49:15.359Z[ host-package] Compiling keccak v0.1.5
25862024-12-20T22:49:15.721Z[ host-package] Compiling sha3 v0.10.8
25872024-12-20T22:49:16.419Z[ host-package] Compiling tar v0.4.42
25882024-12-20T22:49:16.696Z[ host-package] Compiling camino-tempfile v1.1.1
25892024-12-20T22:49:16.784Z[ host-package] Compiling toolchain_find v0.4.0
25902024-12-20T22:49:17.347Z[ host-package] Compiling const_format_proc_macros v0.2.33
25912024-12-20T22:49:17.524Z[ host-package] Compiling topological-sort v0.2.2
25922024-12-20T22:49:17.981Z[ host-package] Compiling crunchy v0.2.2
25932024-12-20T22:49:18.590Z[ host-package] Compiling maplit v1.0.2
25942024-12-20T22:49:18.775Z[ host-package] Compiling rustfmt-wrapper v0.2.1
25952024-12-20T22:49:18.825Z[ host-package] Compiling tiny-keccak v2.0.2
25962024-12-20T22:49:19.104Z[ host-package] Compiling dsl_auto_type v0.1.2
25972024-12-20T22:49:19.223Z[ host-package] Compiling omicron-zone-package v0.11.1
25982024-12-20T22:49:19.403Z[ host-package] Compiling phf_generator v0.11.2
25992024-12-20T22:49:19.583Z[ host-package] Compiling const_format v0.2.33
26002024-12-20T22:49:19.640Z[ host-package] Compiling scheduled-thread-pool v0.2.7
26012024-12-20T22:49:20.029Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26022024-12-20T22:49:20.631Z[ host-package] Compiling secrecy v0.8.0
26032024-12-20T22:49:20.684Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
26042024-12-20T22:49:20.717Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
26052024-12-20T22:49:20.959Z[ host-package] Compiling arc-swap v1.7.1
26062024-12-20T22:49:21.013Z[ host-package] Compiling r2d2 v0.8.10
26072024-12-20T22:49:21.126Z[ host-package] Compiling phf_codegen v0.11.2
26082024-12-20T22:49:21.154Z[ host-package] Compiling diesel_derives v2.2.3
26092024-12-20T22:49:21.453Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
26102024-12-20T22:49:21.559Z[ host-package] Compiling slog-scope v4.4.0
26112024-12-20T22:49:21.705Z[ host-package] Compiling ascii-canvas v3.0.0
26122024-12-20T22:49:21.728Z[ host-package] Compiling universal-hash v0.5.1
26132024-12-20T22:49:22.028Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26142024-12-20T22:49:22.304Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
26152024-12-20T22:49:22.535Z[ host-package] Compiling parse-zoneinfo v0.3.1
26162024-12-20T22:49:24.575Z[ host-package] Compiling ena v0.14.3
26172024-12-20T22:49:25.065Z[ host-package] Compiling unicase v2.7.0
26182024-12-20T22:49:25.169Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26192024-12-20T22:49:25.792Z[ host-package] Compiling opaque-debug v0.3.1
26202024-12-20T22:49:25.806Z[ host-package] Compiling diff v0.1.13
26212024-12-20T22:49:25.806Z[ host-package] Compiling regex-syntax v0.6.29
26222024-12-20T22:49:26.097Z[ helios-setup] Dec 20 22:49:24.771 INFO E| Compiling toml v0.5.11
26232024-12-20T22:49:26.097Z[ helios-setup] Dec 20 22:49:24.771 INFO E| Compiling uuid v0.8.2
26242024-12-20T22:49:26.135Z[ host-package] Compiling poly1305 v0.8.0
26252024-12-20T22:49:28.253Z[ helios-setup] Dec 20 22:49:26.926 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
26262024-12-20T22:49:28.436Z[ host-package] Compiling thiserror-no-std v2.0.2
26272024-12-20T22:49:28.593Z[ host-package] Compiling chrono-tz-build v0.4.0
26282024-12-20T22:49:30.317Z[ host-package] Compiling lalrpop v0.19.12
26292024-12-20T22:49:32.325Z[ helios-setup] Dec 20 22:49:30.998 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
26302024-12-20T22:49:32.449Z[ host-package] Compiling slog-stdlog v4.1.1
26312024-12-20T22:49:34.028Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26322024-12-20T22:49:34.632Z[ host-package] Compiling diesel v2.2.6
26332024-12-20T22:49:35.435Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26342024-12-20T22:49:35.866Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26352024-12-20T22:49:36.145Z[ host-package] Compiling chacha20 v0.9.1
26362024-12-20T22:49:36.699Z[ host-package] Compiling aead v0.5.2
26372024-12-20T22:49:37.123Z[ host-package] Compiling vte_generate_state_changes v0.1.2
26382024-12-20T22:49:37.862Z[ host-package] Compiling ref-cast v1.0.23
26392024-12-20T22:49:38.495Z[ host-package] Compiling vte v0.11.1
26402024-12-20T22:49:40.318Z[ host-package] Compiling chacha20poly1305 v0.10.1
26412024-12-20T22:49:40.702Z[ host-package] Compiling slog-envlogger v2.2.0
26422024-12-20T22:49:41.181Z[ host-package] Compiling chrono-tz v0.10.0
26432024-12-20T22:49:42.089Z[ host-package] Compiling vsss-rs v3.3.4
26442024-12-20T22:49:44.100Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26452024-12-20T22:49:44.439Z[ host-package] Compiling derive_builder_core v0.20.2
26462024-12-20T22:49:45.843Z[ helios-setup] Dec 20 22:49:44.463 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.80s
26472024-12-20T22:49:46.006Z[ helios-setup] Dec 20 22:49:44.494 INFO building project "image-builder" ok (49 seconds)
26482024-12-20T22:49:46.007Z[ helios-setup] Dec 20 22:49:44.495 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
26492024-12-20T22:49:46.007Z[ helios-setup] Dec 20 22:49:44.495 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
26502024-12-20T22:49:46.181Z[ helios-setup] Dec 20 22:49:44.813 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
26512024-12-20T22:49:47.105Z[ host-package] Compiling headers-core v0.3.0
26522024-12-20T22:49:47.276Z[ helios-setup] Dec 20 22:49:45.947 INFO E| From https://github.com/oxidecomputer/progenitor
26532024-12-20T22:49:47.276Z[ helios-setup] Dec 20 22:49:45.947 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
26542024-12-20T22:49:47.309Z[ helios-setup] Dec 20 22:49:45.980 INFO E| * [new tag] v0.1.1 -> v0.1.1
26552024-12-20T22:49:47.309Z[ helios-setup] Dec 20 22:49:45.980 INFO E| * [new tag] v0.2.0 -> v0.2.0
26562024-12-20T22:49:47.349Z[ host-package] Compiling fxhash v0.2.1
26572024-12-20T22:49:47.416Z[ helios-setup] Dec 20 22:49:46.087 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
26582024-12-20T22:49:47.624Z[ host-package] Compiling libxml v0.3.3
26592024-12-20T22:49:47.856Z[ host-package] Compiling ref-cast-impl v1.0.23
26602024-12-20T22:49:47.979Z[ helios-setup] Dec 20 22:49:46.650 INFO E| From https://github.com/jclulow/hiercmd
26612024-12-20T22:49:47.979Z[ helios-setup] Dec 20 22:49:46.650 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
26622024-12-20T22:49:47.999Z[ helios-setup] Dec 20 22:49:46.671 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
26632024-12-20T22:49:48.008Z[ host-package] Compiling bytecount v0.6.8
26642024-12-20T22:49:48.377Z[ host-package] Compiling papergrid v0.11.0
26652024-12-20T22:49:48.594Z[ helios-setup] Dec 20 22:49:47.263 INFO E| From https://github.com/jclulow/network-interface
26662024-12-20T22:49:48.594Z[ helios-setup] Dec 20 22:49:47.263 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
26672024-12-20T22:49:48.624Z[ helios-setup] Dec 20 22:49:47.295 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
26682024-12-20T22:49:49.166Z[ helios-setup] Dec 20 22:49:47.832 INFO E| From https://github.com/oxidecomputer/boot-image-tools
26692024-12-20T22:49:49.167Z[ helios-setup] Dec 20 22:49:47.833 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
26702024-12-20T22:49:49.198Z[ helios-setup] Dec 20 22:49:47.869 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
26712024-12-20T22:49:50.047Z[ helios-setup] Dec 20 22:49:48.718 INFO E| From https://github.com/oxidecomputer/facade
26722024-12-20T22:49:50.050Z[ helios-setup] Dec 20 22:49:48.718 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
26732024-12-20T22:49:50.094Z[ helios-setup] Dec 20 22:49:48.763 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
26742024-12-20T22:49:51.149Z[ helios-setup] Dec 20 22:49:49.820 INFO E| From https://github.com/oxidecomputer/dropshot
26752024-12-20T22:49:51.149Z[ helios-setup] Dec 20 22:49:49.820 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
26762024-12-20T22:49:51.187Z[ helios-setup] Dec 20 22:49:49.858 INFO E| * [new tag] v0.3.0 -> v0.3.0
26772024-12-20T22:49:51.187Z[ helios-setup] Dec 20 22:49:49.858 INFO E| * [new tag] v0.4.0 -> v0.4.0
26782024-12-20T22:49:51.190Z[ helios-setup] Dec 20 22:49:49.858 INFO E| * [new tag] v0.5.0 -> v0.5.0
26792024-12-20T22:49:51.190Z[ helios-setup] Dec 20 22:49:49.858 INFO E| * [new tag] v0.5.1 -> v0.5.1
26802024-12-20T22:49:51.190Z[ helios-setup] Dec 20 22:49:49.858 INFO E| * [new tag] v0.6.0 -> v0.6.0
26812024-12-20T22:49:51.190Z[ helios-setup] Dec 20 22:49:49.858 INFO E| * [new tag] v0.7.0 -> v0.7.0
26822024-12-20T22:49:51.190Z[ helios-setup] Dec 20 22:49:49.859 INFO E| * [new tag] v0.8.0 -> v0.8.0
26832024-12-20T22:49:51.190Z[ helios-setup] Dec 20 22:49:49.859 INFO E| * [new tag] v0.9.0 -> v0.9.0
26842024-12-20T22:49:51.236Z[ helios-setup] Dec 20 22:49:49.907 INFO E| Updating crates.io index
26852024-12-20T22:49:51.287Z[ helios-setup] Dec 20 22:49:49.958 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
26862024-12-20T22:49:52.142Z[ helios-setup] Dec 20 22:49:50.812 INFO E| From https://github.com/oxidecomputer/typify
26872024-12-20T22:49:52.142Z[ helios-setup] Dec 20 22:49:50.812 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
26882024-12-20T22:49:52.176Z[ helios-setup] Dec 20 22:49:50.847 INFO E| * [new tag] v0.0.10 -> v0.0.10
26892024-12-20T22:49:52.176Z[ helios-setup] Dec 20 22:49:50.847 INFO E| * [new tag] v0.0.11 -> v0.0.11
26902024-12-20T22:49:52.179Z[ helios-setup] Dec 20 22:49:50.847 INFO E| * [new tag] v0.0.4 -> v0.0.4
26912024-12-20T22:49:52.179Z[ helios-setup] Dec 20 22:49:50.847 INFO E| * [new tag] v0.0.5 -> v0.0.5
26922024-12-20T22:49:52.179Z[ helios-setup] Dec 20 22:49:50.847 INFO E| * [new tag] v0.0.7 -> v0.0.7
26932024-12-20T22:49:52.179Z[ helios-setup] Dec 20 22:49:50.847 INFO E| * [new tag] v0.0.8 -> v0.0.8
26942024-12-20T22:49:52.179Z[ helios-setup] Dec 20 22:49:50.848 INFO E| * [new tag] v0.0.9 -> v0.0.9
26952024-12-20T22:49:52.540Z[ helios-setup] Dec 20 22:49:51.210 INFO E| Downloading crates ...
26962024-12-20T22:49:52.690Z[ helios-setup] Dec 20 22:49:51.360 INFO E| Downloaded const-random-macro v0.1.15
26972024-12-20T22:49:52.693Z[ helios-setup] Dec 20 22:49:51.364 INFO E| Downloaded const-random v0.1.15
26982024-12-20T22:49:52.695Z[ helios-setup] Dec 20 22:49:51.366 INFO E| Downloaded autocfg v1.1.0
26992024-12-20T22:49:52.700Z[ helios-setup] Dec 20 22:49:51.371 INFO E| Downloaded async-stream v0.3.5
27002024-12-20T22:49:52.704Z[ helios-setup] Dec 20 22:49:51.375 INFO E| Downloaded anstream v0.2.6
27012024-12-20T22:49:52.709Z[ helios-setup] Dec 20 22:49:51.380 INFO E| Downloaded concolor-override v1.0.0
27022024-12-20T22:49:52.712Z[ helios-setup] Dec 20 22:49:51.382 INFO E| Downloaded async-stream-impl v0.3.5
27032024-12-20T22:49:52.750Z[ helios-setup] Dec 20 22:49:51.421 INFO E| Downloaded toolchain_find v0.2.0
27042024-12-20T22:49:52.752Z[ helios-setup] Dec 20 22:49:51.423 INFO E| Downloaded tempfile v3.5.0
27052024-12-20T22:49:52.756Z[ helios-setup] Dec 20 22:49:51.427 INFO E| Downloaded crossbeam-deque v0.8.2
27062024-12-20T22:49:52.759Z[ helios-setup] Dec 20 22:49:51.430 INFO E| Downloaded tower-service v0.3.2
27072024-12-20T22:49:52.762Z[ helios-setup] Dec 20 22:49:51.433 INFO E| Downloaded futures-sink v0.3.28
27082024-12-20T22:49:52.764Z[ helios-setup] Dec 20 22:49:51.435 INFO E| Downloaded fastrand v1.9.0
27092024-12-20T22:49:52.766Z[ helios-setup] Dec 20 22:49:51.437 INFO E| Downloaded concolor-query v0.3.3
27102024-12-20T22:49:52.769Z[ helios-setup] Dec 20 22:49:51.440 INFO E| Downloaded percent-encoding v2.2.0
27112024-12-20T22:49:52.771Z[ helios-setup] Dec 20 22:49:51.441 INFO E| Downloaded want v0.3.0
27122024-12-20T22:49:52.773Z[ helios-setup] Dec 20 22:49:51.443 INFO E| Downloaded try-lock v0.2.4
27132024-12-20T22:49:52.776Z[ helios-setup] Dec 20 22:49:51.445 INFO E| Downloaded num-integer v0.1.45
27142024-12-20T22:49:52.778Z[ helios-setup] Dec 20 22:49:51.449 INFO E| Downloaded thiserror-impl v1.0.38
27152024-12-20T22:49:52.782Z[ helios-setup] Dec 20 22:49:51.452 INFO E| Downloaded thiserror v1.0.38
27162024-12-20T22:49:52.791Z[ helios-setup] Dec 20 22:49:51.462 INFO E| Downloaded signal-hook-registry v1.4.0
27172024-12-20T22:49:52.793Z[ helios-setup] Dec 20 22:49:51.464 INFO E| Downloaded strsim v0.10.0
27182024-12-20T22:49:52.796Z[ helios-setup] Dec 20 22:49:51.467 INFO E| Downloaded scopeguard v1.1.0
27192024-12-20T22:49:52.799Z[ helios-setup] Dec 20 22:49:51.470 INFO E| Downloaded slog-bunyan v2.4.0
27202024-12-20T22:49:52.801Z[ helios-setup] Dec 20 22:49:51.472 INFO E| Downloaded utf8parse v0.2.1
27212024-12-20T22:49:52.803Z[ helios-setup] Dec 20 22:49:51.474 INFO E| Downloaded semver-parser v0.10.2
27222024-12-20T22:49:52.807Z[ helios-setup] Dec 20 22:49:51.478 INFO E| Downloaded smawk v0.3.1
27232024-12-20T22:49:52.811Z[ helios-setup] Dec 20 22:49:51.481 INFO E| Downloaded slog-async v2.7.0
27242024-12-20T22:49:52.814Z[ helios-setup] Dec 20 22:49:51.485 INFO E| Downloaded slab v0.4.7
27252024-12-20T22:49:52.817Z[ helios-setup] Dec 20 22:49:51.488 INFO E| Downloaded sha2 v0.10.6
27262024-12-20T22:49:52.821Z[ helios-setup] Dec 20 22:49:51.492 INFO E| Downloaded smartstring v1.0.1
27272024-12-20T22:49:52.826Z[ helios-setup] Dec 20 22:49:51.497 INFO E| Downloaded semver v1.0.17
27282024-12-20T22:49:52.831Z[ helios-setup] Dec 20 22:49:51.502 INFO E| Downloaded smallvec v1.10.0
27292024-12-20T22:49:52.836Z[ helios-setup] Dec 20 22:49:51.507 INFO E| Downloaded quote v1.0.36
27302024-12-20T22:49:52.841Z[ helios-setup] Dec 20 22:49:51.512 INFO E| Downloaded unicode-ident v1.0.8
27312024-12-20T22:49:52.846Z[ helios-setup] Dec 20 22:49:51.518 INFO E| Downloaded rhai_codegen v1.5.0
27322024-12-20T22:49:52.864Z[ helios-setup] Dec 20 22:49:51.535 INFO E| Downloaded socket2 v0.4.9
27332024-12-20T22:49:52.867Z[ helios-setup] Dec 20 22:49:51.538 INFO E| Downloaded tungstenite v0.18.0
27342024-12-20T22:49:52.872Z[ helios-setup] Dec 20 22:49:51.543 INFO E| Downloaded proc-macro2 v1.0.86
27352024-12-20T22:49:52.878Z[ helios-setup] Dec 20 22:49:51.549 INFO E| Downloaded unsafe-libyaml v0.2.8
27362024-12-20T22:49:52.888Z[ helios-setup] Dec 20 22:49:51.556 INFO E| Downloaded serde v1.0.204
27372024-12-20T22:49:52.892Z[ helios-setup] Dec 20 22:49:51.563 INFO E| Downloaded url v2.3.1
27382024-12-20T22:49:52.898Z[ helios-setup] Dec 20 22:49:51.569 INFO E| Downloaded serde_derive_internals v0.26.0
27392024-12-20T22:49:52.901Z[ helios-setup] Dec 20 22:49:51.572 INFO E| Downloaded unicode-normalization v0.1.22
27402024-12-20T22:49:52.909Z[ helios-setup] Dec 20 22:49:51.580 INFO E| Downloaded tokio-util v0.7.7
27412024-12-20T22:49:52.921Z[ helios-setup] Dec 20 22:49:51.592 INFO E| Downloaded winnow v0.4.1
27422024-12-20T22:49:52.936Z[ helios-setup] Dec 20 22:49:51.607 INFO E| Downloaded rayon-core v1.10.2
27432024-12-20T22:49:52.942Z[ helios-setup] Dec 20 22:49:51.613 INFO E| Downloaded rustls v0.21.0
27442024-12-20T22:49:52.961Z[ helios-setup] Dec 20 22:49:51.632 INFO E| Downloaded ryu v1.0.13
27452024-12-20T22:49:52.966Z[ helios-setup] Dec 20 22:49:51.637 INFO E| Downloaded crossbeam-channel v0.5.6
27462024-12-20T22:49:52.974Z[ helios-setup] Dec 20 22:49:51.645 INFO E| Downloaded http v0.2.9
27472024-12-20T22:49:52.982Z[ helios-setup] Dec 20 22:49:51.653 INFO E| Downloaded syn v2.0.72
27482024-12-20T22:49:53.002Z[ helios-setup] Dec 20 22:49:51.672 INFO E| Downloaded syn v1.0.107
27492024-12-20T22:49:53.019Z[ helios-setup] Dec 20 22:49:51.690 INFO E| Downloaded pest v2.5.7
27502024-12-20T22:49:53.027Z[ helios-setup] Dec 20 22:49:51.698 INFO E| Downloaded aho-corasick v0.7.20
27512024-12-20T22:49:53.033Z[ helios-setup] Dec 20 22:49:51.704 INFO E| Downloaded rustls-webpki v0.100.1
27522024-12-20T22:49:53.046Z[ helios-setup] Dec 20 22:49:51.715 INFO E| Downloaded mio v0.8.5
27532024-12-20T22:49:53.053Z[ helios-setup] Dec 20 22:49:51.724 INFO E| Downloaded cc v1.0.78
27542024-12-20T22:49:53.058Z[ helios-setup] Dec 20 22:49:51.729 INFO E| Downloaded reqwest v0.11.16
27552024-12-20T22:49:53.073Z[ helios-setup] Dec 20 22:49:51.742 INFO E| Downloaded serde_json v1.0.95
27562024-12-20T22:49:53.083Z[ helios-setup] Dec 20 22:49:51.754 INFO E| Downloaded h2 v0.3.16
27572024-12-20T22:49:53.094Z[ helios-setup] Dec 20 22:49:51.765 INFO E| Downloaded futures-util v0.3.28
27582024-12-20T22:49:53.121Z[ helios-setup] Dec 20 22:49:51.786 INFO E| Downloaded chrono v0.4.24
27592024-12-20T22:49:53.127Z[ helios-setup] Dec 20 22:49:51.798 INFO E| Downloaded hyper v0.14.25
27602024-12-20T22:49:53.140Z[ helios-setup] Dec 20 22:49:51.810 INFO E| Downloaded git2 v0.16.1
27612024-12-20T22:49:53.153Z[ helios-setup] Dec 20 22:49:51.824 INFO E| Downloaded rayon v1.6.1
27622024-12-20T22:49:53.171Z[ helios-setup] Dec 20 22:49:51.838 INFO E| Downloaded regress v0.5.0
27632024-12-20T22:49:53.179Z[ helios-setup] Dec 20 22:49:51.850 INFO E| Downloaded regex v1.7.3
27642024-12-20T22:49:53.204Z[ helios-setup] Dec 20 22:49:51.875 INFO E| Downloaded rustix v0.37.3
27652024-12-20T22:49:53.243Z[ helios-setup] Dec 20 22:49:51.903 INFO E| Downloaded clap_builder v4.2.1
27662024-12-20T22:49:53.286Z[ helios-setup] Dec 20 22:49:51.914 INFO E| Downloaded memchr v2.5.0
27672024-12-20T22:49:53.287Z[ helios-setup] Dec 20 22:49:51.919 INFO E| Downloaded camino v1.1.4
27682024-12-20T22:49:53.287Z[ helios-setup] Dec 20 22:49:51.922 INFO E| Downloaded rhai v1.14.0
27692024-12-20T22:49:53.378Z[ helios-setup] Dec 20 22:49:51.940 INFO E| Downloaded openapiv3 v1.0.2
27702024-12-20T22:49:53.378Z[ helios-setup] Dec 20 22:49:51.956 INFO E| Downloaded clap v4.2.1
27712024-12-20T22:49:53.378Z[ helios-setup] Dec 20 22:49:51.968 INFO E| Downloaded tracing v0.1.37
27722024-12-20T22:49:53.499Z[ helios-setup] Dec 20 22:49:51.975 INFO E| Downloaded toml_edit v0.19.8
27732024-12-20T22:49:53.500Z[ helios-setup] Dec 20 22:49:52.000 INFO E| Downloaded tokio v1.27.0
27742024-12-20T22:49:53.500Z[ helios-setup] Dec 20 22:49:52.052 INFO E| Downloaded parking_lot v0.12.1
27752024-12-20T22:49:53.500Z[ helios-setup] Dec 20 22:49:52.056 INFO E| Downloaded bytes v1.4.0
27762024-12-20T22:49:53.500Z[ helios-setup] Dec 20 22:49:52.062 INFO E| Downloaded base64 v0.21.0
27772024-12-20T22:49:53.500Z[ helios-setup] Dec 20 22:49:52.068 INFO E| Downloaded unicode-linebreak v0.1.4
27782024-12-20T22:49:53.500Z[ helios-setup] Dec 20 22:49:52.071 INFO E| Downloaded crossbeam-utils v0.8.14
27792024-12-20T22:49:53.500Z[ helios-setup] Dec 20 22:49:52.075 INFO E| Downloaded num-traits v0.2.15
27802024-12-20T22:49:53.500Z[ helios-setup] Dec 20 22:49:52.080 INFO E| Downloaded log v0.4.17
27812024-12-20T22:49:53.500Z[ helios-setup] Dec 20 22:49:52.084 INFO E| Downloaded futures v0.3.28
27822024-12-20T22:49:53.500Z[ helios-setup] Dec 20 22:49:52.091 INFO E| Downloaded tracing-core v0.1.30
27832024-12-20T22:49:53.500Z[ helios-setup] Dec 20 22:49:52.094 INFO E| Downloaded crossbeam-epoch v0.9.13
27842024-12-20T22:49:53.500Z[ helios-setup] Dec 20 22:49:52.098 INFO E| Downloaded byteorder v1.4.3
27852024-12-20T22:49:53.560Z[ helios-setup] Dec 20 22:49:52.101 INFO E| Downloaded serde_yaml v0.9.21
27862024-12-20T22:49:53.560Z[ helios-setup] Dec 20 22:49:52.107 INFO E| Downloaded serde_derive v1.0.204
27872024-12-20T22:49:53.560Z[ helios-setup] Dec 20 22:49:52.130 INFO E| Downloaded schemars v0.8.12
27882024-12-20T22:49:53.560Z[ helios-setup] Dec 20 22:49:52.147 INFO E| Downloaded uuid v1.3.0
27892024-12-20T22:49:53.560Z[ helios-setup] Dec 20 22:49:52.153 INFO E| Downloaded toml v0.7.3
27902024-12-20T22:49:53.560Z[ helios-setup] Dec 20 22:49:52.158 INFO E| Downloaded libc v0.2.139
27912024-12-20T22:49:53.560Z[ helios-setup] Dec 20 22:49:52.204 INFO E| Downloaded tinyvec v1.6.0
27922024-12-20T22:49:53.600Z[ helios-setup] Dec 20 22:49:52.209 INFO E| Downloaded serde_path_to_error v0.1.11
27932024-12-20T22:49:53.600Z[ helios-setup] Dec 20 22:49:52.212 INFO E| Downloaded rustls-pemfile v1.0.2
27942024-12-20T22:49:53.600Z[ helios-setup] Dec 20 22:49:52.216 INFO E| Downloaded pin-project-lite v0.2.9
27952024-12-20T22:49:53.600Z[ helios-setup] Dec 20 22:49:52.223 INFO E| Downloaded parking_lot_core v0.9.6
27962024-12-20T22:49:53.600Z[ helios-setup] Dec 20 22:49:52.226 INFO E| Downloaded lock_api v0.4.9
27972024-12-20T22:49:53.600Z[ helios-setup] Dec 20 22:49:52.229 INFO E| Downloaded ipnet v2.7.2
27982024-12-20T22:49:53.600Z[ helios-setup] Dec 20 22:49:52.231 INFO E| Downloaded unicode-bidi v0.3.13
27992024-12-20T22:49:53.600Z[ helios-setup] Dec 20 22:49:52.235 INFO E| Downloaded ucd-trie v0.1.5
28002024-12-20T22:49:53.601Z[ helios-setup] Dec 20 22:49:52.237 INFO E| Downloaded textwrap v0.16.0
28012024-12-20T22:49:53.601Z[ helios-setup] Dec 20 22:49:52.241 INFO E| Downloaded httparse v1.8.0
28022024-12-20T22:49:53.630Z[ helios-setup] Dec 20 22:49:52.245 INFO E| Downloaded futures-channel v0.3.28
28032024-12-20T22:49:53.630Z[ helios-setup] Dec 20 22:49:52.248 INFO E| Downloaded schemars_derive v0.8.12
28042024-12-20T22:49:53.630Z[ helios-setup] Dec 20 22:49:52.250 INFO E| Downloaded pkg-config v0.3.26
28052024-12-20T22:49:53.631Z[ helios-setup] Dec 20 22:49:52.252 INFO E| Downloaded once_cell v1.17.0
28062024-12-20T22:49:53.631Z[ helios-setup] Dec 20 22:49:52.256 INFO E| Downloaded io-lifetimes v1.0.10
28072024-12-20T22:49:53.631Z[ helios-setup] Dec 20 22:49:52.259 INFO E| Downloaded getrandom v0.2.8
28082024-12-20T22:49:53.631Z[ helios-setup] Dec 20 22:49:52.263 INFO E| Downloaded sct v0.7.0
28092024-12-20T22:49:53.631Z[ helios-setup] Dec 20 22:49:52.269 INFO E| Downloaded time v0.1.45
28102024-12-20T22:49:53.631Z[ helios-setup] Dec 20 22:49:52.271 INFO E| Downloaded tokio-tungstenite v0.18.0
28112024-12-20T22:49:53.631Z[ helios-setup] Dec 20 22:49:52.274 INFO E| Downloaded tokio-rustls v0.24.0
28122024-12-20T22:49:53.631Z[ helios-setup] Dec 20 22:49:52.277 INFO E| Downloaded proc-macro-crate v1.2.1
28132024-12-20T22:49:53.631Z[ helios-setup] Dec 20 22:49:52.279 INFO E| Downloaded clap_derive v4.2.0
28142024-12-20T22:49:53.656Z[ helios-setup] Dec 20 22:49:52.283 INFO E| Downloaded serde_tokenstream v0.2.0
28152024-12-20T22:49:53.656Z[ helios-setup] Dec 20 22:49:52.288 INFO E| Downloaded serde_spanned v0.6.1
28162024-12-20T22:49:53.656Z[ helios-setup] Dec 20 22:49:52.290 INFO E| Downloaded digest v0.10.6
28172024-12-20T22:49:53.656Z[ helios-setup] Dec 20 22:49:52.293 INFO E| Downloaded cargo-lock v8.0.3
28182024-12-20T22:49:53.657Z[ helios-setup] Dec 20 22:49:52.296 INFO E| Downloaded ahash v0.8.3
28192024-12-20T22:49:53.657Z[ helios-setup] Dec 20 22:49:52.300 INFO E| Downloaded ahash v0.7.6
28202024-12-20T22:49:53.657Z[ helios-setup] Dec 20 22:49:52.304 INFO E| Downloaded toml_datetime v0.6.1
28212024-12-20T22:49:53.657Z[ helios-setup] Dec 20 22:49:52.306 INFO E| Downloaded itoa v1.0.6
28222024-12-20T22:49:53.657Z[ helios-setup] Dec 20 22:49:52.308 INFO E| Downloaded http-body v0.4.5
28232024-12-20T22:49:53.659Z[ helios-setup] Dec 20 22:49:52.311 INFO E| Downloaded futures-executor v0.3.28
28242024-12-20T22:49:53.682Z[ helios-setup] Dec 20 22:49:52.313 INFO E| Downloaded anyhow v1.0.68
28252024-12-20T22:49:53.683Z[ helios-setup] Dec 20 22:49:52.319 INFO E| Downloaded iana-time-zone v0.1.56
28262024-12-20T22:49:53.683Z[ helios-setup] Dec 20 22:49:52.322 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
28272024-12-20T22:49:53.683Z[ helios-setup] Dec 20 22:49:52.325 INFO E| Downloaded form_urlencoded v1.1.0
28282024-12-20T22:49:53.683Z[ helios-setup] Dec 20 22:49:52.327 INFO E| Downloaded sha1 v0.10.5
28292024-12-20T22:49:53.683Z[ helios-setup] Dec 20 22:49:52.329 INFO E| Downloaded semver v0.11.0
28302024-12-20T22:49:53.683Z[ helios-setup] Dec 20 22:49:52.332 INFO E| Downloaded tokio-macros v2.0.0
28312024-12-20T22:49:53.683Z[ helios-setup] Dec 20 22:49:52.333 INFO E| Downloaded rustfmt-wrapper v0.2.0
28322024-12-20T22:49:53.683Z[ helios-setup] Dec 20 22:49:52.335 INFO E| Downloaded paste v1.0.12
28332024-12-20T22:49:53.706Z[ helios-setup] Dec 20 22:49:52.341 INFO E| Downloaded lazy_static v1.4.0
28342024-12-20T22:49:53.706Z[ helios-setup] Dec 20 22:49:52.343 INFO E| Downloaded home v0.5.4
28352024-12-20T22:49:53.706Z[ helios-setup] Dec 20 22:49:52.344 INFO E| Downloaded encoding_rs v0.8.32
28362024-12-20T22:49:53.743Z[ helios-setup] Dec 20 22:49:52.395 INFO E| Downloaded either v1.8.0
28372024-12-20T22:49:53.770Z[ helios-setup] Dec 20 22:49:52.397 INFO E| Downloaded ppv-lite86 v0.2.17
28382024-12-20T22:49:53.770Z[ helios-setup] Dec 20 22:49:52.400 INFO E| Downloaded num_enum_derive v0.5.7
28392024-12-20T22:49:53.770Z[ helios-setup] Dec 20 22:49:52.402 INFO E| Downloaded num_enum v0.5.7
28402024-12-20T22:49:53.771Z[ helios-setup] Dec 20 22:49:52.409 INFO E| Downloaded num_cpus v1.15.0
28412024-12-20T22:49:53.771Z[ helios-setup] Dec 20 22:49:52.413 INFO E| Downloaded memoffset v0.7.1
28422024-12-20T22:49:53.771Z[ helios-setup] Dec 20 22:49:52.414 INFO E| Downloaded is-terminal v0.4.7
28432024-12-20T22:49:53.771Z[ helios-setup] Dec 20 22:49:52.419 INFO E| Downloaded httpdate v1.0.2
28442024-12-20T22:49:53.771Z[ helios-setup] Dec 20 22:49:52.421 INFO E| Downloaded futures-task v0.3.28
28452024-12-20T22:49:53.771Z[ helios-setup] Dec 20 22:49:52.423 INFO E| Downloaded futures-macro v0.3.28
28462024-12-20T22:49:53.771Z[ helios-setup] Dec 20 22:49:52.424 INFO E| Downloaded futures-core v0.3.28
28472024-12-20T22:49:53.772Z[ helios-setup] Dec 20 22:49:52.426 INFO E| Downloaded jobserver v0.1.26
28482024-12-20T22:49:53.772Z[ helios-setup] Dec 20 22:49:52.430 INFO E| Downloaded futures-io v0.3.28
28492024-12-20T22:49:53.772Z[ helios-setup] Dec 20 22:49:52.431 INFO E| Downloaded dyn-clone v1.0.11
28502024-12-20T22:49:53.795Z[ helios-setup] Dec 20 22:49:52.433 INFO E| Downloaded clap_lex v0.4.1
28512024-12-20T22:49:53.795Z[ helios-setup] Dec 20 22:49:52.435 INFO E| Downloaded built v0.6.0
28522024-12-20T22:49:53.795Z[ helios-setup] Dec 20 22:49:52.437 INFO E| Downloaded async-trait v0.1.68
28532024-12-20T22:49:53.795Z[ helios-setup] Dec 20 22:49:52.442 INFO E| Downloaded anstyle-parse v0.1.1
28542024-12-20T22:49:53.795Z[ helios-setup] Dec 20 22:49:52.445 INFO E| Downloaded anstyle v0.3.5
28552024-12-20T22:49:53.795Z[ helios-setup] Dec 20 22:49:52.447 INFO E| Downloaded bincode v1.3.3
28562024-12-20T22:49:53.796Z[ helios-setup] Dec 20 22:49:52.450 INFO E| Downloaded terminal_size v0.2.6
28572024-12-20T22:49:53.828Z[ helios-setup] Dec 20 22:49:52.452 INFO E| Downloaded project-root v0.2.2
28582024-12-20T22:49:53.829Z[ helios-setup] Dec 20 22:49:52.453 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
28592024-12-20T22:49:53.948Z[ helios-setup] Dec 20 22:49:52.604 INFO E| Downloaded libz-sys v1.1.8
28602024-12-20T22:49:54.244Z[ helios-setup] Dec 20 22:49:52.913 INFO E| Compiling proc-macro2 v1.0.86
28612024-12-20T22:49:54.252Z[ helios-setup] Dec 20 22:49:52.914 INFO E| Compiling libc v0.2.139
28622024-12-20T22:49:54.252Z[ helios-setup] Dec 20 22:49:52.914 INFO E| Compiling unicode-ident v1.0.8
28632024-12-20T22:49:54.252Z[ helios-setup] Dec 20 22:49:52.914 INFO E| Compiling autocfg v1.1.0
28642024-12-20T22:49:54.253Z[ helios-setup] Dec 20 22:49:52.914 INFO E| Compiling cfg-if v1.0.0
28652024-12-20T22:49:54.253Z[ helios-setup] Dec 20 22:49:52.914 INFO E| Compiling version_check v0.9.4
28662024-12-20T22:49:54.253Z[ helios-setup] Dec 20 22:49:52.914 INFO E| Compiling serde v1.0.204
28672024-12-20T22:49:54.253Z[ helios-setup] Dec 20 22:49:52.915 INFO E| Compiling syn v1.0.107
28682024-12-20T22:49:55.034Z[ helios-setup] Dec 20 22:49:53.704 INFO E| Compiling memchr v2.5.0
28692024-12-20T22:49:55.471Z[ helios-setup] Dec 20 22:49:54.141 INFO E| Compiling once_cell v1.17.0
28702024-12-20T22:49:55.866Z[ helios-setup] Dec 20 22:49:54.537 INFO E| Compiling log v0.4.17
28712024-12-20T22:49:56.204Z[ helios-setup] Dec 20 22:49:54.875 INFO E| Compiling thiserror v1.0.38
28722024-12-20T22:49:56.700Z[ helios-setup] Dec 20 22:49:55.370 INFO E| Compiling itoa v1.0.6
28732024-12-20T22:49:56.937Z[ helios-setup] Dec 20 22:49:55.607 INFO E| Compiling serde_json v1.0.95
28742024-12-20T22:49:58.084Z[ helios-setup] Dec 20 22:49:56.754 INFO E| Compiling indexmap v1.9.3
28752024-12-20T22:49:58.203Z[ helios-setup] Dec 20 22:49:56.873 INFO E| Compiling pin-project-lite v0.2.9
28762024-12-20T22:49:58.507Z[ helios-setup] Dec 20 22:49:57.177 INFO E| Compiling quote v1.0.36
28772024-12-20T22:49:58.709Z[ helios-setup] Dec 20 22:49:57.379 INFO E| Compiling scopeguard v1.1.0
28782024-12-20T22:49:58.857Z[ helios-setup] Dec 20 22:49:57.526 INFO E| Compiling num-integer v0.1.45
28792024-12-20T22:49:58.965Z[ helios-setup] Dec 20 22:49:57.635 INFO E| Compiling futures-core v0.3.28
28802024-12-20T22:49:59.186Z[ helios-setup] Dec 20 22:49:57.850 INFO E| Compiling getrandom v0.2.8
28812024-12-20T22:49:59.470Z[ helios-setup] Dec 20 22:49:58.140 INFO E| Compiling syn v2.0.72
28822024-12-20T22:49:59.924Z[ helios-setup] Dec 20 22:49:58.594 INFO E| Compiling jobserver v0.1.26
28832024-12-20T22:50:00.126Z[ helios-setup] Dec 20 22:49:58.796 INFO E| Compiling bytes v1.4.0
28842024-12-20T22:50:00.468Z[ helios-setup] Dec 20 22:49:59.138 INFO E| Compiling ryu v1.0.13
28852024-12-20T22:50:01.158Z[ helios-setup] Dec 20 22:49:59.828 INFO E| Compiling cc v1.0.78
28862024-12-20T22:50:01.705Z[ helios-setup] Dec 20 22:50:00.375 INFO E| Compiling lock_api v0.4.9
28872024-12-20T22:50:02.113Z[ helios-setup] Dec 20 22:50:00.783 INFO E| Compiling parking_lot_core v0.9.6
28882024-12-20T22:50:02.223Z[ helios-setup] Dec 20 22:50:00.892 INFO E| Compiling typenum v1.16.0
28892024-12-20T22:50:02.490Z[ helios-setup] Dec 20 22:50:01.159 INFO E| Compiling bitflags v1.3.2
28902024-12-20T22:50:02.786Z[ helios-setup] Dec 20 22:50:01.456 INFO E| Compiling num_cpus v1.15.0
28912024-12-20T22:50:03.169Z[ host-package] Compiling polar-core v0.27.3
28922024-12-20T22:50:03.186Z[ helios-setup] Dec 20 22:50:01.855 INFO E| Compiling slab v0.4.7
28932024-12-20T22:50:03.186Z[ helios-setup] Dec 20 22:50:01.855 INFO E| Compiling generic-array v0.14.6
28942024-12-20T22:50:03.367Z[ helios-setup] Dec 20 22:50:02.037 INFO E| Compiling futures-sink v0.3.28
28952024-12-20T22:50:03.529Z[ helios-setup] Dec 20 22:50:02.198 INFO E| Compiling futures-channel v0.3.28
28962024-12-20T22:50:04.014Z[ helios-setup] Dec 20 22:50:02.683 INFO E| Compiling futures-task v0.3.28
28972024-12-20T22:50:04.638Z[ helios-setup] Dec 20 22:50:03.307 INFO E| Compiling tokio v1.27.0
28982024-12-20T22:50:04.868Z[ helios-setup] Dec 20 22:50:03.537 INFO E| Compiling schemars v0.8.12
28992024-12-20T22:50:05.063Z[ helios-setup] Dec 20 22:50:03.730 INFO E| Compiling futures-util v0.3.28
29002024-12-20T22:50:05.824Z[ helios-setup] Dec 20 22:50:04.494 INFO E| Compiling mio v0.8.5
29012024-12-20T22:50:06.024Z[ helios-setup] Dec 20 22:50:04.693 INFO E| Compiling socket2 v0.4.9
29022024-12-20T22:50:06.086Z[ helios-setup] Dec 20 22:50:04.755 INFO E| Compiling signal-hook-registry v1.4.0
29032024-12-20T22:50:06.327Z[ helios-setup] Dec 20 22:50:04.996 INFO E| Compiling num-traits v0.2.15
29042024-12-20T22:50:06.489Z[ helios-setup] Dec 20 22:50:05.158 INFO E| Compiling ahash v0.7.6
29052024-12-20T22:50:07.706Z[ helios-setup] Dec 20 22:50:06.375 INFO E| Compiling pin-utils v0.1.0
29062024-12-20T22:50:07.976Z[ helios-setup] Dec 20 22:50:06.645 INFO E| Compiling io-lifetimes v1.0.10
29072024-12-20T22:50:08.030Z[ helios-setup] Dec 20 22:50:06.699 INFO E| Compiling futures-io v0.3.28
29082024-12-20T22:50:08.919Z[ helios-setup] Dec 20 22:50:07.588 INFO E| Compiling crunchy v0.2.2
29092024-12-20T22:50:09.556Z[ host-package] Compiling headers v0.4.0
29102024-12-20T22:50:09.590Z[ helios-setup] Dec 20 22:50:08.259 INFO E| Compiling ahash v0.8.3
29112024-12-20T22:50:09.904Z[ host-package] Compiling derive_builder_macro v0.20.2
29122024-12-20T22:50:10.292Z[ helios-setup] Dec 20 22:50:08.960 INFO E| Compiling rustix v0.37.3
29132024-12-20T22:50:10.320Z[ helios-setup] Dec 20 22:50:08.988 INFO E| Compiling hashbrown v0.12.3
29142024-12-20T22:50:10.598Z[ helios-setup] Dec 20 22:50:09.265 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
29152024-12-20T22:50:10.722Z[ helios-setup] Dec 20 22:50:09.390 INFO E| Compiling tiny-keccak v2.0.2
29162024-12-20T22:50:11.530Z[ helios-setup] Dec 20 22:50:10.196 INFO E| Compiling crypto-common v0.1.6
29172024-12-20T22:50:11.626Z[ helios-setup] Dec 20 22:50:10.294 INFO E| Compiling block-buffer v0.10.3
29182024-12-20T22:50:11.751Z[ helios-setup] Dec 20 22:50:10.420 INFO E| Compiling serde_derive_internals v0.26.0
29192024-12-20T22:50:12.697Z[ helios-setup] Dec 20 22:50:11.365 INFO E| Compiling errno v0.3.1
29202024-12-20T22:50:13.302Z[ helios-setup] Dec 20 22:50:11.590 INFO E| Compiling slog v2.7.0
29212024-12-20T22:50:13.323Z[ helios-setup] Dec 20 22:50:11.639 INFO E| Compiling fnv v1.0.7
29222024-12-20T22:50:13.323Z[ helios-setup] Dec 20 22:50:11.783 INFO E| Compiling crossbeam-utils v0.8.14
29232024-12-20T22:50:13.493Z[ helios-setup] Dec 20 22:50:12.160 INFO E| Compiling pkg-config v0.3.26
29242024-12-20T22:50:13.918Z[ host-package] Compiling strip-ansi-escapes v0.2.0
29252024-12-20T22:50:14.496Z[ helios-setup] Dec 20 22:50:13.165 INFO E| Compiling http v0.2.9
29262024-12-20T22:50:14.798Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
29272024-12-20T22:50:15.947Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
29282024-12-20T22:50:16.027Z[ helios-setup] Dec 20 22:50:14.695 INFO E| Compiling digest v0.10.6
29292024-12-20T22:50:16.079Z[ host-package] Compiling tabled_derive v0.7.0
29302024-12-20T22:50:16.473Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29312024-12-20T22:50:17.078Z[ helios-setup] Dec 20 22:50:15.746 INFO E| Compiling aho-corasick v0.7.20
29322024-12-20T22:50:17.960Z[ helios-setup] Dec 20 22:50:16.628 INFO E| Compiling unicode-width v0.1.10
29332024-12-20T22:50:18.569Z[ helios-setup] Dec 20 22:50:17.215 INFO E| Compiling httparse v1.8.0
29342024-12-20T22:50:18.593Z[ helios-setup] Dec 20 22:50:17.261 INFO E| Compiling tinyvec_macros v0.1.1
29352024-12-20T22:50:19.012Z[ helios-setup] Dec 20 22:50:17.680 INFO E| Compiling heck v0.4.1
29362024-12-20T22:50:19.432Z[ helios-setup] Dec 20 22:50:18.099 INFO E| Compiling percent-encoding v2.2.0
29372024-12-20T22:50:19.740Z[ helios-setup] Dec 20 22:50:18.408 INFO E| Compiling cpufeatures v0.2.5
29382024-12-20T22:50:19.919Z[ helios-setup] Dec 20 22:50:18.587 INFO E| Compiling anyhow v1.0.68
29392024-12-20T22:50:20.179Z[ helios-setup] Dec 20 22:50:18.846 INFO E| Compiling regex-syntax v0.6.29
29402024-12-20T22:50:20.354Z[ helios-setup] Dec 20 22:50:19.022 INFO E| Compiling tinyvec v1.6.0
29412024-12-20T22:50:20.439Z[ host-package] Compiling itertools v0.12.1
29422024-12-20T22:50:20.725Z[ helios-setup] Dec 20 22:50:19.392 INFO E| Compiling form_urlencoded v1.1.0
29432024-12-20T22:50:21.187Z[ host-package] Compiling fd-lock v4.0.2
29442024-12-20T22:50:21.431Z[ helios-setup] Dec 20 22:50:20.099 INFO E| Compiling const-random-macro v0.1.15
29452024-12-20T22:50:21.907Z[ host-package] Compiling peg-macros v0.8.4
29462024-12-20T22:50:22.037Z[ helios-setup] Dec 20 22:50:20.705 INFO E| Compiling thiserror-impl v1.0.38
29472024-12-20T22:50:22.089Z[ helios-setup] Dec 20 22:50:20.757 INFO E| Compiling schemars_derive v0.8.12
29482024-12-20T22:50:22.943Z[ helios-setup] Dec 20 22:50:21.610 INFO E| Compiling hashbrown v0.13.2
29492024-12-20T22:50:23.756Z[ helios-setup] Dec 20 22:50:22.423 INFO E| Compiling libz-sys v1.1.8
29502024-12-20T22:50:23.813Z[ helios-setup] Dec 20 22:50:22.479 INFO E| Compiling serde_derive v1.0.204
29512024-12-20T22:50:25.216Z[ helios-setup] Dec 20 22:50:23.883 INFO E| Compiling tokio-macros v2.0.0
29522024-12-20T22:50:25.256Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29532024-12-20T22:50:25.281Z[ helios-setup] Dec 20 22:50:23.948 INFO E| Compiling futures-macro v0.3.28
29542024-12-20T22:50:25.963Z[ helios-setup] Dec 20 22:50:24.630 INFO E| Compiling chrono v0.4.24
29552024-12-20T22:50:27.231Z[ host-package] Compiling strum_macros v0.24.3
29562024-12-20T22:50:28.113Z[ helios-setup] Dec 20 22:50:26.780 INFO E| Compiling regex v1.7.3
29572024-12-20T22:50:28.303Z[ host-package] Compiling kstat-rs v0.2.4
29582024-12-20T22:50:29.213Z[ host-package] Compiling samael v0.0.17
29592024-12-20T22:50:29.287Z[ helios-setup] Dec 20 22:50:27.942 INFO E| Compiling uuid v1.3.0
29602024-12-20T22:50:29.404Z[ host-package] Compiling nu-ansi-term v0.50.1
29612024-12-20T22:50:29.948Z[ host-package] Compiling indoc v1.0.9
29622024-12-20T22:50:30.447Z[ helios-setup] Dec 20 22:50:29.113 INFO E| Compiling dyn-clone v1.0.11
29632024-12-20T22:50:30.601Z[ helios-setup] Dec 20 22:50:29.266 INFO E| Compiling unicode-normalization v0.1.22
29642024-12-20T22:50:30.986Z[ helios-setup] Dec 20 22:50:29.652 INFO E| Compiling regress v0.5.0
29652024-12-20T22:50:31.250Z[ helios-setup] Dec 20 22:50:29.917 INFO E| Compiling const-random v0.1.15
29662024-12-20T22:50:31.848Z[ host-package] Compiling reedline v0.35.0
29672024-12-20T22:50:32.112Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29682024-12-20T22:50:33.264Z[ helios-setup] Dec 20 22:50:31.928 INFO E| Compiling getopts v0.2.21
29692024-12-20T22:50:33.819Z[ helios-setup] Dec 20 22:50:32.485 INFO E| Compiling tracing-core v0.1.30
29702024-12-20T22:50:34.028Z[ helios-setup] Dec 20 22:50:32.695 INFO E| Compiling memoffset v0.7.1
29712024-12-20T22:50:34.985Z[ helios-setup] Dec 20 22:50:33.650 INFO E| Compiling time-core v0.1.2
29722024-12-20T22:50:35.546Z[ helios-setup] Dec 20 22:50:34.212 INFO E| Compiling num-conv v0.1.0
29732024-12-20T22:50:35.738Z[ helios-setup] Dec 20 22:50:34.404 INFO E| Compiling powerfmt v0.2.0
29742024-12-20T22:50:36.429Z[ helios-setup] Dec 20 22:50:35.095 INFO E| Compiling ucd-trie v0.1.5
29752024-12-20T22:50:37.267Z[ helios-setup] Dec 20 22:50:35.933 INFO E| Compiling unicode-bidi v0.3.13
29762024-12-20T22:50:37.969Z[ host-package] Compiling peg v0.8.4
29772024-12-20T22:50:38.175Z[ helios-setup] Dec 20 22:50:36.840 INFO E| Compiling pest v2.5.7
29782024-12-20T22:50:38.562Z[ host-package] Compiling tabled v0.15.0
29792024-12-20T22:50:39.376Z[ helios-setup] Dec 20 22:50:38.041 INFO E| Compiling idna v0.3.0
29802024-12-20T22:50:40.370Z[ helios-setup] Dec 20 22:50:39.035 INFO E| Compiling time-macros v0.2.18
29812024-12-20T22:50:42.921Z[ helios-setup] Dec 20 22:50:41.587 INFO E| Compiling deranged v0.3.11
29822024-12-20T22:50:43.721Z[ helios-setup] Dec 20 22:50:42.386 INFO E| Compiling tracing v0.1.37
29832024-12-20T22:50:46.118Z[ helios-setup] Dec 20 22:50:44.782 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
29842024-12-20T22:50:46.644Z[ helios-setup] Dec 20 22:50:45.308 INFO E| Compiling time v0.1.45
29852024-12-20T22:50:46.796Z[ helios-setup] Dec 20 22:50:45.461 INFO E| Compiling crossbeam-epoch v0.9.13
29862024-12-20T22:50:47.909Z[ helios-setup] Dec 20 22:50:46.573 INFO E| Compiling num_threads v0.1.6
29872024-12-20T22:50:48.224Z[ helios-setup] Dec 20 22:50:46.888 INFO E| Compiling iana-time-zone v0.1.56
29882024-12-20T22:50:48.467Z[ helios-setup] Dec 20 22:50:47.132 INFO E| Compiling semver v1.0.17
29892024-12-20T22:50:49.824Z[ host-package] Compiling derive_builder v0.20.2
29902024-12-20T22:50:50.135Z[ helios-setup] Dec 20 22:50:48.799 INFO E| Compiling time v0.3.36
29912024-12-20T22:50:50.936Z[ helios-setup] Dec 20 22:50:49.600 INFO E| Compiling semver-parser v0.10.2
29922024-12-20T22:50:50.975Z[ helios-setup] Dec 20 22:50:49.639 INFO E| Compiling url v2.3.1
29932024-12-20T22:50:52.171Z[ helios-setup] Dec 20 22:50:50.835 INFO E| Compiling smallvec v1.10.0
29942024-12-20T22:50:52.233Z[ helios-setup] Dec 20 22:50:50.897 INFO E| Compiling toml v0.5.11
29952024-12-20T22:50:54.634Z[ helios-setup] Dec 20 22:50:53.287 INFO E| Compiling parking_lot v0.12.1
29962024-12-20T22:50:56.093Z[ helios-setup] Dec 20 22:50:54.757 INFO E| Compiling serde_tokenstream v0.2.0
29972024-12-20T22:51:00.814Z[ helios-setup] Dec 20 22:50:59.167 INFO E| Compiling crossbeam-channel v0.5.6
29982024-12-20T22:51:04.173Z[ helios-setup] Dec 20 22:51:02.836 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
29992024-12-20T22:51:04.308Z[ helios-setup] Dec 20 22:51:02.970 INFO E| Compiling dirs-sys-next v0.1.2
30002024-12-20T22:51:05.641Z[ helios-setup] Dec 20 22:51:04.303 INFO E| Compiling crc32fast v1.3.2
30012024-12-20T22:51:06.822Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30022024-12-20T22:51:06.997Z[ helios-setup] Dec 20 22:51:05.660 INFO E| Compiling try-lock v0.2.4
30032024-12-20T22:51:07.184Z[ helios-setup] Dec 20 22:51:05.846 INFO E| Compiling same-file v1.0.6
30042024-12-20T22:51:07.693Z[ helios-setup] Dec 20 22:51:06.355 INFO E| Compiling want v0.3.0
30052024-12-20T22:51:08.090Z[ helios-setup] Dec 20 22:51:06.752 INFO E| Compiling walkdir v2.3.3
30062024-12-20T22:51:09.519Z[ helios-setup] Dec 20 22:51:08.179 INFO E| Compiling dirs-next v2.0.0
30072024-12-20T22:51:10.298Z[ helios-setup] Dec 20 22:51:08.960 INFO E| Compiling proc-macro-crate v1.2.1
30082024-12-20T22:51:12.166Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30092024-12-20T22:51:12.257Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
30102024-12-20T22:51:12.334Z[ helios-setup] Dec 20 22:51:10.995 INFO E| Compiling semver v0.11.0
30112024-12-20T22:51:13.319Z[ helios-setup] Dec 20 22:51:11.980 INFO E| Compiling tokio-util v0.7.7
30122024-12-20T22:51:16.015Z[ helios-setup] Dec 20 22:51:14.676 INFO E| Compiling h2 v0.3.16
30132024-12-20T22:51:18.098Z[ helios-setup] Dec 20 22:51:16.759 INFO E| Compiling futures-executor v0.3.28
30142024-12-20T22:51:18.244Z[ helios-setup] Dec 20 22:51:16.905 INFO E| Compiling http-body v0.4.5
30152024-12-20T22:51:19.146Z[ helios-setup] Dec 20 22:51:17.806 INFO E| Compiling ring v0.16.20
30162024-12-20T22:51:20.377Z[ helios-setup] Dec 20 22:51:19.038 INFO E| Compiling rand_core v0.6.4
30172024-12-20T22:51:20.384Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30182024-12-20T22:51:20.971Z[ host-package] Compiling bcs v0.1.6
30192024-12-20T22:51:21.108Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
30202024-12-20T22:51:21.134Z[ host-package] Compiling oso-derive v0.27.3
30212024-12-20T22:51:21.148Z[ helios-setup] Dec 20 22:51:19.809 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
30222024-12-20T22:51:21.660Z[ helios-setup] Dec 20 22:51:20.321 INFO E| Compiling thread_local v1.1.7
30232024-12-20T22:51:21.931Z[ helios-setup] Dec 20 22:51:20.592 INFO E| Compiling rayon-core v1.10.2
30242024-12-20T22:51:23.245Z[ host-package] Compiling libz-sys v1.1.20
30252024-12-20T22:51:23.411Z[ helios-setup] Dec 20 22:51:22.072 INFO E| Compiling home v0.5.4
30262024-12-20T22:51:23.440Z[ host-package] Compiling quick-xml v0.33.0
30272024-12-20T22:51:23.957Z[ helios-setup] Dec 20 22:51:22.617 INFO E| Compiling lazy_static v1.4.0
30282024-12-20T22:51:24.097Z[ helios-setup] Dec 20 22:51:22.758 INFO E| Compiling base64 v0.21.0
30292024-12-20T22:51:24.566Z[ helios-setup] Dec 20 22:51:23.227 INFO E| Compiling fastrand v1.9.0
30302024-12-20T22:51:24.829Z[ host-package] Compiling diesel-dtrace v0.4.2
30312024-12-20T22:51:25.500Z[ helios-setup] Dec 20 22:51:24.160 INFO E| Compiling httpdate v1.0.2
30322024-12-20T22:51:26.016Z[ host-package] Compiling parking_lot_core v0.8.6
30332024-12-20T22:51:26.678Z[ helios-setup] Dec 20 22:51:25.338 INFO E| Compiling adler v1.0.2
30342024-12-20T22:51:27.190Z[ helios-setup] Dec 20 22:51:25.849 INFO E| Compiling ppv-lite86 v0.2.17
30352024-12-20T22:51:27.727Z[ helios-setup] Dec 20 22:51:26.388 INFO E| Compiling utf8parse v0.2.1
30362024-12-20T22:51:27.991Z[ helios-setup] Dec 20 22:51:26.651 INFO E| Compiling tower-service v0.3.2
30372024-12-20T22:51:28.417Z[ helios-setup] Dec 20 22:51:27.077 INFO E| Compiling hyper v0.14.25
30382024-12-20T22:51:29.124Z[ helios-setup] Dec 20 22:51:27.784 INFO E| Compiling rand_chacha v0.3.1
30392024-12-20T22:51:29.718Z[ helios-setup] Dec 20 22:51:28.378 INFO E| Compiling anstyle-parse v0.1.1
30402024-12-20T22:51:31.010Z[ helios-setup] Dec 20 22:51:29.669 INFO E| Compiling miniz_oxide v0.6.2
30412024-12-20T22:51:33.061Z[ helios-setup] Dec 20 22:51:31.721 INFO E| Compiling tempfile v3.5.0
30422024-12-20T22:51:33.286Z[ helios-setup] Dec 20 22:51:31.945 INFO E| Compiling toolchain_find v0.2.0
30432024-12-20T22:51:34.722Z[ host-package] Compiling mime_guess v2.0.5
30442024-12-20T22:51:35.235Z[ host-package] Compiling oso v0.27.3
30452024-12-20T22:51:37.665Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30462024-12-20T22:51:38.127Z[ helios-setup] Dec 20 22:51:36.786 INFO E| Compiling futures v0.3.28
30472024-12-20T22:51:41.607Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
30482024-12-20T22:51:45.405Z[ helios-setup] Dec 20 22:51:44.061 INFO E| Compiling crossbeam-deque v0.8.2
30492024-12-20T22:51:46.802Z[ helios-setup] Dec 20 22:51:45.460 INFO E| Compiling cargo-lock v8.0.3
30502024-12-20T22:51:49.116Z[ helios-setup] Dec 20 22:51:47.773 INFO E| Compiling num_enum_derive v0.5.7
30512024-12-20T22:51:52.513Z[ helios-setup] Dec 20 22:51:51.170 INFO E| Compiling term v0.7.0
30522024-12-20T22:51:53.067Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30532024-12-20T22:51:54.374Z[ helios-setup] Dec 20 22:51:53.028 INFO E| Compiling serde_urlencoded v0.7.1
30542024-12-20T22:51:54.632Z[ helios-setup] Dec 20 22:51:53.289 INFO E| Compiling sha2 v0.10.6
30552024-12-20T22:51:55.191Z[ helios-setup] Dec 20 22:51:53.848 INFO E| Compiling sha1 v0.10.5
30562024-12-20T22:51:55.903Z[ helios-setup] Dec 20 22:51:54.560 INFO E| Compiling is-terminal v0.4.7
30572024-12-20T22:51:56.110Z[ helios-setup] Dec 20 22:51:54.767 INFO E| Compiling atty v0.2.14
30582024-12-20T22:51:56.682Z[ helios-setup] Dec 20 22:51:55.339 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
30592024-12-20T22:51:57.178Z[ helios-setup] Dec 20 22:51:55.835 INFO E| Compiling concolor-override v1.0.0
30602024-12-20T22:51:57.916Z[ helios-setup] Dec 20 22:51:56.572 INFO E| Compiling concolor-query v0.3.3
30612024-12-20T22:51:59.172Z[ helios-setup] Dec 20 22:51:57.828 INFO E| Compiling anstyle v0.3.5
30622024-12-20T22:51:59.574Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30632024-12-20T22:52:00.072Z[ host-package] Compiling bb8 v0.8.5
30642024-12-20T22:52:00.359Z[ helios-setup] Dec 20 22:51:59.015 INFO E| Compiling anstream v0.2.6
30652024-12-20T22:52:01.637Z[ host-package] Compiling async-bb8-diesel v0.2.1
30662024-12-20T22:52:02.286Z[ helios-setup] Dec 20 22:52:00.942 INFO E| Compiling slog-term v2.9.0
30672024-12-20T22:52:03.573Z[ helios-setup] Dec 20 22:52:02.229 INFO E| Compiling flate2 v1.0.25
30682024-12-20T22:52:03.685Z[ helios-setup] Dec 20 22:52:02.339 INFO E| Compiling num_enum v0.5.7
30692024-12-20T22:52:04.374Z[ helios-setup] Dec 20 22:52:03.030 INFO E| Compiling rustfmt-wrapper v0.2.0
30702024-12-20T22:52:04.517Z[ helios-setup] Dec 20 22:52:03.173 INFO E| Compiling rand v0.8.5
30712024-12-20T22:52:05.661Z[ helios-setup] Dec 20 22:52:04.317 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
30722024-12-20T22:52:06.049Z[ helios-setup] Dec 20 22:52:04.705 INFO E| Compiling openapiv3 v1.0.2
30732024-12-20T22:52:08.018Z[ helios-setup] Dec 20 22:52:06.673 INFO E| Compiling encoding_rs v0.8.32
30742024-12-20T22:52:08.288Z[ host-package] Compiling nibble_vec v0.1.0
30752024-12-20T22:52:08.712Z[ helios-setup] Dec 20 22:52:07.367 INFO E| Compiling either v1.8.0
30762024-12-20T22:52:09.040Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
30772024-12-20T22:52:09.524Z[ helios-setup] Dec 20 22:52:08.179 INFO E| Compiling project-root v0.2.2
30782024-12-20T22:52:10.108Z[ helios-setup] Dec 20 22:52:08.764 INFO E| Compiling mime v0.3.17
30792024-12-20T22:52:10.633Z[ host-package] Compiling atty v0.2.14
30802024-12-20T22:52:10.825Z[ host-package] Compiling salty v0.3.0
30812024-12-20T22:52:11.029Z[ host-package] Compiling endian-type v0.1.2
30822024-12-20T22:52:11.896Z[ host-package] Compiling http-range v0.1.5
30832024-12-20T22:52:12.136Z[ host-package] Compiling radix_trie v0.2.1
30842024-12-20T22:52:12.279Z[ helios-setup] Dec 20 22:52:10.934 INFO E| Compiling untrusted v0.7.1
30852024-12-20T22:52:13.033Z[ helios-setup] Dec 20 22:52:11.688 INFO E| Compiling spin v0.5.2
30862024-12-20T22:52:13.541Z[ helios-setup] Dec 20 22:52:12.196 INFO E| Compiling ipnet v2.7.2
30872024-12-20T22:52:14.252Z[ host-package] Compiling parking_lot v0.11.2
30882024-12-20T22:52:14.556Z[ helios-setup] Dec 20 22:52:13.211 INFO E| Compiling strsim v0.10.0
30892024-12-20T22:52:15.559Z[ helios-setup] Dec 20 22:52:14.214 INFO E| Compiling base64 v0.13.1
30902024-12-20T22:52:15.931Z[ helios-setup] Dec 20 22:52:14.584 INFO E| Compiling clap_lex v0.4.1
30912024-12-20T22:52:17.478Z[ helios-setup] Dec 20 22:52:16.132 INFO E| Compiling utf-8 v0.7.6
30922024-12-20T22:52:17.523Z[ helios-setup] Dec 20 22:52:16.176 INFO E| Compiling unsafe-libyaml v0.2.8
30932024-12-20T22:52:18.158Z[ helios-setup] Dec 20 22:52:16.813 INFO E| Compiling byteorder v1.4.3
30942024-12-20T22:52:18.361Z[ helios-setup] Dec 20 22:52:17.016 INFO E| Compiling clap_builder v4.2.1
30952024-12-20T22:52:19.893Z[ helios-setup] Dec 20 22:52:18.548 INFO E| Compiling tungstenite v0.18.0
30962024-12-20T22:52:20.042Z[ helios-setup] Dec 20 22:52:18.696 INFO E| Compiling reqwest v0.11.16
30972024-12-20T22:52:20.285Z[ helios-setup] Dec 20 22:52:18.939 INFO E| Compiling serde_yaml v0.9.21
30982024-12-20T22:52:21.262Z[ helios-setup] Dec 20 22:52:19.917 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
30992024-12-20T22:52:22.450Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31002024-12-20T22:52:27.848Z[ helios-setup] Dec 20 22:52:26.502 INFO E| Compiling rayon v1.6.1
31012024-12-20T22:52:28.890Z[ helios-setup] Dec 20 22:52:27.543 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
31022024-12-20T22:52:30.555Z[ helios-setup] Dec 20 22:52:29.208 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
31032024-12-20T22:52:33.230Z[ helios-setup] Dec 20 22:52:31.883 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
31042024-12-20T22:52:33.768Z[ helios-setup] Dec 20 22:52:32.421 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
31052024-12-20T22:52:34.449Z[ helios-setup] Dec 20 22:52:33.102 INFO E| Compiling clap_derive v4.2.0
31062024-12-20T22:52:36.082Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
31072024-12-20T22:52:39.271Z[ helios-setup] Dec 20 22:52:37.922 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
31082024-12-20T22:52:43.982Z[ helios-setup] Dec 20 22:52:42.633 INFO E| Compiling clap v4.2.1
31092024-12-20T22:52:46.222Z[ host-package] Compiling hyper-staticfile v0.10.1
31102024-12-20T22:52:46.460Z[ helios-setup] Dec 20 22:52:45.111 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
31112024-12-20T22:52:51.697Z[ host-package] Compiling sled v0.34.7
31122024-12-20T22:52:56.331Z[ helios-setup] Dec 20 22:52:54.981 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
31132024-12-20T22:52:59.626Z[ helios-setup] Dec 20 22:52:58.276 INFO E| Compiling tokio-tungstenite v0.18.0
31142024-12-20T22:53:01.050Z[ helios-setup] Dec 20 22:52:59.699 INFO E| Compiling smartstring v1.0.1
31152024-12-20T22:53:02.183Z[ helios-setup] Dec 20 22:53:00.832 INFO E| Compiling rustls v0.21.0
31162024-12-20T22:53:04.155Z[ helios-setup] Dec 20 22:53:02.804 INFO E| Compiling toml_datetime v0.6.1
31172024-12-20T22:53:05.813Z[ helios-setup] Dec 20 22:53:04.462 INFO E| Compiling serde_spanned v0.6.1
31182024-12-20T22:53:06.575Z[ helios-setup] Dec 20 22:53:05.224 INFO E| Compiling slog-async v2.7.0
31192024-12-20T22:53:07.972Z[ helios-setup] Dec 20 22:53:06.620 INFO E| Compiling match_cfg v0.1.0
31202024-12-20T22:53:08.466Z[ helios-setup] Dec 20 22:53:07.115 INFO E| Compiling async-trait v0.1.68
31212024-12-20T22:53:09.751Z[ helios-setup] Dec 20 22:53:08.399 INFO E| Compiling static_assertions v1.1.0
31222024-12-20T22:53:10.043Z[ helios-setup] Dec 20 22:53:08.691 INFO E| Compiling paste v1.0.12
31232024-12-20T22:53:11.322Z[ helios-setup] Dec 20 22:53:09.970 INFO E| Compiling winnow v0.4.1
31242024-12-20T22:53:13.049Z[ helios-setup] Dec 20 22:53:11.698 INFO E| Compiling camino v1.1.4
31252024-12-20T22:53:16.328Z[ helios-setup] Dec 20 22:53:14.976 INFO E| Compiling hostname v0.3.1
31262024-12-20T22:53:17.253Z[ helios-setup] Dec 20 22:53:15.901 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
31272024-12-20T22:53:17.646Z[ host-package] Compiling hickory-client v0.24.1
31282024-12-20T22:53:19.733Z[ helios-setup] Dec 20 22:53:18.380 INFO E| Compiling toml_edit v0.19.8
31292024-12-20T22:53:19.976Z[ helios-setup] Dec 20 22:53:18.623 INFO E| Compiling slog-json v2.6.1
31302024-12-20T22:53:20.639Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31312024-12-20T22:53:20.976Z[ helios-setup] Dec 20 22:53:19.624 INFO E| Compiling unicode-linebreak v0.1.4
31322024-12-20T22:53:22.235Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31332024-12-20T22:53:24.320Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31342024-12-20T22:53:24.787Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31352024-12-20T22:53:25.523Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
31362024-12-20T22:53:25.976Z[ helios-setup] Dec 20 22:53:24.623 INFO E| Compiling async-stream-impl v0.3.5
31372024-12-20T22:53:26.724Z[ helios-setup] Dec 20 22:53:25.371 INFO E| Compiling rhai_codegen v1.5.0
31382024-12-20T22:53:27.445Z[ host-package] Compiling hickory-server v0.24.1
31392024-12-20T22:53:28.880Z[ helios-setup] Dec 20 22:53:27.526 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
31402024-12-20T22:53:29.077Z[ host-package] Compiling primeorder v0.13.6
31412024-12-20T22:53:29.653Z[ helios-setup] Dec 20 22:53:28.299 INFO E| Compiling take_mut v0.2.2
31422024-12-20T22:53:30.451Z[ host-package] Compiling castaway v0.2.3
31432024-12-20T22:53:31.057Z[ host-package] Compiling vergen v8.3.2
31442024-12-20T22:53:31.371Z[ helios-setup] Dec 20 22:53:30.017 INFO E| Compiling async-stream v0.3.5
31452024-12-20T22:53:32.013Z[ host-package] Compiling env_filter v0.1.2
31462024-12-20T22:53:32.479Z[ helios-setup] Dec 20 22:53:31.124 INFO E| Compiling toml v0.7.3
31472024-12-20T22:53:32.564Z[ helios-setup] Dec 20 22:53:31.210 INFO E| Compiling rhai v1.14.0
31482024-12-20T22:53:33.579Z[ helios-setup] Dec 20 22:53:32.225 INFO E| Compiling slog-bunyan v2.4.0
31492024-12-20T22:53:33.683Z[ host-package] Compiling cargo-platform v0.1.8
31502024-12-20T22:53:34.945Z[ host-package] Compiling nanorand v0.7.0
31512024-12-20T22:53:35.125Z[ host-package] Compiling memoffset v0.9.1
31522024-12-20T22:53:36.442Z[ host-package] Compiling flume v0.11.1
31532024-12-20T22:53:36.742Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31542024-12-20T22:53:38.171Z[ host-package] Compiling cargo_metadata v0.18.1
31552024-12-20T22:53:39.505Z[ helios-setup] Dec 20 22:53:38.151 INFO E| Compiling rustls-pemfile v1.0.2
31562024-12-20T22:53:40.009Z[ helios-setup] Dec 20 22:53:38.654 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
31572024-12-20T22:53:40.708Z[ helios-setup] Dec 20 22:53:39.353 INFO E| Compiling serde_path_to_error v0.1.11
31582024-12-20T22:53:41.699Z[ helios-setup] Dec 20 22:53:40.344 INFO E| Compiling bincode v1.3.3
31592024-12-20T22:53:42.191Z[ host-package] Compiling env_logger v0.11.5
31602024-12-20T22:53:43.846Z[ helios-setup] Dec 20 22:53:42.491 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
31612024-12-20T22:53:44.293Z[ helios-setup] Dec 20 22:53:42.938 INFO E| Compiling terminal_size v0.2.6
31622024-12-20T22:53:44.468Z[ helios-setup] Dec 20 22:53:43.112 INFO E| Compiling smawk v0.3.1
31632024-12-20T22:53:44.945Z[ helios-setup] Dec 20 22:53:43.589 INFO E| Compiling textwrap v0.16.0
31642024-12-20T22:53:45.144Z[ host-package] Compiling compact_str v0.8.0
31652024-12-20T22:53:45.371Z[ host-package] Compiling p384 v0.13.0
31662024-12-20T22:53:50.426Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31672024-12-20T22:53:51.178Z[ helios-setup] Dec 20 22:53:49.822 INFO E| Compiling rustls-webpki v0.100.1
31682024-12-20T22:53:51.627Z[ host-package] Compiling git2 v0.19.0
31692024-12-20T22:53:52.755Z[ helios-setup] Dec 20 22:53:51.399 INFO E| Compiling sct v0.7.0
31702024-12-20T22:53:57.248Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31712024-12-20T22:53:57.549Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31722024-12-20T22:54:00.217Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31732024-12-20T22:54:03.643Z[ helios-setup] Dec 20 22:54:02.285 INFO E| Compiling tokio-rustls v0.24.0
31742024-12-20T22:54:04.528Z[ helios-setup] Dec 20 22:54:03.167 INFO E| Compiling git2 v0.16.1
31752024-12-20T22:54:04.643Z[ host-package] Compiling unicode-truncate v1.1.0
31762024-12-20T22:54:05.085Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
31772024-12-20T22:54:09.651Z[ host-package] Compiling lru v0.12.5
31782024-12-20T22:54:09.941Z[ host-package] Compiling rand_seeder v0.3.0
31792024-12-20T22:54:10.172Z[ host-package] Compiling libsqlite3-sys v0.30.1
31802024-12-20T22:54:10.371Z[ host-package] Compiling lzma-sys v0.1.20
31812024-12-20T22:54:10.971Z[ host-package] Compiling instability v0.3.2
31822024-12-20T22:54:11.027Z[ host-package] Compiling cfg_aliases v0.2.1
31832024-12-20T22:54:11.333Z[ host-package] Compiling cassowary v0.3.0
31842024-12-20T22:54:11.397Z[ host-package] Compiling rustls v0.21.12
31852024-12-20T22:54:11.859Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
31862024-12-20T22:54:12.615Z[ host-package] Compiling nix v0.29.0
31872024-12-20T22:54:12.700Z[ host-package] Compiling ratatui v0.28.1
31882024-12-20T22:54:13.126Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31892024-12-20T22:54:13.934Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31902024-12-20T22:54:15.046Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31912024-12-20T22:54:15.680Z[ helios-setup] Dec 20 22:54:14.321 INFO E| Compiling built v0.6.0
31922024-12-20T22:54:16.672Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31932024-12-20T22:54:17.426Z[ helios-setup] Dec 20 22:54:16.066 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
31942024-12-20T22:54:18.158Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31952024-12-20T22:54:18.738Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
31962024-12-20T22:54:19.331Z[ helios-setup] Dec 20 22:54:17.972 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
31972024-12-20T22:54:20.230Z[ helios-setup] Dec 20 22:54:18.870 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
31982024-12-20T22:54:21.526Z[ host-package] Compiling sct v0.7.1
31992024-12-20T22:54:22.803Z[ host-package] Compiling rustls-webpki v0.101.7
32002024-12-20T22:54:22.903Z[ host-package] Compiling heck v0.3.3
32012024-12-20T22:54:23.610Z[ host-package] Compiling csv-core v0.1.11
32022024-12-20T22:54:23.680Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
32032024-12-20T22:54:24.343Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
32042024-12-20T22:54:25.077Z[ host-package] Compiling glob v0.3.1
32052024-12-20T22:54:25.955Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32062024-12-20T22:54:29.872Z[ host-package] Compiling csv v1.3.0
32072024-12-20T22:54:32.589Z[ helios-setup] Dec 20 22:54:31.228 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
32082024-12-20T22:54:33.281Z[ host-package] Compiling zone_cfg_derive v0.1.2
32092024-12-20T22:54:35.313Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
32102024-12-20T22:54:38.978Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
32112024-12-20T22:54:41.880Z[ host-package] Compiling nix v0.27.1
32122024-12-20T22:54:42.170Z[ helios-setup] Dec 20 22:54:40.808 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
32132024-12-20T22:54:47.240Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32142024-12-20T22:54:48.005Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32152024-12-20T22:55:02.478Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
32162024-12-20T22:55:05.071Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
32172024-12-20T22:55:06.107Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32182024-12-20T22:55:06.558Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32192024-12-20T22:55:13.053Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32202024-12-20T22:55:13.970Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32212024-12-20T22:55:14.839Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32222024-12-20T22:55:15.076Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32232024-12-20T22:55:15.695Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32242024-12-20T22:55:17.314Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32252024-12-20T22:55:18.490Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
32262024-12-20T22:55:18.799Z[ host-package] Compiling hashlink v0.9.1
32272024-12-20T22:55:20.061Z[ host-package] Compiling tungstenite v0.23.0
32282024-12-20T22:55:20.822Z[ host-package] Compiling base64 v0.13.1
32292024-12-20T22:55:22.126Z[ host-package] Compiling fallible-iterator v0.3.0
32302024-12-20T22:55:22.542Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
32312024-12-20T22:55:23.062Z[ host-package] Compiling tokio-tungstenite v0.23.1
32322024-12-20T22:55:23.329Z[ host-package] Compiling rusqlite v0.32.1
32332024-12-20T22:55:23.929Z[ host-package] Compiling ron v0.7.1
32342024-12-20T22:55:26.677Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
32352024-12-20T22:55:26.689Z[ helios-setup] Dec 20 22:55:25.318 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
32362024-12-20T22:55:27.445Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32372024-12-20T22:55:29.253Z[ host-package] Compiling xz2 v0.1.7
32382024-12-20T22:55:31.075Z[ host-package] Compiling zone v0.1.8
32392024-12-20T22:55:34.561Z[ host-package] Compiling tokio-rustls v0.24.1
32402024-12-20T22:55:35.169Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32412024-12-20T22:55:38.813Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32422024-12-20T22:55:48.629Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
32432024-12-20T22:55:52.283Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32442024-12-20T22:55:53.598Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32452024-12-20T22:55:59.786Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32462024-12-20T22:55:59.996Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32472024-12-20T22:56:05.422Z[ host-package] Compiling rustls-pemfile v1.0.4
32482024-12-20T22:56:06.653Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32492024-12-20T22:56:06.937Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32502024-12-20T22:56:07.537Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
32512024-12-20T22:56:08.083Z[ host-package] Compiling signal-hook-tokio v0.3.1
32522024-12-20T22:56:08.615Z[ host-package] Compiling twox-hash v1.6.3
32532024-12-20T22:56:10.594Z[ host-package] Compiling yasna v0.5.2
32542024-12-20T22:56:15.399Z[ host-package] Compiling smawk v0.3.2
32552024-12-20T22:56:16.076Z[ host-package] Compiling unicode-linebreak v0.1.5
32562024-12-20T22:56:16.293Z[ host-package] Compiling is_ci v1.2.0
32572024-12-20T22:56:16.974Z[ host-package] Compiling supports-color v3.0.1
32582024-12-20T22:56:17.099Z[ host-package] Compiling textwrap v0.16.1
32592024-12-20T22:56:17.283Z[ host-package] Compiling rcgen v0.12.1
32602024-12-20T22:56:23.246Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32612024-12-20T22:56:29.920Z[ helios-setup] Dec 20 22:56:28.546 INFO E| Finished `release` profile [optimized] target(s) in 6m 43s
32622024-12-20T22:56:30.058Z[ helios-setup] Dec 20 22:56:28.683 INFO building project "pilot" ok (404 seconds)
32632024-12-20T22:56:30.061Z[ helios-setup] Dec 20 22:56:28.684 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
32642024-12-20T22:56:30.061Z[ helios-setup] Dec 20 22:56:28.684 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
32652024-12-20T22:56:30.067Z[ helios-setup] Dec 20 22:56:28.693 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
32662024-12-20T22:56:30.254Z[ helios-setup] Dec 20 22:56:28.880 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
32672024-12-20T22:56:30.259Z[ helios-setup] Dec 20 22:56:28.880 INFO E| info: downloading component 'cargo'
32682024-12-20T22:56:31.689Z[ helios-setup] Dec 20 22:56:30.314 INFO E| info: downloading component 'clippy'
32692024-12-20T22:56:31.842Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32702024-12-20T22:56:32.073Z[ helios-setup] Dec 20 22:56:30.699 INFO E| info: downloading component 'rust-docs'
32712024-12-20T22:56:32.466Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32722024-12-20T22:56:33.127Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
32732024-12-20T22:56:33.732Z[ helios-setup] Dec 20 22:56:31.904 INFO E| info: downloading component 'rust-src'
32742024-12-20T22:56:33.743Z[ helios-setup] Dec 20 22:56:32.065 INFO E| info: downloading component 'rust-std'
32752024-12-20T22:56:35.425Z[ helios-setup] Dec 20 22:56:34.050 INFO E| info: downloading component 'rustc'
32762024-12-20T22:56:40.227Z[ helios-setup] Dec 20 22:56:38.852 INFO E| info: downloading component 'rustfmt'
32772024-12-20T22:56:40.428Z[ helios-setup] Dec 20 22:56:39.052 INFO E| info: installing component 'cargo'
32782024-12-20T22:56:41.807Z[ helios-setup] Dec 20 22:56:40.432 INFO E| info: installing component 'clippy'
32792024-12-20T22:56:41.886Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32802024-12-20T22:56:42.272Z[ helios-setup] Dec 20 22:56:40.896 INFO E| info: installing component 'rust-docs'
32812024-12-20T22:56:48.470Z[ helios-setup] Dec 20 22:56:47.094 INFO E| info: installing component 'rust-src'
32822024-12-20T22:56:49.590Z[ helios-setup] Dec 20 22:56:48.214 INFO E| info: installing component 'rust-std'
32832024-12-20T22:56:52.149Z[ helios-setup] Dec 20 22:56:50.772 INFO E| info: installing component 'rustc'
32842024-12-20T22:56:56.874Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32852024-12-20T22:56:58.306Z[ helios-setup] Dec 20 22:56:56.929 INFO E| info: installing component 'rustfmt'
32862024-12-20T22:56:59.208Z[ helios-setup] Dec 20 22:56:57.830 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
32872024-12-20T22:57:00.171Z[ helios-setup] Dec 20 22:56:58.793 INFO E| From https://github.com/oxidecomputer/amd-apcb
32882024-12-20T22:57:00.171Z[ helios-setup] Dec 20 22:56:58.793 INFO E| * [new ref] fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 -> refs/commit/fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9
32892024-12-20T22:57:00.171Z[ helios-setup] Dec 20 22:56:58.793 INFO E| * [new tag] v0.4.3 -> v0.4.3
32902024-12-20T22:57:00.202Z[ helios-setup] Dec 20 22:56:58.825 INFO E| * [new tag] v0.1.3 -> v0.1.3
32912024-12-20T22:57:00.203Z[ helios-setup] Dec 20 22:56:58.825 INFO E| * [new tag] v0.1.4 -> v0.1.4
32922024-12-20T22:57:00.205Z[ helios-setup] Dec 20 22:56:58.825 INFO E| * [new tag] v0.1.5 -> v0.1.5
32932024-12-20T22:57:00.205Z[ helios-setup] Dec 20 22:56:58.825 INFO E| * [new tag] v0.2.0 -> v0.2.0
32942024-12-20T22:57:00.205Z[ helios-setup] Dec 20 22:56:58.826 INFO E| * [new tag] v0.3.0 -> v0.3.0
32952024-12-20T22:57:00.205Z[ helios-setup] Dec 20 22:56:58.826 INFO E| * [new tag] v0.3.1 -> v0.3.1
32962024-12-20T22:57:00.205Z[ helios-setup] Dec 20 22:56:58.826 INFO E| * [new tag] v0.3.2 -> v0.3.2
32972024-12-20T22:57:00.205Z[ helios-setup] Dec 20 22:56:58.826 INFO E| * [new tag] v0.3.3 -> v0.3.3
32982024-12-20T22:57:00.205Z[ helios-setup] Dec 20 22:56:58.826 INFO E| * [new tag] v0.4.0 -> v0.4.0
32992024-12-20T22:57:00.205Z[ helios-setup] Dec 20 22:56:58.826 INFO E| * [new tag] v0.4.1 -> v0.4.1
33002024-12-20T22:57:00.205Z[ helios-setup] Dec 20 22:56:58.826 INFO E| * [new tag] v0.4.2 -> v0.4.2
33012024-12-20T22:57:00.259Z[ helios-setup] Dec 20 22:56:58.881 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
33022024-12-20T22:57:01.269Z[ helios-setup] Dec 20 22:56:59.892 INFO E| From https://github.com/oxidecomputer/amd-efs
33032024-12-20T22:57:01.269Z[ helios-setup] Dec 20 22:56:59.892 INFO E| * [new branch] empty -> origin/empty
33042024-12-20T22:57:01.269Z[ helios-setup] Dec 20 22:56:59.892 INFO E| * [new branch] issue-99 -> origin/issue-99
33052024-12-20T22:57:01.273Z[ helios-setup] Dec 20 22:56:59.892 INFO E| * [new branch] main -> origin/main
33062024-12-20T22:57:01.273Z[ helios-setup] Dec 20 22:56:59.892 INFO E| * [new branch] review -> origin/review
33072024-12-20T22:57:01.273Z[ helios-setup] Dec 20 22:56:59.892 INFO E| * [new ref] -> origin/HEAD
33082024-12-20T22:57:01.273Z[ helios-setup] Dec 20 22:56:59.892 INFO E| * [new tag] v0.2.0 -> v0.2.0
33092024-12-20T22:57:01.273Z[ helios-setup] Dec 20 22:56:59.893 INFO E| * [new tag] v0.2.1 -> v0.2.1
33102024-12-20T22:57:01.273Z[ helios-setup] Dec 20 22:56:59.893 INFO E| * [new tag] v0.2.2 -> v0.2.2
33112024-12-20T22:57:01.273Z[ helios-setup] Dec 20 22:56:59.893 INFO E| * [new tag] v0.2.3 -> v0.2.3
33122024-12-20T22:57:01.273Z[ helios-setup] Dec 20 22:56:59.893 INFO E| * [new tag] v0.2.4 -> v0.2.4
33132024-12-20T22:57:01.273Z[ helios-setup] Dec 20 22:56:59.893 INFO E| * [new tag] v0.2.5 -> v0.2.5
33142024-12-20T22:57:01.273Z[ helios-setup] Dec 20 22:56:59.893 INFO E| * [new tag] v0.2.6 -> v0.2.6
33152024-12-20T22:57:01.274Z[ helios-setup] Dec 20 22:56:59.893 INFO E| * [new tag] v0.2.7 -> v0.2.7
33162024-12-20T22:57:01.274Z[ helios-setup] Dec 20 22:56:59.893 INFO E| * [new tag] v0.3.0 -> v0.3.0
33172024-12-20T22:57:01.274Z[ helios-setup] Dec 20 22:56:59.893 INFO E| * [new tag] v0.3.1 -> v0.3.1
33182024-12-20T22:57:01.274Z[ helios-setup] Dec 20 22:56:59.894 INFO E| * [new tag] v0.4.0 -> v0.4.0
33192024-12-20T22:57:01.274Z[ helios-setup] Dec 20 22:56:59.894 INFO E| * [new tag] v0.4.1 -> v0.4.1
33202024-12-20T22:57:01.274Z[ helios-setup] Dec 20 22:56:59.894 INFO E| * [new tag] v0.4.2 -> v0.4.2
33212024-12-20T22:57:01.274Z[ helios-setup] Dec 20 22:56:59.894 INFO E| * [new tag] v0.4.3 -> v0.4.3
33222024-12-20T22:57:01.296Z[ helios-setup] Dec 20 22:56:59.918 INFO E| Updating crates.io index
33232024-12-20T22:57:01.513Z[ helios-setup] Dec 20 22:57:00.135 INFO E| Downloading crates ...
33242024-12-20T22:57:01.653Z[ helios-setup] Dec 20 22:57:00.275 INFO E| Downloaded unic-char-property v0.9.0
33252024-12-20T22:57:01.657Z[ helios-setup] Dec 20 22:57:00.280 INFO E| Downloaded vec_map v0.8.2
33262024-12-20T22:57:01.659Z[ helios-setup] Dec 20 22:57:00.281 INFO E| Downloaded memoffset v0.5.6
33272024-12-20T22:57:01.662Z[ helios-setup] Dec 20 22:57:00.283 INFO E| Downloaded unic-common v0.9.0
33282024-12-20T22:57:01.664Z[ helios-setup] Dec 20 22:57:00.285 INFO E| Downloaded unic-ucd-version v0.9.0
33292024-12-20T22:57:01.664Z[ helios-setup] Dec 20 22:57:00.286 INFO E| Downloaded unic-char-range v0.9.0
33302024-12-20T22:57:01.666Z[ helios-setup] Dec 20 22:57:00.289 INFO E| Downloaded scroll_derive v0.10.5
33312024-12-20T22:57:01.669Z[ helios-setup] Dec 20 22:57:00.290 INFO E| Downloaded strum v0.23.0
33322024-12-20T22:57:01.669Z[ helios-setup] Dec 20 22:57:00.292 INFO E| Downloaded pest_derive v2.7.13
33332024-12-20T22:57:01.691Z[ helios-setup] Dec 20 22:57:00.314 INFO E| Downloaded thiserror v1.0.64
33342024-12-20T22:57:01.700Z[ helios-setup] Dec 20 22:57:00.323 INFO E| Downloaded strsim v0.8.0
33352024-12-20T22:57:01.703Z[ helios-setup] Dec 20 22:57:00.325 INFO E| Downloaded semver-parser v0.7.0
33362024-12-20T22:57:01.705Z[ helios-setup] Dec 20 22:57:00.326 INFO E| Downloaded semver v0.9.0
33372024-12-20T22:57:01.707Z[ helios-setup] Dec 20 22:57:00.329 INFO E| Downloaded pre-proc-macro v0.2.1
33382024-12-20T22:57:01.710Z[ helios-setup] Dec 20 22:57:00.332 INFO E| Downloaded unic-ucd-ident v0.9.0
33392024-12-20T22:57:01.714Z[ helios-setup] Dec 20 22:57:00.335 INFO E| Downloaded thiserror-impl v1.0.64
33402024-12-20T22:57:01.717Z[ helios-setup] Dec 20 22:57:00.337 INFO E| Downloaded pest_meta v2.7.13
33412024-12-20T22:57:01.720Z[ helios-setup] Dec 20 22:57:00.340 INFO E| Downloaded scroll v0.10.2
33422024-12-20T22:57:01.722Z[ helios-setup] Dec 20 22:57:00.343 INFO E| Downloaded structopt v0.3.26
33432024-12-20T22:57:01.732Z[ helios-setup] Dec 20 22:57:00.354 INFO E| Downloaded serde v1.0.210
33442024-12-20T22:57:01.808Z[ helios-setup] Dec 20 22:57:00.430 INFO E| Downloaded pest v2.7.13
33452024-12-20T22:57:01.817Z[ helios-setup] Dec 20 22:57:00.439 INFO E| Downloaded serde_json v1.0.128
33462024-12-20T22:57:01.829Z[ helios-setup] Dec 20 22:57:00.451 INFO E| Downloaded clap v2.34.0
33472024-12-20T22:57:01.839Z[ helios-setup] Dec 20 22:57:00.462 INFO E| Downloaded syn v2.0.79
33482024-12-20T22:57:01.858Z[ helios-setup] Dec 20 22:57:00.481 INFO E| Downloaded goblin v0.4.3
33492024-12-20T22:57:01.867Z[ helios-setup] Dec 20 22:57:00.490 INFO E| Downloaded libc v0.2.159
33502024-12-20T22:57:01.914Z[ helios-setup] Dec 20 22:57:00.537 INFO E| Downloaded serde_derive v1.0.210
33512024-12-20T22:57:01.918Z[ helios-setup] Dec 20 22:57:00.541 INFO E| Downloaded ansi_term v0.12.1
33522024-12-20T22:57:01.921Z[ helios-setup] Dec 20 22:57:00.544 INFO E| Downloaded once_cell v1.20.1
33532024-12-20T22:57:01.926Z[ helios-setup] Dec 20 22:57:00.547 INFO E| Downloaded pre v0.2.1
33542024-12-20T22:57:01.929Z[ helios-setup] Dec 20 22:57:00.549 INFO E| Downloaded textwrap v0.11.0
33552024-12-20T22:57:01.931Z[ helios-setup] Dec 20 22:57:00.551 INFO E| Downloaded strum_macros v0.23.1
33562024-12-20T22:57:01.934Z[ helios-setup] Dec 20 22:57:00.554 INFO E| Downloaded structopt-derive v0.4.18
33572024-12-20T22:57:01.934Z[ helios-setup] Dec 20 22:57:00.556 INFO E| Downloaded rustc_version v0.2.3
33582024-12-20T22:57:01.936Z[ helios-setup] Dec 20 22:57:00.557 INFO E| Downloaded proc-macro-crate v0.1.5
33592024-12-20T22:57:01.939Z[ helios-setup] Dec 20 22:57:00.559 INFO E| Downloaded pest_generator v2.7.13
33602024-12-20T22:57:01.939Z[ helios-setup] Dec 20 22:57:00.561 INFO E| Downloaded parse_int v0.6.0
33612024-12-20T22:57:01.942Z[ helios-setup] Dec 20 22:57:00.561 INFO E| Downloaded modular-bitfield-impl v0.11.2
33622024-12-20T22:57:01.942Z[ helios-setup] Dec 20 22:57:00.563 INFO E| Downloaded modular-bitfield v0.11.2
33632024-12-20T22:57:01.958Z[ helios-setup] Dec 20 22:57:00.580 INFO E| Downloaded four-cc v0.3.0
33642024-12-20T22:57:01.961Z[ helios-setup] Dec 20 22:57:00.582 INFO E| Downloaded fletcher v0.1.0
33652024-12-20T22:57:01.963Z[ helios-setup] Dec 20 22:57:00.583 INFO E| Downloaded cfg-if v0.1.10
33662024-12-20T22:57:01.963Z[ helios-setup] Dec 20 22:57:00.585 INFO E| Downloaded bytesize v1.3.0
33672024-12-20T22:57:02.094Z[ helios-setup] Dec 20 22:57:00.716 INFO E| Compiling proc-macro2 v1.0.86
33682024-12-20T22:57:02.102Z[ helios-setup] Dec 20 22:57:00.724 INFO E| Compiling unicode-ident v1.0.13
33692024-12-20T22:57:02.105Z[ helios-setup] Dec 20 22:57:00.726 INFO E| Compiling syn v1.0.109
33702024-12-20T22:57:02.105Z[ helios-setup] Dec 20 22:57:00.726 INFO E| Compiling version_check v0.9.5
33712024-12-20T22:57:02.108Z[ helios-setup] Dec 20 22:57:00.726 INFO E| Compiling memchr v2.7.4
33722024-12-20T22:57:02.108Z[ helios-setup] Dec 20 22:57:00.726 INFO E| Compiling thiserror v1.0.64
33732024-12-20T22:57:02.108Z[ helios-setup] Dec 20 22:57:00.726 INFO E| Compiling semver-parser v0.7.0
33742024-12-20T22:57:02.108Z[ helios-setup] Dec 20 22:57:00.726 INFO E| Compiling autocfg v1.4.0
33752024-12-20T22:57:02.303Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33762024-12-20T22:57:02.548Z[ helios-setup] Dec 20 22:57:01.170 INFO E| Compiling serde v1.0.210
33772024-12-20T22:57:03.235Z[ helios-setup] Dec 20 22:57:01.857 INFO E| Compiling semver v0.9.0
33782024-12-20T22:57:03.646Z[ helios-setup] Dec 20 22:57:02.269 INFO E| Compiling proc-macro-error-attr v1.0.4
33792024-12-20T22:57:04.070Z[ helios-setup] Dec 20 22:57:02.692 INFO E| Compiling rustc_version v0.2.3
33802024-12-20T22:57:04.143Z[ helios-setup] Dec 20 22:57:02.764 INFO E| Compiling proc-macro-error v1.0.4
33812024-12-20T22:57:04.336Z[ helios-setup] Dec 20 22:57:02.958 INFO E| Compiling serde_json v1.0.128
33822024-12-20T22:57:04.498Z[ helios-setup] Dec 20 22:57:03.120 INFO E| Compiling num-traits v0.2.19
33832024-12-20T22:57:04.685Z[ helios-setup] Dec 20 22:57:03.307 INFO E| Compiling unicode-segmentation v1.12.0
33842024-12-20T22:57:05.041Z[ helios-setup] Dec 20 22:57:03.663 INFO E| Compiling ryu v1.0.18
33852024-12-20T22:57:05.090Z[ helios-setup] Dec 20 22:57:03.712 INFO E| Compiling itoa v1.0.11
33862024-12-20T22:57:05.118Z[ helios-setup] Dec 20 22:57:03.740 INFO E| Compiling schemars v0.8.21
33872024-12-20T22:57:05.501Z[ helios-setup] Dec 20 22:57:04.120 INFO E| Compiling pre-proc-macro v0.2.1
33882024-12-20T22:57:05.617Z[ helios-setup] Dec 20 22:57:04.238 INFO E| Compiling memoffset v0.5.6
33892024-12-20T22:57:05.750Z[ helios-setup] Dec 20 22:57:04.372 INFO E| Compiling lazy_static v1.5.0
33902024-12-20T22:57:05.838Z[ helios-setup] Dec 20 22:57:04.460 INFO E| Compiling quote v1.0.37
33912024-12-20T22:57:05.859Z[ helios-setup] Dec 20 22:57:04.479 INFO E| Compiling ucd-trie v0.1.7
33922024-12-20T22:57:05.993Z[ helios-setup] Dec 20 22:57:04.615 INFO E| Compiling heck v0.3.3
33932024-12-20T22:57:06.223Z[ helios-setup] Dec 20 22:57:04.845 INFO E| Compiling paste v1.0.15
33942024-12-20T22:57:06.341Z[ helios-setup] Dec 20 22:57:04.963 INFO E| Compiling dyn-clone v1.0.17
33952024-12-20T22:57:06.692Z[ helios-setup] Dec 20 22:57:05.314 INFO E| Compiling syn v2.0.79
33962024-12-20T22:57:06.837Z[ helios-setup] Dec 20 22:57:05.459 INFO E| Compiling rustversion v1.0.17
33972024-12-20T22:57:07.263Z[ helios-setup] Dec 20 22:57:05.885 INFO E| Compiling libc v0.2.159
33982024-12-20T22:57:07.686Z[ helios-setup] Dec 20 22:57:06.307 INFO E| Compiling pre v0.2.1
33992024-12-20T22:57:08.612Z[ helios-setup] Dec 20 22:57:07.234 INFO E| Compiling cfg-if v0.1.10
34002024-12-20T22:57:08.707Z[ helios-setup] Dec 20 22:57:07.328 INFO E| Compiling once_cell v1.20.1
34012024-12-20T22:57:08.848Z[ helios-setup] Dec 20 22:57:07.470 INFO E| Compiling byteorder v1.5.0
34022024-12-20T22:57:08.895Z[ helios-setup] Dec 20 22:57:07.517 INFO E| Compiling static_assertions v1.1.0
34032024-12-20T22:57:09.806Z[ helios-setup] Dec 20 22:57:08.428 INFO E| Compiling unicode-width v0.1.14
34042024-12-20T22:57:10.811Z[ helios-setup] Dec 20 22:57:09.433 INFO E| Compiling textwrap v0.11.0
34052024-12-20T22:57:10.884Z[ helios-setup] Dec 20 22:57:09.506 INFO E| Compiling atty v0.2.14
34062024-12-20T22:57:11.072Z[ helios-setup] Dec 20 22:57:09.693 INFO E| Compiling strum v0.23.0
34072024-12-20T22:57:11.396Z[ helios-setup] Dec 20 22:57:10.017 INFO E| Compiling vec_map v0.8.2
34082024-12-20T22:57:11.937Z[ helios-setup] Dec 20 22:57:10.558 INFO E| Compiling parse_int v0.6.0
34092024-12-20T22:57:12.016Z[ helios-setup] Dec 20 22:57:10.637 INFO E| Compiling bitflags v1.3.2
34102024-12-20T22:57:12.071Z[ helios-setup] Dec 20 22:57:10.691 INFO E| Compiling ansi_term v0.12.1
34112024-12-20T22:57:12.140Z[ helios-setup] Dec 20 22:57:10.761 INFO E| Compiling strsim v0.8.0
34122024-12-20T22:57:12.191Z[ helios-setup] Dec 20 22:57:10.812 INFO E| Compiling unic-char-range v0.9.0
34132024-12-20T22:57:12.319Z[ helios-setup] Dec 20 22:57:10.940 INFO E| Compiling unic-common v0.9.0
34142024-12-20T22:57:12.347Z[ helios-setup] Dec 20 22:57:10.968 INFO E| Compiling fletcher v0.1.0
34152024-12-20T22:57:12.562Z[ helios-setup] Dec 20 22:57:11.183 INFO E| Compiling unic-ucd-version v0.9.0
34162024-12-20T22:57:12.585Z[ helios-setup] Dec 20 22:57:11.206 INFO E| Compiling unic-char-property v0.9.0
34172024-12-20T22:57:12.631Z[ helios-setup] Dec 20 22:57:11.253 INFO E| Compiling log v0.4.22
34182024-12-20T22:57:12.663Z[ helios-setup] Dec 20 22:57:11.284 INFO E| Compiling plain v0.2.3
34192024-12-20T22:57:12.868Z[ helios-setup] Dec 20 22:57:11.489 INFO E| Compiling clap v2.34.0
34202024-12-20T22:57:13.065Z[ helios-setup] Dec 20 22:57:11.686 INFO E| Compiling unic-ucd-ident v0.9.0
34212024-12-20T22:57:13.187Z[ helios-setup] Dec 20 22:57:11.807 INFO E| Compiling bytesize v1.3.0
34222024-12-20T22:57:14.879Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34232024-12-20T22:57:15.315Z[ helios-setup] Dec 20 22:57:13.936 INFO E| Compiling serde_derive_internals v0.29.1
34242024-12-20T22:57:15.987Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
34252024-12-20T22:57:17.464Z[ helios-setup] Dec 20 22:57:16.084 INFO E| Compiling toml v0.5.11
34262024-12-20T22:57:21.255Z[ helios-setup] Dec 20 22:57:19.680 INFO E| Compiling proc-macro-crate v0.1.5
34272024-12-20T22:57:21.595Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
34282024-12-20T22:57:22.109Z[ helios-setup] Dec 20 22:57:20.729 INFO E| Compiling thiserror-impl v1.0.64
34292024-12-20T22:57:22.192Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
34302024-12-20T22:57:22.498Z[ helios-setup] Dec 20 22:57:21.118 INFO E| Compiling serde_derive v1.0.210
34312024-12-20T22:57:23.021Z[ helios-setup] Dec 20 22:57:21.641 INFO E| Compiling schemars_derive v0.8.21
34322024-12-20T22:57:23.569Z[ helios-setup] Dec 20 22:57:22.188 INFO E| Compiling zerocopy-derive v0.6.6
34332024-12-20T22:57:23.789Z[ helios-setup] Dec 20 22:57:22.408 INFO E| Compiling num-derive v0.4.2
34342024-12-20T22:57:26.868Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34352024-12-20T22:57:27.220Z[ helios-setup] Dec 20 22:57:25.840 INFO E| Compiling modular-bitfield-impl v0.11.2
34362024-12-20T22:57:27.683Z[ helios-setup] Dec 20 22:57:26.303 INFO E| Compiling zerocopy v0.6.6
34372024-12-20T22:57:28.089Z[ helios-setup] Dec 20 22:57:26.708 INFO E| Compiling pest v2.7.13
34382024-12-20T22:57:28.140Z[ helios-setup] Dec 20 22:57:26.759 INFO E| Compiling strum_macros v0.23.1
34392024-12-20T22:57:28.760Z[ helios-setup] Dec 20 22:57:27.380 INFO E| Compiling scroll_derive v0.10.5
34402024-12-20T22:57:29.467Z[ helios-setup] Dec 20 22:57:28.086 INFO E| Compiling structopt-derive v0.4.18
34412024-12-20T22:57:32.336Z[ helios-setup] Dec 20 22:57:30.953 INFO E| Compiling scroll v0.10.2
34422024-12-20T22:57:33.356Z[ helios-setup] Dec 20 22:57:31.975 INFO E| Compiling pest_meta v2.7.13
34432024-12-20T22:57:33.450Z[ helios-setup] Dec 20 22:57:32.069 INFO E| Compiling modular-bitfield v0.11.2
34442024-12-20T22:57:33.658Z[ helios-setup] Dec 20 22:57:32.276 INFO E| Compiling goblin v0.4.3
34452024-12-20T22:57:35.242Z[ host-package] Compiling fatfs v0.3.6
34462024-12-20T22:57:35.269Z[ helios-setup] Dec 20 22:57:33.888 INFO E| Compiling structopt v0.3.26
34472024-12-20T22:57:35.585Z[ helios-setup] Dec 20 22:57:34.204 INFO E| Compiling pest_generator v2.7.13
34482024-12-20T22:57:39.452Z[ host-package] Compiling subprocess v0.2.9
34492024-12-20T22:57:40.112Z[ helios-setup] Dec 20 22:57:38.730 INFO E| Compiling pest_derive v2.7.13
34502024-12-20T22:57:44.255Z[ host-package] Compiling rtoolbox v0.0.2
34512024-12-20T22:57:44.703Z[ helios-setup] Dec 20 22:57:43.320 INFO E| Compiling json5 v0.4.1
34522024-12-20T22:57:45.077Z[ host-package] Compiling assert_matches v1.5.0
34532024-12-20T22:57:45.793Z[ host-package] Compiling rpassword v7.3.1
34542024-12-20T22:57:46.572Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34552024-12-20T22:57:47.749Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
34562024-12-20T22:57:48.679Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34572024-12-20T22:57:50.260Z[ helios-setup] Dec 20 22:57:48.877 INFO E| Compiling four-cc v0.3.0
34582024-12-20T22:57:50.260Z[ helios-setup] Dec 20 22:57:48.877 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0)
34592024-12-20T22:57:50.436Z[ helios-setup] Dec 20 22:57:49.053 INFO E| Compiling amd-apcb v0.4.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.3#fc35d39d)
34602024-12-20T22:57:56.583Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
34612024-12-20T22:57:57.746Z[ host-package] Compiling tui-tree-widget v0.22.0
34622024-12-20T22:57:58.464Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34632024-12-20T22:57:59.731Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
34642024-12-20T22:58:00.190Z[ host-package] Compiling uzers v0.12.1
34652024-12-20T22:58:03.774Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
34662024-12-20T22:58:14.360Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34672024-12-20T22:58:16.938Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
34682024-12-20T22:58:34.145Z[ helios-setup] Dec 20 22:58:32.757 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
34692024-12-20T22:58:44.056Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
34702024-12-20T22:58:53.122Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
34712024-12-20T22:58:53.936Z[ helios-setup] Dec 20 22:58:52.546 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
34722024-12-20T22:58:56.692Z[ host-package] Compiling multimap v0.10.0
34732024-12-20T22:59:49.524Z[ helios-setup] Dec 20 22:59:48.127 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 50s
34742024-12-20T22:59:49.564Z[ helios-setup] Dec 20 22:59:48.167 INFO building project "amd-host-image-builder" ok (199 seconds)
34752024-12-20T22:59:49.566Z[ helios-setup] rm -f helios-build
34762024-12-20T22:59:49.569Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
34772024-12-20T22:59:49.572Z[ helios-setup]
34782024-12-20T22:59:49.574Z[ helios-setup] Setup complete! ./helios-build is now available.
34792024-12-20T22:59:49.577Z[ helios-setup]
34802024-12-20T22:59:49.577Z[ helios-setup]
34812024-12-20T22:59:49.577Z[ helios-setup] real 12:17.921839709
34822024-12-20T22:59:49.577Z[ helios-setup] user 29:21.414397722
34832024-12-20T22:59:49.577Z[ helios-setup] sys 3:37.920674386
34842024-12-20T22:59:49.577Z[ helios-setup] trap 1.798259833
34852024-12-20T22:59:49.577Z[ helios-setup] tflt 6.932137078
34862024-12-20T22:59:49.577Z[ helios-setup] dflt 36.509298527
34872024-12-20T22:59:49.577Z[ helios-setup] kflt 0.025974942
34882024-12-20T22:59:49.577Z[ helios-setup] lock 2:08:27.359824767
34892024-12-20T22:59:49.577Z[ helios-setup] slp 3:49:44.891810543
34902024-12-20T22:59:49.577Z[ helios-setup] lat 33:37.319457223
34912024-12-20T22:59:49.577Z[ helios-setup] stop 3:58.034035302
34922024-12-20T22:59:49.577ZDec 20 22:59:48.181 INFO [helios-setup] process exited with exit status: 0 (737.92755082s)
34932024-12-20T22:59:49.580ZDec 20 22:59:48.181 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
34942024-12-20T22:59:49.605Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos'
34952024-12-20T22:59:49.849Z[ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26)
34962024-12-20T22:59:49.849Z[ phbl-toolchain] info: downloading component 'cargo'
34972024-12-20T22:59:50.758Z[ phbl-toolchain] info: downloading component 'clippy'
34982024-12-20T22:59:51.171Z[ phbl-toolchain] info: downloading component 'llvm-tools'
34992024-12-20T22:59:55.871Z[ phbl-toolchain] info: downloading component 'miri'
35002024-12-20T22:59:56.024Z[ phbl-toolchain] info: downloading component 'rust-docs'
35012024-12-20T22:59:57.603Z[ phbl-toolchain] info: downloading component 'rust-src'
35022024-12-20T22:59:57.783Z[ phbl-toolchain] info: downloading component 'rust-std'
35032024-12-20T22:59:59.551Z[ phbl-toolchain] info: downloading component 'rustc'
35042024-12-20T23:00:09.369Z[ phbl-toolchain] info: downloading component 'rustfmt'
35052024-12-20T23:00:09.590Z[ phbl-toolchain] info: installing component 'cargo'
35062024-12-20T23:00:10.983Z[ phbl-toolchain] info: installing component 'clippy'
35072024-12-20T23:00:11.551Z[ phbl-toolchain] info: installing component 'llvm-tools'
35082024-12-20T23:00:17.432Z[ phbl-toolchain] info: installing component 'miri'
35092024-12-20T23:00:17.800Z[ phbl-toolchain] info: installing component 'rust-docs'
35102024-12-20T23:00:25.910Z[ phbl-toolchain] info: installing component 'rust-src'
35112024-12-20T23:00:26.549Z[ phbl-toolchain] info: installing component 'rust-std'
35122024-12-20T23:00:28.917Z[ phbl-toolchain] info: installing component 'rustc'
35132024-12-20T23:00:38.264Z[ phbl-toolchain] info: installing component 'rustfmt'
35142024-12-20T23:00:39.044Z[ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25)
35152024-12-20T23:00:39.080ZDec 20 23:00:37.621 INFO [phbl-toolchain] process exited with exit status: 0 (49.440125496s)
35162024-12-20T23:01:28.343Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
35172024-12-20T23:01:38.023Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
35182024-12-20T23:08:32.239Z[ host-package] Finished `release` profile [optimized] target(s) in 20m 09s
35192024-12-20T23:09:40.666ZDec 20 23:09:39.155 INFO [host-package] process exited with exit status: 0 (1277.723289039s)
35202024-12-20T23:09:40.687ZDec 20 23:09:39.155 INFO [host-stamp] running task
35212024-12-20T23:09:40.687ZDec 20 23:09:39.156 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
35222024-12-20T23:09:40.687ZDec 20 23:09:39.165 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+git5f3f50751ba
35232024-12-20T23:09:40.687ZDec 20 23:09:39.175 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+git5f3f50751ba
35242024-12-20T23:09:40.687Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
35252024-12-20T23:09:40.687ZDec 20 23:09:39.184 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+git5f3f50751ba
35262024-12-20T23:09:40.687Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
35272024-12-20T23:09:40.687Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
35282024-12-20T23:09:40.687Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
35292024-12-20T23:09:40.687ZDec 20 23:09:39.195 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+git5f3f50751ba
35302024-12-20T23:09:40.687Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
35312024-12-20T23:09:40.687ZDec 20 23:09:39.205 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+git5f3f50751ba
35322024-12-20T23:09:40.687Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
35332024-12-20T23:09:40.699Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
35342024-12-20T23:09:40.699Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
35352024-12-20T23:09:40.699ZDec 20 23:09:39.216 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+git5f3f50751ba
35362024-12-20T23:09:40.708Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35372024-12-20T23:09:40.708ZDec 20 23:09:39.229 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+git5f3f50751ba
35382024-12-20T23:09:40.714Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
35392024-12-20T23:09:40.714ZDec 20 23:09:39.246 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+git5f3f50751ba
35402024-12-20T23:09:40.727Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
35412024-12-20T23:09:40.727ZDec 20 23:09:39.263 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (88.209402ms)
35422024-12-20T23:09:40.732ZDec 20 23:09:39.263 INFO [stamp-oxlog] process exited with exit status: 0 (98.536978ms)
35432024-12-20T23:09:40.733ZDec 20 23:09:39.264 INFO [stamp-overlay] process exited with exit status: 0 (79.726758ms)
35442024-12-20T23:09:40.739Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35452024-12-20T23:09:40.837Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
35462024-12-20T23:09:40.858ZDec 20 23:09:39.364 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (118.470629ms)
35472024-12-20T23:09:40.924Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
35482024-12-20T23:09:40.929ZDec 20 23:09:39.465 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (259.766224ms)
35492024-12-20T23:09:41.030Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
35502024-12-20T23:09:41.034ZDec 20 23:09:39.570 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (375.445942ms)
35512024-12-20T23:09:41.770Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35522024-12-20T23:09:41.868Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
35532024-12-20T23:09:41.873ZDec 20 23:09:40.408 INFO [stamp-propolis-server] process exited with exit status: 0 (1.191575188s)
35542024-12-20T23:09:44.117Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35552024-12-20T23:09:51.442Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
35562024-12-20T23:09:51.457ZDec 20 23:09:49.979 INFO [stamp-switch-asic] process exited with exit status: 0 (10.749704724s)
35572024-12-20T23:09:51.457ZDec 20 23:09:49.979 INFO [host-stamp] task succeeded (10.823575646s)
35582024-12-20T23:09:51.457ZDec 20 23:09:49.979 INFO [host-proto] running task
35592024-12-20T23:09:51.858ZDec 20 23:09:50.387 INFO [host-proto] task succeeded (407.760283ms)
35602024-12-20T23:09:51.858ZDec 20 23:09:50.387 INFO [host-profile] running task
35612024-12-20T23:09:51.863ZDec 20 23:09:50.387 INFO [host-profile] task succeeded (395.672µs)
35622024-12-20T23:09:51.863ZDec 20 23:09:50.388 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/.tmpMH33g0/proto/host/root -N 'ci 5f3f507/${os_short_commit} 2024-12-20 22:47' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
35632024-12-20T23:09:51.880Z[ host-image] Dec 20 23:09:50.406 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
35642024-12-20T23:09:51.880Z[ host-image] Dec 20 23:09:50.406 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
35652024-12-20T23:09:51.889Z[ host-image] Dec 20 23:09:50.420 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpMH33g0/proto/host/root"
35662024-12-20T23:09:51.889Z[ host-image] Dec 20 23:09:50.420 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
35672024-12-20T23:09:51.889Z[ host-image] Dec 20 23:09:50.420 INFO image builder template: ramdisk-01-os...
35682024-12-20T23:09:51.889Z[ host-image] Dec 20 23:09:50.420 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/.tmpMH33g0/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
35692024-12-20T23:09:51.905Z[ host-image] Dec 20 23:09:50.440 INFO O| Dec 20 23:09:50.440 INFO CREATE DATASET: rpool/images/build/host/output
35702024-12-20T23:09:52.161Z[ host-image] Dec 20 23:09:50.693 INFO O| Dec 20 23:09:50.693 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35712024-12-20T23:09:52.173Z[ host-image] Dec 20 23:09:50.698 INFO O| Dec 20 23:09:50.698 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35722024-12-20T23:09:52.333Z[ host-image] Dec 20 23:09:50.868 INFO O| Dec 20 23:09:50.868 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
35732024-12-20T23:09:52.396Z[ host-image] Dec 20 23:09:50.926 INFO O| Dec 20 23:09:50.926 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35742024-12-20T23:09:52.396Z[ host-image] Dec 20 23:09:50.926 INFO O| Dec 20 23:09:50.926 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
35752024-12-20T23:09:52.414Z[ host-image] Dec 20 23:09:50.926 INFO O| Dec 20 23:09:50.926 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
35762024-12-20T23:09:52.414Z[ host-image] Dec 20 23:09:50.926 INFO O| Dec 20 23:09:50.926 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
35772024-12-20T23:09:52.426Z[ host-image] Dec 20 23:09:50.939 INFO O| Dec 20 23:09:50.939 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
35782024-12-20T23:09:52.596Z[ host-image] Dec 20 23:09:51.132 INFO O| Dec 20 23:09:51.131 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35792024-12-20T23:09:52.614Z[ host-image] Dec 20 23:09:51.143 INFO O| Dec 20 23:09:51.142 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
35802024-12-20T23:09:53.061Z[ host-image] Dec 20 23:09:51.592 INFO O| Dec 20 23:09:51.592 INFO O| Caching catalogs ... Done
35812024-12-20T23:09:53.236Z[ host-image] Dec 20 23:09:51.718 INFO O| Dec 20 23:09:51.718 INFO STEP 0 (pkg_image_create) COMPLETE
35822024-12-20T23:09:53.236Z[ host-image] Dec 20 23:09:51.718 INFO O| Dec 20 23:09:51.718 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35832024-12-20T23:09:53.289Z[ host-image] Dec 20 23:09:51.718 INFO O| Dec 20 23:09:51.718 INFO skip step because feature "repo_redist" is not enabled
35842024-12-20T23:09:53.289Z[ host-image] Dec 20 23:09:51.718 INFO O| Dec 20 23:09:51.718 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35852024-12-20T23:09:53.299Z[ host-image] Dec 20 23:09:51.734 INFO O| Dec 20 23:09:51.734 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"]
35862024-12-20T23:09:53.699Z[ host-image] Dec 20 23:09:52.233 INFO O| Dec 20 23:09:52.233 INFO STEP 2 (pkg_set_publisher) COMPLETE
35872024-12-20T23:09:53.699Z[ host-image] Dec 20 23:09:52.233 INFO O| Dec 20 23:09:52.233 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35882024-12-20T23:09:53.715Z[ host-image] Dec 20 23:09:52.250 INFO O| Dec 20 23:09:52.250 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"]
35892024-12-20T23:09:54.321Z[ host-image] Dec 20 23:09:52.831 INFO O| Dec 20 23:09:52.831 INFO STEP 3 (pkg_set_publisher) COMPLETE
35902024-12-20T23:09:54.321Z[ host-image] Dec 20 23:09:52.831 INFO O| Dec 20 23:09:52.831 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35912024-12-20T23:09:54.321Z[ host-image] Dec 20 23:09:52.831 INFO O| Dec 20 23:09:52.831 INFO skip step because feature "repo_redist" is not enabled
35922024-12-20T23:09:54.338Z[ host-image] Dec 20 23:09:52.831 INFO O| Dec 20 23:09:52.831 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35932024-12-20T23:09:54.870Z[ host-image] Dec 20 23:09:53.404 INFO O| Dec 20 23:09:53.404 INFO variant opensolaris.zone is already global
35942024-12-20T23:09:54.870Z[ host-image] Dec 20 23:09:53.405 INFO O| Dec 20 23:09:53.404 INFO STEP 5 (pkg_change_variant) COMPLETE
35952024-12-20T23:09:54.885Z[ host-image] Dec 20 23:09:53.405 INFO O| Dec 20 23:09:53.404 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35962024-12-20T23:09:55.461Z[ host-image] Dec 20 23:09:53.987 INFO O| Dec 20 23:09:53.987 INFO variant opensolaris.imagetype is full; changing to partial
35972024-12-20T23:09:55.461Z[ host-image] Dec 20 23:09:53.987 INFO O| Dec 20 23:09:53.987 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
35982024-12-20T23:10:03.758Z[recovery-package] Finished `release` profile [optimized] target(s) in 22.84s
35992024-12-20T23:10:04.356Z[ host-image] Dec 20 23:10:02.886 INFO O| Dec 20 23:10:02.886 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36002024-12-20T23:10:05.471ZDec 20 23:10:04.002 INFO [recovery-package] process exited with exit status: 0 (24.845710645s)
36012024-12-20T23:10:05.472ZDec 20 23:10:04.002 INFO [recovery-stamp] running task
36022024-12-20T23:10:05.476ZDec 20 23:10:04.002 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
36032024-12-20T23:10:05.476ZDec 20 23:10:04.002 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+git5f3f50751ba
36042024-12-20T23:10:05.490ZDec 20 23:10:04.022 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+git5f3f50751ba
36052024-12-20T23:10:05.501Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
36062024-12-20T23:10:05.511Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
36072024-12-20T23:10:05.597Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
36082024-12-20T23:10:05.601ZDec 20 23:10:04.132 INFO [stamp-installinator] process exited with exit status: 0 (109.908724ms)
36092024-12-20T23:10:05.618Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
36102024-12-20T23:10:05.621ZDec 20 23:10:04.154 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (152.083826ms)
36112024-12-20T23:10:05.621ZDec 20 23:10:04.154 INFO [recovery-stamp] task succeeded (152.543421ms)
36122024-12-20T23:10:05.621ZDec 20 23:10:04.154 INFO [recovery-proto] running task
36132024-12-20T23:10:05.621ZDec 20 23:10:04.154 INFO [tuf-stamp] running task
36142024-12-20T23:10:05.621ZDec 20 23:10:04.155 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+git5f3f50751ba
36152024-12-20T23:10:05.638ZDec 20 23:10:04.170 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+git5f3f50751ba
36162024-12-20T23:10:05.651Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
36172024-12-20T23:10:05.660ZDec 20 23:10:04.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+git5f3f50751ba
36182024-12-20T23:10:05.676Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
36192024-12-20T23:10:05.676ZDec 20 23:10:04.201 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+git5f3f50751ba
36202024-12-20T23:10:05.686Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
36212024-12-20T23:10:05.690ZDec 20 23:10:04.219 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+git5f3f50751ba
36222024-12-20T23:10:05.773ZDec 20 23:10:04.307 INFO [recovery-proto] task succeeded (152.425503ms)
36232024-12-20T23:10:05.778Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
36242024-12-20T23:10:05.778ZDec 20 23:10:04.307 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/.tmpMH33g0/proto/recovery/root -N 'recovery 5f3f507/${os_short_commit} 2024-12-20 22:47' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
36252024-12-20T23:10:05.778ZDec 20 23:10:04.308 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+git5f3f50751ba
36262024-12-20T23:10:05.837Z[ recovery-image] Dec 20 23:10:04.333 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
36272024-12-20T23:10:05.840Z[ recovery-image] Dec 20 23:10:04.333 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
36282024-12-20T23:10:05.840Z[ recovery-image] Dec 20 23:10:04.350 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpMH33g0/proto/recovery/root"
36292024-12-20T23:10:05.840Z[ recovery-image] Dec 20 23:10:04.350 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
36302024-12-20T23:10:05.840Z[ recovery-image] Dec 20 23:10:04.350 INFO image builder template: ramdisk-01-os...
36312024-12-20T23:10:05.841Z[ recovery-image] Dec 20 23:10:04.350 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/.tmpMH33g0/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
36322024-12-20T23:10:05.841Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
36332024-12-20T23:10:05.842ZDec 20 23:10:04.370 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+git5f3f50751ba
36342024-12-20T23:10:05.849Z[ recovery-image] Dec 20 23:10:04.380 INFO O| Dec 20 23:10:04.379 INFO CREATE DATASET: rpool/images/build/recovery/output
36352024-12-20T23:10:05.867ZDec 20 23:10:04.396 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+git5f3f50751ba
36362024-12-20T23:10:06.062Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
36372024-12-20T23:10:06.072Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
36382024-12-20T23:10:06.076ZDec 20 23:10:04.606 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+git5f3f50751ba
36392024-12-20T23:10:06.126Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
36402024-12-20T23:10:06.126ZDec 20 23:10:04.657 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+git5f3f50751ba
36412024-12-20T23:10:06.142ZDec 20 23:10:04.676 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+git5f3f50751ba
36422024-12-20T23:10:06.218Z[ recovery-image] Dec 20 23:10:04.698 INFO O| Dec 20 23:10:04.698 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36432024-12-20T23:10:06.218Z[ recovery-image] Dec 20 23:10:04.704 INFO O| Dec 20 23:10:04.704 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36442024-12-20T23:10:06.225Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
36452024-12-20T23:10:06.241Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
36462024-12-20T23:10:06.247Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
36472024-12-20T23:10:06.247Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
36482024-12-20T23:10:06.255ZDec 20 23:10:04.789 INFO [stamp-ntp] process exited with exit status: 0 (619.122903ms)
36492024-12-20T23:10:06.370Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
36502024-12-20T23:10:06.421Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
36512024-12-20T23:10:06.453ZDec 20 23:10:04.987 INFO [stamp-probe] process exited with exit status: 0 (380.391965ms)
36522024-12-20T23:10:06.529Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
36532024-12-20T23:10:06.762Z[ recovery-image] Dec 20 23:10:05.293 INFO O| Dec 20 23:10:05.293 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
36542024-12-20T23:10:06.893Z[ recovery-image] Dec 20 23:10:05.425 INFO O| Dec 20 23:10:05.425 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36552024-12-20T23:10:06.897Z[ recovery-image] Dec 20 23:10:05.425 INFO O| Dec 20 23:10:05.425 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36562024-12-20T23:10:06.897Z[ recovery-image] Dec 20 23:10:05.426 INFO O| Dec 20 23:10:05.426 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36572024-12-20T23:10:06.897Z[ recovery-image] Dec 20 23:10:05.426 INFO O| Dec 20 23:10:05.426 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36582024-12-20T23:10:06.919Z[ recovery-image] Dec 20 23:10:05.453 INFO O| Dec 20 23:10:05.453 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36592024-12-20T23:10:07.291Z[ recovery-image] Dec 20 23:10:05.822 INFO O| Dec 20 23:10:05.822 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36602024-12-20T23:10:07.305Z[ recovery-image] Dec 20 23:10:05.837 INFO O| Dec 20 23:10:05.837 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
36612024-12-20T23:10:07.443Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
36622024-12-20T23:10:07.475ZDec 20 23:10:06.007 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.699864756s)
36632024-12-20T23:10:07.513Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
36642024-12-20T23:10:07.526ZDec 20 23:10:06.059 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.876800431s)
36652024-12-20T23:10:07.564Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
36662024-12-20T23:10:07.627ZDec 20 23:10:06.161 INFO [stamp-internal-dns] process exited with exit status: 0 (1.960267019s)
36672024-12-20T23:10:07.879Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
36682024-12-20T23:10:07.888ZDec 20 23:10:06.421 INFO [stamp-external-dns] process exited with exit status: 0 (2.025370145s)
36692024-12-20T23:10:07.924Z[ recovery-image] Dec 20 23:10:06.457 INFO O| Dec 20 23:10:06.457 INFO O| Caching catalogs ... Done
36702024-12-20T23:10:08.039Z[ recovery-image] Dec 20 23:10:06.572 INFO O| Dec 20 23:10:06.571 INFO STEP 0 (pkg_image_create) COMPLETE
36712024-12-20T23:10:08.039Z[ recovery-image] Dec 20 23:10:06.572 INFO O| Dec 20 23:10:06.572 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36722024-12-20T23:10:08.039Z[ recovery-image] Dec 20 23:10:06.572 INFO O| Dec 20 23:10:06.572 INFO skip step because feature "repo_redist" is not enabled
36732024-12-20T23:10:08.039Z[ recovery-image] Dec 20 23:10:06.572 INFO O| Dec 20 23:10:06.572 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36742024-12-20T23:10:08.063Z[ recovery-image] Dec 20 23:10:06.589 INFO O| Dec 20 23:10:06.588 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-20T23:10:08.305Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
36762024-12-20T23:10:08.309ZDec 20 23:10:06.829 INFO [stamp-oximeter] process exited with exit status: 0 (2.458237891s)
36772024-12-20T23:10:08.566Z[ recovery-image] Dec 20 23:10:07.090 INFO O| Dec 20 23:10:07.090 INFO STEP 2 (pkg_set_publisher) COMPLETE
36782024-12-20T23:10:08.567Z[ recovery-image] Dec 20 23:10:07.091 INFO O| Dec 20 23:10:07.090 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36792024-12-20T23:10:08.574Z[ recovery-image] Dec 20 23:10:07.106 INFO O| Dec 20 23:10:07.106 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"]
36802024-12-20T23:10:09.069Z[ recovery-image] Dec 20 23:10:07.601 INFO O| Dec 20 23:10:07.601 INFO STEP 3 (pkg_set_publisher) COMPLETE
36812024-12-20T23:10:09.069Z[ recovery-image] Dec 20 23:10:07.601 INFO O| Dec 20 23:10:07.601 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36822024-12-20T23:10:09.069Z[ recovery-image] Dec 20 23:10:07.601 INFO O| Dec 20 23:10:07.601 INFO skip step because feature "repo_redist" is not enabled
36832024-12-20T23:10:09.075Z[ recovery-image] Dec 20 23:10:07.601 INFO O| Dec 20 23:10:07.601 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36842024-12-20T23:10:09.571Z[ recovery-image] Dec 20 23:10:08.102 INFO O| Dec 20 23:10:08.102 INFO variant opensolaris.zone is already global
36852024-12-20T23:10:09.571Z[ recovery-image] Dec 20 23:10:08.103 INFO O| Dec 20 23:10:08.102 INFO STEP 5 (pkg_change_variant) COMPLETE
36862024-12-20T23:10:09.571Z[ recovery-image] Dec 20 23:10:08.103 INFO O| Dec 20 23:10:08.102 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36872024-12-20T23:10:09.993Z[ recovery-image] Dec 20 23:10:08.514 INFO O| Dec 20 23:10:08.514 INFO variant opensolaris.imagetype is full; changing to partial
36882024-12-20T23:10:09.993Z[ recovery-image] Dec 20 23:10:08.514 INFO O| Dec 20 23:10:08.514 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
36892024-12-20T23:10:10.318Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
36902024-12-20T23:10:10.327ZDec 20 23:10:08.847 INFO [stamp-nexus] process exited with exit status: 0 (4.190212298s)
36912024-12-20T23:10:10.619Z[ host-image] Dec 20 23:10:09.152 INFO O| Dec 20 23:10:09.152 INFO O| Startup: Caching catalogs ... Done
36922024-12-20T23:10:10.701Z[ host-image] Dec 20 23:10:09.233 INFO O| Dec 20 23:10:09.233 INFO O| Planning: Planning completed in 0.00 seconds
36932024-12-20T23:10:10.704Z[ host-image] Dec 20 23:10:09.234 INFO O| Dec 20 23:10:09.234 INFO O| Planning: Consolidating action changes ... Done
36942024-12-20T23:10:10.704Z[ host-image] Dec 20 23:10:09.234 INFO O| Dec 20 23:10:09.234 INFO O| Planning: Evaluating mediators ... Done
36952024-12-20T23:10:10.704Z[ host-image] Dec 20 23:10:09.235 INFO O| Dec 20 23:10:09.235 INFO O| Planning: Planning completed in 0.00 seconds
36962024-12-20T23:10:10.704Z[ host-image] Dec 20 23:10:09.235 INFO O| Dec 20 23:10:09.235 INFO O| Variants/Facets to change: 1
36972024-12-20T23:10:10.720Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36982024-12-20T23:10:10.728Z[ host-image] Dec 20 23:10:09.260 INFO O| Dec 20 23:10:09.260 INFO O| Done
36992024-12-20T23:10:10.728Z[ host-image] Dec 20 23:10:09.260 INFO O| Dec 20 23:10:09.260 INFO O| Done
37002024-12-20T23:10:10.929Z[verify-libraries] Compiling home v0.5.9
37012024-12-20T23:10:10.952Z[verify-libraries] Compiling cfg_aliases v0.1.1
37022024-12-20T23:10:10.976Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
37032024-12-20T23:10:10.996Z[verify-libraries] Compiling sqlparser_derive v0.2.2
37042024-12-20T23:10:10.996Z[verify-libraries] Compiling unicode_categories v0.1.1
37052024-12-20T23:10:10.996Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
37062024-12-20T23:10:11.004Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37072024-12-20T23:10:11.146Z[verify-libraries] Compiling nix v0.28.0
37082024-12-20T23:10:11.336Z[verify-libraries] Compiling polyval v0.6.2
37092024-12-20T23:10:11.525Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
37102024-12-20T23:10:11.531ZDec 20 23:10:10.063 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.38652271s)
37112024-12-20T23:10:11.704Z[ host-image] Dec 20 23:10:10.238 INFO O| Dec 20 23:10:10.238 INFO O| Done
37122024-12-20T23:10:11.763Z[verify-libraries] Compiling sqlformat v0.2.6
37132024-12-20T23:10:11.788Z[ host-image] Dec 20 23:10:10.321 INFO O| Dec 20 23:10:10.321 INFO O| Done
37142024-12-20T23:10:11.798Z[ host-image] Dec 20 23:10:10.323 INFO O| Dec 20 23:10:10.323 INFO O| Done
37152024-12-20T23:10:11.798Z[ host-image] Dec 20 23:10:10.323 INFO O| Dec 20 23:10:10.323 INFO O| Done
37162024-12-20T23:10:11.798Z[ host-image] Dec 20 23:10:10.325 INFO O| Dec 20 23:10:10.325 INFO O| Done
37172024-12-20T23:10:12.115Z[verify-libraries] Compiling ghash v0.5.1
37182024-12-20T23:10:12.187Z[verify-libraries] Compiling ctr v0.9.2
37192024-12-20T23:10:12.406Z[verify-libraries] Compiling ssh-encoding v0.2.0
37202024-12-20T23:10:12.532Z[verify-libraries] Compiling sqlparser v0.45.0
37212024-12-20T23:10:12.640Z[ host-image] Dec 20 23:10:11.173 INFO O| Dec 20 23:10:11.173 INFO STEP 6 (pkg_change_variant) COMPLETE
37222024-12-20T23:10:12.640Z[ host-image] Dec 20 23:10:11.173 INFO O| Dec 20 23:10:11.173 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37232024-12-20T23:10:12.640Z[ host-image] Dec 20 23:10:11.173 INFO O| Dec 20 23:10:11.173 INFO skip step because feature "debug_variant" is not enabled
37242024-12-20T23:10:12.644Z[ host-image] Dec 20 23:10:11.173 INFO O| Dec 20 23:10:11.173 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37252024-12-20T23:10:12.798Z[verify-libraries] Compiling blowfish v0.9.1
37262024-12-20T23:10:12.982Z[verify-libraries] Compiling aes-gcm v0.10.3
37272024-12-20T23:10:13.389Z[ host-image] Dec 20 23:10:11.919 INFO O| Dec 20 23:10:11.919 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
37282024-12-20T23:10:13.502Z[verify-libraries] Compiling ssh-cipher v0.2.0
37292024-12-20T23:10:14.114Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
37302024-12-20T23:10:14.555Z[ host-image] Dec 20 23:10:13.065 INFO O| Dec 20 23:10:13.065 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37312024-12-20T23:10:14.556Z[ host-image] Dec 20 23:10:13.067 INFO O| Dec 20 23:10:13.066 INFO O| Planning: Planning completed in 0.00 seconds
37322024-12-20T23:10:14.556Z[ host-image] Dec 20 23:10:13.067 INFO O| Dec 20 23:10:13.067 INFO O| Planning: Consolidating action changes ... Done
37332024-12-20T23:10:14.556Z[ host-image] Dec 20 23:10:13.068 INFO O| Dec 20 23:10:13.068 INFO O| Planning: Evaluating mediators ... Done
37342024-12-20T23:10:14.556Z[ host-image] Dec 20 23:10:13.068 INFO O| Dec 20 23:10:13.068 INFO O| Planning: Planning completed in 0.00 seconds
37352024-12-20T23:10:14.556Z[ host-image] Dec 20 23:10:13.069 INFO O| Dec 20 23:10:13.069 INFO O| Variants/Facets to change: 1
37362024-12-20T23:10:14.636Z[ host-image] Dec 20 23:10:13.165 INFO O| Dec 20 23:10:13.165 INFO O| Done
37372024-12-20T23:10:14.636Z[ host-image] Dec 20 23:10:13.165 INFO O| Dec 20 23:10:13.165 INFO O| Done
37382024-12-20T23:10:14.977Z[verify-libraries] Compiling password-hash v0.4.2
37392024-12-20T23:10:15.731Z[ host-image] Dec 20 23:10:14.243 INFO O| Dec 20 23:10:14.243 INFO O| Done
37402024-12-20T23:10:15.854Z[ host-image] Dec 20 23:10:14.385 INFO O| Dec 20 23:10:14.385 INFO O| Done
37412024-12-20T23:10:15.858Z[ host-image] Dec 20 23:10:14.386 INFO O| Dec 20 23:10:14.386 INFO O| Done
37422024-12-20T23:10:15.858Z[ host-image] Dec 20 23:10:14.386 INFO O| Dec 20 23:10:14.386 INFO O| Done
37432024-12-20T23:10:15.858Z[ host-image] Dec 20 23:10:14.388 INFO O| Dec 20 23:10:14.388 INFO O| Done
37442024-12-20T23:10:15.970Z[ host-image] Dec 20 23:10:14.502 INFO O| Dec 20 23:10:14.501 INFO STEP 8 (pkg_change_facet) COMPLETE
37452024-12-20T23:10:15.970Z[ host-image] Dec 20 23:10:14.502 INFO O| Dec 20 23:10:14.502 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37462024-12-20T23:10:15.970Z[ host-image] Dec 20 23:10:14.502 INFO O| Dec 20 23:10:14.502 INFO skip step because feature "recovery" is not enabled
37472024-12-20T23:10:15.970Z[ host-image] Dec 20 23:10:14.502 INFO O| Dec 20 23:10:14.502 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37482024-12-20T23:10:15.979Z[ host-image] Dec 20 23:10:14.502 INFO O| Dec 20 23:10:14.502 INFO skip step because feature "recovery" is not enabled
37492024-12-20T23:10:15.979Z[ host-image] Dec 20 23:10:14.502 INFO O| Dec 20 23:10:14.502 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37502024-12-20T23:10:15.991Z[ host-image] Dec 20 23:10:14.523 INFO O| Dec 20 23:10:14.523 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"]
37512024-12-20T23:10:17.277Z[ host-image] Dec 20 23:10:15.805 INFO O| Dec 20 23:10:15.805 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37522024-12-20T23:10:18.024Z[verify-libraries] Compiling rustyline v14.0.0
37532024-12-20T23:10:19.184Z[verify-libraries] Compiling matches v0.1.10
37542024-12-20T23:10:19.345Z[verify-libraries] Compiling idna v0.2.3
37552024-12-20T23:10:19.584Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
37562024-12-20T23:10:19.630ZDec 20 23:10:18.162 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (14.006404991s)
37572024-12-20T23:10:20.581Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
37582024-12-20T23:10:20.629ZDec 20 23:10:19.161 INFO [stamp-clickhouse] process exited with exit status: 0 (14.941270882s)
37592024-12-20T23:10:20.629ZDec 20 23:10:19.161 INFO [tuf-stamp] task succeeded (15.006321832s)
37602024-12-20T23:10:20.853Z[verify-libraries] Compiling pbkdf2 v0.11.0
37612024-12-20T23:10:21.353Z[verify-libraries] Compiling ssh-key v0.6.6
37622024-12-20T23:10:21.382Z[verify-libraries] Compiling p256 v0.13.2
37632024-12-20T23:10:23.433Z[ recovery-image] Dec 20 23:10:21.965 INFO O| Dec 20 23:10:21.965 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37642024-12-20T23:10:24.258Z[verify-libraries] Compiling p521 v0.13.3
37652024-12-20T23:10:24.372Z[verify-libraries] Compiling enum-as-inner v0.5.1
37662024-12-20T23:10:25.883Z[verify-libraries] Compiling russh-cryptovec v0.7.3
37672024-12-20T23:10:26.347Z[verify-libraries] Compiling md5 v0.7.0
37682024-12-20T23:10:27.118Z[verify-libraries] Compiling russh-keys v0.45.0
37692024-12-20T23:10:27.261Z[verify-libraries] Compiling trust-dns-proto v0.22.0
37702024-12-20T23:10:31.716Z[ recovery-image] Dec 20 23:10:30.247 INFO O| Dec 20 23:10:30.247 INFO O| Startup: Caching catalogs ... Done
37712024-12-20T23:10:31.855Z[ recovery-image] Dec 20 23:10:30.384 INFO O| Dec 20 23:10:30.383 INFO O| Planning: Planning completed in 0.00 seconds
37722024-12-20T23:10:31.875Z[ recovery-image] Dec 20 23:10:30.406 INFO O| Dec 20 23:10:30.406 INFO O| Planning: Consolidating action changes ... Done
37732024-12-20T23:10:31.875Z[ recovery-image] Dec 20 23:10:30.406 INFO O| Dec 20 23:10:30.406 INFO O| Planning: Evaluating mediators ... Done
37742024-12-20T23:10:31.882Z[ recovery-image] Dec 20 23:10:30.406 INFO O| Dec 20 23:10:30.406 INFO O| Planning: Planning completed in 0.02 seconds
37752024-12-20T23:10:31.882Z[ recovery-image] Dec 20 23:10:30.407 INFO O| Dec 20 23:10:30.407 INFO O| Variants/Facets to change: 1
37762024-12-20T23:10:32.053Z[ recovery-image] Dec 20 23:10:30.584 INFO O| Dec 20 23:10:30.584 INFO O| Done
37772024-12-20T23:10:32.054Z[ recovery-image] Dec 20 23:10:30.584 INFO O| Dec 20 23:10:30.584 INFO O| Done
37782024-12-20T23:10:33.019Z[ recovery-image] Dec 20 23:10:31.549 INFO O| Dec 20 23:10:31.549 INFO O| Done
37792024-12-20T23:10:33.094Z[ recovery-image] Dec 20 23:10:31.625 INFO O| Dec 20 23:10:31.625 INFO O| Done
37802024-12-20T23:10:33.100Z[ recovery-image] Dec 20 23:10:31.627 INFO O| Dec 20 23:10:31.627 INFO O| Done
37812024-12-20T23:10:33.100Z[ recovery-image] Dec 20 23:10:31.627 INFO O| Dec 20 23:10:31.627 INFO O| Done
37822024-12-20T23:10:33.100Z[ recovery-image] Dec 20 23:10:31.629 INFO O| Dec 20 23:10:31.629 INFO O| Done
37832024-12-20T23:10:33.871Z[ recovery-image] Dec 20 23:10:32.400 INFO O| Dec 20 23:10:32.400 INFO STEP 6 (pkg_change_variant) COMPLETE
37842024-12-20T23:10:33.871Z[ recovery-image] Dec 20 23:10:32.400 INFO O| Dec 20 23:10:32.400 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37852024-12-20T23:10:33.871Z[ recovery-image] Dec 20 23:10:32.400 INFO O| Dec 20 23:10:32.400 INFO skip step because feature "debug_variant" is not enabled
37862024-12-20T23:10:33.878Z[ recovery-image] Dec 20 23:10:32.400 INFO O| Dec 20 23:10:32.400 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37872024-12-20T23:10:34.606Z[ recovery-image] Dec 20 23:10:33.137 INFO O| Dec 20 23:10:33.137 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
37882024-12-20T23:10:35.687Z[ recovery-image] Dec 20 23:10:34.217 INFO O| Dec 20 23:10:34.217 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37892024-12-20T23:10:35.703Z[ recovery-image] Dec 20 23:10:34.219 INFO O| Dec 20 23:10:34.219 INFO O| Planning: Planning completed in 0.00 seconds
37902024-12-20T23:10:35.703Z[ recovery-image] Dec 20 23:10:34.220 INFO O| Dec 20 23:10:34.220 INFO O| Planning: Consolidating action changes ... Done
37912024-12-20T23:10:35.703Z[ recovery-image] Dec 20 23:10:34.220 INFO O| Dec 20 23:10:34.220 INFO O| Planning: Evaluating mediators ... Done
37922024-12-20T23:10:35.703Z[ recovery-image] Dec 20 23:10:34.221 INFO O| Dec 20 23:10:34.221 INFO O| Planning: Planning completed in 0.00 seconds
37932024-12-20T23:10:35.703Z[ recovery-image] Dec 20 23:10:34.221 INFO O| Dec 20 23:10:34.221 INFO O| Variants/Facets to change: 1
37942024-12-20T23:10:35.801Z[ recovery-image] Dec 20 23:10:34.329 INFO O| Dec 20 23:10:34.329 INFO O| Done
37952024-12-20T23:10:35.801Z[ recovery-image] Dec 20 23:10:34.330 INFO O| Dec 20 23:10:34.329 INFO O| Done
37962024-12-20T23:10:36.534Z[ recovery-image] Dec 20 23:10:35.064 INFO O| Dec 20 23:10:35.064 INFO O| Done
37972024-12-20T23:10:36.610Z[verify-libraries] Compiling num-bigint v0.4.6
37982024-12-20T23:10:36.665Z[ recovery-image] Dec 20 23:10:35.195 INFO O| Dec 20 23:10:35.194 INFO O| Done
37992024-12-20T23:10:36.676Z[ recovery-image] Dec 20 23:10:35.196 INFO O| Dec 20 23:10:35.196 INFO O| Done
38002024-12-20T23:10:36.676Z[ recovery-image] Dec 20 23:10:35.196 INFO O| Dec 20 23:10:35.196 INFO O| Done
38012024-12-20T23:10:36.676Z[ recovery-image] Dec 20 23:10:35.198 INFO O| Dec 20 23:10:35.198 INFO O| Done
38022024-12-20T23:10:36.762Z[ recovery-image] Dec 20 23:10:35.292 INFO O| Dec 20 23:10:35.292 INFO STEP 8 (pkg_change_facet) COMPLETE
38032024-12-20T23:10:36.762Z[ recovery-image] Dec 20 23:10:35.292 INFO O| Dec 20 23:10:35.292 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38042024-12-20T23:10:37.492Z[ recovery-image] Dec 20 23:10:36.023 INFO O| Dec 20 23:10:36.022 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
38052024-12-20T23:10:38.426Z[ recovery-image] Dec 20 23:10:36.956 INFO O| Dec 20 23:10:36.956 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38062024-12-20T23:10:38.432Z[ recovery-image] Dec 20 23:10:36.958 INFO O| Dec 20 23:10:36.958 INFO O| Planning: Planning completed in 0.00 seconds
38072024-12-20T23:10:38.432Z[ recovery-image] Dec 20 23:10:36.959 INFO O| Dec 20 23:10:36.959 INFO O| Planning: Consolidating action changes ... Done
38082024-12-20T23:10:38.434Z[ recovery-image] Dec 20 23:10:36.959 INFO O| Dec 20 23:10:36.959 INFO O| Planning: Evaluating mediators ... Done
38092024-12-20T23:10:38.434Z[ recovery-image] Dec 20 23:10:36.959 INFO O| Dec 20 23:10:36.959 INFO O| Planning: Planning completed in 0.00 seconds
38102024-12-20T23:10:38.434Z[ recovery-image] Dec 20 23:10:36.960 INFO O| Dec 20 23:10:36.960 INFO O| Variants/Facets to change: 1
38112024-12-20T23:10:38.609Z[ recovery-image] Dec 20 23:10:37.111 INFO O| Dec 20 23:10:37.111 INFO O| Done
38122024-12-20T23:10:38.609Z[ recovery-image] Dec 20 23:10:37.111 INFO O| Dec 20 23:10:37.111 INFO O| Done
38132024-12-20T23:10:39.469Z[ recovery-image] Dec 20 23:10:37.996 INFO O| Dec 20 23:10:37.996 INFO O| Done
38142024-12-20T23:10:39.565Z[ recovery-image] Dec 20 23:10:38.095 INFO O| Dec 20 23:10:38.095 INFO O| Done
38152024-12-20T23:10:39.570Z[ recovery-image] Dec 20 23:10:38.097 INFO O| Dec 20 23:10:38.096 INFO O| Done
38162024-12-20T23:10:39.570Z[ recovery-image] Dec 20 23:10:38.097 INFO O| Dec 20 23:10:38.097 INFO O| Done
38172024-12-20T23:10:39.570Z[ recovery-image] Dec 20 23:10:38.099 INFO O| Dec 20 23:10:38.099 INFO O| Done
38182024-12-20T23:10:39.721Z[ recovery-image] Dec 20 23:10:38.249 INFO O| Dec 20 23:10:38.249 INFO STEP 9 (pkg_change_facet) COMPLETE
38192024-12-20T23:10:39.721Z[ recovery-image] Dec 20 23:10:38.249 INFO O| Dec 20 23:10:38.249 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38202024-12-20T23:10:40.503Z[ recovery-image] Dec 20 23:10:39.023 INFO O| Dec 20 23:10:39.023 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
38212024-12-20T23:10:41.444Z[ recovery-image] Dec 20 23:10:39.963 INFO O| Dec 20 23:10:39.963 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38222024-12-20T23:10:41.472Z[ recovery-image] Dec 20 23:10:39.965 INFO O| Dec 20 23:10:39.965 INFO O| Planning: Planning completed in 0.00 seconds
38232024-12-20T23:10:41.472Z[ recovery-image] Dec 20 23:10:39.966 INFO O| Dec 20 23:10:39.966 INFO O| Planning: Consolidating action changes ... Done
38242024-12-20T23:10:41.472Z[ recovery-image] Dec 20 23:10:39.966 INFO O| Dec 20 23:10:39.966 INFO O| Planning: Evaluating mediators ... Done
38252024-12-20T23:10:41.473Z[ recovery-image] Dec 20 23:10:39.967 INFO O| Dec 20 23:10:39.967 INFO O| Planning: Planning completed in 0.00 seconds
38262024-12-20T23:10:41.473Z[ recovery-image] Dec 20 23:10:39.967 INFO O| Dec 20 23:10:39.967 INFO O| Variants/Facets to change: 1
38272024-12-20T23:10:41.526Z[ recovery-image] Dec 20 23:10:40.036 INFO O| Dec 20 23:10:40.036 INFO O| Done
38282024-12-20T23:10:41.526Z[ recovery-image] Dec 20 23:10:40.036 INFO O| Dec 20 23:10:40.036 INFO O| Done
38292024-12-20T23:10:42.368Z[ recovery-image] Dec 20 23:10:40.898 INFO O| Dec 20 23:10:40.898 INFO O| Done
38302024-12-20T23:10:42.445Z[ recovery-image] Dec 20 23:10:40.975 INFO O| Dec 20 23:10:40.974 INFO O| Done
38312024-12-20T23:10:42.452Z[ recovery-image] Dec 20 23:10:40.976 INFO O| Dec 20 23:10:40.976 INFO O| Done
38322024-12-20T23:10:42.452Z[ recovery-image] Dec 20 23:10:40.976 INFO O| Dec 20 23:10:40.976 INFO O| Done
38332024-12-20T23:10:42.452Z[ recovery-image] Dec 20 23:10:40.978 INFO O| Dec 20 23:10:40.978 INFO O| Done
38342024-12-20T23:10:42.548Z[ recovery-image] Dec 20 23:10:41.078 INFO O| Dec 20 23:10:41.078 INFO STEP 10 (pkg_change_facet) COMPLETE
38352024-12-20T23:10:42.548Z[ recovery-image] Dec 20 23:10:41.078 INFO O| Dec 20 23:10:41.078 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38362024-12-20T23:10:42.570Z[ recovery-image] Dec 20 23:10:41.097 INFO O| Dec 20 23:10:41.097 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"]
38372024-12-20T23:10:43.487Z[ recovery-image] Dec 20 23:10:42.016 INFO O| Dec 20 23:10:42.015 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38382024-12-20T23:10:43.821Z[verify-libraries] Compiling des v0.8.1
38392024-12-20T23:10:46.517Z[verify-libraries] Compiling hex-literal v0.4.1
38402024-12-20T23:10:46.666Z[verify-libraries] Compiling dhcproto-macros v0.1.0
38412024-12-20T23:10:46.666Z[verify-libraries] Compiling dhcproto v0.12.0
38422024-12-20T23:10:47.198Z[verify-libraries] Compiling russh v0.45.0
38432024-12-20T23:10:55.305Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38442024-12-20T23:10:55.343Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38452024-12-20T23:10:57.764Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
38462024-12-20T23:11:07.291Z[verify-libraries] Compiling petname v2.0.2
38472024-12-20T23:11:08.664Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
38482024-12-20T23:11:09.808Z[verify-libraries] Compiling internet-checksum v0.2.1
38492024-12-20T23:11:10.603Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
38502024-12-20T23:11:22.789Z[ host-image] Dec 20 23:11:21.314 INFO O| Dec 20 23:11:21.314 INFO O| Planning: Solver setup ... Done
38512024-12-20T23:11:24.550Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
38522024-12-20T23:11:29.930Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
38532024-12-20T23:11:32.522Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
38542024-12-20T23:11:39.658Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
38552024-12-20T23:11:48.765Z[ recovery-image] Dec 20 23:11:47.287 INFO O| Dec 20 23:11:47.287 INFO O| Planning: Solver setup ... Done
38562024-12-20T23:11:56.175Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
38572024-12-20T23:11:58.376Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
38582024-12-20T23:12:04.469Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
38592024-12-20T23:12:30.589Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
38602024-12-20T23:12:35.818Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
38612024-12-20T23:12:35.931Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
38622024-12-20T23:12:36.340Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
38632024-12-20T23:12:36.918Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38642024-12-20T23:12:37.049Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
38652024-12-20T23:12:37.606Z[verify-libraries] Compiling sync-ptr v0.1.1
38662024-12-20T23:12:39.364Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38672024-12-20T23:12:46.227Z[ host-image] Dec 20 23:12:43.462 INFO O| Dec 20 23:12:43.461 INFO O| Planning: Running solver ... Done
38682024-12-20T23:12:46.227Z[ host-image] Dec 20 23:12:44.004 INFO O| Dec 20 23:12:44.004 INFO O| Planning: Finding local manifests ... Done
38692024-12-20T23:12:46.227Z[ host-image] Dec 20 23:12:44.035 INFO O| Dec 20 23:12:44.035 INFO O| Planning: Fetching manifests: 0/124 0% complete
38702024-12-20T23:12:46.227Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
38712024-12-20T23:12:50.176Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38722024-12-20T23:12:50.958Z[ host-image] Dec 20 23:12:49.474 INFO O| Dec 20 23:12:49.474 INFO O| Planning: Fetching manifests: 124/124 100% complete
38732024-12-20T23:12:52.196Z[ host-image] Dec 20 23:12:50.710 INFO O| Dec 20 23:12:50.709 INFO O| Planning: Package planning ... Done
38742024-12-20T23:12:53.349Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
38752024-12-20T23:12:54.119Z[ host-image] Dec 20 23:12:52.634 INFO O| Dec 20 23:12:52.634 INFO O| Planning: Merging actions ... Done
38762024-12-20T23:12:54.493Z[ host-image] Dec 20 23:12:53.008 INFO O| Dec 20 23:12:53.008 INFO O| Planning: Checking for conflicting actions ... Done
38772024-12-20T23:12:54.795Z[ host-image] Dec 20 23:12:53.298 INFO O| Dec 20 23:12:53.298 INFO O| Planning: Consolidating action changes ... Done
38782024-12-20T23:12:55.271Z[ host-image] Dec 20 23:12:53.786 INFO O| Dec 20 23:12:53.786 INFO O| Planning: Evaluating mediators ... Done
38792024-12-20T23:12:56.454Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
38802024-12-20T23:13:01.732Z[ host-image] Dec 20 23:13:00.246 INFO O| Dec 20 23:13:00.246 INFO O| Planning: Planning completed in 164.44 seconds
38812024-12-20T23:13:01.742Z[ host-image] Dec 20 23:13:00.255 INFO O| Dec 20 23:13:00.255 INFO O| Packages to install: 124
38822024-12-20T23:13:01.742Z[ host-image] Dec 20 23:13:00.255 INFO O| Dec 20 23:13:00.255 INFO O| Mediators to change: 4
38832024-12-20T23:13:01.742Z[ host-image] Dec 20 23:13:00.255 INFO O| Dec 20 23:13:00.255 INFO O| Services to change: 6
38842024-12-20T23:13:01.880Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
38852024-12-20T23:13:01.904Z[ host-image] Dec 20 23:13:00.418 INFO O| Dec 20 23:13:00.418 INFO O| Download: 0/22788 items 0.0/199.7MB 0% complete
38862024-12-20T23:13:06.918Z[ host-image] Dec 20 23:13:05.432 INFO O| Dec 20 23:13:05.432 INFO O| Download: 678/22788 items 3.8/199.7MB 1% complete (788k/s)
38872024-12-20T23:13:10.710Z[ recovery-image] Dec 20 23:13:09.222 INFO O| Dec 20 23:13:09.222 INFO O| Planning: Running solver ... Done
38882024-12-20T23:13:11.248Z[ recovery-image] Dec 20 23:13:09.760 INFO O| Dec 20 23:13:09.760 INFO O| Planning: Finding local manifests ... Done
38892024-12-20T23:13:11.263Z[ recovery-image] Dec 20 23:13:09.775 INFO O| Dec 20 23:13:09.775 INFO O| Planning: Fetching manifests: 0/124 0% complete
38902024-12-20T23:13:11.921Z[ host-image] Dec 20 23:13:10.434 INFO O| Dec 20 23:13:10.434 INFO O| Download: 1053/22788 items 6.7/199.7MB 3% complete (697k/s)
38912024-12-20T23:13:16.049Z[ recovery-image] Dec 20 23:13:14.561 INFO O| Dec 20 23:13:14.561 INFO O| Planning: Fetching manifests: 124/124 100% complete
38922024-12-20T23:13:17.037Z[ recovery-image] Dec 20 23:13:15.549 INFO O| Dec 20 23:13:15.549 INFO O| Planning: Package planning ... Done
38932024-12-20T23:13:17.127Z[ host-image] Dec 20 23:13:15.639 INFO O| Dec 20 23:13:15.639 INFO O| Download: 1633/22788 items 10.7/199.7MB 5% complete (702k/s)
38942024-12-20T23:13:17.992Z[ recovery-image] Dec 20 23:13:16.505 INFO O| Dec 20 23:13:16.505 INFO O| Planning: Merging actions ... Done
38952024-12-20T23:13:18.192Z[ recovery-image] Dec 20 23:13:16.704 INFO O| Dec 20 23:13:16.704 INFO O| Planning: Checking for conflicting actions ... Done
38962024-12-20T23:13:18.329Z[ recovery-image] Dec 20 23:13:16.842 INFO O| Dec 20 23:13:16.841 INFO O| Planning: Consolidating action changes ... Done
38972024-12-20T23:13:18.701Z[ recovery-image] Dec 20 23:13:17.213 INFO O| Dec 20 23:13:17.213 INFO O| Planning: Evaluating mediators ... Done
38982024-12-20T23:13:23.233Z[ host-image] Dec 20 23:13:21.745 INFO O| Dec 20 23:13:21.745 INFO O| Download: 1656/22788 items 10.9/199.7MB 5% complete (599k/s)
38992024-12-20T23:13:24.597Z[ recovery-image] Dec 20 23:13:23.109 INFO O| Dec 20 23:13:23.109 INFO O| Planning: Planning completed in 161.09 seconds
39002024-12-20T23:13:24.605Z[ recovery-image] Dec 20 23:13:23.116 INFO O| Dec 20 23:13:23.116 INFO O| Packages to install: 124
39012024-12-20T23:13:24.605Z[ recovery-image] Dec 20 23:13:23.117 INFO O| Dec 20 23:13:23.116 INFO O| Mediators to change: 4
39022024-12-20T23:13:24.607Z[ recovery-image] Dec 20 23:13:23.117 INFO O| Dec 20 23:13:23.116 INFO O| Services to change: 5
39032024-12-20T23:13:24.684Z[ recovery-image] Dec 20 23:13:23.196 INFO O| Dec 20 23:13:23.195 INFO O| Download: 0/15862 items 0.0/176.4MB 0% complete
39042024-12-20T23:13:28.288Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
39052024-12-20T23:13:29.691Z[ recovery-image] Dec 20 23:13:28.202 INFO O| Dec 20 23:13:28.202 INFO O| Download: 597/15862 items 5.3/176.4MB 3% complete (1.1M/s)
39062024-12-20T23:13:32.184Z[ host-image] Dec 20 23:13:30.695 INFO O| Dec 20 23:13:30.694 INFO O| Download: 1695/22788 items 11.2/199.7MB 5% complete (211k/s)
39072024-12-20T23:13:34.715Z[ recovery-image] Dec 20 23:13:33.222 INFO O| Dec 20 23:13:33.222 INFO O| Download: 1073/15862 items 8.9/176.4MB 5% complete (977k/s)
39082024-12-20T23:13:34.861Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39092024-12-20T23:13:35.167Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
39102024-12-20T23:13:35.476Z[verify-libraries] Compiling termios v0.3.3
39112024-12-20T23:13:35.829Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
39122024-12-20T23:13:37.260Z[ host-image] Dec 20 23:13:35.769 INFO O| Dec 20 23:13:35.769 INFO O| Download: 2058/22788 items 23.2/199.7MB 11% complete (1.9M/s)
39132024-12-20T23:13:40.070Z[ recovery-image] Dec 20 23:13:38.579 INFO O| Dec 20 23:13:38.579 INFO O| Download: 1102/15862 items 9.4/176.4MB 5% complete (815k/s)
39142024-12-20T23:13:45.187Z[ recovery-image] Dec 20 23:13:43.695 INFO O| Dec 20 23:13:43.695 INFO O| Download: 1318/15862 items 20.1/176.4MB 11% complete (1.1M/s)
39152024-12-20T23:13:48.212Z[ host-image] Dec 20 23:13:46.721 INFO O| Dec 20 23:13:46.721 INFO O| Download: 2097/22788 items 23.5/199.7MB 11% complete (2.0M/s)
39162024-12-20T23:13:50.341Z[ recovery-image] Dec 20 23:13:48.820 INFO O| Dec 20 23:13:48.820 INFO O| Download: 1658/15862 items 25.9/176.4MB 14% complete (1.6M/s)
39172024-12-20T23:13:55.315Z[ recovery-image] Dec 20 23:13:53.824 INFO O| Dec 20 23:13:53.824 INFO O| Download: 2271/15862 items 31.2/176.4MB 17% complete (1.2M/s)
39182024-12-20T23:14:00.963Z[ host-image] Dec 20 23:13:59.470 INFO O| Dec 20 23:13:59.470 INFO O| Download: 2098/22788 items 23.5/199.7MB 11% complete
39192024-12-20T23:14:01.305Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
39202024-12-20T23:14:01.481Z[ recovery-image] Dec 20 23:13:59.988 INFO O| Dec 20 23:13:59.988 INFO O| Download: 2681/15862 items 33.1/176.4MB 18% complete (859k/s)
39212024-12-20T23:14:02.332Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39222024-12-20T23:14:06.500Z[ recovery-image] Dec 20 23:14:05.007 INFO O| Dec 20 23:14:05.007 INFO O| Download: 2980/15862 items 35.9/176.4MB 20% complete (466k/s)
39232024-12-20T23:14:07.090Z[ host-image] Dec 20 23:14:05.597 INFO O| Dec 20 23:14:05.597 INFO O| Download: 2155/22788 items 23.9/199.7MB 11% complete (386k/s)
39242024-12-20T23:14:11.504Z[ recovery-image] Dec 20 23:14:10.011 INFO O| Dec 20 23:14:10.011 INFO O| Download: 3593/15862 items 39.0/176.4MB 22% complete (584k/s)
39252024-12-20T23:14:13.480Z[ host-image] Dec 20 23:14:11.986 INFO O| Dec 20 23:14:11.986 INFO O| Download: 2156/22788 items 23.9/199.7MB 11% complete
39262024-12-20T23:14:16.561Z[ recovery-image] Dec 20 23:14:15.066 INFO O| Dec 20 23:14:15.066 INFO O| Download: 3672/15862 items 40.0/176.4MB 22% complete (406k/s)
39272024-12-20T23:14:21.085Z[ host-image] Dec 20 23:14:19.590 INFO O| Dec 20 23:14:19.590 INFO O| Download: 2245/22788 items 24.8/199.7MB 12% complete (97.9k/s)
39282024-12-20T23:14:21.569Z[ recovery-image] Dec 20 23:14:20.074 INFO O| Dec 20 23:14:20.074 INFO O| Download: 3798/15862 items 42.3/176.4MB 23% complete (356k/s)
39292024-12-20T23:14:26.585Z[ recovery-image] Dec 20 23:14:25.089 INFO O| Dec 20 23:14:25.089 INFO O| Download: 4576/15862 items 42.9/176.4MB 24% complete (300k/s)
39302024-12-20T23:14:27.495Z[ host-image] Dec 20 23:14:25.999 INFO O| Dec 20 23:14:25.999 INFO O| Download: 2249/22788 items 24.8/199.7MB 12% complete (99.0k/s)
39312024-12-20T23:14:32.674Z[ recovery-image] Dec 20 23:14:31.178 INFO O| Dec 20 23:14:31.178 INFO O| Download: 4781/15862 items 43.0/176.4MB 24% complete (283k/s)
39322024-12-20T23:14:40.297Z[ host-image] Dec 20 23:14:38.800 INFO O| Dec 20 23:14:38.800 INFO O| Download: 2251/22788 items 24.8/199.7MB 12% complete
39332024-12-20T23:14:45.520Z[ host-image] Dec 20 23:14:44.018 INFO O| Dec 20 23:14:44.018 INFO O| Download: 2325/22788 items 27.3/199.7MB 13% complete (779k/s)
39342024-12-20T23:14:50.537Z[ host-image] Dec 20 23:14:49.040 INFO O| Dec 20 23:14:49.039 INFO O| Download: 2515/22788 items 30.4/199.7MB 15% complete (565k/s)
39352024-12-20T23:14:53.384Z[ recovery-image] Dec 20 23:14:51.886 INFO O| Dec 20 23:14:51.886 INFO O| Download: 4783/15862 items 43.0/176.4MB 24% complete
39362024-12-20T23:14:55.545Z[ host-image] Dec 20 23:14:54.047 INFO O| Dec 20 23:14:54.047 INFO O| Download: 2795/22788 items 31.9/199.7MB 15% complete (449k/s)
39372024-12-20T23:14:58.398Z[ recovery-image] Dec 20 23:14:56.899 INFO O| Dec 20 23:14:56.899 INFO O| Download: 5597/15862 items 43.5/176.4MB 24% complete (95.2k/s)
39382024-12-20T23:15:00.553Z[ host-image] Dec 20 23:14:59.054 INFO O| Dec 20 23:14:59.054 INFO O| Download: 3650/22788 items 37.4/199.7MB 18% complete (702k/s)
39392024-12-20T23:15:03.402Z[ recovery-image] Dec 20 23:15:01.902 INFO O| Dec 20 23:15:01.902 INFO O| Download: 5774/15862 items 51.9/176.4MB 29% complete (855k/s)
39402024-12-20T23:15:05.676Z[ host-image] Dec 20 23:15:04.176 INFO O| Dec 20 23:15:04.176 INFO O| Download: 4495/22788 items 41.9/199.7MB 20% complete (1.1M/s)
39412024-12-20T23:15:08.997Z[ recovery-image] Dec 20 23:15:07.497 INFO O| Dec 20 23:15:07.497 INFO O| Download: 5949/15862 items 53.6/176.4MB 30% complete (1.0M/s)
39422024-12-20T23:15:10.713Z[ host-image] Dec 20 23:15:09.213 INFO O| Dec 20 23:15:09.213 INFO O| Download: 4716/22788 items 44.8/199.7MB 22% complete (890k/s)
39432024-12-20T23:15:15.516Z[ recovery-image] Dec 20 23:15:14.016 INFO O| Dec 20 23:15:14.015 INFO O| Download: 6014/15862 items 54.1/176.4MB 30% complete (922k/s)
39442024-12-20T23:15:15.721Z[ host-image] Dec 20 23:15:14.220 INFO O| Dec 20 23:15:14.220 INFO O| Download: 5121/22788 items 45.9/199.7MB 23% complete (418k/s)
39452024-12-20T23:15:20.763Z[ host-image] Dec 20 23:15:19.262 INFO O| Dec 20 23:15:19.262 INFO O| Download: 5745/22788 items 46.3/199.7MB 23% complete (147k/s)
39462024-12-20T23:15:21.636Z[ recovery-image] Dec 20 23:15:20.134 INFO O| Dec 20 23:15:20.134 INFO O| Download: 6102/15862 items 56.5/176.4MB 32% complete (270k/s)
39472024-12-20T23:15:28.029Z[ recovery-image] Dec 20 23:15:26.527 INFO O| Dec 20 23:15:26.527 INFO O| Download: 6103/15862 items 56.6/176.4MB 32% complete (265k/s)
39482024-12-20T23:15:40.833Z[ recovery-image] Dec 20 23:15:39.329 INFO O| Dec 20 23:15:39.329 INFO O| Download: 6104/15862 items 56.6/176.4MB 32% complete
39492024-12-20T23:15:40.838Z[ host-image] Dec 20 23:15:39.335 INFO O| Dec 20 23:15:39.335 INFO O| Download: 5750/22788 items 46.3/199.7MB 23% complete
39502024-12-20T23:15:45.835Z[ recovery-image] Dec 20 23:15:44.331 INFO O| Dec 20 23:15:44.330 INFO O| Download: 6205/15862 items 62.1/176.4MB 35% complete (1.1M/s)
39512024-12-20T23:15:45.859Z[ host-image] Dec 20 23:15:44.355 INFO O| Dec 20 23:15:44.355 INFO O| Download: 6679/22788 items 46.8/199.7MB 23% complete (111k/s)
39522024-12-20T23:15:50.854Z[ recovery-image] Dec 20 23:15:49.349 INFO O| Dec 20 23:15:49.349 INFO O| Download: 7039/15862 items 70.8/176.4MB 40% complete (1.4M/s)
39532024-12-20T23:15:50.907Z[ host-image] Dec 20 23:15:49.402 INFO O| Dec 20 23:15:49.402 INFO O| Download: 6988/22788 items 50.5/199.7MB 25% complete (435k/s)
39542024-12-20T23:15:55.923Z[ host-image] Dec 20 23:15:54.418 INFO O| Dec 20 23:15:54.418 INFO O| Download: 7529/22788 items 58.2/199.7MB 29% complete (1.1M/s)
39552024-12-20T23:15:56.206Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
39562024-12-20T23:15:56.872Z[ recovery-image] Dec 20 23:15:55.366 INFO O| Dec 20 23:15:55.366 INFO O| Download: 7211/15862 items 73.3/176.4MB 41% complete (1.8M/s)
39572024-12-20T23:16:00.717Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
39582024-12-20T23:16:09.574Z[ host-image] Dec 20 23:16:08.068 INFO O| Dec 20 23:16:08.067 INFO O| Download: 7957/22788 items 59.6/199.7MB 29% complete
39592024-12-20T23:16:09.577Z[ recovery-image] Dec 20 23:16:08.070 INFO O| Dec 20 23:16:08.070 INFO O| Download: 7623/15862 items 73.7/176.4MB 41% complete (438k/s)
39602024-12-20T23:16:14.576Z[ host-image] Dec 20 23:16:13.069 INFO O| Dec 20 23:16:13.069 INFO O| Download: 8126/22788 items 60.8/199.7MB 30% complete (197k/s)
39612024-12-20T23:16:19.895Z[ host-image] Dec 20 23:16:18.388 INFO O| Dec 20 23:16:18.387 INFO O| Download: 8274/22788 items 65.7/199.7MB 32% complete (593k/s)
39622024-12-20T23:16:22.652Z[ recovery-image] Dec 20 23:16:20.893 INFO O| Dec 20 23:16:20.893 INFO O| Download: 7627/15862 items 73.7/176.4MB 41% complete
39632024-12-20T23:16:25.027Z[ host-image] Dec 20 23:16:23.518 INFO O| Dec 20 23:16:23.518 INFO O| Download: 8625/22788 items 70.6/199.7MB 35% complete (994k/s)
39642024-12-20T23:16:27.403Z[ recovery-image] Dec 20 23:16:25.895 INFO O| Dec 20 23:16:25.894 INFO O| Download: 7834/15862 items 75.5/176.4MB 42% complete (313k/s)
39652024-12-20T23:16:30.045Z[ host-image] Dec 20 23:16:28.536 INFO O| Dec 20 23:16:28.536 INFO O| Download: 9249/22788 items 79.7/199.7MB 39% complete (1.3M/s)
39662024-12-20T23:16:32.281Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
39672024-12-20T23:16:32.460Z[ recovery-image] Dec 20 23:16:30.951 INFO O| Dec 20 23:16:30.951 INFO O| Download: 7921/15862 items 77.4/176.4MB 43% complete (357k/s)
39682024-12-20T23:16:35.063Z[ host-image] Dec 20 23:16:33.550 INFO O| Dec 20 23:16:33.550 INFO O| Download: 9767/22788 items 83.5/199.7MB 41% complete (1.3M/s)
39692024-12-20T23:16:37.406Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39702024-12-20T23:16:38.620Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
39712024-12-20T23:16:39.033Z[ recovery-image] Dec 20 23:16:37.523 INFO O| Dec 20 23:16:37.523 INFO O| Download: 7970/15862 items 78.9/176.4MB 44% complete (406k/s)
39722024-12-20T23:16:40.076Z[ host-image] Dec 20 23:16:38.563 INFO O| Dec 20 23:16:38.563 INFO O| Download: 10316/22788 items 87.4/199.7MB 43% complete (976k/s)
39732024-12-20T23:16:44.065Z[ recovery-image] Dec 20 23:16:42.555 INFO O| Dec 20 23:16:42.555 INFO O| Download: 8479/15862 items 79.9/176.4MB 45% complete (272k/s)
39742024-12-20T23:16:45.995Z[ host-image] Dec 20 23:16:44.484 INFO O| Dec 20 23:16:44.484 INFO O| Download: 10412/22788 items 88.0/199.7MB 44% complete (615k/s)
39752024-12-20T23:16:51.273Z[ recovery-image] Dec 20 23:16:49.761 INFO O| Dec 20 23:16:49.760 INFO O| Download: 8661/15862 items 81.5/176.4MB 46% complete (343k/s)
39762024-12-20T23:16:51.559Z[ host-image] Dec 20 23:16:50.048 INFO O| Dec 20 23:16:50.048 INFO O| Download: 10843/22788 items 90.0/199.7MB 45% complete (219k/s)
39772024-12-20T23:16:58.013Z[ host-image] Dec 20 23:16:56.501 INFO O| Dec 20 23:16:56.501 INFO O| Download: 11096/22788 items 92.1/199.7MB 46% complete (427k/s)
39782024-12-20T23:17:03.330Z[ host-image] Dec 20 23:17:01.817 INFO O| Dec 20 23:17:01.817 INFO O| Download: 11228/22788 items 94.0/199.7MB 47% complete (449k/s)
39792024-12-20T23:17:08.402Z[ host-image] Dec 20 23:17:06.889 INFO O| Dec 20 23:17:06.889 INFO O| Download: 11275/22788 items 94.9/199.7MB 47% complete (269k/s)
39802024-12-20T23:17:12.422Z[ recovery-image] Dec 20 23:17:10.907 INFO O| Dec 20 23:17:10.907 INFO O| Download: 8663/15862 items 81.5/176.4MB 46% complete
39812024-12-20T23:17:13.404Z[ host-image] Dec 20 23:17:11.890 INFO O| Dec 20 23:17:11.889 INFO O| Download: 11954/22788 items 97.4/199.7MB 48% complete (300k/s)
39822024-12-20T23:17:18.412Z[ host-image] Dec 20 23:17:16.897 INFO O| Dec 20 23:17:16.897 INFO O| Download: 12080/22788 items 101.0/199.7MB 50% complete (641k/s)
39832024-12-20T23:17:19.639Z[ recovery-image] Dec 20 23:17:18.124 INFO O| Dec 20 23:17:18.124 INFO O| Download: 8769/15862 items 84.3/176.4MB 47% complete (1.2M/s)
39842024-12-20T23:17:23.592Z[ host-image] Dec 20 23:17:22.077 INFO O| Dec 20 23:17:22.076 INFO O| Download: 12108/22788 items 101.0/199.7MB 50% complete (560k/s)
39852024-12-20T23:17:24.656Z[ recovery-image] Dec 20 23:17:23.141 INFO O| Dec 20 23:17:23.141 INFO O| Download: 8841/15862 items 91.9/176.4MB 52% complete (813k/s)
39862024-12-20T23:17:29.025Z[ host-image] Dec 20 23:17:27.509 INFO O| Dec 20 23:17:27.509 INFO O| Download: 12200/22788 items 108.8/199.7MB 54% complete (850k/s)
39872024-12-20T23:17:29.666Z[ recovery-image] Dec 20 23:17:28.151 INFO O| Dec 20 23:17:28.151 INFO O| Download: 9464/15862 items 92.9/176.4MB 52% complete (895k/s)
39882024-12-20T23:17:34.685Z[ recovery-image] Dec 20 23:17:33.169 INFO O| Dec 20 23:17:33.169 INFO O| Download: 10129/15862 items 93.2/176.4MB 52% complete (137k/s)
39892024-12-20T23:17:34.736Z[ host-image] Dec 20 23:17:33.219 INFO O| Dec 20 23:17:33.219 INFO O| Download: 12288/22788 items 109.5/199.7MB 54% complete (948k/s)
39902024-12-20T23:17:39.756Z[ host-image] Dec 20 23:17:38.239 INFO O| Dec 20 23:17:38.239 INFO O| Download: 12785/22788 items 109.7/199.7MB 54% complete (105k/s)
39912024-12-20T23:17:40.177Z[ recovery-image] Dec 20 23:17:38.660 INFO O| Dec 20 23:17:38.660 INFO O| Download: 10546/15862 items 93.5/176.4MB 52% complete (69.8k/s)
39922024-12-20T23:17:45.428Z[ recovery-image] Dec 20 23:17:43.911 INFO O| Dec 20 23:17:43.910 INFO O| Download: 11012/15862 items 94.7/176.4MB 53% complete (123k/s)
39932024-12-20T23:17:49.631Z[ host-image] Dec 20 23:17:48.113 INFO O| Dec 20 23:17:48.113 INFO O| Download: 13314/22788 items 110.0/199.7MB 55% complete (52.2k/s)
39942024-12-20T23:17:50.511Z[ recovery-image] Dec 20 23:17:48.992 INFO O| Dec 20 23:17:48.992 INFO O| Download: 11077/15862 items 97.9/176.4MB 55% complete (374k/s)
39952024-12-20T23:17:54.704Z[ host-image] Dec 20 23:17:53.185 INFO O| Dec 20 23:17:53.185 INFO O| Download: 13833/22788 items 110.2/199.7MB 55% complete (52.0k/s)
39962024-12-20T23:18:00.692Z[ host-image] Dec 20 23:17:59.171 INFO O| Dec 20 23:17:59.170 INFO O| Download: 13905/22788 items 110.3/199.7MB 55% complete (34.2k/s)
39972024-12-20T23:18:01.733Z[ recovery-image] Dec 20 23:18:00.214 INFO O| Dec 20 23:18:00.213 INFO O| Download: 11080/15862 items 98.2/176.4MB 55% complete
39982024-12-20T23:18:06.011Z[ host-image] Dec 20 23:18:04.491 INFO O| Dec 20 23:18:04.491 INFO O| Download: 14265/22788 items 110.7/199.7MB 55% complete (42.2k/s)
39992024-12-20T23:18:06.882Z[ recovery-image] Dec 20 23:18:05.362 INFO O| Dec 20 23:18:05.362 INFO O| Download: 11427/15862 items 107.3/176.4MB 60% complete (1.9M/s)
40002024-12-20T23:18:11.890Z[ recovery-image] Dec 20 23:18:10.370 INFO O| Dec 20 23:18:10.369 INFO O| Download: 11855/15862 items 127.2/176.4MB 72% complete (2.9M/s)
40012024-12-20T23:18:12.020Z[ host-image] Dec 20 23:18:10.499 INFO O| Dec 20 23:18:10.499 INFO O| Download: 14423/22788 items 111.7/199.7MB 55% complete (136k/s)
40022024-12-20T23:18:17.182Z[ recovery-image] Dec 20 23:18:15.661 INFO O| Dec 20 23:18:15.661 INFO O| Download: 11925/15862 items 128.4/176.4MB 72% complete (2.7M/s)
40032024-12-20T23:18:22.189Z[ recovery-image] Dec 20 23:18:20.664 INFO O| Dec 20 23:18:20.664 INFO O| Download: 12285/15862 items 141.0/176.4MB 79% complete (1.4M/s)
40042024-12-20T23:18:27.435Z[ host-image] Dec 20 23:18:25.913 INFO O| Dec 20 23:18:25.912 INFO O| Download: 14507/22788 items 116.6/199.7MB 58% complete
40052024-12-20T23:18:28.271Z[ recovery-image] Dec 20 23:18:26.744 INFO O| Dec 20 23:18:26.744 INFO O| Download: 13021/15862 items 144.1/176.4MB 81% complete (1.7M/s)
40062024-12-20T23:18:32.457Z[ host-image] Dec 20 23:18:30.934 INFO O| Dec 20 23:18:30.934 INFO O| Download: 15035/22788 items 120.2/199.7MB 60% complete (767k/s)
40072024-12-20T23:18:33.274Z[ recovery-image] Dec 20 23:18:31.751 INFO O| Dec 20 23:18:31.751 INFO O| Download: 13570/15862 items 146.9/176.4MB 83% complete (496k/s)
40082024-12-20T23:18:37.771Z[ host-image] Dec 20 23:18:36.247 INFO O| Dec 20 23:18:36.247 INFO O| Download: 15547/22788 items 124.4/199.7MB 62% complete (843k/s)
40092024-12-20T23:18:38.675Z[ recovery-image] Dec 20 23:18:37.147 INFO O| Dec 20 23:18:37.147 INFO O| Download: 14040/15862 items 148.5/176.4MB 84% complete (456k/s)
40102024-12-20T23:18:45.217Z[ recovery-image] Dec 20 23:18:43.542 INFO O| Dec 20 23:18:43.542 INFO O| Download: 14043/15862 items 148.5/176.4MB 84% complete (448k/s)
40112024-12-20T23:18:45.308Z[ host-image] Dec 20 23:18:43.545 INFO O| Dec 20 23:18:43.545 INFO O| Download: 15551/22788 items 124.5/199.7MB 62% complete (822k/s)
40122024-12-20T23:18:50.523Z[ recovery-image] Dec 20 23:18:48.546 INFO O| Dec 20 23:18:48.546 INFO O| Download: 14550/15862 items 150.2/176.4MB 85% complete (354k/s)
40132024-12-20T23:18:50.523Z[ host-image] Dec 20 23:18:48.759 INFO O| Dec 20 23:18:48.759 INFO O| Download: 15754/22788 items 126.0/199.7MB 63% complete (340k/s)
40142024-12-20T23:18:55.305Z[ host-image] Dec 20 23:18:53.779 INFO O| Dec 20 23:18:53.779 INFO O| Download: 15942/22788 items 130.8/199.7MB 65% complete (617k/s)
40152024-12-20T23:18:56.714Z[ recovery-image] Dec 20 23:18:55.188 INFO O| Dec 20 23:18:55.188 INFO O| Download: 14672/15862 items 150.6/176.4MB 85% complete (322k/s)
40162024-12-20T23:19:00.350Z[ host-image] Dec 20 23:18:58.813 INFO O| Dec 20 23:18:58.813 INFO O| Download: 16591/22788 items 147.9/199.7MB 74% complete (2.2M/s)
40172024-12-20T23:19:05.597Z[ host-image] Dec 20 23:19:04.070 INFO O| Dec 20 23:19:04.070 INFO O| Download: 16890/22788 items 148.4/199.7MB 74% complete (2.2M/s)
40182024-12-20T23:19:05.918Z[ recovery-image] Dec 20 23:19:04.391 INFO O| Dec 20 23:19:04.390 INFO O| Download: 14769/15862 items 156.4/176.4MB 88% complete (598k/s)
40192024-12-20T23:19:10.642Z[ host-image] Dec 20 23:19:09.113 INFO O| Dec 20 23:19:09.113 INFO O| Download: 17408/22788 items 149.4/199.7MB 74% complete (153k/s)
40202024-12-20T23:19:11.743Z[ recovery-image] Dec 20 23:19:10.191 INFO O| Dec 20 23:19:10.191 INFO O| Download: 14815/15862 items 157.1/176.4MB 89% complete (505k/s)
40212024-12-20T23:19:15.853Z[ host-image] Dec 20 23:19:14.325 INFO O| Dec 20 23:19:14.324 INFO O| Download: 17883/22788 items 150.2/199.7MB 75% complete (189k/s)
40222024-12-20T23:19:17.049Z[ recovery-image] Dec 20 23:19:15.521 INFO O| Dec 20 23:19:15.520 INFO O| Download: 15263/15862 items 160.4/176.4MB 90% complete (307k/s)
40232024-12-20T23:19:22.095Z[ recovery-image] Dec 20 23:19:20.567 INFO O| Dec 20 23:19:20.567 INFO O| Download: 15526/15862 items 168.2/176.4MB 95% complete (1.1M/s)
40242024-12-20T23:19:25.066Z[ host-image] Dec 20 23:19:23.538 INFO O| Dec 20 23:19:23.538 INFO O| Download: 17892/22788 items 150.3/199.7MB 75% complete (176k/s)
40252024-12-20T23:19:29.016Z[ recovery-image] Dec 20 23:19:27.487 INFO O| Dec 20 23:19:27.487 INFO O| Download: 15558/15862 items 169.0/176.4MB 95% complete (1.1M/s)
40262024-12-20T23:19:30.188Z[ host-image] Dec 20 23:19:28.552 INFO O| Dec 20 23:19:28.552 INFO O| Download: 18431/22788 items 163.9/199.7MB 82% complete (2.7M/s)
40272024-12-20T23:19:34.252Z[ recovery-image] Dec 20 23:19:32.722 INFO O| Dec 20 23:19:32.722 INFO O| Download: 15836/15862 items 175.2/176.4MB 99% complete (620k/s)
40282024-12-20T23:19:35.083Z[ host-image] Dec 20 23:19:33.553 INFO O| Dec 20 23:19:33.553 INFO O| Download: 19181/22788 items 166.7/199.7MB 83% complete (1.6M/s)
40292024-12-20T23:19:35.537Z[ recovery-image] Dec 20 23:19:34.007 INFO O| Dec 20 23:19:34.007 INFO O| Download: Completed 176.38 MB in 370.81 seconds (485k/s)
40302024-12-20T23:19:36.525Z[ recovery-image] Dec 20 23:19:34.995 INFO O| Dec 20 23:19:34.995 INFO O| Actions: 1/25028 actions (Installing new actions)
40312024-12-20T23:19:40.103Z[ host-image] Dec 20 23:19:38.573 INFO O| Dec 20 23:19:38.573 INFO O| Download: 20073/22788 items 170.6/199.7MB 85% complete (699k/s)
40322024-12-20T23:19:41.526Z[ recovery-image] Dec 20 23:19:39.995 INFO O| Dec 20 23:19:39.995 INFO O| Actions: 9937/25028 actions (Installing new actions)
40332024-12-20T23:19:45.109Z[ host-image] Dec 20 23:19:43.578 INFO O| Dec 20 23:19:43.578 INFO O| Download: 20783/22788 items 173.6/199.7MB 86% complete (725k/s)
40342024-12-20T23:19:46.527Z[ recovery-image] Dec 20 23:19:44.995 INFO O| Dec 20 23:19:44.995 INFO O| Actions: 16051/25028 actions (Installing new actions)
40352024-12-20T23:19:50.741Z[ recovery-image] Dec 20 23:19:49.209 INFO O| Dec 20 23:19:49.209 INFO O| Actions: Completed 25028 actions in 14.21 seconds.
40362024-12-20T23:19:51.437Z[ recovery-image] Dec 20 23:19:49.905 INFO O| Dec 20 23:19:49.905 INFO O| Done
40372024-12-20T23:19:51.437Z[ recovery-image] Dec 20 23:19:49.905 INFO O| Dec 20 23:19:49.905 INFO O| Done
40382024-12-20T23:19:52.023Z[ host-image] Dec 20 23:19:50.491 INFO O| Dec 20 23:19:50.491 INFO O| Download: 20848/22788 items 178.0/199.7MB 89% complete (775k/s)
40392024-12-20T23:19:53.107Z[ recovery-image] Dec 20 23:19:51.575 INFO O| Dec 20 23:19:51.575 INFO O| Done
40402024-12-20T23:19:54.932Z[ recovery-image] Dec 20 23:19:53.400 INFO O| Dec 20 23:19:53.400 INFO O| Done
40412024-12-20T23:19:54.954Z[ recovery-image] Dec 20 23:19:53.422 INFO O| Dec 20 23:19:53.422 INFO O| Done
40422024-12-20T23:19:58.295Z[ host-image] Dec 20 23:19:56.762 INFO O| Dec 20 23:19:56.762 INFO O| Download: 21070/22788 items 179.4/199.7MB 89% complete (516k/s)
40432024-12-20T23:19:59.055Z[ recovery-image] Dec 20 23:19:57.522 INFO O| Dec 20 23:19:57.522 INFO O| Done
40442024-12-20T23:19:59.472Z[ recovery-image] Dec 20 23:19:57.940 INFO O| Dec 20 23:19:57.940 INFO O| Done
40452024-12-20T23:19:59.935Z[ recovery-image] Dec 20 23:19:58.403 INFO O| Dec 20 23:19:58.402 INFO STEP 11 (pkg_install) COMPLETE
40462024-12-20T23:19:59.935Z[ recovery-image] Dec 20 23:19:58.403 INFO O| Dec 20 23:19:58.402 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40472024-12-20T23:19:59.935Z[ recovery-image] Dec 20 23:19:58.403 INFO O| Dec 20 23:19:58.403 INFO skip step because feature "recovery" is enabled
40482024-12-20T23:19:59.938Z[ recovery-image] Dec 20 23:19:58.403 INFO O| Dec 20 23:19:58.403 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40492024-12-20T23:19:59.938Z[ recovery-image] Dec 20 23:19:58.403 INFO O| Dec 20 23:19:58.403 INFO skip step because feature "omicron1" is not enabled
40502024-12-20T23:19:59.938Z[ recovery-image] Dec 20 23:19:58.403 INFO O| Dec 20 23:19:58.403 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40512024-12-20T23:19:59.953Z[ recovery-image] Dec 20 23:19:58.421 INFO O| Dec 20 23:19:58.420 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"]
40522024-12-20T23:20:00.970Z[ recovery-image] Dec 20 23:19:59.437 INFO O| Dec 20 23:19:59.437 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
40532024-12-20T23:20:03.358Z[ host-image] Dec 20 23:20:01.825 INFO O| Dec 20 23:20:01.825 INFO O| Download: 21701/22788 items 183.6/199.7MB 91% complete (533k/s)
40542024-12-20T23:20:05.596Z[ recovery-image] Dec 20 23:20:04.063 INFO O| Dec 20 23:20:04.063 INFO O| Planning: Solver setup ... Done
40552024-12-20T23:20:05.603Z[ recovery-image] Dec 20 23:20:04.070 INFO O| Dec 20 23:20:04.069 INFO O| Planning: Running solver ... Done
40562024-12-20T23:20:05.687Z[ recovery-image] Dec 20 23:20:04.154 INFO O| Dec 20 23:20:04.154 INFO O| Planning: Finding local manifests ... Done
40572024-12-20T23:20:05.690Z[ recovery-image] Dec 20 23:20:04.155 INFO O| Dec 20 23:20:04.155 INFO O| Planning: Fetching manifests: 0/1 0% complete
40582024-12-20T23:20:05.865Z[ recovery-image] Dec 20 23:20:04.331 INFO O| Dec 20 23:20:04.331 INFO O| Planning: Fetching manifests: 1/1 100% complete
40592024-12-20T23:20:05.898Z[ recovery-image] Dec 20 23:20:04.364 INFO O| Dec 20 23:20:04.364 INFO O| Planning: Package planning ... Done
40602024-12-20T23:20:05.901Z[ recovery-image] Dec 20 23:20:04.365 INFO O| Dec 20 23:20:04.365 INFO O| Planning: Merging actions ... Done
40612024-12-20T23:20:05.960Z[ recovery-image] Dec 20 23:20:04.427 INFO O| Dec 20 23:20:04.427 INFO O| Planning: Checking for conflicting actions ... Done
40622024-12-20T23:20:05.963Z[ recovery-image] Dec 20 23:20:04.428 INFO O| Dec 20 23:20:04.428 INFO O| Planning: Consolidating action changes ... Done
40632024-12-20T23:20:06.284Z[ recovery-image] Dec 20 23:20:04.751 INFO O| Dec 20 23:20:04.750 INFO O| Planning: Evaluating mediators ... Done
40642024-12-20T23:20:06.287Z[ recovery-image] Dec 20 23:20:04.751 INFO O| Dec 20 23:20:04.751 INFO O| Planning: Planning completed in 5.31 seconds
40652024-12-20T23:20:06.287Z[ recovery-image] Dec 20 23:20:04.753 INFO O| Dec 20 23:20:04.753 INFO O| Packages to install: 1
40662024-12-20T23:20:06.305Z[ recovery-image] Dec 20 23:20:04.772 INFO O| Dec 20 23:20:04.772 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
40672024-12-20T23:20:07.420Z[ recovery-image] Dec 20 23:20:05.887 INFO O| Dec 20 23:20:05.887 INFO O| Download: Completed 9.99 MB in 1.11 seconds (9.0M/s)
40682024-12-20T23:20:07.490Z[ recovery-image] Dec 20 23:20:05.956 INFO O| Dec 20 23:20:05.956 INFO O| Actions: 1/22 actions (Installing new actions)
40692024-12-20T23:20:07.844Z[ recovery-image] Dec 20 23:20:06.311 INFO O| Dec 20 23:20:06.311 INFO O| Actions: Completed 22 actions in 0.36 seconds.
40702024-12-20T23:20:08.235Z[ recovery-image] Dec 20 23:20:06.702 INFO O| Dec 20 23:20:06.701 INFO O| Done
40712024-12-20T23:20:08.235Z[ recovery-image] Dec 20 23:20:06.702 INFO O| Dec 20 23:20:06.701 INFO O| Done
40722024-12-20T23:20:08.511Z[ host-image] Dec 20 23:20:06.977 INFO O| Dec 20 23:20:06.977 INFO O| Download: 21959/22788 items 191.6/199.7MB 95% complete (1.2M/s)
40732024-12-20T23:20:09.449Z[ recovery-image] Dec 20 23:20:07.915 INFO O| Dec 20 23:20:07.915 INFO O| Done
40742024-12-20T23:20:11.271Z[ recovery-image] Dec 20 23:20:09.737 INFO O| Dec 20 23:20:09.737 INFO O| Done
40752024-12-20T23:20:11.293Z[ recovery-image] Dec 20 23:20:09.759 INFO O| Dec 20 23:20:09.759 INFO O| Done
40762024-12-20T23:20:11.296Z[ recovery-image] Dec 20 23:20:09.760 INFO O| Dec 20 23:20:09.759 INFO O| Done
40772024-12-20T23:20:11.311Z[ recovery-image] Dec 20 23:20:09.777 INFO O| Dec 20 23:20:09.777 INFO O| Done
40782024-12-20T23:20:11.480Z[ recovery-image] Dec 20 23:20:09.946 INFO O| Dec 20 23:20:09.945 INFO STEP 14 (pkg_install) COMPLETE
40792024-12-20T23:20:11.480Z[ recovery-image] Dec 20 23:20:09.946 INFO O| Dec 20 23:20:09.945 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40802024-12-20T23:20:11.482Z[ recovery-image] Dec 20 23:20:09.946 INFO O| Dec 20 23:20:09.946 INFO skip step because feature "mfg" is not enabled
40812024-12-20T23:20:11.483Z[ recovery-image] Dec 20 23:20:09.946 INFO O| Dec 20 23:20:09.946 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40822024-12-20T23:20:11.483Z[ recovery-image] Dec 20 23:20:09.946 INFO O| Dec 20 23:20:09.946 INFO skip step because feature "compliance" is not enabled
40832024-12-20T23:20:11.483Z[ recovery-image] Dec 20 23:20:09.946 INFO O| Dec 20 23:20:09.946 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40842024-12-20T23:20:11.483Z[ recovery-image] Dec 20 23:20:09.946 INFO O| Dec 20 23:20:09.946 INFO skip step because feature "stress" is not enabled
40852024-12-20T23:20:11.483Z[ recovery-image] Dec 20 23:20:09.946 INFO O| Dec 20 23:20:09.946 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40862024-12-20T23:20:11.483Z[ recovery-image] Dec 20 23:20:09.946 INFO O| Dec 20 23:20:09.946 INFO skip step because feature "nfs" is not enabled
40872024-12-20T23:20:11.483Z[ recovery-image] Dec 20 23:20:09.946 INFO O| Dec 20 23:20:09.946 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
40882024-12-20T23:20:11.483Z[ recovery-image] Dec 20 23:20:09.946 INFO O| Dec 20 23:20:09.946 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
40892024-12-20T23:20:11.531Z[ recovery-image] Dec 20 23:20:09.997 INFO O| Dec 20 23:20:09.997 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
40902024-12-20T23:20:11.648Z[ recovery-image] Dec 20 23:20:10.114 INFO O| Dec 20 23:20:10.114 INFO completed processing gimlet/ramdisk-01-os
40912024-12-20T23:20:11.651Z[ recovery-image] Dec 20 23:20:10.117 INFO image builder template: ramdisk-02-trim...
40922024-12-20T23:20:11.654Z[ recovery-image] Dec 20 23:20:10.117 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/.tmpMH33g0/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
40932024-12-20T23:20:11.692Z[ recovery-image] Dec 20 23:20:10.158 INFO O| Dec 20 23:20:10.158 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40942024-12-20T23:20:11.700Z[ recovery-image] Dec 20 23:20:10.166 INFO O| Dec 20 23:20:10.166 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40952024-12-20T23:20:11.813Z[ recovery-image] Dec 20 23:20:10.279 INFO O| Dec 20 23:20:10.279 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
40962024-12-20T23:20:11.955Z[ recovery-image] Dec 20 23:20:10.421 INFO O| Dec 20 23:20:10.421 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40972024-12-20T23:20:11.958Z[ recovery-image] Dec 20 23:20:10.421 INFO O| Dec 20 23:20:10.421 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
40982024-12-20T23:20:11.966Z[ recovery-image] Dec 20 23:20:10.431 INFO O| Dec 20 23:20:10.431 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
40992024-12-20T23:20:11.974Z[ recovery-image] Dec 20 23:20:10.439 INFO O| Dec 20 23:20:10.439 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
41002024-12-20T23:20:11.984Z[ recovery-image] Dec 20 23:20:10.449 INFO O| Dec 20 23:20:10.449 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
41012024-12-20T23:20:12.223Z[ recovery-image] Dec 20 23:20:10.689 INFO O| Dec 20 23:20:10.689 INFO rolled back to input snapshot; work may begin
41022024-12-20T23:20:12.223Z[ recovery-image] Dec 20 23:20:10.689 INFO O| Dec 20 23:20:10.689 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
41032024-12-20T23:20:12.231Z[ recovery-image] Dec 20 23:20:10.697 INFO O| Dec 20 23:20:10.697 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41042024-12-20T23:20:12.249Z[ recovery-image] Dec 20 23:20:10.715 INFO O| Dec 20 23:20:10.715 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
41052024-12-20T23:20:12.383Z[ recovery-image] Dec 20 23:20:10.849 INFO O| Dec 20 23:20:10.849 INFO STEP 0 (remove_files) COMPLETE
41062024-12-20T23:20:12.383Z[ recovery-image] Dec 20 23:20:10.849 INFO O| Dec 20 23:20:10.849 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41072024-12-20T23:20:12.402Z[ recovery-image] Dec 20 23:20:10.867 INFO O| Dec 20 23:20:10.867 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
41082024-12-20T23:20:12.404Z[ recovery-image] Dec 20 23:20:10.870 INFO O| Dec 20 23:20:10.870 INFO STEP 1 (remove_files) COMPLETE
41092024-12-20T23:20:12.404Z[ recovery-image] Dec 20 23:20:10.870 INFO O| Dec 20 23:20:10.870 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41102024-12-20T23:20:12.424Z[ recovery-image] Dec 20 23:20:10.890 INFO O| Dec 20 23:20:10.889 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
41112024-12-20T23:20:12.449Z[ recovery-image] Dec 20 23:20:10.915 INFO O| Dec 20 23:20:10.915 INFO STEP 2 (remove_files) COMPLETE
41122024-12-20T23:20:12.449Z[ recovery-image] Dec 20 23:20:10.915 INFO O| Dec 20 23:20:10.915 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41132024-12-20T23:20:12.507Z[ recovery-image] Dec 20 23:20:10.972 INFO O| Dec 20 23:20:10.972 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
41142024-12-20T23:20:12.509Z[ recovery-image] Dec 20 23:20:10.975 INFO O| Dec 20 23:20:10.975 INFO STEP 3 (remove_files) COMPLETE
41152024-12-20T23:20:12.509Z[ recovery-image] Dec 20 23:20:10.975 INFO O| Dec 20 23:20:10.975 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41162024-12-20T23:20:12.530Z[ recovery-image] Dec 20 23:20:10.994 INFO O| Dec 20 23:20:10.994 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
41172024-12-20T23:20:12.536Z[ recovery-image] Dec 20 23:20:11.002 INFO O| Dec 20 23:20:11.002 INFO STEP 4 (remove_files) COMPLETE
41182024-12-20T23:20:12.536Z[ recovery-image] Dec 20 23:20:11.002 INFO O| Dec 20 23:20:11.002 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41192024-12-20T23:20:12.562Z[ recovery-image] Dec 20 23:20:11.028 INFO O| Dec 20 23:20:11.028 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
41202024-12-20T23:20:12.562Z[ recovery-image] Dec 20 23:20:11.028 INFO O| Dec 20 23:20:11.028 INFO STEP 5 (remove_files) COMPLETE
41212024-12-20T23:20:12.566Z[ recovery-image] Dec 20 23:20:11.028 INFO O| Dec 20 23:20:11.028 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41222024-12-20T23:20:12.580Z[ recovery-image] Dec 20 23:20:11.046 INFO O| Dec 20 23:20:11.045 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
41232024-12-20T23:20:12.603Z[ recovery-image] Dec 20 23:20:11.066 INFO O| Dec 20 23:20:11.066 INFO STEP 6 (remove_files) COMPLETE
41242024-12-20T23:20:12.603Z[ recovery-image] Dec 20 23:20:11.066 INFO O| Dec 20 23:20:11.066 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41252024-12-20T23:20:12.603Z[ recovery-image] Dec 20 23:20:11.066 INFO O| Dec 20 23:20:11.066 INFO skip step because feature "recovery" is enabled
41262024-12-20T23:20:12.621Z[ recovery-image] Dec 20 23:20:11.066 INFO O| Dec 20 23:20:11.066 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41272024-12-20T23:20:12.621Z[ recovery-image] Dec 20 23:20:11.066 INFO O| Dec 20 23:20:11.066 INFO skip step because feature "recovery" is enabled
41282024-12-20T23:20:12.621Z[ recovery-image] Dec 20 23:20:11.066 INFO O| Dec 20 23:20:11.066 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41292024-12-20T23:20:12.621Z[ recovery-image] Dec 20 23:20:11.066 INFO O| Dec 20 23:20:11.066 INFO skip step because feature "recovery" is enabled
41302024-12-20T23:20:12.621Z[ recovery-image] Dec 20 23:20:11.066 INFO O| Dec 20 23:20:11.066 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41312024-12-20T23:20:12.661Z[ recovery-image] Dec 20 23:20:11.127 INFO O| Dec 20 23:20:11.127 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
41322024-12-20T23:20:12.667Z[ recovery-image] Dec 20 23:20:11.133 INFO O| Dec 20 23:20:11.133 INFO STEP 10 (remove_files) COMPLETE
41332024-12-20T23:20:12.669Z[ recovery-image] Dec 20 23:20:11.133 INFO O| Dec 20 23:20:11.133 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41342024-12-20T23:20:12.685Z[ recovery-image] Dec 20 23:20:11.151 INFO O| Dec 20 23:20:11.151 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
41352024-12-20T23:20:12.688Z[ recovery-image] Dec 20 23:20:11.153 INFO O| Dec 20 23:20:11.153 INFO STEP 11 (remove_files) COMPLETE
41362024-12-20T23:20:12.688Z[ recovery-image] Dec 20 23:20:11.153 INFO O| Dec 20 23:20:11.153 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41372024-12-20T23:20:12.705Z[ recovery-image] Dec 20 23:20:11.170 INFO O| Dec 20 23:20:11.170 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
41382024-12-20T23:20:12.708Z[ recovery-image] Dec 20 23:20:11.173 INFO O| Dec 20 23:20:11.173 INFO STEP 12 (remove_files) COMPLETE
41392024-12-20T23:20:12.708Z[ recovery-image] Dec 20 23:20:11.173 INFO O| Dec 20 23:20:11.173 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41402024-12-20T23:20:12.740Z[ recovery-image] Dec 20 23:20:11.203 INFO O| Dec 20 23:20:11.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
41412024-12-20T23:20:13.079Z[ recovery-image] Dec 20 23:20:11.543 INFO O| Dec 20 23:20:11.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
41422024-12-20T23:20:13.090Z[ recovery-image] Dec 20 23:20:11.556 INFO O| Dec 20 23:20:11.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
41432024-12-20T23:20:13.147Z[ recovery-image] Dec 20 23:20:11.613 INFO O| Dec 20 23:20:11.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
41442024-12-20T23:20:13.153Z[ recovery-image] Dec 20 23:20:11.619 INFO O| Dec 20 23:20:11.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
41452024-12-20T23:20:13.169Z[ recovery-image] Dec 20 23:20:11.635 INFO O| Dec 20 23:20:11.635 INFO STEP 13 (remove_files) COMPLETE
41462024-12-20T23:20:13.169Z[ recovery-image] Dec 20 23:20:11.635 INFO O| Dec 20 23:20:11.635 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41472024-12-20T23:20:13.189Z[ recovery-image] Dec 20 23:20:11.655 INFO O| Dec 20 23:20:11.654 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
41482024-12-20T23:20:13.192Z[ recovery-image] Dec 20 23:20:11.657 INFO O| Dec 20 23:20:11.657 INFO STEP 14 (remove_files) COMPLETE
41492024-12-20T23:20:13.192Z[ recovery-image] Dec 20 23:20:11.657 INFO O| Dec 20 23:20:11.657 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41502024-12-20T23:20:13.219Z[ recovery-image] Dec 20 23:20:11.685 INFO O| Dec 20 23:20:11.685 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
41512024-12-20T23:20:13.231Z[ recovery-image] Dec 20 23:20:11.696 INFO O| Dec 20 23:20:11.696 INFO STEP 15 (remove_files) COMPLETE
41522024-12-20T23:20:13.231Z[ recovery-image] Dec 20 23:20:11.696 INFO O| Dec 20 23:20:11.696 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41532024-12-20T23:20:13.273Z[ recovery-image] Dec 20 23:20:11.739 INFO O| Dec 20 23:20:11.739 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
41542024-12-20T23:20:13.276Z[ recovery-image] Dec 20 23:20:11.740 INFO O| Dec 20 23:20:11.740 INFO STEP 16 (remove_files) COMPLETE
41552024-12-20T23:20:13.276Z[ recovery-image] Dec 20 23:20:11.740 INFO O| Dec 20 23:20:11.740 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41562024-12-20T23:20:13.309Z[ recovery-image] Dec 20 23:20:11.775 INFO O| Dec 20 23:20:11.775 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
41572024-12-20T23:20:13.312Z[ recovery-image] Dec 20 23:20:11.777 INFO O| Dec 20 23:20:11.777 INFO STEP 17 (remove_files) COMPLETE
41582024-12-20T23:20:13.312Z[ recovery-image] Dec 20 23:20:11.777 INFO O| Dec 20 23:20:11.777 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41592024-12-20T23:20:13.372Z[ recovery-image] Dec 20 23:20:11.838 INFO O| Dec 20 23:20:11.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
41602024-12-20T23:20:13.372Z[ recovery-image] Dec 20 23:20:11.838 INFO O| Dec 20 23:20:11.838 INFO STEP 18 (remove_files) COMPLETE
41612024-12-20T23:20:13.375Z[ recovery-image] Dec 20 23:20:11.838 INFO O| Dec 20 23:20:11.838 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41622024-12-20T23:20:13.392Z[ recovery-image] Dec 20 23:20:11.857 INFO O| Dec 20 23:20:11.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
41632024-12-20T23:20:13.392Z[ recovery-image] Dec 20 23:20:11.857 INFO O| Dec 20 23:20:11.857 INFO STEP 19 (remove_files) COMPLETE
41642024-12-20T23:20:13.392Z[ recovery-image] Dec 20 23:20:11.857 INFO O| Dec 20 23:20:11.857 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41652024-12-20T23:20:13.410Z[ recovery-image] Dec 20 23:20:11.876 INFO O| Dec 20 23:20:11.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
41662024-12-20T23:20:13.410Z[ recovery-image] Dec 20 23:20:11.876 INFO O| Dec 20 23:20:11.876 INFO STEP 20 (remove_files) COMPLETE
41672024-12-20T23:20:13.410Z[ recovery-image] Dec 20 23:20:11.876 INFO O| Dec 20 23:20:11.876 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41682024-12-20T23:20:13.429Z[ recovery-image] Dec 20 23:20:11.895 INFO O| Dec 20 23:20:11.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
41692024-12-20T23:20:13.429Z[ recovery-image] Dec 20 23:20:11.895 INFO O| Dec 20 23:20:11.895 INFO STEP 21 (remove_files) COMPLETE
41702024-12-20T23:20:13.429Z[ recovery-image] Dec 20 23:20:11.895 INFO O| Dec 20 23:20:11.895 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41712024-12-20T23:20:13.448Z[ recovery-image] Dec 20 23:20:11.914 INFO O| Dec 20 23:20:11.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
41722024-12-20T23:20:13.449Z[ recovery-image] Dec 20 23:20:11.914 INFO O| Dec 20 23:20:11.914 INFO STEP 22 (remove_files) COMPLETE
41732024-12-20T23:20:13.449Z[ recovery-image] Dec 20 23:20:11.914 INFO O| Dec 20 23:20:11.914 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41742024-12-20T23:20:13.478Z[ recovery-image] Dec 20 23:20:11.943 INFO O| Dec 20 23:20:11.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
41752024-12-20T23:20:13.478Z[ recovery-image] Dec 20 23:20:11.943 INFO O| Dec 20 23:20:11.943 INFO STEP 23 (remove_files) COMPLETE
41762024-12-20T23:20:13.478Z[ recovery-image] Dec 20 23:20:11.943 INFO O| Dec 20 23:20:11.943 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41772024-12-20T23:20:13.497Z[ recovery-image] Dec 20 23:20:11.963 INFO O| Dec 20 23:20:11.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
41782024-12-20T23:20:13.497Z[ recovery-image] Dec 20 23:20:11.963 INFO O| Dec 20 23:20:11.963 INFO STEP 24 (remove_files) COMPLETE
41792024-12-20T23:20:13.497Z[ recovery-image] Dec 20 23:20:11.963 INFO O| Dec 20 23:20:11.963 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41802024-12-20T23:20:13.519Z[ recovery-image] Dec 20 23:20:11.984 INFO O| Dec 20 23:20:11.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
41812024-12-20T23:20:13.519Z[ recovery-image] Dec 20 23:20:11.984 INFO O| Dec 20 23:20:11.984 INFO STEP 25 (remove_files) COMPLETE
41822024-12-20T23:20:13.522Z[ recovery-image] Dec 20 23:20:11.984 INFO O| Dec 20 23:20:11.984 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41832024-12-20T23:20:13.543Z[ recovery-image] Dec 20 23:20:12.009 INFO O| Dec 20 23:20:12.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
41842024-12-20T23:20:13.546Z[ recovery-image] Dec 20 23:20:12.009 INFO O| Dec 20 23:20:12.009 INFO STEP 26 (remove_files) COMPLETE
41852024-12-20T23:20:13.546Z[ recovery-image] Dec 20 23:20:12.010 INFO O| Dec 20 23:20:12.010 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41862024-12-20T23:20:13.563Z[ recovery-image] Dec 20 23:20:12.029 INFO O| Dec 20 23:20:12.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
41872024-12-20T23:20:13.566Z[ recovery-image] Dec 20 23:20:12.029 INFO O| Dec 20 23:20:12.029 INFO STEP 27 (remove_files) COMPLETE
41882024-12-20T23:20:13.566Z[ recovery-image] Dec 20 23:20:12.029 INFO O| Dec 20 23:20:12.029 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41892024-12-20T23:20:13.583Z[ recovery-image] Dec 20 23:20:12.049 INFO O| Dec 20 23:20:12.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
41902024-12-20T23:20:13.585Z[ recovery-image] Dec 20 23:20:12.049 INFO O| Dec 20 23:20:12.049 INFO STEP 28 (remove_files) COMPLETE
41912024-12-20T23:20:13.585Z[ recovery-image] Dec 20 23:20:12.049 INFO O| Dec 20 23:20:12.049 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41922024-12-20T23:20:13.602Z[ recovery-image] Dec 20 23:20:12.067 INFO O| Dec 20 23:20:12.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
41932024-12-20T23:20:13.602Z[ recovery-image] Dec 20 23:20:12.068 INFO O| Dec 20 23:20:12.068 INFO STEP 29 (remove_files) COMPLETE
41942024-12-20T23:20:13.604Z[ recovery-image] Dec 20 23:20:12.068 INFO O| Dec 20 23:20:12.068 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41952024-12-20T23:20:13.619Z[ recovery-image] Dec 20 23:20:12.085 INFO O| Dec 20 23:20:12.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
41962024-12-20T23:20:13.622Z[ recovery-image] Dec 20 23:20:12.085 INFO O| Dec 20 23:20:12.085 INFO STEP 30 (remove_files) COMPLETE
41972024-12-20T23:20:13.622Z[ recovery-image] Dec 20 23:20:12.085 INFO O| Dec 20 23:20:12.085 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41982024-12-20T23:20:13.635Z[ recovery-image] Dec 20 23:20:12.100 INFO O| Dec 20 23:20:12.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
41992024-12-20T23:20:13.638Z[ recovery-image] Dec 20 23:20:12.101 INFO O| Dec 20 23:20:12.101 INFO STEP 31 (remove_files) COMPLETE
42002024-12-20T23:20:13.638Z[ recovery-image] Dec 20 23:20:12.101 INFO O| Dec 20 23:20:12.101 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42012024-12-20T23:20:13.663Z[ host-image] Dec 20 23:20:12.129 INFO O| Dec 20 23:20:12.129 INFO O| Download: 21999/22788 items 191.9/199.7MB 96% complete (887k/s)
42022024-12-20T23:20:13.666Z[ recovery-image] Dec 20 23:20:12.131 INFO O| Dec 20 23:20:12.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
42032024-12-20T23:20:13.666Z[ recovery-image] Dec 20 23:20:12.131 INFO O| Dec 20 23:20:12.131 INFO STEP 32 (remove_files) COMPLETE
42042024-12-20T23:20:13.666Z[ recovery-image] Dec 20 23:20:12.131 INFO O| Dec 20 23:20:12.131 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42052024-12-20T23:20:13.686Z[ recovery-image] Dec 20 23:20:12.151 INFO O| Dec 20 23:20:12.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
42062024-12-20T23:20:13.689Z[ recovery-image] Dec 20 23:20:12.152 INFO O| Dec 20 23:20:12.152 INFO STEP 33 (remove_files) COMPLETE
42072024-12-20T23:20:13.689Z[ recovery-image] Dec 20 23:20:12.152 INFO O| Dec 20 23:20:12.152 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42082024-12-20T23:20:13.706Z[ recovery-image] Dec 20 23:20:12.171 INFO O| Dec 20 23:20:12.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
42092024-12-20T23:20:13.709Z[ recovery-image] Dec 20 23:20:12.172 INFO O| Dec 20 23:20:12.172 INFO STEP 34 (remove_files) COMPLETE
42102024-12-20T23:20:13.709Z[ recovery-image] Dec 20 23:20:12.172 INFO O| Dec 20 23:20:12.172 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42112024-12-20T23:20:13.724Z[ recovery-image] Dec 20 23:20:12.190 INFO O| Dec 20 23:20:12.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
42122024-12-20T23:20:13.724Z[ recovery-image] Dec 20 23:20:12.190 INFO O| Dec 20 23:20:12.190 INFO STEP 35 (remove_files) COMPLETE
42132024-12-20T23:20:13.729Z[ recovery-image] Dec 20 23:20:12.190 INFO O| Dec 20 23:20:12.190 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42142024-12-20T23:20:13.742Z[ recovery-image] Dec 20 23:20:12.207 INFO O| Dec 20 23:20:12.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
42152024-12-20T23:20:13.742Z[ recovery-image] Dec 20 23:20:12.207 INFO O| Dec 20 23:20:12.207 INFO STEP 36 (remove_files) COMPLETE
42162024-12-20T23:20:13.745Z[ recovery-image] Dec 20 23:20:12.207 INFO O| Dec 20 23:20:12.207 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42172024-12-20T23:20:13.775Z[ recovery-image] Dec 20 23:20:12.240 INFO O| Dec 20 23:20:12.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
42182024-12-20T23:20:13.775Z[ recovery-image] Dec 20 23:20:12.240 INFO O| Dec 20 23:20:12.240 INFO STEP 37 (remove_files) COMPLETE
42192024-12-20T23:20:13.778Z[ recovery-image] Dec 20 23:20:12.240 INFO O| Dec 20 23:20:12.240 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42202024-12-20T23:20:13.795Z[ recovery-image] Dec 20 23:20:12.261 INFO O| Dec 20 23:20:12.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
42212024-12-20T23:20:13.795Z[ recovery-image] Dec 20 23:20:12.261 INFO O| Dec 20 23:20:12.261 INFO STEP 38 (remove_files) COMPLETE
42222024-12-20T23:20:13.798Z[ recovery-image] Dec 20 23:20:12.261 INFO O| Dec 20 23:20:12.261 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42232024-12-20T23:20:13.815Z[ recovery-image] Dec 20 23:20:12.280 INFO O| Dec 20 23:20:12.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
42242024-12-20T23:20:13.815Z[ recovery-image] Dec 20 23:20:12.280 INFO O| Dec 20 23:20:12.280 INFO STEP 39 (remove_files) COMPLETE
42252024-12-20T23:20:13.815Z[ recovery-image] Dec 20 23:20:12.280 INFO O| Dec 20 23:20:12.280 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42262024-12-20T23:20:13.833Z[ recovery-image] Dec 20 23:20:12.299 INFO O| Dec 20 23:20:12.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
42272024-12-20T23:20:13.833Z[ recovery-image] Dec 20 23:20:12.299 INFO O| Dec 20 23:20:12.299 INFO STEP 40 (remove_files) COMPLETE
42282024-12-20T23:20:13.836Z[ recovery-image] Dec 20 23:20:12.299 INFO O| Dec 20 23:20:12.299 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42292024-12-20T23:20:13.851Z[ recovery-image] Dec 20 23:20:12.317 INFO O| Dec 20 23:20:12.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
42302024-12-20T23:20:13.852Z[ recovery-image] Dec 20 23:20:12.317 INFO O| Dec 20 23:20:12.317 INFO STEP 41 (remove_files) COMPLETE
42312024-12-20T23:20:13.852Z[ recovery-image] Dec 20 23:20:12.317 INFO O| Dec 20 23:20:12.317 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42322024-12-20T23:20:13.883Z[ recovery-image] Dec 20 23:20:12.348 INFO O| Dec 20 23:20:12.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
42332024-12-20T23:20:13.883Z[ recovery-image] Dec 20 23:20:12.348 INFO O| Dec 20 23:20:12.348 INFO STEP 42 (remove_files) COMPLETE
42342024-12-20T23:20:13.886Z[ recovery-image] Dec 20 23:20:12.348 INFO O| Dec 20 23:20:12.348 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42352024-12-20T23:20:13.905Z[ recovery-image] Dec 20 23:20:12.370 INFO O| Dec 20 23:20:12.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
42362024-12-20T23:20:13.905Z[ recovery-image] Dec 20 23:20:12.371 INFO O| Dec 20 23:20:12.370 INFO STEP 43 (remove_files) COMPLETE
42372024-12-20T23:20:13.905Z[ recovery-image] Dec 20 23:20:12.371 INFO O| Dec 20 23:20:12.371 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42382024-12-20T23:20:13.925Z[ recovery-image] Dec 20 23:20:12.391 INFO O| Dec 20 23:20:12.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
42392024-12-20T23:20:13.925Z[ recovery-image] Dec 20 23:20:12.391 INFO O| Dec 20 23:20:12.391 INFO STEP 44 (remove_files) COMPLETE
42402024-12-20T23:20:13.925Z[ recovery-image] Dec 20 23:20:12.391 INFO O| Dec 20 23:20:12.391 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42412024-12-20T23:20:13.945Z[ recovery-image] Dec 20 23:20:12.410 INFO O| Dec 20 23:20:12.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
42422024-12-20T23:20:13.945Z[ recovery-image] Dec 20 23:20:12.411 INFO O| Dec 20 23:20:12.410 INFO STEP 45 (remove_files) COMPLETE
42432024-12-20T23:20:13.945Z[ recovery-image] Dec 20 23:20:12.411 INFO O| Dec 20 23:20:12.410 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42442024-12-20T23:20:13.963Z[ recovery-image] Dec 20 23:20:12.429 INFO O| Dec 20 23:20:12.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
42452024-12-20T23:20:13.966Z[ recovery-image] Dec 20 23:20:12.429 INFO O| Dec 20 23:20:12.429 INFO STEP 46 (remove_files) COMPLETE
42462024-12-20T23:20:13.966Z[ recovery-image] Dec 20 23:20:12.429 INFO O| Dec 20 23:20:12.429 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42472024-12-20T23:20:14.002Z[ recovery-image] Dec 20 23:20:12.468 INFO O| Dec 20 23:20:12.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
42482024-12-20T23:20:14.002Z[ recovery-image] Dec 20 23:20:12.468 INFO O| Dec 20 23:20:12.468 INFO STEP 47 (remove_files) COMPLETE
42492024-12-20T23:20:14.005Z[ recovery-image] Dec 20 23:20:12.468 INFO O| Dec 20 23:20:12.468 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42502024-12-20T23:20:14.026Z[ recovery-image] Dec 20 23:20:12.489 INFO O| Dec 20 23:20:12.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
42512024-12-20T23:20:14.026Z[ recovery-image] Dec 20 23:20:12.489 INFO O| Dec 20 23:20:12.489 INFO STEP 48 (remove_files) COMPLETE
42522024-12-20T23:20:14.030Z[ recovery-image] Dec 20 23:20:12.489 INFO O| Dec 20 23:20:12.489 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42532024-12-20T23:20:14.043Z[ recovery-image] Dec 20 23:20:12.509 INFO O| Dec 20 23:20:12.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
42542024-12-20T23:20:14.043Z[ recovery-image] Dec 20 23:20:12.509 INFO O| Dec 20 23:20:12.509 INFO STEP 49 (remove_files) COMPLETE
42552024-12-20T23:20:14.043Z[ recovery-image] Dec 20 23:20:12.509 INFO O| Dec 20 23:20:12.509 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42562024-12-20T23:20:14.063Z[ recovery-image] Dec 20 23:20:12.529 INFO O| Dec 20 23:20:12.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
42572024-12-20T23:20:14.063Z[ recovery-image] Dec 20 23:20:12.529 INFO O| Dec 20 23:20:12.529 INFO STEP 50 (remove_files) COMPLETE
42582024-12-20T23:20:14.063Z[ recovery-image] Dec 20 23:20:12.529 INFO O| Dec 20 23:20:12.529 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42592024-12-20T23:20:14.085Z[ recovery-image] Dec 20 23:20:12.547 INFO O| Dec 20 23:20:12.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
42602024-12-20T23:20:14.085Z[ recovery-image] Dec 20 23:20:12.547 INFO O| Dec 20 23:20:12.547 INFO STEP 51 (remove_files) COMPLETE
42612024-12-20T23:20:14.091Z[ recovery-image] Dec 20 23:20:12.547 INFO O| Dec 20 23:20:12.547 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42622024-12-20T23:20:14.100Z[ recovery-image] Dec 20 23:20:12.566 INFO O| Dec 20 23:20:12.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
42632024-12-20T23:20:14.100Z[ recovery-image] Dec 20 23:20:12.566 INFO O| Dec 20 23:20:12.566 INFO STEP 52 (remove_files) COMPLETE
42642024-12-20T23:20:14.100Z[ recovery-image] Dec 20 23:20:12.566 INFO O| Dec 20 23:20:12.566 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42652024-12-20T23:20:14.132Z[ recovery-image] Dec 20 23:20:12.597 INFO O| Dec 20 23:20:12.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
42662024-12-20T23:20:14.132Z[ recovery-image] Dec 20 23:20:12.597 INFO O| Dec 20 23:20:12.597 INFO STEP 53 (remove_files) COMPLETE
42672024-12-20T23:20:14.132Z[ recovery-image] Dec 20 23:20:12.597 INFO O| Dec 20 23:20:12.597 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42682024-12-20T23:20:14.185Z[ recovery-image] Dec 20 23:20:12.651 INFO O| Dec 20 23:20:12.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
42692024-12-20T23:20:14.185Z[ recovery-image] Dec 20 23:20:12.651 INFO O| Dec 20 23:20:12.651 INFO STEP 54 (remove_files) COMPLETE
42702024-12-20T23:20:14.187Z[ recovery-image] Dec 20 23:20:12.651 INFO O| Dec 20 23:20:12.651 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42712024-12-20T23:20:14.222Z[ recovery-image] Dec 20 23:20:12.687 INFO O| Dec 20 23:20:12.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
42722024-12-20T23:20:14.222Z[ recovery-image] Dec 20 23:20:12.687 INFO O| Dec 20 23:20:12.687 INFO STEP 55 (remove_files) COMPLETE
42732024-12-20T23:20:14.222Z[ recovery-image] Dec 20 23:20:12.688 INFO O| Dec 20 23:20:12.687 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42742024-12-20T23:20:14.261Z[ recovery-image] Dec 20 23:20:12.726 INFO O| Dec 20 23:20:12.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
42752024-12-20T23:20:14.261Z[ recovery-image] Dec 20 23:20:12.726 INFO O| Dec 20 23:20:12.726 INFO STEP 56 (remove_files) COMPLETE
42762024-12-20T23:20:14.261Z[ recovery-image] Dec 20 23:20:12.726 INFO O| Dec 20 23:20:12.726 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42772024-12-20T23:20:14.285Z[ recovery-image] Dec 20 23:20:12.750 INFO O| Dec 20 23:20:12.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
42782024-12-20T23:20:14.287Z[ recovery-image] Dec 20 23:20:12.750 INFO O| Dec 20 23:20:12.750 INFO STEP 57 (remove_files) COMPLETE
42792024-12-20T23:20:14.287Z[ recovery-image] Dec 20 23:20:12.751 INFO O| Dec 20 23:20:12.750 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42802024-12-20T23:20:14.306Z[ recovery-image] Dec 20 23:20:12.771 INFO O| Dec 20 23:20:12.771 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
42812024-12-20T23:20:14.308Z[ recovery-image] Dec 20 23:20:12.771 INFO O| Dec 20 23:20:12.771 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
42822024-12-20T23:20:14.308Z[ recovery-image] Dec 20 23:20:12.772 INFO O| Dec 20 23:20:12.771 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42832024-12-20T23:20:14.308Z[ recovery-image] Dec 20 23:20:12.772 INFO O| Dec 20 23:20:12.772 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42842024-12-20T23:20:14.308Z[ recovery-image] Dec 20 23:20:12.772 INFO O| Dec 20 23:20:12.772 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42852024-12-20T23:20:14.308Z[ recovery-image] Dec 20 23:20:12.773 INFO O| Dec 20 23:20:12.773 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42862024-12-20T23:20:14.309Z[ recovery-image] Dec 20 23:20:12.773 INFO O| Dec 20 23:20:12.773 INFO ok!
42872024-12-20T23:20:14.309Z[ recovery-image] Dec 20 23:20:12.773 INFO O| Dec 20 23:20:12.773 INFO STEP 58 (ensure_file) COMPLETE
42882024-12-20T23:20:14.309Z[ recovery-image] Dec 20 23:20:12.773 INFO O| Dec 20 23:20:12.773 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42892024-12-20T23:20:14.327Z[ recovery-image] Dec 20 23:20:12.793 INFO O| Dec 20 23:20:12.792 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
42902024-12-20T23:20:14.330Z[ recovery-image] Dec 20 23:20:12.793 INFO O| Dec 20 23:20:12.793 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
42912024-12-20T23:20:14.331Z[ recovery-image] Dec 20 23:20:12.793 INFO O| Dec 20 23:20:12.793 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42922024-12-20T23:20:14.331Z[ recovery-image] Dec 20 23:20:12.793 INFO O| Dec 20 23:20:12.793 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42932024-12-20T23:20:14.331Z[ recovery-image] Dec 20 23:20:12.793 INFO O| Dec 20 23:20:12.793 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42942024-12-20T23:20:14.331Z[ recovery-image] Dec 20 23:20:12.794 INFO O| Dec 20 23:20:12.793 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42952024-12-20T23:20:14.331Z[ recovery-image] Dec 20 23:20:12.794 INFO O| Dec 20 23:20:12.794 INFO ok!
42962024-12-20T23:20:14.331Z[ recovery-image] Dec 20 23:20:12.794 INFO O| Dec 20 23:20:12.794 INFO STEP 59 (ensure_file) COMPLETE
42972024-12-20T23:20:14.331Z[ recovery-image] Dec 20 23:20:12.794 INFO O| Dec 20 23:20:12.794 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42982024-12-20T23:20:14.346Z[ recovery-image] Dec 20 23:20:12.812 INFO O| Dec 20 23:20:12.812 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
42992024-12-20T23:20:14.346Z[ recovery-image] Dec 20 23:20:12.812 INFO O| Dec 20 23:20:12.812 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
43002024-12-20T23:20:14.348Z[ recovery-image] Dec 20 23:20:12.812 INFO O| Dec 20 23:20:12.812 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
43012024-12-20T23:20:14.348Z[ recovery-image] Dec 20 23:20:12.812 INFO O| Dec 20 23:20:12.812 INFO ok!
43022024-12-20T23:20:14.348Z[ recovery-image] Dec 20 23:20:12.812 INFO O| Dec 20 23:20:12.812 INFO STEP 60 (ensure_file) COMPLETE
43032024-12-20T23:20:14.349Z[ recovery-image] Dec 20 23:20:12.813 INFO O| Dec 20 23:20:12.813 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43042024-12-20T23:20:14.366Z[ recovery-image] Dec 20 23:20:12.832 INFO O| Dec 20 23:20:12.832 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
43052024-12-20T23:20:14.366Z[ recovery-image] Dec 20 23:20:12.832 INFO O| Dec 20 23:20:12.832 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
43062024-12-20T23:20:14.369Z[ recovery-image] Dec 20 23:20:12.832 INFO O| Dec 20 23:20:12.832 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
43072024-12-20T23:20:14.369Z[ recovery-image] Dec 20 23:20:12.832 INFO O| Dec 20 23:20:12.832 INFO ok!
43082024-12-20T23:20:14.369Z[ recovery-image] Dec 20 23:20:12.832 INFO O| Dec 20 23:20:12.832 INFO STEP 61 (ensure_file) COMPLETE
43092024-12-20T23:20:14.369Z[ recovery-image] Dec 20 23:20:12.833 INFO O| Dec 20 23:20:12.833 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43102024-12-20T23:20:14.427Z[ recovery-image] Dec 20 23:20:12.893 INFO O| Dec 20 23:20:12.893 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
43112024-12-20T23:20:14.430Z[ recovery-image] Dec 20 23:20:12.893 INFO O| Dec 20 23:20:12.893 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
43122024-12-20T23:20:14.430Z[ recovery-image] Dec 20 23:20:12.894 INFO O| Dec 20 23:20:12.894 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
43132024-12-20T23:20:14.430Z[ recovery-image] Dec 20 23:20:12.894 INFO O| Dec 20 23:20:12.894 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
43142024-12-20T23:20:14.430Z[ recovery-image] Dec 20 23:20:12.894 INFO O| Dec 20 23:20:12.894 INFO ok!
43152024-12-20T23:20:14.430Z[ recovery-image] Dec 20 23:20:12.894 INFO O| Dec 20 23:20:12.894 INFO STEP 62 (ensure_file) COMPLETE
43162024-12-20T23:20:14.430Z[ recovery-image] Dec 20 23:20:12.894 INFO O| Dec 20 23:20:12.894 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43172024-12-20T23:20:14.449Z[ recovery-image] Dec 20 23:20:12.915 INFO O| Dec 20 23:20:12.915 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
43182024-12-20T23:20:14.449Z[ recovery-image] Dec 20 23:20:12.915 INFO O| Dec 20 23:20:12.915 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
43192024-12-20T23:20:14.455Z[ recovery-image] Dec 20 23:20:12.915 INFO O| Dec 20 23:20:12.915 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
43202024-12-20T23:20:14.455Z[ recovery-image] Dec 20 23:20:12.915 INFO O| Dec 20 23:20:12.915 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
43212024-12-20T23:20:14.455Z[ recovery-image] Dec 20 23:20:12.916 INFO O| Dec 20 23:20:12.916 INFO ok!
43222024-12-20T23:20:14.455Z[ recovery-image] Dec 20 23:20:12.916 INFO O| Dec 20 23:20:12.916 INFO STEP 63 (ensure_file) COMPLETE
43232024-12-20T23:20:14.455Z[ recovery-image] Dec 20 23:20:12.916 INFO O| Dec 20 23:20:12.916 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43242024-12-20T23:20:14.472Z[ recovery-image] Dec 20 23:20:12.937 INFO O| Dec 20 23:20:12.937 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
43252024-12-20T23:20:14.472Z[ recovery-image] Dec 20 23:20:12.937 INFO O| Dec 20 23:20:12.937 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
43262024-12-20T23:20:14.474Z[ recovery-image] Dec 20 23:20:12.938 INFO O| Dec 20 23:20:12.937 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
43272024-12-20T23:20:14.474Z[ recovery-image] Dec 20 23:20:12.938 INFO O| Dec 20 23:20:12.938 INFO ok!
43282024-12-20T23:20:14.474Z[ recovery-image] Dec 20 23:20:12.938 INFO O| Dec 20 23:20:12.938 INFO STEP 64 (assemble_files) COMPLETE
43292024-12-20T23:20:14.474Z[ recovery-image] Dec 20 23:20:12.938 INFO O| Dec 20 23:20:12.938 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43302024-12-20T23:20:14.491Z[ recovery-image] Dec 20 23:20:12.957 INFO O| Dec 20 23:20:12.957 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
43312024-12-20T23:20:14.492Z[ recovery-image] Dec 20 23:20:12.957 INFO O| Dec 20 23:20:12.957 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
43322024-12-20T23:20:14.495Z[ recovery-image] Dec 20 23:20:12.957 INFO O| Dec 20 23:20:12.957 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
43332024-12-20T23:20:14.495Z[ recovery-image] Dec 20 23:20:12.957 INFO O| Dec 20 23:20:12.957 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
43342024-12-20T23:20:14.495Z[ recovery-image] Dec 20 23:20:12.958 INFO O| Dec 20 23:20:12.958 INFO ok!
43352024-12-20T23:20:14.495Z[ recovery-image] Dec 20 23:20:12.958 INFO O| Dec 20 23:20:12.958 INFO STEP 65 (ensure_file) COMPLETE
43362024-12-20T23:20:14.495Z[ recovery-image] Dec 20 23:20:12.958 INFO O| Dec 20 23:20:12.958 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43372024-12-20T23:20:14.495Z[ recovery-image] Dec 20 23:20:12.958 INFO O| Dec 20 23:20:12.958 INFO skip step because feature "omicron1" is not enabled
43382024-12-20T23:20:14.495Z[ recovery-image] Dec 20 23:20:12.958 INFO O| Dec 20 23:20:12.958 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43392024-12-20T23:20:14.495Z[ recovery-image] Dec 20 23:20:12.958 INFO O| Dec 20 23:20:12.958 INFO skip step because feature "omicron1" is not enabled
43402024-12-20T23:20:14.495Z[ recovery-image] Dec 20 23:20:12.958 INFO O| Dec 20 23:20:12.958 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43412024-12-20T23:20:14.495Z[ recovery-image] Dec 20 23:20:12.958 INFO O| Dec 20 23:20:12.958 INFO skip step because feature "omicron1" is not enabled
43422024-12-20T23:20:14.495Z[ recovery-image] Dec 20 23:20:12.958 INFO O| Dec 20 23:20:12.958 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43432024-12-20T23:20:14.575Z[ recovery-image] Dec 20 23:20:13.039 INFO O| Dec 20 23:20:13.039 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
43442024-12-20T23:20:14.577Z[ recovery-image] Dec 20 23:20:13.039 INFO O| Dec 20 23:20:13.039 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
43452024-12-20T23:20:17.411Z[ recovery-image] Dec 20 23:20:15.877 INFO O| Dec 20 23:20:15.877 INFO STEP 69 (pack_tar) COMPLETE
43462024-12-20T23:20:17.412Z[ recovery-image] Dec 20 23:20:15.877 INFO O| Dec 20 23:20:15.877 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
43472024-12-20T23:20:17.414Z[ recovery-image] Dec 20 23:20:15.877 INFO O| Dec 20 23:20:15.877 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
43482024-12-20T23:20:17.696Z[ recovery-image] Dec 20 23:20:16.161 INFO O| Dec 20 23:20:16.161 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
43492024-12-20T23:20:17.832Z[ recovery-image] Dec 20 23:20:16.297 INFO O| Dec 20 23:20:16.297 INFO completed processing gimlet/ramdisk-02-trim
43502024-12-20T23:20:17.835Z[ recovery-image] Dec 20 23:20:16.300 INFO image builder template: ramdisk-03-recovery-trim...
43512024-12-20T23:20:17.837Z[ recovery-image] Dec 20 23:20:16.300 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/.tmpMH33g0/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
43522024-12-20T23:20:18.025Z[ recovery-image] Dec 20 23:20:16.487 INFO O| Dec 20 23:20:16.487 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
43532024-12-20T23:20:18.030Z[ recovery-image] Dec 20 23:20:16.495 INFO O| Dec 20 23:20:16.495 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
43542024-12-20T23:20:18.121Z[ recovery-image] Dec 20 23:20:16.584 INFO O| Dec 20 23:20:16.583 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
43552024-12-20T23:20:18.199Z[ recovery-image] Dec 20 23:20:16.665 INFO O| Dec 20 23:20:16.664 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
43562024-12-20T23:20:18.202Z[ recovery-image] Dec 20 23:20:16.665 INFO O| Dec 20 23:20:16.665 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
43572024-12-20T23:20:18.226Z[ recovery-image] Dec 20 23:20:16.691 INFO O| Dec 20 23:20:16.691 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
43582024-12-20T23:20:18.257Z[ recovery-image] Dec 20 23:20:16.722 INFO O| Dec 20 23:20:16.722 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
43592024-12-20T23:20:18.303Z[ recovery-image] Dec 20 23:20:16.768 INFO O| Dec 20 23:20:16.768 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
43602024-12-20T23:20:18.732Z[ recovery-image] Dec 20 23:20:17.197 INFO O| Dec 20 23:20:17.197 INFO rolled back to input snapshot; work may begin
43612024-12-20T23:20:18.732Z[ recovery-image] Dec 20 23:20:17.197 INFO O| Dec 20 23:20:17.197 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
43622024-12-20T23:20:18.776Z[ recovery-image] Dec 20 23:20:17.240 INFO O| Dec 20 23:20:17.240 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43632024-12-20T23:20:18.813Z[ recovery-image] Dec 20 23:20:17.278 INFO O| Dec 20 23:20:17.278 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
43642024-12-20T23:20:18.842Z[ recovery-image] Dec 20 23:20:17.307 INFO O| Dec 20 23:20:17.307 INFO STEP 0 (remove_files) COMPLETE
43652024-12-20T23:20:18.842Z[ recovery-image] Dec 20 23:20:17.307 INFO O| Dec 20 23:20:17.307 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43662024-12-20T23:20:18.901Z[ recovery-image] Dec 20 23:20:17.366 INFO O| Dec 20 23:20:17.366 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
43672024-12-20T23:20:19.090Z[ recovery-image] Dec 20 23:20:17.555 INFO O| Dec 20 23:20:17.555 INFO STEP 1 (remove_files) COMPLETE
43682024-12-20T23:20:19.090Z[ recovery-image] Dec 20 23:20:17.555 INFO O| Dec 20 23:20:17.555 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43692024-12-20T23:20:19.117Z[ recovery-image] Dec 20 23:20:17.576 INFO O| Dec 20 23:20:17.576 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
43702024-12-20T23:20:19.122Z[ recovery-image] Dec 20 23:20:17.579 INFO O| Dec 20 23:20:17.578 INFO STEP 2 (remove_files) COMPLETE
43712024-12-20T23:20:19.122Z[ recovery-image] Dec 20 23:20:17.579 INFO O| Dec 20 23:20:17.579 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43722024-12-20T23:20:19.134Z[ recovery-image] Dec 20 23:20:17.599 INFO O| Dec 20 23:20:17.599 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
43732024-12-20T23:20:19.200Z[ recovery-image] Dec 20 23:20:17.665 INFO O| Dec 20 23:20:17.665 INFO STEP 3 (remove_files) COMPLETE
43742024-12-20T23:20:19.203Z[ recovery-image] Dec 20 23:20:17.665 INFO O| Dec 20 23:20:17.665 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43752024-12-20T23:20:19.219Z[ recovery-image] Dec 20 23:20:17.684 INFO O| Dec 20 23:20:17.684 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
43762024-12-20T23:20:19.266Z[ recovery-image] Dec 20 23:20:17.731 INFO O| Dec 20 23:20:17.731 INFO STEP 4 (remove_files) COMPLETE
43772024-12-20T23:20:19.266Z[ recovery-image] Dec 20 23:20:17.731 INFO O| Dec 20 23:20:17.731 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43782024-12-20T23:20:19.322Z[ recovery-image] Dec 20 23:20:17.787 INFO O| Dec 20 23:20:17.787 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
43792024-12-20T23:20:19.423Z[ recovery-image] Dec 20 23:20:17.888 INFO O| Dec 20 23:20:17.888 INFO STEP 5 (remove_files) COMPLETE
43802024-12-20T23:20:19.423Z[ recovery-image] Dec 20 23:20:17.888 INFO O| Dec 20 23:20:17.888 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43812024-12-20T23:20:19.447Z[ recovery-image] Dec 20 23:20:17.911 INFO O| Dec 20 23:20:17.911 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
43822024-12-20T23:20:19.470Z[ recovery-image] Dec 20 23:20:17.935 INFO O| Dec 20 23:20:17.935 INFO STEP 6 (remove_files) COMPLETE
43832024-12-20T23:20:19.472Z[ recovery-image] Dec 20 23:20:17.935 INFO O| Dec 20 23:20:17.935 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43842024-12-20T23:20:19.494Z[ recovery-image] Dec 20 23:20:17.958 INFO O| Dec 20 23:20:17.958 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
43852024-12-20T23:20:19.496Z[ recovery-image] Dec 20 23:20:17.961 INFO O| Dec 20 23:20:17.961 INFO STEP 7 (remove_files) COMPLETE
43862024-12-20T23:20:19.496Z[ recovery-image] Dec 20 23:20:17.961 INFO O| Dec 20 23:20:17.961 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43872024-12-20T23:20:19.517Z[ recovery-image] Dec 20 23:20:17.982 INFO O| Dec 20 23:20:17.982 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
43882024-12-20T23:20:19.522Z[ recovery-image] Dec 20 23:20:17.986 INFO O| Dec 20 23:20:17.986 INFO STEP 8 (remove_files) COMPLETE
43892024-12-20T23:20:19.522Z[ recovery-image] Dec 20 23:20:17.986 INFO O| Dec 20 23:20:17.986 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43902024-12-20T23:20:19.543Z[ recovery-image] Dec 20 23:20:18.008 INFO O| Dec 20 23:20:18.008 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
43912024-12-20T23:20:19.546Z[ recovery-image] Dec 20 23:20:18.009 INFO O| Dec 20 23:20:18.009 INFO STEP 9 (remove_files) COMPLETE
43922024-12-20T23:20:19.546Z[ recovery-image] Dec 20 23:20:18.009 INFO O| Dec 20 23:20:18.009 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43932024-12-20T23:20:19.563Z[ recovery-image] Dec 20 23:20:18.028 INFO O| Dec 20 23:20:18.028 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
43942024-12-20T23:20:19.567Z[ recovery-image] Dec 20 23:20:18.029 INFO O| Dec 20 23:20:18.029 INFO STEP 10 (remove_files) COMPLETE
43952024-12-20T23:20:19.567Z[ recovery-image] Dec 20 23:20:18.029 INFO O| Dec 20 23:20:18.029 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43962024-12-20T23:20:19.583Z[ recovery-image] Dec 20 23:20:18.048 INFO O| Dec 20 23:20:18.048 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
43972024-12-20T23:20:19.657Z[ recovery-image] Dec 20 23:20:18.122 INFO O| Dec 20 23:20:18.121 INFO STEP 11 (remove_files) COMPLETE
43982024-12-20T23:20:19.657Z[ recovery-image] Dec 20 23:20:18.122 INFO O| Dec 20 23:20:18.122 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43992024-12-20T23:20:19.677Z[ recovery-image] Dec 20 23:20:18.142 INFO O| Dec 20 23:20:18.142 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
44002024-12-20T23:20:19.680Z[ recovery-image] Dec 20 23:20:18.145 INFO O| Dec 20 23:20:18.145 INFO STEP 12 (remove_files) COMPLETE
44012024-12-20T23:20:19.680Z[ recovery-image] Dec 20 23:20:18.145 INFO O| Dec 20 23:20:18.145 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44022024-12-20T23:20:19.699Z[ recovery-image] Dec 20 23:20:18.164 INFO O| Dec 20 23:20:18.164 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
44032024-12-20T23:20:19.703Z[ recovery-image] Dec 20 23:20:18.168 INFO O| Dec 20 23:20:18.168 INFO STEP 13 (remove_files) COMPLETE
44042024-12-20T23:20:19.705Z[ recovery-image] Dec 20 23:20:18.168 INFO O| Dec 20 23:20:18.168 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44052024-12-20T23:20:19.723Z[ recovery-image] Dec 20 23:20:18.188 INFO O| Dec 20 23:20:18.188 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
44062024-12-20T23:20:19.726Z[ recovery-image] Dec 20 23:20:18.189 INFO O| Dec 20 23:20:18.189 INFO STEP 14 (remove_files) COMPLETE
44072024-12-20T23:20:19.726Z[ recovery-image] Dec 20 23:20:18.189 INFO O| Dec 20 23:20:18.189 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44082024-12-20T23:20:19.744Z[ recovery-image] Dec 20 23:20:18.209 INFO O| Dec 20 23:20:18.209 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
44092024-12-20T23:20:19.746Z[ recovery-image] Dec 20 23:20:18.210 INFO O| Dec 20 23:20:18.210 INFO STEP 15 (remove_files) COMPLETE
44102024-12-20T23:20:19.746Z[ recovery-image] Dec 20 23:20:18.211 INFO O| Dec 20 23:20:18.211 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44112024-12-20T23:20:19.766Z[ recovery-image] Dec 20 23:20:18.231 INFO O| Dec 20 23:20:18.231 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
44122024-12-20T23:20:19.779Z[ recovery-image] Dec 20 23:20:18.243 INFO O| Dec 20 23:20:18.243 INFO STEP 16 (remove_files) COMPLETE
44132024-12-20T23:20:19.779Z[ recovery-image] Dec 20 23:20:18.243 INFO O| Dec 20 23:20:18.243 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44142024-12-20T23:20:19.799Z[ recovery-image] Dec 20 23:20:18.264 INFO O| Dec 20 23:20:18.264 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
44152024-12-20T23:20:19.802Z[ recovery-image] Dec 20 23:20:18.264 INFO O| Dec 20 23:20:18.264 INFO STEP 17 (remove_files) COMPLETE
44162024-12-20T23:20:19.802Z[ recovery-image] Dec 20 23:20:18.264 INFO O| Dec 20 23:20:18.264 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44172024-12-20T23:20:19.819Z[ recovery-image] Dec 20 23:20:18.284 INFO O| Dec 20 23:20:18.284 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
44182024-12-20T23:20:19.819Z[ recovery-image] Dec 20 23:20:18.284 INFO O| Dec 20 23:20:18.284 INFO STEP 18 (remove_files) COMPLETE
44192024-12-20T23:20:19.819Z[ recovery-image] Dec 20 23:20:18.284 INFO O| Dec 20 23:20:18.284 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44202024-12-20T23:20:19.838Z[ recovery-image] Dec 20 23:20:18.303 INFO O| Dec 20 23:20:18.303 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
44212024-12-20T23:20:19.909Z[ recovery-image] Dec 20 23:20:18.368 INFO O| Dec 20 23:20:18.368 INFO STEP 19 (remove_files) COMPLETE
44222024-12-20T23:20:19.909Z[ recovery-image] Dec 20 23:20:18.368 INFO O| Dec 20 23:20:18.368 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44232024-12-20T23:20:19.926Z[ recovery-image] Dec 20 23:20:18.391 INFO O| Dec 20 23:20:18.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
44242024-12-20T23:20:19.929Z[ recovery-image] Dec 20 23:20:18.393 INFO O| Dec 20 23:20:18.393 INFO STEP 20 (remove_files) COMPLETE
44252024-12-20T23:20:19.929Z[ recovery-image] Dec 20 23:20:18.393 INFO O| Dec 20 23:20:18.393 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44262024-12-20T23:20:19.949Z[ recovery-image] Dec 20 23:20:18.414 INFO O| Dec 20 23:20:18.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
44272024-12-20T23:20:19.952Z[ recovery-image] Dec 20 23:20:18.415 INFO O| Dec 20 23:20:18.415 INFO STEP 21 (remove_files) COMPLETE
44282024-12-20T23:20:19.952Z[ recovery-image] Dec 20 23:20:18.415 INFO O| Dec 20 23:20:18.415 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44292024-12-20T23:20:19.969Z[ recovery-image] Dec 20 23:20:18.434 INFO O| Dec 20 23:20:18.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
44302024-12-20T23:20:19.972Z[ recovery-image] Dec 20 23:20:18.435 INFO O| Dec 20 23:20:18.434 INFO STEP 22 (remove_files) COMPLETE
44312024-12-20T23:20:19.972Z[ recovery-image] Dec 20 23:20:18.435 INFO O| Dec 20 23:20:18.435 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44322024-12-20T23:20:19.989Z[ recovery-image] Dec 20 23:20:18.454 INFO O| Dec 20 23:20:18.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
44332024-12-20T23:20:19.989Z[ recovery-image] Dec 20 23:20:18.454 INFO O| Dec 20 23:20:18.454 INFO STEP 23 (remove_files) COMPLETE
44342024-12-20T23:20:19.991Z[ recovery-image] Dec 20 23:20:18.454 INFO O| Dec 20 23:20:18.454 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44352024-12-20T23:20:20.007Z[ recovery-image] Dec 20 23:20:18.472 INFO O| Dec 20 23:20:18.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
44362024-12-20T23:20:20.010Z[ recovery-image] Dec 20 23:20:18.472 INFO O| Dec 20 23:20:18.472 INFO STEP 24 (remove_files) COMPLETE
44372024-12-20T23:20:20.010Z[ recovery-image] Dec 20 23:20:18.472 INFO O| Dec 20 23:20:18.472 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44382024-12-20T23:20:20.025Z[ recovery-image] Dec 20 23:20:18.490 INFO O| Dec 20 23:20:18.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
44392024-12-20T23:20:20.025Z[ recovery-image] Dec 20 23:20:18.490 INFO O| Dec 20 23:20:18.490 INFO STEP 25 (remove_files) COMPLETE
44402024-12-20T23:20:20.027Z[ recovery-image] Dec 20 23:20:18.490 INFO O| Dec 20 23:20:18.490 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44412024-12-20T23:20:20.042Z[ recovery-image] Dec 20 23:20:18.507 INFO O| Dec 20 23:20:18.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
44422024-12-20T23:20:20.045Z[ recovery-image] Dec 20 23:20:18.507 INFO O| Dec 20 23:20:18.507 INFO STEP 26 (remove_files) COMPLETE
44432024-12-20T23:20:20.045Z[ recovery-image] Dec 20 23:20:18.508 INFO O| Dec 20 23:20:18.507 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44442024-12-20T23:20:20.057Z[ recovery-image] Dec 20 23:20:18.521 INFO O| Dec 20 23:20:18.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
44452024-12-20T23:20:20.062Z[ recovery-image] Dec 20 23:20:18.521 INFO O| Dec 20 23:20:18.521 INFO STEP 27 (remove_files) COMPLETE
44462024-12-20T23:20:20.062Z[ recovery-image] Dec 20 23:20:18.521 INFO O| Dec 20 23:20:18.521 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44472024-12-20T23:20:20.070Z[ recovery-image] Dec 20 23:20:18.535 INFO O| Dec 20 23:20:18.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
44482024-12-20T23:20:20.070Z[ recovery-image] Dec 20 23:20:18.535 INFO O| Dec 20 23:20:18.535 INFO STEP 28 (remove_files) COMPLETE
44492024-12-20T23:20:20.072Z[ recovery-image] Dec 20 23:20:18.535 INFO O| Dec 20 23:20:18.535 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44502024-12-20T23:20:20.089Z[ recovery-image] Dec 20 23:20:18.553 INFO O| Dec 20 23:20:18.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
44512024-12-20T23:20:20.089Z[ recovery-image] Dec 20 23:20:18.553 INFO O| Dec 20 23:20:18.553 INFO STEP 29 (remove_files) COMPLETE
44522024-12-20T23:20:20.092Z[ recovery-image] Dec 20 23:20:18.553 INFO O| Dec 20 23:20:18.553 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44532024-12-20T23:20:20.107Z[ recovery-image] Dec 20 23:20:18.572 INFO O| Dec 20 23:20:18.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
44542024-12-20T23:20:20.107Z[ recovery-image] Dec 20 23:20:18.572 INFO O| Dec 20 23:20:18.572 INFO STEP 30 (remove_files) COMPLETE
44552024-12-20T23:20:20.109Z[ recovery-image] Dec 20 23:20:18.572 INFO O| Dec 20 23:20:18.572 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44562024-12-20T23:20:20.112Z[ host-image] Dec 20 23:20:18.578 INFO O| Dec 20 23:20:18.577 INFO O| Download: 22257/22788 items 197.8/199.7MB 99% complete (639k/s)
44572024-12-20T23:20:20.128Z[ recovery-image] Dec 20 23:20:18.591 INFO O| Dec 20 23:20:18.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
44582024-12-20T23:20:20.128Z[ recovery-image] Dec 20 23:20:18.591 INFO O| Dec 20 23:20:18.591 INFO STEP 31 (remove_files) COMPLETE
44592024-12-20T23:20:20.130Z[ recovery-image] Dec 20 23:20:18.591 INFO O| Dec 20 23:20:18.591 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44602024-12-20T23:20:20.144Z[ recovery-image] Dec 20 23:20:18.609 INFO O| Dec 20 23:20:18.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
44612024-12-20T23:20:20.144Z[ recovery-image] Dec 20 23:20:18.609 INFO O| Dec 20 23:20:18.609 INFO STEP 32 (remove_files) COMPLETE
44622024-12-20T23:20:20.146Z[ recovery-image] Dec 20 23:20:18.609 INFO O| Dec 20 23:20:18.609 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44632024-12-20T23:20:20.162Z[ recovery-image] Dec 20 23:20:18.627 INFO O| Dec 20 23:20:18.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
44642024-12-20T23:20:20.162Z[ recovery-image] Dec 20 23:20:18.627 INFO O| Dec 20 23:20:18.627 INFO STEP 33 (remove_files) COMPLETE
44652024-12-20T23:20:20.164Z[ recovery-image] Dec 20 23:20:18.627 INFO O| Dec 20 23:20:18.627 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44662024-12-20T23:20:20.180Z[ recovery-image] Dec 20 23:20:18.645 INFO O| Dec 20 23:20:18.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
44672024-12-20T23:20:20.183Z[ recovery-image] Dec 20 23:20:18.646 INFO O| Dec 20 23:20:18.646 INFO STEP 34 (remove_files) COMPLETE
44682024-12-20T23:20:20.183Z[ recovery-image] Dec 20 23:20:18.646 INFO O| Dec 20 23:20:18.646 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44692024-12-20T23:20:20.201Z[ recovery-image] Dec 20 23:20:18.666 INFO O| Dec 20 23:20:18.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
44702024-12-20T23:20:20.201Z[ recovery-image] Dec 20 23:20:18.666 INFO O| Dec 20 23:20:18.666 INFO STEP 35 (remove_files) COMPLETE
44712024-12-20T23:20:20.201Z[ recovery-image] Dec 20 23:20:18.666 INFO O| Dec 20 23:20:18.666 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44722024-12-20T23:20:20.220Z[ recovery-image] Dec 20 23:20:18.685 INFO O| Dec 20 23:20:18.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
44732024-12-20T23:20:20.223Z[ recovery-image] Dec 20 23:20:18.685 INFO O| Dec 20 23:20:18.685 INFO STEP 36 (remove_files) COMPLETE
44742024-12-20T23:20:20.223Z[ recovery-image] Dec 20 23:20:18.685 INFO O| Dec 20 23:20:18.685 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44752024-12-20T23:20:20.239Z[ recovery-image] Dec 20 23:20:18.704 INFO O| Dec 20 23:20:18.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
44762024-12-20T23:20:20.239Z[ recovery-image] Dec 20 23:20:18.705 INFO O| Dec 20 23:20:18.704 INFO STEP 37 (remove_files) COMPLETE
44772024-12-20T23:20:20.241Z[ recovery-image] Dec 20 23:20:18.705 INFO O| Dec 20 23:20:18.704 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44782024-12-20T23:20:20.260Z[ recovery-image] Dec 20 23:20:18.724 INFO O| Dec 20 23:20:18.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
44792024-12-20T23:20:20.260Z[ recovery-image] Dec 20 23:20:18.724 INFO O| Dec 20 23:20:18.724 INFO STEP 38 (remove_files) COMPLETE
44802024-12-20T23:20:20.263Z[ recovery-image] Dec 20 23:20:18.724 INFO O| Dec 20 23:20:18.724 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44812024-12-20T23:20:20.278Z[ recovery-image] Dec 20 23:20:18.743 INFO O| Dec 20 23:20:18.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
44822024-12-20T23:20:20.278Z[ recovery-image] Dec 20 23:20:18.743 INFO O| Dec 20 23:20:18.743 INFO STEP 39 (remove_files) COMPLETE
44832024-12-20T23:20:20.280Z[ recovery-image] Dec 20 23:20:18.743 INFO O| Dec 20 23:20:18.743 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44842024-12-20T23:20:20.297Z[ recovery-image] Dec 20 23:20:18.762 INFO O| Dec 20 23:20:18.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
44852024-12-20T23:20:20.297Z[ recovery-image] Dec 20 23:20:18.762 INFO O| Dec 20 23:20:18.762 INFO STEP 40 (remove_files) COMPLETE
44862024-12-20T23:20:20.298Z[ recovery-image] Dec 20 23:20:18.762 INFO O| Dec 20 23:20:18.762 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44872024-12-20T23:20:20.315Z[ recovery-image] Dec 20 23:20:18.780 INFO O| Dec 20 23:20:18.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
44882024-12-20T23:20:20.315Z[ recovery-image] Dec 20 23:20:18.780 INFO O| Dec 20 23:20:18.780 INFO STEP 41 (remove_files) COMPLETE
44892024-12-20T23:20:20.315Z[ recovery-image] Dec 20 23:20:18.780 INFO O| Dec 20 23:20:18.780 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44902024-12-20T23:20:20.333Z[ recovery-image] Dec 20 23:20:18.797 INFO O| Dec 20 23:20:18.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
44912024-12-20T23:20:20.333Z[ recovery-image] Dec 20 23:20:18.798 INFO O| Dec 20 23:20:18.797 INFO STEP 42 (remove_files) COMPLETE
44922024-12-20T23:20:20.335Z[ recovery-image] Dec 20 23:20:18.798 INFO O| Dec 20 23:20:18.798 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44932024-12-20T23:20:20.347Z[ recovery-image] Dec 20 23:20:18.812 INFO O| Dec 20 23:20:18.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
44942024-12-20T23:20:20.347Z[ recovery-image] Dec 20 23:20:18.812 INFO O| Dec 20 23:20:18.812 INFO STEP 43 (remove_files) COMPLETE
44952024-12-20T23:20:20.350Z[ recovery-image] Dec 20 23:20:18.812 INFO O| Dec 20 23:20:18.812 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44962024-12-20T23:20:20.366Z[ recovery-image] Dec 20 23:20:18.831 INFO O| Dec 20 23:20:18.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
44972024-12-20T23:20:20.370Z[ recovery-image] Dec 20 23:20:18.831 INFO O| Dec 20 23:20:18.831 INFO STEP 44 (remove_files) COMPLETE
44982024-12-20T23:20:20.370Z[ recovery-image] Dec 20 23:20:18.831 INFO O| Dec 20 23:20:18.831 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44992024-12-20T23:20:20.384Z[ recovery-image] Dec 20 23:20:18.849 INFO O| Dec 20 23:20:18.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
45002024-12-20T23:20:20.384Z[ recovery-image] Dec 20 23:20:18.849 INFO O| Dec 20 23:20:18.849 INFO STEP 45 (remove_files) COMPLETE
45012024-12-20T23:20:20.386Z[ recovery-image] Dec 20 23:20:18.849 INFO O| Dec 20 23:20:18.849 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45022024-12-20T23:20:20.403Z[ recovery-image] Dec 20 23:20:18.868 INFO O| Dec 20 23:20:18.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
45032024-12-20T23:20:20.406Z[ recovery-image] Dec 20 23:20:18.868 INFO O| Dec 20 23:20:18.868 INFO STEP 46 (remove_files) COMPLETE
45042024-12-20T23:20:20.406Z[ recovery-image] Dec 20 23:20:18.868 INFO O| Dec 20 23:20:18.868 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45052024-12-20T23:20:20.423Z[ recovery-image] Dec 20 23:20:18.888 INFO O| Dec 20 23:20:18.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
45062024-12-20T23:20:20.425Z[ recovery-image] Dec 20 23:20:18.888 INFO O| Dec 20 23:20:18.888 INFO STEP 47 (remove_files) COMPLETE
45072024-12-20T23:20:20.425Z[ recovery-image] Dec 20 23:20:18.888 INFO O| Dec 20 23:20:18.888 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45082024-12-20T23:20:20.442Z[ recovery-image] Dec 20 23:20:18.907 INFO O| Dec 20 23:20:18.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
45092024-12-20T23:20:20.445Z[ recovery-image] Dec 20 23:20:18.907 INFO O| Dec 20 23:20:18.907 INFO STEP 48 (remove_files) COMPLETE
45102024-12-20T23:20:20.445Z[ recovery-image] Dec 20 23:20:18.907 INFO O| Dec 20 23:20:18.907 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45112024-12-20T23:20:20.462Z[ recovery-image] Dec 20 23:20:18.927 INFO O| Dec 20 23:20:18.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
45122024-12-20T23:20:20.464Z[ recovery-image] Dec 20 23:20:18.927 INFO O| Dec 20 23:20:18.927 INFO STEP 49 (remove_files) COMPLETE
45132024-12-20T23:20:20.464Z[ recovery-image] Dec 20 23:20:18.927 INFO O| Dec 20 23:20:18.927 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45142024-12-20T23:20:20.480Z[ recovery-image] Dec 20 23:20:18.945 INFO O| Dec 20 23:20:18.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
45152024-12-20T23:20:20.482Z[ recovery-image] Dec 20 23:20:18.945 INFO O| Dec 20 23:20:18.945 INFO STEP 50 (remove_files) COMPLETE
45162024-12-20T23:20:20.482Z[ recovery-image] Dec 20 23:20:18.945 INFO O| Dec 20 23:20:18.945 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45172024-12-20T23:20:20.500Z[ recovery-image] Dec 20 23:20:18.964 INFO O| Dec 20 23:20:18.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
45182024-12-20T23:20:20.500Z[ recovery-image] Dec 20 23:20:18.964 INFO O| Dec 20 23:20:18.964 INFO STEP 51 (remove_files) COMPLETE
45192024-12-20T23:20:20.502Z[ recovery-image] Dec 20 23:20:18.964 INFO O| Dec 20 23:20:18.964 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45202024-12-20T23:20:20.518Z[ recovery-image] Dec 20 23:20:18.983 INFO O| Dec 20 23:20:18.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
45212024-12-20T23:20:20.518Z[ recovery-image] Dec 20 23:20:18.983 INFO O| Dec 20 23:20:18.983 INFO STEP 52 (remove_files) COMPLETE
45222024-12-20T23:20:20.518Z[ recovery-image] Dec 20 23:20:18.983 INFO O| Dec 20 23:20:18.983 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45232024-12-20T23:20:20.536Z[ recovery-image] Dec 20 23:20:19.001 INFO O| Dec 20 23:20:19.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
45242024-12-20T23:20:20.539Z[ recovery-image] Dec 20 23:20:19.001 INFO O| Dec 20 23:20:19.001 INFO STEP 53 (remove_files) COMPLETE
45252024-12-20T23:20:20.539Z[ recovery-image] Dec 20 23:20:19.001 INFO O| Dec 20 23:20:19.001 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45262024-12-20T23:20:20.555Z[ recovery-image] Dec 20 23:20:19.020 INFO O| Dec 20 23:20:19.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
45272024-12-20T23:20:20.555Z[ recovery-image] Dec 20 23:20:19.020 INFO O| Dec 20 23:20:19.020 INFO STEP 54 (remove_files) COMPLETE
45282024-12-20T23:20:20.555Z[ recovery-image] Dec 20 23:20:19.020 INFO O| Dec 20 23:20:19.020 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45292024-12-20T23:20:20.568Z[ recovery-image] Dec 20 23:20:19.033 INFO O| Dec 20 23:20:19.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
45302024-12-20T23:20:20.571Z[ recovery-image] Dec 20 23:20:19.034 INFO O| Dec 20 23:20:19.034 INFO STEP 55 (remove_files) COMPLETE
45312024-12-20T23:20:20.571Z[ recovery-image] Dec 20 23:20:19.034 INFO O| Dec 20 23:20:19.034 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45322024-12-20T23:20:20.586Z[ recovery-image] Dec 20 23:20:19.051 INFO O| Dec 20 23:20:19.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
45332024-12-20T23:20:20.586Z[ recovery-image] Dec 20 23:20:19.051 INFO O| Dec 20 23:20:19.051 INFO STEP 56 (remove_files) COMPLETE
45342024-12-20T23:20:20.588Z[ recovery-image] Dec 20 23:20:19.051 INFO O| Dec 20 23:20:19.051 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45352024-12-20T23:20:20.604Z[ recovery-image] Dec 20 23:20:19.069 INFO O| Dec 20 23:20:19.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
45362024-12-20T23:20:20.605Z[ recovery-image] Dec 20 23:20:19.069 INFO O| Dec 20 23:20:19.069 INFO STEP 57 (remove_files) COMPLETE
45372024-12-20T23:20:20.607Z[ recovery-image] Dec 20 23:20:19.070 INFO O| Dec 20 23:20:19.069 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45382024-12-20T23:20:20.618Z[ recovery-image] Dec 20 23:20:19.083 INFO O| Dec 20 23:20:19.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
45392024-12-20T23:20:20.620Z[ recovery-image] Dec 20 23:20:19.083 INFO O| Dec 20 23:20:19.083 INFO STEP 58 (remove_files) COMPLETE
45402024-12-20T23:20:20.620Z[ recovery-image] Dec 20 23:20:19.083 INFO O| Dec 20 23:20:19.083 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45412024-12-20T23:20:20.636Z[ recovery-image] Dec 20 23:20:19.101 INFO O| Dec 20 23:20:19.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
45422024-12-20T23:20:20.639Z[ recovery-image] Dec 20 23:20:19.101 INFO O| Dec 20 23:20:19.101 INFO STEP 59 (remove_files) COMPLETE
45432024-12-20T23:20:20.639Z[ recovery-image] Dec 20 23:20:19.101 INFO O| Dec 20 23:20:19.101 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45442024-12-20T23:20:20.656Z[ recovery-image] Dec 20 23:20:19.121 INFO O| Dec 20 23:20:19.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
45452024-12-20T23:20:20.656Z[ recovery-image] Dec 20 23:20:19.121 INFO O| Dec 20 23:20:19.121 INFO STEP 60 (remove_files) COMPLETE
45462024-12-20T23:20:20.658Z[ recovery-image] Dec 20 23:20:19.121 INFO O| Dec 20 23:20:19.121 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45472024-12-20T23:20:20.674Z[ recovery-image] Dec 20 23:20:19.139 INFO O| Dec 20 23:20:19.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
45482024-12-20T23:20:20.674Z[ recovery-image] Dec 20 23:20:19.139 INFO O| Dec 20 23:20:19.139 INFO STEP 61 (remove_files) COMPLETE
45492024-12-20T23:20:20.677Z[ recovery-image] Dec 20 23:20:19.139 INFO O| Dec 20 23:20:19.139 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45502024-12-20T23:20:20.688Z[ recovery-image] Dec 20 23:20:19.153 INFO O| Dec 20 23:20:19.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
45512024-12-20T23:20:20.688Z[ recovery-image] Dec 20 23:20:19.154 INFO O| Dec 20 23:20:19.153 INFO STEP 62 (remove_files) COMPLETE
45522024-12-20T23:20:20.688Z[ recovery-image] Dec 20 23:20:19.154 INFO O| Dec 20 23:20:19.153 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45532024-12-20T23:20:20.707Z[ recovery-image] Dec 20 23:20:19.172 INFO O| Dec 20 23:20:19.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
45542024-12-20T23:20:20.707Z[ recovery-image] Dec 20 23:20:19.172 INFO O| Dec 20 23:20:19.172 INFO STEP 63 (remove_files) COMPLETE
45552024-12-20T23:20:20.710Z[ recovery-image] Dec 20 23:20:19.172 INFO O| Dec 20 23:20:19.172 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45562024-12-20T23:20:20.727Z[ recovery-image] Dec 20 23:20:19.191 INFO O| Dec 20 23:20:19.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
45572024-12-20T23:20:20.727Z[ recovery-image] Dec 20 23:20:19.191 INFO O| Dec 20 23:20:19.191 INFO STEP 64 (remove_files) COMPLETE
45582024-12-20T23:20:20.729Z[ recovery-image] Dec 20 23:20:19.191 INFO O| Dec 20 23:20:19.191 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45592024-12-20T23:20:20.742Z[ recovery-image] Dec 20 23:20:19.207 INFO O| Dec 20 23:20:19.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
45602024-12-20T23:20:20.742Z[ recovery-image] Dec 20 23:20:19.207 INFO O| Dec 20 23:20:19.207 INFO STEP 65 (remove_files) COMPLETE
45612024-12-20T23:20:20.742Z[ recovery-image] Dec 20 23:20:19.207 INFO O| Dec 20 23:20:19.207 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45622024-12-20T23:20:20.761Z[ recovery-image] Dec 20 23:20:19.226 INFO O| Dec 20 23:20:19.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
45632024-12-20T23:20:20.764Z[ recovery-image] Dec 20 23:20:19.226 INFO O| Dec 20 23:20:19.226 INFO STEP 66 (remove_files) COMPLETE
45642024-12-20T23:20:20.764Z[ recovery-image] Dec 20 23:20:19.226 INFO O| Dec 20 23:20:19.226 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45652024-12-20T23:20:20.782Z[ recovery-image] Dec 20 23:20:19.247 INFO O| Dec 20 23:20:19.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
45662024-12-20T23:20:20.786Z[ recovery-image] Dec 20 23:20:19.247 INFO O| Dec 20 23:20:19.247 INFO STEP 67 (remove_files) COMPLETE
45672024-12-20T23:20:20.786Z[ recovery-image] Dec 20 23:20:19.247 INFO O| Dec 20 23:20:19.247 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45682024-12-20T23:20:20.801Z[ recovery-image] Dec 20 23:20:19.266 INFO O| Dec 20 23:20:19.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
45692024-12-20T23:20:20.801Z[ recovery-image] Dec 20 23:20:19.266 INFO O| Dec 20 23:20:19.266 INFO STEP 68 (remove_files) COMPLETE
45702024-12-20T23:20:20.801Z[ recovery-image] Dec 20 23:20:19.266 INFO O| Dec 20 23:20:19.266 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45712024-12-20T23:20:20.815Z[ recovery-image] Dec 20 23:20:19.280 INFO O| Dec 20 23:20:19.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
45722024-12-20T23:20:20.815Z[ recovery-image] Dec 20 23:20:19.280 INFO O| Dec 20 23:20:19.280 INFO STEP 69 (remove_files) COMPLETE
45732024-12-20T23:20:20.815Z[ recovery-image] Dec 20 23:20:19.280 INFO O| Dec 20 23:20:19.280 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45742024-12-20T23:20:20.833Z[ recovery-image] Dec 20 23:20:19.298 INFO O| Dec 20 23:20:19.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
45752024-12-20T23:20:20.833Z[ recovery-image] Dec 20 23:20:19.298 INFO O| Dec 20 23:20:19.298 INFO STEP 70 (remove_files) COMPLETE
45762024-12-20T23:20:20.836Z[ recovery-image] Dec 20 23:20:19.298 INFO O| Dec 20 23:20:19.298 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45772024-12-20T23:20:20.851Z[ recovery-image] Dec 20 23:20:19.316 INFO O| Dec 20 23:20:19.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
45782024-12-20T23:20:20.851Z[ recovery-image] Dec 20 23:20:19.316 INFO O| Dec 20 23:20:19.316 INFO STEP 71 (remove_files) COMPLETE
45792024-12-20T23:20:20.851Z[ recovery-image] Dec 20 23:20:19.316 INFO O| Dec 20 23:20:19.316 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45802024-12-20T23:20:20.870Z[ recovery-image] Dec 20 23:20:19.335 INFO O| Dec 20 23:20:19.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
45812024-12-20T23:20:20.870Z[ recovery-image] Dec 20 23:20:19.335 INFO O| Dec 20 23:20:19.335 INFO STEP 72 (remove_files) COMPLETE
45822024-12-20T23:20:20.871Z[ recovery-image] Dec 20 23:20:19.335 INFO O| Dec 20 23:20:19.335 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45832024-12-20T23:20:20.889Z[ recovery-image] Dec 20 23:20:19.354 INFO O| Dec 20 23:20:19.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
45842024-12-20T23:20:20.889Z[ recovery-image] Dec 20 23:20:19.354 INFO O| Dec 20 23:20:19.354 INFO STEP 73 (remove_files) COMPLETE
45852024-12-20T23:20:20.891Z[ recovery-image] Dec 20 23:20:19.354 INFO O| Dec 20 23:20:19.354 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45862024-12-20T23:20:20.903Z[ recovery-image] Dec 20 23:20:19.367 INFO O| Dec 20 23:20:19.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
45872024-12-20T23:20:20.903Z[ recovery-image] Dec 20 23:20:19.367 INFO O| Dec 20 23:20:19.367 INFO STEP 74 (remove_files) COMPLETE
45882024-12-20T23:20:20.906Z[ recovery-image] Dec 20 23:20:19.367 INFO O| Dec 20 23:20:19.367 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45892024-12-20T23:20:20.920Z[ recovery-image] Dec 20 23:20:19.385 INFO O| Dec 20 23:20:19.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
45902024-12-20T23:20:20.921Z[ recovery-image] Dec 20 23:20:19.385 INFO O| Dec 20 23:20:19.385 INFO STEP 75 (remove_files) COMPLETE
45912024-12-20T23:20:20.923Z[ recovery-image] Dec 20 23:20:19.385 INFO O| Dec 20 23:20:19.385 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45922024-12-20T23:20:20.934Z[ recovery-image] Dec 20 23:20:19.399 INFO O| Dec 20 23:20:19.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
45932024-12-20T23:20:20.934Z[ recovery-image] Dec 20 23:20:19.399 INFO O| Dec 20 23:20:19.399 INFO STEP 76 (remove_files) COMPLETE
45942024-12-20T23:20:20.937Z[ recovery-image] Dec 20 23:20:19.399 INFO O| Dec 20 23:20:19.399 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45952024-12-20T23:20:20.952Z[ recovery-image] Dec 20 23:20:19.417 INFO O| Dec 20 23:20:19.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
45962024-12-20T23:20:20.952Z[ recovery-image] Dec 20 23:20:19.417 INFO O| Dec 20 23:20:19.417 INFO STEP 77 (remove_files) COMPLETE
45972024-12-20T23:20:20.952Z[ recovery-image] Dec 20 23:20:19.417 INFO O| Dec 20 23:20:19.417 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45982024-12-20T23:20:20.968Z[ recovery-image] Dec 20 23:20:19.433 INFO O| Dec 20 23:20:19.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
45992024-12-20T23:20:20.968Z[ recovery-image] Dec 20 23:20:19.433 INFO O| Dec 20 23:20:19.433 INFO STEP 78 (remove_files) COMPLETE
46002024-12-20T23:20:20.970Z[ recovery-image] Dec 20 23:20:19.433 INFO O| Dec 20 23:20:19.433 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46012024-12-20T23:20:20.989Z[ recovery-image] Dec 20 23:20:19.454 INFO O| Dec 20 23:20:19.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
46022024-12-20T23:20:20.997Z[ recovery-image] Dec 20 23:20:19.454 INFO O| Dec 20 23:20:19.454 INFO STEP 79 (remove_files) COMPLETE
46032024-12-20T23:20:20.997Z[ recovery-image] Dec 20 23:20:19.454 INFO O| Dec 20 23:20:19.454 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46042024-12-20T23:20:21.010Z[ recovery-image] Dec 20 23:20:19.475 INFO O| Dec 20 23:20:19.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
46052024-12-20T23:20:21.013Z[ recovery-image] Dec 20 23:20:19.475 INFO O| Dec 20 23:20:19.475 INFO STEP 80 (remove_files) COMPLETE
46062024-12-20T23:20:21.013Z[ recovery-image] Dec 20 23:20:19.475 INFO O| Dec 20 23:20:19.475 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46072024-12-20T23:20:21.029Z[ recovery-image] Dec 20 23:20:19.494 INFO O| Dec 20 23:20:19.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
46082024-12-20T23:20:21.029Z[ recovery-image] Dec 20 23:20:19.494 INFO O| Dec 20 23:20:19.494 INFO STEP 81 (remove_files) COMPLETE
46092024-12-20T23:20:21.032Z[ recovery-image] Dec 20 23:20:19.494 INFO O| Dec 20 23:20:19.494 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46102024-12-20T23:20:21.047Z[ recovery-image] Dec 20 23:20:19.512 INFO O| Dec 20 23:20:19.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
46112024-12-20T23:20:21.047Z[ recovery-image] Dec 20 23:20:19.512 INFO O| Dec 20 23:20:19.512 INFO STEP 82 (remove_files) COMPLETE
46122024-12-20T23:20:21.050Z[ recovery-image] Dec 20 23:20:19.512 INFO O| Dec 20 23:20:19.512 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46132024-12-20T23:20:21.064Z[ recovery-image] Dec 20 23:20:19.527 INFO O| Dec 20 23:20:19.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
46142024-12-20T23:20:21.064Z[ recovery-image] Dec 20 23:20:19.527 INFO O| Dec 20 23:20:19.527 INFO STEP 83 (remove_files) COMPLETE
46152024-12-20T23:20:21.068Z[ recovery-image] Dec 20 23:20:19.527 INFO O| Dec 20 23:20:19.527 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46162024-12-20T23:20:21.080Z[ recovery-image] Dec 20 23:20:19.545 INFO O| Dec 20 23:20:19.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
46172024-12-20T23:20:21.080Z[ recovery-image] Dec 20 23:20:19.545 INFO O| Dec 20 23:20:19.545 INFO STEP 84 (remove_files) COMPLETE
46182024-12-20T23:20:21.082Z[ recovery-image] Dec 20 23:20:19.545 INFO O| Dec 20 23:20:19.545 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46192024-12-20T23:20:21.099Z[ recovery-image] Dec 20 23:20:19.562 INFO O| Dec 20 23:20:19.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
46202024-12-20T23:20:21.099Z[ recovery-image] Dec 20 23:20:19.562 INFO O| Dec 20 23:20:19.562 INFO STEP 85 (remove_files) COMPLETE
46212024-12-20T23:20:21.101Z[ recovery-image] Dec 20 23:20:19.562 INFO O| Dec 20 23:20:19.562 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46222024-12-20T23:20:21.114Z[ recovery-image] Dec 20 23:20:19.579 INFO O| Dec 20 23:20:19.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
46232024-12-20T23:20:21.114Z[ recovery-image] Dec 20 23:20:19.579 INFO O| Dec 20 23:20:19.579 INFO STEP 86 (remove_files) COMPLETE
46242024-12-20T23:20:21.115Z[ recovery-image] Dec 20 23:20:19.579 INFO O| Dec 20 23:20:19.579 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46252024-12-20T23:20:21.133Z[ recovery-image] Dec 20 23:20:19.598 INFO O| Dec 20 23:20:19.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
46262024-12-20T23:20:21.134Z[ recovery-image] Dec 20 23:20:19.598 INFO O| Dec 20 23:20:19.598 INFO STEP 87 (remove_files) COMPLETE
46272024-12-20T23:20:21.137Z[ recovery-image] Dec 20 23:20:19.598 INFO O| Dec 20 23:20:19.598 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46282024-12-20T23:20:21.151Z[ recovery-image] Dec 20 23:20:19.616 INFO O| Dec 20 23:20:19.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
46292024-12-20T23:20:21.155Z[ recovery-image] Dec 20 23:20:19.616 INFO O| Dec 20 23:20:19.616 INFO STEP 88 (remove_files) COMPLETE
46302024-12-20T23:20:21.155Z[ recovery-image] Dec 20 23:20:19.617 INFO O| Dec 20 23:20:19.616 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46312024-12-20T23:20:21.169Z[ recovery-image] Dec 20 23:20:19.634 INFO O| Dec 20 23:20:19.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
46322024-12-20T23:20:21.172Z[ recovery-image] Dec 20 23:20:19.635 INFO O| Dec 20 23:20:19.635 INFO STEP 89 (remove_files) COMPLETE
46332024-12-20T23:20:21.172Z[ recovery-image] Dec 20 23:20:19.635 INFO O| Dec 20 23:20:19.635 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46342024-12-20T23:20:21.189Z[ recovery-image] Dec 20 23:20:19.653 INFO O| Dec 20 23:20:19.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
46352024-12-20T23:20:21.189Z[ recovery-image] Dec 20 23:20:19.654 INFO O| Dec 20 23:20:19.653 INFO STEP 90 (remove_files) COMPLETE
46362024-12-20T23:20:21.191Z[ recovery-image] Dec 20 23:20:19.654 INFO O| Dec 20 23:20:19.654 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46372024-12-20T23:20:21.206Z[ recovery-image] Dec 20 23:20:19.671 INFO O| Dec 20 23:20:19.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
46382024-12-20T23:20:21.206Z[ recovery-image] Dec 20 23:20:19.671 INFO O| Dec 20 23:20:19.671 INFO STEP 91 (remove_files) COMPLETE
46392024-12-20T23:20:21.206Z[ recovery-image] Dec 20 23:20:19.671 INFO O| Dec 20 23:20:19.671 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46402024-12-20T23:20:21.224Z[ recovery-image] Dec 20 23:20:19.688 INFO O| Dec 20 23:20:19.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
46412024-12-20T23:20:21.224Z[ recovery-image] Dec 20 23:20:19.688 INFO O| Dec 20 23:20:19.688 INFO STEP 92 (remove_files) COMPLETE
46422024-12-20T23:20:21.226Z[ recovery-image] Dec 20 23:20:19.689 INFO O| Dec 20 23:20:19.688 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46432024-12-20T23:20:21.243Z[ recovery-image] Dec 20 23:20:19.707 INFO O| Dec 20 23:20:19.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
46442024-12-20T23:20:21.243Z[ recovery-image] Dec 20 23:20:19.707 INFO O| Dec 20 23:20:19.707 INFO STEP 93 (remove_files) COMPLETE
46452024-12-20T23:20:21.245Z[ recovery-image] Dec 20 23:20:19.708 INFO O| Dec 20 23:20:19.708 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46462024-12-20T23:20:21.261Z[ recovery-image] Dec 20 23:20:19.726 INFO O| Dec 20 23:20:19.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
46472024-12-20T23:20:21.263Z[ recovery-image] Dec 20 23:20:19.726 INFO O| Dec 20 23:20:19.726 INFO STEP 94 (remove_files) COMPLETE
46482024-12-20T23:20:21.263Z[ recovery-image] Dec 20 23:20:19.726 INFO O| Dec 20 23:20:19.726 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46492024-12-20T23:20:21.274Z[ recovery-image] Dec 20 23:20:19.739 INFO O| Dec 20 23:20:19.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
46502024-12-20T23:20:21.274Z[ recovery-image] Dec 20 23:20:19.739 INFO O| Dec 20 23:20:19.739 INFO STEP 95 (remove_files) COMPLETE
46512024-12-20T23:20:21.276Z[ recovery-image] Dec 20 23:20:19.739 INFO O| Dec 20 23:20:19.739 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46522024-12-20T23:20:21.292Z[ recovery-image] Dec 20 23:20:19.756 INFO O| Dec 20 23:20:19.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
46532024-12-20T23:20:21.292Z[ recovery-image] Dec 20 23:20:19.757 INFO O| Dec 20 23:20:19.757 INFO STEP 96 (remove_files) COMPLETE
46542024-12-20T23:20:21.292Z[ recovery-image] Dec 20 23:20:19.757 INFO O| Dec 20 23:20:19.757 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46552024-12-20T23:20:21.310Z[ recovery-image] Dec 20 23:20:19.775 INFO O| Dec 20 23:20:19.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
46562024-12-20T23:20:21.310Z[ recovery-image] Dec 20 23:20:19.775 INFO O| Dec 20 23:20:19.775 INFO STEP 97 (remove_files) COMPLETE
46572024-12-20T23:20:21.313Z[ recovery-image] Dec 20 23:20:19.775 INFO O| Dec 20 23:20:19.775 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46582024-12-20T23:20:21.328Z[ recovery-image] Dec 20 23:20:19.793 INFO O| Dec 20 23:20:19.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
46592024-12-20T23:20:21.328Z[ recovery-image] Dec 20 23:20:19.793 INFO O| Dec 20 23:20:19.793 INFO STEP 98 (remove_files) COMPLETE
46602024-12-20T23:20:21.328Z[ recovery-image] Dec 20 23:20:19.793 INFO O| Dec 20 23:20:19.793 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46612024-12-20T23:20:21.346Z[ recovery-image] Dec 20 23:20:19.811 INFO O| Dec 20 23:20:19.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
46622024-12-20T23:20:21.346Z[ recovery-image] Dec 20 23:20:19.811 INFO O| Dec 20 23:20:19.811 INFO STEP 99 (remove_files) COMPLETE
46632024-12-20T23:20:21.346Z[ recovery-image] Dec 20 23:20:19.811 INFO O| Dec 20 23:20:19.811 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46642024-12-20T23:20:21.364Z[ recovery-image] Dec 20 23:20:19.829 INFO O| Dec 20 23:20:19.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
46652024-12-20T23:20:21.364Z[ recovery-image] Dec 20 23:20:19.829 INFO O| Dec 20 23:20:19.829 INFO STEP 100 (remove_files) COMPLETE
46662024-12-20T23:20:21.367Z[ recovery-image] Dec 20 23:20:19.829 INFO O| Dec 20 23:20:19.829 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46672024-12-20T23:20:21.379Z[ recovery-image] Dec 20 23:20:19.844 INFO O| Dec 20 23:20:19.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
46682024-12-20T23:20:21.379Z[ recovery-image] Dec 20 23:20:19.844 INFO O| Dec 20 23:20:19.844 INFO STEP 101 (remove_files) COMPLETE
46692024-12-20T23:20:21.382Z[ recovery-image] Dec 20 23:20:19.844 INFO O| Dec 20 23:20:19.844 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46702024-12-20T23:20:21.397Z[ recovery-image] Dec 20 23:20:19.862 INFO O| Dec 20 23:20:19.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
46712024-12-20T23:20:21.397Z[ recovery-image] Dec 20 23:20:19.862 INFO O| Dec 20 23:20:19.862 INFO STEP 102 (remove_files) COMPLETE
46722024-12-20T23:20:21.397Z[ recovery-image] Dec 20 23:20:19.862 INFO O| Dec 20 23:20:19.862 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46732024-12-20T23:20:21.410Z[ recovery-image] Dec 20 23:20:19.875 INFO O| Dec 20 23:20:19.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
46742024-12-20T23:20:21.413Z[ recovery-image] Dec 20 23:20:19.876 INFO O| Dec 20 23:20:19.876 INFO STEP 103 (remove_files) COMPLETE
46752024-12-20T23:20:21.413Z[ recovery-image] Dec 20 23:20:19.876 INFO O| Dec 20 23:20:19.876 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46762024-12-20T23:20:21.428Z[ recovery-image] Dec 20 23:20:19.893 INFO O| Dec 20 23:20:19.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
46772024-12-20T23:20:21.428Z[ recovery-image] Dec 20 23:20:19.893 INFO O| Dec 20 23:20:19.893 INFO STEP 104 (remove_files) COMPLETE
46782024-12-20T23:20:21.428Z[ recovery-image] Dec 20 23:20:19.893 INFO O| Dec 20 23:20:19.893 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46792024-12-20T23:20:21.446Z[ recovery-image] Dec 20 23:20:19.910 INFO O| Dec 20 23:20:19.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
46802024-12-20T23:20:21.446Z[ recovery-image] Dec 20 23:20:19.910 INFO O| Dec 20 23:20:19.910 INFO STEP 105 (remove_files) COMPLETE
46812024-12-20T23:20:21.449Z[ recovery-image] Dec 20 23:20:19.911 INFO O| Dec 20 23:20:19.910 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46822024-12-20T23:20:21.458Z[ recovery-image] Dec 20 23:20:19.923 INFO O| Dec 20 23:20:19.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
46832024-12-20T23:20:21.458Z[ recovery-image] Dec 20 23:20:19.923 INFO O| Dec 20 23:20:19.923 INFO STEP 106 (remove_files) COMPLETE
46842024-12-20T23:20:21.460Z[ recovery-image] Dec 20 23:20:19.923 INFO O| Dec 20 23:20:19.923 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46852024-12-20T23:20:21.470Z[ recovery-image] Dec 20 23:20:19.935 INFO O| Dec 20 23:20:19.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
46862024-12-20T23:20:21.470Z[ recovery-image] Dec 20 23:20:19.935 INFO O| Dec 20 23:20:19.935 INFO STEP 107 (remove_files) COMPLETE
46872024-12-20T23:20:21.470Z[ recovery-image] Dec 20 23:20:19.935 INFO O| Dec 20 23:20:19.935 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46882024-12-20T23:20:21.486Z[ recovery-image] Dec 20 23:20:19.951 INFO O| Dec 20 23:20:19.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
46892024-12-20T23:20:21.486Z[ recovery-image] Dec 20 23:20:19.951 INFO O| Dec 20 23:20:19.951 INFO STEP 108 (remove_files) COMPLETE
46902024-12-20T23:20:21.489Z[ recovery-image] Dec 20 23:20:19.951 INFO O| Dec 20 23:20:19.951 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46912024-12-20T23:20:21.504Z[ recovery-image] Dec 20 23:20:19.968 INFO O| Dec 20 23:20:19.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
46922024-12-20T23:20:21.504Z[ recovery-image] Dec 20 23:20:19.968 INFO O| Dec 20 23:20:19.968 INFO STEP 109 (remove_files) COMPLETE
46932024-12-20T23:20:21.506Z[ recovery-image] Dec 20 23:20:19.969 INFO O| Dec 20 23:20:19.968 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46942024-12-20T23:20:21.521Z[ recovery-image] Dec 20 23:20:19.986 INFO O| Dec 20 23:20:19.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
46952024-12-20T23:20:21.521Z[ recovery-image] Dec 20 23:20:19.986 INFO O| Dec 20 23:20:19.986 INFO STEP 110 (remove_files) COMPLETE
46962024-12-20T23:20:21.523Z[ recovery-image] Dec 20 23:20:19.986 INFO O| Dec 20 23:20:19.986 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46972024-12-20T23:20:21.539Z[ recovery-image] Dec 20 23:20:20.004 INFO O| Dec 20 23:20:20.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
46982024-12-20T23:20:21.539Z[ recovery-image] Dec 20 23:20:20.004 INFO O| Dec 20 23:20:20.004 INFO STEP 111 (remove_files) COMPLETE
46992024-12-20T23:20:21.543Z[ recovery-image] Dec 20 23:20:20.004 INFO O| Dec 20 23:20:20.004 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47002024-12-20T23:20:21.560Z[ recovery-image] Dec 20 23:20:20.024 INFO O| Dec 20 23:20:20.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
47012024-12-20T23:20:21.560Z[ recovery-image] Dec 20 23:20:20.024 INFO O| Dec 20 23:20:20.024 INFO STEP 112 (remove_files) COMPLETE
47022024-12-20T23:20:21.560Z[ recovery-image] Dec 20 23:20:20.024 INFO O| Dec 20 23:20:20.024 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47032024-12-20T23:20:21.578Z[ recovery-image] Dec 20 23:20:20.043 INFO O| Dec 20 23:20:20.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
47042024-12-20T23:20:21.578Z[ recovery-image] Dec 20 23:20:20.043 INFO O| Dec 20 23:20:20.043 INFO STEP 113 (remove_files) COMPLETE
47052024-12-20T23:20:21.578Z[ recovery-image] Dec 20 23:20:20.043 INFO O| Dec 20 23:20:20.043 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47062024-12-20T23:20:21.595Z[ recovery-image] Dec 20 23:20:20.059 INFO O| Dec 20 23:20:20.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
47072024-12-20T23:20:21.595Z[ recovery-image] Dec 20 23:20:20.060 INFO O| Dec 20 23:20:20.059 INFO STEP 114 (remove_files) COMPLETE
47082024-12-20T23:20:21.597Z[ recovery-image] Dec 20 23:20:20.060 INFO O| Dec 20 23:20:20.060 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47092024-12-20T23:20:21.613Z[ recovery-image] Dec 20 23:20:20.077 INFO O| Dec 20 23:20:20.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
47102024-12-20T23:20:21.613Z[ recovery-image] Dec 20 23:20:20.078 INFO O| Dec 20 23:20:20.078 INFO STEP 115 (remove_files) COMPLETE
47112024-12-20T23:20:21.613Z[ recovery-image] Dec 20 23:20:20.078 INFO O| Dec 20 23:20:20.078 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47122024-12-20T23:20:21.630Z[ recovery-image] Dec 20 23:20:20.095 INFO O| Dec 20 23:20:20.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
47132024-12-20T23:20:21.630Z[ recovery-image] Dec 20 23:20:20.095 INFO O| Dec 20 23:20:20.095 INFO STEP 116 (remove_files) COMPLETE
47142024-12-20T23:20:21.632Z[ recovery-image] Dec 20 23:20:20.095 INFO O| Dec 20 23:20:20.095 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47152024-12-20T23:20:21.649Z[ recovery-image] Dec 20 23:20:20.113 INFO O| Dec 20 23:20:20.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
47162024-12-20T23:20:21.651Z[ recovery-image] Dec 20 23:20:20.114 INFO O| Dec 20 23:20:20.114 INFO STEP 117 (remove_files) COMPLETE
47172024-12-20T23:20:21.651Z[ recovery-image] Dec 20 23:20:20.114 INFO O| Dec 20 23:20:20.114 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47182024-12-20T23:20:21.662Z[ recovery-image] Dec 20 23:20:20.127 INFO O| Dec 20 23:20:20.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
47192024-12-20T23:20:21.662Z[ recovery-image] Dec 20 23:20:20.127 INFO O| Dec 20 23:20:20.127 INFO STEP 118 (remove_files) COMPLETE
47202024-12-20T23:20:21.664Z[ recovery-image] Dec 20 23:20:20.127 INFO O| Dec 20 23:20:20.127 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47212024-12-20T23:20:21.677Z[ recovery-image] Dec 20 23:20:20.141 INFO O| Dec 20 23:20:20.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
47222024-12-20T23:20:21.677Z[ recovery-image] Dec 20 23:20:20.141 INFO O| Dec 20 23:20:20.141 INFO STEP 119 (remove_files) COMPLETE
47232024-12-20T23:20:21.679Z[ recovery-image] Dec 20 23:20:20.141 INFO O| Dec 20 23:20:20.141 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47242024-12-20T23:20:21.696Z[ recovery-image] Dec 20 23:20:20.161 INFO O| Dec 20 23:20:20.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
47252024-12-20T23:20:21.698Z[ recovery-image] Dec 20 23:20:20.161 INFO O| Dec 20 23:20:20.161 INFO STEP 120 (remove_files) COMPLETE
47262024-12-20T23:20:21.698Z[ recovery-image] Dec 20 23:20:20.161 INFO O| Dec 20 23:20:20.161 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47272024-12-20T23:20:21.714Z[ recovery-image] Dec 20 23:20:20.179 INFO O| Dec 20 23:20:20.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
47282024-12-20T23:20:21.717Z[ recovery-image] Dec 20 23:20:20.180 INFO O| Dec 20 23:20:20.180 INFO STEP 121 (remove_files) COMPLETE
47292024-12-20T23:20:21.717Z[ recovery-image] Dec 20 23:20:20.180 INFO O| Dec 20 23:20:20.180 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47302024-12-20T23:20:21.733Z[ recovery-image] Dec 20 23:20:20.198 INFO O| Dec 20 23:20:20.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
47312024-12-20T23:20:21.733Z[ recovery-image] Dec 20 23:20:20.198 INFO O| Dec 20 23:20:20.198 INFO STEP 122 (remove_files) COMPLETE
47322024-12-20T23:20:21.736Z[ recovery-image] Dec 20 23:20:20.198 INFO O| Dec 20 23:20:20.198 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47332024-12-20T23:20:21.751Z[ recovery-image] Dec 20 23:20:20.216 INFO O| Dec 20 23:20:20.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
47342024-12-20T23:20:21.752Z[ recovery-image] Dec 20 23:20:20.216 INFO O| Dec 20 23:20:20.216 INFO STEP 123 (remove_files) COMPLETE
47352024-12-20T23:20:21.754Z[ recovery-image] Dec 20 23:20:20.217 INFO O| Dec 20 23:20:20.216 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47362024-12-20T23:20:21.770Z[ recovery-image] Dec 20 23:20:20.235 INFO O| Dec 20 23:20:20.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
47372024-12-20T23:20:21.770Z[ recovery-image] Dec 20 23:20:20.235 INFO O| Dec 20 23:20:20.235 INFO STEP 124 (remove_files) COMPLETE
47382024-12-20T23:20:21.770Z[ recovery-image] Dec 20 23:20:20.235 INFO O| Dec 20 23:20:20.235 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47392024-12-20T23:20:21.787Z[ recovery-image] Dec 20 23:20:20.252 INFO O| Dec 20 23:20:20.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
47402024-12-20T23:20:21.787Z[ recovery-image] Dec 20 23:20:20.252 INFO O| Dec 20 23:20:20.252 INFO STEP 125 (remove_files) COMPLETE
47412024-12-20T23:20:21.790Z[ recovery-image] Dec 20 23:20:20.252 INFO O| Dec 20 23:20:20.252 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47422024-12-20T23:20:21.804Z[ recovery-image] Dec 20 23:20:20.269 INFO O| Dec 20 23:20:20.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
47432024-12-20T23:20:21.806Z[ recovery-image] Dec 20 23:20:20.269 INFO O| Dec 20 23:20:20.269 INFO STEP 126 (remove_files) COMPLETE
47442024-12-20T23:20:21.807Z[ recovery-image] Dec 20 23:20:20.269 INFO O| Dec 20 23:20:20.269 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47452024-12-20T23:20:21.823Z[ recovery-image] Dec 20 23:20:20.286 INFO O| Dec 20 23:20:20.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
47462024-12-20T23:20:21.823Z[ recovery-image] Dec 20 23:20:20.286 INFO O| Dec 20 23:20:20.286 INFO STEP 127 (remove_files) COMPLETE
47472024-12-20T23:20:21.823Z[ recovery-image] Dec 20 23:20:20.286 INFO O| Dec 20 23:20:20.286 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47482024-12-20T23:20:21.840Z[ recovery-image] Dec 20 23:20:20.305 INFO O| Dec 20 23:20:20.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
47492024-12-20T23:20:21.840Z[ recovery-image] Dec 20 23:20:20.305 INFO O| Dec 20 23:20:20.305 INFO STEP 128 (remove_files) COMPLETE
47502024-12-20T23:20:21.842Z[ recovery-image] Dec 20 23:20:20.305 INFO O| Dec 20 23:20:20.305 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47512024-12-20T23:20:21.857Z[ recovery-image] Dec 20 23:20:20.322 INFO O| Dec 20 23:20:20.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
47522024-12-20T23:20:21.858Z[ recovery-image] Dec 20 23:20:20.322 INFO O| Dec 20 23:20:20.322 INFO STEP 129 (remove_files) COMPLETE
47532024-12-20T23:20:21.860Z[ recovery-image] Dec 20 23:20:20.322 INFO O| Dec 20 23:20:20.322 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47542024-12-20T23:20:21.875Z[ recovery-image] Dec 20 23:20:20.340 INFO O| Dec 20 23:20:20.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
47552024-12-20T23:20:21.875Z[ recovery-image] Dec 20 23:20:20.340 INFO O| Dec 20 23:20:20.340 INFO STEP 130 (remove_files) COMPLETE
47562024-12-20T23:20:21.875Z[ recovery-image] Dec 20 23:20:20.340 INFO O| Dec 20 23:20:20.340 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47572024-12-20T23:20:21.893Z[ recovery-image] Dec 20 23:20:20.357 INFO O| Dec 20 23:20:20.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
47582024-12-20T23:20:21.893Z[ recovery-image] Dec 20 23:20:20.357 INFO O| Dec 20 23:20:20.357 INFO STEP 131 (remove_files) COMPLETE
47592024-12-20T23:20:21.895Z[ recovery-image] Dec 20 23:20:20.357 INFO O| Dec 20 23:20:20.357 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47602024-12-20T23:20:21.911Z[ recovery-image] Dec 20 23:20:20.375 INFO O| Dec 20 23:20:20.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
47612024-12-20T23:20:21.911Z[ recovery-image] Dec 20 23:20:20.375 INFO O| Dec 20 23:20:20.375 INFO STEP 132 (remove_files) COMPLETE
47622024-12-20T23:20:21.913Z[ recovery-image] Dec 20 23:20:20.376 INFO O| Dec 20 23:20:20.375 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47632024-12-20T23:20:21.924Z[ recovery-image] Dec 20 23:20:20.389 INFO O| Dec 20 23:20:20.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
47642024-12-20T23:20:21.924Z[ recovery-image] Dec 20 23:20:20.389 INFO O| Dec 20 23:20:20.389 INFO STEP 133 (remove_files) COMPLETE
47652024-12-20T23:20:21.927Z[ recovery-image] Dec 20 23:20:20.389 INFO O| Dec 20 23:20:20.389 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47662024-12-20T23:20:21.938Z[ recovery-image] Dec 20 23:20:20.403 INFO O| Dec 20 23:20:20.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
47672024-12-20T23:20:21.938Z[ recovery-image] Dec 20 23:20:20.403 INFO O| Dec 20 23:20:20.403 INFO STEP 134 (remove_files) COMPLETE
47682024-12-20T23:20:21.940Z[ recovery-image] Dec 20 23:20:20.403 INFO O| Dec 20 23:20:20.403 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47692024-12-20T23:20:21.951Z[ recovery-image] Dec 20 23:20:20.416 INFO O| Dec 20 23:20:20.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
47702024-12-20T23:20:21.951Z[ recovery-image] Dec 20 23:20:20.416 INFO O| Dec 20 23:20:20.416 INFO STEP 135 (remove_files) COMPLETE
47712024-12-20T23:20:21.953Z[ recovery-image] Dec 20 23:20:20.416 INFO O| Dec 20 23:20:20.416 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47722024-12-20T23:20:21.970Z[ recovery-image] Dec 20 23:20:20.435 INFO O| Dec 20 23:20:20.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
47732024-12-20T23:20:21.970Z[ recovery-image] Dec 20 23:20:20.435 INFO O| Dec 20 23:20:20.435 INFO STEP 136 (remove_files) COMPLETE
47742024-12-20T23:20:21.972Z[ recovery-image] Dec 20 23:20:20.435 INFO O| Dec 20 23:20:20.435 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47752024-12-20T23:20:21.992Z[ recovery-image] Dec 20 23:20:20.455 INFO O| Dec 20 23:20:20.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
47762024-12-20T23:20:21.992Z[ recovery-image] Dec 20 23:20:20.455 INFO O| Dec 20 23:20:20.455 INFO STEP 137 (remove_files) COMPLETE
47772024-12-20T23:20:21.994Z[ recovery-image] Dec 20 23:20:20.455 INFO O| Dec 20 23:20:20.455 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47782024-12-20T23:20:22.011Z[ recovery-image] Dec 20 23:20:20.475 INFO O| Dec 20 23:20:20.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
47792024-12-20T23:20:22.011Z[ recovery-image] Dec 20 23:20:20.475 INFO O| Dec 20 23:20:20.475 INFO STEP 138 (remove_files) COMPLETE
47802024-12-20T23:20:22.011Z[ recovery-image] Dec 20 23:20:20.475 INFO O| Dec 20 23:20:20.475 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47812024-12-20T23:20:22.023Z[ recovery-image] Dec 20 23:20:20.488 INFO O| Dec 20 23:20:20.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
47822024-12-20T23:20:22.023Z[ recovery-image] Dec 20 23:20:20.488 INFO O| Dec 20 23:20:20.488 INFO STEP 139 (remove_files) COMPLETE
47832024-12-20T23:20:22.026Z[ recovery-image] Dec 20 23:20:20.488 INFO O| Dec 20 23:20:20.488 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47842024-12-20T23:20:22.040Z[ recovery-image] Dec 20 23:20:20.505 INFO O| Dec 20 23:20:20.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
47852024-12-20T23:20:22.043Z[ recovery-image] Dec 20 23:20:20.505 INFO O| Dec 20 23:20:20.505 INFO STEP 140 (remove_files) COMPLETE
47862024-12-20T23:20:22.044Z[ recovery-image] Dec 20 23:20:20.505 INFO O| Dec 20 23:20:20.505 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47872024-12-20T23:20:22.053Z[ recovery-image] Dec 20 23:20:20.518 INFO O| Dec 20 23:20:20.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
47882024-12-20T23:20:22.053Z[ recovery-image] Dec 20 23:20:20.518 INFO O| Dec 20 23:20:20.518 INFO STEP 141 (remove_files) COMPLETE
47892024-12-20T23:20:22.053Z[ recovery-image] Dec 20 23:20:20.518 INFO O| Dec 20 23:20:20.518 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47902024-12-20T23:20:22.067Z[ recovery-image] Dec 20 23:20:20.532 INFO O| Dec 20 23:20:20.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
47912024-12-20T23:20:22.067Z[ recovery-image] Dec 20 23:20:20.532 INFO O| Dec 20 23:20:20.532 INFO STEP 142 (remove_files) COMPLETE
47922024-12-20T23:20:22.072Z[ recovery-image] Dec 20 23:20:20.532 INFO O| Dec 20 23:20:20.532 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47932024-12-20T23:20:22.084Z[ recovery-image] Dec 20 23:20:20.549 INFO O| Dec 20 23:20:20.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
47942024-12-20T23:20:22.084Z[ recovery-image] Dec 20 23:20:20.549 INFO O| Dec 20 23:20:20.549 INFO STEP 143 (remove_files) COMPLETE
47952024-12-20T23:20:22.084Z[ recovery-image] Dec 20 23:20:20.549 INFO O| Dec 20 23:20:20.549 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47962024-12-20T23:20:22.098Z[ recovery-image] Dec 20 23:20:20.563 INFO O| Dec 20 23:20:20.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
47972024-12-20T23:20:22.099Z[ recovery-image] Dec 20 23:20:20.563 INFO O| Dec 20 23:20:20.563 INFO STEP 144 (remove_files) COMPLETE
47982024-12-20T23:20:22.101Z[ recovery-image] Dec 20 23:20:20.563 INFO O| Dec 20 23:20:20.563 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47992024-12-20T23:20:22.113Z[ recovery-image] Dec 20 23:20:20.578 INFO O| Dec 20 23:20:20.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
48002024-12-20T23:20:22.113Z[ recovery-image] Dec 20 23:20:20.578 INFO O| Dec 20 23:20:20.578 INFO STEP 145 (remove_files) COMPLETE
48012024-12-20T23:20:22.115Z[ recovery-image] Dec 20 23:20:20.578 INFO O| Dec 20 23:20:20.578 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48022024-12-20T23:20:22.125Z[ recovery-image] Dec 20 23:20:20.590 INFO O| Dec 20 23:20:20.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
48032024-12-20T23:20:22.125Z[ recovery-image] Dec 20 23:20:20.590 INFO O| Dec 20 23:20:20.590 INFO STEP 146 (remove_files) COMPLETE
48042024-12-20T23:20:22.128Z[ recovery-image] Dec 20 23:20:20.590 INFO O| Dec 20 23:20:20.590 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48052024-12-20T23:20:22.145Z[ recovery-image] Dec 20 23:20:20.606 INFO O| Dec 20 23:20:20.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
48062024-12-20T23:20:22.145Z[ recovery-image] Dec 20 23:20:20.606 INFO O| Dec 20 23:20:20.606 INFO STEP 147 (remove_files) COMPLETE
48072024-12-20T23:20:22.151Z[ recovery-image] Dec 20 23:20:20.606 INFO O| Dec 20 23:20:20.606 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48082024-12-20T23:20:22.158Z[ recovery-image] Dec 20 23:20:20.623 INFO O| Dec 20 23:20:20.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
48092024-12-20T23:20:22.158Z[ recovery-image] Dec 20 23:20:20.623 INFO O| Dec 20 23:20:20.623 INFO STEP 148 (remove_files) COMPLETE
48102024-12-20T23:20:22.158Z[ recovery-image] Dec 20 23:20:20.623 INFO O| Dec 20 23:20:20.623 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48112024-12-20T23:20:22.174Z[ recovery-image] Dec 20 23:20:20.639 INFO O| Dec 20 23:20:20.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
48122024-12-20T23:20:22.174Z[ recovery-image] Dec 20 23:20:20.639 INFO O| Dec 20 23:20:20.639 INFO STEP 149 (remove_files) COMPLETE
48132024-12-20T23:20:22.176Z[ recovery-image] Dec 20 23:20:20.639 INFO O| Dec 20 23:20:20.639 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48142024-12-20T23:20:22.191Z[ recovery-image] Dec 20 23:20:20.655 INFO O| Dec 20 23:20:20.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
48152024-12-20T23:20:22.191Z[ recovery-image] Dec 20 23:20:20.655 INFO O| Dec 20 23:20:20.655 INFO STEP 150 (remove_files) COMPLETE
48162024-12-20T23:20:22.193Z[ recovery-image] Dec 20 23:20:20.655 INFO O| Dec 20 23:20:20.655 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48172024-12-20T23:20:22.208Z[ recovery-image] Dec 20 23:20:20.673 INFO O| Dec 20 23:20:20.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
48182024-12-20T23:20:22.208Z[ recovery-image] Dec 20 23:20:20.673 INFO O| Dec 20 23:20:20.673 INFO STEP 151 (remove_files) COMPLETE
48192024-12-20T23:20:22.211Z[ recovery-image] Dec 20 23:20:20.673 INFO O| Dec 20 23:20:20.673 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48202024-12-20T23:20:22.226Z[ recovery-image] Dec 20 23:20:20.691 INFO O| Dec 20 23:20:20.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
48212024-12-20T23:20:22.226Z[ recovery-image] Dec 20 23:20:20.691 INFO O| Dec 20 23:20:20.691 INFO STEP 152 (remove_files) COMPLETE
48222024-12-20T23:20:22.229Z[ recovery-image] Dec 20 23:20:20.691 INFO O| Dec 20 23:20:20.691 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48232024-12-20T23:20:22.245Z[ recovery-image] Dec 20 23:20:20.709 INFO O| Dec 20 23:20:20.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
48242024-12-20T23:20:22.245Z[ recovery-image] Dec 20 23:20:20.709 INFO O| Dec 20 23:20:20.709 INFO STEP 153 (remove_files) COMPLETE
48252024-12-20T23:20:22.245Z[ recovery-image] Dec 20 23:20:20.709 INFO O| Dec 20 23:20:20.709 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48262024-12-20T23:20:22.261Z[ recovery-image] Dec 20 23:20:20.726 INFO O| Dec 20 23:20:20.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
48272024-12-20T23:20:22.261Z[ recovery-image] Dec 20 23:20:20.726 INFO O| Dec 20 23:20:20.726 INFO STEP 154 (remove_files) COMPLETE
48282024-12-20T23:20:22.265Z[ recovery-image] Dec 20 23:20:20.726 INFO O| Dec 20 23:20:20.726 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48292024-12-20T23:20:22.273Z[ recovery-image] Dec 20 23:20:20.738 INFO O| Dec 20 23:20:20.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
48302024-12-20T23:20:22.273Z[ recovery-image] Dec 20 23:20:20.738 INFO O| Dec 20 23:20:20.738 INFO STEP 155 (remove_files) COMPLETE
48312024-12-20T23:20:22.273Z[ recovery-image] Dec 20 23:20:20.738 INFO O| Dec 20 23:20:20.738 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48322024-12-20T23:20:22.289Z[ recovery-image] Dec 20 23:20:20.754 INFO O| Dec 20 23:20:20.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
48332024-12-20T23:20:22.290Z[ recovery-image] Dec 20 23:20:20.754 INFO O| Dec 20 23:20:20.754 INFO STEP 156 (remove_files) COMPLETE
48342024-12-20T23:20:22.290Z[ recovery-image] Dec 20 23:20:20.754 INFO O| Dec 20 23:20:20.754 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48352024-12-20T23:20:22.303Z[ recovery-image] Dec 20 23:20:20.768 INFO O| Dec 20 23:20:20.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
48362024-12-20T23:20:22.303Z[ recovery-image] Dec 20 23:20:20.768 INFO O| Dec 20 23:20:20.768 INFO STEP 157 (remove_files) COMPLETE
48372024-12-20T23:20:22.306Z[ recovery-image] Dec 20 23:20:20.768 INFO O| Dec 20 23:20:20.768 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48382024-12-20T23:20:22.321Z[ recovery-image] Dec 20 23:20:20.786 INFO O| Dec 20 23:20:20.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
48392024-12-20T23:20:22.324Z[ recovery-image] Dec 20 23:20:20.787 INFO O| Dec 20 23:20:20.787 INFO STEP 158 (remove_files) COMPLETE
48402024-12-20T23:20:22.324Z[ recovery-image] Dec 20 23:20:20.787 INFO O| Dec 20 23:20:20.787 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48412024-12-20T23:20:22.335Z[ recovery-image] Dec 20 23:20:20.800 INFO O| Dec 20 23:20:20.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
48422024-12-20T23:20:22.335Z[ recovery-image] Dec 20 23:20:20.800 INFO O| Dec 20 23:20:20.800 INFO STEP 159 (remove_files) COMPLETE
48432024-12-20T23:20:22.335Z[ recovery-image] Dec 20 23:20:20.800 INFO O| Dec 20 23:20:20.800 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48442024-12-20T23:20:22.349Z[ recovery-image] Dec 20 23:20:20.813 INFO O| Dec 20 23:20:20.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
48452024-12-20T23:20:22.349Z[ recovery-image] Dec 20 23:20:20.813 INFO O| Dec 20 23:20:20.813 INFO STEP 160 (remove_files) COMPLETE
48462024-12-20T23:20:22.349Z[ recovery-image] Dec 20 23:20:20.813 INFO O| Dec 20 23:20:20.813 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48472024-12-20T23:20:22.368Z[ recovery-image] Dec 20 23:20:20.833 INFO O| Dec 20 23:20:20.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
48482024-12-20T23:20:22.368Z[ recovery-image] Dec 20 23:20:20.833 INFO O| Dec 20 23:20:20.833 INFO STEP 161 (remove_files) COMPLETE
48492024-12-20T23:20:22.368Z[ recovery-image] Dec 20 23:20:20.833 INFO O| Dec 20 23:20:20.833 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48502024-12-20T23:20:22.384Z[ recovery-image] Dec 20 23:20:20.847 INFO O| Dec 20 23:20:20.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
48512024-12-20T23:20:22.384Z[ recovery-image] Dec 20 23:20:20.847 INFO O| Dec 20 23:20:20.847 INFO STEP 162 (remove_files) COMPLETE
48522024-12-20T23:20:22.387Z[ recovery-image] Dec 20 23:20:20.847 INFO O| Dec 20 23:20:20.847 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48532024-12-20T23:20:22.400Z[ recovery-image] Dec 20 23:20:20.865 INFO O| Dec 20 23:20:20.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
48542024-12-20T23:20:22.400Z[ recovery-image] Dec 20 23:20:20.865 INFO O| Dec 20 23:20:20.865 INFO STEP 163 (remove_files) COMPLETE
48552024-12-20T23:20:22.400Z[ recovery-image] Dec 20 23:20:20.865 INFO O| Dec 20 23:20:20.865 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48562024-12-20T23:20:22.419Z[ recovery-image] Dec 20 23:20:20.883 INFO O| Dec 20 23:20:20.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
48572024-12-20T23:20:22.419Z[ recovery-image] Dec 20 23:20:20.883 INFO O| Dec 20 23:20:20.883 INFO STEP 164 (remove_files) COMPLETE
48582024-12-20T23:20:22.419Z[ recovery-image] Dec 20 23:20:20.883 INFO O| Dec 20 23:20:20.883 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48592024-12-20T23:20:22.437Z[ recovery-image] Dec 20 23:20:20.902 INFO O| Dec 20 23:20:20.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
48602024-12-20T23:20:22.437Z[ recovery-image] Dec 20 23:20:20.902 INFO O| Dec 20 23:20:20.902 INFO STEP 165 (remove_files) COMPLETE
48612024-12-20T23:20:22.437Z[ recovery-image] Dec 20 23:20:20.902 INFO O| Dec 20 23:20:20.902 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48622024-12-20T23:20:22.450Z[ recovery-image] Dec 20 23:20:20.914 INFO O| Dec 20 23:20:20.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
48632024-12-20T23:20:22.450Z[ recovery-image] Dec 20 23:20:20.915 INFO O| Dec 20 23:20:20.915 INFO STEP 166 (remove_files) COMPLETE
48642024-12-20T23:20:22.454Z[ recovery-image] Dec 20 23:20:20.915 INFO O| Dec 20 23:20:20.915 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48652024-12-20T23:20:22.466Z[ recovery-image] Dec 20 23:20:20.931 INFO O| Dec 20 23:20:20.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
48662024-12-20T23:20:22.466Z[ recovery-image] Dec 20 23:20:20.931 INFO O| Dec 20 23:20:20.931 INFO STEP 167 (remove_files) COMPLETE
48672024-12-20T23:20:22.467Z[ recovery-image] Dec 20 23:20:20.931 INFO O| Dec 20 23:20:20.931 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48682024-12-20T23:20:22.483Z[ recovery-image] Dec 20 23:20:20.948 INFO O| Dec 20 23:20:20.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
48692024-12-20T23:20:22.483Z[ recovery-image] Dec 20 23:20:20.948 INFO O| Dec 20 23:20:20.948 INFO STEP 168 (remove_files) COMPLETE
48702024-12-20T23:20:22.483Z[ recovery-image] Dec 20 23:20:20.948 INFO O| Dec 20 23:20:20.948 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48712024-12-20T23:20:22.500Z[ recovery-image] Dec 20 23:20:20.965 INFO O| Dec 20 23:20:20.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
48722024-12-20T23:20:22.500Z[ recovery-image] Dec 20 23:20:20.965 INFO O| Dec 20 23:20:20.965 INFO STEP 169 (remove_files) COMPLETE
48732024-12-20T23:20:22.503Z[ recovery-image] Dec 20 23:20:20.965 INFO O| Dec 20 23:20:20.965 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48742024-12-20T23:20:22.513Z[ recovery-image] Dec 20 23:20:20.977 INFO O| Dec 20 23:20:20.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
48752024-12-20T23:20:22.513Z[ recovery-image] Dec 20 23:20:20.978 INFO O| Dec 20 23:20:20.978 INFO STEP 170 (remove_files) COMPLETE
48762024-12-20T23:20:22.513Z[ recovery-image] Dec 20 23:20:20.978 INFO O| Dec 20 23:20:20.978 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48772024-12-20T23:20:22.527Z[ recovery-image] Dec 20 23:20:20.991 INFO O| Dec 20 23:20:20.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
48782024-12-20T23:20:22.527Z[ recovery-image] Dec 20 23:20:20.992 INFO O| Dec 20 23:20:20.992 INFO STEP 171 (remove_files) COMPLETE
48792024-12-20T23:20:22.527Z[ recovery-image] Dec 20 23:20:20.992 INFO O| Dec 20 23:20:20.992 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48802024-12-20T23:20:22.539Z[ recovery-image] Dec 20 23:20:21.004 INFO O| Dec 20 23:20:21.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
48812024-12-20T23:20:22.539Z[ recovery-image] Dec 20 23:20:21.004 INFO O| Dec 20 23:20:21.004 INFO STEP 172 (remove_files) COMPLETE
48822024-12-20T23:20:22.541Z[ recovery-image] Dec 20 23:20:21.004 INFO O| Dec 20 23:20:21.004 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48832024-12-20T23:20:22.554Z[ recovery-image] Dec 20 23:20:21.019 INFO O| Dec 20 23:20:21.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
48842024-12-20T23:20:22.555Z[ recovery-image] Dec 20 23:20:21.019 INFO O| Dec 20 23:20:21.019 INFO STEP 173 (remove_files) COMPLETE
48852024-12-20T23:20:22.557Z[ recovery-image] Dec 20 23:20:21.019 INFO O| Dec 20 23:20:21.019 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48862024-12-20T23:20:22.569Z[ recovery-image] Dec 20 23:20:21.034 INFO O| Dec 20 23:20:21.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
48872024-12-20T23:20:22.569Z[ recovery-image] Dec 20 23:20:21.034 INFO O| Dec 20 23:20:21.034 INFO STEP 174 (remove_files) COMPLETE
48882024-12-20T23:20:22.569Z[ recovery-image] Dec 20 23:20:21.034 INFO O| Dec 20 23:20:21.034 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48892024-12-20T23:20:22.585Z[ recovery-image] Dec 20 23:20:21.050 INFO O| Dec 20 23:20:21.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
48902024-12-20T23:20:22.585Z[ recovery-image] Dec 20 23:20:21.050 INFO O| Dec 20 23:20:21.050 INFO STEP 175 (remove_files) COMPLETE
48912024-12-20T23:20:22.587Z[ recovery-image] Dec 20 23:20:21.050 INFO O| Dec 20 23:20:21.050 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48922024-12-20T23:20:22.601Z[ recovery-image] Dec 20 23:20:21.065 INFO O| Dec 20 23:20:21.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
48932024-12-20T23:20:22.601Z[ recovery-image] Dec 20 23:20:21.065 INFO O| Dec 20 23:20:21.065 INFO STEP 176 (remove_files) COMPLETE
48942024-12-20T23:20:22.603Z[ recovery-image] Dec 20 23:20:21.065 INFO O| Dec 20 23:20:21.065 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48952024-12-20T23:20:22.617Z[ recovery-image] Dec 20 23:20:21.082 INFO O| Dec 20 23:20:21.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
48962024-12-20T23:20:22.619Z[ recovery-image] Dec 20 23:20:21.082 INFO O| Dec 20 23:20:21.082 INFO STEP 177 (remove_files) COMPLETE
48972024-12-20T23:20:22.619Z[ recovery-image] Dec 20 23:20:21.082 INFO O| Dec 20 23:20:21.082 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48982024-12-20T23:20:22.634Z[ recovery-image] Dec 20 23:20:21.098 INFO O| Dec 20 23:20:21.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
48992024-12-20T23:20:22.634Z[ recovery-image] Dec 20 23:20:21.098 INFO O| Dec 20 23:20:21.098 INFO STEP 178 (remove_files) COMPLETE
49002024-12-20T23:20:22.636Z[ recovery-image] Dec 20 23:20:21.098 INFO O| Dec 20 23:20:21.098 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49012024-12-20T23:20:22.649Z[ recovery-image] Dec 20 23:20:21.113 INFO O| Dec 20 23:20:21.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
49022024-12-20T23:20:22.649Z[ recovery-image] Dec 20 23:20:21.113 INFO O| Dec 20 23:20:21.113 INFO STEP 179 (remove_files) COMPLETE
49032024-12-20T23:20:22.652Z[ recovery-image] Dec 20 23:20:21.113 INFO O| Dec 20 23:20:21.113 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49042024-12-20T23:20:22.661Z[ recovery-image] Dec 20 23:20:21.125 INFO O| Dec 20 23:20:21.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
49052024-12-20T23:20:22.661Z[ recovery-image] Dec 20 23:20:21.126 INFO O| Dec 20 23:20:21.126 INFO STEP 180 (remove_files) COMPLETE
49062024-12-20T23:20:22.664Z[ recovery-image] Dec 20 23:20:21.126 INFO O| Dec 20 23:20:21.126 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49072024-12-20T23:20:22.674Z[ recovery-image] Dec 20 23:20:21.137 INFO O| Dec 20 23:20:21.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
49082024-12-20T23:20:22.674Z[ recovery-image] Dec 20 23:20:21.137 INFO O| Dec 20 23:20:21.137 INFO STEP 181 (remove_files) COMPLETE
49092024-12-20T23:20:22.674Z[ recovery-image] Dec 20 23:20:21.137 INFO O| Dec 20 23:20:21.137 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49102024-12-20T23:20:22.687Z[ recovery-image] Dec 20 23:20:21.152 INFO O| Dec 20 23:20:21.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
49112024-12-20T23:20:22.690Z[ recovery-image] Dec 20 23:20:21.152 INFO O| Dec 20 23:20:21.152 INFO STEP 182 (remove_files) COMPLETE
49122024-12-20T23:20:22.690Z[ recovery-image] Dec 20 23:20:21.152 INFO O| Dec 20 23:20:21.152 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49132024-12-20T23:20:22.702Z[ recovery-image] Dec 20 23:20:21.166 INFO O| Dec 20 23:20:21.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
49142024-12-20T23:20:22.704Z[ recovery-image] Dec 20 23:20:21.167 INFO O| Dec 20 23:20:21.167 INFO STEP 183 (remove_files) COMPLETE
49152024-12-20T23:20:22.705Z[ recovery-image] Dec 20 23:20:21.167 INFO O| Dec 20 23:20:21.167 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49162024-12-20T23:20:22.714Z[ recovery-image] Dec 20 23:20:21.179 INFO O| Dec 20 23:20:21.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
49172024-12-20T23:20:22.714Z[ recovery-image] Dec 20 23:20:21.179 INFO O| Dec 20 23:20:21.179 INFO STEP 184 (remove_files) COMPLETE
49182024-12-20T23:20:22.716Z[ recovery-image] Dec 20 23:20:21.179 INFO O| Dec 20 23:20:21.179 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49192024-12-20T23:20:22.727Z[ recovery-image] Dec 20 23:20:21.192 INFO O| Dec 20 23:20:21.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
49202024-12-20T23:20:22.727Z[ recovery-image] Dec 20 23:20:21.192 INFO O| Dec 20 23:20:21.192 INFO STEP 185 (remove_files) COMPLETE
49212024-12-20T23:20:22.730Z[ recovery-image] Dec 20 23:20:21.192 INFO O| Dec 20 23:20:21.192 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49222024-12-20T23:20:22.743Z[ recovery-image] Dec 20 23:20:21.207 INFO O| Dec 20 23:20:21.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
49232024-12-20T23:20:22.743Z[ recovery-image] Dec 20 23:20:21.207 INFO O| Dec 20 23:20:21.207 INFO STEP 186 (remove_files) COMPLETE
49242024-12-20T23:20:22.745Z[ recovery-image] Dec 20 23:20:21.207 INFO O| Dec 20 23:20:21.207 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49252024-12-20T23:20:22.759Z[ recovery-image] Dec 20 23:20:21.223 INFO O| Dec 20 23:20:21.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
49262024-12-20T23:20:22.759Z[ recovery-image] Dec 20 23:20:21.223 INFO O| Dec 20 23:20:21.223 INFO STEP 187 (remove_files) COMPLETE
49272024-12-20T23:20:22.762Z[ recovery-image] Dec 20 23:20:21.223 INFO O| Dec 20 23:20:21.223 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49282024-12-20T23:20:22.774Z[ recovery-image] Dec 20 23:20:21.239 INFO O| Dec 20 23:20:21.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
49292024-12-20T23:20:22.774Z[ recovery-image] Dec 20 23:20:21.239 INFO O| Dec 20 23:20:21.239 INFO STEP 188 (remove_files) COMPLETE
49302024-12-20T23:20:22.774Z[ recovery-image] Dec 20 23:20:21.239 INFO O| Dec 20 23:20:21.239 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49312024-12-20T23:20:22.790Z[ recovery-image] Dec 20 23:20:21.255 INFO O| Dec 20 23:20:21.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
49322024-12-20T23:20:22.790Z[ recovery-image] Dec 20 23:20:21.255 INFO O| Dec 20 23:20:21.255 INFO STEP 189 (remove_files) COMPLETE
49332024-12-20T23:20:22.792Z[ recovery-image] Dec 20 23:20:21.255 INFO O| Dec 20 23:20:21.255 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49342024-12-20T23:20:22.801Z[ recovery-image] Dec 20 23:20:21.266 INFO O| Dec 20 23:20:21.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
49352024-12-20T23:20:22.801Z[ recovery-image] Dec 20 23:20:21.266 INFO O| Dec 20 23:20:21.266 INFO STEP 190 (remove_files) COMPLETE
49362024-12-20T23:20:22.804Z[ recovery-image] Dec 20 23:20:21.266 INFO O| Dec 20 23:20:21.266 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49372024-12-20T23:20:22.814Z[ recovery-image] Dec 20 23:20:21.278 INFO O| Dec 20 23:20:21.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
49382024-12-20T23:20:22.814Z[ recovery-image] Dec 20 23:20:21.278 INFO O| Dec 20 23:20:21.278 INFO STEP 191 (remove_files) COMPLETE
49392024-12-20T23:20:22.816Z[ recovery-image] Dec 20 23:20:21.278 INFO O| Dec 20 23:20:21.278 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49402024-12-20T23:20:22.826Z[ recovery-image] Dec 20 23:20:21.290 INFO O| Dec 20 23:20:21.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
49412024-12-20T23:20:22.826Z[ recovery-image] Dec 20 23:20:21.290 INFO O| Dec 20 23:20:21.290 INFO STEP 192 (remove_files) COMPLETE
49422024-12-20T23:20:22.826Z[ recovery-image] Dec 20 23:20:21.290 INFO O| Dec 20 23:20:21.290 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49432024-12-20T23:20:22.837Z[ recovery-image] Dec 20 23:20:21.302 INFO O| Dec 20 23:20:21.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
49442024-12-20T23:20:22.837Z[ recovery-image] Dec 20 23:20:21.302 INFO O| Dec 20 23:20:21.302 INFO STEP 193 (remove_files) COMPLETE
49452024-12-20T23:20:22.837Z[ recovery-image] Dec 20 23:20:21.302 INFO O| Dec 20 23:20:21.302 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49462024-12-20T23:20:22.849Z[ recovery-image] Dec 20 23:20:21.314 INFO O| Dec 20 23:20:21.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
49472024-12-20T23:20:22.849Z[ recovery-image] Dec 20 23:20:21.314 INFO O| Dec 20 23:20:21.314 INFO STEP 194 (remove_files) COMPLETE
49482024-12-20T23:20:22.852Z[ recovery-image] Dec 20 23:20:21.314 INFO O| Dec 20 23:20:21.314 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49492024-12-20T23:20:22.861Z[ recovery-image] Dec 20 23:20:21.326 INFO O| Dec 20 23:20:21.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
49502024-12-20T23:20:22.861Z[ recovery-image] Dec 20 23:20:21.326 INFO O| Dec 20 23:20:21.326 INFO STEP 195 (remove_files) COMPLETE
49512024-12-20T23:20:22.864Z[ recovery-image] Dec 20 23:20:21.326 INFO O| Dec 20 23:20:21.326 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49522024-12-20T23:20:22.875Z[ recovery-image] Dec 20 23:20:21.340 INFO O| Dec 20 23:20:21.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
49532024-12-20T23:20:22.875Z[ recovery-image] Dec 20 23:20:21.340 INFO O| Dec 20 23:20:21.340 INFO STEP 196 (remove_files) COMPLETE
49542024-12-20T23:20:22.878Z[ recovery-image] Dec 20 23:20:21.340 INFO O| Dec 20 23:20:21.340 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49552024-12-20T23:20:22.887Z[ recovery-image] Dec 20 23:20:21.352 INFO O| Dec 20 23:20:21.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
49562024-12-20T23:20:22.887Z[ recovery-image] Dec 20 23:20:21.352 INFO O| Dec 20 23:20:21.352 INFO STEP 197 (remove_files) COMPLETE
49572024-12-20T23:20:22.890Z[ recovery-image] Dec 20 23:20:21.352 INFO O| Dec 20 23:20:21.352 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49582024-12-20T23:20:22.899Z[ recovery-image] Dec 20 23:20:21.363 INFO O| Dec 20 23:20:21.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
49592024-12-20T23:20:22.899Z[ recovery-image] Dec 20 23:20:21.363 INFO O| Dec 20 23:20:21.363 INFO STEP 198 (remove_files) COMPLETE
49602024-12-20T23:20:22.899Z[ recovery-image] Dec 20 23:20:21.363 INFO O| Dec 20 23:20:21.363 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49612024-12-20T23:20:22.915Z[ recovery-image] Dec 20 23:20:21.379 INFO O| Dec 20 23:20:21.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
49622024-12-20T23:20:22.915Z[ recovery-image] Dec 20 23:20:21.380 INFO O| Dec 20 23:20:21.379 INFO STEP 199 (remove_files) COMPLETE
49632024-12-20T23:20:22.917Z[ recovery-image] Dec 20 23:20:21.380 INFO O| Dec 20 23:20:21.379 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49642024-12-20T23:20:22.930Z[ recovery-image] Dec 20 23:20:21.395 INFO O| Dec 20 23:20:21.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
49652024-12-20T23:20:22.930Z[ recovery-image] Dec 20 23:20:21.395 INFO O| Dec 20 23:20:21.395 INFO STEP 200 (remove_files) COMPLETE
49662024-12-20T23:20:22.933Z[ recovery-image] Dec 20 23:20:21.395 INFO O| Dec 20 23:20:21.395 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49672024-12-20T23:20:22.947Z[ recovery-image] Dec 20 23:20:21.412 INFO O| Dec 20 23:20:21.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
49682024-12-20T23:20:22.948Z[ recovery-image] Dec 20 23:20:21.412 INFO O| Dec 20 23:20:21.412 INFO STEP 201 (remove_files) COMPLETE
49692024-12-20T23:20:22.962Z[ recovery-image] Dec 20 23:20:21.412 INFO O| Dec 20 23:20:21.412 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49702024-12-20T23:20:22.966Z[ recovery-image] Dec 20 23:20:21.428 INFO O| Dec 20 23:20:21.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
49712024-12-20T23:20:22.966Z[ recovery-image] Dec 20 23:20:21.428 INFO O| Dec 20 23:20:21.428 INFO STEP 202 (remove_files) COMPLETE
49722024-12-20T23:20:22.966Z[ recovery-image] Dec 20 23:20:21.428 INFO O| Dec 20 23:20:21.428 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49732024-12-20T23:20:22.977Z[ recovery-image] Dec 20 23:20:21.441 INFO O| Dec 20 23:20:21.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
49742024-12-20T23:20:22.977Z[ recovery-image] Dec 20 23:20:21.441 INFO O| Dec 20 23:20:21.441 INFO STEP 203 (remove_files) COMPLETE
49752024-12-20T23:20:22.977Z[ recovery-image] Dec 20 23:20:21.442 INFO O| Dec 20 23:20:21.441 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49762024-12-20T23:20:22.990Z[ recovery-image] Dec 20 23:20:21.455 INFO O| Dec 20 23:20:21.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
49772024-12-20T23:20:22.990Z[ recovery-image] Dec 20 23:20:21.455 INFO O| Dec 20 23:20:21.455 INFO STEP 204 (remove_files) COMPLETE
49782024-12-20T23:20:22.990Z[ recovery-image] Dec 20 23:20:21.455 INFO O| Dec 20 23:20:21.455 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49792024-12-20T23:20:23.006Z[ recovery-image] Dec 20 23:20:21.471 INFO O| Dec 20 23:20:21.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
49802024-12-20T23:20:23.006Z[ recovery-image] Dec 20 23:20:21.471 INFO O| Dec 20 23:20:21.471 INFO STEP 205 (remove_files) COMPLETE
49812024-12-20T23:20:23.007Z[ recovery-image] Dec 20 23:20:21.471 INFO O| Dec 20 23:20:21.471 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49822024-12-20T23:20:23.022Z[ recovery-image] Dec 20 23:20:21.486 INFO O| Dec 20 23:20:21.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
49832024-12-20T23:20:23.022Z[ recovery-image] Dec 20 23:20:21.487 INFO O| Dec 20 23:20:21.487 INFO STEP 206 (remove_files) COMPLETE
49842024-12-20T23:20:23.022Z[ recovery-image] Dec 20 23:20:21.487 INFO O| Dec 20 23:20:21.487 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49852024-12-20T23:20:23.035Z[ recovery-image] Dec 20 23:20:21.500 INFO O| Dec 20 23:20:21.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
49862024-12-20T23:20:23.035Z[ recovery-image] Dec 20 23:20:21.500 INFO O| Dec 20 23:20:21.500 INFO STEP 207 (remove_files) COMPLETE
49872024-12-20T23:20:23.038Z[ recovery-image] Dec 20 23:20:21.500 INFO O| Dec 20 23:20:21.500 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49882024-12-20T23:20:23.054Z[ recovery-image] Dec 20 23:20:21.518 INFO O| Dec 20 23:20:21.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
49892024-12-20T23:20:23.054Z[ recovery-image] Dec 20 23:20:21.518 INFO O| Dec 20 23:20:21.518 INFO STEP 208 (remove_files) COMPLETE
49902024-12-20T23:20:23.056Z[ recovery-image] Dec 20 23:20:21.518 INFO O| Dec 20 23:20:21.518 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49912024-12-20T23:20:23.066Z[ recovery-image] Dec 20 23:20:21.531 INFO O| Dec 20 23:20:21.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
49922024-12-20T23:20:23.066Z[ recovery-image] Dec 20 23:20:21.531 INFO O| Dec 20 23:20:21.531 INFO STEP 209 (remove_files) COMPLETE
49932024-12-20T23:20:23.066Z[ recovery-image] Dec 20 23:20:21.531 INFO O| Dec 20 23:20:21.531 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49942024-12-20T23:20:23.080Z[ recovery-image] Dec 20 23:20:21.545 INFO O| Dec 20 23:20:21.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
49952024-12-20T23:20:23.080Z[ recovery-image] Dec 20 23:20:21.545 INFO O| Dec 20 23:20:21.545 INFO STEP 210 (remove_files) COMPLETE
49962024-12-20T23:20:23.083Z[ recovery-image] Dec 20 23:20:21.545 INFO O| Dec 20 23:20:21.545 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49972024-12-20T23:20:23.096Z[ recovery-image] Dec 20 23:20:21.561 INFO O| Dec 20 23:20:21.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
49982024-12-20T23:20:23.096Z[ recovery-image] Dec 20 23:20:21.561 INFO O| Dec 20 23:20:21.561 INFO STEP 211 (remove_files) COMPLETE
49992024-12-20T23:20:23.098Z[ recovery-image] Dec 20 23:20:21.561 INFO O| Dec 20 23:20:21.561 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50002024-12-20T23:20:23.108Z[ recovery-image] Dec 20 23:20:21.572 INFO O| Dec 20 23:20:21.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
50012024-12-20T23:20:23.108Z[ recovery-image] Dec 20 23:20:21.572 INFO O| Dec 20 23:20:21.572 INFO STEP 212 (remove_files) COMPLETE
50022024-12-20T23:20:23.110Z[ recovery-image] Dec 20 23:20:21.572 INFO O| Dec 20 23:20:21.572 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50032024-12-20T23:20:23.123Z[ recovery-image] Dec 20 23:20:21.587 INFO O| Dec 20 23:20:21.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
50042024-12-20T23:20:23.123Z[ recovery-image] Dec 20 23:20:21.587 INFO O| Dec 20 23:20:21.587 INFO STEP 213 (remove_files) COMPLETE
50052024-12-20T23:20:23.126Z[ recovery-image] Dec 20 23:20:21.588 INFO O| Dec 20 23:20:21.587 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50062024-12-20T23:20:23.139Z[ recovery-image] Dec 20 23:20:21.600 INFO O| Dec 20 23:20:21.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
50072024-12-20T23:20:23.139Z[ recovery-image] Dec 20 23:20:21.600 INFO O| Dec 20 23:20:21.600 INFO STEP 214 (remove_files) COMPLETE
50082024-12-20T23:20:23.142Z[ recovery-image] Dec 20 23:20:21.600 INFO O| Dec 20 23:20:21.600 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50092024-12-20T23:20:23.152Z[ recovery-image] Dec 20 23:20:21.616 INFO O| Dec 20 23:20:21.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
50102024-12-20T23:20:23.152Z[ recovery-image] Dec 20 23:20:21.616 INFO O| Dec 20 23:20:21.616 INFO STEP 215 (remove_files) COMPLETE
50112024-12-20T23:20:23.154Z[ recovery-image] Dec 20 23:20:21.616 INFO O| Dec 20 23:20:21.616 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50122024-12-20T23:20:23.164Z[ recovery-image] Dec 20 23:20:21.629 INFO O| Dec 20 23:20:21.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
50132024-12-20T23:20:23.164Z[ recovery-image] Dec 20 23:20:21.629 INFO O| Dec 20 23:20:21.629 INFO STEP 216 (remove_files) COMPLETE
50142024-12-20T23:20:23.166Z[ recovery-image] Dec 20 23:20:21.629 INFO O| Dec 20 23:20:21.629 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50152024-12-20T23:20:23.175Z[ recovery-image] Dec 20 23:20:21.640 INFO O| Dec 20 23:20:21.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
50162024-12-20T23:20:23.175Z[ recovery-image] Dec 20 23:20:21.640 INFO O| Dec 20 23:20:21.640 INFO STEP 217 (remove_files) COMPLETE
50172024-12-20T23:20:23.178Z[ recovery-image] Dec 20 23:20:21.640 INFO O| Dec 20 23:20:21.640 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50182024-12-20T23:20:23.187Z[ recovery-image] Dec 20 23:20:21.652 INFO O| Dec 20 23:20:21.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
50192024-12-20T23:20:23.187Z[ recovery-image] Dec 20 23:20:21.652 INFO O| Dec 20 23:20:21.652 INFO STEP 218 (remove_files) COMPLETE
50202024-12-20T23:20:23.187Z[ recovery-image] Dec 20 23:20:21.652 INFO O| Dec 20 23:20:21.652 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50212024-12-20T23:20:23.203Z[ recovery-image] Dec 20 23:20:21.667 INFO O| Dec 20 23:20:21.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
50222024-12-20T23:20:23.203Z[ recovery-image] Dec 20 23:20:21.667 INFO O| Dec 20 23:20:21.667 INFO STEP 219 (remove_files) COMPLETE
50232024-12-20T23:20:23.203Z[ recovery-image] Dec 20 23:20:21.667 INFO O| Dec 20 23:20:21.667 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50242024-12-20T23:20:23.216Z[ recovery-image] Dec 20 23:20:21.681 INFO O| Dec 20 23:20:21.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
50252024-12-20T23:20:23.216Z[ recovery-image] Dec 20 23:20:21.681 INFO O| Dec 20 23:20:21.681 INFO STEP 220 (remove_files) COMPLETE
50262024-12-20T23:20:23.218Z[ recovery-image] Dec 20 23:20:21.681 INFO O| Dec 20 23:20:21.681 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50272024-12-20T23:20:23.232Z[ recovery-image] Dec 20 23:20:21.696 INFO O| Dec 20 23:20:21.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
50282024-12-20T23:20:23.234Z[ recovery-image] Dec 20 23:20:21.697 INFO O| Dec 20 23:20:21.697 INFO STEP 221 (remove_files) COMPLETE
50292024-12-20T23:20:23.234Z[ recovery-image] Dec 20 23:20:21.697 INFO O| Dec 20 23:20:21.697 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50302024-12-20T23:20:23.244Z[ recovery-image] Dec 20 23:20:21.709 INFO O| Dec 20 23:20:21.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
50312024-12-20T23:20:23.244Z[ recovery-image] Dec 20 23:20:21.709 INFO O| Dec 20 23:20:21.709 INFO STEP 222 (remove_files) COMPLETE
50322024-12-20T23:20:23.245Z[ recovery-image] Dec 20 23:20:21.709 INFO O| Dec 20 23:20:21.709 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50332024-12-20T23:20:23.261Z[ recovery-image] Dec 20 23:20:21.726 INFO O| Dec 20 23:20:21.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
50342024-12-20T23:20:23.261Z[ recovery-image] Dec 20 23:20:21.726 INFO O| Dec 20 23:20:21.726 INFO STEP 223 (remove_files) COMPLETE
50352024-12-20T23:20:23.263Z[ recovery-image] Dec 20 23:20:21.726 INFO O| Dec 20 23:20:21.726 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50362024-12-20T23:20:23.278Z[ recovery-image] Dec 20 23:20:21.741 INFO O| Dec 20 23:20:21.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
50372024-12-20T23:20:23.280Z[ recovery-image] Dec 20 23:20:21.741 INFO O| Dec 20 23:20:21.741 INFO STEP 224 (remove_files) COMPLETE
50382024-12-20T23:20:23.280Z[ recovery-image] Dec 20 23:20:21.741 INFO O| Dec 20 23:20:21.741 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50392024-12-20T23:20:23.290Z[ recovery-image] Dec 20 23:20:21.755 INFO O| Dec 20 23:20:21.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
50402024-12-20T23:20:23.290Z[ recovery-image] Dec 20 23:20:21.755 INFO O| Dec 20 23:20:21.755 INFO STEP 225 (remove_files) COMPLETE
50412024-12-20T23:20:23.293Z[ recovery-image] Dec 20 23:20:21.755 INFO O| Dec 20 23:20:21.755 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50422024-12-20T23:20:23.305Z[ recovery-image] Dec 20 23:20:21.770 INFO O| Dec 20 23:20:21.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
50432024-12-20T23:20:23.305Z[ recovery-image] Dec 20 23:20:21.770 INFO O| Dec 20 23:20:21.770 INFO STEP 226 (remove_files) COMPLETE
50442024-12-20T23:20:23.307Z[ recovery-image] Dec 20 23:20:21.770 INFO O| Dec 20 23:20:21.770 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50452024-12-20T23:20:23.318Z[ recovery-image] Dec 20 23:20:21.782 INFO O| Dec 20 23:20:21.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
50462024-12-20T23:20:23.318Z[ recovery-image] Dec 20 23:20:21.782 INFO O| Dec 20 23:20:21.782 INFO STEP 227 (remove_files) COMPLETE
50472024-12-20T23:20:23.320Z[ recovery-image] Dec 20 23:20:21.782 INFO O| Dec 20 23:20:21.782 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50482024-12-20T23:20:23.334Z[ recovery-image] Dec 20 23:20:21.799 INFO O| Dec 20 23:20:21.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
50492024-12-20T23:20:23.334Z[ recovery-image] Dec 20 23:20:21.799 INFO O| Dec 20 23:20:21.799 INFO STEP 228 (remove_files) COMPLETE
50502024-12-20T23:20:23.336Z[ recovery-image] Dec 20 23:20:21.799 INFO O| Dec 20 23:20:21.799 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50512024-12-20T23:20:23.351Z[ recovery-image] Dec 20 23:20:21.816 INFO O| Dec 20 23:20:21.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
50522024-12-20T23:20:23.351Z[ recovery-image] Dec 20 23:20:21.816 INFO O| Dec 20 23:20:21.816 INFO STEP 229 (remove_files) COMPLETE
50532024-12-20T23:20:23.351Z[ recovery-image] Dec 20 23:20:21.816 INFO O| Dec 20 23:20:21.816 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50542024-12-20T23:20:23.368Z[ recovery-image] Dec 20 23:20:21.833 INFO O| Dec 20 23:20:21.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
50552024-12-20T23:20:23.370Z[ recovery-image] Dec 20 23:20:21.833 INFO O| Dec 20 23:20:21.833 INFO STEP 230 (remove_files) COMPLETE
50562024-12-20T23:20:23.370Z[ recovery-image] Dec 20 23:20:21.833 INFO O| Dec 20 23:20:21.833 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50572024-12-20T23:20:23.379Z[ recovery-image] Dec 20 23:20:21.844 INFO O| Dec 20 23:20:21.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
50582024-12-20T23:20:23.379Z[ recovery-image] Dec 20 23:20:21.844 INFO O| Dec 20 23:20:21.844 INFO STEP 231 (remove_files) COMPLETE
50592024-12-20T23:20:23.380Z[ recovery-image] Dec 20 23:20:21.844 INFO O| Dec 20 23:20:21.844 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50602024-12-20T23:20:23.392Z[ recovery-image] Dec 20 23:20:21.856 INFO O| Dec 20 23:20:21.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
50612024-12-20T23:20:23.392Z[ recovery-image] Dec 20 23:20:21.856 INFO O| Dec 20 23:20:21.856 INFO STEP 232 (remove_files) COMPLETE
50622024-12-20T23:20:23.392Z[ recovery-image] Dec 20 23:20:21.856 INFO O| Dec 20 23:20:21.856 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50632024-12-20T23:20:23.407Z[ recovery-image] Dec 20 23:20:21.872 INFO O| Dec 20 23:20:21.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
50642024-12-20T23:20:23.407Z[ recovery-image] Dec 20 23:20:21.872 INFO O| Dec 20 23:20:21.872 INFO STEP 233 (remove_files) COMPLETE
50652024-12-20T23:20:23.407Z[ recovery-image] Dec 20 23:20:21.872 INFO O| Dec 20 23:20:21.872 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50662024-12-20T23:20:23.424Z[ recovery-image] Dec 20 23:20:21.889 INFO O| Dec 20 23:20:21.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
50672024-12-20T23:20:23.424Z[ recovery-image] Dec 20 23:20:21.889 INFO O| Dec 20 23:20:21.889 INFO STEP 234 (remove_files) COMPLETE
50682024-12-20T23:20:23.427Z[ recovery-image] Dec 20 23:20:21.889 INFO O| Dec 20 23:20:21.889 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50692024-12-20T23:20:23.438Z[ recovery-image] Dec 20 23:20:21.903 INFO O| Dec 20 23:20:21.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
50702024-12-20T23:20:23.438Z[ recovery-image] Dec 20 23:20:21.903 INFO O| Dec 20 23:20:21.903 INFO STEP 235 (remove_files) COMPLETE
50712024-12-20T23:20:23.438Z[ recovery-image] Dec 20 23:20:21.903 INFO O| Dec 20 23:20:21.903 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50722024-12-20T23:20:23.453Z[ recovery-image] Dec 20 23:20:21.918 INFO O| Dec 20 23:20:21.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
50732024-12-20T23:20:23.453Z[ recovery-image] Dec 20 23:20:21.918 INFO O| Dec 20 23:20:21.918 INFO STEP 236 (remove_files) COMPLETE
50742024-12-20T23:20:23.455Z[ recovery-image] Dec 20 23:20:21.918 INFO O| Dec 20 23:20:21.918 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50752024-12-20T23:20:23.466Z[ recovery-image] Dec 20 23:20:21.931 INFO O| Dec 20 23:20:21.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
50762024-12-20T23:20:23.466Z[ recovery-image] Dec 20 23:20:21.931 INFO O| Dec 20 23:20:21.931 INFO STEP 237 (remove_files) COMPLETE
50772024-12-20T23:20:23.466Z[ recovery-image] Dec 20 23:20:21.931 INFO O| Dec 20 23:20:21.931 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50782024-12-20T23:20:23.479Z[ recovery-image] Dec 20 23:20:21.944 INFO O| Dec 20 23:20:21.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
50792024-12-20T23:20:23.480Z[ recovery-image] Dec 20 23:20:21.944 INFO O| Dec 20 23:20:21.944 INFO STEP 238 (remove_files) COMPLETE
50802024-12-20T23:20:23.480Z[ recovery-image] Dec 20 23:20:21.944 INFO O| Dec 20 23:20:21.944 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50812024-12-20T23:20:23.493Z[ recovery-image] Dec 20 23:20:21.957 INFO O| Dec 20 23:20:21.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
50822024-12-20T23:20:23.493Z[ recovery-image] Dec 20 23:20:21.957 INFO O| Dec 20 23:20:21.957 INFO STEP 239 (remove_files) COMPLETE
50832024-12-20T23:20:23.493Z[ recovery-image] Dec 20 23:20:21.957 INFO O| Dec 20 23:20:21.957 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50842024-12-20T23:20:23.509Z[ recovery-image] Dec 20 23:20:21.974 INFO O| Dec 20 23:20:21.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
50852024-12-20T23:20:23.509Z[ recovery-image] Dec 20 23:20:21.974 INFO O| Dec 20 23:20:21.974 INFO STEP 240 (remove_files) COMPLETE
50862024-12-20T23:20:23.511Z[ recovery-image] Dec 20 23:20:21.974 INFO O| Dec 20 23:20:21.974 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50872024-12-20T23:20:23.522Z[ recovery-image] Dec 20 23:20:21.987 INFO O| Dec 20 23:20:21.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
50882024-12-20T23:20:23.522Z[ recovery-image] Dec 20 23:20:21.987 INFO O| Dec 20 23:20:21.987 INFO STEP 241 (remove_files) COMPLETE
50892024-12-20T23:20:23.522Z[ recovery-image] Dec 20 23:20:21.987 INFO O| Dec 20 23:20:21.987 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50902024-12-20T23:20:23.534Z[ recovery-image] Dec 20 23:20:21.999 INFO O| Dec 20 23:20:21.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
50912024-12-20T23:20:23.534Z[ recovery-image] Dec 20 23:20:21.999 INFO O| Dec 20 23:20:21.999 INFO STEP 242 (remove_files) COMPLETE
50922024-12-20T23:20:23.534Z[ recovery-image] Dec 20 23:20:21.999 INFO O| Dec 20 23:20:21.999 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50932024-12-20T23:20:23.548Z[ recovery-image] Dec 20 23:20:22.013 INFO O| Dec 20 23:20:22.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
50942024-12-20T23:20:23.548Z[ recovery-image] Dec 20 23:20:22.013 INFO O| Dec 20 23:20:22.013 INFO STEP 243 (remove_files) COMPLETE
50952024-12-20T23:20:23.548Z[ recovery-image] Dec 20 23:20:22.013 INFO O| Dec 20 23:20:22.013 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50962024-12-20T23:20:23.570Z[ recovery-image] Dec 20 23:20:22.035 INFO O| Dec 20 23:20:22.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
50972024-12-20T23:20:23.573Z[ recovery-image] Dec 20 23:20:22.035 INFO O| Dec 20 23:20:22.035 INFO STEP 244 (remove_files) COMPLETE
50982024-12-20T23:20:23.573Z[ recovery-image] Dec 20 23:20:22.035 INFO O| Dec 20 23:20:22.035 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50992024-12-20T23:20:23.587Z[ recovery-image] Dec 20 23:20:22.052 INFO O| Dec 20 23:20:22.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
51002024-12-20T23:20:23.587Z[ recovery-image] Dec 20 23:20:22.052 INFO O| Dec 20 23:20:22.052 INFO STEP 245 (remove_files) COMPLETE
51012024-12-20T23:20:23.587Z[ recovery-image] Dec 20 23:20:22.052 INFO O| Dec 20 23:20:22.052 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51022024-12-20T23:20:23.600Z[ recovery-image] Dec 20 23:20:22.064 INFO O| Dec 20 23:20:22.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
51032024-12-20T23:20:23.600Z[ recovery-image] Dec 20 23:20:22.064 INFO O| Dec 20 23:20:22.064 INFO STEP 246 (remove_files) COMPLETE
51042024-12-20T23:20:23.600Z[ recovery-image] Dec 20 23:20:22.064 INFO O| Dec 20 23:20:22.064 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51052024-12-20T23:20:23.614Z[ recovery-image] Dec 20 23:20:22.078 INFO O| Dec 20 23:20:22.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
51062024-12-20T23:20:23.614Z[ recovery-image] Dec 20 23:20:22.079 INFO O| Dec 20 23:20:22.079 INFO STEP 247 (remove_files) COMPLETE
51072024-12-20T23:20:23.614Z[ recovery-image] Dec 20 23:20:22.079 INFO O| Dec 20 23:20:22.079 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51082024-12-20T23:20:23.627Z[ recovery-image] Dec 20 23:20:22.092 INFO O| Dec 20 23:20:22.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
51092024-12-20T23:20:23.628Z[ recovery-image] Dec 20 23:20:22.092 INFO O| Dec 20 23:20:22.092 INFO STEP 248 (remove_files) COMPLETE
51102024-12-20T23:20:23.631Z[ recovery-image] Dec 20 23:20:22.092 INFO O| Dec 20 23:20:22.092 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51112024-12-20T23:20:23.645Z[ recovery-image] Dec 20 23:20:22.110 INFO O| Dec 20 23:20:22.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
51122024-12-20T23:20:23.648Z[ recovery-image] Dec 20 23:20:22.110 INFO O| Dec 20 23:20:22.110 INFO STEP 249 (remove_files) COMPLETE
51132024-12-20T23:20:23.648Z[ recovery-image] Dec 20 23:20:22.111 INFO O| Dec 20 23:20:22.110 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51142024-12-20T23:20:23.658Z[ recovery-image] Dec 20 23:20:22.123 INFO O| Dec 20 23:20:22.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
51152024-12-20T23:20:23.658Z[ recovery-image] Dec 20 23:20:22.123 INFO O| Dec 20 23:20:22.123 INFO STEP 250 (remove_files) COMPLETE
51162024-12-20T23:20:23.661Z[ recovery-image] Dec 20 23:20:22.123 INFO O| Dec 20 23:20:22.123 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51172024-12-20T23:20:23.673Z[ recovery-image] Dec 20 23:20:22.137 INFO O| Dec 20 23:20:22.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
51182024-12-20T23:20:23.673Z[ recovery-image] Dec 20 23:20:22.137 INFO O| Dec 20 23:20:22.137 INFO STEP 251 (remove_files) COMPLETE
51192024-12-20T23:20:23.673Z[ recovery-image] Dec 20 23:20:22.137 INFO O| Dec 20 23:20:22.137 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51202024-12-20T23:20:23.690Z[ recovery-image] Dec 20 23:20:22.154 INFO O| Dec 20 23:20:22.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
51212024-12-20T23:20:23.690Z[ recovery-image] Dec 20 23:20:22.155 INFO O| Dec 20 23:20:22.155 INFO STEP 252 (remove_files) COMPLETE
51222024-12-20T23:20:23.693Z[ recovery-image] Dec 20 23:20:22.155 INFO O| Dec 20 23:20:22.155 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51232024-12-20T23:20:23.705Z[ recovery-image] Dec 20 23:20:22.170 INFO O| Dec 20 23:20:22.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
51242024-12-20T23:20:23.705Z[ recovery-image] Dec 20 23:20:22.170 INFO O| Dec 20 23:20:22.170 INFO STEP 253 (remove_files) COMPLETE
51252024-12-20T23:20:23.705Z[ recovery-image] Dec 20 23:20:22.170 INFO O| Dec 20 23:20:22.170 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51262024-12-20T23:20:23.719Z[ recovery-image] Dec 20 23:20:22.184 INFO O| Dec 20 23:20:22.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
51272024-12-20T23:20:23.720Z[ recovery-image] Dec 20 23:20:22.184 INFO O| Dec 20 23:20:22.184 INFO STEP 254 (remove_files) COMPLETE
51282024-12-20T23:20:23.720Z[ recovery-image] Dec 20 23:20:22.184 INFO O| Dec 20 23:20:22.184 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51292024-12-20T23:20:23.732Z[ recovery-image] Dec 20 23:20:22.196 INFO O| Dec 20 23:20:22.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
51302024-12-20T23:20:23.732Z[ recovery-image] Dec 20 23:20:22.196 INFO O| Dec 20 23:20:22.196 INFO STEP 255 (remove_files) COMPLETE
51312024-12-20T23:20:23.732Z[ recovery-image] Dec 20 23:20:22.196 INFO O| Dec 20 23:20:22.196 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51322024-12-20T23:20:23.744Z[ recovery-image] Dec 20 23:20:22.208 INFO O| Dec 20 23:20:22.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
51332024-12-20T23:20:23.744Z[ recovery-image] Dec 20 23:20:22.208 INFO O| Dec 20 23:20:22.208 INFO STEP 256 (remove_files) COMPLETE
51342024-12-20T23:20:23.744Z[ recovery-image] Dec 20 23:20:22.208 INFO O| Dec 20 23:20:22.208 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51352024-12-20T23:20:23.755Z[ recovery-image] Dec 20 23:20:22.219 INFO O| Dec 20 23:20:22.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
51362024-12-20T23:20:23.755Z[ recovery-image] Dec 20 23:20:22.220 INFO O| Dec 20 23:20:22.220 INFO STEP 257 (remove_files) COMPLETE
51372024-12-20T23:20:23.755Z[ recovery-image] Dec 20 23:20:22.220 INFO O| Dec 20 23:20:22.220 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51382024-12-20T23:20:23.766Z[ recovery-image] Dec 20 23:20:22.231 INFO O| Dec 20 23:20:22.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
51392024-12-20T23:20:23.766Z[ recovery-image] Dec 20 23:20:22.231 INFO O| Dec 20 23:20:22.231 INFO STEP 258 (remove_files) COMPLETE
51402024-12-20T23:20:23.766Z[ recovery-image] Dec 20 23:20:22.231 INFO O| Dec 20 23:20:22.231 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51412024-12-20T23:20:23.780Z[ recovery-image] Dec 20 23:20:22.245 INFO O| Dec 20 23:20:22.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
51422024-12-20T23:20:23.780Z[ recovery-image] Dec 20 23:20:22.245 INFO O| Dec 20 23:20:22.245 INFO STEP 259 (remove_files) COMPLETE
51432024-12-20T23:20:23.780Z[ recovery-image] Dec 20 23:20:22.245 INFO O| Dec 20 23:20:22.245 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51442024-12-20T23:20:23.791Z[ recovery-image] Dec 20 23:20:22.256 INFO O| Dec 20 23:20:22.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
51452024-12-20T23:20:23.794Z[ recovery-image] Dec 20 23:20:22.256 INFO O| Dec 20 23:20:22.256 INFO STEP 260 (remove_files) COMPLETE
51462024-12-20T23:20:23.794Z[ recovery-image] Dec 20 23:20:22.256 INFO O| Dec 20 23:20:22.256 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51472024-12-20T23:20:23.802Z[ recovery-image] Dec 20 23:20:22.267 INFO O| Dec 20 23:20:22.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
51482024-12-20T23:20:23.802Z[ recovery-image] Dec 20 23:20:22.267 INFO O| Dec 20 23:20:22.267 INFO STEP 261 (remove_files) COMPLETE
51492024-12-20T23:20:23.803Z[ recovery-image] Dec 20 23:20:22.267 INFO O| Dec 20 23:20:22.267 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51502024-12-20T23:20:23.814Z[ recovery-image] Dec 20 23:20:22.278 INFO O| Dec 20 23:20:22.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
51512024-12-20T23:20:23.814Z[ recovery-image] Dec 20 23:20:22.279 INFO O| Dec 20 23:20:22.278 INFO STEP 262 (remove_files) COMPLETE
51522024-12-20T23:20:23.816Z[ recovery-image] Dec 20 23:20:22.279 INFO O| Dec 20 23:20:22.278 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51532024-12-20T23:20:23.824Z[ recovery-image] Dec 20 23:20:22.289 INFO O| Dec 20 23:20:22.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
51542024-12-20T23:20:23.824Z[ recovery-image] Dec 20 23:20:22.289 INFO O| Dec 20 23:20:22.289 INFO STEP 263 (remove_files) COMPLETE
51552024-12-20T23:20:23.826Z[ recovery-image] Dec 20 23:20:22.289 INFO O| Dec 20 23:20:22.289 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51562024-12-20T23:20:23.835Z[ recovery-image] Dec 20 23:20:22.300 INFO O| Dec 20 23:20:22.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
51572024-12-20T23:20:23.836Z[ recovery-image] Dec 20 23:20:22.300 INFO O| Dec 20 23:20:22.300 INFO STEP 264 (remove_files) COMPLETE
51582024-12-20T23:20:23.836Z[ recovery-image] Dec 20 23:20:22.300 INFO O| Dec 20 23:20:22.300 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51592024-12-20T23:20:23.847Z[ recovery-image] Dec 20 23:20:22.312 INFO O| Dec 20 23:20:22.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
51602024-12-20T23:20:23.847Z[ recovery-image] Dec 20 23:20:22.312 INFO O| Dec 20 23:20:22.312 INFO STEP 265 (remove_files) COMPLETE
51612024-12-20T23:20:23.847Z[ recovery-image] Dec 20 23:20:22.312 INFO O| Dec 20 23:20:22.312 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51622024-12-20T23:20:23.859Z[ recovery-image] Dec 20 23:20:22.323 INFO O| Dec 20 23:20:22.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
51632024-12-20T23:20:23.859Z[ recovery-image] Dec 20 23:20:22.324 INFO O| Dec 20 23:20:22.323 INFO STEP 266 (remove_files) COMPLETE
51642024-12-20T23:20:23.861Z[ recovery-image] Dec 20 23:20:22.324 INFO O| Dec 20 23:20:22.324 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51652024-12-20T23:20:23.870Z[ recovery-image] Dec 20 23:20:22.334 INFO O| Dec 20 23:20:22.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
51662024-12-20T23:20:23.870Z[ recovery-image] Dec 20 23:20:22.334 INFO O| Dec 20 23:20:22.334 INFO STEP 267 (remove_files) COMPLETE
51672024-12-20T23:20:23.870Z[ recovery-image] Dec 20 23:20:22.334 INFO O| Dec 20 23:20:22.334 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51682024-12-20T23:20:23.882Z[ recovery-image] Dec 20 23:20:22.346 INFO O| Dec 20 23:20:22.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
51692024-12-20T23:20:23.882Z[ recovery-image] Dec 20 23:20:22.346 INFO O| Dec 20 23:20:22.346 INFO STEP 268 (remove_files) COMPLETE
51702024-12-20T23:20:23.882Z[ recovery-image] Dec 20 23:20:22.346 INFO O| Dec 20 23:20:22.346 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51712024-12-20T23:20:23.896Z[ recovery-image] Dec 20 23:20:22.360 INFO O| Dec 20 23:20:22.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
51722024-12-20T23:20:23.896Z[ recovery-image] Dec 20 23:20:22.360 INFO O| Dec 20 23:20:22.360 INFO STEP 269 (remove_files) COMPLETE
51732024-12-20T23:20:23.896Z[ recovery-image] Dec 20 23:20:22.360 INFO O| Dec 20 23:20:22.360 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51742024-12-20T23:20:23.909Z[ recovery-image] Dec 20 23:20:22.374 INFO O| Dec 20 23:20:22.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
51752024-12-20T23:20:23.909Z[ recovery-image] Dec 20 23:20:22.374 INFO O| Dec 20 23:20:22.374 INFO STEP 270 (remove_files) COMPLETE
51762024-12-20T23:20:23.912Z[ recovery-image] Dec 20 23:20:22.374 INFO O| Dec 20 23:20:22.374 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51772024-12-20T23:20:23.922Z[ recovery-image] Dec 20 23:20:22.386 INFO O| Dec 20 23:20:22.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
51782024-12-20T23:20:23.922Z[ recovery-image] Dec 20 23:20:22.387 INFO O| Dec 20 23:20:22.387 INFO STEP 271 (remove_files) COMPLETE
51792024-12-20T23:20:23.922Z[ recovery-image] Dec 20 23:20:22.387 INFO O| Dec 20 23:20:22.387 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51802024-12-20T23:20:23.933Z[ recovery-image] Dec 20 23:20:22.398 INFO O| Dec 20 23:20:22.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
51812024-12-20T23:20:23.936Z[ recovery-image] Dec 20 23:20:22.399 INFO O| Dec 20 23:20:22.399 INFO STEP 272 (remove_files) COMPLETE
51822024-12-20T23:20:23.936Z[ recovery-image] Dec 20 23:20:22.399 INFO O| Dec 20 23:20:22.399 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51832024-12-20T23:20:23.946Z[ recovery-image] Dec 20 23:20:22.410 INFO O| Dec 20 23:20:22.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
51842024-12-20T23:20:23.948Z[ recovery-image] Dec 20 23:20:22.410 INFO O| Dec 20 23:20:22.410 INFO STEP 273 (remove_files) COMPLETE
51852024-12-20T23:20:23.948Z[ recovery-image] Dec 20 23:20:22.410 INFO O| Dec 20 23:20:22.410 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51862024-12-20T23:20:23.957Z[ recovery-image] Dec 20 23:20:22.422 INFO O| Dec 20 23:20:22.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
51872024-12-20T23:20:23.957Z[ recovery-image] Dec 20 23:20:22.422 INFO O| Dec 20 23:20:22.422 INFO STEP 274 (remove_files) COMPLETE
51882024-12-20T23:20:23.959Z[ recovery-image] Dec 20 23:20:22.422 INFO O| Dec 20 23:20:22.422 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51892024-12-20T23:20:23.969Z[ recovery-image] Dec 20 23:20:22.433 INFO O| Dec 20 23:20:22.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
51902024-12-20T23:20:23.969Z[ recovery-image] Dec 20 23:20:22.433 INFO O| Dec 20 23:20:22.433 INFO STEP 275 (remove_files) COMPLETE
51912024-12-20T23:20:23.971Z[ recovery-image] Dec 20 23:20:22.434 INFO O| Dec 20 23:20:22.433 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51922024-12-20T23:20:23.981Z[ recovery-image] Dec 20 23:20:22.445 INFO O| Dec 20 23:20:22.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
51932024-12-20T23:20:23.985Z[ recovery-image] Dec 20 23:20:22.446 INFO O| Dec 20 23:20:22.445 INFO STEP 276 (remove_files) COMPLETE
51942024-12-20T23:20:23.986Z[ recovery-image] Dec 20 23:20:22.446 INFO O| Dec 20 23:20:22.445 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51952024-12-20T23:20:23.993Z[ recovery-image] Dec 20 23:20:22.457 INFO O| Dec 20 23:20:22.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
51962024-12-20T23:20:23.993Z[ recovery-image] Dec 20 23:20:22.457 INFO O| Dec 20 23:20:22.457 INFO STEP 277 (remove_files) COMPLETE
51972024-12-20T23:20:23.995Z[ recovery-image] Dec 20 23:20:22.457 INFO O| Dec 20 23:20:22.457 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51982024-12-20T23:20:24.006Z[ recovery-image] Dec 20 23:20:22.469 INFO O| Dec 20 23:20:22.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
51992024-12-20T23:20:24.006Z[ recovery-image] Dec 20 23:20:22.469 INFO O| Dec 20 23:20:22.469 INFO STEP 278 (remove_files) COMPLETE
52002024-12-20T23:20:24.009Z[ recovery-image] Dec 20 23:20:22.469 INFO O| Dec 20 23:20:22.469 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52012024-12-20T23:20:24.015Z[ recovery-image] Dec 20 23:20:22.480 INFO O| Dec 20 23:20:22.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
52022024-12-20T23:20:24.018Z[ recovery-image] Dec 20 23:20:22.480 INFO O| Dec 20 23:20:22.480 INFO STEP 279 (remove_files) COMPLETE
52032024-12-20T23:20:24.018Z[ recovery-image] Dec 20 23:20:22.480 INFO O| Dec 20 23:20:22.480 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52042024-12-20T23:20:24.027Z[ recovery-image] Dec 20 23:20:22.491 INFO O| Dec 20 23:20:22.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
52052024-12-20T23:20:24.027Z[ recovery-image] Dec 20 23:20:22.491 INFO O| Dec 20 23:20:22.491 INFO STEP 280 (remove_files) COMPLETE
52062024-12-20T23:20:24.027Z[ recovery-image] Dec 20 23:20:22.491 INFO O| Dec 20 23:20:22.491 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52072024-12-20T23:20:24.038Z[ recovery-image] Dec 20 23:20:22.503 INFO O| Dec 20 23:20:22.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
52082024-12-20T23:20:24.038Z[ recovery-image] Dec 20 23:20:22.503 INFO O| Dec 20 23:20:22.503 INFO STEP 281 (remove_files) COMPLETE
52092024-12-20T23:20:24.038Z[ recovery-image] Dec 20 23:20:22.503 INFO O| Dec 20 23:20:22.503 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52102024-12-20T23:20:24.049Z[ recovery-image] Dec 20 23:20:22.514 INFO O| Dec 20 23:20:22.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
52112024-12-20T23:20:24.049Z[ recovery-image] Dec 20 23:20:22.514 INFO O| Dec 20 23:20:22.514 INFO STEP 282 (remove_files) COMPLETE
52122024-12-20T23:20:24.052Z[ recovery-image] Dec 20 23:20:22.514 INFO O| Dec 20 23:20:22.514 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52132024-12-20T23:20:24.062Z[ recovery-image] Dec 20 23:20:22.527 INFO O| Dec 20 23:20:22.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
52142024-12-20T23:20:24.062Z[ recovery-image] Dec 20 23:20:22.527 INFO O| Dec 20 23:20:22.527 INFO STEP 283 (remove_files) COMPLETE
52152024-12-20T23:20:24.062Z[ recovery-image] Dec 20 23:20:22.527 INFO O| Dec 20 23:20:22.527 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52162024-12-20T23:20:24.084Z[ recovery-image] Dec 20 23:20:22.549 INFO O| Dec 20 23:20:22.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
52172024-12-20T23:20:24.084Z[ recovery-image] Dec 20 23:20:22.549 INFO O| Dec 20 23:20:22.549 INFO STEP 284 (remove_files) COMPLETE
52182024-12-20T23:20:24.084Z[ recovery-image] Dec 20 23:20:22.549 INFO O| Dec 20 23:20:22.549 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52192024-12-20T23:20:24.098Z[ recovery-image] Dec 20 23:20:22.563 INFO O| Dec 20 23:20:22.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
52202024-12-20T23:20:24.101Z[ recovery-image] Dec 20 23:20:22.564 INFO O| Dec 20 23:20:22.564 INFO STEP 285 (remove_files) COMPLETE
52212024-12-20T23:20:24.101Z[ recovery-image] Dec 20 23:20:22.564 INFO O| Dec 20 23:20:22.564 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52222024-12-20T23:20:24.113Z[ recovery-image] Dec 20 23:20:22.578 INFO O| Dec 20 23:20:22.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
52232024-12-20T23:20:24.113Z[ recovery-image] Dec 20 23:20:22.578 INFO O| Dec 20 23:20:22.578 INFO STEP 286 (remove_files) COMPLETE
52242024-12-20T23:20:24.116Z[ recovery-image] Dec 20 23:20:22.578 INFO O| Dec 20 23:20:22.578 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52252024-12-20T23:20:24.127Z[ recovery-image] Dec 20 23:20:22.591 INFO O| Dec 20 23:20:22.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
52262024-12-20T23:20:24.127Z[ recovery-image] Dec 20 23:20:22.592 INFO O| Dec 20 23:20:22.592 INFO STEP 287 (remove_files) COMPLETE
52272024-12-20T23:20:24.127Z[ recovery-image] Dec 20 23:20:22.592 INFO O| Dec 20 23:20:22.592 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52282024-12-20T23:20:24.145Z[ recovery-image] Dec 20 23:20:22.605 INFO O| Dec 20 23:20:22.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
52292024-12-20T23:20:24.145Z[ recovery-image] Dec 20 23:20:22.605 INFO O| Dec 20 23:20:22.605 INFO STEP 288 (remove_files) COMPLETE
52302024-12-20T23:20:24.145Z[ recovery-image] Dec 20 23:20:22.605 INFO O| Dec 20 23:20:22.605 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52312024-12-20T23:20:24.156Z[ recovery-image] Dec 20 23:20:22.619 INFO O| Dec 20 23:20:22.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
52322024-12-20T23:20:24.156Z[ recovery-image] Dec 20 23:20:22.620 INFO O| Dec 20 23:20:22.620 INFO STEP 289 (remove_files) COMPLETE
52332024-12-20T23:20:24.156Z[ recovery-image] Dec 20 23:20:22.620 INFO O| Dec 20 23:20:22.620 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52342024-12-20T23:20:24.172Z[ recovery-image] Dec 20 23:20:22.637 INFO O| Dec 20 23:20:22.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
52352024-12-20T23:20:24.172Z[ recovery-image] Dec 20 23:20:22.637 INFO O| Dec 20 23:20:22.637 INFO STEP 290 (remove_files) COMPLETE
52362024-12-20T23:20:24.174Z[ recovery-image] Dec 20 23:20:22.637 INFO O| Dec 20 23:20:22.637 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52372024-12-20T23:20:24.188Z[ recovery-image] Dec 20 23:20:22.652 INFO O| Dec 20 23:20:22.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
52382024-12-20T23:20:24.191Z[ recovery-image] Dec 20 23:20:22.653 INFO O| Dec 20 23:20:22.653 INFO STEP 291 (remove_files) COMPLETE
52392024-12-20T23:20:24.191Z[ recovery-image] Dec 20 23:20:22.653 INFO O| Dec 20 23:20:22.653 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52402024-12-20T23:20:24.208Z[ recovery-image] Dec 20 23:20:22.672 INFO O| Dec 20 23:20:22.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
52412024-12-20T23:20:24.208Z[ recovery-image] Dec 20 23:20:22.672 INFO O| Dec 20 23:20:22.672 INFO STEP 292 (remove_files) COMPLETE
52422024-12-20T23:20:24.211Z[ recovery-image] Dec 20 23:20:22.672 INFO O| Dec 20 23:20:22.672 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52432024-12-20T23:20:24.223Z[ recovery-image] Dec 20 23:20:22.688 INFO O| Dec 20 23:20:22.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
52442024-12-20T23:20:24.226Z[ recovery-image] Dec 20 23:20:22.688 INFO O| Dec 20 23:20:22.688 INFO STEP 293 (remove_files) COMPLETE
52452024-12-20T23:20:24.226Z[ recovery-image] Dec 20 23:20:22.688 INFO O| Dec 20 23:20:22.688 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52462024-12-20T23:20:24.238Z[ recovery-image] Dec 20 23:20:22.703 INFO O| Dec 20 23:20:22.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
52472024-12-20T23:20:24.239Z[ recovery-image] Dec 20 23:20:22.703 INFO O| Dec 20 23:20:22.703 INFO STEP 294 (remove_files) COMPLETE
52482024-12-20T23:20:24.239Z[ recovery-image] Dec 20 23:20:22.703 INFO O| Dec 20 23:20:22.703 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52492024-12-20T23:20:24.253Z[ recovery-image] Dec 20 23:20:22.718 INFO O| Dec 20 23:20:22.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
52502024-12-20T23:20:24.253Z[ recovery-image] Dec 20 23:20:22.718 INFO O| Dec 20 23:20:22.718 INFO STEP 295 (remove_files) COMPLETE
52512024-12-20T23:20:24.255Z[ recovery-image] Dec 20 23:20:22.718 INFO O| Dec 20 23:20:22.718 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52522024-12-20T23:20:24.276Z[ recovery-image] Dec 20 23:20:22.739 INFO O| Dec 20 23:20:22.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
52532024-12-20T23:20:24.276Z[ recovery-image] Dec 20 23:20:22.739 INFO O| Dec 20 23:20:22.739 INFO STEP 296 (remove_files) COMPLETE
52542024-12-20T23:20:24.276Z[ recovery-image] Dec 20 23:20:22.739 INFO O| Dec 20 23:20:22.739 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52552024-12-20T23:20:24.294Z[ recovery-image] Dec 20 23:20:22.759 INFO O| Dec 20 23:20:22.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
52562024-12-20T23:20:24.294Z[ recovery-image] Dec 20 23:20:22.759 INFO O| Dec 20 23:20:22.759 INFO STEP 297 (remove_files) COMPLETE
52572024-12-20T23:20:24.294Z[ recovery-image] Dec 20 23:20:22.759 INFO O| Dec 20 23:20:22.759 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52582024-12-20T23:20:24.309Z[ recovery-image] Dec 20 23:20:22.774 INFO O| Dec 20 23:20:22.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
52592024-12-20T23:20:24.309Z[ recovery-image] Dec 20 23:20:22.774 INFO O| Dec 20 23:20:22.774 INFO STEP 298 (remove_files) COMPLETE
52602024-12-20T23:20:24.312Z[ recovery-image] Dec 20 23:20:22.774 INFO O| Dec 20 23:20:22.774 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52612024-12-20T23:20:24.325Z[ recovery-image] Dec 20 23:20:22.790 INFO O| Dec 20 23:20:22.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
52622024-12-20T23:20:24.325Z[ recovery-image] Dec 20 23:20:22.790 INFO O| Dec 20 23:20:22.790 INFO STEP 299 (remove_files) COMPLETE
52632024-12-20T23:20:24.327Z[ recovery-image] Dec 20 23:20:22.790 INFO O| Dec 20 23:20:22.790 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52642024-12-20T23:20:24.343Z[ recovery-image] Dec 20 23:20:22.808 INFO O| Dec 20 23:20:22.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
52652024-12-20T23:20:24.343Z[ recovery-image] Dec 20 23:20:22.808 INFO O| Dec 20 23:20:22.808 INFO STEP 300 (remove_files) COMPLETE
52662024-12-20T23:20:24.345Z[ recovery-image] Dec 20 23:20:22.808 INFO O| Dec 20 23:20:22.808 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52672024-12-20T23:20:24.360Z[ recovery-image] Dec 20 23:20:22.825 INFO O| Dec 20 23:20:22.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
52682024-12-20T23:20:24.360Z[ recovery-image] Dec 20 23:20:22.825 INFO O| Dec 20 23:20:22.825 INFO STEP 301 (remove_files) COMPLETE
52692024-12-20T23:20:24.363Z[ recovery-image] Dec 20 23:20:22.825 INFO O| Dec 20 23:20:22.825 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52702024-12-20T23:20:24.373Z[ recovery-image] Dec 20 23:20:22.837 INFO O| Dec 20 23:20:22.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
52712024-12-20T23:20:24.373Z[ recovery-image] Dec 20 23:20:22.838 INFO O| Dec 20 23:20:22.837 INFO STEP 302 (remove_files) COMPLETE
52722024-12-20T23:20:24.373Z[ recovery-image] Dec 20 23:20:22.838 INFO O| Dec 20 23:20:22.837 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52732024-12-20T23:20:24.384Z[ recovery-image] Dec 20 23:20:22.849 INFO O| Dec 20 23:20:22.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
52742024-12-20T23:20:24.384Z[ recovery-image] Dec 20 23:20:22.849 INFO O| Dec 20 23:20:22.849 INFO STEP 303 (remove_files) COMPLETE
52752024-12-20T23:20:24.384Z[ recovery-image] Dec 20 23:20:22.849 INFO O| Dec 20 23:20:22.849 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52762024-12-20T23:20:24.399Z[ recovery-image] Dec 20 23:20:22.863 INFO O| Dec 20 23:20:22.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
52772024-12-20T23:20:24.399Z[ recovery-image] Dec 20 23:20:22.863 INFO O| Dec 20 23:20:22.863 INFO STEP 304 (remove_files) COMPLETE
52782024-12-20T23:20:24.399Z[ recovery-image] Dec 20 23:20:22.864 INFO O| Dec 20 23:20:22.863 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52792024-12-20T23:20:24.435Z[ recovery-image] Dec 20 23:20:22.875 INFO O| Dec 20 23:20:22.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
52802024-12-20T23:20:24.435Z[ recovery-image] Dec 20 23:20:22.876 INFO O| Dec 20 23:20:22.875 INFO STEP 305 (remove_files) COMPLETE
52812024-12-20T23:20:24.437Z[ recovery-image] Dec 20 23:20:22.876 INFO O| Dec 20 23:20:22.875 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52822024-12-20T23:20:24.437Z[ recovery-image] Dec 20 23:20:22.891 INFO O| Dec 20 23:20:22.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
52832024-12-20T23:20:24.437Z[ recovery-image] Dec 20 23:20:22.891 INFO O| Dec 20 23:20:22.891 INFO STEP 306 (remove_files) COMPLETE
52842024-12-20T23:20:24.437Z[ recovery-image] Dec 20 23:20:22.891 INFO O| Dec 20 23:20:22.891 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52852024-12-20T23:20:24.442Z[ recovery-image] Dec 20 23:20:22.907 INFO O| Dec 20 23:20:22.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
52862024-12-20T23:20:24.442Z[ recovery-image] Dec 20 23:20:22.907 INFO O| Dec 20 23:20:22.907 INFO STEP 307 (remove_files) COMPLETE
52872024-12-20T23:20:24.445Z[ recovery-image] Dec 20 23:20:22.907 INFO O| Dec 20 23:20:22.907 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52882024-12-20T23:20:24.455Z[ recovery-image] Dec 20 23:20:22.919 INFO O| Dec 20 23:20:22.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
52892024-12-20T23:20:24.455Z[ recovery-image] Dec 20 23:20:22.919 INFO O| Dec 20 23:20:22.919 INFO STEP 308 (remove_files) COMPLETE
52902024-12-20T23:20:24.455Z[ recovery-image] Dec 20 23:20:22.919 INFO O| Dec 20 23:20:22.919 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52912024-12-20T23:20:24.467Z[ recovery-image] Dec 20 23:20:22.931 INFO O| Dec 20 23:20:22.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
52922024-12-20T23:20:24.467Z[ recovery-image] Dec 20 23:20:22.931 INFO O| Dec 20 23:20:22.931 INFO STEP 309 (remove_files) COMPLETE
52932024-12-20T23:20:24.469Z[ recovery-image] Dec 20 23:20:22.931 INFO O| Dec 20 23:20:22.931 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52942024-12-20T23:20:24.478Z[ recovery-image] Dec 20 23:20:22.943 INFO O| Dec 20 23:20:22.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
52952024-12-20T23:20:24.481Z[ recovery-image] Dec 20 23:20:22.943 INFO O| Dec 20 23:20:22.943 INFO STEP 310 (remove_files) COMPLETE
52962024-12-20T23:20:24.481Z[ recovery-image] Dec 20 23:20:22.943 INFO O| Dec 20 23:20:22.943 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52972024-12-20T23:20:24.491Z[ recovery-image] Dec 20 23:20:22.955 INFO O| Dec 20 23:20:22.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
52982024-12-20T23:20:24.491Z[ recovery-image] Dec 20 23:20:22.955 INFO O| Dec 20 23:20:22.955 INFO STEP 311 (remove_files) COMPLETE
52992024-12-20T23:20:24.493Z[ recovery-image] Dec 20 23:20:22.955 INFO O| Dec 20 23:20:22.955 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53002024-12-20T23:20:24.501Z[ recovery-image] Dec 20 23:20:22.966 INFO O| Dec 20 23:20:22.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
53012024-12-20T23:20:24.501Z[ recovery-image] Dec 20 23:20:22.966 INFO O| Dec 20 23:20:22.966 INFO STEP 312 (remove_files) COMPLETE
53022024-12-20T23:20:24.501Z[ recovery-image] Dec 20 23:20:22.966 INFO O| Dec 20 23:20:22.966 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53032024-12-20T23:20:24.513Z[ recovery-image] Dec 20 23:20:22.976 INFO O| Dec 20 23:20:22.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
53042024-12-20T23:20:24.516Z[ recovery-image] Dec 20 23:20:22.977 INFO O| Dec 20 23:20:22.976 INFO STEP 313 (remove_files) COMPLETE
53052024-12-20T23:20:24.516Z[ recovery-image] Dec 20 23:20:22.977 INFO O| Dec 20 23:20:22.976 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53062024-12-20T23:20:24.523Z[ recovery-image] Dec 20 23:20:22.988 INFO O| Dec 20 23:20:22.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
53072024-12-20T23:20:24.523Z[ recovery-image] Dec 20 23:20:22.988 INFO O| Dec 20 23:20:22.988 INFO STEP 314 (remove_files) COMPLETE
53082024-12-20T23:20:24.526Z[ recovery-image] Dec 20 23:20:22.988 INFO O| Dec 20 23:20:22.988 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53092024-12-20T23:20:24.535Z[ recovery-image] Dec 20 23:20:22.999 INFO O| Dec 20 23:20:22.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
53102024-12-20T23:20:24.538Z[ recovery-image] Dec 20 23:20:22.999 INFO O| Dec 20 23:20:22.999 INFO STEP 315 (remove_files) COMPLETE
53112024-12-20T23:20:24.538Z[ recovery-image] Dec 20 23:20:22.999 INFO O| Dec 20 23:20:22.999 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53122024-12-20T23:20:24.547Z[ recovery-image] Dec 20 23:20:23.011 INFO O| Dec 20 23:20:23.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
53132024-12-20T23:20:24.547Z[ recovery-image] Dec 20 23:20:23.011 INFO O| Dec 20 23:20:23.011 INFO STEP 316 (remove_files) COMPLETE
53142024-12-20T23:20:24.547Z[ recovery-image] Dec 20 23:20:23.011 INFO O| Dec 20 23:20:23.011 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53152024-12-20T23:20:24.557Z[ recovery-image] Dec 20 23:20:23.022 INFO O| Dec 20 23:20:23.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
53162024-12-20T23:20:24.560Z[ recovery-image] Dec 20 23:20:23.022 INFO O| Dec 20 23:20:23.022 INFO STEP 317 (remove_files) COMPLETE
53172024-12-20T23:20:24.560Z[ recovery-image] Dec 20 23:20:23.022 INFO O| Dec 20 23:20:23.022 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53182024-12-20T23:20:24.568Z[ recovery-image] Dec 20 23:20:23.032 INFO O| Dec 20 23:20:23.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
53192024-12-20T23:20:24.568Z[ recovery-image] Dec 20 23:20:23.032 INFO O| Dec 20 23:20:23.032 INFO STEP 318 (remove_files) COMPLETE
53202024-12-20T23:20:24.568Z[ recovery-image] Dec 20 23:20:23.032 INFO O| Dec 20 23:20:23.032 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53212024-12-20T23:20:24.579Z[ recovery-image] Dec 20 23:20:23.043 INFO O| Dec 20 23:20:23.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
53222024-12-20T23:20:24.579Z[ recovery-image] Dec 20 23:20:23.043 INFO O| Dec 20 23:20:23.043 INFO STEP 319 (remove_files) COMPLETE
53232024-12-20T23:20:24.579Z[ recovery-image] Dec 20 23:20:23.043 INFO O| Dec 20 23:20:23.043 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53242024-12-20T23:20:24.589Z[ recovery-image] Dec 20 23:20:23.054 INFO O| Dec 20 23:20:23.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
53252024-12-20T23:20:24.589Z[ recovery-image] Dec 20 23:20:23.054 INFO O| Dec 20 23:20:23.054 INFO STEP 320 (remove_files) COMPLETE
53262024-12-20T23:20:24.589Z[ recovery-image] Dec 20 23:20:23.054 INFO O| Dec 20 23:20:23.054 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53272024-12-20T23:20:24.601Z[ recovery-image] Dec 20 23:20:23.066 INFO O| Dec 20 23:20:23.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
53282024-12-20T23:20:24.601Z[ recovery-image] Dec 20 23:20:23.066 INFO O| Dec 20 23:20:23.066 INFO STEP 321 (remove_files) COMPLETE
53292024-12-20T23:20:24.601Z[ recovery-image] Dec 20 23:20:23.066 INFO O| Dec 20 23:20:23.066 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53302024-12-20T23:20:24.614Z[ recovery-image] Dec 20 23:20:23.078 INFO O| Dec 20 23:20:23.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
53312024-12-20T23:20:24.614Z[ recovery-image] Dec 20 23:20:23.078 INFO O| Dec 20 23:20:23.078 INFO STEP 322 (remove_files) COMPLETE
53322024-12-20T23:20:24.616Z[ recovery-image] Dec 20 23:20:23.078 INFO O| Dec 20 23:20:23.078 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53332024-12-20T23:20:24.628Z[ recovery-image] Dec 20 23:20:23.090 INFO O| Dec 20 23:20:23.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
53342024-12-20T23:20:24.629Z[ recovery-image] Dec 20 23:20:23.090 INFO O| Dec 20 23:20:23.090 INFO STEP 323 (remove_files) COMPLETE
53352024-12-20T23:20:24.629Z[ recovery-image] Dec 20 23:20:23.090 INFO O| Dec 20 23:20:23.090 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53362024-12-20T23:20:24.637Z[ recovery-image] Dec 20 23:20:23.101 INFO O| Dec 20 23:20:23.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
53372024-12-20T23:20:24.637Z[ recovery-image] Dec 20 23:20:23.101 INFO O| Dec 20 23:20:23.101 INFO STEP 324 (remove_files) COMPLETE
53382024-12-20T23:20:24.637Z[ recovery-image] Dec 20 23:20:23.101 INFO O| Dec 20 23:20:23.101 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53392024-12-20T23:20:24.647Z[ recovery-image] Dec 20 23:20:23.112 INFO O| Dec 20 23:20:23.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
53402024-12-20T23:20:24.647Z[ recovery-image] Dec 20 23:20:23.112 INFO O| Dec 20 23:20:23.112 INFO STEP 325 (remove_files) COMPLETE
53412024-12-20T23:20:24.647Z[ recovery-image] Dec 20 23:20:23.112 INFO O| Dec 20 23:20:23.112 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53422024-12-20T23:20:24.659Z[ recovery-image] Dec 20 23:20:23.124 INFO O| Dec 20 23:20:23.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
53432024-12-20T23:20:24.659Z[ recovery-image] Dec 20 23:20:23.124 INFO O| Dec 20 23:20:23.124 INFO STEP 326 (remove_files) COMPLETE
53442024-12-20T23:20:24.659Z[ recovery-image] Dec 20 23:20:23.124 INFO O| Dec 20 23:20:23.124 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53452024-12-20T23:20:24.671Z[ recovery-image] Dec 20 23:20:23.135 INFO O| Dec 20 23:20:23.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
53462024-12-20T23:20:24.671Z[ recovery-image] Dec 20 23:20:23.135 INFO O| Dec 20 23:20:23.135 INFO STEP 327 (remove_files) COMPLETE
53472024-12-20T23:20:24.673Z[ recovery-image] Dec 20 23:20:23.135 INFO O| Dec 20 23:20:23.135 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53482024-12-20T23:20:24.681Z[ recovery-image] Dec 20 23:20:23.146 INFO O| Dec 20 23:20:23.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
53492024-12-20T23:20:24.681Z[ recovery-image] Dec 20 23:20:23.146 INFO O| Dec 20 23:20:23.146 INFO STEP 328 (remove_files) COMPLETE
53502024-12-20T23:20:24.681Z[ recovery-image] Dec 20 23:20:23.146 INFO O| Dec 20 23:20:23.146 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53512024-12-20T23:20:24.693Z[ recovery-image] Dec 20 23:20:23.157 INFO O| Dec 20 23:20:23.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
53522024-12-20T23:20:24.693Z[ recovery-image] Dec 20 23:20:23.157 INFO O| Dec 20 23:20:23.157 INFO STEP 329 (remove_files) COMPLETE
53532024-12-20T23:20:24.693Z[ recovery-image] Dec 20 23:20:23.157 INFO O| Dec 20 23:20:23.157 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53542024-12-20T23:20:24.703Z[ recovery-image] Dec 20 23:20:23.168 INFO O| Dec 20 23:20:23.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
53552024-12-20T23:20:24.704Z[ recovery-image] Dec 20 23:20:23.168 INFO O| Dec 20 23:20:23.168 INFO STEP 330 (remove_files) COMPLETE
53562024-12-20T23:20:24.704Z[ recovery-image] Dec 20 23:20:23.168 INFO O| Dec 20 23:20:23.168 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53572024-12-20T23:20:24.715Z[ recovery-image] Dec 20 23:20:23.179 INFO O| Dec 20 23:20:23.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
53582024-12-20T23:20:24.718Z[ recovery-image] Dec 20 23:20:23.179 INFO O| Dec 20 23:20:23.179 INFO STEP 331 (remove_files) COMPLETE
53592024-12-20T23:20:24.718Z[ recovery-image] Dec 20 23:20:23.179 INFO O| Dec 20 23:20:23.179 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53602024-12-20T23:20:24.725Z[ recovery-image] Dec 20 23:20:23.190 INFO O| Dec 20 23:20:23.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
53612024-12-20T23:20:24.725Z[ recovery-image] Dec 20 23:20:23.190 INFO O| Dec 20 23:20:23.190 INFO STEP 332 (remove_files) COMPLETE
53622024-12-20T23:20:24.725Z[ recovery-image] Dec 20 23:20:23.190 INFO O| Dec 20 23:20:23.190 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53632024-12-20T23:20:24.738Z[ recovery-image] Dec 20 23:20:23.203 INFO O| Dec 20 23:20:23.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
53642024-12-20T23:20:24.738Z[ recovery-image] Dec 20 23:20:23.203 INFO O| Dec 20 23:20:23.203 INFO STEP 333 (remove_files) COMPLETE
53652024-12-20T23:20:24.738Z[ recovery-image] Dec 20 23:20:23.203 INFO O| Dec 20 23:20:23.203 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53662024-12-20T23:20:24.750Z[ recovery-image] Dec 20 23:20:23.215 INFO O| Dec 20 23:20:23.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
53672024-12-20T23:20:24.750Z[ recovery-image] Dec 20 23:20:23.215 INFO O| Dec 20 23:20:23.215 INFO STEP 334 (remove_files) COMPLETE
53682024-12-20T23:20:24.752Z[ recovery-image] Dec 20 23:20:23.215 INFO O| Dec 20 23:20:23.215 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53692024-12-20T23:20:24.763Z[ recovery-image] Dec 20 23:20:23.227 INFO O| Dec 20 23:20:23.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
53702024-12-20T23:20:24.763Z[ recovery-image] Dec 20 23:20:23.227 INFO O| Dec 20 23:20:23.227 INFO STEP 335 (remove_files) COMPLETE
53712024-12-20T23:20:24.763Z[ recovery-image] Dec 20 23:20:23.227 INFO O| Dec 20 23:20:23.227 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53722024-12-20T23:20:24.775Z[ recovery-image] Dec 20 23:20:23.239 INFO O| Dec 20 23:20:23.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
53732024-12-20T23:20:24.777Z[ recovery-image] Dec 20 23:20:23.239 INFO O| Dec 20 23:20:23.239 INFO STEP 336 (remove_files) COMPLETE
53742024-12-20T23:20:24.777Z[ recovery-image] Dec 20 23:20:23.239 INFO O| Dec 20 23:20:23.239 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53752024-12-20T23:20:24.787Z[ recovery-image] Dec 20 23:20:23.252 INFO O| Dec 20 23:20:23.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
53762024-12-20T23:20:24.787Z[ recovery-image] Dec 20 23:20:23.252 INFO O| Dec 20 23:20:23.252 INFO STEP 337 (remove_files) COMPLETE
53772024-12-20T23:20:24.787Z[ recovery-image] Dec 20 23:20:23.252 INFO O| Dec 20 23:20:23.252 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53782024-12-20T23:20:24.800Z[ recovery-image] Dec 20 23:20:23.265 INFO O| Dec 20 23:20:23.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
53792024-12-20T23:20:24.803Z[ recovery-image] Dec 20 23:20:23.265 INFO O| Dec 20 23:20:23.265 INFO STEP 338 (remove_files) COMPLETE
53802024-12-20T23:20:24.803Z[ recovery-image] Dec 20 23:20:23.265 INFO O| Dec 20 23:20:23.265 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53812024-12-20T23:20:24.811Z[ recovery-image] Dec 20 23:20:23.276 INFO O| Dec 20 23:20:23.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
53822024-12-20T23:20:24.811Z[ recovery-image] Dec 20 23:20:23.276 INFO O| Dec 20 23:20:23.276 INFO STEP 339 (remove_files) COMPLETE
53832024-12-20T23:20:24.811Z[ recovery-image] Dec 20 23:20:23.276 INFO O| Dec 20 23:20:23.276 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53842024-12-20T23:20:24.823Z[ recovery-image] Dec 20 23:20:23.287 INFO O| Dec 20 23:20:23.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
53852024-12-20T23:20:24.823Z[ recovery-image] Dec 20 23:20:23.288 INFO O| Dec 20 23:20:23.287 INFO STEP 340 (remove_files) COMPLETE
53862024-12-20T23:20:24.825Z[ recovery-image] Dec 20 23:20:23.288 INFO O| Dec 20 23:20:23.287 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53872024-12-20T23:20:24.836Z[ recovery-image] Dec 20 23:20:23.300 INFO O| Dec 20 23:20:23.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
53882024-12-20T23:20:24.836Z[ recovery-image] Dec 20 23:20:23.300 INFO O| Dec 20 23:20:23.300 INFO STEP 341 (remove_files) COMPLETE
53892024-12-20T23:20:24.839Z[ recovery-image] Dec 20 23:20:23.300 INFO O| Dec 20 23:20:23.300 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53902024-12-20T23:20:24.848Z[ recovery-image] Dec 20 23:20:23.313 INFO O| Dec 20 23:20:23.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
53912024-12-20T23:20:24.848Z[ recovery-image] Dec 20 23:20:23.313 INFO O| Dec 20 23:20:23.313 INFO STEP 342 (remove_files) COMPLETE
53922024-12-20T23:20:24.848Z[ recovery-image] Dec 20 23:20:23.313 INFO O| Dec 20 23:20:23.313 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53932024-12-20T23:20:24.859Z[ recovery-image] Dec 20 23:20:23.324 INFO O| Dec 20 23:20:23.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
53942024-12-20T23:20:24.862Z[ recovery-image] Dec 20 23:20:23.324 INFO O| Dec 20 23:20:23.324 INFO STEP 343 (remove_files) COMPLETE
53952024-12-20T23:20:24.862Z[ recovery-image] Dec 20 23:20:23.324 INFO O| Dec 20 23:20:23.324 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53962024-12-20T23:20:24.870Z[ recovery-image] Dec 20 23:20:23.334 INFO O| Dec 20 23:20:23.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
53972024-12-20T23:20:24.873Z[ recovery-image] Dec 20 23:20:23.334 INFO O| Dec 20 23:20:23.334 INFO STEP 344 (remove_files) COMPLETE
53982024-12-20T23:20:24.873Z[ recovery-image] Dec 20 23:20:23.334 INFO O| Dec 20 23:20:23.334 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53992024-12-20T23:20:24.880Z[ recovery-image] Dec 20 23:20:23.345 INFO O| Dec 20 23:20:23.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
54002024-12-20T23:20:24.880Z[ recovery-image] Dec 20 23:20:23.345 INFO O| Dec 20 23:20:23.345 INFO STEP 345 (remove_files) COMPLETE
54012024-12-20T23:20:24.880Z[ recovery-image] Dec 20 23:20:23.345 INFO O| Dec 20 23:20:23.345 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54022024-12-20T23:20:25.495Z[ recovery-image] Dec 20 23:20:23.356 INFO O| Dec 20 23:20:23.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
54032024-12-20T23:20:25.495Z[ recovery-image] Dec 20 23:20:23.356 INFO O| Dec 20 23:20:23.356 INFO STEP 346 (remove_files) COMPLETE
54042024-12-20T23:20:25.513Z[ recovery-image] Dec 20 23:20:23.356 INFO O| Dec 20 23:20:23.356 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54052024-12-20T23:20:25.513Z[ recovery-image] Dec 20 23:20:23.367 INFO O| Dec 20 23:20:23.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
54062024-12-20T23:20:25.514Z[ recovery-image] Dec 20 23:20:23.367 INFO O| Dec 20 23:20:23.367 INFO STEP 347 (remove_files) COMPLETE
54072024-12-20T23:20:25.514Z[ recovery-image] Dec 20 23:20:23.367 INFO O| Dec 20 23:20:23.367 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54082024-12-20T23:20:25.514Z[ recovery-image] Dec 20 23:20:23.377 INFO O| Dec 20 23:20:23.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
54092024-12-20T23:20:25.514Z[ recovery-image] Dec 20 23:20:23.377 INFO O| Dec 20 23:20:23.377 INFO STEP 348 (remove_files) COMPLETE
54102024-12-20T23:20:25.514Z[ recovery-image] Dec 20 23:20:23.377 INFO O| Dec 20 23:20:23.377 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54112024-12-20T23:20:25.514Z[ recovery-image] Dec 20 23:20:23.388 INFO O| Dec 20 23:20:23.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
54122024-12-20T23:20:25.514Z[ recovery-image] Dec 20 23:20:23.388 INFO O| Dec 20 23:20:23.388 INFO STEP 349 (remove_files) COMPLETE
54132024-12-20T23:20:25.514Z[ recovery-image] Dec 20 23:20:23.388 INFO O| Dec 20 23:20:23.388 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54142024-12-20T23:20:25.514Z[ recovery-image] Dec 20 23:20:23.398 INFO O| Dec 20 23:20:23.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
54152024-12-20T23:20:25.514Z[ recovery-image] Dec 20 23:20:23.398 INFO O| Dec 20 23:20:23.398 INFO STEP 350 (remove_files) COMPLETE
54162024-12-20T23:20:25.514Z[ recovery-image] Dec 20 23:20:23.398 INFO O| Dec 20 23:20:23.398 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54172024-12-20T23:20:25.514Z[ recovery-image] Dec 20 23:20:23.409 INFO O| Dec 20 23:20:23.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
54182024-12-20T23:20:25.514Z[ recovery-image] Dec 20 23:20:23.409 INFO O| Dec 20 23:20:23.409 INFO STEP 351 (remove_files) COMPLETE
54192024-12-20T23:20:25.514Z[ recovery-image] Dec 20 23:20:23.409 INFO O| Dec 20 23:20:23.409 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54202024-12-20T23:20:25.514Z[ recovery-image] Dec 20 23:20:23.419 INFO O| Dec 20 23:20:23.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
54212024-12-20T23:20:25.514Z[ recovery-image] Dec 20 23:20:23.419 INFO O| Dec 20 23:20:23.419 INFO STEP 352 (remove_files) COMPLETE
54222024-12-20T23:20:25.515Z[ recovery-image] Dec 20 23:20:23.419 INFO O| Dec 20 23:20:23.419 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54232024-12-20T23:20:25.515Z[ recovery-image] Dec 20 23:20:23.429 INFO O| Dec 20 23:20:23.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
54242024-12-20T23:20:25.515Z[ recovery-image] Dec 20 23:20:23.429 INFO O| Dec 20 23:20:23.429 INFO STEP 353 (remove_files) COMPLETE
54252024-12-20T23:20:25.515Z[ recovery-image] Dec 20 23:20:23.429 INFO O| Dec 20 23:20:23.429 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54262024-12-20T23:20:25.515Z[ recovery-image] Dec 20 23:20:23.439 INFO O| Dec 20 23:20:23.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
54272024-12-20T23:20:25.516Z[ recovery-image] Dec 20 23:20:23.439 INFO O| Dec 20 23:20:23.439 INFO STEP 354 (remove_files) COMPLETE
54282024-12-20T23:20:25.516Z[ recovery-image] Dec 20 23:20:23.439 INFO O| Dec 20 23:20:23.439 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54292024-12-20T23:20:25.516Z[ recovery-image] Dec 20 23:20:23.449 INFO O| Dec 20 23:20:23.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
54302024-12-20T23:20:25.516Z[ recovery-image] Dec 20 23:20:23.449 INFO O| Dec 20 23:20:23.449 INFO STEP 355 (remove_files) COMPLETE
54312024-12-20T23:20:25.516Z[ recovery-image] Dec 20 23:20:23.449 INFO O| Dec 20 23:20:23.449 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54322024-12-20T23:20:25.516Z[ recovery-image] Dec 20 23:20:23.459 INFO O| Dec 20 23:20:23.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
54332024-12-20T23:20:25.516Z[ recovery-image] Dec 20 23:20:23.460 INFO O| Dec 20 23:20:23.460 INFO STEP 356 (remove_files) COMPLETE
54342024-12-20T23:20:25.516Z[ recovery-image] Dec 20 23:20:23.460 INFO O| Dec 20 23:20:23.460 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54352024-12-20T23:20:25.516Z[ recovery-image] Dec 20 23:20:23.470 INFO O| Dec 20 23:20:23.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
54362024-12-20T23:20:25.516Z[ recovery-image] Dec 20 23:20:23.470 INFO O| Dec 20 23:20:23.470 INFO STEP 357 (remove_files) COMPLETE
54372024-12-20T23:20:25.516Z[ recovery-image] Dec 20 23:20:23.470 INFO O| Dec 20 23:20:23.470 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54382024-12-20T23:20:25.516Z[ recovery-image] Dec 20 23:20:23.481 INFO O| Dec 20 23:20:23.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
54392024-12-20T23:20:25.516Z[ recovery-image] Dec 20 23:20:23.481 INFO O| Dec 20 23:20:23.481 INFO STEP 358 (remove_files) COMPLETE
54402024-12-20T23:20:25.516Z[ recovery-image] Dec 20 23:20:23.481 INFO O| Dec 20 23:20:23.481 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54412024-12-20T23:20:25.516Z[ recovery-image] Dec 20 23:20:23.492 INFO O| Dec 20 23:20:23.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
54422024-12-20T23:20:25.516Z[ recovery-image] Dec 20 23:20:23.492 INFO O| Dec 20 23:20:23.492 INFO STEP 359 (remove_files) COMPLETE
54432024-12-20T23:20:25.516Z[ recovery-image] Dec 20 23:20:23.492 INFO O| Dec 20 23:20:23.492 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54442024-12-20T23:20:25.516Z[ recovery-image] Dec 20 23:20:23.502 INFO O| Dec 20 23:20:23.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
54452024-12-20T23:20:25.516Z[ recovery-image] Dec 20 23:20:23.502 INFO O| Dec 20 23:20:23.502 INFO STEP 360 (remove_files) COMPLETE
54462024-12-20T23:20:25.516Z[ recovery-image] Dec 20 23:20:23.502 INFO O| Dec 20 23:20:23.502 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54472024-12-20T23:20:25.516Z[ recovery-image] Dec 20 23:20:23.513 INFO O| Dec 20 23:20:23.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
54482024-12-20T23:20:25.516Z[ recovery-image] Dec 20 23:20:23.513 INFO O| Dec 20 23:20:23.513 INFO STEP 361 (remove_files) COMPLETE
54492024-12-20T23:20:25.516Z[ recovery-image] Dec 20 23:20:23.513 INFO O| Dec 20 23:20:23.513 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54502024-12-20T23:20:25.516Z[ recovery-image] Dec 20 23:20:23.524 INFO O| Dec 20 23:20:23.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
54512024-12-20T23:20:25.516Z[ recovery-image] Dec 20 23:20:23.524 INFO O| Dec 20 23:20:23.524 INFO STEP 362 (remove_files) COMPLETE
54522024-12-20T23:20:25.516Z[ recovery-image] Dec 20 23:20:23.524 INFO O| Dec 20 23:20:23.524 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54532024-12-20T23:20:25.517Z[ recovery-image] Dec 20 23:20:23.534 INFO O| Dec 20 23:20:23.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
54542024-12-20T23:20:25.517Z[ recovery-image] Dec 20 23:20:23.534 INFO O| Dec 20 23:20:23.534 INFO STEP 363 (remove_files) COMPLETE
54552024-12-20T23:20:25.517Z[ recovery-image] Dec 20 23:20:23.534 INFO O| Dec 20 23:20:23.534 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54562024-12-20T23:20:25.517Z[ recovery-image] Dec 20 23:20:23.545 INFO O| Dec 20 23:20:23.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
54572024-12-20T23:20:25.517Z[ recovery-image] Dec 20 23:20:23.545 INFO O| Dec 20 23:20:23.545 INFO STEP 364 (remove_files) COMPLETE
54582024-12-20T23:20:25.517Z[ recovery-image] Dec 20 23:20:23.545 INFO O| Dec 20 23:20:23.545 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54592024-12-20T23:20:25.517Z[ host-image] Dec 20 23:20:23.553 INFO O| Dec 20 23:20:23.552 INFO O| Download: Completed 199.66 MB in 443.13 seconds (460k/s)
54602024-12-20T23:20:25.517Z[ recovery-image] Dec 20 23:20:23.556 INFO O| Dec 20 23:20:23.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
54612024-12-20T23:20:25.517Z[ recovery-image] Dec 20 23:20:23.556 INFO O| Dec 20 23:20:23.556 INFO STEP 365 (remove_files) COMPLETE
54622024-12-20T23:20:25.517Z[ recovery-image] Dec 20 23:20:23.556 INFO O| Dec 20 23:20:23.556 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54632024-12-20T23:20:25.517Z[ recovery-image] Dec 20 23:20:23.566 INFO O| Dec 20 23:20:23.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
54642024-12-20T23:20:25.517Z[ recovery-image] Dec 20 23:20:23.566 INFO O| Dec 20 23:20:23.566 INFO STEP 366 (remove_files) COMPLETE
54652024-12-20T23:20:25.517Z[ recovery-image] Dec 20 23:20:23.566 INFO O| Dec 20 23:20:23.566 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54662024-12-20T23:20:25.517Z[ recovery-image] Dec 20 23:20:23.580 INFO O| Dec 20 23:20:23.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
54672024-12-20T23:20:25.517Z[ recovery-image] Dec 20 23:20:23.580 INFO O| Dec 20 23:20:23.580 INFO STEP 367 (remove_files) COMPLETE
54682024-12-20T23:20:25.517Z[ recovery-image] Dec 20 23:20:23.580 INFO O| Dec 20 23:20:23.580 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54692024-12-20T23:20:25.518Z[ recovery-image] Dec 20 23:20:23.593 INFO O| Dec 20 23:20:23.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
54702024-12-20T23:20:25.518Z[ recovery-image] Dec 20 23:20:23.593 INFO O| Dec 20 23:20:23.593 INFO STEP 368 (remove_files) COMPLETE
54712024-12-20T23:20:25.518Z[ recovery-image] Dec 20 23:20:23.593 INFO O| Dec 20 23:20:23.593 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54722024-12-20T23:20:25.518Z[ recovery-image] Dec 20 23:20:23.609 INFO O| Dec 20 23:20:23.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
54732024-12-20T23:20:25.518Z[ recovery-image] Dec 20 23:20:23.609 INFO O| Dec 20 23:20:23.609 INFO STEP 369 (remove_files) COMPLETE
54742024-12-20T23:20:25.518Z[ recovery-image] Dec 20 23:20:23.609 INFO O| Dec 20 23:20:23.609 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54752024-12-20T23:20:25.518Z[ recovery-image] Dec 20 23:20:23.622 INFO O| Dec 20 23:20:23.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
54762024-12-20T23:20:25.518Z[ recovery-image] Dec 20 23:20:23.622 INFO O| Dec 20 23:20:23.622 INFO STEP 370 (remove_files) COMPLETE
54772024-12-20T23:20:25.518Z[ recovery-image] Dec 20 23:20:23.622 INFO O| Dec 20 23:20:23.622 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54782024-12-20T23:20:25.518Z[ recovery-image] Dec 20 23:20:23.638 INFO O| Dec 20 23:20:23.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
54792024-12-20T23:20:25.518Z[ recovery-image] Dec 20 23:20:23.638 INFO O| Dec 20 23:20:23.638 INFO STEP 371 (remove_files) COMPLETE
54802024-12-20T23:20:25.518Z[ recovery-image] Dec 20 23:20:23.638 INFO O| Dec 20 23:20:23.638 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54812024-12-20T23:20:25.518Z[ recovery-image] Dec 20 23:20:23.649 INFO O| Dec 20 23:20:23.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
54822024-12-20T23:20:25.518Z[ recovery-image] Dec 20 23:20:23.649 INFO O| Dec 20 23:20:23.649 INFO STEP 372 (remove_files) COMPLETE
54832024-12-20T23:20:25.518Z[ recovery-image] Dec 20 23:20:23.649 INFO O| Dec 20 23:20:23.649 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54842024-12-20T23:20:25.519Z[ recovery-image] Dec 20 23:20:23.665 INFO O| Dec 20 23:20:23.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
54852024-12-20T23:20:25.519Z[ recovery-image] Dec 20 23:20:23.665 INFO O| Dec 20 23:20:23.665 INFO STEP 373 (remove_files) COMPLETE
54862024-12-20T23:20:25.519Z[ recovery-image] Dec 20 23:20:23.665 INFO O| Dec 20 23:20:23.665 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54872024-12-20T23:20:25.519Z[ recovery-image] Dec 20 23:20:23.680 INFO O| Dec 20 23:20:23.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
54882024-12-20T23:20:25.519Z[ recovery-image] Dec 20 23:20:23.680 INFO O| Dec 20 23:20:23.680 INFO STEP 374 (remove_files) COMPLETE
54892024-12-20T23:20:25.519Z[ recovery-image] Dec 20 23:20:23.680 INFO O| Dec 20 23:20:23.680 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54902024-12-20T23:20:25.519Z[ recovery-image] Dec 20 23:20:23.695 INFO O| Dec 20 23:20:23.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
54912024-12-20T23:20:25.519Z[ recovery-image] Dec 20 23:20:23.695 INFO O| Dec 20 23:20:23.695 INFO STEP 375 (remove_files) COMPLETE
54922024-12-20T23:20:25.519Z[ recovery-image] Dec 20 23:20:23.695 INFO O| Dec 20 23:20:23.695 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54932024-12-20T23:20:25.519Z[ recovery-image] Dec 20 23:20:23.711 INFO O| Dec 20 23:20:23.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
54942024-12-20T23:20:25.519Z[ recovery-image] Dec 20 23:20:23.711 INFO O| Dec 20 23:20:23.711 INFO STEP 376 (remove_files) COMPLETE
54952024-12-20T23:20:25.519Z[ recovery-image] Dec 20 23:20:23.711 INFO O| Dec 20 23:20:23.711 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54962024-12-20T23:20:25.519Z[ recovery-image] Dec 20 23:20:23.727 INFO O| Dec 20 23:20:23.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
54972024-12-20T23:20:25.519Z[ recovery-image] Dec 20 23:20:23.727 INFO O| Dec 20 23:20:23.727 INFO STEP 377 (remove_files) COMPLETE
54982024-12-20T23:20:25.519Z[ recovery-image] Dec 20 23:20:23.727 INFO O| Dec 20 23:20:23.727 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54992024-12-20T23:20:25.519Z[ recovery-image] Dec 20 23:20:23.743 INFO O| Dec 20 23:20:23.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
55002024-12-20T23:20:25.519Z[ recovery-image] Dec 20 23:20:23.743 INFO O| Dec 20 23:20:23.743 INFO STEP 378 (remove_files) COMPLETE
55012024-12-20T23:20:25.519Z[ recovery-image] Dec 20 23:20:23.743 INFO O| Dec 20 23:20:23.743 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55022024-12-20T23:20:25.519Z[ recovery-image] Dec 20 23:20:23.759 INFO O| Dec 20 23:20:23.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
55032024-12-20T23:20:25.519Z[ recovery-image] Dec 20 23:20:23.759 INFO O| Dec 20 23:20:23.759 INFO STEP 379 (remove_files) COMPLETE
55042024-12-20T23:20:25.526Z[ recovery-image] Dec 20 23:20:23.759 INFO O| Dec 20 23:20:23.759 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55052024-12-20T23:20:25.526Z[ recovery-image] Dec 20 23:20:23.774 INFO O| Dec 20 23:20:23.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
55062024-12-20T23:20:25.526Z[ recovery-image] Dec 20 23:20:23.774 INFO O| Dec 20 23:20:23.774 INFO STEP 380 (remove_files) COMPLETE
55072024-12-20T23:20:25.526Z[ recovery-image] Dec 20 23:20:23.774 INFO O| Dec 20 23:20:23.774 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55082024-12-20T23:20:25.526Z[ recovery-image] Dec 20 23:20:23.788 INFO O| Dec 20 23:20:23.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
55092024-12-20T23:20:25.526Z[ recovery-image] Dec 20 23:20:23.788 INFO O| Dec 20 23:20:23.788 INFO STEP 381 (remove_files) COMPLETE
55102024-12-20T23:20:25.526Z[ recovery-image] Dec 20 23:20:23.788 INFO O| Dec 20 23:20:23.788 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55112024-12-20T23:20:25.526Z[ recovery-image] Dec 20 23:20:23.803 INFO O| Dec 20 23:20:23.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
55122024-12-20T23:20:25.526Z[ recovery-image] Dec 20 23:20:23.803 INFO O| Dec 20 23:20:23.803 INFO STEP 382 (remove_files) COMPLETE
55132024-12-20T23:20:25.526Z[ recovery-image] Dec 20 23:20:23.803 INFO O| Dec 20 23:20:23.803 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55142024-12-20T23:20:25.526Z[ recovery-image] Dec 20 23:20:23.814 INFO O| Dec 20 23:20:23.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
55152024-12-20T23:20:25.526Z[ recovery-image] Dec 20 23:20:23.814 INFO O| Dec 20 23:20:23.814 INFO STEP 383 (remove_files) COMPLETE
55162024-12-20T23:20:25.526Z[ recovery-image] Dec 20 23:20:23.814 INFO O| Dec 20 23:20:23.814 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55172024-12-20T23:20:25.527Z[ recovery-image] Dec 20 23:20:23.825 INFO O| Dec 20 23:20:23.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
55182024-12-20T23:20:25.527Z[ recovery-image] Dec 20 23:20:23.825 INFO O| Dec 20 23:20:23.825 INFO STEP 384 (remove_files) COMPLETE
55192024-12-20T23:20:25.527Z[ recovery-image] Dec 20 23:20:23.825 INFO O| Dec 20 23:20:23.825 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55202024-12-20T23:20:25.527Z[ recovery-image] Dec 20 23:20:23.836 INFO O| Dec 20 23:20:23.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
55212024-12-20T23:20:25.527Z[ recovery-image] Dec 20 23:20:23.836 INFO O| Dec 20 23:20:23.836 INFO STEP 385 (remove_files) COMPLETE
55222024-12-20T23:20:25.527Z[ recovery-image] Dec 20 23:20:23.836 INFO O| Dec 20 23:20:23.836 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55232024-12-20T23:20:25.527Z[ recovery-image] Dec 20 23:20:23.847 INFO O| Dec 20 23:20:23.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
55242024-12-20T23:20:25.527Z[ recovery-image] Dec 20 23:20:23.847 INFO O| Dec 20 23:20:23.847 INFO STEP 386 (remove_files) COMPLETE
55252024-12-20T23:20:25.527Z[ recovery-image] Dec 20 23:20:23.847 INFO O| Dec 20 23:20:23.847 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55262024-12-20T23:20:25.527Z[ recovery-image] Dec 20 23:20:23.858 INFO O| Dec 20 23:20:23.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
55272024-12-20T23:20:25.527Z[ recovery-image] Dec 20 23:20:23.858 INFO O| Dec 20 23:20:23.858 INFO STEP 387 (remove_files) COMPLETE
55282024-12-20T23:20:25.527Z[ recovery-image] Dec 20 23:20:23.858 INFO O| Dec 20 23:20:23.858 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55292024-12-20T23:20:25.527Z[ recovery-image] Dec 20 23:20:23.869 INFO O| Dec 20 23:20:23.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
55302024-12-20T23:20:25.527Z[ recovery-image] Dec 20 23:20:23.869 INFO O| Dec 20 23:20:23.869 INFO STEP 388 (remove_files) COMPLETE
55312024-12-20T23:20:25.527Z[ recovery-image] Dec 20 23:20:23.869 INFO O| Dec 20 23:20:23.869 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55322024-12-20T23:20:25.527Z[ recovery-image] Dec 20 23:20:23.879 INFO O| Dec 20 23:20:23.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
55332024-12-20T23:20:25.527Z[ recovery-image] Dec 20 23:20:23.880 INFO O| Dec 20 23:20:23.880 INFO STEP 389 (remove_files) COMPLETE
55342024-12-20T23:20:25.528Z[ recovery-image] Dec 20 23:20:23.880 INFO O| Dec 20 23:20:23.880 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55352024-12-20T23:20:25.528Z[ recovery-image] Dec 20 23:20:23.890 INFO O| Dec 20 23:20:23.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
55362024-12-20T23:20:25.528Z[ recovery-image] Dec 20 23:20:23.890 INFO O| Dec 20 23:20:23.890 INFO STEP 390 (remove_files) COMPLETE
55372024-12-20T23:20:25.528Z[ recovery-image] Dec 20 23:20:23.890 INFO O| Dec 20 23:20:23.890 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55382024-12-20T23:20:25.528Z[ recovery-image] Dec 20 23:20:23.900 INFO O| Dec 20 23:20:23.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
55392024-12-20T23:20:25.528Z[ recovery-image] Dec 20 23:20:23.900 INFO O| Dec 20 23:20:23.900 INFO STEP 391 (remove_files) COMPLETE
55402024-12-20T23:20:25.528Z[ recovery-image] Dec 20 23:20:23.900 INFO O| Dec 20 23:20:23.900 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55412024-12-20T23:20:25.528Z[ recovery-image] Dec 20 23:20:23.911 INFO O| Dec 20 23:20:23.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
55422024-12-20T23:20:25.528Z[ recovery-image] Dec 20 23:20:23.911 INFO O| Dec 20 23:20:23.911 INFO STEP 392 (remove_files) COMPLETE
55432024-12-20T23:20:25.528Z[ recovery-image] Dec 20 23:20:23.911 INFO O| Dec 20 23:20:23.911 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55442024-12-20T23:20:25.528Z[ recovery-image] Dec 20 23:20:23.922 INFO O| Dec 20 23:20:23.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
55452024-12-20T23:20:25.528Z[ recovery-image] Dec 20 23:20:23.922 INFO O| Dec 20 23:20:23.922 INFO STEP 393 (remove_files) COMPLETE
55462024-12-20T23:20:25.528Z[ recovery-image] Dec 20 23:20:23.922 INFO O| Dec 20 23:20:23.922 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55472024-12-20T23:20:25.528Z[ recovery-image] Dec 20 23:20:23.934 INFO O| Dec 20 23:20:23.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
55482024-12-20T23:20:25.528Z[ recovery-image] Dec 20 23:20:23.934 INFO O| Dec 20 23:20:23.934 INFO STEP 394 (remove_files) COMPLETE
55492024-12-20T23:20:25.528Z[ recovery-image] Dec 20 23:20:23.934 INFO O| Dec 20 23:20:23.934 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55502024-12-20T23:20:25.528Z[ recovery-image] Dec 20 23:20:23.945 INFO O| Dec 20 23:20:23.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
55512024-12-20T23:20:25.528Z[ recovery-image] Dec 20 23:20:23.946 INFO O| Dec 20 23:20:23.946 INFO STEP 395 (remove_files) COMPLETE
55522024-12-20T23:20:25.528Z[ recovery-image] Dec 20 23:20:23.946 INFO O| Dec 20 23:20:23.946 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55532024-12-20T23:20:25.528Z[ recovery-image] Dec 20 23:20:23.961 INFO O| Dec 20 23:20:23.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
55542024-12-20T23:20:25.528Z[ recovery-image] Dec 20 23:20:23.962 INFO O| Dec 20 23:20:23.961 INFO STEP 396 (remove_files) COMPLETE
55552024-12-20T23:20:25.528Z[ recovery-image] Dec 20 23:20:23.962 INFO O| Dec 20 23:20:23.962 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55562024-12-20T23:20:25.528Z[ recovery-image] Dec 20 23:20:23.979 INFO O| Dec 20 23:20:23.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
55572024-12-20T23:20:25.529Z[ recovery-image] Dec 20 23:20:23.979 INFO O| Dec 20 23:20:23.979 INFO STEP 397 (remove_files) COMPLETE
55582024-12-20T23:20:25.529Z[ recovery-image] Dec 20 23:20:23.979 INFO O| Dec 20 23:20:23.979 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55592024-12-20T23:20:25.531Z[ recovery-image] Dec 20 23:20:23.995 INFO O| Dec 20 23:20:23.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
55602024-12-20T23:20:25.531Z[ recovery-image] Dec 20 23:20:23.995 INFO O| Dec 20 23:20:23.995 INFO STEP 398 (remove_files) COMPLETE
55612024-12-20T23:20:25.531Z[ recovery-image] Dec 20 23:20:23.995 INFO O| Dec 20 23:20:23.995 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55622024-12-20T23:20:25.547Z[ recovery-image] Dec 20 23:20:24.012 INFO O| Dec 20 23:20:24.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
55632024-12-20T23:20:25.547Z[ recovery-image] Dec 20 23:20:24.012 INFO O| Dec 20 23:20:24.012 INFO STEP 399 (remove_files) COMPLETE
55642024-12-20T23:20:25.547Z[ recovery-image] Dec 20 23:20:24.012 INFO O| Dec 20 23:20:24.012 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55652024-12-20T23:20:25.566Z[ recovery-image] Dec 20 23:20:24.030 INFO O| Dec 20 23:20:24.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
55662024-12-20T23:20:25.566Z[ recovery-image] Dec 20 23:20:24.030 INFO O| Dec 20 23:20:24.030 INFO STEP 400 (remove_files) COMPLETE
55672024-12-20T23:20:25.569Z[ recovery-image] Dec 20 23:20:24.030 INFO O| Dec 20 23:20:24.030 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55682024-12-20T23:20:25.584Z[ recovery-image] Dec 20 23:20:24.048 INFO O| Dec 20 23:20:24.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
55692024-12-20T23:20:25.584Z[ recovery-image] Dec 20 23:20:24.048 INFO O| Dec 20 23:20:24.048 INFO STEP 401 (remove_files) COMPLETE
55702024-12-20T23:20:25.584Z[ recovery-image] Dec 20 23:20:24.048 INFO O| Dec 20 23:20:24.048 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55712024-12-20T23:20:25.600Z[ recovery-image] Dec 20 23:20:24.065 INFO O| Dec 20 23:20:24.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
55722024-12-20T23:20:25.601Z[ recovery-image] Dec 20 23:20:24.065 INFO O| Dec 20 23:20:24.065 INFO STEP 402 (remove_files) COMPLETE
55732024-12-20T23:20:25.601Z[ recovery-image] Dec 20 23:20:24.065 INFO O| Dec 20 23:20:24.065 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55742024-12-20T23:20:25.615Z[ recovery-image] Dec 20 23:20:24.079 INFO O| Dec 20 23:20:24.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
55752024-12-20T23:20:25.615Z[ recovery-image] Dec 20 23:20:24.079 INFO O| Dec 20 23:20:24.079 INFO STEP 403 (remove_files) COMPLETE
55762024-12-20T23:20:25.617Z[ recovery-image] Dec 20 23:20:24.079 INFO O| Dec 20 23:20:24.079 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55772024-12-20T23:20:25.627Z[ recovery-image] Dec 20 23:20:24.091 INFO O| Dec 20 23:20:24.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
55782024-12-20T23:20:25.629Z[ recovery-image] Dec 20 23:20:24.092 INFO O| Dec 20 23:20:24.092 INFO STEP 404 (remove_files) COMPLETE
55792024-12-20T23:20:25.629Z[ recovery-image] Dec 20 23:20:24.092 INFO O| Dec 20 23:20:24.092 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55802024-12-20T23:20:25.644Z[ recovery-image] Dec 20 23:20:24.108 INFO O| Dec 20 23:20:24.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
55812024-12-20T23:20:25.647Z[ recovery-image] Dec 20 23:20:24.109 INFO O| Dec 20 23:20:24.109 INFO STEP 405 (remove_files) COMPLETE
55822024-12-20T23:20:25.647Z[ recovery-image] Dec 20 23:20:24.109 INFO O| Dec 20 23:20:24.109 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55832024-12-20T23:20:25.661Z[ recovery-image] Dec 20 23:20:24.125 INFO O| Dec 20 23:20:24.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
55842024-12-20T23:20:25.661Z[ recovery-image] Dec 20 23:20:24.125 INFO O| Dec 20 23:20:24.125 INFO STEP 406 (remove_files) COMPLETE
55852024-12-20T23:20:25.663Z[ recovery-image] Dec 20 23:20:24.125 INFO O| Dec 20 23:20:24.125 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55862024-12-20T23:20:25.675Z[ recovery-image] Dec 20 23:20:24.139 INFO O| Dec 20 23:20:24.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
55872024-12-20T23:20:25.675Z[ recovery-image] Dec 20 23:20:24.139 INFO O| Dec 20 23:20:24.139 INFO STEP 407 (remove_files) COMPLETE
55882024-12-20T23:20:25.677Z[ recovery-image] Dec 20 23:20:24.139 INFO O| Dec 20 23:20:24.139 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55892024-12-20T23:20:25.690Z[ recovery-image] Dec 20 23:20:24.154 INFO O| Dec 20 23:20:24.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
55902024-12-20T23:20:25.690Z[ recovery-image] Dec 20 23:20:24.155 INFO O| Dec 20 23:20:24.155 INFO STEP 408 (remove_files) COMPLETE
55912024-12-20T23:20:25.692Z[ recovery-image] Dec 20 23:20:24.155 INFO O| Dec 20 23:20:24.155 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55922024-12-20T23:20:25.702Z[ recovery-image] Dec 20 23:20:24.166 INFO O| Dec 20 23:20:24.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
55932024-12-20T23:20:25.702Z[ recovery-image] Dec 20 23:20:24.166 INFO O| Dec 20 23:20:24.166 INFO STEP 409 (remove_files) COMPLETE
55942024-12-20T23:20:25.702Z[ recovery-image] Dec 20 23:20:24.166 INFO O| Dec 20 23:20:24.166 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55952024-12-20T23:20:25.716Z[ recovery-image] Dec 20 23:20:24.180 INFO O| Dec 20 23:20:24.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
55962024-12-20T23:20:25.716Z[ recovery-image] Dec 20 23:20:24.180 INFO O| Dec 20 23:20:24.180 INFO STEP 410 (remove_files) COMPLETE
55972024-12-20T23:20:25.718Z[ recovery-image] Dec 20 23:20:24.180 INFO O| Dec 20 23:20:24.180 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55982024-12-20T23:20:25.730Z[ recovery-image] Dec 20 23:20:24.194 INFO O| Dec 20 23:20:24.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
55992024-12-20T23:20:25.730Z[ recovery-image] Dec 20 23:20:24.194 INFO O| Dec 20 23:20:24.194 INFO STEP 411 (remove_files) COMPLETE
56002024-12-20T23:20:25.732Z[ recovery-image] Dec 20 23:20:24.194 INFO O| Dec 20 23:20:24.194 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56012024-12-20T23:20:25.745Z[ recovery-image] Dec 20 23:20:24.209 INFO O| Dec 20 23:20:24.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
56022024-12-20T23:20:25.745Z[ recovery-image] Dec 20 23:20:24.209 INFO O| Dec 20 23:20:24.209 INFO STEP 412 (remove_files) COMPLETE
56032024-12-20T23:20:25.748Z[ recovery-image] Dec 20 23:20:24.209 INFO O| Dec 20 23:20:24.209 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56042024-12-20T23:20:25.759Z[ recovery-image] Dec 20 23:20:24.223 INFO O| Dec 20 23:20:24.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
56052024-12-20T23:20:25.759Z[ recovery-image] Dec 20 23:20:24.223 INFO O| Dec 20 23:20:24.223 INFO STEP 413 (remove_files) COMPLETE
56062024-12-20T23:20:25.761Z[ recovery-image] Dec 20 23:20:24.223 INFO O| Dec 20 23:20:24.223 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56072024-12-20T23:20:25.772Z[ recovery-image] Dec 20 23:20:24.237 INFO O| Dec 20 23:20:24.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
56082024-12-20T23:20:25.773Z[ recovery-image] Dec 20 23:20:24.237 INFO O| Dec 20 23:20:24.237 INFO STEP 414 (remove_files) COMPLETE
56092024-12-20T23:20:25.777Z[ recovery-image] Dec 20 23:20:24.237 INFO O| Dec 20 23:20:24.237 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56102024-12-20T23:20:25.786Z[ recovery-image] Dec 20 23:20:24.251 INFO O| Dec 20 23:20:24.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
56112024-12-20T23:20:25.789Z[ recovery-image] Dec 20 23:20:24.251 INFO O| Dec 20 23:20:24.251 INFO STEP 415 (remove_files) COMPLETE
56122024-12-20T23:20:25.789Z[ recovery-image] Dec 20 23:20:24.251 INFO O| Dec 20 23:20:24.251 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56132024-12-20T23:20:25.801Z[ recovery-image] Dec 20 23:20:24.266 INFO O| Dec 20 23:20:24.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
56142024-12-20T23:20:25.804Z[ recovery-image] Dec 20 23:20:24.266 INFO O| Dec 20 23:20:24.266 INFO STEP 416 (remove_files) COMPLETE
56152024-12-20T23:20:25.804Z[ recovery-image] Dec 20 23:20:24.266 INFO O| Dec 20 23:20:24.266 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56162024-12-20T23:20:25.817Z[ recovery-image] Dec 20 23:20:24.281 INFO O| Dec 20 23:20:24.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
56172024-12-20T23:20:25.817Z[ recovery-image] Dec 20 23:20:24.281 INFO O| Dec 20 23:20:24.281 INFO STEP 417 (remove_files) COMPLETE
56182024-12-20T23:20:25.817Z[ recovery-image] Dec 20 23:20:24.281 INFO O| Dec 20 23:20:24.281 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56192024-12-20T23:20:25.828Z[ recovery-image] Dec 20 23:20:24.292 INFO O| Dec 20 23:20:24.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
56202024-12-20T23:20:25.830Z[ recovery-image] Dec 20 23:20:24.293 INFO O| Dec 20 23:20:24.292 INFO STEP 418 (remove_files) COMPLETE
56212024-12-20T23:20:25.831Z[ recovery-image] Dec 20 23:20:24.293 INFO O| Dec 20 23:20:24.292 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56222024-12-20T23:20:25.844Z[ recovery-image] Dec 20 23:20:24.308 INFO O| Dec 20 23:20:24.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
56232024-12-20T23:20:25.844Z[ recovery-image] Dec 20 23:20:24.308 INFO O| Dec 20 23:20:24.308 INFO STEP 419 (remove_files) COMPLETE
56242024-12-20T23:20:25.844Z[ recovery-image] Dec 20 23:20:24.308 INFO O| Dec 20 23:20:24.308 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56252024-12-20T23:20:25.860Z[ recovery-image] Dec 20 23:20:24.325 INFO O| Dec 20 23:20:24.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
56262024-12-20T23:20:25.860Z[ recovery-image] Dec 20 23:20:24.325 INFO O| Dec 20 23:20:24.325 INFO STEP 420 (remove_files) COMPLETE
56272024-12-20T23:20:25.863Z[ recovery-image] Dec 20 23:20:24.325 INFO O| Dec 20 23:20:24.325 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56282024-12-20T23:20:25.877Z[ recovery-image] Dec 20 23:20:24.342 INFO O| Dec 20 23:20:24.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
56292024-12-20T23:20:25.880Z[ recovery-image] Dec 20 23:20:24.342 INFO O| Dec 20 23:20:24.342 INFO STEP 421 (remove_files) COMPLETE
56302024-12-20T23:20:25.880Z[ recovery-image] Dec 20 23:20:24.342 INFO O| Dec 20 23:20:24.342 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56312024-12-20T23:20:25.890Z[ recovery-image] Dec 20 23:20:24.354 INFO O| Dec 20 23:20:24.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
56322024-12-20T23:20:25.893Z[ recovery-image] Dec 20 23:20:24.354 INFO O| Dec 20 23:20:24.354 INFO STEP 422 (remove_files) COMPLETE
56332024-12-20T23:20:25.893Z[ recovery-image] Dec 20 23:20:24.354 INFO O| Dec 20 23:20:24.354 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56342024-12-20T23:20:25.906Z[ recovery-image] Dec 20 23:20:24.370 INFO O| Dec 20 23:20:24.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
56352024-12-20T23:20:25.906Z[ recovery-image] Dec 20 23:20:24.370 INFO O| Dec 20 23:20:24.370 INFO STEP 423 (remove_files) COMPLETE
56362024-12-20T23:20:25.906Z[ recovery-image] Dec 20 23:20:24.370 INFO O| Dec 20 23:20:24.370 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56372024-12-20T23:20:25.917Z[ recovery-image] Dec 20 23:20:24.381 INFO O| Dec 20 23:20:24.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
56382024-12-20T23:20:25.917Z[ recovery-image] Dec 20 23:20:24.381 INFO O| Dec 20 23:20:24.381 INFO STEP 424 (remove_files) COMPLETE
56392024-12-20T23:20:25.919Z[ recovery-image] Dec 20 23:20:24.381 INFO O| Dec 20 23:20:24.381 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56402024-12-20T23:20:25.928Z[ recovery-image] Dec 20 23:20:24.393 INFO O| Dec 20 23:20:24.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
56412024-12-20T23:20:25.929Z[ recovery-image] Dec 20 23:20:24.393 INFO O| Dec 20 23:20:24.393 INFO STEP 425 (remove_files) COMPLETE
56422024-12-20T23:20:25.931Z[ recovery-image] Dec 20 23:20:24.393 INFO O| Dec 20 23:20:24.393 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56432024-12-20T23:20:25.940Z[ recovery-image] Dec 20 23:20:24.405 INFO O| Dec 20 23:20:24.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
56442024-12-20T23:20:25.940Z[ recovery-image] Dec 20 23:20:24.405 INFO O| Dec 20 23:20:24.405 INFO STEP 426 (remove_files) COMPLETE
56452024-12-20T23:20:25.940Z[ recovery-image] Dec 20 23:20:24.405 INFO O| Dec 20 23:20:24.405 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56462024-12-20T23:20:25.952Z[ recovery-image] Dec 20 23:20:24.416 INFO O| Dec 20 23:20:24.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
56472024-12-20T23:20:25.952Z[ recovery-image] Dec 20 23:20:24.416 INFO O| Dec 20 23:20:24.416 INFO STEP 427 (remove_files) COMPLETE
56482024-12-20T23:20:25.952Z[ recovery-image] Dec 20 23:20:24.416 INFO O| Dec 20 23:20:24.416 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56492024-12-20T23:20:25.962Z[ recovery-image] Dec 20 23:20:24.427 INFO O| Dec 20 23:20:24.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
56502024-12-20T23:20:25.962Z[ recovery-image] Dec 20 23:20:24.427 INFO O| Dec 20 23:20:24.427 INFO STEP 428 (remove_files) COMPLETE
56512024-12-20T23:20:25.965Z[ recovery-image] Dec 20 23:20:24.427 INFO O| Dec 20 23:20:24.427 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56522024-12-20T23:20:25.974Z[ recovery-image] Dec 20 23:20:24.438 INFO O| Dec 20 23:20:24.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
56532024-12-20T23:20:25.976Z[ recovery-image] Dec 20 23:20:24.438 INFO O| Dec 20 23:20:24.438 INFO STEP 429 (remove_files) COMPLETE
56542024-12-20T23:20:25.976Z[ recovery-image] Dec 20 23:20:24.439 INFO O| Dec 20 23:20:24.438 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56552024-12-20T23:20:25.985Z[ recovery-image] Dec 20 23:20:24.450 INFO O| Dec 20 23:20:24.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
56562024-12-20T23:20:25.985Z[ recovery-image] Dec 20 23:20:24.450 INFO O| Dec 20 23:20:24.450 INFO STEP 430 (remove_files) COMPLETE
56572024-12-20T23:20:25.986Z[ recovery-image] Dec 20 23:20:24.450 INFO O| Dec 20 23:20:24.450 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56582024-12-20T23:20:25.997Z[ recovery-image] Dec 20 23:20:24.461 INFO O| Dec 20 23:20:24.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
56592024-12-20T23:20:25.997Z[ recovery-image] Dec 20 23:20:24.461 INFO O| Dec 20 23:20:24.461 INFO STEP 431 (remove_files) COMPLETE
56602024-12-20T23:20:25.999Z[ recovery-image] Dec 20 23:20:24.461 INFO O| Dec 20 23:20:24.461 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56612024-12-20T23:20:26.007Z[ host-image] Dec 20 23:20:24.472 INFO O| Dec 20 23:20:24.472 INFO O| Actions: 1/49485 actions (Installing new actions)
56622024-12-20T23:20:26.010Z[ recovery-image] Dec 20 23:20:24.474 INFO O| Dec 20 23:20:24.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
56632024-12-20T23:20:26.010Z[ recovery-image] Dec 20 23:20:24.474 INFO O| Dec 20 23:20:24.474 INFO STEP 432 (remove_files) COMPLETE
56642024-12-20T23:20:26.010Z[ recovery-image] Dec 20 23:20:24.474 INFO O| Dec 20 23:20:24.474 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56652024-12-20T23:20:26.023Z[ recovery-image] Dec 20 23:20:24.487 INFO O| Dec 20 23:20:24.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
56662024-12-20T23:20:26.023Z[ recovery-image] Dec 20 23:20:24.487 INFO O| Dec 20 23:20:24.487 INFO STEP 433 (remove_files) COMPLETE
56672024-12-20T23:20:26.025Z[ recovery-image] Dec 20 23:20:24.487 INFO O| Dec 20 23:20:24.487 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56682024-12-20T23:20:26.042Z[ recovery-image] Dec 20 23:20:24.505 INFO O| Dec 20 23:20:24.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
56692024-12-20T23:20:26.042Z[ recovery-image] Dec 20 23:20:24.505 INFO O| Dec 20 23:20:24.505 INFO STEP 434 (remove_files) COMPLETE
56702024-12-20T23:20:26.045Z[ recovery-image] Dec 20 23:20:24.505 INFO O| Dec 20 23:20:24.505 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56712024-12-20T23:20:26.056Z[ recovery-image] Dec 20 23:20:24.520 INFO O| Dec 20 23:20:24.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
56722024-12-20T23:20:26.056Z[ recovery-image] Dec 20 23:20:24.520 INFO O| Dec 20 23:20:24.520 INFO STEP 435 (remove_files) COMPLETE
56732024-12-20T23:20:26.059Z[ recovery-image] Dec 20 23:20:24.520 INFO O| Dec 20 23:20:24.520 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56742024-12-20T23:20:26.072Z[ recovery-image] Dec 20 23:20:24.535 INFO O| Dec 20 23:20:24.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
56752024-12-20T23:20:26.072Z[ recovery-image] Dec 20 23:20:24.535 INFO O| Dec 20 23:20:24.535 INFO STEP 436 (remove_files) COMPLETE
56762024-12-20T23:20:26.074Z[ recovery-image] Dec 20 23:20:24.535 INFO O| Dec 20 23:20:24.535 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56772024-12-20T23:20:26.082Z[ recovery-image] Dec 20 23:20:24.545 INFO O| Dec 20 23:20:24.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
56782024-12-20T23:20:26.084Z[ recovery-image] Dec 20 23:20:24.546 INFO O| Dec 20 23:20:24.546 INFO STEP 437 (remove_files) COMPLETE
56792024-12-20T23:20:26.084Z[ recovery-image] Dec 20 23:20:24.546 INFO O| Dec 20 23:20:24.546 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56802024-12-20T23:20:26.093Z[ recovery-image] Dec 20 23:20:24.557 INFO O| Dec 20 23:20:24.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
56812024-12-20T23:20:26.096Z[ recovery-image] Dec 20 23:20:24.557 INFO O| Dec 20 23:20:24.557 INFO STEP 438 (remove_files) COMPLETE
56822024-12-20T23:20:26.096Z[ recovery-image] Dec 20 23:20:24.557 INFO O| Dec 20 23:20:24.557 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56832024-12-20T23:20:26.107Z[ recovery-image] Dec 20 23:20:24.571 INFO O| Dec 20 23:20:24.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
56842024-12-20T23:20:26.107Z[ recovery-image] Dec 20 23:20:24.571 INFO O| Dec 20 23:20:24.571 INFO STEP 439 (remove_files) COMPLETE
56852024-12-20T23:20:26.107Z[ recovery-image] Dec 20 23:20:24.571 INFO O| Dec 20 23:20:24.571 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56862024-12-20T23:20:26.122Z[ recovery-image] Dec 20 23:20:24.587 INFO O| Dec 20 23:20:24.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
56872024-12-20T23:20:26.122Z[ recovery-image] Dec 20 23:20:24.587 INFO O| Dec 20 23:20:24.587 INFO STEP 440 (remove_files) COMPLETE
56882024-12-20T23:20:26.122Z[ recovery-image] Dec 20 23:20:24.587 INFO O| Dec 20 23:20:24.587 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56892024-12-20T23:20:26.134Z[ recovery-image] Dec 20 23:20:24.599 INFO O| Dec 20 23:20:24.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
56902024-12-20T23:20:26.135Z[ recovery-image] Dec 20 23:20:24.599 INFO O| Dec 20 23:20:24.599 INFO STEP 441 (remove_files) COMPLETE
56912024-12-20T23:20:26.137Z[ recovery-image] Dec 20 23:20:24.599 INFO O| Dec 20 23:20:24.599 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56922024-12-20T23:20:26.151Z[ recovery-image] Dec 20 23:20:24.615 INFO O| Dec 20 23:20:24.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
56932024-12-20T23:20:26.151Z[ recovery-image] Dec 20 23:20:24.615 INFO O| Dec 20 23:20:24.615 INFO STEP 442 (remove_files) COMPLETE
56942024-12-20T23:20:26.151Z[ recovery-image] Dec 20 23:20:24.615 INFO O| Dec 20 23:20:24.615 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56952024-12-20T23:20:26.167Z[ recovery-image] Dec 20 23:20:24.631 INFO O| Dec 20 23:20:24.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
56962024-12-20T23:20:26.167Z[ recovery-image] Dec 20 23:20:24.631 INFO O| Dec 20 23:20:24.631 INFO STEP 443 (remove_files) COMPLETE
56972024-12-20T23:20:26.167Z[ recovery-image] Dec 20 23:20:24.631 INFO O| Dec 20 23:20:24.631 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56982024-12-20T23:20:26.185Z[ recovery-image] Dec 20 23:20:24.649 INFO O| Dec 20 23:20:24.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
56992024-12-20T23:20:26.185Z[ recovery-image] Dec 20 23:20:24.649 INFO O| Dec 20 23:20:24.649 INFO STEP 444 (remove_files) COMPLETE
57002024-12-20T23:20:26.185Z[ recovery-image] Dec 20 23:20:24.649 INFO O| Dec 20 23:20:24.649 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57012024-12-20T23:20:26.198Z[ recovery-image] Dec 20 23:20:24.663 INFO O| Dec 20 23:20:24.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
57022024-12-20T23:20:26.198Z[ recovery-image] Dec 20 23:20:24.663 INFO O| Dec 20 23:20:24.663 INFO STEP 445 (remove_files) COMPLETE
57032024-12-20T23:20:26.201Z[ recovery-image] Dec 20 23:20:24.663 INFO O| Dec 20 23:20:24.663 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57042024-12-20T23:20:26.214Z[ recovery-image] Dec 20 23:20:24.678 INFO O| Dec 20 23:20:24.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
57052024-12-20T23:20:26.214Z[ recovery-image] Dec 20 23:20:24.678 INFO O| Dec 20 23:20:24.678 INFO STEP 446 (remove_files) COMPLETE
57062024-12-20T23:20:26.214Z[ recovery-image] Dec 20 23:20:24.678 INFO O| Dec 20 23:20:24.678 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57072024-12-20T23:20:26.228Z[ recovery-image] Dec 20 23:20:24.692 INFO O| Dec 20 23:20:24.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
57082024-12-20T23:20:26.228Z[ recovery-image] Dec 20 23:20:24.693 INFO O| Dec 20 23:20:24.693 INFO STEP 447 (remove_files) COMPLETE
57092024-12-20T23:20:26.231Z[ recovery-image] Dec 20 23:20:24.693 INFO O| Dec 20 23:20:24.693 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57102024-12-20T23:20:26.243Z[ recovery-image] Dec 20 23:20:24.707 INFO O| Dec 20 23:20:24.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
57112024-12-20T23:20:26.243Z[ recovery-image] Dec 20 23:20:24.708 INFO O| Dec 20 23:20:24.708 INFO STEP 448 (remove_files) COMPLETE
57122024-12-20T23:20:26.246Z[ recovery-image] Dec 20 23:20:24.708 INFO O| Dec 20 23:20:24.708 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57132024-12-20T23:20:26.258Z[ recovery-image] Dec 20 23:20:24.723 INFO O| Dec 20 23:20:24.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
57142024-12-20T23:20:26.258Z[ recovery-image] Dec 20 23:20:24.723 INFO O| Dec 20 23:20:24.723 INFO STEP 449 (remove_files) COMPLETE
57152024-12-20T23:20:26.258Z[ recovery-image] Dec 20 23:20:24.723 INFO O| Dec 20 23:20:24.723 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57162024-12-20T23:20:26.272Z[ recovery-image] Dec 20 23:20:24.735 INFO O| Dec 20 23:20:24.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
57172024-12-20T23:20:26.272Z[ recovery-image] Dec 20 23:20:24.735 INFO O| Dec 20 23:20:24.735 INFO STEP 450 (remove_files) COMPLETE
57182024-12-20T23:20:26.272Z[ recovery-image] Dec 20 23:20:24.735 INFO O| Dec 20 23:20:24.735 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57192024-12-20T23:20:26.282Z[ recovery-image] Dec 20 23:20:24.746 INFO O| Dec 20 23:20:24.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
57202024-12-20T23:20:26.282Z[ recovery-image] Dec 20 23:20:24.747 INFO O| Dec 20 23:20:24.746 INFO STEP 451 (remove_files) COMPLETE
57212024-12-20T23:20:26.285Z[ recovery-image] Dec 20 23:20:24.747 INFO O| Dec 20 23:20:24.747 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57222024-12-20T23:20:26.294Z[ recovery-image] Dec 20 23:20:24.758 INFO O| Dec 20 23:20:24.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
57232024-12-20T23:20:26.294Z[ recovery-image] Dec 20 23:20:24.758 INFO O| Dec 20 23:20:24.758 INFO STEP 452 (remove_files) COMPLETE
57242024-12-20T23:20:26.294Z[ recovery-image] Dec 20 23:20:24.758 INFO O| Dec 20 23:20:24.758 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57252024-12-20T23:20:26.309Z[ recovery-image] Dec 20 23:20:24.774 INFO O| Dec 20 23:20:24.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
57262024-12-20T23:20:26.309Z[ recovery-image] Dec 20 23:20:24.774 INFO O| Dec 20 23:20:24.774 INFO STEP 453 (remove_files) COMPLETE
57272024-12-20T23:20:26.309Z[ recovery-image] Dec 20 23:20:24.774 INFO O| Dec 20 23:20:24.774 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57282024-12-20T23:20:26.325Z[ recovery-image] Dec 20 23:20:24.790 INFO O| Dec 20 23:20:24.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
57292024-12-20T23:20:26.328Z[ recovery-image] Dec 20 23:20:24.790 INFO O| Dec 20 23:20:24.790 INFO STEP 454 (remove_files) COMPLETE
57302024-12-20T23:20:26.328Z[ recovery-image] Dec 20 23:20:24.790 INFO O| Dec 20 23:20:24.790 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57312024-12-20T23:20:26.342Z[ recovery-image] Dec 20 23:20:24.806 INFO O| Dec 20 23:20:24.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
57322024-12-20T23:20:26.342Z[ recovery-image] Dec 20 23:20:24.806 INFO O| Dec 20 23:20:24.806 INFO STEP 455 (remove_files) COMPLETE
57332024-12-20T23:20:26.342Z[ recovery-image] Dec 20 23:20:24.806 INFO O| Dec 20 23:20:24.806 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57342024-12-20T23:20:26.358Z[ recovery-image] Dec 20 23:20:24.822 INFO O| Dec 20 23:20:24.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
57352024-12-20T23:20:26.358Z[ recovery-image] Dec 20 23:20:24.822 INFO O| Dec 20 23:20:24.822 INFO STEP 456 (remove_files) COMPLETE
57362024-12-20T23:20:26.358Z[ recovery-image] Dec 20 23:20:24.822 INFO O| Dec 20 23:20:24.822 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57372024-12-20T23:20:26.369Z[ recovery-image] Dec 20 23:20:24.833 INFO O| Dec 20 23:20:24.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
57382024-12-20T23:20:26.371Z[ recovery-image] Dec 20 23:20:24.833 INFO O| Dec 20 23:20:24.833 INFO STEP 457 (remove_files) COMPLETE
57392024-12-20T23:20:26.372Z[ recovery-image] Dec 20 23:20:24.833 INFO O| Dec 20 23:20:24.833 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57402024-12-20T23:20:26.380Z[ recovery-image] Dec 20 23:20:24.844 INFO O| Dec 20 23:20:24.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
57412024-12-20T23:20:26.380Z[ recovery-image] Dec 20 23:20:24.844 INFO O| Dec 20 23:20:24.844 INFO STEP 458 (remove_files) COMPLETE
57422024-12-20T23:20:26.382Z[ recovery-image] Dec 20 23:20:24.844 INFO O| Dec 20 23:20:24.844 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57432024-12-20T23:20:26.392Z[ recovery-image] Dec 20 23:20:24.856 INFO O| Dec 20 23:20:24.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
57442024-12-20T23:20:26.392Z[ recovery-image] Dec 20 23:20:24.856 INFO O| Dec 20 23:20:24.856 INFO STEP 459 (remove_files) COMPLETE
57452024-12-20T23:20:26.392Z[ recovery-image] Dec 20 23:20:24.856 INFO O| Dec 20 23:20:24.856 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57462024-12-20T23:20:26.403Z[ recovery-image] Dec 20 23:20:24.866 INFO O| Dec 20 23:20:24.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
57472024-12-20T23:20:26.406Z[ recovery-image] Dec 20 23:20:24.868 INFO O| Dec 20 23:20:24.868 INFO STEP 460 (remove_files) COMPLETE
57482024-12-20T23:20:26.406Z[ recovery-image] Dec 20 23:20:24.868 INFO O| Dec 20 23:20:24.868 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57492024-12-20T23:20:26.414Z[ recovery-image] Dec 20 23:20:24.879 INFO O| Dec 20 23:20:24.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
57502024-12-20T23:20:26.414Z[ recovery-image] Dec 20 23:20:24.879 INFO O| Dec 20 23:20:24.879 INFO STEP 461 (remove_files) COMPLETE
57512024-12-20T23:20:26.414Z[ recovery-image] Dec 20 23:20:24.879 INFO O| Dec 20 23:20:24.879 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57522024-12-20T23:20:26.424Z[ recovery-image] Dec 20 23:20:24.889 INFO O| Dec 20 23:20:24.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
57532024-12-20T23:20:26.427Z[ recovery-image] Dec 20 23:20:24.889 INFO O| Dec 20 23:20:24.889 INFO STEP 462 (remove_files) COMPLETE
57542024-12-20T23:20:26.427Z[ recovery-image] Dec 20 23:20:24.889 INFO O| Dec 20 23:20:24.889 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57552024-12-20T23:20:26.436Z[ recovery-image] Dec 20 23:20:24.900 INFO O| Dec 20 23:20:24.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
57562024-12-20T23:20:26.436Z[ recovery-image] Dec 20 23:20:24.900 INFO O| Dec 20 23:20:24.900 INFO STEP 463 (remove_files) COMPLETE
57572024-12-20T23:20:26.438Z[ recovery-image] Dec 20 23:20:24.900 INFO O| Dec 20 23:20:24.900 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57582024-12-20T23:20:26.450Z[ recovery-image] Dec 20 23:20:24.914 INFO O| Dec 20 23:20:24.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
57592024-12-20T23:20:26.450Z[ recovery-image] Dec 20 23:20:24.914 INFO O| Dec 20 23:20:24.914 INFO STEP 464 (remove_files) COMPLETE
57602024-12-20T23:20:26.450Z[ recovery-image] Dec 20 23:20:24.914 INFO O| Dec 20 23:20:24.914 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57612024-12-20T23:20:26.464Z[ recovery-image] Dec 20 23:20:24.928 INFO O| Dec 20 23:20:24.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
57622024-12-20T23:20:26.464Z[ recovery-image] Dec 20 23:20:24.928 INFO O| Dec 20 23:20:24.928 INFO STEP 465 (remove_files) COMPLETE
57632024-12-20T23:20:26.464Z[ recovery-image] Dec 20 23:20:24.928 INFO O| Dec 20 23:20:24.928 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57642024-12-20T23:20:26.477Z[ recovery-image] Dec 20 23:20:24.939 INFO O| Dec 20 23:20:24.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
57652024-12-20T23:20:26.477Z[ recovery-image] Dec 20 23:20:24.939 INFO O| Dec 20 23:20:24.939 INFO STEP 466 (remove_files) COMPLETE
57662024-12-20T23:20:26.480Z[ recovery-image] Dec 20 23:20:24.939 INFO O| Dec 20 23:20:24.939 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57672024-12-20T23:20:26.485Z[ recovery-image] Dec 20 23:20:24.949 INFO O| Dec 20 23:20:24.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
57682024-12-20T23:20:26.485Z[ recovery-image] Dec 20 23:20:24.949 INFO O| Dec 20 23:20:24.949 INFO STEP 467 (remove_files) COMPLETE
57692024-12-20T23:20:26.491Z[ recovery-image] Dec 20 23:20:24.949 INFO O| Dec 20 23:20:24.949 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57702024-12-20T23:20:26.499Z[ recovery-image] Dec 20 23:20:24.963 INFO O| Dec 20 23:20:24.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
57712024-12-20T23:20:26.503Z[ recovery-image] Dec 20 23:20:24.963 INFO O| Dec 20 23:20:24.963 INFO STEP 468 (remove_files) COMPLETE
57722024-12-20T23:20:26.503Z[ recovery-image] Dec 20 23:20:24.963 INFO O| Dec 20 23:20:24.963 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57732024-12-20T23:20:26.513Z[ recovery-image] Dec 20 23:20:24.977 INFO O| Dec 20 23:20:24.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
57742024-12-20T23:20:26.513Z[ recovery-image] Dec 20 23:20:24.977 INFO O| Dec 20 23:20:24.977 INFO STEP 469 (remove_files) COMPLETE
57752024-12-20T23:20:26.515Z[ recovery-image] Dec 20 23:20:24.977 INFO O| Dec 20 23:20:24.977 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57762024-12-20T23:20:26.525Z[ recovery-image] Dec 20 23:20:24.990 INFO O| Dec 20 23:20:24.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
57772024-12-20T23:20:26.525Z[ recovery-image] Dec 20 23:20:24.990 INFO O| Dec 20 23:20:24.990 INFO STEP 470 (remove_files) COMPLETE
57782024-12-20T23:20:26.525Z[ recovery-image] Dec 20 23:20:24.990 INFO O| Dec 20 23:20:24.990 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57792024-12-20T23:20:26.540Z[ recovery-image] Dec 20 23:20:25.005 INFO O| Dec 20 23:20:25.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
57802024-12-20T23:20:26.543Z[ recovery-image] Dec 20 23:20:25.005 INFO O| Dec 20 23:20:25.005 INFO STEP 471 (remove_files) COMPLETE
57812024-12-20T23:20:26.543Z[ recovery-image] Dec 20 23:20:25.005 INFO O| Dec 20 23:20:25.005 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57822024-12-20T23:20:26.554Z[ recovery-image] Dec 20 23:20:25.018 INFO O| Dec 20 23:20:25.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
57832024-12-20T23:20:26.554Z[ recovery-image] Dec 20 23:20:25.018 INFO O| Dec 20 23:20:25.018 INFO STEP 472 (remove_files) COMPLETE
57842024-12-20T23:20:26.554Z[ recovery-image] Dec 20 23:20:25.018 INFO O| Dec 20 23:20:25.018 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57852024-12-20T23:20:26.568Z[ recovery-image] Dec 20 23:20:25.033 INFO O| Dec 20 23:20:25.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
57862024-12-20T23:20:26.574Z[ recovery-image] Dec 20 23:20:25.033 INFO O| Dec 20 23:20:25.033 INFO STEP 473 (remove_files) COMPLETE
57872024-12-20T23:20:26.574Z[ recovery-image] Dec 20 23:20:25.033 INFO O| Dec 20 23:20:25.033 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57882024-12-20T23:20:26.580Z[ recovery-image] Dec 20 23:20:25.045 INFO O| Dec 20 23:20:25.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
57892024-12-20T23:20:26.584Z[ recovery-image] Dec 20 23:20:25.045 INFO O| Dec 20 23:20:25.045 INFO STEP 474 (remove_files) COMPLETE
57902024-12-20T23:20:26.584Z[ recovery-image] Dec 20 23:20:25.045 INFO O| Dec 20 23:20:25.045 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57912024-12-20T23:20:26.593Z[ recovery-image] Dec 20 23:20:25.057 INFO O| Dec 20 23:20:25.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
57922024-12-20T23:20:26.593Z[ recovery-image] Dec 20 23:20:25.057 INFO O| Dec 20 23:20:25.057 INFO STEP 475 (remove_files) COMPLETE
57932024-12-20T23:20:26.596Z[ recovery-image] Dec 20 23:20:25.057 INFO O| Dec 20 23:20:25.057 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57942024-12-20T23:20:26.605Z[ recovery-image] Dec 20 23:20:25.069 INFO O| Dec 20 23:20:25.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
57952024-12-20T23:20:26.605Z[ recovery-image] Dec 20 23:20:25.069 INFO O| Dec 20 23:20:25.069 INFO STEP 476 (remove_files) COMPLETE
57962024-12-20T23:20:26.607Z[ recovery-image] Dec 20 23:20:25.069 INFO O| Dec 20 23:20:25.069 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57972024-12-20T23:20:26.617Z[ recovery-image] Dec 20 23:20:25.082 INFO O| Dec 20 23:20:25.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
57982024-12-20T23:20:26.618Z[ recovery-image] Dec 20 23:20:25.082 INFO O| Dec 20 23:20:25.082 INFO STEP 477 (remove_files) COMPLETE
57992024-12-20T23:20:26.621Z[ recovery-image] Dec 20 23:20:25.082 INFO O| Dec 20 23:20:25.082 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58002024-12-20T23:20:26.634Z[ recovery-image] Dec 20 23:20:25.097 INFO O| Dec 20 23:20:25.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
58012024-12-20T23:20:26.634Z[ recovery-image] Dec 20 23:20:25.097 INFO O| Dec 20 23:20:25.097 INFO STEP 478 (remove_files) COMPLETE
58022024-12-20T23:20:26.645Z[ recovery-image] Dec 20 23:20:25.097 INFO O| Dec 20 23:20:25.097 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58032024-12-20T23:20:26.648Z[ recovery-image] Dec 20 23:20:25.109 INFO O| Dec 20 23:20:25.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
58042024-12-20T23:20:26.648Z[ recovery-image] Dec 20 23:20:25.109 INFO O| Dec 20 23:20:25.109 INFO STEP 479 (remove_files) COMPLETE
58052024-12-20T23:20:26.648Z[ recovery-image] Dec 20 23:20:25.110 INFO O| Dec 20 23:20:25.109 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58062024-12-20T23:20:26.658Z[ recovery-image] Dec 20 23:20:25.122 INFO O| Dec 20 23:20:25.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
58072024-12-20T23:20:26.658Z[ recovery-image] Dec 20 23:20:25.122 INFO O| Dec 20 23:20:25.122 INFO STEP 480 (remove_files) COMPLETE
58082024-12-20T23:20:26.658Z[ recovery-image] Dec 20 23:20:25.122 INFO O| Dec 20 23:20:25.122 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58092024-12-20T23:20:26.671Z[ recovery-image] Dec 20 23:20:25.135 INFO O| Dec 20 23:20:25.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
58102024-12-20T23:20:26.671Z[ recovery-image] Dec 20 23:20:25.136 INFO O| Dec 20 23:20:25.136 INFO STEP 481 (remove_files) COMPLETE
58112024-12-20T23:20:26.671Z[ recovery-image] Dec 20 23:20:25.136 INFO O| Dec 20 23:20:25.136 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58122024-12-20T23:20:26.684Z[ recovery-image] Dec 20 23:20:25.147 INFO O| Dec 20 23:20:25.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
58132024-12-20T23:20:26.684Z[ recovery-image] Dec 20 23:20:25.147 INFO O| Dec 20 23:20:25.147 INFO STEP 482 (remove_files) COMPLETE
58142024-12-20T23:20:26.686Z[ recovery-image] Dec 20 23:20:25.147 INFO O| Dec 20 23:20:25.147 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58152024-12-20T23:20:26.695Z[ recovery-image] Dec 20 23:20:25.159 INFO O| Dec 20 23:20:25.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
58162024-12-20T23:20:26.695Z[ recovery-image] Dec 20 23:20:25.160 INFO O| Dec 20 23:20:25.160 INFO STEP 483 (remove_files) COMPLETE
58172024-12-20T23:20:26.695Z[ recovery-image] Dec 20 23:20:25.160 INFO O| Dec 20 23:20:25.160 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58182024-12-20T23:20:26.709Z[ recovery-image] Dec 20 23:20:25.173 INFO O| Dec 20 23:20:25.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
58192024-12-20T23:20:26.709Z[ recovery-image] Dec 20 23:20:25.174 INFO O| Dec 20 23:20:25.174 INFO STEP 484 (remove_files) COMPLETE
58202024-12-20T23:20:26.709Z[ recovery-image] Dec 20 23:20:25.174 INFO O| Dec 20 23:20:25.174 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58212024-12-20T23:20:26.722Z[ recovery-image] Dec 20 23:20:25.186 INFO O| Dec 20 23:20:25.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
58222024-12-20T23:20:26.722Z[ recovery-image] Dec 20 23:20:25.186 INFO O| Dec 20 23:20:25.186 INFO STEP 485 (remove_files) COMPLETE
58232024-12-20T23:20:26.722Z[ recovery-image] Dec 20 23:20:25.187 INFO O| Dec 20 23:20:25.186 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58242024-12-20T23:20:26.735Z[ recovery-image] Dec 20 23:20:25.199 INFO O| Dec 20 23:20:25.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
58252024-12-20T23:20:26.738Z[ recovery-image] Dec 20 23:20:25.199 INFO O| Dec 20 23:20:25.199 INFO STEP 486 (remove_files) COMPLETE
58262024-12-20T23:20:26.738Z[ recovery-image] Dec 20 23:20:25.199 INFO O| Dec 20 23:20:25.199 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58272024-12-20T23:20:26.748Z[ recovery-image] Dec 20 23:20:25.212 INFO O| Dec 20 23:20:25.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
58282024-12-20T23:20:26.748Z[ recovery-image] Dec 20 23:20:25.212 INFO O| Dec 20 23:20:25.212 INFO STEP 487 (remove_files) COMPLETE
58292024-12-20T23:20:26.748Z[ recovery-image] Dec 20 23:20:25.212 INFO O| Dec 20 23:20:25.212 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58302024-12-20T23:20:26.764Z[ recovery-image] Dec 20 23:20:25.228 INFO O| Dec 20 23:20:25.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
58312024-12-20T23:20:26.764Z[ recovery-image] Dec 20 23:20:25.228 INFO O| Dec 20 23:20:25.228 INFO STEP 488 (remove_files) COMPLETE
58322024-12-20T23:20:26.764Z[ recovery-image] Dec 20 23:20:25.228 INFO O| Dec 20 23:20:25.228 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58332024-12-20T23:20:26.779Z[ recovery-image] Dec 20 23:20:25.243 INFO O| Dec 20 23:20:25.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
58342024-12-20T23:20:26.779Z[ recovery-image] Dec 20 23:20:25.243 INFO O| Dec 20 23:20:25.243 INFO STEP 489 (remove_files) COMPLETE
58352024-12-20T23:20:26.779Z[ recovery-image] Dec 20 23:20:25.243 INFO O| Dec 20 23:20:25.243 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58362024-12-20T23:20:26.793Z[ recovery-image] Dec 20 23:20:25.258 INFO O| Dec 20 23:20:25.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
58372024-12-20T23:20:26.793Z[ recovery-image] Dec 20 23:20:25.258 INFO O| Dec 20 23:20:25.258 INFO STEP 490 (remove_files) COMPLETE
58382024-12-20T23:20:26.797Z[ recovery-image] Dec 20 23:20:25.258 INFO O| Dec 20 23:20:25.258 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58392024-12-20T23:20:26.808Z[ recovery-image] Dec 20 23:20:25.272 INFO O| Dec 20 23:20:25.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
58402024-12-20T23:20:26.808Z[ recovery-image] Dec 20 23:20:25.272 INFO O| Dec 20 23:20:25.272 INFO STEP 491 (remove_files) COMPLETE
58412024-12-20T23:20:26.810Z[ recovery-image] Dec 20 23:20:25.272 INFO O| Dec 20 23:20:25.272 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58422024-12-20T23:20:26.823Z[ recovery-image] Dec 20 23:20:25.287 INFO O| Dec 20 23:20:25.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
58432024-12-20T23:20:26.823Z[ recovery-image] Dec 20 23:20:25.287 INFO O| Dec 20 23:20:25.287 INFO STEP 492 (remove_files) COMPLETE
58442024-12-20T23:20:26.823Z[ recovery-image] Dec 20 23:20:25.287 INFO O| Dec 20 23:20:25.287 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58452024-12-20T23:20:26.835Z[ recovery-image] Dec 20 23:20:25.299 INFO O| Dec 20 23:20:25.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
58462024-12-20T23:20:26.835Z[ recovery-image] Dec 20 23:20:25.299 INFO O| Dec 20 23:20:25.299 INFO STEP 493 (remove_files) COMPLETE
58472024-12-20T23:20:26.837Z[ recovery-image] Dec 20 23:20:25.299 INFO O| Dec 20 23:20:25.299 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58482024-12-20T23:20:26.847Z[ recovery-image] Dec 20 23:20:25.312 INFO O| Dec 20 23:20:25.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
58492024-12-20T23:20:26.847Z[ recovery-image] Dec 20 23:20:25.312 INFO O| Dec 20 23:20:25.312 INFO STEP 494 (remove_files) COMPLETE
58502024-12-20T23:20:26.847Z[ recovery-image] Dec 20 23:20:25.312 INFO O| Dec 20 23:20:25.312 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58512024-12-20T23:20:26.859Z[ recovery-image] Dec 20 23:20:25.324 INFO O| Dec 20 23:20:25.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
58522024-12-20T23:20:26.859Z[ recovery-image] Dec 20 23:20:25.324 INFO O| Dec 20 23:20:25.324 INFO STEP 495 (remove_files) COMPLETE
58532024-12-20T23:20:26.862Z[ recovery-image] Dec 20 23:20:25.324 INFO O| Dec 20 23:20:25.324 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58542024-12-20T23:20:26.871Z[ recovery-image] Dec 20 23:20:25.335 INFO O| Dec 20 23:20:25.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
58552024-12-20T23:20:26.871Z[ recovery-image] Dec 20 23:20:25.335 INFO O| Dec 20 23:20:25.335 INFO STEP 496 (remove_files) COMPLETE
58562024-12-20T23:20:26.874Z[ recovery-image] Dec 20 23:20:25.335 INFO O| Dec 20 23:20:25.335 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58572024-12-20T23:20:26.883Z[ recovery-image] Dec 20 23:20:25.347 INFO O| Dec 20 23:20:25.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
58582024-12-20T23:20:26.883Z[ recovery-image] Dec 20 23:20:25.347 INFO O| Dec 20 23:20:25.347 INFO STEP 497 (remove_files) COMPLETE
58592024-12-20T23:20:26.887Z[ recovery-image] Dec 20 23:20:25.347 INFO O| Dec 20 23:20:25.347 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58602024-12-20T23:20:26.895Z[ recovery-image] Dec 20 23:20:25.360 INFO O| Dec 20 23:20:25.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
58612024-12-20T23:20:26.895Z[ recovery-image] Dec 20 23:20:25.360 INFO O| Dec 20 23:20:25.360 INFO STEP 498 (remove_files) COMPLETE
58622024-12-20T23:20:26.895Z[ recovery-image] Dec 20 23:20:25.360 INFO O| Dec 20 23:20:25.360 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58632024-12-20T23:20:26.911Z[ recovery-image] Dec 20 23:20:25.375 INFO O| Dec 20 23:20:25.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
58642024-12-20T23:20:26.911Z[ recovery-image] Dec 20 23:20:25.375 INFO O| Dec 20 23:20:25.375 INFO STEP 499 (remove_files) COMPLETE
58652024-12-20T23:20:26.913Z[ recovery-image] Dec 20 23:20:25.375 INFO O| Dec 20 23:20:25.375 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58662024-12-20T23:20:26.924Z[ recovery-image] Dec 20 23:20:25.387 INFO O| Dec 20 23:20:25.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
58672024-12-20T23:20:26.924Z[ recovery-image] Dec 20 23:20:25.387 INFO O| Dec 20 23:20:25.387 INFO STEP 500 (remove_files) COMPLETE
58682024-12-20T23:20:26.926Z[ recovery-image] Dec 20 23:20:25.387 INFO O| Dec 20 23:20:25.387 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58692024-12-20T23:20:26.936Z[ recovery-image] Dec 20 23:20:25.399 INFO O| Dec 20 23:20:25.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
58702024-12-20T23:20:26.936Z[ recovery-image] Dec 20 23:20:25.399 INFO O| Dec 20 23:20:25.399 INFO STEP 501 (remove_files) COMPLETE
58712024-12-20T23:20:26.936Z[ recovery-image] Dec 20 23:20:25.399 INFO O| Dec 20 23:20:25.399 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58722024-12-20T23:20:26.947Z[ recovery-image] Dec 20 23:20:25.411 INFO O| Dec 20 23:20:25.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
58732024-12-20T23:20:26.947Z[ recovery-image] Dec 20 23:20:25.411 INFO O| Dec 20 23:20:25.411 INFO STEP 502 (remove_files) COMPLETE
58742024-12-20T23:20:26.947Z[ recovery-image] Dec 20 23:20:25.411 INFO O| Dec 20 23:20:25.411 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58752024-12-20T23:20:26.958Z[ recovery-image] Dec 20 23:20:25.423 INFO O| Dec 20 23:20:25.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
58762024-12-20T23:20:26.961Z[ recovery-image] Dec 20 23:20:25.423 INFO O| Dec 20 23:20:25.423 INFO STEP 503 (remove_files) COMPLETE
58772024-12-20T23:20:26.961Z[ recovery-image] Dec 20 23:20:25.423 INFO O| Dec 20 23:20:25.423 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58782024-12-20T23:20:26.970Z[ recovery-image] Dec 20 23:20:25.434 INFO O| Dec 20 23:20:25.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
58792024-12-20T23:20:26.970Z[ recovery-image] Dec 20 23:20:25.434 INFO O| Dec 20 23:20:25.434 INFO STEP 504 (remove_files) COMPLETE
58802024-12-20T23:20:26.972Z[ recovery-image] Dec 20 23:20:25.434 INFO O| Dec 20 23:20:25.434 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58812024-12-20T23:20:26.983Z[ recovery-image] Dec 20 23:20:25.448 INFO O| Dec 20 23:20:25.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
58822024-12-20T23:20:26.986Z[ recovery-image] Dec 20 23:20:25.448 INFO O| Dec 20 23:20:25.448 INFO STEP 505 (remove_files) COMPLETE
58832024-12-20T23:20:26.986Z[ recovery-image] Dec 20 23:20:25.448 INFO O| Dec 20 23:20:25.448 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58842024-12-20T23:20:26.997Z[ recovery-image] Dec 20 23:20:25.462 INFO O| Dec 20 23:20:25.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
58852024-12-20T23:20:27.002Z[ recovery-image] Dec 20 23:20:25.462 INFO O| Dec 20 23:20:25.462 INFO STEP 506 (remove_files) COMPLETE
58862024-12-20T23:20:27.002Z[ recovery-image] Dec 20 23:20:25.462 INFO O| Dec 20 23:20:25.462 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58872024-12-20T23:20:27.012Z[ recovery-image] Dec 20 23:20:25.477 INFO O| Dec 20 23:20:25.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
58882024-12-20T23:20:27.012Z[ recovery-image] Dec 20 23:20:25.477 INFO O| Dec 20 23:20:25.477 INFO STEP 507 (remove_files) COMPLETE
58892024-12-20T23:20:27.014Z[ recovery-image] Dec 20 23:20:25.477 INFO O| Dec 20 23:20:25.477 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58902024-12-20T23:20:27.027Z[ recovery-image] Dec 20 23:20:25.491 INFO O| Dec 20 23:20:25.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
58912024-12-20T23:20:27.027Z[ recovery-image] Dec 20 23:20:25.491 INFO O| Dec 20 23:20:25.491 INFO STEP 508 (remove_files) COMPLETE
58922024-12-20T23:20:27.030Z[ recovery-image] Dec 20 23:20:25.491 INFO O| Dec 20 23:20:25.491 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58932024-12-20T23:20:27.041Z[ recovery-image] Dec 20 23:20:25.505 INFO O| Dec 20 23:20:25.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
58942024-12-20T23:20:27.041Z[ recovery-image] Dec 20 23:20:25.505 INFO O| Dec 20 23:20:25.505 INFO STEP 509 (remove_files) COMPLETE
58952024-12-20T23:20:27.041Z[ recovery-image] Dec 20 23:20:25.506 INFO O| Dec 20 23:20:25.505 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58962024-12-20T23:20:27.056Z[ recovery-image] Dec 20 23:20:25.520 INFO O| Dec 20 23:20:25.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
58972024-12-20T23:20:27.056Z[ recovery-image] Dec 20 23:20:25.520 INFO O| Dec 20 23:20:25.520 INFO STEP 510 (remove_files) COMPLETE
58982024-12-20T23:20:27.056Z[ recovery-image] Dec 20 23:20:25.520 INFO O| Dec 20 23:20:25.520 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58992024-12-20T23:20:27.070Z[ recovery-image] Dec 20 23:20:25.534 INFO O| Dec 20 23:20:25.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
59002024-12-20T23:20:27.070Z[ recovery-image] Dec 20 23:20:25.535 INFO O| Dec 20 23:20:25.534 INFO STEP 511 (remove_files) COMPLETE
59012024-12-20T23:20:27.070Z[ recovery-image] Dec 20 23:20:25.535 INFO O| Dec 20 23:20:25.535 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59022024-12-20T23:20:27.085Z[ recovery-image] Dec 20 23:20:25.549 INFO O| Dec 20 23:20:25.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
59032024-12-20T23:20:27.085Z[ recovery-image] Dec 20 23:20:25.550 INFO O| Dec 20 23:20:25.550 INFO STEP 512 (remove_files) COMPLETE
59042024-12-20T23:20:27.085Z[ recovery-image] Dec 20 23:20:25.550 INFO O| Dec 20 23:20:25.550 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59052024-12-20T23:20:27.099Z[ recovery-image] Dec 20 23:20:25.563 INFO O| Dec 20 23:20:25.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
59062024-12-20T23:20:27.099Z[ recovery-image] Dec 20 23:20:25.564 INFO O| Dec 20 23:20:25.563 INFO STEP 513 (remove_files) COMPLETE
59072024-12-20T23:20:27.102Z[ recovery-image] Dec 20 23:20:25.564 INFO O| Dec 20 23:20:25.564 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59082024-12-20T23:20:27.114Z[ recovery-image] Dec 20 23:20:25.579 INFO O| Dec 20 23:20:25.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
59092024-12-20T23:20:27.114Z[ recovery-image] Dec 20 23:20:25.579 INFO O| Dec 20 23:20:25.579 INFO STEP 514 (remove_files) COMPLETE
59102024-12-20T23:20:27.115Z[ recovery-image] Dec 20 23:20:25.579 INFO O| Dec 20 23:20:25.579 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59112024-12-20T23:20:27.131Z[ recovery-image] Dec 20 23:20:25.595 INFO O| Dec 20 23:20:25.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
59122024-12-20T23:20:27.131Z[ recovery-image] Dec 20 23:20:25.595 INFO O| Dec 20 23:20:25.595 INFO STEP 515 (remove_files) COMPLETE
59132024-12-20T23:20:27.131Z[ recovery-image] Dec 20 23:20:25.595 INFO O| Dec 20 23:20:25.595 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59142024-12-20T23:20:27.142Z[ recovery-image] Dec 20 23:20:25.607 INFO O| Dec 20 23:20:25.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
59152024-12-20T23:20:27.142Z[ recovery-image] Dec 20 23:20:25.607 INFO O| Dec 20 23:20:25.607 INFO STEP 516 (remove_files) COMPLETE
59162024-12-20T23:20:27.145Z[ recovery-image] Dec 20 23:20:25.607 INFO O| Dec 20 23:20:25.607 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59172024-12-20T23:20:27.157Z[ recovery-image] Dec 20 23:20:25.622 INFO O| Dec 20 23:20:25.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
59182024-12-20T23:20:27.160Z[ recovery-image] Dec 20 23:20:25.622 INFO O| Dec 20 23:20:25.622 INFO STEP 517 (remove_files) COMPLETE
59192024-12-20T23:20:27.160Z[ recovery-image] Dec 20 23:20:25.622 INFO O| Dec 20 23:20:25.622 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59202024-12-20T23:20:27.169Z[ recovery-image] Dec 20 23:20:25.633 INFO O| Dec 20 23:20:25.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
59212024-12-20T23:20:27.169Z[ recovery-image] Dec 20 23:20:25.633 INFO O| Dec 20 23:20:25.633 INFO STEP 518 (remove_files) COMPLETE
59222024-12-20T23:20:27.171Z[ recovery-image] Dec 20 23:20:25.633 INFO O| Dec 20 23:20:25.633 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59232024-12-20T23:20:27.180Z[ recovery-image] Dec 20 23:20:25.645 INFO O| Dec 20 23:20:25.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
59242024-12-20T23:20:27.180Z[ recovery-image] Dec 20 23:20:25.645 INFO O| Dec 20 23:20:25.645 INFO STEP 519 (remove_files) COMPLETE
59252024-12-20T23:20:27.180Z[ recovery-image] Dec 20 23:20:25.645 INFO O| Dec 20 23:20:25.645 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59262024-12-20T23:20:27.191Z[ recovery-image] Dec 20 23:20:25.655 INFO O| Dec 20 23:20:25.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
59272024-12-20T23:20:27.191Z[ recovery-image] Dec 20 23:20:25.656 INFO O| Dec 20 23:20:25.655 INFO STEP 520 (remove_files) COMPLETE
59282024-12-20T23:20:27.191Z[ recovery-image] Dec 20 23:20:25.656 INFO O| Dec 20 23:20:25.656 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59292024-12-20T23:20:27.202Z[ recovery-image] Dec 20 23:20:25.666 INFO O| Dec 20 23:20:25.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
59302024-12-20T23:20:27.202Z[ recovery-image] Dec 20 23:20:25.666 INFO O| Dec 20 23:20:25.666 INFO STEP 521 (remove_files) COMPLETE
59312024-12-20T23:20:27.204Z[ recovery-image] Dec 20 23:20:25.666 INFO O| Dec 20 23:20:25.666 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59322024-12-20T23:20:27.213Z[ recovery-image] Dec 20 23:20:25.678 INFO O| Dec 20 23:20:25.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
59332024-12-20T23:20:27.216Z[ recovery-image] Dec 20 23:20:25.678 INFO O| Dec 20 23:20:25.678 INFO STEP 522 (remove_files) COMPLETE
59342024-12-20T23:20:27.216Z[ recovery-image] Dec 20 23:20:25.678 INFO O| Dec 20 23:20:25.678 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59352024-12-20T23:20:27.228Z[ recovery-image] Dec 20 23:20:25.692 INFO O| Dec 20 23:20:25.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
59362024-12-20T23:20:27.228Z[ recovery-image] Dec 20 23:20:25.692 INFO O| Dec 20 23:20:25.692 INFO STEP 523 (remove_files) COMPLETE
59372024-12-20T23:20:27.230Z[ recovery-image] Dec 20 23:20:25.692 INFO O| Dec 20 23:20:25.692 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59382024-12-20T23:20:27.244Z[ recovery-image] Dec 20 23:20:25.708 INFO O| Dec 20 23:20:25.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
59392024-12-20T23:20:27.244Z[ recovery-image] Dec 20 23:20:25.708 INFO O| Dec 20 23:20:25.708 INFO STEP 524 (remove_files) COMPLETE
59402024-12-20T23:20:27.246Z[ recovery-image] Dec 20 23:20:25.708 INFO O| Dec 20 23:20:25.708 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59412024-12-20T23:20:27.261Z[ recovery-image] Dec 20 23:20:25.724 INFO O| Dec 20 23:20:25.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
59422024-12-20T23:20:27.261Z[ recovery-image] Dec 20 23:20:25.724 INFO O| Dec 20 23:20:25.724 INFO STEP 525 (remove_files) COMPLETE
59432024-12-20T23:20:27.263Z[ recovery-image] Dec 20 23:20:25.724 INFO O| Dec 20 23:20:25.724 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59442024-12-20T23:20:27.275Z[ recovery-image] Dec 20 23:20:25.740 INFO O| Dec 20 23:20:25.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
59452024-12-20T23:20:27.275Z[ recovery-image] Dec 20 23:20:25.740 INFO O| Dec 20 23:20:25.740 INFO STEP 526 (remove_files) COMPLETE
59462024-12-20T23:20:27.278Z[ recovery-image] Dec 20 23:20:25.740 INFO O| Dec 20 23:20:25.740 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59472024-12-20T23:20:27.288Z[ recovery-image] Dec 20 23:20:25.752 INFO O| Dec 20 23:20:25.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
59482024-12-20T23:20:27.290Z[ recovery-image] Dec 20 23:20:25.752 INFO O| Dec 20 23:20:25.752 INFO STEP 527 (remove_files) COMPLETE
59492024-12-20T23:20:27.290Z[ recovery-image] Dec 20 23:20:25.752 INFO O| Dec 20 23:20:25.752 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59502024-12-20T23:20:27.304Z[ recovery-image] Dec 20 23:20:25.768 INFO O| Dec 20 23:20:25.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
59512024-12-20T23:20:27.305Z[ recovery-image] Dec 20 23:20:25.768 INFO O| Dec 20 23:20:25.768 INFO STEP 528 (remove_files) COMPLETE
59522024-12-20T23:20:27.307Z[ recovery-image] Dec 20 23:20:25.768 INFO O| Dec 20 23:20:25.768 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59532024-12-20T23:20:27.316Z[ recovery-image] Dec 20 23:20:25.780 INFO O| Dec 20 23:20:25.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
59542024-12-20T23:20:27.318Z[ recovery-image] Dec 20 23:20:25.780 INFO O| Dec 20 23:20:25.780 INFO STEP 529 (remove_files) COMPLETE
59552024-12-20T23:20:27.318Z[ recovery-image] Dec 20 23:20:25.781 INFO O| Dec 20 23:20:25.780 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59562024-12-20T23:20:27.329Z[ recovery-image] Dec 20 23:20:25.793 INFO O| Dec 20 23:20:25.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
59572024-12-20T23:20:27.329Z[ recovery-image] Dec 20 23:20:25.793 INFO O| Dec 20 23:20:25.793 INFO STEP 530 (remove_files) COMPLETE
59582024-12-20T23:20:27.332Z[ recovery-image] Dec 20 23:20:25.793 INFO O| Dec 20 23:20:25.793 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59592024-12-20T23:20:27.342Z[ recovery-image] Dec 20 23:20:25.807 INFO O| Dec 20 23:20:25.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
59602024-12-20T23:20:27.342Z[ recovery-image] Dec 20 23:20:25.807 INFO O| Dec 20 23:20:25.807 INFO STEP 531 (remove_files) COMPLETE
59612024-12-20T23:20:27.342Z[ recovery-image] Dec 20 23:20:25.807 INFO O| Dec 20 23:20:25.807 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59622024-12-20T23:20:27.354Z[ recovery-image] Dec 20 23:20:25.818 INFO O| Dec 20 23:20:25.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
59632024-12-20T23:20:27.357Z[ recovery-image] Dec 20 23:20:25.819 INFO O| Dec 20 23:20:25.818 INFO STEP 532 (remove_files) COMPLETE
59642024-12-20T23:20:27.357Z[ recovery-image] Dec 20 23:20:25.819 INFO O| Dec 20 23:20:25.818 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59652024-12-20T23:20:27.366Z[ recovery-image] Dec 20 23:20:25.830 INFO O| Dec 20 23:20:25.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
59662024-12-20T23:20:27.369Z[ recovery-image] Dec 20 23:20:25.830 INFO O| Dec 20 23:20:25.830 INFO STEP 533 (remove_files) COMPLETE
59672024-12-20T23:20:27.369Z[ recovery-image] Dec 20 23:20:25.830 INFO O| Dec 20 23:20:25.830 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59682024-12-20T23:20:27.378Z[ recovery-image] Dec 20 23:20:25.841 INFO O| Dec 20 23:20:25.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
59692024-12-20T23:20:27.378Z[ recovery-image] Dec 20 23:20:25.842 INFO O| Dec 20 23:20:25.842 INFO STEP 534 (remove_files) COMPLETE
59702024-12-20T23:20:27.378Z[ recovery-image] Dec 20 23:20:25.842 INFO O| Dec 20 23:20:25.842 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59712024-12-20T23:20:27.389Z[ recovery-image] Dec 20 23:20:25.853 INFO O| Dec 20 23:20:25.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
59722024-12-20T23:20:27.389Z[ recovery-image] Dec 20 23:20:25.853 INFO O| Dec 20 23:20:25.853 INFO STEP 535 (remove_files) COMPLETE
59732024-12-20T23:20:27.389Z[ recovery-image] Dec 20 23:20:25.853 INFO O| Dec 20 23:20:25.853 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59742024-12-20T23:20:27.401Z[ recovery-image] Dec 20 23:20:25.865 INFO O| Dec 20 23:20:25.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
59752024-12-20T23:20:27.401Z[ recovery-image] Dec 20 23:20:25.865 INFO O| Dec 20 23:20:25.865 INFO STEP 536 (remove_files) COMPLETE
59762024-12-20T23:20:27.401Z[ recovery-image] Dec 20 23:20:25.865 INFO O| Dec 20 23:20:25.865 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59772024-12-20T23:20:27.413Z[ recovery-image] Dec 20 23:20:25.877 INFO O| Dec 20 23:20:25.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
59782024-12-20T23:20:27.413Z[ recovery-image] Dec 20 23:20:25.877 INFO O| Dec 20 23:20:25.877 INFO STEP 537 (remove_files) COMPLETE
59792024-12-20T23:20:27.413Z[ recovery-image] Dec 20 23:20:25.877 INFO O| Dec 20 23:20:25.877 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59802024-12-20T23:20:27.427Z[ recovery-image] Dec 20 23:20:25.891 INFO O| Dec 20 23:20:25.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
59812024-12-20T23:20:27.427Z[ recovery-image] Dec 20 23:20:25.891 INFO O| Dec 20 23:20:25.891 INFO STEP 538 (remove_files) COMPLETE
59822024-12-20T23:20:27.427Z[ recovery-image] Dec 20 23:20:25.891 INFO O| Dec 20 23:20:25.891 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59832024-12-20T23:20:27.442Z[ recovery-image] Dec 20 23:20:25.906 INFO O| Dec 20 23:20:25.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
59842024-12-20T23:20:27.444Z[ recovery-image] Dec 20 23:20:25.906 INFO O| Dec 20 23:20:25.906 INFO STEP 539 (remove_files) COMPLETE
59852024-12-20T23:20:27.444Z[ recovery-image] Dec 20 23:20:25.906 INFO O| Dec 20 23:20:25.906 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59862024-12-20T23:20:27.456Z[ recovery-image] Dec 20 23:20:25.921 INFO O| Dec 20 23:20:25.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
59872024-12-20T23:20:27.456Z[ recovery-image] Dec 20 23:20:25.921 INFO O| Dec 20 23:20:25.921 INFO STEP 540 (remove_files) COMPLETE
59882024-12-20T23:20:27.459Z[ recovery-image] Dec 20 23:20:25.921 INFO O| Dec 20 23:20:25.921 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59892024-12-20T23:20:27.471Z[ recovery-image] Dec 20 23:20:25.935 INFO O| Dec 20 23:20:25.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
59902024-12-20T23:20:27.471Z[ recovery-image] Dec 20 23:20:25.935 INFO O| Dec 20 23:20:25.935 INFO STEP 541 (remove_files) COMPLETE
59912024-12-20T23:20:27.478Z[ recovery-image] Dec 20 23:20:25.935 INFO O| Dec 20 23:20:25.935 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59922024-12-20T23:20:27.487Z[ recovery-image] Dec 20 23:20:25.950 INFO O| Dec 20 23:20:25.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
59932024-12-20T23:20:27.487Z[ recovery-image] Dec 20 23:20:25.950 INFO O| Dec 20 23:20:25.950 INFO STEP 542 (remove_files) COMPLETE
59942024-12-20T23:20:27.490Z[ recovery-image] Dec 20 23:20:25.950 INFO O| Dec 20 23:20:25.950 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59952024-12-20T23:20:27.501Z[ recovery-image] Dec 20 23:20:25.965 INFO O| Dec 20 23:20:25.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
59962024-12-20T23:20:27.501Z[ recovery-image] Dec 20 23:20:25.965 INFO O| Dec 20 23:20:25.965 INFO STEP 543 (remove_files) COMPLETE
59972024-12-20T23:20:27.501Z[ recovery-image] Dec 20 23:20:25.965 INFO O| Dec 20 23:20:25.965 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59982024-12-20T23:20:27.515Z[ recovery-image] Dec 20 23:20:25.979 INFO O| Dec 20 23:20:25.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
59992024-12-20T23:20:27.515Z[ recovery-image] Dec 20 23:20:25.980 INFO O| Dec 20 23:20:25.980 INFO STEP 544 (remove_files) COMPLETE
60002024-12-20T23:20:27.518Z[ recovery-image] Dec 20 23:20:25.980 INFO O| Dec 20 23:20:25.980 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60012024-12-20T23:20:27.526Z[ recovery-image] Dec 20 23:20:25.990 INFO O| Dec 20 23:20:25.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
60022024-12-20T23:20:27.526Z[ recovery-image] Dec 20 23:20:25.991 INFO O| Dec 20 23:20:25.990 INFO STEP 545 (remove_files) COMPLETE
60032024-12-20T23:20:27.526Z[ recovery-image] Dec 20 23:20:25.991 INFO O| Dec 20 23:20:25.991 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60042024-12-20T23:20:27.537Z[ recovery-image] Dec 20 23:20:26.001 INFO O| Dec 20 23:20:26.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
60052024-12-20T23:20:27.540Z[ recovery-image] Dec 20 23:20:26.002 INFO O| Dec 20 23:20:26.001 INFO STEP 546 (remove_files) COMPLETE
60062024-12-20T23:20:27.540Z[ recovery-image] Dec 20 23:20:26.002 INFO O| Dec 20 23:20:26.002 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60072024-12-20T23:20:27.550Z[ recovery-image] Dec 20 23:20:26.014 INFO O| Dec 20 23:20:26.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
60082024-12-20T23:20:27.553Z[ recovery-image] Dec 20 23:20:26.015 INFO O| Dec 20 23:20:26.015 INFO STEP 547 (remove_files) COMPLETE
60092024-12-20T23:20:27.553Z[ recovery-image] Dec 20 23:20:26.015 INFO O| Dec 20 23:20:26.015 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60102024-12-20T23:20:27.562Z[ recovery-image] Dec 20 23:20:26.026 INFO O| Dec 20 23:20:26.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
60112024-12-20T23:20:27.562Z[ recovery-image] Dec 20 23:20:26.026 INFO O| Dec 20 23:20:26.026 INFO STEP 548 (remove_files) COMPLETE
60122024-12-20T23:20:27.562Z[ recovery-image] Dec 20 23:20:26.026 INFO O| Dec 20 23:20:26.026 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60132024-12-20T23:20:27.577Z[ recovery-image] Dec 20 23:20:26.040 INFO O| Dec 20 23:20:26.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
60142024-12-20T23:20:27.577Z[ recovery-image] Dec 20 23:20:26.041 INFO O| Dec 20 23:20:26.041 INFO STEP 549 (remove_files) COMPLETE
60152024-12-20T23:20:27.579Z[ recovery-image] Dec 20 23:20:26.041 INFO O| Dec 20 23:20:26.041 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60162024-12-20T23:20:27.589Z[ recovery-image] Dec 20 23:20:26.053 INFO O| Dec 20 23:20:26.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
60172024-12-20T23:20:27.589Z[ recovery-image] Dec 20 23:20:26.053 INFO O| Dec 20 23:20:26.053 INFO STEP 550 (remove_files) COMPLETE
60182024-12-20T23:20:27.589Z[ recovery-image] Dec 20 23:20:26.053 INFO O| Dec 20 23:20:26.053 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60192024-12-20T23:20:27.602Z[ recovery-image] Dec 20 23:20:26.065 INFO O| Dec 20 23:20:26.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
60202024-12-20T23:20:27.606Z[ recovery-image] Dec 20 23:20:26.065 INFO O| Dec 20 23:20:26.065 INFO STEP 551 (remove_files) COMPLETE
60212024-12-20T23:20:27.606Z[ recovery-image] Dec 20 23:20:26.065 INFO O| Dec 20 23:20:26.065 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60222024-12-20T23:20:27.613Z[ recovery-image] Dec 20 23:20:26.077 INFO O| Dec 20 23:20:26.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
60232024-12-20T23:20:27.613Z[ recovery-image] Dec 20 23:20:26.077 INFO O| Dec 20 23:20:26.077 INFO STEP 552 (remove_files) COMPLETE
60242024-12-20T23:20:27.616Z[ recovery-image] Dec 20 23:20:26.077 INFO O| Dec 20 23:20:26.077 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60252024-12-20T23:20:27.631Z[ recovery-image] Dec 20 23:20:26.094 INFO O| Dec 20 23:20:26.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
60262024-12-20T23:20:27.631Z[ recovery-image] Dec 20 23:20:26.094 INFO O| Dec 20 23:20:26.094 INFO STEP 553 (remove_files) COMPLETE
60272024-12-20T23:20:27.631Z[ recovery-image] Dec 20 23:20:26.094 INFO O| Dec 20 23:20:26.094 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60282024-12-20T23:20:27.646Z[ recovery-image] Dec 20 23:20:26.110 INFO O| Dec 20 23:20:26.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
60292024-12-20T23:20:27.649Z[ recovery-image] Dec 20 23:20:26.111 INFO O| Dec 20 23:20:26.111 INFO STEP 554 (remove_files) COMPLETE
60302024-12-20T23:20:27.649Z[ recovery-image] Dec 20 23:20:26.111 INFO O| Dec 20 23:20:26.111 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60312024-12-20T23:20:27.662Z[ recovery-image] Dec 20 23:20:26.127 INFO O| Dec 20 23:20:26.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
60322024-12-20T23:20:27.665Z[ recovery-image] Dec 20 23:20:26.127 INFO O| Dec 20 23:20:26.127 INFO STEP 555 (remove_files) COMPLETE
60332024-12-20T23:20:27.665Z[ recovery-image] Dec 20 23:20:26.127 INFO O| Dec 20 23:20:26.127 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60342024-12-20T23:20:27.678Z[ recovery-image] Dec 20 23:20:26.142 INFO O| Dec 20 23:20:26.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
60352024-12-20T23:20:27.678Z[ recovery-image] Dec 20 23:20:26.142 INFO O| Dec 20 23:20:26.142 INFO STEP 556 (remove_files) COMPLETE
60362024-12-20T23:20:27.681Z[ recovery-image] Dec 20 23:20:26.142 INFO O| Dec 20 23:20:26.142 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60372024-12-20T23:20:27.690Z[ recovery-image] Dec 20 23:20:26.154 INFO O| Dec 20 23:20:26.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
60382024-12-20T23:20:27.690Z[ recovery-image] Dec 20 23:20:26.154 INFO O| Dec 20 23:20:26.154 INFO STEP 557 (remove_files) COMPLETE
60392024-12-20T23:20:27.693Z[ recovery-image] Dec 20 23:20:26.154 INFO O| Dec 20 23:20:26.154 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60402024-12-20T23:20:27.703Z[ recovery-image] Dec 20 23:20:26.167 INFO O| Dec 20 23:20:26.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
60412024-12-20T23:20:27.703Z[ recovery-image] Dec 20 23:20:26.168 INFO O| Dec 20 23:20:26.167 INFO STEP 558 (remove_files) COMPLETE
60422024-12-20T23:20:27.706Z[ recovery-image] Dec 20 23:20:26.168 INFO O| Dec 20 23:20:26.168 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60432024-12-20T23:20:27.715Z[ recovery-image] Dec 20 23:20:26.179 INFO O| Dec 20 23:20:26.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
60442024-12-20T23:20:27.715Z[ recovery-image] Dec 20 23:20:26.179 INFO O| Dec 20 23:20:26.179 INFO STEP 559 (remove_files) COMPLETE
60452024-12-20T23:20:27.715Z[ recovery-image] Dec 20 23:20:26.179 INFO O| Dec 20 23:20:26.179 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60462024-12-20T23:20:27.727Z[ recovery-image] Dec 20 23:20:26.191 INFO O| Dec 20 23:20:26.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
60472024-12-20T23:20:27.727Z[ recovery-image] Dec 20 23:20:26.191 INFO O| Dec 20 23:20:26.191 INFO STEP 560 (remove_files) COMPLETE
60482024-12-20T23:20:27.730Z[ recovery-image] Dec 20 23:20:26.191 INFO O| Dec 20 23:20:26.191 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60492024-12-20T23:20:27.737Z[ recovery-image] Dec 20 23:20:26.201 INFO O| Dec 20 23:20:26.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
60502024-12-20T23:20:27.737Z[ recovery-image] Dec 20 23:20:26.201 INFO O| Dec 20 23:20:26.201 INFO STEP 561 (remove_files) COMPLETE
60512024-12-20T23:20:27.740Z[ recovery-image] Dec 20 23:20:26.201 INFO O| Dec 20 23:20:26.201 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60522024-12-20T23:20:27.748Z[ recovery-image] Dec 20 23:20:26.212 INFO O| Dec 20 23:20:26.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
60532024-12-20T23:20:27.748Z[ recovery-image] Dec 20 23:20:26.212 INFO O| Dec 20 23:20:26.212 INFO STEP 562 (remove_files) COMPLETE
60542024-12-20T23:20:27.748Z[ recovery-image] Dec 20 23:20:26.212 INFO O| Dec 20 23:20:26.212 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60552024-12-20T23:20:27.759Z[ recovery-image] Dec 20 23:20:26.223 INFO O| Dec 20 23:20:26.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
60562024-12-20T23:20:27.759Z[ recovery-image] Dec 20 23:20:26.223 INFO O| Dec 20 23:20:26.223 INFO STEP 563 (remove_files) COMPLETE
60572024-12-20T23:20:27.759Z[ recovery-image] Dec 20 23:20:26.223 INFO O| Dec 20 23:20:26.223 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60582024-12-20T23:20:27.769Z[ recovery-image] Dec 20 23:20:26.234 INFO O| Dec 20 23:20:26.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
60592024-12-20T23:20:27.769Z[ recovery-image] Dec 20 23:20:26.234 INFO O| Dec 20 23:20:26.234 INFO STEP 564 (remove_files) COMPLETE
60602024-12-20T23:20:27.770Z[ recovery-image] Dec 20 23:20:26.234 INFO O| Dec 20 23:20:26.234 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60612024-12-20T23:20:27.780Z[ recovery-image] Dec 20 23:20:26.244 INFO O| Dec 20 23:20:26.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
60622024-12-20T23:20:27.783Z[ recovery-image] Dec 20 23:20:26.244 INFO O| Dec 20 23:20:26.244 INFO STEP 565 (remove_files) COMPLETE
60632024-12-20T23:20:27.783Z[ recovery-image] Dec 20 23:20:26.244 INFO O| Dec 20 23:20:26.244 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60642024-12-20T23:20:27.790Z[ recovery-image] Dec 20 23:20:26.254 INFO O| Dec 20 23:20:26.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
60652024-12-20T23:20:27.790Z[ recovery-image] Dec 20 23:20:26.254 INFO O| Dec 20 23:20:26.254 INFO STEP 566 (remove_files) COMPLETE
60662024-12-20T23:20:27.790Z[ recovery-image] Dec 20 23:20:26.254 INFO O| Dec 20 23:20:26.254 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60672024-12-20T23:20:27.801Z[ recovery-image] Dec 20 23:20:26.265 INFO O| Dec 20 23:20:26.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
60682024-12-20T23:20:27.801Z[ recovery-image] Dec 20 23:20:26.265 INFO O| Dec 20 23:20:26.265 INFO STEP 567 (remove_files) COMPLETE
60692024-12-20T23:20:27.803Z[ recovery-image] Dec 20 23:20:26.265 INFO O| Dec 20 23:20:26.265 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60702024-12-20T23:20:27.814Z[ recovery-image] Dec 20 23:20:26.278 INFO O| Dec 20 23:20:26.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
60712024-12-20T23:20:27.814Z[ recovery-image] Dec 20 23:20:26.278 INFO O| Dec 20 23:20:26.278 INFO STEP 568 (remove_files) COMPLETE
60722024-12-20T23:20:27.814Z[ recovery-image] Dec 20 23:20:26.278 INFO O| Dec 20 23:20:26.278 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60732024-12-20T23:20:27.826Z[ recovery-image] Dec 20 23:20:26.290 INFO O| Dec 20 23:20:26.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
60742024-12-20T23:20:27.826Z[ recovery-image] Dec 20 23:20:26.290 INFO O| Dec 20 23:20:26.290 INFO STEP 569 (remove_files) COMPLETE
60752024-12-20T23:20:27.826Z[ recovery-image] Dec 20 23:20:26.290 INFO O| Dec 20 23:20:26.290 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60762024-12-20T23:20:27.838Z[ recovery-image] Dec 20 23:20:26.302 INFO O| Dec 20 23:20:26.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
60772024-12-20T23:20:27.838Z[ recovery-image] Dec 20 23:20:26.302 INFO O| Dec 20 23:20:26.302 INFO STEP 570 (remove_files) COMPLETE
60782024-12-20T23:20:27.838Z[ recovery-image] Dec 20 23:20:26.302 INFO O| Dec 20 23:20:26.302 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60792024-12-20T23:20:27.852Z[ recovery-image] Dec 20 23:20:26.316 INFO O| Dec 20 23:20:26.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
60802024-12-20T23:20:27.852Z[ recovery-image] Dec 20 23:20:26.316 INFO O| Dec 20 23:20:26.316 INFO STEP 571 (remove_files) COMPLETE
60812024-12-20T23:20:27.852Z[ recovery-image] Dec 20 23:20:26.316 INFO O| Dec 20 23:20:26.316 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60822024-12-20T23:20:27.869Z[ recovery-image] Dec 20 23:20:26.331 INFO O| Dec 20 23:20:26.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
60832024-12-20T23:20:27.870Z[ recovery-image] Dec 20 23:20:26.331 INFO O| Dec 20 23:20:26.331 INFO STEP 572 (remove_files) COMPLETE
60842024-12-20T23:20:27.870Z[ recovery-image] Dec 20 23:20:26.331 INFO O| Dec 20 23:20:26.331 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60852024-12-20T23:20:27.878Z[ recovery-image] Dec 20 23:20:26.342 INFO O| Dec 20 23:20:26.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
60862024-12-20T23:20:27.878Z[ recovery-image] Dec 20 23:20:26.342 INFO O| Dec 20 23:20:26.342 INFO STEP 573 (remove_files) COMPLETE
60872024-12-20T23:20:27.881Z[ recovery-image] Dec 20 23:20:26.342 INFO O| Dec 20 23:20:26.342 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60882024-12-20T23:20:27.889Z[ recovery-image] Dec 20 23:20:26.353 INFO O| Dec 20 23:20:26.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
60892024-12-20T23:20:27.889Z[ recovery-image] Dec 20 23:20:26.353 INFO O| Dec 20 23:20:26.353 INFO STEP 574 (remove_files) COMPLETE
60902024-12-20T23:20:27.891Z[ recovery-image] Dec 20 23:20:26.353 INFO O| Dec 20 23:20:26.353 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60912024-12-20T23:20:27.900Z[ recovery-image] Dec 20 23:20:26.364 INFO O| Dec 20 23:20:26.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
60922024-12-20T23:20:27.900Z[ recovery-image] Dec 20 23:20:26.364 INFO O| Dec 20 23:20:26.364 INFO STEP 575 (remove_files) COMPLETE
60932024-12-20T23:20:27.903Z[ recovery-image] Dec 20 23:20:26.364 INFO O| Dec 20 23:20:26.364 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60942024-12-20T23:20:27.911Z[ recovery-image] Dec 20 23:20:26.375 INFO O| Dec 20 23:20:26.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
60952024-12-20T23:20:27.912Z[ recovery-image] Dec 20 23:20:26.375 INFO O| Dec 20 23:20:26.375 INFO STEP 576 (remove_files) COMPLETE
60962024-12-20T23:20:27.915Z[ recovery-image] Dec 20 23:20:26.375 INFO O| Dec 20 23:20:26.375 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60972024-12-20T23:20:27.921Z[ recovery-image] Dec 20 23:20:26.386 INFO O| Dec 20 23:20:26.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
60982024-12-20T23:20:27.922Z[ recovery-image] Dec 20 23:20:26.386 INFO O| Dec 20 23:20:26.386 INFO STEP 577 (remove_files) COMPLETE
60992024-12-20T23:20:27.924Z[ recovery-image] Dec 20 23:20:26.386 INFO O| Dec 20 23:20:26.386 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61002024-12-20T23:20:27.933Z[ recovery-image] Dec 20 23:20:26.397 INFO O| Dec 20 23:20:26.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
61012024-12-20T23:20:27.933Z[ recovery-image] Dec 20 23:20:26.397 INFO O| Dec 20 23:20:26.397 INFO STEP 578 (remove_files) COMPLETE
61022024-12-20T23:20:27.933Z[ recovery-image] Dec 20 23:20:26.397 INFO O| Dec 20 23:20:26.397 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61032024-12-20T23:20:27.944Z[ recovery-image] Dec 20 23:20:26.408 INFO O| Dec 20 23:20:26.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
61042024-12-20T23:20:27.944Z[ recovery-image] Dec 20 23:20:26.408 INFO O| Dec 20 23:20:26.408 INFO STEP 579 (remove_files) COMPLETE
61052024-12-20T23:20:27.944Z[ recovery-image] Dec 20 23:20:26.408 INFO O| Dec 20 23:20:26.408 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61062024-12-20T23:20:27.955Z[ recovery-image] Dec 20 23:20:26.419 INFO O| Dec 20 23:20:26.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
61072024-12-20T23:20:27.955Z[ recovery-image] Dec 20 23:20:26.419 INFO O| Dec 20 23:20:26.419 INFO STEP 580 (remove_files) COMPLETE
61082024-12-20T23:20:27.955Z[ recovery-image] Dec 20 23:20:26.419 INFO O| Dec 20 23:20:26.419 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61092024-12-20T23:20:27.969Z[ recovery-image] Dec 20 23:20:26.433 INFO O| Dec 20 23:20:26.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
61102024-12-20T23:20:27.969Z[ recovery-image] Dec 20 23:20:26.433 INFO O| Dec 20 23:20:26.433 INFO STEP 581 (remove_files) COMPLETE
61112024-12-20T23:20:27.972Z[ recovery-image] Dec 20 23:20:26.433 INFO O| Dec 20 23:20:26.433 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61122024-12-20T23:20:27.981Z[ recovery-image] Dec 20 23:20:26.445 INFO O| Dec 20 23:20:26.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
61132024-12-20T23:20:27.981Z[ recovery-image] Dec 20 23:20:26.445 INFO O| Dec 20 23:20:26.445 INFO STEP 582 (remove_files) COMPLETE
61142024-12-20T23:20:27.981Z[ recovery-image] Dec 20 23:20:26.445 INFO O| Dec 20 23:20:26.445 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61152024-12-20T23:20:27.997Z[ recovery-image] Dec 20 23:20:26.461 INFO O| Dec 20 23:20:26.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
61162024-12-20T23:20:27.997Z[ recovery-image] Dec 20 23:20:26.461 INFO O| Dec 20 23:20:26.461 INFO STEP 583 (remove_files) COMPLETE
61172024-12-20T23:20:27.997Z[ recovery-image] Dec 20 23:20:26.461 INFO O| Dec 20 23:20:26.461 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61182024-12-20T23:20:28.012Z[ recovery-image] Dec 20 23:20:26.476 INFO O| Dec 20 23:20:26.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
61192024-12-20T23:20:28.013Z[ recovery-image] Dec 20 23:20:26.476 INFO O| Dec 20 23:20:26.476 INFO STEP 584 (remove_files) COMPLETE
61202024-12-20T23:20:28.015Z[ recovery-image] Dec 20 23:20:26.476 INFO O| Dec 20 23:20:26.476 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61212024-12-20T23:20:28.026Z[ recovery-image] Dec 20 23:20:26.489 INFO O| Dec 20 23:20:26.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
61222024-12-20T23:20:28.026Z[ recovery-image] Dec 20 23:20:26.489 INFO O| Dec 20 23:20:26.489 INFO STEP 585 (remove_files) COMPLETE
61232024-12-20T23:20:28.028Z[ recovery-image] Dec 20 23:20:26.489 INFO O| Dec 20 23:20:26.489 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61242024-12-20T23:20:28.042Z[ recovery-image] Dec 20 23:20:26.506 INFO O| Dec 20 23:20:26.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
61252024-12-20T23:20:28.042Z[ recovery-image] Dec 20 23:20:26.506 INFO O| Dec 20 23:20:26.506 INFO STEP 586 (remove_files) COMPLETE
61262024-12-20T23:20:28.043Z[ recovery-image] Dec 20 23:20:26.506 INFO O| Dec 20 23:20:26.506 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61272024-12-20T23:20:28.055Z[ recovery-image] Dec 20 23:20:26.519 INFO O| Dec 20 23:20:26.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
61282024-12-20T23:20:28.055Z[ recovery-image] Dec 20 23:20:26.519 INFO O| Dec 20 23:20:26.519 INFO STEP 587 (remove_files) COMPLETE
61292024-12-20T23:20:28.058Z[ recovery-image] Dec 20 23:20:26.519 INFO O| Dec 20 23:20:26.519 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61302024-12-20T23:20:28.066Z[ recovery-image] Dec 20 23:20:26.531 INFO O| Dec 20 23:20:26.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
61312024-12-20T23:20:28.067Z[ recovery-image] Dec 20 23:20:26.531 INFO O| Dec 20 23:20:26.531 INFO STEP 588 (remove_files) COMPLETE
61322024-12-20T23:20:28.069Z[ recovery-image] Dec 20 23:20:26.531 INFO O| Dec 20 23:20:26.531 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61332024-12-20T23:20:28.077Z[ recovery-image] Dec 20 23:20:26.541 INFO O| Dec 20 23:20:26.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
61342024-12-20T23:20:28.077Z[ recovery-image] Dec 20 23:20:26.542 INFO O| Dec 20 23:20:26.541 INFO STEP 589 (remove_files) COMPLETE
61352024-12-20T23:20:28.081Z[ recovery-image] Dec 20 23:20:26.542 INFO O| Dec 20 23:20:26.541 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61362024-12-20T23:20:28.090Z[ recovery-image] Dec 20 23:20:26.555 INFO O| Dec 20 23:20:26.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
61372024-12-20T23:20:28.094Z[ recovery-image] Dec 20 23:20:26.555 INFO O| Dec 20 23:20:26.555 INFO STEP 590 (remove_files) COMPLETE
61382024-12-20T23:20:28.094Z[ recovery-image] Dec 20 23:20:26.555 INFO O| Dec 20 23:20:26.555 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61392024-12-20T23:20:28.102Z[ recovery-image] Dec 20 23:20:26.566 INFO O| Dec 20 23:20:26.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
61402024-12-20T23:20:28.102Z[ recovery-image] Dec 20 23:20:26.566 INFO O| Dec 20 23:20:26.566 INFO STEP 591 (remove_files) COMPLETE
61412024-12-20T23:20:28.102Z[ recovery-image] Dec 20 23:20:26.566 INFO O| Dec 20 23:20:26.566 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61422024-12-20T23:20:28.113Z[ recovery-image] Dec 20 23:20:26.577 INFO O| Dec 20 23:20:26.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
61432024-12-20T23:20:28.113Z[ recovery-image] Dec 20 23:20:26.577 INFO O| Dec 20 23:20:26.577 INFO STEP 592 (remove_files) COMPLETE
61442024-12-20T23:20:28.113Z[ recovery-image] Dec 20 23:20:26.577 INFO O| Dec 20 23:20:26.577 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61452024-12-20T23:20:28.124Z[ recovery-image] Dec 20 23:20:26.588 INFO O| Dec 20 23:20:26.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
61462024-12-20T23:20:28.129Z[ recovery-image] Dec 20 23:20:26.588 INFO O| Dec 20 23:20:26.588 INFO STEP 593 (remove_files) COMPLETE
61472024-12-20T23:20:28.129Z[ recovery-image] Dec 20 23:20:26.588 INFO O| Dec 20 23:20:26.588 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61482024-12-20T23:20:28.135Z[ recovery-image] Dec 20 23:20:26.597 INFO O| Dec 20 23:20:26.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
61492024-12-20T23:20:28.136Z[ recovery-image] Dec 20 23:20:26.598 INFO O| Dec 20 23:20:26.597 INFO STEP 594 (remove_files) COMPLETE
61502024-12-20T23:20:28.136Z[ recovery-image] Dec 20 23:20:26.598 INFO O| Dec 20 23:20:26.597 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61512024-12-20T23:20:28.144Z[ recovery-image] Dec 20 23:20:26.607 INFO O| Dec 20 23:20:26.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
61522024-12-20T23:20:28.144Z[ recovery-image] Dec 20 23:20:26.607 INFO O| Dec 20 23:20:26.607 INFO STEP 595 (remove_files) COMPLETE
61532024-12-20T23:20:28.147Z[ recovery-image] Dec 20 23:20:26.607 INFO O| Dec 20 23:20:26.607 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61542024-12-20T23:20:28.153Z[ recovery-image] Dec 20 23:20:26.617 INFO O| Dec 20 23:20:26.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
61552024-12-20T23:20:28.153Z[ recovery-image] Dec 20 23:20:26.617 INFO O| Dec 20 23:20:26.617 INFO STEP 596 (remove_files) COMPLETE
61562024-12-20T23:20:28.156Z[ recovery-image] Dec 20 23:20:26.617 INFO O| Dec 20 23:20:26.617 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61572024-12-20T23:20:28.165Z[ recovery-image] Dec 20 23:20:26.628 INFO O| Dec 20 23:20:26.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
61582024-12-20T23:20:28.165Z[ recovery-image] Dec 20 23:20:26.628 INFO O| Dec 20 23:20:26.628 INFO STEP 597 (remove_files) COMPLETE
61592024-12-20T23:20:28.165Z[ recovery-image] Dec 20 23:20:26.628 INFO O| Dec 20 23:20:26.628 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61602024-12-20T23:20:28.174Z[ recovery-image] Dec 20 23:20:26.638 INFO O| Dec 20 23:20:26.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
61612024-12-20T23:20:28.176Z[ recovery-image] Dec 20 23:20:26.638 INFO O| Dec 20 23:20:26.638 INFO STEP 598 (remove_files) COMPLETE
61622024-12-20T23:20:28.176Z[ recovery-image] Dec 20 23:20:26.638 INFO O| Dec 20 23:20:26.638 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61632024-12-20T23:20:28.184Z[ recovery-image] Dec 20 23:20:26.648 INFO O| Dec 20 23:20:26.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
61642024-12-20T23:20:28.187Z[ recovery-image] Dec 20 23:20:26.649 INFO O| Dec 20 23:20:26.648 INFO STEP 599 (remove_files) COMPLETE
61652024-12-20T23:20:28.187Z[ recovery-image] Dec 20 23:20:26.649 INFO O| Dec 20 23:20:26.649 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61662024-12-20T23:20:28.194Z[ recovery-image] Dec 20 23:20:26.659 INFO O| Dec 20 23:20:26.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
61672024-12-20T23:20:28.194Z[ recovery-image] Dec 20 23:20:26.659 INFO O| Dec 20 23:20:26.659 INFO STEP 600 (remove_files) COMPLETE
61682024-12-20T23:20:28.195Z[ recovery-image] Dec 20 23:20:26.659 INFO O| Dec 20 23:20:26.659 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61692024-12-20T23:20:28.205Z[ recovery-image] Dec 20 23:20:26.669 INFO O| Dec 20 23:20:26.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
61702024-12-20T23:20:28.205Z[ recovery-image] Dec 20 23:20:26.669 INFO O| Dec 20 23:20:26.669 INFO STEP 601 (remove_files) COMPLETE
61712024-12-20T23:20:28.205Z[ recovery-image] Dec 20 23:20:26.669 INFO O| Dec 20 23:20:26.669 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61722024-12-20T23:20:28.215Z[ recovery-image] Dec 20 23:20:26.680 INFO O| Dec 20 23:20:26.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
61732024-12-20T23:20:28.215Z[ recovery-image] Dec 20 23:20:26.680 INFO O| Dec 20 23:20:26.680 INFO STEP 602 (remove_files) COMPLETE
61742024-12-20T23:20:28.215Z[ recovery-image] Dec 20 23:20:26.680 INFO O| Dec 20 23:20:26.680 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61752024-12-20T23:20:28.226Z[ recovery-image] Dec 20 23:20:26.690 INFO O| Dec 20 23:20:26.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
61762024-12-20T23:20:28.226Z[ recovery-image] Dec 20 23:20:26.690 INFO O| Dec 20 23:20:26.690 INFO STEP 603 (remove_files) COMPLETE
61772024-12-20T23:20:28.226Z[ recovery-image] Dec 20 23:20:26.690 INFO O| Dec 20 23:20:26.690 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61782024-12-20T23:20:28.236Z[ recovery-image] Dec 20 23:20:26.700 INFO O| Dec 20 23:20:26.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
61792024-12-20T23:20:28.236Z[ recovery-image] Dec 20 23:20:26.700 INFO O| Dec 20 23:20:26.700 INFO STEP 604 (remove_files) COMPLETE
61802024-12-20T23:20:28.246Z[ recovery-image] Dec 20 23:20:26.700 INFO O| Dec 20 23:20:26.700 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61812024-12-20T23:20:28.248Z[ recovery-image] Dec 20 23:20:26.710 INFO O| Dec 20 23:20:26.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
61822024-12-20T23:20:28.248Z[ recovery-image] Dec 20 23:20:26.710 INFO O| Dec 20 23:20:26.710 INFO STEP 605 (remove_files) COMPLETE
61832024-12-20T23:20:28.248Z[ recovery-image] Dec 20 23:20:26.710 INFO O| Dec 20 23:20:26.710 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61842024-12-20T23:20:28.256Z[ recovery-image] Dec 20 23:20:26.720 INFO O| Dec 20 23:20:26.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
61852024-12-20T23:20:28.256Z[ recovery-image] Dec 20 23:20:26.720 INFO O| Dec 20 23:20:26.720 INFO STEP 606 (remove_files) COMPLETE
61862024-12-20T23:20:28.258Z[ recovery-image] Dec 20 23:20:26.720 INFO O| Dec 20 23:20:26.720 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61872024-12-20T23:20:28.266Z[ recovery-image] Dec 20 23:20:26.731 INFO O| Dec 20 23:20:26.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
61882024-12-20T23:20:28.266Z[ recovery-image] Dec 20 23:20:26.731 INFO O| Dec 20 23:20:26.731 INFO STEP 607 (remove_files) COMPLETE
61892024-12-20T23:20:28.267Z[ recovery-image] Dec 20 23:20:26.731 INFO O| Dec 20 23:20:26.731 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61902024-12-20T23:20:28.277Z[ recovery-image] Dec 20 23:20:26.741 INFO O| Dec 20 23:20:26.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
61912024-12-20T23:20:28.279Z[ recovery-image] Dec 20 23:20:26.741 INFO O| Dec 20 23:20:26.741 INFO STEP 608 (remove_files) COMPLETE
61922024-12-20T23:20:28.279Z[ recovery-image] Dec 20 23:20:26.741 INFO O| Dec 20 23:20:26.741 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61932024-12-20T23:20:28.287Z[ recovery-image] Dec 20 23:20:26.751 INFO O| Dec 20 23:20:26.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
61942024-12-20T23:20:28.287Z[ recovery-image] Dec 20 23:20:26.751 INFO O| Dec 20 23:20:26.751 INFO STEP 609 (remove_files) COMPLETE
61952024-12-20T23:20:28.289Z[ recovery-image] Dec 20 23:20:26.751 INFO O| Dec 20 23:20:26.751 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61962024-12-20T23:20:28.301Z[ recovery-image] Dec 20 23:20:26.765 INFO O| Dec 20 23:20:26.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
61972024-12-20T23:20:28.301Z[ recovery-image] Dec 20 23:20:26.765 INFO O| Dec 20 23:20:26.765 INFO STEP 610 (remove_files) COMPLETE
61982024-12-20T23:20:28.304Z[ recovery-image] Dec 20 23:20:26.765 INFO O| Dec 20 23:20:26.765 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61992024-12-20T23:20:28.313Z[ recovery-image] Dec 20 23:20:26.777 INFO O| Dec 20 23:20:26.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
62002024-12-20T23:20:28.315Z[ recovery-image] Dec 20 23:20:26.777 INFO O| Dec 20 23:20:26.777 INFO STEP 611 (remove_files) COMPLETE
62012024-12-20T23:20:28.315Z[ recovery-image] Dec 20 23:20:26.777 INFO O| Dec 20 23:20:26.777 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62022024-12-20T23:20:28.327Z[ recovery-image] Dec 20 23:20:26.792 INFO O| Dec 20 23:20:26.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
62032024-12-20T23:20:28.327Z[ recovery-image] Dec 20 23:20:26.792 INFO O| Dec 20 23:20:26.792 INFO STEP 612 (remove_files) COMPLETE
62042024-12-20T23:20:28.328Z[ recovery-image] Dec 20 23:20:26.792 INFO O| Dec 20 23:20:26.792 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62052024-12-20T23:20:28.340Z[ recovery-image] Dec 20 23:20:26.805 INFO O| Dec 20 23:20:26.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
62062024-12-20T23:20:28.340Z[ recovery-image] Dec 20 23:20:26.805 INFO O| Dec 20 23:20:26.805 INFO STEP 613 (remove_files) COMPLETE
62072024-12-20T23:20:28.343Z[ recovery-image] Dec 20 23:20:26.805 INFO O| Dec 20 23:20:26.805 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62082024-12-20T23:20:28.353Z[ recovery-image] Dec 20 23:20:26.818 INFO O| Dec 20 23:20:26.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
62092024-12-20T23:20:28.353Z[ recovery-image] Dec 20 23:20:26.818 INFO O| Dec 20 23:20:26.818 INFO STEP 614 (remove_files) COMPLETE
62102024-12-20T23:20:28.353Z[ recovery-image] Dec 20 23:20:26.818 INFO O| Dec 20 23:20:26.818 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62112024-12-20T23:20:28.368Z[ recovery-image] Dec 20 23:20:26.832 INFO O| Dec 20 23:20:26.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
62122024-12-20T23:20:28.368Z[ recovery-image] Dec 20 23:20:26.833 INFO O| Dec 20 23:20:26.832 INFO STEP 615 (remove_files) COMPLETE
62132024-12-20T23:20:28.368Z[ recovery-image] Dec 20 23:20:26.833 INFO O| Dec 20 23:20:26.833 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62142024-12-20T23:20:28.380Z[ recovery-image] Dec 20 23:20:26.844 INFO O| Dec 20 23:20:26.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
62152024-12-20T23:20:28.380Z[ recovery-image] Dec 20 23:20:26.844 INFO O| Dec 20 23:20:26.844 INFO STEP 616 (remove_files) COMPLETE
62162024-12-20T23:20:28.380Z[ recovery-image] Dec 20 23:20:26.844 INFO O| Dec 20 23:20:26.844 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62172024-12-20T23:20:28.390Z[ recovery-image] Dec 20 23:20:26.854 INFO O| Dec 20 23:20:26.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
62182024-12-20T23:20:28.390Z[ recovery-image] Dec 20 23:20:26.855 INFO O| Dec 20 23:20:26.855 INFO STEP 617 (remove_files) COMPLETE
62192024-12-20T23:20:28.390Z[ recovery-image] Dec 20 23:20:26.855 INFO O| Dec 20 23:20:26.855 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62202024-12-20T23:20:28.403Z[ recovery-image] Dec 20 23:20:26.864 INFO O| Dec 20 23:20:26.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
62212024-12-20T23:20:28.403Z[ recovery-image] Dec 20 23:20:26.865 INFO O| Dec 20 23:20:26.865 INFO STEP 618 (remove_files) COMPLETE
62222024-12-20T23:20:28.406Z[ recovery-image] Dec 20 23:20:26.865 INFO O| Dec 20 23:20:26.865 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62232024-12-20T23:20:28.411Z[ recovery-image] Dec 20 23:20:26.875 INFO O| Dec 20 23:20:26.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
62242024-12-20T23:20:28.411Z[ recovery-image] Dec 20 23:20:26.875 INFO O| Dec 20 23:20:26.875 INFO STEP 619 (remove_files) COMPLETE
62252024-12-20T23:20:28.411Z[ recovery-image] Dec 20 23:20:26.875 INFO O| Dec 20 23:20:26.875 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62262024-12-20T23:20:28.423Z[ recovery-image] Dec 20 23:20:26.886 INFO O| Dec 20 23:20:26.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
62272024-12-20T23:20:28.423Z[ recovery-image] Dec 20 23:20:26.886 INFO O| Dec 20 23:20:26.886 INFO STEP 620 (remove_files) COMPLETE
62282024-12-20T23:20:28.425Z[ recovery-image] Dec 20 23:20:26.886 INFO O| Dec 20 23:20:26.886 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62292024-12-20T23:20:28.432Z[ recovery-image] Dec 20 23:20:26.896 INFO O| Dec 20 23:20:26.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
62302024-12-20T23:20:28.434Z[ recovery-image] Dec 20 23:20:26.896 INFO O| Dec 20 23:20:26.896 INFO STEP 621 (remove_files) COMPLETE
62312024-12-20T23:20:28.434Z[ recovery-image] Dec 20 23:20:26.896 INFO O| Dec 20 23:20:26.896 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62322024-12-20T23:20:28.443Z[ recovery-image] Dec 20 23:20:26.907 INFO O| Dec 20 23:20:26.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
62332024-12-20T23:20:28.443Z[ recovery-image] Dec 20 23:20:26.907 INFO O| Dec 20 23:20:26.907 INFO STEP 622 (remove_files) COMPLETE
62342024-12-20T23:20:28.445Z[ recovery-image] Dec 20 23:20:26.907 INFO O| Dec 20 23:20:26.907 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62352024-12-20T23:20:28.454Z[ recovery-image] Dec 20 23:20:26.918 INFO O| Dec 20 23:20:26.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
62362024-12-20T23:20:28.454Z[ recovery-image] Dec 20 23:20:26.918 INFO O| Dec 20 23:20:26.918 INFO STEP 623 (remove_files) COMPLETE
62372024-12-20T23:20:28.456Z[ recovery-image] Dec 20 23:20:26.918 INFO O| Dec 20 23:20:26.918 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62382024-12-20T23:20:28.464Z[ recovery-image] Dec 20 23:20:26.928 INFO O| Dec 20 23:20:26.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
62392024-12-20T23:20:28.464Z[ recovery-image] Dec 20 23:20:26.928 INFO O| Dec 20 23:20:26.928 INFO STEP 624 (remove_files) COMPLETE
62402024-12-20T23:20:28.464Z[ recovery-image] Dec 20 23:20:26.928 INFO O| Dec 20 23:20:26.928 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62412024-12-20T23:20:28.474Z[ recovery-image] Dec 20 23:20:26.938 INFO O| Dec 20 23:20:26.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
62422024-12-20T23:20:28.478Z[ recovery-image] Dec 20 23:20:26.939 INFO O| Dec 20 23:20:26.939 INFO STEP 625 (remove_files) COMPLETE
62432024-12-20T23:20:28.478Z[ recovery-image] Dec 20 23:20:26.939 INFO O| Dec 20 23:20:26.939 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62442024-12-20T23:20:28.485Z[ recovery-image] Dec 20 23:20:26.948 INFO O| Dec 20 23:20:26.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
62452024-12-20T23:20:28.485Z[ recovery-image] Dec 20 23:20:26.949 INFO O| Dec 20 23:20:26.948 INFO STEP 626 (remove_files) COMPLETE
62462024-12-20T23:20:28.490Z[ recovery-image] Dec 20 23:20:26.949 INFO O| Dec 20 23:20:26.949 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62472024-12-20T23:20:28.496Z[ recovery-image] Dec 20 23:20:26.959 INFO O| Dec 20 23:20:26.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
62482024-12-20T23:20:28.499Z[ recovery-image] Dec 20 23:20:26.959 INFO O| Dec 20 23:20:26.959 INFO STEP 627 (remove_files) COMPLETE
62492024-12-20T23:20:28.499Z[ recovery-image] Dec 20 23:20:26.959 INFO O| Dec 20 23:20:26.959 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62502024-12-20T23:20:28.505Z[ recovery-image] Dec 20 23:20:26.970 INFO O| Dec 20 23:20:26.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
62512024-12-20T23:20:28.505Z[ recovery-image] Dec 20 23:20:26.970 INFO O| Dec 20 23:20:26.970 INFO STEP 628 (remove_files) COMPLETE
62522024-12-20T23:20:28.508Z[ recovery-image] Dec 20 23:20:26.970 INFO O| Dec 20 23:20:26.970 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62532024-12-20T23:20:28.516Z[ recovery-image] Dec 20 23:20:26.980 INFO O| Dec 20 23:20:26.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
62542024-12-20T23:20:28.516Z[ recovery-image] Dec 20 23:20:26.980 INFO O| Dec 20 23:20:26.980 INFO STEP 629 (remove_files) COMPLETE
62552024-12-20T23:20:28.516Z[ recovery-image] Dec 20 23:20:26.980 INFO O| Dec 20 23:20:26.980 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62562024-12-20T23:20:28.526Z[ recovery-image] Dec 20 23:20:26.991 INFO O| Dec 20 23:20:26.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
62572024-12-20T23:20:28.527Z[ recovery-image] Dec 20 23:20:26.991 INFO O| Dec 20 23:20:26.991 INFO STEP 630 (remove_files) COMPLETE
62582024-12-20T23:20:28.527Z[ recovery-image] Dec 20 23:20:26.991 INFO O| Dec 20 23:20:26.991 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62592024-12-20T23:20:28.538Z[ recovery-image] Dec 20 23:20:27.002 INFO O| Dec 20 23:20:27.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
62602024-12-20T23:20:28.538Z[ recovery-image] Dec 20 23:20:27.002 INFO O| Dec 20 23:20:27.002 INFO STEP 631 (remove_files) COMPLETE
62612024-12-20T23:20:28.538Z[ recovery-image] Dec 20 23:20:27.002 INFO O| Dec 20 23:20:27.002 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62622024-12-20T23:20:28.550Z[ recovery-image] Dec 20 23:20:27.014 INFO O| Dec 20 23:20:27.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
62632024-12-20T23:20:28.550Z[ recovery-image] Dec 20 23:20:27.014 INFO O| Dec 20 23:20:27.014 INFO STEP 632 (remove_files) COMPLETE
62642024-12-20T23:20:28.550Z[ recovery-image] Dec 20 23:20:27.014 INFO O| Dec 20 23:20:27.014 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62652024-12-20T23:20:28.638Z[ recovery-image] Dec 20 23:20:27.102 INFO O| Dec 20 23:20:27.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
62662024-12-20T23:20:28.638Z[ recovery-image] Dec 20 23:20:27.102 INFO O| Dec 20 23:20:27.102 INFO STEP 633 (remove_files) COMPLETE
62672024-12-20T23:20:28.640Z[ recovery-image] Dec 20 23:20:27.102 INFO O| Dec 20 23:20:27.102 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62682024-12-20T23:20:28.651Z[ recovery-image] Dec 20 23:20:27.116 INFO O| Dec 20 23:20:27.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
62692024-12-20T23:20:28.652Z[ recovery-image] Dec 20 23:20:27.116 INFO O| Dec 20 23:20:27.116 INFO STEP 634 (remove_files) COMPLETE
62702024-12-20T23:20:28.654Z[ recovery-image] Dec 20 23:20:27.116 INFO O| Dec 20 23:20:27.116 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62712024-12-20T23:20:28.667Z[ recovery-image] Dec 20 23:20:27.131 INFO O| Dec 20 23:20:27.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
62722024-12-20T23:20:28.667Z[ recovery-image] Dec 20 23:20:27.131 INFO O| Dec 20 23:20:27.131 INFO STEP 635 (remove_files) COMPLETE
62732024-12-20T23:20:28.670Z[ recovery-image] Dec 20 23:20:27.131 INFO O| Dec 20 23:20:27.131 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62742024-12-20T23:20:28.683Z[ recovery-image] Dec 20 23:20:27.146 INFO O| Dec 20 23:20:27.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
62752024-12-20T23:20:28.683Z[ recovery-image] Dec 20 23:20:27.146 INFO O| Dec 20 23:20:27.146 INFO STEP 636 (remove_files) COMPLETE
62762024-12-20T23:20:28.685Z[ recovery-image] Dec 20 23:20:27.146 INFO O| Dec 20 23:20:27.146 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62772024-12-20T23:20:28.696Z[ recovery-image] Dec 20 23:20:27.160 INFO O| Dec 20 23:20:27.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
62782024-12-20T23:20:28.696Z[ recovery-image] Dec 20 23:20:27.160 INFO O| Dec 20 23:20:27.160 INFO STEP 637 (remove_files) COMPLETE
62792024-12-20T23:20:28.696Z[ recovery-image] Dec 20 23:20:27.160 INFO O| Dec 20 23:20:27.160 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62802024-12-20T23:20:28.711Z[ recovery-image] Dec 20 23:20:27.174 INFO O| Dec 20 23:20:27.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
62812024-12-20T23:20:28.711Z[ recovery-image] Dec 20 23:20:27.174 INFO O| Dec 20 23:20:27.174 INFO STEP 638 (remove_files) COMPLETE
62822024-12-20T23:20:28.711Z[ recovery-image] Dec 20 23:20:27.174 INFO O| Dec 20 23:20:27.174 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62832024-12-20T23:20:28.729Z[ recovery-image] Dec 20 23:20:27.193 INFO O| Dec 20 23:20:27.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
62842024-12-20T23:20:28.729Z[ recovery-image] Dec 20 23:20:27.193 INFO O| Dec 20 23:20:27.193 INFO STEP 639 (remove_files) COMPLETE
62852024-12-20T23:20:28.729Z[ recovery-image] Dec 20 23:20:27.193 INFO O| Dec 20 23:20:27.193 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62862024-12-20T23:20:28.744Z[ recovery-image] Dec 20 23:20:27.208 INFO O| Dec 20 23:20:27.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
62872024-12-20T23:20:28.744Z[ recovery-image] Dec 20 23:20:27.208 INFO O| Dec 20 23:20:27.208 INFO STEP 640 (remove_files) COMPLETE
62882024-12-20T23:20:28.746Z[ recovery-image] Dec 20 23:20:27.208 INFO O| Dec 20 23:20:27.208 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62892024-12-20T23:20:28.760Z[ recovery-image] Dec 20 23:20:27.224 INFO O| Dec 20 23:20:27.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
62902024-12-20T23:20:28.760Z[ recovery-image] Dec 20 23:20:27.224 INFO O| Dec 20 23:20:27.224 INFO STEP 641 (remove_files) COMPLETE
62912024-12-20T23:20:28.760Z[ recovery-image] Dec 20 23:20:27.224 INFO O| Dec 20 23:20:27.224 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62922024-12-20T23:20:28.778Z[ recovery-image] Dec 20 23:20:27.242 INFO O| Dec 20 23:20:27.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
62932024-12-20T23:20:28.778Z[ recovery-image] Dec 20 23:20:27.242 INFO O| Dec 20 23:20:27.242 INFO STEP 642 (remove_files) COMPLETE
62942024-12-20T23:20:28.778Z[ recovery-image] Dec 20 23:20:27.242 INFO O| Dec 20 23:20:27.242 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62952024-12-20T23:20:28.791Z[ recovery-image] Dec 20 23:20:27.255 INFO O| Dec 20 23:20:27.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
62962024-12-20T23:20:28.791Z[ recovery-image] Dec 20 23:20:27.255 INFO O| Dec 20 23:20:27.255 INFO STEP 643 (remove_files) COMPLETE
62972024-12-20T23:20:28.791Z[ recovery-image] Dec 20 23:20:27.255 INFO O| Dec 20 23:20:27.255 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62982024-12-20T23:20:28.801Z[ recovery-image] Dec 20 23:20:27.266 INFO O| Dec 20 23:20:27.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
62992024-12-20T23:20:28.802Z[ recovery-image] Dec 20 23:20:27.266 INFO O| Dec 20 23:20:27.266 INFO STEP 644 (remove_files) COMPLETE
63002024-12-20T23:20:28.804Z[ recovery-image] Dec 20 23:20:27.266 INFO O| Dec 20 23:20:27.266 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63012024-12-20T23:20:28.817Z[ recovery-image] Dec 20 23:20:27.281 INFO O| Dec 20 23:20:27.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
63022024-12-20T23:20:28.817Z[ recovery-image] Dec 20 23:20:27.281 INFO O| Dec 20 23:20:27.281 INFO STEP 645 (remove_files) COMPLETE
63032024-12-20T23:20:28.817Z[ recovery-image] Dec 20 23:20:27.281 INFO O| Dec 20 23:20:27.281 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63042024-12-20T23:20:28.833Z[ recovery-image] Dec 20 23:20:27.297 INFO O| Dec 20 23:20:27.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
63052024-12-20T23:20:28.833Z[ recovery-image] Dec 20 23:20:27.297 INFO O| Dec 20 23:20:27.297 INFO STEP 646 (remove_files) COMPLETE
63062024-12-20T23:20:28.833Z[ recovery-image] Dec 20 23:20:27.297 INFO O| Dec 20 23:20:27.297 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63072024-12-20T23:20:28.846Z[ recovery-image] Dec 20 23:20:27.310 INFO O| Dec 20 23:20:27.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
63082024-12-20T23:20:28.850Z[ recovery-image] Dec 20 23:20:27.310 INFO O| Dec 20 23:20:27.310 INFO STEP 647 (remove_files) COMPLETE
63092024-12-20T23:20:28.850Z[ recovery-image] Dec 20 23:20:27.310 INFO O| Dec 20 23:20:27.310 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63102024-12-20T23:20:28.859Z[ recovery-image] Dec 20 23:20:27.323 INFO O| Dec 20 23:20:27.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
63112024-12-20T23:20:28.860Z[ recovery-image] Dec 20 23:20:27.324 INFO O| Dec 20 23:20:27.324 INFO STEP 648 (remove_files) COMPLETE
63122024-12-20T23:20:28.860Z[ recovery-image] Dec 20 23:20:27.324 INFO O| Dec 20 23:20:27.324 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63132024-12-20T23:20:28.870Z[ recovery-image] Dec 20 23:20:27.334 INFO O| Dec 20 23:20:27.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
63142024-12-20T23:20:28.870Z[ recovery-image] Dec 20 23:20:27.334 INFO O| Dec 20 23:20:27.334 INFO STEP 649 (remove_files) COMPLETE
63152024-12-20T23:20:28.870Z[ recovery-image] Dec 20 23:20:27.334 INFO O| Dec 20 23:20:27.334 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63162024-12-20T23:20:28.880Z[ recovery-image] Dec 20 23:20:27.344 INFO O| Dec 20 23:20:27.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
63172024-12-20T23:20:28.880Z[ recovery-image] Dec 20 23:20:27.345 INFO O| Dec 20 23:20:27.345 INFO STEP 650 (remove_files) COMPLETE
63182024-12-20T23:20:28.880Z[ recovery-image] Dec 20 23:20:27.345 INFO O| Dec 20 23:20:27.345 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63192024-12-20T23:20:28.891Z[ recovery-image] Dec 20 23:20:27.355 INFO O| Dec 20 23:20:27.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
63202024-12-20T23:20:28.891Z[ recovery-image] Dec 20 23:20:27.355 INFO O| Dec 20 23:20:27.355 INFO STEP 651 (remove_files) COMPLETE
63212024-12-20T23:20:28.891Z[ recovery-image] Dec 20 23:20:27.355 INFO O| Dec 20 23:20:27.355 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63222024-12-20T23:20:28.903Z[ recovery-image] Dec 20 23:20:27.367 INFO O| Dec 20 23:20:27.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
63232024-12-20T23:20:28.903Z[ recovery-image] Dec 20 23:20:27.367 INFO O| Dec 20 23:20:27.367 INFO STEP 652 (remove_files) COMPLETE
63242024-12-20T23:20:28.905Z[ recovery-image] Dec 20 23:20:27.367 INFO O| Dec 20 23:20:27.367 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63252024-12-20T23:20:28.916Z[ recovery-image] Dec 20 23:20:27.380 INFO O| Dec 20 23:20:27.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
63262024-12-20T23:20:28.916Z[ recovery-image] Dec 20 23:20:27.380 INFO O| Dec 20 23:20:27.380 INFO STEP 653 (remove_files) COMPLETE
63272024-12-20T23:20:28.916Z[ recovery-image] Dec 20 23:20:27.380 INFO O| Dec 20 23:20:27.380 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63282024-12-20T23:20:28.930Z[ recovery-image] Dec 20 23:20:27.393 INFO O| Dec 20 23:20:27.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
63292024-12-20T23:20:28.930Z[ recovery-image] Dec 20 23:20:27.394 INFO O| Dec 20 23:20:27.393 INFO STEP 654 (remove_files) COMPLETE
63302024-12-20T23:20:28.930Z[ recovery-image] Dec 20 23:20:27.394 INFO O| Dec 20 23:20:27.394 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63312024-12-20T23:20:28.940Z[ recovery-image] Dec 20 23:20:27.405 INFO O| Dec 20 23:20:27.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
63322024-12-20T23:20:28.940Z[ recovery-image] Dec 20 23:20:27.405 INFO O| Dec 20 23:20:27.405 INFO STEP 655 (remove_files) COMPLETE
63332024-12-20T23:20:28.941Z[ recovery-image] Dec 20 23:20:27.405 INFO O| Dec 20 23:20:27.405 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63342024-12-20T23:20:28.953Z[ recovery-image] Dec 20 23:20:27.418 INFO O| Dec 20 23:20:27.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
63352024-12-20T23:20:28.954Z[ recovery-image] Dec 20 23:20:27.418 INFO O| Dec 20 23:20:27.418 INFO STEP 656 (remove_files) COMPLETE
63362024-12-20T23:20:28.954Z[ recovery-image] Dec 20 23:20:27.418 INFO O| Dec 20 23:20:27.418 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63372024-12-20T23:20:28.964Z[ recovery-image] Dec 20 23:20:27.429 INFO O| Dec 20 23:20:27.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
63382024-12-20T23:20:28.964Z[ recovery-image] Dec 20 23:20:27.429 INFO O| Dec 20 23:20:27.429 INFO STEP 657 (remove_files) COMPLETE
63392024-12-20T23:20:28.965Z[ recovery-image] Dec 20 23:20:27.429 INFO O| Dec 20 23:20:27.429 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63402024-12-20T23:20:28.977Z[ recovery-image] Dec 20 23:20:27.441 INFO O| Dec 20 23:20:27.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
63412024-12-20T23:20:28.977Z[ recovery-image] Dec 20 23:20:27.442 INFO O| Dec 20 23:20:27.441 INFO STEP 658 (remove_files) COMPLETE
63422024-12-20T23:20:28.977Z[ recovery-image] Dec 20 23:20:27.442 INFO O| Dec 20 23:20:27.441 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63432024-12-20T23:20:28.990Z[ recovery-image] Dec 20 23:20:27.454 INFO O| Dec 20 23:20:27.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
63442024-12-20T23:20:28.990Z[ recovery-image] Dec 20 23:20:27.454 INFO O| Dec 20 23:20:27.454 INFO STEP 659 (remove_files) COMPLETE
63452024-12-20T23:20:28.990Z[ recovery-image] Dec 20 23:20:27.454 INFO O| Dec 20 23:20:27.454 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63462024-12-20T23:20:29.001Z[ recovery-image] Dec 20 23:20:27.465 INFO O| Dec 20 23:20:27.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
63472024-12-20T23:20:29.004Z[ recovery-image] Dec 20 23:20:27.466 INFO O| Dec 20 23:20:27.466 INFO STEP 660 (remove_files) COMPLETE
63482024-12-20T23:20:29.004Z[ recovery-image] Dec 20 23:20:27.466 INFO O| Dec 20 23:20:27.466 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63492024-12-20T23:20:29.013Z[ recovery-image] Dec 20 23:20:27.476 INFO O| Dec 20 23:20:27.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
63502024-12-20T23:20:29.013Z[ recovery-image] Dec 20 23:20:27.476 INFO O| Dec 20 23:20:27.476 INFO STEP 661 (remove_files) COMPLETE
63512024-12-20T23:20:29.016Z[ recovery-image] Dec 20 23:20:27.476 INFO O| Dec 20 23:20:27.476 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63522024-12-20T23:20:29.022Z[ recovery-image] Dec 20 23:20:27.486 INFO O| Dec 20 23:20:27.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
63532024-12-20T23:20:29.022Z[ recovery-image] Dec 20 23:20:27.486 INFO O| Dec 20 23:20:27.486 INFO STEP 662 (remove_files) COMPLETE
63542024-12-20T23:20:29.022Z[ recovery-image] Dec 20 23:20:27.486 INFO O| Dec 20 23:20:27.486 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63552024-12-20T23:20:29.032Z[ recovery-image] Dec 20 23:20:27.496 INFO O| Dec 20 23:20:27.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
63562024-12-20T23:20:29.036Z[ recovery-image] Dec 20 23:20:27.497 INFO O| Dec 20 23:20:27.496 INFO STEP 663 (remove_files) COMPLETE
63572024-12-20T23:20:29.036Z[ recovery-image] Dec 20 23:20:27.497 INFO O| Dec 20 23:20:27.497 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63582024-12-20T23:20:29.043Z[ recovery-image] Dec 20 23:20:27.506 INFO O| Dec 20 23:20:27.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
63592024-12-20T23:20:29.043Z[ recovery-image] Dec 20 23:20:27.506 INFO O| Dec 20 23:20:27.506 INFO STEP 664 (remove_files) COMPLETE
63602024-12-20T23:20:29.043Z[ recovery-image] Dec 20 23:20:27.506 INFO O| Dec 20 23:20:27.506 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63612024-12-20T23:20:29.054Z[ recovery-image] Dec 20 23:20:27.517 INFO O| Dec 20 23:20:27.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
63622024-12-20T23:20:29.054Z[ recovery-image] Dec 20 23:20:27.517 INFO O| Dec 20 23:20:27.517 INFO STEP 665 (remove_files) COMPLETE
63632024-12-20T23:20:29.054Z[ recovery-image] Dec 20 23:20:27.517 INFO O| Dec 20 23:20:27.517 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63642024-12-20T23:20:29.063Z[ recovery-image] Dec 20 23:20:27.526 INFO O| Dec 20 23:20:27.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
63652024-12-20T23:20:29.063Z[ recovery-image] Dec 20 23:20:27.526 INFO O| Dec 20 23:20:27.526 INFO STEP 666 (remove_files) COMPLETE
63662024-12-20T23:20:29.068Z[ recovery-image] Dec 20 23:20:27.526 INFO O| Dec 20 23:20:27.526 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63672024-12-20T23:20:29.073Z[ recovery-image] Dec 20 23:20:27.537 INFO O| Dec 20 23:20:27.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
63682024-12-20T23:20:29.073Z[ recovery-image] Dec 20 23:20:27.537 INFO O| Dec 20 23:20:27.537 INFO STEP 667 (remove_files) COMPLETE
63692024-12-20T23:20:29.073Z[ recovery-image] Dec 20 23:20:27.537 INFO O| Dec 20 23:20:27.537 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63702024-12-20T23:20:29.085Z[ recovery-image] Dec 20 23:20:27.549 INFO O| Dec 20 23:20:27.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
63712024-12-20T23:20:29.085Z[ recovery-image] Dec 20 23:20:27.549 INFO O| Dec 20 23:20:27.549 INFO STEP 668 (remove_files) COMPLETE
63722024-12-20T23:20:29.085Z[ recovery-image] Dec 20 23:20:27.549 INFO O| Dec 20 23:20:27.549 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63732024-12-20T23:20:29.098Z[ recovery-image] Dec 20 23:20:27.562 INFO O| Dec 20 23:20:27.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
63742024-12-20T23:20:29.098Z[ recovery-image] Dec 20 23:20:27.562 INFO O| Dec 20 23:20:27.562 INFO STEP 669 (remove_files) COMPLETE
63752024-12-20T23:20:29.098Z[ recovery-image] Dec 20 23:20:27.562 INFO O| Dec 20 23:20:27.562 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63762024-12-20T23:20:29.108Z[ recovery-image] Dec 20 23:20:27.572 INFO O| Dec 20 23:20:27.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
63772024-12-20T23:20:29.110Z[ recovery-image] Dec 20 23:20:27.572 INFO O| Dec 20 23:20:27.572 INFO STEP 670 (remove_files) COMPLETE
63782024-12-20T23:20:29.110Z[ recovery-image] Dec 20 23:20:27.573 INFO O| Dec 20 23:20:27.572 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63792024-12-20T23:20:29.119Z[ recovery-image] Dec 20 23:20:27.583 INFO O| Dec 20 23:20:27.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
63802024-12-20T23:20:29.119Z[ recovery-image] Dec 20 23:20:27.583 INFO O| Dec 20 23:20:27.583 INFO STEP 671 (remove_files) COMPLETE
63812024-12-20T23:20:29.119Z[ recovery-image] Dec 20 23:20:27.583 INFO O| Dec 20 23:20:27.583 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63822024-12-20T23:20:29.131Z[ recovery-image] Dec 20 23:20:27.595 INFO O| Dec 20 23:20:27.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
63832024-12-20T23:20:29.131Z[ recovery-image] Dec 20 23:20:27.595 INFO O| Dec 20 23:20:27.595 INFO STEP 672 (remove_files) COMPLETE
63842024-12-20T23:20:29.133Z[ recovery-image] Dec 20 23:20:27.595 INFO O| Dec 20 23:20:27.595 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63852024-12-20T23:20:29.142Z[ recovery-image] Dec 20 23:20:27.606 INFO O| Dec 20 23:20:27.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
63862024-12-20T23:20:29.142Z[ recovery-image] Dec 20 23:20:27.606 INFO O| Dec 20 23:20:27.606 INFO STEP 673 (remove_files) COMPLETE
63872024-12-20T23:20:29.142Z[ recovery-image] Dec 20 23:20:27.606 INFO O| Dec 20 23:20:27.606 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63882024-12-20T23:20:29.153Z[ recovery-image] Dec 20 23:20:27.616 INFO O| Dec 20 23:20:27.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
63892024-12-20T23:20:29.156Z[ recovery-image] Dec 20 23:20:27.616 INFO O| Dec 20 23:20:27.616 INFO STEP 674 (remove_files) COMPLETE
63902024-12-20T23:20:29.156Z[ recovery-image] Dec 20 23:20:27.616 INFO O| Dec 20 23:20:27.616 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63912024-12-20T23:20:29.162Z[ recovery-image] Dec 20 23:20:27.626 INFO O| Dec 20 23:20:27.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
63922024-12-20T23:20:29.162Z[ recovery-image] Dec 20 23:20:27.626 INFO O| Dec 20 23:20:27.626 INFO STEP 675 (remove_files) COMPLETE
63932024-12-20T23:20:29.162Z[ recovery-image] Dec 20 23:20:27.626 INFO O| Dec 20 23:20:27.626 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63942024-12-20T23:20:29.172Z[ recovery-image] Dec 20 23:20:27.636 INFO O| Dec 20 23:20:27.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
63952024-12-20T23:20:29.176Z[ recovery-image] Dec 20 23:20:27.636 INFO O| Dec 20 23:20:27.636 INFO STEP 676 (remove_files) COMPLETE
63962024-12-20T23:20:29.176Z[ recovery-image] Dec 20 23:20:27.636 INFO O| Dec 20 23:20:27.636 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63972024-12-20T23:20:29.182Z[ recovery-image] Dec 20 23:20:27.646 INFO O| Dec 20 23:20:27.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
63982024-12-20T23:20:29.184Z[ recovery-image] Dec 20 23:20:27.646 INFO O| Dec 20 23:20:27.646 INFO STEP 677 (remove_files) COMPLETE
63992024-12-20T23:20:29.185Z[ recovery-image] Dec 20 23:20:27.646 INFO O| Dec 20 23:20:27.646 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64002024-12-20T23:20:29.195Z[ recovery-image] Dec 20 23:20:27.656 INFO O| Dec 20 23:20:27.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
64012024-12-20T23:20:29.195Z[ recovery-image] Dec 20 23:20:27.656 INFO O| Dec 20 23:20:27.656 INFO STEP 678 (remove_files) COMPLETE
64022024-12-20T23:20:29.195Z[ recovery-image] Dec 20 23:20:27.656 INFO O| Dec 20 23:20:27.656 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64032024-12-20T23:20:29.204Z[ recovery-image] Dec 20 23:20:27.667 INFO O| Dec 20 23:20:27.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
64042024-12-20T23:20:29.204Z[ recovery-image] Dec 20 23:20:27.667 INFO O| Dec 20 23:20:27.667 INFO STEP 679 (remove_files) COMPLETE
64052024-12-20T23:20:29.208Z[ recovery-image] Dec 20 23:20:27.667 INFO O| Dec 20 23:20:27.667 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64062024-12-20T23:20:29.215Z[ recovery-image] Dec 20 23:20:27.677 INFO O| Dec 20 23:20:27.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
64072024-12-20T23:20:29.218Z[ recovery-image] Dec 20 23:20:27.677 INFO O| Dec 20 23:20:27.677 INFO STEP 680 (remove_files) COMPLETE
64082024-12-20T23:20:29.218Z[ recovery-image] Dec 20 23:20:27.677 INFO O| Dec 20 23:20:27.677 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64092024-12-20T23:20:29.225Z[ recovery-image] Dec 20 23:20:27.688 INFO O| Dec 20 23:20:27.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
64102024-12-20T23:20:29.225Z[ recovery-image] Dec 20 23:20:27.688 INFO O| Dec 20 23:20:27.688 INFO STEP 681 (remove_files) COMPLETE
64112024-12-20T23:20:29.227Z[ recovery-image] Dec 20 23:20:27.688 INFO O| Dec 20 23:20:27.688 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64122024-12-20T23:20:29.234Z[ recovery-image] Dec 20 23:20:27.698 INFO O| Dec 20 23:20:27.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
64132024-12-20T23:20:29.234Z[ recovery-image] Dec 20 23:20:27.698 INFO O| Dec 20 23:20:27.698 INFO STEP 682 (remove_files) COMPLETE
64142024-12-20T23:20:29.237Z[ recovery-image] Dec 20 23:20:27.698 INFO O| Dec 20 23:20:27.698 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64152024-12-20T23:20:29.244Z[ recovery-image] Dec 20 23:20:27.708 INFO O| Dec 20 23:20:27.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
64162024-12-20T23:20:29.244Z[ recovery-image] Dec 20 23:20:27.708 INFO O| Dec 20 23:20:27.708 INFO STEP 683 (remove_files) COMPLETE
64172024-12-20T23:20:29.248Z[ recovery-image] Dec 20 23:20:27.708 INFO O| Dec 20 23:20:27.708 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64182024-12-20T23:20:29.255Z[ recovery-image] Dec 20 23:20:27.719 INFO O| Dec 20 23:20:27.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
64192024-12-20T23:20:29.255Z[ recovery-image] Dec 20 23:20:27.719 INFO O| Dec 20 23:20:27.719 INFO STEP 684 (remove_files) COMPLETE
64202024-12-20T23:20:29.261Z[ recovery-image] Dec 20 23:20:27.719 INFO O| Dec 20 23:20:27.719 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64212024-12-20T23:20:29.265Z[ recovery-image] Dec 20 23:20:27.729 INFO O| Dec 20 23:20:27.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
64222024-12-20T23:20:29.265Z[ recovery-image] Dec 20 23:20:27.729 INFO O| Dec 20 23:20:27.729 INFO STEP 685 (remove_files) COMPLETE
64232024-12-20T23:20:29.265Z[ recovery-image] Dec 20 23:20:27.729 INFO O| Dec 20 23:20:27.729 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64242024-12-20T23:20:29.275Z[ recovery-image] Dec 20 23:20:27.740 INFO O| Dec 20 23:20:27.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
64252024-12-20T23:20:29.276Z[ recovery-image] Dec 20 23:20:27.740 INFO O| Dec 20 23:20:27.740 INFO STEP 686 (remove_files) COMPLETE
64262024-12-20T23:20:29.278Z[ recovery-image] Dec 20 23:20:27.740 INFO O| Dec 20 23:20:27.740 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64272024-12-20T23:20:29.286Z[ recovery-image] Dec 20 23:20:27.750 INFO O| Dec 20 23:20:27.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
64282024-12-20T23:20:29.290Z[ recovery-image] Dec 20 23:20:27.750 INFO O| Dec 20 23:20:27.750 INFO STEP 687 (remove_files) COMPLETE
64292024-12-20T23:20:29.290Z[ recovery-image] Dec 20 23:20:27.750 INFO O| Dec 20 23:20:27.750 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64302024-12-20T23:20:29.297Z[ recovery-image] Dec 20 23:20:27.761 INFO O| Dec 20 23:20:27.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
64312024-12-20T23:20:29.297Z[ recovery-image] Dec 20 23:20:27.761 INFO O| Dec 20 23:20:27.761 INFO STEP 688 (remove_files) COMPLETE
64322024-12-20T23:20:29.297Z[ recovery-image] Dec 20 23:20:27.761 INFO O| Dec 20 23:20:27.761 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64332024-12-20T23:20:29.307Z[ recovery-image] Dec 20 23:20:27.771 INFO O| Dec 20 23:20:27.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
64342024-12-20T23:20:29.307Z[ recovery-image] Dec 20 23:20:27.771 INFO O| Dec 20 23:20:27.771 INFO STEP 689 (remove_files) COMPLETE
64352024-12-20T23:20:29.307Z[ recovery-image] Dec 20 23:20:27.771 INFO O| Dec 20 23:20:27.771 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64362024-12-20T23:20:29.318Z[ recovery-image] Dec 20 23:20:27.782 INFO O| Dec 20 23:20:27.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
64372024-12-20T23:20:29.318Z[ recovery-image] Dec 20 23:20:27.782 INFO O| Dec 20 23:20:27.782 INFO STEP 690 (remove_files) COMPLETE
64382024-12-20T23:20:29.321Z[ recovery-image] Dec 20 23:20:27.782 INFO O| Dec 20 23:20:27.782 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64392024-12-20T23:20:29.329Z[ recovery-image] Dec 20 23:20:27.793 INFO O| Dec 20 23:20:27.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
64402024-12-20T23:20:29.329Z[ recovery-image] Dec 20 23:20:27.793 INFO O| Dec 20 23:20:27.793 INFO STEP 691 (remove_files) COMPLETE
64412024-12-20T23:20:29.329Z[ recovery-image] Dec 20 23:20:27.793 INFO O| Dec 20 23:20:27.793 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64422024-12-20T23:20:29.340Z[ recovery-image] Dec 20 23:20:27.804 INFO O| Dec 20 23:20:27.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
64432024-12-20T23:20:29.340Z[ recovery-image] Dec 20 23:20:27.804 INFO O| Dec 20 23:20:27.804 INFO STEP 692 (remove_files) COMPLETE
64442024-12-20T23:20:29.342Z[ recovery-image] Dec 20 23:20:27.804 INFO O| Dec 20 23:20:27.804 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64452024-12-20T23:20:29.351Z[ recovery-image] Dec 20 23:20:27.815 INFO O| Dec 20 23:20:27.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
64462024-12-20T23:20:29.351Z[ recovery-image] Dec 20 23:20:27.815 INFO O| Dec 20 23:20:27.815 INFO STEP 693 (remove_files) COMPLETE
64472024-12-20T23:20:29.354Z[ recovery-image] Dec 20 23:20:27.815 INFO O| Dec 20 23:20:27.815 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64482024-12-20T23:20:29.362Z[ recovery-image] Dec 20 23:20:27.826 INFO O| Dec 20 23:20:27.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
64492024-12-20T23:20:29.362Z[ recovery-image] Dec 20 23:20:27.826 INFO O| Dec 20 23:20:27.826 INFO STEP 694 (remove_files) COMPLETE
64502024-12-20T23:20:29.363Z[ recovery-image] Dec 20 23:20:27.826 INFO O| Dec 20 23:20:27.826 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64512024-12-20T23:20:29.376Z[ recovery-image] Dec 20 23:20:27.840 INFO O| Dec 20 23:20:27.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
64522024-12-20T23:20:29.376Z[ recovery-image] Dec 20 23:20:27.840 INFO O| Dec 20 23:20:27.840 INFO STEP 695 (remove_files) COMPLETE
64532024-12-20T23:20:29.376Z[ recovery-image] Dec 20 23:20:27.840 INFO O| Dec 20 23:20:27.840 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64542024-12-20T23:20:29.387Z[ recovery-image] Dec 20 23:20:27.851 INFO O| Dec 20 23:20:27.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
64552024-12-20T23:20:29.387Z[ recovery-image] Dec 20 23:20:27.851 INFO O| Dec 20 23:20:27.851 INFO STEP 696 (remove_files) COMPLETE
64562024-12-20T23:20:29.387Z[ recovery-image] Dec 20 23:20:27.851 INFO O| Dec 20 23:20:27.851 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64572024-12-20T23:20:29.399Z[ recovery-image] Dec 20 23:20:27.863 INFO O| Dec 20 23:20:27.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
64582024-12-20T23:20:29.399Z[ recovery-image] Dec 20 23:20:27.863 INFO O| Dec 20 23:20:27.863 INFO STEP 697 (remove_files) COMPLETE
64592024-12-20T23:20:29.402Z[ recovery-image] Dec 20 23:20:27.863 INFO O| Dec 20 23:20:27.863 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64602024-12-20T23:20:29.413Z[ recovery-image] Dec 20 23:20:27.876 INFO O| Dec 20 23:20:27.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
64612024-12-20T23:20:29.413Z[ recovery-image] Dec 20 23:20:27.876 INFO O| Dec 20 23:20:27.876 INFO STEP 698 (remove_files) COMPLETE
64622024-12-20T23:20:29.413Z[ recovery-image] Dec 20 23:20:27.876 INFO O| Dec 20 23:20:27.876 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64632024-12-20T23:20:29.424Z[ recovery-image] Dec 20 23:20:27.887 INFO O| Dec 20 23:20:27.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
64642024-12-20T23:20:29.424Z[ recovery-image] Dec 20 23:20:27.887 INFO O| Dec 20 23:20:27.887 INFO STEP 699 (remove_files) COMPLETE
64652024-12-20T23:20:29.427Z[ recovery-image] Dec 20 23:20:27.887 INFO O| Dec 20 23:20:27.887 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64662024-12-20T23:20:29.433Z[ recovery-image] Dec 20 23:20:27.897 INFO O| Dec 20 23:20:27.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
64672024-12-20T23:20:29.433Z[ recovery-image] Dec 20 23:20:27.897 INFO O| Dec 20 23:20:27.897 INFO STEP 700 (remove_files) COMPLETE
64682024-12-20T23:20:29.436Z[ recovery-image] Dec 20 23:20:27.897 INFO O| Dec 20 23:20:27.897 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64692024-12-20T23:20:29.446Z[ recovery-image] Dec 20 23:20:27.910 INFO O| Dec 20 23:20:27.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
64702024-12-20T23:20:29.448Z[ recovery-image] Dec 20 23:20:27.911 INFO O| Dec 20 23:20:27.911 INFO STEP 701 (remove_files) COMPLETE
64712024-12-20T23:20:29.448Z[ recovery-image] Dec 20 23:20:27.911 INFO O| Dec 20 23:20:27.911 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64722024-12-20T23:20:29.458Z[ recovery-image] Dec 20 23:20:27.922 INFO O| Dec 20 23:20:27.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
64732024-12-20T23:20:29.458Z[ recovery-image] Dec 20 23:20:27.922 INFO O| Dec 20 23:20:27.922 INFO STEP 702 (remove_files) COMPLETE
64742024-12-20T23:20:29.458Z[ recovery-image] Dec 20 23:20:27.922 INFO O| Dec 20 23:20:27.922 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64752024-12-20T23:20:29.470Z[ recovery-image] Dec 20 23:20:27.934 INFO O| Dec 20 23:20:27.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
64762024-12-20T23:20:29.470Z[ recovery-image] Dec 20 23:20:27.934 INFO O| Dec 20 23:20:27.934 INFO STEP 703 (remove_files) COMPLETE
64772024-12-20T23:20:29.470Z[ recovery-image] Dec 20 23:20:27.934 INFO O| Dec 20 23:20:27.934 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64782024-12-20T23:20:29.481Z[ recovery-image] Dec 20 23:20:27.945 INFO O| Dec 20 23:20:27.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
64792024-12-20T23:20:29.481Z[ recovery-image] Dec 20 23:20:27.945 INFO O| Dec 20 23:20:27.945 INFO STEP 704 (remove_files) COMPLETE
64802024-12-20T23:20:29.481Z[ recovery-image] Dec 20 23:20:27.945 INFO O| Dec 20 23:20:27.945 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64812024-12-20T23:20:29.492Z[ recovery-image] Dec 20 23:20:27.956 INFO O| Dec 20 23:20:27.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
64822024-12-20T23:20:29.492Z[ recovery-image] Dec 20 23:20:27.956 INFO O| Dec 20 23:20:27.956 INFO STEP 705 (remove_files) COMPLETE
64832024-12-20T23:20:29.492Z[ recovery-image] Dec 20 23:20:27.956 INFO O| Dec 20 23:20:27.956 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64842024-12-20T23:20:29.508Z[ recovery-image] Dec 20 23:20:27.970 INFO O| Dec 20 23:20:27.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
64852024-12-20T23:20:29.508Z[ recovery-image] Dec 20 23:20:27.970 INFO O| Dec 20 23:20:27.970 INFO STEP 706 (remove_files) COMPLETE
64862024-12-20T23:20:29.508Z[ recovery-image] Dec 20 23:20:27.971 INFO O| Dec 20 23:20:27.970 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64872024-12-20T23:20:29.519Z[ recovery-image] Dec 20 23:20:27.983 INFO O| Dec 20 23:20:27.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
64882024-12-20T23:20:29.519Z[ recovery-image] Dec 20 23:20:27.983 INFO O| Dec 20 23:20:27.983 INFO STEP 707 (remove_files) COMPLETE
64892024-12-20T23:20:29.522Z[ recovery-image] Dec 20 23:20:27.983 INFO O| Dec 20 23:20:27.983 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64902024-12-20T23:20:29.531Z[ recovery-image] Dec 20 23:20:27.995 INFO O| Dec 20 23:20:27.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
64912024-12-20T23:20:29.531Z[ recovery-image] Dec 20 23:20:27.995 INFO O| Dec 20 23:20:27.995 INFO STEP 708 (remove_files) COMPLETE
64922024-12-20T23:20:29.531Z[ recovery-image] Dec 20 23:20:27.995 INFO O| Dec 20 23:20:27.995 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64932024-12-20T23:20:29.543Z[ recovery-image] Dec 20 23:20:28.007 INFO O| Dec 20 23:20:28.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
64942024-12-20T23:20:29.543Z[ recovery-image] Dec 20 23:20:28.007 INFO O| Dec 20 23:20:28.007 INFO STEP 709 (remove_files) COMPLETE
64952024-12-20T23:20:29.546Z[ recovery-image] Dec 20 23:20:28.007 INFO O| Dec 20 23:20:28.007 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64962024-12-20T23:20:29.554Z[ recovery-image] Dec 20 23:20:28.018 INFO O| Dec 20 23:20:28.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
64972024-12-20T23:20:29.554Z[ recovery-image] Dec 20 23:20:28.018 INFO O| Dec 20 23:20:28.018 INFO STEP 710 (remove_files) COMPLETE
64982024-12-20T23:20:29.554Z[ recovery-image] Dec 20 23:20:28.019 INFO O| Dec 20 23:20:28.018 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64992024-12-20T23:20:29.565Z[ recovery-image] Dec 20 23:20:28.029 INFO O| Dec 20 23:20:28.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
65002024-12-20T23:20:29.565Z[ recovery-image] Dec 20 23:20:28.029 INFO O| Dec 20 23:20:28.029 INFO STEP 711 (remove_files) COMPLETE
65012024-12-20T23:20:29.567Z[ recovery-image] Dec 20 23:20:28.029 INFO O| Dec 20 23:20:28.029 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65022024-12-20T23:20:29.575Z[ recovery-image] Dec 20 23:20:28.039 INFO O| Dec 20 23:20:28.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
65032024-12-20T23:20:29.575Z[ recovery-image] Dec 20 23:20:28.039 INFO O| Dec 20 23:20:28.039 INFO STEP 712 (remove_files) COMPLETE
65042024-12-20T23:20:29.575Z[ recovery-image] Dec 20 23:20:28.039 INFO O| Dec 20 23:20:28.039 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65052024-12-20T23:20:29.586Z[ recovery-image] Dec 20 23:20:28.050 INFO O| Dec 20 23:20:28.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
65062024-12-20T23:20:29.586Z[ recovery-image] Dec 20 23:20:28.050 INFO O| Dec 20 23:20:28.050 INFO STEP 713 (remove_files) COMPLETE
65072024-12-20T23:20:29.586Z[ recovery-image] Dec 20 23:20:28.050 INFO O| Dec 20 23:20:28.050 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65082024-12-20T23:20:29.596Z[ recovery-image] Dec 20 23:20:28.060 INFO O| Dec 20 23:20:28.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
65092024-12-20T23:20:29.606Z[ recovery-image] Dec 20 23:20:28.060 INFO O| Dec 20 23:20:28.060 INFO STEP 714 (remove_files) COMPLETE
65102024-12-20T23:20:29.606Z[ recovery-image] Dec 20 23:20:28.060 INFO O| Dec 20 23:20:28.060 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65112024-12-20T23:20:29.608Z[ recovery-image] Dec 20 23:20:28.072 INFO O| Dec 20 23:20:28.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
65122024-12-20T23:20:29.608Z[ recovery-image] Dec 20 23:20:28.072 INFO O| Dec 20 23:20:28.072 INFO STEP 715 (remove_files) COMPLETE
65132024-12-20T23:20:29.608Z[ recovery-image] Dec 20 23:20:28.072 INFO O| Dec 20 23:20:28.072 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65142024-12-20T23:20:29.620Z[ recovery-image] Dec 20 23:20:28.084 INFO O| Dec 20 23:20:28.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
65152024-12-20T23:20:29.623Z[ recovery-image] Dec 20 23:20:28.084 INFO O| Dec 20 23:20:28.084 INFO STEP 716 (remove_files) COMPLETE
65162024-12-20T23:20:29.623Z[ recovery-image] Dec 20 23:20:28.084 INFO O| Dec 20 23:20:28.084 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65172024-12-20T23:20:29.633Z[ recovery-image] Dec 20 23:20:28.097 INFO O| Dec 20 23:20:28.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
65182024-12-20T23:20:29.636Z[ recovery-image] Dec 20 23:20:28.097 INFO O| Dec 20 23:20:28.097 INFO STEP 717 (remove_files) COMPLETE
65192024-12-20T23:20:29.636Z[ recovery-image] Dec 20 23:20:28.097 INFO O| Dec 20 23:20:28.097 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65202024-12-20T23:20:29.647Z[ recovery-image] Dec 20 23:20:28.111 INFO O| Dec 20 23:20:28.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
65212024-12-20T23:20:29.647Z[ recovery-image] Dec 20 23:20:28.111 INFO O| Dec 20 23:20:28.111 INFO STEP 718 (remove_files) COMPLETE
65222024-12-20T23:20:29.647Z[ recovery-image] Dec 20 23:20:28.111 INFO O| Dec 20 23:20:28.111 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65232024-12-20T23:20:29.659Z[ recovery-image] Dec 20 23:20:28.123 INFO O| Dec 20 23:20:28.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
65242024-12-20T23:20:29.661Z[ recovery-image] Dec 20 23:20:28.123 INFO O| Dec 20 23:20:28.123 INFO STEP 719 (remove_files) COMPLETE
65252024-12-20T23:20:29.661Z[ recovery-image] Dec 20 23:20:28.123 INFO O| Dec 20 23:20:28.123 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65262024-12-20T23:20:29.671Z[ recovery-image] Dec 20 23:20:28.135 INFO O| Dec 20 23:20:28.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
65272024-12-20T23:20:29.671Z[ recovery-image] Dec 20 23:20:28.135 INFO O| Dec 20 23:20:28.135 INFO STEP 720 (remove_files) COMPLETE
65282024-12-20T23:20:29.671Z[ recovery-image] Dec 20 23:20:28.135 INFO O| Dec 20 23:20:28.135 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65292024-12-20T23:20:29.682Z[ recovery-image] Dec 20 23:20:28.146 INFO O| Dec 20 23:20:28.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
65302024-12-20T23:20:29.682Z[ recovery-image] Dec 20 23:20:28.146 INFO O| Dec 20 23:20:28.146 INFO STEP 721 (remove_files) COMPLETE
65312024-12-20T23:20:29.683Z[ recovery-image] Dec 20 23:20:28.146 INFO O| Dec 20 23:20:28.146 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65322024-12-20T23:20:29.693Z[ recovery-image] Dec 20 23:20:28.157 INFO O| Dec 20 23:20:28.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
65332024-12-20T23:20:29.693Z[ recovery-image] Dec 20 23:20:28.157 INFO O| Dec 20 23:20:28.157 INFO STEP 722 (remove_files) COMPLETE
65342024-12-20T23:20:29.694Z[ recovery-image] Dec 20 23:20:28.157 INFO O| Dec 20 23:20:28.157 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65352024-12-20T23:20:29.705Z[ recovery-image] Dec 20 23:20:28.168 INFO O| Dec 20 23:20:28.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
65362024-12-20T23:20:29.705Z[ recovery-image] Dec 20 23:20:28.169 INFO O| Dec 20 23:20:28.169 INFO STEP 723 (remove_files) COMPLETE
65372024-12-20T23:20:29.705Z[ recovery-image] Dec 20 23:20:28.169 INFO O| Dec 20 23:20:28.169 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65382024-12-20T23:20:29.716Z[ recovery-image] Dec 20 23:20:28.180 INFO O| Dec 20 23:20:28.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
65392024-12-20T23:20:29.716Z[ recovery-image] Dec 20 23:20:28.180 INFO O| Dec 20 23:20:28.180 INFO STEP 724 (remove_files) COMPLETE
65402024-12-20T23:20:29.716Z[ recovery-image] Dec 20 23:20:28.180 INFO O| Dec 20 23:20:28.180 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65412024-12-20T23:20:29.727Z[ recovery-image] Dec 20 23:20:28.191 INFO O| Dec 20 23:20:28.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
65422024-12-20T23:20:29.727Z[ recovery-image] Dec 20 23:20:28.191 INFO O| Dec 20 23:20:28.191 INFO STEP 725 (remove_files) COMPLETE
65432024-12-20T23:20:29.727Z[ recovery-image] Dec 20 23:20:28.191 INFO O| Dec 20 23:20:28.191 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65442024-12-20T23:20:29.737Z[ recovery-image] Dec 20 23:20:28.201 INFO O| Dec 20 23:20:28.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
65452024-12-20T23:20:29.737Z[ recovery-image] Dec 20 23:20:28.201 INFO O| Dec 20 23:20:28.201 INFO STEP 726 (remove_files) COMPLETE
65462024-12-20T23:20:29.738Z[ recovery-image] Dec 20 23:20:28.201 INFO O| Dec 20 23:20:28.201 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65472024-12-20T23:20:29.748Z[ recovery-image] Dec 20 23:20:28.212 INFO O| Dec 20 23:20:28.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
65482024-12-20T23:20:29.748Z[ recovery-image] Dec 20 23:20:28.212 INFO O| Dec 20 23:20:28.212 INFO STEP 727 (remove_files) COMPLETE
65492024-12-20T23:20:29.750Z[ recovery-image] Dec 20 23:20:28.212 INFO O| Dec 20 23:20:28.212 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65502024-12-20T23:20:29.758Z[ recovery-image] Dec 20 23:20:28.222 INFO O| Dec 20 23:20:28.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
65512024-12-20T23:20:29.758Z[ recovery-image] Dec 20 23:20:28.223 INFO O| Dec 20 23:20:28.222 INFO STEP 728 (remove_files) COMPLETE
65522024-12-20T23:20:29.758Z[ recovery-image] Dec 20 23:20:28.223 INFO O| Dec 20 23:20:28.223 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65532024-12-20T23:20:29.769Z[ recovery-image] Dec 20 23:20:28.233 INFO O| Dec 20 23:20:28.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
65542024-12-20T23:20:29.769Z[ recovery-image] Dec 20 23:20:28.233 INFO O| Dec 20 23:20:28.233 INFO STEP 729 (remove_files) COMPLETE
65552024-12-20T23:20:29.769Z[ recovery-image] Dec 20 23:20:28.233 INFO O| Dec 20 23:20:28.233 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65562024-12-20T23:20:29.781Z[ recovery-image] Dec 20 23:20:28.243 INFO O| Dec 20 23:20:28.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
65572024-12-20T23:20:29.791Z[ recovery-image] Dec 20 23:20:28.243 INFO O| Dec 20 23:20:28.243 INFO STEP 730 (remove_files) COMPLETE
65582024-12-20T23:20:29.791Z[ recovery-image] Dec 20 23:20:28.243 INFO O| Dec 20 23:20:28.243 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65592024-12-20T23:20:29.793Z[ recovery-image] Dec 20 23:20:28.254 INFO O| Dec 20 23:20:28.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
65602024-12-20T23:20:29.793Z[ recovery-image] Dec 20 23:20:28.254 INFO O| Dec 20 23:20:28.254 INFO STEP 731 (remove_files) COMPLETE
65612024-12-20T23:20:29.793Z[ recovery-image] Dec 20 23:20:28.254 INFO O| Dec 20 23:20:28.254 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65622024-12-20T23:20:29.801Z[ recovery-image] Dec 20 23:20:28.265 INFO O| Dec 20 23:20:28.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
65632024-12-20T23:20:29.801Z[ recovery-image] Dec 20 23:20:28.265 INFO O| Dec 20 23:20:28.265 INFO STEP 732 (remove_files) COMPLETE
65642024-12-20T23:20:29.801Z[ recovery-image] Dec 20 23:20:28.265 INFO O| Dec 20 23:20:28.265 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65652024-12-20T23:20:29.811Z[ recovery-image] Dec 20 23:20:28.275 INFO O| Dec 20 23:20:28.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
65662024-12-20T23:20:29.812Z[ recovery-image] Dec 20 23:20:28.276 INFO O| Dec 20 23:20:28.276 INFO STEP 733 (remove_files) COMPLETE
65672024-12-20T23:20:29.812Z[ recovery-image] Dec 20 23:20:28.276 INFO O| Dec 20 23:20:28.276 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65682024-12-20T23:20:29.826Z[ recovery-image] Dec 20 23:20:28.289 INFO O| Dec 20 23:20:28.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
65692024-12-20T23:20:29.829Z[ recovery-image] Dec 20 23:20:28.289 INFO O| Dec 20 23:20:28.289 INFO STEP 734 (remove_files) COMPLETE
65702024-12-20T23:20:29.829Z[ recovery-image] Dec 20 23:20:28.289 INFO O| Dec 20 23:20:28.289 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65712024-12-20T23:20:29.836Z[ recovery-image] Dec 20 23:20:28.300 INFO O| Dec 20 23:20:28.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
65722024-12-20T23:20:29.837Z[ recovery-image] Dec 20 23:20:28.300 INFO O| Dec 20 23:20:28.300 INFO STEP 735 (remove_files) COMPLETE
65732024-12-20T23:20:29.840Z[ recovery-image] Dec 20 23:20:28.300 INFO O| Dec 20 23:20:28.300 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65742024-12-20T23:20:29.847Z[ recovery-image] Dec 20 23:20:28.311 INFO O| Dec 20 23:20:28.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
65752024-12-20T23:20:29.849Z[ recovery-image] Dec 20 23:20:28.311 INFO O| Dec 20 23:20:28.311 INFO STEP 736 (remove_files) COMPLETE
65762024-12-20T23:20:29.849Z[ recovery-image] Dec 20 23:20:28.311 INFO O| Dec 20 23:20:28.311 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65772024-12-20T23:20:29.858Z[ recovery-image] Dec 20 23:20:28.322 INFO O| Dec 20 23:20:28.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
65782024-12-20T23:20:29.858Z[ recovery-image] Dec 20 23:20:28.322 INFO O| Dec 20 23:20:28.322 INFO STEP 737 (remove_files) COMPLETE
65792024-12-20T23:20:29.861Z[ recovery-image] Dec 20 23:20:28.322 INFO O| Dec 20 23:20:28.322 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65802024-12-20T23:20:29.869Z[ recovery-image] Dec 20 23:20:28.332 INFO O| Dec 20 23:20:28.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
65812024-12-20T23:20:29.869Z[ recovery-image] Dec 20 23:20:28.333 INFO O| Dec 20 23:20:28.333 INFO STEP 738 (remove_files) COMPLETE
65822024-12-20T23:20:29.869Z[ recovery-image] Dec 20 23:20:28.333 INFO O| Dec 20 23:20:28.333 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65832024-12-20T23:20:29.879Z[ recovery-image] Dec 20 23:20:28.343 INFO O| Dec 20 23:20:28.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
65842024-12-20T23:20:29.879Z[ recovery-image] Dec 20 23:20:28.343 INFO O| Dec 20 23:20:28.343 INFO STEP 739 (remove_files) COMPLETE
65852024-12-20T23:20:29.882Z[ recovery-image] Dec 20 23:20:28.343 INFO O| Dec 20 23:20:28.343 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65862024-12-20T23:20:29.890Z[ recovery-image] Dec 20 23:20:28.354 INFO O| Dec 20 23:20:28.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
65872024-12-20T23:20:29.893Z[ recovery-image] Dec 20 23:20:28.354 INFO O| Dec 20 23:20:28.354 INFO STEP 740 (remove_files) COMPLETE
65882024-12-20T23:20:29.893Z[ recovery-image] Dec 20 23:20:28.354 INFO O| Dec 20 23:20:28.354 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65892024-12-20T23:20:29.901Z[ recovery-image] Dec 20 23:20:28.365 INFO O| Dec 20 23:20:28.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
65902024-12-20T23:20:29.901Z[ recovery-image] Dec 20 23:20:28.365 INFO O| Dec 20 23:20:28.365 INFO STEP 741 (remove_files) COMPLETE
65912024-12-20T23:20:29.904Z[ recovery-image] Dec 20 23:20:28.365 INFO O| Dec 20 23:20:28.365 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65922024-12-20T23:20:29.911Z[ recovery-image] Dec 20 23:20:28.375 INFO O| Dec 20 23:20:28.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
65932024-12-20T23:20:29.911Z[ recovery-image] Dec 20 23:20:28.375 INFO O| Dec 20 23:20:28.375 INFO STEP 742 (remove_files) COMPLETE
65942024-12-20T23:20:29.913Z[ recovery-image] Dec 20 23:20:28.375 INFO O| Dec 20 23:20:28.375 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65952024-12-20T23:20:29.921Z[ recovery-image] Dec 20 23:20:28.385 INFO O| Dec 20 23:20:28.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
65962024-12-20T23:20:29.921Z[ recovery-image] Dec 20 23:20:28.385 INFO O| Dec 20 23:20:28.385 INFO STEP 743 (remove_files) COMPLETE
65972024-12-20T23:20:29.924Z[ recovery-image] Dec 20 23:20:28.385 INFO O| Dec 20 23:20:28.385 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65982024-12-20T23:20:29.931Z[ recovery-image] Dec 20 23:20:28.395 INFO O| Dec 20 23:20:28.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
65992024-12-20T23:20:29.931Z[ recovery-image] Dec 20 23:20:28.395 INFO O| Dec 20 23:20:28.395 INFO STEP 744 (remove_files) COMPLETE
66002024-12-20T23:20:29.934Z[ recovery-image] Dec 20 23:20:28.395 INFO O| Dec 20 23:20:28.395 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66012024-12-20T23:20:29.942Z[ recovery-image] Dec 20 23:20:28.405 INFO O| Dec 20 23:20:28.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
66022024-12-20T23:20:29.944Z[ recovery-image] Dec 20 23:20:28.405 INFO O| Dec 20 23:20:28.405 INFO STEP 745 (remove_files) COMPLETE
66032024-12-20T23:20:29.944Z[ recovery-image] Dec 20 23:20:28.405 INFO O| Dec 20 23:20:28.405 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66042024-12-20T23:20:29.952Z[ recovery-image] Dec 20 23:20:28.415 INFO O| Dec 20 23:20:28.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
66052024-12-20T23:20:29.952Z[ recovery-image] Dec 20 23:20:28.416 INFO O| Dec 20 23:20:28.415 INFO STEP 746 (remove_files) COMPLETE
66062024-12-20T23:20:29.954Z[ recovery-image] Dec 20 23:20:28.416 INFO O| Dec 20 23:20:28.416 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66072024-12-20T23:20:29.962Z[ recovery-image] Dec 20 23:20:28.426 INFO O| Dec 20 23:20:28.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
66082024-12-20T23:20:29.962Z[ recovery-image] Dec 20 23:20:28.426 INFO O| Dec 20 23:20:28.426 INFO STEP 747 (remove_files) COMPLETE
66092024-12-20T23:20:29.962Z[ recovery-image] Dec 20 23:20:28.426 INFO O| Dec 20 23:20:28.426 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66102024-12-20T23:20:29.972Z[ recovery-image] Dec 20 23:20:28.436 INFO O| Dec 20 23:20:28.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
66112024-12-20T23:20:29.972Z[ recovery-image] Dec 20 23:20:28.436 INFO O| Dec 20 23:20:28.436 INFO STEP 748 (remove_files) COMPLETE
66122024-12-20T23:20:29.972Z[ recovery-image] Dec 20 23:20:28.436 INFO O| Dec 20 23:20:28.436 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66132024-12-20T23:20:29.982Z[ recovery-image] Dec 20 23:20:28.446 INFO O| Dec 20 23:20:28.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
66142024-12-20T23:20:29.985Z[ recovery-image] Dec 20 23:20:28.446 INFO O| Dec 20 23:20:28.446 INFO STEP 749 (remove_files) COMPLETE
66152024-12-20T23:20:29.985Z[ recovery-image] Dec 20 23:20:28.446 INFO O| Dec 20 23:20:28.446 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66162024-12-20T23:20:29.993Z[ recovery-image] Dec 20 23:20:28.457 INFO O| Dec 20 23:20:28.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
66172024-12-20T23:20:29.993Z[ recovery-image] Dec 20 23:20:28.457 INFO O| Dec 20 23:20:28.457 INFO STEP 750 (remove_files) COMPLETE
66182024-12-20T23:20:29.996Z[ recovery-image] Dec 20 23:20:28.457 INFO O| Dec 20 23:20:28.457 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66192024-12-20T23:20:30.004Z[ recovery-image] Dec 20 23:20:28.468 INFO O| Dec 20 23:20:28.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
66202024-12-20T23:20:30.004Z[ recovery-image] Dec 20 23:20:28.468 INFO O| Dec 20 23:20:28.468 INFO STEP 751 (remove_files) COMPLETE
66212024-12-20T23:20:30.004Z[ recovery-image] Dec 20 23:20:28.468 INFO O| Dec 20 23:20:28.468 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66222024-12-20T23:20:30.019Z[ recovery-image] Dec 20 23:20:28.479 INFO O| Dec 20 23:20:28.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
66232024-12-20T23:20:30.019Z[ recovery-image] Dec 20 23:20:28.479 INFO O| Dec 20 23:20:28.479 INFO STEP 752 (remove_files) COMPLETE
66242024-12-20T23:20:30.019Z[ recovery-image] Dec 20 23:20:28.479 INFO O| Dec 20 23:20:28.479 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66252024-12-20T23:20:30.026Z[ recovery-image] Dec 20 23:20:28.489 INFO O| Dec 20 23:20:28.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
66262024-12-20T23:20:30.026Z[ recovery-image] Dec 20 23:20:28.489 INFO O| Dec 20 23:20:28.489 INFO STEP 753 (remove_files) COMPLETE
66272024-12-20T23:20:30.028Z[ recovery-image] Dec 20 23:20:28.489 INFO O| Dec 20 23:20:28.489 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66282024-12-20T23:20:30.036Z[ recovery-image] Dec 20 23:20:28.500 INFO O| Dec 20 23:20:28.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
66292024-12-20T23:20:30.039Z[ recovery-image] Dec 20 23:20:28.500 INFO O| Dec 20 23:20:28.500 INFO STEP 754 (remove_files) COMPLETE
66302024-12-20T23:20:30.039Z[ recovery-image] Dec 20 23:20:28.500 INFO O| Dec 20 23:20:28.500 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66312024-12-20T23:20:30.048Z[ recovery-image] Dec 20 23:20:28.512 INFO O| Dec 20 23:20:28.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
66322024-12-20T23:20:30.048Z[ recovery-image] Dec 20 23:20:28.512 INFO O| Dec 20 23:20:28.512 INFO STEP 755 (remove_files) COMPLETE
66332024-12-20T23:20:30.048Z[ recovery-image] Dec 20 23:20:28.512 INFO O| Dec 20 23:20:28.512 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66342024-12-20T23:20:30.061Z[ recovery-image] Dec 20 23:20:28.524 INFO O| Dec 20 23:20:28.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
66352024-12-20T23:20:30.061Z[ recovery-image] Dec 20 23:20:28.524 INFO O| Dec 20 23:20:28.524 INFO STEP 756 (remove_files) COMPLETE
66362024-12-20T23:20:30.061Z[ recovery-image] Dec 20 23:20:28.524 INFO O| Dec 20 23:20:28.524 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66372024-12-20T23:20:30.071Z[ recovery-image] Dec 20 23:20:28.535 INFO O| Dec 20 23:20:28.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
66382024-12-20T23:20:30.071Z[ recovery-image] Dec 20 23:20:28.535 INFO O| Dec 20 23:20:28.535 INFO STEP 757 (remove_files) COMPLETE
66392024-12-20T23:20:30.071Z[ recovery-image] Dec 20 23:20:28.535 INFO O| Dec 20 23:20:28.535 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66402024-12-20T23:20:30.082Z[ recovery-image] Dec 20 23:20:28.545 INFO O| Dec 20 23:20:28.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
66412024-12-20T23:20:30.082Z[ recovery-image] Dec 20 23:20:28.546 INFO O| Dec 20 23:20:28.546 INFO STEP 758 (remove_files) COMPLETE
66422024-12-20T23:20:30.082Z[ recovery-image] Dec 20 23:20:28.546 INFO O| Dec 20 23:20:28.546 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66432024-12-20T23:20:30.093Z[ recovery-image] Dec 20 23:20:28.556 INFO O| Dec 20 23:20:28.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
66442024-12-20T23:20:30.095Z[ recovery-image] Dec 20 23:20:28.557 INFO O| Dec 20 23:20:28.557 INFO STEP 759 (remove_files) COMPLETE
66452024-12-20T23:20:30.095Z[ recovery-image] Dec 20 23:20:28.557 INFO O| Dec 20 23:20:28.557 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66462024-12-20T23:20:30.103Z[ recovery-image] Dec 20 23:20:28.567 INFO O| Dec 20 23:20:28.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
66472024-12-20T23:20:30.105Z[ recovery-image] Dec 20 23:20:28.567 INFO O| Dec 20 23:20:28.567 INFO STEP 760 (remove_files) COMPLETE
66482024-12-20T23:20:30.105Z[ recovery-image] Dec 20 23:20:28.567 INFO O| Dec 20 23:20:28.567 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66492024-12-20T23:20:30.113Z[ recovery-image] Dec 20 23:20:28.577 INFO O| Dec 20 23:20:28.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
66502024-12-20T23:20:30.113Z[ recovery-image] Dec 20 23:20:28.577 INFO O| Dec 20 23:20:28.577 INFO STEP 761 (remove_files) COMPLETE
66512024-12-20T23:20:30.116Z[ recovery-image] Dec 20 23:20:28.578 INFO O| Dec 20 23:20:28.577 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66522024-12-20T23:20:30.126Z[ recovery-image] Dec 20 23:20:28.590 INFO O| Dec 20 23:20:28.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
66532024-12-20T23:20:30.126Z[ recovery-image] Dec 20 23:20:28.590 INFO O| Dec 20 23:20:28.590 INFO STEP 762 (remove_files) COMPLETE
66542024-12-20T23:20:30.126Z[ recovery-image] Dec 20 23:20:28.590 INFO O| Dec 20 23:20:28.590 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66552024-12-20T23:20:30.138Z[ recovery-image] Dec 20 23:20:28.602 INFO O| Dec 20 23:20:28.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
66562024-12-20T23:20:30.139Z[ recovery-image] Dec 20 23:20:28.603 INFO O| Dec 20 23:20:28.603 INFO STEP 763 (remove_files) COMPLETE
66572024-12-20T23:20:30.141Z[ recovery-image] Dec 20 23:20:28.603 INFO O| Dec 20 23:20:28.603 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66582024-12-20T23:20:30.149Z[ recovery-image] Dec 20 23:20:28.613 INFO O| Dec 20 23:20:28.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
66592024-12-20T23:20:30.149Z[ recovery-image] Dec 20 23:20:28.613 INFO O| Dec 20 23:20:28.613 INFO STEP 764 (remove_files) COMPLETE
66602024-12-20T23:20:30.149Z[ recovery-image] Dec 20 23:20:28.613 INFO O| Dec 20 23:20:28.613 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66612024-12-20T23:20:30.161Z[ recovery-image] Dec 20 23:20:28.624 INFO O| Dec 20 23:20:28.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
66622024-12-20T23:20:30.164Z[ recovery-image] Dec 20 23:20:28.624 INFO O| Dec 20 23:20:28.624 INFO STEP 765 (remove_files) COMPLETE
66632024-12-20T23:20:30.164Z[ recovery-image] Dec 20 23:20:28.624 INFO O| Dec 20 23:20:28.624 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66642024-12-20T23:20:30.172Z[ recovery-image] Dec 20 23:20:28.636 INFO O| Dec 20 23:20:28.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
66652024-12-20T23:20:30.175Z[ recovery-image] Dec 20 23:20:28.636 INFO O| Dec 20 23:20:28.636 INFO STEP 766 (remove_files) COMPLETE
66662024-12-20T23:20:30.175Z[ recovery-image] Dec 20 23:20:28.636 INFO O| Dec 20 23:20:28.636 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66672024-12-20T23:20:30.186Z[ recovery-image] Dec 20 23:20:28.650 INFO O| Dec 20 23:20:28.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
66682024-12-20T23:20:30.188Z[ recovery-image] Dec 20 23:20:28.650 INFO O| Dec 20 23:20:28.650 INFO STEP 767 (remove_files) COMPLETE
66692024-12-20T23:20:30.189Z[ recovery-image] Dec 20 23:20:28.650 INFO O| Dec 20 23:20:28.650 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66702024-12-20T23:20:30.201Z[ recovery-image] Dec 20 23:20:28.664 INFO O| Dec 20 23:20:28.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
66712024-12-20T23:20:30.201Z[ recovery-image] Dec 20 23:20:28.664 INFO O| Dec 20 23:20:28.664 INFO STEP 768 (remove_files) COMPLETE
66722024-12-20T23:20:30.201Z[ recovery-image] Dec 20 23:20:28.664 INFO O| Dec 20 23:20:28.664 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66732024-12-20T23:20:30.211Z[ recovery-image] Dec 20 23:20:28.675 INFO O| Dec 20 23:20:28.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
66742024-12-20T23:20:30.212Z[ recovery-image] Dec 20 23:20:28.675 INFO O| Dec 20 23:20:28.675 INFO STEP 769 (remove_files) COMPLETE
66752024-12-20T23:20:30.215Z[ recovery-image] Dec 20 23:20:28.675 INFO O| Dec 20 23:20:28.675 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66762024-12-20T23:20:30.221Z[ recovery-image] Dec 20 23:20:28.685 INFO O| Dec 20 23:20:28.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
66772024-12-20T23:20:30.222Z[ recovery-image] Dec 20 23:20:28.685 INFO O| Dec 20 23:20:28.685 INFO STEP 770 (remove_files) COMPLETE
66782024-12-20T23:20:30.225Z[ recovery-image] Dec 20 23:20:28.686 INFO O| Dec 20 23:20:28.685 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66792024-12-20T23:20:30.232Z[ recovery-image] Dec 20 23:20:28.696 INFO O| Dec 20 23:20:28.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
66802024-12-20T23:20:30.232Z[ recovery-image] Dec 20 23:20:28.696 INFO O| Dec 20 23:20:28.696 INFO STEP 771 (remove_files) COMPLETE
66812024-12-20T23:20:30.234Z[ recovery-image] Dec 20 23:20:28.696 INFO O| Dec 20 23:20:28.696 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66822024-12-20T23:20:30.244Z[ recovery-image] Dec 20 23:20:28.707 INFO O| Dec 20 23:20:28.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
66832024-12-20T23:20:30.247Z[ recovery-image] Dec 20 23:20:28.707 INFO O| Dec 20 23:20:28.707 INFO STEP 772 (remove_files) COMPLETE
66842024-12-20T23:20:30.247Z[ recovery-image] Dec 20 23:20:28.707 INFO O| Dec 20 23:20:28.707 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66852024-12-20T23:20:30.254Z[ recovery-image] Dec 20 23:20:28.718 INFO O| Dec 20 23:20:28.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
66862024-12-20T23:20:30.255Z[ recovery-image] Dec 20 23:20:28.718 INFO O| Dec 20 23:20:28.718 INFO STEP 773 (remove_files) COMPLETE
66872024-12-20T23:20:30.257Z[ recovery-image] Dec 20 23:20:28.718 INFO O| Dec 20 23:20:28.718 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66882024-12-20T23:20:30.265Z[ recovery-image] Dec 20 23:20:28.728 INFO O| Dec 20 23:20:28.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
66892024-12-20T23:20:30.267Z[ recovery-image] Dec 20 23:20:28.729 INFO O| Dec 20 23:20:28.729 INFO STEP 774 (remove_files) COMPLETE
66902024-12-20T23:20:30.267Z[ recovery-image] Dec 20 23:20:28.729 INFO O| Dec 20 23:20:28.729 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66912024-12-20T23:20:30.276Z[ recovery-image] Dec 20 23:20:28.740 INFO O| Dec 20 23:20:28.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
66922024-12-20T23:20:30.276Z[ recovery-image] Dec 20 23:20:28.740 INFO O| Dec 20 23:20:28.740 INFO STEP 775 (remove_files) COMPLETE
66932024-12-20T23:20:30.278Z[ recovery-image] Dec 20 23:20:28.740 INFO O| Dec 20 23:20:28.740 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66942024-12-20T23:20:30.288Z[ recovery-image] Dec 20 23:20:28.750 INFO O| Dec 20 23:20:28.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
66952024-12-20T23:20:30.288Z[ recovery-image] Dec 20 23:20:28.750 INFO O| Dec 20 23:20:28.750 INFO STEP 776 (remove_files) COMPLETE
66962024-12-20T23:20:30.288Z[ recovery-image] Dec 20 23:20:28.750 INFO O| Dec 20 23:20:28.750 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66972024-12-20T23:20:30.297Z[ recovery-image] Dec 20 23:20:28.761 INFO O| Dec 20 23:20:28.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
66982024-12-20T23:20:30.297Z[ recovery-image] Dec 20 23:20:28.761 INFO O| Dec 20 23:20:28.761 INFO STEP 777 (remove_files) COMPLETE
66992024-12-20T23:20:30.300Z[ recovery-image] Dec 20 23:20:28.761 INFO O| Dec 20 23:20:28.761 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67002024-12-20T23:20:30.310Z[ recovery-image] Dec 20 23:20:28.774 INFO O| Dec 20 23:20:28.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
67012024-12-20T23:20:30.310Z[ recovery-image] Dec 20 23:20:28.774 INFO O| Dec 20 23:20:28.774 INFO STEP 778 (remove_files) COMPLETE
67022024-12-20T23:20:30.310Z[ recovery-image] Dec 20 23:20:28.774 INFO O| Dec 20 23:20:28.774 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67032024-12-20T23:20:30.325Z[ recovery-image] Dec 20 23:20:28.786 INFO O| Dec 20 23:20:28.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
67042024-12-20T23:20:30.325Z[ recovery-image] Dec 20 23:20:28.786 INFO O| Dec 20 23:20:28.786 INFO STEP 779 (remove_files) COMPLETE
67052024-12-20T23:20:30.328Z[ recovery-image] Dec 20 23:20:28.786 INFO O| Dec 20 23:20:28.786 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67062024-12-20T23:20:30.333Z[ recovery-image] Dec 20 23:20:28.797 INFO O| Dec 20 23:20:28.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
67072024-12-20T23:20:30.334Z[ recovery-image] Dec 20 23:20:28.797 INFO O| Dec 20 23:20:28.797 INFO STEP 780 (remove_files) COMPLETE
67082024-12-20T23:20:30.334Z[ recovery-image] Dec 20 23:20:28.797 INFO O| Dec 20 23:20:28.797 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67092024-12-20T23:20:30.344Z[ recovery-image] Dec 20 23:20:28.808 INFO O| Dec 20 23:20:28.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
67102024-12-20T23:20:30.344Z[ recovery-image] Dec 20 23:20:28.808 INFO O| Dec 20 23:20:28.808 INFO STEP 781 (remove_files) COMPLETE
67112024-12-20T23:20:30.344Z[ recovery-image] Dec 20 23:20:28.808 INFO O| Dec 20 23:20:28.808 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67122024-12-20T23:20:30.356Z[ recovery-image] Dec 20 23:20:28.819 INFO O| Dec 20 23:20:28.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
67132024-12-20T23:20:30.358Z[ recovery-image] Dec 20 23:20:28.819 INFO O| Dec 20 23:20:28.819 INFO STEP 782 (remove_files) COMPLETE
67142024-12-20T23:20:30.359Z[ recovery-image] Dec 20 23:20:28.819 INFO O| Dec 20 23:20:28.819 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67152024-12-20T23:20:30.365Z[ recovery-image] Dec 20 23:20:28.829 INFO O| Dec 20 23:20:28.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
67162024-12-20T23:20:30.365Z[ recovery-image] Dec 20 23:20:28.829 INFO O| Dec 20 23:20:28.829 INFO STEP 783 (remove_files) COMPLETE
67172024-12-20T23:20:30.365Z[ recovery-image] Dec 20 23:20:28.829 INFO O| Dec 20 23:20:28.829 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67182024-12-20T23:20:30.376Z[ recovery-image] Dec 20 23:20:28.840 INFO O| Dec 20 23:20:28.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
67192024-12-20T23:20:30.376Z[ recovery-image] Dec 20 23:20:28.840 INFO O| Dec 20 23:20:28.840 INFO STEP 784 (remove_files) COMPLETE
67202024-12-20T23:20:30.376Z[ recovery-image] Dec 20 23:20:28.840 INFO O| Dec 20 23:20:28.840 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67212024-12-20T23:20:30.387Z[ recovery-image] Dec 20 23:20:28.850 INFO O| Dec 20 23:20:28.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
67222024-12-20T23:20:30.387Z[ recovery-image] Dec 20 23:20:28.850 INFO O| Dec 20 23:20:28.850 INFO STEP 785 (remove_files) COMPLETE
67232024-12-20T23:20:30.390Z[ recovery-image] Dec 20 23:20:28.850 INFO O| Dec 20 23:20:28.850 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67242024-12-20T23:20:30.397Z[ recovery-image] Dec 20 23:20:28.861 INFO O| Dec 20 23:20:28.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
67252024-12-20T23:20:30.399Z[ recovery-image] Dec 20 23:20:28.861 INFO O| Dec 20 23:20:28.861 INFO STEP 786 (remove_files) COMPLETE
67262024-12-20T23:20:30.399Z[ recovery-image] Dec 20 23:20:28.861 INFO O| Dec 20 23:20:28.861 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67272024-12-20T23:20:30.407Z[ recovery-image] Dec 20 23:20:28.871 INFO O| Dec 20 23:20:28.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
67282024-12-20T23:20:30.410Z[ recovery-image] Dec 20 23:20:28.872 INFO O| Dec 20 23:20:28.872 INFO STEP 787 (remove_files) COMPLETE
67292024-12-20T23:20:30.410Z[ recovery-image] Dec 20 23:20:28.872 INFO O| Dec 20 23:20:28.872 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67302024-12-20T23:20:30.420Z[ recovery-image] Dec 20 23:20:28.884 INFO O| Dec 20 23:20:28.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
67312024-12-20T23:20:30.420Z[ recovery-image] Dec 20 23:20:28.884 INFO O| Dec 20 23:20:28.884 INFO STEP 788 (remove_files) COMPLETE
67322024-12-20T23:20:30.420Z[ recovery-image] Dec 20 23:20:28.884 INFO O| Dec 20 23:20:28.884 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67332024-12-20T23:20:30.431Z[ recovery-image] Dec 20 23:20:28.895 INFO O| Dec 20 23:20:28.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
67342024-12-20T23:20:30.431Z[ recovery-image] Dec 20 23:20:28.895 INFO O| Dec 20 23:20:28.895 INFO STEP 789 (remove_files) COMPLETE
67352024-12-20T23:20:30.433Z[ recovery-image] Dec 20 23:20:28.895 INFO O| Dec 20 23:20:28.895 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67362024-12-20T23:20:30.442Z[ recovery-image] Dec 20 23:20:28.905 INFO O| Dec 20 23:20:28.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
67372024-12-20T23:20:30.442Z[ recovery-image] Dec 20 23:20:28.906 INFO O| Dec 20 23:20:28.906 INFO STEP 790 (remove_files) COMPLETE
67382024-12-20T23:20:30.442Z[ recovery-image] Dec 20 23:20:28.906 INFO O| Dec 20 23:20:28.906 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67392024-12-20T23:20:30.452Z[ recovery-image] Dec 20 23:20:28.916 INFO O| Dec 20 23:20:28.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
67402024-12-20T23:20:30.452Z[ recovery-image] Dec 20 23:20:28.916 INFO O| Dec 20 23:20:28.916 INFO STEP 791 (remove_files) COMPLETE
67412024-12-20T23:20:30.455Z[ recovery-image] Dec 20 23:20:28.916 INFO O| Dec 20 23:20:28.916 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67422024-12-20T23:20:30.463Z[ recovery-image] Dec 20 23:20:28.927 INFO O| Dec 20 23:20:28.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
67432024-12-20T23:20:30.463Z[ recovery-image] Dec 20 23:20:28.927 INFO O| Dec 20 23:20:28.927 INFO STEP 792 (remove_files) COMPLETE
67442024-12-20T23:20:30.463Z[ recovery-image] Dec 20 23:20:28.927 INFO O| Dec 20 23:20:28.927 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67452024-12-20T23:20:30.475Z[ recovery-image] Dec 20 23:20:28.938 INFO O| Dec 20 23:20:28.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
67462024-12-20T23:20:30.475Z[ recovery-image] Dec 20 23:20:28.938 INFO O| Dec 20 23:20:28.938 INFO STEP 793 (remove_files) COMPLETE
67472024-12-20T23:20:30.479Z[ recovery-image] Dec 20 23:20:28.938 INFO O| Dec 20 23:20:28.938 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67482024-12-20T23:20:30.485Z[ recovery-image] Dec 20 23:20:28.948 INFO O| Dec 20 23:20:28.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
67492024-12-20T23:20:30.485Z[ recovery-image] Dec 20 23:20:28.948 INFO O| Dec 20 23:20:28.948 INFO STEP 794 (remove_files) COMPLETE
67502024-12-20T23:20:30.485Z[ recovery-image] Dec 20 23:20:28.948 INFO O| Dec 20 23:20:28.948 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67512024-12-20T23:20:30.496Z[ recovery-image] Dec 20 23:20:28.958 INFO O| Dec 20 23:20:28.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
67522024-12-20T23:20:30.496Z[ recovery-image] Dec 20 23:20:28.958 INFO O| Dec 20 23:20:28.958 INFO STEP 795 (remove_files) COMPLETE
67532024-12-20T23:20:30.496Z[ recovery-image] Dec 20 23:20:28.958 INFO O| Dec 20 23:20:28.958 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67542024-12-20T23:20:30.505Z[ recovery-image] Dec 20 23:20:28.968 INFO O| Dec 20 23:20:28.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
67552024-12-20T23:20:30.509Z[ recovery-image] Dec 20 23:20:28.969 INFO O| Dec 20 23:20:28.968 INFO STEP 796 (remove_files) COMPLETE
67562024-12-20T23:20:30.509Z[ recovery-image] Dec 20 23:20:28.969 INFO O| Dec 20 23:20:28.969 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67572024-12-20T23:20:30.516Z[ recovery-image] Dec 20 23:20:28.978 INFO O| Dec 20 23:20:28.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
67582024-12-20T23:20:30.516Z[ recovery-image] Dec 20 23:20:28.978 INFO O| Dec 20 23:20:28.978 INFO STEP 797 (remove_files) COMPLETE
67592024-12-20T23:20:30.521Z[ recovery-image] Dec 20 23:20:28.978 INFO O| Dec 20 23:20:28.978 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67602024-12-20T23:20:30.526Z[ recovery-image] Dec 20 23:20:28.989 INFO O| Dec 20 23:20:28.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
67612024-12-20T23:20:30.526Z[ recovery-image] Dec 20 23:20:28.989 INFO O| Dec 20 23:20:28.989 INFO STEP 798 (remove_files) COMPLETE
67622024-12-20T23:20:30.526Z[ recovery-image] Dec 20 23:20:28.989 INFO O| Dec 20 23:20:28.989 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67632024-12-20T23:20:30.535Z[ recovery-image] Dec 20 23:20:28.999 INFO O| Dec 20 23:20:28.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
67642024-12-20T23:20:30.535Z[ recovery-image] Dec 20 23:20:28.999 INFO O| Dec 20 23:20:28.999 INFO STEP 799 (remove_files) COMPLETE
67652024-12-20T23:20:30.538Z[ recovery-image] Dec 20 23:20:28.999 INFO O| Dec 20 23:20:28.999 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67662024-12-20T23:20:30.548Z[ recovery-image] Dec 20 23:20:29.011 INFO O| Dec 20 23:20:29.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
67672024-12-20T23:20:30.550Z[ recovery-image] Dec 20 23:20:29.011 INFO O| Dec 20 23:20:29.011 INFO STEP 800 (remove_files) COMPLETE
67682024-12-20T23:20:30.550Z[ recovery-image] Dec 20 23:20:29.011 INFO O| Dec 20 23:20:29.011 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67692024-12-20T23:20:30.558Z[ recovery-image] Dec 20 23:20:29.022 INFO O| Dec 20 23:20:29.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
67702024-12-20T23:20:30.558Z[ recovery-image] Dec 20 23:20:29.022 INFO O| Dec 20 23:20:29.022 INFO STEP 801 (remove_files) COMPLETE
67712024-12-20T23:20:30.561Z[ recovery-image] Dec 20 23:20:29.022 INFO O| Dec 20 23:20:29.022 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67722024-12-20T23:20:30.569Z[ recovery-image] Dec 20 23:20:29.032 INFO O| Dec 20 23:20:29.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
67732024-12-20T23:20:30.571Z[ recovery-image] Dec 20 23:20:29.032 INFO O| Dec 20 23:20:29.032 INFO STEP 802 (remove_files) COMPLETE
67742024-12-20T23:20:30.571Z[ recovery-image] Dec 20 23:20:29.033 INFO O| Dec 20 23:20:29.032 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67752024-12-20T23:20:30.581Z[ recovery-image] Dec 20 23:20:29.045 INFO O| Dec 20 23:20:29.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
67762024-12-20T23:20:30.581Z[ recovery-image] Dec 20 23:20:29.045 INFO O| Dec 20 23:20:29.045 INFO STEP 803 (remove_files) COMPLETE
67772024-12-20T23:20:30.581Z[ recovery-image] Dec 20 23:20:29.045 INFO O| Dec 20 23:20:29.045 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67782024-12-20T23:20:30.592Z[ recovery-image] Dec 20 23:20:29.055 INFO O| Dec 20 23:20:29.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
67792024-12-20T23:20:30.592Z[ recovery-image] Dec 20 23:20:29.055 INFO O| Dec 20 23:20:29.055 INFO STEP 804 (remove_files) COMPLETE
67802024-12-20T23:20:30.594Z[ recovery-image] Dec 20 23:20:29.055 INFO O| Dec 20 23:20:29.055 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67812024-12-20T23:20:30.603Z[ recovery-image] Dec 20 23:20:29.067 INFO O| Dec 20 23:20:29.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
67822024-12-20T23:20:30.606Z[ recovery-image] Dec 20 23:20:29.067 INFO O| Dec 20 23:20:29.067 INFO STEP 805 (remove_files) COMPLETE
67832024-12-20T23:20:30.606Z[ recovery-image] Dec 20 23:20:29.067 INFO O| Dec 20 23:20:29.067 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67842024-12-20T23:20:30.614Z[ recovery-image] Dec 20 23:20:29.078 INFO O| Dec 20 23:20:29.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
67852024-12-20T23:20:30.614Z[ recovery-image] Dec 20 23:20:29.078 INFO O| Dec 20 23:20:29.078 INFO STEP 806 (remove_files) COMPLETE
67862024-12-20T23:20:30.614Z[ recovery-image] Dec 20 23:20:29.078 INFO O| Dec 20 23:20:29.078 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67872024-12-20T23:20:30.627Z[ recovery-image] Dec 20 23:20:29.089 INFO O| Dec 20 23:20:29.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
67882024-12-20T23:20:30.627Z[ recovery-image] Dec 20 23:20:29.089 INFO O| Dec 20 23:20:29.089 INFO STEP 807 (remove_files) COMPLETE
67892024-12-20T23:20:30.627Z[ recovery-image] Dec 20 23:20:29.089 INFO O| Dec 20 23:20:29.089 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67902024-12-20T23:20:30.636Z[ recovery-image] Dec 20 23:20:29.099 INFO O| Dec 20 23:20:29.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
67912024-12-20T23:20:30.636Z[ recovery-image] Dec 20 23:20:29.099 INFO O| Dec 20 23:20:29.099 INFO STEP 808 (remove_files) COMPLETE
67922024-12-20T23:20:30.638Z[ recovery-image] Dec 20 23:20:29.099 INFO O| Dec 20 23:20:29.099 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67932024-12-20T23:20:30.647Z[ recovery-image] Dec 20 23:20:29.110 INFO O| Dec 20 23:20:29.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
67942024-12-20T23:20:30.647Z[ recovery-image] Dec 20 23:20:29.110 INFO O| Dec 20 23:20:29.110 INFO STEP 809 (remove_files) COMPLETE
67952024-12-20T23:20:30.649Z[ recovery-image] Dec 20 23:20:29.110 INFO O| Dec 20 23:20:29.110 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67962024-12-20T23:20:30.657Z[ recovery-image] Dec 20 23:20:29.120 INFO O| Dec 20 23:20:29.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
67972024-12-20T23:20:30.660Z[ recovery-image] Dec 20 23:20:29.120 INFO O| Dec 20 23:20:29.120 INFO STEP 810 (remove_files) COMPLETE
67982024-12-20T23:20:30.660Z[ recovery-image] Dec 20 23:20:29.120 INFO O| Dec 20 23:20:29.120 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67992024-12-20T23:20:30.667Z[ recovery-image] Dec 20 23:20:29.131 INFO O| Dec 20 23:20:29.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
68002024-12-20T23:20:30.667Z[ recovery-image] Dec 20 23:20:29.131 INFO O| Dec 20 23:20:29.131 INFO STEP 811 (remove_files) COMPLETE
68012024-12-20T23:20:30.669Z[ recovery-image] Dec 20 23:20:29.131 INFO O| Dec 20 23:20:29.131 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68022024-12-20T23:20:30.679Z[ recovery-image] Dec 20 23:20:29.141 INFO O| Dec 20 23:20:29.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
68032024-12-20T23:20:30.682Z[ recovery-image] Dec 20 23:20:29.141 INFO O| Dec 20 23:20:29.141 INFO STEP 812 (remove_files) COMPLETE
68042024-12-20T23:20:30.682Z[ recovery-image] Dec 20 23:20:29.141 INFO O| Dec 20 23:20:29.141 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68052024-12-20T23:20:30.688Z[ recovery-image] Dec 20 23:20:29.152 INFO O| Dec 20 23:20:29.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
68062024-12-20T23:20:30.688Z[ recovery-image] Dec 20 23:20:29.152 INFO O| Dec 20 23:20:29.152 INFO STEP 813 (remove_files) COMPLETE
68072024-12-20T23:20:30.688Z[ recovery-image] Dec 20 23:20:29.152 INFO O| Dec 20 23:20:29.152 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68082024-12-20T23:20:30.699Z[ recovery-image] Dec 20 23:20:29.162 INFO O| Dec 20 23:20:29.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
68092024-12-20T23:20:30.699Z[ recovery-image] Dec 20 23:20:29.162 INFO O| Dec 20 23:20:29.162 INFO STEP 814 (remove_files) COMPLETE
68102024-12-20T23:20:30.702Z[ recovery-image] Dec 20 23:20:29.162 INFO O| Dec 20 23:20:29.162 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68112024-12-20T23:20:30.710Z[ recovery-image] Dec 20 23:20:29.174 INFO O| Dec 20 23:20:29.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
68122024-12-20T23:20:30.710Z[ recovery-image] Dec 20 23:20:29.174 INFO O| Dec 20 23:20:29.174 INFO STEP 815 (remove_files) COMPLETE
68132024-12-20T23:20:30.710Z[ recovery-image] Dec 20 23:20:29.174 INFO O| Dec 20 23:20:29.174 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68142024-12-20T23:20:30.720Z[ recovery-image] Dec 20 23:20:29.184 INFO O| Dec 20 23:20:29.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
68152024-12-20T23:20:30.720Z[ recovery-image] Dec 20 23:20:29.184 INFO O| Dec 20 23:20:29.184 INFO STEP 816 (remove_files) COMPLETE
68162024-12-20T23:20:30.723Z[ recovery-image] Dec 20 23:20:29.184 INFO O| Dec 20 23:20:29.184 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68172024-12-20T23:20:30.731Z[ recovery-image] Dec 20 23:20:29.194 INFO O| Dec 20 23:20:29.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
68182024-12-20T23:20:30.733Z[ recovery-image] Dec 20 23:20:29.195 INFO O| Dec 20 23:20:29.195 INFO STEP 817 (remove_files) COMPLETE
68192024-12-20T23:20:30.734Z[ recovery-image] Dec 20 23:20:29.195 INFO O| Dec 20 23:20:29.195 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68202024-12-20T23:20:30.744Z[ recovery-image] Dec 20 23:20:29.207 INFO O| Dec 20 23:20:29.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
68212024-12-20T23:20:30.744Z[ recovery-image] Dec 20 23:20:29.208 INFO O| Dec 20 23:20:29.207 INFO STEP 818 (remove_files) COMPLETE
68222024-12-20T23:20:30.747Z[ recovery-image] Dec 20 23:20:29.208 INFO O| Dec 20 23:20:29.207 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68232024-12-20T23:20:30.757Z[ recovery-image] Dec 20 23:20:29.221 INFO O| Dec 20 23:20:29.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
68242024-12-20T23:20:30.757Z[ recovery-image] Dec 20 23:20:29.221 INFO O| Dec 20 23:20:29.221 INFO STEP 819 (remove_files) COMPLETE
68252024-12-20T23:20:30.757Z[ recovery-image] Dec 20 23:20:29.221 INFO O| Dec 20 23:20:29.221 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68262024-12-20T23:20:30.770Z[ recovery-image] Dec 20 23:20:29.234 INFO O| Dec 20 23:20:29.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
68272024-12-20T23:20:30.770Z[ recovery-image] Dec 20 23:20:29.234 INFO O| Dec 20 23:20:29.234 INFO STEP 820 (remove_files) COMPLETE
68282024-12-20T23:20:30.772Z[ recovery-image] Dec 20 23:20:29.234 INFO O| Dec 20 23:20:29.234 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68292024-12-20T23:20:30.782Z[ recovery-image] Dec 20 23:20:29.246 INFO O| Dec 20 23:20:29.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
68302024-12-20T23:20:30.785Z[ recovery-image] Dec 20 23:20:29.247 INFO O| Dec 20 23:20:29.247 INFO STEP 821 (remove_files) COMPLETE
68312024-12-20T23:20:30.785Z[ recovery-image] Dec 20 23:20:29.247 INFO O| Dec 20 23:20:29.247 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68322024-12-20T23:20:30.795Z[ recovery-image] Dec 20 23:20:29.259 INFO O| Dec 20 23:20:29.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
68332024-12-20T23:20:30.795Z[ recovery-image] Dec 20 23:20:29.259 INFO O| Dec 20 23:20:29.259 INFO STEP 822 (remove_files) COMPLETE
68342024-12-20T23:20:30.795Z[ recovery-image] Dec 20 23:20:29.259 INFO O| Dec 20 23:20:29.259 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68352024-12-20T23:20:30.807Z[ recovery-image] Dec 20 23:20:29.271 INFO O| Dec 20 23:20:29.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
68362024-12-20T23:20:30.807Z[ recovery-image] Dec 20 23:20:29.271 INFO O| Dec 20 23:20:29.271 INFO STEP 823 (remove_files) COMPLETE
68372024-12-20T23:20:30.807Z[ recovery-image] Dec 20 23:20:29.271 INFO O| Dec 20 23:20:29.271 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68382024-12-20T23:20:30.818Z[ recovery-image] Dec 20 23:20:29.282 INFO O| Dec 20 23:20:29.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
68392024-12-20T23:20:30.818Z[ recovery-image] Dec 20 23:20:29.282 INFO O| Dec 20 23:20:29.282 INFO STEP 824 (remove_files) COMPLETE
68402024-12-20T23:20:30.820Z[ recovery-image] Dec 20 23:20:29.282 INFO O| Dec 20 23:20:29.282 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68412024-12-20T23:20:30.829Z[ recovery-image] Dec 20 23:20:29.293 INFO O| Dec 20 23:20:29.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
68422024-12-20T23:20:30.829Z[ recovery-image] Dec 20 23:20:29.293 INFO O| Dec 20 23:20:29.293 INFO STEP 825 (remove_files) COMPLETE
68432024-12-20T23:20:30.829Z[ recovery-image] Dec 20 23:20:29.293 INFO O| Dec 20 23:20:29.293 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68442024-12-20T23:20:30.840Z[ recovery-image] Dec 20 23:20:29.303 INFO O| Dec 20 23:20:29.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
68452024-12-20T23:20:30.840Z[ recovery-image] Dec 20 23:20:29.304 INFO O| Dec 20 23:20:29.303 INFO STEP 826 (remove_files) COMPLETE
68462024-12-20T23:20:30.840Z[ recovery-image] Dec 20 23:20:29.304 INFO O| Dec 20 23:20:29.304 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68472024-12-20T23:20:30.850Z[ recovery-image] Dec 20 23:20:29.314 INFO O| Dec 20 23:20:29.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
68482024-12-20T23:20:30.850Z[ recovery-image] Dec 20 23:20:29.314 INFO O| Dec 20 23:20:29.314 INFO STEP 827 (remove_files) COMPLETE
68492024-12-20T23:20:30.850Z[ recovery-image] Dec 20 23:20:29.314 INFO O| Dec 20 23:20:29.314 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68502024-12-20T23:20:30.860Z[ recovery-image] Dec 20 23:20:29.324 INFO O| Dec 20 23:20:29.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
68512024-12-20T23:20:30.860Z[ recovery-image] Dec 20 23:20:29.324 INFO O| Dec 20 23:20:29.324 INFO STEP 828 (remove_files) COMPLETE
68522024-12-20T23:20:30.860Z[ recovery-image] Dec 20 23:20:29.324 INFO O| Dec 20 23:20:29.324 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68532024-12-20T23:20:30.871Z[ recovery-image] Dec 20 23:20:29.335 INFO O| Dec 20 23:20:29.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
68542024-12-20T23:20:30.871Z[ recovery-image] Dec 20 23:20:29.335 INFO O| Dec 20 23:20:29.335 INFO STEP 829 (remove_files) COMPLETE
68552024-12-20T23:20:30.873Z[ recovery-image] Dec 20 23:20:29.335 INFO O| Dec 20 23:20:29.335 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68562024-12-20T23:20:30.881Z[ recovery-image] Dec 20 23:20:29.345 INFO O| Dec 20 23:20:29.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
68572024-12-20T23:20:30.881Z[ recovery-image] Dec 20 23:20:29.345 INFO O| Dec 20 23:20:29.345 INFO STEP 830 (remove_files) COMPLETE
68582024-12-20T23:20:30.885Z[ recovery-image] Dec 20 23:20:29.345 INFO O| Dec 20 23:20:29.345 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68592024-12-20T23:20:30.892Z[ recovery-image] Dec 20 23:20:29.356 INFO O| Dec 20 23:20:29.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
68602024-12-20T23:20:30.892Z[ recovery-image] Dec 20 23:20:29.356 INFO O| Dec 20 23:20:29.356 INFO STEP 831 (remove_files) COMPLETE
68612024-12-20T23:20:30.892Z[ recovery-image] Dec 20 23:20:29.356 INFO O| Dec 20 23:20:29.356 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68622024-12-20T23:20:30.904Z[ recovery-image] Dec 20 23:20:29.367 INFO O| Dec 20 23:20:29.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
68632024-12-20T23:20:30.904Z[ recovery-image] Dec 20 23:20:29.367 INFO O| Dec 20 23:20:29.367 INFO STEP 832 (remove_files) COMPLETE
68642024-12-20T23:20:30.904Z[ recovery-image] Dec 20 23:20:29.367 INFO O| Dec 20 23:20:29.367 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68652024-12-20T23:20:30.913Z[ recovery-image] Dec 20 23:20:29.377 INFO O| Dec 20 23:20:29.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
68662024-12-20T23:20:30.913Z[ recovery-image] Dec 20 23:20:29.377 INFO O| Dec 20 23:20:29.377 INFO STEP 833 (remove_files) COMPLETE
68672024-12-20T23:20:30.913Z[ recovery-image] Dec 20 23:20:29.377 INFO O| Dec 20 23:20:29.377 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68682024-12-20T23:20:30.924Z[ recovery-image] Dec 20 23:20:29.387 INFO O| Dec 20 23:20:29.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
68692024-12-20T23:20:30.924Z[ recovery-image] Dec 20 23:20:29.387 INFO O| Dec 20 23:20:29.387 INFO STEP 834 (remove_files) COMPLETE
68702024-12-20T23:20:30.924Z[ recovery-image] Dec 20 23:20:29.387 INFO O| Dec 20 23:20:29.387 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68712024-12-20T23:20:30.934Z[ recovery-image] Dec 20 23:20:29.398 INFO O| Dec 20 23:20:29.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
68722024-12-20T23:20:30.934Z[ recovery-image] Dec 20 23:20:29.398 INFO O| Dec 20 23:20:29.398 INFO STEP 835 (remove_files) COMPLETE
68732024-12-20T23:20:30.936Z[ recovery-image] Dec 20 23:20:29.398 INFO O| Dec 20 23:20:29.398 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68742024-12-20T23:20:30.945Z[ recovery-image] Dec 20 23:20:29.409 INFO O| Dec 20 23:20:29.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
68752024-12-20T23:20:30.945Z[ recovery-image] Dec 20 23:20:29.409 INFO O| Dec 20 23:20:29.409 INFO STEP 836 (remove_files) COMPLETE
68762024-12-20T23:20:30.945Z[ recovery-image] Dec 20 23:20:29.409 INFO O| Dec 20 23:20:29.409 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68772024-12-20T23:20:30.956Z[ recovery-image] Dec 20 23:20:29.420 INFO O| Dec 20 23:20:29.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
68782024-12-20T23:20:30.957Z[ recovery-image] Dec 20 23:20:29.420 INFO O| Dec 20 23:20:29.420 INFO STEP 837 (remove_files) COMPLETE
68792024-12-20T23:20:30.957Z[ recovery-image] Dec 20 23:20:29.420 INFO O| Dec 20 23:20:29.420 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68802024-12-20T23:20:30.969Z[ recovery-image] Dec 20 23:20:29.433 INFO O| Dec 20 23:20:29.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
68812024-12-20T23:20:30.969Z[ recovery-image] Dec 20 23:20:29.433 INFO O| Dec 20 23:20:29.433 INFO STEP 838 (remove_files) COMPLETE
68822024-12-20T23:20:30.973Z[ recovery-image] Dec 20 23:20:29.433 INFO O| Dec 20 23:20:29.433 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68832024-12-20T23:20:30.982Z[ recovery-image] Dec 20 23:20:29.446 INFO O| Dec 20 23:20:29.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
68842024-12-20T23:20:30.982Z[ recovery-image] Dec 20 23:20:29.446 INFO O| Dec 20 23:20:29.446 INFO STEP 839 (remove_files) COMPLETE
68852024-12-20T23:20:30.985Z[ recovery-image] Dec 20 23:20:29.446 INFO O| Dec 20 23:20:29.446 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68862024-12-20T23:20:30.995Z[ recovery-image] Dec 20 23:20:29.458 INFO O| Dec 20 23:20:29.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
68872024-12-20T23:20:30.995Z[ recovery-image] Dec 20 23:20:29.459 INFO O| Dec 20 23:20:29.458 INFO STEP 840 (remove_files) COMPLETE
68882024-12-20T23:20:30.997Z[ recovery-image] Dec 20 23:20:29.459 INFO O| Dec 20 23:20:29.459 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68892024-12-20T23:20:31.021Z[ recovery-image] Dec 20 23:20:29.471 INFO O| Dec 20 23:20:29.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
68902024-12-20T23:20:31.021Z[ recovery-image] Dec 20 23:20:29.471 INFO O| Dec 20 23:20:29.471 INFO STEP 841 (remove_files) COMPLETE
68912024-12-20T23:20:31.021Z[ recovery-image] Dec 20 23:20:29.471 INFO O| Dec 20 23:20:29.471 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68922024-12-20T23:20:31.032Z[ host-image] Dec 20 23:20:29.472 INFO O| Dec 20 23:20:29.472 INFO O| Actions: 15628/49485 actions (Installing new actions)
68932024-12-20T23:20:31.032Z[ recovery-image] Dec 20 23:20:29.482 INFO O| Dec 20 23:20:29.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
68942024-12-20T23:20:31.032Z[ recovery-image] Dec 20 23:20:29.482 INFO O| Dec 20 23:20:29.482 INFO STEP 842 (remove_files) COMPLETE
68952024-12-20T23:20:31.032Z[ recovery-image] Dec 20 23:20:29.482 INFO O| Dec 20 23:20:29.482 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68962024-12-20T23:20:31.034Z[ recovery-image] Dec 20 23:20:29.495 INFO O| Dec 20 23:20:29.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
68972024-12-20T23:20:31.034Z[ recovery-image] Dec 20 23:20:29.495 INFO O| Dec 20 23:20:29.495 INFO STEP 843 (remove_files) COMPLETE
68982024-12-20T23:20:31.034Z[ recovery-image] Dec 20 23:20:29.495 INFO O| Dec 20 23:20:29.495 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68992024-12-20T23:20:31.043Z[ recovery-image] Dec 20 23:20:29.507 INFO O| Dec 20 23:20:29.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
69002024-12-20T23:20:31.043Z[ recovery-image] Dec 20 23:20:29.507 INFO O| Dec 20 23:20:29.507 INFO STEP 844 (remove_files) COMPLETE
69012024-12-20T23:20:31.043Z[ recovery-image] Dec 20 23:20:29.507 INFO O| Dec 20 23:20:29.507 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69022024-12-20T23:20:31.056Z[ recovery-image] Dec 20 23:20:29.520 INFO O| Dec 20 23:20:29.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
69032024-12-20T23:20:31.056Z[ recovery-image] Dec 20 23:20:29.520 INFO O| Dec 20 23:20:29.520 INFO STEP 845 (remove_files) COMPLETE
69042024-12-20T23:20:31.060Z[ recovery-image] Dec 20 23:20:29.520 INFO O| Dec 20 23:20:29.520 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69052024-12-20T23:20:31.068Z[ recovery-image] Dec 20 23:20:29.532 INFO O| Dec 20 23:20:29.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
69062024-12-20T23:20:31.068Z[ recovery-image] Dec 20 23:20:29.532 INFO O| Dec 20 23:20:29.532 INFO STEP 846 (remove_files) COMPLETE
69072024-12-20T23:20:31.070Z[ recovery-image] Dec 20 23:20:29.532 INFO O| Dec 20 23:20:29.532 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69082024-12-20T23:20:31.080Z[ recovery-image] Dec 20 23:20:29.544 INFO O| Dec 20 23:20:29.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
69092024-12-20T23:20:31.083Z[ recovery-image] Dec 20 23:20:29.544 INFO O| Dec 20 23:20:29.544 INFO STEP 847 (remove_files) COMPLETE
69102024-12-20T23:20:31.083Z[ recovery-image] Dec 20 23:20:29.544 INFO O| Dec 20 23:20:29.544 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69112024-12-20T23:20:31.092Z[ recovery-image] Dec 20 23:20:29.555 INFO O| Dec 20 23:20:29.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
69122024-12-20T23:20:31.092Z[ recovery-image] Dec 20 23:20:29.555 INFO O| Dec 20 23:20:29.555 INFO STEP 848 (remove_files) COMPLETE
69132024-12-20T23:20:31.092Z[ recovery-image] Dec 20 23:20:29.555 INFO O| Dec 20 23:20:29.555 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69142024-12-20T23:20:31.105Z[ recovery-image] Dec 20 23:20:29.568 INFO O| Dec 20 23:20:29.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
69152024-12-20T23:20:31.105Z[ recovery-image] Dec 20 23:20:29.568 INFO O| Dec 20 23:20:29.568 INFO STEP 849 (remove_files) COMPLETE
69162024-12-20T23:20:31.105Z[ recovery-image] Dec 20 23:20:29.568 INFO O| Dec 20 23:20:29.568 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69172024-12-20T23:20:31.119Z[ recovery-image] Dec 20 23:20:29.582 INFO O| Dec 20 23:20:29.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
69182024-12-20T23:20:31.121Z[ recovery-image] Dec 20 23:20:29.583 INFO O| Dec 20 23:20:29.583 INFO STEP 850 (remove_files) COMPLETE
69192024-12-20T23:20:31.121Z[ recovery-image] Dec 20 23:20:29.583 INFO O| Dec 20 23:20:29.583 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69202024-12-20T23:20:31.133Z[ recovery-image] Dec 20 23:20:29.596 INFO O| Dec 20 23:20:29.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
69212024-12-20T23:20:31.133Z[ recovery-image] Dec 20 23:20:29.597 INFO O| Dec 20 23:20:29.597 INFO STEP 851 (remove_files) COMPLETE
69222024-12-20T23:20:31.136Z[ recovery-image] Dec 20 23:20:29.597 INFO O| Dec 20 23:20:29.597 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69232024-12-20T23:20:31.145Z[ recovery-image] Dec 20 23:20:29.609 INFO O| Dec 20 23:20:29.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
69242024-12-20T23:20:31.145Z[ recovery-image] Dec 20 23:20:29.609 INFO O| Dec 20 23:20:29.609 INFO STEP 852 (remove_files) COMPLETE
69252024-12-20T23:20:31.148Z[ recovery-image] Dec 20 23:20:29.609 INFO O| Dec 20 23:20:29.609 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69262024-12-20T23:20:31.156Z[ recovery-image] Dec 20 23:20:29.620 INFO O| Dec 20 23:20:29.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
69272024-12-20T23:20:31.156Z[ recovery-image] Dec 20 23:20:29.620 INFO O| Dec 20 23:20:29.620 INFO STEP 853 (remove_files) COMPLETE
69282024-12-20T23:20:31.159Z[ recovery-image] Dec 20 23:20:29.620 INFO O| Dec 20 23:20:29.620 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69292024-12-20T23:20:31.167Z[ recovery-image] Dec 20 23:20:29.630 INFO O| Dec 20 23:20:29.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
69302024-12-20T23:20:31.167Z[ recovery-image] Dec 20 23:20:29.630 INFO O| Dec 20 23:20:29.630 INFO STEP 854 (remove_files) COMPLETE
69312024-12-20T23:20:31.169Z[ recovery-image] Dec 20 23:20:29.630 INFO O| Dec 20 23:20:29.630 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69322024-12-20T23:20:31.177Z[ recovery-image] Dec 20 23:20:29.640 INFO O| Dec 20 23:20:29.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
69332024-12-20T23:20:31.177Z[ recovery-image] Dec 20 23:20:29.640 INFO O| Dec 20 23:20:29.640 INFO STEP 855 (remove_files) COMPLETE
69342024-12-20T23:20:31.177Z[ recovery-image] Dec 20 23:20:29.640 INFO O| Dec 20 23:20:29.640 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69352024-12-20T23:20:31.186Z[ recovery-image] Dec 20 23:20:29.650 INFO O| Dec 20 23:20:29.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
69362024-12-20T23:20:31.186Z[ recovery-image] Dec 20 23:20:29.650 INFO O| Dec 20 23:20:29.650 INFO STEP 856 (remove_files) COMPLETE
69372024-12-20T23:20:31.186Z[ recovery-image] Dec 20 23:20:29.650 INFO O| Dec 20 23:20:29.650 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69382024-12-20T23:20:31.196Z[ recovery-image] Dec 20 23:20:29.659 INFO O| Dec 20 23:20:29.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
69392024-12-20T23:20:31.198Z[ recovery-image] Dec 20 23:20:29.659 INFO O| Dec 20 23:20:29.659 INFO STEP 857 (remove_files) COMPLETE
69402024-12-20T23:20:31.198Z[ recovery-image] Dec 20 23:20:29.659 INFO O| Dec 20 23:20:29.659 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69412024-12-20T23:20:31.206Z[ recovery-image] Dec 20 23:20:29.669 INFO O| Dec 20 23:20:29.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
69422024-12-20T23:20:31.206Z[ recovery-image] Dec 20 23:20:29.670 INFO O| Dec 20 23:20:29.670 INFO STEP 858 (remove_files) COMPLETE
69432024-12-20T23:20:31.208Z[ recovery-image] Dec 20 23:20:29.670 INFO O| Dec 20 23:20:29.670 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69442024-12-20T23:20:31.216Z[ recovery-image] Dec 20 23:20:29.680 INFO O| Dec 20 23:20:29.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
69452024-12-20T23:20:31.216Z[ recovery-image] Dec 20 23:20:29.680 INFO O| Dec 20 23:20:29.680 INFO STEP 859 (remove_files) COMPLETE
69462024-12-20T23:20:31.219Z[ recovery-image] Dec 20 23:20:29.680 INFO O| Dec 20 23:20:29.680 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69472024-12-20T23:20:31.226Z[ recovery-image] Dec 20 23:20:29.690 INFO O| Dec 20 23:20:29.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
69482024-12-20T23:20:31.226Z[ recovery-image] Dec 20 23:20:29.690 INFO O| Dec 20 23:20:29.690 INFO STEP 860 (remove_files) COMPLETE
69492024-12-20T23:20:31.226Z[ recovery-image] Dec 20 23:20:29.690 INFO O| Dec 20 23:20:29.690 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69502024-12-20T23:20:31.236Z[ recovery-image] Dec 20 23:20:29.700 INFO O| Dec 20 23:20:29.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
69512024-12-20T23:20:31.239Z[ recovery-image] Dec 20 23:20:29.700 INFO O| Dec 20 23:20:29.700 INFO STEP 861 (remove_files) COMPLETE
69522024-12-20T23:20:31.239Z[ recovery-image] Dec 20 23:20:29.700 INFO O| Dec 20 23:20:29.700 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69532024-12-20T23:20:31.247Z[ recovery-image] Dec 20 23:20:29.711 INFO O| Dec 20 23:20:29.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
69542024-12-20T23:20:31.248Z[ recovery-image] Dec 20 23:20:29.711 INFO O| Dec 20 23:20:29.711 INFO STEP 862 (remove_files) COMPLETE
69552024-12-20T23:20:31.248Z[ recovery-image] Dec 20 23:20:29.711 INFO O| Dec 20 23:20:29.711 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69562024-12-20T23:20:31.258Z[ recovery-image] Dec 20 23:20:29.721 INFO O| Dec 20 23:20:29.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
69572024-12-20T23:20:31.258Z[ recovery-image] Dec 20 23:20:29.722 INFO O| Dec 20 23:20:29.721 INFO STEP 863 (remove_files) COMPLETE
69582024-12-20T23:20:31.260Z[ recovery-image] Dec 20 23:20:29.722 INFO O| Dec 20 23:20:29.722 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69592024-12-20T23:20:31.268Z[ recovery-image] Dec 20 23:20:29.732 INFO O| Dec 20 23:20:29.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
69602024-12-20T23:20:31.268Z[ recovery-image] Dec 20 23:20:29.732 INFO O| Dec 20 23:20:29.732 INFO STEP 864 (remove_files) COMPLETE
69612024-12-20T23:20:31.270Z[ recovery-image] Dec 20 23:20:29.732 INFO O| Dec 20 23:20:29.732 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69622024-12-20T23:20:31.278Z[ recovery-image] Dec 20 23:20:29.742 INFO O| Dec 20 23:20:29.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
69632024-12-20T23:20:31.278Z[ recovery-image] Dec 20 23:20:29.742 INFO O| Dec 20 23:20:29.742 INFO STEP 865 (remove_files) COMPLETE
69642024-12-20T23:20:31.281Z[ recovery-image] Dec 20 23:20:29.742 INFO O| Dec 20 23:20:29.742 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69652024-12-20T23:20:31.289Z[ recovery-image] Dec 20 23:20:29.753 INFO O| Dec 20 23:20:29.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
69662024-12-20T23:20:31.289Z[ recovery-image] Dec 20 23:20:29.753 INFO O| Dec 20 23:20:29.753 INFO STEP 866 (remove_files) COMPLETE
69672024-12-20T23:20:31.293Z[ recovery-image] Dec 20 23:20:29.753 INFO O| Dec 20 23:20:29.753 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69682024-12-20T23:20:31.301Z[ recovery-image] Dec 20 23:20:29.763 INFO O| Dec 20 23:20:29.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
69692024-12-20T23:20:31.301Z[ recovery-image] Dec 20 23:20:29.763 INFO O| Dec 20 23:20:29.763 INFO STEP 867 (remove_files) COMPLETE
69702024-12-20T23:20:31.301Z[ recovery-image] Dec 20 23:20:29.763 INFO O| Dec 20 23:20:29.763 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69712024-12-20T23:20:31.310Z[ recovery-image] Dec 20 23:20:29.774 INFO O| Dec 20 23:20:29.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
69722024-12-20T23:20:31.310Z[ recovery-image] Dec 20 23:20:29.774 INFO O| Dec 20 23:20:29.774 INFO STEP 868 (remove_files) COMPLETE
69732024-12-20T23:20:31.319Z[ recovery-image] Dec 20 23:20:29.774 INFO O| Dec 20 23:20:29.774 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69742024-12-20T23:20:31.322Z[ recovery-image] Dec 20 23:20:29.784 INFO O| Dec 20 23:20:29.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
69752024-12-20T23:20:31.322Z[ recovery-image] Dec 20 23:20:29.784 INFO O| Dec 20 23:20:29.784 INFO STEP 869 (remove_files) COMPLETE
69762024-12-20T23:20:31.322Z[ recovery-image] Dec 20 23:20:29.784 INFO O| Dec 20 23:20:29.784 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69772024-12-20T23:20:31.330Z[ recovery-image] Dec 20 23:20:29.794 INFO O| Dec 20 23:20:29.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
69782024-12-20T23:20:31.330Z[ recovery-image] Dec 20 23:20:29.794 INFO O| Dec 20 23:20:29.794 INFO STEP 870 (remove_files) COMPLETE
69792024-12-20T23:20:31.333Z[ recovery-image] Dec 20 23:20:29.794 INFO O| Dec 20 23:20:29.794 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69802024-12-20T23:20:31.341Z[ recovery-image] Dec 20 23:20:29.805 INFO O| Dec 20 23:20:29.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
69812024-12-20T23:20:31.341Z[ recovery-image] Dec 20 23:20:29.805 INFO O| Dec 20 23:20:29.805 INFO STEP 871 (remove_files) COMPLETE
69822024-12-20T23:20:31.344Z[ recovery-image] Dec 20 23:20:29.805 INFO O| Dec 20 23:20:29.805 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69832024-12-20T23:20:31.351Z[ recovery-image] Dec 20 23:20:29.815 INFO O| Dec 20 23:20:29.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
69842024-12-20T23:20:31.353Z[ recovery-image] Dec 20 23:20:29.815 INFO O| Dec 20 23:20:29.815 INFO STEP 872 (remove_files) COMPLETE
69852024-12-20T23:20:31.354Z[ recovery-image] Dec 20 23:20:29.815 INFO O| Dec 20 23:20:29.815 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69862024-12-20T23:20:31.362Z[ recovery-image] Dec 20 23:20:29.825 INFO O| Dec 20 23:20:29.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
69872024-12-20T23:20:31.362Z[ recovery-image] Dec 20 23:20:29.826 INFO O| Dec 20 23:20:29.825 INFO STEP 873 (remove_files) COMPLETE
69882024-12-20T23:20:31.362Z[ recovery-image] Dec 20 23:20:29.826 INFO O| Dec 20 23:20:29.826 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69892024-12-20T23:20:31.372Z[ recovery-image] Dec 20 23:20:29.836 INFO O| Dec 20 23:20:29.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
69902024-12-20T23:20:31.372Z[ recovery-image] Dec 20 23:20:29.836 INFO O| Dec 20 23:20:29.836 INFO STEP 874 (remove_files) COMPLETE
69912024-12-20T23:20:31.372Z[ recovery-image] Dec 20 23:20:29.836 INFO O| Dec 20 23:20:29.836 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69922024-12-20T23:20:31.383Z[ recovery-image] Dec 20 23:20:29.847 INFO O| Dec 20 23:20:29.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
69932024-12-20T23:20:31.383Z[ recovery-image] Dec 20 23:20:29.847 INFO O| Dec 20 23:20:29.847 INFO STEP 875 (remove_files) COMPLETE
69942024-12-20T23:20:31.383Z[ recovery-image] Dec 20 23:20:29.847 INFO O| Dec 20 23:20:29.847 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69952024-12-20T23:20:31.394Z[ recovery-image] Dec 20 23:20:29.857 INFO O| Dec 20 23:20:29.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
69962024-12-20T23:20:31.394Z[ recovery-image] Dec 20 23:20:29.858 INFO O| Dec 20 23:20:29.858 INFO STEP 876 (remove_files) COMPLETE
69972024-12-20T23:20:31.394Z[ recovery-image] Dec 20 23:20:29.858 INFO O| Dec 20 23:20:29.858 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69982024-12-20T23:20:31.404Z[ recovery-image] Dec 20 23:20:29.867 INFO O| Dec 20 23:20:29.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
69992024-12-20T23:20:31.404Z[ recovery-image] Dec 20 23:20:29.868 INFO O| Dec 20 23:20:29.868 INFO STEP 877 (remove_files) COMPLETE
70002024-12-20T23:20:31.404Z[ recovery-image] Dec 20 23:20:29.868 INFO O| Dec 20 23:20:29.868 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70012024-12-20T23:20:31.414Z[ recovery-image] Dec 20 23:20:29.878 INFO O| Dec 20 23:20:29.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
70022024-12-20T23:20:31.414Z[ recovery-image] Dec 20 23:20:29.878 INFO O| Dec 20 23:20:29.878 INFO STEP 878 (remove_files) COMPLETE
70032024-12-20T23:20:31.417Z[ recovery-image] Dec 20 23:20:29.878 INFO O| Dec 20 23:20:29.878 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70042024-12-20T23:20:31.424Z[ recovery-image] Dec 20 23:20:29.888 INFO O| Dec 20 23:20:29.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
70052024-12-20T23:20:31.426Z[ recovery-image] Dec 20 23:20:29.888 INFO O| Dec 20 23:20:29.888 INFO STEP 879 (remove_files) COMPLETE
70062024-12-20T23:20:31.426Z[ recovery-image] Dec 20 23:20:29.888 INFO O| Dec 20 23:20:29.888 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70072024-12-20T23:20:31.434Z[ recovery-image] Dec 20 23:20:29.898 INFO O| Dec 20 23:20:29.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
70082024-12-20T23:20:31.435Z[ recovery-image] Dec 20 23:20:29.898 INFO O| Dec 20 23:20:29.898 INFO STEP 880 (remove_files) COMPLETE
70092024-12-20T23:20:31.438Z[ recovery-image] Dec 20 23:20:29.898 INFO O| Dec 20 23:20:29.898 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70102024-12-20T23:20:31.445Z[ recovery-image] Dec 20 23:20:29.908 INFO O| Dec 20 23:20:29.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
70112024-12-20T23:20:31.445Z[ recovery-image] Dec 20 23:20:29.908 INFO O| Dec 20 23:20:29.908 INFO STEP 881 (remove_files) COMPLETE
70122024-12-20T23:20:31.447Z[ recovery-image] Dec 20 23:20:29.909 INFO O| Dec 20 23:20:29.908 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70132024-12-20T23:20:31.458Z[ recovery-image] Dec 20 23:20:29.921 INFO O| Dec 20 23:20:29.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
70142024-12-20T23:20:31.458Z[ recovery-image] Dec 20 23:20:29.921 INFO O| Dec 20 23:20:29.921 INFO STEP 882 (remove_files) COMPLETE
70152024-12-20T23:20:31.458Z[ recovery-image] Dec 20 23:20:29.921 INFO O| Dec 20 23:20:29.921 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70162024-12-20T23:20:31.471Z[ recovery-image] Dec 20 23:20:29.935 INFO O| Dec 20 23:20:29.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
70172024-12-20T23:20:31.473Z[ recovery-image] Dec 20 23:20:29.935 INFO O| Dec 20 23:20:29.935 INFO STEP 883 (remove_files) COMPLETE
70182024-12-20T23:20:31.473Z[ recovery-image] Dec 20 23:20:29.935 INFO O| Dec 20 23:20:29.935 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70192024-12-20T23:20:31.484Z[ recovery-image] Dec 20 23:20:29.947 INFO O| Dec 20 23:20:29.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
70202024-12-20T23:20:31.484Z[ recovery-image] Dec 20 23:20:29.948 INFO O| Dec 20 23:20:29.948 INFO STEP 884 (remove_files) COMPLETE
70212024-12-20T23:20:31.486Z[ recovery-image] Dec 20 23:20:29.948 INFO O| Dec 20 23:20:29.948 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70222024-12-20T23:20:31.498Z[ recovery-image] Dec 20 23:20:29.962 INFO O| Dec 20 23:20:29.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
70232024-12-20T23:20:31.499Z[ recovery-image] Dec 20 23:20:29.962 INFO O| Dec 20 23:20:29.962 INFO STEP 885 (remove_files) COMPLETE
70242024-12-20T23:20:31.502Z[ recovery-image] Dec 20 23:20:29.962 INFO O| Dec 20 23:20:29.962 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70252024-12-20T23:20:31.509Z[ recovery-image] Dec 20 23:20:29.973 INFO O| Dec 20 23:20:29.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
70262024-12-20T23:20:31.509Z[ recovery-image] Dec 20 23:20:29.973 INFO O| Dec 20 23:20:29.973 INFO STEP 886 (remove_files) COMPLETE
70272024-12-20T23:20:31.509Z[ recovery-image] Dec 20 23:20:29.973 INFO O| Dec 20 23:20:29.973 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70282024-12-20T23:20:31.522Z[ recovery-image] Dec 20 23:20:29.986 INFO O| Dec 20 23:20:29.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
70292024-12-20T23:20:31.522Z[ recovery-image] Dec 20 23:20:29.986 INFO O| Dec 20 23:20:29.986 INFO STEP 887 (remove_files) COMPLETE
70302024-12-20T23:20:31.522Z[ recovery-image] Dec 20 23:20:29.986 INFO O| Dec 20 23:20:29.986 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70312024-12-20T23:20:31.533Z[ recovery-image] Dec 20 23:20:29.997 INFO O| Dec 20 23:20:29.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
70322024-12-20T23:20:31.533Z[ recovery-image] Dec 20 23:20:29.997 INFO O| Dec 20 23:20:29.997 INFO STEP 888 (remove_files) COMPLETE
70332024-12-20T23:20:31.533Z[ recovery-image] Dec 20 23:20:29.997 INFO O| Dec 20 23:20:29.997 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70342024-12-20T23:20:31.544Z[ recovery-image] Dec 20 23:20:30.008 INFO O| Dec 20 23:20:30.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
70352024-12-20T23:20:31.545Z[ recovery-image] Dec 20 23:20:30.008 INFO O| Dec 20 23:20:30.008 INFO STEP 889 (remove_files) COMPLETE
70362024-12-20T23:20:31.545Z[ recovery-image] Dec 20 23:20:30.008 INFO O| Dec 20 23:20:30.008 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70372024-12-20T23:20:31.556Z[ recovery-image] Dec 20 23:20:30.019 INFO O| Dec 20 23:20:30.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
70382024-12-20T23:20:31.558Z[ recovery-image] Dec 20 23:20:30.019 INFO O| Dec 20 23:20:30.019 INFO STEP 890 (remove_files) COMPLETE
70392024-12-20T23:20:31.558Z[ recovery-image] Dec 20 23:20:30.019 INFO O| Dec 20 23:20:30.019 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70402024-12-20T23:20:31.566Z[ recovery-image] Dec 20 23:20:30.030 INFO O| Dec 20 23:20:30.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
70412024-12-20T23:20:31.566Z[ recovery-image] Dec 20 23:20:30.030 INFO O| Dec 20 23:20:30.030 INFO STEP 891 (remove_files) COMPLETE
70422024-12-20T23:20:31.566Z[ recovery-image] Dec 20 23:20:30.030 INFO O| Dec 20 23:20:30.030 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70432024-12-20T23:20:31.576Z[ recovery-image] Dec 20 23:20:30.040 INFO O| Dec 20 23:20:30.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
70442024-12-20T23:20:31.577Z[ recovery-image] Dec 20 23:20:30.040 INFO O| Dec 20 23:20:30.040 INFO STEP 892 (remove_files) COMPLETE
70452024-12-20T23:20:31.579Z[ recovery-image] Dec 20 23:20:30.040 INFO O| Dec 20 23:20:30.040 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70462024-12-20T23:20:31.588Z[ recovery-image] Dec 20 23:20:30.051 INFO O| Dec 20 23:20:30.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
70472024-12-20T23:20:31.588Z[ recovery-image] Dec 20 23:20:30.051 INFO O| Dec 20 23:20:30.051 INFO STEP 893 (remove_files) COMPLETE
70482024-12-20T23:20:31.588Z[ recovery-image] Dec 20 23:20:30.051 INFO O| Dec 20 23:20:30.051 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70492024-12-20T23:20:31.604Z[ recovery-image] Dec 20 23:20:30.066 INFO O| Dec 20 23:20:30.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
70502024-12-20T23:20:31.604Z[ recovery-image] Dec 20 23:20:30.066 INFO O| Dec 20 23:20:30.066 INFO STEP 894 (remove_files) COMPLETE
70512024-12-20T23:20:31.606Z[ recovery-image] Dec 20 23:20:30.066 INFO O| Dec 20 23:20:30.066 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70522024-12-20T23:20:31.616Z[ recovery-image] Dec 20 23:20:30.079 INFO O| Dec 20 23:20:30.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
70532024-12-20T23:20:31.616Z[ recovery-image] Dec 20 23:20:30.079 INFO O| Dec 20 23:20:30.079 INFO STEP 895 (remove_files) COMPLETE
70542024-12-20T23:20:31.619Z[ recovery-image] Dec 20 23:20:30.079 INFO O| Dec 20 23:20:30.079 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70552024-12-20T23:20:31.628Z[ recovery-image] Dec 20 23:20:30.090 INFO O| Dec 20 23:20:30.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
70562024-12-20T23:20:31.631Z[ recovery-image] Dec 20 23:20:30.090 INFO O| Dec 20 23:20:30.090 INFO STEP 896 (remove_files) COMPLETE
70572024-12-20T23:20:31.631Z[ recovery-image] Dec 20 23:20:30.090 INFO O| Dec 20 23:20:30.090 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70582024-12-20T23:20:31.637Z[ recovery-image] Dec 20 23:20:30.101 INFO O| Dec 20 23:20:30.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
70592024-12-20T23:20:31.637Z[ recovery-image] Dec 20 23:20:30.101 INFO O| Dec 20 23:20:30.101 INFO STEP 897 (remove_files) COMPLETE
70602024-12-20T23:20:31.640Z[ recovery-image] Dec 20 23:20:30.101 INFO O| Dec 20 23:20:30.101 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70612024-12-20T23:20:31.647Z[ recovery-image] Dec 20 23:20:30.111 INFO O| Dec 20 23:20:30.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
70622024-12-20T23:20:31.647Z[ recovery-image] Dec 20 23:20:30.111 INFO O| Dec 20 23:20:30.111 INFO STEP 898 (remove_files) COMPLETE
70632024-12-20T23:20:31.650Z[ recovery-image] Dec 20 23:20:30.111 INFO O| Dec 20 23:20:30.111 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70642024-12-20T23:20:31.657Z[ recovery-image] Dec 20 23:20:30.121 INFO O| Dec 20 23:20:30.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
70652024-12-20T23:20:31.660Z[ recovery-image] Dec 20 23:20:30.121 INFO O| Dec 20 23:20:30.121 INFO STEP 899 (remove_files) COMPLETE
70662024-12-20T23:20:31.660Z[ recovery-image] Dec 20 23:20:30.121 INFO O| Dec 20 23:20:30.121 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70672024-12-20T23:20:31.668Z[ recovery-image] Dec 20 23:20:30.132 INFO O| Dec 20 23:20:30.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
70682024-12-20T23:20:31.668Z[ recovery-image] Dec 20 23:20:30.132 INFO O| Dec 20 23:20:30.132 INFO STEP 900 (remove_files) COMPLETE
70692024-12-20T23:20:31.668Z[ recovery-image] Dec 20 23:20:30.132 INFO O| Dec 20 23:20:30.132 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70702024-12-20T23:20:31.679Z[ recovery-image] Dec 20 23:20:30.142 INFO O| Dec 20 23:20:30.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
70712024-12-20T23:20:31.680Z[ recovery-image] Dec 20 23:20:30.142 INFO O| Dec 20 23:20:30.142 INFO STEP 901 (remove_files) COMPLETE
70722024-12-20T23:20:31.682Z[ recovery-image] Dec 20 23:20:30.142 INFO O| Dec 20 23:20:30.142 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70732024-12-20T23:20:31.690Z[ recovery-image] Dec 20 23:20:30.153 INFO O| Dec 20 23:20:30.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
70742024-12-20T23:20:31.690Z[ recovery-image] Dec 20 23:20:30.153 INFO O| Dec 20 23:20:30.153 INFO STEP 902 (remove_files) COMPLETE
70752024-12-20T23:20:31.690Z[ recovery-image] Dec 20 23:20:30.153 INFO O| Dec 20 23:20:30.153 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70762024-12-20T23:20:31.700Z[ recovery-image] Dec 20 23:20:30.164 INFO O| Dec 20 23:20:30.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
70772024-12-20T23:20:31.703Z[ recovery-image] Dec 20 23:20:30.164 INFO O| Dec 20 23:20:30.164 INFO STEP 903 (remove_files) COMPLETE
70782024-12-20T23:20:31.703Z[ recovery-image] Dec 20 23:20:30.164 INFO O| Dec 20 23:20:30.164 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70792024-12-20T23:20:31.710Z[ recovery-image] Dec 20 23:20:30.174 INFO O| Dec 20 23:20:30.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
70802024-12-20T23:20:31.710Z[ recovery-image] Dec 20 23:20:30.174 INFO O| Dec 20 23:20:30.174 INFO STEP 904 (remove_files) COMPLETE
70812024-12-20T23:20:31.713Z[ recovery-image] Dec 20 23:20:30.174 INFO O| Dec 20 23:20:30.174 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70822024-12-20T23:20:31.721Z[ recovery-image] Dec 20 23:20:30.185 INFO O| Dec 20 23:20:30.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
70832024-12-20T23:20:31.721Z[ recovery-image] Dec 20 23:20:30.185 INFO O| Dec 20 23:20:30.185 INFO STEP 905 (remove_files) COMPLETE
70842024-12-20T23:20:31.721Z[ recovery-image] Dec 20 23:20:30.185 INFO O| Dec 20 23:20:30.185 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70852024-12-20T23:20:31.734Z[ recovery-image] Dec 20 23:20:30.198 INFO O| Dec 20 23:20:30.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
70862024-12-20T23:20:31.734Z[ recovery-image] Dec 20 23:20:30.198 INFO O| Dec 20 23:20:30.198 INFO STEP 906 (remove_files) COMPLETE
70872024-12-20T23:20:31.734Z[ recovery-image] Dec 20 23:20:30.198 INFO O| Dec 20 23:20:30.198 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70882024-12-20T23:20:31.745Z[ recovery-image] Dec 20 23:20:30.209 INFO O| Dec 20 23:20:30.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
70892024-12-20T23:20:31.745Z[ recovery-image] Dec 20 23:20:30.209 INFO O| Dec 20 23:20:30.209 INFO STEP 907 (remove_files) COMPLETE
70902024-12-20T23:20:31.748Z[ recovery-image] Dec 20 23:20:30.209 INFO O| Dec 20 23:20:30.209 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70912024-12-20T23:20:31.758Z[ recovery-image] Dec 20 23:20:30.220 INFO O| Dec 20 23:20:30.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
70922024-12-20T23:20:31.758Z[ recovery-image] Dec 20 23:20:30.220 INFO O| Dec 20 23:20:30.220 INFO STEP 908 (remove_files) COMPLETE
70932024-12-20T23:20:31.758Z[ recovery-image] Dec 20 23:20:30.220 INFO O| Dec 20 23:20:30.220 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70942024-12-20T23:20:31.769Z[ recovery-image] Dec 20 23:20:30.233 INFO O| Dec 20 23:20:30.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
70952024-12-20T23:20:31.772Z[ recovery-image] Dec 20 23:20:30.233 INFO O| Dec 20 23:20:30.233 INFO STEP 909 (remove_files) COMPLETE
70962024-12-20T23:20:31.772Z[ recovery-image] Dec 20 23:20:30.233 INFO O| Dec 20 23:20:30.233 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70972024-12-20T23:20:31.783Z[ recovery-image] Dec 20 23:20:30.247 INFO O| Dec 20 23:20:30.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
70982024-12-20T23:20:31.785Z[ recovery-image] Dec 20 23:20:30.247 INFO O| Dec 20 23:20:30.247 INFO STEP 910 (remove_files) COMPLETE
70992024-12-20T23:20:31.785Z[ recovery-image] Dec 20 23:20:30.247 INFO O| Dec 20 23:20:30.247 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71002024-12-20T23:20:31.797Z[ recovery-image] Dec 20 23:20:30.261 INFO O| Dec 20 23:20:30.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
71012024-12-20T23:20:31.798Z[ recovery-image] Dec 20 23:20:30.261 INFO O| Dec 20 23:20:30.261 INFO STEP 911 (remove_files) COMPLETE
71022024-12-20T23:20:31.798Z[ recovery-image] Dec 20 23:20:30.261 INFO O| Dec 20 23:20:30.261 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71032024-12-20T23:20:31.810Z[ recovery-image] Dec 20 23:20:30.273 INFO O| Dec 20 23:20:30.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
71042024-12-20T23:20:31.810Z[ recovery-image] Dec 20 23:20:30.274 INFO O| Dec 20 23:20:30.274 INFO STEP 912 (remove_files) COMPLETE
71052024-12-20T23:20:31.810Z[ recovery-image] Dec 20 23:20:30.274 INFO O| Dec 20 23:20:30.274 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71062024-12-20T23:20:31.821Z[ recovery-image] Dec 20 23:20:30.284 INFO O| Dec 20 23:20:30.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
71072024-12-20T23:20:31.821Z[ recovery-image] Dec 20 23:20:30.284 INFO O| Dec 20 23:20:30.284 INFO STEP 913 (remove_files) COMPLETE
71082024-12-20T23:20:31.823Z[ recovery-image] Dec 20 23:20:30.284 INFO O| Dec 20 23:20:30.284 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71092024-12-20T23:20:31.832Z[ recovery-image] Dec 20 23:20:30.296 INFO O| Dec 20 23:20:30.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
71102024-12-20T23:20:31.832Z[ recovery-image] Dec 20 23:20:30.296 INFO O| Dec 20 23:20:30.296 INFO STEP 914 (remove_files) COMPLETE
71112024-12-20T23:20:31.832Z[ recovery-image] Dec 20 23:20:30.296 INFO O| Dec 20 23:20:30.296 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71122024-12-20T23:20:31.843Z[ recovery-image] Dec 20 23:20:30.307 INFO O| Dec 20 23:20:30.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
71132024-12-20T23:20:31.843Z[ recovery-image] Dec 20 23:20:30.307 INFO O| Dec 20 23:20:30.307 INFO STEP 915 (remove_files) COMPLETE
71142024-12-20T23:20:31.849Z[ recovery-image] Dec 20 23:20:30.307 INFO O| Dec 20 23:20:30.307 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71152024-12-20T23:20:31.854Z[ recovery-image] Dec 20 23:20:30.318 INFO O| Dec 20 23:20:30.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
71162024-12-20T23:20:31.854Z[ recovery-image] Dec 20 23:20:30.318 INFO O| Dec 20 23:20:30.318 INFO STEP 916 (remove_files) COMPLETE
71172024-12-20T23:20:31.854Z[ recovery-image] Dec 20 23:20:30.318 INFO O| Dec 20 23:20:30.318 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71182024-12-20T23:20:31.865Z[ recovery-image] Dec 20 23:20:30.329 INFO O| Dec 20 23:20:30.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
71192024-12-20T23:20:31.865Z[ recovery-image] Dec 20 23:20:30.329 INFO O| Dec 20 23:20:30.329 INFO STEP 917 (remove_files) COMPLETE
71202024-12-20T23:20:31.868Z[ recovery-image] Dec 20 23:20:30.329 INFO O| Dec 20 23:20:30.329 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71212024-12-20T23:20:31.876Z[ recovery-image] Dec 20 23:20:30.340 INFO O| Dec 20 23:20:30.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
71222024-12-20T23:20:31.876Z[ recovery-image] Dec 20 23:20:30.340 INFO O| Dec 20 23:20:30.340 INFO STEP 918 (remove_files) COMPLETE
71232024-12-20T23:20:31.876Z[ recovery-image] Dec 20 23:20:30.340 INFO O| Dec 20 23:20:30.340 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71242024-12-20T23:20:31.888Z[ recovery-image] Dec 20 23:20:30.351 INFO O| Dec 20 23:20:30.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
71252024-12-20T23:20:31.888Z[ recovery-image] Dec 20 23:20:30.351 INFO O| Dec 20 23:20:30.351 INFO STEP 919 (remove_files) COMPLETE
71262024-12-20T23:20:31.889Z[ recovery-image] Dec 20 23:20:30.351 INFO O| Dec 20 23:20:30.351 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71272024-12-20T23:20:31.899Z[ recovery-image] Dec 20 23:20:30.362 INFO O| Dec 20 23:20:30.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
71282024-12-20T23:20:31.901Z[ recovery-image] Dec 20 23:20:30.362 INFO O| Dec 20 23:20:30.362 INFO STEP 920 (remove_files) COMPLETE
71292024-12-20T23:20:31.901Z[ recovery-image] Dec 20 23:20:30.362 INFO O| Dec 20 23:20:30.362 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71302024-12-20T23:20:31.909Z[ recovery-image] Dec 20 23:20:30.373 INFO O| Dec 20 23:20:30.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
71312024-12-20T23:20:31.909Z[ recovery-image] Dec 20 23:20:30.373 INFO O| Dec 20 23:20:30.373 INFO STEP 921 (remove_files) COMPLETE
71322024-12-20T23:20:31.910Z[ recovery-image] Dec 20 23:20:30.373 INFO O| Dec 20 23:20:30.373 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71332024-12-20T23:20:31.920Z[ recovery-image] Dec 20 23:20:30.384 INFO O| Dec 20 23:20:30.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
71342024-12-20T23:20:31.923Z[ recovery-image] Dec 20 23:20:30.384 INFO O| Dec 20 23:20:30.384 INFO STEP 922 (remove_files) COMPLETE
71352024-12-20T23:20:31.924Z[ recovery-image] Dec 20 23:20:30.384 INFO O| Dec 20 23:20:30.384 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71362024-12-20T23:20:31.931Z[ recovery-image] Dec 20 23:20:30.394 INFO O| Dec 20 23:20:30.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
71372024-12-20T23:20:31.931Z[ recovery-image] Dec 20 23:20:30.395 INFO O| Dec 20 23:20:30.395 INFO STEP 923 (remove_files) COMPLETE
71382024-12-20T23:20:31.933Z[ recovery-image] Dec 20 23:20:30.395 INFO O| Dec 20 23:20:30.395 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71392024-12-20T23:20:31.942Z[ recovery-image] Dec 20 23:20:30.405 INFO O| Dec 20 23:20:30.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
71402024-12-20T23:20:31.942Z[ recovery-image] Dec 20 23:20:30.405 INFO O| Dec 20 23:20:30.405 INFO STEP 924 (remove_files) COMPLETE
71412024-12-20T23:20:31.944Z[ recovery-image] Dec 20 23:20:30.405 INFO O| Dec 20 23:20:30.405 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71422024-12-20T23:20:31.952Z[ recovery-image] Dec 20 23:20:30.416 INFO O| Dec 20 23:20:30.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
71432024-12-20T23:20:31.952Z[ recovery-image] Dec 20 23:20:30.416 INFO O| Dec 20 23:20:30.416 INFO STEP 925 (remove_files) COMPLETE
71442024-12-20T23:20:31.955Z[ recovery-image] Dec 20 23:20:30.416 INFO O| Dec 20 23:20:30.416 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71452024-12-20T23:20:31.964Z[ recovery-image] Dec 20 23:20:30.428 INFO O| Dec 20 23:20:30.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
71462024-12-20T23:20:31.967Z[ recovery-image] Dec 20 23:20:30.428 INFO O| Dec 20 23:20:30.428 INFO STEP 926 (remove_files) COMPLETE
71472024-12-20T23:20:31.967Z[ recovery-image] Dec 20 23:20:30.428 INFO O| Dec 20 23:20:30.428 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71482024-12-20T23:20:31.975Z[ recovery-image] Dec 20 23:20:30.438 INFO O| Dec 20 23:20:30.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
71492024-12-20T23:20:31.977Z[ recovery-image] Dec 20 23:20:30.438 INFO O| Dec 20 23:20:30.438 INFO STEP 927 (remove_files) COMPLETE
71502024-12-20T23:20:31.977Z[ recovery-image] Dec 20 23:20:30.438 INFO O| Dec 20 23:20:30.438 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71512024-12-20T23:20:31.985Z[ recovery-image] Dec 20 23:20:30.449 INFO O| Dec 20 23:20:30.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
71522024-12-20T23:20:31.988Z[ recovery-image] Dec 20 23:20:30.449 INFO O| Dec 20 23:20:30.449 INFO STEP 928 (remove_files) COMPLETE
71532024-12-20T23:20:31.988Z[ recovery-image] Dec 20 23:20:30.449 INFO O| Dec 20 23:20:30.449 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71542024-12-20T23:20:31.996Z[ recovery-image] Dec 20 23:20:30.460 INFO O| Dec 20 23:20:30.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
71552024-12-20T23:20:31.996Z[ recovery-image] Dec 20 23:20:30.460 INFO O| Dec 20 23:20:30.460 INFO STEP 929 (remove_files) COMPLETE
71562024-12-20T23:20:31.999Z[ recovery-image] Dec 20 23:20:30.460 INFO O| Dec 20 23:20:30.460 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71572024-12-20T23:20:32.007Z[ recovery-image] Dec 20 23:20:30.471 INFO O| Dec 20 23:20:30.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
71582024-12-20T23:20:32.007Z[ recovery-image] Dec 20 23:20:30.471 INFO O| Dec 20 23:20:30.471 INFO STEP 930 (remove_files) COMPLETE
71592024-12-20T23:20:32.010Z[ recovery-image] Dec 20 23:20:30.471 INFO O| Dec 20 23:20:30.471 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71602024-12-20T23:20:32.019Z[ recovery-image] Dec 20 23:20:30.482 INFO O| Dec 20 23:20:30.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
71612024-12-20T23:20:32.019Z[ recovery-image] Dec 20 23:20:30.482 INFO O| Dec 20 23:20:30.482 INFO STEP 931 (remove_files) COMPLETE
71622024-12-20T23:20:32.022Z[ recovery-image] Dec 20 23:20:30.482 INFO O| Dec 20 23:20:30.482 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71632024-12-20T23:20:32.030Z[ recovery-image] Dec 20 23:20:30.493 INFO O| Dec 20 23:20:30.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
71642024-12-20T23:20:32.030Z[ recovery-image] Dec 20 23:20:30.493 INFO O| Dec 20 23:20:30.493 INFO STEP 932 (remove_files) COMPLETE
71652024-12-20T23:20:32.032Z[ recovery-image] Dec 20 23:20:30.493 INFO O| Dec 20 23:20:30.493 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71662024-12-20T23:20:32.040Z[ recovery-image] Dec 20 23:20:30.504 INFO O| Dec 20 23:20:30.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
71672024-12-20T23:20:32.040Z[ recovery-image] Dec 20 23:20:30.504 INFO O| Dec 20 23:20:30.504 INFO STEP 933 (remove_files) COMPLETE
71682024-12-20T23:20:32.040Z[ recovery-image] Dec 20 23:20:30.504 INFO O| Dec 20 23:20:30.504 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71692024-12-20T23:20:32.051Z[ recovery-image] Dec 20 23:20:30.514 INFO O| Dec 20 23:20:30.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
71702024-12-20T23:20:32.053Z[ recovery-image] Dec 20 23:20:30.515 INFO O| Dec 20 23:20:30.514 INFO STEP 934 (remove_files) COMPLETE
71712024-12-20T23:20:32.054Z[ recovery-image] Dec 20 23:20:30.515 INFO O| Dec 20 23:20:30.515 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71722024-12-20T23:20:32.061Z[ recovery-image] Dec 20 23:20:30.525 INFO O| Dec 20 23:20:30.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
71732024-12-20T23:20:32.061Z[ recovery-image] Dec 20 23:20:30.525 INFO O| Dec 20 23:20:30.525 INFO STEP 935 (remove_files) COMPLETE
71742024-12-20T23:20:32.061Z[ recovery-image] Dec 20 23:20:30.525 INFO O| Dec 20 23:20:30.525 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71752024-12-20T23:20:32.072Z[ recovery-image] Dec 20 23:20:30.535 INFO O| Dec 20 23:20:30.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
71762024-12-20T23:20:32.072Z[ recovery-image] Dec 20 23:20:30.535 INFO O| Dec 20 23:20:30.535 INFO STEP 936 (remove_files) COMPLETE
71772024-12-20T23:20:32.072Z[ recovery-image] Dec 20 23:20:30.535 INFO O| Dec 20 23:20:30.535 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71782024-12-20T23:20:32.082Z[ recovery-image] Dec 20 23:20:30.546 INFO O| Dec 20 23:20:30.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
71792024-12-20T23:20:32.082Z[ recovery-image] Dec 20 23:20:30.546 INFO O| Dec 20 23:20:30.546 INFO STEP 937 (remove_files) COMPLETE
71802024-12-20T23:20:32.085Z[ recovery-image] Dec 20 23:20:30.546 INFO O| Dec 20 23:20:30.546 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71812024-12-20T23:20:32.093Z[ recovery-image] Dec 20 23:20:30.556 INFO O| Dec 20 23:20:30.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
71822024-12-20T23:20:32.093Z[ recovery-image] Dec 20 23:20:30.556 INFO O| Dec 20 23:20:30.556 INFO STEP 938 (remove_files) COMPLETE
71832024-12-20T23:20:32.095Z[ recovery-image] Dec 20 23:20:30.556 INFO O| Dec 20 23:20:30.556 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71842024-12-20T23:20:32.103Z[ recovery-image] Dec 20 23:20:30.567 INFO O| Dec 20 23:20:30.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
71852024-12-20T23:20:32.103Z[ recovery-image] Dec 20 23:20:30.567 INFO O| Dec 20 23:20:30.567 INFO STEP 939 (remove_files) COMPLETE
71862024-12-20T23:20:32.107Z[ recovery-image] Dec 20 23:20:30.567 INFO O| Dec 20 23:20:30.567 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71872024-12-20T23:20:32.113Z[ recovery-image] Dec 20 23:20:30.577 INFO O| Dec 20 23:20:30.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
71882024-12-20T23:20:32.114Z[ recovery-image] Dec 20 23:20:30.577 INFO O| Dec 20 23:20:30.577 INFO STEP 940 (remove_files) COMPLETE
71892024-12-20T23:20:32.114Z[ recovery-image] Dec 20 23:20:30.577 INFO O| Dec 20 23:20:30.577 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71902024-12-20T23:20:32.124Z[ recovery-image] Dec 20 23:20:30.588 INFO O| Dec 20 23:20:30.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
71912024-12-20T23:20:32.126Z[ recovery-image] Dec 20 23:20:30.588 INFO O| Dec 20 23:20:30.588 INFO STEP 941 (remove_files) COMPLETE
71922024-12-20T23:20:32.126Z[ recovery-image] Dec 20 23:20:30.588 INFO O| Dec 20 23:20:30.588 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71932024-12-20T23:20:32.138Z[ recovery-image] Dec 20 23:20:30.598 INFO O| Dec 20 23:20:30.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
71942024-12-20T23:20:32.138Z[ recovery-image] Dec 20 23:20:30.598 INFO O| Dec 20 23:20:30.598 INFO STEP 942 (remove_files) COMPLETE
71952024-12-20T23:20:32.138Z[ recovery-image] Dec 20 23:20:30.598 INFO O| Dec 20 23:20:30.598 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71962024-12-20T23:20:32.146Z[ recovery-image] Dec 20 23:20:30.609 INFO O| Dec 20 23:20:30.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
71972024-12-20T23:20:32.146Z[ recovery-image] Dec 20 23:20:30.609 INFO O| Dec 20 23:20:30.609 INFO STEP 943 (remove_files) COMPLETE
71982024-12-20T23:20:32.150Z[ recovery-image] Dec 20 23:20:30.609 INFO O| Dec 20 23:20:30.609 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71992024-12-20T23:20:32.156Z[ recovery-image] Dec 20 23:20:30.620 INFO O| Dec 20 23:20:30.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
72002024-12-20T23:20:32.159Z[ recovery-image] Dec 20 23:20:30.620 INFO O| Dec 20 23:20:30.620 INFO STEP 944 (remove_files) COMPLETE
72012024-12-20T23:20:32.159Z[ recovery-image] Dec 20 23:20:30.620 INFO O| Dec 20 23:20:30.620 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72022024-12-20T23:20:32.167Z[ recovery-image] Dec 20 23:20:30.631 INFO O| Dec 20 23:20:30.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
72032024-12-20T23:20:32.167Z[ recovery-image] Dec 20 23:20:30.631 INFO O| Dec 20 23:20:30.631 INFO STEP 945 (remove_files) COMPLETE
72042024-12-20T23:20:32.170Z[ recovery-image] Dec 20 23:20:30.631 INFO O| Dec 20 23:20:30.631 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72052024-12-20T23:20:32.177Z[ recovery-image] Dec 20 23:20:30.641 INFO O| Dec 20 23:20:30.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
72062024-12-20T23:20:32.177Z[ recovery-image] Dec 20 23:20:30.641 INFO O| Dec 20 23:20:30.641 INFO STEP 946 (remove_files) COMPLETE
72072024-12-20T23:20:32.179Z[ recovery-image] Dec 20 23:20:30.641 INFO O| Dec 20 23:20:30.641 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72082024-12-20T23:20:32.187Z[ recovery-image] Dec 20 23:20:30.651 INFO O| Dec 20 23:20:30.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
72092024-12-20T23:20:32.190Z[ recovery-image] Dec 20 23:20:30.651 INFO O| Dec 20 23:20:30.651 INFO STEP 947 (remove_files) COMPLETE
72102024-12-20T23:20:32.190Z[ recovery-image] Dec 20 23:20:30.651 INFO O| Dec 20 23:20:30.651 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72112024-12-20T23:20:32.199Z[ recovery-image] Dec 20 23:20:30.662 INFO O| Dec 20 23:20:30.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
72122024-12-20T23:20:32.199Z[ recovery-image] Dec 20 23:20:30.662 INFO O| Dec 20 23:20:30.662 INFO STEP 948 (remove_files) COMPLETE
72132024-12-20T23:20:32.201Z[ recovery-image] Dec 20 23:20:30.662 INFO O| Dec 20 23:20:30.662 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72142024-12-20T23:20:32.211Z[ recovery-image] Dec 20 23:20:30.672 INFO O| Dec 20 23:20:30.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
72152024-12-20T23:20:32.211Z[ recovery-image] Dec 20 23:20:30.672 INFO O| Dec 20 23:20:30.672 INFO STEP 949 (remove_files) COMPLETE
72162024-12-20T23:20:32.212Z[ recovery-image] Dec 20 23:20:30.672 INFO O| Dec 20 23:20:30.672 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72172024-12-20T23:20:32.219Z[ recovery-image] Dec 20 23:20:30.683 INFO O| Dec 20 23:20:30.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
72182024-12-20T23:20:32.219Z[ recovery-image] Dec 20 23:20:30.683 INFO O| Dec 20 23:20:30.683 INFO STEP 950 (remove_files) COMPLETE
72192024-12-20T23:20:32.219Z[ recovery-image] Dec 20 23:20:30.683 INFO O| Dec 20 23:20:30.683 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72202024-12-20T23:20:32.234Z[ recovery-image] Dec 20 23:20:30.698 INFO O| Dec 20 23:20:30.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
72212024-12-20T23:20:32.234Z[ recovery-image] Dec 20 23:20:30.698 INFO O| Dec 20 23:20:30.698 INFO STEP 951 (remove_files) COMPLETE
72222024-12-20T23:20:32.237Z[ recovery-image] Dec 20 23:20:30.698 INFO O| Dec 20 23:20:30.698 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72232024-12-20T23:20:32.247Z[ recovery-image] Dec 20 23:20:30.711 INFO O| Dec 20 23:20:30.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
72242024-12-20T23:20:32.251Z[ recovery-image] Dec 20 23:20:30.711 INFO O| Dec 20 23:20:30.711 INFO STEP 952 (remove_files) COMPLETE
72252024-12-20T23:20:32.251Z[ recovery-image] Dec 20 23:20:30.711 INFO O| Dec 20 23:20:30.711 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72262024-12-20T23:20:32.262Z[ recovery-image] Dec 20 23:20:30.725 INFO O| Dec 20 23:20:30.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
72272024-12-20T23:20:32.262Z[ recovery-image] Dec 20 23:20:30.725 INFO O| Dec 20 23:20:30.725 INFO STEP 953 (remove_files) COMPLETE
72282024-12-20T23:20:32.265Z[ recovery-image] Dec 20 23:20:30.725 INFO O| Dec 20 23:20:30.725 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72292024-12-20T23:20:32.272Z[ recovery-image] Dec 20 23:20:30.736 INFO O| Dec 20 23:20:30.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
72302024-12-20T23:20:32.272Z[ recovery-image] Dec 20 23:20:30.736 INFO O| Dec 20 23:20:30.736 INFO STEP 954 (remove_files) COMPLETE
72312024-12-20T23:20:32.272Z[ recovery-image] Dec 20 23:20:30.736 INFO O| Dec 20 23:20:30.736 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72322024-12-20T23:20:32.285Z[ recovery-image] Dec 20 23:20:30.748 INFO O| Dec 20 23:20:30.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
72332024-12-20T23:20:32.285Z[ recovery-image] Dec 20 23:20:30.748 INFO O| Dec 20 23:20:30.748 INFO STEP 955 (remove_files) COMPLETE
72342024-12-20T23:20:32.285Z[ recovery-image] Dec 20 23:20:30.748 INFO O| Dec 20 23:20:30.748 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72352024-12-20T23:20:32.298Z[ recovery-image] Dec 20 23:20:30.762 INFO O| Dec 20 23:20:30.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
72362024-12-20T23:20:32.298Z[ recovery-image] Dec 20 23:20:30.762 INFO O| Dec 20 23:20:30.762 INFO STEP 956 (remove_files) COMPLETE
72372024-12-20T23:20:32.301Z[ recovery-image] Dec 20 23:20:30.762 INFO O| Dec 20 23:20:30.762 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72382024-12-20T23:20:32.311Z[ recovery-image] Dec 20 23:20:30.775 INFO O| Dec 20 23:20:30.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
72392024-12-20T23:20:32.311Z[ recovery-image] Dec 20 23:20:30.775 INFO O| Dec 20 23:20:30.775 INFO STEP 957 (remove_files) COMPLETE
72402024-12-20T23:20:32.314Z[ recovery-image] Dec 20 23:20:30.775 INFO O| Dec 20 23:20:30.775 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72412024-12-20T23:20:32.325Z[ recovery-image] Dec 20 23:20:30.789 INFO O| Dec 20 23:20:30.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
72422024-12-20T23:20:32.325Z[ recovery-image] Dec 20 23:20:30.789 INFO O| Dec 20 23:20:30.789 INFO STEP 958 (remove_files) COMPLETE
72432024-12-20T23:20:32.325Z[ recovery-image] Dec 20 23:20:30.789 INFO O| Dec 20 23:20:30.789 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72442024-12-20T23:20:32.339Z[ recovery-image] Dec 20 23:20:30.803 INFO O| Dec 20 23:20:30.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
72452024-12-20T23:20:32.339Z[ recovery-image] Dec 20 23:20:30.803 INFO O| Dec 20 23:20:30.803 INFO STEP 959 (remove_files) COMPLETE
72462024-12-20T23:20:32.339Z[ recovery-image] Dec 20 23:20:30.803 INFO O| Dec 20 23:20:30.803 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72472024-12-20T23:20:32.353Z[ recovery-image] Dec 20 23:20:30.816 INFO O| Dec 20 23:20:30.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
72482024-12-20T23:20:32.353Z[ recovery-image] Dec 20 23:20:30.816 INFO O| Dec 20 23:20:30.816 INFO STEP 960 (remove_files) COMPLETE
72492024-12-20T23:20:32.353Z[ recovery-image] Dec 20 23:20:30.816 INFO O| Dec 20 23:20:30.816 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72502024-12-20T23:20:32.366Z[ recovery-image] Dec 20 23:20:30.830 INFO O| Dec 20 23:20:30.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
72512024-12-20T23:20:32.366Z[ recovery-image] Dec 20 23:20:30.830 INFO O| Dec 20 23:20:30.830 INFO STEP 961 (remove_files) COMPLETE
72522024-12-20T23:20:32.368Z[ recovery-image] Dec 20 23:20:30.830 INFO O| Dec 20 23:20:30.830 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72532024-12-20T23:20:32.379Z[ recovery-image] Dec 20 23:20:30.843 INFO O| Dec 20 23:20:30.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
72542024-12-20T23:20:32.381Z[ recovery-image] Dec 20 23:20:30.843 INFO O| Dec 20 23:20:30.843 INFO STEP 962 (remove_files) COMPLETE
72552024-12-20T23:20:32.381Z[ recovery-image] Dec 20 23:20:30.843 INFO O| Dec 20 23:20:30.843 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72562024-12-20T23:20:32.393Z[ recovery-image] Dec 20 23:20:30.855 INFO O| Dec 20 23:20:30.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
72572024-12-20T23:20:32.393Z[ recovery-image] Dec 20 23:20:30.855 INFO O| Dec 20 23:20:30.855 INFO STEP 963 (remove_files) COMPLETE
72582024-12-20T23:20:32.395Z[ recovery-image] Dec 20 23:20:30.855 INFO O| Dec 20 23:20:30.855 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72592024-12-20T23:20:32.406Z[ recovery-image] Dec 20 23:20:30.868 INFO O| Dec 20 23:20:30.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
72602024-12-20T23:20:32.406Z[ recovery-image] Dec 20 23:20:30.868 INFO O| Dec 20 23:20:30.868 INFO STEP 964 (remove_files) COMPLETE
72612024-12-20T23:20:32.413Z[ recovery-image] Dec 20 23:20:30.869 INFO O| Dec 20 23:20:30.868 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72622024-12-20T23:20:32.420Z[ recovery-image] Dec 20 23:20:30.884 INFO O| Dec 20 23:20:30.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
72632024-12-20T23:20:32.422Z[ recovery-image] Dec 20 23:20:30.884 INFO O| Dec 20 23:20:30.884 INFO STEP 965 (remove_files) COMPLETE
72642024-12-20T23:20:32.422Z[ recovery-image] Dec 20 23:20:30.884 INFO O| Dec 20 23:20:30.884 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72652024-12-20T23:20:32.433Z[ recovery-image] Dec 20 23:20:30.896 INFO O| Dec 20 23:20:30.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
72662024-12-20T23:20:32.433Z[ recovery-image] Dec 20 23:20:30.896 INFO O| Dec 20 23:20:30.896 INFO STEP 966 (remove_files) COMPLETE
72672024-12-20T23:20:32.435Z[ recovery-image] Dec 20 23:20:30.896 INFO O| Dec 20 23:20:30.896 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72682024-12-20T23:20:32.447Z[ recovery-image] Dec 20 23:20:30.909 INFO O| Dec 20 23:20:30.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
72692024-12-20T23:20:32.447Z[ recovery-image] Dec 20 23:20:30.909 INFO O| Dec 20 23:20:30.909 INFO STEP 967 (remove_files) COMPLETE
72702024-12-20T23:20:32.449Z[ recovery-image] Dec 20 23:20:30.909 INFO O| Dec 20 23:20:30.909 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72712024-12-20T23:20:32.458Z[ recovery-image] Dec 20 23:20:30.922 INFO O| Dec 20 23:20:30.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
72722024-12-20T23:20:32.458Z[ recovery-image] Dec 20 23:20:30.922 INFO O| Dec 20 23:20:30.922 INFO STEP 968 (remove_files) COMPLETE
72732024-12-20T23:20:32.458Z[ recovery-image] Dec 20 23:20:30.922 INFO O| Dec 20 23:20:30.922 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72742024-12-20T23:20:32.470Z[ recovery-image] Dec 20 23:20:30.934 INFO O| Dec 20 23:20:30.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
72752024-12-20T23:20:32.470Z[ recovery-image] Dec 20 23:20:30.934 INFO O| Dec 20 23:20:30.934 INFO STEP 969 (remove_files) COMPLETE
72762024-12-20T23:20:32.470Z[ recovery-image] Dec 20 23:20:30.934 INFO O| Dec 20 23:20:30.934 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72772024-12-20T23:20:32.485Z[ recovery-image] Dec 20 23:20:30.948 INFO O| Dec 20 23:20:30.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
72782024-12-20T23:20:32.488Z[ recovery-image] Dec 20 23:20:30.948 INFO O| Dec 20 23:20:30.948 INFO STEP 970 (remove_files) COMPLETE
72792024-12-20T23:20:32.488Z[ recovery-image] Dec 20 23:20:30.948 INFO O| Dec 20 23:20:30.948 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72802024-12-20T23:20:32.496Z[ recovery-image] Dec 20 23:20:30.960 INFO O| Dec 20 23:20:30.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
72812024-12-20T23:20:32.496Z[ recovery-image] Dec 20 23:20:30.960 INFO O| Dec 20 23:20:30.960 INFO STEP 971 (remove_files) COMPLETE
72822024-12-20T23:20:32.498Z[ recovery-image] Dec 20 23:20:30.960 INFO O| Dec 20 23:20:30.960 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72832024-12-20T23:20:32.507Z[ recovery-image] Dec 20 23:20:30.970 INFO O| Dec 20 23:20:30.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
72842024-12-20T23:20:32.510Z[ recovery-image] Dec 20 23:20:30.970 INFO O| Dec 20 23:20:30.970 INFO STEP 972 (remove_files) COMPLETE
72852024-12-20T23:20:32.510Z[ recovery-image] Dec 20 23:20:30.971 INFO O| Dec 20 23:20:30.970 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72862024-12-20T23:20:32.517Z[ recovery-image] Dec 20 23:20:30.981 INFO O| Dec 20 23:20:30.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
72872024-12-20T23:20:32.520Z[ recovery-image] Dec 20 23:20:30.981 INFO O| Dec 20 23:20:30.981 INFO STEP 973 (remove_files) COMPLETE
72882024-12-20T23:20:32.520Z[ recovery-image] Dec 20 23:20:30.981 INFO O| Dec 20 23:20:30.981 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72892024-12-20T23:20:32.528Z[ recovery-image] Dec 20 23:20:30.992 INFO O| Dec 20 23:20:30.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
72902024-12-20T23:20:32.528Z[ recovery-image] Dec 20 23:20:30.992 INFO O| Dec 20 23:20:30.992 INFO STEP 974 (remove_files) COMPLETE
72912024-12-20T23:20:32.531Z[ recovery-image] Dec 20 23:20:30.992 INFO O| Dec 20 23:20:30.992 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72922024-12-20T23:20:32.538Z[ recovery-image] Dec 20 23:20:31.002 INFO O| Dec 20 23:20:31.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
72932024-12-20T23:20:32.542Z[ recovery-image] Dec 20 23:20:31.003 INFO O| Dec 20 23:20:31.003 INFO STEP 975 (remove_files) COMPLETE
72942024-12-20T23:20:32.542Z[ recovery-image] Dec 20 23:20:31.003 INFO O| Dec 20 23:20:31.003 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72952024-12-20T23:20:32.550Z[ recovery-image] Dec 20 23:20:31.013 INFO O| Dec 20 23:20:31.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
72962024-12-20T23:20:32.552Z[ recovery-image] Dec 20 23:20:31.014 INFO O| Dec 20 23:20:31.014 INFO STEP 976 (remove_files) COMPLETE
72972024-12-20T23:20:32.552Z[ recovery-image] Dec 20 23:20:31.014 INFO O| Dec 20 23:20:31.014 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72982024-12-20T23:20:32.560Z[ recovery-image] Dec 20 23:20:31.024 INFO O| Dec 20 23:20:31.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
72992024-12-20T23:20:32.560Z[ recovery-image] Dec 20 23:20:31.024 INFO O| Dec 20 23:20:31.024 INFO STEP 977 (remove_files) COMPLETE
73002024-12-20T23:20:32.562Z[ recovery-image] Dec 20 23:20:31.024 INFO O| Dec 20 23:20:31.024 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73012024-12-20T23:20:32.570Z[ recovery-image] Dec 20 23:20:31.034 INFO O| Dec 20 23:20:31.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
73022024-12-20T23:20:32.573Z[ recovery-image] Dec 20 23:20:31.034 INFO O| Dec 20 23:20:31.034 INFO STEP 978 (remove_files) COMPLETE
73032024-12-20T23:20:32.573Z[ recovery-image] Dec 20 23:20:31.034 INFO O| Dec 20 23:20:31.034 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73042024-12-20T23:20:32.581Z[ recovery-image] Dec 20 23:20:31.044 INFO O| Dec 20 23:20:31.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
73052024-12-20T23:20:32.581Z[ recovery-image] Dec 20 23:20:31.044 INFO O| Dec 20 23:20:31.044 INFO STEP 979 (remove_files) COMPLETE
73062024-12-20T23:20:32.581Z[ recovery-image] Dec 20 23:20:31.044 INFO O| Dec 20 23:20:31.044 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73072024-12-20T23:20:32.591Z[ recovery-image] Dec 20 23:20:31.055 INFO O| Dec 20 23:20:31.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
73082024-12-20T23:20:32.591Z[ recovery-image] Dec 20 23:20:31.055 INFO O| Dec 20 23:20:31.055 INFO STEP 980 (remove_files) COMPLETE
73092024-12-20T23:20:32.593Z[ recovery-image] Dec 20 23:20:31.055 INFO O| Dec 20 23:20:31.055 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73102024-12-20T23:20:32.601Z[ recovery-image] Dec 20 23:20:31.065 INFO O| Dec 20 23:20:31.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
73112024-12-20T23:20:32.603Z[ recovery-image] Dec 20 23:20:31.065 INFO O| Dec 20 23:20:31.065 INFO STEP 981 (remove_files) COMPLETE
73122024-12-20T23:20:32.603Z[ recovery-image] Dec 20 23:20:31.065 INFO O| Dec 20 23:20:31.065 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73132024-12-20T23:20:32.611Z[ recovery-image] Dec 20 23:20:31.075 INFO O| Dec 20 23:20:31.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
73142024-12-20T23:20:32.614Z[ recovery-image] Dec 20 23:20:31.075 INFO O| Dec 20 23:20:31.075 INFO STEP 982 (remove_files) COMPLETE
73152024-12-20T23:20:32.614Z[ recovery-image] Dec 20 23:20:31.075 INFO O| Dec 20 23:20:31.075 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73162024-12-20T23:20:32.621Z[ recovery-image] Dec 20 23:20:31.085 INFO O| Dec 20 23:20:31.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
73172024-12-20T23:20:32.621Z[ recovery-image] Dec 20 23:20:31.085 INFO O| Dec 20 23:20:31.085 INFO STEP 983 (remove_files) COMPLETE
73182024-12-20T23:20:32.624Z[ recovery-image] Dec 20 23:20:31.085 INFO O| Dec 20 23:20:31.085 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73192024-12-20T23:20:32.631Z[ recovery-image] Dec 20 23:20:31.095 INFO O| Dec 20 23:20:31.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
73202024-12-20T23:20:32.634Z[ recovery-image] Dec 20 23:20:31.095 INFO O| Dec 20 23:20:31.095 INFO STEP 984 (remove_files) COMPLETE
73212024-12-20T23:20:32.634Z[ recovery-image] Dec 20 23:20:31.095 INFO O| Dec 20 23:20:31.095 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73222024-12-20T23:20:32.641Z[ recovery-image] Dec 20 23:20:31.105 INFO O| Dec 20 23:20:31.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
73232024-12-20T23:20:32.641Z[ recovery-image] Dec 20 23:20:31.105 INFO O| Dec 20 23:20:31.105 INFO STEP 985 (remove_files) COMPLETE
73242024-12-20T23:20:32.644Z[ recovery-image] Dec 20 23:20:31.105 INFO O| Dec 20 23:20:31.105 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73252024-12-20T23:20:32.652Z[ recovery-image] Dec 20 23:20:31.115 INFO O| Dec 20 23:20:31.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
73262024-12-20T23:20:32.652Z[ recovery-image] Dec 20 23:20:31.115 INFO O| Dec 20 23:20:31.115 INFO STEP 986 (remove_files) COMPLETE
73272024-12-20T23:20:32.657Z[ recovery-image] Dec 20 23:20:31.115 INFO O| Dec 20 23:20:31.115 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73282024-12-20T23:20:32.661Z[ recovery-image] Dec 20 23:20:31.124 INFO O| Dec 20 23:20:31.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
73292024-12-20T23:20:32.661Z[ recovery-image] Dec 20 23:20:31.124 INFO O| Dec 20 23:20:31.124 INFO STEP 987 (remove_files) COMPLETE
73302024-12-20T23:20:32.663Z[ recovery-image] Dec 20 23:20:31.124 INFO O| Dec 20 23:20:31.124 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73312024-12-20T23:20:32.671Z[ recovery-image] Dec 20 23:20:31.134 INFO O| Dec 20 23:20:31.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
73322024-12-20T23:20:32.671Z[ recovery-image] Dec 20 23:20:31.134 INFO O| Dec 20 23:20:31.134 INFO STEP 988 (remove_files) COMPLETE
73332024-12-20T23:20:32.674Z[ recovery-image] Dec 20 23:20:31.134 INFO O| Dec 20 23:20:31.134 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73342024-12-20T23:20:32.681Z[ recovery-image] Dec 20 23:20:31.144 INFO O| Dec 20 23:20:31.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
73352024-12-20T23:20:32.681Z[ recovery-image] Dec 20 23:20:31.144 INFO O| Dec 20 23:20:31.144 INFO STEP 989 (remove_files) COMPLETE
73362024-12-20T23:20:32.681Z[ recovery-image] Dec 20 23:20:31.144 INFO O| Dec 20 23:20:31.144 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73372024-12-20T23:20:32.690Z[ recovery-image] Dec 20 23:20:31.154 INFO O| Dec 20 23:20:31.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
73382024-12-20T23:20:32.693Z[ recovery-image] Dec 20 23:20:31.154 INFO O| Dec 20 23:20:31.154 INFO STEP 990 (remove_files) COMPLETE
73392024-12-20T23:20:32.693Z[ recovery-image] Dec 20 23:20:31.154 INFO O| Dec 20 23:20:31.154 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73402024-12-20T23:20:32.702Z[ recovery-image] Dec 20 23:20:31.165 INFO O| Dec 20 23:20:31.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
73412024-12-20T23:20:32.702Z[ recovery-image] Dec 20 23:20:31.165 INFO O| Dec 20 23:20:31.165 INFO STEP 991 (remove_files) COMPLETE
73422024-12-20T23:20:32.706Z[ recovery-image] Dec 20 23:20:31.165 INFO O| Dec 20 23:20:31.165 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73432024-12-20T23:20:32.711Z[ recovery-image] Dec 20 23:20:31.174 INFO O| Dec 20 23:20:31.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
73442024-12-20T23:20:32.711Z[ recovery-image] Dec 20 23:20:31.174 INFO O| Dec 20 23:20:31.174 INFO STEP 992 (remove_files) COMPLETE
73452024-12-20T23:20:32.714Z[ recovery-image] Dec 20 23:20:31.174 INFO O| Dec 20 23:20:31.174 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73462024-12-20T23:20:32.721Z[ recovery-image] Dec 20 23:20:31.184 INFO O| Dec 20 23:20:31.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
73472024-12-20T23:20:32.721Z[ recovery-image] Dec 20 23:20:31.185 INFO O| Dec 20 23:20:31.185 INFO STEP 993 (remove_files) COMPLETE
73482024-12-20T23:20:32.724Z[ recovery-image] Dec 20 23:20:31.185 INFO O| Dec 20 23:20:31.185 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73492024-12-20T23:20:32.730Z[ recovery-image] Dec 20 23:20:31.194 INFO O| Dec 20 23:20:31.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
73502024-12-20T23:20:32.730Z[ recovery-image] Dec 20 23:20:31.194 INFO O| Dec 20 23:20:31.194 INFO STEP 994 (remove_files) COMPLETE
73512024-12-20T23:20:32.731Z[ recovery-image] Dec 20 23:20:31.194 INFO O| Dec 20 23:20:31.194 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73522024-12-20T23:20:32.747Z[ recovery-image] Dec 20 23:20:31.204 INFO O| Dec 20 23:20:31.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
73532024-12-20T23:20:32.747Z[ recovery-image] Dec 20 23:20:31.204 INFO O| Dec 20 23:20:31.204 INFO STEP 995 (remove_files) COMPLETE
73542024-12-20T23:20:32.747Z[ recovery-image] Dec 20 23:20:31.204 INFO O| Dec 20 23:20:31.204 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73552024-12-20T23:20:32.752Z[ recovery-image] Dec 20 23:20:31.214 INFO O| Dec 20 23:20:31.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
73562024-12-20T23:20:32.752Z[ recovery-image] Dec 20 23:20:31.214 INFO O| Dec 20 23:20:31.214 INFO STEP 996 (remove_files) COMPLETE
73572024-12-20T23:20:32.752Z[ recovery-image] Dec 20 23:20:31.214 INFO O| Dec 20 23:20:31.214 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73582024-12-20T23:20:32.760Z[ recovery-image] Dec 20 23:20:31.224 INFO O| Dec 20 23:20:31.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
73592024-12-20T23:20:32.760Z[ recovery-image] Dec 20 23:20:31.224 INFO O| Dec 20 23:20:31.224 INFO STEP 997 (remove_files) COMPLETE
73602024-12-20T23:20:32.763Z[ recovery-image] Dec 20 23:20:31.224 INFO O| Dec 20 23:20:31.224 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73612024-12-20T23:20:32.770Z[ recovery-image] Dec 20 23:20:31.234 INFO O| Dec 20 23:20:31.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
73622024-12-20T23:20:32.770Z[ recovery-image] Dec 20 23:20:31.234 INFO O| Dec 20 23:20:31.234 INFO STEP 998 (remove_files) COMPLETE
73632024-12-20T23:20:32.770Z[ recovery-image] Dec 20 23:20:31.234 INFO O| Dec 20 23:20:31.234 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73642024-12-20T23:20:32.782Z[ recovery-image] Dec 20 23:20:31.244 INFO O| Dec 20 23:20:31.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
73652024-12-20T23:20:32.782Z[ recovery-image] Dec 20 23:20:31.244 INFO O| Dec 20 23:20:31.244 INFO STEP 999 (remove_files) COMPLETE
73662024-12-20T23:20:32.784Z[ recovery-image] Dec 20 23:20:31.244 INFO O| Dec 20 23:20:31.244 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73672024-12-20T23:20:32.790Z[ recovery-image] Dec 20 23:20:31.254 INFO O| Dec 20 23:20:31.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
73682024-12-20T23:20:32.790Z[ recovery-image] Dec 20 23:20:31.254 INFO O| Dec 20 23:20:31.254 INFO STEP 1000 (remove_files) COMPLETE
73692024-12-20T23:20:32.793Z[ recovery-image] Dec 20 23:20:31.254 INFO O| Dec 20 23:20:31.254 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73702024-12-20T23:20:32.800Z[ recovery-image] Dec 20 23:20:31.264 INFO O| Dec 20 23:20:31.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
73712024-12-20T23:20:32.803Z[ recovery-image] Dec 20 23:20:31.264 INFO O| Dec 20 23:20:31.264 INFO STEP 1001 (remove_files) COMPLETE
73722024-12-20T23:20:32.803Z[ recovery-image] Dec 20 23:20:31.264 INFO O| Dec 20 23:20:31.264 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73732024-12-20T23:20:32.810Z[ recovery-image] Dec 20 23:20:31.274 INFO O| Dec 20 23:20:31.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
73742024-12-20T23:20:32.810Z[ recovery-image] Dec 20 23:20:31.274 INFO O| Dec 20 23:20:31.274 INFO STEP 1002 (remove_files) COMPLETE
73752024-12-20T23:20:32.813Z[ recovery-image] Dec 20 23:20:31.274 INFO O| Dec 20 23:20:31.274 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73762024-12-20T23:20:32.820Z[ recovery-image] Dec 20 23:20:31.284 INFO O| Dec 20 23:20:31.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
73772024-12-20T23:20:32.820Z[ recovery-image] Dec 20 23:20:31.284 INFO O| Dec 20 23:20:31.284 INFO STEP 1003 (remove_files) COMPLETE
73782024-12-20T23:20:32.820Z[ recovery-image] Dec 20 23:20:31.284 INFO O| Dec 20 23:20:31.284 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73792024-12-20T23:20:32.830Z[ recovery-image] Dec 20 23:20:31.294 INFO O| Dec 20 23:20:31.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
73802024-12-20T23:20:32.831Z[ recovery-image] Dec 20 23:20:31.294 INFO O| Dec 20 23:20:31.294 INFO STEP 1004 (remove_files) COMPLETE
73812024-12-20T23:20:32.833Z[ recovery-image] Dec 20 23:20:31.294 INFO O| Dec 20 23:20:31.294 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73822024-12-20T23:20:32.840Z[ recovery-image] Dec 20 23:20:31.304 INFO O| Dec 20 23:20:31.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
73832024-12-20T23:20:32.840Z[ recovery-image] Dec 20 23:20:31.304 INFO O| Dec 20 23:20:31.304 INFO STEP 1005 (remove_files) COMPLETE
73842024-12-20T23:20:32.842Z[ recovery-image] Dec 20 23:20:31.304 INFO O| Dec 20 23:20:31.304 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73852024-12-20T23:20:32.850Z[ recovery-image] Dec 20 23:20:31.314 INFO O| Dec 20 23:20:31.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
73862024-12-20T23:20:32.850Z[ recovery-image] Dec 20 23:20:31.314 INFO O| Dec 20 23:20:31.314 INFO STEP 1006 (remove_files) COMPLETE
73872024-12-20T23:20:32.850Z[ recovery-image] Dec 20 23:20:31.314 INFO O| Dec 20 23:20:31.314 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73882024-12-20T23:20:32.860Z[ recovery-image] Dec 20 23:20:31.324 INFO O| Dec 20 23:20:31.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
73892024-12-20T23:20:32.860Z[ recovery-image] Dec 20 23:20:31.324 INFO O| Dec 20 23:20:31.324 INFO STEP 1007 (remove_files) COMPLETE
73902024-12-20T23:20:32.861Z[ recovery-image] Dec 20 23:20:31.324 INFO O| Dec 20 23:20:31.324 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73912024-12-20T23:20:32.871Z[ recovery-image] Dec 20 23:20:31.334 INFO O| Dec 20 23:20:31.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
73922024-12-20T23:20:32.871Z[ recovery-image] Dec 20 23:20:31.334 INFO O| Dec 20 23:20:31.334 INFO STEP 1008 (remove_files) COMPLETE
73932024-12-20T23:20:32.871Z[ recovery-image] Dec 20 23:20:31.334 INFO O| Dec 20 23:20:31.334 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73942024-12-20T23:20:32.880Z[ recovery-image] Dec 20 23:20:31.344 INFO O| Dec 20 23:20:31.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
73952024-12-20T23:20:32.880Z[ recovery-image] Dec 20 23:20:31.344 INFO O| Dec 20 23:20:31.344 INFO STEP 1009 (remove_files) COMPLETE
73962024-12-20T23:20:32.880Z[ recovery-image] Dec 20 23:20:31.344 INFO O| Dec 20 23:20:31.344 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73972024-12-20T23:20:32.890Z[ recovery-image] Dec 20 23:20:31.354 INFO O| Dec 20 23:20:31.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
73982024-12-20T23:20:32.890Z[ recovery-image] Dec 20 23:20:31.354 INFO O| Dec 20 23:20:31.354 INFO STEP 1010 (remove_files) COMPLETE
73992024-12-20T23:20:32.893Z[ recovery-image] Dec 20 23:20:31.354 INFO O| Dec 20 23:20:31.354 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74002024-12-20T23:20:32.901Z[ recovery-image] Dec 20 23:20:31.364 INFO O| Dec 20 23:20:31.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
74012024-12-20T23:20:32.902Z[ recovery-image] Dec 20 23:20:31.364 INFO O| Dec 20 23:20:31.364 INFO STEP 1011 (remove_files) COMPLETE
74022024-12-20T23:20:32.905Z[ recovery-image] Dec 20 23:20:31.364 INFO O| Dec 20 23:20:31.364 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74032024-12-20T23:20:32.910Z[ recovery-image] Dec 20 23:20:31.374 INFO O| Dec 20 23:20:31.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
74042024-12-20T23:20:32.910Z[ recovery-image] Dec 20 23:20:31.374 INFO O| Dec 20 23:20:31.374 INFO STEP 1012 (remove_files) COMPLETE
74052024-12-20T23:20:32.913Z[ recovery-image] Dec 20 23:20:31.374 INFO O| Dec 20 23:20:31.374 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74062024-12-20T23:20:32.921Z[ recovery-image] Dec 20 23:20:31.384 INFO O| Dec 20 23:20:31.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
74072024-12-20T23:20:32.924Z[ recovery-image] Dec 20 23:20:31.384 INFO O| Dec 20 23:20:31.384 INFO STEP 1013 (remove_files) COMPLETE
74082024-12-20T23:20:32.924Z[ recovery-image] Dec 20 23:20:31.384 INFO O| Dec 20 23:20:31.384 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74092024-12-20T23:20:32.933Z[ recovery-image] Dec 20 23:20:31.395 INFO O| Dec 20 23:20:31.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
74102024-12-20T23:20:32.933Z[ recovery-image] Dec 20 23:20:31.395 INFO O| Dec 20 23:20:31.395 INFO STEP 1014 (remove_files) COMPLETE
74112024-12-20T23:20:32.937Z[ recovery-image] Dec 20 23:20:31.395 INFO O| Dec 20 23:20:31.395 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74122024-12-20T23:20:32.943Z[ recovery-image] Dec 20 23:20:31.405 INFO O| Dec 20 23:20:31.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
74132024-12-20T23:20:32.943Z[ recovery-image] Dec 20 23:20:31.405 INFO O| Dec 20 23:20:31.405 INFO STEP 1015 (remove_files) COMPLETE
74142024-12-20T23:20:32.943Z[ recovery-image] Dec 20 23:20:31.405 INFO O| Dec 20 23:20:31.405 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74152024-12-20T23:20:32.952Z[ recovery-image] Dec 20 23:20:31.416 INFO O| Dec 20 23:20:31.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
74162024-12-20T23:20:32.952Z[ recovery-image] Dec 20 23:20:31.416 INFO O| Dec 20 23:20:31.416 INFO STEP 1016 (remove_files) COMPLETE
74172024-12-20T23:20:32.952Z[ recovery-image] Dec 20 23:20:31.416 INFO O| Dec 20 23:20:31.416 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74182024-12-20T23:20:32.963Z[ recovery-image] Dec 20 23:20:31.426 INFO O| Dec 20 23:20:31.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
74192024-12-20T23:20:32.966Z[ recovery-image] Dec 20 23:20:31.426 INFO O| Dec 20 23:20:31.426 INFO STEP 1017 (remove_files) COMPLETE
74202024-12-20T23:20:32.966Z[ recovery-image] Dec 20 23:20:31.426 INFO O| Dec 20 23:20:31.426 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74212024-12-20T23:20:32.973Z[ recovery-image] Dec 20 23:20:31.437 INFO O| Dec 20 23:20:31.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
74222024-12-20T23:20:32.973Z[ recovery-image] Dec 20 23:20:31.437 INFO O| Dec 20 23:20:31.437 INFO STEP 1018 (remove_files) COMPLETE
74232024-12-20T23:20:32.973Z[ recovery-image] Dec 20 23:20:31.437 INFO O| Dec 20 23:20:31.437 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74242024-12-20T23:20:32.984Z[ recovery-image] Dec 20 23:20:31.447 INFO O| Dec 20 23:20:31.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
74252024-12-20T23:20:32.984Z[ recovery-image] Dec 20 23:20:31.447 INFO O| Dec 20 23:20:31.447 INFO STEP 1019 (remove_files) COMPLETE
74262024-12-20T23:20:32.988Z[ recovery-image] Dec 20 23:20:31.447 INFO O| Dec 20 23:20:31.447 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74272024-12-20T23:20:32.993Z[ recovery-image] Dec 20 23:20:31.457 INFO O| Dec 20 23:20:31.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
74282024-12-20T23:20:32.997Z[ recovery-image] Dec 20 23:20:31.457 INFO O| Dec 20 23:20:31.457 INFO STEP 1020 (remove_files) COMPLETE
74292024-12-20T23:20:32.997Z[ recovery-image] Dec 20 23:20:31.457 INFO O| Dec 20 23:20:31.457 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74302024-12-20T23:20:33.004Z[ recovery-image] Dec 20 23:20:31.467 INFO O| Dec 20 23:20:31.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
74312024-12-20T23:20:33.004Z[ recovery-image] Dec 20 23:20:31.467 INFO O| Dec 20 23:20:31.467 INFO STEP 1021 (remove_files) COMPLETE
74322024-12-20T23:20:33.007Z[ recovery-image] Dec 20 23:20:31.467 INFO O| Dec 20 23:20:31.467 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74332024-12-20T23:20:33.014Z[ recovery-image] Dec 20 23:20:31.478 INFO O| Dec 20 23:20:31.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
74342024-12-20T23:20:33.014Z[ recovery-image] Dec 20 23:20:31.478 INFO O| Dec 20 23:20:31.478 INFO STEP 1022 (remove_files) COMPLETE
74352024-12-20T23:20:33.017Z[ recovery-image] Dec 20 23:20:31.478 INFO O| Dec 20 23:20:31.478 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74362024-12-20T23:20:33.025Z[ recovery-image] Dec 20 23:20:31.488 INFO O| Dec 20 23:20:31.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
74372024-12-20T23:20:33.025Z[ recovery-image] Dec 20 23:20:31.488 INFO O| Dec 20 23:20:31.488 INFO STEP 1023 (remove_files) COMPLETE
74382024-12-20T23:20:33.025Z[ recovery-image] Dec 20 23:20:31.488 INFO O| Dec 20 23:20:31.488 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74392024-12-20T23:20:33.035Z[ recovery-image] Dec 20 23:20:31.498 INFO O| Dec 20 23:20:31.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
74402024-12-20T23:20:33.035Z[ recovery-image] Dec 20 23:20:31.499 INFO O| Dec 20 23:20:31.499 INFO STEP 1024 (remove_files) COMPLETE
74412024-12-20T23:20:33.038Z[ recovery-image] Dec 20 23:20:31.499 INFO O| Dec 20 23:20:31.499 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74422024-12-20T23:20:33.047Z[ recovery-image] Dec 20 23:20:31.509 INFO O| Dec 20 23:20:31.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
74432024-12-20T23:20:33.051Z[ recovery-image] Dec 20 23:20:31.509 INFO O| Dec 20 23:20:31.509 INFO STEP 1025 (remove_files) COMPLETE
74442024-12-20T23:20:33.051Z[ recovery-image] Dec 20 23:20:31.509 INFO O| Dec 20 23:20:31.509 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74452024-12-20T23:20:33.056Z[ recovery-image] Dec 20 23:20:31.519 INFO O| Dec 20 23:20:31.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
74462024-12-20T23:20:33.056Z[ recovery-image] Dec 20 23:20:31.519 INFO O| Dec 20 23:20:31.519 INFO STEP 1026 (remove_files) COMPLETE
74472024-12-20T23:20:33.059Z[ recovery-image] Dec 20 23:20:31.520 INFO O| Dec 20 23:20:31.519 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74482024-12-20T23:20:33.066Z[ recovery-image] Dec 20 23:20:31.530 INFO O| Dec 20 23:20:31.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
74492024-12-20T23:20:33.066Z[ recovery-image] Dec 20 23:20:31.530 INFO O| Dec 20 23:20:31.530 INFO STEP 1027 (remove_files) COMPLETE
74502024-12-20T23:20:33.066Z[ recovery-image] Dec 20 23:20:31.530 INFO O| Dec 20 23:20:31.530 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74512024-12-20T23:20:33.076Z[ recovery-image] Dec 20 23:20:31.540 INFO O| Dec 20 23:20:31.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
74522024-12-20T23:20:33.077Z[ recovery-image] Dec 20 23:20:31.540 INFO O| Dec 20 23:20:31.540 INFO STEP 1028 (remove_files) COMPLETE
74532024-12-20T23:20:33.079Z[ recovery-image] Dec 20 23:20:31.540 INFO O| Dec 20 23:20:31.540 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74542024-12-20T23:20:33.086Z[ recovery-image] Dec 20 23:20:31.550 INFO O| Dec 20 23:20:31.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
74552024-12-20T23:20:33.089Z[ recovery-image] Dec 20 23:20:31.550 INFO O| Dec 20 23:20:31.550 INFO STEP 1029 (remove_files) COMPLETE
74562024-12-20T23:20:33.089Z[ recovery-image] Dec 20 23:20:31.550 INFO O| Dec 20 23:20:31.550 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74572024-12-20T23:20:33.096Z[ recovery-image] Dec 20 23:20:31.560 INFO O| Dec 20 23:20:31.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
74582024-12-20T23:20:33.096Z[ recovery-image] Dec 20 23:20:31.560 INFO O| Dec 20 23:20:31.560 INFO STEP 1030 (remove_files) COMPLETE
74592024-12-20T23:20:33.097Z[ recovery-image] Dec 20 23:20:31.560 INFO O| Dec 20 23:20:31.560 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74602024-12-20T23:20:33.107Z[ recovery-image] Dec 20 23:20:31.570 INFO O| Dec 20 23:20:31.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
74612024-12-20T23:20:33.107Z[ recovery-image] Dec 20 23:20:31.570 INFO O| Dec 20 23:20:31.570 INFO STEP 1031 (remove_files) COMPLETE
74622024-12-20T23:20:33.109Z[ recovery-image] Dec 20 23:20:31.570 INFO O| Dec 20 23:20:31.570 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74632024-12-20T23:20:33.116Z[ recovery-image] Dec 20 23:20:31.580 INFO O| Dec 20 23:20:31.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
74642024-12-20T23:20:33.117Z[ recovery-image] Dec 20 23:20:31.580 INFO O| Dec 20 23:20:31.580 INFO STEP 1032 (remove_files) COMPLETE
74652024-12-20T23:20:33.117Z[ recovery-image] Dec 20 23:20:31.580 INFO O| Dec 20 23:20:31.580 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74662024-12-20T23:20:33.137Z[ recovery-image] Dec 20 23:20:31.590 INFO O| Dec 20 23:20:31.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
74672024-12-20T23:20:33.137Z[ recovery-image] Dec 20 23:20:31.590 INFO O| Dec 20 23:20:31.590 INFO STEP 1033 (remove_files) COMPLETE
74682024-12-20T23:20:33.141Z[ recovery-image] Dec 20 23:20:31.590 INFO O| Dec 20 23:20:31.590 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74692024-12-20T23:20:33.141Z[ recovery-image] Dec 20 23:20:31.600 INFO O| Dec 20 23:20:31.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
74702024-12-20T23:20:33.141Z[ recovery-image] Dec 20 23:20:31.600 INFO O| Dec 20 23:20:31.600 INFO STEP 1034 (remove_files) COMPLETE
74712024-12-20T23:20:33.141Z[ recovery-image] Dec 20 23:20:31.600 INFO O| Dec 20 23:20:31.600 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74722024-12-20T23:20:33.148Z[ recovery-image] Dec 20 23:20:31.610 INFO O| Dec 20 23:20:31.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
74732024-12-20T23:20:33.148Z[ recovery-image] Dec 20 23:20:31.611 INFO O| Dec 20 23:20:31.611 INFO STEP 1035 (remove_files) COMPLETE
74742024-12-20T23:20:33.148Z[ recovery-image] Dec 20 23:20:31.611 INFO O| Dec 20 23:20:31.611 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74752024-12-20T23:20:33.157Z[ recovery-image] Dec 20 23:20:31.621 INFO O| Dec 20 23:20:31.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
74762024-12-20T23:20:33.157Z[ recovery-image] Dec 20 23:20:31.621 INFO O| Dec 20 23:20:31.621 INFO STEP 1036 (remove_files) COMPLETE
74772024-12-20T23:20:33.160Z[ recovery-image] Dec 20 23:20:31.621 INFO O| Dec 20 23:20:31.621 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74782024-12-20T23:20:33.168Z[ recovery-image] Dec 20 23:20:31.631 INFO O| Dec 20 23:20:31.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
74792024-12-20T23:20:33.168Z[ recovery-image] Dec 20 23:20:31.631 INFO O| Dec 20 23:20:31.631 INFO STEP 1037 (remove_files) COMPLETE
74802024-12-20T23:20:33.168Z[ recovery-image] Dec 20 23:20:31.631 INFO O| Dec 20 23:20:31.631 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74812024-12-20T23:20:33.180Z[ recovery-image] Dec 20 23:20:31.641 INFO O| Dec 20 23:20:31.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
74822024-12-20T23:20:33.183Z[ recovery-image] Dec 20 23:20:31.641 INFO O| Dec 20 23:20:31.641 INFO STEP 1038 (remove_files) COMPLETE
74832024-12-20T23:20:33.183Z[ recovery-image] Dec 20 23:20:31.641 INFO O| Dec 20 23:20:31.641 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74842024-12-20T23:20:33.189Z[ recovery-image] Dec 20 23:20:31.652 INFO O| Dec 20 23:20:31.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
74852024-12-20T23:20:33.189Z[ recovery-image] Dec 20 23:20:31.652 INFO O| Dec 20 23:20:31.652 INFO STEP 1039 (remove_files) COMPLETE
74862024-12-20T23:20:33.189Z[ recovery-image] Dec 20 23:20:31.652 INFO O| Dec 20 23:20:31.652 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74872024-12-20T23:20:33.199Z[ recovery-image] Dec 20 23:20:31.662 INFO O| Dec 20 23:20:31.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
74882024-12-20T23:20:33.199Z[ recovery-image] Dec 20 23:20:31.662 INFO O| Dec 20 23:20:31.662 INFO STEP 1040 (remove_files) COMPLETE
74892024-12-20T23:20:33.202Z[ recovery-image] Dec 20 23:20:31.662 INFO O| Dec 20 23:20:31.662 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74902024-12-20T23:20:33.210Z[ recovery-image] Dec 20 23:20:31.672 INFO O| Dec 20 23:20:31.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
74912024-12-20T23:20:33.210Z[ recovery-image] Dec 20 23:20:31.673 INFO O| Dec 20 23:20:31.672 INFO STEP 1041 (remove_files) COMPLETE
74922024-12-20T23:20:33.210Z[ recovery-image] Dec 20 23:20:31.673 INFO O| Dec 20 23:20:31.673 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74932024-12-20T23:20:33.219Z[ recovery-image] Dec 20 23:20:31.683 INFO O| Dec 20 23:20:31.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
74942024-12-20T23:20:33.222Z[ recovery-image] Dec 20 23:20:31.683 INFO O| Dec 20 23:20:31.683 INFO STEP 1042 (remove_files) COMPLETE
74952024-12-20T23:20:33.222Z[ recovery-image] Dec 20 23:20:31.683 INFO O| Dec 20 23:20:31.683 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74962024-12-20T23:20:33.229Z[ recovery-image] Dec 20 23:20:31.693 INFO O| Dec 20 23:20:31.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
74972024-12-20T23:20:33.230Z[ recovery-image] Dec 20 23:20:31.693 INFO O| Dec 20 23:20:31.693 INFO STEP 1043 (remove_files) COMPLETE
74982024-12-20T23:20:33.233Z[ recovery-image] Dec 20 23:20:31.693 INFO O| Dec 20 23:20:31.693 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74992024-12-20T23:20:33.240Z[ recovery-image] Dec 20 23:20:31.703 INFO O| Dec 20 23:20:31.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
75002024-12-20T23:20:33.240Z[ recovery-image] Dec 20 23:20:31.703 INFO O| Dec 20 23:20:31.703 INFO STEP 1044 (remove_files) COMPLETE
75012024-12-20T23:20:33.243Z[ recovery-image] Dec 20 23:20:31.703 INFO O| Dec 20 23:20:31.703 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75022024-12-20T23:20:33.251Z[ recovery-image] Dec 20 23:20:31.713 INFO O| Dec 20 23:20:31.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
75032024-12-20T23:20:33.254Z[ recovery-image] Dec 20 23:20:31.713 INFO O| Dec 20 23:20:31.713 INFO STEP 1045 (remove_files) COMPLETE
75042024-12-20T23:20:33.254Z[ recovery-image] Dec 20 23:20:31.714 INFO O| Dec 20 23:20:31.713 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75052024-12-20T23:20:33.260Z[ recovery-image] Dec 20 23:20:31.724 INFO O| Dec 20 23:20:31.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
75062024-12-20T23:20:33.260Z[ recovery-image] Dec 20 23:20:31.724 INFO O| Dec 20 23:20:31.724 INFO STEP 1046 (remove_files) COMPLETE
75072024-12-20T23:20:33.263Z[ recovery-image] Dec 20 23:20:31.724 INFO O| Dec 20 23:20:31.724 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75082024-12-20T23:20:33.270Z[ recovery-image] Dec 20 23:20:31.734 INFO O| Dec 20 23:20:31.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
75092024-12-20T23:20:33.270Z[ recovery-image] Dec 20 23:20:31.734 INFO O| Dec 20 23:20:31.734 INFO STEP 1047 (remove_files) COMPLETE
75102024-12-20T23:20:33.274Z[ recovery-image] Dec 20 23:20:31.734 INFO O| Dec 20 23:20:31.734 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75112024-12-20T23:20:33.281Z[ recovery-image] Dec 20 23:20:31.744 INFO O| Dec 20 23:20:31.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
75122024-12-20T23:20:33.281Z[ recovery-image] Dec 20 23:20:31.744 INFO O| Dec 20 23:20:31.744 INFO STEP 1048 (remove_files) COMPLETE
75132024-12-20T23:20:33.284Z[ recovery-image] Dec 20 23:20:31.744 INFO O| Dec 20 23:20:31.744 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75142024-12-20T23:20:33.292Z[ recovery-image] Dec 20 23:20:31.754 INFO O| Dec 20 23:20:31.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
75152024-12-20T23:20:33.292Z[ recovery-image] Dec 20 23:20:31.755 INFO O| Dec 20 23:20:31.755 INFO STEP 1049 (remove_files) COMPLETE
75162024-12-20T23:20:33.292Z[ recovery-image] Dec 20 23:20:31.755 INFO O| Dec 20 23:20:31.755 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75172024-12-20T23:20:33.301Z[ recovery-image] Dec 20 23:20:31.765 INFO O| Dec 20 23:20:31.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
75182024-12-20T23:20:33.305Z[ recovery-image] Dec 20 23:20:31.765 INFO O| Dec 20 23:20:31.765 INFO STEP 1050 (remove_files) COMPLETE
75192024-12-20T23:20:33.305Z[ recovery-image] Dec 20 23:20:31.765 INFO O| Dec 20 23:20:31.765 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75202024-12-20T23:20:33.313Z[ recovery-image] Dec 20 23:20:31.775 INFO O| Dec 20 23:20:31.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
75212024-12-20T23:20:33.313Z[ recovery-image] Dec 20 23:20:31.775 INFO O| Dec 20 23:20:31.775 INFO STEP 1051 (remove_files) COMPLETE
75222024-12-20T23:20:33.316Z[ recovery-image] Dec 20 23:20:31.775 INFO O| Dec 20 23:20:31.775 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75232024-12-20T23:20:33.322Z[ recovery-image] Dec 20 23:20:31.785 INFO O| Dec 20 23:20:31.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
75242024-12-20T23:20:33.322Z[ recovery-image] Dec 20 23:20:31.785 INFO O| Dec 20 23:20:31.785 INFO STEP 1052 (remove_files) COMPLETE
75252024-12-20T23:20:33.322Z[ recovery-image] Dec 20 23:20:31.785 INFO O| Dec 20 23:20:31.785 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75262024-12-20T23:20:33.332Z[ recovery-image] Dec 20 23:20:31.795 INFO O| Dec 20 23:20:31.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
75272024-12-20T23:20:33.332Z[ recovery-image] Dec 20 23:20:31.795 INFO O| Dec 20 23:20:31.795 INFO STEP 1053 (remove_files) COMPLETE
75282024-12-20T23:20:33.335Z[ recovery-image] Dec 20 23:20:31.795 INFO O| Dec 20 23:20:31.795 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75292024-12-20T23:20:33.342Z[ recovery-image] Dec 20 23:20:31.806 INFO O| Dec 20 23:20:31.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
75302024-12-20T23:20:33.342Z[ recovery-image] Dec 20 23:20:31.806 INFO O| Dec 20 23:20:31.806 INFO STEP 1054 (remove_files) COMPLETE
75312024-12-20T23:20:33.346Z[ recovery-image] Dec 20 23:20:31.806 INFO O| Dec 20 23:20:31.806 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75322024-12-20T23:20:33.353Z[ recovery-image] Dec 20 23:20:31.816 INFO O| Dec 20 23:20:31.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
75332024-12-20T23:20:33.353Z[ recovery-image] Dec 20 23:20:31.816 INFO O| Dec 20 23:20:31.816 INFO STEP 1055 (remove_files) COMPLETE
75342024-12-20T23:20:33.356Z[ recovery-image] Dec 20 23:20:31.816 INFO O| Dec 20 23:20:31.816 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75352024-12-20T23:20:33.366Z[ recovery-image] Dec 20 23:20:31.827 INFO O| Dec 20 23:20:31.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
75362024-12-20T23:20:33.369Z[ recovery-image] Dec 20 23:20:31.827 INFO O| Dec 20 23:20:31.827 INFO STEP 1056 (remove_files) COMPLETE
75372024-12-20T23:20:33.369Z[ recovery-image] Dec 20 23:20:31.827 INFO O| Dec 20 23:20:31.827 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75382024-12-20T23:20:33.374Z[ recovery-image] Dec 20 23:20:31.838 INFO O| Dec 20 23:20:31.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
75392024-12-20T23:20:33.375Z[ recovery-image] Dec 20 23:20:31.838 INFO O| Dec 20 23:20:31.838 INFO STEP 1057 (remove_files) COMPLETE
75402024-12-20T23:20:33.377Z[ recovery-image] Dec 20 23:20:31.838 INFO O| Dec 20 23:20:31.838 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75412024-12-20T23:20:33.387Z[ recovery-image] Dec 20 23:20:31.851 INFO O| Dec 20 23:20:31.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
75422024-12-20T23:20:33.387Z[ recovery-image] Dec 20 23:20:31.851 INFO O| Dec 20 23:20:31.851 INFO STEP 1058 (remove_files) COMPLETE
75432024-12-20T23:20:33.390Z[ recovery-image] Dec 20 23:20:31.851 INFO O| Dec 20 23:20:31.851 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75442024-12-20T23:20:33.398Z[ recovery-image] Dec 20 23:20:31.861 INFO O| Dec 20 23:20:31.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
75452024-12-20T23:20:33.398Z[ recovery-image] Dec 20 23:20:31.861 INFO O| Dec 20 23:20:31.861 INFO STEP 1059 (remove_files) COMPLETE
75462024-12-20T23:20:33.401Z[ recovery-image] Dec 20 23:20:31.861 INFO O| Dec 20 23:20:31.861 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75472024-12-20T23:20:33.408Z[ recovery-image] Dec 20 23:20:31.871 INFO O| Dec 20 23:20:31.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
75482024-12-20T23:20:33.408Z[ recovery-image] Dec 20 23:20:31.872 INFO O| Dec 20 23:20:31.872 INFO STEP 1060 (remove_files) COMPLETE
75492024-12-20T23:20:33.408Z[ recovery-image] Dec 20 23:20:31.872 INFO O| Dec 20 23:20:31.872 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75502024-12-20T23:20:33.418Z[ recovery-image] Dec 20 23:20:31.882 INFO O| Dec 20 23:20:31.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
75512024-12-20T23:20:33.418Z[ recovery-image] Dec 20 23:20:31.882 INFO O| Dec 20 23:20:31.882 INFO STEP 1061 (remove_files) COMPLETE
75522024-12-20T23:20:33.418Z[ recovery-image] Dec 20 23:20:31.882 INFO O| Dec 20 23:20:31.882 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75532024-12-20T23:20:33.429Z[ recovery-image] Dec 20 23:20:31.892 INFO O| Dec 20 23:20:31.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
75542024-12-20T23:20:33.429Z[ recovery-image] Dec 20 23:20:31.892 INFO O| Dec 20 23:20:31.892 INFO STEP 1062 (remove_files) COMPLETE
75552024-12-20T23:20:33.429Z[ recovery-image] Dec 20 23:20:31.892 INFO O| Dec 20 23:20:31.892 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75562024-12-20T23:20:33.438Z[ recovery-image] Dec 20 23:20:31.902 INFO O| Dec 20 23:20:31.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
75572024-12-20T23:20:33.438Z[ recovery-image] Dec 20 23:20:31.902 INFO O| Dec 20 23:20:31.902 INFO STEP 1063 (remove_files) COMPLETE
75582024-12-20T23:20:33.441Z[ recovery-image] Dec 20 23:20:31.902 INFO O| Dec 20 23:20:31.902 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75592024-12-20T23:20:33.448Z[ recovery-image] Dec 20 23:20:31.912 INFO O| Dec 20 23:20:31.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
75602024-12-20T23:20:33.451Z[ recovery-image] Dec 20 23:20:31.912 INFO O| Dec 20 23:20:31.912 INFO STEP 1064 (remove_files) COMPLETE
75612024-12-20T23:20:33.451Z[ recovery-image] Dec 20 23:20:31.912 INFO O| Dec 20 23:20:31.912 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75622024-12-20T23:20:33.458Z[ recovery-image] Dec 20 23:20:31.922 INFO O| Dec 20 23:20:31.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
75632024-12-20T23:20:33.458Z[ recovery-image] Dec 20 23:20:31.922 INFO O| Dec 20 23:20:31.922 INFO STEP 1065 (remove_files) COMPLETE
75642024-12-20T23:20:33.461Z[ recovery-image] Dec 20 23:20:31.922 INFO O| Dec 20 23:20:31.922 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75652024-12-20T23:20:33.469Z[ recovery-image] Dec 20 23:20:31.933 INFO O| Dec 20 23:20:31.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
75662024-12-20T23:20:33.470Z[ recovery-image] Dec 20 23:20:31.933 INFO O| Dec 20 23:20:31.933 INFO STEP 1066 (remove_files) COMPLETE
75672024-12-20T23:20:33.470Z[ recovery-image] Dec 20 23:20:31.933 INFO O| Dec 20 23:20:31.933 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75682024-12-20T23:20:33.481Z[ recovery-image] Dec 20 23:20:31.944 INFO O| Dec 20 23:20:31.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
75692024-12-20T23:20:33.483Z[ recovery-image] Dec 20 23:20:31.945 INFO O| Dec 20 23:20:31.945 INFO STEP 1067 (remove_files) COMPLETE
75702024-12-20T23:20:33.483Z[ recovery-image] Dec 20 23:20:31.945 INFO O| Dec 20 23:20:31.945 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75712024-12-20T23:20:33.492Z[ recovery-image] Dec 20 23:20:31.956 INFO O| Dec 20 23:20:31.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
75722024-12-20T23:20:33.492Z[ recovery-image] Dec 20 23:20:31.956 INFO O| Dec 20 23:20:31.956 INFO STEP 1068 (remove_files) COMPLETE
75732024-12-20T23:20:33.495Z[ recovery-image] Dec 20 23:20:31.956 INFO O| Dec 20 23:20:31.956 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75742024-12-20T23:20:33.503Z[ recovery-image] Dec 20 23:20:31.966 INFO O| Dec 20 23:20:31.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
75752024-12-20T23:20:33.503Z[ recovery-image] Dec 20 23:20:31.966 INFO O| Dec 20 23:20:31.966 INFO STEP 1069 (remove_files) COMPLETE
75762024-12-20T23:20:33.503Z[ recovery-image] Dec 20 23:20:31.966 INFO O| Dec 20 23:20:31.966 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75772024-12-20T23:20:33.513Z[ recovery-image] Dec 20 23:20:31.977 INFO O| Dec 20 23:20:31.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
75782024-12-20T23:20:33.513Z[ recovery-image] Dec 20 23:20:31.977 INFO O| Dec 20 23:20:31.977 INFO STEP 1070 (remove_files) COMPLETE
75792024-12-20T23:20:33.516Z[ recovery-image] Dec 20 23:20:31.977 INFO O| Dec 20 23:20:31.977 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75802024-12-20T23:20:33.524Z[ recovery-image] Dec 20 23:20:31.987 INFO O| Dec 20 23:20:31.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
75812024-12-20T23:20:33.524Z[ recovery-image] Dec 20 23:20:31.987 INFO O| Dec 20 23:20:31.987 INFO STEP 1071 (remove_files) COMPLETE
75822024-12-20T23:20:33.524Z[ recovery-image] Dec 20 23:20:31.987 INFO O| Dec 20 23:20:31.987 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75832024-12-20T23:20:33.535Z[ recovery-image] Dec 20 23:20:31.998 INFO O| Dec 20 23:20:31.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
75842024-12-20T23:20:33.535Z[ recovery-image] Dec 20 23:20:31.998 INFO O| Dec 20 23:20:31.998 INFO STEP 1072 (remove_files) COMPLETE
75852024-12-20T23:20:33.535Z[ recovery-image] Dec 20 23:20:31.998 INFO O| Dec 20 23:20:31.998 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75862024-12-20T23:20:33.545Z[ recovery-image] Dec 20 23:20:32.009 INFO O| Dec 20 23:20:32.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
75872024-12-20T23:20:33.546Z[ recovery-image] Dec 20 23:20:32.009 INFO O| Dec 20 23:20:32.009 INFO STEP 1073 (remove_files) COMPLETE
75882024-12-20T23:20:33.546Z[ recovery-image] Dec 20 23:20:32.009 INFO O| Dec 20 23:20:32.009 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75892024-12-20T23:20:33.577Z[ recovery-image] Dec 20 23:20:32.041 INFO O| Dec 20 23:20:32.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
75902024-12-20T23:20:33.580Z[ recovery-image] Dec 20 23:20:32.041 INFO O| Dec 20 23:20:32.041 INFO STEP 1074 (remove_files) COMPLETE
75912024-12-20T23:20:33.580Z[ recovery-image] Dec 20 23:20:32.041 INFO O| Dec 20 23:20:32.041 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75922024-12-20T23:20:33.600Z[ recovery-image] Dec 20 23:20:32.059 INFO O| Dec 20 23:20:32.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
75932024-12-20T23:20:33.604Z[ recovery-image] Dec 20 23:20:32.059 INFO O| Dec 20 23:20:32.059 INFO STEP 1075 (remove_files) COMPLETE
75942024-12-20T23:20:33.607Z[ recovery-image] Dec 20 23:20:32.059 INFO O| Dec 20 23:20:32.059 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75952024-12-20T23:20:33.614Z[ recovery-image] Dec 20 23:20:32.076 INFO O| Dec 20 23:20:32.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
75962024-12-20T23:20:33.614Z[ recovery-image] Dec 20 23:20:32.076 INFO O| Dec 20 23:20:32.076 INFO STEP 1076 (remove_files) COMPLETE
75972024-12-20T23:20:33.614Z[ recovery-image] Dec 20 23:20:32.076 INFO O| Dec 20 23:20:32.076 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75982024-12-20T23:20:33.634Z[ recovery-image] Dec 20 23:20:32.095 INFO O| Dec 20 23:20:32.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
75992024-12-20T23:20:33.638Z[ recovery-image] Dec 20 23:20:32.095 INFO O| Dec 20 23:20:32.094 INFO STEP 1077 (remove_files) COMPLETE
76002024-12-20T23:20:33.640Z[ recovery-image] Dec 20 23:20:32.095 INFO O| Dec 20 23:20:32.094 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76012024-12-20T23:20:33.658Z[ recovery-image] Dec 20 23:20:32.116 INFO O| Dec 20 23:20:32.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
76022024-12-20T23:20:33.661Z[ recovery-image] Dec 20 23:20:32.116 INFO O| Dec 20 23:20:32.114 INFO STEP 1078 (remove_files) COMPLETE
76032024-12-20T23:20:33.664Z[ recovery-image] Dec 20 23:20:32.116 INFO O| Dec 20 23:20:32.114 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76042024-12-20T23:20:33.690Z[ recovery-image] Dec 20 23:20:32.152 INFO O| Dec 20 23:20:32.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
76052024-12-20T23:20:33.692Z[ recovery-image] Dec 20 23:20:32.153 INFO O| Dec 20 23:20:32.152 INFO STEP 1079 (remove_files) COMPLETE
76062024-12-20T23:20:33.693Z[ recovery-image] Dec 20 23:20:32.153 INFO O| Dec 20 23:20:32.153 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76072024-12-20T23:20:33.711Z[ recovery-image] Dec 20 23:20:32.173 INFO O| Dec 20 23:20:32.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
76082024-12-20T23:20:33.711Z[ recovery-image] Dec 20 23:20:32.173 INFO O| Dec 20 23:20:32.173 INFO STEP 1080 (remove_files) COMPLETE
76092024-12-20T23:20:33.711Z[ recovery-image] Dec 20 23:20:32.173 INFO O| Dec 20 23:20:32.173 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76102024-12-20T23:20:33.731Z[ recovery-image] Dec 20 23:20:32.194 INFO O| Dec 20 23:20:32.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
76112024-12-20T23:20:33.731Z[ recovery-image] Dec 20 23:20:32.194 INFO O| Dec 20 23:20:32.194 INFO STEP 1081 (remove_files) COMPLETE
76122024-12-20T23:20:33.734Z[ recovery-image] Dec 20 23:20:32.195 INFO O| Dec 20 23:20:32.194 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76132024-12-20T23:20:33.744Z[ recovery-image] Dec 20 23:20:32.208 INFO O| Dec 20 23:20:32.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
76142024-12-20T23:20:33.748Z[ recovery-image] Dec 20 23:20:32.208 INFO O| Dec 20 23:20:32.208 INFO STEP 1082 (remove_files) COMPLETE
76152024-12-20T23:20:33.748Z[ recovery-image] Dec 20 23:20:32.208 INFO O| Dec 20 23:20:32.208 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76162024-12-20T23:20:33.757Z[ recovery-image] Dec 20 23:20:32.219 INFO O| Dec 20 23:20:32.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
76172024-12-20T23:20:33.760Z[ recovery-image] Dec 20 23:20:32.219 INFO O| Dec 20 23:20:32.219 INFO STEP 1083 (remove_files) COMPLETE
76182024-12-20T23:20:33.760Z[ recovery-image] Dec 20 23:20:32.219 INFO O| Dec 20 23:20:32.219 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76192024-12-20T23:20:33.770Z[ recovery-image] Dec 20 23:20:32.233 INFO O| Dec 20 23:20:32.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
76202024-12-20T23:20:33.770Z[ recovery-image] Dec 20 23:20:32.234 INFO O| Dec 20 23:20:32.233 INFO STEP 1084 (remove_files) COMPLETE
76212024-12-20T23:20:33.770Z[ recovery-image] Dec 20 23:20:32.234 INFO O| Dec 20 23:20:32.233 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76222024-12-20T23:20:33.782Z[ recovery-image] Dec 20 23:20:32.246 INFO O| Dec 20 23:20:32.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
76232024-12-20T23:20:33.782Z[ recovery-image] Dec 20 23:20:32.246 INFO O| Dec 20 23:20:32.246 INFO STEP 1085 (remove_files) COMPLETE
76242024-12-20T23:20:33.785Z[ recovery-image] Dec 20 23:20:32.246 INFO O| Dec 20 23:20:32.246 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76252024-12-20T23:20:33.795Z[ recovery-image] Dec 20 23:20:32.258 INFO O| Dec 20 23:20:32.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
76262024-12-20T23:20:33.795Z[ recovery-image] Dec 20 23:20:32.258 INFO O| Dec 20 23:20:32.258 INFO STEP 1086 (remove_files) COMPLETE
76272024-12-20T23:20:33.797Z[ recovery-image] Dec 20 23:20:32.258 INFO O| Dec 20 23:20:32.258 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76282024-12-20T23:20:33.805Z[ recovery-image] Dec 20 23:20:32.269 INFO O| Dec 20 23:20:32.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
76292024-12-20T23:20:33.805Z[ recovery-image] Dec 20 23:20:32.269 INFO O| Dec 20 23:20:32.269 INFO STEP 1087 (remove_files) COMPLETE
76302024-12-20T23:20:33.805Z[ recovery-image] Dec 20 23:20:32.269 INFO O| Dec 20 23:20:32.269 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76312024-12-20T23:20:33.816Z[ recovery-image] Dec 20 23:20:32.279 INFO O| Dec 20 23:20:32.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
76322024-12-20T23:20:33.816Z[ recovery-image] Dec 20 23:20:32.279 INFO O| Dec 20 23:20:32.279 INFO STEP 1088 (remove_files) COMPLETE
76332024-12-20T23:20:33.818Z[ recovery-image] Dec 20 23:20:32.279 INFO O| Dec 20 23:20:32.279 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76342024-12-20T23:20:33.826Z[ recovery-image] Dec 20 23:20:32.289 INFO O| Dec 20 23:20:32.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
76352024-12-20T23:20:33.826Z[ recovery-image] Dec 20 23:20:32.290 INFO O| Dec 20 23:20:32.289 INFO STEP 1089 (remove_files) COMPLETE
76362024-12-20T23:20:33.826Z[ recovery-image] Dec 20 23:20:32.290 INFO O| Dec 20 23:20:32.289 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76372024-12-20T23:20:33.837Z[ recovery-image] Dec 20 23:20:32.301 INFO O| Dec 20 23:20:32.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
76382024-12-20T23:20:33.837Z[ recovery-image] Dec 20 23:20:32.301 INFO O| Dec 20 23:20:32.301 INFO STEP 1090 (remove_files) COMPLETE
76392024-12-20T23:20:33.837Z[ recovery-image] Dec 20 23:20:32.301 INFO O| Dec 20 23:20:32.301 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76402024-12-20T23:20:33.850Z[ recovery-image] Dec 20 23:20:32.314 INFO O| Dec 20 23:20:32.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
76412024-12-20T23:20:33.850Z[ recovery-image] Dec 20 23:20:32.314 INFO O| Dec 20 23:20:32.314 INFO STEP 1091 (remove_files) COMPLETE
76422024-12-20T23:20:33.850Z[ recovery-image] Dec 20 23:20:32.314 INFO O| Dec 20 23:20:32.314 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76432024-12-20T23:20:33.862Z[ recovery-image] Dec 20 23:20:32.325 INFO O| Dec 20 23:20:32.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
76442024-12-20T23:20:33.862Z[ recovery-image] Dec 20 23:20:32.325 INFO O| Dec 20 23:20:32.325 INFO STEP 1092 (remove_files) COMPLETE
76452024-12-20T23:20:33.864Z[ recovery-image] Dec 20 23:20:32.325 INFO O| Dec 20 23:20:32.325 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76462024-12-20T23:20:33.875Z[ recovery-image] Dec 20 23:20:32.338 INFO O| Dec 20 23:20:32.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
76472024-12-20T23:20:33.875Z[ recovery-image] Dec 20 23:20:32.338 INFO O| Dec 20 23:20:32.338 INFO STEP 1093 (remove_files) COMPLETE
76482024-12-20T23:20:33.878Z[ recovery-image] Dec 20 23:20:32.338 INFO O| Dec 20 23:20:32.338 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76492024-12-20T23:20:33.887Z[ recovery-image] Dec 20 23:20:32.350 INFO O| Dec 20 23:20:32.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
76502024-12-20T23:20:33.889Z[ recovery-image] Dec 20 23:20:32.351 INFO O| Dec 20 23:20:32.351 INFO STEP 1094 (remove_files) COMPLETE
76512024-12-20T23:20:33.889Z[ recovery-image] Dec 20 23:20:32.351 INFO O| Dec 20 23:20:32.351 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76522024-12-20T23:20:33.900Z[ recovery-image] Dec 20 23:20:32.364 INFO O| Dec 20 23:20:32.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
76532024-12-20T23:20:33.900Z[ recovery-image] Dec 20 23:20:32.364 INFO O| Dec 20 23:20:32.364 INFO STEP 1095 (remove_files) COMPLETE
76542024-12-20T23:20:33.900Z[ recovery-image] Dec 20 23:20:32.364 INFO O| Dec 20 23:20:32.364 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76552024-12-20T23:20:33.914Z[ recovery-image] Dec 20 23:20:32.377 INFO O| Dec 20 23:20:32.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
76562024-12-20T23:20:33.914Z[ recovery-image] Dec 20 23:20:32.377 INFO O| Dec 20 23:20:32.377 INFO STEP 1096 (remove_files) COMPLETE
76572024-12-20T23:20:33.917Z[ recovery-image] Dec 20 23:20:32.377 INFO O| Dec 20 23:20:32.377 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76582024-12-20T23:20:33.928Z[ recovery-image] Dec 20 23:20:32.391 INFO O| Dec 20 23:20:32.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
76592024-12-20T23:20:33.928Z[ recovery-image] Dec 20 23:20:32.391 INFO O| Dec 20 23:20:32.391 INFO STEP 1097 (remove_files) COMPLETE
76602024-12-20T23:20:33.931Z[ recovery-image] Dec 20 23:20:32.391 INFO O| Dec 20 23:20:32.391 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76612024-12-20T23:20:33.941Z[ recovery-image] Dec 20 23:20:32.405 INFO O| Dec 20 23:20:32.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
76622024-12-20T23:20:33.941Z[ recovery-image] Dec 20 23:20:32.405 INFO O| Dec 20 23:20:32.405 INFO STEP 1098 (remove_files) COMPLETE
76632024-12-20T23:20:33.941Z[ recovery-image] Dec 20 23:20:32.405 INFO O| Dec 20 23:20:32.405 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76642024-12-20T23:20:33.956Z[ recovery-image] Dec 20 23:20:32.419 INFO O| Dec 20 23:20:32.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
76652024-12-20T23:20:33.956Z[ recovery-image] Dec 20 23:20:32.420 INFO O| Dec 20 23:20:32.420 INFO STEP 1099 (remove_files) COMPLETE
76662024-12-20T23:20:33.959Z[ recovery-image] Dec 20 23:20:32.420 INFO O| Dec 20 23:20:32.420 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76672024-12-20T23:20:33.970Z[ recovery-image] Dec 20 23:20:32.434 INFO O| Dec 20 23:20:32.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
76682024-12-20T23:20:33.970Z[ recovery-image] Dec 20 23:20:32.434 INFO O| Dec 20 23:20:32.434 INFO STEP 1100 (remove_files) COMPLETE
76692024-12-20T23:20:33.970Z[ recovery-image] Dec 20 23:20:32.434 INFO O| Dec 20 23:20:32.434 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76702024-12-20T23:20:33.984Z[ recovery-image] Dec 20 23:20:32.448 INFO O| Dec 20 23:20:32.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
76712024-12-20T23:20:33.987Z[ recovery-image] Dec 20 23:20:32.448 INFO O| Dec 20 23:20:32.448 INFO STEP 1101 (remove_files) COMPLETE
76722024-12-20T23:20:33.987Z[ recovery-image] Dec 20 23:20:32.448 INFO O| Dec 20 23:20:32.448 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76732024-12-20T23:20:33.998Z[ recovery-image] Dec 20 23:20:32.462 INFO O| Dec 20 23:20:32.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
76742024-12-20T23:20:33.998Z[ recovery-image] Dec 20 23:20:32.462 INFO O| Dec 20 23:20:32.462 INFO STEP 1102 (remove_files) COMPLETE
76752024-12-20T23:20:33.998Z[ recovery-image] Dec 20 23:20:32.462 INFO O| Dec 20 23:20:32.462 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76762024-12-20T23:20:34.011Z[ recovery-image] Dec 20 23:20:32.475 INFO O| Dec 20 23:20:32.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
76772024-12-20T23:20:34.012Z[ recovery-image] Dec 20 23:20:32.475 INFO O| Dec 20 23:20:32.475 INFO STEP 1103 (remove_files) COMPLETE
76782024-12-20T23:20:34.012Z[ recovery-image] Dec 20 23:20:32.475 INFO O| Dec 20 23:20:32.475 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76792024-12-20T23:20:34.023Z[ recovery-image] Dec 20 23:20:32.486 INFO O| Dec 20 23:20:32.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
76802024-12-20T23:20:34.023Z[ recovery-image] Dec 20 23:20:32.486 INFO O| Dec 20 23:20:32.486 INFO STEP 1104 (remove_files) COMPLETE
76812024-12-20T23:20:34.023Z[ recovery-image] Dec 20 23:20:32.486 INFO O| Dec 20 23:20:32.486 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76822024-12-20T23:20:34.035Z[ recovery-image] Dec 20 23:20:32.499 INFO O| Dec 20 23:20:32.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
76832024-12-20T23:20:34.035Z[ recovery-image] Dec 20 23:20:32.499 INFO O| Dec 20 23:20:32.499 INFO STEP 1105 (remove_files) COMPLETE
76842024-12-20T23:20:34.038Z[ recovery-image] Dec 20 23:20:32.499 INFO O| Dec 20 23:20:32.499 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76852024-12-20T23:20:34.049Z[ recovery-image] Dec 20 23:20:32.513 INFO O| Dec 20 23:20:32.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
76862024-12-20T23:20:34.049Z[ recovery-image] Dec 20 23:20:32.513 INFO O| Dec 20 23:20:32.513 INFO STEP 1106 (remove_files) COMPLETE
76872024-12-20T23:20:34.049Z[ recovery-image] Dec 20 23:20:32.513 INFO O| Dec 20 23:20:32.513 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76882024-12-20T23:20:34.063Z[ recovery-image] Dec 20 23:20:32.526 INFO O| Dec 20 23:20:32.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
76892024-12-20T23:20:34.063Z[ recovery-image] Dec 20 23:20:32.526 INFO O| Dec 20 23:20:32.526 INFO STEP 1107 (remove_files) COMPLETE
76902024-12-20T23:20:34.063Z[ recovery-image] Dec 20 23:20:32.527 INFO O| Dec 20 23:20:32.526 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76912024-12-20T23:20:34.076Z[ recovery-image] Dec 20 23:20:32.540 INFO O| Dec 20 23:20:32.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
76922024-12-20T23:20:34.076Z[ recovery-image] Dec 20 23:20:32.540 INFO O| Dec 20 23:20:32.540 INFO STEP 1108 (remove_files) COMPLETE
76932024-12-20T23:20:34.076Z[ recovery-image] Dec 20 23:20:32.540 INFO O| Dec 20 23:20:32.540 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76942024-12-20T23:20:34.091Z[ recovery-image] Dec 20 23:20:32.554 INFO O| Dec 20 23:20:32.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
76952024-12-20T23:20:34.091Z[ recovery-image] Dec 20 23:20:32.554 INFO O| Dec 20 23:20:32.554 INFO STEP 1109 (remove_files) COMPLETE
76962024-12-20T23:20:34.091Z[ recovery-image] Dec 20 23:20:32.554 INFO O| Dec 20 23:20:32.554 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76972024-12-20T23:20:34.103Z[ recovery-image] Dec 20 23:20:32.566 INFO O| Dec 20 23:20:32.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
76982024-12-20T23:20:34.103Z[ recovery-image] Dec 20 23:20:32.566 INFO O| Dec 20 23:20:32.566 INFO STEP 1110 (remove_files) COMPLETE
76992024-12-20T23:20:34.105Z[ recovery-image] Dec 20 23:20:32.566 INFO O| Dec 20 23:20:32.566 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77002024-12-20T23:20:34.116Z[ recovery-image] Dec 20 23:20:32.579 INFO O| Dec 20 23:20:32.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
77012024-12-20T23:20:34.119Z[ recovery-image] Dec 20 23:20:32.579 INFO O| Dec 20 23:20:32.579 INFO STEP 1111 (remove_files) COMPLETE
77022024-12-20T23:20:34.119Z[ recovery-image] Dec 20 23:20:32.579 INFO O| Dec 20 23:20:32.579 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77032024-12-20T23:20:34.129Z[ recovery-image] Dec 20 23:20:32.593 INFO O| Dec 20 23:20:32.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
77042024-12-20T23:20:34.129Z[ recovery-image] Dec 20 23:20:32.593 INFO O| Dec 20 23:20:32.593 INFO STEP 1112 (remove_files) COMPLETE
77052024-12-20T23:20:34.132Z[ recovery-image] Dec 20 23:20:32.593 INFO O| Dec 20 23:20:32.593 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77062024-12-20T23:20:34.143Z[ recovery-image] Dec 20 23:20:32.606 INFO O| Dec 20 23:20:32.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
77072024-12-20T23:20:34.143Z[ recovery-image] Dec 20 23:20:32.606 INFO O| Dec 20 23:20:32.606 INFO STEP 1113 (remove_files) COMPLETE
77082024-12-20T23:20:34.146Z[ recovery-image] Dec 20 23:20:32.606 INFO O| Dec 20 23:20:32.606 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77092024-12-20T23:20:34.157Z[ recovery-image] Dec 20 23:20:32.620 INFO O| Dec 20 23:20:32.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
77102024-12-20T23:20:34.160Z[ recovery-image] Dec 20 23:20:32.621 INFO O| Dec 20 23:20:32.620 INFO STEP 1114 (remove_files) COMPLETE
77112024-12-20T23:20:34.160Z[ recovery-image] Dec 20 23:20:32.621 INFO O| Dec 20 23:20:32.620 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77122024-12-20T23:20:34.169Z[ recovery-image] Dec 20 23:20:32.632 INFO O| Dec 20 23:20:32.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
77132024-12-20T23:20:34.170Z[ recovery-image] Dec 20 23:20:32.632 INFO O| Dec 20 23:20:32.632 INFO STEP 1115 (remove_files) COMPLETE
77142024-12-20T23:20:34.170Z[ recovery-image] Dec 20 23:20:32.632 INFO O| Dec 20 23:20:32.632 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77152024-12-20T23:20:34.180Z[ recovery-image] Dec 20 23:20:32.644 INFO O| Dec 20 23:20:32.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
77162024-12-20T23:20:34.180Z[ recovery-image] Dec 20 23:20:32.644 INFO O| Dec 20 23:20:32.644 INFO STEP 1116 (remove_files) COMPLETE
77172024-12-20T23:20:34.183Z[ recovery-image] Dec 20 23:20:32.644 INFO O| Dec 20 23:20:32.644 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77182024-12-20T23:20:34.194Z[ recovery-image] Dec 20 23:20:32.657 INFO O| Dec 20 23:20:32.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
77192024-12-20T23:20:34.196Z[ recovery-image] Dec 20 23:20:32.657 INFO O| Dec 20 23:20:32.657 INFO STEP 1117 (remove_files) COMPLETE
77202024-12-20T23:20:34.196Z[ recovery-image] Dec 20 23:20:32.657 INFO O| Dec 20 23:20:32.657 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77212024-12-20T23:20:34.207Z[ recovery-image] Dec 20 23:20:32.671 INFO O| Dec 20 23:20:32.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
77222024-12-20T23:20:34.207Z[ recovery-image] Dec 20 23:20:32.671 INFO O| Dec 20 23:20:32.671 INFO STEP 1118 (remove_files) COMPLETE
77232024-12-20T23:20:34.207Z[ recovery-image] Dec 20 23:20:32.671 INFO O| Dec 20 23:20:32.671 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77242024-12-20T23:20:34.221Z[ recovery-image] Dec 20 23:20:32.684 INFO O| Dec 20 23:20:32.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
77252024-12-20T23:20:34.221Z[ recovery-image] Dec 20 23:20:32.684 INFO O| Dec 20 23:20:32.684 INFO STEP 1119 (remove_files) COMPLETE
77262024-12-20T23:20:34.221Z[ recovery-image] Dec 20 23:20:32.684 INFO O| Dec 20 23:20:32.684 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77272024-12-20T23:20:34.235Z[ recovery-image] Dec 20 23:20:32.698 INFO O| Dec 20 23:20:32.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
77282024-12-20T23:20:34.235Z[ recovery-image] Dec 20 23:20:32.699 INFO O| Dec 20 23:20:32.699 INFO STEP 1120 (remove_files) COMPLETE
77292024-12-20T23:20:34.235Z[ recovery-image] Dec 20 23:20:32.699 INFO O| Dec 20 23:20:32.699 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77302024-12-20T23:20:34.247Z[ recovery-image] Dec 20 23:20:32.711 INFO O| Dec 20 23:20:32.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
77312024-12-20T23:20:34.247Z[ recovery-image] Dec 20 23:20:32.711 INFO O| Dec 20 23:20:32.711 INFO STEP 1121 (remove_files) COMPLETE
77322024-12-20T23:20:34.250Z[ recovery-image] Dec 20 23:20:32.711 INFO O| Dec 20 23:20:32.711 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77332024-12-20T23:20:34.261Z[ recovery-image] Dec 20 23:20:32.725 INFO O| Dec 20 23:20:32.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
77342024-12-20T23:20:34.261Z[ recovery-image] Dec 20 23:20:32.725 INFO O| Dec 20 23:20:32.725 INFO STEP 1122 (remove_files) COMPLETE
77352024-12-20T23:20:34.261Z[ recovery-image] Dec 20 23:20:32.725 INFO O| Dec 20 23:20:32.725 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77362024-12-20T23:20:34.274Z[ recovery-image] Dec 20 23:20:32.737 INFO O| Dec 20 23:20:32.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
77372024-12-20T23:20:34.274Z[ recovery-image] Dec 20 23:20:32.737 INFO O| Dec 20 23:20:32.737 INFO STEP 1123 (remove_files) COMPLETE
77382024-12-20T23:20:34.277Z[ recovery-image] Dec 20 23:20:32.737 INFO O| Dec 20 23:20:32.737 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77392024-12-20T23:20:34.286Z[ recovery-image] Dec 20 23:20:32.749 INFO O| Dec 20 23:20:32.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
77402024-12-20T23:20:34.286Z[ recovery-image] Dec 20 23:20:32.749 INFO O| Dec 20 23:20:32.749 INFO STEP 1124 (remove_files) COMPLETE
77412024-12-20T23:20:34.286Z[ recovery-image] Dec 20 23:20:32.749 INFO O| Dec 20 23:20:32.749 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77422024-12-20T23:20:34.301Z[ recovery-image] Dec 20 23:20:32.764 INFO O| Dec 20 23:20:32.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
77432024-12-20T23:20:34.301Z[ recovery-image] Dec 20 23:20:32.764 INFO O| Dec 20 23:20:32.764 INFO STEP 1125 (remove_files) COMPLETE
77442024-12-20T23:20:34.304Z[ recovery-image] Dec 20 23:20:32.764 INFO O| Dec 20 23:20:32.764 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77452024-12-20T23:20:34.314Z[ recovery-image] Dec 20 23:20:32.777 INFO O| Dec 20 23:20:32.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
77462024-12-20T23:20:34.314Z[ recovery-image] Dec 20 23:20:32.777 INFO O| Dec 20 23:20:32.777 INFO STEP 1126 (remove_files) COMPLETE
77472024-12-20T23:20:34.317Z[ recovery-image] Dec 20 23:20:32.777 INFO O| Dec 20 23:20:32.777 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77482024-12-20T23:20:34.326Z[ recovery-image] Dec 20 23:20:32.790 INFO O| Dec 20 23:20:32.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
77492024-12-20T23:20:34.326Z[ recovery-image] Dec 20 23:20:32.790 INFO O| Dec 20 23:20:32.790 INFO STEP 1127 (remove_files) COMPLETE
77502024-12-20T23:20:34.329Z[ recovery-image] Dec 20 23:20:32.790 INFO O| Dec 20 23:20:32.790 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77512024-12-20T23:20:34.338Z[ recovery-image] Dec 20 23:20:32.801 INFO O| Dec 20 23:20:32.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
77522024-12-20T23:20:34.338Z[ recovery-image] Dec 20 23:20:32.801 INFO O| Dec 20 23:20:32.801 INFO STEP 1128 (remove_files) COMPLETE
77532024-12-20T23:20:34.338Z[ recovery-image] Dec 20 23:20:32.801 INFO O| Dec 20 23:20:32.801 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77542024-12-20T23:20:34.351Z[ recovery-image] Dec 20 23:20:32.814 INFO O| Dec 20 23:20:32.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
77552024-12-20T23:20:34.351Z[ recovery-image] Dec 20 23:20:32.814 INFO O| Dec 20 23:20:32.814 INFO STEP 1129 (remove_files) COMPLETE
77562024-12-20T23:20:34.353Z[ recovery-image] Dec 20 23:20:32.814 INFO O| Dec 20 23:20:32.814 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77572024-12-20T23:20:34.363Z[ recovery-image] Dec 20 23:20:32.826 INFO O| Dec 20 23:20:32.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
77582024-12-20T23:20:34.363Z[ recovery-image] Dec 20 23:20:32.827 INFO O| Dec 20 23:20:32.826 INFO STEP 1130 (remove_files) COMPLETE
77592024-12-20T23:20:34.366Z[ recovery-image] Dec 20 23:20:32.827 INFO O| Dec 20 23:20:32.827 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77602024-12-20T23:20:34.374Z[ recovery-image] Dec 20 23:20:32.838 INFO O| Dec 20 23:20:32.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
77612024-12-20T23:20:34.374Z[ recovery-image] Dec 20 23:20:32.838 INFO O| Dec 20 23:20:32.838 INFO STEP 1131 (remove_files) COMPLETE
77622024-12-20T23:20:34.377Z[ recovery-image] Dec 20 23:20:32.838 INFO O| Dec 20 23:20:32.838 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77632024-12-20T23:20:34.385Z[ recovery-image] Dec 20 23:20:32.848 INFO O| Dec 20 23:20:32.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
77642024-12-20T23:20:34.385Z[ recovery-image] Dec 20 23:20:32.849 INFO O| Dec 20 23:20:32.849 INFO STEP 1132 (remove_files) COMPLETE
77652024-12-20T23:20:34.385Z[ recovery-image] Dec 20 23:20:32.849 INFO O| Dec 20 23:20:32.849 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77662024-12-20T23:20:34.398Z[ recovery-image] Dec 20 23:20:32.862 INFO O| Dec 20 23:20:32.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
77672024-12-20T23:20:34.398Z[ recovery-image] Dec 20 23:20:32.862 INFO O| Dec 20 23:20:32.862 INFO STEP 1133 (remove_files) COMPLETE
77682024-12-20T23:20:34.401Z[ recovery-image] Dec 20 23:20:32.862 INFO O| Dec 20 23:20:32.862 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77692024-12-20T23:20:34.411Z[ recovery-image] Dec 20 23:20:32.873 INFO O| Dec 20 23:20:32.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
77702024-12-20T23:20:34.411Z[ recovery-image] Dec 20 23:20:32.873 INFO O| Dec 20 23:20:32.873 INFO STEP 1134 (remove_files) COMPLETE
77712024-12-20T23:20:34.413Z[ recovery-image] Dec 20 23:20:32.873 INFO O| Dec 20 23:20:32.873 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77722024-12-20T23:20:34.421Z[ recovery-image] Dec 20 23:20:32.885 INFO O| Dec 20 23:20:32.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
77732024-12-20T23:20:34.421Z[ recovery-image] Dec 20 23:20:32.885 INFO O| Dec 20 23:20:32.885 INFO STEP 1135 (remove_files) COMPLETE
77742024-12-20T23:20:34.424Z[ recovery-image] Dec 20 23:20:32.885 INFO O| Dec 20 23:20:32.885 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77752024-12-20T23:20:34.433Z[ recovery-image] Dec 20 23:20:32.896 INFO O| Dec 20 23:20:32.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
77762024-12-20T23:20:34.433Z[ recovery-image] Dec 20 23:20:32.896 INFO O| Dec 20 23:20:32.896 INFO STEP 1136 (remove_files) COMPLETE
77772024-12-20T23:20:34.435Z[ recovery-image] Dec 20 23:20:32.897 INFO O| Dec 20 23:20:32.896 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77782024-12-20T23:20:34.445Z[ recovery-image] Dec 20 23:20:32.908 INFO O| Dec 20 23:20:32.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
77792024-12-20T23:20:34.445Z[ recovery-image] Dec 20 23:20:32.908 INFO O| Dec 20 23:20:32.908 INFO STEP 1137 (remove_files) COMPLETE
77802024-12-20T23:20:34.448Z[ recovery-image] Dec 20 23:20:32.908 INFO O| Dec 20 23:20:32.908 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77812024-12-20T23:20:34.456Z[ recovery-image] Dec 20 23:20:32.920 INFO O| Dec 20 23:20:32.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
77822024-12-20T23:20:34.456Z[ recovery-image] Dec 20 23:20:32.920 INFO O| Dec 20 23:20:32.920 INFO STEP 1138 (remove_files) COMPLETE
77832024-12-20T23:20:34.456Z[ recovery-image] Dec 20 23:20:32.920 INFO O| Dec 20 23:20:32.920 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77842024-12-20T23:20:34.467Z[ recovery-image] Dec 20 23:20:32.931 INFO O| Dec 20 23:20:32.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
77852024-12-20T23:20:34.467Z[ recovery-image] Dec 20 23:20:32.931 INFO O| Dec 20 23:20:32.931 INFO STEP 1139 (remove_files) COMPLETE
77862024-12-20T23:20:34.467Z[ recovery-image] Dec 20 23:20:32.931 INFO O| Dec 20 23:20:32.931 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77872024-12-20T23:20:34.480Z[ recovery-image] Dec 20 23:20:32.944 INFO O| Dec 20 23:20:32.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
77882024-12-20T23:20:34.480Z[ recovery-image] Dec 20 23:20:32.944 INFO O| Dec 20 23:20:32.944 INFO STEP 1140 (remove_files) COMPLETE
77892024-12-20T23:20:34.483Z[ recovery-image] Dec 20 23:20:32.944 INFO O| Dec 20 23:20:32.944 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77902024-12-20T23:20:34.492Z[ recovery-image] Dec 20 23:20:32.956 INFO O| Dec 20 23:20:32.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
77912024-12-20T23:20:34.492Z[ recovery-image] Dec 20 23:20:32.956 INFO O| Dec 20 23:20:32.956 INFO STEP 1141 (remove_files) COMPLETE
77922024-12-20T23:20:34.495Z[ recovery-image] Dec 20 23:20:32.956 INFO O| Dec 20 23:20:32.956 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77932024-12-20T23:20:34.506Z[ recovery-image] Dec 20 23:20:32.969 INFO O| Dec 20 23:20:32.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
77942024-12-20T23:20:34.506Z[ recovery-image] Dec 20 23:20:32.969 INFO O| Dec 20 23:20:32.969 INFO STEP 1142 (remove_files) COMPLETE
77952024-12-20T23:20:34.506Z[ recovery-image] Dec 20 23:20:32.969 INFO O| Dec 20 23:20:32.969 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77962024-12-20T23:20:34.517Z[ recovery-image] Dec 20 23:20:32.981 INFO O| Dec 20 23:20:32.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
77972024-12-20T23:20:34.517Z[ recovery-image] Dec 20 23:20:32.981 INFO O| Dec 20 23:20:32.981 INFO STEP 1143 (remove_files) COMPLETE
77982024-12-20T23:20:34.518Z[ recovery-image] Dec 20 23:20:32.981 INFO O| Dec 20 23:20:32.981 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77992024-12-20T23:20:34.530Z[ recovery-image] Dec 20 23:20:32.994 INFO O| Dec 20 23:20:32.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
78002024-12-20T23:20:34.533Z[ recovery-image] Dec 20 23:20:32.994 INFO O| Dec 20 23:20:32.994 INFO STEP 1144 (remove_files) COMPLETE
78012024-12-20T23:20:34.533Z[ recovery-image] Dec 20 23:20:32.994 INFO O| Dec 20 23:20:32.994 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78022024-12-20T23:20:34.545Z[ recovery-image] Dec 20 23:20:33.008 INFO O| Dec 20 23:20:33.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
78032024-12-20T23:20:34.545Z[ recovery-image] Dec 20 23:20:33.008 INFO O| Dec 20 23:20:33.008 INFO STEP 1145 (remove_files) COMPLETE
78042024-12-20T23:20:34.545Z[ recovery-image] Dec 20 23:20:33.008 INFO O| Dec 20 23:20:33.008 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78052024-12-20T23:20:34.555Z[ recovery-image] Dec 20 23:20:33.019 INFO O| Dec 20 23:20:33.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
78062024-12-20T23:20:34.555Z[ recovery-image] Dec 20 23:20:33.019 INFO O| Dec 20 23:20:33.019 INFO STEP 1146 (remove_files) COMPLETE
78072024-12-20T23:20:34.555Z[ recovery-image] Dec 20 23:20:33.019 INFO O| Dec 20 23:20:33.019 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78082024-12-20T23:20:34.568Z[ recovery-image] Dec 20 23:20:33.031 INFO O| Dec 20 23:20:33.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
78092024-12-20T23:20:34.568Z[ recovery-image] Dec 20 23:20:33.031 INFO O| Dec 20 23:20:33.031 INFO STEP 1147 (remove_files) COMPLETE
78102024-12-20T23:20:34.572Z[ recovery-image] Dec 20 23:20:33.031 INFO O| Dec 20 23:20:33.031 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78112024-12-20T23:20:34.579Z[ recovery-image] Dec 20 23:20:33.043 INFO O| Dec 20 23:20:33.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
78122024-12-20T23:20:34.582Z[ recovery-image] Dec 20 23:20:33.043 INFO O| Dec 20 23:20:33.043 INFO STEP 1148 (remove_files) COMPLETE
78132024-12-20T23:20:34.583Z[ recovery-image] Dec 20 23:20:33.043 INFO O| Dec 20 23:20:33.043 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78142024-12-20T23:20:34.591Z[ recovery-image] Dec 20 23:20:33.054 INFO O| Dec 20 23:20:33.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
78152024-12-20T23:20:34.591Z[ recovery-image] Dec 20 23:20:33.054 INFO O| Dec 20 23:20:33.054 INFO STEP 1149 (remove_files) COMPLETE
78162024-12-20T23:20:34.594Z[ recovery-image] Dec 20 23:20:33.054 INFO O| Dec 20 23:20:33.054 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78172024-12-20T23:20:34.604Z[ recovery-image] Dec 20 23:20:33.067 INFO O| Dec 20 23:20:33.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
78182024-12-20T23:20:34.607Z[ recovery-image] Dec 20 23:20:33.068 INFO O| Dec 20 23:20:33.067 INFO STEP 1150 (remove_files) COMPLETE
78192024-12-20T23:20:34.607Z[ recovery-image] Dec 20 23:20:33.068 INFO O| Dec 20 23:20:33.068 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78202024-12-20T23:20:34.618Z[ recovery-image] Dec 20 23:20:33.082 INFO O| Dec 20 23:20:33.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
78212024-12-20T23:20:34.618Z[ recovery-image] Dec 20 23:20:33.082 INFO O| Dec 20 23:20:33.082 INFO STEP 1151 (remove_files) COMPLETE
78222024-12-20T23:20:34.619Z[ recovery-image] Dec 20 23:20:33.082 INFO O| Dec 20 23:20:33.082 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78232024-12-20T23:20:34.631Z[ recovery-image] Dec 20 23:20:33.094 INFO O| Dec 20 23:20:33.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
78242024-12-20T23:20:34.631Z[ recovery-image] Dec 20 23:20:33.094 INFO O| Dec 20 23:20:33.094 INFO STEP 1152 (remove_files) COMPLETE
78252024-12-20T23:20:34.634Z[ recovery-image] Dec 20 23:20:33.094 INFO O| Dec 20 23:20:33.094 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78262024-12-20T23:20:34.643Z[ recovery-image] Dec 20 23:20:33.106 INFO O| Dec 20 23:20:33.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
78272024-12-20T23:20:34.643Z[ recovery-image] Dec 20 23:20:33.106 INFO O| Dec 20 23:20:33.106 INFO STEP 1153 (remove_files) COMPLETE
78282024-12-20T23:20:34.643Z[ recovery-image] Dec 20 23:20:33.106 INFO O| Dec 20 23:20:33.106 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78292024-12-20T23:20:34.655Z[ recovery-image] Dec 20 23:20:33.118 INFO O| Dec 20 23:20:33.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
78302024-12-20T23:20:34.655Z[ recovery-image] Dec 20 23:20:33.119 INFO O| Dec 20 23:20:33.118 INFO STEP 1154 (remove_files) COMPLETE
78312024-12-20T23:20:34.655Z[ recovery-image] Dec 20 23:20:33.119 INFO O| Dec 20 23:20:33.119 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78322024-12-20T23:20:34.667Z[ recovery-image] Dec 20 23:20:33.130 INFO O| Dec 20 23:20:33.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
78332024-12-20T23:20:34.667Z[ recovery-image] Dec 20 23:20:33.130 INFO O| Dec 20 23:20:33.130 INFO STEP 1155 (remove_files) COMPLETE
78342024-12-20T23:20:34.667Z[ recovery-image] Dec 20 23:20:33.130 INFO O| Dec 20 23:20:33.130 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78352024-12-20T23:20:34.679Z[ recovery-image] Dec 20 23:20:33.142 INFO O| Dec 20 23:20:33.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
78362024-12-20T23:20:34.679Z[ recovery-image] Dec 20 23:20:33.142 INFO O| Dec 20 23:20:33.142 INFO STEP 1156 (remove_files) COMPLETE
78372024-12-20T23:20:34.683Z[ recovery-image] Dec 20 23:20:33.142 INFO O| Dec 20 23:20:33.142 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78382024-12-20T23:20:34.691Z[ recovery-image] Dec 20 23:20:33.154 INFO O| Dec 20 23:20:33.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
78392024-12-20T23:20:34.691Z[ recovery-image] Dec 20 23:20:33.154 INFO O| Dec 20 23:20:33.154 INFO STEP 1157 (remove_files) COMPLETE
78402024-12-20T23:20:34.691Z[ recovery-image] Dec 20 23:20:33.154 INFO O| Dec 20 23:20:33.154 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78412024-12-20T23:20:34.702Z[ recovery-image] Dec 20 23:20:33.165 INFO O| Dec 20 23:20:33.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
78422024-12-20T23:20:34.702Z[ recovery-image] Dec 20 23:20:33.165 INFO O| Dec 20 23:20:33.165 INFO STEP 1158 (remove_files) COMPLETE
78432024-12-20T23:20:34.702Z[ recovery-image] Dec 20 23:20:33.165 INFO O| Dec 20 23:20:33.165 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78442024-12-20T23:20:34.716Z[ recovery-image] Dec 20 23:20:33.179 INFO O| Dec 20 23:20:33.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
78452024-12-20T23:20:34.716Z[ recovery-image] Dec 20 23:20:33.180 INFO O| Dec 20 23:20:33.179 INFO STEP 1159 (remove_files) COMPLETE
78462024-12-20T23:20:34.716Z[ recovery-image] Dec 20 23:20:33.180 INFO O| Dec 20 23:20:33.179 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78472024-12-20T23:20:34.730Z[ recovery-image] Dec 20 23:20:33.193 INFO O| Dec 20 23:20:33.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
78482024-12-20T23:20:34.730Z[ recovery-image] Dec 20 23:20:33.193 INFO O| Dec 20 23:20:33.193 INFO STEP 1160 (remove_files) COMPLETE
78492024-12-20T23:20:34.730Z[ recovery-image] Dec 20 23:20:33.193 INFO O| Dec 20 23:20:33.193 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78502024-12-20T23:20:34.741Z[ recovery-image] Dec 20 23:20:33.205 INFO O| Dec 20 23:20:33.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
78512024-12-20T23:20:34.741Z[ recovery-image] Dec 20 23:20:33.205 INFO O| Dec 20 23:20:33.205 INFO STEP 1161 (remove_files) COMPLETE
78522024-12-20T23:20:34.741Z[ recovery-image] Dec 20 23:20:33.205 INFO O| Dec 20 23:20:33.205 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78532024-12-20T23:20:34.754Z[ recovery-image] Dec 20 23:20:33.217 INFO O| Dec 20 23:20:33.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
78542024-12-20T23:20:34.754Z[ recovery-image] Dec 20 23:20:33.217 INFO O| Dec 20 23:20:33.217 INFO STEP 1162 (remove_files) COMPLETE
78552024-12-20T23:20:34.754Z[ recovery-image] Dec 20 23:20:33.217 INFO O| Dec 20 23:20:33.217 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78562024-12-20T23:20:34.766Z[ recovery-image] Dec 20 23:20:33.230 INFO O| Dec 20 23:20:33.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
78572024-12-20T23:20:34.766Z[ recovery-image] Dec 20 23:20:33.230 INFO O| Dec 20 23:20:33.230 INFO STEP 1163 (remove_files) COMPLETE
78582024-12-20T23:20:34.766Z[ recovery-image] Dec 20 23:20:33.230 INFO O| Dec 20 23:20:33.230 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78592024-12-20T23:20:34.778Z[ recovery-image] Dec 20 23:20:33.242 INFO O| Dec 20 23:20:33.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
78602024-12-20T23:20:34.778Z[ recovery-image] Dec 20 23:20:33.242 INFO O| Dec 20 23:20:33.242 INFO STEP 1164 (remove_files) COMPLETE
78612024-12-20T23:20:34.778Z[ recovery-image] Dec 20 23:20:33.242 INFO O| Dec 20 23:20:33.242 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78622024-12-20T23:20:34.790Z[ recovery-image] Dec 20 23:20:33.253 INFO O| Dec 20 23:20:33.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
78632024-12-20T23:20:34.790Z[ recovery-image] Dec 20 23:20:33.253 INFO O| Dec 20 23:20:33.253 INFO STEP 1165 (remove_files) COMPLETE
78642024-12-20T23:20:34.790Z[ recovery-image] Dec 20 23:20:33.253 INFO O| Dec 20 23:20:33.253 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78652024-12-20T23:20:34.801Z[ recovery-image] Dec 20 23:20:33.265 INFO O| Dec 20 23:20:33.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
78662024-12-20T23:20:34.804Z[ recovery-image] Dec 20 23:20:33.265 INFO O| Dec 20 23:20:33.265 INFO STEP 1166 (remove_files) COMPLETE
78672024-12-20T23:20:34.804Z[ recovery-image] Dec 20 23:20:33.265 INFO O| Dec 20 23:20:33.265 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78682024-12-20T23:20:34.819Z[ recovery-image] Dec 20 23:20:33.279 INFO O| Dec 20 23:20:33.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
78692024-12-20T23:20:34.819Z[ recovery-image] Dec 20 23:20:33.279 INFO O| Dec 20 23:20:33.279 INFO STEP 1167 (remove_files) COMPLETE
78702024-12-20T23:20:34.821Z[ recovery-image] Dec 20 23:20:33.279 INFO O| Dec 20 23:20:33.279 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78712024-12-20T23:20:34.827Z[ recovery-image] Dec 20 23:20:33.291 INFO O| Dec 20 23:20:33.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
78722024-12-20T23:20:34.827Z[ recovery-image] Dec 20 23:20:33.291 INFO O| Dec 20 23:20:33.291 INFO STEP 1168 (remove_files) COMPLETE
78732024-12-20T23:20:34.830Z[ recovery-image] Dec 20 23:20:33.291 INFO O| Dec 20 23:20:33.291 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78742024-12-20T23:20:34.838Z[ recovery-image] Dec 20 23:20:33.302 INFO O| Dec 20 23:20:33.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
78752024-12-20T23:20:34.838Z[ recovery-image] Dec 20 23:20:33.302 INFO O| Dec 20 23:20:33.302 INFO STEP 1169 (remove_files) COMPLETE
78762024-12-20T23:20:34.841Z[ recovery-image] Dec 20 23:20:33.302 INFO O| Dec 20 23:20:33.302 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78772024-12-20T23:20:34.851Z[ recovery-image] Dec 20 23:20:33.314 INFO O| Dec 20 23:20:33.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
78782024-12-20T23:20:34.851Z[ recovery-image] Dec 20 23:20:33.314 INFO O| Dec 20 23:20:33.314 INFO STEP 1170 (remove_files) COMPLETE
78792024-12-20T23:20:34.853Z[ recovery-image] Dec 20 23:20:33.314 INFO O| Dec 20 23:20:33.314 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78802024-12-20T23:20:34.862Z[ recovery-image] Dec 20 23:20:33.325 INFO O| Dec 20 23:20:33.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
78812024-12-20T23:20:34.862Z[ recovery-image] Dec 20 23:20:33.325 INFO O| Dec 20 23:20:33.325 INFO STEP 1171 (remove_files) COMPLETE
78822024-12-20T23:20:34.862Z[ recovery-image] Dec 20 23:20:33.325 INFO O| Dec 20 23:20:33.325 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78832024-12-20T23:20:34.873Z[ recovery-image] Dec 20 23:20:33.336 INFO O| Dec 20 23:20:33.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
78842024-12-20T23:20:34.873Z[ recovery-image] Dec 20 23:20:33.336 INFO O| Dec 20 23:20:33.336 INFO STEP 1172 (remove_files) COMPLETE
78852024-12-20T23:20:34.873Z[ recovery-image] Dec 20 23:20:33.336 INFO O| Dec 20 23:20:33.336 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78862024-12-20T23:20:34.883Z[ recovery-image] Dec 20 23:20:33.347 INFO O| Dec 20 23:20:33.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
78872024-12-20T23:20:34.883Z[ recovery-image] Dec 20 23:20:33.347 INFO O| Dec 20 23:20:33.347 INFO STEP 1173 (remove_files) COMPLETE
78882024-12-20T23:20:34.883Z[ recovery-image] Dec 20 23:20:33.347 INFO O| Dec 20 23:20:33.347 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78892024-12-20T23:20:34.895Z[ recovery-image] Dec 20 23:20:33.359 INFO O| Dec 20 23:20:33.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
78902024-12-20T23:20:34.898Z[ recovery-image] Dec 20 23:20:33.359 INFO O| Dec 20 23:20:33.359 INFO STEP 1174 (remove_files) COMPLETE
78912024-12-20T23:20:34.898Z[ recovery-image] Dec 20 23:20:33.359 INFO O| Dec 20 23:20:33.359 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78922024-12-20T23:20:34.907Z[ recovery-image] Dec 20 23:20:33.370 INFO O| Dec 20 23:20:33.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
78932024-12-20T23:20:34.907Z[ recovery-image] Dec 20 23:20:33.370 INFO O| Dec 20 23:20:33.370 INFO STEP 1175 (remove_files) COMPLETE
78942024-12-20T23:20:34.909Z[ recovery-image] Dec 20 23:20:33.370 INFO O| Dec 20 23:20:33.370 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78952024-12-20T23:20:34.919Z[ recovery-image] Dec 20 23:20:33.382 INFO O| Dec 20 23:20:33.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
78962024-12-20T23:20:34.919Z[ recovery-image] Dec 20 23:20:33.382 INFO O| Dec 20 23:20:33.382 INFO STEP 1176 (remove_files) COMPLETE
78972024-12-20T23:20:34.920Z[ recovery-image] Dec 20 23:20:33.382 INFO O| Dec 20 23:20:33.382 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78982024-12-20T23:20:34.932Z[ recovery-image] Dec 20 23:20:33.395 INFO O| Dec 20 23:20:33.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
78992024-12-20T23:20:34.932Z[ recovery-image] Dec 20 23:20:33.395 INFO O| Dec 20 23:20:33.395 INFO STEP 1177 (remove_files) COMPLETE
79002024-12-20T23:20:34.934Z[ recovery-image] Dec 20 23:20:33.395 INFO O| Dec 20 23:20:33.395 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79012024-12-20T23:20:34.945Z[ recovery-image] Dec 20 23:20:33.407 INFO O| Dec 20 23:20:33.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
79022024-12-20T23:20:34.945Z[ recovery-image] Dec 20 23:20:33.407 INFO O| Dec 20 23:20:33.407 INFO STEP 1178 (remove_files) COMPLETE
79032024-12-20T23:20:34.948Z[ recovery-image] Dec 20 23:20:33.407 INFO O| Dec 20 23:20:33.407 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79042024-12-20T23:20:34.957Z[ recovery-image] Dec 20 23:20:33.420 INFO O| Dec 20 23:20:33.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
79052024-12-20T23:20:34.957Z[ recovery-image] Dec 20 23:20:33.420 INFO O| Dec 20 23:20:33.420 INFO STEP 1179 (remove_files) COMPLETE
79062024-12-20T23:20:34.959Z[ recovery-image] Dec 20 23:20:33.420 INFO O| Dec 20 23:20:33.420 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79072024-12-20T23:20:34.968Z[ recovery-image] Dec 20 23:20:33.432 INFO O| Dec 20 23:20:33.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
79082024-12-20T23:20:34.969Z[ recovery-image] Dec 20 23:20:33.432 INFO O| Dec 20 23:20:33.432 INFO STEP 1180 (remove_files) COMPLETE
79092024-12-20T23:20:34.969Z[ recovery-image] Dec 20 23:20:33.432 INFO O| Dec 20 23:20:33.432 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79102024-12-20T23:20:34.981Z[ recovery-image] Dec 20 23:20:33.444 INFO O| Dec 20 23:20:33.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
79112024-12-20T23:20:34.981Z[ recovery-image] Dec 20 23:20:33.444 INFO O| Dec 20 23:20:33.444 INFO STEP 1181 (remove_files) COMPLETE
79122024-12-20T23:20:34.981Z[ recovery-image] Dec 20 23:20:33.444 INFO O| Dec 20 23:20:33.444 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79132024-12-20T23:20:34.993Z[ recovery-image] Dec 20 23:20:33.456 INFO O| Dec 20 23:20:33.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
79142024-12-20T23:20:34.993Z[ recovery-image] Dec 20 23:20:33.456 INFO O| Dec 20 23:20:33.456 INFO STEP 1182 (remove_files) COMPLETE
79152024-12-20T23:20:34.995Z[ recovery-image] Dec 20 23:20:33.456 INFO O| Dec 20 23:20:33.456 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79162024-12-20T23:20:35.006Z[ recovery-image] Dec 20 23:20:33.469 INFO O| Dec 20 23:20:33.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
79172024-12-20T23:20:35.006Z[ recovery-image] Dec 20 23:20:33.469 INFO O| Dec 20 23:20:33.469 INFO STEP 1183 (remove_files) COMPLETE
79182024-12-20T23:20:35.008Z[ recovery-image] Dec 20 23:20:33.469 INFO O| Dec 20 23:20:33.469 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79192024-12-20T23:20:35.019Z[ recovery-image] Dec 20 23:20:33.482 INFO O| Dec 20 23:20:33.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
79202024-12-20T23:20:35.022Z[ recovery-image] Dec 20 23:20:33.483 INFO O| Dec 20 23:20:33.482 INFO STEP 1184 (remove_files) COMPLETE
79212024-12-20T23:20:35.022Z[ recovery-image] Dec 20 23:20:33.483 INFO O| Dec 20 23:20:33.483 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79222024-12-20T23:20:35.033Z[ recovery-image] Dec 20 23:20:33.496 INFO O| Dec 20 23:20:33.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
79232024-12-20T23:20:35.033Z[ recovery-image] Dec 20 23:20:33.496 INFO O| Dec 20 23:20:33.496 INFO STEP 1185 (remove_files) COMPLETE
79242024-12-20T23:20:35.033Z[ recovery-image] Dec 20 23:20:33.496 INFO O| Dec 20 23:20:33.496 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79252024-12-20T23:20:35.043Z[ recovery-image] Dec 20 23:20:33.507 INFO O| Dec 20 23:20:33.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
79262024-12-20T23:20:35.043Z[ recovery-image] Dec 20 23:20:33.507 INFO O| Dec 20 23:20:33.507 INFO STEP 1186 (remove_files) COMPLETE
79272024-12-20T23:20:35.043Z[ recovery-image] Dec 20 23:20:33.507 INFO O| Dec 20 23:20:33.507 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79282024-12-20T23:20:35.057Z[ recovery-image] Dec 20 23:20:33.521 INFO O| Dec 20 23:20:33.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
79292024-12-20T23:20:35.057Z[ recovery-image] Dec 20 23:20:33.521 INFO O| Dec 20 23:20:33.521 INFO STEP 1187 (remove_files) COMPLETE
79302024-12-20T23:20:35.060Z[ recovery-image] Dec 20 23:20:33.521 INFO O| Dec 20 23:20:33.521 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79312024-12-20T23:20:35.071Z[ recovery-image] Dec 20 23:20:33.534 INFO O| Dec 20 23:20:33.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
79322024-12-20T23:20:35.071Z[ recovery-image] Dec 20 23:20:33.534 INFO O| Dec 20 23:20:33.534 INFO STEP 1188 (remove_files) COMPLETE
79332024-12-20T23:20:35.071Z[ recovery-image] Dec 20 23:20:33.534 INFO O| Dec 20 23:20:33.534 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79342024-12-20T23:20:35.085Z[ recovery-image] Dec 20 23:20:33.547 INFO O| Dec 20 23:20:33.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
79352024-12-20T23:20:35.085Z[ recovery-image] Dec 20 23:20:33.547 INFO O| Dec 20 23:20:33.547 INFO STEP 1189 (remove_files) COMPLETE
79362024-12-20T23:20:35.085Z[ recovery-image] Dec 20 23:20:33.547 INFO O| Dec 20 23:20:33.547 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79372024-12-20T23:20:35.097Z[ recovery-image] Dec 20 23:20:33.561 INFO O| Dec 20 23:20:33.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
79382024-12-20T23:20:35.098Z[ recovery-image] Dec 20 23:20:33.561 INFO O| Dec 20 23:20:33.561 INFO STEP 1190 (remove_files) COMPLETE
79392024-12-20T23:20:35.101Z[ recovery-image] Dec 20 23:20:33.561 INFO O| Dec 20 23:20:33.561 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79402024-12-20T23:20:35.112Z[ recovery-image] Dec 20 23:20:33.576 INFO O| Dec 20 23:20:33.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
79412024-12-20T23:20:35.112Z[ recovery-image] Dec 20 23:20:33.576 INFO O| Dec 20 23:20:33.576 INFO STEP 1191 (remove_files) COMPLETE
79422024-12-20T23:20:35.115Z[ recovery-image] Dec 20 23:20:33.576 INFO O| Dec 20 23:20:33.576 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79432024-12-20T23:20:35.125Z[ recovery-image] Dec 20 23:20:33.588 INFO O| Dec 20 23:20:33.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
79442024-12-20T23:20:35.130Z[ recovery-image] Dec 20 23:20:33.588 INFO O| Dec 20 23:20:33.588 INFO STEP 1192 (remove_files) COMPLETE
79452024-12-20T23:20:35.130Z[ recovery-image] Dec 20 23:20:33.588 INFO O| Dec 20 23:20:33.588 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79462024-12-20T23:20:35.137Z[ recovery-image] Dec 20 23:20:33.600 INFO O| Dec 20 23:20:33.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
79472024-12-20T23:20:35.137Z[ recovery-image] Dec 20 23:20:33.600 INFO O| Dec 20 23:20:33.600 INFO STEP 1193 (remove_files) COMPLETE
79482024-12-20T23:20:35.137Z[ recovery-image] Dec 20 23:20:33.600 INFO O| Dec 20 23:20:33.600 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79492024-12-20T23:20:35.150Z[ recovery-image] Dec 20 23:20:33.613 INFO O| Dec 20 23:20:33.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
79502024-12-20T23:20:35.150Z[ recovery-image] Dec 20 23:20:33.613 INFO O| Dec 20 23:20:33.613 INFO STEP 1194 (remove_files) COMPLETE
79512024-12-20T23:20:35.150Z[ recovery-image] Dec 20 23:20:33.613 INFO O| Dec 20 23:20:33.613 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79522024-12-20T23:20:35.162Z[ recovery-image] Dec 20 23:20:33.625 INFO O| Dec 20 23:20:33.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
79532024-12-20T23:20:35.162Z[ recovery-image] Dec 20 23:20:33.625 INFO O| Dec 20 23:20:33.625 INFO STEP 1195 (remove_files) COMPLETE
79542024-12-20T23:20:35.164Z[ recovery-image] Dec 20 23:20:33.625 INFO O| Dec 20 23:20:33.625 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79552024-12-20T23:20:35.174Z[ recovery-image] Dec 20 23:20:33.638 INFO O| Dec 20 23:20:33.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
79562024-12-20T23:20:35.174Z[ recovery-image] Dec 20 23:20:33.638 INFO O| Dec 20 23:20:33.638 INFO STEP 1196 (remove_files) COMPLETE
79572024-12-20T23:20:35.174Z[ recovery-image] Dec 20 23:20:33.638 INFO O| Dec 20 23:20:33.638 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79582024-12-20T23:20:35.185Z[ recovery-image] Dec 20 23:20:33.649 INFO O| Dec 20 23:20:33.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
79592024-12-20T23:20:35.187Z[ recovery-image] Dec 20 23:20:33.649 INFO O| Dec 20 23:20:33.649 INFO STEP 1197 (remove_files) COMPLETE
79602024-12-20T23:20:35.187Z[ recovery-image] Dec 20 23:20:33.649 INFO O| Dec 20 23:20:33.649 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79612024-12-20T23:20:35.197Z[ recovery-image] Dec 20 23:20:33.660 INFO O| Dec 20 23:20:33.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
79622024-12-20T23:20:35.198Z[ recovery-image] Dec 20 23:20:33.660 INFO O| Dec 20 23:20:33.660 INFO STEP 1198 (remove_files) COMPLETE
79632024-12-20T23:20:35.198Z[ recovery-image] Dec 20 23:20:33.660 INFO O| Dec 20 23:20:33.660 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79642024-12-20T23:20:35.208Z[ recovery-image] Dec 20 23:20:33.671 INFO O| Dec 20 23:20:33.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
79652024-12-20T23:20:35.210Z[ recovery-image] Dec 20 23:20:33.671 INFO O| Dec 20 23:20:33.671 INFO STEP 1199 (remove_files) COMPLETE
79662024-12-20T23:20:35.210Z[ recovery-image] Dec 20 23:20:33.671 INFO O| Dec 20 23:20:33.671 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79672024-12-20T23:20:35.218Z[ recovery-image] Dec 20 23:20:33.681 INFO O| Dec 20 23:20:33.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
79682024-12-20T23:20:35.218Z[ recovery-image] Dec 20 23:20:33.681 INFO O| Dec 20 23:20:33.681 INFO STEP 1200 (remove_files) COMPLETE
79692024-12-20T23:20:35.218Z[ recovery-image] Dec 20 23:20:33.681 INFO O| Dec 20 23:20:33.681 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79702024-12-20T23:20:35.229Z[ recovery-image] Dec 20 23:20:33.692 INFO O| Dec 20 23:20:33.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
79712024-12-20T23:20:35.229Z[ recovery-image] Dec 20 23:20:33.692 INFO O| Dec 20 23:20:33.692 INFO STEP 1201 (remove_files) COMPLETE
79722024-12-20T23:20:35.231Z[ recovery-image] Dec 20 23:20:33.692 INFO O| Dec 20 23:20:33.692 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79732024-12-20T23:20:35.241Z[ recovery-image] Dec 20 23:20:33.704 INFO O| Dec 20 23:20:33.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
79742024-12-20T23:20:35.241Z[ recovery-image] Dec 20 23:20:33.704 INFO O| Dec 20 23:20:33.704 INFO STEP 1202 (remove_files) COMPLETE
79752024-12-20T23:20:35.241Z[ recovery-image] Dec 20 23:20:33.704 INFO O| Dec 20 23:20:33.704 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79762024-12-20T23:20:35.251Z[ recovery-image] Dec 20 23:20:33.714 INFO O| Dec 20 23:20:33.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
79772024-12-20T23:20:35.251Z[ recovery-image] Dec 20 23:20:33.714 INFO O| Dec 20 23:20:33.714 INFO STEP 1203 (remove_files) COMPLETE
79782024-12-20T23:20:35.251Z[ recovery-image] Dec 20 23:20:33.714 INFO O| Dec 20 23:20:33.714 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79792024-12-20T23:20:35.261Z[ recovery-image] Dec 20 23:20:33.725 INFO O| Dec 20 23:20:33.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
79802024-12-20T23:20:35.264Z[ recovery-image] Dec 20 23:20:33.725 INFO O| Dec 20 23:20:33.725 INFO STEP 1204 (remove_files) COMPLETE
79812024-12-20T23:20:35.264Z[ recovery-image] Dec 20 23:20:33.725 INFO O| Dec 20 23:20:33.725 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79822024-12-20T23:20:35.274Z[ recovery-image] Dec 20 23:20:33.737 INFO O| Dec 20 23:20:33.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
79832024-12-20T23:20:35.274Z[ recovery-image] Dec 20 23:20:33.737 INFO O| Dec 20 23:20:33.737 INFO STEP 1205 (remove_files) COMPLETE
79842024-12-20T23:20:35.274Z[ recovery-image] Dec 20 23:20:33.737 INFO O| Dec 20 23:20:33.737 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
79852024-12-20T23:20:35.292Z[ recovery-image] Dec 20 23:20:33.756 INFO O| Dec 20 23:20:33.755 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
79862024-12-20T23:20:35.292Z[ recovery-image] Dec 20 23:20:33.756 INFO O| Dec 20 23:20:33.756 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
79872024-12-20T23:20:36.009Z[ host-image] Dec 20 23:20:34.472 INFO O| Dec 20 23:20:34.472 INFO O| Actions: 33657/49485 actions (Installing new actions)
79882024-12-20T23:20:36.078Z[ recovery-image] Dec 20 23:20:34.540 INFO O| Dec 20 23:20:34.540 INFO STEP 1206 (pack_tar) COMPLETE
79892024-12-20T23:20:36.080Z[ recovery-image] Dec 20 23:20:34.541 INFO O| Dec 20 23:20:34.540 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
79902024-12-20T23:20:36.080Z[ recovery-image] Dec 20 23:20:34.541 INFO O| Dec 20 23:20:34.540 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
79912024-12-20T23:20:36.524Z[ recovery-image] Dec 20 23:20:34.984 INFO O| Dec 20 23:20:34.984 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
79922024-12-20T23:20:36.740Z[ recovery-image] Dec 20 23:20:35.203 INFO O| Dec 20 23:20:35.203 INFO completed processing gimlet/ramdisk-03-recovery-trim
79932024-12-20T23:20:36.750Z[ recovery-image] Dec 20 23:20:35.213 INFO image builder template: zfs-recovery...
79942024-12-20T23:20:36.750Z[ recovery-image] Dec 20 23:20:35.213 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/.tmpMH33g0/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
79952024-12-20T23:20:36.802Z[ recovery-image] Dec 20 23:20:35.265 INFO O| Dec 20 23:20:35.265 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
79962024-12-20T23:20:36.810Z[ recovery-image] Dec 20 23:20:35.273 INFO O| Dec 20 23:20:35.273 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
79972024-12-20T23:20:36.958Z[ recovery-image] Dec 20 23:20:35.420 INFO O| Dec 20 23:20:35.420 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
79982024-12-20T23:20:37.155Z[ recovery-image] Dec 20 23:20:35.617 INFO O| Dec 20 23:20:35.617 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
79992024-12-20T23:20:37.155Z[ recovery-image] Dec 20 23:20:35.618 INFO O| Dec 20 23:20:35.618 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
80002024-12-20T23:20:37.177Z[ recovery-image] Dec 20 23:20:35.640 INFO O| Dec 20 23:20:35.640 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
80012024-12-20T23:20:37.280Z[ recovery-image] Dec 20 23:20:35.743 INFO O| Dec 20 23:20:35.743 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
80022024-12-20T23:20:37.354Z[ recovery-image] Dec 20 23:20:35.817 INFO O| Dec 20 23:20:35.816 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
80032024-12-20T23:20:37.370Z[ recovery-image] Dec 20 23:20:35.833 INFO O| Dec 20 23:20:35.833 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
80042024-12-20T23:20:37.378Z[ recovery-image] Dec 20 23:20:35.841 INFO O| Dec 20 23:20:35.841 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
80052024-12-20T23:20:37.381Z[ recovery-image] Dec 20 23:20:35.843 INFO O| Dec 20 23:20:35.843 INFO no lofi found
80062024-12-20T23:20:37.381Z[ recovery-image] Dec 20 23:20:35.843 INFO O| Dec 20 23:20:35.843 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
80072024-12-20T23:20:37.381Z[ recovery-image] Dec 20 23:20:35.843 INFO O| Dec 20 23:20:35.843 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
80082024-12-20T23:20:38.489Z[ host-image] Dec 20 23:20:36.950 INFO O| Dec 20 23:20:36.950 INFO O| Actions: Completed 49485 actions in 12.47 seconds.
80092024-12-20T23:20:39.116Z[ host-image] Dec 20 23:20:37.578 INFO O| Dec 20 23:20:37.578 INFO O| Done
80102024-12-20T23:20:39.116Z[ host-image] Dec 20 23:20:37.579 INFO O| Dec 20 23:20:37.578 INFO O| Done
80112024-12-20T23:20:39.548Z[ recovery-image] Dec 20 23:20:38.011 INFO O| Dec 20 23:20:38.011 INFO lofi device = /dev/dsk/c2t1d0p0
80122024-12-20T23:20:39.548Z[ recovery-image] Dec 20 23:20:38.011 INFO O| Dec 20 23:20:38.011 INFO pool device = /dev/dsk/c2t1d0p0
80132024-12-20T23:20:39.552Z[ recovery-image] Dec 20 23:20:38.011 INFO O| Dec 20 23:20:38.011 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"]
80142024-12-20T23:20:39.772Z[ recovery-image] Dec 20 23:20:38.235 INFO O| Dec 20 23:20:38.235 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80152024-12-20T23:20:39.772Z[ recovery-image] Dec 20 23:20:38.235 INFO O| Dec 20 23:20:38.235 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
80162024-12-20T23:20:39.831Z[ recovery-image] Dec 20 23:20:38.293 INFO O| Dec 20 23:20:38.293 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
80172024-12-20T23:20:40.010Z[ recovery-image] Dec 20 23:20:38.471 INFO O| Dec 20 23:20:38.471 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
80182024-12-20T23:20:40.068Z[ recovery-image] Dec 20 23:20:38.530 INFO O| Dec 20 23:20:38.530 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
80192024-12-20T23:20:40.094Z[ recovery-image] Dec 20 23:20:38.557 INFO O| Dec 20 23:20:38.557 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
80202024-12-20T23:20:40.148Z[ recovery-image] Dec 20 23:20:38.611 INFO O| Dec 20 23:20:38.611 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
80212024-12-20T23:20:40.233Z[ recovery-image] Dec 20 23:20:38.696 INFO O| Dec 20 23:20:38.695 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
80222024-12-20T23:20:40.237Z[ recovery-image] Dec 20 23:20:38.696 INFO O| Dec 20 23:20:38.696 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
80232024-12-20T23:20:40.237Z[ recovery-image] Dec 20 23:20:38.696 INFO O| Dec 20 23:20:38.696 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
80242024-12-20T23:20:40.284Z[ recovery-image] Dec 20 23:20:38.746 INFO O| Dec 20 23:20:38.746 INFO boot environment UUID: 3a1a7326-148a-4be3-8e4f-5b8cb364d23c
80252024-12-20T23:20:40.284Z[ recovery-image] Dec 20 23:20:38.747 INFO O| Dec 20 23:20:38.746 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 3a1a7326-148a-4be3-8e4f-5b8cb364d23c
80262024-12-20T23:20:40.303Z[ recovery-image] Dec 20 23:20:38.766 INFO O| Dec 20 23:20:38.766 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
80272024-12-20T23:20:40.327Z[ recovery-image] Dec 20 23:20:38.790 INFO O| Dec 20 23:20:38.790 INFO STEP 0 (create_be) COMPLETE
80282024-12-20T23:20:40.327Z[ recovery-image] Dec 20 23:20:38.790 INFO O| Dec 20 23:20:38.790 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80292024-12-20T23:20:40.367Z[ recovery-image] Dec 20 23:20:38.830 INFO O| Dec 20 23:20:38.829 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"]
80302024-12-20T23:20:40.687Z[ host-image] Dec 20 23:20:39.150 INFO O| Dec 20 23:20:39.150 INFO O| Done
80312024-12-20T23:20:43.666Z[ host-image] Dec 20 23:20:42.128 INFO O| Dec 20 23:20:42.128 INFO O| Done
80322024-12-20T23:20:43.710Z[ host-image] Dec 20 23:20:42.172 INFO O| Dec 20 23:20:42.172 INFO O| Done
80332024-12-20T23:20:47.039Z[ recovery-image] Dec 20 23:20:45.501 INFO O| Dec 20 23:20:45.501 INFO STEP 1 (unpack_tar) COMPLETE
80342024-12-20T23:20:47.040Z[ recovery-image] Dec 20 23:20:45.501 INFO O| Dec 20 23:20:45.501 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80352024-12-20T23:20:47.059Z[ recovery-image] Dec 20 23:20:45.521 INFO O| Dec 20 23:20:45.520 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
80362024-12-20T23:20:47.449Z[ recovery-image] Dec 20 23:20:45.911 INFO O| Dec 20 23:20:45.911 INFO STEP 2 (devfsadm) COMPLETE
80372024-12-20T23:20:47.449Z[ recovery-image] Dec 20 23:20:45.911 INFO O| Dec 20 23:20:45.911 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80382024-12-20T23:20:47.468Z[ recovery-image] Dec 20 23:20:45.930 INFO O| Dec 20 23:20:45.930 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80392024-12-20T23:20:47.468Z[ recovery-image] Dec 20 23:20:45.930 INFO O| Dec 20 23:20:45.930 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80402024-12-20T23:20:47.468Z[ recovery-image] Dec 20 23:20:45.930 INFO O| Dec 20 23:20:45.930 INFO STEP 3 (ensure_dir) COMPLETE
80412024-12-20T23:20:47.471Z[ recovery-image] Dec 20 23:20:45.930 INFO O| Dec 20 23:20:45.930 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80422024-12-20T23:20:47.488Z[ recovery-image] Dec 20 23:20:45.950 INFO O| Dec 20 23:20:45.950 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80432024-12-20T23:20:47.488Z[ recovery-image] Dec 20 23:20:45.950 INFO O| Dec 20 23:20:45.950 INFO STEP 4 (ensure_dir) COMPLETE
80442024-12-20T23:20:47.491Z[ recovery-image] Dec 20 23:20:45.950 INFO O| Dec 20 23:20:45.950 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80452024-12-20T23:20:47.516Z[ recovery-image] Dec 20 23:20:45.978 INFO O| Dec 20 23:20:45.978 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80462024-12-20T23:20:47.516Z[ recovery-image] Dec 20 23:20:45.978 INFO O| Dec 20 23:20:45.978 INFO STEP 5 (ensure_dir) COMPLETE
80472024-12-20T23:20:47.517Z[ recovery-image] Dec 20 23:20:45.978 INFO O| Dec 20 23:20:45.978 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80482024-12-20T23:20:47.555Z[ recovery-image] Dec 20 23:20:46.017 INFO O| Dec 20 23:20:46.017 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80492024-12-20T23:20:47.555Z[ recovery-image] Dec 20 23:20:46.017 INFO O| Dec 20 23:20:46.017 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80502024-12-20T23:20:47.558Z[ recovery-image] Dec 20 23:20:46.017 INFO O| Dec 20 23:20:46.017 INFO STEP 6 (ensure_dir) COMPLETE
80512024-12-20T23:20:47.558Z[ recovery-image] Dec 20 23:20:46.017 INFO O| Dec 20 23:20:46.017 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80522024-12-20T23:20:47.575Z[ recovery-image] Dec 20 23:20:46.036 INFO O| Dec 20 23:20:46.036 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80532024-12-20T23:20:47.575Z[ recovery-image] Dec 20 23:20:46.036 INFO O| Dec 20 23:20:46.036 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80542024-12-20T23:20:47.575Z[ recovery-image] Dec 20 23:20:46.036 INFO O| Dec 20 23:20:46.036 INFO STEP 7 (ensure_dir) COMPLETE
80552024-12-20T23:20:47.575Z[ recovery-image] Dec 20 23:20:46.036 INFO O| Dec 20 23:20:46.036 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80562024-12-20T23:20:47.594Z[ recovery-image] Dec 20 23:20:46.055 INFO O| Dec 20 23:20:46.055 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
80572024-12-20T23:20:47.599Z[ recovery-image] Dec 20 23:20:46.056 INFO O| Dec 20 23:20:46.056 INFO STEP 8 (remove_files) COMPLETE
80582024-12-20T23:20:47.599Z[ recovery-image] Dec 20 23:20:46.056 INFO O| Dec 20 23:20:46.056 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80592024-12-20T23:20:47.612Z[ recovery-image] Dec 20 23:20:46.074 INFO O| Dec 20 23:20:46.074 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
80602024-12-20T23:20:47.614Z[ recovery-image] Dec 20 23:20:46.075 INFO O| Dec 20 23:20:46.075 INFO STEP 9 (remove_files) COMPLETE
80612024-12-20T23:20:47.614Z[ recovery-image] Dec 20 23:20:46.075 INFO O| Dec 20 23:20:46.075 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80622024-12-20T23:20:47.631Z[ recovery-image] Dec 20 23:20:46.093 INFO O| Dec 20 23:20:46.093 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
80632024-12-20T23:20:47.634Z[ recovery-image] Dec 20 23:20:46.094 INFO O| Dec 20 23:20:46.094 INFO STEP 10 (remove_files) COMPLETE
80642024-12-20T23:20:47.634Z[ recovery-image] Dec 20 23:20:46.095 INFO O| Dec 20 23:20:46.094 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80652024-12-20T23:20:47.652Z[ recovery-image] Dec 20 23:20:46.114 INFO O| Dec 20 23:20:46.114 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
80662024-12-20T23:20:47.655Z[ recovery-image] Dec 20 23:20:46.114 INFO O| Dec 20 23:20:46.114 INFO STEP 11 (remove_files) COMPLETE
80672024-12-20T23:20:47.655Z[ recovery-image] Dec 20 23:20:46.114 INFO O| Dec 20 23:20:46.114 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80682024-12-20T23:20:47.688Z[ recovery-image] Dec 20 23:20:46.150 INFO O| Dec 20 23:20:46.150 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
80692024-12-20T23:20:47.691Z[ recovery-image] Dec 20 23:20:46.150 INFO O| Dec 20 23:20:46.150 INFO STEP 12 (remove_files) COMPLETE
80702024-12-20T23:20:47.691Z[ recovery-image] Dec 20 23:20:46.150 INFO O| Dec 20 23:20:46.150 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80712024-12-20T23:20:47.708Z[ recovery-image] Dec 20 23:20:46.170 INFO O| Dec 20 23:20:46.170 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80722024-12-20T23:20:47.708Z[ recovery-image] Dec 20 23:20:46.170 INFO O| Dec 20 23:20:46.170 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80732024-12-20T23:20:47.709Z[ recovery-image] Dec 20 23:20:46.170 INFO O| Dec 20 23:20:46.170 INFO STEP 13 (ensure_dir) COMPLETE
80742024-12-20T23:20:47.712Z[ recovery-image] Dec 20 23:20:46.170 INFO O| Dec 20 23:20:46.170 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80752024-12-20T23:20:47.751Z[ recovery-image] Dec 20 23:20:46.213 INFO O| Dec 20 23:20:46.213 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80762024-12-20T23:20:47.754Z[ recovery-image] Dec 20 23:20:46.213 INFO O| Dec 20 23:20:46.213 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80772024-12-20T23:20:47.754Z[ recovery-image] Dec 20 23:20:46.213 INFO O| Dec 20 23:20:46.213 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80782024-12-20T23:20:47.754Z[ recovery-image] Dec 20 23:20:46.213 INFO O| Dec 20 23:20:46.213 INFO STEP 14 (ensure_dir) COMPLETE
80792024-12-20T23:20:47.754Z[ recovery-image] Dec 20 23:20:46.213 INFO O| Dec 20 23:20:46.213 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80802024-12-20T23:20:47.837Z[ recovery-image] Dec 20 23:20:46.299 INFO O| Dec 20 23:20:46.299 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80812024-12-20T23:20:47.837Z[ recovery-image] Dec 20 23:20:46.299 INFO O| Dec 20 23:20:46.299 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80822024-12-20T23:20:47.837Z[ recovery-image] Dec 20 23:20:46.299 INFO O| Dec 20 23:20:46.299 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80832024-12-20T23:20:47.840Z[ recovery-image] Dec 20 23:20:46.299 INFO O| Dec 20 23:20:46.299 INFO STEP 15 (ensure_dir) COMPLETE
80842024-12-20T23:20:47.840Z[ recovery-image] Dec 20 23:20:46.299 INFO O| Dec 20 23:20:46.299 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80852024-12-20T23:20:47.898Z[ recovery-image] Dec 20 23:20:46.360 INFO O| Dec 20 23:20:46.360 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80862024-12-20T23:20:47.898Z[ recovery-image] Dec 20 23:20:46.360 INFO O| Dec 20 23:20:46.360 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80872024-12-20T23:20:47.898Z[ recovery-image] Dec 20 23:20:46.360 INFO O| Dec 20 23:20:46.360 INFO STEP 16 (ensure_dir) COMPLETE
80882024-12-20T23:20:47.901Z[ recovery-image] Dec 20 23:20:46.360 INFO O| Dec 20 23:20:46.360 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80892024-12-20T23:20:47.921Z[ recovery-image] Dec 20 23:20:46.382 INFO O| Dec 20 23:20:46.382 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80902024-12-20T23:20:47.921Z[ recovery-image] Dec 20 23:20:46.382 INFO O| Dec 20 23:20:46.382 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80912024-12-20T23:20:47.921Z[ recovery-image] Dec 20 23:20:46.382 INFO O| Dec 20 23:20:46.382 INFO STEP 17 (ensure_dir) COMPLETE
80922024-12-20T23:20:47.921Z[ recovery-image] Dec 20 23:20:46.383 INFO O| Dec 20 23:20:46.382 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80932024-12-20T23:20:47.998Z[ recovery-image] Dec 20 23:20:46.459 INFO O| Dec 20 23:20:46.459 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
80942024-12-20T23:20:47.998Z[ recovery-image] Dec 20 23:20:46.459 INFO O| Dec 20 23:20:46.459 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
80952024-12-20T23:20:47.998Z[ recovery-image] Dec 20 23:20:46.459 INFO O| Dec 20 23:20:46.459 INFO ok!
80962024-12-20T23:20:47.998Z[ recovery-image] Dec 20 23:20:46.459 INFO O| Dec 20 23:20:46.459 INFO STEP 18 (ensure_symlink) COMPLETE
80972024-12-20T23:20:48.001Z[ recovery-image] Dec 20 23:20:46.460 INFO O| Dec 20 23:20:46.460 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80982024-12-20T23:20:48.019Z[ recovery-image] Dec 20 23:20:46.480 INFO O| Dec 20 23:20:46.480 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
80992024-12-20T23:20:48.019Z[ recovery-image] Dec 20 23:20:46.481 INFO O| Dec 20 23:20:46.480 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
81002024-12-20T23:20:48.022Z[ recovery-image] Dec 20 23:20:46.481 INFO O| Dec 20 23:20:46.480 INFO ok!
81012024-12-20T23:20:48.022Z[ recovery-image] Dec 20 23:20:46.481 INFO O| Dec 20 23:20:46.481 INFO STEP 19 (ensure_file) COMPLETE
81022024-12-20T23:20:48.022Z[ recovery-image] Dec 20 23:20:46.481 INFO O| Dec 20 23:20:46.481 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81032024-12-20T23:20:48.040Z[ recovery-image] Dec 20 23:20:46.502 INFO O| Dec 20 23:20:46.502 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
81042024-12-20T23:20:48.040Z[ recovery-image] Dec 20 23:20:46.502 INFO O| Dec 20 23:20:46.502 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
81052024-12-20T23:20:48.043Z[ recovery-image] Dec 20 23:20:46.502 INFO O| Dec 20 23:20:46.502 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
81062024-12-20T23:20:48.043Z[ recovery-image] Dec 20 23:20:46.502 INFO O| Dec 20 23:20:46.502 INFO ok!
81072024-12-20T23:20:48.043Z[ recovery-image] Dec 20 23:20:46.502 INFO O| Dec 20 23:20:46.502 INFO STEP 20 (ensure_symlink) COMPLETE
81082024-12-20T23:20:48.043Z[ recovery-image] Dec 20 23:20:46.502 INFO O| Dec 20 23:20:46.502 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81092024-12-20T23:20:48.076Z[ recovery-image] Dec 20 23:20:46.538 INFO O| Dec 20 23:20:46.538 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
81102024-12-20T23:20:48.076Z[ recovery-image] Dec 20 23:20:46.538 INFO O| Dec 20 23:20:46.538 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
81112024-12-20T23:20:48.079Z[ recovery-image] Dec 20 23:20:46.538 INFO O| Dec 20 23:20:46.538 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
81122024-12-20T23:20:48.079Z[ recovery-image] Dec 20 23:20:46.538 INFO O| Dec 20 23:20:46.538 INFO ok!
81132024-12-20T23:20:48.079Z[ recovery-image] Dec 20 23:20:46.539 INFO O| Dec 20 23:20:46.538 INFO STEP 21 (ensure_symlink) COMPLETE
81142024-12-20T23:20:48.079Z[ recovery-image] Dec 20 23:20:46.539 INFO O| Dec 20 23:20:46.539 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81152024-12-20T23:20:48.153Z[ recovery-image] Dec 20 23:20:46.615 INFO O| Dec 20 23:20:46.615 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
81162024-12-20T23:20:48.167Z[ recovery-image] Dec 20 23:20:46.615 INFO O| Dec 20 23:20:46.615 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
81172024-12-20T23:20:48.167Z[ recovery-image] Dec 20 23:20:46.615 INFO O| Dec 20 23:20:46.615 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
81182024-12-20T23:20:48.167Z[ recovery-image] Dec 20 23:20:46.615 INFO O| Dec 20 23:20:46.615 INFO ok!
81192024-12-20T23:20:48.167Z[ recovery-image] Dec 20 23:20:46.615 INFO O| Dec 20 23:20:46.615 INFO STEP 22 (ensure_symlink) COMPLETE
81202024-12-20T23:20:48.167Z[ recovery-image] Dec 20 23:20:46.616 INFO O| Dec 20 23:20:46.616 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81212024-12-20T23:20:48.180Z[ recovery-image] Dec 20 23:20:46.641 INFO O| Dec 20 23:20:46.641 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
81222024-12-20T23:20:48.180Z[ recovery-image] Dec 20 23:20:46.641 INFO O| Dec 20 23:20:46.641 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
81232024-12-20T23:20:48.182Z[ recovery-image] Dec 20 23:20:46.641 INFO O| Dec 20 23:20:46.641 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
81242024-12-20T23:20:48.183Z[ recovery-image] Dec 20 23:20:46.641 INFO O| Dec 20 23:20:46.641 INFO ok!
81252024-12-20T23:20:48.183Z[ recovery-image] Dec 20 23:20:46.642 INFO O| Dec 20 23:20:46.642 INFO STEP 23 (ensure_symlink) COMPLETE
81262024-12-20T23:20:48.183Z[ recovery-image] Dec 20 23:20:46.642 INFO O| Dec 20 23:20:46.642 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81272024-12-20T23:20:48.207Z[ recovery-image] Dec 20 23:20:46.669 INFO O| Dec 20 23:20:46.669 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
81282024-12-20T23:20:48.207Z[ recovery-image] Dec 20 23:20:46.669 INFO O| Dec 20 23:20:46.669 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 ...
81292024-12-20T23:20:48.209Z[ recovery-image] Dec 20 23:20:46.669 INFO O| Dec 20 23:20:46.669 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
81302024-12-20T23:20:48.209Z[ recovery-image] Dec 20 23:20:46.669 INFO O| Dec 20 23:20:46.669 INFO ok!
81312024-12-20T23:20:48.210Z[ recovery-image] Dec 20 23:20:46.669 INFO O| Dec 20 23:20:46.669 INFO STEP 24 (ensure_file) COMPLETE
81322024-12-20T23:20:48.210Z[ recovery-image] Dec 20 23:20:46.669 INFO O| Dec 20 23:20:46.669 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
81332024-12-20T23:20:48.240Z[ recovery-image] Dec 20 23:20:46.702 INFO O| Dec 20 23:20:46.702 INFO updating shadow file
81342024-12-20T23:20:48.243Z[ recovery-image] Dec 20 23:20:46.703 INFO O| Dec 20 23:20:46.703 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
81352024-12-20T23:20:48.243Z[ recovery-image] Dec 20 23:20:46.703 INFO O| Dec 20 23:20:46.703 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
81362024-12-20T23:20:48.243Z[ recovery-image] Dec 20 23:20:46.703 INFO O| Dec 20 23:20:46.703 INFO STEP 25 (shadow) COMPLETE
81372024-12-20T23:20:48.243Z[ recovery-image] Dec 20 23:20:46.703 INFO O| Dec 20 23:20:46.703 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81382024-12-20T23:20:48.298Z[ recovery-image] Dec 20 23:20:46.760 INFO O| Dec 20 23:20:46.760 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
81392024-12-20T23:20:48.298Z[ recovery-image] Dec 20 23:20:46.760 INFO O| Dec 20 23:20:46.760 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
81402024-12-20T23:20:48.300Z[ recovery-image] Dec 20 23:20:46.760 INFO O| Dec 20 23:20:46.760 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
81412024-12-20T23:20:48.300Z[ recovery-image] Dec 20 23:20:46.760 INFO O| Dec 20 23:20:46.760 INFO ok!
81422024-12-20T23:20:48.300Z[ recovery-image] Dec 20 23:20:46.760 INFO O| Dec 20 23:20:46.760 INFO STEP 26 (ensure_file) COMPLETE
81432024-12-20T23:20:48.300Z[ recovery-image] Dec 20 23:20:46.760 INFO O| Dec 20 23:20:46.760 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81442024-12-20T23:20:48.319Z[ recovery-image] Dec 20 23:20:46.781 INFO O| Dec 20 23:20:46.780 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
81452024-12-20T23:20:48.319Z[ recovery-image] Dec 20 23:20:46.781 INFO O| Dec 20 23:20:46.781 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
81462024-12-20T23:20:48.319Z[ recovery-image] Dec 20 23:20:46.781 INFO O| Dec 20 23:20:46.781 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
81472024-12-20T23:20:48.319Z[ recovery-image] Dec 20 23:20:46.781 INFO O| Dec 20 23:20:46.781 INFO ok!
81482024-12-20T23:20:48.322Z[ recovery-image] Dec 20 23:20:46.781 INFO O| Dec 20 23:20:46.781 INFO STEP 27 (ensure_file) COMPLETE
81492024-12-20T23:20:48.322Z[ recovery-image] Dec 20 23:20:46.781 INFO O| Dec 20 23:20:46.781 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81502024-12-20T23:20:48.339Z[ recovery-image] Dec 20 23:20:46.800 INFO O| Dec 20 23:20:46.800 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
81512024-12-20T23:20:48.339Z[ recovery-image] Dec 20 23:20:46.800 INFO O| Dec 20 23:20:46.800 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
81522024-12-20T23:20:48.343Z[ recovery-image] Dec 20 23:20:46.801 INFO O| Dec 20 23:20:46.801 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
81532024-12-20T23:20:48.343Z[ recovery-image] Dec 20 23:20:46.801 INFO O| Dec 20 23:20:46.801 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
81542024-12-20T23:20:48.343Z[ recovery-image] Dec 20 23:20:46.801 INFO O| Dec 20 23:20:46.801 INFO ok!
81552024-12-20T23:20:48.343Z[ recovery-image] Dec 20 23:20:46.801 INFO O| Dec 20 23:20:46.801 INFO STEP 28 (ensure_file) COMPLETE
81562024-12-20T23:20:48.343Z[ recovery-image] Dec 20 23:20:46.801 INFO O| Dec 20 23:20:46.801 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81572024-12-20T23:20:48.364Z[ recovery-image] Dec 20 23:20:46.826 INFO O| Dec 20 23:20:46.826 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
81582024-12-20T23:20:48.364Z[ recovery-image] Dec 20 23:20:46.826 INFO O| Dec 20 23:20:46.826 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
81592024-12-20T23:20:48.364Z[ recovery-image] Dec 20 23:20:46.826 INFO O| Dec 20 23:20:46.826 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
81602024-12-20T23:20:48.367Z[ recovery-image] Dec 20 23:20:46.826 INFO O| Dec 20 23:20:46.826 INFO ok!
81612024-12-20T23:20:48.367Z[ recovery-image] Dec 20 23:20:46.826 INFO O| Dec 20 23:20:46.826 INFO STEP 29 (ensure_file) COMPLETE
81622024-12-20T23:20:48.367Z[ recovery-image] Dec 20 23:20:46.826 INFO O| Dec 20 23:20:46.826 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81632024-12-20T23:20:48.386Z[ recovery-image] Dec 20 23:20:46.848 INFO O| Dec 20 23:20:46.847 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
81642024-12-20T23:20:48.386Z[ recovery-image] Dec 20 23:20:46.848 INFO O| Dec 20 23:20:46.848 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
81652024-12-20T23:20:48.386Z[ recovery-image] Dec 20 23:20:46.848 INFO O| Dec 20 23:20:46.848 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
81662024-12-20T23:20:48.389Z[ recovery-image] Dec 20 23:20:46.848 INFO O| Dec 20 23:20:46.848 INFO ok!
81672024-12-20T23:20:48.389Z[ recovery-image] Dec 20 23:20:46.848 INFO O| Dec 20 23:20:46.848 INFO STEP 30 (ensure_file) COMPLETE
81682024-12-20T23:20:48.389Z[ recovery-image] Dec 20 23:20:46.848 INFO O| Dec 20 23:20:46.848 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81692024-12-20T23:20:48.421Z[ recovery-image] Dec 20 23:20:46.883 INFO O| Dec 20 23:20:46.883 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
81702024-12-20T23:20:48.421Z[ recovery-image] Dec 20 23:20:46.883 INFO O| Dec 20 23:20:46.883 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
81712024-12-20T23:20:48.421Z[ recovery-image] Dec 20 23:20:46.883 INFO O| Dec 20 23:20:46.883 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
81722024-12-20T23:20:48.424Z[ recovery-image] Dec 20 23:20:46.883 INFO O| Dec 20 23:20:46.883 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
81732024-12-20T23:20:48.424Z[ recovery-image] Dec 20 23:20:46.883 INFO O| Dec 20 23:20:46.883 INFO ok!
81742024-12-20T23:20:48.424Z[ recovery-image] Dec 20 23:20:46.883 INFO O| Dec 20 23:20:46.883 INFO STEP 31 (ensure_file) COMPLETE
81752024-12-20T23:20:48.424Z[ recovery-image] Dec 20 23:20:46.883 INFO O| Dec 20 23:20:46.883 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81762024-12-20T23:20:48.444Z[ recovery-image] Dec 20 23:20:46.906 INFO O| Dec 20 23:20:46.906 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
81772024-12-20T23:20:48.444Z[ recovery-image] Dec 20 23:20:46.906 INFO O| Dec 20 23:20:46.906 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
81782024-12-20T23:20:48.447Z[ recovery-image] Dec 20 23:20:46.907 INFO O| Dec 20 23:20:46.906 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
81792024-12-20T23:20:48.447Z[ recovery-image] Dec 20 23:20:46.907 INFO O| Dec 20 23:20:46.907 INFO ok!
81802024-12-20T23:20:48.447Z[ recovery-image] Dec 20 23:20:46.907 INFO O| Dec 20 23:20:46.907 INFO STEP 32 (ensure_file) COMPLETE
81812024-12-20T23:20:48.447Z[ recovery-image] Dec 20 23:20:46.907 INFO O| Dec 20 23:20:46.907 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81822024-12-20T23:20:48.504Z[ recovery-image] Dec 20 23:20:46.965 INFO O| Dec 20 23:20:46.965 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
81832024-12-20T23:20:48.504Z[ recovery-image] Dec 20 23:20:46.965 INFO O| Dec 20 23:20:46.965 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
81842024-12-20T23:20:48.504Z[ recovery-image] Dec 20 23:20:46.965 INFO O| Dec 20 23:20:46.965 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
81852024-12-20T23:20:48.506Z[ recovery-image] Dec 20 23:20:46.965 INFO O| Dec 20 23:20:46.965 INFO ok!
81862024-12-20T23:20:48.506Z[ recovery-image] Dec 20 23:20:46.965 INFO O| Dec 20 23:20:46.965 INFO STEP 33 (ensure_file) COMPLETE
81872024-12-20T23:20:48.506Z[ recovery-image] Dec 20 23:20:46.966 INFO O| Dec 20 23:20:46.966 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81882024-12-20T23:20:48.559Z[ recovery-image] Dec 20 23:20:47.021 INFO O| Dec 20 23:20:47.021 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
81892024-12-20T23:20:48.559Z[ recovery-image] Dec 20 23:20:47.021 INFO O| Dec 20 23:20:47.021 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
81902024-12-20T23:20:48.559Z[ recovery-image] Dec 20 23:20:47.021 INFO O| Dec 20 23:20:47.021 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81912024-12-20T23:20:48.562Z[ recovery-image] Dec 20 23:20:47.021 INFO O| Dec 20 23:20:47.021 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81922024-12-20T23:20:48.562Z[ recovery-image] Dec 20 23:20:47.021 INFO O| Dec 20 23:20:47.021 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81932024-12-20T23:20:48.562Z[ recovery-image] Dec 20 23:20:47.021 INFO O| Dec 20 23:20:47.021 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81942024-12-20T23:20:48.562Z[ recovery-image] Dec 20 23:20:47.021 INFO O| Dec 20 23:20:47.021 INFO ok!
81952024-12-20T23:20:48.562Z[ recovery-image] Dec 20 23:20:47.021 INFO O| Dec 20 23:20:47.021 INFO STEP 34 (ensure_file) COMPLETE
81962024-12-20T23:20:48.563Z[ recovery-image] Dec 20 23:20:47.021 INFO O| Dec 20 23:20:47.021 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
81972024-12-20T23:20:48.622Z[ recovery-image] Dec 20 23:20:47.083 INFO O| Dec 20 23:20:47.083 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
81982024-12-20T23:20:48.622Z[ recovery-image] Dec 20 23:20:47.084 INFO O| Dec 20 23:20:47.084 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
81992024-12-20T23:20:48.624Z[ recovery-image] Dec 20 23:20:47.084 INFO O| Dec 20 23:20:47.084 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
82002024-12-20T23:20:48.624Z[ recovery-image] Dec 20 23:20:47.084 INFO O| Dec 20 23:20:47.084 INFO STEP 35 (ensure_dir) COMPLETE
82012024-12-20T23:20:48.625Z[ recovery-image] Dec 20 23:20:47.084 INFO O| Dec 20 23:20:47.084 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82022024-12-20T23:20:48.674Z[ recovery-image] Dec 20 23:20:47.136 INFO O| Dec 20 23:20:47.136 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
82032024-12-20T23:20:48.674Z[ recovery-image] Dec 20 23:20:47.136 INFO O| Dec 20 23:20:47.136 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 ...
82042024-12-20T23:20:48.677Z[ recovery-image] Dec 20 23:20:47.136 INFO O| Dec 20 23:20:47.136 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
82052024-12-20T23:20:48.677Z[ recovery-image] Dec 20 23:20:47.137 INFO O| Dec 20 23:20:47.136 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
82062024-12-20T23:20:48.677Z[ recovery-image] Dec 20 23:20:47.137 INFO O| Dec 20 23:20:47.137 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
82072024-12-20T23:20:48.677Z[ recovery-image] Dec 20 23:20:47.137 INFO O| Dec 20 23:20:47.137 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
82082024-12-20T23:20:48.677Z[ recovery-image] Dec 20 23:20:47.137 INFO O| Dec 20 23:20:47.137 INFO ok!
82092024-12-20T23:20:48.677Z[ recovery-image] Dec 20 23:20:47.137 INFO O| Dec 20 23:20:47.137 INFO STEP 36 (ensure_file) COMPLETE
82102024-12-20T23:20:48.677Z[ recovery-image] Dec 20 23:20:47.137 INFO O| Dec 20 23:20:47.137 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82112024-12-20T23:20:48.730Z[ recovery-image] Dec 20 23:20:47.191 INFO O| Dec 20 23:20:47.191 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
82122024-12-20T23:20:48.730Z[ recovery-image] Dec 20 23:20:47.191 INFO O| Dec 20 23:20:47.191 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 ...
82132024-12-20T23:20:48.732Z[ recovery-image] Dec 20 23:20:47.192 INFO O| Dec 20 23:20:47.192 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
82142024-12-20T23:20:48.733Z[ recovery-image] Dec 20 23:20:47.192 INFO O| Dec 20 23:20:47.192 INFO ok!
82152024-12-20T23:20:48.733Z[ recovery-image] Dec 20 23:20:47.192 INFO O| Dec 20 23:20:47.192 INFO STEP 37 (ensure_symlink) COMPLETE
82162024-12-20T23:20:48.733Z[ recovery-image] Dec 20 23:20:47.192 INFO O| Dec 20 23:20:47.192 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82172024-12-20T23:20:48.750Z[ recovery-image] Dec 20 23:20:47.212 INFO O| Dec 20 23:20:47.212 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
82182024-12-20T23:20:48.750Z[ recovery-image] Dec 20 23:20:47.212 INFO O| Dec 20 23:20:47.212 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
82192024-12-20T23:20:48.753Z[ recovery-image] Dec 20 23:20:47.212 INFO O| Dec 20 23:20:47.212 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82202024-12-20T23:20:48.754Z[ recovery-image] Dec 20 23:20:47.212 INFO O| Dec 20 23:20:47.212 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82212024-12-20T23:20:48.754Z[ recovery-image] Dec 20 23:20:47.213 INFO O| Dec 20 23:20:47.213 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82222024-12-20T23:20:48.754Z[ recovery-image] Dec 20 23:20:47.213 INFO O| Dec 20 23:20:47.213 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82232024-12-20T23:20:48.754Z[ recovery-image] Dec 20 23:20:47.213 INFO O| Dec 20 23:20:47.213 INFO ok!
82242024-12-20T23:20:48.754Z[ recovery-image] Dec 20 23:20:47.213 INFO O| Dec 20 23:20:47.213 INFO STEP 38 (ensure_file) COMPLETE
82252024-12-20T23:20:48.754Z[ recovery-image] Dec 20 23:20:47.213 INFO O| Dec 20 23:20:47.213 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82262024-12-20T23:20:48.791Z[ recovery-image] Dec 20 23:20:47.252 INFO O| Dec 20 23:20:47.252 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
82272024-12-20T23:20:48.791Z[ recovery-image] Dec 20 23:20:47.252 INFO O| Dec 20 23:20:47.252 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 ...
82282024-12-20T23:20:48.791Z[ recovery-image] Dec 20 23:20:47.252 INFO O| Dec 20 23:20:47.252 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
82292024-12-20T23:20:48.794Z[ recovery-image] Dec 20 23:20:47.252 INFO O| Dec 20 23:20:47.252 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
82302024-12-20T23:20:48.794Z[ recovery-image] Dec 20 23:20:47.252 INFO O| Dec 20 23:20:47.252 INFO ok!
82312024-12-20T23:20:48.794Z[ recovery-image] Dec 20 23:20:47.252 INFO O| Dec 20 23:20:47.252 INFO STEP 39 (ensure_file) COMPLETE
82322024-12-20T23:20:48.794Z[ recovery-image] Dec 20 23:20:47.252 INFO O| Dec 20 23:20:47.252 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82332024-12-20T23:20:48.811Z[ recovery-image] Dec 20 23:20:47.272 INFO O| Dec 20 23:20:47.272 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
82342024-12-20T23:20:48.811Z[ recovery-image] Dec 20 23:20:47.272 INFO O| Dec 20 23:20:47.272 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
82352024-12-20T23:20:48.814Z[ recovery-image] Dec 20 23:20:47.272 INFO O| Dec 20 23:20:47.272 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
82362024-12-20T23:20:48.814Z[ recovery-image] Dec 20 23:20:47.272 INFO O| Dec 20 23:20:47.272 INFO ok!
82372024-12-20T23:20:48.814Z[ recovery-image] Dec 20 23:20:47.272 INFO O| Dec 20 23:20:47.272 INFO STEP 40 (ensure_file) COMPLETE
82382024-12-20T23:20:48.814Z[ recovery-image] Dec 20 23:20:47.272 INFO O| Dec 20 23:20:47.272 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
82392024-12-20T23:20:48.830Z[ recovery-image] Dec 20 23:20:47.292 INFO O| Dec 20 23:20:47.292 INFO updating shadow file
82402024-12-20T23:20:48.834Z[ recovery-image] Dec 20 23:20:47.292 INFO O| Dec 20 23:20:47.292 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
82412024-12-20T23:20:48.834Z[ recovery-image] Dec 20 23:20:47.292 INFO O| Dec 20 23:20:47.292 INFO STEP 41 (shadow) COMPLETE
82422024-12-20T23:20:48.834Z[ recovery-image] Dec 20 23:20:47.292 INFO O| Dec 20 23:20:47.292 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
82432024-12-20T23:20:48.852Z[ recovery-image] Dec 20 23:20:47.313 INFO O| Dec 20 23:20:47.313 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
82442024-12-20T23:20:48.852Z[ recovery-image] Dec 20 23:20:47.313 INFO O| Dec 20 23:20:47.313 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
82452024-12-20T23:20:48.852Z[ recovery-image] Dec 20 23:20:47.314 INFO O| Dec 20 23:20:47.313 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
82462024-12-20T23:20:48.855Z[ recovery-image] Dec 20 23:20:47.314 INFO O| Dec 20 23:20:47.314 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
82472024-12-20T23:20:48.855Z[ recovery-image] Dec 20 23:20:47.314 INFO O| Dec 20 23:20:47.314 INFO ok!
82482024-12-20T23:20:48.855Z[ recovery-image] Dec 20 23:20:47.314 INFO O| Dec 20 23:20:47.314 INFO STEP 42 (ensure_file) COMPLETE
82492024-12-20T23:20:48.855Z[ recovery-image] Dec 20 23:20:47.314 INFO O| Dec 20 23:20:47.314 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82502024-12-20T23:20:48.889Z[ recovery-image] Dec 20 23:20:47.351 INFO O| Dec 20 23:20:47.351 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
82512024-12-20T23:20:48.889Z[ recovery-image] Dec 20 23:20:47.351 INFO O| Dec 20 23:20:47.351 INFO STEP 43 (ensure_dir) COMPLETE
82522024-12-20T23:20:48.889Z[ recovery-image] Dec 20 23:20:47.351 INFO O| Dec 20 23:20:47.351 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82532024-12-20T23:20:48.933Z[ recovery-image] Dec 20 23:20:47.394 INFO O| Dec 20 23:20:47.394 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
82542024-12-20T23:20:48.933Z[ recovery-image] Dec 20 23:20:47.394 INFO O| Dec 20 23:20:47.394 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
82552024-12-20T23:20:48.933Z[ recovery-image] Dec 20 23:20:47.394 INFO O| Dec 20 23:20:47.394 INFO STEP 44 (ensure_dir) COMPLETE
82562024-12-20T23:20:48.933Z[ recovery-image] Dec 20 23:20:47.394 INFO O| Dec 20 23:20:47.394 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82572024-12-20T23:20:48.996Z[ recovery-image] Dec 20 23:20:47.458 INFO O| Dec 20 23:20:47.458 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
82582024-12-20T23:20:48.996Z[ recovery-image] Dec 20 23:20:47.458 INFO O| Dec 20 23:20:47.458 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
82592024-12-20T23:20:48.996Z[ recovery-image] Dec 20 23:20:47.458 INFO O| Dec 20 23:20:47.458 INFO STEP 45 (ensure_dir) COMPLETE
82602024-12-20T23:20:48.999Z[ recovery-image] Dec 20 23:20:47.458 INFO O| Dec 20 23:20:47.458 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82612024-12-20T23:20:49.052Z[ recovery-image] Dec 20 23:20:47.514 INFO O| Dec 20 23:20:47.514 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
82622024-12-20T23:20:49.052Z[ recovery-image] Dec 20 23:20:47.514 INFO O| Dec 20 23:20:47.514 INFO copying /tmp/.tmpMH33g0/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
82632024-12-20T23:20:49.110Z[ recovery-image] Dec 20 23:20:47.572 INFO O| Dec 20 23:20:47.572 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
82642024-12-20T23:20:49.110Z[ recovery-image] Dec 20 23:20:47.572 INFO O| Dec 20 23:20:47.572 INFO ok!
82652024-12-20T23:20:49.110Z[ recovery-image] Dec 20 23:20:47.572 INFO O| Dec 20 23:20:47.572 INFO STEP 46 (ensure_file) COMPLETE
82662024-12-20T23:20:49.113Z[ recovery-image] Dec 20 23:20:47.572 INFO O| Dec 20 23:20:47.572 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82672024-12-20T23:20:49.132Z[ recovery-image] Dec 20 23:20:47.594 INFO O| Dec 20 23:20:47.594 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
82682024-12-20T23:20:49.132Z[ recovery-image] Dec 20 23:20:47.594 INFO O| Dec 20 23:20:47.594 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
82692024-12-20T23:20:49.132Z[ recovery-image] Dec 20 23:20:47.594 INFO O| Dec 20 23:20:47.594 INFO STEP 47 (ensure_dir) COMPLETE
82702024-12-20T23:20:49.132Z[ recovery-image] Dec 20 23:20:47.594 INFO O| Dec 20 23:20:47.594 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82712024-12-20T23:20:49.151Z[ recovery-image] Dec 20 23:20:47.613 INFO O| Dec 20 23:20:47.613 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
82722024-12-20T23:20:49.151Z[ recovery-image] Dec 20 23:20:47.613 INFO O| Dec 20 23:20:47.613 INFO copying /tmp/.tmpMH33g0/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
82732024-12-20T23:20:49.151Z[ recovery-image] Dec 20 23:20:47.613 INFO O| Dec 20 23:20:47.613 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
82742024-12-20T23:20:49.151Z[ recovery-image] Dec 20 23:20:47.613 INFO O| Dec 20 23:20:47.613 INFO ok!
82752024-12-20T23:20:49.153Z[ recovery-image] Dec 20 23:20:47.613 INFO O| Dec 20 23:20:47.613 INFO STEP 48 (ensure_file) COMPLETE
82762024-12-20T23:20:49.153Z[ recovery-image] Dec 20 23:20:47.613 INFO O| Dec 20 23:20:47.613 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82772024-12-20T23:20:49.189Z[ recovery-image] Dec 20 23:20:47.651 INFO O| Dec 20 23:20:47.651 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
82782024-12-20T23:20:49.189Z[ recovery-image] Dec 20 23:20:47.651 INFO O| Dec 20 23:20:47.651 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
82792024-12-20T23:20:49.189Z[ recovery-image] Dec 20 23:20:47.651 INFO O| Dec 20 23:20:47.651 INFO STEP 49 (ensure_dir) COMPLETE
82802024-12-20T23:20:49.189Z[ recovery-image] Dec 20 23:20:47.651 INFO O| Dec 20 23:20:47.651 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82812024-12-20T23:20:49.224Z[ recovery-image] Dec 20 23:20:47.686 INFO O| Dec 20 23:20:47.686 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
82822024-12-20T23:20:49.224Z[ recovery-image] Dec 20 23:20:47.686 INFO O| Dec 20 23:20:47.686 INFO copying /tmp/.tmpMH33g0/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
82832024-12-20T23:20:49.247Z[ recovery-image] Dec 20 23:20:47.709 INFO O| Dec 20 23:20:47.709 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
82842024-12-20T23:20:49.247Z[ recovery-image] Dec 20 23:20:47.709 INFO O| Dec 20 23:20:47.709 INFO ok!
82852024-12-20T23:20:49.250Z[ recovery-image] Dec 20 23:20:47.709 INFO O| Dec 20 23:20:47.709 INFO STEP 50 (ensure_file) COMPLETE
82862024-12-20T23:20:49.250Z[ recovery-image] Dec 20 23:20:47.709 INFO O| Dec 20 23:20:47.709 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82872024-12-20T23:20:49.283Z[ recovery-image] Dec 20 23:20:47.744 INFO O| Dec 20 23:20:47.744 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
82882024-12-20T23:20:49.283Z[ recovery-image] Dec 20 23:20:47.745 INFO O| Dec 20 23:20:47.744 INFO copying /tmp/.tmpMH33g0/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
82892024-12-20T23:20:51.405Z[ recovery-image] Dec 20 23:20:49.866 INFO O| Dec 20 23:20:49.866 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
82902024-12-20T23:20:51.405Z[ recovery-image] Dec 20 23:20:49.866 INFO O| Dec 20 23:20:49.866 INFO ok!
82912024-12-20T23:20:51.405Z[ recovery-image] Dec 20 23:20:49.866 INFO O| Dec 20 23:20:49.866 INFO STEP 51 (ensure_file) COMPLETE
82922024-12-20T23:20:51.408Z[ recovery-image] Dec 20 23:20:49.866 INFO O| Dec 20 23:20:49.866 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82932024-12-20T23:20:51.424Z[ recovery-image] Dec 20 23:20:49.886 INFO O| Dec 20 23:20:49.886 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
82942024-12-20T23:20:51.424Z[ recovery-image] Dec 20 23:20:49.886 INFO O| Dec 20 23:20:49.886 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
82952024-12-20T23:20:51.426Z[ recovery-image] Dec 20 23:20:49.886 INFO O| Dec 20 23:20:49.886 INFO STEP 52 (ensure_dir) COMPLETE
82962024-12-20T23:20:51.427Z[ recovery-image] Dec 20 23:20:49.886 INFO O| Dec 20 23:20:49.886 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82972024-12-20T23:20:51.453Z[ recovery-image] Dec 20 23:20:49.915 INFO O| Dec 20 23:20:49.914 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
82982024-12-20T23:20:51.453Z[ recovery-image] Dec 20 23:20:49.915 INFO O| Dec 20 23:20:49.915 INFO copying /tmp/.tmpMH33g0/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 ...
82992024-12-20T23:20:51.456Z[ recovery-image] Dec 20 23:20:49.915 INFO O| Dec 20 23:20:49.915 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
83002024-12-20T23:20:51.456Z[ recovery-image] Dec 20 23:20:49.915 INFO O| Dec 20 23:20:49.915 INFO ok!
83012024-12-20T23:20:51.456Z[ recovery-image] Dec 20 23:20:49.915 INFO O| Dec 20 23:20:49.915 INFO STEP 53 (ensure_file) COMPLETE
83022024-12-20T23:20:51.456Z[ recovery-image] Dec 20 23:20:49.915 INFO O| Dec 20 23:20:49.915 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83032024-12-20T23:20:51.486Z[ recovery-image] Dec 20 23:20:49.948 INFO O| Dec 20 23:20:49.947 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
83042024-12-20T23:20:51.486Z[ recovery-image] Dec 20 23:20:49.948 INFO O| Dec 20 23:20:49.947 INFO copying /tmp/.tmpMH33g0/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 ...
83052024-12-20T23:20:51.488Z[ recovery-image] Dec 20 23:20:49.948 INFO O| Dec 20 23:20:49.948 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
83062024-12-20T23:20:51.488Z[ recovery-image] Dec 20 23:20:49.948 INFO O| Dec 20 23:20:49.948 INFO ok!
83072024-12-20T23:20:51.488Z[ recovery-image] Dec 20 23:20:49.948 INFO O| Dec 20 23:20:49.948 INFO STEP 54 (ensure_file) COMPLETE
83082024-12-20T23:20:51.489Z[ recovery-image] Dec 20 23:20:49.948 INFO O| Dec 20 23:20:49.948 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83092024-12-20T23:20:51.525Z[ recovery-image] Dec 20 23:20:49.986 INFO O| Dec 20 23:20:49.986 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
83102024-12-20T23:20:51.525Z[ recovery-image] Dec 20 23:20:49.986 INFO O| Dec 20 23:20:49.986 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
83112024-12-20T23:20:51.527Z[ recovery-image] Dec 20 23:20:49.986 INFO O| Dec 20 23:20:49.986 INFO STEP 55 (ensure_dir) COMPLETE
83122024-12-20T23:20:51.527Z[ recovery-image] Dec 20 23:20:49.986 INFO O| Dec 20 23:20:49.986 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83132024-12-20T23:20:51.573Z[ recovery-image] Dec 20 23:20:50.034 INFO O| Dec 20 23:20:50.034 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
83142024-12-20T23:20:51.573Z[ recovery-image] Dec 20 23:20:50.034 INFO O| Dec 20 23:20:50.034 INFO copying /tmp/.tmpMH33g0/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 ...
83152024-12-20T23:20:51.573Z[ recovery-image] Dec 20 23:20:50.034 INFO O| Dec 20 23:20:50.034 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
83162024-12-20T23:20:51.575Z[ recovery-image] Dec 20 23:20:50.034 INFO O| Dec 20 23:20:50.034 INFO ok!
83172024-12-20T23:20:51.575Z[ recovery-image] Dec 20 23:20:50.034 INFO O| Dec 20 23:20:50.034 INFO STEP 56 (ensure_file) COMPLETE
83182024-12-20T23:20:51.575Z[ recovery-image] Dec 20 23:20:50.034 INFO O| Dec 20 23:20:50.034 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83192024-12-20T23:20:51.618Z[ recovery-image] Dec 20 23:20:50.077 INFO O| Dec 20 23:20:50.077 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
83202024-12-20T23:20:51.618Z[ recovery-image] Dec 20 23:20:50.077 INFO O| Dec 20 23:20:50.077 INFO copying /tmp/.tmpMH33g0/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 ...
83212024-12-20T23:20:51.618Z[ recovery-image] Dec 20 23:20:50.077 INFO O| Dec 20 23:20:50.077 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
83222024-12-20T23:20:51.621Z[ recovery-image] Dec 20 23:20:50.077 INFO O| Dec 20 23:20:50.077 INFO ok!
83232024-12-20T23:20:51.621Z[ recovery-image] Dec 20 23:20:50.077 INFO O| Dec 20 23:20:50.077 INFO STEP 57 (ensure_file) COMPLETE
83242024-12-20T23:20:51.621Z[ recovery-image] Dec 20 23:20:50.077 INFO O| Dec 20 23:20:50.077 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83252024-12-20T23:20:51.654Z[ recovery-image] Dec 20 23:20:50.115 INFO O| Dec 20 23:20:50.115 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
83262024-12-20T23:20:51.654Z[ recovery-image] Dec 20 23:20:50.115 INFO O| Dec 20 23:20:50.115 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
83272024-12-20T23:20:51.656Z[ recovery-image] Dec 20 23:20:50.115 INFO O| Dec 20 23:20:50.115 INFO STEP 58 (ensure_dir) COMPLETE
83282024-12-20T23:20:51.656Z[ recovery-image] Dec 20 23:20:50.115 INFO O| Dec 20 23:20:50.115 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83292024-12-20T23:20:51.673Z[ recovery-image] Dec 20 23:20:50.134 INFO O| Dec 20 23:20:50.134 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
83302024-12-20T23:20:51.673Z[ recovery-image] Dec 20 23:20:50.134 INFO O| Dec 20 23:20:50.134 INFO copying /tmp/.tmpMH33g0/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 ...
83312024-12-20T23:20:51.673Z[ recovery-image] Dec 20 23:20:50.134 INFO O| Dec 20 23:20:50.134 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
83322024-12-20T23:20:51.676Z[ recovery-image] Dec 20 23:20:50.134 INFO O| Dec 20 23:20:50.134 INFO ok!
83332024-12-20T23:20:51.676Z[ recovery-image] Dec 20 23:20:50.134 INFO O| Dec 20 23:20:50.134 INFO STEP 59 (ensure_file) COMPLETE
83342024-12-20T23:20:51.676Z[ recovery-image] Dec 20 23:20:50.134 INFO O| Dec 20 23:20:50.134 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83352024-12-20T23:20:51.691Z[ recovery-image] Dec 20 23:20:50.153 INFO O| Dec 20 23:20:50.152 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
83362024-12-20T23:20:51.691Z[ recovery-image] Dec 20 23:20:50.153 INFO O| Dec 20 23:20:50.153 INFO copying /tmp/.tmpMH33g0/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
83372024-12-20T23:20:51.694Z[ recovery-image] Dec 20 23:20:50.153 INFO O| Dec 20 23:20:50.153 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
83382024-12-20T23:20:51.694Z[ recovery-image] Dec 20 23:20:50.153 INFO O| Dec 20 23:20:50.153 INFO ok!
83392024-12-20T23:20:51.694Z[ recovery-image] Dec 20 23:20:50.153 INFO O| Dec 20 23:20:50.153 INFO STEP 60 (ensure_file) COMPLETE
83402024-12-20T23:20:51.694Z[ recovery-image] Dec 20 23:20:50.153 INFO O| Dec 20 23:20:50.153 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83412024-12-20T23:20:51.710Z[ recovery-image] Dec 20 23:20:50.171 INFO O| Dec 20 23:20:50.171 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
83422024-12-20T23:20:51.710Z[ recovery-image] Dec 20 23:20:50.171 INFO O| Dec 20 23:20:50.171 INFO STEP 61 (ensure_dir) COMPLETE
83432024-12-20T23:20:51.710Z[ recovery-image] Dec 20 23:20:50.171 INFO O| Dec 20 23:20:50.171 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83442024-12-20T23:20:51.730Z[ recovery-image] Dec 20 23:20:50.191 INFO O| Dec 20 23:20:50.191 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
83452024-12-20T23:20:51.730Z[ recovery-image] Dec 20 23:20:50.191 INFO O| Dec 20 23:20:50.191 INFO STEP 62 (ensure_dir) COMPLETE
83462024-12-20T23:20:51.730Z[ recovery-image] Dec 20 23:20:50.191 INFO O| Dec 20 23:20:50.191 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83472024-12-20T23:20:51.749Z[ recovery-image] Dec 20 23:20:50.210 INFO O| Dec 20 23:20:50.210 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
83482024-12-20T23:20:51.749Z[ recovery-image] Dec 20 23:20:50.210 INFO O| Dec 20 23:20:50.210 INFO STEP 63 (ensure_dir) COMPLETE
83492024-12-20T23:20:51.751Z[ recovery-image] Dec 20 23:20:50.210 INFO O| Dec 20 23:20:50.210 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83502024-12-20T23:20:51.767Z[ recovery-image] Dec 20 23:20:50.228 INFO O| Dec 20 23:20:50.228 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
83512024-12-20T23:20:51.767Z[ recovery-image] Dec 20 23:20:50.228 INFO O| Dec 20 23:20:50.228 INFO STEP 64 (ensure_dir) COMPLETE
83522024-12-20T23:20:51.769Z[ recovery-image] Dec 20 23:20:50.228 INFO O| Dec 20 23:20:50.228 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83532024-12-20T23:20:51.786Z[ recovery-image] Dec 20 23:20:50.247 INFO O| Dec 20 23:20:50.247 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
83542024-12-20T23:20:51.786Z[ recovery-image] Dec 20 23:20:50.247 INFO O| Dec 20 23:20:50.247 INFO copying /tmp/.tmpMH33g0/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
83552024-12-20T23:20:51.788Z[ recovery-image] Dec 20 23:20:50.247 INFO O| Dec 20 23:20:50.247 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
83562024-12-20T23:20:51.788Z[ recovery-image] Dec 20 23:20:50.247 INFO O| Dec 20 23:20:50.247 INFO ok!
83572024-12-20T23:20:51.788Z[ recovery-image] Dec 20 23:20:50.247 INFO O| Dec 20 23:20:50.247 INFO STEP 65 (ensure_file) COMPLETE
83582024-12-20T23:20:51.788Z[ recovery-image] Dec 20 23:20:50.247 INFO O| Dec 20 23:20:50.247 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83592024-12-20T23:20:51.818Z[ recovery-image] Dec 20 23:20:50.279 INFO O| Dec 20 23:20:50.279 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
83602024-12-20T23:20:51.820Z[ recovery-image] Dec 20 23:20:50.280 INFO O| Dec 20 23:20:50.280 INFO STEP 66 (remove_files) COMPLETE
83612024-12-20T23:20:51.821Z[ recovery-image] Dec 20 23:20:50.280 INFO O| Dec 20 23:20:50.280 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83622024-12-20T23:20:51.850Z[ recovery-image] Dec 20 23:20:50.311 INFO O| Dec 20 23:20:50.311 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
83632024-12-20T23:20:51.852Z[ recovery-image] Dec 20 23:20:50.312 INFO O| Dec 20 23:20:50.312 INFO STEP 67 (remove_files) COMPLETE
83642024-12-20T23:20:51.852Z[ recovery-image] Dec 20 23:20:50.312 INFO O| Dec 20 23:20:50.312 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83652024-12-20T23:20:51.870Z[ recovery-image] Dec 20 23:20:50.332 INFO O| Dec 20 23:20:50.331 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
83662024-12-20T23:20:51.872Z[ recovery-image] Dec 20 23:20:50.332 INFO O| Dec 20 23:20:50.332 INFO STEP 68 (remove_files) COMPLETE
83672024-12-20T23:20:51.872Z[ recovery-image] Dec 20 23:20:50.332 INFO O| Dec 20 23:20:50.332 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83682024-12-20T23:20:51.889Z[ recovery-image] Dec 20 23:20:50.351 INFO O| Dec 20 23:20:50.351 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
83692024-12-20T23:20:51.892Z[ recovery-image] Dec 20 23:20:50.351 INFO O| Dec 20 23:20:50.351 INFO STEP 69 (remove_files) COMPLETE
83702024-12-20T23:20:51.892Z[ recovery-image] Dec 20 23:20:50.351 INFO O| Dec 20 23:20:50.351 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83712024-12-20T23:20:51.908Z[ recovery-image] Dec 20 23:20:50.369 INFO O| Dec 20 23:20:50.369 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
83722024-12-20T23:20:51.911Z[ recovery-image] Dec 20 23:20:50.369 INFO O| Dec 20 23:20:50.369 INFO STEP 70 (remove_files) COMPLETE
83732024-12-20T23:20:51.911Z[ recovery-image] Dec 20 23:20:50.370 INFO O| Dec 20 23:20:50.369 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83742024-12-20T23:20:51.926Z[ recovery-image] Dec 20 23:20:50.387 INFO O| Dec 20 23:20:50.387 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
83752024-12-20T23:20:51.929Z[ recovery-image] Dec 20 23:20:50.387 INFO O| Dec 20 23:20:50.387 INFO STEP 71 (remove_files) COMPLETE
83762024-12-20T23:20:51.929Z[ recovery-image] Dec 20 23:20:50.387 INFO O| Dec 20 23:20:50.387 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83772024-12-20T23:20:51.944Z[ recovery-image] Dec 20 23:20:50.405 INFO O| Dec 20 23:20:50.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
83782024-12-20T23:20:51.944Z[ recovery-image] Dec 20 23:20:50.406 INFO O| Dec 20 23:20:50.406 INFO STEP 72 (remove_files) COMPLETE
83792024-12-20T23:20:51.946Z[ recovery-image] Dec 20 23:20:50.406 INFO O| Dec 20 23:20:50.406 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83802024-12-20T23:20:51.988Z[ recovery-image] Dec 20 23:20:50.449 INFO O| Dec 20 23:20:50.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
83812024-12-20T23:20:51.988Z[ recovery-image] Dec 20 23:20:50.449 INFO O| Dec 20 23:20:50.449 INFO STEP 73 (remove_files) COMPLETE
83822024-12-20T23:20:51.988Z[ recovery-image] Dec 20 23:20:50.449 INFO O| Dec 20 23:20:50.449 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83832024-12-20T23:20:52.027Z[ recovery-image] Dec 20 23:20:50.489 INFO O| Dec 20 23:20:50.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
83842024-12-20T23:20:52.030Z[ recovery-image] Dec 20 23:20:50.489 INFO O| Dec 20 23:20:50.489 INFO STEP 74 (remove_files) COMPLETE
83852024-12-20T23:20:52.030Z[ recovery-image] Dec 20 23:20:50.489 INFO O| Dec 20 23:20:50.489 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83862024-12-20T23:20:52.048Z[ recovery-image] Dec 20 23:20:50.509 INFO O| Dec 20 23:20:50.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
83872024-12-20T23:20:52.050Z[ recovery-image] Dec 20 23:20:50.509 INFO O| Dec 20 23:20:50.509 INFO STEP 75 (remove_files) COMPLETE
83882024-12-20T23:20:52.050Z[ recovery-image] Dec 20 23:20:50.509 INFO O| Dec 20 23:20:50.509 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83892024-12-20T23:20:52.067Z[ recovery-image] Dec 20 23:20:50.528 INFO O| Dec 20 23:20:50.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
83902024-12-20T23:20:52.067Z[ recovery-image] Dec 20 23:20:50.529 INFO O| Dec 20 23:20:50.529 INFO STEP 76 (remove_files) COMPLETE
83912024-12-20T23:20:52.070Z[ recovery-image] Dec 20 23:20:50.529 INFO O| Dec 20 23:20:50.529 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83922024-12-20T23:20:52.085Z[ recovery-image] Dec 20 23:20:50.546 INFO O| Dec 20 23:20:50.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
83932024-12-20T23:20:52.088Z[ recovery-image] Dec 20 23:20:50.546 INFO O| Dec 20 23:20:50.546 INFO STEP 77 (remove_files) COMPLETE
83942024-12-20T23:20:52.088Z[ recovery-image] Dec 20 23:20:50.547 INFO O| Dec 20 23:20:50.547 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83952024-12-20T23:20:52.110Z[ recovery-image] Dec 20 23:20:50.571 INFO O| Dec 20 23:20:50.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
83962024-12-20T23:20:52.110Z[ recovery-image] Dec 20 23:20:50.572 INFO O| Dec 20 23:20:50.572 INFO STEP 78 (remove_files) COMPLETE
83972024-12-20T23:20:52.110Z[ recovery-image] Dec 20 23:20:50.572 INFO O| Dec 20 23:20:50.572 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83982024-12-20T23:20:52.129Z[ recovery-image] Dec 20 23:20:50.590 INFO O| Dec 20 23:20:50.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
83992024-12-20T23:20:52.129Z[ recovery-image] Dec 20 23:20:50.590 INFO O| Dec 20 23:20:50.590 INFO STEP 79 (remove_files) COMPLETE
84002024-12-20T23:20:52.131Z[ recovery-image] Dec 20 23:20:50.590 INFO O| Dec 20 23:20:50.590 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84012024-12-20T23:20:52.152Z[ recovery-image] Dec 20 23:20:50.614 INFO O| Dec 20 23:20:50.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
84022024-12-20T23:20:52.152Z[ recovery-image] Dec 20 23:20:50.614 INFO O| Dec 20 23:20:50.614 INFO STEP 80 (remove_files) COMPLETE
84032024-12-20T23:20:52.153Z[ recovery-image] Dec 20 23:20:50.614 INFO O| Dec 20 23:20:50.614 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84042024-12-20T23:20:52.172Z[ recovery-image] Dec 20 23:20:50.634 INFO O| Dec 20 23:20:50.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
84052024-12-20T23:20:52.172Z[ recovery-image] Dec 20 23:20:50.634 INFO O| Dec 20 23:20:50.634 INFO STEP 81 (remove_files) COMPLETE
84062024-12-20T23:20:52.172Z[ recovery-image] Dec 20 23:20:50.634 INFO O| Dec 20 23:20:50.634 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84072024-12-20T23:20:52.204Z[ recovery-image] Dec 20 23:20:50.665 INFO O| Dec 20 23:20:50.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
84082024-12-20T23:20:52.204Z[ recovery-image] Dec 20 23:20:50.666 INFO O| Dec 20 23:20:50.666 INFO STEP 82 (remove_files) COMPLETE
84092024-12-20T23:20:52.204Z[ recovery-image] Dec 20 23:20:50.666 INFO O| Dec 20 23:20:50.666 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84102024-12-20T23:20:52.227Z[ recovery-image] Dec 20 23:20:50.688 INFO O| Dec 20 23:20:50.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
84112024-12-20T23:20:52.227Z[ recovery-image] Dec 20 23:20:50.688 INFO O| Dec 20 23:20:50.688 INFO STEP 83 (remove_files) COMPLETE
84122024-12-20T23:20:52.227Z[ recovery-image] Dec 20 23:20:50.688 INFO O| Dec 20 23:20:50.688 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84132024-12-20T23:20:52.267Z[ recovery-image] Dec 20 23:20:50.729 INFO O| Dec 20 23:20:50.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
84142024-12-20T23:20:52.268Z[ recovery-image] Dec 20 23:20:50.729 INFO O| Dec 20 23:20:50.729 INFO STEP 84 (remove_files) COMPLETE
84152024-12-20T23:20:52.268Z[ recovery-image] Dec 20 23:20:50.729 INFO O| Dec 20 23:20:50.729 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84162024-12-20T23:20:52.309Z[ recovery-image] Dec 20 23:20:50.770 INFO O| Dec 20 23:20:50.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
84172024-12-20T23:20:52.309Z[ recovery-image] Dec 20 23:20:50.770 INFO O| Dec 20 23:20:50.770 INFO STEP 85 (remove_files) COMPLETE
84182024-12-20T23:20:52.309Z[ recovery-image] Dec 20 23:20:50.770 INFO O| Dec 20 23:20:50.770 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84192024-12-20T23:20:52.328Z[ recovery-image] Dec 20 23:20:50.789 INFO O| Dec 20 23:20:50.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
84202024-12-20T23:20:52.328Z[ recovery-image] Dec 20 23:20:50.789 INFO O| Dec 20 23:20:50.789 INFO STEP 86 (remove_files) COMPLETE
84212024-12-20T23:20:52.328Z[ recovery-image] Dec 20 23:20:50.789 INFO O| Dec 20 23:20:50.789 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84222024-12-20T23:20:52.347Z[ recovery-image] Dec 20 23:20:50.808 INFO O| Dec 20 23:20:50.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
84232024-12-20T23:20:52.347Z[ recovery-image] Dec 20 23:20:50.808 INFO O| Dec 20 23:20:50.808 INFO STEP 87 (remove_files) COMPLETE
84242024-12-20T23:20:52.347Z[ recovery-image] Dec 20 23:20:50.808 INFO O| Dec 20 23:20:50.808 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84252024-12-20T23:20:52.365Z[ recovery-image] Dec 20 23:20:50.827 INFO O| Dec 20 23:20:50.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
84262024-12-20T23:20:52.366Z[ recovery-image] Dec 20 23:20:50.827 INFO O| Dec 20 23:20:50.827 INFO STEP 88 (remove_files) COMPLETE
84272024-12-20T23:20:52.366Z[ recovery-image] Dec 20 23:20:50.827 INFO O| Dec 20 23:20:50.827 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84282024-12-20T23:20:52.405Z[ recovery-image] Dec 20 23:20:50.866 INFO O| Dec 20 23:20:50.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
84292024-12-20T23:20:52.405Z[ recovery-image] Dec 20 23:20:50.867 INFO O| Dec 20 23:20:50.867 INFO STEP 89 (remove_files) COMPLETE
84302024-12-20T23:20:52.405Z[ recovery-image] Dec 20 23:20:50.867 INFO O| Dec 20 23:20:50.867 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84312024-12-20T23:20:52.425Z[ recovery-image] Dec 20 23:20:50.886 INFO O| Dec 20 23:20:50.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
84322024-12-20T23:20:52.425Z[ recovery-image] Dec 20 23:20:50.886 INFO O| Dec 20 23:20:50.886 INFO STEP 90 (remove_files) COMPLETE
84332024-12-20T23:20:52.425Z[ recovery-image] Dec 20 23:20:50.886 INFO O| Dec 20 23:20:50.886 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84342024-12-20T23:20:52.448Z[ recovery-image] Dec 20 23:20:50.909 INFO O| Dec 20 23:20:50.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
84352024-12-20T23:20:52.451Z[ recovery-image] Dec 20 23:20:50.910 INFO O| Dec 20 23:20:50.910 INFO STEP 91 (remove_files) COMPLETE
84362024-12-20T23:20:52.451Z[ recovery-image] Dec 20 23:20:50.910 INFO O| Dec 20 23:20:50.910 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84372024-12-20T23:20:52.468Z[ recovery-image] Dec 20 23:20:50.929 INFO O| Dec 20 23:20:50.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
84382024-12-20T23:20:52.470Z[ recovery-image] Dec 20 23:20:50.929 INFO O| Dec 20 23:20:50.929 INFO STEP 92 (remove_files) COMPLETE
84392024-12-20T23:20:52.470Z[ recovery-image] Dec 20 23:20:50.930 INFO O| Dec 20 23:20:50.929 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84402024-12-20T23:20:52.488Z[ recovery-image] Dec 20 23:20:50.949 INFO O| Dec 20 23:20:50.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
84412024-12-20T23:20:52.490Z[ recovery-image] Dec 20 23:20:50.949 INFO O| Dec 20 23:20:50.949 INFO STEP 93 (remove_files) COMPLETE
84422024-12-20T23:20:52.490Z[ recovery-image] Dec 20 23:20:50.949 INFO O| Dec 20 23:20:50.949 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84432024-12-20T23:20:52.507Z[ recovery-image] Dec 20 23:20:50.968 INFO O| Dec 20 23:20:50.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
84442024-12-20T23:20:52.509Z[ recovery-image] Dec 20 23:20:50.968 INFO O| Dec 20 23:20:50.968 INFO STEP 94 (remove_files) COMPLETE
84452024-12-20T23:20:52.509Z[ recovery-image] Dec 20 23:20:50.968 INFO O| Dec 20 23:20:50.968 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
84462024-12-20T23:20:52.511Z[ host-image] Dec 20 23:20:50.971 INFO O| Dec 20 23:20:50.970 INFO O| Done
84472024-12-20T23:20:52.554Z[ recovery-image] Dec 20 23:20:51.015 INFO O| Dec 20 23:20:51.015 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
84482024-12-20T23:20:52.556Z[ recovery-image] Dec 20 23:20:51.016 INFO O| Dec 20 23:20:51.015 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_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"}
84492024-12-20T23:20:53.608Z[ host-image] Dec 20 23:20:52.069 INFO O| Dec 20 23:20:52.069 INFO O| Done
84502024-12-20T23:20:54.198Z[ host-image] Dec 20 23:20:52.659 INFO O| Dec 20 23:20:52.659 INFO STEP 11 (pkg_install) COMPLETE
84512024-12-20T23:20:54.198Z[ host-image] Dec 20 23:20:52.659 INFO O| Dec 20 23:20:52.659 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
84522024-12-20T23:20:54.216Z[ host-image] Dec 20 23:20:52.677 INFO O| Dec 20 23:20:52.677 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"]
84532024-12-20T23:20:56.109Z[ host-image] Dec 20 23:20:54.570 INFO O| Dec 20 23:20:54.570 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
84542024-12-20T23:21:01.101Z[ host-image] Dec 20 23:20:59.561 INFO O| Dec 20 23:20:59.561 INFO O| Planning: Solver setup ... Done
84552024-12-20T23:21:01.108Z[ host-image] Dec 20 23:20:59.568 INFO O| Dec 20 23:20:59.568 INFO O| Planning: Running solver ... Done
84562024-12-20T23:21:01.213Z[ host-image] Dec 20 23:20:59.673 INFO O| Dec 20 23:20:59.673 INFO O| Planning: Finding local manifests ... Done
84572024-12-20T23:21:01.215Z[ host-image] Dec 20 23:20:59.675 INFO O| Dec 20 23:20:59.675 INFO O| Planning: Fetching manifests: 0/5 0% complete
84582024-12-20T23:21:01.910Z[ host-image] Dec 20 23:21:00.371 INFO O| Dec 20 23:21:00.371 INFO O| Planning: Fetching manifests: 5/5 100% complete
84592024-12-20T23:21:01.950Z[ host-image] Dec 20 23:21:00.410 INFO O| Dec 20 23:21:00.410 INFO O| Planning: Package planning ... Done
84602024-12-20T23:21:01.957Z[ host-image] Dec 20 23:21:00.418 INFO O| Dec 20 23:21:00.417 INFO O| Planning: Merging actions ... Done
84612024-12-20T23:21:02.129Z[ host-image] Dec 20 23:21:00.588 INFO O| Dec 20 23:21:00.588 INFO O| Planning: Checking for conflicting actions ... Done
84622024-12-20T23:21:02.131Z[ host-image] Dec 20 23:21:00.590 INFO O| Dec 20 23:21:00.590 INFO O| Planning: Consolidating action changes ... Done
84632024-12-20T23:21:02.677Z[ host-image] Dec 20 23:21:01.138 INFO O| Dec 20 23:21:01.137 INFO O| Planning: Evaluating mediators ... Done
84642024-12-20T23:21:02.680Z[ host-image] Dec 20 23:21:01.140 INFO O| Dec 20 23:21:01.140 INFO O| Planning: Planning completed in 6.57 seconds
84652024-12-20T23:21:02.683Z[ host-image] Dec 20 23:21:01.142 INFO O| Dec 20 23:21:01.142 INFO O| Packages to install: 5
84662024-12-20T23:21:02.683Z[ host-image] Dec 20 23:21:01.142 INFO O| Dec 20 23:21:01.142 INFO O| Services to change: 2
84672024-12-20T23:21:02.704Z[ host-image] Dec 20 23:21:01.164 INFO O| Dec 20 23:21:01.164 INFO O| Download: 0/116 items 0.0/1.4MB 0% complete
84682024-12-20T23:21:08.410Z[ host-image] Dec 20 23:21:06.870 INFO O| Dec 20 23:21:06.870 INFO O| Download: 86/116 items 1.1/1.4MB 78% complete (1.6M/s)
84692024-12-20T23:21:08.687Z[ recovery-image] Dec 20 23:21:07.147 INFO O| Dec 20 23:21:07.146 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
84702024-12-20T23:21:08.687Z[ recovery-image] Dec 20 23:21:07.147 INFO O| Dec 20 23:21:07.147 INFO E| svccfg: Loaded 67 smf(7) service descriptions
84712024-12-20T23:21:08.707Z[ recovery-image] Dec 20 23:21:07.167 INFO O| Dec 20 23:21:07.167 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
84722024-12-20T23:21:08.893Z[ recovery-image] Dec 20 23:21:07.352 INFO O| Dec 20 23:21:07.352 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
84732024-12-20T23:21:08.893Z[ recovery-image] Dec 20 23:21:07.352 INFO O| Dec 20 23:21:07.352 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 ...
84742024-12-20T23:21:08.895Z[ recovery-image] Dec 20 23:21:07.354 INFO O| Dec 20 23:21:07.354 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
84752024-12-20T23:21:08.895Z[ recovery-image] Dec 20 23:21:07.354 INFO O| Dec 20 23:21:07.354 INFO ok!
84762024-12-20T23:21:08.898Z[ recovery-image] Dec 20 23:21:07.354 INFO O| Dec 20 23:21:07.354 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
84772024-12-20T23:21:08.898Z[ recovery-image] Dec 20 23:21:07.355 INFO O| Dec 20 23:21:07.355 INFO STEP 95 (seed_smf) COMPLETE
84782024-12-20T23:21:08.898Z[ recovery-image] Dec 20 23:21:07.355 INFO O| Dec 20 23:21:07.355 INFO steps complete; finalising image!
84792024-12-20T23:21:08.898Z[ recovery-image] Dec 20 23:21:07.355 INFO O| Dec 20 23:21:07.355 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
84802024-12-20T23:21:08.967Z[ recovery-image] Dec 20 23:21:07.427 INFO O| Dec 20 23:21:07.426 INFO trim TEMPORARY-gimlet-zfs-recovery: (0% trimmed, started at Fri Dec 20 23:21:07 2024)
84812024-12-20T23:21:09.177Z[ recovery-image] Dec 20 23:21:07.636 INFO O| Dec 20 23:21:07.636 INFO trim TEMPORARY-gimlet-zfs-recovery: (64% trimmed, started at Fri Dec 20 23:21:07 2024)
84822024-12-20T23:21:09.413Z[ recovery-image] Dec 20 23:21:07.872 INFO O| Dec 20 23:21:07.872 INFO temporary pool has 361M used, 1.40G avail, 1.00x compressratio
84832024-12-20T23:21:09.413Z[ recovery-image] Dec 20 23:21:07.872 INFO O| Dec 20 23:21:07.872 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
84842024-12-20T23:21:10.100Z[ host-image] Dec 20 23:21:08.559 INFO O| Dec 20 23:21:08.559 INFO O| Download: Completed 1.45 MB in 7.40 seconds (200k/s)
84852024-12-20T23:21:10.103Z[ recovery-image] Dec 20 23:21:08.563 INFO O| Dec 20 23:21:08.563 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
84862024-12-20T23:21:10.103Z[ recovery-image] Dec 20 23:21:08.563 INFO O| Dec 20 23:21:08.563 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
84872024-12-20T23:21:10.147Z[ host-image] Dec 20 23:21:08.607 INFO O| Dec 20 23:21:08.607 INFO O| Actions: 1/305 actions (Installing new actions)
84882024-12-20T23:21:10.344Z[ host-image] Dec 20 23:21:08.803 INFO O| Dec 20 23:21:08.803 INFO O| Actions: Completed 305 actions in 0.20 seconds.
84892024-12-20T23:21:11.030Z[ host-image] Dec 20 23:21:09.490 INFO O| Dec 20 23:21:09.490 INFO O| Done
84902024-12-20T23:21:11.031Z[ host-image] Dec 20 23:21:09.490 INFO O| Dec 20 23:21:09.490 INFO O| Done
84912024-12-20T23:21:12.436Z[ host-image] Dec 20 23:21:10.895 INFO O| Dec 20 23:21:10.895 INFO O| Done
84922024-12-20T23:21:15.469Z[ host-image] Dec 20 23:21:13.928 INFO O| Dec 20 23:21:13.928 INFO O| Done
84932024-12-20T23:21:15.510Z[ host-image] Dec 20 23:21:13.968 INFO O| Dec 20 23:21:13.968 INFO O| Done
84942024-12-20T23:21:15.510Z[ host-image] Dec 20 23:21:13.969 INFO O| Dec 20 23:21:13.969 INFO O| Done
84952024-12-20T23:21:15.550Z[ host-image] Dec 20 23:21:14.009 INFO O| Dec 20 23:21:14.008 INFO O| Done
84962024-12-20T23:21:15.713Z[ host-image] Dec 20 23:21:14.172 INFO O| Dec 20 23:21:14.172 INFO STEP 12 (pkg_install) COMPLETE
84972024-12-20T23:21:15.713Z[ host-image] Dec 20 23:21:14.172 INFO O| Dec 20 23:21:14.172 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
84982024-12-20T23:21:15.731Z[ host-image] Dec 20 23:21:14.190 INFO O| Dec 20 23:21:14.189 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
84992024-12-20T23:21:15.965Z[ recovery-image] Dec 20 23:21:14.424 INFO O| Dec 20 23:21:14.424 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
85002024-12-20T23:21:15.965Z[ recovery-image] Dec 20 23:21:14.424 INFO O| Dec 20 23:21:14.424 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
85012024-12-20T23:21:15.968Z[ recovery-image] Dec 20 23:21:14.424 INFO O| Dec 20 23:21:14.424 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
85022024-12-20T23:21:15.968Z[ recovery-image] Dec 20 23:21:14.424 INFO O| Dec 20 23:21:14.424 INFO completed processing gimlet/zfs-recovery
85032024-12-20T23:21:15.969Z[ recovery-image] Dec 20 23:21:14.424 INFO O| Dec 20 23:21:14.424 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
85042024-12-20T23:21:16.602Z[ recovery-image] Dec 20 23:21:15.061 INFO O| Dec 20 23:21:15.061 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
85052024-12-20T23:21:16.774Z[ recovery-image] Dec 20 23:21:15.232 INFO BUILD STRING "heads/stlouis-0-g37a4469737\n"
85062024-12-20T23:21:16.776Z[ recovery-image] Dec 20 23:21:15.233 INFO expanded image name: "recovery 5f3f507/${os_short_commit} 2024-12-20 22:47" -> "recovery 5f3f507/37a4469 2024-12-20 22:47"
85072024-12-20T23:21:16.776Z[ recovery-image] Dec 20 23:21:15.234 INFO output artefacts stored in: "/work/os-recovery"
85082024-12-20T23:21:16.776Z[ recovery-image] Dec 20 23:21:15.234 INFO collecting git info from project "chelsio-t6-roms"...
85092024-12-20T23:21:16.917Z[ recovery-image] Dec 20 23:21:15.376 INFO collecting git info from project "pilot"...
85102024-12-20T23:21:16.936Z[ recovery-image] Dec 20 23:21:15.395 INFO collecting git info from project "pinprick"...
85112024-12-20T23:21:16.945Z[ recovery-image] Dec 20 23:21:15.404 INFO collecting git info from project "image-builder"...
85122024-12-20T23:21:16.955Z[ recovery-image] Dec 20 23:21:15.414 INFO collecting git info from project "bootserver"...
85132024-12-20T23:21:16.964Z[ recovery-image] Dec 20 23:21:15.423 INFO collecting git info from project "amd-firmware"...
85142024-12-20T23:21:17.260Z[ host-image] Dec 20 23:21:15.718 INFO O| Dec 20 23:21:15.718 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
85152024-12-20T23:21:17.600Z[ recovery-image] Dec 20 23:21:16.059 INFO collecting git info from project "amd-host-image-builder"...
85162024-12-20T23:21:18.134Z[ recovery-image] Dec 20 23:21:16.593 INFO collecting git info from project "phbl"...
85172024-12-20T23:21:18.145Z[ recovery-image] Dec 20 23:21:16.604 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
85182024-12-20T23:21:19.256Z[ recovery-image] Dec 20 23:21:17.714 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
85192024-12-20T23:21:19.994Z[ recovery-image] Dec 20 23:21:18.452 INFO creating Oxide boot image...
85202024-12-20T23:21:19.997Z[ recovery-image] Dec 20 23:21:18.452 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 5f3f507/37a4469 2024-12-20 22:47", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
85212024-12-20T23:21:21.362Z[ host-image] Dec 20 23:21:19.820 INFO O| Dec 20 23:21:19.820 INFO O| Planning: Solver setup ... Done
85222024-12-20T23:21:21.370Z[ host-image] Dec 20 23:21:19.828 INFO O| Dec 20 23:21:19.828 INFO O| Planning: Running solver ... Done
85232024-12-20T23:21:21.482Z[ host-image] Dec 20 23:21:19.940 INFO O| Dec 20 23:21:19.940 INFO O| Planning: Finding local manifests ... Done
85242024-12-20T23:21:21.498Z[ host-image] Dec 20 23:21:19.956 INFO O| Dec 20 23:21:19.956 INFO O| Planning: Fetching manifests: 0/6 0% complete
85252024-12-20T23:21:21.946Z[ host-image] Dec 20 23:21:20.404 INFO O| Dec 20 23:21:20.404 INFO O| Planning: Fetching manifests: 6/6 100% complete
85262024-12-20T23:21:22.006Z[ host-image] Dec 20 23:21:20.464 INFO O| Dec 20 23:21:20.463 INFO O| Planning: Package planning ... Done
85272024-12-20T23:21:22.050Z[ host-image] Dec 20 23:21:20.508 INFO O| Dec 20 23:21:20.508 INFO O| Planning: Merging actions ... Done
85282024-12-20T23:21:22.227Z[ host-image] Dec 20 23:21:20.685 INFO O| Dec 20 23:21:20.684 INFO O| Planning: Checking for conflicting actions ... Done
85292024-12-20T23:21:22.234Z[ host-image] Dec 20 23:21:20.692 INFO O| Dec 20 23:21:20.692 INFO O| Planning: Consolidating action changes ... Done
85302024-12-20T23:21:22.703Z[ host-image] Dec 20 23:21:21.160 INFO O| Dec 20 23:21:21.160 INFO O| Planning: Evaluating mediators ... Done
85312024-12-20T23:21:22.708Z[ host-image] Dec 20 23:21:21.166 INFO O| Dec 20 23:21:21.166 INFO O| Planning: Planning completed in 5.45 seconds
85322024-12-20T23:21:22.710Z[ host-image] Dec 20 23:21:21.168 INFO O| Dec 20 23:21:21.168 INFO O| Packages to install: 6
85332024-12-20T23:21:22.710Z[ host-image] Dec 20 23:21:21.168 INFO O| Dec 20 23:21:21.168 INFO O| Mediators to change: 1
85342024-12-20T23:21:22.710Z[ host-image] Dec 20 23:21:21.168 INFO O| Dec 20 23:21:21.168 INFO O| Services to change: 1
85352024-12-20T23:21:22.736Z[ host-image] Dec 20 23:21:21.194 INFO O| Dec 20 23:21:21.193 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
85362024-12-20T23:21:27.751Z[ host-image] Dec 20 23:21:26.208 INFO O| Dec 20 23:21:26.208 INFO O| Download: 308/1140 items 1.9/8.4MB 22% complete (428k/s)
85372024-12-20T23:21:32.770Z[ host-image] Dec 20 23:21:31.227 INFO O| Dec 20 23:21:31.227 INFO O| Download: 919/1140 items 3.3/8.4MB 38% complete (335k/s)
85382024-12-20T23:21:34.103Z[ host-image] Dec 20 23:21:32.560 INFO O| Dec 20 23:21:32.560 INFO O| Download: Completed 8.42 MB in 11.37 seconds (758k/s)
85392024-12-20T23:21:34.332Z[ host-image] Dec 20 23:21:32.789 INFO O| Dec 20 23:21:32.789 INFO O| Actions: 1/1361 actions (Installing new actions)
85402024-12-20T23:21:35.109Z[ host-image] Dec 20 23:21:33.565 INFO O| Dec 20 23:21:33.565 INFO O| Actions: Completed 1361 actions in 0.78 seconds.
85412024-12-20T23:21:35.739Z[ host-image] Dec 20 23:21:34.196 INFO O| Dec 20 23:21:34.196 INFO O| Done
85422024-12-20T23:21:35.742Z[ host-image] Dec 20 23:21:34.196 INFO O| Dec 20 23:21:34.196 INFO O| Done
85432024-12-20T23:21:37.159Z[ host-image] Dec 20 23:21:35.613 INFO O| Dec 20 23:21:35.612 INFO O| Done
85442024-12-20T23:21:39.814Z[ host-image] Dec 20 23:21:38.270 INFO O| Dec 20 23:21:38.270 INFO O| Done
85452024-12-20T23:21:39.869Z[ host-image] Dec 20 23:21:38.325 INFO O| Dec 20 23:21:38.325 INFO O| Done
85462024-12-20T23:21:39.872Z[ host-image] Dec 20 23:21:38.326 INFO O| Dec 20 23:21:38.326 INFO O| Done
85472024-12-20T23:21:39.948Z[ host-image] Dec 20 23:21:38.404 INFO O| Dec 20 23:21:38.403 INFO O| Done
85482024-12-20T23:21:40.138Z[ host-image] Dec 20 23:21:38.594 INFO O| Dec 20 23:21:38.594 INFO STEP 13 (pkg_install) COMPLETE
85492024-12-20T23:21:40.138Z[ host-image] Dec 20 23:21:38.594 INFO O| Dec 20 23:21:38.594 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
85502024-12-20T23:21:40.155Z[ host-image] Dec 20 23:21:38.611 INFO O| Dec 20 23:21:38.611 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"]
85512024-12-20T23:21:41.288Z[ host-image] Dec 20 23:21:39.744 INFO O| Dec 20 23:21:39.744 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
85522024-12-20T23:21:45.655Z[ host-image] Dec 20 23:21:44.110 INFO O| Dec 20 23:21:44.110 INFO O| Planning: Solver setup ... Done
85532024-12-20T23:21:45.680Z[ host-image] Dec 20 23:21:44.135 INFO O| Dec 20 23:21:44.135 INFO O| Planning: Running solver ... Done
85542024-12-20T23:21:45.785Z[ host-image] Dec 20 23:21:44.240 INFO O| Dec 20 23:21:44.240 INFO O| Planning: Finding local manifests ... Done
85552024-12-20T23:21:45.788Z[ host-image] Dec 20 23:21:44.242 INFO O| Dec 20 23:21:44.241 INFO O| Planning: Fetching manifests: 0/1 0% complete
85562024-12-20T23:21:46.011Z[ host-image] Dec 20 23:21:44.466 INFO O| Dec 20 23:21:44.466 INFO O| Planning: Fetching manifests: 1/1 100% complete
85572024-12-20T23:21:46.058Z[ host-image] Dec 20 23:21:44.513 INFO O| Dec 20 23:21:44.513 INFO O| Planning: Package planning ... Done
85582024-12-20T23:21:46.061Z[ host-image] Dec 20 23:21:44.514 INFO O| Dec 20 23:21:44.514 INFO O| Planning: Merging actions ... Done
85592024-12-20T23:21:46.229Z[ host-image] Dec 20 23:21:44.684 INFO O| Dec 20 23:21:44.684 INFO O| Planning: Checking for conflicting actions ... Done
85602024-12-20T23:21:46.237Z[ host-image] Dec 20 23:21:44.685 INFO O| Dec 20 23:21:44.684 INFO O| Planning: Consolidating action changes ... Done
85612024-12-20T23:21:46.695Z[ host-image] Dec 20 23:21:45.150 INFO O| Dec 20 23:21:45.150 INFO O| Planning: Evaluating mediators ... Done
85622024-12-20T23:21:46.697Z[ host-image] Dec 20 23:21:45.152 INFO O| Dec 20 23:21:45.152 INFO O| Planning: Planning completed in 5.41 seconds
85632024-12-20T23:21:46.700Z[ host-image] Dec 20 23:21:45.154 INFO O| Dec 20 23:21:45.154 INFO O| Packages to install: 1
85642024-12-20T23:21:46.728Z[ host-image] Dec 20 23:21:45.183 INFO O| Dec 20 23:21:45.183 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
85652024-12-20T23:21:47.304Z[ host-image] Dec 20 23:21:45.759 INFO O| Dec 20 23:21:45.758 INFO O| Download: Completed 9.99 MB in 0.58 seconds (17.4M/s)
85662024-12-20T23:21:47.429Z[ host-image] Dec 20 23:21:45.884 INFO O| Dec 20 23:21:45.884 INFO O| Actions: 1/22 actions (Installing new actions)
85672024-12-20T23:21:47.906Z[ host-image] Dec 20 23:21:46.362 INFO O| Dec 20 23:21:46.362 INFO O| Actions: Completed 22 actions in 0.48 seconds.
85682024-12-20T23:21:48.502Z[ host-image] Dec 20 23:21:46.957 INFO O| Dec 20 23:21:46.957 INFO O| Done
85692024-12-20T23:21:48.502Z[ host-image] Dec 20 23:21:46.957 INFO O| Dec 20 23:21:46.957 INFO O| Done
85702024-12-20T23:21:49.880Z[ host-image] Dec 20 23:21:48.335 INFO O| Dec 20 23:21:48.335 INFO O| Done
85712024-12-20T23:21:52.933Z[ host-image] Dec 20 23:21:51.387 INFO O| Dec 20 23:21:51.387 INFO O| Done
85722024-12-20T23:21:52.979Z[ host-image] Dec 20 23:21:51.433 INFO O| Dec 20 23:21:51.433 INFO O| Done
85732024-12-20T23:21:52.979Z[ host-image] Dec 20 23:21:51.433 INFO O| Dec 20 23:21:51.433 INFO O| Done
85742024-12-20T23:21:52.998Z[ host-image] Dec 20 23:21:51.453 INFO O| Dec 20 23:21:51.453 INFO O| Done
85752024-12-20T23:21:53.203Z[ host-image] Dec 20 23:21:51.657 INFO O| Dec 20 23:21:51.657 INFO STEP 14 (pkg_install) COMPLETE
85762024-12-20T23:21:53.203Z[ host-image] Dec 20 23:21:51.657 INFO O| Dec 20 23:21:51.657 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
85772024-12-20T23:21:53.205Z[ host-image] Dec 20 23:21:51.657 INFO O| Dec 20 23:21:51.657 INFO skip step because feature "mfg" is not enabled
85782024-12-20T23:21:53.205Z[ host-image] Dec 20 23:21:51.657 INFO O| Dec 20 23:21:51.657 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
85792024-12-20T23:21:53.206Z[ host-image] Dec 20 23:21:51.657 INFO O| Dec 20 23:21:51.657 INFO skip step because feature "compliance" is not enabled
85802024-12-20T23:21:53.206Z[ host-image] Dec 20 23:21:51.657 INFO O| Dec 20 23:21:51.657 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
85812024-12-20T23:21:53.206Z[ host-image] Dec 20 23:21:51.657 INFO O| Dec 20 23:21:51.657 INFO skip step because feature "stress" is not enabled
85822024-12-20T23:21:53.206Z[ host-image] Dec 20 23:21:51.657 INFO O| Dec 20 23:21:51.657 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
85832024-12-20T23:21:53.206Z[ host-image] Dec 20 23:21:51.657 INFO O| Dec 20 23:21:51.657 INFO skip step because feature "nfs" is not enabled
85842024-12-20T23:21:53.206Z[ host-image] Dec 20 23:21:51.657 INFO O| Dec 20 23:21:51.657 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
85852024-12-20T23:21:53.206Z[ host-image] Dec 20 23:21:51.657 INFO O| Dec 20 23:21:51.657 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
85862024-12-20T23:21:53.277Z[ host-image] Dec 20 23:21:51.732 INFO O| Dec 20 23:21:51.732 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
85872024-12-20T23:21:53.406Z[ host-image] Dec 20 23:21:51.861 INFO O| Dec 20 23:21:51.861 INFO completed processing gimlet/ramdisk-01-os
85882024-12-20T23:21:53.409Z[ host-image] Dec 20 23:21:51.864 INFO omicron1 baseline generation...
85892024-12-20T23:21:53.409Z[ host-image] Dec 20 23:21:51.864 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
85902024-12-20T23:21:54.272Z[ host-image] Dec 20 23:21:52.727 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23080:20241219T204626Z
85912024-12-20T23:22:28.643Z[ recovery-image] Dec 20 23:22:27.094 INFO O| ok, image written!
85922024-12-20T23:22:28.643Z[ recovery-image] Dec 20 23:22:27.094 INFO O| ok, boot_image_csum file written!
85932024-12-20T23:22:28.651Z[ recovery-image] Dec 20 23:22:27.101 INFO creating boot archive (CPIO)...
85942024-12-20T23:22:28.651Z[ recovery-image] Dec 20 23:22:27.101 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
85952024-12-20T23:22:28.671Z[ recovery-image] Dec 20 23:22:27.122 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
85962024-12-20T23:22:28.671Z[ recovery-image] Dec 20 23:22:27.122 INFO E| + outfile=/work/os-recovery/cpio
85972024-12-20T23:22:28.674Z[ recovery-image] Dec 20 23:22:27.122 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
85982024-12-20T23:22:28.677Z[ recovery-image] Dec 20 23:22:27.126 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
85992024-12-20T23:22:28.677Z[ recovery-image] Dec 20 23:22:27.126 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
86002024-12-20T23:22:28.724Z[ recovery-image] Dec 20 23:22:27.175 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
86012024-12-20T23:22:28.724Z[ recovery-image] Dec 20 23:22:27.175 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
86022024-12-20T23:22:28.735Z[ recovery-image] Dec 20 23:22:27.185 INFO creating compressed cpio/unix for nanobl-rs...
86032024-12-20T23:22:28.735Z[ recovery-image] Dec 20 23:22:27.186 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
86042024-12-20T23:22:29.179Z[ recovery-image] Dec 20 23:22:27.630 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
86052024-12-20T23:22:35.881Z[ recovery-image] Dec 20 23:22:34.331 INFO creating reset image...
86062024-12-20T23:22:35.881Z[ recovery-image] Dec 20 23:22:34.331 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
86072024-12-20T23:22:36.319Z[ recovery-image] Dec 20 23:22:34.769 INFO E| Updating crates.io index
86082024-12-20T23:22:36.502Z[ recovery-image] Dec 20 23:22:34.951 INFO E| Downloading crates ...
86092024-12-20T23:22:36.665Z[ recovery-image] Dec 20 23:22:35.114 INFO E| Downloaded shared_child v1.0.1
86102024-12-20T23:22:36.668Z[ recovery-image] Dec 20 23:22:35.117 INFO E| Downloaded os_pipe v1.2.1
86112024-12-20T23:22:36.670Z[ recovery-image] Dec 20 23:22:35.120 INFO E| Downloaded duct v0.13.7
86122024-12-20T23:22:36.673Z[ recovery-image] Dec 20 23:22:35.123 INFO E| Downloaded clap_derive v4.5.13
86132024-12-20T23:22:36.704Z[ recovery-image] Dec 20 23:22:35.154 INFO E| Downloaded clap v4.5.17
86142024-12-20T23:22:36.749Z[ recovery-image] Dec 20 23:22:35.198 INFO E| Downloaded clap_builder v4.5.17
86152024-12-20T23:22:36.759Z[ recovery-image] Dec 20 23:22:35.208 INFO E| Downloaded syn v2.0.77
86162024-12-20T23:22:36.826Z[ recovery-image] Dec 20 23:22:35.276 INFO E| Downloaded libc v0.2.158
86172024-12-20T23:22:37.027Z[ recovery-image] Dec 20 23:22:35.477 INFO E| Compiling proc-macro2 v1.0.86
86182024-12-20T23:22:37.129Z[ recovery-image] Dec 20 23:22:35.579 INFO E| Compiling unicode-ident v1.0.13
86192024-12-20T23:22:37.129Z[ recovery-image] Dec 20 23:22:35.579 INFO E| Compiling libc v0.2.158
86202024-12-20T23:22:37.129Z[ recovery-image] Dec 20 23:22:35.579 INFO E| Compiling utf8parse v0.2.2
86212024-12-20T23:22:37.132Z[ recovery-image] Dec 20 23:22:35.579 INFO E| Compiling anstyle-query v1.1.1
86222024-12-20T23:22:37.132Z[ recovery-image] Dec 20 23:22:35.579 INFO E| Compiling is_terminal_polyfill v1.70.1
86232024-12-20T23:22:37.132Z[ recovery-image] Dec 20 23:22:35.579 INFO E| Compiling colorchoice v1.0.2
86242024-12-20T23:22:37.132Z[ recovery-image] Dec 20 23:22:35.579 INFO E| Compiling anstyle v1.0.8
86252024-12-20T23:22:37.544Z[ recovery-image] Dec 20 23:22:35.987 INFO E| Compiling anstyle-parse v0.2.5
86262024-12-20T23:22:37.572Z[ recovery-image] Dec 20 23:22:36.022 INFO E| Compiling strsim v0.11.1
86272024-12-20T23:22:37.711Z[ recovery-image] Dec 20 23:22:36.161 INFO E| Compiling clap_lex v0.7.2
86282024-12-20T23:22:37.849Z[ recovery-image] Dec 20 23:22:36.297 INFO E| Compiling heck v0.5.0
86292024-12-20T23:22:37.877Z[ recovery-image] Dec 20 23:22:36.326 INFO E| Compiling once_cell v1.19.0
86302024-12-20T23:22:38.236Z[ recovery-image] Dec 20 23:22:36.685 INFO E| Compiling anstream v0.6.15
86312024-12-20T23:22:38.850Z[ recovery-image] Dec 20 23:22:37.297 INFO E| Compiling clap_builder v4.5.17
86322024-12-20T23:22:39.985Z[ recovery-image] Dec 20 23:22:38.434 INFO E| Compiling shared_child v1.0.1
86332024-12-20T23:22:39.985Z[ recovery-image] Dec 20 23:22:38.434 INFO E| Compiling os_pipe v1.2.1
86342024-12-20T23:22:40.220Z[ recovery-image] Dec 20 23:22:38.660 INFO E| Compiling duct v0.13.7
86352024-12-20T23:22:40.600Z[ recovery-image] Dec 20 23:22:39.049 INFO E| Compiling quote v1.0.37
86362024-12-20T23:22:41.244Z[ recovery-image] Dec 20 23:22:39.693 INFO E| Compiling syn v2.0.77
86372024-12-20T23:22:50.861Z[ recovery-image] Dec 20 23:22:49.309 INFO E| Compiling clap_derive v4.5.13
86382024-12-20T23:22:55.745Z[ recovery-image] Dec 20 23:22:54.192 INFO E| Compiling clap v4.5.17
86392024-12-20T23:22:55.826Z[ recovery-image] Dec 20 23:22:54.273 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
86402024-12-20T23:22:58.442Z[ recovery-image] Dec 20 23:22:56.889 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.42s
86412024-12-20T23:22:58.458Z[ recovery-image] Dec 20 23:22:56.906 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
86422024-12-20T23:22:58.832Z[ recovery-image] Dec 20 23:22:57.279 INFO E| Updating crates.io index
86432024-12-20T23:22:59.004Z[ recovery-image] Dec 20 23:22:57.451 INFO E| Downloading crates ...
86442024-12-20T23:22:59.124Z[ recovery-image] Dec 20 23:22:57.570 INFO E| Downloaded bitstruct_derive v0.1.0
86452024-12-20T23:22:59.127Z[ recovery-image] Dec 20 23:22:57.572 INFO E| Downloaded bitstruct v0.1.1
86462024-12-20T23:22:59.127Z[ recovery-image] Dec 20 23:22:57.574 INFO E| Downloaded bit_field v0.10.2
86472024-12-20T23:22:59.130Z[ recovery-image] Dec 20 23:22:57.575 INFO E| Downloaded seq-macro v0.3.5
86482024-12-20T23:22:59.160Z[ recovery-image] Dec 20 23:22:57.606 INFO E| Downloaded cpio_reader v0.1.1
86492024-12-20T23:22:59.190Z[ recovery-image] Dec 20 23:22:57.637 INFO E| Downloaded raw-cpuid v10.7.0
86502024-12-20T23:22:59.215Z[ recovery-image] Dec 20 23:22:57.662 INFO E| Downloaded syn v2.0.85
86512024-12-20T23:22:59.336Z[ recovery-image] Dec 20 23:22:57.783 INFO E| Downloaded x86 v0.52.0
86522024-12-20T23:22:59.433Z[ recovery-image] Dec 20 23:22:57.880 INFO E| Updating crates.io index
86532024-12-20T23:22:59.608Z[ recovery-image] Dec 20 23:22:58.055 INFO E| Downloading crates ...
86542024-12-20T23:22:59.734Z[ recovery-image] Dec 20 23:22:58.181 INFO E| Downloaded hashbrown v0.15.0
86552024-12-20T23:22:59.741Z[ recovery-image] Dec 20 23:22:58.188 INFO E| Downloaded compiler_builtins v0.1.134
86562024-12-20T23:22:59.900Z[ recovery-image] Dec 20 23:22:58.347 INFO E| Compiling compiler_builtins v0.1.134
86572024-12-20T23:22:59.900Z[ recovery-image] Dec 20 23:22:58.347 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)
86582024-12-20T23:22:59.902Z[ recovery-image] Dec 20 23:22:58.347 INFO E| Compiling proc-macro2 v1.0.89
86592024-12-20T23:22:59.902Z[ recovery-image] Dec 20 23:22:58.347 INFO E| Compiling unicode-ident v1.0.13
86602024-12-20T23:22:59.902Z[ recovery-image] Dec 20 23:22:58.347 INFO E| Compiling syn v1.0.109
86612024-12-20T23:22:59.902Z[ recovery-image] Dec 20 23:22:58.347 INFO E| Compiling x86 v0.52.0
86622024-12-20T23:22:59.902Z[ recovery-image] Dec 20 23:22:58.347 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
86632024-12-20T23:22:59.903Z[ recovery-image] Dec 20 23:22:58.348 INFO E| Compiling seq-macro v0.3.5
86642024-12-20T23:23:02.635Z[ recovery-image] Dec 20 23:23:01.082 INFO E| Compiling quote v1.0.37
86652024-12-20T23:23:03.138Z[ recovery-image] Dec 20 23:23:01.585 INFO E| Compiling syn v2.0.85
86662024-12-20T23:23:09.372Z[ recovery-image] Dec 20 23:23:07.818 INFO E| Compiling scroll_derive v0.12.0
86672024-12-20T23:23:14.752Z[ recovery-image] Dec 20 23:23:13.197 INFO E| Compiling bitstruct_derive v0.1.0
86682024-12-20T23:23:30.641Z[ recovery-image] Dec 20 23:23:29.084 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)
86692024-12-20T23:23:32.226Z[ host-image] Dec 20 23:23:30.668 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23080:20241219T204658Z
86702024-12-20T23:23:32.230Z[ host-image] Dec 20 23:23:30.669 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23080:20241219T204658Z
86712024-12-20T23:23:32.230Z[ host-image] Dec 20 23:23:30.669 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
86722024-12-20T23:23:32.230Z[ host-image] Dec 20 23:23:30.669 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
86732024-12-20T23:23:32.230Z[ host-image] Dec 20 23:23:30.669 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
86742024-12-20T23:23:32.230Z[ host-image] Dec 20 23:23:30.669 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
86752024-12-20T23:23:32.230Z[ host-image] Dec 20 23:23:30.671 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
86762024-12-20T23:23:32.230Z[ host-image] Dec 20 23:23:30.671 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
86772024-12-20T23:23:32.230Z[ host-image] Dec 20 23:23:30.671 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
86782024-12-20T23:23:32.230Z[ host-image] Dec 20 23:23:30.671 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
86792024-12-20T23:23:32.230Z[ host-image] Dec 20 23:23:30.671 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23080:20241219T204659Z
86802024-12-20T23:23:32.233Z[ host-image] Dec 20 23:23:30.674 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23080:20241219T204659Z
86812024-12-20T23:23:32.233Z[ host-image] Dec 20 23:23:30.675 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23080:20241219T204659Z
86822024-12-20T23:23:32.233Z[ host-image] Dec 20 23:23:30.676 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23080:20241219T204700Z
86832024-12-20T23:23:32.233Z[ host-image] Dec 20 23:23:30.676 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
86842024-12-20T23:23:32.236Z[ host-image] Dec 20 23:23:30.677 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23080:20241219T204700Z
86852024-12-20T23:23:32.236Z[ host-image] Dec 20 23:23:30.678 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23080:20241219T204700Z
86862024-12-20T23:23:32.236Z[ host-image] Dec 20 23:23:30.678 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23080:20241219T204700Z
86872024-12-20T23:23:32.236Z[ host-image] Dec 20 23:23:30.678 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23080:20241219T204700Z
86882024-12-20T23:23:32.236Z[ host-image] Dec 20 23:23:30.678 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23080:20241219T204701Z
86892024-12-20T23:23:32.236Z[ host-image] Dec 20 23:23:30.679 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23080:20241219T204701Z
86902024-12-20T23:23:32.236Z[ host-image] Dec 20 23:23:30.679 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23080:20241219T204701Z
86912024-12-20T23:23:32.236Z[ host-image] Dec 20 23:23:30.679 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23080:20241219T204702Z
86922024-12-20T23:23:32.236Z[ host-image] Dec 20 23:23:30.679 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23080:20241219T204702Z
86932024-12-20T23:23:32.236Z[ host-image] Dec 20 23:23:30.680 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23080:20241219T204702Z
86942024-12-20T23:23:32.239Z[ host-image] Dec 20 23:23:30.680 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23080:20241219T204704Z
86952024-12-20T23:23:32.239Z[ host-image] Dec 20 23:23:30.680 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23080:20241219T204704Z
86962024-12-20T23:23:32.239Z[ host-image] Dec 20 23:23:30.680 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23080:20241219T204705Z
86972024-12-20T23:23:32.239Z[ host-image] Dec 20 23:23:30.681 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23080:20241219T204706Z
86982024-12-20T23:23:32.239Z[ host-image] Dec 20 23:23:30.681 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.311:20241203T104954Z
86992024-12-20T23:23:32.239Z[ host-image] Dec 20 23:23:30.681 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23080:20241219T204707Z
87002024-12-20T23:23:32.239Z[ host-image] Dec 20 23:23:30.681 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23080:20241219T204709Z
87012024-12-20T23:23:32.239Z[ host-image] Dec 20 23:23:30.681 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23080:20241219T204710Z
87022024-12-20T23:23:32.240Z[ host-image] Dec 20 23:23:30.681 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23080:20241219T204711Z
87032024-12-20T23:23:32.243Z[ host-image] Dec 20 23:23:30.683 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23080:20241219T204712Z
87042024-12-20T23:23:32.243Z[ host-image] Dec 20 23:23:30.683 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23080:20241219T204712Z
87052024-12-20T23:23:32.254Z[ host-image] Dec 20 23:23:30.697 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
87062024-12-20T23:23:32.256Z[ host-image] Dec 20 23:23:30.697 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23080:20241219T204712Z
87072024-12-20T23:23:32.256Z[ host-image] Dec 20 23:23:30.697 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z
87082024-12-20T23:23:32.256Z[ host-image] Dec 20 23:23:30.698 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
87092024-12-20T23:23:32.257Z[ host-image] Dec 20 23:23:30.698 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
87102024-12-20T23:23:32.257Z[ host-image] Dec 20 23:23:30.699 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23080:20241219T204712Z
87112024-12-20T23:23:32.257Z[ host-image] Dec 20 23:23:30.699 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
87122024-12-20T23:23:32.257Z[ host-image] Dec 20 23:23:30.699 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
87132024-12-20T23:23:32.259Z[ host-image] Dec 20 23:23:30.701 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
87142024-12-20T23:23:32.259Z[ host-image] Dec 20 23:23:30.701 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
87152024-12-20T23:23:32.270Z[ host-image] Dec 20 23:23:30.714 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
87162024-12-20T23:23:32.270Z[ host-image] Dec 20 23:23:30.714 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
87172024-12-20T23:23:32.270Z[ host-image] Dec 20 23:23:30.714 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
87182024-12-20T23:23:32.274Z[ host-image] Dec 20 23:23:30.714 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
87192024-12-20T23:23:32.274Z[ host-image] Dec 20 23:23:30.716 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
87202024-12-20T23:23:32.274Z[ host-image] Dec 20 23:23:30.716 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
87212024-12-20T23:23:32.329Z[ host-image] Dec 20 23:23:30.772 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
87222024-12-20T23:23:32.332Z[ host-image] Dec 20 23:23:30.773 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
87232024-12-20T23:23:32.333Z[ host-image] Dec 20 23:23:30.773 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
87242024-12-20T23:23:32.333Z[ host-image] Dec 20 23:23:30.774 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23080:20241219T204714Z
87252024-12-20T23:23:32.333Z[ host-image] Dec 20 23:23:30.774 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23080:20241219T204720Z
87262024-12-20T23:23:32.333Z[ host-image] Dec 20 23:23:30.774 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
87272024-12-20T23:23:32.333Z[ host-image] Dec 20 23:23:30.775 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23080:20241219T204720Z
87282024-12-20T23:23:32.333Z[ host-image] Dec 20 23:23:30.775 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
87292024-12-20T23:23:32.333Z[ host-image] Dec 20 23:23:30.775 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
87302024-12-20T23:23:32.333Z[ host-image] Dec 20 23:23:30.775 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
87312024-12-20T23:23:32.334Z[ host-image] Dec 20 23:23:30.775 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23080:20241219T204720Z
87322024-12-20T23:23:32.334Z[ host-image] Dec 20 23:23:30.775 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
87332024-12-20T23:23:32.339Z[ host-image] Dec 20 23:23:30.782 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
87342024-12-20T23:23:32.342Z[ host-image] Dec 20 23:23:30.783 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
87352024-12-20T23:23:32.342Z[ host-image] Dec 20 23:23:30.783 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
87362024-12-20T23:23:32.342Z[ host-image] Dec 20 23:23:30.783 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23080:20241219T204721Z
87372024-12-20T23:23:32.342Z[ host-image] Dec 20 23:23:30.783 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
87382024-12-20T23:23:32.362Z[ host-image] Dec 20 23:23:30.805 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
87392024-12-20T23:23:32.362Z[ host-image] Dec 20 23:23:30.806 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23080:20241219T204721Z
87402024-12-20T23:23:32.367Z[ host-image] Dec 20 23:23:30.808 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23080:20241219T204721Z
87412024-12-20T23:23:32.367Z[ host-image] Dec 20 23:23:30.808 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23080:20241219T204721Z
87422024-12-20T23:23:32.367Z[ host-image] Dec 20 23:23:30.808 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
87432024-12-20T23:23:32.370Z[ host-image] Dec 20 23:23:30.809 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23080:20241219T204723Z
87442024-12-20T23:23:32.370Z[ host-image] Dec 20 23:23:30.810 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23080:20241219T204723Z
87452024-12-20T23:23:32.370Z[ host-image] Dec 20 23:23:30.810 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23080:20241219T204723Z
87462024-12-20T23:23:32.370Z[ host-image] Dec 20 23:23:30.810 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23080:20241219T204723Z
87472024-12-20T23:23:32.373Z[ host-image] Dec 20 23:23:30.814 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
87482024-12-20T23:23:32.373Z[ host-image] Dec 20 23:23:30.814 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23080:20241219T204724Z
87492024-12-20T23:23:32.373Z[ host-image] Dec 20 23:23:30.815 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23080:20241219T204725Z
87502024-12-20T23:23:32.373Z[ host-image] Dec 20 23:23:30.815 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
87512024-12-20T23:23:32.373Z[ host-image] Dec 20 23:23:30.816 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23080:20241219T204725Z
87522024-12-20T23:23:32.373Z[ host-image] Dec 20 23:23:30.816 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23080:20241219T204725Z
87532024-12-20T23:23:32.373Z[ host-image] Dec 20 23:23:30.816 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.10.24-2.0.23080:20241219T204725Z
87542024-12-20T23:23:32.373Z[ host-image] Dec 20 23:23:30.816 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23080:20241219T204725Z
87552024-12-20T23:23:32.381Z[ host-image] Dec 20 23:23:30.825 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23080:20241219T204725Z
87562024-12-20T23:23:32.381Z[ host-image] Dec 20 23:23:30.825 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
87572024-12-20T23:23:32.384Z[ host-image] Dec 20 23:23:30.827 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23080:20241219T204725Z
87582024-12-20T23:23:32.386Z[ host-image] Dec 20 23:23:30.829 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23080:20241219T204726Z
87592024-12-20T23:23:32.386Z[ host-image] Dec 20 23:23:30.829 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23080:20241219T204726Z
87602024-12-20T23:23:32.386Z[ host-image] Dec 20 23:23:30.829 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23080:20241219T204726Z
87612024-12-20T23:23:32.386Z[ host-image] Dec 20 23:23:30.830 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23080:20241219T204726Z
87622024-12-20T23:23:32.386Z[ host-image] Dec 20 23:23:30.830 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23080:20241219T204726Z
87632024-12-20T23:23:32.397Z[ host-image] Dec 20 23:23:30.840 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23080:20241219T204728Z
87642024-12-20T23:23:32.397Z[ host-image] Dec 20 23:23:30.841 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23080:20241219T204727Z
87652024-12-20T23:23:32.399Z[ host-image] Dec 20 23:23:30.841 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23080:20241219T204727Z
87662024-12-20T23:23:32.399Z[ host-image] Dec 20 23:23:30.842 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23080:20241219T204727Z
87672024-12-20T23:23:32.400Z[ host-image] Dec 20 23:23:30.842 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23080:20241219T204728Z
87682024-12-20T23:23:32.433Z[ host-image] Dec 20 23:23:30.876 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23080:20241219T204731Z
87692024-12-20T23:23:32.433Z[ host-image] Dec 20 23:23:30.876 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23080:20241219T204728Z
87702024-12-20T23:23:32.435Z[ host-image] Dec 20 23:23:30.876 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23080:20241219T204728Z
87712024-12-20T23:23:32.435Z[ host-image] Dec 20 23:23:30.877 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
87722024-12-20T23:23:32.435Z[ host-image] Dec 20 23:23:30.877 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
87732024-12-20T23:23:32.475Z[ host-image] Dec 20 23:23:30.919 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23080:20241219T204728Z
87742024-12-20T23:23:32.475Z[ host-image] Dec 20 23:23:30.919 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
87752024-12-20T23:23:32.479Z[ host-image] Dec 20 23:23:30.919 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23080:20241219T204729Z
87762024-12-20T23:23:32.479Z[ host-image] Dec 20 23:23:30.919 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23080:20241219T204729Z
87772024-12-20T23:23:32.479Z[ host-image] Dec 20 23:23:30.920 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23080:20241219T204729Z
87782024-12-20T23:23:32.479Z[ host-image] Dec 20 23:23:30.921 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
87792024-12-20T23:23:32.479Z[ host-image] Dec 20 23:23:30.921 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
87802024-12-20T23:23:32.479Z[ host-image] Dec 20 23:23:30.922 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23080:20241219T204730Z
87812024-12-20T23:23:32.479Z[ host-image] Dec 20 23:23:30.922 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23080:20241219T204730Z
87822024-12-20T23:23:32.479Z[ host-image] Dec 20 23:23:30.922 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23080:20241219T204730Z
87832024-12-20T23:23:32.479Z[ host-image] Dec 20 23:23:30.923 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23080:20241219T204730Z
87842024-12-20T23:23:32.482Z[ host-image] Dec 20 23:23:30.923 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23080:20241219T204730Z
87852024-12-20T23:23:32.482Z[ host-image] Dec 20 23:23:30.923 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23080:20241219T204731Z
87862024-12-20T23:23:32.485Z[ host-image] Dec 20 23:23:30.926 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
87872024-12-20T23:23:32.485Z[ host-image] Dec 20 23:23:30.926 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23080:20241219T204731Z
87882024-12-20T23:23:32.485Z[ host-image] Dec 20 23:23:30.928 INFO O| install = pkg://helios-dev/system/microcode/intel@20241112-2.0.23080:20241219T204731Z
87892024-12-20T23:23:32.485Z[ host-image] Dec 20 23:23:30.928 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23080:20241219T204731Z
87902024-12-20T23:23:32.485Z[ host-image] Dec 20 23:23:30.928 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23080:20241219T204733Z
87912024-12-20T23:23:32.488Z[ host-image] Dec 20 23:23:30.929 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23080:20241219T204732Z
87922024-12-20T23:23:32.488Z[ host-image] Dec 20 23:23:30.929 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23080:20241219T204732Z
87932024-12-20T23:23:32.488Z[ host-image] Dec 20 23:23:30.929 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
87942024-12-20T23:23:32.488Z[ host-image] Dec 20 23:23:30.929 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
87952024-12-20T23:23:32.488Z[ host-image] Dec 20 23:23:30.930 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23080:20241219T204734Z
87962024-12-20T23:23:32.488Z[ host-image] Dec 20 23:23:30.930 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23080:20241219T204735Z
87972024-12-20T23:23:32.489Z[ host-image] Dec 20 23:23:30.930 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
87982024-12-20T23:23:32.489Z[ host-image] Dec 20 23:23:30.930 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
87992024-12-20T23:23:32.489Z[ host-image] Dec 20 23:23:30.930 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
88002024-12-20T23:23:32.489Z[ host-image] Dec 20 23:23:30.930 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
88012024-12-20T23:23:32.489Z[ host-image] Dec 20 23:23:30.930 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
88022024-12-20T23:23:32.491Z[ host-image] Dec 20 23:23:30.931 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
88032024-12-20T23:23:32.491Z[ host-image] Dec 20 23:23:30.933 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z
88042024-12-20T23:23:32.491Z[ host-image] Dec 20 23:23:30.933 INFO O| tempdir @ "/tmp/.tmpBrXOXE/tmp"
88052024-12-20T23:23:32.491Z[ host-image] Dec 20 23:23:30.933 INFO O| image root @ "/tmp/.tmpBrXOXE/tmp/root"
88062024-12-20T23:23:32.491Z[ host-image] Dec 20 23:23:30.933 INFO O| creating image...
88072024-12-20T23:23:32.705Z[ recovery-image] Dec 20 23:23:31.145 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)
88082024-12-20T23:23:33.314Z[ host-image] Dec 20 23:23:31.757 INFO O| copying publishers...
88092024-12-20T23:23:36.522Z[ recovery-image] Dec 20 23:23:34.960 INFO E| Compiling bitflags v1.3.2
88102024-12-20T23:23:36.522Z[ recovery-image] Dec 20 23:23:34.960 INFO E| Compiling plain v0.2.3
88112024-12-20T23:23:36.525Z[ recovery-image] Dec 20 23:23:34.960 INFO E| Compiling adler2 v2.0.0
88122024-12-20T23:23:36.525Z[ recovery-image] Dec 20 23:23:34.960 INFO E| Compiling scroll v0.12.0
88132024-12-20T23:23:36.525Z[ recovery-image] Dec 20 23:23:34.960 INFO E| Compiling bit_field v0.10.2
88142024-12-20T23:23:36.525Z[ recovery-image] Dec 20 23:23:34.960 INFO E| Compiling log v0.4.22
88152024-12-20T23:23:36.525Z[ recovery-image] Dec 20 23:23:34.960 INFO E| Compiling static_assertions v1.1.0
88162024-12-20T23:23:36.617Z[ recovery-image] Dec 20 23:23:35.060 INFO E| Compiling raw-cpuid v10.7.0
88172024-12-20T23:23:36.617Z[ recovery-image] Dec 20 23:23:35.060 INFO E| Compiling cpio_reader v0.1.1
88182024-12-20T23:23:36.740Z[ recovery-image] Dec 20 23:23:35.183 INFO E| Compiling miniz_oxide v0.8.0
88192024-12-20T23:23:36.855Z[ recovery-image] Dec 20 23:23:35.298 INFO E| Compiling bitstruct v0.1.1
88202024-12-20T23:23:37.086Z[ recovery-image] Dec 20 23:23:35.529 INFO E| Compiling goblin v0.8.2
88212024-12-20T23:23:43.240Z[ recovery-image] Dec 20 23:23:41.681 INFO E| Finished `release` profile [optimized] target(s) in 44.75s
88222024-12-20T23:23:43.265Z[ recovery-image] Dec 20 23:23:41.708 INFO building host image...
88232024-12-20T23:23:43.268Z[ recovery-image] Dec 20 23:23:41.708 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")
88242024-12-20T23:23:43.841Z[ recovery-image] Dec 20 23:23:42.283 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
88252024-12-20T23:23:45.574Z[ recovery-image] Dec 20 23:23:44.016 INFO image complete! materials are in "/work/os-recovery"
88262024-12-20T23:23:45.579Z[ recovery-image]
88272024-12-20T23:23:45.579Z[ recovery-image] real 13:39.690357444
88282024-12-20T23:23:45.581Z[ recovery-image] user 6:24.691240977
88292024-12-20T23:23:45.581Z[ recovery-image] sys 1:01.016633484
88302024-12-20T23:23:45.581Z[ recovery-image] trap 0.266283518
88312024-12-20T23:23:45.581Z[ recovery-image] tflt 0.718702013
88322024-12-20T23:23:45.581Z[ recovery-image] dflt 3.803223769
88332024-12-20T23:23:45.581Z[ recovery-image] kflt 0.001185053
88342024-12-20T23:23:45.581Z[ recovery-image] lock 29:34.797159833
88352024-12-20T23:23:45.581Z[ recovery-image] slp 1:27:46.535354315
88362024-12-20T23:23:45.581Z[ recovery-image] lat 3:09.537433850
88372024-12-20T23:23:45.581Z[ recovery-image] stop 7.067463437
88382024-12-20T23:23:45.581ZDec 20 23:23:44.021 INFO [recovery-image] process exited with exit status: 0 (819.714127026s)
88392024-12-20T23:23:45.798Z[ host-image] Dec 20 23:23:44.240 INFO O| adding properties...
88402024-12-20T23:23:47.455Z[ host-image] Dec 20 23:23:45.896 INFO O| installing packages...
88412024-12-20T23:24:14.716Z[ host-image] Dec 20 23:24:13.155 INFO O| seeding SMF database...
88422024-12-20T23:24:27.356Z[ host-image] Dec 20 23:24:25.793 INFO O| configuring SMF profile...
88432024-12-20T23:24:27.359Z[ host-image] Dec 20 23:24:25.794 INFO O| modifying shadow(5)...
88442024-12-20T23:24:27.359Z[ host-image] Dec 20 23:24:25.794 INFO O| loading user and group database...
88452024-12-20T23:24:27.359Z[ host-image] Dec 20 23:24:25.794 INFO O| assessing packaged files...
88462024-12-20T23:24:32.048Z[ host-image] Dec 20 23:24:30.485 INFO O| creating archive...
88472024-12-20T23:24:32.133Z[ host-image] Dec 20 23:24:30.569 INFO O| missing from packaging:
88482024-12-20T23:24:32.133Z[ host-image] Dec 20 23:24:30.569 INFO O| "etc/.pwd.lock"
88492024-12-20T23:24:32.135Z[ host-image] Dec 20 23:24:30.570 INFO O| "etc/bash"
88502024-12-20T23:24:32.142Z[ host-image] Dec 20 23:24:30.579 INFO O| "etc/svc/profile/generic.xml"
88512024-12-20T23:24:32.145Z[ host-image] Dec 20 23:24:30.579 INFO O| "etc/svc/profile/inetd_services.xml"
88522024-12-20T23:24:32.145Z[ host-image] Dec 20 23:24:30.579 INFO O| "etc/svc/profile/name_service.xml"
88532024-12-20T23:24:32.145Z[ host-image] Dec 20 23:24:30.579 INFO O| "etc/svc/profile/platform.xml"
88542024-12-20T23:24:32.145Z[ host-image] Dec 20 23:24:30.579 INFO O| "etc/svc/profile/platform_omicron1.xml"
88552024-12-20T23:24:32.145Z[ host-image] Dec 20 23:24:30.579 INFO O| "etc/svc/repository.db"
88562024-12-20T23:24:32.159Z[ host-image] Dec 20 23:24:30.595 INFO O| "opt/ooce/share"
88572024-12-20T23:24:32.159Z[ host-image] Dec 20 23:24:30.596 INFO O| "opt/ooce/share/man"
88582024-12-20T23:24:32.161Z[ host-image] Dec 20 23:24:30.596 INFO O| "opt/ooce/share/man/man1"
88592024-12-20T23:24:32.174Z[ host-image] Dec 20 23:24:30.610 INFO O| finishing archive...
88602024-12-20T23:24:36.076Z[ host-image] Dec 20 23:24:34.512 INFO O| creating gzonly manifest...
88612024-12-20T23:24:36.088Z[ host-image] Dec 20 23:24:34.524 INFO O| ok
88622024-12-20T23:24:36.260Z[ host-image] Dec 20 23:24:34.696 INFO image builder template: ramdisk-02-trim...
88632024-12-20T23:24:36.260Z[ host-image] Dec 20 23:24:34.696 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/.tmpMH33g0/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
88642024-12-20T23:24:36.300Z[ host-image] Dec 20 23:24:34.736 INFO O| Dec 20 23:24:34.736 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
88652024-12-20T23:24:36.326Z[ host-image] Dec 20 23:24:34.760 INFO O| Dec 20 23:24:34.760 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
88662024-12-20T23:24:36.463Z[ host-image] Dec 20 23:24:34.899 INFO O| Dec 20 23:24:34.899 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
88672024-12-20T23:24:36.552Z[ host-image] Dec 20 23:24:34.988 INFO O| Dec 20 23:24:34.988 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
88682024-12-20T23:24:36.555Z[ host-image] Dec 20 23:24:34.988 INFO O| Dec 20 23:24:34.988 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
88692024-12-20T23:24:36.564Z[ host-image] Dec 20 23:24:34.999 INFO O| Dec 20 23:24:34.999 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
88702024-12-20T23:24:36.572Z[ host-image] Dec 20 23:24:35.007 INFO O| Dec 20 23:24:35.007 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
88712024-12-20T23:24:36.581Z[ host-image] Dec 20 23:24:35.017 INFO O| Dec 20 23:24:35.017 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
88722024-12-20T23:24:37.223Z[ host-image] Dec 20 23:24:35.659 INFO O| Dec 20 23:24:35.659 INFO rolled back to input snapshot; work may begin
88732024-12-20T23:24:37.223Z[ host-image] Dec 20 23:24:35.659 INFO O| Dec 20 23:24:35.659 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
88742024-12-20T23:24:37.232Z[ host-image] Dec 20 23:24:35.668 INFO O| Dec 20 23:24:35.668 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88752024-12-20T23:24:37.261Z[ host-image] Dec 20 23:24:35.697 INFO O| Dec 20 23:24:35.697 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
88762024-12-20T23:24:37.353Z[ host-image] Dec 20 23:24:35.790 INFO O| Dec 20 23:24:35.789 INFO STEP 0 (remove_files) COMPLETE
88772024-12-20T23:24:37.354Z[ host-image] Dec 20 23:24:35.790 INFO O| Dec 20 23:24:35.789 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88782024-12-20T23:24:37.371Z[ host-image] Dec 20 23:24:35.807 INFO O| Dec 20 23:24:35.807 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
88792024-12-20T23:24:37.374Z[ host-image] Dec 20 23:24:35.810 INFO O| Dec 20 23:24:35.810 INFO STEP 1 (remove_files) COMPLETE
88802024-12-20T23:24:37.374Z[ host-image] Dec 20 23:24:35.810 INFO O| Dec 20 23:24:35.810 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88812024-12-20T23:24:37.403Z[ host-image] Dec 20 23:24:35.839 INFO O| Dec 20 23:24:35.839 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
88822024-12-20T23:24:37.437Z[ host-image] Dec 20 23:24:35.863 INFO O| Dec 20 23:24:35.863 INFO STEP 2 (remove_files) COMPLETE
88832024-12-20T23:24:37.437Z[ host-image] Dec 20 23:24:35.863 INFO O| Dec 20 23:24:35.863 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88842024-12-20T23:24:37.446Z[ host-image] Dec 20 23:24:35.882 INFO O| Dec 20 23:24:35.882 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
88852024-12-20T23:24:37.450Z[ host-image] Dec 20 23:24:35.886 INFO O| Dec 20 23:24:35.885 INFO STEP 3 (remove_files) COMPLETE
88862024-12-20T23:24:37.452Z[ host-image] Dec 20 23:24:35.886 INFO O| Dec 20 23:24:35.886 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88872024-12-20T23:24:37.468Z[ host-image] Dec 20 23:24:35.904 INFO O| Dec 20 23:24:35.904 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
88882024-12-20T23:24:37.475Z[ host-image] Dec 20 23:24:35.911 INFO O| Dec 20 23:24:35.911 INFO STEP 4 (remove_files) COMPLETE
88892024-12-20T23:24:37.475Z[ host-image] Dec 20 23:24:35.911 INFO O| Dec 20 23:24:35.911 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88902024-12-20T23:24:37.498Z[ host-image] Dec 20 23:24:35.930 INFO O| Dec 20 23:24:35.930 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
88912024-12-20T23:24:37.502Z[ host-image] Dec 20 23:24:35.933 INFO O| Dec 20 23:24:35.933 INFO STEP 5 (remove_files) COMPLETE
88922024-12-20T23:24:37.502Z[ host-image] Dec 20 23:24:35.933 INFO O| Dec 20 23:24:35.933 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88932024-12-20T23:24:37.512Z[ host-image] Dec 20 23:24:35.948 INFO O| Dec 20 23:24:35.948 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
88942024-12-20T23:24:37.526Z[ host-image] Dec 20 23:24:35.962 INFO O| Dec 20 23:24:35.961 INFO STEP 6 (remove_files) COMPLETE
88952024-12-20T23:24:37.526Z[ host-image] Dec 20 23:24:35.962 INFO O| Dec 20 23:24:35.962 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88962024-12-20T23:24:37.544Z[ host-image] Dec 20 23:24:35.980 INFO O| Dec 20 23:24:35.980 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
88972024-12-20T23:24:37.565Z[ host-image] Dec 20 23:24:36.001 INFO O| Dec 20 23:24:36.001 INFO STEP 7 (remove_files) COMPLETE
88982024-12-20T23:24:37.569Z[ host-image] Dec 20 23:24:36.001 INFO O| Dec 20 23:24:36.001 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88992024-12-20T23:24:37.596Z[ host-image] Dec 20 23:24:36.032 INFO O| Dec 20 23:24:36.032 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
89002024-12-20T23:24:37.722Z[ host-image] Dec 20 23:24:36.157 INFO O| Dec 20 23:24:36.157 INFO STEP 8 (remove_files) COMPLETE
89012024-12-20T23:24:37.722Z[ host-image] Dec 20 23:24:36.157 INFO O| Dec 20 23:24:36.157 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89022024-12-20T23:24:37.742Z[ host-image] Dec 20 23:24:36.176 INFO O| Dec 20 23:24:36.176 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
89032024-12-20T23:24:37.882Z[ host-image] Dec 20 23:24:36.318 INFO O| Dec 20 23:24:36.317 INFO STEP 9 (remove_files) COMPLETE
89042024-12-20T23:24:37.882Z[ host-image] Dec 20 23:24:36.318 INFO O| Dec 20 23:24:36.318 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89052024-12-20T23:24:37.898Z[ host-image] Dec 20 23:24:36.334 INFO O| Dec 20 23:24:36.334 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
89062024-12-20T23:24:37.903Z[ host-image] Dec 20 23:24:36.339 INFO O| Dec 20 23:24:36.339 INFO STEP 10 (remove_files) COMPLETE
89072024-12-20T23:24:37.903Z[ host-image] Dec 20 23:24:36.339 INFO O| Dec 20 23:24:36.339 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89082024-12-20T23:24:37.920Z[ host-image] Dec 20 23:24:36.356 INFO O| Dec 20 23:24:36.356 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
89092024-12-20T23:24:37.922Z[ host-image] Dec 20 23:24:36.357 INFO O| Dec 20 23:24:36.357 INFO STEP 11 (remove_files) COMPLETE
89102024-12-20T23:24:37.922Z[ host-image] Dec 20 23:24:36.357 INFO O| Dec 20 23:24:36.357 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89112024-12-20T23:24:37.932Z[ host-image] Dec 20 23:24:36.368 INFO O| Dec 20 23:24:36.368 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
89122024-12-20T23:24:37.935Z[ host-image] Dec 20 23:24:36.371 INFO O| Dec 20 23:24:36.371 INFO STEP 12 (remove_files) COMPLETE
89132024-12-20T23:24:37.935Z[ host-image] Dec 20 23:24:36.371 INFO O| Dec 20 23:24:36.371 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89142024-12-20T23:24:38.059Z[ host-image] Dec 20 23:24:36.495 INFO O| Dec 20 23:24:36.494 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
89152024-12-20T23:24:38.062Z[ host-image] Dec 20 23:24:36.495 INFO O| Dec 20 23:24:36.495 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
89162024-12-20T23:24:38.076Z[ host-image] Dec 20 23:24:36.512 INFO O| Dec 20 23:24:36.512 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
89172024-12-20T23:24:38.135Z[ host-image] Dec 20 23:24:36.571 INFO O| Dec 20 23:24:36.571 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
89182024-12-20T23:24:38.479Z[ host-image] Dec 20 23:24:36.914 INFO O| Dec 20 23:24:36.914 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
89192024-12-20T23:24:38.483Z[ host-image] Dec 20 23:24:36.915 INFO O| Dec 20 23:24:36.915 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
89202024-12-20T23:24:38.483Z[ host-image] Dec 20 23:24:36.915 INFO O| Dec 20 23:24:36.915 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
89212024-12-20T23:24:38.483Z[ host-image] Dec 20 23:24:36.916 INFO O| Dec 20 23:24:36.916 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
89222024-12-20T23:24:38.483Z[ host-image] Dec 20 23:24:36.916 INFO O| Dec 20 23:24:36.916 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
89232024-12-20T23:24:38.483Z[ host-image] Dec 20 23:24:36.916 INFO O| Dec 20 23:24:36.916 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
89242024-12-20T23:24:38.483Z[ host-image] Dec 20 23:24:36.916 INFO O| Dec 20 23:24:36.916 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
89252024-12-20T23:24:38.483Z[ host-image] Dec 20 23:24:36.917 INFO O| Dec 20 23:24:36.916 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
89262024-12-20T23:24:38.483Z[ host-image] Dec 20 23:24:36.917 INFO O| Dec 20 23:24:36.917 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
89272024-12-20T23:24:38.483Z[ host-image] Dec 20 23:24:36.917 INFO O| Dec 20 23:24:36.917 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
89282024-12-20T23:24:38.483Z[ host-image] Dec 20 23:24:36.917 INFO O| Dec 20 23:24:36.917 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
89292024-12-20T23:24:38.483Z[ host-image] Dec 20 23:24:36.918 INFO O| Dec 20 23:24:36.918 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
89302024-12-20T23:24:38.483Z[ host-image] Dec 20 23:24:36.918 INFO O| Dec 20 23:24:36.918 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
89312024-12-20T23:24:38.483Z[ host-image] Dec 20 23:24:36.918 INFO O| Dec 20 23:24:36.918 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
89322024-12-20T23:24:38.483Z[ host-image] Dec 20 23:24:36.918 INFO O| Dec 20 23:24:36.918 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
89332024-12-20T23:24:38.483Z[ host-image] Dec 20 23:24:36.919 INFO O| Dec 20 23:24:36.918 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
89342024-12-20T23:24:38.486Z[ host-image] Dec 20 23:24:36.919 INFO O| Dec 20 23:24:36.919 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
89352024-12-20T23:24:38.524Z[ host-image] Dec 20 23:24:36.960 INFO O| Dec 20 23:24:36.960 INFO STEP 13 (remove_files) COMPLETE
89362024-12-20T23:24:38.524Z[ host-image] Dec 20 23:24:36.960 INFO O| Dec 20 23:24:36.960 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89372024-12-20T23:24:38.538Z[ host-image] Dec 20 23:24:36.973 INFO O| Dec 20 23:24:36.973 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
89382024-12-20T23:24:38.540Z[ host-image] Dec 20 23:24:36.975 INFO O| Dec 20 23:24:36.975 INFO STEP 14 (remove_files) COMPLETE
89392024-12-20T23:24:38.540Z[ host-image] Dec 20 23:24:36.975 INFO O| Dec 20 23:24:36.975 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89402024-12-20T23:24:38.555Z[ host-image] Dec 20 23:24:36.991 INFO O| Dec 20 23:24:36.991 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
89412024-12-20T23:24:38.566Z[ host-image] Dec 20 23:24:37.002 INFO O| Dec 20 23:24:37.002 INFO STEP 15 (remove_files) COMPLETE
89422024-12-20T23:24:38.566Z[ host-image] Dec 20 23:24:37.002 INFO O| Dec 20 23:24:37.002 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89432024-12-20T23:24:38.584Z[ host-image] Dec 20 23:24:37.020 INFO O| Dec 20 23:24:37.020 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
89442024-12-20T23:24:38.588Z[ host-image] Dec 20 23:24:37.021 INFO O| Dec 20 23:24:37.021 INFO STEP 16 (remove_files) COMPLETE
89452024-12-20T23:24:38.588Z[ host-image] Dec 20 23:24:37.021 INFO O| Dec 20 23:24:37.021 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89462024-12-20T23:24:38.603Z[ host-image] Dec 20 23:24:37.039 INFO O| Dec 20 23:24:37.038 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
89472024-12-20T23:24:38.606Z[ host-image] Dec 20 23:24:37.041 INFO O| Dec 20 23:24:37.041 INFO STEP 17 (remove_files) COMPLETE
89482024-12-20T23:24:38.606Z[ host-image] Dec 20 23:24:37.041 INFO O| Dec 20 23:24:37.041 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89492024-12-20T23:24:38.623Z[ host-image] Dec 20 23:24:37.059 INFO O| Dec 20 23:24:37.059 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
89502024-12-20T23:24:38.623Z[ host-image] Dec 20 23:24:37.059 INFO O| Dec 20 23:24:37.059 INFO STEP 18 (remove_files) COMPLETE
89512024-12-20T23:24:38.626Z[ host-image] Dec 20 23:24:37.059 INFO O| Dec 20 23:24:37.059 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89522024-12-20T23:24:38.638Z[ host-image] Dec 20 23:24:37.074 INFO O| Dec 20 23:24:37.074 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
89532024-12-20T23:24:38.638Z[ host-image] Dec 20 23:24:37.074 INFO O| Dec 20 23:24:37.074 INFO STEP 19 (remove_files) COMPLETE
89542024-12-20T23:24:38.640Z[ host-image] Dec 20 23:24:37.074 INFO O| Dec 20 23:24:37.074 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89552024-12-20T23:24:38.651Z[ host-image] Dec 20 23:24:37.085 INFO O| Dec 20 23:24:37.085 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
89562024-12-20T23:24:38.651Z[ host-image] Dec 20 23:24:37.086 INFO O| Dec 20 23:24:37.085 INFO STEP 20 (remove_files) COMPLETE
89572024-12-20T23:24:38.653Z[ host-image] Dec 20 23:24:37.086 INFO O| Dec 20 23:24:37.086 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89582024-12-20T23:24:38.660Z[ host-image] Dec 20 23:24:37.096 INFO O| Dec 20 23:24:37.096 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
89592024-12-20T23:24:38.662Z[ host-image] Dec 20 23:24:37.096 INFO O| Dec 20 23:24:37.096 INFO STEP 21 (remove_files) COMPLETE
89602024-12-20T23:24:38.662Z[ host-image] Dec 20 23:24:37.096 INFO O| Dec 20 23:24:37.096 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89612024-12-20T23:24:38.671Z[ host-image] Dec 20 23:24:37.107 INFO O| Dec 20 23:24:37.107 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
89622024-12-20T23:24:38.671Z[ host-image] Dec 20 23:24:37.107 INFO O| Dec 20 23:24:37.107 INFO STEP 22 (remove_files) COMPLETE
89632024-12-20T23:24:38.674Z[ host-image] Dec 20 23:24:37.107 INFO O| Dec 20 23:24:37.107 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89642024-12-20T23:24:38.682Z[ host-image] Dec 20 23:24:37.118 INFO O| Dec 20 23:24:37.118 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
89652024-12-20T23:24:38.682Z[ host-image] Dec 20 23:24:37.118 INFO O| Dec 20 23:24:37.118 INFO STEP 23 (remove_files) COMPLETE
89662024-12-20T23:24:38.684Z[ host-image] Dec 20 23:24:37.118 INFO O| Dec 20 23:24:37.118 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89672024-12-20T23:24:38.693Z[ host-image] Dec 20 23:24:37.129 INFO O| Dec 20 23:24:37.129 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
89682024-12-20T23:24:38.693Z[ host-image] Dec 20 23:24:37.129 INFO O| Dec 20 23:24:37.129 INFO STEP 24 (remove_files) COMPLETE
89692024-12-20T23:24:38.693Z[ host-image] Dec 20 23:24:37.129 INFO O| Dec 20 23:24:37.129 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89702024-12-20T23:24:38.705Z[ host-image] Dec 20 23:24:37.141 INFO O| Dec 20 23:24:37.141 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
89712024-12-20T23:24:38.705Z[ host-image] Dec 20 23:24:37.141 INFO O| Dec 20 23:24:37.141 INFO STEP 25 (remove_files) COMPLETE
89722024-12-20T23:24:38.707Z[ host-image] Dec 20 23:24:37.141 INFO O| Dec 20 23:24:37.141 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89732024-12-20T23:24:38.716Z[ host-image] Dec 20 23:24:37.152 INFO O| Dec 20 23:24:37.152 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
89742024-12-20T23:24:38.716Z[ host-image] Dec 20 23:24:37.152 INFO O| Dec 20 23:24:37.152 INFO STEP 26 (remove_files) COMPLETE
89752024-12-20T23:24:38.718Z[ host-image] Dec 20 23:24:37.152 INFO O| Dec 20 23:24:37.152 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89762024-12-20T23:24:38.727Z[ host-image] Dec 20 23:24:37.163 INFO O| Dec 20 23:24:37.163 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
89772024-12-20T23:24:38.727Z[ host-image] Dec 20 23:24:37.163 INFO O| Dec 20 23:24:37.163 INFO STEP 27 (remove_files) COMPLETE
89782024-12-20T23:24:38.729Z[ host-image] Dec 20 23:24:37.163 INFO O| Dec 20 23:24:37.163 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89792024-12-20T23:24:38.737Z[ host-image] Dec 20 23:24:37.173 INFO O| Dec 20 23:24:37.173 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
89802024-12-20T23:24:38.737Z[ host-image] Dec 20 23:24:37.174 INFO O| Dec 20 23:24:37.174 INFO STEP 28 (remove_files) COMPLETE
89812024-12-20T23:24:38.740Z[ host-image] Dec 20 23:24:37.174 INFO O| Dec 20 23:24:37.174 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89822024-12-20T23:24:38.747Z[ host-image] Dec 20 23:24:37.183 INFO O| Dec 20 23:24:37.183 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
89832024-12-20T23:24:38.747Z[ host-image] Dec 20 23:24:37.183 INFO O| Dec 20 23:24:37.183 INFO STEP 29 (remove_files) COMPLETE
89842024-12-20T23:24:38.750Z[ host-image] Dec 20 23:24:37.183 INFO O| Dec 20 23:24:37.183 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89852024-12-20T23:24:38.758Z[ host-image] Dec 20 23:24:37.194 INFO O| Dec 20 23:24:37.194 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
89862024-12-20T23:24:38.758Z[ host-image] Dec 20 23:24:37.194 INFO O| Dec 20 23:24:37.194 INFO STEP 30 (remove_files) COMPLETE
89872024-12-20T23:24:38.758Z[ host-image] Dec 20 23:24:37.194 INFO O| Dec 20 23:24:37.194 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89882024-12-20T23:24:38.769Z[ host-image] Dec 20 23:24:37.205 INFO O| Dec 20 23:24:37.205 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
89892024-12-20T23:24:38.769Z[ host-image] Dec 20 23:24:37.205 INFO O| Dec 20 23:24:37.205 INFO STEP 31 (remove_files) COMPLETE
89902024-12-20T23:24:38.772Z[ host-image] Dec 20 23:24:37.205 INFO O| Dec 20 23:24:37.205 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89912024-12-20T23:24:38.785Z[ host-image] Dec 20 23:24:37.216 INFO O| Dec 20 23:24:37.216 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
89922024-12-20T23:24:38.785Z[ host-image] Dec 20 23:24:37.216 INFO O| Dec 20 23:24:37.216 INFO STEP 32 (remove_files) COMPLETE
89932024-12-20T23:24:38.792Z[ host-image] Dec 20 23:24:37.216 INFO O| Dec 20 23:24:37.216 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89942024-12-20T23:24:38.792Z[ host-image] Dec 20 23:24:37.226 INFO O| Dec 20 23:24:37.226 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
89952024-12-20T23:24:38.792Z[ host-image] Dec 20 23:24:37.226 INFO O| Dec 20 23:24:37.226 INFO STEP 33 (remove_files) COMPLETE
89962024-12-20T23:24:38.792Z[ host-image] Dec 20 23:24:37.226 INFO O| Dec 20 23:24:37.226 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89972024-12-20T23:24:38.801Z[ host-image] Dec 20 23:24:37.237 INFO O| Dec 20 23:24:37.237 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
89982024-12-20T23:24:38.801Z[ host-image] Dec 20 23:24:37.237 INFO O| Dec 20 23:24:37.237 INFO STEP 34 (remove_files) COMPLETE
89992024-12-20T23:24:38.804Z[ host-image] Dec 20 23:24:37.237 INFO O| Dec 20 23:24:37.237 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90002024-12-20T23:24:38.815Z[ host-image] Dec 20 23:24:37.251 INFO O| Dec 20 23:24:37.250 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
90012024-12-20T23:24:38.815Z[ host-image] Dec 20 23:24:37.251 INFO O| Dec 20 23:24:37.251 INFO STEP 35 (remove_files) COMPLETE
90022024-12-20T23:24:38.817Z[ host-image] Dec 20 23:24:37.251 INFO O| Dec 20 23:24:37.251 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90032024-12-20T23:24:38.828Z[ host-image] Dec 20 23:24:37.264 INFO O| Dec 20 23:24:37.264 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
90042024-12-20T23:24:38.828Z[ host-image] Dec 20 23:24:37.264 INFO O| Dec 20 23:24:37.264 INFO STEP 36 (remove_files) COMPLETE
90052024-12-20T23:24:38.830Z[ host-image] Dec 20 23:24:37.264 INFO O| Dec 20 23:24:37.264 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90062024-12-20T23:24:38.840Z[ host-image] Dec 20 23:24:37.276 INFO O| Dec 20 23:24:37.276 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
90072024-12-20T23:24:38.840Z[ host-image] Dec 20 23:24:37.276 INFO O| Dec 20 23:24:37.276 INFO STEP 37 (remove_files) COMPLETE
90082024-12-20T23:24:38.843Z[ host-image] Dec 20 23:24:37.276 INFO O| Dec 20 23:24:37.276 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90092024-12-20T23:24:38.853Z[ host-image] Dec 20 23:24:37.289 INFO O| Dec 20 23:24:37.289 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
90102024-12-20T23:24:38.853Z[ host-image] Dec 20 23:24:37.289 INFO O| Dec 20 23:24:37.289 INFO STEP 38 (remove_files) COMPLETE
90112024-12-20T23:24:38.855Z[ host-image] Dec 20 23:24:37.289 INFO O| Dec 20 23:24:37.289 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90122024-12-20T23:24:38.865Z[ host-image] Dec 20 23:24:37.301 INFO O| Dec 20 23:24:37.301 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
90132024-12-20T23:24:38.865Z[ host-image] Dec 20 23:24:37.301 INFO O| Dec 20 23:24:37.301 INFO STEP 39 (remove_files) COMPLETE
90142024-12-20T23:24:38.867Z[ host-image] Dec 20 23:24:37.301 INFO O| Dec 20 23:24:37.301 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90152024-12-20T23:24:38.875Z[ host-image] Dec 20 23:24:37.311 INFO O| Dec 20 23:24:37.311 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
90162024-12-20T23:24:38.875Z[ host-image] Dec 20 23:24:37.311 INFO O| Dec 20 23:24:37.311 INFO STEP 40 (remove_files) COMPLETE
90172024-12-20T23:24:38.877Z[ host-image] Dec 20 23:24:37.311 INFO O| Dec 20 23:24:37.311 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90182024-12-20T23:24:38.886Z[ host-image] Dec 20 23:24:37.322 INFO O| Dec 20 23:24:37.321 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
90192024-12-20T23:24:38.886Z[ host-image] Dec 20 23:24:37.322 INFO O| Dec 20 23:24:37.322 INFO STEP 41 (remove_files) COMPLETE
90202024-12-20T23:24:38.886Z[ host-image] Dec 20 23:24:37.322 INFO O| Dec 20 23:24:37.322 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90212024-12-20T23:24:38.898Z[ host-image] Dec 20 23:24:37.332 INFO O| Dec 20 23:24:37.332 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
90222024-12-20T23:24:38.898Z[ host-image] Dec 20 23:24:37.332 INFO O| Dec 20 23:24:37.332 INFO STEP 42 (remove_files) COMPLETE
90232024-12-20T23:24:38.902Z[ host-image] Dec 20 23:24:37.332 INFO O| Dec 20 23:24:37.332 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90242024-12-20T23:24:38.912Z[ host-image] Dec 20 23:24:37.348 INFO O| Dec 20 23:24:37.348 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
90252024-12-20T23:24:38.912Z[ host-image] Dec 20 23:24:37.348 INFO O| Dec 20 23:24:37.348 INFO STEP 43 (remove_files) COMPLETE
90262024-12-20T23:24:38.912Z[ host-image] Dec 20 23:24:37.348 INFO O| Dec 20 23:24:37.348 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90272024-12-20T23:24:38.927Z[ host-image] Dec 20 23:24:37.363 INFO O| Dec 20 23:24:37.363 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
90282024-12-20T23:24:38.927Z[ host-image] Dec 20 23:24:37.363 INFO O| Dec 20 23:24:37.363 INFO STEP 44 (remove_files) COMPLETE
90292024-12-20T23:24:38.927Z[ host-image] Dec 20 23:24:37.363 INFO O| Dec 20 23:24:37.363 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90302024-12-20T23:24:38.941Z[ host-image] Dec 20 23:24:37.377 INFO O| Dec 20 23:24:37.376 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
90312024-12-20T23:24:38.941Z[ host-image] Dec 20 23:24:37.377 INFO O| Dec 20 23:24:37.377 INFO STEP 45 (remove_files) COMPLETE
90322024-12-20T23:24:38.941Z[ host-image] Dec 20 23:24:37.377 INFO O| Dec 20 23:24:37.377 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90332024-12-20T23:24:38.953Z[ host-image] Dec 20 23:24:37.389 INFO O| Dec 20 23:24:37.389 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
90342024-12-20T23:24:38.953Z[ host-image] Dec 20 23:24:37.389 INFO O| Dec 20 23:24:37.389 INFO STEP 46 (remove_files) COMPLETE
90352024-12-20T23:24:38.953Z[ host-image] Dec 20 23:24:37.389 INFO O| Dec 20 23:24:37.389 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90362024-12-20T23:24:38.963Z[ host-image] Dec 20 23:24:37.399 INFO O| Dec 20 23:24:37.399 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
90372024-12-20T23:24:38.963Z[ host-image] Dec 20 23:24:37.399 INFO O| Dec 20 23:24:37.399 INFO STEP 47 (remove_files) COMPLETE
90382024-12-20T23:24:38.963Z[ host-image] Dec 20 23:24:37.399 INFO O| Dec 20 23:24:37.399 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90392024-12-20T23:24:38.974Z[ host-image] Dec 20 23:24:37.410 INFO O| Dec 20 23:24:37.410 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
90402024-12-20T23:24:38.974Z[ host-image] Dec 20 23:24:37.410 INFO O| Dec 20 23:24:37.410 INFO STEP 48 (remove_files) COMPLETE
90412024-12-20T23:24:38.978Z[ host-image] Dec 20 23:24:37.410 INFO O| Dec 20 23:24:37.410 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90422024-12-20T23:24:38.985Z[ host-image] Dec 20 23:24:37.421 INFO O| Dec 20 23:24:37.420 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
90432024-12-20T23:24:38.987Z[ host-image] Dec 20 23:24:37.421 INFO O| Dec 20 23:24:37.421 INFO STEP 49 (remove_files) COMPLETE
90442024-12-20T23:24:38.988Z[ host-image] Dec 20 23:24:37.421 INFO O| Dec 20 23:24:37.421 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90452024-12-20T23:24:38.995Z[ host-image] Dec 20 23:24:37.431 INFO O| Dec 20 23:24:37.431 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
90462024-12-20T23:24:38.995Z[ host-image] Dec 20 23:24:37.431 INFO O| Dec 20 23:24:37.431 INFO STEP 50 (remove_files) COMPLETE
90472024-12-20T23:24:38.998Z[ host-image] Dec 20 23:24:37.431 INFO O| Dec 20 23:24:37.431 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90482024-12-20T23:24:39.006Z[ host-image] Dec 20 23:24:37.442 INFO O| Dec 20 23:24:37.442 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
90492024-12-20T23:24:39.006Z[ host-image] Dec 20 23:24:37.442 INFO O| Dec 20 23:24:37.442 INFO STEP 51 (remove_files) COMPLETE
90502024-12-20T23:24:39.009Z[ host-image] Dec 20 23:24:37.442 INFO O| Dec 20 23:24:37.442 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90512024-12-20T23:24:39.017Z[ host-image] Dec 20 23:24:37.453 INFO O| Dec 20 23:24:37.453 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
90522024-12-20T23:24:39.017Z[ host-image] Dec 20 23:24:37.453 INFO O| Dec 20 23:24:37.453 INFO STEP 52 (remove_files) COMPLETE
90532024-12-20T23:24:39.020Z[ host-image] Dec 20 23:24:37.453 INFO O| Dec 20 23:24:37.453 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90542024-12-20T23:24:39.028Z[ host-image] Dec 20 23:24:37.464 INFO O| Dec 20 23:24:37.463 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
90552024-12-20T23:24:39.031Z[ host-image] Dec 20 23:24:37.464 INFO O| Dec 20 23:24:37.464 INFO STEP 53 (remove_files) COMPLETE
90562024-12-20T23:24:39.031Z[ host-image] Dec 20 23:24:37.464 INFO O| Dec 20 23:24:37.464 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90572024-12-20T23:24:39.038Z[ host-image] Dec 20 23:24:37.474 INFO O| Dec 20 23:24:37.474 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
90582024-12-20T23:24:39.038Z[ host-image] Dec 20 23:24:37.474 INFO O| Dec 20 23:24:37.474 INFO STEP 54 (remove_files) COMPLETE
90592024-12-20T23:24:39.038Z[ host-image] Dec 20 23:24:37.474 INFO O| Dec 20 23:24:37.474 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90602024-12-20T23:24:39.049Z[ host-image] Dec 20 23:24:37.485 INFO O| Dec 20 23:24:37.484 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
90612024-12-20T23:24:39.049Z[ host-image] Dec 20 23:24:37.485 INFO O| Dec 20 23:24:37.485 INFO STEP 55 (remove_files) COMPLETE
90622024-12-20T23:24:39.049Z[ host-image] Dec 20 23:24:37.485 INFO O| Dec 20 23:24:37.485 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90632024-12-20T23:24:39.064Z[ host-image] Dec 20 23:24:37.499 INFO O| Dec 20 23:24:37.499 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
90642024-12-20T23:24:39.064Z[ host-image] Dec 20 23:24:37.499 INFO O| Dec 20 23:24:37.499 INFO STEP 56 (remove_files) COMPLETE
90652024-12-20T23:24:39.064Z[ host-image] Dec 20 23:24:37.499 INFO O| Dec 20 23:24:37.499 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90662024-12-20T23:24:39.075Z[ host-image] Dec 20 23:24:37.511 INFO O| Dec 20 23:24:37.510 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
90672024-12-20T23:24:39.075Z[ host-image] Dec 20 23:24:37.511 INFO O| Dec 20 23:24:37.511 INFO STEP 57 (remove_files) COMPLETE
90682024-12-20T23:24:39.078Z[ host-image] Dec 20 23:24:37.511 INFO O| Dec 20 23:24:37.511 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90692024-12-20T23:24:39.088Z[ host-image] Dec 20 23:24:37.523 INFO O| Dec 20 23:24:37.523 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
90702024-12-20T23:24:39.088Z[ host-image] Dec 20 23:24:37.524 INFO O| Dec 20 23:24:37.524 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
90712024-12-20T23:24:39.091Z[ host-image] Dec 20 23:24:37.524 INFO O| Dec 20 23:24:37.524 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
90722024-12-20T23:24:39.091Z[ host-image] Dec 20 23:24:37.524 INFO O| Dec 20 23:24:37.524 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
90732024-12-20T23:24:39.091Z[ host-image] Dec 20 23:24:37.524 INFO O| Dec 20 23:24:37.524 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
90742024-12-20T23:24:39.091Z[ host-image] Dec 20 23:24:37.524 INFO O| Dec 20 23:24:37.524 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
90752024-12-20T23:24:39.091Z[ host-image] Dec 20 23:24:37.524 INFO O| Dec 20 23:24:37.524 INFO ok!
90762024-12-20T23:24:39.091Z[ host-image] Dec 20 23:24:37.524 INFO O| Dec 20 23:24:37.524 INFO STEP 58 (ensure_file) COMPLETE
90772024-12-20T23:24:39.091Z[ host-image] Dec 20 23:24:37.524 INFO O| Dec 20 23:24:37.524 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90782024-12-20T23:24:39.099Z[ host-image] Dec 20 23:24:37.535 INFO O| Dec 20 23:24:37.535 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
90792024-12-20T23:24:39.099Z[ host-image] Dec 20 23:24:37.535 INFO O| Dec 20 23:24:37.535 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
90802024-12-20T23:24:39.099Z[ host-image] Dec 20 23:24:37.535 INFO O| Dec 20 23:24:37.535 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
90812024-12-20T23:24:39.102Z[ host-image] Dec 20 23:24:37.535 INFO O| Dec 20 23:24:37.535 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
90822024-12-20T23:24:39.102Z[ host-image] Dec 20 23:24:37.535 INFO O| Dec 20 23:24:37.535 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
90832024-12-20T23:24:39.102Z[ host-image] Dec 20 23:24:37.535 INFO O| Dec 20 23:24:37.535 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
90842024-12-20T23:24:39.102Z[ host-image] Dec 20 23:24:37.535 INFO O| Dec 20 23:24:37.535 INFO ok!
90852024-12-20T23:24:39.102Z[ host-image] Dec 20 23:24:37.535 INFO O| Dec 20 23:24:37.535 INFO STEP 59 (ensure_file) COMPLETE
90862024-12-20T23:24:39.102Z[ host-image] Dec 20 23:24:37.535 INFO O| Dec 20 23:24:37.535 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90872024-12-20T23:24:39.110Z[ host-image] Dec 20 23:24:37.546 INFO O| Dec 20 23:24:37.546 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
90882024-12-20T23:24:39.110Z[ host-image] Dec 20 23:24:37.546 INFO O| Dec 20 23:24:37.546 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
90892024-12-20T23:24:39.112Z[ host-image] Dec 20 23:24:37.546 INFO O| Dec 20 23:24:37.546 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
90902024-12-20T23:24:39.112Z[ host-image] Dec 20 23:24:37.546 INFO O| Dec 20 23:24:37.546 INFO ok!
90912024-12-20T23:24:39.113Z[ host-image] Dec 20 23:24:37.546 INFO O| Dec 20 23:24:37.546 INFO STEP 60 (ensure_file) COMPLETE
90922024-12-20T23:24:39.113Z[ host-image] Dec 20 23:24:37.546 INFO O| Dec 20 23:24:37.546 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90932024-12-20T23:24:39.121Z[ host-image] Dec 20 23:24:37.557 INFO O| Dec 20 23:24:37.557 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
90942024-12-20T23:24:39.121Z[ host-image] Dec 20 23:24:37.557 INFO O| Dec 20 23:24:37.557 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
90952024-12-20T23:24:39.124Z[ host-image] Dec 20 23:24:37.557 INFO O| Dec 20 23:24:37.557 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
90962024-12-20T23:24:39.124Z[ host-image] Dec 20 23:24:37.557 INFO O| Dec 20 23:24:37.557 INFO ok!
90972024-12-20T23:24:39.124Z[ host-image] Dec 20 23:24:37.557 INFO O| Dec 20 23:24:37.557 INFO STEP 61 (ensure_file) COMPLETE
90982024-12-20T23:24:39.124Z[ host-image] Dec 20 23:24:37.557 INFO O| Dec 20 23:24:37.557 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90992024-12-20T23:24:39.131Z[ host-image] Dec 20 23:24:37.567 INFO O| Dec 20 23:24:37.567 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
91002024-12-20T23:24:39.131Z[ host-image] Dec 20 23:24:37.567 INFO O| Dec 20 23:24:37.567 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
91012024-12-20T23:24:39.133Z[ host-image] Dec 20 23:24:37.567 INFO O| Dec 20 23:24:37.567 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
91022024-12-20T23:24:39.133Z[ host-image] Dec 20 23:24:37.567 INFO O| Dec 20 23:24:37.567 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
91032024-12-20T23:24:39.134Z[ host-image] Dec 20 23:24:37.567 INFO O| Dec 20 23:24:37.567 INFO ok!
91042024-12-20T23:24:39.134Z[ host-image] Dec 20 23:24:37.567 INFO O| Dec 20 23:24:37.567 INFO STEP 62 (ensure_file) COMPLETE
91052024-12-20T23:24:39.134Z[ host-image] Dec 20 23:24:37.567 INFO O| Dec 20 23:24:37.567 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91062024-12-20T23:24:39.142Z[ host-image] Dec 20 23:24:37.577 INFO O| Dec 20 23:24:37.577 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
91072024-12-20T23:24:39.142Z[ host-image] Dec 20 23:24:37.578 INFO O| Dec 20 23:24:37.577 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
91082024-12-20T23:24:39.144Z[ host-image] Dec 20 23:24:37.578 INFO O| Dec 20 23:24:37.578 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
91092024-12-20T23:24:39.144Z[ host-image] Dec 20 23:24:37.578 INFO O| Dec 20 23:24:37.578 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
91102024-12-20T23:24:39.144Z[ host-image] Dec 20 23:24:37.578 INFO O| Dec 20 23:24:37.578 INFO ok!
91112024-12-20T23:24:39.144Z[ host-image] Dec 20 23:24:37.578 INFO O| Dec 20 23:24:37.578 INFO STEP 63 (ensure_file) COMPLETE
91122024-12-20T23:24:39.144Z[ host-image] Dec 20 23:24:37.578 INFO O| Dec 20 23:24:37.578 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91132024-12-20T23:24:39.152Z[ host-image] Dec 20 23:24:37.588 INFO O| Dec 20 23:24:37.588 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
91142024-12-20T23:24:39.152Z[ host-image] Dec 20 23:24:37.588 INFO O| Dec 20 23:24:37.588 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
91152024-12-20T23:24:39.155Z[ host-image] Dec 20 23:24:37.588 INFO O| Dec 20 23:24:37.588 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
91162024-12-20T23:24:39.155Z[ host-image] Dec 20 23:24:37.588 INFO O| Dec 20 23:24:37.588 INFO ok!
91172024-12-20T23:24:39.155Z[ host-image] Dec 20 23:24:37.588 INFO O| Dec 20 23:24:37.588 INFO STEP 64 (assemble_files) COMPLETE
91182024-12-20T23:24:39.155Z[ host-image] Dec 20 23:24:37.588 INFO O| Dec 20 23:24:37.588 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91192024-12-20T23:24:39.163Z[ host-image] Dec 20 23:24:37.599 INFO O| Dec 20 23:24:37.599 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
91202024-12-20T23:24:39.163Z[ host-image] Dec 20 23:24:37.599 INFO O| Dec 20 23:24:37.599 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
91212024-12-20T23:24:39.165Z[ host-image] Dec 20 23:24:37.599 INFO O| Dec 20 23:24:37.599 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
91222024-12-20T23:24:39.165Z[ host-image] Dec 20 23:24:37.599 INFO O| Dec 20 23:24:37.599 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
91232024-12-20T23:24:39.165Z[ host-image] Dec 20 23:24:37.599 INFO O| Dec 20 23:24:37.599 INFO ok!
91242024-12-20T23:24:39.165Z[ host-image] Dec 20 23:24:37.599 INFO O| Dec 20 23:24:37.599 INFO STEP 65 (ensure_file) COMPLETE
91252024-12-20T23:24:39.165Z[ host-image] Dec 20 23:24:37.599 INFO O| Dec 20 23:24:37.599 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91262024-12-20T23:24:39.175Z[ host-image] Dec 20 23:24:37.611 INFO O| Dec 20 23:24:37.611 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
91272024-12-20T23:24:39.175Z[ host-image] Dec 20 23:24:37.611 INFO O| Dec 20 23:24:37.611 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
91282024-12-20T23:24:39.188Z[ host-image] Dec 20 23:24:37.611 INFO O| Dec 20 23:24:37.611 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
91292024-12-20T23:24:39.189Z[ host-image] Dec 20 23:24:37.611 INFO O| Dec 20 23:24:37.611 INFO STEP 66 (ensure_dir) COMPLETE
91302024-12-20T23:24:39.189Z[ host-image] Dec 20 23:24:37.611 INFO O| Dec 20 23:24:37.611 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91312024-12-20T23:24:39.189Z[ host-image] Dec 20 23:24:37.622 INFO O| Dec 20 23:24:37.622 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
91322024-12-20T23:24:39.189Z[ host-image] Dec 20 23:24:37.622 INFO O| Dec 20 23:24:37.622 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 ...
91332024-12-20T23:24:39.195Z[ host-image] Dec 20 23:24:37.631 INFO O| Dec 20 23:24:37.631 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
91342024-12-20T23:24:39.195Z[ host-image] Dec 20 23:24:37.631 INFO O| Dec 20 23:24:37.631 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
91352024-12-20T23:24:39.198Z[ host-image] Dec 20 23:24:37.631 INFO O| Dec 20 23:24:37.631 INFO ok!
91362024-12-20T23:24:39.199Z[ host-image] Dec 20 23:24:37.631 INFO O| Dec 20 23:24:37.631 INFO STEP 67 (ensure_file) COMPLETE
91372024-12-20T23:24:39.199Z[ host-image] Dec 20 23:24:37.631 INFO O| Dec 20 23:24:37.631 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91382024-12-20T23:24:39.207Z[ host-image] Dec 20 23:24:37.643 INFO O| Dec 20 23:24:37.643 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
91392024-12-20T23:24:39.210Z[ host-image] Dec 20 23:24:37.643 INFO O| Dec 20 23:24:37.643 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 ...
91402024-12-20T23:24:39.210Z[ host-image] Dec 20 23:24:37.643 INFO O| Dec 20 23:24:37.643 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
91412024-12-20T23:24:39.210Z[ host-image] Dec 20 23:24:37.643 INFO O| Dec 20 23:24:37.643 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
91422024-12-20T23:24:39.210Z[ host-image] Dec 20 23:24:37.643 INFO O| Dec 20 23:24:37.643 INFO ok!
91432024-12-20T23:24:39.210Z[ host-image] Dec 20 23:24:37.643 INFO O| Dec 20 23:24:37.643 INFO STEP 68 (ensure_file) COMPLETE
91442024-12-20T23:24:39.210Z[ host-image] Dec 20 23:24:37.643 INFO O| Dec 20 23:24:37.643 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91452024-12-20T23:24:39.223Z[ host-image] Dec 20 23:24:37.659 INFO O| Dec 20 23:24:37.659 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
91462024-12-20T23:24:39.223Z[ host-image] Dec 20 23:24:37.659 INFO O| Dec 20 23:24:37.659 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
91472024-12-20T23:24:41.303Z[ host-image] Dec 20 23:24:39.739 INFO O| Dec 20 23:24:39.739 INFO STEP 69 (pack_tar) COMPLETE
91482024-12-20T23:24:41.303Z[ host-image] Dec 20 23:24:39.739 INFO O| Dec 20 23:24:39.739 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
91492024-12-20T23:24:41.306Z[ host-image] Dec 20 23:24:39.739 INFO O| Dec 20 23:24:39.739 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
91502024-12-20T23:24:41.481Z[ host-image] Dec 20 23:24:39.916 INFO O| Dec 20 23:24:39.916 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
91512024-12-20T23:24:41.547Z[ host-image] Dec 20 23:24:39.983 INFO O| Dec 20 23:24:39.982 INFO completed processing gimlet/ramdisk-02-trim
91522024-12-20T23:24:41.549Z[ host-image] Dec 20 23:24:39.985 INFO image builder template: zfs...
91532024-12-20T23:24:41.549Z[ host-image] Dec 20 23:24:39.985 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/.tmpMH33g0/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
91542024-12-20T23:24:41.563Z[ host-image] Dec 20 23:24:39.999 INFO O| Dec 20 23:24:39.998 INFO skip include "stress" because feature "stress" is not enabled
91552024-12-20T23:24:41.595Z[ host-image] Dec 20 23:24:40.031 INFO O| Dec 20 23:24:40.030 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
91562024-12-20T23:24:41.599Z[ host-image] Dec 20 23:24:40.035 INFO O| Dec 20 23:24:40.035 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
91572024-12-20T23:24:41.646Z[ host-image] Dec 20 23:24:40.079 INFO O| Dec 20 23:24:40.079 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
91582024-12-20T23:24:41.710Z[ host-image] Dec 20 23:24:40.146 INFO O| Dec 20 23:24:40.146 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
91592024-12-20T23:24:41.710Z[ host-image] Dec 20 23:24:40.146 INFO O| Dec 20 23:24:40.146 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
91602024-12-20T23:24:41.715Z[ host-image] Dec 20 23:24:40.150 INFO O| Dec 20 23:24:40.150 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
91612024-12-20T23:24:41.801Z[ host-image] Dec 20 23:24:40.236 INFO O| Dec 20 23:24:40.236 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
91622024-12-20T23:24:41.876Z[ host-image] Dec 20 23:24:40.311 INFO O| Dec 20 23:24:40.311 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
91632024-12-20T23:24:41.885Z[ host-image] Dec 20 23:24:40.321 INFO O| Dec 20 23:24:40.321 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
91642024-12-20T23:24:41.890Z[ host-image] Dec 20 23:24:40.326 INFO O| Dec 20 23:24:40.326 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
91652024-12-20T23:24:41.892Z[ host-image] Dec 20 23:24:40.326 INFO O| Dec 20 23:24:40.326 INFO no lofi found
91662024-12-20T23:24:41.892Z[ host-image] Dec 20 23:24:40.326 INFO O| Dec 20 23:24:40.326 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
91672024-12-20T23:24:41.893Z[ host-image] Dec 20 23:24:40.326 INFO O| Dec 20 23:24:40.326 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
91682024-12-20T23:24:43.573Z[ host-image] Dec 20 23:24:42.008 INFO O| Dec 20 23:24:42.008 INFO lofi device = /dev/dsk/c2t1d0p0
91692024-12-20T23:24:43.573Z[ host-image] Dec 20 23:24:42.008 INFO O| Dec 20 23:24:42.008 INFO pool device = /dev/dsk/c2t1d0p0
91702024-12-20T23:24:43.576Z[ host-image] Dec 20 23:24:42.008 INFO O| Dec 20 23:24:42.008 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
91712024-12-20T23:24:43.645Z[ host-image] Dec 20 23:24:42.080 INFO O| Dec 20 23:24:42.080 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91722024-12-20T23:24:43.645Z[ host-image] Dec 20 23:24:42.081 INFO O| Dec 20 23:24:42.080 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
91732024-12-20T23:24:43.665Z[ host-image] Dec 20 23:24:42.100 INFO O| Dec 20 23:24:42.100 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
91742024-12-20T23:24:43.727Z[ host-image] Dec 20 23:24:42.163 INFO O| Dec 20 23:24:42.163 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
91752024-12-20T23:24:43.765Z[ host-image] Dec 20 23:24:42.200 INFO O| Dec 20 23:24:42.200 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
91762024-12-20T23:24:43.780Z[ host-image] Dec 20 23:24:42.214 INFO O| Dec 20 23:24:42.214 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
91772024-12-20T23:24:43.789Z[ host-image] Dec 20 23:24:42.225 INFO O| Dec 20 23:24:42.225 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
91782024-12-20T23:24:43.836Z[ host-image] Dec 20 23:24:42.272 INFO O| Dec 20 23:24:42.272 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
91792024-12-20T23:24:43.836Z[ host-image] Dec 20 23:24:42.272 INFO O| Dec 20 23:24:42.272 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
91802024-12-20T23:24:43.838Z[ host-image] Dec 20 23:24:42.272 INFO O| Dec 20 23:24:42.272 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
91812024-12-20T23:24:43.847Z[ host-image] Dec 20 23:24:42.283 INFO O| Dec 20 23:24:42.283 INFO boot environment UUID: 7debb480-5487-4f44-9e2c-08538e82495b
91822024-12-20T23:24:43.847Z[ host-image] Dec 20 23:24:42.283 INFO O| Dec 20 23:24:42.283 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 7debb480-5487-4f44-9e2c-08538e82495b
91832024-12-20T23:24:43.859Z[ host-image] Dec 20 23:24:42.294 INFO O| Dec 20 23:24:42.294 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
91842024-12-20T23:24:43.870Z[ host-image] Dec 20 23:24:42.306 INFO O| Dec 20 23:24:42.306 INFO STEP 0 (create_be) COMPLETE
91852024-12-20T23:24:43.870Z[ host-image] Dec 20 23:24:42.306 INFO O| Dec 20 23:24:42.306 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91862024-12-20T23:24:43.886Z[ host-image] Dec 20 23:24:42.321 INFO O| Dec 20 23:24:42.321 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
91872024-12-20T23:24:44.326Z[verify-libraries] Finished `release` profile [optimized] target(s) in 14m 35s
91882024-12-20T23:24:44.731ZDec 20 23:24:43.167 INFO [verify-libraries] process exited with exit status: 0 (879.164888314s)
91892024-12-20T23:25:01.492Z[ host-image] Dec 20 23:24:59.925 INFO O| Dec 20 23:24:59.925 INFO STEP 1 (unpack_tar) COMPLETE
91902024-12-20T23:25:01.492Z[ host-image] Dec 20 23:24:59.925 INFO O| Dec 20 23:24:59.925 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91912024-12-20T23:25:01.503Z[ host-image] Dec 20 23:24:59.937 INFO O| Dec 20 23:24:59.937 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
91922024-12-20T23:25:01.901Z[ host-image] Dec 20 23:25:00.334 INFO O| Dec 20 23:25:00.334 INFO STEP 2 (devfsadm) COMPLETE
91932024-12-20T23:25:01.903Z[ host-image] Dec 20 23:25:00.334 INFO O| Dec 20 23:25:00.334 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91942024-12-20T23:25:01.911Z[ host-image] Dec 20 23:25:00.345 INFO O| Dec 20 23:25:00.345 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91952024-12-20T23:25:01.914Z[ host-image] Dec 20 23:25:00.345 INFO O| Dec 20 23:25:00.345 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91962024-12-20T23:25:01.914Z[ host-image] Dec 20 23:25:00.345 INFO O| Dec 20 23:25:00.345 INFO STEP 3 (ensure_dir) COMPLETE
91972024-12-20T23:25:01.914Z[ host-image] Dec 20 23:25:00.345 INFO O| Dec 20 23:25:00.345 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91982024-12-20T23:25:01.921Z[ host-image] Dec 20 23:25:00.355 INFO O| Dec 20 23:25:00.355 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91992024-12-20T23:25:01.921Z[ host-image] Dec 20 23:25:00.355 INFO O| Dec 20 23:25:00.355 INFO STEP 4 (ensure_dir) COMPLETE
92002024-12-20T23:25:01.923Z[ host-image] Dec 20 23:25:00.355 INFO O| Dec 20 23:25:00.355 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92012024-12-20T23:25:01.931Z[ host-image] Dec 20 23:25:00.364 INFO O| Dec 20 23:25:00.364 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
92022024-12-20T23:25:01.931Z[ host-image] Dec 20 23:25:00.364 INFO O| Dec 20 23:25:00.364 INFO STEP 5 (ensure_dir) COMPLETE
92032024-12-20T23:25:01.934Z[ host-image] Dec 20 23:25:00.364 INFO O| Dec 20 23:25:00.364 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92042024-12-20T23:25:01.940Z[ host-image] Dec 20 23:25:00.374 INFO O| Dec 20 23:25:00.374 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
92052024-12-20T23:25:01.943Z[ host-image] Dec 20 23:25:00.374 INFO O| Dec 20 23:25:00.374 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
92062024-12-20T23:25:01.943Z[ host-image] Dec 20 23:25:00.374 INFO O| Dec 20 23:25:00.374 INFO STEP 6 (ensure_dir) COMPLETE
92072024-12-20T23:25:01.943Z[ host-image] Dec 20 23:25:00.374 INFO O| Dec 20 23:25:00.374 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92082024-12-20T23:25:01.950Z[ host-image] Dec 20 23:25:00.384 INFO O| Dec 20 23:25:00.384 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
92092024-12-20T23:25:01.950Z[ host-image] Dec 20 23:25:00.384 INFO O| Dec 20 23:25:00.384 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
92102024-12-20T23:25:01.953Z[ host-image] Dec 20 23:25:00.384 INFO O| Dec 20 23:25:00.384 INFO STEP 7 (ensure_dir) COMPLETE
92112024-12-20T23:25:01.953Z[ host-image] Dec 20 23:25:00.384 INFO O| Dec 20 23:25:00.384 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92122024-12-20T23:25:01.960Z[ host-image] Dec 20 23:25:00.393 INFO O| Dec 20 23:25:00.393 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
92132024-12-20T23:25:01.962Z[ host-image] Dec 20 23:25:00.393 INFO O| Dec 20 23:25:00.393 INFO STEP 8 (remove_files) COMPLETE
92142024-12-20T23:25:01.962Z[ host-image] Dec 20 23:25:00.394 INFO O| Dec 20 23:25:00.393 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92152024-12-20T23:25:01.969Z[ host-image] Dec 20 23:25:00.403 INFO O| Dec 20 23:25:00.403 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
92162024-12-20T23:25:01.971Z[ host-image] Dec 20 23:25:00.403 INFO O| Dec 20 23:25:00.403 INFO STEP 9 (remove_files) COMPLETE
92172024-12-20T23:25:01.971Z[ host-image] Dec 20 23:25:00.404 INFO O| Dec 20 23:25:00.403 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92182024-12-20T23:25:01.979Z[ host-image] Dec 20 23:25:00.413 INFO O| Dec 20 23:25:00.413 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
92192024-12-20T23:25:01.981Z[ host-image] Dec 20 23:25:00.413 INFO O| Dec 20 23:25:00.413 INFO STEP 10 (remove_files) COMPLETE
92202024-12-20T23:25:01.981Z[ host-image] Dec 20 23:25:00.413 INFO O| Dec 20 23:25:00.413 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92212024-12-20T23:25:01.989Z[ host-image] Dec 20 23:25:00.423 INFO O| Dec 20 23:25:00.423 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
92222024-12-20T23:25:01.992Z[ host-image] Dec 20 23:25:00.423 INFO O| Dec 20 23:25:00.423 INFO STEP 11 (remove_files) COMPLETE
92232024-12-20T23:25:01.992Z[ host-image] Dec 20 23:25:00.423 INFO O| Dec 20 23:25:00.423 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92242024-12-20T23:25:01.999Z[ host-image] Dec 20 23:25:00.432 INFO O| Dec 20 23:25:00.432 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
92252024-12-20T23:25:02.001Z[ host-image] Dec 20 23:25:00.432 INFO O| Dec 20 23:25:00.432 INFO STEP 12 (remove_files) COMPLETE
92262024-12-20T23:25:02.001Z[ host-image] Dec 20 23:25:00.432 INFO O| Dec 20 23:25:00.432 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92272024-12-20T23:25:02.008Z[ host-image] Dec 20 23:25:00.441 INFO O| Dec 20 23:25:00.441 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
92282024-12-20T23:25:02.008Z[ host-image] Dec 20 23:25:00.442 INFO O| Dec 20 23:25:00.442 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
92292024-12-20T23:25:02.011Z[ host-image] Dec 20 23:25:00.442 INFO O| Dec 20 23:25:00.442 INFO STEP 13 (ensure_dir) COMPLETE
92302024-12-20T23:25:02.011Z[ host-image] Dec 20 23:25:00.442 INFO O| Dec 20 23:25:00.442 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92312024-12-20T23:25:02.017Z[ host-image] Dec 20 23:25:00.451 INFO O| Dec 20 23:25:00.451 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
92322024-12-20T23:25:02.020Z[ host-image] Dec 20 23:25:00.451 INFO O| Dec 20 23:25:00.451 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
92332024-12-20T23:25:02.020Z[ host-image] Dec 20 23:25:00.451 INFO O| Dec 20 23:25:00.451 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
92342024-12-20T23:25:02.020Z[ host-image] Dec 20 23:25:00.451 INFO O| Dec 20 23:25:00.451 INFO STEP 14 (ensure_dir) COMPLETE
92352024-12-20T23:25:02.020Z[ host-image] Dec 20 23:25:00.451 INFO O| Dec 20 23:25:00.451 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92362024-12-20T23:25:02.027Z[ host-image] Dec 20 23:25:00.460 INFO O| Dec 20 23:25:00.460 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
92372024-12-20T23:25:02.029Z[ host-image] Dec 20 23:25:00.461 INFO O| Dec 20 23:25:00.461 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
92382024-12-20T23:25:02.029Z[ host-image] Dec 20 23:25:00.461 INFO O| Dec 20 23:25:00.461 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
92392024-12-20T23:25:02.029Z[ host-image] Dec 20 23:25:00.461 INFO O| Dec 20 23:25:00.461 INFO STEP 15 (ensure_dir) COMPLETE
92402024-12-20T23:25:02.029Z[ host-image] Dec 20 23:25:00.461 INFO O| Dec 20 23:25:00.461 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92412024-12-20T23:25:02.037Z[ host-image] Dec 20 23:25:00.470 INFO O| Dec 20 23:25:00.470 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
92422024-12-20T23:25:02.039Z[ host-image] Dec 20 23:25:00.470 INFO O| Dec 20 23:25:00.470 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
92432024-12-20T23:25:02.039Z[ host-image] Dec 20 23:25:00.470 INFO O| Dec 20 23:25:00.470 INFO STEP 16 (ensure_dir) COMPLETE
92442024-12-20T23:25:02.039Z[ host-image] Dec 20 23:25:00.471 INFO O| Dec 20 23:25:00.470 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92452024-12-20T23:25:02.047Z[ host-image] Dec 20 23:25:00.480 INFO O| Dec 20 23:25:00.480 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
92462024-12-20T23:25:02.047Z[ host-image] Dec 20 23:25:00.480 INFO O| Dec 20 23:25:00.480 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
92472024-12-20T23:25:02.049Z[ host-image] Dec 20 23:25:00.480 INFO O| Dec 20 23:25:00.480 INFO STEP 17 (ensure_dir) COMPLETE
92482024-12-20T23:25:02.049Z[ host-image] Dec 20 23:25:00.480 INFO O| Dec 20 23:25:00.480 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92492024-12-20T23:25:02.057Z[ host-image] Dec 20 23:25:00.490 INFO O| Dec 20 23:25:00.490 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
92502024-12-20T23:25:02.059Z[ host-image] Dec 20 23:25:00.490 INFO O| Dec 20 23:25:00.490 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
92512024-12-20T23:25:02.059Z[ host-image] Dec 20 23:25:00.490 INFO O| Dec 20 23:25:00.490 INFO ok!
92522024-12-20T23:25:02.059Z[ host-image] Dec 20 23:25:00.490 INFO O| Dec 20 23:25:00.490 INFO STEP 18 (ensure_symlink) COMPLETE
92532024-12-20T23:25:02.059Z[ host-image] Dec 20 23:25:00.490 INFO O| Dec 20 23:25:00.490 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92542024-12-20T23:25:02.069Z[ host-image] Dec 20 23:25:00.502 INFO O| Dec 20 23:25:00.502 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
92552024-12-20T23:25:02.069Z[ host-image] Dec 20 23:25:00.502 INFO O| Dec 20 23:25:00.502 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
92562024-12-20T23:25:02.069Z[ host-image] Dec 20 23:25:00.502 INFO O| Dec 20 23:25:00.502 INFO ok!
92572024-12-20T23:25:02.069Z[ host-image] Dec 20 23:25:00.502 INFO O| Dec 20 23:25:00.502 INFO STEP 19 (ensure_file) COMPLETE
92582024-12-20T23:25:02.070Z[ host-image] Dec 20 23:25:00.502 INFO O| Dec 20 23:25:00.502 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
92592024-12-20T23:25:02.083Z[ host-image] Dec 20 23:25:00.516 INFO O| Dec 20 23:25:00.516 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
92602024-12-20T23:25:02.083Z[ host-image] Dec 20 23:25:00.516 INFO O| Dec 20 23:25:00.516 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
92612024-12-20T23:25:02.085Z[ host-image] Dec 20 23:25:00.516 INFO O| Dec 20 23:25:00.516 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
92622024-12-20T23:25:02.085Z[ host-image] Dec 20 23:25:00.516 INFO O| Dec 20 23:25:00.516 INFO ok!
92632024-12-20T23:25:02.085Z[ host-image] Dec 20 23:25:00.516 INFO O| Dec 20 23:25:00.516 INFO STEP 20 (ensure_symlink) COMPLETE
92642024-12-20T23:25:02.085Z[ host-image] Dec 20 23:25:00.516 INFO O| Dec 20 23:25:00.516 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
92652024-12-20T23:25:02.093Z[ host-image] Dec 20 23:25:00.526 INFO O| Dec 20 23:25:00.526 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
92662024-12-20T23:25:02.093Z[ host-image] Dec 20 23:25:00.526 INFO O| Dec 20 23:25:00.526 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
92672024-12-20T23:25:02.093Z[ host-image] Dec 20 23:25:00.526 INFO O| Dec 20 23:25:00.526 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
92682024-12-20T23:25:02.095Z[ host-image] Dec 20 23:25:00.526 INFO O| Dec 20 23:25:00.526 INFO ok!
92692024-12-20T23:25:02.095Z[ host-image] Dec 20 23:25:00.526 INFO O| Dec 20 23:25:00.526 INFO STEP 21 (ensure_symlink) COMPLETE
92702024-12-20T23:25:02.095Z[ host-image] Dec 20 23:25:00.526 INFO O| Dec 20 23:25:00.526 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
92712024-12-20T23:25:02.102Z[ host-image] Dec 20 23:25:00.536 INFO O| Dec 20 23:25:00.536 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
92722024-12-20T23:25:02.102Z[ host-image] Dec 20 23:25:00.536 INFO O| Dec 20 23:25:00.536 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
92732024-12-20T23:25:02.105Z[ host-image] Dec 20 23:25:00.536 INFO O| Dec 20 23:25:00.536 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
92742024-12-20T23:25:02.105Z[ host-image] Dec 20 23:25:00.536 INFO O| Dec 20 23:25:00.536 INFO ok!
92752024-12-20T23:25:02.105Z[ host-image] Dec 20 23:25:00.536 INFO O| Dec 20 23:25:00.536 INFO STEP 22 (ensure_symlink) COMPLETE
92762024-12-20T23:25:02.105Z[ host-image] Dec 20 23:25:00.536 INFO O| Dec 20 23:25:00.536 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
92772024-12-20T23:25:02.112Z[ host-image] Dec 20 23:25:00.546 INFO O| Dec 20 23:25:00.546 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
92782024-12-20T23:25:02.112Z[ host-image] Dec 20 23:25:00.546 INFO O| Dec 20 23:25:00.546 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
92792024-12-20T23:25:02.115Z[ host-image] Dec 20 23:25:00.546 INFO O| Dec 20 23:25:00.546 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
92802024-12-20T23:25:02.115Z[ host-image] Dec 20 23:25:00.546 INFO O| Dec 20 23:25:00.546 INFO ok!
92812024-12-20T23:25:02.115Z[ host-image] Dec 20 23:25:00.546 INFO O| Dec 20 23:25:00.546 INFO STEP 23 (ensure_symlink) COMPLETE
92822024-12-20T23:25:02.115Z[ host-image] Dec 20 23:25:00.546 INFO O| Dec 20 23:25:00.546 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92832024-12-20T23:25:02.122Z[ host-image] Dec 20 23:25:00.556 INFO O| Dec 20 23:25:00.556 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
92842024-12-20T23:25:02.124Z[ host-image] Dec 20 23:25:00.556 INFO O| Dec 20 23:25:00.556 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
92852024-12-20T23:25:02.124Z[ host-image] Dec 20 23:25:00.556 INFO O| Dec 20 23:25:00.556 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
92862024-12-20T23:25:02.124Z[ host-image] Dec 20 23:25:00.556 INFO O| Dec 20 23:25:00.556 INFO ok!
92872024-12-20T23:25:02.124Z[ host-image] Dec 20 23:25:00.556 INFO O| Dec 20 23:25:00.556 INFO STEP 24 (ensure_file) COMPLETE
92882024-12-20T23:25:02.124Z[ host-image] Dec 20 23:25:00.556 INFO O| Dec 20 23:25:00.556 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
92892024-12-20T23:25:02.133Z[ host-image] Dec 20 23:25:00.566 INFO O| Dec 20 23:25:00.566 INFO updating shadow file
92902024-12-20T23:25:02.135Z[ host-image] Dec 20 23:25:00.566 INFO O| Dec 20 23:25:00.566 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
92912024-12-20T23:25:02.135Z[ host-image] Dec 20 23:25:00.566 INFO O| Dec 20 23:25:00.566 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
92922024-12-20T23:25:02.135Z[ host-image] Dec 20 23:25:00.566 INFO O| Dec 20 23:25:00.566 INFO STEP 25 (shadow) COMPLETE
92932024-12-20T23:25:02.135Z[ host-image] Dec 20 23:25:00.566 INFO O| Dec 20 23:25:00.566 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92942024-12-20T23:25:02.143Z[ host-image] Dec 20 23:25:00.577 INFO O| Dec 20 23:25:00.576 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
92952024-12-20T23:25:02.143Z[ host-image] Dec 20 23:25:00.577 INFO O| Dec 20 23:25:00.577 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
92962024-12-20T23:25:02.145Z[ host-image] Dec 20 23:25:00.577 INFO O| Dec 20 23:25:00.577 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
92972024-12-20T23:25:02.145Z[ host-image] Dec 20 23:25:00.577 INFO O| Dec 20 23:25:00.577 INFO ok!
92982024-12-20T23:25:02.145Z[ host-image] Dec 20 23:25:00.577 INFO O| Dec 20 23:25:00.577 INFO STEP 26 (ensure_file) COMPLETE
92992024-12-20T23:25:02.145Z[ host-image] Dec 20 23:25:00.577 INFO O| Dec 20 23:25:00.577 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93002024-12-20T23:25:02.154Z[ host-image] Dec 20 23:25:00.587 INFO O| Dec 20 23:25:00.587 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
93012024-12-20T23:25:02.156Z[ host-image] Dec 20 23:25:00.587 INFO O| Dec 20 23:25:00.587 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
93022024-12-20T23:25:02.156Z[ host-image] Dec 20 23:25:00.587 INFO O| Dec 20 23:25:00.587 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
93032024-12-20T23:25:02.156Z[ host-image] Dec 20 23:25:00.588 INFO O| Dec 20 23:25:00.587 INFO ok!
93042024-12-20T23:25:02.156Z[ host-image] Dec 20 23:25:00.588 INFO O| Dec 20 23:25:00.587 INFO STEP 27 (ensure_file) COMPLETE
93052024-12-20T23:25:02.156Z[ host-image] Dec 20 23:25:00.588 INFO O| Dec 20 23:25:00.587 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93062024-12-20T23:25:02.164Z[ host-image] Dec 20 23:25:00.598 INFO O| Dec 20 23:25:00.598 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
93072024-12-20T23:25:02.164Z[ host-image] Dec 20 23:25:00.598 INFO O| Dec 20 23:25:00.598 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
93082024-12-20T23:25:02.167Z[ host-image] Dec 20 23:25:00.598 INFO O| Dec 20 23:25:00.598 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
93092024-12-20T23:25:02.167Z[ host-image] Dec 20 23:25:00.598 INFO O| Dec 20 23:25:00.598 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
93102024-12-20T23:25:02.167Z[ host-image] Dec 20 23:25:00.598 INFO O| Dec 20 23:25:00.598 INFO ok!
93112024-12-20T23:25:02.167Z[ host-image] Dec 20 23:25:00.598 INFO O| Dec 20 23:25:00.598 INFO STEP 28 (ensure_file) COMPLETE
93122024-12-20T23:25:02.167Z[ host-image] Dec 20 23:25:00.598 INFO O| Dec 20 23:25:00.598 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
93132024-12-20T23:25:02.175Z[ host-image] Dec 20 23:25:00.608 INFO O| Dec 20 23:25:00.608 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
93142024-12-20T23:25:02.175Z[ host-image] Dec 20 23:25:00.608 INFO O| Dec 20 23:25:00.608 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
93152024-12-20T23:25:02.175Z[ host-image] Dec 20 23:25:00.608 INFO O| Dec 20 23:25:00.608 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
93162024-12-20T23:25:02.175Z[ host-image] Dec 20 23:25:00.608 INFO O| Dec 20 23:25:00.608 INFO ok!
93172024-12-20T23:25:02.178Z[ host-image] Dec 20 23:25:00.608 INFO O| Dec 20 23:25:00.608 INFO STEP 29 (ensure_file) COMPLETE
93182024-12-20T23:25:02.178Z[ host-image] Dec 20 23:25:00.608 INFO O| Dec 20 23:25:00.608 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93192024-12-20T23:25:02.184Z[ host-image] Dec 20 23:25:00.618 INFO O| Dec 20 23:25:00.618 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
93202024-12-20T23:25:02.187Z[ host-image] Dec 20 23:25:00.618 INFO O| Dec 20 23:25:00.618 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
93212024-12-20T23:25:02.187Z[ host-image] Dec 20 23:25:00.618 INFO O| Dec 20 23:25:00.618 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
93222024-12-20T23:25:02.187Z[ host-image] Dec 20 23:25:00.618 INFO O| Dec 20 23:25:00.618 INFO ok!
93232024-12-20T23:25:02.187Z[ host-image] Dec 20 23:25:00.618 INFO O| Dec 20 23:25:00.618 INFO STEP 30 (ensure_file) COMPLETE
93242024-12-20T23:25:02.187Z[ host-image] Dec 20 23:25:00.618 INFO O| Dec 20 23:25:00.618 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93252024-12-20T23:25:02.195Z[ host-image] Dec 20 23:25:00.628 INFO O| Dec 20 23:25:00.628 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
93262024-12-20T23:25:02.197Z[ host-image] Dec 20 23:25:00.628 INFO O| Dec 20 23:25:00.628 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
93272024-12-20T23:25:02.197Z[ host-image] Dec 20 23:25:00.628 INFO O| Dec 20 23:25:00.628 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
93282024-12-20T23:25:02.197Z[ host-image] Dec 20 23:25:00.628 INFO O| Dec 20 23:25:00.628 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
93292024-12-20T23:25:02.197Z[ host-image] Dec 20 23:25:00.628 INFO O| Dec 20 23:25:00.628 INFO ok!
93302024-12-20T23:25:02.197Z[ host-image] Dec 20 23:25:00.628 INFO O| Dec 20 23:25:00.628 INFO STEP 31 (ensure_file) COMPLETE
93312024-12-20T23:25:02.197Z[ host-image] Dec 20 23:25:00.628 INFO O| Dec 20 23:25:00.628 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93322024-12-20T23:25:02.205Z[ host-image] Dec 20 23:25:00.639 INFO O| Dec 20 23:25:00.639 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
93332024-12-20T23:25:02.205Z[ host-image] Dec 20 23:25:00.639 INFO O| Dec 20 23:25:00.639 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
93342024-12-20T23:25:02.206Z[ host-image] Dec 20 23:25:00.639 INFO O| Dec 20 23:25:00.639 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
93352024-12-20T23:25:02.209Z[ host-image] Dec 20 23:25:00.639 INFO O| Dec 20 23:25:00.639 INFO ok!
93362024-12-20T23:25:02.209Z[ host-image] Dec 20 23:25:00.639 INFO O| Dec 20 23:25:00.639 INFO STEP 32 (ensure_file) COMPLETE
93372024-12-20T23:25:02.209Z[ host-image] Dec 20 23:25:00.639 INFO O| Dec 20 23:25:00.639 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93382024-12-20T23:25:02.215Z[ host-image] Dec 20 23:25:00.649 INFO O| Dec 20 23:25:00.649 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
93392024-12-20T23:25:02.215Z[ host-image] Dec 20 23:25:00.649 INFO O| Dec 20 23:25:00.649 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
93402024-12-20T23:25:02.218Z[ host-image] Dec 20 23:25:00.649 INFO O| Dec 20 23:25:00.649 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
93412024-12-20T23:25:02.218Z[ host-image] Dec 20 23:25:00.649 INFO O| Dec 20 23:25:00.649 INFO ok!
93422024-12-20T23:25:02.218Z[ host-image] Dec 20 23:25:00.649 INFO O| Dec 20 23:25:00.649 INFO STEP 33 (ensure_file) COMPLETE
93432024-12-20T23:25:02.218Z[ host-image] Dec 20 23:25:00.649 INFO O| Dec 20 23:25:00.649 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93442024-12-20T23:25:02.226Z[ host-image] Dec 20 23:25:00.659 INFO O| Dec 20 23:25:00.659 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
93452024-12-20T23:25:02.226Z[ host-image] Dec 20 23:25:00.659 INFO O| Dec 20 23:25:00.659 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
93462024-12-20T23:25:02.226Z[ host-image] Dec 20 23:25:00.659 INFO O| Dec 20 23:25:00.659 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
93472024-12-20T23:25:02.228Z[ host-image] Dec 20 23:25:00.659 INFO O| Dec 20 23:25:00.659 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
93482024-12-20T23:25:02.228Z[ host-image] Dec 20 23:25:00.659 INFO O| Dec 20 23:25:00.659 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
93492024-12-20T23:25:02.228Z[ host-image] Dec 20 23:25:00.659 INFO O| Dec 20 23:25:00.659 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
93502024-12-20T23:25:02.228Z[ host-image] Dec 20 23:25:00.659 INFO O| Dec 20 23:25:00.659 INFO ok!
93512024-12-20T23:25:02.228Z[ host-image] Dec 20 23:25:00.659 INFO O| Dec 20 23:25:00.659 INFO STEP 34 (ensure_file) COMPLETE
93522024-12-20T23:25:02.228Z[ host-image] Dec 20 23:25:00.659 INFO O| Dec 20 23:25:00.659 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
93532024-12-20T23:25:02.236Z[ host-image] Dec 20 23:25:00.670 INFO O| Dec 20 23:25:00.669 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
93542024-12-20T23:25:02.236Z[ host-image] Dec 20 23:25:00.670 INFO O| Dec 20 23:25:00.670 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
93552024-12-20T23:25:02.238Z[ host-image] Dec 20 23:25:00.670 INFO O| Dec 20 23:25:00.670 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
93562024-12-20T23:25:02.238Z[ host-image] Dec 20 23:25:00.670 INFO O| Dec 20 23:25:00.670 INFO STEP 35 (ensure_dir) COMPLETE
93572024-12-20T23:25:02.238Z[ host-image] Dec 20 23:25:00.670 INFO O| Dec 20 23:25:00.670 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
93582024-12-20T23:25:02.246Z[ host-image] Dec 20 23:25:00.680 INFO O| Dec 20 23:25:00.680 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
93592024-12-20T23:25:02.247Z[ host-image] Dec 20 23:25:00.680 INFO O| Dec 20 23:25:00.680 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 ...
93602024-12-20T23:25:02.249Z[ host-image] Dec 20 23:25:00.680 INFO O| Dec 20 23:25:00.680 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
93612024-12-20T23:25:02.249Z[ host-image] Dec 20 23:25:00.680 INFO O| Dec 20 23:25:00.680 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
93622024-12-20T23:25:02.249Z[ host-image] Dec 20 23:25:00.680 INFO O| Dec 20 23:25:00.680 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
93632024-12-20T23:25:02.249Z[ host-image] Dec 20 23:25:00.680 INFO O| Dec 20 23:25:00.680 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
93642024-12-20T23:25:02.249Z[ host-image] Dec 20 23:25:00.680 INFO O| Dec 20 23:25:00.680 INFO ok!
93652024-12-20T23:25:02.249Z[ host-image] Dec 20 23:25:00.680 INFO O| Dec 20 23:25:00.680 INFO STEP 36 (ensure_file) COMPLETE
93662024-12-20T23:25:02.249Z[ host-image] Dec 20 23:25:00.680 INFO O| Dec 20 23:25:00.680 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
93672024-12-20T23:25:02.257Z[ host-image] Dec 20 23:25:00.690 INFO O| Dec 20 23:25:00.690 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
93682024-12-20T23:25:02.257Z[ host-image] Dec 20 23:25:00.690 INFO O| Dec 20 23:25:00.690 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 ...
93692024-12-20T23:25:02.259Z[ host-image] Dec 20 23:25:00.690 INFO O| Dec 20 23:25:00.690 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
93702024-12-20T23:25:02.259Z[ host-image] Dec 20 23:25:00.690 INFO O| Dec 20 23:25:00.690 INFO ok!
93712024-12-20T23:25:02.259Z[ host-image] Dec 20 23:25:00.690 INFO O| Dec 20 23:25:00.690 INFO STEP 37 (ensure_symlink) COMPLETE
93722024-12-20T23:25:02.259Z[ host-image] Dec 20 23:25:00.690 INFO O| Dec 20 23:25:00.690 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93732024-12-20T23:25:02.267Z[ host-image] Dec 20 23:25:00.700 INFO O| Dec 20 23:25:00.700 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
93742024-12-20T23:25:02.267Z[ host-image] Dec 20 23:25:00.700 INFO O| Dec 20 23:25:00.700 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
93752024-12-20T23:25:02.269Z[ host-image] Dec 20 23:25:00.700 INFO O| Dec 20 23:25:00.700 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93762024-12-20T23:25:02.269Z[ host-image] Dec 20 23:25:00.700 INFO O| Dec 20 23:25:00.700 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93772024-12-20T23:25:02.269Z[ host-image] Dec 20 23:25:00.700 INFO O| Dec 20 23:25:00.700 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93782024-12-20T23:25:02.269Z[ host-image] Dec 20 23:25:00.700 INFO O| Dec 20 23:25:00.700 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93792024-12-20T23:25:02.269Z[ host-image] Dec 20 23:25:00.700 INFO O| Dec 20 23:25:00.700 INFO ok!
93802024-12-20T23:25:02.269Z[ host-image] Dec 20 23:25:00.700 INFO O| Dec 20 23:25:00.700 INFO STEP 38 (ensure_file) COMPLETE
93812024-12-20T23:25:02.269Z[ host-image] Dec 20 23:25:00.700 INFO O| Dec 20 23:25:00.700 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93822024-12-20T23:25:02.276Z[ host-image] Dec 20 23:25:00.710 INFO O| Dec 20 23:25:00.710 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
93832024-12-20T23:25:02.276Z[ host-image] Dec 20 23:25:00.710 INFO O| Dec 20 23:25:00.710 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 ...
93842024-12-20T23:25:02.279Z[ host-image] Dec 20 23:25:00.710 INFO O| Dec 20 23:25:00.710 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
93852024-12-20T23:25:02.279Z[ host-image] Dec 20 23:25:00.710 INFO O| Dec 20 23:25:00.710 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
93862024-12-20T23:25:02.279Z[ host-image] Dec 20 23:25:00.710 INFO O| Dec 20 23:25:00.710 INFO ok!
93872024-12-20T23:25:02.279Z[ host-image] Dec 20 23:25:00.710 INFO O| Dec 20 23:25:00.710 INFO STEP 39 (ensure_file) COMPLETE
93882024-12-20T23:25:02.279Z[ host-image] Dec 20 23:25:00.710 INFO O| Dec 20 23:25:00.710 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93892024-12-20T23:25:02.286Z[ host-image] Dec 20 23:25:00.720 INFO O| Dec 20 23:25:00.719 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
93902024-12-20T23:25:02.288Z[ host-image] Dec 20 23:25:00.720 INFO O| Dec 20 23:25:00.720 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
93912024-12-20T23:25:02.288Z[ host-image] Dec 20 23:25:00.720 INFO O| Dec 20 23:25:00.720 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
93922024-12-20T23:25:02.289Z[ host-image] Dec 20 23:25:00.720 INFO O| Dec 20 23:25:00.720 INFO ok!
93932024-12-20T23:25:02.289Z[ host-image] Dec 20 23:25:00.720 INFO O| Dec 20 23:25:00.720 INFO STEP 40 (ensure_file) COMPLETE
93942024-12-20T23:25:02.289Z[ host-image] Dec 20 23:25:00.720 INFO O| Dec 20 23:25:00.720 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
93952024-12-20T23:25:02.296Z[ host-image] Dec 20 23:25:00.730 INFO O| Dec 20 23:25:00.730 INFO updating shadow file
93962024-12-20T23:25:02.299Z[ host-image] Dec 20 23:25:00.730 INFO O| Dec 20 23:25:00.730 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
93972024-12-20T23:25:02.299Z[ host-image] Dec 20 23:25:00.730 INFO O| Dec 20 23:25:00.730 INFO STEP 41 (shadow) COMPLETE
93982024-12-20T23:25:02.299Z[ host-image] Dec 20 23:25:00.730 INFO O| Dec 20 23:25:00.730 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
93992024-12-20T23:25:02.307Z[ host-image] Dec 20 23:25:00.740 INFO O| Dec 20 23:25:00.740 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
94002024-12-20T23:25:02.307Z[ host-image] Dec 20 23:25:00.740 INFO O| Dec 20 23:25:00.740 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
94012024-12-20T23:25:02.309Z[ host-image] Dec 20 23:25:00.740 INFO O| Dec 20 23:25:00.740 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
94022024-12-20T23:25:02.309Z[ host-image] Dec 20 23:25:00.740 INFO O| Dec 20 23:25:00.740 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
94032024-12-20T23:25:02.309Z[ host-image] Dec 20 23:25:00.740 INFO O| Dec 20 23:25:00.740 INFO ok!
94042024-12-20T23:25:02.309Z[ host-image] Dec 20 23:25:00.740 INFO O| Dec 20 23:25:00.740 INFO STEP 42 (ensure_file) COMPLETE
94052024-12-20T23:25:02.309Z[ host-image] Dec 20 23:25:00.740 INFO O| Dec 20 23:25:00.740 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94062024-12-20T23:25:02.310Z[ host-image] Dec 20 23:25:00.740 INFO O| Dec 20 23:25:00.740 INFO skip step because feature "mfg" is not enabled
94072024-12-20T23:25:02.310Z[ host-image] Dec 20 23:25:00.740 INFO O| Dec 20 23:25:00.740 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94082024-12-20T23:25:02.310Z[ host-image] Dec 20 23:25:00.740 INFO O| Dec 20 23:25:00.740 INFO skip step because feature "mfg" is not enabled
94092024-12-20T23:25:02.310Z[ host-image] Dec 20 23:25:00.740 INFO O| Dec 20 23:25:00.740 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
94102024-12-20T23:25:02.318Z[ host-image] Dec 20 23:25:00.751 INFO O| Dec 20 23:25:00.751 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
94112024-12-20T23:25:02.318Z[ host-image] Dec 20 23:25:00.751 INFO O| Dec 20 23:25:00.751 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
94122024-12-20T23:25:02.952Z[ host-image] Dec 20 23:25:01.385 INFO O| Dec 20 23:25:01.385 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
94132024-12-20T23:25:02.952Z[ host-image] Dec 20 23:25:01.385 INFO O| Dec 20 23:25:01.385 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
94142024-12-20T23:25:02.955Z[ host-image] Dec 20 23:25:01.385 INFO O| Dec 20 23:25:01.385 INFO ok!
94152024-12-20T23:25:02.955Z[ host-image] Dec 20 23:25:01.385 INFO O| Dec 20 23:25:01.385 INFO STEP 45 (ensure_file) COMPLETE
94162024-12-20T23:25:02.955Z[ host-image] Dec 20 23:25:01.385 INFO O| Dec 20 23:25:01.385 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94172024-12-20T23:25:02.963Z[ host-image] Dec 20 23:25:01.396 INFO O| Dec 20 23:25:01.396 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
94182024-12-20T23:25:02.963Z[ host-image] Dec 20 23:25:01.396 INFO O| Dec 20 23:25:01.396 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
94192024-12-20T23:25:02.965Z[ host-image] Dec 20 23:25:01.397 INFO O| Dec 20 23:25:01.397 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
94202024-12-20T23:25:02.965Z[ host-image] Dec 20 23:25:01.397 INFO O| Dec 20 23:25:01.397 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
94212024-12-20T23:25:02.965Z[ host-image] Dec 20 23:25:01.397 INFO O| Dec 20 23:25:01.397 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
94222024-12-20T23:25:02.965Z[ host-image] Dec 20 23:25:01.397 INFO O| Dec 20 23:25:01.397 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
94232024-12-20T23:25:02.965Z[ host-image] Dec 20 23:25:01.397 INFO O| Dec 20 23:25:01.397 INFO ok!
94242024-12-20T23:25:02.965Z[ host-image] Dec 20 23:25:01.397 INFO O| Dec 20 23:25:01.397 INFO STEP 46 (ensure_file) COMPLETE
94252024-12-20T23:25:02.965Z[ host-image] Dec 20 23:25:01.397 INFO O| Dec 20 23:25:01.397 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94262024-12-20T23:25:02.973Z[ host-image] Dec 20 23:25:01.407 INFO O| Dec 20 23:25:01.407 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
94272024-12-20T23:25:02.973Z[ host-image] Dec 20 23:25:01.407 INFO O| Dec 20 23:25:01.407 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 ...
94282024-12-20T23:25:02.976Z[ host-image] Dec 20 23:25:01.407 INFO O| Dec 20 23:25:01.407 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
94292024-12-20T23:25:02.976Z[ host-image] Dec 20 23:25:01.407 INFO O| Dec 20 23:25:01.407 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
94302024-12-20T23:25:02.976Z[ host-image] Dec 20 23:25:01.407 INFO O| Dec 20 23:25:01.407 INFO ok!
94312024-12-20T23:25:02.976Z[ host-image] Dec 20 23:25:01.407 INFO O| Dec 20 23:25:01.407 INFO STEP 47 (ensure_file) COMPLETE
94322024-12-20T23:25:02.976Z[ host-image] Dec 20 23:25:01.407 INFO O| Dec 20 23:25:01.407 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94332024-12-20T23:25:02.983Z[ host-image] Dec 20 23:25:01.416 INFO O| Dec 20 23:25:01.416 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
94342024-12-20T23:25:02.983Z[ host-image] Dec 20 23:25:01.416 INFO O| Dec 20 23:25:01.416 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
94352024-12-20T23:25:02.987Z[ host-image] Dec 20 23:25:01.416 INFO O| Dec 20 23:25:01.416 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
94362024-12-20T23:25:02.987Z[ host-image] Dec 20 23:25:01.417 INFO O| Dec 20 23:25:01.416 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
94372024-12-20T23:25:02.987Z[ host-image] Dec 20 23:25:01.417 INFO O| Dec 20 23:25:01.416 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
94382024-12-20T23:25:02.987Z[ host-image] Dec 20 23:25:01.417 INFO O| Dec 20 23:25:01.417 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
94392024-12-20T23:25:02.987Z[ host-image] Dec 20 23:25:01.417 INFO O| Dec 20 23:25:01.417 INFO ok!
94402024-12-20T23:25:02.987Z[ host-image] Dec 20 23:25:01.417 INFO O| Dec 20 23:25:01.417 INFO STEP 48 (ensure_file) COMPLETE
94412024-12-20T23:25:02.987Z[ host-image] Dec 20 23:25:01.417 INFO O| Dec 20 23:25:01.417 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94422024-12-20T23:25:02.994Z[ host-image] Dec 20 23:25:01.426 INFO O| Dec 20 23:25:01.426 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
94432024-12-20T23:25:02.994Z[ host-image] Dec 20 23:25:01.427 INFO O| Dec 20 23:25:01.426 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 ...
94442024-12-20T23:25:02.997Z[ host-image] Dec 20 23:25:01.427 INFO O| Dec 20 23:25:01.427 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
94452024-12-20T23:25:02.997Z[ host-image] Dec 20 23:25:01.427 INFO O| Dec 20 23:25:01.427 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
94462024-12-20T23:25:02.997Z[ host-image] Dec 20 23:25:01.427 INFO O| Dec 20 23:25:01.427 INFO ok!
94472024-12-20T23:25:02.997Z[ host-image] Dec 20 23:25:01.427 INFO O| Dec 20 23:25:01.427 INFO STEP 49 (ensure_file) COMPLETE
94482024-12-20T23:25:02.997Z[ host-image] Dec 20 23:25:01.427 INFO O| Dec 20 23:25:01.427 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94492024-12-20T23:25:03.003Z[ host-image] Dec 20 23:25:01.436 INFO O| Dec 20 23:25:01.436 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
94502024-12-20T23:25:03.003Z[ host-image] Dec 20 23:25:01.436 INFO O| Dec 20 23:25:01.436 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
94512024-12-20T23:25:03.003Z[ host-image] Dec 20 23:25:01.436 INFO O| Dec 20 23:25:01.436 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
94522024-12-20T23:25:03.006Z[ host-image] Dec 20 23:25:01.436 INFO O| Dec 20 23:25:01.436 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
94532024-12-20T23:25:03.006Z[ host-image] Dec 20 23:25:01.436 INFO O| Dec 20 23:25:01.436 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
94542024-12-20T23:25:03.006Z[ host-image] Dec 20 23:25:01.436 INFO O| Dec 20 23:25:01.436 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
94552024-12-20T23:25:03.006Z[ host-image] Dec 20 23:25:01.436 INFO O| Dec 20 23:25:01.436 INFO ok!
94562024-12-20T23:25:03.006Z[ host-image] Dec 20 23:25:01.436 INFO O| Dec 20 23:25:01.436 INFO STEP 50 (ensure_file) COMPLETE
94572024-12-20T23:25:03.006Z[ host-image] Dec 20 23:25:01.436 INFO O| Dec 20 23:25:01.436 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94582024-12-20T23:25:03.012Z[ host-image] Dec 20 23:25:01.446 INFO O| Dec 20 23:25:01.446 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
94592024-12-20T23:25:03.012Z[ host-image] Dec 20 23:25:01.446 INFO O| Dec 20 23:25:01.446 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 ...
94602024-12-20T23:25:03.013Z[ host-image] Dec 20 23:25:01.446 INFO O| Dec 20 23:25:01.446 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
94612024-12-20T23:25:03.015Z[ host-image] Dec 20 23:25:01.446 INFO O| Dec 20 23:25:01.446 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
94622024-12-20T23:25:03.015Z[ host-image] Dec 20 23:25:01.446 INFO O| Dec 20 23:25:01.446 INFO ok!
94632024-12-20T23:25:03.015Z[ host-image] Dec 20 23:25:01.446 INFO O| Dec 20 23:25:01.446 INFO STEP 51 (ensure_file) COMPLETE
94642024-12-20T23:25:03.015Z[ host-image] Dec 20 23:25:01.446 INFO O| Dec 20 23:25:01.446 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94652024-12-20T23:25:03.022Z[ host-image] Dec 20 23:25:01.456 INFO O| Dec 20 23:25:01.456 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
94662024-12-20T23:25:03.022Z[ host-image] Dec 20 23:25:01.456 INFO O| Dec 20 23:25:01.456 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 ...
94672024-12-20T23:25:03.025Z[ host-image] Dec 20 23:25:01.456 INFO O| Dec 20 23:25:01.456 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
94682024-12-20T23:25:03.025Z[ host-image] Dec 20 23:25:01.456 INFO O| Dec 20 23:25:01.456 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
94692024-12-20T23:25:03.025Z[ host-image] Dec 20 23:25:01.456 INFO O| Dec 20 23:25:01.456 INFO ok!
94702024-12-20T23:25:03.025Z[ host-image] Dec 20 23:25:01.456 INFO O| Dec 20 23:25:01.456 INFO STEP 52 (ensure_file) COMPLETE
94712024-12-20T23:25:03.025Z[ host-image] Dec 20 23:25:01.456 INFO O| Dec 20 23:25:01.456 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94722024-12-20T23:25:03.032Z[ host-image] Dec 20 23:25:01.466 INFO O| Dec 20 23:25:01.466 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
94732024-12-20T23:25:03.032Z[ host-image] Dec 20 23:25:01.466 INFO O| Dec 20 23:25:01.466 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 ...
94742024-12-20T23:25:03.035Z[ host-image] Dec 20 23:25:01.466 INFO O| Dec 20 23:25:01.466 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
94752024-12-20T23:25:03.035Z[ host-image] Dec 20 23:25:01.466 INFO O| Dec 20 23:25:01.466 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
94762024-12-20T23:25:03.035Z[ host-image] Dec 20 23:25:01.466 INFO O| Dec 20 23:25:01.466 INFO ok!
94772024-12-20T23:25:03.035Z[ host-image] Dec 20 23:25:01.466 INFO O| Dec 20 23:25:01.466 INFO STEP 53 (ensure_file) COMPLETE
94782024-12-20T23:25:03.035Z[ host-image] Dec 20 23:25:01.466 INFO O| Dec 20 23:25:01.466 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94792024-12-20T23:25:03.042Z[ host-image] Dec 20 23:25:01.475 INFO O| Dec 20 23:25:01.475 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
94802024-12-20T23:25:03.045Z[ host-image] Dec 20 23:25:01.475 INFO O| Dec 20 23:25:01.475 INFO STEP 54 (ensure_dir) COMPLETE
94812024-12-20T23:25:03.045Z[ host-image] Dec 20 23:25:01.475 INFO O| Dec 20 23:25:01.475 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94822024-12-20T23:25:03.052Z[ host-image] Dec 20 23:25:01.485 INFO O| Dec 20 23:25:01.485 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
94832024-12-20T23:25:03.052Z[ host-image] Dec 20 23:25:01.485 INFO O| Dec 20 23:25:01.485 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
94842024-12-20T23:25:03.054Z[ host-image] Dec 20 23:25:01.485 INFO O| Dec 20 23:25:01.485 INFO STEP 55 (ensure_dir) COMPLETE
94852024-12-20T23:25:03.055Z[ host-image] Dec 20 23:25:01.485 INFO O| Dec 20 23:25:01.485 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94862024-12-20T23:25:03.061Z[ host-image] Dec 20 23:25:01.495 INFO O| Dec 20 23:25:01.495 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
94872024-12-20T23:25:03.061Z[ host-image] Dec 20 23:25:01.495 INFO O| Dec 20 23:25:01.495 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
94882024-12-20T23:25:03.064Z[ host-image] Dec 20 23:25:01.495 INFO O| Dec 20 23:25:01.495 INFO STEP 56 (ensure_dir) COMPLETE
94892024-12-20T23:25:03.064Z[ host-image] Dec 20 23:25:01.495 INFO O| Dec 20 23:25:01.495 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94902024-12-20T23:25:03.071Z[ host-image] Dec 20 23:25:01.505 INFO O| Dec 20 23:25:01.504 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
94912024-12-20T23:25:03.071Z[ host-image] Dec 20 23:25:01.505 INFO O| Dec 20 23:25:01.504 INFO copying /tmp/.tmpMH33g0/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
94922024-12-20T23:25:03.088Z[ host-image] Dec 20 23:25:01.521 INFO O| Dec 20 23:25:01.521 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
94932024-12-20T23:25:03.088Z[ host-image] Dec 20 23:25:01.521 INFO O| Dec 20 23:25:01.521 INFO ok!
94942024-12-20T23:25:03.088Z[ host-image] Dec 20 23:25:01.521 INFO O| Dec 20 23:25:01.521 INFO STEP 57 (ensure_file) COMPLETE
94952024-12-20T23:25:03.090Z[ host-image] Dec 20 23:25:01.521 INFO O| Dec 20 23:25:01.521 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94962024-12-20T23:25:03.099Z[ host-image] Dec 20 23:25:01.532 INFO O| Dec 20 23:25:01.532 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
94972024-12-20T23:25:03.101Z[ host-image] Dec 20 23:25:01.532 INFO O| Dec 20 23:25:01.532 INFO copying /tmp/.tmpMH33g0/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
94982024-12-20T23:25:04.173Z[ host-image] Dec 20 23:25:02.606 INFO O| Dec 20 23:25:02.606 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
94992024-12-20T23:25:04.173Z[ host-image] Dec 20 23:25:02.606 INFO O| Dec 20 23:25:02.606 INFO ok!
95002024-12-20T23:25:04.175Z[ host-image] Dec 20 23:25:02.606 INFO O| Dec 20 23:25:02.606 INFO STEP 58 (ensure_file) COMPLETE
95012024-12-20T23:25:04.175Z[ host-image] Dec 20 23:25:02.606 INFO O| Dec 20 23:25:02.606 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95022024-12-20T23:25:04.184Z[ host-image] Dec 20 23:25:02.617 INFO O| Dec 20 23:25:02.617 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
95032024-12-20T23:25:04.186Z[ host-image] Dec 20 23:25:02.617 INFO O| Dec 20 23:25:02.617 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
95042024-12-20T23:25:04.186Z[ host-image] Dec 20 23:25:02.617 INFO O| Dec 20 23:25:02.617 INFO STEP 59 (ensure_dir) COMPLETE
95052024-12-20T23:25:04.186Z[ host-image] Dec 20 23:25:02.617 INFO O| Dec 20 23:25:02.617 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95062024-12-20T23:25:04.193Z[ host-image] Dec 20 23:25:02.627 INFO O| Dec 20 23:25:02.627 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
95072024-12-20T23:25:04.194Z[ host-image] Dec 20 23:25:02.627 INFO O| Dec 20 23:25:02.627 INFO copying /tmp/.tmpMH33g0/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 ...
95082024-12-20T23:25:04.194Z[ host-image] Dec 20 23:25:02.627 INFO O| Dec 20 23:25:02.627 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
95092024-12-20T23:25:04.196Z[ host-image] Dec 20 23:25:02.627 INFO O| Dec 20 23:25:02.627 INFO ok!
95102024-12-20T23:25:04.196Z[ host-image] Dec 20 23:25:02.627 INFO O| Dec 20 23:25:02.627 INFO STEP 60 (ensure_file) COMPLETE
95112024-12-20T23:25:04.196Z[ host-image] Dec 20 23:25:02.627 INFO O| Dec 20 23:25:02.627 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95122024-12-20T23:25:04.203Z[ host-image] Dec 20 23:25:02.636 INFO O| Dec 20 23:25:02.636 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
95132024-12-20T23:25:04.203Z[ host-image] Dec 20 23:25:02.636 INFO O| Dec 20 23:25:02.636 INFO copying /tmp/.tmpMH33g0/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 ...
95142024-12-20T23:25:04.203Z[ host-image] Dec 20 23:25:02.636 INFO O| Dec 20 23:25:02.636 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
95152024-12-20T23:25:04.206Z[ host-image] Dec 20 23:25:02.636 INFO O| Dec 20 23:25:02.636 INFO ok!
95162024-12-20T23:25:04.207Z[ host-image] Dec 20 23:25:02.636 INFO O| Dec 20 23:25:02.636 INFO STEP 61 (ensure_file) COMPLETE
95172024-12-20T23:25:04.207Z[ host-image] Dec 20 23:25:02.636 INFO O| Dec 20 23:25:02.636 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95182024-12-20T23:25:04.213Z[ host-image] Dec 20 23:25:02.646 INFO O| Dec 20 23:25:02.646 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
95192024-12-20T23:25:04.213Z[ host-image] Dec 20 23:25:02.646 INFO O| Dec 20 23:25:02.646 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
95202024-12-20T23:25:04.216Z[ host-image] Dec 20 23:25:02.646 INFO O| Dec 20 23:25:02.646 INFO STEP 62 (ensure_dir) COMPLETE
95212024-12-20T23:25:04.216Z[ host-image] Dec 20 23:25:02.646 INFO O| Dec 20 23:25:02.646 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95222024-12-20T23:25:04.222Z[ host-image] Dec 20 23:25:02.655 INFO O| Dec 20 23:25:02.655 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
95232024-12-20T23:25:04.222Z[ host-image] Dec 20 23:25:02.655 INFO O| Dec 20 23:25:02.655 INFO copying /tmp/.tmpMH33g0/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 ...
95242024-12-20T23:25:04.224Z[ host-image] Dec 20 23:25:02.655 INFO O| Dec 20 23:25:02.655 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
95252024-12-20T23:25:04.224Z[ host-image] Dec 20 23:25:02.655 INFO O| Dec 20 23:25:02.655 INFO ok!
95262024-12-20T23:25:04.224Z[ host-image] Dec 20 23:25:02.656 INFO O| Dec 20 23:25:02.655 INFO STEP 63 (ensure_file) COMPLETE
95272024-12-20T23:25:04.224Z[ host-image] Dec 20 23:25:02.656 INFO O| Dec 20 23:25:02.655 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95282024-12-20T23:25:04.232Z[ host-image] Dec 20 23:25:02.665 INFO O| Dec 20 23:25:02.665 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
95292024-12-20T23:25:04.232Z[ host-image] Dec 20 23:25:02.665 INFO O| Dec 20 23:25:02.665 INFO copying /tmp/.tmpMH33g0/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 ...
95302024-12-20T23:25:04.232Z[ host-image] Dec 20 23:25:02.665 INFO O| Dec 20 23:25:02.665 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
95312024-12-20T23:25:04.232Z[ host-image] Dec 20 23:25:02.665 INFO O| Dec 20 23:25:02.665 INFO ok!
95322024-12-20T23:25:04.235Z[ host-image] Dec 20 23:25:02.665 INFO O| Dec 20 23:25:02.665 INFO STEP 64 (ensure_file) COMPLETE
95332024-12-20T23:25:04.235Z[ host-image] Dec 20 23:25:02.665 INFO O| Dec 20 23:25:02.665 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95342024-12-20T23:25:04.242Z[ host-image] Dec 20 23:25:02.675 INFO O| Dec 20 23:25:02.675 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
95352024-12-20T23:25:04.242Z[ host-image] Dec 20 23:25:02.675 INFO O| Dec 20 23:25:02.675 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
95362024-12-20T23:25:04.244Z[ host-image] Dec 20 23:25:02.675 INFO O| Dec 20 23:25:02.675 INFO STEP 65 (ensure_dir) COMPLETE
95372024-12-20T23:25:04.244Z[ host-image] Dec 20 23:25:02.675 INFO O| Dec 20 23:25:02.675 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95382024-12-20T23:25:04.252Z[ host-image] Dec 20 23:25:02.685 INFO O| Dec 20 23:25:02.685 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
95392024-12-20T23:25:04.254Z[ host-image] Dec 20 23:25:02.685 INFO O| Dec 20 23:25:02.685 INFO copying /tmp/.tmpMH33g0/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 ...
95402024-12-20T23:25:04.254Z[ host-image] Dec 20 23:25:02.685 INFO O| Dec 20 23:25:02.685 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
95412024-12-20T23:25:04.254Z[ host-image] Dec 20 23:25:02.685 INFO O| Dec 20 23:25:02.685 INFO ok!
95422024-12-20T23:25:04.254Z[ host-image] Dec 20 23:25:02.685 INFO O| Dec 20 23:25:02.685 INFO STEP 66 (ensure_file) COMPLETE
95432024-12-20T23:25:04.254Z[ host-image] Dec 20 23:25:02.685 INFO O| Dec 20 23:25:02.685 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95442024-12-20T23:25:04.262Z[ host-image] Dec 20 23:25:02.695 INFO O| Dec 20 23:25:02.695 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
95452024-12-20T23:25:04.264Z[ host-image] Dec 20 23:25:02.695 INFO O| Dec 20 23:25:02.695 INFO copying /tmp/.tmpMH33g0/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
95462024-12-20T23:25:04.264Z[ host-image] Dec 20 23:25:02.695 INFO O| Dec 20 23:25:02.695 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
95472024-12-20T23:25:04.264Z[ host-image] Dec 20 23:25:02.695 INFO O| Dec 20 23:25:02.695 INFO ok!
95482024-12-20T23:25:04.264Z[ host-image] Dec 20 23:25:02.695 INFO O| Dec 20 23:25:02.695 INFO STEP 67 (ensure_file) COMPLETE
95492024-12-20T23:25:04.264Z[ host-image] Dec 20 23:25:02.695 INFO O| Dec 20 23:25:02.695 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95502024-12-20T23:25:04.272Z[ host-image] Dec 20 23:25:02.705 INFO O| Dec 20 23:25:02.705 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
95512024-12-20T23:25:04.272Z[ host-image] Dec 20 23:25:02.705 INFO O| Dec 20 23:25:02.705 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
95522024-12-20T23:25:04.274Z[ host-image] Dec 20 23:25:02.705 INFO O| Dec 20 23:25:02.705 INFO STEP 68 (ensure_dir) COMPLETE
95532024-12-20T23:25:04.274Z[ host-image] Dec 20 23:25:02.705 INFO O| Dec 20 23:25:02.705 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95542024-12-20T23:25:04.281Z[ host-image] Dec 20 23:25:02.715 INFO O| Dec 20 23:25:02.715 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
95552024-12-20T23:25:04.281Z[ host-image] Dec 20 23:25:02.715 INFO O| Dec 20 23:25:02.715 INFO copying /tmp/.tmpMH33g0/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
95562024-12-20T23:25:05.334Z[ host-image] Dec 20 23:25:03.767 INFO O| Dec 20 23:25:03.767 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
95572024-12-20T23:25:05.334Z[ host-image] Dec 20 23:25:03.767 INFO O| Dec 20 23:25:03.767 INFO ok!
95582024-12-20T23:25:05.337Z[ host-image] Dec 20 23:25:03.767 INFO O| Dec 20 23:25:03.767 INFO STEP 69 (ensure_file) COMPLETE
95592024-12-20T23:25:05.337Z[ host-image] Dec 20 23:25:03.767 INFO O| Dec 20 23:25:03.767 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95602024-12-20T23:25:05.345Z[ host-image] Dec 20 23:25:03.778 INFO O| Dec 20 23:25:03.778 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
95612024-12-20T23:25:05.345Z[ host-image] Dec 20 23:25:03.778 INFO O| Dec 20 23:25:03.778 INFO copying /tmp/.tmpMH33g0/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
95622024-12-20T23:25:06.902Z[ host-image] Dec 20 23:25:05.335 INFO O| Dec 20 23:25:05.335 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
95632024-12-20T23:25:06.902Z[ host-image] Dec 20 23:25:05.335 INFO O| Dec 20 23:25:05.335 INFO ok!
95642024-12-20T23:25:06.902Z[ host-image] Dec 20 23:25:05.335 INFO O| Dec 20 23:25:05.335 INFO STEP 70 (ensure_file) COMPLETE
95652024-12-20T23:25:06.902Z[ host-image] Dec 20 23:25:05.335 INFO O| Dec 20 23:25:05.335 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95662024-12-20T23:25:06.914Z[ host-image] Dec 20 23:25:05.346 INFO O| Dec 20 23:25:05.346 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
95672024-12-20T23:25:06.914Z[ host-image] Dec 20 23:25:05.347 INFO O| Dec 20 23:25:05.347 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
95682024-12-20T23:25:06.916Z[ host-image] Dec 20 23:25:05.347 INFO O| Dec 20 23:25:05.347 INFO STEP 71 (ensure_dir) COMPLETE
95692024-12-20T23:25:06.916Z[ host-image] Dec 20 23:25:05.347 INFO O| Dec 20 23:25:05.347 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95702024-12-20T23:25:06.923Z[ host-image] Dec 20 23:25:05.356 INFO O| Dec 20 23:25:05.356 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
95712024-12-20T23:25:06.924Z[ host-image] Dec 20 23:25:05.356 INFO O| Dec 20 23:25:05.356 INFO copying /tmp/.tmpMH33g0/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 ...
95722024-12-20T23:25:06.927Z[ host-image] Dec 20 23:25:05.356 INFO O| Dec 20 23:25:05.356 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
95732024-12-20T23:25:06.927Z[ host-image] Dec 20 23:25:05.356 INFO O| Dec 20 23:25:05.356 INFO ok!
95742024-12-20T23:25:06.927Z[ host-image] Dec 20 23:25:05.356 INFO O| Dec 20 23:25:05.356 INFO STEP 72 (ensure_file) COMPLETE
95752024-12-20T23:25:06.927Z[ host-image] Dec 20 23:25:05.356 INFO O| Dec 20 23:25:05.356 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95762024-12-20T23:25:06.933Z[ host-image] Dec 20 23:25:05.366 INFO O| Dec 20 23:25:05.366 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
95772024-12-20T23:25:06.933Z[ host-image] Dec 20 23:25:05.366 INFO O| Dec 20 23:25:05.366 INFO copying /tmp/.tmpMH33g0/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 ...
95782024-12-20T23:25:06.935Z[ host-image] Dec 20 23:25:05.366 INFO O| Dec 20 23:25:05.366 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
95792024-12-20T23:25:06.935Z[ host-image] Dec 20 23:25:05.366 INFO O| Dec 20 23:25:05.366 INFO ok!
95802024-12-20T23:25:06.935Z[ host-image] Dec 20 23:25:05.366 INFO O| Dec 20 23:25:05.366 INFO STEP 73 (ensure_file) COMPLETE
95812024-12-20T23:25:06.936Z[ host-image] Dec 20 23:25:05.366 INFO O| Dec 20 23:25:05.366 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95822024-12-20T23:25:06.943Z[ host-image] Dec 20 23:25:05.376 INFO O| Dec 20 23:25:05.376 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
95832024-12-20T23:25:06.943Z[ host-image] Dec 20 23:25:05.376 INFO O| Dec 20 23:25:05.376 INFO copying /tmp/.tmpMH33g0/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
95842024-12-20T23:25:06.943Z[ host-image] Dec 20 23:25:05.376 INFO O| Dec 20 23:25:05.376 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
95852024-12-20T23:25:06.946Z[ host-image] Dec 20 23:25:05.376 INFO O| Dec 20 23:25:05.376 INFO ok!
95862024-12-20T23:25:06.946Z[ host-image] Dec 20 23:25:05.376 INFO O| Dec 20 23:25:05.376 INFO STEP 74 (ensure_file) COMPLETE
95872024-12-20T23:25:06.946Z[ host-image] Dec 20 23:25:05.376 INFO O| Dec 20 23:25:05.376 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95882024-12-20T23:25:06.953Z[ host-image] Dec 20 23:25:05.386 INFO O| Dec 20 23:25:05.386 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
95892024-12-20T23:25:06.953Z[ host-image] Dec 20 23:25:05.386 INFO O| Dec 20 23:25:05.386 INFO copying /tmp/.tmpMH33g0/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
95902024-12-20T23:25:06.955Z[ host-image] Dec 20 23:25:05.386 INFO O| Dec 20 23:25:05.386 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
95912024-12-20T23:25:06.955Z[ host-image] Dec 20 23:25:05.386 INFO O| Dec 20 23:25:05.386 INFO ok!
95922024-12-20T23:25:06.955Z[ host-image] Dec 20 23:25:05.386 INFO O| Dec 20 23:25:05.386 INFO STEP 75 (ensure_file) COMPLETE
95932024-12-20T23:25:06.955Z[ host-image] Dec 20 23:25:05.386 INFO O| Dec 20 23:25:05.386 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95942024-12-20T23:25:06.963Z[ host-image] Dec 20 23:25:05.396 INFO O| Dec 20 23:25:05.396 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
95952024-12-20T23:25:06.966Z[ host-image] Dec 20 23:25:05.396 INFO O| Dec 20 23:25:05.396 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
95962024-12-20T23:25:06.966Z[ host-image] Dec 20 23:25:05.396 INFO O| Dec 20 23:25:05.396 INFO STEP 76 (ensure_dir) COMPLETE
95972024-12-20T23:25:06.966Z[ host-image] Dec 20 23:25:05.396 INFO O| Dec 20 23:25:05.396 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95982024-12-20T23:25:06.972Z[ host-image] Dec 20 23:25:05.405 INFO O| Dec 20 23:25:05.405 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
95992024-12-20T23:25:06.972Z[ host-image] Dec 20 23:25:05.405 INFO O| Dec 20 23:25:05.405 INFO copying /tmp/.tmpMH33g0/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
96002024-12-20T23:25:06.976Z[ host-image] Dec 20 23:25:05.409 INFO O| Dec 20 23:25:05.409 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
96012024-12-20T23:25:06.976Z[ host-image] Dec 20 23:25:05.409 INFO O| Dec 20 23:25:05.409 INFO ok!
96022024-12-20T23:25:06.978Z[ host-image] Dec 20 23:25:05.409 INFO O| Dec 20 23:25:05.409 INFO STEP 77 (ensure_file) COMPLETE
96032024-12-20T23:25:06.978Z[ host-image] Dec 20 23:25:05.409 INFO O| Dec 20 23:25:05.409 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96042024-12-20T23:25:06.985Z[ host-image] Dec 20 23:25:05.418 INFO O| Dec 20 23:25:05.418 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
96052024-12-20T23:25:06.985Z[ host-image] Dec 20 23:25:05.418 INFO O| Dec 20 23:25:05.418 INFO copying /tmp/.tmpMH33g0/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
96062024-12-20T23:25:06.988Z[ host-image] Dec 20 23:25:05.418 INFO O| Dec 20 23:25:05.418 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
96072024-12-20T23:25:06.988Z[ host-image] Dec 20 23:25:05.418 INFO O| Dec 20 23:25:05.418 INFO ok!
96082024-12-20T23:25:06.988Z[ host-image] Dec 20 23:25:05.418 INFO O| Dec 20 23:25:05.418 INFO STEP 78 (ensure_file) COMPLETE
96092024-12-20T23:25:06.988Z[ host-image] Dec 20 23:25:05.418 INFO O| Dec 20 23:25:05.418 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96102024-12-20T23:25:06.996Z[ host-image] Dec 20 23:25:05.428 INFO O| Dec 20 23:25:05.428 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
96112024-12-20T23:25:06.996Z[ host-image] Dec 20 23:25:05.429 INFO O| Dec 20 23:25:05.428 INFO copying /tmp/.tmpMH33g0/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
96122024-12-20T23:25:07.656Z[ host-image] Dec 20 23:25:06.088 INFO O| Dec 20 23:25:06.088 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
96132024-12-20T23:25:07.656Z[ host-image] Dec 20 23:25:06.088 INFO O| Dec 20 23:25:06.088 INFO ok!
96142024-12-20T23:25:07.658Z[ host-image] Dec 20 23:25:06.088 INFO O| Dec 20 23:25:06.088 INFO STEP 79 (ensure_file) COMPLETE
96152024-12-20T23:25:07.658Z[ host-image] Dec 20 23:25:06.088 INFO O| Dec 20 23:25:06.088 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96162024-12-20T23:25:07.667Z[ host-image] Dec 20 23:25:06.099 INFO O| Dec 20 23:25:06.099 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
96172024-12-20T23:25:07.670Z[ host-image] Dec 20 23:25:06.099 INFO O| Dec 20 23:25:06.099 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
96182024-12-20T23:25:07.670Z[ host-image] Dec 20 23:25:06.099 INFO O| Dec 20 23:25:06.099 INFO STEP 80 (ensure_dir) COMPLETE
96192024-12-20T23:25:07.670Z[ host-image] Dec 20 23:25:06.099 INFO O| Dec 20 23:25:06.099 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96202024-12-20T23:25:07.676Z[ host-image] Dec 20 23:25:06.109 INFO O| Dec 20 23:25:06.109 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
96212024-12-20T23:25:07.679Z[ host-image] Dec 20 23:25:06.109 INFO O| Dec 20 23:25:06.109 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
96222024-12-20T23:25:07.679Z[ host-image] Dec 20 23:25:06.109 INFO O| Dec 20 23:25:06.109 INFO STEP 81 (ensure_dir) COMPLETE
96232024-12-20T23:25:07.679Z[ host-image] Dec 20 23:25:06.109 INFO O| Dec 20 23:25:06.109 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96242024-12-20T23:25:07.686Z[ host-image] Dec 20 23:25:06.119 INFO O| Dec 20 23:25:06.119 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
96252024-12-20T23:25:07.686Z[ host-image] Dec 20 23:25:06.119 INFO O| Dec 20 23:25:06.119 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
96262024-12-20T23:25:07.689Z[ host-image] Dec 20 23:25:06.119 INFO O| Dec 20 23:25:06.119 INFO STEP 82 (ensure_dir) COMPLETE
96272024-12-20T23:25:07.689Z[ host-image] Dec 20 23:25:06.119 INFO O| Dec 20 23:25:06.119 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96282024-12-20T23:25:07.696Z[ host-image] Dec 20 23:25:06.129 INFO O| Dec 20 23:25:06.129 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
96292024-12-20T23:25:07.696Z[ host-image] Dec 20 23:25:06.129 INFO O| Dec 20 23:25:06.129 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
96302024-12-20T23:25:07.696Z[ host-image] Dec 20 23:25:06.129 INFO O| Dec 20 23:25:06.129 INFO STEP 83 (ensure_dir) COMPLETE
96312024-12-20T23:25:07.698Z[ host-image] Dec 20 23:25:06.129 INFO O| Dec 20 23:25:06.129 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96322024-12-20T23:25:07.707Z[ host-image] Dec 20 23:25:06.138 INFO O| Dec 20 23:25:06.138 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
96332024-12-20T23:25:07.707Z[ host-image] Dec 20 23:25:06.139 INFO O| Dec 20 23:25:06.139 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
96342024-12-20T23:25:07.707Z[ host-image] Dec 20 23:25:06.139 INFO O| Dec 20 23:25:06.139 INFO STEP 84 (ensure_dir) COMPLETE
96352024-12-20T23:25:07.711Z[ host-image] Dec 20 23:25:06.139 INFO O| Dec 20 23:25:06.139 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96362024-12-20T23:25:07.716Z[ host-image] Dec 20 23:25:06.149 INFO O| Dec 20 23:25:06.149 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
96372024-12-20T23:25:07.716Z[ host-image] Dec 20 23:25:06.149 INFO O| Dec 20 23:25:06.149 INFO copying /tmp/.tmpMH33g0/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 ...
96382024-12-20T23:25:07.720Z[ host-image] Dec 20 23:25:06.149 INFO O| Dec 20 23:25:06.149 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
96392024-12-20T23:25:07.720Z[ host-image] Dec 20 23:25:06.149 INFO O| Dec 20 23:25:06.149 INFO ok!
96402024-12-20T23:25:07.720Z[ host-image] Dec 20 23:25:06.149 INFO O| Dec 20 23:25:06.149 INFO STEP 85 (ensure_file) COMPLETE
96412024-12-20T23:25:07.720Z[ host-image] Dec 20 23:25:06.149 INFO O| Dec 20 23:25:06.149 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96422024-12-20T23:25:07.726Z[ host-image] Dec 20 23:25:06.159 INFO O| Dec 20 23:25:06.159 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
96432024-12-20T23:25:07.726Z[ host-image] Dec 20 23:25:06.159 INFO O| Dec 20 23:25:06.159 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
96442024-12-20T23:25:07.729Z[ host-image] Dec 20 23:25:06.159 INFO O| Dec 20 23:25:06.159 INFO STEP 86 (ensure_dir) COMPLETE
96452024-12-20T23:25:07.729Z[ host-image] Dec 20 23:25:06.159 INFO O| Dec 20 23:25:06.159 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96462024-12-20T23:25:07.736Z[ host-image] Dec 20 23:25:06.168 INFO O| Dec 20 23:25:06.168 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
96472024-12-20T23:25:07.736Z[ host-image] Dec 20 23:25:06.168 INFO O| Dec 20 23:25:06.168 INFO copying /tmp/.tmpMH33g0/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
96482024-12-20T23:25:07.738Z[ host-image] Dec 20 23:25:06.169 INFO O| Dec 20 23:25:06.168 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
96492024-12-20T23:25:07.738Z[ host-image] Dec 20 23:25:06.169 INFO O| Dec 20 23:25:06.168 INFO ok!
96502024-12-20T23:25:07.738Z[ host-image] Dec 20 23:25:06.169 INFO O| Dec 20 23:25:06.169 INFO STEP 87 (ensure_file) COMPLETE
96512024-12-20T23:25:07.738Z[ host-image] Dec 20 23:25:06.169 INFO O| Dec 20 23:25:06.169 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96522024-12-20T23:25:07.746Z[ host-image] Dec 20 23:25:06.178 INFO O| Dec 20 23:25:06.178 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
96532024-12-20T23:25:07.746Z[ host-image] Dec 20 23:25:06.178 INFO O| Dec 20 23:25:06.178 INFO copying /tmp/.tmpMH33g0/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
96542024-12-20T23:25:07.994Z[ host-image] Dec 20 23:25:06.426 INFO O| Dec 20 23:25:06.426 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
96552024-12-20T23:25:07.994Z[ host-image] Dec 20 23:25:06.427 INFO O| Dec 20 23:25:06.426 INFO ok!
96562024-12-20T23:25:07.994Z[ host-image] Dec 20 23:25:06.427 INFO O| Dec 20 23:25:06.426 INFO STEP 88 (ensure_file) COMPLETE
96572024-12-20T23:25:07.994Z[ host-image] Dec 20 23:25:06.427 INFO O| Dec 20 23:25:06.426 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96582024-12-20T23:25:08.007Z[ host-image] Dec 20 23:25:06.438 INFO O| Dec 20 23:25:06.438 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
96592024-12-20T23:25:08.008Z[ host-image] Dec 20 23:25:06.438 INFO O| Dec 20 23:25:06.438 INFO copying /tmp/.tmpMH33g0/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
96602024-12-20T23:25:08.536Z[ host-image] Dec 20 23:25:06.968 INFO O| Dec 20 23:25:06.968 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
96612024-12-20T23:25:08.536Z[ host-image] Dec 20 23:25:06.968 INFO O| Dec 20 23:25:06.968 INFO ok!
96622024-12-20T23:25:08.536Z[ host-image] Dec 20 23:25:06.968 INFO O| Dec 20 23:25:06.968 INFO STEP 89 (ensure_file) COMPLETE
96632024-12-20T23:25:08.536Z[ host-image] Dec 20 23:25:06.968 INFO O| Dec 20 23:25:06.968 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96642024-12-20T23:25:08.547Z[ host-image] Dec 20 23:25:06.979 INFO O| Dec 20 23:25:06.979 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
96652024-12-20T23:25:08.550Z[ host-image] Dec 20 23:25:06.979 INFO O| Dec 20 23:25:06.979 INFO copying /tmp/.tmpMH33g0/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
96662024-12-20T23:25:08.550Z[ host-image] Dec 20 23:25:06.979 INFO O| Dec 20 23:25:06.979 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
96672024-12-20T23:25:08.551Z[ host-image] Dec 20 23:25:06.979 INFO O| Dec 20 23:25:06.979 INFO ok!
96682024-12-20T23:25:08.551Z[ host-image] Dec 20 23:25:06.979 INFO O| Dec 20 23:25:06.979 INFO STEP 90 (ensure_file) COMPLETE
96692024-12-20T23:25:08.551Z[ host-image] Dec 20 23:25:06.979 INFO O| Dec 20 23:25:06.979 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96702024-12-20T23:25:08.556Z[ host-image] Dec 20 23:25:06.989 INFO O| Dec 20 23:25:06.989 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
96712024-12-20T23:25:08.556Z[ host-image] Dec 20 23:25:06.989 INFO O| Dec 20 23:25:06.989 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
96722024-12-20T23:25:08.558Z[ host-image] Dec 20 23:25:06.989 INFO O| Dec 20 23:25:06.989 INFO STEP 91 (ensure_dir) COMPLETE
96732024-12-20T23:25:08.558Z[ host-image] Dec 20 23:25:06.989 INFO O| Dec 20 23:25:06.989 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96742024-12-20T23:25:08.566Z[ host-image] Dec 20 23:25:06.999 INFO O| Dec 20 23:25:06.999 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
96752024-12-20T23:25:08.569Z[ host-image] Dec 20 23:25:06.999 INFO O| Dec 20 23:25:06.999 INFO copying /tmp/.tmpMH33g0/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 ...
96762024-12-20T23:25:08.569Z[ host-image] Dec 20 23:25:06.999 INFO O| Dec 20 23:25:06.999 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
96772024-12-20T23:25:08.569Z[ host-image] Dec 20 23:25:06.999 INFO O| Dec 20 23:25:06.999 INFO ok!
96782024-12-20T23:25:08.569Z[ host-image] Dec 20 23:25:06.999 INFO O| Dec 20 23:25:06.999 INFO STEP 92 (ensure_file) COMPLETE
96792024-12-20T23:25:08.569Z[ host-image] Dec 20 23:25:06.999 INFO O| Dec 20 23:25:06.999 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96802024-12-20T23:25:08.577Z[ host-image] Dec 20 23:25:07.010 INFO O| Dec 20 23:25:07.009 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
96812024-12-20T23:25:08.577Z[ host-image] Dec 20 23:25:07.010 INFO O| Dec 20 23:25:07.010 INFO copying /tmp/.tmpMH33g0/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 ...
96822024-12-20T23:25:08.580Z[ host-image] Dec 20 23:25:07.010 INFO O| Dec 20 23:25:07.010 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
96832024-12-20T23:25:08.580Z[ host-image] Dec 20 23:25:07.010 INFO O| Dec 20 23:25:07.010 INFO ok!
96842024-12-20T23:25:08.580Z[ host-image] Dec 20 23:25:07.010 INFO O| Dec 20 23:25:07.010 INFO STEP 93 (ensure_file) COMPLETE
96852024-12-20T23:25:08.580Z[ host-image] Dec 20 23:25:07.010 INFO O| Dec 20 23:25:07.010 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96862024-12-20T23:25:08.587Z[ host-image] Dec 20 23:25:07.020 INFO O| Dec 20 23:25:07.019 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
96872024-12-20T23:25:08.587Z[ host-image] Dec 20 23:25:07.020 INFO O| Dec 20 23:25:07.019 INFO copying /tmp/.tmpMH33g0/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 ...
96882024-12-20T23:25:08.590Z[ host-image] Dec 20 23:25:07.020 INFO O| Dec 20 23:25:07.020 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
96892024-12-20T23:25:08.590Z[ host-image] Dec 20 23:25:07.020 INFO O| Dec 20 23:25:07.020 INFO ok!
96902024-12-20T23:25:08.590Z[ host-image] Dec 20 23:25:07.020 INFO O| Dec 20 23:25:07.020 INFO STEP 94 (ensure_file) COMPLETE
96912024-12-20T23:25:08.590Z[ host-image] Dec 20 23:25:07.020 INFO O| Dec 20 23:25:07.020 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96922024-12-20T23:25:08.597Z[ host-image] Dec 20 23:25:07.029 INFO O| Dec 20 23:25:07.029 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
96932024-12-20T23:25:08.597Z[ host-image] Dec 20 23:25:07.029 INFO O| Dec 20 23:25:07.029 INFO copying /tmp/.tmpMH33g0/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 ...
96942024-12-20T23:25:08.599Z[ host-image] Dec 20 23:25:07.029 INFO O| Dec 20 23:25:07.029 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
96952024-12-20T23:25:08.599Z[ host-image] Dec 20 23:25:07.029 INFO O| Dec 20 23:25:07.029 INFO ok!
96962024-12-20T23:25:08.599Z[ host-image] Dec 20 23:25:07.029 INFO O| Dec 20 23:25:07.029 INFO STEP 95 (ensure_file) COMPLETE
96972024-12-20T23:25:08.599Z[ host-image] Dec 20 23:25:07.030 INFO O| Dec 20 23:25:07.029 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96982024-12-20T23:25:08.606Z[ host-image] Dec 20 23:25:07.039 INFO O| Dec 20 23:25:07.039 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
96992024-12-20T23:25:08.607Z[ host-image] Dec 20 23:25:07.039 INFO O| Dec 20 23:25:07.039 INFO copying /tmp/.tmpMH33g0/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 ...
97002024-12-20T23:25:08.609Z[ host-image] Dec 20 23:25:07.039 INFO O| Dec 20 23:25:07.039 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
97012024-12-20T23:25:08.609Z[ host-image] Dec 20 23:25:07.039 INFO O| Dec 20 23:25:07.039 INFO ok!
97022024-12-20T23:25:08.609Z[ host-image] Dec 20 23:25:07.039 INFO O| Dec 20 23:25:07.039 INFO STEP 96 (ensure_file) COMPLETE
97032024-12-20T23:25:08.609Z[ host-image] Dec 20 23:25:07.039 INFO O| Dec 20 23:25:07.039 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97042024-12-20T23:25:08.616Z[ host-image] Dec 20 23:25:07.049 INFO O| Dec 20 23:25:07.049 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
97052024-12-20T23:25:08.619Z[ host-image] Dec 20 23:25:07.049 INFO O| Dec 20 23:25:07.049 INFO copying /tmp/.tmpMH33g0/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
97062024-12-20T23:25:08.619Z[ host-image] Dec 20 23:25:07.049 INFO O| Dec 20 23:25:07.049 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
97072024-12-20T23:25:08.619Z[ host-image] Dec 20 23:25:07.049 INFO O| Dec 20 23:25:07.049 INFO ok!
97082024-12-20T23:25:08.619Z[ host-image] Dec 20 23:25:07.049 INFO O| Dec 20 23:25:07.049 INFO STEP 97 (ensure_file) COMPLETE
97092024-12-20T23:25:08.619Z[ host-image] Dec 20 23:25:07.049 INFO O| Dec 20 23:25:07.049 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97102024-12-20T23:25:08.626Z[ host-image] Dec 20 23:25:07.059 INFO O| Dec 20 23:25:07.059 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
97112024-12-20T23:25:08.626Z[ host-image] Dec 20 23:25:07.059 INFO O| Dec 20 23:25:07.059 INFO copying /tmp/.tmpMH33g0/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 ...
97122024-12-20T23:25:08.626Z[ host-image] Dec 20 23:25:07.059 INFO O| Dec 20 23:25:07.059 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
97132024-12-20T23:25:08.629Z[ host-image] Dec 20 23:25:07.059 INFO O| Dec 20 23:25:07.059 INFO ok!
97142024-12-20T23:25:08.629Z[ host-image] Dec 20 23:25:07.059 INFO O| Dec 20 23:25:07.059 INFO STEP 98 (ensure_file) COMPLETE
97152024-12-20T23:25:08.629Z[ host-image] Dec 20 23:25:07.059 INFO O| Dec 20 23:25:07.059 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97162024-12-20T23:25:08.636Z[ host-image] Dec 20 23:25:07.069 INFO O| Dec 20 23:25:07.069 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
97172024-12-20T23:25:08.636Z[ host-image] Dec 20 23:25:07.069 INFO O| Dec 20 23:25:07.069 INFO copying /tmp/.tmpMH33g0/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 ...
97182024-12-20T23:25:08.636Z[ host-image] Dec 20 23:25:07.069 INFO O| Dec 20 23:25:07.069 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
97192024-12-20T23:25:08.638Z[ host-image] Dec 20 23:25:07.069 INFO O| Dec 20 23:25:07.069 INFO ok!
97202024-12-20T23:25:08.638Z[ host-image] Dec 20 23:25:07.069 INFO O| Dec 20 23:25:07.069 INFO STEP 99 (ensure_file) COMPLETE
97212024-12-20T23:25:08.638Z[ host-image] Dec 20 23:25:07.069 INFO O| Dec 20 23:25:07.069 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97222024-12-20T23:25:08.649Z[ host-image] Dec 20 23:25:07.078 INFO O| Dec 20 23:25:07.078 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
97232024-12-20T23:25:08.649Z[ host-image] Dec 20 23:25:07.078 INFO O| Dec 20 23:25:07.078 INFO copying /tmp/.tmpMH33g0/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 ...
97242024-12-20T23:25:08.653Z[ host-image] Dec 20 23:25:07.078 INFO O| Dec 20 23:25:07.078 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
97252024-12-20T23:25:08.654Z[ host-image] Dec 20 23:25:07.078 INFO O| Dec 20 23:25:07.078 INFO ok!
97262024-12-20T23:25:08.654Z[ host-image] Dec 20 23:25:07.078 INFO O| Dec 20 23:25:07.078 INFO STEP 100 (ensure_file) COMPLETE
97272024-12-20T23:25:08.654Z[ host-image] Dec 20 23:25:07.078 INFO O| Dec 20 23:25:07.078 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97282024-12-20T23:25:08.659Z[ host-image] Dec 20 23:25:07.088 INFO O| Dec 20 23:25:07.088 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
97292024-12-20T23:25:08.659Z[ host-image] Dec 20 23:25:07.088 INFO O| Dec 20 23:25:07.088 INFO copying /tmp/.tmpMH33g0/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
97302024-12-20T23:25:08.659Z[ host-image] Dec 20 23:25:07.088 INFO O| Dec 20 23:25:07.088 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
97312024-12-20T23:25:08.659Z[ host-image] Dec 20 23:25:07.088 INFO O| Dec 20 23:25:07.088 INFO ok!
97322024-12-20T23:25:08.659Z[ host-image] Dec 20 23:25:07.088 INFO O| Dec 20 23:25:07.088 INFO STEP 101 (ensure_file) COMPLETE
97332024-12-20T23:25:08.659Z[ host-image] Dec 20 23:25:07.088 INFO O| Dec 20 23:25:07.088 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97342024-12-20T23:25:08.665Z[ host-image] Dec 20 23:25:07.097 INFO O| Dec 20 23:25:07.097 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
97352024-12-20T23:25:08.667Z[ host-image] Dec 20 23:25:07.097 INFO O| Dec 20 23:25:07.097 INFO copying /tmp/.tmpMH33g0/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 ...
97362024-12-20T23:25:08.667Z[ host-image] Dec 20 23:25:07.097 INFO O| Dec 20 23:25:07.097 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
97372024-12-20T23:25:08.667Z[ host-image] Dec 20 23:25:07.097 INFO O| Dec 20 23:25:07.097 INFO ok!
97382024-12-20T23:25:08.668Z[ host-image] Dec 20 23:25:07.097 INFO O| Dec 20 23:25:07.097 INFO STEP 102 (ensure_file) COMPLETE
97392024-12-20T23:25:08.668Z[ host-image] Dec 20 23:25:07.097 INFO O| Dec 20 23:25:07.097 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97402024-12-20T23:25:08.674Z[ host-image] Dec 20 23:25:07.107 INFO O| Dec 20 23:25:07.107 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
97412024-12-20T23:25:08.675Z[ host-image] Dec 20 23:25:07.107 INFO O| Dec 20 23:25:07.107 INFO copying /tmp/.tmpMH33g0/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 ...
97422024-12-20T23:25:08.677Z[ host-image] Dec 20 23:25:07.107 INFO O| Dec 20 23:25:07.107 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
97432024-12-20T23:25:08.677Z[ host-image] Dec 20 23:25:07.107 INFO O| Dec 20 23:25:07.107 INFO ok!
97442024-12-20T23:25:08.677Z[ host-image] Dec 20 23:25:07.107 INFO O| Dec 20 23:25:07.107 INFO STEP 103 (ensure_file) COMPLETE
97452024-12-20T23:25:08.677Z[ host-image] Dec 20 23:25:07.107 INFO O| Dec 20 23:25:07.107 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97462024-12-20T23:25:08.684Z[ host-image] Dec 20 23:25:07.117 INFO O| Dec 20 23:25:07.117 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
97472024-12-20T23:25:08.687Z[ host-image] Dec 20 23:25:07.117 INFO O| Dec 20 23:25:07.117 INFO copying /tmp/.tmpMH33g0/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 ...
97482024-12-20T23:25:08.687Z[ host-image] Dec 20 23:25:07.117 INFO O| Dec 20 23:25:07.117 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
97492024-12-20T23:25:08.687Z[ host-image] Dec 20 23:25:07.117 INFO O| Dec 20 23:25:07.117 INFO ok!
97502024-12-20T23:25:08.687Z[ host-image] Dec 20 23:25:07.117 INFO O| Dec 20 23:25:07.117 INFO STEP 104 (ensure_file) COMPLETE
97512024-12-20T23:25:08.687Z[ host-image] Dec 20 23:25:07.117 INFO O| Dec 20 23:25:07.117 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97522024-12-20T23:25:08.694Z[ host-image] Dec 20 23:25:07.127 INFO O| Dec 20 23:25:07.127 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
97532024-12-20T23:25:08.694Z[ host-image] Dec 20 23:25:07.127 INFO O| Dec 20 23:25:07.127 INFO copying /tmp/.tmpMH33g0/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 ...
97542024-12-20T23:25:08.697Z[ host-image] Dec 20 23:25:07.127 INFO O| Dec 20 23:25:07.127 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
97552024-12-20T23:25:08.697Z[ host-image] Dec 20 23:25:07.127 INFO O| Dec 20 23:25:07.127 INFO ok!
97562024-12-20T23:25:08.697Z[ host-image] Dec 20 23:25:07.127 INFO O| Dec 20 23:25:07.127 INFO STEP 105 (ensure_file) COMPLETE
97572024-12-20T23:25:08.697Z[ host-image] Dec 20 23:25:07.127 INFO O| Dec 20 23:25:07.127 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97582024-12-20T23:25:08.704Z[ host-image] Dec 20 23:25:07.137 INFO O| Dec 20 23:25:07.137 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
97592024-12-20T23:25:08.704Z[ host-image] Dec 20 23:25:07.137 INFO O| Dec 20 23:25:07.137 INFO copying /tmp/.tmpMH33g0/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 ...
97602024-12-20T23:25:08.706Z[ host-image] Dec 20 23:25:07.137 INFO O| Dec 20 23:25:07.137 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
97612024-12-20T23:25:08.706Z[ host-image] Dec 20 23:25:07.137 INFO O| Dec 20 23:25:07.137 INFO ok!
97622024-12-20T23:25:08.706Z[ host-image] Dec 20 23:25:07.137 INFO O| Dec 20 23:25:07.137 INFO STEP 106 (ensure_file) COMPLETE
97632024-12-20T23:25:08.706Z[ host-image] Dec 20 23:25:07.137 INFO O| Dec 20 23:25:07.137 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97642024-12-20T23:25:08.714Z[ host-image] Dec 20 23:25:07.147 INFO O| Dec 20 23:25:07.147 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
97652024-12-20T23:25:08.714Z[ host-image] Dec 20 23:25:07.147 INFO O| Dec 20 23:25:07.147 INFO copying /tmp/.tmpMH33g0/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 ...
97662024-12-20T23:25:08.717Z[ host-image] Dec 20 23:25:07.147 INFO O| Dec 20 23:25:07.147 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
97672024-12-20T23:25:08.717Z[ host-image] Dec 20 23:25:07.147 INFO O| Dec 20 23:25:07.147 INFO ok!
97682024-12-20T23:25:08.717Z[ host-image] Dec 20 23:25:07.147 INFO O| Dec 20 23:25:07.147 INFO STEP 107 (ensure_file) COMPLETE
97692024-12-20T23:25:08.718Z[ host-image] Dec 20 23:25:07.147 INFO O| Dec 20 23:25:07.147 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97702024-12-20T23:25:08.724Z[ host-image] Dec 20 23:25:07.157 INFO O| Dec 20 23:25:07.157 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
97712024-12-20T23:25:08.724Z[ host-image] Dec 20 23:25:07.157 INFO O| Dec 20 23:25:07.157 INFO copying /tmp/.tmpMH33g0/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 ...
97722024-12-20T23:25:08.727Z[ host-image] Dec 20 23:25:07.157 INFO O| Dec 20 23:25:07.157 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
97732024-12-20T23:25:08.727Z[ host-image] Dec 20 23:25:07.157 INFO O| Dec 20 23:25:07.157 INFO ok!
97742024-12-20T23:25:08.727Z[ host-image] Dec 20 23:25:07.157 INFO O| Dec 20 23:25:07.157 INFO STEP 108 (ensure_file) COMPLETE
97752024-12-20T23:25:08.727Z[ host-image] Dec 20 23:25:07.157 INFO O| Dec 20 23:25:07.157 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97762024-12-20T23:25:08.734Z[ host-image] Dec 20 23:25:07.167 INFO O| Dec 20 23:25:07.167 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
97772024-12-20T23:25:08.734Z[ host-image] Dec 20 23:25:07.167 INFO O| Dec 20 23:25:07.167 INFO copying /tmp/.tmpMH33g0/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 ...
97782024-12-20T23:25:08.736Z[ host-image] Dec 20 23:25:07.167 INFO O| Dec 20 23:25:07.167 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
97792024-12-20T23:25:08.736Z[ host-image] Dec 20 23:25:07.167 INFO O| Dec 20 23:25:07.167 INFO ok!
97802024-12-20T23:25:08.736Z[ host-image] Dec 20 23:25:07.167 INFO O| Dec 20 23:25:07.167 INFO STEP 109 (ensure_file) COMPLETE
97812024-12-20T23:25:08.736Z[ host-image] Dec 20 23:25:07.167 INFO O| Dec 20 23:25:07.167 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97822024-12-20T23:25:08.744Z[ host-image] Dec 20 23:25:07.177 INFO O| Dec 20 23:25:07.177 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
97832024-12-20T23:25:08.744Z[ host-image] Dec 20 23:25:07.177 INFO O| Dec 20 23:25:07.177 INFO copying /tmp/.tmpMH33g0/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 ...
97842024-12-20T23:25:08.744Z[ host-image] Dec 20 23:25:07.177 INFO O| Dec 20 23:25:07.177 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
97852024-12-20T23:25:08.747Z[ host-image] Dec 20 23:25:07.177 INFO O| Dec 20 23:25:07.177 INFO ok!
97862024-12-20T23:25:08.747Z[ host-image] Dec 20 23:25:07.177 INFO O| Dec 20 23:25:07.177 INFO STEP 110 (ensure_file) COMPLETE
97872024-12-20T23:25:08.747Z[ host-image] Dec 20 23:25:07.177 INFO O| Dec 20 23:25:07.177 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97882024-12-20T23:25:08.754Z[ host-image] Dec 20 23:25:07.187 INFO O| Dec 20 23:25:07.186 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
97892024-12-20T23:25:08.756Z[ host-image] Dec 20 23:25:07.187 INFO O| Dec 20 23:25:07.186 INFO copying /tmp/.tmpMH33g0/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 ...
97902024-12-20T23:25:08.756Z[ host-image] Dec 20 23:25:07.187 INFO O| Dec 20 23:25:07.187 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
97912024-12-20T23:25:08.756Z[ host-image] Dec 20 23:25:07.187 INFO O| Dec 20 23:25:07.187 INFO ok!
97922024-12-20T23:25:08.756Z[ host-image] Dec 20 23:25:07.187 INFO O| Dec 20 23:25:07.187 INFO STEP 111 (ensure_file) COMPLETE
97932024-12-20T23:25:08.756Z[ host-image] Dec 20 23:25:07.187 INFO O| Dec 20 23:25:07.187 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97942024-12-20T23:25:08.764Z[ host-image] Dec 20 23:25:07.197 INFO O| Dec 20 23:25:07.197 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
97952024-12-20T23:25:08.764Z[ host-image] Dec 20 23:25:07.197 INFO O| Dec 20 23:25:07.197 INFO copying /tmp/.tmpMH33g0/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 ...
97962024-12-20T23:25:08.765Z[ host-image] Dec 20 23:25:07.197 INFO O| Dec 20 23:25:07.197 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
97972024-12-20T23:25:08.767Z[ host-image] Dec 20 23:25:07.197 INFO O| Dec 20 23:25:07.197 INFO ok!
97982024-12-20T23:25:08.767Z[ host-image] Dec 20 23:25:07.197 INFO O| Dec 20 23:25:07.197 INFO STEP 112 (ensure_file) COMPLETE
97992024-12-20T23:25:08.767Z[ host-image] Dec 20 23:25:07.197 INFO O| Dec 20 23:25:07.197 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98002024-12-20T23:25:08.775Z[ host-image] Dec 20 23:25:07.207 INFO O| Dec 20 23:25:07.207 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist
98012024-12-20T23:25:08.775Z[ host-image] Dec 20 23:25:07.207 INFO O| Dec 20 23:25:07.207 INFO copying /tmp/.tmpMH33g0/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 ...
98022024-12-20T23:25:08.775Z[ host-image] Dec 20 23:25:07.207 INFO O| Dec 20 23:25:07.207 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d
98032024-12-20T23:25:08.777Z[ host-image] Dec 20 23:25:07.207 INFO O| Dec 20 23:25:07.207 INFO ok!
98042024-12-20T23:25:08.777Z[ host-image] Dec 20 23:25:07.207 INFO O| Dec 20 23:25:07.207 INFO STEP 113 (ensure_file) COMPLETE
98052024-12-20T23:25:08.777Z[ host-image] Dec 20 23:25:07.207 INFO O| Dec 20 23:25:07.207 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98062024-12-20T23:25:08.785Z[ host-image] Dec 20 23:25:07.217 INFO O| Dec 20 23:25:07.217 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
98072024-12-20T23:25:08.785Z[ host-image] Dec 20 23:25:07.217 INFO O| Dec 20 23:25:07.217 INFO copying /tmp/.tmpMH33g0/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 ...
98082024-12-20T23:25:08.787Z[ host-image] Dec 20 23:25:07.217 INFO O| Dec 20 23:25:07.217 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
98092024-12-20T23:25:08.787Z[ host-image] Dec 20 23:25:07.217 INFO O| Dec 20 23:25:07.217 INFO ok!
98102024-12-20T23:25:08.787Z[ host-image] Dec 20 23:25:07.217 INFO O| Dec 20 23:25:07.217 INFO STEP 114 (ensure_file) COMPLETE
98112024-12-20T23:25:08.787Z[ host-image] Dec 20 23:25:07.217 INFO O| Dec 20 23:25:07.217 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98122024-12-20T23:25:08.794Z[ host-image] Dec 20 23:25:07.227 INFO O| Dec 20 23:25:07.227 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist
98132024-12-20T23:25:08.794Z[ host-image] Dec 20 23:25:07.227 INFO O| Dec 20 23:25:07.227 INFO copying /tmp/.tmpMH33g0/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 ...
98142024-12-20T23:25:08.794Z[ host-image] Dec 20 23:25:07.227 INFO O| Dec 20 23:25:07.227 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d
98152024-12-20T23:25:08.794Z[ host-image] Dec 20 23:25:07.227 INFO O| Dec 20 23:25:07.227 INFO ok!
98162024-12-20T23:25:08.797Z[ host-image] Dec 20 23:25:07.227 INFO O| Dec 20 23:25:07.227 INFO STEP 115 (ensure_file) COMPLETE
98172024-12-20T23:25:08.797Z[ host-image] Dec 20 23:25:07.227 INFO O| Dec 20 23:25:07.227 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98182024-12-20T23:25:08.804Z[ host-image] Dec 20 23:25:07.237 INFO O| Dec 20 23:25:07.237 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
98192024-12-20T23:25:08.804Z[ host-image] Dec 20 23:25:07.237 INFO O| Dec 20 23:25:07.237 INFO copying /tmp/.tmpMH33g0/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 ...
98202024-12-20T23:25:08.808Z[ host-image] Dec 20 23:25:07.237 INFO O| Dec 20 23:25:07.237 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
98212024-12-20T23:25:08.808Z[ host-image] Dec 20 23:25:07.237 INFO O| Dec 20 23:25:07.237 INFO ok!
98222024-12-20T23:25:08.808Z[ host-image] Dec 20 23:25:07.237 INFO O| Dec 20 23:25:07.237 INFO STEP 116 (ensure_file) COMPLETE
98232024-12-20T23:25:08.808Z[ host-image] Dec 20 23:25:07.237 INFO O| Dec 20 23:25:07.237 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98242024-12-20T23:25:08.813Z[ host-image] Dec 20 23:25:07.246 INFO O| Dec 20 23:25:07.246 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
98252024-12-20T23:25:08.813Z[ host-image] Dec 20 23:25:07.246 INFO O| Dec 20 23:25:07.246 INFO copying /tmp/.tmpMH33g0/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 ...
98262024-12-20T23:25:08.816Z[ host-image] Dec 20 23:25:07.246 INFO O| Dec 20 23:25:07.246 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
98272024-12-20T23:25:08.816Z[ host-image] Dec 20 23:25:07.246 INFO O| Dec 20 23:25:07.246 INFO ok!
98282024-12-20T23:25:08.816Z[ host-image] Dec 20 23:25:07.246 INFO O| Dec 20 23:25:07.246 INFO STEP 117 (ensure_file) COMPLETE
98292024-12-20T23:25:08.816Z[ host-image] Dec 20 23:25:07.246 INFO O| Dec 20 23:25:07.246 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98302024-12-20T23:25:08.823Z[ host-image] Dec 20 23:25:07.256 INFO O| Dec 20 23:25:07.256 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
98312024-12-20T23:25:08.823Z[ host-image] Dec 20 23:25:07.256 INFO O| Dec 20 23:25:07.256 INFO copying /tmp/.tmpMH33g0/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
98322024-12-20T23:25:08.826Z[ host-image] Dec 20 23:25:07.256 INFO O| Dec 20 23:25:07.256 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
98332024-12-20T23:25:08.826Z[ host-image] Dec 20 23:25:07.256 INFO O| Dec 20 23:25:07.256 INFO ok!
98342024-12-20T23:25:08.826Z[ host-image] Dec 20 23:25:07.256 INFO O| Dec 20 23:25:07.256 INFO STEP 118 (ensure_file) COMPLETE
98352024-12-20T23:25:08.826Z[ host-image] Dec 20 23:25:07.256 INFO O| Dec 20 23:25:07.256 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98362024-12-20T23:25:08.833Z[ host-image] Dec 20 23:25:07.265 INFO O| Dec 20 23:25:07.265 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
98372024-12-20T23:25:08.833Z[ host-image] Dec 20 23:25:07.265 INFO O| Dec 20 23:25:07.265 INFO copying /tmp/.tmpMH33g0/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 ...
98382024-12-20T23:25:08.836Z[ host-image] Dec 20 23:25:07.265 INFO O| Dec 20 23:25:07.265 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
98392024-12-20T23:25:08.836Z[ host-image] Dec 20 23:25:07.266 INFO O| Dec 20 23:25:07.265 INFO ok!
98402024-12-20T23:25:08.836Z[ host-image] Dec 20 23:25:07.266 INFO O| Dec 20 23:25:07.265 INFO STEP 119 (ensure_file) COMPLETE
98412024-12-20T23:25:08.836Z[ host-image] Dec 20 23:25:07.266 INFO O| Dec 20 23:25:07.265 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98422024-12-20T23:25:08.842Z[ host-image] Dec 20 23:25:07.275 INFO O| Dec 20 23:25:07.275 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
98432024-12-20T23:25:08.842Z[ host-image] Dec 20 23:25:07.275 INFO O| Dec 20 23:25:07.275 INFO copying /tmp/.tmpMH33g0/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
98442024-12-20T23:25:08.845Z[ host-image] Dec 20 23:25:07.275 INFO O| Dec 20 23:25:07.275 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
98452024-12-20T23:25:08.845Z[ host-image] Dec 20 23:25:07.275 INFO O| Dec 20 23:25:07.275 INFO ok!
98462024-12-20T23:25:08.845Z[ host-image] Dec 20 23:25:07.275 INFO O| Dec 20 23:25:07.275 INFO STEP 120 (ensure_file) COMPLETE
98472024-12-20T23:25:08.845Z[ host-image] Dec 20 23:25:07.275 INFO O| Dec 20 23:25:07.275 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98482024-12-20T23:25:08.852Z[ host-image] Dec 20 23:25:07.285 INFO O| Dec 20 23:25:07.285 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
98492024-12-20T23:25:08.852Z[ host-image] Dec 20 23:25:07.285 INFO O| Dec 20 23:25:07.285 INFO copying /tmp/.tmpMH33g0/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
98502024-12-20T23:25:12.120Z[ host-image] Dec 20 23:25:10.552 INFO O| Dec 20 23:25:10.552 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
98512024-12-20T23:25:12.121Z[ host-image] Dec 20 23:25:10.552 INFO O| Dec 20 23:25:10.552 INFO ok!
98522024-12-20T23:25:12.124Z[ host-image] Dec 20 23:25:10.552 INFO O| Dec 20 23:25:10.552 INFO STEP 121 (ensure_file) COMPLETE
98532024-12-20T23:25:12.124Z[ host-image] Dec 20 23:25:10.552 INFO O| Dec 20 23:25:10.552 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98542024-12-20T23:25:12.131Z[ host-image] Dec 20 23:25:10.563 INFO O| Dec 20 23:25:10.563 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
98552024-12-20T23:25:12.137Z[ host-image] Dec 20 23:25:10.563 INFO O| Dec 20 23:25:10.563 INFO STEP 122 (ensure_dir) COMPLETE
98562024-12-20T23:25:12.137Z[ host-image] Dec 20 23:25:10.563 INFO O| Dec 20 23:25:10.563 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98572024-12-20T23:25:12.141Z[ host-image] Dec 20 23:25:10.574 INFO O| Dec 20 23:25:10.574 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
98582024-12-20T23:25:12.141Z[ host-image] Dec 20 23:25:10.574 INFO O| Dec 20 23:25:10.574 INFO STEP 123 (ensure_dir) COMPLETE
98592024-12-20T23:25:12.144Z[ host-image] Dec 20 23:25:10.574 INFO O| Dec 20 23:25:10.574 INFO STEP 124: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98602024-12-20T23:25:12.152Z[ host-image] Dec 20 23:25:10.583 INFO O| Dec 20 23:25:10.583 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
98612024-12-20T23:25:12.152Z[ host-image] Dec 20 23:25:10.584 INFO O| Dec 20 23:25:10.583 INFO STEP 124 (ensure_dir) COMPLETE
98622024-12-20T23:25:12.152Z[ host-image] Dec 20 23:25:10.584 INFO O| Dec 20 23:25:10.583 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98632024-12-20T23:25:12.163Z[ host-image] Dec 20 23:25:10.593 INFO O| Dec 20 23:25:10.593 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
98642024-12-20T23:25:12.163Z[ host-image] Dec 20 23:25:10.593 INFO O| Dec 20 23:25:10.593 INFO STEP 125 (ensure_dir) COMPLETE
98652024-12-20T23:25:12.163Z[ host-image] Dec 20 23:25:10.593 INFO O| Dec 20 23:25:10.593 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98662024-12-20T23:25:12.171Z[ host-image] Dec 20 23:25:10.603 INFO O| Dec 20 23:25:10.603 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
98672024-12-20T23:25:12.171Z[ host-image] Dec 20 23:25:10.603 INFO O| Dec 20 23:25:10.603 INFO copying /tmp/.tmpMH33g0/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 ...
98682024-12-20T23:25:12.176Z[ host-image] Dec 20 23:25:10.603 INFO O| Dec 20 23:25:10.603 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
98692024-12-20T23:25:12.177Z[ host-image] Dec 20 23:25:10.603 INFO O| Dec 20 23:25:10.603 INFO ok!
98702024-12-20T23:25:12.177Z[ host-image] Dec 20 23:25:10.603 INFO O| Dec 20 23:25:10.603 INFO STEP 126 (ensure_file) COMPLETE
98712024-12-20T23:25:12.177Z[ host-image] Dec 20 23:25:10.603 INFO O| Dec 20 23:25:10.603 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98722024-12-20T23:25:12.181Z[ host-image] Dec 20 23:25:10.613 INFO O| Dec 20 23:25:10.613 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
98732024-12-20T23:25:12.181Z[ host-image] Dec 20 23:25:10.613 INFO O| Dec 20 23:25:10.613 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
98742024-12-20T23:25:12.184Z[ host-image] Dec 20 23:25:10.613 INFO O| Dec 20 23:25:10.613 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
98752024-12-20T23:25:12.184Z[ host-image] Dec 20 23:25:10.613 INFO O| Dec 20 23:25:10.613 INFO STEP 127 (ensure_dir) COMPLETE
98762024-12-20T23:25:12.184Z[ host-image] Dec 20 23:25:10.613 INFO O| Dec 20 23:25:10.613 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98772024-12-20T23:25:12.191Z[ host-image] Dec 20 23:25:10.623 INFO O| Dec 20 23:25:10.623 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
98782024-12-20T23:25:12.191Z[ host-image] Dec 20 23:25:10.623 INFO O| Dec 20 23:25:10.623 INFO copying /tmp/.tmpMH33g0/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
98792024-12-20T23:25:12.193Z[ host-image] Dec 20 23:25:10.623 INFO O| Dec 20 23:25:10.623 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
98802024-12-20T23:25:12.193Z[ host-image] Dec 20 23:25:10.623 INFO O| Dec 20 23:25:10.623 INFO ok!
98812024-12-20T23:25:12.193Z[ host-image] Dec 20 23:25:10.623 INFO O| Dec 20 23:25:10.623 INFO STEP 128 (ensure_file) COMPLETE
98822024-12-20T23:25:12.193Z[ host-image] Dec 20 23:25:10.623 INFO O| Dec 20 23:25:10.623 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98832024-12-20T23:25:12.201Z[ host-image] Dec 20 23:25:10.633 INFO O| Dec 20 23:25:10.633 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
98842024-12-20T23:25:12.203Z[ host-image] Dec 20 23:25:10.633 INFO O| Dec 20 23:25:10.633 INFO STEP 129 (remove_files) COMPLETE
98852024-12-20T23:25:12.203Z[ host-image] Dec 20 23:25:10.633 INFO O| Dec 20 23:25:10.633 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98862024-12-20T23:25:12.210Z[ host-image] Dec 20 23:25:10.642 INFO O| Dec 20 23:25:10.642 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
98872024-12-20T23:25:12.212Z[ host-image] Dec 20 23:25:10.643 INFO O| Dec 20 23:25:10.643 INFO STEP 130 (remove_files) COMPLETE
98882024-12-20T23:25:12.213Z[ host-image] Dec 20 23:25:10.643 INFO O| Dec 20 23:25:10.643 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98892024-12-20T23:25:12.220Z[ host-image] Dec 20 23:25:10.652 INFO O| Dec 20 23:25:10.652 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
98902024-12-20T23:25:12.223Z[ host-image] Dec 20 23:25:10.653 INFO O| Dec 20 23:25:10.652 INFO STEP 131 (remove_files) COMPLETE
98912024-12-20T23:25:12.223Z[ host-image] Dec 20 23:25:10.653 INFO O| Dec 20 23:25:10.653 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98922024-12-20T23:25:12.231Z[ host-image] Dec 20 23:25:10.663 INFO O| Dec 20 23:25:10.663 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
98932024-12-20T23:25:12.234Z[ host-image] Dec 20 23:25:10.663 INFO O| Dec 20 23:25:10.663 INFO STEP 132 (remove_files) COMPLETE
98942024-12-20T23:25:12.234Z[ host-image] Dec 20 23:25:10.663 INFO O| Dec 20 23:25:10.663 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98952024-12-20T23:25:12.240Z[ host-image] Dec 20 23:25:10.673 INFO O| Dec 20 23:25:10.673 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
98962024-12-20T23:25:12.243Z[ host-image] Dec 20 23:25:10.673 INFO O| Dec 20 23:25:10.673 INFO STEP 133 (remove_files) COMPLETE
98972024-12-20T23:25:12.243Z[ host-image] Dec 20 23:25:10.673 INFO O| Dec 20 23:25:10.673 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98982024-12-20T23:25:12.251Z[ host-image] Dec 20 23:25:10.683 INFO O| Dec 20 23:25:10.683 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
98992024-12-20T23:25:12.254Z[ host-image] Dec 20 23:25:10.683 INFO O| Dec 20 23:25:10.683 INFO STEP 134 (remove_files) COMPLETE
99002024-12-20T23:25:12.254Z[ host-image] Dec 20 23:25:10.683 INFO O| Dec 20 23:25:10.683 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99012024-12-20T23:25:12.260Z[ host-image] Dec 20 23:25:10.692 INFO O| Dec 20 23:25:10.692 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
99022024-12-20T23:25:12.260Z[ host-image] Dec 20 23:25:10.693 INFO O| Dec 20 23:25:10.692 INFO STEP 135 (remove_files) COMPLETE
99032024-12-20T23:25:12.262Z[ host-image] Dec 20 23:25:10.693 INFO O| Dec 20 23:25:10.693 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99042024-12-20T23:25:12.270Z[ host-image] Dec 20 23:25:10.702 INFO O| Dec 20 23:25:10.702 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
99052024-12-20T23:25:12.272Z[ host-image] Dec 20 23:25:10.702 INFO O| Dec 20 23:25:10.702 INFO STEP 136 (remove_files) COMPLETE
99062024-12-20T23:25:12.272Z[ host-image] Dec 20 23:25:10.702 INFO O| Dec 20 23:25:10.702 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99072024-12-20T23:25:12.280Z[ host-image] Dec 20 23:25:10.712 INFO O| Dec 20 23:25:10.712 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
99082024-12-20T23:25:12.280Z[ host-image] Dec 20 23:25:10.712 INFO O| Dec 20 23:25:10.712 INFO STEP 137 (remove_files) COMPLETE
99092024-12-20T23:25:12.282Z[ host-image] Dec 20 23:25:10.712 INFO O| Dec 20 23:25:10.712 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99102024-12-20T23:25:12.290Z[ host-image] Dec 20 23:25:10.722 INFO O| Dec 20 23:25:10.722 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
99112024-12-20T23:25:12.290Z[ host-image] Dec 20 23:25:10.722 INFO O| Dec 20 23:25:10.722 INFO STEP 138 (remove_files) COMPLETE
99122024-12-20T23:25:12.293Z[ host-image] Dec 20 23:25:10.722 INFO O| Dec 20 23:25:10.722 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99132024-12-20T23:25:12.299Z[ host-image] Dec 20 23:25:10.731 INFO O| Dec 20 23:25:10.731 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
99142024-12-20T23:25:12.299Z[ host-image] Dec 20 23:25:10.731 INFO O| Dec 20 23:25:10.731 INFO STEP 139 (remove_files) COMPLETE
99152024-12-20T23:25:12.299Z[ host-image] Dec 20 23:25:10.731 INFO O| Dec 20 23:25:10.731 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99162024-12-20T23:25:12.309Z[ host-image] Dec 20 23:25:10.741 INFO O| Dec 20 23:25:10.741 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
99172024-12-20T23:25:12.309Z[ host-image] Dec 20 23:25:10.741 INFO O| Dec 20 23:25:10.741 INFO STEP 140 (remove_files) COMPLETE
99182024-12-20T23:25:12.312Z[ host-image] Dec 20 23:25:10.741 INFO O| Dec 20 23:25:10.741 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99192024-12-20T23:25:12.319Z[ host-image] Dec 20 23:25:10.751 INFO O| Dec 20 23:25:10.751 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
99202024-12-20T23:25:12.319Z[ host-image] Dec 20 23:25:10.751 INFO O| Dec 20 23:25:10.751 INFO STEP 141 (remove_files) COMPLETE
99212024-12-20T23:25:12.319Z[ host-image] Dec 20 23:25:10.751 INFO O| Dec 20 23:25:10.751 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99222024-12-20T23:25:12.328Z[ host-image] Dec 20 23:25:10.761 INFO O| Dec 20 23:25:10.761 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
99232024-12-20T23:25:12.331Z[ host-image] Dec 20 23:25:10.761 INFO O| Dec 20 23:25:10.761 INFO STEP 142 (remove_files) COMPLETE
99242024-12-20T23:25:12.331Z[ host-image] Dec 20 23:25:10.761 INFO O| Dec 20 23:25:10.761 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99252024-12-20T23:25:12.339Z[ host-image] Dec 20 23:25:10.771 INFO O| Dec 20 23:25:10.771 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
99262024-12-20T23:25:12.341Z[ host-image] Dec 20 23:25:10.771 INFO O| Dec 20 23:25:10.771 INFO STEP 143 (remove_files) COMPLETE
99272024-12-20T23:25:12.341Z[ host-image] Dec 20 23:25:10.771 INFO O| Dec 20 23:25:10.771 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99282024-12-20T23:25:12.349Z[ host-image] Dec 20 23:25:10.781 INFO O| Dec 20 23:25:10.781 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
99292024-12-20T23:25:12.349Z[ host-image] Dec 20 23:25:10.781 INFO O| Dec 20 23:25:10.781 INFO STEP 144 (remove_files) COMPLETE
99302024-12-20T23:25:12.354Z[ host-image] Dec 20 23:25:10.781 INFO O| Dec 20 23:25:10.781 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99312024-12-20T23:25:12.359Z[ host-image] Dec 20 23:25:10.791 INFO O| Dec 20 23:25:10.791 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
99322024-12-20T23:25:12.359Z[ host-image] Dec 20 23:25:10.791 INFO O| Dec 20 23:25:10.791 INFO STEP 145 (remove_files) COMPLETE
99332024-12-20T23:25:12.362Z[ host-image] Dec 20 23:25:10.791 INFO O| Dec 20 23:25:10.791 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99342024-12-20T23:25:12.368Z[ host-image] Dec 20 23:25:10.801 INFO O| Dec 20 23:25:10.801 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
99352024-12-20T23:25:12.371Z[ host-image] Dec 20 23:25:10.801 INFO O| Dec 20 23:25:10.801 INFO STEP 146 (remove_files) COMPLETE
99362024-12-20T23:25:12.371Z[ host-image] Dec 20 23:25:10.801 INFO O| Dec 20 23:25:10.801 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99372024-12-20T23:25:12.378Z[ host-image] Dec 20 23:25:10.810 INFO O| Dec 20 23:25:10.810 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
99382024-12-20T23:25:12.380Z[ host-image] Dec 20 23:25:10.811 INFO O| Dec 20 23:25:10.810 INFO STEP 147 (remove_files) COMPLETE
99392024-12-20T23:25:12.380Z[ host-image] Dec 20 23:25:10.811 INFO O| Dec 20 23:25:10.810 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99402024-12-20T23:25:12.388Z[ host-image] Dec 20 23:25:10.820 INFO O| Dec 20 23:25:10.820 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
99412024-12-20T23:25:12.388Z[ host-image] Dec 20 23:25:10.820 INFO O| Dec 20 23:25:10.820 INFO STEP 148 (remove_files) COMPLETE
99422024-12-20T23:25:12.390Z[ host-image] Dec 20 23:25:10.820 INFO O| Dec 20 23:25:10.820 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99432024-12-20T23:25:12.397Z[ host-image] Dec 20 23:25:10.830 INFO O| Dec 20 23:25:10.830 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
99442024-12-20T23:25:12.400Z[ host-image] Dec 20 23:25:10.830 INFO O| Dec 20 23:25:10.830 INFO STEP 149 (remove_files) COMPLETE
99452024-12-20T23:25:12.400Z[ host-image] Dec 20 23:25:10.830 INFO O| Dec 20 23:25:10.830 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99462024-12-20T23:25:12.408Z[ host-image] Dec 20 23:25:10.840 INFO O| Dec 20 23:25:10.840 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
99472024-12-20T23:25:12.408Z[ host-image] Dec 20 23:25:10.840 INFO O| Dec 20 23:25:10.840 INFO STEP 150 (remove_files) COMPLETE
99482024-12-20T23:25:12.410Z[ host-image] Dec 20 23:25:10.840 INFO O| Dec 20 23:25:10.840 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99492024-12-20T23:25:12.418Z[ host-image] Dec 20 23:25:10.850 INFO O| Dec 20 23:25:10.850 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
99502024-12-20T23:25:12.420Z[ host-image] Dec 20 23:25:10.850 INFO O| Dec 20 23:25:10.850 INFO STEP 151 (remove_files) COMPLETE
99512024-12-20T23:25:12.420Z[ host-image] Dec 20 23:25:10.850 INFO O| Dec 20 23:25:10.850 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99522024-12-20T23:25:12.427Z[ host-image] Dec 20 23:25:10.860 INFO O| Dec 20 23:25:10.860 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
99532024-12-20T23:25:12.427Z[ host-image] Dec 20 23:25:10.860 INFO O| Dec 20 23:25:10.860 INFO STEP 152 (remove_files) COMPLETE
99542024-12-20T23:25:12.430Z[ host-image] Dec 20 23:25:10.860 INFO O| Dec 20 23:25:10.860 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99552024-12-20T23:25:12.437Z[ host-image] Dec 20 23:25:10.869 INFO O| Dec 20 23:25:10.869 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
99562024-12-20T23:25:12.437Z[ host-image] Dec 20 23:25:10.869 INFO O| Dec 20 23:25:10.869 INFO STEP 153 (remove_files) COMPLETE
99572024-12-20T23:25:12.437Z[ host-image] Dec 20 23:25:10.869 INFO O| Dec 20 23:25:10.869 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99582024-12-20T23:25:12.447Z[ host-image] Dec 20 23:25:10.879 INFO O| Dec 20 23:25:10.879 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
99592024-12-20T23:25:12.447Z[ host-image] Dec 20 23:25:10.879 INFO O| Dec 20 23:25:10.879 INFO STEP 154 (remove_files) COMPLETE
99602024-12-20T23:25:12.451Z[ host-image] Dec 20 23:25:10.879 INFO O| Dec 20 23:25:10.879 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99612024-12-20T23:25:12.457Z[ host-image] Dec 20 23:25:10.889 INFO O| Dec 20 23:25:10.889 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
99622024-12-20T23:25:12.457Z[ host-image] Dec 20 23:25:10.889 INFO O| Dec 20 23:25:10.889 INFO STEP 155 (remove_files) COMPLETE
99632024-12-20T23:25:12.457Z[ host-image] Dec 20 23:25:10.889 INFO O| Dec 20 23:25:10.889 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99642024-12-20T23:25:12.466Z[ host-image] Dec 20 23:25:10.899 INFO O| Dec 20 23:25:10.899 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
99652024-12-20T23:25:12.466Z[ host-image] Dec 20 23:25:10.899 INFO O| Dec 20 23:25:10.899 INFO STEP 156 (remove_files) COMPLETE
99662024-12-20T23:25:12.469Z[ host-image] Dec 20 23:25:10.899 INFO O| Dec 20 23:25:10.899 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99672024-12-20T23:25:12.477Z[ host-image] Dec 20 23:25:10.909 INFO O| Dec 20 23:25:10.909 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
99682024-12-20T23:25:12.477Z[ host-image] Dec 20 23:25:10.909 INFO O| Dec 20 23:25:10.909 INFO STEP 157 (remove_files) COMPLETE
99692024-12-20T23:25:12.480Z[ host-image] Dec 20 23:25:10.909 INFO O| Dec 20 23:25:10.909 INFO STEP 158: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
99702024-12-20T23:25:12.491Z[ host-image] Dec 20 23:25:10.923 INFO O| Dec 20 23:25:10.923 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
99712024-12-20T23:25:12.491Z[ host-image] Dec 20 23:25:10.923 INFO O| Dec 20 23:25:10.923 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"}
99722024-12-20T23:25:19.665Z[ host-image] Dec 20 23:25:18.096 INFO O| Dec 20 23:25:18.096 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
99732024-12-20T23:25:19.665Z[ host-image] Dec 20 23:25:18.096 INFO O| Dec 20 23:25:18.096 INFO E| svccfg: Loaded 74 smf(7) service descriptions
99742024-12-20T23:25:19.679Z[ host-image] Dec 20 23:25:18.111 INFO O| Dec 20 23:25:18.111 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
99752024-12-20T23:25:19.758Z[ host-image] Dec 20 23:25:18.189 INFO O| Dec 20 23:25:18.189 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
99762024-12-20T23:25:19.758Z[ host-image] Dec 20 23:25:18.189 INFO O| Dec 20 23:25:18.189 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
99772024-12-20T23:25:19.761Z[ host-image] Dec 20 23:25:18.191 INFO O| Dec 20 23:25:18.191 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
99782024-12-20T23:25:19.761Z[ host-image] Dec 20 23:25:18.191 INFO O| Dec 20 23:25:18.191 INFO ok!
99792024-12-20T23:25:19.761Z[ host-image] Dec 20 23:25:18.191 INFO O| Dec 20 23:25:18.191 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
99802024-12-20T23:25:19.761Z[ host-image] Dec 20 23:25:18.191 INFO O| Dec 20 23:25:18.191 INFO STEP 158 (seed_smf) COMPLETE
99812024-12-20T23:25:19.761Z[ host-image] Dec 20 23:25:18.191 INFO O| Dec 20 23:25:18.191 INFO steps complete; finalising image!
99822024-12-20T23:25:19.761Z[ host-image] Dec 20 23:25:18.191 INFO O| Dec 20 23:25:18.191 INFO TRIM POOL: TEMPORARY-gimlet-zfs
99832024-12-20T23:25:19.897Z[ host-image] Dec 20 23:25:18.328 INFO O| Dec 20 23:25:18.328 INFO trim TEMPORARY-gimlet-zfs: (6% trimmed, started at Fri Dec 20 23:25:18 2024)
99842024-12-20T23:25:20.117Z[ host-image] Dec 20 23:25:18.549 INFO O| Dec 20 23:25:18.548 INFO temporary pool has 689M used, 143M avail, 1.82x compressratio
99852024-12-20T23:25:20.117Z[ host-image] Dec 20 23:25:18.549 INFO O| Dec 20 23:25:18.549 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
99862024-12-20T23:25:20.410Z[ host-image] Dec 20 23:25:18.841 INFO O| Dec 20 23:25:18.841 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
99872024-12-20T23:25:20.410Z[ host-image] Dec 20 23:25:18.841 INFO O| Dec 20 23:25:18.841 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
99882024-12-20T23:25:21.444Z[ host-image] Dec 20 23:25:19.875 INFO O| Dec 20 23:25:19.875 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
99892024-12-20T23:25:21.444Z[ host-image] Dec 20 23:25:19.875 INFO O| Dec 20 23:25:19.875 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
99902024-12-20T23:25:21.447Z[ host-image] Dec 20 23:25:19.875 INFO O| Dec 20 23:25:19.875 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
99912024-12-20T23:25:21.447Z[ host-image] Dec 20 23:25:19.875 INFO O| Dec 20 23:25:19.875 INFO completed processing gimlet/zfs
99922024-12-20T23:25:21.447Z[ host-image] Dec 20 23:25:19.875 INFO O| Dec 20 23:25:19.875 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
99932024-12-20T23:25:30.037Z[ host-image] Dec 20 23:25:28.467 INFO O| Dec 20 23:25:28.467 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
99942024-12-20T23:25:30.181Z[ host-image] Dec 20 23:25:28.611 INFO BUILD STRING "heads/stlouis-0-g37a4469737\n"
99952024-12-20T23:25:30.181Z[ host-image] Dec 20 23:25:28.611 INFO expanded image name: "ci 5f3f507/${os_short_commit} 2024-12-20 22:47" -> "ci 5f3f507/37a4469 2024-12-20 22:47"
99962024-12-20T23:25:30.184Z[ host-image] Dec 20 23:25:28.611 INFO output artefacts stored in: "/work/os-host"
99972024-12-20T23:25:30.184Z[ host-image] Dec 20 23:25:28.611 INFO collecting git info from project "chelsio-t6-roms"...
99982024-12-20T23:25:30.187Z[ host-image] Dec 20 23:25:28.617 INFO collecting git info from project "pilot"...
99992024-12-20T23:25:30.193Z[ host-image] Dec 20 23:25:28.622 INFO collecting git info from project "pinprick"...
100002024-12-20T23:25:30.196Z[ host-image] Dec 20 23:25:28.626 INFO collecting git info from project "image-builder"...
100012024-12-20T23:25:30.201Z[ host-image] Dec 20 23:25:28.631 INFO collecting git info from project "bootserver"...
100022024-12-20T23:25:30.205Z[ host-image] Dec 20 23:25:28.635 INFO collecting git info from project "amd-firmware"...
100032024-12-20T23:25:30.214Z[ host-image] Dec 20 23:25:28.644 INFO collecting git info from project "amd-host-image-builder"...
100042024-12-20T23:25:30.227Z[ host-image] Dec 20 23:25:28.658 INFO collecting git info from project "phbl"...
100052024-12-20T23:25:30.233Z[ host-image] Dec 20 23:25:28.662 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
100062024-12-20T23:25:30.589Z[ host-image] Dec 20 23:25:29.019 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
100072024-12-20T23:25:30.937Z[ host-image] Dec 20 23:25:29.367 INFO creating Oxide boot image...
100082024-12-20T23:25:30.937Z[ host-image] Dec 20 23:25:29.367 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 5f3f507/37a4469 2024-12-20 22:47", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
100092024-12-20T23:25:31.860Z[ host-image] Dec 20 23:25:30.290 INFO O| ok, image written!
100102024-12-20T23:25:31.860Z[ host-image] Dec 20 23:25:30.290 INFO O| ok, boot_image_csum file written!
100112024-12-20T23:25:31.863Z[ host-image] Dec 20 23:25:30.293 INFO creating boot archive (CPIO)...
100122024-12-20T23:25:31.863Z[ host-image] Dec 20 23:25:30.293 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
100132024-12-20T23:25:31.875Z[ host-image] Dec 20 23:25:30.305 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
100142024-12-20T23:25:31.878Z[ host-image] Dec 20 23:25:30.305 INFO E| + outfile=/work/os-host/cpio
100152024-12-20T23:25:31.878Z[ host-image] Dec 20 23:25:30.305 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
100162024-12-20T23:25:31.878Z[ host-image] Dec 20 23:25:30.307 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
100172024-12-20T23:25:31.878Z[ host-image] Dec 20 23:25:30.307 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
100182024-12-20T23:25:31.912Z[ host-image] Dec 20 23:25:30.342 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
100192024-12-20T23:25:31.915Z[ host-image] Dec 20 23:25:30.342 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
100202024-12-20T23:25:31.920Z[ host-image] Dec 20 23:25:30.350 INFO creating compressed cpio/unix for nanobl-rs...
100212024-12-20T23:25:31.920Z[ host-image] Dec 20 23:25:30.350 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
100222024-12-20T23:25:32.213Z[ host-image] Dec 20 23:25:30.643 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
100232024-12-20T23:25:36.558Z[ host-image] Dec 20 23:25:34.987 INFO creating reset image...
100242024-12-20T23:25:36.560Z[ host-image] Dec 20 23:25:34.988 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
100252024-12-20T23:25:36.649Z[ host-image] Dec 20 23:25:35.079 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
100262024-12-20T23:25:36.652Z[ host-image] Dec 20 23:25:35.080 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
100272024-12-20T23:25:36.703Z[ host-image] Dec 20 23:25:35.132 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
100282024-12-20T23:25:38.457Z[ host-image] Dec 20 23:25:36.886 INFO E| Finished `release` profile [optimized] target(s) in 1.79s
100292024-12-20T23:25:38.468Z[ host-image] Dec 20 23:25:36.897 INFO building host image...
100302024-12-20T23:25:38.470Z[ host-image] Dec 20 23:25:36.897 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")
100312024-12-20T23:25:38.946Z[ host-image] Dec 20 23:25:37.376 INFO finishing image archive at "/work/os-host/os.tar.gz"...
100322024-12-20T23:26:26.430Z[ host-image] Dec 20 23:26:24.852 INFO image complete! materials are in "/work/os-host"
100332024-12-20T23:26:26.437Z[ host-image]
100342024-12-20T23:26:26.437Z[ host-image] real 16:34.451004528
100352024-12-20T23:26:26.437Z[ host-image] user 6:15.530281967
100362024-12-20T23:26:26.437Z[ host-image] sys 58.376750689
100372024-12-20T23:26:26.438Z[ host-image] trap 0.229281108
100382024-12-20T23:26:26.438Z[ host-image] tflt 0.004896782
100392024-12-20T23:26:26.438Z[ host-image] dflt 0.069617511
100402024-12-20T23:26:26.438Z[ host-image] kflt 0.000367174
100412024-12-20T23:26:26.438Z[ host-image] lock 5:45.354860138
100422024-12-20T23:26:26.438Z[ host-image] slp 1:37:15.000250569
100432024-12-20T23:26:26.438Z[ host-image] lat 2:11.515832257
100442024-12-20T23:26:26.438Z[ host-image] stop 0.541968490
100452024-12-20T23:26:26.438ZDec 20 23:26:24.855 INFO [host-image] process exited with exit status: 0 (994.467671164s)
100462024-12-20T23:26:26.438ZDec 20 23:26:24.855 INFO [tuf-repo] running task
100472024-12-20T23:26:34.166ZDec 20 23:26:32.589 INFO assembling repository in `/tmp/tufaceouse1idtR`, component: OmicronRepoAssembler
100482024-12-20T23:26:39.226ZDec 20 23:26:37.648 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
100492024-12-20T23:26:39.570ZDec 20 23:26:37.992 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
100502024-12-20T23:26:52.642ZDec 20 23:26:51.061 INFO [tuf-repo] task succeeded (26.205532084s)
100512024-12-20T23:26:52.642ZDec 20 23:26:51.061 INFO all jobs completed in 2360.808279591s
100522024-12-20T23:26:53.232Zprocess exited: duration 3249460 ms, exit code 0
 
100532024-12-20T23:26:53.255Zfound 33 output files
100542024-12-20T23:26:53.255Zuploading: /work/manifest.toml (8404 bytes)
100552024-12-20T23:26:54.294Zuploaded: /work/manifest.toml
100562024-12-20T23:26:54.294Zuploading: /work/repo.zip (1958413249 bytes)
100572024-12-20T23:28:02.942Zuploaded: /work/repo.zip
100582024-12-20T23:28:02.955Zuploading: /work/repo.zip.sha256.txt (65 bytes)
100592024-12-20T23:28:04.011Zuploaded: /work/repo.zip.sha256.txt
100602024-12-20T23:28:04.011Zuploading: /work/helios-setup.log (66237 bytes)
100612024-12-20T23:28:05.027Zuploaded: /work/helios-setup.log
100622024-12-20T23:28:05.027Zuploading: /work/host-image.log (201203 bytes)
100632024-12-20T23:28:06.042Zuploaded: /work/host-image.log
100642024-12-20T23:28:06.043Zuploading: /work/host-package.log (22440 bytes)
100652024-12-20T23:28:07.052Zuploaded: /work/host-package.log
100662024-12-20T23:28:07.052Zuploading: /work/host-target.log (101 bytes)
100672024-12-20T23:28:08.059Zuploaded: /work/host-target.log
100682024-12-20T23:28:08.059Zuploading: /work/omicron-package.log (5666 bytes)
100692024-12-20T23:28:09.068Zuploaded: /work/omicron-package.log
100702024-12-20T23:28:09.068Zuploading: /work/phbl-toolchain.log (881 bytes)
100712024-12-20T23:28:10.078Zuploaded: /work/phbl-toolchain.log
100722024-12-20T23:28:10.078Zuploading: /work/recovery-image.log (595658 bytes)
100732024-12-20T23:28:11.100Zuploaded: /work/recovery-image.log
100742024-12-20T23:28:11.100Zuploading: /work/recovery-package.log (321 bytes)
100752024-12-20T23:28:12.111Zuploaded: /work/recovery-package.log
100762024-12-20T23:28:12.112Zuploading: /work/recovery-target.log (57 bytes)
100772024-12-20T23:28:13.122Zuploaded: /work/recovery-target.log
100782024-12-20T23:28:13.122Zuploading: /work/stamp-clickhouse.log (117 bytes)
100792024-12-20T23:28:14.131Zuploaded: /work/stamp-clickhouse.log
100802024-12-20T23:28:14.131Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
100812024-12-20T23:28:15.140Zuploaded: /work/stamp-clickhouse_keeper.log
100822024-12-20T23:28:15.140Zuploading: /work/stamp-cockroachdb.log (118 bytes)
100832024-12-20T23:28:16.149Zuploaded: /work/stamp-cockroachdb.log
100842024-12-20T23:28:16.149Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
100852024-12-20T23:28:17.160Zuploaded: /work/stamp-crucible-dtrace.log
100862024-12-20T23:28:17.160Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
100872024-12-20T23:28:18.170Zuploaded: /work/stamp-crucible-pantry-zone.log
100882024-12-20T23:28:18.170Zuploading: /work/stamp-crucible-zone.log (120 bytes)
100892024-12-20T23:28:19.257Zuploaded: /work/stamp-crucible-zone.log
100902024-12-20T23:28:19.257Zuploading: /work/stamp-external-dns.log (119 bytes)
100912024-12-20T23:28:20.281Zuploaded: /work/stamp-external-dns.log
100922024-12-20T23:28:20.281Zuploading: /work/stamp-installinator.log (103 bytes)
100932024-12-20T23:28:21.700Zuploaded: /work/stamp-installinator.log
100942024-12-20T23:28:21.704Zuploading: /work/stamp-internal-dns.log (119 bytes)
100952024-12-20T23:28:22.720Zuploaded: /work/stamp-internal-dns.log
100962024-12-20T23:28:22.720Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
100972024-12-20T23:28:23.735Zuploaded: /work/stamp-mg-ddm-gz.log
100982024-12-20T23:28:23.735Zuploading: /work/stamp-nexus.log (112 bytes)
100992024-12-20T23:28:24.749Zuploaded: /work/stamp-nexus.log
101002024-12-20T23:28:24.749Zuploading: /work/stamp-ntp.log (110 bytes)
101012024-12-20T23:28:25.796Zuploaded: /work/stamp-ntp.log
101022024-12-20T23:28:25.797Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
101032024-12-20T23:28:26.904Zuploaded: /work/stamp-omicron-sled-agent.log
101042024-12-20T23:28:26.904Zuploading: /work/stamp-overlay.log (114 bytes)
101052024-12-20T23:28:27.952Zuploaded: /work/stamp-overlay.log
101062024-12-20T23:28:27.952Zuploading: /work/stamp-oximeter.log (115 bytes)
101072024-12-20T23:28:28.959Zuploaded: /work/stamp-oximeter.log
101082024-12-20T23:28:28.960Zuploading: /work/stamp-oxlog.log (109 bytes)
101092024-12-20T23:28:29.975Zuploaded: /work/stamp-oxlog.log
101102024-12-20T23:28:29.975Zuploading: /work/stamp-probe.log (112 bytes)
101112024-12-20T23:28:30.981Zuploaded: /work/stamp-probe.log
101122024-12-20T23:28:30.981Zuploading: /work/stamp-propolis-server.log (122 bytes)
101132024-12-20T23:28:31.993Zuploaded: /work/stamp-propolis-server.log
101142024-12-20T23:28:31.993Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
101152024-12-20T23:28:33.005Zuploaded: /work/stamp-pumpkind-gz.log
101162024-12-20T23:28:33.005Zuploading: /work/stamp-switch-asic.log (118 bytes)
101172024-12-20T23:28:34.012Zuploaded: /work/stamp-switch-asic.log
101182024-12-20T23:28:34.012Zuploading: /work/verify-libraries.log (5735 bytes)
101192024-12-20T23:28:35.019Zuploaded: /work/verify-libraries.log