01JFK33FJ4KWWMCP5YXKV3TFS8: 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: 01JFK355FHFV5XM9P9ZVQ0453X

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-20T22:39:01.453Zjob assigned to worker 01JFK3H4TNHRB1M0ZA014RYCCS [factory aws, i-0496730ac1cd1d9cb] (queued for 7 m 26 s)
 
22024-12-20T22:39:09.340Zstarting task 0: "setup"
32024-12-20T22:39:09.352Z++ uname -s
42024-12-20T22:39:09.355Z+ kern=SunOS
52024-12-20T22:39:09.355Z+ case "$kern" in
62024-12-20T22:39:09.355Z+ groupadd -g 12345 build
72024-12-20T22:39:09.357Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-20T22:39:11.367Z+ zfs create -o mountpoint=/work rpool/work
92024-12-20T22:39:11.480Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-20T22:39:11.483Z+ home_fs=zfs
112024-12-20T22:39:11.483Z+ [[ zfs == autofs ]]
122024-12-20T22:39:11.483Z+ mkdir -p /home/build
132024-12-20T22:39:11.486Z+ chown build:build /home/build /work
142024-12-20T22:39:13.487Z+ chmod 0700 /home/build /work
152024-12-20T22:39:13.490Zprocess exited: duration 4148 ms, exit code 0
 
162024-12-20T22:39:13.497Zstarting task 1: "rust-toolchain"
172024-12-20T22:39:13.502Z+ printf ' * toolchain channel = "%s"
182024-12-20T22:39:13.502Z' 1.81.0
192024-12-20T22:39:13.502Z+ printf ' * toolchain profile = "%s"
202024-12-20T22:39:13.502Z' default
212024-12-20T22:39:13.503Z * toolchain channel = "1.81.0"
222024-12-20T22:39:13.503Z * toolchain profile = "default"
232024-12-20T22:39:13.507Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-20T22:39:13.507Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-20T22:39:13.623Zinfo: downloading installer
262024-12-20T22:39:14.987Zinfo: profile set to 'default'
272024-12-20T22:39:14.987Zinfo: default host triple is x86_64-unknown-illumos
282024-12-20T22:39:14.990Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-20T22:39:15.156Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-20T22:39:15.156Zinfo: downloading component 'cargo'
312024-12-20T22:39:16.030Zinfo: downloading component 'clippy'
322024-12-20T22:39:16.354Zinfo: downloading component 'rust-docs'
332024-12-20T22:39:17.562Zinfo: downloading component 'rust-std'
342024-12-20T22:39:19.435Zinfo: downloading component 'rustc'
352024-12-20T22:39:26.158Zinfo: downloading component 'rustfmt'
362024-12-20T22:39:26.414Zinfo: installing component 'cargo'
372024-12-20T22:39:27.215Zinfo: installing component 'clippy'
382024-12-20T22:39:27.575Zinfo: installing component 'rust-docs'
392024-12-20T22:39:29.207Zinfo: installing component 'rust-std'
402024-12-20T22:39:30.947Zinfo: installing component 'rustc'
412024-12-20T22:39:36.575Zinfo: installing component 'rustfmt'
422024-12-20T22:39:36.892Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-20T22:39:36.892Z
442024-12-20T22:39:37.255Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-20T22:39:37.255Z
462024-12-20T22:39:37.257Z
472024-12-20T22:39:37.257ZRust is installed now. Great!
482024-12-20T22:39:37.258Z
492024-12-20T22:39:37.258ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-20T22:39:37.258Zenvironment variable. This has not been done automatically.
512024-12-20T22:39:37.258Z
522024-12-20T22:39:37.258ZTo configure your current shell, you need to source
532024-12-20T22:39:37.258Zthe corresponding env file under $HOME/.cargo.
542024-12-20T22:39:37.258Z
552024-12-20T22:39:37.258ZThis is usually done by running one of the following (note the leading DOT):
562024-12-20T22:39:37.258Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-20T22:39:37.258Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-20T22:39:37.328Z+ rustc --version
592024-12-20T22:39:37.392Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-20T22:39:37.395Zprocess exited: duration 23894 ms, exit code 0
 
612024-12-20T22:39:37.402Zstarting task 2: "authentication"
622024-12-20T22:39:37.422Zprocess exited: duration 20 ms, exit code 0
 
632024-12-20T22:39:37.428Zstarting task 3: "clone repository"
642024-12-20T22:39:37.433Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-20T22:39:37.435Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-20T22:39:37.478ZCloning into '/work/oxidecomputer/omicron'...
672024-12-20T22:39:44.530Z+ cd /work/oxidecomputer/omicron
682024-12-20T22:39:44.532Z+ git fetch origin 053adca9631d35107145c730e9cf47a251bb05eb
692024-12-20T22:39:44.842ZFrom https://github.com/oxidecomputer/omicron
702024-12-20T22:39:44.842Z * branch 053adca9631d35107145c730e9cf47a251bb05eb -> FETCH_HEAD
712024-12-20T22:39:44.853Z+ [[ -n support-bundle-simulated-implementation ]]
722024-12-20T22:39:44.859Z++ git branch --show-current
732024-12-20T22:39:44.859Z+ current=main
742024-12-20T22:39:44.859Z+ [[ main != support-bundle-simulated-implementation ]]
752024-12-20T22:39:44.859Z+ git branch -f support-bundle-simulated-implementation 053adca9631d35107145c730e9cf47a251bb05eb
762024-12-20T22:39:44.862Z+ git checkout -f support-bundle-simulated-implementation
772024-12-20T22:39:45.029ZSwitched to branch 'support-bundle-simulated-implementation'
782024-12-20T22:39:45.032Z+ git reset --hard 053adca9631d35107145c730e9cf47a251bb05eb
792024-12-20T22:39:45.069ZHEAD is now at 053adca96 Merge branch 'support-bundles-crdb' into support-bundle-simulated-implementation
802024-12-20T22:39:45.072Zprocess exited: duration 7641 ms, exit code 0
 
812024-12-20T22:39:45.080Zstarting task 4: "build"
822024-12-20T22:39:45.083Z+ source .github/buildomat/ci-env.sh
832024-12-20T22:39:45.083Z++ export CARGO_TERM_COLOR=always
842024-12-20T22:39:45.083Z++ CARGO_TERM_COLOR=always
852024-12-20T22:39:45.083Z+ cargo --version
862024-12-20T22:39:45.140Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-12-20T22:39:45.143Z+ rustc --version
882024-12-20T22:39:45.201Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-12-20T22:39:45.204Z+ cargo tree --locked
902024-12-20T22:39:45.462Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
912024-12-20T22:39:45.727Z Updating crates.io index
922024-12-20T22:39:45.895Z Updating git repository `https://github.com/oxidecomputer/maghemite`
932024-12-20T22:39:46.353Z Updating git repository `https://github.com/oxidecomputer/oxnet`
942024-12-20T22:39:46.650Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
952024-12-20T22:39:46.899Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
962024-12-20T22:39:47.212Z Updating git repository `https://github.com/oxidecomputer/propolis`
972024-12-20T22:39:48.031Z Updating git repository `https://github.com/oxidecomputer/crucible`
982024-12-20T22:39:49.583Z Updating git repository `https://github.com/oxidecomputer/opte`
992024-12-20T22:39:51.681Z Updating git repository `https://github.com/oxidecomputer/falcon`
1002024-12-20T22:39:52.490Z Updating git repository `https://github.com/oxidecomputer/clickward`
1012024-12-20T22:39:52.851Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1022024-12-20T22:39:53.333Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1032024-12-20T22:39:53.914Z Updating git repository `https://github.com/oxidecomputer/libipcc`
1042024-12-20T22:39:54.228Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1052024-12-20T22:39:54.499Z Updating git repository `https://github.com/oxidecomputer/tofino`
1062024-12-20T22:39:54.777Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1072024-12-20T22:39:55.042Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1082024-12-20T22:39:55.515Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1092024-12-20T22:39:55.760Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1102024-12-20T22:39:56.155Z Updating git repository `https://github.com/oxidecomputer/ispf`
1112024-12-20T22:39:56.563Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1122024-12-20T22:39:56.841Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1132024-12-20T22:39:57.396Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1142024-12-20T22:39:57.674Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1152024-12-20T22:39:58.084Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1162024-12-20T22:39:58.608Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
1172024-12-20T22:39:58.911Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1182024-12-20T22:39:59.226Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1192024-12-20T22:39:59.492Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1202024-12-20T22:40:00.895Z Downloading crates ...
1212024-12-20T22:40:00.985Z Downloaded adler2 v2.0.0
1222024-12-20T22:40:00.989Z Downloaded arrayvec v0.7.6
1232024-12-20T22:40:00.998Z Downloaded cfg_aliases v0.1.1
1242024-12-20T22:40:01.012Z Downloaded cfg_aliases v0.2.1
1252024-12-20T22:40:01.015Z Downloaded assert_matches v1.5.0
1262024-12-20T22:40:01.015Z Downloaded ascii-canvas v3.0.0
1272024-12-20T22:40:01.018Z Downloaded cfg-if v1.0.0
1282024-12-20T22:40:01.018Z Downloaded guppy-workspace-hack v0.1.0
1292024-12-20T22:40:01.018Z Downloaded anstyle-parse v0.2.5
1302024-12-20T22:40:01.021Z Downloaded async-channel v1.9.0
1312024-12-20T22:40:01.024Z Downloaded atomicwrites v0.4.4
1322024-12-20T22:40:01.024Z Downloaded async-object-pool v0.1.5
1332024-12-20T22:40:01.025Z Downloaded hubpack_derive v0.1.1
1342024-12-20T22:40:01.025Z Downloaded foreign-types-shared v0.3.1
1352024-12-20T22:40:01.027Z Downloaded approx v0.5.1
1362024-12-20T22:40:01.027Z Downloaded escape8259 v0.5.3
1372024-12-20T22:40:01.029Z Downloaded atty v0.2.14
1382024-12-20T22:40:01.030Z Downloaded async-stream-impl v0.3.6
1392024-12-20T22:40:01.032Z Downloaded anes v0.1.6
1402024-12-20T22:40:01.035Z Downloaded http-body v1.0.1
1412024-12-20T22:40:01.038Z Downloaded async-channel v2.3.1
1422024-12-20T22:40:01.040Z Downloaded async-attributes v1.1.2
1432024-12-20T22:40:01.043Z Downloaded http-range v0.1.5
1442024-12-20T22:40:01.044Z Downloaded assert-json-diff v2.0.2
1452024-12-20T22:40:01.046Z Downloaded async-signal v0.2.10
1462024-12-20T22:40:01.046Z Downloaded arrayref v0.3.9
1472024-12-20T22:40:01.049Z Downloaded flagset v0.4.6
1482024-12-20T22:40:01.049Z Downloaded filetime v0.2.25
1492024-12-20T22:40:01.052Z Downloaded fixedbitset v0.4.2
1502024-12-20T22:40:01.052Z Downloaded errno v0.3.9
1512024-12-20T22:40:01.054Z Downloaded chacha20 v0.9.1
1522024-12-20T22:40:01.057Z Downloaded headers-core v0.3.0
1532024-12-20T22:40:01.057Z Downloaded fxhash v0.2.1
1542024-12-20T22:40:01.058Z Downloaded foreign-types v0.3.2
1552024-12-20T22:40:01.061Z Downloaded ff v0.13.0
1562024-12-20T22:40:01.061Z Downloaded cassowary v0.3.0
1572024-12-20T22:40:01.064Z Downloaded bitfield v0.14.0
1582024-12-20T22:40:01.064Z Downloaded ghash v0.5.1
1592024-12-20T22:40:01.064Z Downloaded async-stream v0.3.6
1602024-12-20T22:40:01.066Z Downloaded hash32 v0.3.1
1612024-12-20T22:40:01.068Z Downloaded async-bb8-diesel v0.2.1
1622024-12-20T22:40:01.072Z Downloaded generic-array v0.14.7
1632024-12-20T22:40:01.072Z Downloaded form_urlencoded v1.2.1
1642024-12-20T22:40:01.074Z Downloaded humantime v2.1.0
1652024-12-20T22:40:01.074Z Downloaded futures-timer v3.0.3
1662024-12-20T22:40:01.077Z Downloaded fs-err v2.11.0
1672024-12-20T22:40:01.079Z Downloaded base16ct v0.2.0
1682024-12-20T22:40:01.079Z Downloaded cbc v0.1.2
1692024-12-20T22:40:01.084Z Downloaded http-body-util v0.1.2
1702024-12-20T22:40:01.087Z Downloaded blocking v1.6.1
1712024-12-20T22:40:01.087Z Downloaded hostname v0.3.1
1722024-12-20T22:40:01.087Z Downloaded home v0.5.9
1732024-12-20T22:40:01.087Z Downloaded hex-literal v0.4.1
1742024-12-20T22:40:01.096Z Downloaded autocfg v1.4.0
1752024-12-20T22:40:01.096Z Downloaded cargo-platform v0.1.8
1762024-12-20T22:40:01.100Z Downloaded bcrypt-pbkdf v0.10.0
1772024-12-20T22:40:01.100Z Downloaded async-recursion v1.1.1
1782024-12-20T22:40:01.100Z Downloaded opaque-debug v0.3.1
1792024-12-20T22:40:01.100Z Downloaded num_threads v0.1.7
1802024-12-20T22:40:01.100Z Downloaded addr2line v0.24.2
1812024-12-20T22:40:01.103Z Downloaded hash32 v0.2.1
1822024-12-20T22:40:01.104Z Downloaded gethostname v0.5.0
1832024-12-20T22:40:01.107Z Downloaded phf_shared v0.10.0
1842024-12-20T22:40:01.107Z Downloaded async-trait v0.1.83
1852024-12-20T22:40:01.109Z Downloaded async-lock v3.4.0
1862024-12-20T22:40:01.112Z Downloaded russh-cryptovec v0.7.3
1872024-12-20T22:40:01.112Z Downloaded bcs v0.1.6
1882024-12-20T22:40:01.115Z Downloaded async-task v4.7.1
1892024-12-20T22:40:01.117Z Downloaded async-process v2.3.0
1902024-12-20T22:40:01.120Z Downloaded httpdate v1.0.3
1912024-12-20T22:40:01.120Z Downloaded globset v0.4.15
1922024-12-20T22:40:01.122Z Downloaded anyhow v1.0.93
1932024-12-20T22:40:01.125Z Downloaded futures-macro v0.3.31
1942024-12-20T22:40:01.128Z Downloaded httparse v1.9.5
1952024-12-20T22:40:01.130Z Downloaded getrandom v0.2.15
1962024-12-20T22:40:01.133Z Downloaded base64ct v1.6.0
1972024-12-20T22:40:01.135Z Downloaded byteorder v1.5.0
1982024-12-20T22:40:01.135Z Downloaded heck v0.5.0
1992024-12-20T22:40:01.138Z Downloaded heck v0.3.3
2002024-12-20T22:40:01.138Z Downloaded hyper-rustls v0.27.3
2012024-12-20T22:40:01.141Z Downloaded hickory-client v0.24.1
2022024-12-20T22:40:01.144Z Downloaded camino-tempfile v1.1.1
2032024-12-20T22:40:01.147Z Downloaded bzip2 v0.4.4
2042024-12-20T22:40:01.150Z Downloaded sqlparser_derive v0.2.2
2052024-12-20T22:40:01.150Z Downloaded take_mut v0.2.2
2062024-12-20T22:40:01.153Z Downloaded event-listener v5.3.1
2072024-12-20T22:40:01.153Z Downloaded ciborium v0.2.2
2082024-12-20T22:40:01.155Z Downloaded parse-size v1.1.0
2092024-12-20T22:40:01.158Z Downloaded toolchain_find v0.4.0
2102024-12-20T22:40:01.158Z Downloaded cfg-expr v0.17.0
2112024-12-20T22:40:01.161Z Downloaded bitflags v2.6.0
2122024-12-20T22:40:01.164Z Downloaded relative-path v1.9.3
2132024-12-20T22:40:01.167Z Downloaded proc-macro-error-attr v1.0.4
2142024-12-20T22:40:01.167Z Downloaded powerfmt v0.2.0
2152024-12-20T22:40:01.169Z Downloaded peg v0.8.4
2162024-12-20T22:40:01.172Z Downloaded want v0.3.1
2172024-12-20T22:40:01.175Z Downloaded waitgroup v0.1.2
2182024-12-20T22:40:01.175Z Downloaded usdt-macro v0.5.0
2192024-12-20T22:40:01.175Z Downloaded predicates-tree v1.0.11
2202024-12-20T22:40:01.178Z Downloaded piper v0.2.4
2212024-12-20T22:40:01.178Z Downloaded quick-error v1.2.3
2222024-12-20T22:40:01.180Z Downloaded rusty-fork v0.3.0
2232024-12-20T22:40:01.183Z Downloaded rustversion v1.0.17
2242024-12-20T22:40:01.183Z Downloaded rtoolbox v0.0.2
2252024-12-20T22:40:01.187Z Downloaded futures v0.3.31
2262024-12-20T22:40:01.190Z Downloaded hyper-rustls v0.26.0
2272024-12-20T22:40:01.193Z Downloaded hmac v0.12.1
2282024-12-20T22:40:01.197Z Downloaded peg-macros v0.8.4
2292024-12-20T22:40:01.197Z Downloaded semver v0.1.20
2302024-12-20T22:40:01.199Z Downloaded parking_lot v0.11.2
2312024-12-20T22:40:01.199Z Downloaded secrecy v0.8.0
2322024-12-20T22:40:01.202Z Downloaded ciborium-io v0.2.2
2332024-12-20T22:40:01.202Z Downloaded tabwriter v1.4.0
2342024-12-20T22:40:01.205Z Downloaded tabled_derive v0.7.0
2352024-12-20T22:40:01.206Z Downloaded supports-color v3.0.1
2362024-12-20T22:40:01.208Z Downloaded ssh-encoding v0.2.0
2372024-12-20T22:40:01.208Z Downloaded ssh-cipher v0.2.0
2382024-12-20T22:40:01.211Z Downloaded toml_datetime v0.6.8
2392024-12-20T22:40:01.211Z Downloaded tinystr v0.7.6
2402024-12-20T22:40:01.213Z Downloaded thiserror-no-std v2.0.2
2412024-12-20T22:40:01.216Z Downloaded is_ci v1.2.0
2422024-12-20T22:40:01.219Z Downloaded httptest v0.16.1
2432024-12-20T22:40:01.221Z Downloaded ident_case v1.0.1
2442024-12-20T22:40:01.221Z Downloaded icu_provider_macros v1.5.0
2452024-12-20T22:40:01.221Z Downloaded thiserror-impl-no-std v2.0.2
2462024-12-20T22:40:01.224Z Downloaded bytes v1.8.0
2472024-12-20T22:40:01.227Z Downloaded normalize-line-endings v0.3.0
2482024-12-20T22:40:01.229Z Downloaded which v4.4.2
2492024-12-20T22:40:01.229Z Downloaded utf16_iter v1.0.5
2502024-12-20T22:40:01.232Z Downloaded utf-8 v0.7.6
2512024-12-20T22:40:01.232Z Downloaded untrusted v0.9.0
2522024-12-20T22:40:01.235Z Downloaded headers v0.4.0
2532024-12-20T22:40:01.238Z Downloaded serde_plain v1.0.2
2542024-12-20T22:40:01.241Z Downloaded half v2.4.1
2552024-12-20T22:40:01.244Z Downloaded base64 v0.13.1
2562024-12-20T22:40:01.246Z Downloaded flume v0.11.1
2572024-12-20T22:40:01.249Z Downloaded oso-derive v0.27.3
2582024-12-20T22:40:01.252Z Downloaded fancy-regex v0.13.0
2592024-12-20T22:40:01.255Z Downloaded allocator-api2 v0.2.18
2602024-12-20T22:40:01.257Z Downloaded path-slash v0.1.5
2612024-12-20T22:40:01.260Z Downloaded crossbeam-deque v0.8.5
2622024-12-20T22:40:01.260Z Downloaded display-error-chain v0.2.2
2632024-12-20T22:40:01.262Z Downloaded dirs-sys-next v0.1.2
2642024-12-20T22:40:01.265Z Downloaded defmt-parser v0.3.4
2652024-12-20T22:40:01.265Z Downloaded defmt-macros v0.3.9
2662024-12-20T22:40:01.267Z Downloaded debug-ignore v1.0.5
2672024-12-20T22:40:01.269Z Downloaded datatest-stable v0.2.9
2682024-12-20T22:40:01.272Z Downloaded linked-hash-map v0.5.6
2692024-12-20T22:40:01.272Z Downloaded linear-map v1.2.0
2702024-12-20T22:40:01.275Z Downloaded kv-log-macro v1.0.7
2712024-12-20T22:40:01.275Z Downloaded is-terminal v0.4.13
2722024-12-20T22:40:01.278Z Downloaded data-encoding v2.6.0
2732024-12-20T22:40:01.278Z Downloaded either v1.13.0
2742024-12-20T22:40:01.280Z Downloaded ed25519 v2.2.3
2752024-12-20T22:40:01.283Z Downloaded tokio-macros v2.4.0
2762024-12-20T22:40:01.283Z Downloaded sqlformat v0.2.6
2772024-12-20T22:40:01.285Z Downloaded walkdir v2.5.0
2782024-12-20T22:40:01.288Z Downloaded whoami v1.5.2
2792024-12-20T22:40:01.288Z Downloaded tokio-tungstenite v0.24.0
2802024-12-20T22:40:01.291Z Downloaded nodrop v0.1.14
2812024-12-20T22:40:01.291Z Downloaded tokio-tungstenite v0.23.1
2822024-12-20T22:40:01.296Z Downloaded heapless v0.8.0
2832024-12-20T22:40:01.299Z Downloaded heapless v0.7.17
2842024-12-20T22:40:01.302Z Downloaded cc v1.1.30
2852024-12-20T22:40:01.305Z Downloaded bumpalo v3.16.0
2862024-12-20T22:40:01.308Z Downloaded num v0.4.3
2872024-12-20T22:40:01.310Z Downloaded base64 v0.21.7
2882024-12-20T22:40:01.313Z Downloaded proc-macro2 v1.0.89
2892024-12-20T22:40:01.316Z Downloaded r2d2 v0.8.10
2902024-12-20T22:40:01.319Z Downloaded psl-types v2.0.11
2912024-12-20T22:40:01.319Z Downloaded pin-utils v0.1.0
2922024-12-20T22:40:01.319Z Downloaded pest_generator v2.7.14
2932024-12-20T22:40:01.323Z Downloaded clap_derive v4.5.18
2942024-12-20T22:40:01.326Z Downloaded rand_chacha v0.3.1
2952024-12-20T22:40:01.326Z Downloaded radium v0.7.0
2962024-12-20T22:40:01.326Z Downloaded plotters-backend v0.3.7
2972024-12-20T22:40:01.328Z Downloaded base64 v0.22.1
2982024-12-20T22:40:01.331Z Downloaded crucible-workspace-hack v0.1.0
2992024-12-20T22:40:01.333Z Downloaded equivalent v1.0.1
3002024-12-20T22:40:01.333Z Downloaded write16 v1.0.0
3012024-12-20T22:40:01.336Z Downloaded vte_generate_state_changes v0.1.2
3022024-12-20T22:40:01.336Z Downloaded plain v0.2.3
3032024-12-20T22:40:01.336Z Downloaded pkg-config v0.3.31
3042024-12-20T22:40:01.338Z Downloaded sec1 v0.7.3
3052024-12-20T22:40:01.341Z Downloaded slab v0.4.9
3062024-12-20T22:40:01.341Z Downloaded smf v0.2.3
3072024-12-20T22:40:01.344Z Downloaded slog-stdlog v4.1.1
3082024-12-20T22:40:01.344Z Downloaded sha1 v0.10.6
3092024-12-20T22:40:01.346Z Downloaded tls_codec v0.4.1
3102024-12-20T22:40:01.349Z Downloaded iana-time-zone v0.1.61
3112024-12-20T22:40:01.351Z Downloaded static_assertions v1.1.0
3122024-12-20T22:40:01.351Z Downloaded litemap v0.7.3
3132024-12-20T22:40:01.353Z Downloaded toml v0.8.19
3142024-12-20T22:40:01.357Z Downloaded toml v0.7.8
3152024-12-20T22:40:01.362Z Downloaded rayon-core v1.12.1
3162024-12-20T22:40:01.366Z Downloaded hashbrown v0.13.2
3172024-12-20T22:40:01.369Z Downloaded string_cache v0.8.7
3182024-12-20T22:40:01.371Z Downloaded instant v0.1.13
3192024-12-20T22:40:01.373Z Downloaded russh-keys v0.45.0
3202024-12-20T22:40:01.376Z Downloaded structmeta v0.2.0
3212024-12-20T22:40:01.379Z Downloaded strip-ansi-escapes v0.2.0
3222024-12-20T22:40:01.379Z Downloaded tokio-native-tls v0.3.1
3232024-12-20T22:40:01.381Z Downloaded mirai-annotations v1.12.0
3242024-12-20T22:40:01.381Z Downloaded stringprep v0.1.5
3252024-12-20T22:40:01.385Z Downloaded number_prefix v0.4.0
3262024-12-20T22:40:01.385Z Downloaded typify-macro v0.2.0
3272024-12-20T22:40:01.385Z Downloaded rustls-native-certs v0.7.3
3282024-12-20T22:40:01.388Z Downloaded paste v1.0.15
3292024-12-20T22:40:01.391Z Downloaded cpufeatures v0.2.14
3302024-12-20T22:40:01.391Z Downloaded miniz_oxide v0.8.0
3312024-12-20T22:40:01.394Z Downloaded peg-runtime v0.8.3
3322024-12-20T22:40:01.396Z Downloaded new_debug_unreachable v1.0.6
3332024-12-20T22:40:01.396Z Downloaded nested v0.1.1
3342024-12-20T22:40:01.396Z Downloaded concurrent-queue v2.5.0
3352024-12-20T22:40:01.399Z Downloaded tls_codec_derive v0.4.1
3362024-12-20T22:40:01.401Z Downloaded digest v0.10.7
3372024-12-20T22:40:01.405Z Downloaded spin v0.9.8
3382024-12-20T22:40:01.408Z Downloaded plotters-svg v0.3.7
3392024-12-20T22:40:01.408Z Downloaded sha2 v0.10.8
3402024-12-20T22:40:01.408Z Downloaded semver v1.0.23
3412024-12-20T22:40:01.411Z Downloaded polling v3.7.3
3422024-12-20T22:40:01.413Z Downloaded enum-as-inner v0.6.1
3432024-12-20T22:40:01.417Z Downloaded diesel-dtrace v0.4.2
3442024-12-20T22:40:01.417Z Downloaded nu-ansi-term v0.50.1
3452024-12-20T22:40:01.420Z Downloaded quinn v0.11.5
3462024-12-20T22:40:01.423Z Downloaded env_filter v0.1.2
3472024-12-20T22:40:01.426Z Downloaded crossbeam-epoch v0.9.18
3482024-12-20T22:40:01.428Z Downloaded is_terminal_polyfill v1.70.1
3492024-12-20T22:40:01.428Z Downloaded tokio-rustls v0.24.1
3502024-12-20T22:40:01.431Z Downloaded oso v0.27.3
3512024-12-20T22:40:01.434Z Downloaded sync_wrapper v1.0.1
3522024-12-20T22:40:01.437Z Downloaded managed v0.8.0
3532024-12-20T22:40:01.439Z Downloaded pkcs8 v0.10.2
3542024-12-20T22:40:01.442Z Downloaded aes-gcm v0.10.3
3552024-12-20T22:40:01.444Z Downloaded tinyvec_macros v0.1.1
3562024-12-20T22:40:01.444Z Downloaded time-core v0.1.2
3572024-12-20T22:40:01.447Z Downloaded nanorand v0.7.0
3582024-12-20T22:40:01.450Z Downloaded maplit v1.0.2
3592024-12-20T22:40:01.450Z Downloaded cookie_store v0.21.0
3602024-12-20T22:40:01.453Z Downloaded crunchy v0.2.2
3612024-12-20T22:40:01.453Z Downloaded expectorate v1.1.0
3622024-12-20T22:40:01.456Z Downloaded zerofrom v0.1.4
3632024-12-20T22:40:01.456Z Downloaded parking v2.2.1
3642024-12-20T22:40:01.458Z Downloaded vsss-rs v3.3.4
3652024-12-20T22:40:01.461Z Downloaded polyval v0.6.2
3662024-12-20T22:40:01.461Z Downloaded env_logger v0.11.5
3672024-12-20T22:40:01.463Z Downloaded zip v0.6.6
3682024-12-20T22:40:01.467Z Downloaded ref-cast-impl v1.0.23
3692024-12-20T22:40:01.470Z Downloaded ref-cast v1.0.23
3702024-12-20T22:40:01.473Z Downloaded phf_shared v0.11.2
3712024-12-20T22:40:01.473Z Downloaded hyper-staticfile v0.10.1
3722024-12-20T22:40:01.476Z Downloaded num-bigint v0.4.6
3732024-12-20T22:40:01.479Z Downloaded flate2 v1.0.34
3742024-12-20T22:40:01.484Z Downloaded downcast v0.11.0
3752024-12-20T22:40:01.487Z Downloaded pkcs5 v0.7.1
3762024-12-20T22:40:01.490Z Downloaded rustfmt-wrapper v0.2.1
3772024-12-20T22:40:01.493Z Downloaded hyper-util v0.1.10
3782024-12-20T22:40:01.496Z Downloaded newtype_derive v0.1.6
3792024-12-20T22:40:01.498Z Downloaded slog-envlogger v2.2.0
3802024-12-20T22:40:01.501Z Downloaded serde_urlencoded v0.7.1
3812024-12-20T22:40:01.501Z Downloaded dsl_auto_type v0.1.2
3822024-12-20T22:40:01.504Z Downloaded thiserror-impl v1.0.69
3832024-12-20T22:40:01.504Z Downloaded vte v0.11.1
3842024-12-20T22:40:01.507Z Downloaded typify v0.2.0
3852024-12-20T22:40:01.510Z Downloaded toml_edit v0.19.15
3862024-12-20T22:40:01.524Z Downloaded percent-encoding v2.3.1
3872024-12-20T22:40:01.527Z Downloaded derive_more v0.99.18
3882024-12-20T22:40:01.530Z Downloaded rand_distr v0.4.3
3892024-12-20T22:40:01.533Z Downloaded deranged v0.3.11
3902024-12-20T22:40:01.535Z Downloaded pin-project-lite v0.2.14
3912024-12-20T22:40:01.539Z Downloaded env_logger v0.10.2
3922024-12-20T22:40:01.542Z Downloaded dropshot_endpoint v0.13.0
3932024-12-20T22:40:01.545Z Downloaded crossbeam-channel v0.5.13
3942024-12-20T22:40:01.550Z Downloaded rand v0.8.5
3952024-12-20T22:40:01.554Z Downloaded serde-big-array v0.5.1
3962024-12-20T22:40:01.556Z Downloaded hyper-tls v0.6.0
3972024-12-20T22:40:01.559Z Downloaded rustls-pemfile v2.2.0
3982024-12-20T22:40:01.559Z Downloaded guppy v0.17.8
3992024-12-20T22:40:01.565Z Downloaded try-lock v0.2.5
4002024-12-20T22:40:01.568Z Downloaded swrite v0.1.0
4012024-12-20T22:40:01.568Z Downloaded memoffset v0.9.1
4022024-12-20T22:40:01.570Z Downloaded minimal-lexical v0.2.1
4032024-12-20T22:40:01.573Z Downloaded nibble_vec v0.1.0
4042024-12-20T22:40:01.576Z Downloaded lockfree-object-pool v0.1.6
4052024-12-20T22:40:01.579Z Downloaded olpc-cjson v0.1.4
4062024-12-20T22:40:01.579Z Downloaded proc-macro-crate v1.3.1
4072024-12-20T22:40:01.581Z Downloaded yoke-derive v0.7.4
4082024-12-20T22:40:01.581Z Downloaded xattr v1.3.1
4092024-12-20T22:40:01.584Z Downloaded tokio-stream v0.1.16
4102024-12-20T22:40:01.587Z Downloaded diesel_table_macro_syntax v0.2.0
4112024-12-20T22:40:01.589Z Downloaded rustc-hash v1.1.0
4122024-12-20T22:40:01.589Z Downloaded poly1305 v0.8.0
4132024-12-20T22:40:01.592Z Downloaded csv-core v0.1.11
4142024-12-20T22:40:01.595Z Downloaded dropshot_endpoint v0.12.0
4152024-12-20T22:40:01.598Z Downloaded serde v1.0.215
4162024-12-20T22:40:01.601Z Downloaded console v0.15.8
4172024-12-20T22:40:01.603Z Downloaded hashbrown v0.15.1
4182024-12-20T22:40:01.607Z Downloaded embedded-io v0.4.0
4192024-12-20T22:40:01.609Z Downloaded hyper v1.5.0
4202024-12-20T22:40:01.616Z Downloaded newline-converter v0.3.0
4212024-12-20T22:40:01.619Z Downloaded tokio-postgres v0.7.12
4222024-12-20T22:40:01.621Z Downloaded rpassword v7.3.1
4232024-12-20T22:40:01.624Z Downloaded num-conv v0.1.0
4242024-12-20T22:40:01.624Z Downloaded similar-asserts v1.6.0
4252024-12-20T22:40:01.628Z Downloaded url v2.5.3
4262024-12-20T22:40:01.630Z Downloaded tui-tree-widget v0.22.0
4272024-12-20T22:40:01.634Z Downloaded thread_local v1.1.8
4282024-12-20T22:40:01.634Z Downloaded thread-id v4.2.2
4292024-12-20T22:40:01.637Z Downloaded terminal_size v0.4.0
4302024-12-20T22:40:01.637Z Downloaded lock_api v0.4.12
4312024-12-20T22:40:01.637Z Downloaded steno v0.4.1
4322024-12-20T22:40:01.641Z Downloaded pest_derive v2.7.14
4332024-12-20T22:40:01.643Z Downloaded num_enum v0.5.11
4342024-12-20T22:40:01.649Z Downloaded embedded-io v0.6.1
4352024-12-20T22:40:01.655Z Downloaded crc-catalog v2.4.0
4362024-12-20T22:40:01.655Z Downloaded zerovec-derive v0.10.3
4372024-12-20T22:40:01.655Z Downloaded criterion-plot v0.5.0
4382024-12-20T22:40:01.658Z Downloaded hkdf v0.12.4
4392024-12-20T22:40:01.659Z Downloaded pin-project v1.1.6
4402024-12-20T22:40:01.667Z Downloaded rustc-demangle v0.1.24
4412024-12-20T22:40:01.670Z Downloaded indent_write v2.2.0
4422024-12-20T22:40:01.670Z Downloaded hashbrown v0.14.5
4432024-12-20T22:40:01.675Z Downloaded macaddr v1.0.1
4442024-12-20T22:40:01.678Z Downloaded dtrace-parser v0.2.0
4452024-12-20T22:40:01.678Z Downloaded untrusted v0.7.1
4462024-12-20T22:40:01.681Z Downloaded sct v0.7.1
4472024-12-20T22:40:01.683Z Downloaded newtype-uuid v1.1.3
4482024-12-20T22:40:01.686Z Downloaded predicates-core v1.0.8
4492024-12-20T22:40:01.686Z Downloaded num-derive v0.4.2
4502024-12-20T22:40:01.689Z Downloaded tar v0.4.42
4512024-12-20T22:40:01.691Z Downloaded quinn-udp v0.5.5
4522024-12-20T22:40:01.694Z Downloaded uzers v0.12.1
4532024-12-20T22:40:01.694Z Downloaded tokio-util v0.7.12
4542024-12-20T22:40:01.700Z Downloaded serde_path_to_error v0.1.16
4552024-12-20T22:40:01.704Z Downloaded mio v1.0.2
4562024-12-20T22:40:01.708Z Downloaded omicron-zone-package v0.11.1
4572024-12-20T22:40:01.711Z Downloaded libxml v0.3.3
4582024-12-20T22:40:01.717Z Downloaded ecdsa v0.16.9
4592024-12-20T22:40:01.720Z Downloaded futures-util v0.3.31
4602024-12-20T22:40:01.750Z Downloaded target-spec v3.2.2
4612024-12-20T22:40:01.756Z Downloaded blake3 v1.5.4
4622024-12-20T22:40:01.756Z Downloaded tower-service v0.3.3
4632024-12-20T22:40:01.756Z Downloaded aho-corasick v1.1.3
4642024-12-20T22:40:01.756Z Downloaded darling_macro v0.20.10
4652024-12-20T22:40:01.756Z Downloaded lazycell v1.3.0
4662024-12-20T22:40:01.756Z Downloaded dof v0.3.0
4672024-12-20T22:40:01.756Z Downloaded predicates v3.1.2
4682024-12-20T22:40:01.756Z Downloaded num-complex v0.4.6
4692024-12-20T22:40:01.758Z Downloaded lazy_static v1.5.0
4702024-12-20T22:40:01.759Z Downloaded instability v0.3.2
4712024-12-20T22:40:01.759Z Downloaded zeroize v1.8.1
4722024-12-20T22:40:01.759Z Downloaded usdt-attr-macro v0.5.0
4732024-12-20T22:40:01.761Z Downloaded target-triple v0.1.3
4742024-12-20T22:40:01.761Z Downloaded trybuild v1.0.101
4752024-12-20T22:40:01.765Z Downloaded md-5 v0.10.6
4762024-12-20T22:40:01.768Z Downloaded indexmap v1.9.3
4772024-12-20T22:40:01.770Z Downloaded slog-term v2.9.1
4782024-12-20T22:40:01.773Z Downloaded crc32fast v1.4.2
4792024-12-20T22:40:01.776Z Downloaded crc-any v2.5.0
4802024-12-20T22:40:01.779Z Downloaded packed_struct_codegen v0.10.1
4812024-12-20T22:40:01.779Z Downloaded packed_struct v0.10.1
4822024-12-20T22:40:01.782Z Downloaded mockall v0.13.0
4832024-12-20T22:40:01.782Z Downloaded signal-hook-tokio v0.3.1
4842024-12-20T22:40:01.785Z Downloaded prettyplease v0.2.25
4852024-12-20T22:40:01.787Z Downloaded diesel_derives v2.2.3
4862024-12-20T22:40:01.790Z Downloaded zerocopy-derive v0.8.10
4872024-12-20T22:40:01.797Z Downloaded scroll_derive v0.12.0
4882024-12-20T22:40:01.800Z Downloaded pathdiff v0.2.2
4892024-12-20T22:40:01.800Z Downloaded salsa20 v0.10.2
4902024-12-20T22:40:01.800Z Downloaded smallvec v0.6.14
4912024-12-20T22:40:01.802Z Downloaded serde_tokenstream v0.2.2
4922024-12-20T22:40:01.802Z Downloaded target-lexicon v0.12.16
4932024-12-20T22:40:01.805Z Downloaded serde_derive v1.0.215
4942024-12-20T22:40:01.807Z Downloaded pretty-hex v0.4.1
4952024-12-20T22:40:01.809Z Downloaded utf8parse v0.2.2
4962024-12-20T22:40:01.809Z Downloaded topological-sort v0.2.2
4972024-12-20T22:40:01.812Z Downloaded dirs-next v2.0.0
4982024-12-20T22:40:01.812Z Downloaded derive_builder_core v0.20.2
4992024-12-20T22:40:01.816Z Downloaded enum-as-inner v0.5.1
5002024-12-20T22:40:01.816Z Downloaded doc-comment v0.3.3
5012024-12-20T22:40:01.819Z Downloaded wyz v0.5.1
5022024-12-20T22:40:01.819Z Downloaded aws-lc-rs v1.10.0
5032024-12-20T22:40:01.827Z Downloaded derive_builder_macro v0.20.2
5042024-12-20T22:40:01.829Z Downloaded ssh-key v0.6.6
5052024-12-20T22:40:01.834Z Downloaded endian-type v0.1.2
5062024-12-20T22:40:01.840Z Downloaded impl-trait-for-tuples v0.2.2
5072024-12-20T22:40:01.843Z Downloaded pretty-hex v0.2.1
5082024-12-20T22:40:01.843Z Downloaded pem v3.0.4
5092024-12-20T22:40:01.843Z Downloaded num_cpus v1.16.0
5102024-12-20T22:40:01.846Z Downloaded itoa v1.0.11
5112024-12-20T22:40:01.846Z Downloaded subprocess v0.2.9
5122024-12-20T22:40:01.849Z Downloaded writeable v0.5.5
5132024-12-20T22:40:01.852Z Downloaded rayon v1.10.0
5142024-12-20T22:40:01.858Z Downloaded proc-macro-crate v3.2.0
5152024-12-20T22:40:01.860Z Downloaded smawk v0.3.2
5162024-12-20T22:40:01.863Z Downloaded precomputed-hash v0.1.1
5172024-12-20T22:40:01.863Z Downloaded slog-json v2.6.1
5182024-12-20T22:40:01.865Z Downloaded zopfli v0.8.1
5192024-12-20T22:40:01.868Z Downloaded lalrpop-util v0.19.12
5202024-12-20T22:40:01.868Z Downloaded utf8_iter v1.0.4
5212024-12-20T22:40:01.871Z Downloaded value-bag v1.9.0
5222024-12-20T22:40:01.871Z Downloaded async-std v1.13.0
5232024-12-20T22:40:01.890Z Downloaded termtree v0.4.1
5242024-12-20T22:40:01.893Z Downloaded mockall_derive v0.13.0
5252024-12-20T22:40:01.896Z Downloaded const-oid v0.9.6
5262024-12-20T22:40:01.896Z Downloaded ron v0.8.1
5272024-12-20T22:40:01.900Z Downloaded path-tree v0.8.1
5282024-12-20T22:40:01.903Z Downloaded idna_adapter v1.2.0
5292024-12-20T22:40:01.903Z Downloaded thiserror v1.0.69
5302024-12-20T22:40:01.907Z Downloaded inout v0.1.3
5312024-12-20T22:40:01.910Z Downloaded git2 v0.19.0
5322024-12-20T22:40:01.917Z Downloaded scopeguard v1.2.0
5332024-12-20T22:40:01.919Z Downloaded ppv-lite86 v0.2.20
5342024-12-20T22:40:01.922Z Downloaded ryu v1.0.18
5352024-12-20T22:40:01.924Z Downloaded openssl-probe v0.1.5
5362024-12-20T22:40:01.927Z Downloaded openssl-macros v0.1.1
5372024-12-20T22:40:01.927Z Downloaded rust-argon2 v2.1.0
5382024-12-20T22:40:01.930Z Downloaded unsafe-libyaml v0.2.11
5392024-12-20T22:40:01.933Z Downloaded threadpool v1.8.1
5402024-12-20T22:40:01.933Z Downloaded thiserror-impl v2.0.3
5412024-12-20T22:40:01.936Z Downloaded scroll v0.12.0
5422024-12-20T22:40:01.936Z Downloaded xz2 v0.1.7
5432024-12-20T22:40:01.939Z Downloaded progenitor-client v0.8.0
5442024-12-20T22:40:01.939Z Downloaded lru-cache v0.1.2
5452024-12-20T22:40:01.941Z Downloaded lru v0.12.5
5462024-12-20T22:40:01.941Z Downloaded ena v0.14.3
5472024-12-20T22:40:01.944Z Downloaded thiserror v2.0.3
5482024-12-20T22:40:01.947Z Downloaded shell-words v1.1.0
5492024-12-20T22:40:01.950Z Downloaded phf_generator v0.11.2
5502024-12-20T22:40:01.950Z Downloaded phf_codegen v0.11.2
5512024-12-20T22:40:01.950Z Downloaded usdt-impl v0.5.0
5522024-12-20T22:40:01.953Z Downloaded diff v0.1.13
5532024-12-20T22:40:01.955Z Downloaded rsa v0.9.6
5542024-12-20T22:40:01.959Z Downloaded termios v0.3.3
5552024-12-20T22:40:01.962Z Downloaded termcolor v1.4.1
5562024-12-20T22:40:01.962Z Downloaded tabled v0.15.0
5572024-12-20T22:40:01.977Z Downloaded matches v0.1.10
5582024-12-20T22:40:01.987Z Downloaded signal-hook-registry v1.4.2
5592024-12-20T22:40:01.987Z Downloaded serde_derive_internals v0.29.1
5602024-12-20T22:40:01.987Z Downloaded postcard v1.0.10
5612024-12-20T22:40:01.987Z Downloaded derive_builder v0.20.2
5622024-12-20T22:40:01.989Z Downloaded tiny-keccak v2.0.2
5632024-12-20T22:40:01.991Z Downloaded rustls-webpki v0.102.8
5642024-12-20T22:40:02.007Z Downloaded sigpipe v0.1.3
5652024-12-20T22:40:02.010Z Downloaded rand_xorshift v0.3.0
5662024-12-20T22:40:02.010Z Downloaded difflib v0.4.0
5672024-12-20T22:40:02.013Z Downloaded tinytemplate v1.2.1
5682024-12-20T22:40:02.013Z Downloaded time-macros v0.2.18
5692024-12-20T22:40:02.015Z Downloaded yasna v0.5.2
5702024-12-20T22:40:02.018Z Downloaded dhcproto-macros v0.1.0
5712024-12-20T22:40:02.018Z Downloaded progenitor v0.8.0
5722024-12-20T22:40:02.021Z Downloaded postgres-protocol v0.6.7
5732024-12-20T22:40:02.021Z Downloaded ucd-trie v0.1.7
5742024-12-20T22:40:02.023Z Downloaded textwrap v0.16.1
5752024-12-20T22:40:02.026Z Downloaded winnow v0.6.20
5762024-12-20T22:40:02.032Z Downloaded const_format_proc_macros v0.2.33
5772024-12-20T22:40:02.035Z Downloaded bindgen v0.69.5
5782024-12-20T22:40:02.042Z Downloaded zone_cfg_derive v0.3.0
5792024-12-20T22:40:02.048Z Downloaded libsw v3.3.1
5802024-12-20T22:40:02.048Z Downloaded der_derive v0.7.3
5812024-12-20T22:40:02.048Z Downloaded zerofrom-derive v0.1.4
5822024-12-20T22:40:02.051Z Downloaded twox-hash v1.6.3
5832024-12-20T22:40:02.051Z Downloaded unicode-xid v0.2.6
5842024-12-20T22:40:02.051Z Downloaded tinyvec v1.8.0
5852024-12-20T22:40:02.055Z Downloaded pretty_assertions v1.4.1
5862024-12-20T22:40:02.055Z Downloaded zone v0.1.8
5872024-12-20T22:40:02.058Z Downloaded structmeta-derive v0.2.0
5882024-12-20T22:40:02.058Z Downloaded signature v2.2.0
5892024-12-20T22:40:02.058Z Downloaded serde_spanned v0.6.8
5902024-12-20T22:40:02.060Z Downloaded scheduled-thread-pool v0.2.7
5912024-12-20T22:40:02.060Z Downloaded same-file v1.0.6
5922024-12-20T22:40:02.063Z Downloaded convert_case v0.4.0
5932024-12-20T22:40:02.063Z Downloaded once_cell v1.20.2
5942024-12-20T22:40:02.066Z Downloaded test-strategy v0.3.1
5952024-12-20T22:40:02.069Z Downloaded memmap v0.7.0
5962024-12-20T22:40:02.071Z Downloaded mime v0.3.17
5972024-12-20T22:40:02.071Z Downloaded log v0.4.22
5982024-12-20T22:40:02.074Z Downloaded p384 v0.13.0
5992024-12-20T22:40:02.078Z Downloaded dunce v1.0.5
6002024-12-20T22:40:02.083Z Downloaded strum_macros v0.24.3
6012024-12-20T22:40:02.083Z Downloaded proc-macro-error v1.0.4
6022024-12-20T22:40:02.086Z Downloaded schemars v0.8.21
6032024-12-20T22:40:02.095Z Downloaded zone v0.3.0
6042024-12-20T22:40:02.098Z Downloaded p256 v0.13.2
6052024-12-20T22:40:02.101Z Downloaded crc v3.2.1
6062024-12-20T22:40:02.104Z Downloaded rfc6979 v0.4.0
6072024-12-20T22:40:02.104Z Downloaded zerocopy v0.6.6
6082024-12-20T22:40:02.106Z Downloaded password-hash v0.4.2
6092024-12-20T22:40:02.106Z Downloaded yansi v1.0.1
6102024-12-20T22:40:02.109Z Downloaded structmeta-derive v0.3.0
6112024-12-20T22:40:02.111Z Downloaded constant_time_eq v0.3.1
6122024-12-20T22:40:02.111Z Downloaded owo-colors v4.1.0
6132024-12-20T22:40:02.114Z Downloaded icu_collections v1.5.0
6142024-12-20T22:40:02.119Z Downloaded serde_with_macros v3.11.0
6152024-12-20T22:40:02.121Z Downloaded criterion v0.5.1
6162024-12-20T22:40:02.127Z Downloaded des v0.8.1
6172024-12-20T22:40:02.130Z Downloaded icu_provider v1.5.0
6182024-12-20T22:40:02.133Z Downloaded num-rational v0.4.2
6192024-12-20T22:40:02.133Z Downloaded tracing-core v0.1.32
6202024-12-20T22:40:02.136Z Downloaded pest v2.7.14
6212024-12-20T22:40:02.140Z Downloaded indicatif v0.17.9
6222024-12-20T22:40:02.144Z Downloaded num-bigint-dig v0.8.4
6232024-12-20T22:40:02.148Z Downloaded partial-io v0.5.4
6242024-12-20T22:40:02.151Z Downloaded tough v0.19.0
6252024-12-20T22:40:02.158Z Downloaded icu_locid_transform v1.5.0
6262024-12-20T22:40:02.161Z Downloaded icu_locid_transform_data v1.5.0
6272024-12-20T22:40:02.164Z Downloaded gimli v0.31.1
6282024-12-20T22:40:02.170Z Downloaded unicode-properties v0.1.3
6292024-12-20T22:40:02.172Z Downloaded rustls-webpki v0.101.7
6302024-12-20T22:40:02.185Z Downloaded dhcproto v0.12.0
6312024-12-20T22:40:02.188Z Downloaded tungstenite v0.23.0
6322024-12-20T22:40:02.191Z Downloaded zerovec v0.10.4
6332024-12-20T22:40:02.196Z Downloaded cookie v0.18.1
6342024-12-20T22:40:02.199Z Downloaded icu_locid v1.5.0
6352024-12-20T22:40:02.203Z Downloaded rcgen v0.12.1
6362024-12-20T22:40:02.206Z Downloaded pem-rfc7468 v0.7.0
6372024-12-20T22:40:02.209Z Downloaded postgres-types v0.2.8
6382024-12-20T22:40:02.212Z Downloaded samael v0.0.17
6392024-12-20T22:40:02.215Z Downloaded zip v2.1.3
6402024-12-20T22:40:02.219Z Downloaded idna v0.2.3
6412024-12-20T22:40:02.226Z Downloaded tungstenite v0.24.0
6422024-12-20T22:40:02.229Z Downloaded crypto-bigint v0.5.5
6432024-12-20T22:40:02.235Z Downloaded quinn-proto v0.11.8
6442024-12-20T22:40:02.241Z Downloaded memchr v2.7.4
6452024-12-20T22:40:02.246Z Downloaded p521 v0.13.3
6462024-12-20T22:40:02.249Z Downloaded reqwest v0.12.9
6472024-12-20T22:40:02.257Z Downloaded parse-zoneinfo v0.3.1
6482024-12-20T22:40:02.260Z Downloaded unicode_categories v0.1.1
6492024-12-20T22:40:02.263Z Downloaded time v0.3.36
6502024-12-20T22:40:02.269Z Downloaded libm v0.2.8
6512024-12-20T22:40:02.276Z Downloaded petname v2.0.2
6522024-12-20T22:40:02.281Z Downloaded serde_json v1.0.132
6532024-12-20T22:40:02.288Z Downloaded serde_with v3.11.0
6542024-12-20T22:40:02.295Z Downloaded itertools v0.12.1
6552024-12-20T22:40:02.302Z Downloaded vcpkg v0.2.15
6562024-12-20T22:40:02.339Z Downloaded unicode-segmentation v1.12.0
6572024-12-20T22:40:02.341Z Downloaded idna v1.0.3
6582024-12-20T22:40:02.345Z Downloaded syn v1.0.109
6592024-12-20T22:40:02.355Z Downloaded reedline v0.35.0
6602024-12-20T22:40:02.361Z Downloaded proptest v1.5.0
6612024-12-20T22:40:02.370Z Downloaded zerocopy v0.7.35
6622024-12-20T22:40:02.385Z Downloaded lalrpop v0.19.12
6632024-12-20T22:40:02.396Z Downloaded regex v1.11.1
6642024-12-20T22:40:02.408Z Downloaded chrono-tz v0.10.0
6652024-12-20T22:40:02.415Z Downloaded object v0.30.4
6662024-12-20T22:40:02.425Z Downloaded zerocopy v0.8.10
6672024-12-20T22:40:02.448Z Downloaded portable-atomic v1.9.0
6682024-12-20T22:40:02.455Z Downloaded rustix v0.38.37
6692024-12-20T22:40:02.476Z Downloaded nix v0.29.0
6702024-12-20T22:40:02.486Z Downloaded rustls v0.23.19
6712024-12-20T22:40:02.497Z Downloaded dropshot v0.13.0
6722024-12-20T22:40:02.516Z Downloaded unicode-width v0.1.14
6732024-12-20T22:40:02.521Z Downloaded openapiv3 v2.0.0
6742024-12-20T22:40:02.532Z Downloaded salty v0.3.0
6752024-12-20T22:40:02.538Z Downloaded dropshot v0.12.0
6762024-12-20T22:40:02.557Z Downloaded syn v2.0.87
6772024-12-20T22:40:02.569Z Downloaded idna v0.5.0
6782024-12-20T22:40:02.574Z Downloaded nix v0.27.1
6792024-12-20T22:40:02.583Z Downloaded object v0.36.5
6802024-12-20T22:40:02.594Z Downloaded unicode-width v0.2.0
6812024-12-20T22:40:02.599Z Downloaded smoltcp v0.9.1
6822024-12-20T22:40:02.609Z Downloaded typify-impl v0.2.0
6832024-12-20T22:40:02.622Z Downloaded regex-syntax v0.6.29
6842024-12-20T22:40:02.629Z Downloaded diesel v2.2.6
6852024-12-20T22:40:02.646Z Downloaded regex-syntax v0.8.5
6862024-12-20T22:40:02.654Z Downloaded trust-dns-proto v0.22.0
6872024-12-20T22:40:02.666Z Downloaded rustls v0.22.4
6882024-12-20T22:40:02.680Z Downloaded curve25519-dalek v4.1.3
6892024-12-20T22:40:02.687Z Downloaded bstr v1.10.0
6902024-12-20T22:40:02.698Z Downloaded polar-core v0.27.3
6912024-12-20T22:40:02.708Z Downloaded zerocopy-derive v0.6.6
6922024-12-20T22:40:02.716Z Downloaded regex-automata v0.4.8
6932024-12-20T22:40:02.732Z Downloaded sled v0.34.7
6942024-12-20T22:40:02.742Z Downloaded bzip2-sys v0.1.11+1.0.8
6952024-12-20T22:40:02.754Z Downloaded nix v0.28.0
6962024-12-20T22:40:02.765Z Downloaded ratatui v0.28.1
6972024-12-20T22:40:02.787Z Downloaded petgraph v0.6.5
6982024-12-20T22:40:02.801Z Downloaded regress v0.10.1
6992024-12-20T22:40:02.809Z Downloaded crossterm v0.28.1
7002024-12-20T22:40:02.815Z Downloaded itertools v0.13.0
7012024-12-20T22:40:02.822Z Downloaded rustls v0.21.12
7022024-12-20T22:40:02.833Z Downloaded openssl v0.10.66
7032024-12-20T22:40:02.845Z Downloaded smoltcp v0.11.0
7042024-12-20T22:40:02.854Z Downloaded tokio v1.40.0
7052024-12-20T22:40:02.891Z Downloaded libz-sys v1.1.20
7062024-12-20T22:40:02.911Z Downloaded hickory-proto v0.24.1
7072024-12-20T22:40:02.931Z Downloaded icu_properties_data v1.5.0
7082024-12-20T22:40:02.941Z Downloaded libc v0.2.162
7092024-12-20T22:40:02.968Z Downloaded webpki-roots v0.26.6
7102024-12-20T22:40:02.971Z Downloaded lzma-sys v0.1.20
7112024-12-20T22:40:02.999Z Downloaded regress v0.9.1
7122024-12-20T22:40:03.008Z Downloaded radix_trie v0.2.1
7132024-12-20T22:40:03.012Z Downloaded idna v0.3.0
7142024-12-20T22:40:03.019Z Downloaded der v0.7.9
7152024-12-20T22:40:03.023Z Downloaded idna v0.4.0
7162024-12-20T22:40:03.030Z Downloaded rstest_macros v0.23.0
7172024-12-20T22:40:03.033Z Downloaded tracing v0.1.40
7182024-12-20T22:40:03.037Z Downloaded sha3 v0.10.8
7192024-12-20T22:40:03.041Z Downloaded indexmap v2.6.0
7202024-12-20T22:40:03.045Z Downloaded schemars_derive v0.8.21
7212024-12-20T22:40:03.049Z Downloaded csv v1.3.0
7222024-12-20T22:40:03.066Z Downloaded crypto-common v0.1.6
7232024-12-20T22:40:03.069Z Downloaded tracing-attributes v0.1.27
7242024-12-20T22:40:03.072Z Downloaded term v0.7.0
7252024-12-20T22:40:03.074Z Downloaded unicode-normalization v0.1.24
7262024-12-20T22:40:03.076Z Downloaded darling_core v0.20.10
7272024-12-20T22:40:03.080Z Downloaded zone_cfg_derive v0.1.2
7282024-12-20T22:40:03.083Z Downloaded md5 v0.7.0
7292024-12-20T22:40:03.083Z Downloaded phf v0.11.2
7302024-12-20T22:40:03.083Z Downloaded darling v0.20.10
7312024-12-20T22:40:03.086Z Downloaded yoke v0.7.4
7322024-12-20T22:40:03.089Z Downloaded ron v0.7.1
7332024-12-20T22:40:03.092Z Downloaded const_format v0.2.33
7342024-12-20T22:40:03.097Z Downloaded socket2 v0.5.7
7352024-12-20T22:40:03.100Z Downloaded num-traits v0.2.19
7362024-12-20T22:40:03.102Z Downloaded progenitor-impl v0.8.0
7372024-12-20T22:40:03.104Z Downloaded itertools v0.10.5
7382024-12-20T22:40:03.108Z Downloaded rstest v0.23.0
7392024-12-20T22:40:03.114Z Downloaded chrono v0.4.38
7402024-12-20T22:40:03.121Z Downloaded bitvec v1.0.1
7412024-12-20T22:40:03.135Z Downloaded quote v1.0.37
7422024-12-20T22:40:03.138Z Downloaded papergrid v0.11.0
7432024-12-20T22:40:03.142Z Downloaded tungstenite v0.21.0
7442024-12-20T22:40:03.147Z Downloaded quick-xml v0.33.0
7452024-12-20T22:40:03.151Z Downloaded httpmock v0.8.0-alpha.1
7462024-12-20T22:40:03.168Z Downloaded indoc v2.0.5
7472024-12-20T22:40:03.171Z Downloaded indoc v1.0.9
7482024-12-20T22:40:03.174Z Downloaded publicsuffix v2.2.3
7492024-12-20T22:40:03.177Z Downloaded plotters v0.3.7
7502024-12-20T22:40:03.184Z Downloaded clap_builder v4.5.21
7512024-12-20T22:40:03.190Z Downloaded sqlparser v0.45.0
7522024-12-20T22:40:03.195Z Downloaded universal-hash v0.5.1
7532024-12-20T22:40:03.198Z Downloaded structmeta v0.3.0
7542024-12-20T22:40:03.198Z Downloaded scrypt v0.11.0
7552024-12-20T22:40:03.200Z Downloaded tokio-tungstenite v0.21.0
7562024-12-20T22:40:03.261Z Downloaded smallvec v1.13.2
7572024-12-20T22:40:03.262Z Downloaded pbkdf2 v0.11.0
7582024-12-20T22:40:03.262Z Downloaded winnow v0.5.40
7592024-12-20T22:40:03.262Z Downloaded parking_lot_core v0.9.10
7602024-12-20T22:40:03.262Z Downloaded encoding_rs v0.8.34
7612024-12-20T22:40:03.262Z Downloaded cstr-argument v0.1.2
7622024-12-20T22:40:03.262Z Downloaded parking_lot_core v0.8.6
7632024-12-20T22:40:03.265Z Downloaded x509-cert v0.2.5
7642024-12-20T22:40:03.270Z Downloaded rand_seeder v0.3.0
7652024-12-20T22:40:03.273Z Downloaded tempfile v3.13.0
7662024-12-20T22:40:03.277Z Downloaded typed-path v0.9.3
7672024-12-20T22:40:03.281Z Downloaded rusqlite v0.32.1
7682024-12-20T22:40:03.289Z Downloaded uuid v1.11.0
7692024-12-20T22:40:03.293Z Downloaded jobserver v0.1.32
7702024-12-20T22:40:03.295Z Downloaded strum_macros v0.25.3
7712024-12-20T22:40:03.298Z Downloaded num-integer v0.1.46
7722024-12-20T22:40:03.300Z Downloaded multer v3.1.0
7732024-12-20T22:40:03.303Z Downloaded icu_properties v1.5.1
7742024-12-20T22:40:03.306Z Downloaded cmake v0.1.51
7752024-12-20T22:40:03.308Z Downloaded clap_lex v0.7.2
7762024-12-20T22:40:03.311Z Downloaded usdt v0.5.0
7772024-12-20T22:40:03.311Z Downloaded subtle v2.6.1
7782024-12-20T22:40:03.311Z Downloaded libloading v0.8.5
7792024-12-20T22:40:03.314Z Downloaded similar v2.6.0
7802024-12-20T22:40:03.318Z Downloaded slog-scope v4.4.0
7812024-12-20T22:40:03.320Z Downloaded dyn-clone v1.0.17
7822024-12-20T22:40:03.324Z Downloaded unicode-bidi v0.3.17
7832024-12-20T22:40:03.327Z Downloaded h2 v0.4.6
7842024-12-20T22:40:03.330Z Downloaded goblin v0.8.2
7852024-12-20T22:40:03.336Z Downloaded libgit2-sys v0.17.0+1.8.1
7862024-12-20T22:40:03.391Z Downloaded progenitor-macro v0.8.0
7872024-12-20T22:40:03.393Z Downloaded icu_normalizer v1.5.0
7882024-12-20T22:40:03.396Z Downloaded snafu v0.8.5
7892024-12-20T22:40:03.400Z Downloaded icu_normalizer_data v1.5.0
7902024-12-20T22:40:03.403Z Downloaded multimap v0.10.0
7912024-12-20T22:40:03.406Z Downloaded libefi-sys v0.1.0
7922024-12-20T22:40:03.406Z Downloaded resolv-conf v0.7.0
7932024-12-20T22:40:03.406Z Downloaded derive-where v1.2.7
7942024-12-20T22:40:03.409Z Downloaded zeroize_derive v1.4.2
7952024-12-20T22:40:03.411Z Downloaded unicode-ident v1.0.13
7962024-12-20T22:40:03.414Z Downloaded ed25519-dalek v2.1.1
7972024-12-20T22:40:03.417Z Downloaded keccak v0.1.5
7982024-12-20T22:40:03.417Z Downloaded compact_str v0.8.0
7992024-12-20T22:40:03.420Z Downloaded memmap2 v0.9.5
8002024-12-20T22:40:03.423Z Downloaded siphasher v0.3.11
8012024-12-20T22:40:03.425Z Downloaded rustyline v14.0.0
8022024-12-20T22:40:03.428Z Downloaded match_cfg v0.1.0
8032024-12-20T22:40:03.431Z Downloaded strum v0.26.3
8042024-12-20T22:40:03.432Z Downloaded serde-hex v0.1.0
8052024-12-20T22:40:03.434Z Downloaded rustls-pki-types v1.10.0
8062024-12-20T22:40:03.437Z Downloaded russh v0.45.0
8072024-12-20T22:40:03.442Z Downloaded zerocopy-derive v0.7.35
8082024-12-20T22:40:03.446Z Downloaded tokio-rustls v0.26.0
8092024-12-20T22:40:03.449Z Downloaded tokio-rustls v0.25.0
8102024-12-20T22:40:03.451Z Downloaded kstat-rs v0.2.4
8112024-12-20T22:40:03.451Z Downloaded toml_edit v0.22.22
8122024-12-20T22:40:03.472Z Downloaded maybe-uninit v2.0.0
8132024-12-20T22:40:03.475Z Downloaded strum_macros v0.26.4
8142024-12-20T22:40:03.477Z Downloaded snafu-derive v0.8.5
8152024-12-20T22:40:03.477Z Downloaded slog-dtrace v0.3.0
8162024-12-20T22:40:03.480Z Downloaded parking_lot v0.12.3
8172024-12-20T22:40:03.483Z Downloaded nom v7.1.3
8182024-12-20T22:40:03.486Z Downloaded pin-project-internal v1.1.6
8192024-12-20T22:40:03.489Z Downloaded colored v2.1.0
8202024-12-20T22:40:03.489Z Downloaded colorchoice v1.0.2
8212024-12-20T22:40:03.491Z Downloaded cobs v0.2.3
8222024-12-20T22:40:03.492Z Downloaded unicode-linebreak v0.1.5
8232024-12-20T22:40:03.492Z Downloaded unicase v2.7.0
8242024-12-20T22:40:03.494Z Downloaded unarray v0.1.4
8252024-12-20T22:40:03.495Z Downloaded pbkdf2 v0.12.2
8262024-12-20T22:40:03.498Z Downloaded native-tls v0.2.12
8272024-12-20T22:40:03.501Z Downloaded serde_yaml v0.9.34+deprecated
8282024-12-20T22:40:03.501Z Downloaded vergen v8.3.2
8292024-12-20T22:40:03.504Z Downloaded synstructure v0.13.1
8302024-12-20T22:40:03.507Z Downloaded simd-adler32 v0.3.7
8312024-12-20T22:40:03.507Z Downloaded aes v0.8.4
8322024-12-20T22:40:03.510Z Downloaded rustc_version v0.4.1
8332024-12-20T22:40:03.512Z Downloaded rustc-hash v2.0.0
8342024-12-20T22:40:03.512Z Downloaded ipnet v2.10.1
8352024-12-20T22:40:03.514Z Downloaded typenum v1.17.0
8362024-12-20T22:40:03.517Z Downloaded pest_meta v2.7.14
8372024-12-20T22:40:03.521Z Downloaded openssl-sys v0.9.103
8382024-12-20T22:40:03.523Z Downloaded ctr v0.9.2
8392024-12-20T22:40:03.527Z Downloaded elliptic-curve v0.13.8
8402024-12-20T22:40:03.530Z Downloaded rustc_version v0.1.7
8412024-12-20T22:40:03.532Z Downloaded sync-ptr v0.1.1
8422024-12-20T22:40:03.532Z Downloaded ipnetwork v0.20.0
8432024-12-20T22:40:03.532Z Downloaded internet-checksum v0.2.1
8442024-12-20T22:40:03.535Z Downloaded http v1.1.0
8452024-12-20T22:40:03.539Z Downloaded hashbrown v0.12.3
8462024-12-20T22:40:03.542Z Downloaded qorb v0.2.1
8472024-12-20T22:40:03.547Z Downloaded curve25519-dalek-derive v0.1.1
8482024-12-20T22:40:03.550Z Downloaded rand_core v0.6.4
8492024-12-20T22:40:03.550Z Downloaded defmt v0.3.8
8502024-12-20T22:40:03.552Z Downloaded wait-timeout v0.2.0
8512024-12-20T22:40:03.555Z Downloaded version_check v0.9.5
8522024-12-20T22:40:03.558Z Downloaded clap v4.5.21
8532024-12-20T22:40:03.564Z Downloaded strsim v0.11.1
8542024-12-20T22:40:03.567Z Downloaded stringmetrics v2.2.2
8552024-12-20T22:40:03.570Z Downloaded displaydoc v0.2.5
8562024-12-20T22:40:03.573Z Downloaded password-hash v0.5.0
8572024-12-20T22:40:03.573Z Downloaded crossbeam-utils v0.8.20
8582024-12-20T22:40:03.575Z Downloaded clang-sys v1.8.1
8592024-12-20T22:40:03.578Z Downloaded hickory-server v0.24.1
8602024-12-20T22:40:03.583Z Downloaded hickory-resolver v0.24.1
8612024-12-20T22:40:03.588Z Downloaded stable_deref_trait v1.2.0
8622024-12-20T22:40:03.590Z Downloaded spin v0.5.2
8632024-12-20T22:40:03.590Z Downloaded rustls-pemfile v1.0.4
8642024-12-20T22:40:03.593Z Downloaded mime_guess v2.0.5
8652024-12-20T22:40:03.593Z Downloaded libtest-mimic v0.7.3
8662024-12-20T22:40:03.596Z Downloaded slog v2.7.0
8672024-12-20T22:40:03.599Z Downloaded signal-hook v0.3.17
8682024-12-20T22:40:03.601Z Downloaded backtrace v0.3.74
8692024-12-20T22:40:03.606Z Downloaded chacha20poly1305 v0.10.1
8702024-12-20T22:40:03.621Z Downloaded cipher v0.4.4
8712024-12-20T22:40:03.621Z Downloaded ciborium-ll v0.2.2
8722024-12-20T22:40:03.621Z Downloaded unicode-truncate v1.1.0
8732024-12-20T22:40:03.621Z Downloaded primeorder v0.13.6
8742024-12-20T22:40:03.621Z Downloaded pkcs1 v0.7.5
8752024-12-20T22:40:03.627Z Downloaded async-io v2.3.4
8762024-12-20T22:40:03.627Z Downloaded blake2 v0.10.6
8772024-12-20T22:40:03.627Z Downloaded ahash v0.8.11
8782024-12-20T22:40:03.627Z Downloaded spki v0.7.3
8792024-12-20T22:40:03.630Z Downloaded slog-bunyan v2.5.0
8802024-12-20T22:40:03.630Z Downloaded slog-async v2.8.0
8812024-12-20T22:40:03.633Z Downloaded signal-hook-mio v0.2.4
8822024-12-20T22:40:03.633Z Downloaded shlex v1.3.0
8832024-12-20T22:40:03.636Z Downloaded serde_repr v0.1.19
8842024-12-20T22:40:03.636Z Downloaded serde_regex v1.1.0
8852024-12-20T22:40:03.640Z Downloaded fatfs v0.3.6
8862024-12-20T22:40:03.642Z Downloaded backoff v0.4.0
8872024-12-20T22:40:03.645Z Downloaded hashlink v0.9.1
8882024-12-20T22:40:03.645Z Downloaded futures-lite v2.3.0
8892024-12-20T22:40:03.647Z Downloaded highway v1.2.0
8902024-12-20T22:40:03.650Z Downloaded float-cmp v0.9.0
8912024-12-20T22:40:03.650Z Downloaded buf-list v1.0.3
8922024-12-20T22:40:03.653Z Downloaded arc-swap v1.7.1
8932024-12-20T22:40:03.656Z Downloaded tap v1.0.1
8942024-12-20T22:40:03.659Z Downloaded parse-display v0.10.0
8952024-12-20T22:40:03.659Z Downloaded parse-display-derive v0.10.0
8962024-12-20T22:40:03.659Z Downloaded oorandom v11.1.4
8972024-12-20T22:40:03.662Z Downloaded num_enum_derive v0.5.11
8982024-12-20T22:40:03.662Z Downloaded num-iter v0.1.45
8992024-12-20T22:40:03.662Z Downloaded bytecount v0.6.8
9002024-12-20T22:40:03.669Z Downloaded atomic-waker v1.1.2
9012024-12-20T22:40:03.669Z Downloaded cargo_metadata v0.18.1
9022024-12-20T22:40:03.669Z Downloaded cancel-safe-futures v0.1.5
9032024-12-20T22:40:03.672Z Downloaded camino v1.1.9
9042024-12-20T22:40:03.672Z Downloaded blake2b_simd v1.0.2
9052024-12-20T22:40:03.676Z Downloaded bitflags v1.3.2
9062024-12-20T22:40:03.679Z Downloaded futures-channel v0.3.31
9072024-12-20T22:40:03.679Z Downloaded fd-lock v4.0.2
9082024-12-20T22:40:03.681Z Downloaded futures-core v0.3.31
9092024-12-20T22:40:03.684Z Downloaded fs_extra v1.3.0
9102024-12-20T22:40:03.684Z Downloaded hubpack v0.1.2
9112024-12-20T22:40:03.686Z Downloaded futures-sink v0.3.31
9122024-12-20T22:40:03.686Z Downloaded futures-io v0.3.31
9132024-12-20T22:40:03.689Z Downloaded fragile v2.0.0
9142024-12-20T22:40:03.689Z Downloaded fnv v1.0.7
9152024-12-20T22:40:03.692Z Downloaded assert_cmd v2.0.16
9162024-12-20T22:40:03.692Z Downloaded argon2 v0.5.3
9172024-12-20T22:40:03.695Z Downloaded heck v0.4.1
9182024-12-20T22:40:03.697Z Downloaded futures-task v0.3.31
9192024-12-20T22:40:03.697Z Downloaded block-padding v0.3.3
9202024-12-20T22:40:03.697Z Downloaded async-executor v1.13.1
9212024-12-20T22:40:03.700Z Downloaded anstyle v1.0.10
9222024-12-20T22:40:03.703Z Downloaded anstream v0.6.15
9232024-12-20T22:40:03.705Z Downloaded funty v2.0.0
9242024-12-20T22:40:03.705Z Downloaded chrono-tz-build v0.4.0
9252024-12-20T22:40:03.705Z Downloaded bitfield-struct v0.6.2
9262024-12-20T22:40:03.709Z Downloaded glob v0.3.1
9272024-12-20T22:40:03.709Z Downloaded foreign-types v0.5.0
9282024-12-20T22:40:03.712Z Downloaded foldhash v0.1.3
9292024-12-20T22:40:03.712Z Downloaded float-ord v0.3.2
9302024-12-20T22:40:03.712Z Downloaded fallible-streaming-iterator v0.1.9
9312024-12-20T22:40:03.712Z Downloaded bit-set v0.5.3
9322024-12-20T22:40:03.717Z Downloaded hostname v0.4.0
9332024-12-20T22:40:03.721Z Downloaded hex v0.4.3
9342024-12-20T22:40:03.721Z Downloaded group v0.13.0
9352024-12-20T22:40:03.721Z Downloaded futures-executor v0.3.31
9362024-12-20T22:40:03.724Z Downloaded foreign-types-macros v0.2.3
9372024-12-20T22:40:03.724Z Downloaded fallible-iterator v0.2.0
9382024-12-20T22:40:03.724Z Downloaded blowfish v0.9.1
9392024-12-20T22:40:03.727Z Downloaded fallible-iterator v0.3.0
9402024-12-20T22:40:03.727Z Downloaded bit-vec v0.6.3
9412024-12-20T22:40:03.730Z Downloaded block-buffer v0.10.4
9422024-12-20T22:40:03.730Z Downloaded async-global-executor v2.4.1
9432024-12-20T22:40:03.733Z Downloaded cexpr v0.6.0
9442024-12-20T22:40:03.733Z Downloaded cast v0.3.0
9452024-12-20T22:40:03.733Z Downloaded ring v0.17.8
9462024-12-20T22:40:03.804Z Downloaded event-listener-strategy v0.5.2
9472024-12-20T22:40:03.807Z Downloaded event-listener v2.5.3
9482024-12-20T22:40:03.807Z Downloaded castaway v0.2.3
9492024-12-20T22:40:03.809Z Downloaded bb8 v0.8.5
9502024-12-20T22:40:03.809Z Downloaded fastrand v2.1.1
9512024-12-20T22:40:03.809Z Downloaded array-init v0.0.4
9522024-12-20T22:40:03.811Z Downloaded anstyle-query v1.1.1
9532024-12-20T22:40:03.812Z Downloaded aead v0.5.2
9542024-12-20T22:40:03.815Z Downloaded foreign-types-shared v0.1.1
9552024-12-20T22:40:03.912Z Downloaded libsqlite3-sys v0.30.1
9562024-12-20T22:40:03.988Z Downloaded ring v0.16.20
9572024-12-20T22:40:04.153Z Downloaded aws-lc-sys v0.22.0
9582024-12-20T22:40:04.641Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9592024-12-20T22:40:11.675Z Startup: Refreshing catalog 'helios-dev' ... Done
9602024-12-20T22:40:15.535Z Startup: Caching catalogs ... Done
9612024-12-20T22:40:26.411ZPlanning: Solver setup ... Done (9.908s)
9622024-12-20T22:40:26.549ZPlanning: Running solver ... Done (0.138s)
9632024-12-20T22:40:26.656ZPlanning: Finding local manifests ... Done (0.004s)
9642024-12-20T22:40:26.668ZPlanning: Fetching manifests: 0/5 0% complete
9652024-12-20T22:40:26.880ZPlanning: Fetching manifests: 5/5 100% complete
9662024-12-20T22:40:26.981ZPlanning: Package planning ... Done (0.101s)
9672024-12-20T22:40:27.204ZPlanning: Merging actions ... Done (0.222s)
9682024-12-20T22:40:27.398ZPlanning: Checking for conflicting actions ... Done (0.194s)
9692024-12-20T22:40:29.613ZPlanning: Consolidating action changes ... Done (2.215s)
9702024-12-20T22:40:30.067ZPlanning: Evaluating mediators ... Done (0.453s)
9712024-12-20T22:40:30.147ZPlanning: Planning completed in 14.51 seconds
9722024-12-20T22:40:30.163Z Packages to install: 4
9732024-12-20T22:40:30.163Z Packages to update: 1
9742024-12-20T22:40:30.166Z Mediators to change: 2
9752024-12-20T22:40:30.166Z Services to change: 1
9762024-12-20T22:40:30.166Z Estimated space available: 155.37 GB
9772024-12-20T22:40:30.166ZEstimated space to be consumed: 1.62 GB
9782024-12-20T22:40:30.166Z Create boot environment: No
9792024-12-20T22:40:30.166ZCreate backup boot environment: Yes
9802024-12-20T22:40:30.166Z Rebuild boot archive: No
9812024-12-20T22:40:30.166Z
9822024-12-20T22:40:30.166ZChanged mediators:
9832024-12-20T22:40:30.166Z mediator clang:
9842024-12-20T22:40:30.166Z version: None -> 15 (system default)
9852024-12-20T22:40:30.166Z
9862024-12-20T22:40:30.166Z mediator llvm:
9872024-12-20T22:40:30.166Z version: 14 (system default) -> 15 (system default)
9882024-12-20T22:40:30.167Z
9892024-12-20T22:40:30.167ZChanged packages:
9902024-12-20T22:40:30.167Zhelios-dev
9912024-12-20T22:40:30.167Z developer/build-essential
9922024-12-20T22:40:30.167Z None -> 11-2.0
9932024-12-20T22:40:30.167Z library/libxmlsec1
9942024-12-20T22:40:30.167Z None -> 1.2.35-2.0
9952024-12-20T22:40:30.167Z ooce/developer/clang-15
9962024-12-20T22:40:30.167Z None -> 15.0.7-2.0
9972024-12-20T22:40:30.167Z ooce/developer/llvm-15
9982024-12-20T22:40:30.167Z None -> 15.0.7-2.0
9992024-12-20T22:40:30.167Z package/pkg
10002024-12-20T22:40:30.167Z 0.5.11-2.0 -> 0.5.11-2.1.6412
10012024-12-20T22:40:30.167Z
10022024-12-20T22:40:30.167ZServices:
10032024-12-20T22:40:30.167Z restart_fmri:
10042024-12-20T22:40:30.167Z svc:/system/update-man-index:default
10052024-12-20T22:40:30.167Z
10062024-12-20T22:40:30.167ZEditable files to change:
10072024-12-20T22:40:30.167Z Update:
10082024-12-20T22:40:30.167Z usr/share/lib/pkg/web/config.shtml
10092024-12-20T22:40:30.249Z
10102024-12-20T22:40:30.249ZDownload: 0/4281 items 0.0/220.6MB 0% complete
10112024-12-20T22:40:35.250ZDownload: 1252/4281 items 96.9/220.6MB 43% complete (19.4M/s)
10122024-12-20T22:40:40.709ZDownload: 2218/4281 items 118.3/220.6MB 53% complete (12.4M/s)
10132024-12-20T22:40:47.131ZDownload: 3247/4281 items 203.1/220.6MB 92% complete (8.8M/s)
10142024-12-20T22:40:52.017ZDownload: 3719/4281 items 216.6/220.6MB 98% complete (9.6M/s)
10152024-12-20T22:40:54.391ZDownload: Completed 220.60 MB in 24.14 seconds (9.1M/s)
10162024-12-20T22:40:56.619Z Actions: 1/5063 actions (Removing old actions)
10172024-12-20T22:40:56.792Z Actions: 194/5063 actions (Installing new actions)
10182024-12-20T22:41:01.154Z Actions: 4226/5063 actions (Updating modified actions)
10192024-12-20T22:41:01.476Z Actions: Completed 5063 actions in 5.02 seconds.
10202024-12-20T22:41:01.893Z Done (0.412s)
10212024-12-20T22:41:01.899Z Done (0.000s)
10222024-12-20T22:41:02.478Z Done (0.584s)
10232024-12-20T22:41:07.001Z Done (4.137s)
10242024-12-20T22:41:07.326Z Done (0.017s)
10252024-12-20T22:41:07.326Z Done (0.000s)
10262024-12-20T22:41:07.645Z Done (0.000s)
10272024-12-20T22:41:08.006ZPlanning: Evaluating mediator changes ... Done
10282024-12-20T22:41:08.269ZPlanning: Checking for conflicting actions ... Done
10292024-12-20T22:41:08.269ZPlanning: Consolidating action changes ... Done
10302024-12-20T22:41:08.478ZPlanning: Evaluating mediators ... Done
10312024-12-20T22:41:08.478ZPlanning: Planning completed in 0.44 seconds
10322024-12-20T22:41:08.478Z Mediators to change: 2
10332024-12-20T22:41:08.478Z Create boot environment: No
10342024-12-20T22:41:08.478ZCreate backup boot environment: No
10352024-12-20T22:41:08.788Z Done
10362024-12-20T22:41:08.789Z Done
10372024-12-20T22:41:09.047Z Done
10382024-12-20T22:41:12.417Z Done
10392024-12-20T22:41:12.505Z Done
10402024-12-20T22:41:12.508Z Done
10412024-12-20T22:41:12.646Z Done
10422024-12-20T22:41:13.302ZPlanning: Evaluating mediator changes ... Done
10432024-12-20T22:41:13.314ZPlanning: Merging actions ... Done
10442024-12-20T22:41:13.503ZPlanning: Checking for conflicting actions ... Done
10452024-12-20T22:41:13.556ZPlanning: Consolidating action changes ... Done
10462024-12-20T22:41:13.748ZPlanning: Evaluating mediators ... Done
10472024-12-20T22:41:13.797ZPlanning: Planning completed in 0.76 seconds
10482024-12-20T22:41:13.871Z Packages to change: 1
10492024-12-20T22:41:13.871Z Mediators to change: 1
10502024-12-20T22:41:13.957Z Services to change: 1
10512024-12-20T22:41:13.958Z Create boot environment: No
10522024-12-20T22:41:13.958ZCreate backup boot environment: Yes
10532024-12-20T22:41:16.066Z Actions: 1/6 actions (Updating modified actions)
10542024-12-20T22:41:16.068Z Actions: Completed 6 actions in 0.00 seconds.
10552024-12-20T22:41:16.068Z Done
10562024-12-20T22:41:16.069Z Done
10572024-12-20T22:41:16.184Z Done
10582024-12-20T22:41:19.882Z Done
10592024-12-20T22:41:19.897Z Done
10602024-12-20T22:41:19.897Z Done
10612024-12-20T22:41:20.032Z Done
10622024-12-20T22:41:20.452ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
10632024-12-20T22:41:20.452Zclang system 15 system
10642024-12-20T22:41:20.452Zcsh system system illumos
10652024-12-20T22:41:20.452Zctags system system illumos
10662024-12-20T22:41:20.452Zgcc vendor 12 vendor
10672024-12-20T22:41:20.453Zgcc system 10 system
10682024-12-20T22:41:20.453Zgcc system 7 system
10692024-12-20T22:41:20.453Zgo system 1.20 system
10702024-12-20T22:41:20.453Zgo system 1.19 system
10712024-12-20T22:41:20.453Zllvm system 15 system
10722024-12-20T22:41:20.453Zllvm system 14 system
10732024-12-20T22:41:20.453Zmariadb system 10.6 system
10742024-12-20T22:41:20.453Zmta vendor vendor dma
10752024-12-20T22:41:20.453Zopenjdk system 17 system
10762024-12-20T22:41:20.453Zopenjdk system 11 system
10772024-12-20T22:41:20.453Zopenjdk system 1.8 system
10782024-12-20T22:41:20.453Zopenssl vendor 3 vendor
10792024-12-20T22:41:20.453Zperl system 5.36 system
10802024-12-20T22:41:20.454Zpostgresql system 15 system
10812024-12-20T22:41:20.454Zpostgresql system 13 system
10822024-12-20T22:41:20.454Zpython vendor 3 vendor
10832024-12-20T22:41:20.454Zpython system 2 system
10842024-12-20T22:41:20.454Zpython3 system 3.11 system
10852024-12-20T22:41:20.454Zruby system 3.0 system
10862024-12-20T22:41:20.455Zwords vendor vendor american-english
10872024-12-20T22:41:20.455Zwords system system australian-english
10882024-12-20T22:41:20.455Zwords system system british-english
10892024-12-20T22:41:20.455Zwords system system canadian-english
10902024-12-20T22:41:20.455Zwords system system french
10912024-12-20T22:41:20.455Zwords system system italian
10922024-12-20T22:41:20.455Zwords system system ngerman
10932024-12-20T22:41:20.455Zwords system system ogerman
10942024-12-20T22:41:20.455Zwords system system spanish
10952024-12-20T22:41:20.787ZPUBLISHER TYPE STATUS P LOCATION
10962024-12-20T22:41:20.787Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
10972024-12-20T22:41:23.547ZFMRI IFO
10982024-12-20T22:41:23.547Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
10992024-12-20T22:41:23.547Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
11002024-12-20T22:41:23.548Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
11012024-12-20T22:41:23.548Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
11022024-12-20T22:41:23.548Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
11032024-12-20T22:41:23.548Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
11042024-12-20T22:41:23.548Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
11052024-12-20T22:41:23.548Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
11062024-12-20T22:41:23.548Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
11072024-12-20T22:41:23.548Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
11082024-12-20T22:41:23.548Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
11092024-12-20T22:41:23.548Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
11102024-12-20T22:41:23.548Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
11112024-12-20T22:41:23.548Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
11122024-12-20T22:41:23.548Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
11132024-12-20T22:41:24.611Z Downloading crates ...
11142024-12-20T22:41:24.697Z Downloaded cargo_toml v0.20.5
11152024-12-20T22:41:24.823Z Compiling proc-macro2 v1.0.89
11162024-12-20T22:41:24.823Z Compiling unicode-ident v1.0.13
11172024-12-20T22:41:24.823Z Compiling version_check v0.9.5
11182024-12-20T22:41:24.827Z Compiling serde v1.0.215
11192024-12-20T22:41:24.827Z Compiling memchr v2.7.4
11202024-12-20T22:41:24.827Z Compiling thiserror v1.0.69
11212024-12-20T22:41:24.827Z Compiling libc v0.2.162
11222024-12-20T22:41:24.827Z Compiling ucd-trie v0.1.7
11232024-12-20T22:41:25.087Z Compiling itoa v1.0.11
11242024-12-20T22:41:25.340Z Compiling ryu v1.0.18
11252024-12-20T22:41:25.554Z Compiling once_cell v1.20.2
11262024-12-20T22:41:25.684Z Compiling byteorder v1.5.0
11272024-12-20T22:41:25.809Z Compiling rustix v0.38.37
11282024-12-20T22:41:25.972Z Compiling serde_json v1.0.132
11292024-12-20T22:41:26.088Z Compiling bitflags v2.6.0
11302024-12-20T22:41:26.286Z Compiling usdt-impl v0.5.0
11312024-12-20T22:41:26.400Z Compiling proc-macro-error-attr v1.0.4
11322024-12-20T22:41:26.523Z Compiling syn v1.0.109
11332024-12-20T22:41:26.556Z Compiling proc-macro-error v1.0.4
11342024-12-20T22:41:26.641Z Compiling quote v1.0.37
11352024-12-20T22:41:26.760Z Compiling equivalent v1.0.1
11362024-12-20T22:41:26.770Z Compiling log v0.4.22
11372024-12-20T22:41:26.782Z Compiling utf8parse v0.2.2
11382024-12-20T22:41:26.865Z Compiling camino v1.1.9
11392024-12-20T22:41:26.931Z Compiling errno v0.3.9
11402024-12-20T22:41:27.123Z Compiling syn v2.0.87
11412024-12-20T22:41:27.183Z Compiling thread-id v4.2.2
11422024-12-20T22:41:27.222Z Compiling hashbrown v0.15.1
11432024-12-20T22:41:27.282Z Compiling plain v0.2.3
11442024-12-20T22:41:27.341Z Compiling anstyle-parse v0.2.5
11452024-12-20T22:41:27.560Z Compiling winnow v0.6.20
11462024-12-20T22:41:27.663Z Compiling is_terminal_polyfill v1.70.1
11472024-12-20T22:41:27.783Z Compiling semver v1.0.23
11482024-12-20T22:41:27.841Z Compiling unicode-width v0.1.14
11492024-12-20T22:41:28.293Z Compiling autocfg v1.4.0
11502024-12-20T22:41:28.330Z Compiling anstyle v1.0.10
11512024-12-20T22:41:28.376Z Compiling indexmap v2.6.0
11522024-12-20T22:41:28.450Z Compiling pretty-hex v0.4.1
11532024-12-20T22:41:28.655Z Compiling anstyle-query v1.1.1
11542024-12-20T22:41:28.764Z Compiling colorchoice v1.0.2
11552024-12-20T22:41:28.934Z Compiling anstream v0.6.15
11562024-12-20T22:41:29.111Z Compiling strsim v0.11.1
11572024-12-20T22:41:29.489Z Compiling fs-err v2.11.0
11582024-12-20T22:41:29.691Z Compiling terminal_size v0.4.0
11592024-12-20T22:41:29.751Z Compiling fnv v1.0.7
11602024-12-20T22:41:29.807Z Compiling heck v0.4.1
11612024-12-20T22:41:29.881Z Compiling bytecount v0.6.8
11622024-12-20T22:41:30.067Z Compiling anyhow v1.0.93
11632024-12-20T22:41:30.101Z Compiling heck v0.5.0
11642024-12-20T22:41:30.130Z Compiling clap_lex v0.7.2
11652024-12-20T22:41:30.343Z Compiling fastrand v2.1.1
11662024-12-20T22:41:31.027Z Compiling cfg-if v1.0.0
11672024-12-20T22:41:31.076Z Compiling clap_builder v4.5.21
11682024-12-20T22:41:31.076Z Compiling tempfile v3.13.0
11692024-12-20T22:41:31.076Z Compiling papergrid v0.11.0
11702024-12-20T22:41:31.102Z Compiling memmap v0.7.0
11712024-12-20T22:41:31.142Z Compiling unicode-linebreak v0.1.5
11722024-12-20T22:41:31.419Z Compiling smawk v0.3.2
11732024-12-20T22:41:31.630Z Compiling textwrap v0.16.1
11742024-12-20T22:41:31.643Z Compiling swrite v0.1.0
11752024-12-20T22:41:32.910Z Compiling tabled_derive v0.7.0
11762024-12-20T22:41:34.363Z Compiling tabled v0.15.0
11772024-12-20T22:41:36.382Z Compiling serde_derive v1.0.215
11782024-12-20T22:41:36.382Z Compiling thiserror-impl v1.0.69
11792024-12-20T22:41:36.443Z Compiling zerocopy-derive v0.7.35
11802024-12-20T22:41:36.443Z Compiling scroll_derive v0.12.0
11812024-12-20T22:41:36.443Z Compiling clap_derive v4.5.18
11822024-12-20T22:41:37.585Z Compiling scroll v0.12.0
11832024-12-20T22:41:37.907Z Compiling zerocopy v0.7.35
11842024-12-20T22:41:37.923Z Compiling goblin v0.8.2
11852024-12-20T22:41:38.981Z Compiling pest v2.7.14
11862024-12-20T22:41:40.134Z Compiling clap v4.5.21
11872024-12-20T22:41:45.464Z Compiling pest_meta v2.7.14
11882024-12-20T22:41:45.526Z Compiling pest_generator v2.7.14
11892024-12-20T22:41:45.526Z Compiling pest_derive v2.7.14
11902024-12-20T22:41:45.526Z Compiling dtrace-parser v0.2.0
11912024-12-20T22:41:46.364Z Compiling serde_tokenstream v0.2.2
11922024-12-20T22:41:46.382Z Compiling serde_spanned v0.6.8
11932024-12-20T22:41:46.382Z Compiling toml_datetime v0.6.8
11942024-12-20T22:41:46.632Z Compiling cargo-platform v0.1.8
11952024-12-20T22:41:46.746Z Compiling toml_edit v0.22.22
11962024-12-20T22:41:46.906Z Compiling macaddr v1.0.1
11972024-12-20T22:41:47.111Z Compiling camino-tempfile v1.1.1
11982024-12-20T22:41:47.865Z Compiling dof v0.3.0
11992024-12-20T22:41:47.893Z Compiling cargo_metadata v0.18.1
12002024-12-20T22:41:49.586Z Compiling toml v0.8.19
12012024-12-20T22:41:49.648Z Compiling usdt-macro v0.5.0
12022024-12-20T22:41:49.648Z Compiling usdt-attr-macro v0.5.0
12032024-12-20T22:41:50.433Z Compiling cargo_toml v0.20.5
12042024-12-20T22:41:51.031Z Compiling usdt v0.5.0
12052024-12-20T22:41:53.942Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
12062024-12-20T22:41:58.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.04s
12072024-12-20T22:41:58.172Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
12082024-12-20T22:41:58.994Z Compiling serde v1.0.215
12092024-12-20T22:41:58.998Z Compiling lock_api v0.4.12
12102024-12-20T22:41:58.998Z Compiling scopeguard v1.2.0
12112024-12-20T22:41:58.998Z Compiling value-bag v1.9.0
12122024-12-20T22:41:58.998Z Compiling typenum v1.17.0
12132024-12-20T22:41:58.998Z Compiling generic-array v0.14.7
12142024-12-20T22:41:59.139Z Compiling syn v2.0.87
12152024-12-20T22:41:59.148Z Compiling getrandom v0.2.15
12162024-12-20T22:41:59.259Z Compiling shlex v1.3.0
12172024-12-20T22:41:59.436Z Compiling rand_core v0.6.4
12182024-12-20T22:41:59.656Z Compiling log v0.4.22
12192024-12-20T22:41:59.699Z Compiling subtle v2.6.1
12202024-12-20T22:41:59.732Z Compiling jobserver v0.1.32
12212024-12-20T22:41:59.933Z Compiling smallvec v1.13.2
12222024-12-20T22:41:59.956Z Compiling const-oid v0.9.6
12232024-12-20T22:42:00.008Z Compiling spin v0.9.8
12242024-12-20T22:42:00.302Z Compiling cc v1.1.30
12252024-12-20T22:42:00.381Z Compiling pin-project-lite v0.2.14
12262024-12-20T22:42:00.502Z Compiling rustix v0.38.37
12272024-12-20T22:42:00.533Z Compiling parking_lot_core v0.9.10
12282024-12-20T22:42:00.604Z Compiling futures-core v0.3.31
12292024-12-20T22:42:00.861Z Compiling signal-hook-registry v1.4.2
12302024-12-20T22:42:01.401Z Compiling parking_lot v0.12.3
12312024-12-20T22:42:01.541Z Compiling mio v1.0.2
12322024-12-20T22:42:01.633Z Compiling aho-corasick v1.1.3
12332024-12-20T22:42:01.650Z Compiling regex-syntax v0.8.5
12342024-12-20T22:42:01.652Z Compiling cpufeatures v0.2.14
12352024-12-20T22:42:01.731Z Compiling lazy_static v1.5.0
12362024-12-20T22:42:01.844Z Compiling futures-sink v0.3.31
12372024-12-20T22:42:01.953Z Compiling glob v0.3.1
12382024-12-20T22:42:02.275Z Compiling either v1.13.0
12392024-12-20T22:42:02.660Z Compiling stable_deref_trait v1.2.0
12402024-12-20T22:42:02.676Z Compiling socket2 v0.5.7
12412024-12-20T22:42:02.769Z Compiling slab v0.4.9
12422024-12-20T22:42:02.842Z Compiling clang-sys v1.8.1
12432024-12-20T22:42:03.043Z Compiling prettyplease v0.2.25
12442024-12-20T22:42:03.486Z Compiling minimal-lexical v0.2.1
12452024-12-20T22:42:03.550Z Compiling libloading v0.8.5
12462024-12-20T22:42:03.807Z Compiling serde_json v1.0.132
12472024-12-20T22:42:03.924Z Compiling nom v7.1.3
12482024-12-20T22:42:03.932Z Compiling home v0.5.9
12492024-12-20T22:42:04.091Z Compiling bindgen v0.69.5
12502024-12-20T22:42:04.350Z Compiling itertools v0.10.5
12512024-12-20T22:42:04.728Z Compiling futures-channel v0.3.31
12522024-12-20T22:42:05.168Z Compiling regex-automata v0.4.8
12532024-12-20T22:42:06.589Z Compiling synstructure v0.13.1
12542024-12-20T22:42:07.464Z Compiling cexpr v0.6.0
12552024-12-20T22:42:07.928Z Compiling rustc-hash v1.1.0
12562024-12-20T22:42:08.078Z Compiling pin-utils v0.1.0
12572024-12-20T22:42:08.172Z Compiling futures-io v0.3.31
12582024-12-20T22:42:08.281Z Compiling foldhash v0.1.3
12592024-12-20T22:42:08.496Z Compiling allocator-api2 v0.2.18
12602024-12-20T22:42:08.558Z Compiling futures-task v0.3.31
12612024-12-20T22:42:08.859Z Compiling lazycell v1.3.0
12622024-12-20T22:42:08.986Z Compiling cmake v0.1.51
12632024-12-20T22:42:09.000Z Compiling libm v0.2.8
12642024-12-20T22:42:09.180Z Compiling hashbrown v0.15.1
12652024-12-20T22:42:09.313Z Compiling dunce v1.0.5
12662024-12-20T22:42:09.424Z Compiling tinyvec_macros v0.1.1
12672024-12-20T22:42:09.518Z Compiling fs_extra v1.3.0
12682024-12-20T22:42:09.972Z Compiling pkg-config v0.3.31
12692024-12-20T22:42:10.066Z Compiling tinyvec v1.8.0
12702024-12-20T22:42:10.207Z Compiling regex v1.11.1
12712024-12-20T22:42:10.469Z Compiling num-traits v0.2.19
12722024-12-20T22:42:11.267Z Compiling ring v0.17.8
12732024-12-20T22:42:11.480Z Compiling unicode-normalization v0.1.24
12742024-12-20T22:42:11.520Z Compiling unicode-bidi v0.3.17
12752024-12-20T22:42:12.183Z Compiling paste v1.0.15
12762024-12-20T22:42:12.315Z Compiling base64ct v1.6.0
12772024-12-20T22:42:12.507Z Compiling writeable v0.5.5
12782024-12-20T22:42:12.621Z Compiling litemap v0.7.3
12792024-12-20T22:42:12.727Z Compiling serde_derive v1.0.215
12802024-12-20T22:42:12.764Z Compiling zeroize_derive v1.4.2
12812024-12-20T22:42:12.920Z Compiling zerocopy-derive v0.7.35
12822024-12-20T22:42:12.993Z Compiling tokio-macros v2.4.0
12832024-12-20T22:42:13.065Z Compiling zerofrom-derive v0.1.4
12842024-12-20T22:42:14.319Z Compiling zeroize v1.8.1
12852024-12-20T22:42:14.725Z Compiling yoke-derive v0.7.4
12862024-12-20T22:42:15.126Z Compiling zerocopy v0.7.35
12872024-12-20T22:42:16.008Z Compiling crypto-common v0.1.6
12882024-12-20T22:42:16.186Z Compiling block-buffer v0.10.4
12892024-12-20T22:42:16.237Z Compiling thiserror-impl v1.0.69
12902024-12-20T22:42:16.428Z Compiling digest v0.10.7
12912024-12-20T22:42:16.749Z Compiling futures-macro v0.3.31
12922024-12-20T22:42:16.927Z Compiling hmac v0.12.1
12932024-12-20T22:42:17.175Z Compiling zerovec-derive v0.10.3
12942024-12-20T22:42:17.292Z Compiling zerofrom v0.1.4
12952024-12-20T22:42:17.336Z Compiling block-padding v0.3.3
12962024-12-20T22:42:17.504Z Compiling displaydoc v0.2.5
12972024-12-20T22:42:17.581Z Compiling inout v0.1.3
12982024-12-20T22:42:17.828Z Compiling cipher v0.4.4
12992024-12-20T22:42:17.870Z Compiling yoke v0.7.4
13002024-12-20T22:42:18.411Z Compiling sha2 v0.10.8
13012024-12-20T22:42:18.453Z Compiling ppv-lite86 v0.2.20
13022024-12-20T22:42:18.485Z Compiling pem-rfc7468 v0.7.0
13032024-12-20T22:42:18.662Z Compiling futures-util v0.3.31
13042024-12-20T22:42:19.180Z Compiling icu_provider_macros v1.5.0
13052024-12-20T22:42:19.217Z Compiling der_derive v0.7.3
13062024-12-20T22:42:19.588Z Compiling thiserror v1.0.69
13072024-12-20T22:42:19.730Z Compiling httparse v1.9.5
13082024-12-20T22:42:19.836Z Compiling zerovec v0.10.4
13092024-12-20T22:42:20.389Z Compiling aws-lc-rs v1.10.0
13102024-12-20T22:42:20.568Z Compiling flagset v0.4.6
13112024-12-20T22:42:20.848Z Compiling rand_chacha v0.3.1
13122024-12-20T22:42:20.865Z Compiling tracing-attributes v0.1.27
13132024-12-20T22:42:21.774Z Compiling tinystr v0.7.6
13142024-12-20T22:42:21.810Z Compiling der v0.7.9
13152024-12-20T22:42:22.089Z Compiling tracing-core v0.1.32
13162024-12-20T22:42:22.229Z Compiling icu_locid v1.5.0
13172024-12-20T22:42:22.508Z Compiling percent-encoding v2.3.1
13182024-12-20T22:42:22.899Z Compiling rustls-pki-types v1.10.0
13192024-12-20T22:42:23.249Z Compiling crossbeam-utils v0.8.20
13202024-12-20T22:42:23.499Z Compiling icu_provider v1.5.0
13212024-12-20T22:42:23.869Z Compiling icu_locid_transform_data v1.5.0
13222024-12-20T22:42:23.996Z Compiling spki v0.7.3
13232024-12-20T22:42:24.059Z Compiling pest v2.7.14
13242024-12-20T22:42:24.390Z Compiling icu_locid_transform v1.5.0
13252024-12-20T22:42:24.607Z Compiling icu_collections v1.5.0
13262024-12-20T22:42:24.658Z Compiling tracing v0.1.40
13272024-12-20T22:42:24.673Z Compiling rand v0.8.5
13282024-12-20T22:42:25.183Z Compiling salsa20 v0.10.2
13292024-12-20T22:42:25.216Z Compiling pbkdf2 v0.12.2
13302024-12-20T22:42:25.383Z Compiling vcpkg v0.2.15
13312024-12-20T22:42:25.414Z Compiling icu_properties_data v1.5.0
13322024-12-20T22:42:25.669Z Compiling time-core v0.1.2
13332024-12-20T22:42:25.755Z Compiling powerfmt v0.2.0
13342024-12-20T22:42:25.845Z Compiling untrusted v0.9.0
13352024-12-20T22:42:26.027Z Compiling untrusted v0.7.1
13362024-12-20T22:42:26.103Z Compiling mirai-annotations v1.12.0
13372024-12-20T22:42:26.165Z Compiling num-conv v0.1.0
13382024-12-20T22:42:26.211Z Compiling deranged v0.3.11
13392024-12-20T22:42:26.452Z Compiling time-macros v0.2.18
13402024-12-20T22:42:26.893Z Compiling bitflags v2.6.0
13412024-12-20T22:42:27.167Z Compiling bytes v1.8.0
13422024-12-20T22:42:27.340Z Compiling indexmap v2.6.0
13432024-12-20T22:42:27.545Z Compiling semver v1.0.23
13442024-12-20T22:42:28.131Z Compiling tokio v1.40.0
13452024-12-20T22:42:28.303Z Compiling http v1.1.0
13462024-12-20T22:42:28.440Z Compiling rustc_version v0.4.1
13472024-12-20T22:42:28.826Z Compiling openssl-sys v0.9.103
13482024-12-20T22:42:29.219Z Compiling pest_meta v2.7.14
13492024-12-20T22:42:29.811Z Compiling icu_properties v1.5.1
13502024-12-20T22:42:29.932Z Compiling scrypt v0.11.0
13512024-12-20T22:42:30.527Z Compiling cbc v0.1.2
13522024-12-20T22:42:30.578Z Compiling aes v0.8.4
13532024-12-20T22:42:30.763Z Compiling scroll_derive v0.12.0
13542024-12-20T22:42:30.865Z Compiling utf16_iter v1.0.5
13552024-12-20T22:42:31.071Z Compiling num_threads v0.1.7
13562024-12-20T22:42:31.203Z Compiling which v4.4.2
13572024-12-20T22:42:31.433Z Compiling icu_normalizer_data v1.5.0
13582024-12-20T22:42:31.843Z Compiling atomic-waker v1.1.2
13592024-12-20T22:42:32.032Z Compiling write16 v1.0.0
13602024-12-20T22:42:32.167Z Compiling utf8_iter v1.0.4
13612024-12-20T22:42:32.274Z Compiling scroll v0.12.0
13622024-12-20T22:42:32.427Z Compiling pkcs5 v0.7.1
13632024-12-20T22:42:32.539Z Compiling time v0.3.36
13642024-12-20T22:42:32.846Z Compiling pest_generator v2.7.14
13652024-12-20T22:42:33.491Z Compiling icu_normalizer v1.5.0
13662024-12-20T22:42:33.753Z Compiling http-body v1.0.1
13672024-12-20T22:42:33.995Z Compiling form_urlencoded v1.2.1
13682024-12-20T22:42:34.334Z Compiling try-lock v0.2.5
13692024-12-20T22:42:34.474Z Compiling slog v2.7.0
13702024-12-20T22:42:34.479Z Compiling want v0.3.1
13712024-12-20T22:42:34.766Z Compiling idna_adapter v1.2.0
13722024-12-20T22:42:34.787Z Compiling goblin v0.8.2
13732024-12-20T22:42:34.889Z Compiling pest_derive v2.7.14
13742024-12-20T22:42:35.006Z Compiling pkcs8 v0.10.2
13752024-12-20T22:42:35.105Z Compiling httpdate v1.0.3
13762024-12-20T22:42:35.584Z Compiling idna v1.0.3
13772024-12-20T22:42:35.706Z Compiling dtrace-parser v0.2.0
13782024-12-20T22:42:35.736Z Compiling serde_spanned v0.6.8
13792024-12-20T22:42:35.964Z Compiling toml_datetime v0.6.8
13802024-12-20T22:42:36.308Z Compiling serde_tokenstream v0.2.2
13812024-12-20T22:42:36.497Z Compiling uuid v1.11.0
13822024-12-20T22:42:36.933Z Compiling tokio-util v0.7.12
13832024-12-20T22:42:37.434Z Compiling foreign-types-shared v0.1.1
13842024-12-20T22:42:37.550Z Compiling base64 v0.22.1
13852024-12-20T22:42:37.903Z Compiling adler2 v2.0.0
13862024-12-20T22:42:37.906Z Compiling match_cfg v0.1.0
13872024-12-20T22:42:37.935Z Compiling iana-time-zone v0.1.61
13882024-12-20T22:42:38.016Z Compiling h2 v0.4.6
13892024-12-20T22:42:38.097Z Compiling openssl v0.10.66
13902024-12-20T22:42:38.323Z Compiling rustversion v1.0.17
13912024-12-20T22:42:38.385Z Compiling tower-service v0.3.3
13922024-12-20T22:42:38.404Z Compiling chrono v0.4.38
13932024-12-20T22:42:38.528Z Compiling miniz_oxide v0.8.0
13942024-12-20T22:42:38.550Z Compiling hostname v0.3.1
13952024-12-20T22:42:38.806Z Compiling foreign-types v0.3.2
13962024-12-20T22:42:38.907Z Compiling url v2.5.3
13972024-12-20T22:42:40.118Z Compiling async-trait v0.1.83
13982024-12-20T22:42:40.486Z Compiling openssl-macros v0.1.1
13992024-12-20T22:42:40.958Z Compiling dof v0.3.0
14002024-12-20T22:42:41.255Z Compiling dirs-sys-next v0.1.2
14012024-12-20T22:42:41.926Z Compiling usdt-impl v0.5.0
14022024-12-20T22:42:42.220Z Compiling syn v1.0.109
14032024-12-20T22:42:42.860Z Compiling data-encoding v2.6.0
14042024-12-20T22:42:42.981Z Compiling native-tls v0.2.12
14052024-12-20T22:42:43.165Z Compiling rustls v0.22.4
14062024-12-20T22:42:43.309Z Compiling siphasher v0.3.11
14072024-12-20T22:42:43.427Z Compiling rustls v0.23.19
14082024-12-20T22:42:43.612Z Compiling dirs-next v2.0.0
14092024-12-20T22:42:43.799Z Compiling http-body-util v0.1.2
14102024-12-20T22:42:43.884Z Compiling crossbeam-epoch v0.9.18
14112024-12-20T22:42:44.356Z Compiling heapless v0.7.17
14122024-12-20T22:42:44.678Z Compiling signature v2.2.0
14132024-12-20T22:42:44.766Z Compiling sha1 v0.10.6
14142024-12-20T22:42:45.004Z Compiling hyper v1.5.0
14152024-12-20T22:42:45.110Z Compiling bzip2-sys v0.1.11+1.0.8
14162024-12-20T22:42:45.228Z Compiling serde_derive_internals v0.29.1
14172024-12-20T22:42:45.251Z Compiling thread_local v1.1.8
14182024-12-20T22:42:45.286Z Compiling multer v3.1.0
14192024-12-20T22:42:45.579Z Compiling encoding_rs v0.8.34
14202024-12-20T22:42:45.598Z Compiling cookie v0.18.1
14212024-12-20T22:42:45.817Z Compiling mime v0.3.17
14222024-12-20T22:42:45.872Z Compiling openssl-probe v0.1.5
14232024-12-20T22:42:46.231Z Compiling signal-hook v0.3.17
14242024-12-20T22:42:46.408Z Compiling schemars v0.8.21
14252024-12-20T22:42:46.476Z Compiling ipnet v2.10.1
14262024-12-20T22:42:46.753Z Compiling rayon-core v1.12.1
14272024-12-20T22:42:47.014Z Compiling unicode-properties v0.1.3
14282024-12-20T22:42:47.421Z Compiling hyper-util v0.1.10
14292024-12-20T22:42:47.740Z Compiling slog-async v2.8.0
14302024-12-20T22:42:48.001Z Compiling gimli v0.31.1
14312024-12-20T22:42:48.249Z Compiling toml_edit v0.22.22
14322024-12-20T22:42:48.801Z Compiling schemars_derive v0.8.21
14332024-12-20T22:42:49.217Z Compiling stringprep v0.1.5
14342024-12-20T22:42:50.780Z Compiling usdt-attr-macro v0.5.0
14352024-12-20T22:42:50.807Z Compiling usdt-macro v0.5.0
14362024-12-20T22:42:52.151Z Compiling crossbeam-deque v0.8.5
14372024-12-20T22:42:52.221Z Compiling term v0.7.0
14382024-12-20T22:42:52.383Z Compiling slog-json v2.6.1
14392024-12-20T22:42:52.485Z Compiling addr2line v0.24.2
14402024-12-20T22:42:52.530Z Compiling serde_urlencoded v0.7.1
14412024-12-20T22:42:52.760Z Compiling crossbeam-channel v0.5.13
14422024-12-20T22:42:53.042Z Compiling curve25519-dalek v4.1.3
14432024-12-20T22:42:53.194Z Compiling enum-as-inner v0.6.1
14442024-12-20T22:42:53.247Z Compiling futures-executor v0.3.31
14452024-12-20T22:42:53.648Z Compiling rustls-pemfile v2.2.0
14462024-12-20T22:42:53.755Z Compiling num-integer v0.1.46
14472024-12-20T22:42:53.826Z Compiling md-5 v0.10.6
14482024-12-20T22:42:53.899Z Compiling async-stream-impl v0.3.6
14492024-12-20T22:42:53.970Z Compiling idna v0.4.0
14502024-12-20T22:42:54.098Z Compiling idna v0.3.0
14512024-12-20T22:42:54.248Z Compiling hash32 v0.2.1
14522024-12-20T22:42:54.598Z Compiling ff v0.13.0
14532024-12-20T22:42:54.641Z Compiling is-terminal v0.4.13
14542024-12-20T22:42:54.772Z Compiling object v0.36.5
14552024-12-20T22:42:54.828Z Compiling dropshot v0.12.0
14562024-12-20T22:42:55.122Z Compiling num-bigint-dig v0.8.4
14572024-12-20T22:42:55.342Z Compiling linked-hash-map v0.5.6
14582024-12-20T22:42:55.412Z Compiling rustc-demangle v0.1.24
14592024-12-20T22:42:55.599Z Compiling quick-error v1.2.3
14602024-12-20T22:42:55.726Z Compiling smoltcp v0.9.1
14612024-12-20T22:42:55.748Z Compiling fallible-iterator v0.2.0
14622024-12-20T22:42:55.803Z Compiling dyn-clone v1.0.17
14632024-12-20T22:42:56.024Z Compiling base16ct v0.2.0
14642024-12-20T22:42:56.365Z Compiling take_mut v0.2.2
14652024-12-20T22:42:56.410Z Compiling anyhow v1.0.93
14662024-12-20T22:42:56.439Z Compiling portable-atomic v1.9.0
14672024-12-20T22:42:56.476Z Compiling psl-types v2.0.11
14682024-12-20T22:42:56.524Z Compiling utf-8 v0.7.6
14692024-12-20T22:42:56.675Z Compiling publicsuffix v2.2.3
14702024-12-20T22:42:56.840Z Compiling tungstenite v0.24.0
14712024-12-20T22:42:56.963Z Compiling postgres-protocol v0.6.7
14722024-12-20T22:42:57.412Z Compiling sec1 v0.7.3
14732024-12-20T22:42:57.867Z Compiling resolv-conf v0.7.0
14742024-12-20T22:42:57.988Z Compiling lru-cache v0.1.2
14752024-12-20T22:42:58.215Z Compiling async-stream v0.3.6
14762024-12-20T22:42:58.397Z Compiling group v0.13.0
14772024-12-20T22:42:58.508Z Compiling hickory-proto v0.24.1
14782024-12-20T22:42:58.690Z Compiling usdt v0.5.0
14792024-12-20T22:42:58.710Z Compiling slog-term v2.9.1
14802024-12-20T22:42:59.210Z Compiling num-iter v0.1.45
14812024-12-20T22:42:59.499Z Compiling futures v0.3.31
14822024-12-20T22:42:59.615Z Compiling slog-bunyan v2.5.0
14832024-12-20T22:43:00.137Z Compiling toml v0.8.19
14842024-12-20T22:43:01.557Z Compiling camino v1.1.9
14852024-12-20T22:43:01.913Z Compiling tokio-native-tls v0.3.1
14862024-12-20T22:43:02.200Z Compiling backtrace v0.3.74
14872024-12-20T22:43:02.536Z Compiling phf_shared v0.11.2
14882024-12-20T22:43:02.580Z Compiling dropshot_endpoint v0.12.0
14892024-12-20T22:43:02.663Z Compiling waitgroup v0.1.2
14902024-12-20T22:43:02.892Z Compiling terminal_size v0.4.0
14912024-12-20T22:43:02.932Z Compiling openapiv3 v2.0.0
14922024-12-20T22:43:02.976Z Compiling serde_path_to_error v0.1.16
14932024-12-20T22:43:03.099Z Compiling webpki-roots v0.26.6
14942024-12-20T22:43:03.310Z Compiling hkdf v0.12.4
14952024-12-20T22:43:03.576Z Compiling crypto-bigint v0.5.5
14962024-12-20T22:43:03.837Z Compiling zerocopy-derive v0.6.6
14972024-12-20T22:43:05.919Z Compiling curve25519-dalek-derive v0.1.1
14982024-12-20T22:43:06.176Z Compiling idna v0.5.0
14992024-12-20T22:43:06.811Z Compiling hubpack_derive v0.1.1
15002024-12-20T22:43:07.415Z Compiling hostname v0.4.0
15012024-12-20T22:43:07.432Z Compiling crc32fast v1.4.2
15022024-12-20T22:43:07.499Z Compiling ahash v0.8.11
15032024-12-20T22:43:07.671Z Compiling fs-err v2.11.0
15042024-12-20T22:43:07.710Z Compiling debug-ignore v1.0.5
15052024-12-20T22:43:07.774Z Compiling bitflags v1.3.2
15062024-12-20T22:43:07.805Z Compiling managed v0.8.0
15072024-12-20T22:43:07.823Z Compiling winnow v0.5.40
15082024-12-20T22:43:07.860Z Compiling console v0.15.8
15092024-12-20T22:43:07.947Z Compiling strum_macros v0.25.3
15102024-12-20T22:43:08.106Z Compiling clap_builder v4.5.21
15112024-12-20T22:43:09.159Z Compiling hubpack v0.1.2
15122024-12-20T22:43:09.487Z Compiling flate2 v1.0.34
15132024-12-20T22:43:09.756Z Compiling cookie_store v0.21.0
15142024-12-20T22:43:10.479Z Compiling elliptic-curve v0.13.8
15152024-12-20T22:43:10.551Z Compiling zerocopy v0.6.6
15162024-12-20T22:43:11.318Z Compiling toml_edit v0.19.15
15172024-12-20T22:43:11.411Z Compiling hickory-resolver v0.24.1
15182024-12-20T22:43:11.669Z Compiling phf v0.11.2
15192024-12-20T22:43:11.968Z Compiling hyper-tls v0.6.0
15202024-12-20T22:43:12.227Z Compiling signal-hook-mio v0.2.4
15212024-12-20T22:43:12.317Z Compiling rayon v1.10.0
15222024-12-20T22:43:12.393Z Compiling bzip2 v0.4.4
15232024-12-20T22:43:12.799Z Compiling tokio-tungstenite v0.24.0
15242024-12-20T22:43:13.360Z Compiling postgres-types v0.2.8
15252024-12-20T22:43:16.280Z Compiling ed25519 v2.2.3
15262024-12-20T22:43:17.299Z Compiling phf_shared v0.10.0
15272024-12-20T22:43:17.714Z Compiling tokio-stream v0.1.16
15282024-12-20T22:43:17.737Z Compiling pkcs1 v0.7.5
15292024-12-20T22:43:17.944Z Compiling serde-big-array v0.5.1
15302024-12-20T22:43:18.133Z Compiling clap_derive v4.5.18
15312024-12-20T22:43:18.184Z Compiling float-cmp v0.9.0
15322024-12-20T22:43:18.298Z Compiling rfc6979 v0.4.0
15332024-12-20T22:43:18.407Z Compiling derive-where v1.2.7
15342024-12-20T22:43:18.484Z Compiling serde_repr v0.1.19
15352024-12-20T22:43:18.757Z Compiling bstr v1.10.0
15362024-12-20T22:43:18.790Z Compiling sync_wrapper v1.0.1
15372024-12-20T22:43:18.950Z Compiling number_prefix v0.4.0
15382024-12-20T22:43:19.189Z Compiling bit-vec v0.6.3
15392024-12-20T22:43:19.301Z Compiling new_debug_unreachable v1.0.6
15402024-12-20T22:43:19.403Z Compiling whoami v1.5.2
15412024-12-20T22:43:19.649Z Compiling static_assertions v1.1.0
15422024-12-20T22:43:19.667Z Compiling normalize-line-endings v0.3.0
15432024-12-20T22:43:19.755Z Compiling predicates-core v1.0.8
15442024-12-20T22:43:19.789Z Compiling unicode-segmentation v1.12.0
15452024-12-20T22:43:20.061Z Compiling precomputed-hash v0.1.1
15462024-12-20T22:43:20.153Z Compiling unicode-width v0.2.0
15472024-12-20T22:43:20.179Z Compiling fixedbitset v0.4.2
15482024-12-20T22:43:20.635Z Compiling difflib v0.4.0
15492024-12-20T22:43:20.655Z Compiling indicatif v0.17.9
15502024-12-20T22:43:20.682Z Compiling similar v2.6.0
15512024-12-20T22:43:20.700Z Compiling petgraph v0.6.5
15522024-12-20T22:43:21.965Z Compiling predicates v3.1.2
15532024-12-20T22:43:22.335Z Compiling string_cache v0.8.7
15542024-12-20T22:43:22.814Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15552024-12-20T22:43:22.924Z Compiling tokio-postgres v0.7.12
15562024-12-20T22:43:23.160Z Compiling bit-set v0.5.3
15572024-12-20T22:43:23.268Z Compiling clap v4.5.21
15582024-12-20T22:43:23.395Z Compiling ecdsa v0.16.9
15592024-12-20T22:43:23.442Z Compiling rsa v0.9.6
15602024-12-20T22:43:23.748Z Compiling ed25519-dalek v2.1.1
15612024-12-20T22:43:24.251Z Compiling toml v0.7.8
15622024-12-20T22:43:24.866Z Compiling zip v0.6.6
15632024-12-20T22:43:25.130Z Compiling crossterm v0.28.1
15642024-12-20T22:43:26.978Z Compiling hex v0.4.3
15652024-12-20T22:43:26.999Z Compiling x509-cert v0.2.5
15662024-12-20T22:43:27.049Z Compiling unicode-xid v0.2.6
15672024-12-20T22:43:27.233Z Compiling peg-runtime v0.8.3
15682024-12-20T22:43:27.597Z Compiling lalrpop-util v0.19.12
15692024-12-20T22:43:27.941Z Compiling strum_macros v0.26.4
15702024-12-20T22:43:27.959Z Compiling xattr v1.3.1
15712024-12-20T22:43:28.230Z Compiling filetime v0.2.25
15722024-12-20T22:43:28.574Z Compiling tar v0.4.42
15732024-12-20T22:43:32.896Z Compiling strum v0.26.3
15742024-12-20T22:43:35.950Z Compiling aws-lc-sys v0.22.0
15752024-12-20T22:44:03.895Z Compiling rustls-webpki v0.102.8
15762024-12-20T22:44:07.275Z Compiling tokio-rustls v0.25.0
15772024-12-20T22:44:08.990Z Compiling tokio-rustls v0.26.0
15782024-12-20T22:44:09.405Z Compiling hyper-rustls v0.27.3
15792024-12-20T22:44:09.744Z Compiling reqwest v0.12.9
15802024-12-20T22:44:10.801Z Compiling qorb v0.2.1
15812024-12-20T22:44:15.842Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15822024-12-20T22:44:16.066Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15832024-12-20T22:44:21.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 23s
15842024-12-20T22:44:22.025Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15852024-12-20T22:44:22.068ZDec 20 22:44:21.240 INFO Starting download, target: Clickhouse
15862024-12-20T22:44:22.071ZDec 20 22:44:21.240 INFO Starting download, target: DendriteOpenapi
15872024-12-20T22:44:22.071ZDec 20 22:44:21.240 INFO Starting download, target: Cockroach
15882024-12-20T22:44:22.071ZDec 20 22:44:21.240 INFO Starting download, target: Console
15892024-12-20T22:44:22.071ZDec 20 22:44:21.240 INFO Starting download, target: DendriteStub
15902024-12-20T22:44:22.071ZDec 20 22:44:21.240 INFO Starting download, target: MaghemiteMgd
15912024-12-20T22:44:22.071ZDec 20 22:44:21.240 INFO Starting download, target: TransceiverControl
15922024-12-20T22:44:22.072ZDec 20 22:44:21.241 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15932024-12-20T22:44:22.072ZDec 20 22:44:21.241 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15942024-12-20T22:44:22.072ZDec 20 22:44:21.241 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15952024-12-20T22:44:22.072ZDec 20 22:44:21.241 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15962024-12-20T22:44:22.072ZDec 20 22:44:21.241 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15972024-12-20T22:44:22.072ZDec 20 22:44:21.241 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15982024-12-20T22:44:22.072ZDec 20 22:44:21.241 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15992024-12-20T22:44:22.261ZDec 20 22:44:21.429 INFO Download complete, target: DendriteOpenapi
16002024-12-20T22:44:22.593ZDec 20 22:44:21.763 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16012024-12-20T22:44:22.864ZDec 20 22:44:22.020 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16022024-12-20T22:44:22.904ZDec 20 22:44:22.074 INFO Download complete, target: Console
16032024-12-20T22:44:23.452ZDec 20 22:44:22.623 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16042024-12-20T22:44:23.519ZDec 20 22:44:22.679 INFO Download complete, target: TransceiverControl
16052024-12-20T22:44:23.694ZDec 20 22:44:22.865 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16062024-12-20T22:44:23.953ZDec 20 22:44:23.124 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16072024-12-20T22:44:23.953ZDec 20 22:44:23.124 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16082024-12-20T22:44:24.187ZDec 20 22:44:23.359 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16092024-12-20T22:44:26.513ZDec 20 22:44:25.684 INFO Download complete, target: MaghemiteMgd
16102024-12-20T22:44:26.574ZDec 20 22:44:25.745 INFO Download complete, target: DendriteStub
16112024-12-20T22:44:31.552ZDec 20 22:44:30.722 INFO Checking that binary works, target: Cockroach
16122024-12-20T22:44:31.711ZDec 20 22:44:30.881 INFO Download complete, target: Cockroach
16132024-12-20T22:44:37.106ZDec 20 22:44:36.276 INFO Checking that binary works, target: Clickhouse
16142024-12-20T22:44:37.223ZDec 20 22:44:36.392 INFO Download complete, target: Clickhouse
16152024-12-20T22:44:37.231ZAll prerequisites installed successfully
16162024-12-20T22:44:37.234Z
16172024-12-20T22:44:37.234Zreal 4:32.538249342
16182024-12-20T22:44:37.234Zuser 16:25.443431913
16192024-12-20T22:44:37.234Zsys 3:09.268310541
16202024-12-20T22:44:37.234Ztrap 0.500127514
16212024-12-20T22:44:37.234Ztflt 1.850107055
16222024-12-20T22:44:37.234Zdflt 2.351318199
16232024-12-20T22:44:37.234Zkflt 0.024658592
16242024-12-20T22:44:37.234Zlock 32:17.786332265
16252024-12-20T22:44:37.234Zslp 1:01:17.426734574
16262024-12-20T22:44:37.234Zlat 48.717427205
16272024-12-20T22:44:37.234Zstop 1:59.037779191
16282024-12-20T22:44:37.234Z+ source ./tools/include/force-git-over-https.sh
16292024-12-20T22:44:37.234Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
16302024-12-20T22:44:37.234Z++ (( i = 0 ))
16312024-12-20T22:44:37.234Z++ (( i < 5 ))
16322024-12-20T22:44:37.234Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
16332024-12-20T22:44:37.237Z++ (( i++ ))
16342024-12-20T22:44:37.237Z++ (( i < 5 ))
16352024-12-20T22:44:37.237Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
16362024-12-20T22:44:37.240Z++ (( i++ ))
16372024-12-20T22:44:37.240Z++ (( i < 5 ))
16382024-12-20T22:44:37.240Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
16392024-12-20T22:44:37.244Z++ (( i++ ))
16402024-12-20T22:44:37.244Z++ (( i < 5 ))
16412024-12-20T22:44:37.244Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
16422024-12-20T22:44:37.248Z++ (( i++ ))
16432024-12-20T22:44:37.248Z++ (( i < 5 ))
16442024-12-20T22:44:37.248Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
16452024-12-20T22:44:37.251Z++ (( i++ ))
16462024-12-20T22:44:37.251Z++ (( i < 5 ))
16472024-12-20T22:44:37.251Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
16482024-12-20T22:44:37.251Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
16492024-12-20T22:44:37.251Z+ rc=0
16502024-12-20T22:44:37.251Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
16512024-12-20T22:45:07.980Z+ case $rc in
16522024-12-20T22:45:07.980Z+ pfexec zfs create -p rpool/images/build/host
16532024-12-20T22:45:08.268Z+ pfexec zfs create -p rpool/images/build/recovery
16542024-12-20T22:45:08.350Z+ cargo xtask releng --output-dir /work
16552024-12-20T22:45:08.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
16562024-12-20T22:45:08.880Z Running `target/debug/xtask releng --output-dir /work`
16572024-12-20T22:45:09.779Z Compiling proc-macro2 v1.0.89
16582024-12-20T22:45:09.779Z Compiling unicode-ident v1.0.13
16592024-12-20T22:45:09.780Z Compiling libc v0.2.162
16602024-12-20T22:45:09.782Z Compiling serde v1.0.215
16612024-12-20T22:45:09.782Z Compiling autocfg v1.4.0
16622024-12-20T22:45:09.782Z Compiling version_check v0.9.5
16632024-12-20T22:45:09.782Z Compiling cfg-if v1.0.0
16642024-12-20T22:45:10.082Z Compiling memchr v2.7.4
16652024-12-20T22:45:10.157Z Compiling typenum v1.17.0
16662024-12-20T22:45:10.214Z Compiling shlex v1.3.0
16672024-12-20T22:45:10.649Z Compiling generic-array v0.14.7
16682024-12-20T22:45:10.739Z Compiling value-bag v1.9.0
16692024-12-20T22:45:10.786Z Compiling lock_api v0.4.12
16702024-12-20T22:45:10.966Z Compiling scopeguard v1.2.0
16712024-12-20T22:45:11.108Z Compiling parking_lot_core v0.9.10
16722024-12-20T22:45:11.311Z Compiling log v0.4.22
16732024-12-20T22:45:11.521Z Compiling rustix v0.38.37
16742024-12-20T22:45:11.541Z Compiling serde_json v1.0.132
16752024-12-20T22:45:11.836Z Compiling quote v1.0.37
16762024-12-20T22:45:11.861Z Compiling jobserver v0.1.32
16772024-12-20T22:45:12.098Z Compiling getrandom v0.2.15
16782024-12-20T22:45:12.178Z Compiling libm v0.2.8
16792024-12-20T22:45:12.323Z Compiling syn v2.0.87
16802024-12-20T22:45:12.457Z Compiling cc v1.1.30
16812024-12-20T22:45:12.478Z Compiling num-traits v0.2.19
16822024-12-20T22:45:12.481Z Compiling once_cell v1.20.2
16832024-12-20T22:45:12.520Z Compiling thiserror v1.0.69
16842024-12-20T22:45:12.539Z Compiling spin v0.9.8
16852024-12-20T22:45:12.659Z Compiling itoa v1.0.11
16862024-12-20T22:45:12.766Z Compiling aho-corasick v1.1.3
16872024-12-20T22:45:12.886Z Compiling regex-syntax v0.8.5
16882024-12-20T22:45:12.937Z Compiling slab v0.4.9
16892024-12-20T22:45:13.226Z Compiling errno v0.3.9
16902024-12-20T22:45:13.594Z Compiling byteorder v1.5.0
16912024-12-20T22:45:13.886Z Compiling lazy_static v1.5.0
16922024-12-20T22:45:14.084Z Compiling rand_core v0.6.4
16932024-12-20T22:45:14.409Z Compiling glob v0.3.1
16942024-12-20T22:45:14.559Z Compiling either v1.13.0
16952024-12-20T22:45:14.660Z Compiling subtle v2.6.1
16962024-12-20T22:45:15.025Z Compiling prettyplease v0.2.25
16972024-12-20T22:45:15.162Z Compiling minimal-lexical v0.2.1
16982024-12-20T22:45:15.287Z Compiling clang-sys v1.8.1
16992024-12-20T22:45:15.545Z Compiling libloading v0.8.5
17002024-12-20T22:45:15.685Z Compiling nom v7.1.3
17012024-12-20T22:45:16.049Z Compiling bindgen v0.69.5
17022024-12-20T22:45:16.163Z Compiling home v0.5.9
17032024-12-20T22:45:16.517Z Compiling itertools v0.10.5
17042024-12-20T22:45:16.766Z Compiling regex-automata v0.4.8
17052024-12-20T22:45:16.797Z Compiling lazycell v1.3.0
17062024-12-20T22:45:17.591Z Compiling rustc-hash v1.1.0
17072024-12-20T22:45:17.798Z Compiling cmake v0.1.51
17082024-12-20T22:45:18.879Z Compiling fs_extra v1.3.0
17092024-12-20T22:45:19.414Z Compiling cexpr v0.6.0
17102024-12-20T22:45:19.438Z Compiling dunce v1.0.5
17112024-12-20T22:45:19.479Z Compiling semver v1.0.23
17122024-12-20T22:45:19.556Z Compiling pkg-config v0.3.31
17132024-12-20T22:45:19.559Z Compiling smallvec v1.13.2
17142024-12-20T22:45:19.613Z Compiling ring v0.17.8
17152024-12-20T22:45:20.105Z Compiling ryu v1.0.18
17162024-12-20T22:45:20.389Z Compiling synstructure v0.13.1
17172024-12-20T22:45:20.841Z Compiling paste v1.0.15
17182024-12-20T22:45:20.945Z Compiling const-oid v0.9.6
17192024-12-20T22:45:21.104Z Compiling httparse v1.9.5
17202024-12-20T22:45:21.975Z Compiling aws-lc-rs v1.10.0
17212024-12-20T22:45:22.221Z Compiling pin-project-lite v0.2.14
17222024-12-20T22:45:22.397Z Compiling heck v0.5.0
17232024-12-20T22:45:22.601Z Compiling regex v1.11.1
17242024-12-20T22:45:22.876Z Compiling allocator-api2 v0.2.18
17252024-12-20T22:45:23.329Z Compiling futures-core v0.3.31
17262024-12-20T22:45:23.762Z Compiling signal-hook-registry v1.4.2
17272024-12-20T22:45:23.843Z Compiling time-core v0.1.2
17282024-12-20T22:45:24.133Z Compiling crossbeam-utils v0.8.20
17292024-12-20T22:45:24.287Z Compiling num-conv v0.1.0
17302024-12-20T22:45:24.812Z Compiling time-macros v0.2.18
17312024-12-20T22:45:24.898Z Compiling parking_lot v0.12.3
17322024-12-20T22:45:25.300Z Compiling mio v1.0.2
17332024-12-20T22:45:25.383Z Compiling vcpkg v0.2.15
17342024-12-20T22:45:25.951Z Compiling serde_derive v1.0.215
17352024-12-20T22:45:26.016Z Compiling zeroize_derive v1.4.2
17362024-12-20T22:45:27.080Z Compiling zerocopy-derive v0.7.35
17372024-12-20T22:45:27.139Z Compiling tokio-macros v2.4.0
17382024-12-20T22:45:27.162Z Compiling thiserror-impl v1.0.69
17392024-12-20T22:45:27.537Z Compiling zerofrom-derive v0.1.4
17402024-12-20T22:45:27.659Z Compiling zeroize v1.8.1
17412024-12-20T22:45:28.272Z Compiling yoke-derive v0.7.4
17422024-12-20T22:45:28.406Z Compiling futures-macro v0.3.31
17432024-12-20T22:45:28.579Z Compiling zerovec-derive v0.10.3
17442024-12-20T22:45:29.266Z Compiling displaydoc v0.2.5
17452024-12-20T22:45:30.330Z Compiling zerocopy v0.7.35
17462024-12-20T22:45:30.704Z Compiling crypto-common v0.1.6
17472024-12-20T22:45:30.769Z Compiling icu_provider_macros v1.5.0
17482024-12-20T22:45:30.933Z Compiling tracing-attributes v0.1.27
17492024-12-20T22:45:31.201Z Compiling block-buffer v0.10.4
17502024-12-20T22:45:31.396Z Compiling der_derive v0.7.3
17512024-12-20T22:45:31.461Z Compiling digest v0.10.7
17522024-12-20T22:45:31.932Z Compiling openssl-sys v0.9.103
17532024-12-20T22:45:32.084Z Compiling schemars v0.8.21
17542024-12-20T22:45:32.373Z Compiling fnv v1.0.7
17552024-12-20T22:45:33.058Z Compiling serde_derive_internals v0.29.1
17562024-12-20T22:45:33.623Z Compiling socket2 v0.5.7
17572024-12-20T22:45:33.962Z Compiling ahash v0.8.11
17582024-12-20T22:45:35.505Z Compiling schemars_derive v0.8.21
17592024-12-20T22:45:35.536Z Compiling equivalent v1.0.1
17602024-12-20T22:45:35.689Z Compiling futures-sink v0.3.31
17612024-12-20T22:45:35.742Z Compiling foldhash v0.1.3
17622024-12-20T22:45:35.908Z Compiling cpufeatures v0.2.14
17632024-12-20T22:45:36.082Z Compiling hashbrown v0.15.1
17642024-12-20T22:45:36.117Z Compiling slog v2.7.0
17652024-12-20T22:45:36.569Z Compiling stable_deref_trait v1.2.0
17662024-12-20T22:45:37.694Z Compiling futures-channel v0.3.31
17672024-12-20T22:45:37.890Z Compiling zerofrom v0.1.4
17682024-12-20T22:45:37.940Z Compiling scroll_derive v0.12.0
17692024-12-20T22:45:38.163Z Compiling futures-task v0.3.31
17702024-12-20T22:45:38.167Z Compiling futures-io v0.3.31
17712024-12-20T22:45:38.230Z Compiling pin-utils v0.1.0
17722024-12-20T22:45:38.426Z Compiling ucd-trie v0.1.7
17732024-12-20T22:45:38.591Z Compiling openssl v0.10.66
17742024-12-20T22:45:38.627Z Compiling futures-util v0.3.31
17752024-12-20T22:45:38.679Z Compiling pest v2.7.14
17762024-12-20T22:45:38.740Z Compiling yoke v0.7.4
17772024-12-20T22:45:39.181Z Compiling hmac v0.12.1
17782024-12-20T22:45:39.452Z Compiling tinyvec_macros v0.1.1
17792024-12-20T22:45:39.660Z Compiling tinyvec v1.8.0
17802024-12-20T22:45:39.701Z Compiling zerovec v0.10.4
17812024-12-20T22:45:41.007Z Compiling bitflags v2.6.0
17822024-12-20T22:45:41.293Z Compiling bytes v1.8.0
17832024-12-20T22:45:42.803Z Compiling tokio v1.40.0
17842024-12-20T22:45:43.574Z Compiling serde_tokenstream v0.2.2
17852024-12-20T22:45:43.734Z Compiling indexmap v2.6.0
17862024-12-20T22:45:45.511Z Compiling http v1.1.0
17872024-12-20T22:45:46.044Z Compiling which v4.4.2
17882024-12-20T22:45:46.680Z Compiling rustc_version v0.4.1
17892024-12-20T22:45:47.390Z Compiling pest_meta v2.7.14
17902024-12-20T22:45:47.517Z Compiling uuid v1.11.0
17912024-12-20T22:45:48.168Z Compiling block-padding v0.3.3
17922024-12-20T22:45:48.477Z Compiling openssl-macros v0.1.1
17932024-12-20T22:45:48.500Z Compiling iana-time-zone v0.1.61
17942024-12-20T22:45:48.991Z Compiling rustls v0.23.19
17952024-12-20T22:45:49.345Z Compiling native-tls v0.2.12
17962024-12-20T22:45:49.829Z Compiling pest_generator v2.7.14
17972024-12-20T22:45:50.481Z Compiling chrono v0.4.38
17982024-12-20T22:45:51.239Z Compiling inout v0.1.3
17992024-12-20T22:45:51.544Z Compiling unicode-normalization v0.1.24
18002024-12-20T22:45:51.783Z Compiling cipher v0.4.4
18012024-12-20T22:45:52.068Z Compiling pest_derive v2.7.14
18022024-12-20T22:45:52.441Z Compiling tinystr v0.7.6
18032024-12-20T22:45:53.061Z Compiling sha2 v0.10.8
18042024-12-20T22:45:53.500Z Compiling async-trait v0.1.83
18052024-12-20T22:45:53.566Z Compiling usdt-impl v0.5.0
18062024-12-20T22:45:53.980Z Compiling cookie v0.18.1
18072024-12-20T22:45:54.005Z Compiling unicode-bidi v0.3.17
18082024-12-20T22:45:54.066Z Compiling writeable v0.5.5
18092024-12-20T22:45:56.110Z Compiling litemap v0.7.3
18102024-12-20T22:45:56.646Z Compiling base64ct v1.6.0
18112024-12-20T22:45:56.678Z Compiling icu_locid v1.5.0
18122024-12-20T22:45:57.296Z Compiling pem-rfc7468 v0.7.0
18132024-12-20T22:45:58.030Z Compiling scroll v0.12.0
18142024-12-20T22:45:58.711Z Compiling ppv-lite86 v0.2.20
18152024-12-20T22:45:59.392Z Compiling tracing-core v0.1.32
18162024-12-20T22:45:59.640Z Compiling percent-encoding v2.3.1
18172024-12-20T22:46:00.137Z Compiling dyn-clone v1.0.17
18182024-12-20T22:46:00.345Z Compiling syn v1.0.109
18192024-12-20T22:46:00.958Z Compiling plain v0.2.3
18202024-12-20T22:46:01.120Z Compiling rustls-pki-types v1.10.0
18212024-12-20T22:46:01.367Z Compiling aws-lc-sys v0.22.0
18222024-12-20T22:46:01.583Z Compiling untrusted v0.7.1
18232024-12-20T22:46:01.787Z Compiling camino v1.1.9
18242024-12-20T22:46:02.416Z Compiling flagset v0.4.6
18252024-12-20T22:46:02.636Z Compiling der v0.7.9
18262024-12-20T22:46:02.984Z Compiling goblin v0.8.2
18272024-12-20T22:46:05.382Z Compiling tracing v0.1.40
18282024-12-20T22:46:06.026Z Compiling rand_chacha v0.3.1
18292024-12-20T22:46:07.396Z Compiling icu_provider v1.5.0
18302024-12-20T22:46:08.146Z Compiling tokio-util v0.7.12
18312024-12-20T22:46:09.916Z Compiling powerfmt v0.2.0
18322024-12-20T22:46:10.160Z Compiling rustls v0.22.4
18332024-12-20T22:46:10.279Z Compiling mirai-annotations v1.12.0
18342024-12-20T22:46:10.363Z Compiling rayon-core v1.12.1
18352024-12-20T22:46:10.470Z Compiling icu_locid_transform_data v1.5.0
18362024-12-20T22:46:10.508Z Compiling pretty-hex v0.4.1
18372024-12-20T22:46:10.656Z Compiling untrusted v0.9.0
18382024-12-20T22:46:10.674Z Compiling icu_locid_transform v1.5.0
18392024-12-20T22:46:10.761Z Compiling dof v0.3.0
18402024-12-20T22:46:11.820Z Compiling deranged v0.3.11
18412024-12-20T22:46:13.615Z Compiling rand v0.8.5
18422024-12-20T22:46:13.882Z Compiling spki v0.7.3
18432024-12-20T22:46:14.383Z Compiling dtrace-parser v0.2.0
18442024-12-20T22:46:15.394Z Compiling salsa20 v0.10.2
18452024-12-20T22:46:15.762Z Compiling icu_collections v1.5.0
18462024-12-20T22:46:16.341Z Compiling pbkdf2 v0.12.2
18472024-12-20T22:46:17.415Z Compiling bzip2-sys v0.1.11+1.0.8
18482024-12-20T22:46:17.806Z Compiling thread-id v4.2.2
18492024-12-20T22:46:18.035Z Compiling num_threads v0.1.7
18502024-12-20T22:46:18.238Z Compiling atomic-waker v1.1.2
18512024-12-20T22:46:18.888Z Compiling icu_properties_data v1.5.0
18522024-12-20T22:46:19.274Z Compiling icu_properties v1.5.1
18532024-12-20T22:46:21.101Z Compiling time v0.3.36
18542024-12-20T22:46:24.336Z Compiling scrypt v0.11.0
18552024-12-20T22:46:24.923Z Compiling form_urlencoded v1.2.1
18562024-12-20T22:46:25.038Z Compiling cbc v0.1.2
18572024-12-20T22:46:25.107Z Compiling aes v0.8.4
18582024-12-20T22:46:25.382Z Compiling http-body v1.0.1
18592024-12-20T22:46:25.703Z Compiling multer v3.1.0
18602024-12-20T22:46:25.795Z Compiling write16 v1.0.0
18612024-12-20T22:46:25.948Z Compiling icu_normalizer_data v1.5.0
18622024-12-20T22:46:26.181Z Compiling utf8_iter v1.0.4
18632024-12-20T22:46:26.286Z Compiling slog-async v2.8.0
18642024-12-20T22:46:26.447Z Compiling try-lock v0.2.5
18652024-12-20T22:46:26.588Z Compiling utf16_iter v1.0.5
18662024-12-20T22:46:26.900Z Compiling want v0.3.1
18672024-12-20T22:46:26.977Z Compiling icu_normalizer v1.5.0
18682024-12-20T22:46:28.428Z Compiling pkcs5 v0.7.1
18692024-12-20T22:46:31.973Z Compiling h2 v0.4.6
18702024-12-20T22:46:32.457Z Compiling heapless v0.7.17
18712024-12-20T22:46:33.067Z Compiling zerocopy-derive v0.6.6
18722024-12-20T22:46:33.582Z Compiling anyhow v1.0.93
18732024-12-20T22:46:34.459Z Compiling num-bigint-dig v0.8.4
18742024-12-20T22:46:34.747Z Compiling httpdate v1.0.3
18752024-12-20T22:46:34.821Z Compiling base64 v0.22.1
18762024-12-20T22:46:35.114Z Compiling signal-hook v0.3.17
18772024-12-20T22:46:36.721Z Compiling pkcs8 v0.10.2
18782024-12-20T22:46:37.507Z Compiling idna_adapter v1.2.0
18792024-12-20T22:46:37.803Z Compiling usdt-macro v0.5.0
18802024-12-20T22:46:38.184Z Compiling usdt-attr-macro v0.5.0
18812024-12-20T22:46:39.715Z Compiling async-stream-impl v0.3.6
18822024-12-20T22:46:40.189Z Compiling rustversion v1.0.17
18832024-12-20T22:46:40.694Z Compiling hyper v1.5.0
18842024-12-20T22:46:40.826Z Compiling tower-service v0.3.3
18852024-12-20T22:46:40.969Z Compiling strsim v0.11.1
18862024-12-20T22:46:42.493Z Compiling idna v1.0.3
18872024-12-20T22:46:43.984Z Compiling hyper-util v0.1.10
18882024-12-20T22:46:50.435Z Compiling curve25519-dalek v4.1.3
18892024-12-20T22:46:50.494Z Compiling openapiv3 v2.0.0
18902024-12-20T22:46:50.762Z Compiling serde_spanned v0.6.8
18912024-12-20T22:46:50.872Z Compiling toml_datetime v0.6.8
18922024-12-20T22:46:51.105Z Compiling enum-as-inner v0.6.1
18932024-12-20T22:46:51.443Z Compiling dropshot v0.12.0
18942024-12-20T22:46:51.933Z Compiling adler2 v2.0.0
18952024-12-20T22:46:52.230Z Compiling heck v0.4.1
18962024-12-20T22:46:52.714Z Compiling portable-atomic v1.9.0
18972024-12-20T22:46:53.003Z Compiling foreign-types-shared v0.1.1
18982024-12-20T22:46:53.347Z Compiling match_cfg v0.1.0
18992024-12-20T22:46:53.549Z Compiling smoltcp v0.9.1
19002024-12-20T22:46:53.665Z Compiling foreign-types v0.3.2
19012024-12-20T22:46:53.776Z Compiling hostname v0.3.1
19022024-12-20T22:46:54.161Z Compiling miniz_oxide v0.8.0
19032024-12-20T22:46:55.709Z Compiling url v2.5.3
19042024-12-20T22:47:04.052Z Compiling http-body-util v0.1.2
19052024-12-20T22:47:04.130Z Compiling clap_derive v4.5.18
19062024-12-20T22:47:04.773Z Compiling dirs-sys-next v0.1.2
19072024-12-20T22:47:05.414Z Compiling encoding_rs v0.8.34
19082024-12-20T22:47:07.223Z Compiling siphasher v0.3.11
19092024-12-20T22:47:07.630Z Compiling data-encoding v2.6.0
19102024-12-20T22:47:09.370Z Compiling mime v0.3.17
19112024-12-20T22:47:09.869Z Compiling dirs-next v2.0.0
19122024-12-20T22:47:16.683Z Compiling hubpack_derive v0.1.1
19132024-12-20T22:47:17.548Z Compiling serde_urlencoded v0.7.1
19142024-12-20T22:47:18.047Z Compiling crossbeam-epoch v0.9.18
19152024-12-20T22:47:18.157Z Compiling hashbrown v0.14.5
19162024-12-20T22:47:18.781Z Compiling rustls-webpki v0.102.8
19172024-12-20T22:47:19.075Z Compiling rustls-pemfile v2.2.0
19182024-12-20T22:47:19.551Z Compiling dropshot_endpoint v0.12.0
19192024-12-20T22:47:19.904Z Compiling sha1 v0.10.6
19202024-12-20T22:47:20.314Z Compiling signature v2.2.0
19212024-12-20T22:47:20.436Z Compiling curve25519-dalek-derive v0.1.1
19222024-12-20T22:47:20.619Z Compiling thread_local v1.1.8
19232024-12-20T22:47:20.730Z Compiling fs-err v2.11.0
19242024-12-20T22:47:21.099Z Compiling unicode-properties v0.1.3
19252024-12-20T22:47:21.481Z Compiling openssl-probe v0.1.5
19262024-12-20T22:47:22.097Z Compiling winnow v0.6.20
19272024-12-20T22:47:22.493Z Compiling utf8parse v0.2.2
19282024-12-20T22:47:22.673Z Compiling gimli v0.31.1
19292024-12-20T22:47:23.626Z Compiling ipnet v2.10.1
19302024-12-20T22:47:24.499Z Compiling anstyle v1.0.10
19312024-12-20T22:47:25.735Z Compiling toml_edit v0.22.22
19322024-12-20T22:47:26.020Z Compiling anstyle-parse v0.2.5
19332024-12-20T22:47:26.719Z Compiling stringprep v0.1.5
19342024-12-20T22:47:27.694Z Compiling addr2line v0.24.2
19352024-12-20T22:47:28.357Z Compiling regress v0.10.1
19362024-12-20T22:47:28.379Z Compiling crossbeam-deque v0.8.5
19372024-12-20T22:47:28.732Z Compiling term v0.7.0
19382024-12-20T22:47:30.041Z Compiling slog-json v2.6.1
19392024-12-20T22:47:31.231Z Compiling crossbeam-channel v0.5.13
19402024-12-20T22:47:33.214Z Compiling idna v0.3.0
19412024-12-20T22:47:33.346Z Compiling idna v0.4.0
19422024-12-20T22:47:34.767Z Compiling futures-executor v0.3.31
19432024-12-20T22:47:34.788Z Compiling num-integer v0.1.46
19442024-12-20T22:47:35.250Z Compiling md-5 v0.10.6
19452024-12-20T22:47:35.493Z Compiling ff v0.13.0
19462024-12-20T22:47:35.517Z Compiling hash32 v0.2.1
19472024-12-20T22:47:35.735Z Compiling memmap v0.7.0
19482024-12-20T22:47:35.910Z Compiling is-terminal v0.4.13
19492024-12-20T22:47:36.050Z Compiling object v0.36.5
19502024-12-20T22:47:36.053Z Compiling colorchoice v1.0.2
19512024-12-20T22:47:36.240Z Compiling is_terminal_polyfill v1.70.1
19522024-12-20T22:47:36.376Z Compiling anstyle-query v1.1.1
19532024-12-20T22:47:36.530Z Compiling rustc-demangle v0.1.24
19542024-12-20T22:47:36.581Z Compiling fallible-iterator v0.2.0
19552024-12-20T22:47:37.329Z Compiling base16ct v0.2.0
19562024-12-20T22:47:37.390Z Compiling take_mut v0.2.2
19572024-12-20T22:47:37.562Z Compiling psl-types v2.0.11
19582024-12-20T22:47:37.639Z Compiling linked-hash-map v0.5.6
19592024-12-20T22:47:37.699Z Compiling quick-error v1.2.3
19602024-12-20T22:47:37.857Z Compiling utf-8 v0.7.6
19612024-12-20T22:47:38.004Z Compiling publicsuffix v2.2.3
19622024-12-20T22:47:38.007Z Compiling lru-cache v0.1.2
19632024-12-20T22:47:38.170Z Compiling tungstenite v0.24.0
19642024-12-20T22:47:38.224Z Compiling resolv-conf v0.7.0
19652024-12-20T22:47:38.626Z Compiling sec1 v0.7.3
19662024-12-20T22:47:39.211Z Compiling postgres-protocol v0.6.7
19672024-12-20T22:47:39.947Z Compiling anstream v0.6.15
19682024-12-20T22:47:40.211Z Compiling slog-term v2.9.1
19692024-12-20T22:47:40.437Z Compiling usdt v0.5.0
19702024-12-20T22:47:40.900Z Compiling group v0.13.0
19712024-12-20T22:47:41.198Z Compiling num-iter v0.1.45
19722024-12-20T22:47:41.218Z Compiling futures v0.3.31
19732024-12-20T22:47:41.394Z Compiling tokio-rustls v0.26.0
19742024-12-20T22:47:41.788Z Compiling hickory-proto v0.24.1
19752024-12-20T22:47:42.919Z Compiling tokio-rustls v0.25.0
19762024-12-20T22:47:42.947Z Compiling typify-impl v0.2.0
19772024-12-20T22:47:43.810Z Compiling backtrace v0.3.74
19782024-12-20T22:47:44.074Z Compiling slog-bunyan v2.5.0
19792024-12-20T22:47:44.283Z Compiling toml v0.8.19
19802024-12-20T22:47:44.304Z Compiling tokio-native-tls v0.3.1
19812024-12-20T22:47:44.813Z Compiling phf_shared v0.11.2
19822024-12-20T22:47:44.920Z Compiling strum_macros v0.25.3
19832024-12-20T22:47:45.525Z Compiling async-stream v0.3.6
19842024-12-20T22:47:45.861Z Compiling waitgroup v0.1.2
19852024-12-20T22:47:46.070Z Compiling webpki-roots v0.26.6
19862024-12-20T22:47:46.298Z Compiling idna v0.5.0
19872024-12-20T22:47:46.652Z Compiling terminal_size v0.4.0
19882024-12-20T22:47:46.869Z Compiling serde_path_to_error v0.1.16
19892024-12-20T22:47:47.716Z Compiling hkdf v0.12.4
19902024-12-20T22:47:47.955Z Compiling crypto-bigint v0.5.5
19912024-12-20T22:47:48.323Z Compiling serde_repr v0.1.19
19922024-12-20T22:47:48.472Z Compiling derive-where v1.2.7
19932024-12-20T22:47:49.587Z Compiling hostname v0.4.0
19942024-12-20T22:47:49.821Z Compiling crc32fast v1.4.2
19952024-12-20T22:47:50.767Z Compiling bitflags v1.3.2
19962024-12-20T22:47:50.795Z Compiling clap_lex v0.7.2
19972024-12-20T22:47:51.008Z Compiling winnow v0.5.40
19982024-12-20T22:47:51.075Z Compiling debug-ignore v1.0.5
19992024-12-20T22:47:51.335Z Compiling managed v0.8.0
20002024-12-20T22:47:51.381Z Compiling unicode-width v0.1.14
20012024-12-20T22:47:51.873Z Compiling console v0.15.8
20022024-12-20T22:47:52.727Z Compiling clap_builder v4.5.21
20032024-12-20T22:47:53.228Z Compiling elliptic-curve v0.13.8
20042024-12-20T22:47:54.406Z Compiling flate2 v1.0.34
20052024-12-20T22:47:54.659Z Compiling typify-macro v0.2.0
20062024-12-20T22:47:54.805Z Compiling toml_edit v0.19.15
20072024-12-20T22:47:55.309Z Compiling hickory-resolver v0.24.1
20082024-12-20T22:47:55.657Z Compiling cookie_store v0.21.0
20092024-12-20T22:48:00.134Z Compiling hyper-rustls v0.27.3
20102024-12-20T22:48:01.421Z Compiling phf v0.11.2
20112024-12-20T22:48:01.738Z Compiling hyper-tls v0.6.0
20122024-12-20T22:48:02.151Z Compiling signal-hook-mio v0.2.4
20132024-12-20T22:48:02.213Z Compiling rayon v1.10.0
20142024-12-20T22:48:02.324Z Compiling bzip2 v0.4.4
20152024-12-20T22:48:02.523Z Compiling postgres-types v0.2.8
20162024-12-20T22:48:02.722Z Compiling tokio-tungstenite v0.24.0
20172024-12-20T22:48:03.218Z Compiling ed25519 v2.2.3
20182024-12-20T22:48:03.259Z Compiling hubpack v0.1.2
20192024-12-20T22:48:03.686Z Compiling phf_shared v0.10.0
20202024-12-20T22:48:03.796Z Compiling pkcs1 v0.7.5
20212024-12-20T22:48:03.974Z Compiling zerocopy v0.6.6
20222024-12-20T22:48:04.056Z Compiling tokio-stream v0.1.16
20232024-12-20T22:48:05.091Z Compiling serde-big-array v0.5.1
20242024-12-20T22:48:05.134Z Compiling rfc6979 v0.4.0
20252024-12-20T22:48:05.277Z Compiling float-cmp v0.9.0
20262024-12-20T22:48:05.460Z Compiling sync_wrapper v1.0.1
20272024-12-20T22:48:05.617Z Compiling bstr v1.10.0
20282024-12-20T22:48:05.673Z Compiling number_prefix v0.4.0
20292024-12-20T22:48:05.836Z Compiling static_assertions v1.1.0
20302024-12-20T22:48:05.898Z Compiling fixedbitset v0.4.2
20312024-12-20T22:48:05.951Z Compiling new_debug_unreachable v1.0.6
20322024-12-20T22:48:06.055Z Compiling predicates-core v1.0.8
20332024-12-20T22:48:06.323Z Compiling precomputed-hash v0.1.1
20342024-12-20T22:48:06.451Z Compiling difflib v0.4.0
20352024-12-20T22:48:06.536Z Compiling unicode-width v0.2.0
20362024-12-20T22:48:06.683Z Compiling whoami v1.5.2
20372024-12-20T22:48:07.059Z Compiling bit-vec v0.6.3
20382024-12-20T22:48:07.216Z Compiling unicode-segmentation v1.12.0
20392024-12-20T22:48:07.480Z Compiling normalize-line-endings v0.3.0
20402024-12-20T22:48:07.954Z Compiling reqwest v0.12.9
20412024-12-20T22:48:08.842Z Compiling similar v2.6.0
20422024-12-20T22:48:08.965Z Compiling predicates v3.1.2
20432024-12-20T22:48:10.535Z Compiling bit-set v0.5.3
20442024-12-20T22:48:10.734Z Compiling tokio-postgres v0.7.12
20452024-12-20T22:48:10.845Z Compiling indicatif v0.17.9
20462024-12-20T22:48:10.866Z Compiling string_cache v0.8.7
20472024-12-20T22:48:11.292Z Compiling petgraph v0.6.5
20482024-12-20T22:48:13.579Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20492024-12-20T22:48:14.526Z Compiling ecdsa v0.16.9
20502024-12-20T22:48:15.468Z Compiling qorb v0.2.1
20512024-12-20T22:48:15.919Z Compiling rsa v0.9.6
20522024-12-20T22:48:16.061Z Compiling ed25519-dalek v2.1.1
20532024-12-20T22:48:17.477Z Compiling zip v0.6.6
20542024-12-20T22:48:17.545Z Compiling crossterm v0.28.1
20552024-12-20T22:48:18.055Z Compiling toml v0.7.8
20562024-12-20T22:48:18.734Z Compiling clap v4.5.21
20572024-12-20T22:48:21.259Z Compiling x509-cert v0.2.5
20582024-12-20T22:48:21.591Z Compiling hex v0.4.3
20592024-12-20T22:48:24.774Z Compiling radium v0.7.0
20602024-12-20T22:48:24.845Z Compiling lalrpop-util v0.19.12
20612024-12-20T22:48:25.189Z Compiling peg-runtime v0.8.3
20622024-12-20T22:48:26.713Z Compiling unicode-xid v0.2.6
20632024-12-20T22:48:26.898Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20642024-12-20T22:48:44.346Z Compiling maybe-uninit v2.0.0
20652024-12-20T22:48:45.261Z Compiling tap v1.0.1
20662024-12-20T22:48:45.455Z Compiling ident_case v1.0.1
20672024-12-20T22:48:45.805Z Compiling darling_core v0.20.10
20682024-12-20T22:48:46.295Z Compiling wyz v0.5.1
20692024-12-20T22:48:55.060Z Compiling typify v0.2.0
20702024-12-20T22:48:59.269Z Compiling unsafe-libyaml v0.2.11
20712024-12-20T22:48:59.682Z Compiling packed_struct v0.10.1
20722024-12-20T22:48:59.831Z Compiling funty v2.0.0
20732024-12-20T22:49:00.589Z Compiling serde_yaml v0.9.34+deprecated
20742024-12-20T22:49:01.017Z Compiling bitvec v1.0.1
20752024-12-20T22:49:05.419Z Compiling progenitor-impl v0.8.0
20762024-12-20T22:49:06.637Z Compiling darling_macro v0.20.10
20772024-12-20T22:49:07.728Z Compiling packed_struct_codegen v0.10.1
20782024-12-20T22:49:10.613Z Compiling structmeta-derive v0.3.0
20792024-12-20T22:49:11.223Z Compiling indexmap v1.9.3
20802024-12-20T22:49:11.541Z Compiling fastrand v2.1.1
20812024-12-20T22:49:11.957Z Compiling nodrop v0.1.14
20822024-12-20T22:49:12.100Z Compiling newtype-uuid v1.1.3
20832024-12-20T22:49:12.222Z Compiling crc-catalog v2.4.0
20842024-12-20T22:49:12.401Z Compiling crc v3.2.1
20852024-12-20T22:49:12.430Z Compiling progenitor-macro v0.8.0
20862024-12-20T22:49:13.234Z Compiling structmeta v0.3.0
20872024-12-20T22:49:13.672Z Compiling array-init v0.0.4
20882024-12-20T22:49:14.983Z Compiling tempfile v3.13.0
20892024-12-20T22:49:20.746Z Compiling darling v0.20.10
20902024-12-20T22:49:21.178Z Compiling smallvec v0.6.14
20912024-12-20T22:49:27.123Z Compiling progenitor-client v0.8.0
20922024-12-20T22:49:29.686Z Compiling pin-project-internal v1.1.6
20932024-12-20T22:49:29.828Z Compiling dropshot v0.13.0
20942024-12-20T22:49:30.137Z Compiling termcolor v1.4.1
20952024-12-20T22:49:30.264Z Compiling bitfield v0.14.0
20962024-12-20T22:49:31.139Z Compiling hashbrown v0.12.3
20972024-12-20T22:49:31.329Z Compiling same-file v1.0.6
20982024-12-20T22:49:31.779Z Compiling base64 v0.21.7
20992024-12-20T22:49:40.995Z Compiling pin-project v1.1.6
21002024-12-20T22:49:42.292Z Compiling ron v0.8.1
21012024-12-20T22:49:43.251Z Compiling walkdir v2.5.0
21022024-12-20T22:49:45.047Z Compiling env_logger v0.10.2
21032024-12-20T22:49:45.271Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21042024-12-20T22:49:49.380Z Compiling progenitor v0.8.0
21052024-12-20T22:49:49.583Z Compiling serde-hex v0.1.0
21062024-12-20T22:49:49.674Z Compiling serde_with_macros v3.11.0
21072024-12-20T22:49:51.711Z Compiling parse-display-derive v0.10.0
21082024-12-20T22:49:51.848Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21092024-12-20T22:49:52.587Z Compiling strum_macros v0.26.4
21102024-12-20T22:49:54.886Z Compiling snafu-derive v0.8.5
21112024-12-20T22:49:55.550Z Compiling hashbrown v0.13.2
21122024-12-20T22:49:55.611Z Compiling ipnetwork v0.20.0
21132024-12-20T22:49:56.914Z Compiling xattr v1.3.1
21142024-12-20T22:49:57.133Z Compiling dropshot_endpoint v0.13.0
21152024-12-20T22:49:57.260Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21162024-12-20T22:49:58.005Z Compiling blake3 v1.5.4
21172024-12-20T22:49:58.239Z Compiling ring v0.16.20
21182024-12-20T22:49:58.670Z Compiling filetime v0.2.25
21192024-12-20T22:49:58.693Z Compiling instant v0.1.13
21202024-12-20T22:49:58.873Z Compiling lockfree-object-pool v0.1.6
21212024-12-20T22:49:59.038Z Compiling simd-adler32 v0.3.7
21222024-12-20T22:49:59.302Z Compiling buf-list v1.0.3
21232024-12-20T22:49:59.714Z Compiling zip v2.1.3
21242024-12-20T22:50:00.033Z Compiling bumpalo v3.16.0
21252024-12-20T22:50:00.105Z Compiling crc-any v2.5.0
21262024-12-20T22:50:00.326Z Compiling snafu v0.8.5
21272024-12-20T22:50:00.601Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21282024-12-20T22:50:01.025Z Compiling zopfli v0.8.1
21292024-12-20T22:50:01.113Z Compiling tar v0.4.42
21302024-12-20T22:50:01.584Z Compiling backoff v0.4.0
21312024-12-20T22:50:02.628Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21322024-12-20T22:50:02.844Z Compiling strum v0.26.3
21332024-12-20T22:50:03.057Z Compiling object v0.30.4
21342024-12-20T22:50:05.105Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21352024-12-20T22:50:06.240Z Compiling parse-display v0.10.0
21362024-12-20T22:50:06.889Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21372024-12-20T22:50:07.480Z Compiling serde_with v3.11.0
21382024-12-20T22:50:08.168Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21392024-12-20T22:50:08.797Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21402024-12-20T22:50:09.665Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21412024-12-20T22:50:10.384Z Compiling camino-tempfile v1.1.1
21422024-12-20T22:50:11.181Z Compiling globset v0.4.15
21432024-12-20T22:50:11.867Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21442024-12-20T22:50:12.066Z Compiling regress v0.9.1
21452024-12-20T22:50:15.568Z Compiling pem v3.0.4
21462024-12-20T22:50:16.146Z Compiling olpc-cjson v0.1.4
21472024-12-20T22:50:16.501Z Compiling serde_plain v1.0.2
21482024-12-20T22:50:16.961Z Compiling macaddr v1.0.1
21492024-12-20T22:50:17.034Z Compiling async-recursion v1.1.1
21502024-12-20T22:50:17.594Z Compiling memmap2 v0.9.5
21512024-12-20T22:50:18.208Z Compiling arrayref v0.3.9
21522024-12-20T22:50:18.322Z Compiling arrayvec v0.7.6
21532024-12-20T22:50:18.506Z Compiling typed-path v0.9.3
21542024-12-20T22:50:18.826Z Compiling constant_time_eq v0.3.1
21552024-12-20T22:50:18.847Z Compiling path-slash v0.1.5
21562024-12-20T22:50:19.010Z Compiling spin v0.5.2
21572024-12-20T22:50:19.043Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
21582024-12-20T22:50:20.604Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21592024-12-20T22:50:21.841Z Compiling tough v0.19.0
21602024-12-20T22:50:25.588Z Compiling itertools v0.13.0
21612024-12-20T22:50:25.848Z Compiling cargo-platform v0.1.8
21622024-12-20T22:50:26.630Z Compiling topological-sort v0.2.2
21632024-12-20T22:50:26.909Z Compiling parse-size v1.1.0
21642024-12-20T22:50:26.938Z Compiling omicron-zone-package v0.11.1
21652024-12-20T22:50:27.217Z Compiling cargo_metadata v0.18.1
21662024-12-20T22:50:27.416Z Compiling shell-words v1.1.0
21672024-12-20T22:50:34.601Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21682024-12-20T22:50:46.946Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
21692024-12-20T22:51:01.916Z Finished `release` profile [optimized] target(s) in 5m 52s
21702024-12-20T22:51:02.079Z Running `target/release/omicron-releng --output-dir /work`
21712024-12-20T22:51:02.128ZDec 20 22:51:01.227 DEBG changing working directory to /work/oxidecomputer/omicron
21722024-12-20T22:51:02.234ZDec 20 22:51:01.335 DEBG running: git rev-parse HEAD
21732024-12-20T22:51:02.241ZDec 20 22:51:01.342 DEBG process exited with exit status: 0 (6.825833ms)
21742024-12-20T22:51:02.241ZDec 20 22:51:01.342 INFO version: 12.0.0-0.ci+git053adca9631
21752024-12-20T22:51:02.284ZDec 20 22:51:01.385 INFO cloning helios to /work/oxidecomputer/helios
21762024-12-20T22:51:02.284ZDec 20 22:51:01.385 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
21772024-12-20T22:51:02.291ZCloning into '/work/oxidecomputer/helios'...
21782024-12-20T22:51:02.969ZDec 20 22:51:02.070 DEBG process exited with exit status: 0 (684.83934ms)
21792024-12-20T22:51:02.969ZDec 20 22:51:02.070 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
21802024-12-20T22:51:02.976Z# branch.oid 68aae52278cdbc7049c703b3b0eb76173cee9067
21812024-12-20T22:51:02.977Z# branch.head master
21822024-12-20T22:51:02.977Z# branch.upstream origin/master
21832024-12-20T22:51:02.977Z# branch.ab +0 -0
21842024-12-20T22:51:02.979ZDec 20 22:51:02.078 DEBG process exited with exit status: 0 (8.05393ms)
21852024-12-20T22:51:02.979ZDec 20 22:51:02.078 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
21862024-12-20T22:51:03.864ZDec 20 22:51:02.965 DEBG process exited with exit status: 0 (886.560342ms)
21872024-12-20T22:51:03.864ZDec 20 22:51:02.965 DEBG running: zfs list rpool/images/build/host
21882024-12-20T22:51:03.871ZNAME USED AVAIL REFER MOUNTPOINT
21892024-12-20T22:51:03.871Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
21902024-12-20T22:51:03.874ZDec 20 22:51:02.972 DEBG process exited with exit status: 0 (7.599752ms)
21912024-12-20T22:51:03.874ZDec 20 22:51:02.972 DEBG running: zfs list rpool/images/build/recovery
21922024-12-20T22:51:03.878ZNAME USED AVAIL REFER MOUNTPOINT
21932024-12-20T22:51:03.878Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
21942024-12-20T22:51:03.890ZDec 20 22:51:02.979 DEBG process exited with exit status: 0 (6.605829ms)
21952024-12-20T22:51:03.890ZDec 20 22:51:02.980 INFO [hubris-staging] running task
21962024-12-20T22:51:03.890ZDec 20 22:51:02.980 INFO [hubris-production] running task
21972024-12-20T22:51:03.890ZDec 20 22:51:02.980 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
21982024-12-20T22:51:03.890ZDec 20 22:51:02.984 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
21992024-12-20T22:51:03.950Z[ helios-setup] cd tools/helios-build && cargo build --quiet
22002024-12-20T22:51:04.350Z[ omicron-package] Blocking waiting for file lock on package cache
22012024-12-20T22:51:04.941Z[ omicron-package] Blocking waiting for file lock on package cache
22022024-12-20T22:51:05.218Z[ omicron-package] Blocking waiting for file lock on package cache
22032024-12-20T22:51:05.574ZDec 20 22:51:04.672 INFO [hubris-production] task succeeded (1.691950043s)
22042024-12-20T22:51:06.039Z[ omicron-package] Compiling zerocopy v0.8.10
22052024-12-20T22:51:06.042Z[ omicron-package] Compiling proc-macro-crate v1.3.1
22062024-12-20T22:51:06.042Z[ omicron-package] Compiling itertools v0.13.0
22072024-12-20T22:51:06.042Z[ omicron-package] Compiling zerocopy-derive v0.8.10
22082024-12-20T22:51:06.042Z[ omicron-package] Compiling heapless v0.8.0
22092024-12-20T22:51:06.042Z[ omicron-package] Compiling hash32 v0.3.1
22102024-12-20T22:51:06.042Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22112024-12-20T22:51:06.042Z[ omicron-package] Compiling smoltcp v0.11.0
22122024-12-20T22:51:07.059Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
22132024-12-20T22:51:07.254Z[ omicron-package] Compiling cobs v0.2.3
22142024-12-20T22:51:07.854Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22152024-12-20T22:51:08.039Z[ omicron-package] Compiling num_enum_derive v0.5.11
22162024-12-20T22:51:08.142Z[ omicron-package] Compiling postcard v1.0.10
22172024-12-20T22:51:08.209Z[ omicron-package] Compiling proc-macro-error v1.0.4
22182024-12-20T22:51:08.372Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22192024-12-20T22:51:08.874Z[ omicron-package] Compiling foreign-types-macros v0.2.3
22202024-12-20T22:51:09.088Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22212024-12-20T22:51:09.226Z[ omicron-package] Compiling foreign-types-shared v0.3.1
22222024-12-20T22:51:10.492Z[ omicron-package] Compiling tabwriter v1.4.0
22232024-12-20T22:51:10.995Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22242024-12-20T22:51:11.698Z[ omicron-package] Compiling foreign-types v0.5.0
22252024-12-20T22:51:11.985Z[ omicron-package] Compiling cstr-argument v0.1.2
22262024-12-20T22:51:12.089Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22272024-12-20T22:51:12.340Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
22282024-12-20T22:51:12.607Z[ omicron-package] Compiling num_enum v0.5.11
22292024-12-20T22:51:13.005Z[ omicron-package] Compiling thiserror v2.0.3
22302024-12-20T22:51:13.139Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22312024-12-20T22:51:13.207Z[ omicron-package] Compiling pretty-hex v0.2.1
22322024-12-20T22:51:13.210Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22332024-12-20T22:51:13.375Z[ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22342024-12-20T22:51:13.725Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22352024-12-20T22:51:14.046Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22362024-12-20T22:51:14.299Z[ omicron-package] Compiling colored v2.1.0
22372024-12-20T22:51:14.697Z[ omicron-package] Compiling thiserror-impl v2.0.3
22382024-12-20T22:51:15.111Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22392024-12-20T22:51:15.454Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
22402024-12-20T22:51:17.015Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
22412024-12-20T22:51:17.134Z[ omicron-package] Compiling sigpipe v0.1.3
22422024-12-20T22:51:17.886Z[ omicron-package] Compiling num-derive v0.4.2
22432024-12-20T22:51:18.284Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22442024-12-20T22:51:18.328Z[ omicron-package] Compiling libefi-sys v0.1.0
22452024-12-20T22:51:19.176Z[ omicron-package] Compiling zone v0.3.0
22462024-12-20T22:51:19.316Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
22472024-12-20T22:51:19.814Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22482024-12-20T22:51:20.209ZDec 20 22:51:19.306 INFO [hubris-staging] task succeeded (16.326205889s)
22492024-12-20T22:51:20.338Z[ omicron-package] Compiling smf v0.2.3
22502024-12-20T22:51:21.166Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
22512024-12-20T22:51:21.565Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
22522024-12-20T22:51:21.716Z[ omicron-package] Compiling bitfield-struct v0.6.2
22532024-12-20T22:51:23.587Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22542024-12-20T22:51:24.190Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22552024-12-20T22:51:24.297Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22562024-12-20T22:51:24.363Z[ omicron-package] Compiling gethostname v0.5.0
22572024-12-20T22:51:24.476Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22582024-12-20T22:51:24.604Z[ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22592024-12-20T22:51:24.727Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
22602024-12-20T22:51:25.910Z[ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22612024-12-20T22:51:28.137Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22622024-12-20T22:51:29.439Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22632024-12-20T22:51:30.818Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22642024-12-20T22:51:33.718Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22652024-12-20T22:51:34.309Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22662024-12-20T22:51:36.012Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
22672024-12-20T22:51:46.000Z[ helios-setup] Dec 20 22:51:45.093 INFO helios repository root is: /work/oxidecomputer/helios
22682024-12-20T22:51:46.003Z[ helios-setup] Dec 20 22:51:45.095 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
22692024-12-20T22:51:46.003Z[ helios-setup] Dec 20 22:51:45.095 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
22702024-12-20T22:51:46.003Z[ helios-setup] Dec 20 22:51:45.095 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
22712024-12-20T22:51:46.007Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
22722024-12-20T22:51:46.631Z[ helios-setup] Dec 20 22:51:45.724 INFO clone ok!, project: bootserver
22732024-12-20T22:51:46.633Z[ helios-setup] Dec 20 22:51:45.724 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
22742024-12-20T22:51:46.633Z[ helios-setup] Dec 20 22:51:45.724 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
22752024-12-20T22:51:46.634Z[ helios-setup] Dec 20 22:51:45.724 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
22762024-12-20T22:51:46.636Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
22772024-12-20T22:51:53.091Z[ helios-setup] Dec 20 22:51:52.183 INFO clone ok!, project: amd-firmware
22782024-12-20T22:51:53.094Z[ helios-setup] Dec 20 22:51:52.183 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
22792024-12-20T22:51:53.094Z[ helios-setup] Dec 20 22:51:52.183 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
22802024-12-20T22:51:53.097Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
22812024-12-20T22:51:53.679Z[ helios-setup] Dec 20 22:51:52.770 INFO clone ok!, project: image-builder
22822024-12-20T22:51:53.682Z[ helios-setup] Dec 20 22:51:52.771 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
22832024-12-20T22:51:53.682Z[ helios-setup] Dec 20 22:51:52.771 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
22842024-12-20T22:51:53.684Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
22852024-12-20T22:51:54.590Z[ helios-setup] Dec 20 22:51:53.681 INFO clone ok!, project: chelsio-t6-roms
22862024-12-20T22:51:54.592Z[ helios-setup] Dec 20 22:51:53.682 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
22872024-12-20T22:51:54.592Z[ helios-setup] Dec 20 22:51:53.682 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
22882024-12-20T22:51:54.595Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
22892024-12-20T22:51:55.205Z[ omicron-package] Finished `release` profile [optimized] target(s) in 51.30s
22902024-12-20T22:51:55.432Z[ helios-setup] Dec 20 22:51:54.524 INFO clone ok!, project: pilot
22912024-12-20T22:51:55.434Z[ helios-setup] Dec 20 22:51:54.524 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
22922024-12-20T22:51:55.435Z[ helios-setup] Dec 20 22:51:54.524 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
22932024-12-20T22:51:55.435Z[ helios-setup] Dec 20 22:51:54.524 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
22942024-12-20T22:51:55.437Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
22952024-12-20T22:51:55.445Z[ omicron-package]
22962024-12-20T22:51:55.448Z[ omicron-package] real 51.505712137
22972024-12-20T22:51:55.448Z[ omicron-package] user 2:57.858700450
22982024-12-20T22:51:55.448Z[ omicron-package] sys 26.285235566
22992024-12-20T22:51:55.448Z[ omicron-package] trap 0.239353955
23002024-12-20T22:51:55.448Z[ omicron-package] tflt 0.772030272
23012024-12-20T22:51:55.448Z[ omicron-package] dflt 0.933932555
23022024-12-20T22:51:55.448Z[ omicron-package] kflt 0.016680208
23032024-12-20T22:51:55.448Z[ omicron-package] lock 5:40.899787038
23042024-12-20T22:51:55.448Z[ omicron-package] slp 10:09.231784348
23052024-12-20T22:51:55.448Z[ omicron-package] lat 1:38.275967076
23062024-12-20T22:51:55.448Z[ omicron-package] stop 1:01.941845611
23072024-12-20T22:51:55.448ZDec 20 22:51:54.538 INFO [omicron-package] process exited with exit status: 0 (51.553807863s)
23082024-12-20T22:51:55.448ZDec 20 22:51:54.538 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
23092024-12-20T22:51:55.520ZDec 20 22:51:54.611 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
23102024-12-20T22:51:55.531Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
23112024-12-20T22:51:55.535Z[ host-target] Created new build target 'host' and set it as active
23122024-12-20T22:51:55.535ZDec 20 22:51:54.625 INFO [host-target] process exited with exit status: 0 (86.841667ms)
23132024-12-20T22:51:55.535ZDec 20 22:51:54.625 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
23142024-12-20T22:51:55.540Z[ recovery-target] Created new build target 'recovery' and set it as active
23152024-12-20T22:51:55.540Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
23162024-12-20T22:51:55.542ZDec 20 22:51:54.634 INFO [recovery-target] process exited with exit status: 0 (22.302413ms)
23172024-12-20T22:51:55.549Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
23182024-12-20T22:51:56.423Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
23192024-12-20T22:51:56.449Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
23202024-12-20T22:51:56.691Z[ host-package] Compiling convert_case v0.4.0
23212024-12-20T22:51:56.691Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
23222024-12-20T22:51:56.693Z[ host-package] Compiling newline-converter v0.3.0
23232024-12-20T22:51:56.693Z[ host-package] Compiling password-hash v0.5.0
23242024-12-20T22:51:56.693Z[ host-package] Compiling progenitor-client v0.8.0
23252024-12-20T22:51:56.693Z[ host-package] Compiling blake2 v0.10.6
23262024-12-20T22:51:56.693Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
23272024-12-20T22:51:56.694Z[ host-package] Compiling atomicwrites v0.4.4
23282024-12-20T22:51:57.045Z[ host-package] Compiling owo-colors v4.1.0
23292024-12-20T22:51:57.089Z[ host-package] Compiling expectorate v1.1.0
23302024-12-20T22:51:57.328Z[ host-package] Compiling progenitor v0.8.0
23312024-12-20T22:51:57.353Z[ host-package] Compiling argon2 v0.5.3
23322024-12-20T22:51:57.356Z[ host-package] Compiling cancel-safe-futures v0.1.5
23332024-12-20T22:51:57.529Z[ host-package] Compiling num-rational v0.4.2
23342024-12-20T22:51:57.551Z[ host-package] Compiling derive_more v0.99.18
23352024-12-20T22:51:57.577Z[ host-package] Compiling num-complex v0.4.6
23362024-12-20T22:51:58.118Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23372024-12-20T22:51:58.540Z[ host-package] Compiling libsw v3.3.1
23382024-12-20T22:51:58.751Z[ host-package] Compiling num v0.4.3
23392024-12-20T22:51:58.893Z[ host-package] Compiling linear-map v1.2.0
23402024-12-20T22:51:58.896Z[ host-package] Compiling swrite v0.1.0
23412024-12-20T22:51:58.987Z[ host-package] Compiling indent_write v2.2.0
23422024-12-20T22:51:59.013Z[ host-package] Compiling float-ord v0.3.2
23432024-12-20T22:51:59.065Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23442024-12-20T22:51:59.220Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23452024-12-20T22:51:59.275Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
23462024-12-20T22:51:59.372Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23472024-12-20T22:51:59.883Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23482024-12-20T22:52:00.138Z[ host-package] Compiling highway v1.2.0
23492024-12-20T22:52:00.566Z[ host-package] Compiling semver v0.1.20
23502024-12-20T22:52:01.168Z[ host-package] Compiling rustc_version v0.1.7
23512024-12-20T22:52:01.617Z[ host-package] Compiling newtype-uuid v1.1.3
23522024-12-20T22:52:01.645Z[ host-package] Compiling newtype_derive v0.1.6
23532024-12-20T22:52:02.045Z[ host-package] Compiling dropshot v0.13.0
23542024-12-20T22:52:02.067Z[ host-package] Compiling ipnetwork v0.20.0
23552024-12-20T22:52:02.139Z[ host-package] Compiling instant v0.1.13
23562024-12-20T22:52:02.305Z[ host-package] Compiling humantime v2.1.0
23572024-12-20T22:52:02.916Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
23582024-12-20T22:52:03.194Z[ host-package] Compiling backoff v0.4.0
23592024-12-20T22:52:03.846Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23602024-12-20T22:52:04.574Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23612024-12-20T22:52:04.857Z[ helios-setup] Submodule path 'amd-firmware': checked out '7a9b5f6729edd91286f20e794f130fd370ed2fbe'
23622024-12-20T22:52:04.872Z[ helios-setup] Dec 20 22:52:03.961 INFO clone ok!, project: amd-host-image-builder
23632024-12-20T22:52:04.874Z[ helios-setup] Dec 20 22:52:03.961 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
23642024-12-20T22:52:04.874Z[ helios-setup] Dec 20 22:52:03.961 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
23652024-12-20T22:52:04.877Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
23662024-12-20T22:52:05.715Z[ helios-setup] Dec 20 22:52:04.804 INFO clone ok!, project: phbl
23672024-12-20T22:52:05.717Z[ helios-setup] Dec 20 22:52:04.805 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
23682024-12-20T22:52:05.717Z[ helios-setup] Dec 20 22:52:04.805 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
23692024-12-20T22:52:05.720Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
23702024-12-20T22:52:06.472Z[ helios-setup] Dec 20 22:52:05.562 INFO clone ok!, project: pinprick
23712024-12-20T22:52:06.475Z[ helios-setup] Dec 20 22:52:05.562 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
23722024-12-20T22:52:07.278Z[ helios-setup] Dec 20 22:52:06.367 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
23732024-12-20T22:52:07.580Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23742024-12-20T22:52:07.886Z[ helios-setup] Dec 20 22:52:06.975 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
23752024-12-20T22:52:07.889Z[ helios-setup] Dec 20 22:52:06.976 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
23762024-12-20T22:52:08.088Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23772024-12-20T22:52:08.429Z[ host-package] Compiling parse-display v0.10.0
23782024-12-20T22:52:08.472Z[ helios-setup] Dec 20 22:52:07.561 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
23792024-12-20T22:52:09.037Z[ helios-setup] Dec 20 22:52:08.126 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
23802024-12-20T22:52:09.037Z[ helios-setup] Dec 20 22:52:08.126 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
23812024-12-20T22:52:09.122Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23822024-12-20T22:52:09.456Z[ host-package] Compiling serde_with v3.11.0
23832024-12-20T22:52:09.623Z[ helios-setup] Dec 20 22:52:08.712 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
23842024-12-20T22:52:09.753Z[ host-package] Compiling strum v0.26.3
23852024-12-20T22:52:09.968Z[ host-package] Compiling regress v0.9.1
23862024-12-20T22:52:10.143Z[ helios-setup] Dec 20 22:52:09.232 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
23872024-12-20T22:52:10.146Z[ helios-setup] Dec 20 22:52:09.232 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
23882024-12-20T22:52:10.146Z[ helios-setup] Dec 20 22:52:09.232 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
23892024-12-20T22:52:10.147Z[ helios-setup] Dec 20 22:52:09.232 INFO ok!
23902024-12-20T22:52:10.147Z[ helios-setup] Dec 20 22:52:09.232 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
23912024-12-20T22:52:10.147Z[ helios-setup] Dec 20 22:52:09.232 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
23922024-12-20T22:52:10.147Z[ helios-setup] Dec 20 22:52:09.232 INFO ok!
23932024-12-20T22:52:10.147Z[ helios-setup] Dec 20 22:52:09.232 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
23942024-12-20T22:52:10.147Z[ helios-setup] Dec 20 22:52:09.232 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
23952024-12-20T22:52:10.147Z[ helios-setup] Dec 20 22:52:09.232 INFO ok!
23962024-12-20T22:52:10.147Z[ helios-setup] Dec 20 22:52:09.232 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
23972024-12-20T22:52:10.147Z[ helios-setup] Dec 20 22:52:09.232 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
23982024-12-20T22:52:10.425Z[ helios-setup] Dec 20 22:52:09.513 INFO E| Downloading crates ...
23992024-12-20T22:52:10.606Z[ helios-setup] Dec 20 22:52:09.694 INFO E| Downloaded block-buffer v0.10.3
24002024-12-20T22:52:10.635Z[ helios-setup] Dec 20 22:52:09.724 INFO E| Downloaded unicode-width v0.1.10
24012024-12-20T22:52:10.638Z[ helios-setup] Dec 20 22:52:09.727 INFO E| Downloaded miniz_oxide v0.6.2
24022024-12-20T22:52:10.642Z[ helios-setup] Dec 20 22:52:09.730 INFO E| Downloaded sha2 v0.10.5
24032024-12-20T22:52:10.645Z[ helios-setup] Dec 20 22:52:09.734 INFO E| Downloaded generic-array v0.14.6
24042024-12-20T22:52:10.648Z[ helios-setup] Dec 20 22:52:09.737 INFO E| Downloaded typenum v1.15.0
24052024-12-20T22:52:10.652Z[ helios-setup] Dec 20 22:52:09.740 INFO E| Downloaded flate2 v1.0.25
24062024-12-20T22:52:10.659Z[ helios-setup] Dec 20 22:52:09.748 INFO E| Downloaded anyhow v1.0.62
24072024-12-20T22:52:10.665Z[ helios-setup] Dec 20 22:52:09.754 INFO E| Downloaded cpufeatures v0.2.5
24082024-12-20T22:52:10.668Z[ helios-setup] Dec 20 22:52:09.756 INFO E| Downloaded digest v0.10.3
24092024-12-20T22:52:10.671Z[ helios-setup] Dec 20 22:52:09.759 INFO E| Downloaded bytes v1.2.1
24102024-12-20T22:52:10.738Z[ helios-setup] Dec 20 22:52:09.826 INFO E| Compiling version_check v0.9.4
24112024-12-20T22:52:10.738Z[ helios-setup] Dec 20 22:52:09.826 INFO E| Compiling typenum v1.15.0
24122024-12-20T22:52:10.740Z[ helios-setup] Dec 20 22:52:09.826 INFO E| Compiling crc32fast v1.3.2
24132024-12-20T22:52:10.740Z[ helios-setup] Dec 20 22:52:09.826 INFO E| Compiling cfg-if v1.0.0
24142024-12-20T22:52:10.740Z[ helios-setup] Dec 20 22:52:09.826 INFO E| Compiling anyhow v1.0.62
24152024-12-20T22:52:10.740Z[ helios-setup] Dec 20 22:52:09.826 INFO E| Compiling adler v1.0.2
24162024-12-20T22:52:10.740Z[ helios-setup] Dec 20 22:52:09.827 INFO E| Compiling unicode-width v0.1.10
24172024-12-20T22:52:10.740Z[ helios-setup] Dec 20 22:52:09.827 INFO E| Compiling cpufeatures v0.2.5
24182024-12-20T22:52:11.162Z[ helios-setup] Dec 20 22:52:10.250 INFO E| Compiling bytes v1.2.1
24192024-12-20T22:52:11.167Z[ helios-setup] Dec 20 22:52:10.256 INFO E| Compiling bitflags v1.3.2
24202024-12-20T22:52:11.335Z[ helios-setup] Dec 20 22:52:10.424 INFO E| Compiling miniz_oxide v0.6.2
24212024-12-20T22:52:11.624Z[ helios-setup] Dec 20 22:52:10.713 INFO E| Compiling getopts v0.2.21
24222024-12-20T22:52:12.333Z[ helios-setup] Dec 20 22:52:11.421 INFO E| Compiling generic-array v0.14.6
24232024-12-20T22:52:13.238Z[ helios-setup] Dec 20 22:52:12.326 INFO E| Compiling flate2 v1.0.25
24242024-12-20T22:52:14.077Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24252024-12-20T22:52:15.986Z[ host-package] Compiling macaddr v1.0.1
24262024-12-20T22:52:16.466Z[ host-package] Compiling slog-dtrace v0.3.0
24272024-12-20T22:52:16.661Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24282024-12-20T22:52:17.057Z[ host-package] Compiling steno v0.4.1
24292024-12-20T22:52:17.129Z[ helios-setup] Dec 20 22:52:16.216 INFO E| Compiling block-buffer v0.10.3
24302024-12-20T22:52:17.129Z[ helios-setup] Dec 20 22:52:16.216 INFO E| Compiling crypto-common v0.1.6
24312024-12-20T22:52:17.327Z[ helios-setup] Dec 20 22:52:16.414 INFO E| Compiling digest v0.10.3
24322024-12-20T22:52:17.620Z[ host-package] Compiling prettyplease v0.2.25
24332024-12-20T22:52:17.674Z[ helios-setup] Dec 20 22:52:16.762 INFO E| Compiling sha2 v0.10.5
24342024-12-20T22:52:18.221Z[ helios-setup] Dec 20 22:52:17.309 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
24352024-12-20T22:52:18.993Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24362024-12-20T22:52:19.214Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
24372024-12-20T22:52:20.471Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24382024-12-20T22:52:23.289Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
24392024-12-20T22:52:23.370Z[ host-package] Compiling half v2.4.1
24402024-12-20T22:52:23.884Z[ helios-setup] Dec 20 22:52:22.970 INFO E| Finished `release` profile [optimized] target(s) in 13.64s
24412024-12-20T22:52:23.899Z[ helios-setup] Dec 20 22:52:22.985 INFO building project "bootserver" ok (13 seconds)
24422024-12-20T22:52:23.899Z[ helios-setup] Dec 20 22:52:22.985 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
24432024-12-20T22:52:23.899Z[ helios-setup] Dec 20 22:52:22.985 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
24442024-12-20T22:52:24.181Z[ helios-setup] Dec 20 22:52:23.267 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
24452024-12-20T22:52:24.320Z[ host-package] Compiling ciborium-io v0.2.2
24462024-12-20T22:52:24.488Z[ host-package] Compiling ciborium-ll v0.2.2
24472024-12-20T22:52:24.900Z[ helios-setup] Dec 20 22:52:23.985 INFO E| From https://github.com/jclulow/rust-jmclib
24482024-12-20T22:52:24.900Z[ helios-setup] Dec 20 22:52:23.985 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
24492024-12-20T22:52:24.918Z[ helios-setup] Dec 20 22:52:24.004 INFO E| Updating crates.io index
24502024-12-20T22:52:25.036Z[ host-package] Compiling tungstenite v0.21.0
24512024-12-20T22:52:25.058Z[ helios-setup] Dec 20 22:52:24.144 INFO E| Downloading crates ...
24522024-12-20T22:52:25.142Z[ helios-setup] Dec 20 22:52:24.229 INFO E| Downloaded bitflags v2.3.3
24532024-12-20T22:52:25.149Z[ helios-setup] Dec 20 22:52:24.235 INFO E| Downloaded block-buffer v0.9.0
24542024-12-20T22:52:25.152Z[ helios-setup] Dec 20 22:52:24.237 INFO E| Downloaded anyhow v1.0.72
24552024-12-20T22:52:25.171Z[ helios-setup] Dec 20 22:52:24.258 INFO E| Downloaded opaque-debug v0.3.0
24562024-12-20T22:52:25.174Z[ helios-setup] Dec 20 22:52:24.259 INFO E| Downloaded itoa v1.0.9
24572024-12-20T22:52:25.177Z[ helios-setup] Dec 20 22:52:24.261 INFO E| Downloaded errno v0.3.1
24582024-12-20T22:52:25.177Z[ helios-setup] Dec 20 22:52:24.263 INFO E| Downloaded digest v0.9.0
24592024-12-20T22:52:25.180Z[ helios-setup] Dec 20 22:52:24.265 INFO E| Downloaded cpufeatures v0.2.9
24602024-12-20T22:52:25.183Z[ helios-setup] Dec 20 22:52:24.267 INFO E| Downloaded walkdir v2.3.3
24612024-12-20T22:52:25.186Z[ helios-setup] Dec 20 22:52:24.270 INFO E| Downloaded once_cell v1.18.0
24622024-12-20T22:52:25.189Z[ helios-setup] Dec 20 22:52:24.274 INFO E| Downloaded md-5 v0.9.1
24632024-12-20T22:52:25.191Z[ helios-setup] Dec 20 22:52:24.276 INFO E| Downloaded fastrand v2.0.0
24642024-12-20T22:52:25.194Z[ helios-setup] Dec 20 22:52:24.279 INFO E| Downloaded sha-1 v0.9.8
24652024-12-20T22:52:25.224Z[ helios-setup] Dec 20 22:52:24.310 INFO E| Downloaded uuid v0.8.2
24662024-12-20T22:52:25.228Z[ helios-setup] Dec 20 22:52:24.315 INFO E| Downloaded ryu v1.0.15
24672024-12-20T22:52:25.234Z[ helios-setup] Dec 20 22:52:24.319 INFO E| Downloaded quote v1.0.31
24682024-12-20T22:52:25.237Z[ helios-setup] Dec 20 22:52:24.323 INFO E| Downloaded proc-macro2 v1.0.66
24692024-12-20T22:52:25.241Z[ helios-setup] Dec 20 22:52:24.327 INFO E| Downloaded unicode-ident v1.0.11
24702024-12-20T22:52:25.246Z[ helios-setup] Dec 20 22:52:24.332 INFO E| Downloaded typenum v1.16.0
24712024-12-20T22:52:25.250Z[ helios-setup] Dec 20 22:52:24.336 INFO E| Downloaded toml v0.5.11
24722024-12-20T22:52:25.255Z[ helios-setup] Dec 20 22:52:24.340 INFO E| Downloaded serde_derive v1.0.193
24732024-12-20T22:52:25.258Z[ helios-setup] Dec 20 22:52:24.345 INFO E| Downloaded serde v1.0.193
24742024-12-20T22:52:25.264Z[ helios-setup] Dec 20 22:52:24.350 INFO E| Downloaded getrandom v0.2.10
24752024-12-20T22:52:25.269Z[ helios-setup] Dec 20 22:52:24.354 INFO E| Downloaded tempfile v3.7.0
24762024-12-20T22:52:25.272Z[ helios-setup] Dec 20 22:52:24.358 INFO E| Downloaded serde_json v1.0.103
24772024-12-20T22:52:25.283Z[ helios-setup] Dec 20 22:52:24.368 INFO E| Downloaded libdevinfo-sys v1.0.0
24782024-12-20T22:52:25.287Z[ helios-setup] Dec 20 22:52:24.371 INFO E| Downloaded syn v2.0.32
24792024-12-20T22:52:25.335Z[ helios-setup] Dec 20 22:52:24.420 INFO E| Downloaded rustix v0.38.4
24802024-12-20T22:52:25.397Z[ helios-setup] Dec 20 22:52:24.480 INFO E| Downloaded libc v0.2.147
24812024-12-20T22:52:25.522Z[ helios-setup] Dec 20 22:52:24.608 INFO E| Compiling libc v0.2.147
24822024-12-20T22:52:25.522Z[ helios-setup] Dec 20 22:52:24.608 INFO E| Compiling proc-macro2 v1.0.66
24832024-12-20T22:52:25.522Z[ helios-setup] Dec 20 22:52:24.608 INFO E| Compiling cfg-if v1.0.0
24842024-12-20T22:52:25.525Z[ helios-setup] Dec 20 22:52:24.608 INFO E| Compiling unicode-ident v1.0.11
24852024-12-20T22:52:25.525Z[ helios-setup] Dec 20 22:52:24.608 INFO E| Compiling typenum v1.16.0
24862024-12-20T22:52:25.525Z[ helios-setup] Dec 20 22:52:24.608 INFO E| Compiling version_check v0.9.4
24872024-12-20T22:52:25.525Z[ helios-setup] Dec 20 22:52:24.608 INFO E| Compiling serde v1.0.193
24882024-12-20T22:52:25.525Z[ helios-setup] Dec 20 22:52:24.608 INFO E| Compiling slog v2.7.0
24892024-12-20T22:52:26.068Z[ helios-setup] Dec 20 22:52:25.154 INFO E| Compiling itoa v1.0.9
24902024-12-20T22:52:26.420Z[ helios-setup] Dec 20 22:52:25.505 INFO E| Compiling rustix v0.38.4
24912024-12-20T22:52:26.429Z[ helios-setup] Dec 20 22:52:25.515 INFO E| Compiling powerfmt v0.2.0
24922024-12-20T22:52:27.146Z[ helios-setup] Dec 20 22:52:26.232 INFO E| Compiling time-core v0.1.2
24932024-12-20T22:52:27.296Z[ helios-setup] Dec 20 22:52:26.382 INFO E| Compiling num-conv v0.1.0
24942024-12-20T22:52:27.370Z[ helios-setup] Dec 20 22:52:26.455 INFO E| Compiling deranged v0.3.11
24952024-12-20T22:52:27.410Z[ helios-setup] Dec 20 22:52:26.495 INFO E| Compiling generic-array v0.14.7
24962024-12-20T22:52:27.454Z[ helios-setup] Dec 20 22:52:26.539 INFO E| Compiling num_threads v0.1.6
24972024-12-20T22:52:27.611Z[ helios-setup] Dec 20 22:52:26.697 INFO E| Compiling once_cell v1.18.0
24982024-12-20T22:52:27.980Z[ helios-setup] Dec 20 22:52:27.066 INFO E| Compiling bitflags v2.3.3
24992024-12-20T22:52:28.024Z[ helios-setup] Dec 20 22:52:27.109 INFO E| Compiling time-macros v0.2.18
25002024-12-20T22:52:28.552Z[ helios-setup] Dec 20 22:52:27.638 INFO E| Compiling thread_local v1.1.7
25012024-12-20T22:52:29.171Z[ helios-setup] Dec 20 22:52:28.256 INFO E| Compiling opaque-debug v0.3.0
25022024-12-20T22:52:29.460Z[ helios-setup] Dec 20 22:52:28.546 INFO E| Compiling dirs-sys-next v0.1.2
25032024-12-20T22:52:29.659Z[ helios-setup] Dec 20 22:52:28.744 INFO E| Compiling errno v0.3.1
25042024-12-20T22:52:29.815Z[ helios-setup] Dec 20 22:52:28.900 INFO E| Compiling dirs-next v2.0.0
25052024-12-20T22:52:30.127Z[ helios-setup] Dec 20 22:52:29.212 INFO E| Compiling quote v1.0.31
25062024-12-20T22:52:30.130Z[ helios-setup] Dec 20 22:52:29.213 INFO E| Compiling term v0.7.0
25072024-12-20T22:52:31.046Z[ helios-setup] Dec 20 22:52:30.131 INFO E| Compiling atty v0.2.14
25082024-12-20T22:52:31.070Z[ helios-setup] Dec 20 22:52:30.155 INFO E| Compiling fastrand v2.0.0
25092024-12-20T22:52:31.351Z[ helios-setup] Dec 20 22:52:30.436 INFO E| Compiling syn v2.0.32
25102024-12-20T22:52:31.439Z[ host-package] Compiling tokio-tungstenite v0.21.0
25112024-12-20T22:52:31.537Z[ helios-setup] Dec 20 22:52:30.622 INFO E| Compiling serde_json v1.0.103
25122024-12-20T22:52:32.109Z[ helios-setup] Dec 20 22:52:31.193 INFO E| Compiling anyhow v1.0.72
25132024-12-20T22:52:32.674Z[ helios-setup] Dec 20 22:52:31.759 INFO E| Compiling getrandom v0.2.10
25142024-12-20T22:52:32.784Z[ host-package] Compiling ciborium v0.2.2
25152024-12-20T22:52:32.911Z[ helios-setup] Dec 20 22:52:31.996 INFO E| Compiling block-buffer v0.9.0
25162024-12-20T22:52:33.055Z[ helios-setup] Dec 20 22:52:32.140 INFO E| Compiling digest v0.9.0
25172024-12-20T22:52:33.195Z[ helios-setup] Dec 20 22:52:32.280 INFO E| Compiling ryu v1.0.15
25182024-12-20T22:52:33.282Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
25192024-12-20T22:52:33.285Z[ helios-setup] Dec 20 22:52:32.369 INFO E| Compiling unicode-width v0.1.10
25202024-12-20T22:52:33.561Z[ helios-setup] Dec 20 22:52:32.646 INFO E| Compiling tempfile v3.7.0
25212024-12-20T22:52:33.663Z[ helios-setup] Dec 20 22:52:32.747 INFO E| Compiling cpufeatures v0.2.9
25222024-12-20T22:52:33.710Z[ helios-setup] Dec 20 22:52:32.794 INFO E| Compiling same-file v1.0.6
25232024-12-20T22:52:33.752Z[ helios-setup] Dec 20 22:52:32.836 INFO E| Compiling sha-1 v0.9.8
25242024-12-20T22:52:33.823Z[ helios-setup] Dec 20 22:52:32.899 INFO E| Compiling time v0.3.36
25252024-12-20T22:52:33.905Z[ helios-setup] Dec 20 22:52:32.989 INFO E| Compiling getopts v0.2.21
25262024-12-20T22:52:34.254Z[ helios-setup] Dec 20 22:52:33.338 INFO E| Compiling walkdir v2.3.3
25272024-12-20T22:52:34.860Z[ helios-setup] Dec 20 22:52:33.944 INFO E| Compiling md-5 v0.9.1
25282024-12-20T22:52:35.078Z[ helios-setup] Dec 20 22:52:34.163 INFO E| Compiling glob v0.3.1
25292024-12-20T22:52:35.894Z[ helios-setup] Dec 20 22:52:34.766 INFO E| Compiling libdevinfo-sys v1.0.0
25302024-12-20T22:52:36.907Z[ host-package] Compiling fastrand v2.1.1
25312024-12-20T22:52:37.481Z[ helios-setup] Dec 20 22:52:36.565 INFO E| Compiling slog-term v2.9.0
25322024-12-20T22:52:39.390Z[ helios-setup] Dec 20 22:52:38.474 INFO E| Compiling serde_derive v1.0.193
25332024-12-20T22:52:42.074Z[ host-package] Compiling same-file v1.0.6
25342024-12-20T22:52:42.473Z[ host-package] Compiling display-error-chain v0.2.2
25352024-12-20T22:52:42.809Z[ host-package] Compiling walkdir v2.5.0
25362024-12-20T22:52:43.541Z[ host-package] Compiling tempfile v3.13.0
25372024-12-20T22:52:44.511Z[ host-package] Compiling blake3 v1.5.4
25382024-12-20T22:52:44.620Z[ host-package] Compiling ring v0.16.20
25392024-12-20T22:52:44.923Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25402024-12-20T22:52:45.252Z[ host-package] Compiling xattr v1.3.1
25412024-12-20T22:52:45.534Z[ host-package] Compiling filetime v0.2.25
25422024-12-20T22:52:45.956Z[ host-package] Compiling memmap2 v0.9.5
25432024-12-20T22:52:46.532Z[ host-package] Compiling spin v0.5.2
25442024-12-20T22:52:46.840Z[ host-package] Compiling keccak v0.1.5
25452024-12-20T22:52:46.882Z[ host-package] Compiling constant_time_eq v0.3.1
25462024-12-20T22:52:47.083Z[ host-package] Compiling arrayvec v0.7.6
25472024-12-20T22:52:47.403Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25482024-12-20T22:52:47.535Z[ host-package] Compiling arrayref v0.3.9
25492024-12-20T22:52:48.002Z[ host-package] Compiling sha3 v0.10.8
25502024-12-20T22:52:48.040Z[ host-package] Compiling tar v0.4.42
25512024-12-20T22:52:48.998Z[ host-package] Compiling camino-tempfile v1.1.1
25522024-12-20T22:52:49.031Z[ host-package] Compiling toolchain_find v0.4.0
25532024-12-20T22:52:49.494Z[ host-package] Compiling const_format_proc_macros v0.2.33
25542024-12-20T22:52:49.794Z[ host-package] Compiling maplit v1.0.2
25552024-12-20T22:52:49.987Z[ host-package] Compiling crunchy v0.2.2
25562024-12-20T22:52:50.338Z[ host-package] Compiling topological-sort v0.2.2
25572024-12-20T22:52:50.394Z[ host-package] Compiling rustfmt-wrapper v0.2.1
25582024-12-20T22:52:50.555Z[ host-package] Compiling tiny-keccak v2.0.2
25592024-12-20T22:52:50.604Z[ host-package] Compiling omicron-zone-package v0.11.1
25602024-12-20T22:52:51.078Z[ host-package] Compiling dsl_auto_type v0.1.2
25612024-12-20T22:52:51.162Z[ host-package] Compiling phf_generator v0.11.2
25622024-12-20T22:52:51.377Z[ host-package] Compiling scheduled-thread-pool v0.2.7
25632024-12-20T22:52:51.636Z[ host-package] Compiling secrecy v0.8.0
25642024-12-20T22:52:51.872Z[ host-package] Compiling const_format v0.2.33
25652024-12-20T22:52:51.954Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
25662024-12-20T22:52:52.448Z[ host-package] Compiling arc-swap v1.7.1
25672024-12-20T22:52:52.663Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
25682024-12-20T22:52:52.724Z[ host-package] Compiling diesel_derives v2.2.3
25692024-12-20T22:52:52.896Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25702024-12-20T22:52:53.123Z[ host-package] Compiling slog-scope v4.4.0
25712024-12-20T22:52:53.153Z[ host-package] Compiling r2d2 v0.8.10
25722024-12-20T22:52:53.216Z[ host-package] Compiling phf_codegen v0.11.2
25732024-12-20T22:52:53.488Z[ helios-setup] Dec 20 22:52:52.569 INFO E| Compiling toml v0.5.11
25742024-12-20T22:52:53.488Z[ helios-setup] Dec 20 22:52:52.569 INFO E| Compiling uuid v0.8.2
25752024-12-20T22:52:53.570Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
25762024-12-20T22:52:54.080Z[ host-package] Compiling ascii-canvas v3.0.0
25772024-12-20T22:52:54.121Z[ host-package] Compiling universal-hash v0.5.1
25782024-12-20T22:52:54.432Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
25792024-12-20T22:52:54.434Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
25802024-12-20T22:52:54.861Z[ host-package] Compiling parse-zoneinfo v0.3.1
25812024-12-20T22:52:55.529Z[ helios-setup] Dec 20 22:52:54.610 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
25822024-12-20T22:52:56.966Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
25832024-12-20T22:52:57.074Z[ host-package] Compiling ena v0.14.3
25842024-12-20T22:52:57.693Z[ host-package] Compiling opaque-debug v0.3.1
25852024-12-20T22:52:57.852Z[ host-package] Compiling diff v0.1.13
25862024-12-20T22:52:57.957Z[ host-package] Compiling regex-syntax v0.6.29
25872024-12-20T22:52:58.586Z[ helios-setup] Dec 20 22:52:57.666 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
25882024-12-20T22:52:58.683Z[ host-package] Compiling thiserror-no-std v2.0.2
25892024-12-20T22:52:58.944Z[ host-package] Compiling poly1305 v0.8.0
25902024-12-20T22:53:00.813Z[ host-package] Compiling chrono-tz-build v0.4.0
25912024-12-20T22:53:02.266Z[ host-package] Compiling lalrpop v0.19.12
25922024-12-20T22:53:03.983Z[ host-package] Compiling slog-stdlog v4.1.1
25932024-12-20T22:53:05.554Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25942024-12-20T22:53:06.534Z[ host-package] Compiling diesel v2.2.6
25952024-12-20T22:53:06.817Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25962024-12-20T22:53:07.243Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
25972024-12-20T22:53:07.702Z[ host-package] Compiling chacha20 v0.9.1
25982024-12-20T22:53:08.292Z[ host-package] Compiling aead v0.5.2
25992024-12-20T22:53:08.835Z[ host-package] Compiling vte_generate_state_changes v0.1.2
26002024-12-20T22:53:09.885Z[ host-package] Compiling ref-cast v1.0.23
26012024-12-20T22:53:10.740Z[ host-package] Compiling vte v0.11.1
26022024-12-20T22:53:12.433Z[ host-package] Compiling chacha20poly1305 v0.10.1
26032024-12-20T22:53:12.760Z[ helios-setup] Dec 20 22:53:11.837 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.76s
26042024-12-20T22:53:12.793Z[ helios-setup] Dec 20 22:53:11.871 INFO building project "image-builder" ok (48 seconds)
26052024-12-20T22:53:12.793Z[ helios-setup] Dec 20 22:53:11.871 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
26062024-12-20T22:53:12.793Z[ helios-setup] Dec 20 22:53:11.871 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
26072024-12-20T22:53:12.807Z[ host-package] Compiling slog-envlogger v2.2.0
26082024-12-20T22:53:12.931Z[ host-package] Compiling chrono-tz v0.10.0
26092024-12-20T22:53:13.091Z[ helios-setup] Dec 20 22:53:12.169 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
26102024-12-20T22:53:13.672Z[ host-package] Compiling vsss-rs v3.3.4
26112024-12-20T22:53:14.372Z[ helios-setup] Dec 20 22:53:13.449 INFO E| From https://github.com/oxidecomputer/progenitor
26122024-12-20T22:53:14.372Z[ helios-setup] Dec 20 22:53:13.449 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
26132024-12-20T22:53:14.408Z[ helios-setup] Dec 20 22:53:13.485 INFO E| * [new tag] v0.1.1 -> v0.1.1
26142024-12-20T22:53:14.408Z[ helios-setup] Dec 20 22:53:13.485 INFO E| * [new tag] v0.2.0 -> v0.2.0
26152024-12-20T22:53:14.519Z[ helios-setup] Dec 20 22:53:13.594 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
26162024-12-20T22:53:15.082Z[ helios-setup] Dec 20 22:53:14.159 INFO E| From https://github.com/jclulow/hiercmd
26172024-12-20T22:53:15.082Z[ helios-setup] Dec 20 22:53:14.159 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
26182024-12-20T22:53:15.101Z[ helios-setup] Dec 20 22:53:14.178 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
26192024-12-20T22:53:15.684Z[ helios-setup] Dec 20 22:53:14.759 INFO E| From https://github.com/jclulow/network-interface
26202024-12-20T22:53:15.684Z[ helios-setup] Dec 20 22:53:14.759 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
26212024-12-20T22:53:15.744Z[ helios-setup] Dec 20 22:53:14.821 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
26222024-12-20T22:53:15.755Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26232024-12-20T22:53:16.079Z[ host-package] Compiling derive_builder_core v0.20.2
26242024-12-20T22:53:16.227Z[ helios-setup] Dec 20 22:53:15.304 INFO E| From https://github.com/oxidecomputer/boot-image-tools
26252024-12-20T22:53:16.227Z[ helios-setup] Dec 20 22:53:15.304 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
26262024-12-20T22:53:16.261Z[ helios-setup] Dec 20 22:53:15.338 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
26272024-12-20T22:53:17.211Z[ helios-setup] Dec 20 22:53:16.288 INFO E| From https://github.com/oxidecomputer/facade
26282024-12-20T22:53:17.211Z[ helios-setup] Dec 20 22:53:16.288 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
26292024-12-20T22:53:17.251Z[ helios-setup] Dec 20 22:53:16.328 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
26302024-12-20T22:53:18.117Z[ helios-setup] Dec 20 22:53:17.194 INFO E| From https://github.com/oxidecomputer/dropshot
26312024-12-20T22:53:18.117Z[ helios-setup] Dec 20 22:53:17.194 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
26322024-12-20T22:53:18.154Z[ helios-setup] Dec 20 22:53:17.230 INFO E| * [new tag] v0.3.0 -> v0.3.0
26332024-12-20T22:53:18.154Z[ helios-setup] Dec 20 22:53:17.230 INFO E| * [new tag] v0.4.0 -> v0.4.0
26342024-12-20T22:53:18.157Z[ helios-setup] Dec 20 22:53:17.230 INFO E| * [new tag] v0.5.0 -> v0.5.0
26352024-12-20T22:53:18.157Z[ helios-setup] Dec 20 22:53:17.231 INFO E| * [new tag] v0.5.1 -> v0.5.1
26362024-12-20T22:53:18.157Z[ helios-setup] Dec 20 22:53:17.231 INFO E| * [new tag] v0.6.0 -> v0.6.0
26372024-12-20T22:53:18.157Z[ helios-setup] Dec 20 22:53:17.231 INFO E| * [new tag] v0.7.0 -> v0.7.0
26382024-12-20T22:53:18.157Z[ helios-setup] Dec 20 22:53:17.231 INFO E| * [new tag] v0.8.0 -> v0.8.0
26392024-12-20T22:53:18.157Z[ helios-setup] Dec 20 22:53:17.231 INFO E| * [new tag] v0.9.0 -> v0.9.0
26402024-12-20T22:53:18.203Z[ helios-setup] Dec 20 22:53:17.280 INFO E| Updating crates.io index
26412024-12-20T22:53:18.238Z[ helios-setup] Dec 20 22:53:17.315 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
26422024-12-20T22:53:18.503Z[ host-package] Compiling headers-core v0.3.0
26432024-12-20T22:53:18.589Z[ host-package] Compiling fxhash v0.2.1
26442024-12-20T22:53:18.699Z[ host-package] Compiling libxml v0.3.3
26452024-12-20T22:53:18.850Z[ host-package] Compiling ref-cast-impl v1.0.23
26462024-12-20T22:53:19.081Z[ host-package] Compiling bytecount v0.6.8
26472024-12-20T22:53:19.274Z[ helios-setup] Dec 20 22:53:18.351 INFO E| From https://github.com/oxidecomputer/typify
26482024-12-20T22:53:19.274Z[ helios-setup] Dec 20 22:53:18.351 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
26492024-12-20T22:53:19.306Z[ helios-setup] Dec 20 22:53:18.382 INFO E| * [new tag] v0.0.10 -> v0.0.10
26502024-12-20T22:53:19.310Z[ helios-setup] Dec 20 22:53:18.382 INFO E| * [new tag] v0.0.11 -> v0.0.11
26512024-12-20T22:53:19.310Z[ helios-setup] Dec 20 22:53:18.382 INFO E| * [new tag] v0.0.4 -> v0.0.4
26522024-12-20T22:53:19.310Z[ helios-setup] Dec 20 22:53:18.382 INFO E| * [new tag] v0.0.5 -> v0.0.5
26532024-12-20T22:53:19.310Z[ helios-setup] Dec 20 22:53:18.383 INFO E| * [new tag] v0.0.7 -> v0.0.7
26542024-12-20T22:53:19.310Z[ helios-setup] Dec 20 22:53:18.383 INFO E| * [new tag] v0.0.8 -> v0.0.8
26552024-12-20T22:53:19.310Z[ helios-setup] Dec 20 22:53:18.383 INFO E| * [new tag] v0.0.9 -> v0.0.9
26562024-12-20T22:53:19.488Z[ host-package] Compiling papergrid v0.11.0
26572024-12-20T22:53:19.652Z[ helios-setup] Dec 20 22:53:18.729 INFO E| Downloading crates ...
26582024-12-20T22:53:19.810Z[ helios-setup] Dec 20 22:53:18.886 INFO E| Downloaded async-stream-impl v0.3.5
26592024-12-20T22:53:19.813Z[ helios-setup] Dec 20 22:53:18.889 INFO E| Downloaded anstyle-parse v0.1.1
26602024-12-20T22:53:19.815Z[ helios-setup] Dec 20 22:53:18.892 INFO E| Downloaded anstream v0.2.6
26612024-12-20T22:53:19.819Z[ helios-setup] Dec 20 22:53:18.896 INFO E| Downloaded ahash v0.8.3
26622024-12-20T22:53:19.823Z[ helios-setup] Dec 20 22:53:18.900 INFO E| Downloaded aho-corasick v0.7.20
26632024-12-20T22:53:19.830Z[ helios-setup] Dec 20 22:53:18.906 INFO E| Downloaded ahash v0.7.6
26642024-12-20T22:53:19.834Z[ helios-setup] Dec 20 22:53:18.911 INFO E| Downloaded bytes v1.4.0
26652024-12-20T22:53:19.842Z[ helios-setup] Dec 20 22:53:18.919 INFO E| Downloaded byteorder v1.4.3
26662024-12-20T22:53:19.846Z[ helios-setup] Dec 20 22:53:18.922 INFO E| Downloaded built v0.6.0
26672024-12-20T22:53:19.848Z[ helios-setup] Dec 20 22:53:18.925 INFO E| Downloaded schemars v0.8.12
26682024-12-20T22:53:19.867Z[ helios-setup] Dec 20 22:53:18.942 INFO E| Downloaded const-random-macro v0.1.15
26692024-12-20T22:53:19.870Z[ helios-setup] Dec 20 22:53:18.944 INFO E| Downloaded scopeguard v1.1.0
26702024-12-20T22:53:19.870Z[ helios-setup] Dec 20 22:53:18.946 INFO E| Downloaded cargo-lock v8.0.3
26712024-12-20T22:53:19.875Z[ helios-setup] Dec 20 22:53:18.950 INFO E| Downloaded camino v1.1.4
26722024-12-20T22:53:19.877Z[ helios-setup] Dec 20 22:53:18.954 INFO E| Downloaded semver v1.0.17
26732024-12-20T22:53:19.881Z[ helios-setup] Dec 20 22:53:18.958 INFO E| Downloaded bincode v1.3.3
26742024-12-20T22:53:19.885Z[ helios-setup] Dec 20 22:53:18.961 INFO E| Downloaded async-trait v0.1.68
26752024-12-20T22:53:19.890Z[ helios-setup] Dec 20 22:53:18.967 INFO E| Downloaded sha1 v0.10.5
26762024-12-20T22:53:19.893Z[ helios-setup] Dec 20 22:53:18.970 INFO E| Downloaded semver v0.11.0
26772024-12-20T22:53:19.896Z[ helios-setup] Dec 20 22:53:18.972 INFO E| Downloaded sct v0.7.0
26782024-12-20T22:53:19.918Z[ helios-setup] Dec 20 22:53:18.995 INFO E| Downloaded try-lock v0.2.4
26792024-12-20T22:53:19.921Z[ helios-setup] Dec 20 22:53:18.996 INFO E| Downloaded tokio-macros v2.0.0
26802024-12-20T22:53:19.924Z[ helios-setup] Dec 20 22:53:18.998 INFO E| Downloaded thiserror v1.0.38
26812024-12-20T22:53:19.929Z[ helios-setup] Dec 20 22:53:19.005 INFO E| Downloaded lazy_static v1.4.0
26822024-12-20T22:53:19.932Z[ helios-setup] Dec 20 22:53:19.007 INFO E| Downloaded serde_tokenstream v0.2.0
26832024-12-20T22:53:19.936Z[ helios-setup] Dec 20 22:53:19.013 INFO E| Downloaded num_enum v0.5.7
26842024-12-20T22:53:19.946Z[ helios-setup] Dec 20 22:53:19.021 INFO E| Downloaded strsim v0.10.0
26852024-12-20T22:53:19.949Z[ helios-setup] Dec 20 22:53:19.023 INFO E| Downloaded serde_path_to_error v0.1.11
26862024-12-20T22:53:19.952Z[ helios-setup] Dec 20 22:53:19.026 INFO E| Downloaded percent-encoding v2.2.0
26872024-12-20T22:53:19.952Z[ helios-setup] Dec 20 22:53:19.028 INFO E| Downloaded tower-service v0.3.2
26882024-12-20T22:53:19.955Z[ helios-setup] Dec 20 22:53:19.029 INFO E| Downloaded ppv-lite86 v0.2.17
26892024-12-20T22:53:19.976Z[ helios-setup] Dec 20 22:53:19.052 INFO E| Downloaded tokio-rustls v0.24.0
26902024-12-20T22:53:19.976Z[ helios-setup] Dec 20 22:53:19.052 INFO E| Downloaded pkg-config v0.3.26
26912024-12-20T22:53:19.978Z[ helios-setup] Dec 20 22:53:19.052 INFO E| Downloaded rustfmt-wrapper v0.2.0
26922024-12-20T22:53:19.979Z[ helios-setup] Dec 20 22:53:19.052 INFO E| Downloaded want v0.3.0
26932024-12-20T22:53:19.979Z[ helios-setup] Dec 20 22:53:19.052 INFO E| Downloaded rustls-pemfile v1.0.2
26942024-12-20T22:53:19.979Z[ helios-setup] Dec 20 22:53:19.052 INFO E| Downloaded futures-channel v0.3.28
26952024-12-20T22:53:19.979Z[ helios-setup] Dec 20 22:53:19.052 INFO E| Downloaded futures-macro v0.3.28
26962024-12-20T22:53:19.979Z[ helios-setup] Dec 20 22:53:19.052 INFO E| Downloaded signal-hook-registry v1.4.0
26972024-12-20T22:53:19.979Z[ helios-setup] Dec 20 22:53:19.052 INFO E| Downloaded serde_yaml v0.9.21
26982024-12-20T22:53:19.982Z[ helios-setup] Dec 20 22:53:19.055 INFO E| Downloaded lock_api v0.4.9
26992024-12-20T22:53:19.982Z[ helios-setup] Dec 20 22:53:19.058 INFO E| Downloaded smartstring v1.0.1
27002024-12-20T22:53:19.985Z[ helios-setup] Dec 20 22:53:19.062 INFO E| Downloaded toolchain_find v0.2.0
27012024-12-20T22:53:19.988Z[ helios-setup] Dec 20 22:53:19.064 INFO E| Downloaded tokio-tungstenite v0.18.0
27022024-12-20T22:53:19.991Z[ helios-setup] Dec 20 22:53:19.067 INFO E| Downloaded quote v1.0.36
27032024-12-20T22:53:20.019Z[ helios-setup] Dec 20 22:53:19.095 INFO E| Downloaded toml_datetime v0.6.1
27042024-12-20T22:53:20.021Z[ helios-setup] Dec 20 22:53:19.097 INFO E| Downloaded socket2 v0.4.9
27052024-12-20T22:53:20.024Z[ helios-setup] Dec 20 22:53:19.099 INFO E| Downloaded slog-bunyan v2.4.0
27062024-12-20T22:53:20.028Z[ helios-setup] Dec 20 22:53:19.101 INFO E| Downloaded crossbeam-utils v0.8.14
27072024-12-20T22:53:20.032Z[ helios-setup] Dec 20 22:53:19.105 INFO E| Downloaded crossbeam-epoch v0.9.13
27082024-12-20T22:53:20.035Z[ helios-setup] Dec 20 22:53:19.110 INFO E| Downloaded textwrap v0.16.0
27092024-12-20T22:53:20.037Z[ helios-setup] Dec 20 22:53:19.113 INFO E| Downloaded pin-project-lite v0.2.9
27102024-12-20T22:53:20.045Z[ helios-setup] Dec 20 22:53:19.121 INFO E| Downloaded utf8parse v0.2.1
27112024-12-20T22:53:20.047Z[ helios-setup] Dec 20 22:53:19.123 INFO E| Downloaded ryu v1.0.13
27122024-12-20T22:53:20.073Z[ helios-setup] Dec 20 22:53:19.144 INFO E| Downloaded unicode-ident v1.0.8
27132024-12-20T22:53:20.076Z[ helios-setup] Dec 20 22:53:19.150 INFO E| Downloaded unicode-bidi v0.3.13
27142024-12-20T22:53:20.076Z[ helios-setup] Dec 20 22:53:19.150 INFO E| Downloaded uuid v1.3.0
27152024-12-20T22:53:20.092Z[ helios-setup] Dec 20 22:53:19.168 INFO E| Downloaded unsafe-libyaml v0.2.8
27162024-12-20T22:53:20.106Z[ helios-setup] Dec 20 22:53:19.173 INFO E| Downloaded url v2.3.1
27172024-12-20T22:53:20.106Z[ helios-setup] Dec 20 22:53:19.177 INFO E| Downloaded tracing-core v0.1.30
27182024-12-20T22:53:20.106Z[ helios-setup] Dec 20 22:53:19.182 INFO E| Downloaded toml_edit v0.19.8
27192024-12-20T22:53:20.138Z[ helios-setup] Dec 20 22:53:19.215 INFO E| Downloaded tokio-util v0.7.7
27202024-12-20T22:53:20.148Z[ helios-setup] Dec 20 22:53:19.225 INFO E| Downloaded unicode-normalization v0.1.22
27212024-12-20T22:53:20.159Z[ helios-setup] Dec 20 22:53:19.231 INFO E| Downloaded pest v2.5.7
27222024-12-20T22:53:20.174Z[ helios-setup] Dec 20 22:53:19.250 INFO E| Downloaded http v0.2.9
27232024-12-20T22:53:20.180Z[ helios-setup] Dec 20 22:53:19.256 INFO E| Downloaded serde_json v1.0.95
27242024-12-20T22:53:20.194Z[ helios-setup] Dec 20 22:53:19.269 INFO E| Downloaded winnow v0.4.1
27252024-12-20T22:53:20.207Z[ helios-setup] Dec 20 22:53:19.283 INFO E| Downloaded futures-util v0.3.28
27262024-12-20T22:53:20.227Z[ helios-setup] Dec 20 22:53:19.304 INFO E| Downloaded syn v2.0.72
27272024-12-20T22:53:20.244Z[ helios-setup] Dec 20 22:53:19.320 INFO E| Downloaded h2 v0.3.16
27282024-12-20T22:53:20.254Z[ helios-setup] Dec 20 22:53:19.330 INFO E| Downloaded reqwest v0.11.16
27292024-12-20T22:53:20.266Z[ helios-setup] Dec 20 22:53:19.342 INFO E| Downloaded syn v1.0.107
27302024-12-20T22:53:20.283Z[ helios-setup] Dec 20 22:53:19.359 INFO E| Downloaded rayon v1.6.1
27312024-12-20T22:53:20.297Z[ helios-setup] Dec 20 22:53:19.373 INFO E| Downloaded hyper v0.14.25
27322024-12-20T22:53:20.309Z[ helios-setup] Dec 20 22:53:19.386 INFO E| Downloaded regress v0.5.0
27332024-12-20T22:53:20.320Z[ helios-setup] Dec 20 22:53:19.396 INFO E| Downloaded regex v1.7.3
27342024-12-20T22:53:20.333Z[ helios-setup] Dec 20 22:53:19.409 INFO E| Downloaded git2 v0.16.1
27352024-12-20T22:53:20.347Z[ helios-setup] Dec 20 22:53:19.422 INFO E| Downloaded rustix v0.37.3
27362024-12-20T22:53:20.382Z[ helios-setup] Dec 20 22:53:19.458 INFO E| Downloaded clap_builder v4.2.1
27372024-12-20T22:53:20.385Z[ helios-setup] Dec 20 22:53:19.461 INFO E| Downloaded rhai v1.14.0
27382024-12-20T22:53:20.403Z[ helios-setup] Dec 20 22:53:19.479 INFO E| Downloaded chrono v0.4.24
27392024-12-20T22:53:20.415Z[ helios-setup] Dec 20 22:53:19.490 INFO E| Downloaded serde v1.0.204
27402024-12-20T22:53:20.423Z[ helios-setup] Dec 20 22:53:19.495 INFO E| Downloaded openapiv3 v1.0.2
27412024-12-20T22:53:20.436Z[ helios-setup] Dec 20 22:53:19.512 INFO E| Downloaded mio v0.8.5
27422024-12-20T22:53:20.444Z[ helios-setup] Dec 20 22:53:19.520 INFO E| Downloaded crossbeam-channel v0.5.6
27432024-12-20T22:53:20.450Z[ helios-setup] Dec 20 22:53:19.527 INFO E| Downloaded tracing v0.1.37
27442024-12-20T22:53:20.465Z[ helios-setup] Dec 20 22:53:19.541 INFO E| Downloaded unicode-linebreak v0.1.4
27452024-12-20T22:53:20.465Z[ helios-setup] Dec 20 22:53:19.541 INFO E| Downloaded tempfile v3.5.0
27462024-12-20T22:53:20.465Z[ helios-setup] Dec 20 22:53:19.541 INFO E| Downloaded rustls-webpki v0.100.1
27472024-12-20T22:53:20.471Z[ helios-setup] Dec 20 22:53:19.547 INFO E| Downloaded ucd-trie v0.1.5
27482024-12-20T22:53:20.474Z[ helios-setup] Dec 20 22:53:19.550 INFO E| Downloaded tungstenite v0.18.0
27492024-12-20T22:53:20.477Z[ helios-setup] Dec 20 22:53:19.554 INFO E| Downloaded tinyvec v1.6.0
27502024-12-20T22:53:20.482Z[ helios-setup] Dec 20 22:53:19.558 INFO E| Downloaded futures v0.3.28
27512024-12-20T22:53:20.489Z[ helios-setup] Dec 20 22:53:19.565 INFO E| Downloaded serde_derive v1.0.204
27522024-12-20T22:53:20.493Z[ helios-setup] Dec 20 22:53:19.569 INFO E| Downloaded rayon-core v1.10.2
27532024-12-20T22:53:20.499Z[ helios-setup] Dec 20 22:53:19.575 INFO E| Downloaded sha2 v0.10.6
27542024-12-20T22:53:20.502Z[ helios-setup] Dec 20 22:53:19.578 INFO E| Downloaded tokio v1.27.0
27552024-12-20T22:53:20.549Z[ helios-setup] Dec 20 22:53:19.625 INFO E| Downloaded memchr v2.5.0
27562024-12-20T22:53:20.551Z[ host-package] Compiling headers v0.4.0
27572024-12-20T22:53:20.555Z[ helios-setup] Dec 20 22:53:19.631 INFO E| Downloaded base64 v0.21.0
27582024-12-20T22:53:20.560Z[ helios-setup] Dec 20 22:53:19.636 INFO E| Downloaded time v0.1.45
27592024-12-20T22:53:20.563Z[ helios-setup] Dec 20 22:53:19.638 INFO E| Downloaded proc-macro2 v1.0.86
27602024-12-20T22:53:20.565Z[ helios-setup] Dec 20 22:53:19.641 INFO E| Downloaded once_cell v1.17.0
27612024-12-20T22:53:20.568Z[ helios-setup] Dec 20 22:53:19.644 INFO E| Downloaded parking_lot v0.12.1
27622024-12-20T22:53:20.570Z[ helios-setup] Dec 20 22:53:19.647 INFO E| Downloaded num-traits v0.2.15
27632024-12-20T22:53:20.574Z[ helios-setup] Dec 20 22:53:19.650 INFO E| Downloaded libc v0.2.139
27642024-12-20T22:53:20.610Z[ helios-setup] Dec 20 22:53:19.686 INFO E| Downloaded toml v0.7.3
27652024-12-20T22:53:20.615Z[ helios-setup] Dec 20 22:53:19.692 INFO E| Downloaded thiserror-impl v1.0.38
27662024-12-20T22:53:20.618Z[ helios-setup] Dec 20 22:53:19.694 INFO E| Downloaded terminal_size v0.2.6
27672024-12-20T22:53:20.621Z[ helios-setup] Dec 20 22:53:19.696 INFO E| Downloaded smawk v0.3.1
27682024-12-20T22:53:20.623Z[ helios-setup] Dec 20 22:53:19.698 INFO E| Downloaded rhai_codegen v1.5.0
27692024-12-20T22:53:20.634Z[ helios-setup] Dec 20 22:53:19.710 INFO E| Downloaded parking_lot_core v0.9.6
27702024-12-20T22:53:20.638Z[ helios-setup] Dec 20 22:53:19.714 INFO E| Downloaded log v0.4.17
27712024-12-20T22:53:20.641Z[ helios-setup] Dec 20 22:53:19.718 INFO E| Downloaded paste v1.0.12
27722024-12-20T22:53:20.646Z[ helios-setup] Dec 20 22:53:19.723 INFO E| Downloaded httparse v1.8.0
27732024-12-20T22:53:20.650Z[ helios-setup] Dec 20 22:53:19.726 INFO E| Downloaded io-lifetimes v1.0.10
27742024-12-20T22:53:20.653Z[ helios-setup] Dec 20 22:53:19.729 INFO E| Downloaded home v0.5.4
27752024-12-20T22:53:20.656Z[ helios-setup] Dec 20 22:53:19.731 INFO E| Downloaded serde_spanned v0.6.1
27762024-12-20T22:53:20.659Z[ helios-setup] Dec 20 22:53:19.732 INFO E| Downloaded ipnet v2.7.2
27772024-12-20T22:53:20.659Z[ helios-setup] Dec 20 22:53:19.735 INFO E| Downloaded getrandom v0.2.8
27782024-12-20T22:53:20.662Z[ helios-setup] Dec 20 22:53:19.739 INFO E| Downloaded cc v1.0.78
27792024-12-20T22:53:20.666Z[ helios-setup] Dec 20 22:53:19.743 INFO E| Downloaded smallvec v1.10.0
27802024-12-20T22:53:20.669Z[ helios-setup] Dec 20 22:53:19.746 INFO E| Downloaded proc-macro-crate v1.2.1
27812024-12-20T22:53:20.672Z[ helios-setup] Dec 20 22:53:19.747 INFO E| Downloaded slog-async v2.7.0
27822024-12-20T22:53:20.675Z[ helios-setup] Dec 20 22:53:19.749 INFO E| Downloaded slab v0.4.7
27832024-12-20T22:53:20.675Z[ helios-setup] Dec 20 22:53:19.751 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
27842024-12-20T22:53:20.679Z[ helios-setup] Dec 20 22:53:19.754 INFO E| Downloaded num_enum_derive v0.5.7
27852024-12-20T22:53:20.682Z[ helios-setup] Dec 20 22:53:19.755 INFO E| Downloaded num_cpus v1.15.0
27862024-12-20T22:53:20.685Z[ helios-setup] Dec 20 22:53:19.759 INFO E| Downloaded num-integer v0.1.45
27872024-12-20T22:53:20.687Z[ helios-setup] Dec 20 22:53:19.762 INFO E| Downloaded memoffset v0.7.1
27882024-12-20T22:53:20.687Z[ helios-setup] Dec 20 22:53:19.763 INFO E| Downloaded rustls v0.21.0
27892024-12-20T22:53:20.704Z[ helios-setup] Dec 20 22:53:19.780 INFO E| Downloaded jobserver v0.1.26
27902024-12-20T22:53:20.706Z[ helios-setup] Dec 20 22:53:19.782 INFO E| Downloaded itoa v1.0.6
27912024-12-20T22:53:20.708Z[ helios-setup] Dec 20 22:53:19.784 INFO E| Downloaded is-terminal v0.4.7
27922024-12-20T22:53:20.711Z[ helios-setup] Dec 20 22:53:19.785 INFO E| Downloaded iana-time-zone v0.1.56
27932024-12-20T22:53:20.713Z[ helios-setup] Dec 20 22:53:19.788 INFO E| Downloaded httpdate v1.0.2
27942024-12-20T22:53:20.716Z[ helios-setup] Dec 20 22:53:19.790 INFO E| Downloaded futures-sink v0.3.28
27952024-12-20T22:53:20.716Z[ helios-setup] Dec 20 22:53:19.791 INFO E| Downloaded serde_derive_internals v0.26.0
27962024-12-20T22:53:20.719Z[ helios-setup] Dec 20 22:53:19.793 INFO E| Downloaded crossbeam-deque v0.8.2
27972024-12-20T22:53:20.719Z[ helios-setup] Dec 20 22:53:19.795 INFO E| Downloaded clap_derive v4.2.0
27982024-12-20T22:53:20.722Z[ helios-setup] Dec 20 22:53:19.797 INFO E| Downloaded clap v4.2.1
27992024-12-20T22:53:20.732Z[ helios-setup] Dec 20 22:53:19.808 INFO E| Downloaded http-body v0.4.5
28002024-12-20T22:53:20.734Z[ helios-setup] Dec 20 22:53:19.810 INFO E| Downloaded futures-task v0.3.28
28012024-12-20T22:53:20.736Z[ helios-setup] Dec 20 22:53:19.812 INFO E| Downloaded futures-io v0.3.28
28022024-12-20T22:53:20.736Z[ helios-setup] Dec 20 22:53:19.813 INFO E| Downloaded futures-executor v0.3.28
28032024-12-20T22:53:20.739Z[ helios-setup] Dec 20 22:53:19.815 INFO E| Downloaded futures-core v0.3.28
28042024-12-20T22:53:20.741Z[ helios-setup] Dec 20 22:53:19.816 INFO E| Downloaded form_urlencoded v1.1.0
28052024-12-20T22:53:20.741Z[ helios-setup] Dec 20 22:53:19.817 INFO E| Downloaded fastrand v1.9.0
28062024-12-20T22:53:20.744Z[ helios-setup] Dec 20 22:53:19.819 INFO E| Downloaded encoding_rs v0.8.32
28072024-12-20T22:53:20.768Z[ helios-setup] Dec 20 22:53:19.844 INFO E| Downloaded either v1.8.0
28082024-12-20T22:53:20.770Z[ helios-setup] Dec 20 22:53:19.846 INFO E| Downloaded dyn-clone v1.0.11
28092024-12-20T22:53:20.773Z[ helios-setup] Dec 20 22:53:19.848 INFO E| Downloaded digest v0.10.6
28102024-12-20T22:53:20.776Z[ helios-setup] Dec 20 22:53:19.850 INFO E| Downloaded concolor-query v0.3.3
28112024-12-20T22:53:20.776Z[ helios-setup] Dec 20 22:53:19.851 INFO E| Downloaded clap_lex v0.4.1
28122024-12-20T22:53:20.779Z[ helios-setup] Dec 20 22:53:19.853 INFO E| Downloaded semver-parser v0.10.2
28132024-12-20T22:53:20.779Z[ helios-setup] Dec 20 22:53:19.855 INFO E| Downloaded schemars_derive v0.8.12
28142024-12-20T22:53:20.794Z[ helios-setup] Dec 20 22:53:19.870 INFO E| Downloaded project-root v0.2.2
28152024-12-20T22:53:20.797Z[ helios-setup] Dec 20 22:53:19.871 INFO E| Downloaded concolor-override v1.0.0
28162024-12-20T22:53:20.797Z[ helios-setup] Dec 20 22:53:19.872 INFO E| Downloaded const-random v0.1.15
28172024-12-20T22:53:20.800Z[ helios-setup] Dec 20 22:53:19.874 INFO E| Downloaded autocfg v1.1.0
28182024-12-20T22:53:20.803Z[ helios-setup] Dec 20 22:53:19.876 INFO E| Downloaded anstyle v0.3.5
28192024-12-20T22:53:20.803Z[ helios-setup] Dec 20 22:53:19.878 INFO E| Downloaded async-stream v0.3.5
28202024-12-20T22:53:20.805Z[ helios-setup] Dec 20 22:53:19.881 INFO E| Downloaded anyhow v1.0.68
28212024-12-20T22:53:20.867Z[ helios-setup] Dec 20 22:53:19.941 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
28222024-12-20T22:53:21.054Z[ helios-setup] Dec 20 22:53:20.130 INFO E| Downloaded libz-sys v1.1.8
28232024-12-20T22:53:21.442Z[ helios-setup] Dec 20 22:53:20.518 INFO E| Compiling proc-macro2 v1.0.86
28242024-12-20T22:53:21.442Z[ helios-setup] Dec 20 22:53:20.518 INFO E| Compiling libc v0.2.139
28252024-12-20T22:53:21.445Z[ helios-setup] Dec 20 22:53:20.518 INFO E| Compiling unicode-ident v1.0.8
28262024-12-20T22:53:21.445Z[ helios-setup] Dec 20 22:53:20.518 INFO E| Compiling autocfg v1.1.0
28272024-12-20T22:53:21.445Z[ helios-setup] Dec 20 22:53:20.518 INFO E| Compiling cfg-if v1.0.0
28282024-12-20T22:53:21.445Z[ helios-setup] Dec 20 22:53:20.518 INFO E| Compiling version_check v0.9.4
28292024-12-20T22:53:21.445Z[ helios-setup] Dec 20 22:53:20.518 INFO E| Compiling serde v1.0.204
28302024-12-20T22:53:21.445Z[ helios-setup] Dec 20 22:53:20.518 INFO E| Compiling syn v1.0.107
28312024-12-20T22:53:22.071Z[ helios-setup] Dec 20 22:53:21.147 INFO E| Compiling memchr v2.5.0
28322024-12-20T22:53:22.514Z[ helios-setup] Dec 20 22:53:21.589 INFO E| Compiling once_cell v1.17.0
28332024-12-20T22:53:22.598Z[ helios-setup] Dec 20 22:53:21.674 INFO E| Compiling thiserror v1.0.38
28342024-12-20T22:53:23.416Z[ helios-setup] Dec 20 22:53:22.263 INFO E| Compiling log v0.4.17
28352024-12-20T22:53:23.712Z[ helios-setup] Dec 20 22:53:22.788 INFO E| Compiling serde_json v1.0.95
28362024-12-20T22:53:24.154Z[ helios-setup] Dec 20 22:53:23.230 INFO E| Compiling itoa v1.0.6
28372024-12-20T22:53:24.858Z[ helios-setup] Dec 20 22:53:23.934 INFO E| Compiling indexmap v1.9.3
28382024-12-20T22:53:25.164Z[ helios-setup] Dec 20 22:53:24.239 INFO E| Compiling scopeguard v1.1.0
28392024-12-20T22:53:25.167Z[ helios-setup] Dec 20 22:53:24.240 INFO E| Compiling pin-project-lite v0.2.9
28402024-12-20T22:53:25.414Z[ helios-setup] Dec 20 22:53:24.487 INFO E| Compiling jobserver v0.1.26
28412024-12-20T22:53:25.486Z[ helios-setup] Dec 20 22:53:24.561 INFO E| Compiling getrandom v0.2.8
28422024-12-20T22:53:25.752Z[ helios-setup] Dec 20 22:53:24.827 INFO E| Compiling num-integer v0.1.45
28432024-12-20T22:53:25.933Z[ host-package] Compiling derive_builder_macro v0.20.2
28442024-12-20T22:53:25.957Z[ helios-setup] Dec 20 22:53:25.032 INFO E| Compiling bytes v1.4.0
28452024-12-20T22:53:26.079Z[ helios-setup] Dec 20 22:53:25.154 INFO E| Compiling cc v1.0.78
28462024-12-20T22:53:26.195Z[ helios-setup] Dec 20 22:53:25.271 INFO E| Compiling futures-core v0.3.28
28472024-12-20T22:53:26.800Z[ helios-setup] Dec 20 22:53:25.875 INFO E| Compiling quote v1.0.36
28482024-12-20T22:53:27.471Z[ helios-setup] Dec 20 22:53:26.546 INFO E| Compiling ryu v1.0.13
28492024-12-20T22:53:28.175Z[ helios-setup] Dec 20 22:53:27.249 INFO E| Compiling syn v2.0.72
28502024-12-20T22:53:28.441Z[ helios-setup] Dec 20 22:53:27.512 INFO E| Compiling lock_api v0.4.9
28512024-12-20T22:53:28.510Z[ helios-setup] Dec 20 22:53:27.585 INFO E| Compiling typenum v1.16.0
28522024-12-20T22:53:29.073Z[ helios-setup] Dec 20 22:53:28.147 INFO E| Compiling parking_lot_core v0.9.6
28532024-12-20T22:53:29.318Z[ helios-setup] Dec 20 22:53:28.393 INFO E| Compiling bitflags v1.3.2
28542024-12-20T22:53:29.429Z[ helios-setup] Dec 20 22:53:28.504 INFO E| Compiling num_cpus v1.15.0
28552024-12-20T22:53:29.713Z[ helios-setup] Dec 20 22:53:28.787 INFO E| Compiling generic-array v0.14.6
28562024-12-20T22:53:29.818Z[ helios-setup] Dec 20 22:53:28.892 INFO E| Compiling slab v0.4.7
28572024-12-20T22:53:30.041Z[ helios-setup] Dec 20 22:53:29.115 INFO E| Compiling futures-channel v0.3.28
28582024-12-20T22:53:30.099Z[ helios-setup] Dec 20 22:53:29.173 INFO E| Compiling futures-task v0.3.28
28592024-12-20T22:53:30.321Z[ helios-setup] Dec 20 22:53:29.395 INFO E| Compiling futures-sink v0.3.28
28602024-12-20T22:53:31.205Z[ helios-setup] Dec 20 22:53:30.279 INFO E| Compiling tokio v1.27.0
28612024-12-20T22:53:31.329Z[ helios-setup] Dec 20 22:53:30.403 INFO E| Compiling schemars v0.8.12
28622024-12-20T22:53:31.415Z[ helios-setup] Dec 20 22:53:30.489 INFO E| Compiling futures-util v0.3.28
28632024-12-20T22:53:32.624Z[ helios-setup] Dec 20 22:53:31.698 INFO E| Compiling socket2 v0.4.9
28642024-12-20T22:53:32.868Z[ helios-setup] Dec 20 22:53:31.942 INFO E| Compiling mio v0.8.5
28652024-12-20T22:53:33.068Z[ helios-setup] Dec 20 22:53:32.142 INFO E| Compiling signal-hook-registry v1.4.0
28662024-12-20T22:53:33.156Z[ helios-setup] Dec 20 22:53:32.230 INFO E| Compiling ahash v0.7.6
28672024-12-20T22:53:33.286Z[ helios-setup] Dec 20 22:53:32.360 INFO E| Compiling num-traits v0.2.15
28682024-12-20T22:53:34.332Z[ helios-setup] Dec 20 22:53:33.406 INFO E| Compiling pin-utils v0.1.0
28692024-12-20T22:53:34.414Z[ helios-setup] Dec 20 22:53:33.488 INFO E| Compiling futures-io v0.3.28
28702024-12-20T22:53:34.697Z[ helios-setup] Dec 20 22:53:33.771 INFO E| Compiling io-lifetimes v1.0.10
28712024-12-20T22:53:35.183Z[ helios-setup] Dec 20 22:53:34.255 INFO E| Compiling crunchy v0.2.2
28722024-12-20T22:53:36.531Z[ helios-setup] Dec 20 22:53:35.604 INFO E| Compiling ahash v0.8.3
28732024-12-20T22:53:36.605Z[ helios-setup] Dec 20 22:53:35.679 INFO E| Compiling rustix v0.37.3
28742024-12-20T22:53:37.077Z[ helios-setup] Dec 20 22:53:36.151 INFO E| Compiling hashbrown v0.12.3
28752024-12-20T22:53:37.239Z[ helios-setup] Dec 20 22:53:36.311 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
28762024-12-20T22:53:37.805Z[ helios-setup] Dec 20 22:53:36.878 INFO E| Compiling tiny-keccak v2.0.2
28772024-12-20T22:53:38.159Z[ helios-setup] Dec 20 22:53:37.232 INFO E| Compiling crypto-common v0.1.6
28782024-12-20T22:53:38.346Z[ host-package] Compiling polar-core v0.27.3
28792024-12-20T22:53:38.389Z[ helios-setup] Dec 20 22:53:37.462 INFO E| Compiling block-buffer v0.10.3
28802024-12-20T22:53:39.021Z[ helios-setup] Dec 20 22:53:38.094 INFO E| Compiling errno v0.3.1
28812024-12-20T22:53:39.441Z[ helios-setup] Dec 20 22:53:38.514 INFO E| Compiling crossbeam-utils v0.8.14
28822024-12-20T22:53:39.860Z[ helios-setup] Dec 20 22:53:38.933 INFO E| Compiling serde_derive_internals v0.26.0
28832024-12-20T22:53:39.944Z[ helios-setup] Dec 20 22:53:39.015 INFO E| Compiling slog v2.7.0
28842024-12-20T22:53:40.004Z[ helios-setup] Dec 20 22:53:39.077 INFO E| Compiling fnv v1.0.7
28852024-12-20T22:53:40.220Z[ helios-setup] Dec 20 22:53:39.293 INFO E| Compiling pkg-config v0.3.26
28862024-12-20T22:53:40.552Z[ helios-setup] Dec 20 22:53:39.624 INFO E| Compiling http v0.2.9
28872024-12-20T22:53:43.110Z[ helios-setup] Dec 20 22:53:42.182 INFO E| Compiling digest v0.10.6
28882024-12-20T22:53:43.287Z[ host-package] Compiling strip-ansi-escapes v0.2.0
28892024-12-20T22:53:44.016Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
28902024-12-20T22:53:44.235Z[ helios-setup] Dec 20 22:53:43.307 INFO E| Compiling aho-corasick v0.7.20
28912024-12-20T22:53:44.944Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
28922024-12-20T22:53:45.082Z[ helios-setup] Dec 20 22:53:44.154 INFO E| Compiling regex-syntax v0.6.29
28932024-12-20T22:53:45.213Z[ helios-setup] Dec 20 22:53:44.285 INFO E| Compiling percent-encoding v2.2.0
28942024-12-20T22:53:45.873Z[ helios-setup] Dec 20 22:53:44.945 INFO E| Compiling unicode-width v0.1.10
28952024-12-20T22:53:45.898Z[ host-package] Compiling tabled_derive v0.7.0
28962024-12-20T22:53:46.301Z[ helios-setup] Dec 20 22:53:45.373 INFO E| Compiling httparse v1.8.0
28972024-12-20T22:53:46.505Z[ helios-setup] Dec 20 22:53:45.576 INFO E| Compiling anyhow v1.0.68
28982024-12-20T22:53:47.442Z[ helios-setup] Dec 20 22:53:46.514 INFO E| Compiling cpufeatures v0.2.5
28992024-12-20T22:53:47.816Z[ helios-setup] Dec 20 22:53:46.888 INFO E| Compiling tinyvec_macros v0.1.1
29002024-12-20T22:53:48.016Z[ helios-setup] Dec 20 22:53:47.087 INFO E| Compiling heck v0.4.1
29012024-12-20T22:53:48.096Z[ helios-setup] Dec 20 22:53:47.168 INFO E| Compiling tinyvec v1.6.0
29022024-12-20T22:53:49.187Z[ helios-setup] Dec 20 22:53:48.258 INFO E| Compiling const-random-macro v0.1.15
29032024-12-20T22:53:49.198Z[ helios-setup] Dec 20 22:53:48.270 INFO E| Compiling form_urlencoded v1.1.0
29042024-12-20T22:53:49.723Z[ helios-setup] Dec 20 22:53:48.794 INFO E| Compiling hashbrown v0.13.2
29052024-12-20T22:53:49.761Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
29062024-12-20T22:53:50.217Z[ helios-setup] Dec 20 22:53:49.288 INFO E| Compiling chrono v0.4.24
29072024-12-20T22:53:50.444Z[ helios-setup] Dec 20 22:53:49.515 INFO E| Compiling thiserror-impl v1.0.38
29082024-12-20T22:53:50.477Z[ host-package] Compiling itertools v0.12.1
29092024-12-20T22:53:51.190Z[ helios-setup] Dec 20 22:53:50.261 INFO E| Compiling schemars_derive v0.8.12
29102024-12-20T22:53:51.974Z[ helios-setup] Dec 20 22:53:51.045 INFO E| Compiling regex v1.7.3
29112024-12-20T22:53:52.018Z[ helios-setup] Dec 20 22:53:51.089 INFO E| Compiling serde_derive v1.0.204
29122024-12-20T22:53:52.227Z[ helios-setup] Dec 20 22:53:51.297 INFO E| Compiling futures-macro v0.3.28
29132024-12-20T22:53:54.158Z[ helios-setup] Dec 20 22:53:53.228 INFO E| Compiling tokio-macros v2.0.0
29142024-12-20T22:53:55.345Z[ helios-setup] Dec 20 22:53:54.415 INFO E| Compiling libz-sys v1.1.8
29152024-12-20T22:53:57.232Z[ helios-setup] Dec 20 22:53:56.301 INFO E| Compiling uuid v1.3.0
29162024-12-20T22:53:57.313Z[ helios-setup] Dec 20 22:53:56.382 INFO E| Compiling dyn-clone v1.0.11
29172024-12-20T22:53:57.832Z[ helios-setup] Dec 20 22:53:56.901 INFO E| Compiling regress v0.5.0
29182024-12-20T22:53:58.414Z[ host-package] Compiling fd-lock v4.0.2
29192024-12-20T22:53:58.417Z[ host-package] Compiling peg-macros v0.8.4
29202024-12-20T22:53:58.459Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29212024-12-20T22:53:58.492Z[ helios-setup] Dec 20 22:53:57.561 INFO E| Compiling unicode-normalization v0.1.22
29222024-12-20T22:53:58.627Z[ helios-setup] Dec 20 22:53:57.696 INFO E| Compiling const-random v0.1.15
29232024-12-20T22:53:59.089Z[ host-package] Compiling strum_macros v0.24.3
29242024-12-20T22:54:00.529Z[ host-package] Compiling kstat-rs v0.2.4
29252024-12-20T22:54:00.662Z[ helios-setup] Dec 20 22:53:59.719 INFO E| Compiling getopts v0.2.21
29262024-12-20T22:54:01.226Z[ helios-setup] Dec 20 22:54:00.295 INFO E| Compiling tracing-core v0.1.30
29272024-12-20T22:54:01.997Z[ helios-setup] Dec 20 22:54:01.066 INFO E| Compiling memoffset v0.7.1
29282024-12-20T22:54:02.535Z[ helios-setup] Dec 20 22:54:01.604 INFO E| Compiling num-conv v0.1.0
29292024-12-20T22:54:02.756Z[ host-package] Compiling samael v0.0.17
29302024-12-20T22:54:03.071Z[ helios-setup] Dec 20 22:54:02.140 INFO E| Compiling unicode-bidi v0.3.13
29312024-12-20T22:54:03.640Z[ host-package] Compiling unicase v2.7.0
29322024-12-20T22:54:04.013Z[ helios-setup] Dec 20 22:54:03.082 INFO E| Compiling powerfmt v0.2.0
29332024-12-20T22:54:04.548Z[ host-package] Compiling nu-ansi-term v0.50.1
29342024-12-20T22:54:04.692Z[ host-package] Compiling indoc v1.0.9
29352024-12-20T22:54:05.191Z[ helios-setup] Dec 20 22:54:04.259 INFO E| Compiling ucd-trie v0.1.5
29362024-12-20T22:54:05.359Z[ helios-setup] Dec 20 22:54:04.424 INFO E| Compiling time-core v0.1.2
29372024-12-20T22:54:05.542Z[ host-package] Compiling peg v0.8.4
29382024-12-20T22:54:05.769Z[ helios-setup] Dec 20 22:54:04.837 INFO E| Compiling pest v2.5.7
29392024-12-20T22:54:05.846Z[ host-package] Compiling reedline v0.35.0
29402024-12-20T22:54:05.923Z[ helios-setup] Dec 20 22:54:04.991 INFO E| Compiling time-macros v0.2.18
29412024-12-20T22:54:06.481Z[ helios-setup] Dec 20 22:54:05.549 INFO E| Compiling deranged v0.3.11
29422024-12-20T22:54:06.987Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29432024-12-20T22:54:09.304Z[ helios-setup] Dec 20 22:54:08.372 INFO E| Compiling idna v0.3.0
29442024-12-20T22:54:11.134Z[ host-package] Compiling tabled v0.15.0
29452024-12-20T22:54:11.781Z[ helios-setup] Dec 20 22:54:10.835 INFO E| Compiling tracing v0.1.37
29462024-12-20T22:54:12.412Z[ helios-setup] Dec 20 22:54:11.479 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
29472024-12-20T22:54:13.111Z[ helios-setup] Dec 20 22:54:12.177 INFO E| Compiling time v0.1.45
29482024-12-20T22:54:13.394Z[ helios-setup] Dec 20 22:54:12.460 INFO E| Compiling crossbeam-epoch v0.9.13
29492024-12-20T22:54:14.679Z[ helios-setup] Dec 20 22:54:13.745 INFO E| Compiling num_threads v0.1.6
29502024-12-20T22:54:14.914Z[ helios-setup] Dec 20 22:54:13.979 INFO E| Compiling iana-time-zone v0.1.56
29512024-12-20T22:54:15.777Z[ helios-setup] Dec 20 22:54:14.843 INFO E| Compiling semver v1.0.17
29522024-12-20T22:54:17.189Z[ helios-setup] Dec 20 22:54:16.255 INFO E| Compiling time v0.3.36
29532024-12-20T22:54:17.669Z[ helios-setup] Dec 20 22:54:16.735 INFO E| Compiling url v2.3.1
29542024-12-20T22:54:18.506Z[ helios-setup] Dec 20 22:54:17.570 INFO E| Compiling semver-parser v0.10.2
29552024-12-20T22:54:18.720Z[ helios-setup] Dec 20 22:54:17.786 INFO E| Compiling crossbeam-channel v0.5.6
29562024-12-20T22:54:20.482Z[ helios-setup] Dec 20 22:54:19.548 INFO E| Compiling toml v0.5.11
29572024-12-20T22:54:21.738Z[ helios-setup] Dec 20 22:54:20.803 INFO E| Compiling smallvec v1.10.0
29582024-12-20T22:54:24.721Z[ helios-setup] Dec 20 22:54:23.785 INFO E| Compiling parking_lot v0.12.1
29592024-12-20T22:54:25.286Z[ helios-setup] Dec 20 22:54:24.350 INFO E| Compiling serde_tokenstream v0.2.0
29602024-12-20T22:54:28.440Z[ helios-setup] Dec 20 22:54:27.504 INFO E| Compiling dirs-sys-next v0.1.2
29612024-12-20T22:54:29.154Z[ helios-setup] Dec 20 22:54:28.186 INFO E| Compiling try-lock v0.2.4
29622024-12-20T22:54:30.063Z[ helios-setup] Dec 20 22:54:29.122 INFO E| Compiling same-file v1.0.6
29632024-12-20T22:54:30.550Z[ helios-setup] Dec 20 22:54:29.613 INFO E| Compiling crc32fast v1.3.2
29642024-12-20T22:54:30.672Z[ helios-setup] Dec 20 22:54:29.735 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
29652024-12-20T22:54:32.062Z[ helios-setup] Dec 20 22:54:31.126 INFO E| Compiling walkdir v2.3.3
29662024-12-20T22:54:33.556Z[ helios-setup] Dec 20 22:54:32.619 INFO E| Compiling want v0.3.0
29672024-12-20T22:54:34.199Z[ helios-setup] Dec 20 22:54:33.262 INFO E| Compiling dirs-next v2.0.0
29682024-12-20T22:54:34.940Z[ helios-setup] Dec 20 22:54:34.003 INFO E| Compiling proc-macro-crate v1.2.1
29692024-12-20T22:54:37.179Z[ helios-setup] Dec 20 22:54:36.241 INFO E| Compiling semver v0.11.0
29702024-12-20T22:54:39.727Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29712024-12-20T22:54:40.984Z[ helios-setup] Dec 20 22:54:40.046 INFO E| Compiling futures-executor v0.3.28
29722024-12-20T22:54:41.491Z[ host-package] Compiling derive_builder v0.20.2
29732024-12-20T22:54:42.181Z[ helios-setup] Dec 20 22:54:41.234 INFO E| Compiling http-body v0.4.5
29742024-12-20T22:54:43.148Z[ helios-setup] Dec 20 22:54:42.210 INFO E| Compiling tokio-util v0.7.7
29752024-12-20T22:54:43.240Z[ helios-setup] Dec 20 22:54:42.301 INFO E| Compiling ring v0.16.20
29762024-12-20T22:54:45.221Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29772024-12-20T22:54:45.271Z[ helios-setup] Dec 20 22:54:44.331 INFO E| Compiling rand_core v0.6.4
29782024-12-20T22:54:45.753Z[ helios-setup] Dec 20 22:54:44.814 INFO E| Compiling h2 v0.3.16
29792024-12-20T22:54:46.508Z[ helios-setup] Dec 20 22:54:45.569 INFO E| Compiling thread_local v1.1.7
29802024-12-20T22:54:47.944Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
29812024-12-20T22:54:48.000Z[ helios-setup] Dec 20 22:54:47.061 INFO E| Compiling utf8parse v0.2.1
29822024-12-20T22:54:48.062Z[ helios-setup] Dec 20 22:54:47.123 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
29832024-12-20T22:54:48.455Z[ helios-setup] Dec 20 22:54:47.515 INFO E| Compiling adler v1.0.2
29842024-12-20T22:54:48.596Z[ helios-setup] Dec 20 22:54:47.657 INFO E| Compiling rayon-core v1.10.2
29852024-12-20T22:54:48.669Z[ helios-setup] Dec 20 22:54:47.730 INFO E| Compiling lazy_static v1.4.0
29862024-12-20T22:54:49.088Z[ helios-setup] Dec 20 22:54:48.149 INFO E| Compiling tower-service v0.3.2
29872024-12-20T22:54:49.236Z[ helios-setup] Dec 20 22:54:48.297 INFO E| Compiling fastrand v1.9.0
29882024-12-20T22:54:49.354Z[ helios-setup] Dec 20 22:54:48.414 INFO E| Compiling ppv-lite86 v0.2.17
29892024-12-20T22:54:49.501Z[ helios-setup] Dec 20 22:54:48.562 INFO E| Compiling base64 v0.21.0
29902024-12-20T22:54:51.426Z[ helios-setup] Dec 20 22:54:50.486 INFO E| Compiling home v0.5.4
29912024-12-20T22:54:51.527Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
29922024-12-20T22:54:52.061Z[ host-package] Compiling bcs v0.1.6
29932024-12-20T22:54:52.098Z[ helios-setup] Dec 20 22:54:51.158 INFO E| Compiling httpdate v1.0.2
29942024-12-20T22:54:52.381Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
29952024-12-20T22:54:53.624Z[ helios-setup] Dec 20 22:54:52.683 INFO E| Compiling toolchain_find v0.2.0
29962024-12-20T22:54:54.106Z[ host-package] Compiling oso-derive v0.27.3
29972024-12-20T22:54:54.224Z[ host-package] Compiling libz-sys v1.1.20
29982024-12-20T22:54:54.908Z[ helios-setup] Dec 20 22:54:53.968 INFO E| Compiling rand_chacha v0.3.1
29992024-12-20T22:54:55.819Z[ host-package] Compiling quick-xml v0.33.0
30002024-12-20T22:54:56.261Z[ helios-setup] Dec 20 22:54:55.319 INFO E| Compiling hyper v0.14.25
30012024-12-20T22:54:56.409Z[ host-package] Compiling diesel-dtrace v0.4.2
30022024-12-20T22:54:56.507Z[ helios-setup] Dec 20 22:54:55.531 INFO E| Compiling tempfile v3.5.0
30032024-12-20T22:54:56.774Z[ helios-setup] Dec 20 22:54:55.834 INFO E| Compiling miniz_oxide v0.6.2
30042024-12-20T22:54:57.715Z[ host-package] Compiling parking_lot_core v0.8.6
30052024-12-20T22:54:57.782Z[ helios-setup] Dec 20 22:54:56.841 INFO E| Compiling anstyle-parse v0.1.1
30062024-12-20T22:55:05.484Z[ host-package] Compiling oso v0.27.3
30072024-12-20T22:55:09.035Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30082024-12-20T22:55:11.967Z[ helios-setup] Dec 20 22:55:11.024 INFO E| Compiling futures v0.3.28
30092024-12-20T22:55:12.104Z[ helios-setup] Dec 20 22:55:11.160 INFO E| Compiling crossbeam-deque v0.8.2
30102024-12-20T22:55:12.229Z[ helios-setup] Dec 20 22:55:11.285 INFO E| Compiling cargo-lock v8.0.3
30112024-12-20T22:55:12.376Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
30122024-12-20T22:55:16.549Z[ helios-setup] Dec 20 22:55:15.604 INFO E| Compiling num_enum_derive v0.5.7
30132024-12-20T22:55:19.290Z[ helios-setup] Dec 20 22:55:18.345 INFO E| Compiling term v0.7.0
30142024-12-20T22:55:21.616Z[ helios-setup] Dec 20 22:55:20.670 INFO E| Compiling serde_urlencoded v0.7.1
30152024-12-20T22:55:21.739Z[ helios-setup] Dec 20 22:55:20.794 INFO E| Compiling sha2 v0.10.6
30162024-12-20T22:55:22.613Z[ helios-setup] Dec 20 22:55:21.668 INFO E| Compiling sha1 v0.10.5
30172024-12-20T22:55:22.909Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30182024-12-20T22:55:23.011Z[ helios-setup] Dec 20 22:55:22.065 INFO E| Compiling is-terminal v0.4.7
30192024-12-20T22:55:23.179Z[ helios-setup] Dec 20 22:55:22.233 INFO E| Compiling atty v0.2.14
30202024-12-20T22:55:24.038Z[ helios-setup] Dec 20 22:55:23.093 INFO E| Compiling concolor-override v1.0.0
30212024-12-20T22:55:24.378Z[ helios-setup] Dec 20 22:55:23.432 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
30222024-12-20T22:55:24.617Z[ helios-setup] Dec 20 22:55:23.671 INFO E| Compiling concolor-query v0.3.3
30232024-12-20T22:55:24.841Z[ helios-setup] Dec 20 22:55:23.895 INFO E| Compiling anstyle v0.3.5
30242024-12-20T22:55:25.948Z[ helios-setup] Dec 20 22:55:25.002 INFO E| Compiling anstream v0.2.6
30252024-12-20T22:55:29.041Z[ helios-setup] Dec 20 22:55:28.095 INFO E| Compiling slog-term v2.9.0
30262024-12-20T22:55:29.277Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30272024-12-20T22:55:29.460Z[ helios-setup] Dec 20 22:55:28.513 INFO E| Compiling flate2 v1.0.25
30282024-12-20T22:55:29.956Z[ helios-setup] Dec 20 22:55:29.009 INFO E| Compiling num_enum v0.5.7
30292024-12-20T22:55:30.310Z[ host-package] Compiling bb8 v0.8.5
30302024-12-20T22:55:31.888Z[ helios-setup] Dec 20 22:55:30.937 INFO E| Compiling rustfmt-wrapper v0.2.0
30312024-12-20T22:55:32.136Z[ helios-setup] Dec 20 22:55:31.188 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
30322024-12-20T22:55:32.139Z[ helios-setup] Dec 20 22:55:31.188 INFO E| Compiling rand v0.8.5
30332024-12-20T22:55:32.157Z[ host-package] Compiling async-bb8-diesel v0.2.1
30342024-12-20T22:55:32.938Z[ helios-setup] Dec 20 22:55:31.991 INFO E| Compiling openapiv3 v1.0.2
30352024-12-20T22:55:34.615Z[ helios-setup] Dec 20 22:55:33.667 INFO E| Compiling encoding_rs v0.8.32
30362024-12-20T22:55:36.205Z[ helios-setup] Dec 20 22:55:35.257 INFO E| Compiling unsafe-libyaml v0.2.8
30372024-12-20T22:55:37.236Z[ host-package] Compiling nibble_vec v0.1.0
30382024-12-20T22:55:37.915Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
30392024-12-20T22:55:39.591Z[ helios-setup] Dec 20 22:55:38.637 INFO E| Compiling project-root v0.2.2
30402024-12-20T22:55:39.764Z[ host-package] Compiling atty v0.2.14
30412024-12-20T22:55:40.097Z[ host-package] Compiling salty v0.3.0
30422024-12-20T22:55:40.097Z[ helios-setup] Dec 20 22:55:39.148 INFO E| Compiling base64 v0.13.1
30432024-12-20T22:55:40.380Z[ host-package] Compiling endian-type v0.1.2
30442024-12-20T22:55:41.114Z[ host-package] Compiling radix_trie v0.2.1
30452024-12-20T22:55:41.636Z[ helios-setup] Dec 20 22:55:40.686 INFO E| Compiling ipnet v2.7.2
30462024-12-20T22:55:41.695Z[ helios-setup] Dec 20 22:55:40.736 INFO E| Compiling spin v0.5.2
30472024-12-20T22:55:42.200Z[ helios-setup] Dec 20 22:55:41.251 INFO E| Compiling clap_lex v0.4.1
30482024-12-20T22:55:42.285Z[ helios-setup] Dec 20 22:55:41.336 INFO E| Compiling strsim v0.10.0
30492024-12-20T22:55:43.414Z[ host-package] Compiling parking_lot v0.11.2
30502024-12-20T22:55:43.564Z[ helios-setup] Dec 20 22:55:42.613 INFO E| Compiling byteorder v1.4.3
30512024-12-20T22:55:45.287Z[ helios-setup] Dec 20 22:55:44.297 INFO E| Compiling either v1.8.0
30522024-12-20T22:55:45.684Z[ helios-setup] Dec 20 22:55:44.575 INFO E| Compiling untrusted v0.7.1
30532024-12-20T22:55:45.883Z[ helios-setup] Dec 20 22:55:44.721 INFO E| Compiling mime v0.3.17
30542024-12-20T22:55:46.213Z[ helios-setup] Dec 20 22:55:45.170 INFO E| Compiling utf-8 v0.7.6
30552024-12-20T22:55:46.236Z[ helios-setup] Dec 20 22:55:45.253 INFO E| Compiling rayon v1.6.1
30562024-12-20T22:55:46.525Z[ helios-setup] Dec 20 22:55:45.562 INFO E| Compiling clap_builder v4.2.1
30572024-12-20T22:55:47.049Z[ helios-setup] Dec 20 22:55:46.053 INFO E| Compiling tungstenite v0.18.0
30582024-12-20T22:55:47.134Z[ helios-setup] Dec 20 22:55:46.123 INFO E| Compiling reqwest v0.11.16
30592024-12-20T22:55:47.982Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
30602024-12-20T22:55:48.224Z[ helios-setup] Dec 20 22:55:47.274 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
30612024-12-20T22:55:56.104Z[ helios-setup] Dec 20 22:55:55.153 INFO E| Compiling serde_yaml v0.9.21
30622024-12-20T22:55:57.313Z[ helios-setup] Dec 20 22:55:56.361 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
30632024-12-20T22:55:57.391Z[ helios-setup] Dec 20 22:55:56.439 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
30642024-12-20T22:55:59.706Z[ helios-setup] Dec 20 22:55:58.754 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
30652024-12-20T22:56:01.031Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
30662024-12-20T22:56:01.496Z[ helios-setup] Dec 20 22:56:00.544 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
30672024-12-20T22:56:02.275Z[ helios-setup] Dec 20 22:56:01.322 INFO E| Compiling clap_derive v4.2.0
30682024-12-20T22:56:03.482Z[ helios-setup] Dec 20 22:56:02.529 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
30692024-12-20T22:56:09.993Z[ host-package] Compiling sled v0.34.7
30702024-12-20T22:56:11.684Z[ helios-setup] Dec 20 22:56:10.730 INFO E| Compiling clap v4.2.1
30712024-12-20T22:56:12.021Z[ helios-setup] Dec 20 22:56:11.067 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
30722024-12-20T22:56:24.698Z[ helios-setup] Dec 20 22:56:23.741 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
30732024-12-20T22:56:28.208Z[ helios-setup] Dec 20 22:56:27.250 INFO E| Compiling tokio-tungstenite v0.18.0
30742024-12-20T22:56:29.568Z[ helios-setup] Dec 20 22:56:28.610 INFO E| Compiling smartstring v1.0.1
30752024-12-20T22:56:30.260Z[ helios-setup] Dec 20 22:56:29.301 INFO E| Compiling rustls v0.21.0
30762024-12-20T22:56:32.736Z[ helios-setup] Dec 20 22:56:31.778 INFO E| Compiling serde_spanned v0.6.1
30772024-12-20T22:56:33.733Z[ helios-setup] Dec 20 22:56:32.429 INFO E| Compiling toml_datetime v0.6.1
30782024-12-20T22:56:34.757Z[ helios-setup] Dec 20 22:56:33.799 INFO E| Compiling winnow v0.4.1
30792024-12-20T22:56:37.066Z[ helios-setup] Dec 20 22:56:36.107 INFO E| Compiling slog-async v2.7.0
30802024-12-20T22:56:38.282Z[ helios-setup] Dec 20 22:56:37.323 INFO E| Compiling static_assertions v1.1.0
30812024-12-20T22:56:38.719Z[ helios-setup] Dec 20 22:56:37.760 INFO E| Compiling camino v1.1.4
30822024-12-20T22:56:39.467Z[ helios-setup] Dec 20 22:56:38.508 INFO E| Compiling async-trait v0.1.68
30832024-12-20T22:56:40.146Z[ helios-setup] Dec 20 22:56:39.186 INFO E| Compiling paste v1.0.12
30842024-12-20T22:56:40.706Z[ helios-setup] Dec 20 22:56:39.747 INFO E| Compiling match_cfg v0.1.0
30852024-12-20T22:56:41.122Z[ helios-setup] Dec 20 22:56:40.163 INFO E| Compiling hostname v0.3.1
30862024-12-20T22:56:42.137Z[ helios-setup] Dec 20 22:56:41.177 INFO E| Compiling toml_edit v0.19.8
30872024-12-20T22:56:42.628Z[ helios-setup] Dec 20 22:56:41.669 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
30882024-12-20T22:56:44.257Z[ helios-setup] Dec 20 22:56:43.297 INFO E| Compiling slog-json v2.6.1
30892024-12-20T22:56:45.298Z[ helios-setup] Dec 20 22:56:44.338 INFO E| Compiling unicode-linebreak v0.1.4
30902024-12-20T22:56:48.980Z[ host-package] Compiling mime_guess v2.0.5
30912024-12-20T22:56:50.321Z[ helios-setup] Dec 20 22:56:49.360 INFO E| Compiling async-stream-impl v0.3.5
30922024-12-20T22:56:50.623Z[ host-package] Compiling hickory-client v0.24.1
30932024-12-20T22:56:51.089Z[ helios-setup] Dec 20 22:56:50.128 INFO E| Compiling rhai_codegen v1.5.0
30942024-12-20T22:56:52.903Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
30952024-12-20T22:56:52.980Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
30962024-12-20T22:56:53.229Z[ helios-setup] Dec 20 22:56:52.267 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
30972024-12-20T22:56:53.983Z[ helios-setup] Dec 20 22:56:53.021 INFO E| Compiling take_mut v0.2.2
30982024-12-20T22:56:54.124Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
30992024-12-20T22:56:55.461Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31002024-12-20T22:56:56.685Z[ helios-setup] Dec 20 22:56:55.723 INFO E| Compiling rhai v1.14.0
31012024-12-20T22:56:57.531Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
31022024-12-20T22:56:58.399Z[ helios-setup] Dec 20 22:56:57.437 INFO E| Compiling async-stream v0.3.5
31032024-12-20T22:56:59.217Z[ helios-setup] Dec 20 22:56:58.255 INFO E| Compiling toml v0.7.3
31042024-12-20T22:56:59.349Z[ helios-setup] Dec 20 22:56:58.386 INFO E| Compiling slog-bunyan v2.4.0
31052024-12-20T22:57:00.459Z[ host-package] Compiling hickory-server v0.24.1
31062024-12-20T22:57:00.760Z[ host-package] Compiling primeorder v0.13.6
31072024-12-20T22:57:02.122Z[ host-package] Compiling castaway v0.2.3
31082024-12-20T22:57:02.839Z[ host-package] Compiling vergen v8.3.2
31092024-12-20T22:57:03.620Z[ host-package] Compiling env_filter v0.1.2
31102024-12-20T22:57:03.714Z[ helios-setup] Dec 20 22:57:02.750 INFO E| Compiling rustls-pemfile v1.0.2
31112024-12-20T22:57:04.975Z[ helios-setup] Dec 20 22:57:04.011 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
31122024-12-20T22:57:05.062Z[ host-package] Compiling cargo-platform v0.1.8
31132024-12-20T22:57:05.468Z[ helios-setup] Dec 20 22:57:04.504 INFO E| Compiling bincode v1.3.3
31142024-12-20T22:57:05.857Z[ helios-setup] Dec 20 22:57:04.894 INFO E| Compiling serde_path_to_error v0.1.11
31152024-12-20T22:57:06.229Z[ host-package] Compiling nanorand v0.7.0
31162024-12-20T22:57:06.515Z[ host-package] Compiling memoffset v0.9.1
31172024-12-20T22:57:07.527Z[ host-package] Compiling flume v0.11.1
31182024-12-20T22:57:07.960Z[ helios-setup] Dec 20 22:57:06.996 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
31192024-12-20T22:57:08.104Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31202024-12-20T22:57:09.222Z[ host-package] Compiling cargo_metadata v0.18.1
31212024-12-20T22:57:09.502Z[ helios-setup] Dec 20 22:57:08.538 INFO E| Compiling terminal_size v0.2.6
31222024-12-20T22:57:09.706Z[ helios-setup] Dec 20 22:57:08.742 INFO E| Compiling smawk v0.3.1
31232024-12-20T22:57:10.183Z[ helios-setup] Dec 20 22:57:09.219 INFO E| Compiling textwrap v0.16.0
31242024-12-20T22:57:12.415Z[ host-package] Compiling env_logger v0.11.5
31252024-12-20T22:57:15.588Z[ host-package] Compiling compact_str v0.8.0
31262024-12-20T22:57:16.229Z[ host-package] Compiling p384 v0.13.0
31272024-12-20T22:57:19.032Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31282024-12-20T22:57:21.549Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31292024-12-20T22:57:23.312Z[ helios-setup] Dec 20 22:57:22.345 INFO E| Compiling rustls-webpki v0.100.1
31302024-12-20T22:57:23.334Z[ helios-setup] Dec 20 22:57:22.367 INFO E| Compiling sct v0.7.0
31312024-12-20T22:57:25.406Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31322024-12-20T22:57:27.743Z[ host-package] Compiling git2 v0.19.0
31332024-12-20T22:57:28.210Z[ helios-setup] Dec 20 22:57:27.241 INFO E| Compiling git2 v0.16.1
31342024-12-20T22:57:28.864Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31352024-12-20T22:57:30.099Z[ host-package] Compiling unicode-truncate v1.1.0
31362024-12-20T22:57:30.661Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
31372024-12-20T22:57:31.471Z[ helios-setup] Dec 20 22:57:30.503 INFO E| Compiling tokio-rustls v0.24.0
31382024-12-20T22:57:34.911Z[ host-package] Compiling lru v0.12.5
31392024-12-20T22:57:35.432Z[ host-package] Compiling rand_seeder v0.3.0
31402024-12-20T22:57:35.491Z[ helios-setup] Dec 20 22:57:34.522 INFO E| Compiling built v0.6.0
31412024-12-20T22:57:35.675Z[ host-package] Compiling libsqlite3-sys v0.30.1
31422024-12-20T22:57:36.359Z[ host-package] Compiling lzma-sys v0.1.20
31432024-12-20T22:57:36.776Z[ host-package] Compiling instability v0.3.2
31442024-12-20T22:57:36.831Z[ host-package] Compiling http-range v0.1.5
31452024-12-20T22:57:37.695Z[ host-package] Compiling cfg_aliases v0.2.1
31462024-12-20T22:57:38.006Z[ host-package] Compiling rustls v0.21.12
31472024-12-20T22:57:38.089Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
31482024-12-20T22:57:38.822Z[ host-package] Compiling cassowary v0.3.0
31492024-12-20T22:57:39.094Z[ host-package] Compiling nix v0.29.0
31502024-12-20T22:57:39.742Z[ helios-setup] Dec 20 22:57:38.771 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
31512024-12-20T22:57:39.785Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31522024-12-20T22:57:40.511Z[ host-package] Compiling ratatui v0.28.1
31532024-12-20T22:57:42.475Z[ helios-setup] Dec 20 22:57:41.505 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
31542024-12-20T22:57:42.865Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31552024-12-20T22:57:43.570Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31562024-12-20T22:57:43.644Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31572024-12-20T22:57:44.148Z[ helios-setup] Dec 20 22:57:43.178 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
31582024-12-20T22:57:44.603Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31592024-12-20T22:57:45.298Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
31602024-12-20T22:57:45.407Z[ host-package] Compiling sct v0.7.1
31612024-12-20T22:57:45.608Z[ host-package] Compiling rustls-webpki v0.101.7
31622024-12-20T22:57:46.378Z[ host-package] Compiling heck v0.3.3
31632024-12-20T22:57:47.162Z[ host-package] Compiling csv-core v0.1.11
31642024-12-20T22:57:52.670Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
31652024-12-20T22:57:52.758Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
31662024-12-20T22:57:53.077Z[ host-package] Compiling glob v0.3.1
31672024-12-20T22:57:53.595Z[ host-package] Compiling csv v1.3.0
31682024-12-20T22:57:53.972Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31692024-12-20T22:57:56.329Z[ helios-setup] Dec 20 22:57:55.356 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
31702024-12-20T22:57:56.788Z[ host-package] Compiling zone_cfg_derive v0.1.2
31712024-12-20T22:57:57.778Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
31722024-12-20T22:57:59.832Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
31732024-12-20T22:58:04.923Z[ helios-setup] Dec 20 22:58:03.949 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
31742024-12-20T22:58:15.222Z[ host-package] Compiling nix v0.27.1
31752024-12-20T22:58:16.878Z[ host-package] Compiling hyper-staticfile v0.10.1
31762024-12-20T22:58:21.235Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31772024-12-20T22:58:23.663Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31782024-12-20T22:58:24.123Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31792024-12-20T22:58:26.287Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
31802024-12-20T22:58:27.962Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31812024-12-20T22:58:33.648Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31822024-12-20T22:58:42.950Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
31832024-12-20T22:58:43.794Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31842024-12-20T22:58:44.642Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31852024-12-20T22:58:45.421Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31862024-12-20T22:58:45.750Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31872024-12-20T22:58:46.381Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31882024-12-20T22:58:47.334Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
31892024-12-20T22:58:48.082Z[ host-package] Compiling hashlink v0.9.1
31902024-12-20T22:58:49.008Z[ host-package] Compiling tungstenite v0.23.0
31912024-12-20T22:58:49.327Z[ host-package] Compiling base64 v0.13.1
31922024-12-20T22:58:49.437Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
31932024-12-20T22:58:49.821Z[ host-package] Compiling fallible-iterator v0.3.0
31942024-12-20T22:58:50.023Z[ helios-setup] Dec 20 22:58:49.041 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
31952024-12-20T22:58:50.156Z[ host-package] Compiling ron v0.7.1
31962024-12-20T22:58:50.758Z[ host-package] Compiling rusqlite v0.32.1
31972024-12-20T22:58:54.006Z[ host-package] Compiling tokio-tungstenite v0.23.1
31982024-12-20T22:58:54.822Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
31992024-12-20T22:58:55.401Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32002024-12-20T22:58:56.256Z[ host-package] Compiling xz2 v0.1.7
32012024-12-20T22:58:56.865Z[ host-package] Compiling tokio-rustls v0.24.1
32022024-12-20T22:58:57.499Z[ host-package] Compiling zone v0.1.8
32032024-12-20T22:59:01.204Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32042024-12-20T22:59:07.828Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32052024-12-20T22:59:10.678Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
32062024-12-20T22:59:21.682Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32072024-12-20T22:59:21.812Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32082024-12-20T22:59:30.022Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32092024-12-20T22:59:37.524Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32102024-12-20T22:59:37.879Z[ host-package] Compiling rustls-pemfile v1.0.4
32112024-12-20T22:59:38.498Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32122024-12-20T22:59:39.630Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32132024-12-20T22:59:39.756Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
32142024-12-20T22:59:40.182Z[ host-package] Compiling signal-hook-tokio v0.3.1
32152024-12-20T22:59:40.767Z[ host-package] Compiling twox-hash v1.6.3
32162024-12-20T22:59:41.496Z[ host-package] Compiling yasna v0.5.2
32172024-12-20T22:59:42.940Z[ host-package] Compiling unicode-linebreak v0.1.5
32182024-12-20T22:59:43.158Z[ host-package] Compiling is_ci v1.2.0
32192024-12-20T22:59:43.975Z[ host-package] Compiling smawk v0.3.2
32202024-12-20T22:59:44.199Z[ host-package] Compiling rcgen v0.12.1
32212024-12-20T22:59:44.693Z[ host-package] Compiling textwrap v0.16.1
32222024-12-20T22:59:46.977Z[ host-package] Compiling supports-color v3.0.1
32232024-12-20T22:59:49.619Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32242024-12-20T22:59:52.448Z[ helios-setup] Dec 20 22:59:51.455 INFO E| Finished `release` profile [optimized] target(s) in 6m 39s
32252024-12-20T22:59:52.596Z[ helios-setup] Dec 20 22:59:51.602 INFO building project "pilot" ok (399 seconds)
32262024-12-20T22:59:52.599Z[ helios-setup] Dec 20 22:59:51.603 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
32272024-12-20T22:59:52.599Z[ helios-setup] Dec 20 22:59:51.603 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
32282024-12-20T22:59:52.607Z[ helios-setup] Dec 20 22:59:51.613 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
32292024-12-20T22:59:52.827Z[ helios-setup] Dec 20 22:59:51.833 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
32302024-12-20T22:59:52.827Z[ helios-setup] Dec 20 22:59:51.833 INFO E| info: downloading component 'cargo'
32312024-12-20T22:59:54.283Z[ helios-setup] Dec 20 22:59:53.289 INFO E| info: downloading component 'clippy'
32322024-12-20T22:59:54.503Z[ helios-setup] Dec 20 22:59:53.509 INFO E| info: downloading component 'rust-docs'
32332024-12-20T22:59:55.789Z[ helios-setup] Dec 20 22:59:54.795 INFO E| info: downloading component 'rust-src'
32342024-12-20T22:59:55.948Z[ helios-setup] Dec 20 22:59:54.954 INFO E| info: downloading component 'rust-std'
32352024-12-20T22:59:56.174Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32362024-12-20T22:59:57.626Z[ helios-setup] Dec 20 22:59:56.632 INFO E| info: downloading component 'rustc'
32372024-12-20T22:59:59.435Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32382024-12-20T23:00:00.111Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
32392024-12-20T23:00:02.739Z[ helios-setup] Dec 20 23:00:01.744 INFO E| info: downloading component 'rustfmt'
32402024-12-20T23:00:03.150Z[ helios-setup] Dec 20 23:00:02.155 INFO E| info: installing component 'cargo'
32412024-12-20T23:00:04.369Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32422024-12-20T23:00:04.474Z[ helios-setup] Dec 20 23:00:03.478 INFO E| info: installing component 'clippy'
32432024-12-20T23:00:04.936Z[ helios-setup] Dec 20 23:00:03.939 INFO E| info: installing component 'rust-docs'
32442024-12-20T23:00:10.751Z[ helios-setup] Dec 20 23:00:09.755 INFO E| info: installing component 'rust-src'
32452024-12-20T23:00:11.291Z[ helios-setup] Dec 20 23:00:10.294 INFO E| info: installing component 'rust-std'
32462024-12-20T23:00:13.987Z[ helios-setup] Dec 20 23:00:12.990 INFO E| info: installing component 'rustc'
32472024-12-20T23:00:20.237Z[ helios-setup] Dec 20 23:00:19.239 INFO E| info: installing component 'rustfmt'
32482024-12-20T23:00:21.045Z[ helios-setup] Dec 20 23:00:20.047 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
32492024-12-20T23:00:21.944Z[ helios-setup] Dec 20 23:00:20.946 INFO E| From https://github.com/oxidecomputer/amd-apcb
32502024-12-20T23:00:21.944Z[ helios-setup] Dec 20 23:00:20.946 INFO E| * [new ref] fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 -> refs/commit/fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9
32512024-12-20T23:00:21.947Z[ helios-setup] Dec 20 23:00:20.946 INFO E| * [new tag] v0.4.3 -> v0.4.3
32522024-12-20T23:00:21.974Z[ helios-setup] Dec 20 23:00:20.976 INFO E| * [new tag] v0.1.3 -> v0.1.3
32532024-12-20T23:00:21.974Z[ helios-setup] Dec 20 23:00:20.976 INFO E| * [new tag] v0.1.4 -> v0.1.4
32542024-12-20T23:00:21.975Z[ helios-setup] Dec 20 23:00:20.976 INFO E| * [new tag] v0.1.5 -> v0.1.5
32552024-12-20T23:00:21.978Z[ helios-setup] Dec 20 23:00:20.976 INFO E| * [new tag] v0.2.0 -> v0.2.0
32562024-12-20T23:00:21.978Z[ helios-setup] Dec 20 23:00:20.977 INFO E| * [new tag] v0.3.0 -> v0.3.0
32572024-12-20T23:00:21.978Z[ helios-setup] Dec 20 23:00:20.977 INFO E| * [new tag] v0.3.1 -> v0.3.1
32582024-12-20T23:00:21.978Z[ helios-setup] Dec 20 23:00:20.977 INFO E| * [new tag] v0.3.2 -> v0.3.2
32592024-12-20T23:00:21.978Z[ helios-setup] Dec 20 23:00:20.977 INFO E| * [new tag] v0.3.3 -> v0.3.3
32602024-12-20T23:00:21.978Z[ helios-setup] Dec 20 23:00:20.977 INFO E| * [new tag] v0.4.0 -> v0.4.0
32612024-12-20T23:00:21.978Z[ helios-setup] Dec 20 23:00:20.977 INFO E| * [new tag] v0.4.1 -> v0.4.1
32622024-12-20T23:00:21.978Z[ helios-setup] Dec 20 23:00:20.977 INFO E| * [new tag] v0.4.2 -> v0.4.2
32632024-12-20T23:00:22.028Z[ helios-setup] Dec 20 23:00:21.029 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
32642024-12-20T23:00:22.996Z[ helios-setup] Dec 20 23:00:21.997 INFO E| From https://github.com/oxidecomputer/amd-efs
32652024-12-20T23:00:22.996Z[ helios-setup] Dec 20 23:00:21.997 INFO E| * [new branch] empty -> origin/empty
32662024-12-20T23:00:22.996Z[ helios-setup] Dec 20 23:00:21.997 INFO E| * [new branch] issue-99 -> origin/issue-99
32672024-12-20T23:00:22.999Z[ helios-setup] Dec 20 23:00:21.997 INFO E| * [new branch] main -> origin/main
32682024-12-20T23:00:22.999Z[ helios-setup] Dec 20 23:00:21.997 INFO E| * [new branch] review -> origin/review
32692024-12-20T23:00:22.999Z[ helios-setup] Dec 20 23:00:21.998 INFO E| * [new ref] -> origin/HEAD
32702024-12-20T23:00:22.999Z[ helios-setup] Dec 20 23:00:21.998 INFO E| * [new tag] v0.2.0 -> v0.2.0
32712024-12-20T23:00:22.999Z[ helios-setup] Dec 20 23:00:21.998 INFO E| * [new tag] v0.2.1 -> v0.2.1
32722024-12-20T23:00:22.999Z[ helios-setup] Dec 20 23:00:21.998 INFO E| * [new tag] v0.2.2 -> v0.2.2
32732024-12-20T23:00:22.999Z[ helios-setup] Dec 20 23:00:21.998 INFO E| * [new tag] v0.2.3 -> v0.2.3
32742024-12-20T23:00:22.999Z[ helios-setup] Dec 20 23:00:21.998 INFO E| * [new tag] v0.2.4 -> v0.2.4
32752024-12-20T23:00:22.999Z[ helios-setup] Dec 20 23:00:21.999 INFO E| * [new tag] v0.2.5 -> v0.2.5
32762024-12-20T23:00:22.999Z[ helios-setup] Dec 20 23:00:21.999 INFO E| * [new tag] v0.2.6 -> v0.2.6
32772024-12-20T23:00:22.999Z[ helios-setup] Dec 20 23:00:21.999 INFO E| * [new tag] v0.2.7 -> v0.2.7
32782024-12-20T23:00:22.999Z[ helios-setup] Dec 20 23:00:21.999 INFO E| * [new tag] v0.3.0 -> v0.3.0
32792024-12-20T23:00:22.999Z[ helios-setup] Dec 20 23:00:21.999 INFO E| * [new tag] v0.3.1 -> v0.3.1
32802024-12-20T23:00:22.999Z[ helios-setup] Dec 20 23:00:21.999 INFO E| * [new tag] v0.4.0 -> v0.4.0
32812024-12-20T23:00:22.999Z[ helios-setup] Dec 20 23:00:21.999 INFO E| * [new tag] v0.4.1 -> v0.4.1
32822024-12-20T23:00:22.999Z[ helios-setup] Dec 20 23:00:22.000 INFO E| * [new tag] v0.4.2 -> v0.4.2
32832024-12-20T23:00:22.999Z[ helios-setup] Dec 20 23:00:22.000 INFO E| * [new tag] v0.4.3 -> v0.4.3
32842024-12-20T23:00:23.043Z[ helios-setup] Dec 20 23:00:22.045 INFO E| Updating crates.io index
32852024-12-20T23:00:23.345Z[ helios-setup] Dec 20 23:00:22.346 INFO E| Downloading crates ...
32862024-12-20T23:00:23.562Z[ helios-setup] Dec 20 23:00:22.563 INFO E| Downloaded bytesize v1.3.0
32872024-12-20T23:00:23.576Z[ helios-setup] Dec 20 23:00:22.577 INFO E| Downloaded once_cell v1.20.1
32882024-12-20T23:00:23.583Z[ helios-setup] Dec 20 23:00:22.585 INFO E| Downloaded memoffset v0.5.6
32892024-12-20T23:00:23.618Z[ helios-setup] Dec 20 23:00:22.619 INFO E| Downloaded unic-ucd-version v0.9.0
32902024-12-20T23:00:23.622Z[ helios-setup] Dec 20 23:00:22.621 INFO E| Downloaded unic-common v0.9.0
32912024-12-20T23:00:23.622Z[ helios-setup] Dec 20 23:00:22.622 INFO E| Downloaded unic-char-range v0.9.0
32922024-12-20T23:00:23.624Z[ helios-setup] Dec 20 23:00:22.624 INFO E| Downloaded unic-char-property v0.9.0
32932024-12-20T23:00:23.624Z[ helios-setup] Dec 20 23:00:22.626 INFO E| Downloaded strum v0.23.0
32942024-12-20T23:00:23.627Z[ helios-setup] Dec 20 23:00:22.627 INFO E| Downloaded semver-parser v0.7.0
32952024-12-20T23:00:23.630Z[ helios-setup] Dec 20 23:00:22.629 INFO E| Downloaded rustc_version v0.2.3
32962024-12-20T23:00:23.630Z[ helios-setup] Dec 20 23:00:22.631 INFO E| Downloaded semver v0.9.0
32972024-12-20T23:00:23.632Z[ helios-setup] Dec 20 23:00:22.633 INFO E| Downloaded proc-macro-crate v0.1.5
32982024-12-20T23:00:23.635Z[ helios-setup] Dec 20 23:00:22.634 INFO E| Downloaded pest_generator v2.7.13
32992024-12-20T23:00:23.638Z[ helios-setup] Dec 20 23:00:22.637 INFO E| Downloaded thiserror-impl v1.0.64
33002024-12-20T23:00:23.638Z[ helios-setup] Dec 20 23:00:22.639 INFO E| Downloaded strsim v0.8.0
33012024-12-20T23:00:23.641Z[ helios-setup] Dec 20 23:00:22.641 INFO E| Downloaded pre v0.2.1
33022024-12-20T23:00:23.641Z[ helios-setup] Dec 20 23:00:22.642 INFO E| Downloaded thiserror v1.0.64
33032024-12-20T23:00:23.650Z[ helios-setup] Dec 20 23:00:22.651 INFO E| Downloaded vec_map v0.8.2
33042024-12-20T23:00:23.653Z[ helios-setup] Dec 20 23:00:22.654 INFO E| Downloaded ansi_term v0.12.1
33052024-12-20T23:00:23.656Z[ helios-setup] Dec 20 23:00:22.657 INFO E| Downloaded unic-ucd-ident v0.9.0
33062024-12-20T23:00:23.659Z[ helios-setup] Dec 20 23:00:22.659 INFO E| Downloaded textwrap v0.11.0
33072024-12-20T23:00:23.661Z[ helios-setup] Dec 20 23:00:22.662 INFO E| Downloaded pre-proc-macro v0.2.1
33082024-12-20T23:00:23.664Z[ helios-setup] Dec 20 23:00:22.665 INFO E| Downloaded pest_meta v2.7.13
33092024-12-20T23:00:23.667Z[ helios-setup] Dec 20 23:00:22.668 INFO E| Downloaded pest_derive v2.7.13
33102024-12-20T23:00:23.671Z[ helios-setup] Dec 20 23:00:22.673 INFO E| Downloaded structopt v0.3.26
33112024-12-20T23:00:23.682Z[ helios-setup] Dec 20 23:00:22.683 INFO E| Downloaded serde_derive v1.0.210
33122024-12-20T23:00:23.685Z[ helios-setup] Dec 20 23:00:22.686 INFO E| Downloaded modular-bitfield v0.11.2
33132024-12-20T23:00:23.700Z[ helios-setup] Dec 20 23:00:22.702 INFO E| Downloaded serde v1.0.210
33142024-12-20T23:00:23.704Z[ helios-setup] Dec 20 23:00:22.706 INFO E| Downloaded clap v2.34.0
33152024-12-20T23:00:23.714Z[ helios-setup] Dec 20 23:00:22.715 INFO E| Downloaded pest v2.7.13
33162024-12-20T23:00:23.740Z[ helios-setup] Dec 20 23:00:22.742 INFO E| Downloaded syn v2.0.79
33172024-12-20T23:00:23.759Z[ helios-setup] Dec 20 23:00:22.760 INFO E| Downloaded serde_json v1.0.128
33182024-12-20T23:00:23.770Z[ helios-setup] Dec 20 23:00:22.771 INFO E| Downloaded goblin v0.4.3
33192024-12-20T23:00:23.778Z[ helios-setup] Dec 20 23:00:22.779 INFO E| Downloaded libc v0.2.159
33202024-12-20T23:00:23.818Z[ helios-setup] Dec 20 23:00:22.819 INFO E| Downloaded structopt-derive v0.4.18
33212024-12-20T23:00:23.822Z[ helios-setup] Dec 20 23:00:22.821 INFO E| Downloaded scroll v0.10.2
33222024-12-20T23:00:23.825Z[ helios-setup] Dec 20 23:00:22.823 INFO E| Downloaded strum_macros v0.23.1
33232024-12-20T23:00:23.827Z[ helios-setup] Dec 20 23:00:22.826 INFO E| Downloaded modular-bitfield-impl v0.11.2
33242024-12-20T23:00:23.827Z[ helios-setup] Dec 20 23:00:22.828 INFO E| Downloaded four-cc v0.3.0
33252024-12-20T23:00:23.830Z[ helios-setup] Dec 20 23:00:22.829 INFO E| Downloaded scroll_derive v0.10.5
33262024-12-20T23:00:23.830Z[ helios-setup] Dec 20 23:00:22.831 INFO E| Downloaded parse_int v0.6.0
33272024-12-20T23:00:23.832Z[ helios-setup] Dec 20 23:00:22.832 INFO E| Downloaded fletcher v0.1.0
33282024-12-20T23:00:23.832Z[ helios-setup] Dec 20 23:00:22.833 INFO E| Downloaded cfg-if v0.1.10
33292024-12-20T23:00:23.943Z[ helios-setup] Dec 20 23:00:22.944 INFO E| Compiling proc-macro2 v1.0.86
33302024-12-20T23:00:23.943Z[ helios-setup] Dec 20 23:00:22.945 INFO E| Compiling unicode-ident v1.0.13
33312024-12-20T23:00:23.943Z[ helios-setup] Dec 20 23:00:22.945 INFO E| Compiling syn v1.0.109
33322024-12-20T23:00:23.946Z[ helios-setup] Dec 20 23:00:22.945 INFO E| Compiling version_check v0.9.5
33332024-12-20T23:00:23.946Z[ helios-setup] Dec 20 23:00:22.945 INFO E| Compiling memchr v2.7.4
33342024-12-20T23:00:23.946Z[ helios-setup] Dec 20 23:00:22.945 INFO E| Compiling autocfg v1.4.0
33352024-12-20T23:00:23.946Z[ helios-setup] Dec 20 23:00:22.946 INFO E| Compiling semver-parser v0.7.0
33362024-12-20T23:00:23.946Z[ helios-setup] Dec 20 23:00:22.946 INFO E| Compiling thiserror v1.0.64
33372024-12-20T23:00:24.057Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33382024-12-20T23:00:24.806Z[ helios-setup] Dec 20 23:00:23.807 INFO E| Compiling semver v0.9.0
33392024-12-20T23:00:25.361Z[ helios-setup] Dec 20 23:00:24.359 INFO E| Compiling serde v1.0.210
33402024-12-20T23:00:25.476Z[ helios-setup] Dec 20 23:00:24.477 INFO E| Compiling proc-macro-error-attr v1.0.4
33412024-12-20T23:00:25.882Z[ helios-setup] Dec 20 23:00:24.883 INFO E| Compiling proc-macro-error v1.0.4
33422024-12-20T23:00:25.891Z[ helios-setup] Dec 20 23:00:24.892 INFO E| Compiling rustc_version v0.2.3
33432024-12-20T23:00:26.190Z[ helios-setup] Dec 20 23:00:25.190 INFO E| Compiling serde_json v1.0.128
33442024-12-20T23:00:26.475Z[ helios-setup] Dec 20 23:00:25.475 INFO E| Compiling num-traits v0.2.19
33452024-12-20T23:00:26.555Z[ helios-setup] Dec 20 23:00:25.556 INFO E| Compiling unicode-segmentation v1.12.0
33462024-12-20T23:00:26.750Z[ helios-setup] Dec 20 23:00:25.751 INFO E| Compiling ryu v1.0.18
33472024-12-20T23:00:26.858Z[ helios-setup] Dec 20 23:00:25.858 INFO E| Compiling itoa v1.0.11
33482024-12-20T23:00:27.120Z[ helios-setup] Dec 20 23:00:26.111 INFO E| Compiling schemars v0.8.21
33492024-12-20T23:00:27.271Z[ helios-setup] Dec 20 23:00:26.272 INFO E| Compiling pre-proc-macro v0.2.1
33502024-12-20T23:00:27.372Z[ helios-setup] Dec 20 23:00:26.373 INFO E| Compiling quote v1.0.37
33512024-12-20T23:00:27.537Z[ helios-setup] Dec 20 23:00:26.537 INFO E| Compiling memoffset v0.5.6
33522024-12-20T23:00:28.297Z[ helios-setup] Dec 20 23:00:27.268 INFO E| Compiling heck v0.3.3
33532024-12-20T23:00:28.305Z[ helios-setup] Dec 20 23:00:27.291 INFO E| Compiling syn v2.0.79
33542024-12-20T23:00:28.384Z[ helios-setup] Dec 20 23:00:27.384 INFO E| Compiling rustversion v1.0.17
33552024-12-20T23:00:28.414Z[ helios-setup] Dec 20 23:00:27.413 INFO E| Compiling dyn-clone v1.0.17
33562024-12-20T23:00:28.852Z[ helios-setup] Dec 20 23:00:27.853 INFO E| Compiling libc v0.2.159
33572024-12-20T23:00:29.085Z[ helios-setup] Dec 20 23:00:28.086 INFO E| Compiling paste v1.0.15
33582024-12-20T23:00:29.124Z[ helios-setup] Dec 20 23:00:28.124 INFO E| Compiling ucd-trie v0.1.7
33592024-12-20T23:00:29.911Z[ helios-setup] Dec 20 23:00:28.911 INFO E| Compiling lazy_static v1.5.0
33602024-12-20T23:00:30.407Z[ helios-setup] Dec 20 23:00:29.407 INFO E| Compiling pre v0.2.1
33612024-12-20T23:00:30.416Z[ helios-setup] Dec 20 23:00:29.416 INFO E| Compiling cfg-if v0.1.10
33622024-12-20T23:00:30.628Z[ helios-setup] Dec 20 23:00:29.628 INFO E| Compiling once_cell v1.20.1
33632024-12-20T23:00:31.269Z[ helios-setup] Dec 20 23:00:29.800 INFO E| Compiling byteorder v1.5.0
33642024-12-20T23:00:31.285Z[ helios-setup] Dec 20 23:00:30.144 INFO E| Compiling static_assertions v1.1.0
33652024-12-20T23:00:31.941Z[ helios-setup] Dec 20 23:00:30.941 INFO E| Compiling unicode-width v0.1.14
33662024-12-20T23:00:32.666Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33672024-12-20T23:00:33.176Z[ helios-setup] Dec 20 23:00:32.176 INFO E| Compiling textwrap v0.11.0
33682024-12-20T23:00:33.623Z[ helios-setup] Dec 20 23:00:32.622 INFO E| Compiling atty v0.2.14
33692024-12-20T23:00:33.674Z[ helios-setup] Dec 20 23:00:32.673 INFO E| Compiling strsim v0.8.0
33702024-12-20T23:00:33.785Z[ helios-setup] Dec 20 23:00:32.784 INFO E| Compiling unic-char-range v0.9.0
33712024-12-20T23:00:34.148Z[ helios-setup] Dec 20 23:00:33.148 INFO E| Compiling vec_map v0.8.2
33722024-12-20T23:00:34.263Z[ helios-setup] Dec 20 23:00:33.263 INFO E| Compiling bitflags v1.3.2
33732024-12-20T23:00:34.485Z[ helios-setup] Dec 20 23:00:33.484 INFO E| Compiling parse_int v0.6.0
33742024-12-20T23:00:34.557Z[ helios-setup] Dec 20 23:00:33.556 INFO E| Compiling unic-common v0.9.0
33752024-12-20T23:00:34.649Z[ helios-setup] Dec 20 23:00:33.647 INFO E| Compiling fletcher v0.1.0
33762024-12-20T23:00:34.684Z[ helios-setup] Dec 20 23:00:33.683 INFO E| Compiling strum v0.23.0
33772024-12-20T23:00:34.984Z[ helios-setup] Dec 20 23:00:33.983 INFO E| Compiling ansi_term v0.12.1
33782024-12-20T23:00:35.038Z[ helios-setup] Dec 20 23:00:34.037 INFO E| Compiling unic-ucd-version v0.9.0
33792024-12-20T23:00:35.117Z[ helios-setup] Dec 20 23:00:34.116 INFO E| Compiling unic-char-property v0.9.0
33802024-12-20T23:00:35.134Z[ helios-setup] Dec 20 23:00:34.133 INFO E| Compiling plain v0.2.3
33812024-12-20T23:00:35.163Z[ helios-setup] Dec 20 23:00:34.162 INFO E| Compiling log v0.4.22
33822024-12-20T23:00:35.194Z[ helios-setup] Dec 20 23:00:34.193 INFO E| Compiling bytesize v1.3.0
33832024-12-20T23:00:35.532Z[ helios-setup] Dec 20 23:00:34.530 INFO E| Compiling unic-ucd-ident v0.9.0
33842024-12-20T23:00:35.730Z[ helios-setup] Dec 20 23:00:34.729 INFO E| Compiling clap v2.34.0
33852024-12-20T23:00:37.584Z[ helios-setup] Dec 20 23:00:36.583 INFO E| Compiling serde_derive_internals v0.29.1
33862024-12-20T23:00:39.781Z[ helios-setup] Dec 20 23:00:38.779 INFO E| Compiling toml v0.5.11
33872024-12-20T23:00:42.918Z[ helios-setup] Dec 20 23:00:41.915 INFO E| Compiling thiserror-impl v1.0.64
33882024-12-20T23:00:42.918Z[ helios-setup] Dec 20 23:00:41.915 INFO E| Compiling serde_derive v1.0.210
33892024-12-20T23:00:42.918Z[ helios-setup] Dec 20 23:00:41.915 INFO E| Compiling schemars_derive v0.8.21
33902024-12-20T23:00:44.217Z[ helios-setup] Dec 20 23:00:43.214 INFO E| Compiling proc-macro-crate v0.1.5
33912024-12-20T23:00:44.239Z[ helios-setup] Dec 20 23:00:43.236 INFO E| Compiling zerocopy-derive v0.6.6
33922024-12-20T23:00:45.427Z[ helios-setup] Dec 20 23:00:44.424 INFO E| Compiling num-derive v0.4.2
33932024-12-20T23:00:48.100Z[ helios-setup] Dec 20 23:00:47.097 INFO E| Compiling zerocopy v0.6.6
33942024-12-20T23:00:48.922Z[ helios-setup] Dec 20 23:00:47.918 INFO E| Compiling pest v2.7.13
33952024-12-20T23:00:49.855Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33962024-12-20T23:00:49.993Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33972024-12-20T23:00:50.324Z[ helios-setup] Dec 20 23:00:49.320 INFO E| Compiling modular-bitfield-impl v0.11.2
33982024-12-20T23:00:50.810Z[ helios-setup] Dec 20 23:00:49.806 INFO E| Compiling strum_macros v0.23.1
33992024-12-20T23:00:50.857Z[ helios-setup] Dec 20 23:00:49.854 INFO E| Compiling scroll_derive v0.10.5
34002024-12-20T23:00:51.013Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
34012024-12-20T23:00:51.633Z[ helios-setup] Dec 20 23:00:50.629 INFO E| Compiling structopt-derive v0.4.18
34022024-12-20T23:00:51.686Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
34032024-12-20T23:00:54.266Z[ helios-setup] Dec 20 23:00:53.261 INFO E| Compiling pest_meta v2.7.13
34042024-12-20T23:00:54.709Z[ helios-setup] Dec 20 23:00:53.704 INFO E| Compiling scroll v0.10.2
34052024-12-20T23:00:55.786Z[ helios-setup] Dec 20 23:00:54.781 INFO E| Compiling modular-bitfield v0.11.2
34062024-12-20T23:00:55.869Z[ helios-setup] Dec 20 23:00:54.864 INFO E| Compiling goblin v0.4.3
34072024-12-20T23:00:56.900Z[ helios-setup] Dec 20 23:00:55.881 INFO E| Compiling pest_generator v2.7.13
34082024-12-20T23:00:57.421Z[ helios-setup] Dec 20 23:00:56.399 INFO E| Compiling structopt v0.3.26
34092024-12-20T23:00:57.893Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34102024-12-20T23:01:01.791Z[ helios-setup] Dec 20 23:01:00.785 INFO E| Compiling pest_derive v2.7.13
34112024-12-20T23:01:03.303Z[ host-package] Compiling fatfs v0.3.6
34122024-12-20T23:01:05.970Z[ helios-setup] Dec 20 23:01:04.963 INFO E| Compiling json5 v0.4.1
34132024-12-20T23:01:06.736Z[ host-package] Compiling rtoolbox v0.0.2
34142024-12-20T23:01:07.389Z[ host-package] Compiling subprocess v0.2.9
34152024-12-20T23:01:09.791Z[ host-package] Compiling assert_matches v1.5.0
34162024-12-20T23:01:11.605Z[ helios-setup] Dec 20 23:01:10.597 INFO E| Compiling four-cc v0.3.0
34172024-12-20T23:01:11.662Z[ helios-setup] Dec 20 23:01:10.654 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0)
34182024-12-20T23:01:11.940Z[ helios-setup] Dec 20 23:01:10.931 INFO E| Compiling amd-apcb v0.4.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.3#fc35d39d)
34192024-12-20T23:01:12.458Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34202024-12-20T23:01:14.294Z[ host-package] Compiling rpassword v7.3.1
34212024-12-20T23:01:15.276Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
34222024-12-20T23:01:19.331Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34232024-12-20T23:01:21.604Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
34242024-12-20T23:01:22.501Z[ host-package] Compiling tui-tree-widget v0.22.0
34252024-12-20T23:01:23.095Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34262024-12-20T23:01:27.445Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
34272024-12-20T23:01:27.810Z[ host-package] Compiling uzers v0.12.1
34282024-12-20T23:01:31.277Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
34292024-12-20T23:01:38.553Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34302024-12-20T23:01:40.996Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
34312024-12-20T23:01:56.178Z[ helios-setup] Dec 20 23:01:55.163 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
34322024-12-20T23:02:06.391Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
34332024-12-20T23:02:15.780Z[ helios-setup] Dec 20 23:02:14.762 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
34342024-12-20T23:02:17.588Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
34352024-12-20T23:02:18.989Z[ host-package] Compiling multimap v0.10.0
34362024-12-20T23:03:11.254Z[ helios-setup] Dec 20 23:03:10.225 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 50s
34372024-12-20T23:03:11.288Z[ helios-setup] Dec 20 23:03:10.258 INFO building project "amd-host-image-builder" ok (198 seconds)
34382024-12-20T23:03:11.288Z[ helios-setup] Dec 20 23:03:10.258 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
34392024-12-20T23:03:11.292Z[ helios-setup] Dec 20 23:03:10.258 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
34402024-12-20T23:03:11.645Z[ helios-setup] Dec 20 23:03:10.617 INFO E| Downloading crates ...
34412024-12-20T23:03:11.794Z[ helios-setup] Dec 20 23:03:10.765 INFO E| Downloaded miniz_oxide v0.7.2
34422024-12-20T23:03:11.856Z[ helios-setup] Dec 20 23:03:10.826 INFO E| Compiling adler v1.0.2
34432024-12-20T23:03:12.057Z[ helios-setup] Dec 20 23:03:11.029 INFO E| Compiling miniz_oxide v0.7.2
34442024-12-20T23:03:14.743Z[ helios-setup] Dec 20 23:03:13.709 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
34452024-12-20T23:03:15.792Z[ helios-setup] Dec 20 23:03:14.763 INFO E| Finished `release` profile [optimized] target(s) in 4.40s
34462024-12-20T23:03:15.803Z[ helios-setup] Dec 20 23:03:14.774 INFO building project "pinprick" ok (4 seconds)
34472024-12-20T23:03:15.806Z[ helios-setup] rm -f helios-build
34482024-12-20T23:03:15.809Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
34492024-12-20T23:03:15.811Z[ helios-setup]
34502024-12-20T23:03:15.813Z[ helios-setup] Setup complete! ./helios-build is now available.
34512024-12-20T23:03:15.816Z[ helios-setup]
34522024-12-20T23:03:15.816Z[ helios-setup]
34532024-12-20T23:03:15.816Z[ helios-setup] real 12:11.801105630
34542024-12-20T23:03:15.816Z[ helios-setup] user 29:01.177447234
34552024-12-20T23:03:15.816Z[ helios-setup] sys 3:34.353799536
34562024-12-20T23:03:15.816Z[ helios-setup] trap 1.743353586
34572024-12-20T23:03:15.816Z[ helios-setup] tflt 7.389575317
34582024-12-20T23:03:15.816Z[ helios-setup] dflt 37.108273437
34592024-12-20T23:03:15.818Z[ helios-setup] kflt 0.021623012
34602024-12-20T23:03:15.818Z[ helios-setup] lock 2:04:52.340994741
34612024-12-20T23:03:15.818Z[ helios-setup] slp 3:46:54.684048415
34622024-12-20T23:03:15.818Z[ helios-setup] lat 33:17.360477983
34632024-12-20T23:03:15.818Z[ helios-setup] stop 4:26.474323030
34642024-12-20T23:03:15.818ZDec 20 23:03:14.787 INFO [helios-setup] process exited with exit status: 0 (731.806960127s)
34652024-12-20T23:03:15.818ZDec 20 23:03:14.788 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
34662024-12-20T23:03:15.844Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos'
34672024-12-20T23:03:16.052Z[ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26)
34682024-12-20T23:03:16.055Z[ phbl-toolchain] info: downloading component 'cargo'
34692024-12-20T23:03:16.921Z[ phbl-toolchain] info: downloading component 'clippy'
34702024-12-20T23:03:17.225Z[ phbl-toolchain] info: downloading component 'llvm-tools'
34712024-12-20T23:03:22.918Z[ phbl-toolchain] info: downloading component 'miri'
34722024-12-20T23:03:23.073Z[ phbl-toolchain] info: downloading component 'rust-docs'
34732024-12-20T23:03:24.524Z[ phbl-toolchain] info: downloading component 'rust-src'
34742024-12-20T23:03:24.710Z[ phbl-toolchain] info: downloading component 'rust-std'
34752024-12-20T23:03:27.074Z[ phbl-toolchain] info: downloading component 'rustc'
34762024-12-20T23:03:34.074Z[ phbl-toolchain] info: downloading component 'rustfmt'
34772024-12-20T23:03:34.359Z[ phbl-toolchain] info: installing component 'cargo'
34782024-12-20T23:03:35.635Z[ phbl-toolchain] info: installing component 'clippy'
34792024-12-20T23:03:36.217Z[ phbl-toolchain] info: installing component 'llvm-tools'
34802024-12-20T23:03:41.885Z[ phbl-toolchain] info: installing component 'miri'
34812024-12-20T23:03:42.232Z[ phbl-toolchain] info: installing component 'rust-docs'
34822024-12-20T23:03:49.840Z[ phbl-toolchain] info: installing component 'rust-src'
34832024-12-20T23:03:50.557Z[ phbl-toolchain] info: installing component 'rust-std'
34842024-12-20T23:03:52.841Z[ phbl-toolchain] info: installing component 'rustc'
34852024-12-20T23:04:01.778Z[ phbl-toolchain] info: installing component 'rustfmt'
34862024-12-20T23:04:02.497Z[ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25)
34872024-12-20T23:04:02.500ZDec 20 23:04:01.463 INFO [phbl-toolchain] process exited with exit status: 0 (46.675233347s)
34882024-12-20T23:04:52.862Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34892024-12-20T23:04:55.852Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34902024-12-20T23:11:44.204Z[ host-package] Finished `release` profile [optimized] target(s) in 19m 48s
34912024-12-20T23:12:51.906ZDec 20 23:12:50.774 INFO [host-package] process exited with exit status: 0 (1256.149123964s)
34922024-12-20T23:12:51.906ZDec 20 23:12:50.774 INFO [host-stamp] running task
34932024-12-20T23:12:51.908ZDec 20 23:12:50.774 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
34942024-12-20T23:12:51.915ZDec 20 23:12:50.783 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+git053adca9631
34952024-12-20T23:12:51.925ZDec 20 23:12:50.794 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+git053adca9631
34962024-12-20T23:12:51.931Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
34972024-12-20T23:12:51.934ZDec 20 23:12:50.803 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+git053adca9631
34982024-12-20T23:12:51.940Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
34992024-12-20T23:12:51.942Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
35002024-12-20T23:12:51.945ZDec 20 23:12:50.811 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+git053adca9631
35012024-12-20T23:12:51.948Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
35022024-12-20T23:12:51.951ZDec 20 23:12:50.820 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+git053adca9631
35032024-12-20T23:12:51.957Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35042024-12-20T23:12:51.960ZDec 20 23:12:50.829 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (45.450353ms)
35052024-12-20T23:12:51.962ZDec 20 23:12:50.829 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+git053adca9631
35062024-12-20T23:12:51.969Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
35072024-12-20T23:12:51.973Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
35082024-12-20T23:12:51.975Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
35092024-12-20T23:12:51.975ZDec 20 23:12:50.842 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+git053adca9631
35102024-12-20T23:12:51.989Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
35112024-12-20T23:12:51.991ZDec 20 23:12:50.857 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+git053adca9631
35122024-12-20T23:12:51.999Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
35132024-12-20T23:12:52.006Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
35142024-12-20T23:12:52.009ZDec 20 23:12:50.875 INFO [stamp-overlay] process exited with exit status: 0 (54.66376ms)
35152024-12-20T23:12:52.009ZDec 20 23:12:50.875 INFO [stamp-oxlog] process exited with exit status: 0 (45.804207ms)
35162024-12-20T23:12:52.017Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35172024-12-20T23:12:52.053Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
35182024-12-20T23:12:52.057ZDec 20 23:12:50.926 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (123.374275ms)
35192024-12-20T23:12:52.231Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
35202024-12-20T23:12:52.237ZDec 20 23:12:51.104 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (246.904847ms)
35212024-12-20T23:12:52.331Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
35222024-12-20T23:12:52.334ZDec 20 23:12:51.203 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (391.689666ms)
35232024-12-20T23:12:53.095Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
35242024-12-20T23:12:53.098ZDec 20 23:12:51.966 INFO [stamp-propolis-server] process exited with exit status: 0 (1.172665697s)
35252024-12-20T23:12:53.101Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35262024-12-20T23:12:55.460Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35272024-12-20T23:13:02.740Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
35282024-12-20T23:13:02.744ZDec 20 23:13:01.608 INFO [stamp-switch-asic] process exited with exit status: 0 (10.765770777s)
35292024-12-20T23:13:02.744ZDec 20 23:13:01.608 INFO [host-stamp] task succeeded (10.834307469s)
35302024-12-20T23:13:02.744ZDec 20 23:13:01.609 INFO [host-proto] running task
35312024-12-20T23:13:03.159ZDec 20 23:13:02.025 INFO [host-proto] task succeeded (416.487666ms)
35322024-12-20T23:13:03.159ZDec 20 23:13:02.025 INFO [host-profile] running task
35332024-12-20T23:13:03.163ZDec 20 23:13:02.025 INFO [host-profile] task succeeded (328.238µs)
35342024-12-20T23:13:03.163ZDec 20 23:13:02.026 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/.tmp8ONQdI/proto/host/root -N 'ci 053adca/${os_short_commit} 2024-12-20 22:51' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
35352024-12-20T23:13:03.177Z[ host-image] Dec 20 23:13:02.043 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
35362024-12-20T23:13:03.177Z[ host-image] Dec 20 23:13:02.043 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
35372024-12-20T23:13:03.191Z[ host-image] Dec 20 23:13:02.057 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmp8ONQdI/proto/host/root"
35382024-12-20T23:13:03.191Z[ host-image] Dec 20 23:13:02.057 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
35392024-12-20T23:13:03.195Z[ host-image] Dec 20 23:13:02.057 INFO image builder template: ramdisk-01-os...
35402024-12-20T23:13:03.195Z[ host-image] Dec 20 23:13:02.057 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/.tmp8ONQdI/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.311", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
35412024-12-20T23:13:03.211Z[ host-image] Dec 20 23:13:02.077 INFO O| Dec 20 23:13:02.077 INFO CREATE DATASET: rpool/images/build/host/output
35422024-12-20T23:13:03.478Z[ host-image] Dec 20 23:13:02.333 INFO O| Dec 20 23:13:02.333 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35432024-12-20T23:13:03.483Z[ host-image] Dec 20 23:13:02.338 INFO O| Dec 20 23:13:02.338 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35442024-12-20T23:13:03.631Z[ host-image] Dec 20 23:13:02.497 INFO O| Dec 20 23:13:02.497 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
35452024-12-20T23:13:03.682Z[ host-image] Dec 20 23:13:02.541 INFO O| Dec 20 23:13:02.541 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35462024-12-20T23:13:03.682Z[ host-image] Dec 20 23:13:02.541 INFO O| Dec 20 23:13:02.541 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
35472024-12-20T23:13:03.686Z[ host-image] Dec 20 23:13:02.542 INFO O| Dec 20 23:13:02.542 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
35482024-12-20T23:13:03.686Z[ host-image] Dec 20 23:13:02.542 INFO O| Dec 20 23:13:02.542 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
35492024-12-20T23:13:03.686Z[ host-image] Dec 20 23:13:02.551 INFO O| Dec 20 23:13:02.551 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
35502024-12-20T23:13:03.817Z[ host-image] Dec 20 23:13:02.679 INFO O| Dec 20 23:13:02.679 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35512024-12-20T23:13:03.830Z[ host-image] Dec 20 23:13:02.696 INFO O| Dec 20 23:13:02.696 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
35522024-12-20T23:13:04.385Z[ host-image] Dec 20 23:13:03.251 INFO O| Dec 20 23:13:03.250 INFO O| Caching catalogs ... Done
35532024-12-20T23:13:04.513Z[ host-image] Dec 20 23:13:03.372 INFO O| Dec 20 23:13:03.372 INFO STEP 0 (pkg_image_create) COMPLETE
35542024-12-20T23:13:04.513Z[ host-image] Dec 20 23:13:03.372 INFO O| Dec 20 23:13:03.372 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35552024-12-20T23:13:04.520Z[ host-image] Dec 20 23:13:03.372 INFO O| Dec 20 23:13:03.372 INFO skip step because feature "repo_redist" is not enabled
35562024-12-20T23:13:04.520Z[ host-image] Dec 20 23:13:03.372 INFO O| Dec 20 23:13:03.372 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35572024-12-20T23:13:04.526Z[ host-image] Dec 20 23:13:03.390 INFO O| Dec 20 23:13:03.390 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
35582024-12-20T23:13:05.054Z[ host-image] Dec 20 23:13:03.920 INFO O| Dec 20 23:13:03.920 INFO STEP 2 (pkg_set_publisher) COMPLETE
35592024-12-20T23:13:05.055Z[ host-image] Dec 20 23:13:03.920 INFO O| Dec 20 23:13:03.920 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35602024-12-20T23:13:05.075Z[ host-image] Dec 20 23:13:03.937 INFO O| Dec 20 23:13:03.937 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
35612024-12-20T23:13:05.631Z[ host-image] Dec 20 23:13:04.496 INFO O| Dec 20 23:13:04.496 INFO STEP 3 (pkg_set_publisher) COMPLETE
35622024-12-20T23:13:05.632Z[ host-image] Dec 20 23:13:04.496 INFO O| Dec 20 23:13:04.496 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35632024-12-20T23:13:05.632Z[ host-image] Dec 20 23:13:04.496 INFO O| Dec 20 23:13:04.496 INFO skip step because feature "repo_redist" is not enabled
35642024-12-20T23:13:05.636Z[ host-image] Dec 20 23:13:04.496 INFO O| Dec 20 23:13:04.496 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35652024-12-20T23:13:06.183Z[ host-image] Dec 20 23:13:05.049 INFO O| Dec 20 23:13:05.049 INFO variant opensolaris.zone is already global
35662024-12-20T23:13:06.184Z[ host-image] Dec 20 23:13:05.049 INFO O| Dec 20 23:13:05.049 INFO STEP 5 (pkg_change_variant) COMPLETE
35672024-12-20T23:13:06.187Z[ host-image] Dec 20 23:13:05.049 INFO O| Dec 20 23:13:05.049 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35682024-12-20T23:13:06.747Z[ host-image] Dec 20 23:13:05.612 INFO O| Dec 20 23:13:05.612 INFO variant opensolaris.imagetype is full; changing to partial
35692024-12-20T23:13:06.748Z[ host-image] Dec 20 23:13:05.612 INFO O| Dec 20 23:13:05.612 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
35702024-12-20T23:13:14.944Z[ host-image] Dec 20 23:13:13.809 INFO O| Dec 20 23:13:13.809 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35712024-12-20T23:13:15.134Z[recovery-package] Finished `release` profile [optimized] target(s) in 22.96s
35722024-12-20T23:13:16.498ZDec 20 23:13:15.362 INFO [recovery-package] process exited with exit status: 0 (24.58742653s)
35732024-12-20T23:13:16.498ZDec 20 23:13:15.362 INFO [recovery-stamp] running task
35742024-12-20T23:13:16.500ZDec 20 23:13:15.362 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
35752024-12-20T23:13:16.500ZDec 20 23:13:15.362 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+git053adca9631
35762024-12-20T23:13:16.518ZDec 20 23:13:15.382 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+git053adca9631
35772024-12-20T23:13:16.530Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
35782024-12-20T23:13:16.536Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
35792024-12-20T23:13:16.622Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
35802024-12-20T23:13:16.626ZDec 20 23:13:15.490 INFO [stamp-installinator] process exited with exit status: 0 (108.290634ms)
35812024-12-20T23:13:16.661Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
35822024-12-20T23:13:16.665ZDec 20 23:13:15.529 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (166.628285ms)
35832024-12-20T23:13:16.669ZDec 20 23:13:15.529 INFO [recovery-stamp] task succeeded (167.100221ms)
35842024-12-20T23:13:16.669ZDec 20 23:13:15.529 INFO [recovery-proto] running task
35852024-12-20T23:13:16.669ZDec 20 23:13:15.529 INFO [tuf-stamp] running task
35862024-12-20T23:13:16.669ZDec 20 23:13:15.530 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+git053adca9631
35872024-12-20T23:13:16.681ZDec 20 23:13:15.545 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+git053adca9631
35882024-12-20T23:13:16.694Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
35892024-12-20T23:13:16.697ZDec 20 23:13:15.559 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+git053adca9631
35902024-12-20T23:13:16.705Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
35912024-12-20T23:13:16.710ZDec 20 23:13:15.574 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+git053adca9631
35922024-12-20T23:13:16.728ZDec 20 23:13:15.592 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+git053adca9631
35932024-12-20T23:13:16.728Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
35942024-12-20T23:13:16.750Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
35952024-12-20T23:13:16.753ZDec 20 23:13:15.614 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+git053adca9631
35962024-12-20T23:13:16.784Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
35972024-12-20T23:13:16.787ZDec 20 23:13:15.648 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+git053adca9631
35982024-12-20T23:13:16.839ZDec 20 23:13:15.703 INFO [recovery-proto] task succeeded (173.963638ms)
35992024-12-20T23:13:16.841ZDec 20 23:13:15.704 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/.tmp8ONQdI/proto/recovery/root -N 'recovery 053adca/${os_short_commit} 2024-12-20 22:51' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
36002024-12-20T23:13:16.895Z[ recovery-image] Dec 20 23:13:15.747 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
36012024-12-20T23:13:16.896Z[ recovery-image] Dec 20 23:13:15.747 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
36022024-12-20T23:13:16.898Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
36032024-12-20T23:13:16.898ZDec 20 23:13:15.760 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+git053adca9631
36042024-12-20T23:13:16.937Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
36052024-12-20T23:13:16.940Z[ recovery-image] Dec 20 23:13:15.804 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmp8ONQdI/proto/recovery/root"
36062024-12-20T23:13:16.940Z[ recovery-image] Dec 20 23:13:15.804 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
36072024-12-20T23:13:16.943Z[ recovery-image] Dec 20 23:13:15.804 INFO image builder template: ramdisk-01-os...
36082024-12-20T23:13:16.943Z[ recovery-image] Dec 20 23:13:15.805 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/.tmp8ONQdI/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
36092024-12-20T23:13:16.943Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
36102024-12-20T23:13:16.950ZDec 20 23:13:15.815 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+git053adca9631
36112024-12-20T23:13:17.042Z[ recovery-image] Dec 20 23:13:15.835 INFO O| Dec 20 23:13:15.834 INFO CREATE DATASET: rpool/images/build/recovery/output
36122024-12-20T23:13:17.164ZDec 20 23:13:16.028 [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
36132024-12-20T23:13:17.164ZINFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 12.0.0-0.ci+git053adca9631
36142024-12-20T23:13:17.296Z[ recovery-image] Dec 20 23:13:16.160 INFO O| Dec 20 23:13:16.160 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36152024-12-20T23:13:17.304Z[ recovery-image] Dec 20 23:13:16.167 INFO O| Dec 20 23:13:16.166 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36162024-12-20T23:13:17.379Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
36172024-12-20T23:13:17.382Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
36182024-12-20T23:13:17.382ZDec 20 23:13:16.244 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+git053adca9631
36192024-12-20T23:13:17.469Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
36202024-12-20T23:13:17.472Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
36212024-12-20T23:13:17.472ZDec 20 23:13:16.334 INFO [stamp-probe] process exited with exit status: 0 (741.685846ms)
36222024-12-20T23:13:17.477Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
36232024-12-20T23:13:17.485Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
36242024-12-20T23:13:17.528ZDec 20 23:13:16.393 INFO [stamp-ntp] process exited with exit status: 0 (632.276828ms)
36252024-12-20T23:13:17.770Z[ recovery-image] Dec 20 23:13:16.634 INFO O| Dec 20 23:13:16.634 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
36262024-12-20T23:13:17.857Z[ recovery-image] Dec 20 23:13:16.721 INFO O| Dec 20 23:13:16.721 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36272024-12-20T23:13:17.857Z[ recovery-image] Dec 20 23:13:16.721 INFO O| Dec 20 23:13:16.721 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36282024-12-20T23:13:17.860Z[ recovery-image] Dec 20 23:13:16.721 INFO O| Dec 20 23:13:16.721 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36292024-12-20T23:13:17.860Z[ recovery-image] Dec 20 23:13:16.721 INFO O| Dec 20 23:13:16.721 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36302024-12-20T23:13:17.886Z[ recovery-image] Dec 20 23:13:16.750 INFO O| Dec 20 23:13:16.750 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36312024-12-20T23:13:18.250Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
36322024-12-20T23:13:18.265ZDec 20 23:13:17.129 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.569824379s)
36332024-12-20T23:13:18.343Z[ recovery-image] Dec 20 23:13:17.207 INFO O| Dec 20 23:13:17.207 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36342024-12-20T23:13:18.357Z[ recovery-image] Dec 20 23:13:17.221 INFO O| Dec 20 23:13:17.221 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
36352024-12-20T23:13:18.619Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
36362024-12-20T23:13:18.660ZDec 20 23:13:17.524 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.994636742s)
36372024-12-20T23:13:18.691Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
36382024-12-20T23:13:18.752ZDec 20 23:13:17.615 INFO [stamp-internal-dns] process exited with exit status: 0 (1.966851724s)
36392024-12-20T23:13:19.036Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
36402024-12-20T23:13:19.043ZDec 20 23:13:17.907 INFO [stamp-external-dns] process exited with exit status: 0 (1.658227709s)
36412024-12-20T23:13:19.064Z[ recovery-image] Dec 20 23:13:17.928 INFO O| Dec 20 23:13:17.928 INFO O| Caching catalogs ... Done
36422024-12-20T23:13:19.197Z[ recovery-image] Dec 20 23:13:18.060 INFO O| Dec 20 23:13:18.060 INFO STEP 0 (pkg_image_create) COMPLETE
36432024-12-20T23:13:19.197Z[ recovery-image] Dec 20 23:13:18.060 INFO O| Dec 20 23:13:18.060 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36442024-12-20T23:13:19.200Z[ recovery-image] Dec 20 23:13:18.060 INFO O| Dec 20 23:13:18.060 INFO skip step because feature "repo_redist" is not enabled
36452024-12-20T23:13:19.200Z[ recovery-image] Dec 20 23:13:18.060 INFO O| Dec 20 23:13:18.060 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36462024-12-20T23:13:19.214Z[ recovery-image] Dec 20 23:13:18.077 INFO O| Dec 20 23:13:18.077 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"]
36472024-12-20T23:13:19.475Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
36482024-12-20T23:13:19.479ZDec 20 23:13:18.343 INFO [stamp-oximeter] process exited with exit status: 0 (2.31471354s)
36492024-12-20T23:13:19.700Z[ recovery-image] Dec 20 23:13:18.563 INFO O| Dec 20 23:13:18.563 INFO STEP 2 (pkg_set_publisher) COMPLETE
36502024-12-20T23:13:19.700Z[ recovery-image] Dec 20 23:13:18.564 INFO O| Dec 20 23:13:18.563 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36512024-12-20T23:13:19.714Z[ recovery-image] Dec 20 23:13:18.578 INFO O| Dec 20 23:13:18.578 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
36522024-12-20T23:13:20.189Z[ recovery-image] Dec 20 23:13:19.052 INFO O| Dec 20 23:13:19.052 INFO STEP 3 (pkg_set_publisher) COMPLETE
36532024-12-20T23:13:20.189Z[ recovery-image] Dec 20 23:13:19.052 INFO O| Dec 20 23:13:19.052 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36542024-12-20T23:13:20.191Z[ recovery-image] Dec 20 23:13:19.052 INFO O| Dec 20 23:13:19.052 INFO skip step because feature "repo_redist" is not enabled
36552024-12-20T23:13:20.191Z[ recovery-image] Dec 20 23:13:19.052 INFO O| Dec 20 23:13:19.052 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36562024-12-20T23:13:20.590Z[ recovery-image] Dec 20 23:13:19.429 INFO O| Dec 20 23:13:19.429 INFO variant opensolaris.zone is already global
36572024-12-20T23:13:20.590Z[ recovery-image] Dec 20 23:13:19.429 INFO O| Dec 20 23:13:19.429 INFO STEP 5 (pkg_change_variant) COMPLETE
36582024-12-20T23:13:20.591Z[ recovery-image] Dec 20 23:13:19.429 INFO O| Dec 20 23:13:19.429 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36592024-12-20T23:13:20.851Z[ host-image] Dec 20 23:13:19.701 INFO O| Dec 20 23:13:19.701 INFO O| Startup: Caching catalogs ... Done
36602024-12-20T23:13:20.957Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
36612024-12-20T23:13:20.991ZDec 20 23:13:19.802 INFO [stamp-nexus] process exited with exit status: 0 (4.227827368s)
36622024-12-20T23:13:20.992Z[ host-image] Dec 20 23:13:19.803 INFO O| Dec 20 23:13:19.803 INFO O| Planning: Planning completed in 0.00 seconds
36632024-12-20T23:13:20.992Z[ host-image] Dec 20 23:13:19.803 INFO O| Dec 20 23:13:19.803 INFO O| Planning: Consolidating action changes ... Done
36642024-12-20T23:13:20.992Z[ host-image] Dec 20 23:13:19.803 INFO O| Dec 20 23:13:19.803 INFO O| Planning: Evaluating mediators ... Done
36652024-12-20T23:13:20.992Z[ host-image] Dec 20 23:13:19.804 INFO O| Dec 20 23:13:19.804 INFO O| Planning: Planning completed in 0.00 seconds
36662024-12-20T23:13:20.992Z[ host-image] Dec 20 23:13:19.804 INFO O| Dec 20 23:13:19.804 INFO O| Variants/Facets to change: 1
36672024-12-20T23:13:20.992Z[ host-image] Dec 20 23:13:19.823 INFO O| Dec 20 23:13:19.823 INFO O| Done
36682024-12-20T23:13:20.992Z[ host-image] Dec 20 23:13:19.823 INFO O| Dec 20 23:13:19.823 INFO O| Done
36692024-12-20T23:13:21.050Z[ recovery-image] Dec 20 23:13:19.897 INFO O| Dec 20 23:13:19.897 INFO variant opensolaris.imagetype is full; changing to partial
36702024-12-20T23:13:21.050Z[ recovery-image] Dec 20 23:13:19.897 INFO O| Dec 20 23:13:19.897 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
36712024-12-20T23:13:21.772Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36722024-12-20T23:13:21.814Z[ host-image] Dec 20 23:13:20.646 INFO O| Dec 20 23:13:20.646 INFO O| Done
36732024-12-20T23:13:21.906Z[ host-image] Dec 20 23:13:20.711 INFO O| Dec 20 23:13:20.711 INFO O| Done
36742024-12-20T23:13:21.992Z[ host-image] Dec 20 23:13:20.712 INFO O| Dec 20 23:13:20.712 INFO O| Done
36752024-12-20T23:13:21.993Z[ host-image] Dec 20 23:13:20.712 INFO O| Dec 20 23:13:20.712 INFO O| Done
36762024-12-20T23:13:21.993Z[ host-image] Dec 20 23:13:20.714 INFO O| Dec 20 23:13:20.714 INFO O| Done
36772024-12-20T23:13:21.993Z[verify-libraries] Compiling home v0.5.9
36782024-12-20T23:13:22.064Z[verify-libraries] Compiling cfg_aliases v0.1.1
36792024-12-20T23:13:22.064Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
36802024-12-20T23:13:22.064Z[verify-libraries] Compiling sqlparser_derive v0.2.2
36812024-12-20T23:13:22.064Z[verify-libraries] Compiling unicode_categories v0.1.1
36822024-12-20T23:13:22.116Z[verify-libraries] Compiling nix v0.28.0
36832024-12-20T23:13:22.129Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
36842024-12-20T23:13:22.129Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36852024-12-20T23:13:22.299Z[verify-libraries] Compiling polyval v0.6.2
36862024-12-20T23:13:22.575Z[ host-image] Dec 20 23:13:21.438 INFO O| Dec 20 23:13:21.438 INFO STEP 6 (pkg_change_variant) COMPLETE
36872024-12-20T23:13:22.576Z[ host-image] Dec 20 23:13:21.438 INFO O| Dec 20 23:13:21.438 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36882024-12-20T23:13:22.576Z[ host-image] Dec 20 23:13:21.438 INFO O| Dec 20 23:13:21.438 INFO skip step because feature "debug_variant" is not enabled
36892024-12-20T23:13:22.583Z[ host-image] Dec 20 23:13:21.438 INFO O| Dec 20 23:13:21.438 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36902024-12-20T23:13:22.942Z[verify-libraries] Compiling sqlformat v0.2.6
36912024-12-20T23:13:22.951Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
36922024-12-20T23:13:22.991ZDec 20 23:13:21.854 INFO [stamp-cockroachdb] process exited with exit status: 0 (6.039818253s)
36932024-12-20T23:13:23.188Z[ host-image] Dec 20 23:13:22.046 INFO O| Dec 20 23:13:22.046 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
36942024-12-20T23:13:23.219Z[verify-libraries] Compiling ghash v0.5.1
36952024-12-20T23:13:23.518Z[verify-libraries] Compiling sqlparser v0.45.0
36962024-12-20T23:13:23.548Z[verify-libraries] Compiling ctr v0.9.2
36972024-12-20T23:13:23.609Z[verify-libraries] Compiling ssh-encoding v0.2.0
36982024-12-20T23:13:23.609Z[verify-libraries] Compiling blowfish v0.9.1
36992024-12-20T23:13:24.344Z[verify-libraries] Compiling aes-gcm v0.10.3
37002024-12-20T23:13:24.423Z[ host-image] Dec 20 23:13:23.285 INFO O| Dec 20 23:13:23.285 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37012024-12-20T23:13:24.425Z[ host-image] Dec 20 23:13:23.287 INFO O| Dec 20 23:13:23.287 INFO O| Planning: Planning completed in 0.00 seconds
37022024-12-20T23:13:24.425Z[ host-image] Dec 20 23:13:23.288 INFO O| Dec 20 23:13:23.288 INFO O| Planning: Consolidating action changes ... Done
37032024-12-20T23:13:24.428Z[ host-image] Dec 20 23:13:23.288 INFO O| Dec 20 23:13:23.288 INFO O| Planning: Evaluating mediators ... Done
37042024-12-20T23:13:24.428Z[ host-image] Dec 20 23:13:23.289 INFO O| Dec 20 23:13:23.289 INFO O| Planning: Planning completed in 0.00 seconds
37052024-12-20T23:13:24.428Z[ host-image] Dec 20 23:13:23.289 INFO O| Dec 20 23:13:23.289 INFO O| Variants/Facets to change: 1
37062024-12-20T23:13:24.553Z[ host-image] Dec 20 23:13:23.416 INFO O| Dec 20 23:13:23.416 INFO O| Done
37072024-12-20T23:13:24.553Z[ host-image] Dec 20 23:13:23.416 INFO O| Dec 20 23:13:23.416 INFO O| Done
37082024-12-20T23:13:24.991Z[verify-libraries] Compiling ssh-cipher v0.2.0
37092024-12-20T23:13:25.202Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
37102024-12-20T23:13:25.708Z[ host-image] Dec 20 23:13:24.570 INFO O| Dec 20 23:13:24.570 INFO O| Done
37112024-12-20T23:13:25.877Z[ host-image] Dec 20 23:13:24.739 INFO O| Dec 20 23:13:24.739 INFO O| Done
37122024-12-20T23:13:25.881Z[ host-image] Dec 20 23:13:24.740 INFO O| Dec 20 23:13:24.740 INFO O| Done
37132024-12-20T23:13:25.881Z[ host-image] Dec 20 23:13:24.740 INFO O| Dec 20 23:13:24.740 INFO O| Done
37142024-12-20T23:13:25.881Z[ host-image] Dec 20 23:13:24.742 INFO O| Dec 20 23:13:24.742 INFO O| Done
37152024-12-20T23:13:25.969Z[ host-image] Dec 20 23:13:24.831 INFO O| Dec 20 23:13:24.831 INFO STEP 8 (pkg_change_facet) COMPLETE
37162024-12-20T23:13:25.969Z[ host-image] Dec 20 23:13:24.831 INFO O| Dec 20 23:13:24.831 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37172024-12-20T23:13:25.969Z[ host-image] Dec 20 23:13:24.831 INFO O| Dec 20 23:13:24.831 INFO skip step because feature "recovery" is not enabled
37182024-12-20T23:13:25.971Z[ host-image] Dec 20 23:13:24.831 INFO O| Dec 20 23:13:24.831 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37192024-12-20T23:13:25.971Z[ host-image] Dec 20 23:13:24.831 INFO O| Dec 20 23:13:24.831 INFO skip step because feature "recovery" is not enabled
37202024-12-20T23:13:25.971Z[ host-image] Dec 20 23:13:24.831 INFO O| Dec 20 23:13:24.831 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37212024-12-20T23:13:26.018Z[ host-image] Dec 20 23:13:24.881 INFO O| Dec 20 23:13:24.851 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"]
37222024-12-20T23:13:26.021Z[verify-libraries] Compiling password-hash v0.4.2
37232024-12-20T23:13:27.984Z[ host-image] Dec 20 23:13:26.845 INFO O| Dec 20 23:13:26.845 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37242024-12-20T23:13:28.761Z[verify-libraries] Compiling rustyline v14.0.0
37252024-12-20T23:13:29.998Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
37262024-12-20T23:13:30.034ZDec 20 23:13:28.896 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (13.350730712s)
37272024-12-20T23:13:30.569Z[verify-libraries] Compiling matches v0.1.10
37282024-12-20T23:13:30.713Z[verify-libraries] Compiling idna v0.2.3
37292024-12-20T23:13:31.132Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
37302024-12-20T23:13:31.160ZDec 20 23:13:30.022 INFO [stamp-clickhouse] process exited with exit status: 0 (14.407671606s)
37312024-12-20T23:13:31.160ZDec 20 23:13:30.022 INFO [tuf-stamp] task succeeded (14.492869852s)
37322024-12-20T23:13:31.428Z[verify-libraries] Compiling pbkdf2 v0.11.0
37332024-12-20T23:13:31.699Z[verify-libraries] Compiling ssh-key v0.6.6
37342024-12-20T23:13:32.312Z[verify-libraries] Compiling p521 v0.13.3
37352024-12-20T23:13:35.607Z[verify-libraries] Compiling p256 v0.13.2
37362024-12-20T23:13:36.377Z[ recovery-image] Dec 20 23:13:35.237 INFO O| Dec 20 23:13:35.237 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37372024-12-20T23:13:37.786Z[verify-libraries] Compiling enum-as-inner v0.5.1
37382024-12-20T23:13:38.692Z[verify-libraries] Compiling russh-cryptovec v0.7.3
37392024-12-20T23:13:39.050Z[verify-libraries] Compiling md5 v0.7.0
37402024-12-20T23:13:39.208Z[verify-libraries] Compiling trust-dns-proto v0.22.0
37412024-12-20T23:13:39.671Z[verify-libraries] Compiling russh-keys v0.45.0
37422024-12-20T23:13:44.939Z[ recovery-image] Dec 20 23:13:43.798 INFO O| Dec 20 23:13:43.798 INFO O| Startup: Caching catalogs ... Done
37432024-12-20T23:13:45.048Z[verify-libraries] Compiling num-bigint v0.4.6
37442024-12-20T23:13:45.130Z[ recovery-image] Dec 20 23:13:43.989 INFO O| Dec 20 23:13:43.989 INFO O| Planning: Planning completed in 0.00 seconds
37452024-12-20T23:13:45.133Z[ recovery-image] Dec 20 23:13:43.990 INFO O| Dec 20 23:13:43.990 INFO O| Planning: Consolidating action changes ... Done
37462024-12-20T23:13:45.133Z[ recovery-image] Dec 20 23:13:43.990 INFO O| Dec 20 23:13:43.990 INFO O| Planning: Evaluating mediators ... Done
37472024-12-20T23:13:45.133Z[ recovery-image] Dec 20 23:13:43.990 INFO O| Dec 20 23:13:43.990 INFO O| Planning: Planning completed in 0.00 seconds
37482024-12-20T23:13:45.133Z[ recovery-image] Dec 20 23:13:43.991 INFO O| Dec 20 23:13:43.991 INFO O| Variants/Facets to change: 1
37492024-12-20T23:13:45.231Z[ recovery-image] Dec 20 23:13:44.088 INFO O| Dec 20 23:13:44.088 INFO O| Done
37502024-12-20T23:13:45.231Z[ recovery-image] Dec 20 23:13:44.089 INFO O| Dec 20 23:13:44.088 INFO O| Done
37512024-12-20T23:13:46.319Z[ recovery-image] Dec 20 23:13:45.176 INFO O| Dec 20 23:13:45.176 INFO O| Done
37522024-12-20T23:13:46.398Z[ recovery-image] Dec 20 23:13:45.256 INFO O| Dec 20 23:13:45.256 INFO O| Done
37532024-12-20T23:13:46.400Z[ recovery-image] Dec 20 23:13:45.258 INFO O| Dec 20 23:13:45.258 INFO O| Done
37542024-12-20T23:13:46.400Z[ recovery-image] Dec 20 23:13:45.258 INFO O| Dec 20 23:13:45.258 INFO O| Done
37552024-12-20T23:13:46.403Z[ recovery-image] Dec 20 23:13:45.260 INFO O| Dec 20 23:13:45.260 INFO O| Done
37562024-12-20T23:13:47.134Z[ recovery-image] Dec 20 23:13:45.993 INFO O| Dec 20 23:13:45.993 INFO STEP 6 (pkg_change_variant) COMPLETE
37572024-12-20T23:13:47.137Z[ recovery-image] Dec 20 23:13:45.993 INFO O| Dec 20 23:13:45.993 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37582024-12-20T23:13:47.137Z[ recovery-image] Dec 20 23:13:45.993 INFO O| Dec 20 23:13:45.993 INFO skip step because feature "debug_variant" is not enabled
37592024-12-20T23:13:47.137Z[ recovery-image] Dec 20 23:13:45.993 INFO O| Dec 20 23:13:45.993 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37602024-12-20T23:13:47.884Z[ recovery-image] Dec 20 23:13:46.742 INFO O| Dec 20 23:13:46.742 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
37612024-12-20T23:13:49.019Z[ recovery-image] Dec 20 23:13:47.877 INFO O| Dec 20 23:13:47.877 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37622024-12-20T23:13:49.021Z[ recovery-image] Dec 20 23:13:47.879 INFO O| Dec 20 23:13:47.879 INFO O| Planning: Planning completed in 0.00 seconds
37632024-12-20T23:13:49.022Z[ recovery-image] Dec 20 23:13:47.880 INFO O| Dec 20 23:13:47.880 INFO O| Planning: Consolidating action changes ... Done
37642024-12-20T23:13:49.022Z[ recovery-image] Dec 20 23:13:47.880 INFO O| Dec 20 23:13:47.880 INFO O| Planning: Evaluating mediators ... Done
37652024-12-20T23:13:49.025Z[ recovery-image] Dec 20 23:13:47.881 INFO O| Dec 20 23:13:47.880 INFO O| Planning: Planning completed in 0.00 seconds
37662024-12-20T23:13:49.025Z[ recovery-image] Dec 20 23:13:47.881 INFO O| Dec 20 23:13:47.881 INFO O| Variants/Facets to change: 1
37672024-12-20T23:13:49.115Z[ recovery-image] Dec 20 23:13:47.973 INFO O| Dec 20 23:13:47.973 INFO O| Done
37682024-12-20T23:13:49.115Z[ recovery-image] Dec 20 23:13:47.973 INFO O| Dec 20 23:13:47.973 INFO O| Done
37692024-12-20T23:13:49.945Z[ recovery-image] Dec 20 23:13:48.803 INFO O| Dec 20 23:13:48.803 INFO O| Done
37702024-12-20T23:13:50.027Z[ recovery-image] Dec 20 23:13:48.885 INFO O| Dec 20 23:13:48.885 INFO O| Done
37712024-12-20T23:13:50.030Z[ recovery-image] Dec 20 23:13:48.886 INFO O| Dec 20 23:13:48.886 INFO O| Done
37722024-12-20T23:13:50.030Z[ recovery-image] Dec 20 23:13:48.886 INFO O| Dec 20 23:13:48.886 INFO O| Done
37732024-12-20T23:13:50.030Z[ recovery-image] Dec 20 23:13:48.888 INFO O| Dec 20 23:13:48.888 INFO O| Done
37742024-12-20T23:13:50.165Z[ recovery-image] Dec 20 23:13:48.993 INFO O| Dec 20 23:13:48.993 INFO STEP 8 (pkg_change_facet) COMPLETE
37752024-12-20T23:13:50.165Z[ recovery-image] Dec 20 23:13:48.993 INFO O| Dec 20 23:13:48.993 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37762024-12-20T23:13:50.988Z[ recovery-image] Dec 20 23:13:49.842 INFO O| Dec 20 23:13:49.841 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
37772024-12-20T23:13:53.319Z[ recovery-image] Dec 20 23:13:52.177 INFO O| Dec 20 23:13:52.177 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37782024-12-20T23:13:53.322Z[ recovery-image] Dec 20 23:13:52.179 INFO O| Dec 20 23:13:52.179 INFO O| Planning: Planning completed in 0.00 seconds
37792024-12-20T23:13:53.322Z[ recovery-image] Dec 20 23:13:52.180 INFO O| Dec 20 23:13:52.179 INFO O| Planning: Consolidating action changes ... Done
37802024-12-20T23:13:53.337Z[ recovery-image] Dec 20 23:13:52.195 INFO O| Dec 20 23:13:52.195 INFO O| Planning: Evaluating mediators ... Done
37812024-12-20T23:13:53.340Z[ recovery-image] Dec 20 23:13:52.196 INFO O| Dec 20 23:13:52.195 INFO O| Planning: Planning completed in 0.02 seconds
37822024-12-20T23:13:53.340Z[ recovery-image] Dec 20 23:13:52.196 INFO O| Dec 20 23:13:52.196 INFO O| Variants/Facets to change: 1
37832024-12-20T23:13:53.437Z[ recovery-image] Dec 20 23:13:52.293 INFO O| Dec 20 23:13:52.293 INFO O| Done
37842024-12-20T23:13:53.437Z[ recovery-image] Dec 20 23:13:52.293 INFO O| Dec 20 23:13:52.293 INFO O| Done
37852024-12-20T23:13:53.715Z[verify-libraries] Compiling des v0.8.1
37862024-12-20T23:13:54.296Z[ recovery-image] Dec 20 23:13:53.154 INFO O| Dec 20 23:13:53.154 INFO O| Done
37872024-12-20T23:13:54.340Z[verify-libraries] Compiling dhcproto-macros v0.1.0
37882024-12-20T23:13:54.372Z[ recovery-image] Dec 20 23:13:53.229 INFO O| Dec 20 23:13:53.229 INFO O| Done
37892024-12-20T23:13:54.375Z[ recovery-image] Dec 20 23:13:53.231 INFO O| Dec 20 23:13:53.230 INFO O| Done
37902024-12-20T23:13:54.375Z[ recovery-image] Dec 20 23:13:53.231 INFO O| Dec 20 23:13:53.231 INFO O| Done
37912024-12-20T23:13:54.377Z[ recovery-image] Dec 20 23:13:53.233 INFO O| Dec 20 23:13:53.233 INFO O| Done
37922024-12-20T23:13:54.483Z[ recovery-image] Dec 20 23:13:53.340 INFO O| Dec 20 23:13:53.340 INFO STEP 9 (pkg_change_facet) COMPLETE
37932024-12-20T23:13:54.483Z[ recovery-image] Dec 20 23:13:53.340 INFO O| Dec 20 23:13:53.340 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37942024-12-20T23:13:55.086Z[ recovery-image] Dec 20 23:13:53.943 INFO O| Dec 20 23:13:53.943 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
37952024-12-20T23:13:55.409Z[verify-libraries] Compiling hex-literal v0.4.1
37962024-12-20T23:13:55.445Z[verify-libraries] Compiling dhcproto v0.12.0
37972024-12-20T23:13:55.700Z[verify-libraries] Compiling russh v0.45.0
37982024-12-20T23:13:56.185Z[ recovery-image] Dec 20 23:13:55.042 INFO O| Dec 20 23:13:55.042 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37992024-12-20T23:13:56.188Z[ recovery-image] Dec 20 23:13:55.044 INFO O| Dec 20 23:13:55.044 INFO O| Planning: Planning completed in 0.00 seconds
38002024-12-20T23:13:56.188Z[ recovery-image] Dec 20 23:13:55.045 INFO O| Dec 20 23:13:55.044 INFO O| Planning: Consolidating action changes ... Done
38012024-12-20T23:13:56.188Z[ recovery-image] Dec 20 23:13:55.045 INFO O| Dec 20 23:13:55.045 INFO O| Planning: Evaluating mediators ... Done
38022024-12-20T23:13:56.191Z[ recovery-image] Dec 20 23:13:55.045 INFO O| Dec 20 23:13:55.045 INFO O| Planning: Planning completed in 0.00 seconds
38032024-12-20T23:13:56.191Z[ recovery-image] Dec 20 23:13:55.045 INFO O| Dec 20 23:13:55.045 INFO O| Variants/Facets to change: 1
38042024-12-20T23:13:56.283Z[ recovery-image] Dec 20 23:13:55.140 INFO O| Dec 20 23:13:55.140 INFO O| Done
38052024-12-20T23:13:56.283Z[ recovery-image] Dec 20 23:13:55.140 INFO O| Dec 20 23:13:55.140 INFO O| Done
38062024-12-20T23:13:57.138Z[ recovery-image] Dec 20 23:13:55.994 INFO O| Dec 20 23:13:55.994 INFO O| Done
38072024-12-20T23:13:57.281Z[ recovery-image] Dec 20 23:13:56.138 INFO O| Dec 20 23:13:56.138 INFO O| Done
38082024-12-20T23:13:57.284Z[ recovery-image] Dec 20 23:13:56.139 INFO O| Dec 20 23:13:56.139 INFO O| Done
38092024-12-20T23:13:57.284Z[ recovery-image] Dec 20 23:13:56.139 INFO O| Dec 20 23:13:56.139 INFO O| Done
38102024-12-20T23:13:57.286Z[ recovery-image] Dec 20 23:13:56.141 INFO O| Dec 20 23:13:56.141 INFO O| Done
38112024-12-20T23:13:57.422Z[ recovery-image] Dec 20 23:13:56.277 INFO O| Dec 20 23:13:56.277 INFO STEP 10 (pkg_change_facet) COMPLETE
38122024-12-20T23:13:57.422Z[ recovery-image] Dec 20 23:13:56.277 INFO O| Dec 20 23:13:56.277 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38132024-12-20T23:13:57.440Z[ recovery-image] Dec 20 23:13:56.297 INFO O| Dec 20 23:13:56.296 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"]
38142024-12-20T23:13:58.524Z[ recovery-image] Dec 20 23:13:57.379 INFO O| Dec 20 23:13:57.379 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38152024-12-20T23:14:03.180Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38162024-12-20T23:14:05.649Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38172024-12-20T23:14:06.385Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
38182024-12-20T23:14:18.881Z[verify-libraries] Compiling petname v2.0.2
38192024-12-20T23:14:20.113Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
38202024-12-20T23:14:20.860Z[verify-libraries] Compiling internet-checksum v0.2.1
38212024-12-20T23:14:21.609Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
38222024-12-20T23:14:33.733Z[ host-image] Dec 20 23:14:32.583 INFO O| Dec 20 23:14:32.583 INFO O| Planning: Solver setup ... Done
38232024-12-20T23:14:33.940Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
38242024-12-20T23:14:41.083Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
38252024-12-20T23:14:43.440Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
38262024-12-20T23:14:48.584Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
38272024-12-20T23:15:02.715Z[ recovery-image] Dec 20 23:15:01.560 INFO O| Dec 20 23:15:01.560 INFO O| Planning: Solver setup ... Done
38282024-12-20T23:15:08.110Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
38292024-12-20T23:15:10.759Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
38302024-12-20T23:15:13.720Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
38312024-12-20T23:15:37.826Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
38322024-12-20T23:15:44.185Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38332024-12-20T23:15:44.679Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
38342024-12-20T23:15:45.175Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
38352024-12-20T23:15:45.526Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
38362024-12-20T23:15:45.663Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
38372024-12-20T23:15:46.079Z[verify-libraries] Compiling sync-ptr v0.1.1
38382024-12-20T23:15:46.502Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38392024-12-20T23:15:54.007Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
38402024-12-20T23:15:58.721Z[ host-image] Dec 20 23:15:57.554 INFO O| Dec 20 23:15:57.554 INFO O| Planning: Running solver ... Done
38412024-12-20T23:15:59.326Z[ host-image] Dec 20 23:15:58.161 INFO O| Dec 20 23:15:58.161 INFO O| Planning: Finding local manifests ... Done
38422024-12-20T23:15:59.340Z[ host-image] Dec 20 23:15:58.175 INFO O| Dec 20 23:15:58.175 INFO O| Planning: Fetching manifests: 0/124 0% complete
38432024-12-20T23:16:01.266Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38442024-12-20T23:16:03.958Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
38452024-12-20T23:16:04.729Z[ host-image] Dec 20 23:16:03.563 INFO O| Dec 20 23:16:03.563 INFO O| Planning: Fetching manifests: 124/124 100% complete
38462024-12-20T23:16:04.923Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
38472024-12-20T23:16:05.885Z[ host-image] Dec 20 23:16:04.719 INFO O| Dec 20 23:16:04.719 INFO O| Planning: Package planning ... Done
38482024-12-20T23:16:07.865Z[ host-image] Dec 20 23:16:06.698 INFO O| Dec 20 23:16:06.698 INFO O| Planning: Merging actions ... Done
38492024-12-20T23:16:08.184Z[ host-image] Dec 20 23:16:07.017 INFO O| Dec 20 23:16:07.017 INFO O| Planning: Checking for conflicting actions ... Done
38502024-12-20T23:16:08.569Z[ host-image] Dec 20 23:16:07.403 INFO O| Dec 20 23:16:07.402 INFO O| Planning: Consolidating action changes ... Done
38512024-12-20T23:16:09.092Z[ host-image] Dec 20 23:16:07.926 INFO O| Dec 20 23:16:07.925 INFO O| Planning: Evaluating mediators ... Done
38522024-12-20T23:16:10.143Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
38532024-12-20T23:16:15.547Z[ host-image] Dec 20 23:16:14.379 INFO O| Dec 20 23:16:14.379 INFO O| Planning: Planning completed in 167.53 seconds
38542024-12-20T23:16:15.553Z[ host-image] Dec 20 23:16:14.385 INFO O| Dec 20 23:16:14.385 INFO O| Packages to install: 124
38552024-12-20T23:16:15.555Z[ host-image] Dec 20 23:16:14.385 INFO O| Dec 20 23:16:14.385 INFO O| Mediators to change: 4
38562024-12-20T23:16:15.556Z[ host-image] Dec 20 23:16:14.385 INFO O| Dec 20 23:16:14.385 INFO O| Services to change: 6
38572024-12-20T23:16:15.704Z[ host-image] Dec 20 23:16:14.537 INFO O| Dec 20 23:16:14.537 INFO O| Download: 0/22788 items 0.0/199.7MB 0% complete
38582024-12-20T23:16:20.712Z[ host-image] Dec 20 23:16:19.543 INFO O| Dec 20 23:16:19.543 INFO O| Download: 930/22788 items 6.4/199.7MB 3% complete (1.3M/s)
38592024-12-20T23:16:24.694Z[ recovery-image] Dec 20 23:16:23.525 INFO O| Dec 20 23:16:23.525 INFO O| Planning: Running solver ... Done
38602024-12-20T23:16:25.232Z[ recovery-image] Dec 20 23:16:24.062 INFO O| Dec 20 23:16:24.061 INFO O| Planning: Finding local manifests ... Done
38612024-12-20T23:16:25.252Z[ recovery-image] Dec 20 23:16:24.082 INFO O| Dec 20 23:16:24.082 INFO O| Planning: Fetching manifests: 0/124 0% complete
38622024-12-20T23:16:25.721Z[ host-image] Dec 20 23:16:24.552 INFO O| Dec 20 23:16:24.552 INFO O| Download: 1342/22788 items 8.1/199.7MB 4% complete (849k/s)
38632024-12-20T23:16:30.385Z[ recovery-image] Dec 20 23:16:29.215 INFO O| Dec 20 23:16:29.215 INFO O| Planning: Fetching manifests: 123/124 99% complete
38642024-12-20T23:16:30.909Z[ host-image] Dec 20 23:16:29.738 INFO O| Dec 20 23:16:29.738 INFO O| Download: 1619/22788 items 9.7/199.7MB 4% complete (493k/s)
38652024-12-20T23:16:34.900Z[ recovery-image] Dec 20 23:16:33.729 INFO O| Dec 20 23:16:33.728 INFO O| Planning: Fetching manifests: 124/124 100% complete
38662024-12-20T23:16:36.121Z[ recovery-image] Dec 20 23:16:34.950 INFO O| Dec 20 23:16:34.950 INFO O| Planning: Package planning ... Done
38672024-12-20T23:16:36.817Z[ recovery-image] Dec 20 23:16:35.646 INFO O| Dec 20 23:16:35.646 INFO O| Planning: Merging actions ... Done
38682024-12-20T23:16:36.997Z[ recovery-image] Dec 20 23:16:35.826 INFO O| Dec 20 23:16:35.826 INFO O| Planning: Checking for conflicting actions ... Done
38692024-12-20T23:16:37.093Z[ host-image] Dec 20 23:16:35.922 INFO O| Dec 20 23:16:35.922 INFO O| Download: 1677/22788 items 11.0/199.7MB 5% complete (360k/s)
38702024-12-20T23:16:37.141Z[ recovery-image] Dec 20 23:16:35.970 INFO O| Dec 20 23:16:35.970 INFO O| Planning: Consolidating action changes ... Done
38712024-12-20T23:16:37.580Z[ recovery-image] Dec 20 23:16:36.407 INFO O| Dec 20 23:16:36.407 INFO O| Planning: Evaluating mediators ... Done
38722024-12-20T23:16:38.287Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
38732024-12-20T23:16:42.109Z[ host-image] Dec 20 23:16:40.937 INFO O| Dec 20 23:16:40.937 INFO O| Download: 1727/22788 items 11.7/199.7MB 5% complete (101k/s)
38742024-12-20T23:16:43.372Z[ recovery-image] Dec 20 23:16:42.199 INFO O| Dec 20 23:16:42.199 INFO O| Planning: Planning completed in 164.82 seconds
38752024-12-20T23:16:43.384Z[ recovery-image] Dec 20 23:16:42.210 INFO O| Dec 20 23:16:42.210 INFO O| Packages to install: 124
38762024-12-20T23:16:43.384Z[ recovery-image] Dec 20 23:16:42.210 INFO O| Dec 20 23:16:42.210 INFO O| Mediators to change: 4
38772024-12-20T23:16:43.384Z[ recovery-image] Dec 20 23:16:42.210 INFO O| Dec 20 23:16:42.210 INFO O| Services to change: 5
38782024-12-20T23:16:43.459Z[ recovery-image] Dec 20 23:16:42.286 INFO O| Dec 20 23:16:42.286 INFO O| Download: 0/15862 items 0.0/176.4MB 0% complete
38792024-12-20T23:16:43.621Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
38802024-12-20T23:16:44.216Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
38812024-12-20T23:16:45.452Z[verify-libraries] Compiling termios v0.3.3
38822024-12-20T23:16:45.796Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
38832024-12-20T23:16:47.230Z[ host-image] Dec 20 23:16:46.057 INFO O| Dec 20 23:16:46.056 INFO O| Download: 1779/22788 items 12.0/199.7MB 6% complete (113k/s)
38842024-12-20T23:16:48.470Z[ recovery-image] Dec 20 23:16:47.296 INFO O| Dec 20 23:16:47.296 INFO O| Download: 459/15862 items 4.3/176.4MB 2% complete (897k/s)
38852024-12-20T23:16:52.359Z[ host-image] Dec 20 23:16:51.185 INFO O| Dec 20 23:16:51.185 INFO O| Download: 1947/22788 items 22.2/199.7MB 11% complete (1.0M/s)
38862024-12-20T23:16:53.573Z[ recovery-image] Dec 20 23:16:52.398 INFO O| Dec 20 23:16:52.398 INFO O| Download: 1006/15862 items 7.9/176.4MB 4% complete (904k/s)
38872024-12-20T23:16:59.985Z[ recovery-image] Dec 20 23:16:58.809 INFO O| Dec 20 23:16:58.809 INFO O| Download: 1007/15862 items 7.9/176.4MB 4% complete (889k/s)
38882024-12-20T23:17:00.067Z[ host-image] Dec 20 23:16:58.892 INFO O| Dec 20 23:16:58.892 INFO O| Download: 2096/22788 items 23.5/199.7MB 11% complete (1.4M/s)
38892024-12-20T23:17:01.747Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38902024-12-20T23:17:05.555Z[ recovery-image] Dec 20 23:17:04.378 INFO O| Dec 20 23:17:04.378 INFO O| Download: 1085/15862 items 9.1/176.4MB 5% complete (190k/s)
38912024-12-20T23:17:05.565Z[ host-image] Dec 20 23:17:04.389 INFO O| Dec 20 23:17:04.389 INFO O| Download: 2218/22788 items 24.3/199.7MB 12% complete (141k/s)
38922024-12-20T23:17:10.969Z[ host-image] Dec 20 23:17:09.792 INFO O| Dec 20 23:17:09.791 INFO O| Download: 2262/22788 items 24.9/199.7MB 12% complete (156k/s)
38932024-12-20T23:17:11.352Z[ recovery-image] Dec 20 23:17:10.174 INFO O| Dec 20 23:17:10.174 INFO O| Download: 1170/15862 items 10.4/176.4MB 5% complete (269k/s)
38942024-12-20T23:17:16.370Z[ host-image] Dec 20 23:17:15.191 INFO O| Dec 20 23:17:15.191 INFO O| Download: 2461/22788 items 28.2/199.7MB 14% complete (469k/s)
38952024-12-20T23:17:16.396Z[ recovery-image] Dec 20 23:17:15.217 INFO O| Dec 20 23:17:15.217 INFO O| Download: 1454/15862 items 21.5/176.4MB 12% complete (1.3M/s)
38962024-12-20T23:17:21.478Z[ host-image] Dec 20 23:17:20.298 INFO O| Dec 20 23:17:20.298 INFO O| Download: 3032/22788 items 33.9/199.7MB 16% complete (837k/s)
38972024-12-20T23:17:21.515Z[ recovery-image] Dec 20 23:17:20.336 INFO O| Dec 20 23:17:20.336 INFO O| Download: 1490/15862 items 21.6/176.4MB 12% complete (1.2M/s)
38982024-12-20T23:17:26.698Z[ host-image] Dec 20 23:17:25.517 INFO O| Dec 20 23:17:25.517 INFO O| Download: 3485/22788 items 35.7/199.7MB 17% complete (842k/s)
38992024-12-20T23:17:31.700Z[ host-image] Dec 20 23:17:30.519 INFO O| Dec 20 23:17:30.519 INFO O| Download: 3667/22788 items 37.5/199.7MB 18% complete (362k/s)
39002024-12-20T23:17:34.029Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39012024-12-20T23:17:36.705Z[ host-image] Dec 20 23:17:35.523 INFO O| Dec 20 23:17:35.523 INFO O| Download: 4122/22788 items 40.5/199.7MB 20% complete (493k/s)
39022024-12-20T23:17:42.072Z[ host-image] Dec 20 23:17:40.889 INFO O| Dec 20 23:17:40.889 INFO O| Download: 4523/22788 items 42.0/199.7MB 21% complete (458k/s)
39032024-12-20T23:17:47.089Z[ host-image] Dec 20 23:17:45.905 INFO O| Dec 20 23:17:45.905 INFO O| Download: 4659/22788 items 43.3/199.7MB 21% complete (297k/s)
39042024-12-20T23:17:48.397Z[ recovery-image] Dec 20 23:17:47.213 INFO O| Dec 20 23:17:47.213 INFO O| Download: 1513/15862 items 21.9/176.4MB 12% complete
39052024-12-20T23:17:52.092Z[ host-image] Dec 20 23:17:50.907 INFO O| Dec 20 23:17:50.907 INFO O| Download: 4925/22788 items 45.8/199.7MB 22% complete (384k/s)
39062024-12-20T23:17:53.405Z[ recovery-image] Dec 20 23:17:52.220 INFO O| Dec 20 23:17:52.219 INFO O| Download: 1708/15862 items 28.1/176.4MB 15% complete (1.3M/s)
39072024-12-20T23:17:57.096Z[ host-image] Dec 20 23:17:55.910 INFO O| Dec 20 23:17:55.910 INFO O| Download: 5294/22788 items 46.0/199.7MB 23% complete (291k/s)
39082024-12-20T23:17:58.520Z[ recovery-image] Dec 20 23:17:57.334 INFO O| Dec 20 23:17:57.334 INFO O| Download: 1989/15862 items 30.5/176.4MB 17% complete (828k/s)
39092024-12-20T23:18:02.108Z[ host-image] Dec 20 23:18:00.922 INFO O| Dec 20 23:18:00.921 INFO O| Download: 5676/22788 items 46.2/199.7MB 23% complete (54.4k/s)
39102024-12-20T23:18:03.529Z[ recovery-image] Dec 20 23:18:02.342 INFO O| Dec 20 23:18:02.342 INFO O| Download: 2484/15862 items 31.4/176.4MB 17% complete (345k/s)
39112024-12-20T23:18:08.533Z[ recovery-image] Dec 20 23:18:07.345 INFO O| Dec 20 23:18:07.345 INFO O| Download: 3070/15862 items 37.2/176.4MB 21% complete (721k/s)
39122024-12-20T23:18:09.962Z[ host-image] Dec 20 23:18:08.774 INFO O| Dec 20 23:18:08.774 INFO O| Download: 5750/22788 items 46.3/199.7MB 23% complete (45.4k/s)
39132024-12-20T23:18:13.540Z[ recovery-image] Dec 20 23:18:12.351 INFO O| Dec 20 23:18:12.351 INFO O| Download: 3486/15862 items 38.3/176.4MB 21% complete (703k/s)
39142024-12-20T23:18:14.977Z[ host-image] Dec 20 23:18:13.787 INFO O| Dec 20 23:18:13.787 INFO O| Download: 6156/22788 items 46.5/199.7MB 23% complete (24.6k/s)
39152024-12-20T23:18:20.154Z[ host-image] Dec 20 23:18:18.964 INFO O| Dec 20 23:18:18.964 INFO O| Download: 6760/22788 items 47.6/199.7MB 23% complete (96.7k/s)
39162024-12-20T23:18:23.590Z[ recovery-image] Dec 20 23:18:22.399 INFO O| Dec 20 23:18:22.399 INFO O| Download: 3608/15862 items 39.1/176.4MB 22% complete (664k/s)
39172024-12-20T23:18:27.431Z[ host-image] Dec 20 23:18:26.239 INFO O| Dec 20 23:18:26.239 INFO O| Download: 6766/22788 items 47.9/199.7MB 23% complete (115k/s)
39182024-12-20T23:18:31.102Z[ recovery-image] Dec 20 23:18:29.903 INFO O| Dec 20 23:18:29.903 INFO O| Download: 3646/15862 items 39.8/176.4MB 22% complete (88.1k/s)
39192024-12-20T23:18:33.688Z[ host-image] Dec 20 23:18:32.496 INFO O| Dec 20 23:18:32.496 INFO O| Download: 6771/22788 items 48.1/199.7MB 24% complete (110k/s)
39202024-12-20T23:18:36.859Z[ recovery-image] Dec 20 23:18:35.667 INFO O| Dec 20 23:18:35.666 INFO O| Download: 3756/15862 items 41.9/176.4MB 23% complete (232k/s)
39212024-12-20T23:18:40.100Z[ host-image] Dec 20 23:18:38.906 INFO O| Dec 20 23:18:38.906 INFO O| Download: 6773/22788 items 48.1/199.7MB 24% complete (104k/s)
39222024-12-20T23:18:41.954Z[ recovery-image] Dec 20 23:18:40.706 INFO O| Dec 20 23:18:40.706 INFO O| Download: 4547/15862 items 42.9/176.4MB 24% complete (304k/s)
39232024-12-20T23:18:45.242Z[ host-image] Dec 20 23:18:43.908 INFO O| Dec 20 23:18:43.908 INFO O| Download: 7151/22788 items 56.7/199.7MB 28% complete (1.8M/s)
39242024-12-20T23:18:50.465Z[ recovery-image] Dec 20 23:18:45.745 INFO O| Dec 20 23:18:45.745 INFO O| Download: 4998/15862 items 43.1/176.4MB 24% complete (129k/s)
39252024-12-20T23:18:50.505Z[ host-image] Dec 20 23:18:48.954 INFO O| Dec 20 23:18:48.953 INFO O| Download: 7491/22788 items 58.1/199.7MB 29% complete (1.0M/s)
39262024-12-20T23:18:51.943Z[ recovery-image] Dec 20 23:18:50.747 INFO O| Dec 20 23:18:50.747 INFO O| Download: 5465/15862 items 43.4/176.4MB 24% complete (55.9k/s)
39272024-12-20T23:18:56.719Z[ host-image] Dec 20 23:18:55.522 INFO O| Dec 20 23:18:55.522 INFO O| Download: 7960/22788 items 59.6/199.7MB 29% complete (725k/s)
39282024-12-20T23:18:58.605Z[ recovery-image] Dec 20 23:18:57.408 INFO O| Dec 20 23:18:57.408 INFO O| Download: 5664/15862 items 44.5/176.4MB 25% complete (118k/s)
39292024-12-20T23:19:02.427Z[ host-image] Dec 20 23:19:01.229 INFO O| Dec 20 23:19:01.229 INFO O| Download: 8214/22788 items 61.1/199.7MB 30% complete (234k/s)
39302024-12-20T23:19:06.020Z[ recovery-image] Dec 20 23:19:04.820 INFO O| Dec 20 23:19:04.820 INFO O| Download: 5747/15862 items 46.8/176.4MB 26% complete (305k/s)
39312024-12-20T23:19:07.433Z[ host-image] Dec 20 23:19:06.234 INFO O| Dec 20 23:19:06.234 INFO O| Download: 8458/22788 items 69.6/199.7MB 34% complete (923k/s)
39322024-12-20T23:19:09.838Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
39332024-12-20T23:19:11.321Z[ recovery-image] Dec 20 23:19:10.118 INFO O| Dec 20 23:19:10.118 INFO O| Download: 5908/15862 items 53.0/176.4MB 30% complete (747k/s)
39342024-12-20T23:19:12.554Z[ host-image] Dec 20 23:19:11.353 INFO O| Dec 20 23:19:11.353 INFO O| Download: 9019/22788 items 73.1/199.7MB 36% complete (1.2M/s)
39352024-12-20T23:19:17.805Z[ host-image] Dec 20 23:19:16.605 INFO O| Dec 20 23:19:16.604 INFO O| Download: 9383/22788 items 81.5/199.7MB 40% complete (1.2M/s)
39362024-12-20T23:19:18.249Z[ recovery-image] Dec 20 23:19:17.049 INFO O| Dec 20 23:19:17.049 INFO O| Download: 5940/15862 items 53.6/176.4MB 30% complete (768k/s)
39372024-12-20T23:19:22.823Z[ host-image] Dec 20 23:19:21.622 INFO O| Dec 20 23:19:21.622 INFO O| Download: 9516/22788 items 83.2/199.7MB 41% complete (967k/s)
39382024-12-20T23:19:24.662Z[ recovery-image] Dec 20 23:19:23.456 INFO O| Dec 20 23:19:23.456 INFO O| Download: 5945/15862 items 53.6/176.4MB 30% complete (751k/s)
39392024-12-20T23:19:27.826Z[ host-image] Dec 20 23:19:26.624 INFO O| Dec 20 23:19:26.624 INFO O| Download: 10338/22788 items 87.7/199.7MB 43% complete (625k/s)
39402024-12-20T23:19:32.847Z[ host-image] Dec 20 23:19:31.644 INFO O| Dec 20 23:19:31.644 INFO O| Download: 10747/22788 items 89.5/199.7MB 44% complete (657k/s)
39412024-12-20T23:19:37.901Z[ recovery-image] Dec 20 23:19:36.251 INFO O| Dec 20 23:19:36.250 INFO O| Download: 5947/15862 items 53.6/176.4MB 30% complete
39422024-12-20T23:19:40.666Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
39432024-12-20T23:19:40.726Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
39442024-12-20T23:19:42.514Z[ recovery-image] Dec 20 23:19:41.309 INFO O| Dec 20 23:19:41.309 INFO O| Download: 6104/15862 items 56.6/176.4MB 32% complete (434k/s)
39452024-12-20T23:19:44.348Z[ host-image] Dec 20 23:19:43.143 INFO O| Dec 20 23:19:43.143 INFO O| Download: 10847/22788 items 90.0/199.7MB 45% complete
39462024-12-20T23:19:45.999Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39472024-12-20T23:19:47.515Z[ recovery-image] Dec 20 23:19:46.309 INFO O| Dec 20 23:19:46.309 INFO O| Download: 6755/15862 items 64.8/176.4MB 36% complete (1.1M/s)
39482024-12-20T23:19:49.520Z[ host-image] Dec 20 23:19:48.312 INFO O| Dec 20 23:19:48.312 INFO O| Download: 11088/22788 items 92.0/199.7MB 46% complete (403k/s)
39492024-12-20T23:19:51.423Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
39502024-12-20T23:19:53.440Z[ recovery-image] Dec 20 23:19:52.232 INFO O| Dec 20 23:19:52.232 INFO O| Download: 7211/15862 items 73.3/176.4MB 41% complete (1.9M/s)
39512024-12-20T23:19:54.745Z[ host-image] Dec 20 23:19:53.539 INFO O| Dec 20 23:19:53.539 INFO O| Download: 11138/22788 items 93.3/199.7MB 46% complete (305k/s)
39522024-12-20T23:19:58.801Z[ recovery-image] Dec 20 23:19:57.594 INFO O| Dec 20 23:19:57.593 INFO O| Download: 7639/15862 items 73.7/176.4MB 41% complete (790k/s)
39532024-12-20T23:20:00.111Z[ host-image] Dec 20 23:19:58.903 INFO O| Dec 20 23:19:58.903 INFO O| Download: 11240/22788 items 94.1/199.7MB 47% complete (391k/s)
39542024-12-20T23:20:04.034Z[ recovery-image] Dec 20 23:20:02.824 INFO O| Dec 20 23:20:02.824 INFO O| Download: 7960/15862 items 78.2/176.4MB 44% complete (470k/s)
39552024-12-20T23:20:05.129Z[ host-image] Dec 20 23:20:03.920 INFO O| Dec 20 23:20:03.920 INFO O| Download: 11954/22788 items 97.6/199.7MB 48% complete (343k/s)
39562024-12-20T23:20:09.056Z[ recovery-image] Dec 20 23:20:07.843 INFO O| Dec 20 23:20:07.842 INFO O| Download: 8256/15862 items 79.7/176.4MB 45% complete (635k/s)
39572024-12-20T23:20:10.182Z[ host-image] Dec 20 23:20:08.972 INFO O| Dec 20 23:20:08.972 INFO O| Download: 12018/22788 items 100.1/199.7MB 50% complete (539k/s)
39582024-12-20T23:20:14.503Z[ recovery-image] Dec 20 23:20:13.292 INFO O| Dec 20 23:20:13.292 INFO O| Download: 8662/15862 items 81.5/176.4MB 46% complete (379k/s)
39592024-12-20T23:20:15.334Z[ host-image] Dec 20 23:20:14.123 INFO O| Dec 20 23:20:14.123 INFO O| Download: 12195/22788 items 108.7/199.7MB 54% complete (1.2M/s)
39602024-12-20T23:20:19.505Z[ recovery-image] Dec 20 23:20:18.294 INFO O| Dec 20 23:20:18.294 INFO O| Download: 9013/15862 items 92.7/176.4MB 52% complete (1.3M/s)
39612024-12-20T23:20:20.485Z[ host-image] Dec 20 23:20:19.274 INFO O| Dec 20 23:20:19.274 INFO O| Download: 12827/22788 items 109.7/199.7MB 54% complete (998k/s)
39622024-12-20T23:20:24.512Z[ recovery-image] Dec 20 23:20:23.300 INFO O| Dec 20 23:20:23.300 INFO O| Download: 9660/15862 items 93.0/176.4MB 52% complete (1.2M/s)
39632024-12-20T23:20:25.775Z[ host-image] Dec 20 23:20:24.561 INFO O| Dec 20 23:20:24.561 INFO O| Download: 13313/22788 items 110.0/199.7MB 55% complete (142k/s)
39642024-12-20T23:20:29.513Z[ recovery-image] Dec 20 23:20:28.300 INFO O| Dec 20 23:20:28.300 INFO O| Download: 10482/15862 items 93.4/176.4MB 52% complete (75.6k/s)
39652024-12-20T23:20:30.778Z[ host-image] Dec 20 23:20:29.565 INFO O| Dec 20 23:20:29.565 INFO O| Download: 13931/22788 items 110.3/199.7MB 55% complete (56.4k/s)
39662024-12-20T23:20:34.722Z[ recovery-image] Dec 20 23:20:33.508 INFO O| Dec 20 23:20:33.508 INFO O| Download: 11011/15862 items 94.7/176.4MB 53% complete (152k/s)
39672024-12-20T23:20:37.146Z[ host-image] Dec 20 23:20:35.929 INFO O| Dec 20 23:20:35.929 INFO O| Download: 14269/22788 items 110.7/199.7MB 55% complete (84.6k/s)
39682024-12-20T23:20:39.732Z[ recovery-image] Dec 20 23:20:38.517 INFO O| Dec 20 23:20:38.517 INFO O| Download: 11439/15862 items 107.3/176.4MB 60% complete (1.4M/s)
39692024-12-20T23:20:43.275Z[ host-image] Dec 20 23:20:42.060 INFO O| Dec 20 23:20:42.060 INFO O| Download: 14424/22788 items 111.7/199.7MB 55% complete (147k/s)
39702024-12-20T23:20:45.013Z[ recovery-image] Dec 20 23:20:43.794 INFO O| Dec 20 23:20:43.794 INFO O| Download: 11940/15862 items 131.3/176.4MB 74% complete (3.5M/s)
39712024-12-20T23:20:48.341Z[ host-image] Dec 20 23:20:47.125 INFO O| Dec 20 23:20:47.125 INFO O| Download: 14919/22788 items 119.9/199.7MB 60% complete (786k/s)
39722024-12-20T23:20:50.095Z[ recovery-image] Dec 20 23:20:48.878 INFO O| Dec 20 23:20:48.878 INFO O| Download: 12121/15862 items 140.4/176.4MB 79% complete (3.3M/s)
39732024-12-20T23:20:53.570Z[ host-image] Dec 20 23:20:52.353 INFO O| Dec 20 23:20:52.352 INFO O| Download: 15543/22788 items 124.4/199.7MB 62% complete (1.3M/s)
39742024-12-20T23:20:55.698Z[ recovery-image] Dec 20 23:20:54.481 INFO O| Dec 20 23:20:54.481 INFO O| Download: 13021/15862 items 144.1/176.4MB 81% complete (1.4M/s)
39752024-12-20T23:21:00.737Z[ recovery-image] Dec 20 23:20:59.518 INFO O| Dec 20 23:20:59.518 INFO O| Download: 13838/15862 items 147.9/176.4MB 83% complete (731k/s)
39762024-12-20T23:21:01.264Z[ host-image] Dec 20 23:21:00.046 INFO O| Dec 20 23:21:00.046 INFO O| Download: 15729/22788 items 126.0/199.7MB 63% complete (907k/s)
39772024-12-20T23:21:05.742Z[ recovery-image] Dec 20 23:21:04.522 INFO O| Dec 20 23:21:04.522 INFO O| Download: 14351/15862 items 149.5/176.4MB 84% complete (562k/s)
39782024-12-20T23:21:06.273Z[ host-image] Dec 20 23:21:05.054 INFO O| Dec 20 23:21:05.054 INFO O| Download: 16245/22788 items 144.8/199.7MB 72% complete (1.9M/s)
39792024-12-20T23:21:11.345Z[ host-image] Dec 20 23:21:10.125 INFO O| Dec 20 23:21:10.125 INFO O| Download: 16887/22788 items 147.6/199.7MB 73% complete (2.2M/s)
39802024-12-20T23:21:12.211Z[ recovery-image] Dec 20 23:21:10.991 INFO O| Dec 20 23:21:10.991 INFO O| Download: 14672/15862 items 150.6/176.4MB 85% complete (470k/s)
39812024-12-20T23:21:16.361Z[ host-image] Dec 20 23:21:15.140 INFO O| Dec 20 23:21:15.139 INFO O| Download: 17753/22788 items 150.0/199.7MB 75% complete (545k/s)
39822024-12-20T23:21:17.431Z[ recovery-image] Dec 20 23:21:16.209 INFO O| Dec 20 23:21:16.209 INFO O| Download: 14771/15862 items 156.4/176.4MB 88% complete (714k/s)
39832024-12-20T23:21:21.721Z[ host-image] Dec 20 23:21:20.499 INFO O| Dec 20 23:21:20.499 INFO O| Download: 17960/22788 items 161.7/199.7MB 81% complete (1.3M/s)
39842024-12-20T23:21:22.441Z[ recovery-image] Dec 20 23:21:21.219 INFO O| Dec 20 23:21:21.218 INFO O| Download: 15106/15862 items 157.9/176.4MB 89% complete (749k/s)
39852024-12-20T23:21:26.730Z[ host-image] Dec 20 23:21:25.506 INFO O| Dec 20 23:21:25.506 INFO O| Download: 18433/22788 items 163.9/199.7MB 82% complete (1.4M/s)
39862024-12-20T23:21:31.905Z[ host-image] Dec 20 23:21:30.682 INFO O| Dec 20 23:21:30.681 INFO O| Download: 18984/22788 items 165.9/199.7MB 83% complete (437k/s)
39872024-12-20T23:21:34.828Z[ recovery-image] Dec 20 23:21:33.603 INFO O| Dec 20 23:21:33.603 INFO O| Download: 15268/15862 items 161.0/176.4MB 91% complete
39882024-12-20T23:21:36.907Z[ host-image] Dec 20 23:21:35.682 INFO O| Dec 20 23:21:35.682 INFO O| Download: 19230/22788 items 166.8/199.7MB 83% complete (295k/s)
39892024-12-20T23:21:42.278Z[ recovery-image] Dec 20 23:21:41.052 INFO O| Dec 20 23:21:41.052 INFO O| Download: 15525/15862 items 168.1/176.4MB 95% complete (1.7M/s)
39902024-12-20T23:21:44.458Z[ host-image] Dec 20 23:21:43.231 INFO O| Dec 20 23:21:43.231 INFO O| Download: 20011/22788 items 170.4/199.7MB 85% complete (500k/s)
39912024-12-20T23:21:48.689Z[ recovery-image] Dec 20 23:21:47.462 INFO O| Dec 20 23:21:47.462 INFO O| Download: 15526/15862 items 168.2/176.4MB 95% complete (1.6M/s)
39922024-12-20T23:21:49.458Z[ host-image] Dec 20 23:21:48.231 INFO O| Dec 20 23:21:48.231 INFO O| Download: 20639/22788 items 172.5/199.7MB 86% complete (306k/s)
39932024-12-20T23:21:53.779Z[ recovery-image] Dec 20 23:21:52.551 INFO O| Dec 20 23:21:52.551 INFO O| Download: 15849/15862 items 176.2/176.4MB 99% complete (1.6M/s)
39942024-12-20T23:21:54.595Z[ host-image] Dec 20 23:21:53.367 INFO O| Dec 20 23:21:53.367 INFO O| Download: 20937/22788 items 178.7/199.7MB 89% complete (922k/s)
39952024-12-20T23:21:56.204Z[ recovery-image] Dec 20 23:21:54.976 INFO O| Dec 20 23:21:54.976 INFO O| Download: Completed 176.38 MB in 312.69 seconds (575k/s)
39962024-12-20T23:21:57.132Z[ recovery-image] Dec 20 23:21:55.904 INFO O| Dec 20 23:21:55.904 INFO O| Actions: 1/25028 actions (Installing new actions)
39972024-12-20T23:21:59.607Z[ host-image] Dec 20 23:21:58.378 INFO O| Dec 20 23:21:58.378 INFO O| Download: 21489/22788 items 180.4/199.7MB 90% complete (811k/s)
39982024-12-20T23:22:02.134Z[ recovery-image] Dec 20 23:22:00.904 INFO O| Dec 20 23:22:00.904 INFO O| Actions: 9864/25028 actions (Installing new actions)
39992024-12-20T23:22:05.130Z[ host-image] Dec 20 23:22:03.900 INFO O| Dec 20 23:22:03.900 INFO O| Download: 22003/22788 items 192.0/199.7MB 96% complete (1.4M/s)
40002024-12-20T23:22:07.136Z[ recovery-image] Dec 20 23:22:05.905 INFO O| Dec 20 23:22:05.905 INFO O| Actions: 16673/25028 actions (Installing new actions)
40012024-12-20T23:22:10.163Z[ host-image] Dec 20 23:22:08.932 INFO O| Dec 20 23:22:08.932 INFO O| Download: 22697/22788 items 199.5/199.7MB 99% complete (1.6M/s)
40022024-12-20T23:22:11.619Z[ host-image] Dec 20 23:22:10.388 INFO O| Dec 20 23:22:10.388 INFO O| Download: Completed 199.66 MB in 355.85 seconds (573k/s)
40032024-12-20T23:22:12.319Z[ recovery-image] Dec 20 23:22:11.087 INFO O| Dec 20 23:22:11.087 INFO O| Actions: 24560/25028 actions (Installing new actions)
40042024-12-20T23:22:13.401Z[ recovery-image] Dec 20 23:22:12.170 INFO O| Dec 20 23:22:12.170 INFO O| Actions: Completed 25028 actions in 16.26 seconds.
40052024-12-20T23:22:13.807Z[ host-image] Dec 20 23:22:12.575 INFO O| Dec 20 23:22:12.575 INFO O| Actions: 1/49485 actions (Installing new actions)
40062024-12-20T23:22:15.672Z[ recovery-image] Dec 20 23:22:14.440 INFO O| Dec 20 23:22:14.440 INFO O| Done
40072024-12-20T23:22:15.675Z[ recovery-image] Dec 20 23:22:14.440 INFO O| Dec 20 23:22:14.440 INFO O| Done
40082024-12-20T23:22:17.633Z[ recovery-image] Dec 20 23:22:16.400 INFO O| Dec 20 23:22:16.400 INFO O| Done
40092024-12-20T23:22:18.822Z[ host-image] Dec 20 23:22:17.575 INFO O| Dec 20 23:22:17.575 INFO O| Actions: 8691/49485 actions (Installing new actions)
40102024-12-20T23:22:19.481Z[ recovery-image] Dec 20 23:22:18.248 INFO O| Dec 20 23:22:18.248 INFO O| Done
40112024-12-20T23:22:19.501Z[ recovery-image] Dec 20 23:22:18.269 INFO O| Dec 20 23:22:18.269 INFO O| Done
40122024-12-20T23:22:23.828Z[ host-image] Dec 20 23:22:22.594 INFO O| Dec 20 23:22:22.594 INFO O| Actions: 14876/49485 actions (Installing new actions)
40132024-12-20T23:22:24.959Z[ recovery-image] Dec 20 23:22:23.725 INFO O| Dec 20 23:22:23.725 INFO O| Done
40142024-12-20T23:22:25.774Z[ recovery-image] Dec 20 23:22:24.541 INFO O| Dec 20 23:22:24.541 INFO O| Done
40152024-12-20T23:22:26.711Z[ recovery-image] Dec 20 23:22:25.477 INFO O| Dec 20 23:22:25.477 INFO STEP 11 (pkg_install) COMPLETE
40162024-12-20T23:22:26.711Z[ recovery-image] Dec 20 23:22:25.477 INFO O| Dec 20 23:22:25.477 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40172024-12-20T23:22:26.711Z[ recovery-image] Dec 20 23:22:25.477 INFO O| Dec 20 23:22:25.477 INFO skip step because feature "recovery" is enabled
40182024-12-20T23:22:26.714Z[ recovery-image] Dec 20 23:22:25.477 INFO O| Dec 20 23:22:25.477 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40192024-12-20T23:22:26.714Z[ recovery-image] Dec 20 23:22:25.477 INFO O| Dec 20 23:22:25.477 INFO skip step because feature "omicron1" is not enabled
40202024-12-20T23:22:26.714Z[ recovery-image] Dec 20 23:22:25.477 INFO O| Dec 20 23:22:25.477 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40212024-12-20T23:22:26.737Z[ recovery-image] Dec 20 23:22:25.504 INFO O| Dec 20 23:22:25.504 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"]
40222024-12-20T23:22:28.829Z[ host-image] Dec 20 23:22:27.595 INFO O| Dec 20 23:22:27.595 INFO O| Actions: 20132/49485 actions (Installing new actions)
40232024-12-20T23:22:30.392Z[ recovery-image] Dec 20 23:22:29.157 INFO O| Dec 20 23:22:29.157 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
40242024-12-20T23:22:33.830Z[ host-image] Dec 20 23:22:32.595 INFO O| Dec 20 23:22:32.595 INFO O| Actions: 32200/49485 actions (Installing new actions)
40252024-12-20T23:22:35.289Z[ recovery-image] Dec 20 23:22:34.054 INFO O| Dec 20 23:22:34.054 INFO O| Planning: Solver setup ... Done
40262024-12-20T23:22:35.296Z[ recovery-image] Dec 20 23:22:34.061 INFO O| Dec 20 23:22:34.061 INFO O| Planning: Running solver ... Done
40272024-12-20T23:22:35.395Z[ recovery-image] Dec 20 23:22:34.160 INFO O| Dec 20 23:22:34.160 INFO O| Planning: Finding local manifests ... Done
40282024-12-20T23:22:35.399Z[ recovery-image] Dec 20 23:22:34.161 INFO O| Dec 20 23:22:34.161 INFO O| Planning: Fetching manifests: 0/1 0% complete
40292024-12-20T23:22:35.642Z[ recovery-image] Dec 20 23:22:34.403 INFO O| Dec 20 23:22:34.403 INFO O| Planning: Fetching manifests: 1/1 100% complete
40302024-12-20T23:22:35.718Z[ recovery-image] Dec 20 23:22:34.483 INFO O| Dec 20 23:22:34.483 INFO O| Planning: Package planning ... Done
40312024-12-20T23:22:35.721Z[ recovery-image] Dec 20 23:22:34.484 INFO O| Dec 20 23:22:34.484 INFO O| Planning: Merging actions ... Done
40322024-12-20T23:22:35.782Z[ recovery-image] Dec 20 23:22:34.547 INFO O| Dec 20 23:22:34.547 INFO O| Planning: Checking for conflicting actions ... Done
40332024-12-20T23:22:35.785Z[ recovery-image] Dec 20 23:22:34.548 INFO O| Dec 20 23:22:34.548 INFO O| Planning: Consolidating action changes ... Done
40342024-12-20T23:22:36.119Z[ recovery-image] Dec 20 23:22:34.884 INFO O| Dec 20 23:22:34.884 INFO O| Planning: Evaluating mediators ... Done
40352024-12-20T23:22:36.121Z[ recovery-image] Dec 20 23:22:34.885 INFO O| Dec 20 23:22:34.885 INFO O| Planning: Planning completed in 5.73 seconds
40362024-12-20T23:22:36.124Z[ recovery-image] Dec 20 23:22:34.887 INFO O| Dec 20 23:22:34.887 INFO O| Packages to install: 1
40372024-12-20T23:22:36.140Z[ recovery-image] Dec 20 23:22:34.905 INFO O| Dec 20 23:22:34.905 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
40382024-12-20T23:22:36.474Z[ recovery-image] Dec 20 23:22:35.239 INFO O| Dec 20 23:22:35.239 INFO O| Download: Completed 9.99 MB in 0.33 seconds (29.9M/s)
40392024-12-20T23:22:36.568Z[ recovery-image] Dec 20 23:22:35.332 INFO O| Dec 20 23:22:35.332 INFO O| Actions: 1/22 actions (Installing new actions)
40402024-12-20T23:22:37.134Z[ recovery-image] Dec 20 23:22:35.899 INFO O| Dec 20 23:22:35.898 INFO O| Actions: Completed 22 actions in 0.57 seconds.
40412024-12-20T23:22:37.580Z[ recovery-image] Dec 20 23:22:36.344 INFO O| Dec 20 23:22:36.344 INFO O| Done
40422024-12-20T23:22:37.581Z[ recovery-image] Dec 20 23:22:36.344 INFO O| Dec 20 23:22:36.344 INFO O| Done
40432024-12-20T23:22:37.865Z[ host-image] Dec 20 23:22:36.629 INFO O| Dec 20 23:22:36.629 INFO O| Actions: Completed 49485 actions in 24.05 seconds.
40442024-12-20T23:22:38.616Z[ host-image] Dec 20 23:22:37.380 INFO O| Dec 20 23:22:37.380 INFO O| Done
40452024-12-20T23:22:38.616Z[ host-image] Dec 20 23:22:37.380 INFO O| Dec 20 23:22:37.380 INFO O| Done
40462024-12-20T23:22:38.998Z[ recovery-image] Dec 20 23:22:37.762 INFO O| Dec 20 23:22:37.762 INFO O| Done
40472024-12-20T23:22:40.246Z[ host-image] Dec 20 23:22:39.010 INFO O| Dec 20 23:22:39.010 INFO O| Done
40482024-12-20T23:22:40.869Z[ recovery-image] Dec 20 23:22:39.633 INFO O| Dec 20 23:22:39.633 INFO O| Done
40492024-12-20T23:22:40.893Z[ recovery-image] Dec 20 23:22:39.657 INFO O| Dec 20 23:22:39.657 INFO O| Done
40502024-12-20T23:22:40.893Z[ recovery-image] Dec 20 23:22:39.657 INFO O| Dec 20 23:22:39.657 INFO O| Done
40512024-12-20T23:22:40.911Z[ recovery-image] Dec 20 23:22:39.675 INFO O| Dec 20 23:22:39.675 INFO O| Done
40522024-12-20T23:22:41.113Z[ recovery-image] Dec 20 23:22:39.877 INFO O| Dec 20 23:22:39.877 INFO STEP 14 (pkg_install) COMPLETE
40532024-12-20T23:22:41.113Z[ recovery-image] Dec 20 23:22:39.877 INFO O| Dec 20 23:22:39.877 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40542024-12-20T23:22:41.115Z[ recovery-image] Dec 20 23:22:39.877 INFO O| Dec 20 23:22:39.877 INFO skip step because feature "mfg" is not enabled
40552024-12-20T23:22:41.115Z[ recovery-image] Dec 20 23:22:39.877 INFO O| Dec 20 23:22:39.877 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40562024-12-20T23:22:41.115Z[ recovery-image] Dec 20 23:22:39.877 INFO O| Dec 20 23:22:39.877 INFO skip step because feature "compliance" is not enabled
40572024-12-20T23:22:41.115Z[ recovery-image] Dec 20 23:22:39.877 INFO O| Dec 20 23:22:39.877 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40582024-12-20T23:22:41.115Z[ recovery-image] Dec 20 23:22:39.877 INFO O| Dec 20 23:22:39.877 INFO skip step because feature "stress" is not enabled
40592024-12-20T23:22:41.116Z[ recovery-image] Dec 20 23:22:39.877 INFO O| Dec 20 23:22:39.877 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40602024-12-20T23:22:41.116Z[ recovery-image] Dec 20 23:22:39.877 INFO O| Dec 20 23:22:39.877 INFO skip step because feature "nfs" is not enabled
40612024-12-20T23:22:41.116Z[ recovery-image] Dec 20 23:22:39.877 INFO O| Dec 20 23:22:39.877 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
40622024-12-20T23:22:41.116Z[ recovery-image] Dec 20 23:22:39.877 INFO O| Dec 20 23:22:39.877 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
40632024-12-20T23:22:41.343Z[ recovery-image] Dec 20 23:22:40.107 INFO O| Dec 20 23:22:40.106 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
40642024-12-20T23:22:41.471Z[ recovery-image] Dec 20 23:22:40.235 INFO O| Dec 20 23:22:40.235 INFO completed processing gimlet/ramdisk-01-os
40652024-12-20T23:22:41.475Z[ recovery-image] Dec 20 23:22:40.239 INFO image builder template: ramdisk-02-trim...
40662024-12-20T23:22:41.475Z[ recovery-image] Dec 20 23:22:40.239 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/.tmp8ONQdI/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
40672024-12-20T23:22:41.519Z[ recovery-image] Dec 20 23:22:40.281 INFO O| Dec 20 23:22:40.280 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40682024-12-20T23:22:41.543Z[ recovery-image] Dec 20 23:22:40.306 INFO O| Dec 20 23:22:40.306 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40692024-12-20T23:22:41.689Z[ recovery-image] Dec 20 23:22:40.453 INFO O| Dec 20 23:22:40.453 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
40702024-12-20T23:22:41.784Z[ recovery-image] Dec 20 23:22:40.547 INFO O| Dec 20 23:22:40.547 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40712024-12-20T23:22:41.787Z[ recovery-image] Dec 20 23:22:40.548 INFO O| Dec 20 23:22:40.548 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
40722024-12-20T23:22:41.793Z[ recovery-image] Dec 20 23:22:40.557 INFO O| Dec 20 23:22:40.557 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
40732024-12-20T23:22:41.801Z[ recovery-image] Dec 20 23:22:40.565 INFO O| Dec 20 23:22:40.564 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
40742024-12-20T23:22:41.809Z[ recovery-image] Dec 20 23:22:40.573 INFO O| Dec 20 23:22:40.573 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
40752024-12-20T23:22:42.229Z[ recovery-image] Dec 20 23:22:40.992 INFO O| Dec 20 23:22:40.992 INFO rolled back to input snapshot; work may begin
40762024-12-20T23:22:42.229Z[ recovery-image] Dec 20 23:22:40.992 INFO O| Dec 20 23:22:40.992 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
40772024-12-20T23:22:42.249Z[ recovery-image] Dec 20 23:22:41.013 INFO O| Dec 20 23:22:41.013 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40782024-12-20T23:22:42.271Z[ recovery-image] Dec 20 23:22:41.035 INFO O| Dec 20 23:22:41.035 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
40792024-12-20T23:22:42.450Z[ recovery-image] Dec 20 23:22:41.213 INFO O| Dec 20 23:22:41.213 INFO STEP 0 (remove_files) COMPLETE
40802024-12-20T23:22:42.450Z[ recovery-image] Dec 20 23:22:41.213 INFO O| Dec 20 23:22:41.213 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40812024-12-20T23:22:42.480Z[ recovery-image] Dec 20 23:22:41.243 INFO O| Dec 20 23:22:41.243 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
40822024-12-20T23:22:42.482Z[ recovery-image] Dec 20 23:22:41.246 INFO O| Dec 20 23:22:41.246 INFO STEP 1 (remove_files) COMPLETE
40832024-12-20T23:22:42.482Z[ recovery-image] Dec 20 23:22:41.246 INFO O| Dec 20 23:22:41.246 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40842024-12-20T23:22:42.502Z[ recovery-image] Dec 20 23:22:41.266 INFO O| Dec 20 23:22:41.266 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
40852024-12-20T23:22:42.537Z[ recovery-image] Dec 20 23:22:41.301 INFO O| Dec 20 23:22:41.301 INFO STEP 2 (remove_files) COMPLETE
40862024-12-20T23:22:42.540Z[ recovery-image] Dec 20 23:22:41.301 INFO O| Dec 20 23:22:41.301 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40872024-12-20T23:22:42.557Z[ recovery-image] Dec 20 23:22:41.321 INFO O| Dec 20 23:22:41.321 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
40882024-12-20T23:22:42.561Z[ recovery-image] Dec 20 23:22:41.324 INFO O| Dec 20 23:22:41.324 INFO STEP 3 (remove_files) COMPLETE
40892024-12-20T23:22:42.563Z[ recovery-image] Dec 20 23:22:41.324 INFO O| Dec 20 23:22:41.324 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40902024-12-20T23:22:42.579Z[ recovery-image] Dec 20 23:22:41.342 INFO O| Dec 20 23:22:41.342 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
40912024-12-20T23:22:42.585Z[ recovery-image] Dec 20 23:22:41.348 INFO O| Dec 20 23:22:41.348 INFO STEP 4 (remove_files) COMPLETE
40922024-12-20T23:22:42.585Z[ recovery-image] Dec 20 23:22:41.348 INFO O| Dec 20 23:22:41.348 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40932024-12-20T23:22:42.604Z[ recovery-image] Dec 20 23:22:41.367 INFO O| Dec 20 23:22:41.367 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
40942024-12-20T23:22:42.607Z[ recovery-image] Dec 20 23:22:41.368 INFO O| Dec 20 23:22:41.368 INFO STEP 5 (remove_files) COMPLETE
40952024-12-20T23:22:42.607Z[ recovery-image] Dec 20 23:22:41.368 INFO O| Dec 20 23:22:41.368 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40962024-12-20T23:22:42.624Z[ recovery-image] Dec 20 23:22:41.387 INFO O| Dec 20 23:22:41.387 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
40972024-12-20T23:22:42.646Z[ recovery-image] Dec 20 23:22:41.409 INFO O| Dec 20 23:22:41.409 INFO STEP 6 (remove_files) COMPLETE
40982024-12-20T23:22:42.646Z[ recovery-image] Dec 20 23:22:41.410 INFO O| Dec 20 23:22:41.409 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40992024-12-20T23:22:42.646Z[ recovery-image] Dec 20 23:22:41.410 INFO O| Dec 20 23:22:41.409 INFO skip step because feature "recovery" is enabled
41002024-12-20T23:22:42.649Z[ recovery-image] Dec 20 23:22:41.410 INFO O| Dec 20 23:22:41.409 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41012024-12-20T23:22:42.649Z[ recovery-image] Dec 20 23:22:41.410 INFO O| Dec 20 23:22:41.410 INFO skip step because feature "recovery" is enabled
41022024-12-20T23:22:42.649Z[ recovery-image] Dec 20 23:22:41.410 INFO O| Dec 20 23:22:41.410 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41032024-12-20T23:22:42.649Z[ recovery-image] Dec 20 23:22:41.410 INFO O| Dec 20 23:22:41.410 INFO skip step because feature "recovery" is enabled
41042024-12-20T23:22:42.649Z[ recovery-image] Dec 20 23:22:41.410 INFO O| Dec 20 23:22:41.410 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41052024-12-20T23:22:42.706Z[ recovery-image] Dec 20 23:22:41.470 INFO O| Dec 20 23:22:41.469 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
41062024-12-20T23:22:42.712Z[ recovery-image] Dec 20 23:22:41.476 INFO O| Dec 20 23:22:41.476 INFO STEP 10 (remove_files) COMPLETE
41072024-12-20T23:22:42.715Z[ recovery-image] Dec 20 23:22:41.476 INFO O| Dec 20 23:22:41.476 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41082024-12-20T23:22:42.732Z[ recovery-image] Dec 20 23:22:41.495 INFO O| Dec 20 23:22:41.495 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
41092024-12-20T23:22:42.734Z[ recovery-image] Dec 20 23:22:41.497 INFO O| Dec 20 23:22:41.497 INFO STEP 11 (remove_files) COMPLETE
41102024-12-20T23:22:42.734Z[ recovery-image] Dec 20 23:22:41.497 INFO O| Dec 20 23:22:41.497 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41112024-12-20T23:22:42.752Z[ recovery-image] Dec 20 23:22:41.516 INFO O| Dec 20 23:22:41.515 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
41122024-12-20T23:22:42.755Z[ recovery-image] Dec 20 23:22:41.518 INFO O| Dec 20 23:22:41.518 INFO STEP 12 (remove_files) COMPLETE
41132024-12-20T23:22:42.755Z[ recovery-image] Dec 20 23:22:41.518 INFO O| Dec 20 23:22:41.518 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41142024-12-20T23:22:42.787Z[ recovery-image] Dec 20 23:22:41.550 INFO O| Dec 20 23:22:41.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
41152024-12-20T23:22:42.952Z[ recovery-image] Dec 20 23:22:41.716 INFO O| Dec 20 23:22:41.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
41162024-12-20T23:22:42.956Z[ recovery-image] Dec 20 23:22:41.720 INFO O| Dec 20 23:22:41.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
41172024-12-20T23:22:42.960Z[ recovery-image] Dec 20 23:22:41.724 INFO O| Dec 20 23:22:41.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
41182024-12-20T23:22:42.969Z[ recovery-image] Dec 20 23:22:41.733 INFO O| Dec 20 23:22:41.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
41192024-12-20T23:22:43.049Z[ host-image] Dec 20 23:22:41.813 INFO O| Dec 20 23:22:41.812 INFO O| Done
41202024-12-20T23:22:43.086Z[ host-image] Dec 20 23:22:41.850 INFO O| Dec 20 23:22:41.850 INFO O| Done
41212024-12-20T23:22:43.281Z[ recovery-image] Dec 20 23:22:42.044 INFO O| Dec 20 23:22:42.044 INFO STEP 13 (remove_files) COMPLETE
41222024-12-20T23:22:43.281Z[ recovery-image] Dec 20 23:22:42.044 INFO O| Dec 20 23:22:42.044 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41232024-12-20T23:22:43.341Z[ recovery-image] Dec 20 23:22:42.104 INFO O| Dec 20 23:22:42.104 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
41242024-12-20T23:22:43.344Z[ recovery-image] Dec 20 23:22:42.107 INFO O| Dec 20 23:22:42.107 INFO STEP 14 (remove_files) COMPLETE
41252024-12-20T23:22:43.344Z[ recovery-image] Dec 20 23:22:42.107 INFO O| Dec 20 23:22:42.107 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41262024-12-20T23:22:43.388Z[ recovery-image] Dec 20 23:22:42.150 INFO O| Dec 20 23:22:42.150 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
41272024-12-20T23:22:43.398Z[ recovery-image] Dec 20 23:22:42.161 INFO O| Dec 20 23:22:42.161 INFO STEP 15 (remove_files) COMPLETE
41282024-12-20T23:22:43.401Z[ recovery-image] Dec 20 23:22:42.162 INFO O| Dec 20 23:22:42.162 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41292024-12-20T23:22:43.447Z[ recovery-image] Dec 20 23:22:42.210 INFO O| Dec 20 23:22:42.210 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
41302024-12-20T23:22:43.449Z[ recovery-image] Dec 20 23:22:42.211 INFO O| Dec 20 23:22:42.211 INFO STEP 16 (remove_files) COMPLETE
41312024-12-20T23:22:43.450Z[ recovery-image] Dec 20 23:22:42.211 INFO O| Dec 20 23:22:42.211 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41322024-12-20T23:22:43.475Z[ recovery-image] Dec 20 23:22:42.239 INFO O| Dec 20 23:22:42.238 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
41332024-12-20T23:22:43.478Z[ recovery-image] Dec 20 23:22:42.241 INFO O| Dec 20 23:22:42.241 INFO STEP 17 (remove_files) COMPLETE
41342024-12-20T23:22:43.478Z[ recovery-image] Dec 20 23:22:42.241 INFO O| Dec 20 23:22:42.241 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41352024-12-20T23:22:43.498Z[ recovery-image] Dec 20 23:22:42.261 INFO O| Dec 20 23:22:42.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
41362024-12-20T23:22:43.500Z[ recovery-image] Dec 20 23:22:42.261 INFO O| Dec 20 23:22:42.261 INFO STEP 18 (remove_files) COMPLETE
41372024-12-20T23:22:43.500Z[ recovery-image] Dec 20 23:22:42.262 INFO O| Dec 20 23:22:42.261 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41382024-12-20T23:22:43.518Z[ recovery-image] Dec 20 23:22:42.281 INFO O| Dec 20 23:22:42.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
41392024-12-20T23:22:43.521Z[ recovery-image] Dec 20 23:22:42.282 INFO O| Dec 20 23:22:42.282 INFO STEP 19 (remove_files) COMPLETE
41402024-12-20T23:22:43.521Z[ recovery-image] Dec 20 23:22:42.282 INFO O| Dec 20 23:22:42.282 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41412024-12-20T23:22:43.546Z[ recovery-image] Dec 20 23:22:42.309 INFO O| Dec 20 23:22:42.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
41422024-12-20T23:22:43.546Z[ recovery-image] Dec 20 23:22:42.309 INFO O| Dec 20 23:22:42.309 INFO STEP 20 (remove_files) COMPLETE
41432024-12-20T23:22:43.546Z[ recovery-image] Dec 20 23:22:42.309 INFO O| Dec 20 23:22:42.309 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41442024-12-20T23:22:43.603Z[ recovery-image] Dec 20 23:22:42.366 INFO O| Dec 20 23:22:42.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
41452024-12-20T23:22:43.603Z[ recovery-image] Dec 20 23:22:42.366 INFO O| Dec 20 23:22:42.366 INFO STEP 21 (remove_files) COMPLETE
41462024-12-20T23:22:43.603Z[ recovery-image] Dec 20 23:22:42.366 INFO O| Dec 20 23:22:42.366 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41472024-12-20T23:22:43.647Z[ recovery-image] Dec 20 23:22:42.410 INFO O| Dec 20 23:22:42.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
41482024-12-20T23:22:43.647Z[ recovery-image] Dec 20 23:22:42.410 INFO O| Dec 20 23:22:42.410 INFO STEP 22 (remove_files) COMPLETE
41492024-12-20T23:22:43.647Z[ recovery-image] Dec 20 23:22:42.410 INFO O| Dec 20 23:22:42.410 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41502024-12-20T23:22:43.685Z[ recovery-image] Dec 20 23:22:42.448 INFO O| Dec 20 23:22:42.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
41512024-12-20T23:22:43.685Z[ recovery-image] Dec 20 23:22:42.448 INFO O| Dec 20 23:22:42.448 INFO STEP 23 (remove_files) COMPLETE
41522024-12-20T23:22:43.685Z[ recovery-image] Dec 20 23:22:42.448 INFO O| Dec 20 23:22:42.448 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41532024-12-20T23:22:43.702Z[ recovery-image] Dec 20 23:22:42.465 INFO O| Dec 20 23:22:42.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
41542024-12-20T23:22:43.703Z[ recovery-image] Dec 20 23:22:42.466 INFO O| Dec 20 23:22:42.465 INFO STEP 24 (remove_files) COMPLETE
41552024-12-20T23:22:43.703Z[ recovery-image] Dec 20 23:22:42.466 INFO O| Dec 20 23:22:42.466 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41562024-12-20T23:22:43.720Z[ recovery-image] Dec 20 23:22:42.483 INFO O| Dec 20 23:22:42.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
41572024-12-20T23:22:43.720Z[ recovery-image] Dec 20 23:22:42.484 INFO O| Dec 20 23:22:42.483 INFO STEP 25 (remove_files) COMPLETE
41582024-12-20T23:22:43.720Z[ recovery-image] Dec 20 23:22:42.484 INFO O| Dec 20 23:22:42.484 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41592024-12-20T23:22:43.755Z[ recovery-image] Dec 20 23:22:42.519 INFO O| Dec 20 23:22:42.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
41602024-12-20T23:22:43.756Z[ recovery-image] Dec 20 23:22:42.519 INFO O| Dec 20 23:22:42.519 INFO STEP 26 (remove_files) COMPLETE
41612024-12-20T23:22:43.756Z[ recovery-image] Dec 20 23:22:42.519 INFO O| Dec 20 23:22:42.519 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41622024-12-20T23:22:43.777Z[ recovery-image] Dec 20 23:22:42.540 INFO O| Dec 20 23:22:42.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
41632024-12-20T23:22:43.777Z[ recovery-image] Dec 20 23:22:42.540 INFO O| Dec 20 23:22:42.540 INFO STEP 27 (remove_files) COMPLETE
41642024-12-20T23:22:43.788Z[ recovery-image] Dec 20 23:22:42.540 INFO O| Dec 20 23:22:42.540 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41652024-12-20T23:22:43.794Z[ recovery-image] Dec 20 23:22:42.558 INFO O| Dec 20 23:22:42.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
41662024-12-20T23:22:43.794Z[ recovery-image] Dec 20 23:22:42.558 INFO O| Dec 20 23:22:42.558 INFO STEP 28 (remove_files) COMPLETE
41672024-12-20T23:22:43.797Z[ recovery-image] Dec 20 23:22:42.558 INFO O| Dec 20 23:22:42.558 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41682024-12-20T23:22:43.813Z[ recovery-image] Dec 20 23:22:42.576 INFO O| Dec 20 23:22:42.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
41692024-12-20T23:22:43.813Z[ recovery-image] Dec 20 23:22:42.576 INFO O| Dec 20 23:22:42.576 INFO STEP 29 (remove_files) COMPLETE
41702024-12-20T23:22:43.815Z[ recovery-image] Dec 20 23:22:42.576 INFO O| Dec 20 23:22:42.576 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41712024-12-20T23:22:43.831Z[ recovery-image] Dec 20 23:22:42.594 INFO O| Dec 20 23:22:42.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
41722024-12-20T23:22:43.831Z[ recovery-image] Dec 20 23:22:42.594 INFO O| Dec 20 23:22:42.594 INFO STEP 30 (remove_files) COMPLETE
41732024-12-20T23:22:43.831Z[ recovery-image] Dec 20 23:22:42.594 INFO O| Dec 20 23:22:42.594 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41742024-12-20T23:22:43.849Z[ recovery-image] Dec 20 23:22:42.612 INFO O| Dec 20 23:22:42.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
41752024-12-20T23:22:43.849Z[ recovery-image] Dec 20 23:22:42.612 INFO O| Dec 20 23:22:42.612 INFO STEP 31 (remove_files) COMPLETE
41762024-12-20T23:22:43.849Z[ recovery-image] Dec 20 23:22:42.612 INFO O| Dec 20 23:22:42.612 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41772024-12-20T23:22:43.873Z[ recovery-image] Dec 20 23:22:42.632 INFO O| Dec 20 23:22:42.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
41782024-12-20T23:22:43.873Z[ recovery-image] Dec 20 23:22:42.632 INFO O| Dec 20 23:22:42.632 INFO STEP 32 (remove_files) COMPLETE
41792024-12-20T23:22:43.873Z[ recovery-image] Dec 20 23:22:42.632 INFO O| Dec 20 23:22:42.632 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41802024-12-20T23:22:43.888Z[ recovery-image] Dec 20 23:22:42.651 INFO O| Dec 20 23:22:42.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
41812024-12-20T23:22:43.888Z[ recovery-image] Dec 20 23:22:42.651 INFO O| Dec 20 23:22:42.651 INFO STEP 33 (remove_files) COMPLETE
41822024-12-20T23:22:43.888Z[ recovery-image] Dec 20 23:22:42.651 INFO O| Dec 20 23:22:42.651 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41832024-12-20T23:22:43.907Z[ recovery-image] Dec 20 23:22:42.670 INFO O| Dec 20 23:22:42.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
41842024-12-20T23:22:43.907Z[ recovery-image] Dec 20 23:22:42.670 INFO O| Dec 20 23:22:42.670 INFO STEP 34 (remove_files) COMPLETE
41852024-12-20T23:22:43.907Z[ recovery-image] Dec 20 23:22:42.670 INFO O| Dec 20 23:22:42.670 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41862024-12-20T23:22:43.927Z[ recovery-image] Dec 20 23:22:42.690 INFO O| Dec 20 23:22:42.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
41872024-12-20T23:22:43.927Z[ recovery-image] Dec 20 23:22:42.690 INFO O| Dec 20 23:22:42.690 INFO STEP 35 (remove_files) COMPLETE
41882024-12-20T23:22:43.927Z[ recovery-image] Dec 20 23:22:42.690 INFO O| Dec 20 23:22:42.690 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41892024-12-20T23:22:43.951Z[ recovery-image] Dec 20 23:22:42.714 INFO O| Dec 20 23:22:42.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
41902024-12-20T23:22:43.951Z[ recovery-image] Dec 20 23:22:42.714 INFO O| Dec 20 23:22:42.714 INFO STEP 36 (remove_files) COMPLETE
41912024-12-20T23:22:43.954Z[ recovery-image] Dec 20 23:22:42.714 INFO O| Dec 20 23:22:42.714 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41922024-12-20T23:22:43.985Z[ recovery-image] Dec 20 23:22:42.748 INFO O| Dec 20 23:22:42.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
41932024-12-20T23:22:43.985Z[ recovery-image] Dec 20 23:22:42.748 INFO O| Dec 20 23:22:42.748 INFO STEP 37 (remove_files) COMPLETE
41942024-12-20T23:22:43.985Z[ recovery-image] Dec 20 23:22:42.748 INFO O| Dec 20 23:22:42.748 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41952024-12-20T23:22:44.014Z[ recovery-image] Dec 20 23:22:42.777 INFO O| Dec 20 23:22:42.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
41962024-12-20T23:22:44.014Z[ recovery-image] Dec 20 23:22:42.777 INFO O| Dec 20 23:22:42.777 INFO STEP 38 (remove_files) COMPLETE
41972024-12-20T23:22:44.014Z[ recovery-image] Dec 20 23:22:42.777 INFO O| Dec 20 23:22:42.777 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41982024-12-20T23:22:44.036Z[ recovery-image] Dec 20 23:22:42.799 INFO O| Dec 20 23:22:42.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
41992024-12-20T23:22:44.036Z[ recovery-image] Dec 20 23:22:42.799 INFO O| Dec 20 23:22:42.799 INFO STEP 39 (remove_files) COMPLETE
42002024-12-20T23:22:44.039Z[ recovery-image] Dec 20 23:22:42.799 INFO O| Dec 20 23:22:42.799 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42012024-12-20T23:22:44.055Z[ recovery-image] Dec 20 23:22:42.818 INFO O| Dec 20 23:22:42.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
42022024-12-20T23:22:44.055Z[ recovery-image] Dec 20 23:22:42.818 INFO O| Dec 20 23:22:42.818 INFO STEP 40 (remove_files) COMPLETE
42032024-12-20T23:22:44.055Z[ recovery-image] Dec 20 23:22:42.818 INFO O| Dec 20 23:22:42.818 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42042024-12-20T23:22:44.075Z[ recovery-image] Dec 20 23:22:42.837 INFO O| Dec 20 23:22:42.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
42052024-12-20T23:22:44.075Z[ recovery-image] Dec 20 23:22:42.837 INFO O| Dec 20 23:22:42.837 INFO STEP 41 (remove_files) COMPLETE
42062024-12-20T23:22:44.075Z[ recovery-image] Dec 20 23:22:42.837 INFO O| Dec 20 23:22:42.837 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42072024-12-20T23:22:44.129Z[ recovery-image] Dec 20 23:22:42.892 INFO O| Dec 20 23:22:42.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
42082024-12-20T23:22:44.129Z[ recovery-image] Dec 20 23:22:42.892 INFO O| Dec 20 23:22:42.892 INFO STEP 42 (remove_files) COMPLETE
42092024-12-20T23:22:44.131Z[ recovery-image] Dec 20 23:22:42.892 INFO O| Dec 20 23:22:42.892 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42102024-12-20T23:22:44.146Z[ recovery-image] Dec 20 23:22:42.909 INFO O| Dec 20 23:22:42.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
42112024-12-20T23:22:44.149Z[ recovery-image] Dec 20 23:22:42.909 INFO O| Dec 20 23:22:42.909 INFO STEP 43 (remove_files) COMPLETE
42122024-12-20T23:22:44.149Z[ recovery-image] Dec 20 23:22:42.910 INFO O| Dec 20 23:22:42.909 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42132024-12-20T23:22:44.164Z[ recovery-image] Dec 20 23:22:42.927 INFO O| Dec 20 23:22:42.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
42142024-12-20T23:22:44.167Z[ recovery-image] Dec 20 23:22:42.928 INFO O| Dec 20 23:22:42.928 INFO STEP 44 (remove_files) COMPLETE
42152024-12-20T23:22:44.167Z[ recovery-image] Dec 20 23:22:42.928 INFO O| Dec 20 23:22:42.928 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42162024-12-20T23:22:44.182Z[ recovery-image] Dec 20 23:22:42.945 INFO O| Dec 20 23:22:42.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
42172024-12-20T23:22:44.185Z[ recovery-image] Dec 20 23:22:42.945 INFO O| Dec 20 23:22:42.945 INFO STEP 45 (remove_files) COMPLETE
42182024-12-20T23:22:44.185Z[ recovery-image] Dec 20 23:22:42.945 INFO O| Dec 20 23:22:42.945 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42192024-12-20T23:22:44.199Z[ recovery-image] Dec 20 23:22:42.963 INFO O| Dec 20 23:22:42.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
42202024-12-20T23:22:44.202Z[ recovery-image] Dec 20 23:22:42.963 INFO O| Dec 20 23:22:42.963 INFO STEP 46 (remove_files) COMPLETE
42212024-12-20T23:22:44.202Z[ recovery-image] Dec 20 23:22:42.963 INFO O| Dec 20 23:22:42.963 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42222024-12-20T23:22:44.216Z[ recovery-image] Dec 20 23:22:42.980 INFO O| Dec 20 23:22:42.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
42232024-12-20T23:22:44.216Z[ recovery-image] Dec 20 23:22:42.980 INFO O| Dec 20 23:22:42.980 INFO STEP 47 (remove_files) COMPLETE
42242024-12-20T23:22:44.219Z[ recovery-image] Dec 20 23:22:42.980 INFO O| Dec 20 23:22:42.980 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42252024-12-20T23:22:44.254Z[ recovery-image] Dec 20 23:22:43.017 INFO O| Dec 20 23:22:43.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
42262024-12-20T23:22:44.254Z[ recovery-image] Dec 20 23:22:43.017 INFO O| Dec 20 23:22:43.017 INFO STEP 48 (remove_files) COMPLETE
42272024-12-20T23:22:44.256Z[ recovery-image] Dec 20 23:22:43.017 INFO O| Dec 20 23:22:43.017 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42282024-12-20T23:22:44.274Z[ recovery-image] Dec 20 23:22:43.037 INFO O| Dec 20 23:22:43.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
42292024-12-20T23:22:44.276Z[ recovery-image] Dec 20 23:22:43.037 INFO O| Dec 20 23:22:43.037 INFO STEP 49 (remove_files) COMPLETE
42302024-12-20T23:22:44.276Z[ recovery-image] Dec 20 23:22:43.037 INFO O| Dec 20 23:22:43.037 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42312024-12-20T23:22:44.309Z[ recovery-image] Dec 20 23:22:43.071 INFO O| Dec 20 23:22:43.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
42322024-12-20T23:22:44.309Z[ recovery-image] Dec 20 23:22:43.071 INFO O| Dec 20 23:22:43.071 INFO STEP 50 (remove_files) COMPLETE
42332024-12-20T23:22:44.309Z[ recovery-image] Dec 20 23:22:43.071 INFO O| Dec 20 23:22:43.071 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42342024-12-20T23:22:44.357Z[ recovery-image] Dec 20 23:22:43.120 INFO O| Dec 20 23:22:43.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
42352024-12-20T23:22:44.357Z[ recovery-image] Dec 20 23:22:43.121 INFO O| Dec 20 23:22:43.121 INFO STEP 51 (remove_files) COMPLETE
42362024-12-20T23:22:44.357Z[ recovery-image] Dec 20 23:22:43.121 INFO O| Dec 20 23:22:43.121 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42372024-12-20T23:22:44.391Z[ recovery-image] Dec 20 23:22:43.154 INFO O| Dec 20 23:22:43.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
42382024-12-20T23:22:44.391Z[ recovery-image] Dec 20 23:22:43.154 INFO O| Dec 20 23:22:43.154 INFO STEP 52 (remove_files) COMPLETE
42392024-12-20T23:22:44.391Z[ recovery-image] Dec 20 23:22:43.154 INFO O| Dec 20 23:22:43.154 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42402024-12-20T23:22:44.417Z[ recovery-image] Dec 20 23:22:43.181 INFO O| Dec 20 23:22:43.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
42412024-12-20T23:22:44.417Z[ recovery-image] Dec 20 23:22:43.181 INFO O| Dec 20 23:22:43.181 INFO STEP 53 (remove_files) COMPLETE
42422024-12-20T23:22:44.420Z[ recovery-image] Dec 20 23:22:43.181 INFO O| Dec 20 23:22:43.181 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42432024-12-20T23:22:44.450Z[ recovery-image] Dec 20 23:22:43.213 INFO O| Dec 20 23:22:43.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
42442024-12-20T23:22:44.450Z[ recovery-image] Dec 20 23:22:43.213 INFO O| Dec 20 23:22:43.213 INFO STEP 54 (remove_files) COMPLETE
42452024-12-20T23:22:44.453Z[ recovery-image] Dec 20 23:22:43.213 INFO O| Dec 20 23:22:43.213 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42462024-12-20T23:22:44.469Z[ recovery-image] Dec 20 23:22:43.232 INFO O| Dec 20 23:22:43.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
42472024-12-20T23:22:44.471Z[ recovery-image] Dec 20 23:22:43.232 INFO O| Dec 20 23:22:43.232 INFO STEP 55 (remove_files) COMPLETE
42482024-12-20T23:22:44.472Z[ recovery-image] Dec 20 23:22:43.233 INFO O| Dec 20 23:22:43.232 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42492024-12-20T23:22:44.487Z[ recovery-image] Dec 20 23:22:43.250 INFO O| Dec 20 23:22:43.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
42502024-12-20T23:22:44.487Z[ recovery-image] Dec 20 23:22:43.250 INFO O| Dec 20 23:22:43.250 INFO STEP 56 (remove_files) COMPLETE
42512024-12-20T23:22:44.487Z[ recovery-image] Dec 20 23:22:43.250 INFO O| Dec 20 23:22:43.250 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42522024-12-20T23:22:44.520Z[ recovery-image] Dec 20 23:22:43.283 INFO O| Dec 20 23:22:43.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
42532024-12-20T23:22:44.520Z[ recovery-image] Dec 20 23:22:43.283 INFO O| Dec 20 23:22:43.283 INFO STEP 57 (remove_files) COMPLETE
42542024-12-20T23:22:44.520Z[ recovery-image] Dec 20 23:22:43.283 INFO O| Dec 20 23:22:43.283 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42552024-12-20T23:22:44.561Z[ recovery-image] Dec 20 23:22:43.325 INFO O| Dec 20 23:22:43.324 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
42562024-12-20T23:22:44.561Z[ recovery-image] Dec 20 23:22:43.325 INFO O| Dec 20 23:22:43.325 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
42572024-12-20T23:22:44.561Z[ recovery-image] Dec 20 23:22:43.325 INFO O| Dec 20 23:22:43.325 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42582024-12-20T23:22:44.564Z[ recovery-image] Dec 20 23:22:43.325 INFO O| Dec 20 23:22:43.325 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42592024-12-20T23:22:44.564Z[ recovery-image] Dec 20 23:22:43.325 INFO O| Dec 20 23:22:43.325 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42602024-12-20T23:22:44.564Z[ recovery-image] Dec 20 23:22:43.326 INFO O| Dec 20 23:22:43.326 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42612024-12-20T23:22:44.564Z[ recovery-image] Dec 20 23:22:43.326 INFO O| Dec 20 23:22:43.326 INFO ok!
42622024-12-20T23:22:44.564Z[ recovery-image] Dec 20 23:22:43.326 INFO O| Dec 20 23:22:43.326 INFO STEP 58 (ensure_file) COMPLETE
42632024-12-20T23:22:44.564Z[ recovery-image] Dec 20 23:22:43.326 INFO O| Dec 20 23:22:43.326 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42642024-12-20T23:22:44.602Z[ recovery-image] Dec 20 23:22:43.365 INFO O| Dec 20 23:22:43.365 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
42652024-12-20T23:22:44.602Z[ recovery-image] Dec 20 23:22:43.365 INFO O| Dec 20 23:22:43.365 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
42662024-12-20T23:22:44.604Z[ recovery-image] Dec 20 23:22:43.365 INFO O| Dec 20 23:22:43.365 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42672024-12-20T23:22:44.604Z[ recovery-image] Dec 20 23:22:43.365 INFO O| Dec 20 23:22:43.365 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42682024-12-20T23:22:44.604Z[ recovery-image] Dec 20 23:22:43.365 INFO O| Dec 20 23:22:43.365 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42692024-12-20T23:22:44.604Z[ recovery-image] Dec 20 23:22:43.365 INFO O| Dec 20 23:22:43.365 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42702024-12-20T23:22:44.604Z[ recovery-image] Dec 20 23:22:43.365 INFO O| Dec 20 23:22:43.365 INFO ok!
42712024-12-20T23:22:44.604Z[ recovery-image] Dec 20 23:22:43.365 INFO O| Dec 20 23:22:43.365 INFO STEP 59 (ensure_file) COMPLETE
42722024-12-20T23:22:44.604Z[ recovery-image] Dec 20 23:22:43.366 INFO O| Dec 20 23:22:43.365 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42732024-12-20T23:22:44.627Z[ recovery-image] Dec 20 23:22:43.390 INFO O| Dec 20 23:22:43.390 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
42742024-12-20T23:22:44.627Z[ recovery-image] Dec 20 23:22:43.390 INFO O| Dec 20 23:22:43.390 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
42752024-12-20T23:22:44.630Z[ recovery-image] Dec 20 23:22:43.391 INFO O| Dec 20 23:22:43.390 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
42762024-12-20T23:22:44.630Z[ recovery-image] Dec 20 23:22:43.391 INFO O| Dec 20 23:22:43.391 INFO ok!
42772024-12-20T23:22:44.630Z[ recovery-image] Dec 20 23:22:43.391 INFO O| Dec 20 23:22:43.391 INFO STEP 60 (ensure_file) COMPLETE
42782024-12-20T23:22:44.630Z[ recovery-image] Dec 20 23:22:43.391 INFO O| Dec 20 23:22:43.391 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42792024-12-20T23:22:44.665Z[ recovery-image] Dec 20 23:22:43.428 INFO O| Dec 20 23:22:43.428 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
42802024-12-20T23:22:44.668Z[ recovery-image] Dec 20 23:22:43.428 INFO O| Dec 20 23:22:43.428 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
42812024-12-20T23:22:44.668Z[ recovery-image] Dec 20 23:22:43.428 INFO O| Dec 20 23:22:43.428 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
42822024-12-20T23:22:44.668Z[ recovery-image] Dec 20 23:22:43.429 INFO O| Dec 20 23:22:43.428 INFO ok!
42832024-12-20T23:22:44.668Z[ recovery-image] Dec 20 23:22:43.429 INFO O| Dec 20 23:22:43.428 INFO STEP 61 (ensure_file) COMPLETE
42842024-12-20T23:22:44.668Z[ recovery-image] Dec 20 23:22:43.429 INFO O| Dec 20 23:22:43.429 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42852024-12-20T23:22:44.686Z[ recovery-image] Dec 20 23:22:43.449 INFO O| Dec 20 23:22:43.449 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
42862024-12-20T23:22:44.686Z[ recovery-image] Dec 20 23:22:43.449 INFO O| Dec 20 23:22:43.449 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
42872024-12-20T23:22:44.686Z[ recovery-image] Dec 20 23:22:43.449 INFO O| Dec 20 23:22:43.449 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
42882024-12-20T23:22:44.686Z[ recovery-image] Dec 20 23:22:43.449 INFO O| Dec 20 23:22:43.449 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
42892024-12-20T23:22:44.686Z[ recovery-image] Dec 20 23:22:43.449 INFO O| Dec 20 23:22:43.449 INFO ok!
42902024-12-20T23:22:44.688Z[ recovery-image] Dec 20 23:22:43.449 INFO O| Dec 20 23:22:43.449 INFO STEP 62 (ensure_file) COMPLETE
42912024-12-20T23:22:44.688Z[ recovery-image] Dec 20 23:22:43.449 INFO O| Dec 20 23:22:43.449 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42922024-12-20T23:22:44.712Z[ recovery-image] Dec 20 23:22:43.475 INFO O| Dec 20 23:22:43.475 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
42932024-12-20T23:22:44.712Z[ recovery-image] Dec 20 23:22:43.475 INFO O| Dec 20 23:22:43.475 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
42942024-12-20T23:22:44.714Z[ recovery-image] Dec 20 23:22:43.476 INFO O| Dec 20 23:22:43.476 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
42952024-12-20T23:22:44.715Z[ recovery-image] Dec 20 23:22:43.476 INFO O| Dec 20 23:22:43.476 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
42962024-12-20T23:22:44.715Z[ recovery-image] Dec 20 23:22:43.476 INFO O| Dec 20 23:22:43.476 INFO ok!
42972024-12-20T23:22:44.715Z[ recovery-image] Dec 20 23:22:43.476 INFO O| Dec 20 23:22:43.476 INFO STEP 63 (ensure_file) COMPLETE
42982024-12-20T23:22:44.715Z[ recovery-image] Dec 20 23:22:43.476 INFO O| Dec 20 23:22:43.476 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42992024-12-20T23:22:44.732Z[ recovery-image] Dec 20 23:22:43.495 INFO O| Dec 20 23:22:43.495 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
43002024-12-20T23:22:44.732Z[ recovery-image] Dec 20 23:22:43.495 INFO O| Dec 20 23:22:43.495 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
43012024-12-20T23:22:44.732Z[ recovery-image] Dec 20 23:22:43.495 INFO O| Dec 20 23:22:43.495 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
43022024-12-20T23:22:44.735Z[ recovery-image] Dec 20 23:22:43.495 INFO O| Dec 20 23:22:43.495 INFO ok!
43032024-12-20T23:22:44.735Z[ recovery-image] Dec 20 23:22:43.496 INFO O| Dec 20 23:22:43.495 INFO STEP 64 (assemble_files) COMPLETE
43042024-12-20T23:22:44.735Z[ recovery-image] Dec 20 23:22:43.496 INFO O| Dec 20 23:22:43.496 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43052024-12-20T23:22:44.773Z[ recovery-image] Dec 20 23:22:43.536 INFO O| Dec 20 23:22:43.536 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
43062024-12-20T23:22:44.773Z[ recovery-image] Dec 20 23:22:43.536 INFO O| Dec 20 23:22:43.536 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
43072024-12-20T23:22:44.773Z[ recovery-image] Dec 20 23:22:43.536 INFO O| Dec 20 23:22:43.536 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
43082024-12-20T23:22:44.778Z[ recovery-image] Dec 20 23:22:43.536 INFO O| Dec 20 23:22:43.536 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
43092024-12-20T23:22:44.778Z[ recovery-image] Dec 20 23:22:43.536 INFO O| Dec 20 23:22:43.536 INFO ok!
43102024-12-20T23:22:44.778Z[ recovery-image] Dec 20 23:22:43.536 INFO O| Dec 20 23:22:43.536 INFO STEP 65 (ensure_file) COMPLETE
43112024-12-20T23:22:44.778Z[ recovery-image] Dec 20 23:22:43.536 INFO O| Dec 20 23:22:43.536 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43122024-12-20T23:22:44.778Z[ recovery-image] Dec 20 23:22:43.536 INFO O| Dec 20 23:22:43.536 INFO skip step because feature "omicron1" is not enabled
43132024-12-20T23:22:44.778Z[ recovery-image] Dec 20 23:22:43.536 INFO O| Dec 20 23:22:43.536 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43142024-12-20T23:22:44.778Z[ recovery-image] Dec 20 23:22:43.536 INFO O| Dec 20 23:22:43.536 INFO skip step because feature "omicron1" is not enabled
43152024-12-20T23:22:44.778Z[ recovery-image] Dec 20 23:22:43.536 INFO O| Dec 20 23:22:43.536 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43162024-12-20T23:22:44.778Z[ recovery-image] Dec 20 23:22:43.536 INFO O| Dec 20 23:22:43.536 INFO skip step because feature "omicron1" is not enabled
43172024-12-20T23:22:44.778Z[ recovery-image] Dec 20 23:22:43.536 INFO O| Dec 20 23:22:43.536 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43182024-12-20T23:22:44.798Z[ recovery-image] Dec 20 23:22:43.561 INFO O| Dec 20 23:22:43.561 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
43192024-12-20T23:22:44.798Z[ recovery-image] Dec 20 23:22:43.561 INFO O| Dec 20 23:22:43.561 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
43202024-12-20T23:22:47.545Z[ recovery-image] Dec 20 23:22:46.308 INFO O| Dec 20 23:22:46.308 INFO STEP 69 (pack_tar) COMPLETE
43212024-12-20T23:22:47.545Z[ recovery-image] Dec 20 23:22:46.308 INFO O| Dec 20 23:22:46.308 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
43222024-12-20T23:22:47.548Z[ recovery-image] Dec 20 23:22:46.308 INFO O| Dec 20 23:22:46.308 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
43232024-12-20T23:22:48.206Z[ recovery-image] Dec 20 23:22:46.529 INFO O| Dec 20 23:22:46.529 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
43242024-12-20T23:22:48.228Z[ recovery-image] Dec 20 23:22:46.648 INFO O| Dec 20 23:22:46.648 INFO completed processing gimlet/ramdisk-02-trim
43252024-12-20T23:22:48.228Z[ recovery-image] Dec 20 23:22:46.652 INFO image builder template: ramdisk-03-recovery-trim...
43262024-12-20T23:22:48.228Z[ recovery-image] Dec 20 23:22:46.652 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/.tmp8ONQdI/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
43272024-12-20T23:22:48.228Z[ recovery-image] Dec 20 23:22:46.873 INFO O| Dec 20 23:22:46.873 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
43282024-12-20T23:22:48.228Z[ recovery-image] Dec 20 23:22:46.882 INFO O| Dec 20 23:22:46.882 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
43292024-12-20T23:22:48.235Z[ recovery-image] Dec 20 23:22:46.997 INFO O| Dec 20 23:22:46.997 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
43302024-12-20T23:22:48.332Z[ recovery-image] Dec 20 23:22:47.094 INFO O| Dec 20 23:22:47.094 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
43312024-12-20T23:22:48.334Z[ recovery-image] Dec 20 23:22:47.094 INFO O| Dec 20 23:22:47.094 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
43322024-12-20T23:22:48.348Z[ recovery-image] Dec 20 23:22:47.110 INFO O| Dec 20 23:22:47.110 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
43332024-12-20T23:22:48.356Z[ recovery-image] Dec 20 23:22:47.118 INFO O| Dec 20 23:22:47.118 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
43342024-12-20T23:22:48.365Z[ recovery-image] Dec 20 23:22:47.127 INFO O| Dec 20 23:22:47.127 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
43352024-12-20T23:22:49.020Z[ recovery-image] Dec 20 23:22:47.782 INFO O| Dec 20 23:22:47.782 INFO rolled back to input snapshot; work may begin
43362024-12-20T23:22:49.020Z[ recovery-image] Dec 20 23:22:47.782 INFO O| Dec 20 23:22:47.782 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
43372024-12-20T23:22:49.029Z[ recovery-image] Dec 20 23:22:47.791 INFO O| Dec 20 23:22:47.791 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43382024-12-20T23:22:49.068Z[ recovery-image] Dec 20 23:22:47.830 INFO O| Dec 20 23:22:47.830 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
43392024-12-20T23:22:49.219Z[ recovery-image] Dec 20 23:22:47.980 INFO O| Dec 20 23:22:47.979 INFO STEP 0 (remove_files) COMPLETE
43402024-12-20T23:22:49.219Z[ recovery-image] Dec 20 23:22:47.980 INFO O| Dec 20 23:22:47.979 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43412024-12-20T23:22:49.238Z[ recovery-image] Dec 20 23:22:48.000 INFO O| Dec 20 23:22:47.999 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
43422024-12-20T23:22:50.482Z[ recovery-image] Dec 20 23:22:48.239 INFO O| Dec 20 23:22:48.239 INFO STEP 1 (remove_files) COMPLETE
43432024-12-20T23:22:50.482Z[ recovery-image] Dec 20 23:22:48.239 INFO O| Dec 20 23:22:48.239 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43442024-12-20T23:22:50.485Z[ recovery-image] Dec 20 23:22:48.273 INFO O| Dec 20 23:22:48.272 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
43452024-12-20T23:22:50.485Z[ recovery-image] Dec 20 23:22:48.338 INFO O| Dec 20 23:22:48.337 INFO STEP 2 (remove_files) COMPLETE
43462024-12-20T23:22:50.485Z[ recovery-image] Dec 20 23:22:48.338 INFO O| Dec 20 23:22:48.338 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43472024-12-20T23:22:50.485Z[ recovery-image] Dec 20 23:22:48.358 INFO O| Dec 20 23:22:48.358 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
43482024-12-20T23:22:50.485Z[ recovery-image] Dec 20 23:22:48.629 INFO O| Dec 20 23:22:48.629 INFO STEP 3 (remove_files) COMPLETE
43492024-12-20T23:22:50.485Z[ recovery-image] Dec 20 23:22:48.629 INFO O| Dec 20 23:22:48.629 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43502024-12-20T23:22:50.485Z[ recovery-image] Dec 20 23:22:48.672 INFO O| Dec 20 23:22:48.672 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
43512024-12-20T23:22:50.485Z[ recovery-image] Dec 20 23:22:48.946 INFO O| Dec 20 23:22:48.946 INFO STEP 4 (remove_files) COMPLETE
43522024-12-20T23:22:50.486Z[ recovery-image] Dec 20 23:22:48.946 INFO O| Dec 20 23:22:48.946 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43532024-12-20T23:22:50.486Z[ recovery-image] Dec 20 23:22:49.053 INFO O| Dec 20 23:22:49.053 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
43542024-12-20T23:22:50.486Z[ recovery-image] Dec 20 23:22:49.124 INFO O| Dec 20 23:22:49.124 INFO STEP 5 (remove_files) COMPLETE
43552024-12-20T23:22:50.486Z[ recovery-image] Dec 20 23:22:49.124 INFO O| Dec 20 23:22:49.124 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43562024-12-20T23:22:50.486Z[ recovery-image] Dec 20 23:22:49.148 INFO O| Dec 20 23:22:49.148 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
43572024-12-20T23:22:50.486Z[ recovery-image] Dec 20 23:22:49.150 INFO O| Dec 20 23:22:49.150 INFO STEP 6 (remove_files) COMPLETE
43582024-12-20T23:22:50.486Z[ recovery-image] Dec 20 23:22:49.150 INFO O| Dec 20 23:22:49.150 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43592024-12-20T23:22:50.486Z[ recovery-image] Dec 20 23:22:49.172 INFO O| Dec 20 23:22:49.172 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
43602024-12-20T23:22:50.486Z[ recovery-image] Dec 20 23:22:49.189 INFO O| Dec 20 23:22:49.189 INFO STEP 7 (remove_files) COMPLETE
43612024-12-20T23:22:50.486Z[ recovery-image] Dec 20 23:22:49.189 INFO O| Dec 20 23:22:49.189 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43622024-12-20T23:22:50.495Z[ recovery-image] Dec 20 23:22:49.257 INFO O| Dec 20 23:22:49.257 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
43632024-12-20T23:22:50.586Z[ recovery-image] Dec 20 23:22:49.349 INFO O| Dec 20 23:22:49.348 INFO STEP 8 (remove_files) COMPLETE
43642024-12-20T23:22:50.586Z[ recovery-image] Dec 20 23:22:49.349 INFO O| Dec 20 23:22:49.348 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43652024-12-20T23:22:50.621Z[ recovery-image] Dec 20 23:22:49.383 INFO O| Dec 20 23:22:49.383 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
43662024-12-20T23:22:50.624Z[ recovery-image] Dec 20 23:22:49.384 INFO O| Dec 20 23:22:49.384 INFO STEP 9 (remove_files) COMPLETE
43672024-12-20T23:22:50.624Z[ recovery-image] Dec 20 23:22:49.384 INFO O| Dec 20 23:22:49.384 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43682024-12-20T23:22:50.648Z[ recovery-image] Dec 20 23:22:49.410 INFO O| Dec 20 23:22:49.410 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
43692024-12-20T23:22:50.651Z[ recovery-image] Dec 20 23:22:49.413 INFO O| Dec 20 23:22:49.413 INFO STEP 10 (remove_files) COMPLETE
43702024-12-20T23:22:50.651Z[ recovery-image] Dec 20 23:22:49.413 INFO O| Dec 20 23:22:49.413 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43712024-12-20T23:22:50.682Z[ recovery-image] Dec 20 23:22:49.433 INFO O| Dec 20 23:22:49.433 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
43722024-12-20T23:22:50.919Z[ host-image] Dec 20 23:22:49.679 INFO O| Dec 20 23:22:49.679 INFO O| Done
43732024-12-20T23:22:51.350Z[ recovery-image] Dec 20 23:22:50.112 INFO O| Dec 20 23:22:50.112 INFO STEP 11 (remove_files) COMPLETE
43742024-12-20T23:22:51.350Z[ recovery-image] Dec 20 23:22:50.112 INFO O| Dec 20 23:22:50.112 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43752024-12-20T23:22:51.378Z[ recovery-image] Dec 20 23:22:50.140 INFO O| Dec 20 23:22:50.140 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
43762024-12-20T23:22:51.382Z[ recovery-image] Dec 20 23:22:50.145 INFO O| Dec 20 23:22:50.145 INFO STEP 12 (remove_files) COMPLETE
43772024-12-20T23:22:51.383Z[ recovery-image] Dec 20 23:22:50.145 INFO O| Dec 20 23:22:50.145 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43782024-12-20T23:22:51.407Z[ recovery-image] Dec 20 23:22:50.169 INFO O| Dec 20 23:22:50.169 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
43792024-12-20T23:22:51.412Z[ recovery-image] Dec 20 23:22:50.174 INFO O| Dec 20 23:22:50.174 INFO STEP 13 (remove_files) COMPLETE
43802024-12-20T23:22:51.412Z[ recovery-image] Dec 20 23:22:50.174 INFO O| Dec 20 23:22:50.174 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43812024-12-20T23:22:51.479Z[ recovery-image] Dec 20 23:22:50.241 INFO O| Dec 20 23:22:50.241 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
43822024-12-20T23:22:51.482Z[ recovery-image] Dec 20 23:22:50.241 INFO O| Dec 20 23:22:50.241 INFO STEP 14 (remove_files) COMPLETE
43832024-12-20T23:22:51.482Z[ recovery-image] Dec 20 23:22:50.241 INFO O| Dec 20 23:22:50.241 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43842024-12-20T23:22:51.520Z[ recovery-image] Dec 20 23:22:50.282 INFO O| Dec 20 23:22:50.282 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
43852024-12-20T23:22:51.572Z[ recovery-image] Dec 20 23:22:50.333 INFO O| Dec 20 23:22:50.333 INFO STEP 15 (remove_files) COMPLETE
43862024-12-20T23:22:51.572Z[ recovery-image] Dec 20 23:22:50.333 INFO O| Dec 20 23:22:50.333 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43872024-12-20T23:22:51.625Z[ recovery-image] Dec 20 23:22:50.387 INFO O| Dec 20 23:22:50.387 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
43882024-12-20T23:22:51.812Z[ recovery-image] Dec 20 23:22:50.573 INFO O| Dec 20 23:22:50.573 INFO STEP 16 (remove_files) COMPLETE
43892024-12-20T23:22:51.812Z[ recovery-image] Dec 20 23:22:50.573 INFO O| Dec 20 23:22:50.573 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43902024-12-20T23:22:51.852Z[ recovery-image] Dec 20 23:22:50.614 INFO O| Dec 20 23:22:50.614 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
43912024-12-20T23:22:51.879Z[ recovery-image] Dec 20 23:22:50.640 INFO O| Dec 20 23:22:50.640 INFO STEP 17 (remove_files) COMPLETE
43922024-12-20T23:22:51.879Z[ recovery-image] Dec 20 23:22:50.640 INFO O| Dec 20 23:22:50.640 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43932024-12-20T23:22:51.899Z[ recovery-image] Dec 20 23:22:50.660 INFO O| Dec 20 23:22:50.660 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
43942024-12-20T23:22:51.899Z[ recovery-image] Dec 20 23:22:50.660 INFO O| Dec 20 23:22:50.660 INFO STEP 18 (remove_files) COMPLETE
43952024-12-20T23:22:51.899Z[ recovery-image] Dec 20 23:22:50.660 INFO O| Dec 20 23:22:50.660 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43962024-12-20T23:22:51.916Z[ recovery-image] Dec 20 23:22:50.678 INFO O| Dec 20 23:22:50.678 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
43972024-12-20T23:22:52.069Z[ recovery-image] Dec 20 23:22:50.830 INFO O| Dec 20 23:22:50.829 INFO STEP 19 (remove_files) COMPLETE
43982024-12-20T23:22:52.069Z[ recovery-image] Dec 20 23:22:50.830 INFO O| Dec 20 23:22:50.830 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43992024-12-20T23:22:52.097Z[ recovery-image] Dec 20 23:22:50.859 INFO O| Dec 20 23:22:50.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
44002024-12-20T23:22:52.125Z[ recovery-image] Dec 20 23:22:50.886 INFO O| Dec 20 23:22:50.886 INFO STEP 20 (remove_files) COMPLETE
44012024-12-20T23:22:52.125Z[ recovery-image] Dec 20 23:22:50.886 INFO O| Dec 20 23:22:50.886 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44022024-12-20T23:22:52.161Z[ recovery-image] Dec 20 23:22:50.923 INFO O| Dec 20 23:22:50.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
44032024-12-20T23:22:52.164Z[ recovery-image] Dec 20 23:22:50.923 INFO O| Dec 20 23:22:50.923 INFO STEP 21 (remove_files) COMPLETE
44042024-12-20T23:22:52.164Z[ recovery-image] Dec 20 23:22:50.923 INFO O| Dec 20 23:22:50.923 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44052024-12-20T23:22:52.180Z[ recovery-image] Dec 20 23:22:50.942 INFO O| Dec 20 23:22:50.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
44062024-12-20T23:22:52.183Z[ recovery-image] Dec 20 23:22:50.943 INFO O| Dec 20 23:22:50.943 INFO STEP 22 (remove_files) COMPLETE
44072024-12-20T23:22:52.183Z[ recovery-image] Dec 20 23:22:50.943 INFO O| Dec 20 23:22:50.943 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44082024-12-20T23:22:52.201Z[ recovery-image] Dec 20 23:22:50.963 INFO O| Dec 20 23:22:50.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
44092024-12-20T23:22:52.221Z[ recovery-image] Dec 20 23:22:50.983 INFO O| Dec 20 23:22:50.983 INFO STEP 23 (remove_files) COMPLETE
44102024-12-20T23:22:52.228Z[ recovery-image] Dec 20 23:22:50.983 INFO O| Dec 20 23:22:50.983 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44112024-12-20T23:22:52.285Z[ recovery-image] Dec 20 23:22:51.046 INFO O| Dec 20 23:22:51.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
44122024-12-20T23:22:52.285Z[ recovery-image] Dec 20 23:22:51.047 INFO O| Dec 20 23:22:51.046 INFO STEP 24 (remove_files) COMPLETE
44132024-12-20T23:22:52.287Z[ recovery-image] Dec 20 23:22:51.047 INFO O| Dec 20 23:22:51.046 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44142024-12-20T23:22:52.305Z[ recovery-image] Dec 20 23:22:51.067 INFO O| Dec 20 23:22:51.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
44152024-12-20T23:22:52.331Z[ recovery-image] Dec 20 23:22:51.093 INFO O| Dec 20 23:22:51.093 INFO STEP 25 (remove_files) COMPLETE
44162024-12-20T23:22:52.331Z[ recovery-image] Dec 20 23:22:51.093 INFO O| Dec 20 23:22:51.093 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44172024-12-20T23:22:52.353Z[ recovery-image] Dec 20 23:22:51.114 INFO O| Dec 20 23:22:51.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
44182024-12-20T23:22:52.356Z[ recovery-image] Dec 20 23:22:51.114 INFO O| Dec 20 23:22:51.114 INFO STEP 26 (remove_files) COMPLETE
44192024-12-20T23:22:52.356Z[ recovery-image] Dec 20 23:22:51.114 INFO O| Dec 20 23:22:51.114 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44202024-12-20T23:22:52.370Z[ recovery-image] Dec 20 23:22:51.132 INFO O| Dec 20 23:22:51.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
44212024-12-20T23:22:52.370Z[ recovery-image] Dec 20 23:22:51.132 INFO O| Dec 20 23:22:51.132 INFO STEP 27 (remove_files) COMPLETE
44222024-12-20T23:22:52.373Z[ recovery-image] Dec 20 23:22:51.132 INFO O| Dec 20 23:22:51.132 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44232024-12-20T23:22:52.403Z[ recovery-image] Dec 20 23:22:51.165 INFO O| Dec 20 23:22:51.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
44242024-12-20T23:22:52.407Z[ recovery-image] Dec 20 23:22:51.166 INFO O| Dec 20 23:22:51.166 INFO STEP 28 (remove_files) COMPLETE
44252024-12-20T23:22:52.407Z[ recovery-image] Dec 20 23:22:51.166 INFO O| Dec 20 23:22:51.166 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44262024-12-20T23:22:52.438Z[ recovery-image] Dec 20 23:22:51.200 INFO O| Dec 20 23:22:51.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
44272024-12-20T23:22:52.438Z[ recovery-image] Dec 20 23:22:51.200 INFO O| Dec 20 23:22:51.200 INFO STEP 29 (remove_files) COMPLETE
44282024-12-20T23:22:52.438Z[ recovery-image] Dec 20 23:22:51.200 INFO O| Dec 20 23:22:51.200 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44292024-12-20T23:22:52.508Z[ recovery-image] Dec 20 23:22:51.270 INFO O| Dec 20 23:22:51.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
44302024-12-20T23:22:52.508Z[ recovery-image] Dec 20 23:22:51.270 INFO O| Dec 20 23:22:51.270 INFO STEP 30 (remove_files) COMPLETE
44312024-12-20T23:22:52.508Z[ recovery-image] Dec 20 23:22:51.270 INFO O| Dec 20 23:22:51.270 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44322024-12-20T23:22:52.551Z[ recovery-image] Dec 20 23:22:51.312 INFO O| Dec 20 23:22:51.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
44332024-12-20T23:22:52.554Z[ recovery-image] Dec 20 23:22:51.312 INFO O| Dec 20 23:22:51.312 INFO STEP 31 (remove_files) COMPLETE
44342024-12-20T23:22:52.554Z[ recovery-image] Dec 20 23:22:51.312 INFO O| Dec 20 23:22:51.312 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44352024-12-20T23:22:52.582Z[ recovery-image] Dec 20 23:22:51.344 INFO O| Dec 20 23:22:51.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
44362024-12-20T23:22:52.586Z[ recovery-image] Dec 20 23:22:51.345 INFO O| Dec 20 23:22:51.344 INFO STEP 32 (remove_files) COMPLETE
44372024-12-20T23:22:52.586Z[ recovery-image] Dec 20 23:22:51.345 INFO O| Dec 20 23:22:51.345 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44382024-12-20T23:22:52.711Z[ recovery-image] Dec 20 23:22:51.473 INFO O| Dec 20 23:22:51.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
44392024-12-20T23:22:52.711Z[ recovery-image] Dec 20 23:22:51.473 INFO O| Dec 20 23:22:51.473 INFO STEP 33 (remove_files) COMPLETE
44402024-12-20T23:22:52.711Z[ recovery-image] Dec 20 23:22:51.473 INFO O| Dec 20 23:22:51.473 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44412024-12-20T23:22:52.757Z[ recovery-image] Dec 20 23:22:51.518 INFO O| Dec 20 23:22:51.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
44422024-12-20T23:22:52.757Z[ recovery-image] Dec 20 23:22:51.519 INFO O| Dec 20 23:22:51.518 INFO STEP 34 (remove_files) COMPLETE
44432024-12-20T23:22:52.759Z[ recovery-image] Dec 20 23:22:51.519 INFO O| Dec 20 23:22:51.519 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44442024-12-20T23:22:52.786Z[ recovery-image] Dec 20 23:22:51.548 INFO O| Dec 20 23:22:51.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
44452024-12-20T23:22:52.786Z[ recovery-image] Dec 20 23:22:51.548 INFO O| Dec 20 23:22:51.548 INFO STEP 35 (remove_files) COMPLETE
44462024-12-20T23:22:52.786Z[ recovery-image] Dec 20 23:22:51.548 INFO O| Dec 20 23:22:51.548 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44472024-12-20T23:22:52.834Z[ recovery-image] Dec 20 23:22:51.595 INFO O| Dec 20 23:22:51.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
44482024-12-20T23:22:52.834Z[ recovery-image] Dec 20 23:22:51.595 INFO O| Dec 20 23:22:51.595 INFO STEP 36 (remove_files) COMPLETE
44492024-12-20T23:22:52.837Z[ recovery-image] Dec 20 23:22:51.595 INFO O| Dec 20 23:22:51.595 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44502024-12-20T23:22:52.885Z[ recovery-image] Dec 20 23:22:51.647 INFO O| Dec 20 23:22:51.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
44512024-12-20T23:22:52.885Z[ recovery-image] Dec 20 23:22:51.647 INFO O| Dec 20 23:22:51.647 INFO STEP 37 (remove_files) COMPLETE
44522024-12-20T23:22:52.885Z[ recovery-image] Dec 20 23:22:51.647 INFO O| Dec 20 23:22:51.647 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44532024-12-20T23:22:53.005Z[ recovery-image] Dec 20 23:22:51.767 INFO O| Dec 20 23:22:51.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
44542024-12-20T23:22:53.005Z[ recovery-image] Dec 20 23:22:51.767 INFO O| Dec 20 23:22:51.767 INFO STEP 38 (remove_files) COMPLETE
44552024-12-20T23:22:53.005Z[ recovery-image] Dec 20 23:22:51.767 INFO O| Dec 20 23:22:51.767 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44562024-12-20T23:22:53.024Z[ recovery-image] Dec 20 23:22:51.786 INFO O| Dec 20 23:22:51.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
44572024-12-20T23:22:53.024Z[ recovery-image] Dec 20 23:22:51.786 INFO O| Dec 20 23:22:51.786 INFO STEP 39 (remove_files) COMPLETE
44582024-12-20T23:22:53.027Z[ recovery-image] Dec 20 23:22:51.786 INFO O| Dec 20 23:22:51.786 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44592024-12-20T23:22:53.068Z[ recovery-image] Dec 20 23:22:51.829 INFO O| Dec 20 23:22:51.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
44602024-12-20T23:22:53.068Z[ recovery-image] Dec 20 23:22:51.829 INFO O| Dec 20 23:22:51.829 INFO STEP 40 (remove_files) COMPLETE
44612024-12-20T23:22:53.068Z[ recovery-image] Dec 20 23:22:51.829 INFO O| Dec 20 23:22:51.829 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44622024-12-20T23:22:53.179Z[ recovery-image] Dec 20 23:22:51.941 INFO O| Dec 20 23:22:51.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
44632024-12-20T23:22:53.179Z[ recovery-image] Dec 20 23:22:51.941 INFO O| Dec 20 23:22:51.941 INFO STEP 41 (remove_files) COMPLETE
44642024-12-20T23:22:53.179Z[ recovery-image] Dec 20 23:22:51.941 INFO O| Dec 20 23:22:51.941 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44652024-12-20T23:22:53.198Z[ recovery-image] Dec 20 23:22:51.960 INFO O| Dec 20 23:22:51.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
44662024-12-20T23:22:53.201Z[ recovery-image] Dec 20 23:22:51.960 INFO O| Dec 20 23:22:51.960 INFO STEP 42 (remove_files) COMPLETE
44672024-12-20T23:22:53.201Z[ recovery-image] Dec 20 23:22:51.960 INFO O| Dec 20 23:22:51.960 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44682024-12-20T23:22:53.218Z[ recovery-image] Dec 20 23:22:51.980 INFO O| Dec 20 23:22:51.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
44692024-12-20T23:22:53.218Z[ recovery-image] Dec 20 23:22:51.980 INFO O| Dec 20 23:22:51.980 INFO STEP 43 (remove_files) COMPLETE
44702024-12-20T23:22:53.221Z[ recovery-image] Dec 20 23:22:51.980 INFO O| Dec 20 23:22:51.980 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44712024-12-20T23:22:53.265Z[ recovery-image] Dec 20 23:22:52.027 INFO O| Dec 20 23:22:52.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
44722024-12-20T23:22:53.292Z[ recovery-image] Dec 20 23:22:52.053 INFO O| Dec 20 23:22:52.053 INFO STEP 44 (remove_files) COMPLETE
44732024-12-20T23:22:53.292Z[ recovery-image] Dec 20 23:22:52.053 INFO O| Dec 20 23:22:52.053 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44742024-12-20T23:22:53.356Z[ recovery-image] Dec 20 23:22:52.115 INFO O| Dec 20 23:22:52.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
44752024-12-20T23:22:53.361Z[ recovery-image] Dec 20 23:22:52.121 INFO O| Dec 20 23:22:52.121 INFO STEP 45 (remove_files) COMPLETE
44762024-12-20T23:22:53.361Z[ recovery-image] Dec 20 23:22:52.121 INFO O| Dec 20 23:22:52.121 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44772024-12-20T23:22:53.381Z[ recovery-image] Dec 20 23:22:52.142 INFO O| Dec 20 23:22:52.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
44782024-12-20T23:22:53.384Z[ recovery-image] Dec 20 23:22:52.143 INFO O| Dec 20 23:22:52.143 INFO STEP 46 (remove_files) COMPLETE
44792024-12-20T23:22:53.384Z[ recovery-image] Dec 20 23:22:52.143 INFO O| Dec 20 23:22:52.143 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44802024-12-20T23:22:53.421Z[ recovery-image] Dec 20 23:22:52.182 INFO O| Dec 20 23:22:52.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
44812024-12-20T23:22:53.421Z[ recovery-image] Dec 20 23:22:52.182 INFO O| Dec 20 23:22:52.182 INFO STEP 47 (remove_files) COMPLETE
44822024-12-20T23:22:53.423Z[ recovery-image] Dec 20 23:22:52.182 INFO O| Dec 20 23:22:52.182 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44832024-12-20T23:22:53.465Z[ recovery-image] Dec 20 23:22:52.226 INFO O| Dec 20 23:22:52.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
44842024-12-20T23:22:53.465Z[ recovery-image] Dec 20 23:22:52.226 INFO O| Dec 20 23:22:52.226 INFO STEP 48 (remove_files) COMPLETE
44852024-12-20T23:22:53.465Z[ recovery-image] Dec 20 23:22:52.226 INFO O| Dec 20 23:22:52.226 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44862024-12-20T23:22:53.484Z[ recovery-image] Dec 20 23:22:52.246 INFO O| Dec 20 23:22:52.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
44872024-12-20T23:22:53.484Z[ recovery-image] Dec 20 23:22:52.246 INFO O| Dec 20 23:22:52.246 INFO STEP 49 (remove_files) COMPLETE
44882024-12-20T23:22:53.487Z[ recovery-image] Dec 20 23:22:52.246 INFO O| Dec 20 23:22:52.246 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44892024-12-20T23:22:53.503Z[ recovery-image] Dec 20 23:22:52.265 INFO O| Dec 20 23:22:52.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
44902024-12-20T23:22:53.503Z[ recovery-image] Dec 20 23:22:52.265 INFO O| Dec 20 23:22:52.265 INFO STEP 50 (remove_files) COMPLETE
44912024-12-20T23:22:53.506Z[ recovery-image] Dec 20 23:22:52.265 INFO O| Dec 20 23:22:52.265 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44922024-12-20T23:22:53.522Z[ recovery-image] Dec 20 23:22:52.283 INFO O| Dec 20 23:22:52.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
44932024-12-20T23:22:53.522Z[ recovery-image] Dec 20 23:22:52.284 INFO O| Dec 20 23:22:52.284 INFO STEP 51 (remove_files) COMPLETE
44942024-12-20T23:22:53.522Z[ recovery-image] Dec 20 23:22:52.284 INFO O| Dec 20 23:22:52.284 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44952024-12-20T23:22:53.542Z[ recovery-image] Dec 20 23:22:52.303 INFO O| Dec 20 23:22:52.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
44962024-12-20T23:22:53.552Z[ recovery-image] Dec 20 23:22:52.313 INFO O| Dec 20 23:22:52.313 INFO STEP 52 (remove_files) COMPLETE
44972024-12-20T23:22:53.552Z[ recovery-image] Dec 20 23:22:52.313 INFO O| Dec 20 23:22:52.313 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44982024-12-20T23:22:53.613Z[ recovery-image] Dec 20 23:22:52.374 INFO O| Dec 20 23:22:52.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
44992024-12-20T23:22:53.626Z[ recovery-image] Dec 20 23:22:52.388 INFO O| Dec 20 23:22:52.388 INFO STEP 53 (remove_files) COMPLETE
45002024-12-20T23:22:53.626Z[ recovery-image] Dec 20 23:22:52.388 INFO O| Dec 20 23:22:52.388 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45012024-12-20T23:22:53.635Z[ host-image] Dec 20 23:22:52.397 INFO O| Dec 20 23:22:52.397 INFO O| Done
45022024-12-20T23:22:53.646Z[ recovery-image] Dec 20 23:22:52.407 INFO O| Dec 20 23:22:52.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
45032024-12-20T23:22:53.646Z[ recovery-image] Dec 20 23:22:52.407 INFO O| Dec 20 23:22:52.407 INFO STEP 54 (remove_files) COMPLETE
45042024-12-20T23:22:53.649Z[ recovery-image] Dec 20 23:22:52.407 INFO O| Dec 20 23:22:52.407 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45052024-12-20T23:22:53.664Z[ recovery-image] Dec 20 23:22:52.426 INFO O| Dec 20 23:22:52.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
45062024-12-20T23:22:53.664Z[ recovery-image] Dec 20 23:22:52.426 INFO O| Dec 20 23:22:52.426 INFO STEP 55 (remove_files) COMPLETE
45072024-12-20T23:22:53.667Z[ recovery-image] Dec 20 23:22:52.426 INFO O| Dec 20 23:22:52.426 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45082024-12-20T23:22:53.688Z[ recovery-image] Dec 20 23:22:52.449 INFO O| Dec 20 23:22:52.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
45092024-12-20T23:22:53.711Z[ recovery-image] Dec 20 23:22:52.473 INFO O| Dec 20 23:22:52.473 INFO STEP 56 (remove_files) COMPLETE
45102024-12-20T23:22:53.714Z[ recovery-image] Dec 20 23:22:52.473 INFO O| Dec 20 23:22:52.473 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45112024-12-20T23:22:53.732Z[ recovery-image] Dec 20 23:22:52.493 INFO O| Dec 20 23:22:52.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
45122024-12-20T23:22:53.734Z[ recovery-image] Dec 20 23:22:52.493 INFO O| Dec 20 23:22:52.493 INFO STEP 57 (remove_files) COMPLETE
45132024-12-20T23:22:53.734Z[ recovery-image] Dec 20 23:22:52.494 INFO O| Dec 20 23:22:52.494 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45142024-12-20T23:22:53.751Z[ recovery-image] Dec 20 23:22:52.513 INFO O| Dec 20 23:22:52.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
45152024-12-20T23:22:53.754Z[ recovery-image] Dec 20 23:22:52.513 INFO O| Dec 20 23:22:52.513 INFO STEP 58 (remove_files) COMPLETE
45162024-12-20T23:22:53.754Z[ recovery-image] Dec 20 23:22:52.513 INFO O| Dec 20 23:22:52.513 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45172024-12-20T23:22:53.775Z[ recovery-image] Dec 20 23:22:52.536 INFO O| Dec 20 23:22:52.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
45182024-12-20T23:22:53.775Z[ recovery-image] Dec 20 23:22:52.536 INFO O| Dec 20 23:22:52.536 INFO STEP 59 (remove_files) COMPLETE
45192024-12-20T23:22:53.775Z[ recovery-image] Dec 20 23:22:52.536 INFO O| Dec 20 23:22:52.536 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45202024-12-20T23:22:53.816Z[ recovery-image] Dec 20 23:22:52.563 INFO O| Dec 20 23:22:52.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
45212024-12-20T23:22:53.816Z[ recovery-image] Dec 20 23:22:52.563 INFO O| Dec 20 23:22:52.563 INFO STEP 60 (remove_files) COMPLETE
45222024-12-20T23:22:53.817Z[ recovery-image] Dec 20 23:22:52.563 INFO O| Dec 20 23:22:52.563 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45232024-12-20T23:22:53.828Z[ recovery-image] Dec 20 23:22:52.589 INFO O| Dec 20 23:22:52.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
45242024-12-20T23:22:53.830Z[ recovery-image] Dec 20 23:22:52.590 INFO O| Dec 20 23:22:52.590 INFO STEP 61 (remove_files) COMPLETE
45252024-12-20T23:22:53.830Z[ recovery-image] Dec 20 23:22:52.590 INFO O| Dec 20 23:22:52.590 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45262024-12-20T23:22:53.868Z[ recovery-image] Dec 20 23:22:52.625 INFO O| Dec 20 23:22:52.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
45272024-12-20T23:22:53.868Z[ recovery-image] Dec 20 23:22:52.625 INFO O| Dec 20 23:22:52.625 INFO STEP 62 (remove_files) COMPLETE
45282024-12-20T23:22:53.868Z[ recovery-image] Dec 20 23:22:52.626 INFO O| Dec 20 23:22:52.626 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45292024-12-20T23:22:53.933Z[ recovery-image] Dec 20 23:22:52.694 INFO O| Dec 20 23:22:52.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
45302024-12-20T23:22:53.935Z[ recovery-image] Dec 20 23:22:52.694 INFO O| Dec 20 23:22:52.694 INFO STEP 63 (remove_files) COMPLETE
45312024-12-20T23:22:53.936Z[ recovery-image] Dec 20 23:22:52.694 INFO O| Dec 20 23:22:52.694 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45322024-12-20T23:22:54.026Z[ recovery-image] Dec 20 23:22:52.787 INFO O| Dec 20 23:22:52.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
45332024-12-20T23:22:54.028Z[ recovery-image] Dec 20 23:22:52.788 INFO O| Dec 20 23:22:52.787 INFO STEP 64 (remove_files) COMPLETE
45342024-12-20T23:22:54.028Z[ recovery-image] Dec 20 23:22:52.788 INFO O| Dec 20 23:22:52.787 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45352024-12-20T23:22:54.045Z[ recovery-image] Dec 20 23:22:52.805 INFO O| Dec 20 23:22:52.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
45362024-12-20T23:22:54.045Z[ recovery-image] Dec 20 23:22:52.805 INFO O| Dec 20 23:22:52.805 INFO STEP 65 (remove_files) COMPLETE
45372024-12-20T23:22:54.045Z[ recovery-image] Dec 20 23:22:52.805 INFO O| Dec 20 23:22:52.805 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45382024-12-20T23:22:54.062Z[ recovery-image] Dec 20 23:22:52.823 INFO O| Dec 20 23:22:52.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
45392024-12-20T23:22:54.062Z[ recovery-image] Dec 20 23:22:52.824 INFO O| Dec 20 23:22:52.823 INFO STEP 66 (remove_files) COMPLETE
45402024-12-20T23:22:54.065Z[ recovery-image] Dec 20 23:22:52.824 INFO O| Dec 20 23:22:52.823 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45412024-12-20T23:22:54.081Z[ recovery-image] Dec 20 23:22:52.842 INFO O| Dec 20 23:22:52.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
45422024-12-20T23:22:54.081Z[ recovery-image] Dec 20 23:22:52.842 INFO O| Dec 20 23:22:52.842 INFO STEP 67 (remove_files) COMPLETE
45432024-12-20T23:22:54.081Z[ recovery-image] Dec 20 23:22:52.842 INFO O| Dec 20 23:22:52.842 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45442024-12-20T23:22:54.100Z[ recovery-image] Dec 20 23:22:52.860 INFO O| Dec 20 23:22:52.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
45452024-12-20T23:22:54.102Z[ recovery-image] Dec 20 23:22:52.860 INFO O| Dec 20 23:22:52.860 INFO STEP 68 (remove_files) COMPLETE
45462024-12-20T23:22:54.102Z[ recovery-image] Dec 20 23:22:52.860 INFO O| Dec 20 23:22:52.860 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45472024-12-20T23:22:54.115Z[ recovery-image] Dec 20 23:22:52.877 INFO O| Dec 20 23:22:52.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
45482024-12-20T23:22:54.115Z[ recovery-image] Dec 20 23:22:52.877 INFO O| Dec 20 23:22:52.877 INFO STEP 69 (remove_files) COMPLETE
45492024-12-20T23:22:54.118Z[ recovery-image] Dec 20 23:22:52.877 INFO O| Dec 20 23:22:52.877 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45502024-12-20T23:22:54.138Z[ recovery-image] Dec 20 23:22:52.894 INFO O| Dec 20 23:22:52.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
45512024-12-20T23:22:54.138Z[ recovery-image] Dec 20 23:22:52.894 INFO O| Dec 20 23:22:52.894 INFO STEP 70 (remove_files) COMPLETE
45522024-12-20T23:22:54.138Z[ recovery-image] Dec 20 23:22:52.894 INFO O| Dec 20 23:22:52.894 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45532024-12-20T23:22:54.150Z[ recovery-image] Dec 20 23:22:52.912 INFO O| Dec 20 23:22:52.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
45542024-12-20T23:22:54.150Z[ recovery-image] Dec 20 23:22:52.912 INFO O| Dec 20 23:22:52.912 INFO STEP 71 (remove_files) COMPLETE
45552024-12-20T23:22:54.150Z[ recovery-image] Dec 20 23:22:52.912 INFO O| Dec 20 23:22:52.912 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45562024-12-20T23:22:54.249Z[ recovery-image] Dec 20 23:22:52.949 INFO O| Dec 20 23:22:52.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
45572024-12-20T23:22:54.249Z[ recovery-image] Dec 20 23:22:52.970 INFO O| Dec 20 23:22:52.970 INFO STEP 72 (remove_files) COMPLETE
45582024-12-20T23:22:54.249Z[ recovery-image] Dec 20 23:22:52.970 INFO O| Dec 20 23:22:52.970 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45592024-12-20T23:22:54.249Z[ recovery-image] Dec 20 23:22:52.991 INFO O| Dec 20 23:22:52.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
45602024-12-20T23:22:54.249Z[ recovery-image] Dec 20 23:22:52.991 INFO O| Dec 20 23:22:52.991 INFO STEP 73 (remove_files) COMPLETE
45612024-12-20T23:22:54.249Z[ recovery-image] Dec 20 23:22:52.992 INFO O| Dec 20 23:22:52.991 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45622024-12-20T23:22:54.252Z[ recovery-image] Dec 20 23:22:53.012 INFO O| Dec 20 23:22:53.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
45632024-12-20T23:22:54.252Z[ recovery-image] Dec 20 23:22:53.012 INFO O| Dec 20 23:22:53.012 INFO STEP 74 (remove_files) COMPLETE
45642024-12-20T23:22:54.252Z[ recovery-image] Dec 20 23:22:53.012 INFO O| Dec 20 23:22:53.012 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45652024-12-20T23:22:54.271Z[ host-image] Dec 20 23:22:53.031 INFO O| Dec 20 23:22:53.031 INFO STEP 11 (pkg_install) COMPLETE
45662024-12-20T23:22:54.271Z[ host-image] Dec 20 23:22:53.032 INFO O| Dec 20 23:22:53.031 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
45672024-12-20T23:22:54.274Z[ recovery-image] Dec 20 23:22:53.032 INFO O| Dec 20 23:22:53.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
45682024-12-20T23:22:54.288Z[ host-image] Dec 20 23:22:53.050 INFO O| Dec 20 23:22:53.050 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"]
45692024-12-20T23:22:54.296Z[ recovery-image] Dec 20 23:22:53.058 INFO O| Dec 20 23:22:53.058 INFO STEP 75 (remove_files) COMPLETE
45702024-12-20T23:22:54.299Z[ recovery-image] Dec 20 23:22:53.058 INFO O| Dec 20 23:22:53.058 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45712024-12-20T23:22:54.317Z[ recovery-image] Dec 20 23:22:53.078 INFO O| Dec 20 23:22:53.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
45722024-12-20T23:22:54.322Z[ recovery-image] Dec 20 23:22:53.078 INFO O| Dec 20 23:22:53.078 INFO STEP 76 (remove_files) COMPLETE
45732024-12-20T23:22:54.322Z[ recovery-image] Dec 20 23:22:53.079 INFO O| Dec 20 23:22:53.078 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45742024-12-20T23:22:54.337Z[ recovery-image] Dec 20 23:22:53.098 INFO O| Dec 20 23:22:53.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
45752024-12-20T23:22:54.340Z[ recovery-image] Dec 20 23:22:53.098 INFO O| Dec 20 23:22:53.098 INFO STEP 77 (remove_files) COMPLETE
45762024-12-20T23:22:54.340Z[ recovery-image] Dec 20 23:22:53.098 INFO O| Dec 20 23:22:53.098 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45772024-12-20T23:22:54.363Z[ recovery-image] Dec 20 23:22:53.124 INFO O| Dec 20 23:22:53.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
45782024-12-20T23:22:54.363Z[ recovery-image] Dec 20 23:22:53.124 INFO O| Dec 20 23:22:53.124 INFO STEP 78 (remove_files) COMPLETE
45792024-12-20T23:22:54.363Z[ recovery-image] Dec 20 23:22:53.124 INFO O| Dec 20 23:22:53.124 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45802024-12-20T23:22:54.400Z[ recovery-image] Dec 20 23:22:53.161 INFO O| Dec 20 23:22:53.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
45812024-12-20T23:22:54.400Z[ recovery-image] Dec 20 23:22:53.161 INFO O| Dec 20 23:22:53.161 INFO STEP 79 (remove_files) COMPLETE
45822024-12-20T23:22:54.402Z[ recovery-image] Dec 20 23:22:53.161 INFO O| Dec 20 23:22:53.161 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45832024-12-20T23:22:54.421Z[ recovery-image] Dec 20 23:22:53.182 INFO O| Dec 20 23:22:53.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
45842024-12-20T23:22:54.421Z[ recovery-image] Dec 20 23:22:53.182 INFO O| Dec 20 23:22:53.182 INFO STEP 80 (remove_files) COMPLETE
45852024-12-20T23:22:54.424Z[ recovery-image] Dec 20 23:22:53.182 INFO O| Dec 20 23:22:53.182 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45862024-12-20T23:22:54.579Z[ recovery-image] Dec 20 23:22:53.339 INFO O| Dec 20 23:22:53.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
45872024-12-20T23:22:54.579Z[ recovery-image] Dec 20 23:22:53.339 INFO O| Dec 20 23:22:53.339 INFO STEP 81 (remove_files) COMPLETE
45882024-12-20T23:22:54.582Z[ recovery-image] Dec 20 23:22:53.339 INFO O| Dec 20 23:22:53.339 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45892024-12-20T23:22:54.631Z[ recovery-image] Dec 20 23:22:53.392 INFO O| Dec 20 23:22:53.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
45902024-12-20T23:22:54.635Z[ recovery-image] Dec 20 23:22:53.393 INFO O| Dec 20 23:22:53.392 INFO STEP 82 (remove_files) COMPLETE
45912024-12-20T23:22:54.635Z[ recovery-image] Dec 20 23:22:53.393 INFO O| Dec 20 23:22:53.393 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45922024-12-20T23:22:54.655Z[ recovery-image] Dec 20 23:22:53.417 INFO O| Dec 20 23:22:53.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
45932024-12-20T23:22:54.658Z[ recovery-image] Dec 20 23:22:53.417 INFO O| Dec 20 23:22:53.417 INFO STEP 83 (remove_files) COMPLETE
45942024-12-20T23:22:54.658Z[ recovery-image] Dec 20 23:22:53.417 INFO O| Dec 20 23:22:53.417 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45952024-12-20T23:22:54.692Z[ recovery-image] Dec 20 23:22:53.453 INFO O| Dec 20 23:22:53.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
45962024-12-20T23:22:54.701Z[ recovery-image] Dec 20 23:22:53.463 INFO O| Dec 20 23:22:53.463 INFO STEP 84 (remove_files) COMPLETE
45972024-12-20T23:22:54.701Z[ recovery-image] Dec 20 23:22:53.463 INFO O| Dec 20 23:22:53.463 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45982024-12-20T23:22:54.801Z[ recovery-image] Dec 20 23:22:53.562 INFO O| Dec 20 23:22:53.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
45992024-12-20T23:22:54.801Z[ recovery-image] Dec 20 23:22:53.562 INFO O| Dec 20 23:22:53.562 INFO STEP 85 (remove_files) COMPLETE
46002024-12-20T23:22:54.801Z[ recovery-image] Dec 20 23:22:53.562 INFO O| Dec 20 23:22:53.562 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46012024-12-20T23:22:54.827Z[ recovery-image] Dec 20 23:22:53.588 INFO O| Dec 20 23:22:53.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
46022024-12-20T23:22:54.827Z[ recovery-image] Dec 20 23:22:53.588 INFO O| Dec 20 23:22:53.588 INFO STEP 86 (remove_files) COMPLETE
46032024-12-20T23:22:54.830Z[ recovery-image] Dec 20 23:22:53.588 INFO O| Dec 20 23:22:53.588 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46042024-12-20T23:22:54.851Z[ recovery-image] Dec 20 23:22:53.612 INFO O| Dec 20 23:22:53.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
46052024-12-20T23:22:54.851Z[ recovery-image] Dec 20 23:22:53.613 INFO O| Dec 20 23:22:53.612 INFO STEP 87 (remove_files) COMPLETE
46062024-12-20T23:22:54.851Z[ recovery-image] Dec 20 23:22:53.613 INFO O| Dec 20 23:22:53.612 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46072024-12-20T23:22:54.875Z[ recovery-image] Dec 20 23:22:53.636 INFO O| Dec 20 23:22:53.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
46082024-12-20T23:22:54.875Z[ recovery-image] Dec 20 23:22:53.636 INFO O| Dec 20 23:22:53.636 INFO STEP 88 (remove_files) COMPLETE
46092024-12-20T23:22:54.878Z[ recovery-image] Dec 20 23:22:53.636 INFO O| Dec 20 23:22:53.636 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46102024-12-20T23:22:54.897Z[ recovery-image] Dec 20 23:22:53.658 INFO O| Dec 20 23:22:53.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
46112024-12-20T23:22:54.897Z[ recovery-image] Dec 20 23:22:53.658 INFO O| Dec 20 23:22:53.658 INFO STEP 89 (remove_files) COMPLETE
46122024-12-20T23:22:54.899Z[ recovery-image] Dec 20 23:22:53.658 INFO O| Dec 20 23:22:53.658 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46132024-12-20T23:22:54.920Z[ recovery-image] Dec 20 23:22:53.682 INFO O| Dec 20 23:22:53.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
46142024-12-20T23:22:54.920Z[ recovery-image] Dec 20 23:22:53.682 INFO O| Dec 20 23:22:53.682 INFO STEP 90 (remove_files) COMPLETE
46152024-12-20T23:22:54.923Z[ recovery-image] Dec 20 23:22:53.682 INFO O| Dec 20 23:22:53.682 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46162024-12-20T23:22:54.944Z[ recovery-image] Dec 20 23:22:53.705 INFO O| Dec 20 23:22:53.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
46172024-12-20T23:22:54.944Z[ recovery-image] Dec 20 23:22:53.706 INFO O| Dec 20 23:22:53.705 INFO STEP 91 (remove_files) COMPLETE
46182024-12-20T23:22:54.947Z[ recovery-image] Dec 20 23:22:53.706 INFO O| Dec 20 23:22:53.706 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46192024-12-20T23:22:54.969Z[ recovery-image] Dec 20 23:22:53.730 INFO O| Dec 20 23:22:53.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
46202024-12-20T23:22:54.969Z[ recovery-image] Dec 20 23:22:53.730 INFO O| Dec 20 23:22:53.730 INFO STEP 92 (remove_files) COMPLETE
46212024-12-20T23:22:54.972Z[ recovery-image] Dec 20 23:22:53.730 INFO O| Dec 20 23:22:53.730 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46222024-12-20T23:22:54.991Z[ recovery-image] Dec 20 23:22:53.752 INFO O| Dec 20 23:22:53.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
46232024-12-20T23:22:54.992Z[ recovery-image] Dec 20 23:22:53.753 INFO O| Dec 20 23:22:53.753 INFO STEP 93 (remove_files) COMPLETE
46242024-12-20T23:22:54.994Z[ recovery-image] Dec 20 23:22:53.753 INFO O| Dec 20 23:22:53.753 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46252024-12-20T23:22:55.015Z[ recovery-image] Dec 20 23:22:53.777 INFO O| Dec 20 23:22:53.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
46262024-12-20T23:22:55.015Z[ recovery-image] Dec 20 23:22:53.777 INFO O| Dec 20 23:22:53.777 INFO STEP 94 (remove_files) COMPLETE
46272024-12-20T23:22:55.018Z[ recovery-image] Dec 20 23:22:53.777 INFO O| Dec 20 23:22:53.777 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46282024-12-20T23:22:55.058Z[ recovery-image] Dec 20 23:22:53.819 INFO O| Dec 20 23:22:53.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
46292024-12-20T23:22:55.058Z[ recovery-image] Dec 20 23:22:53.819 INFO O| Dec 20 23:22:53.819 INFO STEP 95 (remove_files) COMPLETE
46302024-12-20T23:22:55.061Z[ recovery-image] Dec 20 23:22:53.819 INFO O| Dec 20 23:22:53.819 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46312024-12-20T23:22:55.356Z[ recovery-image] Dec 20 23:22:54.118 INFO O| Dec 20 23:22:54.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
46322024-12-20T23:22:55.356Z[ recovery-image] Dec 20 23:22:54.118 INFO O| Dec 20 23:22:54.118 INFO STEP 96 (remove_files) COMPLETE
46332024-12-20T23:22:55.359Z[ recovery-image] Dec 20 23:22:54.118 INFO O| Dec 20 23:22:54.118 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46342024-12-20T23:22:55.397Z[ recovery-image] Dec 20 23:22:54.158 INFO O| Dec 20 23:22:54.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
46352024-12-20T23:22:55.397Z[ recovery-image] Dec 20 23:22:54.158 INFO O| Dec 20 23:22:54.158 INFO STEP 97 (remove_files) COMPLETE
46362024-12-20T23:22:55.397Z[ recovery-image] Dec 20 23:22:54.158 INFO O| Dec 20 23:22:54.158 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46372024-12-20T23:22:55.433Z[ recovery-image] Dec 20 23:22:54.194 INFO O| Dec 20 23:22:54.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
46382024-12-20T23:22:55.433Z[ recovery-image] Dec 20 23:22:54.194 INFO O| Dec 20 23:22:54.194 INFO STEP 98 (remove_files) COMPLETE
46392024-12-20T23:22:55.436Z[ recovery-image] Dec 20 23:22:54.195 INFO O| Dec 20 23:22:54.194 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46402024-12-20T23:22:55.463Z[ recovery-image] Dec 20 23:22:54.224 INFO O| Dec 20 23:22:54.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
46412024-12-20T23:22:55.463Z[ recovery-image] Dec 20 23:22:54.224 INFO O| Dec 20 23:22:54.224 INFO STEP 99 (remove_files) COMPLETE
46422024-12-20T23:22:55.466Z[ recovery-image] Dec 20 23:22:54.224 INFO O| Dec 20 23:22:54.224 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46432024-12-20T23:22:55.489Z[ recovery-image] Dec 20 23:22:54.250 INFO O| Dec 20 23:22:54.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
46442024-12-20T23:22:55.489Z[ recovery-image] Dec 20 23:22:54.250 INFO O| Dec 20 23:22:54.250 INFO STEP 100 (remove_files) COMPLETE
46452024-12-20T23:22:55.495Z[ recovery-image] Dec 20 23:22:54.251 INFO O| Dec 20 23:22:54.250 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46462024-12-20T23:22:56.356Z[ recovery-image] Dec 20 23:22:55.117 INFO O| Dec 20 23:22:55.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
46472024-12-20T23:22:56.356Z[ recovery-image] Dec 20 23:22:55.117 INFO O| Dec 20 23:22:55.117 INFO STEP 101 (remove_files) COMPLETE
46482024-12-20T23:22:56.356Z[ recovery-image] Dec 20 23:22:55.118 INFO O| Dec 20 23:22:55.117 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46492024-12-20T23:22:56.398Z[ recovery-image] Dec 20 23:22:55.159 INFO O| Dec 20 23:22:55.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
46502024-12-20T23:22:56.398Z[ recovery-image] Dec 20 23:22:55.159 INFO O| Dec 20 23:22:55.159 INFO STEP 102 (remove_files) COMPLETE
46512024-12-20T23:22:56.403Z[ recovery-image] Dec 20 23:22:55.159 INFO O| Dec 20 23:22:55.159 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46522024-12-20T23:22:56.433Z[ recovery-image] Dec 20 23:22:55.194 INFO O| Dec 20 23:22:55.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
46532024-12-20T23:22:56.435Z[ recovery-image] Dec 20 23:22:55.194 INFO O| Dec 20 23:22:55.194 INFO STEP 103 (remove_files) COMPLETE
46542024-12-20T23:22:56.435Z[ recovery-image] Dec 20 23:22:55.194 INFO O| Dec 20 23:22:55.194 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46552024-12-20T23:22:56.483Z[ recovery-image] Dec 20 23:22:55.244 INFO O| Dec 20 23:22:55.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
46562024-12-20T23:22:56.483Z[ recovery-image] Dec 20 23:22:55.244 INFO O| Dec 20 23:22:55.244 INFO STEP 104 (remove_files) COMPLETE
46572024-12-20T23:22:56.485Z[ recovery-image] Dec 20 23:22:55.244 INFO O| Dec 20 23:22:55.244 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46582024-12-20T23:22:56.505Z[ recovery-image] Dec 20 23:22:55.266 INFO O| Dec 20 23:22:55.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
46592024-12-20T23:22:56.505Z[ recovery-image] Dec 20 23:22:55.266 INFO O| Dec 20 23:22:55.266 INFO STEP 105 (remove_files) COMPLETE
46602024-12-20T23:22:56.508Z[ recovery-image] Dec 20 23:22:55.266 INFO O| Dec 20 23:22:55.266 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46612024-12-20T23:22:56.524Z[ recovery-image] Dec 20 23:22:55.284 INFO O| Dec 20 23:22:55.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
46622024-12-20T23:22:56.524Z[ recovery-image] Dec 20 23:22:55.284 INFO O| Dec 20 23:22:55.284 INFO STEP 106 (remove_files) COMPLETE
46632024-12-20T23:22:56.524Z[ recovery-image] Dec 20 23:22:55.284 INFO O| Dec 20 23:22:55.284 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46642024-12-20T23:22:56.545Z[ recovery-image] Dec 20 23:22:55.305 INFO O| Dec 20 23:22:55.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
46652024-12-20T23:22:56.545Z[ recovery-image] Dec 20 23:22:55.306 INFO O| Dec 20 23:22:55.305 INFO STEP 107 (remove_files) COMPLETE
46662024-12-20T23:22:56.545Z[ recovery-image] Dec 20 23:22:55.306 INFO O| Dec 20 23:22:55.306 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46672024-12-20T23:22:56.565Z[ recovery-image] Dec 20 23:22:55.326 INFO O| Dec 20 23:22:55.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
46682024-12-20T23:22:56.565Z[ recovery-image] Dec 20 23:22:55.326 INFO O| Dec 20 23:22:55.326 INFO STEP 108 (remove_files) COMPLETE
46692024-12-20T23:22:56.565Z[ recovery-image] Dec 20 23:22:55.326 INFO O| Dec 20 23:22:55.326 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46702024-12-20T23:22:56.583Z[ recovery-image] Dec 20 23:22:55.344 INFO O| Dec 20 23:22:55.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
46712024-12-20T23:22:56.583Z[ recovery-image] Dec 20 23:22:55.344 INFO O| Dec 20 23:22:55.344 INFO STEP 109 (remove_files) COMPLETE
46722024-12-20T23:22:56.583Z[ recovery-image] Dec 20 23:22:55.344 INFO O| Dec 20 23:22:55.344 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46732024-12-20T23:22:56.604Z[ recovery-image] Dec 20 23:22:55.365 INFO O| Dec 20 23:22:55.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
46742024-12-20T23:22:56.604Z[ recovery-image] Dec 20 23:22:55.365 INFO O| Dec 20 23:22:55.365 INFO STEP 110 (remove_files) COMPLETE
46752024-12-20T23:22:56.607Z[ recovery-image] Dec 20 23:22:55.365 INFO O| Dec 20 23:22:55.365 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46762024-12-20T23:22:56.626Z[ recovery-image] Dec 20 23:22:55.387 INFO O| Dec 20 23:22:55.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
46772024-12-20T23:22:56.626Z[ recovery-image] Dec 20 23:22:55.387 INFO O| Dec 20 23:22:55.387 INFO STEP 111 (remove_files) COMPLETE
46782024-12-20T23:22:56.628Z[ recovery-image] Dec 20 23:22:55.387 INFO O| Dec 20 23:22:55.387 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46792024-12-20T23:22:56.645Z[ recovery-image] Dec 20 23:22:55.406 INFO O| Dec 20 23:22:55.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
46802024-12-20T23:22:56.645Z[ recovery-image] Dec 20 23:22:55.406 INFO O| Dec 20 23:22:55.406 INFO STEP 112 (remove_files) COMPLETE
46812024-12-20T23:22:56.645Z[ recovery-image] Dec 20 23:22:55.406 INFO O| Dec 20 23:22:55.406 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46822024-12-20T23:22:56.666Z[ recovery-image] Dec 20 23:22:55.427 INFO O| Dec 20 23:22:55.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
46832024-12-20T23:22:56.666Z[ recovery-image] Dec 20 23:22:55.427 INFO O| Dec 20 23:22:55.427 INFO STEP 113 (remove_files) COMPLETE
46842024-12-20T23:22:56.666Z[ recovery-image] Dec 20 23:22:55.427 INFO O| Dec 20 23:22:55.427 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46852024-12-20T23:22:56.684Z[ recovery-image] Dec 20 23:22:55.445 INFO O| Dec 20 23:22:55.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
46862024-12-20T23:22:56.684Z[ recovery-image] Dec 20 23:22:55.445 INFO O| Dec 20 23:22:55.445 INFO STEP 114 (remove_files) COMPLETE
46872024-12-20T23:22:56.684Z[ recovery-image] Dec 20 23:22:55.445 INFO O| Dec 20 23:22:55.445 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46882024-12-20T23:22:56.703Z[ recovery-image] Dec 20 23:22:55.464 INFO O| Dec 20 23:22:55.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
46892024-12-20T23:22:56.703Z[ recovery-image] Dec 20 23:22:55.464 INFO O| Dec 20 23:22:55.464 INFO STEP 115 (remove_files) COMPLETE
46902024-12-20T23:22:56.703Z[ recovery-image] Dec 20 23:22:55.464 INFO O| Dec 20 23:22:55.464 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46912024-12-20T23:22:56.745Z[ recovery-image] Dec 20 23:22:55.506 INFO O| Dec 20 23:22:55.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
46922024-12-20T23:22:56.748Z[ recovery-image] Dec 20 23:22:55.507 INFO O| Dec 20 23:22:55.506 INFO STEP 116 (remove_files) COMPLETE
46932024-12-20T23:22:56.748Z[ recovery-image] Dec 20 23:22:55.507 INFO O| Dec 20 23:22:55.507 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46942024-12-20T23:22:56.774Z[ recovery-image] Dec 20 23:22:55.535 INFO O| Dec 20 23:22:55.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
46952024-12-20T23:22:56.774Z[ recovery-image] Dec 20 23:22:55.535 INFO O| Dec 20 23:22:55.535 INFO STEP 117 (remove_files) COMPLETE
46962024-12-20T23:22:56.777Z[ recovery-image] Dec 20 23:22:55.535 INFO O| Dec 20 23:22:55.535 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46972024-12-20T23:22:56.826Z[ recovery-image] Dec 20 23:22:55.587 INFO O| Dec 20 23:22:55.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
46982024-12-20T23:22:56.829Z[ recovery-image] Dec 20 23:22:55.587 INFO O| Dec 20 23:22:55.587 INFO STEP 118 (remove_files) COMPLETE
46992024-12-20T23:22:56.829Z[ recovery-image] Dec 20 23:22:55.587 INFO O| Dec 20 23:22:55.587 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47002024-12-20T23:22:56.886Z[ recovery-image] Dec 20 23:22:55.647 INFO O| Dec 20 23:22:55.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
47012024-12-20T23:22:56.910Z[ recovery-image] Dec 20 23:22:55.670 INFO O| Dec 20 23:22:55.670 INFO STEP 119 (remove_files) COMPLETE
47022024-12-20T23:22:56.914Z[ recovery-image] Dec 20 23:22:55.670 INFO O| Dec 20 23:22:55.670 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47032024-12-20T23:22:56.914Z[ host-image] Dec 20 23:22:55.674 INFO O| Dec 20 23:22:55.674 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
47042024-12-20T23:22:56.969Z[ recovery-image] Dec 20 23:22:55.731 INFO O| Dec 20 23:22:55.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
47052024-12-20T23:22:56.993Z[ recovery-image] Dec 20 23:22:55.754 INFO O| Dec 20 23:22:55.754 INFO STEP 120 (remove_files) COMPLETE
47062024-12-20T23:22:56.993Z[ recovery-image] Dec 20 23:22:55.754 INFO O| Dec 20 23:22:55.754 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47072024-12-20T23:22:57.035Z[ recovery-image] Dec 20 23:22:55.795 INFO O| Dec 20 23:22:55.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
47082024-12-20T23:22:57.035Z[ recovery-image] Dec 20 23:22:55.795 INFO O| Dec 20 23:22:55.795 INFO STEP 121 (remove_files) COMPLETE
47092024-12-20T23:22:57.035Z[ recovery-image] Dec 20 23:22:55.796 INFO O| Dec 20 23:22:55.795 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47102024-12-20T23:22:57.069Z[ recovery-image] Dec 20 23:22:55.830 INFO O| Dec 20 23:22:55.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
47112024-12-20T23:22:57.069Z[ recovery-image] Dec 20 23:22:55.830 INFO O| Dec 20 23:22:55.830 INFO STEP 122 (remove_files) COMPLETE
47122024-12-20T23:22:57.072Z[ recovery-image] Dec 20 23:22:55.830 INFO O| Dec 20 23:22:55.830 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47132024-12-20T23:22:57.088Z[ recovery-image] Dec 20 23:22:55.849 INFO O| Dec 20 23:22:55.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
47142024-12-20T23:22:57.088Z[ recovery-image] Dec 20 23:22:55.849 INFO O| Dec 20 23:22:55.849 INFO STEP 123 (remove_files) COMPLETE
47152024-12-20T23:22:57.091Z[ recovery-image] Dec 20 23:22:55.849 INFO O| Dec 20 23:22:55.849 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47162024-12-20T23:22:57.127Z[ recovery-image] Dec 20 23:22:55.888 INFO O| Dec 20 23:22:55.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
47172024-12-20T23:22:57.130Z[ recovery-image] Dec 20 23:22:55.888 INFO O| Dec 20 23:22:55.888 INFO STEP 124 (remove_files) COMPLETE
47182024-12-20T23:22:57.130Z[ recovery-image] Dec 20 23:22:55.888 INFO O| Dec 20 23:22:55.888 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47192024-12-20T23:22:57.147Z[ recovery-image] Dec 20 23:22:55.908 INFO O| Dec 20 23:22:55.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
47202024-12-20T23:22:57.150Z[ recovery-image] Dec 20 23:22:55.908 INFO O| Dec 20 23:22:55.908 INFO STEP 125 (remove_files) COMPLETE
47212024-12-20T23:22:57.150Z[ recovery-image] Dec 20 23:22:55.908 INFO O| Dec 20 23:22:55.908 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47222024-12-20T23:22:57.165Z[ recovery-image] Dec 20 23:22:55.926 INFO O| Dec 20 23:22:55.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
47232024-12-20T23:22:57.168Z[ recovery-image] Dec 20 23:22:55.927 INFO O| Dec 20 23:22:55.927 INFO STEP 126 (remove_files) COMPLETE
47242024-12-20T23:22:57.168Z[ recovery-image] Dec 20 23:22:55.927 INFO O| Dec 20 23:22:55.927 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47252024-12-20T23:22:57.203Z[ recovery-image] Dec 20 23:22:55.964 INFO O| Dec 20 23:22:55.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
47262024-12-20T23:22:57.203Z[ recovery-image] Dec 20 23:22:55.964 INFO O| Dec 20 23:22:55.964 INFO STEP 127 (remove_files) COMPLETE
47272024-12-20T23:22:57.203Z[ recovery-image] Dec 20 23:22:55.964 INFO O| Dec 20 23:22:55.964 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47282024-12-20T23:22:57.240Z[ recovery-image] Dec 20 23:22:56.001 INFO O| Dec 20 23:22:56.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
47292024-12-20T23:22:57.242Z[ recovery-image] Dec 20 23:22:56.001 INFO O| Dec 20 23:22:56.001 INFO STEP 128 (remove_files) COMPLETE
47302024-12-20T23:22:57.242Z[ recovery-image] Dec 20 23:22:56.001 INFO O| Dec 20 23:22:56.001 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47312024-12-20T23:22:57.261Z[ recovery-image] Dec 20 23:22:56.021 INFO O| Dec 20 23:22:56.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
47322024-12-20T23:22:57.265Z[ recovery-image] Dec 20 23:22:56.021 INFO O| Dec 20 23:22:56.021 INFO STEP 129 (remove_files) COMPLETE
47332024-12-20T23:22:57.265Z[ recovery-image] Dec 20 23:22:56.022 INFO O| Dec 20 23:22:56.021 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47342024-12-20T23:22:57.297Z[ recovery-image] Dec 20 23:22:56.058 INFO O| Dec 20 23:22:56.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
47352024-12-20T23:22:57.297Z[ recovery-image] Dec 20 23:22:56.058 INFO O| Dec 20 23:22:56.058 INFO STEP 130 (remove_files) COMPLETE
47362024-12-20T23:22:57.297Z[ recovery-image] Dec 20 23:22:56.058 INFO O| Dec 20 23:22:56.058 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47372024-12-20T23:22:57.334Z[ recovery-image] Dec 20 23:22:56.095 INFO O| Dec 20 23:22:56.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
47382024-12-20T23:22:57.334Z[ recovery-image] Dec 20 23:22:56.095 INFO O| Dec 20 23:22:56.095 INFO STEP 131 (remove_files) COMPLETE
47392024-12-20T23:22:57.337Z[ recovery-image] Dec 20 23:22:56.095 INFO O| Dec 20 23:22:56.095 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47402024-12-20T23:22:57.402Z[ recovery-image] Dec 20 23:22:56.163 INFO O| Dec 20 23:22:56.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
47412024-12-20T23:22:57.403Z[ recovery-image] Dec 20 23:22:56.163 INFO O| Dec 20 23:22:56.163 INFO STEP 132 (remove_files) COMPLETE
47422024-12-20T23:22:57.406Z[ recovery-image] Dec 20 23:22:56.163 INFO O| Dec 20 23:22:56.163 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47432024-12-20T23:22:57.422Z[ recovery-image] Dec 20 23:22:56.183 INFO O| Dec 20 23:22:56.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
47442024-12-20T23:22:57.422Z[ recovery-image] Dec 20 23:22:56.183 INFO O| Dec 20 23:22:56.183 INFO STEP 133 (remove_files) COMPLETE
47452024-12-20T23:22:57.422Z[ recovery-image] Dec 20 23:22:56.183 INFO O| Dec 20 23:22:56.183 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47462024-12-20T23:22:57.455Z[ recovery-image] Dec 20 23:22:56.216 INFO O| Dec 20 23:22:56.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
47472024-12-20T23:22:57.455Z[ recovery-image] Dec 20 23:22:56.216 INFO O| Dec 20 23:22:56.216 INFO STEP 134 (remove_files) COMPLETE
47482024-12-20T23:22:57.458Z[ recovery-image] Dec 20 23:22:56.216 INFO O| Dec 20 23:22:56.216 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47492024-12-20T23:22:57.511Z[ recovery-image] Dec 20 23:22:56.272 INFO O| Dec 20 23:22:56.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
47502024-12-20T23:22:57.511Z[ recovery-image] Dec 20 23:22:56.272 INFO O| Dec 20 23:22:56.272 INFO STEP 135 (remove_files) COMPLETE
47512024-12-20T23:22:57.511Z[ recovery-image] Dec 20 23:22:56.272 INFO O| Dec 20 23:22:56.272 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47522024-12-20T23:22:57.532Z[ recovery-image] Dec 20 23:22:56.293 INFO O| Dec 20 23:22:56.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
47532024-12-20T23:22:57.532Z[ recovery-image] Dec 20 23:22:56.293 INFO O| Dec 20 23:22:56.293 INFO STEP 136 (remove_files) COMPLETE
47542024-12-20T23:22:57.535Z[ recovery-image] Dec 20 23:22:56.293 INFO O| Dec 20 23:22:56.293 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47552024-12-20T23:22:57.553Z[ recovery-image] Dec 20 23:22:56.314 INFO O| Dec 20 23:22:56.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
47562024-12-20T23:22:57.553Z[ recovery-image] Dec 20 23:22:56.314 INFO O| Dec 20 23:22:56.314 INFO STEP 137 (remove_files) COMPLETE
47572024-12-20T23:22:57.556Z[ recovery-image] Dec 20 23:22:56.314 INFO O| Dec 20 23:22:56.314 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47582024-12-20T23:22:57.572Z[ recovery-image] Dec 20 23:22:56.333 INFO O| Dec 20 23:22:56.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
47592024-12-20T23:22:57.572Z[ recovery-image] Dec 20 23:22:56.333 INFO O| Dec 20 23:22:56.333 INFO STEP 138 (remove_files) COMPLETE
47602024-12-20T23:22:57.573Z[ recovery-image] Dec 20 23:22:56.334 INFO O| Dec 20 23:22:56.333 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47612024-12-20T23:22:57.592Z[ recovery-image] Dec 20 23:22:56.353 INFO O| Dec 20 23:22:56.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
47622024-12-20T23:22:57.593Z[ recovery-image] Dec 20 23:22:56.353 INFO O| Dec 20 23:22:56.353 INFO STEP 139 (remove_files) COMPLETE
47632024-12-20T23:22:57.597Z[ recovery-image] Dec 20 23:22:56.353 INFO O| Dec 20 23:22:56.353 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47642024-12-20T23:22:57.633Z[ recovery-image] Dec 20 23:22:56.394 INFO O| Dec 20 23:22:56.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
47652024-12-20T23:22:57.633Z[ recovery-image] Dec 20 23:22:56.394 INFO O| Dec 20 23:22:56.394 INFO STEP 140 (remove_files) COMPLETE
47662024-12-20T23:22:57.633Z[ recovery-image] Dec 20 23:22:56.394 INFO O| Dec 20 23:22:56.394 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47672024-12-20T23:22:57.654Z[ recovery-image] Dec 20 23:22:56.415 INFO O| Dec 20 23:22:56.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
47682024-12-20T23:22:57.658Z[ recovery-image] Dec 20 23:22:56.415 INFO O| Dec 20 23:22:56.415 INFO STEP 141 (remove_files) COMPLETE
47692024-12-20T23:22:57.658Z[ recovery-image] Dec 20 23:22:56.415 INFO O| Dec 20 23:22:56.415 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47702024-12-20T23:22:57.676Z[ recovery-image] Dec 20 23:22:56.435 INFO O| Dec 20 23:22:56.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
47712024-12-20T23:22:57.676Z[ recovery-image] Dec 20 23:22:56.435 INFO O| Dec 20 23:22:56.435 INFO STEP 142 (remove_files) COMPLETE
47722024-12-20T23:22:57.676Z[ recovery-image] Dec 20 23:22:56.435 INFO O| Dec 20 23:22:56.435 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47732024-12-20T23:22:57.705Z[ recovery-image] Dec 20 23:22:56.465 INFO O| Dec 20 23:22:56.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
47742024-12-20T23:22:57.708Z[ recovery-image] Dec 20 23:22:56.465 INFO O| Dec 20 23:22:56.465 INFO STEP 143 (remove_files) COMPLETE
47752024-12-20T23:22:57.708Z[ recovery-image] Dec 20 23:22:56.465 INFO O| Dec 20 23:22:56.465 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47762024-12-20T23:22:57.742Z[ recovery-image] Dec 20 23:22:56.503 INFO O| Dec 20 23:22:56.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
47772024-12-20T23:22:57.742Z[ recovery-image] Dec 20 23:22:56.503 INFO O| Dec 20 23:22:56.503 INFO STEP 144 (remove_files) COMPLETE
47782024-12-20T23:22:57.742Z[ recovery-image] Dec 20 23:22:56.503 INFO O| Dec 20 23:22:56.503 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47792024-12-20T23:22:57.766Z[ recovery-image] Dec 20 23:22:56.527 INFO O| Dec 20 23:22:56.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
47802024-12-20T23:22:57.766Z[ recovery-image] Dec 20 23:22:56.527 INFO O| Dec 20 23:22:56.527 INFO STEP 145 (remove_files) COMPLETE
47812024-12-20T23:22:57.766Z[ recovery-image] Dec 20 23:22:56.527 INFO O| Dec 20 23:22:56.527 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47822024-12-20T23:22:57.791Z[ recovery-image] Dec 20 23:22:56.552 INFO O| Dec 20 23:22:56.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
47832024-12-20T23:22:57.794Z[ recovery-image] Dec 20 23:22:56.552 INFO O| Dec 20 23:22:56.552 INFO STEP 146 (remove_files) COMPLETE
47842024-12-20T23:22:57.794Z[ recovery-image] Dec 20 23:22:56.553 INFO O| Dec 20 23:22:56.553 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47852024-12-20T23:22:57.815Z[ recovery-image] Dec 20 23:22:56.575 INFO O| Dec 20 23:22:56.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
47862024-12-20T23:22:57.818Z[ recovery-image] Dec 20 23:22:56.576 INFO O| Dec 20 23:22:56.576 INFO STEP 147 (remove_files) COMPLETE
47872024-12-20T23:22:57.818Z[ recovery-image] Dec 20 23:22:56.576 INFO O| Dec 20 23:22:56.576 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47882024-12-20T23:22:57.850Z[ recovery-image] Dec 20 23:22:56.597 INFO O| Dec 20 23:22:56.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
47892024-12-20T23:22:57.850Z[ recovery-image] Dec 20 23:22:56.597 INFO O| Dec 20 23:22:56.597 INFO STEP 148 (remove_files) COMPLETE
47902024-12-20T23:22:57.850Z[ recovery-image] Dec 20 23:22:56.598 INFO O| Dec 20 23:22:56.597 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47912024-12-20T23:22:57.856Z[ recovery-image] Dec 20 23:22:56.617 INFO O| Dec 20 23:22:56.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
47922024-12-20T23:22:57.859Z[ recovery-image] Dec 20 23:22:56.617 INFO O| Dec 20 23:22:56.617 INFO STEP 149 (remove_files) COMPLETE
47932024-12-20T23:22:57.859Z[ recovery-image] Dec 20 23:22:56.618 INFO O| Dec 20 23:22:56.617 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47942024-12-20T23:22:57.878Z[ recovery-image] Dec 20 23:22:56.639 INFO O| Dec 20 23:22:56.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
47952024-12-20T23:22:57.878Z[ recovery-image] Dec 20 23:22:56.639 INFO O| Dec 20 23:22:56.639 INFO STEP 150 (remove_files) COMPLETE
47962024-12-20T23:22:57.881Z[ recovery-image] Dec 20 23:22:56.639 INFO O| Dec 20 23:22:56.639 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47972024-12-20T23:22:57.898Z[ recovery-image] Dec 20 23:22:56.659 INFO O| Dec 20 23:22:56.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
47982024-12-20T23:22:57.900Z[ recovery-image] Dec 20 23:22:56.659 INFO O| Dec 20 23:22:56.659 INFO STEP 151 (remove_files) COMPLETE
47992024-12-20T23:22:57.901Z[ recovery-image] Dec 20 23:22:56.659 INFO O| Dec 20 23:22:56.659 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48002024-12-20T23:22:57.923Z[ recovery-image] Dec 20 23:22:56.684 INFO O| Dec 20 23:22:56.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
48012024-12-20T23:22:57.923Z[ recovery-image] Dec 20 23:22:56.684 INFO O| Dec 20 23:22:56.684 INFO STEP 152 (remove_files) COMPLETE
48022024-12-20T23:22:57.926Z[ recovery-image] Dec 20 23:22:56.684 INFO O| Dec 20 23:22:56.684 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48032024-12-20T23:22:57.941Z[ recovery-image] Dec 20 23:22:56.702 INFO O| Dec 20 23:22:56.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
48042024-12-20T23:22:57.943Z[ recovery-image] Dec 20 23:22:56.702 INFO O| Dec 20 23:22:56.702 INFO STEP 153 (remove_files) COMPLETE
48052024-12-20T23:22:57.944Z[ recovery-image] Dec 20 23:22:56.702 INFO O| Dec 20 23:22:56.702 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48062024-12-20T23:22:58.018Z[ recovery-image] Dec 20 23:22:56.779 INFO O| Dec 20 23:22:56.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
48072024-12-20T23:22:58.018Z[ recovery-image] Dec 20 23:22:56.779 INFO O| Dec 20 23:22:56.779 INFO STEP 154 (remove_files) COMPLETE
48082024-12-20T23:22:58.021Z[ recovery-image] Dec 20 23:22:56.779 INFO O| Dec 20 23:22:56.779 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48092024-12-20T23:22:58.042Z[ recovery-image] Dec 20 23:22:56.803 INFO O| Dec 20 23:22:56.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
48102024-12-20T23:22:58.044Z[ recovery-image] Dec 20 23:22:56.803 INFO O| Dec 20 23:22:56.803 INFO STEP 155 (remove_files) COMPLETE
48112024-12-20T23:22:58.044Z[ recovery-image] Dec 20 23:22:56.803 INFO O| Dec 20 23:22:56.803 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48122024-12-20T23:22:58.064Z[ recovery-image] Dec 20 23:22:56.825 INFO O| Dec 20 23:22:56.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
48132024-12-20T23:22:58.067Z[ recovery-image] Dec 20 23:22:56.825 INFO O| Dec 20 23:22:56.825 INFO STEP 156 (remove_files) COMPLETE
48142024-12-20T23:22:58.067Z[ recovery-image] Dec 20 23:22:56.825 INFO O| Dec 20 23:22:56.825 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48152024-12-20T23:22:58.088Z[ recovery-image] Dec 20 23:22:56.848 INFO O| Dec 20 23:22:56.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
48162024-12-20T23:22:58.092Z[ recovery-image] Dec 20 23:22:56.849 INFO O| Dec 20 23:22:56.849 INFO STEP 157 (remove_files) COMPLETE
48172024-12-20T23:22:58.092Z[ recovery-image] Dec 20 23:22:56.849 INFO O| Dec 20 23:22:56.849 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48182024-12-20T23:22:58.115Z[ recovery-image] Dec 20 23:22:56.875 INFO O| Dec 20 23:22:56.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
48192024-12-20T23:22:58.118Z[ recovery-image] Dec 20 23:22:56.876 INFO O| Dec 20 23:22:56.875 INFO STEP 158 (remove_files) COMPLETE
48202024-12-20T23:22:58.118Z[ recovery-image] Dec 20 23:22:56.876 INFO O| Dec 20 23:22:56.876 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48212024-12-20T23:22:58.151Z[ recovery-image] Dec 20 23:22:56.912 INFO O| Dec 20 23:22:56.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
48222024-12-20T23:22:58.151Z[ recovery-image] Dec 20 23:22:56.912 INFO O| Dec 20 23:22:56.912 INFO STEP 159 (remove_files) COMPLETE
48232024-12-20T23:22:58.151Z[ recovery-image] Dec 20 23:22:56.912 INFO O| Dec 20 23:22:56.912 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48242024-12-20T23:22:58.173Z[ recovery-image] Dec 20 23:22:56.934 INFO O| Dec 20 23:22:56.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
48252024-12-20T23:22:58.173Z[ recovery-image] Dec 20 23:22:56.934 INFO O| Dec 20 23:22:56.934 INFO STEP 160 (remove_files) COMPLETE
48262024-12-20T23:22:58.173Z[ recovery-image] Dec 20 23:22:56.934 INFO O| Dec 20 23:22:56.934 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48272024-12-20T23:22:58.199Z[ recovery-image] Dec 20 23:22:56.959 INFO O| Dec 20 23:22:56.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
48282024-12-20T23:22:58.201Z[ recovery-image] Dec 20 23:22:56.959 INFO O| Dec 20 23:22:56.959 INFO STEP 161 (remove_files) COMPLETE
48292024-12-20T23:22:58.202Z[ recovery-image] Dec 20 23:22:56.959 INFO O| Dec 20 23:22:56.959 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48302024-12-20T23:22:58.220Z[ recovery-image] Dec 20 23:22:56.981 INFO O| Dec 20 23:22:56.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
48312024-12-20T23:22:58.220Z[ recovery-image] Dec 20 23:22:56.981 INFO O| Dec 20 23:22:56.981 INFO STEP 162 (remove_files) COMPLETE
48322024-12-20T23:22:58.220Z[ recovery-image] Dec 20 23:22:56.981 INFO O| Dec 20 23:22:56.981 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48332024-12-20T23:22:58.285Z[ recovery-image] Dec 20 23:22:57.045 INFO O| Dec 20 23:22:57.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
48342024-12-20T23:22:58.285Z[ recovery-image] Dec 20 23:22:57.046 INFO O| Dec 20 23:22:57.045 INFO STEP 163 (remove_files) COMPLETE
48352024-12-20T23:22:58.285Z[ recovery-image] Dec 20 23:22:57.046 INFO O| Dec 20 23:22:57.045 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48362024-12-20T23:22:58.326Z[ recovery-image] Dec 20 23:22:57.086 INFO O| Dec 20 23:22:57.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
48372024-12-20T23:22:58.326Z[ recovery-image] Dec 20 23:22:57.086 INFO O| Dec 20 23:22:57.086 INFO STEP 164 (remove_files) COMPLETE
48382024-12-20T23:22:58.326Z[ recovery-image] Dec 20 23:22:57.086 INFO O| Dec 20 23:22:57.086 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48392024-12-20T23:22:58.381Z[ recovery-image] Dec 20 23:22:57.142 INFO O| Dec 20 23:22:57.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
48402024-12-20T23:22:58.381Z[ recovery-image] Dec 20 23:22:57.142 INFO O| Dec 20 23:22:57.142 INFO STEP 165 (remove_files) COMPLETE
48412024-12-20T23:22:58.381Z[ recovery-image] Dec 20 23:22:57.142 INFO O| Dec 20 23:22:57.142 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48422024-12-20T23:22:58.398Z[ recovery-image] Dec 20 23:22:57.159 INFO O| Dec 20 23:22:57.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
48432024-12-20T23:22:58.400Z[ recovery-image] Dec 20 23:22:57.160 INFO O| Dec 20 23:22:57.159 INFO STEP 166 (remove_files) COMPLETE
48442024-12-20T23:22:58.400Z[ recovery-image] Dec 20 23:22:57.160 INFO O| Dec 20 23:22:57.159 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48452024-12-20T23:22:58.445Z[ recovery-image] Dec 20 23:22:57.206 INFO O| Dec 20 23:22:57.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
48462024-12-20T23:22:58.449Z[ recovery-image] Dec 20 23:22:57.206 INFO O| Dec 20 23:22:57.206 INFO STEP 167 (remove_files) COMPLETE
48472024-12-20T23:22:58.449Z[ recovery-image] Dec 20 23:22:57.206 INFO O| Dec 20 23:22:57.206 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48482024-12-20T23:22:58.534Z[ recovery-image] Dec 20 23:22:57.295 INFO O| Dec 20 23:22:57.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
48492024-12-20T23:22:58.534Z[ recovery-image] Dec 20 23:22:57.295 INFO O| Dec 20 23:22:57.295 INFO STEP 168 (remove_files) COMPLETE
48502024-12-20T23:22:58.536Z[ recovery-image] Dec 20 23:22:57.295 INFO O| Dec 20 23:22:57.295 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48512024-12-20T23:22:58.554Z[ recovery-image] Dec 20 23:22:57.315 INFO O| Dec 20 23:22:57.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
48522024-12-20T23:22:58.555Z[ recovery-image] Dec 20 23:22:57.315 INFO O| Dec 20 23:22:57.315 INFO STEP 169 (remove_files) COMPLETE
48532024-12-20T23:22:58.557Z[ recovery-image] Dec 20 23:22:57.315 INFO O| Dec 20 23:22:57.315 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48542024-12-20T23:22:58.576Z[ recovery-image] Dec 20 23:22:57.336 INFO O| Dec 20 23:22:57.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
48552024-12-20T23:22:58.576Z[ recovery-image] Dec 20 23:22:57.336 INFO O| Dec 20 23:22:57.336 INFO STEP 170 (remove_files) COMPLETE
48562024-12-20T23:22:58.576Z[ recovery-image] Dec 20 23:22:57.336 INFO O| Dec 20 23:22:57.336 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48572024-12-20T23:22:58.595Z[ recovery-image] Dec 20 23:22:57.356 INFO O| Dec 20 23:22:57.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
48582024-12-20T23:22:58.595Z[ recovery-image] Dec 20 23:22:57.356 INFO O| Dec 20 23:22:57.356 INFO STEP 171 (remove_files) COMPLETE
48592024-12-20T23:22:58.598Z[ recovery-image] Dec 20 23:22:57.356 INFO O| Dec 20 23:22:57.356 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48602024-12-20T23:22:58.629Z[ recovery-image] Dec 20 23:22:57.375 INFO O| Dec 20 23:22:57.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
48612024-12-20T23:22:58.629Z[ recovery-image] Dec 20 23:22:57.375 INFO O| Dec 20 23:22:57.375 INFO STEP 172 (remove_files) COMPLETE
48622024-12-20T23:22:58.640Z[ recovery-image] Dec 20 23:22:57.375 INFO O| Dec 20 23:22:57.375 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48632024-12-20T23:22:58.674Z[ recovery-image] Dec 20 23:22:57.435 INFO O| Dec 20 23:22:57.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
48642024-12-20T23:22:58.674Z[ recovery-image] Dec 20 23:22:57.435 INFO O| Dec 20 23:22:57.435 INFO STEP 173 (remove_files) COMPLETE
48652024-12-20T23:22:58.674Z[ recovery-image] Dec 20 23:22:57.435 INFO O| Dec 20 23:22:57.435 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48662024-12-20T23:22:58.706Z[ recovery-image] Dec 20 23:22:57.466 INFO O| Dec 20 23:22:57.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
48672024-12-20T23:22:58.707Z[ recovery-image] Dec 20 23:22:57.466 INFO O| Dec 20 23:22:57.466 INFO STEP 174 (remove_files) COMPLETE
48682024-12-20T23:22:58.707Z[ recovery-image] Dec 20 23:22:57.466 INFO O| Dec 20 23:22:57.466 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48692024-12-20T23:22:58.749Z[ recovery-image] Dec 20 23:22:57.510 INFO O| Dec 20 23:22:57.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
48702024-12-20T23:22:58.752Z[ recovery-image] Dec 20 23:22:57.510 INFO O| Dec 20 23:22:57.510 INFO STEP 175 (remove_files) COMPLETE
48712024-12-20T23:22:58.752Z[ recovery-image] Dec 20 23:22:57.510 INFO O| Dec 20 23:22:57.510 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48722024-12-20T23:22:58.772Z[ recovery-image] Dec 20 23:22:57.532 INFO O| Dec 20 23:22:57.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
48732024-12-20T23:22:58.831Z[ recovery-image] Dec 20 23:22:57.591 INFO O| Dec 20 23:22:57.591 INFO STEP 176 (remove_files) COMPLETE
48742024-12-20T23:22:58.831Z[ recovery-image] Dec 20 23:22:57.591 INFO O| Dec 20 23:22:57.591 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48752024-12-20T23:22:58.882Z[ recovery-image] Dec 20 23:22:57.643 INFO O| Dec 20 23:22:57.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
48762024-12-20T23:22:58.885Z[ recovery-image] Dec 20 23:22:57.643 INFO O| Dec 20 23:22:57.643 INFO STEP 177 (remove_files) COMPLETE
48772024-12-20T23:22:58.885Z[ recovery-image] Dec 20 23:22:57.643 INFO O| Dec 20 23:22:57.643 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48782024-12-20T23:22:58.963Z[ recovery-image] Dec 20 23:22:57.724 INFO O| Dec 20 23:22:57.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
48792024-12-20T23:22:58.963Z[ recovery-image] Dec 20 23:22:57.724 INFO O| Dec 20 23:22:57.724 INFO STEP 178 (remove_files) COMPLETE
48802024-12-20T23:22:58.966Z[ recovery-image] Dec 20 23:22:57.724 INFO O| Dec 20 23:22:57.724 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48812024-12-20T23:22:58.986Z[ recovery-image] Dec 20 23:22:57.747 INFO O| Dec 20 23:22:57.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
48822024-12-20T23:22:58.986Z[ recovery-image] Dec 20 23:22:57.747 INFO O| Dec 20 23:22:57.747 INFO STEP 179 (remove_files) COMPLETE
48832024-12-20T23:22:58.986Z[ recovery-image] Dec 20 23:22:57.747 INFO O| Dec 20 23:22:57.747 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48842024-12-20T23:22:59.005Z[ recovery-image] Dec 20 23:22:57.765 INFO O| Dec 20 23:22:57.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
48852024-12-20T23:22:59.005Z[ recovery-image] Dec 20 23:22:57.766 INFO O| Dec 20 23:22:57.766 INFO STEP 180 (remove_files) COMPLETE
48862024-12-20T23:22:59.008Z[ recovery-image] Dec 20 23:22:57.766 INFO O| Dec 20 23:22:57.766 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48872024-12-20T23:22:59.025Z[ recovery-image] Dec 20 23:22:57.785 INFO O| Dec 20 23:22:57.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
48882024-12-20T23:22:59.025Z[ recovery-image] Dec 20 23:22:57.785 INFO O| Dec 20 23:22:57.785 INFO STEP 181 (remove_files) COMPLETE
48892024-12-20T23:22:59.025Z[ recovery-image] Dec 20 23:22:57.785 INFO O| Dec 20 23:22:57.785 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48902024-12-20T23:22:59.063Z[ recovery-image] Dec 20 23:22:57.824 INFO O| Dec 20 23:22:57.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
48912024-12-20T23:22:59.063Z[ recovery-image] Dec 20 23:22:57.824 INFO O| Dec 20 23:22:57.824 INFO STEP 182 (remove_files) COMPLETE
48922024-12-20T23:22:59.063Z[ recovery-image] Dec 20 23:22:57.824 INFO O| Dec 20 23:22:57.824 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48932024-12-20T23:22:59.083Z[ recovery-image] Dec 20 23:22:57.844 INFO O| Dec 20 23:22:57.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
48942024-12-20T23:22:59.097Z[ recovery-image] Dec 20 23:22:57.857 INFO O| Dec 20 23:22:57.857 INFO STEP 183 (remove_files) COMPLETE
48952024-12-20T23:22:59.097Z[ recovery-image] Dec 20 23:22:57.857 INFO O| Dec 20 23:22:57.857 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48962024-12-20T23:22:59.123Z[ recovery-image] Dec 20 23:22:57.883 INFO O| Dec 20 23:22:57.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
48972024-12-20T23:22:59.123Z[ recovery-image] Dec 20 23:22:57.883 INFO O| Dec 20 23:22:57.883 INFO STEP 184 (remove_files) COMPLETE
48982024-12-20T23:22:59.126Z[ recovery-image] Dec 20 23:22:57.883 INFO O| Dec 20 23:22:57.883 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48992024-12-20T23:22:59.158Z[ recovery-image] Dec 20 23:22:57.919 INFO O| Dec 20 23:22:57.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
49002024-12-20T23:22:59.158Z[ recovery-image] Dec 20 23:22:57.919 INFO O| Dec 20 23:22:57.919 INFO STEP 185 (remove_files) COMPLETE
49012024-12-20T23:22:59.158Z[ recovery-image] Dec 20 23:22:57.919 INFO O| Dec 20 23:22:57.919 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49022024-12-20T23:22:59.177Z[ recovery-image] Dec 20 23:22:57.937 INFO O| Dec 20 23:22:57.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
49032024-12-20T23:22:59.177Z[ recovery-image] Dec 20 23:22:57.937 INFO O| Dec 20 23:22:57.937 INFO STEP 186 (remove_files) COMPLETE
49042024-12-20T23:22:59.177Z[ recovery-image] Dec 20 23:22:57.938 INFO O| Dec 20 23:22:57.937 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49052024-12-20T23:22:59.206Z[ recovery-image] Dec 20 23:22:57.966 INFO O| Dec 20 23:22:57.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
49062024-12-20T23:22:59.206Z[ recovery-image] Dec 20 23:22:57.966 INFO O| Dec 20 23:22:57.966 INFO STEP 187 (remove_files) COMPLETE
49072024-12-20T23:22:59.208Z[ recovery-image] Dec 20 23:22:57.966 INFO O| Dec 20 23:22:57.966 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49082024-12-20T23:22:59.238Z[ recovery-image] Dec 20 23:22:57.998 INFO O| Dec 20 23:22:57.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
49092024-12-20T23:22:59.238Z[ recovery-image] Dec 20 23:22:57.998 INFO O| Dec 20 23:22:57.998 INFO STEP 188 (remove_files) COMPLETE
49102024-12-20T23:22:59.238Z[ recovery-image] Dec 20 23:22:57.998 INFO O| Dec 20 23:22:57.998 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49112024-12-20T23:22:59.266Z[ recovery-image] Dec 20 23:22:58.022 INFO O| Dec 20 23:22:58.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
49122024-12-20T23:22:59.266Z[ recovery-image] Dec 20 23:22:58.022 INFO O| Dec 20 23:22:58.022 INFO STEP 189 (remove_files) COMPLETE
49132024-12-20T23:22:59.266Z[ recovery-image] Dec 20 23:22:58.022 INFO O| Dec 20 23:22:58.022 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49142024-12-20T23:22:59.280Z[ recovery-image] Dec 20 23:22:58.041 INFO O| Dec 20 23:22:58.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
49152024-12-20T23:22:59.280Z[ recovery-image] Dec 20 23:22:58.041 INFO O| Dec 20 23:22:58.041 INFO STEP 190 (remove_files) COMPLETE
49162024-12-20T23:22:59.280Z[ recovery-image] Dec 20 23:22:58.041 INFO O| Dec 20 23:22:58.041 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49172024-12-20T23:22:59.313Z[ recovery-image] Dec 20 23:22:58.074 INFO O| Dec 20 23:22:58.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
49182024-12-20T23:22:59.316Z[ recovery-image] Dec 20 23:22:58.074 INFO O| Dec 20 23:22:58.074 INFO STEP 191 (remove_files) COMPLETE
49192024-12-20T23:22:59.316Z[ recovery-image] Dec 20 23:22:58.074 INFO O| Dec 20 23:22:58.074 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49202024-12-20T23:22:59.334Z[ recovery-image] Dec 20 23:22:58.095 INFO O| Dec 20 23:22:58.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
49212024-12-20T23:22:59.338Z[ recovery-image] Dec 20 23:22:58.095 INFO O| Dec 20 23:22:58.095 INFO STEP 192 (remove_files) COMPLETE
49222024-12-20T23:22:59.338Z[ recovery-image] Dec 20 23:22:58.095 INFO O| Dec 20 23:22:58.095 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49232024-12-20T23:22:59.383Z[ recovery-image] Dec 20 23:22:58.143 INFO O| Dec 20 23:22:58.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
49242024-12-20T23:22:59.383Z[ recovery-image] Dec 20 23:22:58.143 INFO O| Dec 20 23:22:58.143 INFO STEP 193 (remove_files) COMPLETE
49252024-12-20T23:22:59.383Z[ recovery-image] Dec 20 23:22:58.144 INFO O| Dec 20 23:22:58.143 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49262024-12-20T23:22:59.402Z[ recovery-image] Dec 20 23:22:58.163 INFO O| Dec 20 23:22:58.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
49272024-12-20T23:22:59.402Z[ recovery-image] Dec 20 23:22:58.163 INFO O| Dec 20 23:22:58.163 INFO STEP 194 (remove_files) COMPLETE
49282024-12-20T23:22:59.402Z[ recovery-image] Dec 20 23:22:58.163 INFO O| Dec 20 23:22:58.163 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49292024-12-20T23:22:59.440Z[ recovery-image] Dec 20 23:22:58.201 INFO O| Dec 20 23:22:58.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
49302024-12-20T23:22:59.444Z[ recovery-image] Dec 20 23:22:58.201 INFO O| Dec 20 23:22:58.201 INFO STEP 195 (remove_files) COMPLETE
49312024-12-20T23:22:59.444Z[ recovery-image] Dec 20 23:22:58.201 INFO O| Dec 20 23:22:58.201 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49322024-12-20T23:22:59.463Z[ recovery-image] Dec 20 23:22:58.224 INFO O| Dec 20 23:22:58.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
49332024-12-20T23:22:59.466Z[ recovery-image] Dec 20 23:22:58.224 INFO O| Dec 20 23:22:58.224 INFO STEP 196 (remove_files) COMPLETE
49342024-12-20T23:22:59.466Z[ recovery-image] Dec 20 23:22:58.224 INFO O| Dec 20 23:22:58.224 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49352024-12-20T23:22:59.484Z[ recovery-image] Dec 20 23:22:58.245 INFO O| Dec 20 23:22:58.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
49362024-12-20T23:22:59.487Z[ recovery-image] Dec 20 23:22:58.245 INFO O| Dec 20 23:22:58.245 INFO STEP 197 (remove_files) COMPLETE
49372024-12-20T23:22:59.487Z[ recovery-image] Dec 20 23:22:58.245 INFO O| Dec 20 23:22:58.245 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49382024-12-20T23:22:59.503Z[ recovery-image] Dec 20 23:22:58.263 INFO O| Dec 20 23:22:58.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
49392024-12-20T23:22:59.506Z[ recovery-image] Dec 20 23:22:58.264 INFO O| Dec 20 23:22:58.264 INFO STEP 198 (remove_files) COMPLETE
49402024-12-20T23:22:59.506Z[ recovery-image] Dec 20 23:22:58.264 INFO O| Dec 20 23:22:58.264 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49412024-12-20T23:22:59.521Z[ recovery-image] Dec 20 23:22:58.282 INFO O| Dec 20 23:22:58.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
49422024-12-20T23:22:59.521Z[ recovery-image] Dec 20 23:22:58.282 INFO O| Dec 20 23:22:58.282 INFO STEP 199 (remove_files) COMPLETE
49432024-12-20T23:22:59.524Z[ recovery-image] Dec 20 23:22:58.282 INFO O| Dec 20 23:22:58.282 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49442024-12-20T23:22:59.545Z[ recovery-image] Dec 20 23:22:58.305 INFO O| Dec 20 23:22:58.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
49452024-12-20T23:22:59.545Z[ recovery-image] Dec 20 23:22:58.305 INFO O| Dec 20 23:22:58.305 INFO STEP 200 (remove_files) COMPLETE
49462024-12-20T23:22:59.545Z[ recovery-image] Dec 20 23:22:58.305 INFO O| Dec 20 23:22:58.305 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49472024-12-20T23:22:59.604Z[ recovery-image] Dec 20 23:22:58.364 INFO O| Dec 20 23:22:58.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
49482024-12-20T23:22:59.604Z[ recovery-image] Dec 20 23:22:58.364 INFO O| Dec 20 23:22:58.364 INFO STEP 201 (remove_files) COMPLETE
49492024-12-20T23:22:59.604Z[ recovery-image] Dec 20 23:22:58.364 INFO O| Dec 20 23:22:58.364 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49502024-12-20T23:22:59.626Z[ recovery-image] Dec 20 23:22:58.385 INFO O| Dec 20 23:22:58.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
49512024-12-20T23:22:59.626Z[ recovery-image] Dec 20 23:22:58.385 INFO O| Dec 20 23:22:58.385 INFO STEP 202 (remove_files) COMPLETE
49522024-12-20T23:22:59.628Z[ recovery-image] Dec 20 23:22:58.385 INFO O| Dec 20 23:22:58.385 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49532024-12-20T23:22:59.647Z[ recovery-image] Dec 20 23:22:58.407 INFO O| Dec 20 23:22:58.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
49542024-12-20T23:22:59.647Z[ recovery-image] Dec 20 23:22:58.407 INFO O| Dec 20 23:22:58.407 INFO STEP 203 (remove_files) COMPLETE
49552024-12-20T23:22:59.647Z[ recovery-image] Dec 20 23:22:58.407 INFO O| Dec 20 23:22:58.407 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49562024-12-20T23:22:59.703Z[ recovery-image] Dec 20 23:22:58.463 INFO O| Dec 20 23:22:58.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
49572024-12-20T23:22:59.703Z[ recovery-image] Dec 20 23:22:58.463 INFO O| Dec 20 23:22:58.463 INFO STEP 204 (remove_files) COMPLETE
49582024-12-20T23:22:59.703Z[ recovery-image] Dec 20 23:22:58.463 INFO O| Dec 20 23:22:58.463 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49592024-12-20T23:22:59.755Z[ recovery-image] Dec 20 23:22:58.516 INFO O| Dec 20 23:22:58.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
49602024-12-20T23:22:59.755Z[ recovery-image] Dec 20 23:22:58.516 INFO O| Dec 20 23:22:58.516 INFO STEP 205 (remove_files) COMPLETE
49612024-12-20T23:22:59.755Z[ recovery-image] Dec 20 23:22:58.516 INFO O| Dec 20 23:22:58.516 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49622024-12-20T23:22:59.777Z[ recovery-image] Dec 20 23:22:58.537 INFO O| Dec 20 23:22:58.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
49632024-12-20T23:22:59.777Z[ recovery-image] Dec 20 23:22:58.538 INFO O| Dec 20 23:22:58.538 INFO STEP 206 (remove_files) COMPLETE
49642024-12-20T23:22:59.777Z[ recovery-image] Dec 20 23:22:58.538 INFO O| Dec 20 23:22:58.538 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49652024-12-20T23:22:59.817Z[ recovery-image] Dec 20 23:22:58.578 INFO O| Dec 20 23:22:58.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
49662024-12-20T23:22:59.817Z[ recovery-image] Dec 20 23:22:58.578 INFO O| Dec 20 23:22:58.578 INFO STEP 207 (remove_files) COMPLETE
49672024-12-20T23:22:59.820Z[ recovery-image] Dec 20 23:22:58.578 INFO O| Dec 20 23:22:58.578 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49682024-12-20T23:22:59.837Z[ recovery-image] Dec 20 23:22:58.597 INFO O| Dec 20 23:22:58.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
49692024-12-20T23:22:59.837Z[ recovery-image] Dec 20 23:22:58.597 INFO O| Dec 20 23:22:58.597 INFO STEP 208 (remove_files) COMPLETE
49702024-12-20T23:22:59.837Z[ recovery-image] Dec 20 23:22:58.597 INFO O| Dec 20 23:22:58.597 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49712024-12-20T23:22:59.872Z[ recovery-image] Dec 20 23:22:58.631 INFO O| Dec 20 23:22:58.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
49722024-12-20T23:22:59.875Z[ recovery-image] Dec 20 23:22:58.631 INFO O| Dec 20 23:22:58.631 INFO STEP 209 (remove_files) COMPLETE
49732024-12-20T23:22:59.875Z[ recovery-image] Dec 20 23:22:58.632 INFO O| Dec 20 23:22:58.632 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49742024-12-20T23:22:59.891Z[ recovery-image] Dec 20 23:22:58.651 INFO O| Dec 20 23:22:58.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
49752024-12-20T23:22:59.891Z[ recovery-image] Dec 20 23:22:58.651 INFO O| Dec 20 23:22:58.651 INFO STEP 210 (remove_files) COMPLETE
49762024-12-20T23:22:59.891Z[ recovery-image] Dec 20 23:22:58.651 INFO O| Dec 20 23:22:58.651 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49772024-12-20T23:22:59.927Z[ recovery-image] Dec 20 23:22:58.687 INFO O| Dec 20 23:22:58.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
49782024-12-20T23:22:59.927Z[ recovery-image] Dec 20 23:22:58.687 INFO O| Dec 20 23:22:58.687 INFO STEP 211 (remove_files) COMPLETE
49792024-12-20T23:22:59.927Z[ recovery-image] Dec 20 23:22:58.687 INFO O| Dec 20 23:22:58.687 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49802024-12-20T23:22:59.953Z[ recovery-image] Dec 20 23:22:58.713 INFO O| Dec 20 23:22:58.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
49812024-12-20T23:22:59.953Z[ recovery-image] Dec 20 23:22:58.713 INFO O| Dec 20 23:22:58.713 INFO STEP 212 (remove_files) COMPLETE
49822024-12-20T23:22:59.953Z[ recovery-image] Dec 20 23:22:58.713 INFO O| Dec 20 23:22:58.713 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49832024-12-20T23:22:59.973Z[ recovery-image] Dec 20 23:22:58.733 INFO O| Dec 20 23:22:58.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
49842024-12-20T23:22:59.973Z[ recovery-image] Dec 20 23:22:58.733 INFO O| Dec 20 23:22:58.733 INFO STEP 213 (remove_files) COMPLETE
49852024-12-20T23:22:59.973Z[ recovery-image] Dec 20 23:22:58.733 INFO O| Dec 20 23:22:58.733 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49862024-12-20T23:22:59.991Z[ recovery-image] Dec 20 23:22:58.751 INFO O| Dec 20 23:22:58.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
49872024-12-20T23:22:59.991Z[ recovery-image] Dec 20 23:22:58.751 INFO O| Dec 20 23:22:58.751 INFO STEP 214 (remove_files) COMPLETE
49882024-12-20T23:22:59.993Z[ recovery-image] Dec 20 23:22:58.751 INFO O| Dec 20 23:22:58.751 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49892024-12-20T23:23:00.012Z[ recovery-image] Dec 20 23:22:58.770 INFO O| Dec 20 23:22:58.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
49902024-12-20T23:23:00.012Z[ recovery-image] Dec 20 23:22:58.770 INFO O| Dec 20 23:22:58.770 INFO STEP 215 (remove_files) COMPLETE
49912024-12-20T23:23:00.012Z[ recovery-image] Dec 20 23:22:58.770 INFO O| Dec 20 23:22:58.770 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49922024-12-20T23:23:00.029Z[ recovery-image] Dec 20 23:22:58.789 INFO O| Dec 20 23:22:58.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
49932024-12-20T23:23:00.029Z[ recovery-image] Dec 20 23:22:58.789 INFO O| Dec 20 23:22:58.789 INFO STEP 216 (remove_files) COMPLETE
49942024-12-20T23:23:00.030Z[ recovery-image] Dec 20 23:22:58.789 INFO O| Dec 20 23:22:58.789 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49952024-12-20T23:23:00.048Z[ recovery-image] Dec 20 23:22:58.808 INFO O| Dec 20 23:22:58.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
49962024-12-20T23:23:00.048Z[ recovery-image] Dec 20 23:22:58.808 INFO O| Dec 20 23:22:58.808 INFO STEP 217 (remove_files) COMPLETE
49972024-12-20T23:23:00.051Z[ recovery-image] Dec 20 23:22:58.808 INFO O| Dec 20 23:22:58.808 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49982024-12-20T23:23:00.109Z[ recovery-image] Dec 20 23:22:58.868 INFO O| Dec 20 23:22:58.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
49992024-12-20T23:23:00.109Z[ recovery-image] Dec 20 23:22:58.868 INFO O| Dec 20 23:22:58.868 INFO STEP 218 (remove_files) COMPLETE
50002024-12-20T23:23:00.112Z[ recovery-image] Dec 20 23:22:58.868 INFO O| Dec 20 23:22:58.868 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50012024-12-20T23:23:00.188Z[ recovery-image] Dec 20 23:22:58.948 INFO O| Dec 20 23:22:58.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
50022024-12-20T23:23:00.191Z[ recovery-image] Dec 20 23:22:58.948 INFO O| Dec 20 23:22:58.948 INFO STEP 219 (remove_files) COMPLETE
50032024-12-20T23:23:00.191Z[ recovery-image] Dec 20 23:22:58.949 INFO O| Dec 20 23:22:58.948 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50042024-12-20T23:23:00.209Z[ recovery-image] Dec 20 23:22:58.969 INFO O| Dec 20 23:22:58.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
50052024-12-20T23:23:00.211Z[ recovery-image] Dec 20 23:22:58.969 INFO O| Dec 20 23:22:58.969 INFO STEP 220 (remove_files) COMPLETE
50062024-12-20T23:23:00.211Z[ recovery-image] Dec 20 23:22:58.969 INFO O| Dec 20 23:22:58.969 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50072024-12-20T23:23:00.230Z[ recovery-image] Dec 20 23:22:58.989 INFO O| Dec 20 23:22:58.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
50082024-12-20T23:23:00.232Z[ recovery-image] Dec 20 23:22:58.989 INFO O| Dec 20 23:22:58.989 INFO STEP 221 (remove_files) COMPLETE
50092024-12-20T23:23:00.232Z[ recovery-image] Dec 20 23:22:58.989 INFO O| Dec 20 23:22:58.989 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50102024-12-20T23:23:00.271Z[ recovery-image] Dec 20 23:22:59.026 INFO O| Dec 20 23:22:59.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
50112024-12-20T23:23:00.271Z[ recovery-image] Dec 20 23:22:59.026 INFO O| Dec 20 23:22:59.026 INFO STEP 222 (remove_files) COMPLETE
50122024-12-20T23:23:00.271Z[ recovery-image] Dec 20 23:22:59.026 INFO O| Dec 20 23:22:59.026 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50132024-12-20T23:23:00.317Z[ recovery-image] Dec 20 23:22:59.077 INFO O| Dec 20 23:22:59.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
50142024-12-20T23:23:00.317Z[ recovery-image] Dec 20 23:22:59.077 INFO O| Dec 20 23:22:59.077 INFO STEP 223 (remove_files) COMPLETE
50152024-12-20T23:23:00.317Z[ recovery-image] Dec 20 23:22:59.077 INFO O| Dec 20 23:22:59.077 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50162024-12-20T23:23:00.352Z[ recovery-image] Dec 20 23:22:59.112 INFO O| Dec 20 23:22:59.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
50172024-12-20T23:23:00.352Z[ recovery-image] Dec 20 23:22:59.112 INFO O| Dec 20 23:22:59.112 INFO STEP 224 (remove_files) COMPLETE
50182024-12-20T23:23:00.352Z[ recovery-image] Dec 20 23:22:59.112 INFO O| Dec 20 23:22:59.112 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50192024-12-20T23:23:00.373Z[ recovery-image] Dec 20 23:22:59.134 INFO O| Dec 20 23:22:59.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
50202024-12-20T23:23:00.373Z[ recovery-image] Dec 20 23:22:59.134 INFO O| Dec 20 23:22:59.134 INFO STEP 225 (remove_files) COMPLETE
50212024-12-20T23:23:00.373Z[ recovery-image] Dec 20 23:22:59.134 INFO O| Dec 20 23:22:59.134 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50222024-12-20T23:23:00.401Z[ recovery-image] Dec 20 23:22:59.162 INFO O| Dec 20 23:22:59.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
50232024-12-20T23:23:00.401Z[ recovery-image] Dec 20 23:22:59.162 INFO O| Dec 20 23:22:59.162 INFO STEP 226 (remove_files) COMPLETE
50242024-12-20T23:23:00.402Z[ recovery-image] Dec 20 23:22:59.162 INFO O| Dec 20 23:22:59.162 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50252024-12-20T23:23:00.437Z[ recovery-image] Dec 20 23:22:59.198 INFO O| Dec 20 23:22:59.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
50262024-12-20T23:23:00.437Z[ recovery-image] Dec 20 23:22:59.198 INFO O| Dec 20 23:22:59.198 INFO STEP 227 (remove_files) COMPLETE
50272024-12-20T23:23:00.437Z[ recovery-image] Dec 20 23:22:59.198 INFO O| Dec 20 23:22:59.198 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50282024-12-20T23:23:00.500Z[ recovery-image] Dec 20 23:22:59.261 INFO O| Dec 20 23:22:59.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
50292024-12-20T23:23:00.501Z[ recovery-image] Dec 20 23:22:59.261 INFO O| Dec 20 23:22:59.261 INFO STEP 228 (remove_files) COMPLETE
50302024-12-20T23:23:00.501Z[ recovery-image] Dec 20 23:22:59.261 INFO O| Dec 20 23:22:59.261 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50312024-12-20T23:23:00.521Z[ recovery-image] Dec 20 23:22:59.282 INFO O| Dec 20 23:22:59.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
50322024-12-20T23:23:00.521Z[ recovery-image] Dec 20 23:22:59.282 INFO O| Dec 20 23:22:59.282 INFO STEP 229 (remove_files) COMPLETE
50332024-12-20T23:23:00.524Z[ recovery-image] Dec 20 23:22:59.282 INFO O| Dec 20 23:22:59.282 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50342024-12-20T23:23:00.542Z[ recovery-image] Dec 20 23:22:59.302 INFO O| Dec 20 23:22:59.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
50352024-12-20T23:23:00.542Z[ recovery-image] Dec 20 23:22:59.302 INFO O| Dec 20 23:22:59.302 INFO STEP 230 (remove_files) COMPLETE
50362024-12-20T23:23:00.545Z[ recovery-image] Dec 20 23:22:59.302 INFO O| Dec 20 23:22:59.302 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50372024-12-20T23:23:00.579Z[ recovery-image] Dec 20 23:22:59.339 INFO O| Dec 20 23:22:59.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
50382024-12-20T23:23:00.579Z[ recovery-image] Dec 20 23:22:59.339 INFO O| Dec 20 23:22:59.339 INFO STEP 231 (remove_files) COMPLETE
50392024-12-20T23:23:00.579Z[ recovery-image] Dec 20 23:22:59.339 INFO O| Dec 20 23:22:59.339 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50402024-12-20T23:23:00.602Z[ recovery-image] Dec 20 23:22:59.362 INFO O| Dec 20 23:22:59.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
50412024-12-20T23:23:00.602Z[ recovery-image] Dec 20 23:22:59.362 INFO O| Dec 20 23:22:59.362 INFO STEP 232 (remove_files) COMPLETE
50422024-12-20T23:23:00.603Z[ recovery-image] Dec 20 23:22:59.362 INFO O| Dec 20 23:22:59.362 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50432024-12-20T23:23:00.647Z[ recovery-image] Dec 20 23:22:59.406 INFO O| Dec 20 23:22:59.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
50442024-12-20T23:23:00.650Z[ recovery-image] Dec 20 23:22:59.406 INFO O| Dec 20 23:22:59.406 INFO STEP 233 (remove_files) COMPLETE
50452024-12-20T23:23:00.650Z[ recovery-image] Dec 20 23:22:59.406 INFO O| Dec 20 23:22:59.406 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50462024-12-20T23:23:00.668Z[ recovery-image] Dec 20 23:22:59.428 INFO O| Dec 20 23:22:59.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
50472024-12-20T23:23:00.671Z[ recovery-image] Dec 20 23:22:59.428 INFO O| Dec 20 23:22:59.428 INFO STEP 234 (remove_files) COMPLETE
50482024-12-20T23:23:00.671Z[ recovery-image] Dec 20 23:22:59.428 INFO O| Dec 20 23:22:59.428 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50492024-12-20T23:23:00.693Z[ recovery-image] Dec 20 23:22:59.453 INFO O| Dec 20 23:22:59.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
50502024-12-20T23:23:00.693Z[ recovery-image] Dec 20 23:22:59.453 INFO O| Dec 20 23:22:59.453 INFO STEP 235 (remove_files) COMPLETE
50512024-12-20T23:23:00.693Z[ recovery-image] Dec 20 23:22:59.453 INFO O| Dec 20 23:22:59.453 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50522024-12-20T23:23:00.734Z[ recovery-image] Dec 20 23:22:59.494 INFO O| Dec 20 23:22:59.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
50532024-12-20T23:23:00.734Z[ recovery-image] Dec 20 23:22:59.494 INFO O| Dec 20 23:22:59.494 INFO STEP 236 (remove_files) COMPLETE
50542024-12-20T23:23:00.734Z[ recovery-image] Dec 20 23:22:59.494 INFO O| Dec 20 23:22:59.494 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50552024-12-20T23:23:00.756Z[ recovery-image] Dec 20 23:22:59.516 INFO O| Dec 20 23:22:59.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
50562024-12-20T23:23:00.756Z[ recovery-image] Dec 20 23:22:59.516 INFO O| Dec 20 23:22:59.516 INFO STEP 237 (remove_files) COMPLETE
50572024-12-20T23:23:00.756Z[ recovery-image] Dec 20 23:22:59.516 INFO O| Dec 20 23:22:59.516 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50582024-12-20T23:23:00.776Z[ recovery-image] Dec 20 23:22:59.535 INFO O| Dec 20 23:22:59.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
50592024-12-20T23:23:00.776Z[ recovery-image] Dec 20 23:22:59.535 INFO O| Dec 20 23:22:59.535 INFO STEP 238 (remove_files) COMPLETE
50602024-12-20T23:23:00.776Z[ recovery-image] Dec 20 23:22:59.536 INFO O| Dec 20 23:22:59.535 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50612024-12-20T23:23:00.806Z[ recovery-image] Dec 20 23:22:59.566 INFO O| Dec 20 23:22:59.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
50622024-12-20T23:23:00.809Z[ recovery-image] Dec 20 23:22:59.566 INFO O| Dec 20 23:22:59.566 INFO STEP 239 (remove_files) COMPLETE
50632024-12-20T23:23:00.809Z[ recovery-image] Dec 20 23:22:59.567 INFO O| Dec 20 23:22:59.566 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50642024-12-20T23:23:00.827Z[ recovery-image] Dec 20 23:22:59.588 INFO O| Dec 20 23:22:59.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
50652024-12-20T23:23:00.829Z[ recovery-image] Dec 20 23:22:59.588 INFO O| Dec 20 23:22:59.588 INFO STEP 240 (remove_files) COMPLETE
50662024-12-20T23:23:00.829Z[ recovery-image] Dec 20 23:22:59.588 INFO O| Dec 20 23:22:59.588 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50672024-12-20T23:23:00.848Z[ recovery-image] Dec 20 23:22:59.609 INFO O| Dec 20 23:22:59.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
50682024-12-20T23:23:00.851Z[ recovery-image] Dec 20 23:22:59.609 INFO O| Dec 20 23:22:59.609 INFO STEP 241 (remove_files) COMPLETE
50692024-12-20T23:23:00.851Z[ recovery-image] Dec 20 23:22:59.609 INFO O| Dec 20 23:22:59.609 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50702024-12-20T23:23:00.866Z[ recovery-image] Dec 20 23:22:59.627 INFO O| Dec 20 23:22:59.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
50712024-12-20T23:23:00.869Z[ recovery-image] Dec 20 23:22:59.627 INFO O| Dec 20 23:22:59.627 INFO STEP 242 (remove_files) COMPLETE
50722024-12-20T23:23:00.869Z[ recovery-image] Dec 20 23:22:59.627 INFO O| Dec 20 23:22:59.627 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50732024-12-20T23:23:00.884Z[ recovery-image] Dec 20 23:22:59.645 INFO O| Dec 20 23:22:59.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
50742024-12-20T23:23:00.887Z[ recovery-image] Dec 20 23:22:59.645 INFO O| Dec 20 23:22:59.645 INFO STEP 243 (remove_files) COMPLETE
50752024-12-20T23:23:00.887Z[ recovery-image] Dec 20 23:22:59.645 INFO O| Dec 20 23:22:59.645 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50762024-12-20T23:23:00.920Z[ recovery-image] Dec 20 23:22:59.680 INFO O| Dec 20 23:22:59.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
50772024-12-20T23:23:00.923Z[ recovery-image] Dec 20 23:22:59.680 INFO O| Dec 20 23:22:59.680 INFO STEP 244 (remove_files) COMPLETE
50782024-12-20T23:23:00.923Z[ recovery-image] Dec 20 23:22:59.680 INFO O| Dec 20 23:22:59.680 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50792024-12-20T23:23:00.939Z[ recovery-image] Dec 20 23:22:59.699 INFO O| Dec 20 23:22:59.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
50802024-12-20T23:23:00.939Z[ recovery-image] Dec 20 23:22:59.699 INFO O| Dec 20 23:22:59.699 INFO STEP 245 (remove_files) COMPLETE
50812024-12-20T23:23:00.942Z[ recovery-image] Dec 20 23:22:59.699 INFO O| Dec 20 23:22:59.699 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50822024-12-20T23:23:00.959Z[ recovery-image] Dec 20 23:22:59.719 INFO O| Dec 20 23:22:59.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
50832024-12-20T23:23:00.962Z[ recovery-image] Dec 20 23:22:59.720 INFO O| Dec 20 23:22:59.720 INFO STEP 246 (remove_files) COMPLETE
50842024-12-20T23:23:00.962Z[ recovery-image] Dec 20 23:22:59.720 INFO O| Dec 20 23:22:59.720 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50852024-12-20T23:23:00.986Z[ recovery-image] Dec 20 23:22:59.745 INFO O| Dec 20 23:22:59.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
50862024-12-20T23:23:00.986Z[ recovery-image] Dec 20 23:22:59.745 INFO O| Dec 20 23:22:59.745 INFO STEP 247 (remove_files) COMPLETE
50872024-12-20T23:23:00.986Z[ recovery-image] Dec 20 23:22:59.745 INFO O| Dec 20 23:22:59.745 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50882024-12-20T23:23:01.009Z[ recovery-image] Dec 20 23:22:59.769 INFO O| Dec 20 23:22:59.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
50892024-12-20T23:23:01.009Z[ recovery-image] Dec 20 23:22:59.769 INFO O| Dec 20 23:22:59.769 INFO STEP 248 (remove_files) COMPLETE
50902024-12-20T23:23:01.009Z[ recovery-image] Dec 20 23:22:59.769 INFO O| Dec 20 23:22:59.769 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50912024-12-20T23:23:01.070Z[ recovery-image] Dec 20 23:22:59.830 INFO O| Dec 20 23:22:59.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
50922024-12-20T23:23:01.070Z[ recovery-image] Dec 20 23:22:59.830 INFO O| Dec 20 23:22:59.830 INFO STEP 249 (remove_files) COMPLETE
50932024-12-20T23:23:01.073Z[ recovery-image] Dec 20 23:22:59.830 INFO O| Dec 20 23:22:59.830 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50942024-12-20T23:23:01.092Z[ recovery-image] Dec 20 23:22:59.851 INFO O| Dec 20 23:22:59.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
50952024-12-20T23:23:01.092Z[ recovery-image] Dec 20 23:22:59.852 INFO O| Dec 20 23:22:59.851 INFO STEP 250 (remove_files) COMPLETE
50962024-12-20T23:23:01.092Z[ recovery-image] Dec 20 23:22:59.852 INFO O| Dec 20 23:22:59.852 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50972024-12-20T23:23:01.117Z[ recovery-image] Dec 20 23:22:59.877 INFO O| Dec 20 23:22:59.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
50982024-12-20T23:23:01.137Z[ recovery-image] Dec 20 23:22:59.897 INFO O| Dec 20 23:22:59.897 INFO STEP 251 (remove_files) COMPLETE
50992024-12-20T23:23:01.137Z[ recovery-image] Dec 20 23:22:59.897 INFO O| Dec 20 23:22:59.897 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51002024-12-20T23:23:01.169Z[ recovery-image] Dec 20 23:22:59.929 INFO O| Dec 20 23:22:59.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
51012024-12-20T23:23:01.169Z[ recovery-image] Dec 20 23:22:59.929 INFO O| Dec 20 23:22:59.929 INFO STEP 252 (remove_files) COMPLETE
51022024-12-20T23:23:01.169Z[ recovery-image] Dec 20 23:22:59.929 INFO O| Dec 20 23:22:59.929 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51032024-12-20T23:23:01.208Z[ recovery-image] Dec 20 23:22:59.968 INFO O| Dec 20 23:22:59.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
51042024-12-20T23:23:01.208Z[ recovery-image] Dec 20 23:22:59.968 INFO O| Dec 20 23:22:59.968 INFO STEP 253 (remove_files) COMPLETE
51052024-12-20T23:23:01.208Z[ recovery-image] Dec 20 23:22:59.968 INFO O| Dec 20 23:22:59.968 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51062024-12-20T23:23:01.226Z[ recovery-image] Dec 20 23:22:59.986 INFO O| Dec 20 23:22:59.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
51072024-12-20T23:23:01.226Z[ recovery-image] Dec 20 23:22:59.986 INFO O| Dec 20 23:22:59.986 INFO STEP 254 (remove_files) COMPLETE
51082024-12-20T23:23:01.226Z[ recovery-image] Dec 20 23:22:59.986 INFO O| Dec 20 23:22:59.986 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51092024-12-20T23:23:01.263Z[ recovery-image] Dec 20 23:23:00.023 INFO O| Dec 20 23:23:00.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
51102024-12-20T23:23:01.263Z[ recovery-image] Dec 20 23:23:00.023 INFO O| Dec 20 23:23:00.023 INFO STEP 255 (remove_files) COMPLETE
51112024-12-20T23:23:01.263Z[ recovery-image] Dec 20 23:23:00.023 INFO O| Dec 20 23:23:00.023 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51122024-12-20T23:23:01.284Z[ recovery-image] Dec 20 23:23:00.043 INFO O| Dec 20 23:23:00.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
51132024-12-20T23:23:01.284Z[ recovery-image] Dec 20 23:23:00.043 INFO O| Dec 20 23:23:00.043 INFO STEP 256 (remove_files) COMPLETE
51142024-12-20T23:23:01.287Z[ recovery-image] Dec 20 23:23:00.043 INFO O| Dec 20 23:23:00.043 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51152024-12-20T23:23:01.302Z[ recovery-image] Dec 20 23:23:00.062 INFO O| Dec 20 23:23:00.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
51162024-12-20T23:23:01.307Z[ recovery-image] Dec 20 23:23:00.062 INFO O| Dec 20 23:23:00.062 INFO STEP 257 (remove_files) COMPLETE
51172024-12-20T23:23:01.307Z[ recovery-image] Dec 20 23:23:00.062 INFO O| Dec 20 23:23:00.062 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51182024-12-20T23:23:01.322Z[ recovery-image] Dec 20 23:23:00.081 INFO O| Dec 20 23:23:00.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
51192024-12-20T23:23:01.325Z[ recovery-image] Dec 20 23:23:00.081 INFO O| Dec 20 23:23:00.081 INFO STEP 258 (remove_files) COMPLETE
51202024-12-20T23:23:01.325Z[ recovery-image] Dec 20 23:23:00.081 INFO O| Dec 20 23:23:00.081 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51212024-12-20T23:23:01.340Z[ recovery-image] Dec 20 23:23:00.100 INFO O| Dec 20 23:23:00.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
51222024-12-20T23:23:01.342Z[ recovery-image] Dec 20 23:23:00.100 INFO O| Dec 20 23:23:00.100 INFO STEP 259 (remove_files) COMPLETE
51232024-12-20T23:23:01.342Z[ recovery-image] Dec 20 23:23:00.100 INFO O| Dec 20 23:23:00.100 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51242024-12-20T23:23:01.359Z[ recovery-image] Dec 20 23:23:00.119 INFO O| Dec 20 23:23:00.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
51252024-12-20T23:23:01.359Z[ recovery-image] Dec 20 23:23:00.119 INFO O| Dec 20 23:23:00.119 INFO STEP 260 (remove_files) COMPLETE
51262024-12-20T23:23:01.359Z[ recovery-image] Dec 20 23:23:00.119 INFO O| Dec 20 23:23:00.119 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51272024-12-20T23:23:01.386Z[ recovery-image] Dec 20 23:23:00.146 INFO O| Dec 20 23:23:00.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
51282024-12-20T23:23:01.386Z[ recovery-image] Dec 20 23:23:00.146 INFO O| Dec 20 23:23:00.146 INFO STEP 261 (remove_files) COMPLETE
51292024-12-20T23:23:01.386Z[ recovery-image] Dec 20 23:23:00.146 INFO O| Dec 20 23:23:00.146 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51302024-12-20T23:23:01.410Z[ recovery-image] Dec 20 23:23:00.170 INFO O| Dec 20 23:23:00.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
51312024-12-20T23:23:01.410Z[ recovery-image] Dec 20 23:23:00.170 INFO O| Dec 20 23:23:00.170 INFO STEP 262 (remove_files) COMPLETE
51322024-12-20T23:23:01.414Z[ recovery-image] Dec 20 23:23:00.170 INFO O| Dec 20 23:23:00.170 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51332024-12-20T23:23:01.430Z[ recovery-image] Dec 20 23:23:00.190 INFO O| Dec 20 23:23:00.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
51342024-12-20T23:23:01.430Z[ recovery-image] Dec 20 23:23:00.190 INFO O| Dec 20 23:23:00.190 INFO STEP 263 (remove_files) COMPLETE
51352024-12-20T23:23:01.430Z[ recovery-image] Dec 20 23:23:00.190 INFO O| Dec 20 23:23:00.190 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51362024-12-20T23:23:01.489Z[ recovery-image] Dec 20 23:23:00.249 INFO O| Dec 20 23:23:00.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
51372024-12-20T23:23:01.489Z[ recovery-image] Dec 20 23:23:00.250 INFO O| Dec 20 23:23:00.250 INFO STEP 264 (remove_files) COMPLETE
51382024-12-20T23:23:01.489Z[ recovery-image] Dec 20 23:23:00.250 INFO O| Dec 20 23:23:00.250 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51392024-12-20T23:23:01.527Z[ recovery-image] Dec 20 23:23:00.286 INFO O| Dec 20 23:23:00.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
51402024-12-20T23:23:01.527Z[ recovery-image] Dec 20 23:23:00.286 INFO O| Dec 20 23:23:00.286 INFO STEP 265 (remove_files) COMPLETE
51412024-12-20T23:23:01.527Z[ recovery-image] Dec 20 23:23:00.286 INFO O| Dec 20 23:23:00.286 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51422024-12-20T23:23:01.546Z[ recovery-image] Dec 20 23:23:00.306 INFO O| Dec 20 23:23:00.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
51432024-12-20T23:23:01.549Z[ recovery-image] Dec 20 23:23:00.306 INFO O| Dec 20 23:23:00.306 INFO STEP 266 (remove_files) COMPLETE
51442024-12-20T23:23:01.549Z[ recovery-image] Dec 20 23:23:00.307 INFO O| Dec 20 23:23:00.306 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51452024-12-20T23:23:01.567Z[ recovery-image] Dec 20 23:23:00.327 INFO O| Dec 20 23:23:00.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
51462024-12-20T23:23:01.570Z[ recovery-image] Dec 20 23:23:00.327 INFO O| Dec 20 23:23:00.327 INFO STEP 267 (remove_files) COMPLETE
51472024-12-20T23:23:01.570Z[ recovery-image] Dec 20 23:23:00.327 INFO O| Dec 20 23:23:00.327 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51482024-12-20T23:23:01.586Z[ recovery-image] Dec 20 23:23:00.345 INFO O| Dec 20 23:23:00.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
51492024-12-20T23:23:01.589Z[ recovery-image] Dec 20 23:23:00.346 INFO O| Dec 20 23:23:00.346 INFO STEP 268 (remove_files) COMPLETE
51502024-12-20T23:23:01.590Z[ recovery-image] Dec 20 23:23:00.346 INFO O| Dec 20 23:23:00.346 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51512024-12-20T23:23:01.605Z[ recovery-image] Dec 20 23:23:00.365 INFO O| Dec 20 23:23:00.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
51522024-12-20T23:23:01.605Z[ recovery-image] Dec 20 23:23:00.365 INFO O| Dec 20 23:23:00.365 INFO STEP 269 (remove_files) COMPLETE
51532024-12-20T23:23:01.605Z[ recovery-image] Dec 20 23:23:00.365 INFO O| Dec 20 23:23:00.365 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51542024-12-20T23:23:01.626Z[ recovery-image] Dec 20 23:23:00.386 INFO O| Dec 20 23:23:00.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
51552024-12-20T23:23:01.626Z[ recovery-image] Dec 20 23:23:00.386 INFO O| Dec 20 23:23:00.386 INFO STEP 270 (remove_files) COMPLETE
51562024-12-20T23:23:01.626Z[ recovery-image] Dec 20 23:23:00.386 INFO O| Dec 20 23:23:00.386 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51572024-12-20T23:23:01.648Z[ recovery-image] Dec 20 23:23:00.405 INFO O| Dec 20 23:23:00.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
51582024-12-20T23:23:01.648Z[ recovery-image] Dec 20 23:23:00.405 INFO O| Dec 20 23:23:00.405 INFO STEP 271 (remove_files) COMPLETE
51592024-12-20T23:23:01.648Z[ recovery-image] Dec 20 23:23:00.405 INFO O| Dec 20 23:23:00.405 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51602024-12-20T23:23:01.680Z[ recovery-image] Dec 20 23:23:00.425 INFO O| Dec 20 23:23:00.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
51612024-12-20T23:23:01.680Z[ recovery-image] Dec 20 23:23:00.426 INFO O| Dec 20 23:23:00.425 INFO STEP 272 (remove_files) COMPLETE
51622024-12-20T23:23:01.681Z[ recovery-image] Dec 20 23:23:00.426 INFO O| Dec 20 23:23:00.426 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51632024-12-20T23:23:01.686Z[ recovery-image] Dec 20 23:23:00.446 INFO O| Dec 20 23:23:00.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
51642024-12-20T23:23:01.689Z[ recovery-image] Dec 20 23:23:00.446 INFO O| Dec 20 23:23:00.446 INFO STEP 273 (remove_files) COMPLETE
51652024-12-20T23:23:01.689Z[ recovery-image] Dec 20 23:23:00.446 INFO O| Dec 20 23:23:00.446 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51662024-12-20T23:23:01.706Z[ recovery-image] Dec 20 23:23:00.465 INFO O| Dec 20 23:23:00.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
51672024-12-20T23:23:01.709Z[ recovery-image] Dec 20 23:23:00.465 INFO O| Dec 20 23:23:00.465 INFO STEP 274 (remove_files) COMPLETE
51682024-12-20T23:23:01.709Z[ recovery-image] Dec 20 23:23:00.465 INFO O| Dec 20 23:23:00.465 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51692024-12-20T23:23:01.726Z[ recovery-image] Dec 20 23:23:00.487 INFO O| Dec 20 23:23:00.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
51702024-12-20T23:23:01.729Z[ recovery-image] Dec 20 23:23:00.487 INFO O| Dec 20 23:23:00.487 INFO STEP 275 (remove_files) COMPLETE
51712024-12-20T23:23:01.729Z[ recovery-image] Dec 20 23:23:00.487 INFO O| Dec 20 23:23:00.487 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51722024-12-20T23:23:01.746Z[ recovery-image] Dec 20 23:23:00.506 INFO O| Dec 20 23:23:00.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
51732024-12-20T23:23:01.749Z[ recovery-image] Dec 20 23:23:00.507 INFO O| Dec 20 23:23:00.507 INFO STEP 276 (remove_files) COMPLETE
51742024-12-20T23:23:01.749Z[ recovery-image] Dec 20 23:23:00.507 INFO O| Dec 20 23:23:00.507 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51752024-12-20T23:23:01.783Z[ recovery-image] Dec 20 23:23:00.543 INFO O| Dec 20 23:23:00.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
51762024-12-20T23:23:01.783Z[ recovery-image] Dec 20 23:23:00.543 INFO O| Dec 20 23:23:00.543 INFO STEP 277 (remove_files) COMPLETE
51772024-12-20T23:23:01.783Z[ recovery-image] Dec 20 23:23:00.543 INFO O| Dec 20 23:23:00.543 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51782024-12-20T23:23:01.842Z[ recovery-image] Dec 20 23:23:00.602 INFO O| Dec 20 23:23:00.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
51792024-12-20T23:23:01.842Z[ recovery-image] Dec 20 23:23:00.602 INFO O| Dec 20 23:23:00.602 INFO STEP 278 (remove_files) COMPLETE
51802024-12-20T23:23:01.842Z[ recovery-image] Dec 20 23:23:00.602 INFO O| Dec 20 23:23:00.602 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51812024-12-20T23:23:01.863Z[ recovery-image] Dec 20 23:23:00.622 INFO O| Dec 20 23:23:00.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
51822024-12-20T23:23:01.863Z[ recovery-image] Dec 20 23:23:00.622 INFO O| Dec 20 23:23:00.622 INFO STEP 279 (remove_files) COMPLETE
51832024-12-20T23:23:01.866Z[ recovery-image] Dec 20 23:23:00.622 INFO O| Dec 20 23:23:00.622 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51842024-12-20T23:23:01.898Z[ recovery-image] Dec 20 23:23:00.658 INFO O| Dec 20 23:23:00.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
51852024-12-20T23:23:01.898Z[ recovery-image] Dec 20 23:23:00.658 INFO O| Dec 20 23:23:00.658 INFO STEP 280 (remove_files) COMPLETE
51862024-12-20T23:23:01.898Z[ recovery-image] Dec 20 23:23:00.658 INFO O| Dec 20 23:23:00.658 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51872024-12-20T23:23:01.943Z[ recovery-image] Dec 20 23:23:00.703 INFO O| Dec 20 23:23:00.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
51882024-12-20T23:23:01.943Z[ recovery-image] Dec 20 23:23:00.703 INFO O| Dec 20 23:23:00.703 INFO STEP 281 (remove_files) COMPLETE
51892024-12-20T23:23:01.943Z[ recovery-image] Dec 20 23:23:00.703 INFO O| Dec 20 23:23:00.703 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51902024-12-20T23:23:01.967Z[ recovery-image] Dec 20 23:23:00.727 INFO O| Dec 20 23:23:00.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
51912024-12-20T23:23:01.970Z[ recovery-image] Dec 20 23:23:00.727 INFO O| Dec 20 23:23:00.727 INFO STEP 282 (remove_files) COMPLETE
51922024-12-20T23:23:01.970Z[ recovery-image] Dec 20 23:23:00.727 INFO O| Dec 20 23:23:00.727 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51932024-12-20T23:23:01.986Z[ recovery-image] Dec 20 23:23:00.746 INFO O| Dec 20 23:23:00.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
51942024-12-20T23:23:01.989Z[ recovery-image] Dec 20 23:23:00.747 INFO O| Dec 20 23:23:00.746 INFO STEP 283 (remove_files) COMPLETE
51952024-12-20T23:23:01.989Z[ recovery-image] Dec 20 23:23:00.747 INFO O| Dec 20 23:23:00.747 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51962024-12-20T23:23:02.014Z[ recovery-image] Dec 20 23:23:00.774 INFO O| Dec 20 23:23:00.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
51972024-12-20T23:23:02.017Z[ recovery-image] Dec 20 23:23:00.774 INFO O| Dec 20 23:23:00.774 INFO STEP 284 (remove_files) COMPLETE
51982024-12-20T23:23:02.017Z[ recovery-image] Dec 20 23:23:00.774 INFO O| Dec 20 23:23:00.774 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51992024-12-20T23:23:02.046Z[ recovery-image] Dec 20 23:23:00.806 INFO O| Dec 20 23:23:00.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
52002024-12-20T23:23:02.062Z[ recovery-image] Dec 20 23:23:00.821 INFO O| Dec 20 23:23:00.821 INFO STEP 285 (remove_files) COMPLETE
52012024-12-20T23:23:02.062Z[ recovery-image] Dec 20 23:23:00.821 INFO O| Dec 20 23:23:00.821 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52022024-12-20T23:23:02.100Z[ recovery-image] Dec 20 23:23:00.860 INFO O| Dec 20 23:23:00.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
52032024-12-20T23:23:02.100Z[ recovery-image] Dec 20 23:23:00.860 INFO O| Dec 20 23:23:00.860 INFO STEP 286 (remove_files) COMPLETE
52042024-12-20T23:23:02.100Z[ recovery-image] Dec 20 23:23:00.860 INFO O| Dec 20 23:23:00.860 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52052024-12-20T23:23:02.120Z[ recovery-image] Dec 20 23:23:00.879 INFO O| Dec 20 23:23:00.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
52062024-12-20T23:23:02.120Z[ recovery-image] Dec 20 23:23:00.879 INFO O| Dec 20 23:23:00.879 INFO STEP 287 (remove_files) COMPLETE
52072024-12-20T23:23:02.120Z[ recovery-image] Dec 20 23:23:00.879 INFO O| Dec 20 23:23:00.879 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52082024-12-20T23:23:02.128Z[ host-image] Dec 20 23:23:00.888 INFO O| Dec 20 23:23:00.888 INFO O| Planning: Solver setup ... Done
52092024-12-20T23:23:02.136Z[ host-image] Dec 20 23:23:00.896 INFO O| Dec 20 23:23:00.895 INFO O| Planning: Running solver ... Done
52102024-12-20T23:23:02.138Z[ recovery-image] Dec 20 23:23:00.896 INFO O| Dec 20 23:23:00.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
52112024-12-20T23:23:02.138Z[ recovery-image] Dec 20 23:23:00.896 INFO O| Dec 20 23:23:00.896 INFO STEP 288 (remove_files) COMPLETE
52122024-12-20T23:23:02.138Z[ recovery-image] Dec 20 23:23:00.896 INFO O| Dec 20 23:23:00.896 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52132024-12-20T23:23:02.156Z[ recovery-image] Dec 20 23:23:00.916 INFO O| Dec 20 23:23:00.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
52142024-12-20T23:23:02.156Z[ recovery-image] Dec 20 23:23:00.916 INFO O| Dec 20 23:23:00.916 INFO STEP 289 (remove_files) COMPLETE
52152024-12-20T23:23:02.156Z[ recovery-image] Dec 20 23:23:00.916 INFO O| Dec 20 23:23:00.916 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52162024-12-20T23:23:02.178Z[ recovery-image] Dec 20 23:23:00.938 INFO O| Dec 20 23:23:00.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
52172024-12-20T23:23:02.179Z[ recovery-image] Dec 20 23:23:00.939 INFO O| Dec 20 23:23:00.939 INFO STEP 290 (remove_files) COMPLETE
52182024-12-20T23:23:02.182Z[ recovery-image] Dec 20 23:23:00.939 INFO O| Dec 20 23:23:00.939 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52192024-12-20T23:23:02.196Z[ recovery-image] Dec 20 23:23:00.956 INFO O| Dec 20 23:23:00.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
52202024-12-20T23:23:02.198Z[ recovery-image] Dec 20 23:23:00.956 INFO O| Dec 20 23:23:00.956 INFO STEP 291 (remove_files) COMPLETE
52212024-12-20T23:23:02.198Z[ recovery-image] Dec 20 23:23:00.956 INFO O| Dec 20 23:23:00.956 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52222024-12-20T23:23:02.214Z[ recovery-image] Dec 20 23:23:00.974 INFO O| Dec 20 23:23:00.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
52232024-12-20T23:23:02.236Z[ recovery-image] Dec 20 23:23:00.996 INFO O| Dec 20 23:23:00.996 INFO STEP 292 (remove_files) COMPLETE
52242024-12-20T23:23:02.236Z[ recovery-image] Dec 20 23:23:00.996 INFO O| Dec 20 23:23:00.996 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52252024-12-20T23:23:02.262Z[ host-image] Dec 20 23:23:01.022 INFO O| Dec 20 23:23:01.022 INFO O| Planning: Finding local manifests ... Done
52262024-12-20T23:23:02.265Z[ host-image] Dec 20 23:23:01.025 INFO O| Dec 20 23:23:01.024 INFO O| Planning: Fetching manifests: 0/5 0% complete
52272024-12-20T23:23:02.267Z[ recovery-image] Dec 20 23:23:01.028 INFO O| Dec 20 23:23:01.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
52282024-12-20T23:23:02.270Z[ recovery-image] Dec 20 23:23:01.028 INFO O| Dec 20 23:23:01.028 INFO STEP 293 (remove_files) COMPLETE
52292024-12-20T23:23:02.270Z[ recovery-image] Dec 20 23:23:01.028 INFO O| Dec 20 23:23:01.028 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52302024-12-20T23:23:02.286Z[ recovery-image] Dec 20 23:23:01.045 INFO O| Dec 20 23:23:01.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
52312024-12-20T23:23:02.291Z[ recovery-image] Dec 20 23:23:01.046 INFO O| Dec 20 23:23:01.046 INFO STEP 294 (remove_files) COMPLETE
52322024-12-20T23:23:02.291Z[ recovery-image] Dec 20 23:23:01.046 INFO O| Dec 20 23:23:01.046 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52332024-12-20T23:23:02.303Z[ recovery-image] Dec 20 23:23:01.063 INFO O| Dec 20 23:23:01.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
52342024-12-20T23:23:02.306Z[ recovery-image] Dec 20 23:23:01.063 INFO O| Dec 20 23:23:01.063 INFO STEP 295 (remove_files) COMPLETE
52352024-12-20T23:23:02.306Z[ recovery-image] Dec 20 23:23:01.063 INFO O| Dec 20 23:23:01.063 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52362024-12-20T23:23:02.339Z[ recovery-image] Dec 20 23:23:01.099 INFO O| Dec 20 23:23:01.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
52372024-12-20T23:23:02.339Z[ recovery-image] Dec 20 23:23:01.099 INFO O| Dec 20 23:23:01.099 INFO STEP 296 (remove_files) COMPLETE
52382024-12-20T23:23:02.342Z[ recovery-image] Dec 20 23:23:01.099 INFO O| Dec 20 23:23:01.099 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52392024-12-20T23:23:02.372Z[ recovery-image] Dec 20 23:23:01.132 INFO O| Dec 20 23:23:01.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
52402024-12-20T23:23:02.373Z[ recovery-image] Dec 20 23:23:01.133 INFO O| Dec 20 23:23:01.133 INFO STEP 297 (remove_files) COMPLETE
52412024-12-20T23:23:02.373Z[ recovery-image] Dec 20 23:23:01.133 INFO O| Dec 20 23:23:01.133 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52422024-12-20T23:23:02.392Z[ recovery-image] Dec 20 23:23:01.152 INFO O| Dec 20 23:23:01.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
52432024-12-20T23:23:02.392Z[ recovery-image] Dec 20 23:23:01.152 INFO O| Dec 20 23:23:01.152 INFO STEP 298 (remove_files) COMPLETE
52442024-12-20T23:23:02.392Z[ recovery-image] Dec 20 23:23:01.152 INFO O| Dec 20 23:23:01.152 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52452024-12-20T23:23:02.415Z[ recovery-image] Dec 20 23:23:01.175 INFO O| Dec 20 23:23:01.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
52462024-12-20T23:23:02.418Z[ recovery-image] Dec 20 23:23:01.175 INFO O| Dec 20 23:23:01.175 INFO STEP 299 (remove_files) COMPLETE
52472024-12-20T23:23:02.418Z[ recovery-image] Dec 20 23:23:01.176 INFO O| Dec 20 23:23:01.175 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52482024-12-20T23:23:02.435Z[ recovery-image] Dec 20 23:23:01.195 INFO O| Dec 20 23:23:01.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
52492024-12-20T23:23:02.438Z[ recovery-image] Dec 20 23:23:01.196 INFO O| Dec 20 23:23:01.195 INFO STEP 300 (remove_files) COMPLETE
52502024-12-20T23:23:02.438Z[ recovery-image] Dec 20 23:23:01.196 INFO O| Dec 20 23:23:01.196 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52512024-12-20T23:23:02.454Z[ recovery-image] Dec 20 23:23:01.214 INFO O| Dec 20 23:23:01.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
52522024-12-20T23:23:02.454Z[ recovery-image] Dec 20 23:23:01.214 INFO O| Dec 20 23:23:01.214 INFO STEP 301 (remove_files) COMPLETE
52532024-12-20T23:23:02.454Z[ recovery-image] Dec 20 23:23:01.214 INFO O| Dec 20 23:23:01.214 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52542024-12-20T23:23:02.472Z[ recovery-image] Dec 20 23:23:01.232 INFO O| Dec 20 23:23:01.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
52552024-12-20T23:23:02.472Z[ recovery-image] Dec 20 23:23:01.232 INFO O| Dec 20 23:23:01.232 INFO STEP 302 (remove_files) COMPLETE
52562024-12-20T23:23:02.472Z[ recovery-image] Dec 20 23:23:01.232 INFO O| Dec 20 23:23:01.232 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52572024-12-20T23:23:02.491Z[ recovery-image] Dec 20 23:23:01.251 INFO O| Dec 20 23:23:01.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
52582024-12-20T23:23:02.491Z[ recovery-image] Dec 20 23:23:01.252 INFO O| Dec 20 23:23:01.251 INFO STEP 303 (remove_files) COMPLETE
52592024-12-20T23:23:02.494Z[ recovery-image] Dec 20 23:23:01.252 INFO O| Dec 20 23:23:01.252 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52602024-12-20T23:23:02.534Z[ recovery-image] Dec 20 23:23:01.294 INFO O| Dec 20 23:23:01.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
52612024-12-20T23:23:02.534Z[ recovery-image] Dec 20 23:23:01.294 INFO O| Dec 20 23:23:01.294 INFO STEP 304 (remove_files) COMPLETE
52622024-12-20T23:23:02.537Z[ recovery-image] Dec 20 23:23:01.294 INFO O| Dec 20 23:23:01.294 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52632024-12-20T23:23:02.574Z[ recovery-image] Dec 20 23:23:01.335 INFO O| Dec 20 23:23:01.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
52642024-12-20T23:23:02.575Z[ recovery-image] Dec 20 23:23:01.335 INFO O| Dec 20 23:23:01.335 INFO STEP 305 (remove_files) COMPLETE
52652024-12-20T23:23:02.575Z[ recovery-image] Dec 20 23:23:01.335 INFO O| Dec 20 23:23:01.335 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52662024-12-20T23:23:02.586Z[ host-image] Dec 20 23:23:01.346 INFO O| Dec 20 23:23:01.346 INFO O| Planning: Fetching manifests: 5/5 100% complete
52672024-12-20T23:23:02.614Z[ recovery-image] Dec 20 23:23:01.374 INFO O| Dec 20 23:23:01.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
52682024-12-20T23:23:02.616Z[ recovery-image] Dec 20 23:23:01.374 INFO O| Dec 20 23:23:01.374 INFO STEP 306 (remove_files) COMPLETE
52692024-12-20T23:23:02.616Z[ recovery-image] Dec 20 23:23:01.374 INFO O| Dec 20 23:23:01.374 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52702024-12-20T23:23:02.625Z[ host-image] Dec 20 23:23:01.385 INFO O| Dec 20 23:23:01.385 INFO O| Planning: Package planning ... Done
52712024-12-20T23:23:02.632Z[ host-image] Dec 20 23:23:01.392 INFO O| Dec 20 23:23:01.392 INFO O| Planning: Merging actions ... Done
52722024-12-20T23:23:02.667Z[ recovery-image] Dec 20 23:23:01.427 INFO O| Dec 20 23:23:01.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
52732024-12-20T23:23:02.667Z[ recovery-image] Dec 20 23:23:01.428 INFO O| Dec 20 23:23:01.428 INFO STEP 307 (remove_files) COMPLETE
52742024-12-20T23:23:02.670Z[ recovery-image] Dec 20 23:23:01.428 INFO O| Dec 20 23:23:01.428 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52752024-12-20T23:23:02.691Z[ recovery-image] Dec 20 23:23:01.450 INFO O| Dec 20 23:23:01.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
52762024-12-20T23:23:02.691Z[ recovery-image] Dec 20 23:23:01.451 INFO O| Dec 20 23:23:01.451 INFO STEP 308 (remove_files) COMPLETE
52772024-12-20T23:23:02.691Z[ recovery-image] Dec 20 23:23:01.451 INFO O| Dec 20 23:23:01.451 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52782024-12-20T23:23:02.724Z[ recovery-image] Dec 20 23:23:01.484 INFO O| Dec 20 23:23:01.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
52792024-12-20T23:23:02.724Z[ recovery-image] Dec 20 23:23:01.484 INFO O| Dec 20 23:23:01.484 INFO STEP 309 (remove_files) COMPLETE
52802024-12-20T23:23:02.724Z[ recovery-image] Dec 20 23:23:01.484 INFO O| Dec 20 23:23:01.484 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52812024-12-20T23:23:02.749Z[ recovery-image] Dec 20 23:23:01.509 INFO O| Dec 20 23:23:01.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
52822024-12-20T23:23:02.749Z[ recovery-image] Dec 20 23:23:01.509 INFO O| Dec 20 23:23:01.509 INFO STEP 310 (remove_files) COMPLETE
52832024-12-20T23:23:02.749Z[ recovery-image] Dec 20 23:23:01.509 INFO O| Dec 20 23:23:01.509 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52842024-12-20T23:23:02.768Z[ recovery-image] Dec 20 23:23:01.528 INFO O| Dec 20 23:23:01.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
52852024-12-20T23:23:02.768Z[ recovery-image] Dec 20 23:23:01.528 INFO O| Dec 20 23:23:01.528 INFO STEP 311 (remove_files) COMPLETE
52862024-12-20T23:23:02.770Z[ recovery-image] Dec 20 23:23:01.528 INFO O| Dec 20 23:23:01.528 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52872024-12-20T23:23:02.782Z[ host-image] Dec 20 23:23:01.542 INFO O| Dec 20 23:23:01.542 INFO O| Planning: Checking for conflicting actions ... Done
52882024-12-20T23:23:02.784Z[ host-image] Dec 20 23:23:01.544 INFO O| Dec 20 23:23:01.544 INFO O| Planning: Consolidating action changes ... Done
52892024-12-20T23:23:02.784Z[ recovery-image] Dec 20 23:23:01.544 INFO O| Dec 20 23:23:01.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
52902024-12-20T23:23:02.784Z[ recovery-image] Dec 20 23:23:01.544 INFO O| Dec 20 23:23:01.544 INFO STEP 312 (remove_files) COMPLETE
52912024-12-20T23:23:02.787Z[ recovery-image] Dec 20 23:23:01.544 INFO O| Dec 20 23:23:01.544 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52922024-12-20T23:23:02.802Z[ recovery-image] Dec 20 23:23:01.562 INFO O| Dec 20 23:23:01.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
52932024-12-20T23:23:02.802Z[ recovery-image] Dec 20 23:23:01.562 INFO O| Dec 20 23:23:01.562 INFO STEP 313 (remove_files) COMPLETE
52942024-12-20T23:23:02.802Z[ recovery-image] Dec 20 23:23:01.562 INFO O| Dec 20 23:23:01.562 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52952024-12-20T23:23:02.839Z[ recovery-image] Dec 20 23:23:01.599 INFO O| Dec 20 23:23:01.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
52962024-12-20T23:23:02.841Z[ recovery-image] Dec 20 23:23:01.599 INFO O| Dec 20 23:23:01.599 INFO STEP 314 (remove_files) COMPLETE
52972024-12-20T23:23:02.841Z[ recovery-image] Dec 20 23:23:01.599 INFO O| Dec 20 23:23:01.599 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52982024-12-20T23:23:02.859Z[ recovery-image] Dec 20 23:23:01.619 INFO O| Dec 20 23:23:01.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
52992024-12-20T23:23:02.862Z[ recovery-image] Dec 20 23:23:01.619 INFO O| Dec 20 23:23:01.619 INFO STEP 315 (remove_files) COMPLETE
53002024-12-20T23:23:02.862Z[ recovery-image] Dec 20 23:23:01.619 INFO O| Dec 20 23:23:01.619 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53012024-12-20T23:23:02.877Z[ recovery-image] Dec 20 23:23:01.637 INFO O| Dec 20 23:23:01.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
53022024-12-20T23:23:02.880Z[ recovery-image] Dec 20 23:23:01.638 INFO O| Dec 20 23:23:01.637 INFO STEP 316 (remove_files) COMPLETE
53032024-12-20T23:23:02.880Z[ recovery-image] Dec 20 23:23:01.638 INFO O| Dec 20 23:23:01.638 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53042024-12-20T23:23:02.902Z[ recovery-image] Dec 20 23:23:01.662 INFO O| Dec 20 23:23:01.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
53052024-12-20T23:23:02.902Z[ recovery-image] Dec 20 23:23:01.662 INFO O| Dec 20 23:23:01.662 INFO STEP 317 (remove_files) COMPLETE
53062024-12-20T23:23:02.905Z[ recovery-image] Dec 20 23:23:01.662 INFO O| Dec 20 23:23:01.662 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53072024-12-20T23:23:02.938Z[ recovery-image] Dec 20 23:23:01.698 INFO O| Dec 20 23:23:01.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
53082024-12-20T23:23:02.938Z[ recovery-image] Dec 20 23:23:01.698 INFO O| Dec 20 23:23:01.698 INFO STEP 318 (remove_files) COMPLETE
53092024-12-20T23:23:02.938Z[ recovery-image] Dec 20 23:23:01.698 INFO O| Dec 20 23:23:01.698 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53102024-12-20T23:23:02.969Z[ recovery-image] Dec 20 23:23:01.729 INFO O| Dec 20 23:23:01.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
53112024-12-20T23:23:02.969Z[ recovery-image] Dec 20 23:23:01.729 INFO O| Dec 20 23:23:01.729 INFO STEP 319 (remove_files) COMPLETE
53122024-12-20T23:23:02.970Z[ recovery-image] Dec 20 23:23:01.729 INFO O| Dec 20 23:23:01.729 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53132024-12-20T23:23:03.005Z[ recovery-image] Dec 20 23:23:01.764 INFO O| Dec 20 23:23:01.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
53142024-12-20T23:23:03.005Z[ recovery-image] Dec 20 23:23:01.764 INFO O| Dec 20 23:23:01.764 INFO STEP 320 (remove_files) COMPLETE
53152024-12-20T23:23:03.005Z[ recovery-image] Dec 20 23:23:01.764 INFO O| Dec 20 23:23:01.764 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53162024-12-20T23:23:03.046Z[ recovery-image] Dec 20 23:23:01.805 INFO O| Dec 20 23:23:01.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
53172024-12-20T23:23:03.047Z[ recovery-image] Dec 20 23:23:01.805 INFO O| Dec 20 23:23:01.805 INFO STEP 321 (remove_files) COMPLETE
53182024-12-20T23:23:03.047Z[ recovery-image] Dec 20 23:23:01.805 INFO O| Dec 20 23:23:01.805 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53192024-12-20T23:23:03.065Z[ recovery-image] Dec 20 23:23:01.824 INFO O| Dec 20 23:23:01.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
53202024-12-20T23:23:03.065Z[ recovery-image] Dec 20 23:23:01.824 INFO O| Dec 20 23:23:01.824 INFO STEP 322 (remove_files) COMPLETE
53212024-12-20T23:23:03.065Z[ recovery-image] Dec 20 23:23:01.824 INFO O| Dec 20 23:23:01.824 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53222024-12-20T23:23:03.081Z[ recovery-image] Dec 20 23:23:01.841 INFO O| Dec 20 23:23:01.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
53232024-12-20T23:23:03.082Z[ recovery-image] Dec 20 23:23:01.842 INFO O| Dec 20 23:23:01.842 INFO STEP 323 (remove_files) COMPLETE
53242024-12-20T23:23:03.085Z[ recovery-image] Dec 20 23:23:01.842 INFO O| Dec 20 23:23:01.842 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53252024-12-20T23:23:03.114Z[ recovery-image] Dec 20 23:23:01.873 INFO O| Dec 20 23:23:01.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
53262024-12-20T23:23:03.114Z[ recovery-image] Dec 20 23:23:01.873 INFO O| Dec 20 23:23:01.873 INFO STEP 324 (remove_files) COMPLETE
53272024-12-20T23:23:03.114Z[ recovery-image] Dec 20 23:23:01.873 INFO O| Dec 20 23:23:01.873 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53282024-12-20T23:23:03.146Z[ recovery-image] Dec 20 23:23:01.906 INFO O| Dec 20 23:23:01.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
53292024-12-20T23:23:03.146Z[ recovery-image] Dec 20 23:23:01.906 INFO O| Dec 20 23:23:01.906 INFO STEP 325 (remove_files) COMPLETE
53302024-12-20T23:23:03.146Z[ recovery-image] Dec 20 23:23:01.906 INFO O| Dec 20 23:23:01.906 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53312024-12-20T23:23:03.181Z[ recovery-image] Dec 20 23:23:01.941 INFO O| Dec 20 23:23:01.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
53322024-12-20T23:23:03.181Z[ recovery-image] Dec 20 23:23:01.941 INFO O| Dec 20 23:23:01.941 INFO STEP 326 (remove_files) COMPLETE
53332024-12-20T23:23:03.181Z[ recovery-image] Dec 20 23:23:01.941 INFO O| Dec 20 23:23:01.941 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53342024-12-20T23:23:03.212Z[ recovery-image] Dec 20 23:23:01.971 INFO O| Dec 20 23:23:01.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
53352024-12-20T23:23:03.212Z[ recovery-image] Dec 20 23:23:01.971 INFO O| Dec 20 23:23:01.971 INFO STEP 327 (remove_files) COMPLETE
53362024-12-20T23:23:03.212Z[ recovery-image] Dec 20 23:23:01.971 INFO O| Dec 20 23:23:01.971 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53372024-12-20T23:23:03.250Z[ host-image] Dec 20 23:23:02.010 INFO O| Dec 20 23:23:02.009 INFO O| Planning: Evaluating mediators ... Done
53382024-12-20T23:23:03.253Z[ host-image] Dec 20 23:23:02.012 INFO O| Dec 20 23:23:02.012 INFO O| Planning: Planning completed in 6.34 seconds
53392024-12-20T23:23:03.255Z[ host-image] Dec 20 23:23:02.014 INFO O| Dec 20 23:23:02.014 INFO O| Packages to install: 5
53402024-12-20T23:23:03.255Z[ host-image] Dec 20 23:23:02.014 INFO O| Dec 20 23:23:02.014 INFO O| Services to change: 2
53412024-12-20T23:23:03.276Z[ host-image] Dec 20 23:23:02.035 INFO O| Dec 20 23:23:02.035 INFO O| Download: 0/116 items 0.0/1.4MB 0% complete
53422024-12-20T23:23:03.286Z[ recovery-image] Dec 20 23:23:02.044 INFO O| Dec 20 23:23:02.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
53432024-12-20T23:23:03.286Z[ recovery-image] Dec 20 23:23:02.044 INFO O| Dec 20 23:23:02.044 INFO STEP 328 (remove_files) COMPLETE
53442024-12-20T23:23:03.286Z[ recovery-image] Dec 20 23:23:02.044 INFO O| Dec 20 23:23:02.044 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53452024-12-20T23:23:03.329Z[ recovery-image] Dec 20 23:23:02.088 INFO O| Dec 20 23:23:02.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
53462024-12-20T23:23:03.329Z[ recovery-image] Dec 20 23:23:02.088 INFO O| Dec 20 23:23:02.088 INFO STEP 329 (remove_files) COMPLETE
53472024-12-20T23:23:03.329Z[ recovery-image] Dec 20 23:23:02.088 INFO O| Dec 20 23:23:02.088 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53482024-12-20T23:23:03.372Z[ recovery-image] Dec 20 23:23:02.131 INFO O| Dec 20 23:23:02.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
53492024-12-20T23:23:03.372Z[ recovery-image] Dec 20 23:23:02.131 INFO O| Dec 20 23:23:02.131 INFO STEP 330 (remove_files) COMPLETE
53502024-12-20T23:23:03.372Z[ recovery-image] Dec 20 23:23:02.131 INFO O| Dec 20 23:23:02.131 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53512024-12-20T23:23:03.394Z[ recovery-image] Dec 20 23:23:02.154 INFO O| Dec 20 23:23:02.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
53522024-12-20T23:23:03.395Z[ recovery-image] Dec 20 23:23:02.154 INFO O| Dec 20 23:23:02.154 INFO STEP 331 (remove_files) COMPLETE
53532024-12-20T23:23:03.395Z[ recovery-image] Dec 20 23:23:02.154 INFO O| Dec 20 23:23:02.154 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53542024-12-20T23:23:03.462Z[ recovery-image] Dec 20 23:23:02.221 INFO O| Dec 20 23:23:02.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
53552024-12-20T23:23:03.465Z[ recovery-image] Dec 20 23:23:02.222 INFO O| Dec 20 23:23:02.221 INFO STEP 332 (remove_files) COMPLETE
53562024-12-20T23:23:03.465Z[ recovery-image] Dec 20 23:23:02.222 INFO O| Dec 20 23:23:02.222 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53572024-12-20T23:23:03.483Z[ recovery-image] Dec 20 23:23:02.242 INFO O| Dec 20 23:23:02.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
53582024-12-20T23:23:03.485Z[ recovery-image] Dec 20 23:23:02.243 INFO O| Dec 20 23:23:02.243 INFO STEP 333 (remove_files) COMPLETE
53592024-12-20T23:23:03.485Z[ recovery-image] Dec 20 23:23:02.243 INFO O| Dec 20 23:23:02.243 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53602024-12-20T23:23:03.503Z[ recovery-image] Dec 20 23:23:02.263 INFO O| Dec 20 23:23:02.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
53612024-12-20T23:23:03.505Z[ recovery-image] Dec 20 23:23:02.263 INFO O| Dec 20 23:23:02.263 INFO STEP 334 (remove_files) COMPLETE
53622024-12-20T23:23:03.505Z[ recovery-image] Dec 20 23:23:02.263 INFO O| Dec 20 23:23:02.263 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53632024-12-20T23:23:03.523Z[ recovery-image] Dec 20 23:23:02.283 INFO O| Dec 20 23:23:02.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
53642024-12-20T23:23:03.548Z[ recovery-image] Dec 20 23:23:02.308 INFO O| Dec 20 23:23:02.308 INFO STEP 335 (remove_files) COMPLETE
53652024-12-20T23:23:03.548Z[ recovery-image] Dec 20 23:23:02.308 INFO O| Dec 20 23:23:02.308 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53662024-12-20T23:23:03.566Z[ recovery-image] Dec 20 23:23:02.325 INFO O| Dec 20 23:23:02.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
53672024-12-20T23:23:03.568Z[ recovery-image] Dec 20 23:23:02.326 INFO O| Dec 20 23:23:02.326 INFO STEP 336 (remove_files) COMPLETE
53682024-12-20T23:23:03.568Z[ recovery-image] Dec 20 23:23:02.326 INFO O| Dec 20 23:23:02.326 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53692024-12-20T23:23:03.581Z[ recovery-image] Dec 20 23:23:02.341 INFO O| Dec 20 23:23:02.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
53702024-12-20T23:23:03.585Z[ recovery-image] Dec 20 23:23:02.342 INFO O| Dec 20 23:23:02.342 INFO STEP 337 (remove_files) COMPLETE
53712024-12-20T23:23:03.585Z[ recovery-image] Dec 20 23:23:02.342 INFO O| Dec 20 23:23:02.342 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53722024-12-20T23:23:03.598Z[ recovery-image] Dec 20 23:23:02.357 INFO O| Dec 20 23:23:02.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
53732024-12-20T23:23:03.600Z[ recovery-image] Dec 20 23:23:02.358 INFO O| Dec 20 23:23:02.358 INFO STEP 338 (remove_files) COMPLETE
53742024-12-20T23:23:03.600Z[ recovery-image] Dec 20 23:23:02.358 INFO O| Dec 20 23:23:02.358 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53752024-12-20T23:23:03.614Z[ recovery-image] Dec 20 23:23:02.374 INFO O| Dec 20 23:23:02.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
53762024-12-20T23:23:03.617Z[ recovery-image] Dec 20 23:23:02.374 INFO O| Dec 20 23:23:02.374 INFO STEP 339 (remove_files) COMPLETE
53772024-12-20T23:23:03.617Z[ recovery-image] Dec 20 23:23:02.375 INFO O| Dec 20 23:23:02.375 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53782024-12-20T23:23:03.630Z[ recovery-image] Dec 20 23:23:02.390 INFO O| Dec 20 23:23:02.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
53792024-12-20T23:23:03.633Z[ recovery-image] Dec 20 23:23:02.391 INFO O| Dec 20 23:23:02.391 INFO STEP 340 (remove_files) COMPLETE
53802024-12-20T23:23:03.633Z[ recovery-image] Dec 20 23:23:02.391 INFO O| Dec 20 23:23:02.391 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53812024-12-20T23:23:03.647Z[ recovery-image] Dec 20 23:23:02.407 INFO O| Dec 20 23:23:02.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
53822024-12-20T23:23:03.650Z[ recovery-image] Dec 20 23:23:02.407 INFO O| Dec 20 23:23:02.407 INFO STEP 341 (remove_files) COMPLETE
53832024-12-20T23:23:03.650Z[ recovery-image] Dec 20 23:23:02.407 INFO O| Dec 20 23:23:02.407 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53842024-12-20T23:23:03.663Z[ recovery-image] Dec 20 23:23:02.423 INFO O| Dec 20 23:23:02.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
53852024-12-20T23:23:03.666Z[ recovery-image] Dec 20 23:23:02.424 INFO O| Dec 20 23:23:02.424 INFO STEP 342 (remove_files) COMPLETE
53862024-12-20T23:23:03.666Z[ recovery-image] Dec 20 23:23:02.424 INFO O| Dec 20 23:23:02.424 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53872024-12-20T23:23:03.680Z[ recovery-image] Dec 20 23:23:02.439 INFO O| Dec 20 23:23:02.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
53882024-12-20T23:23:03.683Z[ recovery-image] Dec 20 23:23:02.440 INFO O| Dec 20 23:23:02.440 INFO STEP 343 (remove_files) COMPLETE
53892024-12-20T23:23:03.683Z[ recovery-image] Dec 20 23:23:02.440 INFO O| Dec 20 23:23:02.440 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53902024-12-20T23:23:03.696Z[ recovery-image] Dec 20 23:23:02.456 INFO O| Dec 20 23:23:02.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
53912024-12-20T23:23:03.699Z[ recovery-image] Dec 20 23:23:02.456 INFO O| Dec 20 23:23:02.456 INFO STEP 344 (remove_files) COMPLETE
53922024-12-20T23:23:03.699Z[ recovery-image] Dec 20 23:23:02.456 INFO O| Dec 20 23:23:02.456 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53932024-12-20T23:23:03.720Z[ recovery-image] Dec 20 23:23:02.474 INFO O| Dec 20 23:23:02.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
53942024-12-20T23:23:03.720Z[ recovery-image] Dec 20 23:23:02.474 INFO O| Dec 20 23:23:02.474 INFO STEP 345 (remove_files) COMPLETE
53952024-12-20T23:23:03.720Z[ recovery-image] Dec 20 23:23:02.474 INFO O| Dec 20 23:23:02.474 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53962024-12-20T23:23:03.734Z[ recovery-image] Dec 20 23:23:02.493 INFO O| Dec 20 23:23:02.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
53972024-12-20T23:23:03.736Z[ recovery-image] Dec 20 23:23:02.494 INFO O| Dec 20 23:23:02.494 INFO STEP 346 (remove_files) COMPLETE
53982024-12-20T23:23:03.736Z[ recovery-image] Dec 20 23:23:02.494 INFO O| Dec 20 23:23:02.494 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53992024-12-20T23:23:03.753Z[ recovery-image] Dec 20 23:23:02.513 INFO O| Dec 20 23:23:02.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
54002024-12-20T23:23:03.756Z[ recovery-image] Dec 20 23:23:02.513 INFO O| Dec 20 23:23:02.513 INFO STEP 347 (remove_files) COMPLETE
54012024-12-20T23:23:03.756Z[ recovery-image] Dec 20 23:23:02.514 INFO O| Dec 20 23:23:02.513 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54022024-12-20T23:23:03.773Z[ recovery-image] Dec 20 23:23:02.533 INFO O| Dec 20 23:23:02.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
54032024-12-20T23:23:03.776Z[ recovery-image] Dec 20 23:23:02.534 INFO O| Dec 20 23:23:02.533 INFO STEP 348 (remove_files) COMPLETE
54042024-12-20T23:23:03.776Z[ recovery-image] Dec 20 23:23:02.534 INFO O| Dec 20 23:23:02.534 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54052024-12-20T23:23:03.811Z[ recovery-image] Dec 20 23:23:02.571 INFO O| Dec 20 23:23:02.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
54062024-12-20T23:23:03.811Z[ recovery-image] Dec 20 23:23:02.571 INFO O| Dec 20 23:23:02.571 INFO STEP 349 (remove_files) COMPLETE
54072024-12-20T23:23:03.814Z[ recovery-image] Dec 20 23:23:02.572 INFO O| Dec 20 23:23:02.571 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54082024-12-20T23:23:03.873Z[ recovery-image] Dec 20 23:23:02.632 INFO O| Dec 20 23:23:02.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
54092024-12-20T23:23:03.876Z[ recovery-image] Dec 20 23:23:02.633 INFO O| Dec 20 23:23:02.633 INFO STEP 350 (remove_files) COMPLETE
54102024-12-20T23:23:03.876Z[ recovery-image] Dec 20 23:23:02.633 INFO O| Dec 20 23:23:02.633 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54112024-12-20T23:23:03.902Z[ recovery-image] Dec 20 23:23:02.661 INFO O| Dec 20 23:23:02.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
54122024-12-20T23:23:03.904Z[ recovery-image] Dec 20 23:23:02.662 INFO O| Dec 20 23:23:02.662 INFO STEP 351 (remove_files) COMPLETE
54132024-12-20T23:23:03.904Z[ recovery-image] Dec 20 23:23:02.662 INFO O| Dec 20 23:23:02.662 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54142024-12-20T23:23:03.923Z[ recovery-image] Dec 20 23:23:02.683 INFO O| Dec 20 23:23:02.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
54152024-12-20T23:23:03.925Z[ recovery-image] Dec 20 23:23:02.683 INFO O| Dec 20 23:23:02.683 INFO STEP 352 (remove_files) COMPLETE
54162024-12-20T23:23:03.925Z[ recovery-image] Dec 20 23:23:02.683 INFO O| Dec 20 23:23:02.683 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54172024-12-20T23:23:03.943Z[ recovery-image] Dec 20 23:23:02.703 INFO O| Dec 20 23:23:02.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
54182024-12-20T23:23:03.946Z[ recovery-image] Dec 20 23:23:02.703 INFO O| Dec 20 23:23:02.703 INFO STEP 353 (remove_files) COMPLETE
54192024-12-20T23:23:03.946Z[ recovery-image] Dec 20 23:23:02.703 INFO O| Dec 20 23:23:02.703 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54202024-12-20T23:23:03.985Z[ recovery-image] Dec 20 23:23:02.745 INFO O| Dec 20 23:23:02.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
54212024-12-20T23:23:03.988Z[ recovery-image] Dec 20 23:23:02.745 INFO O| Dec 20 23:23:02.745 INFO STEP 354 (remove_files) COMPLETE
54222024-12-20T23:23:03.988Z[ recovery-image] Dec 20 23:23:02.745 INFO O| Dec 20 23:23:02.745 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54232024-12-20T23:23:04.004Z[ recovery-image] Dec 20 23:23:02.764 INFO O| Dec 20 23:23:02.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
54242024-12-20T23:23:04.007Z[ recovery-image] Dec 20 23:23:02.764 INFO O| Dec 20 23:23:02.764 INFO STEP 355 (remove_files) COMPLETE
54252024-12-20T23:23:04.007Z[ recovery-image] Dec 20 23:23:02.764 INFO O| Dec 20 23:23:02.764 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54262024-12-20T23:23:04.021Z[ recovery-image] Dec 20 23:23:02.781 INFO O| Dec 20 23:23:02.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
54272024-12-20T23:23:04.023Z[ recovery-image] Dec 20 23:23:02.781 INFO O| Dec 20 23:23:02.781 INFO STEP 356 (remove_files) COMPLETE
54282024-12-20T23:23:04.023Z[ recovery-image] Dec 20 23:23:02.781 INFO O| Dec 20 23:23:02.781 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54292024-12-20T23:23:04.038Z[ recovery-image] Dec 20 23:23:02.797 INFO O| Dec 20 23:23:02.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
54302024-12-20T23:23:04.038Z[ recovery-image] Dec 20 23:23:02.797 INFO O| Dec 20 23:23:02.797 INFO STEP 357 (remove_files) COMPLETE
54312024-12-20T23:23:04.038Z[ recovery-image] Dec 20 23:23:02.797 INFO O| Dec 20 23:23:02.797 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54322024-12-20T23:23:04.057Z[ recovery-image] Dec 20 23:23:02.815 INFO O| Dec 20 23:23:02.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
54332024-12-20T23:23:04.058Z[ recovery-image] Dec 20 23:23:02.815 INFO O| Dec 20 23:23:02.815 INFO STEP 358 (remove_files) COMPLETE
54342024-12-20T23:23:04.058Z[ recovery-image] Dec 20 23:23:02.815 INFO O| Dec 20 23:23:02.815 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54352024-12-20T23:23:04.073Z[ recovery-image] Dec 20 23:23:02.833 INFO O| Dec 20 23:23:02.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
54362024-12-20T23:23:04.073Z[ recovery-image] Dec 20 23:23:02.833 INFO O| Dec 20 23:23:02.833 INFO STEP 359 (remove_files) COMPLETE
54372024-12-20T23:23:04.076Z[ recovery-image] Dec 20 23:23:02.833 INFO O| Dec 20 23:23:02.833 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54382024-12-20T23:23:04.092Z[ recovery-image] Dec 20 23:23:02.852 INFO O| Dec 20 23:23:02.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
54392024-12-20T23:23:04.095Z[ recovery-image] Dec 20 23:23:02.852 INFO O| Dec 20 23:23:02.852 INFO STEP 360 (remove_files) COMPLETE
54402024-12-20T23:23:04.095Z[ recovery-image] Dec 20 23:23:02.852 INFO O| Dec 20 23:23:02.852 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54412024-12-20T23:23:04.110Z[ recovery-image] Dec 20 23:23:02.869 INFO O| Dec 20 23:23:02.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
54422024-12-20T23:23:04.112Z[ recovery-image] Dec 20 23:23:02.870 INFO O| Dec 20 23:23:02.870 INFO STEP 361 (remove_files) COMPLETE
54432024-12-20T23:23:04.113Z[ recovery-image] Dec 20 23:23:02.870 INFO O| Dec 20 23:23:02.870 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54442024-12-20T23:23:04.127Z[ recovery-image] Dec 20 23:23:02.887 INFO O| Dec 20 23:23:02.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
54452024-12-20T23:23:04.130Z[ recovery-image] Dec 20 23:23:02.887 INFO O| Dec 20 23:23:02.887 INFO STEP 362 (remove_files) COMPLETE
54462024-12-20T23:23:04.130Z[ recovery-image] Dec 20 23:23:02.887 INFO O| Dec 20 23:23:02.887 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54472024-12-20T23:23:04.143Z[ recovery-image] Dec 20 23:23:02.903 INFO O| Dec 20 23:23:02.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
54482024-12-20T23:23:04.146Z[ recovery-image] Dec 20 23:23:02.903 INFO O| Dec 20 23:23:02.903 INFO STEP 363 (remove_files) COMPLETE
54492024-12-20T23:23:04.146Z[ recovery-image] Dec 20 23:23:02.903 INFO O| Dec 20 23:23:02.903 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54502024-12-20T23:23:04.177Z[ recovery-image] Dec 20 23:23:02.937 INFO O| Dec 20 23:23:02.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
54512024-12-20T23:23:04.177Z[ recovery-image] Dec 20 23:23:02.937 INFO O| Dec 20 23:23:02.937 INFO STEP 364 (remove_files) COMPLETE
54522024-12-20T23:23:04.178Z[ recovery-image] Dec 20 23:23:02.937 INFO O| Dec 20 23:23:02.937 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54532024-12-20T23:23:04.234Z[ recovery-image] Dec 20 23:23:02.993 INFO O| Dec 20 23:23:02.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
54542024-12-20T23:23:04.234Z[ recovery-image] Dec 20 23:23:02.993 INFO O| Dec 20 23:23:02.993 INFO STEP 365 (remove_files) COMPLETE
54552024-12-20T23:23:04.236Z[ recovery-image] Dec 20 23:23:02.993 INFO O| Dec 20 23:23:02.993 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54562024-12-20T23:23:04.266Z[ recovery-image] Dec 20 23:23:03.026 INFO O| Dec 20 23:23:03.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
54572024-12-20T23:23:04.269Z[ recovery-image] Dec 20 23:23:03.026 INFO O| Dec 20 23:23:03.026 INFO STEP 366 (remove_files) COMPLETE
54582024-12-20T23:23:04.269Z[ recovery-image] Dec 20 23:23:03.026 INFO O| Dec 20 23:23:03.026 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54592024-12-20T23:23:04.283Z[ recovery-image] Dec 20 23:23:03.043 INFO O| Dec 20 23:23:03.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
54602024-12-20T23:23:04.283Z[ recovery-image] Dec 20 23:23:03.043 INFO O| Dec 20 23:23:03.043 INFO STEP 367 (remove_files) COMPLETE
54612024-12-20T23:23:04.292Z[ recovery-image] Dec 20 23:23:03.043 INFO O| Dec 20 23:23:03.043 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54622024-12-20T23:23:04.302Z[ recovery-image] Dec 20 23:23:03.061 INFO O| Dec 20 23:23:03.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
54632024-12-20T23:23:04.302Z[ recovery-image] Dec 20 23:23:03.061 INFO O| Dec 20 23:23:03.061 INFO STEP 368 (remove_files) COMPLETE
54642024-12-20T23:23:04.302Z[ recovery-image] Dec 20 23:23:03.061 INFO O| Dec 20 23:23:03.061 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54652024-12-20T23:23:04.320Z[ recovery-image] Dec 20 23:23:03.079 INFO O| Dec 20 23:23:03.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
54662024-12-20T23:23:04.320Z[ recovery-image] Dec 20 23:23:03.079 INFO O| Dec 20 23:23:03.079 INFO STEP 369 (remove_files) COMPLETE
54672024-12-20T23:23:04.322Z[ recovery-image] Dec 20 23:23:03.079 INFO O| Dec 20 23:23:03.079 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54682024-12-20T23:23:04.338Z[ recovery-image] Dec 20 23:23:03.098 INFO O| Dec 20 23:23:03.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
54692024-12-20T23:23:04.338Z[ recovery-image] Dec 20 23:23:03.098 INFO O| Dec 20 23:23:03.098 INFO STEP 370 (remove_files) COMPLETE
54702024-12-20T23:23:04.338Z[ recovery-image] Dec 20 23:23:03.098 INFO O| Dec 20 23:23:03.098 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54712024-12-20T23:23:04.359Z[ recovery-image] Dec 20 23:23:03.117 INFO O| Dec 20 23:23:03.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
54722024-12-20T23:23:04.359Z[ recovery-image] Dec 20 23:23:03.117 INFO O| Dec 20 23:23:03.117 INFO STEP 371 (remove_files) COMPLETE
54732024-12-20T23:23:04.362Z[ recovery-image] Dec 20 23:23:03.117 INFO O| Dec 20 23:23:03.117 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54742024-12-20T23:23:04.377Z[ recovery-image] Dec 20 23:23:03.137 INFO O| Dec 20 23:23:03.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
54752024-12-20T23:23:04.380Z[ recovery-image] Dec 20 23:23:03.137 INFO O| Dec 20 23:23:03.137 INFO STEP 372 (remove_files) COMPLETE
54762024-12-20T23:23:04.380Z[ recovery-image] Dec 20 23:23:03.137 INFO O| Dec 20 23:23:03.137 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54772024-12-20T23:23:04.397Z[ recovery-image] Dec 20 23:23:03.156 INFO O| Dec 20 23:23:03.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
54782024-12-20T23:23:04.400Z[ recovery-image] Dec 20 23:23:03.157 INFO O| Dec 20 23:23:03.157 INFO STEP 373 (remove_files) COMPLETE
54792024-12-20T23:23:04.400Z[ recovery-image] Dec 20 23:23:03.157 INFO O| Dec 20 23:23:03.157 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54802024-12-20T23:23:04.431Z[ recovery-image] Dec 20 23:23:03.190 INFO O| Dec 20 23:23:03.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
54812024-12-20T23:23:04.434Z[ recovery-image] Dec 20 23:23:03.190 INFO O| Dec 20 23:23:03.190 INFO STEP 374 (remove_files) COMPLETE
54822024-12-20T23:23:04.434Z[ recovery-image] Dec 20 23:23:03.190 INFO O| Dec 20 23:23:03.190 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54832024-12-20T23:23:04.451Z[ recovery-image] Dec 20 23:23:03.211 INFO O| Dec 20 23:23:03.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
54842024-12-20T23:23:04.453Z[ recovery-image] Dec 20 23:23:03.211 INFO O| Dec 20 23:23:03.211 INFO STEP 375 (remove_files) COMPLETE
54852024-12-20T23:23:04.453Z[ recovery-image] Dec 20 23:23:03.211 INFO O| Dec 20 23:23:03.211 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54862024-12-20T23:23:04.472Z[ recovery-image] Dec 20 23:23:03.231 INFO O| Dec 20 23:23:03.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
54872024-12-20T23:23:04.475Z[ recovery-image] Dec 20 23:23:03.232 INFO O| Dec 20 23:23:03.231 INFO STEP 376 (remove_files) COMPLETE
54882024-12-20T23:23:04.475Z[ recovery-image] Dec 20 23:23:03.232 INFO O| Dec 20 23:23:03.232 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54892024-12-20T23:23:04.492Z[ recovery-image] Dec 20 23:23:03.252 INFO O| Dec 20 23:23:03.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
54902024-12-20T23:23:04.495Z[ recovery-image] Dec 20 23:23:03.252 INFO O| Dec 20 23:23:03.252 INFO STEP 377 (remove_files) COMPLETE
54912024-12-20T23:23:04.495Z[ recovery-image] Dec 20 23:23:03.253 INFO O| Dec 20 23:23:03.252 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54922024-12-20T23:23:04.517Z[ recovery-image] Dec 20 23:23:03.276 INFO O| Dec 20 23:23:03.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
54932024-12-20T23:23:04.520Z[ recovery-image] Dec 20 23:23:03.276 INFO O| Dec 20 23:23:03.276 INFO STEP 378 (remove_files) COMPLETE
54942024-12-20T23:23:04.520Z[ recovery-image] Dec 20 23:23:03.277 INFO O| Dec 20 23:23:03.277 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54952024-12-20T23:23:04.537Z[ recovery-image] Dec 20 23:23:03.297 INFO O| Dec 20 23:23:03.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
54962024-12-20T23:23:04.541Z[ recovery-image] Dec 20 23:23:03.297 INFO O| Dec 20 23:23:03.297 INFO STEP 379 (remove_files) COMPLETE
54972024-12-20T23:23:04.541Z[ recovery-image] Dec 20 23:23:03.298 INFO O| Dec 20 23:23:03.297 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54982024-12-20T23:23:04.558Z[ recovery-image] Dec 20 23:23:03.317 INFO O| Dec 20 23:23:03.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
54992024-12-20T23:23:04.577Z[ recovery-image] Dec 20 23:23:03.337 INFO O| Dec 20 23:23:03.337 INFO STEP 380 (remove_files) COMPLETE
55002024-12-20T23:23:04.577Z[ recovery-image] Dec 20 23:23:03.337 INFO O| Dec 20 23:23:03.337 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55012024-12-20T23:23:04.598Z[ recovery-image] Dec 20 23:23:03.358 INFO O| Dec 20 23:23:03.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
55022024-12-20T23:23:04.601Z[ recovery-image] Dec 20 23:23:03.358 INFO O| Dec 20 23:23:03.358 INFO STEP 381 (remove_files) COMPLETE
55032024-12-20T23:23:04.601Z[ recovery-image] Dec 20 23:23:03.358 INFO O| Dec 20 23:23:03.358 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55042024-12-20T23:23:04.618Z[ recovery-image] Dec 20 23:23:03.376 INFO O| Dec 20 23:23:03.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
55052024-12-20T23:23:04.618Z[ recovery-image] Dec 20 23:23:03.376 INFO O| Dec 20 23:23:03.376 INFO STEP 382 (remove_files) COMPLETE
55062024-12-20T23:23:04.620Z[ recovery-image] Dec 20 23:23:03.376 INFO O| Dec 20 23:23:03.376 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55072024-12-20T23:23:04.636Z[ recovery-image] Dec 20 23:23:03.395 INFO O| Dec 20 23:23:03.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
55082024-12-20T23:23:04.660Z[ recovery-image] Dec 20 23:23:03.420 INFO O| Dec 20 23:23:03.420 INFO STEP 383 (remove_files) COMPLETE
55092024-12-20T23:23:04.663Z[ recovery-image] Dec 20 23:23:03.420 INFO O| Dec 20 23:23:03.420 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55102024-12-20T23:23:04.692Z[ recovery-image] Dec 20 23:23:03.451 INFO O| Dec 20 23:23:03.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
55112024-12-20T23:23:04.692Z[ recovery-image] Dec 20 23:23:03.451 INFO O| Dec 20 23:23:03.451 INFO STEP 384 (remove_files) COMPLETE
55122024-12-20T23:23:04.692Z[ recovery-image] Dec 20 23:23:03.451 INFO O| Dec 20 23:23:03.451 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55132024-12-20T23:23:04.711Z[ recovery-image] Dec 20 23:23:03.471 INFO O| Dec 20 23:23:03.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
55142024-12-20T23:23:04.711Z[ recovery-image] Dec 20 23:23:03.471 INFO O| Dec 20 23:23:03.471 INFO STEP 385 (remove_files) COMPLETE
55152024-12-20T23:23:04.714Z[ recovery-image] Dec 20 23:23:03.471 INFO O| Dec 20 23:23:03.471 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55162024-12-20T23:23:04.731Z[ recovery-image] Dec 20 23:23:03.490 INFO O| Dec 20 23:23:03.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
55172024-12-20T23:23:04.731Z[ recovery-image] Dec 20 23:23:03.490 INFO O| Dec 20 23:23:03.490 INFO STEP 386 (remove_files) COMPLETE
55182024-12-20T23:23:04.734Z[ recovery-image] Dec 20 23:23:03.491 INFO O| Dec 20 23:23:03.490 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55192024-12-20T23:23:04.750Z[ recovery-image] Dec 20 23:23:03.509 INFO O| Dec 20 23:23:03.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
55202024-12-20T23:23:04.750Z[ recovery-image] Dec 20 23:23:03.509 INFO O| Dec 20 23:23:03.509 INFO STEP 387 (remove_files) COMPLETE
55212024-12-20T23:23:04.750Z[ recovery-image] Dec 20 23:23:03.509 INFO O| Dec 20 23:23:03.509 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55222024-12-20T23:23:04.769Z[ recovery-image] Dec 20 23:23:03.528 INFO O| Dec 20 23:23:03.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
55232024-12-20T23:23:04.769Z[ recovery-image] Dec 20 23:23:03.528 INFO O| Dec 20 23:23:03.528 INFO STEP 388 (remove_files) COMPLETE
55242024-12-20T23:23:04.769Z[ recovery-image] Dec 20 23:23:03.528 INFO O| Dec 20 23:23:03.528 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55252024-12-20T23:23:04.772Z[ host-image] Dec 20 23:23:03.529 INFO O| Dec 20 23:23:03.529 INFO O| Download: Completed 1.45 MB in 1.49 seconds (991k/s)
55262024-12-20T23:23:04.808Z[ recovery-image] Dec 20 23:23:03.567 INFO O| Dec 20 23:23:03.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
55272024-12-20T23:23:04.817Z[ host-image] Dec 20 23:23:03.574 INFO O| Dec 20 23:23:03.574 INFO O| Actions: 1/305 actions (Installing new actions)
55282024-12-20T23:23:04.841Z[ recovery-image] Dec 20 23:23:03.601 INFO O| Dec 20 23:23:03.601 INFO STEP 389 (remove_files) COMPLETE
55292024-12-20T23:23:04.841Z[ recovery-image] Dec 20 23:23:03.601 INFO O| Dec 20 23:23:03.601 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55302024-12-20T23:23:04.914Z[ recovery-image] Dec 20 23:23:03.673 INFO O| Dec 20 23:23:03.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
55312024-12-20T23:23:04.914Z[ recovery-image] Dec 20 23:23:03.673 INFO O| Dec 20 23:23:03.673 INFO STEP 390 (remove_files) COMPLETE
55322024-12-20T23:23:04.914Z[ recovery-image] Dec 20 23:23:03.673 INFO O| Dec 20 23:23:03.673 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55332024-12-20T23:23:04.935Z[ recovery-image] Dec 20 23:23:03.694 INFO O| Dec 20 23:23:03.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
55342024-12-20T23:23:04.937Z[ recovery-image] Dec 20 23:23:03.694 INFO O| Dec 20 23:23:03.694 INFO STEP 391 (remove_files) COMPLETE
55352024-12-20T23:23:04.937Z[ recovery-image] Dec 20 23:23:03.694 INFO O| Dec 20 23:23:03.694 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55362024-12-20T23:23:04.956Z[ recovery-image] Dec 20 23:23:03.716 INFO O| Dec 20 23:23:03.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
55372024-12-20T23:23:04.959Z[ recovery-image] Dec 20 23:23:03.716 INFO O| Dec 20 23:23:03.716 INFO STEP 392 (remove_files) COMPLETE
55382024-12-20T23:23:04.959Z[ recovery-image] Dec 20 23:23:03.716 INFO O| Dec 20 23:23:03.716 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55392024-12-20T23:23:04.977Z[ recovery-image] Dec 20 23:23:03.737 INFO O| Dec 20 23:23:03.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
55402024-12-20T23:23:04.977Z[ recovery-image] Dec 20 23:23:03.737 INFO O| Dec 20 23:23:03.737 INFO STEP 393 (remove_files) COMPLETE
55412024-12-20T23:23:04.977Z[ recovery-image] Dec 20 23:23:03.737 INFO O| Dec 20 23:23:03.737 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55422024-12-20T23:23:04.997Z[ recovery-image] Dec 20 23:23:03.757 INFO O| Dec 20 23:23:03.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
55432024-12-20T23:23:04.997Z[ recovery-image] Dec 20 23:23:03.757 INFO O| Dec 20 23:23:03.757 INFO STEP 394 (remove_files) COMPLETE
55442024-12-20T23:23:04.997Z[ recovery-image] Dec 20 23:23:03.757 INFO O| Dec 20 23:23:03.757 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55452024-12-20T23:23:05.003Z[ host-image] Dec 20 23:23:03.763 INFO O| Dec 20 23:23:03.763 INFO O| Actions: Completed 305 actions in 0.19 seconds.
55462024-12-20T23:23:05.017Z[ recovery-image] Dec 20 23:23:03.777 INFO O| Dec 20 23:23:03.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
55472024-12-20T23:23:05.017Z[ recovery-image] Dec 20 23:23:03.777 INFO O| Dec 20 23:23:03.777 INFO STEP 395 (remove_files) COMPLETE
55482024-12-20T23:23:05.017Z[ recovery-image] Dec 20 23:23:03.777 INFO O| Dec 20 23:23:03.777 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55492024-12-20T23:23:05.086Z[ recovery-image] Dec 20 23:23:03.845 INFO O| Dec 20 23:23:03.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
55502024-12-20T23:23:05.086Z[ recovery-image] Dec 20 23:23:03.845 INFO O| Dec 20 23:23:03.845 INFO STEP 396 (remove_files) COMPLETE
55512024-12-20T23:23:05.086Z[ recovery-image] Dec 20 23:23:03.846 INFO O| Dec 20 23:23:03.845 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55522024-12-20T23:23:05.105Z[ recovery-image] Dec 20 23:23:03.865 INFO O| Dec 20 23:23:03.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
55532024-12-20T23:23:05.105Z[ recovery-image] Dec 20 23:23:03.865 INFO O| Dec 20 23:23:03.865 INFO STEP 397 (remove_files) COMPLETE
55542024-12-20T23:23:05.108Z[ recovery-image] Dec 20 23:23:03.865 INFO O| Dec 20 23:23:03.865 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55552024-12-20T23:23:05.140Z[ recovery-image] Dec 20 23:23:03.900 INFO O| Dec 20 23:23:03.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
55562024-12-20T23:23:05.140Z[ recovery-image] Dec 20 23:23:03.900 INFO O| Dec 20 23:23:03.900 INFO STEP 398 (remove_files) COMPLETE
55572024-12-20T23:23:05.141Z[ recovery-image] Dec 20 23:23:03.900 INFO O| Dec 20 23:23:03.900 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55582024-12-20T23:23:05.171Z[ recovery-image] Dec 20 23:23:03.930 INFO O| Dec 20 23:23:03.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
55592024-12-20T23:23:05.171Z[ recovery-image] Dec 20 23:23:03.930 INFO O| Dec 20 23:23:03.930 INFO STEP 399 (remove_files) COMPLETE
55602024-12-20T23:23:05.171Z[ recovery-image] Dec 20 23:23:03.930 INFO O| Dec 20 23:23:03.930 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55612024-12-20T23:23:05.190Z[ recovery-image] Dec 20 23:23:03.949 INFO O| Dec 20 23:23:03.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
55622024-12-20T23:23:05.190Z[ recovery-image] Dec 20 23:23:03.949 INFO O| Dec 20 23:23:03.949 INFO STEP 400 (remove_files) COMPLETE
55632024-12-20T23:23:05.190Z[ recovery-image] Dec 20 23:23:03.949 INFO O| Dec 20 23:23:03.949 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55642024-12-20T23:23:05.208Z[ recovery-image] Dec 20 23:23:03.968 INFO O| Dec 20 23:23:03.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
55652024-12-20T23:23:05.208Z[ recovery-image] Dec 20 23:23:03.968 INFO O| Dec 20 23:23:03.968 INFO STEP 401 (remove_files) COMPLETE
55662024-12-20T23:23:05.208Z[ recovery-image] Dec 20 23:23:03.968 INFO O| Dec 20 23:23:03.968 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55672024-12-20T23:23:05.228Z[ recovery-image] Dec 20 23:23:03.986 INFO O| Dec 20 23:23:03.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
55682024-12-20T23:23:05.228Z[ recovery-image] Dec 20 23:23:03.986 INFO O| Dec 20 23:23:03.986 INFO STEP 402 (remove_files) COMPLETE
55692024-12-20T23:23:05.228Z[ recovery-image] Dec 20 23:23:03.986 INFO O| Dec 20 23:23:03.986 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55702024-12-20T23:23:05.246Z[ recovery-image] Dec 20 23:23:04.005 INFO O| Dec 20 23:23:04.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
55712024-12-20T23:23:05.246Z[ recovery-image] Dec 20 23:23:04.005 INFO O| Dec 20 23:23:04.005 INFO STEP 403 (remove_files) COMPLETE
55722024-12-20T23:23:05.246Z[ recovery-image] Dec 20 23:23:04.005 INFO O| Dec 20 23:23:04.005 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55732024-12-20T23:23:05.276Z[ recovery-image] Dec 20 23:23:04.035 INFO O| Dec 20 23:23:04.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
55742024-12-20T23:23:05.276Z[ recovery-image] Dec 20 23:23:04.035 INFO O| Dec 20 23:23:04.035 INFO STEP 404 (remove_files) COMPLETE
55752024-12-20T23:23:05.276Z[ recovery-image] Dec 20 23:23:04.035 INFO O| Dec 20 23:23:04.035 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55762024-12-20T23:23:05.303Z[ recovery-image] Dec 20 23:23:04.061 INFO O| Dec 20 23:23:04.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
55772024-12-20T23:23:05.303Z[ recovery-image] Dec 20 23:23:04.061 INFO O| Dec 20 23:23:04.061 INFO STEP 405 (remove_files) COMPLETE
55782024-12-20T23:23:05.307Z[ recovery-image] Dec 20 23:23:04.061 INFO O| Dec 20 23:23:04.061 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55792024-12-20T23:23:05.323Z[ recovery-image] Dec 20 23:23:04.082 INFO O| Dec 20 23:23:04.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
55802024-12-20T23:23:05.323Z[ recovery-image] Dec 20 23:23:04.083 INFO O| Dec 20 23:23:04.082 INFO STEP 406 (remove_files) COMPLETE
55812024-12-20T23:23:05.331Z[ recovery-image] Dec 20 23:23:04.083 INFO O| Dec 20 23:23:04.083 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55822024-12-20T23:23:05.350Z[ recovery-image] Dec 20 23:23:04.109 INFO O| Dec 20 23:23:04.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
55832024-12-20T23:23:05.350Z[ recovery-image] Dec 20 23:23:04.109 INFO O| Dec 20 23:23:04.101 INFO STEP 407 (remove_files) COMPLETE
55842024-12-20T23:23:05.353Z[ recovery-image] Dec 20 23:23:04.109 INFO O| Dec 20 23:23:04.101 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55852024-12-20T23:23:05.370Z[ recovery-image] Dec 20 23:23:04.130 INFO O| Dec 20 23:23:04.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
55862024-12-20T23:23:05.370Z[ recovery-image] Dec 20 23:23:04.130 INFO O| Dec 20 23:23:04.119 INFO STEP 408 (remove_files) COMPLETE
55872024-12-20T23:23:05.370Z[ recovery-image] Dec 20 23:23:04.130 INFO O| Dec 20 23:23:04.119 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55882024-12-20T23:23:05.387Z[ recovery-image] Dec 20 23:23:04.146 INFO O| Dec 20 23:23:04.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
55892024-12-20T23:23:05.387Z[ recovery-image] Dec 20 23:23:04.147 INFO O| Dec 20 23:23:04.147 INFO STEP 409 (remove_files) COMPLETE
55902024-12-20T23:23:05.387Z[ recovery-image] Dec 20 23:23:04.147 INFO O| Dec 20 23:23:04.147 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55912024-12-20T23:23:05.426Z[ recovery-image] Dec 20 23:23:04.186 INFO O| Dec 20 23:23:04.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
55922024-12-20T23:23:05.427Z[ recovery-image] Dec 20 23:23:04.186 INFO O| Dec 20 23:23:04.186 INFO STEP 410 (remove_files) COMPLETE
55932024-12-20T23:23:05.427Z[ recovery-image] Dec 20 23:23:04.186 INFO O| Dec 20 23:23:04.186 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55942024-12-20T23:23:05.471Z[ recovery-image] Dec 20 23:23:04.230 INFO O| Dec 20 23:23:04.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
55952024-12-20T23:23:05.471Z[ recovery-image] Dec 20 23:23:04.230 INFO O| Dec 20 23:23:04.230 INFO STEP 411 (remove_files) COMPLETE
55962024-12-20T23:23:05.473Z[ recovery-image] Dec 20 23:23:04.230 INFO O| Dec 20 23:23:04.230 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55972024-12-20T23:23:05.504Z[ recovery-image] Dec 20 23:23:04.263 INFO O| Dec 20 23:23:04.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
55982024-12-20T23:23:05.507Z[ recovery-image] Dec 20 23:23:04.263 INFO O| Dec 20 23:23:04.263 INFO STEP 412 (remove_files) COMPLETE
55992024-12-20T23:23:05.507Z[ recovery-image] Dec 20 23:23:04.264 INFO O| Dec 20 23:23:04.263 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56002024-12-20T23:23:05.527Z[ recovery-image] Dec 20 23:23:04.287 INFO O| Dec 20 23:23:04.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
56012024-12-20T23:23:05.530Z[ recovery-image] Dec 20 23:23:04.287 INFO O| Dec 20 23:23:04.287 INFO STEP 413 (remove_files) COMPLETE
56022024-12-20T23:23:05.530Z[ recovery-image] Dec 20 23:23:04.287 INFO O| Dec 20 23:23:04.287 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56032024-12-20T23:23:05.564Z[ recovery-image] Dec 20 23:23:04.324 INFO O| Dec 20 23:23:04.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
56042024-12-20T23:23:05.567Z[ recovery-image] Dec 20 23:23:04.324 INFO O| Dec 20 23:23:04.324 INFO STEP 414 (remove_files) COMPLETE
56052024-12-20T23:23:05.567Z[ recovery-image] Dec 20 23:23:04.324 INFO O| Dec 20 23:23:04.324 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56062024-12-20T23:23:05.585Z[ recovery-image] Dec 20 23:23:04.345 INFO O| Dec 20 23:23:04.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
56072024-12-20T23:23:05.588Z[ recovery-image] Dec 20 23:23:04.345 INFO O| Dec 20 23:23:04.345 INFO STEP 415 (remove_files) COMPLETE
56082024-12-20T23:23:05.588Z[ recovery-image] Dec 20 23:23:04.345 INFO O| Dec 20 23:23:04.345 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56092024-12-20T23:23:05.604Z[ recovery-image] Dec 20 23:23:04.363 INFO O| Dec 20 23:23:04.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
56102024-12-20T23:23:05.606Z[ recovery-image] Dec 20 23:23:04.364 INFO O| Dec 20 23:23:04.363 INFO STEP 416 (remove_files) COMPLETE
56112024-12-20T23:23:05.607Z[ recovery-image] Dec 20 23:23:04.364 INFO O| Dec 20 23:23:04.364 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56122024-12-20T23:23:05.623Z[ recovery-image] Dec 20 23:23:04.382 INFO O| Dec 20 23:23:04.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
56132024-12-20T23:23:05.625Z[ recovery-image] Dec 20 23:23:04.382 INFO O| Dec 20 23:23:04.382 INFO STEP 417 (remove_files) COMPLETE
56142024-12-20T23:23:05.625Z[ recovery-image] Dec 20 23:23:04.383 INFO O| Dec 20 23:23:04.382 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56152024-12-20T23:23:05.639Z[ host-image] Dec 20 23:23:04.398 INFO O| Dec 20 23:23:04.398 INFO O| Done
56162024-12-20T23:23:05.639Z[ host-image] Dec 20 23:23:04.399 INFO O| Dec 20 23:23:04.398 INFO O| Done
56172024-12-20T23:23:05.642Z[ recovery-image] Dec 20 23:23:04.401 INFO O| Dec 20 23:23:04.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
56182024-12-20T23:23:05.646Z[ recovery-image] Dec 20 23:23:04.401 INFO O| Dec 20 23:23:04.401 INFO STEP 418 (remove_files) COMPLETE
56192024-12-20T23:23:05.646Z[ recovery-image] Dec 20 23:23:04.401 INFO O| Dec 20 23:23:04.401 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56202024-12-20T23:23:05.673Z[ recovery-image] Dec 20 23:23:04.428 INFO O| Dec 20 23:23:04.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
56212024-12-20T23:23:05.673Z[ recovery-image] Dec 20 23:23:04.429 INFO O| Dec 20 23:23:04.429 INFO STEP 419 (remove_files) COMPLETE
56222024-12-20T23:23:05.673Z[ recovery-image] Dec 20 23:23:04.429 INFO O| Dec 20 23:23:04.429 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56232024-12-20T23:23:05.691Z[ recovery-image] Dec 20 23:23:04.449 INFO O| Dec 20 23:23:04.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
56242024-12-20T23:23:05.695Z[ recovery-image] Dec 20 23:23:04.450 INFO O| Dec 20 23:23:04.450 INFO STEP 420 (remove_files) COMPLETE
56252024-12-20T23:23:05.695Z[ recovery-image] Dec 20 23:23:04.450 INFO O| Dec 20 23:23:04.450 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56262024-12-20T23:23:05.711Z[ recovery-image] Dec 20 23:23:04.470 INFO O| Dec 20 23:23:04.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
56272024-12-20T23:23:05.711Z[ recovery-image] Dec 20 23:23:04.470 INFO O| Dec 20 23:23:04.470 INFO STEP 421 (remove_files) COMPLETE
56282024-12-20T23:23:05.711Z[ recovery-image] Dec 20 23:23:04.470 INFO O| Dec 20 23:23:04.470 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56292024-12-20T23:23:05.732Z[ recovery-image] Dec 20 23:23:04.489 INFO O| Dec 20 23:23:04.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
56302024-12-20T23:23:05.732Z[ recovery-image] Dec 20 23:23:04.490 INFO O| Dec 20 23:23:04.489 INFO STEP 422 (remove_files) COMPLETE
56312024-12-20T23:23:05.732Z[ recovery-image] Dec 20 23:23:04.490 INFO O| Dec 20 23:23:04.490 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56322024-12-20T23:23:05.748Z[ recovery-image] Dec 20 23:23:04.507 INFO O| Dec 20 23:23:04.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
56332024-12-20T23:23:05.748Z[ recovery-image] Dec 20 23:23:04.507 INFO O| Dec 20 23:23:04.507 INFO STEP 423 (remove_files) COMPLETE
56342024-12-20T23:23:05.748Z[ recovery-image] Dec 20 23:23:04.507 INFO O| Dec 20 23:23:04.507 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56352024-12-20T23:23:05.771Z[ recovery-image] Dec 20 23:23:04.528 INFO O| Dec 20 23:23:04.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
56362024-12-20T23:23:05.771Z[ recovery-image] Dec 20 23:23:04.528 INFO O| Dec 20 23:23:04.528 INFO STEP 424 (remove_files) COMPLETE
56372024-12-20T23:23:05.771Z[ recovery-image] Dec 20 23:23:04.528 INFO O| Dec 20 23:23:04.528 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56382024-12-20T23:23:05.787Z[ recovery-image] Dec 20 23:23:04.546 INFO O| Dec 20 23:23:04.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
56392024-12-20T23:23:05.791Z[ recovery-image] Dec 20 23:23:04.546 INFO O| Dec 20 23:23:04.546 INFO STEP 425 (remove_files) COMPLETE
56402024-12-20T23:23:05.791Z[ recovery-image] Dec 20 23:23:04.547 INFO O| Dec 20 23:23:04.547 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56412024-12-20T23:23:05.813Z[ recovery-image] Dec 20 23:23:04.564 INFO O| Dec 20 23:23:04.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
56422024-12-20T23:23:05.813Z[ recovery-image] Dec 20 23:23:04.564 INFO O| Dec 20 23:23:04.564 INFO STEP 426 (remove_files) COMPLETE
56432024-12-20T23:23:05.813Z[ recovery-image] Dec 20 23:23:04.564 INFO O| Dec 20 23:23:04.564 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56442024-12-20T23:23:05.840Z[ recovery-image] Dec 20 23:23:04.599 INFO O| Dec 20 23:23:04.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
56452024-12-20T23:23:05.952Z[ recovery-image] Dec 20 23:23:04.711 INFO O| Dec 20 23:23:04.711 INFO STEP 427 (remove_files) COMPLETE
56462024-12-20T23:23:05.952Z[ recovery-image] Dec 20 23:23:04.711 INFO O| Dec 20 23:23:04.711 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56472024-12-20T23:23:05.969Z[ recovery-image] Dec 20 23:23:04.728 INFO O| Dec 20 23:23:04.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
56482024-12-20T23:23:05.969Z[ recovery-image] Dec 20 23:23:04.728 INFO O| Dec 20 23:23:04.728 INFO STEP 428 (remove_files) COMPLETE
56492024-12-20T23:23:05.969Z[ recovery-image] Dec 20 23:23:04.728 INFO O| Dec 20 23:23:04.728 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56502024-12-20T23:23:06.027Z[ recovery-image] Dec 20 23:23:04.786 INFO O| Dec 20 23:23:04.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
56512024-12-20T23:23:06.027Z[ recovery-image] Dec 20 23:23:04.786 INFO O| Dec 20 23:23:04.786 INFO STEP 429 (remove_files) COMPLETE
56522024-12-20T23:23:06.027Z[ recovery-image] Dec 20 23:23:04.786 INFO O| Dec 20 23:23:04.786 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56532024-12-20T23:23:06.044Z[ recovery-image] Dec 20 23:23:04.802 INFO O| Dec 20 23:23:04.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
56542024-12-20T23:23:06.045Z[ recovery-image] Dec 20 23:23:04.802 INFO O| Dec 20 23:23:04.802 INFO STEP 430 (remove_files) COMPLETE
56552024-12-20T23:23:06.045Z[ recovery-image] Dec 20 23:23:04.802 INFO O| Dec 20 23:23:04.802 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56562024-12-20T23:23:06.059Z[ recovery-image] Dec 20 23:23:04.818 INFO O| Dec 20 23:23:04.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
56572024-12-20T23:23:06.059Z[ recovery-image] Dec 20 23:23:04.818 INFO O| Dec 20 23:23:04.818 INFO STEP 431 (remove_files) COMPLETE
56582024-12-20T23:23:06.059Z[ recovery-image] Dec 20 23:23:04.818 INFO O| Dec 20 23:23:04.818 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56592024-12-20T23:23:06.076Z[ recovery-image] Dec 20 23:23:04.836 INFO O| Dec 20 23:23:04.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
56602024-12-20T23:23:06.077Z[ recovery-image] Dec 20 23:23:04.836 INFO O| Dec 20 23:23:04.836 INFO STEP 432 (remove_files) COMPLETE
56612024-12-20T23:23:06.077Z[ recovery-image] Dec 20 23:23:04.836 INFO O| Dec 20 23:23:04.836 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56622024-12-20T23:23:06.094Z[ recovery-image] Dec 20 23:23:04.853 INFO O| Dec 20 23:23:04.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
56632024-12-20T23:23:06.094Z[ recovery-image] Dec 20 23:23:04.853 INFO O| Dec 20 23:23:04.853 INFO STEP 433 (remove_files) COMPLETE
56642024-12-20T23:23:06.094Z[ recovery-image] Dec 20 23:23:04.853 INFO O| Dec 20 23:23:04.853 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56652024-12-20T23:23:06.111Z[ recovery-image] Dec 20 23:23:04.870 INFO O| Dec 20 23:23:04.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
56662024-12-20T23:23:06.111Z[ recovery-image] Dec 20 23:23:04.870 INFO O| Dec 20 23:23:04.870 INFO STEP 434 (remove_files) COMPLETE
56672024-12-20T23:23:06.114Z[ recovery-image] Dec 20 23:23:04.871 INFO O| Dec 20 23:23:04.870 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56682024-12-20T23:23:06.149Z[ recovery-image] Dec 20 23:23:04.908 INFO O| Dec 20 23:23:04.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
56692024-12-20T23:23:06.149Z[ recovery-image] Dec 20 23:23:04.908 INFO O| Dec 20 23:23:04.908 INFO STEP 435 (remove_files) COMPLETE
56702024-12-20T23:23:06.149Z[ recovery-image] Dec 20 23:23:04.908 INFO O| Dec 20 23:23:04.908 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56712024-12-20T23:23:06.200Z[ recovery-image] Dec 20 23:23:04.960 INFO O| Dec 20 23:23:04.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
56722024-12-20T23:23:06.200Z[ recovery-image] Dec 20 23:23:04.960 INFO O| Dec 20 23:23:04.960 INFO STEP 436 (remove_files) COMPLETE
56732024-12-20T23:23:06.201Z[ recovery-image] Dec 20 23:23:04.960 INFO O| Dec 20 23:23:04.960 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56742024-12-20T23:23:06.219Z[ recovery-image] Dec 20 23:23:04.978 INFO O| Dec 20 23:23:04.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
56752024-12-20T23:23:06.219Z[ recovery-image] Dec 20 23:23:04.978 INFO O| Dec 20 23:23:04.978 INFO STEP 437 (remove_files) COMPLETE
56762024-12-20T23:23:06.219Z[ recovery-image] Dec 20 23:23:04.978 INFO O| Dec 20 23:23:04.978 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56772024-12-20T23:23:06.235Z[ recovery-image] Dec 20 23:23:04.994 INFO O| Dec 20 23:23:04.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
56782024-12-20T23:23:06.235Z[ recovery-image] Dec 20 23:23:04.994 INFO O| Dec 20 23:23:04.994 INFO STEP 438 (remove_files) COMPLETE
56792024-12-20T23:23:06.235Z[ recovery-image] Dec 20 23:23:04.994 INFO O| Dec 20 23:23:04.994 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56802024-12-20T23:23:06.301Z[ recovery-image] Dec 20 23:23:05.057 INFO O| Dec 20 23:23:05.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
56812024-12-20T23:23:06.301Z[ recovery-image] Dec 20 23:23:05.057 INFO O| Dec 20 23:23:05.057 INFO STEP 439 (remove_files) COMPLETE
56822024-12-20T23:23:06.301Z[ recovery-image] Dec 20 23:23:05.057 INFO O| Dec 20 23:23:05.057 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56832024-12-20T23:23:06.321Z[ recovery-image] Dec 20 23:23:05.080 INFO O| Dec 20 23:23:05.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
56842024-12-20T23:23:06.321Z[ recovery-image] Dec 20 23:23:05.080 INFO O| Dec 20 23:23:05.080 INFO STEP 440 (remove_files) COMPLETE
56852024-12-20T23:23:06.321Z[ recovery-image] Dec 20 23:23:05.080 INFO O| Dec 20 23:23:05.080 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56862024-12-20T23:23:06.353Z[ recovery-image] Dec 20 23:23:05.112 INFO O| Dec 20 23:23:05.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
56872024-12-20T23:23:06.353Z[ recovery-image] Dec 20 23:23:05.112 INFO O| Dec 20 23:23:05.112 INFO STEP 441 (remove_files) COMPLETE
56882024-12-20T23:23:06.356Z[ recovery-image] Dec 20 23:23:05.112 INFO O| Dec 20 23:23:05.112 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56892024-12-20T23:23:06.381Z[ recovery-image] Dec 20 23:23:05.140 INFO O| Dec 20 23:23:05.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
56902024-12-20T23:23:06.381Z[ recovery-image] Dec 20 23:23:05.140 INFO O| Dec 20 23:23:05.140 INFO STEP 442 (remove_files) COMPLETE
56912024-12-20T23:23:06.381Z[ recovery-image] Dec 20 23:23:05.140 INFO O| Dec 20 23:23:05.140 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56922024-12-20T23:23:06.399Z[ recovery-image] Dec 20 23:23:05.159 INFO O| Dec 20 23:23:05.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
56932024-12-20T23:23:06.399Z[ recovery-image] Dec 20 23:23:05.159 INFO O| Dec 20 23:23:05.159 INFO STEP 443 (remove_files) COMPLETE
56942024-12-20T23:23:06.399Z[ recovery-image] Dec 20 23:23:05.159 INFO O| Dec 20 23:23:05.159 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56952024-12-20T23:23:06.451Z[ recovery-image] Dec 20 23:23:05.211 INFO O| Dec 20 23:23:05.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
56962024-12-20T23:23:06.452Z[ recovery-image] Dec 20 23:23:05.211 INFO O| Dec 20 23:23:05.211 INFO STEP 444 (remove_files) COMPLETE
56972024-12-20T23:23:06.452Z[ recovery-image] Dec 20 23:23:05.211 INFO O| Dec 20 23:23:05.211 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56982024-12-20T23:23:06.474Z[ recovery-image] Dec 20 23:23:05.233 INFO O| Dec 20 23:23:05.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
56992024-12-20T23:23:06.474Z[ recovery-image] Dec 20 23:23:05.233 INFO O| Dec 20 23:23:05.233 INFO STEP 445 (remove_files) COMPLETE
57002024-12-20T23:23:06.476Z[ recovery-image] Dec 20 23:23:05.233 INFO O| Dec 20 23:23:05.233 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57012024-12-20T23:23:06.492Z[ recovery-image] Dec 20 23:23:05.252 INFO O| Dec 20 23:23:05.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
57022024-12-20T23:23:06.513Z[ recovery-image] Dec 20 23:23:05.272 INFO O| Dec 20 23:23:05.272 INFO STEP 446 (remove_files) COMPLETE
57032024-12-20T23:23:06.513Z[ recovery-image] Dec 20 23:23:05.272 INFO O| Dec 20 23:23:05.272 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57042024-12-20T23:23:06.567Z[ recovery-image] Dec 20 23:23:05.326 INFO O| Dec 20 23:23:05.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
57052024-12-20T23:23:06.567Z[ recovery-image] Dec 20 23:23:05.327 INFO O| Dec 20 23:23:05.327 INFO STEP 447 (remove_files) COMPLETE
57062024-12-20T23:23:06.567Z[ recovery-image] Dec 20 23:23:05.327 INFO O| Dec 20 23:23:05.327 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57072024-12-20T23:23:06.585Z[ recovery-image] Dec 20 23:23:05.344 INFO O| Dec 20 23:23:05.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
57082024-12-20T23:23:06.585Z[ recovery-image] Dec 20 23:23:05.344 INFO O| Dec 20 23:23:05.344 INFO STEP 448 (remove_files) COMPLETE
57092024-12-20T23:23:06.585Z[ recovery-image] Dec 20 23:23:05.344 INFO O| Dec 20 23:23:05.344 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57102024-12-20T23:23:06.621Z[ recovery-image] Dec 20 23:23:05.380 INFO O| Dec 20 23:23:05.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
57112024-12-20T23:23:06.621Z[ recovery-image] Dec 20 23:23:05.380 INFO O| Dec 20 23:23:05.380 INFO STEP 449 (remove_files) COMPLETE
57122024-12-20T23:23:06.621Z[ recovery-image] Dec 20 23:23:05.380 INFO O| Dec 20 23:23:05.380 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57132024-12-20T23:23:06.658Z[ recovery-image] Dec 20 23:23:05.417 INFO O| Dec 20 23:23:05.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
57142024-12-20T23:23:06.658Z[ recovery-image] Dec 20 23:23:05.417 INFO O| Dec 20 23:23:05.417 INFO STEP 450 (remove_files) COMPLETE
57152024-12-20T23:23:06.661Z[ recovery-image] Dec 20 23:23:05.417 INFO O| Dec 20 23:23:05.417 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57162024-12-20T23:23:06.675Z[ recovery-image] Dec 20 23:23:05.434 INFO O| Dec 20 23:23:05.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
57172024-12-20T23:23:06.675Z[ recovery-image] Dec 20 23:23:05.434 INFO O| Dec 20 23:23:05.434 INFO STEP 451 (remove_files) COMPLETE
57182024-12-20T23:23:06.675Z[ recovery-image] Dec 20 23:23:05.434 INFO O| Dec 20 23:23:05.434 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57192024-12-20T23:23:06.707Z[ recovery-image] Dec 20 23:23:05.466 INFO O| Dec 20 23:23:05.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
57202024-12-20T23:23:06.707Z[ recovery-image] Dec 20 23:23:05.466 INFO O| Dec 20 23:23:05.466 INFO STEP 452 (remove_files) COMPLETE
57212024-12-20T23:23:06.707Z[ recovery-image] Dec 20 23:23:05.466 INFO O| Dec 20 23:23:05.466 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57222024-12-20T23:23:06.725Z[ recovery-image] Dec 20 23:23:05.484 INFO O| Dec 20 23:23:05.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
57232024-12-20T23:23:06.725Z[ recovery-image] Dec 20 23:23:05.485 INFO O| Dec 20 23:23:05.484 INFO STEP 453 (remove_files) COMPLETE
57242024-12-20T23:23:06.728Z[ recovery-image] Dec 20 23:23:05.485 INFO O| Dec 20 23:23:05.485 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57252024-12-20T23:23:06.741Z[ recovery-image] Dec 20 23:23:05.500 INFO O| Dec 20 23:23:05.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
57262024-12-20T23:23:06.741Z[ recovery-image] Dec 20 23:23:05.500 INFO O| Dec 20 23:23:05.500 INFO STEP 454 (remove_files) COMPLETE
57272024-12-20T23:23:06.741Z[ recovery-image] Dec 20 23:23:05.500 INFO O| Dec 20 23:23:05.500 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57282024-12-20T23:23:06.757Z[ recovery-image] Dec 20 23:23:05.516 INFO O| Dec 20 23:23:05.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
57292024-12-20T23:23:06.757Z[ recovery-image] Dec 20 23:23:05.516 INFO O| Dec 20 23:23:05.516 INFO STEP 455 (remove_files) COMPLETE
57302024-12-20T23:23:06.759Z[ recovery-image] Dec 20 23:23:05.516 INFO O| Dec 20 23:23:05.516 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57312024-12-20T23:23:06.788Z[ recovery-image] Dec 20 23:23:05.547 INFO O| Dec 20 23:23:05.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
57322024-12-20T23:23:06.788Z[ recovery-image] Dec 20 23:23:05.547 INFO O| Dec 20 23:23:05.547 INFO STEP 456 (remove_files) COMPLETE
57332024-12-20T23:23:06.788Z[ recovery-image] Dec 20 23:23:05.547 INFO O| Dec 20 23:23:05.547 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57342024-12-20T23:23:06.808Z[ recovery-image] Dec 20 23:23:05.567 INFO O| Dec 20 23:23:05.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
57352024-12-20T23:23:06.808Z[ recovery-image] Dec 20 23:23:05.567 INFO O| Dec 20 23:23:05.567 INFO STEP 457 (remove_files) COMPLETE
57362024-12-20T23:23:06.808Z[ recovery-image] Dec 20 23:23:05.567 INFO O| Dec 20 23:23:05.567 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57372024-12-20T23:23:06.826Z[ recovery-image] Dec 20 23:23:05.586 INFO O| Dec 20 23:23:05.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
57382024-12-20T23:23:06.826Z[ recovery-image] Dec 20 23:23:05.586 INFO O| Dec 20 23:23:05.586 INFO STEP 458 (remove_files) COMPLETE
57392024-12-20T23:23:06.826Z[ recovery-image] Dec 20 23:23:05.586 INFO O| Dec 20 23:23:05.586 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57402024-12-20T23:23:06.846Z[ recovery-image] Dec 20 23:23:05.606 INFO O| Dec 20 23:23:05.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
57412024-12-20T23:23:06.846Z[ recovery-image] Dec 20 23:23:05.606 INFO O| Dec 20 23:23:05.606 INFO STEP 459 (remove_files) COMPLETE
57422024-12-20T23:23:06.846Z[ recovery-image] Dec 20 23:23:05.606 INFO O| Dec 20 23:23:05.606 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57432024-12-20T23:23:06.869Z[ recovery-image] Dec 20 23:23:05.628 INFO O| Dec 20 23:23:05.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
57442024-12-20T23:23:06.882Z[ recovery-image] Dec 20 23:23:05.642 INFO O| Dec 20 23:23:05.642 INFO STEP 460 (remove_files) COMPLETE
57452024-12-20T23:23:06.882Z[ recovery-image] Dec 20 23:23:05.642 INFO O| Dec 20 23:23:05.642 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57462024-12-20T23:23:06.897Z[ host-image] Dec 20 23:23:05.656 INFO O| Dec 20 23:23:05.656 INFO O| Done
57472024-12-20T23:23:06.921Z[ recovery-image] Dec 20 23:23:05.680 INFO O| Dec 20 23:23:05.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
57482024-12-20T23:23:06.924Z[ recovery-image] Dec 20 23:23:05.681 INFO O| Dec 20 23:23:05.681 INFO STEP 461 (remove_files) COMPLETE
57492024-12-20T23:23:06.924Z[ recovery-image] Dec 20 23:23:05.681 INFO O| Dec 20 23:23:05.681 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57502024-12-20T23:23:06.955Z[ recovery-image] Dec 20 23:23:05.714 INFO O| Dec 20 23:23:05.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
57512024-12-20T23:23:06.955Z[ recovery-image] Dec 20 23:23:05.714 INFO O| Dec 20 23:23:05.714 INFO STEP 462 (remove_files) COMPLETE
57522024-12-20T23:23:06.955Z[ recovery-image] Dec 20 23:23:05.714 INFO O| Dec 20 23:23:05.714 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57532024-12-20T23:23:06.977Z[ recovery-image] Dec 20 23:23:05.735 INFO O| Dec 20 23:23:05.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
57542024-12-20T23:23:06.977Z[ recovery-image] Dec 20 23:23:05.736 INFO O| Dec 20 23:23:05.735 INFO STEP 463 (remove_files) COMPLETE
57552024-12-20T23:23:06.977Z[ recovery-image] Dec 20 23:23:05.736 INFO O| Dec 20 23:23:05.736 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57562024-12-20T23:23:07.014Z[ recovery-image] Dec 20 23:23:05.773 INFO O| Dec 20 23:23:05.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
57572024-12-20T23:23:07.014Z[ recovery-image] Dec 20 23:23:05.773 INFO O| Dec 20 23:23:05.773 INFO STEP 464 (remove_files) COMPLETE
57582024-12-20T23:23:07.014Z[ recovery-image] Dec 20 23:23:05.773 INFO O| Dec 20 23:23:05.773 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57592024-12-20T23:23:07.032Z[ recovery-image] Dec 20 23:23:05.790 INFO O| Dec 20 23:23:05.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
57602024-12-20T23:23:07.032Z[ recovery-image] Dec 20 23:23:05.790 INFO O| Dec 20 23:23:05.790 INFO STEP 465 (remove_files) COMPLETE
57612024-12-20T23:23:07.032Z[ recovery-image] Dec 20 23:23:05.790 INFO O| Dec 20 23:23:05.790 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57622024-12-20T23:23:07.049Z[ recovery-image] Dec 20 23:23:05.808 INFO O| Dec 20 23:23:05.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
57632024-12-20T23:23:07.049Z[ recovery-image] Dec 20 23:23:05.808 INFO O| Dec 20 23:23:05.808 INFO STEP 466 (remove_files) COMPLETE
57642024-12-20T23:23:07.049Z[ recovery-image] Dec 20 23:23:05.808 INFO O| Dec 20 23:23:05.808 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57652024-12-20T23:23:07.090Z[ recovery-image] Dec 20 23:23:05.848 INFO O| Dec 20 23:23:05.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
57662024-12-20T23:23:07.090Z[ recovery-image] Dec 20 23:23:05.848 INFO O| Dec 20 23:23:05.848 INFO STEP 467 (remove_files) COMPLETE
57672024-12-20T23:23:07.090Z[ recovery-image] Dec 20 23:23:05.848 INFO O| Dec 20 23:23:05.848 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57682024-12-20T23:23:07.114Z[ recovery-image] Dec 20 23:23:05.873 INFO O| Dec 20 23:23:05.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
57692024-12-20T23:23:07.117Z[ recovery-image] Dec 20 23:23:05.873 INFO O| Dec 20 23:23:05.873 INFO STEP 468 (remove_files) COMPLETE
57702024-12-20T23:23:07.117Z[ recovery-image] Dec 20 23:23:05.873 INFO O| Dec 20 23:23:05.873 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57712024-12-20T23:23:07.132Z[ recovery-image] Dec 20 23:23:05.891 INFO O| Dec 20 23:23:05.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
57722024-12-20T23:23:07.133Z[ recovery-image] Dec 20 23:23:05.891 INFO O| Dec 20 23:23:05.891 INFO STEP 469 (remove_files) COMPLETE
57732024-12-20T23:23:07.133Z[ recovery-image] Dec 20 23:23:05.891 INFO O| Dec 20 23:23:05.891 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57742024-12-20T23:23:07.148Z[ recovery-image] Dec 20 23:23:05.908 INFO O| Dec 20 23:23:05.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
57752024-12-20T23:23:07.148Z[ recovery-image] Dec 20 23:23:05.908 INFO O| Dec 20 23:23:05.908 INFO STEP 470 (remove_files) COMPLETE
57762024-12-20T23:23:07.151Z[ recovery-image] Dec 20 23:23:05.908 INFO O| Dec 20 23:23:05.908 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57772024-12-20T23:23:07.178Z[ recovery-image] Dec 20 23:23:05.937 INFO O| Dec 20 23:23:05.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
57782024-12-20T23:23:07.178Z[ recovery-image] Dec 20 23:23:05.937 INFO O| Dec 20 23:23:05.937 INFO STEP 471 (remove_files) COMPLETE
57792024-12-20T23:23:07.181Z[ recovery-image] Dec 20 23:23:05.937 INFO O| Dec 20 23:23:05.937 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57802024-12-20T23:23:07.198Z[ recovery-image] Dec 20 23:23:05.957 INFO O| Dec 20 23:23:05.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
57812024-12-20T23:23:07.218Z[ recovery-image] Dec 20 23:23:05.977 INFO O| Dec 20 23:23:05.977 INFO STEP 472 (remove_files) COMPLETE
57822024-12-20T23:23:07.218Z[ recovery-image] Dec 20 23:23:05.977 INFO O| Dec 20 23:23:05.977 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57832024-12-20T23:23:07.255Z[ recovery-image] Dec 20 23:23:06.014 INFO O| Dec 20 23:23:06.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
57842024-12-20T23:23:07.257Z[ recovery-image] Dec 20 23:23:06.014 INFO O| Dec 20 23:23:06.014 INFO STEP 473 (remove_files) COMPLETE
57852024-12-20T23:23:07.257Z[ recovery-image] Dec 20 23:23:06.014 INFO O| Dec 20 23:23:06.014 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57862024-12-20T23:23:07.285Z[ recovery-image] Dec 20 23:23:06.044 INFO O| Dec 20 23:23:06.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
57872024-12-20T23:23:07.285Z[ recovery-image] Dec 20 23:23:06.044 INFO O| Dec 20 23:23:06.044 INFO STEP 474 (remove_files) COMPLETE
57882024-12-20T23:23:07.285Z[ recovery-image] Dec 20 23:23:06.044 INFO O| Dec 20 23:23:06.044 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57892024-12-20T23:23:07.306Z[ recovery-image] Dec 20 23:23:06.065 INFO O| Dec 20 23:23:06.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
57902024-12-20T23:23:07.306Z[ recovery-image] Dec 20 23:23:06.065 INFO O| Dec 20 23:23:06.065 INFO STEP 475 (remove_files) COMPLETE
57912024-12-20T23:23:07.306Z[ recovery-image] Dec 20 23:23:06.065 INFO O| Dec 20 23:23:06.065 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57922024-12-20T23:23:07.324Z[ recovery-image] Dec 20 23:23:06.083 INFO O| Dec 20 23:23:06.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
57932024-12-20T23:23:07.327Z[ recovery-image] Dec 20 23:23:06.083 INFO O| Dec 20 23:23:06.083 INFO STEP 476 (remove_files) COMPLETE
57942024-12-20T23:23:07.327Z[ recovery-image] Dec 20 23:23:06.083 INFO O| Dec 20 23:23:06.083 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57952024-12-20T23:23:07.357Z[ recovery-image] Dec 20 23:23:06.116 INFO O| Dec 20 23:23:06.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
57962024-12-20T23:23:07.357Z[ recovery-image] Dec 20 23:23:06.116 INFO O| Dec 20 23:23:06.116 INFO STEP 477 (remove_files) COMPLETE
57972024-12-20T23:23:07.360Z[ recovery-image] Dec 20 23:23:06.116 INFO O| Dec 20 23:23:06.116 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57982024-12-20T23:23:07.435Z[ recovery-image] Dec 20 23:23:06.194 INFO O| Dec 20 23:23:06.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
57992024-12-20T23:23:07.435Z[ recovery-image] Dec 20 23:23:06.194 INFO O| Dec 20 23:23:06.194 INFO STEP 478 (remove_files) COMPLETE
58002024-12-20T23:23:07.435Z[ recovery-image] Dec 20 23:23:06.194 INFO O| Dec 20 23:23:06.194 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58012024-12-20T23:23:07.456Z[ recovery-image] Dec 20 23:23:06.215 INFO O| Dec 20 23:23:06.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
58022024-12-20T23:23:07.459Z[ recovery-image] Dec 20 23:23:06.215 INFO O| Dec 20 23:23:06.215 INFO STEP 479 (remove_files) COMPLETE
58032024-12-20T23:23:07.459Z[ recovery-image] Dec 20 23:23:06.216 INFO O| Dec 20 23:23:06.215 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58042024-12-20T23:23:07.475Z[ recovery-image] Dec 20 23:23:06.234 INFO O| Dec 20 23:23:06.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
58052024-12-20T23:23:07.478Z[ recovery-image] Dec 20 23:23:06.234 INFO O| Dec 20 23:23:06.234 INFO STEP 480 (remove_files) COMPLETE
58062024-12-20T23:23:07.478Z[ recovery-image] Dec 20 23:23:06.235 INFO O| Dec 20 23:23:06.234 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58072024-12-20T23:23:07.492Z[ recovery-image] Dec 20 23:23:06.251 INFO O| Dec 20 23:23:06.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
58082024-12-20T23:23:07.495Z[ recovery-image] Dec 20 23:23:06.252 INFO O| Dec 20 23:23:06.252 INFO STEP 481 (remove_files) COMPLETE
58092024-12-20T23:23:07.495Z[ recovery-image] Dec 20 23:23:06.252 INFO O| Dec 20 23:23:06.252 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58102024-12-20T23:23:07.517Z[ recovery-image] Dec 20 23:23:06.276 INFO O| Dec 20 23:23:06.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
58112024-12-20T23:23:07.517Z[ recovery-image] Dec 20 23:23:06.276 INFO O| Dec 20 23:23:06.276 INFO STEP 482 (remove_files) COMPLETE
58122024-12-20T23:23:07.520Z[ recovery-image] Dec 20 23:23:06.276 INFO O| Dec 20 23:23:06.276 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58132024-12-20T23:23:07.550Z[ recovery-image] Dec 20 23:23:06.308 INFO O| Dec 20 23:23:06.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
58142024-12-20T23:23:07.550Z[ recovery-image] Dec 20 23:23:06.308 INFO O| Dec 20 23:23:06.308 INFO STEP 483 (remove_files) COMPLETE
58152024-12-20T23:23:07.550Z[ recovery-image] Dec 20 23:23:06.308 INFO O| Dec 20 23:23:06.308 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58162024-12-20T23:23:07.589Z[ recovery-image] Dec 20 23:23:06.348 INFO O| Dec 20 23:23:06.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
58172024-12-20T23:23:07.613Z[ recovery-image] Dec 20 23:23:06.372 INFO O| Dec 20 23:23:06.372 INFO STEP 484 (remove_files) COMPLETE
58182024-12-20T23:23:07.613Z[ recovery-image] Dec 20 23:23:06.372 INFO O| Dec 20 23:23:06.372 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58192024-12-20T23:23:07.666Z[ recovery-image] Dec 20 23:23:06.425 INFO O| Dec 20 23:23:06.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
58202024-12-20T23:23:07.666Z[ recovery-image] Dec 20 23:23:06.426 INFO O| Dec 20 23:23:06.425 INFO STEP 485 (remove_files) COMPLETE
58212024-12-20T23:23:07.666Z[ recovery-image] Dec 20 23:23:06.426 INFO O| Dec 20 23:23:06.426 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58222024-12-20T23:23:07.699Z[ recovery-image] Dec 20 23:23:06.458 INFO O| Dec 20 23:23:06.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
58232024-12-20T23:23:07.699Z[ recovery-image] Dec 20 23:23:06.458 INFO O| Dec 20 23:23:06.458 INFO STEP 486 (remove_files) COMPLETE
58242024-12-20T23:23:07.699Z[ recovery-image] Dec 20 23:23:06.458 INFO O| Dec 20 23:23:06.458 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58252024-12-20T23:23:07.720Z[ recovery-image] Dec 20 23:23:06.479 INFO O| Dec 20 23:23:06.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
58262024-12-20T23:23:07.720Z[ recovery-image] Dec 20 23:23:06.479 INFO O| Dec 20 23:23:06.479 INFO STEP 487 (remove_files) COMPLETE
58272024-12-20T23:23:07.722Z[ recovery-image] Dec 20 23:23:06.479 INFO O| Dec 20 23:23:06.479 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58282024-12-20T23:23:07.739Z[ recovery-image] Dec 20 23:23:06.499 INFO O| Dec 20 23:23:06.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
58292024-12-20T23:23:07.739Z[ recovery-image] Dec 20 23:23:06.499 INFO O| Dec 20 23:23:06.499 INFO STEP 488 (remove_files) COMPLETE
58302024-12-20T23:23:07.740Z[ recovery-image] Dec 20 23:23:06.499 INFO O| Dec 20 23:23:06.499 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58312024-12-20T23:23:07.769Z[ recovery-image] Dec 20 23:23:06.528 INFO O| Dec 20 23:23:06.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
58322024-12-20T23:23:07.769Z[ recovery-image] Dec 20 23:23:06.528 INFO O| Dec 20 23:23:06.528 INFO STEP 489 (remove_files) COMPLETE
58332024-12-20T23:23:07.769Z[ recovery-image] Dec 20 23:23:06.528 INFO O| Dec 20 23:23:06.528 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58342024-12-20T23:23:07.800Z[ recovery-image] Dec 20 23:23:06.559 INFO O| Dec 20 23:23:06.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
58352024-12-20T23:23:07.803Z[ recovery-image] Dec 20 23:23:06.560 INFO O| Dec 20 23:23:06.559 INFO STEP 490 (remove_files) COMPLETE
58362024-12-20T23:23:07.803Z[ recovery-image] Dec 20 23:23:06.560 INFO O| Dec 20 23:23:06.560 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58372024-12-20T23:23:07.821Z[ recovery-image] Dec 20 23:23:06.580 INFO O| Dec 20 23:23:06.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
58382024-12-20T23:23:07.825Z[ recovery-image] Dec 20 23:23:06.580 INFO O| Dec 20 23:23:06.580 INFO STEP 491 (remove_files) COMPLETE
58392024-12-20T23:23:07.825Z[ recovery-image] Dec 20 23:23:06.580 INFO O| Dec 20 23:23:06.580 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58402024-12-20T23:23:07.839Z[ recovery-image] Dec 20 23:23:06.598 INFO O| Dec 20 23:23:06.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
58412024-12-20T23:23:07.842Z[ recovery-image] Dec 20 23:23:06.599 INFO O| Dec 20 23:23:06.599 INFO STEP 492 (remove_files) COMPLETE
58422024-12-20T23:23:07.842Z[ recovery-image] Dec 20 23:23:06.599 INFO O| Dec 20 23:23:06.599 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58432024-12-20T23:23:07.859Z[ recovery-image] Dec 20 23:23:06.618 INFO O| Dec 20 23:23:06.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
58442024-12-20T23:23:07.862Z[ recovery-image] Dec 20 23:23:06.618 INFO O| Dec 20 23:23:06.618 INFO STEP 493 (remove_files) COMPLETE
58452024-12-20T23:23:07.862Z[ recovery-image] Dec 20 23:23:06.618 INFO O| Dec 20 23:23:06.618 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58462024-12-20T23:23:07.889Z[ recovery-image] Dec 20 23:23:06.648 INFO O| Dec 20 23:23:06.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
58472024-12-20T23:23:07.892Z[ recovery-image] Dec 20 23:23:06.648 INFO O| Dec 20 23:23:06.648 INFO STEP 494 (remove_files) COMPLETE
58482024-12-20T23:23:07.892Z[ recovery-image] Dec 20 23:23:06.649 INFO O| Dec 20 23:23:06.649 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58492024-12-20T23:23:07.910Z[ recovery-image] Dec 20 23:23:06.669 INFO O| Dec 20 23:23:06.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
58502024-12-20T23:23:07.913Z[ recovery-image] Dec 20 23:23:06.669 INFO O| Dec 20 23:23:06.669 INFO STEP 495 (remove_files) COMPLETE
58512024-12-20T23:23:07.913Z[ recovery-image] Dec 20 23:23:06.669 INFO O| Dec 20 23:23:06.669 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58522024-12-20T23:23:07.928Z[ recovery-image] Dec 20 23:23:06.688 INFO O| Dec 20 23:23:06.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
58532024-12-20T23:23:07.931Z[ recovery-image] Dec 20 23:23:06.688 INFO O| Dec 20 23:23:06.688 INFO STEP 496 (remove_files) COMPLETE
58542024-12-20T23:23:07.931Z[ recovery-image] Dec 20 23:23:06.688 INFO O| Dec 20 23:23:06.688 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58552024-12-20T23:23:07.967Z[ recovery-image] Dec 20 23:23:06.726 INFO O| Dec 20 23:23:06.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
58562024-12-20T23:23:07.967Z[ recovery-image] Dec 20 23:23:06.726 INFO O| Dec 20 23:23:06.726 INFO STEP 497 (remove_files) COMPLETE
58572024-12-20T23:23:07.967Z[ recovery-image] Dec 20 23:23:06.726 INFO O| Dec 20 23:23:06.726 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58582024-12-20T23:23:07.988Z[ recovery-image] Dec 20 23:23:06.747 INFO O| Dec 20 23:23:06.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
58592024-12-20T23:23:07.991Z[ recovery-image] Dec 20 23:23:06.747 INFO O| Dec 20 23:23:06.747 INFO STEP 498 (remove_files) COMPLETE
58602024-12-20T23:23:07.991Z[ recovery-image] Dec 20 23:23:06.747 INFO O| Dec 20 23:23:06.747 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58612024-12-20T23:23:08.007Z[ recovery-image] Dec 20 23:23:06.766 INFO O| Dec 20 23:23:06.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
58622024-12-20T23:23:08.007Z[ recovery-image] Dec 20 23:23:06.766 INFO O| Dec 20 23:23:06.766 INFO STEP 499 (remove_files) COMPLETE
58632024-12-20T23:23:08.009Z[ recovery-image] Dec 20 23:23:06.766 INFO O| Dec 20 23:23:06.766 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58642024-12-20T23:23:08.023Z[ recovery-image] Dec 20 23:23:06.782 INFO O| Dec 20 23:23:06.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
58652024-12-20T23:23:08.024Z[ recovery-image] Dec 20 23:23:06.783 INFO O| Dec 20 23:23:06.783 INFO STEP 500 (remove_files) COMPLETE
58662024-12-20T23:23:08.024Z[ recovery-image] Dec 20 23:23:06.783 INFO O| Dec 20 23:23:06.783 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58672024-12-20T23:23:08.042Z[ recovery-image] Dec 20 23:23:06.801 INFO O| Dec 20 23:23:06.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
58682024-12-20T23:23:08.042Z[ recovery-image] Dec 20 23:23:06.801 INFO O| Dec 20 23:23:06.801 INFO STEP 501 (remove_files) COMPLETE
58692024-12-20T23:23:08.042Z[ recovery-image] Dec 20 23:23:06.801 INFO O| Dec 20 23:23:06.801 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58702024-12-20T23:23:08.080Z[ recovery-image] Dec 20 23:23:06.839 INFO O| Dec 20 23:23:06.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
58712024-12-20T23:23:08.080Z[ recovery-image] Dec 20 23:23:06.839 INFO O| Dec 20 23:23:06.839 INFO STEP 502 (remove_files) COMPLETE
58722024-12-20T23:23:08.080Z[ recovery-image] Dec 20 23:23:06.839 INFO O| Dec 20 23:23:06.839 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58732024-12-20T23:23:08.100Z[ recovery-image] Dec 20 23:23:06.859 INFO O| Dec 20 23:23:06.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
58742024-12-20T23:23:08.100Z[ recovery-image] Dec 20 23:23:06.859 INFO O| Dec 20 23:23:06.859 INFO STEP 503 (remove_files) COMPLETE
58752024-12-20T23:23:08.100Z[ recovery-image] Dec 20 23:23:06.859 INFO O| Dec 20 23:23:06.859 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58762024-12-20T23:23:08.139Z[ recovery-image] Dec 20 23:23:06.897 INFO O| Dec 20 23:23:06.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
58772024-12-20T23:23:08.139Z[ recovery-image] Dec 20 23:23:06.898 INFO O| Dec 20 23:23:06.897 INFO STEP 504 (remove_files) COMPLETE
58782024-12-20T23:23:08.139Z[ recovery-image] Dec 20 23:23:06.898 INFO O| Dec 20 23:23:06.897 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58792024-12-20T23:23:08.158Z[ recovery-image] Dec 20 23:23:06.917 INFO O| Dec 20 23:23:06.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
58802024-12-20T23:23:08.158Z[ recovery-image] Dec 20 23:23:06.917 INFO O| Dec 20 23:23:06.917 INFO STEP 505 (remove_files) COMPLETE
58812024-12-20T23:23:08.160Z[ recovery-image] Dec 20 23:23:06.917 INFO O| Dec 20 23:23:06.917 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58822024-12-20T23:23:08.176Z[ recovery-image] Dec 20 23:23:06.935 INFO O| Dec 20 23:23:06.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
58832024-12-20T23:23:08.201Z[ recovery-image] Dec 20 23:23:06.960 INFO O| Dec 20 23:23:06.960 INFO STEP 506 (remove_files) COMPLETE
58842024-12-20T23:23:08.204Z[ recovery-image] Dec 20 23:23:06.960 INFO O| Dec 20 23:23:06.960 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58852024-12-20T23:23:08.233Z[ recovery-image] Dec 20 23:23:06.992 INFO O| Dec 20 23:23:06.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
58862024-12-20T23:23:08.233Z[ recovery-image] Dec 20 23:23:06.992 INFO O| Dec 20 23:23:06.992 INFO STEP 507 (remove_files) COMPLETE
58872024-12-20T23:23:08.233Z[ recovery-image] Dec 20 23:23:06.992 INFO O| Dec 20 23:23:06.992 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58882024-12-20T23:23:08.258Z[ recovery-image] Dec 20 23:23:07.017 INFO O| Dec 20 23:23:07.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
58892024-12-20T23:23:08.258Z[ recovery-image] Dec 20 23:23:07.017 INFO O| Dec 20 23:23:07.017 INFO STEP 508 (remove_files) COMPLETE
58902024-12-20T23:23:08.261Z[ recovery-image] Dec 20 23:23:07.017 INFO O| Dec 20 23:23:07.017 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58912024-12-20T23:23:08.278Z[ recovery-image] Dec 20 23:23:07.037 INFO O| Dec 20 23:23:07.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
58922024-12-20T23:23:08.278Z[ recovery-image] Dec 20 23:23:07.037 INFO O| Dec 20 23:23:07.037 INFO STEP 509 (remove_files) COMPLETE
58932024-12-20T23:23:08.278Z[ recovery-image] Dec 20 23:23:07.037 INFO O| Dec 20 23:23:07.037 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58942024-12-20T23:23:08.310Z[ recovery-image] Dec 20 23:23:07.065 INFO O| Dec 20 23:23:07.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
58952024-12-20T23:23:08.310Z[ recovery-image] Dec 20 23:23:07.065 INFO O| Dec 20 23:23:07.065 INFO STEP 510 (remove_files) COMPLETE
58962024-12-20T23:23:08.314Z[ recovery-image] Dec 20 23:23:07.065 INFO O| Dec 20 23:23:07.065 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58972024-12-20T23:23:08.380Z[ recovery-image] Dec 20 23:23:07.139 INFO O| Dec 20 23:23:07.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
58982024-12-20T23:23:08.380Z[ recovery-image] Dec 20 23:23:07.139 INFO O| Dec 20 23:23:07.139 INFO STEP 511 (remove_files) COMPLETE
58992024-12-20T23:23:08.380Z[ recovery-image] Dec 20 23:23:07.139 INFO O| Dec 20 23:23:07.139 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59002024-12-20T23:23:08.401Z[ recovery-image] Dec 20 23:23:07.160 INFO O| Dec 20 23:23:07.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
59012024-12-20T23:23:08.401Z[ recovery-image] Dec 20 23:23:07.160 INFO O| Dec 20 23:23:07.160 INFO STEP 512 (remove_files) COMPLETE
59022024-12-20T23:23:08.404Z[ recovery-image] Dec 20 23:23:07.160 INFO O| Dec 20 23:23:07.160 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59032024-12-20T23:23:08.433Z[ recovery-image] Dec 20 23:23:07.192 INFO O| Dec 20 23:23:07.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
59042024-12-20T23:23:08.433Z[ recovery-image] Dec 20 23:23:07.192 INFO O| Dec 20 23:23:07.192 INFO STEP 513 (remove_files) COMPLETE
59052024-12-20T23:23:08.436Z[ recovery-image] Dec 20 23:23:07.193 INFO O| Dec 20 23:23:07.192 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59062024-12-20T23:23:08.454Z[ recovery-image] Dec 20 23:23:07.213 INFO O| Dec 20 23:23:07.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
59072024-12-20T23:23:08.455Z[ recovery-image] Dec 20 23:23:07.213 INFO O| Dec 20 23:23:07.213 INFO STEP 514 (remove_files) COMPLETE
59082024-12-20T23:23:08.455Z[ recovery-image] Dec 20 23:23:07.213 INFO O| Dec 20 23:23:07.213 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59092024-12-20T23:23:08.479Z[ recovery-image] Dec 20 23:23:07.238 INFO O| Dec 20 23:23:07.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
59102024-12-20T23:23:08.479Z[ recovery-image] Dec 20 23:23:07.238 INFO O| Dec 20 23:23:07.238 INFO STEP 515 (remove_files) COMPLETE
59112024-12-20T23:23:08.479Z[ recovery-image] Dec 20 23:23:07.238 INFO O| Dec 20 23:23:07.238 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59122024-12-20T23:23:08.501Z[ recovery-image] Dec 20 23:23:07.260 INFO O| Dec 20 23:23:07.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
59132024-12-20T23:23:08.504Z[ recovery-image] Dec 20 23:23:07.260 INFO O| Dec 20 23:23:07.260 INFO STEP 516 (remove_files) COMPLETE
59142024-12-20T23:23:08.504Z[ recovery-image] Dec 20 23:23:07.260 INFO O| Dec 20 23:23:07.260 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59152024-12-20T23:23:08.522Z[ recovery-image] Dec 20 23:23:07.281 INFO O| Dec 20 23:23:07.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
59162024-12-20T23:23:08.522Z[ recovery-image] Dec 20 23:23:07.281 INFO O| Dec 20 23:23:07.281 INFO STEP 517 (remove_files) COMPLETE
59172024-12-20T23:23:08.522Z[ recovery-image] Dec 20 23:23:07.281 INFO O| Dec 20 23:23:07.281 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59182024-12-20T23:23:08.542Z[ recovery-image] Dec 20 23:23:07.301 INFO O| Dec 20 23:23:07.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
59192024-12-20T23:23:08.542Z[ recovery-image] Dec 20 23:23:07.301 INFO O| Dec 20 23:23:07.301 INFO STEP 518 (remove_files) COMPLETE
59202024-12-20T23:23:08.542Z[ recovery-image] Dec 20 23:23:07.301 INFO O| Dec 20 23:23:07.301 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59212024-12-20T23:23:08.562Z[ recovery-image] Dec 20 23:23:07.321 INFO O| Dec 20 23:23:07.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
59222024-12-20T23:23:08.562Z[ recovery-image] Dec 20 23:23:07.321 INFO O| Dec 20 23:23:07.321 INFO STEP 519 (remove_files) COMPLETE
59232024-12-20T23:23:08.562Z[ recovery-image] Dec 20 23:23:07.321 INFO O| Dec 20 23:23:07.321 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59242024-12-20T23:23:08.601Z[ recovery-image] Dec 20 23:23:07.360 INFO O| Dec 20 23:23:07.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
59252024-12-20T23:23:08.602Z[ recovery-image] Dec 20 23:23:07.360 INFO O| Dec 20 23:23:07.360 INFO STEP 520 (remove_files) COMPLETE
59262024-12-20T23:23:08.602Z[ recovery-image] Dec 20 23:23:07.360 INFO O| Dec 20 23:23:07.360 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59272024-12-20T23:23:08.623Z[ recovery-image] Dec 20 23:23:07.382 INFO O| Dec 20 23:23:07.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
59282024-12-20T23:23:08.658Z[ recovery-image] Dec 20 23:23:07.417 INFO O| Dec 20 23:23:07.417 INFO STEP 521 (remove_files) COMPLETE
59292024-12-20T23:23:08.658Z[ recovery-image] Dec 20 23:23:07.417 INFO O| Dec 20 23:23:07.417 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59302024-12-20T23:23:08.691Z[ recovery-image] Dec 20 23:23:07.450 INFO O| Dec 20 23:23:07.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
59312024-12-20T23:23:08.693Z[ recovery-image] Dec 20 23:23:07.450 INFO O| Dec 20 23:23:07.450 INFO STEP 522 (remove_files) COMPLETE
59322024-12-20T23:23:08.693Z[ recovery-image] Dec 20 23:23:07.450 INFO O| Dec 20 23:23:07.450 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59332024-12-20T23:23:08.725Z[ recovery-image] Dec 20 23:23:07.484 INFO O| Dec 20 23:23:07.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
59342024-12-20T23:23:08.725Z[ recovery-image] Dec 20 23:23:07.484 INFO O| Dec 20 23:23:07.484 INFO STEP 523 (remove_files) COMPLETE
59352024-12-20T23:23:08.725Z[ recovery-image] Dec 20 23:23:07.485 INFO O| Dec 20 23:23:07.484 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59362024-12-20T23:23:08.746Z[ recovery-image] Dec 20 23:23:07.505 INFO O| Dec 20 23:23:07.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
59372024-12-20T23:23:08.746Z[ recovery-image] Dec 20 23:23:07.505 INFO O| Dec 20 23:23:07.505 INFO STEP 524 (remove_files) COMPLETE
59382024-12-20T23:23:08.749Z[ recovery-image] Dec 20 23:23:07.506 INFO O| Dec 20 23:23:07.505 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59392024-12-20T23:23:08.786Z[ recovery-image] Dec 20 23:23:07.544 INFO O| Dec 20 23:23:07.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
59402024-12-20T23:23:08.786Z[ recovery-image] Dec 20 23:23:07.545 INFO O| Dec 20 23:23:07.544 INFO STEP 525 (remove_files) COMPLETE
59412024-12-20T23:23:08.786Z[ recovery-image] Dec 20 23:23:07.545 INFO O| Dec 20 23:23:07.545 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59422024-12-20T23:23:08.805Z[ recovery-image] Dec 20 23:23:07.563 INFO O| Dec 20 23:23:07.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
59432024-12-20T23:23:08.805Z[ recovery-image] Dec 20 23:23:07.564 INFO O| Dec 20 23:23:07.563 INFO STEP 526 (remove_files) COMPLETE
59442024-12-20T23:23:08.805Z[ recovery-image] Dec 20 23:23:07.564 INFO O| Dec 20 23:23:07.564 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59452024-12-20T23:23:08.898Z[ recovery-image] Dec 20 23:23:07.655 INFO O| Dec 20 23:23:07.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
59462024-12-20T23:23:08.898Z[ recovery-image] Dec 20 23:23:07.655 INFO O| Dec 20 23:23:07.655 INFO STEP 527 (remove_files) COMPLETE
59472024-12-20T23:23:08.900Z[ recovery-image] Dec 20 23:23:07.655 INFO O| Dec 20 23:23:07.655 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59482024-12-20T23:23:08.959Z[ recovery-image] Dec 20 23:23:07.718 INFO O| Dec 20 23:23:07.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
59492024-12-20T23:23:08.967Z[ recovery-image] Dec 20 23:23:07.726 INFO O| Dec 20 23:23:07.726 INFO STEP 528 (remove_files) COMPLETE
59502024-12-20T23:23:08.967Z[ recovery-image] Dec 20 23:23:07.726 INFO O| Dec 20 23:23:07.726 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59512024-12-20T23:23:09.005Z[ recovery-image] Dec 20 23:23:07.764 INFO O| Dec 20 23:23:07.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
59522024-12-20T23:23:09.008Z[ recovery-image] Dec 20 23:23:07.764 INFO O| Dec 20 23:23:07.764 INFO STEP 529 (remove_files) COMPLETE
59532024-12-20T23:23:09.008Z[ recovery-image] Dec 20 23:23:07.764 INFO O| Dec 20 23:23:07.764 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59542024-12-20T23:23:09.026Z[ recovery-image] Dec 20 23:23:07.784 INFO O| Dec 20 23:23:07.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
59552024-12-20T23:23:09.028Z[ recovery-image] Dec 20 23:23:07.784 INFO O| Dec 20 23:23:07.784 INFO STEP 530 (remove_files) COMPLETE
59562024-12-20T23:23:09.028Z[ recovery-image] Dec 20 23:23:07.784 INFO O| Dec 20 23:23:07.784 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59572024-12-20T23:23:09.081Z[ recovery-image] Dec 20 23:23:07.840 INFO O| Dec 20 23:23:07.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
59582024-12-20T23:23:09.084Z[ recovery-image] Dec 20 23:23:07.840 INFO O| Dec 20 23:23:07.840 INFO STEP 531 (remove_files) COMPLETE
59592024-12-20T23:23:09.084Z[ recovery-image] Dec 20 23:23:07.840 INFO O| Dec 20 23:23:07.840 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59602024-12-20T23:23:09.102Z[ recovery-image] Dec 20 23:23:07.860 INFO O| Dec 20 23:23:07.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
59612024-12-20T23:23:09.102Z[ recovery-image] Dec 20 23:23:07.860 INFO O| Dec 20 23:23:07.860 INFO STEP 532 (remove_files) COMPLETE
59622024-12-20T23:23:09.102Z[ recovery-image] Dec 20 23:23:07.860 INFO O| Dec 20 23:23:07.860 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59632024-12-20T23:23:09.119Z[ recovery-image] Dec 20 23:23:07.878 INFO O| Dec 20 23:23:07.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
59642024-12-20T23:23:09.119Z[ recovery-image] Dec 20 23:23:07.878 INFO O| Dec 20 23:23:07.878 INFO STEP 533 (remove_files) COMPLETE
59652024-12-20T23:23:09.119Z[ recovery-image] Dec 20 23:23:07.878 INFO O| Dec 20 23:23:07.878 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59662024-12-20T23:23:09.145Z[ recovery-image] Dec 20 23:23:07.903 INFO O| Dec 20 23:23:07.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
59672024-12-20T23:23:09.148Z[ recovery-image] Dec 20 23:23:07.903 INFO O| Dec 20 23:23:07.903 INFO STEP 534 (remove_files) COMPLETE
59682024-12-20T23:23:09.148Z[ recovery-image] Dec 20 23:23:07.903 INFO O| Dec 20 23:23:07.903 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59692024-12-20T23:23:09.177Z[ recovery-image] Dec 20 23:23:07.936 INFO O| Dec 20 23:23:07.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
59702024-12-20T23:23:09.177Z[ recovery-image] Dec 20 23:23:07.936 INFO O| Dec 20 23:23:07.936 INFO STEP 535 (remove_files) COMPLETE
59712024-12-20T23:23:09.177Z[ recovery-image] Dec 20 23:23:07.936 INFO O| Dec 20 23:23:07.936 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59722024-12-20T23:23:09.196Z[ recovery-image] Dec 20 23:23:07.955 INFO O| Dec 20 23:23:07.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
59732024-12-20T23:23:09.196Z[ recovery-image] Dec 20 23:23:07.955 INFO O| Dec 20 23:23:07.955 INFO STEP 536 (remove_files) COMPLETE
59742024-12-20T23:23:09.196Z[ recovery-image] Dec 20 23:23:07.955 INFO O| Dec 20 23:23:07.955 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59752024-12-20T23:23:09.215Z[ recovery-image] Dec 20 23:23:07.973 INFO O| Dec 20 23:23:07.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
59762024-12-20T23:23:09.215Z[ recovery-image] Dec 20 23:23:07.973 INFO O| Dec 20 23:23:07.973 INFO STEP 537 (remove_files) COMPLETE
59772024-12-20T23:23:09.215Z[ recovery-image] Dec 20 23:23:07.974 INFO O| Dec 20 23:23:07.973 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59782024-12-20T23:23:09.234Z[ recovery-image] Dec 20 23:23:07.992 INFO O| Dec 20 23:23:07.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
59792024-12-20T23:23:09.234Z[ recovery-image] Dec 20 23:23:07.992 INFO O| Dec 20 23:23:07.992 INFO STEP 538 (remove_files) COMPLETE
59802024-12-20T23:23:09.234Z[ recovery-image] Dec 20 23:23:07.992 INFO O| Dec 20 23:23:07.992 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59812024-12-20T23:23:09.253Z[ recovery-image] Dec 20 23:23:08.012 INFO O| Dec 20 23:23:08.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
59822024-12-20T23:23:09.253Z[ recovery-image] Dec 20 23:23:08.012 INFO O| Dec 20 23:23:08.012 INFO STEP 539 (remove_files) COMPLETE
59832024-12-20T23:23:09.253Z[ recovery-image] Dec 20 23:23:08.012 INFO O| Dec 20 23:23:08.012 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59842024-12-20T23:23:09.291Z[ recovery-image] Dec 20 23:23:08.049 INFO O| Dec 20 23:23:08.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
59852024-12-20T23:23:09.291Z[ recovery-image] Dec 20 23:23:08.049 INFO O| Dec 20 23:23:08.049 INFO STEP 540 (remove_files) COMPLETE
59862024-12-20T23:23:09.293Z[ recovery-image] Dec 20 23:23:08.050 INFO O| Dec 20 23:23:08.049 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59872024-12-20T23:23:09.309Z[ recovery-image] Dec 20 23:23:08.068 INFO O| Dec 20 23:23:08.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
59882024-12-20T23:23:09.309Z[ recovery-image] Dec 20 23:23:08.068 INFO O| Dec 20 23:23:08.068 INFO STEP 541 (remove_files) COMPLETE
59892024-12-20T23:23:09.309Z[ recovery-image] Dec 20 23:23:08.068 INFO O| Dec 20 23:23:08.068 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59902024-12-20T23:23:09.329Z[ recovery-image] Dec 20 23:23:08.087 INFO O| Dec 20 23:23:08.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
59912024-12-20T23:23:09.329Z[ recovery-image] Dec 20 23:23:08.087 INFO O| Dec 20 23:23:08.087 INFO STEP 542 (remove_files) COMPLETE
59922024-12-20T23:23:09.329Z[ recovery-image] Dec 20 23:23:08.087 INFO O| Dec 20 23:23:08.087 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59932024-12-20T23:23:09.376Z[ recovery-image] Dec 20 23:23:08.135 INFO O| Dec 20 23:23:08.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
59942024-12-20T23:23:09.377Z[ recovery-image] Dec 20 23:23:08.135 INFO O| Dec 20 23:23:08.135 INFO STEP 543 (remove_files) COMPLETE
59952024-12-20T23:23:09.380Z[ recovery-image] Dec 20 23:23:08.135 INFO O| Dec 20 23:23:08.135 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59962024-12-20T23:23:09.395Z[ recovery-image] Dec 20 23:23:08.154 INFO O| Dec 20 23:23:08.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
59972024-12-20T23:23:09.396Z[ recovery-image] Dec 20 23:23:08.154 INFO O| Dec 20 23:23:08.154 INFO STEP 544 (remove_files) COMPLETE
59982024-12-20T23:23:09.396Z[ recovery-image] Dec 20 23:23:08.154 INFO O| Dec 20 23:23:08.154 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59992024-12-20T23:23:09.431Z[ recovery-image] Dec 20 23:23:08.190 INFO O| Dec 20 23:23:08.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
60002024-12-20T23:23:09.435Z[ recovery-image] Dec 20 23:23:08.190 INFO O| Dec 20 23:23:08.190 INFO STEP 545 (remove_files) COMPLETE
60012024-12-20T23:23:09.435Z[ recovery-image] Dec 20 23:23:08.190 INFO O| Dec 20 23:23:08.190 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60022024-12-20T23:23:09.465Z[ recovery-image] Dec 20 23:23:08.223 INFO O| Dec 20 23:23:08.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
60032024-12-20T23:23:09.465Z[ recovery-image] Dec 20 23:23:08.224 INFO O| Dec 20 23:23:08.224 INFO STEP 546 (remove_files) COMPLETE
60042024-12-20T23:23:09.468Z[ recovery-image] Dec 20 23:23:08.224 INFO O| Dec 20 23:23:08.224 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60052024-12-20T23:23:09.484Z[ recovery-image] Dec 20 23:23:08.243 INFO O| Dec 20 23:23:08.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
60062024-12-20T23:23:09.484Z[ recovery-image] Dec 20 23:23:08.243 INFO O| Dec 20 23:23:08.243 INFO STEP 547 (remove_files) COMPLETE
60072024-12-20T23:23:09.484Z[ recovery-image] Dec 20 23:23:08.243 INFO O| Dec 20 23:23:08.243 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60082024-12-20T23:23:09.503Z[ recovery-image] Dec 20 23:23:08.261 INFO O| Dec 20 23:23:08.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
60092024-12-20T23:23:09.506Z[ recovery-image] Dec 20 23:23:08.261 INFO O| Dec 20 23:23:08.261 INFO STEP 548 (remove_files) COMPLETE
60102024-12-20T23:23:09.506Z[ recovery-image] Dec 20 23:23:08.262 INFO O| Dec 20 23:23:08.261 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60112024-12-20T23:23:09.522Z[ recovery-image] Dec 20 23:23:08.281 INFO O| Dec 20 23:23:08.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
60122024-12-20T23:23:09.522Z[ recovery-image] Dec 20 23:23:08.281 INFO O| Dec 20 23:23:08.281 INFO STEP 549 (remove_files) COMPLETE
60132024-12-20T23:23:09.522Z[ recovery-image] Dec 20 23:23:08.281 INFO O| Dec 20 23:23:08.281 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60142024-12-20T23:23:09.543Z[ recovery-image] Dec 20 23:23:08.302 INFO O| Dec 20 23:23:08.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
60152024-12-20T23:23:09.543Z[ recovery-image] Dec 20 23:23:08.302 INFO O| Dec 20 23:23:08.302 INFO STEP 550 (remove_files) COMPLETE
60162024-12-20T23:23:09.543Z[ recovery-image] Dec 20 23:23:08.302 INFO O| Dec 20 23:23:08.302 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60172024-12-20T23:23:09.554Z[ host-image] Dec 20 23:23:08.313 INFO O| Dec 20 23:23:08.313 INFO O| Done
60182024-12-20T23:23:09.560Z[ recovery-image] Dec 20 23:23:08.319 INFO O| Dec 20 23:23:08.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
60192024-12-20T23:23:09.560Z[ recovery-image] Dec 20 23:23:08.319 INFO O| Dec 20 23:23:08.319 INFO STEP 551 (remove_files) COMPLETE
60202024-12-20T23:23:09.560Z[ recovery-image] Dec 20 23:23:08.319 INFO O| Dec 20 23:23:08.319 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60212024-12-20T23:23:09.582Z[ recovery-image] Dec 20 23:23:08.338 INFO O| Dec 20 23:23:08.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
60222024-12-20T23:23:09.582Z[ recovery-image] Dec 20 23:23:08.338 INFO O| Dec 20 23:23:08.338 INFO STEP 552 (remove_files) COMPLETE
60232024-12-20T23:23:09.585Z[ recovery-image] Dec 20 23:23:08.338 INFO O| Dec 20 23:23:08.338 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60242024-12-20T23:23:09.610Z[ host-image] Dec 20 23:23:08.368 INFO O| Dec 20 23:23:08.368 INFO O| Done
60252024-12-20T23:23:09.612Z[ host-image] Dec 20 23:23:08.369 INFO O| Dec 20 23:23:08.368 INFO O| Done
60262024-12-20T23:23:09.622Z[ recovery-image] Dec 20 23:23:08.379 INFO O| Dec 20 23:23:08.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
60272024-12-20T23:23:09.622Z[ recovery-image] Dec 20 23:23:08.379 INFO O| Dec 20 23:23:08.379 INFO STEP 553 (remove_files) COMPLETE
60282024-12-20T23:23:09.625Z[ recovery-image] Dec 20 23:23:08.379 INFO O| Dec 20 23:23:08.379 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60292024-12-20T23:23:09.633Z[ host-image] Dec 20 23:23:08.392 INFO O| Dec 20 23:23:08.391 INFO O| Done
60302024-12-20T23:23:09.656Z[ recovery-image] Dec 20 23:23:08.414 INFO O| Dec 20 23:23:08.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
60312024-12-20T23:23:09.660Z[ recovery-image] Dec 20 23:23:08.415 INFO O| Dec 20 23:23:08.415 INFO STEP 554 (remove_files) COMPLETE
60322024-12-20T23:23:09.660Z[ recovery-image] Dec 20 23:23:08.415 INFO O| Dec 20 23:23:08.415 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60332024-12-20T23:23:09.697Z[ recovery-image] Dec 20 23:23:08.455 INFO O| Dec 20 23:23:08.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
60342024-12-20T23:23:09.699Z[ recovery-image] Dec 20 23:23:08.456 INFO O| Dec 20 23:23:08.456 INFO STEP 555 (remove_files) COMPLETE
60352024-12-20T23:23:09.699Z[ recovery-image] Dec 20 23:23:08.456 INFO O| Dec 20 23:23:08.456 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60362024-12-20T23:23:09.763Z[ recovery-image] Dec 20 23:23:08.521 INFO O| Dec 20 23:23:08.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
60372024-12-20T23:23:09.763Z[ recovery-image] Dec 20 23:23:08.521 INFO O| Dec 20 23:23:08.521 INFO STEP 556 (remove_files) COMPLETE
60382024-12-20T23:23:09.763Z[ recovery-image] Dec 20 23:23:08.521 INFO O| Dec 20 23:23:08.521 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60392024-12-20T23:23:09.802Z[ host-image] Dec 20 23:23:08.560 INFO O| Dec 20 23:23:08.560 INFO STEP 12 (pkg_install) COMPLETE
60402024-12-20T23:23:09.802Z[ host-image] Dec 20 23:23:08.561 INFO O| Dec 20 23:23:08.560 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
60412024-12-20T23:23:09.816Z[ recovery-image] Dec 20 23:23:08.574 INFO O| Dec 20 23:23:08.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
60422024-12-20T23:23:09.816Z[ recovery-image] Dec 20 23:23:08.574 INFO O| Dec 20 23:23:08.574 INFO STEP 557 (remove_files) COMPLETE
60432024-12-20T23:23:09.816Z[ recovery-image] Dec 20 23:23:08.574 INFO O| Dec 20 23:23:08.574 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60442024-12-20T23:23:09.820Z[ host-image] Dec 20 23:23:08.579 INFO O| Dec 20 23:23:08.579 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
60452024-12-20T23:23:09.834Z[ recovery-image] Dec 20 23:23:08.592 INFO O| Dec 20 23:23:08.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
60462024-12-20T23:23:09.834Z[ recovery-image] Dec 20 23:23:08.593 INFO O| Dec 20 23:23:08.593 INFO STEP 558 (remove_files) COMPLETE
60472024-12-20T23:23:09.837Z[ recovery-image] Dec 20 23:23:08.593 INFO O| Dec 20 23:23:08.593 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60482024-12-20T23:23:09.873Z[ recovery-image] Dec 20 23:23:08.632 INFO O| Dec 20 23:23:08.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
60492024-12-20T23:23:09.873Z[ recovery-image] Dec 20 23:23:08.632 INFO O| Dec 20 23:23:08.632 INFO STEP 559 (remove_files) COMPLETE
60502024-12-20T23:23:09.875Z[ recovery-image] Dec 20 23:23:08.632 INFO O| Dec 20 23:23:08.632 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60512024-12-20T23:23:09.934Z[ recovery-image] Dec 20 23:23:08.693 INFO O| Dec 20 23:23:08.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
60522024-12-20T23:23:09.934Z[ recovery-image] Dec 20 23:23:08.693 INFO O| Dec 20 23:23:08.693 INFO STEP 560 (remove_files) COMPLETE
60532024-12-20T23:23:09.934Z[ recovery-image] Dec 20 23:23:08.693 INFO O| Dec 20 23:23:08.693 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60542024-12-20T23:23:09.953Z[ recovery-image] Dec 20 23:23:08.711 INFO O| Dec 20 23:23:08.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
60552024-12-20T23:23:09.953Z[ recovery-image] Dec 20 23:23:08.711 INFO O| Dec 20 23:23:08.711 INFO STEP 561 (remove_files) COMPLETE
60562024-12-20T23:23:09.953Z[ recovery-image] Dec 20 23:23:08.711 INFO O| Dec 20 23:23:08.711 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60572024-12-20T23:23:09.980Z[ recovery-image] Dec 20 23:23:08.738 INFO O| Dec 20 23:23:08.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
60582024-12-20T23:23:09.980Z[ recovery-image] Dec 20 23:23:08.738 INFO O| Dec 20 23:23:08.738 INFO STEP 562 (remove_files) COMPLETE
60592024-12-20T23:23:09.980Z[ recovery-image] Dec 20 23:23:08.738 INFO O| Dec 20 23:23:08.738 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60602024-12-20T23:23:10.001Z[ recovery-image] Dec 20 23:23:08.758 INFO O| Dec 20 23:23:08.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
60612024-12-20T23:23:10.001Z[ recovery-image] Dec 20 23:23:08.759 INFO O| Dec 20 23:23:08.759 INFO STEP 563 (remove_files) COMPLETE
60622024-12-20T23:23:10.001Z[ recovery-image] Dec 20 23:23:08.759 INFO O| Dec 20 23:23:08.759 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60632024-12-20T23:23:10.017Z[ recovery-image] Dec 20 23:23:08.776 INFO O| Dec 20 23:23:08.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
60642024-12-20T23:23:10.017Z[ recovery-image] Dec 20 23:23:08.776 INFO O| Dec 20 23:23:08.776 INFO STEP 564 (remove_files) COMPLETE
60652024-12-20T23:23:10.020Z[ recovery-image] Dec 20 23:23:08.776 INFO O| Dec 20 23:23:08.776 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60662024-12-20T23:23:10.041Z[ recovery-image] Dec 20 23:23:08.799 INFO O| Dec 20 23:23:08.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
60672024-12-20T23:23:10.041Z[ recovery-image] Dec 20 23:23:08.799 INFO O| Dec 20 23:23:08.799 INFO STEP 565 (remove_files) COMPLETE
60682024-12-20T23:23:10.041Z[ recovery-image] Dec 20 23:23:08.799 INFO O| Dec 20 23:23:08.799 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60692024-12-20T23:23:10.061Z[ recovery-image] Dec 20 23:23:08.819 INFO O| Dec 20 23:23:08.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
60702024-12-20T23:23:10.061Z[ recovery-image] Dec 20 23:23:08.820 INFO O| Dec 20 23:23:08.820 INFO STEP 566 (remove_files) COMPLETE
60712024-12-20T23:23:10.064Z[ recovery-image] Dec 20 23:23:08.820 INFO O| Dec 20 23:23:08.820 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60722024-12-20T23:23:10.079Z[ recovery-image] Dec 20 23:23:08.838 INFO O| Dec 20 23:23:08.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
60732024-12-20T23:23:10.079Z[ recovery-image] Dec 20 23:23:08.838 INFO O| Dec 20 23:23:08.838 INFO STEP 567 (remove_files) COMPLETE
60742024-12-20T23:23:10.082Z[ recovery-image] Dec 20 23:23:08.838 INFO O| Dec 20 23:23:08.838 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60752024-12-20T23:23:10.098Z[ recovery-image] Dec 20 23:23:08.856 INFO O| Dec 20 23:23:08.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
60762024-12-20T23:23:10.098Z[ recovery-image] Dec 20 23:23:08.856 INFO O| Dec 20 23:23:08.856 INFO STEP 568 (remove_files) COMPLETE
60772024-12-20T23:23:10.100Z[ recovery-image] Dec 20 23:23:08.857 INFO O| Dec 20 23:23:08.856 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60782024-12-20T23:23:10.115Z[ recovery-image] Dec 20 23:23:08.874 INFO O| Dec 20 23:23:08.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
60792024-12-20T23:23:10.115Z[ recovery-image] Dec 20 23:23:08.874 INFO O| Dec 20 23:23:08.874 INFO STEP 569 (remove_files) COMPLETE
60802024-12-20T23:23:10.118Z[ recovery-image] Dec 20 23:23:08.874 INFO O| Dec 20 23:23:08.874 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60812024-12-20T23:23:10.135Z[ recovery-image] Dec 20 23:23:08.893 INFO O| Dec 20 23:23:08.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
60822024-12-20T23:23:10.135Z[ recovery-image] Dec 20 23:23:08.893 INFO O| Dec 20 23:23:08.893 INFO STEP 570 (remove_files) COMPLETE
60832024-12-20T23:23:10.135Z[ recovery-image] Dec 20 23:23:08.893 INFO O| Dec 20 23:23:08.893 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60842024-12-20T23:23:10.153Z[ recovery-image] Dec 20 23:23:08.912 INFO O| Dec 20 23:23:08.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
60852024-12-20T23:23:10.153Z[ recovery-image] Dec 20 23:23:08.912 INFO O| Dec 20 23:23:08.912 INFO STEP 571 (remove_files) COMPLETE
60862024-12-20T23:23:10.153Z[ recovery-image] Dec 20 23:23:08.912 INFO O| Dec 20 23:23:08.912 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60872024-12-20T23:23:10.171Z[ recovery-image] Dec 20 23:23:08.930 INFO O| Dec 20 23:23:08.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
60882024-12-20T23:23:10.171Z[ recovery-image] Dec 20 23:23:08.930 INFO O| Dec 20 23:23:08.930 INFO STEP 572 (remove_files) COMPLETE
60892024-12-20T23:23:10.171Z[ recovery-image] Dec 20 23:23:08.930 INFO O| Dec 20 23:23:08.930 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60902024-12-20T23:23:10.189Z[ recovery-image] Dec 20 23:23:08.948 INFO O| Dec 20 23:23:08.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
60912024-12-20T23:23:10.189Z[ recovery-image] Dec 20 23:23:08.948 INFO O| Dec 20 23:23:08.948 INFO STEP 573 (remove_files) COMPLETE
60922024-12-20T23:23:10.189Z[ recovery-image] Dec 20 23:23:08.948 INFO O| Dec 20 23:23:08.948 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60932024-12-20T23:23:10.207Z[ recovery-image] Dec 20 23:23:08.965 INFO O| Dec 20 23:23:08.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
60942024-12-20T23:23:10.207Z[ recovery-image] Dec 20 23:23:08.966 INFO O| Dec 20 23:23:08.965 INFO STEP 574 (remove_files) COMPLETE
60952024-12-20T23:23:10.208Z[ recovery-image] Dec 20 23:23:08.966 INFO O| Dec 20 23:23:08.966 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60962024-12-20T23:23:10.227Z[ recovery-image] Dec 20 23:23:08.985 INFO O| Dec 20 23:23:08.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
60972024-12-20T23:23:10.227Z[ recovery-image] Dec 20 23:23:08.985 INFO O| Dec 20 23:23:08.985 INFO STEP 575 (remove_files) COMPLETE
60982024-12-20T23:23:10.227Z[ recovery-image] Dec 20 23:23:08.985 INFO O| Dec 20 23:23:08.985 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60992024-12-20T23:23:10.255Z[ recovery-image] Dec 20 23:23:09.013 INFO O| Dec 20 23:23:09.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
61002024-12-20T23:23:10.257Z[ recovery-image] Dec 20 23:23:09.013 INFO O| Dec 20 23:23:09.013 INFO STEP 576 (remove_files) COMPLETE
61012024-12-20T23:23:10.257Z[ recovery-image] Dec 20 23:23:09.014 INFO O| Dec 20 23:23:09.013 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61022024-12-20T23:23:10.275Z[ recovery-image] Dec 20 23:23:09.034 INFO O| Dec 20 23:23:09.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
61032024-12-20T23:23:10.276Z[ recovery-image] Dec 20 23:23:09.034 INFO O| Dec 20 23:23:09.034 INFO STEP 577 (remove_files) COMPLETE
61042024-12-20T23:23:10.276Z[ recovery-image] Dec 20 23:23:09.034 INFO O| Dec 20 23:23:09.034 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61052024-12-20T23:23:10.295Z[ recovery-image] Dec 20 23:23:09.053 INFO O| Dec 20 23:23:09.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
61062024-12-20T23:23:10.295Z[ recovery-image] Dec 20 23:23:09.053 INFO O| Dec 20 23:23:09.053 INFO STEP 578 (remove_files) COMPLETE
61072024-12-20T23:23:10.295Z[ recovery-image] Dec 20 23:23:09.053 INFO O| Dec 20 23:23:09.053 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61082024-12-20T23:23:10.315Z[ recovery-image] Dec 20 23:23:09.073 INFO O| Dec 20 23:23:09.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
61092024-12-20T23:23:10.316Z[ recovery-image] Dec 20 23:23:09.074 INFO O| Dec 20 23:23:09.073 INFO STEP 579 (remove_files) COMPLETE
61102024-12-20T23:23:10.316Z[ recovery-image] Dec 20 23:23:09.074 INFO O| Dec 20 23:23:09.074 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61112024-12-20T23:23:10.351Z[ recovery-image] Dec 20 23:23:09.109 INFO O| Dec 20 23:23:09.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
61122024-12-20T23:23:10.351Z[ recovery-image] Dec 20 23:23:09.109 INFO O| Dec 20 23:23:09.109 INFO STEP 580 (remove_files) COMPLETE
61132024-12-20T23:23:10.354Z[ recovery-image] Dec 20 23:23:09.109 INFO O| Dec 20 23:23:09.109 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61142024-12-20T23:23:10.387Z[ recovery-image] Dec 20 23:23:09.146 INFO O| Dec 20 23:23:09.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
61152024-12-20T23:23:10.388Z[ recovery-image] Dec 20 23:23:09.146 INFO O| Dec 20 23:23:09.146 INFO STEP 581 (remove_files) COMPLETE
61162024-12-20T23:23:10.388Z[ recovery-image] Dec 20 23:23:09.146 INFO O| Dec 20 23:23:09.146 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61172024-12-20T23:23:10.408Z[ recovery-image] Dec 20 23:23:09.165 INFO O| Dec 20 23:23:09.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
61182024-12-20T23:23:10.408Z[ recovery-image] Dec 20 23:23:09.165 INFO O| Dec 20 23:23:09.165 INFO STEP 582 (remove_files) COMPLETE
61192024-12-20T23:23:10.408Z[ recovery-image] Dec 20 23:23:09.165 INFO O| Dec 20 23:23:09.165 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61202024-12-20T23:23:10.431Z[ recovery-image] Dec 20 23:23:09.187 INFO O| Dec 20 23:23:09.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
61212024-12-20T23:23:10.433Z[ recovery-image] Dec 20 23:23:09.187 INFO O| Dec 20 23:23:09.187 INFO STEP 583 (remove_files) COMPLETE
61222024-12-20T23:23:10.434Z[ recovery-image] Dec 20 23:23:09.187 INFO O| Dec 20 23:23:09.187 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61232024-12-20T23:23:10.449Z[ recovery-image] Dec 20 23:23:09.208 INFO O| Dec 20 23:23:09.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
61242024-12-20T23:23:10.452Z[ recovery-image] Dec 20 23:23:09.208 INFO O| Dec 20 23:23:09.208 INFO STEP 584 (remove_files) COMPLETE
61252024-12-20T23:23:10.452Z[ recovery-image] Dec 20 23:23:09.208 INFO O| Dec 20 23:23:09.208 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61262024-12-20T23:23:10.479Z[ recovery-image] Dec 20 23:23:09.238 INFO O| Dec 20 23:23:09.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
61272024-12-20T23:23:10.479Z[ recovery-image] Dec 20 23:23:09.238 INFO O| Dec 20 23:23:09.238 INFO STEP 585 (remove_files) COMPLETE
61282024-12-20T23:23:10.482Z[ recovery-image] Dec 20 23:23:09.238 INFO O| Dec 20 23:23:09.238 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61292024-12-20T23:23:10.518Z[ recovery-image] Dec 20 23:23:09.276 INFO O| Dec 20 23:23:09.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
61302024-12-20T23:23:10.518Z[ recovery-image] Dec 20 23:23:09.277 INFO O| Dec 20 23:23:09.277 INFO STEP 586 (remove_files) COMPLETE
61312024-12-20T23:23:10.518Z[ recovery-image] Dec 20 23:23:09.277 INFO O| Dec 20 23:23:09.277 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61322024-12-20T23:23:10.539Z[ recovery-image] Dec 20 23:23:09.296 INFO O| Dec 20 23:23:09.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
61332024-12-20T23:23:10.539Z[ recovery-image] Dec 20 23:23:09.296 INFO O| Dec 20 23:23:09.296 INFO STEP 587 (remove_files) COMPLETE
61342024-12-20T23:23:10.540Z[ recovery-image] Dec 20 23:23:09.296 INFO O| Dec 20 23:23:09.296 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61352024-12-20T23:23:10.557Z[ recovery-image] Dec 20 23:23:09.316 INFO O| Dec 20 23:23:09.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
61362024-12-20T23:23:10.557Z[ recovery-image] Dec 20 23:23:09.316 INFO O| Dec 20 23:23:09.316 INFO STEP 588 (remove_files) COMPLETE
61372024-12-20T23:23:10.557Z[ recovery-image] Dec 20 23:23:09.316 INFO O| Dec 20 23:23:09.316 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61382024-12-20T23:23:10.576Z[ recovery-image] Dec 20 23:23:09.335 INFO O| Dec 20 23:23:09.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
61392024-12-20T23:23:10.576Z[ recovery-image] Dec 20 23:23:09.335 INFO O| Dec 20 23:23:09.335 INFO STEP 589 (remove_files) COMPLETE
61402024-12-20T23:23:10.579Z[ recovery-image] Dec 20 23:23:09.335 INFO O| Dec 20 23:23:09.335 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61412024-12-20T23:23:10.595Z[ recovery-image] Dec 20 23:23:09.354 INFO O| Dec 20 23:23:09.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
61422024-12-20T23:23:10.595Z[ recovery-image] Dec 20 23:23:09.354 INFO O| Dec 20 23:23:09.354 INFO STEP 590 (remove_files) COMPLETE
61432024-12-20T23:23:10.598Z[ recovery-image] Dec 20 23:23:09.354 INFO O| Dec 20 23:23:09.354 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61442024-12-20T23:23:10.632Z[ recovery-image] Dec 20 23:23:09.390 INFO O| Dec 20 23:23:09.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
61452024-12-20T23:23:10.632Z[ recovery-image] Dec 20 23:23:09.390 INFO O| Dec 20 23:23:09.390 INFO STEP 591 (remove_files) COMPLETE
61462024-12-20T23:23:10.635Z[ recovery-image] Dec 20 23:23:09.391 INFO O| Dec 20 23:23:09.390 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61472024-12-20T23:23:10.686Z[ recovery-image] Dec 20 23:23:09.445 INFO O| Dec 20 23:23:09.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
61482024-12-20T23:23:10.686Z[ recovery-image] Dec 20 23:23:09.445 INFO O| Dec 20 23:23:09.445 INFO STEP 592 (remove_files) COMPLETE
61492024-12-20T23:23:10.686Z[ recovery-image] Dec 20 23:23:09.445 INFO O| Dec 20 23:23:09.445 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61502024-12-20T23:23:10.712Z[ recovery-image] Dec 20 23:23:09.465 INFO O| Dec 20 23:23:09.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
61512024-12-20T23:23:10.712Z[ recovery-image] Dec 20 23:23:09.465 INFO O| Dec 20 23:23:09.465 INFO STEP 593 (remove_files) COMPLETE
61522024-12-20T23:23:10.722Z[ recovery-image] Dec 20 23:23:09.465 INFO O| Dec 20 23:23:09.465 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61532024-12-20T23:23:10.732Z[ recovery-image] Dec 20 23:23:09.485 INFO O| Dec 20 23:23:09.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
61542024-12-20T23:23:10.732Z[ recovery-image] Dec 20 23:23:09.485 INFO O| Dec 20 23:23:09.485 INFO STEP 594 (remove_files) COMPLETE
61552024-12-20T23:23:10.732Z[ recovery-image] Dec 20 23:23:09.485 INFO O| Dec 20 23:23:09.485 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61562024-12-20T23:23:10.767Z[ recovery-image] Dec 20 23:23:09.524 INFO O| Dec 20 23:23:09.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
61572024-12-20T23:23:10.772Z[ recovery-image] Dec 20 23:23:09.524 INFO O| Dec 20 23:23:09.524 INFO STEP 595 (remove_files) COMPLETE
61582024-12-20T23:23:10.772Z[ recovery-image] Dec 20 23:23:09.524 INFO O| Dec 20 23:23:09.524 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61592024-12-20T23:23:10.786Z[ recovery-image] Dec 20 23:23:09.544 INFO O| Dec 20 23:23:09.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
61602024-12-20T23:23:10.786Z[ recovery-image] Dec 20 23:23:09.544 INFO O| Dec 20 23:23:09.544 INFO STEP 596 (remove_files) COMPLETE
61612024-12-20T23:23:10.786Z[ recovery-image] Dec 20 23:23:09.544 INFO O| Dec 20 23:23:09.544 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61622024-12-20T23:23:10.805Z[ recovery-image] Dec 20 23:23:09.564 INFO O| Dec 20 23:23:09.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
61632024-12-20T23:23:10.805Z[ recovery-image] Dec 20 23:23:09.564 INFO O| Dec 20 23:23:09.564 INFO STEP 597 (remove_files) COMPLETE
61642024-12-20T23:23:10.808Z[ recovery-image] Dec 20 23:23:09.564 INFO O| Dec 20 23:23:09.564 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61652024-12-20T23:23:10.824Z[ recovery-image] Dec 20 23:23:09.583 INFO O| Dec 20 23:23:09.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
61662024-12-20T23:23:10.824Z[ recovery-image] Dec 20 23:23:09.583 INFO O| Dec 20 23:23:09.583 INFO STEP 598 (remove_files) COMPLETE
61672024-12-20T23:23:10.824Z[ recovery-image] Dec 20 23:23:09.583 INFO O| Dec 20 23:23:09.583 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61682024-12-20T23:23:10.864Z[ recovery-image] Dec 20 23:23:09.622 INFO O| Dec 20 23:23:09.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
61692024-12-20T23:23:10.864Z[ recovery-image] Dec 20 23:23:09.622 INFO O| Dec 20 23:23:09.622 INFO STEP 599 (remove_files) COMPLETE
61702024-12-20T23:23:10.869Z[ recovery-image] Dec 20 23:23:09.622 INFO O| Dec 20 23:23:09.622 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61712024-12-20T23:23:10.903Z[ recovery-image] Dec 20 23:23:09.662 INFO O| Dec 20 23:23:09.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
61722024-12-20T23:23:10.908Z[ recovery-image] Dec 20 23:23:09.662 INFO O| Dec 20 23:23:09.662 INFO STEP 600 (remove_files) COMPLETE
61732024-12-20T23:23:10.908Z[ recovery-image] Dec 20 23:23:09.662 INFO O| Dec 20 23:23:09.662 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61742024-12-20T23:23:10.925Z[ recovery-image] Dec 20 23:23:09.683 INFO O| Dec 20 23:23:09.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
61752024-12-20T23:23:10.946Z[ recovery-image] Dec 20 23:23:09.705 INFO O| Dec 20 23:23:09.705 INFO STEP 601 (remove_files) COMPLETE
61762024-12-20T23:23:10.947Z[ recovery-image] Dec 20 23:23:09.705 INFO O| Dec 20 23:23:09.705 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61772024-12-20T23:23:10.964Z[ recovery-image] Dec 20 23:23:09.723 INFO O| Dec 20 23:23:09.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
61782024-12-20T23:23:10.964Z[ recovery-image] Dec 20 23:23:09.723 INFO O| Dec 20 23:23:09.723 INFO STEP 602 (remove_files) COMPLETE
61792024-12-20T23:23:10.967Z[ recovery-image] Dec 20 23:23:09.723 INFO O| Dec 20 23:23:09.723 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61802024-12-20T23:23:10.967Z[ host-image] Dec 20 23:23:09.725 INFO O| Dec 20 23:23:09.725 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
61812024-12-20T23:23:10.989Z[ recovery-image] Dec 20 23:23:09.747 INFO O| Dec 20 23:23:09.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
61822024-12-20T23:23:10.989Z[ recovery-image] Dec 20 23:23:09.747 INFO O| Dec 20 23:23:09.747 INFO STEP 603 (remove_files) COMPLETE
61832024-12-20T23:23:10.992Z[ recovery-image] Dec 20 23:23:09.747 INFO O| Dec 20 23:23:09.747 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61842024-12-20T23:23:11.008Z[ recovery-image] Dec 20 23:23:09.767 INFO O| Dec 20 23:23:09.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
61852024-12-20T23:23:11.008Z[ recovery-image] Dec 20 23:23:09.767 INFO O| Dec 20 23:23:09.767 INFO STEP 604 (remove_files) COMPLETE
61862024-12-20T23:23:11.008Z[ recovery-image] Dec 20 23:23:09.767 INFO O| Dec 20 23:23:09.767 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61872024-12-20T23:23:11.031Z[ recovery-image] Dec 20 23:23:09.789 INFO O| Dec 20 23:23:09.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
61882024-12-20T23:23:11.031Z[ recovery-image] Dec 20 23:23:09.789 INFO O| Dec 20 23:23:09.789 INFO STEP 605 (remove_files) COMPLETE
61892024-12-20T23:23:11.031Z[ recovery-image] Dec 20 23:23:09.789 INFO O| Dec 20 23:23:09.789 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61902024-12-20T23:23:11.098Z[ recovery-image] Dec 20 23:23:09.856 INFO O| Dec 20 23:23:09.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
61912024-12-20T23:23:11.098Z[ recovery-image] Dec 20 23:23:09.856 INFO O| Dec 20 23:23:09.856 INFO STEP 606 (remove_files) COMPLETE
61922024-12-20T23:23:11.098Z[ recovery-image] Dec 20 23:23:09.856 INFO O| Dec 20 23:23:09.856 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61932024-12-20T23:23:11.129Z[ recovery-image] Dec 20 23:23:09.887 INFO O| Dec 20 23:23:09.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
61942024-12-20T23:23:11.129Z[ recovery-image] Dec 20 23:23:09.888 INFO O| Dec 20 23:23:09.887 INFO STEP 607 (remove_files) COMPLETE
61952024-12-20T23:23:11.129Z[ recovery-image] Dec 20 23:23:09.888 INFO O| Dec 20 23:23:09.888 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61962024-12-20T23:23:11.151Z[ recovery-image] Dec 20 23:23:09.910 INFO O| Dec 20 23:23:09.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
61972024-12-20T23:23:11.152Z[ recovery-image] Dec 20 23:23:09.910 INFO O| Dec 20 23:23:09.910 INFO STEP 608 (remove_files) COMPLETE
61982024-12-20T23:23:11.154Z[ recovery-image] Dec 20 23:23:09.910 INFO O| Dec 20 23:23:09.910 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61992024-12-20T23:23:11.170Z[ recovery-image] Dec 20 23:23:09.928 INFO O| Dec 20 23:23:09.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
62002024-12-20T23:23:11.172Z[ recovery-image] Dec 20 23:23:09.928 INFO O| Dec 20 23:23:09.928 INFO STEP 609 (remove_files) COMPLETE
62012024-12-20T23:23:11.172Z[ recovery-image] Dec 20 23:23:09.928 INFO O| Dec 20 23:23:09.928 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62022024-12-20T23:23:11.265Z[ recovery-image] Dec 20 23:23:10.023 INFO O| Dec 20 23:23:10.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
62032024-12-20T23:23:11.265Z[ recovery-image] Dec 20 23:23:10.023 INFO O| Dec 20 23:23:10.023 INFO STEP 610 (remove_files) COMPLETE
62042024-12-20T23:23:11.265Z[ recovery-image] Dec 20 23:23:10.023 INFO O| Dec 20 23:23:10.023 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62052024-12-20T23:23:11.284Z[ recovery-image] Dec 20 23:23:10.043 INFO O| Dec 20 23:23:10.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
62062024-12-20T23:23:11.285Z[ recovery-image] Dec 20 23:23:10.043 INFO O| Dec 20 23:23:10.043 INFO STEP 611 (remove_files) COMPLETE
62072024-12-20T23:23:11.285Z[ recovery-image] Dec 20 23:23:10.043 INFO O| Dec 20 23:23:10.043 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62082024-12-20T23:23:11.313Z[ recovery-image] Dec 20 23:23:10.071 INFO O| Dec 20 23:23:10.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
62092024-12-20T23:23:11.316Z[ recovery-image] Dec 20 23:23:10.071 INFO O| Dec 20 23:23:10.071 INFO STEP 612 (remove_files) COMPLETE
62102024-12-20T23:23:11.316Z[ recovery-image] Dec 20 23:23:10.071 INFO O| Dec 20 23:23:10.071 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62112024-12-20T23:23:11.345Z[ recovery-image] Dec 20 23:23:10.102 INFO O| Dec 20 23:23:10.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
62122024-12-20T23:23:11.347Z[ recovery-image] Dec 20 23:23:10.103 INFO O| Dec 20 23:23:10.102 INFO STEP 613 (remove_files) COMPLETE
62132024-12-20T23:23:11.347Z[ recovery-image] Dec 20 23:23:10.103 INFO O| Dec 20 23:23:10.103 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62142024-12-20T23:23:11.367Z[ recovery-image] Dec 20 23:23:10.125 INFO O| Dec 20 23:23:10.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
62152024-12-20T23:23:11.367Z[ recovery-image] Dec 20 23:23:10.125 INFO O| Dec 20 23:23:10.125 INFO STEP 614 (remove_files) COMPLETE
62162024-12-20T23:23:11.367Z[ recovery-image] Dec 20 23:23:10.125 INFO O| Dec 20 23:23:10.125 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62172024-12-20T23:23:11.388Z[ recovery-image] Dec 20 23:23:10.146 INFO O| Dec 20 23:23:10.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
62182024-12-20T23:23:11.388Z[ recovery-image] Dec 20 23:23:10.146 INFO O| Dec 20 23:23:10.146 INFO STEP 615 (remove_files) COMPLETE
62192024-12-20T23:23:11.388Z[ recovery-image] Dec 20 23:23:10.146 INFO O| Dec 20 23:23:10.146 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62202024-12-20T23:23:11.441Z[ recovery-image] Dec 20 23:23:10.199 INFO O| Dec 20 23:23:10.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
62212024-12-20T23:23:11.441Z[ recovery-image] Dec 20 23:23:10.199 INFO O| Dec 20 23:23:10.199 INFO STEP 616 (remove_files) COMPLETE
62222024-12-20T23:23:11.441Z[ recovery-image] Dec 20 23:23:10.199 INFO O| Dec 20 23:23:10.199 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62232024-12-20T23:23:11.496Z[ recovery-image] Dec 20 23:23:10.254 INFO O| Dec 20 23:23:10.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
62242024-12-20T23:23:11.496Z[ recovery-image] Dec 20 23:23:10.254 INFO O| Dec 20 23:23:10.254 INFO STEP 617 (remove_files) COMPLETE
62252024-12-20T23:23:11.499Z[ recovery-image] Dec 20 23:23:10.254 INFO O| Dec 20 23:23:10.254 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62262024-12-20T23:23:11.521Z[ recovery-image] Dec 20 23:23:10.279 INFO O| Dec 20 23:23:10.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
62272024-12-20T23:23:11.521Z[ recovery-image] Dec 20 23:23:10.280 INFO O| Dec 20 23:23:10.280 INFO STEP 618 (remove_files) COMPLETE
62282024-12-20T23:23:11.521Z[ recovery-image] Dec 20 23:23:10.280 INFO O| Dec 20 23:23:10.280 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62292024-12-20T23:23:11.563Z[ recovery-image] Dec 20 23:23:10.322 INFO O| Dec 20 23:23:10.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
62302024-12-20T23:23:11.566Z[ recovery-image] Dec 20 23:23:10.322 INFO O| Dec 20 23:23:10.322 INFO STEP 619 (remove_files) COMPLETE
62312024-12-20T23:23:11.566Z[ recovery-image] Dec 20 23:23:10.322 INFO O| Dec 20 23:23:10.322 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62322024-12-20T23:23:11.584Z[ recovery-image] Dec 20 23:23:10.341 INFO O| Dec 20 23:23:10.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
62332024-12-20T23:23:11.587Z[ recovery-image] Dec 20 23:23:10.341 INFO O| Dec 20 23:23:10.341 INFO STEP 620 (remove_files) COMPLETE
62342024-12-20T23:23:11.587Z[ recovery-image] Dec 20 23:23:10.341 INFO O| Dec 20 23:23:10.341 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62352024-12-20T23:23:11.601Z[ recovery-image] Dec 20 23:23:10.360 INFO O| Dec 20 23:23:10.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
62362024-12-20T23:23:11.605Z[ recovery-image] Dec 20 23:23:10.360 INFO O| Dec 20 23:23:10.360 INFO STEP 621 (remove_files) COMPLETE
62372024-12-20T23:23:11.605Z[ recovery-image] Dec 20 23:23:10.360 INFO O| Dec 20 23:23:10.360 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62382024-12-20T23:23:11.621Z[ recovery-image] Dec 20 23:23:10.380 INFO O| Dec 20 23:23:10.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
62392024-12-20T23:23:11.624Z[ recovery-image] Dec 20 23:23:10.380 INFO O| Dec 20 23:23:10.380 INFO STEP 622 (remove_files) COMPLETE
62402024-12-20T23:23:11.624Z[ recovery-image] Dec 20 23:23:10.380 INFO O| Dec 20 23:23:10.380 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62412024-12-20T23:23:11.641Z[ recovery-image] Dec 20 23:23:10.400 INFO O| Dec 20 23:23:10.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
62422024-12-20T23:23:11.644Z[ recovery-image] Dec 20 23:23:10.400 INFO O| Dec 20 23:23:10.400 INFO STEP 623 (remove_files) COMPLETE
62432024-12-20T23:23:11.644Z[ recovery-image] Dec 20 23:23:10.400 INFO O| Dec 20 23:23:10.400 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62442024-12-20T23:23:11.662Z[ recovery-image] Dec 20 23:23:10.419 INFO O| Dec 20 23:23:10.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
62452024-12-20T23:23:11.665Z[ recovery-image] Dec 20 23:23:10.419 INFO O| Dec 20 23:23:10.419 INFO STEP 624 (remove_files) COMPLETE
62462024-12-20T23:23:11.665Z[ recovery-image] Dec 20 23:23:10.419 INFO O| Dec 20 23:23:10.419 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62472024-12-20T23:23:11.681Z[ recovery-image] Dec 20 23:23:10.439 INFO O| Dec 20 23:23:10.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
62482024-12-20T23:23:11.684Z[ recovery-image] Dec 20 23:23:10.439 INFO O| Dec 20 23:23:10.439 INFO STEP 625 (remove_files) COMPLETE
62492024-12-20T23:23:11.684Z[ recovery-image] Dec 20 23:23:10.440 INFO O| Dec 20 23:23:10.439 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62502024-12-20T23:23:11.705Z[ recovery-image] Dec 20 23:23:10.463 INFO O| Dec 20 23:23:10.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
62512024-12-20T23:23:11.705Z[ recovery-image] Dec 20 23:23:10.463 INFO O| Dec 20 23:23:10.463 INFO STEP 626 (remove_files) COMPLETE
62522024-12-20T23:23:11.708Z[ recovery-image] Dec 20 23:23:10.463 INFO O| Dec 20 23:23:10.463 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62532024-12-20T23:23:11.725Z[ recovery-image] Dec 20 23:23:10.484 INFO O| Dec 20 23:23:10.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
62542024-12-20T23:23:11.725Z[ recovery-image] Dec 20 23:23:10.484 INFO O| Dec 20 23:23:10.484 INFO STEP 627 (remove_files) COMPLETE
62552024-12-20T23:23:11.725Z[ recovery-image] Dec 20 23:23:10.484 INFO O| Dec 20 23:23:10.484 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62562024-12-20T23:23:11.784Z[ recovery-image] Dec 20 23:23:10.538 INFO O| Dec 20 23:23:10.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
62572024-12-20T23:23:11.784Z[ recovery-image] Dec 20 23:23:10.538 INFO O| Dec 20 23:23:10.538 INFO STEP 628 (remove_files) COMPLETE
62582024-12-20T23:23:11.784Z[ recovery-image] Dec 20 23:23:10.538 INFO O| Dec 20 23:23:10.538 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62592024-12-20T23:23:11.799Z[ recovery-image] Dec 20 23:23:10.557 INFO O| Dec 20 23:23:10.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
62602024-12-20T23:23:11.799Z[ recovery-image] Dec 20 23:23:10.557 INFO O| Dec 20 23:23:10.557 INFO STEP 629 (remove_files) COMPLETE
62612024-12-20T23:23:11.805Z[ recovery-image] Dec 20 23:23:10.558 INFO O| Dec 20 23:23:10.557 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62622024-12-20T23:23:11.880Z[ recovery-image] Dec 20 23:23:10.638 INFO O| Dec 20 23:23:10.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
62632024-12-20T23:23:11.880Z[ recovery-image] Dec 20 23:23:10.638 INFO O| Dec 20 23:23:10.638 INFO STEP 630 (remove_files) COMPLETE
62642024-12-20T23:23:11.883Z[ recovery-image] Dec 20 23:23:10.639 INFO O| Dec 20 23:23:10.638 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62652024-12-20T23:23:11.913Z[ recovery-image] Dec 20 23:23:10.670 INFO O| Dec 20 23:23:10.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
62662024-12-20T23:23:11.913Z[ recovery-image] Dec 20 23:23:10.671 INFO O| Dec 20 23:23:10.671 INFO STEP 631 (remove_files) COMPLETE
62672024-12-20T23:23:11.913Z[ recovery-image] Dec 20 23:23:10.671 INFO O| Dec 20 23:23:10.671 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62682024-12-20T23:23:11.933Z[ recovery-image] Dec 20 23:23:10.690 INFO O| Dec 20 23:23:10.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
62692024-12-20T23:23:11.933Z[ recovery-image] Dec 20 23:23:10.690 INFO O| Dec 20 23:23:10.690 INFO STEP 632 (remove_files) COMPLETE
62702024-12-20T23:23:11.933Z[ recovery-image] Dec 20 23:23:10.690 INFO O| Dec 20 23:23:10.690 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62712024-12-20T23:23:11.951Z[ recovery-image] Dec 20 23:23:10.709 INFO O| Dec 20 23:23:10.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
62722024-12-20T23:23:11.951Z[ recovery-image] Dec 20 23:23:10.709 INFO O| Dec 20 23:23:10.709 INFO STEP 633 (remove_files) COMPLETE
62732024-12-20T23:23:11.951Z[ recovery-image] Dec 20 23:23:10.709 INFO O| Dec 20 23:23:10.709 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62742024-12-20T23:23:11.970Z[ recovery-image] Dec 20 23:23:10.729 INFO O| Dec 20 23:23:10.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
62752024-12-20T23:23:11.970Z[ recovery-image] Dec 20 23:23:10.729 INFO O| Dec 20 23:23:10.729 INFO STEP 634 (remove_files) COMPLETE
62762024-12-20T23:23:11.973Z[ recovery-image] Dec 20 23:23:10.729 INFO O| Dec 20 23:23:10.729 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62772024-12-20T23:23:11.989Z[ recovery-image] Dec 20 23:23:10.747 INFO O| Dec 20 23:23:10.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
62782024-12-20T23:23:11.989Z[ recovery-image] Dec 20 23:23:10.747 INFO O| Dec 20 23:23:10.747 INFO STEP 635 (remove_files) COMPLETE
62792024-12-20T23:23:11.989Z[ recovery-image] Dec 20 23:23:10.747 INFO O| Dec 20 23:23:10.747 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62802024-12-20T23:23:12.026Z[ recovery-image] Dec 20 23:23:10.784 INFO O| Dec 20 23:23:10.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
62812024-12-20T23:23:12.026Z[ recovery-image] Dec 20 23:23:10.784 INFO O| Dec 20 23:23:10.784 INFO STEP 636 (remove_files) COMPLETE
62822024-12-20T23:23:12.026Z[ recovery-image] Dec 20 23:23:10.784 INFO O| Dec 20 23:23:10.784 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62832024-12-20T23:23:12.057Z[ recovery-image] Dec 20 23:23:10.815 INFO O| Dec 20 23:23:10.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
62842024-12-20T23:23:12.057Z[ recovery-image] Dec 20 23:23:10.815 INFO O| Dec 20 23:23:10.815 INFO STEP 637 (remove_files) COMPLETE
62852024-12-20T23:23:12.059Z[ recovery-image] Dec 20 23:23:10.815 INFO O| Dec 20 23:23:10.815 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62862024-12-20T23:23:12.117Z[ recovery-image] Dec 20 23:23:10.874 INFO O| Dec 20 23:23:10.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
62872024-12-20T23:23:12.117Z[ recovery-image] Dec 20 23:23:10.875 INFO O| Dec 20 23:23:10.875 INFO STEP 638 (remove_files) COMPLETE
62882024-12-20T23:23:12.117Z[ recovery-image] Dec 20 23:23:10.875 INFO O| Dec 20 23:23:10.875 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62892024-12-20T23:23:12.137Z[ recovery-image] Dec 20 23:23:10.895 INFO O| Dec 20 23:23:10.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
62902024-12-20T23:23:12.137Z[ recovery-image] Dec 20 23:23:10.895 INFO O| Dec 20 23:23:10.895 INFO STEP 639 (remove_files) COMPLETE
62912024-12-20T23:23:12.137Z[ recovery-image] Dec 20 23:23:10.895 INFO O| Dec 20 23:23:10.895 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62922024-12-20T23:23:12.163Z[ recovery-image] Dec 20 23:23:10.921 INFO O| Dec 20 23:23:10.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
62932024-12-20T23:23:12.163Z[ recovery-image] Dec 20 23:23:10.921 INFO O| Dec 20 23:23:10.921 INFO STEP 640 (remove_files) COMPLETE
62942024-12-20T23:23:12.165Z[ recovery-image] Dec 20 23:23:10.921 INFO O| Dec 20 23:23:10.921 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62952024-12-20T23:23:12.186Z[ recovery-image] Dec 20 23:23:10.944 INFO O| Dec 20 23:23:10.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
62962024-12-20T23:23:12.186Z[ recovery-image] Dec 20 23:23:10.945 INFO O| Dec 20 23:23:10.945 INFO STEP 641 (remove_files) COMPLETE
62972024-12-20T23:23:12.189Z[ recovery-image] Dec 20 23:23:10.945 INFO O| Dec 20 23:23:10.945 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62982024-12-20T23:23:12.208Z[ recovery-image] Dec 20 23:23:10.967 INFO O| Dec 20 23:23:10.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
62992024-12-20T23:23:12.208Z[ recovery-image] Dec 20 23:23:10.967 INFO O| Dec 20 23:23:10.967 INFO STEP 642 (remove_files) COMPLETE
63002024-12-20T23:23:12.208Z[ recovery-image] Dec 20 23:23:10.967 INFO O| Dec 20 23:23:10.967 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63012024-12-20T23:23:12.231Z[ recovery-image] Dec 20 23:23:10.989 INFO O| Dec 20 23:23:10.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
63022024-12-20T23:23:12.231Z[ recovery-image] Dec 20 23:23:10.989 INFO O| Dec 20 23:23:10.989 INFO STEP 643 (remove_files) COMPLETE
63032024-12-20T23:23:12.231Z[ recovery-image] Dec 20 23:23:10.989 INFO O| Dec 20 23:23:10.989 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63042024-12-20T23:23:12.253Z[ recovery-image] Dec 20 23:23:11.010 INFO O| Dec 20 23:23:11.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
63052024-12-20T23:23:12.253Z[ recovery-image] Dec 20 23:23:11.010 INFO O| Dec 20 23:23:11.010 INFO STEP 644 (remove_files) COMPLETE
63062024-12-20T23:23:12.253Z[ recovery-image] Dec 20 23:23:11.010 INFO O| Dec 20 23:23:11.010 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63072024-12-20T23:23:12.271Z[ recovery-image] Dec 20 23:23:11.029 INFO O| Dec 20 23:23:11.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
63082024-12-20T23:23:12.274Z[ recovery-image] Dec 20 23:23:11.029 INFO O| Dec 20 23:23:11.029 INFO STEP 645 (remove_files) COMPLETE
63092024-12-20T23:23:12.274Z[ recovery-image] Dec 20 23:23:11.029 INFO O| Dec 20 23:23:11.029 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63102024-12-20T23:23:12.292Z[ recovery-image] Dec 20 23:23:11.051 INFO O| Dec 20 23:23:11.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
63112024-12-20T23:23:12.292Z[ recovery-image] Dec 20 23:23:11.051 INFO O| Dec 20 23:23:11.051 INFO STEP 646 (remove_files) COMPLETE
63122024-12-20T23:23:12.292Z[ recovery-image] Dec 20 23:23:11.051 INFO O| Dec 20 23:23:11.051 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63132024-12-20T23:23:12.312Z[ recovery-image] Dec 20 23:23:11.071 INFO O| Dec 20 23:23:11.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
63142024-12-20T23:23:12.312Z[ recovery-image] Dec 20 23:23:11.071 INFO O| Dec 20 23:23:11.071 INFO STEP 647 (remove_files) COMPLETE
63152024-12-20T23:23:12.312Z[ recovery-image] Dec 20 23:23:11.071 INFO O| Dec 20 23:23:11.071 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63162024-12-20T23:23:12.334Z[ recovery-image] Dec 20 23:23:11.090 INFO O| Dec 20 23:23:11.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
63172024-12-20T23:23:12.334Z[ recovery-image] Dec 20 23:23:11.090 INFO O| Dec 20 23:23:11.090 INFO STEP 648 (remove_files) COMPLETE
63182024-12-20T23:23:12.334Z[ recovery-image] Dec 20 23:23:11.090 INFO O| Dec 20 23:23:11.090 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63192024-12-20T23:23:12.355Z[ recovery-image] Dec 20 23:23:11.110 INFO O| Dec 20 23:23:11.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
63202024-12-20T23:23:12.355Z[ recovery-image] Dec 20 23:23:11.110 INFO O| Dec 20 23:23:11.110 INFO STEP 649 (remove_files) COMPLETE
63212024-12-20T23:23:12.355Z[ recovery-image] Dec 20 23:23:11.110 INFO O| Dec 20 23:23:11.110 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63222024-12-20T23:23:12.372Z[ recovery-image] Dec 20 23:23:11.130 INFO O| Dec 20 23:23:11.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
63232024-12-20T23:23:12.372Z[ recovery-image] Dec 20 23:23:11.130 INFO O| Dec 20 23:23:11.130 INFO STEP 650 (remove_files) COMPLETE
63242024-12-20T23:23:12.372Z[ recovery-image] Dec 20 23:23:11.130 INFO O| Dec 20 23:23:11.130 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63252024-12-20T23:23:12.399Z[ recovery-image] Dec 20 23:23:11.157 INFO O| Dec 20 23:23:11.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
63262024-12-20T23:23:12.399Z[ recovery-image] Dec 20 23:23:11.157 INFO O| Dec 20 23:23:11.157 INFO STEP 651 (remove_files) COMPLETE
63272024-12-20T23:23:12.399Z[ recovery-image] Dec 20 23:23:11.157 INFO O| Dec 20 23:23:11.157 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63282024-12-20T23:23:12.459Z[ recovery-image] Dec 20 23:23:11.217 INFO O| Dec 20 23:23:11.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
63292024-12-20T23:23:12.459Z[ recovery-image] Dec 20 23:23:11.217 INFO O| Dec 20 23:23:11.217 INFO STEP 652 (remove_files) COMPLETE
63302024-12-20T23:23:12.459Z[ recovery-image] Dec 20 23:23:11.217 INFO O| Dec 20 23:23:11.217 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63312024-12-20T23:23:12.551Z[ recovery-image] Dec 20 23:23:11.308 INFO O| Dec 20 23:23:11.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
63322024-12-20T23:23:12.551Z[ recovery-image] Dec 20 23:23:11.308 INFO O| Dec 20 23:23:11.308 INFO STEP 653 (remove_files) COMPLETE
63332024-12-20T23:23:12.551Z[ recovery-image] Dec 20 23:23:11.308 INFO O| Dec 20 23:23:11.308 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63342024-12-20T23:23:12.626Z[ recovery-image] Dec 20 23:23:11.384 INFO O| Dec 20 23:23:11.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
63352024-12-20T23:23:12.648Z[ recovery-image] Dec 20 23:23:11.407 INFO O| Dec 20 23:23:11.407 INFO STEP 654 (remove_files) COMPLETE
63362024-12-20T23:23:12.649Z[ recovery-image] Dec 20 23:23:11.407 INFO O| Dec 20 23:23:11.407 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63372024-12-20T23:23:12.813Z[ recovery-image] Dec 20 23:23:11.571 INFO O| Dec 20 23:23:11.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
63382024-12-20T23:23:12.813Z[ recovery-image] Dec 20 23:23:11.571 INFO O| Dec 20 23:23:11.571 INFO STEP 655 (remove_files) COMPLETE
63392024-12-20T23:23:12.816Z[ recovery-image] Dec 20 23:23:11.571 INFO O| Dec 20 23:23:11.571 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63402024-12-20T23:23:12.839Z[ recovery-image] Dec 20 23:23:11.594 INFO O| Dec 20 23:23:11.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
63412024-12-20T23:23:12.861Z[ recovery-image] Dec 20 23:23:11.619 INFO O| Dec 20 23:23:11.619 INFO STEP 656 (remove_files) COMPLETE
63422024-12-20T23:23:12.861Z[ recovery-image] Dec 20 23:23:11.619 INFO O| Dec 20 23:23:11.619 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63432024-12-20T23:23:12.901Z[ recovery-image] Dec 20 23:23:11.659 INFO O| Dec 20 23:23:11.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
63442024-12-20T23:23:12.904Z[ recovery-image] Dec 20 23:23:11.660 INFO O| Dec 20 23:23:11.660 INFO STEP 657 (remove_files) COMPLETE
63452024-12-20T23:23:12.904Z[ recovery-image] Dec 20 23:23:11.660 INFO O| Dec 20 23:23:11.660 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63462024-12-20T23:23:12.929Z[ recovery-image] Dec 20 23:23:11.686 INFO O| Dec 20 23:23:11.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
63472024-12-20T23:23:12.931Z[ recovery-image] Dec 20 23:23:11.687 INFO O| Dec 20 23:23:11.686 INFO STEP 658 (remove_files) COMPLETE
63482024-12-20T23:23:12.931Z[ recovery-image] Dec 20 23:23:11.687 INFO O| Dec 20 23:23:11.686 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63492024-12-20T23:23:12.989Z[ recovery-image] Dec 20 23:23:11.746 INFO O| Dec 20 23:23:11.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
63502024-12-20T23:23:12.994Z[ recovery-image] Dec 20 23:23:11.746 INFO O| Dec 20 23:23:11.746 INFO STEP 659 (remove_files) COMPLETE
63512024-12-20T23:23:12.994Z[ recovery-image] Dec 20 23:23:11.747 INFO O| Dec 20 23:23:11.746 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63522024-12-20T23:23:13.007Z[ recovery-image] Dec 20 23:23:11.765 INFO O| Dec 20 23:23:11.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
63532024-12-20T23:23:13.007Z[ recovery-image] Dec 20 23:23:11.765 INFO O| Dec 20 23:23:11.765 INFO STEP 660 (remove_files) COMPLETE
63542024-12-20T23:23:13.007Z[ recovery-image] Dec 20 23:23:11.765 INFO O| Dec 20 23:23:11.765 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63552024-12-20T23:23:13.042Z[ recovery-image] Dec 20 23:23:11.800 INFO O| Dec 20 23:23:11.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
63562024-12-20T23:23:13.062Z[ recovery-image] Dec 20 23:23:11.820 INFO O| Dec 20 23:23:11.820 INFO STEP 661 (remove_files) COMPLETE
63572024-12-20T23:23:13.062Z[ recovery-image] Dec 20 23:23:11.820 INFO O| Dec 20 23:23:11.820 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63582024-12-20T23:23:13.082Z[ recovery-image] Dec 20 23:23:11.839 INFO O| Dec 20 23:23:11.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
63592024-12-20T23:23:13.082Z[ recovery-image] Dec 20 23:23:11.839 INFO O| Dec 20 23:23:11.839 INFO STEP 662 (remove_files) COMPLETE
63602024-12-20T23:23:13.082Z[ recovery-image] Dec 20 23:23:11.839 INFO O| Dec 20 23:23:11.839 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63612024-12-20T23:23:13.099Z[ recovery-image] Dec 20 23:23:11.857 INFO O| Dec 20 23:23:11.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
63622024-12-20T23:23:13.099Z[ recovery-image] Dec 20 23:23:11.857 INFO O| Dec 20 23:23:11.857 INFO STEP 663 (remove_files) COMPLETE
63632024-12-20T23:23:13.099Z[ recovery-image] Dec 20 23:23:11.857 INFO O| Dec 20 23:23:11.857 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63642024-12-20T23:23:13.118Z[ recovery-image] Dec 20 23:23:11.876 INFO O| Dec 20 23:23:11.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
63652024-12-20T23:23:13.118Z[ recovery-image] Dec 20 23:23:11.876 INFO O| Dec 20 23:23:11.876 INFO STEP 664 (remove_files) COMPLETE
63662024-12-20T23:23:13.118Z[ recovery-image] Dec 20 23:23:11.876 INFO O| Dec 20 23:23:11.876 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63672024-12-20T23:23:13.187Z[ recovery-image] Dec 20 23:23:11.945 INFO O| Dec 20 23:23:11.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
63682024-12-20T23:23:13.187Z[ recovery-image] Dec 20 23:23:11.945 INFO O| Dec 20 23:23:11.945 INFO STEP 665 (remove_files) COMPLETE
63692024-12-20T23:23:13.187Z[ recovery-image] Dec 20 23:23:11.945 INFO O| Dec 20 23:23:11.945 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63702024-12-20T23:23:13.246Z[ recovery-image] Dec 20 23:23:12.004 INFO O| Dec 20 23:23:12.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
63712024-12-20T23:23:13.246Z[ recovery-image] Dec 20 23:23:12.004 INFO O| Dec 20 23:23:12.004 INFO STEP 666 (remove_files) COMPLETE
63722024-12-20T23:23:13.246Z[ recovery-image] Dec 20 23:23:12.004 INFO O| Dec 20 23:23:12.004 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63732024-12-20T23:23:13.265Z[ recovery-image] Dec 20 23:23:12.023 INFO O| Dec 20 23:23:12.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
63742024-12-20T23:23:13.265Z[ recovery-image] Dec 20 23:23:12.023 INFO O| Dec 20 23:23:12.023 INFO STEP 667 (remove_files) COMPLETE
63752024-12-20T23:23:13.265Z[ recovery-image] Dec 20 23:23:12.023 INFO O| Dec 20 23:23:12.023 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63762024-12-20T23:23:13.282Z[ recovery-image] Dec 20 23:23:12.040 INFO O| Dec 20 23:23:12.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
63772024-12-20T23:23:13.282Z[ recovery-image] Dec 20 23:23:12.040 INFO O| Dec 20 23:23:12.040 INFO STEP 668 (remove_files) COMPLETE
63782024-12-20T23:23:13.284Z[ recovery-image] Dec 20 23:23:12.040 INFO O| Dec 20 23:23:12.040 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63792024-12-20T23:23:13.300Z[ recovery-image] Dec 20 23:23:12.058 INFO O| Dec 20 23:23:12.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
63802024-12-20T23:23:13.300Z[ recovery-image] Dec 20 23:23:12.058 INFO O| Dec 20 23:23:12.058 INFO STEP 669 (remove_files) COMPLETE
63812024-12-20T23:23:13.300Z[ recovery-image] Dec 20 23:23:12.058 INFO O| Dec 20 23:23:12.058 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63822024-12-20T23:23:13.318Z[ recovery-image] Dec 20 23:23:12.075 INFO O| Dec 20 23:23:12.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
63832024-12-20T23:23:13.319Z[ recovery-image] Dec 20 23:23:12.076 INFO O| Dec 20 23:23:12.075 INFO STEP 670 (remove_files) COMPLETE
63842024-12-20T23:23:13.319Z[ recovery-image] Dec 20 23:23:12.076 INFO O| Dec 20 23:23:12.075 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63852024-12-20T23:23:13.338Z[ recovery-image] Dec 20 23:23:12.095 INFO O| Dec 20 23:23:12.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
63862024-12-20T23:23:13.338Z[ recovery-image] Dec 20 23:23:12.095 INFO O| Dec 20 23:23:12.095 INFO STEP 671 (remove_files) COMPLETE
63872024-12-20T23:23:13.338Z[ recovery-image] Dec 20 23:23:12.095 INFO O| Dec 20 23:23:12.095 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63882024-12-20T23:23:13.380Z[ recovery-image] Dec 20 23:23:12.138 INFO O| Dec 20 23:23:12.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
63892024-12-20T23:23:13.382Z[ recovery-image] Dec 20 23:23:12.139 INFO O| Dec 20 23:23:12.139 INFO STEP 672 (remove_files) COMPLETE
63902024-12-20T23:23:13.382Z[ recovery-image] Dec 20 23:23:12.139 INFO O| Dec 20 23:23:12.139 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63912024-12-20T23:23:13.399Z[ recovery-image] Dec 20 23:23:12.157 INFO O| Dec 20 23:23:12.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
63922024-12-20T23:23:13.403Z[ recovery-image] Dec 20 23:23:12.158 INFO O| Dec 20 23:23:12.158 INFO STEP 673 (remove_files) COMPLETE
63932024-12-20T23:23:13.403Z[ recovery-image] Dec 20 23:23:12.158 INFO O| Dec 20 23:23:12.158 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63942024-12-20T23:23:13.427Z[ recovery-image] Dec 20 23:23:12.185 INFO O| Dec 20 23:23:12.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
63952024-12-20T23:23:13.427Z[ recovery-image] Dec 20 23:23:12.185 INFO O| Dec 20 23:23:12.185 INFO STEP 674 (remove_files) COMPLETE
63962024-12-20T23:23:13.430Z[ recovery-image] Dec 20 23:23:12.186 INFO O| Dec 20 23:23:12.185 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63972024-12-20T23:23:13.486Z[ recovery-image] Dec 20 23:23:12.244 INFO O| Dec 20 23:23:12.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
63982024-12-20T23:23:13.487Z[ recovery-image] Dec 20 23:23:12.244 INFO O| Dec 20 23:23:12.244 INFO STEP 675 (remove_files) COMPLETE
63992024-12-20T23:23:13.487Z[ recovery-image] Dec 20 23:23:12.244 INFO O| Dec 20 23:23:12.244 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64002024-12-20T23:23:13.504Z[ recovery-image] Dec 20 23:23:12.261 INFO O| Dec 20 23:23:12.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
64012024-12-20T23:23:13.504Z[ recovery-image] Dec 20 23:23:12.261 INFO O| Dec 20 23:23:12.261 INFO STEP 676 (remove_files) COMPLETE
64022024-12-20T23:23:13.504Z[ recovery-image] Dec 20 23:23:12.261 INFO O| Dec 20 23:23:12.261 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64032024-12-20T23:23:13.521Z[ recovery-image] Dec 20 23:23:12.278 INFO O| Dec 20 23:23:12.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
64042024-12-20T23:23:13.521Z[ recovery-image] Dec 20 23:23:12.278 INFO O| Dec 20 23:23:12.278 INFO STEP 677 (remove_files) COMPLETE
64052024-12-20T23:23:13.521Z[ recovery-image] Dec 20 23:23:12.278 INFO O| Dec 20 23:23:12.278 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64062024-12-20T23:23:13.536Z[ recovery-image] Dec 20 23:23:12.294 INFO O| Dec 20 23:23:12.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
64072024-12-20T23:23:13.536Z[ recovery-image] Dec 20 23:23:12.294 INFO O| Dec 20 23:23:12.294 INFO STEP 678 (remove_files) COMPLETE
64082024-12-20T23:23:13.536Z[ recovery-image] Dec 20 23:23:12.294 INFO O| Dec 20 23:23:12.294 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64092024-12-20T23:23:13.553Z[ recovery-image] Dec 20 23:23:12.309 INFO O| Dec 20 23:23:12.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
64102024-12-20T23:23:13.557Z[ recovery-image] Dec 20 23:23:12.310 INFO O| Dec 20 23:23:12.309 INFO STEP 679 (remove_files) COMPLETE
64112024-12-20T23:23:13.557Z[ recovery-image] Dec 20 23:23:12.310 INFO O| Dec 20 23:23:12.310 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64122024-12-20T23:23:13.568Z[ recovery-image] Dec 20 23:23:12.325 INFO O| Dec 20 23:23:12.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
64132024-12-20T23:23:13.591Z[ recovery-image] Dec 20 23:23:12.349 INFO O| Dec 20 23:23:12.349 INFO STEP 680 (remove_files) COMPLETE
64142024-12-20T23:23:13.591Z[ recovery-image] Dec 20 23:23:12.349 INFO O| Dec 20 23:23:12.349 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64152024-12-20T23:23:13.612Z[ recovery-image] Dec 20 23:23:12.370 INFO O| Dec 20 23:23:12.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
64162024-12-20T23:23:13.613Z[ recovery-image] Dec 20 23:23:12.370 INFO O| Dec 20 23:23:12.370 INFO STEP 681 (remove_files) COMPLETE
64172024-12-20T23:23:13.613Z[ recovery-image] Dec 20 23:23:12.371 INFO O| Dec 20 23:23:12.370 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64182024-12-20T23:23:13.643Z[ recovery-image] Dec 20 23:23:12.400 INFO O| Dec 20 23:23:12.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
64192024-12-20T23:23:13.647Z[ recovery-image] Dec 20 23:23:12.400 INFO O| Dec 20 23:23:12.400 INFO STEP 682 (remove_files) COMPLETE
64202024-12-20T23:23:13.647Z[ recovery-image] Dec 20 23:23:12.401 INFO O| Dec 20 23:23:12.401 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64212024-12-20T23:23:13.663Z[ recovery-image] Dec 20 23:23:12.421 INFO O| Dec 20 23:23:12.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
64222024-12-20T23:23:13.666Z[ recovery-image] Dec 20 23:23:12.421 INFO O| Dec 20 23:23:12.421 INFO STEP 683 (remove_files) COMPLETE
64232024-12-20T23:23:13.666Z[ recovery-image] Dec 20 23:23:12.421 INFO O| Dec 20 23:23:12.421 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64242024-12-20T23:23:13.683Z[ recovery-image] Dec 20 23:23:12.441 INFO O| Dec 20 23:23:12.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
64252024-12-20T23:23:13.701Z[ recovery-image] Dec 20 23:23:12.459 INFO O| Dec 20 23:23:12.459 INFO STEP 684 (remove_files) COMPLETE
64262024-12-20T23:23:13.701Z[ recovery-image] Dec 20 23:23:12.459 INFO O| Dec 20 23:23:12.459 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64272024-12-20T23:23:13.723Z[ recovery-image] Dec 20 23:23:12.481 INFO O| Dec 20 23:23:12.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
64282024-12-20T23:23:13.726Z[ recovery-image] Dec 20 23:23:12.481 INFO O| Dec 20 23:23:12.481 INFO STEP 685 (remove_files) COMPLETE
64292024-12-20T23:23:13.726Z[ recovery-image] Dec 20 23:23:12.481 INFO O| Dec 20 23:23:12.481 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64302024-12-20T23:23:13.744Z[ recovery-image] Dec 20 23:23:12.501 INFO O| Dec 20 23:23:12.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
64312024-12-20T23:23:13.747Z[ recovery-image] Dec 20 23:23:12.502 INFO O| Dec 20 23:23:12.502 INFO STEP 686 (remove_files) COMPLETE
64322024-12-20T23:23:13.747Z[ recovery-image] Dec 20 23:23:12.502 INFO O| Dec 20 23:23:12.502 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64332024-12-20T23:23:13.787Z[ recovery-image] Dec 20 23:23:12.545 INFO O| Dec 20 23:23:12.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
64342024-12-20T23:23:13.787Z[ recovery-image] Dec 20 23:23:12.545 INFO O| Dec 20 23:23:12.545 INFO STEP 687 (remove_files) COMPLETE
64352024-12-20T23:23:13.787Z[ recovery-image] Dec 20 23:23:12.545 INFO O| Dec 20 23:23:12.545 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64362024-12-20T23:23:13.857Z[ recovery-image] Dec 20 23:23:12.615 INFO O| Dec 20 23:23:12.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
64372024-12-20T23:23:13.857Z[ recovery-image] Dec 20 23:23:12.615 INFO O| Dec 20 23:23:12.615 INFO STEP 688 (remove_files) COMPLETE
64382024-12-20T23:23:13.859Z[ recovery-image] Dec 20 23:23:12.615 INFO O| Dec 20 23:23:12.615 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64392024-12-20T23:23:13.877Z[ recovery-image] Dec 20 23:23:12.634 INFO O| Dec 20 23:23:12.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
64402024-12-20T23:23:13.877Z[ recovery-image] Dec 20 23:23:12.634 INFO O| Dec 20 23:23:12.634 INFO STEP 689 (remove_files) COMPLETE
64412024-12-20T23:23:13.877Z[ recovery-image] Dec 20 23:23:12.634 INFO O| Dec 20 23:23:12.634 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64422024-12-20T23:23:13.895Z[ recovery-image] Dec 20 23:23:12.653 INFO O| Dec 20 23:23:12.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
64432024-12-20T23:23:13.895Z[ recovery-image] Dec 20 23:23:12.653 INFO O| Dec 20 23:23:12.653 INFO STEP 690 (remove_files) COMPLETE
64442024-12-20T23:23:13.895Z[ recovery-image] Dec 20 23:23:12.653 INFO O| Dec 20 23:23:12.653 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64452024-12-20T23:23:13.912Z[ recovery-image] Dec 20 23:23:12.670 INFO O| Dec 20 23:23:12.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
64462024-12-20T23:23:13.912Z[ recovery-image] Dec 20 23:23:12.670 INFO O| Dec 20 23:23:12.670 INFO STEP 691 (remove_files) COMPLETE
64472024-12-20T23:23:13.912Z[ recovery-image] Dec 20 23:23:12.670 INFO O| Dec 20 23:23:12.670 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64482024-12-20T23:23:13.931Z[ recovery-image] Dec 20 23:23:12.689 INFO O| Dec 20 23:23:12.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
64492024-12-20T23:23:13.934Z[ recovery-image] Dec 20 23:23:12.689 INFO O| Dec 20 23:23:12.689 INFO STEP 692 (remove_files) COMPLETE
64502024-12-20T23:23:13.934Z[ recovery-image] Dec 20 23:23:12.689 INFO O| Dec 20 23:23:12.689 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64512024-12-20T23:23:13.950Z[ recovery-image] Dec 20 23:23:12.708 INFO O| Dec 20 23:23:12.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
64522024-12-20T23:23:13.953Z[ recovery-image] Dec 20 23:23:12.708 INFO O| Dec 20 23:23:12.708 INFO STEP 693 (remove_files) COMPLETE
64532024-12-20T23:23:13.953Z[ recovery-image] Dec 20 23:23:12.709 INFO O| Dec 20 23:23:12.708 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64542024-12-20T23:23:13.968Z[ recovery-image] Dec 20 23:23:12.726 INFO O| Dec 20 23:23:12.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
64552024-12-20T23:23:13.971Z[ recovery-image] Dec 20 23:23:12.727 INFO O| Dec 20 23:23:12.726 INFO STEP 694 (remove_files) COMPLETE
64562024-12-20T23:23:13.971Z[ recovery-image] Dec 20 23:23:12.727 INFO O| Dec 20 23:23:12.727 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64572024-12-20T23:23:13.985Z[ recovery-image] Dec 20 23:23:12.743 INFO O| Dec 20 23:23:12.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
64582024-12-20T23:23:13.985Z[ recovery-image] Dec 20 23:23:12.744 INFO O| Dec 20 23:23:12.744 INFO STEP 695 (remove_files) COMPLETE
64592024-12-20T23:23:13.988Z[ recovery-image] Dec 20 23:23:12.744 INFO O| Dec 20 23:23:12.744 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64602024-12-20T23:23:14.003Z[ recovery-image] Dec 20 23:23:12.761 INFO O| Dec 20 23:23:12.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
64612024-12-20T23:23:14.006Z[ recovery-image] Dec 20 23:23:12.761 INFO O| Dec 20 23:23:12.761 INFO STEP 696 (remove_files) COMPLETE
64622024-12-20T23:23:14.006Z[ recovery-image] Dec 20 23:23:12.761 INFO O| Dec 20 23:23:12.761 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64632024-12-20T23:23:14.020Z[ recovery-image] Dec 20 23:23:12.778 INFO O| Dec 20 23:23:12.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
64642024-12-20T23:23:14.039Z[ recovery-image] Dec 20 23:23:12.797 INFO O| Dec 20 23:23:12.797 INFO STEP 697 (remove_files) COMPLETE
64652024-12-20T23:23:14.039Z[ recovery-image] Dec 20 23:23:12.797 INFO O| Dec 20 23:23:12.797 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64662024-12-20T23:23:14.098Z[ recovery-image] Dec 20 23:23:12.856 INFO O| Dec 20 23:23:12.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
64672024-12-20T23:23:14.098Z[ recovery-image] Dec 20 23:23:12.856 INFO O| Dec 20 23:23:12.856 INFO STEP 698 (remove_files) COMPLETE
64682024-12-20T23:23:14.098Z[ recovery-image] Dec 20 23:23:12.856 INFO O| Dec 20 23:23:12.856 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64692024-12-20T23:23:14.138Z[ recovery-image] Dec 20 23:23:12.896 INFO O| Dec 20 23:23:12.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
64702024-12-20T23:23:14.140Z[ recovery-image] Dec 20 23:23:12.896 INFO O| Dec 20 23:23:12.896 INFO STEP 699 (remove_files) COMPLETE
64712024-12-20T23:23:14.140Z[ recovery-image] Dec 20 23:23:12.896 INFO O| Dec 20 23:23:12.896 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64722024-12-20T23:23:14.159Z[ recovery-image] Dec 20 23:23:12.917 INFO O| Dec 20 23:23:12.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
64732024-12-20T23:23:14.162Z[ recovery-image] Dec 20 23:23:12.918 INFO O| Dec 20 23:23:12.917 INFO STEP 700 (remove_files) COMPLETE
64742024-12-20T23:23:14.162Z[ recovery-image] Dec 20 23:23:12.918 INFO O| Dec 20 23:23:12.918 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64752024-12-20T23:23:14.178Z[ recovery-image] Dec 20 23:23:12.936 INFO O| Dec 20 23:23:12.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
64762024-12-20T23:23:14.181Z[ recovery-image] Dec 20 23:23:12.936 INFO O| Dec 20 23:23:12.936 INFO STEP 701 (remove_files) COMPLETE
64772024-12-20T23:23:14.181Z[ recovery-image] Dec 20 23:23:12.936 INFO O| Dec 20 23:23:12.936 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64782024-12-20T23:23:14.209Z[ recovery-image] Dec 20 23:23:12.967 INFO O| Dec 20 23:23:12.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
64792024-12-20T23:23:14.209Z[ recovery-image] Dec 20 23:23:12.967 INFO O| Dec 20 23:23:12.967 INFO STEP 702 (remove_files) COMPLETE
64802024-12-20T23:23:14.209Z[ recovery-image] Dec 20 23:23:12.967 INFO O| Dec 20 23:23:12.967 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64812024-12-20T23:23:14.233Z[ recovery-image] Dec 20 23:23:12.991 INFO O| Dec 20 23:23:12.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
64822024-12-20T23:23:14.233Z[ recovery-image] Dec 20 23:23:12.991 INFO O| Dec 20 23:23:12.991 INFO STEP 703 (remove_files) COMPLETE
64832024-12-20T23:23:14.235Z[ recovery-image] Dec 20 23:23:12.991 INFO O| Dec 20 23:23:12.991 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64842024-12-20T23:23:14.275Z[ recovery-image] Dec 20 23:23:13.032 INFO O| Dec 20 23:23:13.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
64852024-12-20T23:23:14.275Z[ recovery-image] Dec 20 23:23:13.032 INFO O| Dec 20 23:23:13.032 INFO STEP 704 (remove_files) COMPLETE
64862024-12-20T23:23:14.275Z[ recovery-image] Dec 20 23:23:13.033 INFO O| Dec 20 23:23:13.032 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64872024-12-20T23:23:14.293Z[ recovery-image] Dec 20 23:23:13.051 INFO O| Dec 20 23:23:13.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
64882024-12-20T23:23:14.293Z[ recovery-image] Dec 20 23:23:13.051 INFO O| Dec 20 23:23:13.051 INFO STEP 705 (remove_files) COMPLETE
64892024-12-20T23:23:14.293Z[ recovery-image] Dec 20 23:23:13.051 INFO O| Dec 20 23:23:13.051 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64902024-12-20T23:23:14.313Z[ recovery-image] Dec 20 23:23:13.071 INFO O| Dec 20 23:23:13.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
64912024-12-20T23:23:14.313Z[ recovery-image] Dec 20 23:23:13.071 INFO O| Dec 20 23:23:13.071 INFO STEP 706 (remove_files) COMPLETE
64922024-12-20T23:23:14.315Z[ recovery-image] Dec 20 23:23:13.071 INFO O| Dec 20 23:23:13.071 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64932024-12-20T23:23:14.342Z[ recovery-image] Dec 20 23:23:13.098 INFO O| Dec 20 23:23:13.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
64942024-12-20T23:23:14.342Z[ recovery-image] Dec 20 23:23:13.098 INFO O| Dec 20 23:23:13.098 INFO STEP 707 (remove_files) COMPLETE
64952024-12-20T23:23:14.342Z[ recovery-image] Dec 20 23:23:13.098 INFO O| Dec 20 23:23:13.098 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64962024-12-20T23:23:14.383Z[ recovery-image] Dec 20 23:23:13.141 INFO O| Dec 20 23:23:13.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
64972024-12-20T23:23:14.384Z[ recovery-image] Dec 20 23:23:13.142 INFO O| Dec 20 23:23:13.142 INFO STEP 708 (remove_files) COMPLETE
64982024-12-20T23:23:14.386Z[ recovery-image] Dec 20 23:23:13.142 INFO O| Dec 20 23:23:13.142 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64992024-12-20T23:23:14.410Z[ recovery-image] Dec 20 23:23:13.168 INFO O| Dec 20 23:23:13.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
65002024-12-20T23:23:14.410Z[ recovery-image] Dec 20 23:23:13.168 INFO O| Dec 20 23:23:13.168 INFO STEP 709 (remove_files) COMPLETE
65012024-12-20T23:23:14.410Z[ recovery-image] Dec 20 23:23:13.168 INFO O| Dec 20 23:23:13.168 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65022024-12-20T23:23:14.453Z[ recovery-image] Dec 20 23:23:13.211 INFO O| Dec 20 23:23:13.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
65032024-12-20T23:23:14.453Z[ recovery-image] Dec 20 23:23:13.211 INFO O| Dec 20 23:23:13.211 INFO STEP 710 (remove_files) COMPLETE
65042024-12-20T23:23:14.453Z[ recovery-image] Dec 20 23:23:13.211 INFO O| Dec 20 23:23:13.211 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65052024-12-20T23:23:14.474Z[ recovery-image] Dec 20 23:23:13.232 INFO O| Dec 20 23:23:13.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
65062024-12-20T23:23:14.476Z[ recovery-image] Dec 20 23:23:13.232 INFO O| Dec 20 23:23:13.232 INFO STEP 711 (remove_files) COMPLETE
65072024-12-20T23:23:14.476Z[ recovery-image] Dec 20 23:23:13.232 INFO O| Dec 20 23:23:13.232 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65082024-12-20T23:23:14.503Z[ recovery-image] Dec 20 23:23:13.251 INFO O| Dec 20 23:23:13.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
65092024-12-20T23:23:14.503Z[ recovery-image] Dec 20 23:23:13.251 INFO O| Dec 20 23:23:13.251 INFO STEP 712 (remove_files) COMPLETE
65102024-12-20T23:23:14.506Z[ recovery-image] Dec 20 23:23:13.251 INFO O| Dec 20 23:23:13.251 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65112024-12-20T23:23:14.514Z[ recovery-image] Dec 20 23:23:13.272 INFO O| Dec 20 23:23:13.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
65122024-12-20T23:23:14.514Z[ recovery-image] Dec 20 23:23:13.272 INFO O| Dec 20 23:23:13.272 INFO STEP 713 (remove_files) COMPLETE
65132024-12-20T23:23:14.514Z[ recovery-image] Dec 20 23:23:13.272 INFO O| Dec 20 23:23:13.272 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65142024-12-20T23:23:14.582Z[ recovery-image] Dec 20 23:23:13.339 INFO O| Dec 20 23:23:13.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
65152024-12-20T23:23:14.582Z[ recovery-image] Dec 20 23:23:13.339 INFO O| Dec 20 23:23:13.339 INFO STEP 714 (remove_files) COMPLETE
65162024-12-20T23:23:14.584Z[ recovery-image] Dec 20 23:23:13.339 INFO O| Dec 20 23:23:13.339 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65172024-12-20T23:23:14.626Z[ recovery-image] Dec 20 23:23:13.384 INFO O| Dec 20 23:23:13.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
65182024-12-20T23:23:14.626Z[ recovery-image] Dec 20 23:23:13.384 INFO O| Dec 20 23:23:13.384 INFO STEP 715 (remove_files) COMPLETE
65192024-12-20T23:23:14.626Z[ recovery-image] Dec 20 23:23:13.384 INFO O| Dec 20 23:23:13.384 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65202024-12-20T23:23:14.647Z[ recovery-image] Dec 20 23:23:13.404 INFO O| Dec 20 23:23:13.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
65212024-12-20T23:23:14.647Z[ recovery-image] Dec 20 23:23:13.404 INFO O| Dec 20 23:23:13.404 INFO STEP 716 (remove_files) COMPLETE
65222024-12-20T23:23:14.647Z[ recovery-image] Dec 20 23:23:13.404 INFO O| Dec 20 23:23:13.404 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65232024-12-20T23:23:14.677Z[ recovery-image] Dec 20 23:23:13.422 INFO O| Dec 20 23:23:13.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
65242024-12-20T23:23:14.677Z[ recovery-image] Dec 20 23:23:13.423 INFO O| Dec 20 23:23:13.423 INFO STEP 717 (remove_files) COMPLETE
65252024-12-20T23:23:14.677Z[ recovery-image] Dec 20 23:23:13.423 INFO O| Dec 20 23:23:13.423 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65262024-12-20T23:23:14.699Z[ recovery-image] Dec 20 23:23:13.457 INFO O| Dec 20 23:23:13.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
65272024-12-20T23:23:14.699Z[ recovery-image] Dec 20 23:23:13.457 INFO O| Dec 20 23:23:13.457 INFO STEP 718 (remove_files) COMPLETE
65282024-12-20T23:23:14.702Z[ recovery-image] Dec 20 23:23:13.457 INFO O| Dec 20 23:23:13.457 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65292024-12-20T23:23:14.723Z[ recovery-image] Dec 20 23:23:13.480 INFO O| Dec 20 23:23:13.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
65302024-12-20T23:23:14.723Z[ recovery-image] Dec 20 23:23:13.480 INFO O| Dec 20 23:23:13.480 INFO STEP 719 (remove_files) COMPLETE
65312024-12-20T23:23:14.723Z[ recovery-image] Dec 20 23:23:13.480 INFO O| Dec 20 23:23:13.480 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65322024-12-20T23:23:14.760Z[ recovery-image] Dec 20 23:23:13.518 INFO O| Dec 20 23:23:13.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
65332024-12-20T23:23:14.760Z[ recovery-image] Dec 20 23:23:13.518 INFO O| Dec 20 23:23:13.518 INFO STEP 720 (remove_files) COMPLETE
65342024-12-20T23:23:14.760Z[ recovery-image] Dec 20 23:23:13.518 INFO O| Dec 20 23:23:13.518 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65352024-12-20T23:23:14.782Z[ recovery-image] Dec 20 23:23:13.540 INFO O| Dec 20 23:23:13.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
65362024-12-20T23:23:14.782Z[ recovery-image] Dec 20 23:23:13.540 INFO O| Dec 20 23:23:13.540 INFO STEP 721 (remove_files) COMPLETE
65372024-12-20T23:23:14.782Z[ recovery-image] Dec 20 23:23:13.540 INFO O| Dec 20 23:23:13.540 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65382024-12-20T23:23:14.803Z[ recovery-image] Dec 20 23:23:13.561 INFO O| Dec 20 23:23:13.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
65392024-12-20T23:23:14.803Z[ recovery-image] Dec 20 23:23:13.561 INFO O| Dec 20 23:23:13.561 INFO STEP 722 (remove_files) COMPLETE
65402024-12-20T23:23:14.803Z[ recovery-image] Dec 20 23:23:13.561 INFO O| Dec 20 23:23:13.561 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65412024-12-20T23:23:14.825Z[ recovery-image] Dec 20 23:23:13.582 INFO O| Dec 20 23:23:13.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
65422024-12-20T23:23:14.825Z[ recovery-image] Dec 20 23:23:13.582 INFO O| Dec 20 23:23:13.582 INFO STEP 723 (remove_files) COMPLETE
65432024-12-20T23:23:14.825Z[ recovery-image] Dec 20 23:23:13.583 INFO O| Dec 20 23:23:13.582 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65442024-12-20T23:23:14.849Z[ recovery-image] Dec 20 23:23:13.606 INFO O| Dec 20 23:23:13.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
65452024-12-20T23:23:14.849Z[ recovery-image] Dec 20 23:23:13.606 INFO O| Dec 20 23:23:13.602 INFO STEP 724 (remove_files) COMPLETE
65462024-12-20T23:23:14.849Z[ recovery-image] Dec 20 23:23:13.606 INFO O| Dec 20 23:23:13.602 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65472024-12-20T23:23:14.865Z[ recovery-image] Dec 20 23:23:13.623 INFO O| Dec 20 23:23:13.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
65482024-12-20T23:23:14.865Z[ recovery-image] Dec 20 23:23:13.623 INFO O| Dec 20 23:23:13.623 INFO STEP 725 (remove_files) COMPLETE
65492024-12-20T23:23:14.865Z[ recovery-image] Dec 20 23:23:13.623 INFO O| Dec 20 23:23:13.623 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65502024-12-20T23:23:14.912Z[ recovery-image] Dec 20 23:23:13.670 INFO O| Dec 20 23:23:13.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
65512024-12-20T23:23:14.912Z[ recovery-image] Dec 20 23:23:13.670 INFO O| Dec 20 23:23:13.670 INFO STEP 726 (remove_files) COMPLETE
65522024-12-20T23:23:14.912Z[ recovery-image] Dec 20 23:23:13.670 INFO O| Dec 20 23:23:13.670 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65532024-12-20T23:23:14.968Z[ recovery-image] Dec 20 23:23:13.726 INFO O| Dec 20 23:23:13.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
65542024-12-20T23:23:14.968Z[ recovery-image] Dec 20 23:23:13.726 INFO O| Dec 20 23:23:13.726 INFO STEP 727 (remove_files) COMPLETE
65552024-12-20T23:23:14.971Z[ recovery-image] Dec 20 23:23:13.726 INFO O| Dec 20 23:23:13.726 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65562024-12-20T23:23:14.984Z[ recovery-image] Dec 20 23:23:13.742 INFO O| Dec 20 23:23:13.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
65572024-12-20T23:23:14.984Z[ recovery-image] Dec 20 23:23:13.742 INFO O| Dec 20 23:23:13.742 INFO STEP 728 (remove_files) COMPLETE
65582024-12-20T23:23:14.984Z[ recovery-image] Dec 20 23:23:13.742 INFO O| Dec 20 23:23:13.742 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65592024-12-20T23:23:15.000Z[ recovery-image] Dec 20 23:23:13.757 INFO O| Dec 20 23:23:13.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
65602024-12-20T23:23:15.000Z[ recovery-image] Dec 20 23:23:13.757 INFO O| Dec 20 23:23:13.757 INFO STEP 729 (remove_files) COMPLETE
65612024-12-20T23:23:15.000Z[ recovery-image] Dec 20 23:23:13.757 INFO O| Dec 20 23:23:13.757 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65622024-12-20T23:23:15.014Z[ recovery-image] Dec 20 23:23:13.772 INFO O| Dec 20 23:23:13.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
65632024-12-20T23:23:15.015Z[ recovery-image] Dec 20 23:23:13.772 INFO O| Dec 20 23:23:13.772 INFO STEP 730 (remove_files) COMPLETE
65642024-12-20T23:23:15.015Z[ recovery-image] Dec 20 23:23:13.772 INFO O| Dec 20 23:23:13.772 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65652024-12-20T23:23:15.098Z[ recovery-image] Dec 20 23:23:13.856 INFO O| Dec 20 23:23:13.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
65662024-12-20T23:23:15.098Z[ recovery-image] Dec 20 23:23:13.856 INFO O| Dec 20 23:23:13.856 INFO STEP 731 (remove_files) COMPLETE
65672024-12-20T23:23:15.100Z[ recovery-image] Dec 20 23:23:13.856 INFO O| Dec 20 23:23:13.856 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65682024-12-20T23:23:15.117Z[ recovery-image] Dec 20 23:23:13.875 INFO O| Dec 20 23:23:13.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
65692024-12-20T23:23:15.117Z[ recovery-image] Dec 20 23:23:13.875 INFO O| Dec 20 23:23:13.875 INFO STEP 732 (remove_files) COMPLETE
65702024-12-20T23:23:15.120Z[ recovery-image] Dec 20 23:23:13.875 INFO O| Dec 20 23:23:13.875 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65712024-12-20T23:23:15.137Z[ recovery-image] Dec 20 23:23:13.895 INFO O| Dec 20 23:23:13.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
65722024-12-20T23:23:15.137Z[ recovery-image] Dec 20 23:23:13.895 INFO O| Dec 20 23:23:13.895 INFO STEP 733 (remove_files) COMPLETE
65732024-12-20T23:23:15.137Z[ recovery-image] Dec 20 23:23:13.895 INFO O| Dec 20 23:23:13.895 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65742024-12-20T23:23:15.184Z[ recovery-image] Dec 20 23:23:13.942 INFO O| Dec 20 23:23:13.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
65752024-12-20T23:23:15.184Z[ recovery-image] Dec 20 23:23:13.942 INFO O| Dec 20 23:23:13.942 INFO STEP 734 (remove_files) COMPLETE
65762024-12-20T23:23:15.187Z[ recovery-image] Dec 20 23:23:13.942 INFO O| Dec 20 23:23:13.942 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65772024-12-20T23:23:15.205Z[ recovery-image] Dec 20 23:23:13.963 INFO O| Dec 20 23:23:13.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
65782024-12-20T23:23:15.205Z[ recovery-image] Dec 20 23:23:13.963 INFO O| Dec 20 23:23:13.963 INFO STEP 735 (remove_files) COMPLETE
65792024-12-20T23:23:15.207Z[ recovery-image] Dec 20 23:23:13.963 INFO O| Dec 20 23:23:13.963 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65802024-12-20T23:23:15.223Z[ recovery-image] Dec 20 23:23:13.981 INFO O| Dec 20 23:23:13.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
65812024-12-20T23:23:15.226Z[ recovery-image] Dec 20 23:23:13.981 INFO O| Dec 20 23:23:13.981 INFO STEP 736 (remove_files) COMPLETE
65822024-12-20T23:23:15.226Z[ recovery-image] Dec 20 23:23:13.981 INFO O| Dec 20 23:23:13.981 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65832024-12-20T23:23:15.245Z[ host-image] Dec 20 23:23:14.003 INFO O| Dec 20 23:23:14.002 INFO O| Planning: Solver setup ... Done
65842024-12-20T23:23:15.251Z[ host-image] Dec 20 23:23:14.009 INFO O| Dec 20 23:23:14.009 INFO O| Planning: Running solver ... Done
65852024-12-20T23:23:15.258Z[ recovery-image] Dec 20 23:23:14.016 INFO O| Dec 20 23:23:14.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
65862024-12-20T23:23:15.261Z[ recovery-image] Dec 20 23:23:14.016 INFO O| Dec 20 23:23:14.016 INFO STEP 737 (remove_files) COMPLETE
65872024-12-20T23:23:15.261Z[ recovery-image] Dec 20 23:23:14.016 INFO O| Dec 20 23:23:14.016 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65882024-12-20T23:23:15.277Z[ recovery-image] Dec 20 23:23:14.035 INFO O| Dec 20 23:23:14.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
65892024-12-20T23:23:15.277Z[ recovery-image] Dec 20 23:23:14.035 INFO O| Dec 20 23:23:14.035 INFO STEP 738 (remove_files) COMPLETE
65902024-12-20T23:23:15.277Z[ recovery-image] Dec 20 23:23:14.035 INFO O| Dec 20 23:23:14.035 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65912024-12-20T23:23:15.299Z[ recovery-image] Dec 20 23:23:14.057 INFO O| Dec 20 23:23:14.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
65922024-12-20T23:23:15.302Z[ recovery-image] Dec 20 23:23:14.057 INFO O| Dec 20 23:23:14.057 INFO STEP 739 (remove_files) COMPLETE
65932024-12-20T23:23:15.302Z[ recovery-image] Dec 20 23:23:14.058 INFO O| Dec 20 23:23:14.058 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65942024-12-20T23:23:15.323Z[ recovery-image] Dec 20 23:23:14.079 INFO O| Dec 20 23:23:14.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
65952024-12-20T23:23:15.325Z[ recovery-image] Dec 20 23:23:14.082 INFO O| Dec 20 23:23:14.082 INFO STEP 740 (remove_files) COMPLETE
65962024-12-20T23:23:15.326Z[ recovery-image] Dec 20 23:23:14.082 INFO O| Dec 20 23:23:14.082 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65972024-12-20T23:23:15.346Z[ recovery-image] Dec 20 23:23:14.102 INFO O| Dec 20 23:23:14.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
65982024-12-20T23:23:15.349Z[ recovery-image] Dec 20 23:23:14.102 INFO O| Dec 20 23:23:14.102 INFO STEP 741 (remove_files) COMPLETE
65992024-12-20T23:23:15.349Z[ recovery-image] Dec 20 23:23:14.102 INFO O| Dec 20 23:23:14.102 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66002024-12-20T23:23:15.361Z[ recovery-image] Dec 20 23:23:14.118 INFO O| Dec 20 23:23:14.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
66012024-12-20T23:23:15.365Z[ recovery-image] Dec 20 23:23:14.119 INFO O| Dec 20 23:23:14.118 INFO STEP 742 (remove_files) COMPLETE
66022024-12-20T23:23:15.365Z[ recovery-image] Dec 20 23:23:14.123 INFO O| Dec 20 23:23:14.119 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66032024-12-20T23:23:15.377Z[ host-image] Dec 20 23:23:14.135 INFO O| Dec 20 23:23:14.135 INFO O| Planning: Finding local manifests ... Done
66042024-12-20T23:23:15.380Z[ host-image] Dec 20 23:23:14.138 INFO O| Dec 20 23:23:14.138 INFO O| Planning: Fetching manifests: 0/6 0% complete
66052024-12-20T23:23:15.390Z[ recovery-image] Dec 20 23:23:14.148 INFO O| Dec 20 23:23:14.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
66062024-12-20T23:23:15.390Z[ recovery-image] Dec 20 23:23:14.148 INFO O| Dec 20 23:23:14.148 INFO STEP 743 (remove_files) COMPLETE
66072024-12-20T23:23:15.390Z[ recovery-image] Dec 20 23:23:14.148 INFO O| Dec 20 23:23:14.148 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66082024-12-20T23:23:15.433Z[ recovery-image] Dec 20 23:23:14.191 INFO O| Dec 20 23:23:14.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
66092024-12-20T23:23:15.433Z[ recovery-image] Dec 20 23:23:14.191 INFO O| Dec 20 23:23:14.191 INFO STEP 744 (remove_files) COMPLETE
66102024-12-20T23:23:15.434Z[ recovery-image] Dec 20 23:23:14.191 INFO O| Dec 20 23:23:14.191 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66112024-12-20T23:23:15.471Z[ recovery-image] Dec 20 23:23:14.229 INFO O| Dec 20 23:23:14.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
66122024-12-20T23:23:15.487Z[ recovery-image] Dec 20 23:23:14.244 INFO O| Dec 20 23:23:14.244 INFO STEP 745 (remove_files) COMPLETE
66132024-12-20T23:23:15.487Z[ recovery-image] Dec 20 23:23:14.244 INFO O| Dec 20 23:23:14.244 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66142024-12-20T23:23:15.519Z[ recovery-image] Dec 20 23:23:14.276 INFO O| Dec 20 23:23:14.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
66152024-12-20T23:23:15.519Z[ recovery-image] Dec 20 23:23:14.276 INFO O| Dec 20 23:23:14.276 INFO STEP 746 (remove_files) COMPLETE
66162024-12-20T23:23:15.519Z[ recovery-image] Dec 20 23:23:14.276 INFO O| Dec 20 23:23:14.276 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66172024-12-20T23:23:15.557Z[ recovery-image] Dec 20 23:23:14.315 INFO O| Dec 20 23:23:14.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
66182024-12-20T23:23:15.561Z[ recovery-image] Dec 20 23:23:14.315 INFO O| Dec 20 23:23:14.315 INFO STEP 747 (remove_files) COMPLETE
66192024-12-20T23:23:15.561Z[ recovery-image] Dec 20 23:23:14.316 INFO O| Dec 20 23:23:14.315 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66202024-12-20T23:23:15.579Z[ recovery-image] Dec 20 23:23:14.334 INFO O| Dec 20 23:23:14.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
66212024-12-20T23:23:15.586Z[ recovery-image] Dec 20 23:23:14.335 INFO O| Dec 20 23:23:14.335 INFO STEP 748 (remove_files) COMPLETE
66222024-12-20T23:23:15.586Z[ recovery-image] Dec 20 23:23:14.335 INFO O| Dec 20 23:23:14.335 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66232024-12-20T23:23:15.597Z[ recovery-image] Dec 20 23:23:14.353 INFO O| Dec 20 23:23:14.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
66242024-12-20T23:23:15.602Z[ recovery-image] Dec 20 23:23:14.353 INFO O| Dec 20 23:23:14.353 INFO STEP 749 (remove_files) COMPLETE
66252024-12-20T23:23:15.603Z[ recovery-image] Dec 20 23:23:14.354 INFO O| Dec 20 23:23:14.354 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66262024-12-20T23:23:15.615Z[ recovery-image] Dec 20 23:23:14.371 INFO O| Dec 20 23:23:14.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
66272024-12-20T23:23:15.621Z[ recovery-image] Dec 20 23:23:14.372 INFO O| Dec 20 23:23:14.372 INFO STEP 750 (remove_files) COMPLETE
66282024-12-20T23:23:15.621Z[ recovery-image] Dec 20 23:23:14.372 INFO O| Dec 20 23:23:14.372 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66292024-12-20T23:23:15.653Z[ recovery-image] Dec 20 23:23:14.410 INFO O| Dec 20 23:23:14.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
66302024-12-20T23:23:15.656Z[ recovery-image] Dec 20 23:23:14.410 INFO O| Dec 20 23:23:14.410 INFO STEP 751 (remove_files) COMPLETE
66312024-12-20T23:23:15.656Z[ recovery-image] Dec 20 23:23:14.410 INFO O| Dec 20 23:23:14.410 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66322024-12-20T23:23:15.703Z[ host-image] Dec 20 23:23:14.459 INFO O| Dec 20 23:23:14.459 INFO O| Planning: Fetching manifests: 6/6 100% complete
66332024-12-20T23:23:15.750Z[ recovery-image] Dec 20 23:23:14.507 INFO O| Dec 20 23:23:14.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
66342024-12-20T23:23:15.753Z[ recovery-image] Dec 20 23:23:14.507 INFO O| Dec 20 23:23:14.507 INFO STEP 752 (remove_files) COMPLETE
66352024-12-20T23:23:15.753Z[ recovery-image] Dec 20 23:23:14.507 INFO O| Dec 20 23:23:14.507 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66362024-12-20T23:23:15.762Z[ host-image] Dec 20 23:23:14.519 INFO O| Dec 20 23:23:14.519 INFO O| Planning: Package planning ... Done
66372024-12-20T23:23:15.770Z[ recovery-image] Dec 20 23:23:14.527 INFO O| Dec 20 23:23:14.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
66382024-12-20T23:23:15.775Z[ recovery-image] Dec 20 23:23:14.527 INFO O| Dec 20 23:23:14.527 INFO STEP 753 (remove_files) COMPLETE
66392024-12-20T23:23:15.775Z[ recovery-image] Dec 20 23:23:14.527 INFO O| Dec 20 23:23:14.527 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66402024-12-20T23:23:15.788Z[ recovery-image] Dec 20 23:23:14.545 INFO O| Dec 20 23:23:14.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
66412024-12-20T23:23:15.788Z[ recovery-image] Dec 20 23:23:14.545 INFO O| Dec 20 23:23:14.545 INFO STEP 754 (remove_files) COMPLETE
66422024-12-20T23:23:15.793Z[ recovery-image] Dec 20 23:23:14.546 INFO O| Dec 20 23:23:14.545 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66432024-12-20T23:23:15.808Z[ host-image] Dec 20 23:23:14.565 INFO O| Dec 20 23:23:14.565 INFO O| Planning: Merging actions ... Done
66442024-12-20T23:23:15.824Z[ recovery-image] Dec 20 23:23:14.581 INFO O| Dec 20 23:23:14.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
66452024-12-20T23:23:15.824Z[ recovery-image] Dec 20 23:23:14.581 INFO O| Dec 20 23:23:14.581 INFO STEP 755 (remove_files) COMPLETE
66462024-12-20T23:23:15.827Z[ recovery-image] Dec 20 23:23:14.581 INFO O| Dec 20 23:23:14.581 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66472024-12-20T23:23:15.844Z[ recovery-image] Dec 20 23:23:14.601 INFO O| Dec 20 23:23:14.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
66482024-12-20T23:23:15.844Z[ recovery-image] Dec 20 23:23:14.601 INFO O| Dec 20 23:23:14.601 INFO STEP 756 (remove_files) COMPLETE
66492024-12-20T23:23:15.845Z[ recovery-image] Dec 20 23:23:14.601 INFO O| Dec 20 23:23:14.601 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66502024-12-20T23:23:15.871Z[ recovery-image] Dec 20 23:23:14.628 INFO O| Dec 20 23:23:14.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
66512024-12-20T23:23:15.871Z[ recovery-image] Dec 20 23:23:14.628 INFO O| Dec 20 23:23:14.628 INFO STEP 757 (remove_files) COMPLETE
66522024-12-20T23:23:15.871Z[ recovery-image] Dec 20 23:23:14.628 INFO O| Dec 20 23:23:14.628 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66532024-12-20T23:23:15.890Z[ recovery-image] Dec 20 23:23:14.648 INFO O| Dec 20 23:23:14.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
66542024-12-20T23:23:15.891Z[ recovery-image] Dec 20 23:23:14.648 INFO O| Dec 20 23:23:14.648 INFO STEP 758 (remove_files) COMPLETE
66552024-12-20T23:23:15.893Z[ recovery-image] Dec 20 23:23:14.648 INFO O| Dec 20 23:23:14.648 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66562024-12-20T23:23:15.909Z[ recovery-image] Dec 20 23:23:14.665 INFO O| Dec 20 23:23:14.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
66572024-12-20T23:23:15.909Z[ recovery-image] Dec 20 23:23:14.665 INFO O| Dec 20 23:23:14.665 INFO STEP 759 (remove_files) COMPLETE
66582024-12-20T23:23:15.913Z[ recovery-image] Dec 20 23:23:14.666 INFO O| Dec 20 23:23:14.665 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66592024-12-20T23:23:15.927Z[ recovery-image] Dec 20 23:23:14.684 INFO O| Dec 20 23:23:14.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
66602024-12-20T23:23:15.927Z[ recovery-image] Dec 20 23:23:14.684 INFO O| Dec 20 23:23:14.684 INFO STEP 760 (remove_files) COMPLETE
66612024-12-20T23:23:15.927Z[ recovery-image] Dec 20 23:23:14.684 INFO O| Dec 20 23:23:14.684 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66622024-12-20T23:23:15.961Z[ host-image] Dec 20 23:23:14.717 INFO O| Dec 20 23:23:14.717 INFO O| Planning: Checking for conflicting actions ... Done
66632024-12-20T23:23:15.964Z[ recovery-image] Dec 20 23:23:14.722 INFO O| Dec 20 23:23:14.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
66642024-12-20T23:23:15.969Z[ recovery-image] Dec 20 23:23:14.722 INFO O| Dec 20 23:23:14.722 INFO STEP 761 (remove_files) COMPLETE
66652024-12-20T23:23:15.969Z[ recovery-image] Dec 20 23:23:14.722 INFO O| Dec 20 23:23:14.722 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66662024-12-20T23:23:15.980Z[ host-image] Dec 20 23:23:14.737 INFO O| Dec 20 23:23:14.737 INFO O| Planning: Consolidating action changes ... Done
66672024-12-20T23:23:15.985Z[ recovery-image] Dec 20 23:23:14.742 INFO O| Dec 20 23:23:14.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
66682024-12-20T23:23:15.989Z[ recovery-image] Dec 20 23:23:14.743 INFO O| Dec 20 23:23:14.743 INFO STEP 762 (remove_files) COMPLETE
66692024-12-20T23:23:15.989Z[ recovery-image] Dec 20 23:23:14.743 INFO O| Dec 20 23:23:14.743 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66702024-12-20T23:23:16.003Z[ recovery-image] Dec 20 23:23:14.760 INFO O| Dec 20 23:23:14.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
66712024-12-20T23:23:16.003Z[ recovery-image] Dec 20 23:23:14.760 INFO O| Dec 20 23:23:14.760 INFO STEP 763 (remove_files) COMPLETE
66722024-12-20T23:23:16.003Z[ recovery-image] Dec 20 23:23:14.760 INFO O| Dec 20 23:23:14.760 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66732024-12-20T23:23:16.020Z[ recovery-image] Dec 20 23:23:14.777 INFO O| Dec 20 23:23:14.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
66742024-12-20T23:23:16.020Z[ recovery-image] Dec 20 23:23:14.777 INFO O| Dec 20 23:23:14.777 INFO STEP 764 (remove_files) COMPLETE
66752024-12-20T23:23:16.024Z[ recovery-image] Dec 20 23:23:14.777 INFO O| Dec 20 23:23:14.777 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66762024-12-20T23:23:16.053Z[ recovery-image] Dec 20 23:23:14.809 INFO O| Dec 20 23:23:14.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
66772024-12-20T23:23:16.053Z[ recovery-image] Dec 20 23:23:14.810 INFO O| Dec 20 23:23:14.810 INFO STEP 765 (remove_files) COMPLETE
66782024-12-20T23:23:16.053Z[ recovery-image] Dec 20 23:23:14.810 INFO O| Dec 20 23:23:14.810 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66792024-12-20T23:23:16.091Z[ recovery-image] Dec 20 23:23:14.846 INFO O| Dec 20 23:23:14.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
66802024-12-20T23:23:16.091Z[ recovery-image] Dec 20 23:23:14.847 INFO O| Dec 20 23:23:14.847 INFO STEP 766 (remove_files) COMPLETE
66812024-12-20T23:23:16.091Z[ recovery-image] Dec 20 23:23:14.847 INFO O| Dec 20 23:23:14.847 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66822024-12-20T23:23:16.111Z[ recovery-image] Dec 20 23:23:14.866 INFO O| Dec 20 23:23:14.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
66832024-12-20T23:23:16.111Z[ recovery-image] Dec 20 23:23:14.866 INFO O| Dec 20 23:23:14.866 INFO STEP 767 (remove_files) COMPLETE
66842024-12-20T23:23:16.112Z[ recovery-image] Dec 20 23:23:14.866 INFO O| Dec 20 23:23:14.866 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66852024-12-20T23:23:16.135Z[ recovery-image] Dec 20 23:23:14.890 INFO O| Dec 20 23:23:14.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
66862024-12-20T23:23:16.139Z[ recovery-image] Dec 20 23:23:14.890 INFO O| Dec 20 23:23:14.890 INFO STEP 768 (remove_files) COMPLETE
66872024-12-20T23:23:16.139Z[ recovery-image] Dec 20 23:23:14.891 INFO O| Dec 20 23:23:14.891 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66882024-12-20T23:23:16.153Z[ recovery-image] Dec 20 23:23:14.910 INFO O| Dec 20 23:23:14.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
66892024-12-20T23:23:16.158Z[ recovery-image] Dec 20 23:23:14.910 INFO O| Dec 20 23:23:14.910 INFO STEP 769 (remove_files) COMPLETE
66902024-12-20T23:23:16.158Z[ recovery-image] Dec 20 23:23:14.910 INFO O| Dec 20 23:23:14.910 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66912024-12-20T23:23:16.188Z[ recovery-image] Dec 20 23:23:14.945 INFO O| Dec 20 23:23:14.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
66922024-12-20T23:23:16.189Z[ recovery-image] Dec 20 23:23:14.946 INFO O| Dec 20 23:23:14.946 INFO STEP 770 (remove_files) COMPLETE
66932024-12-20T23:23:16.189Z[ recovery-image] Dec 20 23:23:14.946 INFO O| Dec 20 23:23:14.946 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66942024-12-20T23:23:16.209Z[ recovery-image] Dec 20 23:23:14.964 INFO O| Dec 20 23:23:14.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
66952024-12-20T23:23:16.209Z[ recovery-image] Dec 20 23:23:14.964 INFO O| Dec 20 23:23:14.964 INFO STEP 771 (remove_files) COMPLETE
66962024-12-20T23:23:16.214Z[ recovery-image] Dec 20 23:23:14.964 INFO O| Dec 20 23:23:14.964 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66972024-12-20T23:23:16.246Z[ recovery-image] Dec 20 23:23:15.003 INFO O| Dec 20 23:23:15.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
66982024-12-20T23:23:16.246Z[ recovery-image] Dec 20 23:23:15.003 INFO O| Dec 20 23:23:15.003 INFO STEP 772 (remove_files) COMPLETE
66992024-12-20T23:23:16.249Z[ recovery-image] Dec 20 23:23:15.003 INFO O| Dec 20 23:23:15.003 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67002024-12-20T23:23:16.282Z[ recovery-image] Dec 20 23:23:15.027 INFO O| Dec 20 23:23:15.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
67012024-12-20T23:23:16.282Z[ recovery-image] Dec 20 23:23:15.027 INFO O| Dec 20 23:23:15.027 INFO STEP 773 (remove_files) COMPLETE
67022024-12-20T23:23:16.287Z[ recovery-image] Dec 20 23:23:15.027 INFO O| Dec 20 23:23:15.027 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67032024-12-20T23:23:16.325Z[ recovery-image] Dec 20 23:23:15.082 INFO O| Dec 20 23:23:15.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
67042024-12-20T23:23:16.325Z[ recovery-image] Dec 20 23:23:15.082 INFO O| Dec 20 23:23:15.082 INFO STEP 774 (remove_files) COMPLETE
67052024-12-20T23:23:16.327Z[ recovery-image] Dec 20 23:23:15.083 INFO O| Dec 20 23:23:15.082 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67062024-12-20T23:23:16.375Z[ recovery-image] Dec 20 23:23:15.114 INFO O| Dec 20 23:23:15.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
67072024-12-20T23:23:16.375Z[ recovery-image] Dec 20 23:23:15.114 INFO O| Dec 20 23:23:15.114 INFO STEP 775 (remove_files) COMPLETE
67082024-12-20T23:23:16.376Z[ recovery-image] Dec 20 23:23:15.114 INFO O| Dec 20 23:23:15.114 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67092024-12-20T23:23:16.436Z[ recovery-image] Dec 20 23:23:15.145 INFO O| Dec 20 23:23:15.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
67102024-12-20T23:23:16.437Z[ recovery-image] Dec 20 23:23:15.145 INFO O| Dec 20 23:23:15.145 INFO STEP 776 (remove_files) COMPLETE
67112024-12-20T23:23:16.437Z[ recovery-image] Dec 20 23:23:15.145 INFO O| Dec 20 23:23:15.145 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67122024-12-20T23:23:16.464Z[ recovery-image] Dec 20 23:23:15.163 INFO O| Dec 20 23:23:15.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
67132024-12-20T23:23:16.464Z[ recovery-image] Dec 20 23:23:15.163 INFO O| Dec 20 23:23:15.163 INFO STEP 777 (remove_files) COMPLETE
67142024-12-20T23:23:16.464Z[ recovery-image] Dec 20 23:23:15.163 INFO O| Dec 20 23:23:15.163 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67152024-12-20T23:23:16.465Z[ host-image] Dec 20 23:23:15.177 INFO O| Dec 20 23:23:15.177 INFO O| Planning: Evaluating mediators ... Done
67162024-12-20T23:23:16.465Z[ host-image] Dec 20 23:23:15.183 INFO O| Dec 20 23:23:15.183 INFO O| Planning: Planning completed in 5.46 seconds
67172024-12-20T23:23:16.465Z[ host-image] Dec 20 23:23:15.186 INFO O| Dec 20 23:23:15.186 INFO O| Packages to install: 6
67182024-12-20T23:23:16.465Z[ host-image] Dec 20 23:23:15.186 INFO O| Dec 20 23:23:15.186 INFO O| Mediators to change: 1
67192024-12-20T23:23:16.466Z[ host-image] Dec 20 23:23:15.186 INFO O| Dec 20 23:23:15.186 INFO O| Services to change: 1
67202024-12-20T23:23:16.466Z[ recovery-image] Dec 20 23:23:15.200 INFO O| Dec 20 23:23:15.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
67212024-12-20T23:23:16.467Z[ recovery-image] Dec 20 23:23:15.200 INFO O| Dec 20 23:23:15.200 INFO STEP 778 (remove_files) COMPLETE
67222024-12-20T23:23:16.467Z[ recovery-image] Dec 20 23:23:15.200 INFO O| Dec 20 23:23:15.200 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67232024-12-20T23:23:16.493Z[ recovery-image] Dec 20 23:23:15.220 INFO O| Dec 20 23:23:15.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
67242024-12-20T23:23:16.493Z[ recovery-image] Dec 20 23:23:15.220 INFO O| Dec 20 23:23:15.220 INFO STEP 779 (remove_files) COMPLETE
67252024-12-20T23:23:16.493Z[ recovery-image] Dec 20 23:23:15.220 INFO O| Dec 20 23:23:15.220 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67262024-12-20T23:23:16.510Z[ recovery-image] Dec 20 23:23:15.239 INFO O| Dec 20 23:23:15.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
67272024-12-20T23:23:16.510Z[ recovery-image] Dec 20 23:23:15.239 INFO O| Dec 20 23:23:15.239 INFO STEP 780 (remove_files) COMPLETE
67282024-12-20T23:23:16.510Z[ recovery-image] Dec 20 23:23:15.239 INFO O| Dec 20 23:23:15.239 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67292024-12-20T23:23:16.511Z[ recovery-image] Dec 20 23:23:15.258 INFO O| Dec 20 23:23:15.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
67302024-12-20T23:23:16.511Z[ recovery-image] Dec 20 23:23:15.258 INFO O| Dec 20 23:23:15.258 INFO STEP 781 (remove_files) COMPLETE
67312024-12-20T23:23:16.511Z[ recovery-image] Dec 20 23:23:15.258 INFO O| Dec 20 23:23:15.258 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67322024-12-20T23:23:16.545Z[ host-image] Dec 20 23:23:15.293 INFO O| Dec 20 23:23:15.293 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
67332024-12-20T23:23:16.573Z[ recovery-image] Dec 20 23:23:15.304 INFO O| Dec 20 23:23:15.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
67342024-12-20T23:23:16.573Z[ recovery-image] Dec 20 23:23:15.304 INFO O| Dec 20 23:23:15.304 INFO STEP 782 (remove_files) COMPLETE
67352024-12-20T23:23:16.573Z[ recovery-image] Dec 20 23:23:15.304 INFO O| Dec 20 23:23:15.304 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67362024-12-20T23:23:16.620Z[ recovery-image] Dec 20 23:23:15.325 INFO O| Dec 20 23:23:15.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
67372024-12-20T23:23:16.620Z[ recovery-image] Dec 20 23:23:15.325 INFO O| Dec 20 23:23:15.325 INFO STEP 783 (remove_files) COMPLETE
67382024-12-20T23:23:16.620Z[ recovery-image] Dec 20 23:23:15.325 INFO O| Dec 20 23:23:15.325 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67392024-12-20T23:23:16.620Z[ recovery-image] Dec 20 23:23:15.343 INFO O| Dec 20 23:23:15.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
67402024-12-20T23:23:16.621Z[ recovery-image] Dec 20 23:23:15.343 INFO O| Dec 20 23:23:15.343 INFO STEP 784 (remove_files) COMPLETE
67412024-12-20T23:23:16.621Z[ recovery-image] Dec 20 23:23:15.343 INFO O| Dec 20 23:23:15.343 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67422024-12-20T23:23:16.651Z[ recovery-image] Dec 20 23:23:15.362 INFO O| Dec 20 23:23:15.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
67432024-12-20T23:23:16.651Z[ recovery-image] Dec 20 23:23:15.362 INFO O| Dec 20 23:23:15.362 INFO STEP 785 (remove_files) COMPLETE
67442024-12-20T23:23:16.651Z[ recovery-image] Dec 20 23:23:15.362 INFO O| Dec 20 23:23:15.362 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67452024-12-20T23:23:16.651Z[ recovery-image] Dec 20 23:23:15.380 INFO O| Dec 20 23:23:15.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
67462024-12-20T23:23:16.652Z[ recovery-image] Dec 20 23:23:15.380 INFO O| Dec 20 23:23:15.380 INFO STEP 786 (remove_files) COMPLETE
67472024-12-20T23:23:16.652Z[ recovery-image] Dec 20 23:23:15.380 INFO O| Dec 20 23:23:15.380 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67482024-12-20T23:23:16.672Z[ recovery-image] Dec 20 23:23:15.400 INFO O| Dec 20 23:23:15.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
67492024-12-20T23:23:16.672Z[ recovery-image] Dec 20 23:23:15.400 INFO O| Dec 20 23:23:15.400 INFO STEP 787 (remove_files) COMPLETE
67502024-12-20T23:23:16.672Z[ recovery-image] Dec 20 23:23:15.400 INFO O| Dec 20 23:23:15.400 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67512024-12-20T23:23:16.672Z[ recovery-image] Dec 20 23:23:15.419 INFO O| Dec 20 23:23:15.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
67522024-12-20T23:23:16.672Z[ recovery-image] Dec 20 23:23:15.419 INFO O| Dec 20 23:23:15.419 INFO STEP 788 (remove_files) COMPLETE
67532024-12-20T23:23:16.673Z[ recovery-image] Dec 20 23:23:15.419 INFO O| Dec 20 23:23:15.419 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67542024-12-20T23:23:16.689Z[ recovery-image] Dec 20 23:23:15.438 INFO O| Dec 20 23:23:15.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
67552024-12-20T23:23:16.689Z[ recovery-image] Dec 20 23:23:15.438 INFO O| Dec 20 23:23:15.438 INFO STEP 789 (remove_files) COMPLETE
67562024-12-20T23:23:16.690Z[ recovery-image] Dec 20 23:23:15.438 INFO O| Dec 20 23:23:15.438 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67572024-12-20T23:23:16.728Z[ recovery-image] Dec 20 23:23:15.484 INFO O| Dec 20 23:23:15.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
67582024-12-20T23:23:16.735Z[ recovery-image] Dec 20 23:23:15.484 INFO O| Dec 20 23:23:15.484 INFO STEP 790 (remove_files) COMPLETE
67592024-12-20T23:23:16.735Z[ recovery-image] Dec 20 23:23:15.484 INFO O| Dec 20 23:23:15.484 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67602024-12-20T23:23:16.750Z[ recovery-image] Dec 20 23:23:15.504 INFO O| Dec 20 23:23:15.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
67612024-12-20T23:23:16.751Z[ recovery-image] Dec 20 23:23:15.504 INFO O| Dec 20 23:23:15.504 INFO STEP 791 (remove_files) COMPLETE
67622024-12-20T23:23:16.751Z[ recovery-image] Dec 20 23:23:15.504 INFO O| Dec 20 23:23:15.504 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67632024-12-20T23:23:16.776Z[ recovery-image] Dec 20 23:23:15.525 INFO O| Dec 20 23:23:15.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
67642024-12-20T23:23:16.777Z[ recovery-image] Dec 20 23:23:15.525 INFO O| Dec 20 23:23:15.525 INFO STEP 792 (remove_files) COMPLETE
67652024-12-20T23:23:16.777Z[ recovery-image] Dec 20 23:23:15.525 INFO O| Dec 20 23:23:15.525 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67662024-12-20T23:23:16.795Z[ recovery-image] Dec 20 23:23:15.543 INFO O| Dec 20 23:23:15.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
67672024-12-20T23:23:16.795Z[ recovery-image] Dec 20 23:23:15.543 INFO O| Dec 20 23:23:15.543 INFO STEP 793 (remove_files) COMPLETE
67682024-12-20T23:23:16.795Z[ recovery-image] Dec 20 23:23:15.543 INFO O| Dec 20 23:23:15.543 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67692024-12-20T23:23:16.809Z[ recovery-image] Dec 20 23:23:15.561 INFO O| Dec 20 23:23:15.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
67702024-12-20T23:23:16.809Z[ recovery-image] Dec 20 23:23:15.561 INFO O| Dec 20 23:23:15.561 INFO STEP 794 (remove_files) COMPLETE
67712024-12-20T23:23:16.809Z[ recovery-image] Dec 20 23:23:15.561 INFO O| Dec 20 23:23:15.561 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67722024-12-20T23:23:16.826Z[ recovery-image] Dec 20 23:23:15.580 INFO O| Dec 20 23:23:15.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
67732024-12-20T23:23:16.826Z[ recovery-image] Dec 20 23:23:15.580 INFO O| Dec 20 23:23:15.580 INFO STEP 795 (remove_files) COMPLETE
67742024-12-20T23:23:16.826Z[ recovery-image] Dec 20 23:23:15.580 INFO O| Dec 20 23:23:15.580 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67752024-12-20T23:23:16.849Z[ recovery-image] Dec 20 23:23:15.599 INFO O| Dec 20 23:23:15.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
67762024-12-20T23:23:16.867Z[ recovery-image] Dec 20 23:23:15.599 INFO O| Dec 20 23:23:15.599 INFO STEP 796 (remove_files) COMPLETE
67772024-12-20T23:23:16.868Z[ recovery-image] Dec 20 23:23:15.599 INFO O| Dec 20 23:23:15.599 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67782024-12-20T23:23:16.876Z[ recovery-image] Dec 20 23:23:15.617 INFO O| Dec 20 23:23:15.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
67792024-12-20T23:23:16.876Z[ recovery-image] Dec 20 23:23:15.627 INFO O| Dec 20 23:23:15.627 INFO STEP 797 (remove_files) COMPLETE
67802024-12-20T23:23:16.877Z[ recovery-image] Dec 20 23:23:15.627 INFO O| Dec 20 23:23:15.627 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67812024-12-20T23:23:16.927Z[ recovery-image] Dec 20 23:23:15.683 INFO O| Dec 20 23:23:15.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
67822024-12-20T23:23:16.931Z[ recovery-image] Dec 20 23:23:15.683 INFO O| Dec 20 23:23:15.683 INFO STEP 798 (remove_files) COMPLETE
67832024-12-20T23:23:16.931Z[ recovery-image] Dec 20 23:23:15.683 INFO O| Dec 20 23:23:15.683 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67842024-12-20T23:23:16.944Z[ recovery-image] Dec 20 23:23:15.702 INFO O| Dec 20 23:23:15.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
67852024-12-20T23:23:16.947Z[ recovery-image] Dec 20 23:23:15.702 INFO O| Dec 20 23:23:15.702 INFO STEP 799 (remove_files) COMPLETE
67862024-12-20T23:23:16.947Z[ recovery-image] Dec 20 23:23:15.702 INFO O| Dec 20 23:23:15.702 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67872024-12-20T23:23:16.963Z[ recovery-image] Dec 20 23:23:15.721 INFO O| Dec 20 23:23:15.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
67882024-12-20T23:23:16.966Z[ recovery-image] Dec 20 23:23:15.721 INFO O| Dec 20 23:23:15.721 INFO STEP 800 (remove_files) COMPLETE
67892024-12-20T23:23:16.966Z[ recovery-image] Dec 20 23:23:15.721 INFO O| Dec 20 23:23:15.721 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67902024-12-20T23:23:16.985Z[ recovery-image] Dec 20 23:23:15.742 INFO O| Dec 20 23:23:15.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
67912024-12-20T23:23:16.987Z[ recovery-image] Dec 20 23:23:15.742 INFO O| Dec 20 23:23:15.742 INFO STEP 801 (remove_files) COMPLETE
67922024-12-20T23:23:16.988Z[ recovery-image] Dec 20 23:23:15.742 INFO O| Dec 20 23:23:15.742 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67932024-12-20T23:23:17.028Z[ recovery-image] Dec 20 23:23:15.785 INFO O| Dec 20 23:23:15.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
67942024-12-20T23:23:17.030Z[ recovery-image] Dec 20 23:23:15.785 INFO O| Dec 20 23:23:15.785 INFO STEP 802 (remove_files) COMPLETE
67952024-12-20T23:23:17.030Z[ recovery-image] Dec 20 23:23:15.785 INFO O| Dec 20 23:23:15.785 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67962024-12-20T23:23:17.046Z[ recovery-image] Dec 20 23:23:15.804 INFO O| Dec 20 23:23:15.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
67972024-12-20T23:23:17.049Z[ recovery-image] Dec 20 23:23:15.804 INFO O| Dec 20 23:23:15.804 INFO STEP 803 (remove_files) COMPLETE
67982024-12-20T23:23:17.049Z[ recovery-image] Dec 20 23:23:15.804 INFO O| Dec 20 23:23:15.804 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67992024-12-20T23:23:17.065Z[ recovery-image] Dec 20 23:23:15.822 INFO O| Dec 20 23:23:15.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
68002024-12-20T23:23:17.067Z[ recovery-image] Dec 20 23:23:15.822 INFO O| Dec 20 23:23:15.822 INFO STEP 804 (remove_files) COMPLETE
68012024-12-20T23:23:17.067Z[ recovery-image] Dec 20 23:23:15.823 INFO O| Dec 20 23:23:15.822 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68022024-12-20T23:23:17.083Z[ recovery-image] Dec 20 23:23:15.840 INFO O| Dec 20 23:23:15.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
68032024-12-20T23:23:17.086Z[ recovery-image] Dec 20 23:23:15.841 INFO O| Dec 20 23:23:15.841 INFO STEP 805 (remove_files) COMPLETE
68042024-12-20T23:23:17.086Z[ recovery-image] Dec 20 23:23:15.841 INFO O| Dec 20 23:23:15.841 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68052024-12-20T23:23:17.101Z[ recovery-image] Dec 20 23:23:15.858 INFO O| Dec 20 23:23:15.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
68062024-12-20T23:23:17.103Z[ recovery-image] Dec 20 23:23:15.859 INFO O| Dec 20 23:23:15.859 INFO STEP 806 (remove_files) COMPLETE
68072024-12-20T23:23:17.103Z[ recovery-image] Dec 20 23:23:15.859 INFO O| Dec 20 23:23:15.859 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68082024-12-20T23:23:17.139Z[ recovery-image] Dec 20 23:23:15.876 INFO O| Dec 20 23:23:15.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
68092024-12-20T23:23:17.139Z[ recovery-image] Dec 20 23:23:15.876 INFO O| Dec 20 23:23:15.876 INFO STEP 807 (remove_files) COMPLETE
68102024-12-20T23:23:17.139Z[ recovery-image] Dec 20 23:23:15.877 INFO O| Dec 20 23:23:15.877 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68112024-12-20T23:23:17.139Z[ recovery-image] Dec 20 23:23:15.893 INFO O| Dec 20 23:23:15.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
68122024-12-20T23:23:17.139Z[ recovery-image] Dec 20 23:23:15.893 INFO O| Dec 20 23:23:15.893 INFO STEP 808 (remove_files) COMPLETE
68132024-12-20T23:23:17.139Z[ recovery-image] Dec 20 23:23:15.893 INFO O| Dec 20 23:23:15.893 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68142024-12-20T23:23:17.153Z[ recovery-image] Dec 20 23:23:15.911 INFO O| Dec 20 23:23:15.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
68152024-12-20T23:23:17.155Z[ recovery-image] Dec 20 23:23:15.911 INFO O| Dec 20 23:23:15.911 INFO STEP 809 (remove_files) COMPLETE
68162024-12-20T23:23:17.156Z[ recovery-image] Dec 20 23:23:15.911 INFO O| Dec 20 23:23:15.911 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68172024-12-20T23:23:17.173Z[ recovery-image] Dec 20 23:23:15.930 INFO O| Dec 20 23:23:15.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
68182024-12-20T23:23:17.176Z[ recovery-image] Dec 20 23:23:15.931 INFO O| Dec 20 23:23:15.931 INFO STEP 810 (remove_files) COMPLETE
68192024-12-20T23:23:17.176Z[ recovery-image] Dec 20 23:23:15.931 INFO O| Dec 20 23:23:15.931 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68202024-12-20T23:23:17.207Z[ recovery-image] Dec 20 23:23:15.964 INFO O| Dec 20 23:23:15.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
68212024-12-20T23:23:17.207Z[ recovery-image] Dec 20 23:23:15.964 INFO O| Dec 20 23:23:15.964 INFO STEP 811 (remove_files) COMPLETE
68222024-12-20T23:23:17.210Z[ recovery-image] Dec 20 23:23:15.964 INFO O| Dec 20 23:23:15.964 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68232024-12-20T23:23:17.230Z[ recovery-image] Dec 20 23:23:15.987 INFO O| Dec 20 23:23:15.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
68242024-12-20T23:23:17.230Z[ recovery-image] Dec 20 23:23:15.987 INFO O| Dec 20 23:23:15.987 INFO STEP 812 (remove_files) COMPLETE
68252024-12-20T23:23:17.230Z[ recovery-image] Dec 20 23:23:15.987 INFO O| Dec 20 23:23:15.987 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68262024-12-20T23:23:17.252Z[ recovery-image] Dec 20 23:23:16.009 INFO O| Dec 20 23:23:16.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
68272024-12-20T23:23:17.252Z[ recovery-image] Dec 20 23:23:16.009 INFO O| Dec 20 23:23:16.009 INFO STEP 813 (remove_files) COMPLETE
68282024-12-20T23:23:17.254Z[ recovery-image] Dec 20 23:23:16.009 INFO O| Dec 20 23:23:16.009 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68292024-12-20T23:23:17.277Z[ recovery-image] Dec 20 23:23:16.034 INFO O| Dec 20 23:23:16.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
68302024-12-20T23:23:17.277Z[ recovery-image] Dec 20 23:23:16.034 INFO O| Dec 20 23:23:16.034 INFO STEP 814 (remove_files) COMPLETE
68312024-12-20T23:23:17.279Z[ recovery-image] Dec 20 23:23:16.034 INFO O| Dec 20 23:23:16.034 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68322024-12-20T23:23:17.306Z[ recovery-image] Dec 20 23:23:16.063 INFO O| Dec 20 23:23:16.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
68332024-12-20T23:23:17.306Z[ recovery-image] Dec 20 23:23:16.063 INFO O| Dec 20 23:23:16.063 INFO STEP 815 (remove_files) COMPLETE
68342024-12-20T23:23:17.308Z[ recovery-image] Dec 20 23:23:16.063 INFO O| Dec 20 23:23:16.063 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68352024-12-20T23:23:17.327Z[ recovery-image] Dec 20 23:23:16.084 INFO O| Dec 20 23:23:16.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
68362024-12-20T23:23:17.327Z[ recovery-image] Dec 20 23:23:16.084 INFO O| Dec 20 23:23:16.084 INFO STEP 816 (remove_files) COMPLETE
68372024-12-20T23:23:17.327Z[ recovery-image] Dec 20 23:23:16.084 INFO O| Dec 20 23:23:16.084 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68382024-12-20T23:23:17.374Z[ recovery-image] Dec 20 23:23:16.131 INFO O| Dec 20 23:23:16.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
68392024-12-20T23:23:17.376Z[ recovery-image] Dec 20 23:23:16.132 INFO O| Dec 20 23:23:16.132 INFO STEP 817 (remove_files) COMPLETE
68402024-12-20T23:23:17.377Z[ recovery-image] Dec 20 23:23:16.132 INFO O| Dec 20 23:23:16.132 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68412024-12-20T23:23:17.403Z[ recovery-image] Dec 20 23:23:16.160 INFO O| Dec 20 23:23:16.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
68422024-12-20T23:23:17.403Z[ recovery-image] Dec 20 23:23:16.160 INFO O| Dec 20 23:23:16.160 INFO STEP 818 (remove_files) COMPLETE
68432024-12-20T23:23:17.403Z[ recovery-image] Dec 20 23:23:16.160 INFO O| Dec 20 23:23:16.160 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68442024-12-20T23:23:17.449Z[ recovery-image] Dec 20 23:23:16.206 INFO O| Dec 20 23:23:16.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
68452024-12-20T23:23:17.449Z[ recovery-image] Dec 20 23:23:16.206 INFO O| Dec 20 23:23:16.206 INFO STEP 819 (remove_files) COMPLETE
68462024-12-20T23:23:17.453Z[ recovery-image] Dec 20 23:23:16.206 INFO O| Dec 20 23:23:16.206 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68472024-12-20T23:23:17.472Z[ recovery-image] Dec 20 23:23:16.229 INFO O| Dec 20 23:23:16.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
68482024-12-20T23:23:17.472Z[ recovery-image] Dec 20 23:23:16.229 INFO O| Dec 20 23:23:16.229 INFO STEP 820 (remove_files) COMPLETE
68492024-12-20T23:23:17.472Z[ recovery-image] Dec 20 23:23:16.230 INFO O| Dec 20 23:23:16.229 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68502024-12-20T23:23:17.493Z[ recovery-image] Dec 20 23:23:16.250 INFO O| Dec 20 23:23:16.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
68512024-12-20T23:23:17.510Z[ recovery-image] Dec 20 23:23:16.268 INFO O| Dec 20 23:23:16.268 INFO STEP 821 (remove_files) COMPLETE
68522024-12-20T23:23:17.510Z[ recovery-image] Dec 20 23:23:16.268 INFO O| Dec 20 23:23:16.268 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68532024-12-20T23:23:17.545Z[ recovery-image] Dec 20 23:23:16.303 INFO O| Dec 20 23:23:16.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
68542024-12-20T23:23:17.564Z[ recovery-image] Dec 20 23:23:16.322 INFO O| Dec 20 23:23:16.322 INFO STEP 822 (remove_files) COMPLETE
68552024-12-20T23:23:17.565Z[ recovery-image] Dec 20 23:23:16.322 INFO O| Dec 20 23:23:16.322 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68562024-12-20T23:23:17.599Z[ recovery-image] Dec 20 23:23:16.357 INFO O| Dec 20 23:23:16.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
68572024-12-20T23:23:17.599Z[ recovery-image] Dec 20 23:23:16.357 INFO O| Dec 20 23:23:16.357 INFO STEP 823 (remove_files) COMPLETE
68582024-12-20T23:23:17.599Z[ recovery-image] Dec 20 23:23:16.357 INFO O| Dec 20 23:23:16.357 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68592024-12-20T23:23:17.634Z[ recovery-image] Dec 20 23:23:16.392 INFO O| Dec 20 23:23:16.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
68602024-12-20T23:23:17.635Z[ recovery-image] Dec 20 23:23:16.392 INFO O| Dec 20 23:23:16.392 INFO STEP 824 (remove_files) COMPLETE
68612024-12-20T23:23:17.635Z[ recovery-image] Dec 20 23:23:16.392 INFO O| Dec 20 23:23:16.392 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68622024-12-20T23:23:17.655Z[ recovery-image] Dec 20 23:23:16.413 INFO O| Dec 20 23:23:16.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
68632024-12-20T23:23:17.676Z[ recovery-image] Dec 20 23:23:16.432 INFO O| Dec 20 23:23:16.432 INFO STEP 825 (remove_files) COMPLETE
68642024-12-20T23:23:17.676Z[ recovery-image] Dec 20 23:23:16.432 INFO O| Dec 20 23:23:16.432 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68652024-12-20T23:23:17.714Z[ recovery-image] Dec 20 23:23:16.472 INFO O| Dec 20 23:23:16.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
68662024-12-20T23:23:17.714Z[ recovery-image] Dec 20 23:23:16.472 INFO O| Dec 20 23:23:16.472 INFO STEP 826 (remove_files) COMPLETE
68672024-12-20T23:23:17.714Z[ recovery-image] Dec 20 23:23:16.472 INFO O| Dec 20 23:23:16.472 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68682024-12-20T23:23:17.732Z[ recovery-image] Dec 20 23:23:16.490 INFO O| Dec 20 23:23:16.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
68692024-12-20T23:23:17.732Z[ recovery-image] Dec 20 23:23:16.490 INFO O| Dec 20 23:23:16.490 INFO STEP 827 (remove_files) COMPLETE
68702024-12-20T23:23:17.732Z[ recovery-image] Dec 20 23:23:16.490 INFO O| Dec 20 23:23:16.490 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68712024-12-20T23:23:17.748Z[ recovery-image] Dec 20 23:23:16.505 INFO O| Dec 20 23:23:16.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
68722024-12-20T23:23:17.748Z[ recovery-image] Dec 20 23:23:16.505 INFO O| Dec 20 23:23:16.505 INFO STEP 828 (remove_files) COMPLETE
68732024-12-20T23:23:17.748Z[ recovery-image] Dec 20 23:23:16.505 INFO O| Dec 20 23:23:16.505 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68742024-12-20T23:23:17.764Z[ recovery-image] Dec 20 23:23:16.520 INFO O| Dec 20 23:23:16.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
68752024-12-20T23:23:17.764Z[ recovery-image] Dec 20 23:23:16.520 INFO O| Dec 20 23:23:16.520 INFO STEP 829 (remove_files) COMPLETE
68762024-12-20T23:23:17.764Z[ recovery-image] Dec 20 23:23:16.520 INFO O| Dec 20 23:23:16.520 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68772024-12-20T23:23:17.779Z[ recovery-image] Dec 20 23:23:16.536 INFO O| Dec 20 23:23:16.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
68782024-12-20T23:23:17.779Z[ recovery-image] Dec 20 23:23:16.536 INFO O| Dec 20 23:23:16.536 INFO STEP 830 (remove_files) COMPLETE
68792024-12-20T23:23:17.779Z[ recovery-image] Dec 20 23:23:16.536 INFO O| Dec 20 23:23:16.536 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68802024-12-20T23:23:17.797Z[ recovery-image] Dec 20 23:23:16.554 INFO O| Dec 20 23:23:16.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
68812024-12-20T23:23:17.799Z[ recovery-image] Dec 20 23:23:16.554 INFO O| Dec 20 23:23:16.554 INFO STEP 831 (remove_files) COMPLETE
68822024-12-20T23:23:17.799Z[ recovery-image] Dec 20 23:23:16.555 INFO O| Dec 20 23:23:16.554 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68832024-12-20T23:23:17.817Z[ recovery-image] Dec 20 23:23:16.574 INFO O| Dec 20 23:23:16.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
68842024-12-20T23:23:17.819Z[ recovery-image] Dec 20 23:23:16.574 INFO O| Dec 20 23:23:16.574 INFO STEP 832 (remove_files) COMPLETE
68852024-12-20T23:23:17.819Z[ recovery-image] Dec 20 23:23:16.575 INFO O| Dec 20 23:23:16.575 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68862024-12-20T23:23:17.837Z[ recovery-image] Dec 20 23:23:16.593 INFO O| Dec 20 23:23:16.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
68872024-12-20T23:23:17.840Z[ recovery-image] Dec 20 23:23:16.593 INFO O| Dec 20 23:23:16.593 INFO STEP 833 (remove_files) COMPLETE
68882024-12-20T23:23:17.840Z[ recovery-image] Dec 20 23:23:16.593 INFO O| Dec 20 23:23:16.593 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68892024-12-20T23:23:17.854Z[ recovery-image] Dec 20 23:23:16.611 INFO O| Dec 20 23:23:16.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
68902024-12-20T23:23:17.868Z[ recovery-image] Dec 20 23:23:16.611 INFO O| Dec 20 23:23:16.611 INFO STEP 834 (remove_files) COMPLETE
68912024-12-20T23:23:17.868Z[ recovery-image] Dec 20 23:23:16.611 INFO O| Dec 20 23:23:16.611 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68922024-12-20T23:23:17.872Z[ recovery-image] Dec 20 23:23:16.629 INFO O| Dec 20 23:23:16.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
68932024-12-20T23:23:17.874Z[ recovery-image] Dec 20 23:23:16.629 INFO O| Dec 20 23:23:16.629 INFO STEP 835 (remove_files) COMPLETE
68942024-12-20T23:23:17.874Z[ recovery-image] Dec 20 23:23:16.629 INFO O| Dec 20 23:23:16.629 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68952024-12-20T23:23:17.891Z[ recovery-image] Dec 20 23:23:16.648 INFO O| Dec 20 23:23:16.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
68962024-12-20T23:23:17.891Z[ recovery-image] Dec 20 23:23:16.648 INFO O| Dec 20 23:23:16.648 INFO STEP 836 (remove_files) COMPLETE
68972024-12-20T23:23:17.894Z[ recovery-image] Dec 20 23:23:16.649 INFO O| Dec 20 23:23:16.648 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68982024-12-20T23:23:17.910Z[ recovery-image] Dec 20 23:23:16.668 INFO O| Dec 20 23:23:16.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
68992024-12-20T23:23:17.913Z[ recovery-image] Dec 20 23:23:16.668 INFO O| Dec 20 23:23:16.668 INFO STEP 837 (remove_files) COMPLETE
69002024-12-20T23:23:17.913Z[ recovery-image] Dec 20 23:23:16.668 INFO O| Dec 20 23:23:16.668 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69012024-12-20T23:23:17.928Z[ recovery-image] Dec 20 23:23:16.685 INFO O| Dec 20 23:23:16.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
69022024-12-20T23:23:17.931Z[ recovery-image] Dec 20 23:23:16.685 INFO O| Dec 20 23:23:16.685 INFO STEP 838 (remove_files) COMPLETE
69032024-12-20T23:23:17.936Z[ recovery-image] Dec 20 23:23:16.685 INFO O| Dec 20 23:23:16.685 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69042024-12-20T23:23:17.946Z[ recovery-image] Dec 20 23:23:16.703 INFO O| Dec 20 23:23:16.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
69052024-12-20T23:23:17.948Z[ recovery-image] Dec 20 23:23:16.703 INFO O| Dec 20 23:23:16.703 INFO STEP 839 (remove_files) COMPLETE
69062024-12-20T23:23:17.948Z[ recovery-image] Dec 20 23:23:16.703 INFO O| Dec 20 23:23:16.703 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69072024-12-20T23:23:17.966Z[ recovery-image] Dec 20 23:23:16.723 INFO O| Dec 20 23:23:16.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
69082024-12-20T23:23:17.966Z[ recovery-image] Dec 20 23:23:16.723 INFO O| Dec 20 23:23:16.723 INFO STEP 840 (remove_files) COMPLETE
69092024-12-20T23:23:17.968Z[ recovery-image] Dec 20 23:23:16.723 INFO O| Dec 20 23:23:16.723 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69102024-12-20T23:23:17.985Z[ recovery-image] Dec 20 23:23:16.742 INFO O| Dec 20 23:23:16.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
69112024-12-20T23:23:17.985Z[ recovery-image] Dec 20 23:23:16.742 INFO O| Dec 20 23:23:16.742 INFO STEP 841 (remove_files) COMPLETE
69122024-12-20T23:23:17.985Z[ recovery-image] Dec 20 23:23:16.742 INFO O| Dec 20 23:23:16.742 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69132024-12-20T23:23:18.050Z[ recovery-image] Dec 20 23:23:16.807 INFO O| Dec 20 23:23:16.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
69142024-12-20T23:23:18.050Z[ recovery-image] Dec 20 23:23:16.807 INFO O| Dec 20 23:23:16.807 INFO STEP 842 (remove_files) COMPLETE
69152024-12-20T23:23:18.052Z[ recovery-image] Dec 20 23:23:16.807 INFO O| Dec 20 23:23:16.807 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69162024-12-20T23:23:18.068Z[ recovery-image] Dec 20 23:23:16.825 INFO O| Dec 20 23:23:16.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
69172024-12-20T23:23:18.068Z[ recovery-image] Dec 20 23:23:16.826 INFO O| Dec 20 23:23:16.826 INFO STEP 843 (remove_files) COMPLETE
69182024-12-20T23:23:18.068Z[ recovery-image] Dec 20 23:23:16.826 INFO O| Dec 20 23:23:16.826 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69192024-12-20T23:23:18.087Z[ recovery-image] Dec 20 23:23:16.843 INFO O| Dec 20 23:23:16.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
69202024-12-20T23:23:18.087Z[ recovery-image] Dec 20 23:23:16.844 INFO O| Dec 20 23:23:16.844 INFO STEP 844 (remove_files) COMPLETE
69212024-12-20T23:23:18.087Z[ recovery-image] Dec 20 23:23:16.844 INFO O| Dec 20 23:23:16.844 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69222024-12-20T23:23:18.104Z[ recovery-image] Dec 20 23:23:16.861 INFO O| Dec 20 23:23:16.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
69232024-12-20T23:23:18.105Z[ recovery-image] Dec 20 23:23:16.861 INFO O| Dec 20 23:23:16.861 INFO STEP 845 (remove_files) COMPLETE
69242024-12-20T23:23:18.105Z[ recovery-image] Dec 20 23:23:16.861 INFO O| Dec 20 23:23:16.861 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69252024-12-20T23:23:18.123Z[ recovery-image] Dec 20 23:23:16.879 INFO O| Dec 20 23:23:16.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
69262024-12-20T23:23:18.123Z[ recovery-image] Dec 20 23:23:16.879 INFO O| Dec 20 23:23:16.879 INFO STEP 846 (remove_files) COMPLETE
69272024-12-20T23:23:18.123Z[ recovery-image] Dec 20 23:23:16.879 INFO O| Dec 20 23:23:16.879 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69282024-12-20T23:23:18.139Z[ recovery-image] Dec 20 23:23:16.897 INFO O| Dec 20 23:23:16.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
69292024-12-20T23:23:18.140Z[ recovery-image] Dec 20 23:23:16.897 INFO O| Dec 20 23:23:16.897 INFO STEP 847 (remove_files) COMPLETE
69302024-12-20T23:23:18.140Z[ recovery-image] Dec 20 23:23:16.897 INFO O| Dec 20 23:23:16.897 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69312024-12-20T23:23:18.182Z[ recovery-image] Dec 20 23:23:16.939 INFO O| Dec 20 23:23:16.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
69322024-12-20T23:23:18.184Z[ recovery-image] Dec 20 23:23:16.939 INFO O| Dec 20 23:23:16.939 INFO STEP 848 (remove_files) COMPLETE
69332024-12-20T23:23:18.184Z[ recovery-image] Dec 20 23:23:16.939 INFO O| Dec 20 23:23:16.939 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69342024-12-20T23:23:18.225Z[ recovery-image] Dec 20 23:23:16.982 INFO O| Dec 20 23:23:16.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
69352024-12-20T23:23:18.225Z[ recovery-image] Dec 20 23:23:16.982 INFO O| Dec 20 23:23:16.982 INFO STEP 849 (remove_files) COMPLETE
69362024-12-20T23:23:18.225Z[ recovery-image] Dec 20 23:23:16.983 INFO O| Dec 20 23:23:16.982 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69372024-12-20T23:23:18.244Z[ recovery-image] Dec 20 23:23:17.001 INFO O| Dec 20 23:23:17.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
69382024-12-20T23:23:18.244Z[ recovery-image] Dec 20 23:23:17.001 INFO O| Dec 20 23:23:17.001 INFO STEP 850 (remove_files) COMPLETE
69392024-12-20T23:23:18.244Z[ recovery-image] Dec 20 23:23:17.001 INFO O| Dec 20 23:23:17.001 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69402024-12-20T23:23:18.262Z[ recovery-image] Dec 20 23:23:17.020 INFO O| Dec 20 23:23:17.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
69412024-12-20T23:23:18.262Z[ recovery-image] Dec 20 23:23:17.020 INFO O| Dec 20 23:23:17.020 INFO STEP 851 (remove_files) COMPLETE
69422024-12-20T23:23:18.262Z[ recovery-image] Dec 20 23:23:17.020 INFO O| Dec 20 23:23:17.020 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69432024-12-20T23:23:18.281Z[ recovery-image] Dec 20 23:23:17.038 INFO O| Dec 20 23:23:17.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
69442024-12-20T23:23:18.281Z[ recovery-image] Dec 20 23:23:17.038 INFO O| Dec 20 23:23:17.038 INFO STEP 852 (remove_files) COMPLETE
69452024-12-20T23:23:18.284Z[ recovery-image] Dec 20 23:23:17.038 INFO O| Dec 20 23:23:17.038 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69462024-12-20T23:23:18.299Z[ recovery-image] Dec 20 23:23:17.056 INFO O| Dec 20 23:23:17.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
69472024-12-20T23:23:18.299Z[ recovery-image] Dec 20 23:23:17.056 INFO O| Dec 20 23:23:17.056 INFO STEP 853 (remove_files) COMPLETE
69482024-12-20T23:23:18.299Z[ recovery-image] Dec 20 23:23:17.056 INFO O| Dec 20 23:23:17.056 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69492024-12-20T23:23:18.357Z[ recovery-image] Dec 20 23:23:17.114 INFO O| Dec 20 23:23:17.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
69502024-12-20T23:23:18.357Z[ recovery-image] Dec 20 23:23:17.114 INFO O| Dec 20 23:23:17.114 INFO STEP 854 (remove_files) COMPLETE
69512024-12-20T23:23:18.357Z[ recovery-image] Dec 20 23:23:17.114 INFO O| Dec 20 23:23:17.114 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69522024-12-20T23:23:18.376Z[ recovery-image] Dec 20 23:23:17.133 INFO O| Dec 20 23:23:17.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
69532024-12-20T23:23:18.377Z[ recovery-image] Dec 20 23:23:17.133 INFO O| Dec 20 23:23:17.133 INFO STEP 855 (remove_files) COMPLETE
69542024-12-20T23:23:18.379Z[ recovery-image] Dec 20 23:23:17.133 INFO O| Dec 20 23:23:17.133 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69552024-12-20T23:23:18.414Z[ recovery-image] Dec 20 23:23:17.171 INFO O| Dec 20 23:23:17.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
69562024-12-20T23:23:18.414Z[ recovery-image] Dec 20 23:23:17.171 INFO O| Dec 20 23:23:17.171 INFO STEP 856 (remove_files) COMPLETE
69572024-12-20T23:23:18.414Z[ recovery-image] Dec 20 23:23:17.171 INFO O| Dec 20 23:23:17.171 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69582024-12-20T23:23:18.441Z[ recovery-image] Dec 20 23:23:17.197 INFO O| Dec 20 23:23:17.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
69592024-12-20T23:23:18.441Z[ recovery-image] Dec 20 23:23:17.198 INFO O| Dec 20 23:23:17.198 INFO STEP 857 (remove_files) COMPLETE
69602024-12-20T23:23:18.443Z[ recovery-image] Dec 20 23:23:17.198 INFO O| Dec 20 23:23:17.198 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69612024-12-20T23:23:18.476Z[ recovery-image] Dec 20 23:23:17.233 INFO O| Dec 20 23:23:17.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
69622024-12-20T23:23:18.476Z[ recovery-image] Dec 20 23:23:17.233 INFO O| Dec 20 23:23:17.233 INFO STEP 858 (remove_files) COMPLETE
69632024-12-20T23:23:18.476Z[ recovery-image] Dec 20 23:23:17.233 INFO O| Dec 20 23:23:17.233 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69642024-12-20T23:23:18.494Z[ recovery-image] Dec 20 23:23:17.251 INFO O| Dec 20 23:23:17.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
69652024-12-20T23:23:18.494Z[ recovery-image] Dec 20 23:23:17.251 INFO O| Dec 20 23:23:17.251 INFO STEP 859 (remove_files) COMPLETE
69662024-12-20T23:23:18.494Z[ recovery-image] Dec 20 23:23:17.251 INFO O| Dec 20 23:23:17.251 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69672024-12-20T23:23:18.530Z[ recovery-image] Dec 20 23:23:17.287 INFO O| Dec 20 23:23:17.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
69682024-12-20T23:23:18.530Z[ recovery-image] Dec 20 23:23:17.287 INFO O| Dec 20 23:23:17.287 INFO STEP 860 (remove_files) COMPLETE
69692024-12-20T23:23:18.532Z[ recovery-image] Dec 20 23:23:17.287 INFO O| Dec 20 23:23:17.287 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69702024-12-20T23:23:18.550Z[ recovery-image] Dec 20 23:23:17.307 INFO O| Dec 20 23:23:17.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
69712024-12-20T23:23:18.550Z[ recovery-image] Dec 20 23:23:17.307 INFO O| Dec 20 23:23:17.307 INFO STEP 861 (remove_files) COMPLETE
69722024-12-20T23:23:18.550Z[ recovery-image] Dec 20 23:23:17.307 INFO O| Dec 20 23:23:17.307 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69732024-12-20T23:23:18.568Z[ recovery-image] Dec 20 23:23:17.325 INFO O| Dec 20 23:23:17.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
69742024-12-20T23:23:18.571Z[ recovery-image] Dec 20 23:23:17.326 INFO O| Dec 20 23:23:17.325 INFO STEP 862 (remove_files) COMPLETE
69752024-12-20T23:23:18.571Z[ recovery-image] Dec 20 23:23:17.326 INFO O| Dec 20 23:23:17.326 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69762024-12-20T23:23:18.594Z[ recovery-image] Dec 20 23:23:17.351 INFO O| Dec 20 23:23:17.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
69772024-12-20T23:23:18.594Z[ recovery-image] Dec 20 23:23:17.351 INFO O| Dec 20 23:23:17.351 INFO STEP 863 (remove_files) COMPLETE
69782024-12-20T23:23:18.597Z[ recovery-image] Dec 20 23:23:17.351 INFO O| Dec 20 23:23:17.351 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69792024-12-20T23:23:18.658Z[ recovery-image] Dec 20 23:23:17.415 INFO O| Dec 20 23:23:17.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
69802024-12-20T23:23:18.658Z[ recovery-image] Dec 20 23:23:17.415 INFO O| Dec 20 23:23:17.415 INFO STEP 864 (remove_files) COMPLETE
69812024-12-20T23:23:18.658Z[ recovery-image] Dec 20 23:23:17.415 INFO O| Dec 20 23:23:17.415 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69822024-12-20T23:23:18.717Z[ recovery-image] Dec 20 23:23:17.474 INFO O| Dec 20 23:23:17.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
69832024-12-20T23:23:18.717Z[ recovery-image] Dec 20 23:23:17.474 INFO O| Dec 20 23:23:17.474 INFO STEP 865 (remove_files) COMPLETE
69842024-12-20T23:23:18.717Z[ recovery-image] Dec 20 23:23:17.474 INFO O| Dec 20 23:23:17.474 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69852024-12-20T23:23:18.771Z[ recovery-image] Dec 20 23:23:17.529 INFO O| Dec 20 23:23:17.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
69862024-12-20T23:23:18.774Z[ recovery-image] Dec 20 23:23:17.529 INFO O| Dec 20 23:23:17.529 INFO STEP 866 (remove_files) COMPLETE
69872024-12-20T23:23:18.774Z[ recovery-image] Dec 20 23:23:17.529 INFO O| Dec 20 23:23:17.529 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69882024-12-20T23:23:18.793Z[ recovery-image] Dec 20 23:23:17.550 INFO O| Dec 20 23:23:17.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
69892024-12-20T23:23:18.796Z[ recovery-image] Dec 20 23:23:17.551 INFO O| Dec 20 23:23:17.550 INFO STEP 867 (remove_files) COMPLETE
69902024-12-20T23:23:18.796Z[ recovery-image] Dec 20 23:23:17.551 INFO O| Dec 20 23:23:17.551 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69912024-12-20T23:23:18.830Z[ recovery-image] Dec 20 23:23:17.588 INFO O| Dec 20 23:23:17.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
69922024-12-20T23:23:18.831Z[ recovery-image] Dec 20 23:23:17.588 INFO O| Dec 20 23:23:17.588 INFO STEP 868 (remove_files) COMPLETE
69932024-12-20T23:23:18.833Z[ recovery-image] Dec 20 23:23:17.588 INFO O| Dec 20 23:23:17.588 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69942024-12-20T23:23:18.851Z[ recovery-image] Dec 20 23:23:17.609 INFO O| Dec 20 23:23:17.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
69952024-12-20T23:23:18.851Z[ recovery-image] Dec 20 23:23:17.609 INFO O| Dec 20 23:23:17.609 INFO STEP 869 (remove_files) COMPLETE
69962024-12-20T23:23:18.851Z[ recovery-image] Dec 20 23:23:17.609 INFO O| Dec 20 23:23:17.609 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69972024-12-20T23:23:18.870Z[ recovery-image] Dec 20 23:23:17.627 INFO O| Dec 20 23:23:17.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
69982024-12-20T23:23:18.870Z[ recovery-image] Dec 20 23:23:17.627 INFO O| Dec 20 23:23:17.627 INFO STEP 870 (remove_files) COMPLETE
69992024-12-20T23:23:18.872Z[ recovery-image] Dec 20 23:23:17.627 INFO O| Dec 20 23:23:17.627 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70002024-12-20T23:23:18.890Z[ recovery-image] Dec 20 23:23:17.647 INFO O| Dec 20 23:23:17.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
70012024-12-20T23:23:18.890Z[ recovery-image] Dec 20 23:23:17.647 INFO O| Dec 20 23:23:17.647 INFO STEP 871 (remove_files) COMPLETE
70022024-12-20T23:23:18.890Z[ recovery-image] Dec 20 23:23:17.647 INFO O| Dec 20 23:23:17.647 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70032024-12-20T23:23:18.910Z[ recovery-image] Dec 20 23:23:17.667 INFO O| Dec 20 23:23:17.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
70042024-12-20T23:23:18.910Z[ recovery-image] Dec 20 23:23:17.667 INFO O| Dec 20 23:23:17.667 INFO STEP 872 (remove_files) COMPLETE
70052024-12-20T23:23:18.910Z[ recovery-image] Dec 20 23:23:17.667 INFO O| Dec 20 23:23:17.667 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70062024-12-20T23:23:18.930Z[ recovery-image] Dec 20 23:23:17.687 INFO O| Dec 20 23:23:17.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
70072024-12-20T23:23:18.937Z[ recovery-image] Dec 20 23:23:17.694 INFO O| Dec 20 23:23:17.694 INFO STEP 873 (remove_files) COMPLETE
70082024-12-20T23:23:18.937Z[ recovery-image] Dec 20 23:23:17.694 INFO O| Dec 20 23:23:17.694 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70092024-12-20T23:23:18.963Z[ recovery-image] Dec 20 23:23:17.720 INFO O| Dec 20 23:23:17.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
70102024-12-20T23:23:18.965Z[ recovery-image] Dec 20 23:23:17.720 INFO O| Dec 20 23:23:17.720 INFO STEP 874 (remove_files) COMPLETE
70112024-12-20T23:23:18.968Z[ recovery-image] Dec 20 23:23:17.725 INFO O| Dec 20 23:23:17.720 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70122024-12-20T23:23:18.990Z[ recovery-image] Dec 20 23:23:17.747 INFO O| Dec 20 23:23:17.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
70132024-12-20T23:23:18.990Z[ recovery-image] Dec 20 23:23:17.747 INFO O| Dec 20 23:23:17.747 INFO STEP 875 (remove_files) COMPLETE
70142024-12-20T23:23:18.990Z[ recovery-image] Dec 20 23:23:17.747 INFO O| Dec 20 23:23:17.747 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70152024-12-20T23:23:19.009Z[ recovery-image] Dec 20 23:23:17.766 INFO O| Dec 20 23:23:17.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
70162024-12-20T23:23:19.009Z[ recovery-image] Dec 20 23:23:17.766 INFO O| Dec 20 23:23:17.766 INFO STEP 876 (remove_files) COMPLETE
70172024-12-20T23:23:19.009Z[ recovery-image] Dec 20 23:23:17.766 INFO O| Dec 20 23:23:17.766 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70182024-12-20T23:23:19.028Z[ recovery-image] Dec 20 23:23:17.785 INFO O| Dec 20 23:23:17.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
70192024-12-20T23:23:19.028Z[ recovery-image] Dec 20 23:23:17.785 INFO O| Dec 20 23:23:17.785 INFO STEP 877 (remove_files) COMPLETE
70202024-12-20T23:23:19.028Z[ recovery-image] Dec 20 23:23:17.785 INFO O| Dec 20 23:23:17.785 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70212024-12-20T23:23:19.046Z[ recovery-image] Dec 20 23:23:17.803 INFO O| Dec 20 23:23:17.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
70222024-12-20T23:23:19.046Z[ recovery-image] Dec 20 23:23:17.804 INFO O| Dec 20 23:23:17.804 INFO STEP 878 (remove_files) COMPLETE
70232024-12-20T23:23:19.049Z[ recovery-image] Dec 20 23:23:17.804 INFO O| Dec 20 23:23:17.804 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70242024-12-20T23:23:19.074Z[ recovery-image] Dec 20 23:23:17.831 INFO O| Dec 20 23:23:17.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
70252024-12-20T23:23:19.074Z[ recovery-image] Dec 20 23:23:17.831 INFO O| Dec 20 23:23:17.831 INFO STEP 879 (remove_files) COMPLETE
70262024-12-20T23:23:19.074Z[ recovery-image] Dec 20 23:23:17.831 INFO O| Dec 20 23:23:17.831 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70272024-12-20T23:23:19.121Z[ recovery-image] Dec 20 23:23:17.878 INFO O| Dec 20 23:23:17.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
70282024-12-20T23:23:19.121Z[ recovery-image] Dec 20 23:23:17.878 INFO O| Dec 20 23:23:17.878 INFO STEP 880 (remove_files) COMPLETE
70292024-12-20T23:23:19.123Z[ recovery-image] Dec 20 23:23:17.878 INFO O| Dec 20 23:23:17.878 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70302024-12-20T23:23:19.143Z[ recovery-image] Dec 20 23:23:17.900 INFO O| Dec 20 23:23:17.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
70312024-12-20T23:23:19.143Z[ recovery-image] Dec 20 23:23:17.900 INFO O| Dec 20 23:23:17.900 INFO STEP 881 (remove_files) COMPLETE
70322024-12-20T23:23:19.143Z[ recovery-image] Dec 20 23:23:17.900 INFO O| Dec 20 23:23:17.900 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70332024-12-20T23:23:19.186Z[ recovery-image] Dec 20 23:23:17.943 INFO O| Dec 20 23:23:17.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
70342024-12-20T23:23:19.190Z[ recovery-image] Dec 20 23:23:17.944 INFO O| Dec 20 23:23:17.943 INFO STEP 882 (remove_files) COMPLETE
70352024-12-20T23:23:19.190Z[ recovery-image] Dec 20 23:23:17.944 INFO O| Dec 20 23:23:17.944 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70362024-12-20T23:23:19.227Z[ recovery-image] Dec 20 23:23:17.984 INFO O| Dec 20 23:23:17.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
70372024-12-20T23:23:19.227Z[ recovery-image] Dec 20 23:23:17.984 INFO O| Dec 20 23:23:17.984 INFO STEP 883 (remove_files) COMPLETE
70382024-12-20T23:23:19.227Z[ recovery-image] Dec 20 23:23:17.984 INFO O| Dec 20 23:23:17.984 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70392024-12-20T23:23:19.247Z[ recovery-image] Dec 20 23:23:18.004 INFO O| Dec 20 23:23:18.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
70402024-12-20T23:23:19.247Z[ recovery-image] Dec 20 23:23:18.004 INFO O| Dec 20 23:23:18.004 INFO STEP 884 (remove_files) COMPLETE
70412024-12-20T23:23:19.247Z[ recovery-image] Dec 20 23:23:18.004 INFO O| Dec 20 23:23:18.004 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70422024-12-20T23:23:19.267Z[ recovery-image] Dec 20 23:23:18.024 INFO O| Dec 20 23:23:18.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
70432024-12-20T23:23:19.269Z[ recovery-image] Dec 20 23:23:18.024 INFO O| Dec 20 23:23:18.024 INFO STEP 885 (remove_files) COMPLETE
70442024-12-20T23:23:19.269Z[ recovery-image] Dec 20 23:23:18.024 INFO O| Dec 20 23:23:18.024 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70452024-12-20T23:23:19.325Z[ recovery-image] Dec 20 23:23:18.082 INFO O| Dec 20 23:23:18.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
70462024-12-20T23:23:19.344Z[ recovery-image] Dec 20 23:23:18.101 INFO O| Dec 20 23:23:18.101 INFO STEP 886 (remove_files) COMPLETE
70472024-12-20T23:23:19.344Z[ recovery-image] Dec 20 23:23:18.101 INFO O| Dec 20 23:23:18.101 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70482024-12-20T23:23:19.391Z[ recovery-image] Dec 20 23:23:18.148 INFO O| Dec 20 23:23:18.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
70492024-12-20T23:23:19.391Z[ recovery-image] Dec 20 23:23:18.148 INFO O| Dec 20 23:23:18.148 INFO STEP 887 (remove_files) COMPLETE
70502024-12-20T23:23:19.402Z[ recovery-image] Dec 20 23:23:18.148 INFO O| Dec 20 23:23:18.148 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70512024-12-20T23:23:19.411Z[ recovery-image] Dec 20 23:23:18.168 INFO O| Dec 20 23:23:18.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
70522024-12-20T23:23:19.411Z[ recovery-image] Dec 20 23:23:18.168 INFO O| Dec 20 23:23:18.168 INFO STEP 888 (remove_files) COMPLETE
70532024-12-20T23:23:19.411Z[ recovery-image] Dec 20 23:23:18.168 INFO O| Dec 20 23:23:18.168 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70542024-12-20T23:23:19.459Z[ recovery-image] Dec 20 23:23:18.216 INFO O| Dec 20 23:23:18.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
70552024-12-20T23:23:19.459Z[ recovery-image] Dec 20 23:23:18.216 INFO O| Dec 20 23:23:18.216 INFO STEP 889 (remove_files) COMPLETE
70562024-12-20T23:23:19.459Z[ recovery-image] Dec 20 23:23:18.216 INFO O| Dec 20 23:23:18.216 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70572024-12-20T23:23:19.514Z[ recovery-image] Dec 20 23:23:18.271 INFO O| Dec 20 23:23:18.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
70582024-12-20T23:23:19.514Z[ recovery-image] Dec 20 23:23:18.271 INFO O| Dec 20 23:23:18.271 INFO STEP 890 (remove_files) COMPLETE
70592024-12-20T23:23:19.514Z[ recovery-image] Dec 20 23:23:18.271 INFO O| Dec 20 23:23:18.271 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70602024-12-20T23:23:19.542Z[ recovery-image] Dec 20 23:23:18.299 INFO O| Dec 20 23:23:18.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
70612024-12-20T23:23:19.542Z[ recovery-image] Dec 20 23:23:18.299 INFO O| Dec 20 23:23:18.299 INFO STEP 891 (remove_files) COMPLETE
70622024-12-20T23:23:19.545Z[ recovery-image] Dec 20 23:23:18.299 INFO O| Dec 20 23:23:18.299 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70632024-12-20T23:23:19.572Z[ recovery-image] Dec 20 23:23:18.328 INFO O| Dec 20 23:23:18.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
70642024-12-20T23:23:19.572Z[ recovery-image] Dec 20 23:23:18.328 INFO O| Dec 20 23:23:18.328 INFO STEP 892 (remove_files) COMPLETE
70652024-12-20T23:23:19.572Z[ recovery-image] Dec 20 23:23:18.328 INFO O| Dec 20 23:23:18.328 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70662024-12-20T23:23:19.596Z[ recovery-image] Dec 20 23:23:18.351 INFO O| Dec 20 23:23:18.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
70672024-12-20T23:23:19.596Z[ recovery-image] Dec 20 23:23:18.351 INFO O| Dec 20 23:23:18.351 INFO STEP 893 (remove_files) COMPLETE
70682024-12-20T23:23:19.599Z[ recovery-image] Dec 20 23:23:18.351 INFO O| Dec 20 23:23:18.351 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70692024-12-20T23:23:19.633Z[ recovery-image] Dec 20 23:23:18.390 INFO O| Dec 20 23:23:18.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
70702024-12-20T23:23:19.636Z[ recovery-image] Dec 20 23:23:18.390 INFO O| Dec 20 23:23:18.390 INFO STEP 894 (remove_files) COMPLETE
70712024-12-20T23:23:19.636Z[ recovery-image] Dec 20 23:23:18.390 INFO O| Dec 20 23:23:18.390 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70722024-12-20T23:23:19.653Z[ recovery-image] Dec 20 23:23:18.410 INFO O| Dec 20 23:23:18.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
70732024-12-20T23:23:19.656Z[ recovery-image] Dec 20 23:23:18.411 INFO O| Dec 20 23:23:18.411 INFO STEP 895 (remove_files) COMPLETE
70742024-12-20T23:23:19.656Z[ recovery-image] Dec 20 23:23:18.411 INFO O| Dec 20 23:23:18.411 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70752024-12-20T23:23:19.673Z[ recovery-image] Dec 20 23:23:18.429 INFO O| Dec 20 23:23:18.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
70762024-12-20T23:23:19.676Z[ recovery-image] Dec 20 23:23:18.429 INFO O| Dec 20 23:23:18.429 INFO STEP 896 (remove_files) COMPLETE
70772024-12-20T23:23:19.676Z[ recovery-image] Dec 20 23:23:18.430 INFO O| Dec 20 23:23:18.429 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70782024-12-20T23:23:19.691Z[ recovery-image] Dec 20 23:23:18.448 INFO O| Dec 20 23:23:18.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
70792024-12-20T23:23:19.693Z[ recovery-image] Dec 20 23:23:18.448 INFO O| Dec 20 23:23:18.448 INFO STEP 897 (remove_files) COMPLETE
70802024-12-20T23:23:19.693Z[ recovery-image] Dec 20 23:23:18.448 INFO O| Dec 20 23:23:18.448 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70812024-12-20T23:23:19.710Z[ recovery-image] Dec 20 23:23:18.467 INFO O| Dec 20 23:23:18.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
70822024-12-20T23:23:19.713Z[ recovery-image] Dec 20 23:23:18.467 INFO O| Dec 20 23:23:18.467 INFO STEP 898 (remove_files) COMPLETE
70832024-12-20T23:23:19.713Z[ recovery-image] Dec 20 23:23:18.467 INFO O| Dec 20 23:23:18.467 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70842024-12-20T23:23:19.729Z[ recovery-image] Dec 20 23:23:18.486 INFO O| Dec 20 23:23:18.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
70852024-12-20T23:23:19.731Z[ recovery-image] Dec 20 23:23:18.486 INFO O| Dec 20 23:23:18.486 INFO STEP 899 (remove_files) COMPLETE
70862024-12-20T23:23:19.731Z[ recovery-image] Dec 20 23:23:18.486 INFO O| Dec 20 23:23:18.486 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70872024-12-20T23:23:19.756Z[ recovery-image] Dec 20 23:23:18.513 INFO O| Dec 20 23:23:18.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
70882024-12-20T23:23:19.756Z[ recovery-image] Dec 20 23:23:18.513 INFO O| Dec 20 23:23:18.513 INFO STEP 900 (remove_files) COMPLETE
70892024-12-20T23:23:19.759Z[ recovery-image] Dec 20 23:23:18.514 INFO O| Dec 20 23:23:18.513 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70902024-12-20T23:23:19.775Z[ recovery-image] Dec 20 23:23:18.532 INFO O| Dec 20 23:23:18.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
70912024-12-20T23:23:19.775Z[ recovery-image] Dec 20 23:23:18.532 INFO O| Dec 20 23:23:18.532 INFO STEP 901 (remove_files) COMPLETE
70922024-12-20T23:23:19.780Z[ recovery-image] Dec 20 23:23:18.532 INFO O| Dec 20 23:23:18.532 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70932024-12-20T23:23:19.794Z[ recovery-image] Dec 20 23:23:18.550 INFO O| Dec 20 23:23:18.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
70942024-12-20T23:23:19.794Z[ recovery-image] Dec 20 23:23:18.550 INFO O| Dec 20 23:23:18.550 INFO STEP 902 (remove_files) COMPLETE
70952024-12-20T23:23:19.794Z[ recovery-image] Dec 20 23:23:18.550 INFO O| Dec 20 23:23:18.550 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70962024-12-20T23:23:19.818Z[ recovery-image] Dec 20 23:23:18.568 INFO O| Dec 20 23:23:18.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
70972024-12-20T23:23:19.818Z[ recovery-image] Dec 20 23:23:18.568 INFO O| Dec 20 23:23:18.568 INFO STEP 903 (remove_files) COMPLETE
70982024-12-20T23:23:19.818Z[ recovery-image] Dec 20 23:23:18.568 INFO O| Dec 20 23:23:18.568 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70992024-12-20T23:23:19.831Z[ recovery-image] Dec 20 23:23:18.588 INFO O| Dec 20 23:23:18.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
71002024-12-20T23:23:19.831Z[ recovery-image] Dec 20 23:23:18.588 INFO O| Dec 20 23:23:18.588 INFO STEP 904 (remove_files) COMPLETE
71012024-12-20T23:23:19.834Z[ recovery-image] Dec 20 23:23:18.588 INFO O| Dec 20 23:23:18.588 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71022024-12-20T23:23:19.850Z[ recovery-image] Dec 20 23:23:18.606 INFO O| Dec 20 23:23:18.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
71032024-12-20T23:23:19.850Z[ recovery-image] Dec 20 23:23:18.607 INFO O| Dec 20 23:23:18.607 INFO STEP 905 (remove_files) COMPLETE
71042024-12-20T23:23:19.850Z[ recovery-image] Dec 20 23:23:18.607 INFO O| Dec 20 23:23:18.607 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71052024-12-20T23:23:19.869Z[ recovery-image] Dec 20 23:23:18.626 INFO O| Dec 20 23:23:18.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
71062024-12-20T23:23:19.869Z[ recovery-image] Dec 20 23:23:18.626 INFO O| Dec 20 23:23:18.626 INFO STEP 906 (remove_files) COMPLETE
71072024-12-20T23:23:19.870Z[ recovery-image] Dec 20 23:23:18.626 INFO O| Dec 20 23:23:18.626 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71082024-12-20T23:23:19.889Z[ recovery-image] Dec 20 23:23:18.646 INFO O| Dec 20 23:23:18.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
71092024-12-20T23:23:19.889Z[ recovery-image] Dec 20 23:23:18.646 INFO O| Dec 20 23:23:18.646 INFO STEP 907 (remove_files) COMPLETE
71102024-12-20T23:23:19.892Z[ recovery-image] Dec 20 23:23:18.646 INFO O| Dec 20 23:23:18.646 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71112024-12-20T23:23:19.909Z[ recovery-image] Dec 20 23:23:18.665 INFO O| Dec 20 23:23:18.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
71122024-12-20T23:23:19.909Z[ recovery-image] Dec 20 23:23:18.665 INFO O| Dec 20 23:23:18.665 INFO STEP 908 (remove_files) COMPLETE
71132024-12-20T23:23:19.909Z[ recovery-image] Dec 20 23:23:18.665 INFO O| Dec 20 23:23:18.665 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71142024-12-20T23:23:19.928Z[ recovery-image] Dec 20 23:23:18.684 INFO O| Dec 20 23:23:18.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
71152024-12-20T23:23:19.928Z[ recovery-image] Dec 20 23:23:18.684 INFO O| Dec 20 23:23:18.684 INFO STEP 909 (remove_files) COMPLETE
71162024-12-20T23:23:19.928Z[ recovery-image] Dec 20 23:23:18.684 INFO O| Dec 20 23:23:18.684 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71172024-12-20T23:23:19.946Z[ recovery-image] Dec 20 23:23:18.702 INFO O| Dec 20 23:23:18.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
71182024-12-20T23:23:19.949Z[ recovery-image] Dec 20 23:23:18.703 INFO O| Dec 20 23:23:18.703 INFO STEP 910 (remove_files) COMPLETE
71192024-12-20T23:23:19.949Z[ recovery-image] Dec 20 23:23:18.703 INFO O| Dec 20 23:23:18.703 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71202024-12-20T23:23:19.965Z[ recovery-image] Dec 20 23:23:18.722 INFO O| Dec 20 23:23:18.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
71212024-12-20T23:23:19.965Z[ recovery-image] Dec 20 23:23:18.722 INFO O| Dec 20 23:23:18.722 INFO STEP 911 (remove_files) COMPLETE
71222024-12-20T23:23:19.965Z[ recovery-image] Dec 20 23:23:18.722 INFO O| Dec 20 23:23:18.722 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71232024-12-20T23:23:19.984Z[ recovery-image] Dec 20 23:23:18.741 INFO O| Dec 20 23:23:18.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
71242024-12-20T23:23:19.984Z[ recovery-image] Dec 20 23:23:18.742 INFO O| Dec 20 23:23:18.741 INFO STEP 912 (remove_files) COMPLETE
71252024-12-20T23:23:19.984Z[ recovery-image] Dec 20 23:23:18.742 INFO O| Dec 20 23:23:18.741 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71262024-12-20T23:23:20.003Z[ recovery-image] Dec 20 23:23:18.760 INFO O| Dec 20 23:23:18.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
71272024-12-20T23:23:20.003Z[ recovery-image] Dec 20 23:23:18.760 INFO O| Dec 20 23:23:18.760 INFO STEP 913 (remove_files) COMPLETE
71282024-12-20T23:23:20.003Z[ recovery-image] Dec 20 23:23:18.760 INFO O| Dec 20 23:23:18.760 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71292024-12-20T23:23:20.046Z[ recovery-image] Dec 20 23:23:18.803 INFO O| Dec 20 23:23:18.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
71302024-12-20T23:23:20.046Z[ recovery-image] Dec 20 23:23:18.803 INFO O| Dec 20 23:23:18.803 INFO STEP 914 (remove_files) COMPLETE
71312024-12-20T23:23:20.049Z[ recovery-image] Dec 20 23:23:18.803 INFO O| Dec 20 23:23:18.803 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71322024-12-20T23:23:20.064Z[ recovery-image] Dec 20 23:23:18.821 INFO O| Dec 20 23:23:18.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
71332024-12-20T23:23:20.064Z[ recovery-image] Dec 20 23:23:18.821 INFO O| Dec 20 23:23:18.821 INFO STEP 915 (remove_files) COMPLETE
71342024-12-20T23:23:20.064Z[ recovery-image] Dec 20 23:23:18.821 INFO O| Dec 20 23:23:18.821 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71352024-12-20T23:23:20.082Z[ recovery-image] Dec 20 23:23:18.838 INFO O| Dec 20 23:23:18.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
71362024-12-20T23:23:20.082Z[ recovery-image] Dec 20 23:23:18.838 INFO O| Dec 20 23:23:18.838 INFO STEP 916 (remove_files) COMPLETE
71372024-12-20T23:23:20.082Z[ recovery-image] Dec 20 23:23:18.838 INFO O| Dec 20 23:23:18.838 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71382024-12-20T23:23:20.118Z[ recovery-image] Dec 20 23:23:18.875 INFO O| Dec 20 23:23:18.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
71392024-12-20T23:23:20.118Z[ recovery-image] Dec 20 23:23:18.875 INFO O| Dec 20 23:23:18.875 INFO STEP 917 (remove_files) COMPLETE
71402024-12-20T23:23:20.118Z[ recovery-image] Dec 20 23:23:18.875 INFO O| Dec 20 23:23:18.875 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71412024-12-20T23:23:20.155Z[ recovery-image] Dec 20 23:23:18.912 INFO O| Dec 20 23:23:18.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
71422024-12-20T23:23:20.155Z[ recovery-image] Dec 20 23:23:18.912 INFO O| Dec 20 23:23:18.912 INFO STEP 918 (remove_files) COMPLETE
71432024-12-20T23:23:20.157Z[ recovery-image] Dec 20 23:23:18.912 INFO O| Dec 20 23:23:18.912 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71442024-12-20T23:23:20.174Z[ recovery-image] Dec 20 23:23:18.931 INFO O| Dec 20 23:23:18.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
71452024-12-20T23:23:20.174Z[ recovery-image] Dec 20 23:23:18.931 INFO O| Dec 20 23:23:18.931 INFO STEP 919 (remove_files) COMPLETE
71462024-12-20T23:23:20.174Z[ recovery-image] Dec 20 23:23:18.931 INFO O| Dec 20 23:23:18.931 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71472024-12-20T23:23:20.194Z[ recovery-image] Dec 20 23:23:18.951 INFO O| Dec 20 23:23:18.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
71482024-12-20T23:23:20.194Z[ recovery-image] Dec 20 23:23:18.951 INFO O| Dec 20 23:23:18.951 INFO STEP 920 (remove_files) COMPLETE
71492024-12-20T23:23:20.197Z[ recovery-image] Dec 20 23:23:18.951 INFO O| Dec 20 23:23:18.951 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71502024-12-20T23:23:20.213Z[ recovery-image] Dec 20 23:23:18.970 INFO O| Dec 20 23:23:18.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
71512024-12-20T23:23:20.214Z[ recovery-image] Dec 20 23:23:18.970 INFO O| Dec 20 23:23:18.970 INFO STEP 921 (remove_files) COMPLETE
71522024-12-20T23:23:20.214Z[ recovery-image] Dec 20 23:23:18.970 INFO O| Dec 20 23:23:18.970 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71532024-12-20T23:23:20.232Z[ recovery-image] Dec 20 23:23:18.989 INFO O| Dec 20 23:23:18.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
71542024-12-20T23:23:20.232Z[ recovery-image] Dec 20 23:23:18.989 INFO O| Dec 20 23:23:18.989 INFO STEP 922 (remove_files) COMPLETE
71552024-12-20T23:23:20.234Z[ recovery-image] Dec 20 23:23:18.989 INFO O| Dec 20 23:23:18.989 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71562024-12-20T23:23:20.252Z[ recovery-image] Dec 20 23:23:19.008 INFO O| Dec 20 23:23:19.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
71572024-12-20T23:23:20.252Z[ recovery-image] Dec 20 23:23:19.008 INFO O| Dec 20 23:23:19.008 INFO STEP 923 (remove_files) COMPLETE
71582024-12-20T23:23:20.252Z[ recovery-image] Dec 20 23:23:19.008 INFO O| Dec 20 23:23:19.008 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71592024-12-20T23:23:20.271Z[ recovery-image] Dec 20 23:23:19.028 INFO O| Dec 20 23:23:19.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
71602024-12-20T23:23:20.276Z[ recovery-image] Dec 20 23:23:19.033 INFO O| Dec 20 23:23:19.033 INFO STEP 924 (remove_files) COMPLETE
71612024-12-20T23:23:20.280Z[ recovery-image] Dec 20 23:23:19.033 INFO O| Dec 20 23:23:19.033 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71622024-12-20T23:23:20.341Z[ recovery-image] Dec 20 23:23:19.098 INFO O| Dec 20 23:23:19.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
71632024-12-20T23:23:20.341Z[ recovery-image] Dec 20 23:23:19.098 INFO O| Dec 20 23:23:19.098 INFO STEP 925 (remove_files) COMPLETE
71642024-12-20T23:23:20.341Z[ recovery-image] Dec 20 23:23:19.098 INFO O| Dec 20 23:23:19.098 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71652024-12-20T23:23:20.399Z[ recovery-image] Dec 20 23:23:19.156 INFO O| Dec 20 23:23:19.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
71662024-12-20T23:23:20.402Z[ recovery-image] Dec 20 23:23:19.156 INFO O| Dec 20 23:23:19.156 INFO STEP 926 (remove_files) COMPLETE
71672024-12-20T23:23:20.402Z[ recovery-image] Dec 20 23:23:19.156 INFO O| Dec 20 23:23:19.156 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71682024-12-20T23:23:20.419Z[ recovery-image] Dec 20 23:23:19.176 INFO O| Dec 20 23:23:19.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
71692024-12-20T23:23:20.421Z[ recovery-image] Dec 20 23:23:19.177 INFO O| Dec 20 23:23:19.177 INFO STEP 927 (remove_files) COMPLETE
71702024-12-20T23:23:20.422Z[ recovery-image] Dec 20 23:23:19.177 INFO O| Dec 20 23:23:19.177 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71712024-12-20T23:23:20.451Z[ recovery-image] Dec 20 23:23:19.208 INFO O| Dec 20 23:23:19.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
71722024-12-20T23:23:20.452Z[ recovery-image] Dec 20 23:23:19.208 INFO O| Dec 20 23:23:19.208 INFO STEP 928 (remove_files) COMPLETE
71732024-12-20T23:23:20.452Z[ recovery-image] Dec 20 23:23:19.208 INFO O| Dec 20 23:23:19.208 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71742024-12-20T23:23:20.508Z[ recovery-image] Dec 20 23:23:19.264 INFO O| Dec 20 23:23:19.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
71752024-12-20T23:23:20.508Z[ recovery-image] Dec 20 23:23:19.265 INFO O| Dec 20 23:23:19.265 INFO STEP 929 (remove_files) COMPLETE
71762024-12-20T23:23:20.508Z[ recovery-image] Dec 20 23:23:19.265 INFO O| Dec 20 23:23:19.265 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71772024-12-20T23:23:20.525Z[ recovery-image] Dec 20 23:23:19.282 INFO O| Dec 20 23:23:19.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
71782024-12-20T23:23:20.526Z[ recovery-image] Dec 20 23:23:19.282 INFO O| Dec 20 23:23:19.282 INFO STEP 930 (remove_files) COMPLETE
71792024-12-20T23:23:20.526Z[ recovery-image] Dec 20 23:23:19.282 INFO O| Dec 20 23:23:19.282 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71802024-12-20T23:23:20.542Z[ recovery-image] Dec 20 23:23:19.299 INFO O| Dec 20 23:23:19.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
71812024-12-20T23:23:20.543Z[ recovery-image] Dec 20 23:23:19.299 INFO O| Dec 20 23:23:19.299 INFO STEP 931 (remove_files) COMPLETE
71822024-12-20T23:23:20.543Z[ recovery-image] Dec 20 23:23:19.299 INFO O| Dec 20 23:23:19.299 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71832024-12-20T23:23:20.559Z[ recovery-image] Dec 20 23:23:19.316 INFO O| Dec 20 23:23:19.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
71842024-12-20T23:23:20.559Z[ recovery-image] Dec 20 23:23:19.316 INFO O| Dec 20 23:23:19.316 INFO STEP 932 (remove_files) COMPLETE
71852024-12-20T23:23:20.561Z[ recovery-image] Dec 20 23:23:19.316 INFO O| Dec 20 23:23:19.316 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71862024-12-20T23:23:20.575Z[ recovery-image] Dec 20 23:23:19.332 INFO O| Dec 20 23:23:19.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
71872024-12-20T23:23:20.575Z[ recovery-image] Dec 20 23:23:19.332 INFO O| Dec 20 23:23:19.332 INFO STEP 933 (remove_files) COMPLETE
71882024-12-20T23:23:20.575Z[ recovery-image] Dec 20 23:23:19.332 INFO O| Dec 20 23:23:19.332 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71892024-12-20T23:23:20.594Z[ recovery-image] Dec 20 23:23:19.350 INFO O| Dec 20 23:23:19.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
71902024-12-20T23:23:20.594Z[ recovery-image] Dec 20 23:23:19.350 INFO O| Dec 20 23:23:19.350 INFO STEP 934 (remove_files) COMPLETE
71912024-12-20T23:23:20.594Z[ recovery-image] Dec 20 23:23:19.350 INFO O| Dec 20 23:23:19.350 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71922024-12-20T23:23:20.613Z[ recovery-image] Dec 20 23:23:19.369 INFO O| Dec 20 23:23:19.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
71932024-12-20T23:23:20.613Z[ recovery-image] Dec 20 23:23:19.369 INFO O| Dec 20 23:23:19.369 INFO STEP 935 (remove_files) COMPLETE
71942024-12-20T23:23:20.613Z[ recovery-image] Dec 20 23:23:19.369 INFO O| Dec 20 23:23:19.369 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71952024-12-20T23:23:20.631Z[ recovery-image] Dec 20 23:23:19.387 INFO O| Dec 20 23:23:19.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
71962024-12-20T23:23:20.631Z[ recovery-image] Dec 20 23:23:19.387 INFO O| Dec 20 23:23:19.387 INFO STEP 936 (remove_files) COMPLETE
71972024-12-20T23:23:20.631Z[ recovery-image] Dec 20 23:23:19.387 INFO O| Dec 20 23:23:19.387 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71982024-12-20T23:23:20.650Z[ recovery-image] Dec 20 23:23:19.406 INFO O| Dec 20 23:23:19.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
71992024-12-20T23:23:20.650Z[ recovery-image] Dec 20 23:23:19.406 INFO O| Dec 20 23:23:19.406 INFO STEP 937 (remove_files) COMPLETE
72002024-12-20T23:23:20.650Z[ recovery-image] Dec 20 23:23:19.406 INFO O| Dec 20 23:23:19.406 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72012024-12-20T23:23:20.667Z[ recovery-image] Dec 20 23:23:19.424 INFO O| Dec 20 23:23:19.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
72022024-12-20T23:23:20.670Z[ recovery-image] Dec 20 23:23:19.424 INFO O| Dec 20 23:23:19.424 INFO STEP 938 (remove_files) COMPLETE
72032024-12-20T23:23:20.670Z[ recovery-image] Dec 20 23:23:19.424 INFO O| Dec 20 23:23:19.424 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72042024-12-20T23:23:20.685Z[ recovery-image] Dec 20 23:23:19.442 INFO O| Dec 20 23:23:19.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
72052024-12-20T23:23:20.685Z[ recovery-image] Dec 20 23:23:19.442 INFO O| Dec 20 23:23:19.442 INFO STEP 939 (remove_files) COMPLETE
72062024-12-20T23:23:20.689Z[ recovery-image] Dec 20 23:23:19.442 INFO O| Dec 20 23:23:19.442 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72072024-12-20T23:23:20.708Z[ recovery-image] Dec 20 23:23:19.462 INFO O| Dec 20 23:23:19.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
72082024-12-20T23:23:20.708Z[ recovery-image] Dec 20 23:23:19.462 INFO O| Dec 20 23:23:19.462 INFO STEP 940 (remove_files) COMPLETE
72092024-12-20T23:23:20.708Z[ recovery-image] Dec 20 23:23:19.462 INFO O| Dec 20 23:23:19.462 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72102024-12-20T23:23:20.724Z[ recovery-image] Dec 20 23:23:19.481 INFO O| Dec 20 23:23:19.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
72112024-12-20T23:23:20.724Z[ recovery-image] Dec 20 23:23:19.481 INFO O| Dec 20 23:23:19.481 INFO STEP 941 (remove_files) COMPLETE
72122024-12-20T23:23:20.727Z[ recovery-image] Dec 20 23:23:19.481 INFO O| Dec 20 23:23:19.481 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72132024-12-20T23:23:20.743Z[ recovery-image] Dec 20 23:23:19.499 INFO O| Dec 20 23:23:19.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
72142024-12-20T23:23:20.743Z[ recovery-image] Dec 20 23:23:19.499 INFO O| Dec 20 23:23:19.499 INFO STEP 942 (remove_files) COMPLETE
72152024-12-20T23:23:20.743Z[ recovery-image] Dec 20 23:23:19.499 INFO O| Dec 20 23:23:19.499 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72162024-12-20T23:23:20.761Z[ recovery-image] Dec 20 23:23:19.518 INFO O| Dec 20 23:23:19.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
72172024-12-20T23:23:20.761Z[ recovery-image] Dec 20 23:23:19.518 INFO O| Dec 20 23:23:19.518 INFO STEP 943 (remove_files) COMPLETE
72182024-12-20T23:23:20.761Z[ recovery-image] Dec 20 23:23:19.518 INFO O| Dec 20 23:23:19.518 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72192024-12-20T23:23:20.781Z[ recovery-image] Dec 20 23:23:19.538 INFO O| Dec 20 23:23:19.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
72202024-12-20T23:23:20.781Z[ recovery-image] Dec 20 23:23:19.538 INFO O| Dec 20 23:23:19.538 INFO STEP 944 (remove_files) COMPLETE
72212024-12-20T23:23:20.782Z[ recovery-image] Dec 20 23:23:19.538 INFO O| Dec 20 23:23:19.538 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72222024-12-20T23:23:20.829Z[ recovery-image] Dec 20 23:23:19.585 INFO O| Dec 20 23:23:19.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
72232024-12-20T23:23:20.829Z[ recovery-image] Dec 20 23:23:19.585 INFO O| Dec 20 23:23:19.585 INFO STEP 945 (remove_files) COMPLETE
72242024-12-20T23:23:20.829Z[ recovery-image] Dec 20 23:23:19.585 INFO O| Dec 20 23:23:19.585 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72252024-12-20T23:23:20.850Z[ recovery-image] Dec 20 23:23:19.606 INFO O| Dec 20 23:23:19.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
72262024-12-20T23:23:20.850Z[ recovery-image] Dec 20 23:23:19.606 INFO O| Dec 20 23:23:19.606 INFO STEP 946 (remove_files) COMPLETE
72272024-12-20T23:23:20.853Z[ recovery-image] Dec 20 23:23:19.607 INFO O| Dec 20 23:23:19.606 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72282024-12-20T23:23:20.869Z[ recovery-image] Dec 20 23:23:19.626 INFO O| Dec 20 23:23:19.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
72292024-12-20T23:23:20.872Z[ recovery-image] Dec 20 23:23:19.626 INFO O| Dec 20 23:23:19.626 INFO STEP 947 (remove_files) COMPLETE
72302024-12-20T23:23:20.872Z[ recovery-image] Dec 20 23:23:19.626 INFO O| Dec 20 23:23:19.626 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72312024-12-20T23:23:20.888Z[ recovery-image] Dec 20 23:23:19.645 INFO O| Dec 20 23:23:19.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
72322024-12-20T23:23:20.888Z[ recovery-image] Dec 20 23:23:19.645 INFO O| Dec 20 23:23:19.645 INFO STEP 948 (remove_files) COMPLETE
72332024-12-20T23:23:20.891Z[ recovery-image] Dec 20 23:23:19.645 INFO O| Dec 20 23:23:19.645 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72342024-12-20T23:23:20.907Z[ recovery-image] Dec 20 23:23:19.664 INFO O| Dec 20 23:23:19.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
72352024-12-20T23:23:20.908Z[ recovery-image] Dec 20 23:23:19.664 INFO O| Dec 20 23:23:19.664 INFO STEP 949 (remove_files) COMPLETE
72362024-12-20T23:23:20.908Z[ recovery-image] Dec 20 23:23:19.664 INFO O| Dec 20 23:23:19.664 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72372024-12-20T23:23:20.926Z[ recovery-image] Dec 20 23:23:19.683 INFO O| Dec 20 23:23:19.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
72382024-12-20T23:23:20.926Z[ recovery-image] Dec 20 23:23:19.683 INFO O| Dec 20 23:23:19.683 INFO STEP 950 (remove_files) COMPLETE
72392024-12-20T23:23:20.926Z[ recovery-image] Dec 20 23:23:19.683 INFO O| Dec 20 23:23:19.683 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72402024-12-20T23:23:20.946Z[ recovery-image] Dec 20 23:23:19.702 INFO O| Dec 20 23:23:19.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
72412024-12-20T23:23:20.946Z[ recovery-image] Dec 20 23:23:19.702 INFO O| Dec 20 23:23:19.702 INFO STEP 951 (remove_files) COMPLETE
72422024-12-20T23:23:20.946Z[ recovery-image] Dec 20 23:23:19.702 INFO O| Dec 20 23:23:19.702 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72432024-12-20T23:23:20.967Z[ recovery-image] Dec 20 23:23:19.724 INFO O| Dec 20 23:23:19.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
72442024-12-20T23:23:20.967Z[ recovery-image] Dec 20 23:23:19.724 INFO O| Dec 20 23:23:19.724 INFO STEP 952 (remove_files) COMPLETE
72452024-12-20T23:23:20.967Z[ recovery-image] Dec 20 23:23:19.724 INFO O| Dec 20 23:23:19.724 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72462024-12-20T23:23:20.990Z[ recovery-image] Dec 20 23:23:19.746 INFO O| Dec 20 23:23:19.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
72472024-12-20T23:23:20.990Z[ recovery-image] Dec 20 23:23:19.746 INFO O| Dec 20 23:23:19.746 INFO STEP 953 (remove_files) COMPLETE
72482024-12-20T23:23:20.992Z[ recovery-image] Dec 20 23:23:19.746 INFO O| Dec 20 23:23:19.746 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72492024-12-20T23:23:21.011Z[ recovery-image] Dec 20 23:23:19.767 INFO O| Dec 20 23:23:19.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
72502024-12-20T23:23:21.011Z[ recovery-image] Dec 20 23:23:19.767 INFO O| Dec 20 23:23:19.767 INFO STEP 954 (remove_files) COMPLETE
72512024-12-20T23:23:21.012Z[ recovery-image] Dec 20 23:23:19.767 INFO O| Dec 20 23:23:19.767 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72522024-12-20T23:23:21.032Z[ recovery-image] Dec 20 23:23:19.788 INFO O| Dec 20 23:23:19.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
72532024-12-20T23:23:21.032Z[ recovery-image] Dec 20 23:23:19.788 INFO O| Dec 20 23:23:19.788 INFO STEP 955 (remove_files) COMPLETE
72542024-12-20T23:23:21.032Z[ recovery-image] Dec 20 23:23:19.788 INFO O| Dec 20 23:23:19.788 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72552024-12-20T23:23:21.052Z[ recovery-image] Dec 20 23:23:19.808 INFO O| Dec 20 23:23:19.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
72562024-12-20T23:23:21.052Z[ recovery-image] Dec 20 23:23:19.808 INFO O| Dec 20 23:23:19.808 INFO STEP 956 (remove_files) COMPLETE
72572024-12-20T23:23:21.052Z[ recovery-image] Dec 20 23:23:19.809 INFO O| Dec 20 23:23:19.808 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72582024-12-20T23:23:21.072Z[ recovery-image] Dec 20 23:23:19.829 INFO O| Dec 20 23:23:19.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
72592024-12-20T23:23:21.072Z[ recovery-image] Dec 20 23:23:19.829 INFO O| Dec 20 23:23:19.829 INFO STEP 957 (remove_files) COMPLETE
72602024-12-20T23:23:21.072Z[ recovery-image] Dec 20 23:23:19.829 INFO O| Dec 20 23:23:19.829 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72612024-12-20T23:23:21.092Z[ recovery-image] Dec 20 23:23:19.849 INFO O| Dec 20 23:23:19.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
72622024-12-20T23:23:21.092Z[ recovery-image] Dec 20 23:23:19.849 INFO O| Dec 20 23:23:19.849 INFO STEP 958 (remove_files) COMPLETE
72632024-12-20T23:23:21.092Z[ recovery-image] Dec 20 23:23:19.849 INFO O| Dec 20 23:23:19.849 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72642024-12-20T23:23:21.111Z[ recovery-image] Dec 20 23:23:19.867 INFO O| Dec 20 23:23:19.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
72652024-12-20T23:23:21.111Z[ recovery-image] Dec 20 23:23:19.868 INFO O| Dec 20 23:23:19.867 INFO STEP 959 (remove_files) COMPLETE
72662024-12-20T23:23:21.113Z[ recovery-image] Dec 20 23:23:19.868 INFO O| Dec 20 23:23:19.868 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72672024-12-20T23:23:21.130Z[ recovery-image] Dec 20 23:23:19.886 INFO O| Dec 20 23:23:19.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
72682024-12-20T23:23:21.130Z[ recovery-image] Dec 20 23:23:19.886 INFO O| Dec 20 23:23:19.886 INFO STEP 960 (remove_files) COMPLETE
72692024-12-20T23:23:21.132Z[ recovery-image] Dec 20 23:23:19.886 INFO O| Dec 20 23:23:19.886 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72702024-12-20T23:23:21.148Z[ recovery-image] Dec 20 23:23:19.905 INFO O| Dec 20 23:23:19.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
72712024-12-20T23:23:21.148Z[ recovery-image] Dec 20 23:23:19.905 INFO O| Dec 20 23:23:19.905 INFO STEP 961 (remove_files) COMPLETE
72722024-12-20T23:23:21.148Z[ recovery-image] Dec 20 23:23:19.905 INFO O| Dec 20 23:23:19.905 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72732024-12-20T23:23:21.166Z[ recovery-image] Dec 20 23:23:19.923 INFO O| Dec 20 23:23:19.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
72742024-12-20T23:23:21.166Z[ recovery-image] Dec 20 23:23:19.923 INFO O| Dec 20 23:23:19.923 INFO STEP 962 (remove_files) COMPLETE
72752024-12-20T23:23:21.166Z[ recovery-image] Dec 20 23:23:19.923 INFO O| Dec 20 23:23:19.923 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72762024-12-20T23:23:21.185Z[ recovery-image] Dec 20 23:23:19.941 INFO O| Dec 20 23:23:19.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
72772024-12-20T23:23:21.185Z[ recovery-image] Dec 20 23:23:19.941 INFO O| Dec 20 23:23:19.941 INFO STEP 963 (remove_files) COMPLETE
72782024-12-20T23:23:21.185Z[ recovery-image] Dec 20 23:23:19.941 INFO O| Dec 20 23:23:19.941 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72792024-12-20T23:23:21.220Z[ recovery-image] Dec 20 23:23:19.959 INFO O| Dec 20 23:23:19.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
72802024-12-20T23:23:21.220Z[ recovery-image] Dec 20 23:23:19.959 INFO O| Dec 20 23:23:19.959 INFO STEP 964 (remove_files) COMPLETE
72812024-12-20T23:23:21.220Z[ recovery-image] Dec 20 23:23:19.960 INFO O| Dec 20 23:23:19.959 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72822024-12-20T23:23:21.223Z[ recovery-image] Dec 20 23:23:19.978 INFO O| Dec 20 23:23:19.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
72832024-12-20T23:23:21.223Z[ recovery-image] Dec 20 23:23:19.978 INFO O| Dec 20 23:23:19.978 INFO STEP 965 (remove_files) COMPLETE
72842024-12-20T23:23:21.223Z[ recovery-image] Dec 20 23:23:19.978 INFO O| Dec 20 23:23:19.978 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72852024-12-20T23:23:21.248Z[ recovery-image] Dec 20 23:23:19.997 INFO O| Dec 20 23:23:19.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
72862024-12-20T23:23:21.248Z[ recovery-image] Dec 20 23:23:19.997 INFO O| Dec 20 23:23:19.997 INFO STEP 966 (remove_files) COMPLETE
72872024-12-20T23:23:21.248Z[ recovery-image] Dec 20 23:23:19.997 INFO O| Dec 20 23:23:19.997 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72882024-12-20T23:23:21.259Z[ recovery-image] Dec 20 23:23:20.015 INFO O| Dec 20 23:23:20.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
72892024-12-20T23:23:21.259Z[ recovery-image] Dec 20 23:23:20.015 INFO O| Dec 20 23:23:20.015 INFO STEP 967 (remove_files) COMPLETE
72902024-12-20T23:23:21.259Z[ recovery-image] Dec 20 23:23:20.015 INFO O| Dec 20 23:23:20.015 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72912024-12-20T23:23:21.284Z[ recovery-image] Dec 20 23:23:20.033 INFO O| Dec 20 23:23:20.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
72922024-12-20T23:23:21.284Z[ recovery-image] Dec 20 23:23:20.033 INFO O| Dec 20 23:23:20.033 INFO STEP 968 (remove_files) COMPLETE
72932024-12-20T23:23:21.284Z[ recovery-image] Dec 20 23:23:20.033 INFO O| Dec 20 23:23:20.033 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72942024-12-20T23:23:21.295Z[ recovery-image] Dec 20 23:23:20.051 INFO O| Dec 20 23:23:20.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
72952024-12-20T23:23:21.295Z[ recovery-image] Dec 20 23:23:20.051 INFO O| Dec 20 23:23:20.051 INFO STEP 969 (remove_files) COMPLETE
72962024-12-20T23:23:21.295Z[ recovery-image] Dec 20 23:23:20.051 INFO O| Dec 20 23:23:20.051 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72972024-12-20T23:23:21.322Z[ recovery-image] Dec 20 23:23:20.070 INFO O| Dec 20 23:23:20.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
72982024-12-20T23:23:21.322Z[ recovery-image] Dec 20 23:23:20.070 INFO O| Dec 20 23:23:20.070 INFO STEP 970 (remove_files) COMPLETE
72992024-12-20T23:23:21.322Z[ recovery-image] Dec 20 23:23:20.070 INFO O| Dec 20 23:23:20.070 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73002024-12-20T23:23:21.340Z[ recovery-image] Dec 20 23:23:20.097 INFO O| Dec 20 23:23:20.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
73012024-12-20T23:23:21.340Z[ recovery-image] Dec 20 23:23:20.097 INFO O| Dec 20 23:23:20.088 INFO STEP 971 (remove_files) COMPLETE
73022024-12-20T23:23:21.344Z[ recovery-image] Dec 20 23:23:20.097 INFO O| Dec 20 23:23:20.088 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73032024-12-20T23:23:21.355Z[ recovery-image] Dec 20 23:23:20.107 INFO O| Dec 20 23:23:20.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
73042024-12-20T23:23:21.355Z[ recovery-image] Dec 20 23:23:20.107 INFO O| Dec 20 23:23:20.107 INFO STEP 972 (remove_files) COMPLETE
73052024-12-20T23:23:21.355Z[ recovery-image] Dec 20 23:23:20.107 INFO O| Dec 20 23:23:20.107 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73062024-12-20T23:23:21.368Z[ recovery-image] Dec 20 23:23:20.125 INFO O| Dec 20 23:23:20.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
73072024-12-20T23:23:21.368Z[ recovery-image] Dec 20 23:23:20.125 INFO O| Dec 20 23:23:20.125 INFO STEP 973 (remove_files) COMPLETE
73082024-12-20T23:23:21.371Z[ recovery-image] Dec 20 23:23:20.125 INFO O| Dec 20 23:23:20.125 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73092024-12-20T23:23:21.404Z[ recovery-image] Dec 20 23:23:20.161 INFO O| Dec 20 23:23:20.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
73102024-12-20T23:23:21.404Z[ recovery-image] Dec 20 23:23:20.161 INFO O| Dec 20 23:23:20.161 INFO STEP 974 (remove_files) COMPLETE
73112024-12-20T23:23:21.404Z[ recovery-image] Dec 20 23:23:20.161 INFO O| Dec 20 23:23:20.161 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73122024-12-20T23:23:21.424Z[ recovery-image] Dec 20 23:23:20.181 INFO O| Dec 20 23:23:20.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
73132024-12-20T23:23:21.424Z[ recovery-image] Dec 20 23:23:20.181 INFO O| Dec 20 23:23:20.181 INFO STEP 975 (remove_files) COMPLETE
73142024-12-20T23:23:21.427Z[ recovery-image] Dec 20 23:23:20.181 INFO O| Dec 20 23:23:20.181 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73152024-12-20T23:23:21.459Z[ recovery-image] Dec 20 23:23:20.215 INFO O| Dec 20 23:23:20.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
73162024-12-20T23:23:21.459Z[ recovery-image] Dec 20 23:23:20.215 INFO O| Dec 20 23:23:20.215 INFO STEP 976 (remove_files) COMPLETE
73172024-12-20T23:23:21.462Z[ recovery-image] Dec 20 23:23:20.216 INFO O| Dec 20 23:23:20.215 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73182024-12-20T23:23:21.477Z[ recovery-image] Dec 20 23:23:20.234 INFO O| Dec 20 23:23:20.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
73192024-12-20T23:23:21.480Z[ recovery-image] Dec 20 23:23:20.234 INFO O| Dec 20 23:23:20.234 INFO STEP 977 (remove_files) COMPLETE
73202024-12-20T23:23:21.480Z[ recovery-image] Dec 20 23:23:20.234 INFO O| Dec 20 23:23:20.234 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73212024-12-20T23:23:21.498Z[ recovery-image] Dec 20 23:23:20.253 INFO O| Dec 20 23:23:20.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
73222024-12-20T23:23:21.500Z[ recovery-image] Dec 20 23:23:20.253 INFO O| Dec 20 23:23:20.253 INFO STEP 978 (remove_files) COMPLETE
73232024-12-20T23:23:21.500Z[ recovery-image] Dec 20 23:23:20.253 INFO O| Dec 20 23:23:20.253 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73242024-12-20T23:23:21.519Z[ recovery-image] Dec 20 23:23:20.275 INFO O| Dec 20 23:23:20.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
73252024-12-20T23:23:21.522Z[ recovery-image] Dec 20 23:23:20.275 INFO O| Dec 20 23:23:20.275 INFO STEP 979 (remove_files) COMPLETE
73262024-12-20T23:23:21.522Z[ recovery-image] Dec 20 23:23:20.276 INFO O| Dec 20 23:23:20.275 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73272024-12-20T23:23:21.538Z[ host-image] Dec 20 23:23:20.295 INFO O| Dec 20 23:23:20.295 INFO O| Download: 1045/1140 items 3.5/8.4MB 41% complete (720k/s)
73282024-12-20T23:23:21.563Z[ recovery-image] Dec 20 23:23:20.319 INFO O| Dec 20 23:23:20.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
73292024-12-20T23:23:21.566Z[ recovery-image] Dec 20 23:23:20.320 INFO O| Dec 20 23:23:20.320 INFO STEP 980 (remove_files) COMPLETE
73302024-12-20T23:23:21.566Z[ recovery-image] Dec 20 23:23:20.320 INFO O| Dec 20 23:23:20.320 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73312024-12-20T23:23:21.589Z[ recovery-image] Dec 20 23:23:20.345 INFO O| Dec 20 23:23:20.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
73322024-12-20T23:23:21.594Z[ recovery-image] Dec 20 23:23:20.345 INFO O| Dec 20 23:23:20.345 INFO STEP 981 (remove_files) COMPLETE
73332024-12-20T23:23:21.594Z[ recovery-image] Dec 20 23:23:20.345 INFO O| Dec 20 23:23:20.345 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73342024-12-20T23:23:21.624Z[ recovery-image] Dec 20 23:23:20.371 INFO O| Dec 20 23:23:20.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
73352024-12-20T23:23:21.624Z[ recovery-image] Dec 20 23:23:20.371 INFO O| Dec 20 23:23:20.371 INFO STEP 982 (remove_files) COMPLETE
73362024-12-20T23:23:21.624Z[ recovery-image] Dec 20 23:23:20.371 INFO O| Dec 20 23:23:20.371 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73372024-12-20T23:23:21.635Z[ recovery-image] Dec 20 23:23:20.392 INFO O| Dec 20 23:23:20.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
73382024-12-20T23:23:21.636Z[ recovery-image] Dec 20 23:23:20.392 INFO O| Dec 20 23:23:20.392 INFO STEP 983 (remove_files) COMPLETE
73392024-12-20T23:23:21.636Z[ recovery-image] Dec 20 23:23:20.392 INFO O| Dec 20 23:23:20.392 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73402024-12-20T23:23:21.660Z[ recovery-image] Dec 20 23:23:20.415 INFO O| Dec 20 23:23:20.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
73412024-12-20T23:23:21.660Z[ recovery-image] Dec 20 23:23:20.416 INFO O| Dec 20 23:23:20.415 INFO STEP 984 (remove_files) COMPLETE
73422024-12-20T23:23:21.660Z[ recovery-image] Dec 20 23:23:20.416 INFO O| Dec 20 23:23:20.415 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73432024-12-20T23:23:21.685Z[ recovery-image] Dec 20 23:23:20.442 INFO O| Dec 20 23:23:20.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
73442024-12-20T23:23:21.685Z[ recovery-image] Dec 20 23:23:20.442 INFO O| Dec 20 23:23:20.442 INFO STEP 985 (remove_files) COMPLETE
73452024-12-20T23:23:21.685Z[ recovery-image] Dec 20 23:23:20.442 INFO O| Dec 20 23:23:20.442 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73462024-12-20T23:23:21.739Z[ recovery-image] Dec 20 23:23:20.495 INFO O| Dec 20 23:23:20.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
73472024-12-20T23:23:21.739Z[ recovery-image] Dec 20 23:23:20.495 INFO O| Dec 20 23:23:20.495 INFO STEP 986 (remove_files) COMPLETE
73482024-12-20T23:23:21.739Z[ recovery-image] Dec 20 23:23:20.495 INFO O| Dec 20 23:23:20.495 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73492024-12-20T23:23:21.779Z[ recovery-image] Dec 20 23:23:20.534 INFO O| Dec 20 23:23:20.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
73502024-12-20T23:23:21.779Z[ recovery-image] Dec 20 23:23:20.534 INFO O| Dec 20 23:23:20.534 INFO STEP 987 (remove_files) COMPLETE
73512024-12-20T23:23:21.779Z[ recovery-image] Dec 20 23:23:20.534 INFO O| Dec 20 23:23:20.534 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73522024-12-20T23:23:21.797Z[ recovery-image] Dec 20 23:23:20.554 INFO O| Dec 20 23:23:20.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
73532024-12-20T23:23:21.797Z[ recovery-image] Dec 20 23:23:20.554 INFO O| Dec 20 23:23:20.554 INFO STEP 988 (remove_files) COMPLETE
73542024-12-20T23:23:21.800Z[ recovery-image] Dec 20 23:23:20.554 INFO O| Dec 20 23:23:20.554 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73552024-12-20T23:23:21.815Z[ recovery-image] Dec 20 23:23:20.571 INFO O| Dec 20 23:23:20.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
73562024-12-20T23:23:21.815Z[ recovery-image] Dec 20 23:23:20.571 INFO O| Dec 20 23:23:20.571 INFO STEP 989 (remove_files) COMPLETE
73572024-12-20T23:23:21.817Z[ recovery-image] Dec 20 23:23:20.571 INFO O| Dec 20 23:23:20.571 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73582024-12-20T23:23:21.833Z[ recovery-image] Dec 20 23:23:20.590 INFO O| Dec 20 23:23:20.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
73592024-12-20T23:23:21.833Z[ recovery-image] Dec 20 23:23:20.590 INFO O| Dec 20 23:23:20.590 INFO STEP 990 (remove_files) COMPLETE
73602024-12-20T23:23:21.836Z[ recovery-image] Dec 20 23:23:20.590 INFO O| Dec 20 23:23:20.590 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73612024-12-20T23:23:21.870Z[ recovery-image] Dec 20 23:23:20.627 INFO O| Dec 20 23:23:20.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
73622024-12-20T23:23:21.870Z[ recovery-image] Dec 20 23:23:20.627 INFO O| Dec 20 23:23:20.627 INFO STEP 991 (remove_files) COMPLETE
73632024-12-20T23:23:21.874Z[ recovery-image] Dec 20 23:23:20.627 INFO O| Dec 20 23:23:20.627 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73642024-12-20T23:23:21.888Z[ recovery-image] Dec 20 23:23:20.645 INFO O| Dec 20 23:23:20.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
73652024-12-20T23:23:21.891Z[ recovery-image] Dec 20 23:23:20.645 INFO O| Dec 20 23:23:20.645 INFO STEP 992 (remove_files) COMPLETE
73662024-12-20T23:23:21.891Z[ recovery-image] Dec 20 23:23:20.645 INFO O| Dec 20 23:23:20.645 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73672024-12-20T23:23:21.940Z[ recovery-image] Dec 20 23:23:20.671 INFO O| Dec 20 23:23:20.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
73682024-12-20T23:23:21.940Z[ recovery-image] Dec 20 23:23:20.671 INFO O| Dec 20 23:23:20.663 INFO STEP 993 (remove_files) COMPLETE
73692024-12-20T23:23:21.940Z[ recovery-image] Dec 20 23:23:20.671 INFO O| Dec 20 23:23:20.663 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73702024-12-20T23:23:21.940Z[ recovery-image] Dec 20 23:23:20.682 INFO O| Dec 20 23:23:20.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
73712024-12-20T23:23:21.940Z[ recovery-image] Dec 20 23:23:20.682 INFO O| Dec 20 23:23:20.682 INFO STEP 994 (remove_files) COMPLETE
73722024-12-20T23:23:21.940Z[ recovery-image] Dec 20 23:23:20.682 INFO O| Dec 20 23:23:20.682 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73732024-12-20T23:23:21.951Z[ recovery-image] Dec 20 23:23:20.701 INFO O| Dec 20 23:23:20.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
73742024-12-20T23:23:21.951Z[ recovery-image] Dec 20 23:23:20.701 INFO O| Dec 20 23:23:20.701 INFO STEP 995 (remove_files) COMPLETE
73752024-12-20T23:23:21.951Z[ recovery-image] Dec 20 23:23:20.701 INFO O| Dec 20 23:23:20.701 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73762024-12-20T23:23:21.964Z[ recovery-image] Dec 20 23:23:20.719 INFO O| Dec 20 23:23:20.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
73772024-12-20T23:23:21.964Z[ recovery-image] Dec 20 23:23:20.719 INFO O| Dec 20 23:23:20.719 INFO STEP 996 (remove_files) COMPLETE
73782024-12-20T23:23:21.967Z[ recovery-image] Dec 20 23:23:20.719 INFO O| Dec 20 23:23:20.719 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73792024-12-20T23:23:21.980Z[ recovery-image] Dec 20 23:23:20.737 INFO O| Dec 20 23:23:20.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
73802024-12-20T23:23:21.983Z[ recovery-image] Dec 20 23:23:20.737 INFO O| Dec 20 23:23:20.737 INFO STEP 997 (remove_files) COMPLETE
73812024-12-20T23:23:21.983Z[ recovery-image] Dec 20 23:23:20.737 INFO O| Dec 20 23:23:20.737 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73822024-12-20T23:23:21.999Z[ recovery-image] Dec 20 23:23:20.754 INFO O| Dec 20 23:23:20.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
73832024-12-20T23:23:21.999Z[ recovery-image] Dec 20 23:23:20.754 INFO O| Dec 20 23:23:20.754 INFO STEP 998 (remove_files) COMPLETE
73842024-12-20T23:23:21.999Z[ recovery-image] Dec 20 23:23:20.754 INFO O| Dec 20 23:23:20.754 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73852024-12-20T23:23:22.016Z[ recovery-image] Dec 20 23:23:20.772 INFO O| Dec 20 23:23:20.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
73862024-12-20T23:23:22.016Z[ recovery-image] Dec 20 23:23:20.772 INFO O| Dec 20 23:23:20.772 INFO STEP 999 (remove_files) COMPLETE
73872024-12-20T23:23:22.016Z[ recovery-image] Dec 20 23:23:20.772 INFO O| Dec 20 23:23:20.772 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73882024-12-20T23:23:22.034Z[ recovery-image] Dec 20 23:23:20.789 INFO O| Dec 20 23:23:20.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
73892024-12-20T23:23:22.034Z[ recovery-image] Dec 20 23:23:20.789 INFO O| Dec 20 23:23:20.789 INFO STEP 1000 (remove_files) COMPLETE
73902024-12-20T23:23:22.034Z[ recovery-image] Dec 20 23:23:20.789 INFO O| Dec 20 23:23:20.789 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73912024-12-20T23:23:22.051Z[ recovery-image] Dec 20 23:23:20.807 INFO O| Dec 20 23:23:20.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
73922024-12-20T23:23:22.051Z[ recovery-image] Dec 20 23:23:20.807 INFO O| Dec 20 23:23:20.807 INFO STEP 1001 (remove_files) COMPLETE
73932024-12-20T23:23:22.051Z[ recovery-image] Dec 20 23:23:20.807 INFO O| Dec 20 23:23:20.807 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73942024-12-20T23:23:22.214Z[ recovery-image] Dec 20 23:23:20.970 INFO O| Dec 20 23:23:20.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
73952024-12-20T23:23:22.214Z[ recovery-image] Dec 20 23:23:20.970 INFO O| Dec 20 23:23:20.970 INFO STEP 1002 (remove_files) COMPLETE
73962024-12-20T23:23:22.218Z[ recovery-image] Dec 20 23:23:20.970 INFO O| Dec 20 23:23:20.970 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73972024-12-20T23:23:22.232Z[ recovery-image] Dec 20 23:23:20.988 INFO O| Dec 20 23:23:20.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
73982024-12-20T23:23:22.232Z[ recovery-image] Dec 20 23:23:20.988 INFO O| Dec 20 23:23:20.988 INFO STEP 1003 (remove_files) COMPLETE
73992024-12-20T23:23:22.232Z[ recovery-image] Dec 20 23:23:20.988 INFO O| Dec 20 23:23:20.988 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74002024-12-20T23:23:22.249Z[ recovery-image] Dec 20 23:23:21.005 INFO O| Dec 20 23:23:21.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
74012024-12-20T23:23:22.249Z[ recovery-image] Dec 20 23:23:21.005 INFO O| Dec 20 23:23:21.005 INFO STEP 1004 (remove_files) COMPLETE
74022024-12-20T23:23:22.249Z[ recovery-image] Dec 20 23:23:21.005 INFO O| Dec 20 23:23:21.005 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74032024-12-20T23:23:22.264Z[ recovery-image] Dec 20 23:23:21.020 INFO O| Dec 20 23:23:21.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
74042024-12-20T23:23:22.264Z[ recovery-image] Dec 20 23:23:21.020 INFO O| Dec 20 23:23:21.020 INFO STEP 1005 (remove_files) COMPLETE
74052024-12-20T23:23:22.264Z[ recovery-image] Dec 20 23:23:21.020 INFO O| Dec 20 23:23:21.020 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74062024-12-20T23:23:22.282Z[ recovery-image] Dec 20 23:23:21.038 INFO O| Dec 20 23:23:21.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
74072024-12-20T23:23:22.282Z[ recovery-image] Dec 20 23:23:21.038 INFO O| Dec 20 23:23:21.038 INFO STEP 1006 (remove_files) COMPLETE
74082024-12-20T23:23:22.282Z[ recovery-image] Dec 20 23:23:21.038 INFO O| Dec 20 23:23:21.038 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74092024-12-20T23:23:22.308Z[ recovery-image] Dec 20 23:23:21.056 INFO O| Dec 20 23:23:21.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
74102024-12-20T23:23:22.308Z[ recovery-image] Dec 20 23:23:21.056 INFO O| Dec 20 23:23:21.056 INFO STEP 1007 (remove_files) COMPLETE
74112024-12-20T23:23:22.308Z[ recovery-image] Dec 20 23:23:21.056 INFO O| Dec 20 23:23:21.056 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74122024-12-20T23:23:22.318Z[ recovery-image] Dec 20 23:23:21.074 INFO O| Dec 20 23:23:21.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
74132024-12-20T23:23:22.318Z[ recovery-image] Dec 20 23:23:21.074 INFO O| Dec 20 23:23:21.074 INFO STEP 1008 (remove_files) COMPLETE
74142024-12-20T23:23:22.318Z[ recovery-image] Dec 20 23:23:21.074 INFO O| Dec 20 23:23:21.074 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74152024-12-20T23:23:22.335Z[ recovery-image] Dec 20 23:23:21.091 INFO O| Dec 20 23:23:21.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
74162024-12-20T23:23:22.335Z[ recovery-image] Dec 20 23:23:21.091 INFO O| Dec 20 23:23:21.091 INFO STEP 1009 (remove_files) COMPLETE
74172024-12-20T23:23:22.335Z[ recovery-image] Dec 20 23:23:21.091 INFO O| Dec 20 23:23:21.091 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74182024-12-20T23:23:22.375Z[ recovery-image] Dec 20 23:23:21.131 INFO O| Dec 20 23:23:21.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
74192024-12-20T23:23:22.375Z[ recovery-image] Dec 20 23:23:21.131 INFO O| Dec 20 23:23:21.131 INFO STEP 1010 (remove_files) COMPLETE
74202024-12-20T23:23:22.375Z[ recovery-image] Dec 20 23:23:21.131 INFO O| Dec 20 23:23:21.131 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74212024-12-20T23:23:22.401Z[ host-image] Dec 20 23:23:21.157 INFO O| Dec 20 23:23:21.157 INFO O| Download: Completed 8.42 MB in 5.86 seconds (1.4M/s)
74222024-12-20T23:23:22.407Z[ recovery-image] Dec 20 23:23:21.163 INFO O| Dec 20 23:23:21.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
74232024-12-20T23:23:22.409Z[ recovery-image] Dec 20 23:23:21.164 INFO O| Dec 20 23:23:21.164 INFO STEP 1011 (remove_files) COMPLETE
74242024-12-20T23:23:22.409Z[ recovery-image] Dec 20 23:23:21.164 INFO O| Dec 20 23:23:21.164 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74252024-12-20T23:23:22.447Z[ recovery-image] Dec 20 23:23:21.203 INFO O| Dec 20 23:23:21.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
74262024-12-20T23:23:22.447Z[ recovery-image] Dec 20 23:23:21.203 INFO O| Dec 20 23:23:21.203 INFO STEP 1012 (remove_files) COMPLETE
74272024-12-20T23:23:22.447Z[ recovery-image] Dec 20 23:23:21.203 INFO O| Dec 20 23:23:21.203 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74282024-12-20T23:23:22.481Z[ recovery-image] Dec 20 23:23:21.238 INFO O| Dec 20 23:23:21.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
74292024-12-20T23:23:22.481Z[ recovery-image] Dec 20 23:23:21.238 INFO O| Dec 20 23:23:21.238 INFO STEP 1013 (remove_files) COMPLETE
74302024-12-20T23:23:22.484Z[ recovery-image] Dec 20 23:23:21.238 INFO O| Dec 20 23:23:21.238 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74312024-12-20T23:23:22.504Z[ host-image] Dec 20 23:23:21.261 INFO O| Dec 20 23:23:21.261 INFO O| Actions: 1/1361 actions (Installing new actions)
74322024-12-20T23:23:22.508Z[ recovery-image] Dec 20 23:23:21.262 INFO O| Dec 20 23:23:21.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
74332024-12-20T23:23:22.508Z[ recovery-image] Dec 20 23:23:21.262 INFO O| Dec 20 23:23:21.262 INFO STEP 1014 (remove_files) COMPLETE
74342024-12-20T23:23:22.508Z[ recovery-image] Dec 20 23:23:21.262 INFO O| Dec 20 23:23:21.262 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74352024-12-20T23:23:22.525Z[ recovery-image] Dec 20 23:23:21.281 INFO O| Dec 20 23:23:21.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
74362024-12-20T23:23:22.528Z[ recovery-image] Dec 20 23:23:21.281 INFO O| Dec 20 23:23:21.281 INFO STEP 1015 (remove_files) COMPLETE
74372024-12-20T23:23:22.528Z[ recovery-image] Dec 20 23:23:21.282 INFO O| Dec 20 23:23:21.281 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74382024-12-20T23:23:22.589Z[ recovery-image] Dec 20 23:23:21.345 INFO O| Dec 20 23:23:21.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
74392024-12-20T23:23:22.591Z[ recovery-image] Dec 20 23:23:21.345 INFO O| Dec 20 23:23:21.345 INFO STEP 1016 (remove_files) COMPLETE
74402024-12-20T23:23:22.592Z[ recovery-image] Dec 20 23:23:21.345 INFO O| Dec 20 23:23:21.345 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74412024-12-20T23:23:22.607Z[ recovery-image] Dec 20 23:23:21.363 INFO O| Dec 20 23:23:21.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
74422024-12-20T23:23:22.610Z[ recovery-image] Dec 20 23:23:21.364 INFO O| Dec 20 23:23:21.363 INFO STEP 1017 (remove_files) COMPLETE
74432024-12-20T23:23:22.610Z[ recovery-image] Dec 20 23:23:21.364 INFO O| Dec 20 23:23:21.363 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74442024-12-20T23:23:22.625Z[ recovery-image] Dec 20 23:23:21.381 INFO O| Dec 20 23:23:21.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
74452024-12-20T23:23:22.625Z[ recovery-image] Dec 20 23:23:21.381 INFO O| Dec 20 23:23:21.381 INFO STEP 1018 (remove_files) COMPLETE
74462024-12-20T23:23:22.627Z[ recovery-image] Dec 20 23:23:21.381 INFO O| Dec 20 23:23:21.381 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74472024-12-20T23:23:22.661Z[ recovery-image] Dec 20 23:23:21.418 INFO O| Dec 20 23:23:21.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
74482024-12-20T23:23:22.661Z[ recovery-image] Dec 20 23:23:21.418 INFO O| Dec 20 23:23:21.418 INFO STEP 1019 (remove_files) COMPLETE
74492024-12-20T23:23:22.664Z[ recovery-image] Dec 20 23:23:21.418 INFO O| Dec 20 23:23:21.418 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74502024-12-20T23:23:22.728Z[ recovery-image] Dec 20 23:23:21.485 INFO O| Dec 20 23:23:21.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
74512024-12-20T23:23:22.731Z[ recovery-image] Dec 20 23:23:21.485 INFO O| Dec 20 23:23:21.485 INFO STEP 1020 (remove_files) COMPLETE
74522024-12-20T23:23:22.731Z[ recovery-image] Dec 20 23:23:21.485 INFO O| Dec 20 23:23:21.485 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74532024-12-20T23:23:22.768Z[ recovery-image] Dec 20 23:23:21.525 INFO O| Dec 20 23:23:21.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
74542024-12-20T23:23:22.768Z[ recovery-image] Dec 20 23:23:21.525 INFO O| Dec 20 23:23:21.525 INFO STEP 1021 (remove_files) COMPLETE
74552024-12-20T23:23:22.768Z[ recovery-image] Dec 20 23:23:21.525 INFO O| Dec 20 23:23:21.525 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74562024-12-20T23:23:22.858Z[ recovery-image] Dec 20 23:23:21.614 INFO O| Dec 20 23:23:21.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
74572024-12-20T23:23:22.858Z[ recovery-image] Dec 20 23:23:21.614 INFO O| Dec 20 23:23:21.614 INFO STEP 1022 (remove_files) COMPLETE
74582024-12-20T23:23:22.858Z[ recovery-image] Dec 20 23:23:21.614 INFO O| Dec 20 23:23:21.614 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74592024-12-20T23:23:22.879Z[ recovery-image] Dec 20 23:23:21.634 INFO O| Dec 20 23:23:21.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
74602024-12-20T23:23:22.879Z[ recovery-image] Dec 20 23:23:21.635 INFO O| Dec 20 23:23:21.634 INFO STEP 1023 (remove_files) COMPLETE
74612024-12-20T23:23:22.879Z[ recovery-image] Dec 20 23:23:21.635 INFO O| Dec 20 23:23:21.635 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74622024-12-20T23:23:22.905Z[ recovery-image] Dec 20 23:23:21.661 INFO O| Dec 20 23:23:21.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
74632024-12-20T23:23:22.905Z[ recovery-image] Dec 20 23:23:21.661 INFO O| Dec 20 23:23:21.661 INFO STEP 1024 (remove_files) COMPLETE
74642024-12-20T23:23:22.905Z[ recovery-image] Dec 20 23:23:21.661 INFO O| Dec 20 23:23:21.661 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74652024-12-20T23:23:22.928Z[ recovery-image] Dec 20 23:23:21.684 INFO O| Dec 20 23:23:21.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
74662024-12-20T23:23:22.928Z[ recovery-image] Dec 20 23:23:21.684 INFO O| Dec 20 23:23:21.684 INFO STEP 1025 (remove_files) COMPLETE
74672024-12-20T23:23:22.928Z[ recovery-image] Dec 20 23:23:21.684 INFO O| Dec 20 23:23:21.684 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74682024-12-20T23:23:22.946Z[ recovery-image] Dec 20 23:23:21.703 INFO O| Dec 20 23:23:21.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
74692024-12-20T23:23:22.946Z[ recovery-image] Dec 20 23:23:21.703 INFO O| Dec 20 23:23:21.703 INFO STEP 1026 (remove_files) COMPLETE
74702024-12-20T23:23:22.946Z[ recovery-image] Dec 20 23:23:21.703 INFO O| Dec 20 23:23:21.703 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74712024-12-20T23:23:22.967Z[ recovery-image] Dec 20 23:23:21.723 INFO O| Dec 20 23:23:21.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
74722024-12-20T23:23:22.970Z[ recovery-image] Dec 20 23:23:21.723 INFO O| Dec 20 23:23:21.723 INFO STEP 1027 (remove_files) COMPLETE
74732024-12-20T23:23:22.970Z[ recovery-image] Dec 20 23:23:21.723 INFO O| Dec 20 23:23:21.723 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74742024-12-20T23:23:22.986Z[ recovery-image] Dec 20 23:23:21.742 INFO O| Dec 20 23:23:21.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
74752024-12-20T23:23:22.989Z[ recovery-image] Dec 20 23:23:21.742 INFO O| Dec 20 23:23:21.742 INFO STEP 1028 (remove_files) COMPLETE
74762024-12-20T23:23:22.989Z[ recovery-image] Dec 20 23:23:21.743 INFO O| Dec 20 23:23:21.743 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74772024-12-20T23:23:23.005Z[ recovery-image] Dec 20 23:23:21.762 INFO O| Dec 20 23:23:21.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
74782024-12-20T23:23:23.009Z[ recovery-image] Dec 20 23:23:21.762 INFO O| Dec 20 23:23:21.762 INFO STEP 1029 (remove_files) COMPLETE
74792024-12-20T23:23:23.009Z[ recovery-image] Dec 20 23:23:21.762 INFO O| Dec 20 23:23:21.762 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74802024-12-20T23:23:23.025Z[ recovery-image] Dec 20 23:23:21.781 INFO O| Dec 20 23:23:21.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
74812024-12-20T23:23:23.028Z[ recovery-image] Dec 20 23:23:21.782 INFO O| Dec 20 23:23:21.782 INFO STEP 1030 (remove_files) COMPLETE
74822024-12-20T23:23:23.028Z[ recovery-image] Dec 20 23:23:21.782 INFO O| Dec 20 23:23:21.782 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74832024-12-20T23:23:23.098Z[ recovery-image] Dec 20 23:23:21.854 INFO O| Dec 20 23:23:21.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
74842024-12-20T23:23:23.101Z[ recovery-image] Dec 20 23:23:21.855 INFO O| Dec 20 23:23:21.854 INFO STEP 1031 (remove_files) COMPLETE
74852024-12-20T23:23:23.101Z[ recovery-image] Dec 20 23:23:21.855 INFO O| Dec 20 23:23:21.855 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74862024-12-20T23:23:23.118Z[ recovery-image] Dec 20 23:23:21.874 INFO O| Dec 20 23:23:21.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
74872024-12-20T23:23:23.121Z[ recovery-image] Dec 20 23:23:21.874 INFO O| Dec 20 23:23:21.874 INFO STEP 1032 (remove_files) COMPLETE
74882024-12-20T23:23:23.121Z[ recovery-image] Dec 20 23:23:21.875 INFO O| Dec 20 23:23:21.874 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74892024-12-20T23:23:23.138Z[ recovery-image] Dec 20 23:23:21.894 INFO O| Dec 20 23:23:21.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
74902024-12-20T23:23:23.140Z[ recovery-image] Dec 20 23:23:21.894 INFO O| Dec 20 23:23:21.894 INFO STEP 1033 (remove_files) COMPLETE
74912024-12-20T23:23:23.140Z[ recovery-image] Dec 20 23:23:21.894 INFO O| Dec 20 23:23:21.894 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74922024-12-20T23:23:23.159Z[ recovery-image] Dec 20 23:23:21.915 INFO O| Dec 20 23:23:21.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
74932024-12-20T23:23:23.162Z[ recovery-image] Dec 20 23:23:21.915 INFO O| Dec 20 23:23:21.915 INFO STEP 1034 (remove_files) COMPLETE
74942024-12-20T23:23:23.162Z[ recovery-image] Dec 20 23:23:21.915 INFO O| Dec 20 23:23:21.915 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74952024-12-20T23:23:23.193Z[ recovery-image] Dec 20 23:23:21.948 INFO O| Dec 20 23:23:21.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
74962024-12-20T23:23:23.193Z[ recovery-image] Dec 20 23:23:21.948 INFO O| Dec 20 23:23:21.948 INFO STEP 1035 (remove_files) COMPLETE
74972024-12-20T23:23:23.193Z[ recovery-image] Dec 20 23:23:21.948 INFO O| Dec 20 23:23:21.948 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74982024-12-20T23:23:23.210Z[ host-image] Dec 20 23:23:21.966 INFO O| Dec 20 23:23:21.966 INFO O| Actions: Completed 1361 actions in 0.70 seconds.
74992024-12-20T23:23:23.212Z[ recovery-image] Dec 20 23:23:21.968 INFO O| Dec 20 23:23:21.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
75002024-12-20T23:23:23.212Z[ recovery-image] Dec 20 23:23:21.968 INFO O| Dec 20 23:23:21.968 INFO STEP 1036 (remove_files) COMPLETE
75012024-12-20T23:23:23.214Z[ recovery-image] Dec 20 23:23:21.968 INFO O| Dec 20 23:23:21.968 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75022024-12-20T23:23:23.247Z[ recovery-image] Dec 20 23:23:22.003 INFO O| Dec 20 23:23:22.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
75032024-12-20T23:23:23.250Z[ recovery-image] Dec 20 23:23:22.003 INFO O| Dec 20 23:23:22.003 INFO STEP 1037 (remove_files) COMPLETE
75042024-12-20T23:23:23.250Z[ recovery-image] Dec 20 23:23:22.003 INFO O| Dec 20 23:23:22.003 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75052024-12-20T23:23:23.298Z[ recovery-image] Dec 20 23:23:22.054 INFO O| Dec 20 23:23:22.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
75062024-12-20T23:23:23.298Z[ recovery-image] Dec 20 23:23:22.054 INFO O| Dec 20 23:23:22.054 INFO STEP 1038 (remove_files) COMPLETE
75072024-12-20T23:23:23.301Z[ recovery-image] Dec 20 23:23:22.054 INFO O| Dec 20 23:23:22.054 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75082024-12-20T23:23:23.319Z[ recovery-image] Dec 20 23:23:22.075 INFO O| Dec 20 23:23:22.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
75092024-12-20T23:23:23.319Z[ recovery-image] Dec 20 23:23:22.075 INFO O| Dec 20 23:23:22.075 INFO STEP 1039 (remove_files) COMPLETE
75102024-12-20T23:23:23.319Z[ recovery-image] Dec 20 23:23:22.075 INFO O| Dec 20 23:23:22.075 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75112024-12-20T23:23:23.349Z[ recovery-image] Dec 20 23:23:22.105 INFO O| Dec 20 23:23:22.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
75122024-12-20T23:23:23.349Z[ recovery-image] Dec 20 23:23:22.105 INFO O| Dec 20 23:23:22.105 INFO STEP 1040 (remove_files) COMPLETE
75132024-12-20T23:23:23.349Z[ recovery-image] Dec 20 23:23:22.105 INFO O| Dec 20 23:23:22.105 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75142024-12-20T23:23:23.412Z[ recovery-image] Dec 20 23:23:22.168 INFO O| Dec 20 23:23:22.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
75152024-12-20T23:23:23.412Z[ recovery-image] Dec 20 23:23:22.168 INFO O| Dec 20 23:23:22.168 INFO STEP 1041 (remove_files) COMPLETE
75162024-12-20T23:23:23.412Z[ recovery-image] Dec 20 23:23:22.168 INFO O| Dec 20 23:23:22.168 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75172024-12-20T23:23:23.431Z[ recovery-image] Dec 20 23:23:22.187 INFO O| Dec 20 23:23:22.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
75182024-12-20T23:23:23.431Z[ recovery-image] Dec 20 23:23:22.187 INFO O| Dec 20 23:23:22.187 INFO STEP 1042 (remove_files) COMPLETE
75192024-12-20T23:23:23.431Z[ recovery-image] Dec 20 23:23:22.187 INFO O| Dec 20 23:23:22.187 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75202024-12-20T23:23:23.467Z[ recovery-image] Dec 20 23:23:22.223 INFO O| Dec 20 23:23:22.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
75212024-12-20T23:23:23.467Z[ recovery-image] Dec 20 23:23:22.223 INFO O| Dec 20 23:23:22.223 INFO STEP 1043 (remove_files) COMPLETE
75222024-12-20T23:23:23.468Z[ recovery-image] Dec 20 23:23:22.223 INFO O| Dec 20 23:23:22.223 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75232024-12-20T23:23:23.509Z[ recovery-image] Dec 20 23:23:22.265 INFO O| Dec 20 23:23:22.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
75242024-12-20T23:23:23.509Z[ recovery-image] Dec 20 23:23:22.265 INFO O| Dec 20 23:23:22.265 INFO STEP 1044 (remove_files) COMPLETE
75252024-12-20T23:23:23.511Z[ recovery-image] Dec 20 23:23:22.265 INFO O| Dec 20 23:23:22.265 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75262024-12-20T23:23:23.574Z[ recovery-image] Dec 20 23:23:22.330 INFO O| Dec 20 23:23:22.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
75272024-12-20T23:23:23.574Z[ recovery-image] Dec 20 23:23:22.330 INFO O| Dec 20 23:23:22.330 INFO STEP 1045 (remove_files) COMPLETE
75282024-12-20T23:23:23.574Z[ recovery-image] Dec 20 23:23:22.330 INFO O| Dec 20 23:23:22.330 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75292024-12-20T23:23:23.595Z[ recovery-image] Dec 20 23:23:22.350 INFO O| Dec 20 23:23:22.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
75302024-12-20T23:23:23.595Z[ recovery-image] Dec 20 23:23:22.350 INFO O| Dec 20 23:23:22.350 INFO STEP 1046 (remove_files) COMPLETE
75312024-12-20T23:23:23.595Z[ recovery-image] Dec 20 23:23:22.350 INFO O| Dec 20 23:23:22.350 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75322024-12-20T23:23:23.633Z[ recovery-image] Dec 20 23:23:22.388 INFO O| Dec 20 23:23:22.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
75332024-12-20T23:23:23.633Z[ recovery-image] Dec 20 23:23:22.388 INFO O| Dec 20 23:23:22.388 INFO STEP 1047 (remove_files) COMPLETE
75342024-12-20T23:23:23.633Z[ recovery-image] Dec 20 23:23:22.388 INFO O| Dec 20 23:23:22.388 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75352024-12-20T23:23:23.679Z[ recovery-image] Dec 20 23:23:22.435 INFO O| Dec 20 23:23:22.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
75362024-12-20T23:23:23.682Z[ recovery-image] Dec 20 23:23:22.435 INFO O| Dec 20 23:23:22.435 INFO STEP 1048 (remove_files) COMPLETE
75372024-12-20T23:23:23.682Z[ recovery-image] Dec 20 23:23:22.436 INFO O| Dec 20 23:23:22.435 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75382024-12-20T23:23:23.700Z[ recovery-image] Dec 20 23:23:22.456 INFO O| Dec 20 23:23:22.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
75392024-12-20T23:23:23.706Z[ recovery-image] Dec 20 23:23:22.457 INFO O| Dec 20 23:23:22.457 INFO STEP 1049 (remove_files) COMPLETE
75402024-12-20T23:23:23.706Z[ recovery-image] Dec 20 23:23:22.457 INFO O| Dec 20 23:23:22.457 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75412024-12-20T23:23:23.730Z[ recovery-image] Dec 20 23:23:22.487 INFO O| Dec 20 23:23:22.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
75422024-12-20T23:23:23.731Z[ recovery-image] Dec 20 23:23:22.487 INFO O| Dec 20 23:23:22.487 INFO STEP 1050 (remove_files) COMPLETE
75432024-12-20T23:23:23.731Z[ recovery-image] Dec 20 23:23:22.487 INFO O| Dec 20 23:23:22.487 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75442024-12-20T23:23:23.749Z[ recovery-image] Dec 20 23:23:22.506 INFO O| Dec 20 23:23:22.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
75452024-12-20T23:23:23.750Z[ recovery-image] Dec 20 23:23:22.506 INFO O| Dec 20 23:23:22.506 INFO STEP 1051 (remove_files) COMPLETE
75462024-12-20T23:23:23.750Z[ recovery-image] Dec 20 23:23:22.506 INFO O| Dec 20 23:23:22.506 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75472024-12-20T23:23:23.766Z[ recovery-image] Dec 20 23:23:22.522 INFO O| Dec 20 23:23:22.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
75482024-12-20T23:23:23.766Z[ recovery-image] Dec 20 23:23:22.522 INFO O| Dec 20 23:23:22.522 INFO STEP 1052 (remove_files) COMPLETE
75492024-12-20T23:23:23.766Z[ recovery-image] Dec 20 23:23:22.522 INFO O| Dec 20 23:23:22.522 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75502024-12-20T23:23:23.776Z[ host-image] Dec 20 23:23:22.532 INFO O| Dec 20 23:23:22.532 INFO O| Done
75512024-12-20T23:23:23.776Z[ host-image] Dec 20 23:23:22.532 INFO O| Dec 20 23:23:22.532 INFO O| Done
75522024-12-20T23:23:23.782Z[ recovery-image] Dec 20 23:23:22.539 INFO O| Dec 20 23:23:22.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
75532024-12-20T23:23:23.783Z[ recovery-image] Dec 20 23:23:22.539 INFO O| Dec 20 23:23:22.539 INFO STEP 1053 (remove_files) COMPLETE
75542024-12-20T23:23:23.785Z[ recovery-image] Dec 20 23:23:22.539 INFO O| Dec 20 23:23:22.539 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75552024-12-20T23:23:23.800Z[ recovery-image] Dec 20 23:23:22.556 INFO O| Dec 20 23:23:22.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
75562024-12-20T23:23:23.800Z[ recovery-image] Dec 20 23:23:22.556 INFO O| Dec 20 23:23:22.556 INFO STEP 1054 (remove_files) COMPLETE
75572024-12-20T23:23:23.803Z[ recovery-image] Dec 20 23:23:22.556 INFO O| Dec 20 23:23:22.556 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75582024-12-20T23:23:23.871Z[ recovery-image] Dec 20 23:23:22.626 INFO O| Dec 20 23:23:22.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
75592024-12-20T23:23:23.874Z[ recovery-image] Dec 20 23:23:22.626 INFO O| Dec 20 23:23:22.626 INFO STEP 1055 (remove_files) COMPLETE
75602024-12-20T23:23:23.874Z[ recovery-image] Dec 20 23:23:22.627 INFO O| Dec 20 23:23:22.627 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75612024-12-20T23:23:23.960Z[ recovery-image] Dec 20 23:23:22.716 INFO O| Dec 20 23:23:22.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
75622024-12-20T23:23:23.989Z[ recovery-image] Dec 20 23:23:22.745 INFO O| Dec 20 23:23:22.745 INFO STEP 1056 (remove_files) COMPLETE
75632024-12-20T23:23:23.989Z[ recovery-image] Dec 20 23:23:22.745 INFO O| Dec 20 23:23:22.745 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75642024-12-20T23:23:24.086Z[ recovery-image] Dec 20 23:23:22.842 INFO O| Dec 20 23:23:22.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
75652024-12-20T23:23:24.086Z[ recovery-image] Dec 20 23:23:22.842 INFO O| Dec 20 23:23:22.842 INFO STEP 1057 (remove_files) COMPLETE
75662024-12-20T23:23:24.086Z[ recovery-image] Dec 20 23:23:22.842 INFO O| Dec 20 23:23:22.842 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75672024-12-20T23:23:24.117Z[ recovery-image] Dec 20 23:23:22.873 INFO O| Dec 20 23:23:22.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
75682024-12-20T23:23:24.117Z[ recovery-image] Dec 20 23:23:22.873 INFO O| Dec 20 23:23:22.873 INFO STEP 1058 (remove_files) COMPLETE
75692024-12-20T23:23:24.117Z[ recovery-image] Dec 20 23:23:22.873 INFO O| Dec 20 23:23:22.873 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75702024-12-20T23:23:24.152Z[ recovery-image] Dec 20 23:23:22.908 INFO O| Dec 20 23:23:22.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
75712024-12-20T23:23:24.177Z[ recovery-image] Dec 20 23:23:22.933 INFO O| Dec 20 23:23:22.933 INFO STEP 1059 (remove_files) COMPLETE
75722024-12-20T23:23:24.178Z[ recovery-image] Dec 20 23:23:22.933 INFO O| Dec 20 23:23:22.933 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75732024-12-20T23:23:24.217Z[ recovery-image] Dec 20 23:23:22.973 INFO O| Dec 20 23:23:22.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
75742024-12-20T23:23:24.217Z[ recovery-image] Dec 20 23:23:22.973 INFO O| Dec 20 23:23:22.973 INFO STEP 1060 (remove_files) COMPLETE
75752024-12-20T23:23:24.220Z[ recovery-image] Dec 20 23:23:22.973 INFO O| Dec 20 23:23:22.973 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75762024-12-20T23:23:24.255Z[ recovery-image] Dec 20 23:23:23.011 INFO O| Dec 20 23:23:23.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
75772024-12-20T23:23:24.255Z[ recovery-image] Dec 20 23:23:23.011 INFO O| Dec 20 23:23:23.011 INFO STEP 1061 (remove_files) COMPLETE
75782024-12-20T23:23:24.256Z[ recovery-image] Dec 20 23:23:23.011 INFO O| Dec 20 23:23:23.011 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75792024-12-20T23:23:24.293Z[ recovery-image] Dec 20 23:23:23.049 INFO O| Dec 20 23:23:23.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
75802024-12-20T23:23:24.293Z[ recovery-image] Dec 20 23:23:23.049 INFO O| Dec 20 23:23:23.049 INFO STEP 1062 (remove_files) COMPLETE
75812024-12-20T23:23:24.293Z[ recovery-image] Dec 20 23:23:23.049 INFO O| Dec 20 23:23:23.049 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75822024-12-20T23:23:24.316Z[ recovery-image] Dec 20 23:23:23.071 INFO O| Dec 20 23:23:23.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
75832024-12-20T23:23:24.316Z[ recovery-image] Dec 20 23:23:23.072 INFO O| Dec 20 23:23:23.071 INFO STEP 1063 (remove_files) COMPLETE
75842024-12-20T23:23:24.316Z[ recovery-image] Dec 20 23:23:23.072 INFO O| Dec 20 23:23:23.072 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75852024-12-20T23:23:24.334Z[ recovery-image] Dec 20 23:23:23.090 INFO O| Dec 20 23:23:23.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
75862024-12-20T23:23:24.336Z[ recovery-image] Dec 20 23:23:23.090 INFO O| Dec 20 23:23:23.090 INFO STEP 1064 (remove_files) COMPLETE
75872024-12-20T23:23:24.337Z[ recovery-image] Dec 20 23:23:23.090 INFO O| Dec 20 23:23:23.090 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75882024-12-20T23:23:24.351Z[ recovery-image] Dec 20 23:23:23.107 INFO O| Dec 20 23:23:23.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
75892024-12-20T23:23:24.356Z[ recovery-image] Dec 20 23:23:23.107 INFO O| Dec 20 23:23:23.107 INFO STEP 1065 (remove_files) COMPLETE
75902024-12-20T23:23:24.356Z[ recovery-image] Dec 20 23:23:23.107 INFO O| Dec 20 23:23:23.107 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75912024-12-20T23:23:24.368Z[ recovery-image] Dec 20 23:23:23.124 INFO O| Dec 20 23:23:23.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
75922024-12-20T23:23:24.368Z[ recovery-image] Dec 20 23:23:23.124 INFO O| Dec 20 23:23:23.124 INFO STEP 1066 (remove_files) COMPLETE
75932024-12-20T23:23:24.371Z[ recovery-image] Dec 20 23:23:23.124 INFO O| Dec 20 23:23:23.124 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75942024-12-20T23:23:24.391Z[ recovery-image] Dec 20 23:23:23.147 INFO O| Dec 20 23:23:23.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
75952024-12-20T23:23:24.391Z[ recovery-image] Dec 20 23:23:23.147 INFO O| Dec 20 23:23:23.147 INFO STEP 1067 (remove_files) COMPLETE
75962024-12-20T23:23:24.394Z[ recovery-image] Dec 20 23:23:23.147 INFO O| Dec 20 23:23:23.147 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75972024-12-20T23:23:24.410Z[ recovery-image] Dec 20 23:23:23.166 INFO O| Dec 20 23:23:23.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
75982024-12-20T23:23:24.410Z[ recovery-image] Dec 20 23:23:23.166 INFO O| Dec 20 23:23:23.166 INFO STEP 1068 (remove_files) COMPLETE
75992024-12-20T23:23:24.410Z[ recovery-image] Dec 20 23:23:23.166 INFO O| Dec 20 23:23:23.166 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76002024-12-20T23:23:24.448Z[ recovery-image] Dec 20 23:23:23.205 INFO O| Dec 20 23:23:23.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
76012024-12-20T23:23:24.469Z[ recovery-image] Dec 20 23:23:23.225 INFO O| Dec 20 23:23:23.225 INFO STEP 1069 (remove_files) COMPLETE
76022024-12-20T23:23:24.469Z[ recovery-image] Dec 20 23:23:23.225 INFO O| Dec 20 23:23:23.225 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76032024-12-20T23:23:24.489Z[ recovery-image] Dec 20 23:23:23.245 INFO O| Dec 20 23:23:23.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
76042024-12-20T23:23:24.491Z[ recovery-image] Dec 20 23:23:23.245 INFO O| Dec 20 23:23:23.245 INFO STEP 1070 (remove_files) COMPLETE
76052024-12-20T23:23:24.491Z[ recovery-image] Dec 20 23:23:23.245 INFO O| Dec 20 23:23:23.245 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76062024-12-20T23:23:24.507Z[ recovery-image] Dec 20 23:23:23.263 INFO O| Dec 20 23:23:23.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
76072024-12-20T23:23:24.510Z[ recovery-image] Dec 20 23:23:23.264 INFO O| Dec 20 23:23:23.264 INFO STEP 1071 (remove_files) COMPLETE
76082024-12-20T23:23:24.510Z[ recovery-image] Dec 20 23:23:23.264 INFO O| Dec 20 23:23:23.264 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76092024-12-20T23:23:24.556Z[ recovery-image] Dec 20 23:23:23.312 INFO O| Dec 20 23:23:23.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
76102024-12-20T23:23:24.557Z[ recovery-image] Dec 20 23:23:23.312 INFO O| Dec 20 23:23:23.312 INFO STEP 1072 (remove_files) COMPLETE
76112024-12-20T23:23:24.557Z[ recovery-image] Dec 20 23:23:23.312 INFO O| Dec 20 23:23:23.312 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76122024-12-20T23:23:24.642Z[ recovery-image] Dec 20 23:23:23.398 INFO O| Dec 20 23:23:23.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
76132024-12-20T23:23:24.644Z[ recovery-image] Dec 20 23:23:23.398 INFO O| Dec 20 23:23:23.398 INFO STEP 1073 (remove_files) COMPLETE
76142024-12-20T23:23:24.644Z[ recovery-image] Dec 20 23:23:23.398 INFO O| Dec 20 23:23:23.398 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76152024-12-20T23:23:24.678Z[ recovery-image] Dec 20 23:23:23.434 INFO O| Dec 20 23:23:23.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
76162024-12-20T23:23:24.678Z[ recovery-image] Dec 20 23:23:23.434 INFO O| Dec 20 23:23:23.434 INFO STEP 1074 (remove_files) COMPLETE
76172024-12-20T23:23:24.681Z[ recovery-image] Dec 20 23:23:23.434 INFO O| Dec 20 23:23:23.434 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76182024-12-20T23:23:24.697Z[ recovery-image] Dec 20 23:23:23.452 INFO O| Dec 20 23:23:23.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
76192024-12-20T23:23:24.697Z[ recovery-image] Dec 20 23:23:23.452 INFO O| Dec 20 23:23:23.452 INFO STEP 1075 (remove_files) COMPLETE
76202024-12-20T23:23:24.697Z[ recovery-image] Dec 20 23:23:23.453 INFO O| Dec 20 23:23:23.452 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76212024-12-20T23:23:24.718Z[ recovery-image] Dec 20 23:23:23.474 INFO O| Dec 20 23:23:23.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
76222024-12-20T23:23:24.721Z[ recovery-image] Dec 20 23:23:23.474 INFO O| Dec 20 23:23:23.474 INFO STEP 1076 (remove_files) COMPLETE
76232024-12-20T23:23:24.721Z[ recovery-image] Dec 20 23:23:23.474 INFO O| Dec 20 23:23:23.474 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76242024-12-20T23:23:24.736Z[ recovery-image] Dec 20 23:23:23.492 INFO O| Dec 20 23:23:23.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
76252024-12-20T23:23:24.739Z[ recovery-image] Dec 20 23:23:23.492 INFO O| Dec 20 23:23:23.492 INFO STEP 1077 (remove_files) COMPLETE
76262024-12-20T23:23:24.739Z[ recovery-image] Dec 20 23:23:23.492 INFO O| Dec 20 23:23:23.492 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76272024-12-20T23:23:24.752Z[ recovery-image] Dec 20 23:23:23.509 INFO O| Dec 20 23:23:23.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
76282024-12-20T23:23:24.755Z[ recovery-image] Dec 20 23:23:23.509 INFO O| Dec 20 23:23:23.509 INFO STEP 1078 (remove_files) COMPLETE
76292024-12-20T23:23:24.755Z[ recovery-image] Dec 20 23:23:23.509 INFO O| Dec 20 23:23:23.509 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76302024-12-20T23:23:24.768Z[ recovery-image] Dec 20 23:23:23.524 INFO O| Dec 20 23:23:23.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
76312024-12-20T23:23:24.771Z[ recovery-image] Dec 20 23:23:23.524 INFO O| Dec 20 23:23:23.524 INFO STEP 1079 (remove_files) COMPLETE
76322024-12-20T23:23:24.771Z[ recovery-image] Dec 20 23:23:23.524 INFO O| Dec 20 23:23:23.524 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76332024-12-20T23:23:24.784Z[ recovery-image] Dec 20 23:23:23.540 INFO O| Dec 20 23:23:23.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
76342024-12-20T23:23:24.787Z[ recovery-image] Dec 20 23:23:23.540 INFO O| Dec 20 23:23:23.540 INFO STEP 1080 (remove_files) COMPLETE
76352024-12-20T23:23:24.787Z[ recovery-image] Dec 20 23:23:23.540 INFO O| Dec 20 23:23:23.540 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76362024-12-20T23:23:24.800Z[ recovery-image] Dec 20 23:23:23.556 INFO O| Dec 20 23:23:23.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
76372024-12-20T23:23:24.803Z[ recovery-image] Dec 20 23:23:23.556 INFO O| Dec 20 23:23:23.556 INFO STEP 1081 (remove_files) COMPLETE
76382024-12-20T23:23:24.803Z[ recovery-image] Dec 20 23:23:23.556 INFO O| Dec 20 23:23:23.556 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76392024-12-20T23:23:24.858Z[ recovery-image] Dec 20 23:23:23.613 INFO O| Dec 20 23:23:23.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
76402024-12-20T23:23:24.860Z[ recovery-image] Dec 20 23:23:23.614 INFO O| Dec 20 23:23:23.614 INFO STEP 1082 (remove_files) COMPLETE
76412024-12-20T23:23:24.860Z[ recovery-image] Dec 20 23:23:23.614 INFO O| Dec 20 23:23:23.614 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76422024-12-20T23:23:24.874Z[ recovery-image] Dec 20 23:23:23.630 INFO O| Dec 20 23:23:23.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
76432024-12-20T23:23:24.874Z[ recovery-image] Dec 20 23:23:23.630 INFO O| Dec 20 23:23:23.630 INFO STEP 1083 (remove_files) COMPLETE
76442024-12-20T23:23:24.877Z[ recovery-image] Dec 20 23:23:23.631 INFO O| Dec 20 23:23:23.630 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76452024-12-20T23:23:24.890Z[ recovery-image] Dec 20 23:23:23.646 INFO O| Dec 20 23:23:23.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
76462024-12-20T23:23:24.893Z[ recovery-image] Dec 20 23:23:23.647 INFO O| Dec 20 23:23:23.647 INFO STEP 1084 (remove_files) COMPLETE
76472024-12-20T23:23:24.893Z[ recovery-image] Dec 20 23:23:23.647 INFO O| Dec 20 23:23:23.647 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76482024-12-20T23:23:24.907Z[ recovery-image] Dec 20 23:23:23.663 INFO O| Dec 20 23:23:23.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
76492024-12-20T23:23:24.911Z[ recovery-image] Dec 20 23:23:23.663 INFO O| Dec 20 23:23:23.663 INFO STEP 1085 (remove_files) COMPLETE
76502024-12-20T23:23:24.911Z[ recovery-image] Dec 20 23:23:23.663 INFO O| Dec 20 23:23:23.663 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76512024-12-20T23:23:24.932Z[ recovery-image] Dec 20 23:23:23.688 INFO O| Dec 20 23:23:23.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
76522024-12-20T23:23:24.955Z[ recovery-image] Dec 20 23:23:23.710 INFO O| Dec 20 23:23:23.710 INFO STEP 1086 (remove_files) COMPLETE
76532024-12-20T23:23:24.955Z[ recovery-image] Dec 20 23:23:23.710 INFO O| Dec 20 23:23:23.710 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76542024-12-20T23:23:25.001Z[ recovery-image] Dec 20 23:23:23.757 INFO O| Dec 20 23:23:23.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
76552024-12-20T23:23:25.001Z[ recovery-image] Dec 20 23:23:23.758 INFO O| Dec 20 23:23:23.757 INFO STEP 1087 (remove_files) COMPLETE
76562024-12-20T23:23:25.004Z[ recovery-image] Dec 20 23:23:23.758 INFO O| Dec 20 23:23:23.758 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76572024-12-20T23:23:25.083Z[ host-image] Dec 20 23:23:23.839 INFO O| Dec 20 23:23:23.839 INFO O| Done
76582024-12-20T23:23:25.088Z[ recovery-image] Dec 20 23:23:23.844 INFO O| Dec 20 23:23:23.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
76592024-12-20T23:23:25.091Z[ recovery-image] Dec 20 23:23:23.844 INFO O| Dec 20 23:23:23.844 INFO STEP 1088 (remove_files) COMPLETE
76602024-12-20T23:23:25.091Z[ recovery-image] Dec 20 23:23:23.844 INFO O| Dec 20 23:23:23.844 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76612024-12-20T23:23:25.111Z[ recovery-image] Dec 20 23:23:23.865 INFO O| Dec 20 23:23:23.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
76622024-12-20T23:23:25.111Z[ recovery-image] Dec 20 23:23:23.866 INFO O| Dec 20 23:23:23.866 INFO STEP 1089 (remove_files) COMPLETE
76632024-12-20T23:23:25.111Z[ recovery-image] Dec 20 23:23:23.866 INFO O| Dec 20 23:23:23.866 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76642024-12-20T23:23:25.130Z[ recovery-image] Dec 20 23:23:23.886 INFO O| Dec 20 23:23:23.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
76652024-12-20T23:23:25.130Z[ recovery-image] Dec 20 23:23:23.886 INFO O| Dec 20 23:23:23.886 INFO STEP 1090 (remove_files) COMPLETE
76662024-12-20T23:23:25.130Z[ recovery-image] Dec 20 23:23:23.886 INFO O| Dec 20 23:23:23.886 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76672024-12-20T23:23:25.148Z[ recovery-image] Dec 20 23:23:23.904 INFO O| Dec 20 23:23:23.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
76682024-12-20T23:23:25.148Z[ recovery-image] Dec 20 23:23:23.904 INFO O| Dec 20 23:23:23.904 INFO STEP 1091 (remove_files) COMPLETE
76692024-12-20T23:23:25.153Z[ recovery-image] Dec 20 23:23:23.904 INFO O| Dec 20 23:23:23.904 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76702024-12-20T23:23:25.186Z[ recovery-image] Dec 20 23:23:23.940 INFO O| Dec 20 23:23:23.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
76712024-12-20T23:23:25.186Z[ recovery-image] Dec 20 23:23:23.940 INFO O| Dec 20 23:23:23.940 INFO STEP 1092 (remove_files) COMPLETE
76722024-12-20T23:23:25.186Z[ recovery-image] Dec 20 23:23:23.941 INFO O| Dec 20 23:23:23.940 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76732024-12-20T23:23:25.210Z[ recovery-image] Dec 20 23:23:23.966 INFO O| Dec 20 23:23:23.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
76742024-12-20T23:23:25.210Z[ recovery-image] Dec 20 23:23:23.966 INFO O| Dec 20 23:23:23.966 INFO STEP 1093 (remove_files) COMPLETE
76752024-12-20T23:23:25.210Z[ recovery-image] Dec 20 23:23:23.966 INFO O| Dec 20 23:23:23.966 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76762024-12-20T23:23:25.231Z[ recovery-image] Dec 20 23:23:23.987 INFO O| Dec 20 23:23:23.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
76772024-12-20T23:23:25.256Z[ recovery-image] Dec 20 23:23:24.011 INFO O| Dec 20 23:23:24.011 INFO STEP 1094 (remove_files) COMPLETE
76782024-12-20T23:23:25.256Z[ recovery-image] Dec 20 23:23:24.011 INFO O| Dec 20 23:23:24.011 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76792024-12-20T23:23:25.315Z[ recovery-image] Dec 20 23:23:24.071 INFO O| Dec 20 23:23:24.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
76802024-12-20T23:23:25.315Z[ recovery-image] Dec 20 23:23:24.071 INFO O| Dec 20 23:23:24.071 INFO STEP 1095 (remove_files) COMPLETE
76812024-12-20T23:23:25.315Z[ recovery-image] Dec 20 23:23:24.071 INFO O| Dec 20 23:23:24.071 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76822024-12-20T23:23:25.337Z[ recovery-image] Dec 20 23:23:24.092 INFO O| Dec 20 23:23:24.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
76832024-12-20T23:23:25.337Z[ recovery-image] Dec 20 23:23:24.092 INFO O| Dec 20 23:23:24.092 INFO STEP 1096 (remove_files) COMPLETE
76842024-12-20T23:23:25.337Z[ recovery-image] Dec 20 23:23:24.092 INFO O| Dec 20 23:23:24.092 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76852024-12-20T23:23:25.385Z[ recovery-image] Dec 20 23:23:24.140 INFO O| Dec 20 23:23:24.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
76862024-12-20T23:23:25.385Z[ recovery-image] Dec 20 23:23:24.141 INFO O| Dec 20 23:23:24.140 INFO STEP 1097 (remove_files) COMPLETE
76872024-12-20T23:23:25.388Z[ recovery-image] Dec 20 23:23:24.141 INFO O| Dec 20 23:23:24.140 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76882024-12-20T23:23:25.405Z[ recovery-image] Dec 20 23:23:24.159 INFO O| Dec 20 23:23:24.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
76892024-12-20T23:23:25.405Z[ recovery-image] Dec 20 23:23:24.159 INFO O| Dec 20 23:23:24.159 INFO STEP 1098 (remove_files) COMPLETE
76902024-12-20T23:23:25.405Z[ recovery-image] Dec 20 23:23:24.159 INFO O| Dec 20 23:23:24.159 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76912024-12-20T23:23:25.449Z[ recovery-image] Dec 20 23:23:24.205 INFO O| Dec 20 23:23:24.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
76922024-12-20T23:23:25.449Z[ recovery-image] Dec 20 23:23:24.205 INFO O| Dec 20 23:23:24.205 INFO STEP 1099 (remove_files) COMPLETE
76932024-12-20T23:23:25.449Z[ recovery-image] Dec 20 23:23:24.205 INFO O| Dec 20 23:23:24.205 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76942024-12-20T23:23:25.468Z[ recovery-image] Dec 20 23:23:24.224 INFO O| Dec 20 23:23:24.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
76952024-12-20T23:23:25.468Z[ recovery-image] Dec 20 23:23:24.224 INFO O| Dec 20 23:23:24.224 INFO STEP 1100 (remove_files) COMPLETE
76962024-12-20T23:23:25.468Z[ recovery-image] Dec 20 23:23:24.224 INFO O| Dec 20 23:23:24.224 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76972024-12-20T23:23:25.485Z[ recovery-image] Dec 20 23:23:24.241 INFO O| Dec 20 23:23:24.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
76982024-12-20T23:23:25.485Z[ recovery-image] Dec 20 23:23:24.241 INFO O| Dec 20 23:23:24.241 INFO STEP 1101 (remove_files) COMPLETE
76992024-12-20T23:23:25.489Z[ recovery-image] Dec 20 23:23:24.241 INFO O| Dec 20 23:23:24.241 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77002024-12-20T23:23:25.504Z[ recovery-image] Dec 20 23:23:24.260 INFO O| Dec 20 23:23:24.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
77012024-12-20T23:23:25.505Z[ recovery-image] Dec 20 23:23:24.260 INFO O| Dec 20 23:23:24.260 INFO STEP 1102 (remove_files) COMPLETE
77022024-12-20T23:23:25.508Z[ recovery-image] Dec 20 23:23:24.261 INFO O| Dec 20 23:23:24.260 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77032024-12-20T23:23:25.583Z[ recovery-image] Dec 20 23:23:24.339 INFO O| Dec 20 23:23:24.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
77042024-12-20T23:23:25.583Z[ recovery-image] Dec 20 23:23:24.339 INFO O| Dec 20 23:23:24.339 INFO STEP 1103 (remove_files) COMPLETE
77052024-12-20T23:23:25.588Z[ recovery-image] Dec 20 23:23:24.339 INFO O| Dec 20 23:23:24.339 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77062024-12-20T23:23:25.603Z[ recovery-image] Dec 20 23:23:24.358 INFO O| Dec 20 23:23:24.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
77072024-12-20T23:23:25.603Z[ recovery-image] Dec 20 23:23:24.359 INFO O| Dec 20 23:23:24.359 INFO STEP 1104 (remove_files) COMPLETE
77082024-12-20T23:23:25.603Z[ recovery-image] Dec 20 23:23:24.359 INFO O| Dec 20 23:23:24.359 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77092024-12-20T23:23:25.621Z[ recovery-image] Dec 20 23:23:24.376 INFO O| Dec 20 23:23:24.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
77102024-12-20T23:23:25.622Z[ recovery-image] Dec 20 23:23:24.376 INFO O| Dec 20 23:23:24.376 INFO STEP 1105 (remove_files) COMPLETE
77112024-12-20T23:23:25.622Z[ recovery-image] Dec 20 23:23:24.376 INFO O| Dec 20 23:23:24.376 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77122024-12-20T23:23:25.637Z[ recovery-image] Dec 20 23:23:24.391 INFO O| Dec 20 23:23:24.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
77132024-12-20T23:23:25.637Z[ recovery-image] Dec 20 23:23:24.392 INFO O| Dec 20 23:23:24.392 INFO STEP 1106 (remove_files) COMPLETE
77142024-12-20T23:23:25.638Z[ recovery-image] Dec 20 23:23:24.392 INFO O| Dec 20 23:23:24.392 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77152024-12-20T23:23:25.655Z[ recovery-image] Dec 20 23:23:24.409 INFO O| Dec 20 23:23:24.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
77162024-12-20T23:23:25.655Z[ recovery-image] Dec 20 23:23:24.410 INFO O| Dec 20 23:23:24.410 INFO STEP 1107 (remove_files) COMPLETE
77172024-12-20T23:23:25.655Z[ recovery-image] Dec 20 23:23:24.410 INFO O| Dec 20 23:23:24.410 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77182024-12-20T23:23:25.685Z[ recovery-image] Dec 20 23:23:24.439 INFO O| Dec 20 23:23:24.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
77192024-12-20T23:23:25.691Z[ recovery-image] Dec 20 23:23:24.439 INFO O| Dec 20 23:23:24.439 INFO STEP 1108 (remove_files) COMPLETE
77202024-12-20T23:23:25.691Z[ recovery-image] Dec 20 23:23:24.440 INFO O| Dec 20 23:23:24.440 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77212024-12-20T23:23:25.719Z[ recovery-image] Dec 20 23:23:24.471 INFO O| Dec 20 23:23:24.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
77222024-12-20T23:23:25.719Z[ recovery-image] Dec 20 23:23:24.471 INFO O| Dec 20 23:23:24.471 INFO STEP 1109 (remove_files) COMPLETE
77232024-12-20T23:23:25.719Z[ recovery-image] Dec 20 23:23:24.471 INFO O| Dec 20 23:23:24.471 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77242024-12-20T23:23:25.775Z[ recovery-image] Dec 20 23:23:24.527 INFO O| Dec 20 23:23:24.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
77252024-12-20T23:23:25.785Z[ recovery-image] Dec 20 23:23:24.527 INFO O| Dec 20 23:23:24.527 INFO STEP 1110 (remove_files) COMPLETE
77262024-12-20T23:23:25.785Z[ recovery-image] Dec 20 23:23:24.527 INFO O| Dec 20 23:23:24.527 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77272024-12-20T23:23:25.791Z[ recovery-image] Dec 20 23:23:24.545 INFO O| Dec 20 23:23:24.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
77282024-12-20T23:23:25.791Z[ recovery-image] Dec 20 23:23:24.545 INFO O| Dec 20 23:23:24.545 INFO STEP 1111 (remove_files) COMPLETE
77292024-12-20T23:23:25.816Z[ recovery-image] Dec 20 23:23:24.545 INFO O| Dec 20 23:23:24.545 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77302024-12-20T23:23:25.822Z[ recovery-image] Dec 20 23:23:24.563 INFO O| Dec 20 23:23:24.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
77312024-12-20T23:23:25.822Z[ recovery-image] Dec 20 23:23:24.563 INFO O| Dec 20 23:23:24.563 INFO STEP 1112 (remove_files) COMPLETE
77322024-12-20T23:23:25.822Z[ recovery-image] Dec 20 23:23:24.563 INFO O| Dec 20 23:23:24.563 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77332024-12-20T23:23:25.847Z[ recovery-image] Dec 20 23:23:24.602 INFO O| Dec 20 23:23:24.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
77342024-12-20T23:23:25.847Z[ recovery-image] Dec 20 23:23:24.602 INFO O| Dec 20 23:23:24.602 INFO STEP 1113 (remove_files) COMPLETE
77352024-12-20T23:23:25.847Z[ recovery-image] Dec 20 23:23:24.602 INFO O| Dec 20 23:23:24.602 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77362024-12-20T23:23:25.898Z[ recovery-image] Dec 20 23:23:24.649 INFO O| Dec 20 23:23:24.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
77372024-12-20T23:23:25.898Z[ recovery-image] Dec 20 23:23:24.650 INFO O| Dec 20 23:23:24.650 INFO STEP 1114 (remove_files) COMPLETE
77382024-12-20T23:23:25.898Z[ recovery-image] Dec 20 23:23:24.650 INFO O| Dec 20 23:23:24.650 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77392024-12-20T23:23:25.955Z[ recovery-image] Dec 20 23:23:24.709 INFO O| Dec 20 23:23:24.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
77402024-12-20T23:23:25.957Z[ recovery-image] Dec 20 23:23:24.709 INFO O| Dec 20 23:23:24.709 INFO STEP 1115 (remove_files) COMPLETE
77412024-12-20T23:23:25.957Z[ recovery-image] Dec 20 23:23:24.709 INFO O| Dec 20 23:23:24.709 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77422024-12-20T23:23:25.974Z[ recovery-image] Dec 20 23:23:24.728 INFO O| Dec 20 23:23:24.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
77432024-12-20T23:23:25.974Z[ recovery-image] Dec 20 23:23:24.728 INFO O| Dec 20 23:23:24.728 INFO STEP 1116 (remove_files) COMPLETE
77442024-12-20T23:23:25.975Z[ recovery-image] Dec 20 23:23:24.728 INFO O| Dec 20 23:23:24.728 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77452024-12-20T23:23:25.997Z[ recovery-image] Dec 20 23:23:24.746 INFO O| Dec 20 23:23:24.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
77462024-12-20T23:23:25.998Z[ recovery-image] Dec 20 23:23:24.747 INFO O| Dec 20 23:23:24.747 INFO STEP 1117 (remove_files) COMPLETE
77472024-12-20T23:23:25.998Z[ recovery-image] Dec 20 23:23:24.747 INFO O| Dec 20 23:23:24.747 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77482024-12-20T23:23:26.033Z[ recovery-image] Dec 20 23:23:24.786 INFO O| Dec 20 23:23:24.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
77492024-12-20T23:23:26.037Z[ recovery-image] Dec 20 23:23:24.786 INFO O| Dec 20 23:23:24.786 INFO STEP 1118 (remove_files) COMPLETE
77502024-12-20T23:23:26.037Z[ recovery-image] Dec 20 23:23:24.786 INFO O| Dec 20 23:23:24.786 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77512024-12-20T23:23:26.062Z[ recovery-image] Dec 20 23:23:24.814 INFO O| Dec 20 23:23:24.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
77522024-12-20T23:23:26.062Z[ recovery-image] Dec 20 23:23:24.814 INFO O| Dec 20 23:23:24.814 INFO STEP 1119 (remove_files) COMPLETE
77532024-12-20T23:23:26.066Z[ recovery-image] Dec 20 23:23:24.814 INFO O| Dec 20 23:23:24.814 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77542024-12-20T23:23:26.083Z[ recovery-image] Dec 20 23:23:24.833 INFO O| Dec 20 23:23:24.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
77552024-12-20T23:23:26.083Z[ recovery-image] Dec 20 23:23:24.833 INFO O| Dec 20 23:23:24.833 INFO STEP 1120 (remove_files) COMPLETE
77562024-12-20T23:23:26.083Z[ recovery-image] Dec 20 23:23:24.833 INFO O| Dec 20 23:23:24.833 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77572024-12-20T23:23:26.106Z[ recovery-image] Dec 20 23:23:24.850 INFO O| Dec 20 23:23:24.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
77582024-12-20T23:23:26.106Z[ recovery-image] Dec 20 23:23:24.850 INFO O| Dec 20 23:23:24.850 INFO STEP 1121 (remove_files) COMPLETE
77592024-12-20T23:23:26.106Z[ recovery-image] Dec 20 23:23:24.850 INFO O| Dec 20 23:23:24.850 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77602024-12-20T23:23:26.126Z[ recovery-image] Dec 20 23:23:24.868 INFO O| Dec 20 23:23:24.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
77612024-12-20T23:23:26.127Z[ recovery-image] Dec 20 23:23:24.868 INFO O| Dec 20 23:23:24.868 INFO STEP 1122 (remove_files) COMPLETE
77622024-12-20T23:23:26.127Z[ recovery-image] Dec 20 23:23:24.868 INFO O| Dec 20 23:23:24.868 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77632024-12-20T23:23:26.149Z[ recovery-image] Dec 20 23:23:24.896 INFO O| Dec 20 23:23:24.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
77642024-12-20T23:23:26.149Z[ recovery-image] Dec 20 23:23:24.896 INFO O| Dec 20 23:23:24.896 INFO STEP 1123 (remove_files) COMPLETE
77652024-12-20T23:23:26.149Z[ recovery-image] Dec 20 23:23:24.896 INFO O| Dec 20 23:23:24.896 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77662024-12-20T23:23:26.167Z[ recovery-image] Dec 20 23:23:24.922 INFO O| Dec 20 23:23:24.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
77672024-12-20T23:23:26.172Z[ recovery-image] Dec 20 23:23:24.925 INFO O| Dec 20 23:23:24.925 INFO STEP 1124 (remove_files) COMPLETE
77682024-12-20T23:23:26.172Z[ recovery-image] Dec 20 23:23:24.925 INFO O| Dec 20 23:23:24.925 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77692024-12-20T23:23:26.194Z[ recovery-image] Dec 20 23:23:24.944 INFO O| Dec 20 23:23:24.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
77702024-12-20T23:23:26.197Z[ recovery-image] Dec 20 23:23:24.944 INFO O| Dec 20 23:23:24.944 INFO STEP 1125 (remove_files) COMPLETE
77712024-12-20T23:23:26.198Z[ recovery-image] Dec 20 23:23:24.944 INFO O| Dec 20 23:23:24.944 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77722024-12-20T23:23:26.210Z[ recovery-image] Dec 20 23:23:24.962 INFO O| Dec 20 23:23:24.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
77732024-12-20T23:23:26.220Z[ recovery-image] Dec 20 23:23:24.963 INFO O| Dec 20 23:23:24.963 INFO STEP 1126 (remove_files) COMPLETE
77742024-12-20T23:23:26.220Z[ recovery-image] Dec 20 23:23:24.963 INFO O| Dec 20 23:23:24.963 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77752024-12-20T23:23:26.232Z[ recovery-image] Dec 20 23:23:24.985 INFO O| Dec 20 23:23:24.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
77762024-12-20T23:23:26.232Z[ recovery-image] Dec 20 23:23:24.985 INFO O| Dec 20 23:23:24.985 INFO STEP 1127 (remove_files) COMPLETE
77772024-12-20T23:23:26.232Z[ recovery-image] Dec 20 23:23:24.985 INFO O| Dec 20 23:23:24.985 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77782024-12-20T23:23:26.295Z[ recovery-image] Dec 20 23:23:25.023 INFO O| Dec 20 23:23:25.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
77792024-12-20T23:23:26.295Z[ recovery-image] Dec 20 23:23:25.023 INFO O| Dec 20 23:23:25.023 INFO STEP 1128 (remove_files) COMPLETE
77802024-12-20T23:23:26.295Z[ recovery-image] Dec 20 23:23:25.023 INFO O| Dec 20 23:23:25.023 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77812024-12-20T23:23:26.321Z[ recovery-image] Dec 20 23:23:25.064 INFO O| Dec 20 23:23:25.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
77822024-12-20T23:23:26.337Z[ recovery-image] Dec 20 23:23:25.064 INFO O| Dec 20 23:23:25.064 INFO STEP 1129 (remove_files) COMPLETE
77832024-12-20T23:23:26.338Z[ recovery-image] Dec 20 23:23:25.064 INFO O| Dec 20 23:23:25.064 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77842024-12-20T23:23:26.350Z[ recovery-image] Dec 20 23:23:25.098 INFO O| Dec 20 23:23:25.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
77852024-12-20T23:23:26.350Z[ recovery-image] Dec 20 23:23:25.098 INFO O| Dec 20 23:23:25.098 INFO STEP 1130 (remove_files) COMPLETE
77862024-12-20T23:23:26.358Z[ recovery-image] Dec 20 23:23:25.098 INFO O| Dec 20 23:23:25.098 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77872024-12-20T23:23:26.392Z[ recovery-image] Dec 20 23:23:25.142 INFO O| Dec 20 23:23:25.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
77882024-12-20T23:23:26.393Z[ recovery-image] Dec 20 23:23:25.143 INFO O| Dec 20 23:23:25.142 INFO STEP 1131 (remove_files) COMPLETE
77892024-12-20T23:23:26.393Z[ recovery-image] Dec 20 23:23:25.143 INFO O| Dec 20 23:23:25.143 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77902024-12-20T23:23:26.408Z[ recovery-image] Dec 20 23:23:25.161 INFO O| Dec 20 23:23:25.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
77912024-12-20T23:23:26.408Z[ recovery-image] Dec 20 23:23:25.161 INFO O| Dec 20 23:23:25.161 INFO STEP 1132 (remove_files) COMPLETE
77922024-12-20T23:23:26.408Z[ recovery-image] Dec 20 23:23:25.161 INFO O| Dec 20 23:23:25.161 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77932024-12-20T23:23:26.441Z[ recovery-image] Dec 20 23:23:25.190 INFO O| Dec 20 23:23:25.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
77942024-12-20T23:23:26.465Z[ recovery-image] Dec 20 23:23:25.190 INFO O| Dec 20 23:23:25.190 INFO STEP 1133 (remove_files) COMPLETE
77952024-12-20T23:23:26.466Z[ recovery-image] Dec 20 23:23:25.191 INFO O| Dec 20 23:23:25.190 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77962024-12-20T23:23:26.492Z[ recovery-image] Dec 20 23:23:25.246 INFO O| Dec 20 23:23:25.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
77972024-12-20T23:23:26.492Z[ recovery-image] Dec 20 23:23:25.246 INFO O| Dec 20 23:23:25.246 INFO STEP 1134 (remove_files) COMPLETE
77982024-12-20T23:23:26.496Z[ recovery-image] Dec 20 23:23:25.246 INFO O| Dec 20 23:23:25.246 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77992024-12-20T23:23:26.553Z[ recovery-image] Dec 20 23:23:25.308 INFO O| Dec 20 23:23:25.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
78002024-12-20T23:23:26.553Z[ recovery-image] Dec 20 23:23:25.308 INFO O| Dec 20 23:23:25.308 INFO STEP 1135 (remove_files) COMPLETE
78012024-12-20T23:23:26.553Z[ recovery-image] Dec 20 23:23:25.308 INFO O| Dec 20 23:23:25.308 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78022024-12-20T23:23:26.601Z[ recovery-image] Dec 20 23:23:25.349 INFO O| Dec 20 23:23:25.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
78032024-12-20T23:23:26.606Z[ recovery-image] Dec 20 23:23:25.349 INFO O| Dec 20 23:23:25.349 INFO STEP 1136 (remove_files) COMPLETE
78042024-12-20T23:23:26.606Z[ recovery-image] Dec 20 23:23:25.349 INFO O| Dec 20 23:23:25.349 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78052024-12-20T23:23:26.618Z[ recovery-image] Dec 20 23:23:25.372 INFO O| Dec 20 23:23:25.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
78062024-12-20T23:23:26.630Z[ recovery-image] Dec 20 23:23:25.372 INFO O| Dec 20 23:23:25.372 INFO STEP 1137 (remove_files) COMPLETE
78072024-12-20T23:23:26.630Z[ recovery-image] Dec 20 23:23:25.372 INFO O| Dec 20 23:23:25.372 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78082024-12-20T23:23:26.658Z[ recovery-image] Dec 20 23:23:25.412 INFO O| Dec 20 23:23:25.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
78092024-12-20T23:23:26.658Z[ recovery-image] Dec 20 23:23:25.412 INFO O| Dec 20 23:23:25.412 INFO STEP 1138 (remove_files) COMPLETE
78102024-12-20T23:23:26.658Z[ recovery-image] Dec 20 23:23:25.412 INFO O| Dec 20 23:23:25.412 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78112024-12-20T23:23:26.683Z[ recovery-image] Dec 20 23:23:25.437 INFO O| Dec 20 23:23:25.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
78122024-12-20T23:23:26.683Z[ recovery-image] Dec 20 23:23:25.437 INFO O| Dec 20 23:23:25.437 INFO STEP 1139 (remove_files) COMPLETE
78132024-12-20T23:23:26.683Z[ recovery-image] Dec 20 23:23:25.437 INFO O| Dec 20 23:23:25.437 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78142024-12-20T23:23:26.703Z[ recovery-image] Dec 20 23:23:25.458 INFO O| Dec 20 23:23:25.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
78152024-12-20T23:23:26.711Z[ recovery-image] Dec 20 23:23:25.466 INFO O| Dec 20 23:23:25.466 INFO STEP 1140 (remove_files) COMPLETE
78162024-12-20T23:23:26.711Z[ recovery-image] Dec 20 23:23:25.466 INFO O| Dec 20 23:23:25.466 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78172024-12-20T23:23:26.735Z[ recovery-image] Dec 20 23:23:25.486 INFO O| Dec 20 23:23:25.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
78182024-12-20T23:23:26.736Z[ recovery-image] Dec 20 23:23:25.486 INFO O| Dec 20 23:23:25.486 INFO STEP 1141 (remove_files) COMPLETE
78192024-12-20T23:23:26.746Z[ recovery-image] Dec 20 23:23:25.486 INFO O| Dec 20 23:23:25.486 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78202024-12-20T23:23:26.751Z[ recovery-image] Dec 20 23:23:25.504 INFO O| Dec 20 23:23:25.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
78212024-12-20T23:23:26.760Z[ recovery-image] Dec 20 23:23:25.515 INFO O| Dec 20 23:23:25.515 INFO STEP 1142 (remove_files) COMPLETE
78222024-12-20T23:23:26.760Z[ recovery-image] Dec 20 23:23:25.515 INFO O| Dec 20 23:23:25.515 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78232024-12-20T23:23:26.862Z[ recovery-image] Dec 20 23:23:25.605 INFO O| Dec 20 23:23:25.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
78242024-12-20T23:23:26.862Z[ recovery-image] Dec 20 23:23:25.605 INFO O| Dec 20 23:23:25.605 INFO STEP 1143 (remove_files) COMPLETE
78252024-12-20T23:23:26.862Z[ recovery-image] Dec 20 23:23:25.605 INFO O| Dec 20 23:23:25.605 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78262024-12-20T23:23:26.895Z[ recovery-image] Dec 20 23:23:25.651 INFO O| Dec 20 23:23:25.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
78272024-12-20T23:23:26.898Z[ recovery-image] Dec 20 23:23:25.651 INFO O| Dec 20 23:23:25.651 INFO STEP 1144 (remove_files) COMPLETE
78282024-12-20T23:23:26.898Z[ recovery-image] Dec 20 23:23:25.651 INFO O| Dec 20 23:23:25.651 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78292024-12-20T23:23:26.915Z[ recovery-image] Dec 20 23:23:25.670 INFO O| Dec 20 23:23:25.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
78302024-12-20T23:23:26.918Z[ recovery-image] Dec 20 23:23:25.671 INFO O| Dec 20 23:23:25.671 INFO STEP 1145 (remove_files) COMPLETE
78312024-12-20T23:23:26.918Z[ recovery-image] Dec 20 23:23:25.671 INFO O| Dec 20 23:23:25.671 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78322024-12-20T23:23:26.952Z[ recovery-image] Dec 20 23:23:25.707 INFO O| Dec 20 23:23:25.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
78332024-12-20T23:23:26.954Z[ recovery-image] Dec 20 23:23:25.708 INFO O| Dec 20 23:23:25.707 INFO STEP 1146 (remove_files) COMPLETE
78342024-12-20T23:23:26.954Z[ recovery-image] Dec 20 23:23:25.708 INFO O| Dec 20 23:23:25.708 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78352024-12-20T23:23:26.972Z[ recovery-image] Dec 20 23:23:25.727 INFO O| Dec 20 23:23:25.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
78362024-12-20T23:23:26.975Z[ recovery-image] Dec 20 23:23:25.728 INFO O| Dec 20 23:23:25.727 INFO STEP 1147 (remove_files) COMPLETE
78372024-12-20T23:23:26.975Z[ recovery-image] Dec 20 23:23:25.728 INFO O| Dec 20 23:23:25.728 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78382024-12-20T23:23:26.997Z[ recovery-image] Dec 20 23:23:25.752 INFO O| Dec 20 23:23:25.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
78392024-12-20T23:23:26.997Z[ recovery-image] Dec 20 23:23:25.752 INFO O| Dec 20 23:23:25.752 INFO STEP 1148 (remove_files) COMPLETE
78402024-12-20T23:23:27.000Z[ recovery-image] Dec 20 23:23:25.752 INFO O| Dec 20 23:23:25.752 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78412024-12-20T23:23:27.028Z[ recovery-image] Dec 20 23:23:25.784 INFO O| Dec 20 23:23:25.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
78422024-12-20T23:23:27.028Z[ recovery-image] Dec 20 23:23:25.784 INFO O| Dec 20 23:23:25.784 INFO STEP 1149 (remove_files) COMPLETE
78432024-12-20T23:23:27.028Z[ recovery-image] Dec 20 23:23:25.784 INFO O| Dec 20 23:23:25.784 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78442024-12-20T23:23:27.058Z[ recovery-image] Dec 20 23:23:25.813 INFO O| Dec 20 23:23:25.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
78452024-12-20T23:23:27.058Z[ recovery-image] Dec 20 23:23:25.813 INFO O| Dec 20 23:23:25.813 INFO STEP 1150 (remove_files) COMPLETE
78462024-12-20T23:23:27.058Z[ recovery-image] Dec 20 23:23:25.813 INFO O| Dec 20 23:23:25.813 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78472024-12-20T23:23:27.075Z[ recovery-image] Dec 20 23:23:25.831 INFO O| Dec 20 23:23:25.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
78482024-12-20T23:23:27.101Z[ recovery-image] Dec 20 23:23:25.856 INFO O| Dec 20 23:23:25.856 INFO STEP 1151 (remove_files) COMPLETE
78492024-12-20T23:23:27.101Z[ recovery-image] Dec 20 23:23:25.856 INFO O| Dec 20 23:23:25.856 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78502024-12-20T23:23:27.132Z[ recovery-image] Dec 20 23:23:25.888 INFO O| Dec 20 23:23:25.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
78512024-12-20T23:23:27.133Z[ recovery-image] Dec 20 23:23:25.888 INFO O| Dec 20 23:23:25.888 INFO STEP 1152 (remove_files) COMPLETE
78522024-12-20T23:23:27.133Z[ recovery-image] Dec 20 23:23:25.888 INFO O| Dec 20 23:23:25.888 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78532024-12-20T23:23:27.150Z[ recovery-image] Dec 20 23:23:25.906 INFO O| Dec 20 23:23:25.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
78542024-12-20T23:23:27.150Z[ recovery-image] Dec 20 23:23:25.906 INFO O| Dec 20 23:23:25.906 INFO STEP 1153 (remove_files) COMPLETE
78552024-12-20T23:23:27.153Z[ recovery-image] Dec 20 23:23:25.906 INFO O| Dec 20 23:23:25.906 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78562024-12-20T23:23:27.170Z[ recovery-image] Dec 20 23:23:25.925 INFO O| Dec 20 23:23:25.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
78572024-12-20T23:23:27.170Z[ recovery-image] Dec 20 23:23:25.925 INFO O| Dec 20 23:23:25.925 INFO STEP 1154 (remove_files) COMPLETE
78582024-12-20T23:23:27.170Z[ recovery-image] Dec 20 23:23:25.925 INFO O| Dec 20 23:23:25.925 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78592024-12-20T23:23:27.208Z[ recovery-image] Dec 20 23:23:25.964 INFO O| Dec 20 23:23:25.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
78602024-12-20T23:23:27.208Z[ recovery-image] Dec 20 23:23:25.964 INFO O| Dec 20 23:23:25.964 INFO STEP 1155 (remove_files) COMPLETE
78612024-12-20T23:23:27.208Z[ recovery-image] Dec 20 23:23:25.964 INFO O| Dec 20 23:23:25.964 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78622024-12-20T23:23:27.270Z[ recovery-image] Dec 20 23:23:26.025 INFO O| Dec 20 23:23:26.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
78632024-12-20T23:23:27.271Z[ recovery-image] Dec 20 23:23:26.026 INFO O| Dec 20 23:23:26.025 INFO STEP 1156 (remove_files) COMPLETE
78642024-12-20T23:23:27.271Z[ recovery-image] Dec 20 23:23:26.026 INFO O| Dec 20 23:23:26.026 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78652024-12-20T23:23:27.312Z[ recovery-image] Dec 20 23:23:26.068 INFO O| Dec 20 23:23:26.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
78662024-12-20T23:23:27.312Z[ recovery-image] Dec 20 23:23:26.068 INFO O| Dec 20 23:23:26.068 INFO STEP 1157 (remove_files) COMPLETE
78672024-12-20T23:23:27.315Z[ recovery-image] Dec 20 23:23:26.068 INFO O| Dec 20 23:23:26.068 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78682024-12-20T23:23:27.330Z[ recovery-image] Dec 20 23:23:26.086 INFO O| Dec 20 23:23:26.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
78692024-12-20T23:23:27.330Z[ recovery-image] Dec 20 23:23:26.086 INFO O| Dec 20 23:23:26.086 INFO STEP 1158 (remove_files) COMPLETE
78702024-12-20T23:23:27.333Z[ recovery-image] Dec 20 23:23:26.086 INFO O| Dec 20 23:23:26.086 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78712024-12-20T23:23:27.353Z[ recovery-image] Dec 20 23:23:26.108 INFO O| Dec 20 23:23:26.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
78722024-12-20T23:23:27.353Z[ recovery-image] Dec 20 23:23:26.108 INFO O| Dec 20 23:23:26.108 INFO STEP 1159 (remove_files) COMPLETE
78732024-12-20T23:23:27.355Z[ recovery-image] Dec 20 23:23:26.108 INFO O| Dec 20 23:23:26.108 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78742024-12-20T23:23:27.376Z[ recovery-image] Dec 20 23:23:26.131 INFO O| Dec 20 23:23:26.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
78752024-12-20T23:23:27.376Z[ recovery-image] Dec 20 23:23:26.131 INFO O| Dec 20 23:23:26.131 INFO STEP 1160 (remove_files) COMPLETE
78762024-12-20T23:23:27.376Z[ recovery-image] Dec 20 23:23:26.131 INFO O| Dec 20 23:23:26.131 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78772024-12-20T23:23:27.393Z[ recovery-image] Dec 20 23:23:26.148 INFO O| Dec 20 23:23:26.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
78782024-12-20T23:23:27.393Z[ recovery-image] Dec 20 23:23:26.149 INFO O| Dec 20 23:23:26.148 INFO STEP 1161 (remove_files) COMPLETE
78792024-12-20T23:23:27.393Z[ recovery-image] Dec 20 23:23:26.149 INFO O| Dec 20 23:23:26.148 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78802024-12-20T23:23:27.428Z[ recovery-image] Dec 20 23:23:26.183 INFO O| Dec 20 23:23:26.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
78812024-12-20T23:23:27.431Z[ recovery-image] Dec 20 23:23:26.184 INFO O| Dec 20 23:23:26.183 INFO STEP 1162 (remove_files) COMPLETE
78822024-12-20T23:23:27.431Z[ recovery-image] Dec 20 23:23:26.184 INFO O| Dec 20 23:23:26.184 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78832024-12-20T23:23:27.448Z[ recovery-image] Dec 20 23:23:26.203 INFO O| Dec 20 23:23:26.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
78842024-12-20T23:23:27.450Z[ recovery-image] Dec 20 23:23:26.204 INFO O| Dec 20 23:23:26.204 INFO STEP 1163 (remove_files) COMPLETE
78852024-12-20T23:23:27.451Z[ recovery-image] Dec 20 23:23:26.204 INFO O| Dec 20 23:23:26.204 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78862024-12-20T23:23:27.486Z[ recovery-image] Dec 20 23:23:26.242 INFO O| Dec 20 23:23:26.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
78872024-12-20T23:23:27.486Z[ recovery-image] Dec 20 23:23:26.242 INFO O| Dec 20 23:23:26.242 INFO STEP 1164 (remove_files) COMPLETE
78882024-12-20T23:23:27.489Z[ recovery-image] Dec 20 23:23:26.242 INFO O| Dec 20 23:23:26.242 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78892024-12-20T23:23:27.508Z[ recovery-image] Dec 20 23:23:26.263 INFO O| Dec 20 23:23:26.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
78902024-12-20T23:23:27.508Z[ recovery-image] Dec 20 23:23:26.264 INFO O| Dec 20 23:23:26.263 INFO STEP 1165 (remove_files) COMPLETE
78912024-12-20T23:23:27.510Z[ recovery-image] Dec 20 23:23:26.264 INFO O| Dec 20 23:23:26.263 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78922024-12-20T23:23:27.540Z[ recovery-image] Dec 20 23:23:26.295 INFO O| Dec 20 23:23:26.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
78932024-12-20T23:23:27.540Z[ recovery-image] Dec 20 23:23:26.295 INFO O| Dec 20 23:23:26.295 INFO STEP 1166 (remove_files) COMPLETE
78942024-12-20T23:23:27.543Z[ recovery-image] Dec 20 23:23:26.295 INFO O| Dec 20 23:23:26.295 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78952024-12-20T23:23:27.572Z[ recovery-image] Dec 20 23:23:26.327 INFO O| Dec 20 23:23:26.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
78962024-12-20T23:23:27.572Z[ recovery-image] Dec 20 23:23:26.327 INFO O| Dec 20 23:23:26.327 INFO STEP 1167 (remove_files) COMPLETE
78972024-12-20T23:23:27.572Z[ recovery-image] Dec 20 23:23:26.327 INFO O| Dec 20 23:23:26.327 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78982024-12-20T23:23:27.609Z[ recovery-image] Dec 20 23:23:26.364 INFO O| Dec 20 23:23:26.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
78992024-12-20T23:23:27.609Z[ recovery-image] Dec 20 23:23:26.364 INFO O| Dec 20 23:23:26.364 INFO STEP 1168 (remove_files) COMPLETE
79002024-12-20T23:23:27.609Z[ recovery-image] Dec 20 23:23:26.364 INFO O| Dec 20 23:23:26.364 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79012024-12-20T23:23:27.638Z[ recovery-image] Dec 20 23:23:26.393 INFO O| Dec 20 23:23:26.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
79022024-12-20T23:23:27.641Z[ recovery-image] Dec 20 23:23:26.393 INFO O| Dec 20 23:23:26.393 INFO STEP 1169 (remove_files) COMPLETE
79032024-12-20T23:23:27.641Z[ recovery-image] Dec 20 23:23:26.394 INFO O| Dec 20 23:23:26.393 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79042024-12-20T23:23:27.658Z[ recovery-image] Dec 20 23:23:26.413 INFO O| Dec 20 23:23:26.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
79052024-12-20T23:23:27.660Z[ recovery-image] Dec 20 23:23:26.414 INFO O| Dec 20 23:23:26.414 INFO STEP 1170 (remove_files) COMPLETE
79062024-12-20T23:23:27.661Z[ recovery-image] Dec 20 23:23:26.414 INFO O| Dec 20 23:23:26.414 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79072024-12-20T23:23:27.678Z[ recovery-image] Dec 20 23:23:26.434 INFO O| Dec 20 23:23:26.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
79082024-12-20T23:23:27.681Z[ recovery-image] Dec 20 23:23:26.434 INFO O| Dec 20 23:23:26.434 INFO STEP 1171 (remove_files) COMPLETE
79092024-12-20T23:23:27.681Z[ recovery-image] Dec 20 23:23:26.434 INFO O| Dec 20 23:23:26.434 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79102024-12-20T23:23:27.697Z[ recovery-image] Dec 20 23:23:26.452 INFO O| Dec 20 23:23:26.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
79112024-12-20T23:23:27.699Z[ recovery-image] Dec 20 23:23:26.452 INFO O| Dec 20 23:23:26.452 INFO STEP 1172 (remove_files) COMPLETE
79122024-12-20T23:23:27.699Z[ recovery-image] Dec 20 23:23:26.453 INFO O| Dec 20 23:23:26.452 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79132024-12-20T23:23:27.726Z[ recovery-image] Dec 20 23:23:26.481 INFO O| Dec 20 23:23:26.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
79142024-12-20T23:23:27.726Z[ recovery-image] Dec 20 23:23:26.481 INFO O| Dec 20 23:23:26.481 INFO STEP 1173 (remove_files) COMPLETE
79152024-12-20T23:23:27.726Z[ recovery-image] Dec 20 23:23:26.481 INFO O| Dec 20 23:23:26.481 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79162024-12-20T23:23:27.747Z[ recovery-image] Dec 20 23:23:26.501 INFO O| Dec 20 23:23:26.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
79172024-12-20T23:23:27.747Z[ recovery-image] Dec 20 23:23:26.501 INFO O| Dec 20 23:23:26.501 INFO STEP 1174 (remove_files) COMPLETE
79182024-12-20T23:23:27.747Z[ recovery-image] Dec 20 23:23:26.501 INFO O| Dec 20 23:23:26.501 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79192024-12-20T23:23:27.760Z[ host-image] Dec 20 23:23:26.515 INFO O| Dec 20 23:23:26.515 INFO O| Done
79202024-12-20T23:23:27.763Z[ recovery-image] Dec 20 23:23:26.519 INFO O| Dec 20 23:23:26.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
79212024-12-20T23:23:27.768Z[ recovery-image] Dec 20 23:23:26.519 INFO O| Dec 20 23:23:26.519 INFO STEP 1175 (remove_files) COMPLETE
79222024-12-20T23:23:27.768Z[ recovery-image] Dec 20 23:23:26.519 INFO O| Dec 20 23:23:26.519 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79232024-12-20T23:23:27.781Z[ recovery-image] Dec 20 23:23:26.536 INFO O| Dec 20 23:23:26.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
79242024-12-20T23:23:27.781Z[ recovery-image] Dec 20 23:23:26.536 INFO O| Dec 20 23:23:26.536 INFO STEP 1176 (remove_files) COMPLETE
79252024-12-20T23:23:27.781Z[ recovery-image] Dec 20 23:23:26.536 INFO O| Dec 20 23:23:26.536 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79262024-12-20T23:23:27.802Z[ recovery-image] Dec 20 23:23:26.557 INFO O| Dec 20 23:23:26.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
79272024-12-20T23:23:27.802Z[ recovery-image] Dec 20 23:23:26.557 INFO O| Dec 20 23:23:26.557 INFO STEP 1177 (remove_files) COMPLETE
79282024-12-20T23:23:27.805Z[ recovery-image] Dec 20 23:23:26.557 INFO O| Dec 20 23:23:26.557 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79292024-12-20T23:23:27.821Z[ host-image] Dec 20 23:23:26.577 INFO O| Dec 20 23:23:26.577 INFO O| Done
79302024-12-20T23:23:27.825Z[ host-image] Dec 20 23:23:26.577 INFO O| Dec 20 23:23:26.577 INFO O| Done
79312024-12-20T23:23:27.840Z[ recovery-image] Dec 20 23:23:26.594 INFO O| Dec 20 23:23:26.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
79322024-12-20T23:23:27.840Z[ recovery-image] Dec 20 23:23:26.594 INFO O| Dec 20 23:23:26.594 INFO STEP 1178 (remove_files) COMPLETE
79332024-12-20T23:23:27.843Z[ recovery-image] Dec 20 23:23:26.594 INFO O| Dec 20 23:23:26.594 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79342024-12-20T23:23:27.897Z[ host-image] Dec 20 23:23:26.652 INFO O| Dec 20 23:23:26.652 INFO O| Done
79352024-12-20T23:23:27.913Z[ recovery-image] Dec 20 23:23:26.668 INFO O| Dec 20 23:23:26.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
79362024-12-20T23:23:27.913Z[ recovery-image] Dec 20 23:23:26.668 INFO O| Dec 20 23:23:26.668 INFO STEP 1179 (remove_files) COMPLETE
79372024-12-20T23:23:27.913Z[ recovery-image] Dec 20 23:23:26.668 INFO O| Dec 20 23:23:26.668 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79382024-12-20T23:23:27.935Z[ recovery-image] Dec 20 23:23:26.690 INFO O| Dec 20 23:23:26.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
79392024-12-20T23:23:27.953Z[ recovery-image] Dec 20 23:23:26.708 INFO O| Dec 20 23:23:26.708 INFO STEP 1180 (remove_files) COMPLETE
79402024-12-20T23:23:27.953Z[ recovery-image] Dec 20 23:23:26.708 INFO O| Dec 20 23:23:26.708 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79412024-12-20T23:23:27.989Z[ recovery-image] Dec 20 23:23:26.744 INFO O| Dec 20 23:23:26.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
79422024-12-20T23:23:27.989Z[ recovery-image] Dec 20 23:23:26.744 INFO O| Dec 20 23:23:26.744 INFO STEP 1181 (remove_files) COMPLETE
79432024-12-20T23:23:27.989Z[ recovery-image] Dec 20 23:23:26.744 INFO O| Dec 20 23:23:26.744 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79442024-12-20T23:23:28.006Z[ recovery-image] Dec 20 23:23:26.761 INFO O| Dec 20 23:23:26.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
79452024-12-20T23:23:28.006Z[ recovery-image] Dec 20 23:23:26.761 INFO O| Dec 20 23:23:26.761 INFO STEP 1182 (remove_files) COMPLETE
79462024-12-20T23:23:28.006Z[ recovery-image] Dec 20 23:23:26.761 INFO O| Dec 20 23:23:26.761 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79472024-12-20T23:23:28.023Z[ recovery-image] Dec 20 23:23:26.778 INFO O| Dec 20 23:23:26.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
79482024-12-20T23:23:28.023Z[ recovery-image] Dec 20 23:23:26.778 INFO O| Dec 20 23:23:26.778 INFO STEP 1183 (remove_files) COMPLETE
79492024-12-20T23:23:28.023Z[ recovery-image] Dec 20 23:23:26.778 INFO O| Dec 20 23:23:26.778 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79502024-12-20T23:23:28.056Z[ recovery-image] Dec 20 23:23:26.811 INFO O| Dec 20 23:23:26.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
79512024-12-20T23:23:28.059Z[ recovery-image] Dec 20 23:23:26.811 INFO O| Dec 20 23:23:26.811 INFO STEP 1184 (remove_files) COMPLETE
79522024-12-20T23:23:28.059Z[ recovery-image] Dec 20 23:23:26.811 INFO O| Dec 20 23:23:26.811 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79532024-12-20T23:23:28.086Z[ recovery-image] Dec 20 23:23:26.841 INFO O| Dec 20 23:23:26.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
79542024-12-20T23:23:28.086Z[ recovery-image] Dec 20 23:23:26.841 INFO O| Dec 20 23:23:26.841 INFO STEP 1185 (remove_files) COMPLETE
79552024-12-20T23:23:28.086Z[ recovery-image] Dec 20 23:23:26.841 INFO O| Dec 20 23:23:26.841 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79562024-12-20T23:23:28.105Z[ host-image] Dec 20 23:23:26.860 INFO O| Dec 20 23:23:26.860 INFO STEP 13 (pkg_install) COMPLETE
79572024-12-20T23:23:28.105Z[ host-image] Dec 20 23:23:26.860 INFO O| Dec 20 23:23:26.860 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
79582024-12-20T23:23:28.122Z[ host-image] Dec 20 23:23:26.878 INFO O| Dec 20 23:23:26.878 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"]
79592024-12-20T23:23:28.125Z[ recovery-image] Dec 20 23:23:26.881 INFO O| Dec 20 23:23:26.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
79602024-12-20T23:23:28.129Z[ recovery-image] Dec 20 23:23:26.884 INFO O| Dec 20 23:23:26.884 INFO STEP 1186 (remove_files) COMPLETE
79612024-12-20T23:23:28.129Z[ recovery-image] Dec 20 23:23:26.884 INFO O| Dec 20 23:23:26.884 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79622024-12-20T23:23:28.185Z[ recovery-image] Dec 20 23:23:26.940 INFO O| Dec 20 23:23:26.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
79632024-12-20T23:23:28.185Z[ recovery-image] Dec 20 23:23:26.940 INFO O| Dec 20 23:23:26.940 INFO STEP 1187 (remove_files) COMPLETE
79642024-12-20T23:23:28.188Z[ recovery-image] Dec 20 23:23:26.941 INFO O| Dec 20 23:23:26.940 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79652024-12-20T23:23:28.226Z[ recovery-image] Dec 20 23:23:26.981 INFO O| Dec 20 23:23:26.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
79662024-12-20T23:23:28.226Z[ recovery-image] Dec 20 23:23:26.981 INFO O| Dec 20 23:23:26.981 INFO STEP 1188 (remove_files) COMPLETE
79672024-12-20T23:23:28.226Z[ recovery-image] Dec 20 23:23:26.981 INFO O| Dec 20 23:23:26.981 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79682024-12-20T23:23:28.246Z[ recovery-image] Dec 20 23:23:26.999 INFO O| Dec 20 23:23:26.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
79692024-12-20T23:23:28.246Z[ recovery-image] Dec 20 23:23:26.999 INFO O| Dec 20 23:23:26.999 INFO STEP 1189 (remove_files) COMPLETE
79702024-12-20T23:23:28.246Z[ recovery-image] Dec 20 23:23:26.999 INFO O| Dec 20 23:23:26.999 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79712024-12-20T23:23:28.261Z[ recovery-image] Dec 20 23:23:27.016 INFO O| Dec 20 23:23:27.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
79722024-12-20T23:23:28.261Z[ recovery-image] Dec 20 23:23:27.016 INFO O| Dec 20 23:23:27.016 INFO STEP 1190 (remove_files) COMPLETE
79732024-12-20T23:23:28.261Z[ recovery-image] Dec 20 23:23:27.016 INFO O| Dec 20 23:23:27.016 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79742024-12-20T23:23:28.278Z[ recovery-image] Dec 20 23:23:27.032 INFO O| Dec 20 23:23:27.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
79752024-12-20T23:23:28.278Z[ recovery-image] Dec 20 23:23:27.032 INFO O| Dec 20 23:23:27.032 INFO STEP 1191 (remove_files) COMPLETE
79762024-12-20T23:23:28.281Z[ recovery-image] Dec 20 23:23:27.032 INFO O| Dec 20 23:23:27.032 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79772024-12-20T23:23:28.313Z[ recovery-image] Dec 20 23:23:27.068 INFO O| Dec 20 23:23:27.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
79782024-12-20T23:23:28.316Z[ recovery-image] Dec 20 23:23:27.068 INFO O| Dec 20 23:23:27.068 INFO STEP 1192 (remove_files) COMPLETE
79792024-12-20T23:23:28.316Z[ recovery-image] Dec 20 23:23:27.068 INFO O| Dec 20 23:23:27.068 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79802024-12-20T23:23:28.332Z[ recovery-image] Dec 20 23:23:27.086 INFO O| Dec 20 23:23:27.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
79812024-12-20T23:23:28.335Z[ recovery-image] Dec 20 23:23:27.086 INFO O| Dec 20 23:23:27.086 INFO STEP 1193 (remove_files) COMPLETE
79822024-12-20T23:23:28.335Z[ recovery-image] Dec 20 23:23:27.086 INFO O| Dec 20 23:23:27.086 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79832024-12-20T23:23:28.358Z[ recovery-image] Dec 20 23:23:27.113 INFO O| Dec 20 23:23:27.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
79842024-12-20T23:23:28.358Z[ recovery-image] Dec 20 23:23:27.113 INFO O| Dec 20 23:23:27.113 INFO STEP 1194 (remove_files) COMPLETE
79852024-12-20T23:23:28.361Z[ recovery-image] Dec 20 23:23:27.113 INFO O| Dec 20 23:23:27.113 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79862024-12-20T23:23:28.377Z[ recovery-image] Dec 20 23:23:27.133 INFO O| Dec 20 23:23:27.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
79872024-12-20T23:23:28.378Z[ recovery-image] Dec 20 23:23:27.133 INFO O| Dec 20 23:23:27.133 INFO STEP 1195 (remove_files) COMPLETE
79882024-12-20T23:23:28.378Z[ recovery-image] Dec 20 23:23:27.133 INFO O| Dec 20 23:23:27.133 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79892024-12-20T23:23:28.404Z[ recovery-image] Dec 20 23:23:27.159 INFO O| Dec 20 23:23:27.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
79902024-12-20T23:23:28.404Z[ recovery-image] Dec 20 23:23:27.159 INFO O| Dec 20 23:23:27.159 INFO STEP 1196 (remove_files) COMPLETE
79912024-12-20T23:23:28.404Z[ recovery-image] Dec 20 23:23:27.159 INFO O| Dec 20 23:23:27.159 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79922024-12-20T23:23:28.441Z[ recovery-image] Dec 20 23:23:27.197 INFO O| Dec 20 23:23:27.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
79932024-12-20T23:23:28.441Z[ recovery-image] Dec 20 23:23:27.197 INFO O| Dec 20 23:23:27.197 INFO STEP 1197 (remove_files) COMPLETE
79942024-12-20T23:23:28.441Z[ recovery-image] Dec 20 23:23:27.197 INFO O| Dec 20 23:23:27.197 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79952024-12-20T23:23:28.503Z[ recovery-image] Dec 20 23:23:27.258 INFO O| Dec 20 23:23:27.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
79962024-12-20T23:23:28.503Z[ recovery-image] Dec 20 23:23:27.259 INFO O| Dec 20 23:23:27.258 INFO STEP 1198 (remove_files) COMPLETE
79972024-12-20T23:23:28.503Z[ recovery-image] Dec 20 23:23:27.259 INFO O| Dec 20 23:23:27.258 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79982024-12-20T23:23:28.542Z[ recovery-image] Dec 20 23:23:27.298 INFO O| Dec 20 23:23:27.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
79992024-12-20T23:23:28.542Z[ recovery-image] Dec 20 23:23:27.298 INFO O| Dec 20 23:23:27.298 INFO STEP 1199 (remove_files) COMPLETE
80002024-12-20T23:23:28.545Z[ recovery-image] Dec 20 23:23:27.298 INFO O| Dec 20 23:23:27.298 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80012024-12-20T23:23:28.563Z[ recovery-image] Dec 20 23:23:27.318 INFO O| Dec 20 23:23:27.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
80022024-12-20T23:23:28.563Z[ recovery-image] Dec 20 23:23:27.318 INFO O| Dec 20 23:23:27.318 INFO STEP 1200 (remove_files) COMPLETE
80032024-12-20T23:23:28.565Z[ recovery-image] Dec 20 23:23:27.318 INFO O| Dec 20 23:23:27.318 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80042024-12-20T23:23:28.599Z[ recovery-image] Dec 20 23:23:27.354 INFO O| Dec 20 23:23:27.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
80052024-12-20T23:23:28.599Z[ recovery-image] Dec 20 23:23:27.354 INFO O| Dec 20 23:23:27.354 INFO STEP 1201 (remove_files) COMPLETE
80062024-12-20T23:23:28.602Z[ recovery-image] Dec 20 23:23:27.354 INFO O| Dec 20 23:23:27.354 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80072024-12-20T23:23:28.619Z[ recovery-image] Dec 20 23:23:27.374 INFO O| Dec 20 23:23:27.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
80082024-12-20T23:23:28.619Z[ recovery-image] Dec 20 23:23:27.374 INFO O| Dec 20 23:23:27.374 INFO STEP 1202 (remove_files) COMPLETE
80092024-12-20T23:23:28.619Z[ recovery-image] Dec 20 23:23:27.374 INFO O| Dec 20 23:23:27.374 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80102024-12-20T23:23:28.638Z[ recovery-image] Dec 20 23:23:27.393 INFO O| Dec 20 23:23:27.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
80112024-12-20T23:23:28.638Z[ recovery-image] Dec 20 23:23:27.393 INFO O| Dec 20 23:23:27.393 INFO STEP 1203 (remove_files) COMPLETE
80122024-12-20T23:23:28.638Z[ recovery-image] Dec 20 23:23:27.393 INFO O| Dec 20 23:23:27.393 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80132024-12-20T23:23:28.676Z[ recovery-image] Dec 20 23:23:27.429 INFO O| Dec 20 23:23:27.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
80142024-12-20T23:23:28.676Z[ recovery-image] Dec 20 23:23:27.429 INFO O| Dec 20 23:23:27.429 INFO STEP 1204 (remove_files) COMPLETE
80152024-12-20T23:23:28.676Z[ recovery-image] Dec 20 23:23:27.429 INFO O| Dec 20 23:23:27.429 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80162024-12-20T23:23:28.753Z[ recovery-image] Dec 20 23:23:27.508 INFO O| Dec 20 23:23:27.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
80172024-12-20T23:23:28.753Z[ recovery-image] Dec 20 23:23:27.509 INFO O| Dec 20 23:23:27.508 INFO STEP 1205 (remove_files) COMPLETE
80182024-12-20T23:23:28.753Z[ recovery-image] Dec 20 23:23:27.509 INFO O| Dec 20 23:23:27.509 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
80192024-12-20T23:23:28.877Z[ recovery-image] Dec 20 23:23:27.632 INFO O| Dec 20 23:23:27.632 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
80202024-12-20T23:23:28.880Z[ recovery-image] Dec 20 23:23:27.632 INFO O| Dec 20 23:23:27.632 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
80212024-12-20T23:23:29.226Z[ host-image] Dec 20 23:23:27.981 INFO O| Dec 20 23:23:27.981 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
80222024-12-20T23:23:30.577Z[ recovery-image] Dec 20 23:23:29.332 INFO O| Dec 20 23:23:29.332 INFO STEP 1206 (pack_tar) COMPLETE
80232024-12-20T23:23:30.577Z[ recovery-image] Dec 20 23:23:29.332 INFO O| Dec 20 23:23:29.332 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
80242024-12-20T23:23:30.581Z[ recovery-image] Dec 20 23:23:29.332 INFO O| Dec 20 23:23:29.332 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
80252024-12-20T23:23:30.880Z[ recovery-image] Dec 20 23:23:29.635 INFO O| Dec 20 23:23:29.634 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
80262024-12-20T23:23:31.005Z[ recovery-image] Dec 20 23:23:29.760 INFO O| Dec 20 23:23:29.760 INFO completed processing gimlet/ramdisk-03-recovery-trim
80272024-12-20T23:23:31.016Z[ recovery-image] Dec 20 23:23:29.770 INFO image builder template: zfs-recovery...
80282024-12-20T23:23:31.016Z[ recovery-image] Dec 20 23:23:29.770 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/.tmp8ONQdI/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
80292024-12-20T23:23:31.067Z[ recovery-image] Dec 20 23:23:29.822 INFO O| Dec 20 23:23:29.822 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80302024-12-20T23:23:31.088Z[ recovery-image] Dec 20 23:23:29.843 INFO O| Dec 20 23:23:29.843 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80312024-12-20T23:23:31.180Z[ recovery-image] Dec 20 23:23:29.934 INFO O| Dec 20 23:23:29.934 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
80322024-12-20T23:23:31.295Z[ recovery-image] Dec 20 23:23:30.031 INFO O| Dec 20 23:23:30.031 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80332024-12-20T23:23:31.295Z[ recovery-image] Dec 20 23:23:30.031 INFO O| Dec 20 23:23:30.031 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
80342024-12-20T23:23:31.310Z[ recovery-image] Dec 20 23:23:30.038 INFO O| Dec 20 23:23:30.038 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
80352024-12-20T23:23:31.391Z[ recovery-image] Dec 20 23:23:30.137 INFO O| Dec 20 23:23:30.137 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
80362024-12-20T23:23:31.561Z[ recovery-image] Dec 20 23:23:30.291 INFO O| Dec 20 23:23:30.291 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
80372024-12-20T23:23:31.594Z[ recovery-image] Dec 20 23:23:30.308 INFO O| Dec 20 23:23:30.307 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
80382024-12-20T23:23:31.595Z[ recovery-image] Dec 20 23:23:30.316 INFO O| Dec 20 23:23:30.316 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
80392024-12-20T23:23:31.595Z[ recovery-image] Dec 20 23:23:30.325 INFO O| Dec 20 23:23:30.325 INFO no lofi found
80402024-12-20T23:23:31.595Z[ recovery-image] Dec 20 23:23:30.325 INFO O| Dec 20 23:23:30.325 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
80412024-12-20T23:23:31.595Z[ recovery-image] Dec 20 23:23:30.325 INFO O| Dec 20 23:23:30.325 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
80422024-12-20T23:23:33.238Z[ host-image] Dec 20 23:23:31.993 INFO O| Dec 20 23:23:31.993 INFO O| Planning: Solver setup ... Done
80432024-12-20T23:23:33.243Z[ host-image] Dec 20 23:23:31.997 INFO O| Dec 20 23:23:31.997 INFO O| Planning: Running solver ... Done
80442024-12-20T23:23:33.257Z[ recovery-image] Dec 20 23:23:32.010 INFO O| Dec 20 23:23:32.010 INFO lofi device = /dev/dsk/c2t1d0p0
80452024-12-20T23:23:33.257Z[ recovery-image] Dec 20 23:23:32.010 INFO O| Dec 20 23:23:32.010 INFO pool device = /dev/dsk/c2t1d0p0
80462024-12-20T23:23:33.257Z[ recovery-image] Dec 20 23:23:32.011 INFO O| Dec 20 23:23:32.010 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
80472024-12-20T23:23:33.337Z[ host-image] Dec 20 23:23:32.092 INFO O| Dec 20 23:23:32.092 INFO O| Planning: Finding local manifests ... Done
80482024-12-20T23:23:33.340Z[ host-image] Dec 20 23:23:32.093 INFO O| Dec 20 23:23:32.093 INFO O| Planning: Fetching manifests: 0/1 0% complete
80492024-12-20T23:23:33.361Z[ recovery-image] Dec 20 23:23:32.115 INFO O| Dec 20 23:23:32.115 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80502024-12-20T23:23:33.361Z[ recovery-image] Dec 20 23:23:32.115 INFO O| Dec 20 23:23:32.115 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
80512024-12-20T23:23:33.389Z[ recovery-image] Dec 20 23:23:32.143 INFO O| Dec 20 23:23:32.143 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
80522024-12-20T23:23:33.468Z[ host-image] Dec 20 23:23:32.222 INFO O| Dec 20 23:23:32.222 INFO O| Planning: Fetching manifests: 1/1 100% complete
80532024-12-20T23:23:33.479Z[ recovery-image] Dec 20 23:23:32.234 INFO O| Dec 20 23:23:32.234 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
80542024-12-20T23:23:33.493Z[ host-image] Dec 20 23:23:32.247 INFO O| Dec 20 23:23:32.247 INFO O| Planning: Package planning ... Done
80552024-12-20T23:23:33.496Z[ host-image] Dec 20 23:23:32.248 INFO O| Dec 20 23:23:32.248 INFO O| Planning: Merging actions ... Done
80562024-12-20T23:23:33.525Z[ recovery-image] Dec 20 23:23:32.279 INFO O| Dec 20 23:23:32.279 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
80572024-12-20T23:23:33.544Z[ recovery-image] Dec 20 23:23:32.299 INFO O| Dec 20 23:23:32.299 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
80582024-12-20T23:23:33.560Z[ recovery-image] Dec 20 23:23:32.315 INFO O| Dec 20 23:23:32.314 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
80592024-12-20T23:23:33.591Z[ host-image] Dec 20 23:23:32.344 INFO O| Dec 20 23:23:32.344 INFO O| Planning: Checking for conflicting actions ... Done
80602024-12-20T23:23:33.595Z[ host-image] Dec 20 23:23:32.345 INFO O| Dec 20 23:23:32.344 INFO O| Planning: Consolidating action changes ... Done
80612024-12-20T23:23:33.614Z[ recovery-image] Dec 20 23:23:32.369 INFO O| Dec 20 23:23:32.368 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
80622024-12-20T23:23:33.617Z[ recovery-image] Dec 20 23:23:32.369 INFO O| Dec 20 23:23:32.369 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
80632024-12-20T23:23:33.617Z[ recovery-image] Dec 20 23:23:32.369 INFO O| Dec 20 23:23:32.369 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
80642024-12-20T23:23:33.637Z[ recovery-image] Dec 20 23:23:32.391 INFO O| Dec 20 23:23:32.391 INFO boot environment UUID: 24b5c5e2-afa3-42e8-b4ca-eedb057acfd8
80652024-12-20T23:23:33.637Z[ recovery-image] Dec 20 23:23:32.392 INFO O| Dec 20 23:23:32.391 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 24b5c5e2-afa3-42e8-b4ca-eedb057acfd8
80662024-12-20T23:23:33.654Z[ recovery-image] Dec 20 23:23:32.409 INFO O| Dec 20 23:23:32.409 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
80672024-12-20T23:23:33.670Z[ recovery-image] Dec 20 23:23:32.425 INFO O| Dec 20 23:23:32.425 INFO STEP 0 (create_be) COMPLETE
80682024-12-20T23:23:33.670Z[ recovery-image] Dec 20 23:23:32.425 INFO O| Dec 20 23:23:32.425 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80692024-12-20T23:23:33.695Z[ recovery-image] Dec 20 23:23:32.450 INFO O| Dec 20 23:23:32.450 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"]
80702024-12-20T23:23:33.835Z[ host-image] Dec 20 23:23:32.589 INFO O| Dec 20 23:23:32.589 INFO O| Planning: Evaluating mediators ... Done
80712024-12-20T23:23:33.838Z[ host-image] Dec 20 23:23:32.591 INFO O| Dec 20 23:23:32.591 INFO O| Planning: Planning completed in 4.61 seconds
80722024-12-20T23:23:33.840Z[ host-image] Dec 20 23:23:32.595 INFO O| Dec 20 23:23:32.595 INFO O| Packages to install: 1
80732024-12-20T23:23:33.870Z[ host-image] Dec 20 23:23:32.625 INFO O| Dec 20 23:23:32.625 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
80742024-12-20T23:23:34.127Z[ host-image] Dec 20 23:23:32.882 INFO O| Dec 20 23:23:32.881 INFO O| Download: Completed 9.99 MB in 0.26 seconds (38.9M/s)
80752024-12-20T23:23:34.252Z[ host-image] Dec 20 23:23:33.007 INFO O| Dec 20 23:23:33.007 INFO O| Actions: 1/22 actions (Installing new actions)
80762024-12-20T23:23:34.688Z[ host-image] Dec 20 23:23:33.442 INFO O| Dec 20 23:23:33.442 INFO O| Actions: Completed 22 actions in 0.44 seconds.
80772024-12-20T23:23:35.823Z[ host-image] Dec 20 23:23:33.979 INFO O| Dec 20 23:23:33.979 INFO O| Done
80782024-12-20T23:23:35.823Z[ host-image] Dec 20 23:23:33.979 INFO O| Dec 20 23:23:33.979 INFO O| Done
80792024-12-20T23:23:36.027Z[ host-image] Dec 20 23:23:34.781 INFO O| Dec 20 23:23:34.780 INFO O| Done
80802024-12-20T23:23:37.131Z[ recovery-image] Dec 20 23:23:35.885 INFO O| Dec 20 23:23:35.885 INFO STEP 1 (unpack_tar) COMPLETE
80812024-12-20T23:23:37.131Z[ recovery-image] Dec 20 23:23:35.885 INFO O| Dec 20 23:23:35.885 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80822024-12-20T23:23:37.176Z[ recovery-image] Dec 20 23:23:35.930 INFO O| Dec 20 23:23:35.930 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
80832024-12-20T23:23:37.524Z[ recovery-image] Dec 20 23:23:36.277 INFO O| Dec 20 23:23:36.277 INFO STEP 2 (devfsadm) COMPLETE
80842024-12-20T23:23:37.524Z[ recovery-image] Dec 20 23:23:36.277 INFO O| Dec 20 23:23:36.277 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80852024-12-20T23:23:37.541Z[ recovery-image] Dec 20 23:23:36.295 INFO O| Dec 20 23:23:36.295 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80862024-12-20T23:23:37.541Z[ recovery-image] Dec 20 23:23:36.295 INFO O| Dec 20 23:23:36.295 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80872024-12-20T23:23:37.541Z[ recovery-image] Dec 20 23:23:36.295 INFO O| Dec 20 23:23:36.295 INFO STEP 3 (ensure_dir) COMPLETE
80882024-12-20T23:23:37.544Z[ recovery-image] Dec 20 23:23:36.295 INFO O| Dec 20 23:23:36.295 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80892024-12-20T23:23:37.558Z[ recovery-image] Dec 20 23:23:36.312 INFO O| Dec 20 23:23:36.311 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80902024-12-20T23:23:37.558Z[ recovery-image] Dec 20 23:23:36.312 INFO O| Dec 20 23:23:36.312 INFO STEP 4 (ensure_dir) COMPLETE
80912024-12-20T23:23:37.558Z[ recovery-image] Dec 20 23:23:36.312 INFO O| Dec 20 23:23:36.312 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80922024-12-20T23:23:37.574Z[ recovery-image] Dec 20 23:23:36.328 INFO O| Dec 20 23:23:36.328 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80932024-12-20T23:23:37.574Z[ recovery-image] Dec 20 23:23:36.328 INFO O| Dec 20 23:23:36.328 INFO STEP 5 (ensure_dir) COMPLETE
80942024-12-20T23:23:37.577Z[ recovery-image] Dec 20 23:23:36.328 INFO O| Dec 20 23:23:36.328 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80952024-12-20T23:23:37.590Z[ recovery-image] Dec 20 23:23:36.344 INFO O| Dec 20 23:23:36.344 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80962024-12-20T23:23:37.591Z[ recovery-image] Dec 20 23:23:36.344 INFO O| Dec 20 23:23:36.344 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80972024-12-20T23:23:37.591Z[ recovery-image] Dec 20 23:23:36.344 INFO O| Dec 20 23:23:36.344 INFO STEP 6 (ensure_dir) COMPLETE
80982024-12-20T23:23:37.593Z[ recovery-image] Dec 20 23:23:36.344 INFO O| Dec 20 23:23:36.344 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80992024-12-20T23:23:37.603Z[ recovery-image] Dec 20 23:23:36.357 INFO O| Dec 20 23:23:36.356 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
81002024-12-20T23:23:37.605Z[ recovery-image] Dec 20 23:23:36.357 INFO O| Dec 20 23:23:36.357 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
81012024-12-20T23:23:37.605Z[ recovery-image] Dec 20 23:23:36.357 INFO O| Dec 20 23:23:36.357 INFO STEP 7 (ensure_dir) COMPLETE
81022024-12-20T23:23:37.605Z[ recovery-image] Dec 20 23:23:36.357 INFO O| Dec 20 23:23:36.357 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81032024-12-20T23:23:37.619Z[ recovery-image] Dec 20 23:23:36.373 INFO O| Dec 20 23:23:36.373 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
81042024-12-20T23:23:37.622Z[ recovery-image] Dec 20 23:23:36.373 INFO O| Dec 20 23:23:36.373 INFO STEP 8 (remove_files) COMPLETE
81052024-12-20T23:23:37.622Z[ recovery-image] Dec 20 23:23:36.373 INFO O| Dec 20 23:23:36.373 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81062024-12-20T23:23:37.636Z[ recovery-image] Dec 20 23:23:36.389 INFO O| Dec 20 23:23:36.389 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
81072024-12-20T23:23:37.639Z[ recovery-image] Dec 20 23:23:36.391 INFO O| Dec 20 23:23:36.390 INFO STEP 9 (remove_files) COMPLETE
81082024-12-20T23:23:37.639Z[ recovery-image] Dec 20 23:23:36.391 INFO O| Dec 20 23:23:36.390 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81092024-12-20T23:23:37.654Z[ recovery-image] Dec 20 23:23:36.408 INFO O| Dec 20 23:23:36.407 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
81102024-12-20T23:23:37.656Z[ recovery-image] Dec 20 23:23:36.409 INFO O| Dec 20 23:23:36.409 INFO STEP 10 (remove_files) COMPLETE
81112024-12-20T23:23:37.656Z[ recovery-image] Dec 20 23:23:36.409 INFO O| Dec 20 23:23:36.409 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81122024-12-20T23:23:37.672Z[ recovery-image] Dec 20 23:23:36.426 INFO O| Dec 20 23:23:36.426 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
81132024-12-20T23:23:37.672Z[ recovery-image] Dec 20 23:23:36.426 INFO O| Dec 20 23:23:36.426 INFO STEP 11 (remove_files) COMPLETE
81142024-12-20T23:23:37.675Z[ recovery-image] Dec 20 23:23:36.426 INFO O| Dec 20 23:23:36.426 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81152024-12-20T23:23:37.690Z[ recovery-image] Dec 20 23:23:36.444 INFO O| Dec 20 23:23:36.444 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
81162024-12-20T23:23:37.690Z[ recovery-image] Dec 20 23:23:36.444 INFO O| Dec 20 23:23:36.444 INFO STEP 12 (remove_files) COMPLETE
81172024-12-20T23:23:37.690Z[ recovery-image] Dec 20 23:23:36.444 INFO O| Dec 20 23:23:36.444 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81182024-12-20T23:23:37.705Z[ recovery-image] Dec 20 23:23:36.459 INFO O| Dec 20 23:23:36.459 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
81192024-12-20T23:23:37.705Z[ recovery-image] Dec 20 23:23:36.459 INFO O| Dec 20 23:23:36.459 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
81202024-12-20T23:23:37.708Z[ recovery-image] Dec 20 23:23:36.459 INFO O| Dec 20 23:23:36.459 INFO STEP 13 (ensure_dir) COMPLETE
81212024-12-20T23:23:37.708Z[ recovery-image] Dec 20 23:23:36.459 INFO O| Dec 20 23:23:36.459 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81222024-12-20T23:23:37.721Z[ recovery-image] Dec 20 23:23:36.475 INFO O| Dec 20 23:23:36.475 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
81232024-12-20T23:23:37.721Z[ recovery-image] Dec 20 23:23:36.475 INFO O| Dec 20 23:23:36.475 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
81242024-12-20T23:23:37.721Z[ recovery-image] Dec 20 23:23:36.475 INFO O| Dec 20 23:23:36.475 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
81252024-12-20T23:23:37.721Z[ recovery-image] Dec 20 23:23:36.475 INFO O| Dec 20 23:23:36.475 INFO STEP 14 (ensure_dir) COMPLETE
81262024-12-20T23:23:37.724Z[ recovery-image] Dec 20 23:23:36.475 INFO O| Dec 20 23:23:36.475 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81272024-12-20T23:23:37.734Z[ recovery-image] Dec 20 23:23:36.487 INFO O| Dec 20 23:23:36.487 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
81282024-12-20T23:23:37.734Z[ recovery-image] Dec 20 23:23:36.488 INFO O| Dec 20 23:23:36.487 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
81292024-12-20T23:23:37.736Z[ recovery-image] Dec 20 23:23:36.488 INFO O| Dec 20 23:23:36.488 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
81302024-12-20T23:23:37.737Z[ recovery-image] Dec 20 23:23:36.488 INFO O| Dec 20 23:23:36.488 INFO STEP 15 (ensure_dir) COMPLETE
81312024-12-20T23:23:37.737Z[ recovery-image] Dec 20 23:23:36.488 INFO O| Dec 20 23:23:36.488 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81322024-12-20T23:23:37.749Z[ recovery-image] Dec 20 23:23:36.503 INFO O| Dec 20 23:23:36.503 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
81332024-12-20T23:23:37.749Z[ recovery-image] Dec 20 23:23:36.503 INFO O| Dec 20 23:23:36.503 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
81342024-12-20T23:23:37.749Z[ recovery-image] Dec 20 23:23:36.503 INFO O| Dec 20 23:23:36.503 INFO STEP 16 (ensure_dir) COMPLETE
81352024-12-20T23:23:37.753Z[ recovery-image] Dec 20 23:23:36.503 INFO O| Dec 20 23:23:36.503 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81362024-12-20T23:23:37.761Z[ recovery-image] Dec 20 23:23:36.515 INFO O| Dec 20 23:23:36.515 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
81372024-12-20T23:23:37.761Z[ recovery-image] Dec 20 23:23:36.515 INFO O| Dec 20 23:23:36.515 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
81382024-12-20T23:23:37.763Z[ recovery-image] Dec 20 23:23:36.515 INFO O| Dec 20 23:23:36.515 INFO STEP 17 (ensure_dir) COMPLETE
81392024-12-20T23:23:37.763Z[ recovery-image] Dec 20 23:23:36.515 INFO O| Dec 20 23:23:36.515 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81402024-12-20T23:23:37.775Z[ recovery-image] Dec 20 23:23:36.529 INFO O| Dec 20 23:23:36.529 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
81412024-12-20T23:23:37.775Z[ recovery-image] Dec 20 23:23:36.529 INFO O| Dec 20 23:23:36.529 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
81422024-12-20T23:23:37.775Z[ recovery-image] Dec 20 23:23:36.529 INFO O| Dec 20 23:23:36.529 INFO ok!
81432024-12-20T23:23:37.775Z[ recovery-image] Dec 20 23:23:36.529 INFO O| Dec 20 23:23:36.529 INFO STEP 18 (ensure_symlink) COMPLETE
81442024-12-20T23:23:37.775Z[ recovery-image] Dec 20 23:23:36.529 INFO O| Dec 20 23:23:36.529 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81452024-12-20T23:23:37.786Z[ recovery-image] Dec 20 23:23:36.540 INFO O| Dec 20 23:23:36.540 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
81462024-12-20T23:23:37.786Z[ recovery-image] Dec 20 23:23:36.540 INFO O| Dec 20 23:23:36.540 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
81472024-12-20T23:23:37.786Z[ recovery-image] Dec 20 23:23:36.540 INFO O| Dec 20 23:23:36.540 INFO ok!
81482024-12-20T23:23:37.790Z[ recovery-image] Dec 20 23:23:36.540 INFO O| Dec 20 23:23:36.540 INFO STEP 19 (ensure_file) COMPLETE
81492024-12-20T23:23:37.790Z[ recovery-image] Dec 20 23:23:36.540 INFO O| Dec 20 23:23:36.540 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81502024-12-20T23:23:37.799Z[ recovery-image] Dec 20 23:23:36.553 INFO O| Dec 20 23:23:36.553 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
81512024-12-20T23:23:37.800Z[ recovery-image] Dec 20 23:23:36.553 INFO O| Dec 20 23:23:36.553 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
81522024-12-20T23:23:37.812Z[ recovery-image] Dec 20 23:23:36.553 INFO O| Dec 20 23:23:36.553 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
81532024-12-20T23:23:37.812Z[ recovery-image] Dec 20 23:23:36.553 INFO O| Dec 20 23:23:36.553 INFO ok!
81542024-12-20T23:23:37.812Z[ recovery-image] Dec 20 23:23:36.553 INFO O| Dec 20 23:23:36.553 INFO STEP 20 (ensure_symlink) COMPLETE
81552024-12-20T23:23:37.812Z[ recovery-image] Dec 20 23:23:36.553 INFO O| Dec 20 23:23:36.553 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81562024-12-20T23:23:37.815Z[ recovery-image] Dec 20 23:23:36.569 INFO O| Dec 20 23:23:36.569 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
81572024-12-20T23:23:37.815Z[ recovery-image] Dec 20 23:23:36.569 INFO O| Dec 20 23:23:36.569 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
81582024-12-20T23:23:37.818Z[ recovery-image] Dec 20 23:23:36.569 INFO O| Dec 20 23:23:36.569 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
81592024-12-20T23:23:37.818Z[ recovery-image] Dec 20 23:23:36.569 INFO O| Dec 20 23:23:36.569 INFO ok!
81602024-12-20T23:23:37.818Z[ recovery-image] Dec 20 23:23:36.569 INFO O| Dec 20 23:23:36.569 INFO STEP 21 (ensure_symlink) COMPLETE
81612024-12-20T23:23:37.818Z[ recovery-image] Dec 20 23:23:36.569 INFO O| Dec 20 23:23:36.569 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81622024-12-20T23:23:37.830Z[ recovery-image] Dec 20 23:23:36.583 INFO O| Dec 20 23:23:36.582 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
81632024-12-20T23:23:37.830Z[ recovery-image] Dec 20 23:23:36.583 INFO O| Dec 20 23:23:36.583 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
81642024-12-20T23:23:37.833Z[ recovery-image] Dec 20 23:23:36.583 INFO O| Dec 20 23:23:36.583 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
81652024-12-20T23:23:37.833Z[ recovery-image] Dec 20 23:23:36.583 INFO O| Dec 20 23:23:36.583 INFO ok!
81662024-12-20T23:23:37.833Z[ recovery-image] Dec 20 23:23:36.583 INFO O| Dec 20 23:23:36.583 INFO STEP 22 (ensure_symlink) COMPLETE
81672024-12-20T23:23:37.833Z[ recovery-image] Dec 20 23:23:36.583 INFO O| Dec 20 23:23:36.583 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81682024-12-20T23:23:37.842Z[ recovery-image] Dec 20 23:23:36.596 INFO O| Dec 20 23:23:36.596 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
81692024-12-20T23:23:37.842Z[ recovery-image] Dec 20 23:23:36.596 INFO O| Dec 20 23:23:36.596 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
81702024-12-20T23:23:37.842Z[ recovery-image] Dec 20 23:23:36.596 INFO O| Dec 20 23:23:36.596 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
81712024-12-20T23:23:37.845Z[ recovery-image] Dec 20 23:23:36.596 INFO O| Dec 20 23:23:36.596 INFO ok!
81722024-12-20T23:23:37.845Z[ recovery-image] Dec 20 23:23:36.596 INFO O| Dec 20 23:23:36.596 INFO STEP 23 (ensure_symlink) COMPLETE
81732024-12-20T23:23:37.845Z[ recovery-image] Dec 20 23:23:36.596 INFO O| Dec 20 23:23:36.596 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81742024-12-20T23:23:37.858Z[ recovery-image] Dec 20 23:23:36.612 INFO O| Dec 20 23:23:36.612 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
81752024-12-20T23:23:37.858Z[ recovery-image] Dec 20 23:23:36.612 INFO O| Dec 20 23:23:36.612 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 ...
81762024-12-20T23:23:37.866Z[ recovery-image] Dec 20 23:23:36.612 INFO O| Dec 20 23:23:36.612 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
81772024-12-20T23:23:37.866Z[ recovery-image] Dec 20 23:23:36.612 INFO O| Dec 20 23:23:36.612 INFO ok!
81782024-12-20T23:23:37.866Z[ recovery-image] Dec 20 23:23:36.612 INFO O| Dec 20 23:23:36.612 INFO STEP 24 (ensure_file) COMPLETE
81792024-12-20T23:23:37.866Z[ recovery-image] Dec 20 23:23:36.612 INFO O| Dec 20 23:23:36.612 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
81802024-12-20T23:23:37.871Z[ recovery-image] Dec 20 23:23:36.625 INFO O| Dec 20 23:23:36.625 INFO updating shadow file
81812024-12-20T23:23:37.879Z[ recovery-image] Dec 20 23:23:36.626 INFO O| Dec 20 23:23:36.626 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
81822024-12-20T23:23:37.879Z[ recovery-image] Dec 20 23:23:36.626 INFO O| Dec 20 23:23:36.626 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
81832024-12-20T23:23:37.879Z[ recovery-image] Dec 20 23:23:36.626 INFO O| Dec 20 23:23:36.626 INFO STEP 25 (shadow) COMPLETE
81842024-12-20T23:23:37.879Z[ recovery-image] Dec 20 23:23:36.626 INFO O| Dec 20 23:23:36.626 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81852024-12-20T23:23:37.887Z[ recovery-image] Dec 20 23:23:36.641 INFO O| Dec 20 23:23:36.641 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
81862024-12-20T23:23:37.887Z[ recovery-image] Dec 20 23:23:36.641 INFO O| Dec 20 23:23:36.641 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
81872024-12-20T23:23:37.889Z[ recovery-image] Dec 20 23:23:36.641 INFO O| Dec 20 23:23:36.641 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
81882024-12-20T23:23:37.890Z[ recovery-image] Dec 20 23:23:36.641 INFO O| Dec 20 23:23:36.641 INFO ok!
81892024-12-20T23:23:37.890Z[ recovery-image] Dec 20 23:23:36.641 INFO O| Dec 20 23:23:36.641 INFO STEP 26 (ensure_file) COMPLETE
81902024-12-20T23:23:37.890Z[ recovery-image] Dec 20 23:23:36.641 INFO O| Dec 20 23:23:36.641 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81912024-12-20T23:23:37.901Z[ recovery-image] Dec 20 23:23:36.655 INFO O| Dec 20 23:23:36.655 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
81922024-12-20T23:23:37.901Z[ recovery-image] Dec 20 23:23:36.655 INFO O| Dec 20 23:23:36.655 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
81932024-12-20T23:23:37.905Z[ recovery-image] Dec 20 23:23:36.655 INFO O| Dec 20 23:23:36.655 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
81942024-12-20T23:23:37.905Z[ recovery-image] Dec 20 23:23:36.655 INFO O| Dec 20 23:23:36.655 INFO ok!
81952024-12-20T23:23:37.905Z[ recovery-image] Dec 20 23:23:36.655 INFO O| Dec 20 23:23:36.655 INFO STEP 27 (ensure_file) COMPLETE
81962024-12-20T23:23:37.905Z[ recovery-image] Dec 20 23:23:36.655 INFO O| Dec 20 23:23:36.655 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81972024-12-20T23:23:37.917Z[ recovery-image] Dec 20 23:23:36.670 INFO O| Dec 20 23:23:36.670 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
81982024-12-20T23:23:37.917Z[ recovery-image] Dec 20 23:23:36.670 INFO O| Dec 20 23:23:36.670 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
81992024-12-20T23:23:37.919Z[ recovery-image] Dec 20 23:23:36.670 INFO O| Dec 20 23:23:36.670 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
82002024-12-20T23:23:37.919Z[ recovery-image] Dec 20 23:23:36.670 INFO O| Dec 20 23:23:36.670 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
82012024-12-20T23:23:37.919Z[ recovery-image] Dec 20 23:23:36.670 INFO O| Dec 20 23:23:36.670 INFO ok!
82022024-12-20T23:23:37.919Z[ recovery-image] Dec 20 23:23:36.670 INFO O| Dec 20 23:23:36.670 INFO STEP 28 (ensure_file) COMPLETE
82032024-12-20T23:23:37.919Z[ recovery-image] Dec 20 23:23:36.670 INFO O| Dec 20 23:23:36.670 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
82042024-12-20T23:23:37.933Z[ recovery-image] Dec 20 23:23:36.686 INFO O| Dec 20 23:23:36.686 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
82052024-12-20T23:23:37.933Z[ recovery-image] Dec 20 23:23:36.686 INFO O| Dec 20 23:23:36.686 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
82062024-12-20T23:23:37.939Z[ recovery-image] Dec 20 23:23:36.686 INFO O| Dec 20 23:23:36.686 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
82072024-12-20T23:23:37.939Z[ recovery-image] Dec 20 23:23:36.686 INFO O| Dec 20 23:23:36.686 INFO ok!
82082024-12-20T23:23:37.939Z[ recovery-image] Dec 20 23:23:36.686 INFO O| Dec 20 23:23:36.686 INFO STEP 29 (ensure_file) COMPLETE
82092024-12-20T23:23:37.939Z[ recovery-image] Dec 20 23:23:36.686 INFO O| Dec 20 23:23:36.686 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82102024-12-20T23:23:37.945Z[ recovery-image] Dec 20 23:23:36.699 INFO O| Dec 20 23:23:36.698 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
82112024-12-20T23:23:37.947Z[ recovery-image] Dec 20 23:23:36.699 INFO O| Dec 20 23:23:36.698 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
82122024-12-20T23:23:37.947Z[ recovery-image] Dec 20 23:23:36.699 INFO O| Dec 20 23:23:36.699 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
82132024-12-20T23:23:37.947Z[ recovery-image] Dec 20 23:23:36.699 INFO O| Dec 20 23:23:36.699 INFO ok!
82142024-12-20T23:23:37.947Z[ recovery-image] Dec 20 23:23:36.699 INFO O| Dec 20 23:23:36.699 INFO STEP 30 (ensure_file) COMPLETE
82152024-12-20T23:23:37.947Z[ recovery-image] Dec 20 23:23:36.699 INFO O| Dec 20 23:23:36.699 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82162024-12-20T23:23:37.961Z[ recovery-image] Dec 20 23:23:36.715 INFO O| Dec 20 23:23:36.714 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
82172024-12-20T23:23:37.961Z[ recovery-image] Dec 20 23:23:36.715 INFO O| Dec 20 23:23:36.715 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
82182024-12-20T23:23:37.964Z[ recovery-image] Dec 20 23:23:36.715 INFO O| Dec 20 23:23:36.715 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
82192024-12-20T23:23:37.964Z[ recovery-image] Dec 20 23:23:36.715 INFO O| Dec 20 23:23:36.715 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
82202024-12-20T23:23:37.964Z[ recovery-image] Dec 20 23:23:36.715 INFO O| Dec 20 23:23:36.715 INFO ok!
82212024-12-20T23:23:37.964Z[ recovery-image] Dec 20 23:23:36.715 INFO O| Dec 20 23:23:36.715 INFO STEP 31 (ensure_file) COMPLETE
82222024-12-20T23:23:37.964Z[ recovery-image] Dec 20 23:23:36.715 INFO O| Dec 20 23:23:36.715 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82232024-12-20T23:23:37.977Z[ recovery-image] Dec 20 23:23:36.731 INFO O| Dec 20 23:23:36.731 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
82242024-12-20T23:23:37.977Z[ recovery-image] Dec 20 23:23:36.731 INFO O| Dec 20 23:23:36.731 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
82252024-12-20T23:23:37.977Z[ recovery-image] Dec 20 23:23:36.731 INFO O| Dec 20 23:23:36.731 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
82262024-12-20T23:23:37.980Z[ recovery-image] Dec 20 23:23:36.731 INFO O| Dec 20 23:23:36.731 INFO ok!
82272024-12-20T23:23:37.980Z[ recovery-image] Dec 20 23:23:36.731 INFO O| Dec 20 23:23:36.731 INFO STEP 32 (ensure_file) COMPLETE
82282024-12-20T23:23:37.980Z[ recovery-image] Dec 20 23:23:36.731 INFO O| Dec 20 23:23:36.731 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82292024-12-20T23:23:37.989Z[ recovery-image] Dec 20 23:23:36.743 INFO O| Dec 20 23:23:36.743 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
82302024-12-20T23:23:37.989Z[ recovery-image] Dec 20 23:23:36.743 INFO O| Dec 20 23:23:36.743 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
82312024-12-20T23:23:37.993Z[ recovery-image] Dec 20 23:23:36.743 INFO O| Dec 20 23:23:36.743 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
82322024-12-20T23:23:37.993Z[ recovery-image] Dec 20 23:23:36.743 INFO O| Dec 20 23:23:36.743 INFO ok!
82332024-12-20T23:23:37.993Z[ recovery-image] Dec 20 23:23:36.743 INFO O| Dec 20 23:23:36.743 INFO STEP 33 (ensure_file) COMPLETE
82342024-12-20T23:23:37.993Z[ recovery-image] Dec 20 23:23:36.743 INFO O| Dec 20 23:23:36.743 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82352024-12-20T23:23:38.006Z[ recovery-image] Dec 20 23:23:36.759 INFO O| Dec 20 23:23:36.759 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
82362024-12-20T23:23:38.006Z[ recovery-image] Dec 20 23:23:36.759 INFO O| Dec 20 23:23:36.759 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
82372024-12-20T23:23:38.009Z[ recovery-image] Dec 20 23:23:36.759 INFO O| Dec 20 23:23:36.759 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
82382024-12-20T23:23:38.009Z[ recovery-image] Dec 20 23:23:36.760 INFO O| Dec 20 23:23:36.759 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
82392024-12-20T23:23:38.009Z[ recovery-image] Dec 20 23:23:36.760 INFO O| Dec 20 23:23:36.759 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
82402024-12-20T23:23:38.009Z[ recovery-image] Dec 20 23:23:36.760 INFO O| Dec 20 23:23:36.760 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
82412024-12-20T23:23:38.009Z[ recovery-image] Dec 20 23:23:36.760 INFO O| Dec 20 23:23:36.760 INFO ok!
82422024-12-20T23:23:38.009Z[ recovery-image] Dec 20 23:23:36.760 INFO O| Dec 20 23:23:36.760 INFO STEP 34 (ensure_file) COMPLETE
82432024-12-20T23:23:38.009Z[ recovery-image] Dec 20 23:23:36.760 INFO O| Dec 20 23:23:36.760 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82442024-12-20T23:23:38.018Z[ recovery-image] Dec 20 23:23:36.772 INFO O| Dec 20 23:23:36.772 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
82452024-12-20T23:23:38.021Z[ recovery-image] Dec 20 23:23:36.772 INFO O| Dec 20 23:23:36.772 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
82462024-12-20T23:23:38.021Z[ recovery-image] Dec 20 23:23:36.772 INFO O| Dec 20 23:23:36.772 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
82472024-12-20T23:23:38.021Z[ recovery-image] Dec 20 23:23:36.772 INFO O| Dec 20 23:23:36.772 INFO STEP 35 (ensure_dir) COMPLETE
82482024-12-20T23:23:38.021Z[ recovery-image] Dec 20 23:23:36.772 INFO O| Dec 20 23:23:36.772 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82492024-12-20T23:23:38.036Z[ recovery-image] Dec 20 23:23:36.790 INFO O| Dec 20 23:23:36.790 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
82502024-12-20T23:23:38.036Z[ recovery-image] Dec 20 23:23:36.790 INFO O| Dec 20 23:23:36.790 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 ...
82512024-12-20T23:23:38.040Z[ recovery-image] Dec 20 23:23:36.790 INFO O| Dec 20 23:23:36.790 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
82522024-12-20T23:23:38.040Z[ recovery-image] Dec 20 23:23:36.790 INFO O| Dec 20 23:23:36.790 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
82532024-12-20T23:23:38.040Z[ recovery-image] Dec 20 23:23:36.790 INFO O| Dec 20 23:23:36.790 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
82542024-12-20T23:23:38.040Z[ recovery-image] Dec 20 23:23:36.790 INFO O| Dec 20 23:23:36.790 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
82552024-12-20T23:23:38.040Z[ recovery-image] Dec 20 23:23:36.790 INFO O| Dec 20 23:23:36.790 INFO ok!
82562024-12-20T23:23:38.040Z[ recovery-image] Dec 20 23:23:36.790 INFO O| Dec 20 23:23:36.790 INFO STEP 36 (ensure_file) COMPLETE
82572024-12-20T23:23:38.040Z[ recovery-image] Dec 20 23:23:36.790 INFO O| Dec 20 23:23:36.790 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82582024-12-20T23:23:38.053Z[ recovery-image] Dec 20 23:23:36.807 INFO O| Dec 20 23:23:36.807 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
82592024-12-20T23:23:38.053Z[ recovery-image] Dec 20 23:23:36.807 INFO O| Dec 20 23:23:36.807 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 ...
82602024-12-20T23:23:38.056Z[ recovery-image] Dec 20 23:23:36.807 INFO O| Dec 20 23:23:36.807 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
82612024-12-20T23:23:38.056Z[ recovery-image] Dec 20 23:23:36.807 INFO O| Dec 20 23:23:36.807 INFO ok!
82622024-12-20T23:23:38.056Z[ recovery-image] Dec 20 23:23:36.807 INFO O| Dec 20 23:23:36.807 INFO STEP 37 (ensure_symlink) COMPLETE
82632024-12-20T23:23:38.056Z[ recovery-image] Dec 20 23:23:36.807 INFO O| Dec 20 23:23:36.807 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82642024-12-20T23:23:38.059Z[ host-image] Dec 20 23:23:36.812 INFO O| Dec 20 23:23:36.812 INFO O| Done
82652024-12-20T23:23:38.070Z[ recovery-image] Dec 20 23:23:36.824 INFO O| Dec 20 23:23:36.824 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
82662024-12-20T23:23:38.073Z[ recovery-image] Dec 20 23:23:36.824 INFO O| Dec 20 23:23:36.824 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
82672024-12-20T23:23:38.073Z[ recovery-image] Dec 20 23:23:36.824 INFO O| Dec 20 23:23:36.824 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82682024-12-20T23:23:38.073Z[ recovery-image] Dec 20 23:23:36.824 INFO O| Dec 20 23:23:36.824 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82692024-12-20T23:23:38.073Z[ recovery-image] Dec 20 23:23:36.824 INFO O| Dec 20 23:23:36.824 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82702024-12-20T23:23:38.073Z[ recovery-image] Dec 20 23:23:36.824 INFO O| Dec 20 23:23:36.824 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82712024-12-20T23:23:38.073Z[ recovery-image] Dec 20 23:23:36.825 INFO O| Dec 20 23:23:36.824 INFO ok!
82722024-12-20T23:23:38.073Z[ recovery-image] Dec 20 23:23:36.825 INFO O| Dec 20 23:23:36.825 INFO STEP 38 (ensure_file) COMPLETE
82732024-12-20T23:23:38.073Z[ recovery-image] Dec 20 23:23:36.825 INFO O| Dec 20 23:23:36.825 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82742024-12-20T23:23:38.084Z[ recovery-image] Dec 20 23:23:36.838 INFO O| Dec 20 23:23:36.837 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
82752024-12-20T23:23:38.084Z[ recovery-image] Dec 20 23:23:36.838 INFO O| Dec 20 23:23:36.838 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 ...
82762024-12-20T23:23:38.087Z[ recovery-image] Dec 20 23:23:36.838 INFO O| Dec 20 23:23:36.838 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
82772024-12-20T23:23:38.087Z[ recovery-image] Dec 20 23:23:36.838 INFO O| Dec 20 23:23:36.838 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
82782024-12-20T23:23:38.087Z[ recovery-image] Dec 20 23:23:36.838 INFO O| Dec 20 23:23:36.838 INFO ok!
82792024-12-20T23:23:38.087Z[ recovery-image] Dec 20 23:23:36.838 INFO O| Dec 20 23:23:36.838 INFO STEP 39 (ensure_file) COMPLETE
82802024-12-20T23:23:38.087Z[ recovery-image] Dec 20 23:23:36.838 INFO O| Dec 20 23:23:36.838 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82812024-12-20T23:23:38.090Z[ host-image] Dec 20 23:23:36.843 INFO O| Dec 20 23:23:36.843 INFO O| Done
82822024-12-20T23:23:38.090Z[ host-image] Dec 20 23:23:36.843 INFO O| Dec 20 23:23:36.843 INFO O| Done
82832024-12-20T23:23:38.099Z[ recovery-image] Dec 20 23:23:36.853 INFO O| Dec 20 23:23:36.853 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
82842024-12-20T23:23:38.099Z[ recovery-image] Dec 20 23:23:36.853 INFO O| Dec 20 23:23:36.853 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
82852024-12-20T23:23:38.102Z[ recovery-image] Dec 20 23:23:36.853 INFO O| Dec 20 23:23:36.853 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
82862024-12-20T23:23:38.102Z[ recovery-image] Dec 20 23:23:36.853 INFO O| Dec 20 23:23:36.853 INFO ok!
82872024-12-20T23:23:38.102Z[ recovery-image] Dec 20 23:23:36.853 INFO O| Dec 20 23:23:36.853 INFO STEP 40 (ensure_file) COMPLETE
82882024-12-20T23:23:38.102Z[ recovery-image] Dec 20 23:23:36.853 INFO O| Dec 20 23:23:36.853 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
82892024-12-20T23:23:38.102Z[ host-image] Dec 20 23:23:36.856 INFO O| Dec 20 23:23:36.856 INFO O| Done
82902024-12-20T23:23:38.114Z[ recovery-image] Dec 20 23:23:36.868 INFO O| Dec 20 23:23:36.868 INFO updating shadow file
82912024-12-20T23:23:38.115Z[ recovery-image] Dec 20 23:23:36.868 INFO O| Dec 20 23:23:36.868 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
82922024-12-20T23:23:38.118Z[ recovery-image] Dec 20 23:23:36.868 INFO O| Dec 20 23:23:36.868 INFO STEP 41 (shadow) COMPLETE
82932024-12-20T23:23:38.118Z[ recovery-image] Dec 20 23:23:36.869 INFO O| Dec 20 23:23:36.868 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
82942024-12-20T23:23:38.128Z[ recovery-image] Dec 20 23:23:36.881 INFO O| Dec 20 23:23:36.881 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
82952024-12-20T23:23:38.128Z[ recovery-image] Dec 20 23:23:36.881 INFO O| Dec 20 23:23:36.881 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
82962024-12-20T23:23:38.130Z[ recovery-image] Dec 20 23:23:36.882 INFO O| Dec 20 23:23:36.882 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
82972024-12-20T23:23:38.130Z[ recovery-image] Dec 20 23:23:36.882 INFO O| Dec 20 23:23:36.882 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
82982024-12-20T23:23:38.131Z[ recovery-image] Dec 20 23:23:36.882 INFO O| Dec 20 23:23:36.882 INFO ok!
82992024-12-20T23:23:38.131Z[ recovery-image] Dec 20 23:23:36.882 INFO O| Dec 20 23:23:36.882 INFO STEP 42 (ensure_file) COMPLETE
83002024-12-20T23:23:38.131Z[ recovery-image] Dec 20 23:23:36.882 INFO O| Dec 20 23:23:36.882 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83012024-12-20T23:23:38.142Z[ recovery-image] Dec 20 23:23:36.896 INFO O| Dec 20 23:23:36.895 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
83022024-12-20T23:23:38.142Z[ recovery-image] Dec 20 23:23:36.896 INFO O| Dec 20 23:23:36.896 INFO STEP 43 (ensure_dir) COMPLETE
83032024-12-20T23:23:38.144Z[ recovery-image] Dec 20 23:23:36.896 INFO O| Dec 20 23:23:36.896 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83042024-12-20T23:23:38.159Z[ recovery-image] Dec 20 23:23:36.913 INFO O| Dec 20 23:23:36.913 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
83052024-12-20T23:23:38.159Z[ recovery-image] Dec 20 23:23:36.913 INFO O| Dec 20 23:23:36.913 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
83062024-12-20T23:23:38.162Z[ recovery-image] Dec 20 23:23:36.913 INFO O| Dec 20 23:23:36.913 INFO STEP 44 (ensure_dir) COMPLETE
83072024-12-20T23:23:38.162Z[ recovery-image] Dec 20 23:23:36.913 INFO O| Dec 20 23:23:36.913 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83082024-12-20T23:23:38.175Z[ recovery-image] Dec 20 23:23:36.928 INFO O| Dec 20 23:23:36.928 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
83092024-12-20T23:23:38.175Z[ recovery-image] Dec 20 23:23:36.929 INFO O| Dec 20 23:23:36.928 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
83102024-12-20T23:23:38.175Z[ recovery-image] Dec 20 23:23:36.929 INFO O| Dec 20 23:23:36.929 INFO STEP 45 (ensure_dir) COMPLETE
83112024-12-20T23:23:38.178Z[ recovery-image] Dec 20 23:23:36.929 INFO O| Dec 20 23:23:36.929 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83122024-12-20T23:23:38.190Z[ recovery-image] Dec 20 23:23:36.944 INFO O| Dec 20 23:23:36.944 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
83132024-12-20T23:23:38.190Z[ recovery-image] Dec 20 23:23:36.944 INFO O| Dec 20 23:23:36.944 INFO copying /tmp/.tmp8ONQdI/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
83142024-12-20T23:23:38.225Z[ recovery-image] Dec 20 23:23:36.979 INFO O| Dec 20 23:23:36.979 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
83152024-12-20T23:23:38.225Z[ recovery-image] Dec 20 23:23:36.979 INFO O| Dec 20 23:23:36.979 INFO ok!
83162024-12-20T23:23:38.225Z[ recovery-image] Dec 20 23:23:36.979 INFO O| Dec 20 23:23:36.979 INFO STEP 46 (ensure_file) COMPLETE
83172024-12-20T23:23:38.225Z[ recovery-image] Dec 20 23:23:36.979 INFO O| Dec 20 23:23:36.979 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83182024-12-20T23:23:38.241Z[ recovery-image] Dec 20 23:23:36.995 INFO O| Dec 20 23:23:36.995 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
83192024-12-20T23:23:38.245Z[ recovery-image] Dec 20 23:23:36.995 INFO O| Dec 20 23:23:36.995 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
83202024-12-20T23:23:38.245Z[ recovery-image] Dec 20 23:23:36.995 INFO O| Dec 20 23:23:36.995 INFO STEP 47 (ensure_dir) COMPLETE
83212024-12-20T23:23:38.246Z[ recovery-image] Dec 20 23:23:36.995 INFO O| Dec 20 23:23:36.995 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83222024-12-20T23:23:38.249Z[ host-image] Dec 20 23:23:37.001 INFO O| Dec 20 23:23:37.001 INFO STEP 14 (pkg_install) COMPLETE
83232024-12-20T23:23:38.249Z[ host-image] Dec 20 23:23:37.002 INFO O| Dec 20 23:23:37.001 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
83242024-12-20T23:23:38.249Z[ host-image] Dec 20 23:23:37.002 INFO O| Dec 20 23:23:37.001 INFO skip step because feature "mfg" is not enabled
83252024-12-20T23:23:38.249Z[ host-image] Dec 20 23:23:37.002 INFO O| Dec 20 23:23:37.001 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
83262024-12-20T23:23:38.249Z[ host-image] Dec 20 23:23:37.002 INFO O| Dec 20 23:23:37.001 INFO skip step because feature "compliance" is not enabled
83272024-12-20T23:23:38.250Z[ host-image] Dec 20 23:23:37.002 INFO O| Dec 20 23:23:37.002 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
83282024-12-20T23:23:38.250Z[ host-image] Dec 20 23:23:37.002 INFO O| Dec 20 23:23:37.002 INFO skip step because feature "stress" is not enabled
83292024-12-20T23:23:38.250Z[ host-image] Dec 20 23:23:37.002 INFO O| Dec 20 23:23:37.002 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
83302024-12-20T23:23:38.250Z[ host-image] Dec 20 23:23:37.002 INFO O| Dec 20 23:23:37.002 INFO skip step because feature "nfs" is not enabled
83312024-12-20T23:23:38.250Z[ host-image] Dec 20 23:23:37.002 INFO O| Dec 20 23:23:37.002 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
83322024-12-20T23:23:38.250Z[ host-image] Dec 20 23:23:37.002 INFO O| Dec 20 23:23:37.002 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
83332024-12-20T23:23:38.263Z[ recovery-image] Dec 20 23:23:37.016 INFO O| Dec 20 23:23:37.016 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
83342024-12-20T23:23:38.263Z[ recovery-image] Dec 20 23:23:37.017 INFO O| Dec 20 23:23:37.016 INFO copying /tmp/.tmp8ONQdI/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
83352024-12-20T23:23:38.265Z[ recovery-image] Dec 20 23:23:37.017 INFO O| Dec 20 23:23:37.017 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
83362024-12-20T23:23:38.266Z[ recovery-image] Dec 20 23:23:37.017 INFO O| Dec 20 23:23:37.017 INFO ok!
83372024-12-20T23:23:38.266Z[ recovery-image] Dec 20 23:23:37.017 INFO O| Dec 20 23:23:37.017 INFO STEP 48 (ensure_file) COMPLETE
83382024-12-20T23:23:38.266Z[ recovery-image] Dec 20 23:23:37.017 INFO O| Dec 20 23:23:37.017 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83392024-12-20T23:23:38.280Z[ recovery-image] Dec 20 23:23:37.034 INFO O| Dec 20 23:23:37.034 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
83402024-12-20T23:23:38.280Z[ recovery-image] Dec 20 23:23:37.034 INFO O| Dec 20 23:23:37.034 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
83412024-12-20T23:23:38.283Z[ recovery-image] Dec 20 23:23:37.034 INFO O| Dec 20 23:23:37.034 INFO STEP 49 (ensure_dir) COMPLETE
83422024-12-20T23:23:38.283Z[ recovery-image] Dec 20 23:23:37.034 INFO O| Dec 20 23:23:37.034 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83432024-12-20T23:23:38.297Z[ recovery-image] Dec 20 23:23:37.050 INFO O| Dec 20 23:23:37.050 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
83442024-12-20T23:23:38.297Z[ recovery-image] Dec 20 23:23:37.051 INFO O| Dec 20 23:23:37.050 INFO copying /tmp/.tmp8ONQdI/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
83452024-12-20T23:23:38.316Z[ recovery-image] Dec 20 23:23:37.069 INFO O| Dec 20 23:23:37.069 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
83462024-12-20T23:23:38.316Z[ recovery-image] Dec 20 23:23:37.069 INFO O| Dec 20 23:23:37.069 INFO ok!
83472024-12-20T23:23:38.321Z[ recovery-image] Dec 20 23:23:37.069 INFO O| Dec 20 23:23:37.069 INFO STEP 50 (ensure_file) COMPLETE
83482024-12-20T23:23:38.321Z[ recovery-image] Dec 20 23:23:37.069 INFO O| Dec 20 23:23:37.069 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83492024-12-20T23:23:38.332Z[ recovery-image] Dec 20 23:23:37.085 INFO O| Dec 20 23:23:37.085 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
83502024-12-20T23:23:38.332Z[ recovery-image] Dec 20 23:23:37.086 INFO O| Dec 20 23:23:37.085 INFO copying /tmp/.tmp8ONQdI/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
83512024-12-20T23:23:38.364Z[ host-image] Dec 20 23:23:37.117 INFO O| Dec 20 23:23:37.117 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
83522024-12-20T23:23:38.492Z[ host-image] Dec 20 23:23:37.245 INFO O| Dec 20 23:23:37.245 INFO completed processing gimlet/ramdisk-01-os
83532024-12-20T23:23:38.496Z[ host-image] Dec 20 23:23:37.250 INFO omicron1 baseline generation...
83542024-12-20T23:23:38.499Z[ host-image] Dec 20 23:23:37.250 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
83552024-12-20T23:23:39.162Z[ host-image] Dec 20 23:23:37.915 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23080:20241219T204626Z
83562024-12-20T23:23:39.473Z[ recovery-image] Dec 20 23:23:38.226 INFO O| Dec 20 23:23:38.226 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
83572024-12-20T23:23:39.473Z[ recovery-image] Dec 20 23:23:38.226 INFO O| Dec 20 23:23:38.226 INFO ok!
83582024-12-20T23:23:39.475Z[ recovery-image] Dec 20 23:23:38.226 INFO O| Dec 20 23:23:38.226 INFO STEP 51 (ensure_file) COMPLETE
83592024-12-20T23:23:39.475Z[ recovery-image] Dec 20 23:23:38.226 INFO O| Dec 20 23:23:38.226 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83602024-12-20T23:23:39.488Z[ recovery-image] Dec 20 23:23:38.242 INFO O| Dec 20 23:23:38.242 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
83612024-12-20T23:23:39.488Z[ recovery-image] Dec 20 23:23:38.242 INFO O| Dec 20 23:23:38.242 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
83622024-12-20T23:23:39.491Z[ recovery-image] Dec 20 23:23:38.242 INFO O| Dec 20 23:23:38.242 INFO STEP 52 (ensure_dir) COMPLETE
83632024-12-20T23:23:39.491Z[ recovery-image] Dec 20 23:23:38.242 INFO O| Dec 20 23:23:38.242 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83642024-12-20T23:23:39.502Z[ recovery-image] Dec 20 23:23:38.255 INFO O| Dec 20 23:23:38.255 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
83652024-12-20T23:23:39.502Z[ recovery-image] Dec 20 23:23:38.255 INFO O| Dec 20 23:23:38.255 INFO copying /tmp/.tmp8ONQdI/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 ...
83662024-12-20T23:23:39.505Z[ recovery-image] Dec 20 23:23:38.255 INFO O| Dec 20 23:23:38.255 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
83672024-12-20T23:23:39.505Z[ recovery-image] Dec 20 23:23:38.255 INFO O| Dec 20 23:23:38.255 INFO ok!
83682024-12-20T23:23:39.505Z[ recovery-image] Dec 20 23:23:38.255 INFO O| Dec 20 23:23:38.255 INFO STEP 53 (ensure_file) COMPLETE
83692024-12-20T23:23:39.505Z[ recovery-image] Dec 20 23:23:38.255 INFO O| Dec 20 23:23:38.255 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83702024-12-20T23:23:39.518Z[ recovery-image] Dec 20 23:23:38.271 INFO O| Dec 20 23:23:38.271 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
83712024-12-20T23:23:39.518Z[ recovery-image] Dec 20 23:23:38.271 INFO O| Dec 20 23:23:38.271 INFO copying /tmp/.tmp8ONQdI/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 ...
83722024-12-20T23:23:39.518Z[ recovery-image] Dec 20 23:23:38.271 INFO O| Dec 20 23:23:38.271 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
83732024-12-20T23:23:39.518Z[ recovery-image] Dec 20 23:23:38.271 INFO O| Dec 20 23:23:38.271 INFO ok!
83742024-12-20T23:23:39.520Z[ recovery-image] Dec 20 23:23:38.271 INFO O| Dec 20 23:23:38.271 INFO STEP 54 (ensure_file) COMPLETE
83752024-12-20T23:23:39.520Z[ recovery-image] Dec 20 23:23:38.271 INFO O| Dec 20 23:23:38.271 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83762024-12-20T23:23:39.533Z[ recovery-image] Dec 20 23:23:38.286 INFO O| Dec 20 23:23:38.286 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
83772024-12-20T23:23:39.533Z[ recovery-image] Dec 20 23:23:38.286 INFO O| Dec 20 23:23:38.286 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
83782024-12-20T23:23:39.535Z[ recovery-image] Dec 20 23:23:38.286 INFO O| Dec 20 23:23:38.286 INFO STEP 55 (ensure_dir) COMPLETE
83792024-12-20T23:23:39.535Z[ recovery-image] Dec 20 23:23:38.286 INFO O| Dec 20 23:23:38.286 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83802024-12-20T23:23:39.548Z[ recovery-image] Dec 20 23:23:38.302 INFO O| Dec 20 23:23:38.301 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
83812024-12-20T23:23:39.548Z[ recovery-image] Dec 20 23:23:38.302 INFO O| Dec 20 23:23:38.301 INFO copying /tmp/.tmp8ONQdI/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 ...
83822024-12-20T23:23:39.550Z[ recovery-image] Dec 20 23:23:38.302 INFO O| Dec 20 23:23:38.302 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
83832024-12-20T23:23:39.550Z[ recovery-image] Dec 20 23:23:38.302 INFO O| Dec 20 23:23:38.302 INFO ok!
83842024-12-20T23:23:39.550Z[ recovery-image] Dec 20 23:23:38.302 INFO O| Dec 20 23:23:38.302 INFO STEP 56 (ensure_file) COMPLETE
83852024-12-20T23:23:39.550Z[ recovery-image] Dec 20 23:23:38.302 INFO O| Dec 20 23:23:38.302 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83862024-12-20T23:23:39.561Z[ recovery-image] Dec 20 23:23:38.314 INFO O| Dec 20 23:23:38.314 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
83872024-12-20T23:23:39.561Z[ recovery-image] Dec 20 23:23:38.314 INFO O| Dec 20 23:23:38.314 INFO copying /tmp/.tmp8ONQdI/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 ...
83882024-12-20T23:23:39.564Z[ recovery-image] Dec 20 23:23:38.314 INFO O| Dec 20 23:23:38.314 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
83892024-12-20T23:23:39.564Z[ recovery-image] Dec 20 23:23:38.315 INFO O| Dec 20 23:23:38.314 INFO ok!
83902024-12-20T23:23:39.564Z[ recovery-image] Dec 20 23:23:38.315 INFO O| Dec 20 23:23:38.315 INFO STEP 57 (ensure_file) COMPLETE
83912024-12-20T23:23:39.564Z[ recovery-image] Dec 20 23:23:38.315 INFO O| Dec 20 23:23:38.315 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83922024-12-20T23:23:39.577Z[ recovery-image] Dec 20 23:23:38.330 INFO O| Dec 20 23:23:38.330 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
83932024-12-20T23:23:39.577Z[ recovery-image] Dec 20 23:23:38.330 INFO O| Dec 20 23:23:38.330 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
83942024-12-20T23:23:39.577Z[ recovery-image] Dec 20 23:23:38.330 INFO O| Dec 20 23:23:38.330 INFO STEP 58 (ensure_dir) COMPLETE
83952024-12-20T23:23:39.580Z[ recovery-image] Dec 20 23:23:38.330 INFO O| Dec 20 23:23:38.330 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83962024-12-20T23:23:39.591Z[ recovery-image] Dec 20 23:23:38.344 INFO O| Dec 20 23:23:38.344 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
83972024-12-20T23:23:39.591Z[ recovery-image] Dec 20 23:23:38.344 INFO O| Dec 20 23:23:38.344 INFO copying /tmp/.tmp8ONQdI/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 ...
83982024-12-20T23:23:39.591Z[ recovery-image] Dec 20 23:23:38.344 INFO O| Dec 20 23:23:38.344 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
83992024-12-20T23:23:39.593Z[ recovery-image] Dec 20 23:23:38.344 INFO O| Dec 20 23:23:38.344 INFO ok!
84002024-12-20T23:23:39.594Z[ recovery-image] Dec 20 23:23:38.344 INFO O| Dec 20 23:23:38.344 INFO STEP 59 (ensure_file) COMPLETE
84012024-12-20T23:23:39.594Z[ recovery-image] Dec 20 23:23:38.345 INFO O| Dec 20 23:23:38.344 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84022024-12-20T23:23:39.607Z[ recovery-image] Dec 20 23:23:38.361 INFO O| Dec 20 23:23:38.360 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
84032024-12-20T23:23:39.607Z[ recovery-image] Dec 20 23:23:38.361 INFO O| Dec 20 23:23:38.361 INFO copying /tmp/.tmp8ONQdI/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
84042024-12-20T23:23:39.610Z[ recovery-image] Dec 20 23:23:38.361 INFO O| Dec 20 23:23:38.361 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
84052024-12-20T23:23:39.610Z[ recovery-image] Dec 20 23:23:38.361 INFO O| Dec 20 23:23:38.361 INFO ok!
84062024-12-20T23:23:39.610Z[ recovery-image] Dec 20 23:23:38.361 INFO O| Dec 20 23:23:38.361 INFO STEP 60 (ensure_file) COMPLETE
84072024-12-20T23:23:39.610Z[ recovery-image] Dec 20 23:23:38.361 INFO O| Dec 20 23:23:38.361 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84082024-12-20T23:23:39.622Z[ recovery-image] Dec 20 23:23:38.376 INFO O| Dec 20 23:23:38.376 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
84092024-12-20T23:23:39.622Z[ recovery-image] Dec 20 23:23:38.376 INFO O| Dec 20 23:23:38.376 INFO STEP 61 (ensure_dir) COMPLETE
84102024-12-20T23:23:39.622Z[ recovery-image] Dec 20 23:23:38.376 INFO O| Dec 20 23:23:38.376 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84112024-12-20T23:23:39.638Z[ recovery-image] Dec 20 23:23:38.391 INFO O| Dec 20 23:23:38.391 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
84122024-12-20T23:23:39.638Z[ recovery-image] Dec 20 23:23:38.391 INFO O| Dec 20 23:23:38.391 INFO STEP 62 (ensure_dir) COMPLETE
84132024-12-20T23:23:39.641Z[ recovery-image] Dec 20 23:23:38.391 INFO O| Dec 20 23:23:38.391 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84142024-12-20T23:23:39.654Z[ recovery-image] Dec 20 23:23:38.408 INFO O| Dec 20 23:23:38.407 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
84152024-12-20T23:23:39.654Z[ recovery-image] Dec 20 23:23:38.408 INFO O| Dec 20 23:23:38.408 INFO STEP 63 (ensure_dir) COMPLETE
84162024-12-20T23:23:39.657Z[ recovery-image] Dec 20 23:23:38.408 INFO O| Dec 20 23:23:38.408 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84172024-12-20T23:23:39.667Z[ recovery-image] Dec 20 23:23:38.420 INFO O| Dec 20 23:23:38.420 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
84182024-12-20T23:23:39.667Z[ recovery-image] Dec 20 23:23:38.420 INFO O| Dec 20 23:23:38.420 INFO STEP 64 (ensure_dir) COMPLETE
84192024-12-20T23:23:39.670Z[ recovery-image] Dec 20 23:23:38.420 INFO O| Dec 20 23:23:38.420 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
84202024-12-20T23:23:39.678Z[ recovery-image] Dec 20 23:23:38.432 INFO O| Dec 20 23:23:38.432 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
84212024-12-20T23:23:39.678Z[ recovery-image] Dec 20 23:23:38.432 INFO O| Dec 20 23:23:38.432 INFO copying /tmp/.tmp8ONQdI/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
84222024-12-20T23:23:39.680Z[ recovery-image] Dec 20 23:23:38.432 INFO O| Dec 20 23:23:38.432 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
84232024-12-20T23:23:39.680Z[ recovery-image] Dec 20 23:23:38.432 INFO O| Dec 20 23:23:38.432 INFO ok!
84242024-12-20T23:23:39.681Z[ recovery-image] Dec 20 23:23:38.432 INFO O| Dec 20 23:23:38.432 INFO STEP 65 (ensure_file) COMPLETE
84252024-12-20T23:23:39.681Z[ recovery-image] Dec 20 23:23:38.432 INFO O| Dec 20 23:23:38.432 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84262024-12-20T23:23:39.690Z[ recovery-image] Dec 20 23:23:38.444 INFO O| Dec 20 23:23:38.444 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
84272024-12-20T23:23:39.693Z[ recovery-image] Dec 20 23:23:38.444 INFO O| Dec 20 23:23:38.444 INFO STEP 66 (remove_files) COMPLETE
84282024-12-20T23:23:39.693Z[ recovery-image] Dec 20 23:23:38.444 INFO O| Dec 20 23:23:38.444 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84292024-12-20T23:23:39.705Z[ recovery-image] Dec 20 23:23:38.459 INFO O| Dec 20 23:23:38.459 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
84302024-12-20T23:23:39.708Z[ recovery-image] Dec 20 23:23:38.459 INFO O| Dec 20 23:23:38.459 INFO STEP 67 (remove_files) COMPLETE
84312024-12-20T23:23:39.708Z[ recovery-image] Dec 20 23:23:38.459 INFO O| Dec 20 23:23:38.459 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84322024-12-20T23:23:39.722Z[ recovery-image] Dec 20 23:23:38.476 INFO O| Dec 20 23:23:38.476 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
84332024-12-20T23:23:39.725Z[ recovery-image] Dec 20 23:23:38.476 INFO O| Dec 20 23:23:38.476 INFO STEP 68 (remove_files) COMPLETE
84342024-12-20T23:23:39.725Z[ recovery-image] Dec 20 23:23:38.476 INFO O| Dec 20 23:23:38.476 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84352024-12-20T23:23:39.736Z[ recovery-image] Dec 20 23:23:38.489 INFO O| Dec 20 23:23:38.489 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
84362024-12-20T23:23:39.738Z[ recovery-image] Dec 20 23:23:38.489 INFO O| Dec 20 23:23:38.489 INFO STEP 69 (remove_files) COMPLETE
84372024-12-20T23:23:39.738Z[ recovery-image] Dec 20 23:23:38.489 INFO O| Dec 20 23:23:38.489 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84382024-12-20T23:23:39.748Z[ recovery-image] Dec 20 23:23:38.502 INFO O| Dec 20 23:23:38.502 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
84392024-12-20T23:23:39.751Z[ recovery-image] Dec 20 23:23:38.502 INFO O| Dec 20 23:23:38.502 INFO STEP 70 (remove_files) COMPLETE
84402024-12-20T23:23:39.752Z[ recovery-image] Dec 20 23:23:38.502 INFO O| Dec 20 23:23:38.502 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84412024-12-20T23:23:39.763Z[ recovery-image] Dec 20 23:23:38.517 INFO O| Dec 20 23:23:38.517 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
84422024-12-20T23:23:39.763Z[ recovery-image] Dec 20 23:23:38.517 INFO O| Dec 20 23:23:38.517 INFO STEP 71 (remove_files) COMPLETE
84432024-12-20T23:23:39.766Z[ recovery-image] Dec 20 23:23:38.517 INFO O| Dec 20 23:23:38.517 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84442024-12-20T23:23:39.778Z[ recovery-image] Dec 20 23:23:38.532 INFO O| Dec 20 23:23:38.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
84452024-12-20T23:23:39.778Z[ recovery-image] Dec 20 23:23:38.532 INFO O| Dec 20 23:23:38.532 INFO STEP 72 (remove_files) COMPLETE
84462024-12-20T23:23:39.778Z[ recovery-image] Dec 20 23:23:38.532 INFO O| Dec 20 23:23:38.532 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84472024-12-20T23:23:39.793Z[ recovery-image] Dec 20 23:23:38.547 INFO O| Dec 20 23:23:38.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
84482024-12-20T23:23:39.793Z[ recovery-image] Dec 20 23:23:38.547 INFO O| Dec 20 23:23:38.547 INFO STEP 73 (remove_files) COMPLETE
84492024-12-20T23:23:39.796Z[ recovery-image] Dec 20 23:23:38.547 INFO O| Dec 20 23:23:38.547 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84502024-12-20T23:23:39.807Z[ recovery-image] Dec 20 23:23:38.561 INFO O| Dec 20 23:23:38.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
84512024-12-20T23:23:39.807Z[ recovery-image] Dec 20 23:23:38.561 INFO O| Dec 20 23:23:38.561 INFO STEP 74 (remove_files) COMPLETE
84522024-12-20T23:23:39.807Z[ recovery-image] Dec 20 23:23:38.561 INFO O| Dec 20 23:23:38.561 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84532024-12-20T23:23:39.823Z[ recovery-image] Dec 20 23:23:38.576 INFO O| Dec 20 23:23:38.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
84542024-12-20T23:23:39.823Z[ recovery-image] Dec 20 23:23:38.576 INFO O| Dec 20 23:23:38.576 INFO STEP 75 (remove_files) COMPLETE
84552024-12-20T23:23:39.823Z[ recovery-image] Dec 20 23:23:38.577 INFO O| Dec 20 23:23:38.576 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84562024-12-20T23:23:39.840Z[ recovery-image] Dec 20 23:23:38.592 INFO O| Dec 20 23:23:38.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
84572024-12-20T23:23:39.840Z[ recovery-image] Dec 20 23:23:38.592 INFO O| Dec 20 23:23:38.592 INFO STEP 76 (remove_files) COMPLETE
84582024-12-20T23:23:39.840Z[ recovery-image] Dec 20 23:23:38.592 INFO O| Dec 20 23:23:38.592 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84592024-12-20T23:23:39.850Z[ recovery-image] Dec 20 23:23:38.603 INFO O| Dec 20 23:23:38.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
84602024-12-20T23:23:39.850Z[ recovery-image] Dec 20 23:23:38.603 INFO O| Dec 20 23:23:38.603 INFO STEP 77 (remove_files) COMPLETE
84612024-12-20T23:23:39.854Z[ recovery-image] Dec 20 23:23:38.603 INFO O| Dec 20 23:23:38.603 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84622024-12-20T23:23:39.861Z[ recovery-image] Dec 20 23:23:38.615 INFO O| Dec 20 23:23:38.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
84632024-12-20T23:23:39.861Z[ recovery-image] Dec 20 23:23:38.615 INFO O| Dec 20 23:23:38.615 INFO STEP 78 (remove_files) COMPLETE
84642024-12-20T23:23:39.861Z[ recovery-image] Dec 20 23:23:38.615 INFO O| Dec 20 23:23:38.615 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84652024-12-20T23:23:39.877Z[ recovery-image] Dec 20 23:23:38.630 INFO O| Dec 20 23:23:38.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
84662024-12-20T23:23:39.877Z[ recovery-image] Dec 20 23:23:38.630 INFO O| Dec 20 23:23:38.630 INFO STEP 79 (remove_files) COMPLETE
84672024-12-20T23:23:39.879Z[ recovery-image] Dec 20 23:23:38.630 INFO O| Dec 20 23:23:38.630 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84682024-12-20T23:23:39.891Z[ recovery-image] Dec 20 23:23:38.644 INFO O| Dec 20 23:23:38.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
84692024-12-20T23:23:39.891Z[ recovery-image] Dec 20 23:23:38.644 INFO O| Dec 20 23:23:38.644 INFO STEP 80 (remove_files) COMPLETE
84702024-12-20T23:23:39.891Z[ recovery-image] Dec 20 23:23:38.644 INFO O| Dec 20 23:23:38.644 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84712024-12-20T23:23:39.905Z[ recovery-image] Dec 20 23:23:38.658 INFO O| Dec 20 23:23:38.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
84722024-12-20T23:23:39.905Z[ recovery-image] Dec 20 23:23:38.658 INFO O| Dec 20 23:23:38.658 INFO STEP 81 (remove_files) COMPLETE
84732024-12-20T23:23:39.905Z[ recovery-image] Dec 20 23:23:38.658 INFO O| Dec 20 23:23:38.658 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84742024-12-20T23:23:39.917Z[ recovery-image] Dec 20 23:23:38.670 INFO O| Dec 20 23:23:38.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
84752024-12-20T23:23:39.917Z[ recovery-image] Dec 20 23:23:38.670 INFO O| Dec 20 23:23:38.670 INFO STEP 82 (remove_files) COMPLETE
84762024-12-20T23:23:39.917Z[ recovery-image] Dec 20 23:23:38.670 INFO O| Dec 20 23:23:38.670 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84772024-12-20T23:23:39.933Z[ recovery-image] Dec 20 23:23:38.687 INFO O| Dec 20 23:23:38.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
84782024-12-20T23:23:39.933Z[ recovery-image] Dec 20 23:23:38.687 INFO O| Dec 20 23:23:38.687 INFO STEP 83 (remove_files) COMPLETE
84792024-12-20T23:23:39.933Z[ recovery-image] Dec 20 23:23:38.687 INFO O| Dec 20 23:23:38.687 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84802024-12-20T23:23:39.949Z[ recovery-image] Dec 20 23:23:38.703 INFO O| Dec 20 23:23:38.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
84812024-12-20T23:23:39.949Z[ recovery-image] Dec 20 23:23:38.703 INFO O| Dec 20 23:23:38.703 INFO STEP 84 (remove_files) COMPLETE
84822024-12-20T23:23:39.952Z[ recovery-image] Dec 20 23:23:38.703 INFO O| Dec 20 23:23:38.703 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84832024-12-20T23:23:39.965Z[ recovery-image] Dec 20 23:23:38.719 INFO O| Dec 20 23:23:38.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
84842024-12-20T23:23:39.965Z[ recovery-image] Dec 20 23:23:38.719 INFO O| Dec 20 23:23:38.719 INFO STEP 85 (remove_files) COMPLETE
84852024-12-20T23:23:39.968Z[ recovery-image] Dec 20 23:23:38.719 INFO O| Dec 20 23:23:38.719 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84862024-12-20T23:23:39.978Z[ recovery-image] Dec 20 23:23:38.731 INFO O| Dec 20 23:23:38.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
84872024-12-20T23:23:39.978Z[ recovery-image] Dec 20 23:23:38.731 INFO O| Dec 20 23:23:38.731 INFO STEP 86 (remove_files) COMPLETE
84882024-12-20T23:23:39.981Z[ recovery-image] Dec 20 23:23:38.731 INFO O| Dec 20 23:23:38.731 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84892024-12-20T23:23:39.993Z[ recovery-image] Dec 20 23:23:38.747 INFO O| Dec 20 23:23:38.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
84902024-12-20T23:23:39.993Z[ recovery-image] Dec 20 23:23:38.747 INFO O| Dec 20 23:23:38.747 INFO STEP 87 (remove_files) COMPLETE
84912024-12-20T23:23:39.996Z[ recovery-image] Dec 20 23:23:38.747 INFO O| Dec 20 23:23:38.747 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84922024-12-20T23:23:40.007Z[ recovery-image] Dec 20 23:23:38.760 INFO O| Dec 20 23:23:38.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
84932024-12-20T23:23:40.008Z[ recovery-image] Dec 20 23:23:38.760 INFO O| Dec 20 23:23:38.760 INFO STEP 88 (remove_files) COMPLETE
84942024-12-20T23:23:40.012Z[ recovery-image] Dec 20 23:23:38.760 INFO O| Dec 20 23:23:38.760 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84952024-12-20T23:23:40.023Z[ recovery-image] Dec 20 23:23:38.776 INFO O| Dec 20 23:23:38.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
84962024-12-20T23:23:40.023Z[ recovery-image] Dec 20 23:23:38.776 INFO O| Dec 20 23:23:38.776 INFO STEP 89 (remove_files) COMPLETE
84972024-12-20T23:23:40.025Z[ recovery-image] Dec 20 23:23:38.776 INFO O| Dec 20 23:23:38.776 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84982024-12-20T23:23:40.039Z[ recovery-image] Dec 20 23:23:38.791 INFO O| Dec 20 23:23:38.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
84992024-12-20T23:23:40.039Z[ recovery-image] Dec 20 23:23:38.791 INFO O| Dec 20 23:23:38.791 INFO STEP 90 (remove_files) COMPLETE
85002024-12-20T23:23:40.039Z[ recovery-image] Dec 20 23:23:38.791 INFO O| Dec 20 23:23:38.791 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85012024-12-20T23:23:40.053Z[ recovery-image] Dec 20 23:23:38.806 INFO O| Dec 20 23:23:38.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
85022024-12-20T23:23:40.053Z[ recovery-image] Dec 20 23:23:38.806 INFO O| Dec 20 23:23:38.806 INFO STEP 91 (remove_files) COMPLETE
85032024-12-20T23:23:40.056Z[ recovery-image] Dec 20 23:23:38.806 INFO O| Dec 20 23:23:38.806 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85042024-12-20T23:23:40.065Z[ recovery-image] Dec 20 23:23:38.817 INFO O| Dec 20 23:23:38.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
85052024-12-20T23:23:40.065Z[ recovery-image] Dec 20 23:23:38.817 INFO O| Dec 20 23:23:38.817 INFO STEP 92 (remove_files) COMPLETE
85062024-12-20T23:23:40.067Z[ recovery-image] Dec 20 23:23:38.817 INFO O| Dec 20 23:23:38.817 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85072024-12-20T23:23:40.077Z[ recovery-image] Dec 20 23:23:38.830 INFO O| Dec 20 23:23:38.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
85082024-12-20T23:23:40.077Z[ recovery-image] Dec 20 23:23:38.830 INFO O| Dec 20 23:23:38.830 INFO STEP 93 (remove_files) COMPLETE
85092024-12-20T23:23:40.079Z[ recovery-image] Dec 20 23:23:38.830 INFO O| Dec 20 23:23:38.830 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
85102024-12-20T23:23:40.090Z[ recovery-image] Dec 20 23:23:38.843 INFO O| Dec 20 23:23:38.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
85112024-12-20T23:23:40.090Z[ recovery-image] Dec 20 23:23:38.843 INFO O| Dec 20 23:23:38.843 INFO STEP 94 (remove_files) COMPLETE
85122024-12-20T23:23:40.092Z[ recovery-image] Dec 20 23:23:38.843 INFO O| Dec 20 23:23:38.843 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
85132024-12-20T23:23:40.107Z[ recovery-image] Dec 20 23:23:38.860 INFO O| Dec 20 23:23:38.860 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
85142024-12-20T23:23:40.110Z[ recovery-image] Dec 20 23:23:38.861 INFO O| Dec 20 23:23:38.860 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"}
85152024-12-20T23:23:44.779Z[ recovery-image] Dec 20 23:23:43.531 INFO O| Dec 20 23:23:43.531 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
85162024-12-20T23:23:44.779Z[ recovery-image] Dec 20 23:23:43.531 INFO O| Dec 20 23:23:43.531 INFO E| svccfg: Loaded 67 smf(7) service descriptions
85172024-12-20T23:23:44.797Z[ recovery-image] Dec 20 23:23:43.549 INFO O| Dec 20 23:23:43.549 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "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"}
85182024-12-20T23:23:44.889Z[ recovery-image] Dec 20 23:23:43.641 INFO O| Dec 20 23:23:43.641 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
85192024-12-20T23:23:44.889Z[ recovery-image] Dec 20 23:23:43.641 INFO O| Dec 20 23:23:43.641 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 ...
85202024-12-20T23:23:44.892Z[ recovery-image] Dec 20 23:23:43.643 INFO O| Dec 20 23:23:43.643 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
85212024-12-20T23:23:44.892Z[ recovery-image] Dec 20 23:23:43.643 INFO O| Dec 20 23:23:43.643 INFO ok!
85222024-12-20T23:23:44.892Z[ recovery-image] Dec 20 23:23:43.643 INFO O| Dec 20 23:23:43.643 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
85232024-12-20T23:23:44.893Z[ recovery-image] Dec 20 23:23:43.643 INFO O| Dec 20 23:23:43.643 INFO STEP 95 (seed_smf) COMPLETE
85242024-12-20T23:23:44.893Z[ recovery-image] Dec 20 23:23:43.643 INFO O| Dec 20 23:23:43.643 INFO steps complete; finalising image!
85252024-12-20T23:23:44.893Z[ recovery-image] Dec 20 23:23:43.643 INFO O| Dec 20 23:23:43.643 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
85262024-12-20T23:23:44.933Z[ recovery-image] Dec 20 23:23:43.685 INFO O| Dec 20 23:23:43.685 INFO trim TEMPORARY-gimlet-zfs-recovery: (4% trimmed, started at Fri Dec 20 23:23:43 2024)
85272024-12-20T23:23:45.141Z[ recovery-image] Dec 20 23:23:43.893 INFO O| Dec 20 23:23:43.893 INFO trim TEMPORARY-gimlet-zfs-recovery: (69% trimmed, started at Fri Dec 20 23:23:43 2024)
85282024-12-20T23:23:45.350Z[ recovery-image] Dec 20 23:23:44.103 INFO O| Dec 20 23:23:44.102 INFO trim TEMPORARY-gimlet-zfs-recovery: (69% trimmed, started at Fri Dec 20 23:23:43 2024)
85292024-12-20T23:23:45.577Z[ recovery-image] Dec 20 23:23:44.330 INFO O| Dec 20 23:23:44.330 INFO temporary pool has 363M used, 1.40G avail, 1.00x compressratio
85302024-12-20T23:23:45.577Z[ recovery-image] Dec 20 23:23:44.330 INFO O| Dec 20 23:23:44.330 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
85312024-12-20T23:23:45.845Z[ recovery-image] Dec 20 23:23:44.597 INFO O| Dec 20 23:23:44.597 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
85322024-12-20T23:23:45.845Z[ recovery-image] Dec 20 23:23:44.597 INFO O| Dec 20 23:23:44.597 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
85332024-12-20T23:23:49.011Z[ recovery-image] Dec 20 23:23:47.762 INFO O| Dec 20 23:23:47.762 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
85342024-12-20T23:23:49.011Z[ recovery-image] Dec 20 23:23:47.762 INFO O| Dec 20 23:23:47.762 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
85352024-12-20T23:23:49.013Z[ recovery-image] Dec 20 23:23:47.762 INFO O| Dec 20 23:23:47.762 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
85362024-12-20T23:23:49.013Z[ recovery-image] Dec 20 23:23:47.762 INFO O| Dec 20 23:23:47.762 INFO completed processing gimlet/zfs-recovery
85372024-12-20T23:23:49.013Z[ recovery-image] Dec 20 23:23:47.762 INFO O| Dec 20 23:23:47.762 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
85382024-12-20T23:23:49.434Z[ recovery-image] Dec 20 23:23:48.185 INFO O| Dec 20 23:23:48.185 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
85392024-12-20T23:23:49.529Z[ recovery-image] Dec 20 23:23:48.281 INFO BUILD STRING "heads/stlouis-0-g37a4469737\n"
85402024-12-20T23:23:49.531Z[ recovery-image] Dec 20 23:23:48.282 INFO expanded image name: "recovery 053adca/${os_short_commit} 2024-12-20 22:51" -> "recovery 053adca/37a4469 2024-12-20 22:51"
85412024-12-20T23:23:49.532Z[ recovery-image] Dec 20 23:23:48.282 INFO output artefacts stored in: "/work/os-recovery"
85422024-12-20T23:23:49.532Z[ recovery-image] Dec 20 23:23:48.282 INFO collecting git info from project "pilot"...
85432024-12-20T23:23:49.573Z[ recovery-image] Dec 20 23:23:48.324 INFO collecting git info from project "phbl"...
85442024-12-20T23:23:49.580Z[ recovery-image] Dec 20 23:23:48.332 INFO collecting git info from project "bootserver"...
85452024-12-20T23:23:49.589Z[ recovery-image] Dec 20 23:23:48.341 INFO collecting git info from project "chelsio-t6-roms"...
85462024-12-20T23:23:49.621Z[ recovery-image] Dec 20 23:23:48.373 INFO collecting git info from project "amd-firmware"...
85472024-12-20T23:23:49.944Z[ recovery-image] Dec 20 23:23:48.695 INFO collecting git info from project "image-builder"...
85482024-12-20T23:23:49.954Z[ recovery-image] Dec 20 23:23:48.706 INFO collecting git info from project "pinprick"...
85492024-12-20T23:23:49.960Z[ recovery-image] Dec 20 23:23:48.712 INFO collecting git info from project "amd-host-image-builder"...
85502024-12-20T23:23:50.259Z[ recovery-image] Dec 20 23:23:49.010 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
85512024-12-20T23:23:50.648Z[ recovery-image] Dec 20 23:23:49.400 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
85522024-12-20T23:23:51.011Z[ recovery-image] Dec 20 23:23:49.763 INFO creating Oxide boot image...
85532024-12-20T23:23:51.014Z[ recovery-image] Dec 20 23:23:49.763 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 053adca/37a4469 2024-12-20 22:51", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
85542024-12-20T23:24:53.668Z[ host-image] Dec 20 23:24:52.406 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23080:20241219T204658Z
85552024-12-20T23:24:53.668Z[ host-image] Dec 20 23:24:52.406 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23080:20241219T204658Z
85562024-12-20T23:24:53.672Z[ host-image] Dec 20 23:24:52.406 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
85572024-12-20T23:24:53.672Z[ host-image] Dec 20 23:24:52.406 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
85582024-12-20T23:24:53.672Z[ host-image] Dec 20 23:24:52.407 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
85592024-12-20T23:24:53.672Z[ host-image] Dec 20 23:24:52.407 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
85602024-12-20T23:24:53.672Z[ host-image] Dec 20 23:24:52.408 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
85612024-12-20T23:24:53.672Z[ host-image] Dec 20 23:24:52.408 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
85622024-12-20T23:24:53.672Z[ host-image] Dec 20 23:24:52.408 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
85632024-12-20T23:24:53.672Z[ host-image] Dec 20 23:24:52.408 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
85642024-12-20T23:24:53.672Z[ host-image] Dec 20 23:24:52.409 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23080:20241219T204659Z
85652024-12-20T23:24:53.672Z[ host-image] Dec 20 23:24:52.411 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23080:20241219T204659Z
85662024-12-20T23:24:53.675Z[ host-image] Dec 20 23:24:52.413 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23080:20241219T204659Z
85672024-12-20T23:24:53.675Z[ host-image] Dec 20 23:24:52.413 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23080:20241219T204700Z
85682024-12-20T23:24:53.675Z[ host-image] Dec 20 23:24:52.413 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
85692024-12-20T23:24:53.675Z[ host-image] Dec 20 23:24:52.414 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23080:20241219T204700Z
85702024-12-20T23:24:53.675Z[ host-image] Dec 20 23:24:52.415 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23080:20241219T204700Z
85712024-12-20T23:24:53.675Z[ host-image] Dec 20 23:24:52.415 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23080:20241219T204700Z
85722024-12-20T23:24:53.675Z[ host-image] Dec 20 23:24:52.416 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23080:20241219T204700Z
85732024-12-20T23:24:53.678Z[ host-image] Dec 20 23:24:52.416 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23080:20241219T204701Z
85742024-12-20T23:24:53.678Z[ host-image] Dec 20 23:24:52.416 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23080:20241219T204701Z
85752024-12-20T23:24:53.678Z[ host-image] Dec 20 23:24:52.416 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23080:20241219T204701Z
85762024-12-20T23:24:53.678Z[ host-image] Dec 20 23:24:52.416 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23080:20241219T204702Z
85772024-12-20T23:24:53.678Z[ host-image] Dec 20 23:24:52.417 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23080:20241219T204702Z
85782024-12-20T23:24:53.678Z[ host-image] Dec 20 23:24:52.417 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23080:20241219T204702Z
85792024-12-20T23:24:53.678Z[ host-image] Dec 20 23:24:52.417 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23080:20241219T204704Z
85802024-12-20T23:24:53.678Z[ host-image] Dec 20 23:24:52.417 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23080:20241219T204704Z
85812024-12-20T23:24:53.678Z[ host-image] Dec 20 23:24:52.418 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23080:20241219T204705Z
85822024-12-20T23:24:53.678Z[ host-image] Dec 20 23:24:52.418 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23080:20241219T204706Z
85832024-12-20T23:24:53.678Z[ host-image] Dec 20 23:24:52.418 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.311:20241203T104954Z
85842024-12-20T23:24:53.678Z[ host-image] Dec 20 23:24:52.418 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23080:20241219T204707Z
85852024-12-20T23:24:53.678Z[ host-image] Dec 20 23:24:52.418 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23080:20241219T204709Z
85862024-12-20T23:24:53.678Z[ host-image] Dec 20 23:24:52.418 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23080:20241219T204710Z
85872024-12-20T23:24:53.678Z[ host-image] Dec 20 23:24:52.418 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23080:20241219T204711Z
85882024-12-20T23:24:53.681Z[ host-image] Dec 20 23:24:52.420 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23080:20241219T204712Z
85892024-12-20T23:24:53.681Z[ host-image] Dec 20 23:24:52.420 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23080:20241219T204712Z
85902024-12-20T23:24:53.694Z[ host-image] Dec 20 23:24:52.434 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
85912024-12-20T23:24:53.694Z[ host-image] Dec 20 23:24:52.434 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23080:20241219T204712Z
85922024-12-20T23:24:53.696Z[ host-image] Dec 20 23:24:52.434 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z
85932024-12-20T23:24:53.697Z[ host-image] Dec 20 23:24:52.435 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
85942024-12-20T23:24:53.697Z[ host-image] Dec 20 23:24:52.435 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
85952024-12-20T23:24:53.697Z[ host-image] Dec 20 23:24:52.436 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23080:20241219T204712Z
85962024-12-20T23:24:53.697Z[ host-image] Dec 20 23:24:52.436 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
85972024-12-20T23:24:53.697Z[ host-image] Dec 20 23:24:52.437 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
85982024-12-20T23:24:53.699Z[ host-image] Dec 20 23:24:52.438 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
85992024-12-20T23:24:53.699Z[ host-image] Dec 20 23:24:52.439 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
86002024-12-20T23:24:53.717Z[ host-image] Dec 20 23:24:52.457 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
86012024-12-20T23:24:53.717Z[ host-image] Dec 20 23:24:52.457 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
86022024-12-20T23:24:53.721Z[ host-image] Dec 20 23:24:52.457 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
86032024-12-20T23:24:53.721Z[ host-image] Dec 20 23:24:52.458 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
86042024-12-20T23:24:53.721Z[ host-image] Dec 20 23:24:52.460 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
86052024-12-20T23:24:53.721Z[ host-image] Dec 20 23:24:52.460 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
86062024-12-20T23:24:53.779Z[ host-image] Dec 20 23:24:52.519 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
86072024-12-20T23:24:53.782Z[ host-image] Dec 20 23:24:52.520 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
86082024-12-20T23:24:53.782Z[ host-image] Dec 20 23:24:52.521 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
86092024-12-20T23:24:53.782Z[ host-image] Dec 20 23:24:52.522 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23080:20241219T204714Z
86102024-12-20T23:24:53.782Z[ host-image] Dec 20 23:24:52.522 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23080:20241219T204720Z
86112024-12-20T23:24:53.787Z[ host-image] Dec 20 23:24:52.522 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
86122024-12-20T23:24:53.787Z[ host-image] Dec 20 23:24:52.522 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23080:20241219T204720Z
86132024-12-20T23:24:53.787Z[ host-image] Dec 20 23:24:52.523 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
86142024-12-20T23:24:53.787Z[ host-image] Dec 20 23:24:52.523 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
86152024-12-20T23:24:53.787Z[ host-image] Dec 20 23:24:52.523 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
86162024-12-20T23:24:53.787Z[ host-image] Dec 20 23:24:52.523 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23080:20241219T204720Z
86172024-12-20T23:24:53.787Z[ host-image] Dec 20 23:24:52.524 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
86182024-12-20T23:24:53.793Z[ host-image] Dec 20 23:24:52.531 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
86192024-12-20T23:24:53.795Z[ host-image] Dec 20 23:24:52.531 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
86202024-12-20T23:24:53.796Z[ host-image] Dec 20 23:24:52.531 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
86212024-12-20T23:24:53.796Z[ host-image] Dec 20 23:24:52.532 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23080:20241219T204721Z
86222024-12-20T23:24:53.796Z[ host-image] Dec 20 23:24:52.532 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
86232024-12-20T23:24:53.823Z[ host-image] Dec 20 23:24:52.561 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
86242024-12-20T23:24:53.825Z[ host-image] Dec 20 23:24:52.561 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23080:20241219T204721Z
86252024-12-20T23:24:53.825Z[ host-image] Dec 20 23:24:52.565 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23080:20241219T204721Z
86262024-12-20T23:24:53.825Z[ host-image] Dec 20 23:24:52.566 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23080:20241219T204721Z
86272024-12-20T23:24:53.825Z[ host-image] Dec 20 23:24:52.566 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
86282024-12-20T23:24:53.828Z[ host-image] Dec 20 23:24:52.567 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23080:20241219T204723Z
86292024-12-20T23:24:53.828Z[ host-image] Dec 20 23:24:52.567 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23080:20241219T204723Z
86302024-12-20T23:24:53.828Z[ host-image] Dec 20 23:24:52.567 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23080:20241219T204723Z
86312024-12-20T23:24:53.828Z[ host-image] Dec 20 23:24:52.568 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23080:20241219T204723Z
86322024-12-20T23:24:53.834Z[ host-image] Dec 20 23:24:52.574 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
86332024-12-20T23:24:53.837Z[ host-image] Dec 20 23:24:52.575 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23080:20241219T204724Z
86342024-12-20T23:24:53.837Z[ host-image] Dec 20 23:24:52.576 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23080:20241219T204725Z
86352024-12-20T23:24:53.837Z[ host-image] Dec 20 23:24:52.576 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
86362024-12-20T23:24:53.837Z[ host-image] Dec 20 23:24:52.576 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23080:20241219T204725Z
86372024-12-20T23:24:53.837Z[ host-image] Dec 20 23:24:52.577 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23080:20241219T204725Z
86382024-12-20T23:24:53.837Z[ host-image] Dec 20 23:24:52.577 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.10.24-2.0.23080:20241219T204725Z
86392024-12-20T23:24:53.837Z[ host-image] Dec 20 23:24:52.578 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23080:20241219T204725Z
86402024-12-20T23:24:53.849Z[ host-image] Dec 20 23:24:52.590 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23080:20241219T204725Z
86412024-12-20T23:24:53.849Z[ host-image] Dec 20 23:24:52.590 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
86422024-12-20T23:24:53.852Z[ host-image] Dec 20 23:24:52.593 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23080:20241219T204725Z
86432024-12-20T23:24:53.855Z[ host-image] Dec 20 23:24:52.595 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23080:20241219T204726Z
86442024-12-20T23:24:53.855Z[ host-image] Dec 20 23:24:52.595 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23080:20241219T204726Z
86452024-12-20T23:24:53.857Z[ host-image] Dec 20 23:24:52.596 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23080:20241219T204726Z
86462024-12-20T23:24:53.857Z[ host-image] Dec 20 23:24:52.596 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23080:20241219T204726Z
86472024-12-20T23:24:53.857Z[ host-image] Dec 20 23:24:52.597 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23080:20241219T204726Z
86482024-12-20T23:24:53.883Z[ host-image] Dec 20 23:24:52.623 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23080:20241219T204728Z
86492024-12-20T23:24:53.886Z[ host-image] Dec 20 23:24:52.623 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23080:20241219T204727Z
86502024-12-20T23:24:53.886Z[ host-image] Dec 20 23:24:52.624 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23080:20241219T204727Z
86512024-12-20T23:24:53.886Z[ host-image] Dec 20 23:24:52.625 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23080:20241219T204727Z
86522024-12-20T23:24:53.902Z[ host-image] Dec 20 23:24:52.642 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23080:20241219T204728Z
86532024-12-20T23:24:53.936Z[ host-image] Dec 20 23:24:52.676 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23080:20241219T204731Z
86542024-12-20T23:24:53.936Z[ host-image] Dec 20 23:24:52.676 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23080:20241219T204728Z
86552024-12-20T23:24:53.939Z[ host-image] Dec 20 23:24:52.676 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23080:20241219T204728Z
86562024-12-20T23:24:53.939Z[ host-image] Dec 20 23:24:52.676 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
86572024-12-20T23:24:53.939Z[ host-image] Dec 20 23:24:52.677 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
86582024-12-20T23:24:53.981Z[ host-image] Dec 20 23:24:52.721 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23080:20241219T204728Z
86592024-12-20T23:24:53.984Z[ host-image] Dec 20 23:24:52.721 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
86602024-12-20T23:24:53.984Z[ host-image] Dec 20 23:24:52.722 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23080:20241219T204729Z
86612024-12-20T23:24:53.984Z[ host-image] Dec 20 23:24:52.722 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23080:20241219T204729Z
86622024-12-20T23:24:53.999Z[ host-image] Dec 20 23:24:52.739 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23080:20241219T204729Z
86632024-12-20T23:24:54.002Z[ host-image] Dec 20 23:24:52.740 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
86642024-12-20T23:24:54.002Z[ host-image] Dec 20 23:24:52.741 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
86652024-12-20T23:24:54.002Z[ host-image] Dec 20 23:24:52.741 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23080:20241219T204730Z
86662024-12-20T23:24:54.002Z[ host-image] Dec 20 23:24:52.741 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23080:20241219T204730Z
86672024-12-20T23:24:54.002Z[ host-image] Dec 20 23:24:52.742 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23080:20241219T204730Z
86682024-12-20T23:24:54.005Z[ host-image] Dec 20 23:24:52.743 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23080:20241219T204730Z
86692024-12-20T23:24:54.005Z[ host-image] Dec 20 23:24:52.743 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23080:20241219T204730Z
86702024-12-20T23:24:54.005Z[ host-image] Dec 20 23:24:52.743 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23080:20241219T204731Z
86712024-12-20T23:24:54.007Z[ host-image] Dec 20 23:24:52.748 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
86722024-12-20T23:24:54.010Z[ host-image] Dec 20 23:24:52.748 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23080:20241219T204731Z
86732024-12-20T23:24:54.012Z[ host-image] Dec 20 23:24:52.751 INFO O| install = pkg://helios-dev/system/microcode/intel@20241112-2.0.23080:20241219T204731Z
86742024-12-20T23:24:54.012Z[ host-image] Dec 20 23:24:52.751 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23080:20241219T204731Z
86752024-12-20T23:24:54.012Z[ host-image] Dec 20 23:24:52.751 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23080:20241219T204733Z
86762024-12-20T23:24:54.012Z[ host-image] Dec 20 23:24:52.752 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23080:20241219T204732Z
86772024-12-20T23:24:54.012Z[ host-image] Dec 20 23:24:52.752 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23080:20241219T204732Z
86782024-12-20T23:24:54.012Z[ host-image] Dec 20 23:24:52.752 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
86792024-12-20T23:24:54.015Z[ host-image] Dec 20 23:24:52.753 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
86802024-12-20T23:24:54.015Z[ host-image] Dec 20 23:24:52.753 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23080:20241219T204734Z
86812024-12-20T23:24:54.015Z[ host-image] Dec 20 23:24:52.754 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23080:20241219T204735Z
86822024-12-20T23:24:54.015Z[ host-image] Dec 20 23:24:52.754 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
86832024-12-20T23:24:54.015Z[ host-image] Dec 20 23:24:52.754 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
86842024-12-20T23:24:54.015Z[ host-image] Dec 20 23:24:52.754 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
86852024-12-20T23:24:54.015Z[ host-image] Dec 20 23:24:52.755 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
86862024-12-20T23:24:54.015Z[ host-image] Dec 20 23:24:52.755 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
86872024-12-20T23:24:54.020Z[ host-image] Dec 20 23:24:52.756 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
86882024-12-20T23:24:54.023Z[ host-image] Dec 20 23:24:52.758 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z
86892024-12-20T23:24:54.023Z[ host-image] Dec 20 23:24:52.759 INFO O| tempdir @ "/tmp/.tmpCuYmD8/tmp"
86902024-12-20T23:24:54.023Z[ host-image] Dec 20 23:24:52.759 INFO O| image root @ "/tmp/.tmpCuYmD8/tmp/root"
86912024-12-20T23:24:54.023Z[ host-image] Dec 20 23:24:52.759 INFO O| creating image...
86922024-12-20T23:24:54.507Z[ recovery-image] Dec 20 23:24:53.247 INFO O| ok, image written!
86932024-12-20T23:24:54.507Z[ recovery-image] Dec 20 23:24:53.247 INFO O| ok, boot_image_csum file written!
86942024-12-20T23:24:54.514Z[ recovery-image] Dec 20 23:24:53.254 INFO creating boot archive (CPIO)...
86952024-12-20T23:24:54.514Z[ recovery-image] Dec 20 23:24:53.254 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
86962024-12-20T23:24:54.525Z[ recovery-image] Dec 20 23:24:53.265 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
86972024-12-20T23:24:54.525Z[ recovery-image] Dec 20 23:24:53.266 INFO E| + outfile=/work/os-recovery/cpio
86982024-12-20T23:24:54.529Z[ recovery-image] Dec 20 23:24:53.266 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
86992024-12-20T23:24:54.539Z[ recovery-image] Dec 20 23:24:53.279 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
87002024-12-20T23:24:54.542Z[ recovery-image] Dec 20 23:24:53.280 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
87012024-12-20T23:24:54.587Z[ recovery-image] Dec 20 23:24:53.327 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
87022024-12-20T23:24:54.587Z[ recovery-image] Dec 20 23:24:53.327 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
87032024-12-20T23:24:54.598Z[ recovery-image] Dec 20 23:24:53.338 INFO creating compressed cpio/unix for nanobl-rs...
87042024-12-20T23:24:54.598Z[ recovery-image] Dec 20 23:24:53.338 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
87052024-12-20T23:24:55.102Z[ recovery-image] Dec 20 23:24:53.842 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
87062024-12-20T23:24:55.159Z[ host-image] Dec 20 23:24:53.899 INFO O| copying publishers...
87072024-12-20T23:25:01.680Z[ recovery-image] Dec 20 23:25:00.419 INFO creating reset image...
87082024-12-20T23:25:01.680Z[ recovery-image] Dec 20 23:25:00.419 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
87092024-12-20T23:25:02.385Z[ recovery-image] Dec 20 23:25:01.124 INFO E| Updating crates.io index
87102024-12-20T23:25:02.507Z[ recovery-image] Dec 20 23:25:01.246 INFO E| Downloading crates ...
87112024-12-20T23:25:02.629Z[ recovery-image] Dec 20 23:25:01.368 INFO E| Downloaded clap_derive v4.5.13
87122024-12-20T23:25:02.665Z[ recovery-image] Dec 20 23:25:01.403 INFO E| Downloaded shared_child v1.0.1
87132024-12-20T23:25:02.668Z[ recovery-image] Dec 20 23:25:01.406 INFO E| Downloaded os_pipe v1.2.1
87142024-12-20T23:25:02.670Z[ recovery-image] Dec 20 23:25:01.408 INFO E| Downloaded duct v0.13.7
87152024-12-20T23:25:02.704Z[ recovery-image] Dec 20 23:25:01.442 INFO E| Downloaded clap v4.5.17
87162024-12-20T23:25:02.718Z[ recovery-image] Dec 20 23:25:01.457 INFO E| Downloaded syn v2.0.77
87172024-12-20T23:25:02.773Z[ recovery-image] Dec 20 23:25:01.512 INFO E| Downloaded clap_builder v4.5.17
87182024-12-20T23:25:02.834Z[ recovery-image] Dec 20 23:25:01.573 INFO E| Downloaded libc v0.2.158
87192024-12-20T23:25:02.991Z[ recovery-image] Dec 20 23:25:01.730 INFO E| Compiling proc-macro2 v1.0.86
87202024-12-20T23:25:02.992Z[ recovery-image] Dec 20 23:25:01.730 INFO E| Compiling libc v0.2.158
87212024-12-20T23:25:02.992Z[ recovery-image] Dec 20 23:25:01.730 INFO E| Compiling unicode-ident v1.0.13
87222024-12-20T23:25:02.995Z[ recovery-image] Dec 20 23:25:01.730 INFO E| Compiling utf8parse v0.2.2
87232024-12-20T23:25:02.995Z[ recovery-image] Dec 20 23:25:01.730 INFO E| Compiling anstyle v1.0.8
87242024-12-20T23:25:02.995Z[ recovery-image] Dec 20 23:25:01.730 INFO E| Compiling is_terminal_polyfill v1.70.1
87252024-12-20T23:25:02.995Z[ recovery-image] Dec 20 23:25:01.731 INFO E| Compiling colorchoice v1.0.2
87262024-12-20T23:25:02.995Z[ recovery-image] Dec 20 23:25:01.731 INFO E| Compiling anstyle-query v1.1.1
87272024-12-20T23:25:03.689Z[ recovery-image] Dec 20 23:25:02.428 INFO E| Compiling anstyle-parse v0.2.5
87282024-12-20T23:25:03.777Z[ recovery-image] Dec 20 23:25:02.515 INFO E| Compiling strsim v0.11.1
87292024-12-20T23:25:03.858Z[ recovery-image] Dec 20 23:25:02.597 INFO E| Compiling heck v0.5.0
87302024-12-20T23:25:03.886Z[ recovery-image] Dec 20 23:25:02.625 INFO E| Compiling clap_lex v0.7.2
87312024-12-20T23:25:03.903Z[ recovery-image] Dec 20 23:25:02.641 INFO E| Compiling once_cell v1.19.0
87322024-12-20T23:25:04.420Z[ recovery-image] Dec 20 23:25:03.159 INFO E| Compiling anstream v0.6.15
87332024-12-20T23:25:05.179Z[ recovery-image] Dec 20 23:25:03.918 INFO E| Compiling clap_builder v4.5.17
87342024-12-20T23:25:05.576Z[ recovery-image] Dec 20 23:25:04.314 INFO E| Compiling quote v1.0.37
87352024-12-20T23:25:06.174Z[ recovery-image] Dec 20 23:25:04.912 INFO E| Compiling syn v2.0.77
87362024-12-20T23:25:06.192Z[ recovery-image] Dec 20 23:25:04.930 INFO E| Compiling os_pipe v1.2.1
87372024-12-20T23:25:06.193Z[ recovery-image] Dec 20 23:25:04.931 INFO E| Compiling shared_child v1.0.1
87382024-12-20T23:25:06.463Z[ recovery-image] Dec 20 23:25:05.200 INFO E| Compiling duct v0.13.7
87392024-12-20T23:25:15.446Z[ recovery-image] Dec 20 23:25:14.182 INFO E| Compiling clap_derive v4.5.13
87402024-12-20T23:25:20.164Z[ recovery-image] Dec 20 23:25:18.899 INFO E| Compiling clap v4.5.17
87412024-12-20T23:25:20.247Z[ recovery-image] Dec 20 23:25:18.982 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
87422024-12-20T23:25:20.862Z[ host-image] Dec 20 23:25:19.598 INFO O| adding properties...
87432024-12-20T23:25:21.762Z[ recovery-image] Dec 20 23:25:20.497 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.91s
87442024-12-20T23:25:21.775Z[ recovery-image] Dec 20 23:25:20.511 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
87452024-12-20T23:25:21.958Z[ recovery-image] Dec 20 23:25:20.693 INFO E| Updating crates.io index
87462024-12-20T23:25:22.032Z[ recovery-image] Dec 20 23:25:20.763 INFO E| Downloading crates ...
87472024-12-20T23:25:22.102Z[ recovery-image] Dec 20 23:25:20.837 INFO E| Downloaded bitstruct_derive v0.1.0
87482024-12-20T23:25:22.104Z[ recovery-image] Dec 20 23:25:20.838 INFO E| Downloaded seq-macro v0.3.5
87492024-12-20T23:25:22.107Z[ recovery-image] Dec 20 23:25:20.841 INFO E| Downloaded bit_field v0.10.2
87502024-12-20T23:25:22.110Z[ recovery-image] Dec 20 23:25:20.845 INFO E| Downloaded cpio_reader v0.1.1
87512024-12-20T23:25:22.112Z[ recovery-image] Dec 20 23:25:20.847 INFO E| Downloaded bitstruct v0.1.1
87522024-12-20T23:25:22.129Z[ recovery-image] Dec 20 23:25:20.864 INFO E| Downloaded raw-cpuid v10.7.0
87532024-12-20T23:25:22.138Z[ recovery-image] Dec 20 23:25:20.874 INFO E| Downloaded syn v2.0.85
87542024-12-20T23:25:22.269Z[ recovery-image] Dec 20 23:25:21.004 INFO E| Downloaded x86 v0.52.0
87552024-12-20T23:25:22.345Z[ recovery-image] Dec 20 23:25:21.080 INFO E| Updating crates.io index
87562024-12-20T23:25:22.356Z[ host-image] Dec 20 23:25:21.091 INFO O| installing packages...
87572024-12-20T23:25:22.423Z[ recovery-image] Dec 20 23:25:21.158 INFO E| Downloading crates ...
87582024-12-20T23:25:22.493Z[ recovery-image] Dec 20 23:25:21.228 INFO E| Downloaded hashbrown v0.15.0
87592024-12-20T23:25:22.506Z[ recovery-image] Dec 20 23:25:21.241 INFO E| Downloaded compiler_builtins v0.1.134
87602024-12-20T23:25:22.601Z[ recovery-image] Dec 20 23:25:21.336 INFO E| Compiling compiler_builtins v0.1.134
87612024-12-20T23:25:22.604Z[ recovery-image] Dec 20 23:25:21.336 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)
87622024-12-20T23:25:22.604Z[ recovery-image] Dec 20 23:25:21.336 INFO E| Compiling proc-macro2 v1.0.89
87632024-12-20T23:25:22.604Z[ recovery-image] Dec 20 23:25:21.336 INFO E| Compiling unicode-ident v1.0.13
87642024-12-20T23:25:22.604Z[ recovery-image] Dec 20 23:25:21.336 INFO E| Compiling syn v1.0.109
87652024-12-20T23:25:22.604Z[ recovery-image] Dec 20 23:25:21.337 INFO E| Compiling x86 v0.52.0
87662024-12-20T23:25:22.604Z[ recovery-image] Dec 20 23:25:21.337 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
87672024-12-20T23:25:22.604Z[ recovery-image] Dec 20 23:25:21.337 INFO E| Compiling seq-macro v0.3.5
87682024-12-20T23:25:24.249Z[ recovery-image] Dec 20 23:25:22.984 INFO E| Compiling quote v1.0.37
87692024-12-20T23:25:24.705Z[ recovery-image] Dec 20 23:25:23.439 INFO E| Compiling syn v2.0.85
87702024-12-20T23:25:29.871Z[ recovery-image] Dec 20 23:25:28.604 INFO E| Compiling scroll_derive v0.12.0
87712024-12-20T23:25:34.700Z[ recovery-image] Dec 20 23:25:33.433 INFO E| Compiling bitstruct_derive v0.1.0
87722024-12-20T23:25:53.057Z[ host-image] Dec 20 23:25:51.787 INFO O| seeding SMF database...
87732024-12-20T23:25:57.730Z[ recovery-image] Dec 20 23:25:56.459 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)
87742024-12-20T23:26:01.339Z[ recovery-image] Dec 20 23:26:00.067 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)
87752024-12-20T23:26:07.927Z[ recovery-image] Dec 20 23:26:06.654 INFO E| Compiling bitflags v1.3.2
87762024-12-20T23:26:07.930Z[ recovery-image] Dec 20 23:26:06.654 INFO E| Compiling log v0.4.22
87772024-12-20T23:26:07.930Z[ recovery-image] Dec 20 23:26:06.654 INFO E| Compiling adler2 v2.0.0
87782024-12-20T23:26:07.930Z[ recovery-image] Dec 20 23:26:06.654 INFO E| Compiling bit_field v0.10.2
87792024-12-20T23:26:07.930Z[ recovery-image] Dec 20 23:26:06.654 INFO E| Compiling scroll v0.12.0
87802024-12-20T23:26:07.930Z[ recovery-image] Dec 20 23:26:06.654 INFO E| Compiling plain v0.2.3
87812024-12-20T23:26:07.930Z[ recovery-image] Dec 20 23:26:06.654 INFO E| Compiling bitstruct v0.1.1
87822024-12-20T23:26:08.032Z[ recovery-image] Dec 20 23:26:06.759 INFO E| Compiling raw-cpuid v10.7.0
87832024-12-20T23:26:08.042Z[ recovery-image] Dec 20 23:26:06.769 INFO E| Compiling cpio_reader v0.1.1
87842024-12-20T23:26:08.343Z[ recovery-image] Dec 20 23:26:07.069 INFO E| Compiling miniz_oxide v0.8.0
87852024-12-20T23:26:08.420Z[ recovery-image] Dec 20 23:26:07.147 INFO E| Compiling static_assertions v1.1.0
87862024-12-20T23:26:09.127Z[ recovery-image] Dec 20 23:26:07.854 INFO E| Compiling goblin v0.8.2
87872024-12-20T23:26:09.179Z[ host-image] Dec 20 23:26:07.906 INFO O| configuring SMF profile...
87882024-12-20T23:26:09.182Z[ host-image] Dec 20 23:26:07.906 INFO O| modifying shadow(5)...
87892024-12-20T23:26:09.182Z[ host-image] Dec 20 23:26:07.907 INFO O| loading user and group database...
87902024-12-20T23:26:09.182Z[ host-image] Dec 20 23:26:07.907 INFO O| assessing packaged files...
87912024-12-20T23:26:15.757Z[ host-image] Dec 20 23:26:14.482 INFO O| creating archive...
87922024-12-20T23:26:15.831Z[ host-image] Dec 20 23:26:14.557 INFO O| missing from packaging:
87932024-12-20T23:26:15.831Z[ host-image] Dec 20 23:26:14.557 INFO O| "etc/.pwd.lock"
87942024-12-20T23:26:15.831Z[ host-image] Dec 20 23:26:14.557 INFO O| "etc/bash"
87952024-12-20T23:26:15.840Z[ host-image] Dec 20 23:26:14.566 INFO O| "etc/svc/profile/generic.xml"
87962024-12-20T23:26:15.840Z[ host-image] Dec 20 23:26:14.566 INFO O| "etc/svc/profile/inetd_services.xml"
87972024-12-20T23:26:15.843Z[ host-image] Dec 20 23:26:14.566 INFO O| "etc/svc/profile/name_service.xml"
87982024-12-20T23:26:15.843Z[ host-image] Dec 20 23:26:14.567 INFO O| "etc/svc/profile/platform.xml"
87992024-12-20T23:26:15.843Z[ host-image] Dec 20 23:26:14.567 INFO O| "etc/svc/profile/platform_omicron1.xml"
88002024-12-20T23:26:15.843Z[ host-image] Dec 20 23:26:14.567 INFO O| "etc/svc/repository.db"
88012024-12-20T23:26:15.857Z[ host-image] Dec 20 23:26:14.583 INFO O| "opt/ooce/share"
88022024-12-20T23:26:15.857Z[ host-image] Dec 20 23:26:14.583 INFO O| "opt/ooce/share/man"
88032024-12-20T23:26:15.857Z[ host-image] Dec 20 23:26:14.583 INFO O| "opt/ooce/share/man/man1"
88042024-12-20T23:26:15.872Z[ host-image] Dec 20 23:26:14.597 INFO O| finishing archive...
88052024-12-20T23:26:20.345Z[ host-image] Dec 20 23:26:19.070 INFO O| creating gzonly manifest...
88062024-12-20T23:26:20.379Z[ host-image] Dec 20 23:26:19.103 INFO O| ok
88072024-12-20T23:26:20.574Z[ recovery-image] Dec 20 23:26:19.251 INFO E| Finished `release` profile [optimized] target(s) in 58.72s
88082024-12-20T23:26:20.574Z[ recovery-image] Dec 20 23:26:19.285 INFO building host image...
88092024-12-20T23:26:20.574Z[ recovery-image] Dec 20 23:26:19.286 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")
88102024-12-20T23:26:20.576Z[ host-image] Dec 20 23:26:19.298 INFO image builder template: ramdisk-02-trim...
88112024-12-20T23:26:20.576Z[ host-image] Dec 20 23:26:19.298 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/.tmp8ONQdI/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
88122024-12-20T23:26:20.609Z[ host-image] Dec 20 23:26:19.334 INFO O| Dec 20 23:26:19.333 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
88132024-12-20T23:26:20.615Z[ host-image] Dec 20 23:26:19.339 INFO O| Dec 20 23:26:19.339 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
88142024-12-20T23:26:20.734Z[ host-image] Dec 20 23:26:19.459 INFO O| Dec 20 23:26:19.459 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
88152024-12-20T23:26:20.845Z[ host-image] Dec 20 23:26:19.570 INFO O| Dec 20 23:26:19.570 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
88162024-12-20T23:26:20.845Z[ host-image] Dec 20 23:26:19.570 INFO O| Dec 20 23:26:19.570 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
88172024-12-20T23:26:20.855Z[ host-image] Dec 20 23:26:19.579 INFO O| Dec 20 23:26:19.579 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
88182024-12-20T23:26:20.862Z[ host-image] Dec 20 23:26:19.586 INFO O| Dec 20 23:26:19.586 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
88192024-12-20T23:26:20.870Z[ host-image] Dec 20 23:26:19.595 INFO O| Dec 20 23:26:19.595 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
88202024-12-20T23:26:21.376Z[ recovery-image] Dec 20 23:26:20.101 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
88212024-12-20T23:26:21.393Z[ host-image] Dec 20 23:26:20.117 INFO O| Dec 20 23:26:20.117 INFO rolled back to input snapshot; work may begin
88222024-12-20T23:26:21.393Z[ host-image] Dec 20 23:26:20.117 INFO O| Dec 20 23:26:20.117 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
88232024-12-20T23:26:21.409Z[ host-image] Dec 20 23:26:20.134 INFO O| Dec 20 23:26:20.133 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88242024-12-20T23:26:21.427Z[ host-image] Dec 20 23:26:20.151 INFO O| Dec 20 23:26:20.151 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
88252024-12-20T23:26:21.607Z[ host-image] Dec 20 23:26:20.330 INFO O| Dec 20 23:26:20.330 INFO STEP 0 (remove_files) COMPLETE
88262024-12-20T23:26:21.607Z[ host-image] Dec 20 23:26:20.330 INFO O| Dec 20 23:26:20.330 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88272024-12-20T23:26:21.646Z[ host-image] Dec 20 23:26:20.369 INFO O| Dec 20 23:26:20.369 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
88282024-12-20T23:26:21.649Z[ host-image] Dec 20 23:26:20.372 INFO O| Dec 20 23:26:20.372 INFO STEP 1 (remove_files) COMPLETE
88292024-12-20T23:26:21.649Z[ host-image] Dec 20 23:26:20.372 INFO O| Dec 20 23:26:20.372 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88302024-12-20T23:26:21.672Z[ host-image] Dec 20 23:26:20.392 INFO O| Dec 20 23:26:20.392 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
88312024-12-20T23:26:21.691Z[ host-image] Dec 20 23:26:20.415 INFO O| Dec 20 23:26:20.415 INFO STEP 2 (remove_files) COMPLETE
88322024-12-20T23:26:21.691Z[ host-image] Dec 20 23:26:20.415 INFO O| Dec 20 23:26:20.415 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88332024-12-20T23:26:21.712Z[ host-image] Dec 20 23:26:20.434 INFO O| Dec 20 23:26:20.434 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
88342024-12-20T23:26:21.715Z[ host-image] Dec 20 23:26:20.436 INFO O| Dec 20 23:26:20.436 INFO STEP 3 (remove_files) COMPLETE
88352024-12-20T23:26:21.715Z[ host-image] Dec 20 23:26:20.436 INFO O| Dec 20 23:26:20.436 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88362024-12-20T23:26:21.729Z[ host-image] Dec 20 23:26:20.454 INFO O| Dec 20 23:26:20.453 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
88372024-12-20T23:26:21.734Z[ host-image] Dec 20 23:26:20.459 INFO O| Dec 20 23:26:20.459 INFO STEP 4 (remove_files) COMPLETE
88382024-12-20T23:26:21.734Z[ host-image] Dec 20 23:26:20.459 INFO O| Dec 20 23:26:20.459 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88392024-12-20T23:26:21.749Z[ host-image] Dec 20 23:26:20.474 INFO O| Dec 20 23:26:20.474 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
88402024-12-20T23:26:21.753Z[ host-image] Dec 20 23:26:20.477 INFO O| Dec 20 23:26:20.477 INFO STEP 5 (remove_files) COMPLETE
88412024-12-20T23:26:21.753Z[ host-image] Dec 20 23:26:20.477 INFO O| Dec 20 23:26:20.477 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88422024-12-20T23:26:21.768Z[ host-image] Dec 20 23:26:20.493 INFO O| Dec 20 23:26:20.492 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
88432024-12-20T23:26:21.787Z[ host-image] Dec 20 23:26:20.506 INFO O| Dec 20 23:26:20.506 INFO STEP 6 (remove_files) COMPLETE
88442024-12-20T23:26:21.787Z[ host-image] Dec 20 23:26:20.506 INFO O| Dec 20 23:26:20.506 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88452024-12-20T23:26:21.799Z[ host-image] Dec 20 23:26:20.523 INFO O| Dec 20 23:26:20.522 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
88462024-12-20T23:26:21.817Z[ host-image] Dec 20 23:26:20.541 INFO O| Dec 20 23:26:20.541 INFO STEP 7 (remove_files) COMPLETE
88472024-12-20T23:26:21.817Z[ host-image] Dec 20 23:26:20.541 INFO O| Dec 20 23:26:20.541 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88482024-12-20T23:26:21.835Z[ host-image] Dec 20 23:26:20.557 INFO O| Dec 20 23:26:20.557 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
88492024-12-20T23:26:22.002Z[ host-image] Dec 20 23:26:20.726 INFO O| Dec 20 23:26:20.726 INFO STEP 8 (remove_files) COMPLETE
88502024-12-20T23:26:22.002Z[ host-image] Dec 20 23:26:20.726 INFO O| Dec 20 23:26:20.726 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88512024-12-20T23:26:22.031Z[ host-image] Dec 20 23:26:20.755 INFO O| Dec 20 23:26:20.755 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
88522024-12-20T23:26:22.201Z[ host-image] Dec 20 23:26:20.925 INFO O| Dec 20 23:26:20.925 INFO STEP 9 (remove_files) COMPLETE
88532024-12-20T23:26:22.201Z[ host-image] Dec 20 23:26:20.925 INFO O| Dec 20 23:26:20.925 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88542024-12-20T23:26:22.220Z[ host-image] Dec 20 23:26:20.944 INFO O| Dec 20 23:26:20.944 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
88552024-12-20T23:26:22.226Z[ host-image] Dec 20 23:26:20.950 INFO O| Dec 20 23:26:20.950 INFO STEP 10 (remove_files) COMPLETE
88562024-12-20T23:26:22.226Z[ host-image] Dec 20 23:26:20.951 INFO O| Dec 20 23:26:20.950 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88572024-12-20T23:26:22.250Z[ host-image] Dec 20 23:26:20.974 INFO O| Dec 20 23:26:20.974 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
88582024-12-20T23:26:22.253Z[ host-image] Dec 20 23:26:20.976 INFO O| Dec 20 23:26:20.976 INFO STEP 11 (remove_files) COMPLETE
88592024-12-20T23:26:22.253Z[ host-image] Dec 20 23:26:20.976 INFO O| Dec 20 23:26:20.976 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88602024-12-20T23:26:22.271Z[ host-image] Dec 20 23:26:20.996 INFO O| Dec 20 23:26:20.995 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
88612024-12-20T23:26:22.297Z[ host-image] Dec 20 23:26:21.021 INFO O| Dec 20 23:26:21.021 INFO STEP 12 (remove_files) COMPLETE
88622024-12-20T23:26:22.297Z[ host-image] Dec 20 23:26:21.021 INFO O| Dec 20 23:26:21.021 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88632024-12-20T23:26:22.853Z[ host-image] Dec 20 23:26:21.577 INFO O| Dec 20 23:26:21.577 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
88642024-12-20T23:26:22.856Z[ host-image] Dec 20 23:26:21.578 INFO O| Dec 20 23:26:21.577 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
88652024-12-20T23:26:22.864Z[ host-image] Dec 20 23:26:21.588 INFO O| Dec 20 23:26:21.588 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
88662024-12-20T23:26:22.868Z[ host-image] Dec 20 23:26:21.591 INFO O| Dec 20 23:26:21.591 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
88672024-12-20T23:26:23.136Z[ host-image] Dec 20 23:26:21.860 INFO O| Dec 20 23:26:21.860 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
88682024-12-20T23:26:23.136Z[ host-image] Dec 20 23:26:21.861 INFO O| Dec 20 23:26:21.860 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
88692024-12-20T23:26:23.139Z[ host-image] Dec 20 23:26:21.861 INFO O| Dec 20 23:26:21.861 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
88702024-12-20T23:26:23.139Z[ host-image] Dec 20 23:26:21.861 INFO O| Dec 20 23:26:21.861 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
88712024-12-20T23:26:23.139Z[ host-image] Dec 20 23:26:21.862 INFO O| Dec 20 23:26:21.862 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
88722024-12-20T23:26:23.139Z[ host-image] Dec 20 23:26:21.862 INFO O| Dec 20 23:26:21.862 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
88732024-12-20T23:26:23.139Z[ host-image] Dec 20 23:26:21.862 INFO O| Dec 20 23:26:21.862 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
88742024-12-20T23:26:23.139Z[ host-image] Dec 20 23:26:21.862 INFO O| Dec 20 23:26:21.862 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
88752024-12-20T23:26:23.139Z[ host-image] Dec 20 23:26:21.862 INFO O| Dec 20 23:26:21.862 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
88762024-12-20T23:26:23.139Z[ host-image] Dec 20 23:26:21.863 INFO O| Dec 20 23:26:21.863 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
88772024-12-20T23:26:23.139Z[ host-image] Dec 20 23:26:21.863 INFO O| Dec 20 23:26:21.863 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
88782024-12-20T23:26:23.139Z[ host-image] Dec 20 23:26:21.863 INFO O| Dec 20 23:26:21.863 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
88792024-12-20T23:26:23.139Z[ host-image] Dec 20 23:26:21.863 INFO O| Dec 20 23:26:21.863 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
88802024-12-20T23:26:23.140Z[ host-image] Dec 20 23:26:21.863 INFO O| Dec 20 23:26:21.863 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
88812024-12-20T23:26:23.140Z[ host-image] Dec 20 23:26:21.863 INFO O| Dec 20 23:26:21.863 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
88822024-12-20T23:26:23.140Z[ host-image] Dec 20 23:26:21.863 INFO O| Dec 20 23:26:21.863 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
88832024-12-20T23:26:23.143Z[ host-image] Dec 20 23:26:21.865 INFO O| Dec 20 23:26:21.865 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
88842024-12-20T23:26:23.151Z[ host-image] Dec 20 23:26:21.875 INFO O| Dec 20 23:26:21.875 INFO STEP 13 (remove_files) COMPLETE
88852024-12-20T23:26:23.154Z[ host-image] Dec 20 23:26:21.875 INFO O| Dec 20 23:26:21.875 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88862024-12-20T23:26:23.190Z[ host-image] Dec 20 23:26:21.914 INFO O| Dec 20 23:26:21.914 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
88872024-12-20T23:26:23.197Z[ host-image] Dec 20 23:26:21.916 INFO O| Dec 20 23:26:21.916 INFO STEP 14 (remove_files) COMPLETE
88882024-12-20T23:26:23.197Z[ host-image] Dec 20 23:26:21.917 INFO O| Dec 20 23:26:21.917 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88892024-12-20T23:26:23.213Z[ host-image] Dec 20 23:26:21.934 INFO O| Dec 20 23:26:21.934 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
88902024-12-20T23:26:23.221Z[ host-image] Dec 20 23:26:21.945 INFO O| Dec 20 23:26:21.945 INFO STEP 15 (remove_files) COMPLETE
88912024-12-20T23:26:23.225Z[ host-image] Dec 20 23:26:21.945 INFO O| Dec 20 23:26:21.945 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88922024-12-20T23:26:23.259Z[ host-image] Dec 20 23:26:21.983 INFO O| Dec 20 23:26:21.983 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
88932024-12-20T23:26:23.262Z[ host-image] Dec 20 23:26:21.984 INFO O| Dec 20 23:26:21.983 INFO STEP 16 (remove_files) COMPLETE
88942024-12-20T23:26:23.262Z[ host-image] Dec 20 23:26:21.984 INFO O| Dec 20 23:26:21.984 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88952024-12-20T23:26:23.304Z[ host-image] Dec 20 23:26:22.028 INFO O| Dec 20 23:26:22.028 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
88962024-12-20T23:26:23.310Z[ host-image] Dec 20 23:26:22.030 INFO O| Dec 20 23:26:22.030 INFO STEP 17 (remove_files) COMPLETE
88972024-12-20T23:26:23.310Z[ host-image] Dec 20 23:26:22.030 INFO O| Dec 20 23:26:22.030 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88982024-12-20T23:26:23.326Z[ host-image] Dec 20 23:26:22.050 INFO O| Dec 20 23:26:22.050 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
88992024-12-20T23:26:23.326Z[ host-image] Dec 20 23:26:22.050 INFO O| Dec 20 23:26:22.050 INFO STEP 18 (remove_files) COMPLETE
89002024-12-20T23:26:23.350Z[ host-image] Dec 20 23:26:22.050 INFO O| Dec 20 23:26:22.050 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89012024-12-20T23:26:23.377Z[ host-image] Dec 20 23:26:22.089 INFO O| Dec 20 23:26:22.089 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
89022024-12-20T23:26:23.381Z[ host-image] Dec 20 23:26:22.089 INFO O| Dec 20 23:26:22.089 INFO STEP 19 (remove_files) COMPLETE
89032024-12-20T23:26:23.381Z[ host-image] Dec 20 23:26:22.089 INFO O| Dec 20 23:26:22.089 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89042024-12-20T23:26:23.413Z[ host-image] Dec 20 23:26:22.137 INFO O| Dec 20 23:26:22.137 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
89052024-12-20T23:26:23.413Z[ host-image] Dec 20 23:26:22.137 INFO O| Dec 20 23:26:22.137 INFO STEP 20 (remove_files) COMPLETE
89062024-12-20T23:26:23.413Z[ host-image] Dec 20 23:26:22.137 INFO O| Dec 20 23:26:22.137 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89072024-12-20T23:26:23.434Z[ host-image] Dec 20 23:26:22.157 INFO O| Dec 20 23:26:22.157 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
89082024-12-20T23:26:23.439Z[ host-image] Dec 20 23:26:22.157 INFO O| Dec 20 23:26:22.157 INFO STEP 21 (remove_files) COMPLETE
89092024-12-20T23:26:23.439Z[ host-image] Dec 20 23:26:22.157 INFO O| Dec 20 23:26:22.157 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89102024-12-20T23:26:23.483Z[ host-image] Dec 20 23:26:22.207 INFO O| Dec 20 23:26:22.207 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
89112024-12-20T23:26:23.483Z[ host-image] Dec 20 23:26:22.207 INFO O| Dec 20 23:26:22.207 INFO STEP 22 (remove_files) COMPLETE
89122024-12-20T23:26:23.483Z[ host-image] Dec 20 23:26:22.207 INFO O| Dec 20 23:26:22.207 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89132024-12-20T23:26:23.534Z[ host-image] Dec 20 23:26:22.258 INFO O| Dec 20 23:26:22.257 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
89142024-12-20T23:26:23.534Z[ host-image] Dec 20 23:26:22.258 INFO O| Dec 20 23:26:22.258 INFO STEP 23 (remove_files) COMPLETE
89152024-12-20T23:26:23.535Z[ host-image] Dec 20 23:26:22.258 INFO O| Dec 20 23:26:22.258 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89162024-12-20T23:26:23.555Z[ host-image] Dec 20 23:26:22.275 INFO O| Dec 20 23:26:22.274 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
89172024-12-20T23:26:23.555Z[ host-image] Dec 20 23:26:22.275 INFO O| Dec 20 23:26:22.275 INFO STEP 24 (remove_files) COMPLETE
89182024-12-20T23:26:23.555Z[ host-image] Dec 20 23:26:22.275 INFO O| Dec 20 23:26:22.275 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89192024-12-20T23:26:23.567Z[ host-image] Dec 20 23:26:22.291 INFO O| Dec 20 23:26:22.291 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
89202024-12-20T23:26:23.567Z[ host-image] Dec 20 23:26:22.291 INFO O| Dec 20 23:26:22.291 INFO STEP 25 (remove_files) COMPLETE
89212024-12-20T23:26:23.567Z[ host-image] Dec 20 23:26:22.291 INFO O| Dec 20 23:26:22.291 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89222024-12-20T23:26:23.586Z[ host-image] Dec 20 23:26:22.310 INFO O| Dec 20 23:26:22.310 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
89232024-12-20T23:26:23.586Z[ host-image] Dec 20 23:26:22.310 INFO O| Dec 20 23:26:22.310 INFO STEP 26 (remove_files) COMPLETE
89242024-12-20T23:26:23.589Z[ host-image] Dec 20 23:26:22.310 INFO O| Dec 20 23:26:22.310 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89252024-12-20T23:26:23.609Z[ host-image] Dec 20 23:26:22.328 INFO O| Dec 20 23:26:22.328 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
89262024-12-20T23:26:23.609Z[ host-image] Dec 20 23:26:22.328 INFO O| Dec 20 23:26:22.328 INFO STEP 27 (remove_files) COMPLETE
89272024-12-20T23:26:23.613Z[ host-image] Dec 20 23:26:22.328 INFO O| Dec 20 23:26:22.328 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89282024-12-20T23:26:23.622Z[ host-image] Dec 20 23:26:22.345 INFO O| Dec 20 23:26:22.345 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
89292024-12-20T23:26:23.622Z[ host-image] Dec 20 23:26:22.346 INFO O| Dec 20 23:26:22.346 INFO STEP 28 (remove_files) COMPLETE
89302024-12-20T23:26:23.622Z[ host-image] Dec 20 23:26:22.346 INFO O| Dec 20 23:26:22.346 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89312024-12-20T23:26:23.656Z[ host-image] Dec 20 23:26:22.380 INFO O| Dec 20 23:26:22.380 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
89322024-12-20T23:26:23.656Z[ host-image] Dec 20 23:26:22.380 INFO O| Dec 20 23:26:22.380 INFO STEP 29 (remove_files) COMPLETE
89332024-12-20T23:26:23.659Z[ host-image] Dec 20 23:26:22.380 INFO O| Dec 20 23:26:22.380 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89342024-12-20T23:26:23.690Z[ host-image] Dec 20 23:26:22.411 INFO O| Dec 20 23:26:22.411 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
89352024-12-20T23:26:23.693Z[ host-image] Dec 20 23:26:22.412 INFO O| Dec 20 23:26:22.412 INFO STEP 30 (remove_files) COMPLETE
89362024-12-20T23:26:23.693Z[ host-image] Dec 20 23:26:22.412 INFO O| Dec 20 23:26:22.412 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89372024-12-20T23:26:23.707Z[ host-image] Dec 20 23:26:22.429 INFO O| Dec 20 23:26:22.429 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
89382024-12-20T23:26:23.711Z[ host-image] Dec 20 23:26:22.429 INFO O| Dec 20 23:26:22.429 INFO STEP 31 (remove_files) COMPLETE
89392024-12-20T23:26:23.711Z[ host-image] Dec 20 23:26:22.429 INFO O| Dec 20 23:26:22.429 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89402024-12-20T23:26:23.746Z[ host-image] Dec 20 23:26:22.470 INFO O| Dec 20 23:26:22.470 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
89412024-12-20T23:26:23.749Z[ host-image] Dec 20 23:26:22.470 INFO O| Dec 20 23:26:22.470 INFO STEP 32 (remove_files) COMPLETE
89422024-12-20T23:26:23.749Z[ host-image] Dec 20 23:26:22.471 INFO O| Dec 20 23:26:22.470 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89432024-12-20T23:26:23.779Z[ host-image] Dec 20 23:26:22.500 INFO O| Dec 20 23:26:22.500 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
89442024-12-20T23:26:23.779Z[ host-image] Dec 20 23:26:22.500 INFO O| Dec 20 23:26:22.500 INFO STEP 33 (remove_files) COMPLETE
89452024-12-20T23:26:23.779Z[ host-image] Dec 20 23:26:22.500 INFO O| Dec 20 23:26:22.500 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89462024-12-20T23:26:23.810Z[ host-image] Dec 20 23:26:22.534 INFO O| Dec 20 23:26:22.534 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
89472024-12-20T23:26:23.810Z[ host-image] Dec 20 23:26:22.535 INFO O| Dec 20 23:26:22.534 INFO STEP 34 (remove_files) COMPLETE
89482024-12-20T23:26:23.810Z[ host-image] Dec 20 23:26:22.535 INFO O| Dec 20 23:26:22.534 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89492024-12-20T23:26:23.815Z[ recovery-image] Dec 20 23:26:22.535 INFO image complete! materials are in "/work/os-recovery"
89502024-12-20T23:26:23.819Z[ recovery-image]
89512024-12-20T23:26:23.819Z[ recovery-image] real 13:06.802364467
89522024-12-20T23:26:23.819Z[ recovery-image] user 6:25.015686804
89532024-12-20T23:26:23.819Z[ recovery-image] sys 59.071735512
89542024-12-20T23:26:23.819Z[ recovery-image] trap 0.287958029
89552024-12-20T23:26:23.819Z[ recovery-image] tflt 0.583784178
89562024-12-20T23:26:23.819Z[ recovery-image] dflt 2.370390323
89572024-12-20T23:26:23.819Z[ recovery-image] kflt 0.029441884
89582024-12-20T23:26:23.819Z[ recovery-image] lock 29:33.668986396
89592024-12-20T23:26:23.819Z[ recovery-image] slp 1:22:21.176786823
89602024-12-20T23:26:23.819Z[ recovery-image] lat 4:02.313829357
89612024-12-20T23:26:23.819Z[ recovery-image] stop 6.379599664
89622024-12-20T23:26:23.819ZDec 20 23:26:22.541 INFO [recovery-image] process exited with exit status: 0 (786.837290289s)
89632024-12-20T23:26:23.848Z[ host-image] Dec 20 23:26:22.572 INFO O| Dec 20 23:26:22.572 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
89642024-12-20T23:26:23.848Z[ host-image] Dec 20 23:26:22.573 INFO O| Dec 20 23:26:22.573 INFO STEP 35 (remove_files) COMPLETE
89652024-12-20T23:26:23.851Z[ host-image] Dec 20 23:26:22.573 INFO O| Dec 20 23:26:22.573 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89662024-12-20T23:26:23.888Z[ host-image] Dec 20 23:26:22.611 INFO O| Dec 20 23:26:22.610 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
89672024-12-20T23:26:23.888Z[ host-image] Dec 20 23:26:22.611 INFO O| Dec 20 23:26:22.611 INFO STEP 36 (remove_files) COMPLETE
89682024-12-20T23:26:23.891Z[ host-image] Dec 20 23:26:22.611 INFO O| Dec 20 23:26:22.611 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89692024-12-20T23:26:23.945Z[ host-image] Dec 20 23:26:22.669 INFO O| Dec 20 23:26:22.669 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
89702024-12-20T23:26:23.945Z[ host-image] Dec 20 23:26:22.669 INFO O| Dec 20 23:26:22.669 INFO STEP 37 (remove_files) COMPLETE
89712024-12-20T23:26:23.945Z[ host-image] Dec 20 23:26:22.670 INFO O| Dec 20 23:26:22.669 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89722024-12-20T23:26:24.003Z[ host-image] Dec 20 23:26:22.725 INFO O| Dec 20 23:26:22.725 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
89732024-12-20T23:26:24.003Z[ host-image] Dec 20 23:26:22.725 INFO O| Dec 20 23:26:22.725 INFO STEP 38 (remove_files) COMPLETE
89742024-12-20T23:26:24.003Z[ host-image] Dec 20 23:26:22.725 INFO O| Dec 20 23:26:22.725 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89752024-12-20T23:26:24.019Z[ host-image] Dec 20 23:26:22.743 INFO O| Dec 20 23:26:22.743 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
89762024-12-20T23:26:24.019Z[ host-image] Dec 20 23:26:22.743 INFO O| Dec 20 23:26:22.743 INFO STEP 39 (remove_files) COMPLETE
89772024-12-20T23:26:24.019Z[ host-image] Dec 20 23:26:22.744 INFO O| Dec 20 23:26:22.743 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89782024-12-20T23:26:24.035Z[ host-image] Dec 20 23:26:22.759 INFO O| Dec 20 23:26:22.759 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
89792024-12-20T23:26:24.036Z[ host-image] Dec 20 23:26:22.759 INFO O| Dec 20 23:26:22.759 INFO STEP 40 (remove_files) COMPLETE
89802024-12-20T23:26:24.042Z[ host-image] Dec 20 23:26:22.760 INFO O| Dec 20 23:26:22.759 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89812024-12-20T23:26:24.054Z[ host-image] Dec 20 23:26:22.775 INFO O| Dec 20 23:26:22.775 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
89822024-12-20T23:26:24.057Z[ host-image] Dec 20 23:26:22.775 INFO O| Dec 20 23:26:22.775 INFO STEP 41 (remove_files) COMPLETE
89832024-12-20T23:26:24.057Z[ host-image] Dec 20 23:26:22.775 INFO O| Dec 20 23:26:22.775 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89842024-12-20T23:26:24.079Z[ host-image] Dec 20 23:26:22.801 INFO O| Dec 20 23:26:22.801 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
89852024-12-20T23:26:24.079Z[ host-image] Dec 20 23:26:22.801 INFO O| Dec 20 23:26:22.801 INFO STEP 42 (remove_files) COMPLETE
89862024-12-20T23:26:24.079Z[ host-image] Dec 20 23:26:22.801 INFO O| Dec 20 23:26:22.801 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89872024-12-20T23:26:24.096Z[ host-image] Dec 20 23:26:22.820 INFO O| Dec 20 23:26:22.819 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
89882024-12-20T23:26:24.096Z[ host-image] Dec 20 23:26:22.820 INFO O| Dec 20 23:26:22.820 INFO STEP 43 (remove_files) COMPLETE
89892024-12-20T23:26:24.096Z[ host-image] Dec 20 23:26:22.820 INFO O| Dec 20 23:26:22.820 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89902024-12-20T23:26:24.113Z[ host-image] Dec 20 23:26:22.836 INFO O| Dec 20 23:26:22.836 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
89912024-12-20T23:26:24.113Z[ host-image] Dec 20 23:26:22.837 INFO O| Dec 20 23:26:22.836 INFO STEP 44 (remove_files) COMPLETE
89922024-12-20T23:26:24.113Z[ host-image] Dec 20 23:26:22.837 INFO O| Dec 20 23:26:22.837 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89932024-12-20T23:26:24.129Z[ host-image] Dec 20 23:26:22.853 INFO O| Dec 20 23:26:22.852 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
89942024-12-20T23:26:24.129Z[ host-image] Dec 20 23:26:22.853 INFO O| Dec 20 23:26:22.853 INFO STEP 45 (remove_files) COMPLETE
89952024-12-20T23:26:24.129Z[ host-image] Dec 20 23:26:22.853 INFO O| Dec 20 23:26:22.853 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89962024-12-20T23:26:24.145Z[ host-image] Dec 20 23:26:22.869 INFO O| Dec 20 23:26:22.869 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
89972024-12-20T23:26:24.145Z[ host-image] Dec 20 23:26:22.869 INFO O| Dec 20 23:26:22.869 INFO STEP 46 (remove_files) COMPLETE
89982024-12-20T23:26:24.145Z[ host-image] Dec 20 23:26:22.869 INFO O| Dec 20 23:26:22.869 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89992024-12-20T23:26:24.177Z[ host-image] Dec 20 23:26:22.899 INFO O| Dec 20 23:26:22.899 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
90002024-12-20T23:26:24.177Z[ host-image] Dec 20 23:26:22.899 INFO O| Dec 20 23:26:22.899 INFO STEP 47 (remove_files) COMPLETE
90012024-12-20T23:26:24.185Z[ host-image] Dec 20 23:26:22.899 INFO O| Dec 20 23:26:22.899 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90022024-12-20T23:26:24.193Z[ host-image] Dec 20 23:26:22.917 INFO O| Dec 20 23:26:22.917 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
90032024-12-20T23:26:24.195Z[ host-image] Dec 20 23:26:22.917 INFO O| Dec 20 23:26:22.917 INFO STEP 48 (remove_files) COMPLETE
90042024-12-20T23:26:24.195Z[ host-image] Dec 20 23:26:22.917 INFO O| Dec 20 23:26:22.917 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90052024-12-20T23:26:24.212Z[ host-image] Dec 20 23:26:22.934 INFO O| Dec 20 23:26:22.934 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
90062024-12-20T23:26:24.212Z[ host-image] Dec 20 23:26:22.934 INFO O| Dec 20 23:26:22.934 INFO STEP 49 (remove_files) COMPLETE
90072024-12-20T23:26:24.212Z[ host-image] Dec 20 23:26:22.934 INFO O| Dec 20 23:26:22.934 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90082024-12-20T23:26:24.227Z[ host-image] Dec 20 23:26:22.951 INFO O| Dec 20 23:26:22.951 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
90092024-12-20T23:26:24.227Z[ host-image] Dec 20 23:26:22.951 INFO O| Dec 20 23:26:22.951 INFO STEP 50 (remove_files) COMPLETE
90102024-12-20T23:26:24.228Z[ host-image] Dec 20 23:26:22.951 INFO O| Dec 20 23:26:22.951 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90112024-12-20T23:26:24.245Z[ host-image] Dec 20 23:26:22.968 INFO O| Dec 20 23:26:22.968 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
90122024-12-20T23:26:24.245Z[ host-image] Dec 20 23:26:22.968 INFO O| Dec 20 23:26:22.968 INFO STEP 51 (remove_files) COMPLETE
90132024-12-20T23:26:24.245Z[ host-image] Dec 20 23:26:22.968 INFO O| Dec 20 23:26:22.968 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90142024-12-20T23:26:24.262Z[ host-image] Dec 20 23:26:22.985 INFO O| Dec 20 23:26:22.985 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
90152024-12-20T23:26:24.262Z[ host-image] Dec 20 23:26:22.985 INFO O| Dec 20 23:26:22.985 INFO STEP 52 (remove_files) COMPLETE
90162024-12-20T23:26:24.262Z[ host-image] Dec 20 23:26:22.986 INFO O| Dec 20 23:26:22.985 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90172024-12-20T23:26:24.292Z[ host-image] Dec 20 23:26:23.016 INFO O| Dec 20 23:26:23.016 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
90182024-12-20T23:26:24.292Z[ host-image] Dec 20 23:26:23.016 INFO O| Dec 20 23:26:23.016 INFO STEP 53 (remove_files) COMPLETE
90192024-12-20T23:26:24.292Z[ host-image] Dec 20 23:26:23.016 INFO O| Dec 20 23:26:23.016 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90202024-12-20T23:26:24.312Z[ host-image] Dec 20 23:26:23.036 INFO O| Dec 20 23:26:23.035 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
90212024-12-20T23:26:24.312Z[ host-image] Dec 20 23:26:23.036 INFO O| Dec 20 23:26:23.036 INFO STEP 54 (remove_files) COMPLETE
90222024-12-20T23:26:24.312Z[ host-image] Dec 20 23:26:23.036 INFO O| Dec 20 23:26:23.036 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90232024-12-20T23:26:24.342Z[ host-image] Dec 20 23:26:23.066 INFO O| Dec 20 23:26:23.066 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
90242024-12-20T23:26:24.342Z[ host-image] Dec 20 23:26:23.066 INFO O| Dec 20 23:26:23.066 INFO STEP 55 (remove_files) COMPLETE
90252024-12-20T23:26:24.342Z[ host-image] Dec 20 23:26:23.066 INFO O| Dec 20 23:26:23.066 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90262024-12-20T23:26:24.360Z[ host-image] Dec 20 23:26:23.083 INFO O| Dec 20 23:26:23.083 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
90272024-12-20T23:26:24.360Z[ host-image] Dec 20 23:26:23.083 INFO O| Dec 20 23:26:23.083 INFO STEP 56 (remove_files) COMPLETE
90282024-12-20T23:26:24.360Z[ host-image] Dec 20 23:26:23.083 INFO O| Dec 20 23:26:23.083 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90292024-12-20T23:26:24.377Z[ host-image] Dec 20 23:26:23.100 INFO O| Dec 20 23:26:23.100 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
90302024-12-20T23:26:24.377Z[ host-image] Dec 20 23:26:23.101 INFO O| Dec 20 23:26:23.101 INFO STEP 57 (remove_files) COMPLETE
90312024-12-20T23:26:24.377Z[ host-image] Dec 20 23:26:23.101 INFO O| Dec 20 23:26:23.101 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90322024-12-20T23:26:24.399Z[ host-image] Dec 20 23:26:23.123 INFO O| Dec 20 23:26:23.123 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
90332024-12-20T23:26:24.399Z[ host-image] Dec 20 23:26:23.123 INFO O| Dec 20 23:26:23.123 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
90342024-12-20T23:26:24.399Z[ host-image] Dec 20 23:26:23.123 INFO O| Dec 20 23:26:23.123 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
90352024-12-20T23:26:24.402Z[ host-image] Dec 20 23:26:23.123 INFO O| Dec 20 23:26:23.123 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
90362024-12-20T23:26:24.402Z[ host-image] Dec 20 23:26:23.124 INFO O| Dec 20 23:26:23.123 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
90372024-12-20T23:26:24.402Z[ host-image] Dec 20 23:26:23.124 INFO O| Dec 20 23:26:23.124 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
90382024-12-20T23:26:24.402Z[ host-image] Dec 20 23:26:23.124 INFO O| Dec 20 23:26:23.124 INFO ok!
90392024-12-20T23:26:24.402Z[ host-image] Dec 20 23:26:23.124 INFO O| Dec 20 23:26:23.124 INFO STEP 58 (ensure_file) COMPLETE
90402024-12-20T23:26:24.402Z[ host-image] Dec 20 23:26:23.124 INFO O| Dec 20 23:26:23.124 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90412024-12-20T23:26:24.419Z[ host-image] Dec 20 23:26:23.142 INFO O| Dec 20 23:26:23.142 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
90422024-12-20T23:26:24.419Z[ host-image] Dec 20 23:26:23.142 INFO O| Dec 20 23:26:23.142 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
90432024-12-20T23:26:24.421Z[ host-image] Dec 20 23:26:23.143 INFO O| Dec 20 23:26:23.143 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
90442024-12-20T23:26:24.421Z[ host-image] Dec 20 23:26:23.143 INFO O| Dec 20 23:26:23.143 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
90452024-12-20T23:26:24.421Z[ host-image] Dec 20 23:26:23.143 INFO O| Dec 20 23:26:23.143 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
90462024-12-20T23:26:24.421Z[ host-image] Dec 20 23:26:23.143 INFO O| Dec 20 23:26:23.143 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
90472024-12-20T23:26:24.421Z[ host-image] Dec 20 23:26:23.143 INFO O| Dec 20 23:26:23.143 INFO ok!
90482024-12-20T23:26:24.421Z[ host-image] Dec 20 23:26:23.143 INFO O| Dec 20 23:26:23.143 INFO STEP 59 (ensure_file) COMPLETE
90492024-12-20T23:26:24.421Z[ host-image] Dec 20 23:26:23.143 INFO O| Dec 20 23:26:23.143 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90502024-12-20T23:26:24.462Z[ host-image] Dec 20 23:26:23.186 INFO O| Dec 20 23:26:23.186 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
90512024-12-20T23:26:24.462Z[ host-image] Dec 20 23:26:23.186 INFO O| Dec 20 23:26:23.186 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
90522024-12-20T23:26:24.462Z[ host-image] Dec 20 23:26:23.186 INFO O| Dec 20 23:26:23.186 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
90532024-12-20T23:26:24.462Z[ host-image] Dec 20 23:26:23.186 INFO O| Dec 20 23:26:23.186 INFO ok!
90542024-12-20T23:26:24.465Z[ host-image] Dec 20 23:26:23.186 INFO O| Dec 20 23:26:23.186 INFO STEP 60 (ensure_file) COMPLETE
90552024-12-20T23:26:24.465Z[ host-image] Dec 20 23:26:23.186 INFO O| Dec 20 23:26:23.186 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90562024-12-20T23:26:24.507Z[ host-image] Dec 20 23:26:23.231 INFO O| Dec 20 23:26:23.231 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
90572024-12-20T23:26:24.510Z[ host-image] Dec 20 23:26:23.231 INFO O| Dec 20 23:26:23.231 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
90582024-12-20T23:26:24.510Z[ host-image] Dec 20 23:26:23.231 INFO O| Dec 20 23:26:23.231 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
90592024-12-20T23:26:24.510Z[ host-image] Dec 20 23:26:23.231 INFO O| Dec 20 23:26:23.231 INFO ok!
90602024-12-20T23:26:24.510Z[ host-image] Dec 20 23:26:23.232 INFO O| Dec 20 23:26:23.231 INFO STEP 61 (ensure_file) COMPLETE
90612024-12-20T23:26:24.510Z[ host-image] Dec 20 23:26:23.232 INFO O| Dec 20 23:26:23.232 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90622024-12-20T23:26:24.526Z[ host-image] Dec 20 23:26:23.250 INFO O| Dec 20 23:26:23.250 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
90632024-12-20T23:26:24.528Z[ host-image] Dec 20 23:26:23.250 INFO O| Dec 20 23:26:23.250 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
90642024-12-20T23:26:24.528Z[ host-image] Dec 20 23:26:23.250 INFO O| Dec 20 23:26:23.250 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
90652024-12-20T23:26:24.528Z[ host-image] Dec 20 23:26:23.250 INFO O| Dec 20 23:26:23.250 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
90662024-12-20T23:26:24.529Z[ host-image] Dec 20 23:26:23.250 INFO O| Dec 20 23:26:23.250 INFO ok!
90672024-12-20T23:26:24.529Z[ host-image] Dec 20 23:26:23.251 INFO O| Dec 20 23:26:23.250 INFO STEP 62 (ensure_file) COMPLETE
90682024-12-20T23:26:24.529Z[ host-image] Dec 20 23:26:23.251 INFO O| Dec 20 23:26:23.251 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90692024-12-20T23:26:24.544Z[ host-image] Dec 20 23:26:23.268 INFO O| Dec 20 23:26:23.268 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
90702024-12-20T23:26:24.544Z[ host-image] Dec 20 23:26:23.268 INFO O| Dec 20 23:26:23.268 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
90712024-12-20T23:26:24.549Z[ host-image] Dec 20 23:26:23.269 INFO O| Dec 20 23:26:23.269 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
90722024-12-20T23:26:24.549Z[ host-image] Dec 20 23:26:23.269 INFO O| Dec 20 23:26:23.269 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
90732024-12-20T23:26:24.549Z[ host-image] Dec 20 23:26:23.269 INFO O| Dec 20 23:26:23.269 INFO ok!
90742024-12-20T23:26:24.549Z[ host-image] Dec 20 23:26:23.269 INFO O| Dec 20 23:26:23.269 INFO STEP 63 (ensure_file) COMPLETE
90752024-12-20T23:26:24.549Z[ host-image] Dec 20 23:26:23.269 INFO O| Dec 20 23:26:23.269 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90762024-12-20T23:26:24.563Z[ host-image] Dec 20 23:26:23.286 INFO O| Dec 20 23:26:23.286 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
90772024-12-20T23:26:24.563Z[ host-image] Dec 20 23:26:23.286 INFO O| Dec 20 23:26:23.286 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
90782024-12-20T23:26:24.567Z[ host-image] Dec 20 23:26:23.287 INFO O| Dec 20 23:26:23.286 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
90792024-12-20T23:26:24.567Z[ host-image] Dec 20 23:26:23.287 INFO O| Dec 20 23:26:23.287 INFO ok!
90802024-12-20T23:26:24.567Z[ host-image] Dec 20 23:26:23.287 INFO O| Dec 20 23:26:23.287 INFO STEP 64 (assemble_files) COMPLETE
90812024-12-20T23:26:24.567Z[ host-image] Dec 20 23:26:23.287 INFO O| Dec 20 23:26:23.287 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90822024-12-20T23:26:24.581Z[ host-image] Dec 20 23:26:23.304 INFO O| Dec 20 23:26:23.304 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
90832024-12-20T23:26:24.581Z[ host-image] Dec 20 23:26:23.305 INFO O| Dec 20 23:26:23.305 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
90842024-12-20T23:26:24.603Z[ host-image] Dec 20 23:26:23.305 INFO O| Dec 20 23:26:23.305 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
90852024-12-20T23:26:24.603Z[ host-image] Dec 20 23:26:23.305 INFO O| Dec 20 23:26:23.305 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
90862024-12-20T23:26:24.603Z[ host-image] Dec 20 23:26:23.305 INFO O| Dec 20 23:26:23.305 INFO ok!
90872024-12-20T23:26:24.603Z[ host-image] Dec 20 23:26:23.305 INFO O| Dec 20 23:26:23.305 INFO STEP 65 (ensure_file) COMPLETE
90882024-12-20T23:26:24.603Z[ host-image] Dec 20 23:26:23.305 INFO O| Dec 20 23:26:23.305 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90892024-12-20T23:26:24.622Z[ host-image] Dec 20 23:26:23.345 INFO O| Dec 20 23:26:23.345 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
90902024-12-20T23:26:24.655Z[ host-image] Dec 20 23:26:23.345 INFO O| Dec 20 23:26:23.345 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
90912024-12-20T23:26:24.655Z[ host-image] Dec 20 23:26:23.345 INFO O| Dec 20 23:26:23.345 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
90922024-12-20T23:26:24.655Z[ host-image] Dec 20 23:26:23.345 INFO O| Dec 20 23:26:23.345 INFO STEP 66 (ensure_dir) COMPLETE
90932024-12-20T23:26:24.655Z[ host-image] Dec 20 23:26:23.345 INFO O| Dec 20 23:26:23.345 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90942024-12-20T23:26:24.660Z[ host-image] Dec 20 23:26:23.384 INFO O| Dec 20 23:26:23.384 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
90952024-12-20T23:26:24.660Z[ host-image] Dec 20 23:26:23.384 INFO O| Dec 20 23:26:23.384 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 ...
90962024-12-20T23:26:24.671Z[ host-image] Dec 20 23:26:23.394 INFO O| Dec 20 23:26:23.394 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
90972024-12-20T23:26:24.671Z[ host-image] Dec 20 23:26:23.395 INFO O| Dec 20 23:26:23.394 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
90982024-12-20T23:26:24.673Z[ host-image] Dec 20 23:26:23.395 INFO O| Dec 20 23:26:23.394 INFO ok!
90992024-12-20T23:26:24.673Z[ host-image] Dec 20 23:26:23.395 INFO O| Dec 20 23:26:23.395 INFO STEP 67 (ensure_file) COMPLETE
91002024-12-20T23:26:24.673Z[ host-image] Dec 20 23:26:23.395 INFO O| Dec 20 23:26:23.395 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91012024-12-20T23:26:24.689Z[ host-image] Dec 20 23:26:23.413 INFO O| Dec 20 23:26:23.412 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
91022024-12-20T23:26:24.689Z[ host-image] Dec 20 23:26:23.413 INFO O| Dec 20 23:26:23.413 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 ...
91032024-12-20T23:26:24.695Z[ host-image] Dec 20 23:26:23.413 INFO O| Dec 20 23:26:23.413 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
91042024-12-20T23:26:24.695Z[ host-image] Dec 20 23:26:23.413 INFO O| Dec 20 23:26:23.413 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
91052024-12-20T23:26:24.695Z[ host-image] Dec 20 23:26:23.413 INFO O| Dec 20 23:26:23.413 INFO ok!
91062024-12-20T23:26:24.695Z[ host-image] Dec 20 23:26:23.413 INFO O| Dec 20 23:26:23.413 INFO STEP 68 (ensure_file) COMPLETE
91072024-12-20T23:26:24.695Z[ host-image] Dec 20 23:26:23.413 INFO O| Dec 20 23:26:23.413 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
91082024-12-20T23:26:24.730Z[ host-image] Dec 20 23:26:23.454 INFO O| Dec 20 23:26:23.454 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
91092024-12-20T23:26:24.730Z[ host-image] Dec 20 23:26:23.454 INFO O| Dec 20 23:26:23.454 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
91102024-12-20T23:26:28.079Z[ host-image] Dec 20 23:26:26.802 INFO O| Dec 20 23:26:26.802 INFO STEP 69 (pack_tar) COMPLETE
91112024-12-20T23:26:28.079Z[ host-image] Dec 20 23:26:26.802 INFO O| Dec 20 23:26:26.802 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
91122024-12-20T23:26:28.082Z[ host-image] Dec 20 23:26:26.802 INFO O| Dec 20 23:26:26.802 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
91132024-12-20T23:26:28.486Z[ host-image] Dec 20 23:26:27.207 INFO O| Dec 20 23:26:27.207 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
91142024-12-20T23:26:28.582Z[ host-image] Dec 20 23:26:27.305 INFO O| Dec 20 23:26:27.304 INFO completed processing gimlet/ramdisk-02-trim
91152024-12-20T23:26:28.587Z[ host-image] Dec 20 23:26:27.308 INFO image builder template: zfs...
91162024-12-20T23:26:28.587Z[ host-image] Dec 20 23:26:27.308 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/.tmp8ONQdI/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
91172024-12-20T23:26:28.605Z[ host-image] Dec 20 23:26:27.328 INFO O| Dec 20 23:26:27.328 INFO skip include "stress" because feature "stress" is not enabled
91182024-12-20T23:26:28.656Z[ host-image] Dec 20 23:26:27.378 INFO O| Dec 20 23:26:27.378 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
91192024-12-20T23:26:28.667Z[ host-image] Dec 20 23:26:27.385 INFO O| Dec 20 23:26:27.385 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
91202024-12-20T23:26:28.762Z[ host-image] Dec 20 23:26:27.484 INFO O| Dec 20 23:26:27.484 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
91212024-12-20T23:26:28.842Z[ host-image] Dec 20 23:26:27.563 INFO O| Dec 20 23:26:27.563 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
91222024-12-20T23:26:28.845Z[ host-image] Dec 20 23:26:27.564 INFO O| Dec 20 23:26:27.563 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
91232024-12-20T23:26:28.847Z[ host-image] Dec 20 23:26:27.570 INFO O| Dec 20 23:26:27.570 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
91242024-12-20T23:26:28.946Z[ host-image] Dec 20 23:26:27.669 INFO O| Dec 20 23:26:27.668 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
91252024-12-20T23:26:29.018Z[ host-image] Dec 20 23:26:27.741 INFO O| Dec 20 23:26:27.741 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
91262024-12-20T23:26:29.034Z[ host-image] Dec 20 23:26:27.757 INFO O| Dec 20 23:26:27.757 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
91272024-12-20T23:26:29.041Z[ host-image] Dec 20 23:26:27.765 INFO O| Dec 20 23:26:27.765 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
91282024-12-20T23:26:29.042Z[ host-image] Dec 20 23:26:27.765 INFO O| Dec 20 23:26:27.765 INFO no lofi found
91292024-12-20T23:26:29.042Z[ host-image] Dec 20 23:26:27.765 INFO O| Dec 20 23:26:27.765 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
91302024-12-20T23:26:29.045Z[ host-image] Dec 20 23:26:27.765 INFO O| Dec 20 23:26:27.765 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
91312024-12-20T23:26:31.287Z[ host-image] Dec 20 23:26:30.010 INFO O| Dec 20 23:26:30.010 INFO lofi device = /dev/dsk/c2t1d0p0
91322024-12-20T23:26:31.287Z[ host-image] Dec 20 23:26:30.010 INFO O| Dec 20 23:26:30.010 INFO pool device = /dev/dsk/c2t1d0p0
91332024-12-20T23:26:31.293Z[ host-image] Dec 20 23:26:30.010 INFO O| Dec 20 23:26:30.010 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"]
91342024-12-20T23:26:31.471Z[ host-image] Dec 20 23:26:30.193 INFO O| Dec 20 23:26:30.193 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91352024-12-20T23:26:31.471Z[ host-image] Dec 20 23:26:30.193 INFO O| Dec 20 23:26:30.193 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
91362024-12-20T23:26:31.509Z[ host-image] Dec 20 23:26:30.232 INFO O| Dec 20 23:26:30.231 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
91372024-12-20T23:26:31.593Z[ host-image] Dec 20 23:26:30.315 INFO O| Dec 20 23:26:30.315 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
91382024-12-20T23:26:31.714Z[ host-image] Dec 20 23:26:30.436 INFO O| Dec 20 23:26:30.436 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
91392024-12-20T23:26:31.738Z[ host-image] Dec 20 23:26:30.461 INFO O| Dec 20 23:26:30.461 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
91402024-12-20T23:26:31.758Z[ host-image] Dec 20 23:26:30.481 INFO O| Dec 20 23:26:30.481 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
91412024-12-20T23:26:31.827Z[ host-image] Dec 20 23:26:30.550 INFO O| Dec 20 23:26:30.549 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
91422024-12-20T23:26:31.827Z[ host-image] Dec 20 23:26:30.550 INFO O| Dec 20 23:26:30.550 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
91432024-12-20T23:26:31.830Z[ host-image] Dec 20 23:26:30.550 INFO O| Dec 20 23:26:30.550 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
91442024-12-20T23:26:31.844Z[ host-image] Dec 20 23:26:30.566 INFO O| Dec 20 23:26:30.566 INFO boot environment UUID: 0e8c673f-ed43-44f6-83a7-60807314f115
91452024-12-20T23:26:31.844Z[ host-image] Dec 20 23:26:30.566 INFO O| Dec 20 23:26:30.566 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 0e8c673f-ed43-44f6-83a7-60807314f115
91462024-12-20T23:26:31.865Z[ host-image] Dec 20 23:26:30.588 INFO O| Dec 20 23:26:30.587 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
91472024-12-20T23:26:31.884Z[ host-image] Dec 20 23:26:30.607 INFO O| Dec 20 23:26:30.607 INFO STEP 0 (create_be) COMPLETE
91482024-12-20T23:26:31.884Z[ host-image] Dec 20 23:26:30.607 INFO O| Dec 20 23:26:30.607 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91492024-12-20T23:26:31.904Z[ host-image] Dec 20 23:26:30.626 INFO O| Dec 20 23:26:30.626 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
91502024-12-20T23:26:54.457Z[ host-image] Dec 20 23:26:53.174 INFO O| Dec 20 23:26:53.174 INFO STEP 1 (unpack_tar) COMPLETE
91512024-12-20T23:26:54.457Z[ host-image] Dec 20 23:26:53.174 INFO O| Dec 20 23:26:53.174 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91522024-12-20T23:26:54.472Z[ host-image] Dec 20 23:26:53.191 INFO O| Dec 20 23:26:53.191 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
91532024-12-20T23:26:55.807Z[ host-image] Dec 20 23:26:54.518 INFO O| Dec 20 23:26:54.518 INFO STEP 2 (devfsadm) COMPLETE
91542024-12-20T23:26:55.807Z[ host-image] Dec 20 23:26:54.518 INFO O| Dec 20 23:26:54.518 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91552024-12-20T23:26:55.817Z[ host-image] Dec 20 23:26:54.535 INFO O| Dec 20 23:26:54.534 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91562024-12-20T23:26:55.824Z[ host-image] Dec 20 23:26:54.535 INFO O| Dec 20 23:26:54.535 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91572024-12-20T23:26:55.824Z[ host-image] Dec 20 23:26:54.535 INFO O| Dec 20 23:26:54.535 INFO STEP 3 (ensure_dir) COMPLETE
91582024-12-20T23:26:55.824Z[ host-image] Dec 20 23:26:54.535 INFO O| Dec 20 23:26:54.535 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91592024-12-20T23:26:55.832Z[ host-image] Dec 20 23:26:54.547 INFO O| Dec 20 23:26:54.547 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91602024-12-20T23:26:55.832Z[ host-image] Dec 20 23:26:54.547 INFO O| Dec 20 23:26:54.547 INFO STEP 4 (ensure_dir) COMPLETE
91612024-12-20T23:26:55.832Z[ host-image] Dec 20 23:26:54.547 INFO O| Dec 20 23:26:54.547 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91622024-12-20T23:26:55.845Z[ host-image] Dec 20 23:26:54.558 INFO O| Dec 20 23:26:54.558 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91632024-12-20T23:26:55.846Z[ host-image] Dec 20 23:26:54.559 INFO O| Dec 20 23:26:54.558 INFO STEP 5 (ensure_dir) COMPLETE
91642024-12-20T23:26:55.846Z[ host-image] Dec 20 23:26:54.559 INFO O| Dec 20 23:26:54.558 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91652024-12-20T23:26:55.856Z[ host-image] Dec 20 23:26:54.570 INFO O| Dec 20 23:26:54.570 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91662024-12-20T23:26:55.856Z[ host-image] Dec 20 23:26:54.570 INFO O| Dec 20 23:26:54.570 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91672024-12-20T23:26:55.856Z[ host-image] Dec 20 23:26:54.570 INFO O| Dec 20 23:26:54.570 INFO STEP 6 (ensure_dir) COMPLETE
91682024-12-20T23:26:55.856Z[ host-image] Dec 20 23:26:54.570 INFO O| Dec 20 23:26:54.570 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91692024-12-20T23:26:55.865Z[ host-image] Dec 20 23:26:54.581 INFO O| Dec 20 23:26:54.581 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91702024-12-20T23:26:55.865Z[ host-image] Dec 20 23:26:54.581 INFO O| Dec 20 23:26:54.581 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91712024-12-20T23:26:55.865Z[ host-image] Dec 20 23:26:54.581 INFO O| Dec 20 23:26:54.581 INFO STEP 7 (ensure_dir) COMPLETE
91722024-12-20T23:26:55.865Z[ host-image] Dec 20 23:26:54.581 INFO O| Dec 20 23:26:54.581 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91732024-12-20T23:26:55.877Z[ host-image] Dec 20 23:26:54.591 INFO O| Dec 20 23:26:54.591 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
91742024-12-20T23:26:55.877Z[ host-image] Dec 20 23:26:54.591 INFO O| Dec 20 23:26:54.591 INFO STEP 8 (remove_files) COMPLETE
91752024-12-20T23:26:55.877Z[ host-image] Dec 20 23:26:54.591 INFO O| Dec 20 23:26:54.591 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91762024-12-20T23:26:55.896Z[ host-image] Dec 20 23:26:54.607 INFO O| Dec 20 23:26:54.607 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
91772024-12-20T23:26:55.896Z[ host-image] Dec 20 23:26:54.608 INFO O| Dec 20 23:26:54.608 INFO STEP 9 (remove_files) COMPLETE
91782024-12-20T23:26:55.901Z[ host-image] Dec 20 23:26:54.608 INFO O| Dec 20 23:26:54.608 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91792024-12-20T23:26:55.913Z[ host-image] Dec 20 23:26:54.623 INFO O| Dec 20 23:26:54.623 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
91802024-12-20T23:26:55.913Z[ host-image] Dec 20 23:26:54.625 INFO O| Dec 20 23:26:54.625 INFO STEP 10 (remove_files) COMPLETE
91812024-12-20T23:26:55.913Z[ host-image] Dec 20 23:26:54.625 INFO O| Dec 20 23:26:54.625 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91822024-12-20T23:26:55.930Z[ host-image] Dec 20 23:26:54.640 INFO O| Dec 20 23:26:54.640 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
91832024-12-20T23:26:55.941Z[ host-image] Dec 20 23:26:54.640 INFO O| Dec 20 23:26:54.640 INFO STEP 11 (remove_files) COMPLETE
91842024-12-20T23:26:55.941Z[ host-image] Dec 20 23:26:54.640 INFO O| Dec 20 23:26:54.640 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91852024-12-20T23:26:55.941Z[ host-image] Dec 20 23:26:54.656 INFO O| Dec 20 23:26:54.656 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
91862024-12-20T23:26:55.941Z[ host-image] Dec 20 23:26:54.656 INFO O| Dec 20 23:26:54.656 INFO STEP 12 (remove_files) COMPLETE
91872024-12-20T23:26:55.941Z[ host-image] Dec 20 23:26:54.656 INFO O| Dec 20 23:26:54.656 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91882024-12-20T23:26:55.959Z[ host-image] Dec 20 23:26:54.671 INFO O| Dec 20 23:26:54.671 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91892024-12-20T23:26:56.001Z[ host-image] Dec 20 23:26:54.671 INFO O| Dec 20 23:26:54.671 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91902024-12-20T23:26:56.002Z[ host-image] Dec 20 23:26:54.671 INFO O| Dec 20 23:26:54.671 INFO STEP 13 (ensure_dir) COMPLETE
91912024-12-20T23:26:56.002Z[ host-image] Dec 20 23:26:54.671 INFO O| Dec 20 23:26:54.671 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91922024-12-20T23:26:56.002Z[ host-image] Dec 20 23:26:54.687 INFO O| Dec 20 23:26:54.687 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91932024-12-20T23:26:56.002Z[ host-image] Dec 20 23:26:54.687 INFO O| Dec 20 23:26:54.687 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91942024-12-20T23:26:56.002Z[ host-image] Dec 20 23:26:54.687 INFO O| Dec 20 23:26:54.687 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91952024-12-20T23:26:56.002Z[ host-image] Dec 20 23:26:54.687 INFO O| Dec 20 23:26:54.687 INFO STEP 14 (ensure_dir) COMPLETE
91962024-12-20T23:26:56.002Z[ host-image] Dec 20 23:26:54.687 INFO O| Dec 20 23:26:54.687 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91972024-12-20T23:26:56.015Z[ host-image] Dec 20 23:26:54.702 INFO O| Dec 20 23:26:54.702 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91982024-12-20T23:26:56.015Z[ host-image] Dec 20 23:26:54.702 INFO O| Dec 20 23:26:54.702 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91992024-12-20T23:26:56.015Z[ host-image] Dec 20 23:26:54.702 INFO O| Dec 20 23:26:54.702 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
92002024-12-20T23:26:56.015Z[ host-image] Dec 20 23:26:54.702 INFO O| Dec 20 23:26:54.702 INFO STEP 15 (ensure_dir) COMPLETE
92012024-12-20T23:26:56.015Z[ host-image] Dec 20 23:26:54.702 INFO O| Dec 20 23:26:54.702 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92022024-12-20T23:26:56.016Z[ host-image] Dec 20 23:26:54.716 INFO O| Dec 20 23:26:54.716 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
92032024-12-20T23:26:56.016Z[ host-image] Dec 20 23:26:54.716 INFO O| Dec 20 23:26:54.716 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
92042024-12-20T23:26:56.016Z[ host-image] Dec 20 23:26:54.716 INFO O| Dec 20 23:26:54.716 INFO STEP 16 (ensure_dir) COMPLETE
92052024-12-20T23:26:56.016Z[ host-image] Dec 20 23:26:54.716 INFO O| Dec 20 23:26:54.716 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92062024-12-20T23:26:56.034Z[ host-image] Dec 20 23:26:54.730 INFO O| Dec 20 23:26:54.729 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
92072024-12-20T23:26:56.034Z[ host-image] Dec 20 23:26:54.730 INFO O| Dec 20 23:26:54.730 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
92082024-12-20T23:26:56.034Z[ host-image] Dec 20 23:26:54.730 INFO O| Dec 20 23:26:54.730 INFO STEP 17 (ensure_dir) COMPLETE
92092024-12-20T23:26:56.034Z[ host-image] Dec 20 23:26:54.730 INFO O| Dec 20 23:26:54.730 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92102024-12-20T23:26:56.034Z[ host-image] Dec 20 23:26:54.744 INFO O| Dec 20 23:26:54.744 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
92112024-12-20T23:26:56.034Z[ host-image] Dec 20 23:26:54.744 INFO O| Dec 20 23:26:54.744 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
92122024-12-20T23:26:56.035Z[ host-image] Dec 20 23:26:54.744 INFO O| Dec 20 23:26:54.744 INFO ok!
92132024-12-20T23:26:56.035Z[ host-image] Dec 20 23:26:54.744 INFO O| Dec 20 23:26:54.744 INFO STEP 18 (ensure_symlink) COMPLETE
92142024-12-20T23:26:56.035Z[ host-image] Dec 20 23:26:54.744 INFO O| Dec 20 23:26:54.744 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
92152024-12-20T23:26:56.043Z[ host-image] Dec 20 23:26:54.759 INFO O| Dec 20 23:26:54.759 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
92162024-12-20T23:26:56.043Z[ host-image] Dec 20 23:26:54.759 INFO O| Dec 20 23:26:54.759 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
92172024-12-20T23:26:56.043Z[ host-image] Dec 20 23:26:54.759 INFO O| Dec 20 23:26:54.759 INFO ok!
92182024-12-20T23:26:56.043Z[ host-image] Dec 20 23:26:54.759 INFO O| Dec 20 23:26:54.759 INFO STEP 19 (ensure_file) COMPLETE
92192024-12-20T23:26:56.043Z[ host-image] Dec 20 23:26:54.759 INFO O| Dec 20 23:26:54.759 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
92202024-12-20T23:26:56.055Z[ host-image] Dec 20 23:26:54.773 INFO O| Dec 20 23:26:54.773 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
92212024-12-20T23:26:56.055Z[ host-image] Dec 20 23:26:54.773 INFO O| Dec 20 23:26:54.773 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
92222024-12-20T23:26:56.062Z[ host-image] Dec 20 23:26:54.773 INFO O| Dec 20 23:26:54.773 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
92232024-12-20T23:26:56.062Z[ host-image] Dec 20 23:26:54.773 INFO O| Dec 20 23:26:54.773 INFO ok!
92242024-12-20T23:26:56.062Z[ host-image] Dec 20 23:26:54.773 INFO O| Dec 20 23:26:54.773 INFO STEP 20 (ensure_symlink) COMPLETE
92252024-12-20T23:26:56.062Z[ host-image] Dec 20 23:26:54.773 INFO O| Dec 20 23:26:54.773 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
92262024-12-20T23:26:56.074Z[ host-image] Dec 20 23:26:54.784 INFO O| Dec 20 23:26:54.784 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
92272024-12-20T23:26:56.074Z[ host-image] Dec 20 23:26:54.784 INFO O| Dec 20 23:26:54.784 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
92282024-12-20T23:26:56.074Z[ host-image] Dec 20 23:26:54.784 INFO O| Dec 20 23:26:54.784 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
92292024-12-20T23:26:56.074Z[ host-image] Dec 20 23:26:54.784 INFO O| Dec 20 23:26:54.784 INFO ok!
92302024-12-20T23:26:56.074Z[ host-image] Dec 20 23:26:54.784 INFO O| Dec 20 23:26:54.784 INFO STEP 21 (ensure_symlink) COMPLETE
92312024-12-20T23:26:56.074Z[ host-image] Dec 20 23:26:54.784 INFO O| Dec 20 23:26:54.784 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
92322024-12-20T23:26:56.082Z[ host-image] Dec 20 23:26:54.799 INFO O| Dec 20 23:26:54.799 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
92332024-12-20T23:26:56.082Z[ host-image] Dec 20 23:26:54.799 INFO O| Dec 20 23:26:54.799 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
92342024-12-20T23:26:56.082Z[ host-image] Dec 20 23:26:54.799 INFO O| Dec 20 23:26:54.799 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
92352024-12-20T23:26:56.082Z[ host-image] Dec 20 23:26:54.799 INFO O| Dec 20 23:26:54.799 INFO ok!
92362024-12-20T23:26:56.082Z[ host-image] Dec 20 23:26:54.799 INFO O| Dec 20 23:26:54.799 INFO STEP 22 (ensure_symlink) COMPLETE
92372024-12-20T23:26:56.082Z[ host-image] Dec 20 23:26:54.799 INFO O| Dec 20 23:26:54.799 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
92382024-12-20T23:26:56.095Z[ host-image] Dec 20 23:26:54.814 INFO O| Dec 20 23:26:54.813 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
92392024-12-20T23:26:56.095Z[ host-image] Dec 20 23:26:54.814 INFO O| Dec 20 23:26:54.814 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
92402024-12-20T23:26:56.123Z[ host-image] Dec 20 23:26:54.814 INFO O| Dec 20 23:26:54.814 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
92412024-12-20T23:26:56.123Z[ host-image] Dec 20 23:26:54.814 INFO O| Dec 20 23:26:54.814 INFO ok!
92422024-12-20T23:26:56.123Z[ host-image] Dec 20 23:26:54.814 INFO O| Dec 20 23:26:54.814 INFO STEP 23 (ensure_symlink) COMPLETE
92432024-12-20T23:26:56.124Z[ host-image] Dec 20 23:26:54.814 INFO O| Dec 20 23:26:54.814 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92442024-12-20T23:26:56.146Z[ host-image] Dec 20 23:26:54.828 INFO O| Dec 20 23:26:54.828 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
92452024-12-20T23:26:56.146Z[ host-image] Dec 20 23:26:54.828 INFO O| Dec 20 23:26:54.828 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
92462024-12-20T23:26:56.146Z[ host-image] Dec 20 23:26:54.828 INFO O| Dec 20 23:26:54.828 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
92472024-12-20T23:26:56.146Z[ host-image] Dec 20 23:26:54.828 INFO O| Dec 20 23:26:54.828 INFO ok!
92482024-12-20T23:26:56.146Z[ host-image] Dec 20 23:26:54.828 INFO O| Dec 20 23:26:54.828 INFO STEP 24 (ensure_file) COMPLETE
92492024-12-20T23:26:56.146Z[ host-image] Dec 20 23:26:54.829 INFO O| Dec 20 23:26:54.828 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
92502024-12-20T23:26:56.146Z[ host-image] Dec 20 23:26:54.843 INFO O| Dec 20 23:26:54.843 INFO updating shadow file
92512024-12-20T23:26:56.146Z[ host-image] Dec 20 23:26:54.843 INFO O| Dec 20 23:26:54.843 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
92522024-12-20T23:26:56.146Z[ host-image] Dec 20 23:26:54.843 INFO O| Dec 20 23:26:54.843 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
92532024-12-20T23:26:56.146Z[ host-image] Dec 20 23:26:54.843 INFO O| Dec 20 23:26:54.843 INFO STEP 25 (shadow) COMPLETE
92542024-12-20T23:26:56.146Z[ host-image] Dec 20 23:26:54.843 INFO O| Dec 20 23:26:54.843 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92552024-12-20T23:26:56.189Z[ host-image] Dec 20 23:26:54.858 INFO O| Dec 20 23:26:54.858 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
92562024-12-20T23:26:56.189Z[ host-image] Dec 20 23:26:54.858 INFO O| Dec 20 23:26:54.858 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
92572024-12-20T23:26:56.189Z[ host-image] Dec 20 23:26:54.858 INFO O| Dec 20 23:26:54.858 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
92582024-12-20T23:26:56.189Z[ host-image] Dec 20 23:26:54.858 INFO O| Dec 20 23:26:54.858 INFO ok!
92592024-12-20T23:26:56.189Z[ host-image] Dec 20 23:26:54.858 INFO O| Dec 20 23:26:54.858 INFO STEP 26 (ensure_file) COMPLETE
92602024-12-20T23:26:56.190Z[ host-image] Dec 20 23:26:54.858 INFO O| Dec 20 23:26:54.858 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92612024-12-20T23:26:56.190Z[ host-image] Dec 20 23:26:54.872 INFO O| Dec 20 23:26:54.872 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
92622024-12-20T23:26:56.190Z[ host-image] Dec 20 23:26:54.872 INFO O| Dec 20 23:26:54.872 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
92632024-12-20T23:26:56.190Z[ host-image] Dec 20 23:26:54.873 INFO O| Dec 20 23:26:54.872 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
92642024-12-20T23:26:56.190Z[ host-image] Dec 20 23:26:54.873 INFO O| Dec 20 23:26:54.873 INFO ok!
92652024-12-20T23:26:56.190Z[ host-image] Dec 20 23:26:54.873 INFO O| Dec 20 23:26:54.873 INFO STEP 27 (ensure_file) COMPLETE
92662024-12-20T23:26:56.190Z[ host-image] Dec 20 23:26:54.873 INFO O| Dec 20 23:26:54.873 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92672024-12-20T23:26:56.207Z[ host-image] Dec 20 23:26:54.886 INFO O| Dec 20 23:26:54.886 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
92682024-12-20T23:26:56.207Z[ host-image] Dec 20 23:26:54.886 INFO O| Dec 20 23:26:54.886 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
92692024-12-20T23:26:56.207Z[ host-image] Dec 20 23:26:54.886 INFO O| Dec 20 23:26:54.886 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
92702024-12-20T23:26:56.207Z[ host-image] Dec 20 23:26:54.886 INFO O| Dec 20 23:26:54.886 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
92712024-12-20T23:26:56.208Z[ host-image] Dec 20 23:26:54.886 INFO O| Dec 20 23:26:54.886 INFO ok!
92722024-12-20T23:26:56.208Z[ host-image] Dec 20 23:26:54.886 INFO O| Dec 20 23:26:54.886 INFO STEP 28 (ensure_file) COMPLETE
92732024-12-20T23:26:56.208Z[ host-image] Dec 20 23:26:54.886 INFO O| Dec 20 23:26:54.886 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92742024-12-20T23:26:56.208Z[ host-image] Dec 20 23:26:54.898 INFO O| Dec 20 23:26:54.898 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
92752024-12-20T23:26:56.208Z[ host-image] Dec 20 23:26:54.898 INFO O| Dec 20 23:26:54.898 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
92762024-12-20T23:26:56.208Z[ host-image] Dec 20 23:26:54.898 INFO O| Dec 20 23:26:54.898 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
92772024-12-20T23:26:56.208Z[ host-image] Dec 20 23:26:54.898 INFO O| Dec 20 23:26:54.898 INFO ok!
92782024-12-20T23:26:56.208Z[ host-image] Dec 20 23:26:54.898 INFO O| Dec 20 23:26:54.898 INFO STEP 29 (ensure_file) COMPLETE
92792024-12-20T23:26:56.208Z[ host-image] Dec 20 23:26:54.898 INFO O| Dec 20 23:26:54.898 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92802024-12-20T23:26:56.208Z[ host-image] Dec 20 23:26:54.913 INFO O| Dec 20 23:26:54.912 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
92812024-12-20T23:26:56.208Z[ host-image] Dec 20 23:26:54.913 INFO O| Dec 20 23:26:54.912 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
92822024-12-20T23:26:56.208Z[ host-image] Dec 20 23:26:54.913 INFO O| Dec 20 23:26:54.913 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
92832024-12-20T23:26:56.208Z[ host-image] Dec 20 23:26:54.913 INFO O| Dec 20 23:26:54.913 INFO ok!
92842024-12-20T23:26:56.208Z[ host-image] Dec 20 23:26:54.913 INFO O| Dec 20 23:26:54.913 INFO STEP 30 (ensure_file) COMPLETE
92852024-12-20T23:26:56.208Z[ host-image] Dec 20 23:26:54.913 INFO O| Dec 20 23:26:54.913 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92862024-12-20T23:26:56.217Z[ host-image] Dec 20 23:26:54.927 INFO O| Dec 20 23:26:54.927 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
92872024-12-20T23:26:56.217Z[ host-image] Dec 20 23:26:54.927 INFO O| Dec 20 23:26:54.927 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
92882024-12-20T23:26:56.217Z[ host-image] Dec 20 23:26:54.928 INFO O| Dec 20 23:26:54.927 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
92892024-12-20T23:26:56.217Z[ host-image] Dec 20 23:26:54.928 INFO O| Dec 20 23:26:54.928 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
92902024-12-20T23:26:56.217Z[ host-image] Dec 20 23:26:54.928 INFO O| Dec 20 23:26:54.928 INFO ok!
92912024-12-20T23:26:56.217Z[ host-image] Dec 20 23:26:54.928 INFO O| Dec 20 23:26:54.928 INFO STEP 31 (ensure_file) COMPLETE
92922024-12-20T23:26:56.217Z[ host-image] Dec 20 23:26:54.928 INFO O| Dec 20 23:26:54.928 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92932024-12-20T23:26:56.229Z[ host-image] Dec 20 23:26:54.939 INFO O| Dec 20 23:26:54.939 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
92942024-12-20T23:26:56.229Z[ host-image] Dec 20 23:26:54.939 INFO O| Dec 20 23:26:54.939 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
92952024-12-20T23:26:56.229Z[ host-image] Dec 20 23:26:54.939 INFO O| Dec 20 23:26:54.939 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
92962024-12-20T23:26:56.229Z[ host-image] Dec 20 23:26:54.939 INFO O| Dec 20 23:26:54.939 INFO ok!
92972024-12-20T23:26:56.230Z[ host-image] Dec 20 23:26:54.939 INFO O| Dec 20 23:26:54.939 INFO STEP 32 (ensure_file) COMPLETE
92982024-12-20T23:26:56.230Z[ host-image] Dec 20 23:26:54.939 INFO O| Dec 20 23:26:54.939 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92992024-12-20T23:26:56.238Z[ host-image] Dec 20 23:26:54.950 INFO O| Dec 20 23:26:54.950 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
93002024-12-20T23:26:56.239Z[ host-image] Dec 20 23:26:54.950 INFO O| Dec 20 23:26:54.950 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
93012024-12-20T23:26:56.239Z[ host-image] Dec 20 23:26:54.950 INFO O| Dec 20 23:26:54.950 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
93022024-12-20T23:26:56.239Z[ host-image] Dec 20 23:26:54.950 INFO O| Dec 20 23:26:54.950 INFO ok!
93032024-12-20T23:26:56.239Z[ host-image] Dec 20 23:26:54.950 INFO O| Dec 20 23:26:54.950 INFO STEP 33 (ensure_file) COMPLETE
93042024-12-20T23:26:56.239Z[ host-image] Dec 20 23:26:54.950 INFO O| Dec 20 23:26:54.950 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93052024-12-20T23:26:56.262Z[ host-image] Dec 20 23:26:54.965 INFO O| Dec 20 23:26:54.965 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
93062024-12-20T23:26:56.262Z[ host-image] Dec 20 23:26:54.965 INFO O| Dec 20 23:26:54.965 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
93072024-12-20T23:26:56.262Z[ host-image] Dec 20 23:26:54.965 INFO O| Dec 20 23:26:54.965 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
93082024-12-20T23:26:56.262Z[ host-image] Dec 20 23:26:54.965 INFO O| Dec 20 23:26:54.965 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
93092024-12-20T23:26:56.262Z[ host-image] Dec 20 23:26:54.965 INFO O| Dec 20 23:26:54.965 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
93102024-12-20T23:26:56.262Z[ host-image] Dec 20 23:26:54.965 INFO O| Dec 20 23:26:54.965 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
93112024-12-20T23:26:56.262Z[ host-image] Dec 20 23:26:54.965 INFO O| Dec 20 23:26:54.965 INFO ok!
93122024-12-20T23:26:56.262Z[ host-image] Dec 20 23:26:54.965 INFO O| Dec 20 23:26:54.965 INFO STEP 34 (ensure_file) COMPLETE
93132024-12-20T23:26:56.262Z[ host-image] Dec 20 23:26:54.965 INFO O| Dec 20 23:26:54.965 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
93142024-12-20T23:26:56.283Z[ host-image] Dec 20 23:26:54.979 INFO O| Dec 20 23:26:54.979 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
93152024-12-20T23:26:56.285Z[ host-image] Dec 20 23:26:54.980 INFO O| Dec 20 23:26:54.980 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
93162024-12-20T23:26:56.286Z[ host-image] Dec 20 23:26:54.980 INFO O| Dec 20 23:26:54.980 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
93172024-12-20T23:26:56.286Z[ host-image] Dec 20 23:26:54.980 INFO O| Dec 20 23:26:54.980 INFO STEP 35 (ensure_dir) COMPLETE
93182024-12-20T23:26:56.286Z[ host-image] Dec 20 23:26:54.980 INFO O| Dec 20 23:26:54.980 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
93192024-12-20T23:26:56.302Z[ host-image] Dec 20 23:26:54.994 INFO O| Dec 20 23:26:54.994 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
93202024-12-20T23:26:56.302Z[ host-image] Dec 20 23:26:54.994 INFO O| Dec 20 23:26:54.994 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 ...
93212024-12-20T23:26:56.302Z[ host-image] Dec 20 23:26:54.995 INFO O| Dec 20 23:26:54.995 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
93222024-12-20T23:26:56.302Z[ host-image] Dec 20 23:26:54.995 INFO O| Dec 20 23:26:54.995 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
93232024-12-20T23:26:56.302Z[ host-image] Dec 20 23:26:54.995 INFO O| Dec 20 23:26:54.995 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
93242024-12-20T23:26:56.302Z[ host-image] Dec 20 23:26:54.995 INFO O| Dec 20 23:26:54.995 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
93252024-12-20T23:26:56.302Z[ host-image] Dec 20 23:26:54.995 INFO O| Dec 20 23:26:54.995 INFO ok!
93262024-12-20T23:26:56.302Z[ host-image] Dec 20 23:26:54.995 INFO O| Dec 20 23:26:54.995 INFO STEP 36 (ensure_file) COMPLETE
93272024-12-20T23:26:56.305Z[ host-image] Dec 20 23:26:54.995 INFO O| Dec 20 23:26:54.995 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
93282024-12-20T23:26:56.306Z[ host-image] Dec 20 23:26:55.010 INFO O| Dec 20 23:26:55.009 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
93292024-12-20T23:26:56.306Z[ host-image] Dec 20 23:26:55.010 INFO O| Dec 20 23:26:55.010 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 ...
93302024-12-20T23:26:56.306Z[ host-image] Dec 20 23:26:55.010 INFO O| Dec 20 23:26:55.010 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
93312024-12-20T23:26:56.306Z[ host-image] Dec 20 23:26:55.010 INFO O| Dec 20 23:26:55.010 INFO ok!
93322024-12-20T23:26:56.306Z[ host-image] Dec 20 23:26:55.010 INFO O| Dec 20 23:26:55.010 INFO STEP 37 (ensure_symlink) COMPLETE
93332024-12-20T23:26:56.306Z[ host-image] Dec 20 23:26:55.010 INFO O| Dec 20 23:26:55.010 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93342024-12-20T23:26:56.337Z[ host-image] Dec 20 23:26:55.022 INFO O| Dec 20 23:26:55.021 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
93352024-12-20T23:26:56.337Z[ host-image] Dec 20 23:26:55.022 INFO O| Dec 20 23:26:55.022 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
93362024-12-20T23:26:56.337Z[ host-image] Dec 20 23:26:55.022 INFO O| Dec 20 23:26:55.022 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93372024-12-20T23:26:56.337Z[ host-image] Dec 20 23:26:55.022 INFO O| Dec 20 23:26:55.022 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93382024-12-20T23:26:56.337Z[ host-image] Dec 20 23:26:55.022 INFO O| Dec 20 23:26:55.022 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93392024-12-20T23:26:56.338Z[ host-image] Dec 20 23:26:55.022 INFO O| Dec 20 23:26:55.022 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93402024-12-20T23:26:56.338Z[ host-image] Dec 20 23:26:55.022 INFO O| Dec 20 23:26:55.022 INFO ok!
93412024-12-20T23:26:56.338Z[ host-image] Dec 20 23:26:55.022 INFO O| Dec 20 23:26:55.022 INFO STEP 38 (ensure_file) COMPLETE
93422024-12-20T23:26:56.338Z[ host-image] Dec 20 23:26:55.022 INFO O| Dec 20 23:26:55.022 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93432024-12-20T23:26:56.346Z[ host-image] Dec 20 23:26:55.035 INFO O| Dec 20 23:26:55.035 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
93442024-12-20T23:26:56.346Z[ host-image] Dec 20 23:26:55.035 INFO O| Dec 20 23:26:55.035 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 ...
93452024-12-20T23:26:56.346Z[ host-image] Dec 20 23:26:55.035 INFO O| Dec 20 23:26:55.035 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
93462024-12-20T23:26:56.346Z[ host-image] Dec 20 23:26:55.035 INFO O| Dec 20 23:26:55.035 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
93472024-12-20T23:26:56.346Z[ host-image] Dec 20 23:26:55.035 INFO O| Dec 20 23:26:55.035 INFO ok!
93482024-12-20T23:26:56.346Z[ host-image] Dec 20 23:26:55.035 INFO O| Dec 20 23:26:55.035 INFO STEP 39 (ensure_file) COMPLETE
93492024-12-20T23:26:56.346Z[ host-image] Dec 20 23:26:55.035 INFO O| Dec 20 23:26:55.035 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93502024-12-20T23:26:56.346Z[ host-image] Dec 20 23:26:55.050 INFO O| Dec 20 23:26:55.050 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
93512024-12-20T23:26:56.346Z[ host-image] Dec 20 23:26:55.051 INFO O| Dec 20 23:26:55.050 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
93522024-12-20T23:26:56.347Z[ host-image] Dec 20 23:26:55.051 INFO O| Dec 20 23:26:55.051 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
93532024-12-20T23:26:56.347Z[ host-image] Dec 20 23:26:55.051 INFO O| Dec 20 23:26:55.051 INFO ok!
93542024-12-20T23:26:56.347Z[ host-image] Dec 20 23:26:55.051 INFO O| Dec 20 23:26:55.051 INFO STEP 40 (ensure_file) COMPLETE
93552024-12-20T23:26:56.347Z[ host-image] Dec 20 23:26:55.051 INFO O| Dec 20 23:26:55.051 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
93562024-12-20T23:26:56.359Z[ host-image] Dec 20 23:26:55.061 INFO O| Dec 20 23:26:55.061 INFO updating shadow file
93572024-12-20T23:26:56.359Z[ host-image] Dec 20 23:26:55.061 INFO O| Dec 20 23:26:55.061 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
93582024-12-20T23:26:56.359Z[ host-image] Dec 20 23:26:55.062 INFO O| Dec 20 23:26:55.062 INFO STEP 41 (shadow) COMPLETE
93592024-12-20T23:26:56.359Z[ host-image] Dec 20 23:26:55.062 INFO O| Dec 20 23:26:55.062 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
93602024-12-20T23:26:56.359Z[ host-image] Dec 20 23:26:55.073 INFO O| Dec 20 23:26:55.073 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
93612024-12-20T23:26:56.359Z[ host-image] Dec 20 23:26:55.073 INFO O| Dec 20 23:26:55.073 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
93622024-12-20T23:26:56.359Z[ host-image] Dec 20 23:26:55.073 INFO O| Dec 20 23:26:55.073 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
93632024-12-20T23:26:56.359Z[ host-image] Dec 20 23:26:55.073 INFO O| Dec 20 23:26:55.073 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
93642024-12-20T23:26:56.359Z[ host-image] Dec 20 23:26:55.073 INFO O| Dec 20 23:26:55.073 INFO ok!
93652024-12-20T23:26:56.359Z[ host-image] Dec 20 23:26:55.073 INFO O| Dec 20 23:26:55.073 INFO STEP 42 (ensure_file) COMPLETE
93662024-12-20T23:26:56.359Z[ host-image] Dec 20 23:26:55.073 INFO O| Dec 20 23:26:55.073 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93672024-12-20T23:26:56.359Z[ host-image] Dec 20 23:26:55.073 INFO O| Dec 20 23:26:55.073 INFO skip step because feature "mfg" is not enabled
93682024-12-20T23:26:56.359Z[ host-image] Dec 20 23:26:55.073 INFO O| Dec 20 23:26:55.073 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93692024-12-20T23:26:56.359Z[ host-image] Dec 20 23:26:55.073 INFO O| Dec 20 23:26:55.073 INFO skip step because feature "mfg" is not enabled
93702024-12-20T23:26:56.359Z[ host-image] Dec 20 23:26:55.073 INFO O| Dec 20 23:26:55.073 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93712024-12-20T23:26:56.367Z[ host-image] Dec 20 23:26:55.084 INFO O| Dec 20 23:26:55.084 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
93722024-12-20T23:26:56.368Z[ host-image] Dec 20 23:26:55.084 INFO O| Dec 20 23:26:55.084 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
93732024-12-20T23:26:57.105Z[ host-image] Dec 20 23:26:55.822 INFO O| Dec 20 23:26:55.822 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
93742024-12-20T23:26:57.105Z[ host-image] Dec 20 23:26:55.822 INFO O| Dec 20 23:26:55.822 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
93752024-12-20T23:26:57.126Z[ host-image] Dec 20 23:26:55.822 INFO O| Dec 20 23:26:55.822 INFO ok!
93762024-12-20T23:26:57.127Z[ host-image] Dec 20 23:26:55.822 INFO O| Dec 20 23:26:55.822 INFO STEP 45 (ensure_file) COMPLETE
93772024-12-20T23:26:57.127Z[ host-image] Dec 20 23:26:55.822 INFO O| Dec 20 23:26:55.822 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93782024-12-20T23:26:57.127Z[ host-image] Dec 20 23:26:55.840 INFO O| Dec 20 23:26:55.840 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
93792024-12-20T23:26:57.127Z[ host-image] Dec 20 23:26:55.840 INFO O| Dec 20 23:26:55.840 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
93802024-12-20T23:26:57.127Z[ host-image] Dec 20 23:26:55.840 INFO O| Dec 20 23:26:55.840 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93812024-12-20T23:26:57.127Z[ host-image] Dec 20 23:26:55.840 INFO O| Dec 20 23:26:55.840 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93822024-12-20T23:26:57.127Z[ host-image] Dec 20 23:26:55.840 INFO O| Dec 20 23:26:55.840 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93832024-12-20T23:26:57.127Z[ host-image] Dec 20 23:26:55.840 INFO O| Dec 20 23:26:55.840 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93842024-12-20T23:26:57.127Z[ host-image] Dec 20 23:26:55.840 INFO O| Dec 20 23:26:55.840 INFO ok!
93852024-12-20T23:26:57.127Z[ host-image] Dec 20 23:26:55.840 INFO O| Dec 20 23:26:55.840 INFO STEP 46 (ensure_file) COMPLETE
93862024-12-20T23:26:57.127Z[ host-image] Dec 20 23:26:55.840 INFO O| Dec 20 23:26:55.840 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93872024-12-20T23:26:57.143Z[ host-image] Dec 20 23:26:55.856 INFO O| Dec 20 23:26:55.856 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
93882024-12-20T23:26:57.143Z[ host-image] Dec 20 23:26:55.856 INFO O| Dec 20 23:26:55.856 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 ...
93892024-12-20T23:26:57.174Z[ host-image] Dec 20 23:26:55.857 INFO O| Dec 20 23:26:55.857 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
93902024-12-20T23:26:57.174Z[ host-image] Dec 20 23:26:55.857 INFO O| Dec 20 23:26:55.857 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
93912024-12-20T23:26:57.174Z[ host-image] Dec 20 23:26:55.857 INFO O| Dec 20 23:26:55.857 INFO ok!
93922024-12-20T23:26:57.174Z[ host-image] Dec 20 23:26:55.857 INFO O| Dec 20 23:26:55.857 INFO STEP 47 (ensure_file) COMPLETE
93932024-12-20T23:26:57.174Z[ host-image] Dec 20 23:26:55.857 INFO O| Dec 20 23:26:55.857 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93942024-12-20T23:26:57.185Z[ host-image] Dec 20 23:26:55.872 INFO O| Dec 20 23:26:55.872 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
93952024-12-20T23:26:57.186Z[ host-image] Dec 20 23:26:55.872 INFO O| Dec 20 23:26:55.872 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
93962024-12-20T23:26:57.186Z[ host-image] Dec 20 23:26:55.872 INFO O| Dec 20 23:26:55.872 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93972024-12-20T23:26:57.186Z[ host-image] Dec 20 23:26:55.872 INFO O| Dec 20 23:26:55.872 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93982024-12-20T23:26:57.186Z[ host-image] Dec 20 23:26:55.872 INFO O| Dec 20 23:26:55.872 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93992024-12-20T23:26:57.186Z[ host-image] Dec 20 23:26:55.872 INFO O| Dec 20 23:26:55.872 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
94002024-12-20T23:26:57.186Z[ host-image] Dec 20 23:26:55.872 INFO O| Dec 20 23:26:55.872 INFO ok!
94012024-12-20T23:26:57.186Z[ host-image] Dec 20 23:26:55.872 INFO O| Dec 20 23:26:55.872 INFO STEP 48 (ensure_file) COMPLETE
94022024-12-20T23:26:57.186Z[ host-image] Dec 20 23:26:55.872 INFO O| Dec 20 23:26:55.872 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94032024-12-20T23:26:57.186Z[ host-image] Dec 20 23:26:55.884 INFO O| Dec 20 23:26:55.884 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
94042024-12-20T23:26:57.186Z[ host-image] Dec 20 23:26:55.884 INFO O| Dec 20 23:26:55.884 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 ...
94052024-12-20T23:26:57.186Z[ host-image] Dec 20 23:26:55.884 INFO O| Dec 20 23:26:55.884 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
94062024-12-20T23:26:57.191Z[ host-image] Dec 20 23:26:55.884 INFO O| Dec 20 23:26:55.884 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
94072024-12-20T23:26:57.191Z[ host-image] Dec 20 23:26:55.884 INFO O| Dec 20 23:26:55.884 INFO ok!
94082024-12-20T23:26:57.191Z[ host-image] Dec 20 23:26:55.884 INFO O| Dec 20 23:26:55.884 INFO STEP 49 (ensure_file) COMPLETE
94092024-12-20T23:26:57.191Z[ host-image] Dec 20 23:26:55.884 INFO O| Dec 20 23:26:55.884 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94102024-12-20T23:26:57.191Z[ host-image] Dec 20 23:26:55.895 INFO O| Dec 20 23:26:55.895 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
94112024-12-20T23:26:57.191Z[ host-image] Dec 20 23:26:55.895 INFO O| Dec 20 23:26:55.895 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
94122024-12-20T23:26:57.191Z[ host-image] Dec 20 23:26:55.895 INFO O| Dec 20 23:26:55.895 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
94132024-12-20T23:26:57.191Z[ host-image] Dec 20 23:26:55.895 INFO O| Dec 20 23:26:55.895 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
94142024-12-20T23:26:57.191Z[ host-image] Dec 20 23:26:55.895 INFO O| Dec 20 23:26:55.895 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
94152024-12-20T23:26:57.191Z[ host-image] Dec 20 23:26:55.895 INFO O| Dec 20 23:26:55.895 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
94162024-12-20T23:26:57.191Z[ host-image] Dec 20 23:26:55.895 INFO O| Dec 20 23:26:55.895 INFO ok!
94172024-12-20T23:26:57.191Z[ host-image] Dec 20 23:26:55.895 INFO O| Dec 20 23:26:55.895 INFO STEP 50 (ensure_file) COMPLETE
94182024-12-20T23:26:57.191Z[ host-image] Dec 20 23:26:55.895 INFO O| Dec 20 23:26:55.895 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94192024-12-20T23:26:57.202Z[ host-image] Dec 20 23:26:55.907 INFO O| Dec 20 23:26:55.907 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
94202024-12-20T23:26:57.202Z[ host-image] Dec 20 23:26:55.908 INFO O| Dec 20 23:26:55.907 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 ...
94212024-12-20T23:26:57.202Z[ host-image] Dec 20 23:26:55.908 INFO O| Dec 20 23:26:55.908 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
94222024-12-20T23:26:57.202Z[ host-image] Dec 20 23:26:55.908 INFO O| Dec 20 23:26:55.908 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
94232024-12-20T23:26:57.202Z[ host-image] Dec 20 23:26:55.908 INFO O| Dec 20 23:26:55.908 INFO ok!
94242024-12-20T23:26:57.202Z[ host-image] Dec 20 23:26:55.908 INFO O| Dec 20 23:26:55.908 INFO STEP 51 (ensure_file) COMPLETE
94252024-12-20T23:26:57.202Z[ host-image] Dec 20 23:26:55.908 INFO O| Dec 20 23:26:55.908 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94262024-12-20T23:26:57.216Z[ host-image] Dec 20 23:26:55.919 INFO O| Dec 20 23:26:55.919 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
94272024-12-20T23:26:57.217Z[ host-image] Dec 20 23:26:55.919 INFO O| Dec 20 23:26:55.919 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 ...
94282024-12-20T23:26:57.217Z[ host-image] Dec 20 23:26:55.919 INFO O| Dec 20 23:26:55.919 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
94292024-12-20T23:26:57.217Z[ host-image] Dec 20 23:26:55.919 INFO O| Dec 20 23:26:55.919 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
94302024-12-20T23:26:57.217Z[ host-image] Dec 20 23:26:55.919 INFO O| Dec 20 23:26:55.919 INFO ok!
94312024-12-20T23:26:57.217Z[ host-image] Dec 20 23:26:55.919 INFO O| Dec 20 23:26:55.919 INFO STEP 52 (ensure_file) COMPLETE
94322024-12-20T23:26:57.217Z[ host-image] Dec 20 23:26:55.919 INFO O| Dec 20 23:26:55.919 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
94332024-12-20T23:26:57.217Z[ host-image] Dec 20 23:26:55.930 INFO O| Dec 20 23:26:55.929 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
94342024-12-20T23:26:57.217Z[ host-image] Dec 20 23:26:55.930 INFO O| Dec 20 23:26:55.929 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 ...
94352024-12-20T23:26:57.221Z[ host-image] Dec 20 23:26:55.930 INFO O| Dec 20 23:26:55.930 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
94362024-12-20T23:26:57.221Z[ host-image] Dec 20 23:26:55.930 INFO O| Dec 20 23:26:55.930 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
94372024-12-20T23:26:57.221Z[ host-image] Dec 20 23:26:55.930 INFO O| Dec 20 23:26:55.930 INFO ok!
94382024-12-20T23:26:57.221Z[ host-image] Dec 20 23:26:55.930 INFO O| Dec 20 23:26:55.930 INFO STEP 53 (ensure_file) COMPLETE
94392024-12-20T23:26:57.221Z[ host-image] Dec 20 23:26:55.930 INFO O| Dec 20 23:26:55.930 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94402024-12-20T23:26:57.250Z[ host-image] Dec 20 23:26:55.941 INFO O| Dec 20 23:26:55.941 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
94412024-12-20T23:26:57.250Z[ host-image] Dec 20 23:26:55.941 INFO O| Dec 20 23:26:55.941 INFO STEP 54 (ensure_dir) COMPLETE
94422024-12-20T23:26:57.250Z[ host-image] Dec 20 23:26:55.941 INFO O| Dec 20 23:26:55.941 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94432024-12-20T23:26:57.280Z[ host-image] Dec 20 23:26:55.952 INFO O| Dec 20 23:26:55.952 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
94442024-12-20T23:26:57.280Z[ host-image] Dec 20 23:26:55.952 INFO O| Dec 20 23:26:55.952 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
94452024-12-20T23:26:57.280Z[ host-image] Dec 20 23:26:55.952 INFO O| Dec 20 23:26:55.952 INFO STEP 55 (ensure_dir) COMPLETE
94462024-12-20T23:26:57.280Z[ host-image] Dec 20 23:26:55.952 INFO O| Dec 20 23:26:55.952 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94472024-12-20T23:26:57.280Z[ host-image] Dec 20 23:26:55.962 INFO O| Dec 20 23:26:55.962 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
94482024-12-20T23:26:57.280Z[ host-image] Dec 20 23:26:55.963 INFO O| Dec 20 23:26:55.963 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
94492024-12-20T23:26:57.280Z[ host-image] Dec 20 23:26:55.963 INFO O| Dec 20 23:26:55.963 INFO STEP 56 (ensure_dir) COMPLETE
94502024-12-20T23:26:57.280Z[ host-image] Dec 20 23:26:55.963 INFO O| Dec 20 23:26:55.963 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94512024-12-20T23:26:57.280Z[ host-image] Dec 20 23:26:55.973 INFO O| Dec 20 23:26:55.973 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
94522024-12-20T23:26:57.280Z[ host-image] Dec 20 23:26:55.973 INFO O| Dec 20 23:26:55.973 INFO copying /tmp/.tmp8ONQdI/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
94532024-12-20T23:26:57.299Z[ host-image] Dec 20 23:26:55.989 INFO O| Dec 20 23:26:55.989 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
94542024-12-20T23:26:57.299Z[ host-image] Dec 20 23:26:55.989 INFO O| Dec 20 23:26:55.989 INFO ok!
94552024-12-20T23:26:57.299Z[ host-image] Dec 20 23:26:55.989 INFO O| Dec 20 23:26:55.989 INFO STEP 57 (ensure_file) COMPLETE
94562024-12-20T23:26:57.299Z[ host-image] Dec 20 23:26:55.989 INFO O| Dec 20 23:26:55.989 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94572024-12-20T23:26:57.299Z[ host-image] Dec 20 23:26:56.005 INFO O| Dec 20 23:26:56.005 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
94582024-12-20T23:26:57.299Z[ host-image] Dec 20 23:26:56.005 INFO O| Dec 20 23:26:56.005 INFO copying /tmp/.tmp8ONQdI/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
94592024-12-20T23:26:58.598Z[ host-image] Dec 20 23:26:57.306 INFO O| Dec 20 23:26:57.306 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
94602024-12-20T23:26:58.598Z[ host-image] Dec 20 23:26:57.307 INFO O| Dec 20 23:26:57.306 INFO ok!
94612024-12-20T23:26:58.608Z[ host-image] Dec 20 23:26:57.307 INFO O| Dec 20 23:26:57.306 INFO STEP 58 (ensure_file) COMPLETE
94622024-12-20T23:26:58.608Z[ host-image] Dec 20 23:26:57.307 INFO O| Dec 20 23:26:57.306 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94632024-12-20T23:26:58.609Z[ host-image] Dec 20 23:26:57.319 INFO O| Dec 20 23:26:57.319 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
94642024-12-20T23:26:58.609Z[ host-image] Dec 20 23:26:57.319 INFO O| Dec 20 23:26:57.319 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
94652024-12-20T23:26:58.609Z[ host-image] Dec 20 23:26:57.319 INFO O| Dec 20 23:26:57.319 INFO STEP 59 (ensure_dir) COMPLETE
94662024-12-20T23:26:58.609Z[ host-image] Dec 20 23:26:57.319 INFO O| Dec 20 23:26:57.319 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94672024-12-20T23:26:58.620Z[ host-image] Dec 20 23:26:57.330 INFO O| Dec 20 23:26:57.330 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
94682024-12-20T23:26:58.620Z[ host-image] Dec 20 23:26:57.330 INFO O| Dec 20 23:26:57.330 INFO copying /tmp/.tmp8ONQdI/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 ...
94692024-12-20T23:26:58.620Z[ host-image] Dec 20 23:26:57.330 INFO O| Dec 20 23:26:57.330 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
94702024-12-20T23:26:58.620Z[ host-image] Dec 20 23:26:57.330 INFO O| Dec 20 23:26:57.330 INFO ok!
94712024-12-20T23:26:58.620Z[ host-image] Dec 20 23:26:57.330 INFO O| Dec 20 23:26:57.330 INFO STEP 60 (ensure_file) COMPLETE
94722024-12-20T23:26:58.620Z[ host-image] Dec 20 23:26:57.330 INFO O| Dec 20 23:26:57.330 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94732024-12-20T23:26:58.635Z[ host-image] Dec 20 23:26:57.340 INFO O| Dec 20 23:26:57.340 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
94742024-12-20T23:26:58.635Z[ host-image] Dec 20 23:26:57.340 INFO O| Dec 20 23:26:57.340 INFO copying /tmp/.tmp8ONQdI/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 ...
94752024-12-20T23:26:58.635Z[ host-image] Dec 20 23:26:57.340 INFO O| Dec 20 23:26:57.340 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
94762024-12-20T23:26:58.635Z[ host-image] Dec 20 23:26:57.340 INFO O| Dec 20 23:26:57.340 INFO ok!
94772024-12-20T23:26:58.636Z[ host-image] Dec 20 23:26:57.340 INFO O| Dec 20 23:26:57.340 INFO STEP 61 (ensure_file) COMPLETE
94782024-12-20T23:26:58.636Z[ host-image] Dec 20 23:26:57.340 INFO O| Dec 20 23:26:57.340 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94792024-12-20T23:26:58.654Z[ host-image] Dec 20 23:26:57.351 INFO O| Dec 20 23:26:57.351 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
94802024-12-20T23:26:58.655Z[ host-image] Dec 20 23:26:57.351 INFO O| Dec 20 23:26:57.351 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
94812024-12-20T23:26:58.655Z[ host-image] Dec 20 23:26:57.351 INFO O| Dec 20 23:26:57.351 INFO STEP 62 (ensure_dir) COMPLETE
94822024-12-20T23:26:58.655Z[ host-image] Dec 20 23:26:57.351 INFO O| Dec 20 23:26:57.351 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94832024-12-20T23:26:58.655Z[ host-image] Dec 20 23:26:57.366 INFO O| Dec 20 23:26:57.366 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
94842024-12-20T23:26:58.655Z[ host-image] Dec 20 23:26:57.366 INFO O| Dec 20 23:26:57.366 INFO copying /tmp/.tmp8ONQdI/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 ...
94852024-12-20T23:26:58.655Z[ host-image] Dec 20 23:26:57.366 INFO O| Dec 20 23:26:57.366 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
94862024-12-20T23:26:58.655Z[ host-image] Dec 20 23:26:57.366 INFO O| Dec 20 23:26:57.366 INFO ok!
94872024-12-20T23:26:58.655Z[ host-image] Dec 20 23:26:57.366 INFO O| Dec 20 23:26:57.366 INFO STEP 63 (ensure_file) COMPLETE
94882024-12-20T23:26:58.655Z[ host-image] Dec 20 23:26:57.366 INFO O| Dec 20 23:26:57.366 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94892024-12-20T23:26:58.667Z[ host-image] Dec 20 23:26:57.377 INFO O| Dec 20 23:26:57.377 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
94902024-12-20T23:26:58.667Z[ host-image] Dec 20 23:26:57.377 INFO O| Dec 20 23:26:57.377 INFO copying /tmp/.tmp8ONQdI/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 ...
94912024-12-20T23:26:58.667Z[ host-image] Dec 20 23:26:57.377 INFO O| Dec 20 23:26:57.377 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
94922024-12-20T23:26:58.667Z[ host-image] Dec 20 23:26:57.377 INFO O| Dec 20 23:26:57.377 INFO ok!
94932024-12-20T23:26:58.667Z[ host-image] Dec 20 23:26:57.377 INFO O| Dec 20 23:26:57.377 INFO STEP 64 (ensure_file) COMPLETE
94942024-12-20T23:26:58.667Z[ host-image] Dec 20 23:26:57.377 INFO O| Dec 20 23:26:57.377 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94952024-12-20T23:26:58.706Z[ host-image] Dec 20 23:26:57.392 INFO O| Dec 20 23:26:57.391 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
94962024-12-20T23:26:58.714Z[ host-image] Dec 20 23:26:57.392 INFO O| Dec 20 23:26:57.392 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
94972024-12-20T23:26:58.714Z[ host-image] Dec 20 23:26:57.392 INFO O| Dec 20 23:26:57.392 INFO STEP 65 (ensure_dir) COMPLETE
94982024-12-20T23:26:58.714Z[ host-image] Dec 20 23:26:57.392 INFO O| Dec 20 23:26:57.392 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94992024-12-20T23:26:58.721Z[ host-image] Dec 20 23:26:57.406 INFO O| Dec 20 23:26:57.406 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
95002024-12-20T23:26:58.721Z[ host-image] Dec 20 23:26:57.406 INFO O| Dec 20 23:26:57.406 INFO copying /tmp/.tmp8ONQdI/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 ...
95012024-12-20T23:26:58.721Z[ host-image] Dec 20 23:26:57.407 INFO O| Dec 20 23:26:57.406 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
95022024-12-20T23:26:58.721Z[ host-image] Dec 20 23:26:57.407 INFO O| Dec 20 23:26:57.406 INFO ok!
95032024-12-20T23:26:58.721Z[ host-image] Dec 20 23:26:57.407 INFO O| Dec 20 23:26:57.407 INFO STEP 66 (ensure_file) COMPLETE
95042024-12-20T23:26:58.722Z[ host-image] Dec 20 23:26:57.407 INFO O| Dec 20 23:26:57.407 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95052024-12-20T23:26:58.722Z[ host-image] Dec 20 23:26:57.417 INFO O| Dec 20 23:26:57.417 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
95062024-12-20T23:26:58.722Z[ host-image] Dec 20 23:26:57.417 INFO O| Dec 20 23:26:57.417 INFO copying /tmp/.tmp8ONQdI/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
95072024-12-20T23:26:58.722Z[ host-image] Dec 20 23:26:57.417 INFO O| Dec 20 23:26:57.417 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
95082024-12-20T23:26:58.722Z[ host-image] Dec 20 23:26:57.417 INFO O| Dec 20 23:26:57.417 INFO ok!
95092024-12-20T23:26:58.722Z[ host-image] Dec 20 23:26:57.417 INFO O| Dec 20 23:26:57.417 INFO STEP 67 (ensure_file) COMPLETE
95102024-12-20T23:26:58.722Z[ host-image] Dec 20 23:26:57.417 INFO O| Dec 20 23:26:57.417 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95112024-12-20T23:26:58.722Z[ host-image] Dec 20 23:26:57.432 INFO O| Dec 20 23:26:57.432 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
95122024-12-20T23:26:58.722Z[ host-image] Dec 20 23:26:57.432 INFO O| Dec 20 23:26:57.432 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
95132024-12-20T23:26:58.722Z[ host-image] Dec 20 23:26:57.432 INFO O| Dec 20 23:26:57.432 INFO STEP 68 (ensure_dir) COMPLETE
95142024-12-20T23:26:58.722Z[ host-image] Dec 20 23:26:57.432 INFO O| Dec 20 23:26:57.432 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95152024-12-20T23:26:58.733Z[ host-image] Dec 20 23:26:57.446 INFO O| Dec 20 23:26:57.446 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
95162024-12-20T23:26:58.733Z[ host-image] Dec 20 23:26:57.446 INFO O| Dec 20 23:26:57.446 INFO copying /tmp/.tmp8ONQdI/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
95172024-12-20T23:27:02.988Z[ host-image] Dec 20 23:26:58.744 INFO O| Dec 20 23:26:58.744 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
95182024-12-20T23:27:02.988Z[ host-image] Dec 20 23:26:58.744 INFO O| Dec 20 23:26:58.744 INFO ok!
95192024-12-20T23:27:03.057Z[ host-image] Dec 20 23:26:58.744 INFO O| Dec 20 23:26:58.744 INFO STEP 69 (ensure_file) COMPLETE
95202024-12-20T23:27:03.057Z[ host-image] Dec 20 23:26:58.744 INFO O| Dec 20 23:26:58.744 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95212024-12-20T23:27:03.057Z[ host-image] Dec 20 23:26:58.759 INFO O| Dec 20 23:26:58.759 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
95222024-12-20T23:27:03.057Z[ host-image] Dec 20 23:26:58.759 INFO O| Dec 20 23:26:58.759 INFO copying /tmp/.tmp8ONQdI/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
95232024-12-20T23:27:03.057Z[ host-image] Dec 20 23:27:00.566 INFO O| Dec 20 23:27:00.566 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
95242024-12-20T23:27:03.057Z[ host-image] Dec 20 23:27:00.566 INFO O| Dec 20 23:27:00.566 INFO ok!
95252024-12-20T23:27:03.057Z[ host-image] Dec 20 23:27:00.567 INFO O| Dec 20 23:27:00.566 INFO STEP 70 (ensure_file) COMPLETE
95262024-12-20T23:27:03.057Z[ host-image] Dec 20 23:27:00.567 INFO O| Dec 20 23:27:00.566 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95272024-12-20T23:27:03.057Z[ host-image] Dec 20 23:27:00.583 INFO O| Dec 20 23:27:00.583 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
95282024-12-20T23:27:03.057Z[ host-image] Dec 20 23:27:00.583 INFO O| Dec 20 23:27:00.583 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
95292024-12-20T23:27:03.057Z[ host-image] Dec 20 23:27:00.583 INFO O| Dec 20 23:27:00.583 INFO STEP 71 (ensure_dir) COMPLETE
95302024-12-20T23:27:03.057Z[ host-image] Dec 20 23:27:00.583 INFO O| Dec 20 23:27:00.583 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95312024-12-20T23:27:03.057Z[ host-image] Dec 20 23:27:00.597 INFO O| Dec 20 23:27:00.597 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
95322024-12-20T23:27:03.057Z[ host-image] Dec 20 23:27:00.597 INFO O| Dec 20 23:27:00.597 INFO copying /tmp/.tmp8ONQdI/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 ...
95332024-12-20T23:27:03.057Z[ host-image] Dec 20 23:27:00.598 INFO O| Dec 20 23:27:00.598 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
95342024-12-20T23:27:03.057Z[ host-image] Dec 20 23:27:00.598 INFO O| Dec 20 23:27:00.598 INFO ok!
95352024-12-20T23:27:03.057Z[ host-image] Dec 20 23:27:00.598 INFO O| Dec 20 23:27:00.598 INFO STEP 72 (ensure_file) COMPLETE
95362024-12-20T23:27:03.057Z[ host-image] Dec 20 23:27:00.598 INFO O| Dec 20 23:27:00.598 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95372024-12-20T23:27:03.057Z[ host-image] Dec 20 23:27:00.610 INFO O| Dec 20 23:27:00.610 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
95382024-12-20T23:27:03.057Z[ host-image] Dec 20 23:27:00.610 INFO O| Dec 20 23:27:00.610 INFO copying /tmp/.tmp8ONQdI/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 ...
95392024-12-20T23:27:03.057Z[ host-image] Dec 20 23:27:00.610 INFO O| Dec 20 23:27:00.610 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
95402024-12-20T23:27:03.057Z[ host-image] Dec 20 23:27:00.610 INFO O| Dec 20 23:27:00.610 INFO ok!
95412024-12-20T23:27:03.057Z[ host-image] Dec 20 23:27:00.610 INFO O| Dec 20 23:27:00.610 INFO STEP 73 (ensure_file) COMPLETE
95422024-12-20T23:27:03.057Z[ host-image] Dec 20 23:27:00.610 INFO O| Dec 20 23:27:00.610 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95432024-12-20T23:27:03.057Z[ host-image] Dec 20 23:27:00.621 INFO O| Dec 20 23:27:00.621 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
95442024-12-20T23:27:03.058Z[ host-image] Dec 20 23:27:00.621 INFO O| Dec 20 23:27:00.621 INFO copying /tmp/.tmp8ONQdI/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
95452024-12-20T23:27:03.058Z[ host-image] Dec 20 23:27:00.621 INFO O| Dec 20 23:27:00.621 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
95462024-12-20T23:27:03.058Z[ host-image] Dec 20 23:27:00.621 INFO O| Dec 20 23:27:00.621 INFO ok!
95472024-12-20T23:27:03.058Z[ host-image] Dec 20 23:27:00.621 INFO O| Dec 20 23:27:00.621 INFO STEP 74 (ensure_file) COMPLETE
95482024-12-20T23:27:03.058Z[ host-image] Dec 20 23:27:00.621 INFO O| Dec 20 23:27:00.621 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95492024-12-20T23:27:03.058Z[ host-image] Dec 20 23:27:00.635 INFO O| Dec 20 23:27:00.634 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
95502024-12-20T23:27:03.058Z[ host-image] Dec 20 23:27:00.635 INFO O| Dec 20 23:27:00.635 INFO copying /tmp/.tmp8ONQdI/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
95512024-12-20T23:27:03.058Z[ host-image] Dec 20 23:27:00.635 INFO O| Dec 20 23:27:00.635 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
95522024-12-20T23:27:03.058Z[ host-image] Dec 20 23:27:00.635 INFO O| Dec 20 23:27:00.635 INFO ok!
95532024-12-20T23:27:03.058Z[ host-image] Dec 20 23:27:00.635 INFO O| Dec 20 23:27:00.635 INFO STEP 75 (ensure_file) COMPLETE
95542024-12-20T23:27:03.058Z[ host-image] Dec 20 23:27:00.635 INFO O| Dec 20 23:27:00.635 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95552024-12-20T23:27:03.058Z[ host-image] Dec 20 23:27:00.648 INFO O| Dec 20 23:27:00.648 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
95562024-12-20T23:27:03.058Z[ host-image] Dec 20 23:27:00.648 INFO O| Dec 20 23:27:00.648 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
95572024-12-20T23:27:03.058Z[ host-image] Dec 20 23:27:00.648 INFO O| Dec 20 23:27:00.648 INFO STEP 76 (ensure_dir) COMPLETE
95582024-12-20T23:27:03.058Z[ host-image] Dec 20 23:27:00.648 INFO O| Dec 20 23:27:00.648 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95592024-12-20T23:27:03.058Z[ host-image] Dec 20 23:27:00.660 INFO O| Dec 20 23:27:00.660 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
95602024-12-20T23:27:03.058Z[ host-image] Dec 20 23:27:00.661 INFO O| Dec 20 23:27:00.660 INFO copying /tmp/.tmp8ONQdI/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
95612024-12-20T23:27:03.058Z[ host-image] Dec 20 23:27:00.663 INFO O| Dec 20 23:27:00.663 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
95622024-12-20T23:27:03.058Z[ host-image] Dec 20 23:27:00.663 INFO O| Dec 20 23:27:00.663 INFO ok!
95632024-12-20T23:27:03.058Z[ host-image] Dec 20 23:27:00.663 INFO O| Dec 20 23:27:00.663 INFO STEP 77 (ensure_file) COMPLETE
95642024-12-20T23:27:03.058Z[ host-image] Dec 20 23:27:00.663 INFO O| Dec 20 23:27:00.663 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95652024-12-20T23:27:03.058Z[ host-image] Dec 20 23:27:00.674 INFO O| Dec 20 23:27:00.674 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
95662024-12-20T23:27:03.058Z[ host-image] Dec 20 23:27:00.674 INFO O| Dec 20 23:27:00.674 INFO copying /tmp/.tmp8ONQdI/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
95672024-12-20T23:27:03.058Z[ host-image] Dec 20 23:27:00.674 INFO O| Dec 20 23:27:00.674 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
95682024-12-20T23:27:03.058Z[ host-image] Dec 20 23:27:00.674 INFO O| Dec 20 23:27:00.674 INFO ok!
95692024-12-20T23:27:03.058Z[ host-image] Dec 20 23:27:00.674 INFO O| Dec 20 23:27:00.674 INFO STEP 78 (ensure_file) COMPLETE
95702024-12-20T23:27:03.058Z[ host-image] Dec 20 23:27:00.674 INFO O| Dec 20 23:27:00.674 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95712024-12-20T23:27:03.058Z[ host-image] Dec 20 23:27:00.687 INFO O| Dec 20 23:27:00.687 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
95722024-12-20T23:27:03.058Z[ host-image] Dec 20 23:27:00.687 INFO O| Dec 20 23:27:00.687 INFO copying /tmp/.tmp8ONQdI/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
95732024-12-20T23:27:03.058Z[ host-image] Dec 20 23:27:01.687 INFO O| Dec 20 23:27:01.687 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
95742024-12-20T23:27:03.058Z[ host-image] Dec 20 23:27:01.687 INFO O| Dec 20 23:27:01.687 INFO ok!
95752024-12-20T23:27:03.058Z[ host-image] Dec 20 23:27:01.687 INFO O| Dec 20 23:27:01.687 INFO STEP 79 (ensure_file) COMPLETE
95762024-12-20T23:27:03.058Z[ host-image] Dec 20 23:27:01.687 INFO O| Dec 20 23:27:01.687 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95772024-12-20T23:27:03.058Z[ host-image] Dec 20 23:27:01.703 INFO O| Dec 20 23:27:01.703 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
95782024-12-20T23:27:03.058Z[ host-image] Dec 20 23:27:01.703 INFO O| Dec 20 23:27:01.703 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
95792024-12-20T23:27:03.058Z[ host-image] Dec 20 23:27:01.703 INFO O| Dec 20 23:27:01.703 INFO STEP 80 (ensure_dir) COMPLETE
95802024-12-20T23:27:03.059Z[ host-image] Dec 20 23:27:01.703 INFO O| Dec 20 23:27:01.703 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95812024-12-20T23:27:03.081Z[ host-image] Dec 20 23:27:01.716 INFO O| Dec 20 23:27:01.716 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
95822024-12-20T23:27:03.081Z[ host-image] Dec 20 23:27:01.717 INFO O| Dec 20 23:27:01.716 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
95832024-12-20T23:27:03.081Z[ host-image] Dec 20 23:27:01.717 INFO O| Dec 20 23:27:01.717 INFO STEP 81 (ensure_dir) COMPLETE
95842024-12-20T23:27:03.081Z[ host-image] Dec 20 23:27:01.717 INFO O| Dec 20 23:27:01.717 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95852024-12-20T23:27:03.081Z[ host-image] Dec 20 23:27:01.729 INFO O| Dec 20 23:27:01.729 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
95862024-12-20T23:27:03.081Z[ host-image] Dec 20 23:27:01.729 INFO O| Dec 20 23:27:01.729 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
95872024-12-20T23:27:03.082Z[ host-image] Dec 20 23:27:01.730 INFO O| Dec 20 23:27:01.729 INFO STEP 82 (ensure_dir) COMPLETE
95882024-12-20T23:27:03.082Z[ host-image] Dec 20 23:27:01.730 INFO O| Dec 20 23:27:01.730 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95892024-12-20T23:27:03.082Z[ host-image] Dec 20 23:27:01.741 INFO O| Dec 20 23:27:01.741 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
95902024-12-20T23:27:03.082Z[ host-image] Dec 20 23:27:01.741 INFO O| Dec 20 23:27:01.741 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
95912024-12-20T23:27:03.082Z[ host-image] Dec 20 23:27:01.741 INFO O| Dec 20 23:27:01.741 INFO STEP 83 (ensure_dir) COMPLETE
95922024-12-20T23:27:03.082Z[ host-image] Dec 20 23:27:01.741 INFO O| Dec 20 23:27:01.741 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95932024-12-20T23:27:03.082Z[ host-image] Dec 20 23:27:01.751 INFO O| Dec 20 23:27:01.751 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
95942024-12-20T23:27:03.082Z[ host-image] Dec 20 23:27:01.751 INFO O| Dec 20 23:27:01.751 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
95952024-12-20T23:27:03.082Z[ host-image] Dec 20 23:27:01.751 INFO O| Dec 20 23:27:01.751 INFO STEP 84 (ensure_dir) COMPLETE
95962024-12-20T23:27:03.082Z[ host-image] Dec 20 23:27:01.751 INFO O| Dec 20 23:27:01.751 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95972024-12-20T23:27:03.082Z[ host-image] Dec 20 23:27:01.762 INFO O| Dec 20 23:27:01.761 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
95982024-12-20T23:27:03.082Z[ host-image] Dec 20 23:27:01.762 INFO O| Dec 20 23:27:01.762 INFO copying /tmp/.tmp8ONQdI/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 ...
95992024-12-20T23:27:03.082Z[ host-image] Dec 20 23:27:01.762 INFO O| Dec 20 23:27:01.762 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
96002024-12-20T23:27:03.082Z[ host-image] Dec 20 23:27:01.762 INFO O| Dec 20 23:27:01.762 INFO ok!
96012024-12-20T23:27:03.082Z[ host-image] Dec 20 23:27:01.762 INFO O| Dec 20 23:27:01.762 INFO STEP 85 (ensure_file) COMPLETE
96022024-12-20T23:27:03.082Z[ host-image] Dec 20 23:27:01.762 INFO O| Dec 20 23:27:01.762 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96032024-12-20T23:27:03.082Z[ host-image] Dec 20 23:27:01.772 INFO O| Dec 20 23:27:01.772 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
96042024-12-20T23:27:03.082Z[ host-image] Dec 20 23:27:01.772 INFO O| Dec 20 23:27:01.772 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
96052024-12-20T23:27:03.082Z[ host-image] Dec 20 23:27:01.772 INFO O| Dec 20 23:27:01.772 INFO STEP 86 (ensure_dir) COMPLETE
96062024-12-20T23:27:03.082Z[ host-image] Dec 20 23:27:01.772 INFO O| Dec 20 23:27:01.772 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96072024-12-20T23:27:03.082Z[ host-image] Dec 20 23:27:01.782 INFO O| Dec 20 23:27:01.782 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
96082024-12-20T23:27:03.082Z[ host-image] Dec 20 23:27:01.782 INFO O| Dec 20 23:27:01.782 INFO copying /tmp/.tmp8ONQdI/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
96092024-12-20T23:27:03.082Z[ host-image] Dec 20 23:27:01.782 INFO O| Dec 20 23:27:01.782 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
96102024-12-20T23:27:03.082Z[ host-image] Dec 20 23:27:01.782 INFO O| Dec 20 23:27:01.782 INFO ok!
96112024-12-20T23:27:03.082Z[ host-image] Dec 20 23:27:01.782 INFO O| Dec 20 23:27:01.782 INFO STEP 87 (ensure_file) COMPLETE
96122024-12-20T23:27:03.082Z[ host-image] Dec 20 23:27:01.782 INFO O| Dec 20 23:27:01.782 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96132024-12-20T23:27:03.103Z[ host-image] Dec 20 23:27:01.793 INFO O| Dec 20 23:27:01.793 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
96142024-12-20T23:27:03.103Z[ host-image] Dec 20 23:27:01.793 INFO O| Dec 20 23:27:01.793 INFO copying /tmp/.tmp8ONQdI/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
96152024-12-20T23:27:03.438Z[ host-image] Dec 20 23:27:02.155 INFO O| Dec 20 23:27:02.155 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
96162024-12-20T23:27:03.438Z[ host-image] Dec 20 23:27:02.155 INFO O| Dec 20 23:27:02.155 INFO ok!
96172024-12-20T23:27:03.438Z[ host-image] Dec 20 23:27:02.155 INFO O| Dec 20 23:27:02.155 INFO STEP 88 (ensure_file) COMPLETE
96182024-12-20T23:27:03.442Z[ host-image] Dec 20 23:27:02.155 INFO O| Dec 20 23:27:02.155 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96192024-12-20T23:27:03.451Z[ host-image] Dec 20 23:27:02.168 INFO O| Dec 20 23:27:02.168 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
96202024-12-20T23:27:03.451Z[ host-image] Dec 20 23:27:02.168 INFO O| Dec 20 23:27:02.168 INFO copying /tmp/.tmp8ONQdI/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
96212024-12-20T23:27:04.032Z[ host-image] Dec 20 23:27:02.747 INFO O| Dec 20 23:27:02.747 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
96222024-12-20T23:27:04.032Z[ host-image] Dec 20 23:27:02.747 INFO O| Dec 20 23:27:02.747 INFO ok!
96232024-12-20T23:27:04.039Z[ host-image] Dec 20 23:27:02.747 INFO O| Dec 20 23:27:02.747 INFO STEP 89 (ensure_file) COMPLETE
96242024-12-20T23:27:04.039Z[ host-image] Dec 20 23:27:02.747 INFO O| Dec 20 23:27:02.747 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96252024-12-20T23:27:04.043Z[ host-image] Dec 20 23:27:02.760 INFO O| Dec 20 23:27:02.760 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
96262024-12-20T23:27:04.043Z[ host-image] Dec 20 23:27:02.760 INFO O| Dec 20 23:27:02.760 INFO copying /tmp/.tmp8ONQdI/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
96272024-12-20T23:27:04.046Z[ host-image] Dec 20 23:27:02.760 INFO O| Dec 20 23:27:02.760 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
96282024-12-20T23:27:04.046Z[ host-image] Dec 20 23:27:02.760 INFO O| Dec 20 23:27:02.760 INFO ok!
96292024-12-20T23:27:04.046Z[ host-image] Dec 20 23:27:02.760 INFO O| Dec 20 23:27:02.760 INFO STEP 90 (ensure_file) COMPLETE
96302024-12-20T23:27:04.047Z[ host-image] Dec 20 23:27:02.760 INFO O| Dec 20 23:27:02.760 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96312024-12-20T23:27:04.056Z[ host-image] Dec 20 23:27:02.772 INFO O| Dec 20 23:27:02.772 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
96322024-12-20T23:27:04.056Z[ host-image] Dec 20 23:27:02.772 INFO O| Dec 20 23:27:02.772 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
96332024-12-20T23:27:04.062Z[ host-image] Dec 20 23:27:02.772 INFO O| Dec 20 23:27:02.772 INFO STEP 91 (ensure_dir) COMPLETE
96342024-12-20T23:27:04.063Z[ host-image] Dec 20 23:27:02.772 INFO O| Dec 20 23:27:02.772 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96352024-12-20T23:27:04.066Z[ host-image] Dec 20 23:27:02.782 INFO O| Dec 20 23:27:02.782 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
96362024-12-20T23:27:04.066Z[ host-image] Dec 20 23:27:02.783 INFO O| Dec 20 23:27:02.782 INFO copying /tmp/.tmp8ONQdI/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 ...
96372024-12-20T23:27:04.066Z[ host-image] Dec 20 23:27:02.783 INFO O| Dec 20 23:27:02.783 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
96382024-12-20T23:27:04.066Z[ host-image] Dec 20 23:27:02.783 INFO O| Dec 20 23:27:02.783 INFO ok!
96392024-12-20T23:27:04.066Z[ host-image] Dec 20 23:27:02.783 INFO O| Dec 20 23:27:02.783 INFO STEP 92 (ensure_file) COMPLETE
96402024-12-20T23:27:04.067Z[ host-image] Dec 20 23:27:02.783 INFO O| Dec 20 23:27:02.783 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96412024-12-20T23:27:04.079Z[ host-image] Dec 20 23:27:02.793 INFO O| Dec 20 23:27:02.793 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
96422024-12-20T23:27:04.079Z[ host-image] Dec 20 23:27:02.793 INFO O| Dec 20 23:27:02.793 INFO copying /tmp/.tmp8ONQdI/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 ...
96432024-12-20T23:27:04.079Z[ host-image] Dec 20 23:27:02.793 INFO O| Dec 20 23:27:02.793 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
96442024-12-20T23:27:04.082Z[ host-image] Dec 20 23:27:02.793 INFO O| Dec 20 23:27:02.793 INFO ok!
96452024-12-20T23:27:04.082Z[ host-image] Dec 20 23:27:02.793 INFO O| Dec 20 23:27:02.793 INFO STEP 93 (ensure_file) COMPLETE
96462024-12-20T23:27:04.083Z[ host-image] Dec 20 23:27:02.793 INFO O| Dec 20 23:27:02.793 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96472024-12-20T23:27:04.091Z[ host-image] Dec 20 23:27:02.804 INFO O| Dec 20 23:27:02.804 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
96482024-12-20T23:27:04.091Z[ host-image] Dec 20 23:27:02.804 INFO O| Dec 20 23:27:02.804 INFO copying /tmp/.tmp8ONQdI/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 ...
96492024-12-20T23:27:04.091Z[ host-image] Dec 20 23:27:02.804 INFO O| Dec 20 23:27:02.804 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
96502024-12-20T23:27:04.103Z[ host-image] Dec 20 23:27:02.804 INFO O| Dec 20 23:27:02.804 INFO ok!
96512024-12-20T23:27:04.103Z[ host-image] Dec 20 23:27:02.804 INFO O| Dec 20 23:27:02.804 INFO STEP 94 (ensure_file) COMPLETE
96522024-12-20T23:27:04.103Z[ host-image] Dec 20 23:27:02.804 INFO O| Dec 20 23:27:02.804 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96532024-12-20T23:27:04.107Z[ host-image] Dec 20 23:27:02.815 INFO O| Dec 20 23:27:02.815 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
96542024-12-20T23:27:04.107Z[ host-image] Dec 20 23:27:02.815 INFO O| Dec 20 23:27:02.815 INFO copying /tmp/.tmp8ONQdI/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 ...
96552024-12-20T23:27:04.107Z[ host-image] Dec 20 23:27:02.815 INFO O| Dec 20 23:27:02.815 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
96562024-12-20T23:27:04.107Z[ host-image] Dec 20 23:27:02.815 INFO O| Dec 20 23:27:02.815 INFO ok!
96572024-12-20T23:27:04.107Z[ host-image] Dec 20 23:27:02.815 INFO O| Dec 20 23:27:02.815 INFO STEP 95 (ensure_file) COMPLETE
96582024-12-20T23:27:04.107Z[ host-image] Dec 20 23:27:02.815 INFO O| Dec 20 23:27:02.815 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96592024-12-20T23:27:04.111Z[ host-image] Dec 20 23:27:02.826 INFO O| Dec 20 23:27:02.826 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
96602024-12-20T23:27:04.111Z[ host-image] Dec 20 23:27:02.826 INFO O| Dec 20 23:27:02.826 INFO copying /tmp/.tmp8ONQdI/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 ...
96612024-12-20T23:27:04.111Z[ host-image] Dec 20 23:27:02.826 INFO O| Dec 20 23:27:02.826 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
96622024-12-20T23:27:04.111Z[ host-image] Dec 20 23:27:02.826 INFO O| Dec 20 23:27:02.826 INFO ok!
96632024-12-20T23:27:04.111Z[ host-image] Dec 20 23:27:02.826 INFO O| Dec 20 23:27:02.826 INFO STEP 96 (ensure_file) COMPLETE
96642024-12-20T23:27:04.111Z[ host-image] Dec 20 23:27:02.826 INFO O| Dec 20 23:27:02.826 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96652024-12-20T23:27:04.120Z[ host-image] Dec 20 23:27:02.837 INFO O| Dec 20 23:27:02.837 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
96662024-12-20T23:27:04.120Z[ host-image] Dec 20 23:27:02.837 INFO O| Dec 20 23:27:02.837 INFO copying /tmp/.tmp8ONQdI/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
96672024-12-20T23:27:04.127Z[ host-image] Dec 20 23:27:02.837 INFO O| Dec 20 23:27:02.837 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
96682024-12-20T23:27:04.128Z[ host-image] Dec 20 23:27:02.837 INFO O| Dec 20 23:27:02.837 INFO ok!
96692024-12-20T23:27:04.128Z[ host-image] Dec 20 23:27:02.837 INFO O| Dec 20 23:27:02.837 INFO STEP 97 (ensure_file) COMPLETE
96702024-12-20T23:27:04.128Z[ host-image] Dec 20 23:27:02.837 INFO O| Dec 20 23:27:02.837 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96712024-12-20T23:27:04.133Z[ host-image] Dec 20 23:27:02.848 INFO O| Dec 20 23:27:02.848 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
96722024-12-20T23:27:04.133Z[ host-image] Dec 20 23:27:02.848 INFO O| Dec 20 23:27:02.848 INFO copying /tmp/.tmp8ONQdI/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 ...
96732024-12-20T23:27:04.133Z[ host-image] Dec 20 23:27:02.848 INFO O| Dec 20 23:27:02.848 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
96742024-12-20T23:27:04.133Z[ host-image] Dec 20 23:27:02.848 INFO O| Dec 20 23:27:02.848 INFO ok!
96752024-12-20T23:27:04.134Z[ host-image] Dec 20 23:27:02.848 INFO O| Dec 20 23:27:02.848 INFO STEP 98 (ensure_file) COMPLETE
96762024-12-20T23:27:04.134Z[ host-image] Dec 20 23:27:02.848 INFO O| Dec 20 23:27:02.848 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96772024-12-20T23:27:04.141Z[ host-image] Dec 20 23:27:02.858 INFO O| Dec 20 23:27:02.858 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
96782024-12-20T23:27:04.141Z[ host-image] Dec 20 23:27:02.858 INFO O| Dec 20 23:27:02.858 INFO copying /tmp/.tmp8ONQdI/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 ...
96792024-12-20T23:27:04.144Z[ host-image] Dec 20 23:27:02.858 INFO O| Dec 20 23:27:02.858 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
96802024-12-20T23:27:04.144Z[ host-image] Dec 20 23:27:02.858 INFO O| Dec 20 23:27:02.858 INFO ok!
96812024-12-20T23:27:04.144Z[ host-image] Dec 20 23:27:02.858 INFO O| Dec 20 23:27:02.858 INFO STEP 99 (ensure_file) COMPLETE
96822024-12-20T23:27:04.144Z[ host-image] Dec 20 23:27:02.858 INFO O| Dec 20 23:27:02.858 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96832024-12-20T23:27:04.151Z[ host-image] Dec 20 23:27:02.869 INFO O| Dec 20 23:27:02.868 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
96842024-12-20T23:27:04.151Z[ host-image] Dec 20 23:27:02.869 INFO O| Dec 20 23:27:02.868 INFO copying /tmp/.tmp8ONQdI/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 ...
96852024-12-20T23:27:04.156Z[ host-image] Dec 20 23:27:02.869 INFO O| Dec 20 23:27:02.869 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
96862024-12-20T23:27:04.156Z[ host-image] Dec 20 23:27:02.869 INFO O| Dec 20 23:27:02.869 INFO ok!
96872024-12-20T23:27:04.156Z[ host-image] Dec 20 23:27:02.869 INFO O| Dec 20 23:27:02.869 INFO STEP 100 (ensure_file) COMPLETE
96882024-12-20T23:27:04.156Z[ host-image] Dec 20 23:27:02.869 INFO O| Dec 20 23:27:02.869 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96892024-12-20T23:27:04.164Z[ host-image] Dec 20 23:27:02.879 INFO O| Dec 20 23:27:02.879 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
96902024-12-20T23:27:04.164Z[ host-image] Dec 20 23:27:02.879 INFO O| Dec 20 23:27:02.879 INFO copying /tmp/.tmp8ONQdI/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
96912024-12-20T23:27:04.170Z[ host-image] Dec 20 23:27:02.879 INFO O| Dec 20 23:27:02.879 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
96922024-12-20T23:27:04.170Z[ host-image] Dec 20 23:27:02.879 INFO O| Dec 20 23:27:02.879 INFO ok!
96932024-12-20T23:27:04.170Z[ host-image] Dec 20 23:27:02.879 INFO O| Dec 20 23:27:02.879 INFO STEP 101 (ensure_file) COMPLETE
96942024-12-20T23:27:04.170Z[ host-image] Dec 20 23:27:02.880 INFO O| Dec 20 23:27:02.879 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96952024-12-20T23:27:04.173Z[ host-image] Dec 20 23:27:02.890 INFO O| Dec 20 23:27:02.890 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
96962024-12-20T23:27:04.174Z[ host-image] Dec 20 23:27:02.890 INFO O| Dec 20 23:27:02.890 INFO copying /tmp/.tmp8ONQdI/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 ...
96972024-12-20T23:27:04.174Z[ host-image] Dec 20 23:27:02.890 INFO O| Dec 20 23:27:02.890 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
96982024-12-20T23:27:04.174Z[ host-image] Dec 20 23:27:02.890 INFO O| Dec 20 23:27:02.890 INFO ok!
96992024-12-20T23:27:04.174Z[ host-image] Dec 20 23:27:02.890 INFO O| Dec 20 23:27:02.890 INFO STEP 102 (ensure_file) COMPLETE
97002024-12-20T23:27:04.174Z[ host-image] Dec 20 23:27:02.890 INFO O| Dec 20 23:27:02.890 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97012024-12-20T23:27:04.185Z[ host-image] Dec 20 23:27:02.900 INFO O| Dec 20 23:27:02.900 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
97022024-12-20T23:27:04.185Z[ host-image] Dec 20 23:27:02.900 INFO O| Dec 20 23:27:02.900 INFO copying /tmp/.tmp8ONQdI/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 ...
97032024-12-20T23:27:04.189Z[ host-image] Dec 20 23:27:02.900 INFO O| Dec 20 23:27:02.900 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
97042024-12-20T23:27:04.189Z[ host-image] Dec 20 23:27:02.900 INFO O| Dec 20 23:27:02.900 INFO ok!
97052024-12-20T23:27:04.189Z[ host-image] Dec 20 23:27:02.900 INFO O| Dec 20 23:27:02.900 INFO STEP 103 (ensure_file) COMPLETE
97062024-12-20T23:27:04.189Z[ host-image] Dec 20 23:27:02.900 INFO O| Dec 20 23:27:02.900 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97072024-12-20T23:27:04.194Z[ host-image] Dec 20 23:27:02.911 INFO O| Dec 20 23:27:02.911 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
97082024-12-20T23:27:04.194Z[ host-image] Dec 20 23:27:02.911 INFO O| Dec 20 23:27:02.911 INFO copying /tmp/.tmp8ONQdI/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 ...
97092024-12-20T23:27:04.198Z[ host-image] Dec 20 23:27:02.911 INFO O| Dec 20 23:27:02.911 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
97102024-12-20T23:27:04.198Z[ host-image] Dec 20 23:27:02.911 INFO O| Dec 20 23:27:02.911 INFO ok!
97112024-12-20T23:27:04.199Z[ host-image] Dec 20 23:27:02.911 INFO O| Dec 20 23:27:02.911 INFO STEP 104 (ensure_file) COMPLETE
97122024-12-20T23:27:04.199Z[ host-image] Dec 20 23:27:02.911 INFO O| Dec 20 23:27:02.911 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97132024-12-20T23:27:04.204Z[ host-image] Dec 20 23:27:02.921 INFO O| Dec 20 23:27:02.921 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
97142024-12-20T23:27:04.204Z[ host-image] Dec 20 23:27:02.921 INFO O| Dec 20 23:27:02.921 INFO copying /tmp/.tmp8ONQdI/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 ...
97152024-12-20T23:27:04.204Z[ host-image] Dec 20 23:27:02.921 INFO O| Dec 20 23:27:02.921 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
97162024-12-20T23:27:04.204Z[ host-image] Dec 20 23:27:02.921 INFO O| Dec 20 23:27:02.921 INFO ok!
97172024-12-20T23:27:04.207Z[ host-image] Dec 20 23:27:02.921 INFO O| Dec 20 23:27:02.921 INFO STEP 105 (ensure_file) COMPLETE
97182024-12-20T23:27:04.207Z[ host-image] Dec 20 23:27:02.921 INFO O| Dec 20 23:27:02.921 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97192024-12-20T23:27:04.217Z[ host-image] Dec 20 23:27:02.934 INFO O| Dec 20 23:27:02.934 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
97202024-12-20T23:27:04.217Z[ host-image] Dec 20 23:27:02.934 INFO O| Dec 20 23:27:02.934 INFO copying /tmp/.tmp8ONQdI/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 ...
97212024-12-20T23:27:04.217Z[ host-image] Dec 20 23:27:02.934 INFO O| Dec 20 23:27:02.934 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
97222024-12-20T23:27:04.217Z[ host-image] Dec 20 23:27:02.934 INFO O| Dec 20 23:27:02.934 INFO ok!
97232024-12-20T23:27:04.220Z[ host-image] Dec 20 23:27:02.934 INFO O| Dec 20 23:27:02.934 INFO STEP 106 (ensure_file) COMPLETE
97242024-12-20T23:27:04.220Z[ host-image] Dec 20 23:27:02.934 INFO O| Dec 20 23:27:02.934 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97252024-12-20T23:27:04.230Z[ host-image] Dec 20 23:27:02.947 INFO O| Dec 20 23:27:02.947 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
97262024-12-20T23:27:04.230Z[ host-image] Dec 20 23:27:02.947 INFO O| Dec 20 23:27:02.947 INFO copying /tmp/.tmp8ONQdI/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 ...
97272024-12-20T23:27:04.235Z[ host-image] Dec 20 23:27:02.948 INFO O| Dec 20 23:27:02.947 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
97282024-12-20T23:27:04.235Z[ host-image] Dec 20 23:27:02.948 INFO O| Dec 20 23:27:02.947 INFO ok!
97292024-12-20T23:27:04.235Z[ host-image] Dec 20 23:27:02.948 INFO O| Dec 20 23:27:02.948 INFO STEP 107 (ensure_file) COMPLETE
97302024-12-20T23:27:04.235Z[ host-image] Dec 20 23:27:02.948 INFO O| Dec 20 23:27:02.948 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97312024-12-20T23:27:04.242Z[ host-image] Dec 20 23:27:02.958 INFO O| Dec 20 23:27:02.958 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
97322024-12-20T23:27:04.242Z[ host-image] Dec 20 23:27:02.958 INFO O| Dec 20 23:27:02.958 INFO copying /tmp/.tmp8ONQdI/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 ...
97332024-12-20T23:27:04.246Z[ host-image] Dec 20 23:27:02.958 INFO O| Dec 20 23:27:02.958 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
97342024-12-20T23:27:04.246Z[ host-image] Dec 20 23:27:02.958 INFO O| Dec 20 23:27:02.958 INFO ok!
97352024-12-20T23:27:04.247Z[ host-image] Dec 20 23:27:02.958 INFO O| Dec 20 23:27:02.958 INFO STEP 108 (ensure_file) COMPLETE
97362024-12-20T23:27:04.247Z[ host-image] Dec 20 23:27:02.958 INFO O| Dec 20 23:27:02.958 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97372024-12-20T23:27:04.252Z[ host-image] Dec 20 23:27:02.969 INFO O| Dec 20 23:27:02.969 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
97382024-12-20T23:27:04.252Z[ host-image] Dec 20 23:27:02.969 INFO O| Dec 20 23:27:02.969 INFO copying /tmp/.tmp8ONQdI/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 ...
97392024-12-20T23:27:04.252Z[ host-image] Dec 20 23:27:02.969 INFO O| Dec 20 23:27:02.969 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
97402024-12-20T23:27:04.257Z[ host-image] Dec 20 23:27:02.969 INFO O| Dec 20 23:27:02.969 INFO ok!
97412024-12-20T23:27:04.257Z[ host-image] Dec 20 23:27:02.969 INFO O| Dec 20 23:27:02.969 INFO STEP 109 (ensure_file) COMPLETE
97422024-12-20T23:27:04.257Z[ host-image] Dec 20 23:27:02.969 INFO O| Dec 20 23:27:02.969 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97432024-12-20T23:27:04.263Z[ host-image] Dec 20 23:27:02.980 INFO O| Dec 20 23:27:02.980 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
97442024-12-20T23:27:04.266Z[ host-image] Dec 20 23:27:02.980 INFO O| Dec 20 23:27:02.980 INFO copying /tmp/.tmp8ONQdI/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 ...
97452024-12-20T23:27:04.266Z[ host-image] Dec 20 23:27:02.980 INFO O| Dec 20 23:27:02.980 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
97462024-12-20T23:27:04.266Z[ host-image] Dec 20 23:27:02.980 INFO O| Dec 20 23:27:02.980 INFO ok!
97472024-12-20T23:27:04.266Z[ host-image] Dec 20 23:27:02.980 INFO O| Dec 20 23:27:02.980 INFO STEP 110 (ensure_file) COMPLETE
97482024-12-20T23:27:04.266Z[ host-image] Dec 20 23:27:02.980 INFO O| Dec 20 23:27:02.980 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97492024-12-20T23:27:04.274Z[ host-image] Dec 20 23:27:02.991 INFO O| Dec 20 23:27:02.991 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
97502024-12-20T23:27:04.274Z[ host-image] Dec 20 23:27:02.991 INFO O| Dec 20 23:27:02.991 INFO copying /tmp/.tmp8ONQdI/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 ...
97512024-12-20T23:27:04.274Z[ host-image] Dec 20 23:27:02.991 INFO O| Dec 20 23:27:02.991 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
97522024-12-20T23:27:04.281Z[ host-image] Dec 20 23:27:02.991 INFO O| Dec 20 23:27:02.991 INFO ok!
97532024-12-20T23:27:04.281Z[ host-image] Dec 20 23:27:02.991 INFO O| Dec 20 23:27:02.991 INFO STEP 111 (ensure_file) COMPLETE
97542024-12-20T23:27:04.281Z[ host-image] Dec 20 23:27:02.991 INFO O| Dec 20 23:27:02.991 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97552024-12-20T23:27:04.287Z[ host-image] Dec 20 23:27:03.002 INFO O| Dec 20 23:27:03.002 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
97562024-12-20T23:27:04.287Z[ host-image] Dec 20 23:27:03.002 INFO O| Dec 20 23:27:03.002 INFO copying /tmp/.tmp8ONQdI/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 ...
97572024-12-20T23:27:04.287Z[ host-image] Dec 20 23:27:03.002 INFO O| Dec 20 23:27:03.002 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
97582024-12-20T23:27:04.287Z[ host-image] Dec 20 23:27:03.002 INFO O| Dec 20 23:27:03.002 INFO ok!
97592024-12-20T23:27:04.287Z[ host-image] Dec 20 23:27:03.002 INFO O| Dec 20 23:27:03.002 INFO STEP 112 (ensure_file) COMPLETE
97602024-12-20T23:27:04.287Z[ host-image] Dec 20 23:27:03.002 INFO O| Dec 20 23:27:03.002 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97612024-12-20T23:27:04.298Z[ host-image] Dec 20 23:27:03.015 INFO O| Dec 20 23:27:03.015 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist
97622024-12-20T23:27:04.298Z[ host-image] Dec 20 23:27:03.015 INFO O| Dec 20 23:27:03.015 INFO copying /tmp/.tmp8ONQdI/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 ...
97632024-12-20T23:27:04.302Z[ host-image] Dec 20 23:27:03.015 INFO O| Dec 20 23:27:03.015 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d
97642024-12-20T23:27:04.302Z[ host-image] Dec 20 23:27:03.015 INFO O| Dec 20 23:27:03.015 INFO ok!
97652024-12-20T23:27:04.302Z[ host-image] Dec 20 23:27:03.015 INFO O| Dec 20 23:27:03.015 INFO STEP 113 (ensure_file) COMPLETE
97662024-12-20T23:27:04.302Z[ host-image] Dec 20 23:27:03.015 INFO O| Dec 20 23:27:03.015 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97672024-12-20T23:27:04.311Z[ host-image] Dec 20 23:27:03.028 INFO O| Dec 20 23:27:03.028 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
97682024-12-20T23:27:04.311Z[ host-image] Dec 20 23:27:03.028 INFO O| Dec 20 23:27:03.028 INFO copying /tmp/.tmp8ONQdI/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 ...
97692024-12-20T23:27:04.314Z[ host-image] Dec 20 23:27:03.028 INFO O| Dec 20 23:27:03.028 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
97702024-12-20T23:27:04.314Z[ host-image] Dec 20 23:27:03.028 INFO O| Dec 20 23:27:03.028 INFO ok!
97712024-12-20T23:27:04.314Z[ host-image] Dec 20 23:27:03.028 INFO O| Dec 20 23:27:03.028 INFO STEP 114 (ensure_file) COMPLETE
97722024-12-20T23:27:04.314Z[ host-image] Dec 20 23:27:03.028 INFO O| Dec 20 23:27:03.028 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97732024-12-20T23:27:04.322Z[ host-image] Dec 20 23:27:03.039 INFO O| Dec 20 23:27:03.039 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist
97742024-12-20T23:27:04.322Z[ host-image] Dec 20 23:27:03.039 INFO O| Dec 20 23:27:03.039 INFO copying /tmp/.tmp8ONQdI/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 ...
97752024-12-20T23:27:04.322Z[ host-image] Dec 20 23:27:03.039 INFO O| Dec 20 23:27:03.039 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d
97762024-12-20T23:27:04.322Z[ host-image] Dec 20 23:27:03.039 INFO O| Dec 20 23:27:03.039 INFO ok!
97772024-12-20T23:27:04.325Z[ host-image] Dec 20 23:27:03.039 INFO O| Dec 20 23:27:03.039 INFO STEP 115 (ensure_file) COMPLETE
97782024-12-20T23:27:04.325Z[ host-image] Dec 20 23:27:03.039 INFO O| Dec 20 23:27:03.039 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97792024-12-20T23:27:04.333Z[ host-image] Dec 20 23:27:03.050 INFO O| Dec 20 23:27:03.050 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
97802024-12-20T23:27:04.333Z[ host-image] Dec 20 23:27:03.050 INFO O| Dec 20 23:27:03.050 INFO copying /tmp/.tmp8ONQdI/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 ...
97812024-12-20T23:27:04.335Z[ host-image] Dec 20 23:27:03.050 INFO O| Dec 20 23:27:03.050 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
97822024-12-20T23:27:04.335Z[ host-image] Dec 20 23:27:03.050 INFO O| Dec 20 23:27:03.050 INFO ok!
97832024-12-20T23:27:04.335Z[ host-image] Dec 20 23:27:03.050 INFO O| Dec 20 23:27:03.050 INFO STEP 116 (ensure_file) COMPLETE
97842024-12-20T23:27:04.335Z[ host-image] Dec 20 23:27:03.050 INFO O| Dec 20 23:27:03.050 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97852024-12-20T23:27:04.344Z[ host-image] Dec 20 23:27:03.060 INFO O| Dec 20 23:27:03.060 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
97862024-12-20T23:27:04.347Z[ host-image] Dec 20 23:27:03.060 INFO O| Dec 20 23:27:03.060 INFO copying /tmp/.tmp8ONQdI/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 ...
97872024-12-20T23:27:04.347Z[ host-image] Dec 20 23:27:03.060 INFO O| Dec 20 23:27:03.060 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
97882024-12-20T23:27:04.347Z[ host-image] Dec 20 23:27:03.060 INFO O| Dec 20 23:27:03.060 INFO ok!
97892024-12-20T23:27:04.347Z[ host-image] Dec 20 23:27:03.060 INFO O| Dec 20 23:27:03.060 INFO STEP 117 (ensure_file) COMPLETE
97902024-12-20T23:27:04.348Z[ host-image] Dec 20 23:27:03.060 INFO O| Dec 20 23:27:03.060 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97912024-12-20T23:27:04.353Z[ host-image] Dec 20 23:27:03.070 INFO O| Dec 20 23:27:03.070 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
97922024-12-20T23:27:04.353Z[ host-image] Dec 20 23:27:03.070 INFO O| Dec 20 23:27:03.070 INFO copying /tmp/.tmp8ONQdI/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
97932024-12-20T23:27:04.356Z[ host-image] Dec 20 23:27:03.070 INFO O| Dec 20 23:27:03.070 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
97942024-12-20T23:27:04.356Z[ host-image] Dec 20 23:27:03.070 INFO O| Dec 20 23:27:03.070 INFO ok!
97952024-12-20T23:27:04.356Z[ host-image] Dec 20 23:27:03.070 INFO O| Dec 20 23:27:03.070 INFO STEP 118 (ensure_file) COMPLETE
97962024-12-20T23:27:04.356Z[ host-image] Dec 20 23:27:03.070 INFO O| Dec 20 23:27:03.070 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97972024-12-20T23:27:04.373Z[ host-image] Dec 20 23:27:03.089 INFO O| Dec 20 23:27:03.089 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
97982024-12-20T23:27:04.373Z[ host-image] Dec 20 23:27:03.089 INFO O| Dec 20 23:27:03.089 INFO copying /tmp/.tmp8ONQdI/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 ...
97992024-12-20T23:27:04.373Z[ host-image] Dec 20 23:27:03.089 INFO O| Dec 20 23:27:03.089 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
98002024-12-20T23:27:05.381Z[ host-image] Dec 20 23:27:03.089 INFO O| Dec 20 23:27:03.089 INFO ok!
98012024-12-20T23:27:05.381Z[ host-image] Dec 20 23:27:03.089 INFO O| Dec 20 23:27:03.089 INFO STEP 119 (ensure_file) COMPLETE
98022024-12-20T23:27:05.381Z[ host-image] Dec 20 23:27:03.089 INFO O| Dec 20 23:27:03.089 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98032024-12-20T23:27:05.388Z[ host-image] Dec 20 23:27:03.103 INFO O| Dec 20 23:27:03.103 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
98042024-12-20T23:27:05.388Z[ host-image] Dec 20 23:27:03.104 INFO O| Dec 20 23:27:03.103 INFO copying /tmp/.tmp8ONQdI/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
98052024-12-20T23:27:05.388Z[ host-image] Dec 20 23:27:03.104 INFO O| Dec 20 23:27:03.104 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
98062024-12-20T23:27:05.388Z[ host-image] Dec 20 23:27:03.104 INFO O| Dec 20 23:27:03.104 INFO ok!
98072024-12-20T23:27:05.388Z[ host-image] Dec 20 23:27:03.104 INFO O| Dec 20 23:27:03.104 INFO STEP 120 (ensure_file) COMPLETE
98082024-12-20T23:27:05.388Z[ host-image] Dec 20 23:27:03.104 INFO O| Dec 20 23:27:03.104 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98092024-12-20T23:27:05.388Z[ host-image] Dec 20 23:27:03.115 INFO O| Dec 20 23:27:03.115 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
98102024-12-20T23:27:05.388Z[ host-image] Dec 20 23:27:03.115 INFO O| Dec 20 23:27:03.115 INFO copying /tmp/.tmp8ONQdI/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
98112024-12-20T23:27:10.310Z[ host-image] Dec 20 23:27:09.026 INFO O| Dec 20 23:27:09.026 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
98122024-12-20T23:27:10.310Z[ host-image] Dec 20 23:27:09.026 INFO O| Dec 20 23:27:09.026 INFO ok!
98132024-12-20T23:27:10.310Z[ host-image] Dec 20 23:27:09.026 INFO O| Dec 20 23:27:09.026 INFO STEP 121 (ensure_file) COMPLETE
98142024-12-20T23:27:10.313Z[ host-image] Dec 20 23:27:09.026 INFO O| Dec 20 23:27:09.026 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98152024-12-20T23:27:10.329Z[ host-image] Dec 20 23:27:09.043 INFO O| Dec 20 23:27:09.043 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
98162024-12-20T23:27:10.332Z[ host-image] Dec 20 23:27:09.043 INFO O| Dec 20 23:27:09.043 INFO STEP 122 (ensure_dir) COMPLETE
98172024-12-20T23:27:10.332Z[ host-image] Dec 20 23:27:09.043 INFO O| Dec 20 23:27:09.043 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98182024-12-20T23:27:10.338Z[ host-image] Dec 20 23:27:09.054 INFO O| Dec 20 23:27:09.053 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
98192024-12-20T23:27:10.338Z[ host-image] Dec 20 23:27:09.054 INFO O| Dec 20 23:27:09.054 INFO STEP 123 (ensure_dir) COMPLETE
98202024-12-20T23:27:10.344Z[ host-image] Dec 20 23:27:09.054 INFO O| Dec 20 23:27:09.054 INFO STEP 124: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98212024-12-20T23:27:10.350Z[ host-image] Dec 20 23:27:09.064 INFO O| Dec 20 23:27:09.064 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
98222024-12-20T23:27:10.350Z[ host-image] Dec 20 23:27:09.064 INFO O| Dec 20 23:27:09.064 INFO STEP 124 (ensure_dir) COMPLETE
98232024-12-20T23:27:10.353Z[ host-image] Dec 20 23:27:09.064 INFO O| Dec 20 23:27:09.064 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98242024-12-20T23:27:10.359Z[ host-image] Dec 20 23:27:09.075 INFO O| Dec 20 23:27:09.075 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
98252024-12-20T23:27:10.359Z[ host-image] Dec 20 23:27:09.075 INFO O| Dec 20 23:27:09.075 INFO STEP 125 (ensure_dir) COMPLETE
98262024-12-20T23:27:10.365Z[ host-image] Dec 20 23:27:09.075 INFO O| Dec 20 23:27:09.075 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98272024-12-20T23:27:10.370Z[ host-image] Dec 20 23:27:09.086 INFO O| Dec 20 23:27:09.086 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
98282024-12-20T23:27:10.370Z[ host-image] Dec 20 23:27:09.086 INFO O| Dec 20 23:27:09.086 INFO copying /tmp/.tmp8ONQdI/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 ...
98292024-12-20T23:27:10.374Z[ host-image] Dec 20 23:27:09.086 INFO O| Dec 20 23:27:09.086 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
98302024-12-20T23:27:10.374Z[ host-image] Dec 20 23:27:09.086 INFO O| Dec 20 23:27:09.086 INFO ok!
98312024-12-20T23:27:10.374Z[ host-image] Dec 20 23:27:09.086 INFO O| Dec 20 23:27:09.086 INFO STEP 126 (ensure_file) COMPLETE
98322024-12-20T23:27:10.374Z[ host-image] Dec 20 23:27:09.086 INFO O| Dec 20 23:27:09.086 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98332024-12-20T23:27:10.383Z[ host-image] Dec 20 23:27:09.098 INFO O| Dec 20 23:27:09.098 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
98342024-12-20T23:27:10.383Z[ host-image] Dec 20 23:27:09.099 INFO O| Dec 20 23:27:09.098 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
98352024-12-20T23:27:10.383Z[ host-image] Dec 20 23:27:09.099 INFO O| Dec 20 23:27:09.099 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
98362024-12-20T23:27:10.387Z[ host-image] Dec 20 23:27:09.099 INFO O| Dec 20 23:27:09.099 INFO STEP 127 (ensure_dir) COMPLETE
98372024-12-20T23:27:10.387Z[ host-image] Dec 20 23:27:09.099 INFO O| Dec 20 23:27:09.099 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
98382024-12-20T23:27:10.394Z[ host-image] Dec 20 23:27:09.110 INFO O| Dec 20 23:27:09.110 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
98392024-12-20T23:27:10.394Z[ host-image] Dec 20 23:27:09.110 INFO O| Dec 20 23:27:09.110 INFO copying /tmp/.tmp8ONQdI/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
98402024-12-20T23:27:10.400Z[ host-image] Dec 20 23:27:09.110 INFO O| Dec 20 23:27:09.110 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
98412024-12-20T23:27:10.400Z[ host-image] Dec 20 23:27:09.110 INFO O| Dec 20 23:27:09.110 INFO ok!
98422024-12-20T23:27:10.400Z[ host-image] Dec 20 23:27:09.110 INFO O| Dec 20 23:27:09.110 INFO STEP 128 (ensure_file) COMPLETE
98432024-12-20T23:27:10.400Z[ host-image] Dec 20 23:27:09.110 INFO O| Dec 20 23:27:09.110 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98442024-12-20T23:27:10.407Z[ host-image] Dec 20 23:27:09.121 INFO O| Dec 20 23:27:09.121 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
98452024-12-20T23:27:10.411Z[ host-image] Dec 20 23:27:09.121 INFO O| Dec 20 23:27:09.121 INFO STEP 129 (remove_files) COMPLETE
98462024-12-20T23:27:10.411Z[ host-image] Dec 20 23:27:09.121 INFO O| Dec 20 23:27:09.121 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98472024-12-20T23:27:10.426Z[ host-image] Dec 20 23:27:09.133 INFO O| Dec 20 23:27:09.132 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
98482024-12-20T23:27:10.435Z[ host-image] Dec 20 23:27:09.133 INFO O| Dec 20 23:27:09.133 INFO STEP 130 (remove_files) COMPLETE
98492024-12-20T23:27:10.435Z[ host-image] Dec 20 23:27:09.133 INFO O| Dec 20 23:27:09.133 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98502024-12-20T23:27:10.435Z[ host-image] Dec 20 23:27:09.145 INFO O| Dec 20 23:27:09.145 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
98512024-12-20T23:27:10.435Z[ host-image] Dec 20 23:27:09.145 INFO O| Dec 20 23:27:09.145 INFO STEP 131 (remove_files) COMPLETE
98522024-12-20T23:27:10.435Z[ host-image] Dec 20 23:27:09.145 INFO O| Dec 20 23:27:09.145 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98532024-12-20T23:27:10.441Z[ host-image] Dec 20 23:27:09.156 INFO O| Dec 20 23:27:09.156 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
98542024-12-20T23:27:10.446Z[ host-image] Dec 20 23:27:09.156 INFO O| Dec 20 23:27:09.156 INFO STEP 132 (remove_files) COMPLETE
98552024-12-20T23:27:10.446Z[ host-image] Dec 20 23:27:09.156 INFO O| Dec 20 23:27:09.156 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98562024-12-20T23:27:10.453Z[ host-image] Dec 20 23:27:09.167 INFO O| Dec 20 23:27:09.167 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
98572024-12-20T23:27:10.458Z[ host-image] Dec 20 23:27:09.168 INFO O| Dec 20 23:27:09.167 INFO STEP 133 (remove_files) COMPLETE
98582024-12-20T23:27:10.458Z[ host-image] Dec 20 23:27:09.168 INFO O| Dec 20 23:27:09.168 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98592024-12-20T23:27:10.463Z[ host-image] Dec 20 23:27:09.179 INFO O| Dec 20 23:27:09.179 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
98602024-12-20T23:27:10.466Z[ host-image] Dec 20 23:27:09.179 INFO O| Dec 20 23:27:09.179 INFO STEP 134 (remove_files) COMPLETE
98612024-12-20T23:27:10.466Z[ host-image] Dec 20 23:27:09.180 INFO O| Dec 20 23:27:09.179 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98622024-12-20T23:27:10.478Z[ host-image] Dec 20 23:27:09.190 INFO O| Dec 20 23:27:09.190 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
98632024-12-20T23:27:10.481Z[ host-image] Dec 20 23:27:09.190 INFO O| Dec 20 23:27:09.190 INFO STEP 135 (remove_files) COMPLETE
98642024-12-20T23:27:10.481Z[ host-image] Dec 20 23:27:09.190 INFO O| Dec 20 23:27:09.190 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98652024-12-20T23:27:10.486Z[ host-image] Dec 20 23:27:09.202 INFO O| Dec 20 23:27:09.202 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
98662024-12-20T23:27:10.487Z[ host-image] Dec 20 23:27:09.203 INFO O| Dec 20 23:27:09.203 INFO STEP 136 (remove_files) COMPLETE
98672024-12-20T23:27:10.489Z[ host-image] Dec 20 23:27:09.203 INFO O| Dec 20 23:27:09.203 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98682024-12-20T23:27:10.497Z[ host-image] Dec 20 23:27:09.213 INFO O| Dec 20 23:27:09.213 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
98692024-12-20T23:27:10.502Z[ host-image] Dec 20 23:27:09.213 INFO O| Dec 20 23:27:09.213 INFO STEP 137 (remove_files) COMPLETE
98702024-12-20T23:27:10.503Z[ host-image] Dec 20 23:27:09.213 INFO O| Dec 20 23:27:09.213 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98712024-12-20T23:27:10.512Z[ host-image] Dec 20 23:27:09.228 INFO O| Dec 20 23:27:09.227 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
98722024-12-20T23:27:10.512Z[ host-image] Dec 20 23:27:09.228 INFO O| Dec 20 23:27:09.228 INFO STEP 138 (remove_files) COMPLETE
98732024-12-20T23:27:10.517Z[ host-image] Dec 20 23:27:09.228 INFO O| Dec 20 23:27:09.228 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98742024-12-20T23:27:10.523Z[ host-image] Dec 20 23:27:09.239 INFO O| Dec 20 23:27:09.239 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
98752024-12-20T23:27:10.523Z[ host-image] Dec 20 23:27:09.239 INFO O| Dec 20 23:27:09.239 INFO STEP 139 (remove_files) COMPLETE
98762024-12-20T23:27:10.526Z[ host-image] Dec 20 23:27:09.239 INFO O| Dec 20 23:27:09.239 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98772024-12-20T23:27:10.533Z[ host-image] Dec 20 23:27:09.249 INFO O| Dec 20 23:27:09.249 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
98782024-12-20T23:27:10.534Z[ host-image] Dec 20 23:27:09.249 INFO O| Dec 20 23:27:09.249 INFO STEP 140 (remove_files) COMPLETE
98792024-12-20T23:27:10.536Z[ host-image] Dec 20 23:27:09.249 INFO O| Dec 20 23:27:09.249 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98802024-12-20T23:27:10.544Z[ host-image] Dec 20 23:27:09.260 INFO O| Dec 20 23:27:09.260 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
98812024-12-20T23:27:10.550Z[ host-image] Dec 20 23:27:09.260 INFO O| Dec 20 23:27:09.260 INFO STEP 141 (remove_files) COMPLETE
98822024-12-20T23:27:10.550Z[ host-image] Dec 20 23:27:09.260 INFO O| Dec 20 23:27:09.260 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98832024-12-20T23:27:10.559Z[ host-image] Dec 20 23:27:09.274 INFO O| Dec 20 23:27:09.274 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
98842024-12-20T23:27:10.559Z[ host-image] Dec 20 23:27:09.274 INFO O| Dec 20 23:27:09.274 INFO STEP 142 (remove_files) COMPLETE
98852024-12-20T23:27:10.562Z[ host-image] Dec 20 23:27:09.274 INFO O| Dec 20 23:27:09.274 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98862024-12-20T23:27:10.575Z[ host-image] Dec 20 23:27:09.284 INFO O| Dec 20 23:27:09.284 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
98872024-12-20T23:27:10.579Z[ host-image] Dec 20 23:27:09.285 INFO O| Dec 20 23:27:09.285 INFO STEP 143 (remove_files) COMPLETE
98882024-12-20T23:27:10.579Z[ host-image] Dec 20 23:27:09.285 INFO O| Dec 20 23:27:09.285 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98892024-12-20T23:27:10.590Z[ host-image] Dec 20 23:27:09.295 INFO O| Dec 20 23:27:09.295 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
98902024-12-20T23:27:10.591Z[ host-image] Dec 20 23:27:09.295 INFO O| Dec 20 23:27:09.295 INFO STEP 144 (remove_files) COMPLETE
98912024-12-20T23:27:10.591Z[ host-image] Dec 20 23:27:09.295 INFO O| Dec 20 23:27:09.295 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98922024-12-20T23:27:10.593Z[ host-image] Dec 20 23:27:09.306 INFO O| Dec 20 23:27:09.306 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
98932024-12-20T23:27:10.593Z[ host-image] Dec 20 23:27:09.306 INFO O| Dec 20 23:27:09.306 INFO STEP 145 (remove_files) COMPLETE
98942024-12-20T23:27:10.593Z[ host-image] Dec 20 23:27:09.306 INFO O| Dec 20 23:27:09.306 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98952024-12-20T23:27:10.601Z[ host-image] Dec 20 23:27:09.317 INFO O| Dec 20 23:27:09.316 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
98962024-12-20T23:27:10.601Z[ host-image] Dec 20 23:27:09.317 INFO O| Dec 20 23:27:09.317 INFO STEP 146 (remove_files) COMPLETE
98972024-12-20T23:27:10.607Z[ host-image] Dec 20 23:27:09.317 INFO O| Dec 20 23:27:09.317 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98982024-12-20T23:27:10.611Z[ host-image] Dec 20 23:27:09.327 INFO O| Dec 20 23:27:09.327 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
98992024-12-20T23:27:10.611Z[ host-image] Dec 20 23:27:09.327 INFO O| Dec 20 23:27:09.327 INFO STEP 147 (remove_files) COMPLETE
99002024-12-20T23:27:10.611Z[ host-image] Dec 20 23:27:09.327 INFO O| Dec 20 23:27:09.327 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99012024-12-20T23:27:10.623Z[ host-image] Dec 20 23:27:09.338 INFO O| Dec 20 23:27:09.338 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
99022024-12-20T23:27:10.623Z[ host-image] Dec 20 23:27:09.338 INFO O| Dec 20 23:27:09.338 INFO STEP 148 (remove_files) COMPLETE
99032024-12-20T23:27:10.624Z[ host-image] Dec 20 23:27:09.338 INFO O| Dec 20 23:27:09.338 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99042024-12-20T23:27:10.636Z[ host-image] Dec 20 23:27:09.349 INFO O| Dec 20 23:27:09.349 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
99052024-12-20T23:27:10.639Z[ host-image] Dec 20 23:27:09.349 INFO O| Dec 20 23:27:09.349 INFO STEP 149 (remove_files) COMPLETE
99062024-12-20T23:27:10.639Z[ host-image] Dec 20 23:27:09.349 INFO O| Dec 20 23:27:09.349 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99072024-12-20T23:27:10.650Z[ host-image] Dec 20 23:27:09.364 INFO O| Dec 20 23:27:09.364 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
99082024-12-20T23:27:10.654Z[ host-image] Dec 20 23:27:09.364 INFO O| Dec 20 23:27:09.364 INFO STEP 150 (remove_files) COMPLETE
99092024-12-20T23:27:10.654Z[ host-image] Dec 20 23:27:09.364 INFO O| Dec 20 23:27:09.364 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99102024-12-20T23:27:10.666Z[ host-image] Dec 20 23:27:09.376 INFO O| Dec 20 23:27:09.376 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
99112024-12-20T23:27:10.666Z[ host-image] Dec 20 23:27:09.377 INFO O| Dec 20 23:27:09.377 INFO STEP 151 (remove_files) COMPLETE
99122024-12-20T23:27:10.666Z[ host-image] Dec 20 23:27:09.377 INFO O| Dec 20 23:27:09.377 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99132024-12-20T23:27:10.675Z[ host-image] Dec 20 23:27:09.387 INFO O| Dec 20 23:27:09.387 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
99142024-12-20T23:27:10.691Z[ host-image] Dec 20 23:27:09.387 INFO O| Dec 20 23:27:09.387 INFO STEP 152 (remove_files) COMPLETE
99152024-12-20T23:27:10.691Z[ host-image] Dec 20 23:27:09.387 INFO O| Dec 20 23:27:09.387 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99162024-12-20T23:27:10.691Z[ host-image] Dec 20 23:27:09.400 INFO O| Dec 20 23:27:09.400 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
99172024-12-20T23:27:10.691Z[ host-image] Dec 20 23:27:09.400 INFO O| Dec 20 23:27:09.400 INFO STEP 153 (remove_files) COMPLETE
99182024-12-20T23:27:10.696Z[ host-image] Dec 20 23:27:09.400 INFO O| Dec 20 23:27:09.400 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99192024-12-20T23:27:10.704Z[ host-image] Dec 20 23:27:09.413 INFO O| Dec 20 23:27:09.413 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
99202024-12-20T23:27:10.705Z[ host-image] Dec 20 23:27:09.413 INFO O| Dec 20 23:27:09.413 INFO STEP 154 (remove_files) COMPLETE
99212024-12-20T23:27:10.705Z[ host-image] Dec 20 23:27:09.413 INFO O| Dec 20 23:27:09.413 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99222024-12-20T23:27:10.708Z[ host-image] Dec 20 23:27:09.424 INFO O| Dec 20 23:27:09.424 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
99232024-12-20T23:27:10.712Z[ host-image] Dec 20 23:27:09.424 INFO O| Dec 20 23:27:09.424 INFO STEP 155 (remove_files) COMPLETE
99242024-12-20T23:27:10.712Z[ host-image] Dec 20 23:27:09.424 INFO O| Dec 20 23:27:09.424 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99252024-12-20T23:27:10.724Z[ host-image] Dec 20 23:27:09.435 INFO O| Dec 20 23:27:09.435 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
99262024-12-20T23:27:10.724Z[ host-image] Dec 20 23:27:09.435 INFO O| Dec 20 23:27:09.435 INFO STEP 156 (remove_files) COMPLETE
99272024-12-20T23:27:10.727Z[ host-image] Dec 20 23:27:09.435 INFO O| Dec 20 23:27:09.435 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
99282024-12-20T23:27:10.733Z[ host-image] Dec 20 23:27:09.446 INFO O| Dec 20 23:27:09.446 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
99292024-12-20T23:27:10.733Z[ host-image] Dec 20 23:27:09.446 INFO O| Dec 20 23:27:09.446 INFO STEP 157 (remove_files) COMPLETE
99302024-12-20T23:27:10.733Z[ host-image] Dec 20 23:27:09.446 INFO O| Dec 20 23:27:09.446 INFO STEP 158: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
99312024-12-20T23:27:10.749Z[ host-image] Dec 20 23:27:09.465 INFO O| Dec 20 23:27:09.465 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
99322024-12-20T23:27:10.749Z[ host-image] Dec 20 23:27:09.465 INFO O| Dec 20 23:27:09.465 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"}
99332024-12-20T23:27:18.472Z[ host-image] Dec 20 23:27:17.186 INFO O| Dec 20 23:27:17.186 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
99342024-12-20T23:27:18.472Z[ host-image] Dec 20 23:27:17.186 INFO O| Dec 20 23:27:17.186 INFO E| svccfg: Loaded 74 smf(7) service descriptions
99352024-12-20T23:27:18.487Z[ host-image] Dec 20 23:27:17.202 INFO O| Dec 20 23:27:17.202 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
99362024-12-20T23:27:18.570Z[ host-image] Dec 20 23:27:17.283 INFO O| Dec 20 23:27:17.283 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
99372024-12-20T23:27:18.570Z[ host-image] Dec 20 23:27:17.283 INFO O| Dec 20 23:27:17.283 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
99382024-12-20T23:27:18.573Z[ host-image] Dec 20 23:27:17.286 INFO O| Dec 20 23:27:17.286 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
99392024-12-20T23:27:18.573Z[ host-image] Dec 20 23:27:17.286 INFO O| Dec 20 23:27:17.286 INFO ok!
99402024-12-20T23:27:18.573Z[ host-image] Dec 20 23:27:17.286 INFO O| Dec 20 23:27:17.286 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
99412024-12-20T23:27:18.573Z[ host-image] Dec 20 23:27:17.286 INFO O| Dec 20 23:27:17.286 INFO STEP 158 (seed_smf) COMPLETE
99422024-12-20T23:27:18.573Z[ host-image] Dec 20 23:27:17.286 INFO O| Dec 20 23:27:17.286 INFO steps complete; finalising image!
99432024-12-20T23:27:18.573Z[ host-image] Dec 20 23:27:17.286 INFO O| Dec 20 23:27:17.286 INFO TRIM POOL: TEMPORARY-gimlet-zfs
99442024-12-20T23:27:18.721Z[ host-image] Dec 20 23:27:17.432 INFO O| Dec 20 23:27:17.432 INFO trim TEMPORARY-gimlet-zfs: (3% trimmed, started at Fri Dec 20 23:27:17 2024)
99452024-12-20T23:27:18.929Z[ host-image] Dec 20 23:27:17.642 INFO O| Dec 20 23:27:17.642 INFO trim TEMPORARY-gimlet-zfs: (95% trimmed, started at Fri Dec 20 23:27:17 2024)
99462024-12-20T23:27:19.208Z[ host-image] Dec 20 23:27:17.866 INFO O| Dec 20 23:27:17.866 INFO temporary pool has 690M used, 142M avail, 1.82x compressratio
99472024-12-20T23:27:19.209Z[ host-image] Dec 20 23:27:17.866 INFO O| Dec 20 23:27:17.866 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
99482024-12-20T23:27:19.479Z[ host-image] Dec 20 23:27:18.190 INFO O| Dec 20 23:27:18.190 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
99492024-12-20T23:27:19.479Z[ host-image] Dec 20 23:27:18.190 INFO O| Dec 20 23:27:18.190 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
99502024-12-20T23:27:20.508Z[ host-image] Dec 20 23:27:19.215 INFO O| Dec 20 23:27:19.215 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
99512024-12-20T23:27:20.508Z[ host-image] Dec 20 23:27:19.215 INFO O| Dec 20 23:27:19.215 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
99522024-12-20T23:27:20.523Z[ host-image] Dec 20 23:27:19.215 INFO O| Dec 20 23:27:19.215 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
99532024-12-20T23:27:20.523Z[ host-image] Dec 20 23:27:19.215 INFO O| Dec 20 23:27:19.215 INFO completed processing gimlet/zfs
99542024-12-20T23:27:20.523Z[ host-image] Dec 20 23:27:19.215 INFO O| Dec 20 23:27:19.215 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
99552024-12-20T23:27:29.661Z[ host-image] Dec 20 23:27:28.373 INFO O| Dec 20 23:27:28.373 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
99562024-12-20T23:27:29.794Z[ host-image] Dec 20 23:27:28.503 INFO BUILD STRING "heads/stlouis-0-g37a4469737\n"
99572024-12-20T23:27:29.800Z[ host-image] Dec 20 23:27:28.503 INFO expanded image name: "ci 053adca/${os_short_commit} 2024-12-20 22:51" -> "ci 053adca/37a4469 2024-12-20 22:51"
99582024-12-20T23:27:29.809Z[ host-image] Dec 20 23:27:28.503 INFO output artefacts stored in: "/work/os-host"
99592024-12-20T23:27:29.809Z[ host-image] Dec 20 23:27:28.503 INFO collecting git info from project "pilot"...
99602024-12-20T23:27:29.809Z[ host-image] Dec 20 23:27:28.512 INFO collecting git info from project "phbl"...
99612024-12-20T23:27:29.809Z[ host-image] Dec 20 23:27:28.520 INFO collecting git info from project "bootserver"...
99622024-12-20T23:27:29.815Z[ host-image] Dec 20 23:27:28.527 INFO collecting git info from project "chelsio-t6-roms"...
99632024-12-20T23:27:29.823Z[ host-image] Dec 20 23:27:28.535 INFO collecting git info from project "amd-firmware"...
99642024-12-20T23:27:29.837Z[ host-image] Dec 20 23:27:28.549 INFO collecting git info from project "image-builder"...
99652024-12-20T23:27:29.861Z[ host-image] Dec 20 23:27:28.570 INFO collecting git info from project "pinprick"...
99662024-12-20T23:27:29.878Z[ host-image] Dec 20 23:27:28.591 INFO collecting git info from project "amd-host-image-builder"...
99672024-12-20T23:27:29.932Z[ host-image] Dec 20 23:27:28.644 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
99682024-12-20T23:27:30.523Z[ host-image] Dec 20 23:27:29.233 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
99692024-12-20T23:27:30.972Z[ host-image] Dec 20 23:27:29.681 INFO creating Oxide boot image...
99702024-12-20T23:27:30.972Z[ host-image] Dec 20 23:27:29.681 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 053adca/37a4469 2024-12-20 22:51", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
99712024-12-20T23:27:32.338Z[ host-image] Dec 20 23:27:31.050 INFO O| ok, image written!
99722024-12-20T23:27:32.338Z[ host-image] Dec 20 23:27:31.050 INFO O| ok, boot_image_csum file written!
99732024-12-20T23:27:32.345Z[ host-image] Dec 20 23:27:31.055 INFO creating boot archive (CPIO)...
99742024-12-20T23:27:32.345Z[ host-image] Dec 20 23:27:31.055 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
99752024-12-20T23:27:32.376Z[ host-image] Dec 20 23:27:31.088 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
99762024-12-20T23:27:32.376Z[ host-image] Dec 20 23:27:31.088 INFO E| + outfile=/work/os-host/cpio
99772024-12-20T23:27:32.391Z[ host-image] Dec 20 23:27:31.088 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
99782024-12-20T23:27:32.391Z[ host-image] Dec 20 23:27:31.090 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
99792024-12-20T23:27:32.391Z[ host-image] Dec 20 23:27:31.091 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
99802024-12-20T23:27:32.422Z[ host-image] Dec 20 23:27:31.134 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
99812024-12-20T23:27:32.422Z[ host-image] Dec 20 23:27:31.134 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
99822024-12-20T23:27:32.434Z[ host-image] Dec 20 23:27:31.144 INFO creating compressed cpio/unix for nanobl-rs...
99832024-12-20T23:27:32.434Z[ host-image] Dec 20 23:27:31.144 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
99842024-12-20T23:27:32.831Z[ host-image] Dec 20 23:27:31.543 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
99852024-12-20T23:27:38.244Z[ host-image] Dec 20 23:27:36.952 INFO creating reset image...
99862024-12-20T23:27:38.270Z[ host-image] Dec 20 23:27:36.952 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
99872024-12-20T23:27:38.418Z[ host-image] Dec 20 23:27:37.126 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
99882024-12-20T23:27:38.427Z[ host-image] Dec 20 23:27:37.128 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
99892024-12-20T23:27:38.553Z[ host-image] Dec 20 23:27:37.264 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
99902024-12-20T23:27:42.479Z[ host-image] Dec 20 23:27:41.181 INFO E| Finished `release` profile [optimized] target(s) in 3.99s
99912024-12-20T23:27:42.489Z[ host-image] Dec 20 23:27:41.198 INFO building host image...
99922024-12-20T23:27:42.515Z[ host-image] Dec 20 23:27:41.198 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")
99932024-12-20T23:27:43.285Z[ host-image] Dec 20 23:27:41.995 INFO finishing image archive at "/work/os-host/os.tar.gz"...
99942024-12-20T23:28:27.846Z[verify-libraries] Finished `release` profile [optimized] target(s) in 15m 07s
99952024-12-20T23:28:28.239ZDec 20 23:28:26.941 INFO [verify-libraries] process exited with exit status: 0 (911.578682738s)
99962024-12-20T23:28:45.317Z[ host-image] Dec 20 23:28:44.015 INFO image complete! materials are in "/work/os-host"
99972024-12-20T23:28:45.320Z[ host-image]
99982024-12-20T23:28:45.320Z[ host-image] real 15:41.978016749
99992024-12-20T23:28:45.320Z[ host-image] user 6:24.045322164
100002024-12-20T23:28:45.321Z[ host-image] sys 1:03.651861871
100012024-12-20T23:28:45.321Z[ host-image] trap 0.291378262
100022024-12-20T23:28:45.321Z[ host-image] tflt 0.115772259
100032024-12-20T23:28:45.321Z[ host-image] dflt 0.250562259
100042024-12-20T23:28:45.321Z[ host-image] kflt 0.000058650
100052024-12-20T23:28:45.321Z[ host-image] lock 10:57.137431098
100062024-12-20T23:28:45.321Z[ host-image] slp 1:29:13.020868268
100072024-12-20T23:28:45.321Z[ host-image] lat 2:38.655100516
100082024-12-20T23:28:45.321ZDec 20 23:28:44.019[ host-image] stop 0.912910832
100092024-12-20T23:28:45.321Z INFO [host-image] process exited with exit status: 0 (941.993382835s)
100102024-12-20T23:28:45.321ZDec 20 23:28:44.019 INFO [tuf-repo] running task
100112024-12-20T23:28:53.094ZDec 20 23:28:51.791 INFO assembling repository in `/tmp/tufaceousmf2gMp`, component: OmicronRepoAssembler
100122024-12-20T23:28:57.843ZDec 20 23:28:56.539 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
100132024-12-20T23:28:58.165ZDec 20 23:28:56.861 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
100142024-12-20T23:29:10.777ZDec 20 23:29:09.467 INFO [tuf-repo] task succeeded (25.448121849s)
100152024-12-20T23:29:10.777ZDec 20 23:29:09.467 INFO all jobs completed in 2286.487481481s
100162024-12-20T23:29:11.404Zprocess exited: duration 2965771 ms, exit code 0
 
100172024-12-20T23:29:11.426Zfound 33 output files
100182024-12-20T23:29:11.426Zuploading: /work/manifest.toml (8404 bytes)
100192024-12-20T23:29:12.448Zuploaded: /work/manifest.toml
100202024-12-20T23:29:12.448Zuploading: /work/repo.zip (1957273924 bytes)
100212024-12-20T23:29:47.485Zuploaded: /work/repo.zip
100222024-12-20T23:29:47.485Zuploading: /work/repo.zip.sha256.txt (65 bytes)
100232024-12-20T23:29:48.499Zuploaded: /work/repo.zip.sha256.txt
100242024-12-20T23:29:48.499Zuploading: /work/helios-setup.log (66237 bytes)
100252024-12-20T23:29:49.517Zuploaded: /work/helios-setup.log
100262024-12-20T23:29:49.521Zuploading: /work/host-image.log (200757 bytes)
100272024-12-20T23:29:50.553Zuploaded: /work/host-image.log
100282024-12-20T23:29:50.559Zuploading: /work/host-package.log (22440 bytes)
100292024-12-20T23:29:51.579Zuploaded: /work/host-package.log
100302024-12-20T23:29:51.579Zuploading: /work/host-target.log (101 bytes)
100312024-12-20T23:29:52.609Zuploaded: /work/host-target.log
100322024-12-20T23:29:52.628Zuploading: /work/omicron-package.log (5666 bytes)
100332024-12-20T23:29:53.679Zuploaded: /work/omicron-package.log
100342024-12-20T23:29:53.689Zuploading: /work/phbl-toolchain.log (881 bytes)
100352024-12-20T23:29:54.761Zuploaded: /work/phbl-toolchain.log
100362024-12-20T23:29:54.761Zuploading: /work/recovery-image.log (595180 bytes)
100372024-12-20T23:29:55.803Zuploaded: /work/recovery-image.log
100382024-12-20T23:29:55.803Zuploading: /work/recovery-package.log (321 bytes)
100392024-12-20T23:29:56.949Zuploaded: /work/recovery-package.log
100402024-12-20T23:29:56.949Zuploading: /work/recovery-target.log (57 bytes)
100412024-12-20T23:29:57.995Zuploaded: /work/recovery-target.log
100422024-12-20T23:29:57.995Zuploading: /work/stamp-clickhouse.log (117 bytes)
100432024-12-20T23:29:59.013Zuploaded: /work/stamp-clickhouse.log
100442024-12-20T23:29:59.013Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
100452024-12-20T23:30:00.037Zuploaded: /work/stamp-clickhouse_keeper.log
100462024-12-20T23:30:00.038Zuploading: /work/stamp-cockroachdb.log (118 bytes)
100472024-12-20T23:30:03.676Zuploaded: /work/stamp-cockroachdb.log
100482024-12-20T23:30:03.676Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
100492024-12-20T23:30:04.716Zuploaded: /work/stamp-crucible-dtrace.log
100502024-12-20T23:30:04.716Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
100512024-12-20T23:30:05.729Zuploaded: /work/stamp-crucible-pantry-zone.log
100522024-12-20T23:30:05.729Zuploading: /work/stamp-crucible-zone.log (120 bytes)
100532024-12-20T23:30:06.740Zuploaded: /work/stamp-crucible-zone.log
100542024-12-20T23:30:06.740Zuploading: /work/stamp-external-dns.log (119 bytes)
100552024-12-20T23:30:07.752Zuploaded: /work/stamp-external-dns.log
100562024-12-20T23:30:07.752Zuploading: /work/stamp-installinator.log (103 bytes)
100572024-12-20T23:30:08.761Zuploaded: /work/stamp-installinator.log
100582024-12-20T23:30:08.766Zuploading: /work/stamp-internal-dns.log (119 bytes)
100592024-12-20T23:30:09.774Zuploaded: /work/stamp-internal-dns.log
100602024-12-20T23:30:09.774Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
100612024-12-20T23:30:10.785Zuploaded: /work/stamp-mg-ddm-gz.log
100622024-12-20T23:30:10.789Zuploading: /work/stamp-nexus.log (112 bytes)
100632024-12-20T23:30:11.796Zuploaded: /work/stamp-nexus.log
100642024-12-20T23:30:11.796Zuploading: /work/stamp-ntp.log (110 bytes)
100652024-12-20T23:30:12.807Zuploaded: /work/stamp-ntp.log
100662024-12-20T23:30:12.810Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
100672024-12-20T23:30:13.819Zuploaded: /work/stamp-omicron-sled-agent.log
100682024-12-20T23:30:13.819Zuploading: /work/stamp-overlay.log (114 bytes)
100692024-12-20T23:30:14.829Zuploaded: /work/stamp-overlay.log
100702024-12-20T23:30:14.829Zuploading: /work/stamp-oximeter.log (115 bytes)
100712024-12-20T23:30:15.841Zuploaded: /work/stamp-oximeter.log
100722024-12-20T23:30:15.841Zuploading: /work/stamp-oxlog.log (109 bytes)
100732024-12-20T23:30:16.931Zuploaded: /work/stamp-oxlog.log
100742024-12-20T23:30:16.931Zuploading: /work/stamp-probe.log (112 bytes)
100752024-12-20T23:30:17.946Zuploaded: /work/stamp-probe.log
100762024-12-20T23:30:17.946Zuploading: /work/stamp-propolis-server.log (122 bytes)
100772024-12-20T23:30:18.959Zuploaded: /work/stamp-propolis-server.log
100782024-12-20T23:30:18.959Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
100792024-12-20T23:30:19.971Zuploaded: /work/stamp-pumpkind-gz.log
100802024-12-20T23:30:19.971Zuploading: /work/stamp-switch-asic.log (118 bytes)
100812024-12-20T23:30:20.981Zuploaded: /work/stamp-switch-asic.log
100822024-12-20T23:30:20.981Zuploading: /work/verify-libraries.log (5735 bytes)
100832024-12-20T23:30:21.993Zuploaded: /work/verify-libraries.log