01JBFS73XFM1H87QPMEYQJ7WAF: 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: 01JBFS7PTJR8A8SP903QPNTTH7

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-30T22:38:59.796Zjob assigned to worker 01JBFS7NFD53Z82NYFC4FQAPTK (queued for 1 m 17 s)
 
22024-10-30T22:39:07.509Zstarting task 0: "setup"
32024-10-30T22:39:07.519Z++ uname -s
42024-10-30T22:39:07.521Z+ kern=SunOS
52024-10-30T22:39:07.521Z+ case "$kern" in
62024-10-30T22:39:07.521Z+ [[ 0 == 12345 ]]
72024-10-30T22:39:07.521Z+ groupadd -g 12345 build
82024-10-30T22:39:07.524Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
92024-10-30T22:39:09.533Z+ zfs create -o mountpoint=/work rpool/work
102024-10-30T22:39:09.680Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
112024-10-30T22:39:09.682Z+ home_fs=zfs
122024-10-30T22:39:09.682Z+ [[ zfs == autofs ]]
132024-10-30T22:39:09.682Z+ mkdir -p /home/build
142024-10-30T22:39:09.685Z+ chown build:build /home/build /work
152024-10-30T22:39:11.686Z+ chmod 0700 /home/build /work
162024-10-30T22:39:11.689Zprocess exited: duration 4179 ms, exit code 0
 
172024-10-30T22:39:11.694Zstarting task 1: "rust-toolchain"
182024-10-30T22:39:11.699Z+ printf ' * toolchain channel = "%s"
192024-10-30T22:39:11.699Z' 1.82.0
202024-10-30T22:39:11.699Z * toolchain channel = "1.82.0"
212024-10-30T22:39:11.699Z * toolchain profile = "default"
222024-10-30T22:39:11.699Z+ printf ' * toolchain profile = "%s"
232024-10-30T22:39:11.699Z' default
242024-10-30T22:39:11.702Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
252024-10-30T22:39:11.702Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default
262024-10-30T22:39:11.820Zinfo: downloading installer
272024-10-30T22:39:14.348Zinfo: profile set to 'default'
282024-10-30T22:39:14.348Zinfo: default host triple is x86_64-unknown-illumos
292024-10-30T22:39:14.351Zinfo: syncing channel updates for '1.82.0-x86_64-unknown-illumos'
302024-10-30T22:39:14.507Zinfo: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15)
312024-10-30T22:39:14.507Zinfo: downloading component 'cargo'
322024-10-30T22:39:15.348Zinfo: downloading component 'clippy'
332024-10-30T22:39:15.668Zinfo: downloading component 'rust-docs'
342024-10-30T22:39:16.851Zinfo: downloading component 'rust-std'
352024-10-30T22:39:18.733Zinfo: downloading component 'rustc'
362024-10-30T22:39:25.326Zinfo: downloading component 'rustfmt'
372024-10-30T22:39:25.566Zinfo: installing component 'cargo'
382024-10-30T22:39:26.415Zinfo: installing component 'clippy'
392024-10-30T22:39:26.824Zinfo: installing component 'rust-docs'
402024-10-30T22:39:28.532Zinfo: installing component 'rust-std'
412024-10-30T22:39:30.390Zinfo: installing component 'rustc'
422024-10-30T22:39:37.108Zinfo: installing component 'rustfmt'
432024-10-30T22:39:37.483Zinfo: default toolchain set to '1.82.0-x86_64-unknown-illumos'
442024-10-30T22:39:37.483Z
452024-10-30T22:39:37.861Z 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15)
462024-10-30T22:39:37.861Z
472024-10-30T22:39:37.863Z
482024-10-30T22:39:37.863ZRust is installed now. Great!
492024-10-30T22:39:37.864Z
502024-10-30T22:39:37.864ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
512024-10-30T22:39:37.864Zenvironment variable. This has not been done automatically.
522024-10-30T22:39:37.864Z
532024-10-30T22:39:37.864ZTo configure your current shell, you need to source
542024-10-30T22:39:37.864Zthe corresponding env file under $HOME/.cargo.
552024-10-30T22:39:37.864Z
562024-10-30T22:39:37.864ZThis is usually done by running one of the following (note the leading DOT):
572024-10-30T22:39:37.864Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
582024-10-30T22:39:37.864Zsource "$HOME/.cargo/env.fish" # For fish
592024-10-30T22:39:37.935Z+ rustc --version
602024-10-30T22:39:38.004Zrustc 1.82.0 (f6e511eec 2024-10-15)
612024-10-30T22:39:38.007Zprocess exited: duration 26310 ms, exit code 0
 
622024-10-30T22:39:38.012Zstarting task 2: "authentication"
632024-10-30T22:39:38.033Zprocess exited: duration 21 ms, exit code 0
 
642024-10-30T22:39:38.039Zstarting task 3: "clone repository"
652024-10-30T22:39:38.045Z+ mkdir -p /work/oxidecomputer/omicron
662024-10-30T22:39:38.047Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
672024-10-30T22:39:38.824ZCloning into '/work/oxidecomputer/omicron'...
682024-10-30T22:39:47.369Z+ cd /work/oxidecomputer/omicron
692024-10-30T22:39:47.369Z+ git fetch origin 8f8ba2a778142317bd337e89c5ecbf1ddf7509e1
702024-10-30T22:39:47.732ZFrom https://github.com/oxidecomputer/omicron
712024-10-30T22:39:47.732Z * branch 8f8ba2a778142317bd337e89c5ecbf1ddf7509e1 -> FETCH_HEAD
722024-10-30T22:39:47.745Z+ [[ -n gjcolombo/propolis-update ]]
732024-10-30T22:39:47.747Z++ git branch --show-current
742024-10-30T22:39:47.747Z+ current=main
752024-10-30T22:39:47.748Z+ [[ main != gjcolombo/propolis-update ]]
762024-10-30T22:39:47.748Z+ git branch -f gjcolombo/propolis-update 8f8ba2a778142317bd337e89c5ecbf1ddf7509e1
772024-10-30T22:39:47.751Z+ git checkout -f gjcolombo/propolis-update
782024-10-30T22:39:47.798ZSwitched to branch 'gjcolombo/propolis-update'
792024-10-30T22:39:47.800Z+ git reset --hard 8f8ba2a778142317bd337e89c5ecbf1ddf7509e1
802024-10-30T22:39:47.840ZHEAD is now at 8f8ba2a77 don't depend on Propolis "disk attachment states" anymore
812024-10-30T22:39:47.844Zprocess exited: duration 9801 ms, exit code 0
 
822024-10-30T22:39:47.851Zstarting task 4: "build"
832024-10-30T22:39:47.856Z+ source .github/buildomat/ci-env.sh
842024-10-30T22:39:47.856Z++ export CARGO_TERM_COLOR=always
852024-10-30T22:39:47.856Z++ CARGO_TERM_COLOR=always
862024-10-30T22:39:47.857Z+ cargo --version
872024-10-30T22:39:47.913Zcargo 1.82.0 (8f40fc59f 2024-08-21)
882024-10-30T22:39:47.929Z+ rustc --version
892024-10-30T22:39:47.976Zrustc 1.82.0 (f6e511eec 2024-10-15)
902024-10-30T22:39:47.982Z+ cargo tree --locked
912024-10-30T22:39:48.219Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
922024-10-30T22:39:48.586Z Updating crates.io index
932024-10-30T22:39:48.678Z Updating git repository `https://github.com/oxidecomputer/maghemite`
942024-10-30T22:39:49.479Z Updating git repository `https://github.com/oxidecomputer/oxnet`
952024-10-30T22:39:49.754Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
962024-10-30T22:39:50.021Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
972024-10-30T22:39:50.319Z Updating git repository `https://github.com/oxidecomputer/propolis`
982024-10-30T22:39:51.243Z Updating git repository `https://github.com/oxidecomputer/crucible`
992024-10-30T22:39:53.539Z Updating git repository `https://github.com/oxidecomputer/opte`
1002024-10-30T22:39:54.545Z Updating git repository `https://github.com/oxidecomputer/falcon`
1012024-10-30T22:39:55.288Z Updating git repository `https://github.com/oxidecomputer/clickward`
1022024-10-30T22:39:55.578Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1032024-10-30T22:39:55.858Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1042024-10-30T22:39:56.375Z Updating git repository `https://github.com/oxidecomputer/libipcc`
1052024-10-30T22:39:56.839Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1062024-10-30T22:39:57.168Z Updating git repository `https://github.com/oxidecomputer/tofino`
1072024-10-30T22:39:57.444Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1082024-10-30T22:39:57.701Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1092024-10-30T22:39:57.965Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1102024-10-30T22:39:58.249Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1112024-10-30T22:39:58.690Z Updating git repository `https://github.com/oxidecomputer/ispf`
1122024-10-30T22:39:58.995Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1132024-10-30T22:39:59.329Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1142024-10-30T22:39:59.888Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1152024-10-30T22:40:00.250Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1162024-10-30T22:40:00.574Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1172024-10-30T22:40:01.009Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1182024-10-30T22:40:01.319Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1192024-10-30T22:40:01.585Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1202024-10-30T22:40:02.930Z Downloading crates ...
1212024-10-30T22:40:03.033Z Downloaded assert_matches v1.5.0
1222024-10-30T22:40:03.037Z Downloaded anstyle v1.0.8
1232024-10-30T22:40:03.043Z Downloaded async-channel v1.9.0
1242024-10-30T22:40:03.043Z Downloaded ascii-canvas v3.0.0
1252024-10-30T22:40:03.046Z Downloaded array-init v0.0.4
1262024-10-30T22:40:03.046Z Downloaded approx v0.5.1
1272024-10-30T22:40:03.046Z Downloaded anstyle-query v1.1.1
1282024-10-30T22:40:03.046Z Downloaded adler2 v2.0.0
1292024-10-30T22:40:03.054Z Downloaded async-stream-impl v0.3.6
1302024-10-30T22:40:03.056Z Downloaded async-object-pool v0.1.5
1312024-10-30T22:40:03.057Z Downloaded futures-executor v0.3.31
1322024-10-30T22:40:03.062Z Downloaded getrandom v0.2.15
1332024-10-30T22:40:03.062Z Downloaded foldhash v0.1.3
1342024-10-30T22:40:03.062Z Downloaded cfg_aliases v0.2.1
1352024-10-30T22:40:03.068Z Downloaded float-ord v0.3.2
1362024-10-30T22:40:03.068Z Downloaded guppy-workspace-hack v0.1.0
1372024-10-30T22:40:03.068Z Downloaded foreign-types-shared v0.3.1
1382024-10-30T22:40:03.068Z Downloaded bitflags v1.3.2
1392024-10-30T22:40:03.075Z Downloaded http-range v0.1.5
1402024-10-30T22:40:03.075Z Downloaded fxhash v0.2.1
1412024-10-30T22:40:03.075Z Downloaded atomic-waker v1.1.2
1422024-10-30T22:40:03.080Z Downloaded headers-core v0.3.0
1432024-10-30T22:40:03.080Z Downloaded block-padding v0.3.3
1442024-10-30T22:40:03.080Z Downloaded autocfg v1.4.0
1452024-10-30T22:40:03.080Z Downloaded futures-macro v0.3.31
1462024-10-30T22:40:03.080Z Downloaded fragile v2.0.0
1472024-10-30T22:40:03.084Z Downloaded byteorder v1.5.0
1482024-10-30T22:40:03.084Z Downloaded async-signal v0.2.10
1492024-10-30T22:40:03.084Z Downloaded foreign-types-macros v0.2.3
1502024-10-30T22:40:03.084Z Downloaded async-global-executor v2.4.1
1512024-10-30T22:40:03.091Z Downloaded hostname v0.4.0
1522024-10-30T22:40:03.091Z Downloaded http-body v0.4.6
1532024-10-30T22:40:03.095Z Downloaded bcrypt-pbkdf v0.10.0
1542024-10-30T22:40:03.096Z Downloaded ciborium-ll v0.2.2
1552024-10-30T22:40:03.096Z Downloaded castaway v0.2.3
1562024-10-30T22:40:03.096Z Downloaded hyper-tls v0.6.0
1572024-10-30T22:40:03.100Z Downloaded heck v0.3.3
1582024-10-30T22:40:03.100Z Downloaded highway v1.2.0
1592024-10-30T22:40:03.100Z Downloaded aes-gcm v0.10.3
1602024-10-30T22:40:03.103Z Downloaded futures v0.3.31
1612024-10-30T22:40:03.107Z Downloaded hyper-rustls v0.27.3
1622024-10-30T22:40:03.110Z Downloaded olpc-cjson v0.1.4
1632024-10-30T22:40:03.114Z Downloaded iana-time-zone v0.1.61
1642024-10-30T22:40:03.114Z Downloaded ciborium v0.2.2
1652024-10-30T22:40:03.120Z Downloaded cfg-expr v0.17.0
1662024-10-30T22:40:03.127Z Downloaded cancel-safe-futures v0.1.5
1672024-10-30T22:40:03.127Z Downloaded bit-vec v0.6.3
1682024-10-30T22:40:03.127Z Downloaded blake2 v0.10.6
1692024-10-30T22:40:03.131Z Downloaded async-attributes v1.1.2
1702024-10-30T22:40:03.131Z Downloaded assert-json-diff v2.0.2
1712024-10-30T22:40:03.131Z Downloaded arrayref v0.3.9
1722024-10-30T22:40:03.131Z Downloaded aead v0.5.2
1732024-10-30T22:40:03.137Z Downloaded atty v0.2.14
1742024-10-30T22:40:03.137Z Downloaded fatfs v0.3.6
1752024-10-30T22:40:03.142Z Downloaded fancy-regex v0.13.0
1762024-10-30T22:40:03.142Z Downloaded foreign-types v0.3.2
1772024-10-30T22:40:03.142Z Downloaded fallible-streaming-iterator v0.1.9
1782024-10-30T22:40:03.146Z Downloaded async-channel v2.3.1
1792024-10-30T22:40:03.147Z Downloaded base64 v0.13.1
1802024-10-30T22:40:03.150Z Downloaded progenitor v0.8.0
1812024-10-30T22:40:03.150Z Downloaded r2d2 v0.8.10
1822024-10-30T22:40:03.158Z Downloaded fastrand v2.1.1
1832024-10-30T22:40:03.158Z Downloaded cfg_aliases v0.1.1
1842024-10-30T22:40:03.161Z Downloaded bytecount v0.6.8
1852024-10-30T22:40:03.161Z Downloaded foreign-types-shared v0.1.1
1862024-10-30T22:40:03.161Z Downloaded atomicwrites v0.4.4
1872024-10-30T22:40:03.161Z Downloaded allocator-api2 v0.2.18
1882024-10-30T22:40:03.161Z Downloaded ciborium-io v0.2.2
1892024-10-30T22:40:03.164Z Downloaded cassowary v0.3.0
1902024-10-30T22:40:03.164Z Downloaded foreign-types v0.5.0
1912024-10-30T22:40:03.165Z Downloaded anes v0.1.6
1922024-10-30T22:40:03.169Z Downloaded fixedbitset v0.4.2
1932024-10-30T22:40:03.169Z Downloaded oso-derive v0.27.3
1942024-10-30T22:40:03.171Z Downloaded base64ct v1.6.0
1952024-10-30T22:40:03.176Z Downloaded futures-timer v3.0.3
1962024-10-30T22:40:03.176Z Downloaded futures-io v0.3.31
1972024-10-30T22:40:03.176Z Downloaded owo-colors v4.1.0
1982024-10-30T22:40:03.183Z Downloaded pem v3.0.4
1992024-10-30T22:40:03.183Z Downloaded anstyle-parse v0.2.5
2002024-10-30T22:40:03.192Z Downloaded arrayvec v0.7.6
2012024-10-30T22:40:03.192Z Downloaded async-stream v0.3.6
2022024-10-30T22:40:03.192Z Downloaded http-body v1.0.1
2032024-10-30T22:40:03.192Z Downloaded blowfish v0.9.1
2042024-10-30T22:40:03.198Z Downloaded ident_case v1.0.1
2052024-10-30T22:40:03.198Z Downloaded bitfield-struct v0.6.2
2062024-10-30T22:40:03.198Z Downloaded bb8 v0.8.5
2072024-10-30T22:40:03.198Z Downloaded buf-list v1.0.3
2082024-10-30T22:40:03.198Z Downloaded rustc_version v0.4.1
2092024-10-30T22:40:03.198Z Downloaded fd-lock v4.0.2
2102024-10-30T22:40:03.201Z Downloaded fnv v1.0.7
2112024-10-30T22:40:03.201Z Downloaded backtrace v0.3.74
2122024-10-30T22:40:03.207Z Downloaded russh-cryptovec v0.7.3
2132024-10-30T22:40:03.209Z Downloaded precomputed-hash v0.1.1
2142024-10-30T22:40:03.209Z Downloaded hubpack_derive v0.1.1
2152024-10-30T22:40:03.209Z Downloaded cipher v0.4.4
2162024-10-30T22:40:03.213Z Downloaded bit-set v0.5.3
2172024-10-30T22:40:03.213Z Downloaded generic-array v0.14.7
2182024-10-30T22:40:03.216Z Downloaded async-recursion v1.1.1
2192024-10-30T22:40:03.216Z Downloaded futures-task v0.3.31
2202024-10-30T22:40:03.221Z Downloaded cfg-if v1.0.0
2212024-10-30T22:40:03.222Z Downloaded fs-err v2.11.0
2222024-10-30T22:40:03.225Z Downloaded gethostname v0.5.0
2232024-10-30T22:40:03.226Z Downloaded futures-core v0.3.31
2242024-10-30T22:40:03.226Z Downloaded futures-sink v0.3.31
2252024-10-30T22:40:03.230Z Downloaded cargo-platform v0.1.8
2262024-10-30T22:40:03.230Z Downloaded ff v0.13.0
2272024-10-30T22:40:03.230Z Downloaded cexpr v0.6.0
2282024-10-30T22:40:03.231Z Downloaded heck v0.5.0
2292024-10-30T22:40:03.236Z Downloaded addr2line v0.24.2
2302024-10-30T22:40:03.236Z Downloaded hostname v0.3.1
2312024-10-30T22:40:03.236Z Downloaded hex-literal v0.4.1
2322024-10-30T22:40:03.236Z Downloaded glob v0.3.1
2332024-10-30T22:40:03.240Z Downloaded powerfmt v0.2.0
2342024-10-30T22:40:03.240Z Downloaded anstream v0.6.15
2352024-10-30T22:40:03.245Z Downloaded heck v0.4.1
2362024-10-30T22:40:03.245Z Downloaded hash32 v0.2.1
2372024-10-30T22:40:03.245Z Downloaded async-executor v1.13.1
2382024-10-30T22:40:03.251Z Downloaded tower-service v0.3.3
2392024-10-30T22:40:03.251Z Downloaded rand_core v0.6.4
2402024-10-30T22:40:03.251Z Downloaded httpdate v1.0.3
2412024-10-30T22:40:03.256Z Downloaded http-body-util v0.1.2
2422024-10-30T22:40:03.256Z Downloaded futures-lite v2.3.0
2432024-10-30T22:40:03.261Z Downloaded backoff v0.4.0
2442024-10-30T22:40:03.261Z Downloaded async-task v4.7.1
2452024-10-30T22:40:03.261Z Downloaded hashbrown v0.14.5
2462024-10-30T22:40:03.265Z Downloaded poly1305 v0.8.0
2472024-10-30T22:40:03.268Z Downloaded phf_generator v0.11.2
2482024-10-30T22:40:03.271Z Downloaded humantime v2.1.0
2492024-10-30T22:40:03.271Z Downloaded semver v0.1.20
2502024-10-30T22:40:03.276Z Downloaded slog-envlogger v2.2.0
2512024-10-30T22:40:03.276Z Downloaded resolv-conf v0.7.0
2522024-10-30T22:40:03.278Z Downloaded schemars_derive v0.8.21
2532024-10-30T22:40:03.278Z Downloaded bcs v0.1.6
2542024-10-30T22:40:03.286Z Downloaded smallvec v0.6.14
2552024-10-30T22:40:03.286Z Downloaded zone_cfg_derive v0.1.2
2562024-10-30T22:40:03.286Z Downloaded static_assertions v1.1.0
2572024-10-30T22:40:03.293Z Downloaded zone_cfg_derive v0.3.0
2582024-10-30T22:40:03.293Z Downloaded stable_deref_trait v1.2.0
2592024-10-30T22:40:03.293Z Downloaded camino-tempfile v1.1.1
2602024-10-30T22:40:03.293Z Downloaded crunchy v0.2.2
2612024-10-30T22:40:03.293Z Downloaded futures-channel v0.3.31
2622024-10-30T22:40:03.296Z Downloaded doc-comment v0.3.3
2632024-10-30T22:40:03.296Z Downloaded smallvec v1.13.2
2642024-10-30T22:40:03.296Z Downloaded hashlink v0.9.1
2652024-10-30T22:40:03.300Z Downloaded globset v0.4.15
2662024-10-30T22:40:03.300Z Downloaded try-lock v0.2.5
2672024-10-30T22:40:03.300Z Downloaded pem-rfc7468 v0.7.0
2682024-10-30T22:40:03.305Z Downloaded termcolor v1.4.1
2692024-10-30T22:40:03.305Z Downloaded group v0.13.0
2702024-10-30T22:40:03.308Z Downloaded target-spec v3.2.2
2712024-10-30T22:40:03.308Z Downloaded tokio-macros v2.4.0
2722024-10-30T22:40:03.308Z Downloaded display-error-chain v0.2.1
2732024-10-30T22:40:03.311Z Downloaded derive_builder_macro v0.20.2
2742024-10-30T22:40:03.311Z Downloaded chacha20 v0.9.1
2752024-10-30T22:40:03.317Z Downloaded anyhow v1.0.89
2762024-10-30T22:40:03.317Z Downloaded typify-macro v0.2.0
2772024-10-30T22:40:03.318Z Downloaded hickory-client v0.24.1
2782024-10-30T22:40:03.323Z Downloaded hyper-rustls v0.26.0
2792024-10-30T22:40:03.326Z Downloaded match_cfg v0.1.0
2802024-10-30T22:40:03.326Z Downloaded untrusted v0.9.0
2812024-10-30T22:40:03.326Z Downloaded spin v0.5.2
2822024-10-30T22:40:03.330Z Downloaded want v0.3.1
2832024-10-30T22:40:03.330Z Downloaded version_check v0.9.5
2842024-10-30T22:40:03.330Z Downloaded utf-8 v0.7.6
2852024-10-30T22:40:03.335Z Downloaded num-conv v0.1.0
2862024-10-30T22:40:03.335Z Downloaded pin-project-internal v1.1.6
2872024-10-30T22:40:03.341Z Downloaded peg-runtime v0.8.3
2882024-10-30T22:40:03.341Z Downloaded strum_macros v0.26.4
2892024-10-30T22:40:03.341Z Downloaded openssl-sys v0.9.103
2902024-10-30T22:40:03.345Z Downloaded crc-catalog v2.4.0
2912024-10-30T22:40:03.345Z Downloaded ahash v0.8.11
2922024-10-30T22:40:03.350Z Downloaded ctr v0.9.2
2932024-10-30T22:40:03.350Z Downloaded parse-size v1.0.0
2942024-10-30T22:40:03.355Z Downloaded arc-swap v1.7.1
2952024-10-30T22:40:03.355Z Downloaded zone v0.3.0
2962024-10-30T22:40:03.360Z Downloaded opaque-debug v0.3.1
2972024-10-30T22:40:03.361Z Downloaded tempfile v3.13.0
2982024-10-30T22:40:03.364Z Downloaded tokio-rustls v0.26.0
2992024-10-30T22:40:03.364Z Downloaded tinytemplate v1.2.1
3002024-10-30T22:40:03.364Z Downloaded pretty-hex v0.4.1
3012024-10-30T22:40:03.366Z Downloaded pretty-hex v0.2.1
3022024-10-30T22:40:03.367Z Downloaded term v0.7.0
3032024-10-30T22:40:03.371Z Downloaded curve25519-dalek-derive v0.1.1
3042024-10-30T22:40:03.373Z Downloaded indent_write v2.2.0
3052024-10-30T22:40:03.373Z Downloaded embedded-io v0.4.0
3062024-10-30T22:40:03.376Z Downloaded lru v0.12.5
3072024-10-30T22:40:03.376Z Downloaded ed25519 v2.2.3
3082024-10-30T22:40:03.379Z Downloaded tokio-stream v0.1.16
3092024-10-30T22:40:03.383Z Downloaded tokio-tungstenite v0.21.0
3102024-10-30T22:40:03.385Z Downloaded hmac v0.12.1
3112024-10-30T22:40:03.394Z Downloaded embedded-io v0.6.1
3122024-10-30T22:40:03.394Z Downloaded schemars v0.8.21
3132024-10-30T22:40:03.402Z Downloaded parking v2.2.1
3142024-10-30T22:40:03.407Z Downloaded structmeta v0.2.0
3152024-10-30T22:40:03.407Z Downloaded time-core v0.1.2
3162024-10-30T22:40:03.407Z Downloaded nodrop v0.1.14
3172024-10-30T22:40:03.407Z Downloaded mime v0.3.17
3182024-10-30T22:40:03.407Z Downloaded rand_distr v0.4.3
3192024-10-30T22:40:03.413Z Downloaded predicates-tree v1.0.11
3202024-10-30T22:40:03.413Z Downloaded is_terminal_polyfill v1.70.1
3212024-10-30T22:40:03.416Z Downloaded parse-display v0.10.0
3222024-10-30T22:40:03.416Z Downloaded ecdsa v0.16.9
3232024-10-30T22:40:03.416Z Downloaded p256 v0.13.2
3242024-10-30T22:40:03.421Z Downloaded rfc6979 v0.4.0
3252024-10-30T22:40:03.424Z Downloaded relative-path v1.9.3
3262024-10-30T22:40:03.424Z Downloaded phf v0.11.2
3272024-10-30T22:40:03.424Z Downloaded parse-display-derive v0.10.0
3282024-10-30T22:40:03.427Z Downloaded jobserver v0.1.32
3292024-10-30T22:40:03.427Z Downloaded endian-type v0.1.2
3302024-10-30T22:40:03.430Z Downloaded downcast v0.11.0
3312024-10-30T22:40:03.430Z Downloaded base64 v0.21.7
3322024-10-30T22:40:03.436Z Downloaded base64 v0.22.1
3332024-10-30T22:40:03.441Z Downloaded memmap2 v0.9.5
3342024-10-30T22:40:03.449Z Downloaded serde_derive v1.0.210
3352024-10-30T22:40:03.449Z Downloaded sha1 v0.10.6
3362024-10-30T22:40:03.449Z Downloaded sec1 v0.7.3
3372024-10-30T22:40:03.449Z Downloaded structmeta-derive v0.2.0
3382024-10-30T22:40:03.456Z Downloaded structmeta v0.3.0
3392024-10-30T22:40:03.457Z Downloaded strsim v0.11.1
3402024-10-30T22:40:03.457Z Downloaded strip-ansi-escapes v0.2.0
3412024-10-30T22:40:03.457Z Downloaded ucd-trie v0.1.7
3422024-10-30T22:40:03.457Z Downloaded defmt-parser v0.3.4
3432024-10-30T22:40:03.457Z Downloaded crc-any v2.5.0
3442024-10-30T22:40:03.463Z Downloaded toml_datetime v0.6.8
3452024-10-30T22:40:03.463Z Downloaded threadpool v1.8.1
3462024-10-30T22:40:03.463Z Downloaded const-oid v0.9.6
3472024-10-30T22:40:03.463Z Downloaded wyz v0.5.1
3482024-10-30T22:40:03.468Z Downloaded utf8parse v0.2.2
3492024-10-30T22:40:03.468Z Downloaded structmeta-derive v0.3.0
3502024-10-30T22:40:03.468Z Downloaded sqlformat v0.2.6
3512024-10-30T22:40:03.473Z Downloaded number_prefix v0.4.0
3522024-10-30T22:40:03.473Z Downloaded num_threads v0.1.7
3532024-10-30T22:40:03.473Z Downloaded phf_shared v0.10.0
3542024-10-30T22:40:03.473Z Downloaded unicode-truncate v1.1.0
3552024-10-30T22:40:03.475Z Downloaded zeroize v1.8.1
3562024-10-30T22:40:03.476Z Downloaded signal-hook v0.3.17
3572024-10-30T22:40:03.478Z Downloaded slog-dtrace v0.3.0
3582024-10-30T22:40:03.478Z Downloaded mime_guess v2.0.5
3592024-10-30T22:40:03.481Z Downloaded zeroize_derive v1.4.2
3602024-10-30T22:40:03.484Z Downloaded secrecy v0.8.0
3612024-10-30T22:40:03.484Z Downloaded bytes v1.7.2
3622024-10-30T22:40:03.489Z Downloaded event-listener-strategy v0.5.2
3632024-10-30T22:40:03.489Z Downloaded event-listener v2.5.3
3642024-10-30T22:40:03.489Z Downloaded dof v0.3.0
3652024-10-30T22:40:03.494Z Downloaded defmt-macros v0.3.9
3662024-10-30T22:40:03.501Z Downloaded heapless v0.7.17
3672024-10-30T22:40:03.501Z Downloaded plotters-backend v0.3.7
3682024-10-30T22:40:03.505Z Downloaded serde_with_macros v3.11.0
3692024-10-30T22:40:03.505Z Downloaded crucible-workspace-hack v0.1.0
3702024-10-30T22:40:03.505Z Downloaded h2 v0.4.6
3712024-10-30T22:40:03.510Z Downloaded itoa v1.0.11
3722024-10-30T22:40:03.510Z Downloaded ipnetwork v0.20.0
3732024-10-30T22:40:03.515Z Downloaded indexmap v1.9.3
3742024-10-30T22:40:03.520Z Downloaded hickory-server v0.24.1
3752024-10-30T22:40:03.522Z Downloaded der_derive v0.7.3
3762024-10-30T22:40:03.525Z Downloaded flate2 v1.0.34
3772024-10-30T22:40:03.529Z Downloaded slog-bunyan v2.5.0
3782024-10-30T22:40:03.533Z Downloaded mockall v0.13.0
3792024-10-30T22:40:03.533Z Downloaded hyper-util v0.1.9
3802024-10-30T22:40:03.536Z Downloaded maybe-uninit v2.0.0
3812024-10-30T22:40:03.540Z Downloaded goblin v0.8.2
3822024-10-30T22:40:03.544Z Downloaded num v0.4.3
3832024-10-30T22:40:03.550Z Downloaded lru-cache v0.1.2
3842024-10-30T22:40:03.550Z Downloaded lazycell v1.3.0
3852024-10-30T22:40:03.550Z Downloaded hyper v0.14.30
3862024-10-30T22:40:03.557Z Downloaded cpufeatures v0.2.14
3872024-10-30T22:40:03.565Z Downloaded samael v0.0.17
3882024-10-30T22:40:03.565Z Downloaded headers v0.4.0
3892024-10-30T22:40:03.569Z Downloaded md5 v0.7.0
3902024-10-30T22:40:03.569Z Downloaded serde_regex v1.1.0
3912024-10-30T22:40:03.573Z Downloaded matches v0.1.10
3922024-10-30T22:40:03.574Z Downloaded instant v0.1.13
3932024-10-30T22:40:03.574Z Downloaded piper v0.2.4
3942024-10-30T22:40:03.595Z Downloaded progenitor-macro v0.8.0
3952024-10-30T22:40:03.595Z Downloaded console v0.15.8
3962024-10-30T22:40:03.595Z Downloaded vsss-rs v3.3.4
3972024-10-30T22:40:03.595Z Downloaded serde_repr v0.1.19
3982024-10-30T22:40:03.595Z Downloaded rand_xorshift v0.3.0
3992024-10-30T22:40:03.595Z Downloaded radium v0.7.0
4002024-10-30T22:40:03.595Z Downloaded terminal_size v0.4.0
4012024-10-30T22:40:03.595Z Downloaded tap v1.0.1
4022024-10-30T22:40:03.595Z Downloaded take_mut v0.2.2
4032024-10-30T22:40:03.595Z Downloaded subtle v2.6.1
4042024-10-30T22:40:03.595Z Downloaded unicode-linebreak v0.1.5
4052024-10-30T22:40:03.595Z Downloaded tokio-native-tls v0.3.1
4062024-10-30T22:40:03.602Z Downloaded shell-words v1.1.0
4072024-10-30T22:40:03.602Z Downloaded serde_urlencoded v0.7.1
4082024-10-30T22:40:03.602Z Downloaded serde_spanned v0.6.8
4092024-10-30T22:40:03.602Z Downloaded supports-color v3.0.1
4102024-10-30T22:40:03.608Z Downloaded tokio-rustls v0.25.0
4112024-10-30T22:40:03.608Z Downloaded hashbrown v0.12.3
4122024-10-30T22:40:03.608Z Downloaded serde_tokenstream v0.2.2
4132024-10-30T22:40:03.616Z Downloaded unicode-xid v0.2.6
4142024-10-30T22:40:03.616Z Downloaded steno v0.4.1
4152024-10-30T22:40:03.616Z Downloaded event-listener v5.3.1
4162024-10-30T22:40:03.623Z Downloaded nu-ansi-term v0.50.1
4172024-10-30T22:40:03.623Z Downloaded difflib v0.4.0
4182024-10-30T22:40:03.623Z Downloaded crossbeam-deque v0.8.5
4192024-10-30T22:40:03.629Z Downloaded partial-io v0.5.4
4202024-10-30T22:40:03.629Z Downloaded crc v3.2.1
4212024-10-30T22:40:03.629Z Downloaded termtree v0.4.1
4222024-10-30T22:40:03.631Z Downloaded sync_wrapper v0.1.2
4232024-10-30T22:40:03.631Z Downloaded sigpipe v0.1.3
4242024-10-30T22:40:03.631Z Downloaded pkcs1 v0.7.5
4252024-10-30T22:40:03.632Z Downloaded toml v0.8.19
4262024-10-30T22:40:03.635Z Downloaded md-5 v0.10.6
4272024-10-30T22:40:03.639Z Downloaded inout v0.1.3
4282024-10-30T22:40:03.639Z Downloaded ena v0.14.3
4292024-10-30T22:40:03.641Z Downloaded enum-as-inner v0.6.1
4302024-10-30T22:40:03.641Z Downloaded dyn-clone v1.0.17
4312024-10-30T22:40:03.644Z Downloaded macaddr v1.0.1
4322024-10-30T22:40:03.649Z Downloaded managed v0.8.0
4332024-10-30T22:40:03.649Z Downloaded packed_struct_codegen v0.10.1
4342024-10-30T22:40:03.652Z Downloaded libsw v3.3.1
4352024-10-30T22:40:03.652Z Downloaded instability v0.3.2
4362024-10-30T22:40:03.652Z Downloaded rand_chacha v0.3.1
4372024-10-30T22:40:03.652Z Downloaded serde_yaml v0.9.34+deprecated
4382024-10-30T22:40:03.656Z Downloaded clap_lex v0.7.2
4392024-10-30T22:40:03.662Z Downloaded which v4.4.2
4402024-10-30T22:40:03.663Z Downloaded vte_generate_state_changes v0.1.2
4412024-10-30T22:40:03.663Z Downloaded tokio-rustls v0.24.1
4422024-10-30T22:40:03.671Z Downloaded target-lexicon v0.12.16
4432024-10-30T22:40:03.671Z Downloaded mockall_derive v0.13.0
4442024-10-30T22:40:03.671Z Downloaded git2 v0.19.0
4452024-10-30T22:40:03.677Z Downloaded escape8259 v0.5.3
4462024-10-30T22:40:03.682Z Downloaded cstr-argument v0.1.2
4472024-10-30T22:40:03.682Z Downloaded rustversion v1.0.17
4482024-10-30T22:40:03.682Z Downloaded rusty-fork v0.3.0
4492024-10-30T22:40:03.685Z Downloaded rand v0.8.5
4502024-10-30T22:40:03.688Z Downloaded rtoolbox v0.0.2
4512024-10-30T22:40:03.688Z Downloaded concurrent-queue v2.5.0
4522024-10-30T22:40:03.691Z Downloaded similar-asserts v1.6.0
4532024-10-30T22:40:03.691Z Downloaded blake3 v1.5.4
4542024-10-30T22:40:03.698Z Downloaded pathdiff v0.2.2
4552024-10-30T22:40:03.701Z Downloaded path-slash v0.1.5
4562024-10-30T22:40:03.701Z Downloaded normalize-line-endings v0.3.0
4572024-10-30T22:40:03.705Z Downloaded rustls-pemfile v2.2.0
4582024-10-30T22:40:03.705Z Downloaded thread-id v4.2.2
4592024-10-30T22:40:03.708Z Downloaded aes v0.8.4
4602024-10-30T22:40:03.716Z Downloaded ed25519-dalek v2.1.1
4612024-10-30T22:40:03.716Z Downloaded textwrap v0.16.1
4622024-10-30T22:40:03.724Z Downloaded peg-macros v0.8.4
4632024-10-30T22:40:03.724Z Downloaded num-rational v0.4.2
4642024-10-30T22:40:03.724Z Downloaded http v0.2.12
4652024-10-30T22:40:03.728Z Downloaded http v1.1.0
4662024-10-30T22:40:03.728Z Downloaded sqlparser_derive v0.2.2
4672024-10-30T22:40:03.728Z Downloaded stringmetrics v2.2.2
4682024-10-30T22:40:03.732Z Downloaded tui-tree-widget v0.22.0
4692024-10-30T22:40:03.732Z Downloaded postgres-types v0.2.8
4702024-10-30T22:40:03.737Z Downloaded topological-sort v0.2.2
4712024-10-30T22:40:03.737Z Downloaded thiserror-no-std v2.0.2
4722024-10-30T22:40:03.739Z Downloaded zone v0.1.8
4732024-10-30T22:40:03.739Z Downloaded miniz_oxide v0.8.0
4742024-10-30T22:40:03.742Z Downloaded postgres-protocol v0.6.7
4752024-10-30T22:40:03.746Z Downloaded pin-project-lite v0.2.14
4762024-10-30T22:40:03.748Z Downloaded toolchain_find v0.4.0
4772024-10-30T22:40:03.751Z Downloaded diesel_table_macro_syntax v0.2.0
4782024-10-30T22:40:03.751Z Downloaded zerocopy v0.6.6
4792024-10-30T22:40:03.753Z Downloaded kv-log-macro v1.0.7
4802024-10-30T22:40:03.757Z Downloaded errno v0.3.9
4812024-10-30T22:40:03.758Z Downloaded string_cache v0.8.7
4822024-10-30T22:40:03.760Z Downloaded crossbeam-epoch v0.9.18
4832024-10-30T22:40:03.765Z Downloaded parking_lot v0.11.2
4842024-10-30T22:40:03.765Z Downloaded zip v0.6.6
4852024-10-30T22:40:03.769Z Downloaded kstat-rs v0.2.4
4862024-10-30T22:40:03.769Z Downloaded indoc v1.0.9
4872024-10-30T22:40:03.777Z Downloaded quinn-udp v0.5.5
4882024-10-30T22:40:03.784Z Downloaded pbkdf2 v0.11.0
4892024-10-30T22:40:03.784Z Downloaded diff v0.1.13
4902024-10-30T22:40:03.784Z Downloaded der v0.7.9
4912024-10-30T22:40:03.790Z Downloaded num-traits v0.2.19
4922024-10-30T22:40:03.793Z Downloaded derive_builder v0.20.2
4932024-10-30T22:40:03.793Z Downloaded spki v0.7.3
4942024-10-30T22:40:03.798Z Downloaded slog-json v2.6.1
4952024-10-30T22:40:03.798Z Downloaded same-file v1.0.6
4962024-10-30T22:40:03.798Z Downloaded rpassword v7.3.1
4972024-10-30T22:40:03.801Z Downloaded smf v0.2.3
4982024-10-30T22:40:03.801Z Downloaded postcard v1.0.10
4992024-10-30T22:40:03.805Z Downloaded tokio-tungstenite v0.24.0
5002024-10-30T22:40:03.811Z Downloaded tungstenite v0.23.0
5012024-10-30T22:40:03.811Z Downloaded aho-corasick v1.1.3
5022024-10-30T22:40:03.821Z Downloaded darling_macro v0.20.10
5032024-10-30T22:40:03.829Z Downloaded xz2 v0.1.7
5042024-10-30T22:40:03.829Z Downloaded criterion-plot v0.5.0
5052024-10-30T22:40:03.829Z Downloaded usdt-attr-macro v0.5.0
5062024-10-30T22:40:03.829Z Downloaded libxml v0.3.3
5072024-10-30T22:40:03.838Z Downloaded serde_plain v1.0.2
5082024-10-30T22:40:03.838Z Downloaded impl-trait-for-tuples v0.2.2
5092024-10-30T22:40:03.838Z Downloaded fallible-iterator v0.3.0
5102024-10-30T22:40:03.838Z Downloaded crc32fast v1.4.2
5112024-10-30T22:40:03.838Z Downloaded prettyplease v0.2.22
5122024-10-30T22:40:03.843Z Downloaded digest v0.10.7
5132024-10-30T22:40:03.843Z Downloaded pbkdf2 v0.12.2
5142024-10-30T22:40:03.844Z Downloaded quote v1.0.37
5152024-10-30T22:40:03.850Z Downloaded lock_api v0.4.12
5162024-10-30T22:40:03.850Z Downloaded serde-hex v0.1.0
5172024-10-30T22:40:03.850Z Downloaded tracing-attributes v0.1.27
5182024-10-30T22:40:03.853Z Downloaded equivalent v1.0.1
5192024-10-30T22:40:03.853Z Downloaded rustls-pki-types v1.9.0
5202024-10-30T22:40:03.855Z Downloaded new_debug_unreachable v1.0.6
5212024-10-30T22:40:03.855Z Downloaded num-iter v0.1.45
5222024-10-30T22:40:03.858Z Downloaded num_enum_derive v0.5.11
5232024-10-30T22:40:03.859Z Downloaded snafu-derive v0.8.5
5242024-10-30T22:40:03.864Z Downloaded unicode-segmentation v1.12.0
5252024-10-30T22:40:03.864Z Downloaded polyval v0.6.2
5262024-10-30T22:40:03.866Z Downloaded password-hash v0.5.0
5272024-10-30T22:40:03.870Z Downloaded scheduled-thread-pool v0.2.7
5282024-10-30T22:40:03.870Z Downloaded psl-types v2.0.11
5292024-10-30T22:40:03.870Z Downloaded clang-sys v1.8.1
5302024-10-30T22:40:03.878Z Downloaded guppy v0.17.8
5312024-10-30T22:40:03.886Z Downloaded unicode_categories v0.1.1
5322024-10-30T22:40:03.886Z Downloaded shlex v1.3.0
5332024-10-30T22:40:03.886Z Downloaded tokio-postgres v0.7.12
5342024-10-30T22:40:03.894Z Downloaded strum v0.26.3
5352024-10-30T22:40:03.894Z Downloaded slog-async v2.8.0
5362024-10-30T22:40:03.894Z Downloaded scopeguard v1.2.0
5372024-10-30T22:40:03.897Z Downloaded slog-scope v4.4.0
5382024-10-30T22:40:03.897Z Downloaded thread_local v1.1.8
5392024-10-30T22:40:03.897Z Downloaded thiserror-impl-no-std v2.0.2
5402024-10-30T22:40:03.897Z Downloaded thiserror-impl v1.0.64
5412024-10-30T22:40:03.897Z Downloaded zerocopy-derive v0.7.35
5422024-10-30T22:40:03.902Z Downloaded usdt-macro v0.5.0
5432024-10-30T22:40:03.904Z Downloaded expectorate v1.1.0
5442024-10-30T22:40:03.904Z Downloaded log v0.4.22
5452024-10-30T22:40:03.907Z Downloaded similar v2.6.0
5462024-10-30T22:40:03.912Z Downloaded progenitor-client v0.8.0
5472024-10-30T22:40:03.918Z Downloaded nested v0.1.1
5482024-10-30T22:40:03.918Z Downloaded diesel-dtrace v0.3.0
5492024-10-30T22:40:03.919Z Downloaded crypto-bigint v0.5.5
5502024-10-30T22:40:03.924Z Downloaded dhcproto-macros v0.1.0
5512024-10-30T22:40:03.924Z Downloaded env_filter v0.1.2
5522024-10-30T22:40:03.928Z Downloaded libloading v0.8.5
5532024-10-30T22:40:03.931Z Downloaded once_cell v1.20.2
5542024-10-30T22:40:03.931Z Downloaded num-derive v0.4.2
5552024-10-30T22:40:03.935Z Downloaded scroll_derive v0.12.0
5562024-10-30T22:40:03.935Z Downloaded rust-argon2 v2.1.0
5572024-10-30T22:40:03.938Z Downloaded newline-converter v0.3.0
5582024-10-30T22:40:03.938Z Downloaded packed_struct v0.10.1
5592024-10-30T22:40:03.938Z Downloaded lalrpop-util v0.19.12
5602024-10-30T22:40:03.940Z Downloaded russh-keys v0.45.0
5612024-10-30T22:40:03.943Z Downloaded time v0.3.36
5622024-10-30T22:40:03.948Z Downloaded mio v1.0.2
5632024-10-30T22:40:03.954Z Downloaded ssh-encoding v0.2.0
5642024-10-30T22:40:03.957Z Downloaded rustls-pemfile v1.0.4
5652024-10-30T22:40:03.960Z Downloaded toml v0.7.8
5662024-10-30T22:40:03.962Z Downloaded openssl-probe v0.1.5
5672024-10-30T22:40:03.964Z Downloaded h2 v0.3.26
5682024-10-30T22:40:03.969Z Downloaded unicase v2.7.0
5692024-10-30T22:40:03.972Z Downloaded clap_derive v4.5.18
5702024-10-30T22:40:03.974Z Downloaded ssh-cipher v0.2.0
5712024-10-30T22:40:03.977Z Downloaded value-bag v1.9.0
5722024-10-30T22:40:03.980Z Downloaded cobs v0.2.3
5732024-10-30T22:40:03.980Z Downloaded waitgroup v0.1.2
5742024-10-30T22:40:03.980Z Downloaded deranged v0.3.11
5752024-10-30T22:40:03.983Z Downloaded openssl-macros v0.1.1
5762024-10-30T22:40:03.983Z Downloaded signal-hook-tokio v0.3.1
5772024-10-30T22:40:03.986Z Downloaded indicatif v0.17.8
5782024-10-30T22:40:03.988Z Downloaded newtype-uuid v1.1.2
5792024-10-30T22:40:03.992Z Downloaded multimap v0.10.0
5802024-10-30T22:40:03.992Z Downloaded dirs-next v2.0.0
5812024-10-30T22:40:03.992Z Downloaded env_logger v0.11.5
5822024-10-30T22:40:03.994Z Downloaded socket2 v0.5.7
5832024-10-30T22:40:03.997Z Downloaded is_ci v1.2.0
5842024-10-30T22:40:04.002Z Downloaded native-tls v0.2.12
5852024-10-30T22:40:04.005Z Downloaded omicron-zone-package v0.11.1
5862024-10-30T22:40:04.005Z Downloaded ryu v1.0.18
5872024-10-30T22:40:04.010Z Downloaded scrypt v0.11.0
5882024-10-30T22:40:04.010Z Downloaded rustc-hash v2.0.0
5892024-10-30T22:40:04.010Z Downloaded libtest-mimic v0.7.3
5902024-10-30T22:40:04.014Z Downloaded env_logger v0.10.2
5912024-10-30T22:40:04.018Z Downloaded plotters v0.3.7
5922024-10-30T22:40:04.024Z Downloaded proc-macro-error-attr v1.0.4
5932024-10-30T22:40:04.027Z Downloaded dirs-sys-next v0.1.2
5942024-10-30T22:40:04.028Z Downloaded colorchoice v1.0.2
5952024-10-30T22:40:04.028Z Downloaded stringprep v0.1.5
5962024-10-30T22:40:04.030Z Downloaded quick-xml v0.33.0
5972024-10-30T22:40:04.034Z Downloaded smawk v0.3.2
5982024-10-30T22:40:04.038Z Downloaded slog v2.7.0
5992024-10-30T22:40:04.041Z Downloaded serde-big-array v0.5.1
6002024-10-30T22:40:04.041Z Downloaded usdt-impl v0.5.0
6012024-10-30T22:40:04.044Z Downloaded tungstenite v0.21.0
6022024-10-30T22:40:04.047Z Downloaded darling_core v0.20.10
6032024-10-30T22:40:04.050Z Downloaded swrite v0.1.0
6042024-10-30T22:40:04.052Z Downloaded tiny-keccak v2.0.2
6052024-10-30T22:40:04.055Z Downloaded termios v0.3.3
6062024-10-30T22:40:04.058Z Downloaded tabwriter v1.4.0
6072024-10-30T22:40:04.059Z Downloaded tabled_derive v0.7.0
6082024-10-30T22:40:04.059Z Downloaded nanorand v0.7.0
6092024-10-30T22:40:04.061Z Downloaded tinyvec_macros v0.1.1
6102024-10-30T22:40:04.061Z Downloaded cookie v0.18.1
6112024-10-30T22:40:04.064Z Downloaded hyper v1.4.1
6122024-10-30T22:40:04.070Z Downloaded sync_wrapper v1.0.1
6132024-10-30T22:40:04.072Z Downloaded dtrace-parser v0.2.0
6142024-10-30T22:40:04.072Z Downloaded rustc_version v0.1.7
6152024-10-30T22:40:04.075Z Downloaded parking_lot v0.12.3
6162024-10-30T22:40:04.075Z Downloaded is-terminal v0.4.13
6172024-10-30T22:40:04.079Z Downloaded dsl_auto_type v0.1.2
6182024-10-30T22:40:04.079Z Downloaded quick-error v1.2.3
6192024-10-30T22:40:04.080Z Downloaded phf_shared v0.11.2
6202024-10-30T22:40:04.083Z Downloaded crossbeam-channel v0.5.13
6212024-10-30T22:40:04.085Z Downloaded wait-timeout v0.2.0
6222024-10-30T22:40:04.089Z Downloaded tabled v0.15.0
6232024-10-30T22:40:04.102Z Downloaded newtype_derive v0.1.6
6242024-10-30T22:40:04.105Z Downloaded async-std v1.13.0
6252024-10-30T22:40:04.123Z Downloaded plotters-svg v0.3.7
6262024-10-30T22:40:04.126Z Downloaded proc-macro-crate v3.2.0
6272024-10-30T22:40:04.126Z Downloaded indoc v2.0.5
6282024-10-30T22:40:04.129Z Downloaded siphasher v0.3.11
6292024-10-30T22:40:04.129Z Downloaded des v0.8.1
6302024-10-30T22:40:04.131Z Downloaded diesel_derives v2.2.3
6312024-10-30T22:40:04.135Z Downloaded fallible-iterator v0.2.0
6322024-10-30T22:40:04.138Z Downloaded bitvec v1.0.1
6332024-10-30T22:40:04.151Z Downloaded colored v2.1.0
6342024-10-30T22:40:04.154Z Downloaded usdt v0.5.0
6352024-10-30T22:40:04.154Z Downloaded scroll v0.12.0
6362024-10-30T22:40:04.164Z Downloaded uzers v0.12.1
6372024-10-30T22:40:04.164Z Downloaded rustc-demangle v0.1.24
6382024-10-30T22:40:04.167Z Downloaded proc-macro-crate v1.3.1
6392024-10-30T22:40:04.167Z Downloaded parking_lot_core v0.9.10
6402024-10-30T22:40:04.167Z Downloaded ron v0.8.1
6412024-10-30T22:40:04.172Z Downloaded tls_codec v0.4.1
6422024-10-30T22:40:04.172Z Downloaded num-complex v0.4.6
6432024-10-30T22:40:04.174Z Downloaded criterion v0.5.1
6442024-10-30T22:40:04.179Z Downloaded tls_codec_derive v0.4.1
6452024-10-30T22:40:04.182Z Downloaded strum_macros v0.24.3
6462024-10-30T22:40:04.185Z Downloaded pin-utils v0.1.0
6472024-10-30T22:40:04.185Z Downloaded clap v4.5.20
6482024-10-30T22:40:04.193Z Downloaded data-encoding v2.6.0
6492024-10-30T22:40:04.196Z Downloaded strum_macros v0.25.3
6502024-10-30T22:40:04.200Z Downloaded pest_derive v2.7.14
6512024-10-30T22:40:04.200Z Downloaded ipnet v2.10.1
6522024-10-30T22:40:04.203Z Downloaded serde_with v3.11.0
6532024-10-30T22:40:04.208Z Downloaded untrusted v0.7.1
6542024-10-30T22:40:04.213Z Downloaded datatest-stable v0.2.9
6552024-10-30T22:40:04.216Z Downloaded dropshot_endpoint v0.12.0
6562024-10-30T22:40:04.216Z Downloaded darling v0.20.10
6572024-10-30T22:40:04.218Z Downloaded tough v0.17.1
6582024-10-30T22:40:04.226Z Downloaded vte v0.11.1
6592024-10-30T22:40:04.230Z Downloaded vergen v8.3.2
6602024-10-30T22:40:04.232Z Downloaded uuid v1.10.0
6612024-10-30T22:40:04.236Z Downloaded toml_edit v0.22.22
6622024-10-30T22:40:04.256Z Downloaded constant_time_eq v0.3.1
6632024-10-30T22:40:04.260Z Downloaded proc-macro-error v1.0.4
6642024-10-30T22:40:04.263Z Downloaded rstest_macros v0.23.0
6652024-10-30T22:40:04.263Z Downloaded rustls-webpki v0.102.8
6662024-10-30T22:40:04.281Z Downloaded const_format_proc_macros v0.2.33
6672024-10-30T22:40:04.285Z Downloaded unicode-bidi v0.3.17
6682024-10-30T22:40:04.288Z Downloaded quinn v0.11.5
6692024-10-30T22:40:04.291Z Downloaded sqlparser v0.45.0
6702024-10-30T22:40:04.295Z Downloaded parking_lot_core v0.8.6
6712024-10-30T22:40:04.300Z Downloaded percent-encoding v2.3.1
6722024-10-30T22:40:04.300Z Downloaded pin-project v1.1.6
6732024-10-30T22:40:04.308Z Downloaded pest_meta v2.7.14
6742024-10-30T22:40:04.312Z Downloaded rsa v0.9.6
6752024-10-30T22:40:04.317Z Downloaded rusqlite v0.32.1
6762024-10-30T22:40:04.322Z Downloaded quinn-proto v0.11.8
6772024-10-30T22:40:04.328Z Downloaded progenitor-impl v0.8.0
6782024-10-30T22:40:04.331Z Downloaded hickory-proto v0.24.1
6792024-10-30T22:40:04.344Z Downloaded compact_str v0.8.0
6802024-10-30T22:40:04.348Z Downloaded serde v1.0.210
6812024-10-30T22:40:04.351Z Downloaded typed-path v0.7.1
6822024-10-30T22:40:04.357Z Downloaded unsafe-libyaml v0.2.11
6832024-10-30T22:40:04.361Z Downloaded gimli v0.31.1
6842024-10-30T22:40:04.368Z Downloaded nom v7.1.3
6852024-10-30T22:40:04.373Z Downloaded indexmap v2.6.0
6862024-10-30T22:40:04.377Z Downloaded rustyline v14.0.0
6872024-10-30T22:40:04.382Z Downloaded winnow v0.6.20
6882024-10-30T22:40:04.390Z Downloaded zerocopy v0.7.35
6892024-10-30T22:40:04.406Z Downloaded russh v0.45.0
6902024-10-30T22:40:04.411Z Downloaded url v2.5.2
6912024-10-30T22:40:04.417Z Downloaded minimal-lexical v0.2.1
6922024-10-30T22:40:04.420Z Downloaded memchr v2.7.4
6932024-10-30T22:40:04.425Z Downloaded publicsuffix v2.2.3
6942024-10-30T22:40:04.428Z Downloaded rustls-webpki v0.101.7
6952024-10-30T22:40:04.442Z Downloaded libm v0.2.8
6962024-10-30T22:40:04.452Z Downloaded rustls v0.21.12
6972024-10-30T22:40:04.469Z Downloaded winnow v0.5.40
6982024-10-30T22:40:04.474Z Downloaded itertools v0.13.0
6992024-10-30T22:40:04.478Z Downloaded num-bigint-dig v0.8.4
7002024-10-30T22:40:04.481Z Downloaded bstr v1.10.0
7012024-10-30T22:40:04.490Z Downloaded portable-atomic v1.9.0
7022024-10-30T22:40:04.496Z Downloaded object v0.30.4
7032024-10-30T22:40:04.506Z Downloaded tokio-util v0.7.12
7042024-10-30T22:40:04.516Z Downloaded itertools v0.10.5
7052024-10-30T22:40:04.522Z Downloaded p521 v0.13.3
7062024-10-30T22:40:04.525Z Downloaded itertools v0.12.1
7072024-10-30T22:40:04.529Z Downloaded chrono-tz v0.10.0
7082024-10-30T22:40:04.535Z Downloaded radix_trie v0.2.1
7092024-10-30T22:40:04.541Z Downloaded unicode-width v0.1.14
7102024-10-30T22:40:04.546Z Downloaded curve25519-dalek v4.1.3
7112024-10-30T22:40:04.555Z Downloaded trust-dns-proto v0.22.0
7122024-10-30T22:40:04.569Z Downloaded regex-syntax v0.6.29
7132024-10-30T22:40:04.574Z Downloaded smoltcp v0.9.1
7142024-10-30T22:40:04.587Z Downloaded vcpkg v0.2.15
7152024-10-30T22:40:04.623Z Downloaded syn v1.0.109
7162024-10-30T22:40:04.633Z Downloaded dropshot v0.12.0
7172024-10-30T22:40:04.654Z Downloaded openssl v0.10.66
7182024-10-30T22:40:04.663Z Downloaded lalrpop v0.19.12
7192024-10-30T22:40:04.672Z Downloaded polar-core v0.27.3
7202024-10-30T22:40:04.681Z Downloaded syn v2.0.79
7212024-10-30T22:40:04.692Z Downloaded idna v0.4.0
7222024-10-30T22:40:04.699Z Downloaded idna v0.5.0
7232024-10-30T22:40:04.705Z Downloaded typify-impl v0.2.0
7242024-10-30T22:40:04.719Z Downloaded idna v0.2.3
7252024-10-30T22:40:04.726Z Downloaded regress v0.10.1
7262024-10-30T22:40:04.733Z Downloaded idna v0.3.0
7272024-10-30T22:40:04.738Z Downloaded nix v0.28.0
7282024-10-30T22:40:04.751Z Downloaded regress v0.9.1
7292024-10-30T22:40:04.758Z Downloaded object v0.36.5
7302024-10-30T22:40:04.780Z Downloaded nix v0.27.1
7312024-10-30T22:40:04.821Z Downloaded ratatui v0.28.1
7322024-10-30T22:40:04.821Z Downloaded zerocopy-derive v0.6.6
7332024-10-30T22:40:04.849Z Downloaded rustls v0.23.14
7342024-10-30T22:40:04.849Z Downloaded sled v0.34.7
7352024-10-30T22:40:04.849Z Downloaded bzip2-sys v0.1.11+1.0.8
7362024-10-30T22:40:04.853Z Downloaded diesel v2.2.4
7372024-10-30T22:40:04.860Z Downloaded rustls v0.22.4
7382024-10-30T22:40:04.869Z Downloaded smoltcp v0.11.0
7392024-10-30T22:40:04.881Z Downloaded nix v0.29.0
7402024-10-30T22:40:04.894Z Downloaded regex-syntax v0.8.5
7412024-10-30T22:40:04.901Z Downloaded regex-automata v0.4.8
7422024-10-30T22:40:04.919Z Downloaded rustix v0.38.37
7432024-10-30T22:40:04.937Z Downloaded openapiv3 v2.0.0
7442024-10-30T22:40:04.949Z Downloaded clap_builder v4.5.20
7452024-10-30T22:40:04.955Z Downloaded webpki-roots v0.26.6
7462024-10-30T22:40:04.959Z Downloaded regex v1.11.0
7472024-10-30T22:40:04.971Z Downloaded proptest v1.5.0
7482024-10-30T22:40:04.981Z Downloaded qorb v0.1.2
7492024-10-30T22:40:04.985Z Downloaded libc v0.2.161
7502024-10-30T22:40:05.011Z Downloaded petgraph v0.6.5
7512024-10-30T22:40:05.026Z Downloaded libz-sys v1.1.20
7522024-10-30T22:40:05.047Z Downloaded rayon v1.10.0
7532024-10-30T22:40:05.054Z Downloaded salty v0.3.0
7542024-10-30T22:40:05.062Z Downloaded pest_generator v2.7.14
7552024-10-30T22:40:05.065Z Downloaded peg v0.8.4
7562024-10-30T22:40:05.071Z Downloaded rustls-native-certs v0.7.3
7572024-10-30T22:40:05.071Z Downloaded dhcproto v0.12.0
7582024-10-30T22:40:05.073Z Downloaded crossterm v0.28.1
7592024-10-30T22:40:05.078Z Downloaded x509-cert v0.2.5
7602024-10-30T22:40:05.083Z Downloaded nibble_vec v0.1.0
7612024-10-30T22:40:05.086Z Downloaded slog-term v2.9.1
7622024-10-30T22:40:05.086Z Downloaded debug-ignore v1.0.5
7632024-10-30T22:40:05.092Z Downloaded toml_edit v0.19.15
7642024-10-30T22:40:05.104Z Downloaded tokio v1.40.0
7652024-10-30T22:40:05.141Z Downloaded csv v1.3.0
7662024-10-30T22:40:05.156Z Downloaded sha3 v0.10.8
7672024-10-30T22:40:05.162Z Downloaded lzma-sys v0.1.20
7682024-10-30T22:40:05.189Z Downloaded unicode-ident v1.0.13
7692024-10-30T22:40:05.194Z Downloaded unicode-normalization v0.1.24
7702024-10-30T22:40:05.197Z Downloaded snafu v0.8.5
7712024-10-30T22:40:05.203Z Downloaded signal-hook-registry v1.4.2
7722024-10-30T22:40:05.207Z Downloaded test-strategy v0.3.1
7732024-10-30T22:40:05.208Z Downloaded polling v3.7.3
7742024-10-30T22:40:05.211Z Downloaded reedline v0.35.0
7752024-10-30T22:40:05.214Z Downloaded multer v3.1.0
7762024-10-30T22:40:05.217Z Downloaded num-bigint v0.4.6
7772024-10-30T22:40:05.220Z Downloaded yansi v1.0.1
7782024-10-30T22:40:05.223Z Downloaded pest v2.7.14
7792024-10-30T22:40:05.228Z Downloaded slab v0.4.9
7802024-10-30T22:40:05.232Z Downloaded universal-hash v0.5.1
7812024-10-30T22:40:05.232Z Downloaded defmt v0.3.8
7822024-10-30T22:40:05.236Z Downloaded whoami v1.5.2
7832024-10-30T22:40:05.243Z Downloaded typenum v1.17.0
7842024-10-30T22:40:05.243Z Downloaded reqwest v0.11.27
7852024-10-30T22:40:05.247Z Downloaded ssh-key v0.6.6
7862024-10-30T22:40:05.250Z Downloaded convert_case v0.4.0
7872024-10-30T22:40:05.254Z Downloaded sct v0.7.1
7882024-10-30T22:40:05.257Z Downloaded p384 v0.13.0
7892024-10-30T22:40:05.262Z Downloaded primeorder v0.13.6
7902024-10-30T22:40:05.265Z Downloaded httpmock v0.8.0-alpha.1
7912024-10-30T22:40:05.278Z Downloaded tracing v0.1.40
7922024-10-30T22:40:05.283Z Downloaded tinyvec v1.8.0
7932024-10-30T22:40:05.286Z Downloaded pretty_assertions v1.4.1
7942024-10-30T22:40:05.286Z Downloaded time-macros v0.2.18
7952024-10-30T22:40:05.292Z Downloaded bindgen v0.69.5
7962024-10-30T22:40:05.298Z Downloaded encoding_rs v0.8.34
7972024-10-30T22:40:05.315Z Downloaded rustc-hash v1.1.0
7982024-10-30T22:40:05.318Z Downloaded phf_codegen v0.11.2
7992024-10-30T22:40:05.318Z Downloaded chrono v0.4.38
8002024-10-30T22:40:05.322Z Downloaded reqwest v0.12.8
8012024-10-30T22:40:05.333Z Downloaded hkdf v0.12.4
8022024-10-30T22:40:05.333Z Downloaded parse-zoneinfo v0.3.1
8032024-10-30T22:40:05.339Z Downloaded thiserror v1.0.64
8042024-10-30T22:40:05.341Z Downloaded slog-stdlog v4.1.1
8052024-10-30T22:40:05.342Z Downloaded twox-hash v1.6.3
8062024-10-30T22:40:05.346Z Downloaded serde_json v1.0.128
8072024-10-30T22:40:05.349Z Downloaded trybuild v1.0.100
8082024-10-30T22:40:05.355Z Downloaded num-integer v0.1.46
8092024-10-30T22:40:05.362Z Downloaded papergrid v0.11.0
8102024-10-30T22:40:05.366Z Downloaded tar v0.4.42
8112024-10-30T22:40:05.370Z Downloaded salsa20 v0.10.2
8122024-10-30T22:40:05.370Z Downloaded paste v1.0.15
8132024-10-30T22:40:05.376Z Downloaded rcgen v0.12.1
8142024-10-30T22:40:05.376Z Downloaded futures-util v0.3.31
8152024-10-30T22:40:05.384Z Downloaded hashbrown v0.15.0
8162024-10-30T22:40:05.389Z Downloaded derive-where v1.2.7
8172024-10-30T22:40:05.392Z Downloaded path-tree v0.8.1
8182024-10-30T22:40:05.395Z Downloaded linked-hash-map v0.5.6
8192024-10-30T22:40:05.395Z Downloaded linear-map v1.2.0
8202024-10-30T22:40:05.399Z Downloaded crypto-common v0.1.6
8212024-10-30T22:40:05.399Z Downloaded maplit v1.0.2
8222024-10-30T22:40:05.399Z Downloaded signature v2.2.0
8232024-10-30T22:40:05.399Z Downloaded yasna v0.5.2
8242024-10-30T22:40:05.402Z Downloaded predicates v3.1.2
8252024-10-30T22:40:05.406Z Downloaded tokio-tungstenite v0.23.1
8262024-10-30T22:40:05.406Z Downloaded tracing-core v0.1.32
8272024-10-30T22:40:05.413Z Downloaded rayon-core v1.12.1
8282024-10-30T22:40:05.417Z Downloaded crossbeam-utils v0.8.20
8292024-10-30T22:40:05.417Z Downloaded libgit2-sys v0.17.0+1.8.1
8302024-10-30T22:40:05.471Z Downloaded ref-cast-impl v1.0.23
8312024-10-30T22:40:05.478Z Downloaded ref-cast v1.0.23
8322024-10-30T22:40:05.478Z Downloaded elliptic-curve v0.13.8
8332024-10-30T22:40:05.478Z Downloaded hickory-resolver v0.24.1
8342024-10-30T22:40:05.483Z Downloaded ron v0.7.1
8352024-10-30T22:40:05.485Z Downloaded unicode-properties v0.1.3
8362024-10-30T22:40:05.488Z Downloaded password-hash v0.4.2
8372024-10-30T22:40:05.488Z Downloaded const_format v0.2.33
8382024-10-30T22:40:05.492Z Downloaded hashbrown v0.13.2
8392024-10-30T22:40:05.495Z Downloaded lazy_static v1.5.0
8402024-10-30T22:40:05.498Z Downloaded cookie_store v0.21.0
8412024-10-30T22:40:05.503Z Downloaded typify v0.2.0
8422024-10-30T22:40:05.506Z Downloaded derive_more v0.99.18
8432024-10-30T22:40:05.506Z Downloaded tungstenite v0.24.0
8442024-10-30T22:40:05.511Z Downloaded heapless v0.8.0
8452024-10-30T22:40:05.518Z Downloaded enum-as-inner v0.5.1
8462024-10-30T22:40:05.518Z Downloaded sha2 v0.10.8
8472024-10-30T22:40:05.524Z Downloaded semver v1.0.23
8482024-10-30T22:40:05.524Z Downloaded oso v0.27.3
8492024-10-30T22:40:05.524Z Downloaded predicates-core v1.0.8
8502024-10-30T22:40:05.524Z Downloaded plain v0.2.3
8512024-10-30T22:40:05.530Z Downloaded pkg-config v0.3.31
8522024-10-30T22:40:05.530Z Downloaded subprocess v0.2.9
8532024-10-30T22:40:05.530Z Downloaded pkcs5 v0.7.1
8542024-10-30T22:40:05.536Z Downloaded derive_builder_core v0.20.2
8552024-10-30T22:40:05.536Z Downloaded walkdir v2.5.0
8562024-10-30T22:40:05.536Z Downloaded proc-macro2 v1.0.87
8572024-10-30T22:40:05.543Z Downloaded pkcs8 v0.10.2
8582024-10-30T22:40:05.543Z Downloaded httparse v1.9.5
8592024-10-30T22:40:05.547Z Downloaded oorandom v11.1.4
8602024-10-30T22:40:05.547Z Downloaded num_enum v0.5.11
8612024-10-30T22:40:05.547Z Downloaded num_cpus v1.16.0
8622024-10-30T22:40:05.550Z Downloaded memoffset v0.9.1
8632024-10-30T22:40:05.551Z Downloaded memmap v0.7.0
8642024-10-30T22:40:05.553Z Downloaded libefi-sys v0.1.0
8652024-10-30T22:40:05.553Z Downloaded keccak v0.1.5
8662024-10-30T22:40:05.553Z Downloaded internet-checksum v0.2.1
8672024-10-30T22:40:05.553Z Downloaded csv-core v0.1.11
8682024-10-30T22:40:05.557Z Downloaded xattr v1.3.1
8692024-10-30T22:40:05.557Z Downloaded chacha20poly1305 v0.10.1
8702024-10-30T22:40:05.557Z Downloaded flume v0.11.0
8712024-10-30T22:40:05.560Z Downloaded either v1.13.0
8722024-10-30T22:40:05.567Z Downloaded spin v0.9.8
8732024-10-30T22:40:05.567Z Downloaded rstest v0.23.0
8742024-10-30T22:40:05.574Z Downloaded blake2b_simd v1.0.2
8752024-10-30T22:40:05.574Z Downloaded half v2.4.1
8762024-10-30T22:40:05.580Z Downloaded hyper-staticfile v0.10.1
8772024-10-30T22:40:05.580Z Downloaded bitflags v2.6.0
8782024-10-30T22:40:05.586Z Downloaded unarray v0.1.4
8792024-10-30T22:40:05.586Z Downloaded serde_derive_internals v0.29.1
8802024-10-30T22:40:05.586Z Downloaded rand_seeder v0.3.0
8812024-10-30T22:40:05.587Z Downloaded async-io v2.3.4
8822024-10-30T22:40:05.589Z Downloaded camino v1.1.9
8832024-10-30T22:40:05.590Z Downloaded bzip2 v0.4.4
8842024-10-30T22:40:05.590Z Downloaded signal-hook-mio v0.2.4
8852024-10-30T22:40:05.590Z Downloaded rustfmt-wrapper v0.2.1
8862024-10-30T22:40:05.595Z Downloaded cargo_metadata v0.18.1
8872024-10-30T22:40:05.595Z Downloaded async-trait v0.1.83
8882024-10-30T22:40:05.598Z Downloaded async-lock v3.4.0
8892024-10-30T22:40:05.598Z Downloaded serde_path_to_error v0.1.16
8902024-10-30T22:40:05.598Z Downloaded ppv-lite86 v0.2.20
8912024-10-30T22:40:05.601Z Downloaded bitfield v0.14.0
8922024-10-30T22:40:05.601Z Downloaded hubpack v0.1.2
8932024-10-30T22:40:05.604Z Downloaded httptest v0.16.1
8942024-10-30T22:40:05.604Z Downloaded cc v1.1.30
8952024-10-30T22:40:05.610Z Downloaded async-process v2.3.0
8962024-10-30T22:40:05.612Z Downloaded assert_cmd v2.0.16
8972024-10-30T22:40:05.612Z Downloaded argon2 v0.5.3
8982024-10-30T22:40:05.612Z Downloaded cast v0.3.0
8992024-10-30T22:40:05.612Z Downloaded funty v2.0.0
9002024-10-30T22:40:05.612Z Downloaded chrono-tz-build v0.4.0
9012024-10-30T22:40:05.619Z Downloaded cbc v0.1.2
9022024-10-30T22:40:05.619Z Downloaded float-cmp v0.9.0
9032024-10-30T22:40:05.619Z Downloaded flagset v0.4.6
9042024-10-30T22:40:05.626Z Downloaded async-bb8-diesel v0.2.1
9052024-10-30T22:40:05.627Z Downloaded block-buffer v0.10.4
9062024-10-30T22:40:05.627Z Downloaded blocking v1.6.1
9072024-10-30T22:40:05.627Z Downloaded base16ct v0.2.0
9082024-10-30T22:40:05.627Z Downloaded form_urlencoded v1.2.1
9092024-10-30T22:40:05.627Z Downloaded ghash v0.5.1
9102024-10-30T22:40:05.631Z Downloaded home v0.5.9
9112024-10-30T22:40:05.631Z Downloaded hex v0.4.3
9122024-10-30T22:40:05.631Z Downloaded hash32 v0.3.1
9132024-10-30T22:40:05.631Z Downloaded filetime v0.2.25
9142024-10-30T22:40:05.973Z Downloaded ring v0.17.8
9152024-10-30T22:40:06.148Z Downloaded ring v0.16.20
9162024-10-30T22:40:06.224Z Downloaded libsqlite3-sys v0.30.1
9172024-10-30T22:40:06.563Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9182024-10-30T22:40:29.503Z Startup: Refreshing catalog 'helios-dev' ... Done
9192024-10-30T22:40:32.924Z Startup: Caching catalogs ... Done
9202024-10-30T22:40:39.849ZPlanning: Solver setup ... Done (6.165s)
9212024-10-30T22:40:39.941ZPlanning: Running solver ... Done (0.091s)
9222024-10-30T22:40:40.081ZPlanning: Finding local manifests ... Done (0.062s)
9232024-10-30T22:40:40.094ZPlanning: Fetching manifests: 0/5 0% complete
9242024-10-30T22:40:40.314ZPlanning: Fetching manifests: 5/5 100% complete
9252024-10-30T22:40:40.554ZPlanning: Package planning ... Done (0.240s)
9262024-10-30T22:40:40.610ZPlanning: Merging actions ... Done (0.055s)
9272024-10-30T22:40:41.501ZPlanning: Checking for conflicting actions ... Done (0.891s)
9282024-10-30T22:40:49.610ZPlanning: Consolidating action changes ... Done (8.108s)
9292024-10-30T22:40:50.000ZPlanning: Evaluating mediators ... Done (0.390s)
9302024-10-30T22:40:50.080ZPlanning: Planning completed in 17.07 seconds
9312024-10-30T22:40:50.932Z Packages to install: 4
9322024-10-30T22:40:50.932Z Packages to update: 1
9332024-10-30T22:40:50.932Z Mediators to change: 2
9342024-10-30T22:40:50.936Z Services to change: 1
9352024-10-30T22:40:50.936Z Estimated space available: 155.38 GB
9362024-10-30T22:40:50.936ZEstimated space to be consumed: 1.58 GB
9372024-10-30T22:40:50.936Z Create boot environment: No
9382024-10-30T22:40:50.936ZCreate backup boot environment: Yes
9392024-10-30T22:40:50.936Z Rebuild boot archive: No
9402024-10-30T22:40:50.936Z
9412024-10-30T22:40:50.936ZChanged mediators:
9422024-10-30T22:40:50.936Z mediator clang:
9432024-10-30T22:40:50.936Z version: None -> 15 (system default)
9442024-10-30T22:40:50.936Z
9452024-10-30T22:40:50.936Z mediator llvm:
9462024-10-30T22:40:50.936Z version: 14 (system default) -> 15 (system default)
9472024-10-30T22:40:50.936Z
9482024-10-30T22:40:50.936ZChanged packages:
9492024-10-30T22:40:50.936Zhelios-dev
9502024-10-30T22:40:50.936Z developer/build-essential
9512024-10-30T22:40:50.936Z None -> 11-2.0
9522024-10-30T22:40:50.936Z library/libxmlsec1
9532024-10-30T22:40:50.936Z None -> 1.2.35-2.0
9542024-10-30T22:40:50.937Z ooce/developer/clang-15
9552024-10-30T22:40:50.937Z None -> 15.0.7-2.0
9562024-10-30T22:40:50.937Z ooce/developer/llvm-15
9572024-10-30T22:40:50.937Z None -> 15.0.7-2.0
9582024-10-30T22:40:50.937Z package/pkg
9592024-10-30T22:40:50.937Z 0.5.11-2.0 -> 0.5.11-2.1.6412
9602024-10-30T22:40:50.937Z
9612024-10-30T22:40:50.937ZServices:
9622024-10-30T22:40:50.937Z restart_fmri:
9632024-10-30T22:40:50.937Z svc:/system/update-man-index:default
9642024-10-30T22:40:50.937Z
9652024-10-30T22:40:50.937ZEditable files to change:
9662024-10-30T22:40:50.937Z Update:
9672024-10-30T22:40:50.937Z usr/share/lib/pkg/web/config.shtml
9682024-10-30T22:40:51.399Z
9692024-10-30T22:40:51.399ZDownload: 0/4281 items 0.0/220.6MB 0% complete
9702024-10-30T22:40:56.400ZDownload: 1186/4281 items 67.1/220.6MB 30% complete (13.4M/s)
9712024-10-30T22:41:01.405ZDownload: 2130/4281 items 118.9/220.6MB 53% complete (12.0M/s)
9722024-10-30T22:41:06.459ZDownload: 3148/4281 items 156.3/220.6MB 70% complete (9.3M/s)
9732024-10-30T22:41:12.119ZDownload: 3287/4281 items 211.8/220.6MB 95% complete (9.3M/s)
9742024-10-30T22:41:17.128ZDownload: 3813/4281 items 217.6/220.6MB 98% complete (5.1M/s)
9752024-10-30T22:41:22.067ZDownload: Completed 220.60 MB in 30.67 seconds (7.2M/s)
9762024-10-30T22:41:24.051Z Actions: 1/5063 actions (Removing old actions)
9772024-10-30T22:41:24.068Z Actions: 194/5063 actions (Installing new actions)
9782024-10-30T22:41:29.247Z Actions: 4079/5063 actions (Installing new actions)
9792024-10-30T22:41:29.956Z Actions: 4226/5063 actions (Updating modified actions)
9802024-10-30T22:41:30.344Z Actions: Completed 5063 actions in 6.30 seconds.
9812024-10-30T22:41:30.717Z Done (0.365s)
9822024-10-30T22:41:30.719Z Done (0.000s)
9832024-10-30T22:41:31.226Z Done (0.507s)
9842024-10-30T22:41:38.516Z Done (7.083s)
9852024-10-30T22:41:39.059Z Done (0.471s)
9862024-10-30T22:41:39.062Z Done (0.000s)
9872024-10-30T22:41:39.253Z Done (0.000s)
9882024-10-30T22:41:39.908ZPlanning: Evaluating mediator changes ... Done
9892024-10-30T22:41:40.073ZPlanning: Checking for conflicting actions ... Done
9902024-10-30T22:41:40.075ZPlanning: Consolidating action changes ... Done
9912024-10-30T22:41:40.347ZPlanning: Evaluating mediators ... Done
9922024-10-30T22:41:40.349ZPlanning: Planning completed in 0.44 seconds
9932024-10-30T22:41:40.386Z Mediators to change: 2
9942024-10-30T22:41:40.386Z Create boot environment: No
9952024-10-30T22:41:40.388ZCreate backup boot environment: No
9962024-10-30T22:41:40.481Z Done
9972024-10-30T22:41:40.481Z Done
9982024-10-30T22:41:40.802Z Done
9992024-10-30T22:41:44.387Z Done
10002024-10-30T22:41:44.473Z Done
10012024-10-30T22:41:44.475Z Done
10022024-10-30T22:41:44.610Z Done
10032024-10-30T22:41:45.231ZPlanning: Evaluating mediator changes ... Done
10042024-10-30T22:41:45.233ZPlanning: Merging actions ... Done
10052024-10-30T22:41:45.421ZPlanning: Checking for conflicting actions ... Done
10062024-10-30T22:41:45.424ZPlanning: Consolidating action changes ... Done
10072024-10-30T22:41:45.691ZPlanning: Evaluating mediators ... Done
10082024-10-30T22:41:45.747ZPlanning: Planning completed in 0.76 seconds
10092024-10-30T22:41:45.788Z Packages to change: 1
10102024-10-30T22:41:45.789Z Mediators to change: 1
10112024-10-30T22:41:45.791Z Services to change: 1
10122024-10-30T22:41:45.791Z Create boot environment: No
10132024-10-30T22:41:45.791ZCreate backup boot environment: Yes
10142024-10-30T22:41:48.043Z Actions: 1/6 actions (Updating modified actions)
10152024-10-30T22:41:48.168Z Actions: Completed 6 actions in 0.12 seconds.
10162024-10-30T22:41:48.171Z Done
10172024-10-30T22:41:48.171Z Done
10182024-10-30T22:41:48.271Z Done
10192024-10-30T22:41:51.844Z Done
10202024-10-30T22:41:51.940Z Done
10212024-10-30T22:41:51.944Z Done
10222024-10-30T22:41:52.093Z Done
10232024-10-30T22:41:52.537ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
10242024-10-30T22:41:52.537Zclang system 15 system
10252024-10-30T22:41:52.537Zcsh system system illumos
10262024-10-30T22:41:52.537Zctags system system illumos
10272024-10-30T22:41:52.537Zgcc vendor 12 vendor
10282024-10-30T22:41:52.537Zgcc system 10 system
10292024-10-30T22:41:52.537Zgcc system 7 system
10302024-10-30T22:41:52.538Zgo system 1.20 system
10312024-10-30T22:41:52.538Zgo system 1.19 system
10322024-10-30T22:41:52.538Zllvm system 15 system
10332024-10-30T22:41:52.538Zllvm system 14 system
10342024-10-30T22:41:52.538Zmariadb system 10.6 system
10352024-10-30T22:41:52.538Zmta vendor vendor dma
10362024-10-30T22:41:52.538Zopenjdk system 17 system
10372024-10-30T22:41:52.538Zopenjdk system 11 system
10382024-10-30T22:41:52.538Zopenjdk system 1.8 system
10392024-10-30T22:41:52.538Zopenssl vendor 3 vendor
10402024-10-30T22:41:52.538Zperl system 5.36 system
10412024-10-30T22:41:52.538Zpostgresql system 15 system
10422024-10-30T22:41:52.538Zpostgresql system 13 system
10432024-10-30T22:41:52.538Zpython vendor 3 vendor
10442024-10-30T22:41:52.538Zpython system 2 system
10452024-10-30T22:41:52.538Zpython3 system 3.11 system
10462024-10-30T22:41:52.538Zruby system 3.0 system
10472024-10-30T22:41:52.538Zwords vendor vendor american-english
10482024-10-30T22:41:52.538Zwords system system australian-english
10492024-10-30T22:41:52.538Zwords system system british-english
10502024-10-30T22:41:52.538Zwords system system canadian-english
10512024-10-30T22:41:52.538Zwords system system french
10522024-10-30T22:41:52.538Zwords system system italian
10532024-10-30T22:41:52.538Zwords system system ngerman
10542024-10-30T22:41:52.538Zwords system system ogerman
10552024-10-30T22:41:52.538Zwords system system spanish
10562024-10-30T22:41:52.872ZPUBLISHER TYPE STATUS P LOCATION
10572024-10-30T22:41:52.872Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
10582024-10-30T22:41:55.241ZFMRI IFO
10592024-10-30T22:41:55.241Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
10602024-10-30T22:41:55.241Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
10612024-10-30T22:41:55.241Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
10622024-10-30T22:41:55.241Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
10632024-10-30T22:41:55.241Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
10642024-10-30T22:41:55.242Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
10652024-10-30T22:41:55.242Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
10662024-10-30T22:41:55.242Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
10672024-10-30T22:41:55.242Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
10682024-10-30T22:41:55.242Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
10692024-10-30T22:41:55.242Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
10702024-10-30T22:41:55.242Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
10712024-10-30T22:41:55.242Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
10722024-10-30T22:41:55.242Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
10732024-10-30T22:41:55.242Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
10742024-10-30T22:41:56.187Z Downloading crates ...
10752024-10-30T22:41:56.280Z Downloaded cargo_toml v0.20.5
10762024-10-30T22:41:56.416Z Compiling proc-macro2 v1.0.87
10772024-10-30T22:41:56.416Z Compiling unicode-ident v1.0.13
10782024-10-30T22:41:56.416Z Compiling version_check v0.9.5
10792024-10-30T22:41:56.418Z Compiling serde v1.0.210
10802024-10-30T22:41:56.419Z Compiling memchr v2.7.4
10812024-10-30T22:41:56.419Z Compiling thiserror v1.0.64
10822024-10-30T22:41:56.440Z Compiling libc v0.2.161
10832024-10-30T22:41:56.443Z Compiling ryu v1.0.18
10842024-10-30T22:41:56.668Z Compiling itoa v1.0.11
10852024-10-30T22:41:56.766Z Compiling ucd-trie v0.1.7
10862024-10-30T22:41:57.154Z Compiling once_cell v1.20.2
10872024-10-30T22:41:57.277Z Compiling byteorder v1.5.0
10882024-10-30T22:41:57.448Z Compiling rustix v0.38.37
10892024-10-30T22:41:57.601Z Compiling serde_json v1.0.128
10902024-10-30T22:41:58.359Z Compiling bitflags v2.6.0
10912024-10-30T22:41:58.390Z Compiling usdt-impl v0.5.0
10922024-10-30T22:41:58.442Z Compiling proc-macro-error-attr v1.0.4
10932024-10-30T22:41:58.574Z Compiling syn v1.0.109
10942024-10-30T22:41:58.615Z Compiling proc-macro-error v1.0.4
10952024-10-30T22:41:58.698Z Compiling equivalent v1.0.1
10962024-10-30T22:41:58.749Z Compiling camino v1.1.9
10972024-10-30T22:41:58.792Z Compiling hashbrown v0.15.0
10982024-10-30T22:41:58.806Z Compiling log v0.4.22
10992024-10-30T22:41:58.888Z Compiling utf8parse v0.2.2
11002024-10-30T22:41:59.030Z Compiling thread-id v4.2.2
11012024-10-30T22:41:59.095Z Compiling plain v0.2.3
11022024-10-30T22:41:59.130Z Compiling anstyle-parse v0.2.5
11032024-10-30T22:41:59.221Z Compiling winnow v0.6.20
11042024-10-30T22:41:59.290Z Compiling autocfg v1.4.0
11052024-10-30T22:41:59.339Z Compiling quote v1.0.37
11062024-10-30T22:41:59.494Z Compiling colorchoice v1.0.2
11072024-10-30T22:41:59.532Z Compiling errno v0.3.9
11082024-10-30T22:41:59.641Z Compiling anstyle v1.0.8
11092024-10-30T22:41:59.741Z Compiling syn v2.0.79
11102024-10-30T22:41:59.990Z Compiling indexmap v2.6.0
11112024-10-30T22:42:00.082Z Compiling semver v1.0.23
11122024-10-30T22:42:00.331Z Compiling is_terminal_polyfill v1.70.1
11132024-10-30T22:42:00.446Z Compiling anstyle-query v1.1.1
11142024-10-30T22:42:00.577Z Compiling pretty-hex v0.4.1
11152024-10-30T22:42:00.601Z Compiling unicode-width v0.1.14
11162024-10-30T22:42:00.812Z Compiling anstream v0.6.15
11172024-10-30T22:42:01.120Z Compiling fs-err v2.11.0
11182024-10-30T22:42:01.406Z Compiling clap_lex v0.7.2
11192024-10-30T22:42:01.418Z Compiling fnv v1.0.7
11202024-10-30T22:42:01.478Z Compiling fastrand v2.1.1
11212024-10-30T22:42:01.480Z Compiling heck v0.5.0
11222024-10-30T22:42:01.524Z Compiling heck v0.4.1
11232024-10-30T22:42:01.866Z Compiling strsim v0.11.1
11242024-10-30T22:42:01.968Z Compiling terminal_size v0.4.0
11252024-10-30T22:42:02.040Z Compiling bytecount v0.6.8
11262024-10-30T22:42:02.167Z Compiling anyhow v1.0.89
11272024-10-30T22:42:02.265Z Compiling cfg-if v1.0.0
11282024-10-30T22:42:02.349Z Compiling tempfile v3.13.0
11292024-10-30T22:42:02.437Z Compiling clap_builder v4.5.20
11302024-10-30T22:42:02.699Z Compiling papergrid v0.11.0
11312024-10-30T22:42:02.917Z Compiling memmap v0.7.0
11322024-10-30T22:42:03.079Z Compiling unicode-linebreak v0.1.5
11332024-10-30T22:42:03.160Z Compiling smawk v0.3.2
11342024-10-30T22:42:03.488Z Compiling textwrap v0.16.1
11352024-10-30T22:42:03.553Z Compiling swrite v0.1.0
11362024-10-30T22:42:04.861Z Compiling tabled_derive v0.7.0
11372024-10-30T22:42:06.371Z Compiling tabled v0.15.0
11382024-10-30T22:42:07.781Z Compiling serde_derive v1.0.210
11392024-10-30T22:42:07.781Z Compiling thiserror-impl v1.0.64
11402024-10-30T22:42:07.783Z Compiling zerocopy-derive v0.7.35
11412024-10-30T22:42:07.784Z Compiling scroll_derive v0.12.0
11422024-10-30T22:42:07.784Z Compiling clap_derive v4.5.18
11432024-10-30T22:42:08.992Z Compiling scroll v0.12.0
11442024-10-30T22:42:09.372Z Compiling zerocopy v0.7.35
11452024-10-30T22:42:09.496Z Compiling goblin v0.8.2
11462024-10-30T22:42:10.083Z Compiling pest v2.7.14
11472024-10-30T22:42:11.027Z Compiling clap v4.5.20
11482024-10-30T22:42:12.373Z Compiling pest_meta v2.7.14
11492024-10-30T22:42:13.160Z Compiling pest_generator v2.7.14
11502024-10-30T22:42:14.696Z Compiling pest_derive v2.7.14
11512024-10-30T22:42:15.358Z Compiling dtrace-parser v0.2.0
11522024-10-30T22:42:17.294Z Compiling toml_datetime v0.6.8
11532024-10-30T22:42:17.294Z Compiling serde_spanned v0.6.8
11542024-10-30T22:42:17.297Z Compiling cargo-platform v0.1.8
11552024-10-30T22:42:17.653Z Compiling serde_tokenstream v0.2.2
11562024-10-30T22:42:17.717Z Compiling toml_edit v0.22.22
11572024-10-30T22:42:17.818Z Compiling macaddr v1.0.1
11582024-10-30T22:42:17.887Z Compiling camino-tempfile v1.1.1
11592024-10-30T22:42:18.700Z Compiling dof v0.3.0
11602024-10-30T22:42:18.700Z Compiling cargo_metadata v0.18.1
11612024-10-30T22:42:20.428Z Compiling toml v0.8.19
11622024-10-30T22:42:20.473Z Compiling usdt-macro v0.5.0
11632024-10-30T22:42:20.473Z Compiling usdt-attr-macro v0.5.0
11642024-10-30T22:42:21.232Z Compiling cargo_toml v0.20.5
11652024-10-30T22:42:21.799Z Compiling usdt v0.5.0
11662024-10-30T22:42:24.723Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
11672024-10-30T22:42:28.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.81s
11682024-10-30T22:42:28.577Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
11692024-10-30T22:42:29.359Z Compiling serde v1.0.210
11702024-10-30T22:42:29.362Z Compiling typenum v1.17.0
11712024-10-30T22:42:29.362Z Compiling generic-array v0.14.7
11722024-10-30T22:42:29.362Z Compiling lock_api v0.4.12
11732024-10-30T22:42:29.362Z Compiling scopeguard v1.2.0
11742024-10-30T22:42:29.362Z Compiling subtle v2.6.1
11752024-10-30T22:42:29.509Z Compiling syn v2.0.79
11762024-10-30T22:42:29.519Z Compiling getrandom v0.2.15
11772024-10-30T22:42:29.617Z Compiling value-bag v1.9.0
11782024-10-30T22:42:29.772Z Compiling rand_core v0.6.4
11792024-10-30T22:42:29.906Z Compiling const-oid v0.9.6
11802024-10-30T22:42:30.024Z Compiling pin-project-lite v0.2.14
11812024-10-30T22:42:30.150Z Compiling log v0.4.22
11822024-10-30T22:42:30.165Z Compiling smallvec v1.13.2
11832024-10-30T22:42:30.238Z Compiling jobserver v0.1.32
11842024-10-30T22:42:30.388Z Compiling parking_lot_core v0.9.10
11852024-10-30T22:42:30.466Z Compiling shlex v1.3.0
11862024-10-30T22:42:30.570Z Compiling futures-core v0.3.31
11872024-10-30T22:42:30.803Z Compiling cc v1.1.30
11882024-10-30T22:42:30.852Z Compiling signal-hook-registry v1.4.2
11892024-10-30T22:42:31.035Z Compiling mio v1.0.2
11902024-10-30T22:42:31.075Z Compiling cpufeatures v0.2.14
11912024-10-30T22:42:31.176Z Compiling futures-sink v0.3.31
11922024-10-30T22:42:31.331Z Compiling parking_lot v0.12.3
11932024-10-30T22:42:31.495Z Compiling spin v0.9.8
11942024-10-30T22:42:31.622Z Compiling socket2 v0.5.7
11952024-10-30T22:42:31.716Z Compiling slab v0.4.9
11962024-10-30T22:42:31.913Z Compiling serde_json v1.0.128
11972024-10-30T22:42:32.104Z Compiling futures-channel v0.3.31
11982024-10-30T22:42:32.164Z Compiling foldhash v0.1.3
11992024-10-30T22:42:32.214Z Compiling pin-utils v0.1.0
12002024-10-30T22:42:32.301Z Compiling futures-task v0.3.31
12012024-10-30T22:42:32.318Z Compiling tinyvec_macros v0.1.1
12022024-10-30T22:42:32.404Z Compiling allocator-api2 v0.2.18
12032024-10-30T22:42:32.465Z Compiling futures-io v0.3.31
12042024-10-30T22:42:32.483Z Compiling tinyvec v1.8.0
12052024-10-30T22:42:32.522Z Compiling libm v0.2.8
12062024-10-30T22:42:32.568Z Compiling num-traits v0.2.19
12072024-10-30T22:42:32.607Z Compiling unicode-bidi v0.3.17
12082024-10-30T22:42:32.807Z Compiling base64ct v1.6.0
12092024-10-30T22:42:33.094Z Compiling hashbrown v0.15.0
12102024-10-30T22:42:33.149Z Compiling flagset v0.4.6
12112024-10-30T22:42:33.349Z Compiling pem-rfc7468 v0.7.0
12122024-10-30T22:42:33.368Z Compiling httparse v1.9.5
12132024-10-30T22:42:33.915Z Compiling unicode-normalization v0.1.24
12142024-10-30T22:42:34.058Z Compiling tracing-core v0.1.32
12152024-10-30T22:42:34.177Z Compiling percent-encoding v2.3.1
12162024-10-30T22:42:34.192Z Compiling rustls-pki-types v1.9.0
12172024-10-30T22:42:34.530Z Compiling crossbeam-utils v0.8.20
12182024-10-30T22:42:34.728Z Compiling ring v0.17.8
12192024-10-30T22:42:35.020Z Compiling powerfmt v0.2.0
12202024-10-30T22:42:35.168Z Compiling vcpkg v0.2.15
12212024-10-30T22:42:35.225Z Compiling num-conv v0.1.0
12222024-10-30T22:42:35.269Z Compiling untrusted v0.9.0
12232024-10-30T22:42:35.377Z Compiling pkg-config v0.3.31
12242024-10-30T22:42:35.407Z Compiling time-core v0.1.2
12252024-10-30T22:42:35.437Z Compiling deranged v0.3.11
12262024-10-30T22:42:35.571Z Compiling time-macros v0.2.18
12272024-10-30T22:42:35.997Z Compiling num_threads v0.1.7
12282024-10-30T22:42:36.123Z Compiling atomic-waker v1.1.2
12292024-10-30T22:42:36.302Z Compiling form_urlencoded v1.2.1
12302024-10-30T22:42:36.602Z Compiling slog v2.7.0
12312024-10-30T22:42:36.699Z Compiling rustix v0.38.37
12322024-10-30T22:42:36.702Z Compiling try-lock v0.2.5
12332024-10-30T22:42:36.854Z Compiling want v0.3.1
12342024-10-30T22:42:37.127Z Compiling httpdate v1.0.3
12352024-10-30T22:42:37.144Z Compiling openssl-sys v0.9.103
12362024-10-30T22:42:37.286Z Compiling idna v0.5.0
12372024-10-30T22:42:37.556Z Compiling tower-service v0.3.3
12382024-10-30T22:42:37.570Z Compiling match_cfg v0.1.0
12392024-10-30T22:42:37.658Z Compiling base64 v0.22.1
12402024-10-30T22:42:37.675Z Compiling openssl v0.10.66
12412024-10-30T22:42:37.882Z Compiling rustversion v1.0.17
12422024-10-30T22:42:38.066Z Compiling iana-time-zone v0.1.61
12432024-10-30T22:42:38.296Z Compiling foreign-types-shared v0.1.1
12442024-10-30T22:42:38.385Z Compiling foreign-types v0.3.2
12452024-10-30T22:42:38.442Z Compiling time v0.3.36
12462024-10-30T22:42:38.460Z Compiling url v2.5.2
12472024-10-30T22:42:38.475Z Compiling hostname v0.3.1
12482024-10-30T22:42:38.610Z Compiling dirs-sys-next v0.1.2
12492024-10-30T22:42:38.715Z Compiling aho-corasick v1.1.3
12502024-10-30T22:42:38.731Z Compiling rustls v0.22.4
12512024-10-30T22:42:38.977Z Compiling regex-syntax v0.8.5
12522024-10-30T22:42:39.144Z Compiling siphasher v0.3.11
12532024-10-30T22:42:39.442Z Compiling adler2 v2.0.0
12542024-10-30T22:42:39.624Z Compiling native-tls v0.2.12
12552024-10-30T22:42:39.925Z Compiling rustls v0.23.14
12562024-10-30T22:42:39.943Z Compiling data-encoding v2.6.0
12572024-10-30T22:42:40.224Z Compiling syn v1.0.109
12582024-10-30T22:42:40.904Z Compiling miniz_oxide v0.8.0
12592024-10-30T22:42:41.299Z Compiling dirs-next v2.0.0
12602024-10-30T22:42:41.892Z Compiling serde_derive_internals v0.29.1
12612024-10-30T22:42:42.279Z Compiling serde_derive v1.0.210
12622024-10-30T22:42:42.378Z Compiling zeroize_derive v1.4.2
12632024-10-30T22:42:42.837Z Compiling zerocopy-derive v0.7.35
12642024-10-30T22:42:43.102Z Compiling tokio-macros v2.4.0
12652024-10-30T22:42:43.554Z Compiling thiserror-impl v1.0.64
12662024-10-30T22:42:43.848Z Compiling zeroize v1.8.1
12672024-10-30T22:42:44.285Z Compiling futures-macro v0.3.31
12682024-10-30T22:42:44.619Z Compiling der_derive v0.7.3
12692024-10-30T22:42:44.829Z Compiling zerocopy v0.7.35
12702024-10-30T22:42:44.861Z Compiling tracing-attributes v0.1.27
12712024-10-30T22:42:45.690Z Compiling crypto-common v0.1.6
12722024-10-30T22:42:45.908Z Compiling block-buffer v0.10.4
12732024-10-30T22:42:46.103Z Compiling futures-util v0.3.31
12742024-10-30T22:42:46.163Z Compiling digest v0.10.7
12752024-10-30T22:42:46.366Z Compiling block-padding v0.3.3
12762024-10-30T22:42:46.457Z Compiling thiserror v1.0.64
12772024-10-30T22:42:46.587Z Compiling hmac v0.12.1
12782024-10-30T22:42:46.608Z Compiling inout v0.1.3
12792024-10-30T22:42:46.629Z Compiling sha2 v0.10.8
12802024-10-30T22:42:46.809Z Compiling cipher v0.4.4
12812024-10-30T22:42:46.847Z Compiling ppv-lite86 v0.2.20
12822024-10-30T22:42:46.938Z Compiling der v0.7.9
12832024-10-30T22:42:47.331Z Compiling salsa20 v0.10.2
12842024-10-30T22:42:47.568Z Compiling pbkdf2 v0.12.2
12852024-10-30T22:42:47.735Z Compiling rand_chacha v0.3.1
12862024-10-30T22:42:47.757Z Compiling pest v2.7.14
12872024-10-30T22:42:48.241Z Compiling tracing v0.1.40
12882024-10-30T22:42:48.763Z Compiling rand v0.8.5
12892024-10-30T22:42:49.706Z Compiling spki v0.7.3
12902024-10-30T22:42:50.017Z Compiling scrypt v0.11.0
12912024-10-30T22:42:50.066Z Compiling aes v0.8.4
12922024-10-30T22:42:50.228Z Compiling pest_meta v2.7.14
12932024-10-30T22:42:50.577Z Compiling cbc v0.1.2
12942024-10-30T22:42:50.634Z Compiling scroll_derive v0.12.0
12952024-10-30T22:42:50.825Z Compiling openssl-macros v0.1.1
12962024-10-30T22:42:50.843Z Compiling async-trait v0.1.83
12972024-10-30T22:42:51.537Z Compiling pest_generator v2.7.14
12982024-10-30T22:42:52.074Z Compiling scroll v0.12.0
12992024-10-30T22:42:52.333Z Compiling rustls-webpki v0.102.8
13002024-10-30T22:42:52.655Z Compiling pkcs5 v0.7.1
13012024-10-30T22:42:52.968Z Compiling goblin v0.8.2
13022024-10-30T22:42:53.477Z Compiling pkcs8 v0.10.2
13032024-10-30T22:42:53.548Z Compiling signature v2.2.0
13042024-10-30T22:42:53.640Z Compiling sha1 v0.10.6
13052024-10-30T22:42:53.811Z Compiling regex-automata v0.4.8
13062024-10-30T22:42:53.847Z Compiling crossbeam-epoch v0.9.18
13072024-10-30T22:42:54.069Z Compiling lazy_static v1.5.0
13082024-10-30T22:42:54.155Z Compiling thread_local v1.1.8
13092024-10-30T22:42:54.193Z Compiling cookie v0.18.1
13102024-10-30T22:42:54.381Z Compiling multer v3.1.0
13112024-10-30T22:42:54.469Z Compiling encoding_rs v0.8.34
13122024-10-30T22:42:54.627Z Compiling rayon-core v1.12.1
13132024-10-30T22:42:54.664Z Compiling slog-async v2.8.0
13142024-10-30T22:42:54.681Z Compiling either v1.13.0
13152024-10-30T22:42:54.797Z Compiling pest_derive v2.7.14
13162024-10-30T22:42:54.898Z Compiling openssl-probe v0.1.5
13172024-10-30T22:42:55.070Z Compiling unicode-properties v0.1.3
13182024-10-30T22:42:55.179Z Compiling schemars v0.8.21
13192024-10-30T22:42:55.232Z Compiling mime v0.3.17
13202024-10-30T22:42:55.455Z Compiling gimli v0.31.1
13212024-10-30T22:42:55.518Z Compiling bytes v1.7.2
13222024-10-30T22:42:55.834Z Compiling indexmap v2.6.0
13232024-10-30T22:42:55.853Z Compiling bitflags v2.6.0
13242024-10-30T22:42:56.229Z Compiling semver v1.0.23
13252024-10-30T22:42:56.811Z Compiling tokio v1.40.0
13262024-10-30T22:42:57.000Z Compiling http v1.1.0
13272024-10-30T22:42:57.441Z Compiling rustc_version v0.4.1
13282024-10-30T22:42:58.662Z Compiling http-body v1.0.1
13292024-10-30T22:42:58.758Z Compiling dof v0.3.0
13302024-10-30T22:42:58.906Z Compiling dtrace-parser v0.2.0
13312024-10-30T22:42:59.488Z Compiling serde_spanned v0.6.8
13322024-10-30T22:42:59.722Z Compiling serde_tokenstream v0.2.2
13332024-10-30T22:43:00.347Z Compiling toml_datetime v0.6.8
13342024-10-30T22:43:00.565Z Compiling uuid v1.10.0
13352024-10-30T22:43:00.795Z Compiling usdt-impl v0.5.0
13362024-10-30T22:43:00.844Z Compiling chrono v0.4.38
13372024-10-30T22:43:00.943Z Compiling http-body-util v0.1.2
13382024-10-30T22:43:01.467Z Compiling heapless v0.7.17
13392024-10-30T22:43:02.084Z Compiling paste v1.0.15
13402024-10-30T22:43:02.264Z Compiling signal-hook v0.3.17
13412024-10-30T22:43:02.547Z Compiling ipnet v2.10.1
13422024-10-30T22:43:02.715Z Compiling usdt-macro v0.5.0
13432024-10-30T22:43:02.734Z Compiling usdt-attr-macro v0.5.0
13442024-10-30T22:43:03.583Z Compiling toml_edit v0.22.22
13452024-10-30T22:43:03.693Z Compiling addr2line v0.24.2
13462024-10-30T22:43:04.177Z Compiling curve25519-dalek v4.1.3
13472024-10-30T22:43:04.317Z Compiling slog-json v2.6.1
13482024-10-30T22:43:04.427Z Compiling serde_urlencoded v0.7.1
13492024-10-30T22:43:04.513Z Compiling stringprep v0.1.5
13502024-10-30T22:43:04.866Z Compiling crossbeam-deque v0.8.5
13512024-10-30T22:43:05.206Z Compiling futures-executor v0.3.31
13522024-10-30T22:43:05.515Z Compiling tokio-util v0.7.12
13532024-10-30T22:43:05.644Z Compiling md-5 v0.10.6
13542024-10-30T22:43:05.748Z Compiling schemars_derive v0.8.21
13552024-10-30T22:43:05.906Z Compiling enum-as-inner v0.6.1
13562024-10-30T22:43:06.871Z Compiling h2 v0.4.6
13572024-10-30T22:43:06.972Z Compiling async-stream-impl v0.3.6
13582024-10-30T22:43:08.876Z Compiling term v0.7.0
13592024-10-30T22:43:10.340Z Compiling crossbeam-channel v0.5.13
13602024-10-30T22:43:10.462Z Compiling num-integer v0.1.46
13612024-10-30T22:43:11.231Z Compiling idna v0.4.0
13622024-10-30T22:43:11.433Z Compiling idna v0.3.0
13632024-10-30T22:43:11.452Z Compiling rustls-pemfile v2.2.0
13642024-10-30T22:43:11.571Z Compiling hash32 v0.2.1
13652024-10-30T22:43:11.796Z Compiling ff v0.13.0
13662024-10-30T22:43:11.923Z Compiling is-terminal v0.4.13
13672024-10-30T22:43:12.059Z Compiling object v0.36.5
13682024-10-30T22:43:12.077Z Compiling dropshot v0.12.0
13692024-10-30T22:43:12.386Z Compiling rustc-demangle v0.1.24
13702024-10-30T22:43:12.779Z Compiling portable-atomic v1.9.0
13712024-10-30T22:43:13.054Z Compiling take_mut v0.2.2
13722024-10-30T22:43:13.212Z Compiling num-bigint-dig v0.8.4
13732024-10-30T22:43:13.308Z Compiling fallible-iterator v0.2.0
13742024-10-30T22:43:13.497Z Compiling quick-error v1.2.3
13752024-10-30T22:43:13.650Z Compiling base16ct v0.2.0
13762024-10-30T22:43:13.836Z Compiling utf-8 v0.7.6
13772024-10-30T22:43:13.975Z Compiling hyper v1.4.1
13782024-10-30T22:43:14.014Z Compiling linked-hash-map v0.5.6
13792024-10-30T22:43:14.161Z Compiling anyhow v1.0.89
13802024-10-30T22:43:14.387Z Compiling stable_deref_trait v1.2.0
13812024-10-30T22:43:14.499Z Compiling smoltcp v0.9.1
13822024-10-30T22:43:14.735Z Compiling dyn-clone v1.0.17
13832024-10-30T22:43:14.782Z Compiling psl-types v2.0.11
13842024-10-30T22:43:14.954Z Compiling publicsuffix v2.2.3
13852024-10-30T22:43:15.542Z Compiling lru-cache v0.1.2
13862024-10-30T22:43:15.746Z Compiling tungstenite v0.24.0
13872024-10-30T22:43:16.355Z Compiling postgres-protocol v0.6.7
13882024-10-30T22:43:17.233Z Compiling hyper-util v0.1.9
13892024-10-30T22:43:17.715Z Compiling sec1 v0.7.3
13902024-10-30T22:43:18.075Z Compiling resolv-conf v0.7.0
13912024-10-30T22:43:18.216Z Compiling hickory-proto v0.24.1
13922024-10-30T22:43:18.270Z Compiling usdt v0.5.0
13932024-10-30T22:43:18.667Z Compiling slog-term v2.9.1
13942024-10-30T22:43:18.745Z Compiling group v0.13.0
13952024-10-30T22:43:18.812Z Compiling tokio-rustls v0.26.0
13962024-10-30T22:43:19.069Z Compiling num-iter v0.1.45
13972024-10-30T22:43:19.204Z Compiling tokio-rustls v0.25.0
13982024-10-30T22:43:19.241Z Compiling tokio-native-tls v0.3.1
13992024-10-30T22:43:19.258Z Compiling async-stream v0.3.6
14002024-10-30T22:43:19.511Z Compiling backtrace v0.3.74
14012024-10-30T22:43:19.540Z Compiling toml v0.8.19
14022024-10-30T22:43:19.624Z Compiling futures v0.3.31
14032024-10-30T22:43:20.541Z Compiling slog-bunyan v2.5.0
14042024-10-30T22:43:20.746Z Compiling camino v1.1.9
14052024-10-30T22:43:21.240Z Compiling terminal_size v0.4.0
14062024-10-30T22:43:21.461Z Compiling dropshot_endpoint v0.12.0
14072024-10-30T22:43:21.529Z Compiling openapiv3 v2.0.0
14082024-10-30T22:43:22.101Z Compiling serde_path_to_error v0.1.16
14092024-10-30T22:43:22.118Z Compiling hkdf v0.12.4
14102024-10-30T22:43:22.154Z Compiling crypto-bigint v0.5.5
14112024-10-30T22:43:22.328Z Compiling hubpack_derive v0.1.1
14122024-10-30T22:43:22.362Z Compiling curve25519-dalek-derive v0.1.1
14132024-10-30T22:43:22.592Z Compiling zerocopy-derive v0.6.6
14142024-10-30T22:43:22.909Z Compiling phf_shared v0.11.2
14152024-10-30T22:43:23.184Z Compiling waitgroup v0.1.2
14162024-10-30T22:43:23.311Z Compiling webpki-roots v0.26.6
14172024-10-30T22:43:23.394Z Compiling hostname v0.4.0
14182024-10-30T22:43:23.501Z Compiling fs-err v2.11.0
14192024-10-30T22:43:23.629Z Compiling ahash v0.8.11
14202024-10-30T22:43:23.803Z Compiling managed v0.8.0
14212024-10-30T22:43:23.822Z Compiling winnow v0.5.40
14222024-10-30T22:43:23.984Z Compiling debug-ignore v1.0.5
14232024-10-30T22:43:24.132Z Compiling bitflags v1.3.2
14242024-10-30T22:43:24.248Z Compiling console v0.15.8
14252024-10-30T22:43:24.721Z Compiling zerocopy v0.6.6
14262024-10-30T22:43:25.578Z Compiling elliptic-curve v0.13.8
14272024-10-30T22:43:25.787Z Compiling clap_builder v4.5.20
14282024-10-30T22:43:25.812Z Compiling strum_macros v0.25.3
14292024-10-30T22:43:26.429Z Compiling hickory-resolver v0.24.1
14302024-10-30T22:43:27.784Z Compiling toml_edit v0.19.15
14312024-10-30T22:43:28.275Z Compiling hyper-rustls v0.27.3
14322024-10-30T22:43:28.332Z Compiling phf v0.11.2
14332024-10-30T22:43:28.632Z Compiling hubpack v0.1.2
14342024-10-30T22:43:28.897Z Compiling signal-hook-mio v0.2.4
14352024-10-30T22:43:29.061Z Compiling rayon v1.10.0
14362024-10-30T22:43:29.078Z Compiling cookie_store v0.21.0
14372024-10-30T22:43:30.518Z Compiling hyper-tls v0.6.0
14382024-10-30T22:43:32.365Z Compiling postgres-types v0.2.8
14392024-10-30T22:43:32.880Z Compiling tokio-tungstenite v0.24.0
14402024-10-30T22:43:33.405Z Compiling tokio-stream v0.1.16
14412024-10-30T22:43:33.833Z Compiling regex v1.11.0
14422024-10-30T22:43:33.944Z Compiling bstr v1.10.0
14432024-10-30T22:43:34.413Z Compiling serde-big-array v0.5.1
14442024-10-30T22:43:34.432Z Compiling ed25519 v2.2.3
14452024-10-30T22:43:34.448Z Compiling pkcs1 v0.7.5
14462024-10-30T22:43:34.637Z Compiling rfc6979 v0.4.0
14472024-10-30T22:43:34.826Z Compiling derive-where v1.2.7
14482024-10-30T22:43:34.926Z Compiling clap_derive v4.5.18
14492024-10-30T22:43:35.008Z Compiling serde_repr v0.1.19
14502024-10-30T22:43:35.257Z Compiling phf_shared v0.10.0
14512024-10-30T22:43:35.399Z Compiling float-cmp v0.9.0
14522024-10-30T22:43:35.630Z Compiling sync_wrapper v1.0.1
14532024-10-30T22:43:35.667Z Compiling crc32fast v1.4.2
14542024-10-30T22:43:35.686Z Compiling normalize-line-endings v0.3.0
14552024-10-30T22:43:35.773Z Compiling minimal-lexical v0.2.1
14562024-10-30T22:43:35.800Z Compiling fixedbitset v0.4.2
14572024-10-30T22:43:36.068Z Compiling difflib v0.4.0
14582024-10-30T22:43:36.152Z Compiling precomputed-hash v0.1.1
14592024-10-30T22:43:36.238Z Compiling number_prefix v0.4.0
14602024-10-30T22:43:36.269Z Compiling predicates-core v1.0.8
14612024-10-30T22:43:36.297Z Compiling bit-vec v0.6.3
14622024-10-30T22:43:36.323Z Compiling unicode-segmentation v1.12.0
14632024-10-30T22:43:36.462Z Compiling whoami v1.5.2
14642024-10-30T22:43:36.621Z Compiling static_assertions v1.1.0
14652024-10-30T22:43:36.722Z Compiling new_debug_unreachable v1.0.6
14662024-10-30T22:43:36.762Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14672024-10-30T22:43:36.820Z Compiling string_cache v0.8.7
14682024-10-30T22:43:37.073Z Compiling similar v2.6.0
14692024-10-30T22:43:37.229Z Compiling tokio-postgres v0.7.12
14702024-10-30T22:43:37.299Z Compiling bit-set v0.5.3
14712024-10-30T22:43:37.590Z Compiling predicates v3.1.2
14722024-10-30T22:43:37.616Z Compiling indicatif v0.17.8
14732024-10-30T22:43:38.249Z Compiling qorb v0.1.2
14742024-10-30T22:43:39.267Z Compiling nom v7.1.3
14752024-10-30T22:43:39.462Z Compiling petgraph v0.6.5
14762024-10-30T22:43:39.671Z Compiling flate2 v1.0.34
14772024-10-30T22:43:39.745Z Compiling clap v4.5.20
14782024-10-30T22:43:39.870Z Compiling reqwest v0.12.8
14792024-10-30T22:43:40.670Z Compiling rsa v0.9.6
14802024-10-30T22:43:42.953Z Compiling ecdsa v0.16.9
14812024-10-30T22:43:42.955Z Compiling ed25519-dalek v2.1.1
14822024-10-30T22:43:43.484Z Compiling toml v0.7.8
14832024-10-30T22:43:43.681Z Compiling crossterm v0.28.1
14842024-10-30T22:43:44.395Z Compiling hex v0.4.3
14852024-10-30T22:43:44.646Z Compiling itertools v0.12.1
14862024-10-30T22:43:44.679Z Compiling itertools v0.10.5
14872024-10-30T22:43:44.863Z Compiling x509-cert v0.2.5
14882024-10-30T22:43:45.005Z Compiling peg-runtime v0.8.3
14892024-10-30T22:43:45.143Z Compiling lalrpop-util v0.19.12
14902024-10-30T22:43:45.509Z Compiling unicode-xid v0.2.6
14912024-10-30T22:43:45.667Z Compiling xattr v1.3.1
14922024-10-30T22:43:45.699Z Compiling strum_macros v0.26.4
14932024-10-30T22:43:45.945Z Compiling filetime v0.2.25
14942024-10-30T22:43:46.255Z Compiling tar v0.4.42
14952024-10-30T22:43:49.237Z Compiling strum v0.26.3
14962024-10-30T22:43:49.389Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14972024-10-30T22:43:49.630Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14982024-10-30T22:43:55.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
14992024-10-30T22:43:55.214Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15002024-10-30T22:43:55.254ZOct 30 22:43:53.933 INFO Starting download, target: Cockroach
15012024-10-30T22:43:55.254ZOct 30 22:43:53.933 INFO Starting download, target: Console
15022024-10-30T22:43:55.257ZOct 30 22:43:53.933 INFO Starting download, target: DendriteOpenapi
15032024-10-30T22:43:55.257ZOct 30 22:43:53.933 INFO Starting download, target: Clickhouse
15042024-10-30T22:43:55.257ZOct 30 22:43:53.933 INFO Starting download, target: DendriteStub
15052024-10-30T22:43:55.257ZOct 30 22:43:53.933 INFO Starting download, target: MaghemiteMgd
15062024-10-30T22:43:55.257ZOct 30 22:43:53.933 INFO Starting download, target: TransceiverControl
15072024-10-30T22:43:55.257ZOct 30 22:43:53.934 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15082024-10-30T22:43:55.257ZOct 30 22:43:53.934 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi
15092024-10-30T22:43:55.257ZOct 30 22:43:53.934 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15102024-10-30T22:43:55.257ZOct 30 22:43:53.934 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15112024-10-30T22:43:55.257ZOct 30 22:43:53.934 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15122024-10-30T22:43:55.257ZOct 30 22:43:53.934 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15132024-10-30T22:43:55.257ZOct 30 22:43:53.934 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15142024-10-30T22:43:55.450ZOct 30 22:43:54.118 INFO Download complete, target: DendriteOpenapi
15152024-10-30T22:43:55.552ZOct 30 22:43:54.216 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15162024-10-30T22:43:55.844ZOct 30 22:43:54.489 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15172024-10-30T22:43:56.127ZOct 30 22:43:54.802 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15182024-10-30T22:43:56.144ZOct 30 22:43:54.802 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15192024-10-30T22:43:56.150ZOct 30 22:43:54.820 INFO Download complete, target: Console
15202024-10-30T22:43:56.221ZOct 30 22:43:54.897 INFO Download complete, target: TransceiverControl
15212024-10-30T22:43:56.763ZOct 30 22:43:55.442 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15222024-10-30T22:43:56.763ZOct 30 22:43:55.442 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15232024-10-30T22:43:57.701ZOct 30 22:43:56.380 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15242024-10-30T22:43:58.966ZOct 30 22:43:57.645 INFO Download complete, target: DendriteStub
15252024-10-30T22:43:59.082ZOct 30 22:43:57.760 INFO Download complete, target: MaghemiteMgd
15262024-10-30T22:44:04.255ZOct 30 22:44:02.921 INFO Checking that binary works, target: Cockroach
15272024-10-30T22:44:04.455ZOct 30 22:44:03.131 INFO Download complete, target: Cockroach
15282024-10-30T22:44:09.846ZOct 30 22:44:08.524 INFO Checking that binary works, target: Clickhouse
15292024-10-30T22:44:10.473ZOct 30 22:44:09.151 INFO Download complete, target: Clickhouse
15302024-10-30T22:44:10.480ZAll prerequisites installed successfully
15312024-10-30T22:44:10.482Z
15322024-10-30T22:44:10.482Zreal 4:03.909280271
15332024-10-30T22:44:10.482Zuser 11:59.234272916
15342024-10-30T22:44:10.482Zsys 2:34.697246172
15352024-10-30T22:44:10.482Ztrap 0.387288486
15362024-10-30T22:44:10.482Ztflt 6.065003242
15372024-10-30T22:44:10.482Zdflt 5.665755760
15382024-10-30T22:44:10.482Zkflt 0.343060505
15392024-10-30T22:44:10.482Zlock 24:14.250864638
15402024-10-30T22:44:10.483Zslp 48:30.540875047
15412024-10-30T22:44:10.483Zlat 38.230333126
15422024-10-30T22:44:10.483Zstop 1:48.923630688
15432024-10-30T22:44:10.483Z+ source ./tools/include/force-git-over-https.sh
15442024-10-30T22:44:10.483Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
15452024-10-30T22:44:10.483Z++ (( i = 0 ))
15462024-10-30T22:44:10.483Z++ (( i < 5 ))
15472024-10-30T22:44:10.483Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
15482024-10-30T22:44:10.485Z++ (( i++ ))
15492024-10-30T22:44:10.485Z++ (( i < 5 ))
15502024-10-30T22:44:10.488Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
15512024-10-30T22:44:10.490Z++ (( i++ ))
15522024-10-30T22:44:10.490Z++ (( i < 5 ))
15532024-10-30T22:44:10.490Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
15542024-10-30T22:44:10.493Z++ (( i++ ))
15552024-10-30T22:44:10.493Z++ (( i < 5 ))
15562024-10-30T22:44:10.493Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
15572024-10-30T22:44:10.496Z++ (( i++ ))
15582024-10-30T22:44:10.496Z++ (( i < 5 ))
15592024-10-30T22:44:10.496Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
15602024-10-30T22:44:10.499Z++ (( i++ ))
15612024-10-30T22:44:10.499Z++ (( i < 5 ))
15622024-10-30T22:44:10.499Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
15632024-10-30T22:44:10.499Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
15642024-10-30T22:44:10.499Z+ rc=0
15652024-10-30T22:44:10.499Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
15662024-10-30T22:44:36.367Z+ case $rc in
15672024-10-30T22:44:36.367Z+ pfexec zfs create -p rpool/images/build/host
15682024-10-30T22:44:36.599Z+ pfexec zfs create -p rpool/images/build/recovery
15692024-10-30T22:44:36.674Z+ cargo xtask releng --output-dir /work
15702024-10-30T22:44:37.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
15712024-10-30T22:44:37.185Z Running `target/debug/xtask releng --output-dir /work`
15722024-10-30T22:44:38.034Z Compiling proc-macro2 v1.0.87
15732024-10-30T22:44:38.034Z Compiling unicode-ident v1.0.13
15742024-10-30T22:44:38.034Z Compiling libc v0.2.161
15752024-10-30T22:44:38.037Z Compiling serde v1.0.210
15762024-10-30T22:44:38.037Z Compiling autocfg v1.4.0
15772024-10-30T22:44:38.037Z Compiling version_check v0.9.5
15782024-10-30T22:44:38.037Z Compiling cfg-if v1.0.0
15792024-10-30T22:44:38.275Z Compiling typenum v1.17.0
15802024-10-30T22:44:38.334Z Compiling shlex v1.3.0
15812024-10-30T22:44:38.425Z Compiling memchr v2.7.4
15822024-10-30T22:44:38.775Z Compiling parking_lot_core v0.9.10
15832024-10-30T22:44:39.008Z Compiling lock_api v0.4.12
15842024-10-30T22:44:39.188Z Compiling generic-array v0.14.7
15852024-10-30T22:44:39.239Z Compiling serde_json v1.0.128
15862024-10-30T22:44:39.368Z Compiling libm v0.2.8
15872024-10-30T22:44:39.537Z Compiling value-bag v1.9.0
15882024-10-30T22:44:39.639Z Compiling slab v0.4.9
15892024-10-30T22:44:39.722Z Compiling num-traits v0.2.19
15902024-10-30T22:44:39.880Z Compiling quote v1.0.37
15912024-10-30T22:44:39.954Z Compiling once_cell v1.20.2
15922024-10-30T22:44:40.039Z Compiling log v0.4.22
15932024-10-30T22:44:40.104Z Compiling itoa v1.0.11
15942024-10-30T22:44:40.332Z Compiling syn v2.0.79
15952024-10-30T22:44:40.377Z Compiling getrandom v0.2.15
15962024-10-30T22:44:40.429Z Compiling jobserver v0.1.32
15972024-10-30T22:44:40.686Z Compiling thiserror v1.0.64
15982024-10-30T22:44:40.865Z Compiling cc v1.1.30
15992024-10-30T22:44:40.896Z Compiling scopeguard v1.2.0
16002024-10-30T22:44:41.193Z Compiling rand_core v0.6.4
16012024-10-30T22:44:41.193Z Compiling byteorder v1.5.0
16022024-10-30T22:44:41.708Z Compiling subtle v2.6.1
16032024-10-30T22:44:42.134Z Compiling semver v1.0.23
16042024-10-30T22:44:42.260Z Compiling smallvec v1.13.2
16052024-10-30T22:44:42.483Z Compiling pin-project-lite v0.2.14
16062024-10-30T22:44:42.694Z Compiling httparse v1.9.5
16072024-10-30T22:44:42.734Z Compiling ryu v1.0.18
16082024-10-30T22:44:42.827Z Compiling const-oid v0.9.6
16092024-10-30T22:44:42.971Z Compiling heck v0.5.0
16102024-10-30T22:44:43.076Z Compiling pkg-config v0.3.31
16112024-10-30T22:44:43.228Z Compiling futures-core v0.3.31
16122024-10-30T22:44:43.373Z Compiling allocator-api2 v0.2.18
16132024-10-30T22:44:43.614Z Compiling signal-hook-registry v1.4.2
16142024-10-30T22:44:44.199Z Compiling parking_lot v0.12.3
16152024-10-30T22:44:44.225Z Compiling mio v1.0.2
16162024-10-30T22:44:44.325Z Compiling ring v0.17.8
16172024-10-30T22:44:45.189Z Compiling socket2 v0.5.7
16182024-10-30T22:44:45.377Z Compiling crossbeam-utils v0.8.20
16192024-10-30T22:44:45.552Z Compiling futures-sink v0.3.31
16202024-10-30T22:44:45.720Z Compiling vcpkg v0.2.15
16212024-10-30T22:44:45.746Z Compiling num-conv v0.1.0
16222024-10-30T22:44:45.919Z Compiling time-core v0.1.2
16232024-10-30T22:44:46.114Z Compiling fnv v1.0.7
16242024-10-30T22:44:46.114Z Compiling time-macros v0.2.18
16252024-10-30T22:44:46.625Z Compiling ahash v0.8.11
16262024-10-30T22:44:46.801Z Compiling schemars v0.8.21
16272024-10-30T22:44:47.009Z Compiling spin v0.9.8
16282024-10-30T22:44:47.339Z Compiling openssl-sys v0.9.103
16292024-10-30T22:44:47.947Z Compiling foldhash v0.1.3
16302024-10-30T22:44:48.003Z Compiling equivalent v1.0.1
16312024-10-30T22:44:48.123Z Compiling serde_derive_internals v0.29.1
16322024-10-30T22:44:48.184Z Compiling cpufeatures v0.2.14
16332024-10-30T22:44:48.329Z Compiling rustix v0.38.37
16342024-10-30T22:44:48.518Z Compiling hashbrown v0.15.0
16352024-10-30T22:44:49.711Z Compiling futures-channel v0.3.31
16362024-10-30T22:44:49.993Z Compiling pin-utils v0.1.0
16372024-10-30T22:44:50.117Z Compiling futures-io v0.3.31
16382024-10-30T22:44:50.274Z Compiling slog v2.7.0
16392024-10-30T22:44:50.320Z Compiling futures-task v0.3.31
16402024-10-30T22:44:50.514Z Compiling tinyvec_macros v0.1.1
16412024-10-30T22:44:50.631Z Compiling tinyvec v1.8.0
16422024-10-30T22:44:50.804Z Compiling openssl v0.10.66
16432024-10-30T22:44:51.093Z Compiling ucd-trie v0.1.7
16442024-10-30T22:44:51.163Z Compiling iana-time-zone v0.1.61
16452024-10-30T22:44:51.238Z Compiling unicode-bidi v0.3.17
16462024-10-30T22:44:51.273Z Compiling tracing-core v0.1.32
16472024-10-30T22:44:51.565Z Compiling native-tls v0.2.12
16482024-10-30T22:44:51.586Z Compiling rustls v0.23.14
16492024-10-30T22:44:52.113Z Compiling base64ct v1.6.0
16502024-10-30T22:44:52.428Z Compiling unicode-normalization v0.1.24
16512024-10-30T22:44:52.731Z Compiling pem-rfc7468 v0.7.0
16522024-10-30T22:44:53.183Z Compiling serde_derive v1.0.210
16532024-10-30T22:44:53.439Z Compiling zeroize_derive v1.4.2
16542024-10-30T22:44:53.766Z Compiling zerocopy-derive v0.7.35
16552024-10-30T22:44:53.841Z Compiling tokio-macros v2.4.0
16562024-10-30T22:44:53.939Z Compiling thiserror-impl v1.0.64
16572024-10-30T22:44:53.971Z Compiling futures-macro v0.3.31
16582024-10-30T22:44:54.142Z Compiling tracing-attributes v0.1.27
16592024-10-30T22:44:54.883Z Compiling zeroize v1.8.1
16602024-10-30T22:44:55.865Z Compiling der_derive v0.7.3
16612024-10-30T22:44:55.899Z Compiling zerocopy v0.7.35
16622024-10-30T22:44:57.267Z Compiling crypto-common v0.1.6
16632024-10-30T22:44:57.417Z Compiling block-buffer v0.10.4
16642024-10-30T22:44:57.517Z Compiling schemars_derive v0.8.21
16652024-10-30T22:44:57.729Z Compiling digest v0.10.7
16662024-10-30T22:44:57.809Z Compiling futures-util v0.3.31
16672024-10-30T22:44:58.153Z Compiling hmac v0.12.1
16682024-10-30T22:44:58.186Z Compiling scroll_derive v0.12.0
16692024-10-30T22:44:58.273Z Compiling block-padding v0.3.3
16702024-10-30T22:44:58.385Z Compiling pest v2.7.14
16712024-10-30T22:44:58.850Z Compiling inout v0.1.3
16722024-10-30T22:44:59.163Z Compiling openssl-macros v0.1.1
16732024-10-30T22:44:59.557Z Compiling cipher v0.4.4
16742024-10-30T22:45:00.013Z Compiling sha2 v0.10.8
16752024-10-30T22:45:00.206Z Compiling tracing v0.1.40
16762024-10-30T22:45:00.327Z Compiling ppv-lite86 v0.2.20
16772024-10-30T22:45:01.298Z Compiling pest_meta v2.7.14
16782024-10-30T22:45:01.394Z Compiling async-trait v0.1.83
16792024-10-30T22:45:03.717Z Compiling pest_generator v2.7.14
16802024-10-30T22:45:05.221Z Compiling cookie v0.18.1
16812024-10-30T22:45:05.243Z Compiling usdt-impl v0.5.0
16822024-10-30T22:45:05.263Z Compiling percent-encoding v2.3.1
16832024-10-30T22:45:05.303Z Compiling pest_derive v2.7.14
16842024-10-30T22:45:05.520Z Compiling flagset v0.4.6
16852024-10-30T22:45:05.576Z Compiling syn v1.0.109
16862024-10-30T22:45:05.724Z Compiling dyn-clone v1.0.17
16872024-10-30T22:45:05.935Z Compiling der v0.7.9
16882024-10-30T22:45:06.213Z Compiling rand_chacha v0.3.1
16892024-10-30T22:45:06.314Z Compiling scroll v0.12.0
16902024-10-30T22:45:06.658Z Compiling aho-corasick v1.1.3
16912024-10-30T22:45:06.909Z Compiling bytes v1.7.2
16922024-10-30T22:45:07.812Z Compiling bitflags v2.6.0
16932024-10-30T22:45:07.908Z Compiling indexmap v2.6.0
16942024-10-30T22:45:08.467Z Compiling tokio v1.40.0
16952024-10-30T22:45:09.792Z Compiling http v1.1.0
16962024-10-30T22:45:09.929Z Compiling serde_tokenstream v0.2.2
16972024-10-30T22:45:10.009Z Compiling rustc_version v0.4.1
16982024-10-30T22:45:10.126Z Compiling uuid v1.10.0
16992024-10-30T22:45:10.562Z Compiling chrono v0.4.38
17002024-10-30T22:45:11.543Z Compiling rustls-pki-types v1.9.0
17012024-10-30T22:45:12.219Z Compiling plain v0.2.3
17022024-10-30T22:45:12.753Z Compiling camino v1.1.9
17032024-10-30T22:45:12.798Z Compiling regex-syntax v0.8.5
17042024-10-30T22:45:14.555Z Compiling rayon-core v1.12.1
17052024-10-30T22:45:14.882Z Compiling goblin v0.8.2
17062024-10-30T22:45:15.032Z Compiling spki v0.7.3
17072024-10-30T22:45:16.195Z Compiling rand v0.8.5
17082024-10-30T22:45:17.168Z Compiling regex-automata v0.4.8
17092024-10-30T22:45:18.102Z Compiling tokio-util v0.7.12
17102024-10-30T22:45:19.541Z Compiling salsa20 v0.10.2
17112024-10-30T22:45:20.215Z Compiling pbkdf2 v0.12.2
17122024-10-30T22:45:21.018Z Compiling try-lock v0.2.5
17132024-10-30T22:45:21.347Z Compiling powerfmt v0.2.0
17142024-10-30T22:45:21.385Z Compiling untrusted v0.9.0
17152024-10-30T22:45:21.801Z Compiling pretty-hex v0.4.1
17162024-10-30T22:45:22.354Z Compiling rustls v0.22.4
17172024-10-30T22:45:23.710Z Compiling dof v0.3.0
17182024-10-30T22:45:24.566Z Compiling deranged v0.3.11
17192024-10-30T22:45:24.900Z Compiling want v0.3.1
17202024-10-30T22:45:26.760Z Compiling scrypt v0.11.0
17212024-10-30T22:45:26.760Z Compiling dtrace-parser v0.2.0
17222024-10-30T22:45:27.475Z Compiling form_urlencoded v1.2.1
17232024-10-30T22:45:27.614Z Compiling aes v0.8.4
17242024-10-30T22:45:27.846Z Compiling cbc v0.1.2
17252024-10-30T22:45:28.115Z Compiling errno v0.3.9
17262024-10-30T22:45:28.258Z Compiling thread-id v4.2.2
17272024-10-30T22:45:28.433Z Compiling httpdate v1.0.3
17282024-10-30T22:45:28.474Z Compiling num_threads v0.1.7
17292024-10-30T22:45:28.642Z Compiling atomic-waker v1.1.2
17302024-10-30T22:45:28.891Z Compiling time v0.3.36
17312024-10-30T22:45:29.136Z Compiling pkcs5 v0.7.1
17322024-10-30T22:45:30.734Z Compiling rustls-webpki v0.102.8
17332024-10-30T22:45:31.842Z Compiling http-body v1.0.1
17342024-10-30T22:45:32.129Z Compiling heapless v0.7.17
17352024-10-30T22:45:32.610Z Compiling zerocopy-derive v0.6.6
17362024-10-30T22:45:32.810Z Compiling multer v3.1.0
17372024-10-30T22:45:32.862Z Compiling num-bigint-dig v0.8.4
17382024-10-30T22:45:33.180Z Compiling tower-service v0.3.3
17392024-10-30T22:45:33.214Z Compiling slog-async v2.8.0
17402024-10-30T22:45:34.984Z Compiling signal-hook v0.3.17
17412024-10-30T22:45:34.986Z Compiling anyhow v1.0.89
17422024-10-30T22:45:34.986Z Compiling pkcs8 v0.10.2
17432024-10-30T22:45:34.986Z Compiling h2 v0.4.6
17442024-10-30T22:45:35.091Z Compiling regex v1.11.0
17452024-10-30T22:45:36.187Z Compiling idna v0.5.0
17462024-10-30T22:45:36.950Z Compiling rustversion v1.0.17
17472024-10-30T22:45:37.388Z Compiling strsim v0.11.1
17482024-10-30T22:45:37.839Z Compiling base64 v0.22.1
17492024-10-30T22:45:38.133Z Compiling paste v1.0.15
17502024-10-30T22:45:38.683Z Compiling url v2.5.2
17512024-10-30T22:45:41.069Z Compiling usdt-attr-macro v0.5.0
17522024-10-30T22:45:41.440Z Compiling usdt-macro v0.5.0
17532024-10-30T22:45:42.878Z Compiling hyper v1.4.1
17542024-10-30T22:45:43.868Z Compiling curve25519-dalek v4.1.3
17552024-10-30T22:45:44.338Z Compiling openapiv3 v2.0.0
17562024-10-30T22:45:44.395Z Compiling toml_datetime v0.6.8
17572024-10-30T22:45:44.911Z Compiling serde_spanned v0.6.8
17582024-10-30T22:45:45.162Z Compiling async-stream-impl v0.3.6
17592024-10-30T22:45:45.707Z Compiling enum-as-inner v0.6.1
17602024-10-30T22:45:46.829Z Compiling dropshot v0.12.0
17612024-10-30T22:45:46.881Z Compiling match_cfg v0.1.0
17622024-10-30T22:45:47.230Z Compiling foreign-types-shared v0.1.1
17632024-10-30T22:45:47.383Z Compiling portable-atomic v1.9.0
17642024-10-30T22:45:47.707Z Compiling smoltcp v0.9.1
17652024-10-30T22:45:47.733Z Compiling foreign-types v0.3.2
17662024-10-30T22:45:47.945Z Compiling hyper-util v0.1.9
17672024-10-30T22:45:48.339Z Compiling hostname v0.3.1
17682024-10-30T22:45:52.271Z Compiling clap_derive v4.5.18
17692024-10-30T22:45:53.042Z Compiling dirs-sys-next v0.1.2
17702024-10-30T22:45:53.658Z Compiling encoding_rs v0.8.34
17712024-10-30T22:45:53.788Z Compiling ipnet v2.10.1
17722024-10-30T22:45:56.728Z Compiling siphasher v0.3.11
17732024-10-30T22:45:56.829Z Compiling mime v0.3.17
17742024-10-30T22:45:57.106Z Compiling adler2 v2.0.0
17752024-10-30T22:45:57.442Z Compiling data-encoding v2.6.0
17762024-10-30T22:45:58.024Z Compiling miniz_oxide v0.8.0
17772024-10-30T22:46:01.330Z Compiling dirs-next v2.0.0
17782024-10-30T22:46:04.872Z Compiling hubpack_derive v0.1.1
17792024-10-30T22:46:04.922Z Compiling http-body-util v0.1.2
17802024-10-30T22:46:05.347Z Compiling serde_urlencoded v0.7.1
17812024-10-30T22:46:05.593Z Compiling crossbeam-epoch v0.9.18
17822024-10-30T22:46:05.950Z Compiling dropshot_endpoint v0.12.0
17832024-10-30T22:46:06.030Z Compiling hashbrown v0.14.5
17842024-10-30T22:46:06.404Z Compiling sha1 v0.10.6
17852024-10-30T22:46:06.463Z Compiling signature v2.2.0
17862024-10-30T22:46:06.750Z Compiling curve25519-dalek-derive v0.1.1
17872024-10-30T22:46:06.975Z Compiling lazy_static v1.5.0
17882024-10-30T22:46:07.108Z Compiling thread_local v1.1.8
17892024-10-30T22:46:07.442Z Compiling fs-err v2.11.0
17902024-10-30T22:46:07.612Z Compiling utf8parse v0.2.2
17912024-10-30T22:46:07.817Z Compiling unicode-properties v0.1.3
17922024-10-30T22:46:07.869Z Compiling either v1.13.0
17932024-10-30T22:46:08.034Z Compiling winnow v0.6.20
17942024-10-30T22:46:08.144Z Compiling gimli v0.31.1
17952024-10-30T22:46:08.329Z Compiling openssl-probe v0.1.5
17962024-10-30T22:46:09.362Z Compiling anstyle v1.0.8
17972024-10-30T22:46:10.295Z Compiling stringprep v0.1.5
17982024-10-30T22:46:10.683Z Compiling anstyle-parse v0.2.5
17992024-10-30T22:46:11.051Z Compiling regress v0.10.1
18002024-10-30T22:46:11.210Z Compiling crossbeam-deque v0.8.5
18012024-10-30T22:46:12.489Z Compiling toml_edit v0.22.22
18022024-10-30T22:46:14.126Z Compiling addr2line v0.24.2
18032024-10-30T22:46:14.898Z Compiling term v0.7.0
18042024-10-30T22:46:16.233Z Compiling slog-json v2.6.1
18052024-10-30T22:46:17.105Z Compiling crossbeam-channel v0.5.13
18062024-10-30T22:46:17.825Z Compiling rustls-pemfile v2.2.0
18072024-10-30T22:46:18.776Z Compiling futures-executor v0.3.31
18082024-10-30T22:46:18.899Z Compiling md-5 v0.10.6
18092024-10-30T22:46:19.168Z Compiling idna v0.4.0
18102024-10-30T22:46:19.446Z Compiling idna v0.3.0
18112024-10-30T22:46:19.823Z Compiling num-integer v0.1.46
18122024-10-30T22:46:20.728Z Compiling ff v0.13.0
18132024-10-30T22:46:20.859Z Compiling hash32 v0.2.1
18142024-10-30T22:46:20.983Z Compiling is-terminal v0.4.13
18152024-10-30T22:46:21.162Z Compiling memmap v0.7.0
18162024-10-30T22:46:21.206Z Compiling object v0.36.5
18172024-10-30T22:46:21.478Z Compiling stable_deref_trait v1.2.0
18182024-10-30T22:46:21.542Z Compiling linked-hash-map v0.5.6
18192024-10-30T22:46:21.617Z Compiling colorchoice v1.0.2
18202024-10-30T22:46:21.953Z Compiling utf-8 v0.7.6
18212024-10-30T22:46:22.037Z Compiling heck v0.4.1
18222024-10-30T22:46:22.432Z Compiling quick-error v1.2.3
18232024-10-30T22:46:22.475Z Compiling is_terminal_polyfill v1.70.1
18242024-10-30T22:46:22.524Z Compiling fallible-iterator v0.2.0
18252024-10-30T22:46:22.618Z Compiling take_mut v0.2.2
18262024-10-30T22:46:22.681Z Compiling anstyle-query v1.1.1
18272024-10-30T22:46:22.797Z Compiling psl-types v2.0.11
18282024-10-30T22:46:23.029Z Compiling rustc-demangle v0.1.24
18292024-10-30T22:46:23.386Z Compiling base16ct v0.2.0
18302024-10-30T22:46:23.564Z Compiling postgres-protocol v0.6.7
18312024-10-30T22:46:23.695Z Compiling sec1 v0.7.3
18322024-10-30T22:46:24.238Z Compiling publicsuffix v2.2.3
18332024-10-30T22:46:24.408Z Compiling anstream v0.6.15
18342024-10-30T22:46:24.886Z Compiling resolv-conf v0.7.0
18352024-10-30T22:46:25.053Z Compiling strum_macros v0.25.3
18362024-10-30T22:46:25.198Z Compiling tungstenite v0.24.0
18372024-10-30T22:46:25.531Z Compiling lru-cache v0.1.2
18382024-10-30T22:46:25.807Z Compiling usdt v0.5.0
18392024-10-30T22:46:26.272Z Compiling slog-term v2.9.1
18402024-10-30T22:46:26.946Z Compiling group v0.13.0
18412024-10-30T22:46:27.265Z Compiling num-iter v0.1.45
18422024-10-30T22:46:27.339Z Compiling hickory-proto v0.24.1
18432024-10-30T22:46:27.469Z Compiling futures v0.3.31
18442024-10-30T22:46:28.476Z Compiling tokio-rustls v0.26.0
18452024-10-30T22:46:28.496Z Compiling tokio-rustls v0.25.0
18462024-10-30T22:46:29.438Z Compiling backtrace v0.3.74
18472024-10-30T22:46:29.815Z Compiling slog-bunyan v2.5.0
18482024-10-30T22:46:30.029Z Compiling toml v0.8.19
18492024-10-30T22:46:30.379Z Compiling typify-impl v0.2.0
18502024-10-30T22:46:30.410Z Compiling tokio-native-tls v0.3.1
18512024-10-30T22:46:30.689Z Compiling terminal_size v0.4.0
18522024-10-30T22:46:30.905Z Compiling phf_shared v0.11.2
18532024-10-30T22:46:31.463Z Compiling async-stream v0.3.6
18542024-10-30T22:46:31.795Z Compiling waitgroup v0.1.2
18552024-10-30T22:46:32.009Z Compiling webpki-roots v0.26.6
18562024-10-30T22:46:32.086Z Compiling serde_path_to_error v0.1.16
18572024-10-30T22:46:32.313Z Compiling hkdf v0.12.4
18582024-10-30T22:46:32.447Z Compiling crypto-bigint v0.5.5
18592024-10-30T22:46:32.870Z Compiling derive-where v1.2.7
18602024-10-30T22:46:35.077Z Compiling serde_repr v0.1.19
18612024-10-30T22:46:35.937Z Compiling hostname v0.4.0
18622024-10-30T22:46:36.102Z Compiling managed v0.8.0
18632024-10-30T22:46:36.130Z Compiling bitflags v1.3.2
18642024-10-30T22:46:36.161Z Compiling unicode-width v0.1.14
18652024-10-30T22:46:36.246Z Compiling winnow v0.5.40
18662024-10-30T22:46:36.487Z Compiling debug-ignore v1.0.5
18672024-10-30T22:46:36.666Z Compiling clap_lex v0.7.2
18682024-10-30T22:46:36.812Z Compiling console v0.15.8
18692024-10-30T22:46:37.109Z Compiling clap_builder v4.5.20
18702024-10-30T22:46:38.427Z Compiling elliptic-curve v0.13.8
18712024-10-30T22:46:39.160Z Compiling hickory-resolver v0.24.1
18722024-10-30T22:46:40.051Z Compiling toml_edit v0.19.15
18732024-10-30T22:46:41.468Z Compiling typify-macro v0.2.0
18742024-10-30T22:46:42.189Z Compiling hyper-rustls v0.27.3
18752024-10-30T22:46:44.630Z Compiling phf v0.11.2
18762024-10-30T22:46:44.947Z Compiling hyper-tls v0.6.0
18772024-10-30T22:46:45.019Z Compiling signal-hook-mio v0.2.4
18782024-10-30T22:46:45.184Z Compiling rayon v1.10.0
18792024-10-30T22:46:45.312Z Compiling cookie_store v0.21.0
18802024-10-30T22:46:45.492Z Compiling tokio-tungstenite v0.24.0
18812024-10-30T22:46:46.044Z Compiling postgres-types v0.2.8
18822024-10-30T22:46:46.654Z Compiling ed25519 v2.2.3
18832024-10-30T22:46:46.756Z Compiling hubpack v0.1.2
18842024-10-30T22:46:46.814Z Compiling phf_shared v0.10.0
18852024-10-30T22:46:47.214Z Compiling pkcs1 v0.7.5
18862024-10-30T22:46:47.218Z Compiling zerocopy v0.6.6
18872024-10-30T22:46:47.358Z Compiling bstr v1.10.0
18882024-10-30T22:46:48.113Z Compiling tokio-stream v0.1.16
18892024-10-30T22:46:48.229Z Compiling serde-big-array v0.5.1
18902024-10-30T22:46:48.466Z Compiling rfc6979 v0.4.0
18912024-10-30T22:46:48.659Z Compiling float-cmp v0.9.0
18922024-10-30T22:46:49.022Z Compiling sync_wrapper v1.0.1
18932024-10-30T22:46:49.025Z Compiling crc32fast v1.4.2
18942024-10-30T22:46:49.025Z Compiling whoami v1.5.2
18952024-10-30T22:46:49.062Z Compiling fixedbitset v0.4.2
18962024-10-30T22:46:49.105Z Compiling difflib v0.4.0
18972024-10-30T22:46:49.125Z Compiling bit-vec v0.6.3
18982024-10-30T22:46:49.224Z Compiling normalize-line-endings v0.3.0
18992024-10-30T22:46:49.359Z Compiling static_assertions v1.1.0
19002024-10-30T22:46:49.753Z Compiling predicates-core v1.0.8
19012024-10-30T22:46:49.802Z Compiling number_prefix v0.4.0
19022024-10-30T22:46:50.011Z Compiling new_debug_unreachable v1.0.6
19032024-10-30T22:46:50.030Z Compiling minimal-lexical v0.2.1
19042024-10-30T22:46:50.062Z Compiling unicode-segmentation v1.12.0
19052024-10-30T22:46:50.111Z Compiling precomputed-hash v0.1.1
19062024-10-30T22:46:50.224Z Compiling indicatif v0.17.8
19072024-10-30T22:46:50.244Z Compiling string_cache v0.8.7
19082024-10-30T22:46:50.478Z Compiling nom v7.1.3
19092024-10-30T22:46:50.619Z Compiling predicates v3.1.2
19102024-10-30T22:46:50.909Z Compiling similar v2.6.0
19112024-10-30T22:46:52.889Z Compiling bit-set v0.5.3
19122024-10-30T22:46:53.066Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19132024-10-30T22:46:53.194Z Compiling tokio-postgres v0.7.12
19142024-10-30T22:46:54.069Z Compiling petgraph v0.6.5
19152024-10-30T22:46:55.502Z Compiling flate2 v1.0.34
19162024-10-30T22:46:56.441Z Compiling reqwest v0.12.8
19172024-10-30T22:46:56.632Z Compiling qorb v0.1.2
19182024-10-30T22:46:58.086Z Compiling ecdsa v0.16.9
19192024-10-30T22:46:59.677Z Compiling rsa v0.9.6
19202024-10-30T22:47:00.092Z Compiling ed25519-dalek v2.1.1
19212024-10-30T22:47:01.076Z Compiling crossterm v0.28.1
19222024-10-30T22:47:01.096Z Compiling toml v0.7.8
19232024-10-30T22:47:01.124Z Compiling clap v4.5.20
19242024-10-30T22:47:01.270Z Compiling itertools v0.10.5
19252024-10-30T22:47:01.825Z Compiling itertools v0.12.1
19262024-10-30T22:47:04.387Z Compiling x509-cert v0.2.5
19272024-10-30T22:47:05.294Z Compiling hex v0.4.3
19282024-10-30T22:47:07.312Z Compiling peg-runtime v0.8.3
19292024-10-30T22:47:07.383Z Compiling lalrpop-util v0.19.12
19302024-10-30T22:47:08.442Z Compiling radium v0.7.0
19312024-10-30T22:47:08.873Z Compiling unicode-xid v0.2.6
19322024-10-30T22:47:09.056Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19332024-10-30T22:47:16.176Z Compiling maybe-uninit v2.0.0
19342024-10-30T22:47:16.689Z Compiling tap v1.0.1
19352024-10-30T22:47:17.447Z Compiling ident_case v1.0.1
19362024-10-30T22:47:17.628Z Compiling darling_core v0.20.10
19372024-10-30T22:47:23.431Z Compiling wyz v0.5.1
19382024-10-30T22:47:36.914Z Compiling typify v0.2.0
19392024-10-30T22:47:40.184Z Compiling http v0.2.12
19402024-10-30T22:47:41.436Z Compiling bzip2-sys v0.1.11+1.0.8
19412024-10-30T22:47:42.610Z Compiling packed_struct v0.10.1
19422024-10-30T22:47:43.041Z Compiling base64 v0.21.7
19432024-10-30T22:47:43.650Z Compiling funty v2.0.0
19442024-10-30T22:47:43.869Z Compiling unsafe-libyaml v0.2.11
19452024-10-30T22:47:44.806Z Compiling bitvec v1.0.1
19462024-10-30T22:47:45.605Z Compiling serde_yaml v0.9.34+deprecated
19472024-10-30T22:47:52.929Z Compiling progenitor-impl v0.8.0
19482024-10-30T22:47:56.443Z Compiling darling_macro v0.20.10
19492024-10-30T22:47:57.322Z Compiling packed_struct_codegen v0.10.1
19502024-10-30T22:47:59.135Z Compiling structmeta-derive v0.3.0
19512024-10-30T22:47:59.937Z Compiling indexmap v1.9.3
19522024-10-30T22:48:00.394Z Compiling crc-catalog v2.4.0
19532024-10-30T22:48:00.414Z Compiling fastrand v2.1.1
19542024-10-30T22:48:00.892Z Compiling nodrop v0.1.14
19552024-10-30T22:48:01.095Z Compiling newtype-uuid v1.1.2
19562024-10-30T22:48:01.519Z Compiling array-init v0.0.4
19572024-10-30T22:48:01.589Z Compiling structmeta v0.3.0
19582024-10-30T22:48:02.807Z Compiling tempfile v3.13.0
19592024-10-30T22:48:04.271Z Compiling crc v3.2.1
19602024-10-30T22:48:04.388Z Compiling progenitor-macro v0.8.0
19612024-10-30T22:48:04.517Z Compiling darling v0.20.10
19622024-10-30T22:48:08.571Z Compiling smallvec v0.6.14
19632024-10-30T22:48:12.353Z Compiling h2 v0.3.26
19642024-10-30T22:48:14.461Z Compiling http-body v0.4.6
19652024-10-30T22:48:14.945Z Compiling progenitor-client v0.8.0
19662024-10-30T22:48:19.099Z Compiling pin-project-internal v1.1.6
19672024-10-30T22:48:20.019Z Compiling hashbrown v0.12.3
19682024-10-30T22:48:21.400Z Compiling termcolor v1.4.1
19692024-10-30T22:48:22.765Z Compiling bitfield v0.14.0
19702024-10-30T22:48:23.627Z Compiling same-file v1.0.6
19712024-10-30T22:48:23.907Z Compiling walkdir v2.5.0
19722024-10-30T22:48:25.035Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
19732024-10-30T22:48:32.191Z Compiling env_logger v0.10.2
19742024-10-30T22:48:33.498Z Compiling pin-project v1.1.6
19752024-10-30T22:48:34.787Z Compiling hyper v0.14.30
19762024-10-30T22:48:38.313Z Compiling progenitor v0.8.0
19772024-10-30T22:48:39.699Z Compiling bzip2 v0.4.4
19782024-10-30T22:48:40.001Z Compiling serde-hex v0.1.0
19792024-10-30T22:48:40.163Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
19802024-10-30T22:48:40.504Z Compiling serde_with_macros v3.11.0
19812024-10-30T22:48:41.708Z Compiling parse-display-derive v0.10.0
19822024-10-30T22:48:43.276Z Compiling ron v0.8.1
19832024-10-30T22:48:45.877Z Compiling strum_macros v0.26.4
19842024-10-30T22:48:47.554Z Compiling ipnetwork v0.20.0
19852024-10-30T22:48:48.761Z Compiling hashbrown v0.13.2
19862024-10-30T22:48:49.128Z Compiling xattr v1.3.1
19872024-10-30T22:48:49.242Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19882024-10-30T22:48:49.461Z Compiling snafu-derive v0.8.5
19892024-10-30T22:48:49.512Z Compiling blake3 v1.5.4
19902024-10-30T22:48:49.953Z Compiling ring v0.16.20
19912024-10-30T22:48:50.085Z Compiling filetime v0.2.25
19922024-10-30T22:48:50.103Z Compiling instant v0.1.13
19932024-10-30T22:48:50.137Z Compiling buf-list v1.0.3
19942024-10-30T22:48:50.691Z Compiling sync_wrapper v0.1.2
19952024-10-30T22:48:50.834Z Compiling crc-any v2.5.0
19962024-10-30T22:48:50.881Z Compiling reqwest v0.11.27
19972024-10-30T22:48:51.492Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
19982024-10-30T22:48:51.716Z Compiling tar v0.4.42
19992024-10-30T22:48:51.749Z Compiling backoff v0.4.0
20002024-10-30T22:48:52.142Z Compiling strum v0.26.3
20012024-10-30T22:48:52.987Z Compiling object v0.30.4
20022024-10-30T22:48:53.907Z Compiling snafu v0.8.5
20032024-10-30T22:48:55.214Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20042024-10-30T22:48:55.427Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20052024-10-30T22:48:56.729Z Compiling parse-display v0.10.0
20062024-10-30T22:48:56.771Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
20072024-10-30T22:48:57.315Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20082024-10-30T22:48:57.891Z Compiling serde_with v3.11.0
20092024-10-30T22:48:58.344Z Compiling zip v0.6.6
20102024-10-30T22:48:58.632Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20112024-10-30T22:48:59.067Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
20122024-10-30T22:48:59.359Z Compiling camino-tempfile v1.1.1
20132024-10-30T22:49:00.123Z Compiling globset v0.4.15
20142024-10-30T22:49:00.937Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20152024-10-30T22:49:01.127Z Compiling regress v0.9.1
20162024-10-30T22:49:02.366Z Compiling pem v3.0.4
20172024-10-30T22:49:03.862Z Compiling olpc-cjson v0.1.4
20182024-10-30T22:49:04.220Z Compiling serde_plain v1.0.2
20192024-10-30T22:49:04.763Z Compiling macaddr v1.0.1
20202024-10-30T22:49:05.386Z Compiling async-recursion v1.1.1
20212024-10-30T22:49:05.835Z Compiling memmap2 v0.9.5
20222024-10-30T22:49:05.862Z Compiling typed-path v0.7.1
20232024-10-30T22:49:06.428Z Compiling arrayvec v0.7.6
20242024-10-30T22:49:06.790Z Compiling arrayref v0.3.9
20252024-10-30T22:49:06.900Z Compiling path-slash v0.1.5
20262024-10-30T22:49:06.957Z Compiling spin v0.5.2
20272024-10-30T22:49:07.138Z Compiling constant_time_eq v0.3.1
20282024-10-30T22:49:07.213Z Compiling untrusted v0.7.1
20292024-10-30T22:49:07.423Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
20302024-10-30T22:49:08.125Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20312024-10-30T22:49:09.680Z Compiling tough v0.17.1
20322024-10-30T22:49:10.823Z Compiling itertools v0.13.0
20332024-10-30T22:49:12.451Z Compiling cargo-platform v0.1.8
20342024-10-30T22:49:13.551Z Compiling parse-size v1.0.0
20352024-10-30T22:49:13.857Z Compiling topological-sort v0.2.2
20362024-10-30T22:49:14.143Z Compiling omicron-zone-package v0.11.1
20372024-10-30T22:49:14.647Z Compiling cargo_metadata v0.18.1
20382024-10-30T22:49:14.720Z Compiling shell-words v1.1.0
20392024-10-30T22:49:21.339Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
20402024-10-30T22:49:35.055Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
20412024-10-30T22:49:50.088Z Finished `release` profile [optimized] target(s) in 5m 12s
20422024-10-30T22:49:50.242Z Running `target/release/omicron-releng --output-dir /work`
20432024-10-30T22:49:50.287ZOct 30 22:49:48.955 DEBG changing working directory to /work/oxidecomputer/omicron
20442024-10-30T22:49:50.381ZOct 30 22:49:49.051 DEBG running: git rev-parse HEAD
20452024-10-30T22:49:50.387ZOct 30 22:49:49.057 DEBG process exited with exit status: 0 (6.479954ms)
20462024-10-30T22:49:50.387ZOct 30 22:49:49.057 INFO version: 12.0.0-0.ci+git8f8ba2a7781
20472024-10-30T22:49:50.427ZOct 30 22:49:49.097 INFO cloning helios to /work/oxidecomputer/helios
20482024-10-30T22:49:50.427ZOct 30 22:49:49.097 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
20492024-10-30T22:49:50.433ZCloning into '/work/oxidecomputer/helios'...
20502024-10-30T22:49:50.971ZOct 30 22:49:49.641 DEBG process exited with exit status: 0 (543.819691ms)
20512024-10-30T22:49:50.972ZOct 30 22:49:49.641 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
20522024-10-30T22:49:50.979Z# branch.oid 623538b87e6f5b6e758f55a9cd8f23ec076fcffb
20532024-10-30T22:49:50.979Z# branch.head master
20542024-10-30T22:49:50.979Z# branch.upstream origin/master
20552024-10-30T22:49:50.979Z# branch.ab +0 -0
20562024-10-30T22:49:50.981ZOct 30 22:49:49.649 DEBG process exited with exit status: 0 (7.937378ms)
20572024-10-30T22:49:50.981ZOct 30 22:49:49.649 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
20582024-10-30T22:49:51.814ZOct 30 22:49:50.482 DEBG process exited with exit status: 0 (832.842214ms)
20592024-10-30T22:49:51.814ZOct 30 22:49:50.482 DEBG running: zfs list rpool/images/build/host
20602024-10-30T22:49:51.819ZNAME USED AVAIL REFER MOUNTPOINT
20612024-10-30T22:49:51.820Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
20622024-10-30T22:49:51.824ZOct 30 22:49:50.490 DEBG process exited with exit status: 0 (7.298046ms)
20632024-10-30T22:49:51.824ZOct 30 22:49:50.490 DEBG running: zfs list rpool/images/build/recovery
20642024-10-30T22:49:51.827ZNAME USED AVAIL REFER MOUNTPOINT
20652024-10-30T22:49:51.827Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
20662024-10-30T22:49:51.830ZOct 30 22:49:50.496 DEBG process exited with exit status: 0 (6.480595ms)
20672024-10-30T22:49:51.830ZOct 30 22:49:50.497 INFO [hubris-staging] running task
20682024-10-30T22:49:51.830ZOct 30 22:49:50.497 INFO [hubris-production] running task
20692024-10-30T22:49:51.830ZOct 30 22:49:50.497 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
20702024-10-30T22:49:51.834ZOct 30 22:49:50.502 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
20712024-10-30T22:49:52.151Z[ helios-setup] cd tools/helios-build && cargo build --quiet
20722024-10-30T22:49:52.297Z[ omicron-package] Blocking waiting for file lock on package cache
20732024-10-30T22:49:52.892Z[ omicron-package] Blocking waiting for file lock on package cache
20742024-10-30T22:49:53.153Z[ omicron-package] Blocking waiting for file lock on package cache
20752024-10-30T22:49:53.381ZOct 30 22:49:52.051 INFO [hubris-production] task succeeded (1.55408086s)
20762024-10-30T22:49:54.097Z[ omicron-package] Compiling proc-macro-crate v1.3.1
20772024-10-30T22:49:54.100Z[ omicron-package] Compiling heapless v0.8.0
20782024-10-30T22:49:54.100Z[ omicron-package] Compiling hash32 v0.3.1
20792024-10-30T22:49:54.100Z[ omicron-package] Compiling smoltcp v0.11.0
20802024-10-30T22:49:54.100Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20812024-10-30T22:49:54.100Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
20822024-10-30T22:49:54.100Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20832024-10-30T22:49:54.100Z[ omicron-package] Compiling cobs v0.2.3
20842024-10-30T22:49:55.203Z[ omicron-package] Compiling postcard v1.0.10
20852024-10-30T22:49:55.288Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20862024-10-30T22:49:55.288Z[ omicron-package] Compiling proc-macro-error v1.0.4
20872024-10-30T22:49:55.365Z[ omicron-package] Compiling foreign-types-macros v0.2.3
20882024-10-30T22:49:55.960Z[ omicron-package] Compiling foreign-types-shared v0.3.1
20892024-10-30T22:49:56.027Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20902024-10-30T22:49:56.151Z[ omicron-package] Compiling num_enum_derive v0.5.11
20912024-10-30T22:49:57.190Z[ omicron-package] Compiling tabwriter v1.4.0
20922024-10-30T22:49:57.193Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20932024-10-30T22:49:57.193Z[ omicron-package] Compiling cstr-argument v0.1.2
20942024-10-30T22:49:57.523Z[ omicron-package] Compiling foreign-types v0.5.0
20952024-10-30T22:49:57.647Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20962024-10-30T22:49:57.942Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
20972024-10-30T22:49:58.107Z[ omicron-package] Compiling pretty-hex v0.2.1
20982024-10-30T22:49:58.447Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20992024-10-30T22:49:58.573Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21002024-10-30T22:49:58.941Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21012024-10-30T22:49:59.088Z[ omicron-package] Compiling colored v2.1.0
21022024-10-30T22:49:59.088Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21032024-10-30T22:49:59.757Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
21042024-10-30T22:49:59.941Z[ omicron-package] Compiling sigpipe v0.1.3
21052024-10-30T22:50:00.031Z[ omicron-package] Compiling num-derive v0.4.2
21062024-10-30T22:50:00.093Z[ omicron-package] Compiling num_enum v0.5.11
21072024-10-30T22:50:00.147Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
21082024-10-30T22:50:00.402Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21092024-10-30T22:50:00.633Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21102024-10-30T22:50:00.754Z[ omicron-package] Compiling libefi-sys v0.1.0
21112024-10-30T22:50:01.112Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
21122024-10-30T22:50:01.700Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21132024-10-30T22:50:01.813Z[ omicron-package] Compiling smf v0.2.3
21142024-10-30T22:50:02.081Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21152024-10-30T22:50:02.225Z[ omicron-package] Compiling bitfield-struct v0.6.2
21162024-10-30T22:50:02.788Z[ omicron-package] Compiling zone v0.3.0
21172024-10-30T22:50:03.466ZOct 30 22:50:02.136 INFO [hubris-staging] task succeeded (11.638705368s)
21182024-10-30T22:50:04.397Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
21192024-10-30T22:50:05.058Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21202024-10-30T22:50:05.135Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21212024-10-30T22:50:06.380Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21222024-10-30T22:50:06.930Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21232024-10-30T22:50:07.191Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21242024-10-30T22:50:07.327Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21252024-10-30T22:50:07.563Z[ omicron-package] Compiling gethostname v0.5.0
21262024-10-30T22:50:09.781Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21272024-10-30T22:50:11.789Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21282024-10-30T22:50:14.704Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21292024-10-30T22:50:15.253Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21302024-10-30T22:50:16.726Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21312024-10-30T22:50:33.837Z[ helios-setup] Oct 30 22:50:32.506 INFO helios repository root is: /work/oxidecomputer/helios
21322024-10-30T22:50:33.840Z[ helios-setup] Oct 30 22:50:32.508 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
21332024-10-30T22:50:33.840Z[ helios-setup] Oct 30 22:50:32.508 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
21342024-10-30T22:50:33.843Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
21352024-10-30T22:50:34.785Z[ helios-setup] Oct 30 22:50:33.454 INFO clone ok!, project: phbl
21362024-10-30T22:50:34.788Z[ helios-setup] Oct 30 22:50:33.454 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
21372024-10-30T22:50:34.788Z[ helios-setup] Oct 30 22:50:33.454 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
21382024-10-30T22:50:34.790Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
21392024-10-30T22:50:35.600Z[ omicron-package] Finished `release` profile [optimized] target(s) in 43.76s
21402024-10-30T22:50:35.644Z[ helios-setup] Oct 30 22:50:34.313 INFO clone ok!, project: chelsio-t6-roms
21412024-10-30T22:50:35.647Z[ helios-setup] Oct 30 22:50:34.313 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
21422024-10-30T22:50:35.647Z[ helios-setup] Oct 30 22:50:34.313 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
21432024-10-30T22:50:35.649Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
21442024-10-30T22:50:35.818Z[ omicron-package]
21452024-10-30T22:50:35.818Z[ omicron-package] real 43.944385671
21462024-10-30T22:50:35.818Z[ omicron-package] user 2:37.809682123
21472024-10-30T22:50:35.821Z[ omicron-package] sys 21.049787434
21482024-10-30T22:50:35.821Z[ omicron-package] trap 0.171108818
21492024-10-30T22:50:35.821Z[ omicron-package] tflt 0.495169110
21502024-10-30T22:50:35.821Z[ omicron-package] dflt 0.682909740
21512024-10-30T22:50:35.821Z[ omicron-package] kflt 0.000051490
21522024-10-30T22:50:35.821Z[ omicron-package] lock 4:46.885524412
21532024-10-30T22:50:35.821Z[ omicron-package] slp 7:57.932239436
21542024-10-30T22:50:35.821Z[ omicron-package] lat 1:30.984974477
21552024-10-30T22:50:35.821ZOct 30 22:50:34.487 INFO [omicron-package] process exited with exit status: 0 (43.985719292s)
21562024-10-30T22:50:35.821Z[ omicron-package] stop 53.857675178
21572024-10-30T22:50:35.821ZOct 30 22:50:34.488 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
21582024-10-30T22:50:35.898ZOct 30 22:50:34.567 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
21592024-10-30T22:50:35.908Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
21602024-10-30T22:50:35.910Z[ recovery-target] Created new build target 'recovery' and set it as active
21612024-10-30T22:50:35.913ZOct 30 22:50:34.580 INFO [recovery-target] process exited with exit status: 0 (91.774484ms)
21622024-10-30T22:50:35.913Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
21632024-10-30T22:50:35.913Z[ host-target] Created new build target 'host' and set it as active
21642024-10-30T22:50:35.915ZOct 30 22:50:34.583 INFO [host-target] process exited with exit status: 0 (16.641937ms)
21652024-10-30T22:50:35.915ZOct 30 22:50:34.583 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
21662024-10-30T22:50:35.932Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
21672024-10-30T22:50:36.453Z[ helios-setup] Oct 30 22:50:35.121 INFO clone ok!, project: pilot
21682024-10-30T22:50:36.455Z[ helios-setup] Oct 30 22:50:35.122 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
21692024-10-30T22:50:36.455Z[ helios-setup] Oct 30 22:50:35.122 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
21702024-10-30T22:50:36.456Z[ helios-setup] Oct 30 22:50:35.122 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
21712024-10-30T22:50:36.456Z[ helios-setup] Oct 30 22:50:35.122 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
21722024-10-30T22:50:36.458Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
21732024-10-30T22:50:36.930Z[ helios-setup] Oct 30 22:50:35.598 INFO clone ok!, project: pinprick
21742024-10-30T22:50:36.932Z[ helios-setup] Oct 30 22:50:35.598 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
21752024-10-30T22:50:36.932Z[ helios-setup] Oct 30 22:50:35.599 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
21762024-10-30T22:50:36.934Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
21772024-10-30T22:50:37.060Z[ host-package] Compiling convert_case v0.4.0
21782024-10-30T22:50:37.060Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21792024-10-30T22:50:37.063Z[ host-package] Compiling password-hash v0.5.0
21802024-10-30T22:50:37.063Z[ host-package] Compiling blake2 v0.10.6
21812024-10-30T22:50:37.063Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21822024-10-30T22:50:37.063Z[ host-package] Compiling newline-converter v0.3.0
21832024-10-30T22:50:37.063Z[ host-package] Compiling owo-colors v4.1.0
21842024-10-30T22:50:37.063Z[ host-package] Compiling cancel-safe-futures v0.1.5
21852024-10-30T22:50:37.460Z[ host-package] Compiling expectorate v1.1.0
21862024-10-30T22:50:37.532Z[ host-package] Compiling libsw v3.3.1
21872024-10-30T22:50:37.540Z[ helios-setup] Oct 30 22:50:36.208 INFO clone ok!, project: image-builder
21882024-10-30T22:50:37.542Z[ helios-setup] Oct 30 22:50:36.209 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
21892024-10-30T22:50:37.542Z[ helios-setup] Oct 30 22:50:36.209 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
21902024-10-30T22:50:37.545Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
21912024-10-30T22:50:37.671Z[ host-package] Compiling argon2 v0.5.3
21922024-10-30T22:50:37.864Z[ host-package] Compiling derive_more v0.99.18
21932024-10-30T22:50:37.887Z[ host-package] Compiling linear-map v1.2.0
21942024-10-30T22:50:38.299Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21952024-10-30T22:50:38.319Z[ host-package] Compiling swrite v0.1.0
21962024-10-30T22:50:38.429Z[ host-package] Compiling indent_write v2.2.0
21972024-10-30T22:50:38.459Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21982024-10-30T22:50:38.559Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
21992024-10-30T22:50:38.574Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
22002024-10-30T22:50:38.673Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
22012024-10-30T22:50:38.742Z[ host-package] Compiling progenitor-client v0.8.0
22022024-10-30T22:50:38.893Z[ host-package] Compiling atomicwrites v0.4.4
22032024-10-30T22:50:39.170Z[ host-package] Compiling progenitor v0.8.0
22042024-10-30T22:50:39.277Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22052024-10-30T22:50:39.408Z[ host-package] Compiling num-rational v0.4.2
22062024-10-30T22:50:39.437Z[ host-package] Compiling num-complex v0.4.6
22072024-10-30T22:50:40.037Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
22082024-10-30T22:50:40.470Z[ host-package] Compiling float-ord v0.3.2
22092024-10-30T22:50:40.652Z[ host-package] Compiling num v0.4.3
22102024-10-30T22:50:40.765Z[ host-package] Compiling prettyplease v0.2.22
22112024-10-30T22:50:40.806Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22122024-10-30T22:50:41.106Z[ host-package] Compiling semver v0.1.20
22132024-10-30T22:50:41.733Z[ host-package] Compiling rustc_version v0.1.7
22142024-10-30T22:50:42.073Z[ host-package] Compiling highway v1.2.0
22152024-10-30T22:50:42.176Z[ host-package] Compiling newtype_derive v0.1.6
22162024-10-30T22:50:42.625Z[ host-package] Compiling humantime v2.1.0
22172024-10-30T22:50:43.659Z[ host-package] Compiling home v0.5.9
22182024-10-30T22:50:43.685Z[ host-package] Compiling steno v0.4.1
22192024-10-30T22:50:44.167Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
22202024-10-30T22:50:46.541Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
22212024-10-30T22:50:46.970Z[ host-package] Compiling newtype-uuid v1.1.2
22222024-10-30T22:50:47.364Z[ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c'
22232024-10-30T22:50:47.377Z[ helios-setup] Oct 30 22:50:46.045 INFO clone ok!, project: amd-host-image-builder
22242024-10-30T22:50:47.379Z[ helios-setup] Oct 30 22:50:46.045 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
22252024-10-30T22:50:47.379Z[ helios-setup] Oct 30 22:50:46.046 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
22262024-10-30T22:50:47.382Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
22272024-10-30T22:50:47.428Z[ host-package] Compiling tungstenite v0.21.0
22282024-10-30T22:50:48.201Z[ host-package] Compiling ipnetwork v0.20.0
22292024-10-30T22:50:48.688Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22302024-10-30T22:50:49.005Z[ host-package] Compiling slog-dtrace v0.3.0
22312024-10-30T22:50:49.372Z[ host-package] Compiling instant v0.1.13
22322024-10-30T22:50:49.547Z[ host-package] Compiling backoff v0.4.0
22332024-10-30T22:50:50.059Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22342024-10-30T22:50:50.863Z[ host-package] Compiling tokio-tungstenite v0.21.0
22352024-10-30T22:50:51.585Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22362024-10-30T22:50:51.980Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
22372024-10-30T22:50:52.474Z[ host-package] Compiling parse-display v0.10.0
22382024-10-30T22:50:53.064Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22392024-10-30T22:50:53.304Z[ host-package] Compiling serde_with v3.11.0
22402024-10-30T22:50:53.980Z[ host-package] Compiling strum v0.26.3
22412024-10-30T22:50:54.189Z[ host-package] Compiling regress v0.9.1
22422024-10-30T22:50:55.810Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22432024-10-30T22:50:56.783Z[ helios-setup] Oct 30 22:50:55.451 INFO clone ok!, project: amd-firmware
22442024-10-30T22:50:56.786Z[ helios-setup] Oct 30 22:50:55.451 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
22452024-10-30T22:50:56.786Z[ helios-setup] Oct 30 22:50:55.452 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
22462024-10-30T22:50:56.788Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
22472024-10-30T22:50:57.455Z[ helios-setup] Oct 30 22:50:56.123 INFO clone ok!, project: bootserver
22482024-10-30T22:50:57.457Z[ helios-setup] Oct 30 22:50:56.124 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
22492024-10-30T22:50:57.458Z[ helios-setup] Oct 30 22:50:56.124 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
22502024-10-30T22:50:57.827Z[ host-package] Compiling macaddr v1.0.1
22512024-10-30T22:50:58.188Z[ helios-setup] Oct 30 22:50:56.856 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
22522024-10-30T22:50:58.307Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22532024-10-30T22:50:58.763Z[ helios-setup] Oct 30 22:50:57.431 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
22542024-10-30T22:50:58.763Z[ helios-setup] Oct 30 22:50:57.431 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
22552024-10-30T22:50:59.307Z[ helios-setup] Oct 30 22:50:57.975 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
22562024-10-30T22:50:59.840Z[ helios-setup] Oct 30 22:50:58.508 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
22572024-10-30T22:50:59.840Z[ helios-setup] Oct 30 22:50:58.508 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
22582024-10-30T22:51:00.050Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
22592024-10-30T22:51:00.374Z[ helios-setup] Oct 30 22:50:59.042 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
22602024-10-30T22:51:00.730Z[ host-package] Compiling arc-swap v1.7.1
22612024-10-30T22:51:00.967Z[ helios-setup] Oct 30 22:50:59.635 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
22622024-10-30T22:51:00.970Z[ helios-setup] Oct 30 22:50:59.635 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
22632024-10-30T22:51:00.970Z[ helios-setup] Oct 30 22:50:59.635 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
22642024-10-30T22:51:00.970Z[ helios-setup] Oct 30 22:50:59.636 INFO ok!
22652024-10-30T22:51:00.970Z[ helios-setup] Oct 30 22:50:59.636 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
22662024-10-30T22:51:00.970Z[ helios-setup] Oct 30 22:50:59.636 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
22672024-10-30T22:51:00.970Z[ helios-setup] Oct 30 22:50:59.636 INFO ok!
22682024-10-30T22:51:00.970Z[ helios-setup] Oct 30 22:50:59.636 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
22692024-10-30T22:51:00.970Z[ helios-setup] Oct 30 22:50:59.636 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
22702024-10-30T22:51:00.970Z[ helios-setup] Oct 30 22:50:59.636 INFO ok!
22712024-10-30T22:51:00.970Z[ helios-setup] Oct 30 22:50:59.636 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
22722024-10-30T22:51:00.970Z[ helios-setup] Oct 30 22:50:59.636 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
22732024-10-30T22:51:01.257Z[ helios-setup] Oct 30 22:50:59.926 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
22742024-10-30T22:51:01.480Z[ host-package] Compiling display-error-chain v0.2.1
22752024-10-30T22:51:01.705Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22762024-10-30T22:51:02.167Z[ host-package] Compiling slog-scope v4.4.0
22772024-10-30T22:51:02.325Z[ helios-setup] Oct 30 22:51:00.993 INFO E| From https://github.com/oxidecomputer/progenitor
22782024-10-30T22:51:02.325Z[ helios-setup] Oct 30 22:51:00.993 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
22792024-10-30T22:51:02.358Z[ helios-setup] Oct 30 22:51:01.026 INFO E| * [new tag] v0.1.1 -> v0.1.1
22802024-10-30T22:51:02.358Z[ helios-setup] Oct 30 22:51:01.026 INFO E| * [new tag] v0.2.0 -> v0.2.0
22812024-10-30T22:51:02.485Z[ helios-setup] Oct 30 22:51:01.153 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
22822024-10-30T22:51:02.986Z[ helios-setup] Oct 30 22:51:01.654 INFO E| From https://github.com/jclulow/hiercmd
22832024-10-30T22:51:02.986Z[ helios-setup] Oct 30 22:51:01.654 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
22842024-10-30T22:51:03.006Z[ helios-setup] Oct 30 22:51:01.674 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
22852024-10-30T22:51:03.104Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22862024-10-30T22:51:03.527Z[ helios-setup] Oct 30 22:51:02.195 INFO E| From https://github.com/jclulow/network-interface
22872024-10-30T22:51:03.527Z[ helios-setup] Oct 30 22:51:02.195 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
22882024-10-30T22:51:03.563Z[ helios-setup] Oct 30 22:51:02.231 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
22892024-10-30T22:51:04.116Z[ helios-setup] Oct 30 22:51:02.784 INFO E| From https://github.com/oxidecomputer/boot-image-tools
22902024-10-30T22:51:04.121Z[ helios-setup] Oct 30 22:51:02.784 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
22912024-10-30T22:51:04.152Z[ helios-setup] Oct 30 22:51:02.819 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
22922024-10-30T22:51:04.202Z[ host-package] Compiling half v2.4.1
22932024-10-30T22:51:04.938Z[ host-package] Compiling ciborium-io v0.2.2
22942024-10-30T22:51:05.003Z[ helios-setup] Oct 30 22:51:03.671 INFO E| From https://github.com/oxidecomputer/facade
22952024-10-30T22:51:05.003Z[ helios-setup] Oct 30 22:51:03.671 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
22962024-10-30T22:51:05.045Z[ helios-setup] Oct 30 22:51:03.713 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
22972024-10-30T22:51:05.186Z[ host-package] Compiling ciborium-ll v0.2.2
22982024-10-30T22:51:05.726Z[ host-package] Compiling slog-stdlog v4.1.1
22992024-10-30T22:51:06.032Z[ helios-setup] Oct 30 22:51:04.700 INFO E| From https://github.com/oxidecomputer/dropshot
23002024-10-30T22:51:06.032Z[ helios-setup] Oct 30 22:51:04.700 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
23012024-10-30T22:51:06.067Z[ helios-setup] Oct 30 22:51:04.735 INFO E| * [new tag] v0.3.0 -> v0.3.0
23022024-10-30T22:51:06.067Z[ helios-setup] Oct 30 22:51:04.735 INFO E| * [new tag] v0.4.0 -> v0.4.0
23032024-10-30T22:51:06.070Z[ helios-setup] Oct 30 22:51:04.735 INFO E| * [new tag] v0.5.0 -> v0.5.0
23042024-10-30T22:51:06.070Z[ helios-setup] Oct 30 22:51:04.735 INFO E| * [new tag] v0.5.1 -> v0.5.1
23052024-10-30T22:51:06.071Z[ helios-setup] Oct 30 22:51:04.735 INFO E| * [new tag] v0.6.0 -> v0.6.0
23062024-10-30T22:51:06.071Z[ helios-setup] Oct 30 22:51:04.735 INFO E| * [new tag] v0.7.0 -> v0.7.0
23072024-10-30T22:51:06.071Z[ helios-setup] Oct 30 22:51:04.736 INFO E| * [new tag] v0.8.0 -> v0.8.0
23082024-10-30T22:51:06.071Z[ helios-setup] Oct 30 22:51:04.736 INFO E| * [new tag] v0.9.0 -> v0.9.0
23092024-10-30T22:51:06.115Z[ helios-setup] Oct 30 22:51:04.783 INFO E| Updating crates.io index
23102024-10-30T22:51:06.145Z[ helios-setup] Oct 30 22:51:04.813 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
23112024-10-30T22:51:06.619Z[ host-package] Compiling slog-envlogger v2.2.0
23122024-10-30T22:51:06.644Z[ host-package] Compiling ciborium v0.2.2
23132024-10-30T22:51:06.958Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
23142024-10-30T22:51:07.252Z[ helios-setup] Oct 30 22:51:05.920 INFO E| From https://github.com/oxidecomputer/typify
23152024-10-30T22:51:07.252Z[ helios-setup] Oct 30 22:51:05.920 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
23162024-10-30T22:51:07.283Z[ helios-setup] Oct 30 22:51:05.951 INFO E| * [new tag] v0.0.10 -> v0.0.10
23172024-10-30T22:51:07.283Z[ helios-setup] Oct 30 22:51:05.951 INFO E| * [new tag] v0.0.11 -> v0.0.11
23182024-10-30T22:51:07.286Z[ helios-setup] Oct 30 22:51:05.951 INFO E| * [new tag] v0.0.4 -> v0.0.4
23192024-10-30T22:51:07.286Z[ helios-setup] Oct 30 22:51:05.951 INFO E| * [new tag] v0.0.5 -> v0.0.5
23202024-10-30T22:51:07.286Z[ helios-setup] Oct 30 22:51:05.951 INFO E| * [new tag] v0.0.7 -> v0.0.7
23212024-10-30T22:51:07.286Z[ helios-setup] Oct 30 22:51:05.951 INFO E| * [new tag] v0.0.8 -> v0.0.8
23222024-10-30T22:51:07.286Z[ helios-setup] Oct 30 22:51:05.951 INFO E| * [new tag] v0.0.9 -> v0.0.9
23232024-10-30T22:51:07.896Z[ helios-setup] Oct 30 22:51:06.564 INFO E| Downloading crates ...
23242024-10-30T22:51:08.033Z[ helios-setup] Oct 30 22:51:06.701 INFO E| Downloaded autocfg v1.1.0
23252024-10-30T22:51:08.036Z[ helios-setup] Oct 30 22:51:06.704 INFO E| Downloaded concolor-query v0.3.3
23262024-10-30T22:51:08.039Z[ helios-setup] Oct 30 22:51:06.706 INFO E| Downloaded anstyle-parse v0.1.1
23272024-10-30T22:51:08.043Z[ helios-setup] Oct 30 22:51:06.711 INFO E| Downloaded clap_derive v4.2.0
23282024-10-30T22:51:08.047Z[ helios-setup] Oct 30 22:51:06.715 INFO E| Downloaded bincode v1.3.3
23292024-10-30T22:51:08.084Z[ helios-setup] Oct 30 22:51:06.752 INFO E| Downloaded tower-service v0.3.2
23302024-10-30T22:51:08.087Z[ helios-setup] Oct 30 22:51:06.754 INFO E| Downloaded futures-macro v0.3.28
23312024-10-30T22:51:08.089Z[ helios-setup] Oct 30 22:51:06.756 INFO E| Downloaded futures-core v0.3.28
23322024-10-30T22:51:08.092Z[ helios-setup] Oct 30 22:51:06.759 INFO E| Downloaded num-integer v0.1.45
23332024-10-30T22:51:08.095Z[ helios-setup] Oct 30 22:51:06.763 INFO E| Downloaded schemars_derive v0.8.12
23342024-10-30T22:51:08.097Z[ helios-setup] Oct 30 22:51:06.765 INFO E| Downloaded generic-array v0.14.6
23352024-10-30T22:51:08.102Z[ helios-setup] Oct 30 22:51:06.770 INFO E| Downloaded slab v0.4.7
23362024-10-30T22:51:08.104Z[ helios-setup] Oct 30 22:51:06.772 INFO E| Downloaded io-lifetimes v1.0.10
23372024-10-30T22:51:08.109Z[ helios-setup] Oct 30 22:51:06.777 INFO E| Downloaded terminal_size v0.2.6
23382024-10-30T22:51:08.111Z[ helios-setup] Oct 30 22:51:06.779 INFO E| Downloaded thiserror v1.0.38
23392024-10-30T22:51:08.120Z[ helios-setup] Oct 30 22:51:06.788 INFO E| Downloaded sha1 v0.10.5
23402024-10-30T22:51:08.122Z[ helios-setup] Oct 30 22:51:06.790 INFO E| Downloaded rhai_codegen v1.5.0
23412024-10-30T22:51:08.139Z[ helios-setup] Oct 30 22:51:06.807 INFO E| Downloaded tungstenite v0.18.0
23422024-10-30T22:51:08.143Z[ helios-setup] Oct 30 22:51:06.812 INFO E| Downloaded aho-corasick v0.7.20
23432024-10-30T22:51:08.151Z[ helios-setup] Oct 30 22:51:06.819 INFO E| Downloaded tracing-core v0.1.30
23442024-10-30T22:51:08.157Z[ helios-setup] Oct 30 22:51:06.826 INFO E| Downloaded uuid v1.3.0
23452024-10-30T22:51:08.165Z[ helios-setup] Oct 30 22:51:06.834 INFO E| Downloaded unicode-linebreak v0.1.4
23462024-10-30T22:51:08.168Z[ helios-setup] Oct 30 22:51:06.837 INFO E| Downloaded regress v0.5.0
23472024-10-30T22:51:08.185Z[ helios-setup] Oct 30 22:51:06.853 INFO E| Downloaded unsafe-libyaml v0.2.8
23482024-10-30T22:51:08.223Z[ helios-setup] Oct 30 22:51:06.891 INFO E| Downloaded syn v2.0.72
23492024-10-30T22:51:08.267Z[ helios-setup] Oct 30 22:51:06.935 INFO E| Downloaded walkdir v2.3.3
23502024-10-30T22:51:08.270Z[ helios-setup] Oct 30 22:51:06.938 INFO E| Downloaded rustls-pemfile v1.0.2
23512024-10-30T22:51:08.272Z[ helios-setup] Oct 30 22:51:06.940 INFO E| Downloaded tracing v0.1.37
23522024-10-30T22:51:08.279Z[ helios-setup] Oct 30 22:51:06.947 INFO E| Downloaded try-lock v0.2.4
23532024-10-30T22:51:08.282Z[ helios-setup] Oct 30 22:51:06.949 INFO E| Downloaded toolchain_find v0.2.0
23542024-10-30T22:51:08.284Z[ helios-setup] Oct 30 22:51:06.950 INFO E| Downloaded is-terminal v0.4.7
23552024-10-30T22:51:08.284Z[ helios-setup] Oct 30 22:51:06.952 INFO E| Downloaded want v0.3.0
23562024-10-30T22:51:08.287Z[ helios-setup] Oct 30 22:51:06.953 INFO E| Downloaded crossbeam-deque v0.8.2
23572024-10-30T22:51:08.289Z[ helios-setup] Oct 30 22:51:06.956 INFO E| Downloaded rustls v0.21.0
23582024-10-30T22:51:08.308Z[ helios-setup] Oct 30 22:51:06.975 INFO E| Downloaded toml_datetime v0.6.1
23592024-10-30T22:51:08.310Z[ helios-setup] Oct 30 22:51:06.977 INFO E| Downloaded serde_path_to_error v0.1.11
23602024-10-30T22:51:08.313Z[ helios-setup] Oct 30 22:51:06.979 INFO E| Downloaded cc v1.0.78
23612024-10-30T22:51:08.316Z[ helios-setup] Oct 30 22:51:06.984 INFO E| Downloaded unicode-width v0.1.10
23622024-10-30T22:51:08.318Z[ helios-setup] Oct 30 22:51:06.987 INFO E| Downloaded unicode-ident v1.0.8
23632024-10-30T22:51:08.323Z[ helios-setup] Oct 30 22:51:06.991 INFO E| Downloaded home v0.5.4
23642024-10-30T22:51:08.326Z[ helios-setup] Oct 30 22:51:06.993 INFO E| Downloaded signal-hook-registry v1.4.0
23652024-10-30T22:51:08.329Z[ helios-setup] Oct 30 22:51:06.996 INFO E| Downloaded sha2 v0.10.6
23662024-10-30T22:51:08.331Z[ helios-setup] Oct 30 22:51:07.000 INFO E| Downloaded log v0.4.17
23672024-10-30T22:51:08.336Z[ helios-setup] Oct 30 22:51:07.004 INFO E| Downloaded time v0.1.45
23682024-10-30T22:51:08.339Z[ helios-setup] Oct 30 22:51:07.006 INFO E| Downloaded tempfile v3.5.0
23692024-10-30T22:51:08.342Z[ helios-setup] Oct 30 22:51:07.010 INFO E| Downloaded utf8parse v0.2.1
23702024-10-30T22:51:08.344Z[ helios-setup] Oct 30 22:51:07.012 INFO E| Downloaded sct v0.7.0
23712024-10-30T22:51:08.350Z[ helios-setup] Oct 30 22:51:07.018 INFO E| Downloaded ucd-trie v0.1.5
23722024-10-30T22:51:08.352Z[ helios-setup] Oct 30 22:51:07.020 INFO E| Downloaded typenum v1.16.0
23732024-10-30T22:51:08.357Z[ helios-setup] Oct 30 22:51:07.025 INFO E| Downloaded textwrap v0.16.0
23742024-10-30T22:51:08.361Z[ helios-setup] Oct 30 22:51:07.029 INFO E| Downloaded unicode-bidi v0.3.13
23752024-10-30T22:51:08.365Z[ helios-setup] Oct 30 22:51:07.033 INFO E| Downloaded miniz_oxide v0.6.2
23762024-10-30T22:51:08.369Z[ helios-setup] Oct 30 22:51:07.037 INFO E| Downloaded serde_derive v1.0.204
23772024-10-30T22:51:08.374Z[ helios-setup] Oct 30 22:51:07.042 INFO E| Downloaded url v2.3.1
23782024-10-30T22:51:08.379Z[ helios-setup] Oct 30 22:51:07.047 INFO E| Downloaded serde_yaml v0.9.21
23792024-10-30T22:51:08.385Z[ helios-setup] Oct 30 22:51:07.054 INFO E| Downloaded memchr v2.5.0
23802024-10-30T22:51:08.392Z[ helios-setup] Oct 30 22:51:07.061 INFO E| Downloaded rayon-core v1.10.2
23812024-10-30T22:51:08.399Z[ helios-setup] Oct 30 22:51:07.067 INFO E| Downloaded tokio-util v0.7.7
23822024-10-30T22:51:08.410Z[ helios-setup] Oct 30 22:51:07.078 INFO E| Downloaded winnow v0.4.1
23832024-10-30T22:51:08.424Z[ helios-setup] Oct 30 22:51:07.092 INFO E| Downloaded unicode-normalization v0.1.22
23842024-10-30T22:51:08.431Z[ helios-setup] Oct 30 22:51:07.099 INFO E| Downloaded clap_builder v4.2.1
23852024-10-30T22:51:08.478Z[ helios-setup] Oct 30 22:51:07.145 INFO E| Downloaded regex v1.7.3
23862024-10-30T22:51:08.492Z[ helios-setup] Oct 30 22:51:07.160 INFO E| Downloaded serde_json v1.0.95
23872024-10-30T22:51:08.505Z[ helios-setup] Oct 30 22:51:07.173 INFO E| Downloaded rayon v1.6.1
23882024-10-30T22:51:08.520Z[ helios-setup] Oct 30 22:51:07.188 INFO E| Downloaded syn v1.0.107
23892024-10-30T22:51:08.539Z[ helios-setup] Oct 30 22:51:07.207 INFO E| Downloaded rhai v1.14.0
23902024-10-30T22:51:08.567Z[ helios-setup] Oct 30 22:51:07.228 INFO E| Downloaded rustix v0.37.3
23912024-10-30T22:51:08.601Z[ helios-setup] Oct 30 22:51:07.269 INFO E| Downloaded hyper v0.14.25
23922024-10-30T22:51:08.614Z[ helios-setup] Oct 30 22:51:07.282 INFO E| Downloaded openapiv3 v1.0.2
23932024-10-30T22:51:08.634Z[ helios-setup] Oct 30 22:51:07.302 INFO E| Downloaded git2 v0.16.1
23942024-10-30T22:51:08.648Z[ helios-setup] Oct 30 22:51:07.315 INFO E| Downloaded futures-util v0.3.28
23952024-10-30T22:51:08.668Z[ helios-setup] Oct 30 22:51:07.336 INFO E| Downloaded pest v2.5.7
23962024-10-30T22:51:08.676Z[ helios-setup] Oct 30 22:51:07.344 INFO E| Downloaded mio v0.8.5
23972024-10-30T22:51:08.684Z[ helios-setup] Oct 30 22:51:07.352 INFO E| Downloaded crossbeam-channel v0.5.6
23982024-10-30T22:51:08.691Z[ helios-setup] Oct 30 22:51:07.359 INFO E| Downloaded futures v0.3.28
23992024-10-30T22:51:08.699Z[ helios-setup] Oct 30 22:51:07.367 INFO E| Downloaded num-traits v0.2.15
24002024-10-30T22:51:08.704Z[ helios-setup] Oct 30 22:51:07.372 INFO E| Downloaded crossbeam-epoch v0.9.13
24012024-10-30T22:51:08.708Z[ helios-setup] Oct 30 22:51:07.376 INFO E| Downloaded base64 v0.21.0
24022024-10-30T22:51:08.714Z[ helios-setup] Oct 30 22:51:07.383 INFO E| Downloaded flate2 v1.0.25
24032024-10-30T22:51:08.740Z[ helios-setup] Oct 30 22:51:07.408 INFO E| Downloaded ryu v1.0.13
24042024-10-30T22:51:08.746Z[ helios-setup] Oct 30 22:51:07.413 INFO E| Downloaded parking_lot v0.12.1
24052024-10-30T22:51:08.749Z[ helios-setup] Oct 30 22:51:07.417 INFO E| Downloaded ipnet v2.7.2
24062024-10-30T22:51:08.752Z[ helios-setup] Oct 30 22:51:07.420 INFO E| Downloaded toml v0.7.3
24072024-10-30T22:51:08.766Z[ helios-setup] Oct 30 22:51:07.434 INFO E| Downloaded tokio-tungstenite v0.18.0
24082024-10-30T22:51:08.770Z[ helios-setup] Oct 30 22:51:07.438 INFO E| Downloaded schemars v0.8.12
24092024-10-30T22:51:08.789Z[ helios-setup] Oct 30 22:51:07.457 INFO E| Downloaded proc-macro-crate v1.2.1
24102024-10-30T22:51:08.793Z[ helios-setup] Oct 30 22:51:07.459 INFO E| Downloaded parking_lot_core v0.9.6
24112024-10-30T22:51:08.795Z[ helios-setup] Oct 30 22:51:07.463 INFO E| Downloaded futures-executor v0.3.28
24122024-10-30T22:51:08.798Z[ helios-setup] Oct 30 22:51:07.466 INFO E| Downloaded semver v1.0.17
24132024-10-30T22:51:08.801Z[ helios-setup] Oct 30 22:51:07.470 INFO E| Downloaded tokio v1.27.0
24142024-10-30T22:51:08.900Z[ helios-setup] Oct 30 22:51:07.568 INFO E| Downloaded clap v4.2.1
24152024-10-30T22:51:08.912Z[ helios-setup] Oct 30 22:51:07.580 INFO E| Downloaded chrono v0.4.24
24162024-10-30T22:51:08.923Z[ helios-setup] Oct 30 22:51:07.591 INFO E| Downloaded h2 v0.3.16
24172024-10-30T22:51:08.933Z[ helios-setup] Oct 30 22:51:07.601 INFO E| Downloaded getrandom v0.2.8
24182024-10-30T22:51:08.937Z[ helios-setup] Oct 30 22:51:07.605 INFO E| Downloaded futures-channel v0.3.28
24192024-10-30T22:51:08.941Z[ helios-setup] Oct 30 22:51:07.608 INFO E| Downloaded async-trait v0.1.68
24202024-10-30T22:51:08.946Z[ helios-setup] Oct 30 22:51:07.614 INFO E| Downloaded libc v0.2.139
24212024-10-30T22:51:08.987Z[ helios-setup] Oct 30 22:51:07.654 INFO E| Downloaded thiserror-impl v1.0.38
24222024-10-30T22:51:08.989Z[ helios-setup] Oct 30 22:51:07.656 INFO E| Downloaded slog-bunyan v2.4.0
24232024-10-30T22:51:08.991Z[ helios-setup] Oct 30 22:51:07.658 INFO E| Downloaded scopeguard v1.1.0
24242024-10-30T22:51:08.994Z[ helios-setup] Oct 30 22:51:07.660 INFO E| Downloaded rustfmt-wrapper v0.2.0
24252024-10-30T22:51:08.994Z[ helios-setup] Oct 30 22:51:07.662 INFO E| Downloaded pkg-config v0.3.26
24262024-10-30T22:51:08.996Z[ helios-setup] Oct 30 22:51:07.664 INFO E| Downloaded num_enum_derive v0.5.7
24272024-10-30T22:51:08.999Z[ helios-setup] Oct 30 22:51:07.666 INFO E| Downloaded http-body v0.4.5
24282024-10-30T22:51:09.001Z[ helios-setup] Oct 30 22:51:07.668 INFO E| Downloaded futures-io v0.3.28
24292024-10-30T22:51:09.004Z[ helios-setup] Oct 30 22:51:07.670 INFO E| Downloaded dyn-clone v1.0.11
24302024-10-30T22:51:09.006Z[ helios-setup] Oct 30 22:51:07.673 INFO E| Downloaded digest v0.10.6
24312024-10-30T22:51:09.036Z[ helios-setup] Oct 30 22:51:07.676 INFO E| Downloaded anyhow v1.0.68
24322024-10-30T22:51:09.036Z[ host-package] Compiling fastrand v2.1.1
24332024-10-30T22:51:09.036Z[ helios-setup] Oct 30 22:51:07.685 INFO E| Downloaded ahash v0.8.3
24342024-10-30T22:51:09.037Z[ helios-setup] Oct 30 22:51:07.690 INFO E| Downloaded tokio-macros v2.0.0
24352024-10-30T22:51:09.037Z[ helios-setup] Oct 30 22:51:07.692 INFO E| Downloaded smawk v0.3.1
24362024-10-30T22:51:09.037Z[ helios-setup] Oct 30 22:51:07.694 INFO E| Downloaded slog-async v2.7.0
24372024-10-30T22:51:09.037Z[ helios-setup] Oct 30 22:51:07.697 INFO E| Downloaded semver-parser v0.10.2
24382024-10-30T22:51:09.037Z[ helios-setup] Oct 30 22:51:07.700 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
24392024-10-30T22:51:09.037Z[ helios-setup] Oct 30 22:51:07.704 INFO E| Downloaded percent-encoding v2.2.0
24402024-10-30T22:51:09.039Z[ helios-setup] Oct 30 22:51:07.705 INFO E| Downloaded lazy_static v1.4.0
24412024-10-30T22:51:09.039Z[ helios-setup] Oct 30 22:51:07.707 INFO E| Downloaded httparse v1.8.0
24422024-10-30T22:51:09.043Z[ helios-setup] Oct 30 22:51:07.711 INFO E| Downloaded fastrand v1.9.0
24432024-10-30T22:51:09.046Z[ helios-setup] Oct 30 22:51:07.714 INFO E| Downloaded project-root v0.2.2
24442024-10-30T22:51:09.049Z[ helios-setup] Oct 30 22:51:07.716 INFO E| Downloaded iana-time-zone v0.1.56
24452024-10-30T22:51:09.052Z[ helios-setup] Oct 30 22:51:07.720 INFO E| Downloaded futures-task v0.3.28
24462024-10-30T22:51:09.055Z[ helios-setup] Oct 30 22:51:07.722 INFO E| Downloaded cargo-lock v8.0.3
24472024-10-30T22:51:09.059Z[ helios-setup] Oct 30 22:51:07.727 INFO E| Downloaded ahash v0.7.6
24482024-10-30T22:51:09.063Z[ helios-setup] Oct 30 22:51:07.731 INFO E| Downloaded strsim v0.10.0
24492024-10-30T22:51:09.066Z[ helios-setup] Oct 30 22:51:07.734 INFO E| Downloaded smartstring v1.0.1
24502024-10-30T22:51:09.070Z[ helios-setup] Oct 30 22:51:07.738 INFO E| Downloaded serde_tokenstream v0.2.0
24512024-10-30T22:51:09.076Z[ helios-setup] Oct 30 22:51:07.744 INFO E| Downloaded reqwest v0.11.16
24522024-10-30T22:51:09.088Z[ helios-setup] Oct 30 22:51:07.757 INFO E| Downloaded futures-sink v0.3.28
24532024-10-30T22:51:09.091Z[ helios-setup] Oct 30 22:51:07.758 INFO E| Downloaded bytes v1.4.0
24542024-10-30T22:51:09.096Z[ helios-setup] Oct 30 22:51:07.764 INFO E| Downloaded block-buffer v0.10.3
24552024-10-30T22:51:09.115Z[ helios-setup] Oct 30 22:51:07.783 INFO E| Downloaded anstyle v0.3.5
24562024-10-30T22:51:09.118Z[ helios-setup] Oct 30 22:51:07.786 INFO E| Downloaded anstream v0.2.6
24572024-10-30T22:51:09.121Z[ helios-setup] Oct 30 22:51:07.789 INFO E| Downloaded toml_edit v0.19.8
24582024-10-30T22:51:09.150Z[ helios-setup] Oct 30 22:51:07.818 INFO E| Downloaded num_cpus v1.15.0
24592024-10-30T22:51:09.169Z[ helios-setup] Oct 30 22:51:07.837 INFO E| Downloaded async-stream-impl v0.3.5
24602024-10-30T22:51:09.172Z[ helios-setup] Oct 30 22:51:07.838 INFO E| Downloaded serde v1.0.204
24612024-10-30T22:51:09.175Z[ helios-setup] Oct 30 22:51:07.843 INFO E| Downloaded concolor-override v1.0.0
24622024-10-30T22:51:09.177Z[ helios-setup] Oct 30 22:51:07.844 INFO E| Downloaded clap_lex v0.4.1
24632024-10-30T22:51:09.177Z[ helios-setup] Oct 30 22:51:07.845 INFO E| Downloaded byteorder v1.4.3
24642024-10-30T22:51:09.179Z[ helios-setup] Oct 30 22:51:07.848 INFO E| Downloaded async-stream v0.3.5
24652024-10-30T22:51:09.182Z[ helios-setup] Oct 30 22:51:07.850 INFO E| Downloaded const-random-macro v0.1.15
24662024-10-30T22:51:09.185Z[ helios-setup] Oct 30 22:51:07.851 INFO E| Downloaded const-random v0.1.15
24672024-10-30T22:51:09.187Z[ helios-setup] Oct 30 22:51:07.853 INFO E| Downloaded tinyvec v1.6.0
24682024-10-30T22:51:09.190Z[ helios-setup] Oct 30 22:51:07.858 INFO E| Downloaded socket2 v0.4.9
24692024-10-30T22:51:09.193Z[ helios-setup] Oct 30 22:51:07.861 INFO E| Downloaded rustls-webpki v0.100.1
24702024-10-30T22:51:09.202Z[ helios-setup] Oct 30 22:51:07.870 INFO E| Downloaded toml v0.5.11
24712024-10-30T22:51:09.206Z[ helios-setup] Oct 30 22:51:07.874 INFO E| Downloaded tokio-rustls v0.24.0
24722024-10-30T22:51:09.209Z[ helios-setup] Oct 30 22:51:07.877 INFO E| Downloaded smallvec v1.10.0
24732024-10-30T22:51:09.212Z[ helios-setup] Oct 30 22:51:07.880 INFO E| Downloaded proc-macro2 v1.0.86
24742024-10-30T22:51:09.216Z[ helios-setup] Oct 30 22:51:07.884 INFO E| Downloaded encoding_rs v0.8.32
24752024-10-30T22:51:09.249Z[ helios-setup] Oct 30 22:51:07.917 INFO E| Downloaded http v0.2.9
24762024-10-30T22:51:09.255Z[ helios-setup] Oct 30 22:51:07.923 INFO E| Downloaded crossbeam-utils v0.8.14
24772024-10-30T22:51:09.260Z[ helios-setup] Oct 30 22:51:07.928 INFO E| Downloaded once_cell v1.17.0
24782024-10-30T22:51:09.264Z[ helios-setup] Oct 30 22:51:07.932 INFO E| Downloaded serde_derive_internals v0.26.0
24792024-10-30T22:51:09.266Z[ helios-setup] Oct 30 22:51:07.935 INFO E| Downloaded semver v0.11.0
24802024-10-30T22:51:09.269Z[ helios-setup] Oct 30 22:51:07.938 INFO E| Downloaded quote v1.0.36
24812024-10-30T22:51:09.275Z[ helios-setup] Oct 30 22:51:07.943 INFO E| Downloaded ppv-lite86 v0.2.17
24822024-10-30T22:51:09.284Z[ helios-setup] Oct 30 22:51:07.945 INFO E| Downloaded pin-project-lite v0.2.9
24832024-10-30T22:51:09.288Z[ helios-setup] Oct 30 22:51:07.952 INFO E| Downloaded lock_api v0.4.9
24842024-10-30T22:51:09.288Z[ helios-setup] Oct 30 22:51:07.955 INFO E| Downloaded httpdate v1.0.2
24852024-10-30T22:51:09.290Z[ helios-setup] Oct 30 22:51:07.956 INFO E| Downloaded camino v1.1.4
24862024-10-30T22:51:09.293Z[ helios-setup] Oct 30 22:51:07.961 INFO E| Downloaded errno v0.3.1
24872024-10-30T22:51:09.296Z[ helios-setup] Oct 30 22:51:07.963 INFO E| Downloaded form_urlencoded v1.1.0
24882024-10-30T22:51:09.299Z[ helios-setup] Oct 30 22:51:07.965 INFO E| Downloaded either v1.8.0
24892024-10-30T22:51:09.299Z[ helios-setup] Oct 30 22:51:07.967 INFO E| Downloaded cpufeatures v0.2.5
24902024-10-30T22:51:09.302Z[ helios-setup] Oct 30 22:51:07.969 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
24912024-10-30T22:51:09.396Z[ helios-setup] Oct 30 22:51:08.064 INFO E| Downloaded built v0.6.0
24922024-10-30T22:51:09.399Z[ helios-setup] Oct 30 22:51:08.067 INFO E| Downloaded serde_spanned v0.6.1
24932024-10-30T22:51:09.408Z[ helios-setup] Oct 30 22:51:08.068 INFO E| Downloaded paste v1.0.12
24942024-10-30T22:51:09.408Z[ helios-setup] Oct 30 22:51:08.073 INFO E| Downloaded num_enum v0.5.7
24952024-10-30T22:51:09.414Z[ helios-setup] Oct 30 22:51:08.079 INFO E| Downloaded memoffset v0.7.1
24962024-10-30T22:51:09.414Z[ helios-setup] Oct 30 22:51:08.081 INFO E| Downloaded jobserver v0.1.26
24972024-10-30T22:51:09.418Z[ helios-setup] Oct 30 22:51:08.084 INFO E| Downloaded itoa v1.0.6
24982024-10-30T22:51:09.470Z[ helios-setup] Oct 30 22:51:08.138 INFO E| Downloaded libz-sys v1.1.8
24992024-10-30T22:51:09.649Z[ host-package] Compiling same-file v1.0.6
25002024-10-30T22:51:09.687Z[ host-package] Compiling tempfile v3.13.0
25012024-10-30T22:51:09.799Z[ helios-setup] Oct 30 22:51:08.466 INFO E| Compiling proc-macro2 v1.0.86
25022024-10-30T22:51:09.799Z[ helios-setup] Oct 30 22:51:08.466 INFO E| Compiling libc v0.2.139
25032024-10-30T22:51:09.801Z[ helios-setup] Oct 30 22:51:08.467 INFO E| Compiling unicode-ident v1.0.8
25042024-10-30T22:51:09.801Z[ helios-setup] Oct 30 22:51:08.467 INFO E| Compiling autocfg v1.1.0
25052024-10-30T22:51:09.801Z[ helios-setup] Oct 30 22:51:08.467 INFO E| Compiling cfg-if v1.0.0
25062024-10-30T22:51:09.801Z[ helios-setup] Oct 30 22:51:08.467 INFO E| Compiling version_check v0.9.4
25072024-10-30T22:51:09.801Z[ helios-setup] Oct 30 22:51:08.467 INFO E| Compiling serde v1.0.204
25082024-10-30T22:51:09.801Z[ helios-setup] Oct 30 22:51:08.467 INFO E| Compiling syn v1.0.107
25092024-10-30T22:51:09.946Z[ host-package] Compiling walkdir v2.5.0
25102024-10-30T22:51:10.160Z[ helios-setup] Oct 30 22:51:08.828 INFO E| Compiling memchr v2.5.0
25112024-10-30T22:51:10.681Z[ helios-setup] Oct 30 22:51:09.348 INFO E| Compiling once_cell v1.17.0
25122024-10-30T22:51:10.992Z[ host-package] Compiling ring v0.16.20
25132024-10-30T22:51:11.102Z[ host-package] Compiling blake3 v1.5.4
25142024-10-30T22:51:11.390Z[ helios-setup] Oct 30 22:51:10.058 INFO E| Compiling thiserror v1.0.38
25152024-10-30T22:51:11.469Z[ helios-setup] Oct 30 22:51:10.137 INFO E| Compiling log v0.4.17
25162024-10-30T22:51:12.031Z[ helios-setup] Oct 30 22:51:10.698 INFO E| Compiling serde_json v1.0.95
25172024-10-30T22:51:12.320Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25182024-10-30T22:51:12.465Z[ helios-setup] Oct 30 22:51:11.133 INFO E| Compiling itoa v1.0.6
25192024-10-30T22:51:13.087Z[ helios-setup] Oct 30 22:51:11.754 INFO E| Compiling indexmap v1.9.3
25202024-10-30T22:51:13.372Z[ helios-setup] Oct 30 22:51:12.039 INFO E| Compiling scopeguard v1.1.0
25212024-10-30T22:51:13.515Z[ helios-setup] Oct 30 22:51:12.183 INFO E| Compiling pin-project-lite v0.2.9
25222024-10-30T22:51:13.682Z[ helios-setup] Oct 30 22:51:12.350 INFO E| Compiling quote v1.0.36
25232024-10-30T22:51:13.716Z[ helios-setup] Oct 30 22:51:12.384 INFO E| Compiling jobserver v0.1.26
25242024-10-30T22:51:14.008Z[ helios-setup] Oct 30 22:51:12.676 INFO E| Compiling getrandom v0.2.8
25252024-10-30T22:51:14.212Z[ helios-setup] Oct 30 22:51:12.879 INFO E| Compiling num-integer v0.1.45
25262024-10-30T22:51:14.503Z[ helios-setup] Oct 30 22:51:13.170 INFO E| Compiling syn v2.0.72
25272024-10-30T22:51:14.848Z[ helios-setup] Oct 30 22:51:13.516 INFO E| Compiling cc v1.0.78
25282024-10-30T22:51:14.848Z[ helios-setup] Oct 30 22:51:13.516 INFO E| Compiling futures-core v0.3.28
25292024-10-30T22:51:15.024Z[ helios-setup] Oct 30 22:51:13.692 INFO E| Compiling bytes v1.4.0
25302024-10-30T22:51:15.327Z[ helios-setup] Oct 30 22:51:13.994 INFO E| Compiling ryu v1.0.13
25312024-10-30T22:51:16.866Z[ helios-setup] Oct 30 22:51:15.534 INFO E| Compiling lock_api v0.4.9
25322024-10-30T22:51:16.983Z[ helios-setup] Oct 30 22:51:15.651 INFO E| Compiling bitflags v1.3.2
25332024-10-30T22:51:17.056Z[ helios-setup] Oct 30 22:51:15.723 INFO E| Compiling typenum v1.16.0
25342024-10-30T22:51:17.195Z[ helios-setup] Oct 30 22:51:15.863 INFO E| Compiling parking_lot_core v0.9.6
25352024-10-30T22:51:17.444Z[ helios-setup] Oct 30 22:51:16.111 INFO E| Compiling num_cpus v1.15.0
25362024-10-30T22:51:17.710Z[ host-package] Compiling xattr v1.3.1
25372024-10-30T22:51:18.040Z[ helios-setup] Oct 30 22:51:16.707 INFO E| Compiling generic-array v0.14.6
25382024-10-30T22:51:18.139Z[ helios-setup] Oct 30 22:51:16.806 INFO E| Compiling slab v0.4.7
25392024-10-30T22:51:18.438Z[ helios-setup] Oct 30 22:51:17.105 INFO E| Compiling futures-channel v0.3.28
25402024-10-30T22:51:18.449Z[ host-package] Compiling memmap2 v0.9.5
25412024-10-30T22:51:18.646Z[ helios-setup] Oct 30 22:51:17.314 INFO E| Compiling futures-sink v0.3.28
25422024-10-30T22:51:18.774Z[ helios-setup] Oct 30 22:51:17.442 INFO E| Compiling futures-task v0.3.28
25432024-10-30T22:51:19.393Z[ helios-setup] Oct 30 22:51:18.057 INFO E| Compiling tokio v1.27.0
25442024-10-30T22:51:19.446Z[ host-package] Compiling filetime v0.2.25
25452024-10-30T22:51:19.461Z[ helios-setup] Oct 30 22:51:18.129 INFO E| Compiling schemars v0.8.12
25462024-10-30T22:51:19.697Z[ helios-setup] Oct 30 22:51:18.365 INFO E| Compiling futures-util v0.3.28
25472024-10-30T22:51:20.005Z[ host-package] Compiling constant_time_eq v0.3.1
25482024-10-30T22:51:20.443Z[ host-package] Compiling keccak v0.1.5
25492024-10-30T22:51:20.719Z[ helios-setup] Oct 30 22:51:19.387 INFO E| Compiling signal-hook-registry v1.4.0
25502024-10-30T22:51:20.943Z[ helios-setup] Oct 30 22:51:19.611 INFO E| Compiling mio v0.8.5
25512024-10-30T22:51:21.006Z[ helios-setup] Oct 30 22:51:19.674 INFO E| Compiling socket2 v0.4.9
25522024-10-30T22:51:21.009Z[ helios-setup] Oct 30 22:51:19.675 INFO E| Compiling ahash v0.7.6
25532024-10-30T22:51:21.232Z[ helios-setup] Oct 30 22:51:19.900 INFO E| Compiling num-traits v0.2.15
25542024-10-30T22:51:21.543Z[ host-package] Compiling arrayref v0.3.9
25552024-10-30T22:51:21.896Z[ host-package] Compiling untrusted v0.7.1
25562024-10-30T22:51:22.112Z[ helios-setup] Oct 30 22:51:20.780 INFO E| Compiling crunchy v0.2.2
25572024-10-30T22:51:22.269Z[ host-package] Compiling arrayvec v0.7.6
25582024-10-30T22:51:22.690Z[ helios-setup] Oct 30 22:51:21.358 INFO E| Compiling futures-io v0.3.28
25592024-10-30T22:51:22.786Z[ host-package] Compiling spin v0.5.2
25602024-10-30T22:51:22.929Z[ host-package] Compiling sha3 v0.10.8
25612024-10-30T22:51:23.293Z[ helios-setup] Oct 30 22:51:21.960 INFO E| Compiling io-lifetimes v1.0.10
25622024-10-30T22:51:23.599Z[ helios-setup] Oct 30 22:51:22.266 INFO E| Compiling pin-utils v0.1.0
25632024-10-30T22:51:24.545Z[ helios-setup] Oct 30 22:51:23.213 INFO E| Compiling ahash v0.8.3
25642024-10-30T22:51:24.797Z[ helios-setup] Oct 30 22:51:23.464 INFO E| Compiling hashbrown v0.12.3
25652024-10-30T22:51:24.914Z[ host-package] Compiling tar v0.4.42
25662024-10-30T22:51:25.141Z[ helios-setup] Oct 30 22:51:23.808 INFO E| Compiling tiny-keccak v2.0.2
25672024-10-30T22:51:25.325Z[ helios-setup] Oct 30 22:51:23.992 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
25682024-10-30T22:51:25.444Z[ helios-setup] Oct 30 22:51:24.111 INFO E| Compiling rustix v0.37.3
25692024-10-30T22:51:26.283Z[ helios-setup] Oct 30 22:51:24.950 INFO E| Compiling serde_derive_internals v0.26.0
25702024-10-30T22:51:26.445Z[ helios-setup] Oct 30 22:51:25.113 INFO E| Compiling block-buffer v0.10.3
25712024-10-30T22:51:26.505Z[ helios-setup] Oct 30 22:51:25.173 INFO E| Compiling crypto-common v0.1.6
25722024-10-30T22:51:26.785Z[ host-package] Compiling toolchain_find v0.4.0
25732024-10-30T22:51:27.548Z[ helios-setup] Oct 30 22:51:26.216 INFO E| Compiling errno v0.3.1
25742024-10-30T22:51:27.734Z[ helios-setup] Oct 30 22:51:26.401 INFO E| Compiling pkg-config v0.3.26
25752024-10-30T22:51:27.919Z[ helios-setup] Oct 30 22:51:26.587 INFO E| Compiling slog v2.7.0
25762024-10-30T22:51:27.990Z[ helios-setup] Oct 30 22:51:26.658 INFO E| Compiling crossbeam-utils v0.8.14
25772024-10-30T22:51:28.088Z[ host-package] Compiling camino-tempfile v1.1.1
25782024-10-30T22:51:28.355Z[ host-package] Compiling nibble_vec v0.1.0
25792024-10-30T22:51:28.599Z[ host-package] Compiling maplit v1.0.2
25802024-10-30T22:51:28.647Z[ helios-setup] Oct 30 22:51:27.314 INFO E| Compiling fnv v1.0.7
25812024-10-30T22:51:28.985Z[ host-package] Compiling endian-type v0.1.2
25822024-10-30T22:51:29.013Z[ host-package] Compiling topological-sort v0.2.2
25832024-10-30T22:51:29.015Z[ host-package] Compiling glob v0.3.1
25842024-10-30T22:51:29.143Z[ helios-setup] Oct 30 22:51:27.810 INFO E| Compiling http v0.2.9
25852024-10-30T22:51:29.252Z[ host-package] Compiling crunchy v0.2.2
25862024-10-30T22:51:29.754Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25872024-10-30T22:51:29.814Z[ host-package] Compiling radix_trie v0.2.1
25882024-10-30T22:51:29.963Z[ host-package] Compiling omicron-zone-package v0.11.1
25892024-10-30T22:51:30.288Z[ helios-setup] Oct 30 22:51:28.953 INFO E| Compiling digest v0.10.6
25902024-10-30T22:51:30.349Z[ host-package] Compiling rustfmt-wrapper v0.2.1
25912024-10-30T22:51:30.469Z[ host-package] Compiling clang-sys v1.8.1
25922024-10-30T22:51:31.247Z[ helios-setup] Oct 30 22:51:29.915 INFO E| Compiling aho-corasick v0.7.20
25932024-10-30T22:51:31.768Z[ host-package] Compiling tiny-keccak v2.0.2
25942024-10-30T22:51:32.162Z[ helios-setup] Oct 30 22:51:30.830 INFO E| Compiling unicode-width v0.1.10
25952024-10-30T22:51:32.214Z[ helios-setup] Oct 30 22:51:30.882 INFO E| Compiling regex-syntax v0.6.29
25962024-10-30T22:51:32.285Z[ host-package] Compiling dsl_auto_type v0.1.2
25972024-10-30T22:51:32.542Z[ host-package] Compiling scheduled-thread-pool v0.2.7
25982024-10-30T22:51:32.664Z[ helios-setup] Oct 30 22:51:31.331 INFO E| Compiling cpufeatures v0.2.5
25992024-10-30T22:51:32.666Z[ host-package] Compiling secrecy v0.8.0
26002024-10-30T22:51:32.801Z[ helios-setup] Oct 30 22:51:31.468 INFO E| Compiling httparse v1.8.0
26012024-10-30T22:51:33.538Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
26022024-10-30T22:51:33.839Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
26032024-10-30T22:51:33.909Z[ helios-setup] Oct 30 22:51:32.576 INFO E| Compiling tinyvec_macros v0.1.1
26042024-10-30T22:51:34.067Z[ helios-setup] Oct 30 22:51:32.734 INFO E| Compiling heck v0.4.1
26052024-10-30T22:51:34.228Z[ host-package] Compiling r2d2 v0.8.10
26062024-10-30T22:51:34.445Z[ host-package] Compiling diesel_derives v2.2.3
26072024-10-30T22:51:34.622Z[ helios-setup] Oct 30 22:51:33.290 INFO E| Compiling percent-encoding v2.2.0
26082024-10-30T22:51:34.675Z[ helios-setup] Oct 30 22:51:33.342 INFO E| Compiling anyhow v1.0.68
26092024-10-30T22:51:34.937Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26102024-10-30T22:51:34.946Z[ helios-setup] Oct 30 22:51:33.614 INFO E| Compiling const-random-macro v0.1.15
26112024-10-30T22:51:35.069Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
26122024-10-30T22:51:35.177Z[ host-package] Compiling ascii-canvas v3.0.0
26132024-10-30T22:51:35.622Z[ helios-setup] Oct 30 22:51:34.290 INFO E| Compiling form_urlencoded v1.1.0
26142024-10-30T22:51:35.843Z[ helios-setup] Oct 30 22:51:34.510 INFO E| Compiling serde_derive v1.0.204
26152024-10-30T22:51:35.928Z[ helios-setup] Oct 30 22:51:34.595 INFO E| Compiling futures-macro v0.3.28
26162024-10-30T22:51:35.930Z[ helios-setup] Oct 30 22:51:34.596 INFO E| Compiling thiserror-impl v1.0.38
26172024-10-30T22:51:36.078Z[ host-package] Compiling universal-hash v0.5.1
26182024-10-30T22:51:36.505Z[ helios-setup] Oct 30 22:51:35.172 INFO E| Compiling tokio-macros v2.0.0
26192024-10-30T22:51:36.701Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
26202024-10-30T22:51:36.901Z[ helios-setup] Oct 30 22:51:35.567 INFO E| Compiling schemars_derive v0.8.12
26212024-10-30T22:51:37.002Z[ helios-setup] Oct 30 22:51:35.668 INFO E| Compiling tinyvec v1.6.0
26222024-10-30T22:51:38.920Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26232024-10-30T22:51:39.333Z[ helios-setup] Oct 30 22:51:38.000 INFO E| Compiling regex v1.7.3
26242024-10-30T22:51:39.733Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26252024-10-30T22:51:39.998Z[ host-package] Compiling lzma-sys v0.1.20
26262024-10-30T22:51:40.881Z[ helios-setup] Oct 30 22:51:39.548 INFO E| Compiling hashbrown v0.13.2
26272024-10-30T22:51:41.497Z[ host-package] Compiling ena v0.14.3
26282024-10-30T22:51:41.579Z[ host-package] Compiling libloading v0.8.5
26292024-10-30T22:51:41.978Z[ helios-setup] Oct 30 22:51:40.645 INFO E| Compiling chrono v0.4.24
26302024-10-30T22:51:42.071Z[ helios-setup] Oct 30 22:51:40.738 INFO E| Compiling libz-sys v1.1.8
26312024-10-30T22:51:42.510Z[ host-package] Compiling bindgen v0.69.5
26322024-10-30T22:51:42.761Z[ host-package] Compiling regex-syntax v0.6.29
26332024-10-30T22:51:43.595Z[ host-package] Compiling opaque-debug v0.3.1
26342024-10-30T22:51:43.931Z[ host-package] Compiling diff v0.1.13
26352024-10-30T22:51:45.011Z[ host-package] Compiling poly1305 v0.8.0
26362024-10-30T22:51:45.150Z[ helios-setup] Oct 30 22:51:43.817 INFO E| Compiling dyn-clone v1.0.11
26372024-10-30T22:51:45.366Z[ helios-setup] Oct 30 22:51:44.033 INFO E| Compiling uuid v1.3.0
26382024-10-30T22:51:45.679Z[ helios-setup] Oct 30 22:51:44.346 INFO E| Compiling regress v0.5.0
26392024-10-30T22:51:46.152Z[ helios-setup] Oct 30 22:51:44.819 INFO E| Compiling unicode-normalization v0.1.22
26402024-10-30T22:51:46.677Z[ helios-setup] Oct 30 22:51:45.344 INFO E| Compiling const-random v0.1.15
26412024-10-30T22:51:47.940Z[ helios-setup] Oct 30 22:51:46.607 INFO E| Compiling getopts v0.2.21
26422024-10-30T22:51:48.177Z[ helios-setup] Oct 30 22:51:46.843 INFO E| Compiling tracing-core v0.1.30
26432024-10-30T22:51:49.388Z[ helios-setup] Oct 30 22:51:48.055 INFO E| Compiling memoffset v0.7.1
26442024-10-30T22:51:50.845Z[ helios-setup] Oct 30 22:51:49.511 INFO E| Compiling unicode-bidi v0.3.13
26452024-10-30T22:51:50.888Z[ helios-setup] Oct 30 22:51:49.555 INFO E| Compiling ucd-trie v0.1.5
26462024-10-30T22:51:52.182Z[ helios-setup] Oct 30 22:51:50.849 INFO E| Compiling time-core v0.1.2
26472024-10-30T22:51:52.678Z[ helios-setup] Oct 30 22:51:51.345 INFO E| Compiling powerfmt v0.2.0
26482024-10-30T22:51:52.851Z[ helios-setup] Oct 30 22:51:51.517 INFO E| Compiling num-conv v0.1.0
26492024-10-30T22:51:52.896Z[ host-package] Compiling lalrpop v0.19.12
26502024-10-30T22:51:53.800Z[ helios-setup] Oct 30 22:51:52.466 INFO E| Compiling time-macros v0.2.18
26512024-10-30T22:51:54.688Z[ helios-setup] Oct 30 22:51:53.355 INFO E| Compiling idna v0.3.0
26522024-10-30T22:51:54.832Z[ host-package] Compiling diesel v2.2.4
26532024-10-30T22:51:54.946Z[ helios-setup] Oct 30 22:51:53.613 INFO E| Compiling deranged v0.3.11
26542024-10-30T22:51:57.335Z[ helios-setup] Oct 30 22:51:56.001 INFO E| Compiling pest v2.5.7
26552024-10-30T22:51:58.682Z[ helios-setup] Oct 30 22:51:57.349 INFO E| Compiling tracing v0.1.37
26562024-10-30T22:52:00.240Z[ helios-setup] Oct 30 22:51:58.907 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
26572024-10-30T22:52:01.002Z[ helios-setup] Oct 30 22:51:59.668 INFO E| Compiling time v0.1.45
26582024-10-30T22:52:01.647Z[ helios-setup] Oct 30 22:52:00.313 INFO E| Compiling crossbeam-epoch v0.9.13
26592024-10-30T22:52:01.864Z[ helios-setup] Oct 30 22:52:00.530 INFO E| Compiling semver v1.0.17
26602024-10-30T22:52:02.627Z[ helios-setup] Oct 30 22:52:01.294 INFO E| Compiling toml v0.5.11
26612024-10-30T22:52:03.196Z[ helios-setup] Oct 30 22:52:01.862 INFO E| Compiling smallvec v1.10.0
26622024-10-30T22:52:04.489Z[ helios-setup] Oct 30 22:52:03.156 INFO E| Compiling serde_tokenstream v0.2.0
26632024-10-30T22:52:05.677Z[ helios-setup] Oct 30 22:52:04.343 INFO E| Compiling parking_lot v0.12.1
26642024-10-30T22:52:05.831Z[ helios-setup] Oct 30 22:52:04.497 INFO E| Compiling iana-time-zone v0.1.56
26652024-10-30T22:52:05.947Z[ host-package] Compiling thiserror-no-std v2.0.2
26662024-10-30T22:52:07.510Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26672024-10-30T22:52:07.843Z[ helios-setup] Oct 30 22:52:06.510 INFO E| Compiling num_threads v0.1.6
26682024-10-30T22:52:08.226Z[ helios-setup] Oct 30 22:52:06.893 INFO E| Compiling time v0.3.36
26692024-10-30T22:52:08.408Z[ host-package] Compiling which v4.4.2
26702024-10-30T22:52:09.554Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26712024-10-30T22:52:09.620Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26722024-10-30T22:52:09.980Z[ helios-setup] Oct 30 22:52:08.646 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
26732024-10-30T22:52:10.065Z[ host-package] Compiling chacha20 v0.9.1
26742024-10-30T22:52:10.357Z[ host-package] Compiling heck v0.3.3
26752024-10-30T22:52:11.056Z[ host-package] Compiling cexpr v0.6.0
26762024-10-30T22:52:11.181Z[ host-package] Compiling aead v0.5.2
26772024-10-30T22:52:11.700Z[ helios-setup] Oct 30 22:52:10.366 INFO E| Compiling semver-parser v0.10.2
26782024-10-30T22:52:12.022Z[ host-package] Compiling ref-cast v1.0.23
26792024-10-30T22:52:13.403Z[ host-package] Compiling rustc-hash v1.1.0
26802024-10-30T22:52:13.733Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
26812024-10-30T22:52:13.965Z[ host-package] Compiling lazycell v1.3.0
26822024-10-30T22:52:14.904Z[ host-package] Compiling chacha20poly1305 v0.10.1
26832024-10-30T22:52:14.993Z[ helios-setup] Oct 30 22:52:13.659 INFO E| Compiling url v2.3.1
26842024-10-30T22:52:15.598Z[ host-package] Compiling zone_cfg_derive v0.1.2
26852024-10-30T22:52:16.709Z[ helios-setup] Oct 30 22:52:15.376 INFO E| Compiling crossbeam-channel v0.5.6
26862024-10-30T22:52:18.372Z[ helios-setup] Oct 30 22:52:17.038 INFO E| Compiling dirs-sys-next v0.1.2
26872024-10-30T22:52:18.695Z[ host-package] Compiling vsss-rs v3.3.4
26882024-10-30T22:52:20.440Z[ helios-setup] Oct 30 22:52:19.106 INFO E| Compiling crc32fast v1.3.2
26892024-10-30T22:52:21.765Z[ helios-setup] Oct 30 22:52:20.431 INFO E| Compiling try-lock v0.2.4
26902024-10-30T22:52:21.876Z[ helios-setup] Oct 30 22:52:20.542 INFO E| Compiling same-file v1.0.6
26912024-10-30T22:52:22.084Z[ helios-setup] Oct 30 22:52:20.750 INFO E| Compiling want v0.3.0
26922024-10-30T22:52:22.253Z[ helios-setup] Oct 30 22:52:20.919 INFO E| Compiling walkdir v2.3.3
26932024-10-30T22:52:23.329Z[ helios-setup] Oct 30 22:52:21.995 INFO E| Compiling dirs-next v2.0.0
26942024-10-30T22:52:25.320Z[ helios-setup] Oct 30 22:52:23.986 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
26952024-10-30T22:52:25.492Z[ helios-setup] Oct 30 22:52:24.158 INFO E| Compiling tokio-util v0.7.7
26962024-10-30T22:52:26.198Z[ helios-setup] Oct 30 22:52:24.864 INFO E| Compiling semver v0.11.0
26972024-10-30T22:52:27.177Z[ helios-setup] Oct 30 22:52:25.843 INFO E| Compiling proc-macro-crate v1.2.1
26982024-10-30T22:52:27.660Z[ helios-setup] Oct 30 22:52:26.326 INFO E| Compiling h2 v0.3.16
26992024-10-30T22:52:29.554Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27002024-10-30T22:52:29.741Z[ helios-setup] Oct 30 22:52:28.406 INFO E| Compiling futures-executor v0.3.28
27012024-10-30T22:52:30.495Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27022024-10-30T22:52:31.754Z[ host-package] Compiling derive_builder_core v0.20.2
27032024-10-30T22:52:32.025Z[ helios-setup] Oct 30 22:52:30.690 INFO E| Compiling http-body v0.4.5
27042024-10-30T22:52:32.102Z[ helios-setup] Oct 30 22:52:30.768 INFO E| Compiling ring v0.16.20
27052024-10-30T22:52:32.191Z[ helios-setup] Oct 30 22:52:30.856 INFO E| Compiling rand_core v0.6.4
27062024-10-30T22:52:33.204Z[ helios-setup] Oct 30 22:52:31.869 INFO E| Compiling thread_local v1.1.7
27072024-10-30T22:52:33.525Z[ helios-setup] Oct 30 22:52:32.191 INFO E| Compiling tower-service v0.3.2
27082024-10-30T22:52:34.344Z[ helios-setup] Oct 30 22:52:33.010 INFO E| Compiling rayon-core v1.10.2
27092024-10-30T22:52:34.631Z[ helios-setup] Oct 30 22:52:33.296 INFO E| Compiling httpdate v1.0.2
27102024-10-30T22:52:35.137Z[ helios-setup] Oct 30 22:52:33.802 INFO E| Compiling home v0.5.4
27112024-10-30T22:52:35.393Z[ host-package] Compiling headers-core v0.3.0
27122024-10-30T22:52:35.668Z[ helios-setup] Oct 30 22:52:34.333 INFO E| Compiling adler v1.0.2
27132024-10-30T22:52:35.942Z[ host-package] Compiling fxhash v0.2.1
27142024-10-30T22:52:36.107Z[ helios-setup] Oct 30 22:52:34.773 INFO E| Compiling base64 v0.21.0
27152024-10-30T22:52:36.592Z[ host-package] Compiling libxml v0.3.3
27162024-10-30T22:52:37.034Z[ helios-setup] Oct 30 22:52:35.700 INFO E| Compiling lazy_static v1.4.0
27172024-10-30T22:52:37.238Z[ host-package] Compiling ref-cast-impl v1.0.23
27182024-10-30T22:52:37.349Z[ helios-setup] Oct 30 22:52:36.015 INFO E| Compiling ppv-lite86 v0.2.17
27192024-10-30T22:52:37.603Z[ host-package] Compiling base64 v0.13.1
27202024-10-30T22:52:37.776Z[ helios-setup] Oct 30 22:52:36.442 INFO E| Compiling utf8parse v0.2.1
27212024-10-30T22:52:38.196Z[ helios-setup] Oct 30 22:52:36.861 INFO E| Compiling fastrand v1.9.0
27222024-10-30T22:52:38.769Z[ helios-setup] Oct 30 22:52:37.435 INFO E| Compiling hyper v0.14.25
27232024-10-30T22:52:39.017Z[ helios-setup] Oct 30 22:52:37.683 INFO E| Compiling rand_chacha v0.3.1
27242024-10-30T22:52:39.147Z[ helios-setup] Oct 30 22:52:37.813 INFO E| Compiling tempfile v3.5.0
27252024-10-30T22:52:39.235Z[ host-package] Compiling ron v0.7.1
27262024-10-30T22:52:40.515Z[ helios-setup] Oct 30 22:52:39.181 INFO E| Compiling anstyle-parse v0.1.1
27272024-10-30T22:52:40.939Z[ host-package] Compiling headers v0.4.0
27282024-10-30T22:52:41.563Z[ host-package] Compiling samael v0.0.17
27292024-10-30T22:52:41.787Z[ host-package] Compiling polar-core v0.27.3
27302024-10-30T22:52:42.435Z[ helios-setup] Oct 30 22:52:41.101 INFO E| Compiling toolchain_find v0.2.0
27312024-10-30T22:52:44.548Z[ helios-setup] Oct 30 22:52:43.214 INFO E| Compiling miniz_oxide v0.6.2
27322024-10-30T22:52:44.649Z[ host-package] Compiling derive_builder_macro v0.20.2
27332024-10-30T22:52:46.470Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27342024-10-30T22:52:47.682Z[ host-package] Compiling xz2 v0.1.7
27352024-10-30T22:52:49.311Z[ host-package] Compiling zone v0.1.8
27362024-10-30T22:52:50.676Z[ helios-setup] Oct 30 22:52:49.342 INFO E| Compiling futures v0.3.28
27372024-10-30T22:52:55.713Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27382024-10-30T22:52:56.391Z[ helios-setup] Oct 30 22:52:55.056 INFO E| Compiling num_enum_derive v0.5.7
27392024-10-30T22:52:58.413Z[ helios-setup] Oct 30 22:52:57.078 INFO E| Compiling cargo-lock v8.0.3
27402024-10-30T22:53:01.724Z[ helios-setup] Oct 30 22:53:00.389 INFO E| Compiling crossbeam-deque v0.8.2
27412024-10-30T22:53:02.004Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27422024-10-30T22:53:02.802Z[ helios-setup] Oct 30 22:53:01.467 INFO E| Compiling term v0.7.0
27432024-10-30T22:53:04.759Z[ helios-setup] Oct 30 22:53:03.424 INFO E| Compiling serde_urlencoded v0.7.1
27442024-10-30T22:53:05.331Z[ helios-setup] Oct 30 22:53:03.996 INFO E| Compiling is-terminal v0.4.7
27452024-10-30T22:53:05.546Z[ helios-setup] Oct 30 22:53:04.211 INFO E| Compiling sha1 v0.10.5
27462024-10-30T22:53:06.094Z[ helios-setup] Oct 30 22:53:04.759 INFO E| Compiling sha2 v0.10.6
27472024-10-30T22:53:06.561Z[ helios-setup] Oct 30 22:53:05.226 INFO E| Compiling atty v0.2.14
27482024-10-30T22:53:07.040Z[ helios-setup] Oct 30 22:53:05.705 INFO E| Compiling concolor-override v1.0.0
27492024-10-30T22:53:08.437Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27502024-10-30T22:53:09.121Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27512024-10-30T22:53:09.203Z[ host-package] Compiling yasna v0.5.2
27522024-10-30T22:53:09.248Z[ helios-setup] Oct 30 22:53:07.913 INFO E| Compiling concolor-query v0.3.3
27532024-10-30T22:53:09.661Z[ helios-setup] Oct 30 22:53:08.325 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
27542024-10-30T22:53:10.536Z[ helios-setup] Oct 30 22:53:09.201 INFO E| Compiling anstyle v0.3.5
27552024-10-30T22:53:12.094Z[ helios-setup] Oct 30 22:53:10.759 INFO E| Compiling anstream v0.2.6
27562024-10-30T22:53:13.267Z[ helios-setup] Oct 30 22:53:11.932 INFO E| Compiling slog-term v2.9.0
27572024-10-30T22:53:13.964Z[ helios-setup] Oct 30 22:53:12.629 INFO E| Compiling flate2 v1.0.25
27582024-10-30T22:53:14.031Z[ host-package] Compiling phf_generator v0.11.2
27592024-10-30T22:53:14.567Z[ host-package] Compiling strum_macros v0.24.3
27602024-10-30T22:53:15.017Z[ helios-setup] Oct 30 22:53:13.680 INFO E| Compiling num_enum v0.5.7
27612024-10-30T22:53:15.395Z[ helios-setup] Oct 30 22:53:14.059 INFO E| Compiling rustfmt-wrapper v0.2.0
27622024-10-30T22:53:15.489Z[ helios-setup] Oct 30 22:53:14.154 INFO E| Compiling rand v0.8.5
27632024-10-30T22:53:15.636Z[ host-package] Compiling kstat-rs v0.2.4
27642024-10-30T22:53:16.485Z[ helios-setup] Oct 30 22:53:15.149 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
27652024-10-30T22:53:16.674Z[ helios-setup] Oct 30 22:53:15.339 INFO E| Compiling openapiv3 v1.0.2
27662024-10-30T22:53:17.017Z[ helios-setup] Oct 30 22:53:15.681 INFO E| Compiling encoding_rs v0.8.32
27672024-10-30T22:53:17.424Z[ host-package] Compiling unicase v2.7.0
27682024-10-30T22:53:18.031Z[ host-package] Compiling indoc v1.0.9
27692024-10-30T22:53:18.092Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27702024-10-30T22:53:18.807Z[ helios-setup] Oct 30 22:53:17.472 INFO E| Compiling either v1.8.0
27712024-10-30T22:53:19.040Z[ host-package] Compiling phf_codegen v0.11.2
27722024-10-30T22:53:19.433Z[ helios-setup] Oct 30 22:53:18.098 INFO E| Compiling unsafe-libyaml v0.2.8
27732024-10-30T22:53:19.505Z[ helios-setup] Oct 30 22:53:18.170 INFO E| Compiling ipnet v2.7.2
27742024-10-30T22:53:19.699Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
27752024-10-30T22:53:20.002Z[ host-package] Compiling rcgen v0.12.1
27762024-10-30T22:53:21.097Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27772024-10-30T22:53:22.625Z[ helios-setup] Oct 30 22:53:21.290 INFO E| Compiling clap_lex v0.4.1
27782024-10-30T22:53:24.351Z[ helios-setup] Oct 30 22:53:23.014 INFO E| Compiling spin v0.5.2
27792024-10-30T22:53:24.802Z[ helios-setup] Oct 30 22:53:23.465 INFO E| Compiling untrusted v0.7.1
27802024-10-30T22:53:25.109Z[ helios-setup] Oct 30 22:53:23.774 INFO E| Compiling project-root v0.2.2
27812024-10-30T22:53:25.288Z[ helios-setup] Oct 30 22:53:23.953 INFO E| Compiling base64 v0.13.1
27822024-10-30T22:53:25.394Z[ helios-setup] Oct 30 22:53:24.056 INFO E| Compiling strsim v0.10.0
27832024-10-30T22:53:25.750Z[ helios-setup] Oct 30 22:53:24.415 INFO E| Compiling utf-8 v0.7.6
27842024-10-30T22:53:26.015Z[ helios-setup] Oct 30 22:53:24.679 INFO E| Compiling mime v0.3.17
27852024-10-30T22:53:26.551Z[ helios-setup] Oct 30 22:53:25.216 INFO E| Compiling byteorder v1.4.3
27862024-10-30T22:53:27.003Z[ helios-setup] Oct 30 22:53:25.667 INFO E| Compiling reqwest v0.11.16
27872024-10-30T22:53:27.814Z[ helios-setup] Oct 30 22:53:26.478 INFO E| Compiling tungstenite v0.18.0
27882024-10-30T22:53:28.216Z[ helios-setup] Oct 30 22:53:26.880 INFO E| Compiling clap_builder v4.2.1
27892024-10-30T22:53:29.309Z[ helios-setup] Oct 30 22:53:27.973 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
27902024-10-30T22:53:37.842Z[ host-package] Compiling derive_builder v0.20.2
27912024-10-30T22:53:38.181Z[ helios-setup] Oct 30 22:53:36.845 INFO E| Compiling serde_yaml v0.9.21
27922024-10-30T22:53:39.099Z[ helios-setup] Oct 30 22:53:37.764 INFO E| Compiling rayon v1.6.1
27932024-10-30T22:53:39.513Z[ helios-setup] Oct 30 22:53:38.175 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
27942024-10-30T22:53:41.404Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27952024-10-30T22:53:41.916Z[ helios-setup] Oct 30 22:53:40.580 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
27962024-10-30T22:53:45.287Z[ helios-setup] Oct 30 22:53:43.951 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
27972024-10-30T22:53:45.652Z[ helios-setup] Oct 30 22:53:44.316 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
27982024-10-30T22:53:47.008Z[ helios-setup] Oct 30 22:53:45.672 INFO E| Compiling clap_derive v4.2.0
27992024-10-30T22:53:48.597Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
28002024-10-30T22:53:49.470Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
28012024-10-30T22:53:49.895Z[ helios-setup] Oct 30 22:53:48.559 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
28022024-10-30T22:53:50.152Z[ host-package] Compiling oso-derive v0.27.3
28032024-10-30T22:53:52.199Z[ host-package] Compiling parse-zoneinfo v0.3.1
28042024-10-30T22:53:55.410Z[ host-package] Compiling libz-sys v1.1.20
28052024-10-30T22:53:55.422Z[ helios-setup] Oct 30 22:53:54.086 INFO E| Compiling clap v4.2.1
28062024-10-30T22:53:55.982Z[ helios-setup] Oct 30 22:53:54.645 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
28072024-10-30T22:53:57.052Z[ host-package] Compiling quick-xml v0.33.0
28082024-10-30T22:53:57.529Z[ host-package] Compiling subprocess v0.2.9
28092024-10-30T22:54:01.070Z[ host-package] Compiling diesel-dtrace v0.3.0
28102024-10-30T22:54:02.213Z[ host-package] Compiling cfg_aliases v0.1.1
28112024-10-30T22:54:02.323Z[ host-package] Compiling parking_lot_core v0.8.6
28122024-10-30T22:54:02.834Z[ host-package] Compiling nix v0.28.0
28132024-10-30T22:54:03.856Z[ host-package] Compiling oso v0.27.3
28142024-10-30T22:54:04.521Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28152024-10-30T22:54:06.976Z[ host-package] Compiling chrono-tz-build v0.4.0
28162024-10-30T22:54:08.576Z[ helios-setup] Oct 30 22:54:07.240 INFO E| Compiling tokio-tungstenite v0.18.0
28172024-10-30T22:54:09.138Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
28182024-10-30T22:54:09.821Z[ helios-setup] Oct 30 22:54:08.484 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
28192024-10-30T22:54:12.391Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28202024-10-30T22:54:13.262Z[ helios-setup] Oct 30 22:54:11.926 INFO E| Compiling smartstring v1.0.1
28212024-10-30T22:54:14.676Z[ helios-setup] Oct 30 22:54:13.339 INFO E| Compiling rustls v0.21.0
28222024-10-30T22:54:16.740Z[ helios-setup] Oct 30 22:54:15.404 INFO E| Compiling sct v0.7.0
28232024-10-30T22:54:18.019Z[ helios-setup] Oct 30 22:54:16.682 INFO E| Compiling rustls-webpki v0.100.1
28242024-10-30T22:54:18.881Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28252024-10-30T22:54:20.943Z[ helios-setup] Oct 30 22:54:19.606 INFO E| Compiling toml_datetime v0.6.1
28262024-10-30T22:54:22.189Z[ helios-setup] Oct 30 22:54:20.852 INFO E| Compiling serde_spanned v0.6.1
28272024-10-30T22:54:22.285Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28282024-10-30T22:54:22.309Z[ helios-setup] Oct 30 22:54:20.972 INFO E| Compiling winnow v0.4.1
28292024-10-30T22:54:22.860Z[ helios-setup] Oct 30 22:54:21.523 INFO E| Compiling async-trait v0.1.68
28302024-10-30T22:54:23.335Z[ host-package] Compiling bb8 v0.8.5
28312024-10-30T22:54:24.098Z[ helios-setup] Oct 30 22:54:22.761 INFO E| Compiling static_assertions v1.1.0
28322024-10-30T22:54:24.449Z[ host-package] Compiling const_format_proc_macros v0.2.33
28332024-10-30T22:54:24.579Z[ helios-setup] Oct 30 22:54:23.242 INFO E| Compiling match_cfg v0.1.0
28342024-10-30T22:54:24.770Z[ helios-setup] Oct 30 22:54:23.433 INFO E| Compiling paste v1.0.12
28352024-10-30T22:54:24.808Z[ host-package] Compiling vte_generate_state_changes v0.1.2
28362024-10-30T22:54:25.926Z[ helios-setup] Oct 30 22:54:24.589 INFO E| Compiling slog-async v2.7.0
28372024-10-30T22:54:26.332Z[ host-package] Compiling vte v0.11.1
28382024-10-30T22:54:26.978Z[ helios-setup] Oct 30 22:54:25.642 INFO E| Compiling camino v1.1.4
28392024-10-30T22:54:27.891Z[ helios-setup] Oct 30 22:54:26.554 INFO E| Compiling hostname v0.3.1
28402024-10-30T22:54:27.977Z[ host-package] Compiling const_format v0.2.33
28412024-10-30T22:54:29.100Z[ host-package] Compiling async-bb8-diesel v0.2.1
28422024-10-30T22:54:30.002Z[ helios-setup] Oct 30 22:54:28.665 INFO E| Compiling toml_edit v0.19.8
28432024-10-30T22:54:30.190Z[ helios-setup] Oct 30 22:54:28.853 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
28442024-10-30T22:54:30.585Z[ host-package] Compiling chrono-tz v0.10.0
28452024-10-30T22:54:32.791Z[ host-package] Compiling fd-lock v4.0.2
28462024-10-30T22:54:33.247Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
28472024-10-30T22:54:33.542Z[ host-package] Compiling atty v0.2.14
28482024-10-30T22:54:34.051Z[ host-package] Compiling bytecount v0.6.8
28492024-10-30T22:54:34.990Z[ host-package] Compiling salty v0.3.0
28502024-10-30T22:54:36.092Z[ helios-setup] Oct 30 22:54:34.755 INFO E| Compiling slog-json v2.6.1
28512024-10-30T22:54:36.211Z[ host-package] Compiling papergrid v0.11.0
28522024-10-30T22:54:37.430Z[ helios-setup] Oct 30 22:54:36.093 INFO E| Compiling unicode-linebreak v0.1.4
28532024-10-30T22:54:38.016Z[ host-package] Compiling parking_lot v0.11.2
28542024-10-30T22:54:39.847Z[ helios-setup] Oct 30 22:54:38.510 INFO E| Compiling rhai_codegen v1.5.0
28552024-10-30T22:54:42.127Z[ helios-setup] Oct 30 22:54:40.790 INFO E| Compiling async-stream-impl v0.3.5
28562024-10-30T22:54:44.839Z[ helios-setup] Oct 30 22:54:43.501 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
28572024-10-30T22:54:45.073Z[ helios-setup] Oct 30 22:54:43.736 INFO E| Compiling take_mut v0.2.2
28582024-10-30T22:54:45.965Z[ helios-setup] Oct 30 22:54:44.628 INFO E| Compiling rhai v1.14.0
28592024-10-30T22:54:46.009Z[ helios-setup] Oct 30 22:54:44.672 INFO E| Compiling async-stream v0.3.5
28602024-10-30T22:54:47.331Z[ helios-setup] Oct 30 22:54:45.994 INFO E| Compiling tokio-rustls v0.24.0
28612024-10-30T22:54:48.172Z[ helios-setup] Oct 30 22:54:46.834 INFO E| Compiling toml v0.7.3
28622024-10-30T22:54:50.952Z[ helios-setup] Oct 30 22:54:49.615 INFO E| Compiling slog-bunyan v2.4.0
28632024-10-30T22:54:55.934Z[ host-package] Compiling strip-ansi-escapes v0.2.0
28642024-10-30T22:54:56.672Z[ helios-setup] Oct 30 22:54:55.334 INFO E| Compiling rustls-pemfile v1.0.2
28652024-10-30T22:54:57.980Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
28662024-10-30T22:54:58.024Z[ helios-setup] Oct 30 22:54:56.685 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
28672024-10-30T22:54:58.258Z[ helios-setup] Oct 30 22:54:56.920 INFO E| Compiling bincode v1.3.3
28682024-10-30T22:54:58.835Z[ helios-setup] Oct 30 22:54:57.498 INFO E| Compiling serde_path_to_error v0.1.11
28692024-10-30T22:55:00.863Z[ helios-setup] Oct 30 22:54:59.525 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
28702024-10-30T22:55:00.864Z[ helios-setup] Oct 30 22:54:59.525 INFO E| Compiling terminal_size v0.2.6
28712024-10-30T22:55:01.174Z[ helios-setup] Oct 30 22:54:59.836 INFO E| Compiling smawk v0.3.1
28722024-10-30T22:55:01.687Z[ host-package] Compiling tabled_derive v0.7.0
28732024-10-30T22:55:01.893Z[ helios-setup] Oct 30 22:55:00.555 INFO E| Compiling textwrap v0.16.0
28742024-10-30T22:55:06.101Z[ host-package] Compiling peg-macros v0.8.4
28752024-10-30T22:55:06.888Z[ host-package] Compiling sqlparser_derive v0.2.2
28762024-10-30T22:55:09.994Z[ host-package] Compiling nu-ansi-term v0.50.1
28772024-10-30T22:55:12.115Z[ host-package] Compiling unicode_categories v0.1.1
28782024-10-30T22:55:12.402Z[ host-package] Compiling peg v0.8.4
28792024-10-30T22:55:12.710Z[ host-package] Compiling reedline v0.35.0
28802024-10-30T22:55:13.028Z[ host-package] Compiling sqlformat v0.2.6
28812024-10-30T22:55:29.702Z[ helios-setup] Oct 30 22:55:26.281 INFO E| Compiling git2 v0.16.1
28822024-10-30T22:55:29.702Z[ host-package] Compiling rustyline v14.0.0
28832024-10-30T22:55:31.986Z[ host-package] Compiling sqlparser v0.45.0
28842024-10-30T22:55:32.578Z[ helios-setup] Oct 30 22:55:31.240 INFO E| Compiling built v0.6.0
28852024-10-30T22:55:35.244Z[ helios-setup] Oct 30 22:55:33.906 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
28862024-10-30T22:55:36.749Z[ helios-setup] Oct 30 22:55:35.410 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
28872024-10-30T22:55:37.409Z[ helios-setup] Oct 30 22:55:36.070 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
28882024-10-30T22:55:38.055Z[ host-package] Compiling tabled v0.15.0
28892024-10-30T22:55:40.960Z[ helios-setup] Oct 30 22:55:39.622 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
28902024-10-30T22:55:42.385Z[ host-package] Compiling mime_guess v2.0.5
28912024-10-30T22:55:43.541Z[ host-package] Compiling sled v0.34.7
28922024-10-30T22:55:44.876Z[ helios-setup] Oct 30 22:55:43.537 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
28932024-10-30T22:55:48.673Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28942024-10-30T22:55:48.939Z[ host-package] Compiling hickory-client v0.24.1
28952024-10-30T22:55:49.323Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
28962024-10-30T22:55:52.512Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28972024-10-30T22:55:58.231Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28982024-10-30T22:56:03.848Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28992024-10-30T22:56:04.831Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
29002024-10-30T22:56:08.338Z[ host-package] Compiling hickory-server v0.24.1
29012024-10-30T22:56:09.346Z[ host-package] Compiling primeorder v0.13.6
29022024-10-30T22:56:11.007Z[ host-package] Compiling vergen v8.3.2
29032024-10-30T22:56:11.996Z[ host-package] Compiling bcs v0.1.6
29042024-10-30T22:56:13.874Z[ host-package] Compiling env_filter v0.1.2
29052024-10-30T22:56:14.108Z[ host-package] Compiling cargo-platform v0.1.8
29062024-10-30T22:56:15.003Z[ host-package] Compiling nanorand v0.7.0
29072024-10-30T22:56:16.164Z[ host-package] Compiling memoffset v0.9.1
29082024-10-30T22:56:16.455Z[ host-package] Compiling flume v0.11.0
29092024-10-30T22:56:17.041Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29102024-10-30T22:56:17.802Z[ host-package] Compiling cargo_metadata v0.18.1
29112024-10-30T22:56:19.344Z[ host-package] Compiling env_logger v0.11.5
29122024-10-30T22:56:22.252Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29132024-10-30T22:56:24.150Z[ host-package] Compiling p384 v0.13.0
29142024-10-30T22:56:34.490Z[ helios-setup] Oct 30 22:56:33.150 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
29152024-10-30T22:56:34.762Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29162024-10-30T22:56:34.850Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29172024-10-30T22:56:46.426Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29182024-10-30T22:56:47.797Z[ host-package] Compiling git2 v0.19.0
29192024-10-30T22:56:48.133Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
29202024-10-30T22:56:49.931Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
29212024-10-30T22:56:55.145Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
29222024-10-30T22:56:59.353Z[ host-package] Compiling rand_seeder v0.3.0
29232024-10-30T22:56:59.409Z[ host-package] Compiling libsqlite3-sys v0.30.1
29242024-10-30T22:57:00.007Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29252024-10-30T22:57:00.180Z[ host-package] Compiling rustls v0.21.12
29262024-10-30T22:57:00.410Z[ host-package] Compiling cfg_aliases v0.2.1
29272024-10-30T22:57:00.690Z[ host-package] Compiling nix v0.29.0
29282024-10-30T22:57:01.149Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
29292024-10-30T22:57:02.670Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29302024-10-30T22:57:04.525Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29312024-10-30T22:57:04.629Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29322024-10-30T22:57:05.949Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29332024-10-30T22:57:06.875Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
29342024-10-30T22:57:07.398Z[ host-package] Compiling sct v0.7.1
29352024-10-30T22:57:08.172Z[ host-package] Compiling rustls-webpki v0.101.7
29362024-10-30T22:57:11.777Z[ host-package] Compiling castaway v0.2.3
29372024-10-30T22:57:12.032Z[ host-package] Compiling csv-core v0.1.11
29382024-10-30T22:57:12.563Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
29392024-10-30T22:57:12.952Z[ host-package] Compiling http-range v0.1.5
29402024-10-30T22:57:13.181Z[ host-package] Compiling hyper-staticfile v0.10.1
29412024-10-30T22:57:13.832Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29422024-10-30T22:57:16.365Z[ host-package] Compiling csv v1.3.0
29432024-10-30T22:57:17.900Z[ host-package] Compiling compact_str v0.8.0
29442024-10-30T22:57:23.040Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
29452024-10-30T22:57:27.050Z[ host-package] Compiling nix v0.27.1
29462024-10-30T22:57:32.651Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
29472024-10-30T22:57:33.962Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29482024-10-30T22:57:34.228Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
29492024-10-30T22:57:38.030Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
29502024-10-30T22:57:40.506Z[ helios-setup] Oct 30 22:57:39.164 INFO E| Finished `release` profile [optimized] target(s) in 6m 39s
29512024-10-30T22:57:40.640Z[ helios-setup] Oct 30 22:57:39.299 INFO building project "pilot" ok (399 seconds)
29522024-10-30T22:57:40.640Z[ helios-setup] Oct 30 22:57:39.299 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
29532024-10-30T22:57:40.643Z[ helios-setup] Oct 30 22:57:39.299 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
29542024-10-30T22:57:40.965Z[ helios-setup] Oct 30 22:57:39.623 INFO E| Downloading crates ...
29552024-10-30T22:57:41.158Z[ helios-setup] Oct 30 22:57:39.817 INFO E| Downloaded miniz_oxide v0.7.2
29562024-10-30T22:57:41.258Z[ helios-setup] Oct 30 22:57:39.916 INFO E| Compiling adler v1.0.2
29572024-10-30T22:57:41.404Z[ helios-setup] Oct 30 22:57:40.062 INFO E| Compiling miniz_oxide v0.7.2
29582024-10-30T22:57:42.577Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29592024-10-30T22:57:44.167Z[ helios-setup] Oct 30 22:57:42.825 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
29602024-10-30T22:57:45.705Z[ helios-setup] Oct 30 22:57:44.363 INFO E| Finished `release` profile [optimized] target(s) in 4.96s
29612024-10-30T22:57:45.715Z[ helios-setup] Oct 30 22:57:44.374 INFO building project "pinprick" ok (5 seconds)
29622024-10-30T22:57:45.715Z[ helios-setup] Oct 30 22:57:44.374 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
29632024-10-30T22:57:45.718Z[ helios-setup] Oct 30 22:57:44.374 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
29642024-10-30T22:57:45.747Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29652024-10-30T22:57:45.931Z[ helios-setup] Oct 30 22:57:44.589 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
29662024-10-30T22:57:46.321Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29672024-10-30T22:57:46.525Z[ helios-setup] Oct 30 22:57:45.183 INFO E| From https://github.com/jclulow/rust-jmclib
29682024-10-30T22:57:46.525Z[ helios-setup] Oct 30 22:57:45.183 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
29692024-10-30T22:57:46.544Z[ helios-setup] Oct 30 22:57:45.202 INFO E| Updating crates.io index
29702024-10-30T22:57:46.674Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29712024-10-30T22:57:46.744Z[ helios-setup] Oct 30 22:57:45.402 INFO E| Downloading crates ...
29722024-10-30T22:57:46.841Z[ helios-setup] Oct 30 22:57:45.499 INFO E| Downloaded sha-1 v0.9.8
29732024-10-30T22:57:46.845Z[ helios-setup] Oct 30 22:57:45.504 INFO E| Downloaded anyhow v1.0.72
29742024-10-30T22:57:46.852Z[ helios-setup] Oct 30 22:57:45.511 INFO E| Downloaded unicode-ident v1.0.11
29752024-10-30T22:57:46.858Z[ helios-setup] Oct 30 22:57:45.516 INFO E| Downloaded opaque-debug v0.3.0
29762024-10-30T22:57:46.861Z[ helios-setup] Oct 30 22:57:45.518 INFO E| Downloaded block-buffer v0.9.0
29772024-10-30T22:57:46.863Z[ helios-setup] Oct 30 22:57:45.519 INFO E| Downloaded libdevinfo-sys v1.0.0
29782024-10-30T22:57:46.863Z[ helios-setup] Oct 30 22:57:45.521 INFO E| Downloaded md-5 v0.9.1
29792024-10-30T22:57:46.865Z[ helios-setup] Oct 30 22:57:45.523 INFO E| Downloaded itoa v1.0.9
29802024-10-30T22:57:46.867Z[ helios-setup] Oct 30 22:57:45.526 INFO E| Downloaded getrandom v0.2.10
29812024-10-30T22:57:46.872Z[ helios-setup] Oct 30 22:57:45.531 INFO E| Downloaded fastrand v2.0.0
29822024-10-30T22:57:46.875Z[ helios-setup] Oct 30 22:57:45.533 INFO E| Downloaded quote v1.0.31
29832024-10-30T22:57:46.879Z[ helios-setup] Oct 30 22:57:45.538 INFO E| Downloaded once_cell v1.18.0
29842024-10-30T22:57:46.884Z[ helios-setup] Oct 30 22:57:45.542 INFO E| Downloaded uuid v0.8.2
29852024-10-30T22:57:46.890Z[ helios-setup] Oct 30 22:57:45.548 INFO E| Downloaded tempfile v3.7.0
29862024-10-30T22:57:46.894Z[ helios-setup] Oct 30 22:57:45.553 INFO E| Downloaded proc-macro2 v1.0.66
29872024-10-30T22:57:46.898Z[ helios-setup] Oct 30 22:57:45.557 INFO E| Downloaded serde_derive v1.0.193
29882024-10-30T22:57:46.902Z[ helios-setup] Oct 30 22:57:45.561 INFO E| Downloaded serde v1.0.193
29892024-10-30T22:57:46.906Z[ helios-setup] Oct 30 22:57:45.565 INFO E| Downloaded ryu v1.0.15
29902024-10-30T22:57:46.910Z[ helios-setup] Oct 30 22:57:45.569 INFO E| Downloaded bitflags v2.3.3
29912024-10-30T22:57:46.913Z[ helios-setup] Oct 30 22:57:45.572 INFO E| Downloaded digest v0.9.0
29922024-10-30T22:57:46.916Z[ helios-setup] Oct 30 22:57:45.574 INFO E| Downloaded cpufeatures v0.2.9
29932024-10-30T22:57:46.944Z[ helios-setup] Oct 30 22:57:45.602 INFO E| Downloaded serde_json v1.0.103
29942024-10-30T22:57:46.956Z[ helios-setup] Oct 30 22:57:45.614 INFO E| Downloaded syn v2.0.32
29952024-10-30T22:57:46.993Z[ helios-setup] Oct 30 22:57:45.648 INFO E| Downloaded rustix v0.38.4
29962024-10-30T22:57:47.033Z[ helios-setup] Oct 30 22:57:45.692 INFO E| Downloaded libc v0.2.147
29972024-10-30T22:57:47.045Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29982024-10-30T22:57:47.369Z[ helios-setup] Oct 30 22:57:46.027 INFO E| Compiling libc v0.2.147
29992024-10-30T22:57:47.369Z[ helios-setup] Oct 30 22:57:46.027 INFO E| Compiling proc-macro2 v1.0.66
30002024-10-30T22:57:47.372Z[ helios-setup] Oct 30 22:57:46.027 INFO E| Compiling cfg-if v1.0.0
30012024-10-30T22:57:47.372Z[ helios-setup] Oct 30 22:57:46.027 INFO E| Compiling unicode-ident v1.0.11
30022024-10-30T22:57:47.372Z[ helios-setup] Oct 30 22:57:46.027 INFO E| Compiling version_check v0.9.4
30032024-10-30T22:57:47.372Z[ helios-setup] Oct 30 22:57:46.028 INFO E| Compiling typenum v1.16.0
30042024-10-30T22:57:47.372Z[ helios-setup] Oct 30 22:57:46.028 INFO E| Compiling serde v1.0.193
30052024-10-30T22:57:47.372Z[ helios-setup] Oct 30 22:57:46.028 INFO E| Compiling time-core v0.1.2
30062024-10-30T22:57:47.457Z[ host-package] Compiling unicode-truncate v1.1.0
30072024-10-30T22:57:47.909Z[ host-package] Compiling hashlink v0.9.1
30082024-10-30T22:57:48.036Z[ helios-setup] Oct 30 22:57:46.694 INFO E| Compiling slog v2.7.0
30092024-10-30T22:57:48.114Z[ helios-setup] Oct 30 22:57:46.772 INFO E| Compiling num-conv v0.1.0
30102024-10-30T22:57:48.118Z[ helios-setup] Oct 30 22:57:46.777 INFO E| Compiling rustix v0.38.4
30112024-10-30T22:57:48.459Z[ helios-setup] Oct 30 22:57:47.118 INFO E| Compiling powerfmt v0.2.0
30122024-10-30T22:57:48.649Z[ helios-setup] Oct 30 22:57:47.308 INFO E| Compiling itoa v1.0.9
30132024-10-30T22:57:49.035Z[ helios-setup] Oct 30 22:57:47.693 INFO E| Compiling deranged v0.3.11
30142024-10-30T22:57:49.315Z[ helios-setup] Oct 30 22:57:47.973 INFO E| Compiling generic-array v0.14.7
30152024-10-30T22:57:49.354Z[ helios-setup] Oct 30 22:57:48.012 INFO E| Compiling time-macros v0.2.18
30162024-10-30T22:57:49.359Z[ helios-setup] Oct 30 22:57:48.017 INFO E| Compiling once_cell v1.18.0
30172024-10-30T22:57:49.767Z[ host-package] Compiling tungstenite v0.23.0
30182024-10-30T22:57:49.998Z[ helios-setup] Oct 30 22:57:48.657 INFO E| Compiling quote v1.0.31
30192024-10-30T22:57:50.470Z[ helios-setup] Oct 30 22:57:49.128 INFO E| Compiling bitflags v2.3.3
30202024-10-30T22:57:50.599Z[ helios-setup] Oct 30 22:57:49.258 INFO E| Compiling num_threads v0.1.6
30212024-10-30T22:57:50.991Z[ helios-setup] Oct 30 22:57:49.649 INFO E| Compiling syn v2.0.32
30222024-10-30T22:57:51.134Z[ helios-setup] Oct 30 22:57:49.792 INFO E| Compiling thread_local v1.1.7
30232024-10-30T22:57:51.447Z[ helios-setup] Oct 30 22:57:50.090 INFO E| Compiling serde_json v1.0.103
30242024-10-30T22:57:52.292Z[ host-package] Compiling lru v0.12.5
30252024-10-30T22:57:52.401Z[ helios-setup] Oct 30 22:57:51.059 INFO E| Compiling dirs-sys-next v0.1.2
30262024-10-30T22:57:52.701Z[ helios-setup] Oct 30 22:57:51.359 INFO E| Compiling errno v0.3.1
30272024-10-30T22:57:52.730Z[ helios-setup] Oct 30 22:57:51.388 INFO E| Compiling atty v0.2.14
30282024-10-30T22:57:53.006Z[ helios-setup] Oct 30 22:57:51.664 INFO E| Compiling dirs-next v2.0.0
30292024-10-30T22:57:53.167Z[ helios-setup] Oct 30 22:57:51.825 INFO E| Compiling anyhow v1.0.72
30302024-10-30T22:57:53.188Z[ host-package] Compiling instability v0.3.2
30312024-10-30T22:57:53.194Z[ helios-setup] Oct 30 22:57:51.852 INFO E| Compiling opaque-debug v0.3.0
30322024-10-30T22:57:53.281Z[ helios-setup] Oct 30 22:57:51.939 INFO E| Compiling term v0.7.0
30332024-10-30T22:57:53.690Z[ helios-setup] Oct 30 22:57:52.348 INFO E| Compiling fastrand v2.0.0
30342024-10-30T22:57:53.756Z[ helios-setup] Oct 30 22:57:52.413 INFO E| Compiling getrandom v0.2.10
30352024-10-30T22:57:54.521Z[ helios-setup] Oct 30 22:57:53.179 INFO E| Compiling digest v0.9.0
30362024-10-30T22:57:54.646Z[ helios-setup] Oct 30 22:57:53.304 INFO E| Compiling block-buffer v0.9.0
30372024-10-30T22:57:54.740Z[ helios-setup] Oct 30 22:57:53.398 INFO E| Compiling ryu v1.0.15
30382024-10-30T22:57:54.993Z[ helios-setup] Oct 30 22:57:53.651 INFO E| Compiling same-file v1.0.6
30392024-10-30T22:57:55.020Z[ helios-setup] Oct 30 22:57:53.678 INFO E| Compiling time v0.3.36
30402024-10-30T22:57:55.131Z[ helios-setup] Oct 30 22:57:53.789 INFO E| Compiling unicode-width v0.1.10
30412024-10-30T22:57:55.136Z[ helios-setup] Oct 30 22:57:53.794 INFO E| Compiling cpufeatures v0.2.9
30422024-10-30T22:57:55.231Z[ helios-setup] Oct 30 22:57:53.889 INFO E| Compiling sha-1 v0.9.8
30432024-10-30T22:57:55.374Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
30442024-10-30T22:57:55.429Z[ helios-setup] Oct 30 22:57:54.088 INFO E| Compiling getopts v0.2.21
30452024-10-30T22:57:55.435Z[ helios-setup] Oct 30 22:57:54.093 INFO E| Compiling walkdir v2.3.3
30462024-10-30T22:57:55.779Z[ helios-setup] Oct 30 22:57:54.437 INFO E| Compiling md-5 v0.9.1
30472024-10-30T22:57:56.113Z[ host-package] Compiling fallible-iterator v0.3.0
30482024-10-30T22:57:56.573Z[ helios-setup] Oct 30 22:57:55.232 INFO E| Compiling tempfile v3.7.0
30492024-10-30T22:57:56.942Z[ helios-setup] Oct 30 22:57:55.600 INFO E| Compiling libdevinfo-sys v1.0.0
30502024-10-30T22:57:57.217Z[ helios-setup] Oct 30 22:57:55.875 INFO E| Compiling glob v0.3.1
30512024-10-30T22:57:58.001Z[ host-package] Compiling cassowary v0.3.0
30522024-10-30T22:57:58.925Z[ helios-setup] Oct 30 22:57:57.583 INFO E| Compiling slog-term v2.9.0
30532024-10-30T22:57:59.454Z[ host-package] Compiling ratatui v0.28.1
30542024-10-30T22:58:00.160Z[ host-package] Compiling rusqlite v0.32.1
30552024-10-30T22:58:00.258Z[ helios-setup] Oct 30 22:57:58.916 INFO E| Compiling serde_derive v1.0.193
30562024-10-30T22:58:00.813Z[ host-package] Compiling tokio-tungstenite v0.23.1
30572024-10-30T22:58:01.800Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30582024-10-30T22:58:09.845Z[ host-package] Compiling tokio-rustls v0.24.1
30592024-10-30T22:58:10.393Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
30602024-10-30T22:58:15.892Z[ helios-setup] Oct 30 22:58:14.549 INFO E| Compiling toml v0.5.11
30612024-10-30T22:58:15.894Z[ helios-setup] Oct 30 22:58:14.550 INFO E| Compiling uuid v0.8.2
30622024-10-30T22:58:18.200Z[ helios-setup] Oct 30 22:58:16.858 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
30632024-10-30T22:58:21.268Z[ helios-setup] Oct 30 22:58:19.851 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
30642024-10-30T22:58:21.927Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
30652024-10-30T22:58:23.250Z[ host-package] Compiling rustls-pemfile v1.0.4
30662024-10-30T22:58:24.150Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30672024-10-30T22:58:24.656Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30682024-10-30T22:58:27.378Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
30692024-10-30T22:58:27.615Z[ host-package] Compiling signal-hook-tokio v0.3.1
30702024-10-30T22:58:27.907Z[ host-package] Compiling twox-hash v1.6.3
30712024-10-30T22:58:29.080Z[ host-package] Compiling is_ci v1.2.0
30722024-10-30T22:58:29.871Z[ host-package] Compiling unicode-linebreak v0.1.5
30732024-10-30T22:58:30.105Z[ host-package] Compiling smawk v0.3.2
30742024-10-30T22:58:30.432Z[ host-package] Compiling supports-color v3.0.1
30752024-10-30T22:58:30.924Z[ host-package] Compiling textwrap v0.16.1
30762024-10-30T22:58:32.854Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
30772024-10-30T22:58:33.768Z[ helios-setup] Oct 30 22:58:32.426 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.96s
30782024-10-30T22:58:33.803Z[ helios-setup] Oct 30 22:58:32.460 INFO building project "image-builder" ok (48 seconds)
30792024-10-30T22:58:33.803Z[ helios-setup] Oct 30 22:58:32.460 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
30802024-10-30T22:58:33.806Z[ helios-setup] Oct 30 22:58:32.460 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
30812024-10-30T22:58:33.813Z[ helios-setup] Oct 30 22:58:32.471 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
30822024-10-30T22:58:34.060Z[ helios-setup] Oct 30 22:58:32.717 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
30832024-10-30T22:58:34.060Z[ helios-setup] Oct 30 22:58:32.717 INFO E| info: downloading component 'cargo'
30842024-10-30T22:58:34.760Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
30852024-10-30T22:58:35.908Z[ helios-setup] Oct 30 22:58:34.565 INFO E| info: downloading component 'clippy'
30862024-10-30T22:58:36.156Z[ helios-setup] Oct 30 22:58:34.813 INFO E| info: downloading component 'rust-docs'
30872024-10-30T22:58:36.672Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
30882024-10-30T22:58:37.427Z[ helios-setup] Oct 30 22:58:36.084 INFO E| info: downloading component 'rust-src'
30892024-10-30T22:58:37.626Z[ helios-setup] Oct 30 22:58:36.284 INFO E| info: downloading component 'rust-std'
30902024-10-30T22:58:39.576Z[ helios-setup] Oct 30 22:58:38.233 INFO E| info: downloading component 'rustc'
30912024-10-30T22:58:42.674Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30922024-10-30T22:58:44.171Z[ helios-setup] Oct 30 22:58:42.828 INFO E| info: downloading component 'rustfmt'
30932024-10-30T22:58:45.089Z[ helios-setup] Oct 30 22:58:43.746 INFO E| info: installing component 'cargo'
30942024-10-30T22:58:46.526Z[ helios-setup] Oct 30 22:58:45.183 INFO E| info: installing component 'clippy'
30952024-10-30T22:58:47.058Z[ helios-setup] Oct 30 22:58:45.715 INFO E| info: installing component 'rust-docs'
30962024-10-30T22:58:47.893Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
30972024-10-30T22:58:48.893Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30982024-10-30T22:58:49.590Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
30992024-10-30T22:58:51.874Z[ helios-setup] Oct 30 22:58:50.531 INFO E| info: installing component 'rust-src'
31002024-10-30T22:58:52.529Z[ helios-setup] Oct 30 22:58:51.186 INFO E| info: installing component 'rust-std'
31012024-10-30T22:58:53.382Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31022024-10-30T22:58:55.061Z[ helios-setup] Oct 30 22:58:53.718 INFO E| info: installing component 'rustc'
31032024-10-30T22:59:01.033Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31042024-10-30T22:59:01.577Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
31052024-10-30T22:59:01.969Z[ helios-setup] Oct 30 22:59:00.625 INFO E| info: installing component 'rustfmt'
31062024-10-30T22:59:03.066Z[ helios-setup] Oct 30 22:59:01.722 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
31072024-10-30T22:59:03.146Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31082024-10-30T22:59:03.999Z[ helios-setup] Oct 30 22:59:02.655 INFO E| From https://github.com/oxidecomputer/amd-apcb
31092024-10-30T22:59:03.999Z[ helios-setup] Oct 30 22:59:02.655 INFO E| * [new ref] b03d2a56394ae20a428eaaa7f37be79733cd6927 -> refs/commit/b03d2a56394ae20a428eaaa7f37be79733cd6927
31102024-10-30T22:59:04.001Z[ helios-setup] Oct 30 22:59:02.655 INFO E| * [new tag] v0.4.1 -> v0.4.1
31112024-10-30T22:59:04.029Z[ helios-setup] Oct 30 22:59:02.686 INFO E| * [new tag] v0.1.3 -> v0.1.3
31122024-10-30T22:59:04.030Z[ helios-setup] Oct 30 22:59:02.686 INFO E| * [new tag] v0.1.4 -> v0.1.4
31132024-10-30T22:59:04.032Z[ helios-setup] Oct 30 22:59:02.686 INFO E| * [new tag] v0.1.5 -> v0.1.5
31142024-10-30T22:59:04.032Z[ helios-setup] Oct 30 22:59:02.686 INFO E| * [new tag] v0.2.0 -> v0.2.0
31152024-10-30T22:59:04.032Z[ helios-setup] Oct 30 22:59:02.687 INFO E| * [new tag] v0.3.0 -> v0.3.0
31162024-10-30T22:59:04.032Z[ helios-setup] Oct 30 22:59:02.687 INFO E| * [new tag] v0.3.1 -> v0.3.1
31172024-10-30T22:59:04.032Z[ helios-setup] Oct 30 22:59:02.687 INFO E| * [new tag] v0.3.2 -> v0.3.2
31182024-10-30T22:59:04.032Z[ helios-setup] Oct 30 22:59:02.687 INFO E| * [new tag] v0.3.3 -> v0.3.3
31192024-10-30T22:59:04.032Z[ helios-setup] Oct 30 22:59:02.687 INFO E| * [new tag] v0.4.0 -> v0.4.0
31202024-10-30T22:59:04.066Z[ helios-setup] Oct 30 22:59:02.723 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
31212024-10-30T22:59:05.032Z[ helios-setup] Oct 30 22:59:03.689 INFO E| From https://github.com/oxidecomputer/amd-efs
31222024-10-30T22:59:05.032Z[ helios-setup] Oct 30 22:59:03.689 INFO E| * [new branch] empty -> origin/empty
31232024-10-30T22:59:05.035Z[ helios-setup] Oct 30 22:59:03.689 INFO E| * [new branch] issue-99 -> origin/issue-99
31242024-10-30T22:59:05.035Z[ helios-setup] Oct 30 22:59:03.689 INFO E| * [new branch] main -> origin/main
31252024-10-30T22:59:05.035Z[ helios-setup] Oct 30 22:59:03.689 INFO E| * [new branch] review -> origin/review
31262024-10-30T22:59:05.035Z[ helios-setup] Oct 30 22:59:03.690 INFO E| * [new ref] -> origin/HEAD
31272024-10-30T22:59:05.035Z[ helios-setup] Oct 30 22:59:03.690 INFO E| * [new tag] v0.2.0 -> v0.2.0
31282024-10-30T22:59:05.035Z[ helios-setup] Oct 30 22:59:03.690 INFO E| * [new tag] v0.2.1 -> v0.2.1
31292024-10-30T22:59:05.035Z[ helios-setup] Oct 30 22:59:03.690 INFO E| * [new tag] v0.2.2 -> v0.2.2
31302024-10-30T22:59:05.035Z[ helios-setup] Oct 30 22:59:03.690 INFO E| * [new tag] v0.2.3 -> v0.2.3
31312024-10-30T22:59:05.035Z[ helios-setup] Oct 30 22:59:03.691 INFO E| * [new tag] v0.2.4 -> v0.2.4
31322024-10-30T22:59:05.035Z[ helios-setup] Oct 30 22:59:03.691 INFO E| * [new tag] v0.2.5 -> v0.2.5
31332024-10-30T22:59:05.035Z[ helios-setup] Oct 30 22:59:03.691 INFO E| * [new tag] v0.2.6 -> v0.2.6
31342024-10-30T22:59:05.035Z[ helios-setup] Oct 30 22:59:03.691 INFO E| * [new tag] v0.2.7 -> v0.2.7
31352024-10-30T22:59:05.035Z[ helios-setup] Oct 30 22:59:03.691 INFO E| * [new tag] v0.3.0 -> v0.3.0
31362024-10-30T22:59:05.035Z[ helios-setup] Oct 30 22:59:03.692 INFO E| * [new tag] v0.3.1 -> v0.3.1
31372024-10-30T22:59:05.038Z[ helios-setup] Oct 30 22:59:03.692 INFO E| * [new tag] v0.4.0 -> v0.4.0
31382024-10-30T22:59:05.038Z[ helios-setup] Oct 30 22:59:03.692 INFO E| * [new tag] v0.4.1 -> v0.4.1
31392024-10-30T22:59:05.060Z[ helios-setup] Oct 30 22:59:03.716 INFO E| Updating crates.io index
31402024-10-30T22:59:05.251Z[ helios-setup] Oct 30 22:59:03.907 INFO E| Downloading crates ...
31412024-10-30T22:59:05.466Z[ helios-setup] Oct 30 22:59:04.123 INFO E| Downloaded unic-char-range v0.9.0
31422024-10-30T22:59:05.469Z[ helios-setup] Oct 30 22:59:04.125 INFO E| Downloaded pest_generator v2.7.13
31432024-10-30T22:59:05.471Z[ helios-setup] Oct 30 22:59:04.127 INFO E| Downloaded parse_int v0.6.0
31442024-10-30T22:59:05.471Z[ helios-setup] Oct 30 22:59:04.127 INFO E| Downloaded modular-bitfield-impl v0.11.2
31452024-10-30T22:59:05.481Z[ helios-setup] Oct 30 22:59:04.138 INFO E| Downloaded rustc_version v0.2.3
31462024-10-30T22:59:05.484Z[ helios-setup] Oct 30 22:59:04.140 INFO E| Downloaded strum_macros v0.23.1
31472024-10-30T22:59:05.486Z[ helios-setup] Oct 30 22:59:04.142 INFO E| Downloaded pre-proc-macro v0.2.1
31482024-10-30T22:59:05.488Z[ helios-setup] Oct 30 22:59:04.145 INFO E| Downloaded ansi_term v0.12.1
31492024-10-30T22:59:05.491Z[ helios-setup] Oct 30 22:59:04.148 INFO E| Downloaded structopt v0.3.26
31502024-10-30T22:59:05.503Z[ helios-setup] Oct 30 22:59:04.160 INFO E| Downloaded fletcher v0.1.0
31512024-10-30T22:59:05.506Z[ helios-setup] Oct 30 22:59:04.161 INFO E| Downloaded memoffset v0.5.6
31522024-10-30T22:59:05.510Z[ helios-setup] Oct 30 22:59:04.163 INFO E| Downloaded scroll_derive v0.10.5
31532024-10-30T22:59:05.516Z[ helios-setup] Oct 30 22:59:04.173 INFO E| Downloaded unic-ucd-version v0.9.0
31542024-10-30T22:59:05.519Z[ helios-setup] Oct 30 22:59:04.174 INFO E| Downloaded unic-common v0.9.0
31552024-10-30T22:59:05.519Z[ helios-setup] Oct 30 22:59:04.175 INFO E| Downloaded unic-char-property v0.9.0
31562024-10-30T22:59:05.521Z[ helios-setup] Oct 30 22:59:04.177 INFO E| Downloaded four-cc v0.3.0
31572024-10-30T22:59:05.524Z[ helios-setup] Oct 30 22:59:04.178 INFO E| Downloaded vec_map v0.8.2
31582024-10-30T22:59:05.524Z[ helios-setup] Oct 30 22:59:04.180 INFO E| Downloaded textwrap v0.11.0
31592024-10-30T22:59:05.526Z[ helios-setup] Oct 30 22:59:04.182 INFO E| Downloaded structopt-derive v0.4.18
31602024-10-30T22:59:05.529Z[ helios-setup] Oct 30 22:59:04.184 INFO E| Downloaded once_cell v1.20.1
31612024-10-30T22:59:05.531Z[ helios-setup] Oct 30 22:59:04.188 INFO E| Downloaded unic-ucd-ident v0.9.0
31622024-10-30T22:59:05.534Z[ helios-setup] Oct 30 22:59:04.190 INFO E| Downloaded scroll v0.10.2
31632024-10-30T22:59:05.536Z[ helios-setup] Oct 30 22:59:04.193 INFO E| Downloaded pest_meta v2.7.13
31642024-10-30T22:59:05.540Z[ helios-setup] Oct 30 22:59:04.196 INFO E| Downloaded pest_derive v2.7.13
31652024-10-30T22:59:05.542Z[ helios-setup] Oct 30 22:59:04.199 INFO E| Downloaded pest v2.7.13
31662024-10-30T22:59:05.549Z[ helios-setup] Oct 30 22:59:04.206 INFO E| Downloaded goblin v0.4.3
31672024-10-30T22:59:05.556Z[ helios-setup] Oct 30 22:59:04.213 INFO E| Downloaded modular-bitfield v0.11.2
31682024-10-30T22:59:05.574Z[ helios-setup] Oct 30 22:59:04.230 INFO E| Downloaded strsim v0.8.0
31692024-10-30T22:59:05.576Z[ helios-setup] Oct 30 22:59:04.232 INFO E| Downloaded semver-parser v0.7.0
31702024-10-30T22:59:05.578Z[ helios-setup] Oct 30 22:59:04.234 INFO E| Downloaded pre v0.2.1
31712024-10-30T22:59:05.579Z[ helios-setup] Oct 30 22:59:04.235 INFO E| Downloaded strum v0.23.0
31722024-10-30T22:59:05.581Z[ helios-setup] Oct 30 22:59:04.236 INFO E| Downloaded proc-macro-crate v0.1.5
31732024-10-30T22:59:05.581Z[ helios-setup] Oct 30 22:59:04.237 INFO E| Downloaded cfg-if v0.1.10
31742024-10-30T22:59:05.584Z[ helios-setup] Oct 30 22:59:04.239 INFO E| Downloaded bytesize v1.3.0
31752024-10-30T22:59:05.586Z[ helios-setup] Oct 30 22:59:04.241 INFO E| Downloaded clap v2.34.0
31762024-10-30T22:59:05.595Z[ helios-setup] Oct 30 22:59:04.251 INFO E| Downloaded semver v0.9.0
31772024-10-30T22:59:05.691Z[ helios-setup] Oct 30 22:59:04.347 INFO E| Compiling proc-macro2 v1.0.86
31782024-10-30T22:59:05.694Z[ helios-setup] Oct 30 22:59:04.347 INFO E| Compiling unicode-ident v1.0.13
31792024-10-30T22:59:05.694Z[ helios-setup] Oct 30 22:59:04.348 INFO E| Compiling syn v1.0.109
31802024-10-30T22:59:05.694Z[ helios-setup] Oct 30 22:59:04.348 INFO E| Compiling version_check v0.9.5
31812024-10-30T22:59:05.694Z[ helios-setup] Oct 30 22:59:04.348 INFO E| Compiling memchr v2.7.4
31822024-10-30T22:59:05.694Z[ helios-setup] Oct 30 22:59:04.348 INFO E| Compiling thiserror v1.0.64
31832024-10-30T22:59:05.694Z[ helios-setup] Oct 30 22:59:04.348 INFO E| Compiling autocfg v1.4.0
31842024-10-30T22:59:05.694Z[ helios-setup] Oct 30 22:59:04.348 INFO E| Compiling semver-parser v0.7.0
31852024-10-30T22:59:06.569Z[ helios-setup] Oct 30 22:59:05.226 INFO E| Compiling semver v0.9.0
31862024-10-30T22:59:07.178Z[ helios-setup] Oct 30 22:59:05.835 INFO E| Compiling proc-macro-error-attr v1.0.4
31872024-10-30T22:59:07.205Z[ helios-setup] Oct 30 22:59:05.861 INFO E| Compiling serde v1.0.210
31882024-10-30T22:59:07.548Z[ helios-setup] Oct 30 22:59:06.205 INFO E| Compiling proc-macro-error v1.0.4
31892024-10-30T22:59:07.771Z[ helios-setup] Oct 30 22:59:06.427 INFO E| Compiling rustc_version v0.2.3
31902024-10-30T22:59:08.084Z[ helios-setup] Oct 30 22:59:06.741 INFO E| Compiling serde_json v1.0.128
31912024-10-30T22:59:08.167Z[ helios-setup] Oct 30 22:59:06.824 INFO E| Compiling num-traits v0.2.19
31922024-10-30T22:59:08.228Z[ helios-setup] Oct 30 22:59:06.884 INFO E| Compiling ryu v1.0.18
31932024-10-30T22:59:08.657Z[ helios-setup] Oct 30 22:59:07.313 INFO E| Compiling schemars v0.8.21
31942024-10-30T22:59:08.659Z[ helios-setup] Oct 30 22:59:07.313 INFO E| Compiling itoa v1.0.11
31952024-10-30T22:59:08.740Z[ helios-setup] Oct 30 22:59:07.397 INFO E| Compiling quote v1.0.37
31962024-10-30T22:59:09.026Z[ helios-setup] Oct 30 22:59:07.680 INFO E| Compiling unicode-segmentation v1.12.0
31972024-10-30T22:59:09.080Z[ helios-setup] Oct 30 22:59:07.737 INFO E| Compiling pre-proc-macro v0.2.1
31982024-10-30T22:59:09.387Z[ helios-setup] Oct 30 22:59:08.043 INFO E| Compiling syn v2.0.79
31992024-10-30T22:59:10.028Z[ helios-setup] Oct 30 22:59:08.684 INFO E| Compiling memoffset v0.5.6
32002024-10-30T22:59:10.242Z[ helios-setup] Oct 30 22:59:08.898 INFO E| Compiling lazy_static v1.5.0
32012024-10-30T22:59:10.408Z[ helios-setup] Oct 30 22:59:09.065 INFO E| Compiling heck v0.3.3
32022024-10-30T22:59:10.704Z[ helios-setup] Oct 30 22:59:09.360 INFO E| Compiling paste v1.0.15
32032024-10-30T22:59:10.975Z[ helios-setup] Oct 30 22:59:09.631 INFO E| Compiling dyn-clone v1.0.17
32042024-10-30T22:59:11.048Z[ helios-setup] Oct 30 22:59:09.705 INFO E| Compiling rustversion v1.0.17
32052024-10-30T22:59:11.066Z[ helios-setup] Oct 30 22:59:09.722 INFO E| Compiling ucd-trie v0.1.7
32062024-10-30T22:59:11.719Z[ helios-setup] Oct 30 22:59:10.375 INFO E| Compiling libc v0.2.159
32072024-10-30T22:59:12.069Z[ helios-setup] Oct 30 22:59:10.726 INFO E| Compiling pre v0.2.1
32082024-10-30T22:59:12.723Z[ helios-setup] Oct 30 22:59:11.379 INFO E| Compiling once_cell v1.20.1
32092024-10-30T22:59:12.760Z[ helios-setup] Oct 30 22:59:11.416 INFO E| Compiling byteorder v1.5.0
32102024-10-30T22:59:12.999Z[ helios-setup] Oct 30 22:59:11.655 INFO E| Compiling cfg-if v0.1.10
32112024-10-30T22:59:13.070Z[ helios-setup] Oct 30 22:59:11.726 INFO E| Compiling static_assertions v1.1.0
32122024-10-30T22:59:13.953Z[ helios-setup] Oct 30 22:59:12.609 INFO E| Compiling unicode-width v0.1.14
32132024-10-30T22:59:14.902Z[ helios-setup] Oct 30 22:59:13.557 INFO E| Compiling textwrap v0.11.0
32142024-10-30T22:59:14.936Z[ helios-setup] Oct 30 22:59:13.592 INFO E| Compiling atty v0.2.14
32152024-10-30T22:59:15.161Z[ helios-setup] Oct 30 22:59:13.818 INFO E| Compiling ansi_term v0.12.1
32162024-10-30T22:59:15.590Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32172024-10-30T22:59:15.986Z[ helios-setup] Oct 30 22:59:14.642 INFO E| Compiling fletcher v0.1.0
32182024-10-30T22:59:16.195Z[ helios-setup] Oct 30 22:59:14.852 INFO E| Compiling parse_int v0.6.0
32192024-10-30T22:59:16.217Z[ helios-setup] Oct 30 22:59:14.873 INFO E| Compiling bitflags v1.3.2
32202024-10-30T22:59:16.317Z[ helios-setup] Oct 30 22:59:14.971 INFO E| Compiling unic-common v0.9.0
32212024-10-30T22:59:16.409Z[ helios-setup] Oct 30 22:59:15.066 INFO E| Compiling strum v0.23.0
32222024-10-30T22:59:16.478Z[ helios-setup] Oct 30 22:59:15.134 INFO E| Compiling vec_map v0.8.2
32232024-10-30T22:59:16.628Z[ helios-setup] Oct 30 22:59:15.284 INFO E| Compiling strsim v0.8.0
32242024-10-30T22:59:16.677Z[ helios-setup] Oct 30 22:59:15.334 INFO E| Compiling unic-char-range v0.9.0
32252024-10-30T22:59:16.692Z[ helios-setup] Oct 30 22:59:15.348 INFO E| Compiling unic-ucd-version v0.9.0
32262024-10-30T22:59:16.798Z[ helios-setup] Oct 30 22:59:15.454 INFO E| Compiling log v0.4.22
32272024-10-30T22:59:16.981Z[ helios-setup] Oct 30 22:59:15.637 INFO E| Compiling unic-char-property v0.9.0
32282024-10-30T22:59:17.070Z[ helios-setup] Oct 30 22:59:15.726 INFO E| Compiling clap v2.34.0
32292024-10-30T22:59:17.113Z[ helios-setup] Oct 30 22:59:15.769 INFO E| Compiling plain v0.2.3
32302024-10-30T22:59:17.129Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32312024-10-30T22:59:17.268Z[ helios-setup] Oct 30 22:59:15.924 INFO E| Compiling unic-ucd-ident v0.9.0
32322024-10-30T22:59:17.349Z[ helios-setup] Oct 30 22:59:16.005 INFO E| Compiling bytesize v1.3.0
32332024-10-30T22:59:18.601Z[ helios-setup] Oct 30 22:59:17.256 INFO E| Compiling serde_derive_internals v0.29.1
32342024-10-30T22:59:22.467Z[ helios-setup] Oct 30 22:59:21.124 INFO E| Compiling toml v0.5.11
32352024-10-30T22:59:22.764Z[ host-package] Compiling fatfs v0.3.6
32362024-10-30T22:59:23.310Z[ helios-setup] Oct 30 22:59:21.966 INFO E| Compiling thiserror-impl v1.0.64
32372024-10-30T22:59:23.310Z[ helios-setup] Oct 30 22:59:21.966 INFO E| Compiling serde_derive v1.0.210
32382024-10-30T22:59:23.310Z[ helios-setup] Oct 30 22:59:21.966 INFO E| Compiling schemars_derive v0.8.21
32392024-10-30T22:59:23.314Z[ host-package] Compiling rtoolbox v0.0.2
32402024-10-30T22:59:23.959Z[ helios-setup] Oct 30 22:59:22.615 INFO E| Compiling zerocopy-derive v0.6.6
32412024-10-30T22:59:24.141Z[ host-package] Compiling assert_matches v1.5.0
32422024-10-30T22:59:24.461Z[ host-package] Compiling rpassword v7.3.1
32432024-10-30T22:59:26.805Z[ helios-setup] Oct 30 22:59:25.460 INFO E| Compiling proc-macro-crate v0.1.5
32442024-10-30T22:59:27.653Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32452024-10-30T22:59:27.703Z[ helios-setup] Oct 30 22:59:26.359 INFO E| Compiling zerocopy v0.6.6
32462024-10-30T22:59:28.309Z[ helios-setup] Oct 30 22:59:26.965 INFO E| Compiling num-derive v0.4.2
32472024-10-30T22:59:29.208Z[ helios-setup] Oct 30 22:59:27.864 INFO E| Compiling pest v2.7.13
32482024-10-30T22:59:31.644Z[ helios-setup] Oct 30 22:59:30.300 INFO E| Compiling modular-bitfield-impl v0.11.2
32492024-10-30T22:59:32.101Z[ helios-setup] Oct 30 22:59:30.756 INFO E| Compiling scroll_derive v0.10.5
32502024-10-30T22:59:32.716Z[ helios-setup] Oct 30 22:59:31.371 INFO E| Compiling strum_macros v0.23.1
32512024-10-30T22:59:34.625Z[ helios-setup] Oct 30 22:59:33.281 INFO E| Compiling pest_meta v2.7.13
32522024-10-30T22:59:35.148Z[ helios-setup] Oct 30 22:59:33.804 INFO E| Compiling scroll v0.10.2
32532024-10-30T22:59:36.183Z[ helios-setup] Oct 30 22:59:34.838 INFO E| Compiling structopt-derive v0.4.18
32542024-10-30T22:59:36.717Z[ helios-setup] Oct 30 22:59:35.373 INFO E| Compiling goblin v0.4.3
32552024-10-30T22:59:37.236Z[ helios-setup] Oct 30 22:59:35.891 INFO E| Compiling modular-bitfield v0.11.2
32562024-10-30T22:59:37.507Z[ helios-setup] Oct 30 22:59:36.162 INFO E| Compiling pest_generator v2.7.13
32572024-10-30T22:59:41.625Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32582024-10-30T22:59:41.820Z[ helios-setup] Oct 30 22:59:40.476 INFO E| Compiling structopt v0.3.26
32592024-10-30T22:59:42.192Z[ helios-setup] Oct 30 22:59:40.848 INFO E| Compiling pest_derive v2.7.13
32602024-10-30T22:59:47.575Z[ helios-setup] Oct 30 22:59:46.231 INFO E| Compiling json5 v0.4.1
32612024-10-30T22:59:53.440Z[ helios-setup] Oct 30 22:59:52.095 INFO E| Compiling four-cc v0.3.0
32622024-10-30T22:59:53.440Z[ helios-setup] Oct 30 22:59:52.095 INFO E| Compiling amd-efs v0.4.1 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.1#15a3cb8d)
32632024-10-30T22:59:53.627Z[ helios-setup] Oct 30 22:59:52.283 INFO E| Compiling amd-apcb v0.4.1 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.1#b03d2a56)
32642024-10-30T22:59:58.319Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32652024-10-30T23:00:06.481Z[ host-package] Compiling tui-tree-widget v0.22.0
32662024-10-30T23:00:07.026Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32672024-10-30T23:00:12.407Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32682024-10-30T23:00:22.428Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
32692024-10-30T23:00:22.995Z[ host-package] Compiling uzers v0.12.1
32702024-10-30T23:00:26.509Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32712024-10-30T23:00:27.889Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32722024-10-30T23:00:30.513Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32732024-10-30T23:00:35.755Z[ helios-setup] Oct 30 23:00:34.409 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
32742024-10-30T23:00:50.709Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32752024-10-30T23:00:54.850Z[ helios-setup] Oct 30 23:00:53.503 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
32762024-10-30T23:01:02.757Z[ host-package] Compiling multimap v0.10.0
32772024-10-30T23:01:47.708Z[ helios-setup] Oct 30 23:01:46.298 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 44s
32782024-10-30T23:01:47.708Z[ helios-setup] Oct 30 23:01:46.335 INFO building project "amd-host-image-builder" ok (193 seconds)
32792024-10-30T23:01:47.708Z[ helios-setup] Oct 30 23:01:46.336 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
32802024-10-30T23:01:47.708Z[ helios-setup] Oct 30 23:01:46.336 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
32812024-10-30T23:01:47.967Z[ helios-setup] Oct 30 23:01:46.619 INFO E| Downloading crates ...
32822024-10-30T23:01:48.050Z[ helios-setup] Oct 30 23:01:46.702 INFO E| Downloaded sha2 v0.10.5
32832024-10-30T23:01:48.060Z[ helios-setup] Oct 30 23:01:46.713 INFO E| Downloaded typenum v1.15.0
32842024-10-30T23:01:48.064Z[ helios-setup] Oct 30 23:01:46.717 INFO E| Downloaded bytes v1.2.1
32852024-10-30T23:01:48.070Z[ helios-setup] Oct 30 23:01:46.723 INFO E| Downloaded digest v0.10.3
32862024-10-30T23:01:48.073Z[ helios-setup] Oct 30 23:01:46.726 INFO E| Downloaded anyhow v1.0.62
32872024-10-30T23:01:48.181Z[ helios-setup] Oct 30 23:01:46.834 INFO E| Compiling version_check v0.9.4
32882024-10-30T23:01:48.182Z[ helios-setup] Oct 30 23:01:46.834 INFO E| Compiling typenum v1.15.0
32892024-10-30T23:01:48.182Z[ helios-setup] Oct 30 23:01:46.834 INFO E| Compiling crc32fast v1.3.2
32902024-10-30T23:01:48.184Z[ helios-setup] Oct 30 23:01:46.834 INFO E| Compiling cfg-if v1.0.0
32912024-10-30T23:01:48.184Z[ helios-setup] Oct 30 23:01:46.834 INFO E| Compiling anyhow v1.0.62
32922024-10-30T23:01:48.184Z[ helios-setup] Oct 30 23:01:46.834 INFO E| Compiling adler v1.0.2
32932024-10-30T23:01:48.184Z[ helios-setup] Oct 30 23:01:46.834 INFO E| Compiling cpufeatures v0.2.5
32942024-10-30T23:01:48.184Z[ helios-setup] Oct 30 23:01:46.835 INFO E| Compiling unicode-width v0.1.10
32952024-10-30T23:01:48.810Z[ helios-setup] Oct 30 23:01:47.463 INFO E| Compiling bytes v1.2.1
32962024-10-30T23:01:49.025Z[ helios-setup] Oct 30 23:01:47.678 INFO E| Compiling getopts v0.2.21
32972024-10-30T23:01:49.104Z[ helios-setup] Oct 30 23:01:47.757 INFO E| Compiling bitflags v1.3.2
32982024-10-30T23:01:49.400Z[ helios-setup] Oct 30 23:01:48.052 INFO E| Compiling miniz_oxide v0.6.2
32992024-10-30T23:01:50.356Z[ helios-setup] Oct 30 23:01:49.008 INFO E| Compiling generic-array v0.14.6
33002024-10-30T23:01:51.222Z[ helios-setup] Oct 30 23:01:49.874 INFO E| Compiling flate2 v1.0.25
33012024-10-30T23:01:54.307Z[ helios-setup] Oct 30 23:01:52.959 INFO E| Compiling crypto-common v0.1.6
33022024-10-30T23:01:54.307Z[ helios-setup] Oct 30 23:01:52.959 INFO E| Compiling block-buffer v0.10.3
33032024-10-30T23:01:54.577Z[ helios-setup] Oct 30 23:01:53.230 INFO E| Compiling digest v0.10.3
33042024-10-30T23:01:54.958Z[ helios-setup] Oct 30 23:01:53.610 INFO E| Compiling sha2 v0.10.5
33052024-10-30T23:01:55.529Z[ helios-setup] Oct 30 23:01:54.181 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
33062024-10-30T23:02:00.743Z[ helios-setup] Oct 30 23:01:59.395 INFO E| Finished `release` profile [optimized] target(s) in 12.95s
33072024-10-30T23:02:00.759Z[ helios-setup] Oct 30 23:01:59.411 INFO building project "bootserver" ok (13 seconds)
33082024-10-30T23:02:00.762Z[ helios-setup] rm -f helios-build
33092024-10-30T23:02:00.765Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
33102024-10-30T23:02:00.767Z[ helios-setup]
33112024-10-30T23:02:00.770Z[ helios-setup] Setup complete! ./helios-build is now available.
33122024-10-30T23:02:00.772Z[ helios-setup]
33132024-10-30T23:02:00.772Z[ helios-setup]
33142024-10-30T23:02:00.772Z[ helios-setup] real 12:08.921572840
33152024-10-30T23:02:00.772Z[ helios-setup] user 28:20.045361715
33162024-10-30T23:02:00.772Z[ helios-setup] sys 3:34.664741616
33172024-10-30T23:02:00.772Z[ helios-setup] trap 1.635777869
33182024-10-30T23:02:00.772Z[ helios-setup] tflt 6.670603114
33192024-10-30T23:02:00.772Z[ helios-setup] dflt 38.083175437
33202024-10-30T23:02:00.772Z[ helios-setup] kflt 0.028705358
33212024-10-30T23:02:00.772Z[ helios-setup] lock 2:06:00.895158817
33222024-10-30T23:02:00.772Z[ helios-setup] slp 3:41:41.947055496
33232024-10-30T23:02:00.772Z[ helios-setup] lat 32:24.543770402
33242024-10-30T23:02:00.772Z[ helios-setup] stop 4:35.826353197
33252024-10-30T23:02:00.775ZOct 30 23:01:59.425 INFO [helios-setup] process exited with exit status: 0 (728.927070982s)
33262024-10-30T23:02:00.775ZOct 30 23:01:59.425 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
33272024-10-30T23:02:00.800Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-09-19-x86_64-unknown-illumos'
33282024-10-30T23:02:01.091Z[ phbl-toolchain] info: latest update on 2024-09-19, rust version 1.83.0-nightly (f79a912d9 2024-09-18)
33292024-10-30T23:02:01.091Z[ phbl-toolchain] info: downloading component 'cargo'
33302024-10-30T23:02:02.607Z[ phbl-toolchain] info: downloading component 'clippy'
33312024-10-30T23:02:03.214Z[ phbl-toolchain] info: downloading component 'llvm-tools'
33322024-10-30T23:02:08.196Z[ phbl-toolchain] info: downloading component 'miri'
33332024-10-30T23:02:09.055Z[ phbl-toolchain] info: downloading component 'rust-docs'
33342024-10-30T23:02:10.307Z[ phbl-toolchain] info: downloading component 'rust-src'
33352024-10-30T23:02:10.698Z[ phbl-toolchain] info: downloading component 'rust-std'
33362024-10-30T23:02:12.729Z[ phbl-toolchain] info: downloading component 'rustc'
33372024-10-30T23:02:20.394Z[ phbl-toolchain] info: downloading component 'rustfmt'
33382024-10-30T23:02:21.284Z[ phbl-toolchain] info: installing component 'cargo'
33392024-10-30T23:02:22.716Z[ phbl-toolchain] info: installing component 'clippy'
33402024-10-30T23:02:23.365Z[ phbl-toolchain] info: installing component 'llvm-tools'
33412024-10-30T23:02:29.515Z[ phbl-toolchain] info: installing component 'miri'
33422024-10-30T23:02:29.937Z[ phbl-toolchain] info: installing component 'rust-docs'
33432024-10-30T23:02:37.986Z[ phbl-toolchain] info: installing component 'rust-src'
33442024-10-30T23:02:38.793Z[ phbl-toolchain] info: installing component 'rust-std'
33452024-10-30T23:02:41.706Z[ phbl-toolchain] info: installing component 'rustc'
33462024-10-30T23:02:51.447Z[ phbl-toolchain] info: installing component 'rustfmt'
33472024-10-30T23:02:52.372Z[ phbl-toolchain] cargo 1.83.0-nightly (a9a418d1a 2024-09-15)
33482024-10-30T23:02:52.375ZOct 30 23:02:51.026 INFO [phbl-toolchain] process exited with exit status: 0 (51.600541374s)
33492024-10-30T23:03:26.889Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33502024-10-30T23:03:36.638Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33512024-10-30T23:12:00.284Z[ host-package] Finished `release` profile [optimized] target(s) in 21m 24s
33522024-10-30T23:13:03.312ZOct 30 23:13:01.948 INFO [host-package] process exited with exit status: 0 (1347.364757132s)
33532024-10-30T23:13:03.316ZOct 30 23:13:01.948 INFO [host-stamp] running task
33542024-10-30T23:13:03.316ZOct 30 23:13:01.949 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
33552024-10-30T23:13:03.323ZOct 30 23:13:01.959 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+git8f8ba2a7781
33562024-10-30T23:13:03.330ZOct 30 23:13:01.966 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+git8f8ba2a7781
33572024-10-30T23:13:03.335Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
33582024-10-30T23:13:03.341ZOct 30 23:13:01.974 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+git8f8ba2a7781
33592024-10-30T23:13:03.344Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
33602024-10-30T23:13:03.347Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
33612024-10-30T23:13:03.350ZOct 30 23:13:01.985 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+git8f8ba2a7781
33622024-10-30T23:13:03.359ZOct 30 23:13:01.996 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+git8f8ba2a7781
33632024-10-30T23:13:03.371Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
33642024-10-30T23:13:03.376Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
33652024-10-30T23:13:03.376ZOct 30 23:13:02.012 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+git8f8ba2a7781
33662024-10-30T23:13:03.396Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
33672024-10-30T23:13:03.396ZOct 30 23:13:02.031 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+git8f8ba2a7781
33682024-10-30T23:13:03.406Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
33692024-10-30T23:13:03.410Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
33702024-10-30T23:13:03.413Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
33712024-10-30T23:13:03.415ZOct 30 23:13:02.049 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+git8f8ba2a7781
33722024-10-30T23:13:03.433Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
33732024-10-30T23:13:03.439ZOct 30 23:13:02.068 INFO [stamp-oxlog] process exited with exit status: 0 (72.457102ms)
33742024-10-30T23:13:03.439ZOct 30 23:13:02.069 INFO [stamp-overlay] process exited with exit status: 0 (56.784926ms)
33752024-10-30T23:13:03.443Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
33762024-10-30T23:13:03.445Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
33772024-10-30T23:13:03.448ZOct 30 23:13:02.084 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (35.160658ms)
33782024-10-30T23:13:03.455Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
33792024-10-30T23:13:03.459ZOct 30 23:13:02.096 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (129.747739ms)
33802024-10-30T23:13:03.582Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
33812024-10-30T23:13:03.586ZOct 30 23:13:02.222 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (237.537029ms)
33822024-10-30T23:13:03.667Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
33832024-10-30T23:13:03.671ZOct 30 23:13:02.307 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (348.056815ms)
33842024-10-30T23:13:04.532Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33852024-10-30T23:13:04.582Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
33862024-10-30T23:13:04.585ZOct 30 23:13:03.221 INFO [stamp-propolis-server] process exited with exit status: 0 (1.190080179s)
33872024-10-30T23:13:06.949Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33882024-10-30T23:13:13.689Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
33892024-10-30T23:13:13.692ZOct 30 23:13:12.328 INFO [stamp-switch-asic] process exited with exit status: 0 (10.353889087s)
33902024-10-30T23:13:13.695ZOct 30 23:13:12.328 INFO [host-stamp] task succeeded (10.379853865s)
33912024-10-30T23:13:13.695ZOct 30 23:13:12.328 INFO [host-proto] running task
33922024-10-30T23:13:14.066ZOct 30 23:13:12.702 INFO [host-proto] task succeeded (373.900032ms)
33932024-10-30T23:13:14.066ZOct 30 23:13:12.702 INFO [host-profile] running task
33942024-10-30T23:13:14.069ZOct 30 23:13:12.703 INFO [host-profile] task succeeded (287.721µs)
33952024-10-30T23:13:14.069ZOct 30 23:13:12.703 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.33.293' -P /tmp/.tmpjscsyd/proto/host/root -N 'ci 8f8ba2a/${os_short_commit} 2024-10-30 22:49' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
33962024-10-30T23:13:14.086Z[ host-image] Oct 30 23:13:12.721 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
33972024-10-30T23:13:14.090Z[ host-image] Oct 30 23:13:12.721 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
33982024-10-30T23:13:14.100Z[ host-image] Oct 30 23:13:12.735 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpjscsyd/proto/host/root"
33992024-10-30T23:13:14.100Z[ host-image] Oct 30 23:13:12.735 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
34002024-10-30T23:13:14.100Z[ host-image] Oct 30 23:13:12.736 INFO image builder template: ramdisk-01-os...
34012024-10-30T23:13:14.105Z[ host-image] Oct 30 23:13:12.736 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/.tmpjscsyd/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.293", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
34022024-10-30T23:13:14.119Z[ host-image] Oct 30 23:13:12.755 INFO O| Oct 30 23:13:12.755 INFO CREATE DATASET: rpool/images/build/host/output
34032024-10-30T23:13:14.380Z[ host-image] Oct 30 23:13:13.015 INFO O| Oct 30 23:13:13.015 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
34042024-10-30T23:13:14.384Z[ host-image] Oct 30 23:13:13.020 INFO O| Oct 30 23:13:13.020 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
34052024-10-30T23:13:14.578Z[ host-image] Oct 30 23:13:13.214 INFO O| Oct 30 23:13:13.214 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
34062024-10-30T23:13:14.640Z[ host-image] Oct 30 23:13:13.276 INFO O| Oct 30 23:13:13.276 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
34072024-10-30T23:13:14.641Z[ host-image] Oct 30 23:13:13.277 INFO O| Oct 30 23:13:13.276 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
34082024-10-30T23:13:14.643Z[ host-image] Oct 30 23:13:13.277 INFO O| Oct 30 23:13:13.277 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
34092024-10-30T23:13:14.643Z[ host-image] Oct 30 23:13:13.277 INFO O| Oct 30 23:13:13.277 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
34102024-10-30T23:13:14.649Z[ host-image] Oct 30 23:13:13.285 INFO O| Oct 30 23:13:13.285 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
34112024-10-30T23:13:14.865Z[ host-image] Oct 30 23:13:13.501 INFO O| Oct 30 23:13:13.501 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34122024-10-30T23:13:14.876Z[ host-image] Oct 30 23:13:13.512 INFO O| Oct 30 23:13:13.512 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
34132024-10-30T23:13:15.350Z[ host-image] Oct 30 23:13:13.984 INFO O| Oct 30 23:13:13.984 INFO O| Caching catalogs ... Done
34142024-10-30T23:13:15.474Z[ host-image] Oct 30 23:13:14.110 INFO O| Oct 30 23:13:14.110 INFO STEP 0 (pkg_image_create) COMPLETE
34152024-10-30T23:13:15.474Z[ host-image] Oct 30 23:13:14.110 INFO O| Oct 30 23:13:14.110 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34162024-10-30T23:13:15.481Z[ host-image] Oct 30 23:13:14.110 INFO O| Oct 30 23:13:14.110 INFO skip step because feature "repo_redist" is not enabled
34172024-10-30T23:13:15.481Z[ host-image] Oct 30 23:13:14.110 INFO O| Oct 30 23:13:14.110 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34182024-10-30T23:13:15.490Z[ host-image] Oct 30 23:13:14.126 INFO O| Oct 30 23:13:14.126 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"]
34192024-10-30T23:13:16.003Z[ host-image] Oct 30 23:13:14.639 INFO O| Oct 30 23:13:14.638 INFO STEP 2 (pkg_set_publisher) COMPLETE
34202024-10-30T23:13:16.003Z[ host-image] Oct 30 23:13:14.639 INFO O| Oct 30 23:13:14.639 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34212024-10-30T23:13:16.019Z[ host-image] Oct 30 23:13:14.655 INFO O| Oct 30 23:13:14.655 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"]
34222024-10-30T23:13:16.583Z[ host-image] Oct 30 23:13:15.219 INFO O| Oct 30 23:13:15.219 INFO STEP 3 (pkg_set_publisher) COMPLETE
34232024-10-30T23:13:16.583Z[ host-image] Oct 30 23:13:15.219 INFO O| Oct 30 23:13:15.219 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34242024-10-30T23:13:16.586Z[ host-image] Oct 30 23:13:15.219 INFO O| Oct 30 23:13:15.219 INFO skip step because feature "repo_redist" is not enabled
34252024-10-30T23:13:16.586Z[ host-image] Oct 30 23:13:15.219 INFO O| Oct 30 23:13:15.219 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34262024-10-30T23:13:17.140Z[ host-image] Oct 30 23:13:15.776 INFO O| Oct 30 23:13:15.775 INFO variant opensolaris.zone is already global
34272024-10-30T23:13:17.140Z[ host-image] Oct 30 23:13:15.776 INFO O| Oct 30 23:13:15.776 INFO STEP 5 (pkg_change_variant) COMPLETE
34282024-10-30T23:13:17.144Z[ host-image] Oct 30 23:13:15.776 INFO O| Oct 30 23:13:15.776 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34292024-10-30T23:13:17.681Z[ host-image] Oct 30 23:13:16.317 INFO O| Oct 30 23:13:16.317 INFO variant opensolaris.imagetype is full; changing to partial
34302024-10-30T23:13:17.681Z[ host-image] Oct 30 23:13:16.317 INFO O| Oct 30 23:13:16.317 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
34312024-10-30T23:13:24.950Z[ host-image] Oct 30 23:13:23.585 INFO O| Oct 30 23:13:23.585 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34322024-10-30T23:13:26.002Z[recovery-package] Finished `release` profile [optimized] target(s) in 22.45s
34332024-10-30T23:13:27.896ZOct 30 23:13:26.532 INFO [recovery-package] process exited with exit status: 0 (24.583185753s)
34342024-10-30T23:13:27.896ZOct 30 23:13:26.532 INFO [recovery-stamp] running task
34352024-10-30T23:13:27.900ZOct 30 23:13:26.532 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
34362024-10-30T23:13:27.900ZOct 30 23:13:26.532 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+git8f8ba2a7781
34372024-10-30T23:13:27.913ZOct 30 23:13:26.549 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+git8f8ba2a7781
34382024-10-30T23:13:27.923Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
34392024-10-30T23:13:27.935Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
34402024-10-30T23:13:28.018Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
34412024-10-30T23:13:28.023ZOct 30 23:13:26.658 INFO [stamp-installinator] process exited with exit status: 0 (108.913733ms)
34422024-10-30T23:13:28.047Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
34432024-10-30T23:13:28.050ZOct 30 23:13:26.686 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (153.293411ms)
34442024-10-30T23:13:28.053ZOct 30 23:13:26.686 INFO [recovery-stamp] task succeeded (153.810523ms)
34452024-10-30T23:13:28.053ZOct 30 23:13:26.686 INFO [recovery-proto] running task
34462024-10-30T23:13:28.053ZOct 30 23:13:26.686 INFO [tuf-stamp] running task
34472024-10-30T23:13:28.053ZOct 30 23:13:26.687 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+git8f8ba2a7781
34482024-10-30T23:13:28.065ZOct 30 23:13:26.701 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+git8f8ba2a7781
34492024-10-30T23:13:28.079Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
34502024-10-30T23:13:28.083ZOct 30 23:13:26.715 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+git8f8ba2a7781
34512024-10-30T23:13:28.095Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
34522024-10-30T23:13:28.095ZOct 30 23:13:26.731 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+git8f8ba2a7781
34532024-10-30T23:13:28.107Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
34542024-10-30T23:13:28.112ZOct 30 23:13:26.746 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+git8f8ba2a7781
34552024-10-30T23:13:28.132Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
34562024-10-30T23:13:28.134ZOct 30 23:13:26.768 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+git8f8ba2a7781
34572024-10-30T23:13:28.160Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
34582024-10-30T23:13:28.160ZOct 30 23:13:26.796 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+git8f8ba2a7781
34592024-10-30T23:13:28.178Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
34602024-10-30T23:13:28.191Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
34612024-10-30T23:13:28.194ZOct 30 23:13:26.827 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 12.0.0-0.ci+git8f8ba2a7781
34622024-10-30T23:13:28.232Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
34632024-10-30T23:13:28.235ZOct 30 23:13:26.868 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+git8f8ba2a7781
34642024-10-30T23:13:28.274Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
34652024-10-30T23:13:28.279ZOct 30 23:13:26.910 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+git8f8ba2a7781
34662024-10-30T23:13:28.330ZOct 30 23:13:26.965 INFO [recovery-proto] task succeeded (278.81577ms)
34672024-10-30T23:13:28.335ZOct 30 23:13:26.966 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.33.293' -P /tmp/.tmpjscsyd/proto/recovery/root -N 'recovery 8f8ba2a/${os_short_commit} 2024-10-30 22:49' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
34682024-10-30T23:13:28.351Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
34692024-10-30T23:13:28.351ZOct 30 23:13:26.987 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+git8f8ba2a7781
34702024-10-30T23:13:28.370Z[ recovery-image] Oct 30 23:13:27.002 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
34712024-10-30T23:13:28.373Z[ recovery-image] Oct 30 23:13:27.003 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
34722024-10-30T23:13:28.373Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
34732024-10-30T23:13:28.373ZOct 30 23:13:27.006 INFO [stamp-probe] process exited with exit status: 0 (319.04252ms)
34742024-10-30T23:13:28.381Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
34752024-10-30T23:13:28.383Z[ recovery-image] Oct 30 23:13:27.019 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpjscsyd/proto/recovery/root"
34762024-10-30T23:13:28.383Z[ recovery-image] Oct 30 23:13:27.019 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
34772024-10-30T23:13:28.383Z[ recovery-image] Oct 30 23:13:27.019 INFO image builder template: ramdisk-01-os...
34782024-10-30T23:13:28.383Z[ recovery-image] Oct 30 23:13:27.019 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/.tmpjscsyd/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
34792024-10-30T23:13:28.433Z[ recovery-image] Oct 30 23:13:27.068 INFO O| Oct 30 23:13:27.068 INFO CREATE DATASET: rpool/images/build/recovery/output
34802024-10-30T23:13:28.614Z[ host-image] Oct 30 23:13:27.249 INFO O| Oct 30 23:13:27.249 INFO O| Startup: Caching catalogs ... Done
34812024-10-30T23:13:28.727Z[ host-image] Oct 30 23:13:27.363 INFO O| Oct 30 23:13:27.363 INFO O| Planning: Planning completed in 0.00 seconds
34822024-10-30T23:13:28.729Z[ host-image] Oct 30 23:13:27.364 INFO O| Oct 30 23:13:27.364 INFO O| Planning: Consolidating action changes ... Done
34832024-10-30T23:13:28.729Z[ host-image] Oct 30 23:13:27.364 INFO O| Oct 30 23:13:27.364 INFO O| Planning: Evaluating mediators ... Done
34842024-10-30T23:13:28.729Z[ host-image] Oct 30 23:13:27.364 INFO O| Oct 30 23:13:27.364 INFO O| Planning: Planning completed in 0.00 seconds
34852024-10-30T23:13:28.729Z[ host-image] Oct 30 23:13:27.365 INFO O| Oct 30 23:13:27.365 INFO O| Variants/Facets to change: 1
34862024-10-30T23:13:28.760Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
34872024-10-30T23:13:28.821ZOct 30 23:13:27.456 INFO [stamp-ntp] process exited with exit status: 0 (754.9293ms)
34882024-10-30T23:13:28.838Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
34892024-10-30T23:13:28.928Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
34902024-10-30T23:13:29.158Z[ recovery-image] Oct 30 23:13:27.792 INFO O| Oct 30 23:13:27.792 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34912024-10-30T23:13:29.163Z[ host-image] Oct 30 23:13:27.798 INFO O| Oct 30 23:13:27.798 INFO O| Done
34922024-10-30T23:13:29.163Z[ host-image] Oct 30 23:13:27.798 INFO O| Oct 30 23:13:27.798 INFO O| Done
34932024-10-30T23:13:29.172Z[ recovery-image] Oct 30 23:13:27.798 INFO O| Oct 30 23:13:27.798 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34942024-10-30T23:13:29.627Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
34952024-10-30T23:13:29.667ZOct 30 23:13:28.303 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.316138479s)
34962024-10-30T23:13:29.738Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
34972024-10-30T23:13:29.767Z[ recovery-image] Oct 30 23:13:28.395 INFO O| Oct 30 23:13:28.395 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
34982024-10-30T23:13:29.804ZOct 30 23:13:28.420 INFO [stamp-external-dns] process exited with exit status: 0 (1.673395545s)
34992024-10-30T23:13:29.849Z[ recovery-image] Oct 30 23:13:28.484 INFO O| Oct 30 23:13:28.484 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
35002024-10-30T23:13:29.853Z[ recovery-image] Oct 30 23:13:28.484 INFO O| Oct 30 23:13:28.484 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
35012024-10-30T23:13:29.853Z[ recovery-image] Oct 30 23:13:28.485 INFO O| Oct 30 23:13:28.485 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
35022024-10-30T23:13:29.853Z[ recovery-image] Oct 30 23:13:28.485 INFO O| Oct 30 23:13:28.485 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
35032024-10-30T23:13:29.868Z[ recovery-image] Oct 30 23:13:28.503 INFO O| Oct 30 23:13:28.503 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
35042024-10-30T23:13:29.912Z[ host-image] Oct 30 23:13:28.544 INFO O| Oct 30 23:13:28.544 INFO O| Done
35052024-10-30T23:13:29.914Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
35062024-10-30T23:13:29.925ZOct 30 23:13:28.558 INFO [stamp-internal-dns] process exited with exit status: 0 (1.762851105s)
35072024-10-30T23:13:29.989Z[ host-image] Oct 30 23:13:28.604 INFO O| Oct 30 23:13:28.604 INFO O| Done
35082024-10-30T23:13:30.004Z[ host-image] Oct 30 23:13:28.606 INFO O| Oct 30 23:13:28.606 INFO O| Done
35092024-10-30T23:13:30.005Z[ host-image] Oct 30 23:13:28.606 INFO O| Oct 30 23:13:28.606 INFO O| Done
35102024-10-30T23:13:30.005Z[ host-image] Oct 30 23:13:28.608 INFO O| Oct 30 23:13:28.608 INFO O| Done
35112024-10-30T23:13:30.005Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
35122024-10-30T23:13:30.006ZOct 30 23:13:28.630 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.761785792s)
35132024-10-30T23:13:30.238Z[ recovery-image] Oct 30 23:13:28.873 INFO O| Oct 30 23:13:28.873 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35142024-10-30T23:13:30.253Z[ recovery-image] Oct 30 23:13:28.888 INFO O| Oct 30 23:13:28.888 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
35152024-10-30T23:13:30.459Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
35162024-10-30T23:13:30.463ZOct 30 23:13:29.099 INFO [stamp-oximeter] process exited with exit status: 0 (2.271965607s)
35172024-10-30T23:13:30.475Z[ host-image] Oct 30 23:13:29.111 INFO O| Oct 30 23:13:29.111 INFO STEP 6 (pkg_change_variant) COMPLETE
35182024-10-30T23:13:30.475Z[ host-image] Oct 30 23:13:29.111 INFO O| Oct 30 23:13:29.111 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35192024-10-30T23:13:30.477Z[ host-image] Oct 30 23:13:29.111 INFO O| Oct 30 23:13:29.111 INFO skip step because feature "debug_variant" is not enabled
35202024-10-30T23:13:30.477Z[ host-image] Oct 30 23:13:29.111 INFO O| Oct 30 23:13:29.111 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35212024-10-30T23:13:30.734Z[ recovery-image] Oct 30 23:13:29.369 INFO O| Oct 30 23:13:29.369 INFO O| Caching catalogs ... Done
35222024-10-30T23:13:30.854Z[ recovery-image] Oct 30 23:13:29.490 INFO O| Oct 30 23:13:29.490 INFO STEP 0 (pkg_image_create) COMPLETE
35232024-10-30T23:13:30.854Z[ recovery-image] Oct 30 23:13:29.490 INFO O| Oct 30 23:13:29.490 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35242024-10-30T23:13:30.854Z[ recovery-image] Oct 30 23:13:29.490 INFO O| Oct 30 23:13:29.490 INFO skip step because feature "repo_redist" is not enabled
35252024-10-30T23:13:30.854Z[ recovery-image] Oct 30 23:13:29.490 INFO O| Oct 30 23:13:29.490 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35262024-10-30T23:13:30.872Z[ recovery-image] Oct 30 23:13:29.505 INFO O| Oct 30 23:13:29.505 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"]
35272024-10-30T23:13:30.925Z[ host-image] Oct 30 23:13:29.561 INFO O| Oct 30 23:13:29.560 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
35282024-10-30T23:13:31.339Z[ recovery-image] Oct 30 23:13:29.975 INFO O| Oct 30 23:13:29.975 INFO STEP 2 (pkg_set_publisher) COMPLETE
35292024-10-30T23:13:31.339Z[ recovery-image] Oct 30 23:13:29.975 INFO O| Oct 30 23:13:29.975 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35302024-10-30T23:13:31.353Z[ recovery-image] Oct 30 23:13:29.989 INFO O| Oct 30 23:13:29.989 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"]
35312024-10-30T23:13:31.540Z[ host-image] Oct 30 23:13:30.175 INFO O| Oct 30 23:13:30.175 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35322024-10-30T23:13:31.542Z[ host-image] Oct 30 23:13:30.177 INFO O| Oct 30 23:13:30.177 INFO O| Planning: Planning completed in 0.00 seconds
35332024-10-30T23:13:31.542Z[ host-image] Oct 30 23:13:30.178 INFO O| Oct 30 23:13:30.178 INFO O| Planning: Consolidating action changes ... Done
35342024-10-30T23:13:31.542Z[ host-image] Oct 30 23:13:30.178 INFO O| Oct 30 23:13:30.178 INFO O| Planning: Evaluating mediators ... Done
35352024-10-30T23:13:31.546Z[ host-image] Oct 30 23:13:30.178 INFO O| Oct 30 23:13:30.178 INFO O| Planning: Planning completed in 0.00 seconds
35362024-10-30T23:13:31.546Z[ host-image] Oct 30 23:13:30.179 INFO O| Oct 30 23:13:30.179 INFO O| Variants/Facets to change: 1
35372024-10-30T23:13:31.566Z[ host-image] Oct 30 23:13:30.202 INFO O| Oct 30 23:13:30.202 INFO O| Done
35382024-10-30T23:13:31.566Z[ host-image] Oct 30 23:13:30.202 INFO O| Oct 30 23:13:30.202 INFO O| Done
35392024-10-30T23:13:31.815Z[ recovery-image] Oct 30 23:13:30.451 INFO O| Oct 30 23:13:30.451 INFO STEP 3 (pkg_set_publisher) COMPLETE
35402024-10-30T23:13:31.815Z[ recovery-image] Oct 30 23:13:30.451 INFO O| Oct 30 23:13:30.451 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35412024-10-30T23:13:31.822Z[ recovery-image] Oct 30 23:13:30.451 INFO O| Oct 30 23:13:30.451 INFO skip step because feature "repo_redist" is not enabled
35422024-10-30T23:13:31.822Z[ recovery-image] Oct 30 23:13:30.451 INFO O| Oct 30 23:13:30.451 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35432024-10-30T23:13:32.095Z[ host-image] Oct 30 23:13:30.729 INFO O| Oct 30 23:13:30.729 INFO O| Done
35442024-10-30T23:13:32.163Z[ host-image] Oct 30 23:13:30.799 INFO O| Oct 30 23:13:30.799 INFO O| Done
35452024-10-30T23:13:32.166Z[ host-image] Oct 30 23:13:30.799 INFO O| Oct 30 23:13:30.799 INFO O| Done
35462024-10-30T23:13:32.166Z[ host-image] Oct 30 23:13:30.800 INFO O| Oct 30 23:13:30.800 INFO O| Done
35472024-10-30T23:13:32.166Z[ host-image] Oct 30 23:13:30.801 INFO O| Oct 30 23:13:30.801 INFO O| Done
35482024-10-30T23:13:32.231Z[ host-image] Oct 30 23:13:30.866 INFO O| Oct 30 23:13:30.866 INFO STEP 8 (pkg_change_facet) COMPLETE
35492024-10-30T23:13:32.231Z[ host-image] Oct 30 23:13:30.866 INFO O| Oct 30 23:13:30.866 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35502024-10-30T23:13:32.234Z[ host-image] Oct 30 23:13:30.866 INFO O| Oct 30 23:13:30.866 INFO skip step because feature "recovery" is not enabled
35512024-10-30T23:13:32.234Z[ host-image] Oct 30 23:13:30.866 INFO O| Oct 30 23:13:30.866 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35522024-10-30T23:13:32.234Z[ host-image] Oct 30 23:13:30.866 INFO O| Oct 30 23:13:30.866 INFO skip step because feature "recovery" is not enabled
35532024-10-30T23:13:32.235Z[ host-image] Oct 30 23:13:30.866 INFO O| Oct 30 23:13:30.866 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35542024-10-30T23:13:32.238Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
35552024-10-30T23:13:32.241ZOct 30 23:13:30.876 INFO [stamp-nexus] process exited with exit status: 0 (3.966304698s)
35562024-10-30T23:13:32.254Z[ host-image] Oct 30 23:13:30.883 INFO O| Oct 30 23:13:30.882 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"]
35572024-10-30T23:13:32.308Z[ recovery-image] Oct 30 23:13:30.932 INFO O| Oct 30 23:13:30.932 INFO variant opensolaris.zone is already global
35582024-10-30T23:13:32.309Z[ recovery-image] Oct 30 23:13:30.932 INFO O| Oct 30 23:13:30.932 INFO STEP 5 (pkg_change_variant) COMPLETE
35592024-10-30T23:13:32.316Z[ recovery-image] Oct 30 23:13:30.932 INFO O| Oct 30 23:13:30.932 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35602024-10-30T23:13:32.772Z[ recovery-image] Oct 30 23:13:31.403 INFO O| Oct 30 23:13:31.403 INFO variant opensolaris.imagetype is full; changing to partial
35612024-10-30T23:13:32.772Z[ recovery-image] Oct 30 23:13:31.404 INFO O| Oct 30 23:13:31.403 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
35622024-10-30T23:13:32.879Z[ host-image] Oct 30 23:13:31.506 INFO O| Oct 30 23:13:31.506 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35632024-10-30T23:13:32.933Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35642024-10-30T23:13:32.938Z[verify-libraries] Compiling polyval v0.6.2
35652024-10-30T23:13:33.126Z[verify-libraries] Compiling ctr v0.9.2
35662024-10-30T23:13:33.147Z[verify-libraries] Compiling ssh-encoding v0.2.0
35672024-10-30T23:13:33.148Z[verify-libraries] Compiling blowfish v0.9.1
35682024-10-30T23:13:33.234Z[verify-libraries] Compiling password-hash v0.4.2
35692024-10-30T23:13:33.270Z[verify-libraries] Compiling matches v0.1.10
35702024-10-30T23:13:33.275Z[verify-libraries] Compiling p521 v0.13.3
35712024-10-30T23:13:33.579Z[verify-libraries] Compiling ghash v0.5.1
35722024-10-30T23:13:33.589Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
35732024-10-30T23:13:33.606ZOct 30 23:13:32.241 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.509997565s)
35742024-10-30T23:13:33.774Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
35752024-10-30T23:13:33.840Z[verify-libraries] Compiling idna v0.2.3
35762024-10-30T23:13:34.041Z[verify-libraries] Compiling aes-gcm v0.10.3
35772024-10-30T23:13:34.051Z[verify-libraries] Compiling pbkdf2 v0.11.0
35782024-10-30T23:13:34.579Z[verify-libraries] Compiling ssh-cipher v0.2.0
35792024-10-30T23:13:34.766Z[verify-libraries] Compiling p256 v0.13.2
35802024-10-30T23:13:34.898Z[verify-libraries] Compiling enum-as-inner v0.5.1
35812024-10-30T23:13:35.095Z[verify-libraries] Compiling ssh-key v0.6.6
35822024-10-30T23:13:36.128Z[verify-libraries] Compiling russh-cryptovec v0.7.3
35832024-10-30T23:13:36.310Z[verify-libraries] Compiling md5 v0.7.0
35842024-10-30T23:13:36.729Z[verify-libraries] Compiling trust-dns-proto v0.22.0
35852024-10-30T23:13:37.066Z[verify-libraries] Compiling num-bigint v0.4.6
35862024-10-30T23:13:38.163Z[verify-libraries] Compiling des v0.8.1
35872024-10-30T23:13:39.129Z[verify-libraries] Compiling russh-keys v0.45.0
35882024-10-30T23:13:39.342Z[verify-libraries] Compiling hex-literal v0.4.1
35892024-10-30T23:13:39.641Z[verify-libraries] Compiling dhcproto-macros v0.1.0
35902024-10-30T23:13:39.682Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35912024-10-30T23:13:39.981Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
35922024-10-30T23:13:39.993ZOct 30 23:13:38.628 INFO [stamp-clickhouse] process exited with exit status: 0 (11.913386279s)
35932024-10-30T23:13:40.219Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
35942024-10-30T23:13:40.355ZOct 30 23:13:38.990 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (12.222144836s)
35952024-10-30T23:13:40.355ZOct 30 23:13:38.990 INFO [tuf-stamp] task succeeded (12.303870948s)
35962024-10-30T23:13:40.692Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35972024-10-30T23:13:41.410Z[verify-libraries] Compiling internet-checksum v0.2.1
35982024-10-30T23:13:41.775Z[verify-libraries] Compiling russh v0.45.0
35992024-10-30T23:13:45.761Z[ recovery-image] Oct 30 23:13:43.251 INFO O| Oct 30 23:13:43.251 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36002024-10-30T23:13:47.604Z[verify-libraries] Compiling dhcproto v0.12.0
36012024-10-30T23:13:47.872Z[verify-libraries] Compiling heck v0.4.1
36022024-10-30T23:13:49.325Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
36032024-10-30T23:13:51.803Z[ recovery-image] Oct 30 23:13:50.438 INFO O| Oct 30 23:13:50.438 INFO O| Startup: Caching catalogs ... Done
36042024-10-30T23:13:51.893Z[ recovery-image] Oct 30 23:13:50.528 INFO O| Oct 30 23:13:50.528 INFO O| Planning: Planning completed in 0.00 seconds
36052024-10-30T23:13:51.897Z[ recovery-image] Oct 30 23:13:50.529 INFO O| Oct 30 23:13:50.529 INFO O| Planning: Consolidating action changes ... Done
36062024-10-30T23:13:51.897Z[ recovery-image] Oct 30 23:13:50.529 INFO O| Oct 30 23:13:50.529 INFO O| Planning: Evaluating mediators ... Done
36072024-10-30T23:13:51.897Z[ recovery-image] Oct 30 23:13:50.530 INFO O| Oct 30 23:13:50.530 INFO O| Planning: Planning completed in 0.00 seconds
36082024-10-30T23:13:51.897Z[ recovery-image] Oct 30 23:13:50.530 INFO O| Oct 30 23:13:50.530 INFO O| Variants/Facets to change: 1
36092024-10-30T23:13:51.994Z[ recovery-image] Oct 30 23:13:50.629 INFO O| Oct 30 23:13:50.629 INFO O| Done
36102024-10-30T23:13:51.994Z[ recovery-image] Oct 30 23:13:50.629 INFO O| Oct 30 23:13:50.629 INFO O| Done
36112024-10-30T23:13:52.828Z[ recovery-image] Oct 30 23:13:51.464 INFO O| Oct 30 23:13:51.463 INFO O| Done
36122024-10-30T23:13:52.890Z[ recovery-image] Oct 30 23:13:51.525 INFO O| Oct 30 23:13:51.525 INFO O| Done
36132024-10-30T23:13:52.893Z[ recovery-image] Oct 30 23:13:51.527 INFO O| Oct 30 23:13:51.527 INFO O| Done
36142024-10-30T23:13:52.893Z[ recovery-image] Oct 30 23:13:51.527 INFO O| Oct 30 23:13:51.527 INFO O| Done
36152024-10-30T23:13:52.895Z[ recovery-image] Oct 30 23:13:51.529 INFO O| Oct 30 23:13:51.529 INFO O| Done
36162024-10-30T23:13:53.572Z[ recovery-image] Oct 30 23:13:52.207 INFO O| Oct 30 23:13:52.207 INFO STEP 6 (pkg_change_variant) COMPLETE
36172024-10-30T23:13:53.572Z[ recovery-image] Oct 30 23:13:52.207 INFO O| Oct 30 23:13:52.207 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36182024-10-30T23:13:53.572Z[ recovery-image] Oct 30 23:13:52.207 INFO O| Oct 30 23:13:52.207 INFO skip step because feature "debug_variant" is not enabled
36192024-10-30T23:13:53.574Z[ recovery-image] Oct 30 23:13:52.207 INFO O| Oct 30 23:13:52.207 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36202024-10-30T23:13:54.248Z[ recovery-image] Oct 30 23:13:52.883 INFO O| Oct 30 23:13:52.883 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
36212024-10-30T23:13:55.300Z[ recovery-image] Oct 30 23:13:53.935 INFO O| Oct 30 23:13:53.935 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36222024-10-30T23:13:55.303Z[ recovery-image] Oct 30 23:13:53.937 INFO O| Oct 30 23:13:53.937 INFO O| Planning: Planning completed in 0.00 seconds
36232024-10-30T23:13:55.303Z[ recovery-image] Oct 30 23:13:53.938 INFO O| Oct 30 23:13:53.937 INFO O| Planning: Consolidating action changes ... Done
36242024-10-30T23:13:55.303Z[ recovery-image] Oct 30 23:13:53.938 INFO O| Oct 30 23:13:53.938 INFO O| Planning: Evaluating mediators ... Done
36252024-10-30T23:13:55.303Z[ recovery-image] Oct 30 23:13:53.938 INFO O| Oct 30 23:13:53.938 INFO O| Planning: Planning completed in 0.00 seconds
36262024-10-30T23:13:55.303Z[ recovery-image] Oct 30 23:13:53.938 INFO O| Oct 30 23:13:53.938 INFO O| Variants/Facets to change: 1
36272024-10-30T23:13:55.409Z[ recovery-image] Oct 30 23:13:54.044 INFO O| Oct 30 23:13:54.044 INFO O| Done
36282024-10-30T23:13:55.409Z[ recovery-image] Oct 30 23:13:54.044 INFO O| Oct 30 23:13:54.044 INFO O| Done
36292024-10-30T23:13:56.176Z[ recovery-image] Oct 30 23:13:54.811 INFO O| Oct 30 23:13:54.811 INFO O| Done
36302024-10-30T23:13:56.247Z[ recovery-image] Oct 30 23:13:54.882 INFO O| Oct 30 23:13:54.882 INFO O| Done
36312024-10-30T23:13:56.249Z[ recovery-image] Oct 30 23:13:54.883 INFO O| Oct 30 23:13:54.883 INFO O| Done
36322024-10-30T23:13:56.249Z[ recovery-image] Oct 30 23:13:54.883 INFO O| Oct 30 23:13:54.883 INFO O| Done
36332024-10-30T23:13:56.252Z[ recovery-image] Oct 30 23:13:54.885 INFO O| Oct 30 23:13:54.885 INFO O| Done
36342024-10-30T23:13:56.457Z[ recovery-image] Oct 30 23:13:55.092 INFO O| Oct 30 23:13:55.092 INFO STEP 8 (pkg_change_facet) COMPLETE
36352024-10-30T23:13:56.457Z[ recovery-image] Oct 30 23:13:55.092 INFO O| Oct 30 23:13:55.092 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36362024-10-30T23:13:57.240Z[ recovery-image] Oct 30 23:13:55.875 INFO O| Oct 30 23:13:55.875 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
36372024-10-30T23:13:58.138Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
36382024-10-30T23:13:58.262Z[ recovery-image] Oct 30 23:13:56.897 INFO O| Oct 30 23:13:56.897 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36392024-10-30T23:13:58.265Z[ recovery-image] Oct 30 23:13:56.899 INFO O| Oct 30 23:13:56.899 INFO O| Planning: Planning completed in 0.00 seconds
36402024-10-30T23:13:58.265Z[ recovery-image] Oct 30 23:13:56.900 INFO O| Oct 30 23:13:56.900 INFO O| Planning: Consolidating action changes ... Done
36412024-10-30T23:13:58.265Z[ recovery-image] Oct 30 23:13:56.900 INFO O| Oct 30 23:13:56.900 INFO O| Planning: Evaluating mediators ... Done
36422024-10-30T23:13:58.268Z[ recovery-image] Oct 30 23:13:56.901 INFO O| Oct 30 23:13:56.901 INFO O| Planning: Planning completed in 0.00 seconds
36432024-10-30T23:13:58.268Z[ recovery-image] Oct 30 23:13:56.901 INFO O| Oct 30 23:13:56.901 INFO O| Variants/Facets to change: 1
36442024-10-30T23:13:58.330Z[ recovery-image] Oct 30 23:13:56.964 INFO O| Oct 30 23:13:56.964 INFO O| Done
36452024-10-30T23:13:58.330Z[ recovery-image] Oct 30 23:13:56.964 INFO O| Oct 30 23:13:56.964 INFO O| Done
36462024-10-30T23:13:58.369Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
36472024-10-30T23:13:58.559Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
36482024-10-30T23:13:58.905Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
36492024-10-30T23:13:59.078Z[ recovery-image] Oct 30 23:13:57.713 INFO O| Oct 30 23:13:57.713 INFO O| Done
36502024-10-30T23:13:59.105Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
36512024-10-30T23:13:59.199Z[ recovery-image] Oct 30 23:13:57.833 INFO O| Oct 30 23:13:57.833 INFO O| Done
36522024-10-30T23:13:59.202Z[ recovery-image] Oct 30 23:13:57.834 INFO O| Oct 30 23:13:57.834 INFO O| Done
36532024-10-30T23:13:59.202Z[ recovery-image] Oct 30 23:13:57.835 INFO O| Oct 30 23:13:57.835 INFO O| Done
36542024-10-30T23:13:59.205Z[ recovery-image] Oct 30 23:13:57.837 INFO O| Oct 30 23:13:57.837 INFO O| Done
36552024-10-30T23:13:59.294Z[ recovery-image] Oct 30 23:13:57.929 INFO O| Oct 30 23:13:57.929 INFO STEP 9 (pkg_change_facet) COMPLETE
36562024-10-30T23:13:59.294Z[ recovery-image] Oct 30 23:13:57.929 INFO O| Oct 30 23:13:57.929 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36572024-10-30T23:13:59.709Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
36582024-10-30T23:13:59.784Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
36592024-10-30T23:13:59.990Z[ recovery-image] Oct 30 23:13:58.622 INFO O| Oct 30 23:13:58.622 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
36602024-10-30T23:14:01.206Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
36612024-10-30T23:14:01.281Z[ recovery-image] Oct 30 23:13:59.916 INFO O| Oct 30 23:13:59.915 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36622024-10-30T23:14:01.284Z[ recovery-image] Oct 30 23:13:59.917 INFO O| Oct 30 23:13:59.917 INFO O| Planning: Planning completed in 0.00 seconds
36632024-10-30T23:14:01.284Z[ recovery-image] Oct 30 23:13:59.918 INFO O| Oct 30 23:13:59.918 INFO O| Planning: Consolidating action changes ... Done
36642024-10-30T23:14:01.284Z[ recovery-image] Oct 30 23:13:59.918 INFO O| Oct 30 23:13:59.918 INFO O| Planning: Evaluating mediators ... Done
36652024-10-30T23:14:01.284Z[ recovery-image] Oct 30 23:13:59.919 INFO O| Oct 30 23:13:59.919 INFO O| Planning: Planning completed in 0.00 seconds
36662024-10-30T23:14:01.284Z[ recovery-image] Oct 30 23:13:59.919 INFO O| Oct 30 23:13:59.919 INFO O| Variants/Facets to change: 1
36672024-10-30T23:14:01.382Z[ recovery-image] Oct 30 23:14:00.017 INFO O| Oct 30 23:14:00.017 INFO O| Done
36682024-10-30T23:14:01.382Z[ recovery-image] Oct 30 23:14:00.017 INFO O| Oct 30 23:14:00.017 INFO O| Done
36692024-10-30T23:14:02.075Z[ recovery-image] Oct 30 23:14:00.709 INFO O| Oct 30 23:14:00.709 INFO O| Done
36702024-10-30T23:14:02.157Z[ recovery-image] Oct 30 23:14:00.792 INFO O| Oct 30 23:14:00.792 INFO O| Done
36712024-10-30T23:14:02.160Z[ recovery-image] Oct 30 23:14:00.794 INFO O| Oct 30 23:14:00.794 INFO O| Done
36722024-10-30T23:14:02.160Z[ recovery-image] Oct 30 23:14:00.794 INFO O| Oct 30 23:14:00.794 INFO O| Done
36732024-10-30T23:14:02.163Z[ recovery-image] Oct 30 23:14:00.796 INFO O| Oct 30 23:14:00.796 INFO O| Done
36742024-10-30T23:14:02.279Z[ recovery-image] Oct 30 23:14:00.914 INFO O| Oct 30 23:14:00.914 INFO STEP 10 (pkg_change_facet) COMPLETE
36752024-10-30T23:14:02.279Z[ recovery-image] Oct 30 23:14:00.914 INFO O| Oct 30 23:14:00.914 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36762024-10-30T23:14:02.297Z[ recovery-image] Oct 30 23:14:00.932 INFO O| Oct 30 23:14:00.931 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"]
36772024-10-30T23:14:03.278Z[ recovery-image] Oct 30 23:14:01.912 INFO O| Oct 30 23:14:01.912 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36782024-10-30T23:14:05.727Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
36792024-10-30T23:14:09.238Z[verify-libraries] Compiling termios v0.3.3
36802024-10-30T23:14:09.756Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
36812024-10-30T23:14:24.809Z[ host-image] Oct 30 23:14:23.443 INFO O| Oct 30 23:14:23.443 INFO O| Planning: Solver setup ... Done
36822024-10-30T23:14:54.471Z[ recovery-image] Oct 30 23:14:53.105 INFO O| Oct 30 23:14:53.105 INFO O| Planning: Solver setup ... Done
36832024-10-30T23:15:14.355Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
36842024-10-30T23:15:19.417Z[ host-image] Oct 30 23:15:18.050 INFO O| Oct 30 23:15:18.050 INFO O| Planning: Running solver ... Done
36852024-10-30T23:15:19.458Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
36862024-10-30T23:15:19.666Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
36872024-10-30T23:15:19.869Z[ host-image] Oct 30 23:15:18.502 INFO O| Oct 30 23:15:18.502 INFO O| Planning: Finding local manifests ... Done
36882024-10-30T23:15:19.885Z[ host-image] Oct 30 23:15:18.518 INFO O| Oct 30 23:15:18.517 INFO O| Planning: Fetching manifests: 0/124 0% complete
36892024-10-30T23:15:24.602Z[ host-image] Oct 30 23:15:23.235 INFO O| Oct 30 23:15:23.235 INFO O| Planning: Fetching manifests: 124/124 100% complete
36902024-10-30T23:15:25.941Z[ host-image] Oct 30 23:15:24.574 INFO O| Oct 30 23:15:24.544 INFO O| Planning: Package planning ... Done
36912024-10-30T23:15:26.196Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
36922024-10-30T23:15:27.644Z[ host-image] Oct 30 23:15:26.277 INFO O| Oct 30 23:15:26.277 INFO O| Planning: Merging actions ... Done
36932024-10-30T23:15:28.263Z[ host-image] Oct 30 23:15:26.896 INFO O| Oct 30 23:15:26.896 INFO O| Planning: Checking for conflicting actions ... Done
36942024-10-30T23:15:28.620Z[ host-image] Oct 30 23:15:27.253 INFO O| Oct 30 23:15:27.253 INFO O| Planning: Consolidating action changes ... Done
36952024-10-30T23:15:29.127Z[ host-image] Oct 30 23:15:27.760 INFO O| Oct 30 23:15:27.760 INFO O| Planning: Evaluating mediators ... Done
36962024-10-30T23:15:35.641Z[ host-image] Oct 30 23:15:34.274 INFO O| Oct 30 23:15:34.274 INFO O| Planning: Planning completed in 122.77 seconds
36972024-10-30T23:15:35.657Z[ host-image] Oct 30 23:15:34.290 INFO O| Oct 30 23:15:34.290 INFO O| Packages to install: 124
36982024-10-30T23:15:35.657Z[ host-image] Oct 30 23:15:34.290 INFO O| Oct 30 23:15:34.290 INFO O| Mediators to change: 4
36992024-10-30T23:15:35.660Z[ host-image] Oct 30 23:15:34.290 INFO O| Oct 30 23:15:34.290 INFO O| Services to change: 6
37002024-10-30T23:15:35.778Z[ host-image] Oct 30 23:15:34.411 INFO O| Oct 30 23:15:34.411 INFO O| Download: 0/22744 items 0.0/199.4MB 0% complete
37012024-10-30T23:15:40.266Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
37022024-10-30T23:15:40.796Z[ host-image] Oct 30 23:15:39.428 INFO O| Oct 30 23:15:39.428 INFO O| Download: 1304/22744 items 7.5/199.4MB 3% complete (1.6M/s)
37032024-10-30T23:15:45.799Z[ host-image] Oct 30 23:15:44.432 INFO O| Oct 30 23:15:44.432 INFO O| Download: 1805/22744 items 16.7/199.4MB 8% complete (1.6M/s)
37042024-10-30T23:15:49.190Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37052024-10-30T23:15:49.817Z[ recovery-image] Oct 30 23:15:48.449 INFO O| Oct 30 23:15:48.449 INFO O| Planning: Running solver ... Done
37062024-10-30T23:15:50.236Z[ recovery-image] Oct 30 23:15:48.868 INFO O| Oct 30 23:15:48.868 INFO O| Planning: Finding local manifests ... Done
37072024-10-30T23:15:50.263Z[ recovery-image] Oct 30 23:15:48.896 INFO O| Oct 30 23:15:48.896 INFO O| Planning: Fetching manifests: 0/124 0% complete
37082024-10-30T23:15:50.882Z[ host-image] Oct 30 23:15:49.514 INFO O| Oct 30 23:15:49.514 INFO O| Download: 2313/22744 items 27.2/199.4MB 13% complete (2.0M/s)
37092024-10-30T23:15:54.452Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37102024-10-30T23:15:55.355Z[ recovery-image] Oct 30 23:15:53.987 INFO O| Oct 30 23:15:53.987 INFO O| Planning: Fetching manifests: 124/124 100% complete
37112024-10-30T23:15:55.882Z[ host-image] Oct 30 23:15:54.514 INFO O| Oct 30 23:15:54.514 INFO O| Download: 3497/22744 items 35.7/199.4MB 17% complete (1.9M/s)
37122024-10-30T23:15:56.607Z[ recovery-image] Oct 30 23:15:55.118 INFO O| Oct 30 23:15:55.118 INFO O| Planning: Package planning ... Done
37132024-10-30T23:15:57.460Z[ recovery-image] Oct 30 23:15:56.092 INFO O| Oct 30 23:15:56.092 INFO O| Planning: Merging actions ... Done
37142024-10-30T23:15:57.636Z[ recovery-image] Oct 30 23:15:56.268 INFO O| Oct 30 23:15:56.268 INFO O| Planning: Checking for conflicting actions ... Done
37152024-10-30T23:15:57.838Z[ recovery-image] Oct 30 23:15:56.470 INFO O| Oct 30 23:15:56.470 INFO O| Planning: Consolidating action changes ... Done
37162024-10-30T23:15:58.180Z[ recovery-image] Oct 30 23:15:56.812 INFO O| Oct 30 23:15:56.812 INFO O| Planning: Evaluating mediators ... Done
37172024-10-30T23:16:01.188Z[ host-image] Oct 30 23:15:59.820 INFO O| Oct 30 23:15:59.820 INFO O| Download: 4575/22744 items 42.8/199.4MB 21% complete (1.6M/s)
37182024-10-30T23:16:02.474Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
37192024-10-30T23:16:03.978Z[ recovery-image] Oct 30 23:16:02.610 INFO O| Oct 30 23:16:02.610 INFO O| Planning: Planning completed in 120.70 seconds
37202024-10-30T23:16:03.985Z[ recovery-image] Oct 30 23:16:02.617 INFO O| Oct 30 23:16:02.617 INFO O| Packages to install: 124
37212024-10-30T23:16:03.986Z[ recovery-image] Oct 30 23:16:02.617 INFO O| Oct 30 23:16:02.617 INFO O| Mediators to change: 4
37222024-10-30T23:16:03.989Z[ recovery-image] Oct 30 23:16:02.617 INFO O| Oct 30 23:16:02.617 INFO O| Services to change: 5
37232024-10-30T23:16:04.081Z[ recovery-image] Oct 30 23:16:02.713 INFO O| Oct 30 23:16:02.713 INFO O| Download: 0/15846 items 0.0/176.2MB 0% complete
37242024-10-30T23:16:06.195Z[ host-image] Oct 30 23:16:04.827 INFO O| Oct 30 23:16:04.827 INFO O| Download: 5474/22744 items 46.1/199.4MB 23% complete (1.0M/s)
37252024-10-30T23:16:09.287Z[ recovery-image] Oct 30 23:16:07.918 INFO O| Oct 30 23:16:07.918 INFO O| Download: 1005/15846 items 7.9/176.2MB 4% complete (1.6M/s)
37262024-10-30T23:16:11.196Z[ host-image] Oct 30 23:16:09.828 INFO O| Oct 30 23:16:09.828 INFO O| Download: 6142/22744 items 46.5/199.4MB 23% complete (381k/s)
37272024-10-30T23:16:14.635Z[ recovery-image] Oct 30 23:16:13.267 INFO O| Oct 30 23:16:13.267 INFO O| Download: 1109/15846 items 9.5/176.2MB 5% complete (1.3M/s)
37282024-10-30T23:16:16.298Z[ host-image] Oct 30 23:16:14.929 INFO O| Oct 30 23:16:14.929 INFO O| Download: 6997/22744 items 50.6/199.4MB 25% complete (444k/s)
37292024-10-30T23:16:19.639Z[ recovery-image] Oct 30 23:16:18.270 INFO O| Oct 30 23:16:18.270 INFO O| Download: 1482/15846 items 21.5/176.2MB 12% complete (1.4M/s)
37302024-10-30T23:16:21.297Z[ host-image] Oct 30 23:16:19.929 INFO O| Oct 30 23:16:19.929 INFO O| Download: 7962/22744 items 59.6/199.4MB 29% complete (1.3M/s)
37312024-10-30T23:16:23.721Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
37322024-10-30T23:16:24.672Z[ recovery-image] Oct 30 23:16:23.304 INFO O| Oct 30 23:16:23.304 INFO O| Download: 2184/15846 items 31.1/176.2MB 17% complete (2.2M/s)
37332024-10-30T23:16:25.725Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
37342024-10-30T23:16:26.636Z[ host-image] Oct 30 23:16:25.267 INFO O| Oct 30 23:16:25.267 INFO O| Download: 8297/22744 items 67.5/199.4MB 33% complete (1.6M/s)
37352024-10-30T23:16:29.687Z[ recovery-image] Oct 30 23:16:28.318 INFO O| Oct 30 23:16:28.318 INFO O| Download: 3464/15846 items 38.2/176.2MB 21% complete (1.7M/s)
37362024-10-30T23:16:31.644Z[ host-image] Oct 30 23:16:30.275 INFO O| Oct 30 23:16:30.275 INFO O| Download: 9009/22744 items 72.4/199.4MB 36% complete (1.2M/s)
37372024-10-30T23:16:34.791Z[ recovery-image] Oct 30 23:16:33.423 INFO O| Oct 30 23:16:33.422 INFO O| Download: 3822/15846 items 42.5/176.2MB 24% complete (1.1M/s)
37382024-10-30T23:16:36.645Z[ host-image] Oct 30 23:16:35.276 INFO O| Oct 30 23:16:35.276 INFO O| Download: 9842/22744 items 83.6/199.4MB 41% complete (1.6M/s)
37392024-10-30T23:16:39.805Z[ recovery-image] Oct 30 23:16:38.437 INFO O| Oct 30 23:16:38.437 INFO O| Download: 4764/15846 items 43.0/176.2MB 24% complete (486k/s)
37402024-10-30T23:16:41.646Z[ host-image] Oct 30 23:16:40.277 INFO O| Oct 30 23:16:40.277 INFO O| Download: 10487/22744 items 88.4/199.4MB 44% complete (1.6M/s)
37412024-10-30T23:16:44.814Z[ recovery-image] Oct 30 23:16:43.445 INFO O| Oct 30 23:16:43.445 INFO O| Download: 5610/15846 items 43.5/176.2MB 24% complete (102k/s)
37422024-10-30T23:16:47.140Z[ host-image] Oct 30 23:16:45.771 INFO O| Oct 30 23:16:45.771 INFO O| Download: 10846/22744 items 90.0/199.4MB 45% complete (865k/s)
37432024-10-30T23:16:50.172Z[ recovery-image] Oct 30 23:16:48.803 INFO O| Oct 30 23:16:48.803 INFO O| Download: 6087/15846 items 54.4/176.2MB 30% complete (1.1M/s)
37442024-10-30T23:16:52.639Z[ host-image] Oct 30 23:16:51.270 INFO O| Oct 30 23:16:51.270 INFO O| Download: 11129/22744 items 93.1/199.4MB 46% complete (420k/s)
37452024-10-30T23:16:55.175Z[ recovery-image] Oct 30 23:16:53.806 INFO O| Oct 30 23:16:53.805 INFO O| Download: 6965/15846 items 68.3/176.2MB 38% complete (2.4M/s)
37462024-10-30T23:16:58.106Z[ host-image] Oct 30 23:16:56.737 INFO O| Oct 30 23:16:56.737 INFO O| Download: 11285/22744 items 95.4/199.4MB 47% complete (529k/s)
37472024-10-30T23:17:00.209Z[ recovery-image] Oct 30 23:16:58.840 INFO O| Oct 30 23:16:58.840 INFO O| Download: 7628/15846 items 73.7/176.2MB 41% complete (2.0M/s)
37482024-10-30T23:17:03.685Z[ host-image] Oct 30 23:17:02.315 INFO O| Oct 30 23:17:02.315 INFO O| Download: 12104/22744 items 101.0/199.4MB 50% complete (783k/s)
37492024-10-30T23:17:05.314Z[ recovery-image] Oct 30 23:17:03.944 INFO O| Oct 30 23:17:03.944 INFO O| Download: 7905/15846 items 76.9/176.2MB 43% complete (1.3M/s)
37502024-10-30T23:17:08.723Z[ host-image] Oct 30 23:17:07.353 INFO O| Oct 30 23:17:07.353 INFO O| Download: 13309/22744 items 110.0/199.4MB 55% complete (1.4M/s)
37512024-10-30T23:17:10.319Z[ recovery-image] Oct 30 23:17:08.949 INFO O| Oct 30 23:17:08.949 INFO O| Download: 8271/15846 items 79.3/176.2MB 44% complete (575k/s)
37522024-10-30T23:17:15.664Z[ recovery-image] Oct 30 23:17:14.293 INFO O| Oct 30 23:17:14.293 INFO O| Download: 8840/15846 items 91.9/176.2MB 52% complete (1.5M/s)
37532024-10-30T23:17:16.054Z[ host-image] Oct 30 23:17:14.684 INFO O| Oct 30 23:17:14.684 INFO O| Download: 13902/22744 items 110.3/199.4MB 55% complete (1.1M/s)
37542024-10-30T23:17:20.666Z[ recovery-image] Oct 30 23:17:19.296 INFO O| Oct 30 23:17:19.296 INFO O| Download: 9543/15846 items 92.9/176.2MB 52% complete (1.4M/s)
37552024-10-30T23:17:21.057Z[ host-image] Oct 30 23:17:19.687 INFO O| Oct 30 23:17:19.687 INFO O| Download: 14328/22744 items 111.2/199.4MB 55% complete (84.1k/s)
37562024-10-30T23:17:25.668Z[ recovery-image] Oct 30 23:17:24.297 INFO O| Oct 30 23:17:24.297 INFO O| Download: 10329/15846 items 93.3/176.2MB 52% complete (147k/s)
37572024-10-30T23:17:26.063Z[ host-image] Oct 30 23:17:24.692 INFO O| Oct 30 23:17:24.692 INFO O| Download: 14498/22744 items 115.5/199.4MB 57% complete (450k/s)
37582024-10-30T23:17:30.676Z[ recovery-image] Oct 30 23:17:29.305 INFO O| Oct 30 23:17:29.305 INFO O| Download: 11076/15846 items 98.9/176.2MB 56% complete (389k/s)
37592024-10-30T23:17:35.977Z[ recovery-image] Oct 30 23:17:34.606 INFO O| Oct 30 23:17:34.606 INFO O| Download: 11551/15846 items 112.0/176.2MB 63% complete (1.8M/s)
37602024-10-30T23:17:37.279Z[ host-image] Oct 30 23:17:35.909 INFO O| Oct 30 23:17:35.909 INFO O| Download: 14503/22744 items 115.7/199.4MB 58% complete (462k/s)
37612024-10-30T23:17:41.057Z[ recovery-image] Oct 30 23:17:39.687 INFO O| Oct 30 23:17:39.687 INFO O| Download: 11928/15846 items 128.3/176.2MB 72% complete (3.1M/s)
37622024-10-30T23:17:42.289Z[ host-image] Oct 30 23:17:40.919 INFO O| Oct 30 23:17:40.919 INFO O| Download: 15269/22744 items 123.9/199.4MB 62% complete (1.7M/s)
37632024-10-30T23:17:46.136Z[ recovery-image] Oct 30 23:17:44.765 INFO O| Oct 30 23:17:44.765 INFO O| Download: 11995/15846 items 139.9/176.2MB 79% complete (2.8M/s)
37642024-10-30T23:17:47.688Z[ host-image] Oct 30 23:17:46.318 INFO O| Oct 30 23:17:46.318 INFO O| Download: 15750/22744 items 126.1/199.4MB 63% complete (1.1M/s)
37652024-10-30T23:17:51.137Z[ recovery-image] Oct 30 23:17:49.767 INFO O| Oct 30 23:17:49.766 INFO O| Download: 12844/15846 items 143.1/176.2MB 81% complete (1.5M/s)
37662024-10-30T23:17:52.711Z[ host-image] Oct 30 23:17:51.341 INFO O| Oct 30 23:17:51.340 INFO O| Download: 16562/22744 items 138.4/199.4MB 69% complete (1.4M/s)
37672024-10-30T23:17:56.137Z[ recovery-image] Oct 30 23:17:54.767 INFO O| Oct 30 23:17:54.766 INFO O| Download: 13521/15846 items 145.4/176.2MB 82% complete (555k/s)
37682024-10-30T23:17:57.717Z[ host-image] Oct 30 23:17:56.347 INFO O| Oct 30 23:17:56.346 INFO O| Download: 16991/22744 items 140.7/199.4MB 70% complete (1.5M/s)
37692024-10-30T23:18:01.425Z[ recovery-image] Oct 30 23:18:00.055 INFO O| Oct 30 23:18:00.054 INFO O| Download: 14042/15846 items 147.1/176.2MB 83% complete (442k/s)
37702024-10-30T23:18:02.727Z[ host-image] Oct 30 23:18:01.354 INFO O| Oct 30 23:18:01.354 INFO O| Download: 17614/22744 items 149.3/199.4MB 74% complete (1.1M/s)
37712024-10-30T23:18:06.443Z[ recovery-image] Oct 30 23:18:05.072 INFO O| Oct 30 23:18:05.072 INFO O| Download: 14660/15846 items 150.5/176.2MB 85% complete (468k/s)
37722024-10-30T23:18:09.341Z[ host-image] Oct 30 23:18:07.970 INFO O| Oct 30 23:18:07.970 INFO O| Download: 17862/22744 items 150.1/199.4MB 75% complete (982k/s)
37732024-10-30T23:18:11.988Z[ recovery-image] Oct 30 23:18:10.617 INFO O| Oct 30 23:18:10.616 INFO O| Download: 14736/15846 items 154.8/176.2MB 87% complete (708k/s)
37742024-10-30T23:18:14.348Z[ host-image] Oct 30 23:18:12.977 INFO O| Oct 30 23:18:12.977 INFO O| Download: 18097/22744 items 162.5/199.4MB 81% complete (1.3M/s)
37752024-10-30T23:18:17.000Z[ recovery-image] Oct 30 23:18:15.628 INFO O| Oct 30 23:18:15.628 INFO O| Download: 15001/15846 items 157.6/176.2MB 89% complete (758k/s)
37762024-10-30T23:18:19.346Z[ host-image] Oct 30 23:18:17.975 INFO O| Oct 30 23:18:17.975 INFO O| Download: 18960/22744 items 165.5/199.4MB 82% complete (1.6M/s)
37772024-10-30T23:18:22.005Z[ recovery-image] Oct 30 23:18:20.634 INFO O| Oct 30 23:18:20.634 INFO O| Download: 15436/15846 items 168.2/176.2MB 95% complete (1.3M/s)
37782024-10-30T23:18:24.350Z[ host-image] Oct 30 23:18:22.979 INFO O| Oct 30 23:18:22.979 INFO O| Download: 19805/22744 items 168.4/199.4MB 84% complete (605k/s)
37792024-10-30T23:18:27.033Z[ recovery-image] Oct 30 23:18:25.662 INFO O| Oct 30 23:18:25.662 INFO O| Download: 15604/15846 items 169.5/176.2MB 96% complete (1.2M/s)
37802024-10-30T23:18:29.350Z[ host-image] Oct 30 23:18:27.979 INFO O| Oct 30 23:18:27.979 INFO O| Download: 20355/22744 items 170.7/199.4MB 85% complete (522k/s)
37812024-10-30T23:18:32.152Z[ recovery-image] Oct 30 23:18:30.780 INFO O| Oct 30 23:18:30.780 INFO O| Download: 15817/15846 items 175.0/176.2MB 99% complete (754k/s)
37822024-10-30T23:18:33.478Z[ recovery-image] Oct 30 23:18:32.106 INFO O| Oct 30 23:18:32.106 INFO O| Download: Completed 176.18 MB in 149.39 seconds (1.2M/s)
37832024-10-30T23:18:34.370Z[ host-image] Oct 30 23:18:32.997 INFO O| Oct 30 23:18:32.997 INFO O| Download: 20877/22744 items 178.5/199.4MB 89% complete (1.0M/s)
37842024-10-30T23:18:34.520Z[ recovery-image] Oct 30 23:18:33.148 INFO O| Oct 30 23:18:33.148 INFO O| Actions: 1/25012 actions (Installing new actions)
37852024-10-30T23:18:39.520Z[ recovery-image] Oct 30 23:18:38.149 INFO O| Oct 30 23:18:38.149 INFO O| Actions: 10099/25012 actions (Installing new actions)
37862024-10-30T23:18:40.302Z[ host-image] Oct 30 23:18:38.930 INFO O| Oct 30 23:18:38.930 INFO O| Download: 21041/22744 items 179.3/199.4MB 89% complete (984k/s)
37872024-10-30T23:18:44.521Z[ recovery-image] Oct 30 23:18:43.149 INFO O| Oct 30 23:18:43.149 INFO O| Actions: 17427/25012 actions (Installing new actions)
37882024-10-30T23:18:45.383Z[ host-image] Oct 30 23:18:44.011 INFO O| Oct 30 23:18:44.011 INFO O| Download: 21879/22744 items 191.2/199.4MB 95% complete (1.3M/s)
37892024-10-30T23:18:49.596Z[ recovery-image] Oct 30 23:18:48.224 INFO O| Oct 30 23:18:48.224 INFO O| Actions: 24553/25012 actions (Installing new actions)
37902024-10-30T23:18:50.755Z[ host-image] Oct 30 23:18:49.383 INFO O| Oct 30 23:18:49.383 INFO O| Download: 21960/22744 items 191.8/199.4MB 96% complete (1.3M/s)
37912024-10-30T23:18:52.190Z[ recovery-image] Oct 30 23:18:50.818 INFO O| Oct 30 23:18:50.818 INFO O| Actions: Completed 25012 actions in 17.67 seconds.
37922024-10-30T23:18:52.770Z[ recovery-image] Oct 30 23:18:51.397 INFO O| Oct 30 23:18:51.397 INFO O| Done
37932024-10-30T23:18:52.770Z[ recovery-image] Oct 30 23:18:51.398 INFO O| Oct 30 23:18:51.397 INFO O| Done
37942024-10-30T23:18:54.151Z[ recovery-image] Oct 30 23:18:52.779 INFO O| Oct 30 23:18:52.779 INFO O| Done
37952024-10-30T23:18:55.772Z[ host-image] Oct 30 23:18:54.400 INFO O| Oct 30 23:18:54.399 INFO O| Download: 22167/22744 items 197.2/199.4MB 98% complete (604k/s)
37962024-10-30T23:18:55.987Z[ recovery-image] Oct 30 23:18:54.615 INFO O| Oct 30 23:18:54.615 INFO O| Done
37972024-10-30T23:18:56.009Z[ recovery-image] Oct 30 23:18:54.637 INFO O| Oct 30 23:18:54.636 INFO O| Done
37982024-10-30T23:19:00.735Z[ recovery-image] Oct 30 23:18:59.363 INFO O| Oct 30 23:18:59.363 INFO O| Done
37992024-10-30T23:19:01.416Z[ recovery-image] Oct 30 23:19:00.044 INFO O| Oct 30 23:19:00.044 INFO O| Done
38002024-10-30T23:19:01.464Z[ host-image] Oct 30 23:19:00.092 INFO O| Oct 30 23:19:00.092 INFO O| Download: 22743/22744 items 199.4/199.4MB 100% complete (801k/s)
38012024-10-30T23:19:01.557Z[ host-image] Oct 30 23:19:00.185 INFO O| Oct 30 23:19:00.184 INFO O| Download: Completed 199.42 MB in 205.77 seconds (989k/s)
38022024-10-30T23:19:01.846Z[ recovery-image] Oct 30 23:19:00.473 INFO O| Oct 30 23:19:00.473 INFO STEP 11 (pkg_install) COMPLETE
38032024-10-30T23:19:01.846Z[ recovery-image] Oct 30 23:19:00.473 INFO O| Oct 30 23:19:00.473 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38042024-10-30T23:19:01.849Z[ recovery-image] Oct 30 23:19:00.473 INFO O| Oct 30 23:19:00.473 INFO skip step because feature "recovery" is enabled
38052024-10-30T23:19:01.849Z[ recovery-image] Oct 30 23:19:00.473 INFO O| Oct 30 23:19:00.473 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38062024-10-30T23:19:01.849Z[ recovery-image] Oct 30 23:19:00.473 INFO O| Oct 30 23:19:00.473 INFO skip step because feature "omicron1" is not enabled
38072024-10-30T23:19:01.849Z[ recovery-image] Oct 30 23:19:00.473 INFO O| Oct 30 23:19:00.473 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38082024-10-30T23:19:01.863Z[ recovery-image] Oct 30 23:19:00.491 INFO O| Oct 30 23:19:00.491 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
38092024-10-30T23:19:03.137Z[ recovery-image] Oct 30 23:19:01.765 INFO O| Oct 30 23:19:01.765 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38102024-10-30T23:19:03.158Z[ host-image] Oct 30 23:19:01.786 INFO O| Oct 30 23:19:01.786 INFO O| Actions: 1/49311 actions (Installing new actions)
38112024-10-30T23:19:06.743Z[ recovery-image] Oct 30 23:19:05.370 INFO O| Oct 30 23:19:05.370 INFO O| Planning: Solver setup ... Done
38122024-10-30T23:19:06.750Z[ recovery-image] Oct 30 23:19:05.377 INFO O| Oct 30 23:19:05.377 INFO O| Planning: Running solver ... Done
38132024-10-30T23:19:06.855Z[ recovery-image] Oct 30 23:19:05.483 INFO O| Oct 30 23:19:05.482 INFO O| Planning: Finding local manifests ... Done
38142024-10-30T23:19:06.858Z[ recovery-image] Oct 30 23:19:05.484 INFO O| Oct 30 23:19:05.483 INFO O| Planning: Fetching manifests: 0/1 0% complete
38152024-10-30T23:19:07.108Z[ recovery-image] Oct 30 23:19:05.736 INFO O| Oct 30 23:19:05.736 INFO O| Planning: Fetching manifests: 1/1 100% complete
38162024-10-30T23:19:07.153Z[ recovery-image] Oct 30 23:19:05.781 INFO O| Oct 30 23:19:05.781 INFO O| Planning: Package planning ... Done
38172024-10-30T23:19:07.155Z[ recovery-image] Oct 30 23:19:05.781 INFO O| Oct 30 23:19:05.781 INFO O| Planning: Merging actions ... Done
38182024-10-30T23:19:07.364Z[ recovery-image] Oct 30 23:19:05.991 INFO O| Oct 30 23:19:05.991 INFO O| Planning: Checking for conflicting actions ... Done
38192024-10-30T23:19:07.367Z[ recovery-image] Oct 30 23:19:05.992 INFO O| Oct 30 23:19:05.992 INFO O| Planning: Consolidating action changes ... Done
38202024-10-30T23:19:07.830Z[ recovery-image] Oct 30 23:19:06.457 INFO O| Oct 30 23:19:06.457 INFO O| Planning: Evaluating mediators ... Done
38212024-10-30T23:19:07.858Z[ recovery-image] Oct 30 23:19:06.467 INFO O| Oct 30 23:19:06.467 INFO O| Planning: Planning completed in 4.69 seconds
38222024-10-30T23:19:07.858Z[ recovery-image] Oct 30 23:19:06.468 INFO O| Oct 30 23:19:06.467 INFO O| Packages to install: 1
38232024-10-30T23:19:07.863Z[ recovery-image] Oct 30 23:19:06.491 INFO O| Oct 30 23:19:06.491 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
38242024-10-30T23:19:08.166Z[ host-image] Oct 30 23:19:06.789 INFO O| Oct 30 23:19:06.789 INFO O| Actions: 7648/49311 actions (Installing new actions)
38252024-10-30T23:19:09.496Z[ recovery-image] Oct 30 23:19:08.124 INFO O| Oct 30 23:19:08.124 INFO O| Download: Completed 20.80 MB in 1.63 seconds (12.7M/s)
38262024-10-30T23:19:09.536Z[ recovery-image] Oct 30 23:19:08.164 INFO O| Oct 30 23:19:08.164 INFO O| Actions: 1/22 actions (Installing new actions)
38272024-10-30T23:19:10.283Z[ recovery-image] Oct 30 23:19:08.911 INFO O| Oct 30 23:19:08.911 INFO O| Actions: Completed 22 actions in 0.75 seconds.
38282024-10-30T23:19:10.578Z[ recovery-image] Oct 30 23:19:09.205 INFO O| Oct 30 23:19:09.205 INFO O| Done
38292024-10-30T23:19:10.578Z[ recovery-image] Oct 30 23:19:09.206 INFO O| Oct 30 23:19:09.205 INFO O| Done
38302024-10-30T23:19:11.061Z[ recovery-image] Oct 30 23:19:09.689 INFO O| Oct 30 23:19:09.689 INFO O| Done
38312024-10-30T23:19:12.095Z[ recovery-image] Oct 30 23:19:10.722 INFO O| Oct 30 23:19:10.722 INFO O| Done
38322024-10-30T23:19:12.109Z[ recovery-image] Oct 30 23:19:10.736 INFO O| Oct 30 23:19:10.736 INFO O| Done
38332024-10-30T23:19:12.109Z[ recovery-image] Oct 30 23:19:10.736 INFO O| Oct 30 23:19:10.736 INFO O| Done
38342024-10-30T23:19:12.118Z[ recovery-image] Oct 30 23:19:10.746 INFO O| Oct 30 23:19:10.746 INFO O| Done
38352024-10-30T23:19:12.221Z[ recovery-image] Oct 30 23:19:10.848 INFO O| Oct 30 23:19:10.848 INFO STEP 14 (pkg_install) COMPLETE
38362024-10-30T23:19:12.221Z[ recovery-image] Oct 30 23:19:10.848 INFO O| Oct 30 23:19:10.848 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38372024-10-30T23:19:12.221Z[ recovery-image] Oct 30 23:19:10.848 INFO O| Oct 30 23:19:10.848 INFO skip step because feature "mfg" is not enabled
38382024-10-30T23:19:12.223Z[ recovery-image] Oct 30 23:19:10.848 INFO O| Oct 30 23:19:10.848 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38392024-10-30T23:19:12.224Z[ recovery-image] Oct 30 23:19:10.848 INFO O| Oct 30 23:19:10.848 INFO skip step because feature "compliance" is not enabled
38402024-10-30T23:19:12.225Z[ recovery-image] Oct 30 23:19:10.848 INFO O| Oct 30 23:19:10.848 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38412024-10-30T23:19:12.225Z[ recovery-image] Oct 30 23:19:10.848 INFO O| Oct 30 23:19:10.848 INFO skip step because feature "stress" is not enabled
38422024-10-30T23:19:12.225Z[ recovery-image] Oct 30 23:19:10.848 INFO O| Oct 30 23:19:10.848 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38432024-10-30T23:19:12.225Z[ recovery-image] Oct 30 23:19:10.848 INFO O| Oct 30 23:19:10.848 INFO skip step because feature "nfs" is not enabled
38442024-10-30T23:19:12.225Z[ recovery-image] Oct 30 23:19:10.848 INFO O| Oct 30 23:19:10.848 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
38452024-10-30T23:19:12.225Z[ recovery-image] Oct 30 23:19:10.848 INFO O| Oct 30 23:19:10.848 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
38462024-10-30T23:19:12.464Z[ recovery-image] Oct 30 23:19:11.091 INFO O| Oct 30 23:19:11.091 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
38472024-10-30T23:19:12.696Z[ recovery-image] Oct 30 23:19:11.323 INFO O| Oct 30 23:19:11.323 INFO completed processing gimlet/ramdisk-01-os
38482024-10-30T23:19:12.698Z[ recovery-image] Oct 30 23:19:11.325 INFO image builder template: ramdisk-02-trim...
38492024-10-30T23:19:12.698Z[ recovery-image] Oct 30 23:19:11.326 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/.tmpjscsyd/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "ramdisk-02-trim"], pwd: None
38502024-10-30T23:19:12.722Z[ recovery-image] Oct 30 23:19:11.350 INFO O| Oct 30 23:19:11.350 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38512024-10-30T23:19:12.726Z[ recovery-image] Oct 30 23:19:11.354 INFO O| Oct 30 23:19:11.354 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38522024-10-30T23:19:12.817Z[ recovery-image] Oct 30 23:19:11.444 INFO O| Oct 30 23:19:11.444 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
38532024-10-30T23:19:12.985Z[ recovery-image] Oct 30 23:19:11.613 INFO O| Oct 30 23:19:11.613 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38542024-10-30T23:19:12.988Z[ recovery-image] Oct 30 23:19:11.613 INFO O| Oct 30 23:19:11.613 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
38552024-10-30T23:19:12.991Z[ recovery-image] Oct 30 23:19:11.619 INFO O| Oct 30 23:19:11.619 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
38562024-10-30T23:19:12.995Z[ recovery-image] Oct 30 23:19:11.623 INFO O| Oct 30 23:19:11.623 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
38572024-10-30T23:19:13.000Z[ recovery-image] Oct 30 23:19:11.628 INFO O| Oct 30 23:19:11.628 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
38582024-10-30T23:19:13.031Z[verify-libraries] Finished `release` profile [optimized] target(s) in 5m 41s
38592024-10-30T23:19:13.170Z[ host-image] Oct 30 23:19:11.798 INFO O| Oct 30 23:19:11.798 INFO O| Actions: 15925/49311 actions (Installing new actions)
38602024-10-30T23:19:13.234Z[ recovery-image] Oct 30 23:19:11.862 INFO O| Oct 30 23:19:11.862 INFO rolled back to input snapshot; work may begin
38612024-10-30T23:19:13.234Z[ recovery-image] Oct 30 23:19:11.862 INFO O| Oct 30 23:19:11.862 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
38622024-10-30T23:19:13.239Z[ recovery-image] Oct 30 23:19:11.867 INFO O| Oct 30 23:19:11.867 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38632024-10-30T23:19:13.251Z[ recovery-image] Oct 30 23:19:11.879 INFO O| Oct 30 23:19:11.879 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
38642024-10-30T23:19:13.300Z[ recovery-image] Oct 30 23:19:11.927 INFO O| Oct 30 23:19:11.927 INFO STEP 0 (remove_files) COMPLETE
38652024-10-30T23:19:13.300Z[ recovery-image] Oct 30 23:19:11.928 INFO O| Oct 30 23:19:11.927 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38662024-10-30T23:19:13.311Z[ recovery-image] Oct 30 23:19:11.939 INFO O| Oct 30 23:19:11.939 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
38672024-10-30T23:19:13.314Z[ recovery-image] Oct 30 23:19:11.941 INFO O| Oct 30 23:19:11.941 INFO STEP 1 (remove_files) COMPLETE
38682024-10-30T23:19:13.314Z[ recovery-image] Oct 30 23:19:11.941 INFO O| Oct 30 23:19:11.941 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38692024-10-30T23:19:13.323Z[ recovery-image] Oct 30 23:19:11.951 INFO O| Oct 30 23:19:11.951 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
38702024-10-30T23:19:13.338Z[ recovery-image] Oct 30 23:19:11.965 INFO O| Oct 30 23:19:11.965 INFO STEP 2 (remove_files) COMPLETE
38712024-10-30T23:19:13.338Z[ recovery-image] Oct 30 23:19:11.965 INFO O| Oct 30 23:19:11.965 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38722024-10-30T23:19:13.348Z[ recovery-image] Oct 30 23:19:11.975 INFO O| Oct 30 23:19:11.975 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
38732024-10-30T23:19:13.350Z[ recovery-image] Oct 30 23:19:11.977 INFO O| Oct 30 23:19:11.977 INFO STEP 3 (remove_files) COMPLETE
38742024-10-30T23:19:13.350Z[ recovery-image] Oct 30 23:19:11.977 INFO O| Oct 30 23:19:11.977 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38752024-10-30T23:19:13.359Z[ recovery-image] Oct 30 23:19:11.987 INFO O| Oct 30 23:19:11.987 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
38762024-10-30T23:19:13.363Z[ recovery-image] Oct 30 23:19:11.991 INFO O| Oct 30 23:19:11.991 INFO STEP 4 (remove_files) COMPLETE
38772024-10-30T23:19:13.363Z[ recovery-image] Oct 30 23:19:11.991 INFO O| Oct 30 23:19:11.991 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38782024-10-30T23:19:13.365ZOct 30 23:19:11.992 INFO [verify-libraries] process exited with exit status: 0 (345.459472473s)
38792024-10-30T23:19:13.373Z[ recovery-image] Oct 30 23:19:12.000 INFO O| Oct 30 23:19:12.000 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
38802024-10-30T23:19:13.375Z[ recovery-image] Oct 30 23:19:12.001 INFO O| Oct 30 23:19:12.001 INFO STEP 5 (remove_files) COMPLETE
38812024-10-30T23:19:13.375Z[ recovery-image] Oct 30 23:19:12.001 INFO O| Oct 30 23:19:12.001 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38822024-10-30T23:19:13.383Z[ recovery-image] Oct 30 23:19:12.010 INFO O| Oct 30 23:19:12.010 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
38832024-10-30T23:19:13.394Z[ recovery-image] Oct 30 23:19:12.022 INFO O| Oct 30 23:19:12.022 INFO STEP 6 (remove_files) COMPLETE
38842024-10-30T23:19:13.395Z[ recovery-image] Oct 30 23:19:12.022 INFO O| Oct 30 23:19:12.022 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38852024-10-30T23:19:13.398Z[ recovery-image] Oct 30 23:19:12.022 INFO O| Oct 30 23:19:12.022 INFO skip step because feature "recovery" is enabled
38862024-10-30T23:19:13.398Z[ recovery-image] Oct 30 23:19:12.022 INFO O| Oct 30 23:19:12.022 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38872024-10-30T23:19:13.398Z[ recovery-image] Oct 30 23:19:12.022 INFO O| Oct 30 23:19:12.022 INFO skip step because feature "recovery" is enabled
38882024-10-30T23:19:13.398Z[ recovery-image] Oct 30 23:19:12.022 INFO O| Oct 30 23:19:12.022 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38892024-10-30T23:19:13.398Z[ recovery-image] Oct 30 23:19:12.022 INFO O| Oct 30 23:19:12.022 INFO skip step because feature "recovery" is enabled
38902024-10-30T23:19:13.398Z[ recovery-image] Oct 30 23:19:12.022 INFO O| Oct 30 23:19:12.022 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38912024-10-30T23:19:13.404Z[ recovery-image] Oct 30 23:19:12.032 INFO O| Oct 30 23:19:12.032 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
38922024-10-30T23:19:13.408Z[ recovery-image] Oct 30 23:19:12.035 INFO O| Oct 30 23:19:12.035 INFO STEP 10 (remove_files) COMPLETE
38932024-10-30T23:19:13.410Z[ recovery-image] Oct 30 23:19:12.035 INFO O| Oct 30 23:19:12.035 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38942024-10-30T23:19:13.417Z[ recovery-image] Oct 30 23:19:12.045 INFO O| Oct 30 23:19:12.045 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
38952024-10-30T23:19:13.419Z[ recovery-image] Oct 30 23:19:12.046 INFO O| Oct 30 23:19:12.046 INFO STEP 11 (remove_files) COMPLETE
38962024-10-30T23:19:13.419Z[ recovery-image] Oct 30 23:19:12.046 INFO O| Oct 30 23:19:12.046 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38972024-10-30T23:19:13.427Z[ recovery-image] Oct 30 23:19:12.055 INFO O| Oct 30 23:19:12.055 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
38982024-10-30T23:19:13.429Z[ recovery-image] Oct 30 23:19:12.056 INFO O| Oct 30 23:19:12.056 INFO STEP 12 (remove_files) COMPLETE
38992024-10-30T23:19:13.429Z[ recovery-image] Oct 30 23:19:12.056 INFO O| Oct 30 23:19:12.056 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39002024-10-30T23:19:13.451Z[ recovery-image] Oct 30 23:19:12.078 INFO O| Oct 30 23:19:12.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
39012024-10-30T23:19:13.618Z[ recovery-image] Oct 30 23:19:12.246 INFO O| Oct 30 23:19:12.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
39022024-10-30T23:19:13.624Z[ recovery-image] Oct 30 23:19:12.252 INFO O| Oct 30 23:19:12.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
39032024-10-30T23:19:13.628Z[ recovery-image] Oct 30 23:19:12.255 INFO O| Oct 30 23:19:12.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
39042024-10-30T23:19:13.636Z[ recovery-image] Oct 30 23:19:12.264 INFO O| Oct 30 23:19:12.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
39052024-10-30T23:19:13.678Z[ recovery-image] Oct 30 23:19:12.305 INFO O| Oct 30 23:19:12.305 INFO STEP 13 (remove_files) COMPLETE
39062024-10-30T23:19:13.678Z[ recovery-image] Oct 30 23:19:12.305 INFO O| Oct 30 23:19:12.305 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39072024-10-30T23:19:13.688Z[ recovery-image] Oct 30 23:19:12.316 INFO O| Oct 30 23:19:12.316 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
39082024-10-30T23:19:13.690Z[ recovery-image] Oct 30 23:19:12.317 INFO O| Oct 30 23:19:12.317 INFO STEP 14 (remove_files) COMPLETE
39092024-10-30T23:19:13.691Z[ recovery-image] Oct 30 23:19:12.317 INFO O| Oct 30 23:19:12.317 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39102024-10-30T23:19:13.699Z[ recovery-image] Oct 30 23:19:12.327 INFO O| Oct 30 23:19:12.327 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
39112024-10-30T23:19:13.706Z[ recovery-image] Oct 30 23:19:12.333 INFO O| Oct 30 23:19:12.333 INFO STEP 15 (remove_files) COMPLETE
39122024-10-30T23:19:13.706Z[ recovery-image] Oct 30 23:19:12.333 INFO O| Oct 30 23:19:12.333 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39132024-10-30T23:19:13.716Z[ recovery-image] Oct 30 23:19:12.344 INFO O| Oct 30 23:19:12.344 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
39142024-10-30T23:19:13.718Z[ recovery-image] Oct 30 23:19:12.344 INFO O| Oct 30 23:19:12.344 INFO STEP 16 (remove_files) COMPLETE
39152024-10-30T23:19:13.718Z[ recovery-image] Oct 30 23:19:12.344 INFO O| Oct 30 23:19:12.344 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39162024-10-30T23:19:13.725Z[ recovery-image] Oct 30 23:19:12.353 INFO O| Oct 30 23:19:12.353 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
39172024-10-30T23:19:13.728Z[ recovery-image] Oct 30 23:19:12.355 INFO O| Oct 30 23:19:12.355 INFO STEP 17 (remove_files) COMPLETE
39182024-10-30T23:19:13.728Z[ recovery-image] Oct 30 23:19:12.355 INFO O| Oct 30 23:19:12.355 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39192024-10-30T23:19:13.736Z[ recovery-image] Oct 30 23:19:12.364 INFO O| Oct 30 23:19:12.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
39202024-10-30T23:19:13.738Z[ recovery-image] Oct 30 23:19:12.364 INFO O| Oct 30 23:19:12.364 INFO STEP 18 (remove_files) COMPLETE
39212024-10-30T23:19:13.738Z[ recovery-image] Oct 30 23:19:12.364 INFO O| Oct 30 23:19:12.364 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39222024-10-30T23:19:13.745Z[ recovery-image] Oct 30 23:19:12.373 INFO O| Oct 30 23:19:12.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
39232024-10-30T23:19:13.745Z[ recovery-image] Oct 30 23:19:12.373 INFO O| Oct 30 23:19:12.373 INFO STEP 19 (remove_files) COMPLETE
39242024-10-30T23:19:13.745Z[ recovery-image] Oct 30 23:19:12.373 INFO O| Oct 30 23:19:12.373 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39252024-10-30T23:19:13.755Z[ recovery-image] Oct 30 23:19:12.382 INFO O| Oct 30 23:19:12.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
39262024-10-30T23:19:13.755Z[ recovery-image] Oct 30 23:19:12.383 INFO O| Oct 30 23:19:12.382 INFO STEP 20 (remove_files) COMPLETE
39272024-10-30T23:19:13.757Z[ recovery-image] Oct 30 23:19:12.383 INFO O| Oct 30 23:19:12.382 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39282024-10-30T23:19:13.764Z[ recovery-image] Oct 30 23:19:12.392 INFO O| Oct 30 23:19:12.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
39292024-10-30T23:19:13.764Z[ recovery-image] Oct 30 23:19:12.392 INFO O| Oct 30 23:19:12.392 INFO STEP 21 (remove_files) COMPLETE
39302024-10-30T23:19:13.766Z[ recovery-image] Oct 30 23:19:12.392 INFO O| Oct 30 23:19:12.392 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39312024-10-30T23:19:13.774Z[ recovery-image] Oct 30 23:19:12.402 INFO O| Oct 30 23:19:12.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
39322024-10-30T23:19:13.776Z[ recovery-image] Oct 30 23:19:12.402 INFO O| Oct 30 23:19:12.402 INFO STEP 22 (remove_files) COMPLETE
39332024-10-30T23:19:13.776Z[ recovery-image] Oct 30 23:19:12.402 INFO O| Oct 30 23:19:12.402 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39342024-10-30T23:19:13.783Z[ recovery-image] Oct 30 23:19:12.411 INFO O| Oct 30 23:19:12.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
39352024-10-30T23:19:13.783Z[ recovery-image] Oct 30 23:19:12.411 INFO O| Oct 30 23:19:12.411 INFO STEP 23 (remove_files) COMPLETE
39362024-10-30T23:19:13.783Z[ recovery-image] Oct 30 23:19:12.411 INFO O| Oct 30 23:19:12.411 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39372024-10-30T23:19:13.792Z[ recovery-image] Oct 30 23:19:12.420 INFO O| Oct 30 23:19:12.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
39382024-10-30T23:19:13.792Z[ recovery-image] Oct 30 23:19:12.420 INFO O| Oct 30 23:19:12.420 INFO STEP 24 (remove_files) COMPLETE
39392024-10-30T23:19:13.795Z[ recovery-image] Oct 30 23:19:12.420 INFO O| Oct 30 23:19:12.420 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39402024-10-30T23:19:13.802Z[ recovery-image] Oct 30 23:19:12.429 INFO O| Oct 30 23:19:12.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
39412024-10-30T23:19:13.802Z[ recovery-image] Oct 30 23:19:12.430 INFO O| Oct 30 23:19:12.430 INFO STEP 25 (remove_files) COMPLETE
39422024-10-30T23:19:13.804Z[ recovery-image] Oct 30 23:19:12.430 INFO O| Oct 30 23:19:12.430 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39432024-10-30T23:19:13.811Z[ recovery-image] Oct 30 23:19:12.439 INFO O| Oct 30 23:19:12.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
39442024-10-30T23:19:13.811Z[ recovery-image] Oct 30 23:19:12.439 INFO O| Oct 30 23:19:12.439 INFO STEP 26 (remove_files) COMPLETE
39452024-10-30T23:19:13.811Z[ recovery-image] Oct 30 23:19:12.439 INFO O| Oct 30 23:19:12.439 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39462024-10-30T23:19:13.820Z[ recovery-image] Oct 30 23:19:12.448 INFO O| Oct 30 23:19:12.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
39472024-10-30T23:19:13.820Z[ recovery-image] Oct 30 23:19:12.448 INFO O| Oct 30 23:19:12.448 INFO STEP 27 (remove_files) COMPLETE
39482024-10-30T23:19:13.820Z[ recovery-image] Oct 30 23:19:12.448 INFO O| Oct 30 23:19:12.448 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39492024-10-30T23:19:13.829Z[ recovery-image] Oct 30 23:19:12.457 INFO O| Oct 30 23:19:12.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
39502024-10-30T23:19:13.829Z[ recovery-image] Oct 30 23:19:12.457 INFO O| Oct 30 23:19:12.457 INFO STEP 28 (remove_files) COMPLETE
39512024-10-30T23:19:13.832Z[ recovery-image] Oct 30 23:19:12.457 INFO O| Oct 30 23:19:12.457 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39522024-10-30T23:19:13.839Z[ recovery-image] Oct 30 23:19:12.467 INFO O| Oct 30 23:19:12.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
39532024-10-30T23:19:13.841Z[ recovery-image] Oct 30 23:19:12.467 INFO O| Oct 30 23:19:12.467 INFO STEP 29 (remove_files) COMPLETE
39542024-10-30T23:19:13.841Z[ recovery-image] Oct 30 23:19:12.467 INFO O| Oct 30 23:19:12.467 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39552024-10-30T23:19:13.848Z[ recovery-image] Oct 30 23:19:12.476 INFO O| Oct 30 23:19:12.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
39562024-10-30T23:19:13.848Z[ recovery-image] Oct 30 23:19:12.476 INFO O| Oct 30 23:19:12.476 INFO STEP 30 (remove_files) COMPLETE
39572024-10-30T23:19:13.848Z[ recovery-image] Oct 30 23:19:12.476 INFO O| Oct 30 23:19:12.476 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39582024-10-30T23:19:13.857Z[ recovery-image] Oct 30 23:19:12.485 INFO O| Oct 30 23:19:12.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
39592024-10-30T23:19:13.857Z[ recovery-image] Oct 30 23:19:12.485 INFO O| Oct 30 23:19:12.485 INFO STEP 31 (remove_files) COMPLETE
39602024-10-30T23:19:13.857Z[ recovery-image] Oct 30 23:19:12.485 INFO O| Oct 30 23:19:12.485 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39612024-10-30T23:19:13.867Z[ recovery-image] Oct 30 23:19:12.495 INFO O| Oct 30 23:19:12.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
39622024-10-30T23:19:13.867Z[ recovery-image] Oct 30 23:19:12.495 INFO O| Oct 30 23:19:12.495 INFO STEP 32 (remove_files) COMPLETE
39632024-10-30T23:19:13.869Z[ recovery-image] Oct 30 23:19:12.495 INFO O| Oct 30 23:19:12.495 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39642024-10-30T23:19:13.876Z[ recovery-image] Oct 30 23:19:12.504 INFO O| Oct 30 23:19:12.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
39652024-10-30T23:19:13.879Z[ recovery-image] Oct 30 23:19:12.504 INFO O| Oct 30 23:19:12.504 INFO STEP 33 (remove_files) COMPLETE
39662024-10-30T23:19:13.879Z[ recovery-image] Oct 30 23:19:12.504 INFO O| Oct 30 23:19:12.504 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39672024-10-30T23:19:13.886Z[ recovery-image] Oct 30 23:19:12.513 INFO O| Oct 30 23:19:12.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
39682024-10-30T23:19:13.886Z[ recovery-image] Oct 30 23:19:12.514 INFO O| Oct 30 23:19:12.513 INFO STEP 34 (remove_files) COMPLETE
39692024-10-30T23:19:13.886Z[ recovery-image] Oct 30 23:19:12.514 INFO O| Oct 30 23:19:12.514 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39702024-10-30T23:19:13.896Z[ recovery-image] Oct 30 23:19:12.523 INFO O| Oct 30 23:19:12.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
39712024-10-30T23:19:13.896Z[ recovery-image] Oct 30 23:19:12.523 INFO O| Oct 30 23:19:12.523 INFO STEP 35 (remove_files) COMPLETE
39722024-10-30T23:19:13.896Z[ recovery-image] Oct 30 23:19:12.523 INFO O| Oct 30 23:19:12.523 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39732024-10-30T23:19:13.904Z[ recovery-image] Oct 30 23:19:12.532 INFO O| Oct 30 23:19:12.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
39742024-10-30T23:19:13.905Z[ recovery-image] Oct 30 23:19:12.532 INFO O| Oct 30 23:19:12.532 INFO STEP 36 (remove_files) COMPLETE
39752024-10-30T23:19:13.908Z[ recovery-image] Oct 30 23:19:12.532 INFO O| Oct 30 23:19:12.532 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39762024-10-30T23:19:13.914Z[ recovery-image] Oct 30 23:19:12.541 INFO O| Oct 30 23:19:12.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
39772024-10-30T23:19:13.914Z[ recovery-image] Oct 30 23:19:12.542 INFO O| Oct 30 23:19:12.541 INFO STEP 37 (remove_files) COMPLETE
39782024-10-30T23:19:13.914Z[ recovery-image] Oct 30 23:19:12.542 INFO O| Oct 30 23:19:12.542 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39792024-10-30T23:19:13.923Z[ recovery-image] Oct 30 23:19:12.551 INFO O| Oct 30 23:19:12.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
39802024-10-30T23:19:13.923Z[ recovery-image] Oct 30 23:19:12.551 INFO O| Oct 30 23:19:12.551 INFO STEP 38 (remove_files) COMPLETE
39812024-10-30T23:19:13.925Z[ recovery-image] Oct 30 23:19:12.551 INFO O| Oct 30 23:19:12.551 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39822024-10-30T23:19:13.933Z[ recovery-image] Oct 30 23:19:12.560 INFO O| Oct 30 23:19:12.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
39832024-10-30T23:19:13.933Z[ recovery-image] Oct 30 23:19:12.561 INFO O| Oct 30 23:19:12.561 INFO STEP 39 (remove_files) COMPLETE
39842024-10-30T23:19:13.935Z[ recovery-image] Oct 30 23:19:12.561 INFO O| Oct 30 23:19:12.561 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39852024-10-30T23:19:13.942Z[ recovery-image] Oct 30 23:19:12.570 INFO O| Oct 30 23:19:12.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
39862024-10-30T23:19:13.942Z[ recovery-image] Oct 30 23:19:12.570 INFO O| Oct 30 23:19:12.570 INFO STEP 40 (remove_files) COMPLETE
39872024-10-30T23:19:13.945Z[ recovery-image] Oct 30 23:19:12.570 INFO O| Oct 30 23:19:12.570 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39882024-10-30T23:19:13.953Z[ recovery-image] Oct 30 23:19:12.580 INFO O| Oct 30 23:19:12.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
39892024-10-30T23:19:13.953Z[ recovery-image] Oct 30 23:19:12.580 INFO O| Oct 30 23:19:12.580 INFO STEP 41 (remove_files) COMPLETE
39902024-10-30T23:19:13.955Z[ recovery-image] Oct 30 23:19:12.580 INFO O| Oct 30 23:19:12.580 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39912024-10-30T23:19:13.961Z[ recovery-image] Oct 30 23:19:12.589 INFO O| Oct 30 23:19:12.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
39922024-10-30T23:19:13.964Z[ recovery-image] Oct 30 23:19:12.589 INFO O| Oct 30 23:19:12.589 INFO STEP 42 (remove_files) COMPLETE
39932024-10-30T23:19:13.964Z[ recovery-image] Oct 30 23:19:12.589 INFO O| Oct 30 23:19:12.589 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39942024-10-30T23:19:13.971Z[ recovery-image] Oct 30 23:19:12.598 INFO O| Oct 30 23:19:12.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
39952024-10-30T23:19:13.971Z[ recovery-image] Oct 30 23:19:12.598 INFO O| Oct 30 23:19:12.598 INFO STEP 43 (remove_files) COMPLETE
39962024-10-30T23:19:13.971Z[ recovery-image] Oct 30 23:19:12.598 INFO O| Oct 30 23:19:12.598 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39972024-10-30T23:19:13.980Z[ recovery-image] Oct 30 23:19:12.608 INFO O| Oct 30 23:19:12.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
39982024-10-30T23:19:13.983Z[ recovery-image] Oct 30 23:19:12.608 INFO O| Oct 30 23:19:12.608 INFO STEP 44 (remove_files) COMPLETE
39992024-10-30T23:19:13.983Z[ recovery-image] Oct 30 23:19:12.608 INFO O| Oct 30 23:19:12.608 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40002024-10-30T23:19:13.989Z[ recovery-image] Oct 30 23:19:12.617 INFO O| Oct 30 23:19:12.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
40012024-10-30T23:19:13.990Z[ recovery-image] Oct 30 23:19:12.617 INFO O| Oct 30 23:19:12.617 INFO STEP 45 (remove_files) COMPLETE
40022024-10-30T23:19:13.992Z[ recovery-image] Oct 30 23:19:12.617 INFO O| Oct 30 23:19:12.617 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40032024-10-30T23:19:13.999Z[ recovery-image] Oct 30 23:19:12.626 INFO O| Oct 30 23:19:12.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
40042024-10-30T23:19:13.999Z[ recovery-image] Oct 30 23:19:12.627 INFO O| Oct 30 23:19:12.627 INFO STEP 46 (remove_files) COMPLETE
40052024-10-30T23:19:13.999Z[ recovery-image] Oct 30 23:19:12.627 INFO O| Oct 30 23:19:12.627 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40062024-10-30T23:19:14.008Z[ recovery-image] Oct 30 23:19:12.636 INFO O| Oct 30 23:19:12.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
40072024-10-30T23:19:14.008Z[ recovery-image] Oct 30 23:19:12.636 INFO O| Oct 30 23:19:12.636 INFO STEP 47 (remove_files) COMPLETE
40082024-10-30T23:19:14.011Z[ recovery-image] Oct 30 23:19:12.636 INFO O| Oct 30 23:19:12.636 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40092024-10-30T23:19:14.017Z[ recovery-image] Oct 30 23:19:12.645 INFO O| Oct 30 23:19:12.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
40102024-10-30T23:19:14.017Z[ recovery-image] Oct 30 23:19:12.645 INFO O| Oct 30 23:19:12.645 INFO STEP 48 (remove_files) COMPLETE
40112024-10-30T23:19:14.020Z[ recovery-image] Oct 30 23:19:12.645 INFO O| Oct 30 23:19:12.645 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40122024-10-30T23:19:14.027Z[ recovery-image] Oct 30 23:19:12.654 INFO O| Oct 30 23:19:12.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
40132024-10-30T23:19:14.027Z[ recovery-image] Oct 30 23:19:12.654 INFO O| Oct 30 23:19:12.654 INFO STEP 49 (remove_files) COMPLETE
40142024-10-30T23:19:14.030Z[ recovery-image] Oct 30 23:19:12.655 INFO O| Oct 30 23:19:12.654 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40152024-10-30T23:19:14.036Z[ recovery-image] Oct 30 23:19:12.663 INFO O| Oct 30 23:19:12.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
40162024-10-30T23:19:14.036Z[ recovery-image] Oct 30 23:19:12.664 INFO O| Oct 30 23:19:12.664 INFO STEP 50 (remove_files) COMPLETE
40172024-10-30T23:19:14.036Z[ recovery-image] Oct 30 23:19:12.664 INFO O| Oct 30 23:19:12.664 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40182024-10-30T23:19:14.045Z[ recovery-image] Oct 30 23:19:12.673 INFO O| Oct 30 23:19:12.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
40192024-10-30T23:19:14.045Z[ recovery-image] Oct 30 23:19:12.673 INFO O| Oct 30 23:19:12.673 INFO STEP 51 (remove_files) COMPLETE
40202024-10-30T23:19:14.048Z[ recovery-image] Oct 30 23:19:12.673 INFO O| Oct 30 23:19:12.673 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40212024-10-30T23:19:14.055Z[ recovery-image] Oct 30 23:19:12.682 INFO O| Oct 30 23:19:12.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
40222024-10-30T23:19:14.055Z[ recovery-image] Oct 30 23:19:12.682 INFO O| Oct 30 23:19:12.682 INFO STEP 52 (remove_files) COMPLETE
40232024-10-30T23:19:14.057Z[ recovery-image] Oct 30 23:19:12.682 INFO O| Oct 30 23:19:12.682 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40242024-10-30T23:19:14.064Z[ recovery-image] Oct 30 23:19:12.692 INFO O| Oct 30 23:19:12.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
40252024-10-30T23:19:14.064Z[ recovery-image] Oct 30 23:19:12.692 INFO O| Oct 30 23:19:12.692 INFO STEP 53 (remove_files) COMPLETE
40262024-10-30T23:19:14.064Z[ recovery-image] Oct 30 23:19:12.692 INFO O| Oct 30 23:19:12.692 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40272024-10-30T23:19:14.073Z[ recovery-image] Oct 30 23:19:12.701 INFO O| Oct 30 23:19:12.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
40282024-10-30T23:19:14.076Z[ recovery-image] Oct 30 23:19:12.701 INFO O| Oct 30 23:19:12.701 INFO STEP 54 (remove_files) COMPLETE
40292024-10-30T23:19:14.076Z[ recovery-image] Oct 30 23:19:12.701 INFO O| Oct 30 23:19:12.701 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40302024-10-30T23:19:14.083Z[ recovery-image] Oct 30 23:19:12.710 INFO O| Oct 30 23:19:12.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
40312024-10-30T23:19:14.083Z[ recovery-image] Oct 30 23:19:12.710 INFO O| Oct 30 23:19:12.710 INFO STEP 55 (remove_files) COMPLETE
40322024-10-30T23:19:14.086Z[ recovery-image] Oct 30 23:19:12.710 INFO O| Oct 30 23:19:12.710 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40332024-10-30T23:19:14.093Z[ recovery-image] Oct 30 23:19:12.720 INFO O| Oct 30 23:19:12.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
40342024-10-30T23:19:14.093Z[ recovery-image] Oct 30 23:19:12.720 INFO O| Oct 30 23:19:12.720 INFO STEP 56 (remove_files) COMPLETE
40352024-10-30T23:19:14.095Z[ recovery-image] Oct 30 23:19:12.720 INFO O| Oct 30 23:19:12.720 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40362024-10-30T23:19:14.102Z[ recovery-image] Oct 30 23:19:12.729 INFO O| Oct 30 23:19:12.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
40372024-10-30T23:19:14.102Z[ recovery-image] Oct 30 23:19:12.729 INFO O| Oct 30 23:19:12.729 INFO STEP 57 (remove_files) COMPLETE
40382024-10-30T23:19:14.104Z[ recovery-image] Oct 30 23:19:12.729 INFO O| Oct 30 23:19:12.729 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40392024-10-30T23:19:14.112Z[ recovery-image] Oct 30 23:19:12.740 INFO O| Oct 30 23:19:12.740 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
40402024-10-30T23:19:14.112Z[ recovery-image] Oct 30 23:19:12.740 INFO O| Oct 30 23:19:12.740 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
40412024-10-30T23:19:14.115Z[ recovery-image] Oct 30 23:19:12.740 INFO O| Oct 30 23:19:12.740 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40422024-10-30T23:19:14.115Z[ recovery-image] Oct 30 23:19:12.740 INFO O| Oct 30 23:19:12.740 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40432024-10-30T23:19:14.115Z[ recovery-image] Oct 30 23:19:12.740 INFO O| Oct 30 23:19:12.740 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40442024-10-30T23:19:14.115Z[ recovery-image] Oct 30 23:19:12.740 INFO O| Oct 30 23:19:12.740 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40452024-10-30T23:19:14.115Z[ recovery-image] Oct 30 23:19:12.740 INFO O| Oct 30 23:19:12.740 INFO ok!
40462024-10-30T23:19:14.115Z[ recovery-image] Oct 30 23:19:12.740 INFO O| Oct 30 23:19:12.740 INFO STEP 58 (ensure_file) COMPLETE
40472024-10-30T23:19:14.115Z[ recovery-image] Oct 30 23:19:12.740 INFO O| Oct 30 23:19:12.740 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40482024-10-30T23:19:14.122Z[ recovery-image] Oct 30 23:19:12.750 INFO O| Oct 30 23:19:12.750 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
40492024-10-30T23:19:14.122Z[ recovery-image] Oct 30 23:19:12.750 INFO O| Oct 30 23:19:12.750 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
40502024-10-30T23:19:14.125Z[ recovery-image] Oct 30 23:19:12.750 INFO O| Oct 30 23:19:12.750 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40512024-10-30T23:19:14.125Z[ recovery-image] Oct 30 23:19:12.750 INFO O| Oct 30 23:19:12.750 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40522024-10-30T23:19:14.125Z[ recovery-image] Oct 30 23:19:12.750 INFO O| Oct 30 23:19:12.750 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40532024-10-30T23:19:14.125Z[ recovery-image] Oct 30 23:19:12.750 INFO O| Oct 30 23:19:12.750 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40542024-10-30T23:19:14.125Z[ recovery-image] Oct 30 23:19:12.750 INFO O| Oct 30 23:19:12.750 INFO ok!
40552024-10-30T23:19:14.125Z[ recovery-image] Oct 30 23:19:12.750 INFO O| Oct 30 23:19:12.750 INFO STEP 59 (ensure_file) COMPLETE
40562024-10-30T23:19:14.125Z[ recovery-image] Oct 30 23:19:12.750 INFO O| Oct 30 23:19:12.750 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40572024-10-30T23:19:14.132Z[ recovery-image] Oct 30 23:19:12.759 INFO O| Oct 30 23:19:12.759 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
40582024-10-30T23:19:14.132Z[ recovery-image] Oct 30 23:19:12.759 INFO O| Oct 30 23:19:12.759 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
40592024-10-30T23:19:14.134Z[ recovery-image] Oct 30 23:19:12.760 INFO O| Oct 30 23:19:12.760 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
40602024-10-30T23:19:14.134Z[ recovery-image] Oct 30 23:19:12.760 INFO O| Oct 30 23:19:12.760 INFO ok!
40612024-10-30T23:19:14.134Z[ recovery-image] Oct 30 23:19:12.760 INFO O| Oct 30 23:19:12.760 INFO STEP 60 (ensure_file) COMPLETE
40622024-10-30T23:19:14.134Z[ recovery-image] Oct 30 23:19:12.760 INFO O| Oct 30 23:19:12.760 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40632024-10-30T23:19:14.141Z[ recovery-image] Oct 30 23:19:12.769 INFO O| Oct 30 23:19:12.769 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
40642024-10-30T23:19:14.141Z[ recovery-image] Oct 30 23:19:12.769 INFO O| Oct 30 23:19:12.769 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
40652024-10-30T23:19:14.144Z[ recovery-image] Oct 30 23:19:12.769 INFO O| Oct 30 23:19:12.769 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
40662024-10-30T23:19:14.145Z[ recovery-image] Oct 30 23:19:12.769 INFO O| Oct 30 23:19:12.769 INFO ok!
40672024-10-30T23:19:14.145Z[ recovery-image] Oct 30 23:19:12.769 INFO O| Oct 30 23:19:12.769 INFO STEP 61 (ensure_file) COMPLETE
40682024-10-30T23:19:14.145Z[ recovery-image] Oct 30 23:19:12.769 INFO O| Oct 30 23:19:12.769 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40692024-10-30T23:19:14.151Z[ recovery-image] Oct 30 23:19:12.779 INFO O| Oct 30 23:19:12.779 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
40702024-10-30T23:19:14.151Z[ recovery-image] Oct 30 23:19:12.779 INFO O| Oct 30 23:19:12.779 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
40712024-10-30T23:19:14.154Z[ recovery-image] Oct 30 23:19:12.779 INFO O| Oct 30 23:19:12.779 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
40722024-10-30T23:19:14.154Z[ recovery-image] Oct 30 23:19:12.779 INFO O| Oct 30 23:19:12.779 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
40732024-10-30T23:19:14.154Z[ recovery-image] Oct 30 23:19:12.779 INFO O| Oct 30 23:19:12.779 INFO ok!
40742024-10-30T23:19:14.154Z[ recovery-image] Oct 30 23:19:12.779 INFO O| Oct 30 23:19:12.779 INFO STEP 62 (ensure_file) COMPLETE
40752024-10-30T23:19:14.154Z[ recovery-image] Oct 30 23:19:12.779 INFO O| Oct 30 23:19:12.779 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40762024-10-30T23:19:14.160Z[ recovery-image] Oct 30 23:19:12.788 INFO O| Oct 30 23:19:12.788 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
40772024-10-30T23:19:14.161Z[ recovery-image] Oct 30 23:19:12.788 INFO O| Oct 30 23:19:12.788 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
40782024-10-30T23:19:14.163Z[ recovery-image] Oct 30 23:19:12.788 INFO O| Oct 30 23:19:12.788 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
40792024-10-30T23:19:14.163Z[ recovery-image] Oct 30 23:19:12.788 INFO O| Oct 30 23:19:12.788 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
40802024-10-30T23:19:14.163Z[ recovery-image] Oct 30 23:19:12.788 INFO O| Oct 30 23:19:12.788 INFO ok!
40812024-10-30T23:19:14.163Z[ recovery-image] Oct 30 23:19:12.789 INFO O| Oct 30 23:19:12.788 INFO STEP 63 (ensure_file) COMPLETE
40822024-10-30T23:19:14.163Z[ recovery-image] Oct 30 23:19:12.789 INFO O| Oct 30 23:19:12.788 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40832024-10-30T23:19:14.170Z[ recovery-image] Oct 30 23:19:12.798 INFO O| Oct 30 23:19:12.798 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
40842024-10-30T23:19:14.170Z[ recovery-image] Oct 30 23:19:12.798 INFO O| Oct 30 23:19:12.798 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
40852024-10-30T23:19:14.172Z[ recovery-image] Oct 30 23:19:12.798 INFO O| Oct 30 23:19:12.798 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
40862024-10-30T23:19:14.172Z[ recovery-image] Oct 30 23:19:12.798 INFO O| Oct 30 23:19:12.798 INFO ok!
40872024-10-30T23:19:14.172Z[ recovery-image] Oct 30 23:19:12.798 INFO O| Oct 30 23:19:12.798 INFO STEP 64 (assemble_files) COMPLETE
40882024-10-30T23:19:14.172Z[ recovery-image] Oct 30 23:19:12.798 INFO O| Oct 30 23:19:12.798 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40892024-10-30T23:19:14.180Z[ recovery-image] Oct 30 23:19:12.807 INFO O| Oct 30 23:19:12.807 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
40902024-10-30T23:19:14.180Z[ recovery-image] Oct 30 23:19:12.807 INFO O| Oct 30 23:19:12.807 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
40912024-10-30T23:19:14.183Z[ recovery-image] Oct 30 23:19:12.808 INFO O| Oct 30 23:19:12.808 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
40922024-10-30T23:19:14.183Z[ recovery-image] Oct 30 23:19:12.808 INFO O| Oct 30 23:19:12.808 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
40932024-10-30T23:19:14.183Z[ recovery-image] Oct 30 23:19:12.808 INFO O| Oct 30 23:19:12.808 INFO ok!
40942024-10-30T23:19:14.183Z[ recovery-image] Oct 30 23:19:12.808 INFO O| Oct 30 23:19:12.808 INFO STEP 65 (ensure_file) COMPLETE
40952024-10-30T23:19:14.183Z[ recovery-image] Oct 30 23:19:12.808 INFO O| Oct 30 23:19:12.808 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40962024-10-30T23:19:14.184Z[ recovery-image] Oct 30 23:19:12.808 INFO O| Oct 30 23:19:12.808 INFO skip step because feature "omicron1" is not enabled
40972024-10-30T23:19:14.184Z[ recovery-image] Oct 30 23:19:12.808 INFO O| Oct 30 23:19:12.808 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40982024-10-30T23:19:14.184Z[ recovery-image] Oct 30 23:19:12.808 INFO O| Oct 30 23:19:12.808 INFO skip step because feature "omicron1" is not enabled
40992024-10-30T23:19:14.184Z[ recovery-image] Oct 30 23:19:12.808 INFO O| Oct 30 23:19:12.808 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41002024-10-30T23:19:14.184Z[ recovery-image] Oct 30 23:19:12.808 INFO O| Oct 30 23:19:12.808 INFO skip step because feature "omicron1" is not enabled
41012024-10-30T23:19:14.184Z[ recovery-image] Oct 30 23:19:12.808 INFO O| Oct 30 23:19:12.808 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41022024-10-30T23:19:14.194Z[ recovery-image] Oct 30 23:19:12.822 INFO O| Oct 30 23:19:12.822 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
41032024-10-30T23:19:14.194Z[ recovery-image] Oct 30 23:19:12.822 INFO O| Oct 30 23:19:12.822 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
41042024-10-30T23:19:15.898Z[ recovery-image] Oct 30 23:19:14.525 INFO O| Oct 30 23:19:14.525 INFO STEP 69 (pack_tar) COMPLETE
41052024-10-30T23:19:15.901Z[ recovery-image] Oct 30 23:19:14.525 INFO O| Oct 30 23:19:14.525 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
41062024-10-30T23:19:15.901Z[ recovery-image] Oct 30 23:19:14.525 INFO O| Oct 30 23:19:14.525 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
41072024-10-30T23:19:16.394Z[ recovery-image] Oct 30 23:19:15.021 INFO O| Oct 30 23:19:15.021 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
41082024-10-30T23:19:16.503Z[ recovery-image] Oct 30 23:19:15.130 INFO O| Oct 30 23:19:15.130 INFO completed processing gimlet/ramdisk-02-trim
41092024-10-30T23:19:16.505Z[ recovery-image] Oct 30 23:19:15.133 INFO image builder template: ramdisk-03-recovery-trim...
41102024-10-30T23:19:16.505Z[ recovery-image] Oct 30 23:19:15.133 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/.tmpjscsyd/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "ramdisk-03-recovery-trim"], pwd: None
41112024-10-30T23:19:16.612Z[ recovery-image] Oct 30 23:19:15.240 INFO O| Oct 30 23:19:15.240 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
41122024-10-30T23:19:16.616Z[ recovery-image] Oct 30 23:19:15.244 INFO O| Oct 30 23:19:15.244 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
41132024-10-30T23:19:16.714Z[ recovery-image] Oct 30 23:19:15.342 INFO O| Oct 30 23:19:15.342 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
41142024-10-30T23:19:16.916Z[ recovery-image] Oct 30 23:19:15.544 INFO O| Oct 30 23:19:15.544 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
41152024-10-30T23:19:16.919Z[ recovery-image] Oct 30 23:19:15.544 INFO O| Oct 30 23:19:15.544 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
41162024-10-30T23:19:16.925Z[ recovery-image] Oct 30 23:19:15.553 INFO O| Oct 30 23:19:15.553 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
41172024-10-30T23:19:16.930Z[ recovery-image] Oct 30 23:19:15.558 INFO O| Oct 30 23:19:15.558 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
41182024-10-30T23:19:16.935Z[ recovery-image] Oct 30 23:19:15.563 INFO O| Oct 30 23:19:15.563 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
41192024-10-30T23:19:17.197Z[ recovery-image] Oct 30 23:19:15.824 INFO O| Oct 30 23:19:15.824 INFO rolled back to input snapshot; work may begin
41202024-10-30T23:19:17.197Z[ recovery-image] Oct 30 23:19:15.824 INFO O| Oct 30 23:19:15.824 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
41212024-10-30T23:19:17.202Z[ recovery-image] Oct 30 23:19:15.830 INFO O| Oct 30 23:19:15.830 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41222024-10-30T23:19:17.213Z[ recovery-image] Oct 30 23:19:15.841 INFO O| Oct 30 23:19:15.841 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
41232024-10-30T23:19:17.217Z[ recovery-image] Oct 30 23:19:15.845 INFO O| Oct 30 23:19:15.845 INFO STEP 0 (remove_files) COMPLETE
41242024-10-30T23:19:17.217Z[ recovery-image] Oct 30 23:19:15.845 INFO O| Oct 30 23:19:15.845 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41252024-10-30T23:19:17.227Z[ recovery-image] Oct 30 23:19:15.855 INFO O| Oct 30 23:19:15.855 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
41262024-10-30T23:19:17.284Z[ recovery-image] Oct 30 23:19:15.911 INFO O| Oct 30 23:19:15.911 INFO STEP 1 (remove_files) COMPLETE
41272024-10-30T23:19:17.284Z[ recovery-image] Oct 30 23:19:15.912 INFO O| Oct 30 23:19:15.911 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41282024-10-30T23:19:17.296Z[ recovery-image] Oct 30 23:19:15.924 INFO O| Oct 30 23:19:15.924 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
41292024-10-30T23:19:17.299Z[ recovery-image] Oct 30 23:19:15.926 INFO O| Oct 30 23:19:15.926 INFO STEP 2 (remove_files) COMPLETE
41302024-10-30T23:19:17.299Z[ recovery-image] Oct 30 23:19:15.926 INFO O| Oct 30 23:19:15.926 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41312024-10-30T23:19:17.308Z[ recovery-image] Oct 30 23:19:15.936 INFO O| Oct 30 23:19:15.936 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
41322024-10-30T23:19:17.348Z[ recovery-image] Oct 30 23:19:15.975 INFO O| Oct 30 23:19:15.975 INFO STEP 3 (remove_files) COMPLETE
41332024-10-30T23:19:17.350Z[ recovery-image] Oct 30 23:19:15.975 INFO O| Oct 30 23:19:15.975 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41342024-10-30T23:19:17.358Z[ recovery-image] Oct 30 23:19:15.986 INFO O| Oct 30 23:19:15.986 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
41352024-10-30T23:19:17.371Z[ recovery-image] Oct 30 23:19:15.999 INFO O| Oct 30 23:19:15.999 INFO STEP 4 (remove_files) COMPLETE
41362024-10-30T23:19:17.373Z[ recovery-image] Oct 30 23:19:15.999 INFO O| Oct 30 23:19:15.999 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41372024-10-30T23:19:17.381Z[ recovery-image] Oct 30 23:19:16.009 INFO O| Oct 30 23:19:16.009 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
41382024-10-30T23:19:17.385Z[ recovery-image] Oct 30 23:19:16.013 INFO O| Oct 30 23:19:16.013 INFO STEP 5 (remove_files) COMPLETE
41392024-10-30T23:19:17.385Z[ recovery-image] Oct 30 23:19:16.013 INFO O| Oct 30 23:19:16.013 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41402024-10-30T23:19:17.395Z[ recovery-image] Oct 30 23:19:16.022 INFO O| Oct 30 23:19:16.022 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
41412024-10-30T23:19:17.397Z[ recovery-image] Oct 30 23:19:16.024 INFO O| Oct 30 23:19:16.024 INFO STEP 6 (remove_files) COMPLETE
41422024-10-30T23:19:17.397Z[ recovery-image] Oct 30 23:19:16.024 INFO O| Oct 30 23:19:16.024 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41432024-10-30T23:19:17.405Z[ recovery-image] Oct 30 23:19:16.033 INFO O| Oct 30 23:19:16.033 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
41442024-10-30T23:19:17.408Z[ recovery-image] Oct 30 23:19:16.035 INFO O| Oct 30 23:19:16.035 INFO STEP 7 (remove_files) COMPLETE
41452024-10-30T23:19:17.408Z[ recovery-image] Oct 30 23:19:16.035 INFO O| Oct 30 23:19:16.035 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41462024-10-30T23:19:17.417Z[ recovery-image] Oct 30 23:19:16.044 INFO O| Oct 30 23:19:16.044 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
41472024-10-30T23:19:17.420Z[ recovery-image] Oct 30 23:19:16.047 INFO O| Oct 30 23:19:16.047 INFO STEP 8 (remove_files) COMPLETE
41482024-10-30T23:19:17.420Z[ recovery-image] Oct 30 23:19:16.048 INFO O| Oct 30 23:19:16.047 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41492024-10-30T23:19:17.429Z[ recovery-image] Oct 30 23:19:16.057 INFO O| Oct 30 23:19:16.057 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
41502024-10-30T23:19:17.431Z[ recovery-image] Oct 30 23:19:16.057 INFO O| Oct 30 23:19:16.057 INFO STEP 9 (remove_files) COMPLETE
41512024-10-30T23:19:17.431Z[ recovery-image] Oct 30 23:19:16.057 INFO O| Oct 30 23:19:16.057 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41522024-10-30T23:19:17.439Z[ recovery-image] Oct 30 23:19:16.067 INFO O| Oct 30 23:19:16.067 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
41532024-10-30T23:19:17.441Z[ recovery-image] Oct 30 23:19:16.068 INFO O| Oct 30 23:19:16.068 INFO STEP 10 (remove_files) COMPLETE
41542024-10-30T23:19:17.441Z[ recovery-image] Oct 30 23:19:16.068 INFO O| Oct 30 23:19:16.068 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41552024-10-30T23:19:17.449Z[ recovery-image] Oct 30 23:19:16.077 INFO O| Oct 30 23:19:16.077 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
41562024-10-30T23:19:17.500Z[ recovery-image] Oct 30 23:19:16.128 INFO O| Oct 30 23:19:16.128 INFO STEP 11 (remove_files) COMPLETE
41572024-10-30T23:19:17.501Z[ recovery-image] Oct 30 23:19:16.128 INFO O| Oct 30 23:19:16.128 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41582024-10-30T23:19:17.513Z[ recovery-image] Oct 30 23:19:16.141 INFO O| Oct 30 23:19:16.141 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
41592024-10-30T23:19:17.516Z[ recovery-image] Oct 30 23:19:16.143 INFO O| Oct 30 23:19:16.143 INFO STEP 12 (remove_files) COMPLETE
41602024-10-30T23:19:17.516Z[ recovery-image] Oct 30 23:19:16.143 INFO O| Oct 30 23:19:16.143 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41612024-10-30T23:19:17.525Z[ recovery-image] Oct 30 23:19:16.153 INFO O| Oct 30 23:19:16.153 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
41622024-10-30T23:19:17.528Z[ recovery-image] Oct 30 23:19:16.156 INFO O| Oct 30 23:19:16.156 INFO STEP 13 (remove_files) COMPLETE
41632024-10-30T23:19:17.528Z[ recovery-image] Oct 30 23:19:16.156 INFO O| Oct 30 23:19:16.156 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41642024-10-30T23:19:17.537Z[ recovery-image] Oct 30 23:19:16.165 INFO O| Oct 30 23:19:16.165 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
41652024-10-30T23:19:17.539Z[ recovery-image] Oct 30 23:19:16.165 INFO O| Oct 30 23:19:16.165 INFO STEP 14 (remove_files) COMPLETE
41662024-10-30T23:19:17.540Z[ recovery-image] Oct 30 23:19:16.165 INFO O| Oct 30 23:19:16.165 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41672024-10-30T23:19:17.549Z[ recovery-image] Oct 30 23:19:16.177 INFO O| Oct 30 23:19:16.177 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
41682024-10-30T23:19:17.552Z[ recovery-image] Oct 30 23:19:16.180 INFO O| Oct 30 23:19:16.180 INFO STEP 15 (remove_files) COMPLETE
41692024-10-30T23:19:17.552Z[ recovery-image] Oct 30 23:19:16.180 INFO O| Oct 30 23:19:16.180 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41702024-10-30T23:19:17.562Z[ recovery-image] Oct 30 23:19:16.190 INFO O| Oct 30 23:19:16.190 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
41712024-10-30T23:19:17.571Z[ recovery-image] Oct 30 23:19:16.199 INFO O| Oct 30 23:19:16.199 INFO STEP 16 (remove_files) COMPLETE
41722024-10-30T23:19:17.571Z[ recovery-image] Oct 30 23:19:16.199 INFO O| Oct 30 23:19:16.199 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41732024-10-30T23:19:17.581Z[ recovery-image] Oct 30 23:19:16.209 INFO O| Oct 30 23:19:16.209 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
41742024-10-30T23:19:17.583Z[ recovery-image] Oct 30 23:19:16.209 INFO O| Oct 30 23:19:16.209 INFO STEP 17 (remove_files) COMPLETE
41752024-10-30T23:19:17.583Z[ recovery-image] Oct 30 23:19:16.209 INFO O| Oct 30 23:19:16.209 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41762024-10-30T23:19:17.590Z[ recovery-image] Oct 30 23:19:16.218 INFO O| Oct 30 23:19:16.218 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
41772024-10-30T23:19:17.593Z[ recovery-image] Oct 30 23:19:16.219 INFO O| Oct 30 23:19:16.219 INFO STEP 18 (remove_files) COMPLETE
41782024-10-30T23:19:17.593Z[ recovery-image] Oct 30 23:19:16.219 INFO O| Oct 30 23:19:16.219 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41792024-10-30T23:19:17.601Z[ recovery-image] Oct 30 23:19:16.229 INFO O| Oct 30 23:19:16.229 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
41802024-10-30T23:19:17.645Z[ recovery-image] Oct 30 23:19:16.273 INFO O| Oct 30 23:19:16.273 INFO STEP 19 (remove_files) COMPLETE
41812024-10-30T23:19:17.645Z[ recovery-image] Oct 30 23:19:16.273 INFO O| Oct 30 23:19:16.273 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41822024-10-30T23:19:17.656Z[ recovery-image] Oct 30 23:19:16.284 INFO O| Oct 30 23:19:16.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
41832024-10-30T23:19:17.660Z[ recovery-image] Oct 30 23:19:16.285 INFO O| Oct 30 23:19:16.285 INFO STEP 20 (remove_files) COMPLETE
41842024-10-30T23:19:17.660Z[ recovery-image] Oct 30 23:19:16.285 INFO O| Oct 30 23:19:16.285 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41852024-10-30T23:19:17.669Z[ recovery-image] Oct 30 23:19:16.297 INFO O| Oct 30 23:19:16.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
41862024-10-30T23:19:17.671Z[ recovery-image] Oct 30 23:19:16.297 INFO O| Oct 30 23:19:16.297 INFO STEP 21 (remove_files) COMPLETE
41872024-10-30T23:19:17.671Z[ recovery-image] Oct 30 23:19:16.297 INFO O| Oct 30 23:19:16.297 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41882024-10-30T23:19:17.679Z[ recovery-image] Oct 30 23:19:16.307 INFO O| Oct 30 23:19:16.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
41892024-10-30T23:19:17.682Z[ recovery-image] Oct 30 23:19:16.307 INFO O| Oct 30 23:19:16.307 INFO STEP 22 (remove_files) COMPLETE
41902024-10-30T23:19:17.682Z[ recovery-image] Oct 30 23:19:16.307 INFO O| Oct 30 23:19:16.307 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41912024-10-30T23:19:17.689Z[ recovery-image] Oct 30 23:19:16.317 INFO O| Oct 30 23:19:16.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
41922024-10-30T23:19:17.691Z[ recovery-image] Oct 30 23:19:16.317 INFO O| Oct 30 23:19:16.317 INFO STEP 23 (remove_files) COMPLETE
41932024-10-30T23:19:17.691Z[ recovery-image] Oct 30 23:19:16.317 INFO O| Oct 30 23:19:16.317 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41942024-10-30T23:19:17.701Z[ recovery-image] Oct 30 23:19:16.328 INFO O| Oct 30 23:19:16.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
41952024-10-30T23:19:17.704Z[ recovery-image] Oct 30 23:19:16.329 INFO O| Oct 30 23:19:16.329 INFO STEP 24 (remove_files) COMPLETE
41962024-10-30T23:19:17.704Z[ recovery-image] Oct 30 23:19:16.329 INFO O| Oct 30 23:19:16.329 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41972024-10-30T23:19:17.711Z[ recovery-image] Oct 30 23:19:16.338 INFO O| Oct 30 23:19:16.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
41982024-10-30T23:19:17.711Z[ recovery-image] Oct 30 23:19:16.338 INFO O| Oct 30 23:19:16.338 INFO STEP 25 (remove_files) COMPLETE
41992024-10-30T23:19:17.713Z[ recovery-image] Oct 30 23:19:16.338 INFO O| Oct 30 23:19:16.338 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42002024-10-30T23:19:17.720Z[ recovery-image] Oct 30 23:19:16.348 INFO O| Oct 30 23:19:16.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
42012024-10-30T23:19:17.722Z[ recovery-image] Oct 30 23:19:16.348 INFO O| Oct 30 23:19:16.348 INFO STEP 26 (remove_files) COMPLETE
42022024-10-30T23:19:17.722Z[ recovery-image] Oct 30 23:19:16.348 INFO O| Oct 30 23:19:16.348 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42032024-10-30T23:19:17.730Z[ recovery-image] Oct 30 23:19:16.357 INFO O| Oct 30 23:19:16.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
42042024-10-30T23:19:17.732Z[ recovery-image] Oct 30 23:19:16.358 INFO O| Oct 30 23:19:16.358 INFO STEP 27 (remove_files) COMPLETE
42052024-10-30T23:19:17.732Z[ recovery-image] Oct 30 23:19:16.358 INFO O| Oct 30 23:19:16.358 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42062024-10-30T23:19:17.739Z[ recovery-image] Oct 30 23:19:16.367 INFO O| Oct 30 23:19:16.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
42072024-10-30T23:19:17.742Z[ recovery-image] Oct 30 23:19:16.368 INFO O| Oct 30 23:19:16.368 INFO STEP 28 (remove_files) COMPLETE
42082024-10-30T23:19:17.742Z[ recovery-image] Oct 30 23:19:16.368 INFO O| Oct 30 23:19:16.368 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42092024-10-30T23:19:17.750Z[ recovery-image] Oct 30 23:19:16.377 INFO O| Oct 30 23:19:16.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
42102024-10-30T23:19:17.750Z[ recovery-image] Oct 30 23:19:16.377 INFO O| Oct 30 23:19:16.377 INFO STEP 29 (remove_files) COMPLETE
42112024-10-30T23:19:17.750Z[ recovery-image] Oct 30 23:19:16.377 INFO O| Oct 30 23:19:16.377 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42122024-10-30T23:19:17.759Z[ recovery-image] Oct 30 23:19:16.387 INFO O| Oct 30 23:19:16.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
42132024-10-30T23:19:17.762Z[ recovery-image] Oct 30 23:19:16.387 INFO O| Oct 30 23:19:16.387 INFO STEP 30 (remove_files) COMPLETE
42142024-10-30T23:19:17.762Z[ recovery-image] Oct 30 23:19:16.387 INFO O| Oct 30 23:19:16.387 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42152024-10-30T23:19:17.769Z[ recovery-image] Oct 30 23:19:16.396 INFO O| Oct 30 23:19:16.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
42162024-10-30T23:19:17.769Z[ recovery-image] Oct 30 23:19:16.396 INFO O| Oct 30 23:19:16.396 INFO STEP 31 (remove_files) COMPLETE
42172024-10-30T23:19:17.769Z[ recovery-image] Oct 30 23:19:16.396 INFO O| Oct 30 23:19:16.396 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42182024-10-30T23:19:17.778Z[ recovery-image] Oct 30 23:19:16.406 INFO O| Oct 30 23:19:16.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
42192024-10-30T23:19:17.780Z[ recovery-image] Oct 30 23:19:16.406 INFO O| Oct 30 23:19:16.406 INFO STEP 32 (remove_files) COMPLETE
42202024-10-30T23:19:17.780Z[ recovery-image] Oct 30 23:19:16.406 INFO O| Oct 30 23:19:16.406 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42212024-10-30T23:19:17.788Z[ recovery-image] Oct 30 23:19:16.415 INFO O| Oct 30 23:19:16.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
42222024-10-30T23:19:17.788Z[ recovery-image] Oct 30 23:19:16.415 INFO O| Oct 30 23:19:16.415 INFO STEP 33 (remove_files) COMPLETE
42232024-10-30T23:19:17.790Z[ recovery-image] Oct 30 23:19:16.415 INFO O| Oct 30 23:19:16.415 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42242024-10-30T23:19:17.799Z[ recovery-image] Oct 30 23:19:16.427 INFO O| Oct 30 23:19:16.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
42252024-10-30T23:19:17.801Z[ recovery-image] Oct 30 23:19:16.427 INFO O| Oct 30 23:19:16.427 INFO STEP 34 (remove_files) COMPLETE
42262024-10-30T23:19:17.801Z[ recovery-image] Oct 30 23:19:16.427 INFO O| Oct 30 23:19:16.427 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42272024-10-30T23:19:17.809Z[ recovery-image] Oct 30 23:19:16.437 INFO O| Oct 30 23:19:16.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
42282024-10-30T23:19:17.812Z[ recovery-image] Oct 30 23:19:16.438 INFO O| Oct 30 23:19:16.438 INFO STEP 35 (remove_files) COMPLETE
42292024-10-30T23:19:17.812Z[ recovery-image] Oct 30 23:19:16.438 INFO O| Oct 30 23:19:16.438 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42302024-10-30T23:19:17.822Z[ recovery-image] Oct 30 23:19:16.449 INFO O| Oct 30 23:19:16.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
42312024-10-30T23:19:17.824Z[ recovery-image] Oct 30 23:19:16.450 INFO O| Oct 30 23:19:16.450 INFO STEP 36 (remove_files) COMPLETE
42322024-10-30T23:19:17.824Z[ recovery-image] Oct 30 23:19:16.450 INFO O| Oct 30 23:19:16.450 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42332024-10-30T23:19:17.832Z[ recovery-image] Oct 30 23:19:16.459 INFO O| Oct 30 23:19:16.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
42342024-10-30T23:19:17.832Z[ recovery-image] Oct 30 23:19:16.459 INFO O| Oct 30 23:19:16.459 INFO STEP 37 (remove_files) COMPLETE
42352024-10-30T23:19:17.832Z[ recovery-image] Oct 30 23:19:16.459 INFO O| Oct 30 23:19:16.459 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42362024-10-30T23:19:17.843Z[ recovery-image] Oct 30 23:19:16.471 INFO O| Oct 30 23:19:16.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
42372024-10-30T23:19:17.843Z[ recovery-image] Oct 30 23:19:16.471 INFO O| Oct 30 23:19:16.471 INFO STEP 38 (remove_files) COMPLETE
42382024-10-30T23:19:17.843Z[ recovery-image] Oct 30 23:19:16.471 INFO O| Oct 30 23:19:16.471 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42392024-10-30T23:19:17.853Z[ recovery-image] Oct 30 23:19:16.481 INFO O| Oct 30 23:19:16.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
42402024-10-30T23:19:17.856Z[ recovery-image] Oct 30 23:19:16.481 INFO O| Oct 30 23:19:16.481 INFO STEP 39 (remove_files) COMPLETE
42412024-10-30T23:19:17.856Z[ recovery-image] Oct 30 23:19:16.481 INFO O| Oct 30 23:19:16.481 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42422024-10-30T23:19:17.864Z[ recovery-image] Oct 30 23:19:16.491 INFO O| Oct 30 23:19:16.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
42432024-10-30T23:19:17.866Z[ recovery-image] Oct 30 23:19:16.491 INFO O| Oct 30 23:19:16.491 INFO STEP 40 (remove_files) COMPLETE
42442024-10-30T23:19:17.866Z[ recovery-image] Oct 30 23:19:16.491 INFO O| Oct 30 23:19:16.491 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42452024-10-30T23:19:17.873Z[ recovery-image] Oct 30 23:19:16.501 INFO O| Oct 30 23:19:16.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
42462024-10-30T23:19:17.876Z[ recovery-image] Oct 30 23:19:16.501 INFO O| Oct 30 23:19:16.501 INFO STEP 41 (remove_files) COMPLETE
42472024-10-30T23:19:17.876Z[ recovery-image] Oct 30 23:19:16.501 INFO O| Oct 30 23:19:16.501 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42482024-10-30T23:19:17.883Z[ recovery-image] Oct 30 23:19:16.511 INFO O| Oct 30 23:19:16.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
42492024-10-30T23:19:17.885Z[ recovery-image] Oct 30 23:19:16.511 INFO O| Oct 30 23:19:16.511 INFO STEP 42 (remove_files) COMPLETE
42502024-10-30T23:19:17.885Z[ recovery-image] Oct 30 23:19:16.511 INFO O| Oct 30 23:19:16.511 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42512024-10-30T23:19:17.893Z[ recovery-image] Oct 30 23:19:16.520 INFO O| Oct 30 23:19:16.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
42522024-10-30T23:19:17.893Z[ recovery-image] Oct 30 23:19:16.521 INFO O| Oct 30 23:19:16.520 INFO STEP 43 (remove_files) COMPLETE
42532024-10-30T23:19:17.895Z[ recovery-image] Oct 30 23:19:16.521 INFO O| Oct 30 23:19:16.521 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42542024-10-30T23:19:17.903Z[ recovery-image] Oct 30 23:19:16.530 INFO O| Oct 30 23:19:16.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
42552024-10-30T23:19:17.905Z[ recovery-image] Oct 30 23:19:16.531 INFO O| Oct 30 23:19:16.531 INFO STEP 44 (remove_files) COMPLETE
42562024-10-30T23:19:17.905Z[ recovery-image] Oct 30 23:19:16.531 INFO O| Oct 30 23:19:16.531 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42572024-10-30T23:19:17.912Z[ recovery-image] Oct 30 23:19:16.540 INFO O| Oct 30 23:19:16.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
42582024-10-30T23:19:17.915Z[ recovery-image] Oct 30 23:19:16.541 INFO O| Oct 30 23:19:16.540 INFO STEP 45 (remove_files) COMPLETE
42592024-10-30T23:19:17.915Z[ recovery-image] Oct 30 23:19:16.541 INFO O| Oct 30 23:19:16.540 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42602024-10-30T23:19:17.922Z[ recovery-image] Oct 30 23:19:16.550 INFO O| Oct 30 23:19:16.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
42612024-10-30T23:19:17.925Z[ recovery-image] Oct 30 23:19:16.550 INFO O| Oct 30 23:19:16.550 INFO STEP 46 (remove_files) COMPLETE
42622024-10-30T23:19:17.925Z[ recovery-image] Oct 30 23:19:16.550 INFO O| Oct 30 23:19:16.550 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42632024-10-30T23:19:17.932Z[ recovery-image] Oct 30 23:19:16.559 INFO O| Oct 30 23:19:16.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
42642024-10-30T23:19:17.932Z[ recovery-image] Oct 30 23:19:16.560 INFO O| Oct 30 23:19:16.560 INFO STEP 47 (remove_files) COMPLETE
42652024-10-30T23:19:17.932Z[ recovery-image] Oct 30 23:19:16.560 INFO O| Oct 30 23:19:16.560 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42662024-10-30T23:19:17.941Z[ recovery-image] Oct 30 23:19:16.569 INFO O| Oct 30 23:19:16.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
42672024-10-30T23:19:17.941Z[ recovery-image] Oct 30 23:19:16.569 INFO O| Oct 30 23:19:16.569 INFO STEP 48 (remove_files) COMPLETE
42682024-10-30T23:19:17.944Z[ recovery-image] Oct 30 23:19:16.569 INFO O| Oct 30 23:19:16.569 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42692024-10-30T23:19:17.951Z[ recovery-image] Oct 30 23:19:16.579 INFO O| Oct 30 23:19:16.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
42702024-10-30T23:19:17.951Z[ recovery-image] Oct 30 23:19:16.579 INFO O| Oct 30 23:19:16.579 INFO STEP 49 (remove_files) COMPLETE
42712024-10-30T23:19:17.951Z[ recovery-image] Oct 30 23:19:16.579 INFO O| Oct 30 23:19:16.579 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42722024-10-30T23:19:17.960Z[ recovery-image] Oct 30 23:19:16.588 INFO O| Oct 30 23:19:16.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
42732024-10-30T23:19:17.960Z[ recovery-image] Oct 30 23:19:16.588 INFO O| Oct 30 23:19:16.588 INFO STEP 50 (remove_files) COMPLETE
42742024-10-30T23:19:17.963Z[ recovery-image] Oct 30 23:19:16.588 INFO O| Oct 30 23:19:16.588 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42752024-10-30T23:19:17.970Z[ recovery-image] Oct 30 23:19:16.597 INFO O| Oct 30 23:19:16.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
42762024-10-30T23:19:17.970Z[ recovery-image] Oct 30 23:19:16.597 INFO O| Oct 30 23:19:16.597 INFO STEP 51 (remove_files) COMPLETE
42772024-10-30T23:19:17.972Z[ recovery-image] Oct 30 23:19:16.597 INFO O| Oct 30 23:19:16.597 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42782024-10-30T23:19:17.979Z[ recovery-image] Oct 30 23:19:16.607 INFO O| Oct 30 23:19:16.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
42792024-10-30T23:19:17.979Z[ recovery-image] Oct 30 23:19:16.607 INFO O| Oct 30 23:19:16.607 INFO STEP 52 (remove_files) COMPLETE
42802024-10-30T23:19:17.979Z[ recovery-image] Oct 30 23:19:16.607 INFO O| Oct 30 23:19:16.607 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42812024-10-30T23:19:17.988Z[ recovery-image] Oct 30 23:19:16.616 INFO O| Oct 30 23:19:16.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
42822024-10-30T23:19:17.991Z[ recovery-image] Oct 30 23:19:16.617 INFO O| Oct 30 23:19:16.617 INFO STEP 53 (remove_files) COMPLETE
42832024-10-30T23:19:17.991Z[ recovery-image] Oct 30 23:19:16.617 INFO O| Oct 30 23:19:16.617 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42842024-10-30T23:19:17.998Z[ recovery-image] Oct 30 23:19:16.626 INFO O| Oct 30 23:19:16.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
42852024-10-30T23:19:17.998Z[ recovery-image] Oct 30 23:19:16.626 INFO O| Oct 30 23:19:16.626 INFO STEP 54 (remove_files) COMPLETE
42862024-10-30T23:19:17.998Z[ recovery-image] Oct 30 23:19:16.626 INFO O| Oct 30 23:19:16.626 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42872024-10-30T23:19:18.008Z[ recovery-image] Oct 30 23:19:16.635 INFO O| Oct 30 23:19:16.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
42882024-10-30T23:19:18.008Z[ recovery-image] Oct 30 23:19:16.635 INFO O| Oct 30 23:19:16.635 INFO STEP 55 (remove_files) COMPLETE
42892024-10-30T23:19:18.010Z[ recovery-image] Oct 30 23:19:16.635 INFO O| Oct 30 23:19:16.635 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42902024-10-30T23:19:18.017Z[ recovery-image] Oct 30 23:19:16.645 INFO O| Oct 30 23:19:16.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
42912024-10-30T23:19:18.019Z[ recovery-image] Oct 30 23:19:16.645 INFO O| Oct 30 23:19:16.645 INFO STEP 56 (remove_files) COMPLETE
42922024-10-30T23:19:18.019Z[ recovery-image] Oct 30 23:19:16.645 INFO O| Oct 30 23:19:16.645 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42932024-10-30T23:19:18.027Z[ recovery-image] Oct 30 23:19:16.654 INFO O| Oct 30 23:19:16.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
42942024-10-30T23:19:18.027Z[ recovery-image] Oct 30 23:19:16.654 INFO O| Oct 30 23:19:16.654 INFO STEP 57 (remove_files) COMPLETE
42952024-10-30T23:19:18.029Z[ recovery-image] Oct 30 23:19:16.655 INFO O| Oct 30 23:19:16.654 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42962024-10-30T23:19:18.036Z[ recovery-image] Oct 30 23:19:16.664 INFO O| Oct 30 23:19:16.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
42972024-10-30T23:19:18.036Z[ recovery-image] Oct 30 23:19:16.664 INFO O| Oct 30 23:19:16.664 INFO STEP 58 (remove_files) COMPLETE
42982024-10-30T23:19:18.039Z[ recovery-image] Oct 30 23:19:16.664 INFO O| Oct 30 23:19:16.664 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42992024-10-30T23:19:18.046Z[ recovery-image] Oct 30 23:19:16.673 INFO O| Oct 30 23:19:16.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
43002024-10-30T23:19:18.046Z[ recovery-image] Oct 30 23:19:16.673 INFO O| Oct 30 23:19:16.673 INFO STEP 59 (remove_files) COMPLETE
43012024-10-30T23:19:18.048Z[ recovery-image] Oct 30 23:19:16.673 INFO O| Oct 30 23:19:16.673 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43022024-10-30T23:19:18.055Z[ recovery-image] Oct 30 23:19:16.683 INFO O| Oct 30 23:19:16.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
43032024-10-30T23:19:18.058Z[ recovery-image] Oct 30 23:19:16.684 INFO O| Oct 30 23:19:16.684 INFO STEP 60 (remove_files) COMPLETE
43042024-10-30T23:19:18.058Z[ recovery-image] Oct 30 23:19:16.684 INFO O| Oct 30 23:19:16.684 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43052024-10-30T23:19:18.065Z[ recovery-image] Oct 30 23:19:16.693 INFO O| Oct 30 23:19:16.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
43062024-10-30T23:19:18.065Z[ recovery-image] Oct 30 23:19:16.693 INFO O| Oct 30 23:19:16.693 INFO STEP 61 (remove_files) COMPLETE
43072024-10-30T23:19:18.065Z[ recovery-image] Oct 30 23:19:16.693 INFO O| Oct 30 23:19:16.693 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43082024-10-30T23:19:18.074Z[ recovery-image] Oct 30 23:19:16.702 INFO O| Oct 30 23:19:16.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
43092024-10-30T23:19:18.077Z[ recovery-image] Oct 30 23:19:16.702 INFO O| Oct 30 23:19:16.702 INFO STEP 62 (remove_files) COMPLETE
43102024-10-30T23:19:18.077Z[ recovery-image] Oct 30 23:19:16.702 INFO O| Oct 30 23:19:16.702 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43112024-10-30T23:19:18.084Z[ recovery-image] Oct 30 23:19:16.712 INFO O| Oct 30 23:19:16.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
43122024-10-30T23:19:18.084Z[ recovery-image] Oct 30 23:19:16.712 INFO O| Oct 30 23:19:16.712 INFO STEP 63 (remove_files) COMPLETE
43132024-10-30T23:19:18.086Z[ recovery-image] Oct 30 23:19:16.712 INFO O| Oct 30 23:19:16.712 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43142024-10-30T23:19:18.093Z[ recovery-image] Oct 30 23:19:16.721 INFO O| Oct 30 23:19:16.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
43152024-10-30T23:19:18.096Z[ recovery-image] Oct 30 23:19:16.721 INFO O| Oct 30 23:19:16.721 INFO STEP 64 (remove_files) COMPLETE
43162024-10-30T23:19:18.096Z[ recovery-image] Oct 30 23:19:16.721 INFO O| Oct 30 23:19:16.721 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43172024-10-30T23:19:18.103Z[ recovery-image] Oct 30 23:19:16.731 INFO O| Oct 30 23:19:16.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
43182024-10-30T23:19:18.103Z[ recovery-image] Oct 30 23:19:16.731 INFO O| Oct 30 23:19:16.731 INFO STEP 65 (remove_files) COMPLETE
43192024-10-30T23:19:18.103Z[ recovery-image] Oct 30 23:19:16.731 INFO O| Oct 30 23:19:16.731 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43202024-10-30T23:19:18.113Z[ recovery-image] Oct 30 23:19:16.740 INFO O| Oct 30 23:19:16.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
43212024-10-30T23:19:18.115Z[ recovery-image] Oct 30 23:19:16.740 INFO O| Oct 30 23:19:16.740 INFO STEP 66 (remove_files) COMPLETE
43222024-10-30T23:19:18.115Z[ recovery-image] Oct 30 23:19:16.740 INFO O| Oct 30 23:19:16.740 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43232024-10-30T23:19:18.122Z[ recovery-image] Oct 30 23:19:16.750 INFO O| Oct 30 23:19:16.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
43242024-10-30T23:19:18.122Z[ recovery-image] Oct 30 23:19:16.750 INFO O| Oct 30 23:19:16.750 INFO STEP 67 (remove_files) COMPLETE
43252024-10-30T23:19:18.124Z[ recovery-image] Oct 30 23:19:16.750 INFO O| Oct 30 23:19:16.750 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43262024-10-30T23:19:18.131Z[ recovery-image] Oct 30 23:19:16.759 INFO O| Oct 30 23:19:16.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
43272024-10-30T23:19:18.134Z[ recovery-image] Oct 30 23:19:16.760 INFO O| Oct 30 23:19:16.760 INFO STEP 68 (remove_files) COMPLETE
43282024-10-30T23:19:18.134Z[ recovery-image] Oct 30 23:19:16.760 INFO O| Oct 30 23:19:16.760 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43292024-10-30T23:19:18.141Z[ recovery-image] Oct 30 23:19:16.769 INFO O| Oct 30 23:19:16.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
43302024-10-30T23:19:18.141Z[ recovery-image] Oct 30 23:19:16.769 INFO O| Oct 30 23:19:16.769 INFO STEP 69 (remove_files) COMPLETE
43312024-10-30T23:19:18.141Z[ recovery-image] Oct 30 23:19:16.769 INFO O| Oct 30 23:19:16.769 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43322024-10-30T23:19:18.151Z[ recovery-image] Oct 30 23:19:16.779 INFO O| Oct 30 23:19:16.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
43332024-10-30T23:19:18.174Z[ recovery-image] Oct 30 23:19:16.779 INFO O| Oct 30 23:19:16.779 INFO STEP 70 (remove_files) COMPLETE
43342024-10-30T23:19:18.174Z[ recovery-image] Oct 30 23:19:16.779 INFO O| Oct 30 23:19:16.779 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43352024-10-30T23:19:18.174Z[ recovery-image] Oct 30 23:19:16.788 INFO O| Oct 30 23:19:16.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
43362024-10-30T23:19:18.174Z[ recovery-image] Oct 30 23:19:16.788 INFO O| Oct 30 23:19:16.788 INFO STEP 71 (remove_files) COMPLETE
43372024-10-30T23:19:18.174Z[ recovery-image] Oct 30 23:19:16.788 INFO O| Oct 30 23:19:16.788 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43382024-10-30T23:19:18.174Z[ recovery-image] Oct 30 23:19:16.797 INFO O| Oct 30 23:19:16.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
43392024-10-30T23:19:18.174Z[ recovery-image] Oct 30 23:19:16.797 INFO O| Oct 30 23:19:16.797 INFO STEP 72 (remove_files) COMPLETE
43402024-10-30T23:19:18.174Z[ recovery-image] Oct 30 23:19:16.797 INFO O| Oct 30 23:19:16.797 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43412024-10-30T23:19:18.174Z[ host-image] Oct 30 23:19:16.798 INFO O| Oct 30 23:19:16.798 INFO O| Actions: 46956/49311 actions (Installing new actions)
43422024-10-30T23:19:18.182Z[ recovery-image] Oct 30 23:19:16.806 INFO O| Oct 30 23:19:16.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
43432024-10-30T23:19:18.182Z[ recovery-image] Oct 30 23:19:16.806 INFO O| Oct 30 23:19:16.806 INFO STEP 73 (remove_files) COMPLETE
43442024-10-30T23:19:18.182Z[ recovery-image] Oct 30 23:19:16.806 INFO O| Oct 30 23:19:16.806 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43452024-10-30T23:19:18.191Z[ recovery-image] Oct 30 23:19:16.816 INFO O| Oct 30 23:19:16.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
43462024-10-30T23:19:18.191Z[ recovery-image] Oct 30 23:19:16.816 INFO O| Oct 30 23:19:16.816 INFO STEP 74 (remove_files) COMPLETE
43472024-10-30T23:19:18.191Z[ recovery-image] Oct 30 23:19:16.816 INFO O| Oct 30 23:19:16.816 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43482024-10-30T23:19:18.202Z[ recovery-image] Oct 30 23:19:16.825 INFO O| Oct 30 23:19:16.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
43492024-10-30T23:19:18.202Z[ recovery-image] Oct 30 23:19:16.825 INFO O| Oct 30 23:19:16.825 INFO STEP 75 (remove_files) COMPLETE
43502024-10-30T23:19:18.202Z[ recovery-image] Oct 30 23:19:16.825 INFO O| Oct 30 23:19:16.825 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43512024-10-30T23:19:18.210Z[ recovery-image] Oct 30 23:19:16.835 INFO O| Oct 30 23:19:16.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
43522024-10-30T23:19:18.210Z[ recovery-image] Oct 30 23:19:16.835 INFO O| Oct 30 23:19:16.835 INFO STEP 76 (remove_files) COMPLETE
43532024-10-30T23:19:18.210Z[ recovery-image] Oct 30 23:19:16.835 INFO O| Oct 30 23:19:16.835 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43542024-10-30T23:19:18.216Z[ recovery-image] Oct 30 23:19:16.844 INFO O| Oct 30 23:19:16.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
43552024-10-30T23:19:18.216Z[ recovery-image] Oct 30 23:19:16.844 INFO O| Oct 30 23:19:16.844 INFO STEP 77 (remove_files) COMPLETE
43562024-10-30T23:19:18.219Z[ recovery-image] Oct 30 23:19:16.844 INFO O| Oct 30 23:19:16.844 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43572024-10-30T23:19:18.226Z[ recovery-image] Oct 30 23:19:16.854 INFO O| Oct 30 23:19:16.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
43582024-10-30T23:19:18.226Z[ recovery-image] Oct 30 23:19:16.854 INFO O| Oct 30 23:19:16.854 INFO STEP 78 (remove_files) COMPLETE
43592024-10-30T23:19:18.228Z[ recovery-image] Oct 30 23:19:16.854 INFO O| Oct 30 23:19:16.854 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43602024-10-30T23:19:18.235Z[ recovery-image] Oct 30 23:19:16.863 INFO O| Oct 30 23:19:16.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
43612024-10-30T23:19:18.237Z[ recovery-image] Oct 30 23:19:16.863 INFO O| Oct 30 23:19:16.863 INFO STEP 79 (remove_files) COMPLETE
43622024-10-30T23:19:18.237Z[ recovery-image] Oct 30 23:19:16.863 INFO O| Oct 30 23:19:16.863 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43632024-10-30T23:19:18.245Z[ recovery-image] Oct 30 23:19:16.872 INFO O| Oct 30 23:19:16.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
43642024-10-30T23:19:18.247Z[ recovery-image] Oct 30 23:19:16.872 INFO O| Oct 30 23:19:16.872 INFO STEP 80 (remove_files) COMPLETE
43652024-10-30T23:19:18.247Z[ recovery-image] Oct 30 23:19:16.872 INFO O| Oct 30 23:19:16.872 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43662024-10-30T23:19:18.254Z[ recovery-image] Oct 30 23:19:16.882 INFO O| Oct 30 23:19:16.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
43672024-10-30T23:19:18.254Z[ recovery-image] Oct 30 23:19:16.882 INFO O| Oct 30 23:19:16.882 INFO STEP 81 (remove_files) COMPLETE
43682024-10-30T23:19:18.256Z[ recovery-image] Oct 30 23:19:16.882 INFO O| Oct 30 23:19:16.882 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43692024-10-30T23:19:18.264Z[ recovery-image] Oct 30 23:19:16.891 INFO O| Oct 30 23:19:16.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
43702024-10-30T23:19:18.264Z[ recovery-image] Oct 30 23:19:16.891 INFO O| Oct 30 23:19:16.891 INFO STEP 82 (remove_files) COMPLETE
43712024-10-30T23:19:18.266Z[ recovery-image] Oct 30 23:19:16.891 INFO O| Oct 30 23:19:16.891 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43722024-10-30T23:19:18.273Z[ recovery-image] Oct 30 23:19:16.901 INFO O| Oct 30 23:19:16.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
43732024-10-30T23:19:18.275Z[ recovery-image] Oct 30 23:19:16.901 INFO O| Oct 30 23:19:16.901 INFO STEP 83 (remove_files) COMPLETE
43742024-10-30T23:19:18.275Z[ recovery-image] Oct 30 23:19:16.901 INFO O| Oct 30 23:19:16.901 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43752024-10-30T23:19:18.283Z[ recovery-image] Oct 30 23:19:16.911 INFO O| Oct 30 23:19:16.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
43762024-10-30T23:19:18.283Z[ recovery-image] Oct 30 23:19:16.911 INFO O| Oct 30 23:19:16.911 INFO STEP 84 (remove_files) COMPLETE
43772024-10-30T23:19:18.283Z[ recovery-image] Oct 30 23:19:16.911 INFO O| Oct 30 23:19:16.911 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43782024-10-30T23:19:18.293Z[ recovery-image] Oct 30 23:19:16.921 INFO O| Oct 30 23:19:16.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
43792024-10-30T23:19:18.293Z[ recovery-image] Oct 30 23:19:16.921 INFO O| Oct 30 23:19:16.921 INFO STEP 85 (remove_files) COMPLETE
43802024-10-30T23:19:18.296Z[ recovery-image] Oct 30 23:19:16.921 INFO O| Oct 30 23:19:16.921 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43812024-10-30T23:19:18.303Z[ recovery-image] Oct 30 23:19:16.930 INFO O| Oct 30 23:19:16.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
43822024-10-30T23:19:18.303Z[ recovery-image] Oct 30 23:19:16.930 INFO O| Oct 30 23:19:16.930 INFO STEP 86 (remove_files) COMPLETE
43832024-10-30T23:19:18.303Z[ recovery-image] Oct 30 23:19:16.930 INFO O| Oct 30 23:19:16.930 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43842024-10-30T23:19:18.326Z[ recovery-image] Oct 30 23:19:16.947 INFO O| Oct 30 23:19:16.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
43852024-10-30T23:19:18.326Z[ recovery-image] Oct 30 23:19:16.947 INFO O| Oct 30 23:19:16.947 INFO STEP 87 (remove_files) COMPLETE
43862024-10-30T23:19:18.326Z[ recovery-image] Oct 30 23:19:16.947 INFO O| Oct 30 23:19:16.947 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43872024-10-30T23:19:18.337Z[ recovery-image] Oct 30 23:19:16.965 INFO O| Oct 30 23:19:16.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
43882024-10-30T23:19:18.337Z[ recovery-image] Oct 30 23:19:16.965 INFO O| Oct 30 23:19:16.965 INFO STEP 88 (remove_files) COMPLETE
43892024-10-30T23:19:18.340Z[ recovery-image] Oct 30 23:19:16.965 INFO O| Oct 30 23:19:16.965 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43902024-10-30T23:19:18.348Z[ recovery-image] Oct 30 23:19:16.976 INFO O| Oct 30 23:19:16.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
43912024-10-30T23:19:18.348Z[ recovery-image] Oct 30 23:19:16.976 INFO O| Oct 30 23:19:16.976 INFO STEP 89 (remove_files) COMPLETE
43922024-10-30T23:19:18.351Z[ recovery-image] Oct 30 23:19:16.976 INFO O| Oct 30 23:19:16.976 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43932024-10-30T23:19:18.359Z[ recovery-image] Oct 30 23:19:16.987 INFO O| Oct 30 23:19:16.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
43942024-10-30T23:19:18.359Z[ recovery-image] Oct 30 23:19:16.987 INFO O| Oct 30 23:19:16.987 INFO STEP 90 (remove_files) COMPLETE
43952024-10-30T23:19:18.359Z[ recovery-image] Oct 30 23:19:16.987 INFO O| Oct 30 23:19:16.987 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43962024-10-30T23:19:18.369Z[ recovery-image] Oct 30 23:19:16.997 INFO O| Oct 30 23:19:16.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
43972024-10-30T23:19:18.370Z[ recovery-image] Oct 30 23:19:16.997 INFO O| Oct 30 23:19:16.997 INFO STEP 91 (remove_files) COMPLETE
43982024-10-30T23:19:18.372Z[ recovery-image] Oct 30 23:19:16.997 INFO O| Oct 30 23:19:16.997 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43992024-10-30T23:19:18.380Z[ recovery-image] Oct 30 23:19:17.008 INFO O| Oct 30 23:19:17.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
44002024-10-30T23:19:18.380Z[ recovery-image] Oct 30 23:19:17.008 INFO O| Oct 30 23:19:17.008 INFO STEP 92 (remove_files) COMPLETE
44012024-10-30T23:19:18.383Z[ recovery-image] Oct 30 23:19:17.008 INFO O| Oct 30 23:19:17.008 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44022024-10-30T23:19:18.390Z[ recovery-image] Oct 30 23:19:17.018 INFO O| Oct 30 23:19:17.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
44032024-10-30T23:19:18.392Z[ recovery-image] Oct 30 23:19:17.018 INFO O| Oct 30 23:19:17.018 INFO STEP 93 (remove_files) COMPLETE
44042024-10-30T23:19:18.392Z[ recovery-image] Oct 30 23:19:17.018 INFO O| Oct 30 23:19:17.018 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44052024-10-30T23:19:18.400Z[ recovery-image] Oct 30 23:19:17.028 INFO O| Oct 30 23:19:17.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
44062024-10-30T23:19:18.400Z[ recovery-image] Oct 30 23:19:17.028 INFO O| Oct 30 23:19:17.028 INFO STEP 94 (remove_files) COMPLETE
44072024-10-30T23:19:18.402Z[ recovery-image] Oct 30 23:19:17.028 INFO O| Oct 30 23:19:17.028 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44082024-10-30T23:19:18.410Z[ recovery-image] Oct 30 23:19:17.038 INFO O| Oct 30 23:19:17.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
44092024-10-30T23:19:18.412Z[ recovery-image] Oct 30 23:19:17.038 INFO O| Oct 30 23:19:17.038 INFO STEP 95 (remove_files) COMPLETE
44102024-10-30T23:19:18.412Z[ recovery-image] Oct 30 23:19:17.038 INFO O| Oct 30 23:19:17.038 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44112024-10-30T23:19:18.420Z[ recovery-image] Oct 30 23:19:17.048 INFO O| Oct 30 23:19:17.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
44122024-10-30T23:19:18.420Z[ recovery-image] Oct 30 23:19:17.048 INFO O| Oct 30 23:19:17.048 INFO STEP 96 (remove_files) COMPLETE
44132024-10-30T23:19:18.422Z[ recovery-image] Oct 30 23:19:17.048 INFO O| Oct 30 23:19:17.048 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44142024-10-30T23:19:18.430Z[ recovery-image] Oct 30 23:19:17.057 INFO O| Oct 30 23:19:17.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
44152024-10-30T23:19:18.430Z[ recovery-image] Oct 30 23:19:17.057 INFO O| Oct 30 23:19:17.057 INFO STEP 97 (remove_files) COMPLETE
44162024-10-30T23:19:18.433Z[ recovery-image] Oct 30 23:19:17.057 INFO O| Oct 30 23:19:17.057 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44172024-10-30T23:19:18.439Z[ recovery-image] Oct 30 23:19:17.067 INFO O| Oct 30 23:19:17.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
44182024-10-30T23:19:18.439Z[ recovery-image] Oct 30 23:19:17.067 INFO O| Oct 30 23:19:17.067 INFO STEP 98 (remove_files) COMPLETE
44192024-10-30T23:19:18.439Z[ recovery-image] Oct 30 23:19:17.067 INFO O| Oct 30 23:19:17.067 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44202024-10-30T23:19:18.448Z[ recovery-image] Oct 30 23:19:17.076 INFO O| Oct 30 23:19:17.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
44212024-10-30T23:19:18.451Z[ recovery-image] Oct 30 23:19:17.077 INFO O| Oct 30 23:19:17.077 INFO STEP 99 (remove_files) COMPLETE
44222024-10-30T23:19:18.451Z[ recovery-image] Oct 30 23:19:17.077 INFO O| Oct 30 23:19:17.077 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44232024-10-30T23:19:18.458Z[ recovery-image] Oct 30 23:19:17.086 INFO O| Oct 30 23:19:17.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
44242024-10-30T23:19:18.461Z[ recovery-image] Oct 30 23:19:17.086 INFO O| Oct 30 23:19:17.086 INFO STEP 100 (remove_files) COMPLETE
44252024-10-30T23:19:18.461Z[ recovery-image] Oct 30 23:19:17.086 INFO O| Oct 30 23:19:17.086 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44262024-10-30T23:19:18.467Z[ recovery-image] Oct 30 23:19:17.095 INFO O| Oct 30 23:19:17.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
44272024-10-30T23:19:18.467Z[ recovery-image] Oct 30 23:19:17.095 INFO O| Oct 30 23:19:17.095 INFO STEP 101 (remove_files) COMPLETE
44282024-10-30T23:19:18.467Z[ recovery-image] Oct 30 23:19:17.095 INFO O| Oct 30 23:19:17.095 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44292024-10-30T23:19:18.477Z[ recovery-image] Oct 30 23:19:17.104 INFO O| Oct 30 23:19:17.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
44302024-10-30T23:19:18.477Z[ recovery-image] Oct 30 23:19:17.105 INFO O| Oct 30 23:19:17.105 INFO STEP 102 (remove_files) COMPLETE
44312024-10-30T23:19:18.481Z[ recovery-image] Oct 30 23:19:17.105 INFO O| Oct 30 23:19:17.105 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44322024-10-30T23:19:18.486Z[ recovery-image] Oct 30 23:19:17.114 INFO O| Oct 30 23:19:17.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
44332024-10-30T23:19:18.486Z[ recovery-image] Oct 30 23:19:17.114 INFO O| Oct 30 23:19:17.114 INFO STEP 103 (remove_files) COMPLETE
44342024-10-30T23:19:18.486Z[ recovery-image] Oct 30 23:19:17.114 INFO O| Oct 30 23:19:17.114 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44352024-10-30T23:19:18.496Z[ recovery-image] Oct 30 23:19:17.123 INFO O| Oct 30 23:19:17.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
44362024-10-30T23:19:18.498Z[ recovery-image] Oct 30 23:19:17.123 INFO O| Oct 30 23:19:17.123 INFO STEP 104 (remove_files) COMPLETE
44372024-10-30T23:19:18.498Z[ recovery-image] Oct 30 23:19:17.123 INFO O| Oct 30 23:19:17.123 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44382024-10-30T23:19:18.505Z[ recovery-image] Oct 30 23:19:17.133 INFO O| Oct 30 23:19:17.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
44392024-10-30T23:19:18.508Z[ recovery-image] Oct 30 23:19:17.133 INFO O| Oct 30 23:19:17.133 INFO STEP 105 (remove_files) COMPLETE
44402024-10-30T23:19:18.508Z[ recovery-image] Oct 30 23:19:17.133 INFO O| Oct 30 23:19:17.133 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44412024-10-30T23:19:18.514Z[ recovery-image] Oct 30 23:19:17.142 INFO O| Oct 30 23:19:17.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
44422024-10-30T23:19:18.517Z[ recovery-image] Oct 30 23:19:17.142 INFO O| Oct 30 23:19:17.142 INFO STEP 106 (remove_files) COMPLETE
44432024-10-30T23:19:18.517Z[ recovery-image] Oct 30 23:19:17.142 INFO O| Oct 30 23:19:17.142 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44442024-10-30T23:19:18.524Z[ recovery-image] Oct 30 23:19:17.152 INFO O| Oct 30 23:19:17.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
44452024-10-30T23:19:18.524Z[ recovery-image] Oct 30 23:19:17.152 INFO O| Oct 30 23:19:17.152 INFO STEP 107 (remove_files) COMPLETE
44462024-10-30T23:19:18.524Z[ recovery-image] Oct 30 23:19:17.152 INFO O| Oct 30 23:19:17.152 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44472024-10-30T23:19:18.533Z[ recovery-image] Oct 30 23:19:17.161 INFO O| Oct 30 23:19:17.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
44482024-10-30T23:19:18.533Z[ recovery-image] Oct 30 23:19:17.161 INFO O| Oct 30 23:19:17.161 INFO STEP 108 (remove_files) COMPLETE
44492024-10-30T23:19:18.536Z[ recovery-image] Oct 30 23:19:17.161 INFO O| Oct 30 23:19:17.161 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44502024-10-30T23:19:18.543Z[ recovery-image] Oct 30 23:19:17.170 INFO O| Oct 30 23:19:17.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
44512024-10-30T23:19:18.545Z[ recovery-image] Oct 30 23:19:17.170 INFO O| Oct 30 23:19:17.170 INFO STEP 109 (remove_files) COMPLETE
44522024-10-30T23:19:18.545Z[ recovery-image] Oct 30 23:19:17.170 INFO O| Oct 30 23:19:17.170 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44532024-10-30T23:19:18.552Z[ recovery-image] Oct 30 23:19:17.180 INFO O| Oct 30 23:19:17.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
44542024-10-30T23:19:18.552Z[ recovery-image] Oct 30 23:19:17.180 INFO O| Oct 30 23:19:17.180 INFO STEP 110 (remove_files) COMPLETE
44552024-10-30T23:19:18.554Z[ recovery-image] Oct 30 23:19:17.180 INFO O| Oct 30 23:19:17.180 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44562024-10-30T23:19:18.561Z[ recovery-image] Oct 30 23:19:17.189 INFO O| Oct 30 23:19:17.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
44572024-10-30T23:19:18.564Z[ recovery-image] Oct 30 23:19:17.189 INFO O| Oct 30 23:19:17.189 INFO STEP 111 (remove_files) COMPLETE
44582024-10-30T23:19:18.564Z[ recovery-image] Oct 30 23:19:17.189 INFO O| Oct 30 23:19:17.189 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44592024-10-30T23:19:18.571Z[ recovery-image] Oct 30 23:19:17.199 INFO O| Oct 30 23:19:17.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
44602024-10-30T23:19:18.571Z[ recovery-image] Oct 30 23:19:17.199 INFO O| Oct 30 23:19:17.199 INFO STEP 112 (remove_files) COMPLETE
44612024-10-30T23:19:18.571Z[ recovery-image] Oct 30 23:19:17.199 INFO O| Oct 30 23:19:17.199 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44622024-10-30T23:19:18.580Z[ recovery-image] Oct 30 23:19:17.208 INFO O| Oct 30 23:19:17.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
44632024-10-30T23:19:18.580Z[ recovery-image] Oct 30 23:19:17.208 INFO O| Oct 30 23:19:17.208 INFO STEP 113 (remove_files) COMPLETE
44642024-10-30T23:19:18.580Z[ recovery-image] Oct 30 23:19:17.208 INFO O| Oct 30 23:19:17.208 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44652024-10-30T23:19:18.590Z[ recovery-image] Oct 30 23:19:17.217 INFO O| Oct 30 23:19:17.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
44662024-10-30T23:19:18.592Z[ recovery-image] Oct 30 23:19:17.217 INFO O| Oct 30 23:19:17.217 INFO STEP 114 (remove_files) COMPLETE
44672024-10-30T23:19:18.592Z[ recovery-image] Oct 30 23:19:17.217 INFO O| Oct 30 23:19:17.217 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44682024-10-30T23:19:18.599Z[ recovery-image] Oct 30 23:19:17.227 INFO O| Oct 30 23:19:17.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
44692024-10-30T23:19:18.599Z[ recovery-image] Oct 30 23:19:17.227 INFO O| Oct 30 23:19:17.227 INFO STEP 115 (remove_files) COMPLETE
44702024-10-30T23:19:18.601Z[ recovery-image] Oct 30 23:19:17.227 INFO O| Oct 30 23:19:17.227 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44712024-10-30T23:19:18.608Z[ recovery-image] Oct 30 23:19:17.236 INFO O| Oct 30 23:19:17.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
44722024-10-30T23:19:18.608Z[ recovery-image] Oct 30 23:19:17.236 INFO O| Oct 30 23:19:17.236 INFO STEP 116 (remove_files) COMPLETE
44732024-10-30T23:19:18.611Z[ recovery-image] Oct 30 23:19:17.236 INFO O| Oct 30 23:19:17.236 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44742024-10-30T23:19:18.618Z[ recovery-image] Oct 30 23:19:17.246 INFO O| Oct 30 23:19:17.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
44752024-10-30T23:19:18.620Z[ recovery-image] Oct 30 23:19:17.246 INFO O| Oct 30 23:19:17.246 INFO STEP 117 (remove_files) COMPLETE
44762024-10-30T23:19:18.620Z[ recovery-image] Oct 30 23:19:17.246 INFO O| Oct 30 23:19:17.246 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44772024-10-30T23:19:18.627Z[ recovery-image] Oct 30 23:19:17.255 INFO O| Oct 30 23:19:17.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
44782024-10-30T23:19:18.627Z[ recovery-image] Oct 30 23:19:17.255 INFO O| Oct 30 23:19:17.255 INFO STEP 118 (remove_files) COMPLETE
44792024-10-30T23:19:18.627Z[ recovery-image] Oct 30 23:19:17.255 INFO O| Oct 30 23:19:17.255 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44802024-10-30T23:19:18.638Z[ recovery-image] Oct 30 23:19:17.265 INFO O| Oct 30 23:19:17.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
44812024-10-30T23:19:18.640Z[ recovery-image] Oct 30 23:19:17.265 INFO O| Oct 30 23:19:17.265 INFO STEP 119 (remove_files) COMPLETE
44822024-10-30T23:19:18.640Z[ recovery-image] Oct 30 23:19:17.265 INFO O| Oct 30 23:19:17.265 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44832024-10-30T23:19:18.648Z[ recovery-image] Oct 30 23:19:17.276 INFO O| Oct 30 23:19:17.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
44842024-10-30T23:19:18.651Z[ recovery-image] Oct 30 23:19:17.276 INFO O| Oct 30 23:19:17.276 INFO STEP 120 (remove_files) COMPLETE
44852024-10-30T23:19:18.651Z[ recovery-image] Oct 30 23:19:17.276 INFO O| Oct 30 23:19:17.276 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44862024-10-30T23:19:18.662Z[ recovery-image] Oct 30 23:19:17.289 INFO O| Oct 30 23:19:17.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
44872024-10-30T23:19:18.662Z[ recovery-image] Oct 30 23:19:17.289 INFO O| Oct 30 23:19:17.289 INFO STEP 121 (remove_files) COMPLETE
44882024-10-30T23:19:18.662Z[ recovery-image] Oct 30 23:19:17.289 INFO O| Oct 30 23:19:17.289 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44892024-10-30T23:19:18.674Z[ recovery-image] Oct 30 23:19:17.301 INFO O| Oct 30 23:19:17.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
44902024-10-30T23:19:18.674Z[ recovery-image] Oct 30 23:19:17.301 INFO O| Oct 30 23:19:17.301 INFO STEP 122 (remove_files) COMPLETE
44912024-10-30T23:19:18.674Z[ recovery-image] Oct 30 23:19:17.301 INFO O| Oct 30 23:19:17.301 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44922024-10-30T23:19:18.684Z[ recovery-image] Oct 30 23:19:17.312 INFO O| Oct 30 23:19:17.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
44932024-10-30T23:19:18.687Z[ recovery-image] Oct 30 23:19:17.312 INFO O| Oct 30 23:19:17.312 INFO STEP 123 (remove_files) COMPLETE
44942024-10-30T23:19:18.687Z[ recovery-image] Oct 30 23:19:17.312 INFO O| Oct 30 23:19:17.312 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44952024-10-30T23:19:18.694Z[ recovery-image] Oct 30 23:19:17.322 INFO O| Oct 30 23:19:17.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
44962024-10-30T23:19:18.694Z[ recovery-image] Oct 30 23:19:17.322 INFO O| Oct 30 23:19:17.322 INFO STEP 124 (remove_files) COMPLETE
44972024-10-30T23:19:18.697Z[ recovery-image] Oct 30 23:19:17.322 INFO O| Oct 30 23:19:17.322 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44982024-10-30T23:19:18.704Z[ recovery-image] Oct 30 23:19:17.332 INFO O| Oct 30 23:19:17.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
44992024-10-30T23:19:18.704Z[ recovery-image] Oct 30 23:19:17.332 INFO O| Oct 30 23:19:17.332 INFO STEP 125 (remove_files) COMPLETE
45002024-10-30T23:19:18.706Z[ recovery-image] Oct 30 23:19:17.332 INFO O| Oct 30 23:19:17.332 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45012024-10-30T23:19:18.714Z[ recovery-image] Oct 30 23:19:17.341 INFO O| Oct 30 23:19:17.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
45022024-10-30T23:19:18.714Z[ recovery-image] Oct 30 23:19:17.341 INFO O| Oct 30 23:19:17.341 INFO STEP 126 (remove_files) COMPLETE
45032024-10-30T23:19:18.714Z[ recovery-image] Oct 30 23:19:17.341 INFO O| Oct 30 23:19:17.341 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45042024-10-30T23:19:18.723Z[ recovery-image] Oct 30 23:19:17.351 INFO O| Oct 30 23:19:17.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
45052024-10-30T23:19:18.723Z[ recovery-image] Oct 30 23:19:17.351 INFO O| Oct 30 23:19:17.351 INFO STEP 127 (remove_files) COMPLETE
45062024-10-30T23:19:18.723Z[ recovery-image] Oct 30 23:19:17.351 INFO O| Oct 30 23:19:17.351 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45072024-10-30T23:19:18.733Z[ recovery-image] Oct 30 23:19:17.361 INFO O| Oct 30 23:19:17.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
45082024-10-30T23:19:18.734Z[ recovery-image] Oct 30 23:19:17.361 INFO O| Oct 30 23:19:17.361 INFO STEP 128 (remove_files) COMPLETE
45092024-10-30T23:19:18.734Z[ recovery-image] Oct 30 23:19:17.361 INFO O| Oct 30 23:19:17.361 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45102024-10-30T23:19:18.743Z[ recovery-image] Oct 30 23:19:17.371 INFO O| Oct 30 23:19:17.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
45112024-10-30T23:19:18.743Z[ recovery-image] Oct 30 23:19:17.371 INFO O| Oct 30 23:19:17.371 INFO STEP 129 (remove_files) COMPLETE
45122024-10-30T23:19:18.746Z[ recovery-image] Oct 30 23:19:17.371 INFO O| Oct 30 23:19:17.371 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45132024-10-30T23:19:18.753Z[ recovery-image] Oct 30 23:19:17.380 INFO O| Oct 30 23:19:17.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
45142024-10-30T23:19:18.753Z[ recovery-image] Oct 30 23:19:17.380 INFO O| Oct 30 23:19:17.380 INFO STEP 130 (remove_files) COMPLETE
45152024-10-30T23:19:18.756Z[ recovery-image] Oct 30 23:19:17.380 INFO O| Oct 30 23:19:17.380 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45162024-10-30T23:19:18.762Z[ recovery-image] Oct 30 23:19:17.390 INFO O| Oct 30 23:19:17.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
45172024-10-30T23:19:18.762Z[ recovery-image] Oct 30 23:19:17.390 INFO O| Oct 30 23:19:17.390 INFO STEP 131 (remove_files) COMPLETE
45182024-10-30T23:19:18.762Z[ recovery-image] Oct 30 23:19:17.390 INFO O| Oct 30 23:19:17.390 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45192024-10-30T23:19:18.772Z[ recovery-image] Oct 30 23:19:17.399 INFO O| Oct 30 23:19:17.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
45202024-10-30T23:19:18.772Z[ recovery-image] Oct 30 23:19:17.400 INFO O| Oct 30 23:19:17.399 INFO STEP 132 (remove_files) COMPLETE
45212024-10-30T23:19:18.774Z[ recovery-image] Oct 30 23:19:17.400 INFO O| Oct 30 23:19:17.400 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45222024-10-30T23:19:18.781Z[ recovery-image] Oct 30 23:19:17.409 INFO O| Oct 30 23:19:17.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
45232024-10-30T23:19:18.783Z[ recovery-image] Oct 30 23:19:17.409 INFO O| Oct 30 23:19:17.409 INFO STEP 133 (remove_files) COMPLETE
45242024-10-30T23:19:18.783Z[ recovery-image] Oct 30 23:19:17.409 INFO O| Oct 30 23:19:17.409 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45252024-10-30T23:19:18.791Z[ recovery-image] Oct 30 23:19:17.419 INFO O| Oct 30 23:19:17.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
45262024-10-30T23:19:18.791Z[ recovery-image] Oct 30 23:19:17.419 INFO O| Oct 30 23:19:17.419 INFO STEP 134 (remove_files) COMPLETE
45272024-10-30T23:19:18.791Z[ recovery-image] Oct 30 23:19:17.419 INFO O| Oct 30 23:19:17.419 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45282024-10-30T23:19:18.801Z[ recovery-image] Oct 30 23:19:17.429 INFO O| Oct 30 23:19:17.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
45292024-10-30T23:19:18.801Z[ recovery-image] Oct 30 23:19:17.429 INFO O| Oct 30 23:19:17.429 INFO STEP 135 (remove_files) COMPLETE
45302024-10-30T23:19:18.803Z[ recovery-image] Oct 30 23:19:17.429 INFO O| Oct 30 23:19:17.429 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45312024-10-30T23:19:18.811Z[ recovery-image] Oct 30 23:19:17.438 INFO O| Oct 30 23:19:17.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
45322024-10-30T23:19:18.813Z[ recovery-image] Oct 30 23:19:17.438 INFO O| Oct 30 23:19:17.438 INFO STEP 136 (remove_files) COMPLETE
45332024-10-30T23:19:18.813Z[ recovery-image] Oct 30 23:19:17.438 INFO O| Oct 30 23:19:17.438 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45342024-10-30T23:19:18.820Z[ recovery-image] Oct 30 23:19:17.448 INFO O| Oct 30 23:19:17.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
45352024-10-30T23:19:18.821Z[ recovery-image] Oct 30 23:19:17.448 INFO O| Oct 30 23:19:17.448 INFO STEP 137 (remove_files) COMPLETE
45362024-10-30T23:19:18.823Z[ recovery-image] Oct 30 23:19:17.448 INFO O| Oct 30 23:19:17.448 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45372024-10-30T23:19:18.830Z[ recovery-image] Oct 30 23:19:17.458 INFO O| Oct 30 23:19:17.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
45382024-10-30T23:19:18.833Z[ recovery-image] Oct 30 23:19:17.458 INFO O| Oct 30 23:19:17.458 INFO STEP 138 (remove_files) COMPLETE
45392024-10-30T23:19:18.833Z[ recovery-image] Oct 30 23:19:17.458 INFO O| Oct 30 23:19:17.458 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45402024-10-30T23:19:18.840Z[ recovery-image] Oct 30 23:19:17.468 INFO O| Oct 30 23:19:17.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
45412024-10-30T23:19:18.842Z[ recovery-image] Oct 30 23:19:17.468 INFO O| Oct 30 23:19:17.468 INFO STEP 139 (remove_files) COMPLETE
45422024-10-30T23:19:18.842Z[ recovery-image] Oct 30 23:19:17.468 INFO O| Oct 30 23:19:17.468 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45432024-10-30T23:19:18.849Z[ recovery-image] Oct 30 23:19:17.477 INFO O| Oct 30 23:19:17.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
45442024-10-30T23:19:18.852Z[ recovery-image] Oct 30 23:19:17.478 INFO O| Oct 30 23:19:17.478 INFO STEP 140 (remove_files) COMPLETE
45452024-10-30T23:19:18.852Z[ recovery-image] Oct 30 23:19:17.478 INFO O| Oct 30 23:19:17.478 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45462024-10-30T23:19:18.859Z[ recovery-image] Oct 30 23:19:17.487 INFO O| Oct 30 23:19:17.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
45472024-10-30T23:19:18.862Z[ recovery-image] Oct 30 23:19:17.488 INFO O| Oct 30 23:19:17.488 INFO STEP 141 (remove_files) COMPLETE
45482024-10-30T23:19:18.862Z[ recovery-image] Oct 30 23:19:17.488 INFO O| Oct 30 23:19:17.488 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45492024-10-30T23:19:18.869Z[ recovery-image] Oct 30 23:19:17.497 INFO O| Oct 30 23:19:17.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
45502024-10-30T23:19:18.872Z[ recovery-image] Oct 30 23:19:17.497 INFO O| Oct 30 23:19:17.497 INFO STEP 142 (remove_files) COMPLETE
45512024-10-30T23:19:18.872Z[ recovery-image] Oct 30 23:19:17.497 INFO O| Oct 30 23:19:17.497 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45522024-10-30T23:19:18.879Z[ recovery-image] Oct 30 23:19:17.507 INFO O| Oct 30 23:19:17.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
45532024-10-30T23:19:18.879Z[ recovery-image] Oct 30 23:19:17.507 INFO O| Oct 30 23:19:17.507 INFO STEP 143 (remove_files) COMPLETE
45542024-10-30T23:19:18.881Z[ recovery-image] Oct 30 23:19:17.507 INFO O| Oct 30 23:19:17.507 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45552024-10-30T23:19:18.888Z[ recovery-image] Oct 30 23:19:17.516 INFO O| Oct 30 23:19:17.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
45562024-10-30T23:19:18.892Z[ recovery-image] Oct 30 23:19:17.516 INFO O| Oct 30 23:19:17.516 INFO STEP 144 (remove_files) COMPLETE
45572024-10-30T23:19:18.892Z[ recovery-image] Oct 30 23:19:17.516 INFO O| Oct 30 23:19:17.516 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45582024-10-30T23:19:18.898Z[ recovery-image] Oct 30 23:19:17.525 INFO O| Oct 30 23:19:17.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
45592024-10-30T23:19:18.900Z[ recovery-image] Oct 30 23:19:17.525 INFO O| Oct 30 23:19:17.525 INFO STEP 145 (remove_files) COMPLETE
45602024-10-30T23:19:18.900Z[ recovery-image] Oct 30 23:19:17.525 INFO O| Oct 30 23:19:17.525 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45612024-10-30T23:19:18.908Z[ recovery-image] Oct 30 23:19:17.535 INFO O| Oct 30 23:19:17.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
45622024-10-30T23:19:18.908Z[ recovery-image] Oct 30 23:19:17.535 INFO O| Oct 30 23:19:17.535 INFO STEP 146 (remove_files) COMPLETE
45632024-10-30T23:19:18.910Z[ recovery-image] Oct 30 23:19:17.535 INFO O| Oct 30 23:19:17.535 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45642024-10-30T23:19:18.917Z[ recovery-image] Oct 30 23:19:17.545 INFO O| Oct 30 23:19:17.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
45652024-10-30T23:19:18.920Z[ recovery-image] Oct 30 23:19:17.545 INFO O| Oct 30 23:19:17.545 INFO STEP 147 (remove_files) COMPLETE
45662024-10-30T23:19:18.920Z[ recovery-image] Oct 30 23:19:17.545 INFO O| Oct 30 23:19:17.545 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45672024-10-30T23:19:18.927Z[ recovery-image] Oct 30 23:19:17.555 INFO O| Oct 30 23:19:17.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
45682024-10-30T23:19:18.927Z[ recovery-image] Oct 30 23:19:17.555 INFO O| Oct 30 23:19:17.555 INFO STEP 148 (remove_files) COMPLETE
45692024-10-30T23:19:18.930Z[ recovery-image] Oct 30 23:19:17.555 INFO O| Oct 30 23:19:17.555 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45702024-10-30T23:19:18.937Z[ recovery-image] Oct 30 23:19:17.564 INFO O| Oct 30 23:19:17.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
45712024-10-30T23:19:18.937Z[ recovery-image] Oct 30 23:19:17.564 INFO O| Oct 30 23:19:17.564 INFO STEP 149 (remove_files) COMPLETE
45722024-10-30T23:19:18.937Z[ recovery-image] Oct 30 23:19:17.564 INFO O| Oct 30 23:19:17.564 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45732024-10-30T23:19:18.946Z[ recovery-image] Oct 30 23:19:17.574 INFO O| Oct 30 23:19:17.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
45742024-10-30T23:19:18.946Z[ recovery-image] Oct 30 23:19:17.574 INFO O| Oct 30 23:19:17.574 INFO STEP 150 (remove_files) COMPLETE
45752024-10-30T23:19:18.949Z[ recovery-image] Oct 30 23:19:17.574 INFO O| Oct 30 23:19:17.574 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45762024-10-30T23:19:18.956Z[ recovery-image] Oct 30 23:19:17.584 INFO O| Oct 30 23:19:17.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
45772024-10-30T23:19:18.956Z[ recovery-image] Oct 30 23:19:17.584 INFO O| Oct 30 23:19:17.584 INFO STEP 151 (remove_files) COMPLETE
45782024-10-30T23:19:18.956Z[ recovery-image] Oct 30 23:19:17.584 INFO O| Oct 30 23:19:17.584 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45792024-10-30T23:19:18.967Z[ recovery-image] Oct 30 23:19:17.594 INFO O| Oct 30 23:19:17.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
45802024-10-30T23:19:18.967Z[ recovery-image] Oct 30 23:19:17.594 INFO O| Oct 30 23:19:17.594 INFO STEP 152 (remove_files) COMPLETE
45812024-10-30T23:19:18.967Z[ recovery-image] Oct 30 23:19:17.595 INFO O| Oct 30 23:19:17.594 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45822024-10-30T23:19:18.977Z[ recovery-image] Oct 30 23:19:17.605 INFO O| Oct 30 23:19:17.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
45832024-10-30T23:19:18.977Z[ recovery-image] Oct 30 23:19:17.605 INFO O| Oct 30 23:19:17.605 INFO STEP 153 (remove_files) COMPLETE
45842024-10-30T23:19:18.979Z[ recovery-image] Oct 30 23:19:17.605 INFO O| Oct 30 23:19:17.605 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45852024-10-30T23:19:18.987Z[ recovery-image] Oct 30 23:19:17.614 INFO O| Oct 30 23:19:17.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
45862024-10-30T23:19:18.989Z[ recovery-image] Oct 30 23:19:17.615 INFO O| Oct 30 23:19:17.614 INFO STEP 154 (remove_files) COMPLETE
45872024-10-30T23:19:18.989Z[ recovery-image] Oct 30 23:19:17.615 INFO O| Oct 30 23:19:17.615 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45882024-10-30T23:19:18.997Z[ recovery-image] Oct 30 23:19:17.625 INFO O| Oct 30 23:19:17.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
45892024-10-30T23:19:19.006Z[ recovery-image] Oct 30 23:19:17.625 INFO O| Oct 30 23:19:17.625 INFO STEP 155 (remove_files) COMPLETE
45902024-10-30T23:19:19.006Z[ recovery-image] Oct 30 23:19:17.625 INFO O| Oct 30 23:19:17.625 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45912024-10-30T23:19:19.014Z[ recovery-image] Oct 30 23:19:17.635 INFO O| Oct 30 23:19:17.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
45922024-10-30T23:19:19.014Z[ recovery-image] Oct 30 23:19:17.635 INFO O| Oct 30 23:19:17.635 INFO STEP 156 (remove_files) COMPLETE
45932024-10-30T23:19:19.014Z[ recovery-image] Oct 30 23:19:17.635 INFO O| Oct 30 23:19:17.635 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45942024-10-30T23:19:19.017Z[ recovery-image] Oct 30 23:19:17.644 INFO O| Oct 30 23:19:17.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
45952024-10-30T23:19:19.017Z[ recovery-image] Oct 30 23:19:17.645 INFO O| Oct 30 23:19:17.644 INFO STEP 157 (remove_files) COMPLETE
45962024-10-30T23:19:19.017Z[ recovery-image] Oct 30 23:19:17.645 INFO O| Oct 30 23:19:17.644 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45972024-10-30T23:19:19.026Z[ recovery-image] Oct 30 23:19:17.654 INFO O| Oct 30 23:19:17.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
45982024-10-30T23:19:19.026Z[ recovery-image] Oct 30 23:19:17.654 INFO O| Oct 30 23:19:17.654 INFO STEP 158 (remove_files) COMPLETE
45992024-10-30T23:19:19.030Z[ recovery-image] Oct 30 23:19:17.654 INFO O| Oct 30 23:19:17.654 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46002024-10-30T23:19:19.036Z[ recovery-image] Oct 30 23:19:17.663 INFO O| Oct 30 23:19:17.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
46012024-10-30T23:19:19.038Z[ recovery-image] Oct 30 23:19:17.663 INFO O| Oct 30 23:19:17.663 INFO STEP 159 (remove_files) COMPLETE
46022024-10-30T23:19:19.038Z[ recovery-image] Oct 30 23:19:17.663 INFO O| Oct 30 23:19:17.663 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46032024-10-30T23:19:19.045Z[ recovery-image] Oct 30 23:19:17.673 INFO O| Oct 30 23:19:17.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
46042024-10-30T23:19:19.045Z[ recovery-image] Oct 30 23:19:17.673 INFO O| Oct 30 23:19:17.673 INFO STEP 160 (remove_files) COMPLETE
46052024-10-30T23:19:19.048Z[ recovery-image] Oct 30 23:19:17.673 INFO O| Oct 30 23:19:17.673 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46062024-10-30T23:19:19.055Z[ recovery-image] Oct 30 23:19:17.682 INFO O| Oct 30 23:19:17.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
46072024-10-30T23:19:19.055Z[ recovery-image] Oct 30 23:19:17.682 INFO O| Oct 30 23:19:17.682 INFO STEP 161 (remove_files) COMPLETE
46082024-10-30T23:19:19.055Z[ recovery-image] Oct 30 23:19:17.682 INFO O| Oct 30 23:19:17.682 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46092024-10-30T23:19:19.064Z[ recovery-image] Oct 30 23:19:17.692 INFO O| Oct 30 23:19:17.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
46102024-10-30T23:19:19.066Z[ recovery-image] Oct 30 23:19:17.692 INFO O| Oct 30 23:19:17.692 INFO STEP 162 (remove_files) COMPLETE
46112024-10-30T23:19:19.066Z[ recovery-image] Oct 30 23:19:17.692 INFO O| Oct 30 23:19:17.692 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46122024-10-30T23:19:19.074Z[ recovery-image] Oct 30 23:19:17.702 INFO O| Oct 30 23:19:17.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
46132024-10-30T23:19:19.074Z[ recovery-image] Oct 30 23:19:17.702 INFO O| Oct 30 23:19:17.702 INFO STEP 163 (remove_files) COMPLETE
46142024-10-30T23:19:19.076Z[ recovery-image] Oct 30 23:19:17.702 INFO O| Oct 30 23:19:17.702 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46152024-10-30T23:19:19.085Z[ recovery-image] Oct 30 23:19:17.711 INFO O| Oct 30 23:19:17.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
46162024-10-30T23:19:19.087Z[ recovery-image] Oct 30 23:19:17.711 INFO O| Oct 30 23:19:17.711 INFO STEP 164 (remove_files) COMPLETE
46172024-10-30T23:19:19.087Z[ recovery-image] Oct 30 23:19:17.711 INFO O| Oct 30 23:19:17.711 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46182024-10-30T23:19:19.093Z[ recovery-image] Oct 30 23:19:17.721 INFO O| Oct 30 23:19:17.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
46192024-10-30T23:19:19.094Z[ recovery-image] Oct 30 23:19:17.721 INFO O| Oct 30 23:19:17.721 INFO STEP 165 (remove_files) COMPLETE
46202024-10-30T23:19:19.094Z[ recovery-image] Oct 30 23:19:17.721 INFO O| Oct 30 23:19:17.721 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46212024-10-30T23:19:19.103Z[ recovery-image] Oct 30 23:19:17.731 INFO O| Oct 30 23:19:17.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
46222024-10-30T23:19:19.105Z[ recovery-image] Oct 30 23:19:17.732 INFO O| Oct 30 23:19:17.732 INFO STEP 166 (remove_files) COMPLETE
46232024-10-30T23:19:19.106Z[ recovery-image] Oct 30 23:19:17.732 INFO O| Oct 30 23:19:17.732 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46242024-10-30T23:19:19.114Z[ recovery-image] Oct 30 23:19:17.742 INFO O| Oct 30 23:19:17.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
46252024-10-30T23:19:19.117Z[ recovery-image] Oct 30 23:19:17.742 INFO O| Oct 30 23:19:17.742 INFO STEP 167 (remove_files) COMPLETE
46262024-10-30T23:19:19.117Z[ recovery-image] Oct 30 23:19:17.742 INFO O| Oct 30 23:19:17.742 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46272024-10-30T23:19:19.124Z[ recovery-image] Oct 30 23:19:17.752 INFO O| Oct 30 23:19:17.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
46282024-10-30T23:19:19.126Z[ recovery-image] Oct 30 23:19:17.752 INFO O| Oct 30 23:19:17.752 INFO STEP 168 (remove_files) COMPLETE
46292024-10-30T23:19:19.126Z[ recovery-image] Oct 30 23:19:17.752 INFO O| Oct 30 23:19:17.752 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46302024-10-30T23:19:19.133Z[ recovery-image] Oct 30 23:19:17.761 INFO O| Oct 30 23:19:17.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
46312024-10-30T23:19:19.133Z[ recovery-image] Oct 30 23:19:17.761 INFO O| Oct 30 23:19:17.761 INFO STEP 169 (remove_files) COMPLETE
46322024-10-30T23:19:19.136Z[ recovery-image] Oct 30 23:19:17.761 INFO O| Oct 30 23:19:17.761 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46332024-10-30T23:19:19.143Z[ recovery-image] Oct 30 23:19:17.771 INFO O| Oct 30 23:19:17.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
46342024-10-30T23:19:19.145Z[ recovery-image] Oct 30 23:19:17.771 INFO O| Oct 30 23:19:17.771 INFO STEP 170 (remove_files) COMPLETE
46352024-10-30T23:19:19.145Z[ recovery-image] Oct 30 23:19:17.771 INFO O| Oct 30 23:19:17.771 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46362024-10-30T23:19:19.152Z[ recovery-image] Oct 30 23:19:17.780 INFO O| Oct 30 23:19:17.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
46372024-10-30T23:19:19.156Z[ recovery-image] Oct 30 23:19:17.780 INFO O| Oct 30 23:19:17.780 INFO STEP 171 (remove_files) COMPLETE
46382024-10-30T23:19:19.156Z[ recovery-image] Oct 30 23:19:17.780 INFO O| Oct 30 23:19:17.780 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46392024-10-30T23:19:19.162Z[ recovery-image] Oct 30 23:19:17.790 INFO O| Oct 30 23:19:17.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
46402024-10-30T23:19:19.162Z[ recovery-image] Oct 30 23:19:17.790 INFO O| Oct 30 23:19:17.790 INFO STEP 172 (remove_files) COMPLETE
46412024-10-30T23:19:19.162Z[ recovery-image] Oct 30 23:19:17.790 INFO O| Oct 30 23:19:17.790 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46422024-10-30T23:19:19.172Z[ recovery-image] Oct 30 23:19:17.800 INFO O| Oct 30 23:19:17.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
46432024-10-30T23:19:19.174Z[ recovery-image] Oct 30 23:19:17.800 INFO O| Oct 30 23:19:17.800 INFO STEP 173 (remove_files) COMPLETE
46442024-10-30T23:19:19.174Z[ recovery-image] Oct 30 23:19:17.800 INFO O| Oct 30 23:19:17.800 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46452024-10-30T23:19:19.182Z[ recovery-image] Oct 30 23:19:17.809 INFO O| Oct 30 23:19:17.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
46462024-10-30T23:19:19.184Z[ recovery-image] Oct 30 23:19:17.809 INFO O| Oct 30 23:19:17.809 INFO STEP 174 (remove_files) COMPLETE
46472024-10-30T23:19:19.184Z[ recovery-image] Oct 30 23:19:17.809 INFO O| Oct 30 23:19:17.809 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46482024-10-30T23:19:19.191Z[ recovery-image] Oct 30 23:19:17.819 INFO O| Oct 30 23:19:17.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
46492024-10-30T23:19:19.191Z[ recovery-image] Oct 30 23:19:17.819 INFO O| Oct 30 23:19:17.819 INFO STEP 175 (remove_files) COMPLETE
46502024-10-30T23:19:19.194Z[ recovery-image] Oct 30 23:19:17.819 INFO O| Oct 30 23:19:17.819 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46512024-10-30T23:19:19.201Z[ recovery-image] Oct 30 23:19:17.828 INFO O| Oct 30 23:19:17.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
46522024-10-30T23:19:19.201Z[ recovery-image] Oct 30 23:19:17.828 INFO O| Oct 30 23:19:17.828 INFO STEP 176 (remove_files) COMPLETE
46532024-10-30T23:19:19.203Z[ recovery-image] Oct 30 23:19:17.828 INFO O| Oct 30 23:19:17.828 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46542024-10-30T23:19:19.210Z[ recovery-image] Oct 30 23:19:17.838 INFO O| Oct 30 23:19:17.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
46552024-10-30T23:19:19.210Z[ recovery-image] Oct 30 23:19:17.838 INFO O| Oct 30 23:19:17.838 INFO STEP 177 (remove_files) COMPLETE
46562024-10-30T23:19:19.212Z[ recovery-image] Oct 30 23:19:17.838 INFO O| Oct 30 23:19:17.838 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46572024-10-30T23:19:19.220Z[ recovery-image] Oct 30 23:19:17.848 INFO O| Oct 30 23:19:17.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
46582024-10-30T23:19:19.220Z[ recovery-image] Oct 30 23:19:17.848 INFO O| Oct 30 23:19:17.848 INFO STEP 178 (remove_files) COMPLETE
46592024-10-30T23:19:19.223Z[ recovery-image] Oct 30 23:19:17.848 INFO O| Oct 30 23:19:17.848 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46602024-10-30T23:19:19.230Z[ recovery-image] Oct 30 23:19:17.857 INFO O| Oct 30 23:19:17.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
46612024-10-30T23:19:19.232Z[ recovery-image] Oct 30 23:19:17.857 INFO O| Oct 30 23:19:17.857 INFO STEP 179 (remove_files) COMPLETE
46622024-10-30T23:19:19.232Z[ recovery-image] Oct 30 23:19:17.857 INFO O| Oct 30 23:19:17.857 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46632024-10-30T23:19:19.239Z[ recovery-image] Oct 30 23:19:17.867 INFO O| Oct 30 23:19:17.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
46642024-10-30T23:19:19.242Z[ recovery-image] Oct 30 23:19:17.867 INFO O| Oct 30 23:19:17.867 INFO STEP 180 (remove_files) COMPLETE
46652024-10-30T23:19:19.242Z[ recovery-image] Oct 30 23:19:17.867 INFO O| Oct 30 23:19:17.867 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46662024-10-30T23:19:19.249Z[ recovery-image] Oct 30 23:19:17.876 INFO O| Oct 30 23:19:17.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
46672024-10-30T23:19:19.249Z[ recovery-image] Oct 30 23:19:17.876 INFO O| Oct 30 23:19:17.876 INFO STEP 181 (remove_files) COMPLETE
46682024-10-30T23:19:19.249Z[ recovery-image] Oct 30 23:19:17.876 INFO O| Oct 30 23:19:17.876 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46692024-10-30T23:19:19.258Z[ recovery-image] Oct 30 23:19:17.886 INFO O| Oct 30 23:19:17.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
46702024-10-30T23:19:19.258Z[ recovery-image] Oct 30 23:19:17.886 INFO O| Oct 30 23:19:17.886 INFO STEP 182 (remove_files) COMPLETE
46712024-10-30T23:19:19.260Z[ recovery-image] Oct 30 23:19:17.886 INFO O| Oct 30 23:19:17.886 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46722024-10-30T23:19:19.268Z[ recovery-image] Oct 30 23:19:17.896 INFO O| Oct 30 23:19:17.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
46732024-10-30T23:19:19.270Z[ recovery-image] Oct 30 23:19:17.896 INFO O| Oct 30 23:19:17.896 INFO STEP 183 (remove_files) COMPLETE
46742024-10-30T23:19:19.270Z[ recovery-image] Oct 30 23:19:17.896 INFO O| Oct 30 23:19:17.896 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46752024-10-30T23:19:19.278Z[ recovery-image] Oct 30 23:19:17.906 INFO O| Oct 30 23:19:17.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
46762024-10-30T23:19:19.278Z[ recovery-image] Oct 30 23:19:17.906 INFO O| Oct 30 23:19:17.906 INFO STEP 184 (remove_files) COMPLETE
46772024-10-30T23:19:19.278Z[ recovery-image] Oct 30 23:19:17.906 INFO O| Oct 30 23:19:17.906 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46782024-10-30T23:19:19.287Z[ recovery-image] Oct 30 23:19:17.915 INFO O| Oct 30 23:19:17.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
46792024-10-30T23:19:19.288Z[ recovery-image] Oct 30 23:19:17.915 INFO O| Oct 30 23:19:17.915 INFO STEP 185 (remove_files) COMPLETE
46802024-10-30T23:19:19.290Z[ recovery-image] Oct 30 23:19:17.915 INFO O| Oct 30 23:19:17.915 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46812024-10-30T23:19:19.298Z[ recovery-image] Oct 30 23:19:17.926 INFO O| Oct 30 23:19:17.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
46822024-10-30T23:19:19.301Z[ recovery-image] Oct 30 23:19:17.926 INFO O| Oct 30 23:19:17.926 INFO STEP 186 (remove_files) COMPLETE
46832024-10-30T23:19:19.301Z[ recovery-image] Oct 30 23:19:17.926 INFO O| Oct 30 23:19:17.926 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46842024-10-30T23:19:19.315Z[ recovery-image] Oct 30 23:19:17.942 INFO O| Oct 30 23:19:17.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
46852024-10-30T23:19:19.317Z[ recovery-image] Oct 30 23:19:17.943 INFO O| Oct 30 23:19:17.943 INFO STEP 187 (remove_files) COMPLETE
46862024-10-30T23:19:19.317Z[ recovery-image] Oct 30 23:19:17.943 INFO O| Oct 30 23:19:17.943 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46872024-10-30T23:19:19.330Z[ recovery-image] Oct 30 23:19:17.958 INFO O| Oct 30 23:19:17.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
46882024-10-30T23:19:19.330Z[ recovery-image] Oct 30 23:19:17.958 INFO O| Oct 30 23:19:17.958 INFO STEP 188 (remove_files) COMPLETE
46892024-10-30T23:19:19.330Z[ recovery-image] Oct 30 23:19:17.958 INFO O| Oct 30 23:19:17.958 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46902024-10-30T23:19:19.340Z[ recovery-image] Oct 30 23:19:17.967 INFO O| Oct 30 23:19:17.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
46912024-10-30T23:19:19.340Z[ recovery-image] Oct 30 23:19:17.967 INFO O| Oct 30 23:19:17.967 INFO STEP 189 (remove_files) COMPLETE
46922024-10-30T23:19:19.340Z[ recovery-image] Oct 30 23:19:17.967 INFO O| Oct 30 23:19:17.967 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46932024-10-30T23:19:19.350Z[ recovery-image] Oct 30 23:19:17.978 INFO O| Oct 30 23:19:17.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
46942024-10-30T23:19:19.350Z[ recovery-image] Oct 30 23:19:17.978 INFO O| Oct 30 23:19:17.978 INFO STEP 190 (remove_files) COMPLETE
46952024-10-30T23:19:19.353Z[ recovery-image] Oct 30 23:19:17.978 INFO O| Oct 30 23:19:17.978 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46962024-10-30T23:19:19.360Z[ recovery-image] Oct 30 23:19:17.988 INFO O| Oct 30 23:19:17.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
46972024-10-30T23:19:19.360Z[ recovery-image] Oct 30 23:19:17.988 INFO O| Oct 30 23:19:17.988 INFO STEP 191 (remove_files) COMPLETE
46982024-10-30T23:19:19.360Z[ recovery-image] Oct 30 23:19:17.988 INFO O| Oct 30 23:19:17.988 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46992024-10-30T23:19:19.370Z[ recovery-image] Oct 30 23:19:17.997 INFO O| Oct 30 23:19:17.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
47002024-10-30T23:19:19.370Z[ recovery-image] Oct 30 23:19:17.997 INFO O| Oct 30 23:19:17.997 INFO STEP 192 (remove_files) COMPLETE
47012024-10-30T23:19:19.370Z[ recovery-image] Oct 30 23:19:17.997 INFO O| Oct 30 23:19:17.997 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47022024-10-30T23:19:19.380Z[ recovery-image] Oct 30 23:19:18.008 INFO O| Oct 30 23:19:18.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
47032024-10-30T23:19:19.380Z[ recovery-image] Oct 30 23:19:18.008 INFO O| Oct 30 23:19:18.008 INFO STEP 193 (remove_files) COMPLETE
47042024-10-30T23:19:19.380Z[ recovery-image] Oct 30 23:19:18.008 INFO O| Oct 30 23:19:18.008 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47052024-10-30T23:19:19.390Z[ recovery-image] Oct 30 23:19:18.017 INFO O| Oct 30 23:19:18.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
47062024-10-30T23:19:19.390Z[ recovery-image] Oct 30 23:19:18.017 INFO O| Oct 30 23:19:18.017 INFO STEP 194 (remove_files) COMPLETE
47072024-10-30T23:19:19.392Z[ recovery-image] Oct 30 23:19:18.017 INFO O| Oct 30 23:19:18.017 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47082024-10-30T23:19:19.399Z[ recovery-image] Oct 30 23:19:18.027 INFO O| Oct 30 23:19:18.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
47092024-10-30T23:19:19.399Z[ recovery-image] Oct 30 23:19:18.027 INFO O| Oct 30 23:19:18.027 INFO STEP 195 (remove_files) COMPLETE
47102024-10-30T23:19:19.402Z[ recovery-image] Oct 30 23:19:18.027 INFO O| Oct 30 23:19:18.027 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47112024-10-30T23:19:19.409Z[ recovery-image] Oct 30 23:19:18.037 INFO O| Oct 30 23:19:18.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
47122024-10-30T23:19:19.409Z[ recovery-image] Oct 30 23:19:18.037 INFO O| Oct 30 23:19:18.037 INFO STEP 196 (remove_files) COMPLETE
47132024-10-30T23:19:19.411Z[ recovery-image] Oct 30 23:19:18.037 INFO O| Oct 30 23:19:18.037 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47142024-10-30T23:19:19.419Z[ recovery-image] Oct 30 23:19:18.047 INFO O| Oct 30 23:19:18.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
47152024-10-30T23:19:19.419Z[ recovery-image] Oct 30 23:19:18.047 INFO O| Oct 30 23:19:18.047 INFO STEP 197 (remove_files) COMPLETE
47162024-10-30T23:19:19.422Z[ recovery-image] Oct 30 23:19:18.047 INFO O| Oct 30 23:19:18.047 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47172024-10-30T23:19:19.430Z[ recovery-image] Oct 30 23:19:18.057 INFO O| Oct 30 23:19:18.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
47182024-10-30T23:19:19.432Z[ recovery-image] Oct 30 23:19:18.058 INFO O| Oct 30 23:19:18.057 INFO STEP 198 (remove_files) COMPLETE
47192024-10-30T23:19:19.432Z[ recovery-image] Oct 30 23:19:18.058 INFO O| Oct 30 23:19:18.058 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47202024-10-30T23:19:19.439Z[ recovery-image] Oct 30 23:19:18.067 INFO O| Oct 30 23:19:18.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
47212024-10-30T23:19:19.439Z[ recovery-image] Oct 30 23:19:18.067 INFO O| Oct 30 23:19:18.067 INFO STEP 199 (remove_files) COMPLETE
47222024-10-30T23:19:19.441Z[ recovery-image] Oct 30 23:19:18.067 INFO O| Oct 30 23:19:18.067 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47232024-10-30T23:19:19.449Z[ recovery-image] Oct 30 23:19:18.077 INFO O| Oct 30 23:19:18.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
47242024-10-30T23:19:19.449Z[ recovery-image] Oct 30 23:19:18.077 INFO O| Oct 30 23:19:18.077 INFO STEP 200 (remove_files) COMPLETE
47252024-10-30T23:19:19.452Z[ recovery-image] Oct 30 23:19:18.077 INFO O| Oct 30 23:19:18.077 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47262024-10-30T23:19:19.460Z[ recovery-image] Oct 30 23:19:18.088 INFO O| Oct 30 23:19:18.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
47272024-10-30T23:19:19.460Z[ recovery-image] Oct 30 23:19:18.088 INFO O| Oct 30 23:19:18.088 INFO STEP 201 (remove_files) COMPLETE
47282024-10-30T23:19:19.460Z[ recovery-image] Oct 30 23:19:18.088 INFO O| Oct 30 23:19:18.088 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47292024-10-30T23:19:19.469Z[ recovery-image] Oct 30 23:19:18.097 INFO O| Oct 30 23:19:18.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
47302024-10-30T23:19:19.472Z[ recovery-image] Oct 30 23:19:18.097 INFO O| Oct 30 23:19:18.097 INFO STEP 202 (remove_files) COMPLETE
47312024-10-30T23:19:19.472Z[ recovery-image] Oct 30 23:19:18.097 INFO O| Oct 30 23:19:18.097 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47322024-10-30T23:19:19.479Z[ recovery-image] Oct 30 23:19:18.107 INFO O| Oct 30 23:19:18.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
47332024-10-30T23:19:19.482Z[ recovery-image] Oct 30 23:19:18.107 INFO O| Oct 30 23:19:18.107 INFO STEP 203 (remove_files) COMPLETE
47342024-10-30T23:19:19.482Z[ recovery-image] Oct 30 23:19:18.107 INFO O| Oct 30 23:19:18.107 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47352024-10-30T23:19:19.490Z[ recovery-image] Oct 30 23:19:18.117 INFO O| Oct 30 23:19:18.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
47362024-10-30T23:19:19.490Z[ recovery-image] Oct 30 23:19:18.117 INFO O| Oct 30 23:19:18.117 INFO STEP 204 (remove_files) COMPLETE
47372024-10-30T23:19:19.492Z[ recovery-image] Oct 30 23:19:18.117 INFO O| Oct 30 23:19:18.117 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47382024-10-30T23:19:19.499Z[ recovery-image] Oct 30 23:19:18.127 INFO O| Oct 30 23:19:18.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
47392024-10-30T23:19:19.501Z[ recovery-image] Oct 30 23:19:18.127 INFO O| Oct 30 23:19:18.127 INFO STEP 205 (remove_files) COMPLETE
47402024-10-30T23:19:19.502Z[ recovery-image] Oct 30 23:19:18.127 INFO O| Oct 30 23:19:18.127 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47412024-10-30T23:19:19.509Z[ recovery-image] Oct 30 23:19:18.137 INFO O| Oct 30 23:19:18.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
47422024-10-30T23:19:19.509Z[ recovery-image] Oct 30 23:19:18.137 INFO O| Oct 30 23:19:18.137 INFO STEP 206 (remove_files) COMPLETE
47432024-10-30T23:19:19.512Z[ recovery-image] Oct 30 23:19:18.137 INFO O| Oct 30 23:19:18.137 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47442024-10-30T23:19:19.518Z[ recovery-image] Oct 30 23:19:18.146 INFO O| Oct 30 23:19:18.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
47452024-10-30T23:19:19.519Z[ recovery-image] Oct 30 23:19:18.146 INFO O| Oct 30 23:19:18.146 INFO STEP 207 (remove_files) COMPLETE
47462024-10-30T23:19:19.521Z[ recovery-image] Oct 30 23:19:18.146 INFO O| Oct 30 23:19:18.146 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47472024-10-30T23:19:19.529Z[ recovery-image] Oct 30 23:19:18.156 INFO O| Oct 30 23:19:18.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
47482024-10-30T23:19:19.529Z[ recovery-image] Oct 30 23:19:18.156 INFO O| Oct 30 23:19:18.156 INFO STEP 208 (remove_files) COMPLETE
47492024-10-30T23:19:19.529Z[ recovery-image] Oct 30 23:19:18.156 INFO O| Oct 30 23:19:18.156 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47502024-10-30T23:19:19.538Z[ recovery-image] Oct 30 23:19:18.166 INFO O| Oct 30 23:19:18.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
47512024-10-30T23:19:19.538Z[ recovery-image] Oct 30 23:19:18.166 INFO O| Oct 30 23:19:18.166 INFO STEP 209 (remove_files) COMPLETE
47522024-10-30T23:19:19.538Z[ recovery-image] Oct 30 23:19:18.166 INFO O| Oct 30 23:19:18.166 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47532024-10-30T23:19:19.547Z[ recovery-image] Oct 30 23:19:18.175 INFO O| Oct 30 23:19:18.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
47542024-10-30T23:19:19.547Z[ recovery-image] Oct 30 23:19:18.175 INFO O| Oct 30 23:19:18.175 INFO STEP 210 (remove_files) COMPLETE
47552024-10-30T23:19:19.548Z[ recovery-image] Oct 30 23:19:18.175 INFO O| Oct 30 23:19:18.175 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47562024-10-30T23:19:19.557Z[ recovery-image] Oct 30 23:19:18.184 INFO O| Oct 30 23:19:18.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
47572024-10-30T23:19:19.559Z[ recovery-image] Oct 30 23:19:18.185 INFO O| Oct 30 23:19:18.184 INFO STEP 211 (remove_files) COMPLETE
47582024-10-30T23:19:19.559Z[ recovery-image] Oct 30 23:19:18.185 INFO O| Oct 30 23:19:18.184 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47592024-10-30T23:19:19.567Z[ recovery-image] Oct 30 23:19:18.195 INFO O| Oct 30 23:19:18.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
47602024-10-30T23:19:19.567Z[ recovery-image] Oct 30 23:19:18.195 INFO O| Oct 30 23:19:18.195 INFO STEP 212 (remove_files) COMPLETE
47612024-10-30T23:19:19.570Z[ recovery-image] Oct 30 23:19:18.195 INFO O| Oct 30 23:19:18.195 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47622024-10-30T23:19:19.577Z[ recovery-image] Oct 30 23:19:18.205 INFO O| Oct 30 23:19:18.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
47632024-10-30T23:19:19.577Z[ recovery-image] Oct 30 23:19:18.205 INFO O| Oct 30 23:19:18.205 INFO STEP 213 (remove_files) COMPLETE
47642024-10-30T23:19:19.577Z[ recovery-image] Oct 30 23:19:18.205 INFO O| Oct 30 23:19:18.205 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47652024-10-30T23:19:19.586Z[ recovery-image] Oct 30 23:19:18.214 INFO O| Oct 30 23:19:18.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
47662024-10-30T23:19:19.587Z[ recovery-image] Oct 30 23:19:18.214 INFO O| Oct 30 23:19:18.214 INFO STEP 214 (remove_files) COMPLETE
47672024-10-30T23:19:19.589Z[ recovery-image] Oct 30 23:19:18.214 INFO O| Oct 30 23:19:18.214 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47682024-10-30T23:19:19.596Z[ recovery-image] Oct 30 23:19:18.224 INFO O| Oct 30 23:19:18.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
47692024-10-30T23:19:19.596Z[ recovery-image] Oct 30 23:19:18.224 INFO O| Oct 30 23:19:18.224 INFO STEP 215 (remove_files) COMPLETE
47702024-10-30T23:19:19.596Z[ recovery-image] Oct 30 23:19:18.224 INFO O| Oct 30 23:19:18.224 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47712024-10-30T23:19:19.606Z[ recovery-image] Oct 30 23:19:18.234 INFO O| Oct 30 23:19:18.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
47722024-10-30T23:19:19.606Z[ recovery-image] Oct 30 23:19:18.234 INFO O| Oct 30 23:19:18.234 INFO STEP 216 (remove_files) COMPLETE
47732024-10-30T23:19:19.609Z[ recovery-image] Oct 30 23:19:18.234 INFO O| Oct 30 23:19:18.234 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47742024-10-30T23:19:19.616Z[ recovery-image] Oct 30 23:19:18.244 INFO O| Oct 30 23:19:18.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
47752024-10-30T23:19:19.619Z[ recovery-image] Oct 30 23:19:18.244 INFO O| Oct 30 23:19:18.244 INFO STEP 217 (remove_files) COMPLETE
47762024-10-30T23:19:19.619Z[ recovery-image] Oct 30 23:19:18.244 INFO O| Oct 30 23:19:18.244 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47772024-10-30T23:19:19.626Z[ recovery-image] Oct 30 23:19:18.253 INFO O| Oct 30 23:19:18.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
47782024-10-30T23:19:19.628Z[ recovery-image] Oct 30 23:19:18.253 INFO O| Oct 30 23:19:18.253 INFO STEP 218 (remove_files) COMPLETE
47792024-10-30T23:19:19.628Z[ recovery-image] Oct 30 23:19:18.253 INFO O| Oct 30 23:19:18.253 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47802024-10-30T23:19:19.635Z[ recovery-image] Oct 30 23:19:18.263 INFO O| Oct 30 23:19:18.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
47812024-10-30T23:19:19.635Z[ recovery-image] Oct 30 23:19:18.263 INFO O| Oct 30 23:19:18.263 INFO STEP 219 (remove_files) COMPLETE
47822024-10-30T23:19:19.637Z[ recovery-image] Oct 30 23:19:18.263 INFO O| Oct 30 23:19:18.263 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47832024-10-30T23:19:19.644Z[ recovery-image] Oct 30 23:19:18.272 INFO O| Oct 30 23:19:18.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
47842024-10-30T23:19:19.646Z[ recovery-image] Oct 30 23:19:18.272 INFO O| Oct 30 23:19:18.272 INFO STEP 220 (remove_files) COMPLETE
47852024-10-30T23:19:19.646Z[ recovery-image] Oct 30 23:19:18.272 INFO O| Oct 30 23:19:18.272 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47862024-10-30T23:19:19.654Z[ recovery-image] Oct 30 23:19:18.281 INFO O| Oct 30 23:19:18.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
47872024-10-30T23:19:19.654Z[ recovery-image] Oct 30 23:19:18.281 INFO O| Oct 30 23:19:18.281 INFO STEP 221 (remove_files) COMPLETE
47882024-10-30T23:19:19.654Z[ recovery-image] Oct 30 23:19:18.281 INFO O| Oct 30 23:19:18.281 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47892024-10-30T23:19:19.663Z[ recovery-image] Oct 30 23:19:18.291 INFO O| Oct 30 23:19:18.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
47902024-10-30T23:19:19.664Z[ recovery-image] Oct 30 23:19:18.291 INFO O| Oct 30 23:19:18.291 INFO STEP 222 (remove_files) COMPLETE
47912024-10-30T23:19:19.664Z[ recovery-image] Oct 30 23:19:18.291 INFO O| Oct 30 23:19:18.291 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47922024-10-30T23:19:19.672Z[ recovery-image] Oct 30 23:19:18.300 INFO O| Oct 30 23:19:18.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
47932024-10-30T23:19:19.672Z[ recovery-image] Oct 30 23:19:18.300 INFO O| Oct 30 23:19:18.300 INFO STEP 223 (remove_files) COMPLETE
47942024-10-30T23:19:19.675Z[ recovery-image] Oct 30 23:19:18.300 INFO O| Oct 30 23:19:18.300 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47952024-10-30T23:19:19.682Z[ recovery-image] Oct 30 23:19:18.310 INFO O| Oct 30 23:19:18.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
47962024-10-30T23:19:19.682Z[ recovery-image] Oct 30 23:19:18.310 INFO O| Oct 30 23:19:18.310 INFO STEP 224 (remove_files) COMPLETE
47972024-10-30T23:19:19.682Z[ recovery-image] Oct 30 23:19:18.310 INFO O| Oct 30 23:19:18.310 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47982024-10-30T23:19:19.691Z[ recovery-image] Oct 30 23:19:18.319 INFO O| Oct 30 23:19:18.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
47992024-10-30T23:19:19.694Z[ recovery-image] Oct 30 23:19:18.319 INFO O| Oct 30 23:19:18.319 INFO STEP 225 (remove_files) COMPLETE
48002024-10-30T23:19:19.694Z[ recovery-image] Oct 30 23:19:18.319 INFO O| Oct 30 23:19:18.319 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48012024-10-30T23:19:19.694Z[ host-image] Oct 30 23:19:18.320 INFO O| Oct 30 23:19:18.320 INFO O| Actions: Completed 49311 actions in 16.53 seconds.
48022024-10-30T23:19:19.701Z[ recovery-image] Oct 30 23:19:18.329 INFO O| Oct 30 23:19:18.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
48032024-10-30T23:19:19.703Z[ recovery-image] Oct 30 23:19:18.329 INFO O| Oct 30 23:19:18.329 INFO STEP 226 (remove_files) COMPLETE
48042024-10-30T23:19:19.703Z[ recovery-image] Oct 30 23:19:18.329 INFO O| Oct 30 23:19:18.329 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48052024-10-30T23:19:19.710Z[ recovery-image] Oct 30 23:19:18.338 INFO O| Oct 30 23:19:18.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
48062024-10-30T23:19:19.710Z[ recovery-image] Oct 30 23:19:18.338 INFO O| Oct 30 23:19:18.338 INFO STEP 227 (remove_files) COMPLETE
48072024-10-30T23:19:19.713Z[ recovery-image] Oct 30 23:19:18.338 INFO O| Oct 30 23:19:18.338 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48082024-10-30T23:19:19.720Z[ recovery-image] Oct 30 23:19:18.348 INFO O| Oct 30 23:19:18.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
48092024-10-30T23:19:19.720Z[ recovery-image] Oct 30 23:19:18.348 INFO O| Oct 30 23:19:18.348 INFO STEP 228 (remove_files) COMPLETE
48102024-10-30T23:19:19.722Z[ recovery-image] Oct 30 23:19:18.348 INFO O| Oct 30 23:19:18.348 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48112024-10-30T23:19:19.730Z[ recovery-image] Oct 30 23:19:18.357 INFO O| Oct 30 23:19:18.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
48122024-10-30T23:19:19.730Z[ recovery-image] Oct 30 23:19:18.357 INFO O| Oct 30 23:19:18.357 INFO STEP 229 (remove_files) COMPLETE
48132024-10-30T23:19:19.733Z[ recovery-image] Oct 30 23:19:18.357 INFO O| Oct 30 23:19:18.357 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48142024-10-30T23:19:19.739Z[ recovery-image] Oct 30 23:19:18.367 INFO O| Oct 30 23:19:18.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
48152024-10-30T23:19:19.739Z[ recovery-image] Oct 30 23:19:18.367 INFO O| Oct 30 23:19:18.367 INFO STEP 230 (remove_files) COMPLETE
48162024-10-30T23:19:19.739Z[ recovery-image] Oct 30 23:19:18.367 INFO O| Oct 30 23:19:18.367 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48172024-10-30T23:19:19.749Z[ recovery-image] Oct 30 23:19:18.377 INFO O| Oct 30 23:19:18.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
48182024-10-30T23:19:19.749Z[ recovery-image] Oct 30 23:19:18.377 INFO O| Oct 30 23:19:18.377 INFO STEP 231 (remove_files) COMPLETE
48192024-10-30T23:19:19.752Z[ recovery-image] Oct 30 23:19:18.377 INFO O| Oct 30 23:19:18.377 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48202024-10-30T23:19:19.759Z[ recovery-image] Oct 30 23:19:18.387 INFO O| Oct 30 23:19:18.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
48212024-10-30T23:19:19.759Z[ recovery-image] Oct 30 23:19:18.387 INFO O| Oct 30 23:19:18.387 INFO STEP 232 (remove_files) COMPLETE
48222024-10-30T23:19:19.762Z[ recovery-image] Oct 30 23:19:18.387 INFO O| Oct 30 23:19:18.387 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48232024-10-30T23:19:19.768Z[ recovery-image] Oct 30 23:19:18.396 INFO O| Oct 30 23:19:18.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
48242024-10-30T23:19:19.771Z[ recovery-image] Oct 30 23:19:18.396 INFO O| Oct 30 23:19:18.396 INFO STEP 233 (remove_files) COMPLETE
48252024-10-30T23:19:19.771Z[ recovery-image] Oct 30 23:19:18.396 INFO O| Oct 30 23:19:18.396 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48262024-10-30T23:19:19.778Z[ recovery-image] Oct 30 23:19:18.406 INFO O| Oct 30 23:19:18.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
48272024-10-30T23:19:19.782Z[ recovery-image] Oct 30 23:19:18.406 INFO O| Oct 30 23:19:18.406 INFO STEP 234 (remove_files) COMPLETE
48282024-10-30T23:19:19.782Z[ recovery-image] Oct 30 23:19:18.406 INFO O| Oct 30 23:19:18.406 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48292024-10-30T23:19:19.788Z[ recovery-image] Oct 30 23:19:18.416 INFO O| Oct 30 23:19:18.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
48302024-10-30T23:19:19.788Z[ recovery-image] Oct 30 23:19:18.416 INFO O| Oct 30 23:19:18.416 INFO STEP 235 (remove_files) COMPLETE
48312024-10-30T23:19:19.788Z[ recovery-image] Oct 30 23:19:18.416 INFO O| Oct 30 23:19:18.416 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48322024-10-30T23:19:19.798Z[ recovery-image] Oct 30 23:19:18.425 INFO O| Oct 30 23:19:18.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
48332024-10-30T23:19:19.798Z[ recovery-image] Oct 30 23:19:18.425 INFO O| Oct 30 23:19:18.425 INFO STEP 236 (remove_files) COMPLETE
48342024-10-30T23:19:19.798Z[ recovery-image] Oct 30 23:19:18.425 INFO O| Oct 30 23:19:18.425 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48352024-10-30T23:19:19.808Z[ recovery-image] Oct 30 23:19:18.435 INFO O| Oct 30 23:19:18.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
48362024-10-30T23:19:19.810Z[ recovery-image] Oct 30 23:19:18.436 INFO O| Oct 30 23:19:18.436 INFO STEP 237 (remove_files) COMPLETE
48372024-10-30T23:19:19.810Z[ recovery-image] Oct 30 23:19:18.436 INFO O| Oct 30 23:19:18.436 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48382024-10-30T23:19:19.817Z[ recovery-image] Oct 30 23:19:18.445 INFO O| Oct 30 23:19:18.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
48392024-10-30T23:19:19.820Z[ recovery-image] Oct 30 23:19:18.445 INFO O| Oct 30 23:19:18.445 INFO STEP 238 (remove_files) COMPLETE
48402024-10-30T23:19:19.820Z[ recovery-image] Oct 30 23:19:18.445 INFO O| Oct 30 23:19:18.445 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48412024-10-30T23:19:19.827Z[ recovery-image] Oct 30 23:19:18.455 INFO O| Oct 30 23:19:18.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
48422024-10-30T23:19:19.827Z[ recovery-image] Oct 30 23:19:18.455 INFO O| Oct 30 23:19:18.455 INFO STEP 239 (remove_files) COMPLETE
48432024-10-30T23:19:19.830Z[ recovery-image] Oct 30 23:19:18.455 INFO O| Oct 30 23:19:18.455 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48442024-10-30T23:19:19.837Z[ recovery-image] Oct 30 23:19:18.465 INFO O| Oct 30 23:19:18.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
48452024-10-30T23:19:19.837Z[ recovery-image] Oct 30 23:19:18.465 INFO O| Oct 30 23:19:18.465 INFO STEP 240 (remove_files) COMPLETE
48462024-10-30T23:19:19.839Z[ recovery-image] Oct 30 23:19:18.465 INFO O| Oct 30 23:19:18.465 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48472024-10-30T23:19:19.847Z[ recovery-image] Oct 30 23:19:18.475 INFO O| Oct 30 23:19:18.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
48482024-10-30T23:19:19.847Z[ recovery-image] Oct 30 23:19:18.475 INFO O| Oct 30 23:19:18.475 INFO STEP 241 (remove_files) COMPLETE
48492024-10-30T23:19:19.847Z[ recovery-image] Oct 30 23:19:18.475 INFO O| Oct 30 23:19:18.475 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48502024-10-30T23:19:19.858Z[ recovery-image] Oct 30 23:19:18.486 INFO O| Oct 30 23:19:18.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
48512024-10-30T23:19:19.859Z[ recovery-image] Oct 30 23:19:18.486 INFO O| Oct 30 23:19:18.486 INFO STEP 242 (remove_files) COMPLETE
48522024-10-30T23:19:19.859Z[ recovery-image] Oct 30 23:19:18.486 INFO O| Oct 30 23:19:18.486 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48532024-10-30T23:19:19.868Z[ recovery-image] Oct 30 23:19:18.496 INFO O| Oct 30 23:19:18.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
48542024-10-30T23:19:19.868Z[ recovery-image] Oct 30 23:19:18.496 INFO O| Oct 30 23:19:18.496 INFO STEP 243 (remove_files) COMPLETE
48552024-10-30T23:19:19.871Z[ recovery-image] Oct 30 23:19:18.496 INFO O| Oct 30 23:19:18.496 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48562024-10-30T23:19:19.879Z[ recovery-image] Oct 30 23:19:18.506 INFO O| Oct 30 23:19:18.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
48572024-10-30T23:19:19.879Z[ recovery-image] Oct 30 23:19:18.506 INFO O| Oct 30 23:19:18.506 INFO STEP 244 (remove_files) COMPLETE
48582024-10-30T23:19:19.879Z[ recovery-image] Oct 30 23:19:18.506 INFO O| Oct 30 23:19:18.506 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48592024-10-30T23:19:19.889Z[ recovery-image] Oct 30 23:19:18.516 INFO O| Oct 30 23:19:18.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
48602024-10-30T23:19:19.891Z[ recovery-image] Oct 30 23:19:18.516 INFO O| Oct 30 23:19:18.516 INFO STEP 245 (remove_files) COMPLETE
48612024-10-30T23:19:19.891Z[ recovery-image] Oct 30 23:19:18.516 INFO O| Oct 30 23:19:18.516 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48622024-10-30T23:19:19.899Z[ recovery-image] Oct 30 23:19:18.527 INFO O| Oct 30 23:19:18.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
48632024-10-30T23:19:19.899Z[ recovery-image] Oct 30 23:19:18.527 INFO O| Oct 30 23:19:18.527 INFO STEP 246 (remove_files) COMPLETE
48642024-10-30T23:19:19.899Z[ recovery-image] Oct 30 23:19:18.527 INFO O| Oct 30 23:19:18.527 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48652024-10-30T23:19:19.909Z[ recovery-image] Oct 30 23:19:18.537 INFO O| Oct 30 23:19:18.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
48662024-10-30T23:19:19.912Z[ recovery-image] Oct 30 23:19:18.537 INFO O| Oct 30 23:19:18.537 INFO STEP 247 (remove_files) COMPLETE
48672024-10-30T23:19:19.912Z[ recovery-image] Oct 30 23:19:18.537 INFO O| Oct 30 23:19:18.537 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48682024-10-30T23:19:19.920Z[ recovery-image] Oct 30 23:19:18.548 INFO O| Oct 30 23:19:18.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
48692024-10-30T23:19:19.922Z[ recovery-image] Oct 30 23:19:18.548 INFO O| Oct 30 23:19:18.548 INFO STEP 248 (remove_files) COMPLETE
48702024-10-30T23:19:19.922Z[ recovery-image] Oct 30 23:19:18.548 INFO O| Oct 30 23:19:18.548 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48712024-10-30T23:19:19.931Z[ recovery-image] Oct 30 23:19:18.559 INFO O| Oct 30 23:19:18.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
48722024-10-30T23:19:19.931Z[ recovery-image] Oct 30 23:19:18.559 INFO O| Oct 30 23:19:18.559 INFO STEP 249 (remove_files) COMPLETE
48732024-10-30T23:19:19.934Z[ recovery-image] Oct 30 23:19:18.559 INFO O| Oct 30 23:19:18.559 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48742024-10-30T23:19:19.942Z[ recovery-image] Oct 30 23:19:18.569 INFO O| Oct 30 23:19:18.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
48752024-10-30T23:19:19.942Z[ recovery-image] Oct 30 23:19:18.569 INFO O| Oct 30 23:19:18.569 INFO STEP 250 (remove_files) COMPLETE
48762024-10-30T23:19:19.944Z[ recovery-image] Oct 30 23:19:18.569 INFO O| Oct 30 23:19:18.569 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48772024-10-30T23:19:19.952Z[ recovery-image] Oct 30 23:19:18.579 INFO O| Oct 30 23:19:18.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
48782024-10-30T23:19:19.952Z[ recovery-image] Oct 30 23:19:18.580 INFO O| Oct 30 23:19:18.580 INFO STEP 251 (remove_files) COMPLETE
48792024-10-30T23:19:19.955Z[ recovery-image] Oct 30 23:19:18.580 INFO O| Oct 30 23:19:18.580 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48802024-10-30T23:19:19.963Z[ recovery-image] Oct 30 23:19:18.590 INFO O| Oct 30 23:19:18.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
48812024-10-30T23:19:19.963Z[ recovery-image] Oct 30 23:19:18.590 INFO O| Oct 30 23:19:18.590 INFO STEP 252 (remove_files) COMPLETE
48822024-10-30T23:19:19.963Z[ recovery-image] Oct 30 23:19:18.590 INFO O| Oct 30 23:19:18.590 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48832024-10-30T23:19:19.973Z[ recovery-image] Oct 30 23:19:18.601 INFO O| Oct 30 23:19:18.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
48842024-10-30T23:19:19.973Z[ recovery-image] Oct 30 23:19:18.601 INFO O| Oct 30 23:19:18.601 INFO STEP 253 (remove_files) COMPLETE
48852024-10-30T23:19:19.975Z[ recovery-image] Oct 30 23:19:18.601 INFO O| Oct 30 23:19:18.601 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48862024-10-30T23:19:19.983Z[ recovery-image] Oct 30 23:19:18.611 INFO O| Oct 30 23:19:18.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
48872024-10-30T23:19:19.985Z[ recovery-image] Oct 30 23:19:18.611 INFO O| Oct 30 23:19:18.611 INFO STEP 254 (remove_files) COMPLETE
48882024-10-30T23:19:19.985Z[ recovery-image] Oct 30 23:19:18.611 INFO O| Oct 30 23:19:18.611 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48892024-10-30T23:19:19.995Z[ recovery-image] Oct 30 23:19:18.623 INFO O| Oct 30 23:19:18.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
48902024-10-30T23:19:19.995Z[ recovery-image] Oct 30 23:19:18.623 INFO O| Oct 30 23:19:18.623 INFO STEP 255 (remove_files) COMPLETE
48912024-10-30T23:19:19.997Z[ recovery-image] Oct 30 23:19:18.623 INFO O| Oct 30 23:19:18.623 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48922024-10-30T23:19:20.005Z[ recovery-image] Oct 30 23:19:18.633 INFO O| Oct 30 23:19:18.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
48932024-10-30T23:19:20.008Z[ recovery-image] Oct 30 23:19:18.633 INFO O| Oct 30 23:19:18.633 INFO STEP 256 (remove_files) COMPLETE
48942024-10-30T23:19:20.008Z[ recovery-image] Oct 30 23:19:18.633 INFO O| Oct 30 23:19:18.633 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48952024-10-30T23:19:20.016Z[ recovery-image] Oct 30 23:19:18.644 INFO O| Oct 30 23:19:18.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
48962024-10-30T23:19:20.019Z[ recovery-image] Oct 30 23:19:18.644 INFO O| Oct 30 23:19:18.644 INFO STEP 257 (remove_files) COMPLETE
48972024-10-30T23:19:20.019Z[ recovery-image] Oct 30 23:19:18.644 INFO O| Oct 30 23:19:18.644 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48982024-10-30T23:19:20.026Z[ recovery-image] Oct 30 23:19:18.654 INFO O| Oct 30 23:19:18.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
48992024-10-30T23:19:20.029Z[ recovery-image] Oct 30 23:19:18.654 INFO O| Oct 30 23:19:18.654 INFO STEP 258 (remove_files) COMPLETE
49002024-10-30T23:19:20.029Z[ recovery-image] Oct 30 23:19:18.654 INFO O| Oct 30 23:19:18.654 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49012024-10-30T23:19:20.036Z[ recovery-image] Oct 30 23:19:18.664 INFO O| Oct 30 23:19:18.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
49022024-10-30T23:19:20.036Z[ recovery-image] Oct 30 23:19:18.664 INFO O| Oct 30 23:19:18.664 INFO STEP 259 (remove_files) COMPLETE
49032024-10-30T23:19:20.038Z[ recovery-image] Oct 30 23:19:18.664 INFO O| Oct 30 23:19:18.664 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49042024-10-30T23:19:20.046Z[ recovery-image] Oct 30 23:19:18.673 INFO O| Oct 30 23:19:18.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
49052024-10-30T23:19:20.046Z[ recovery-image] Oct 30 23:19:18.674 INFO O| Oct 30 23:19:18.673 INFO STEP 260 (remove_files) COMPLETE
49062024-10-30T23:19:20.046Z[ recovery-image] Oct 30 23:19:18.674 INFO O| Oct 30 23:19:18.673 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49072024-10-30T23:19:20.048Z[ host-image] Oct 30 23:19:18.674 INFO O| Oct 30 23:19:18.674 INFO O| Done
49082024-10-30T23:19:20.048Z[ host-image] Oct 30 23:19:18.674 INFO O| Oct 30 23:19:18.674 INFO O| Done
49092024-10-30T23:19:20.057Z[ recovery-image] Oct 30 23:19:18.684 INFO O| Oct 30 23:19:18.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
49102024-10-30T23:19:20.057Z[ recovery-image] Oct 30 23:19:18.684 INFO O| Oct 30 23:19:18.684 INFO STEP 261 (remove_files) COMPLETE
49112024-10-30T23:19:20.059Z[ recovery-image] Oct 30 23:19:18.684 INFO O| Oct 30 23:19:18.684 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49122024-10-30T23:19:20.066Z[ recovery-image] Oct 30 23:19:18.694 INFO O| Oct 30 23:19:18.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
49132024-10-30T23:19:20.069Z[ recovery-image] Oct 30 23:19:18.694 INFO O| Oct 30 23:19:18.694 INFO STEP 262 (remove_files) COMPLETE
49142024-10-30T23:19:20.069Z[ recovery-image] Oct 30 23:19:18.694 INFO O| Oct 30 23:19:18.694 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49152024-10-30T23:19:20.076Z[ recovery-image] Oct 30 23:19:18.703 INFO O| Oct 30 23:19:18.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
49162024-10-30T23:19:20.076Z[ recovery-image] Oct 30 23:19:18.703 INFO O| Oct 30 23:19:18.703 INFO STEP 263 (remove_files) COMPLETE
49172024-10-30T23:19:20.078Z[ recovery-image] Oct 30 23:19:18.703 INFO O| Oct 30 23:19:18.703 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49182024-10-30T23:19:20.086Z[ recovery-image] Oct 30 23:19:18.714 INFO O| Oct 30 23:19:18.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
49192024-10-30T23:19:20.086Z[ recovery-image] Oct 30 23:19:18.714 INFO O| Oct 30 23:19:18.714 INFO STEP 264 (remove_files) COMPLETE
49202024-10-30T23:19:20.089Z[ recovery-image] Oct 30 23:19:18.714 INFO O| Oct 30 23:19:18.714 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49212024-10-30T23:19:20.096Z[ recovery-image] Oct 30 23:19:18.723 INFO O| Oct 30 23:19:18.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
49222024-10-30T23:19:20.096Z[ recovery-image] Oct 30 23:19:18.723 INFO O| Oct 30 23:19:18.723 INFO STEP 265 (remove_files) COMPLETE
49232024-10-30T23:19:20.098Z[ recovery-image] Oct 30 23:19:18.724 INFO O| Oct 30 23:19:18.723 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49242024-10-30T23:19:20.106Z[ recovery-image] Oct 30 23:19:18.733 INFO O| Oct 30 23:19:18.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
49252024-10-30T23:19:20.106Z[ recovery-image] Oct 30 23:19:18.734 INFO O| Oct 30 23:19:18.734 INFO STEP 266 (remove_files) COMPLETE
49262024-10-30T23:19:20.106Z[ recovery-image] Oct 30 23:19:18.734 INFO O| Oct 30 23:19:18.734 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49272024-10-30T23:19:20.115Z[ recovery-image] Oct 30 23:19:18.743 INFO O| Oct 30 23:19:18.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
49282024-10-30T23:19:20.118Z[ recovery-image] Oct 30 23:19:18.744 INFO O| Oct 30 23:19:18.744 INFO STEP 267 (remove_files) COMPLETE
49292024-10-30T23:19:20.118Z[ recovery-image] Oct 30 23:19:18.744 INFO O| Oct 30 23:19:18.744 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49302024-10-30T23:19:20.126Z[ recovery-image] Oct 30 23:19:18.753 INFO O| Oct 30 23:19:18.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
49312024-10-30T23:19:20.128Z[ recovery-image] Oct 30 23:19:18.754 INFO O| Oct 30 23:19:18.754 INFO STEP 268 (remove_files) COMPLETE
49322024-10-30T23:19:20.128Z[ recovery-image] Oct 30 23:19:18.754 INFO O| Oct 30 23:19:18.754 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49332024-10-30T23:19:20.136Z[ recovery-image] Oct 30 23:19:18.763 INFO O| Oct 30 23:19:18.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
49342024-10-30T23:19:20.136Z[ recovery-image] Oct 30 23:19:18.764 INFO O| Oct 30 23:19:18.764 INFO STEP 269 (remove_files) COMPLETE
49352024-10-30T23:19:20.136Z[ recovery-image] Oct 30 23:19:18.764 INFO O| Oct 30 23:19:18.764 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49362024-10-30T23:19:20.146Z[ recovery-image] Oct 30 23:19:18.773 INFO O| Oct 30 23:19:18.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
49372024-10-30T23:19:20.148Z[ recovery-image] Oct 30 23:19:18.773 INFO O| Oct 30 23:19:18.773 INFO STEP 270 (remove_files) COMPLETE
49382024-10-30T23:19:20.148Z[ recovery-image] Oct 30 23:19:18.773 INFO O| Oct 30 23:19:18.773 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49392024-10-30T23:19:20.155Z[ recovery-image] Oct 30 23:19:18.783 INFO O| Oct 30 23:19:18.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
49402024-10-30T23:19:20.158Z[ recovery-image] Oct 30 23:19:18.783 INFO O| Oct 30 23:19:18.783 INFO STEP 271 (remove_files) COMPLETE
49412024-10-30T23:19:20.158Z[ recovery-image] Oct 30 23:19:18.783 INFO O| Oct 30 23:19:18.783 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49422024-10-30T23:19:20.165Z[ recovery-image] Oct 30 23:19:18.792 INFO O| Oct 30 23:19:18.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
49432024-10-30T23:19:20.167Z[ recovery-image] Oct 30 23:19:18.793 INFO O| Oct 30 23:19:18.793 INFO STEP 272 (remove_files) COMPLETE
49442024-10-30T23:19:20.167Z[ recovery-image] Oct 30 23:19:18.793 INFO O| Oct 30 23:19:18.793 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49452024-10-30T23:19:20.175Z[ recovery-image] Oct 30 23:19:18.802 INFO O| Oct 30 23:19:18.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
49462024-10-30T23:19:20.175Z[ recovery-image] Oct 30 23:19:18.802 INFO O| Oct 30 23:19:18.802 INFO STEP 273 (remove_files) COMPLETE
49472024-10-30T23:19:20.175Z[ recovery-image] Oct 30 23:19:18.802 INFO O| Oct 30 23:19:18.802 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49482024-10-30T23:19:20.185Z[ recovery-image] Oct 30 23:19:18.812 INFO O| Oct 30 23:19:18.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
49492024-10-30T23:19:20.185Z[ recovery-image] Oct 30 23:19:18.812 INFO O| Oct 30 23:19:18.812 INFO STEP 274 (remove_files) COMPLETE
49502024-10-30T23:19:20.187Z[ recovery-image] Oct 30 23:19:18.812 INFO O| Oct 30 23:19:18.812 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49512024-10-30T23:19:20.194Z[ recovery-image] Oct 30 23:19:18.822 INFO O| Oct 30 23:19:18.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
49522024-10-30T23:19:20.196Z[ recovery-image] Oct 30 23:19:18.822 INFO O| Oct 30 23:19:18.822 INFO STEP 275 (remove_files) COMPLETE
49532024-10-30T23:19:20.196Z[ recovery-image] Oct 30 23:19:18.822 INFO O| Oct 30 23:19:18.822 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49542024-10-30T23:19:20.204Z[ recovery-image] Oct 30 23:19:18.831 INFO O| Oct 30 23:19:18.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
49552024-10-30T23:19:20.206Z[ recovery-image] Oct 30 23:19:18.831 INFO O| Oct 30 23:19:18.831 INFO STEP 276 (remove_files) COMPLETE
49562024-10-30T23:19:20.206Z[ recovery-image] Oct 30 23:19:18.831 INFO O| Oct 30 23:19:18.831 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49572024-10-30T23:19:20.213Z[ recovery-image] Oct 30 23:19:18.841 INFO O| Oct 30 23:19:18.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
49582024-10-30T23:19:20.215Z[ recovery-image] Oct 30 23:19:18.841 INFO O| Oct 30 23:19:18.841 INFO STEP 277 (remove_files) COMPLETE
49592024-10-30T23:19:20.215Z[ recovery-image] Oct 30 23:19:18.841 INFO O| Oct 30 23:19:18.841 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49602024-10-30T23:19:20.223Z[ recovery-image] Oct 30 23:19:18.850 INFO O| Oct 30 23:19:18.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
49612024-10-30T23:19:20.223Z[ recovery-image] Oct 30 23:19:18.850 INFO O| Oct 30 23:19:18.850 INFO STEP 278 (remove_files) COMPLETE
49622024-10-30T23:19:20.232Z[ recovery-image] Oct 30 23:19:18.851 INFO O| Oct 30 23:19:18.850 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49632024-10-30T23:19:20.235Z[ recovery-image] Oct 30 23:19:18.860 INFO O| Oct 30 23:19:18.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
49642024-10-30T23:19:20.235Z[ recovery-image] Oct 30 23:19:18.860 INFO O| Oct 30 23:19:18.860 INFO STEP 279 (remove_files) COMPLETE
49652024-10-30T23:19:20.235Z[ recovery-image] Oct 30 23:19:18.860 INFO O| Oct 30 23:19:18.860 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49662024-10-30T23:19:20.241Z[ recovery-image] Oct 30 23:19:18.869 INFO O| Oct 30 23:19:18.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
49672024-10-30T23:19:20.241Z[ recovery-image] Oct 30 23:19:18.869 INFO O| Oct 30 23:19:18.869 INFO STEP 280 (remove_files) COMPLETE
49682024-10-30T23:19:20.244Z[ recovery-image] Oct 30 23:19:18.869 INFO O| Oct 30 23:19:18.869 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49692024-10-30T23:19:20.251Z[ recovery-image] Oct 30 23:19:18.878 INFO O| Oct 30 23:19:18.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
49702024-10-30T23:19:20.253Z[ recovery-image] Oct 30 23:19:18.878 INFO O| Oct 30 23:19:18.878 INFO STEP 281 (remove_files) COMPLETE
49712024-10-30T23:19:20.253Z[ recovery-image] Oct 30 23:19:18.878 INFO O| Oct 30 23:19:18.878 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49722024-10-30T23:19:20.260Z[ recovery-image] Oct 30 23:19:18.888 INFO O| Oct 30 23:19:18.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
49732024-10-30T23:19:20.260Z[ recovery-image] Oct 30 23:19:18.888 INFO O| Oct 30 23:19:18.888 INFO STEP 282 (remove_files) COMPLETE
49742024-10-30T23:19:20.260Z[ recovery-image] Oct 30 23:19:18.888 INFO O| Oct 30 23:19:18.888 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49752024-10-30T23:19:20.269Z[ recovery-image] Oct 30 23:19:18.897 INFO O| Oct 30 23:19:18.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
49762024-10-30T23:19:20.272Z[ recovery-image] Oct 30 23:19:18.897 INFO O| Oct 30 23:19:18.897 INFO STEP 283 (remove_files) COMPLETE
49772024-10-30T23:19:20.272Z[ recovery-image] Oct 30 23:19:18.897 INFO O| Oct 30 23:19:18.897 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49782024-10-30T23:19:20.279Z[ recovery-image] Oct 30 23:19:18.906 INFO O| Oct 30 23:19:18.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
49792024-10-30T23:19:20.283Z[ recovery-image] Oct 30 23:19:18.906 INFO O| Oct 30 23:19:18.906 INFO STEP 284 (remove_files) COMPLETE
49802024-10-30T23:19:20.283Z[ recovery-image] Oct 30 23:19:18.906 INFO O| Oct 30 23:19:18.906 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49812024-10-30T23:19:20.288Z[ recovery-image] Oct 30 23:19:18.916 INFO O| Oct 30 23:19:18.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
49822024-10-30T23:19:20.288Z[ recovery-image] Oct 30 23:19:18.916 INFO O| Oct 30 23:19:18.916 INFO STEP 285 (remove_files) COMPLETE
49832024-10-30T23:19:20.290Z[ recovery-image] Oct 30 23:19:18.916 INFO O| Oct 30 23:19:18.916 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49842024-10-30T23:19:20.297Z[ recovery-image] Oct 30 23:19:18.925 INFO O| Oct 30 23:19:18.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
49852024-10-30T23:19:20.297Z[ recovery-image] Oct 30 23:19:18.925 INFO O| Oct 30 23:19:18.925 INFO STEP 286 (remove_files) COMPLETE
49862024-10-30T23:19:20.297Z[ recovery-image] Oct 30 23:19:18.925 INFO O| Oct 30 23:19:18.925 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49872024-10-30T23:19:20.307Z[ recovery-image] Oct 30 23:19:18.934 INFO O| Oct 30 23:19:18.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
49882024-10-30T23:19:20.307Z[ recovery-image] Oct 30 23:19:18.934 INFO O| Oct 30 23:19:18.934 INFO STEP 287 (remove_files) COMPLETE
49892024-10-30T23:19:20.307Z[ recovery-image] Oct 30 23:19:18.934 INFO O| Oct 30 23:19:18.934 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49902024-10-30T23:19:20.316Z[ recovery-image] Oct 30 23:19:18.944 INFO O| Oct 30 23:19:18.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
49912024-10-30T23:19:20.318Z[ recovery-image] Oct 30 23:19:18.944 INFO O| Oct 30 23:19:18.944 INFO STEP 288 (remove_files) COMPLETE
49922024-10-30T23:19:20.318Z[ recovery-image] Oct 30 23:19:18.944 INFO O| Oct 30 23:19:18.944 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49932024-10-30T23:19:20.325Z[ recovery-image] Oct 30 23:19:18.953 INFO O| Oct 30 23:19:18.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
49942024-10-30T23:19:20.325Z[ recovery-image] Oct 30 23:19:18.953 INFO O| Oct 30 23:19:18.953 INFO STEP 289 (remove_files) COMPLETE
49952024-10-30T23:19:20.325Z[ recovery-image] Oct 30 23:19:18.953 INFO O| Oct 30 23:19:18.953 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49962024-10-30T23:19:20.335Z[ recovery-image] Oct 30 23:19:18.962 INFO O| Oct 30 23:19:18.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
49972024-10-30T23:19:20.335Z[ recovery-image] Oct 30 23:19:18.962 INFO O| Oct 30 23:19:18.962 INFO STEP 290 (remove_files) COMPLETE
49982024-10-30T23:19:20.335Z[ recovery-image] Oct 30 23:19:18.962 INFO O| Oct 30 23:19:18.962 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49992024-10-30T23:19:20.344Z[ recovery-image] Oct 30 23:19:18.972 INFO O| Oct 30 23:19:18.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
50002024-10-30T23:19:20.344Z[ recovery-image] Oct 30 23:19:18.972 INFO O| Oct 30 23:19:18.972 INFO STEP 291 (remove_files) COMPLETE
50012024-10-30T23:19:20.344Z[ recovery-image] Oct 30 23:19:18.972 INFO O| Oct 30 23:19:18.972 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50022024-10-30T23:19:20.353Z[ recovery-image] Oct 30 23:19:18.981 INFO O| Oct 30 23:19:18.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
50032024-10-30T23:19:20.356Z[ recovery-image] Oct 30 23:19:18.981 INFO O| Oct 30 23:19:18.981 INFO STEP 292 (remove_files) COMPLETE
50042024-10-30T23:19:20.356Z[ recovery-image] Oct 30 23:19:18.981 INFO O| Oct 30 23:19:18.981 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50052024-10-30T23:19:20.363Z[ recovery-image] Oct 30 23:19:18.990 INFO O| Oct 30 23:19:18.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
50062024-10-30T23:19:20.365Z[ recovery-image] Oct 30 23:19:18.990 INFO O| Oct 30 23:19:18.990 INFO STEP 293 (remove_files) COMPLETE
50072024-10-30T23:19:20.365Z[ recovery-image] Oct 30 23:19:18.991 INFO O| Oct 30 23:19:18.990 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50082024-10-30T23:19:20.373Z[ recovery-image] Oct 30 23:19:19.000 INFO O| Oct 30 23:19:19.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
50092024-10-30T23:19:20.373Z[ recovery-image] Oct 30 23:19:19.000 INFO O| Oct 30 23:19:19.000 INFO STEP 294 (remove_files) COMPLETE
50102024-10-30T23:19:20.375Z[ recovery-image] Oct 30 23:19:19.000 INFO O| Oct 30 23:19:19.000 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50112024-10-30T23:19:20.382Z[ recovery-image] Oct 30 23:19:19.010 INFO O| Oct 30 23:19:19.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
50122024-10-30T23:19:20.384Z[ recovery-image] Oct 30 23:19:19.010 INFO O| Oct 30 23:19:19.010 INFO STEP 295 (remove_files) COMPLETE
50132024-10-30T23:19:20.384Z[ recovery-image] Oct 30 23:19:19.010 INFO O| Oct 30 23:19:19.010 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50142024-10-30T23:19:20.391Z[ recovery-image] Oct 30 23:19:19.019 INFO O| Oct 30 23:19:19.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
50152024-10-30T23:19:20.391Z[ recovery-image] Oct 30 23:19:19.019 INFO O| Oct 30 23:19:19.019 INFO STEP 296 (remove_files) COMPLETE
50162024-10-30T23:19:20.391Z[ recovery-image] Oct 30 23:19:19.019 INFO O| Oct 30 23:19:19.019 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50172024-10-30T23:19:20.401Z[ recovery-image] Oct 30 23:19:19.028 INFO O| Oct 30 23:19:19.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
50182024-10-30T23:19:20.401Z[ recovery-image] Oct 30 23:19:19.028 INFO O| Oct 30 23:19:19.028 INFO STEP 297 (remove_files) COMPLETE
50192024-10-30T23:19:20.403Z[ recovery-image] Oct 30 23:19:19.028 INFO O| Oct 30 23:19:19.028 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50202024-10-30T23:19:20.410Z[ recovery-image] Oct 30 23:19:19.038 INFO O| Oct 30 23:19:19.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
50212024-10-30T23:19:20.410Z[ recovery-image] Oct 30 23:19:19.038 INFO O| Oct 30 23:19:19.038 INFO STEP 298 (remove_files) COMPLETE
50222024-10-30T23:19:20.412Z[ recovery-image] Oct 30 23:19:19.038 INFO O| Oct 30 23:19:19.038 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50232024-10-30T23:19:20.419Z[ recovery-image] Oct 30 23:19:19.047 INFO O| Oct 30 23:19:19.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
50242024-10-30T23:19:20.419Z[ recovery-image] Oct 30 23:19:19.047 INFO O| Oct 30 23:19:19.047 INFO STEP 299 (remove_files) COMPLETE
50252024-10-30T23:19:20.422Z[ recovery-image] Oct 30 23:19:19.047 INFO O| Oct 30 23:19:19.047 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50262024-10-30T23:19:20.429Z[ recovery-image] Oct 30 23:19:19.056 INFO O| Oct 30 23:19:19.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
50272024-10-30T23:19:20.429Z[ recovery-image] Oct 30 23:19:19.056 INFO O| Oct 30 23:19:19.056 INFO STEP 300 (remove_files) COMPLETE
50282024-10-30T23:19:20.431Z[ recovery-image] Oct 30 23:19:19.056 INFO O| Oct 30 23:19:19.056 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50292024-10-30T23:19:20.438Z[ recovery-image] Oct 30 23:19:19.066 INFO O| Oct 30 23:19:19.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
50302024-10-30T23:19:20.438Z[ recovery-image] Oct 30 23:19:19.066 INFO O| Oct 30 23:19:19.066 INFO STEP 301 (remove_files) COMPLETE
50312024-10-30T23:19:20.441Z[ recovery-image] Oct 30 23:19:19.066 INFO O| Oct 30 23:19:19.066 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50322024-10-30T23:19:20.447Z[ recovery-image] Oct 30 23:19:19.075 INFO O| Oct 30 23:19:19.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
50332024-10-30T23:19:20.450Z[ recovery-image] Oct 30 23:19:19.075 INFO O| Oct 30 23:19:19.075 INFO STEP 302 (remove_files) COMPLETE
50342024-10-30T23:19:20.450Z[ recovery-image] Oct 30 23:19:19.075 INFO O| Oct 30 23:19:19.075 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50352024-10-30T23:19:20.457Z[ recovery-image] Oct 30 23:19:19.084 INFO O| Oct 30 23:19:19.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
50362024-10-30T23:19:20.457Z[ recovery-image] Oct 30 23:19:19.085 INFO O| Oct 30 23:19:19.085 INFO STEP 303 (remove_files) COMPLETE
50372024-10-30T23:19:20.459Z[ recovery-image] Oct 30 23:19:19.085 INFO O| Oct 30 23:19:19.085 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50382024-10-30T23:19:20.466Z[ recovery-image] Oct 30 23:19:19.094 INFO O| Oct 30 23:19:19.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
50392024-10-30T23:19:20.469Z[ recovery-image] Oct 30 23:19:19.094 INFO O| Oct 30 23:19:19.094 INFO STEP 304 (remove_files) COMPLETE
50402024-10-30T23:19:20.469Z[ recovery-image] Oct 30 23:19:19.094 INFO O| Oct 30 23:19:19.094 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50412024-10-30T23:19:20.476Z[ recovery-image] Oct 30 23:19:19.103 INFO O| Oct 30 23:19:19.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
50422024-10-30T23:19:20.476Z[ recovery-image] Oct 30 23:19:19.103 INFO O| Oct 30 23:19:19.103 INFO STEP 305 (remove_files) COMPLETE
50432024-10-30T23:19:20.478Z[ recovery-image] Oct 30 23:19:19.103 INFO O| Oct 30 23:19:19.103 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50442024-10-30T23:19:20.485Z[ recovery-image] Oct 30 23:19:19.113 INFO O| Oct 30 23:19:19.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
50452024-10-30T23:19:20.485Z[ recovery-image] Oct 30 23:19:19.113 INFO O| Oct 30 23:19:19.113 INFO STEP 306 (remove_files) COMPLETE
50462024-10-30T23:19:20.487Z[ recovery-image] Oct 30 23:19:19.113 INFO O| Oct 30 23:19:19.113 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50472024-10-30T23:19:20.494Z[ recovery-image] Oct 30 23:19:19.122 INFO O| Oct 30 23:19:19.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
50482024-10-30T23:19:20.494Z[ recovery-image] Oct 30 23:19:19.122 INFO O| Oct 30 23:19:19.122 INFO STEP 307 (remove_files) COMPLETE
50492024-10-30T23:19:20.494Z[ recovery-image] Oct 30 23:19:19.122 INFO O| Oct 30 23:19:19.122 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50502024-10-30T23:19:20.504Z[ recovery-image] Oct 30 23:19:19.131 INFO O| Oct 30 23:19:19.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
50512024-10-30T23:19:20.504Z[ recovery-image] Oct 30 23:19:19.132 INFO O| Oct 30 23:19:19.132 INFO STEP 308 (remove_files) COMPLETE
50522024-10-30T23:19:20.504Z[ recovery-image] Oct 30 23:19:19.132 INFO O| Oct 30 23:19:19.132 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50532024-10-30T23:19:20.513Z[ recovery-image] Oct 30 23:19:19.141 INFO O| Oct 30 23:19:19.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
50542024-10-30T23:19:20.513Z[ recovery-image] Oct 30 23:19:19.141 INFO O| Oct 30 23:19:19.141 INFO STEP 309 (remove_files) COMPLETE
50552024-10-30T23:19:20.516Z[ recovery-image] Oct 30 23:19:19.141 INFO O| Oct 30 23:19:19.141 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50562024-10-30T23:19:20.523Z[ recovery-image] Oct 30 23:19:19.150 INFO O| Oct 30 23:19:19.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
50572024-10-30T23:19:20.525Z[ recovery-image] Oct 30 23:19:19.150 INFO O| Oct 30 23:19:19.150 INFO STEP 310 (remove_files) COMPLETE
50582024-10-30T23:19:20.525Z[ recovery-image] Oct 30 23:19:19.150 INFO O| Oct 30 23:19:19.150 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50592024-10-30T23:19:20.532Z[ recovery-image] Oct 30 23:19:19.160 INFO O| Oct 30 23:19:19.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
50602024-10-30T23:19:20.532Z[ recovery-image] Oct 30 23:19:19.160 INFO O| Oct 30 23:19:19.160 INFO STEP 311 (remove_files) COMPLETE
50612024-10-30T23:19:20.532Z[ recovery-image] Oct 30 23:19:19.160 INFO O| Oct 30 23:19:19.160 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50622024-10-30T23:19:20.542Z[ recovery-image] Oct 30 23:19:19.169 INFO O| Oct 30 23:19:19.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
50632024-10-30T23:19:20.542Z[ recovery-image] Oct 30 23:19:19.169 INFO O| Oct 30 23:19:19.169 INFO STEP 312 (remove_files) COMPLETE
50642024-10-30T23:19:20.542Z[ recovery-image] Oct 30 23:19:19.169 INFO O| Oct 30 23:19:19.169 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50652024-10-30T23:19:20.551Z[ recovery-image] Oct 30 23:19:19.179 INFO O| Oct 30 23:19:19.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
50662024-10-30T23:19:20.554Z[ recovery-image] Oct 30 23:19:19.179 INFO O| Oct 30 23:19:19.179 INFO STEP 313 (remove_files) COMPLETE
50672024-10-30T23:19:20.554Z[ recovery-image] Oct 30 23:19:19.179 INFO O| Oct 30 23:19:19.179 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50682024-10-30T23:19:20.560Z[ recovery-image] Oct 30 23:19:19.188 INFO O| Oct 30 23:19:19.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
50692024-10-30T23:19:20.560Z[ recovery-image] Oct 30 23:19:19.188 INFO O| Oct 30 23:19:19.188 INFO STEP 314 (remove_files) COMPLETE
50702024-10-30T23:19:20.563Z[ recovery-image] Oct 30 23:19:19.188 INFO O| Oct 30 23:19:19.188 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50712024-10-30T23:19:20.570Z[ recovery-image] Oct 30 23:19:19.197 INFO O| Oct 30 23:19:19.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
50722024-10-30T23:19:20.570Z[ recovery-image] Oct 30 23:19:19.197 INFO O| Oct 30 23:19:19.197 INFO STEP 315 (remove_files) COMPLETE
50732024-10-30T23:19:20.572Z[ recovery-image] Oct 30 23:19:19.198 INFO O| Oct 30 23:19:19.197 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50742024-10-30T23:19:20.579Z[ recovery-image] Oct 30 23:19:19.207 INFO O| Oct 30 23:19:19.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
50752024-10-30T23:19:20.579Z[ recovery-image] Oct 30 23:19:19.207 INFO O| Oct 30 23:19:19.207 INFO STEP 316 (remove_files) COMPLETE
50762024-10-30T23:19:20.581Z[ recovery-image] Oct 30 23:19:19.207 INFO O| Oct 30 23:19:19.207 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50772024-10-30T23:19:20.589Z[ recovery-image] Oct 30 23:19:19.216 INFO O| Oct 30 23:19:19.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
50782024-10-30T23:19:20.589Z[ recovery-image] Oct 30 23:19:19.216 INFO O| Oct 30 23:19:19.216 INFO STEP 317 (remove_files) COMPLETE
50792024-10-30T23:19:20.589Z[ recovery-image] Oct 30 23:19:19.216 INFO O| Oct 30 23:19:19.216 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50802024-10-30T23:19:20.598Z[ recovery-image] Oct 30 23:19:19.226 INFO O| Oct 30 23:19:19.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
50812024-10-30T23:19:20.598Z[ recovery-image] Oct 30 23:19:19.226 INFO O| Oct 30 23:19:19.226 INFO STEP 318 (remove_files) COMPLETE
50822024-10-30T23:19:20.600Z[ recovery-image] Oct 30 23:19:19.226 INFO O| Oct 30 23:19:19.226 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50832024-10-30T23:19:20.607Z[ recovery-image] Oct 30 23:19:19.235 INFO O| Oct 30 23:19:19.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
50842024-10-30T23:19:20.607Z[ recovery-image] Oct 30 23:19:19.235 INFO O| Oct 30 23:19:19.235 INFO STEP 319 (remove_files) COMPLETE
50852024-10-30T23:19:20.607Z[ recovery-image] Oct 30 23:19:19.235 INFO O| Oct 30 23:19:19.235 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50862024-10-30T23:19:20.617Z[ recovery-image] Oct 30 23:19:19.244 INFO O| Oct 30 23:19:19.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
50872024-10-30T23:19:20.619Z[ recovery-image] Oct 30 23:19:19.244 INFO O| Oct 30 23:19:19.244 INFO STEP 320 (remove_files) COMPLETE
50882024-10-30T23:19:20.619Z[ recovery-image] Oct 30 23:19:19.244 INFO O| Oct 30 23:19:19.244 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50892024-10-30T23:19:20.626Z[ recovery-image] Oct 30 23:19:19.254 INFO O| Oct 30 23:19:19.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
50902024-10-30T23:19:20.626Z[ recovery-image] Oct 30 23:19:19.254 INFO O| Oct 30 23:19:19.254 INFO STEP 321 (remove_files) COMPLETE
50912024-10-30T23:19:20.628Z[ recovery-image] Oct 30 23:19:19.254 INFO O| Oct 30 23:19:19.254 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50922024-10-30T23:19:20.635Z[ recovery-image] Oct 30 23:19:19.263 INFO O| Oct 30 23:19:19.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
50932024-10-30T23:19:20.635Z[ recovery-image] Oct 30 23:19:19.263 INFO O| Oct 30 23:19:19.263 INFO STEP 322 (remove_files) COMPLETE
50942024-10-30T23:19:20.635Z[ recovery-image] Oct 30 23:19:19.263 INFO O| Oct 30 23:19:19.263 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50952024-10-30T23:19:20.645Z[ recovery-image] Oct 30 23:19:19.272 INFO O| Oct 30 23:19:19.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
50962024-10-30T23:19:20.645Z[ recovery-image] Oct 30 23:19:19.273 INFO O| Oct 30 23:19:19.272 INFO STEP 323 (remove_files) COMPLETE
50972024-10-30T23:19:20.647Z[ recovery-image] Oct 30 23:19:19.273 INFO O| Oct 30 23:19:19.272 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50982024-10-30T23:19:20.654Z[ recovery-image] Oct 30 23:19:19.282 INFO O| Oct 30 23:19:19.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
50992024-10-30T23:19:20.654Z[ recovery-image] Oct 30 23:19:19.282 INFO O| Oct 30 23:19:19.282 INFO STEP 324 (remove_files) COMPLETE
51002024-10-30T23:19:20.657Z[ recovery-image] Oct 30 23:19:19.282 INFO O| Oct 30 23:19:19.282 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51012024-10-30T23:19:20.663Z[ recovery-image] Oct 30 23:19:19.291 INFO O| Oct 30 23:19:19.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
51022024-10-30T23:19:20.663Z[ recovery-image] Oct 30 23:19:19.291 INFO O| Oct 30 23:19:19.291 INFO STEP 325 (remove_files) COMPLETE
51032024-10-30T23:19:20.666Z[ recovery-image] Oct 30 23:19:19.291 INFO O| Oct 30 23:19:19.291 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51042024-10-30T23:19:20.666Z[ host-image] Oct 30 23:19:19.291 INFO O| Oct 30 23:19:19.291 INFO O| Done
51052024-10-30T23:19:20.674Z[ recovery-image] Oct 30 23:19:19.302 INFO O| Oct 30 23:19:19.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
51062024-10-30T23:19:20.677Z[ recovery-image] Oct 30 23:19:19.302 INFO O| Oct 30 23:19:19.302 INFO STEP 326 (remove_files) COMPLETE
51072024-10-30T23:19:20.677Z[ recovery-image] Oct 30 23:19:19.302 INFO O| Oct 30 23:19:19.302 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51082024-10-30T23:19:20.685Z[ recovery-image] Oct 30 23:19:19.312 INFO O| Oct 30 23:19:19.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
51092024-10-30T23:19:20.685Z[ recovery-image] Oct 30 23:19:19.312 INFO O| Oct 30 23:19:19.312 INFO STEP 327 (remove_files) COMPLETE
51102024-10-30T23:19:20.685Z[ recovery-image] Oct 30 23:19:19.312 INFO O| Oct 30 23:19:19.312 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51112024-10-30T23:19:20.695Z[ recovery-image] Oct 30 23:19:19.322 INFO O| Oct 30 23:19:19.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
51122024-10-30T23:19:20.697Z[ recovery-image] Oct 30 23:19:19.322 INFO O| Oct 30 23:19:19.322 INFO STEP 328 (remove_files) COMPLETE
51132024-10-30T23:19:20.697Z[ recovery-image] Oct 30 23:19:19.322 INFO O| Oct 30 23:19:19.322 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51142024-10-30T23:19:20.704Z[ recovery-image] Oct 30 23:19:19.332 INFO O| Oct 30 23:19:19.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
51152024-10-30T23:19:20.704Z[ recovery-image] Oct 30 23:19:19.332 INFO O| Oct 30 23:19:19.332 INFO STEP 329 (remove_files) COMPLETE
51162024-10-30T23:19:20.706Z[ recovery-image] Oct 30 23:19:19.332 INFO O| Oct 30 23:19:19.332 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51172024-10-30T23:19:20.714Z[ recovery-image] Oct 30 23:19:19.342 INFO O| Oct 30 23:19:19.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
51182024-10-30T23:19:20.714Z[ recovery-image] Oct 30 23:19:19.342 INFO O| Oct 30 23:19:19.342 INFO STEP 330 (remove_files) COMPLETE
51192024-10-30T23:19:20.717Z[ recovery-image] Oct 30 23:19:19.342 INFO O| Oct 30 23:19:19.342 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51202024-10-30T23:19:20.724Z[ recovery-image] Oct 30 23:19:19.352 INFO O| Oct 30 23:19:19.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
51212024-10-30T23:19:20.726Z[ recovery-image] Oct 30 23:19:19.352 INFO O| Oct 30 23:19:19.352 INFO STEP 331 (remove_files) COMPLETE
51222024-10-30T23:19:20.726Z[ recovery-image] Oct 30 23:19:19.352 INFO O| Oct 30 23:19:19.352 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51232024-10-30T23:19:20.734Z[ recovery-image] Oct 30 23:19:19.361 INFO O| Oct 30 23:19:19.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
51242024-10-30T23:19:20.734Z[ recovery-image] Oct 30 23:19:19.361 INFO O| Oct 30 23:19:19.361 INFO STEP 332 (remove_files) COMPLETE
51252024-10-30T23:19:20.737Z[ recovery-image] Oct 30 23:19:19.362 INFO O| Oct 30 23:19:19.361 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51262024-10-30T23:19:20.744Z[ recovery-image] Oct 30 23:19:19.372 INFO O| Oct 30 23:19:19.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
51272024-10-30T23:19:20.744Z[ recovery-image] Oct 30 23:19:19.372 INFO O| Oct 30 23:19:19.372 INFO STEP 333 (remove_files) COMPLETE
51282024-10-30T23:19:20.744Z[ recovery-image] Oct 30 23:19:19.372 INFO O| Oct 30 23:19:19.372 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51292024-10-30T23:19:20.754Z[ recovery-image] Oct 30 23:19:19.382 INFO O| Oct 30 23:19:19.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
51302024-10-30T23:19:20.754Z[ recovery-image] Oct 30 23:19:19.382 INFO O| Oct 30 23:19:19.382 INFO STEP 334 (remove_files) COMPLETE
51312024-10-30T23:19:20.757Z[ recovery-image] Oct 30 23:19:19.382 INFO O| Oct 30 23:19:19.382 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51322024-10-30T23:19:20.764Z[ recovery-image] Oct 30 23:19:19.392 INFO O| Oct 30 23:19:19.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
51332024-10-30T23:19:20.764Z[ recovery-image] Oct 30 23:19:19.392 INFO O| Oct 30 23:19:19.392 INFO STEP 335 (remove_files) COMPLETE
51342024-10-30T23:19:20.766Z[ recovery-image] Oct 30 23:19:19.392 INFO O| Oct 30 23:19:19.392 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51352024-10-30T23:19:20.774Z[ recovery-image] Oct 30 23:19:19.401 INFO O| Oct 30 23:19:19.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
51362024-10-30T23:19:20.774Z[ recovery-image] Oct 30 23:19:19.401 INFO O| Oct 30 23:19:19.401 INFO STEP 336 (remove_files) COMPLETE
51372024-10-30T23:19:20.774Z[ recovery-image] Oct 30 23:19:19.401 INFO O| Oct 30 23:19:19.401 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51382024-10-30T23:19:20.783Z[ recovery-image] Oct 30 23:19:19.411 INFO O| Oct 30 23:19:19.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
51392024-10-30T23:19:20.783Z[ recovery-image] Oct 30 23:19:19.411 INFO O| Oct 30 23:19:19.411 INFO STEP 337 (remove_files) COMPLETE
51402024-10-30T23:19:20.787Z[ recovery-image] Oct 30 23:19:19.411 INFO O| Oct 30 23:19:19.411 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51412024-10-30T23:19:20.793Z[ recovery-image] Oct 30 23:19:19.420 INFO O| Oct 30 23:19:19.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
51422024-10-30T23:19:20.793Z[ recovery-image] Oct 30 23:19:19.420 INFO O| Oct 30 23:19:19.420 INFO STEP 338 (remove_files) COMPLETE
51432024-10-30T23:19:21.798Z[ recovery-image] Oct 30 23:19:19.421 INFO O| Oct 30 23:19:19.420 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51442024-10-30T23:19:21.802Z[ recovery-image] Oct 30 23:19:19.430 INFO O| Oct 30 23:19:19.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
51452024-10-30T23:19:21.802Z[ recovery-image] Oct 30 23:19:19.430 INFO O| Oct 30 23:19:19.430 INFO STEP 339 (remove_files) COMPLETE
51462024-10-30T23:19:21.802Z[ recovery-image] Oct 30 23:19:19.430 INFO O| Oct 30 23:19:19.430 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51472024-10-30T23:19:21.802Z[ recovery-image] Oct 30 23:19:19.440 INFO O| Oct 30 23:19:19.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
51482024-10-30T23:19:21.802Z[ recovery-image] Oct 30 23:19:19.440 INFO O| Oct 30 23:19:19.440 INFO STEP 340 (remove_files) COMPLETE
51492024-10-30T23:19:21.802Z[ recovery-image] Oct 30 23:19:19.440 INFO O| Oct 30 23:19:19.440 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51502024-10-30T23:19:21.802Z[ recovery-image] Oct 30 23:19:19.449 INFO O| Oct 30 23:19:19.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
51512024-10-30T23:19:21.802Z[ recovery-image] Oct 30 23:19:19.449 INFO O| Oct 30 23:19:19.449 INFO STEP 341 (remove_files) COMPLETE
51522024-10-30T23:19:21.802Z[ recovery-image] Oct 30 23:19:19.449 INFO O| Oct 30 23:19:19.449 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51532024-10-30T23:19:21.802Z[ recovery-image] Oct 30 23:19:19.459 INFO O| Oct 30 23:19:19.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
51542024-10-30T23:19:21.803Z[ recovery-image] Oct 30 23:19:19.459 INFO O| Oct 30 23:19:19.459 INFO STEP 342 (remove_files) COMPLETE
51552024-10-30T23:19:21.803Z[ recovery-image] Oct 30 23:19:19.459 INFO O| Oct 30 23:19:19.459 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51562024-10-30T23:19:21.803Z[ recovery-image] Oct 30 23:19:19.468 INFO O| Oct 30 23:19:19.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
51572024-10-30T23:19:21.803Z[ recovery-image] Oct 30 23:19:19.469 INFO O| Oct 30 23:19:19.469 INFO STEP 343 (remove_files) COMPLETE
51582024-10-30T23:19:21.803Z[ recovery-image] Oct 30 23:19:19.469 INFO O| Oct 30 23:19:19.469 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51592024-10-30T23:19:21.803Z[ recovery-image] Oct 30 23:19:19.478 INFO O| Oct 30 23:19:19.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
51602024-10-30T23:19:21.803Z[ recovery-image] Oct 30 23:19:19.478 INFO O| Oct 30 23:19:19.478 INFO STEP 344 (remove_files) COMPLETE
51612024-10-30T23:19:21.803Z[ recovery-image] Oct 30 23:19:19.478 INFO O| Oct 30 23:19:19.478 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51622024-10-30T23:19:21.803Z[ recovery-image] Oct 30 23:19:19.487 INFO O| Oct 30 23:19:19.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
51632024-10-30T23:19:21.803Z[ recovery-image] Oct 30 23:19:19.487 INFO O| Oct 30 23:19:19.487 INFO STEP 345 (remove_files) COMPLETE
51642024-10-30T23:19:21.803Z[ recovery-image] Oct 30 23:19:19.487 INFO O| Oct 30 23:19:19.487 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51652024-10-30T23:19:21.803Z[ recovery-image] Oct 30 23:19:19.496 INFO O| Oct 30 23:19:19.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
51662024-10-30T23:19:21.803Z[ recovery-image] Oct 30 23:19:19.497 INFO O| Oct 30 23:19:19.497 INFO STEP 346 (remove_files) COMPLETE
51672024-10-30T23:19:21.803Z[ recovery-image] Oct 30 23:19:19.497 INFO O| Oct 30 23:19:19.497 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51682024-10-30T23:19:21.803Z[ recovery-image] Oct 30 23:19:19.506 INFO O| Oct 30 23:19:19.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
51692024-10-30T23:19:21.803Z[ recovery-image] Oct 30 23:19:19.506 INFO O| Oct 30 23:19:19.506 INFO STEP 347 (remove_files) COMPLETE
51702024-10-30T23:19:21.803Z[ recovery-image] Oct 30 23:19:19.506 INFO O| Oct 30 23:19:19.506 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51712024-10-30T23:19:21.804Z[ recovery-image] Oct 30 23:19:19.515 INFO O| Oct 30 23:19:19.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
51722024-10-30T23:19:21.804Z[ recovery-image] Oct 30 23:19:19.515 INFO O| Oct 30 23:19:19.515 INFO STEP 348 (remove_files) COMPLETE
51732024-10-30T23:19:21.804Z[ recovery-image] Oct 30 23:19:19.515 INFO O| Oct 30 23:19:19.515 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51742024-10-30T23:19:21.804Z[ recovery-image] Oct 30 23:19:19.525 INFO O| Oct 30 23:19:19.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
51752024-10-30T23:19:21.804Z[ recovery-image] Oct 30 23:19:19.525 INFO O| Oct 30 23:19:19.525 INFO STEP 349 (remove_files) COMPLETE
51762024-10-30T23:19:21.804Z[ recovery-image] Oct 30 23:19:19.525 INFO O| Oct 30 23:19:19.525 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51772024-10-30T23:19:21.804Z[ recovery-image] Oct 30 23:19:19.534 INFO O| Oct 30 23:19:19.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
51782024-10-30T23:19:21.804Z[ recovery-image] Oct 30 23:19:19.534 INFO O| Oct 30 23:19:19.534 INFO STEP 350 (remove_files) COMPLETE
51792024-10-30T23:19:21.804Z[ recovery-image] Oct 30 23:19:19.534 INFO O| Oct 30 23:19:19.534 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51802024-10-30T23:19:21.804Z[ recovery-image] Oct 30 23:19:19.543 INFO O| Oct 30 23:19:19.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
51812024-10-30T23:19:21.804Z[ recovery-image] Oct 30 23:19:19.543 INFO O| Oct 30 23:19:19.543 INFO STEP 351 (remove_files) COMPLETE
51822024-10-30T23:19:21.805Z[ recovery-image] Oct 30 23:19:19.543 INFO O| Oct 30 23:19:19.543 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51832024-10-30T23:19:21.805Z[ recovery-image] Oct 30 23:19:19.553 INFO O| Oct 30 23:19:19.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
51842024-10-30T23:19:21.805Z[ recovery-image] Oct 30 23:19:19.553 INFO O| Oct 30 23:19:19.553 INFO STEP 352 (remove_files) COMPLETE
51852024-10-30T23:19:21.805Z[ recovery-image] Oct 30 23:19:19.553 INFO O| Oct 30 23:19:19.553 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51862024-10-30T23:19:21.805Z[ recovery-image] Oct 30 23:19:19.562 INFO O| Oct 30 23:19:19.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
51872024-10-30T23:19:21.805Z[ recovery-image] Oct 30 23:19:19.562 INFO O| Oct 30 23:19:19.562 INFO STEP 353 (remove_files) COMPLETE
51882024-10-30T23:19:21.805Z[ recovery-image] Oct 30 23:19:19.562 INFO O| Oct 30 23:19:19.562 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51892024-10-30T23:19:21.805Z[ recovery-image] Oct 30 23:19:19.571 INFO O| Oct 30 23:19:19.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
51902024-10-30T23:19:21.805Z[ recovery-image] Oct 30 23:19:19.571 INFO O| Oct 30 23:19:19.571 INFO STEP 354 (remove_files) COMPLETE
51912024-10-30T23:19:21.805Z[ recovery-image] Oct 30 23:19:19.571 INFO O| Oct 30 23:19:19.571 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51922024-10-30T23:19:21.805Z[ recovery-image] Oct 30 23:19:19.581 INFO O| Oct 30 23:19:19.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
51932024-10-30T23:19:21.805Z[ recovery-image] Oct 30 23:19:19.581 INFO O| Oct 30 23:19:19.581 INFO STEP 355 (remove_files) COMPLETE
51942024-10-30T23:19:21.805Z[ recovery-image] Oct 30 23:19:19.581 INFO O| Oct 30 23:19:19.581 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51952024-10-30T23:19:21.805Z[ recovery-image] Oct 30 23:19:19.590 INFO O| Oct 30 23:19:19.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
51962024-10-30T23:19:21.805Z[ recovery-image] Oct 30 23:19:19.590 INFO O| Oct 30 23:19:19.590 INFO STEP 356 (remove_files) COMPLETE
51972024-10-30T23:19:21.805Z[ recovery-image] Oct 30 23:19:19.590 INFO O| Oct 30 23:19:19.590 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51982024-10-30T23:19:21.805Z[ recovery-image] Oct 30 23:19:19.600 INFO O| Oct 30 23:19:19.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
51992024-10-30T23:19:21.805Z[ recovery-image] Oct 30 23:19:19.600 INFO O| Oct 30 23:19:19.600 INFO STEP 357 (remove_files) COMPLETE
52002024-10-30T23:19:21.805Z[ recovery-image] Oct 30 23:19:19.600 INFO O| Oct 30 23:19:19.600 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52012024-10-30T23:19:21.805Z[ recovery-image] Oct 30 23:19:19.609 INFO O| Oct 30 23:19:19.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
52022024-10-30T23:19:21.805Z[ recovery-image] Oct 30 23:19:19.609 INFO O| Oct 30 23:19:19.609 INFO STEP 358 (remove_files) COMPLETE
52032024-10-30T23:19:21.805Z[ recovery-image] Oct 30 23:19:19.609 INFO O| Oct 30 23:19:19.609 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52042024-10-30T23:19:21.805Z[ recovery-image] Oct 30 23:19:19.618 INFO O| Oct 30 23:19:19.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
52052024-10-30T23:19:21.805Z[ recovery-image] Oct 30 23:19:19.619 INFO O| Oct 30 23:19:19.618 INFO STEP 359 (remove_files) COMPLETE
52062024-10-30T23:19:21.805Z[ recovery-image] Oct 30 23:19:19.619 INFO O| Oct 30 23:19:19.618 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52072024-10-30T23:19:21.805Z[ recovery-image] Oct 30 23:19:19.628 INFO O| Oct 30 23:19:19.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
52082024-10-30T23:19:21.805Z[ recovery-image] Oct 30 23:19:19.628 INFO O| Oct 30 23:19:19.628 INFO STEP 360 (remove_files) COMPLETE
52092024-10-30T23:19:21.805Z[ recovery-image] Oct 30 23:19:19.628 INFO O| Oct 30 23:19:19.628 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52102024-10-30T23:19:21.805Z[ recovery-image] Oct 30 23:19:19.637 INFO O| Oct 30 23:19:19.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
52112024-10-30T23:19:21.805Z[ recovery-image] Oct 30 23:19:19.637 INFO O| Oct 30 23:19:19.637 INFO STEP 361 (remove_files) COMPLETE
52122024-10-30T23:19:21.805Z[ recovery-image] Oct 30 23:19:19.637 INFO O| Oct 30 23:19:19.637 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52132024-10-30T23:19:21.805Z[ recovery-image] Oct 30 23:19:19.647 INFO O| Oct 30 23:19:19.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
52142024-10-30T23:19:21.805Z[ recovery-image] Oct 30 23:19:19.647 INFO O| Oct 30 23:19:19.647 INFO STEP 362 (remove_files) COMPLETE
52152024-10-30T23:19:21.805Z[ recovery-image] Oct 30 23:19:19.647 INFO O| Oct 30 23:19:19.647 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52162024-10-30T23:19:21.805Z[ recovery-image] Oct 30 23:19:19.656 INFO O| Oct 30 23:19:19.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
52172024-10-30T23:19:21.805Z[ recovery-image] Oct 30 23:19:19.656 INFO O| Oct 30 23:19:19.656 INFO STEP 363 (remove_files) COMPLETE
52182024-10-30T23:19:21.805Z[ recovery-image] Oct 30 23:19:19.656 INFO O| Oct 30 23:19:19.656 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52192024-10-30T23:19:21.806Z[ recovery-image] Oct 30 23:19:19.666 INFO O| Oct 30 23:19:19.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
52202024-10-30T23:19:21.806Z[ recovery-image] Oct 30 23:19:19.666 INFO O| Oct 30 23:19:19.666 INFO STEP 364 (remove_files) COMPLETE
52212024-10-30T23:19:21.806Z[ recovery-image] Oct 30 23:19:19.666 INFO O| Oct 30 23:19:19.666 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52222024-10-30T23:19:21.806Z[ recovery-image] Oct 30 23:19:19.675 INFO O| Oct 30 23:19:19.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
52232024-10-30T23:19:21.806Z[ recovery-image] Oct 30 23:19:19.676 INFO O| Oct 30 23:19:19.676 INFO STEP 365 (remove_files) COMPLETE
52242024-10-30T23:19:21.806Z[ recovery-image] Oct 30 23:19:19.676 INFO O| Oct 30 23:19:19.676 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52252024-10-30T23:19:21.806Z[ recovery-image] Oct 30 23:19:19.687 INFO O| Oct 30 23:19:19.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
52262024-10-30T23:19:21.806Z[ recovery-image] Oct 30 23:19:19.687 INFO O| Oct 30 23:19:19.687 INFO STEP 366 (remove_files) COMPLETE
52272024-10-30T23:19:21.806Z[ recovery-image] Oct 30 23:19:19.687 INFO O| Oct 30 23:19:19.687 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52282024-10-30T23:19:21.806Z[ recovery-image] Oct 30 23:19:19.697 INFO O| Oct 30 23:19:19.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
52292024-10-30T23:19:21.806Z[ recovery-image] Oct 30 23:19:19.697 INFO O| Oct 30 23:19:19.697 INFO STEP 367 (remove_files) COMPLETE
52302024-10-30T23:19:21.806Z[ recovery-image] Oct 30 23:19:19.697 INFO O| Oct 30 23:19:19.697 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52312024-10-30T23:19:21.806Z[ recovery-image] Oct 30 23:19:19.706 INFO O| Oct 30 23:19:19.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
52322024-10-30T23:19:21.806Z[ recovery-image] Oct 30 23:19:19.706 INFO O| Oct 30 23:19:19.706 INFO STEP 368 (remove_files) COMPLETE
52332024-10-30T23:19:21.806Z[ recovery-image] Oct 30 23:19:19.706 INFO O| Oct 30 23:19:19.706 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52342024-10-30T23:19:21.806Z[ recovery-image] Oct 30 23:19:19.716 INFO O| Oct 30 23:19:19.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
52352024-10-30T23:19:21.806Z[ recovery-image] Oct 30 23:19:19.716 INFO O| Oct 30 23:19:19.716 INFO STEP 369 (remove_files) COMPLETE
52362024-10-30T23:19:21.806Z[ recovery-image] Oct 30 23:19:19.716 INFO O| Oct 30 23:19:19.716 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52372024-10-30T23:19:21.806Z[ recovery-image] Oct 30 23:19:19.725 INFO O| Oct 30 23:19:19.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
52382024-10-30T23:19:21.806Z[ recovery-image] Oct 30 23:19:19.725 INFO O| Oct 30 23:19:19.725 INFO STEP 370 (remove_files) COMPLETE
52392024-10-30T23:19:21.806Z[ recovery-image] Oct 30 23:19:19.725 INFO O| Oct 30 23:19:19.725 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52402024-10-30T23:19:21.806Z[ recovery-image] Oct 30 23:19:19.735 INFO O| Oct 30 23:19:19.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
52412024-10-30T23:19:21.806Z[ recovery-image] Oct 30 23:19:19.735 INFO O| Oct 30 23:19:19.735 INFO STEP 371 (remove_files) COMPLETE
52422024-10-30T23:19:21.806Z[ recovery-image] Oct 30 23:19:19.735 INFO O| Oct 30 23:19:19.735 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52432024-10-30T23:19:21.806Z[ recovery-image] Oct 30 23:19:19.744 INFO O| Oct 30 23:19:19.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
52442024-10-30T23:19:21.810Z[ recovery-image] Oct 30 23:19:19.744 INFO O| Oct 30 23:19:19.744 INFO STEP 372 (remove_files) COMPLETE
52452024-10-30T23:19:21.810Z[ recovery-image] Oct 30 23:19:19.744 INFO O| Oct 30 23:19:19.744 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52462024-10-30T23:19:21.810Z[ recovery-image] Oct 30 23:19:19.754 INFO O| Oct 30 23:19:19.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
52472024-10-30T23:19:21.810Z[ recovery-image] Oct 30 23:19:19.754 INFO O| Oct 30 23:19:19.754 INFO STEP 373 (remove_files) COMPLETE
52482024-10-30T23:19:21.810Z[ recovery-image] Oct 30 23:19:19.754 INFO O| Oct 30 23:19:19.754 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52492024-10-30T23:19:21.810Z[ recovery-image] Oct 30 23:19:19.764 INFO O| Oct 30 23:19:19.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
52502024-10-30T23:19:21.810Z[ recovery-image] Oct 30 23:19:19.764 INFO O| Oct 30 23:19:19.764 INFO STEP 374 (remove_files) COMPLETE
52512024-10-30T23:19:21.810Z[ recovery-image] Oct 30 23:19:19.764 INFO O| Oct 30 23:19:19.764 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52522024-10-30T23:19:21.810Z[ recovery-image] Oct 30 23:19:19.773 INFO O| Oct 30 23:19:19.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
52532024-10-30T23:19:21.810Z[ recovery-image] Oct 30 23:19:19.773 INFO O| Oct 30 23:19:19.773 INFO STEP 375 (remove_files) COMPLETE
52542024-10-30T23:19:21.810Z[ recovery-image] Oct 30 23:19:19.773 INFO O| Oct 30 23:19:19.773 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52552024-10-30T23:19:21.810Z[ recovery-image] Oct 30 23:19:19.783 INFO O| Oct 30 23:19:19.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
52562024-10-30T23:19:21.810Z[ recovery-image] Oct 30 23:19:19.783 INFO O| Oct 30 23:19:19.783 INFO STEP 376 (remove_files) COMPLETE
52572024-10-30T23:19:21.810Z[ recovery-image] Oct 30 23:19:19.783 INFO O| Oct 30 23:19:19.783 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52582024-10-30T23:19:21.810Z[ recovery-image] Oct 30 23:19:19.792 INFO O| Oct 30 23:19:19.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
52592024-10-30T23:19:21.810Z[ recovery-image] Oct 30 23:19:19.792 INFO O| Oct 30 23:19:19.792 INFO STEP 377 (remove_files) COMPLETE
52602024-10-30T23:19:21.810Z[ recovery-image] Oct 30 23:19:19.792 INFO O| Oct 30 23:19:19.792 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52612024-10-30T23:19:21.810Z[ recovery-image] Oct 30 23:19:19.802 INFO O| Oct 30 23:19:19.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
52622024-10-30T23:19:21.810Z[ recovery-image] Oct 30 23:19:19.802 INFO O| Oct 30 23:19:19.802 INFO STEP 378 (remove_files) COMPLETE
52632024-10-30T23:19:21.810Z[ recovery-image] Oct 30 23:19:19.802 INFO O| Oct 30 23:19:19.802 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52642024-10-30T23:19:21.810Z[ recovery-image] Oct 30 23:19:19.811 INFO O| Oct 30 23:19:19.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
52652024-10-30T23:19:21.811Z[ recovery-image] Oct 30 23:19:19.811 INFO O| Oct 30 23:19:19.811 INFO STEP 379 (remove_files) COMPLETE
52662024-10-30T23:19:21.811Z[ recovery-image] Oct 30 23:19:19.811 INFO O| Oct 30 23:19:19.811 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52672024-10-30T23:19:21.811Z[ recovery-image] Oct 30 23:19:19.821 INFO O| Oct 30 23:19:19.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
52682024-10-30T23:19:21.811Z[ recovery-image] Oct 30 23:19:19.821 INFO O| Oct 30 23:19:19.821 INFO STEP 380 (remove_files) COMPLETE
52692024-10-30T23:19:21.811Z[ recovery-image] Oct 30 23:19:19.821 INFO O| Oct 30 23:19:19.821 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52702024-10-30T23:19:21.811Z[ recovery-image] Oct 30 23:19:19.830 INFO O| Oct 30 23:19:19.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
52712024-10-30T23:19:21.811Z[ recovery-image] Oct 30 23:19:19.831 INFO O| Oct 30 23:19:19.831 INFO STEP 381 (remove_files) COMPLETE
52722024-10-30T23:19:21.811Z[ recovery-image] Oct 30 23:19:19.831 INFO O| Oct 30 23:19:19.831 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52732024-10-30T23:19:21.811Z[ recovery-image] Oct 30 23:19:19.840 INFO O| Oct 30 23:19:19.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
52742024-10-30T23:19:21.811Z[ recovery-image] Oct 30 23:19:19.840 INFO O| Oct 30 23:19:19.840 INFO STEP 382 (remove_files) COMPLETE
52752024-10-30T23:19:21.811Z[ recovery-image] Oct 30 23:19:19.840 INFO O| Oct 30 23:19:19.840 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52762024-10-30T23:19:21.811Z[ recovery-image] Oct 30 23:19:19.850 INFO O| Oct 30 23:19:19.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
52772024-10-30T23:19:21.811Z[ recovery-image] Oct 30 23:19:19.850 INFO O| Oct 30 23:19:19.850 INFO STEP 383 (remove_files) COMPLETE
52782024-10-30T23:19:21.811Z[ recovery-image] Oct 30 23:19:19.850 INFO O| Oct 30 23:19:19.850 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52792024-10-30T23:19:21.811Z[ recovery-image] Oct 30 23:19:19.860 INFO O| Oct 30 23:19:19.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
52802024-10-30T23:19:21.811Z[ recovery-image] Oct 30 23:19:19.860 INFO O| Oct 30 23:19:19.860 INFO STEP 384 (remove_files) COMPLETE
52812024-10-30T23:19:21.811Z[ recovery-image] Oct 30 23:19:19.860 INFO O| Oct 30 23:19:19.860 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52822024-10-30T23:19:21.811Z[ recovery-image] Oct 30 23:19:19.869 INFO O| Oct 30 23:19:19.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
52832024-10-30T23:19:21.811Z[ recovery-image] Oct 30 23:19:19.869 INFO O| Oct 30 23:19:19.869 INFO STEP 385 (remove_files) COMPLETE
52842024-10-30T23:19:21.811Z[ recovery-image] Oct 30 23:19:19.869 INFO O| Oct 30 23:19:19.869 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52852024-10-30T23:19:21.811Z[ recovery-image] Oct 30 23:19:19.879 INFO O| Oct 30 23:19:19.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
52862024-10-30T23:19:21.811Z[ recovery-image] Oct 30 23:19:19.879 INFO O| Oct 30 23:19:19.879 INFO STEP 386 (remove_files) COMPLETE
52872024-10-30T23:19:21.811Z[ recovery-image] Oct 30 23:19:19.879 INFO O| Oct 30 23:19:19.879 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52882024-10-30T23:19:21.811Z[ recovery-image] Oct 30 23:19:19.888 INFO O| Oct 30 23:19:19.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
52892024-10-30T23:19:21.811Z[ recovery-image] Oct 30 23:19:19.888 INFO O| Oct 30 23:19:19.888 INFO STEP 387 (remove_files) COMPLETE
52902024-10-30T23:19:21.811Z[ recovery-image] Oct 30 23:19:19.888 INFO O| Oct 30 23:19:19.888 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52912024-10-30T23:19:21.811Z[ recovery-image] Oct 30 23:19:19.897 INFO O| Oct 30 23:19:19.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
52922024-10-30T23:19:21.811Z[ recovery-image] Oct 30 23:19:19.898 INFO O| Oct 30 23:19:19.897 INFO STEP 388 (remove_files) COMPLETE
52932024-10-30T23:19:21.811Z[ recovery-image] Oct 30 23:19:19.898 INFO O| Oct 30 23:19:19.897 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52942024-10-30T23:19:21.811Z[ recovery-image] Oct 30 23:19:19.907 INFO O| Oct 30 23:19:19.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
52952024-10-30T23:19:21.811Z[ recovery-image] Oct 30 23:19:19.907 INFO O| Oct 30 23:19:19.907 INFO STEP 389 (remove_files) COMPLETE
52962024-10-30T23:19:21.811Z[ recovery-image] Oct 30 23:19:19.907 INFO O| Oct 30 23:19:19.907 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52972024-10-30T23:19:21.811Z[ recovery-image] Oct 30 23:19:19.916 INFO O| Oct 30 23:19:19.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
52982024-10-30T23:19:21.811Z[ recovery-image] Oct 30 23:19:19.917 INFO O| Oct 30 23:19:19.917 INFO STEP 390 (remove_files) COMPLETE
52992024-10-30T23:19:21.811Z[ recovery-image] Oct 30 23:19:19.917 INFO O| Oct 30 23:19:19.917 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53002024-10-30T23:19:21.811Z[ recovery-image] Oct 30 23:19:19.927 INFO O| Oct 30 23:19:19.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
53012024-10-30T23:19:21.811Z[ recovery-image] Oct 30 23:19:19.927 INFO O| Oct 30 23:19:19.927 INFO STEP 391 (remove_files) COMPLETE
53022024-10-30T23:19:21.811Z[ recovery-image] Oct 30 23:19:19.927 INFO O| Oct 30 23:19:19.927 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53032024-10-30T23:19:21.812Z[ recovery-image] Oct 30 23:19:19.937 INFO O| Oct 30 23:19:19.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
53042024-10-30T23:19:21.812Z[ recovery-image] Oct 30 23:19:19.937 INFO O| Oct 30 23:19:19.937 INFO STEP 392 (remove_files) COMPLETE
53052024-10-30T23:19:21.812Z[ recovery-image] Oct 30 23:19:19.937 INFO O| Oct 30 23:19:19.937 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53062024-10-30T23:19:21.812Z[ recovery-image] Oct 30 23:19:19.947 INFO O| Oct 30 23:19:19.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
53072024-10-30T23:19:21.812Z[ recovery-image] Oct 30 23:19:19.947 INFO O| Oct 30 23:19:19.947 INFO STEP 393 (remove_files) COMPLETE
53082024-10-30T23:19:21.812Z[ recovery-image] Oct 30 23:19:19.947 INFO O| Oct 30 23:19:19.947 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53092024-10-30T23:19:21.812Z[ recovery-image] Oct 30 23:19:19.957 INFO O| Oct 30 23:19:19.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
53102024-10-30T23:19:21.812Z[ recovery-image] Oct 30 23:19:19.957 INFO O| Oct 30 23:19:19.957 INFO STEP 394 (remove_files) COMPLETE
53112024-10-30T23:19:21.812Z[ recovery-image] Oct 30 23:19:19.957 INFO O| Oct 30 23:19:19.957 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53122024-10-30T23:19:21.812Z[ recovery-image] Oct 30 23:19:19.966 INFO O| Oct 30 23:19:19.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
53132024-10-30T23:19:21.812Z[ recovery-image] Oct 30 23:19:19.966 INFO O| Oct 30 23:19:19.966 INFO STEP 395 (remove_files) COMPLETE
53142024-10-30T23:19:21.812Z[ recovery-image] Oct 30 23:19:19.966 INFO O| Oct 30 23:19:19.966 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53152024-10-30T23:19:21.812Z[ recovery-image] Oct 30 23:19:19.975 INFO O| Oct 30 23:19:19.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
53162024-10-30T23:19:21.812Z[ recovery-image] Oct 30 23:19:19.976 INFO O| Oct 30 23:19:19.975 INFO STEP 396 (remove_files) COMPLETE
53172024-10-30T23:19:21.813Z[ recovery-image] Oct 30 23:19:19.976 INFO O| Oct 30 23:19:19.976 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53182024-10-30T23:19:21.813Z[ recovery-image] Oct 30 23:19:19.985 INFO O| Oct 30 23:19:19.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
53192024-10-30T23:19:21.813Z[ recovery-image] Oct 30 23:19:19.985 INFO O| Oct 30 23:19:19.985 INFO STEP 397 (remove_files) COMPLETE
53202024-10-30T23:19:21.813Z[ recovery-image] Oct 30 23:19:19.985 INFO O| Oct 30 23:19:19.985 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53212024-10-30T23:19:21.813Z[ recovery-image] Oct 30 23:19:19.994 INFO O| Oct 30 23:19:19.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
53222024-10-30T23:19:21.813Z[ recovery-image] Oct 30 23:19:19.995 INFO O| Oct 30 23:19:19.994 INFO STEP 398 (remove_files) COMPLETE
53232024-10-30T23:19:21.813Z[ recovery-image] Oct 30 23:19:19.995 INFO O| Oct 30 23:19:19.994 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53242024-10-30T23:19:21.813Z[ recovery-image] Oct 30 23:19:20.005 INFO O| Oct 30 23:19:20.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
53252024-10-30T23:19:21.813Z[ recovery-image] Oct 30 23:19:20.005 INFO O| Oct 30 23:19:20.005 INFO STEP 399 (remove_files) COMPLETE
53262024-10-30T23:19:21.813Z[ recovery-image] Oct 30 23:19:20.005 INFO O| Oct 30 23:19:20.005 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53272024-10-30T23:19:21.813Z[ recovery-image] Oct 30 23:19:20.014 INFO O| Oct 30 23:19:20.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
53282024-10-30T23:19:21.813Z[ recovery-image] Oct 30 23:19:20.014 INFO O| Oct 30 23:19:20.014 INFO STEP 400 (remove_files) COMPLETE
53292024-10-30T23:19:21.813Z[ recovery-image] Oct 30 23:19:20.014 INFO O| Oct 30 23:19:20.014 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53302024-10-30T23:19:21.813Z[ recovery-image] Oct 30 23:19:20.024 INFO O| Oct 30 23:19:20.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
53312024-10-30T23:19:21.813Z[ recovery-image] Oct 30 23:19:20.024 INFO O| Oct 30 23:19:20.024 INFO STEP 401 (remove_files) COMPLETE
53322024-10-30T23:19:21.813Z[ recovery-image] Oct 30 23:19:20.024 INFO O| Oct 30 23:19:20.024 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53332024-10-30T23:19:21.813Z[ recovery-image] Oct 30 23:19:20.033 INFO O| Oct 30 23:19:20.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
53342024-10-30T23:19:21.813Z[ recovery-image] Oct 30 23:19:20.033 INFO O| Oct 30 23:19:20.033 INFO STEP 402 (remove_files) COMPLETE
53352024-10-30T23:19:21.813Z[ recovery-image] Oct 30 23:19:20.033 INFO O| Oct 30 23:19:20.033 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53362024-10-30T23:19:21.813Z[ recovery-image] Oct 30 23:19:20.043 INFO O| Oct 30 23:19:20.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
53372024-10-30T23:19:21.813Z[ recovery-image] Oct 30 23:19:20.043 INFO O| Oct 30 23:19:20.043 INFO STEP 403 (remove_files) COMPLETE
53382024-10-30T23:19:21.813Z[ recovery-image] Oct 30 23:19:20.043 INFO O| Oct 30 23:19:20.043 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53392024-10-30T23:19:21.814Z[ recovery-image] Oct 30 23:19:20.052 INFO O| Oct 30 23:19:20.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
53402024-10-30T23:19:21.814Z[ recovery-image] Oct 30 23:19:20.053 INFO O| Oct 30 23:19:20.053 INFO STEP 404 (remove_files) COMPLETE
53412024-10-30T23:19:21.814Z[ recovery-image] Oct 30 23:19:20.053 INFO O| Oct 30 23:19:20.053 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53422024-10-30T23:19:21.814Z[ recovery-image] Oct 30 23:19:20.063 INFO O| Oct 30 23:19:20.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
53432024-10-30T23:19:21.814Z[ recovery-image] Oct 30 23:19:20.063 INFO O| Oct 30 23:19:20.063 INFO STEP 405 (remove_files) COMPLETE
53442024-10-30T23:19:21.817Z[ recovery-image] Oct 30 23:19:20.063 INFO O| Oct 30 23:19:20.063 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53452024-10-30T23:19:21.817Z[ recovery-image] Oct 30 23:19:20.072 INFO O| Oct 30 23:19:20.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
53462024-10-30T23:19:21.817Z[ recovery-image] Oct 30 23:19:20.072 INFO O| Oct 30 23:19:20.072 INFO STEP 406 (remove_files) COMPLETE
53472024-10-30T23:19:21.817Z[ recovery-image] Oct 30 23:19:20.072 INFO O| Oct 30 23:19:20.072 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53482024-10-30T23:19:21.817Z[ recovery-image] Oct 30 23:19:20.082 INFO O| Oct 30 23:19:20.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
53492024-10-30T23:19:21.817Z[ recovery-image] Oct 30 23:19:20.082 INFO O| Oct 30 23:19:20.082 INFO STEP 407 (remove_files) COMPLETE
53502024-10-30T23:19:21.817Z[ recovery-image] Oct 30 23:19:20.082 INFO O| Oct 30 23:19:20.082 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53512024-10-30T23:19:21.817Z[ recovery-image] Oct 30 23:19:20.091 INFO O| Oct 30 23:19:20.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
53522024-10-30T23:19:21.817Z[ recovery-image] Oct 30 23:19:20.092 INFO O| Oct 30 23:19:20.092 INFO STEP 408 (remove_files) COMPLETE
53532024-10-30T23:19:21.817Z[ recovery-image] Oct 30 23:19:20.092 INFO O| Oct 30 23:19:20.092 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53542024-10-30T23:19:21.817Z[ recovery-image] Oct 30 23:19:20.101 INFO O| Oct 30 23:19:20.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
53552024-10-30T23:19:21.817Z[ recovery-image] Oct 30 23:19:20.101 INFO O| Oct 30 23:19:20.101 INFO STEP 409 (remove_files) COMPLETE
53562024-10-30T23:19:21.817Z[ recovery-image] Oct 30 23:19:20.101 INFO O| Oct 30 23:19:20.101 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53572024-10-30T23:19:21.817Z[ recovery-image] Oct 30 23:19:20.110 INFO O| Oct 30 23:19:20.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
53582024-10-30T23:19:21.818Z[ recovery-image] Oct 30 23:19:20.111 INFO O| Oct 30 23:19:20.110 INFO STEP 410 (remove_files) COMPLETE
53592024-10-30T23:19:21.818Z[ recovery-image] Oct 30 23:19:20.111 INFO O| Oct 30 23:19:20.111 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53602024-10-30T23:19:21.818Z[ recovery-image] Oct 30 23:19:20.120 INFO O| Oct 30 23:19:20.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
53612024-10-30T23:19:21.818Z[ recovery-image] Oct 30 23:19:20.120 INFO O| Oct 30 23:19:20.120 INFO STEP 411 (remove_files) COMPLETE
53622024-10-30T23:19:21.818Z[ recovery-image] Oct 30 23:19:20.120 INFO O| Oct 30 23:19:20.120 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53632024-10-30T23:19:21.818Z[ recovery-image] Oct 30 23:19:20.129 INFO O| Oct 30 23:19:20.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
53642024-10-30T23:19:21.818Z[ recovery-image] Oct 30 23:19:20.129 INFO O| Oct 30 23:19:20.129 INFO STEP 412 (remove_files) COMPLETE
53652024-10-30T23:19:21.818Z[ recovery-image] Oct 30 23:19:20.129 INFO O| Oct 30 23:19:20.129 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53662024-10-30T23:19:21.818Z[ recovery-image] Oct 30 23:19:20.139 INFO O| Oct 30 23:19:20.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
53672024-10-30T23:19:21.818Z[ recovery-image] Oct 30 23:19:20.139 INFO O| Oct 30 23:19:20.139 INFO STEP 413 (remove_files) COMPLETE
53682024-10-30T23:19:21.818Z[ recovery-image] Oct 30 23:19:20.139 INFO O| Oct 30 23:19:20.139 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53692024-10-30T23:19:21.818Z[ recovery-image] Oct 30 23:19:20.148 INFO O| Oct 30 23:19:20.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
53702024-10-30T23:19:21.818Z[ recovery-image] Oct 30 23:19:20.148 INFO O| Oct 30 23:19:20.148 INFO STEP 414 (remove_files) COMPLETE
53712024-10-30T23:19:21.818Z[ recovery-image] Oct 30 23:19:20.148 INFO O| Oct 30 23:19:20.148 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53722024-10-30T23:19:21.818Z[ recovery-image] Oct 30 23:19:20.157 INFO O| Oct 30 23:19:20.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
53732024-10-30T23:19:21.818Z[ recovery-image] Oct 30 23:19:20.158 INFO O| Oct 30 23:19:20.157 INFO STEP 415 (remove_files) COMPLETE
53742024-10-30T23:19:21.818Z[ recovery-image] Oct 30 23:19:20.158 INFO O| Oct 30 23:19:20.158 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53752024-10-30T23:19:21.818Z[ recovery-image] Oct 30 23:19:20.167 INFO O| Oct 30 23:19:20.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
53762024-10-30T23:19:21.818Z[ recovery-image] Oct 30 23:19:20.167 INFO O| Oct 30 23:19:20.167 INFO STEP 416 (remove_files) COMPLETE
53772024-10-30T23:19:21.818Z[ recovery-image] Oct 30 23:19:20.167 INFO O| Oct 30 23:19:20.167 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53782024-10-30T23:19:21.818Z[ recovery-image] Oct 30 23:19:20.176 INFO O| Oct 30 23:19:20.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
53792024-10-30T23:19:21.818Z[ recovery-image] Oct 30 23:19:20.176 INFO O| Oct 30 23:19:20.176 INFO STEP 417 (remove_files) COMPLETE
53802024-10-30T23:19:21.818Z[ recovery-image] Oct 30 23:19:20.176 INFO O| Oct 30 23:19:20.176 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53812024-10-30T23:19:21.818Z[ recovery-image] Oct 30 23:19:20.185 INFO O| Oct 30 23:19:20.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
53822024-10-30T23:19:21.818Z[ recovery-image] Oct 30 23:19:20.186 INFO O| Oct 30 23:19:20.186 INFO STEP 418 (remove_files) COMPLETE
53832024-10-30T23:19:21.818Z[ recovery-image] Oct 30 23:19:20.186 INFO O| Oct 30 23:19:20.186 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53842024-10-30T23:19:21.819Z[ recovery-image] Oct 30 23:19:20.195 INFO O| Oct 30 23:19:20.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
53852024-10-30T23:19:21.819Z[ recovery-image] Oct 30 23:19:20.195 INFO O| Oct 30 23:19:20.195 INFO STEP 419 (remove_files) COMPLETE
53862024-10-30T23:19:21.819Z[ recovery-image] Oct 30 23:19:20.195 INFO O| Oct 30 23:19:20.195 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53872024-10-30T23:19:21.819Z[ recovery-image] Oct 30 23:19:20.204 INFO O| Oct 30 23:19:20.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
53882024-10-30T23:19:21.819Z[ recovery-image] Oct 30 23:19:20.204 INFO O| Oct 30 23:19:20.204 INFO STEP 420 (remove_files) COMPLETE
53892024-10-30T23:19:21.819Z[ recovery-image] Oct 30 23:19:20.204 INFO O| Oct 30 23:19:20.204 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53902024-10-30T23:19:21.819Z[ recovery-image] Oct 30 23:19:20.214 INFO O| Oct 30 23:19:20.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
53912024-10-30T23:19:21.819Z[ recovery-image] Oct 30 23:19:20.214 INFO O| Oct 30 23:19:20.214 INFO STEP 421 (remove_files) COMPLETE
53922024-10-30T23:19:21.819Z[ recovery-image] Oct 30 23:19:20.214 INFO O| Oct 30 23:19:20.214 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53932024-10-30T23:19:21.819Z[ recovery-image] Oct 30 23:19:20.223 INFO O| Oct 30 23:19:20.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
53942024-10-30T23:19:21.819Z[ recovery-image] Oct 30 23:19:20.223 INFO O| Oct 30 23:19:20.223 INFO STEP 422 (remove_files) COMPLETE
53952024-10-30T23:19:21.819Z[ recovery-image] Oct 30 23:19:20.223 INFO O| Oct 30 23:19:20.223 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53962024-10-30T23:19:21.819Z[ recovery-image] Oct 30 23:19:20.232 INFO O| Oct 30 23:19:20.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
53972024-10-30T23:19:21.819Z[ recovery-image] Oct 30 23:19:20.232 INFO O| Oct 30 23:19:20.232 INFO STEP 423 (remove_files) COMPLETE
53982024-10-30T23:19:21.819Z[ recovery-image] Oct 30 23:19:20.232 INFO O| Oct 30 23:19:20.232 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53992024-10-30T23:19:21.819Z[ recovery-image] Oct 30 23:19:20.242 INFO O| Oct 30 23:19:20.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
54002024-10-30T23:19:21.819Z[ recovery-image] Oct 30 23:19:20.242 INFO O| Oct 30 23:19:20.242 INFO STEP 424 (remove_files) COMPLETE
54012024-10-30T23:19:21.819Z[ recovery-image] Oct 30 23:19:20.242 INFO O| Oct 30 23:19:20.242 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54022024-10-30T23:19:21.819Z[ recovery-image] Oct 30 23:19:20.251 INFO O| Oct 30 23:19:20.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
54032024-10-30T23:19:21.819Z[ recovery-image] Oct 30 23:19:20.251 INFO O| Oct 30 23:19:20.251 INFO STEP 425 (remove_files) COMPLETE
54042024-10-30T23:19:21.819Z[ recovery-image] Oct 30 23:19:20.251 INFO O| Oct 30 23:19:20.251 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54052024-10-30T23:19:21.819Z[ recovery-image] Oct 30 23:19:20.261 INFO O| Oct 30 23:19:20.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
54062024-10-30T23:19:21.819Z[ recovery-image] Oct 30 23:19:20.261 INFO O| Oct 30 23:19:20.261 INFO STEP 426 (remove_files) COMPLETE
54072024-10-30T23:19:21.819Z[ recovery-image] Oct 30 23:19:20.261 INFO O| Oct 30 23:19:20.261 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54082024-10-30T23:19:21.819Z[ recovery-image] Oct 30 23:19:20.270 INFO O| Oct 30 23:19:20.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
54092024-10-30T23:19:21.819Z[ recovery-image] Oct 30 23:19:20.270 INFO O| Oct 30 23:19:20.270 INFO STEP 427 (remove_files) COMPLETE
54102024-10-30T23:19:21.820Z[ recovery-image] Oct 30 23:19:20.270 INFO O| Oct 30 23:19:20.270 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54112024-10-30T23:19:21.820Z[ recovery-image] Oct 30 23:19:20.279 INFO O| Oct 30 23:19:20.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
54122024-10-30T23:19:21.820Z[ recovery-image] Oct 30 23:19:20.279 INFO O| Oct 30 23:19:20.279 INFO STEP 428 (remove_files) COMPLETE
54132024-10-30T23:19:21.820Z[ recovery-image] Oct 30 23:19:20.279 INFO O| Oct 30 23:19:20.279 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54142024-10-30T23:19:21.820Z[ recovery-image] Oct 30 23:19:20.289 INFO O| Oct 30 23:19:20.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
54152024-10-30T23:19:21.820Z[ recovery-image] Oct 30 23:19:20.289 INFO O| Oct 30 23:19:20.289 INFO STEP 429 (remove_files) COMPLETE
54162024-10-30T23:19:21.820Z[ recovery-image] Oct 30 23:19:20.289 INFO O| Oct 30 23:19:20.289 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54172024-10-30T23:19:21.820Z[ recovery-image] Oct 30 23:19:20.298 INFO O| Oct 30 23:19:20.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
54182024-10-30T23:19:21.820Z[ recovery-image] Oct 30 23:19:20.298 INFO O| Oct 30 23:19:20.298 INFO STEP 430 (remove_files) COMPLETE
54192024-10-30T23:19:21.820Z[ recovery-image] Oct 30 23:19:20.298 INFO O| Oct 30 23:19:20.298 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54202024-10-30T23:19:21.820Z[ recovery-image] Oct 30 23:19:20.307 INFO O| Oct 30 23:19:20.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
54212024-10-30T23:19:21.820Z[ recovery-image] Oct 30 23:19:20.308 INFO O| Oct 30 23:19:20.307 INFO STEP 431 (remove_files) COMPLETE
54222024-10-30T23:19:21.820Z[ recovery-image] Oct 30 23:19:20.308 INFO O| Oct 30 23:19:20.308 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54232024-10-30T23:19:21.820Z[ recovery-image] Oct 30 23:19:20.317 INFO O| Oct 30 23:19:20.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
54242024-10-30T23:19:21.820Z[ recovery-image] Oct 30 23:19:20.317 INFO O| Oct 30 23:19:20.317 INFO STEP 432 (remove_files) COMPLETE
54252024-10-30T23:19:21.820Z[ recovery-image] Oct 30 23:19:20.317 INFO O| Oct 30 23:19:20.317 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54262024-10-30T23:19:21.820Z[ recovery-image] Oct 30 23:19:20.326 INFO O| Oct 30 23:19:20.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
54272024-10-30T23:19:21.820Z[ recovery-image] Oct 30 23:19:20.326 INFO O| Oct 30 23:19:20.326 INFO STEP 433 (remove_files) COMPLETE
54282024-10-30T23:19:21.820Z[ recovery-image] Oct 30 23:19:20.326 INFO O| Oct 30 23:19:20.326 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54292024-10-30T23:19:21.820Z[ recovery-image] Oct 30 23:19:20.336 INFO O| Oct 30 23:19:20.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
54302024-10-30T23:19:21.820Z[ recovery-image] Oct 30 23:19:20.336 INFO O| Oct 30 23:19:20.336 INFO STEP 434 (remove_files) COMPLETE
54312024-10-30T23:19:21.820Z[ recovery-image] Oct 30 23:19:20.336 INFO O| Oct 30 23:19:20.336 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54322024-10-30T23:19:21.820Z[ recovery-image] Oct 30 23:19:20.345 INFO O| Oct 30 23:19:20.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
54332024-10-30T23:19:21.820Z[ recovery-image] Oct 30 23:19:20.345 INFO O| Oct 30 23:19:20.345 INFO STEP 435 (remove_files) COMPLETE
54342024-10-30T23:19:21.820Z[ recovery-image] Oct 30 23:19:20.345 INFO O| Oct 30 23:19:20.345 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54352024-10-30T23:19:21.820Z[ recovery-image] Oct 30 23:19:20.354 INFO O| Oct 30 23:19:20.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
54362024-10-30T23:19:21.820Z[ recovery-image] Oct 30 23:19:20.355 INFO O| Oct 30 23:19:20.354 INFO STEP 436 (remove_files) COMPLETE
54372024-10-30T23:19:21.820Z[ recovery-image] Oct 30 23:19:20.355 INFO O| Oct 30 23:19:20.355 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54382024-10-30T23:19:21.820Z[ recovery-image] Oct 30 23:19:20.364 INFO O| Oct 30 23:19:20.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
54392024-10-30T23:19:21.820Z[ recovery-image] Oct 30 23:19:20.364 INFO O| Oct 30 23:19:20.364 INFO STEP 437 (remove_files) COMPLETE
54402024-10-30T23:19:21.820Z[ recovery-image] Oct 30 23:19:20.364 INFO O| Oct 30 23:19:20.364 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54412024-10-30T23:19:21.820Z[ recovery-image] Oct 30 23:19:20.373 INFO O| Oct 30 23:19:20.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
54422024-10-30T23:19:21.820Z[ recovery-image] Oct 30 23:19:20.373 INFO O| Oct 30 23:19:20.373 INFO STEP 438 (remove_files) COMPLETE
54432024-10-30T23:19:21.820Z[ recovery-image] Oct 30 23:19:20.373 INFO O| Oct 30 23:19:20.373 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54442024-10-30T23:19:21.823Z[ recovery-image] Oct 30 23:19:20.383 INFO O| Oct 30 23:19:20.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
54452024-10-30T23:19:21.823Z[ recovery-image] Oct 30 23:19:20.383 INFO O| Oct 30 23:19:20.383 INFO STEP 439 (remove_files) COMPLETE
54462024-10-30T23:19:21.823Z[ recovery-image] Oct 30 23:19:20.383 INFO O| Oct 30 23:19:20.383 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54472024-10-30T23:19:21.823Z[ recovery-image] Oct 30 23:19:20.392 INFO O| Oct 30 23:19:20.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
54482024-10-30T23:19:21.823Z[ recovery-image] Oct 30 23:19:20.392 INFO O| Oct 30 23:19:20.392 INFO STEP 440 (remove_files) COMPLETE
54492024-10-30T23:19:21.823Z[ recovery-image] Oct 30 23:19:20.392 INFO O| Oct 30 23:19:20.392 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54502024-10-30T23:19:21.823Z[ recovery-image] Oct 30 23:19:20.401 INFO O| Oct 30 23:19:20.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
54512024-10-30T23:19:21.823Z[ recovery-image] Oct 30 23:19:20.401 INFO O| Oct 30 23:19:20.401 INFO STEP 441 (remove_files) COMPLETE
54522024-10-30T23:19:21.823Z[ recovery-image] Oct 30 23:19:20.401 INFO O| Oct 30 23:19:20.401 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54532024-10-30T23:19:21.823Z[ recovery-image] Oct 30 23:19:20.411 INFO O| Oct 30 23:19:20.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
54542024-10-30T23:19:21.823Z[ recovery-image] Oct 30 23:19:20.411 INFO O| Oct 30 23:19:20.411 INFO STEP 442 (remove_files) COMPLETE
54552024-10-30T23:19:21.823Z[ recovery-image] Oct 30 23:19:20.411 INFO O| Oct 30 23:19:20.411 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54562024-10-30T23:19:21.823Z[ recovery-image] Oct 30 23:19:20.421 INFO O| Oct 30 23:19:20.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
54572024-10-30T23:19:21.824Z[ recovery-image] Oct 30 23:19:20.421 INFO O| Oct 30 23:19:20.421 INFO STEP 443 (remove_files) COMPLETE
54582024-10-30T23:19:21.824Z[ recovery-image] Oct 30 23:19:20.421 INFO O| Oct 30 23:19:20.421 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54592024-10-30T23:19:21.824Z[ recovery-image] Oct 30 23:19:20.431 INFO O| Oct 30 23:19:20.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
54602024-10-30T23:19:21.824Z[ recovery-image] Oct 30 23:19:20.431 INFO O| Oct 30 23:19:20.431 INFO STEP 444 (remove_files) COMPLETE
54612024-10-30T23:19:21.824Z[ recovery-image] Oct 30 23:19:20.431 INFO O| Oct 30 23:19:20.431 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54622024-10-30T23:19:21.824Z[ recovery-image] Oct 30 23:19:20.441 INFO O| Oct 30 23:19:20.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
54632024-10-30T23:19:21.824Z[ recovery-image] Oct 30 23:19:20.441 INFO O| Oct 30 23:19:20.441 INFO STEP 445 (remove_files) COMPLETE
54642024-10-30T23:19:21.824Z[ recovery-image] Oct 30 23:19:20.441 INFO O| Oct 30 23:19:20.441 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54652024-10-30T23:19:21.824Z[ recovery-image] Oct 30 23:19:20.450 INFO O| Oct 30 23:19:20.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
54662024-10-30T23:19:21.824Z[ recovery-image] Oct 30 23:19:20.450 INFO O| Oct 30 23:19:20.450 INFO STEP 446 (remove_files) COMPLETE
54672024-10-30T23:19:21.824Z[ recovery-image] Oct 30 23:19:20.450 INFO O| Oct 30 23:19:20.450 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54682024-10-30T23:19:21.833Z[ recovery-image] Oct 30 23:19:20.460 INFO O| Oct 30 23:19:20.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
54692024-10-30T23:19:21.833Z[ recovery-image] Oct 30 23:19:20.460 INFO O| Oct 30 23:19:20.460 INFO STEP 447 (remove_files) COMPLETE
54702024-10-30T23:19:21.833Z[ recovery-image] Oct 30 23:19:20.460 INFO O| Oct 30 23:19:20.460 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54712024-10-30T23:19:21.842Z[ recovery-image] Oct 30 23:19:20.469 INFO O| Oct 30 23:19:20.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
54722024-10-30T23:19:21.844Z[ recovery-image] Oct 30 23:19:20.469 INFO O| Oct 30 23:19:20.469 INFO STEP 448 (remove_files) COMPLETE
54732024-10-30T23:19:21.844Z[ recovery-image] Oct 30 23:19:20.469 INFO O| Oct 30 23:19:20.469 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54742024-10-30T23:19:21.851Z[ recovery-image] Oct 30 23:19:20.479 INFO O| Oct 30 23:19:20.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
54752024-10-30T23:19:21.851Z[ recovery-image] Oct 30 23:19:20.479 INFO O| Oct 30 23:19:20.479 INFO STEP 449 (remove_files) COMPLETE
54762024-10-30T23:19:21.851Z[ recovery-image] Oct 30 23:19:20.479 INFO O| Oct 30 23:19:20.479 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54772024-10-30T23:19:21.857Z[ host-image] Oct 30 23:19:20.484 INFO O| Oct 30 23:19:20.484 INFO O| Done
54782024-10-30T23:19:21.861Z[ recovery-image] Oct 30 23:19:20.488 INFO O| Oct 30 23:19:20.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
54792024-10-30T23:19:21.863Z[ recovery-image] Oct 30 23:19:20.489 INFO O| Oct 30 23:19:20.489 INFO STEP 450 (remove_files) COMPLETE
54802024-10-30T23:19:21.863Z[ recovery-image] Oct 30 23:19:20.489 INFO O| Oct 30 23:19:20.489 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54812024-10-30T23:19:21.871Z[ recovery-image] Oct 30 23:19:20.499 INFO O| Oct 30 23:19:20.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
54822024-10-30T23:19:21.871Z[ recovery-image] Oct 30 23:19:20.499 INFO O| Oct 30 23:19:20.499 INFO STEP 451 (remove_files) COMPLETE
54832024-10-30T23:19:21.873Z[ recovery-image] Oct 30 23:19:20.499 INFO O| Oct 30 23:19:20.499 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54842024-10-30T23:19:21.879Z[ host-image] Oct 30 23:19:20.507 INFO O| Oct 30 23:19:20.507 INFO O| Done
54852024-10-30T23:19:21.882Z[ recovery-image] Oct 30 23:19:20.508 INFO O| Oct 30 23:19:20.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
54862024-10-30T23:19:21.882Z[ recovery-image] Oct 30 23:19:20.509 INFO O| Oct 30 23:19:20.509 INFO STEP 452 (remove_files) COMPLETE
54872024-10-30T23:19:21.882Z[ recovery-image] Oct 30 23:19:20.509 INFO O| Oct 30 23:19:20.509 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54882024-10-30T23:19:21.891Z[ recovery-image] Oct 30 23:19:20.519 INFO O| Oct 30 23:19:20.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
54892024-10-30T23:19:21.893Z[ recovery-image] Oct 30 23:19:20.519 INFO O| Oct 30 23:19:20.519 INFO STEP 453 (remove_files) COMPLETE
54902024-10-30T23:19:21.893Z[ recovery-image] Oct 30 23:19:20.519 INFO O| Oct 30 23:19:20.519 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54912024-10-30T23:19:21.901Z[ recovery-image] Oct 30 23:19:20.529 INFO O| Oct 30 23:19:20.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
54922024-10-30T23:19:21.901Z[ recovery-image] Oct 30 23:19:20.529 INFO O| Oct 30 23:19:20.529 INFO STEP 454 (remove_files) COMPLETE
54932024-10-30T23:19:21.901Z[ recovery-image] Oct 30 23:19:20.529 INFO O| Oct 30 23:19:20.529 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54942024-10-30T23:19:21.911Z[ recovery-image] Oct 30 23:19:20.538 INFO O| Oct 30 23:19:20.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
54952024-10-30T23:19:21.911Z[ recovery-image] Oct 30 23:19:20.538 INFO O| Oct 30 23:19:20.538 INFO STEP 455 (remove_files) COMPLETE
54962024-10-30T23:19:21.913Z[ recovery-image] Oct 30 23:19:20.538 INFO O| Oct 30 23:19:20.538 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54972024-10-30T23:19:21.920Z[ recovery-image] Oct 30 23:19:20.548 INFO O| Oct 30 23:19:20.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
54982024-10-30T23:19:21.920Z[ recovery-image] Oct 30 23:19:20.548 INFO O| Oct 30 23:19:20.548 INFO STEP 456 (remove_files) COMPLETE
54992024-10-30T23:19:21.923Z[ recovery-image] Oct 30 23:19:20.548 INFO O| Oct 30 23:19:20.548 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55002024-10-30T23:19:21.930Z[ recovery-image] Oct 30 23:19:20.557 INFO O| Oct 30 23:19:20.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
55012024-10-30T23:19:21.930Z[ recovery-image] Oct 30 23:19:20.557 INFO O| Oct 30 23:19:20.557 INFO STEP 457 (remove_files) COMPLETE
55022024-10-30T23:19:21.932Z[ recovery-image] Oct 30 23:19:20.557 INFO O| Oct 30 23:19:20.557 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55032024-10-30T23:19:21.939Z[ recovery-image] Oct 30 23:19:20.567 INFO O| Oct 30 23:19:20.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
55042024-10-30T23:19:21.941Z[ recovery-image] Oct 30 23:19:20.567 INFO O| Oct 30 23:19:20.567 INFO STEP 458 (remove_files) COMPLETE
55052024-10-30T23:19:21.941Z[ recovery-image] Oct 30 23:19:20.567 INFO O| Oct 30 23:19:20.567 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55062024-10-30T23:19:21.948Z[ recovery-image] Oct 30 23:19:20.576 INFO O| Oct 30 23:19:20.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
55072024-10-30T23:19:21.949Z[ recovery-image] Oct 30 23:19:20.576 INFO O| Oct 30 23:19:20.576 INFO STEP 459 (remove_files) COMPLETE
55082024-10-30T23:19:21.951Z[ recovery-image] Oct 30 23:19:20.576 INFO O| Oct 30 23:19:20.576 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55092024-10-30T23:19:21.958Z[ recovery-image] Oct 30 23:19:20.586 INFO O| Oct 30 23:19:20.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
55102024-10-30T23:19:21.958Z[ recovery-image] Oct 30 23:19:20.586 INFO O| Oct 30 23:19:20.586 INFO STEP 460 (remove_files) COMPLETE
55112024-10-30T23:19:21.961Z[ recovery-image] Oct 30 23:19:20.586 INFO O| Oct 30 23:19:20.586 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55122024-10-30T23:19:21.968Z[ recovery-image] Oct 30 23:19:20.595 INFO O| Oct 30 23:19:20.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
55132024-10-30T23:19:21.968Z[ recovery-image] Oct 30 23:19:20.595 INFO O| Oct 30 23:19:20.595 INFO STEP 461 (remove_files) COMPLETE
55142024-10-30T23:19:21.968Z[ recovery-image] Oct 30 23:19:20.595 INFO O| Oct 30 23:19:20.595 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55152024-10-30T23:19:21.977Z[ recovery-image] Oct 30 23:19:20.605 INFO O| Oct 30 23:19:20.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
55162024-10-30T23:19:21.977Z[ recovery-image] Oct 30 23:19:20.605 INFO O| Oct 30 23:19:20.605 INFO STEP 462 (remove_files) COMPLETE
55172024-10-30T23:19:21.980Z[ recovery-image] Oct 30 23:19:20.605 INFO O| Oct 30 23:19:20.605 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55182024-10-30T23:19:21.987Z[ recovery-image] Oct 30 23:19:20.614 INFO O| Oct 30 23:19:20.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
55192024-10-30T23:19:21.987Z[ recovery-image] Oct 30 23:19:20.614 INFO O| Oct 30 23:19:20.614 INFO STEP 463 (remove_files) COMPLETE
55202024-10-30T23:19:21.987Z[ recovery-image] Oct 30 23:19:20.614 INFO O| Oct 30 23:19:20.614 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55212024-10-30T23:19:21.996Z[ recovery-image] Oct 30 23:19:20.624 INFO O| Oct 30 23:19:20.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
55222024-10-30T23:19:21.996Z[ recovery-image] Oct 30 23:19:20.624 INFO O| Oct 30 23:19:20.624 INFO STEP 464 (remove_files) COMPLETE
55232024-10-30T23:19:21.996Z[ recovery-image] Oct 30 23:19:20.624 INFO O| Oct 30 23:19:20.624 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55242024-10-30T23:19:22.006Z[ recovery-image] Oct 30 23:19:20.633 INFO O| Oct 30 23:19:20.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
55252024-10-30T23:19:22.008Z[ recovery-image] Oct 30 23:19:20.634 INFO O| Oct 30 23:19:20.633 INFO STEP 465 (remove_files) COMPLETE
55262024-10-30T23:19:22.008Z[ recovery-image] Oct 30 23:19:20.634 INFO O| Oct 30 23:19:20.634 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55272024-10-30T23:19:22.017Z[ recovery-image] Oct 30 23:19:20.644 INFO O| Oct 30 23:19:20.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
55282024-10-30T23:19:22.017Z[ recovery-image] Oct 30 23:19:20.644 INFO O| Oct 30 23:19:20.644 INFO STEP 466 (remove_files) COMPLETE
55292024-10-30T23:19:22.019Z[ recovery-image] Oct 30 23:19:20.644 INFO O| Oct 30 23:19:20.644 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55302024-10-30T23:19:22.027Z[ recovery-image] Oct 30 23:19:20.654 INFO O| Oct 30 23:19:20.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
55312024-10-30T23:19:22.027Z[ recovery-image] Oct 30 23:19:20.654 INFO O| Oct 30 23:19:20.654 INFO STEP 467 (remove_files) COMPLETE
55322024-10-30T23:19:22.027Z[ recovery-image] Oct 30 23:19:20.654 INFO O| Oct 30 23:19:20.654 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55332024-10-30T23:19:22.037Z[ recovery-image] Oct 30 23:19:20.664 INFO O| Oct 30 23:19:20.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
55342024-10-30T23:19:22.039Z[ recovery-image] Oct 30 23:19:20.665 INFO O| Oct 30 23:19:20.665 INFO STEP 468 (remove_files) COMPLETE
55352024-10-30T23:19:22.039Z[ recovery-image] Oct 30 23:19:20.665 INFO O| Oct 30 23:19:20.665 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55362024-10-30T23:19:22.047Z[ recovery-image] Oct 30 23:19:20.675 INFO O| Oct 30 23:19:20.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
55372024-10-30T23:19:22.049Z[ recovery-image] Oct 30 23:19:20.675 INFO O| Oct 30 23:19:20.675 INFO STEP 469 (remove_files) COMPLETE
55382024-10-30T23:19:22.050Z[ recovery-image] Oct 30 23:19:20.675 INFO O| Oct 30 23:19:20.675 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55392024-10-30T23:19:22.057Z[ recovery-image] Oct 30 23:19:20.685 INFO O| Oct 30 23:19:20.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
55402024-10-30T23:19:22.057Z[ recovery-image] Oct 30 23:19:20.685 INFO O| Oct 30 23:19:20.685 INFO STEP 470 (remove_files) COMPLETE
55412024-10-30T23:19:22.060Z[ recovery-image] Oct 30 23:19:20.685 INFO O| Oct 30 23:19:20.685 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55422024-10-30T23:19:22.066Z[ recovery-image] Oct 30 23:19:20.694 INFO O| Oct 30 23:19:20.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
55432024-10-30T23:19:22.066Z[ recovery-image] Oct 30 23:19:20.694 INFO O| Oct 30 23:19:20.694 INFO STEP 471 (remove_files) COMPLETE
55442024-10-30T23:19:22.068Z[ recovery-image] Oct 30 23:19:20.694 INFO O| Oct 30 23:19:20.694 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55452024-10-30T23:19:22.076Z[ recovery-image] Oct 30 23:19:20.703 INFO O| Oct 30 23:19:20.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
55462024-10-30T23:19:22.076Z[ recovery-image] Oct 30 23:19:20.703 INFO O| Oct 30 23:19:20.703 INFO STEP 472 (remove_files) COMPLETE
55472024-10-30T23:19:22.078Z[ recovery-image] Oct 30 23:19:20.703 INFO O| Oct 30 23:19:20.703 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55482024-10-30T23:19:22.085Z[ recovery-image] Oct 30 23:19:20.713 INFO O| Oct 30 23:19:20.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
55492024-10-30T23:19:22.085Z[ recovery-image] Oct 30 23:19:20.713 INFO O| Oct 30 23:19:20.713 INFO STEP 473 (remove_files) COMPLETE
55502024-10-30T23:19:22.085Z[ recovery-image] Oct 30 23:19:20.713 INFO O| Oct 30 23:19:20.713 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55512024-10-30T23:19:22.095Z[ recovery-image] Oct 30 23:19:20.722 INFO O| Oct 30 23:19:20.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
55522024-10-30T23:19:22.095Z[ recovery-image] Oct 30 23:19:20.722 INFO O| Oct 30 23:19:20.722 INFO STEP 474 (remove_files) COMPLETE
55532024-10-30T23:19:22.095Z[ recovery-image] Oct 30 23:19:20.722 INFO O| Oct 30 23:19:20.722 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55542024-10-30T23:19:22.104Z[ recovery-image] Oct 30 23:19:20.732 INFO O| Oct 30 23:19:20.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
55552024-10-30T23:19:22.104Z[ recovery-image] Oct 30 23:19:20.732 INFO O| Oct 30 23:19:20.732 INFO STEP 475 (remove_files) COMPLETE
55562024-10-30T23:19:22.104Z[ recovery-image] Oct 30 23:19:20.732 INFO O| Oct 30 23:19:20.732 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55572024-10-30T23:19:22.114Z[ recovery-image] Oct 30 23:19:20.741 INFO O| Oct 30 23:19:20.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
55582024-10-30T23:19:22.114Z[ recovery-image] Oct 30 23:19:20.741 INFO O| Oct 30 23:19:20.741 INFO STEP 476 (remove_files) COMPLETE
55592024-10-30T23:19:22.114Z[ recovery-image] Oct 30 23:19:20.741 INFO O| Oct 30 23:19:20.741 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55602024-10-30T23:19:22.123Z[ recovery-image] Oct 30 23:19:20.750 INFO O| Oct 30 23:19:20.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
55612024-10-30T23:19:22.123Z[ recovery-image] Oct 30 23:19:20.751 INFO O| Oct 30 23:19:20.751 INFO STEP 477 (remove_files) COMPLETE
55622024-10-30T23:19:22.125Z[ recovery-image] Oct 30 23:19:20.751 INFO O| Oct 30 23:19:20.751 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55632024-10-30T23:19:22.134Z[ recovery-image] Oct 30 23:19:20.761 INFO O| Oct 30 23:19:20.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
55642024-10-30T23:19:22.136Z[ recovery-image] Oct 30 23:19:20.761 INFO O| Oct 30 23:19:20.761 INFO STEP 478 (remove_files) COMPLETE
55652024-10-30T23:19:22.136Z[ recovery-image] Oct 30 23:19:20.761 INFO O| Oct 30 23:19:20.761 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55662024-10-30T23:19:22.144Z[ recovery-image] Oct 30 23:19:20.771 INFO O| Oct 30 23:19:20.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
55672024-10-30T23:19:22.144Z[ recovery-image] Oct 30 23:19:20.771 INFO O| Oct 30 23:19:20.771 INFO STEP 479 (remove_files) COMPLETE
55682024-10-30T23:19:22.146Z[ recovery-image] Oct 30 23:19:20.771 INFO O| Oct 30 23:19:20.771 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55692024-10-30T23:19:22.154Z[ recovery-image] Oct 30 23:19:20.781 INFO O| Oct 30 23:19:20.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
55702024-10-30T23:19:22.157Z[ recovery-image] Oct 30 23:19:20.781 INFO O| Oct 30 23:19:20.781 INFO STEP 480 (remove_files) COMPLETE
55712024-10-30T23:19:22.157Z[ recovery-image] Oct 30 23:19:20.781 INFO O| Oct 30 23:19:20.781 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55722024-10-30T23:19:22.164Z[ recovery-image] Oct 30 23:19:20.791 INFO O| Oct 30 23:19:20.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
55732024-10-30T23:19:22.164Z[ recovery-image] Oct 30 23:19:20.791 INFO O| Oct 30 23:19:20.791 INFO STEP 481 (remove_files) COMPLETE
55742024-10-30T23:19:22.164Z[ recovery-image] Oct 30 23:19:20.791 INFO O| Oct 30 23:19:20.791 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55752024-10-30T23:19:22.177Z[ recovery-image] Oct 30 23:19:20.804 INFO O| Oct 30 23:19:20.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
55762024-10-30T23:19:22.177Z[ recovery-image] Oct 30 23:19:20.804 INFO O| Oct 30 23:19:20.804 INFO STEP 482 (remove_files) COMPLETE
55772024-10-30T23:19:22.178Z[ recovery-image] Oct 30 23:19:20.804 INFO O| Oct 30 23:19:20.804 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55782024-10-30T23:19:22.186Z[ recovery-image] Oct 30 23:19:20.814 INFO O| Oct 30 23:19:20.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
55792024-10-30T23:19:22.190Z[ recovery-image] Oct 30 23:19:20.814 INFO O| Oct 30 23:19:20.814 INFO STEP 483 (remove_files) COMPLETE
55802024-10-30T23:19:22.190Z[ recovery-image] Oct 30 23:19:20.814 INFO O| Oct 30 23:19:20.814 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55812024-10-30T23:19:22.201Z[ recovery-image] Oct 30 23:19:20.823 INFO O| Oct 30 23:19:20.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
55822024-10-30T23:19:22.201Z[ recovery-image] Oct 30 23:19:20.823 INFO O| Oct 30 23:19:20.823 INFO STEP 484 (remove_files) COMPLETE
55832024-10-30T23:19:22.205Z[ recovery-image] Oct 30 23:19:20.823 INFO O| Oct 30 23:19:20.823 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55842024-10-30T23:19:22.207Z[ recovery-image] Oct 30 23:19:20.833 INFO O| Oct 30 23:19:20.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
55852024-10-30T23:19:22.207Z[ recovery-image] Oct 30 23:19:20.833 INFO O| Oct 30 23:19:20.833 INFO STEP 485 (remove_files) COMPLETE
55862024-10-30T23:19:22.207Z[ recovery-image] Oct 30 23:19:20.833 INFO O| Oct 30 23:19:20.833 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55872024-10-30T23:19:22.215Z[ recovery-image] Oct 30 23:19:20.842 INFO O| Oct 30 23:19:20.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
55882024-10-30T23:19:22.217Z[ recovery-image] Oct 30 23:19:20.842 INFO O| Oct 30 23:19:20.842 INFO STEP 486 (remove_files) COMPLETE
55892024-10-30T23:19:22.218Z[ recovery-image] Oct 30 23:19:20.842 INFO O| Oct 30 23:19:20.842 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55902024-10-30T23:19:22.224Z[ recovery-image] Oct 30 23:19:20.852 INFO O| Oct 30 23:19:20.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
55912024-10-30T23:19:22.224Z[ recovery-image] Oct 30 23:19:20.852 INFO O| Oct 30 23:19:20.852 INFO STEP 487 (remove_files) COMPLETE
55922024-10-30T23:19:22.226Z[ recovery-image] Oct 30 23:19:20.852 INFO O| Oct 30 23:19:20.852 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55932024-10-30T23:19:22.234Z[ recovery-image] Oct 30 23:19:20.861 INFO O| Oct 30 23:19:20.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
55942024-10-30T23:19:22.234Z[ recovery-image] Oct 30 23:19:20.861 INFO O| Oct 30 23:19:20.861 INFO STEP 488 (remove_files) COMPLETE
55952024-10-30T23:19:22.236Z[ recovery-image] Oct 30 23:19:20.861 INFO O| Oct 30 23:19:20.861 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55962024-10-30T23:19:22.243Z[ recovery-image] Oct 30 23:19:20.871 INFO O| Oct 30 23:19:20.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
55972024-10-30T23:19:22.243Z[ recovery-image] Oct 30 23:19:20.871 INFO O| Oct 30 23:19:20.871 INFO STEP 489 (remove_files) COMPLETE
55982024-10-30T23:19:22.246Z[ recovery-image] Oct 30 23:19:20.871 INFO O| Oct 30 23:19:20.871 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55992024-10-30T23:19:22.254Z[ recovery-image] Oct 30 23:19:20.882 INFO O| Oct 30 23:19:20.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
56002024-10-30T23:19:22.255Z[ recovery-image] Oct 30 23:19:20.882 INFO O| Oct 30 23:19:20.882 INFO STEP 490 (remove_files) COMPLETE
56012024-10-30T23:19:22.257Z[ recovery-image] Oct 30 23:19:20.882 INFO O| Oct 30 23:19:20.882 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56022024-10-30T23:19:22.265Z[ recovery-image] Oct 30 23:19:20.892 INFO O| Oct 30 23:19:20.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
56032024-10-30T23:19:22.265Z[ recovery-image] Oct 30 23:19:20.892 INFO O| Oct 30 23:19:20.892 INFO STEP 491 (remove_files) COMPLETE
56042024-10-30T23:19:22.267Z[ recovery-image] Oct 30 23:19:20.892 INFO O| Oct 30 23:19:20.892 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56052024-10-30T23:19:22.274Z[ recovery-image] Oct 30 23:19:20.902 INFO O| Oct 30 23:19:20.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
56062024-10-30T23:19:22.277Z[ recovery-image] Oct 30 23:19:20.902 INFO O| Oct 30 23:19:20.902 INFO STEP 492 (remove_files) COMPLETE
56072024-10-30T23:19:22.277Z[ recovery-image] Oct 30 23:19:20.902 INFO O| Oct 30 23:19:20.902 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56082024-10-30T23:19:22.284Z[ recovery-image] Oct 30 23:19:20.912 INFO O| Oct 30 23:19:20.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
56092024-10-30T23:19:22.284Z[ recovery-image] Oct 30 23:19:20.912 INFO O| Oct 30 23:19:20.912 INFO STEP 493 (remove_files) COMPLETE
56102024-10-30T23:19:22.286Z[ recovery-image] Oct 30 23:19:20.912 INFO O| Oct 30 23:19:20.912 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56112024-10-30T23:19:22.294Z[ recovery-image] Oct 30 23:19:20.921 INFO O| Oct 30 23:19:20.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
56122024-10-30T23:19:22.294Z[ recovery-image] Oct 30 23:19:20.921 INFO O| Oct 30 23:19:20.921 INFO STEP 494 (remove_files) COMPLETE
56132024-10-30T23:19:22.296Z[ recovery-image] Oct 30 23:19:20.921 INFO O| Oct 30 23:19:20.921 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56142024-10-30T23:19:22.303Z[ recovery-image] Oct 30 23:19:20.931 INFO O| Oct 30 23:19:20.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
56152024-10-30T23:19:22.305Z[ recovery-image] Oct 30 23:19:20.931 INFO O| Oct 30 23:19:20.931 INFO STEP 495 (remove_files) COMPLETE
56162024-10-30T23:19:22.305Z[ recovery-image] Oct 30 23:19:20.931 INFO O| Oct 30 23:19:20.931 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56172024-10-30T23:19:22.313Z[ recovery-image] Oct 30 23:19:20.940 INFO O| Oct 30 23:19:20.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
56182024-10-30T23:19:22.316Z[ recovery-image] Oct 30 23:19:20.940 INFO O| Oct 30 23:19:20.940 INFO STEP 496 (remove_files) COMPLETE
56192024-10-30T23:19:22.316Z[ recovery-image] Oct 30 23:19:20.940 INFO O| Oct 30 23:19:20.940 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56202024-10-30T23:19:22.322Z[ recovery-image] Oct 30 23:19:20.950 INFO O| Oct 30 23:19:20.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
56212024-10-30T23:19:22.322Z[ recovery-image] Oct 30 23:19:20.950 INFO O| Oct 30 23:19:20.950 INFO STEP 497 (remove_files) COMPLETE
56222024-10-30T23:19:22.322Z[ recovery-image] Oct 30 23:19:20.950 INFO O| Oct 30 23:19:20.950 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56232024-10-30T23:19:22.331Z[ recovery-image] Oct 30 23:19:20.959 INFO O| Oct 30 23:19:20.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
56242024-10-30T23:19:22.334Z[ recovery-image] Oct 30 23:19:20.959 INFO O| Oct 30 23:19:20.959 INFO STEP 498 (remove_files) COMPLETE
56252024-10-30T23:19:22.335Z[ recovery-image] Oct 30 23:19:20.959 INFO O| Oct 30 23:19:20.959 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56262024-10-30T23:19:22.341Z[ recovery-image] Oct 30 23:19:20.969 INFO O| Oct 30 23:19:20.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
56272024-10-30T23:19:22.341Z[ recovery-image] Oct 30 23:19:20.969 INFO O| Oct 30 23:19:20.969 INFO STEP 499 (remove_files) COMPLETE
56282024-10-30T23:19:22.343Z[ recovery-image] Oct 30 23:19:20.969 INFO O| Oct 30 23:19:20.969 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56292024-10-30T23:19:22.351Z[ recovery-image] Oct 30 23:19:20.978 INFO O| Oct 30 23:19:20.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
56302024-10-30T23:19:22.351Z[ recovery-image] Oct 30 23:19:20.978 INFO O| Oct 30 23:19:20.978 INFO STEP 500 (remove_files) COMPLETE
56312024-10-30T23:19:22.351Z[ recovery-image] Oct 30 23:19:20.978 INFO O| Oct 30 23:19:20.978 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56322024-10-30T23:19:22.360Z[ recovery-image] Oct 30 23:19:20.988 INFO O| Oct 30 23:19:20.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
56332024-10-30T23:19:22.360Z[ recovery-image] Oct 30 23:19:20.988 INFO O| Oct 30 23:19:20.988 INFO STEP 501 (remove_files) COMPLETE
56342024-10-30T23:19:22.360Z[ recovery-image] Oct 30 23:19:20.988 INFO O| Oct 30 23:19:20.988 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56352024-10-30T23:19:22.369Z[ recovery-image] Oct 30 23:19:20.997 INFO O| Oct 30 23:19:20.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
56362024-10-30T23:19:22.369Z[ recovery-image] Oct 30 23:19:20.997 INFO O| Oct 30 23:19:20.997 INFO STEP 502 (remove_files) COMPLETE
56372024-10-30T23:19:22.370Z[ recovery-image] Oct 30 23:19:20.997 INFO O| Oct 30 23:19:20.997 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56382024-10-30T23:19:22.379Z[ recovery-image] Oct 30 23:19:21.007 INFO O| Oct 30 23:19:21.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
56392024-10-30T23:19:22.379Z[ recovery-image] Oct 30 23:19:21.007 INFO O| Oct 30 23:19:21.007 INFO STEP 503 (remove_files) COMPLETE
56402024-10-30T23:19:22.379Z[ recovery-image] Oct 30 23:19:21.007 INFO O| Oct 30 23:19:21.007 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56412024-10-30T23:19:22.389Z[ recovery-image] Oct 30 23:19:21.016 INFO O| Oct 30 23:19:21.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
56422024-10-30T23:19:22.389Z[ recovery-image] Oct 30 23:19:21.016 INFO O| Oct 30 23:19:21.016 INFO STEP 504 (remove_files) COMPLETE
56432024-10-30T23:19:22.445Z[ recovery-image] Oct 30 23:19:21.016 INFO O| Oct 30 23:19:21.016 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56442024-10-30T23:19:22.447Z[ recovery-image] Oct 30 23:19:21.026 INFO O| Oct 30 23:19:21.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
56452024-10-30T23:19:22.447Z[ recovery-image] Oct 30 23:19:21.026 INFO O| Oct 30 23:19:21.026 INFO STEP 505 (remove_files) COMPLETE
56462024-10-30T23:19:22.447Z[ recovery-image] Oct 30 23:19:21.026 INFO O| Oct 30 23:19:21.026 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56472024-10-30T23:19:22.448Z[ recovery-image] Oct 30 23:19:21.035 INFO O| Oct 30 23:19:21.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
56482024-10-30T23:19:22.448Z[ recovery-image] Oct 30 23:19:21.035 INFO O| Oct 30 23:19:21.035 INFO STEP 506 (remove_files) COMPLETE
56492024-10-30T23:19:22.448Z[ recovery-image] Oct 30 23:19:21.036 INFO O| Oct 30 23:19:21.035 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56502024-10-30T23:19:22.448Z[ recovery-image] Oct 30 23:19:21.045 INFO O| Oct 30 23:19:21.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
56512024-10-30T23:19:22.448Z[ recovery-image] Oct 30 23:19:21.045 INFO O| Oct 30 23:19:21.045 INFO STEP 507 (remove_files) COMPLETE
56522024-10-30T23:19:22.448Z[ recovery-image] Oct 30 23:19:21.045 INFO O| Oct 30 23:19:21.045 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56532024-10-30T23:19:22.448Z[ recovery-image] Oct 30 23:19:21.054 INFO O| Oct 30 23:19:21.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
56542024-10-30T23:19:22.448Z[ recovery-image] Oct 30 23:19:21.054 INFO O| Oct 30 23:19:21.054 INFO STEP 508 (remove_files) COMPLETE
56552024-10-30T23:19:22.448Z[ recovery-image] Oct 30 23:19:21.054 INFO O| Oct 30 23:19:21.054 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56562024-10-30T23:19:22.448Z[ recovery-image] Oct 30 23:19:21.064 INFO O| Oct 30 23:19:21.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
56572024-10-30T23:19:22.448Z[ recovery-image] Oct 30 23:19:21.064 INFO O| Oct 30 23:19:21.064 INFO STEP 509 (remove_files) COMPLETE
56582024-10-30T23:19:22.448Z[ recovery-image] Oct 30 23:19:21.064 INFO O| Oct 30 23:19:21.064 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56592024-10-30T23:19:22.448Z[ recovery-image] Oct 30 23:19:21.073 INFO O| Oct 30 23:19:21.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
56602024-10-30T23:19:22.448Z[ recovery-image] Oct 30 23:19:21.073 INFO O| Oct 30 23:19:21.073 INFO STEP 510 (remove_files) COMPLETE
56612024-10-30T23:19:22.448Z[ recovery-image] Oct 30 23:19:21.073 INFO O| Oct 30 23:19:21.073 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56622024-10-30T23:19:22.455Z[ recovery-image] Oct 30 23:19:21.083 INFO O| Oct 30 23:19:21.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
56632024-10-30T23:19:22.455Z[ recovery-image] Oct 30 23:19:21.083 INFO O| Oct 30 23:19:21.083 INFO STEP 511 (remove_files) COMPLETE
56642024-10-30T23:19:22.458Z[ recovery-image] Oct 30 23:19:21.083 INFO O| Oct 30 23:19:21.083 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56652024-10-30T23:19:22.465Z[ recovery-image] Oct 30 23:19:21.092 INFO O| Oct 30 23:19:21.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
56662024-10-30T23:19:22.465Z[ recovery-image] Oct 30 23:19:21.092 INFO O| Oct 30 23:19:21.092 INFO STEP 512 (remove_files) COMPLETE
56672024-10-30T23:19:22.467Z[ recovery-image] Oct 30 23:19:21.092 INFO O| Oct 30 23:19:21.092 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56682024-10-30T23:19:22.474Z[ recovery-image] Oct 30 23:19:21.102 INFO O| Oct 30 23:19:21.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
56692024-10-30T23:19:22.476Z[ recovery-image] Oct 30 23:19:21.102 INFO O| Oct 30 23:19:21.102 INFO STEP 513 (remove_files) COMPLETE
56702024-10-30T23:19:22.476Z[ recovery-image] Oct 30 23:19:21.102 INFO O| Oct 30 23:19:21.102 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56712024-10-30T23:19:22.484Z[ recovery-image] Oct 30 23:19:21.112 INFO O| Oct 30 23:19:21.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
56722024-10-30T23:19:22.484Z[ recovery-image] Oct 30 23:19:21.112 INFO O| Oct 30 23:19:21.112 INFO STEP 514 (remove_files) COMPLETE
56732024-10-30T23:19:22.486Z[ recovery-image] Oct 30 23:19:21.112 INFO O| Oct 30 23:19:21.112 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56742024-10-30T23:19:22.494Z[ recovery-image] Oct 30 23:19:21.121 INFO O| Oct 30 23:19:21.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
56752024-10-30T23:19:22.496Z[ recovery-image] Oct 30 23:19:21.121 INFO O| Oct 30 23:19:21.121 INFO STEP 515 (remove_files) COMPLETE
56762024-10-30T23:19:22.496Z[ recovery-image] Oct 30 23:19:21.121 INFO O| Oct 30 23:19:21.121 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56772024-10-30T23:19:22.503Z[ recovery-image] Oct 30 23:19:21.131 INFO O| Oct 30 23:19:21.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
56782024-10-30T23:19:22.503Z[ recovery-image] Oct 30 23:19:21.131 INFO O| Oct 30 23:19:21.131 INFO STEP 516 (remove_files) COMPLETE
56792024-10-30T23:19:22.506Z[ recovery-image] Oct 30 23:19:21.131 INFO O| Oct 30 23:19:21.131 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56802024-10-30T23:19:22.513Z[ recovery-image] Oct 30 23:19:21.140 INFO O| Oct 30 23:19:21.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
56812024-10-30T23:19:22.516Z[ recovery-image] Oct 30 23:19:21.140 INFO O| Oct 30 23:19:21.140 INFO STEP 517 (remove_files) COMPLETE
56822024-10-30T23:19:22.516Z[ recovery-image] Oct 30 23:19:21.140 INFO O| Oct 30 23:19:21.140 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56832024-10-30T23:19:22.522Z[ recovery-image] Oct 30 23:19:21.150 INFO O| Oct 30 23:19:21.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
56842024-10-30T23:19:22.522Z[ recovery-image] Oct 30 23:19:21.150 INFO O| Oct 30 23:19:21.150 INFO STEP 518 (remove_files) COMPLETE
56852024-10-30T23:19:22.525Z[ recovery-image] Oct 30 23:19:21.150 INFO O| Oct 30 23:19:21.150 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56862024-10-30T23:19:22.532Z[ recovery-image] Oct 30 23:19:21.159 INFO O| Oct 30 23:19:21.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
56872024-10-30T23:19:22.532Z[ recovery-image] Oct 30 23:19:21.159 INFO O| Oct 30 23:19:21.159 INFO STEP 519 (remove_files) COMPLETE
56882024-10-30T23:19:22.532Z[ recovery-image] Oct 30 23:19:21.159 INFO O| Oct 30 23:19:21.159 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56892024-10-30T23:19:22.542Z[ recovery-image] Oct 30 23:19:21.169 INFO O| Oct 30 23:19:21.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
56902024-10-30T23:19:22.542Z[ recovery-image] Oct 30 23:19:21.169 INFO O| Oct 30 23:19:21.169 INFO STEP 520 (remove_files) COMPLETE
56912024-10-30T23:19:22.542Z[ recovery-image] Oct 30 23:19:21.169 INFO O| Oct 30 23:19:21.169 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56922024-10-30T23:19:22.551Z[ recovery-image] Oct 30 23:19:21.179 INFO O| Oct 30 23:19:21.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
56932024-10-30T23:19:22.554Z[ recovery-image] Oct 30 23:19:21.180 INFO O| Oct 30 23:19:21.180 INFO STEP 521 (remove_files) COMPLETE
56942024-10-30T23:19:22.554Z[ recovery-image] Oct 30 23:19:21.180 INFO O| Oct 30 23:19:21.180 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56952024-10-30T23:19:22.562Z[ recovery-image] Oct 30 23:19:21.190 INFO O| Oct 30 23:19:21.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
56962024-10-30T23:19:22.562Z[ recovery-image] Oct 30 23:19:21.190 INFO O| Oct 30 23:19:21.190 INFO STEP 522 (remove_files) COMPLETE
56972024-10-30T23:19:22.562Z[ recovery-image] Oct 30 23:19:21.190 INFO O| Oct 30 23:19:21.190 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56982024-10-30T23:19:22.572Z[ recovery-image] Oct 30 23:19:21.200 INFO O| Oct 30 23:19:21.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
56992024-10-30T23:19:22.572Z[ recovery-image] Oct 30 23:19:21.200 INFO O| Oct 30 23:19:21.200 INFO STEP 523 (remove_files) COMPLETE
57002024-10-30T23:19:22.574Z[ recovery-image] Oct 30 23:19:21.200 INFO O| Oct 30 23:19:21.200 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57012024-10-30T23:19:22.582Z[ recovery-image] Oct 30 23:19:21.210 INFO O| Oct 30 23:19:21.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
57022024-10-30T23:19:22.582Z[ recovery-image] Oct 30 23:19:21.210 INFO O| Oct 30 23:19:21.210 INFO STEP 524 (remove_files) COMPLETE
57032024-10-30T23:19:22.584Z[ recovery-image] Oct 30 23:19:21.210 INFO O| Oct 30 23:19:21.210 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57042024-10-30T23:19:22.592Z[ recovery-image] Oct 30 23:19:21.219 INFO O| Oct 30 23:19:21.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
57052024-10-30T23:19:22.592Z[ recovery-image] Oct 30 23:19:21.219 INFO O| Oct 30 23:19:21.219 INFO STEP 525 (remove_files) COMPLETE
57062024-10-30T23:19:22.594Z[ recovery-image] Oct 30 23:19:21.219 INFO O| Oct 30 23:19:21.219 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57072024-10-30T23:19:22.601Z[ recovery-image] Oct 30 23:19:21.229 INFO O| Oct 30 23:19:21.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
57082024-10-30T23:19:22.604Z[ recovery-image] Oct 30 23:19:21.229 INFO O| Oct 30 23:19:21.229 INFO STEP 526 (remove_files) COMPLETE
57092024-10-30T23:19:22.604Z[ recovery-image] Oct 30 23:19:21.229 INFO O| Oct 30 23:19:21.229 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57102024-10-30T23:19:22.611Z[ recovery-image] Oct 30 23:19:21.238 INFO O| Oct 30 23:19:21.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
57112024-10-30T23:19:22.613Z[ recovery-image] Oct 30 23:19:21.239 INFO O| Oct 30 23:19:21.238 INFO STEP 527 (remove_files) COMPLETE
57122024-10-30T23:19:22.613Z[ recovery-image] Oct 30 23:19:21.239 INFO O| Oct 30 23:19:21.238 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57132024-10-30T23:19:22.620Z[ recovery-image] Oct 30 23:19:21.248 INFO O| Oct 30 23:19:21.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
57142024-10-30T23:19:22.623Z[ recovery-image] Oct 30 23:19:21.248 INFO O| Oct 30 23:19:21.248 INFO STEP 528 (remove_files) COMPLETE
57152024-10-30T23:19:22.623Z[ recovery-image] Oct 30 23:19:21.248 INFO O| Oct 30 23:19:21.248 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57162024-10-30T23:19:22.630Z[ recovery-image] Oct 30 23:19:21.257 INFO O| Oct 30 23:19:21.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
57172024-10-30T23:19:22.630Z[ recovery-image] Oct 30 23:19:21.258 INFO O| Oct 30 23:19:21.258 INFO STEP 529 (remove_files) COMPLETE
57182024-10-30T23:19:22.630Z[ recovery-image] Oct 30 23:19:21.258 INFO O| Oct 30 23:19:21.258 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57192024-10-30T23:19:22.639Z[ recovery-image] Oct 30 23:19:21.267 INFO O| Oct 30 23:19:21.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
57202024-10-30T23:19:22.639Z[ recovery-image] Oct 30 23:19:21.267 INFO O| Oct 30 23:19:21.267 INFO STEP 530 (remove_files) COMPLETE
57212024-10-30T23:19:22.639Z[ recovery-image] Oct 30 23:19:21.267 INFO O| Oct 30 23:19:21.267 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57222024-10-30T23:19:22.649Z[ recovery-image] Oct 30 23:19:21.276 INFO O| Oct 30 23:19:21.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
57232024-10-30T23:19:22.649Z[ recovery-image] Oct 30 23:19:21.277 INFO O| Oct 30 23:19:21.276 INFO STEP 531 (remove_files) COMPLETE
57242024-10-30T23:19:22.649Z[ recovery-image] Oct 30 23:19:21.277 INFO O| Oct 30 23:19:21.277 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57252024-10-30T23:19:22.658Z[ recovery-image] Oct 30 23:19:21.286 INFO O| Oct 30 23:19:21.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
57262024-10-30T23:19:22.658Z[ recovery-image] Oct 30 23:19:21.286 INFO O| Oct 30 23:19:21.286 INFO STEP 532 (remove_files) COMPLETE
57272024-10-30T23:19:22.658Z[ recovery-image] Oct 30 23:19:21.286 INFO O| Oct 30 23:19:21.286 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57282024-10-30T23:19:22.668Z[ recovery-image] Oct 30 23:19:21.296 INFO O| Oct 30 23:19:21.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
57292024-10-30T23:19:22.672Z[ recovery-image] Oct 30 23:19:21.296 INFO O| Oct 30 23:19:21.296 INFO STEP 533 (remove_files) COMPLETE
57302024-10-30T23:19:22.672Z[ recovery-image] Oct 30 23:19:21.296 INFO O| Oct 30 23:19:21.296 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57312024-10-30T23:19:22.678Z[ recovery-image] Oct 30 23:19:21.306 INFO O| Oct 30 23:19:21.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
57322024-10-30T23:19:22.680Z[ recovery-image] Oct 30 23:19:21.306 INFO O| Oct 30 23:19:21.306 INFO STEP 534 (remove_files) COMPLETE
57332024-10-30T23:19:22.680Z[ recovery-image] Oct 30 23:19:21.306 INFO O| Oct 30 23:19:21.306 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57342024-10-30T23:19:22.689Z[ recovery-image] Oct 30 23:19:21.317 INFO O| Oct 30 23:19:21.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
57352024-10-30T23:19:22.689Z[ recovery-image] Oct 30 23:19:21.317 INFO O| Oct 30 23:19:21.317 INFO STEP 535 (remove_files) COMPLETE
57362024-10-30T23:19:22.689Z[ recovery-image] Oct 30 23:19:21.317 INFO O| Oct 30 23:19:21.317 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57372024-10-30T23:19:22.699Z[ recovery-image] Oct 30 23:19:21.327 INFO O| Oct 30 23:19:21.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
57382024-10-30T23:19:22.702Z[ recovery-image] Oct 30 23:19:21.327 INFO O| Oct 30 23:19:21.327 INFO STEP 536 (remove_files) COMPLETE
57392024-10-30T23:19:22.702Z[ recovery-image] Oct 30 23:19:21.327 INFO O| Oct 30 23:19:21.327 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57402024-10-30T23:19:22.711Z[ recovery-image] Oct 30 23:19:21.338 INFO O| Oct 30 23:19:21.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
57412024-10-30T23:19:22.714Z[ recovery-image] Oct 30 23:19:21.339 INFO O| Oct 30 23:19:21.338 INFO STEP 537 (remove_files) COMPLETE
57422024-10-30T23:19:22.714Z[ recovery-image] Oct 30 23:19:21.339 INFO O| Oct 30 23:19:21.339 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57432024-10-30T23:19:22.721Z[ recovery-image] Oct 30 23:19:21.348 INFO O| Oct 30 23:19:21.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
57442024-10-30T23:19:22.723Z[ recovery-image] Oct 30 23:19:21.348 INFO O| Oct 30 23:19:21.348 INFO STEP 538 (remove_files) COMPLETE
57452024-10-30T23:19:22.723Z[ recovery-image] Oct 30 23:19:21.348 INFO O| Oct 30 23:19:21.348 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57462024-10-30T23:19:22.730Z[ recovery-image] Oct 30 23:19:21.358 INFO O| Oct 30 23:19:21.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
57472024-10-30T23:19:22.733Z[ recovery-image] Oct 30 23:19:21.358 INFO O| Oct 30 23:19:21.358 INFO STEP 539 (remove_files) COMPLETE
57482024-10-30T23:19:22.733Z[ recovery-image] Oct 30 23:19:21.358 INFO O| Oct 30 23:19:21.358 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57492024-10-30T23:19:22.740Z[ recovery-image] Oct 30 23:19:21.368 INFO O| Oct 30 23:19:21.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
57502024-10-30T23:19:22.740Z[ recovery-image] Oct 30 23:19:21.368 INFO O| Oct 30 23:19:21.368 INFO STEP 540 (remove_files) COMPLETE
57512024-10-30T23:19:22.740Z[ recovery-image] Oct 30 23:19:21.368 INFO O| Oct 30 23:19:21.368 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57522024-10-30T23:19:22.749Z[ recovery-image] Oct 30 23:19:21.377 INFO O| Oct 30 23:19:21.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
57532024-10-30T23:19:22.750Z[ recovery-image] Oct 30 23:19:21.377 INFO O| Oct 30 23:19:21.377 INFO STEP 541 (remove_files) COMPLETE
57542024-10-30T23:19:22.750Z[ recovery-image] Oct 30 23:19:21.377 INFO O| Oct 30 23:19:21.377 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57552024-10-30T23:19:22.759Z[ recovery-image] Oct 30 23:19:21.386 INFO O| Oct 30 23:19:21.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
57562024-10-30T23:19:22.759Z[ recovery-image] Oct 30 23:19:21.387 INFO O| Oct 30 23:19:21.386 INFO STEP 542 (remove_files) COMPLETE
57572024-10-30T23:19:22.759Z[ recovery-image] Oct 30 23:19:21.387 INFO O| Oct 30 23:19:21.387 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57582024-10-30T23:19:22.768Z[ recovery-image] Oct 30 23:19:21.396 INFO O| Oct 30 23:19:21.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
57592024-10-30T23:19:22.768Z[ recovery-image] Oct 30 23:19:21.396 INFO O| Oct 30 23:19:21.396 INFO STEP 543 (remove_files) COMPLETE
57602024-10-30T23:19:22.771Z[ recovery-image] Oct 30 23:19:21.396 INFO O| Oct 30 23:19:21.396 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57612024-10-30T23:19:22.778Z[ recovery-image] Oct 30 23:19:21.405 INFO O| Oct 30 23:19:21.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
57622024-10-30T23:19:22.778Z[ recovery-image] Oct 30 23:19:21.405 INFO O| Oct 30 23:19:21.405 INFO STEP 544 (remove_files) COMPLETE
57632024-10-30T23:19:22.780Z[ recovery-image] Oct 30 23:19:21.405 INFO O| Oct 30 23:19:21.405 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57642024-10-30T23:19:22.787Z[ recovery-image] Oct 30 23:19:21.415 INFO O| Oct 30 23:19:21.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
57652024-10-30T23:19:22.787Z[ recovery-image] Oct 30 23:19:21.415 INFO O| Oct 30 23:19:21.415 INFO STEP 545 (remove_files) COMPLETE
57662024-10-30T23:19:22.790Z[ recovery-image] Oct 30 23:19:21.415 INFO O| Oct 30 23:19:21.415 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57672024-10-30T23:19:22.797Z[ recovery-image] Oct 30 23:19:21.424 INFO O| Oct 30 23:19:21.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
57682024-10-30T23:19:22.797Z[ recovery-image] Oct 30 23:19:21.424 INFO O| Oct 30 23:19:21.424 INFO STEP 546 (remove_files) COMPLETE
57692024-10-30T23:19:22.799Z[ recovery-image] Oct 30 23:19:21.424 INFO O| Oct 30 23:19:21.424 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57702024-10-30T23:19:22.806Z[ recovery-image] Oct 30 23:19:21.434 INFO O| Oct 30 23:19:21.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
57712024-10-30T23:19:22.806Z[ recovery-image] Oct 30 23:19:21.434 INFO O| Oct 30 23:19:21.434 INFO STEP 547 (remove_files) COMPLETE
57722024-10-30T23:19:22.808Z[ recovery-image] Oct 30 23:19:21.434 INFO O| Oct 30 23:19:21.434 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57732024-10-30T23:19:22.816Z[ recovery-image] Oct 30 23:19:21.443 INFO O| Oct 30 23:19:21.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
57742024-10-30T23:19:22.816Z[ recovery-image] Oct 30 23:19:21.443 INFO O| Oct 30 23:19:21.443 INFO STEP 548 (remove_files) COMPLETE
57752024-10-30T23:19:22.818Z[ recovery-image] Oct 30 23:19:21.443 INFO O| Oct 30 23:19:21.443 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57762024-10-30T23:19:22.825Z[ recovery-image] Oct 30 23:19:21.453 INFO O| Oct 30 23:19:21.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
57772024-10-30T23:19:22.825Z[ recovery-image] Oct 30 23:19:21.453 INFO O| Oct 30 23:19:21.453 INFO STEP 549 (remove_files) COMPLETE
57782024-10-30T23:19:22.827Z[ recovery-image] Oct 30 23:19:21.453 INFO O| Oct 30 23:19:21.453 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57792024-10-30T23:19:22.835Z[ recovery-image] Oct 30 23:19:21.463 INFO O| Oct 30 23:19:21.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
57802024-10-30T23:19:22.835Z[ recovery-image] Oct 30 23:19:21.463 INFO O| Oct 30 23:19:21.463 INFO STEP 550 (remove_files) COMPLETE
57812024-10-30T23:19:22.835Z[ recovery-image] Oct 30 23:19:21.463 INFO O| Oct 30 23:19:21.463 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57822024-10-30T23:19:22.845Z[ recovery-image] Oct 30 23:19:21.473 INFO O| Oct 30 23:19:21.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
57832024-10-30T23:19:22.845Z[ recovery-image] Oct 30 23:19:21.473 INFO O| Oct 30 23:19:21.473 INFO STEP 551 (remove_files) COMPLETE
57842024-10-30T23:19:22.848Z[ recovery-image] Oct 30 23:19:21.473 INFO O| Oct 30 23:19:21.473 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57852024-10-30T23:19:22.855Z[ recovery-image] Oct 30 23:19:21.482 INFO O| Oct 30 23:19:21.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
57862024-10-30T23:19:22.858Z[ recovery-image] Oct 30 23:19:21.482 INFO O| Oct 30 23:19:21.482 INFO STEP 552 (remove_files) COMPLETE
57872024-10-30T23:19:22.858Z[ recovery-image] Oct 30 23:19:21.482 INFO O| Oct 30 23:19:21.482 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57882024-10-30T23:19:22.865Z[ recovery-image] Oct 30 23:19:21.492 INFO O| Oct 30 23:19:21.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
57892024-10-30T23:19:22.882Z[ recovery-image] Oct 30 23:19:21.492 INFO O| Oct 30 23:19:21.492 INFO STEP 553 (remove_files) COMPLETE
57902024-10-30T23:19:22.882Z[ recovery-image] Oct 30 23:19:21.492 INFO O| Oct 30 23:19:21.492 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57912024-10-30T23:19:22.882Z[ recovery-image] Oct 30 23:19:21.501 INFO O| Oct 30 23:19:21.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
57922024-10-30T23:19:22.882Z[ recovery-image] Oct 30 23:19:21.502 INFO O| Oct 30 23:19:21.502 INFO STEP 554 (remove_files) COMPLETE
57932024-10-30T23:19:22.882Z[ recovery-image] Oct 30 23:19:21.502 INFO O| Oct 30 23:19:21.502 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57942024-10-30T23:19:22.884Z[ recovery-image] Oct 30 23:19:21.511 INFO O| Oct 30 23:19:21.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
57952024-10-30T23:19:22.885Z[ recovery-image] Oct 30 23:19:21.511 INFO O| Oct 30 23:19:21.511 INFO STEP 555 (remove_files) COMPLETE
57962024-10-30T23:19:22.885Z[ recovery-image] Oct 30 23:19:21.511 INFO O| Oct 30 23:19:21.511 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57972024-10-30T23:19:22.893Z[ recovery-image] Oct 30 23:19:21.520 INFO O| Oct 30 23:19:21.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
57982024-10-30T23:19:22.895Z[ recovery-image] Oct 30 23:19:21.521 INFO O| Oct 30 23:19:21.520 INFO STEP 556 (remove_files) COMPLETE
57992024-10-30T23:19:22.896Z[ recovery-image] Oct 30 23:19:21.521 INFO O| Oct 30 23:19:21.521 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58002024-10-30T23:19:22.904Z[ recovery-image] Oct 30 23:19:21.530 INFO O| Oct 30 23:19:21.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
58012024-10-30T23:19:22.906Z[ recovery-image] Oct 30 23:19:21.530 INFO O| Oct 30 23:19:21.530 INFO STEP 557 (remove_files) COMPLETE
58022024-10-30T23:19:22.906Z[ recovery-image] Oct 30 23:19:21.530 INFO O| Oct 30 23:19:21.530 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58032024-10-30T23:19:22.912Z[ recovery-image] Oct 30 23:19:21.539 INFO O| Oct 30 23:19:21.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
58042024-10-30T23:19:22.912Z[ recovery-image] Oct 30 23:19:21.540 INFO O| Oct 30 23:19:21.540 INFO STEP 558 (remove_files) COMPLETE
58052024-10-30T23:19:22.916Z[ recovery-image] Oct 30 23:19:21.540 INFO O| Oct 30 23:19:21.540 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58062024-10-30T23:19:22.922Z[ recovery-image] Oct 30 23:19:21.549 INFO O| Oct 30 23:19:21.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
58072024-10-30T23:19:22.922Z[ recovery-image] Oct 30 23:19:21.549 INFO O| Oct 30 23:19:21.549 INFO STEP 559 (remove_files) COMPLETE
58082024-10-30T23:19:22.924Z[ recovery-image] Oct 30 23:19:21.549 INFO O| Oct 30 23:19:21.549 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58092024-10-30T23:19:22.931Z[ recovery-image] Oct 30 23:19:21.558 INFO O| Oct 30 23:19:21.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
58102024-10-30T23:19:22.931Z[ recovery-image] Oct 30 23:19:21.559 INFO O| Oct 30 23:19:21.558 INFO STEP 560 (remove_files) COMPLETE
58112024-10-30T23:19:22.931Z[ recovery-image] Oct 30 23:19:21.559 INFO O| Oct 30 23:19:21.558 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58122024-10-30T23:19:22.940Z[ recovery-image] Oct 30 23:19:21.568 INFO O| Oct 30 23:19:21.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
58132024-10-30T23:19:22.941Z[ recovery-image] Oct 30 23:19:21.568 INFO O| Oct 30 23:19:21.568 INFO STEP 561 (remove_files) COMPLETE
58142024-10-30T23:19:22.941Z[ recovery-image] Oct 30 23:19:21.568 INFO O| Oct 30 23:19:21.568 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58152024-10-30T23:19:22.950Z[ recovery-image] Oct 30 23:19:21.577 INFO O| Oct 30 23:19:21.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
58162024-10-30T23:19:22.952Z[ recovery-image] Oct 30 23:19:21.578 INFO O| Oct 30 23:19:21.578 INFO STEP 562 (remove_files) COMPLETE
58172024-10-30T23:19:22.952Z[ recovery-image] Oct 30 23:19:21.578 INFO O| Oct 30 23:19:21.578 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58182024-10-30T23:19:22.960Z[ recovery-image] Oct 30 23:19:21.587 INFO O| Oct 30 23:19:21.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
58192024-10-30T23:19:22.960Z[ recovery-image] Oct 30 23:19:21.587 INFO O| Oct 30 23:19:21.587 INFO STEP 563 (remove_files) COMPLETE
58202024-10-30T23:19:22.960Z[ recovery-image] Oct 30 23:19:21.587 INFO O| Oct 30 23:19:21.587 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58212024-10-30T23:19:22.969Z[ recovery-image] Oct 30 23:19:21.597 INFO O| Oct 30 23:19:21.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
58222024-10-30T23:19:22.969Z[ recovery-image] Oct 30 23:19:21.597 INFO O| Oct 30 23:19:21.597 INFO STEP 564 (remove_files) COMPLETE
58232024-10-30T23:19:22.969Z[ recovery-image] Oct 30 23:19:21.597 INFO O| Oct 30 23:19:21.597 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58242024-10-30T23:19:22.979Z[ recovery-image] Oct 30 23:19:21.606 INFO O| Oct 30 23:19:21.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
58252024-10-30T23:19:22.979Z[ recovery-image] Oct 30 23:19:21.606 INFO O| Oct 30 23:19:21.606 INFO STEP 565 (remove_files) COMPLETE
58262024-10-30T23:19:22.979Z[ recovery-image] Oct 30 23:19:21.606 INFO O| Oct 30 23:19:21.606 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58272024-10-30T23:19:22.988Z[ recovery-image] Oct 30 23:19:21.616 INFO O| Oct 30 23:19:21.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
58282024-10-30T23:19:22.991Z[ recovery-image] Oct 30 23:19:21.616 INFO O| Oct 30 23:19:21.616 INFO STEP 566 (remove_files) COMPLETE
58292024-10-30T23:19:22.991Z[ recovery-image] Oct 30 23:19:21.616 INFO O| Oct 30 23:19:21.616 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58302024-10-30T23:19:22.998Z[ recovery-image] Oct 30 23:19:21.626 INFO O| Oct 30 23:19:21.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
58312024-10-30T23:19:22.998Z[ recovery-image] Oct 30 23:19:21.626 INFO O| Oct 30 23:19:21.626 INFO STEP 567 (remove_files) COMPLETE
58322024-10-30T23:19:22.998Z[ recovery-image] Oct 30 23:19:21.626 INFO O| Oct 30 23:19:21.626 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58332024-10-30T23:19:23.008Z[ recovery-image] Oct 30 23:19:21.635 INFO O| Oct 30 23:19:21.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
58342024-10-30T23:19:23.011Z[ recovery-image] Oct 30 23:19:21.636 INFO O| Oct 30 23:19:21.635 INFO STEP 568 (remove_files) COMPLETE
58352024-10-30T23:19:23.011Z[ recovery-image] Oct 30 23:19:21.636 INFO O| Oct 30 23:19:21.635 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58362024-10-30T23:19:23.018Z[ recovery-image] Oct 30 23:19:21.645 INFO O| Oct 30 23:19:21.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
58372024-10-30T23:19:23.020Z[ recovery-image] Oct 30 23:19:21.646 INFO O| Oct 30 23:19:21.646 INFO STEP 569 (remove_files) COMPLETE
58382024-10-30T23:19:23.020Z[ recovery-image] Oct 30 23:19:21.646 INFO O| Oct 30 23:19:21.646 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58392024-10-30T23:19:23.027Z[ recovery-image] Oct 30 23:19:21.655 INFO O| Oct 30 23:19:21.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
58402024-10-30T23:19:23.027Z[ recovery-image] Oct 30 23:19:21.655 INFO O| Oct 30 23:19:21.655 INFO STEP 570 (remove_files) COMPLETE
58412024-10-30T23:19:23.029Z[ recovery-image] Oct 30 23:19:21.655 INFO O| Oct 30 23:19:21.655 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58422024-10-30T23:19:23.037Z[ recovery-image] Oct 30 23:19:21.664 INFO O| Oct 30 23:19:21.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
58432024-10-30T23:19:23.037Z[ recovery-image] Oct 30 23:19:21.664 INFO O| Oct 30 23:19:21.664 INFO STEP 571 (remove_files) COMPLETE
58442024-10-30T23:19:23.048Z[ recovery-image] Oct 30 23:19:21.664 INFO O| Oct 30 23:19:21.664 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58452024-10-30T23:19:23.048Z[ recovery-image] Oct 30 23:19:21.674 INFO O| Oct 30 23:19:21.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
58462024-10-30T23:19:23.048Z[ recovery-image] Oct 30 23:19:21.674 INFO O| Oct 30 23:19:21.674 INFO STEP 572 (remove_files) COMPLETE
58472024-10-30T23:19:23.048Z[ recovery-image] Oct 30 23:19:21.674 INFO O| Oct 30 23:19:21.674 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58482024-10-30T23:19:23.056Z[ recovery-image] Oct 30 23:19:21.684 INFO O| Oct 30 23:19:21.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
58492024-10-30T23:19:23.056Z[ recovery-image] Oct 30 23:19:21.684 INFO O| Oct 30 23:19:21.684 INFO STEP 573 (remove_files) COMPLETE
58502024-10-30T23:19:23.056Z[ recovery-image] Oct 30 23:19:21.684 INFO O| Oct 30 23:19:21.684 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58512024-10-30T23:19:23.066Z[ recovery-image] Oct 30 23:19:21.694 INFO O| Oct 30 23:19:21.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
58522024-10-30T23:19:23.066Z[ recovery-image] Oct 30 23:19:21.694 INFO O| Oct 30 23:19:21.694 INFO STEP 574 (remove_files) COMPLETE
58532024-10-30T23:19:23.068Z[ recovery-image] Oct 30 23:19:21.694 INFO O| Oct 30 23:19:21.694 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58542024-10-30T23:19:23.076Z[ recovery-image] Oct 30 23:19:21.704 INFO O| Oct 30 23:19:21.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
58552024-10-30T23:19:23.076Z[ recovery-image] Oct 30 23:19:21.704 INFO O| Oct 30 23:19:21.704 INFO STEP 575 (remove_files) COMPLETE
58562024-10-30T23:19:23.079Z[ recovery-image] Oct 30 23:19:21.704 INFO O| Oct 30 23:19:21.704 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58572024-10-30T23:19:23.085Z[ recovery-image] Oct 30 23:19:21.713 INFO O| Oct 30 23:19:21.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
58582024-10-30T23:19:23.086Z[ recovery-image] Oct 30 23:19:21.713 INFO O| Oct 30 23:19:21.713 INFO STEP 576 (remove_files) COMPLETE
58592024-10-30T23:19:23.086Z[ recovery-image] Oct 30 23:19:21.713 INFO O| Oct 30 23:19:21.713 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58602024-10-30T23:19:23.095Z[ recovery-image] Oct 30 23:19:21.723 INFO O| Oct 30 23:19:21.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
58612024-10-30T23:19:23.095Z[ recovery-image] Oct 30 23:19:21.723 INFO O| Oct 30 23:19:21.723 INFO STEP 577 (remove_files) COMPLETE
58622024-10-30T23:19:23.097Z[ recovery-image] Oct 30 23:19:21.723 INFO O| Oct 30 23:19:21.723 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58632024-10-30T23:19:23.104Z[ recovery-image] Oct 30 23:19:21.732 INFO O| Oct 30 23:19:21.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
58642024-10-30T23:19:23.104Z[ recovery-image] Oct 30 23:19:21.732 INFO O| Oct 30 23:19:21.732 INFO STEP 578 (remove_files) COMPLETE
58652024-10-30T23:19:23.107Z[ recovery-image] Oct 30 23:19:21.732 INFO O| Oct 30 23:19:21.732 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58662024-10-30T23:19:23.114Z[ recovery-image] Oct 30 23:19:21.741 INFO O| Oct 30 23:19:21.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
58672024-10-30T23:19:23.114Z[ recovery-image] Oct 30 23:19:21.742 INFO O| Oct 30 23:19:21.742 INFO STEP 579 (remove_files) COMPLETE
58682024-10-30T23:19:23.114Z[ recovery-image] Oct 30 23:19:21.742 INFO O| Oct 30 23:19:21.742 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58692024-10-30T23:19:23.123Z[ recovery-image] Oct 30 23:19:21.751 INFO O| Oct 30 23:19:21.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
58702024-10-30T23:19:23.123Z[ recovery-image] Oct 30 23:19:21.751 INFO O| Oct 30 23:19:21.751 INFO STEP 580 (remove_files) COMPLETE
58712024-10-30T23:19:23.124Z[ recovery-image] Oct 30 23:19:21.751 INFO O| Oct 30 23:19:21.751 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58722024-10-30T23:19:23.133Z[ recovery-image] Oct 30 23:19:21.761 INFO O| Oct 30 23:19:21.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
58732024-10-30T23:19:23.133Z[ recovery-image] Oct 30 23:19:21.761 INFO O| Oct 30 23:19:21.761 INFO STEP 581 (remove_files) COMPLETE
58742024-10-30T23:19:23.136Z[ recovery-image] Oct 30 23:19:21.761 INFO O| Oct 30 23:19:21.761 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58752024-10-30T23:19:23.143Z[ recovery-image] Oct 30 23:19:21.771 INFO O| Oct 30 23:19:21.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
58762024-10-30T23:19:23.143Z[ recovery-image] Oct 30 23:19:21.771 INFO O| Oct 30 23:19:21.771 INFO STEP 582 (remove_files) COMPLETE
58772024-10-30T23:19:23.143Z[ recovery-image] Oct 30 23:19:21.771 INFO O| Oct 30 23:19:21.771 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58782024-10-30T23:19:23.153Z[ recovery-image] Oct 30 23:19:21.781 INFO O| Oct 30 23:19:21.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
58792024-10-30T23:19:23.153Z[ recovery-image] Oct 30 23:19:21.781 INFO O| Oct 30 23:19:21.781 INFO STEP 583 (remove_files) COMPLETE
58802024-10-30T23:19:23.155Z[ recovery-image] Oct 30 23:19:21.781 INFO O| Oct 30 23:19:21.781 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58812024-10-30T23:19:23.162Z[ recovery-image] Oct 30 23:19:21.790 INFO O| Oct 30 23:19:21.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
58822024-10-30T23:19:23.162Z[ recovery-image] Oct 30 23:19:21.790 INFO O| Oct 30 23:19:21.790 INFO STEP 584 (remove_files) COMPLETE
58832024-10-30T23:19:23.165Z[ recovery-image] Oct 30 23:19:21.790 INFO O| Oct 30 23:19:21.790 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58842024-10-30T23:19:23.172Z[ recovery-image] Oct 30 23:19:21.799 INFO O| Oct 30 23:19:21.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
58852024-10-30T23:19:23.172Z[ recovery-image] Oct 30 23:19:21.800 INFO O| Oct 30 23:19:21.799 INFO STEP 585 (remove_files) COMPLETE
58862024-10-30T23:19:23.172Z[ recovery-image] Oct 30 23:19:21.800 INFO O| Oct 30 23:19:21.800 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58872024-10-30T23:19:23.181Z[ recovery-image] Oct 30 23:19:21.809 INFO O| Oct 30 23:19:21.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
58882024-10-30T23:19:23.184Z[ recovery-image] Oct 30 23:19:21.809 INFO O| Oct 30 23:19:21.809 INFO STEP 586 (remove_files) COMPLETE
58892024-10-30T23:19:23.184Z[ recovery-image] Oct 30 23:19:21.809 INFO O| Oct 30 23:19:21.809 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58902024-10-30T23:19:23.191Z[ recovery-image] Oct 30 23:19:21.819 INFO O| Oct 30 23:19:21.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
58912024-10-30T23:19:23.193Z[ recovery-image] Oct 30 23:19:21.819 INFO O| Oct 30 23:19:21.819 INFO STEP 587 (remove_files) COMPLETE
58922024-10-30T23:19:23.193Z[ recovery-image] Oct 30 23:19:21.819 INFO O| Oct 30 23:19:21.819 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58932024-10-30T23:19:23.200Z[ recovery-image] Oct 30 23:19:21.828 INFO O| Oct 30 23:19:21.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
58942024-10-30T23:19:23.203Z[ recovery-image] Oct 30 23:19:21.829 INFO O| Oct 30 23:19:21.829 INFO STEP 588 (remove_files) COMPLETE
58952024-10-30T23:19:23.203Z[ recovery-image] Oct 30 23:19:21.829 INFO O| Oct 30 23:19:21.829 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58962024-10-30T23:19:23.211Z[ recovery-image] Oct 30 23:19:21.839 INFO O| Oct 30 23:19:21.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
58972024-10-30T23:19:23.211Z[ recovery-image] Oct 30 23:19:21.839 INFO O| Oct 30 23:19:21.839 INFO STEP 589 (remove_files) COMPLETE
58982024-10-30T23:19:23.211Z[ recovery-image] Oct 30 23:19:21.839 INFO O| Oct 30 23:19:21.839 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58992024-10-30T23:19:23.221Z[ recovery-image] Oct 30 23:19:21.848 INFO O| Oct 30 23:19:21.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
59002024-10-30T23:19:23.223Z[ recovery-image] Oct 30 23:19:21.849 INFO O| Oct 30 23:19:21.849 INFO STEP 590 (remove_files) COMPLETE
59012024-10-30T23:19:23.224Z[ recovery-image] Oct 30 23:19:21.849 INFO O| Oct 30 23:19:21.849 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59022024-10-30T23:19:23.231Z[ recovery-image] Oct 30 23:19:21.858 INFO O| Oct 30 23:19:21.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
59032024-10-30T23:19:23.233Z[ recovery-image] Oct 30 23:19:21.858 INFO O| Oct 30 23:19:21.858 INFO STEP 591 (remove_files) COMPLETE
59042024-10-30T23:19:23.233Z[ recovery-image] Oct 30 23:19:21.858 INFO O| Oct 30 23:19:21.858 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59052024-10-30T23:19:23.240Z[ recovery-image] Oct 30 23:19:21.868 INFO O| Oct 30 23:19:21.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
59062024-10-30T23:19:23.242Z[ recovery-image] Oct 30 23:19:21.868 INFO O| Oct 30 23:19:21.868 INFO STEP 592 (remove_files) COMPLETE
59072024-10-30T23:19:23.242Z[ recovery-image] Oct 30 23:19:21.868 INFO O| Oct 30 23:19:21.868 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59082024-10-30T23:19:23.250Z[ recovery-image] Oct 30 23:19:21.877 INFO O| Oct 30 23:19:21.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
59092024-10-30T23:19:23.252Z[ recovery-image] Oct 30 23:19:21.878 INFO O| Oct 30 23:19:21.878 INFO STEP 593 (remove_files) COMPLETE
59102024-10-30T23:19:23.252Z[ recovery-image] Oct 30 23:19:21.878 INFO O| Oct 30 23:19:21.878 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59112024-10-30T23:19:23.260Z[ recovery-image] Oct 30 23:19:21.887 INFO O| Oct 30 23:19:21.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
59122024-10-30T23:19:23.260Z[ recovery-image] Oct 30 23:19:21.887 INFO O| Oct 30 23:19:21.887 INFO STEP 594 (remove_files) COMPLETE
59132024-10-30T23:19:23.262Z[ recovery-image] Oct 30 23:19:21.888 INFO O| Oct 30 23:19:21.887 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59142024-10-30T23:19:23.270Z[ recovery-image] Oct 30 23:19:21.897 INFO O| Oct 30 23:19:21.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
59152024-10-30T23:19:23.272Z[ recovery-image] Oct 30 23:19:21.898 INFO O| Oct 30 23:19:21.898 INFO STEP 595 (remove_files) COMPLETE
59162024-10-30T23:19:23.272Z[ recovery-image] Oct 30 23:19:21.898 INFO O| Oct 30 23:19:21.898 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59172024-10-30T23:19:23.279Z[ recovery-image] Oct 30 23:19:21.907 INFO O| Oct 30 23:19:21.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
59182024-10-30T23:19:23.280Z[ recovery-image] Oct 30 23:19:21.907 INFO O| Oct 30 23:19:21.907 INFO STEP 596 (remove_files) COMPLETE
59192024-10-30T23:19:23.282Z[ recovery-image] Oct 30 23:19:21.907 INFO O| Oct 30 23:19:21.907 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59202024-10-30T23:19:23.289Z[ recovery-image] Oct 30 23:19:21.917 INFO O| Oct 30 23:19:21.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
59212024-10-30T23:19:23.292Z[ recovery-image] Oct 30 23:19:21.917 INFO O| Oct 30 23:19:21.917 INFO STEP 597 (remove_files) COMPLETE
59222024-10-30T23:19:23.292Z[ recovery-image] Oct 30 23:19:21.917 INFO O| Oct 30 23:19:21.917 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59232024-10-30T23:19:23.299Z[ recovery-image] Oct 30 23:19:21.927 INFO O| Oct 30 23:19:21.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
59242024-10-30T23:19:23.301Z[ recovery-image] Oct 30 23:19:21.927 INFO O| Oct 30 23:19:21.927 INFO STEP 598 (remove_files) COMPLETE
59252024-10-30T23:19:23.301Z[ recovery-image] Oct 30 23:19:21.927 INFO O| Oct 30 23:19:21.927 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59262024-10-30T23:19:23.313Z[ recovery-image] Oct 30 23:19:21.940 INFO O| Oct 30 23:19:21.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
59272024-10-30T23:19:23.315Z[ recovery-image] Oct 30 23:19:21.940 INFO O| Oct 30 23:19:21.940 INFO STEP 599 (remove_files) COMPLETE
59282024-10-30T23:19:23.315Z[ recovery-image] Oct 30 23:19:21.940 INFO O| Oct 30 23:19:21.940 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59292024-10-30T23:19:23.330Z[ recovery-image] Oct 30 23:19:21.958 INFO O| Oct 30 23:19:21.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
59302024-10-30T23:19:23.330Z[ recovery-image] Oct 30 23:19:21.958 INFO O| Oct 30 23:19:21.958 INFO STEP 600 (remove_files) COMPLETE
59312024-10-30T23:19:23.330Z[ recovery-image] Oct 30 23:19:21.958 INFO O| Oct 30 23:19:21.958 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59322024-10-30T23:19:23.342Z[ recovery-image] Oct 30 23:19:21.969 INFO O| Oct 30 23:19:21.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
59332024-10-30T23:19:23.346Z[ recovery-image] Oct 30 23:19:21.969 INFO O| Oct 30 23:19:21.969 INFO STEP 601 (remove_files) COMPLETE
59342024-10-30T23:19:23.346Z[ recovery-image] Oct 30 23:19:21.969 INFO O| Oct 30 23:19:21.969 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59352024-10-30T23:19:23.352Z[ recovery-image] Oct 30 23:19:21.980 INFO O| Oct 30 23:19:21.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
59362024-10-30T23:19:23.355Z[ recovery-image] Oct 30 23:19:21.980 INFO O| Oct 30 23:19:21.980 INFO STEP 602 (remove_files) COMPLETE
59372024-10-30T23:19:23.355Z[ recovery-image] Oct 30 23:19:21.980 INFO O| Oct 30 23:19:21.980 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59382024-10-30T23:19:23.364Z[ recovery-image] Oct 30 23:19:21.991 INFO O| Oct 30 23:19:21.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
59392024-10-30T23:19:23.366Z[ recovery-image] Oct 30 23:19:21.992 INFO O| Oct 30 23:19:21.991 INFO STEP 603 (remove_files) COMPLETE
59402024-10-30T23:19:23.366Z[ recovery-image] Oct 30 23:19:21.992 INFO O| Oct 30 23:19:21.991 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59412024-10-30T23:19:23.376Z[ recovery-image] Oct 30 23:19:22.003 INFO O| Oct 30 23:19:22.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
59422024-10-30T23:19:23.376Z[ recovery-image] Oct 30 23:19:22.003 INFO O| Oct 30 23:19:22.003 INFO STEP 604 (remove_files) COMPLETE
59432024-10-30T23:19:23.378Z[ recovery-image] Oct 30 23:19:22.003 INFO O| Oct 30 23:19:22.003 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59442024-10-30T23:19:23.386Z[ recovery-image] Oct 30 23:19:22.014 INFO O| Oct 30 23:19:22.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
59452024-10-30T23:19:23.388Z[ recovery-image] Oct 30 23:19:22.014 INFO O| Oct 30 23:19:22.014 INFO STEP 605 (remove_files) COMPLETE
59462024-10-30T23:19:23.388Z[ recovery-image] Oct 30 23:19:22.014 INFO O| Oct 30 23:19:22.014 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59472024-10-30T23:19:23.396Z[ recovery-image] Oct 30 23:19:22.024 INFO O| Oct 30 23:19:22.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
59482024-10-30T23:19:23.396Z[ recovery-image] Oct 30 23:19:22.024 INFO O| Oct 30 23:19:22.024 INFO STEP 606 (remove_files) COMPLETE
59492024-10-30T23:19:23.399Z[ recovery-image] Oct 30 23:19:22.024 INFO O| Oct 30 23:19:22.024 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59502024-10-30T23:19:23.406Z[ recovery-image] Oct 30 23:19:22.034 INFO O| Oct 30 23:19:22.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
59512024-10-30T23:19:23.406Z[ recovery-image] Oct 30 23:19:22.034 INFO O| Oct 30 23:19:22.034 INFO STEP 607 (remove_files) COMPLETE
59522024-10-30T23:19:23.406Z[ recovery-image] Oct 30 23:19:22.034 INFO O| Oct 30 23:19:22.034 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59532024-10-30T23:19:23.416Z[ recovery-image] Oct 30 23:19:22.044 INFO O| Oct 30 23:19:22.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
59542024-10-30T23:19:23.419Z[ recovery-image] Oct 30 23:19:22.044 INFO O| Oct 30 23:19:22.044 INFO STEP 608 (remove_files) COMPLETE
59552024-10-30T23:19:23.419Z[ recovery-image] Oct 30 23:19:22.044 INFO O| Oct 30 23:19:22.044 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59562024-10-30T23:19:23.426Z[ recovery-image] Oct 30 23:19:22.054 INFO O| Oct 30 23:19:22.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
59572024-10-30T23:19:23.429Z[ recovery-image] Oct 30 23:19:22.054 INFO O| Oct 30 23:19:22.054 INFO STEP 609 (remove_files) COMPLETE
59582024-10-30T23:19:23.429Z[ recovery-image] Oct 30 23:19:22.054 INFO O| Oct 30 23:19:22.054 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59592024-10-30T23:19:23.436Z[ recovery-image] Oct 30 23:19:22.064 INFO O| Oct 30 23:19:22.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
59602024-10-30T23:19:23.436Z[ recovery-image] Oct 30 23:19:22.064 INFO O| Oct 30 23:19:22.064 INFO STEP 610 (remove_files) COMPLETE
59612024-10-30T23:19:23.436Z[ recovery-image] Oct 30 23:19:22.064 INFO O| Oct 30 23:19:22.064 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59622024-10-30T23:19:23.447Z[ recovery-image] Oct 30 23:19:22.074 INFO O| Oct 30 23:19:22.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
59632024-10-30T23:19:23.450Z[ recovery-image] Oct 30 23:19:22.074 INFO O| Oct 30 23:19:22.074 INFO STEP 611 (remove_files) COMPLETE
59642024-10-30T23:19:23.450Z[ recovery-image] Oct 30 23:19:22.074 INFO O| Oct 30 23:19:22.074 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59652024-10-30T23:19:23.456Z[ recovery-image] Oct 30 23:19:22.084 INFO O| Oct 30 23:19:22.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
59662024-10-30T23:19:23.458Z[ recovery-image] Oct 30 23:19:22.084 INFO O| Oct 30 23:19:22.084 INFO STEP 612 (remove_files) COMPLETE
59672024-10-30T23:19:23.458Z[ recovery-image] Oct 30 23:19:22.084 INFO O| Oct 30 23:19:22.084 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59682024-10-30T23:19:23.467Z[ recovery-image] Oct 30 23:19:22.095 INFO O| Oct 30 23:19:22.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
59692024-10-30T23:19:23.467Z[ recovery-image] Oct 30 23:19:22.095 INFO O| Oct 30 23:19:22.095 INFO STEP 613 (remove_files) COMPLETE
59702024-10-30T23:19:23.467Z[ recovery-image] Oct 30 23:19:22.095 INFO O| Oct 30 23:19:22.095 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59712024-10-30T23:19:23.478Z[ recovery-image] Oct 30 23:19:22.105 INFO O| Oct 30 23:19:22.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
59722024-10-30T23:19:23.481Z[ recovery-image] Oct 30 23:19:22.105 INFO O| Oct 30 23:19:22.105 INFO STEP 614 (remove_files) COMPLETE
59732024-10-30T23:19:23.482Z[ recovery-image] Oct 30 23:19:22.105 INFO O| Oct 30 23:19:22.105 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59742024-10-30T23:19:23.488Z[ recovery-image] Oct 30 23:19:22.116 INFO O| Oct 30 23:19:22.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
59752024-10-30T23:19:23.490Z[ recovery-image] Oct 30 23:19:22.116 INFO O| Oct 30 23:19:22.116 INFO STEP 615 (remove_files) COMPLETE
59762024-10-30T23:19:23.491Z[ recovery-image] Oct 30 23:19:22.116 INFO O| Oct 30 23:19:22.116 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59772024-10-30T23:19:23.499Z[ recovery-image] Oct 30 23:19:22.127 INFO O| Oct 30 23:19:22.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
59782024-10-30T23:19:23.501Z[ recovery-image] Oct 30 23:19:22.127 INFO O| Oct 30 23:19:22.127 INFO STEP 616 (remove_files) COMPLETE
59792024-10-30T23:19:23.501Z[ recovery-image] Oct 30 23:19:22.127 INFO O| Oct 30 23:19:22.127 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59802024-10-30T23:19:23.509Z[ recovery-image] Oct 30 23:19:22.137 INFO O| Oct 30 23:19:22.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
59812024-10-30T23:19:23.509Z[ recovery-image] Oct 30 23:19:22.137 INFO O| Oct 30 23:19:22.137 INFO STEP 617 (remove_files) COMPLETE
59822024-10-30T23:19:23.511Z[ recovery-image] Oct 30 23:19:22.137 INFO O| Oct 30 23:19:22.137 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59832024-10-30T23:19:23.519Z[ recovery-image] Oct 30 23:19:22.147 INFO O| Oct 30 23:19:22.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
59842024-10-30T23:19:23.522Z[ recovery-image] Oct 30 23:19:22.147 INFO O| Oct 30 23:19:22.147 INFO STEP 618 (remove_files) COMPLETE
59852024-10-30T23:19:23.522Z[ recovery-image] Oct 30 23:19:22.147 INFO O| Oct 30 23:19:22.147 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59862024-10-30T23:19:23.530Z[ recovery-image] Oct 30 23:19:22.157 INFO O| Oct 30 23:19:22.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
59872024-10-30T23:19:23.530Z[ recovery-image] Oct 30 23:19:22.157 INFO O| Oct 30 23:19:22.157 INFO STEP 619 (remove_files) COMPLETE
59882024-10-30T23:19:23.530Z[ recovery-image] Oct 30 23:19:22.157 INFO O| Oct 30 23:19:22.157 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59892024-10-30T23:19:23.539Z[ recovery-image] Oct 30 23:19:22.167 INFO O| Oct 30 23:19:22.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
59902024-10-30T23:19:23.542Z[ recovery-image] Oct 30 23:19:22.167 INFO O| Oct 30 23:19:22.167 INFO STEP 620 (remove_files) COMPLETE
59912024-10-30T23:19:23.542Z[ recovery-image] Oct 30 23:19:22.167 INFO O| Oct 30 23:19:22.167 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59922024-10-30T23:19:23.549Z[ recovery-image] Oct 30 23:19:22.177 INFO O| Oct 30 23:19:22.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
59932024-10-30T23:19:23.549Z[ recovery-image] Oct 30 23:19:22.177 INFO O| Oct 30 23:19:22.177 INFO STEP 621 (remove_files) COMPLETE
59942024-10-30T23:19:23.552Z[ recovery-image] Oct 30 23:19:22.177 INFO O| Oct 30 23:19:22.177 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59952024-10-30T23:19:23.560Z[ recovery-image] Oct 30 23:19:22.188 INFO O| Oct 30 23:19:22.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
59962024-10-30T23:19:23.562Z[ recovery-image] Oct 30 23:19:22.188 INFO O| Oct 30 23:19:22.188 INFO STEP 622 (remove_files) COMPLETE
59972024-10-30T23:19:23.562Z[ recovery-image] Oct 30 23:19:22.188 INFO O| Oct 30 23:19:22.188 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59982024-10-30T23:19:23.572Z[ recovery-image] Oct 30 23:19:22.199 INFO O| Oct 30 23:19:22.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
59992024-10-30T23:19:23.574Z[ recovery-image] Oct 30 23:19:22.199 INFO O| Oct 30 23:19:22.199 INFO STEP 623 (remove_files) COMPLETE
60002024-10-30T23:19:23.574Z[ recovery-image] Oct 30 23:19:22.199 INFO O| Oct 30 23:19:22.199 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60012024-10-30T23:19:23.582Z[ recovery-image] Oct 30 23:19:22.209 INFO O| Oct 30 23:19:22.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
60022024-10-30T23:19:23.582Z[ recovery-image] Oct 30 23:19:22.210 INFO O| Oct 30 23:19:22.210 INFO STEP 624 (remove_files) COMPLETE
60032024-10-30T23:19:23.584Z[ recovery-image] Oct 30 23:19:22.210 INFO O| Oct 30 23:19:22.210 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60042024-10-30T23:19:23.592Z[ recovery-image] Oct 30 23:19:22.219 INFO O| Oct 30 23:19:22.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
60052024-10-30T23:19:23.592Z[ recovery-image] Oct 30 23:19:22.219 INFO O| Oct 30 23:19:22.219 INFO STEP 625 (remove_files) COMPLETE
60062024-10-30T23:19:23.594Z[ recovery-image] Oct 30 23:19:22.219 INFO O| Oct 30 23:19:22.219 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60072024-10-30T23:19:23.601Z[ recovery-image] Oct 30 23:19:22.229 INFO O| Oct 30 23:19:22.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
60082024-10-30T23:19:23.601Z[ recovery-image] Oct 30 23:19:22.229 INFO O| Oct 30 23:19:22.229 INFO STEP 626 (remove_files) COMPLETE
60092024-10-30T23:19:23.604Z[ recovery-image] Oct 30 23:19:22.229 INFO O| Oct 30 23:19:22.229 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60102024-10-30T23:19:23.612Z[ recovery-image] Oct 30 23:19:22.238 INFO O| Oct 30 23:19:22.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
60112024-10-30T23:19:23.612Z[ recovery-image] Oct 30 23:19:22.238 INFO O| Oct 30 23:19:22.238 INFO STEP 627 (remove_files) COMPLETE
60122024-10-30T23:19:23.614Z[ recovery-image] Oct 30 23:19:22.238 INFO O| Oct 30 23:19:22.238 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60132024-10-30T23:19:23.620Z[ recovery-image] Oct 30 23:19:22.248 INFO O| Oct 30 23:19:22.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
60142024-10-30T23:19:23.620Z[ recovery-image] Oct 30 23:19:22.248 INFO O| Oct 30 23:19:22.248 INFO STEP 628 (remove_files) COMPLETE
60152024-10-30T23:19:23.620Z[ recovery-image] Oct 30 23:19:22.248 INFO O| Oct 30 23:19:22.248 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60162024-10-30T23:19:23.629Z[ recovery-image] Oct 30 23:19:22.257 INFO O| Oct 30 23:19:22.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
60172024-10-30T23:19:23.629Z[ recovery-image] Oct 30 23:19:22.257 INFO O| Oct 30 23:19:22.257 INFO STEP 629 (remove_files) COMPLETE
60182024-10-30T23:19:23.629Z[ recovery-image] Oct 30 23:19:22.257 INFO O| Oct 30 23:19:22.257 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60192024-10-30T23:19:23.639Z[ recovery-image] Oct 30 23:19:22.266 INFO O| Oct 30 23:19:22.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
60202024-10-30T23:19:23.641Z[ recovery-image] Oct 30 23:19:22.266 INFO O| Oct 30 23:19:22.266 INFO STEP 630 (remove_files) COMPLETE
60212024-10-30T23:19:23.641Z[ recovery-image] Oct 30 23:19:22.266 INFO O| Oct 30 23:19:22.266 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60222024-10-30T23:19:23.648Z[ recovery-image] Oct 30 23:19:22.276 INFO O| Oct 30 23:19:22.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
60232024-10-30T23:19:23.648Z[ recovery-image] Oct 30 23:19:22.276 INFO O| Oct 30 23:19:22.276 INFO STEP 631 (remove_files) COMPLETE
60242024-10-30T23:19:23.651Z[ recovery-image] Oct 30 23:19:22.276 INFO O| Oct 30 23:19:22.276 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60252024-10-30T23:19:23.657Z[ recovery-image] Oct 30 23:19:22.285 INFO O| Oct 30 23:19:22.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
60262024-10-30T23:19:23.657Z[ recovery-image] Oct 30 23:19:22.285 INFO O| Oct 30 23:19:22.285 INFO STEP 632 (remove_files) COMPLETE
60272024-10-30T23:19:23.660Z[ recovery-image] Oct 30 23:19:22.285 INFO O| Oct 30 23:19:22.285 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60282024-10-30T23:19:23.667Z[ recovery-image] Oct 30 23:19:22.294 INFO O| Oct 30 23:19:22.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
60292024-10-30T23:19:23.669Z[ recovery-image] Oct 30 23:19:22.294 INFO O| Oct 30 23:19:22.294 INFO STEP 633 (remove_files) COMPLETE
60302024-10-30T23:19:23.669Z[ recovery-image] Oct 30 23:19:22.294 INFO O| Oct 30 23:19:22.294 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60312024-10-30T23:19:23.676Z[ recovery-image] Oct 30 23:19:22.304 INFO O| Oct 30 23:19:22.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
60322024-10-30T23:19:23.676Z[ recovery-image] Oct 30 23:19:22.304 INFO O| Oct 30 23:19:22.304 INFO STEP 634 (remove_files) COMPLETE
60332024-10-30T23:19:23.678Z[ recovery-image] Oct 30 23:19:22.304 INFO O| Oct 30 23:19:22.304 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60342024-10-30T23:19:23.686Z[ recovery-image] Oct 30 23:19:22.313 INFO O| Oct 30 23:19:22.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
60352024-10-30T23:19:23.686Z[ recovery-image] Oct 30 23:19:22.313 INFO O| Oct 30 23:19:22.313 INFO STEP 635 (remove_files) COMPLETE
60362024-10-30T23:19:23.686Z[ recovery-image] Oct 30 23:19:22.313 INFO O| Oct 30 23:19:22.313 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60372024-10-30T23:19:23.695Z[ recovery-image] Oct 30 23:19:22.323 INFO O| Oct 30 23:19:22.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
60382024-10-30T23:19:23.697Z[ recovery-image] Oct 30 23:19:22.323 INFO O| Oct 30 23:19:22.323 INFO STEP 636 (remove_files) COMPLETE
60392024-10-30T23:19:23.697Z[ recovery-image] Oct 30 23:19:22.323 INFO O| Oct 30 23:19:22.323 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60402024-10-30T23:19:23.706Z[ recovery-image] Oct 30 23:19:22.334 INFO O| Oct 30 23:19:22.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
60412024-10-30T23:19:23.706Z[ recovery-image] Oct 30 23:19:22.334 INFO O| Oct 30 23:19:22.334 INFO STEP 637 (remove_files) COMPLETE
60422024-10-30T23:19:23.709Z[ recovery-image] Oct 30 23:19:22.334 INFO O| Oct 30 23:19:22.334 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60432024-10-30T23:19:23.716Z[ recovery-image] Oct 30 23:19:22.344 INFO O| Oct 30 23:19:22.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
60442024-10-30T23:19:23.719Z[ recovery-image] Oct 30 23:19:22.344 INFO O| Oct 30 23:19:22.344 INFO STEP 638 (remove_files) COMPLETE
60452024-10-30T23:19:23.719Z[ recovery-image] Oct 30 23:19:22.344 INFO O| Oct 30 23:19:22.344 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60462024-10-30T23:19:23.726Z[ recovery-image] Oct 30 23:19:22.354 INFO O| Oct 30 23:19:22.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
60472024-10-30T23:19:23.729Z[ recovery-image] Oct 30 23:19:22.354 INFO O| Oct 30 23:19:22.354 INFO STEP 639 (remove_files) COMPLETE
60482024-10-30T23:19:23.729Z[ recovery-image] Oct 30 23:19:22.354 INFO O| Oct 30 23:19:22.354 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60492024-10-30T23:19:23.736Z[ recovery-image] Oct 30 23:19:22.363 INFO O| Oct 30 23:19:22.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
60502024-10-30T23:19:23.736Z[ recovery-image] Oct 30 23:19:22.364 INFO O| Oct 30 23:19:22.364 INFO STEP 640 (remove_files) COMPLETE
60512024-10-30T23:19:23.738Z[ recovery-image] Oct 30 23:19:22.364 INFO O| Oct 30 23:19:22.364 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60522024-10-30T23:19:23.746Z[ recovery-image] Oct 30 23:19:22.373 INFO O| Oct 30 23:19:22.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
60532024-10-30T23:19:23.746Z[ recovery-image] Oct 30 23:19:22.373 INFO O| Oct 30 23:19:22.373 INFO STEP 641 (remove_files) COMPLETE
60542024-10-30T23:19:23.746Z[ recovery-image] Oct 30 23:19:22.373 INFO O| Oct 30 23:19:22.373 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60552024-10-30T23:19:23.755Z[ recovery-image] Oct 30 23:19:22.383 INFO O| Oct 30 23:19:22.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
60562024-10-30T23:19:23.755Z[ recovery-image] Oct 30 23:19:22.383 INFO O| Oct 30 23:19:22.383 INFO STEP 642 (remove_files) COMPLETE
60572024-10-30T23:19:23.755Z[ recovery-image] Oct 30 23:19:22.383 INFO O| Oct 30 23:19:22.383 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60582024-10-30T23:19:23.765Z[ recovery-image] Oct 30 23:19:22.392 INFO O| Oct 30 23:19:22.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
60592024-10-30T23:19:23.765Z[ recovery-image] Oct 30 23:19:22.392 INFO O| Oct 30 23:19:22.392 INFO STEP 643 (remove_files) COMPLETE
60602024-10-30T23:19:23.767Z[ recovery-image] Oct 30 23:19:22.392 INFO O| Oct 30 23:19:22.392 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60612024-10-30T23:19:23.774Z[ recovery-image] Oct 30 23:19:22.402 INFO O| Oct 30 23:19:22.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
60622024-10-30T23:19:23.774Z[ recovery-image] Oct 30 23:19:22.402 INFO O| Oct 30 23:19:22.402 INFO STEP 644 (remove_files) COMPLETE
60632024-10-30T23:19:23.774Z[ recovery-image] Oct 30 23:19:22.402 INFO O| Oct 30 23:19:22.402 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60642024-10-30T23:19:23.783Z[ recovery-image] Oct 30 23:19:22.411 INFO O| Oct 30 23:19:22.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
60652024-10-30T23:19:23.784Z[ recovery-image] Oct 30 23:19:22.411 INFO O| Oct 30 23:19:22.411 INFO STEP 645 (remove_files) COMPLETE
60662024-10-30T23:19:23.784Z[ recovery-image] Oct 30 23:19:22.411 INFO O| Oct 30 23:19:22.411 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60672024-10-30T23:19:23.793Z[ recovery-image] Oct 30 23:19:22.420 INFO O| Oct 30 23:19:22.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
60682024-10-30T23:19:23.795Z[ recovery-image] Oct 30 23:19:22.420 INFO O| Oct 30 23:19:22.420 INFO STEP 646 (remove_files) COMPLETE
60692024-10-30T23:19:23.795Z[ recovery-image] Oct 30 23:19:22.420 INFO O| Oct 30 23:19:22.420 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60702024-10-30T23:19:23.802Z[ recovery-image] Oct 30 23:19:22.430 INFO O| Oct 30 23:19:22.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
60712024-10-30T23:19:23.802Z[ recovery-image] Oct 30 23:19:22.430 INFO O| Oct 30 23:19:22.430 INFO STEP 647 (remove_files) COMPLETE
60722024-10-30T23:19:23.805Z[ recovery-image] Oct 30 23:19:22.430 INFO O| Oct 30 23:19:22.430 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60732024-10-30T23:19:23.811Z[ recovery-image] Oct 30 23:19:22.439 INFO O| Oct 30 23:19:22.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
60742024-10-30T23:19:23.814Z[ recovery-image] Oct 30 23:19:22.439 INFO O| Oct 30 23:19:22.439 INFO STEP 648 (remove_files) COMPLETE
60752024-10-30T23:19:23.814Z[ recovery-image] Oct 30 23:19:22.439 INFO O| Oct 30 23:19:22.439 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60762024-10-30T23:19:23.821Z[ recovery-image] Oct 30 23:19:22.448 INFO O| Oct 30 23:19:22.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
60772024-10-30T23:19:23.823Z[ recovery-image] Oct 30 23:19:22.448 INFO O| Oct 30 23:19:22.448 INFO STEP 649 (remove_files) COMPLETE
60782024-10-30T23:19:23.823Z[ recovery-image] Oct 30 23:19:22.449 INFO O| Oct 30 23:19:22.448 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60792024-10-30T23:19:23.831Z[ recovery-image] Oct 30 23:19:22.458 INFO O| Oct 30 23:19:22.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
60802024-10-30T23:19:23.833Z[ recovery-image] Oct 30 23:19:22.458 INFO O| Oct 30 23:19:22.458 INFO STEP 650 (remove_files) COMPLETE
60812024-10-30T23:19:23.833Z[ recovery-image] Oct 30 23:19:22.458 INFO O| Oct 30 23:19:22.458 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60822024-10-30T23:19:23.840Z[ recovery-image] Oct 30 23:19:22.467 INFO O| Oct 30 23:19:22.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
60832024-10-30T23:19:23.840Z[ recovery-image] Oct 30 23:19:22.468 INFO O| Oct 30 23:19:22.468 INFO STEP 651 (remove_files) COMPLETE
60842024-10-30T23:19:23.842Z[ recovery-image] Oct 30 23:19:22.468 INFO O| Oct 30 23:19:22.468 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60852024-10-30T23:19:23.850Z[ recovery-image] Oct 30 23:19:22.477 INFO O| Oct 30 23:19:22.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
60862024-10-30T23:19:23.852Z[ recovery-image] Oct 30 23:19:22.477 INFO O| Oct 30 23:19:22.477 INFO STEP 652 (remove_files) COMPLETE
60872024-10-30T23:19:23.852Z[ recovery-image] Oct 30 23:19:22.477 INFO O| Oct 30 23:19:22.477 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60882024-10-30T23:19:23.859Z[ recovery-image] Oct 30 23:19:22.486 INFO O| Oct 30 23:19:22.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
60892024-10-30T23:19:23.860Z[ recovery-image] Oct 30 23:19:22.487 INFO O| Oct 30 23:19:22.486 INFO STEP 653 (remove_files) COMPLETE
60902024-10-30T23:19:23.863Z[ recovery-image] Oct 30 23:19:22.487 INFO O| Oct 30 23:19:22.487 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60912024-10-30T23:19:23.868Z[ recovery-image] Oct 30 23:19:22.496 INFO O| Oct 30 23:19:22.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
60922024-10-30T23:19:23.871Z[ recovery-image] Oct 30 23:19:22.496 INFO O| Oct 30 23:19:22.496 INFO STEP 654 (remove_files) COMPLETE
60932024-10-30T23:19:23.871Z[ recovery-image] Oct 30 23:19:22.496 INFO O| Oct 30 23:19:22.496 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60942024-10-30T23:19:23.878Z[ recovery-image] Oct 30 23:19:22.505 INFO O| Oct 30 23:19:22.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
60952024-10-30T23:19:23.880Z[ recovery-image] Oct 30 23:19:22.505 INFO O| Oct 30 23:19:22.505 INFO STEP 655 (remove_files) COMPLETE
60962024-10-30T23:19:23.880Z[ recovery-image] Oct 30 23:19:22.505 INFO O| Oct 30 23:19:22.505 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60972024-10-30T23:19:23.887Z[ recovery-image] Oct 30 23:19:22.515 INFO O| Oct 30 23:19:22.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
60982024-10-30T23:19:23.887Z[ recovery-image] Oct 30 23:19:22.515 INFO O| Oct 30 23:19:22.515 INFO STEP 656 (remove_files) COMPLETE
60992024-10-30T23:19:23.890Z[ recovery-image] Oct 30 23:19:22.515 INFO O| Oct 30 23:19:22.515 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61002024-10-30T23:19:23.897Z[ recovery-image] Oct 30 23:19:22.525 INFO O| Oct 30 23:19:22.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
61012024-10-30T23:19:23.899Z[ recovery-image] Oct 30 23:19:22.525 INFO O| Oct 30 23:19:22.525 INFO STEP 657 (remove_files) COMPLETE
61022024-10-30T23:19:23.899Z[ recovery-image] Oct 30 23:19:22.525 INFO O| Oct 30 23:19:22.525 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61032024-10-30T23:19:23.907Z[ recovery-image] Oct 30 23:19:22.535 INFO O| Oct 30 23:19:22.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
61042024-10-30T23:19:23.909Z[ recovery-image] Oct 30 23:19:22.535 INFO O| Oct 30 23:19:22.535 INFO STEP 658 (remove_files) COMPLETE
61052024-10-30T23:19:23.910Z[ recovery-image] Oct 30 23:19:22.535 INFO O| Oct 30 23:19:22.535 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61062024-10-30T23:19:23.916Z[ recovery-image] Oct 30 23:19:22.544 INFO O| Oct 30 23:19:22.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
61072024-10-30T23:19:23.919Z[ recovery-image] Oct 30 23:19:22.544 INFO O| Oct 30 23:19:22.544 INFO STEP 659 (remove_files) COMPLETE
61082024-10-30T23:19:23.919Z[ recovery-image] Oct 30 23:19:22.544 INFO O| Oct 30 23:19:22.544 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61092024-10-30T23:19:23.926Z[ recovery-image] Oct 30 23:19:22.553 INFO O| Oct 30 23:19:22.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
61102024-10-30T23:19:23.928Z[ recovery-image] Oct 30 23:19:22.554 INFO O| Oct 30 23:19:22.553 INFO STEP 660 (remove_files) COMPLETE
61112024-10-30T23:19:23.928Z[ recovery-image] Oct 30 23:19:22.554 INFO O| Oct 30 23:19:22.553 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61122024-10-30T23:19:23.935Z[ recovery-image] Oct 30 23:19:22.563 INFO O| Oct 30 23:19:22.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
61132024-10-30T23:19:23.935Z[ recovery-image] Oct 30 23:19:22.563 INFO O| Oct 30 23:19:22.563 INFO STEP 661 (remove_files) COMPLETE
61142024-10-30T23:19:23.935Z[ recovery-image] Oct 30 23:19:22.563 INFO O| Oct 30 23:19:22.563 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61152024-10-30T23:19:23.945Z[ recovery-image] Oct 30 23:19:22.572 INFO O| Oct 30 23:19:22.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
61162024-10-30T23:19:23.945Z[ recovery-image] Oct 30 23:19:22.572 INFO O| Oct 30 23:19:22.572 INFO STEP 662 (remove_files) COMPLETE
61172024-10-30T23:19:23.947Z[ recovery-image] Oct 30 23:19:22.572 INFO O| Oct 30 23:19:22.572 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61182024-10-30T23:19:23.954Z[ recovery-image] Oct 30 23:19:22.582 INFO O| Oct 30 23:19:22.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
61192024-10-30T23:19:23.957Z[ recovery-image] Oct 30 23:19:22.582 INFO O| Oct 30 23:19:22.582 INFO STEP 663 (remove_files) COMPLETE
61202024-10-30T23:19:23.957Z[ recovery-image] Oct 30 23:19:22.582 INFO O| Oct 30 23:19:22.582 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61212024-10-30T23:19:23.964Z[ recovery-image] Oct 30 23:19:22.591 INFO O| Oct 30 23:19:22.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
61222024-10-30T23:19:23.964Z[ recovery-image] Oct 30 23:19:22.591 INFO O| Oct 30 23:19:22.591 INFO STEP 664 (remove_files) COMPLETE
61232024-10-30T23:19:23.966Z[ recovery-image] Oct 30 23:19:22.591 INFO O| Oct 30 23:19:22.591 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61242024-10-30T23:19:23.973Z[ recovery-image] Oct 30 23:19:22.600 INFO O| Oct 30 23:19:22.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
61252024-10-30T23:19:23.973Z[ recovery-image] Oct 30 23:19:22.601 INFO O| Oct 30 23:19:22.601 INFO STEP 665 (remove_files) COMPLETE
61262024-10-30T23:19:23.973Z[ recovery-image] Oct 30 23:19:22.601 INFO O| Oct 30 23:19:22.601 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61272024-10-30T23:19:23.982Z[ recovery-image] Oct 30 23:19:22.610 INFO O| Oct 30 23:19:22.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
61282024-10-30T23:19:23.985Z[ recovery-image] Oct 30 23:19:22.610 INFO O| Oct 30 23:19:22.610 INFO STEP 666 (remove_files) COMPLETE
61292024-10-30T23:19:23.985Z[ recovery-image] Oct 30 23:19:22.610 INFO O| Oct 30 23:19:22.610 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61302024-10-30T23:19:23.992Z[ recovery-image] Oct 30 23:19:22.619 INFO O| Oct 30 23:19:22.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
61312024-10-30T23:19:23.992Z[ recovery-image] Oct 30 23:19:22.619 INFO O| Oct 30 23:19:22.619 INFO STEP 667 (remove_files) COMPLETE
61322024-10-30T23:19:23.992Z[ recovery-image] Oct 30 23:19:22.619 INFO O| Oct 30 23:19:22.619 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61332024-10-30T23:19:24.001Z[ recovery-image] Oct 30 23:19:22.629 INFO O| Oct 30 23:19:22.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
61342024-10-30T23:19:24.002Z[ recovery-image] Oct 30 23:19:22.629 INFO O| Oct 30 23:19:22.629 INFO STEP 668 (remove_files) COMPLETE
61352024-10-30T23:19:24.004Z[ recovery-image] Oct 30 23:19:22.629 INFO O| Oct 30 23:19:22.629 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61362024-10-30T23:19:24.011Z[ recovery-image] Oct 30 23:19:22.638 INFO O| Oct 30 23:19:22.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
61372024-10-30T23:19:24.013Z[ recovery-image] Oct 30 23:19:22.639 INFO O| Oct 30 23:19:22.638 INFO STEP 669 (remove_files) COMPLETE
61382024-10-30T23:19:24.013Z[ recovery-image] Oct 30 23:19:22.639 INFO O| Oct 30 23:19:22.639 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61392024-10-30T23:19:24.020Z[ recovery-image] Oct 30 23:19:22.648 INFO O| Oct 30 23:19:22.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
61402024-10-30T23:19:24.020Z[ recovery-image] Oct 30 23:19:22.648 INFO O| Oct 30 23:19:22.648 INFO STEP 670 (remove_files) COMPLETE
61412024-10-30T23:19:24.020Z[ recovery-image] Oct 30 23:19:22.648 INFO O| Oct 30 23:19:22.648 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61422024-10-30T23:19:24.030Z[ recovery-image] Oct 30 23:19:22.657 INFO O| Oct 30 23:19:22.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
61432024-10-30T23:19:24.033Z[ recovery-image] Oct 30 23:19:22.657 INFO O| Oct 30 23:19:22.657 INFO STEP 671 (remove_files) COMPLETE
61442024-10-30T23:19:24.033Z[ recovery-image] Oct 30 23:19:22.657 INFO O| Oct 30 23:19:22.657 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61452024-10-30T23:19:24.040Z[ recovery-image] Oct 30 23:19:22.667 INFO O| Oct 30 23:19:22.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
61462024-10-30T23:19:24.040Z[ recovery-image] Oct 30 23:19:22.667 INFO O| Oct 30 23:19:22.667 INFO STEP 672 (remove_files) COMPLETE
61472024-10-30T23:19:24.042Z[ recovery-image] Oct 30 23:19:22.668 INFO O| Oct 30 23:19:22.667 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61482024-10-30T23:19:24.049Z[ recovery-image] Oct 30 23:19:22.677 INFO O| Oct 30 23:19:22.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
61492024-10-30T23:19:24.052Z[ recovery-image] Oct 30 23:19:22.677 INFO O| Oct 30 23:19:22.677 INFO STEP 673 (remove_files) COMPLETE
61502024-10-30T23:19:24.052Z[ recovery-image] Oct 30 23:19:22.677 INFO O| Oct 30 23:19:22.677 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61512024-10-30T23:19:24.059Z[ recovery-image] Oct 30 23:19:22.686 INFO O| Oct 30 23:19:22.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
61522024-10-30T23:19:24.059Z[ recovery-image] Oct 30 23:19:22.686 INFO O| Oct 30 23:19:22.686 INFO STEP 674 (remove_files) COMPLETE
61532024-10-30T23:19:24.059Z[ recovery-image] Oct 30 23:19:22.686 INFO O| Oct 30 23:19:22.686 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61542024-10-30T23:19:24.068Z[ recovery-image] Oct 30 23:19:22.696 INFO O| Oct 30 23:19:22.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
61552024-10-30T23:19:24.068Z[ recovery-image] Oct 30 23:19:22.696 INFO O| Oct 30 23:19:22.696 INFO STEP 675 (remove_files) COMPLETE
61562024-10-30T23:19:24.070Z[ recovery-image] Oct 30 23:19:22.696 INFO O| Oct 30 23:19:22.696 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61572024-10-30T23:19:24.077Z[ recovery-image] Oct 30 23:19:22.705 INFO O| Oct 30 23:19:22.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
61582024-10-30T23:19:24.077Z[ recovery-image] Oct 30 23:19:22.705 INFO O| Oct 30 23:19:22.705 INFO STEP 676 (remove_files) COMPLETE
61592024-10-30T23:19:24.078Z[ recovery-image] Oct 30 23:19:22.705 INFO O| Oct 30 23:19:22.705 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61602024-10-30T23:19:24.087Z[ recovery-image] Oct 30 23:19:22.714 INFO O| Oct 30 23:19:22.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
61612024-10-30T23:19:24.087Z[ recovery-image] Oct 30 23:19:22.714 INFO O| Oct 30 23:19:22.714 INFO STEP 677 (remove_files) COMPLETE
61622024-10-30T23:19:24.089Z[ recovery-image] Oct 30 23:19:22.715 INFO O| Oct 30 23:19:22.714 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61632024-10-30T23:19:24.096Z[ recovery-image] Oct 30 23:19:22.724 INFO O| Oct 30 23:19:22.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
61642024-10-30T23:19:24.096Z[ recovery-image] Oct 30 23:19:22.724 INFO O| Oct 30 23:19:22.724 INFO STEP 678 (remove_files) COMPLETE
61652024-10-30T23:19:24.099Z[ recovery-image] Oct 30 23:19:22.724 INFO O| Oct 30 23:19:22.724 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61662024-10-30T23:19:24.106Z[ recovery-image] Oct 30 23:19:22.733 INFO O| Oct 30 23:19:22.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
61672024-10-30T23:19:24.106Z[ recovery-image] Oct 30 23:19:22.733 INFO O| Oct 30 23:19:22.733 INFO STEP 679 (remove_files) COMPLETE
61682024-10-30T23:19:24.106Z[ recovery-image] Oct 30 23:19:22.733 INFO O| Oct 30 23:19:22.733 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61692024-10-30T23:19:24.115Z[ recovery-image] Oct 30 23:19:22.743 INFO O| Oct 30 23:19:22.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
61702024-10-30T23:19:24.117Z[ recovery-image] Oct 30 23:19:22.743 INFO O| Oct 30 23:19:22.743 INFO STEP 680 (remove_files) COMPLETE
61712024-10-30T23:19:24.117Z[ recovery-image] Oct 30 23:19:22.743 INFO O| Oct 30 23:19:22.743 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61722024-10-30T23:19:24.125Z[ recovery-image] Oct 30 23:19:22.753 INFO O| Oct 30 23:19:22.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
61732024-10-30T23:19:24.125Z[ recovery-image] Oct 30 23:19:22.753 INFO O| Oct 30 23:19:22.753 INFO STEP 681 (remove_files) COMPLETE
61742024-10-30T23:19:24.127Z[ recovery-image] Oct 30 23:19:22.753 INFO O| Oct 30 23:19:22.753 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61752024-10-30T23:19:24.135Z[ recovery-image] Oct 30 23:19:22.762 INFO O| Oct 30 23:19:22.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
61762024-10-30T23:19:24.135Z[ recovery-image] Oct 30 23:19:22.762 INFO O| Oct 30 23:19:22.762 INFO STEP 682 (remove_files) COMPLETE
61772024-10-30T23:19:24.137Z[ recovery-image] Oct 30 23:19:22.762 INFO O| Oct 30 23:19:22.762 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61782024-10-30T23:19:24.144Z[ recovery-image] Oct 30 23:19:22.772 INFO O| Oct 30 23:19:22.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
61792024-10-30T23:19:24.144Z[ recovery-image] Oct 30 23:19:22.772 INFO O| Oct 30 23:19:22.772 INFO STEP 683 (remove_files) COMPLETE
61802024-10-30T23:19:24.146Z[ recovery-image] Oct 30 23:19:22.772 INFO O| Oct 30 23:19:22.772 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61812024-10-30T23:19:24.153Z[ recovery-image] Oct 30 23:19:22.781 INFO O| Oct 30 23:19:22.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
61822024-10-30T23:19:24.156Z[ recovery-image] Oct 30 23:19:22.781 INFO O| Oct 30 23:19:22.781 INFO STEP 684 (remove_files) COMPLETE
61832024-10-30T23:19:24.156Z[ recovery-image] Oct 30 23:19:22.781 INFO O| Oct 30 23:19:22.781 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61842024-10-30T23:19:24.163Z[ recovery-image] Oct 30 23:19:22.790 INFO O| Oct 30 23:19:22.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
61852024-10-30T23:19:24.165Z[ recovery-image] Oct 30 23:19:22.791 INFO O| Oct 30 23:19:22.791 INFO STEP 685 (remove_files) COMPLETE
61862024-10-30T23:19:24.165Z[ recovery-image] Oct 30 23:19:22.791 INFO O| Oct 30 23:19:22.791 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61872024-10-30T23:19:24.172Z[ recovery-image] Oct 30 23:19:22.800 INFO O| Oct 30 23:19:22.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
61882024-10-30T23:19:24.172Z[ recovery-image] Oct 30 23:19:22.800 INFO O| Oct 30 23:19:22.800 INFO STEP 686 (remove_files) COMPLETE
61892024-10-30T23:19:24.172Z[ recovery-image] Oct 30 23:19:22.800 INFO O| Oct 30 23:19:22.800 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61902024-10-30T23:19:24.181Z[ recovery-image] Oct 30 23:19:22.809 INFO O| Oct 30 23:19:22.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
61912024-10-30T23:19:24.182Z[ recovery-image] Oct 30 23:19:22.809 INFO O| Oct 30 23:19:22.809 INFO STEP 687 (remove_files) COMPLETE
61922024-10-30T23:19:24.184Z[ recovery-image] Oct 30 23:19:22.809 INFO O| Oct 30 23:19:22.809 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61932024-10-30T23:19:24.191Z[ recovery-image] Oct 30 23:19:22.818 INFO O| Oct 30 23:19:22.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
61942024-10-30T23:19:24.191Z[ recovery-image] Oct 30 23:19:22.818 INFO O| Oct 30 23:19:22.818 INFO STEP 688 (remove_files) COMPLETE
61952024-10-30T23:19:24.193Z[ recovery-image] Oct 30 23:19:22.819 INFO O| Oct 30 23:19:22.818 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61962024-10-30T23:19:24.200Z[ recovery-image] Oct 30 23:19:22.828 INFO O| Oct 30 23:19:22.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
61972024-10-30T23:19:24.200Z[ recovery-image] Oct 30 23:19:22.828 INFO O| Oct 30 23:19:22.828 INFO STEP 689 (remove_files) COMPLETE
61982024-10-30T23:19:24.203Z[ recovery-image] Oct 30 23:19:22.828 INFO O| Oct 30 23:19:22.828 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61992024-10-30T23:19:24.210Z[ recovery-image] Oct 30 23:19:22.837 INFO O| Oct 30 23:19:22.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
62002024-10-30T23:19:24.210Z[ recovery-image] Oct 30 23:19:22.837 INFO O| Oct 30 23:19:22.837 INFO STEP 690 (remove_files) COMPLETE
62012024-10-30T23:19:24.210Z[ recovery-image] Oct 30 23:19:22.837 INFO O| Oct 30 23:19:22.837 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62022024-10-30T23:19:24.219Z[ recovery-image] Oct 30 23:19:22.846 INFO O| Oct 30 23:19:22.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
62032024-10-30T23:19:24.219Z[ recovery-image] Oct 30 23:19:22.847 INFO O| Oct 30 23:19:22.847 INFO STEP 691 (remove_files) COMPLETE
62042024-10-30T23:19:24.219Z[ recovery-image] Oct 30 23:19:22.847 INFO O| Oct 30 23:19:22.847 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62052024-10-30T23:19:24.228Z[ recovery-image] Oct 30 23:19:22.856 INFO O| Oct 30 23:19:22.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
62062024-10-30T23:19:24.231Z[ recovery-image] Oct 30 23:19:22.856 INFO O| Oct 30 23:19:22.856 INFO STEP 692 (remove_files) COMPLETE
62072024-10-30T23:19:24.231Z[ recovery-image] Oct 30 23:19:22.856 INFO O| Oct 30 23:19:22.856 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62082024-10-30T23:19:24.238Z[ recovery-image] Oct 30 23:19:22.865 INFO O| Oct 30 23:19:22.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
62092024-10-30T23:19:24.240Z[ recovery-image] Oct 30 23:19:22.865 INFO O| Oct 30 23:19:22.865 INFO STEP 693 (remove_files) COMPLETE
62102024-10-30T23:19:24.240Z[ recovery-image] Oct 30 23:19:22.865 INFO O| Oct 30 23:19:22.865 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62112024-10-30T23:19:24.247Z[ recovery-image] Oct 30 23:19:22.874 INFO O| Oct 30 23:19:22.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
62122024-10-30T23:19:24.247Z[ recovery-image] Oct 30 23:19:22.875 INFO O| Oct 30 23:19:22.874 INFO STEP 694 (remove_files) COMPLETE
62132024-10-30T23:19:24.247Z[ recovery-image] Oct 30 23:19:22.875 INFO O| Oct 30 23:19:22.875 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62142024-10-30T23:19:24.256Z[ recovery-image] Oct 30 23:19:22.884 INFO O| Oct 30 23:19:22.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
62152024-10-30T23:19:24.256Z[ recovery-image] Oct 30 23:19:22.884 INFO O| Oct 30 23:19:22.884 INFO STEP 695 (remove_files) COMPLETE
62162024-10-30T23:19:24.259Z[ recovery-image] Oct 30 23:19:22.884 INFO O| Oct 30 23:19:22.884 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62172024-10-30T23:19:24.266Z[ recovery-image] Oct 30 23:19:22.893 INFO O| Oct 30 23:19:22.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
62182024-10-30T23:19:24.266Z[ recovery-image] Oct 30 23:19:22.893 INFO O| Oct 30 23:19:22.893 INFO STEP 696 (remove_files) COMPLETE
62192024-10-30T23:19:24.268Z[ recovery-image] Oct 30 23:19:22.893 INFO O| Oct 30 23:19:22.893 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62202024-10-30T23:19:24.275Z[ recovery-image] Oct 30 23:19:22.902 INFO O| Oct 30 23:19:22.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
62212024-10-30T23:19:24.275Z[ recovery-image] Oct 30 23:19:22.903 INFO O| Oct 30 23:19:22.903 INFO STEP 697 (remove_files) COMPLETE
62222024-10-30T23:19:24.277Z[ recovery-image] Oct 30 23:19:22.903 INFO O| Oct 30 23:19:22.903 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62232024-10-30T23:19:24.284Z[ recovery-image] Oct 30 23:19:22.912 INFO O| Oct 30 23:19:22.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
62242024-10-30T23:19:24.284Z[ recovery-image] Oct 30 23:19:22.912 INFO O| Oct 30 23:19:22.912 INFO STEP 698 (remove_files) COMPLETE
62252024-10-30T23:19:24.287Z[ recovery-image] Oct 30 23:19:22.912 INFO O| Oct 30 23:19:22.912 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62262024-10-30T23:19:24.293Z[ recovery-image] Oct 30 23:19:22.921 INFO O| Oct 30 23:19:22.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
62272024-10-30T23:19:24.294Z[ recovery-image] Oct 30 23:19:22.921 INFO O| Oct 30 23:19:22.921 INFO STEP 699 (remove_files) COMPLETE
62282024-10-30T23:19:24.296Z[ recovery-image] Oct 30 23:19:22.921 INFO O| Oct 30 23:19:22.921 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62292024-10-30T23:19:24.303Z[ recovery-image] Oct 30 23:19:22.931 INFO O| Oct 30 23:19:22.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
62302024-10-30T23:19:24.303Z[ recovery-image] Oct 30 23:19:22.931 INFO O| Oct 30 23:19:22.931 INFO STEP 700 (remove_files) COMPLETE
62312024-10-30T23:19:24.303Z[ recovery-image] Oct 30 23:19:22.931 INFO O| Oct 30 23:19:22.931 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62322024-10-30T23:19:24.312Z[ recovery-image] Oct 30 23:19:22.940 INFO O| Oct 30 23:19:22.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
62332024-10-30T23:19:24.315Z[ recovery-image] Oct 30 23:19:22.940 INFO O| Oct 30 23:19:22.940 INFO STEP 701 (remove_files) COMPLETE
62342024-10-30T23:19:24.315Z[ recovery-image] Oct 30 23:19:22.940 INFO O| Oct 30 23:19:22.940 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62352024-10-30T23:19:24.322Z[ recovery-image] Oct 30 23:19:22.949 INFO O| Oct 30 23:19:22.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
62362024-10-30T23:19:24.322Z[ recovery-image] Oct 30 23:19:22.949 INFO O| Oct 30 23:19:22.949 INFO STEP 702 (remove_files) COMPLETE
62372024-10-30T23:19:24.324Z[ recovery-image] Oct 30 23:19:22.949 INFO O| Oct 30 23:19:22.949 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62382024-10-30T23:19:24.331Z[ recovery-image] Oct 30 23:19:22.959 INFO O| Oct 30 23:19:22.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
62392024-10-30T23:19:24.334Z[ recovery-image] Oct 30 23:19:22.959 INFO O| Oct 30 23:19:22.959 INFO STEP 703 (remove_files) COMPLETE
62402024-10-30T23:19:24.334Z[ recovery-image] Oct 30 23:19:22.959 INFO O| Oct 30 23:19:22.959 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62412024-10-30T23:19:24.341Z[ recovery-image] Oct 30 23:19:22.968 INFO O| Oct 30 23:19:22.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
62422024-10-30T23:19:24.341Z[ recovery-image] Oct 30 23:19:22.968 INFO O| Oct 30 23:19:22.968 INFO STEP 704 (remove_files) COMPLETE
62432024-10-30T23:19:24.341Z[ recovery-image] Oct 30 23:19:22.968 INFO O| Oct 30 23:19:22.968 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62442024-10-30T23:19:24.350Z[ recovery-image] Oct 30 23:19:22.977 INFO O| Oct 30 23:19:22.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
62452024-10-30T23:19:24.352Z[ recovery-image] Oct 30 23:19:22.978 INFO O| Oct 30 23:19:22.978 INFO STEP 705 (remove_files) COMPLETE
62462024-10-30T23:19:24.352Z[ recovery-image] Oct 30 23:19:22.978 INFO O| Oct 30 23:19:22.978 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62472024-10-30T23:19:24.359Z[ recovery-image] Oct 30 23:19:22.987 INFO O| Oct 30 23:19:22.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
62482024-10-30T23:19:24.362Z[ recovery-image] Oct 30 23:19:22.987 INFO O| Oct 30 23:19:22.987 INFO STEP 706 (remove_files) COMPLETE
62492024-10-30T23:19:24.362Z[ recovery-image] Oct 30 23:19:22.987 INFO O| Oct 30 23:19:22.987 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62502024-10-30T23:19:24.369Z[ recovery-image] Oct 30 23:19:22.996 INFO O| Oct 30 23:19:22.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
62512024-10-30T23:19:24.369Z[ recovery-image] Oct 30 23:19:22.996 INFO O| Oct 30 23:19:22.996 INFO STEP 707 (remove_files) COMPLETE
62522024-10-30T23:19:24.371Z[ recovery-image] Oct 30 23:19:22.996 INFO O| Oct 30 23:19:22.996 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62532024-10-30T23:19:24.379Z[ recovery-image] Oct 30 23:19:23.006 INFO O| Oct 30 23:19:23.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
62542024-10-30T23:19:24.382Z[ recovery-image] Oct 30 23:19:23.007 INFO O| Oct 30 23:19:23.007 INFO STEP 708 (remove_files) COMPLETE
62552024-10-30T23:19:24.382Z[ recovery-image] Oct 30 23:19:23.007 INFO O| Oct 30 23:19:23.007 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62562024-10-30T23:19:24.388Z[ recovery-image] Oct 30 23:19:23.016 INFO O| Oct 30 23:19:23.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
62572024-10-30T23:19:24.389Z[ recovery-image] Oct 30 23:19:23.016 INFO O| Oct 30 23:19:23.016 INFO STEP 709 (remove_files) COMPLETE
62582024-10-30T23:19:24.389Z[ recovery-image] Oct 30 23:19:23.016 INFO O| Oct 30 23:19:23.016 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62592024-10-30T23:19:24.398Z[ recovery-image] Oct 30 23:19:23.025 INFO O| Oct 30 23:19:23.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
62602024-10-30T23:19:24.400Z[ recovery-image] Oct 30 23:19:23.026 INFO O| Oct 30 23:19:23.025 INFO STEP 710 (remove_files) COMPLETE
62612024-10-30T23:19:24.400Z[ recovery-image] Oct 30 23:19:23.026 INFO O| Oct 30 23:19:23.025 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62622024-10-30T23:19:24.407Z[ recovery-image] Oct 30 23:19:23.035 INFO O| Oct 30 23:19:23.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
62632024-10-30T23:19:24.407Z[ recovery-image] Oct 30 23:19:23.035 INFO O| Oct 30 23:19:23.035 INFO STEP 711 (remove_files) COMPLETE
62642024-10-30T23:19:24.410Z[ recovery-image] Oct 30 23:19:23.035 INFO O| Oct 30 23:19:23.035 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62652024-10-30T23:19:24.417Z[ recovery-image] Oct 30 23:19:23.045 INFO O| Oct 30 23:19:23.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
62662024-10-30T23:19:24.417Z[ recovery-image] Oct 30 23:19:23.045 INFO O| Oct 30 23:19:23.045 INFO STEP 712 (remove_files) COMPLETE
62672024-10-30T23:19:24.420Z[ recovery-image] Oct 30 23:19:23.045 INFO O| Oct 30 23:19:23.045 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62682024-10-30T23:19:24.427Z[ recovery-image] Oct 30 23:19:23.054 INFO O| Oct 30 23:19:23.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
62692024-10-30T23:19:24.427Z[ recovery-image] Oct 30 23:19:23.054 INFO O| Oct 30 23:19:23.054 INFO STEP 713 (remove_files) COMPLETE
62702024-10-30T23:19:24.427Z[ recovery-image] Oct 30 23:19:23.054 INFO O| Oct 30 23:19:23.054 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62712024-10-30T23:19:24.436Z[ recovery-image] Oct 30 23:19:23.064 INFO O| Oct 30 23:19:23.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
62722024-10-30T23:19:24.436Z[ recovery-image] Oct 30 23:19:23.064 INFO O| Oct 30 23:19:23.064 INFO STEP 714 (remove_files) COMPLETE
62732024-10-30T23:19:24.436Z[ recovery-image] Oct 30 23:19:23.064 INFO O| Oct 30 23:19:23.064 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62742024-10-30T23:19:24.445Z[ recovery-image] Oct 30 23:19:23.073 INFO O| Oct 30 23:19:23.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
62752024-10-30T23:19:24.445Z[ recovery-image] Oct 30 23:19:23.073 INFO O| Oct 30 23:19:23.073 INFO STEP 715 (remove_files) COMPLETE
62762024-10-30T23:19:24.448Z[ recovery-image] Oct 30 23:19:23.073 INFO O| Oct 30 23:19:23.073 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62772024-10-30T23:19:24.455Z[ recovery-image] Oct 30 23:19:23.083 INFO O| Oct 30 23:19:23.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
62782024-10-30T23:19:24.455Z[ recovery-image] Oct 30 23:19:23.083 INFO O| Oct 30 23:19:23.083 INFO STEP 716 (remove_files) COMPLETE
62792024-10-30T23:19:24.457Z[ recovery-image] Oct 30 23:19:23.083 INFO O| Oct 30 23:19:23.083 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62802024-10-30T23:19:24.464Z[ recovery-image] Oct 30 23:19:23.092 INFO O| Oct 30 23:19:23.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
62812024-10-30T23:19:24.464Z[ recovery-image] Oct 30 23:19:23.092 INFO O| Oct 30 23:19:23.092 INFO STEP 717 (remove_files) COMPLETE
62822024-10-30T23:19:24.467Z[ recovery-image] Oct 30 23:19:23.092 INFO O| Oct 30 23:19:23.092 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62832024-10-30T23:19:24.474Z[ recovery-image] Oct 30 23:19:23.101 INFO O| Oct 30 23:19:23.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
62842024-10-30T23:19:24.474Z[ recovery-image] Oct 30 23:19:23.101 INFO O| Oct 30 23:19:23.101 INFO STEP 718 (remove_files) COMPLETE
62852024-10-30T23:19:24.477Z[ recovery-image] Oct 30 23:19:23.101 INFO O| Oct 30 23:19:23.101 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62862024-10-30T23:19:24.483Z[ recovery-image] Oct 30 23:19:23.110 INFO O| Oct 30 23:19:23.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
62872024-10-30T23:19:24.485Z[ recovery-image] Oct 30 23:19:23.111 INFO O| Oct 30 23:19:23.111 INFO STEP 719 (remove_files) COMPLETE
62882024-10-30T23:19:24.485Z[ recovery-image] Oct 30 23:19:23.111 INFO O| Oct 30 23:19:23.111 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62892024-10-30T23:19:24.492Z[ recovery-image] Oct 30 23:19:23.120 INFO O| Oct 30 23:19:23.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
62902024-10-30T23:19:24.494Z[ recovery-image] Oct 30 23:19:23.120 INFO O| Oct 30 23:19:23.120 INFO STEP 720 (remove_files) COMPLETE
62912024-10-30T23:19:24.495Z[ recovery-image] Oct 30 23:19:23.120 INFO O| Oct 30 23:19:23.120 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62922024-10-30T23:19:24.502Z[ recovery-image] Oct 30 23:19:23.129 INFO O| Oct 30 23:19:23.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
62932024-10-30T23:19:24.502Z[ recovery-image] Oct 30 23:19:23.129 INFO O| Oct 30 23:19:23.129 INFO STEP 721 (remove_files) COMPLETE
62942024-10-30T23:19:24.504Z[ recovery-image] Oct 30 23:19:23.129 INFO O| Oct 30 23:19:23.129 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62952024-10-30T23:19:24.511Z[ recovery-image] Oct 30 23:19:23.139 INFO O| Oct 30 23:19:23.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
62962024-10-30T23:19:24.511Z[ recovery-image] Oct 30 23:19:23.139 INFO O| Oct 30 23:19:23.139 INFO STEP 722 (remove_files) COMPLETE
62972024-10-30T23:19:24.513Z[ recovery-image] Oct 30 23:19:23.139 INFO O| Oct 30 23:19:23.139 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62982024-10-30T23:19:24.520Z[ recovery-image] Oct 30 23:19:23.148 INFO O| Oct 30 23:19:23.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
62992024-10-30T23:19:24.521Z[ recovery-image] Oct 30 23:19:23.148 INFO O| Oct 30 23:19:23.148 INFO STEP 723 (remove_files) COMPLETE
63002024-10-30T23:19:24.521Z[ recovery-image] Oct 30 23:19:23.148 INFO O| Oct 30 23:19:23.148 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63012024-10-30T23:19:24.530Z[ recovery-image] Oct 30 23:19:23.157 INFO O| Oct 30 23:19:23.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
63022024-10-30T23:19:24.530Z[ recovery-image] Oct 30 23:19:23.157 INFO O| Oct 30 23:19:23.157 INFO STEP 724 (remove_files) COMPLETE
63032024-10-30T23:19:24.532Z[ recovery-image] Oct 30 23:19:23.157 INFO O| Oct 30 23:19:23.157 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63042024-10-30T23:19:24.539Z[ recovery-image] Oct 30 23:19:23.166 INFO O| Oct 30 23:19:23.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
63052024-10-30T23:19:24.541Z[ recovery-image] Oct 30 23:19:23.167 INFO O| Oct 30 23:19:23.167 INFO STEP 725 (remove_files) COMPLETE
63062024-10-30T23:19:24.541Z[ recovery-image] Oct 30 23:19:23.167 INFO O| Oct 30 23:19:23.167 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63072024-10-30T23:19:24.548Z[ recovery-image] Oct 30 23:19:23.176 INFO O| Oct 30 23:19:23.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
63082024-10-30T23:19:24.548Z[ recovery-image] Oct 30 23:19:23.176 INFO O| Oct 30 23:19:23.176 INFO STEP 726 (remove_files) COMPLETE
63092024-10-30T23:19:24.551Z[ recovery-image] Oct 30 23:19:23.176 INFO O| Oct 30 23:19:23.176 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63102024-10-30T23:19:24.558Z[ recovery-image] Oct 30 23:19:23.185 INFO O| Oct 30 23:19:23.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
63112024-10-30T23:19:24.558Z[ recovery-image] Oct 30 23:19:23.185 INFO O| Oct 30 23:19:23.185 INFO STEP 727 (remove_files) COMPLETE
63122024-10-30T23:19:24.560Z[ recovery-image] Oct 30 23:19:23.185 INFO O| Oct 30 23:19:23.185 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63132024-10-30T23:19:24.567Z[ recovery-image] Oct 30 23:19:23.195 INFO O| Oct 30 23:19:23.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
63142024-10-30T23:19:24.568Z[ recovery-image] Oct 30 23:19:23.195 INFO O| Oct 30 23:19:23.195 INFO STEP 728 (remove_files) COMPLETE
63152024-10-30T23:19:24.568Z[ recovery-image] Oct 30 23:19:23.195 INFO O| Oct 30 23:19:23.195 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63162024-10-30T23:19:24.576Z[ recovery-image] Oct 30 23:19:23.204 INFO O| Oct 30 23:19:23.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
63172024-10-30T23:19:24.579Z[ recovery-image] Oct 30 23:19:23.204 INFO O| Oct 30 23:19:23.204 INFO STEP 729 (remove_files) COMPLETE
63182024-10-30T23:19:24.579Z[ recovery-image] Oct 30 23:19:23.204 INFO O| Oct 30 23:19:23.204 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63192024-10-30T23:19:24.587Z[ recovery-image] Oct 30 23:19:23.214 INFO O| Oct 30 23:19:23.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
63202024-10-30T23:19:24.587Z[ recovery-image] Oct 30 23:19:23.214 INFO O| Oct 30 23:19:23.214 INFO STEP 730 (remove_files) COMPLETE
63212024-10-30T23:19:24.589Z[ recovery-image] Oct 30 23:19:23.215 INFO O| Oct 30 23:19:23.214 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63222024-10-30T23:19:24.597Z[ recovery-image] Oct 30 23:19:23.224 INFO O| Oct 30 23:19:23.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
63232024-10-30T23:19:24.599Z[ recovery-image] Oct 30 23:19:23.224 INFO O| Oct 30 23:19:23.224 INFO STEP 731 (remove_files) COMPLETE
63242024-10-30T23:19:24.599Z[ recovery-image] Oct 30 23:19:23.224 INFO O| Oct 30 23:19:23.224 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63252024-10-30T23:19:24.606Z[ recovery-image] Oct 30 23:19:23.233 INFO O| Oct 30 23:19:23.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
63262024-10-30T23:19:24.606Z[ recovery-image] Oct 30 23:19:23.234 INFO O| Oct 30 23:19:23.234 INFO STEP 732 (remove_files) COMPLETE
63272024-10-30T23:19:24.608Z[ recovery-image] Oct 30 23:19:23.234 INFO O| Oct 30 23:19:23.234 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63282024-10-30T23:19:24.615Z[ recovery-image] Oct 30 23:19:23.243 INFO O| Oct 30 23:19:23.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
63292024-10-30T23:19:24.618Z[ recovery-image] Oct 30 23:19:23.243 INFO O| Oct 30 23:19:23.243 INFO STEP 733 (remove_files) COMPLETE
63302024-10-30T23:19:24.618Z[ recovery-image] Oct 30 23:19:23.243 INFO O| Oct 30 23:19:23.243 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63312024-10-30T23:19:24.625Z[ recovery-image] Oct 30 23:19:23.252 INFO O| Oct 30 23:19:23.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
63322024-10-30T23:19:24.625Z[ recovery-image] Oct 30 23:19:23.252 INFO O| Oct 30 23:19:23.252 INFO STEP 734 (remove_files) COMPLETE
63332024-10-30T23:19:24.625Z[ recovery-image] Oct 30 23:19:23.252 INFO O| Oct 30 23:19:23.252 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63342024-10-30T23:19:24.634Z[ recovery-image] Oct 30 23:19:23.261 INFO O| Oct 30 23:19:23.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
63352024-10-30T23:19:24.636Z[ recovery-image] Oct 30 23:19:23.262 INFO O| Oct 30 23:19:23.262 INFO STEP 735 (remove_files) COMPLETE
63362024-10-30T23:19:24.636Z[ recovery-image] Oct 30 23:19:23.262 INFO O| Oct 30 23:19:23.262 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63372024-10-30T23:19:24.643Z[ recovery-image] Oct 30 23:19:23.271 INFO O| Oct 30 23:19:23.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
63382024-10-30T23:19:24.643Z[ recovery-image] Oct 30 23:19:23.271 INFO O| Oct 30 23:19:23.271 INFO STEP 736 (remove_files) COMPLETE
63392024-10-30T23:19:24.646Z[ recovery-image] Oct 30 23:19:23.271 INFO O| Oct 30 23:19:23.271 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63402024-10-30T23:19:24.653Z[ recovery-image] Oct 30 23:19:23.280 INFO O| Oct 30 23:19:23.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
63412024-10-30T23:19:24.655Z[ recovery-image] Oct 30 23:19:23.281 INFO O| Oct 30 23:19:23.281 INFO STEP 737 (remove_files) COMPLETE
63422024-10-30T23:19:24.655Z[ recovery-image] Oct 30 23:19:23.281 INFO O| Oct 30 23:19:23.281 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63432024-10-30T23:19:24.663Z[ recovery-image] Oct 30 23:19:23.290 INFO O| Oct 30 23:19:23.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
63442024-10-30T23:19:24.663Z[ recovery-image] Oct 30 23:19:23.291 INFO O| Oct 30 23:19:23.290 INFO STEP 738 (remove_files) COMPLETE
63452024-10-30T23:19:24.663Z[ recovery-image] Oct 30 23:19:23.291 INFO O| Oct 30 23:19:23.291 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63462024-10-30T23:19:24.673Z[ recovery-image] Oct 30 23:19:23.300 INFO O| Oct 30 23:19:23.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
63472024-10-30T23:19:24.673Z[ recovery-image] Oct 30 23:19:23.300 INFO O| Oct 30 23:19:23.300 INFO STEP 739 (remove_files) COMPLETE
63482024-10-30T23:19:24.673Z[ recovery-image] Oct 30 23:19:23.300 INFO O| Oct 30 23:19:23.300 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63492024-10-30T23:19:24.682Z[ recovery-image] Oct 30 23:19:23.309 INFO O| Oct 30 23:19:23.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
63502024-10-30T23:19:24.685Z[ recovery-image] Oct 30 23:19:23.310 INFO O| Oct 30 23:19:23.309 INFO STEP 740 (remove_files) COMPLETE
63512024-10-30T23:19:24.685Z[ recovery-image] Oct 30 23:19:23.310 INFO O| Oct 30 23:19:23.309 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63522024-10-30T23:19:24.691Z[ recovery-image] Oct 30 23:19:23.319 INFO O| Oct 30 23:19:23.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
63532024-10-30T23:19:24.691Z[ recovery-image] Oct 30 23:19:23.319 INFO O| Oct 30 23:19:23.319 INFO STEP 741 (remove_files) COMPLETE
63542024-10-30T23:19:24.694Z[ recovery-image] Oct 30 23:19:23.319 INFO O| Oct 30 23:19:23.319 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63552024-10-30T23:19:24.701Z[ recovery-image] Oct 30 23:19:23.328 INFO O| Oct 30 23:19:23.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
63562024-10-30T23:19:24.701Z[ recovery-image] Oct 30 23:19:23.329 INFO O| Oct 30 23:19:23.328 INFO STEP 742 (remove_files) COMPLETE
63572024-10-30T23:19:24.703Z[ recovery-image] Oct 30 23:19:23.329 INFO O| Oct 30 23:19:23.328 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63582024-10-30T23:19:24.710Z[ recovery-image] Oct 30 23:19:23.338 INFO O| Oct 30 23:19:23.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
63592024-10-30T23:19:24.713Z[ recovery-image] Oct 30 23:19:23.338 INFO O| Oct 30 23:19:23.338 INFO STEP 743 (remove_files) COMPLETE
63602024-10-30T23:19:24.713Z[ recovery-image] Oct 30 23:19:23.338 INFO O| Oct 30 23:19:23.338 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63612024-10-30T23:19:24.720Z[ recovery-image] Oct 30 23:19:23.347 INFO O| Oct 30 23:19:23.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
63622024-10-30T23:19:24.720Z[ recovery-image] Oct 30 23:19:23.347 INFO O| Oct 30 23:19:23.347 INFO STEP 744 (remove_files) COMPLETE
63632024-10-30T23:19:24.722Z[ recovery-image] Oct 30 23:19:23.348 INFO O| Oct 30 23:19:23.347 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63642024-10-30T23:19:24.729Z[ recovery-image] Oct 30 23:19:23.357 INFO O| Oct 30 23:19:23.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
63652024-10-30T23:19:24.729Z[ recovery-image] Oct 30 23:19:23.357 INFO O| Oct 30 23:19:23.357 INFO STEP 745 (remove_files) COMPLETE
63662024-10-30T23:19:24.731Z[ recovery-image] Oct 30 23:19:23.357 INFO O| Oct 30 23:19:23.357 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63672024-10-30T23:19:24.739Z[ recovery-image] Oct 30 23:19:23.366 INFO O| Oct 30 23:19:23.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
63682024-10-30T23:19:24.739Z[ recovery-image] Oct 30 23:19:23.367 INFO O| Oct 30 23:19:23.366 INFO STEP 746 (remove_files) COMPLETE
63692024-10-30T23:19:24.739Z[ recovery-image] Oct 30 23:19:23.367 INFO O| Oct 30 23:19:23.367 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63702024-10-30T23:19:24.749Z[ recovery-image] Oct 30 23:19:23.376 INFO O| Oct 30 23:19:23.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
63712024-10-30T23:19:24.749Z[ recovery-image] Oct 30 23:19:23.376 INFO O| Oct 30 23:19:23.376 INFO STEP 747 (remove_files) COMPLETE
63722024-10-30T23:19:24.749Z[ recovery-image] Oct 30 23:19:23.376 INFO O| Oct 30 23:19:23.376 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63732024-10-30T23:19:24.758Z[ recovery-image] Oct 30 23:19:23.386 INFO O| Oct 30 23:19:23.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
63742024-10-30T23:19:24.760Z[ recovery-image] Oct 30 23:19:23.386 INFO O| Oct 30 23:19:23.386 INFO STEP 748 (remove_files) COMPLETE
63752024-10-30T23:19:24.760Z[ recovery-image] Oct 30 23:19:23.386 INFO O| Oct 30 23:19:23.386 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63762024-10-30T23:19:24.768Z[ recovery-image] Oct 30 23:19:23.395 INFO O| Oct 30 23:19:23.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
63772024-10-30T23:19:24.770Z[ recovery-image] Oct 30 23:19:23.395 INFO O| Oct 30 23:19:23.395 INFO STEP 749 (remove_files) COMPLETE
63782024-10-30T23:19:24.770Z[ recovery-image] Oct 30 23:19:23.396 INFO O| Oct 30 23:19:23.395 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63792024-10-30T23:19:24.777Z[ recovery-image] Oct 30 23:19:23.405 INFO O| Oct 30 23:19:23.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
63802024-10-30T23:19:24.777Z[ recovery-image] Oct 30 23:19:23.405 INFO O| Oct 30 23:19:23.405 INFO STEP 750 (remove_files) COMPLETE
63812024-10-30T23:19:24.777Z[ recovery-image] Oct 30 23:19:23.405 INFO O| Oct 30 23:19:23.405 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63822024-10-30T23:19:24.787Z[ recovery-image] Oct 30 23:19:23.414 INFO O| Oct 30 23:19:23.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
63832024-10-30T23:19:24.787Z[ recovery-image] Oct 30 23:19:23.414 INFO O| Oct 30 23:19:23.414 INFO STEP 751 (remove_files) COMPLETE
63842024-10-30T23:19:24.787Z[ recovery-image] Oct 30 23:19:23.414 INFO O| Oct 30 23:19:23.414 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63852024-10-30T23:19:24.796Z[ recovery-image] Oct 30 23:19:23.424 INFO O| Oct 30 23:19:23.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
63862024-10-30T23:19:24.796Z[ recovery-image] Oct 30 23:19:23.424 INFO O| Oct 30 23:19:23.424 INFO STEP 752 (remove_files) COMPLETE
63872024-10-30T23:19:24.796Z[ recovery-image] Oct 30 23:19:23.424 INFO O| Oct 30 23:19:23.424 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63882024-10-30T23:19:24.806Z[ recovery-image] Oct 30 23:19:23.433 INFO O| Oct 30 23:19:23.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
63892024-10-30T23:19:24.808Z[ recovery-image] Oct 30 23:19:23.433 INFO O| Oct 30 23:19:23.433 INFO STEP 753 (remove_files) COMPLETE
63902024-10-30T23:19:24.808Z[ recovery-image] Oct 30 23:19:23.433 INFO O| Oct 30 23:19:23.433 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63912024-10-30T23:19:24.815Z[ recovery-image] Oct 30 23:19:23.443 INFO O| Oct 30 23:19:23.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
63922024-10-30T23:19:24.815Z[ recovery-image] Oct 30 23:19:23.443 INFO O| Oct 30 23:19:23.443 INFO STEP 754 (remove_files) COMPLETE
63932024-10-30T23:19:24.815Z[ recovery-image] Oct 30 23:19:23.443 INFO O| Oct 30 23:19:23.443 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63942024-10-30T23:19:24.824Z[ recovery-image] Oct 30 23:19:23.452 INFO O| Oct 30 23:19:23.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
63952024-10-30T23:19:24.825Z[ recovery-image] Oct 30 23:19:23.452 INFO O| Oct 30 23:19:23.452 INFO STEP 755 (remove_files) COMPLETE
63962024-10-30T23:19:24.827Z[ recovery-image] Oct 30 23:19:23.452 INFO O| Oct 30 23:19:23.452 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63972024-10-30T23:19:24.834Z[ recovery-image] Oct 30 23:19:23.461 INFO O| Oct 30 23:19:23.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
63982024-10-30T23:19:24.837Z[ recovery-image] Oct 30 23:19:23.461 INFO O| Oct 30 23:19:23.461 INFO STEP 756 (remove_files) COMPLETE
63992024-10-30T23:19:24.837Z[ recovery-image] Oct 30 23:19:23.461 INFO O| Oct 30 23:19:23.461 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64002024-10-30T23:19:24.843Z[ recovery-image] Oct 30 23:19:23.471 INFO O| Oct 30 23:19:23.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
64012024-10-30T23:19:24.843Z[ recovery-image] Oct 30 23:19:23.471 INFO O| Oct 30 23:19:23.471 INFO STEP 757 (remove_files) COMPLETE
64022024-10-30T23:19:24.846Z[ recovery-image] Oct 30 23:19:23.471 INFO O| Oct 30 23:19:23.471 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64032024-10-30T23:19:24.853Z[ recovery-image] Oct 30 23:19:23.480 INFO O| Oct 30 23:19:23.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
64042024-10-30T23:19:24.853Z[ recovery-image] Oct 30 23:19:23.480 INFO O| Oct 30 23:19:23.480 INFO STEP 758 (remove_files) COMPLETE
64052024-10-30T23:19:24.856Z[ recovery-image] Oct 30 23:19:23.480 INFO O| Oct 30 23:19:23.480 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64062024-10-30T23:19:24.862Z[ recovery-image] Oct 30 23:19:23.490 INFO O| Oct 30 23:19:23.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
64072024-10-30T23:19:24.864Z[ recovery-image] Oct 30 23:19:23.490 INFO O| Oct 30 23:19:23.490 INFO STEP 759 (remove_files) COMPLETE
64082024-10-30T23:19:24.864Z[ recovery-image] Oct 30 23:19:23.490 INFO O| Oct 30 23:19:23.490 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64092024-10-30T23:19:24.872Z[ recovery-image] Oct 30 23:19:23.500 INFO O| Oct 30 23:19:23.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
64102024-10-30T23:19:24.872Z[ recovery-image] Oct 30 23:19:23.500 INFO O| Oct 30 23:19:23.500 INFO STEP 760 (remove_files) COMPLETE
64112024-10-30T23:19:24.875Z[ recovery-image] Oct 30 23:19:23.500 INFO O| Oct 30 23:19:23.500 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64122024-10-30T23:19:24.882Z[ recovery-image] Oct 30 23:19:23.509 INFO O| Oct 30 23:19:23.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
64132024-10-30T23:19:24.884Z[ recovery-image] Oct 30 23:19:23.509 INFO O| Oct 30 23:19:23.509 INFO STEP 761 (remove_files) COMPLETE
64142024-10-30T23:19:24.884Z[ recovery-image] Oct 30 23:19:23.509 INFO O| Oct 30 23:19:23.509 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64152024-10-30T23:19:24.891Z[ recovery-image] Oct 30 23:19:23.519 INFO O| Oct 30 23:19:23.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
64162024-10-30T23:19:24.895Z[ recovery-image] Oct 30 23:19:23.519 INFO O| Oct 30 23:19:23.519 INFO STEP 762 (remove_files) COMPLETE
64172024-10-30T23:19:24.895Z[ recovery-image] Oct 30 23:19:23.519 INFO O| Oct 30 23:19:23.519 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64182024-10-30T23:19:24.901Z[ recovery-image] Oct 30 23:19:23.528 INFO O| Oct 30 23:19:23.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
64192024-10-30T23:19:24.901Z[ recovery-image] Oct 30 23:19:23.529 INFO O| Oct 30 23:19:23.528 INFO STEP 763 (remove_files) COMPLETE
64202024-10-30T23:19:24.901Z[ recovery-image] Oct 30 23:19:23.529 INFO O| Oct 30 23:19:23.529 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64212024-10-30T23:19:24.910Z[ recovery-image] Oct 30 23:19:23.538 INFO O| Oct 30 23:19:23.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
64222024-10-30T23:19:24.910Z[ recovery-image] Oct 30 23:19:23.538 INFO O| Oct 30 23:19:23.538 INFO STEP 764 (remove_files) COMPLETE
64232024-10-30T23:19:24.910Z[ recovery-image] Oct 30 23:19:23.538 INFO O| Oct 30 23:19:23.538 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64242024-10-30T23:19:24.920Z[ recovery-image] Oct 30 23:19:23.547 INFO O| Oct 30 23:19:23.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
64252024-10-30T23:19:24.920Z[ recovery-image] Oct 30 23:19:23.547 INFO O| Oct 30 23:19:23.547 INFO STEP 765 (remove_files) COMPLETE
64262024-10-30T23:19:24.922Z[ recovery-image] Oct 30 23:19:23.548 INFO O| Oct 30 23:19:23.547 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64272024-10-30T23:19:24.929Z[ recovery-image] Oct 30 23:19:23.557 INFO O| Oct 30 23:19:23.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
64282024-10-30T23:19:24.931Z[ recovery-image] Oct 30 23:19:23.557 INFO O| Oct 30 23:19:23.557 INFO STEP 766 (remove_files) COMPLETE
64292024-10-30T23:19:24.931Z[ recovery-image] Oct 30 23:19:23.557 INFO O| Oct 30 23:19:23.557 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64302024-10-30T23:19:24.939Z[ recovery-image] Oct 30 23:19:23.567 INFO O| Oct 30 23:19:23.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
64312024-10-30T23:19:24.939Z[ recovery-image] Oct 30 23:19:23.567 INFO O| Oct 30 23:19:23.567 INFO STEP 767 (remove_files) COMPLETE
64322024-10-30T23:19:24.941Z[ recovery-image] Oct 30 23:19:23.567 INFO O| Oct 30 23:19:23.567 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64332024-10-30T23:19:24.949Z[ recovery-image] Oct 30 23:19:23.576 INFO O| Oct 30 23:19:23.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
64342024-10-30T23:19:24.949Z[ recovery-image] Oct 30 23:19:23.576 INFO O| Oct 30 23:19:23.576 INFO STEP 768 (remove_files) COMPLETE
64352024-10-30T23:19:24.951Z[ recovery-image] Oct 30 23:19:23.576 INFO O| Oct 30 23:19:23.576 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64362024-10-30T23:19:24.958Z[ recovery-image] Oct 30 23:19:23.585 INFO O| Oct 30 23:19:23.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
64372024-10-30T23:19:24.960Z[ recovery-image] Oct 30 23:19:23.586 INFO O| Oct 30 23:19:23.585 INFO STEP 769 (remove_files) COMPLETE
64382024-10-30T23:19:24.960Z[ recovery-image] Oct 30 23:19:23.586 INFO O| Oct 30 23:19:23.586 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64392024-10-30T23:19:24.967Z[ recovery-image] Oct 30 23:19:23.595 INFO O| Oct 30 23:19:23.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
64402024-10-30T23:19:24.967Z[ recovery-image] Oct 30 23:19:23.595 INFO O| Oct 30 23:19:23.595 INFO STEP 770 (remove_files) COMPLETE
64412024-10-30T23:19:24.970Z[ recovery-image] Oct 30 23:19:23.595 INFO O| Oct 30 23:19:23.595 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64422024-10-30T23:19:24.977Z[ recovery-image] Oct 30 23:19:23.604 INFO O| Oct 30 23:19:23.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
64432024-10-30T23:19:24.977Z[ recovery-image] Oct 30 23:19:23.604 INFO O| Oct 30 23:19:23.604 INFO STEP 771 (remove_files) COMPLETE
64442024-10-30T23:19:24.977Z[ recovery-image] Oct 30 23:19:23.604 INFO O| Oct 30 23:19:23.604 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64452024-10-30T23:19:24.986Z[ recovery-image] Oct 30 23:19:23.614 INFO O| Oct 30 23:19:23.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
64462024-10-30T23:19:24.989Z[ recovery-image] Oct 30 23:19:23.614 INFO O| Oct 30 23:19:23.614 INFO STEP 772 (remove_files) COMPLETE
64472024-10-30T23:19:24.989Z[ recovery-image] Oct 30 23:19:23.614 INFO O| Oct 30 23:19:23.614 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64482024-10-30T23:19:24.996Z[ recovery-image] Oct 30 23:19:23.623 INFO O| Oct 30 23:19:23.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
64492024-10-30T23:19:24.996Z[ recovery-image] Oct 30 23:19:23.623 INFO O| Oct 30 23:19:23.623 INFO STEP 773 (remove_files) COMPLETE
64502024-10-30T23:19:24.998Z[ recovery-image] Oct 30 23:19:23.623 INFO O| Oct 30 23:19:23.623 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64512024-10-30T23:19:25.005Z[ recovery-image] Oct 30 23:19:23.633 INFO O| Oct 30 23:19:23.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
64522024-10-30T23:19:25.007Z[ recovery-image] Oct 30 23:19:23.633 INFO O| Oct 30 23:19:23.633 INFO STEP 774 (remove_files) COMPLETE
64532024-10-30T23:19:25.008Z[ recovery-image] Oct 30 23:19:23.633 INFO O| Oct 30 23:19:23.633 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64542024-10-30T23:19:25.015Z[ recovery-image] Oct 30 23:19:23.642 INFO O| Oct 30 23:19:23.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
64552024-10-30T23:19:25.017Z[ recovery-image] Oct 30 23:19:23.642 INFO O| Oct 30 23:19:23.642 INFO STEP 775 (remove_files) COMPLETE
64562024-10-30T23:19:25.017Z[ recovery-image] Oct 30 23:19:23.642 INFO O| Oct 30 23:19:23.642 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64572024-10-30T23:19:25.024Z[ recovery-image] Oct 30 23:19:23.651 INFO O| Oct 30 23:19:23.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
64582024-10-30T23:19:25.024Z[ recovery-image] Oct 30 23:19:23.652 INFO O| Oct 30 23:19:23.652 INFO STEP 776 (remove_files) COMPLETE
64592024-10-30T23:19:25.024Z[ recovery-image] Oct 30 23:19:23.652 INFO O| Oct 30 23:19:23.652 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64602024-10-30T23:19:25.033Z[ recovery-image] Oct 30 23:19:23.661 INFO O| Oct 30 23:19:23.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
64612024-10-30T23:19:25.033Z[ recovery-image] Oct 30 23:19:23.661 INFO O| Oct 30 23:19:23.661 INFO STEP 777 (remove_files) COMPLETE
64622024-10-30T23:19:25.034Z[ recovery-image] Oct 30 23:19:23.661 INFO O| Oct 30 23:19:23.661 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64632024-10-30T23:19:25.043Z[ recovery-image] Oct 30 23:19:23.670 INFO O| Oct 30 23:19:23.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
64642024-10-30T23:19:25.043Z[ recovery-image] Oct 30 23:19:23.670 INFO O| Oct 30 23:19:23.670 INFO STEP 778 (remove_files) COMPLETE
64652024-10-30T23:19:25.043Z[ recovery-image] Oct 30 23:19:23.670 INFO O| Oct 30 23:19:23.670 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64662024-10-30T23:19:25.052Z[ recovery-image] Oct 30 23:19:23.680 INFO O| Oct 30 23:19:23.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
64672024-10-30T23:19:25.052Z[ recovery-image] Oct 30 23:19:23.680 INFO O| Oct 30 23:19:23.680 INFO STEP 779 (remove_files) COMPLETE
64682024-10-30T23:19:25.055Z[ recovery-image] Oct 30 23:19:23.680 INFO O| Oct 30 23:19:23.680 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64692024-10-30T23:19:25.062Z[ recovery-image] Oct 30 23:19:23.690 INFO O| Oct 30 23:19:23.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
64702024-10-30T23:19:25.062Z[ recovery-image] Oct 30 23:19:23.690 INFO O| Oct 30 23:19:23.690 INFO STEP 780 (remove_files) COMPLETE
64712024-10-30T23:19:25.065Z[ recovery-image] Oct 30 23:19:23.690 INFO O| Oct 30 23:19:23.690 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64722024-10-30T23:19:25.071Z[ recovery-image] Oct 30 23:19:23.699 INFO O| Oct 30 23:19:23.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
64732024-10-30T23:19:25.072Z[ recovery-image] Oct 30 23:19:23.699 INFO O| Oct 30 23:19:23.699 INFO STEP 781 (remove_files) COMPLETE
64742024-10-30T23:19:25.072Z[ recovery-image] Oct 30 23:19:23.699 INFO O| Oct 30 23:19:23.699 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64752024-10-30T23:19:25.081Z[ recovery-image] Oct 30 23:19:23.708 INFO O| Oct 30 23:19:23.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
64762024-10-30T23:19:25.081Z[ recovery-image] Oct 30 23:19:23.708 INFO O| Oct 30 23:19:23.708 INFO STEP 782 (remove_files) COMPLETE
64772024-10-30T23:19:25.081Z[ recovery-image] Oct 30 23:19:23.708 INFO O| Oct 30 23:19:23.708 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64782024-10-30T23:19:25.090Z[ recovery-image] Oct 30 23:19:23.718 INFO O| Oct 30 23:19:23.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
64792024-10-30T23:19:25.090Z[ recovery-image] Oct 30 23:19:23.718 INFO O| Oct 30 23:19:23.718 INFO STEP 783 (remove_files) COMPLETE
64802024-10-30T23:19:25.090Z[ recovery-image] Oct 30 23:19:23.718 INFO O| Oct 30 23:19:23.718 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64812024-10-30T23:19:25.100Z[ recovery-image] Oct 30 23:19:23.727 INFO O| Oct 30 23:19:23.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
64822024-10-30T23:19:25.100Z[ recovery-image] Oct 30 23:19:23.727 INFO O| Oct 30 23:19:23.727 INFO STEP 784 (remove_files) COMPLETE
64832024-10-30T23:19:25.103Z[ recovery-image] Oct 30 23:19:23.727 INFO O| Oct 30 23:19:23.727 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64842024-10-30T23:19:25.109Z[ recovery-image] Oct 30 23:19:23.737 INFO O| Oct 30 23:19:23.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
64852024-10-30T23:19:25.112Z[ recovery-image] Oct 30 23:19:23.737 INFO O| Oct 30 23:19:23.737 INFO STEP 785 (remove_files) COMPLETE
64862024-10-30T23:19:25.112Z[ recovery-image] Oct 30 23:19:23.737 INFO O| Oct 30 23:19:23.737 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64872024-10-30T23:19:25.119Z[ recovery-image] Oct 30 23:19:23.746 INFO O| Oct 30 23:19:23.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
64882024-10-30T23:19:25.119Z[ recovery-image] Oct 30 23:19:23.746 INFO O| Oct 30 23:19:23.746 INFO STEP 786 (remove_files) COMPLETE
64892024-10-30T23:19:25.121Z[ recovery-image] Oct 30 23:19:23.746 INFO O| Oct 30 23:19:23.746 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64902024-10-30T23:19:25.128Z[ recovery-image] Oct 30 23:19:23.755 INFO O| Oct 30 23:19:23.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
64912024-10-30T23:19:25.131Z[ recovery-image] Oct 30 23:19:23.756 INFO O| Oct 30 23:19:23.756 INFO STEP 787 (remove_files) COMPLETE
64922024-10-30T23:19:25.131Z[ recovery-image] Oct 30 23:19:23.756 INFO O| Oct 30 23:19:23.756 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64932024-10-30T23:19:25.138Z[ recovery-image] Oct 30 23:19:23.765 INFO O| Oct 30 23:19:23.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
64942024-10-30T23:19:25.139Z[ recovery-image] Oct 30 23:19:23.765 INFO O| Oct 30 23:19:23.765 INFO STEP 788 (remove_files) COMPLETE
64952024-10-30T23:19:25.141Z[ recovery-image] Oct 30 23:19:23.765 INFO O| Oct 30 23:19:23.765 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64962024-10-30T23:19:25.147Z[ recovery-image] Oct 30 23:19:23.774 INFO O| Oct 30 23:19:23.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
64972024-10-30T23:19:25.147Z[ recovery-image] Oct 30 23:19:23.775 INFO O| Oct 30 23:19:23.774 INFO STEP 789 (remove_files) COMPLETE
64982024-10-30T23:19:25.147Z[ recovery-image] Oct 30 23:19:23.775 INFO O| Oct 30 23:19:23.774 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64992024-10-30T23:19:25.156Z[ recovery-image] Oct 30 23:19:23.784 INFO O| Oct 30 23:19:23.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
65002024-10-30T23:19:25.156Z[ recovery-image] Oct 30 23:19:23.784 INFO O| Oct 30 23:19:23.784 INFO STEP 790 (remove_files) COMPLETE
65012024-10-30T23:19:25.158Z[ recovery-image] Oct 30 23:19:23.784 INFO O| Oct 30 23:19:23.784 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65022024-10-30T23:19:25.166Z[ recovery-image] Oct 30 23:19:23.793 INFO O| Oct 30 23:19:23.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
65032024-10-30T23:19:25.166Z[ recovery-image] Oct 30 23:19:23.793 INFO O| Oct 30 23:19:23.793 INFO STEP 791 (remove_files) COMPLETE
65042024-10-30T23:19:25.166Z[ recovery-image] Oct 30 23:19:23.793 INFO O| Oct 30 23:19:23.793 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65052024-10-30T23:19:25.175Z[ recovery-image] Oct 30 23:19:23.803 INFO O| Oct 30 23:19:23.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
65062024-10-30T23:19:25.175Z[ recovery-image] Oct 30 23:19:23.803 INFO O| Oct 30 23:19:23.803 INFO STEP 792 (remove_files) COMPLETE
65072024-10-30T23:19:25.178Z[ recovery-image] Oct 30 23:19:23.803 INFO O| Oct 30 23:19:23.803 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65082024-10-30T23:19:25.184Z[ recovery-image] Oct 30 23:19:23.812 INFO O| Oct 30 23:19:23.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
65092024-10-30T23:19:25.184Z[ recovery-image] Oct 30 23:19:23.812 INFO O| Oct 30 23:19:23.812 INFO STEP 793 (remove_files) COMPLETE
65102024-10-30T23:19:25.187Z[ recovery-image] Oct 30 23:19:23.812 INFO O| Oct 30 23:19:23.812 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65112024-10-30T23:19:25.194Z[ recovery-image] Oct 30 23:19:23.821 INFO O| Oct 30 23:19:23.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
65122024-10-30T23:19:25.194Z[ recovery-image] Oct 30 23:19:23.821 INFO O| Oct 30 23:19:23.821 INFO STEP 794 (remove_files) COMPLETE
65132024-10-30T23:19:25.196Z[ recovery-image] Oct 30 23:19:23.821 INFO O| Oct 30 23:19:23.821 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65142024-10-30T23:19:25.204Z[ recovery-image] Oct 30 23:19:23.831 INFO O| Oct 30 23:19:23.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
65152024-10-30T23:19:25.204Z[ recovery-image] Oct 30 23:19:23.831 INFO O| Oct 30 23:19:23.831 INFO STEP 795 (remove_files) COMPLETE
65162024-10-30T23:19:25.206Z[ recovery-image] Oct 30 23:19:23.831 INFO O| Oct 30 23:19:23.831 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65172024-10-30T23:19:25.213Z[ recovery-image] Oct 30 23:19:23.841 INFO O| Oct 30 23:19:23.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
65182024-10-30T23:19:25.216Z[ recovery-image] Oct 30 23:19:23.841 INFO O| Oct 30 23:19:23.841 INFO STEP 796 (remove_files) COMPLETE
65192024-10-30T23:19:25.216Z[ recovery-image] Oct 30 23:19:23.841 INFO O| Oct 30 23:19:23.841 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65202024-10-30T23:19:25.223Z[ recovery-image] Oct 30 23:19:23.850 INFO O| Oct 30 23:19:23.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
65212024-10-30T23:19:25.223Z[ recovery-image] Oct 30 23:19:23.850 INFO O| Oct 30 23:19:23.850 INFO STEP 797 (remove_files) COMPLETE
65222024-10-30T23:19:25.223Z[ recovery-image] Oct 30 23:19:23.850 INFO O| Oct 30 23:19:23.850 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65232024-10-30T23:19:25.232Z[ recovery-image] Oct 30 23:19:23.860 INFO O| Oct 30 23:19:23.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
65242024-10-30T23:19:25.232Z[ recovery-image] Oct 30 23:19:23.860 INFO O| Oct 30 23:19:23.860 INFO STEP 798 (remove_files) COMPLETE
65252024-10-30T23:19:25.234Z[ recovery-image] Oct 30 23:19:23.860 INFO O| Oct 30 23:19:23.860 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65262024-10-30T23:19:25.242Z[ recovery-image] Oct 30 23:19:23.869 INFO O| Oct 30 23:19:23.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
65272024-10-30T23:19:25.244Z[ recovery-image] Oct 30 23:19:23.869 INFO O| Oct 30 23:19:23.869 INFO STEP 799 (remove_files) COMPLETE
65282024-10-30T23:19:25.244Z[ recovery-image] Oct 30 23:19:23.869 INFO O| Oct 30 23:19:23.869 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65292024-10-30T23:19:25.251Z[ recovery-image] Oct 30 23:19:23.879 INFO O| Oct 30 23:19:23.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
65302024-10-30T23:19:25.251Z[ recovery-image] Oct 30 23:19:23.879 INFO O| Oct 30 23:19:23.879 INFO STEP 800 (remove_files) COMPLETE
65312024-10-30T23:19:25.253Z[ recovery-image] Oct 30 23:19:23.879 INFO O| Oct 30 23:19:23.879 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65322024-10-30T23:19:25.260Z[ recovery-image] Oct 30 23:19:23.888 INFO O| Oct 30 23:19:23.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
65332024-10-30T23:19:25.263Z[ recovery-image] Oct 30 23:19:23.888 INFO O| Oct 30 23:19:23.888 INFO STEP 801 (remove_files) COMPLETE
65342024-10-30T23:19:25.263Z[ recovery-image] Oct 30 23:19:23.888 INFO O| Oct 30 23:19:23.888 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65352024-10-30T23:19:25.263Z[ host-image] Oct 30 23:19:23.889 INFO O| Oct 30 23:19:23.889 INFO O| Done
65362024-10-30T23:19:25.270Z[ recovery-image] Oct 30 23:19:23.898 INFO O| Oct 30 23:19:23.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
65372024-10-30T23:19:25.270Z[ recovery-image] Oct 30 23:19:23.898 INFO O| Oct 30 23:19:23.898 INFO STEP 802 (remove_files) COMPLETE
65382024-10-30T23:19:25.272Z[ recovery-image] Oct 30 23:19:23.898 INFO O| Oct 30 23:19:23.898 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65392024-10-30T23:19:25.280Z[ recovery-image] Oct 30 23:19:23.907 INFO O| Oct 30 23:19:23.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
65402024-10-30T23:19:25.280Z[ recovery-image] Oct 30 23:19:23.907 INFO O| Oct 30 23:19:23.907 INFO STEP 803 (remove_files) COMPLETE
65412024-10-30T23:19:25.280Z[ recovery-image] Oct 30 23:19:23.907 INFO O| Oct 30 23:19:23.907 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65422024-10-30T23:19:25.290Z[ recovery-image] Oct 30 23:19:23.917 INFO O| Oct 30 23:19:23.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
65432024-10-30T23:19:25.292Z[ recovery-image] Oct 30 23:19:23.917 INFO O| Oct 30 23:19:23.917 INFO STEP 804 (remove_files) COMPLETE
65442024-10-30T23:19:25.292Z[ recovery-image] Oct 30 23:19:23.917 INFO O| Oct 30 23:19:23.917 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65452024-10-30T23:19:25.299Z[ recovery-image] Oct 30 23:19:23.927 INFO O| Oct 30 23:19:23.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
65462024-10-30T23:19:25.299Z[ recovery-image] Oct 30 23:19:23.927 INFO O| Oct 30 23:19:23.927 INFO STEP 805 (remove_files) COMPLETE
65472024-10-30T23:19:25.303Z[ recovery-image] Oct 30 23:19:23.927 INFO O| Oct 30 23:19:23.927 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65482024-10-30T23:19:25.309Z[ recovery-image] Oct 30 23:19:23.936 INFO O| Oct 30 23:19:23.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
65492024-10-30T23:19:25.309Z[ recovery-image] Oct 30 23:19:23.936 INFO O| Oct 30 23:19:23.936 INFO STEP 806 (remove_files) COMPLETE
65502024-10-30T23:19:25.311Z[ recovery-image] Oct 30 23:19:23.937 INFO O| Oct 30 23:19:23.936 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65512024-10-30T23:19:25.319Z[ recovery-image] Oct 30 23:19:23.946 INFO O| Oct 30 23:19:23.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
65522024-10-30T23:19:25.321Z[ recovery-image] Oct 30 23:19:23.946 INFO O| Oct 30 23:19:23.946 INFO STEP 807 (remove_files) COMPLETE
65532024-10-30T23:19:25.321Z[ recovery-image] Oct 30 23:19:23.946 INFO O| Oct 30 23:19:23.946 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65542024-10-30T23:19:25.328Z[ recovery-image] Oct 30 23:19:23.956 INFO O| Oct 30 23:19:23.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
65552024-10-30T23:19:25.328Z[ recovery-image] Oct 30 23:19:23.956 INFO O| Oct 30 23:19:23.956 INFO STEP 808 (remove_files) COMPLETE
65562024-10-30T23:19:25.330Z[ recovery-image] Oct 30 23:19:23.956 INFO O| Oct 30 23:19:23.956 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65572024-10-30T23:19:25.338Z[ recovery-image] Oct 30 23:19:23.965 INFO O| Oct 30 23:19:23.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
65582024-10-30T23:19:25.338Z[ recovery-image] Oct 30 23:19:23.965 INFO O| Oct 30 23:19:23.965 INFO STEP 809 (remove_files) COMPLETE
65592024-10-30T23:19:25.338Z[ recovery-image] Oct 30 23:19:23.965 INFO O| Oct 30 23:19:23.965 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65602024-10-30T23:19:25.347Z[ recovery-image] Oct 30 23:19:23.975 INFO O| Oct 30 23:19:23.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
65612024-10-30T23:19:25.349Z[ recovery-image] Oct 30 23:19:23.975 INFO O| Oct 30 23:19:23.975 INFO STEP 810 (remove_files) COMPLETE
65622024-10-30T23:19:25.349Z[ recovery-image] Oct 30 23:19:23.975 INFO O| Oct 30 23:19:23.975 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65632024-10-30T23:19:25.357Z[ recovery-image] Oct 30 23:19:23.984 INFO O| Oct 30 23:19:23.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
65642024-10-30T23:19:25.359Z[ recovery-image] Oct 30 23:19:23.984 INFO O| Oct 30 23:19:23.984 INFO STEP 811 (remove_files) COMPLETE
65652024-10-30T23:19:25.359Z[ recovery-image] Oct 30 23:19:23.984 INFO O| Oct 30 23:19:23.984 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65662024-10-30T23:19:25.366Z[ recovery-image] Oct 30 23:19:23.994 INFO O| Oct 30 23:19:23.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
65672024-10-30T23:19:25.366Z[ recovery-image] Oct 30 23:19:23.994 INFO O| Oct 30 23:19:23.994 INFO STEP 812 (remove_files) COMPLETE
65682024-10-30T23:19:25.366Z[ recovery-image] Oct 30 23:19:23.994 INFO O| Oct 30 23:19:23.994 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65692024-10-30T23:19:25.376Z[ recovery-image] Oct 30 23:19:24.003 INFO O| Oct 30 23:19:24.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
65702024-10-30T23:19:25.376Z[ recovery-image] Oct 30 23:19:24.003 INFO O| Oct 30 23:19:24.003 INFO STEP 813 (remove_files) COMPLETE
65712024-10-30T23:19:25.378Z[ recovery-image] Oct 30 23:19:24.003 INFO O| Oct 30 23:19:24.003 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65722024-10-30T23:19:25.386Z[ recovery-image] Oct 30 23:19:24.014 INFO O| Oct 30 23:19:24.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
65732024-10-30T23:19:25.386Z[ recovery-image] Oct 30 23:19:24.014 INFO O| Oct 30 23:19:24.014 INFO STEP 814 (remove_files) COMPLETE
65742024-10-30T23:19:25.388Z[ recovery-image] Oct 30 23:19:24.014 INFO O| Oct 30 23:19:24.014 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65752024-10-30T23:19:25.396Z[ recovery-image] Oct 30 23:19:24.023 INFO O| Oct 30 23:19:24.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
65762024-10-30T23:19:25.396Z[ recovery-image] Oct 30 23:19:24.023 INFO O| Oct 30 23:19:24.023 INFO STEP 815 (remove_files) COMPLETE
65772024-10-30T23:19:25.396Z[ recovery-image] Oct 30 23:19:24.023 INFO O| Oct 30 23:19:24.023 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65782024-10-30T23:19:25.406Z[ recovery-image] Oct 30 23:19:24.034 INFO O| Oct 30 23:19:24.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
65792024-10-30T23:19:25.406Z[ recovery-image] Oct 30 23:19:24.034 INFO O| Oct 30 23:19:24.034 INFO STEP 816 (remove_files) COMPLETE
65802024-10-30T23:19:25.409Z[ recovery-image] Oct 30 23:19:24.034 INFO O| Oct 30 23:19:24.034 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65812024-10-30T23:19:25.416Z[ recovery-image] Oct 30 23:19:24.043 INFO O| Oct 30 23:19:24.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
65822024-10-30T23:19:25.416Z[ recovery-image] Oct 30 23:19:24.043 INFO O| Oct 30 23:19:24.043 INFO STEP 817 (remove_files) COMPLETE
65832024-10-30T23:19:25.416Z[ recovery-image] Oct 30 23:19:24.043 INFO O| Oct 30 23:19:24.043 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65842024-10-30T23:19:25.425Z[ recovery-image] Oct 30 23:19:24.053 INFO O| Oct 30 23:19:24.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
65852024-10-30T23:19:25.425Z[ recovery-image] Oct 30 23:19:24.053 INFO O| Oct 30 23:19:24.053 INFO STEP 818 (remove_files) COMPLETE
65862024-10-30T23:19:25.428Z[ recovery-image] Oct 30 23:19:24.053 INFO O| Oct 30 23:19:24.053 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65872024-10-30T23:19:25.435Z[ recovery-image] Oct 30 23:19:24.063 INFO O| Oct 30 23:19:24.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
65882024-10-30T23:19:25.435Z[ recovery-image] Oct 30 23:19:24.063 INFO O| Oct 30 23:19:24.063 INFO STEP 819 (remove_files) COMPLETE
65892024-10-30T23:19:25.435Z[ recovery-image] Oct 30 23:19:24.063 INFO O| Oct 30 23:19:24.063 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65902024-10-30T23:19:25.445Z[ recovery-image] Oct 30 23:19:24.072 INFO O| Oct 30 23:19:24.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
65912024-10-30T23:19:25.445Z[ recovery-image] Oct 30 23:19:24.072 INFO O| Oct 30 23:19:24.072 INFO STEP 820 (remove_files) COMPLETE
65922024-10-30T23:19:25.445Z[ recovery-image] Oct 30 23:19:24.072 INFO O| Oct 30 23:19:24.072 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65932024-10-30T23:19:25.455Z[ recovery-image] Oct 30 23:19:24.082 INFO O| Oct 30 23:19:24.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
65942024-10-30T23:19:25.455Z[ recovery-image] Oct 30 23:19:24.082 INFO O| Oct 30 23:19:24.082 INFO STEP 821 (remove_files) COMPLETE
65952024-10-30T23:19:25.457Z[ recovery-image] Oct 30 23:19:24.082 INFO O| Oct 30 23:19:24.082 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65962024-10-30T23:19:25.463Z[ recovery-image] Oct 30 23:19:24.091 INFO O| Oct 30 23:19:24.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
65972024-10-30T23:19:25.464Z[ recovery-image] Oct 30 23:19:24.091 INFO O| Oct 30 23:19:24.091 INFO STEP 822 (remove_files) COMPLETE
65982024-10-30T23:19:25.466Z[ recovery-image] Oct 30 23:19:24.091 INFO O| Oct 30 23:19:24.091 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65992024-10-30T23:19:25.473Z[ recovery-image] Oct 30 23:19:24.100 INFO O| Oct 30 23:19:24.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
66002024-10-30T23:19:25.473Z[ recovery-image] Oct 30 23:19:24.101 INFO O| Oct 30 23:19:24.100 INFO STEP 823 (remove_files) COMPLETE
66012024-10-30T23:19:25.473Z[ recovery-image] Oct 30 23:19:24.101 INFO O| Oct 30 23:19:24.100 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66022024-10-30T23:19:25.482Z[ recovery-image] Oct 30 23:19:24.110 INFO O| Oct 30 23:19:24.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
66032024-10-30T23:19:25.482Z[ recovery-image] Oct 30 23:19:24.110 INFO O| Oct 30 23:19:24.110 INFO STEP 824 (remove_files) COMPLETE
66042024-10-30T23:19:25.482Z[ recovery-image] Oct 30 23:19:24.110 INFO O| Oct 30 23:19:24.110 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66052024-10-30T23:19:25.494Z[ recovery-image] Oct 30 23:19:24.120 INFO O| Oct 30 23:19:24.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
66062024-10-30T23:19:25.494Z[ recovery-image] Oct 30 23:19:24.120 INFO O| Oct 30 23:19:24.120 INFO STEP 825 (remove_files) COMPLETE
66072024-10-30T23:19:25.496Z[ recovery-image] Oct 30 23:19:24.120 INFO O| Oct 30 23:19:24.120 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66082024-10-30T23:19:25.502Z[ recovery-image] Oct 30 23:19:24.130 INFO O| Oct 30 23:19:24.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
66092024-10-30T23:19:25.502Z[ recovery-image] Oct 30 23:19:24.130 INFO O| Oct 30 23:19:24.130 INFO STEP 826 (remove_files) COMPLETE
66102024-10-30T23:19:25.503Z[ recovery-image] Oct 30 23:19:24.130 INFO O| Oct 30 23:19:24.130 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66112024-10-30T23:19:25.512Z[ recovery-image] Oct 30 23:19:24.140 INFO O| Oct 30 23:19:24.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
66122024-10-30T23:19:25.515Z[ recovery-image] Oct 30 23:19:24.140 INFO O| Oct 30 23:19:24.140 INFO STEP 827 (remove_files) COMPLETE
66132024-10-30T23:19:25.515Z[ recovery-image] Oct 30 23:19:24.140 INFO O| Oct 30 23:19:24.140 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66142024-10-30T23:19:25.523Z[ recovery-image] Oct 30 23:19:24.151 INFO O| Oct 30 23:19:24.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
66152024-10-30T23:19:25.523Z[ recovery-image] Oct 30 23:19:24.151 INFO O| Oct 30 23:19:24.151 INFO STEP 828 (remove_files) COMPLETE
66162024-10-30T23:19:25.526Z[ recovery-image] Oct 30 23:19:24.151 INFO O| Oct 30 23:19:24.151 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66172024-10-30T23:19:25.533Z[ recovery-image] Oct 30 23:19:24.160 INFO O| Oct 30 23:19:24.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
66182024-10-30T23:19:25.533Z[ recovery-image] Oct 30 23:19:24.161 INFO O| Oct 30 23:19:24.161 INFO STEP 829 (remove_files) COMPLETE
66192024-10-30T23:19:25.535Z[ recovery-image] Oct 30 23:19:24.161 INFO O| Oct 30 23:19:24.161 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66202024-10-30T23:19:25.543Z[ recovery-image] Oct 30 23:19:24.170 INFO O| Oct 30 23:19:24.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
66212024-10-30T23:19:25.543Z[ recovery-image] Oct 30 23:19:24.170 INFO O| Oct 30 23:19:24.170 INFO STEP 830 (remove_files) COMPLETE
66222024-10-30T23:19:25.545Z[ recovery-image] Oct 30 23:19:24.170 INFO O| Oct 30 23:19:24.170 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66232024-10-30T23:19:25.552Z[ recovery-image] Oct 30 23:19:24.180 INFO O| Oct 30 23:19:24.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
66242024-10-30T23:19:25.552Z[ recovery-image] Oct 30 23:19:24.180 INFO O| Oct 30 23:19:24.180 INFO STEP 831 (remove_files) COMPLETE
66252024-10-30T23:19:25.552Z[ recovery-image] Oct 30 23:19:24.180 INFO O| Oct 30 23:19:24.180 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66262024-10-30T23:19:25.562Z[ recovery-image] Oct 30 23:19:24.189 INFO O| Oct 30 23:19:24.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
66272024-10-30T23:19:25.562Z[ recovery-image] Oct 30 23:19:24.189 INFO O| Oct 30 23:19:24.189 INFO STEP 832 (remove_files) COMPLETE
66282024-10-30T23:19:25.562Z[ recovery-image] Oct 30 23:19:24.189 INFO O| Oct 30 23:19:24.189 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66292024-10-30T23:19:25.571Z[ recovery-image] Oct 30 23:19:24.198 INFO O| Oct 30 23:19:24.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
66302024-10-30T23:19:25.571Z[ recovery-image] Oct 30 23:19:24.199 INFO O| Oct 30 23:19:24.199 INFO STEP 833 (remove_files) COMPLETE
66312024-10-30T23:19:25.574Z[ recovery-image] Oct 30 23:19:24.199 INFO O| Oct 30 23:19:24.199 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66322024-10-30T23:19:25.581Z[ recovery-image] Oct 30 23:19:24.208 INFO O| Oct 30 23:19:24.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
66332024-10-30T23:19:25.581Z[ recovery-image] Oct 30 23:19:24.208 INFO O| Oct 30 23:19:24.208 INFO STEP 834 (remove_files) COMPLETE
66342024-10-30T23:19:25.583Z[ recovery-image] Oct 30 23:19:24.208 INFO O| Oct 30 23:19:24.208 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66352024-10-30T23:19:25.592Z[ recovery-image] Oct 30 23:19:24.218 INFO O| Oct 30 23:19:24.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
66362024-10-30T23:19:25.592Z[ recovery-image] Oct 30 23:19:24.218 INFO O| Oct 30 23:19:24.218 INFO STEP 835 (remove_files) COMPLETE
66372024-10-30T23:19:25.594Z[ recovery-image] Oct 30 23:19:24.218 INFO O| Oct 30 23:19:24.218 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66382024-10-30T23:19:25.600Z[ recovery-image] Oct 30 23:19:24.228 INFO O| Oct 30 23:19:24.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
66392024-10-30T23:19:25.600Z[ recovery-image] Oct 30 23:19:24.228 INFO O| Oct 30 23:19:24.228 INFO STEP 836 (remove_files) COMPLETE
66402024-10-30T23:19:25.602Z[ recovery-image] Oct 30 23:19:24.228 INFO O| Oct 30 23:19:24.228 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66412024-10-30T23:19:25.611Z[ recovery-image] Oct 30 23:19:24.238 INFO O| Oct 30 23:19:24.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
66422024-10-30T23:19:25.611Z[ recovery-image] Oct 30 23:19:24.239 INFO O| Oct 30 23:19:24.239 INFO STEP 837 (remove_files) COMPLETE
66432024-10-30T23:19:25.613Z[ recovery-image] Oct 30 23:19:24.239 INFO O| Oct 30 23:19:24.239 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66442024-10-30T23:19:25.620Z[ recovery-image] Oct 30 23:19:24.248 INFO O| Oct 30 23:19:24.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
66452024-10-30T23:19:25.621Z[ recovery-image] Oct 30 23:19:24.248 INFO O| Oct 30 23:19:24.248 INFO STEP 838 (remove_files) COMPLETE
66462024-10-30T23:19:25.623Z[ recovery-image] Oct 30 23:19:24.248 INFO O| Oct 30 23:19:24.248 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66472024-10-30T23:19:25.631Z[ recovery-image] Oct 30 23:19:24.259 INFO O| Oct 30 23:19:24.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
66482024-10-30T23:19:25.631Z[ recovery-image] Oct 30 23:19:24.259 INFO O| Oct 30 23:19:24.259 INFO STEP 839 (remove_files) COMPLETE
66492024-10-30T23:19:25.633Z[ recovery-image] Oct 30 23:19:24.259 INFO O| Oct 30 23:19:24.259 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66502024-10-30T23:19:25.641Z[ recovery-image] Oct 30 23:19:24.268 INFO O| Oct 30 23:19:24.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
66512024-10-30T23:19:25.643Z[ recovery-image] Oct 30 23:19:24.268 INFO O| Oct 30 23:19:24.268 INFO STEP 840 (remove_files) COMPLETE
66522024-10-30T23:19:25.643Z[ recovery-image] Oct 30 23:19:24.268 INFO O| Oct 30 23:19:24.268 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66532024-10-30T23:19:25.650Z[ recovery-image] Oct 30 23:19:24.278 INFO O| Oct 30 23:19:24.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
66542024-10-30T23:19:25.650Z[ recovery-image] Oct 30 23:19:24.278 INFO O| Oct 30 23:19:24.278 INFO STEP 841 (remove_files) COMPLETE
66552024-10-30T23:19:25.652Z[ recovery-image] Oct 30 23:19:24.278 INFO O| Oct 30 23:19:24.278 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66562024-10-30T23:19:25.659Z[ recovery-image] Oct 30 23:19:24.287 INFO O| Oct 30 23:19:24.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
66572024-10-30T23:19:25.659Z[ recovery-image] Oct 30 23:19:24.287 INFO O| Oct 30 23:19:24.287 INFO STEP 842 (remove_files) COMPLETE
66582024-10-30T23:19:25.662Z[ recovery-image] Oct 30 23:19:24.287 INFO O| Oct 30 23:19:24.287 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66592024-10-30T23:19:25.669Z[ recovery-image] Oct 30 23:19:24.297 INFO O| Oct 30 23:19:24.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
66602024-10-30T23:19:25.669Z[ recovery-image] Oct 30 23:19:24.297 INFO O| Oct 30 23:19:24.297 INFO STEP 843 (remove_files) COMPLETE
66612024-10-30T23:19:25.671Z[ recovery-image] Oct 30 23:19:24.297 INFO O| Oct 30 23:19:24.297 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66622024-10-30T23:19:25.679Z[ recovery-image] Oct 30 23:19:24.306 INFO O| Oct 30 23:19:24.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
66632024-10-30T23:19:25.679Z[ recovery-image] Oct 30 23:19:24.306 INFO O| Oct 30 23:19:24.306 INFO STEP 844 (remove_files) COMPLETE
66642024-10-30T23:19:25.679Z[ recovery-image] Oct 30 23:19:24.306 INFO O| Oct 30 23:19:24.306 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66652024-10-30T23:19:25.688Z[ recovery-image] Oct 30 23:19:24.316 INFO O| Oct 30 23:19:24.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
66662024-10-30T23:19:25.688Z[ recovery-image] Oct 30 23:19:24.316 INFO O| Oct 30 23:19:24.316 INFO STEP 845 (remove_files) COMPLETE
66672024-10-30T23:19:25.688Z[ recovery-image] Oct 30 23:19:24.316 INFO O| Oct 30 23:19:24.316 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66682024-10-30T23:19:25.698Z[ recovery-image] Oct 30 23:19:24.326 INFO O| Oct 30 23:19:24.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
66692024-10-30T23:19:25.698Z[ recovery-image] Oct 30 23:19:24.326 INFO O| Oct 30 23:19:24.326 INFO STEP 846 (remove_files) COMPLETE
66702024-10-30T23:19:25.701Z[ recovery-image] Oct 30 23:19:24.326 INFO O| Oct 30 23:19:24.326 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66712024-10-30T23:19:25.708Z[ recovery-image] Oct 30 23:19:24.336 INFO O| Oct 30 23:19:24.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
66722024-10-30T23:19:25.708Z[ recovery-image] Oct 30 23:19:24.336 INFO O| Oct 30 23:19:24.336 INFO STEP 847 (remove_files) COMPLETE
66732024-10-30T23:19:25.710Z[ recovery-image] Oct 30 23:19:24.336 INFO O| Oct 30 23:19:24.336 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66742024-10-30T23:19:25.718Z[ recovery-image] Oct 30 23:19:24.345 INFO O| Oct 30 23:19:24.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
66752024-10-30T23:19:25.718Z[ recovery-image] Oct 30 23:19:24.345 INFO O| Oct 30 23:19:24.345 INFO STEP 848 (remove_files) COMPLETE
66762024-10-30T23:19:25.718Z[ recovery-image] Oct 30 23:19:24.345 INFO O| Oct 30 23:19:24.345 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66772024-10-30T23:19:25.724Z[ host-image] Oct 30 23:19:24.352 INFO O| Oct 30 23:19:24.352 INFO O| Done
66782024-10-30T23:19:25.727Z[ recovery-image] Oct 30 23:19:24.355 INFO O| Oct 30 23:19:24.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
66792024-10-30T23:19:25.727Z[ recovery-image] Oct 30 23:19:24.355 INFO O| Oct 30 23:19:24.355 INFO STEP 849 (remove_files) COMPLETE
66802024-10-30T23:19:25.727Z[ recovery-image] Oct 30 23:19:24.355 INFO O| Oct 30 23:19:24.355 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66812024-10-30T23:19:25.737Z[ recovery-image] Oct 30 23:19:24.365 INFO O| Oct 30 23:19:24.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
66822024-10-30T23:19:25.740Z[ recovery-image] Oct 30 23:19:24.365 INFO O| Oct 30 23:19:24.365 INFO STEP 850 (remove_files) COMPLETE
66832024-10-30T23:19:25.740Z[ recovery-image] Oct 30 23:19:24.365 INFO O| Oct 30 23:19:24.365 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66842024-10-30T23:19:25.748Z[ recovery-image] Oct 30 23:19:24.375 INFO O| Oct 30 23:19:24.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
66852024-10-30T23:19:25.748Z[ recovery-image] Oct 30 23:19:24.375 INFO O| Oct 30 23:19:24.375 INFO STEP 851 (remove_files) COMPLETE
66862024-10-30T23:19:25.750Z[ recovery-image] Oct 30 23:19:24.375 INFO O| Oct 30 23:19:24.375 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66872024-10-30T23:19:25.758Z[ recovery-image] Oct 30 23:19:24.386 INFO O| Oct 30 23:19:24.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
66882024-10-30T23:19:25.758Z[ recovery-image] Oct 30 23:19:24.386 INFO O| Oct 30 23:19:24.386 INFO STEP 852 (remove_files) COMPLETE
66892024-10-30T23:19:25.761Z[ recovery-image] Oct 30 23:19:24.386 INFO O| Oct 30 23:19:24.386 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66902024-10-30T23:19:25.768Z[ recovery-image] Oct 30 23:19:24.396 INFO O| Oct 30 23:19:24.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
66912024-10-30T23:19:25.768Z[ recovery-image] Oct 30 23:19:24.396 INFO O| Oct 30 23:19:24.396 INFO STEP 853 (remove_files) COMPLETE
66922024-10-30T23:19:25.771Z[ recovery-image] Oct 30 23:19:24.396 INFO O| Oct 30 23:19:24.396 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66932024-10-30T23:19:25.778Z[ recovery-image] Oct 30 23:19:24.405 INFO O| Oct 30 23:19:24.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
66942024-10-30T23:19:25.780Z[ recovery-image] Oct 30 23:19:24.405 INFO O| Oct 30 23:19:24.405 INFO STEP 854 (remove_files) COMPLETE
66952024-10-30T23:19:25.780Z[ recovery-image] Oct 30 23:19:24.405 INFO O| Oct 30 23:19:24.405 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66962024-10-30T23:19:25.788Z[ recovery-image] Oct 30 23:19:24.415 INFO O| Oct 30 23:19:24.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
66972024-10-30T23:19:25.790Z[ recovery-image] Oct 30 23:19:24.415 INFO O| Oct 30 23:19:24.415 INFO STEP 855 (remove_files) COMPLETE
66982024-10-30T23:19:25.790Z[ recovery-image] Oct 30 23:19:24.415 INFO O| Oct 30 23:19:24.415 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66992024-10-30T23:19:25.797Z[ recovery-image] Oct 30 23:19:24.425 INFO O| Oct 30 23:19:24.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
67002024-10-30T23:19:25.797Z[ recovery-image] Oct 30 23:19:24.425 INFO O| Oct 30 23:19:24.425 INFO STEP 856 (remove_files) COMPLETE
67012024-10-30T23:19:25.800Z[ recovery-image] Oct 30 23:19:24.425 INFO O| Oct 30 23:19:24.425 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67022024-10-30T23:19:25.807Z[ recovery-image] Oct 30 23:19:24.434 INFO O| Oct 30 23:19:24.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
67032024-10-30T23:19:25.809Z[ recovery-image] Oct 30 23:19:24.435 INFO O| Oct 30 23:19:24.435 INFO STEP 857 (remove_files) COMPLETE
67042024-10-30T23:19:25.809Z[ recovery-image] Oct 30 23:19:24.435 INFO O| Oct 30 23:19:24.435 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67052024-10-30T23:19:25.817Z[ recovery-image] Oct 30 23:19:24.444 INFO O| Oct 30 23:19:24.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
67062024-10-30T23:19:25.817Z[ recovery-image] Oct 30 23:19:24.444 INFO O| Oct 30 23:19:24.444 INFO STEP 858 (remove_files) COMPLETE
67072024-10-30T23:19:25.817Z[ recovery-image] Oct 30 23:19:24.444 INFO O| Oct 30 23:19:24.444 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67082024-10-30T23:19:25.826Z[ recovery-image] Oct 30 23:19:24.454 INFO O| Oct 30 23:19:24.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
67092024-10-30T23:19:25.826Z[ recovery-image] Oct 30 23:19:24.454 INFO O| Oct 30 23:19:24.454 INFO STEP 859 (remove_files) COMPLETE
67102024-10-30T23:19:25.826Z[ recovery-image] Oct 30 23:19:24.454 INFO O| Oct 30 23:19:24.454 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67112024-10-30T23:19:25.836Z[ recovery-image] Oct 30 23:19:24.463 INFO O| Oct 30 23:19:24.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
67122024-10-30T23:19:25.836Z[ recovery-image] Oct 30 23:19:24.463 INFO O| Oct 30 23:19:24.463 INFO STEP 860 (remove_files) COMPLETE
67132024-10-30T23:19:25.836Z[ recovery-image] Oct 30 23:19:24.463 INFO O| Oct 30 23:19:24.463 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67142024-10-30T23:19:25.845Z[ recovery-image] Oct 30 23:19:24.473 INFO O| Oct 30 23:19:24.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
67152024-10-30T23:19:25.848Z[ recovery-image] Oct 30 23:19:24.473 INFO O| Oct 30 23:19:24.473 INFO STEP 861 (remove_files) COMPLETE
67162024-10-30T23:19:25.848Z[ recovery-image] Oct 30 23:19:24.473 INFO O| Oct 30 23:19:24.473 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67172024-10-30T23:19:25.855Z[ recovery-image] Oct 30 23:19:24.483 INFO O| Oct 30 23:19:24.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
67182024-10-30T23:19:25.855Z[ recovery-image] Oct 30 23:19:24.483 INFO O| Oct 30 23:19:24.483 INFO STEP 862 (remove_files) COMPLETE
67192024-10-30T23:19:25.858Z[ recovery-image] Oct 30 23:19:24.483 INFO O| Oct 30 23:19:24.483 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67202024-10-30T23:19:25.865Z[ recovery-image] Oct 30 23:19:24.492 INFO O| Oct 30 23:19:24.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
67212024-10-30T23:19:25.867Z[ recovery-image] Oct 30 23:19:24.493 INFO O| Oct 30 23:19:24.492 INFO STEP 863 (remove_files) COMPLETE
67222024-10-30T23:19:25.867Z[ recovery-image] Oct 30 23:19:24.493 INFO O| Oct 30 23:19:24.492 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67232024-10-30T23:19:25.875Z[ recovery-image] Oct 30 23:19:24.502 INFO O| Oct 30 23:19:24.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
67242024-10-30T23:19:25.875Z[ recovery-image] Oct 30 23:19:24.502 INFO O| Oct 30 23:19:24.502 INFO STEP 864 (remove_files) COMPLETE
67252024-10-30T23:19:25.875Z[ recovery-image] Oct 30 23:19:24.502 INFO O| Oct 30 23:19:24.502 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67262024-10-30T23:19:25.884Z[ recovery-image] Oct 30 23:19:24.512 INFO O| Oct 30 23:19:24.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
67272024-10-30T23:19:25.884Z[ recovery-image] Oct 30 23:19:24.512 INFO O| Oct 30 23:19:24.512 INFO STEP 865 (remove_files) COMPLETE
67282024-10-30T23:19:25.884Z[ recovery-image] Oct 30 23:19:24.512 INFO O| Oct 30 23:19:24.512 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67292024-10-30T23:19:25.894Z[ recovery-image] Oct 30 23:19:24.521 INFO O| Oct 30 23:19:24.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
67302024-10-30T23:19:25.894Z[ recovery-image] Oct 30 23:19:24.521 INFO O| Oct 30 23:19:24.521 INFO STEP 866 (remove_files) COMPLETE
67312024-10-30T23:19:25.896Z[ recovery-image] Oct 30 23:19:24.521 INFO O| Oct 30 23:19:24.521 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67322024-10-30T23:19:25.904Z[ recovery-image] Oct 30 23:19:24.531 INFO O| Oct 30 23:19:24.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
67332024-10-30T23:19:25.904Z[ recovery-image] Oct 30 23:19:24.531 INFO O| Oct 30 23:19:24.531 INFO STEP 867 (remove_files) COMPLETE
67342024-10-30T23:19:25.904Z[ recovery-image] Oct 30 23:19:24.531 INFO O| Oct 30 23:19:24.531 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67352024-10-30T23:19:25.914Z[ recovery-image] Oct 30 23:19:24.541 INFO O| Oct 30 23:19:24.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
67362024-10-30T23:19:25.914Z[ recovery-image] Oct 30 23:19:24.541 INFO O| Oct 30 23:19:24.541 INFO STEP 868 (remove_files) COMPLETE
67372024-10-30T23:19:25.914Z[ recovery-image] Oct 30 23:19:24.541 INFO O| Oct 30 23:19:24.541 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67382024-10-30T23:19:25.923Z[ recovery-image] Oct 30 23:19:24.551 INFO O| Oct 30 23:19:24.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
67392024-10-30T23:19:25.925Z[ recovery-image] Oct 30 23:19:24.551 INFO O| Oct 30 23:19:24.551 INFO STEP 869 (remove_files) COMPLETE
67402024-10-30T23:19:25.925Z[ recovery-image] Oct 30 23:19:24.551 INFO O| Oct 30 23:19:24.551 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67412024-10-30T23:19:25.933Z[ recovery-image] Oct 30 23:19:24.560 INFO O| Oct 30 23:19:24.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
67422024-10-30T23:19:25.933Z[ recovery-image] Oct 30 23:19:24.560 INFO O| Oct 30 23:19:24.560 INFO STEP 870 (remove_files) COMPLETE
67432024-10-30T23:19:25.935Z[ recovery-image] Oct 30 23:19:24.561 INFO O| Oct 30 23:19:24.560 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67442024-10-30T23:19:25.943Z[ recovery-image] Oct 30 23:19:24.570 INFO O| Oct 30 23:19:24.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
67452024-10-30T23:19:25.943Z[ recovery-image] Oct 30 23:19:24.570 INFO O| Oct 30 23:19:24.570 INFO STEP 871 (remove_files) COMPLETE
67462024-10-30T23:19:25.945Z[ recovery-image] Oct 30 23:19:24.570 INFO O| Oct 30 23:19:24.570 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67472024-10-30T23:19:25.953Z[ recovery-image] Oct 30 23:19:24.580 INFO O| Oct 30 23:19:24.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
67482024-10-30T23:19:25.955Z[ recovery-image] Oct 30 23:19:24.580 INFO O| Oct 30 23:19:24.580 INFO STEP 872 (remove_files) COMPLETE
67492024-10-30T23:19:25.955Z[ recovery-image] Oct 30 23:19:24.580 INFO O| Oct 30 23:19:24.580 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67502024-10-30T23:19:25.962Z[ recovery-image] Oct 30 23:19:24.590 INFO O| Oct 30 23:19:24.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
67512024-10-30T23:19:25.965Z[ recovery-image] Oct 30 23:19:24.590 INFO O| Oct 30 23:19:24.590 INFO STEP 873 (remove_files) COMPLETE
67522024-10-30T23:19:25.965Z[ recovery-image] Oct 30 23:19:24.590 INFO O| Oct 30 23:19:24.590 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67532024-10-30T23:19:25.972Z[ recovery-image] Oct 30 23:19:24.600 INFO O| Oct 30 23:19:24.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
67542024-10-30T23:19:25.974Z[ recovery-image] Oct 30 23:19:24.600 INFO O| Oct 30 23:19:24.600 INFO STEP 874 (remove_files) COMPLETE
67552024-10-30T23:19:25.975Z[ recovery-image] Oct 30 23:19:24.600 INFO O| Oct 30 23:19:24.600 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67562024-10-30T23:19:25.982Z[ recovery-image] Oct 30 23:19:24.609 INFO O| Oct 30 23:19:24.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
67572024-10-30T23:19:25.982Z[ recovery-image] Oct 30 23:19:24.610 INFO O| Oct 30 23:19:24.610 INFO STEP 875 (remove_files) COMPLETE
67582024-10-30T23:19:25.984Z[ recovery-image] Oct 30 23:19:24.610 INFO O| Oct 30 23:19:24.610 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67592024-10-30T23:19:25.992Z[ recovery-image] Oct 30 23:19:24.619 INFO O| Oct 30 23:19:24.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
67602024-10-30T23:19:25.992Z[ recovery-image] Oct 30 23:19:24.619 INFO O| Oct 30 23:19:24.619 INFO STEP 876 (remove_files) COMPLETE
67612024-10-30T23:19:25.994Z[ recovery-image] Oct 30 23:19:24.619 INFO O| Oct 30 23:19:24.619 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67622024-10-30T23:19:26.001Z[ recovery-image] Oct 30 23:19:24.629 INFO O| Oct 30 23:19:24.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
67632024-10-30T23:19:26.001Z[ recovery-image] Oct 30 23:19:24.629 INFO O| Oct 30 23:19:24.629 INFO STEP 877 (remove_files) COMPLETE
67642024-10-30T23:19:26.004Z[ recovery-image] Oct 30 23:19:24.629 INFO O| Oct 30 23:19:24.629 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67652024-10-30T23:19:26.011Z[ recovery-image] Oct 30 23:19:24.638 INFO O| Oct 30 23:19:24.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
67662024-10-30T23:19:26.013Z[ recovery-image] Oct 30 23:19:24.638 INFO O| Oct 30 23:19:24.638 INFO STEP 878 (remove_files) COMPLETE
67672024-10-30T23:19:26.013Z[ recovery-image] Oct 30 23:19:24.638 INFO O| Oct 30 23:19:24.638 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67682024-10-30T23:19:26.019Z[ host-image] Oct 30 23:19:24.646 INFO O| Oct 30 23:19:24.646 INFO STEP 11 (pkg_install) COMPLETE
67692024-10-30T23:19:26.019Z[ host-image] Oct 30 23:19:24.646 INFO O| Oct 30 23:19:24.646 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
67702024-10-30T23:19:26.022Z[ recovery-image] Oct 30 23:19:24.648 INFO O| Oct 30 23:19:24.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
67712024-10-30T23:19:26.022Z[ recovery-image] Oct 30 23:19:24.648 INFO O| Oct 30 23:19:24.648 INFO STEP 879 (remove_files) COMPLETE
67722024-10-30T23:19:26.022Z[ recovery-image] Oct 30 23:19:24.648 INFO O| Oct 30 23:19:24.648 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67732024-10-30T23:19:26.029Z[ host-image] Oct 30 23:19:24.656 INFO O| Oct 30 23:19:24.656 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"]
67742024-10-30T23:19:26.031Z[ recovery-image] Oct 30 23:19:24.657 INFO O| Oct 30 23:19:24.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
67752024-10-30T23:19:26.031Z[ recovery-image] Oct 30 23:19:24.657 INFO O| Oct 30 23:19:24.657 INFO STEP 880 (remove_files) COMPLETE
67762024-10-30T23:19:26.031Z[ recovery-image] Oct 30 23:19:24.658 INFO O| Oct 30 23:19:24.657 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67772024-10-30T23:19:26.039Z[ recovery-image] Oct 30 23:19:24.667 INFO O| Oct 30 23:19:24.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
67782024-10-30T23:19:26.042Z[ recovery-image] Oct 30 23:19:24.667 INFO O| Oct 30 23:19:24.667 INFO STEP 881 (remove_files) COMPLETE
67792024-10-30T23:19:26.042Z[ recovery-image] Oct 30 23:19:24.667 INFO O| Oct 30 23:19:24.667 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67802024-10-30T23:19:26.049Z[ recovery-image] Oct 30 23:19:24.677 INFO O| Oct 30 23:19:24.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
67812024-10-30T23:19:26.049Z[ recovery-image] Oct 30 23:19:24.677 INFO O| Oct 30 23:19:24.677 INFO STEP 882 (remove_files) COMPLETE
67822024-10-30T23:19:26.049Z[ recovery-image] Oct 30 23:19:24.677 INFO O| Oct 30 23:19:24.677 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67832024-10-30T23:19:26.059Z[ recovery-image] Oct 30 23:19:24.687 INFO O| Oct 30 23:19:24.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
67842024-10-30T23:19:26.062Z[ recovery-image] Oct 30 23:19:24.687 INFO O| Oct 30 23:19:24.687 INFO STEP 883 (remove_files) COMPLETE
67852024-10-30T23:19:26.062Z[ recovery-image] Oct 30 23:19:24.687 INFO O| Oct 30 23:19:24.687 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67862024-10-30T23:19:26.069Z[ recovery-image] Oct 30 23:19:24.696 INFO O| Oct 30 23:19:24.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
67872024-10-30T23:19:26.069Z[ recovery-image] Oct 30 23:19:24.696 INFO O| Oct 30 23:19:24.696 INFO STEP 884 (remove_files) COMPLETE
67882024-10-30T23:19:26.071Z[ recovery-image] Oct 30 23:19:24.697 INFO O| Oct 30 23:19:24.696 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67892024-10-30T23:19:26.079Z[ recovery-image] Oct 30 23:19:24.706 INFO O| Oct 30 23:19:24.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
67902024-10-30T23:19:26.081Z[ recovery-image] Oct 30 23:19:24.706 INFO O| Oct 30 23:19:24.706 INFO STEP 885 (remove_files) COMPLETE
67912024-10-30T23:19:26.081Z[ recovery-image] Oct 30 23:19:24.706 INFO O| Oct 30 23:19:24.706 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67922024-10-30T23:19:26.088Z[ recovery-image] Oct 30 23:19:24.716 INFO O| Oct 30 23:19:24.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
67932024-10-30T23:19:26.088Z[ recovery-image] Oct 30 23:19:24.716 INFO O| Oct 30 23:19:24.716 INFO STEP 886 (remove_files) COMPLETE
67942024-10-30T23:19:26.088Z[ recovery-image] Oct 30 23:19:24.716 INFO O| Oct 30 23:19:24.716 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67952024-10-30T23:19:26.098Z[ recovery-image] Oct 30 23:19:24.725 INFO O| Oct 30 23:19:24.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
67962024-10-30T23:19:26.098Z[ recovery-image] Oct 30 23:19:24.725 INFO O| Oct 30 23:19:24.725 INFO STEP 887 (remove_files) COMPLETE
67972024-10-30T23:19:26.100Z[ recovery-image] Oct 30 23:19:24.725 INFO O| Oct 30 23:19:24.725 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67982024-10-30T23:19:26.107Z[ recovery-image] Oct 30 23:19:24.735 INFO O| Oct 30 23:19:24.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
67992024-10-30T23:19:26.107Z[ recovery-image] Oct 30 23:19:24.735 INFO O| Oct 30 23:19:24.735 INFO STEP 888 (remove_files) COMPLETE
68002024-10-30T23:19:26.107Z[ recovery-image] Oct 30 23:19:24.735 INFO O| Oct 30 23:19:24.735 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68012024-10-30T23:19:26.117Z[ recovery-image] Oct 30 23:19:24.744 INFO O| Oct 30 23:19:24.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
68022024-10-30T23:19:26.120Z[ recovery-image] Oct 30 23:19:24.744 INFO O| Oct 30 23:19:24.744 INFO STEP 889 (remove_files) COMPLETE
68032024-10-30T23:19:26.120Z[ recovery-image] Oct 30 23:19:24.744 INFO O| Oct 30 23:19:24.744 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68042024-10-30T23:19:26.126Z[ recovery-image] Oct 30 23:19:24.754 INFO O| Oct 30 23:19:24.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
68052024-10-30T23:19:26.126Z[ recovery-image] Oct 30 23:19:24.754 INFO O| Oct 30 23:19:24.754 INFO STEP 890 (remove_files) COMPLETE
68062024-10-30T23:19:26.126Z[ recovery-image] Oct 30 23:19:24.754 INFO O| Oct 30 23:19:24.754 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68072024-10-30T23:19:26.136Z[ recovery-image] Oct 30 23:19:24.764 INFO O| Oct 30 23:19:24.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
68082024-10-30T23:19:26.136Z[ recovery-image] Oct 30 23:19:24.764 INFO O| Oct 30 23:19:24.764 INFO STEP 891 (remove_files) COMPLETE
68092024-10-30T23:19:26.138Z[ recovery-image] Oct 30 23:19:24.764 INFO O| Oct 30 23:19:24.764 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68102024-10-30T23:19:26.146Z[ recovery-image] Oct 30 23:19:24.773 INFO O| Oct 30 23:19:24.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
68112024-10-30T23:19:26.146Z[ recovery-image] Oct 30 23:19:24.773 INFO O| Oct 30 23:19:24.773 INFO STEP 892 (remove_files) COMPLETE
68122024-10-30T23:19:26.148Z[ recovery-image] Oct 30 23:19:24.773 INFO O| Oct 30 23:19:24.773 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68132024-10-30T23:19:26.155Z[ recovery-image] Oct 30 23:19:24.783 INFO O| Oct 30 23:19:24.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
68142024-10-30T23:19:26.155Z[ recovery-image] Oct 30 23:19:24.783 INFO O| Oct 30 23:19:24.783 INFO STEP 893 (remove_files) COMPLETE
68152024-10-30T23:19:26.158Z[ recovery-image] Oct 30 23:19:24.783 INFO O| Oct 30 23:19:24.783 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68162024-10-30T23:19:26.165Z[ recovery-image] Oct 30 23:19:24.792 INFO O| Oct 30 23:19:24.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
68172024-10-30T23:19:26.168Z[ recovery-image] Oct 30 23:19:24.792 INFO O| Oct 30 23:19:24.792 INFO STEP 894 (remove_files) COMPLETE
68182024-10-30T23:19:26.168Z[ recovery-image] Oct 30 23:19:24.793 INFO O| Oct 30 23:19:24.792 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68192024-10-30T23:19:26.174Z[ recovery-image] Oct 30 23:19:24.802 INFO O| Oct 30 23:19:24.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
68202024-10-30T23:19:26.174Z[ recovery-image] Oct 30 23:19:24.802 INFO O| Oct 30 23:19:24.802 INFO STEP 895 (remove_files) COMPLETE
68212024-10-30T23:19:26.174Z[ recovery-image] Oct 30 23:19:24.802 INFO O| Oct 30 23:19:24.802 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68222024-10-30T23:19:26.184Z[ recovery-image] Oct 30 23:19:24.811 INFO O| Oct 30 23:19:24.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
68232024-10-30T23:19:26.184Z[ recovery-image] Oct 30 23:19:24.811 INFO O| Oct 30 23:19:24.811 INFO STEP 896 (remove_files) COMPLETE
68242024-10-30T23:19:26.186Z[ recovery-image] Oct 30 23:19:24.811 INFO O| Oct 30 23:19:24.811 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68252024-10-30T23:19:26.193Z[ recovery-image] Oct 30 23:19:24.821 INFO O| Oct 30 23:19:24.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
68262024-10-30T23:19:26.193Z[ recovery-image] Oct 30 23:19:24.821 INFO O| Oct 30 23:19:24.821 INFO STEP 897 (remove_files) COMPLETE
68272024-10-30T23:19:26.196Z[ recovery-image] Oct 30 23:19:24.821 INFO O| Oct 30 23:19:24.821 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68282024-10-30T23:19:26.203Z[ recovery-image] Oct 30 23:19:24.830 INFO O| Oct 30 23:19:24.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
68292024-10-30T23:19:26.205Z[ recovery-image] Oct 30 23:19:24.830 INFO O| Oct 30 23:19:24.830 INFO STEP 898 (remove_files) COMPLETE
68302024-10-30T23:19:26.205Z[ recovery-image] Oct 30 23:19:24.830 INFO O| Oct 30 23:19:24.830 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68312024-10-30T23:19:26.212Z[ recovery-image] Oct 30 23:19:24.839 INFO O| Oct 30 23:19:24.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
68322024-10-30T23:19:26.214Z[ recovery-image] Oct 30 23:19:24.840 INFO O| Oct 30 23:19:24.840 INFO STEP 899 (remove_files) COMPLETE
68332024-10-30T23:19:26.214Z[ recovery-image] Oct 30 23:19:24.840 INFO O| Oct 30 23:19:24.840 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68342024-10-30T23:19:26.221Z[ recovery-image] Oct 30 23:19:24.849 INFO O| Oct 30 23:19:24.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
68352024-10-30T23:19:26.221Z[ recovery-image] Oct 30 23:19:24.849 INFO O| Oct 30 23:19:24.849 INFO STEP 900 (remove_files) COMPLETE
68362024-10-30T23:19:26.224Z[ recovery-image] Oct 30 23:19:24.849 INFO O| Oct 30 23:19:24.849 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68372024-10-30T23:19:26.231Z[ recovery-image] Oct 30 23:19:24.859 INFO O| Oct 30 23:19:24.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
68382024-10-30T23:19:26.231Z[ recovery-image] Oct 30 23:19:24.859 INFO O| Oct 30 23:19:24.859 INFO STEP 901 (remove_files) COMPLETE
68392024-10-30T23:19:26.234Z[ recovery-image] Oct 30 23:19:24.859 INFO O| Oct 30 23:19:24.859 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68402024-10-30T23:19:26.240Z[ recovery-image] Oct 30 23:19:24.868 INFO O| Oct 30 23:19:24.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
68412024-10-30T23:19:26.242Z[ recovery-image] Oct 30 23:19:24.868 INFO O| Oct 30 23:19:24.868 INFO STEP 902 (remove_files) COMPLETE
68422024-10-30T23:19:26.242Z[ recovery-image] Oct 30 23:19:24.868 INFO O| Oct 30 23:19:24.868 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68432024-10-30T23:19:26.250Z[ recovery-image] Oct 30 23:19:24.877 INFO O| Oct 30 23:19:24.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
68442024-10-30T23:19:26.250Z[ recovery-image] Oct 30 23:19:24.877 INFO O| Oct 30 23:19:24.877 INFO STEP 903 (remove_files) COMPLETE
68452024-10-30T23:19:26.252Z[ recovery-image] Oct 30 23:19:24.877 INFO O| Oct 30 23:19:24.877 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68462024-10-30T23:19:26.259Z[ recovery-image] Oct 30 23:19:24.887 INFO O| Oct 30 23:19:24.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
68472024-10-30T23:19:26.259Z[ recovery-image] Oct 30 23:19:24.887 INFO O| Oct 30 23:19:24.887 INFO STEP 904 (remove_files) COMPLETE
68482024-10-30T23:19:26.259Z[ recovery-image] Oct 30 23:19:24.887 INFO O| Oct 30 23:19:24.887 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68492024-10-30T23:19:26.269Z[ recovery-image] Oct 30 23:19:24.896 INFO O| Oct 30 23:19:24.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
68502024-10-30T23:19:26.269Z[ recovery-image] Oct 30 23:19:24.896 INFO O| Oct 30 23:19:24.896 INFO STEP 905 (remove_files) COMPLETE
68512024-10-30T23:19:26.269Z[ recovery-image] Oct 30 23:19:24.896 INFO O| Oct 30 23:19:24.896 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68522024-10-30T23:19:26.278Z[ recovery-image] Oct 30 23:19:24.906 INFO O| Oct 30 23:19:24.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
68532024-10-30T23:19:26.278Z[ recovery-image] Oct 30 23:19:24.906 INFO O| Oct 30 23:19:24.906 INFO STEP 906 (remove_files) COMPLETE
68542024-10-30T23:19:26.281Z[ recovery-image] Oct 30 23:19:24.906 INFO O| Oct 30 23:19:24.906 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68552024-10-30T23:19:26.288Z[ recovery-image] Oct 30 23:19:24.915 INFO O| Oct 30 23:19:24.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
68562024-10-30T23:19:26.288Z[ recovery-image] Oct 30 23:19:24.915 INFO O| Oct 30 23:19:24.915 INFO STEP 907 (remove_files) COMPLETE
68572024-10-30T23:19:26.290Z[ recovery-image] Oct 30 23:19:24.915 INFO O| Oct 30 23:19:24.915 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68582024-10-30T23:19:26.297Z[ recovery-image] Oct 30 23:19:24.925 INFO O| Oct 30 23:19:24.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
68592024-10-30T23:19:26.297Z[ recovery-image] Oct 30 23:19:24.925 INFO O| Oct 30 23:19:24.925 INFO STEP 908 (remove_files) COMPLETE
68602024-10-30T23:19:26.300Z[ recovery-image] Oct 30 23:19:24.925 INFO O| Oct 30 23:19:24.925 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68612024-10-30T23:19:26.307Z[ recovery-image] Oct 30 23:19:24.934 INFO O| Oct 30 23:19:24.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
68622024-10-30T23:19:26.309Z[ recovery-image] Oct 30 23:19:24.934 INFO O| Oct 30 23:19:24.934 INFO STEP 909 (remove_files) COMPLETE
68632024-10-30T23:19:26.309Z[ recovery-image] Oct 30 23:19:24.934 INFO O| Oct 30 23:19:24.934 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68642024-10-30T23:19:26.316Z[ recovery-image] Oct 30 23:19:24.944 INFO O| Oct 30 23:19:24.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
68652024-10-30T23:19:26.317Z[ recovery-image] Oct 30 23:19:24.944 INFO O| Oct 30 23:19:24.944 INFO STEP 910 (remove_files) COMPLETE
68662024-10-30T23:19:26.319Z[ recovery-image] Oct 30 23:19:24.944 INFO O| Oct 30 23:19:24.944 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68672024-10-30T23:19:26.326Z[ recovery-image] Oct 30 23:19:24.954 INFO O| Oct 30 23:19:24.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
68682024-10-30T23:19:26.327Z[ recovery-image] Oct 30 23:19:24.954 INFO O| Oct 30 23:19:24.954 INFO STEP 911 (remove_files) COMPLETE
68692024-10-30T23:19:26.329Z[ recovery-image] Oct 30 23:19:24.954 INFO O| Oct 30 23:19:24.954 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68702024-10-30T23:19:26.336Z[ recovery-image] Oct 30 23:19:24.964 INFO O| Oct 30 23:19:24.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
68712024-10-30T23:19:26.336Z[ recovery-image] Oct 30 23:19:24.964 INFO O| Oct 30 23:19:24.964 INFO STEP 912 (remove_files) COMPLETE
68722024-10-30T23:19:26.336Z[ recovery-image] Oct 30 23:19:24.964 INFO O| Oct 30 23:19:24.964 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68732024-10-30T23:19:26.346Z[ recovery-image] Oct 30 23:19:24.973 INFO O| Oct 30 23:19:24.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
68742024-10-30T23:19:26.346Z[ recovery-image] Oct 30 23:19:24.973 INFO O| Oct 30 23:19:24.973 INFO STEP 913 (remove_files) COMPLETE
68752024-10-30T23:19:26.346Z[ recovery-image] Oct 30 23:19:24.973 INFO O| Oct 30 23:19:24.973 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68762024-10-30T23:19:26.355Z[ recovery-image] Oct 30 23:19:24.983 INFO O| Oct 30 23:19:24.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
68772024-10-30T23:19:26.355Z[ recovery-image] Oct 30 23:19:24.983 INFO O| Oct 30 23:19:24.983 INFO STEP 914 (remove_files) COMPLETE
68782024-10-30T23:19:26.355Z[ recovery-image] Oct 30 23:19:24.983 INFO O| Oct 30 23:19:24.983 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68792024-10-30T23:19:26.364Z[ recovery-image] Oct 30 23:19:24.992 INFO O| Oct 30 23:19:24.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
68802024-10-30T23:19:26.364Z[ recovery-image] Oct 30 23:19:24.992 INFO O| Oct 30 23:19:24.992 INFO STEP 915 (remove_files) COMPLETE
68812024-10-30T23:19:26.367Z[ recovery-image] Oct 30 23:19:24.992 INFO O| Oct 30 23:19:24.992 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68822024-10-30T23:19:26.374Z[ recovery-image] Oct 30 23:19:25.001 INFO O| Oct 30 23:19:25.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
68832024-10-30T23:19:26.374Z[ recovery-image] Oct 30 23:19:25.001 INFO O| Oct 30 23:19:25.001 INFO STEP 916 (remove_files) COMPLETE
68842024-10-30T23:19:26.376Z[ recovery-image] Oct 30 23:19:25.001 INFO O| Oct 30 23:19:25.001 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68852024-10-30T23:19:26.384Z[ recovery-image] Oct 30 23:19:25.012 INFO O| Oct 30 23:19:25.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
68862024-10-30T23:19:26.386Z[ recovery-image] Oct 30 23:19:25.012 INFO O| Oct 30 23:19:25.012 INFO STEP 917 (remove_files) COMPLETE
68872024-10-30T23:19:26.386Z[ recovery-image] Oct 30 23:19:25.012 INFO O| Oct 30 23:19:25.012 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68882024-10-30T23:19:26.394Z[ recovery-image] Oct 30 23:19:25.021 INFO O| Oct 30 23:19:25.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
68892024-10-30T23:19:26.394Z[ recovery-image] Oct 30 23:19:25.021 INFO O| Oct 30 23:19:25.021 INFO STEP 918 (remove_files) COMPLETE
68902024-10-30T23:19:26.394Z[ recovery-image] Oct 30 23:19:25.021 INFO O| Oct 30 23:19:25.021 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68912024-10-30T23:19:26.403Z[ recovery-image] Oct 30 23:19:25.030 INFO O| Oct 30 23:19:25.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
68922024-10-30T23:19:26.403Z[ recovery-image] Oct 30 23:19:25.031 INFO O| Oct 30 23:19:25.030 INFO STEP 919 (remove_files) COMPLETE
68932024-10-30T23:19:26.406Z[ recovery-image] Oct 30 23:19:25.031 INFO O| Oct 30 23:19:25.031 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68942024-10-30T23:19:26.412Z[ recovery-image] Oct 30 23:19:25.040 INFO O| Oct 30 23:19:25.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
68952024-10-30T23:19:26.412Z[ recovery-image] Oct 30 23:19:25.040 INFO O| Oct 30 23:19:25.040 INFO STEP 920 (remove_files) COMPLETE
68962024-10-30T23:19:26.414Z[ recovery-image] Oct 30 23:19:25.040 INFO O| Oct 30 23:19:25.040 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68972024-10-30T23:19:26.422Z[ recovery-image] Oct 30 23:19:25.049 INFO O| Oct 30 23:19:25.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
68982024-10-30T23:19:26.422Z[ recovery-image] Oct 30 23:19:25.049 INFO O| Oct 30 23:19:25.049 INFO STEP 921 (remove_files) COMPLETE
68992024-10-30T23:19:26.425Z[ recovery-image] Oct 30 23:19:25.049 INFO O| Oct 30 23:19:25.049 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69002024-10-30T23:19:26.431Z[ recovery-image] Oct 30 23:19:25.058 INFO O| Oct 30 23:19:25.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
69012024-10-30T23:19:26.431Z[ recovery-image] Oct 30 23:19:25.058 INFO O| Oct 30 23:19:25.058 INFO STEP 922 (remove_files) COMPLETE
69022024-10-30T23:19:26.433Z[ recovery-image] Oct 30 23:19:25.058 INFO O| Oct 30 23:19:25.058 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69032024-10-30T23:19:26.440Z[ recovery-image] Oct 30 23:19:25.068 INFO O| Oct 30 23:19:25.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
69042024-10-30T23:19:26.440Z[ recovery-image] Oct 30 23:19:25.068 INFO O| Oct 30 23:19:25.068 INFO STEP 923 (remove_files) COMPLETE
69052024-10-30T23:19:26.440Z[ recovery-image] Oct 30 23:19:25.068 INFO O| Oct 30 23:19:25.068 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69062024-10-30T23:19:26.450Z[ recovery-image] Oct 30 23:19:25.077 INFO O| Oct 30 23:19:25.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
69072024-10-30T23:19:26.450Z[ recovery-image] Oct 30 23:19:25.077 INFO O| Oct 30 23:19:25.077 INFO STEP 924 (remove_files) COMPLETE
69082024-10-30T23:19:26.453Z[ recovery-image] Oct 30 23:19:25.077 INFO O| Oct 30 23:19:25.077 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69092024-10-30T23:19:26.459Z[ recovery-image] Oct 30 23:19:25.087 INFO O| Oct 30 23:19:25.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
69102024-10-30T23:19:26.462Z[ recovery-image] Oct 30 23:19:25.087 INFO O| Oct 30 23:19:25.087 INFO STEP 925 (remove_files) COMPLETE
69112024-10-30T23:19:26.462Z[ recovery-image] Oct 30 23:19:25.087 INFO O| Oct 30 23:19:25.087 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69122024-10-30T23:19:26.469Z[ recovery-image] Oct 30 23:19:25.097 INFO O| Oct 30 23:19:25.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
69132024-10-30T23:19:26.469Z[ recovery-image] Oct 30 23:19:25.097 INFO O| Oct 30 23:19:25.097 INFO STEP 926 (remove_files) COMPLETE
69142024-10-30T23:19:26.472Z[ recovery-image] Oct 30 23:19:25.097 INFO O| Oct 30 23:19:25.097 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69152024-10-30T23:19:26.479Z[ recovery-image] Oct 30 23:19:25.106 INFO O| Oct 30 23:19:25.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
69162024-10-30T23:19:26.481Z[ recovery-image] Oct 30 23:19:25.106 INFO O| Oct 30 23:19:25.106 INFO STEP 927 (remove_files) COMPLETE
69172024-10-30T23:19:26.481Z[ recovery-image] Oct 30 23:19:25.106 INFO O| Oct 30 23:19:25.106 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69182024-10-30T23:19:26.489Z[ recovery-image] Oct 30 23:19:25.116 INFO O| Oct 30 23:19:25.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
69192024-10-30T23:19:26.491Z[ recovery-image] Oct 30 23:19:25.116 INFO O| Oct 30 23:19:25.116 INFO STEP 928 (remove_files) COMPLETE
69202024-10-30T23:19:26.491Z[ recovery-image] Oct 30 23:19:25.116 INFO O| Oct 30 23:19:25.116 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69212024-10-30T23:19:26.499Z[ recovery-image] Oct 30 23:19:25.126 INFO O| Oct 30 23:19:25.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
69222024-10-30T23:19:26.499Z[ recovery-image] Oct 30 23:19:25.126 INFO O| Oct 30 23:19:25.126 INFO STEP 929 (remove_files) COMPLETE
69232024-10-30T23:19:26.501Z[ recovery-image] Oct 30 23:19:25.126 INFO O| Oct 30 23:19:25.126 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69242024-10-30T23:19:26.508Z[ recovery-image] Oct 30 23:19:25.136 INFO O| Oct 30 23:19:25.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
69252024-10-30T23:19:26.511Z[ recovery-image] Oct 30 23:19:25.136 INFO O| Oct 30 23:19:25.136 INFO STEP 930 (remove_files) COMPLETE
69262024-10-30T23:19:26.511Z[ recovery-image] Oct 30 23:19:25.136 INFO O| Oct 30 23:19:25.136 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69272024-10-30T23:19:26.518Z[ recovery-image] Oct 30 23:19:25.145 INFO O| Oct 30 23:19:25.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
69282024-10-30T23:19:26.518Z[ recovery-image] Oct 30 23:19:25.145 INFO O| Oct 30 23:19:25.145 INFO STEP 931 (remove_files) COMPLETE
69292024-10-30T23:19:26.520Z[ recovery-image] Oct 30 23:19:25.145 INFO O| Oct 30 23:19:25.145 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69302024-10-30T23:19:26.527Z[ recovery-image] Oct 30 23:19:25.155 INFO O| Oct 30 23:19:25.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
69312024-10-30T23:19:26.527Z[ recovery-image] Oct 30 23:19:25.155 INFO O| Oct 30 23:19:25.155 INFO STEP 932 (remove_files) COMPLETE
69322024-10-30T23:19:26.530Z[ recovery-image] Oct 30 23:19:25.155 INFO O| Oct 30 23:19:25.155 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69332024-10-30T23:19:26.537Z[ recovery-image] Oct 30 23:19:25.165 INFO O| Oct 30 23:19:25.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
69342024-10-30T23:19:26.539Z[ recovery-image] Oct 30 23:19:25.165 INFO O| Oct 30 23:19:25.165 INFO STEP 933 (remove_files) COMPLETE
69352024-10-30T23:19:26.539Z[ recovery-image] Oct 30 23:19:25.165 INFO O| Oct 30 23:19:25.165 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69362024-10-30T23:19:26.547Z[ recovery-image] Oct 30 23:19:25.174 INFO O| Oct 30 23:19:25.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
69372024-10-30T23:19:26.549Z[ recovery-image] Oct 30 23:19:25.174 INFO O| Oct 30 23:19:25.174 INFO STEP 934 (remove_files) COMPLETE
69382024-10-30T23:19:26.549Z[ recovery-image] Oct 30 23:19:25.174 INFO O| Oct 30 23:19:25.174 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69392024-10-30T23:19:26.556Z[ recovery-image] Oct 30 23:19:25.184 INFO O| Oct 30 23:19:25.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
69402024-10-30T23:19:26.559Z[ recovery-image] Oct 30 23:19:25.184 INFO O| Oct 30 23:19:25.184 INFO STEP 935 (remove_files) COMPLETE
69412024-10-30T23:19:26.559Z[ recovery-image] Oct 30 23:19:25.184 INFO O| Oct 30 23:19:25.184 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69422024-10-30T23:19:26.566Z[ recovery-image] Oct 30 23:19:25.194 INFO O| Oct 30 23:19:25.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
69432024-10-30T23:19:26.568Z[ recovery-image] Oct 30 23:19:25.194 INFO O| Oct 30 23:19:25.194 INFO STEP 936 (remove_files) COMPLETE
69442024-10-30T23:19:26.569Z[ recovery-image] Oct 30 23:19:25.194 INFO O| Oct 30 23:19:25.194 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69452024-10-30T23:19:26.576Z[ recovery-image] Oct 30 23:19:25.203 INFO O| Oct 30 23:19:25.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
69462024-10-30T23:19:26.578Z[ recovery-image] Oct 30 23:19:25.204 INFO O| Oct 30 23:19:25.204 INFO STEP 937 (remove_files) COMPLETE
69472024-10-30T23:19:26.578Z[ recovery-image] Oct 30 23:19:25.204 INFO O| Oct 30 23:19:25.204 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69482024-10-30T23:19:26.586Z[ recovery-image] Oct 30 23:19:25.213 INFO O| Oct 30 23:19:25.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
69492024-10-30T23:19:26.588Z[ recovery-image] Oct 30 23:19:25.213 INFO O| Oct 30 23:19:25.213 INFO STEP 938 (remove_files) COMPLETE
69502024-10-30T23:19:26.588Z[ recovery-image] Oct 30 23:19:25.213 INFO O| Oct 30 23:19:25.213 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69512024-10-30T23:19:26.595Z[ recovery-image] Oct 30 23:19:25.223 INFO O| Oct 30 23:19:25.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
69522024-10-30T23:19:26.598Z[ recovery-image] Oct 30 23:19:25.223 INFO O| Oct 30 23:19:25.223 INFO STEP 939 (remove_files) COMPLETE
69532024-10-30T23:19:26.598Z[ recovery-image] Oct 30 23:19:25.223 INFO O| Oct 30 23:19:25.223 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69542024-10-30T23:19:26.598Z[ host-image] Oct 30 23:19:25.224 INFO O| Oct 30 23:19:25.224 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
69552024-10-30T23:19:26.605Z[ recovery-image] Oct 30 23:19:25.232 INFO O| Oct 30 23:19:25.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
69562024-10-30T23:19:26.605Z[ recovery-image] Oct 30 23:19:25.232 INFO O| Oct 30 23:19:25.232 INFO STEP 940 (remove_files) COMPLETE
69572024-10-30T23:19:26.608Z[ recovery-image] Oct 30 23:19:25.232 INFO O| Oct 30 23:19:25.232 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69582024-10-30T23:19:26.615Z[ recovery-image] Oct 30 23:19:25.242 INFO O| Oct 30 23:19:25.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
69592024-10-30T23:19:26.615Z[ recovery-image] Oct 30 23:19:25.242 INFO O| Oct 30 23:19:25.242 INFO STEP 941 (remove_files) COMPLETE
69602024-10-30T23:19:26.615Z[ recovery-image] Oct 30 23:19:25.242 INFO O| Oct 30 23:19:25.242 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69612024-10-30T23:19:26.626Z[ recovery-image] Oct 30 23:19:25.252 INFO O| Oct 30 23:19:25.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
69622024-10-30T23:19:26.626Z[ recovery-image] Oct 30 23:19:25.252 INFO O| Oct 30 23:19:25.252 INFO STEP 942 (remove_files) COMPLETE
69632024-10-30T23:19:26.626Z[ recovery-image] Oct 30 23:19:25.252 INFO O| Oct 30 23:19:25.252 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69642024-10-30T23:19:26.634Z[ recovery-image] Oct 30 23:19:25.262 INFO O| Oct 30 23:19:25.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
69652024-10-30T23:19:26.634Z[ recovery-image] Oct 30 23:19:25.262 INFO O| Oct 30 23:19:25.262 INFO STEP 943 (remove_files) COMPLETE
69662024-10-30T23:19:26.637Z[ recovery-image] Oct 30 23:19:25.262 INFO O| Oct 30 23:19:25.262 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69672024-10-30T23:19:26.644Z[ recovery-image] Oct 30 23:19:25.272 INFO O| Oct 30 23:19:25.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
69682024-10-30T23:19:26.644Z[ recovery-image] Oct 30 23:19:25.272 INFO O| Oct 30 23:19:25.272 INFO STEP 944 (remove_files) COMPLETE
69692024-10-30T23:19:26.647Z[ recovery-image] Oct 30 23:19:25.272 INFO O| Oct 30 23:19:25.272 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69702024-10-30T23:19:26.654Z[ recovery-image] Oct 30 23:19:25.281 INFO O| Oct 30 23:19:25.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
69712024-10-30T23:19:26.654Z[ recovery-image] Oct 30 23:19:25.281 INFO O| Oct 30 23:19:25.281 INFO STEP 945 (remove_files) COMPLETE
69722024-10-30T23:19:26.657Z[ recovery-image] Oct 30 23:19:25.281 INFO O| Oct 30 23:19:25.281 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69732024-10-30T23:19:26.663Z[ recovery-image] Oct 30 23:19:25.291 INFO O| Oct 30 23:19:25.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
69742024-10-30T23:19:26.663Z[ recovery-image] Oct 30 23:19:25.291 INFO O| Oct 30 23:19:25.291 INFO STEP 946 (remove_files) COMPLETE
69752024-10-30T23:19:26.663Z[ recovery-image] Oct 30 23:19:25.291 INFO O| Oct 30 23:19:25.291 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69762024-10-30T23:19:26.673Z[ recovery-image] Oct 30 23:19:25.301 INFO O| Oct 30 23:19:25.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
69772024-10-30T23:19:26.675Z[ recovery-image] Oct 30 23:19:25.301 INFO O| Oct 30 23:19:25.301 INFO STEP 947 (remove_files) COMPLETE
69782024-10-30T23:19:26.675Z[ recovery-image] Oct 30 23:19:25.301 INFO O| Oct 30 23:19:25.301 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69792024-10-30T23:19:26.685Z[ recovery-image] Oct 30 23:19:25.311 INFO O| Oct 30 23:19:25.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
69802024-10-30T23:19:26.685Z[ recovery-image] Oct 30 23:19:25.311 INFO O| Oct 30 23:19:25.311 INFO STEP 948 (remove_files) COMPLETE
69812024-10-30T23:19:26.687Z[ recovery-image] Oct 30 23:19:25.311 INFO O| Oct 30 23:19:25.311 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69822024-10-30T23:19:26.694Z[ recovery-image] Oct 30 23:19:25.321 INFO O| Oct 30 23:19:25.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
69832024-10-30T23:19:26.694Z[ recovery-image] Oct 30 23:19:25.321 INFO O| Oct 30 23:19:25.321 INFO STEP 949 (remove_files) COMPLETE
69842024-10-30T23:19:26.694Z[ recovery-image] Oct 30 23:19:25.321 INFO O| Oct 30 23:19:25.321 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69852024-10-30T23:19:26.704Z[ recovery-image] Oct 30 23:19:25.331 INFO O| Oct 30 23:19:25.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
69862024-10-30T23:19:26.704Z[ recovery-image] Oct 30 23:19:25.331 INFO O| Oct 30 23:19:25.331 INFO STEP 950 (remove_files) COMPLETE
69872024-10-30T23:19:26.710Z[ recovery-image] Oct 30 23:19:25.331 INFO O| Oct 30 23:19:25.331 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69882024-10-30T23:19:26.714Z[ recovery-image] Oct 30 23:19:25.341 INFO O| Oct 30 23:19:25.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
69892024-10-30T23:19:26.714Z[ recovery-image] Oct 30 23:19:25.341 INFO O| Oct 30 23:19:25.341 INFO STEP 951 (remove_files) COMPLETE
69902024-10-30T23:19:26.714Z[ recovery-image] Oct 30 23:19:25.341 INFO O| Oct 30 23:19:25.341 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69912024-10-30T23:19:26.723Z[ recovery-image] Oct 30 23:19:25.351 INFO O| Oct 30 23:19:25.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
69922024-10-30T23:19:26.723Z[ recovery-image] Oct 30 23:19:25.351 INFO O| Oct 30 23:19:25.351 INFO STEP 952 (remove_files) COMPLETE
69932024-10-30T23:19:26.725Z[ recovery-image] Oct 30 23:19:25.351 INFO O| Oct 30 23:19:25.351 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69942024-10-30T23:19:26.733Z[ recovery-image] Oct 30 23:19:25.360 INFO O| Oct 30 23:19:25.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
69952024-10-30T23:19:26.735Z[ recovery-image] Oct 30 23:19:25.360 INFO O| Oct 30 23:19:25.360 INFO STEP 953 (remove_files) COMPLETE
69962024-10-30T23:19:26.735Z[ recovery-image] Oct 30 23:19:25.360 INFO O| Oct 30 23:19:25.360 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69972024-10-30T23:19:26.742Z[ recovery-image] Oct 30 23:19:25.370 INFO O| Oct 30 23:19:25.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
69982024-10-30T23:19:26.745Z[ recovery-image] Oct 30 23:19:25.370 INFO O| Oct 30 23:19:25.370 INFO STEP 954 (remove_files) COMPLETE
69992024-10-30T23:19:26.745Z[ recovery-image] Oct 30 23:19:25.370 INFO O| Oct 30 23:19:25.370 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70002024-10-30T23:19:26.752Z[ recovery-image] Oct 30 23:19:25.380 INFO O| Oct 30 23:19:25.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
70012024-10-30T23:19:26.756Z[ recovery-image] Oct 30 23:19:25.380 INFO O| Oct 30 23:19:25.380 INFO STEP 955 (remove_files) COMPLETE
70022024-10-30T23:19:26.756Z[ recovery-image] Oct 30 23:19:25.380 INFO O| Oct 30 23:19:25.380 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70032024-10-30T23:19:26.763Z[ recovery-image] Oct 30 23:19:25.391 INFO O| Oct 30 23:19:25.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
70042024-10-30T23:19:26.763Z[ recovery-image] Oct 30 23:19:25.391 INFO O| Oct 30 23:19:25.391 INFO STEP 956 (remove_files) COMPLETE
70052024-10-30T23:19:26.763Z[ recovery-image] Oct 30 23:19:25.391 INFO O| Oct 30 23:19:25.391 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70062024-10-30T23:19:26.774Z[ recovery-image] Oct 30 23:19:25.401 INFO O| Oct 30 23:19:25.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
70072024-10-30T23:19:26.774Z[ recovery-image] Oct 30 23:19:25.402 INFO O| Oct 30 23:19:25.402 INFO STEP 957 (remove_files) COMPLETE
70082024-10-30T23:19:26.777Z[ recovery-image] Oct 30 23:19:25.402 INFO O| Oct 30 23:19:25.402 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70092024-10-30T23:19:26.784Z[ recovery-image] Oct 30 23:19:25.412 INFO O| Oct 30 23:19:25.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
70102024-10-30T23:19:26.785Z[ recovery-image] Oct 30 23:19:25.412 INFO O| Oct 30 23:19:25.412 INFO STEP 958 (remove_files) COMPLETE
70112024-10-30T23:19:26.785Z[ recovery-image] Oct 30 23:19:25.412 INFO O| Oct 30 23:19:25.412 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70122024-10-30T23:19:26.794Z[ recovery-image] Oct 30 23:19:25.422 INFO O| Oct 30 23:19:25.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
70132024-10-30T23:19:26.797Z[ recovery-image] Oct 30 23:19:25.422 INFO O| Oct 30 23:19:25.422 INFO STEP 959 (remove_files) COMPLETE
70142024-10-30T23:19:26.797Z[ recovery-image] Oct 30 23:19:25.422 INFO O| Oct 30 23:19:25.422 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70152024-10-30T23:19:26.804Z[ recovery-image] Oct 30 23:19:25.432 INFO O| Oct 30 23:19:25.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
70162024-10-30T23:19:26.804Z[ recovery-image] Oct 30 23:19:25.432 INFO O| Oct 30 23:19:25.432 INFO STEP 960 (remove_files) COMPLETE
70172024-10-30T23:19:26.807Z[ recovery-image] Oct 30 23:19:25.432 INFO O| Oct 30 23:19:25.432 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70182024-10-30T23:19:26.814Z[ recovery-image] Oct 30 23:19:25.441 INFO O| Oct 30 23:19:25.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
70192024-10-30T23:19:26.814Z[ recovery-image] Oct 30 23:19:25.442 INFO O| Oct 30 23:19:25.442 INFO STEP 961 (remove_files) COMPLETE
70202024-10-30T23:19:26.816Z[ recovery-image] Oct 30 23:19:25.442 INFO O| Oct 30 23:19:25.442 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70212024-10-30T23:19:26.824Z[ recovery-image] Oct 30 23:19:25.451 INFO O| Oct 30 23:19:25.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
70222024-10-30T23:19:26.824Z[ recovery-image] Oct 30 23:19:25.451 INFO O| Oct 30 23:19:25.451 INFO STEP 962 (remove_files) COMPLETE
70232024-10-30T23:19:26.824Z[ recovery-image] Oct 30 23:19:25.451 INFO O| Oct 30 23:19:25.451 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70242024-10-30T23:19:26.833Z[ recovery-image] Oct 30 23:19:25.461 INFO O| Oct 30 23:19:25.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
70252024-10-30T23:19:26.833Z[ recovery-image] Oct 30 23:19:25.461 INFO O| Oct 30 23:19:25.461 INFO STEP 963 (remove_files) COMPLETE
70262024-10-30T23:19:26.833Z[ recovery-image] Oct 30 23:19:25.461 INFO O| Oct 30 23:19:25.461 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70272024-10-30T23:19:26.843Z[ recovery-image] Oct 30 23:19:25.471 INFO O| Oct 30 23:19:25.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
70282024-10-30T23:19:26.846Z[ recovery-image] Oct 30 23:19:25.471 INFO O| Oct 30 23:19:25.471 INFO STEP 964 (remove_files) COMPLETE
70292024-10-30T23:19:26.846Z[ recovery-image] Oct 30 23:19:25.471 INFO O| Oct 30 23:19:25.471 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70302024-10-30T23:19:26.853Z[ recovery-image] Oct 30 23:19:25.480 INFO O| Oct 30 23:19:25.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
70312024-10-30T23:19:26.855Z[ recovery-image] Oct 30 23:19:25.480 INFO O| Oct 30 23:19:25.480 INFO STEP 965 (remove_files) COMPLETE
70322024-10-30T23:19:26.855Z[ recovery-image] Oct 30 23:19:25.480 INFO O| Oct 30 23:19:25.480 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70332024-10-30T23:19:26.863Z[ recovery-image] Oct 30 23:19:25.490 INFO O| Oct 30 23:19:25.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
70342024-10-30T23:19:26.863Z[ recovery-image] Oct 30 23:19:25.490 INFO O| Oct 30 23:19:25.490 INFO STEP 966 (remove_files) COMPLETE
70352024-10-30T23:19:26.865Z[ recovery-image] Oct 30 23:19:25.490 INFO O| Oct 30 23:19:25.490 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70362024-10-30T23:19:26.872Z[ recovery-image] Oct 30 23:19:25.500 INFO O| Oct 30 23:19:25.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
70372024-10-30T23:19:26.874Z[ recovery-image] Oct 30 23:19:25.500 INFO O| Oct 30 23:19:25.500 INFO STEP 967 (remove_files) COMPLETE
70382024-10-30T23:19:26.874Z[ recovery-image] Oct 30 23:19:25.500 INFO O| Oct 30 23:19:25.500 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70392024-10-30T23:19:26.882Z[ recovery-image] Oct 30 23:19:25.509 INFO O| Oct 30 23:19:25.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
70402024-10-30T23:19:26.882Z[ recovery-image] Oct 30 23:19:25.510 INFO O| Oct 30 23:19:25.510 INFO STEP 968 (remove_files) COMPLETE
70412024-10-30T23:19:26.882Z[ recovery-image] Oct 30 23:19:25.510 INFO O| Oct 30 23:19:25.510 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70422024-10-30T23:19:26.892Z[ recovery-image] Oct 30 23:19:25.519 INFO O| Oct 30 23:19:25.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
70432024-10-30T23:19:26.892Z[ recovery-image] Oct 30 23:19:25.519 INFO O| Oct 30 23:19:25.519 INFO STEP 969 (remove_files) COMPLETE
70442024-10-30T23:19:26.892Z[ recovery-image] Oct 30 23:19:25.519 INFO O| Oct 30 23:19:25.519 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70452024-10-30T23:19:26.901Z[ recovery-image] Oct 30 23:19:25.529 INFO O| Oct 30 23:19:25.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
70462024-10-30T23:19:26.901Z[ recovery-image] Oct 30 23:19:25.529 INFO O| Oct 30 23:19:25.529 INFO STEP 970 (remove_files) COMPLETE
70472024-10-30T23:19:26.904Z[ recovery-image] Oct 30 23:19:25.529 INFO O| Oct 30 23:19:25.529 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70482024-10-30T23:19:26.911Z[ recovery-image] Oct 30 23:19:25.539 INFO O| Oct 30 23:19:25.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
70492024-10-30T23:19:26.911Z[ recovery-image] Oct 30 23:19:25.539 INFO O| Oct 30 23:19:25.539 INFO STEP 971 (remove_files) COMPLETE
70502024-10-30T23:19:26.911Z[ recovery-image] Oct 30 23:19:25.539 INFO O| Oct 30 23:19:25.539 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70512024-10-30T23:19:26.921Z[ recovery-image] Oct 30 23:19:25.548 INFO O| Oct 30 23:19:25.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
70522024-10-30T23:19:26.923Z[ recovery-image] Oct 30 23:19:25.549 INFO O| Oct 30 23:19:25.549 INFO STEP 972 (remove_files) COMPLETE
70532024-10-30T23:19:26.923Z[ recovery-image] Oct 30 23:19:25.549 INFO O| Oct 30 23:19:25.549 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70542024-10-30T23:19:26.931Z[ recovery-image] Oct 30 23:19:25.559 INFO O| Oct 30 23:19:25.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
70552024-10-30T23:19:26.934Z[ recovery-image] Oct 30 23:19:25.559 INFO O| Oct 30 23:19:25.559 INFO STEP 973 (remove_files) COMPLETE
70562024-10-30T23:19:26.934Z[ recovery-image] Oct 30 23:19:25.559 INFO O| Oct 30 23:19:25.559 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70572024-10-30T23:19:26.941Z[ recovery-image] Oct 30 23:19:25.569 INFO O| Oct 30 23:19:25.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
70582024-10-30T23:19:26.943Z[ recovery-image] Oct 30 23:19:25.569 INFO O| Oct 30 23:19:25.569 INFO STEP 974 (remove_files) COMPLETE
70592024-10-30T23:19:26.943Z[ recovery-image] Oct 30 23:19:25.569 INFO O| Oct 30 23:19:25.569 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70602024-10-30T23:19:26.952Z[ recovery-image] Oct 30 23:19:25.579 INFO O| Oct 30 23:19:25.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
70612024-10-30T23:19:26.952Z[ recovery-image] Oct 30 23:19:25.579 INFO O| Oct 30 23:19:25.579 INFO STEP 975 (remove_files) COMPLETE
70622024-10-30T23:19:26.952Z[ recovery-image] Oct 30 23:19:25.579 INFO O| Oct 30 23:19:25.579 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70632024-10-30T23:19:26.964Z[ recovery-image] Oct 30 23:19:25.592 INFO O| Oct 30 23:19:25.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
70642024-10-30T23:19:26.964Z[ recovery-image] Oct 30 23:19:25.592 INFO O| Oct 30 23:19:25.592 INFO STEP 976 (remove_files) COMPLETE
70652024-10-30T23:19:26.965Z[ recovery-image] Oct 30 23:19:25.592 INFO O| Oct 30 23:19:25.592 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70662024-10-30T23:19:26.976Z[ recovery-image] Oct 30 23:19:25.603 INFO O| Oct 30 23:19:25.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
70672024-10-30T23:19:26.978Z[ recovery-image] Oct 30 23:19:25.604 INFO O| Oct 30 23:19:25.604 INFO STEP 977 (remove_files) COMPLETE
70682024-10-30T23:19:26.978Z[ recovery-image] Oct 30 23:19:25.604 INFO O| Oct 30 23:19:25.604 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70692024-10-30T23:19:26.986Z[ recovery-image] Oct 30 23:19:25.614 INFO O| Oct 30 23:19:25.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
70702024-10-30T23:19:26.988Z[ recovery-image] Oct 30 23:19:25.614 INFO O| Oct 30 23:19:25.614 INFO STEP 978 (remove_files) COMPLETE
70712024-10-30T23:19:26.988Z[ recovery-image] Oct 30 23:19:25.614 INFO O| Oct 30 23:19:25.614 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70722024-10-30T23:19:26.996Z[ recovery-image] Oct 30 23:19:25.624 INFO O| Oct 30 23:19:25.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
70732024-10-30T23:19:26.999Z[ recovery-image] Oct 30 23:19:25.624 INFO O| Oct 30 23:19:25.624 INFO STEP 979 (remove_files) COMPLETE
70742024-10-30T23:19:26.999Z[ recovery-image] Oct 30 23:19:25.624 INFO O| Oct 30 23:19:25.624 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70752024-10-30T23:19:27.006Z[ recovery-image] Oct 30 23:19:25.633 INFO O| Oct 30 23:19:25.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
70762024-10-30T23:19:27.008Z[ recovery-image] Oct 30 23:19:25.633 INFO O| Oct 30 23:19:25.633 INFO STEP 980 (remove_files) COMPLETE
70772024-10-30T23:19:27.008Z[ recovery-image] Oct 30 23:19:25.634 INFO O| Oct 30 23:19:25.633 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70782024-10-30T23:19:27.016Z[ recovery-image] Oct 30 23:19:25.643 INFO O| Oct 30 23:19:25.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
70792024-10-30T23:19:27.018Z[ recovery-image] Oct 30 23:19:25.643 INFO O| Oct 30 23:19:25.643 INFO STEP 981 (remove_files) COMPLETE
70802024-10-30T23:19:27.018Z[ recovery-image] Oct 30 23:19:25.643 INFO O| Oct 30 23:19:25.643 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70812024-10-30T23:19:27.026Z[ recovery-image] Oct 30 23:19:25.653 INFO O| Oct 30 23:19:25.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
70822024-10-30T23:19:27.028Z[ recovery-image] Oct 30 23:19:25.653 INFO O| Oct 30 23:19:25.653 INFO STEP 982 (remove_files) COMPLETE
70832024-10-30T23:19:27.028Z[ recovery-image] Oct 30 23:19:25.653 INFO O| Oct 30 23:19:25.653 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70842024-10-30T23:19:27.035Z[ recovery-image] Oct 30 23:19:25.663 INFO O| Oct 30 23:19:25.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
70852024-10-30T23:19:27.035Z[ recovery-image] Oct 30 23:19:25.663 INFO O| Oct 30 23:19:25.663 INFO STEP 983 (remove_files) COMPLETE
70862024-10-30T23:19:27.035Z[ recovery-image] Oct 30 23:19:25.663 INFO O| Oct 30 23:19:25.663 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70872024-10-30T23:19:27.045Z[ recovery-image] Oct 30 23:19:25.673 INFO O| Oct 30 23:19:25.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
70882024-10-30T23:19:27.045Z[ recovery-image] Oct 30 23:19:25.673 INFO O| Oct 30 23:19:25.673 INFO STEP 984 (remove_files) COMPLETE
70892024-10-30T23:19:27.046Z[ recovery-image] Oct 30 23:19:25.673 INFO O| Oct 30 23:19:25.673 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70902024-10-30T23:19:27.055Z[ recovery-image] Oct 30 23:19:25.682 INFO O| Oct 30 23:19:25.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
70912024-10-30T23:19:27.057Z[ recovery-image] Oct 30 23:19:25.682 INFO O| Oct 30 23:19:25.682 INFO STEP 985 (remove_files) COMPLETE
70922024-10-30T23:19:27.057Z[ recovery-image] Oct 30 23:19:25.682 INFO O| Oct 30 23:19:25.682 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70932024-10-30T23:19:27.065Z[ recovery-image] Oct 30 23:19:25.692 INFO O| Oct 30 23:19:25.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
70942024-10-30T23:19:27.065Z[ recovery-image] Oct 30 23:19:25.692 INFO O| Oct 30 23:19:25.692 INFO STEP 986 (remove_files) COMPLETE
70952024-10-30T23:19:27.067Z[ recovery-image] Oct 30 23:19:25.692 INFO O| Oct 30 23:19:25.692 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70962024-10-30T23:19:27.074Z[ recovery-image] Oct 30 23:19:25.702 INFO O| Oct 30 23:19:25.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
70972024-10-30T23:19:27.077Z[ recovery-image] Oct 30 23:19:25.702 INFO O| Oct 30 23:19:25.702 INFO STEP 987 (remove_files) COMPLETE
70982024-10-30T23:19:27.077Z[ recovery-image] Oct 30 23:19:25.702 INFO O| Oct 30 23:19:25.702 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70992024-10-30T23:19:27.085Z[ recovery-image] Oct 30 23:19:25.713 INFO O| Oct 30 23:19:25.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
71002024-10-30T23:19:27.085Z[ recovery-image] Oct 30 23:19:25.713 INFO O| Oct 30 23:19:25.713 INFO STEP 988 (remove_files) COMPLETE
71012024-10-30T23:19:27.088Z[ recovery-image] Oct 30 23:19:25.713 INFO O| Oct 30 23:19:25.713 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71022024-10-30T23:19:27.096Z[ recovery-image] Oct 30 23:19:25.723 INFO O| Oct 30 23:19:25.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
71032024-10-30T23:19:27.096Z[ recovery-image] Oct 30 23:19:25.723 INFO O| Oct 30 23:19:25.723 INFO STEP 989 (remove_files) COMPLETE
71042024-10-30T23:19:27.099Z[ recovery-image] Oct 30 23:19:25.723 INFO O| Oct 30 23:19:25.723 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71052024-10-30T23:19:27.106Z[ recovery-image] Oct 30 23:19:25.734 INFO O| Oct 30 23:19:25.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
71062024-10-30T23:19:27.108Z[ recovery-image] Oct 30 23:19:25.734 INFO O| Oct 30 23:19:25.734 INFO STEP 990 (remove_files) COMPLETE
71072024-10-30T23:19:27.108Z[ recovery-image] Oct 30 23:19:25.734 INFO O| Oct 30 23:19:25.734 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71082024-10-30T23:19:27.117Z[ recovery-image] Oct 30 23:19:25.744 INFO O| Oct 30 23:19:25.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
71092024-10-30T23:19:27.117Z[ recovery-image] Oct 30 23:19:25.744 INFO O| Oct 30 23:19:25.744 INFO STEP 991 (remove_files) COMPLETE
71102024-10-30T23:19:27.117Z[ recovery-image] Oct 30 23:19:25.744 INFO O| Oct 30 23:19:25.744 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71112024-10-30T23:19:27.127Z[ recovery-image] Oct 30 23:19:25.755 INFO O| Oct 30 23:19:25.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
71122024-10-30T23:19:27.127Z[ recovery-image] Oct 30 23:19:25.755 INFO O| Oct 30 23:19:25.755 INFO STEP 992 (remove_files) COMPLETE
71132024-10-30T23:19:27.127Z[ recovery-image] Oct 30 23:19:25.755 INFO O| Oct 30 23:19:25.755 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71142024-10-30T23:19:27.139Z[ recovery-image] Oct 30 23:19:25.766 INFO O| Oct 30 23:19:25.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
71152024-10-30T23:19:27.139Z[ recovery-image] Oct 30 23:19:25.766 INFO O| Oct 30 23:19:25.766 INFO STEP 993 (remove_files) COMPLETE
71162024-10-30T23:19:27.139Z[ recovery-image] Oct 30 23:19:25.766 INFO O| Oct 30 23:19:25.766 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71172024-10-30T23:19:27.149Z[ recovery-image] Oct 30 23:19:25.777 INFO O| Oct 30 23:19:25.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
71182024-10-30T23:19:27.149Z[ recovery-image] Oct 30 23:19:25.777 INFO O| Oct 30 23:19:25.777 INFO STEP 994 (remove_files) COMPLETE
71192024-10-30T23:19:27.151Z[ recovery-image] Oct 30 23:19:25.777 INFO O| Oct 30 23:19:25.777 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71202024-10-30T23:19:27.160Z[ recovery-image] Oct 30 23:19:25.787 INFO O| Oct 30 23:19:25.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
71212024-10-30T23:19:27.160Z[ recovery-image] Oct 30 23:19:25.787 INFO O| Oct 30 23:19:25.787 INFO STEP 995 (remove_files) COMPLETE
71222024-10-30T23:19:27.160Z[ recovery-image] Oct 30 23:19:25.787 INFO O| Oct 30 23:19:25.787 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71232024-10-30T23:19:27.169Z[ recovery-image] Oct 30 23:19:25.797 INFO O| Oct 30 23:19:25.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
71242024-10-30T23:19:27.170Z[ recovery-image] Oct 30 23:19:25.797 INFO O| Oct 30 23:19:25.797 INFO STEP 996 (remove_files) COMPLETE
71252024-10-30T23:19:27.170Z[ recovery-image] Oct 30 23:19:25.797 INFO O| Oct 30 23:19:25.797 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71262024-10-30T23:19:27.179Z[ recovery-image] Oct 30 23:19:25.807 INFO O| Oct 30 23:19:25.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
71272024-10-30T23:19:27.179Z[ recovery-image] Oct 30 23:19:25.807 INFO O| Oct 30 23:19:25.807 INFO STEP 997 (remove_files) COMPLETE
71282024-10-30T23:19:27.179Z[ recovery-image] Oct 30 23:19:25.807 INFO O| Oct 30 23:19:25.807 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71292024-10-30T23:19:27.189Z[ recovery-image] Oct 30 23:19:25.817 INFO O| Oct 30 23:19:25.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
71302024-10-30T23:19:27.191Z[ recovery-image] Oct 30 23:19:25.817 INFO O| Oct 30 23:19:25.817 INFO STEP 998 (remove_files) COMPLETE
71312024-10-30T23:19:27.191Z[ recovery-image] Oct 30 23:19:25.817 INFO O| Oct 30 23:19:25.817 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71322024-10-30T23:19:27.199Z[ recovery-image] Oct 30 23:19:25.826 INFO O| Oct 30 23:19:25.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
71332024-10-30T23:19:27.201Z[ recovery-image] Oct 30 23:19:25.827 INFO O| Oct 30 23:19:25.826 INFO STEP 999 (remove_files) COMPLETE
71342024-10-30T23:19:27.201Z[ recovery-image] Oct 30 23:19:25.827 INFO O| Oct 30 23:19:25.827 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71352024-10-30T23:19:27.209Z[ recovery-image] Oct 30 23:19:25.837 INFO O| Oct 30 23:19:25.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
71362024-10-30T23:19:27.209Z[ recovery-image] Oct 30 23:19:25.837 INFO O| Oct 30 23:19:25.837 INFO STEP 1000 (remove_files) COMPLETE
71372024-10-30T23:19:27.212Z[ recovery-image] Oct 30 23:19:25.837 INFO O| Oct 30 23:19:25.837 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71382024-10-30T23:19:27.219Z[ recovery-image] Oct 30 23:19:25.847 INFO O| Oct 30 23:19:25.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
71392024-10-30T23:19:27.223Z[ recovery-image] Oct 30 23:19:25.847 INFO O| Oct 30 23:19:25.847 INFO STEP 1001 (remove_files) COMPLETE
71402024-10-30T23:19:27.223Z[ recovery-image] Oct 30 23:19:25.847 INFO O| Oct 30 23:19:25.847 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71412024-10-30T23:19:27.229Z[ recovery-image] Oct 30 23:19:25.857 INFO O| Oct 30 23:19:25.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
71422024-10-30T23:19:27.229Z[ recovery-image] Oct 30 23:19:25.857 INFO O| Oct 30 23:19:25.857 INFO STEP 1002 (remove_files) COMPLETE
71432024-10-30T23:19:27.233Z[ recovery-image] Oct 30 23:19:25.857 INFO O| Oct 30 23:19:25.857 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71442024-10-30T23:19:27.239Z[ recovery-image] Oct 30 23:19:25.866 INFO O| Oct 30 23:19:25.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
71452024-10-30T23:19:27.239Z[ recovery-image] Oct 30 23:19:25.867 INFO O| Oct 30 23:19:25.866 INFO STEP 1003 (remove_files) COMPLETE
71462024-10-30T23:19:27.239Z[ recovery-image] Oct 30 23:19:25.867 INFO O| Oct 30 23:19:25.867 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71472024-10-30T23:19:27.249Z[ recovery-image] Oct 30 23:19:25.876 INFO O| Oct 30 23:19:25.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
71482024-10-30T23:19:27.249Z[ recovery-image] Oct 30 23:19:25.876 INFO O| Oct 30 23:19:25.876 INFO STEP 1004 (remove_files) COMPLETE
71492024-10-30T23:19:27.249Z[ recovery-image] Oct 30 23:19:25.876 INFO O| Oct 30 23:19:25.876 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71502024-10-30T23:19:27.258Z[ recovery-image] Oct 30 23:19:25.886 INFO O| Oct 30 23:19:25.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
71512024-10-30T23:19:27.258Z[ recovery-image] Oct 30 23:19:25.886 INFO O| Oct 30 23:19:25.886 INFO STEP 1005 (remove_files) COMPLETE
71522024-10-30T23:19:27.258Z[ recovery-image] Oct 30 23:19:25.886 INFO O| Oct 30 23:19:25.886 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71532024-10-30T23:19:27.268Z[ recovery-image] Oct 30 23:19:25.895 INFO O| Oct 30 23:19:25.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
71542024-10-30T23:19:27.268Z[ recovery-image] Oct 30 23:19:25.895 INFO O| Oct 30 23:19:25.895 INFO STEP 1006 (remove_files) COMPLETE
71552024-10-30T23:19:27.270Z[ recovery-image] Oct 30 23:19:25.895 INFO O| Oct 30 23:19:25.895 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71562024-10-30T23:19:27.277Z[ recovery-image] Oct 30 23:19:25.905 INFO O| Oct 30 23:19:25.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
71572024-10-30T23:19:27.277Z[ recovery-image] Oct 30 23:19:25.905 INFO O| Oct 30 23:19:25.905 INFO STEP 1007 (remove_files) COMPLETE
71582024-10-30T23:19:27.280Z[ recovery-image] Oct 30 23:19:25.905 INFO O| Oct 30 23:19:25.905 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71592024-10-30T23:19:27.289Z[ recovery-image] Oct 30 23:19:25.916 INFO O| Oct 30 23:19:25.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
71602024-10-30T23:19:27.289Z[ recovery-image] Oct 30 23:19:25.916 INFO O| Oct 30 23:19:25.916 INFO STEP 1008 (remove_files) COMPLETE
71612024-10-30T23:19:27.289Z[ recovery-image] Oct 30 23:19:25.916 INFO O| Oct 30 23:19:25.916 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71622024-10-30T23:19:27.298Z[ recovery-image] Oct 30 23:19:25.925 INFO O| Oct 30 23:19:25.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
71632024-10-30T23:19:27.298Z[ recovery-image] Oct 30 23:19:25.926 INFO O| Oct 30 23:19:25.926 INFO STEP 1009 (remove_files) COMPLETE
71642024-10-30T23:19:27.298Z[ recovery-image] Oct 30 23:19:25.926 INFO O| Oct 30 23:19:25.926 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71652024-10-30T23:19:27.308Z[ recovery-image] Oct 30 23:19:25.935 INFO O| Oct 30 23:19:25.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
71662024-10-30T23:19:27.308Z[ recovery-image] Oct 30 23:19:25.935 INFO O| Oct 30 23:19:25.935 INFO STEP 1010 (remove_files) COMPLETE
71672024-10-30T23:19:27.310Z[ recovery-image] Oct 30 23:19:25.935 INFO O| Oct 30 23:19:25.935 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71682024-10-30T23:19:27.319Z[ recovery-image] Oct 30 23:19:25.945 INFO O| Oct 30 23:19:25.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
71692024-10-30T23:19:27.319Z[ recovery-image] Oct 30 23:19:25.945 INFO O| Oct 30 23:19:25.945 INFO STEP 1011 (remove_files) COMPLETE
71702024-10-30T23:19:27.325Z[ recovery-image] Oct 30 23:19:25.945 INFO O| Oct 30 23:19:25.945 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71712024-10-30T23:19:27.328Z[ recovery-image] Oct 30 23:19:25.954 INFO O| Oct 30 23:19:25.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
71722024-10-30T23:19:27.328Z[ recovery-image] Oct 30 23:19:25.954 INFO O| Oct 30 23:19:25.954 INFO STEP 1012 (remove_files) COMPLETE
71732024-10-30T23:19:27.328Z[ recovery-image] Oct 30 23:19:25.954 INFO O| Oct 30 23:19:25.954 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71742024-10-30T23:19:27.336Z[ recovery-image] Oct 30 23:19:25.963 INFO O| Oct 30 23:19:25.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
71752024-10-30T23:19:27.339Z[ recovery-image] Oct 30 23:19:25.964 INFO O| Oct 30 23:19:25.964 INFO STEP 1013 (remove_files) COMPLETE
71762024-10-30T23:19:27.339Z[ recovery-image] Oct 30 23:19:25.964 INFO O| Oct 30 23:19:25.964 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71772024-10-30T23:19:27.346Z[ recovery-image] Oct 30 23:19:25.973 INFO O| Oct 30 23:19:25.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
71782024-10-30T23:19:27.346Z[ recovery-image] Oct 30 23:19:25.973 INFO O| Oct 30 23:19:25.973 INFO STEP 1014 (remove_files) COMPLETE
71792024-10-30T23:19:27.346Z[ recovery-image] Oct 30 23:19:25.973 INFO O| Oct 30 23:19:25.973 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71802024-10-30T23:19:27.355Z[ recovery-image] Oct 30 23:19:25.983 INFO O| Oct 30 23:19:25.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
71812024-10-30T23:19:27.357Z[ recovery-image] Oct 30 23:19:25.983 INFO O| Oct 30 23:19:25.983 INFO STEP 1015 (remove_files) COMPLETE
71822024-10-30T23:19:27.357Z[ recovery-image] Oct 30 23:19:25.983 INFO O| Oct 30 23:19:25.983 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71832024-10-30T23:19:27.365Z[ recovery-image] Oct 30 23:19:25.992 INFO O| Oct 30 23:19:25.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
71842024-10-30T23:19:27.365Z[ recovery-image] Oct 30 23:19:25.992 INFO O| Oct 30 23:19:25.992 INFO STEP 1016 (remove_files) COMPLETE
71852024-10-30T23:19:27.365Z[ recovery-image] Oct 30 23:19:25.992 INFO O| Oct 30 23:19:25.992 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71862024-10-30T23:19:27.377Z[ recovery-image] Oct 30 23:19:26.004 INFO O| Oct 30 23:19:26.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
71872024-10-30T23:19:27.377Z[ recovery-image] Oct 30 23:19:26.004 INFO O| Oct 30 23:19:26.004 INFO STEP 1017 (remove_files) COMPLETE
71882024-10-30T23:19:27.377Z[ recovery-image] Oct 30 23:19:26.004 INFO O| Oct 30 23:19:26.004 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71892024-10-30T23:19:27.388Z[ recovery-image] Oct 30 23:19:26.015 INFO O| Oct 30 23:19:26.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
71902024-10-30T23:19:27.388Z[ recovery-image] Oct 30 23:19:26.015 INFO O| Oct 30 23:19:26.015 INFO STEP 1018 (remove_files) COMPLETE
71912024-10-30T23:19:27.390Z[ recovery-image] Oct 30 23:19:26.015 INFO O| Oct 30 23:19:26.015 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71922024-10-30T23:19:27.398Z[ recovery-image] Oct 30 23:19:26.025 INFO O| Oct 30 23:19:26.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
71932024-10-30T23:19:27.400Z[ recovery-image] Oct 30 23:19:26.025 INFO O| Oct 30 23:19:26.025 INFO STEP 1019 (remove_files) COMPLETE
71942024-10-30T23:19:27.400Z[ recovery-image] Oct 30 23:19:26.026 INFO O| Oct 30 23:19:26.025 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71952024-10-30T23:19:27.408Z[ recovery-image] Oct 30 23:19:26.036 INFO O| Oct 30 23:19:26.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
71962024-10-30T23:19:27.411Z[ recovery-image] Oct 30 23:19:26.036 INFO O| Oct 30 23:19:26.036 INFO STEP 1020 (remove_files) COMPLETE
71972024-10-30T23:19:27.411Z[ recovery-image] Oct 30 23:19:26.036 INFO O| Oct 30 23:19:26.036 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71982024-10-30T23:19:27.419Z[ recovery-image] Oct 30 23:19:26.047 INFO O| Oct 30 23:19:26.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
71992024-10-30T23:19:27.420Z[ recovery-image] Oct 30 23:19:26.047 INFO O| Oct 30 23:19:26.047 INFO STEP 1021 (remove_files) COMPLETE
72002024-10-30T23:19:27.423Z[ recovery-image] Oct 30 23:19:26.047 INFO O| Oct 30 23:19:26.047 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72012024-10-30T23:19:27.430Z[ recovery-image] Oct 30 23:19:26.057 INFO O| Oct 30 23:19:26.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
72022024-10-30T23:19:27.430Z[ recovery-image] Oct 30 23:19:26.058 INFO O| Oct 30 23:19:26.057 INFO STEP 1022 (remove_files) COMPLETE
72032024-10-30T23:19:27.433Z[ recovery-image] Oct 30 23:19:26.058 INFO O| Oct 30 23:19:26.057 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72042024-10-30T23:19:27.441Z[ recovery-image] Oct 30 23:19:26.069 INFO O| Oct 30 23:19:26.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
72052024-10-30T23:19:27.441Z[ recovery-image] Oct 30 23:19:26.069 INFO O| Oct 30 23:19:26.069 INFO STEP 1023 (remove_files) COMPLETE
72062024-10-30T23:19:27.444Z[ recovery-image] Oct 30 23:19:26.069 INFO O| Oct 30 23:19:26.069 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72072024-10-30T23:19:27.452Z[ recovery-image] Oct 30 23:19:26.079 INFO O| Oct 30 23:19:26.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
72082024-10-30T23:19:27.452Z[ recovery-image] Oct 30 23:19:26.079 INFO O| Oct 30 23:19:26.079 INFO STEP 1024 (remove_files) COMPLETE
72092024-10-30T23:19:27.454Z[ recovery-image] Oct 30 23:19:26.079 INFO O| Oct 30 23:19:26.079 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72102024-10-30T23:19:27.462Z[ recovery-image] Oct 30 23:19:26.089 INFO O| Oct 30 23:19:26.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
72112024-10-30T23:19:27.464Z[ recovery-image] Oct 30 23:19:26.090 INFO O| Oct 30 23:19:26.090 INFO STEP 1025 (remove_files) COMPLETE
72122024-10-30T23:19:27.464Z[ recovery-image] Oct 30 23:19:26.090 INFO O| Oct 30 23:19:26.090 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72132024-10-30T23:19:27.472Z[ recovery-image] Oct 30 23:19:26.100 INFO O| Oct 30 23:19:26.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
72142024-10-30T23:19:27.475Z[ recovery-image] Oct 30 23:19:26.100 INFO O| Oct 30 23:19:26.100 INFO STEP 1026 (remove_files) COMPLETE
72152024-10-30T23:19:27.475Z[ recovery-image] Oct 30 23:19:26.100 INFO O| Oct 30 23:19:26.100 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72162024-10-30T23:19:27.482Z[ recovery-image] Oct 30 23:19:26.110 INFO O| Oct 30 23:19:26.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
72172024-10-30T23:19:27.485Z[ recovery-image] Oct 30 23:19:26.110 INFO O| Oct 30 23:19:26.110 INFO STEP 1027 (remove_files) COMPLETE
72182024-10-30T23:19:27.485Z[ recovery-image] Oct 30 23:19:26.110 INFO O| Oct 30 23:19:26.110 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72192024-10-30T23:19:27.492Z[ recovery-image] Oct 30 23:19:26.119 INFO O| Oct 30 23:19:26.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
72202024-10-30T23:19:27.494Z[ recovery-image] Oct 30 23:19:26.119 INFO O| Oct 30 23:19:26.119 INFO STEP 1028 (remove_files) COMPLETE
72212024-10-30T23:19:27.494Z[ recovery-image] Oct 30 23:19:26.119 INFO O| Oct 30 23:19:26.119 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72222024-10-30T23:19:27.502Z[ recovery-image] Oct 30 23:19:26.128 INFO O| Oct 30 23:19:26.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
72232024-10-30T23:19:27.505Z[ recovery-image] Oct 30 23:19:26.129 INFO O| Oct 30 23:19:26.129 INFO STEP 1029 (remove_files) COMPLETE
72242024-10-30T23:19:27.505Z[ recovery-image] Oct 30 23:19:26.129 INFO O| Oct 30 23:19:26.129 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72252024-10-30T23:19:27.511Z[ recovery-image] Oct 30 23:19:26.138 INFO O| Oct 30 23:19:26.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
72262024-10-30T23:19:27.513Z[ recovery-image] Oct 30 23:19:26.138 INFO O| Oct 30 23:19:26.138 INFO STEP 1030 (remove_files) COMPLETE
72272024-10-30T23:19:27.513Z[ recovery-image] Oct 30 23:19:26.138 INFO O| Oct 30 23:19:26.138 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72282024-10-30T23:19:27.520Z[ recovery-image] Oct 30 23:19:26.147 INFO O| Oct 30 23:19:26.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
72292024-10-30T23:19:27.523Z[ recovery-image] Oct 30 23:19:26.148 INFO O| Oct 30 23:19:26.148 INFO STEP 1031 (remove_files) COMPLETE
72302024-10-30T23:19:27.523Z[ recovery-image] Oct 30 23:19:26.148 INFO O| Oct 30 23:19:26.148 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72312024-10-30T23:19:27.530Z[ recovery-image] Oct 30 23:19:26.157 INFO O| Oct 30 23:19:26.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
72322024-10-30T23:19:27.532Z[ recovery-image] Oct 30 23:19:26.158 INFO O| Oct 30 23:19:26.157 INFO STEP 1032 (remove_files) COMPLETE
72332024-10-30T23:19:27.532Z[ recovery-image] Oct 30 23:19:26.158 INFO O| Oct 30 23:19:26.157 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72342024-10-30T23:19:27.540Z[ recovery-image] Oct 30 23:19:26.167 INFO O| Oct 30 23:19:26.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
72352024-10-30T23:19:27.540Z[ recovery-image] Oct 30 23:19:26.167 INFO O| Oct 30 23:19:26.167 INFO STEP 1033 (remove_files) COMPLETE
72362024-10-30T23:19:27.540Z[ recovery-image] Oct 30 23:19:26.167 INFO O| Oct 30 23:19:26.167 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72372024-10-30T23:19:27.549Z[ recovery-image] Oct 30 23:19:26.177 INFO O| Oct 30 23:19:26.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
72382024-10-30T23:19:27.549Z[ recovery-image] Oct 30 23:19:26.177 INFO O| Oct 30 23:19:26.177 INFO STEP 1034 (remove_files) COMPLETE
72392024-10-30T23:19:27.549Z[ recovery-image] Oct 30 23:19:26.177 INFO O| Oct 30 23:19:26.177 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72402024-10-30T23:19:27.559Z[ recovery-image] Oct 30 23:19:26.186 INFO O| Oct 30 23:19:26.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
72412024-10-30T23:19:27.561Z[ recovery-image] Oct 30 23:19:26.187 INFO O| Oct 30 23:19:26.186 INFO STEP 1035 (remove_files) COMPLETE
72422024-10-30T23:19:27.561Z[ recovery-image] Oct 30 23:19:26.187 INFO O| Oct 30 23:19:26.187 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72432024-10-30T23:19:27.570Z[ recovery-image] Oct 30 23:19:26.196 INFO O| Oct 30 23:19:26.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
72442024-10-30T23:19:27.570Z[ recovery-image] Oct 30 23:19:26.196 INFO O| Oct 30 23:19:26.196 INFO STEP 1036 (remove_files) COMPLETE
72452024-10-30T23:19:27.570Z[ recovery-image] Oct 30 23:19:26.196 INFO O| Oct 30 23:19:26.196 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72462024-10-30T23:19:27.578Z[ recovery-image] Oct 30 23:19:26.205 INFO O| Oct 30 23:19:26.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
72472024-10-30T23:19:27.580Z[ recovery-image] Oct 30 23:19:26.206 INFO O| Oct 30 23:19:26.206 INFO STEP 1037 (remove_files) COMPLETE
72482024-10-30T23:19:27.580Z[ recovery-image] Oct 30 23:19:26.206 INFO O| Oct 30 23:19:26.206 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72492024-10-30T23:19:27.588Z[ recovery-image] Oct 30 23:19:26.215 INFO O| Oct 30 23:19:26.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
72502024-10-30T23:19:27.590Z[ recovery-image] Oct 30 23:19:26.215 INFO O| Oct 30 23:19:26.215 INFO STEP 1038 (remove_files) COMPLETE
72512024-10-30T23:19:27.590Z[ recovery-image] Oct 30 23:19:26.215 INFO O| Oct 30 23:19:26.215 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72522024-10-30T23:19:27.597Z[ recovery-image] Oct 30 23:19:26.225 INFO O| Oct 30 23:19:26.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
72532024-10-30T23:19:27.597Z[ recovery-image] Oct 30 23:19:26.225 INFO O| Oct 30 23:19:26.225 INFO STEP 1039 (remove_files) COMPLETE
72542024-10-30T23:19:27.600Z[ recovery-image] Oct 30 23:19:26.225 INFO O| Oct 30 23:19:26.225 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72552024-10-30T23:19:27.607Z[ recovery-image] Oct 30 23:19:26.234 INFO O| Oct 30 23:19:26.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
72562024-10-30T23:19:27.607Z[ recovery-image] Oct 30 23:19:26.234 INFO O| Oct 30 23:19:26.234 INFO STEP 1040 (remove_files) COMPLETE
72572024-10-30T23:19:27.609Z[ recovery-image] Oct 30 23:19:26.234 INFO O| Oct 30 23:19:26.234 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72582024-10-30T23:19:27.616Z[ recovery-image] Oct 30 23:19:26.244 INFO O| Oct 30 23:19:26.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
72592024-10-30T23:19:27.616Z[ recovery-image] Oct 30 23:19:26.244 INFO O| Oct 30 23:19:26.244 INFO STEP 1041 (remove_files) COMPLETE
72602024-10-30T23:19:27.616Z[ recovery-image] Oct 30 23:19:26.244 INFO O| Oct 30 23:19:26.244 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72612024-10-30T23:19:27.626Z[ recovery-image] Oct 30 23:19:26.253 INFO O| Oct 30 23:19:26.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
72622024-10-30T23:19:27.626Z[ recovery-image] Oct 30 23:19:26.253 INFO O| Oct 30 23:19:26.253 INFO STEP 1042 (remove_files) COMPLETE
72632024-10-30T23:19:27.626Z[ recovery-image] Oct 30 23:19:26.253 INFO O| Oct 30 23:19:26.253 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72642024-10-30T23:19:27.635Z[ recovery-image] Oct 30 23:19:26.263 INFO O| Oct 30 23:19:26.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
72652024-10-30T23:19:27.635Z[ recovery-image] Oct 30 23:19:26.263 INFO O| Oct 30 23:19:26.263 INFO STEP 1043 (remove_files) COMPLETE
72662024-10-30T23:19:27.637Z[ recovery-image] Oct 30 23:19:26.263 INFO O| Oct 30 23:19:26.263 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72672024-10-30T23:19:27.645Z[ recovery-image] Oct 30 23:19:26.272 INFO O| Oct 30 23:19:26.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
72682024-10-30T23:19:27.647Z[ recovery-image] Oct 30 23:19:26.272 INFO O| Oct 30 23:19:26.272 INFO STEP 1044 (remove_files) COMPLETE
72692024-10-30T23:19:27.647Z[ recovery-image] Oct 30 23:19:26.272 INFO O| Oct 30 23:19:26.272 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72702024-10-30T23:19:27.654Z[ recovery-image] Oct 30 23:19:26.281 INFO O| Oct 30 23:19:26.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
72712024-10-30T23:19:27.654Z[ recovery-image] Oct 30 23:19:26.282 INFO O| Oct 30 23:19:26.281 INFO STEP 1045 (remove_files) COMPLETE
72722024-10-30T23:19:27.656Z[ recovery-image] Oct 30 23:19:26.282 INFO O| Oct 30 23:19:26.282 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72732024-10-30T23:19:27.664Z[ recovery-image] Oct 30 23:19:26.291 INFO O| Oct 30 23:19:26.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
72742024-10-30T23:19:27.664Z[ recovery-image] Oct 30 23:19:26.291 INFO O| Oct 30 23:19:26.291 INFO STEP 1046 (remove_files) COMPLETE
72752024-10-30T23:19:27.666Z[ recovery-image] Oct 30 23:19:26.291 INFO O| Oct 30 23:19:26.291 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72762024-10-30T23:19:27.673Z[ recovery-image] Oct 30 23:19:26.300 INFO O| Oct 30 23:19:26.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
72772024-10-30T23:19:27.675Z[ recovery-image] Oct 30 23:19:26.301 INFO O| Oct 30 23:19:26.300 INFO STEP 1047 (remove_files) COMPLETE
72782024-10-30T23:19:27.675Z[ recovery-image] Oct 30 23:19:26.301 INFO O| Oct 30 23:19:26.301 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72792024-10-30T23:19:27.683Z[ recovery-image] Oct 30 23:19:26.310 INFO O| Oct 30 23:19:26.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
72802024-10-30T23:19:27.687Z[ recovery-image] Oct 30 23:19:26.310 INFO O| Oct 30 23:19:26.310 INFO STEP 1048 (remove_files) COMPLETE
72812024-10-30T23:19:27.687Z[ recovery-image] Oct 30 23:19:26.310 INFO O| Oct 30 23:19:26.310 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72822024-10-30T23:19:27.692Z[ recovery-image] Oct 30 23:19:26.320 INFO O| Oct 30 23:19:26.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
72832024-10-30T23:19:27.694Z[ recovery-image] Oct 30 23:19:26.320 INFO O| Oct 30 23:19:26.320 INFO STEP 1049 (remove_files) COMPLETE
72842024-10-30T23:19:27.695Z[ recovery-image] Oct 30 23:19:26.320 INFO O| Oct 30 23:19:26.320 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72852024-10-30T23:19:27.703Z[ recovery-image] Oct 30 23:19:26.329 INFO O| Oct 30 23:19:26.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
72862024-10-30T23:19:27.705Z[ recovery-image] Oct 30 23:19:26.330 INFO O| Oct 30 23:19:26.330 INFO STEP 1050 (remove_files) COMPLETE
72872024-10-30T23:19:27.705Z[ recovery-image] Oct 30 23:19:26.330 INFO O| Oct 30 23:19:26.330 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72882024-10-30T23:19:27.714Z[ recovery-image] Oct 30 23:19:26.341 INFO O| Oct 30 23:19:26.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
72892024-10-30T23:19:27.714Z[ recovery-image] Oct 30 23:19:26.341 INFO O| Oct 30 23:19:26.341 INFO STEP 1051 (remove_files) COMPLETE
72902024-10-30T23:19:27.714Z[ recovery-image] Oct 30 23:19:26.341 INFO O| Oct 30 23:19:26.341 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72912024-10-30T23:19:27.724Z[ recovery-image] Oct 30 23:19:26.351 INFO O| Oct 30 23:19:26.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
72922024-10-30T23:19:27.724Z[ recovery-image] Oct 30 23:19:26.351 INFO O| Oct 30 23:19:26.351 INFO STEP 1052 (remove_files) COMPLETE
72932024-10-30T23:19:27.726Z[ recovery-image] Oct 30 23:19:26.352 INFO O| Oct 30 23:19:26.351 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72942024-10-30T23:19:27.734Z[ recovery-image] Oct 30 23:19:26.361 INFO O| Oct 30 23:19:26.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
72952024-10-30T23:19:27.734Z[ recovery-image] Oct 30 23:19:26.362 INFO O| Oct 30 23:19:26.361 INFO STEP 1053 (remove_files) COMPLETE
72962024-10-30T23:19:27.734Z[ recovery-image] Oct 30 23:19:26.362 INFO O| Oct 30 23:19:26.362 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72972024-10-30T23:19:27.744Z[ recovery-image] Oct 30 23:19:26.371 INFO O| Oct 30 23:19:26.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
72982024-10-30T23:19:27.744Z[ recovery-image] Oct 30 23:19:26.372 INFO O| Oct 30 23:19:26.371 INFO STEP 1054 (remove_files) COMPLETE
72992024-10-30T23:19:27.746Z[ recovery-image] Oct 30 23:19:26.372 INFO O| Oct 30 23:19:26.371 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73002024-10-30T23:19:27.754Z[ recovery-image] Oct 30 23:19:26.382 INFO O| Oct 30 23:19:26.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
73012024-10-30T23:19:27.754Z[ recovery-image] Oct 30 23:19:26.382 INFO O| Oct 30 23:19:26.382 INFO STEP 1055 (remove_files) COMPLETE
73022024-10-30T23:19:27.754Z[ recovery-image] Oct 30 23:19:26.382 INFO O| Oct 30 23:19:26.382 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73032024-10-30T23:19:27.764Z[ recovery-image] Oct 30 23:19:26.392 INFO O| Oct 30 23:19:26.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
73042024-10-30T23:19:27.764Z[ recovery-image] Oct 30 23:19:26.392 INFO O| Oct 30 23:19:26.392 INFO STEP 1056 (remove_files) COMPLETE
73052024-10-30T23:19:27.764Z[ recovery-image] Oct 30 23:19:26.392 INFO O| Oct 30 23:19:26.392 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73062024-10-30T23:19:27.775Z[ recovery-image] Oct 30 23:19:26.402 INFO O| Oct 30 23:19:26.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
73072024-10-30T23:19:27.775Z[ recovery-image] Oct 30 23:19:26.402 INFO O| Oct 30 23:19:26.402 INFO STEP 1057 (remove_files) COMPLETE
73082024-10-30T23:19:27.775Z[ recovery-image] Oct 30 23:19:26.402 INFO O| Oct 30 23:19:26.402 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73092024-10-30T23:19:27.785Z[ recovery-image] Oct 30 23:19:26.412 INFO O| Oct 30 23:19:26.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
73102024-10-30T23:19:27.785Z[ recovery-image] Oct 30 23:19:26.412 INFO O| Oct 30 23:19:26.412 INFO STEP 1058 (remove_files) COMPLETE
73112024-10-30T23:19:27.787Z[ recovery-image] Oct 30 23:19:26.412 INFO O| Oct 30 23:19:26.412 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73122024-10-30T23:19:27.794Z[ recovery-image] Oct 30 23:19:26.422 INFO O| Oct 30 23:19:26.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
73132024-10-30T23:19:27.797Z[ recovery-image] Oct 30 23:19:26.422 INFO O| Oct 30 23:19:26.422 INFO STEP 1059 (remove_files) COMPLETE
73142024-10-30T23:19:27.797Z[ recovery-image] Oct 30 23:19:26.422 INFO O| Oct 30 23:19:26.422 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73152024-10-30T23:19:27.804Z[ recovery-image] Oct 30 23:19:26.432 INFO O| Oct 30 23:19:26.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
73162024-10-30T23:19:27.807Z[ recovery-image] Oct 30 23:19:26.432 INFO O| Oct 30 23:19:26.432 INFO STEP 1060 (remove_files) COMPLETE
73172024-10-30T23:19:27.807Z[ recovery-image] Oct 30 23:19:26.432 INFO O| Oct 30 23:19:26.432 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73182024-10-30T23:19:27.814Z[ recovery-image] Oct 30 23:19:26.442 INFO O| Oct 30 23:19:26.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
73192024-10-30T23:19:27.817Z[ recovery-image] Oct 30 23:19:26.442 INFO O| Oct 30 23:19:26.442 INFO STEP 1061 (remove_files) COMPLETE
73202024-10-30T23:19:27.817Z[ recovery-image] Oct 30 23:19:26.442 INFO O| Oct 30 23:19:26.442 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73212024-10-30T23:19:27.824Z[ recovery-image] Oct 30 23:19:26.451 INFO O| Oct 30 23:19:26.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
73222024-10-30T23:19:27.824Z[ recovery-image] Oct 30 23:19:26.451 INFO O| Oct 30 23:19:26.451 INFO STEP 1062 (remove_files) COMPLETE
73232024-10-30T23:19:27.826Z[ recovery-image] Oct 30 23:19:26.451 INFO O| Oct 30 23:19:26.451 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73242024-10-30T23:19:27.833Z[ recovery-image] Oct 30 23:19:26.461 INFO O| Oct 30 23:19:26.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
73252024-10-30T23:19:27.836Z[ recovery-image] Oct 30 23:19:26.461 INFO O| Oct 30 23:19:26.461 INFO STEP 1063 (remove_files) COMPLETE
73262024-10-30T23:19:27.836Z[ recovery-image] Oct 30 23:19:26.461 INFO O| Oct 30 23:19:26.461 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73272024-10-30T23:19:27.843Z[ recovery-image] Oct 30 23:19:26.470 INFO O| Oct 30 23:19:26.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
73282024-10-30T23:19:27.845Z[ recovery-image] Oct 30 23:19:26.471 INFO O| Oct 30 23:19:26.470 INFO STEP 1064 (remove_files) COMPLETE
73292024-10-30T23:19:27.845Z[ recovery-image] Oct 30 23:19:26.471 INFO O| Oct 30 23:19:26.471 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73302024-10-30T23:19:27.853Z[ recovery-image] Oct 30 23:19:26.480 INFO O| Oct 30 23:19:26.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
73312024-10-30T23:19:27.855Z[ recovery-image] Oct 30 23:19:26.480 INFO O| Oct 30 23:19:26.480 INFO STEP 1065 (remove_files) COMPLETE
73322024-10-30T23:19:27.855Z[ recovery-image] Oct 30 23:19:26.480 INFO O| Oct 30 23:19:26.480 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73332024-10-30T23:19:27.862Z[ recovery-image] Oct 30 23:19:26.490 INFO O| Oct 30 23:19:26.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
73342024-10-30T23:19:27.863Z[ recovery-image] Oct 30 23:19:26.490 INFO O| Oct 30 23:19:26.490 INFO STEP 1066 (remove_files) COMPLETE
73352024-10-30T23:19:27.865Z[ recovery-image] Oct 30 23:19:26.490 INFO O| Oct 30 23:19:26.490 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73362024-10-30T23:19:27.872Z[ recovery-image] Oct 30 23:19:26.499 INFO O| Oct 30 23:19:26.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
73372024-10-30T23:19:27.872Z[ recovery-image] Oct 30 23:19:26.500 INFO O| Oct 30 23:19:26.499 INFO STEP 1067 (remove_files) COMPLETE
73382024-10-30T23:19:27.874Z[ recovery-image] Oct 30 23:19:26.500 INFO O| Oct 30 23:19:26.500 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73392024-10-30T23:19:27.881Z[ recovery-image] Oct 30 23:19:26.509 INFO O| Oct 30 23:19:26.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
73402024-10-30T23:19:27.882Z[ recovery-image] Oct 30 23:19:26.509 INFO O| Oct 30 23:19:26.509 INFO STEP 1068 (remove_files) COMPLETE
73412024-10-30T23:19:27.882Z[ recovery-image] Oct 30 23:19:26.509 INFO O| Oct 30 23:19:26.509 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73422024-10-30T23:19:27.892Z[ recovery-image] Oct 30 23:19:26.518 INFO O| Oct 30 23:19:26.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
73432024-10-30T23:19:27.894Z[ recovery-image] Oct 30 23:19:26.519 INFO O| Oct 30 23:19:26.519 INFO STEP 1069 (remove_files) COMPLETE
73442024-10-30T23:19:27.894Z[ recovery-image] Oct 30 23:19:26.519 INFO O| Oct 30 23:19:26.519 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73452024-10-30T23:19:27.901Z[ recovery-image] Oct 30 23:19:26.529 INFO O| Oct 30 23:19:26.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
73462024-10-30T23:19:27.901Z[ recovery-image] Oct 30 23:19:26.529 INFO O| Oct 30 23:19:26.529 INFO STEP 1070 (remove_files) COMPLETE
73472024-10-30T23:19:27.901Z[ recovery-image] Oct 30 23:19:26.529 INFO O| Oct 30 23:19:26.529 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73482024-10-30T23:19:27.911Z[ recovery-image] Oct 30 23:19:26.538 INFO O| Oct 30 23:19:26.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
73492024-10-30T23:19:27.913Z[ recovery-image] Oct 30 23:19:26.538 INFO O| Oct 30 23:19:26.538 INFO STEP 1071 (remove_files) COMPLETE
73502024-10-30T23:19:27.913Z[ recovery-image] Oct 30 23:19:26.538 INFO O| Oct 30 23:19:26.538 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73512024-10-30T23:19:27.920Z[ recovery-image] Oct 30 23:19:26.548 INFO O| Oct 30 23:19:26.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
73522024-10-30T23:19:27.920Z[ recovery-image] Oct 30 23:19:26.548 INFO O| Oct 30 23:19:26.548 INFO STEP 1072 (remove_files) COMPLETE
73532024-10-30T23:19:27.923Z[ recovery-image] Oct 30 23:19:26.548 INFO O| Oct 30 23:19:26.548 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73542024-10-30T23:19:27.930Z[ recovery-image] Oct 30 23:19:26.557 INFO O| Oct 30 23:19:26.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
73552024-10-30T23:19:27.933Z[ recovery-image] Oct 30 23:19:26.558 INFO O| Oct 30 23:19:26.557 INFO STEP 1073 (remove_files) COMPLETE
73562024-10-30T23:19:27.933Z[ recovery-image] Oct 30 23:19:26.558 INFO O| Oct 30 23:19:26.558 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73572024-10-30T23:19:27.940Z[ recovery-image] Oct 30 23:19:26.567 INFO O| Oct 30 23:19:26.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
73582024-10-30T23:19:27.940Z[ recovery-image] Oct 30 23:19:26.567 INFO O| Oct 30 23:19:26.567 INFO STEP 1074 (remove_files) COMPLETE
73592024-10-30T23:19:27.942Z[ recovery-image] Oct 30 23:19:26.567 INFO O| Oct 30 23:19:26.567 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73602024-10-30T23:19:27.949Z[ recovery-image] Oct 30 23:19:26.577 INFO O| Oct 30 23:19:26.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
73612024-10-30T23:19:27.949Z[ recovery-image] Oct 30 23:19:26.577 INFO O| Oct 30 23:19:26.577 INFO STEP 1075 (remove_files) COMPLETE
73622024-10-30T23:19:27.949Z[ recovery-image] Oct 30 23:19:26.577 INFO O| Oct 30 23:19:26.577 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73632024-10-30T23:19:27.959Z[ recovery-image] Oct 30 23:19:26.587 INFO O| Oct 30 23:19:26.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
73642024-10-30T23:19:27.959Z[ recovery-image] Oct 30 23:19:26.587 INFO O| Oct 30 23:19:26.587 INFO STEP 1076 (remove_files) COMPLETE
73652024-10-30T23:19:27.959Z[ recovery-image] Oct 30 23:19:26.587 INFO O| Oct 30 23:19:26.587 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73662024-10-30T23:19:27.969Z[ recovery-image] Oct 30 23:19:26.596 INFO O| Oct 30 23:19:26.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
73672024-10-30T23:19:27.969Z[ recovery-image] Oct 30 23:19:26.596 INFO O| Oct 30 23:19:26.596 INFO STEP 1077 (remove_files) COMPLETE
73682024-10-30T23:19:27.969Z[ recovery-image] Oct 30 23:19:26.596 INFO O| Oct 30 23:19:26.596 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73692024-10-30T23:19:27.978Z[ recovery-image] Oct 30 23:19:26.606 INFO O| Oct 30 23:19:26.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
73702024-10-30T23:19:27.978Z[ recovery-image] Oct 30 23:19:26.606 INFO O| Oct 30 23:19:26.606 INFO STEP 1078 (remove_files) COMPLETE
73712024-10-30T23:19:27.978Z[ recovery-image] Oct 30 23:19:26.606 INFO O| Oct 30 23:19:26.606 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73722024-10-30T23:19:27.988Z[ recovery-image] Oct 30 23:19:26.615 INFO O| Oct 30 23:19:26.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
73732024-10-30T23:19:27.991Z[ recovery-image] Oct 30 23:19:26.615 INFO O| Oct 30 23:19:26.615 INFO STEP 1079 (remove_files) COMPLETE
73742024-10-30T23:19:27.991Z[ recovery-image] Oct 30 23:19:26.615 INFO O| Oct 30 23:19:26.615 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73752024-10-30T23:19:27.997Z[ recovery-image] Oct 30 23:19:26.624 INFO O| Oct 30 23:19:26.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
73762024-10-30T23:19:27.997Z[ recovery-image] Oct 30 23:19:26.624 INFO O| Oct 30 23:19:26.624 INFO STEP 1080 (remove_files) COMPLETE
73772024-10-30T23:19:27.999Z[ recovery-image] Oct 30 23:19:26.624 INFO O| Oct 30 23:19:26.624 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73782024-10-30T23:19:28.007Z[ recovery-image] Oct 30 23:19:26.634 INFO O| Oct 30 23:19:26.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
73792024-10-30T23:19:28.007Z[ recovery-image] Oct 30 23:19:26.634 INFO O| Oct 30 23:19:26.634 INFO STEP 1081 (remove_files) COMPLETE
73802024-10-30T23:19:28.009Z[ recovery-image] Oct 30 23:19:26.634 INFO O| Oct 30 23:19:26.634 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73812024-10-30T23:19:28.016Z[ recovery-image] Oct 30 23:19:26.644 INFO O| Oct 30 23:19:26.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
73822024-10-30T23:19:28.018Z[ recovery-image] Oct 30 23:19:26.644 INFO O| Oct 30 23:19:26.644 INFO STEP 1082 (remove_files) COMPLETE
73832024-10-30T23:19:28.019Z[ recovery-image] Oct 30 23:19:26.644 INFO O| Oct 30 23:19:26.644 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73842024-10-30T23:19:28.025Z[ recovery-image] Oct 30 23:19:26.653 INFO O| Oct 30 23:19:26.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
73852024-10-30T23:19:28.028Z[ recovery-image] Oct 30 23:19:26.653 INFO O| Oct 30 23:19:26.653 INFO STEP 1083 (remove_files) COMPLETE
73862024-10-30T23:19:28.028Z[ recovery-image] Oct 30 23:19:26.653 INFO O| Oct 30 23:19:26.653 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73872024-10-30T23:19:28.035Z[ recovery-image] Oct 30 23:19:26.662 INFO O| Oct 30 23:19:26.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
73882024-10-30T23:19:28.037Z[ recovery-image] Oct 30 23:19:26.662 INFO O| Oct 30 23:19:26.662 INFO STEP 1084 (remove_files) COMPLETE
73892024-10-30T23:19:28.037Z[ recovery-image] Oct 30 23:19:26.662 INFO O| Oct 30 23:19:26.662 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73902024-10-30T23:19:28.044Z[ recovery-image] Oct 30 23:19:26.671 INFO O| Oct 30 23:19:26.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
73912024-10-30T23:19:28.046Z[ recovery-image] Oct 30 23:19:26.672 INFO O| Oct 30 23:19:26.672 INFO STEP 1085 (remove_files) COMPLETE
73922024-10-30T23:19:28.046Z[ recovery-image] Oct 30 23:19:26.672 INFO O| Oct 30 23:19:26.672 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73932024-10-30T23:19:28.054Z[ recovery-image] Oct 30 23:19:26.681 INFO O| Oct 30 23:19:26.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
73942024-10-30T23:19:28.054Z[ recovery-image] Oct 30 23:19:26.681 INFO O| Oct 30 23:19:26.681 INFO STEP 1086 (remove_files) COMPLETE
73952024-10-30T23:19:28.056Z[ recovery-image] Oct 30 23:19:26.681 INFO O| Oct 30 23:19:26.681 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73962024-10-30T23:19:28.063Z[ recovery-image] Oct 30 23:19:26.690 INFO O| Oct 30 23:19:26.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
73972024-10-30T23:19:28.065Z[ recovery-image] Oct 30 23:19:26.690 INFO O| Oct 30 23:19:26.690 INFO STEP 1087 (remove_files) COMPLETE
73982024-10-30T23:19:28.065Z[ recovery-image] Oct 30 23:19:26.690 INFO O| Oct 30 23:19:26.690 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73992024-10-30T23:19:28.072Z[ recovery-image] Oct 30 23:19:26.700 INFO O| Oct 30 23:19:26.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
74002024-10-30T23:19:28.072Z[ recovery-image] Oct 30 23:19:26.700 INFO O| Oct 30 23:19:26.700 INFO STEP 1088 (remove_files) COMPLETE
74012024-10-30T23:19:28.074Z[ recovery-image] Oct 30 23:19:26.700 INFO O| Oct 30 23:19:26.700 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74022024-10-30T23:19:28.082Z[ recovery-image] Oct 30 23:19:26.709 INFO O| Oct 30 23:19:26.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
74032024-10-30T23:19:28.084Z[ recovery-image] Oct 30 23:19:26.709 INFO O| Oct 30 23:19:26.709 INFO STEP 1089 (remove_files) COMPLETE
74042024-10-30T23:19:28.084Z[ recovery-image] Oct 30 23:19:26.709 INFO O| Oct 30 23:19:26.709 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74052024-10-30T23:19:28.091Z[ recovery-image] Oct 30 23:19:26.719 INFO O| Oct 30 23:19:26.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
74062024-10-30T23:19:28.091Z[ recovery-image] Oct 30 23:19:26.719 INFO O| Oct 30 23:19:26.719 INFO STEP 1090 (remove_files) COMPLETE
74072024-10-30T23:19:28.091Z[ recovery-image] Oct 30 23:19:26.719 INFO O| Oct 30 23:19:26.719 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74082024-10-30T23:19:28.107Z[ recovery-image] Oct 30 23:19:26.728 INFO O| Oct 30 23:19:26.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
74092024-10-30T23:19:28.109Z[ recovery-image] Oct 30 23:19:26.728 INFO O| Oct 30 23:19:26.728 INFO STEP 1091 (remove_files) COMPLETE
74102024-10-30T23:19:28.109Z[ recovery-image] Oct 30 23:19:26.728 INFO O| Oct 30 23:19:26.728 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74112024-10-30T23:19:28.113Z[ recovery-image] Oct 30 23:19:26.738 INFO O| Oct 30 23:19:26.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
74122024-10-30T23:19:28.113Z[ recovery-image] Oct 30 23:19:26.738 INFO O| Oct 30 23:19:26.738 INFO STEP 1092 (remove_files) COMPLETE
74132024-10-30T23:19:28.113Z[ recovery-image] Oct 30 23:19:26.738 INFO O| Oct 30 23:19:26.738 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74142024-10-30T23:19:28.120Z[ recovery-image] Oct 30 23:19:26.747 INFO O| Oct 30 23:19:26.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
74152024-10-30T23:19:28.120Z[ recovery-image] Oct 30 23:19:26.747 INFO O| Oct 30 23:19:26.747 INFO STEP 1093 (remove_files) COMPLETE
74162024-10-30T23:19:28.122Z[ recovery-image] Oct 30 23:19:26.747 INFO O| Oct 30 23:19:26.747 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74172024-10-30T23:19:28.131Z[ recovery-image] Oct 30 23:19:26.758 INFO O| Oct 30 23:19:26.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
74182024-10-30T23:19:28.131Z[ recovery-image] Oct 30 23:19:26.759 INFO O| Oct 30 23:19:26.759 INFO STEP 1094 (remove_files) COMPLETE
74192024-10-30T23:19:28.134Z[ recovery-image] Oct 30 23:19:26.759 INFO O| Oct 30 23:19:26.759 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74202024-10-30T23:19:28.142Z[ recovery-image] Oct 30 23:19:26.769 INFO O| Oct 30 23:19:26.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
74212024-10-30T23:19:28.142Z[ recovery-image] Oct 30 23:19:26.769 INFO O| Oct 30 23:19:26.769 INFO STEP 1095 (remove_files) COMPLETE
74222024-10-30T23:19:28.142Z[ recovery-image] Oct 30 23:19:26.769 INFO O| Oct 30 23:19:26.769 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74232024-10-30T23:19:28.152Z[ recovery-image] Oct 30 23:19:26.779 INFO O| Oct 30 23:19:26.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
74242024-10-30T23:19:28.152Z[ recovery-image] Oct 30 23:19:26.779 INFO O| Oct 30 23:19:26.779 INFO STEP 1096 (remove_files) COMPLETE
74252024-10-30T23:19:28.152Z[ recovery-image] Oct 30 23:19:26.779 INFO O| Oct 30 23:19:26.779 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74262024-10-30T23:19:28.162Z[ recovery-image] Oct 30 23:19:26.789 INFO O| Oct 30 23:19:26.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
74272024-10-30T23:19:28.162Z[ recovery-image] Oct 30 23:19:26.789 INFO O| Oct 30 23:19:26.789 INFO STEP 1097 (remove_files) COMPLETE
74282024-10-30T23:19:28.162Z[ recovery-image] Oct 30 23:19:26.789 INFO O| Oct 30 23:19:26.789 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74292024-10-30T23:19:28.172Z[ recovery-image] Oct 30 23:19:26.799 INFO O| Oct 30 23:19:26.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
74302024-10-30T23:19:28.175Z[ recovery-image] Oct 30 23:19:26.799 INFO O| Oct 30 23:19:26.799 INFO STEP 1098 (remove_files) COMPLETE
74312024-10-30T23:19:28.175Z[ recovery-image] Oct 30 23:19:26.799 INFO O| Oct 30 23:19:26.799 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74322024-10-30T23:19:28.182Z[ recovery-image] Oct 30 23:19:26.810 INFO O| Oct 30 23:19:26.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
74332024-10-30T23:19:28.185Z[ recovery-image] Oct 30 23:19:26.810 INFO O| Oct 30 23:19:26.810 INFO STEP 1099 (remove_files) COMPLETE
74342024-10-30T23:19:28.185Z[ recovery-image] Oct 30 23:19:26.810 INFO O| Oct 30 23:19:26.810 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74352024-10-30T23:19:28.193Z[ recovery-image] Oct 30 23:19:26.820 INFO O| Oct 30 23:19:26.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
74362024-10-30T23:19:28.195Z[ recovery-image] Oct 30 23:19:26.820 INFO O| Oct 30 23:19:26.820 INFO STEP 1100 (remove_files) COMPLETE
74372024-10-30T23:19:28.195Z[ recovery-image] Oct 30 23:19:26.820 INFO O| Oct 30 23:19:26.820 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74382024-10-30T23:19:28.204Z[ recovery-image] Oct 30 23:19:26.831 INFO O| Oct 30 23:19:26.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
74392024-10-30T23:19:28.204Z[ recovery-image] Oct 30 23:19:26.831 INFO O| Oct 30 23:19:26.831 INFO STEP 1101 (remove_files) COMPLETE
74402024-10-30T23:19:28.204Z[ recovery-image] Oct 30 23:19:26.831 INFO O| Oct 30 23:19:26.831 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74412024-10-30T23:19:28.214Z[ recovery-image] Oct 30 23:19:26.841 INFO O| Oct 30 23:19:26.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
74422024-10-30T23:19:28.214Z[ recovery-image] Oct 30 23:19:26.841 INFO O| Oct 30 23:19:26.841 INFO STEP 1102 (remove_files) COMPLETE
74432024-10-30T23:19:28.214Z[ recovery-image] Oct 30 23:19:26.841 INFO O| Oct 30 23:19:26.841 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74442024-10-30T23:19:28.224Z[ recovery-image] Oct 30 23:19:26.852 INFO O| Oct 30 23:19:26.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
74452024-10-30T23:19:28.224Z[ recovery-image] Oct 30 23:19:26.852 INFO O| Oct 30 23:19:26.852 INFO STEP 1103 (remove_files) COMPLETE
74462024-10-30T23:19:28.227Z[ recovery-image] Oct 30 23:19:26.852 INFO O| Oct 30 23:19:26.852 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74472024-10-30T23:19:28.234Z[ recovery-image] Oct 30 23:19:26.862 INFO O| Oct 30 23:19:26.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
74482024-10-30T23:19:28.234Z[ recovery-image] Oct 30 23:19:26.862 INFO O| Oct 30 23:19:26.862 INFO STEP 1104 (remove_files) COMPLETE
74492024-10-30T23:19:28.234Z[ recovery-image] Oct 30 23:19:26.862 INFO O| Oct 30 23:19:26.862 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74502024-10-30T23:19:28.244Z[ recovery-image] Oct 30 23:19:26.872 INFO O| Oct 30 23:19:26.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
74512024-10-30T23:19:28.246Z[ recovery-image] Oct 30 23:19:26.872 INFO O| Oct 30 23:19:26.872 INFO STEP 1105 (remove_files) COMPLETE
74522024-10-30T23:19:28.247Z[ recovery-image] Oct 30 23:19:26.872 INFO O| Oct 30 23:19:26.872 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74532024-10-30T23:19:28.256Z[ recovery-image] Oct 30 23:19:26.883 INFO O| Oct 30 23:19:26.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
74542024-10-30T23:19:28.256Z[ recovery-image] Oct 30 23:19:26.883 INFO O| Oct 30 23:19:26.883 INFO STEP 1106 (remove_files) COMPLETE
74552024-10-30T23:19:28.258Z[ recovery-image] Oct 30 23:19:26.883 INFO O| Oct 30 23:19:26.883 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74562024-10-30T23:19:28.268Z[ recovery-image] Oct 30 23:19:26.895 INFO O| Oct 30 23:19:26.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
74572024-10-30T23:19:28.268Z[ recovery-image] Oct 30 23:19:26.895 INFO O| Oct 30 23:19:26.895 INFO STEP 1107 (remove_files) COMPLETE
74582024-10-30T23:19:28.270Z[ recovery-image] Oct 30 23:19:26.895 INFO O| Oct 30 23:19:26.895 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74592024-10-30T23:19:28.277Z[ recovery-image] Oct 30 23:19:26.904 INFO O| Oct 30 23:19:26.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
74602024-10-30T23:19:28.277Z[ recovery-image] Oct 30 23:19:26.905 INFO O| Oct 30 23:19:26.904 INFO STEP 1108 (remove_files) COMPLETE
74612024-10-30T23:19:28.279Z[ recovery-image] Oct 30 23:19:26.905 INFO O| Oct 30 23:19:26.905 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74622024-10-30T23:19:28.286Z[ recovery-image] Oct 30 23:19:26.914 INFO O| Oct 30 23:19:26.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
74632024-10-30T23:19:28.287Z[ recovery-image] Oct 30 23:19:26.914 INFO O| Oct 30 23:19:26.914 INFO STEP 1109 (remove_files) COMPLETE
74642024-10-30T23:19:28.289Z[ recovery-image] Oct 30 23:19:26.914 INFO O| Oct 30 23:19:26.914 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74652024-10-30T23:19:28.296Z[ recovery-image] Oct 30 23:19:26.923 INFO O| Oct 30 23:19:26.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
74662024-10-30T23:19:28.296Z[ recovery-image] Oct 30 23:19:26.923 INFO O| Oct 30 23:19:26.923 INFO STEP 1110 (remove_files) COMPLETE
74672024-10-30T23:19:28.296Z[ recovery-image] Oct 30 23:19:26.923 INFO O| Oct 30 23:19:26.923 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74682024-10-30T23:19:28.306Z[ recovery-image] Oct 30 23:19:26.933 INFO O| Oct 30 23:19:26.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
74692024-10-30T23:19:28.309Z[ recovery-image] Oct 30 23:19:26.934 INFO O| Oct 30 23:19:26.934 INFO STEP 1111 (remove_files) COMPLETE
74702024-10-30T23:19:28.309Z[ recovery-image] Oct 30 23:19:26.934 INFO O| Oct 30 23:19:26.934 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74712024-10-30T23:19:28.329Z[ recovery-image] Oct 30 23:19:26.956 INFO O| Oct 30 23:19:26.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
74722024-10-30T23:19:28.329Z[ recovery-image] Oct 30 23:19:26.956 INFO O| Oct 30 23:19:26.956 INFO STEP 1112 (remove_files) COMPLETE
74732024-10-30T23:19:28.329Z[ recovery-image] Oct 30 23:19:26.956 INFO O| Oct 30 23:19:26.956 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74742024-10-30T23:19:28.352Z[ recovery-image] Oct 30 23:19:26.979 INFO O| Oct 30 23:19:26.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
74752024-10-30T23:19:28.355Z[ recovery-image] Oct 30 23:19:26.980 INFO O| Oct 30 23:19:26.980 INFO STEP 1113 (remove_files) COMPLETE
74762024-10-30T23:19:28.355Z[ recovery-image] Oct 30 23:19:26.980 INFO O| Oct 30 23:19:26.980 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74772024-10-30T23:19:28.376Z[ recovery-image] Oct 30 23:19:27.003 INFO O| Oct 30 23:19:27.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
74782024-10-30T23:19:28.376Z[ recovery-image] Oct 30 23:19:27.003 INFO O| Oct 30 23:19:27.003 INFO STEP 1114 (remove_files) COMPLETE
74792024-10-30T23:19:28.379Z[ recovery-image] Oct 30 23:19:27.003 INFO O| Oct 30 23:19:27.003 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74802024-10-30T23:19:28.394Z[ recovery-image] Oct 30 23:19:27.021 INFO O| Oct 30 23:19:27.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
74812024-10-30T23:19:28.397Z[ recovery-image] Oct 30 23:19:27.021 INFO O| Oct 30 23:19:27.021 INFO STEP 1115 (remove_files) COMPLETE
74822024-10-30T23:19:28.397Z[ recovery-image] Oct 30 23:19:27.021 INFO O| Oct 30 23:19:27.021 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74832024-10-30T23:19:28.414Z[ recovery-image] Oct 30 23:19:27.041 INFO O| Oct 30 23:19:27.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
74842024-10-30T23:19:28.414Z[ recovery-image] Oct 30 23:19:27.041 INFO O| Oct 30 23:19:27.041 INFO STEP 1116 (remove_files) COMPLETE
74852024-10-30T23:19:28.417Z[ recovery-image] Oct 30 23:19:27.041 INFO O| Oct 30 23:19:27.041 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74862024-10-30T23:19:28.428Z[ recovery-image] Oct 30 23:19:27.055 INFO O| Oct 30 23:19:27.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
74872024-10-30T23:19:28.430Z[ recovery-image] Oct 30 23:19:27.055 INFO O| Oct 30 23:19:27.055 INFO STEP 1117 (remove_files) COMPLETE
74882024-10-30T23:19:28.430Z[ recovery-image] Oct 30 23:19:27.055 INFO O| Oct 30 23:19:27.055 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74892024-10-30T23:19:28.441Z[ recovery-image] Oct 30 23:19:27.068 INFO O| Oct 30 23:19:27.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
74902024-10-30T23:19:28.444Z[ recovery-image] Oct 30 23:19:27.068 INFO O| Oct 30 23:19:27.068 INFO STEP 1118 (remove_files) COMPLETE
74912024-10-30T23:19:28.444Z[ recovery-image] Oct 30 23:19:27.068 INFO O| Oct 30 23:19:27.068 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74922024-10-30T23:19:28.456Z[ recovery-image] Oct 30 23:19:27.084 INFO O| Oct 30 23:19:27.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
74932024-10-30T23:19:28.461Z[ recovery-image] Oct 30 23:19:27.084 INFO O| Oct 30 23:19:27.084 INFO STEP 1119 (remove_files) COMPLETE
74942024-10-30T23:19:28.461Z[ recovery-image] Oct 30 23:19:27.084 INFO O| Oct 30 23:19:27.084 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74952024-10-30T23:19:28.474Z[ recovery-image] Oct 30 23:19:27.102 INFO O| Oct 30 23:19:27.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
74962024-10-30T23:19:28.477Z[ recovery-image] Oct 30 23:19:27.102 INFO O| Oct 30 23:19:27.102 INFO STEP 1120 (remove_files) COMPLETE
74972024-10-30T23:19:28.477Z[ recovery-image] Oct 30 23:19:27.102 INFO O| Oct 30 23:19:27.102 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74982024-10-30T23:19:28.491Z[ recovery-image] Oct 30 23:19:27.118 INFO O| Oct 30 23:19:27.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
74992024-10-30T23:19:28.494Z[ recovery-image] Oct 30 23:19:27.119 INFO O| Oct 30 23:19:27.119 INFO STEP 1121 (remove_files) COMPLETE
75002024-10-30T23:19:28.494Z[ recovery-image] Oct 30 23:19:27.119 INFO O| Oct 30 23:19:27.119 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75012024-10-30T23:19:28.507Z[ recovery-image] Oct 30 23:19:27.135 INFO O| Oct 30 23:19:27.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
75022024-10-30T23:19:28.508Z[ recovery-image] Oct 30 23:19:27.135 INFO O| Oct 30 23:19:27.135 INFO STEP 1122 (remove_files) COMPLETE
75032024-10-30T23:19:28.510Z[ recovery-image] Oct 30 23:19:27.135 INFO O| Oct 30 23:19:27.135 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75042024-10-30T23:19:28.526Z[ recovery-image] Oct 30 23:19:27.153 INFO O| Oct 30 23:19:27.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
75052024-10-30T23:19:28.526Z[ recovery-image] Oct 30 23:19:27.153 INFO O| Oct 30 23:19:27.153 INFO STEP 1123 (remove_files) COMPLETE
75062024-10-30T23:19:28.528Z[ recovery-image] Oct 30 23:19:27.153 INFO O| Oct 30 23:19:27.153 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75072024-10-30T23:19:28.539Z[ recovery-image] Oct 30 23:19:27.167 INFO O| Oct 30 23:19:27.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
75082024-10-30T23:19:28.539Z[ recovery-image] Oct 30 23:19:27.167 INFO O| Oct 30 23:19:27.167 INFO STEP 1124 (remove_files) COMPLETE
75092024-10-30T23:19:28.542Z[ recovery-image] Oct 30 23:19:27.167 INFO O| Oct 30 23:19:27.167 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75102024-10-30T23:19:28.553Z[ recovery-image] Oct 30 23:19:27.180 INFO O| Oct 30 23:19:27.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
75112024-10-30T23:19:28.556Z[ recovery-image] Oct 30 23:19:27.181 INFO O| Oct 30 23:19:27.181 INFO STEP 1125 (remove_files) COMPLETE
75122024-10-30T23:19:28.556Z[ recovery-image] Oct 30 23:19:27.181 INFO O| Oct 30 23:19:27.181 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75132024-10-30T23:19:28.567Z[ recovery-image] Oct 30 23:19:27.194 INFO O| Oct 30 23:19:27.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
75142024-10-30T23:19:28.570Z[ recovery-image] Oct 30 23:19:27.194 INFO O| Oct 30 23:19:27.194 INFO STEP 1126 (remove_files) COMPLETE
75152024-10-30T23:19:28.570Z[ recovery-image] Oct 30 23:19:27.194 INFO O| Oct 30 23:19:27.194 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75162024-10-30T23:19:28.584Z[ recovery-image] Oct 30 23:19:27.211 INFO O| Oct 30 23:19:27.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
75172024-10-30T23:19:28.584Z[ recovery-image] Oct 30 23:19:27.211 INFO O| Oct 30 23:19:27.211 INFO STEP 1127 (remove_files) COMPLETE
75182024-10-30T23:19:28.587Z[ recovery-image] Oct 30 23:19:27.211 INFO O| Oct 30 23:19:27.211 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75192024-10-30T23:19:28.600Z[ recovery-image] Oct 30 23:19:27.227 INFO O| Oct 30 23:19:27.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
75202024-10-30T23:19:28.603Z[ recovery-image] Oct 30 23:19:27.228 INFO O| Oct 30 23:19:27.228 INFO STEP 1128 (remove_files) COMPLETE
75212024-10-30T23:19:28.603Z[ recovery-image] Oct 30 23:19:27.228 INFO O| Oct 30 23:19:27.228 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75222024-10-30T23:19:28.617Z[ recovery-image] Oct 30 23:19:27.244 INFO O| Oct 30 23:19:27.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
75232024-10-30T23:19:28.620Z[ recovery-image] Oct 30 23:19:27.244 INFO O| Oct 30 23:19:27.244 INFO STEP 1129 (remove_files) COMPLETE
75242024-10-30T23:19:28.620Z[ recovery-image] Oct 30 23:19:27.244 INFO O| Oct 30 23:19:27.244 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75252024-10-30T23:19:28.633Z[ recovery-image] Oct 30 23:19:27.261 INFO O| Oct 30 23:19:27.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
75262024-10-30T23:19:28.636Z[ recovery-image] Oct 30 23:19:27.261 INFO O| Oct 30 23:19:27.261 INFO STEP 1130 (remove_files) COMPLETE
75272024-10-30T23:19:28.636Z[ recovery-image] Oct 30 23:19:27.261 INFO O| Oct 30 23:19:27.261 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75282024-10-30T23:19:28.650Z[ recovery-image] Oct 30 23:19:27.277 INFO O| Oct 30 23:19:27.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
75292024-10-30T23:19:28.652Z[ recovery-image] Oct 30 23:19:27.277 INFO O| Oct 30 23:19:27.277 INFO STEP 1131 (remove_files) COMPLETE
75302024-10-30T23:19:28.653Z[ recovery-image] Oct 30 23:19:27.277 INFO O| Oct 30 23:19:27.277 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75312024-10-30T23:19:28.667Z[ recovery-image] Oct 30 23:19:27.295 INFO O| Oct 30 23:19:27.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
75322024-10-30T23:19:28.670Z[ recovery-image] Oct 30 23:19:27.295 INFO O| Oct 30 23:19:27.295 INFO STEP 1132 (remove_files) COMPLETE
75332024-10-30T23:19:28.670Z[ recovery-image] Oct 30 23:19:27.295 INFO O| Oct 30 23:19:27.295 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75342024-10-30T23:19:28.685Z[ recovery-image] Oct 30 23:19:27.312 INFO O| Oct 30 23:19:27.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
75352024-10-30T23:19:28.688Z[ recovery-image] Oct 30 23:19:27.313 INFO O| Oct 30 23:19:27.312 INFO STEP 1133 (remove_files) COMPLETE
75362024-10-30T23:19:28.688Z[ recovery-image] Oct 30 23:19:27.313 INFO O| Oct 30 23:19:27.312 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75372024-10-30T23:19:28.703Z[ recovery-image] Oct 30 23:19:27.330 INFO O| Oct 30 23:19:27.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
75382024-10-30T23:19:28.706Z[ recovery-image] Oct 30 23:19:27.330 INFO O| Oct 30 23:19:27.330 INFO STEP 1134 (remove_files) COMPLETE
75392024-10-30T23:19:28.706Z[ recovery-image] Oct 30 23:19:27.331 INFO O| Oct 30 23:19:27.330 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75402024-10-30T23:19:28.721Z[ recovery-image] Oct 30 23:19:27.348 INFO O| Oct 30 23:19:27.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
75412024-10-30T23:19:28.721Z[ recovery-image] Oct 30 23:19:27.348 INFO O| Oct 30 23:19:27.348 INFO STEP 1135 (remove_files) COMPLETE
75422024-10-30T23:19:28.724Z[ recovery-image] Oct 30 23:19:27.348 INFO O| Oct 30 23:19:27.348 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75432024-10-30T23:19:28.738Z[ recovery-image] Oct 30 23:19:27.365 INFO O| Oct 30 23:19:27.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
75442024-10-30T23:19:28.741Z[ recovery-image] Oct 30 23:19:27.365 INFO O| Oct 30 23:19:27.365 INFO STEP 1136 (remove_files) COMPLETE
75452024-10-30T23:19:28.741Z[ recovery-image] Oct 30 23:19:27.365 INFO O| Oct 30 23:19:27.365 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75462024-10-30T23:19:28.752Z[ recovery-image] Oct 30 23:19:27.380 INFO O| Oct 30 23:19:27.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
75472024-10-30T23:19:28.752Z[ recovery-image] Oct 30 23:19:27.380 INFO O| Oct 30 23:19:27.380 INFO STEP 1137 (remove_files) COMPLETE
75482024-10-30T23:19:28.752Z[ recovery-image] Oct 30 23:19:27.380 INFO O| Oct 30 23:19:27.380 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75492024-10-30T23:19:28.763Z[ recovery-image] Oct 30 23:19:27.391 INFO O| Oct 30 23:19:27.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
75502024-10-30T23:19:28.766Z[ recovery-image] Oct 30 23:19:27.391 INFO O| Oct 30 23:19:27.391 INFO STEP 1138 (remove_files) COMPLETE
75512024-10-30T23:19:28.766Z[ recovery-image] Oct 30 23:19:27.391 INFO O| Oct 30 23:19:27.391 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75522024-10-30T23:19:28.773Z[ recovery-image] Oct 30 23:19:27.400 INFO O| Oct 30 23:19:27.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
75532024-10-30T23:19:28.784Z[ recovery-image] Oct 30 23:19:27.400 INFO O| Oct 30 23:19:27.400 INFO STEP 1139 (remove_files) COMPLETE
75542024-10-30T23:19:28.784Z[ recovery-image] Oct 30 23:19:27.400 INFO O| Oct 30 23:19:27.400 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75552024-10-30T23:19:28.784Z[ recovery-image] Oct 30 23:19:27.410 INFO O| Oct 30 23:19:27.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
75562024-10-30T23:19:28.784Z[ recovery-image] Oct 30 23:19:27.410 INFO O| Oct 30 23:19:27.410 INFO STEP 1140 (remove_files) COMPLETE
75572024-10-30T23:19:28.784Z[ recovery-image] Oct 30 23:19:27.410 INFO O| Oct 30 23:19:27.410 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75582024-10-30T23:19:28.791Z[ recovery-image] Oct 30 23:19:27.419 INFO O| Oct 30 23:19:27.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
75592024-10-30T23:19:28.794Z[ recovery-image] Oct 30 23:19:27.419 INFO O| Oct 30 23:19:27.419 INFO STEP 1141 (remove_files) COMPLETE
75602024-10-30T23:19:28.794Z[ recovery-image] Oct 30 23:19:27.419 INFO O| Oct 30 23:19:27.419 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75612024-10-30T23:19:28.801Z[ recovery-image] Oct 30 23:19:27.428 INFO O| Oct 30 23:19:27.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
75622024-10-30T23:19:28.803Z[ recovery-image] Oct 30 23:19:27.428 INFO O| Oct 30 23:19:27.428 INFO STEP 1142 (remove_files) COMPLETE
75632024-10-30T23:19:28.803Z[ recovery-image] Oct 30 23:19:27.428 INFO O| Oct 30 23:19:27.428 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75642024-10-30T23:19:28.810Z[ recovery-image] Oct 30 23:19:27.438 INFO O| Oct 30 23:19:27.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
75652024-10-30T23:19:28.810Z[ recovery-image] Oct 30 23:19:27.438 INFO O| Oct 30 23:19:27.438 INFO STEP 1143 (remove_files) COMPLETE
75662024-10-30T23:19:28.813Z[ recovery-image] Oct 30 23:19:27.438 INFO O| Oct 30 23:19:27.438 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75672024-10-30T23:19:28.820Z[ recovery-image] Oct 30 23:19:27.448 INFO O| Oct 30 23:19:27.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
75682024-10-30T23:19:28.820Z[ recovery-image] Oct 30 23:19:27.448 INFO O| Oct 30 23:19:27.448 INFO STEP 1144 (remove_files) COMPLETE
75692024-10-30T23:19:28.823Z[ recovery-image] Oct 30 23:19:27.448 INFO O| Oct 30 23:19:27.448 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75702024-10-30T23:19:28.830Z[ recovery-image] Oct 30 23:19:27.457 INFO O| Oct 30 23:19:27.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
75712024-10-30T23:19:28.830Z[ recovery-image] Oct 30 23:19:27.457 INFO O| Oct 30 23:19:27.457 INFO STEP 1145 (remove_files) COMPLETE
75722024-10-30T23:19:28.832Z[ recovery-image] Oct 30 23:19:27.457 INFO O| Oct 30 23:19:27.457 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75732024-10-30T23:19:28.839Z[ recovery-image] Oct 30 23:19:27.467 INFO O| Oct 30 23:19:27.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
75742024-10-30T23:19:28.839Z[ recovery-image] Oct 30 23:19:27.467 INFO O| Oct 30 23:19:27.467 INFO STEP 1146 (remove_files) COMPLETE
75752024-10-30T23:19:28.842Z[ recovery-image] Oct 30 23:19:27.467 INFO O| Oct 30 23:19:27.467 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75762024-10-30T23:19:28.849Z[ recovery-image] Oct 30 23:19:27.476 INFO O| Oct 30 23:19:27.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
75772024-10-30T23:19:28.851Z[ recovery-image] Oct 30 23:19:27.476 INFO O| Oct 30 23:19:27.476 INFO STEP 1147 (remove_files) COMPLETE
75782024-10-30T23:19:28.851Z[ recovery-image] Oct 30 23:19:27.476 INFO O| Oct 30 23:19:27.476 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75792024-10-30T23:19:28.858Z[ recovery-image] Oct 30 23:19:27.485 INFO O| Oct 30 23:19:27.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
75802024-10-30T23:19:28.858Z[ recovery-image] Oct 30 23:19:27.485 INFO O| Oct 30 23:19:27.485 INFO STEP 1148 (remove_files) COMPLETE
75812024-10-30T23:19:28.858Z[ recovery-image] Oct 30 23:19:27.485 INFO O| Oct 30 23:19:27.485 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75822024-10-30T23:19:28.867Z[ recovery-image] Oct 30 23:19:27.495 INFO O| Oct 30 23:19:27.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
75832024-10-30T23:19:28.870Z[ recovery-image] Oct 30 23:19:27.495 INFO O| Oct 30 23:19:27.495 INFO STEP 1149 (remove_files) COMPLETE
75842024-10-30T23:19:28.870Z[ recovery-image] Oct 30 23:19:27.495 INFO O| Oct 30 23:19:27.495 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75852024-10-30T23:19:28.877Z[ recovery-image] Oct 30 23:19:27.504 INFO O| Oct 30 23:19:27.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
75862024-10-30T23:19:28.879Z[ recovery-image] Oct 30 23:19:27.504 INFO O| Oct 30 23:19:27.504 INFO STEP 1150 (remove_files) COMPLETE
75872024-10-30T23:19:28.879Z[ recovery-image] Oct 30 23:19:27.504 INFO O| Oct 30 23:19:27.504 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75882024-10-30T23:19:28.886Z[ recovery-image] Oct 30 23:19:27.514 INFO O| Oct 30 23:19:27.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
75892024-10-30T23:19:28.889Z[ recovery-image] Oct 30 23:19:27.514 INFO O| Oct 30 23:19:27.514 INFO STEP 1151 (remove_files) COMPLETE
75902024-10-30T23:19:28.889Z[ recovery-image] Oct 30 23:19:27.514 INFO O| Oct 30 23:19:27.514 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75912024-10-30T23:19:28.896Z[ recovery-image] Oct 30 23:19:27.523 INFO O| Oct 30 23:19:27.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
75922024-10-30T23:19:28.896Z[ recovery-image] Oct 30 23:19:27.523 INFO O| Oct 30 23:19:27.523 INFO STEP 1152 (remove_files) COMPLETE
75932024-10-30T23:19:28.899Z[ recovery-image] Oct 30 23:19:27.523 INFO O| Oct 30 23:19:27.523 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75942024-10-30T23:19:28.905Z[ recovery-image] Oct 30 23:19:27.532 INFO O| Oct 30 23:19:27.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
75952024-10-30T23:19:28.908Z[ recovery-image] Oct 30 23:19:27.532 INFO O| Oct 30 23:19:27.532 INFO STEP 1153 (remove_files) COMPLETE
75962024-10-30T23:19:28.908Z[ recovery-image] Oct 30 23:19:27.532 INFO O| Oct 30 23:19:27.532 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75972024-10-30T23:19:28.914Z[ recovery-image] Oct 30 23:19:27.541 INFO O| Oct 30 23:19:27.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
75982024-10-30T23:19:28.917Z[ recovery-image] Oct 30 23:19:27.542 INFO O| Oct 30 23:19:27.541 INFO STEP 1154 (remove_files) COMPLETE
75992024-10-30T23:19:28.917Z[ recovery-image] Oct 30 23:19:27.542 INFO O| Oct 30 23:19:27.542 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76002024-10-30T23:19:28.924Z[ recovery-image] Oct 30 23:19:27.551 INFO O| Oct 30 23:19:27.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
76012024-10-30T23:19:28.926Z[ recovery-image] Oct 30 23:19:27.551 INFO O| Oct 30 23:19:27.551 INFO STEP 1155 (remove_files) COMPLETE
76022024-10-30T23:19:28.926Z[ recovery-image] Oct 30 23:19:27.551 INFO O| Oct 30 23:19:27.551 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76032024-10-30T23:19:28.933Z[ recovery-image] Oct 30 23:19:27.560 INFO O| Oct 30 23:19:27.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
76042024-10-30T23:19:28.938Z[ recovery-image] Oct 30 23:19:27.560 INFO O| Oct 30 23:19:27.560 INFO STEP 1156 (remove_files) COMPLETE
76052024-10-30T23:19:28.938Z[ recovery-image] Oct 30 23:19:27.561 INFO O| Oct 30 23:19:27.560 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76062024-10-30T23:19:28.943Z[ recovery-image] Oct 30 23:19:27.570 INFO O| Oct 30 23:19:27.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
76072024-10-30T23:19:28.943Z[ recovery-image] Oct 30 23:19:27.570 INFO O| Oct 30 23:19:27.570 INFO STEP 1157 (remove_files) COMPLETE
76082024-10-30T23:19:28.943Z[ recovery-image] Oct 30 23:19:27.570 INFO O| Oct 30 23:19:27.570 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76092024-10-30T23:19:28.952Z[ recovery-image] Oct 30 23:19:27.579 INFO O| Oct 30 23:19:27.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
76102024-10-30T23:19:28.952Z[ recovery-image] Oct 30 23:19:27.579 INFO O| Oct 30 23:19:27.579 INFO STEP 1158 (remove_files) COMPLETE
76112024-10-30T23:19:28.955Z[ recovery-image] Oct 30 23:19:27.579 INFO O| Oct 30 23:19:27.579 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76122024-10-30T23:19:28.961Z[ recovery-image] Oct 30 23:19:27.589 INFO O| Oct 30 23:19:27.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
76132024-10-30T23:19:28.961Z[ recovery-image] Oct 30 23:19:27.589 INFO O| Oct 30 23:19:27.589 INFO STEP 1159 (remove_files) COMPLETE
76142024-10-30T23:19:28.964Z[ recovery-image] Oct 30 23:19:27.589 INFO O| Oct 30 23:19:27.589 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76152024-10-30T23:19:28.971Z[ recovery-image] Oct 30 23:19:27.598 INFO O| Oct 30 23:19:27.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
76162024-10-30T23:19:28.971Z[ recovery-image] Oct 30 23:19:27.598 INFO O| Oct 30 23:19:27.598 INFO STEP 1160 (remove_files) COMPLETE
76172024-10-30T23:19:28.974Z[ recovery-image] Oct 30 23:19:27.598 INFO O| Oct 30 23:19:27.598 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76182024-10-30T23:19:28.974Z[ host-image] Oct 30 23:19:27.600 INFO O| Oct 30 23:19:27.600 INFO O| Planning: Solver setup ... Done
76192024-10-30T23:19:28.978Z[ host-image] Oct 30 23:19:27.604 INFO O| Oct 30 23:19:27.604 INFO O| Planning: Running solver ... Done
76202024-10-30T23:19:28.980Z[ recovery-image] Oct 30 23:19:27.608 INFO O| Oct 30 23:19:27.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
76212024-10-30T23:19:28.980Z[ recovery-image] Oct 30 23:19:27.608 INFO O| Oct 30 23:19:27.608 INFO STEP 1161 (remove_files) COMPLETE
76222024-10-30T23:19:28.980Z[ recovery-image] Oct 30 23:19:27.608 INFO O| Oct 30 23:19:27.608 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76232024-10-30T23:19:28.990Z[ recovery-image] Oct 30 23:19:27.617 INFO O| Oct 30 23:19:27.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
76242024-10-30T23:19:28.993Z[ recovery-image] Oct 30 23:19:27.617 INFO O| Oct 30 23:19:27.617 INFO STEP 1162 (remove_files) COMPLETE
76252024-10-30T23:19:28.993Z[ recovery-image] Oct 30 23:19:27.617 INFO O| Oct 30 23:19:27.617 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76262024-10-30T23:19:28.999Z[ recovery-image] Oct 30 23:19:27.627 INFO O| Oct 30 23:19:27.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
76272024-10-30T23:19:29.003Z[ recovery-image] Oct 30 23:19:27.627 INFO O| Oct 30 23:19:27.627 INFO STEP 1163 (remove_files) COMPLETE
76282024-10-30T23:19:29.003Z[ recovery-image] Oct 30 23:19:27.627 INFO O| Oct 30 23:19:27.627 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76292024-10-30T23:19:29.009Z[ recovery-image] Oct 30 23:19:27.636 INFO O| Oct 30 23:19:27.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
76302024-10-30T23:19:29.011Z[ recovery-image] Oct 30 23:19:27.636 INFO O| Oct 30 23:19:27.636 INFO STEP 1164 (remove_files) COMPLETE
76312024-10-30T23:19:29.011Z[ recovery-image] Oct 30 23:19:27.636 INFO O| Oct 30 23:19:27.636 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76322024-10-30T23:19:29.018Z[ recovery-image] Oct 30 23:19:27.645 INFO O| Oct 30 23:19:27.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
76332024-10-30T23:19:29.018Z[ recovery-image] Oct 30 23:19:27.645 INFO O| Oct 30 23:19:27.645 INFO STEP 1165 (remove_files) COMPLETE
76342024-10-30T23:19:29.024Z[ recovery-image] Oct 30 23:19:27.645 INFO O| Oct 30 23:19:27.645 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76352024-10-30T23:19:29.027Z[ recovery-image] Oct 30 23:19:27.655 INFO O| Oct 30 23:19:27.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
76362024-10-30T23:19:29.028Z[ recovery-image] Oct 30 23:19:27.655 INFO O| Oct 30 23:19:27.655 INFO STEP 1166 (remove_files) COMPLETE
76372024-10-30T23:19:29.028Z[ recovery-image] Oct 30 23:19:27.655 INFO O| Oct 30 23:19:27.655 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76382024-10-30T23:19:29.034Z[ host-image] Oct 30 23:19:27.661 INFO O| Oct 30 23:19:27.661 INFO O| Planning: Finding local manifests ... Done
76392024-10-30T23:19:29.036Z[ host-image] Oct 30 23:19:27.662 INFO O| Oct 30 23:19:27.662 INFO O| Planning: Fetching manifests: 0/4 0% complete
76402024-10-30T23:19:29.039Z[ recovery-image] Oct 30 23:19:27.664 INFO O| Oct 30 23:19:27.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
76412024-10-30T23:19:29.039Z[ recovery-image] Oct 30 23:19:27.664 INFO O| Oct 30 23:19:27.664 INFO STEP 1167 (remove_files) COMPLETE
76422024-10-30T23:19:29.039Z[ recovery-image] Oct 30 23:19:27.664 INFO O| Oct 30 23:19:27.664 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76432024-10-30T23:19:29.047Z[ recovery-image] Oct 30 23:19:27.675 INFO O| Oct 30 23:19:27.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
76442024-10-30T23:19:29.051Z[ recovery-image] Oct 30 23:19:27.675 INFO O| Oct 30 23:19:27.675 INFO STEP 1168 (remove_files) COMPLETE
76452024-10-30T23:19:29.051Z[ recovery-image] Oct 30 23:19:27.675 INFO O| Oct 30 23:19:27.675 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76462024-10-30T23:19:29.057Z[ recovery-image] Oct 30 23:19:27.685 INFO O| Oct 30 23:19:27.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
76472024-10-30T23:19:29.060Z[ recovery-image] Oct 30 23:19:27.685 INFO O| Oct 30 23:19:27.685 INFO STEP 1169 (remove_files) COMPLETE
76482024-10-30T23:19:29.060Z[ recovery-image] Oct 30 23:19:27.685 INFO O| Oct 30 23:19:27.685 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76492024-10-30T23:19:29.067Z[ recovery-image] Oct 30 23:19:27.695 INFO O| Oct 30 23:19:27.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
76502024-10-30T23:19:29.067Z[ recovery-image] Oct 30 23:19:27.695 INFO O| Oct 30 23:19:27.695 INFO STEP 1170 (remove_files) COMPLETE
76512024-10-30T23:19:29.070Z[ recovery-image] Oct 30 23:19:27.695 INFO O| Oct 30 23:19:27.695 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76522024-10-30T23:19:29.077Z[ recovery-image] Oct 30 23:19:27.704 INFO O| Oct 30 23:19:27.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
76532024-10-30T23:19:29.077Z[ recovery-image] Oct 30 23:19:27.704 INFO O| Oct 30 23:19:27.704 INFO STEP 1171 (remove_files) COMPLETE
76542024-10-30T23:19:29.079Z[ recovery-image] Oct 30 23:19:27.704 INFO O| Oct 30 23:19:27.704 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76552024-10-30T23:19:29.086Z[ recovery-image] Oct 30 23:19:27.714 INFO O| Oct 30 23:19:27.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
76562024-10-30T23:19:29.086Z[ recovery-image] Oct 30 23:19:27.714 INFO O| Oct 30 23:19:27.714 INFO STEP 1172 (remove_files) COMPLETE
76572024-10-30T23:19:29.086Z[ recovery-image] Oct 30 23:19:27.714 INFO O| Oct 30 23:19:27.714 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76582024-10-30T23:19:29.096Z[ recovery-image] Oct 30 23:19:27.723 INFO O| Oct 30 23:19:27.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
76592024-10-30T23:19:29.096Z[ recovery-image] Oct 30 23:19:27.723 INFO O| Oct 30 23:19:27.723 INFO STEP 1173 (remove_files) COMPLETE
76602024-10-30T23:19:29.098Z[ recovery-image] Oct 30 23:19:27.723 INFO O| Oct 30 23:19:27.723 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76612024-10-30T23:19:29.105Z[ recovery-image] Oct 30 23:19:27.733 INFO O| Oct 30 23:19:27.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
76622024-10-30T23:19:29.105Z[ recovery-image] Oct 30 23:19:27.733 INFO O| Oct 30 23:19:27.733 INFO STEP 1174 (remove_files) COMPLETE
76632024-10-30T23:19:29.105Z[ recovery-image] Oct 30 23:19:27.733 INFO O| Oct 30 23:19:27.733 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76642024-10-30T23:19:29.115Z[ recovery-image] Oct 30 23:19:27.742 INFO O| Oct 30 23:19:27.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
76652024-10-30T23:19:29.115Z[ recovery-image] Oct 30 23:19:27.743 INFO O| Oct 30 23:19:27.742 INFO STEP 1175 (remove_files) COMPLETE
76662024-10-30T23:19:29.118Z[ recovery-image] Oct 30 23:19:27.743 INFO O| Oct 30 23:19:27.742 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76672024-10-30T23:19:29.125Z[ recovery-image] Oct 30 23:19:27.752 INFO O| Oct 30 23:19:27.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
76682024-10-30T23:19:29.125Z[ recovery-image] Oct 30 23:19:27.752 INFO O| Oct 30 23:19:27.752 INFO STEP 1176 (remove_files) COMPLETE
76692024-10-30T23:19:29.125Z[ recovery-image] Oct 30 23:19:27.752 INFO O| Oct 30 23:19:27.752 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76702024-10-30T23:19:29.134Z[ recovery-image] Oct 30 23:19:27.761 INFO O| Oct 30 23:19:27.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
76712024-10-30T23:19:29.134Z[ recovery-image] Oct 30 23:19:27.762 INFO O| Oct 30 23:19:27.762 INFO STEP 1177 (remove_files) COMPLETE
76722024-10-30T23:19:29.134Z[ recovery-image] Oct 30 23:19:27.762 INFO O| Oct 30 23:19:27.762 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76732024-10-30T23:19:29.144Z[ recovery-image] Oct 30 23:19:27.771 INFO O| Oct 30 23:19:27.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
76742024-10-30T23:19:29.144Z[ recovery-image] Oct 30 23:19:27.771 INFO O| Oct 30 23:19:27.771 INFO STEP 1178 (remove_files) COMPLETE
76752024-10-30T23:19:29.144Z[ recovery-image] Oct 30 23:19:27.771 INFO O| Oct 30 23:19:27.771 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76762024-10-30T23:19:29.152Z[ host-image] Oct 30 23:19:27.779 INFO O| Oct 30 23:19:27.779 INFO O| Planning: Fetching manifests: 4/4 100% complete
76772024-10-30T23:19:29.155Z[ recovery-image] Oct 30 23:19:27.780 INFO O| Oct 30 23:19:27.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
76782024-10-30T23:19:29.155Z[ recovery-image] Oct 30 23:19:27.781 INFO O| Oct 30 23:19:27.780 INFO STEP 1179 (remove_files) COMPLETE
76792024-10-30T23:19:29.155Z[ recovery-image] Oct 30 23:19:27.781 INFO O| Oct 30 23:19:27.781 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76802024-10-30T23:19:29.163Z[ recovery-image] Oct 30 23:19:27.790 INFO O| Oct 30 23:19:27.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
76812024-10-30T23:19:29.166Z[ recovery-image] Oct 30 23:19:27.790 INFO O| Oct 30 23:19:27.790 INFO STEP 1180 (remove_files) COMPLETE
76822024-10-30T23:19:29.166Z[ recovery-image] Oct 30 23:19:27.790 INFO O| Oct 30 23:19:27.790 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76832024-10-30T23:19:29.172Z[ recovery-image] Oct 30 23:19:27.800 INFO O| Oct 30 23:19:27.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
76842024-10-30T23:19:29.172Z[ recovery-image] Oct 30 23:19:27.800 INFO O| Oct 30 23:19:27.800 INFO STEP 1181 (remove_files) COMPLETE
76852024-10-30T23:19:29.175Z[ recovery-image] Oct 30 23:19:27.800 INFO O| Oct 30 23:19:27.800 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76862024-10-30T23:19:29.175Z[ host-image] Oct 30 23:19:27.801 INFO O| Oct 30 23:19:27.801 INFO O| Planning: Package planning ... Done
76872024-10-30T23:19:29.177Z[ host-image] Oct 30 23:19:27.805 INFO O| Oct 30 23:19:27.805 INFO O| Planning: Merging actions ... Done
76882024-10-30T23:19:29.182Z[ recovery-image] Oct 30 23:19:27.810 INFO O| Oct 30 23:19:27.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
76892024-10-30T23:19:29.182Z[ recovery-image] Oct 30 23:19:27.810 INFO O| Oct 30 23:19:27.810 INFO STEP 1182 (remove_files) COMPLETE
76902024-10-30T23:19:29.182Z[ recovery-image] Oct 30 23:19:27.810 INFO O| Oct 30 23:19:27.810 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76912024-10-30T23:19:29.192Z[ recovery-image] Oct 30 23:19:27.819 INFO O| Oct 30 23:19:27.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
76922024-10-30T23:19:29.194Z[ recovery-image] Oct 30 23:19:27.819 INFO O| Oct 30 23:19:27.819 INFO STEP 1183 (remove_files) COMPLETE
76932024-10-30T23:19:29.194Z[ recovery-image] Oct 30 23:19:27.819 INFO O| Oct 30 23:19:27.819 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76942024-10-30T23:19:29.201Z[ recovery-image] Oct 30 23:19:27.829 INFO O| Oct 30 23:19:27.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
76952024-10-30T23:19:29.201Z[ recovery-image] Oct 30 23:19:27.829 INFO O| Oct 30 23:19:27.829 INFO STEP 1184 (remove_files) COMPLETE
76962024-10-30T23:19:29.204Z[ recovery-image] Oct 30 23:19:27.829 INFO O| Oct 30 23:19:27.829 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76972024-10-30T23:19:29.211Z[ recovery-image] Oct 30 23:19:27.838 INFO O| Oct 30 23:19:27.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
76982024-10-30T23:19:29.211Z[ recovery-image] Oct 30 23:19:27.838 INFO O| Oct 30 23:19:27.838 INFO STEP 1185 (remove_files) COMPLETE
76992024-10-30T23:19:29.213Z[ recovery-image] Oct 30 23:19:27.839 INFO O| Oct 30 23:19:27.838 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77002024-10-30T23:19:29.221Z[ recovery-image] Oct 30 23:19:27.848 INFO O| Oct 30 23:19:27.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
77012024-10-30T23:19:29.223Z[ recovery-image] Oct 30 23:19:27.848 INFO O| Oct 30 23:19:27.848 INFO STEP 1186 (remove_files) COMPLETE
77022024-10-30T23:19:29.223Z[ recovery-image] Oct 30 23:19:27.848 INFO O| Oct 30 23:19:27.848 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77032024-10-30T23:19:29.230Z[ recovery-image] Oct 30 23:19:27.858 INFO O| Oct 30 23:19:27.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
77042024-10-30T23:19:29.230Z[ recovery-image] Oct 30 23:19:27.858 INFO O| Oct 30 23:19:27.858 INFO STEP 1187 (remove_files) COMPLETE
77052024-10-30T23:19:29.230Z[ recovery-image] Oct 30 23:19:27.858 INFO O| Oct 30 23:19:27.858 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77062024-10-30T23:19:29.240Z[ recovery-image] Oct 30 23:19:27.867 INFO O| Oct 30 23:19:27.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
77072024-10-30T23:19:29.240Z[ recovery-image] Oct 30 23:19:27.867 INFO O| Oct 30 23:19:27.867 INFO STEP 1188 (remove_files) COMPLETE
77082024-10-30T23:19:29.242Z[ recovery-image] Oct 30 23:19:27.867 INFO O| Oct 30 23:19:27.867 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77092024-10-30T23:19:29.249Z[ recovery-image] Oct 30 23:19:27.876 INFO O| Oct 30 23:19:27.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
77102024-10-30T23:19:29.249Z[ recovery-image] Oct 30 23:19:27.876 INFO O| Oct 30 23:19:27.876 INFO STEP 1189 (remove_files) COMPLETE
77112024-10-30T23:19:29.252Z[ recovery-image] Oct 30 23:19:27.877 INFO O| Oct 30 23:19:27.876 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77122024-10-30T23:19:29.254Z[ host-image] Oct 30 23:19:27.879 INFO O| Oct 30 23:19:27.879 INFO O| Planning: Checking for conflicting actions ... Done
77132024-10-30T23:19:29.254Z[ host-image] Oct 30 23:19:27.880 INFO O| Oct 30 23:19:27.880 INFO O| Planning: Consolidating action changes ... Done
77142024-10-30T23:19:29.258Z[ recovery-image] Oct 30 23:19:27.886 INFO O| Oct 30 23:19:27.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
77152024-10-30T23:19:29.258Z[ recovery-image] Oct 30 23:19:27.886 INFO O| Oct 30 23:19:27.886 INFO STEP 1190 (remove_files) COMPLETE
77162024-10-30T23:19:29.261Z[ recovery-image] Oct 30 23:19:27.886 INFO O| Oct 30 23:19:27.886 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77172024-10-30T23:19:29.268Z[ recovery-image] Oct 30 23:19:27.896 INFO O| Oct 30 23:19:27.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
77182024-10-30T23:19:29.268Z[ recovery-image] Oct 30 23:19:27.896 INFO O| Oct 30 23:19:27.896 INFO STEP 1191 (remove_files) COMPLETE
77192024-10-30T23:19:29.271Z[ recovery-image] Oct 30 23:19:27.896 INFO O| Oct 30 23:19:27.896 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77202024-10-30T23:19:29.278Z[ recovery-image] Oct 30 23:19:27.905 INFO O| Oct 30 23:19:27.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
77212024-10-30T23:19:29.280Z[ recovery-image] Oct 30 23:19:27.905 INFO O| Oct 30 23:19:27.905 INFO STEP 1192 (remove_files) COMPLETE
77222024-10-30T23:19:29.280Z[ recovery-image] Oct 30 23:19:27.905 INFO O| Oct 30 23:19:27.905 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77232024-10-30T23:19:29.287Z[ recovery-image] Oct 30 23:19:27.915 INFO O| Oct 30 23:19:27.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
77242024-10-30T23:19:29.287Z[ recovery-image] Oct 30 23:19:27.915 INFO O| Oct 30 23:19:27.915 INFO STEP 1193 (remove_files) COMPLETE
77252024-10-30T23:19:29.290Z[ recovery-image] Oct 30 23:19:27.915 INFO O| Oct 30 23:19:27.915 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77262024-10-30T23:19:29.297Z[ recovery-image] Oct 30 23:19:27.925 INFO O| Oct 30 23:19:27.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
77272024-10-30T23:19:29.301Z[ recovery-image] Oct 30 23:19:27.925 INFO O| Oct 30 23:19:27.925 INFO STEP 1194 (remove_files) COMPLETE
77282024-10-30T23:19:29.301Z[ recovery-image] Oct 30 23:19:27.925 INFO O| Oct 30 23:19:27.925 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77292024-10-30T23:19:29.307Z[ recovery-image] Oct 30 23:19:27.934 INFO O| Oct 30 23:19:27.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
77302024-10-30T23:19:29.307Z[ recovery-image] Oct 30 23:19:27.934 INFO O| Oct 30 23:19:27.934 INFO STEP 1195 (remove_files) COMPLETE
77312024-10-30T23:19:29.307Z[ recovery-image] Oct 30 23:19:27.934 INFO O| Oct 30 23:19:27.934 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77322024-10-30T23:19:29.316Z[ recovery-image] Oct 30 23:19:27.944 INFO O| Oct 30 23:19:27.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
77332024-10-30T23:19:29.319Z[ recovery-image] Oct 30 23:19:27.944 INFO O| Oct 30 23:19:27.944 INFO STEP 1196 (remove_files) COMPLETE
77342024-10-30T23:19:29.319Z[ recovery-image] Oct 30 23:19:27.944 INFO O| Oct 30 23:19:27.944 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77352024-10-30T23:19:29.326Z[ recovery-image] Oct 30 23:19:27.953 INFO O| Oct 30 23:19:27.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
77362024-10-30T23:19:29.326Z[ recovery-image] Oct 30 23:19:27.953 INFO O| Oct 30 23:19:27.953 INFO STEP 1197 (remove_files) COMPLETE
77372024-10-30T23:19:29.328Z[ recovery-image] Oct 30 23:19:27.953 INFO O| Oct 30 23:19:27.953 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77382024-10-30T23:19:29.335Z[ recovery-image] Oct 30 23:19:27.963 INFO O| Oct 30 23:19:27.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
77392024-10-30T23:19:29.338Z[ recovery-image] Oct 30 23:19:27.963 INFO O| Oct 30 23:19:27.963 INFO STEP 1198 (remove_files) COMPLETE
77402024-10-30T23:19:29.339Z[ recovery-image] Oct 30 23:19:27.963 INFO O| Oct 30 23:19:27.963 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77412024-10-30T23:19:29.345Z[ recovery-image] Oct 30 23:19:27.972 INFO O| Oct 30 23:19:27.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
77422024-10-30T23:19:29.348Z[ recovery-image] Oct 30 23:19:27.972 INFO O| Oct 30 23:19:27.972 INFO STEP 1199 (remove_files) COMPLETE
77432024-10-30T23:19:29.348Z[ recovery-image] Oct 30 23:19:27.972 INFO O| Oct 30 23:19:27.972 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77442024-10-30T23:19:29.354Z[ recovery-image] Oct 30 23:19:27.982 INFO O| Oct 30 23:19:27.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
77452024-10-30T23:19:29.357Z[ recovery-image] Oct 30 23:19:27.982 INFO O| Oct 30 23:19:27.982 INFO STEP 1200 (remove_files) COMPLETE
77462024-10-30T23:19:29.357Z[ recovery-image] Oct 30 23:19:27.982 INFO O| Oct 30 23:19:27.982 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77472024-10-30T23:19:29.364Z[ recovery-image] Oct 30 23:19:27.991 INFO O| Oct 30 23:19:27.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
77482024-10-30T23:19:29.364Z[ recovery-image] Oct 30 23:19:27.991 INFO O| Oct 30 23:19:27.991 INFO STEP 1201 (remove_files) COMPLETE
77492024-10-30T23:19:29.367Z[ recovery-image] Oct 30 23:19:27.991 INFO O| Oct 30 23:19:27.991 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77502024-10-30T23:19:29.373Z[ recovery-image] Oct 30 23:19:28.001 INFO O| Oct 30 23:19:28.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
77512024-10-30T23:19:29.376Z[ recovery-image] Oct 30 23:19:28.001 INFO O| Oct 30 23:19:28.001 INFO STEP 1202 (remove_files) COMPLETE
77522024-10-30T23:19:29.376Z[ recovery-image] Oct 30 23:19:28.001 INFO O| Oct 30 23:19:28.001 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77532024-10-30T23:19:29.384Z[ recovery-image] Oct 30 23:19:28.011 INFO O| Oct 30 23:19:28.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
77542024-10-30T23:19:29.384Z[ recovery-image] Oct 30 23:19:28.011 INFO O| Oct 30 23:19:28.011 INFO STEP 1203 (remove_files) COMPLETE
77552024-10-30T23:19:29.384Z[ recovery-image] Oct 30 23:19:28.011 INFO O| Oct 30 23:19:28.011 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77562024-10-30T23:19:29.393Z[ recovery-image] Oct 30 23:19:28.020 INFO O| Oct 30 23:19:28.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
77572024-10-30T23:19:29.396Z[ recovery-image] Oct 30 23:19:28.020 INFO O| Oct 30 23:19:28.020 INFO STEP 1204 (remove_files) COMPLETE
77582024-10-30T23:19:29.396Z[ recovery-image] Oct 30 23:19:28.020 INFO O| Oct 30 23:19:28.020 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77592024-10-30T23:19:29.402Z[ recovery-image] Oct 30 23:19:28.030 INFO O| Oct 30 23:19:28.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
77602024-10-30T23:19:29.402Z[ recovery-image] Oct 30 23:19:28.030 INFO O| Oct 30 23:19:28.030 INFO STEP 1205 (remove_files) COMPLETE
77612024-10-30T23:19:29.402Z[ recovery-image] Oct 30 23:19:28.030 INFO O| Oct 30 23:19:28.030 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
77622024-10-30T23:19:29.417Z[ recovery-image] Oct 30 23:19:28.044 INFO O| Oct 30 23:19:28.044 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
77632024-10-30T23:19:29.417Z[ recovery-image] Oct 30 23:19:28.044 INFO O| Oct 30 23:19:28.044 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
77642024-10-30T23:19:29.432Z[ host-image] Oct 30 23:19:28.059 INFO O| Oct 30 23:19:28.059 INFO O| Planning: Evaluating mediators ... Done
77652024-10-30T23:19:29.434Z[ host-image] Oct 30 23:19:28.060 INFO O| Oct 30 23:19:28.060 INFO O| Planning: Planning completed in 2.84 seconds
77662024-10-30T23:19:29.436Z[ host-image] Oct 30 23:19:28.062 INFO O| Oct 30 23:19:28.062 INFO O| Packages to install: 4
77672024-10-30T23:19:29.436Z[ host-image] Oct 30 23:19:28.062 INFO O| Oct 30 23:19:28.062 INFO O| Services to change: 2
77682024-10-30T23:19:29.446Z[ host-image] Oct 30 23:19:28.073 INFO O| Oct 30 23:19:28.073 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
77692024-10-30T23:19:30.136Z[ recovery-image] Oct 30 23:19:28.763 INFO O| Oct 30 23:19:28.763 INFO STEP 1206 (pack_tar) COMPLETE
77702024-10-30T23:19:30.136Z[ recovery-image] Oct 30 23:19:28.763 INFO O| Oct 30 23:19:28.763 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
77712024-10-30T23:19:30.136Z[ recovery-image] Oct 30 23:19:28.763 INFO O| Oct 30 23:19:28.763 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
77722024-10-30T23:19:30.504Z[ recovery-image] Oct 30 23:19:29.131 INFO O| Oct 30 23:19:29.131 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
77732024-10-30T23:19:30.582Z[ recovery-image] Oct 30 23:19:29.209 INFO O| Oct 30 23:19:29.209 INFO completed processing gimlet/ramdisk-03-recovery-trim
77742024-10-30T23:19:30.588Z[ recovery-image] Oct 30 23:19:29.216 INFO image builder template: zfs-recovery...
77752024-10-30T23:19:30.588Z[ recovery-image] Oct 30 23:19:29.216 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/.tmpjscsyd/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "zfs-recovery"], pwd: None
77762024-10-30T23:19:30.620Z[ recovery-image] Oct 30 23:19:29.247 INFO O| Oct 30 23:19:29.247 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
77772024-10-30T23:19:30.623Z[ recovery-image] Oct 30 23:19:29.251 INFO O| Oct 30 23:19:29.251 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
77782024-10-30T23:19:30.703Z[ recovery-image] Oct 30 23:19:29.330 INFO O| Oct 30 23:19:29.330 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
77792024-10-30T23:19:30.795Z[ recovery-image] Oct 30 23:19:29.422 INFO O| Oct 30 23:19:29.422 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
77802024-10-30T23:19:30.795Z[ recovery-image] Oct 30 23:19:29.422 INFO O| Oct 30 23:19:29.422 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
77812024-10-30T23:19:30.799Z[ recovery-image] Oct 30 23:19:29.426 INFO O| Oct 30 23:19:29.426 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
77822024-10-30T23:19:30.884Z[ recovery-image] Oct 30 23:19:29.511 INFO O| Oct 30 23:19:29.511 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
77832024-10-30T23:19:30.988Z[ recovery-image] Oct 30 23:19:29.615 INFO O| Oct 30 23:19:29.615 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
77842024-10-30T23:19:30.998Z[ recovery-image] Oct 30 23:19:29.625 INFO O| Oct 30 23:19:29.625 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
77852024-10-30T23:19:31.003Z[ recovery-image] Oct 30 23:19:29.630 INFO O| Oct 30 23:19:29.630 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
77862024-10-30T23:19:31.005Z[ recovery-image] Oct 30 23:19:29.632 INFO O| Oct 30 23:19:29.632 INFO no lofi found
77872024-10-30T23:19:31.005Z[ recovery-image] Oct 30 23:19:29.632 INFO O| Oct 30 23:19:29.632 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
77882024-10-30T23:19:31.005Z[ recovery-image] Oct 30 23:19:29.632 INFO O| Oct 30 23:19:29.632 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
77892024-10-30T23:19:32.383Z[ recovery-image] Oct 30 23:19:31.010 INFO O| Oct 30 23:19:31.010 INFO lofi device = /dev/dsk/c2t1d0p0
77902024-10-30T23:19:32.383Z[ recovery-image] Oct 30 23:19:31.010 INFO O| Oct 30 23:19:31.010 INFO pool device = /dev/dsk/c2t1d0p0
77912024-10-30T23:19:32.385Z[ recovery-image] Oct 30 23:19:31.010 INFO O| Oct 30 23:19:31.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"]
77922024-10-30T23:19:32.456Z[ recovery-image] Oct 30 23:19:31.083 INFO O| Oct 30 23:19:31.083 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
77932024-10-30T23:19:32.456Z[ recovery-image] Oct 30 23:19:31.083 INFO O| Oct 30 23:19:31.083 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
77942024-10-30T23:19:32.476Z[ recovery-image] Oct 30 23:19:31.103 INFO O| Oct 30 23:19:31.103 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
77952024-10-30T23:19:32.535Z[ recovery-image] Oct 30 23:19:31.163 INFO O| Oct 30 23:19:31.162 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
77962024-10-30T23:19:32.573Z[ recovery-image] Oct 30 23:19:31.198 INFO O| Oct 30 23:19:31.198 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
77972024-10-30T23:19:32.583Z[ recovery-image] Oct 30 23:19:31.210 INFO O| Oct 30 23:19:31.210 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
77982024-10-30T23:19:32.592Z[ recovery-image] Oct 30 23:19:31.219 INFO O| Oct 30 23:19:31.219 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
77992024-10-30T23:19:32.636Z[ recovery-image] Oct 30 23:19:31.263 INFO O| Oct 30 23:19:31.263 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
78002024-10-30T23:19:32.639Z[ recovery-image] Oct 30 23:19:31.263 INFO O| Oct 30 23:19:31.263 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
78012024-10-30T23:19:32.639Z[ recovery-image] Oct 30 23:19:31.263 INFO O| Oct 30 23:19:31.263 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
78022024-10-30T23:19:32.650Z[ recovery-image] Oct 30 23:19:31.278 INFO O| Oct 30 23:19:31.278 INFO boot environment UUID: b8414f63-ebf8-49b8-88a0-3ce219d85acd
78032024-10-30T23:19:32.650Z[ recovery-image] Oct 30 23:19:31.278 INFO O| Oct 30 23:19:31.278 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = b8414f63-ebf8-49b8-88a0-3ce219d85acd
78042024-10-30T23:19:32.660Z[ recovery-image] Oct 30 23:19:31.287 INFO O| Oct 30 23:19:31.287 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
78052024-10-30T23:19:32.669Z[ recovery-image] Oct 30 23:19:31.296 INFO O| Oct 30 23:19:31.296 INFO STEP 0 (create_be) COMPLETE
78062024-10-30T23:19:32.669Z[ recovery-image] Oct 30 23:19:31.296 INFO O| Oct 30 23:19:31.296 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78072024-10-30T23:19:32.683Z[ recovery-image] Oct 30 23:19:31.311 INFO O| Oct 30 23:19:31.311 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"]
78082024-10-30T23:19:33.656Z[ host-image] Oct 30 23:19:32.283 INFO O| Oct 30 23:19:32.283 INFO O| Download: Completed 1.39 MB in 4.21 seconds (337k/s)
78092024-10-30T23:19:33.842Z[ host-image] Oct 30 23:19:32.469 INFO O| Oct 30 23:19:32.469 INFO O| Actions: 1/238 actions (Installing new actions)
78102024-10-30T23:19:33.875Z[ recovery-image] Oct 30 23:19:32.502 INFO O| Oct 30 23:19:32.502 INFO STEP 1 (unpack_tar) COMPLETE
78112024-10-30T23:19:33.875Z[ recovery-image] Oct 30 23:19:32.502 INFO O| Oct 30 23:19:32.502 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78122024-10-30T23:19:33.886Z[ recovery-image] Oct 30 23:19:32.513 INFO O| Oct 30 23:19:32.513 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
78132024-10-30T23:19:34.009Z[ host-image] Oct 30 23:19:32.636 INFO O| Oct 30 23:19:32.636 INFO O| Actions: Completed 238 actions in 0.17 seconds.
78142024-10-30T23:19:34.148Z[ recovery-image] Oct 30 23:19:32.775 INFO O| Oct 30 23:19:32.775 INFO STEP 2 (devfsadm) COMPLETE
78152024-10-30T23:19:34.148Z[ recovery-image] Oct 30 23:19:32.775 INFO O| Oct 30 23:19:32.775 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78162024-10-30T23:19:34.159Z[ recovery-image] Oct 30 23:19:32.786 INFO O| Oct 30 23:19:32.786 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78172024-10-30T23:19:34.162Z[ recovery-image] Oct 30 23:19:32.786 INFO O| Oct 30 23:19:32.786 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78182024-10-30T23:19:34.162Z[ recovery-image] Oct 30 23:19:32.786 INFO O| Oct 30 23:19:32.786 INFO STEP 3 (ensure_dir) COMPLETE
78192024-10-30T23:19:34.162Z[ recovery-image] Oct 30 23:19:32.786 INFO O| Oct 30 23:19:32.786 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78202024-10-30T23:19:34.170Z[ recovery-image] Oct 30 23:19:32.798 INFO O| Oct 30 23:19:32.797 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
78212024-10-30T23:19:34.170Z[ recovery-image] Oct 30 23:19:32.798 INFO O| Oct 30 23:19:32.798 INFO STEP 4 (ensure_dir) COMPLETE
78222024-10-30T23:19:34.173Z[ recovery-image] Oct 30 23:19:32.798 INFO O| Oct 30 23:19:32.798 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78232024-10-30T23:19:34.181Z[ recovery-image] Oct 30 23:19:32.808 INFO O| Oct 30 23:19:32.808 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
78242024-10-30T23:19:34.181Z[ recovery-image] Oct 30 23:19:32.808 INFO O| Oct 30 23:19:32.808 INFO STEP 5 (ensure_dir) COMPLETE
78252024-10-30T23:19:34.183Z[ recovery-image] Oct 30 23:19:32.808 INFO O| Oct 30 23:19:32.808 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78262024-10-30T23:19:34.191Z[ recovery-image] Oct 30 23:19:32.818 INFO O| Oct 30 23:19:32.818 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78272024-10-30T23:19:34.191Z[ recovery-image] Oct 30 23:19:32.818 INFO O| Oct 30 23:19:32.818 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78282024-10-30T23:19:34.194Z[ recovery-image] Oct 30 23:19:32.818 INFO O| Oct 30 23:19:32.818 INFO STEP 6 (ensure_dir) COMPLETE
78292024-10-30T23:19:34.194Z[ recovery-image] Oct 30 23:19:32.818 INFO O| Oct 30 23:19:32.818 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78302024-10-30T23:19:34.201Z[ recovery-image] Oct 30 23:19:32.828 INFO O| Oct 30 23:19:32.828 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78312024-10-30T23:19:34.203Z[ recovery-image] Oct 30 23:19:32.828 INFO O| Oct 30 23:19:32.828 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78322024-10-30T23:19:34.203Z[ recovery-image] Oct 30 23:19:32.828 INFO O| Oct 30 23:19:32.828 INFO STEP 7 (ensure_dir) COMPLETE
78332024-10-30T23:19:34.203Z[ recovery-image] Oct 30 23:19:32.828 INFO O| Oct 30 23:19:32.828 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78342024-10-30T23:19:34.211Z[ recovery-image] Oct 30 23:19:32.838 INFO O| Oct 30 23:19:32.838 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
78352024-10-30T23:19:34.213Z[ recovery-image] Oct 30 23:19:32.838 INFO O| Oct 30 23:19:32.838 INFO STEP 8 (remove_files) COMPLETE
78362024-10-30T23:19:34.213Z[ recovery-image] Oct 30 23:19:32.839 INFO O| Oct 30 23:19:32.838 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78372024-10-30T23:19:34.221Z[ recovery-image] Oct 30 23:19:32.848 INFO O| Oct 30 23:19:32.848 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
78382024-10-30T23:19:34.224Z[ recovery-image] Oct 30 23:19:32.849 INFO O| Oct 30 23:19:32.849 INFO STEP 9 (remove_files) COMPLETE
78392024-10-30T23:19:34.224Z[ recovery-image] Oct 30 23:19:32.849 INFO O| Oct 30 23:19:32.849 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78402024-10-30T23:19:34.231Z[ recovery-image] Oct 30 23:19:32.859 INFO O| Oct 30 23:19:32.859 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
78412024-10-30T23:19:34.235Z[ recovery-image] Oct 30 23:19:32.860 INFO O| Oct 30 23:19:32.860 INFO STEP 10 (remove_files) COMPLETE
78422024-10-30T23:19:34.235Z[ recovery-image] Oct 30 23:19:32.860 INFO O| Oct 30 23:19:32.860 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78432024-10-30T23:19:34.243Z[ recovery-image] Oct 30 23:19:32.871 INFO O| Oct 30 23:19:32.871 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
78442024-10-30T23:19:34.246Z[ recovery-image] Oct 30 23:19:32.871 INFO O| Oct 30 23:19:32.871 INFO STEP 11 (remove_files) COMPLETE
78452024-10-30T23:19:34.246Z[ recovery-image] Oct 30 23:19:32.871 INFO O| Oct 30 23:19:32.871 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78462024-10-30T23:19:34.254Z[ recovery-image] Oct 30 23:19:32.882 INFO O| Oct 30 23:19:32.881 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
78472024-10-30T23:19:34.257Z[ recovery-image] Oct 30 23:19:32.882 INFO O| Oct 30 23:19:32.882 INFO STEP 12 (remove_files) COMPLETE
78482024-10-30T23:19:34.257Z[ recovery-image] Oct 30 23:19:32.882 INFO O| Oct 30 23:19:32.882 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78492024-10-30T23:19:34.265Z[ recovery-image] Oct 30 23:19:32.892 INFO O| Oct 30 23:19:32.892 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78502024-10-30T23:19:34.265Z[ recovery-image] Oct 30 23:19:32.892 INFO O| Oct 30 23:19:32.892 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78512024-10-30T23:19:34.265Z[ recovery-image] Oct 30 23:19:32.892 INFO O| Oct 30 23:19:32.892 INFO STEP 13 (ensure_dir) COMPLETE
78522024-10-30T23:19:34.268Z[ recovery-image] Oct 30 23:19:32.892 INFO O| Oct 30 23:19:32.892 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78532024-10-30T23:19:34.275Z[ recovery-image] Oct 30 23:19:32.902 INFO O| Oct 30 23:19:32.902 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
78542024-10-30T23:19:34.278Z[ recovery-image] Oct 30 23:19:32.902 INFO O| Oct 30 23:19:32.902 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
78552024-10-30T23:19:34.278Z[ recovery-image] Oct 30 23:19:32.903 INFO O| Oct 30 23:19:32.903 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
78562024-10-30T23:19:34.278Z[ recovery-image] Oct 30 23:19:32.903 INFO O| Oct 30 23:19:32.903 INFO STEP 14 (ensure_dir) COMPLETE
78572024-10-30T23:19:34.278Z[ recovery-image] Oct 30 23:19:32.903 INFO O| Oct 30 23:19:32.903 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78582024-10-30T23:19:34.285Z[ recovery-image] Oct 30 23:19:32.913 INFO O| Oct 30 23:19:32.913 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
78592024-10-30T23:19:34.288Z[ recovery-image] Oct 30 23:19:32.913 INFO O| Oct 30 23:19:32.913 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
78602024-10-30T23:19:34.288Z[ recovery-image] Oct 30 23:19:32.913 INFO O| Oct 30 23:19:32.913 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
78612024-10-30T23:19:34.288Z[ recovery-image] Oct 30 23:19:32.913 INFO O| Oct 30 23:19:32.913 INFO STEP 15 (ensure_dir) COMPLETE
78622024-10-30T23:19:34.288Z[ recovery-image] Oct 30 23:19:32.913 INFO O| Oct 30 23:19:32.913 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78632024-10-30T23:19:34.296Z[ recovery-image] Oct 30 23:19:32.923 INFO O| Oct 30 23:19:32.923 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78642024-10-30T23:19:34.299Z[ recovery-image] Oct 30 23:19:32.923 INFO O| Oct 30 23:19:32.923 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78652024-10-30T23:19:34.299Z[ recovery-image] Oct 30 23:19:32.923 INFO O| Oct 30 23:19:32.923 INFO STEP 16 (ensure_dir) COMPLETE
78662024-10-30T23:19:34.299Z[ recovery-image] Oct 30 23:19:32.923 INFO O| Oct 30 23:19:32.923 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78672024-10-30T23:19:34.306Z[ recovery-image] Oct 30 23:19:32.933 INFO O| Oct 30 23:19:32.933 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78682024-10-30T23:19:34.306Z[ recovery-image] Oct 30 23:19:32.933 INFO O| Oct 30 23:19:32.933 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78692024-10-30T23:19:34.308Z[ recovery-image] Oct 30 23:19:32.933 INFO O| Oct 30 23:19:32.933 INFO STEP 17 (ensure_dir) COMPLETE
78702024-10-30T23:19:34.308Z[ recovery-image] Oct 30 23:19:32.933 INFO O| Oct 30 23:19:32.933 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78712024-10-30T23:19:34.316Z[ recovery-image] Oct 30 23:19:32.943 INFO O| Oct 30 23:19:32.943 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
78722024-10-30T23:19:34.316Z[ recovery-image] Oct 30 23:19:32.943 INFO O| Oct 30 23:19:32.943 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
78732024-10-30T23:19:34.318Z[ recovery-image] Oct 30 23:19:32.943 INFO O| Oct 30 23:19:32.943 INFO ok!
78742024-10-30T23:19:34.318Z[ recovery-image] Oct 30 23:19:32.943 INFO O| Oct 30 23:19:32.943 INFO STEP 18 (ensure_symlink) COMPLETE
78752024-10-30T23:19:34.319Z[ recovery-image] Oct 30 23:19:32.943 INFO O| Oct 30 23:19:32.943 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78762024-10-30T23:19:34.327Z[ recovery-image] Oct 30 23:19:32.954 INFO O| Oct 30 23:19:32.954 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
78772024-10-30T23:19:34.327Z[ recovery-image] Oct 30 23:19:32.954 INFO O| Oct 30 23:19:32.954 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
78782024-10-30T23:19:34.329Z[ recovery-image] Oct 30 23:19:32.954 INFO O| Oct 30 23:19:32.954 INFO ok!
78792024-10-30T23:19:34.329Z[ recovery-image] Oct 30 23:19:32.954 INFO O| Oct 30 23:19:32.954 INFO STEP 19 (ensure_file) COMPLETE
78802024-10-30T23:19:34.329Z[ recovery-image] Oct 30 23:19:32.954 INFO O| Oct 30 23:19:32.954 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
78812024-10-30T23:19:34.337Z[ recovery-image] Oct 30 23:19:32.964 INFO O| Oct 30 23:19:32.964 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
78822024-10-30T23:19:34.337Z[ recovery-image] Oct 30 23:19:32.964 INFO O| Oct 30 23:19:32.964 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
78832024-10-30T23:19:34.339Z[ recovery-image] Oct 30 23:19:32.964 INFO O| Oct 30 23:19:32.964 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
78842024-10-30T23:19:34.340Z[ recovery-image] Oct 30 23:19:32.964 INFO O| Oct 30 23:19:32.964 INFO ok!
78852024-10-30T23:19:34.340Z[ recovery-image] Oct 30 23:19:32.964 INFO O| Oct 30 23:19:32.964 INFO STEP 20 (ensure_symlink) COMPLETE
78862024-10-30T23:19:34.340Z[ recovery-image] Oct 30 23:19:32.964 INFO O| Oct 30 23:19:32.964 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
78872024-10-30T23:19:34.347Z[ recovery-image] Oct 30 23:19:32.974 INFO O| Oct 30 23:19:32.974 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
78882024-10-30T23:19:34.347Z[ recovery-image] Oct 30 23:19:32.974 INFO O| Oct 30 23:19:32.974 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
78892024-10-30T23:19:34.347Z[ recovery-image] Oct 30 23:19:32.974 INFO O| Oct 30 23:19:32.974 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
78902024-10-30T23:19:34.347Z[ recovery-image] Oct 30 23:19:32.974 INFO O| Oct 30 23:19:32.974 INFO ok!
78912024-10-30T23:19:34.350Z[ recovery-image] Oct 30 23:19:32.974 INFO O| Oct 30 23:19:32.974 INFO STEP 21 (ensure_symlink) COMPLETE
78922024-10-30T23:19:34.350Z[ recovery-image] Oct 30 23:19:32.974 INFO O| Oct 30 23:19:32.974 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
78932024-10-30T23:19:34.357Z[ recovery-image] Oct 30 23:19:32.984 INFO O| Oct 30 23:19:32.984 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
78942024-10-30T23:19:34.357Z[ recovery-image] Oct 30 23:19:32.984 INFO O| Oct 30 23:19:32.984 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
78952024-10-30T23:19:34.360Z[ recovery-image] Oct 30 23:19:32.984 INFO O| Oct 30 23:19:32.984 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
78962024-10-30T23:19:34.360Z[ recovery-image] Oct 30 23:19:32.984 INFO O| Oct 30 23:19:32.984 INFO ok!
78972024-10-30T23:19:34.360Z[ recovery-image] Oct 30 23:19:32.984 INFO O| Oct 30 23:19:32.984 INFO STEP 22 (ensure_symlink) COMPLETE
78982024-10-30T23:19:34.360Z[ recovery-image] Oct 30 23:19:32.984 INFO O| Oct 30 23:19:32.984 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
78992024-10-30T23:19:34.367Z[ recovery-image] Oct 30 23:19:32.995 INFO O| Oct 30 23:19:32.995 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
79002024-10-30T23:19:34.368Z[ recovery-image] Oct 30 23:19:32.995 INFO O| Oct 30 23:19:32.995 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
79012024-10-30T23:19:34.368Z[ recovery-image] Oct 30 23:19:32.995 INFO O| Oct 30 23:19:32.995 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
79022024-10-30T23:19:34.370Z[ recovery-image] Oct 30 23:19:32.995 INFO O| Oct 30 23:19:32.995 INFO ok!
79032024-10-30T23:19:34.370Z[ recovery-image] Oct 30 23:19:32.995 INFO O| Oct 30 23:19:32.995 INFO STEP 23 (ensure_symlink) COMPLETE
79042024-10-30T23:19:34.370Z[ recovery-image] Oct 30 23:19:32.995 INFO O| Oct 30 23:19:32.995 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79052024-10-30T23:19:34.370Z[ host-image] Oct 30 23:19:32.997 INFO O| Oct 30 23:19:32.997 INFO O| Done
79062024-10-30T23:19:34.370Z[ host-image] Oct 30 23:19:32.997 INFO O| Oct 30 23:19:32.997 INFO O| Done
79072024-10-30T23:19:34.381Z[ recovery-image] Oct 30 23:19:33.008 INFO O| Oct 30 23:19:33.008 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
79082024-10-30T23:19:34.381Z[ recovery-image] Oct 30 23:19:33.008 INFO O| Oct 30 23:19:33.008 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 ...
79092024-10-30T23:19:34.383Z[ recovery-image] Oct 30 23:19:33.008 INFO O| Oct 30 23:19:33.008 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
79102024-10-30T23:19:34.383Z[ recovery-image] Oct 30 23:19:33.008 INFO O| Oct 30 23:19:33.008 INFO ok!
79112024-10-30T23:19:34.383Z[ recovery-image] Oct 30 23:19:33.008 INFO O| Oct 30 23:19:33.008 INFO STEP 24 (ensure_file) COMPLETE
79122024-10-30T23:19:34.383Z[ recovery-image] Oct 30 23:19:33.008 INFO O| Oct 30 23:19:33.008 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
79132024-10-30T23:19:34.393Z[ recovery-image] Oct 30 23:19:33.020 INFO O| Oct 30 23:19:33.020 INFO updating shadow file
79142024-10-30T23:19:34.395Z[ recovery-image] Oct 30 23:19:33.021 INFO O| Oct 30 23:19:33.021 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
79152024-10-30T23:19:34.395Z[ recovery-image] Oct 30 23:19:33.021 INFO O| Oct 30 23:19:33.021 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
79162024-10-30T23:19:34.395Z[ recovery-image] Oct 30 23:19:33.021 INFO O| Oct 30 23:19:33.021 INFO STEP 25 (shadow) COMPLETE
79172024-10-30T23:19:34.395Z[ recovery-image] Oct 30 23:19:33.021 INFO O| Oct 30 23:19:33.021 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79182024-10-30T23:19:34.404Z[ recovery-image] Oct 30 23:19:33.031 INFO O| Oct 30 23:19:33.031 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
79192024-10-30T23:19:34.404Z[ recovery-image] Oct 30 23:19:33.031 INFO O| Oct 30 23:19:33.031 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
79202024-10-30T23:19:34.406Z[ recovery-image] Oct 30 23:19:33.032 INFO O| Oct 30 23:19:33.032 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
79212024-10-30T23:19:34.407Z[ recovery-image] Oct 30 23:19:33.032 INFO O| Oct 30 23:19:33.032 INFO ok!
79222024-10-30T23:19:34.407Z[ recovery-image] Oct 30 23:19:33.032 INFO O| Oct 30 23:19:33.032 INFO STEP 26 (ensure_file) COMPLETE
79232024-10-30T23:19:34.407Z[ recovery-image] Oct 30 23:19:33.032 INFO O| Oct 30 23:19:33.032 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79242024-10-30T23:19:34.414Z[ recovery-image] Oct 30 23:19:33.042 INFO O| Oct 30 23:19:33.042 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
79252024-10-30T23:19:34.415Z[ recovery-image] Oct 30 23:19:33.042 INFO O| Oct 30 23:19:33.042 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
79262024-10-30T23:19:34.415Z[ recovery-image] Oct 30 23:19:33.042 INFO O| Oct 30 23:19:33.042 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
79272024-10-30T23:19:34.417Z[ recovery-image] Oct 30 23:19:33.042 INFO O| Oct 30 23:19:33.042 INFO ok!
79282024-10-30T23:19:34.417Z[ recovery-image] Oct 30 23:19:33.042 INFO O| Oct 30 23:19:33.042 INFO STEP 27 (ensure_file) COMPLETE
79292024-10-30T23:19:34.417Z[ recovery-image] Oct 30 23:19:33.042 INFO O| Oct 30 23:19:33.042 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79302024-10-30T23:19:34.425Z[ recovery-image] Oct 30 23:19:33.052 INFO O| Oct 30 23:19:33.052 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
79312024-10-30T23:19:34.425Z[ recovery-image] Oct 30 23:19:33.052 INFO O| Oct 30 23:19:33.052 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
79322024-10-30T23:19:34.427Z[ recovery-image] Oct 30 23:19:33.052 INFO O| Oct 30 23:19:33.052 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
79332024-10-30T23:19:34.427Z[ recovery-image] Oct 30 23:19:33.053 INFO O| Oct 30 23:19:33.052 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
79342024-10-30T23:19:34.427Z[ recovery-image] Oct 30 23:19:33.053 INFO O| Oct 30 23:19:33.053 INFO ok!
79352024-10-30T23:19:34.427Z[ recovery-image] Oct 30 23:19:33.053 INFO O| Oct 30 23:19:33.053 INFO STEP 28 (ensure_file) COMPLETE
79362024-10-30T23:19:34.428Z[ recovery-image] Oct 30 23:19:33.053 INFO O| Oct 30 23:19:33.053 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79372024-10-30T23:19:34.437Z[ recovery-image] Oct 30 23:19:33.064 INFO O| Oct 30 23:19:33.064 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
79382024-10-30T23:19:34.437Z[ recovery-image] Oct 30 23:19:33.064 INFO O| Oct 30 23:19:33.064 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
79392024-10-30T23:19:34.437Z[ recovery-image] Oct 30 23:19:33.064 INFO O| Oct 30 23:19:33.064 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
79402024-10-30T23:19:34.439Z[ recovery-image] Oct 30 23:19:33.064 INFO O| Oct 30 23:19:33.064 INFO ok!
79412024-10-30T23:19:34.439Z[ recovery-image] Oct 30 23:19:33.064 INFO O| Oct 30 23:19:33.064 INFO STEP 29 (ensure_file) COMPLETE
79422024-10-30T23:19:34.439Z[ recovery-image] Oct 30 23:19:33.064 INFO O| Oct 30 23:19:33.064 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79432024-10-30T23:19:34.447Z[ recovery-image] Oct 30 23:19:33.075 INFO O| Oct 30 23:19:33.075 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
79442024-10-30T23:19:34.447Z[ recovery-image] Oct 30 23:19:33.075 INFO O| Oct 30 23:19:33.075 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
79452024-10-30T23:19:34.450Z[ recovery-image] Oct 30 23:19:33.075 INFO O| Oct 30 23:19:33.075 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
79462024-10-30T23:19:34.450Z[ recovery-image] Oct 30 23:19:33.075 INFO O| Oct 30 23:19:33.075 INFO ok!
79472024-10-30T23:19:34.450Z[ recovery-image] Oct 30 23:19:33.075 INFO O| Oct 30 23:19:33.075 INFO STEP 30 (ensure_file) COMPLETE
79482024-10-30T23:19:34.450Z[ recovery-image] Oct 30 23:19:33.075 INFO O| Oct 30 23:19:33.075 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79492024-10-30T23:19:34.457Z[ recovery-image] Oct 30 23:19:33.085 INFO O| Oct 30 23:19:33.085 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
79502024-10-30T23:19:34.458Z[ recovery-image] Oct 30 23:19:33.085 INFO O| Oct 30 23:19:33.085 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
79512024-10-30T23:19:34.460Z[ recovery-image] Oct 30 23:19:33.085 INFO O| Oct 30 23:19:33.085 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
79522024-10-30T23:19:34.460Z[ recovery-image] Oct 30 23:19:33.085 INFO O| Oct 30 23:19:33.085 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
79532024-10-30T23:19:34.460Z[ recovery-image] Oct 30 23:19:33.085 INFO O| Oct 30 23:19:33.085 INFO ok!
79542024-10-30T23:19:34.460Z[ recovery-image] Oct 30 23:19:33.085 INFO O| Oct 30 23:19:33.085 INFO STEP 31 (ensure_file) COMPLETE
79552024-10-30T23:19:34.460Z[ recovery-image] Oct 30 23:19:33.085 INFO O| Oct 30 23:19:33.085 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79562024-10-30T23:19:34.467Z[ recovery-image] Oct 30 23:19:33.095 INFO O| Oct 30 23:19:33.095 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
79572024-10-30T23:19:34.468Z[ recovery-image] Oct 30 23:19:33.095 INFO O| Oct 30 23:19:33.095 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
79582024-10-30T23:19:34.470Z[ recovery-image] Oct 30 23:19:33.095 INFO O| Oct 30 23:19:33.095 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
79592024-10-30T23:19:34.471Z[ recovery-image] Oct 30 23:19:33.095 INFO O| Oct 30 23:19:33.095 INFO ok!
79602024-10-30T23:19:34.471Z[ recovery-image] Oct 30 23:19:33.095 INFO O| Oct 30 23:19:33.095 INFO STEP 32 (ensure_file) COMPLETE
79612024-10-30T23:19:34.471Z[ recovery-image] Oct 30 23:19:33.095 INFO O| Oct 30 23:19:33.095 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79622024-10-30T23:19:34.477Z[ recovery-image] Oct 30 23:19:33.105 INFO O| Oct 30 23:19:33.105 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
79632024-10-30T23:19:34.477Z[ recovery-image] Oct 30 23:19:33.105 INFO O| Oct 30 23:19:33.105 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
79642024-10-30T23:19:34.480Z[ recovery-image] Oct 30 23:19:33.105 INFO O| Oct 30 23:19:33.105 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
79652024-10-30T23:19:34.480Z[ recovery-image] Oct 30 23:19:33.105 INFO O| Oct 30 23:19:33.105 INFO ok!
79662024-10-30T23:19:34.480Z[ recovery-image] Oct 30 23:19:33.105 INFO O| Oct 30 23:19:33.105 INFO STEP 33 (ensure_file) COMPLETE
79672024-10-30T23:19:34.480Z[ recovery-image] Oct 30 23:19:33.105 INFO O| Oct 30 23:19:33.105 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79682024-10-30T23:19:34.488Z[ recovery-image] Oct 30 23:19:33.115 INFO O| Oct 30 23:19:33.115 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
79692024-10-30T23:19:34.488Z[ recovery-image] Oct 30 23:19:33.115 INFO O| Oct 30 23:19:33.115 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
79702024-10-30T23:19:34.490Z[ recovery-image] Oct 30 23:19:33.115 INFO O| Oct 30 23:19:33.115 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
79712024-10-30T23:19:34.490Z[ recovery-image] Oct 30 23:19:33.115 INFO O| Oct 30 23:19:33.115 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
79722024-10-30T23:19:34.490Z[ recovery-image] Oct 30 23:19:33.115 INFO O| Oct 30 23:19:33.115 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
79732024-10-30T23:19:34.490Z[ recovery-image] Oct 30 23:19:33.115 INFO O| Oct 30 23:19:33.115 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
79742024-10-30T23:19:34.490Z[ recovery-image] Oct 30 23:19:33.115 INFO O| Oct 30 23:19:33.115 INFO ok!
79752024-10-30T23:19:34.490Z[ recovery-image] Oct 30 23:19:33.115 INFO O| Oct 30 23:19:33.115 INFO STEP 34 (ensure_file) COMPLETE
79762024-10-30T23:19:34.490Z[ recovery-image] Oct 30 23:19:33.115 INFO O| Oct 30 23:19:33.115 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
79772024-10-30T23:19:34.498Z[ recovery-image] Oct 30 23:19:33.125 INFO O| Oct 30 23:19:33.125 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
79782024-10-30T23:19:34.501Z[ recovery-image] Oct 30 23:19:33.126 INFO O| Oct 30 23:19:33.125 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
79792024-10-30T23:19:34.501Z[ recovery-image] Oct 30 23:19:33.126 INFO O| Oct 30 23:19:33.126 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
79802024-10-30T23:19:34.501Z[ recovery-image] Oct 30 23:19:33.126 INFO O| Oct 30 23:19:33.126 INFO STEP 35 (ensure_dir) COMPLETE
79812024-10-30T23:19:34.501Z[ recovery-image] Oct 30 23:19:33.126 INFO O| Oct 30 23:19:33.126 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
79822024-10-30T23:19:34.510Z[ recovery-image] Oct 30 23:19:33.137 INFO O| Oct 30 23:19:33.137 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
79832024-10-30T23:19:34.510Z[ recovery-image] Oct 30 23:19:33.137 INFO O| Oct 30 23:19:33.137 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 ...
79842024-10-30T23:19:34.512Z[ recovery-image] Oct 30 23:19:33.137 INFO O| Oct 30 23:19:33.137 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
79852024-10-30T23:19:34.512Z[ recovery-image] Oct 30 23:19:33.137 INFO O| Oct 30 23:19:33.137 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
79862024-10-30T23:19:34.512Z[ recovery-image] Oct 30 23:19:33.137 INFO O| Oct 30 23:19:33.137 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
79872024-10-30T23:19:34.513Z[ recovery-image] Oct 30 23:19:33.137 INFO O| Oct 30 23:19:33.137 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
79882024-10-30T23:19:34.513Z[ recovery-image] Oct 30 23:19:33.137 INFO O| Oct 30 23:19:33.137 INFO ok!
79892024-10-30T23:19:34.513Z[ recovery-image] Oct 30 23:19:33.137 INFO O| Oct 30 23:19:33.137 INFO STEP 36 (ensure_file) COMPLETE
79902024-10-30T23:19:34.513Z[ recovery-image] Oct 30 23:19:33.137 INFO O| Oct 30 23:19:33.137 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
79912024-10-30T23:19:34.520Z[ recovery-image] Oct 30 23:19:33.147 INFO O| Oct 30 23:19:33.147 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
79922024-10-30T23:19:34.520Z[ recovery-image] Oct 30 23:19:33.147 INFO O| Oct 30 23:19:33.147 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 ...
79932024-10-30T23:19:34.524Z[ recovery-image] Oct 30 23:19:33.147 INFO O| Oct 30 23:19:33.147 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
79942024-10-30T23:19:34.524Z[ recovery-image] Oct 30 23:19:33.147 INFO O| Oct 30 23:19:33.147 INFO ok!
79952024-10-30T23:19:34.524Z[ recovery-image] Oct 30 23:19:33.147 INFO O| Oct 30 23:19:33.147 INFO STEP 37 (ensure_symlink) COMPLETE
79962024-10-30T23:19:34.524Z[ recovery-image] Oct 30 23:19:33.148 INFO O| Oct 30 23:19:33.147 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79972024-10-30T23:19:34.530Z[ recovery-image] Oct 30 23:19:33.157 INFO O| Oct 30 23:19:33.157 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
79982024-10-30T23:19:34.533Z[ recovery-image] Oct 30 23:19:33.157 INFO O| Oct 30 23:19:33.157 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
79992024-10-30T23:19:34.533Z[ recovery-image] Oct 30 23:19:33.157 INFO O| Oct 30 23:19:33.157 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80002024-10-30T23:19:34.533Z[ recovery-image] Oct 30 23:19:33.158 INFO O| Oct 30 23:19:33.157 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80012024-10-30T23:19:34.533Z[ recovery-image] Oct 30 23:19:33.158 INFO O| Oct 30 23:19:33.158 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80022024-10-30T23:19:34.533Z[ recovery-image] Oct 30 23:19:33.158 INFO O| Oct 30 23:19:33.158 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80032024-10-30T23:19:34.533Z[ recovery-image] Oct 30 23:19:33.158 INFO O| Oct 30 23:19:33.158 INFO ok!
80042024-10-30T23:19:34.533Z[ recovery-image] Oct 30 23:19:33.158 INFO O| Oct 30 23:19:33.158 INFO STEP 38 (ensure_file) COMPLETE
80052024-10-30T23:19:34.533Z[ recovery-image] Oct 30 23:19:33.158 INFO O| Oct 30 23:19:33.158 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80062024-10-30T23:19:34.540Z[ recovery-image] Oct 30 23:19:33.167 INFO O| Oct 30 23:19:33.167 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
80072024-10-30T23:19:34.542Z[ recovery-image] Oct 30 23:19:33.167 INFO O| Oct 30 23:19:33.167 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 ...
80082024-10-30T23:19:34.542Z[ recovery-image] Oct 30 23:19:33.167 INFO O| Oct 30 23:19:33.167 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
80092024-10-30T23:19:34.543Z[ recovery-image] Oct 30 23:19:33.168 INFO O| Oct 30 23:19:33.167 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
80102024-10-30T23:19:34.543Z[ recovery-image] Oct 30 23:19:33.168 INFO O| Oct 30 23:19:33.167 INFO ok!
80112024-10-30T23:19:34.543Z[ recovery-image] Oct 30 23:19:33.168 INFO O| Oct 30 23:19:33.167 INFO STEP 39 (ensure_file) COMPLETE
80122024-10-30T23:19:34.543Z[ recovery-image] Oct 30 23:19:33.168 INFO O| Oct 30 23:19:33.167 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80132024-10-30T23:19:34.550Z[ recovery-image] Oct 30 23:19:33.177 INFO O| Oct 30 23:19:33.177 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
80142024-10-30T23:19:34.550Z[ recovery-image] Oct 30 23:19:33.177 INFO O| Oct 30 23:19:33.177 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
80152024-10-30T23:19:34.553Z[ recovery-image] Oct 30 23:19:33.178 INFO O| Oct 30 23:19:33.178 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
80162024-10-30T23:19:34.553Z[ recovery-image] Oct 30 23:19:33.178 INFO O| Oct 30 23:19:33.178 INFO ok!
80172024-10-30T23:19:34.553Z[ recovery-image] Oct 30 23:19:33.178 INFO O| Oct 30 23:19:33.178 INFO STEP 40 (ensure_file) COMPLETE
80182024-10-30T23:19:34.553Z[ recovery-image] Oct 30 23:19:33.178 INFO O| Oct 30 23:19:33.178 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
80192024-10-30T23:19:34.560Z[ recovery-image] Oct 30 23:19:33.187 INFO O| Oct 30 23:19:33.187 INFO updating shadow file
80202024-10-30T23:19:34.563Z[ recovery-image] Oct 30 23:19:33.188 INFO O| Oct 30 23:19:33.188 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
80212024-10-30T23:19:34.563Z[ recovery-image] Oct 30 23:19:33.188 INFO O| Oct 30 23:19:33.188 INFO STEP 41 (shadow) COMPLETE
80222024-10-30T23:19:34.563Z[ recovery-image] Oct 30 23:19:33.188 INFO O| Oct 30 23:19:33.188 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
80232024-10-30T23:19:34.570Z[ recovery-image] Oct 30 23:19:33.197 INFO O| Oct 30 23:19:33.197 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
80242024-10-30T23:19:34.570Z[ recovery-image] Oct 30 23:19:33.198 INFO O| Oct 30 23:19:33.198 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
80252024-10-30T23:19:34.572Z[ recovery-image] Oct 30 23:19:33.198 INFO O| Oct 30 23:19:33.198 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
80262024-10-30T23:19:34.572Z[ recovery-image] Oct 30 23:19:33.198 INFO O| Oct 30 23:19:33.198 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
80272024-10-30T23:19:34.572Z[ recovery-image] Oct 30 23:19:33.198 INFO O| Oct 30 23:19:33.198 INFO ok!
80282024-10-30T23:19:34.572Z[ recovery-image] Oct 30 23:19:33.198 INFO O| Oct 30 23:19:33.198 INFO STEP 42 (ensure_file) COMPLETE
80292024-10-30T23:19:34.572Z[ recovery-image] Oct 30 23:19:33.198 INFO O| Oct 30 23:19:33.198 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80302024-10-30T23:19:34.580Z[ recovery-image] Oct 30 23:19:33.207 INFO O| Oct 30 23:19:33.207 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
80312024-10-30T23:19:34.580Z[ recovery-image] Oct 30 23:19:33.207 INFO O| Oct 30 23:19:33.207 INFO STEP 43 (ensure_dir) COMPLETE
80322024-10-30T23:19:34.582Z[ recovery-image] Oct 30 23:19:33.207 INFO O| Oct 30 23:19:33.207 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80332024-10-30T23:19:34.589Z[ recovery-image] Oct 30 23:19:33.217 INFO O| Oct 30 23:19:33.217 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
80342024-10-30T23:19:34.592Z[ recovery-image] Oct 30 23:19:33.217 INFO O| Oct 30 23:19:33.217 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
80352024-10-30T23:19:34.592Z[ recovery-image] Oct 30 23:19:33.217 INFO O| Oct 30 23:19:33.217 INFO STEP 44 (ensure_dir) COMPLETE
80362024-10-30T23:19:34.592Z[ recovery-image] Oct 30 23:19:33.217 INFO O| Oct 30 23:19:33.217 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80372024-10-30T23:19:34.600Z[ recovery-image] Oct 30 23:19:33.227 INFO O| Oct 30 23:19:33.227 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
80382024-10-30T23:19:34.603Z[ recovery-image] Oct 30 23:19:33.227 INFO O| Oct 30 23:19:33.227 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
80392024-10-30T23:19:34.603Z[ recovery-image] Oct 30 23:19:33.227 INFO O| Oct 30 23:19:33.227 INFO STEP 45 (ensure_dir) COMPLETE
80402024-10-30T23:19:34.603Z[ recovery-image] Oct 30 23:19:33.227 INFO O| Oct 30 23:19:33.227 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80412024-10-30T23:19:34.610Z[ recovery-image] Oct 30 23:19:33.237 INFO O| Oct 30 23:19:33.237 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
80422024-10-30T23:19:34.610Z[ recovery-image] Oct 30 23:19:33.237 INFO O| Oct 30 23:19:33.237 INFO copying /tmp/.tmpjscsyd/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
80432024-10-30T23:19:34.645Z[ recovery-image] Oct 30 23:19:33.272 INFO O| Oct 30 23:19:33.272 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
80442024-10-30T23:19:34.645Z[ recovery-image] Oct 30 23:19:33.272 INFO O| Oct 30 23:19:33.272 INFO ok!
80452024-10-30T23:19:34.648Z[ recovery-image] Oct 30 23:19:33.272 INFO O| Oct 30 23:19:33.272 INFO STEP 46 (ensure_file) COMPLETE
80462024-10-30T23:19:34.648Z[ recovery-image] Oct 30 23:19:33.272 INFO O| Oct 30 23:19:33.272 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80472024-10-30T23:19:34.656Z[ recovery-image] Oct 30 23:19:33.283 INFO O| Oct 30 23:19:33.283 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
80482024-10-30T23:19:34.659Z[ recovery-image] Oct 30 23:19:33.284 INFO O| Oct 30 23:19:33.283 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
80492024-10-30T23:19:34.659Z[ recovery-image] Oct 30 23:19:33.284 INFO O| Oct 30 23:19:33.284 INFO STEP 47 (ensure_dir) COMPLETE
80502024-10-30T23:19:34.659Z[ recovery-image] Oct 30 23:19:33.284 INFO O| Oct 30 23:19:33.284 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80512024-10-30T23:19:34.666Z[ recovery-image] Oct 30 23:19:33.293 INFO O| Oct 30 23:19:33.293 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
80522024-10-30T23:19:34.666Z[ recovery-image] Oct 30 23:19:33.293 INFO O| Oct 30 23:19:33.293 INFO copying /tmp/.tmpjscsyd/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
80532024-10-30T23:19:34.669Z[ recovery-image] Oct 30 23:19:33.293 INFO O| Oct 30 23:19:33.293 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
80542024-10-30T23:19:34.669Z[ recovery-image] Oct 30 23:19:33.293 INFO O| Oct 30 23:19:33.293 INFO ok!
80552024-10-30T23:19:34.669Z[ recovery-image] Oct 30 23:19:33.293 INFO O| Oct 30 23:19:33.293 INFO STEP 48 (ensure_file) COMPLETE
80562024-10-30T23:19:34.669Z[ recovery-image] Oct 30 23:19:33.293 INFO O| Oct 30 23:19:33.293 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80572024-10-30T23:19:34.677Z[ recovery-image] Oct 30 23:19:33.305 INFO O| Oct 30 23:19:33.305 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
80582024-10-30T23:19:34.680Z[ recovery-image] Oct 30 23:19:33.305 INFO O| Oct 30 23:19:33.305 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
80592024-10-30T23:19:34.680Z[ recovery-image] Oct 30 23:19:33.305 INFO O| Oct 30 23:19:33.305 INFO STEP 49 (ensure_dir) COMPLETE
80602024-10-30T23:19:34.680Z[ recovery-image] Oct 30 23:19:33.305 INFO O| Oct 30 23:19:33.305 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80612024-10-30T23:19:34.689Z[ recovery-image] Oct 30 23:19:33.316 INFO O| Oct 30 23:19:33.316 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
80622024-10-30T23:19:34.689Z[ recovery-image] Oct 30 23:19:33.316 INFO O| Oct 30 23:19:33.316 INFO copying /tmp/.tmpjscsyd/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
80632024-10-30T23:19:34.709Z[ recovery-image] Oct 30 23:19:33.336 INFO O| Oct 30 23:19:33.336 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
80642024-10-30T23:19:34.709Z[ recovery-image] Oct 30 23:19:33.337 INFO O| Oct 30 23:19:33.336 INFO ok!
80652024-10-30T23:19:34.710Z[ recovery-image] Oct 30 23:19:33.337 INFO O| Oct 30 23:19:33.336 INFO STEP 50 (ensure_file) COMPLETE
80662024-10-30T23:19:34.712Z[ recovery-image] Oct 30 23:19:33.337 INFO O| Oct 30 23:19:33.336 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80672024-10-30T23:19:34.720Z[ recovery-image] Oct 30 23:19:33.348 INFO O| Oct 30 23:19:33.347 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
80682024-10-30T23:19:34.720Z[ recovery-image] Oct 30 23:19:33.348 INFO O| Oct 30 23:19:33.348 INFO copying /tmp/.tmpjscsyd/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
80692024-10-30T23:19:35.056Z[ host-image] Oct 30 23:19:33.683 INFO O| Oct 30 23:19:33.683 INFO O| Done
80702024-10-30T23:19:35.221Z[ recovery-image] Oct 30 23:19:33.848 INFO O| Oct 30 23:19:33.848 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
80712024-10-30T23:19:35.221Z[ recovery-image] Oct 30 23:19:33.848 INFO O| Oct 30 23:19:33.848 INFO ok!
80722024-10-30T23:19:35.224Z[ recovery-image] Oct 30 23:19:33.848 INFO O| Oct 30 23:19:33.848 INFO STEP 51 (ensure_file) COMPLETE
80732024-10-30T23:19:35.224Z[ recovery-image] Oct 30 23:19:33.848 INFO O| Oct 30 23:19:33.848 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80742024-10-30T23:19:35.232Z[ recovery-image] Oct 30 23:19:33.860 INFO O| Oct 30 23:19:33.860 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
80752024-10-30T23:19:35.235Z[ recovery-image] Oct 30 23:19:33.860 INFO O| Oct 30 23:19:33.860 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
80762024-10-30T23:19:35.235Z[ recovery-image] Oct 30 23:19:33.860 INFO O| Oct 30 23:19:33.860 INFO STEP 52 (ensure_dir) COMPLETE
80772024-10-30T23:19:35.235Z[ recovery-image] Oct 30 23:19:33.860 INFO O| Oct 30 23:19:33.860 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80782024-10-30T23:19:35.243Z[ recovery-image] Oct 30 23:19:33.870 INFO O| Oct 30 23:19:33.870 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
80792024-10-30T23:19:35.243Z[ recovery-image] Oct 30 23:19:33.870 INFO O| Oct 30 23:19:33.870 INFO copying /tmp/.tmpjscsyd/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 ...
80802024-10-30T23:19:35.245Z[ recovery-image] Oct 30 23:19:33.870 INFO O| Oct 30 23:19:33.870 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
80812024-10-30T23:19:35.245Z[ recovery-image] Oct 30 23:19:33.870 INFO O| Oct 30 23:19:33.870 INFO ok!
80822024-10-30T23:19:35.245Z[ recovery-image] Oct 30 23:19:33.870 INFO O| Oct 30 23:19:33.870 INFO STEP 53 (ensure_file) COMPLETE
80832024-10-30T23:19:35.245Z[ recovery-image] Oct 30 23:19:33.870 INFO O| Oct 30 23:19:33.870 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80842024-10-30T23:19:35.253Z[ recovery-image] Oct 30 23:19:33.880 INFO O| Oct 30 23:19:33.880 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
80852024-10-30T23:19:35.255Z[ recovery-image] Oct 30 23:19:33.880 INFO O| Oct 30 23:19:33.880 INFO copying /tmp/.tmpjscsyd/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 ...
80862024-10-30T23:19:35.255Z[ recovery-image] Oct 30 23:19:33.880 INFO O| Oct 30 23:19:33.880 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
80872024-10-30T23:19:35.255Z[ recovery-image] Oct 30 23:19:33.880 INFO O| Oct 30 23:19:33.880 INFO ok!
80882024-10-30T23:19:35.255Z[ recovery-image] Oct 30 23:19:33.880 INFO O| Oct 30 23:19:33.880 INFO STEP 54 (ensure_file) COMPLETE
80892024-10-30T23:19:35.255Z[ recovery-image] Oct 30 23:19:33.880 INFO O| Oct 30 23:19:33.880 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80902024-10-30T23:19:35.262Z[ recovery-image] Oct 30 23:19:33.890 INFO O| Oct 30 23:19:33.890 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
80912024-10-30T23:19:35.263Z[ recovery-image] Oct 30 23:19:33.890 INFO O| Oct 30 23:19:33.890 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
80922024-10-30T23:19:35.263Z[ recovery-image] Oct 30 23:19:33.890 INFO O| Oct 30 23:19:33.890 INFO STEP 55 (ensure_dir) COMPLETE
80932024-10-30T23:19:35.265Z[ recovery-image] Oct 30 23:19:33.890 INFO O| Oct 30 23:19:33.890 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80942024-10-30T23:19:35.272Z[ recovery-image] Oct 30 23:19:33.900 INFO O| Oct 30 23:19:33.900 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
80952024-10-30T23:19:35.275Z[ recovery-image] Oct 30 23:19:33.900 INFO O| Oct 30 23:19:33.900 INFO copying /tmp/.tmpjscsyd/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 ...
80962024-10-30T23:19:35.275Z[ recovery-image] Oct 30 23:19:33.900 INFO O| Oct 30 23:19:33.900 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
80972024-10-30T23:19:35.275Z[ recovery-image] Oct 30 23:19:33.900 INFO O| Oct 30 23:19:33.900 INFO ok!
80982024-10-30T23:19:35.275Z[ recovery-image] Oct 30 23:19:33.900 INFO O| Oct 30 23:19:33.900 INFO STEP 56 (ensure_file) COMPLETE
80992024-10-30T23:19:35.275Z[ recovery-image] Oct 30 23:19:33.900 INFO O| Oct 30 23:19:33.900 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81002024-10-30T23:19:35.283Z[ recovery-image] Oct 30 23:19:33.910 INFO O| Oct 30 23:19:33.910 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
81012024-10-30T23:19:35.283Z[ recovery-image] Oct 30 23:19:33.910 INFO O| Oct 30 23:19:33.910 INFO copying /tmp/.tmpjscsyd/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 ...
81022024-10-30T23:19:35.283Z[ recovery-image] Oct 30 23:19:33.910 INFO O| Oct 30 23:19:33.910 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
81032024-10-30T23:19:35.287Z[ recovery-image] Oct 30 23:19:33.910 INFO O| Oct 30 23:19:33.910 INFO ok!
81042024-10-30T23:19:35.287Z[ recovery-image] Oct 30 23:19:33.910 INFO O| Oct 30 23:19:33.910 INFO STEP 57 (ensure_file) COMPLETE
81052024-10-30T23:19:35.287Z[ recovery-image] Oct 30 23:19:33.910 INFO O| Oct 30 23:19:33.910 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81062024-10-30T23:19:35.293Z[ recovery-image] Oct 30 23:19:33.920 INFO O| Oct 30 23:19:33.920 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
81072024-10-30T23:19:35.293Z[ recovery-image] Oct 30 23:19:33.920 INFO O| Oct 30 23:19:33.920 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
81082024-10-30T23:19:35.295Z[ recovery-image] Oct 30 23:19:33.920 INFO O| Oct 30 23:19:33.920 INFO STEP 58 (ensure_dir) COMPLETE
81092024-10-30T23:19:35.296Z[ recovery-image] Oct 30 23:19:33.920 INFO O| Oct 30 23:19:33.920 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81102024-10-30T23:19:35.303Z[ recovery-image] Oct 30 23:19:33.930 INFO O| Oct 30 23:19:33.930 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
81112024-10-30T23:19:35.303Z[ recovery-image] Oct 30 23:19:33.930 INFO O| Oct 30 23:19:33.930 INFO copying /tmp/.tmpjscsyd/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 ...
81122024-10-30T23:19:35.305Z[ recovery-image] Oct 30 23:19:33.930 INFO O| Oct 30 23:19:33.930 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
81132024-10-30T23:19:35.305Z[ recovery-image] Oct 30 23:19:33.930 INFO O| Oct 30 23:19:33.930 INFO ok!
81142024-10-30T23:19:35.306Z[ recovery-image] Oct 30 23:19:33.930 INFO O| Oct 30 23:19:33.930 INFO STEP 59 (ensure_file) COMPLETE
81152024-10-30T23:19:35.306Z[ recovery-image] Oct 30 23:19:33.930 INFO O| Oct 30 23:19:33.930 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81162024-10-30T23:19:35.312Z[ recovery-image] Oct 30 23:19:33.940 INFO O| Oct 30 23:19:33.939 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
81172024-10-30T23:19:35.312Z[ recovery-image] Oct 30 23:19:33.940 INFO O| Oct 30 23:19:33.940 INFO copying /tmp/.tmpjscsyd/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
81182024-10-30T23:19:35.315Z[ recovery-image] Oct 30 23:19:33.940 INFO O| Oct 30 23:19:33.940 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
81192024-10-30T23:19:35.315Z[ recovery-image] Oct 30 23:19:33.940 INFO O| Oct 30 23:19:33.940 INFO ok!
81202024-10-30T23:19:35.315Z[ recovery-image] Oct 30 23:19:33.940 INFO O| Oct 30 23:19:33.940 INFO STEP 60 (ensure_file) COMPLETE
81212024-10-30T23:19:35.315Z[ recovery-image] Oct 30 23:19:33.940 INFO O| Oct 30 23:19:33.940 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81222024-10-30T23:19:35.324Z[ recovery-image] Oct 30 23:19:33.952 INFO O| Oct 30 23:19:33.951 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
81232024-10-30T23:19:35.324Z[ recovery-image] Oct 30 23:19:33.952 INFO O| Oct 30 23:19:33.952 INFO STEP 61 (ensure_dir) COMPLETE
81242024-10-30T23:19:35.326Z[ recovery-image] Oct 30 23:19:33.952 INFO O| Oct 30 23:19:33.952 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81252024-10-30T23:19:35.334Z[ recovery-image] Oct 30 23:19:33.961 INFO O| Oct 30 23:19:33.961 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
81262024-10-30T23:19:35.334Z[ recovery-image] Oct 30 23:19:33.961 INFO O| Oct 30 23:19:33.961 INFO STEP 62 (ensure_dir) COMPLETE
81272024-10-30T23:19:35.334Z[ recovery-image] Oct 30 23:19:33.961 INFO O| Oct 30 23:19:33.961 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81282024-10-30T23:19:35.346Z[ recovery-image] Oct 30 23:19:33.973 INFO O| Oct 30 23:19:33.973 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
81292024-10-30T23:19:35.346Z[ recovery-image] Oct 30 23:19:33.973 INFO O| Oct 30 23:19:33.973 INFO STEP 63 (ensure_dir) COMPLETE
81302024-10-30T23:19:35.346Z[ recovery-image] Oct 30 23:19:33.973 INFO O| Oct 30 23:19:33.973 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81312024-10-30T23:19:35.355Z[ recovery-image] Oct 30 23:19:33.982 INFO O| Oct 30 23:19:33.982 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
81322024-10-30T23:19:35.355Z[ recovery-image] Oct 30 23:19:33.982 INFO O| Oct 30 23:19:33.982 INFO STEP 64 (ensure_dir) COMPLETE
81332024-10-30T23:19:35.355Z[ recovery-image] Oct 30 23:19:33.982 INFO O| Oct 30 23:19:33.982 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81342024-10-30T23:19:35.367Z[ recovery-image] Oct 30 23:19:33.994 INFO O| Oct 30 23:19:33.994 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
81352024-10-30T23:19:35.370Z[ recovery-image] Oct 30 23:19:33.994 INFO O| Oct 30 23:19:33.994 INFO copying /tmp/.tmpjscsyd/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
81362024-10-30T23:19:35.370Z[ recovery-image] Oct 30 23:19:33.994 INFO O| Oct 30 23:19:33.994 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
81372024-10-30T23:19:35.370Z[ recovery-image] Oct 30 23:19:33.994 INFO O| Oct 30 23:19:33.994 INFO ok!
81382024-10-30T23:19:35.370Z[ recovery-image] Oct 30 23:19:33.995 INFO O| Oct 30 23:19:33.994 INFO STEP 65 (ensure_file) COMPLETE
81392024-10-30T23:19:35.370Z[ recovery-image] Oct 30 23:19:33.995 INFO O| Oct 30 23:19:33.994 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81402024-10-30T23:19:35.378Z[ recovery-image] Oct 30 23:19:34.005 INFO O| Oct 30 23:19:34.005 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
81412024-10-30T23:19:35.380Z[ recovery-image] Oct 30 23:19:34.006 INFO O| Oct 30 23:19:34.006 INFO STEP 66 (remove_files) COMPLETE
81422024-10-30T23:19:35.381Z[ recovery-image] Oct 30 23:19:34.006 INFO O| Oct 30 23:19:34.006 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81432024-10-30T23:19:35.389Z[ recovery-image] Oct 30 23:19:34.016 INFO O| Oct 30 23:19:34.016 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
81442024-10-30T23:19:35.391Z[ recovery-image] Oct 30 23:19:34.016 INFO O| Oct 30 23:19:34.016 INFO STEP 67 (remove_files) COMPLETE
81452024-10-30T23:19:35.391Z[ recovery-image] Oct 30 23:19:34.016 INFO O| Oct 30 23:19:34.016 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81462024-10-30T23:19:35.398Z[ recovery-image] Oct 30 23:19:34.026 INFO O| Oct 30 23:19:34.026 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
81472024-10-30T23:19:35.401Z[ recovery-image] Oct 30 23:19:34.026 INFO O| Oct 30 23:19:34.026 INFO STEP 68 (remove_files) COMPLETE
81482024-10-30T23:19:35.401Z[ recovery-image] Oct 30 23:19:34.026 INFO O| Oct 30 23:19:34.026 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81492024-10-30T23:19:35.408Z[ recovery-image] Oct 30 23:19:34.036 INFO O| Oct 30 23:19:34.036 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
81502024-10-30T23:19:35.411Z[ recovery-image] Oct 30 23:19:34.036 INFO O| Oct 30 23:19:34.036 INFO STEP 69 (remove_files) COMPLETE
81512024-10-30T23:19:35.411Z[ recovery-image] Oct 30 23:19:34.036 INFO O| Oct 30 23:19:34.036 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81522024-10-30T23:19:35.419Z[ recovery-image] Oct 30 23:19:34.046 INFO O| Oct 30 23:19:34.046 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
81532024-10-30T23:19:35.421Z[ recovery-image] Oct 30 23:19:34.046 INFO O| Oct 30 23:19:34.046 INFO STEP 70 (remove_files) COMPLETE
81542024-10-30T23:19:35.421Z[ recovery-image] Oct 30 23:19:34.046 INFO O| Oct 30 23:19:34.046 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81552024-10-30T23:19:35.429Z[ recovery-image] Oct 30 23:19:34.056 INFO O| Oct 30 23:19:34.056 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
81562024-10-30T23:19:35.431Z[ recovery-image] Oct 30 23:19:34.056 INFO O| Oct 30 23:19:34.056 INFO STEP 71 (remove_files) COMPLETE
81572024-10-30T23:19:35.432Z[ recovery-image] Oct 30 23:19:34.056 INFO O| Oct 30 23:19:34.056 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81582024-10-30T23:19:35.440Z[ recovery-image] Oct 30 23:19:34.067 INFO O| Oct 30 23:19:34.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
81592024-10-30T23:19:35.440Z[ recovery-image] Oct 30 23:19:34.067 INFO O| Oct 30 23:19:34.067 INFO STEP 72 (remove_files) COMPLETE
81602024-10-30T23:19:35.440Z[ recovery-image] Oct 30 23:19:34.067 INFO O| Oct 30 23:19:34.067 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81612024-10-30T23:19:35.451Z[ recovery-image] Oct 30 23:19:34.079 INFO O| Oct 30 23:19:34.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
81622024-10-30T23:19:35.451Z[ recovery-image] Oct 30 23:19:34.079 INFO O| Oct 30 23:19:34.079 INFO STEP 73 (remove_files) COMPLETE
81632024-10-30T23:19:35.454Z[ recovery-image] Oct 30 23:19:34.079 INFO O| Oct 30 23:19:34.079 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81642024-10-30T23:19:35.461Z[ recovery-image] Oct 30 23:19:34.089 INFO O| Oct 30 23:19:34.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
81652024-10-30T23:19:35.464Z[ recovery-image] Oct 30 23:19:34.089 INFO O| Oct 30 23:19:34.089 INFO STEP 74 (remove_files) COMPLETE
81662024-10-30T23:19:35.464Z[ recovery-image] Oct 30 23:19:34.089 INFO O| Oct 30 23:19:34.089 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81672024-10-30T23:19:35.471Z[ recovery-image] Oct 30 23:19:34.098 INFO O| Oct 30 23:19:34.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
81682024-10-30T23:19:35.471Z[ recovery-image] Oct 30 23:19:34.099 INFO O| Oct 30 23:19:34.099 INFO STEP 75 (remove_files) COMPLETE
81692024-10-30T23:19:35.474Z[ recovery-image] Oct 30 23:19:34.099 INFO O| Oct 30 23:19:34.099 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81702024-10-30T23:19:35.481Z[ recovery-image] Oct 30 23:19:34.108 INFO O| Oct 30 23:19:34.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
81712024-10-30T23:19:35.481Z[ recovery-image] Oct 30 23:19:34.108 INFO O| Oct 30 23:19:34.108 INFO STEP 76 (remove_files) COMPLETE
81722024-10-30T23:19:35.484Z[ recovery-image] Oct 30 23:19:34.108 INFO O| Oct 30 23:19:34.108 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81732024-10-30T23:19:35.491Z[ recovery-image] Oct 30 23:19:34.118 INFO O| Oct 30 23:19:34.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
81742024-10-30T23:19:35.491Z[ recovery-image] Oct 30 23:19:34.118 INFO O| Oct 30 23:19:34.118 INFO STEP 77 (remove_files) COMPLETE
81752024-10-30T23:19:35.491Z[ recovery-image] Oct 30 23:19:34.118 INFO O| Oct 30 23:19:34.118 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81762024-10-30T23:19:35.501Z[ recovery-image] Oct 30 23:19:34.128 INFO O| Oct 30 23:19:34.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
81772024-10-30T23:19:35.501Z[ recovery-image] Oct 30 23:19:34.128 INFO O| Oct 30 23:19:34.128 INFO STEP 78 (remove_files) COMPLETE
81782024-10-30T23:19:35.501Z[ recovery-image] Oct 30 23:19:34.128 INFO O| Oct 30 23:19:34.128 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81792024-10-30T23:19:35.513Z[ recovery-image] Oct 30 23:19:34.138 INFO O| Oct 30 23:19:34.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
81802024-10-30T23:19:35.513Z[ recovery-image] Oct 30 23:19:34.138 INFO O| Oct 30 23:19:34.138 INFO STEP 79 (remove_files) COMPLETE
81812024-10-30T23:19:35.513Z[ recovery-image] Oct 30 23:19:34.138 INFO O| Oct 30 23:19:34.138 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81822024-10-30T23:19:35.521Z[ recovery-image] Oct 30 23:19:34.148 INFO O| Oct 30 23:19:34.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
81832024-10-30T23:19:35.521Z[ recovery-image] Oct 30 23:19:34.149 INFO O| Oct 30 23:19:34.149 INFO STEP 80 (remove_files) COMPLETE
81842024-10-30T23:19:35.524Z[ recovery-image] Oct 30 23:19:34.149 INFO O| Oct 30 23:19:34.149 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81852024-10-30T23:19:35.531Z[ recovery-image] Oct 30 23:19:34.159 INFO O| Oct 30 23:19:34.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
81862024-10-30T23:19:35.534Z[ recovery-image] Oct 30 23:19:34.159 INFO O| Oct 30 23:19:34.159 INFO STEP 81 (remove_files) COMPLETE
81872024-10-30T23:19:35.534Z[ recovery-image] Oct 30 23:19:34.159 INFO O| Oct 30 23:19:34.159 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81882024-10-30T23:19:35.543Z[ recovery-image] Oct 30 23:19:34.170 INFO O| Oct 30 23:19:34.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
81892024-10-30T23:19:35.543Z[ recovery-image] Oct 30 23:19:34.170 INFO O| Oct 30 23:19:34.170 INFO STEP 82 (remove_files) COMPLETE
81902024-10-30T23:19:35.543Z[ recovery-image] Oct 30 23:19:34.170 INFO O| Oct 30 23:19:34.170 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81912024-10-30T23:19:35.553Z[ recovery-image] Oct 30 23:19:34.180 INFO O| Oct 30 23:19:34.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
81922024-10-30T23:19:35.553Z[ recovery-image] Oct 30 23:19:34.180 INFO O| Oct 30 23:19:34.180 INFO STEP 83 (remove_files) COMPLETE
81932024-10-30T23:19:35.553Z[ recovery-image] Oct 30 23:19:34.180 INFO O| Oct 30 23:19:34.180 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81942024-10-30T23:19:35.563Z[ recovery-image] Oct 30 23:19:34.190 INFO O| Oct 30 23:19:34.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
81952024-10-30T23:19:35.563Z[ recovery-image] Oct 30 23:19:34.190 INFO O| Oct 30 23:19:34.190 INFO STEP 84 (remove_files) COMPLETE
81962024-10-30T23:19:35.566Z[ recovery-image] Oct 30 23:19:34.190 INFO O| Oct 30 23:19:34.190 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81972024-10-30T23:19:35.573Z[ recovery-image] Oct 30 23:19:34.200 INFO O| Oct 30 23:19:34.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
81982024-10-30T23:19:35.573Z[ recovery-image] Oct 30 23:19:34.200 INFO O| Oct 30 23:19:34.200 INFO STEP 85 (remove_files) COMPLETE
81992024-10-30T23:19:35.573Z[ recovery-image] Oct 30 23:19:34.200 INFO O| Oct 30 23:19:34.200 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82002024-10-30T23:19:35.583Z[ recovery-image] Oct 30 23:19:34.210 INFO O| Oct 30 23:19:34.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
82012024-10-30T23:19:35.583Z[ recovery-image] Oct 30 23:19:34.210 INFO O| Oct 30 23:19:34.210 INFO STEP 86 (remove_files) COMPLETE
82022024-10-30T23:19:35.583Z[ recovery-image] Oct 30 23:19:34.210 INFO O| Oct 30 23:19:34.210 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82032024-10-30T23:19:35.592Z[ recovery-image] Oct 30 23:19:34.219 INFO O| Oct 30 23:19:34.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
82042024-10-30T23:19:35.594Z[ recovery-image] Oct 30 23:19:34.220 INFO O| Oct 30 23:19:34.219 INFO STEP 87 (remove_files) COMPLETE
82052024-10-30T23:19:35.594Z[ recovery-image] Oct 30 23:19:34.220 INFO O| Oct 30 23:19:34.220 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82062024-10-30T23:19:35.602Z[ recovery-image] Oct 30 23:19:34.230 INFO O| Oct 30 23:19:34.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
82072024-10-30T23:19:35.602Z[ recovery-image] Oct 30 23:19:34.230 INFO O| Oct 30 23:19:34.230 INFO STEP 88 (remove_files) COMPLETE
82082024-10-30T23:19:35.602Z[ recovery-image] Oct 30 23:19:34.230 INFO O| Oct 30 23:19:34.230 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82092024-10-30T23:19:35.612Z[ recovery-image] Oct 30 23:19:34.239 INFO O| Oct 30 23:19:34.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
82102024-10-30T23:19:35.612Z[ recovery-image] Oct 30 23:19:34.239 INFO O| Oct 30 23:19:34.239 INFO STEP 89 (remove_files) COMPLETE
82112024-10-30T23:19:35.615Z[ recovery-image] Oct 30 23:19:34.239 INFO O| Oct 30 23:19:34.239 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82122024-10-30T23:19:35.622Z[ recovery-image] Oct 30 23:19:34.249 INFO O| Oct 30 23:19:34.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
82132024-10-30T23:19:35.622Z[ recovery-image] Oct 30 23:19:34.249 INFO O| Oct 30 23:19:34.249 INFO STEP 90 (remove_files) COMPLETE
82142024-10-30T23:19:35.624Z[ recovery-image] Oct 30 23:19:34.249 INFO O| Oct 30 23:19:34.249 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82152024-10-30T23:19:35.632Z[ recovery-image] Oct 30 23:19:34.259 INFO O| Oct 30 23:19:34.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
82162024-10-30T23:19:35.635Z[ recovery-image] Oct 30 23:19:34.259 INFO O| Oct 30 23:19:34.259 INFO STEP 91 (remove_files) COMPLETE
82172024-10-30T23:19:35.635Z[ recovery-image] Oct 30 23:19:34.259 INFO O| Oct 30 23:19:34.259 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82182024-10-30T23:19:35.641Z[ recovery-image] Oct 30 23:19:34.269 INFO O| Oct 30 23:19:34.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
82192024-10-30T23:19:35.641Z[ recovery-image] Oct 30 23:19:34.269 INFO O| Oct 30 23:19:34.269 INFO STEP 92 (remove_files) COMPLETE
82202024-10-30T23:19:35.644Z[ recovery-image] Oct 30 23:19:34.269 INFO O| Oct 30 23:19:34.269 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82212024-10-30T23:19:35.651Z[ recovery-image] Oct 30 23:19:34.278 INFO O| Oct 30 23:19:34.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
82222024-10-30T23:19:35.654Z[ recovery-image] Oct 30 23:19:34.278 INFO O| Oct 30 23:19:34.278 INFO STEP 93 (remove_files) COMPLETE
82232024-10-30T23:19:35.655Z[ recovery-image] Oct 30 23:19:34.278 INFO O| Oct 30 23:19:34.278 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82242024-10-30T23:19:35.661Z[ recovery-image] Oct 30 23:19:34.288 INFO O| Oct 30 23:19:34.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
82252024-10-30T23:19:35.661Z[ recovery-image] Oct 30 23:19:34.288 INFO O| Oct 30 23:19:34.288 INFO STEP 94 (remove_files) COMPLETE
82262024-10-30T23:19:35.663Z[ recovery-image] Oct 30 23:19:34.288 INFO O| Oct 30 23:19:34.288 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82272024-10-30T23:19:35.676Z[ recovery-image] Oct 30 23:19:34.303 INFO O| Oct 30 23:19:34.303 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
82282024-10-30T23:19:35.678Z[ recovery-image] Oct 30 23:19:34.304 INFO O| Oct 30 23:19:34.303 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"}
82292024-10-30T23:19:36.299Z[ host-image] Oct 30 23:19:34.926 INFO O| Oct 30 23:19:34.926 INFO O| Done
82302024-10-30T23:19:36.324Z[ host-image] Oct 30 23:19:34.951 INFO O| Oct 30 23:19:34.951 INFO O| Done
82312024-10-30T23:19:36.327Z[ host-image] Oct 30 23:19:34.951 INFO O| Oct 30 23:19:34.951 INFO O| Done
82322024-10-30T23:19:36.338Z[ host-image] Oct 30 23:19:34.965 INFO O| Oct 30 23:19:34.965 INFO O| Done
82332024-10-30T23:19:36.520Z[ host-image] Oct 30 23:19:35.147 INFO O| Oct 30 23:19:35.147 INFO STEP 12 (pkg_install) COMPLETE
82342024-10-30T23:19:36.520Z[ host-image] Oct 30 23:19:35.147 INFO O| Oct 30 23:19:35.147 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
82352024-10-30T23:19:36.532Z[ host-image] Oct 30 23:19:35.159 INFO O| Oct 30 23:19:35.159 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
82362024-10-30T23:19:37.250Z[ host-image] Oct 30 23:19:35.877 INFO O| Oct 30 23:19:35.877 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
82372024-10-30T23:19:39.077Z[ host-image] Oct 30 23:19:37.703 INFO O| Oct 30 23:19:37.703 INFO O| Planning: Solver setup ... Done
82382024-10-30T23:19:39.080Z[ host-image] Oct 30 23:19:37.707 INFO O| Oct 30 23:19:37.707 INFO O| Planning: Running solver ... Done
82392024-10-30T23:19:39.131Z[ host-image] Oct 30 23:19:37.758 INFO O| Oct 30 23:19:37.758 INFO O| Planning: Finding local manifests ... Done
82402024-10-30T23:19:39.134Z[ host-image] Oct 30 23:19:37.760 INFO O| Oct 30 23:19:37.760 INFO O| Planning: Fetching manifests: 0/6 0% complete
82412024-10-30T23:19:39.284Z[ host-image] Oct 30 23:19:37.911 INFO O| Oct 30 23:19:37.911 INFO O| Planning: Fetching manifests: 6/6 100% complete
82422024-10-30T23:19:39.316Z[ host-image] Oct 30 23:19:37.943 INFO O| Oct 30 23:19:37.943 INFO O| Planning: Package planning ... Done
82432024-10-30T23:19:39.334Z[ host-image] Oct 30 23:19:37.961 INFO O| Oct 30 23:19:37.961 INFO O| Planning: Merging actions ... Done
82442024-10-30T23:19:39.405Z[ host-image] Oct 30 23:19:38.032 INFO O| Oct 30 23:19:38.032 INFO O| Planning: Checking for conflicting actions ... Done
82452024-10-30T23:19:39.409Z[ host-image] Oct 30 23:19:38.036 INFO O| Oct 30 23:19:38.036 INFO O| Planning: Consolidating action changes ... Done
82462024-10-30T23:19:39.584Z[ host-image] Oct 30 23:19:38.211 INFO O| Oct 30 23:19:38.210 INFO O| Planning: Evaluating mediators ... Done
82472024-10-30T23:19:39.586Z[ host-image] Oct 30 23:19:38.214 INFO O| Oct 30 23:19:38.213 INFO O| Planning: Planning completed in 2.34 seconds
82482024-10-30T23:19:39.589Z[ host-image] Oct 30 23:19:38.215 INFO O| Oct 30 23:19:38.215 INFO O| Packages to install: 6
82492024-10-30T23:19:39.589Z[ host-image] Oct 30 23:19:38.215 INFO O| Oct 30 23:19:38.215 INFO O| Mediators to change: 1
82502024-10-30T23:19:39.589Z[ host-image] Oct 30 23:19:38.215 INFO O| Oct 30 23:19:38.215 INFO O| Services to change: 1
82512024-10-30T23:19:39.601Z[ host-image] Oct 30 23:19:38.228 INFO O| Oct 30 23:19:38.228 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
82522024-10-30T23:19:43.261Z[ recovery-image] Oct 30 23:19:41.887 INFO O| Oct 30 23:19:41.887 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
82532024-10-30T23:19:43.261Z[ recovery-image] Oct 30 23:19:41.887 INFO O| Oct 30 23:19:41.887 INFO E| svccfg: Loaded 67 smf(7) service descriptions
82542024-10-30T23:19:43.275Z[ recovery-image] Oct 30 23:19:41.903 INFO O| Oct 30 23:19:41.902 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.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"}
82552024-10-30T23:19:43.352Z[ recovery-image] Oct 30 23:19:41.979 INFO O| Oct 30 23:19:41.979 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
82562024-10-30T23:19:43.352Z[ recovery-image] Oct 30 23:19:41.979 INFO O| Oct 30 23:19:41.979 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 ...
82572024-10-30T23:19:43.355Z[ recovery-image] Oct 30 23:19:41.980 INFO O| Oct 30 23:19:41.980 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
82582024-10-30T23:19:43.355Z[ recovery-image] Oct 30 23:19:41.980 INFO O| Oct 30 23:19:41.980 INFO ok!
82592024-10-30T23:19:43.355Z[ recovery-image] Oct 30 23:19:41.981 INFO O| Oct 30 23:19:41.980 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
82602024-10-30T23:19:43.355Z[ recovery-image] Oct 30 23:19:41.981 INFO O| Oct 30 23:19:41.981 INFO STEP 95 (seed_smf) COMPLETE
82612024-10-30T23:19:43.355Z[ recovery-image] Oct 30 23:19:41.981 INFO O| Oct 30 23:19:41.981 INFO steps complete; finalising image!
82622024-10-30T23:19:43.355Z[ recovery-image] Oct 30 23:19:41.981 INFO O| Oct 30 23:19:41.981 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
82632024-10-30T23:19:43.382Z[ recovery-image] Oct 30 23:19:42.009 INFO O| Oct 30 23:19:42.009 INFO trim TEMPORARY-gimlet-zfs-recovery: (12% trimmed, started at Wed Oct 30 23:19:41 2024)
82642024-10-30T23:19:43.603Z[ recovery-image] Oct 30 23:19:42.230 INFO O| Oct 30 23:19:42.230 INFO temporary pool has 409M used, 1.35G avail, 1.00x compressratio
82652024-10-30T23:19:43.603Z[ recovery-image] Oct 30 23:19:42.230 INFO O| Oct 30 23:19:42.230 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
82662024-10-30T23:19:43.799Z[ recovery-image] Oct 30 23:19:42.425 INFO O| Oct 30 23:19:42.425 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
82672024-10-30T23:19:43.799Z[ recovery-image] Oct 30 23:19:42.426 INFO O| Oct 30 23:19:42.425 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
82682024-10-30T23:19:45.385Z[ host-image] Oct 30 23:19:44.012 INFO O| Oct 30 23:19:44.012 INFO O| Download: 261/1140 items 1.8/8.4MB 21% complete (507k/s)
82692024-10-30T23:19:46.685Z[ recovery-image] Oct 30 23:19:45.312 INFO O| Oct 30 23:19:45.312 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
82702024-10-30T23:19:46.685Z[ recovery-image] Oct 30 23:19:45.312 INFO O| Oct 30 23:19:45.312 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
82712024-10-30T23:19:46.687Z[ recovery-image] Oct 30 23:19:45.312 INFO O| Oct 30 23:19:45.312 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
82722024-10-30T23:19:46.687Z[ recovery-image] Oct 30 23:19:45.312 INFO O| Oct 30 23:19:45.312 INFO completed processing gimlet/zfs-recovery
82732024-10-30T23:19:46.687Z[ recovery-image] Oct 30 23:19:45.312 INFO O| Oct 30 23:19:45.312 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
82742024-10-30T23:19:47.244Z[ recovery-image] Oct 30 23:19:45.870 INFO O| Oct 30 23:19:45.870 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
82752024-10-30T23:19:47.337Z[ recovery-image] Oct 30 23:19:45.964 INFO BUILD STRING "heads/stlouis-0-g54a974bee7\n"
82762024-10-30T23:19:47.339Z[ recovery-image] Oct 30 23:19:45.964 INFO expanded image name: "recovery 8f8ba2a/${os_short_commit} 2024-10-30 22:49" -> "recovery 8f8ba2a/54a974b 2024-10-30 22:49"
82772024-10-30T23:19:47.340Z[ recovery-image] Oct 30 23:19:45.964 INFO output artefacts stored in: "/work/os-recovery"
82782024-10-30T23:19:47.340Z[ recovery-image] Oct 30 23:19:45.964 INFO collecting git info from project "pilot"...
82792024-10-30T23:19:47.352Z[ recovery-image] Oct 30 23:19:45.979 INFO collecting git info from project "pinprick"...
82802024-10-30T23:19:47.357Z[ recovery-image] Oct 30 23:19:45.984 INFO collecting git info from project "amd-host-image-builder"...
82812024-10-30T23:19:47.401Z[ recovery-image] Oct 30 23:19:46.027 INFO collecting git info from project "image-builder"...
82822024-10-30T23:19:47.406Z[ recovery-image] Oct 30 23:19:46.033 INFO collecting git info from project "phbl"...
82832024-10-30T23:19:47.412Z[ recovery-image] Oct 30 23:19:46.039 INFO collecting git info from project "bootserver"...
82842024-10-30T23:19:47.417Z[ recovery-image] Oct 30 23:19:46.044 INFO collecting git info from project "amd-firmware"...
82852024-10-30T23:19:47.574Z[ recovery-image] Oct 30 23:19:46.201 INFO collecting git info from project "chelsio-t6-roms"...
82862024-10-30T23:19:47.595Z[ recovery-image] Oct 30 23:19:46.222 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
82872024-10-30T23:19:47.942Z[ recovery-image] Oct 30 23:19:46.569 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
82882024-10-30T23:19:48.280Z[ recovery-image] Oct 30 23:19:46.907 INFO creating Oxide boot image...
82892024-10-30T23:19:48.281Z[ recovery-image] Oct 30 23:19:46.907 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 8f8ba2a/54a974b 2024-10-30 22:49", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
82902024-10-30T23:19:48.992Z[ host-image] Oct 30 23:19:47.619 INFO O| Oct 30 23:19:47.619 INFO O| Download: Completed 8.42 MB in 9.39 seconds (917k/s)
82912024-10-30T23:19:49.046Z[ host-image] Oct 30 23:19:47.672 INFO O| Oct 30 23:19:47.672 INFO O| Actions: 1/1361 actions (Installing new actions)
82922024-10-30T23:19:49.449Z[ host-image] Oct 30 23:19:48.076 INFO O| Oct 30 23:19:48.076 INFO O| Actions: Completed 1361 actions in 0.40 seconds.
82932024-10-30T23:19:49.742Z[ host-image] Oct 30 23:19:48.369 INFO O| Oct 30 23:19:48.369 INFO O| Done
82942024-10-30T23:19:49.742Z[ host-image] Oct 30 23:19:48.369 INFO O| Oct 30 23:19:48.369 INFO O| Done
82952024-10-30T23:19:50.205Z[ host-image] Oct 30 23:19:48.831 INFO O| Oct 30 23:19:48.831 INFO O| Done
82962024-10-30T23:19:51.375Z[ host-image] Oct 30 23:19:50.002 INFO O| Oct 30 23:19:50.002 INFO O| Done
82972024-10-30T23:19:51.398Z[ host-image] Oct 30 23:19:50.025 INFO O| Oct 30 23:19:50.025 INFO O| Done
82982024-10-30T23:19:51.401Z[ host-image] Oct 30 23:19:50.025 INFO O| Oct 30 23:19:50.025 INFO O| Done
82992024-10-30T23:19:51.435Z[ host-image] Oct 30 23:19:50.062 INFO O| Oct 30 23:19:50.062 INFO O| Done
83002024-10-30T23:19:51.536Z[ host-image] Oct 30 23:19:50.163 INFO O| Oct 30 23:19:50.163 INFO STEP 13 (pkg_install) COMPLETE
83012024-10-30T23:19:51.536Z[ host-image] Oct 30 23:19:50.163 INFO O| Oct 30 23:19:50.163 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
83022024-10-30T23:19:51.547Z[ host-image] Oct 30 23:19:50.173 INFO O| Oct 30 23:19:50.173 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
83032024-10-30T23:19:52.032Z[ host-image] Oct 30 23:19:50.658 INFO O| Oct 30 23:19:50.658 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
83042024-10-30T23:19:53.879Z[ host-image] Oct 30 23:19:52.506 INFO O| Oct 30 23:19:52.506 INFO O| Planning: Solver setup ... Done
83052024-10-30T23:19:53.883Z[ host-image] Oct 30 23:19:52.509 INFO O| Oct 30 23:19:52.509 INFO O| Planning: Running solver ... Done
83062024-10-30T23:19:53.933Z[ host-image] Oct 30 23:19:52.560 INFO O| Oct 30 23:19:52.559 INFO O| Planning: Finding local manifests ... Done
83072024-10-30T23:19:53.935Z[ host-image] Oct 30 23:19:52.560 INFO O| Oct 30 23:19:52.560 INFO O| Planning: Fetching manifests: 0/1 0% complete
83082024-10-30T23:19:54.025Z[ host-image] Oct 30 23:19:52.652 INFO O| Oct 30 23:19:52.652 INFO O| Planning: Fetching manifests: 1/1 100% complete
83092024-10-30T23:19:54.044Z[ host-image] Oct 30 23:19:52.671 INFO O| Oct 30 23:19:52.671 INFO O| Planning: Package planning ... Done
83102024-10-30T23:19:54.047Z[ host-image] Oct 30 23:19:52.672 INFO O| Oct 30 23:19:52.671 INFO O| Planning: Merging actions ... Done
83112024-10-30T23:19:54.104Z[ host-image] Oct 30 23:19:52.731 INFO O| Oct 30 23:19:52.731 INFO O| Planning: Checking for conflicting actions ... Done
83122024-10-30T23:19:54.107Z[ host-image] Oct 30 23:19:52.731 INFO O| Oct 30 23:19:52.731 INFO O| Planning: Consolidating action changes ... Done
83132024-10-30T23:19:54.278Z[ host-image] Oct 30 23:19:52.904 INFO O| Oct 30 23:19:52.904 INFO O| Planning: Evaluating mediators ... Done
83142024-10-30T23:19:54.281Z[ host-image] Oct 30 23:19:52.905 INFO O| Oct 30 23:19:52.905 INFO O| Planning: Planning completed in 2.25 seconds
83152024-10-30T23:19:54.281Z[ host-image] Oct 30 23:19:52.906 INFO O| Oct 30 23:19:52.906 INFO O| Packages to install: 1
83162024-10-30T23:19:54.290Z[ host-image] Oct 30 23:19:52.917 INFO O| Oct 30 23:19:52.917 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
83172024-10-30T23:19:54.647Z[ host-image] Oct 30 23:19:53.273 INFO O| Oct 30 23:19:53.273 INFO O| Download: Completed 20.80 MB in 0.36 seconds (58.4M/s)
83182024-10-30T23:19:54.672Z[ host-image] Oct 30 23:19:53.299 INFO O| Oct 30 23:19:53.299 INFO O| Actions: 1/22 actions (Installing new actions)
83192024-10-30T23:19:55.231Z[ host-image] Oct 30 23:19:53.858 INFO O| Oct 30 23:19:53.857 INFO O| Actions: Completed 22 actions in 0.56 seconds.
83202024-10-30T23:19:55.521Z[ host-image] Oct 30 23:19:54.147 INFO O| Oct 30 23:19:54.147 INFO O| Done
83212024-10-30T23:19:55.521Z[ host-image] Oct 30 23:19:54.147 INFO O| Oct 30 23:19:54.147 INFO O| Done
83222024-10-30T23:19:55.979Z[ host-image] Oct 30 23:19:54.605 INFO O| Oct 30 23:19:54.605 INFO O| Done
83232024-10-30T23:19:57.141Z[ host-image] Oct 30 23:19:55.767 INFO O| Oct 30 23:19:55.767 INFO O| Done
83242024-10-30T23:19:57.162Z[ host-image] Oct 30 23:19:55.789 INFO O| Oct 30 23:19:55.789 INFO O| Done
83252024-10-30T23:19:57.162Z[ host-image] Oct 30 23:19:55.789 INFO O| Oct 30 23:19:55.789 INFO O| Done
83262024-10-30T23:19:57.172Z[ host-image] Oct 30 23:19:55.799 INFO O| Oct 30 23:19:55.799 INFO O| Done
83272024-10-30T23:19:57.275Z[ host-image] Oct 30 23:19:55.901 INFO O| Oct 30 23:19:55.900 INFO STEP 14 (pkg_install) COMPLETE
83282024-10-30T23:19:57.275Z[ host-image] Oct 30 23:19:55.901 INFO O| Oct 30 23:19:55.900 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
83292024-10-30T23:19:57.275Z[ host-image] Oct 30 23:19:55.901 INFO O| Oct 30 23:19:55.900 INFO skip step because feature "mfg" is not enabled
83302024-10-30T23:19:57.275Z[ host-image] Oct 30 23:19:55.901 INFO O| Oct 30 23:19:55.900 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
83312024-10-30T23:19:57.275Z[ host-image] Oct 30 23:19:55.901 INFO O| Oct 30 23:19:55.900 INFO skip step because feature "compliance" is not enabled
83322024-10-30T23:19:57.275Z[ host-image] Oct 30 23:19:55.901 INFO O| Oct 30 23:19:55.900 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
83332024-10-30T23:19:57.275Z[ host-image] Oct 30 23:19:55.901 INFO O| Oct 30 23:19:55.900 INFO skip step because feature "stress" is not enabled
83342024-10-30T23:19:57.275Z[ host-image] Oct 30 23:19:55.901 INFO O| Oct 30 23:19:55.900 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
83352024-10-30T23:19:57.275Z[ host-image] Oct 30 23:19:55.901 INFO O| Oct 30 23:19:55.900 INFO skip step because feature "nfs" is not enabled
83362024-10-30T23:19:57.278Z[ host-image] Oct 30 23:19:55.901 INFO O| Oct 30 23:19:55.900 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
83372024-10-30T23:19:57.278Z[ host-image] Oct 30 23:19:55.901 INFO O| Oct 30 23:19:55.900 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
83382024-10-30T23:19:57.421Z[ host-image] Oct 30 23:19:56.048 INFO O| Oct 30 23:19:56.047 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
83392024-10-30T23:19:57.512Z[ host-image] Oct 30 23:19:56.137 INFO O| Oct 30 23:19:56.137 INFO completed processing gimlet/ramdisk-01-os
83402024-10-30T23:19:57.514Z[ host-image] Oct 30 23:19:56.139 INFO omicron1 baseline generation...
83412024-10-30T23:19:57.514Z[ host-image] Oct 30 23:19:56.139 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
83422024-10-30T23:19:57.895Z[ host-image] Oct 30 23:19:56.521 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22997:20241029T130605Z
83432024-10-30T23:20:41.497Z[ recovery-image] Oct 30 23:20:40.122 INFO O| ok, image written!
83442024-10-30T23:20:41.497Z[ recovery-image] Oct 30 23:20:40.122 INFO O| ok, boot_image_csum file written!
83452024-10-30T23:20:41.501Z[ recovery-image] Oct 30 23:20:40.127 INFO creating boot archive (CPIO)...
83462024-10-30T23:20:41.504Z[ recovery-image] Oct 30 23:20:40.127 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
83472024-10-30T23:20:41.509Z[ recovery-image] Oct 30 23:20:40.135 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
83482024-10-30T23:20:41.509Z[ recovery-image] Oct 30 23:20:40.135 INFO E| + outfile=/work/os-recovery/cpio
83492024-10-30T23:20:41.511Z[ recovery-image] Oct 30 23:20:40.135 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
83502024-10-30T23:20:41.511Z[ recovery-image] Oct 30 23:20:40.137 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
83512024-10-30T23:20:41.511Z[ recovery-image] Oct 30 23:20:40.137 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
83522024-10-30T23:20:41.543Z[ recovery-image] Oct 30 23:20:40.168 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
83532024-10-30T23:20:41.543Z[ recovery-image] Oct 30 23:20:40.168 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
83542024-10-30T23:20:41.549Z[ recovery-image] Oct 30 23:20:40.175 INFO creating compressed cpio/unix for nanobl-rs...
83552024-10-30T23:20:41.549Z[ recovery-image] Oct 30 23:20:40.175 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
83562024-10-30T23:20:41.821Z[ recovery-image] Oct 30 23:20:40.446 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
83572024-10-30T23:20:44.197Z[ host-image] Oct 30 23:20:42.823 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22997:20241029T130639Z
83582024-10-30T23:20:44.200Z[ host-image] Oct 30 23:20:42.823 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22997:20241029T130639Z
83592024-10-30T23:20:44.200Z[ host-image] Oct 30 23:20:42.823 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
83602024-10-30T23:20:44.200Z[ host-image] Oct 30 23:20:42.823 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
83612024-10-30T23:20:44.200Z[ host-image] Oct 30 23:20:42.823 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
83622024-10-30T23:20:44.200Z[ host-image] Oct 30 23:20:42.823 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
83632024-10-30T23:20:44.200Z[ host-image] Oct 30 23:20:42.824 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
83642024-10-30T23:20:44.201Z[ host-image] Oct 30 23:20:42.824 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
83652024-10-30T23:20:44.201Z[ host-image] Oct 30 23:20:42.824 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
83662024-10-30T23:20:44.201Z[ host-image] Oct 30 23:20:42.825 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
83672024-10-30T23:20:44.201Z[ host-image] Oct 30 23:20:42.825 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22997:20241029T130640Z
83682024-10-30T23:20:44.204Z[ host-image] Oct 30 23:20:42.826 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22997:20241029T130641Z
83692024-10-30T23:20:44.204Z[ host-image] Oct 30 23:20:42.827 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22997:20241029T130641Z
83702024-10-30T23:20:44.204Z[ host-image] Oct 30 23:20:42.828 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22997:20241029T130641Z
83712024-10-30T23:20:44.204Z[ host-image] Oct 30 23:20:42.828 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
83722024-10-30T23:20:44.204Z[ host-image] Oct 30 23:20:42.829 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22997:20241029T130641Z
83732024-10-30T23:20:44.204Z[ host-image] Oct 30 23:20:42.829 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22997:20241029T130641Z
83742024-10-30T23:20:44.204Z[ host-image] Oct 30 23:20:42.829 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22997:20241029T130641Z
83752024-10-30T23:20:44.207Z[ host-image] Oct 30 23:20:42.829 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22997:20241029T130641Z
83762024-10-30T23:20:44.207Z[ host-image] Oct 30 23:20:42.830 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22997:20241029T130642Z
83772024-10-30T23:20:44.207Z[ host-image] Oct 30 23:20:42.830 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22997:20241029T130642Z
83782024-10-30T23:20:44.207Z[ host-image] Oct 30 23:20:42.830 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22997:20241029T130643Z
83792024-10-30T23:20:44.207Z[ host-image] Oct 30 23:20:42.830 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22997:20241029T130643Z
83802024-10-30T23:20:44.207Z[ host-image] Oct 30 23:20:42.830 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22997:20241029T130644Z
83812024-10-30T23:20:44.207Z[ host-image] Oct 30 23:20:42.831 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22997:20241029T130645Z
83822024-10-30T23:20:44.207Z[ host-image] Oct 30 23:20:42.831 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22997:20241029T130645Z
83832024-10-30T23:20:44.207Z[ host-image] Oct 30 23:20:42.831 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22997:20241029T130647Z
83842024-10-30T23:20:44.207Z[ host-image] Oct 30 23:20:42.831 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22997:20241029T130647Z
83852024-10-30T23:20:44.207Z[ host-image] Oct 30 23:20:42.831 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.293:20240820T211830Z
83862024-10-30T23:20:44.207Z[ host-image] Oct 30 23:20:42.831 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22997:20241029T130649Z
83872024-10-30T23:20:44.207Z[ host-image] Oct 30 23:20:42.831 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22997:20241029T130651Z
83882024-10-30T23:20:44.207Z[ host-image] Oct 30 23:20:42.831 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22997:20241029T130652Z
83892024-10-30T23:20:44.207Z[ host-image] Oct 30 23:20:42.832 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22997:20241029T130652Z
83902024-10-30T23:20:44.210Z[ host-image] Oct 30 23:20:42.833 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22997:20241029T130654Z
83912024-10-30T23:20:44.210Z[ host-image] Oct 30 23:20:42.833 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22997:20241029T130654Z
83922024-10-30T23:20:44.216Z[ host-image] Oct 30 23:20:42.842 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
83932024-10-30T23:20:44.220Z[ host-image] Oct 30 23:20:42.842 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22997:20241029T130654Z
83942024-10-30T23:20:44.220Z[ host-image] Oct 30 23:20:42.842 INFO O| install = pkg://helios-dev/library/expat@2.6.3-2.0:20241004T143215Z
83952024-10-30T23:20:44.220Z[ host-image] Oct 30 23:20:42.842 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
83962024-10-30T23:20:44.220Z[ host-image] Oct 30 23:20:42.843 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
83972024-10-30T23:20:44.220Z[ host-image] Oct 30 23:20:42.843 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22997:20241029T130654Z
83982024-10-30T23:20:44.220Z[ host-image] Oct 30 23:20:42.843 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
83992024-10-30T23:20:44.220Z[ host-image] Oct 30 23:20:42.844 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
84002024-10-30T23:20:44.220Z[ host-image] Oct 30 23:20:42.845 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
84012024-10-30T23:20:44.223Z[ host-image] Oct 30 23:20:42.845 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
84022024-10-30T23:20:44.232Z[ host-image] Oct 30 23:20:42.857 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
84032024-10-30T23:20:44.232Z[ host-image] Oct 30 23:20:42.858 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
84042024-10-30T23:20:44.234Z[ host-image] Oct 30 23:20:42.858 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
84052024-10-30T23:20:44.234Z[ host-image] Oct 30 23:20:42.858 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
84062024-10-30T23:20:44.234Z[ host-image] Oct 30 23:20:42.859 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
84072024-10-30T23:20:44.234Z[ host-image] Oct 30 23:20:42.859 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
84082024-10-30T23:20:44.269Z[ host-image] Oct 30 23:20:42.895 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
84092024-10-30T23:20:44.272Z[ host-image] Oct 30 23:20:42.895 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
84102024-10-30T23:20:44.272Z[ host-image] Oct 30 23:20:42.895 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
84112024-10-30T23:20:44.272Z[ host-image] Oct 30 23:20:42.896 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22997:20241029T130656Z
84122024-10-30T23:20:44.272Z[ host-image] Oct 30 23:20:42.896 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22997:20241029T130702Z
84132024-10-30T23:20:44.272Z[ host-image] Oct 30 23:20:42.897 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
84142024-10-30T23:20:44.272Z[ host-image] Oct 30 23:20:42.897 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22997:20241029T130703Z
84152024-10-30T23:20:44.272Z[ host-image] Oct 30 23:20:42.897 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
84162024-10-30T23:20:44.272Z[ host-image] Oct 30 23:20:42.897 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
84172024-10-30T23:20:44.272Z[ host-image] Oct 30 23:20:42.897 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
84182024-10-30T23:20:44.272Z[ host-image] Oct 30 23:20:42.897 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22997:20241029T130703Z
84192024-10-30T23:20:44.274Z[ host-image] Oct 30 23:20:42.897 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
84202024-10-30T23:20:44.277Z[ host-image] Oct 30 23:20:42.902 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
84212024-10-30T23:20:44.277Z[ host-image] Oct 30 23:20:42.902 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
84222024-10-30T23:20:44.277Z[ host-image] Oct 30 23:20:42.902 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
84232024-10-30T23:20:44.280Z[ host-image] Oct 30 23:20:42.903 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22997:20241029T130703Z
84242024-10-30T23:20:44.280Z[ host-image] Oct 30 23:20:42.903 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
84252024-10-30T23:20:44.292Z[ host-image] Oct 30 23:20:42.917 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
84262024-10-30T23:20:44.295Z[ host-image] Oct 30 23:20:42.918 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22997:20241029T130704Z
84272024-10-30T23:20:44.295Z[ host-image] Oct 30 23:20:42.920 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22997:20241029T130704Z
84282024-10-30T23:20:44.298Z[ host-image] Oct 30 23:20:42.920 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22997:20241029T130704Z
84292024-10-30T23:20:44.298Z[ host-image] Oct 30 23:20:42.920 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
84302024-10-30T23:20:44.298Z[ host-image] Oct 30 23:20:42.921 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22997:20241029T130705Z
84312024-10-30T23:20:44.298Z[ host-image] Oct 30 23:20:42.921 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22997:20241029T130706Z
84322024-10-30T23:20:44.298Z[ host-image] Oct 30 23:20:42.922 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22997:20241029T130706Z
84332024-10-30T23:20:44.298Z[ host-image] Oct 30 23:20:42.922 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22997:20241029T130706Z
84342024-10-30T23:20:44.301Z[ host-image] Oct 30 23:20:42.926 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
84352024-10-30T23:20:44.301Z[ host-image] Oct 30 23:20:42.926 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22997:20241029T130706Z
84362024-10-30T23:20:44.303Z[ host-image] Oct 30 23:20:42.927 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22997:20241029T130708Z
84372024-10-30T23:20:44.303Z[ host-image] Oct 30 23:20:42.927 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
84382024-10-30T23:20:44.303Z[ host-image] Oct 30 23:20:42.927 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22997:20241029T130708Z
84392024-10-30T23:20:44.303Z[ host-image] Oct 30 23:20:42.927 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22997:20241029T130708Z
84402024-10-30T23:20:44.303Z[ host-image] Oct 30 23:20:42.927 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22997:20241029T130708Z
84412024-10-30T23:20:44.303Z[ host-image] Oct 30 23:20:42.928 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22997:20241029T130708Z
84422024-10-30T23:20:44.311Z[ host-image] Oct 30 23:20:42.936 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22997:20241029T130708Z
84432024-10-30T23:20:44.311Z[ host-image] Oct 30 23:20:42.936 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
84442024-10-30T23:20:44.314Z[ host-image] Oct 30 23:20:42.938 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22997:20241029T130708Z
84452024-10-30T23:20:44.317Z[ host-image] Oct 30 23:20:42.940 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22997:20241029T130709Z
84462024-10-30T23:20:44.317Z[ host-image] Oct 30 23:20:42.940 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22997:20241029T130709Z
84472024-10-30T23:20:44.317Z[ host-image] Oct 30 23:20:42.940 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22997:20241029T130709Z
84482024-10-30T23:20:44.317Z[ host-image] Oct 30 23:20:42.941 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22997:20241029T130709Z
84492024-10-30T23:20:44.317Z[ host-image] Oct 30 23:20:42.941 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22997:20241029T130709Z
84502024-10-30T23:20:44.326Z[ host-image] Oct 30 23:20:42.951 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22997:20241029T130711Z
84512024-10-30T23:20:44.329Z[ host-image] Oct 30 23:20:42.951 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22997:20241029T130710Z
84522024-10-30T23:20:44.329Z[ host-image] Oct 30 23:20:42.952 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22997:20241029T130710Z
84532024-10-30T23:20:44.329Z[ host-image] Oct 30 23:20:42.953 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22997:20241029T130710Z
84542024-10-30T23:20:44.329Z[ host-image] Oct 30 23:20:42.953 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22997:20241029T130711Z
84552024-10-30T23:20:44.350Z[ host-image] Oct 30 23:20:42.975 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22997:20241029T130714Z
84562024-10-30T23:20:44.353Z[ host-image] Oct 30 23:20:42.975 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22997:20241029T130711Z
84572024-10-30T23:20:44.353Z[ host-image] Oct 30 23:20:42.975 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22997:20241029T130711Z
84582024-10-30T23:20:44.353Z[ host-image] Oct 30 23:20:42.975 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
84592024-10-30T23:20:44.353Z[ host-image] Oct 30 23:20:42.976 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
84602024-10-30T23:20:44.380Z[ host-image] Oct 30 23:20:43.005 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22997:20241029T130711Z
84612024-10-30T23:20:44.385Z[ host-image] Oct 30 23:20:43.005 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
84622024-10-30T23:20:44.385Z[ host-image] Oct 30 23:20:43.005 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22997:20241029T130712Z
84632024-10-30T23:20:44.385Z[ host-image] Oct 30 23:20:43.005 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22997:20241029T130712Z
84642024-10-30T23:20:44.385Z[ host-image] Oct 30 23:20:43.006 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22997:20241029T130712Z
84652024-10-30T23:20:44.385Z[ host-image] Oct 30 23:20:43.007 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
84662024-10-30T23:20:44.386Z[ host-image] Oct 30 23:20:43.007 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
84672024-10-30T23:20:44.386Z[ host-image] Oct 30 23:20:43.008 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22997:20241029T130713Z
84682024-10-30T23:20:44.386Z[ host-image] Oct 30 23:20:43.008 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22997:20241029T130713Z
84692024-10-30T23:20:44.386Z[ host-image] Oct 30 23:20:43.008 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22997:20241029T130713Z
84702024-10-30T23:20:44.386Z[ host-image] Oct 30 23:20:43.009 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22997:20241029T130713Z
84712024-10-30T23:20:44.393Z[ host-image] Oct 30 23:20:43.009 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22997:20241029T130714Z
84722024-10-30T23:20:44.393Z[ host-image] Oct 30 23:20:43.009 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22997:20241029T130714Z
84732024-10-30T23:20:44.393Z[ host-image] Oct 30 23:20:43.012 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
84742024-10-30T23:20:44.393Z[ host-image] Oct 30 23:20:43.012 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22997:20241029T130715Z
84752024-10-30T23:20:44.394Z[ host-image] Oct 30 23:20:43.014 INFO O| install = pkg://helios-dev/system/microcode/intel@20240910-2.0.22997:20241029T130715Z
84762024-10-30T23:20:44.394Z[ host-image] Oct 30 23:20:43.014 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22997:20241029T130715Z
84772024-10-30T23:20:44.394Z[ host-image] Oct 30 23:20:43.014 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22997:20241029T130716Z
84782024-10-30T23:20:44.394Z[ host-image] Oct 30 23:20:43.014 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22997:20241029T130715Z
84792024-10-30T23:20:44.394Z[ host-image] Oct 30 23:20:43.015 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22997:20241029T130716Z
84802024-10-30T23:20:44.394Z[ host-image] Oct 30 23:20:43.015 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
84812024-10-30T23:20:44.394Z[ host-image] Oct 30 23:20:43.015 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
84822024-10-30T23:20:44.398Z[ host-image] Oct 30 23:20:43.015 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22997:20241029T130718Z
84832024-10-30T23:20:44.398Z[ host-image] Oct 30 23:20:43.016 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22997:20241029T130718Z
84842024-10-30T23:20:44.398Z[ host-image] Oct 30 23:20:43.016 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
84852024-10-30T23:20:44.398Z[ host-image] Oct 30 23:20:43.016 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
84862024-10-30T23:20:44.398Z[ host-image] Oct 30 23:20:43.016 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
84872024-10-30T23:20:44.398Z[ host-image] Oct 30 23:20:43.016 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
84882024-10-30T23:20:44.398Z[ host-image] Oct 30 23:20:43.016 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
84892024-10-30T23:20:44.398Z[ host-image] Oct 30 23:20:43.017 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
84902024-10-30T23:20:44.398Z[ host-image] Oct 30 23:20:43.018 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z
84912024-10-30T23:20:44.398Z[ host-image] Oct 30 23:20:43.018 INFO O| tempdir @ "/tmp/.tmpveBtqz/tmp"
84922024-10-30T23:20:44.398Z[ host-image] Oct 30 23:20:43.018 INFO O| image root @ "/tmp/.tmpveBtqz/tmp/root"
84932024-10-30T23:20:44.398Z[ host-image] Oct 30 23:20:43.018 INFO O| creating image...
84942024-10-30T23:20:44.886Z[ host-image] Oct 30 23:20:43.511 INFO O| copying publishers...
84952024-10-30T23:20:45.962Z[ recovery-image] Oct 30 23:20:44.587 INFO creating reset image...
84962024-10-30T23:20:45.965Z[ recovery-image] Oct 30 23:20:44.587 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
84972024-10-30T23:20:46.217Z[ recovery-image] Oct 30 23:20:44.843 INFO E| Updating crates.io index
84982024-10-30T23:20:46.322Z[ recovery-image] Oct 30 23:20:44.947 INFO E| Downloading crates ...
84992024-10-30T23:20:46.399Z[ recovery-image] Oct 30 23:20:45.024 INFO E| Downloaded shared_child v1.0.1
85002024-10-30T23:20:46.401Z[ recovery-image] Oct 30 23:20:45.026 INFO E| Downloaded os_pipe v1.2.1
85012024-10-30T23:20:46.408Z[ recovery-image] Oct 30 23:20:45.032 INFO E| Downloaded clap v4.5.17
85022024-10-30T23:20:46.417Z[ recovery-image] Oct 30 23:20:45.042 INFO E| Downloaded duct v0.13.7
85032024-10-30T23:20:46.421Z[ recovery-image] Oct 30 23:20:45.047 INFO E| Downloaded clap_builder v4.5.17
85042024-10-30T23:20:46.447Z[ recovery-image] Oct 30 23:20:45.072 INFO E| Downloaded libc v0.2.158
85052024-10-30T23:20:46.552Z[ recovery-image] Oct 30 23:20:45.178 INFO E| Compiling proc-macro2 v1.0.86
85062024-10-30T23:20:46.552Z[ recovery-image] Oct 30 23:20:45.178 INFO E| Compiling unicode-ident v1.0.13
85072024-10-30T23:20:46.552Z[ recovery-image] Oct 30 23:20:45.178 INFO E| Compiling libc v0.2.158
85082024-10-30T23:20:46.556Z[ recovery-image] Oct 30 23:20:45.178 INFO E| Compiling utf8parse v0.2.2
85092024-10-30T23:20:46.556Z[ recovery-image] Oct 30 23:20:45.178 INFO E| Compiling anstyle-query v1.1.1
85102024-10-30T23:20:46.557Z[ recovery-image] Oct 30 23:20:45.178 INFO E| Compiling is_terminal_polyfill v1.70.1
85112024-10-30T23:20:46.559Z[ recovery-image] Oct 30 23:20:45.182 INFO E| Compiling anstyle v1.0.8
85122024-10-30T23:20:46.559Z[ recovery-image] Oct 30 23:20:45.183 INFO E| Compiling colorchoice v1.0.2
85132024-10-30T23:20:46.744Z[ recovery-image] Oct 30 23:20:45.369 INFO E| Compiling anstyle-parse v0.2.5
85142024-10-30T23:20:46.763Z[ recovery-image] Oct 30 23:20:45.383 INFO E| Compiling clap_lex v0.7.2
85152024-10-30T23:20:46.768Z[ recovery-image] Oct 30 23:20:45.393 INFO E| Compiling strsim v0.11.1
85162024-10-30T23:20:46.774Z[ recovery-image] Oct 30 23:20:45.399 INFO E| Compiling heck v0.5.0
85172024-10-30T23:20:46.783Z[ recovery-image] Oct 30 23:20:45.407 INFO E| Compiling once_cell v1.19.0
85182024-10-30T23:20:47.029Z[ recovery-image] Oct 30 23:20:45.654 INFO E| Compiling anstream v0.6.15
85192024-10-30T23:20:47.406Z[ recovery-image] Oct 30 23:20:46.032 INFO E| Compiling clap_builder v4.5.17
85202024-10-30T23:20:47.895Z[ recovery-image] Oct 30 23:20:46.519 INFO E| Compiling shared_child v1.0.1
85212024-10-30T23:20:47.895Z[ recovery-image] Oct 30 23:20:46.519 INFO E| Compiling os_pipe v1.2.1
85222024-10-30T23:20:48.046Z[ recovery-image] Oct 30 23:20:46.671 INFO E| Compiling duct v0.13.7
85232024-10-30T23:20:48.167Z[ recovery-image] Oct 30 23:20:46.792 INFO E| Compiling quote v1.0.37
85242024-10-30T23:20:48.445Z[ recovery-image] Oct 30 23:20:47.070 INFO E| Compiling syn v2.0.77
85252024-10-30T23:20:52.215Z[ recovery-image] Oct 30 23:20:50.840 INFO E| Compiling clap_derive v4.5.13
85262024-10-30T23:20:54.076Z[ recovery-image] Oct 30 23:20:52.701 INFO E| Compiling clap v4.5.17
85272024-10-30T23:20:54.130Z[ recovery-image] Oct 30 23:20:52.755 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
85282024-10-30T23:20:55.003Z[ host-image] Oct 30 23:20:53.628 INFO O| adding properties...
85292024-10-30T23:20:55.153Z[ recovery-image] Oct 30 23:20:53.779 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.12s
85302024-10-30T23:20:55.164Z[ recovery-image] Oct 30 23:20:53.789 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
85312024-10-30T23:20:55.289Z[ recovery-image] Oct 30 23:20:53.914 INFO E| Updating crates.io index
85322024-10-30T23:20:55.556Z[ recovery-image] Oct 30 23:20:54.181 INFO E| Downloading crates ...
85332024-10-30T23:20:55.613Z[ recovery-image] Oct 30 23:20:54.237 INFO E| Downloaded bitstruct_derive v0.1.0
85342024-10-30T23:20:55.616Z[ recovery-image] Oct 30 23:20:54.239 INFO E| Downloaded seq-macro v0.3.5
85352024-10-30T23:20:55.618Z[ recovery-image] Oct 30 23:20:54.242 INFO E| Downloaded bit_field v0.10.2
85362024-10-30T23:20:55.628Z[ recovery-image] Oct 30 23:20:54.254 INFO E| Downloaded raw-cpuid v10.7.0
85372024-10-30T23:20:55.632Z[ recovery-image] Oct 30 23:20:54.257 INFO E| Downloaded bitstruct v0.1.1
85382024-10-30T23:20:55.635Z[ recovery-image] Oct 30 23:20:54.259 INFO E| Downloaded cpio_reader v0.1.1
85392024-10-30T23:20:55.759Z[ recovery-image] Oct 30 23:20:54.384 INFO E| Downloaded x86 v0.52.0
85402024-10-30T23:20:55.820Z[ recovery-image] Oct 30 23:20:54.443 INFO E| Updating crates.io index
85412024-10-30T23:20:55.912Z[ recovery-image] Oct 30 23:20:54.537 INFO E| Downloading crates ...
85422024-10-30T23:20:55.988Z[ recovery-image] Oct 30 23:20:54.613 INFO E| Downloaded compiler_builtins v0.1.125
85432024-10-30T23:20:56.012Z[ recovery-image] Oct 30 23:20:54.637 INFO E| Downloaded unicode-width v0.1.13
85442024-10-30T23:20:56.026Z[ host-image] Oct 30 23:20:54.651 INFO O| installing packages...
85452024-10-30T23:20:56.080Z[ recovery-image] Oct 30 23:20:54.705 INFO E| Compiling compiler_builtins v0.1.125
85462024-10-30T23:20:56.080Z[ recovery-image] Oct 30 23:20:54.705 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
85472024-10-30T23:20:56.084Z[ recovery-image] Oct 30 23:20:54.705 INFO E| Compiling proc-macro2 v1.0.86
85482024-10-30T23:20:56.084Z[ recovery-image] Oct 30 23:20:54.705 INFO E| Compiling unicode-ident v1.0.13
85492024-10-30T23:20:56.084Z[ recovery-image] Oct 30 23:20:54.705 INFO E| Compiling syn v1.0.109
85502024-10-30T23:20:56.084Z[ recovery-image] Oct 30 23:20:54.705 INFO E| Compiling x86 v0.52.0
85512024-10-30T23:20:56.084Z[ recovery-image] Oct 30 23:20:54.706 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
85522024-10-30T23:20:56.084Z[ recovery-image] Oct 30 23:20:54.706 INFO E| Compiling seq-macro v0.3.5
85532024-10-30T23:20:57.235Z[ recovery-image] Oct 30 23:20:55.860 INFO E| Compiling quote v1.0.37
85542024-10-30T23:20:57.518Z[ recovery-image] Oct 30 23:20:56.143 INFO E| Compiling syn v2.0.77
85552024-10-30T23:20:59.946Z[ recovery-image] Oct 30 23:20:58.571 INFO E| Compiling scroll_derive v0.12.0
85562024-10-30T23:21:02.183Z[ recovery-image] Oct 30 23:21:00.808 INFO E| Compiling bitstruct_derive v0.1.0
85572024-10-30T23:21:12.768Z[ host-image] Oct 30 23:21:11.392 INFO O| seeding SMF database...
85582024-10-30T23:21:13.869Z[ recovery-image] Oct 30 23:21:12.494 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
85592024-10-30T23:21:15.528Z[ recovery-image] Oct 30 23:21:14.153 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
85602024-10-30T23:21:18.705Z[ recovery-image] Oct 30 23:21:17.330 INFO E| Compiling bitflags v1.3.2
85612024-10-30T23:21:18.705Z[ recovery-image] Oct 30 23:21:17.330 INFO E| Compiling bit_field v0.10.2
85622024-10-30T23:21:18.705Z[ recovery-image] Oct 30 23:21:17.330 INFO E| Compiling adler2 v2.0.0
85632024-10-30T23:21:18.708Z[ recovery-image] Oct 30 23:21:17.330 INFO E| Compiling log v0.4.22
85642024-10-30T23:21:18.708Z[ recovery-image] Oct 30 23:21:17.330 INFO E| Compiling scroll v0.12.0
85652024-10-30T23:21:18.708Z[ recovery-image] Oct 30 23:21:17.330 INFO E| Compiling plain v0.2.3
85662024-10-30T23:21:18.708Z[ recovery-image] Oct 30 23:21:17.330 INFO E| Compiling bitstruct v0.1.1
85672024-10-30T23:21:18.791Z[ recovery-image] Oct 30 23:21:17.415 INFO E| Compiling raw-cpuid v10.7.0
85682024-10-30T23:21:18.806Z[ recovery-image] Oct 30 23:21:17.431 INFO E| Compiling cpio_reader v0.1.1
85692024-10-30T23:21:18.897Z[ recovery-image] Oct 30 23:21:17.521 INFO E| Compiling miniz_oxide v0.8.0
85702024-10-30T23:21:18.967Z[ recovery-image] Oct 30 23:21:17.592 INFO E| Compiling static_assertions v1.1.0
85712024-10-30T23:21:19.310Z[ recovery-image] Oct 30 23:21:17.934 INFO E| Compiling goblin v0.8.2
85722024-10-30T23:21:21.998Z[ host-image] Oct 30 23:21:20.623 INFO O| configuring SMF profile...
85732024-10-30T23:21:22.002Z[ host-image] Oct 30 23:21:20.623 INFO O| modifying shadow(5)...
85742024-10-30T23:21:22.002Z[ host-image] Oct 30 23:21:20.623 INFO O| loading user and group database...
85752024-10-30T23:21:22.002Z[ host-image] Oct 30 23:21:20.623 INFO O| assessing packaged files...
85762024-10-30T23:21:24.307Z[ host-image] Oct 30 23:21:22.931 INFO O| creating archive...
85772024-10-30T23:21:24.340Z[ host-image] Oct 30 23:21:22.965 INFO O| missing from packaging:
85782024-10-30T23:21:24.341Z[ host-image] Oct 30 23:21:22.965 INFO O| "etc/.pwd.lock"
85792024-10-30T23:21:24.343Z[ host-image] Oct 30 23:21:22.965 INFO O| "etc/bash"
85802024-10-30T23:21:24.346Z[ host-image] Oct 30 23:21:22.970 INFO O| "etc/svc/profile/generic.xml"
85812024-10-30T23:21:24.346Z[ host-image] Oct 30 23:21:22.970 INFO O| "etc/svc/profile/inetd_services.xml"
85822024-10-30T23:21:24.346Z[ host-image] Oct 30 23:21:22.970 INFO O| "etc/svc/profile/name_service.xml"
85832024-10-30T23:21:24.346Z[ host-image] Oct 30 23:21:22.970 INFO O| "etc/svc/profile/platform.xml"
85842024-10-30T23:21:24.346Z[ host-image] Oct 30 23:21:22.970 INFO O| "etc/svc/profile/platform_omicron1.xml"
85852024-10-30T23:21:24.346Z[ host-image] Oct 30 23:21:22.970 INFO O| "etc/svc/repository.db"
85862024-10-30T23:21:24.355Z[ host-image] Oct 30 23:21:22.979 INFO O| "opt/ooce/share"
85872024-10-30T23:21:24.355Z[ host-image] Oct 30 23:21:22.979 INFO O| "opt/ooce/share/man"
85882024-10-30T23:21:24.357Z[ host-image] Oct 30 23:21:22.979 INFO O| "opt/ooce/share/man/man1"
85892024-10-30T23:21:24.363Z[ host-image] Oct 30 23:21:22.988 INFO O| finishing archive...
85902024-10-30T23:21:24.960Z[ recovery-image] Oct 30 23:21:23.584 INFO E| Finished `release` profile [optimized] target(s) in 29.78s
85912024-10-30T23:21:24.980Z[ recovery-image] Oct 30 23:21:23.604 INFO building host image...
85922024-10-30T23:21:24.982Z[ recovery-image] Oct 30 23:21:23.605 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")
85932024-10-30T23:21:25.455Z[ recovery-image] Oct 30 23:21:24.080 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
85942024-10-30T23:21:26.846Z[ recovery-image] Oct 30 23:21:25.470 INFO image complete! materials are in "/work/os-recovery"
85952024-10-30T23:21:26.849Z[ recovery-image]
85962024-10-30T23:21:26.849Z[ recovery-image] real 7:58.485632429
85972024-10-30T23:21:26.852Z[ recovery-image] user 5:12.976681621
85982024-10-30T23:21:26.852Z[ recovery-image] sys 47.018074251
85992024-10-30T23:21:26.852Z[ recovery-image] trap 0.190607483
86002024-10-30T23:21:26.852Z[ recovery-image] tflt 0.204773920
86012024-10-30T23:21:26.852Z[ recovery-image] dflt 1.304024592
86022024-10-30T23:21:26.852Z[ recovery-image] kflt 0.000181670
86032024-10-30T23:21:26.852Z[ recovery-image] lock 8:38.475742920
86042024-10-30T23:21:26.852Z[ recovery-image] slp 48:38.368553877
86052024-10-30T23:21:26.852Z[ recovery-image] lat 1:19.889087097
86062024-10-30T23:21:26.852Z[ recovery-image] stop 3.335121412
86072024-10-30T23:21:26.852ZOct 30 23:21:25.474 INFO [recovery-image] process exited with exit status: 0 (478.508429s)
86082024-10-30T23:21:27.188Z[ host-image] Oct 30 23:21:25.813 INFO O| creating gzonly manifest...
86092024-10-30T23:21:27.207Z[ host-image] Oct 30 23:21:25.832 INFO O| ok
86102024-10-30T23:21:27.460Z[ host-image] Oct 30 23:21:25.928 INFO image builder template: ramdisk-02-trim...
86112024-10-30T23:21:27.460Z[ host-image] Oct 30 23:21:25.928 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/.tmpjscsyd/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.293", "-n", "ramdisk-02-trim"], pwd: None
86122024-10-30T23:21:27.463Z[ host-image] Oct 30 23:21:25.951 INFO O| Oct 30 23:21:25.951 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
86132024-10-30T23:21:27.463Z[ host-image] Oct 30 23:21:25.955 INFO O| Oct 30 23:21:25.955 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
86142024-10-30T23:21:27.498Z[ host-image] Oct 30 23:21:26.121 INFO O| Oct 30 23:21:26.121 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
86152024-10-30T23:21:27.613Z[ host-image] Oct 30 23:21:26.237 INFO O| Oct 30 23:21:26.237 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
86162024-10-30T23:21:27.615Z[ host-image] Oct 30 23:21:26.237 INFO O| Oct 30 23:21:26.237 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
86172024-10-30T23:21:27.618Z[ host-image] Oct 30 23:21:26.242 INFO O| Oct 30 23:21:26.242 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
86182024-10-30T23:21:27.622Z[ host-image] Oct 30 23:21:26.246 INFO O| Oct 30 23:21:26.246 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
86192024-10-30T23:21:27.626Z[ host-image] Oct 30 23:21:26.251 INFO O| Oct 30 23:21:26.251 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
86202024-10-30T23:21:27.852Z[ host-image] Oct 30 23:21:26.476 INFO O| Oct 30 23:21:26.476 INFO rolled back to input snapshot; work may begin
86212024-10-30T23:21:27.852Z[ host-image] Oct 30 23:21:26.476 INFO O| Oct 30 23:21:26.476 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
86222024-10-30T23:21:27.857Z[ host-image] Oct 30 23:21:26.481 INFO O| Oct 30 23:21:26.481 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86232024-10-30T23:21:27.866Z[ host-image] Oct 30 23:21:26.490 INFO O| Oct 30 23:21:26.490 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
86242024-10-30T23:21:27.914Z[ host-image] Oct 30 23:21:26.538 INFO O| Oct 30 23:21:26.538 INFO STEP 0 (remove_files) COMPLETE
86252024-10-30T23:21:27.914Z[ host-image] Oct 30 23:21:26.538 INFO O| Oct 30 23:21:26.538 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86262024-10-30T23:21:27.924Z[ host-image] Oct 30 23:21:26.548 INFO O| Oct 30 23:21:26.548 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
86272024-10-30T23:21:27.927Z[ host-image] Oct 30 23:21:26.550 INFO O| Oct 30 23:21:26.550 INFO STEP 1 (remove_files) COMPLETE
86282024-10-30T23:21:27.927Z[ host-image] Oct 30 23:21:26.550 INFO O| Oct 30 23:21:26.550 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86292024-10-30T23:21:27.934Z[ host-image] Oct 30 23:21:26.559 INFO O| Oct 30 23:21:26.559 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
86302024-10-30T23:21:27.949Z[ host-image] Oct 30 23:21:26.573 INFO O| Oct 30 23:21:26.573 INFO STEP 2 (remove_files) COMPLETE
86312024-10-30T23:21:27.949Z[ host-image] Oct 30 23:21:26.573 INFO O| Oct 30 23:21:26.573 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86322024-10-30T23:21:27.958Z[ host-image] Oct 30 23:21:26.582 INFO O| Oct 30 23:21:26.582 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
86332024-10-30T23:21:27.960Z[ host-image] Oct 30 23:21:26.584 INFO O| Oct 30 23:21:26.584 INFO STEP 3 (remove_files) COMPLETE
86342024-10-30T23:21:27.960Z[ host-image] Oct 30 23:21:26.584 INFO O| Oct 30 23:21:26.584 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86352024-10-30T23:21:27.969Z[ host-image] Oct 30 23:21:26.593 INFO O| Oct 30 23:21:26.593 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
86362024-10-30T23:21:27.972Z[ host-image] Oct 30 23:21:26.597 INFO O| Oct 30 23:21:26.597 INFO STEP 4 (remove_files) COMPLETE
86372024-10-30T23:21:27.972Z[ host-image] Oct 30 23:21:26.597 INFO O| Oct 30 23:21:26.597 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86382024-10-30T23:21:27.981Z[ host-image] Oct 30 23:21:26.606 INFO O| Oct 30 23:21:26.606 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
86392024-10-30T23:21:27.984Z[ host-image] Oct 30 23:21:26.608 INFO O| Oct 30 23:21:26.608 INFO STEP 5 (remove_files) COMPLETE
86402024-10-30T23:21:27.984Z[ host-image] Oct 30 23:21:26.608 INFO O| Oct 30 23:21:26.608 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86412024-10-30T23:21:27.993Z[ host-image] Oct 30 23:21:26.618 INFO O| Oct 30 23:21:26.617 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
86422024-10-30T23:21:28.002Z[ host-image] Oct 30 23:21:26.627 INFO O| Oct 30 23:21:26.627 INFO STEP 6 (remove_files) COMPLETE
86432024-10-30T23:21:28.003Z[ host-image] Oct 30 23:21:26.627 INFO O| Oct 30 23:21:26.627 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86442024-10-30T23:21:28.012Z[ host-image] Oct 30 23:21:26.636 INFO O| Oct 30 23:21:26.636 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
86452024-10-30T23:21:28.023Z[ host-image] Oct 30 23:21:26.648 INFO O| Oct 30 23:21:26.648 INFO STEP 7 (remove_files) COMPLETE
86462024-10-30T23:21:28.023Z[ host-image] Oct 30 23:21:26.648 INFO O| Oct 30 23:21:26.648 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86472024-10-30T23:21:28.033Z[ host-image] Oct 30 23:21:26.658 INFO O| Oct 30 23:21:26.658 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
86482024-10-30T23:21:28.116Z[ host-image] Oct 30 23:21:26.740 INFO O| Oct 30 23:21:26.740 INFO STEP 8 (remove_files) COMPLETE
86492024-10-30T23:21:28.116Z[ host-image] Oct 30 23:21:26.740 INFO O| Oct 30 23:21:26.740 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86502024-10-30T23:21:28.126Z[ host-image] Oct 30 23:21:26.751 INFO O| Oct 30 23:21:26.751 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
86512024-10-30T23:21:28.214Z[ host-image] Oct 30 23:21:26.838 INFO O| Oct 30 23:21:26.838 INFO STEP 9 (remove_files) COMPLETE
86522024-10-30T23:21:28.214Z[ host-image] Oct 30 23:21:26.838 INFO O| Oct 30 23:21:26.838 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86532024-10-30T23:21:28.224Z[ host-image] Oct 30 23:21:26.849 INFO O| Oct 30 23:21:26.849 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
86542024-10-30T23:21:28.228Z[ host-image] Oct 30 23:21:26.853 INFO O| Oct 30 23:21:26.853 INFO STEP 10 (remove_files) COMPLETE
86552024-10-30T23:21:28.228Z[ host-image] Oct 30 23:21:26.853 INFO O| Oct 30 23:21:26.853 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86562024-10-30T23:21:28.238Z[ host-image] Oct 30 23:21:26.862 INFO O| Oct 30 23:21:26.862 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
86572024-10-30T23:21:28.241Z[ host-image] Oct 30 23:21:26.863 INFO O| Oct 30 23:21:26.863 INFO STEP 11 (remove_files) COMPLETE
86582024-10-30T23:21:28.241Z[ host-image] Oct 30 23:21:26.863 INFO O| Oct 30 23:21:26.863 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86592024-10-30T23:21:28.247Z[ host-image] Oct 30 23:21:26.872 INFO O| Oct 30 23:21:26.872 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
86602024-10-30T23:21:28.250Z[ host-image] Oct 30 23:21:26.873 INFO O| Oct 30 23:21:26.873 INFO STEP 12 (remove_files) COMPLETE
86612024-10-30T23:21:28.250Z[ host-image] Oct 30 23:21:26.873 INFO O| Oct 30 23:21:26.873 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86622024-10-30T23:21:28.278Z[ host-image] Oct 30 23:21:26.902 INFO O| Oct 30 23:21:26.902 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
86632024-10-30T23:21:28.281Z[ host-image] Oct 30 23:21:26.902 INFO O| Oct 30 23:21:26.902 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
86642024-10-30T23:21:28.281Z[ host-image] Oct 30 23:21:26.903 INFO O| Oct 30 23:21:26.903 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
86652024-10-30T23:21:28.281Z[ host-image] Oct 30 23:21:26.903 INFO O| Oct 30 23:21:26.903 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
86662024-10-30T23:21:28.281Z[ host-image] Oct 30 23:21:26.903 INFO O| Oct 30 23:21:26.903 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
86672024-10-30T23:21:28.281Z[ host-image] Oct 30 23:21:26.903 INFO O| Oct 30 23:21:26.903 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
86682024-10-30T23:21:28.281Z[ host-image] Oct 30 23:21:26.903 INFO O| Oct 30 23:21:26.903 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
86692024-10-30T23:21:28.281Z[ host-image] Oct 30 23:21:26.903 INFO O| Oct 30 23:21:26.903 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
86702024-10-30T23:21:28.281Z[ host-image] Oct 30 23:21:26.904 INFO O| Oct 30 23:21:26.904 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
86712024-10-30T23:21:28.281Z[ host-image] Oct 30 23:21:26.904 INFO O| Oct 30 23:21:26.904 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
86722024-10-30T23:21:28.281Z[ host-image] Oct 30 23:21:26.904 INFO O| Oct 30 23:21:26.904 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
86732024-10-30T23:21:28.281Z[ host-image] Oct 30 23:21:26.904 INFO O| Oct 30 23:21:26.904 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
86742024-10-30T23:21:28.281Z[ host-image] Oct 30 23:21:26.904 INFO O| Oct 30 23:21:26.904 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
86752024-10-30T23:21:28.281Z[ host-image] Oct 30 23:21:26.904 INFO O| Oct 30 23:21:26.904 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
86762024-10-30T23:21:28.281Z[ host-image] Oct 30 23:21:26.905 INFO O| Oct 30 23:21:26.905 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
86772024-10-30T23:21:28.281Z[ host-image] Oct 30 23:21:26.905 INFO O| Oct 30 23:21:26.905 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
86782024-10-30T23:21:28.281Z[ host-image] Oct 30 23:21:26.905 INFO O| Oct 30 23:21:26.905 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
86792024-10-30T23:21:28.555Z[ host-image] Oct 30 23:21:27.179 INFO O| Oct 30 23:21:27.179 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
86802024-10-30T23:21:28.558Z[ host-image] Oct 30 23:21:27.180 INFO O| Oct 30 23:21:27.180 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
86812024-10-30T23:21:28.605Z[ host-image] Oct 30 23:21:27.229 INFO O| Oct 30 23:21:27.229 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
86822024-10-30T23:21:28.607Z[ host-image] Oct 30 23:21:27.229 INFO O| Oct 30 23:21:27.229 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
86832024-10-30T23:21:28.643Z[ host-image] Oct 30 23:21:27.266 INFO O| Oct 30 23:21:27.266 INFO STEP 13 (remove_files) COMPLETE
86842024-10-30T23:21:28.644Z[ host-image] Oct 30 23:21:27.266 INFO O| Oct 30 23:21:27.266 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86852024-10-30T23:21:28.652Z[ host-image] Oct 30 23:21:27.277 INFO O| Oct 30 23:21:27.277 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
86862024-10-30T23:21:28.656Z[ host-image] Oct 30 23:21:27.278 INFO O| Oct 30 23:21:27.278 INFO STEP 14 (remove_files) COMPLETE
86872024-10-30T23:21:28.656Z[ host-image] Oct 30 23:21:27.278 INFO O| Oct 30 23:21:27.278 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86882024-10-30T23:21:28.663Z[ host-image] Oct 30 23:21:27.287 INFO O| Oct 30 23:21:27.287 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
86892024-10-30T23:21:28.669Z[ host-image] Oct 30 23:21:27.293 INFO O| Oct 30 23:21:27.293 INFO STEP 15 (remove_files) COMPLETE
86902024-10-30T23:21:28.669Z[ host-image] Oct 30 23:21:27.293 INFO O| Oct 30 23:21:27.293 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86912024-10-30T23:21:28.678Z[ host-image] Oct 30 23:21:27.303 INFO O| Oct 30 23:21:27.303 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
86922024-10-30T23:21:28.680Z[ host-image] Oct 30 23:21:27.303 INFO O| Oct 30 23:21:27.303 INFO STEP 16 (remove_files) COMPLETE
86932024-10-30T23:21:28.680Z[ host-image] Oct 30 23:21:27.303 INFO O| Oct 30 23:21:27.303 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86942024-10-30T23:21:28.687Z[ host-image] Oct 30 23:21:27.312 INFO O| Oct 30 23:21:27.312 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
86952024-10-30T23:21:28.690Z[ host-image] Oct 30 23:21:27.313 INFO O| Oct 30 23:21:27.313 INFO STEP 17 (remove_files) COMPLETE
86962024-10-30T23:21:28.690Z[ host-image] Oct 30 23:21:27.313 INFO O| Oct 30 23:21:27.313 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86972024-10-30T23:21:28.698Z[ host-image] Oct 30 23:21:27.322 INFO O| Oct 30 23:21:27.322 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
86982024-10-30T23:21:28.701Z[ host-image] Oct 30 23:21:27.322 INFO O| Oct 30 23:21:27.322 INFO STEP 18 (remove_files) COMPLETE
86992024-10-30T23:21:28.701Z[ host-image] Oct 30 23:21:27.322 INFO O| Oct 30 23:21:27.322 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87002024-10-30T23:21:28.707Z[ host-image] Oct 30 23:21:27.331 INFO O| Oct 30 23:21:27.331 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
87012024-10-30T23:21:28.707Z[ host-image] Oct 30 23:21:27.332 INFO O| Oct 30 23:21:27.331 INFO STEP 19 (remove_files) COMPLETE
87022024-10-30T23:21:28.709Z[ host-image] Oct 30 23:21:27.332 INFO O| Oct 30 23:21:27.332 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87032024-10-30T23:21:28.716Z[ host-image] Oct 30 23:21:27.340 INFO O| Oct 30 23:21:27.340 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
87042024-10-30T23:21:28.716Z[ host-image] Oct 30 23:21:27.340 INFO O| Oct 30 23:21:27.340 INFO STEP 20 (remove_files) COMPLETE
87052024-10-30T23:21:28.716Z[ host-image] Oct 30 23:21:27.341 INFO O| Oct 30 23:21:27.340 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87062024-10-30T23:21:28.725Z[ host-image] Oct 30 23:21:27.349 INFO O| Oct 30 23:21:27.349 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
87072024-10-30T23:21:28.725Z[ host-image] Oct 30 23:21:27.349 INFO O| Oct 30 23:21:27.349 INFO STEP 21 (remove_files) COMPLETE
87082024-10-30T23:21:28.727Z[ host-image] Oct 30 23:21:27.350 INFO O| Oct 30 23:21:27.349 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87092024-10-30T23:21:28.734Z[ host-image] Oct 30 23:21:27.358 INFO O| Oct 30 23:21:27.358 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
87102024-10-30T23:21:28.734Z[ host-image] Oct 30 23:21:27.359 INFO O| Oct 30 23:21:27.359 INFO STEP 22 (remove_files) COMPLETE
87112024-10-30T23:21:28.734Z[ host-image] Oct 30 23:21:27.359 INFO O| Oct 30 23:21:27.359 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87122024-10-30T23:21:28.743Z[ host-image] Oct 30 23:21:27.368 INFO O| Oct 30 23:21:27.367 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
87132024-10-30T23:21:28.743Z[ host-image] Oct 30 23:21:27.368 INFO O| Oct 30 23:21:27.368 INFO STEP 23 (remove_files) COMPLETE
87142024-10-30T23:21:28.745Z[ host-image] Oct 30 23:21:27.368 INFO O| Oct 30 23:21:27.368 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87152024-10-30T23:21:28.752Z[ host-image] Oct 30 23:21:27.377 INFO O| Oct 30 23:21:27.377 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
87162024-10-30T23:21:28.752Z[ host-image] Oct 30 23:21:27.377 INFO O| Oct 30 23:21:27.377 INFO STEP 24 (remove_files) COMPLETE
87172024-10-30T23:21:28.752Z[ host-image] Oct 30 23:21:27.377 INFO O| Oct 30 23:21:27.377 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87182024-10-30T23:21:28.761Z[ host-image] Oct 30 23:21:27.386 INFO O| Oct 30 23:21:27.386 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
87192024-10-30T23:21:28.761Z[ host-image] Oct 30 23:21:27.386 INFO O| Oct 30 23:21:27.386 INFO STEP 25 (remove_files) COMPLETE
87202024-10-30T23:21:28.761Z[ host-image] Oct 30 23:21:27.386 INFO O| Oct 30 23:21:27.386 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87212024-10-30T23:21:28.770Z[ host-image] Oct 30 23:21:27.395 INFO O| Oct 30 23:21:27.395 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
87222024-10-30T23:21:28.770Z[ host-image] Oct 30 23:21:27.395 INFO O| Oct 30 23:21:27.395 INFO STEP 26 (remove_files) COMPLETE
87232024-10-30T23:21:28.770Z[ host-image] Oct 30 23:21:27.395 INFO O| Oct 30 23:21:27.395 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87242024-10-30T23:21:28.779Z[ host-image] Oct 30 23:21:27.404 INFO O| Oct 30 23:21:27.404 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
87252024-10-30T23:21:28.782Z[ host-image] Oct 30 23:21:27.404 INFO O| Oct 30 23:21:27.404 INFO STEP 27 (remove_files) COMPLETE
87262024-10-30T23:21:28.782Z[ host-image] Oct 30 23:21:27.404 INFO O| Oct 30 23:21:27.404 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87272024-10-30T23:21:28.788Z[ host-image] Oct 30 23:21:27.413 INFO O| Oct 30 23:21:27.413 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
87282024-10-30T23:21:28.790Z[ host-image] Oct 30 23:21:27.413 INFO O| Oct 30 23:21:27.413 INFO STEP 28 (remove_files) COMPLETE
87292024-10-30T23:21:28.791Z[ host-image] Oct 30 23:21:27.413 INFO O| Oct 30 23:21:27.413 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87302024-10-30T23:21:28.797Z[ host-image] Oct 30 23:21:27.422 INFO O| Oct 30 23:21:27.422 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
87312024-10-30T23:21:28.799Z[ host-image] Oct 30 23:21:27.422 INFO O| Oct 30 23:21:27.422 INFO STEP 29 (remove_files) COMPLETE
87322024-10-30T23:21:28.800Z[ host-image] Oct 30 23:21:27.422 INFO O| Oct 30 23:21:27.422 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87332024-10-30T23:21:28.806Z[ host-image] Oct 30 23:21:27.431 INFO O| Oct 30 23:21:27.431 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
87342024-10-30T23:21:28.806Z[ host-image] Oct 30 23:21:27.431 INFO O| Oct 30 23:21:27.431 INFO STEP 30 (remove_files) COMPLETE
87352024-10-30T23:21:28.808Z[ host-image] Oct 30 23:21:27.431 INFO O| Oct 30 23:21:27.431 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87362024-10-30T23:21:28.815Z[ host-image] Oct 30 23:21:27.440 INFO O| Oct 30 23:21:27.440 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
87372024-10-30T23:21:28.815Z[ host-image] Oct 30 23:21:27.440 INFO O| Oct 30 23:21:27.440 INFO STEP 31 (remove_files) COMPLETE
87382024-10-30T23:21:28.818Z[ host-image] Oct 30 23:21:27.440 INFO O| Oct 30 23:21:27.440 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87392024-10-30T23:21:28.824Z[ host-image] Oct 30 23:21:27.449 INFO O| Oct 30 23:21:27.449 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
87402024-10-30T23:21:28.824Z[ host-image] Oct 30 23:21:27.449 INFO O| Oct 30 23:21:27.449 INFO STEP 32 (remove_files) COMPLETE
87412024-10-30T23:21:28.827Z[ host-image] Oct 30 23:21:27.449 INFO O| Oct 30 23:21:27.449 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87422024-10-30T23:21:28.834Z[ host-image] Oct 30 23:21:27.458 INFO O| Oct 30 23:21:27.458 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
87432024-10-30T23:21:28.834Z[ host-image] Oct 30 23:21:27.458 INFO O| Oct 30 23:21:27.458 INFO STEP 33 (remove_files) COMPLETE
87442024-10-30T23:21:28.836Z[ host-image] Oct 30 23:21:27.458 INFO O| Oct 30 23:21:27.458 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87452024-10-30T23:21:28.843Z[ host-image] Oct 30 23:21:27.467 INFO O| Oct 30 23:21:27.467 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
87462024-10-30T23:21:28.843Z[ host-image] Oct 30 23:21:27.467 INFO O| Oct 30 23:21:27.467 INFO STEP 34 (remove_files) COMPLETE
87472024-10-30T23:21:28.846Z[ host-image] Oct 30 23:21:27.467 INFO O| Oct 30 23:21:27.467 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87482024-10-30T23:21:28.852Z[ host-image] Oct 30 23:21:27.476 INFO O| Oct 30 23:21:27.476 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
87492024-10-30T23:21:28.852Z[ host-image] Oct 30 23:21:27.477 INFO O| Oct 30 23:21:27.477 INFO STEP 35 (remove_files) COMPLETE
87502024-10-30T23:21:28.854Z[ host-image] Oct 30 23:21:27.477 INFO O| Oct 30 23:21:27.477 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87512024-10-30T23:21:28.861Z[ host-image] Oct 30 23:21:27.486 INFO O| Oct 30 23:21:27.485 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
87522024-10-30T23:21:28.863Z[ host-image] Oct 30 23:21:27.486 INFO O| Oct 30 23:21:27.486 INFO STEP 36 (remove_files) COMPLETE
87532024-10-30T23:21:28.863Z[ host-image] Oct 30 23:21:27.486 INFO O| Oct 30 23:21:27.486 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87542024-10-30T23:21:28.870Z[ host-image] Oct 30 23:21:27.495 INFO O| Oct 30 23:21:27.495 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
87552024-10-30T23:21:28.870Z[ host-image] Oct 30 23:21:27.495 INFO O| Oct 30 23:21:27.495 INFO STEP 37 (remove_files) COMPLETE
87562024-10-30T23:21:28.872Z[ host-image] Oct 30 23:21:27.495 INFO O| Oct 30 23:21:27.495 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87572024-10-30T23:21:28.879Z[ host-image] Oct 30 23:21:27.504 INFO O| Oct 30 23:21:27.504 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
87582024-10-30T23:21:28.879Z[ host-image] Oct 30 23:21:27.504 INFO O| Oct 30 23:21:27.504 INFO STEP 38 (remove_files) COMPLETE
87592024-10-30T23:21:28.879Z[ host-image] Oct 30 23:21:27.504 INFO O| Oct 30 23:21:27.504 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87602024-10-30T23:21:28.888Z[ host-image] Oct 30 23:21:27.513 INFO O| Oct 30 23:21:27.513 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
87612024-10-30T23:21:28.888Z[ host-image] Oct 30 23:21:27.513 INFO O| Oct 30 23:21:27.513 INFO STEP 39 (remove_files) COMPLETE
87622024-10-30T23:21:28.891Z[ host-image] Oct 30 23:21:27.513 INFO O| Oct 30 23:21:27.513 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87632024-10-30T23:21:28.897Z[ host-image] Oct 30 23:21:27.522 INFO O| Oct 30 23:21:27.522 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
87642024-10-30T23:21:28.897Z[ host-image] Oct 30 23:21:27.522 INFO O| Oct 30 23:21:27.522 INFO STEP 40 (remove_files) COMPLETE
87652024-10-30T23:21:28.900Z[ host-image] Oct 30 23:21:27.522 INFO O| Oct 30 23:21:27.522 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87662024-10-30T23:21:28.906Z[ host-image] Oct 30 23:21:27.531 INFO O| Oct 30 23:21:27.531 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
87672024-10-30T23:21:28.906Z[ host-image] Oct 30 23:21:27.531 INFO O| Oct 30 23:21:27.531 INFO STEP 41 (remove_files) COMPLETE
87682024-10-30T23:21:28.908Z[ host-image] Oct 30 23:21:27.531 INFO O| Oct 30 23:21:27.531 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87692024-10-30T23:21:28.915Z[ host-image] Oct 30 23:21:27.540 INFO O| Oct 30 23:21:27.540 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
87702024-10-30T23:21:28.915Z[ host-image] Oct 30 23:21:27.540 INFO O| Oct 30 23:21:27.540 INFO STEP 42 (remove_files) COMPLETE
87712024-10-30T23:21:28.918Z[ host-image] Oct 30 23:21:27.540 INFO O| Oct 30 23:21:27.540 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87722024-10-30T23:21:28.924Z[ host-image] Oct 30 23:21:27.549 INFO O| Oct 30 23:21:27.549 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
87732024-10-30T23:21:28.927Z[ host-image] Oct 30 23:21:27.549 INFO O| Oct 30 23:21:27.549 INFO STEP 43 (remove_files) COMPLETE
87742024-10-30T23:21:28.927Z[ host-image] Oct 30 23:21:27.549 INFO O| Oct 30 23:21:27.549 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87752024-10-30T23:21:28.933Z[ host-image] Oct 30 23:21:27.558 INFO O| Oct 30 23:21:27.558 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
87762024-10-30T23:21:28.933Z[ host-image] Oct 30 23:21:27.558 INFO O| Oct 30 23:21:27.558 INFO STEP 44 (remove_files) COMPLETE
87772024-10-30T23:21:28.933Z[ host-image] Oct 30 23:21:27.558 INFO O| Oct 30 23:21:27.558 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87782024-10-30T23:21:28.942Z[ host-image] Oct 30 23:21:27.567 INFO O| Oct 30 23:21:27.567 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
87792024-10-30T23:21:28.942Z[ host-image] Oct 30 23:21:27.567 INFO O| Oct 30 23:21:27.567 INFO STEP 45 (remove_files) COMPLETE
87802024-10-30T23:21:28.945Z[ host-image] Oct 30 23:21:27.567 INFO O| Oct 30 23:21:27.567 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87812024-10-30T23:21:28.951Z[ host-image] Oct 30 23:21:27.576 INFO O| Oct 30 23:21:27.576 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
87822024-10-30T23:21:28.951Z[ host-image] Oct 30 23:21:27.576 INFO O| Oct 30 23:21:27.576 INFO STEP 46 (remove_files) COMPLETE
87832024-10-30T23:21:28.951Z[ host-image] Oct 30 23:21:27.576 INFO O| Oct 30 23:21:27.576 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87842024-10-30T23:21:28.961Z[ host-image] Oct 30 23:21:27.585 INFO O| Oct 30 23:21:27.585 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
87852024-10-30T23:21:28.961Z[ host-image] Oct 30 23:21:27.585 INFO O| Oct 30 23:21:27.585 INFO STEP 47 (remove_files) COMPLETE
87862024-10-30T23:21:28.961Z[ host-image] Oct 30 23:21:27.585 INFO O| Oct 30 23:21:27.585 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87872024-10-30T23:21:28.970Z[ host-image] Oct 30 23:21:27.594 INFO O| Oct 30 23:21:27.594 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
87882024-10-30T23:21:28.970Z[ host-image] Oct 30 23:21:27.594 INFO O| Oct 30 23:21:27.594 INFO STEP 48 (remove_files) COMPLETE
87892024-10-30T23:21:28.970Z[ host-image] Oct 30 23:21:27.594 INFO O| Oct 30 23:21:27.594 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87902024-10-30T23:21:28.979Z[ host-image] Oct 30 23:21:27.603 INFO O| Oct 30 23:21:27.603 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
87912024-10-30T23:21:28.982Z[ host-image] Oct 30 23:21:27.603 INFO O| Oct 30 23:21:27.603 INFO STEP 49 (remove_files) COMPLETE
87922024-10-30T23:21:28.982Z[ host-image] Oct 30 23:21:27.603 INFO O| Oct 30 23:21:27.603 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87932024-10-30T23:21:28.988Z[ host-image] Oct 30 23:21:27.612 INFO O| Oct 30 23:21:27.612 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
87942024-10-30T23:21:28.988Z[ host-image] Oct 30 23:21:27.612 INFO O| Oct 30 23:21:27.612 INFO STEP 50 (remove_files) COMPLETE
87952024-10-30T23:21:28.988Z[ host-image] Oct 30 23:21:27.612 INFO O| Oct 30 23:21:27.612 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87962024-10-30T23:21:28.997Z[ host-image] Oct 30 23:21:27.621 INFO O| Oct 30 23:21:27.621 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
87972024-10-30T23:21:28.997Z[ host-image] Oct 30 23:21:27.622 INFO O| Oct 30 23:21:27.622 INFO STEP 51 (remove_files) COMPLETE
87982024-10-30T23:21:28.997Z[ host-image] Oct 30 23:21:27.622 INFO O| Oct 30 23:21:27.622 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87992024-10-30T23:21:29.006Z[ host-image] Oct 30 23:21:27.631 INFO O| Oct 30 23:21:27.630 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
88002024-10-30T23:21:29.006Z[ host-image] Oct 30 23:21:27.631 INFO O| Oct 30 23:21:27.631 INFO STEP 52 (remove_files) COMPLETE
88012024-10-30T23:21:29.006Z[ host-image] Oct 30 23:21:27.631 INFO O| Oct 30 23:21:27.631 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88022024-10-30T23:21:29.015Z[ host-image] Oct 30 23:21:27.640 INFO O| Oct 30 23:21:27.640 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
88032024-10-30T23:21:29.018Z[ host-image] Oct 30 23:21:27.640 INFO O| Oct 30 23:21:27.640 INFO STEP 53 (remove_files) COMPLETE
88042024-10-30T23:21:29.018Z[ host-image] Oct 30 23:21:27.640 INFO O| Oct 30 23:21:27.640 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88052024-10-30T23:21:29.024Z[ host-image] Oct 30 23:21:27.649 INFO O| Oct 30 23:21:27.649 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
88062024-10-30T23:21:29.024Z[ host-image] Oct 30 23:21:27.649 INFO O| Oct 30 23:21:27.649 INFO STEP 54 (remove_files) COMPLETE
88072024-10-30T23:21:29.024Z[ host-image] Oct 30 23:21:27.649 INFO O| Oct 30 23:21:27.649 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88082024-10-30T23:21:29.033Z[ host-image] Oct 30 23:21:27.658 INFO O| Oct 30 23:21:27.658 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
88092024-10-30T23:21:29.033Z[ host-image] Oct 30 23:21:27.658 INFO O| Oct 30 23:21:27.658 INFO STEP 55 (remove_files) COMPLETE
88102024-10-30T23:21:29.033Z[ host-image] Oct 30 23:21:27.658 INFO O| Oct 30 23:21:27.658 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88112024-10-30T23:21:29.042Z[ host-image] Oct 30 23:21:27.667 INFO O| Oct 30 23:21:27.667 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
88122024-10-30T23:21:29.043Z[ host-image] Oct 30 23:21:27.667 INFO O| Oct 30 23:21:27.667 INFO STEP 56 (remove_files) COMPLETE
88132024-10-30T23:21:29.043Z[ host-image] Oct 30 23:21:27.667 INFO O| Oct 30 23:21:27.667 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88142024-10-30T23:21:29.051Z[ host-image] Oct 30 23:21:27.676 INFO O| Oct 30 23:21:27.676 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
88152024-10-30T23:21:29.051Z[ host-image] Oct 30 23:21:27.676 INFO O| Oct 30 23:21:27.676 INFO STEP 57 (remove_files) COMPLETE
88162024-10-30T23:21:29.054Z[ host-image] Oct 30 23:21:27.676 INFO O| Oct 30 23:21:27.676 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88172024-10-30T23:21:29.061Z[ host-image] Oct 30 23:21:27.685 INFO O| Oct 30 23:21:27.685 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
88182024-10-30T23:21:29.061Z[ host-image] Oct 30 23:21:27.685 INFO O| Oct 30 23:21:27.685 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
88192024-10-30T23:21:29.064Z[ host-image] Oct 30 23:21:27.685 INFO O| Oct 30 23:21:27.685 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
88202024-10-30T23:21:29.064Z[ host-image] Oct 30 23:21:27.685 INFO O| Oct 30 23:21:27.685 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
88212024-10-30T23:21:29.064Z[ host-image] Oct 30 23:21:27.685 INFO O| Oct 30 23:21:27.685 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
88222024-10-30T23:21:29.064Z[ host-image] Oct 30 23:21:27.686 INFO O| Oct 30 23:21:27.686 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
88232024-10-30T23:21:29.064Z[ host-image] Oct 30 23:21:27.686 INFO O| Oct 30 23:21:27.686 INFO ok!
88242024-10-30T23:21:29.064Z[ host-image] Oct 30 23:21:27.686 INFO O| Oct 30 23:21:27.686 INFO STEP 58 (ensure_file) COMPLETE
88252024-10-30T23:21:29.064Z[ host-image] Oct 30 23:21:27.686 INFO O| Oct 30 23:21:27.686 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88262024-10-30T23:21:29.070Z[ host-image] Oct 30 23:21:27.695 INFO O| Oct 30 23:21:27.695 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
88272024-10-30T23:21:29.070Z[ host-image] Oct 30 23:21:27.695 INFO O| Oct 30 23:21:27.695 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
88282024-10-30T23:21:29.073Z[ host-image] Oct 30 23:21:27.695 INFO O| Oct 30 23:21:27.695 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
88292024-10-30T23:21:29.073Z[ host-image] Oct 30 23:21:27.695 INFO O| Oct 30 23:21:27.695 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
88302024-10-30T23:21:29.073Z[ host-image] Oct 30 23:21:27.695 INFO O| Oct 30 23:21:27.695 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
88312024-10-30T23:21:29.073Z[ host-image] Oct 30 23:21:27.695 INFO O| Oct 30 23:21:27.695 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
88322024-10-30T23:21:29.073Z[ host-image] Oct 30 23:21:27.695 INFO O| Oct 30 23:21:27.695 INFO ok!
88332024-10-30T23:21:29.073Z[ host-image] Oct 30 23:21:27.695 INFO O| Oct 30 23:21:27.695 INFO STEP 59 (ensure_file) COMPLETE
88342024-10-30T23:21:29.073Z[ host-image] Oct 30 23:21:27.695 INFO O| Oct 30 23:21:27.695 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88352024-10-30T23:21:29.080Z[ host-image] Oct 30 23:21:27.704 INFO O| Oct 30 23:21:27.704 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
88362024-10-30T23:21:29.080Z[ host-image] Oct 30 23:21:27.704 INFO O| Oct 30 23:21:27.704 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
88372024-10-30T23:21:29.082Z[ host-image] Oct 30 23:21:27.704 INFO O| Oct 30 23:21:27.704 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
88382024-10-30T23:21:29.082Z[ host-image] Oct 30 23:21:27.704 INFO O| Oct 30 23:21:27.704 INFO ok!
88392024-10-30T23:21:29.082Z[ host-image] Oct 30 23:21:27.704 INFO O| Oct 30 23:21:27.704 INFO STEP 60 (ensure_file) COMPLETE
88402024-10-30T23:21:29.082Z[ host-image] Oct 30 23:21:27.704 INFO O| Oct 30 23:21:27.704 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88412024-10-30T23:21:29.089Z[ host-image] Oct 30 23:21:27.713 INFO O| Oct 30 23:21:27.713 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
88422024-10-30T23:21:29.092Z[ host-image] Oct 30 23:21:27.714 INFO O| Oct 30 23:21:27.714 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
88432024-10-30T23:21:29.092Z[ host-image] Oct 30 23:21:27.714 INFO O| Oct 30 23:21:27.714 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
88442024-10-30T23:21:29.092Z[ host-image] Oct 30 23:21:27.714 INFO O| Oct 30 23:21:27.714 INFO ok!
88452024-10-30T23:21:29.092Z[ host-image] Oct 30 23:21:27.714 INFO O| Oct 30 23:21:27.714 INFO STEP 61 (ensure_file) COMPLETE
88462024-10-30T23:21:29.092Z[ host-image] Oct 30 23:21:27.714 INFO O| Oct 30 23:21:27.714 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88472024-10-30T23:21:29.098Z[ host-image] Oct 30 23:21:27.723 INFO O| Oct 30 23:21:27.723 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
88482024-10-30T23:21:29.100Z[ host-image] Oct 30 23:21:27.723 INFO O| Oct 30 23:21:27.723 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
88492024-10-30T23:21:29.100Z[ host-image] Oct 30 23:21:27.723 INFO O| Oct 30 23:21:27.723 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
88502024-10-30T23:21:29.100Z[ host-image] Oct 30 23:21:27.723 INFO O| Oct 30 23:21:27.723 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
88512024-10-30T23:21:29.100Z[ host-image] Oct 30 23:21:27.723 INFO O| Oct 30 23:21:27.723 INFO ok!
88522024-10-30T23:21:29.101Z[ host-image] Oct 30 23:21:27.723 INFO O| Oct 30 23:21:27.723 INFO STEP 62 (ensure_file) COMPLETE
88532024-10-30T23:21:29.101Z[ host-image] Oct 30 23:21:27.723 INFO O| Oct 30 23:21:27.723 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88542024-10-30T23:21:29.107Z[ host-image] Oct 30 23:21:27.732 INFO O| Oct 30 23:21:27.732 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
88552024-10-30T23:21:29.110Z[ host-image] Oct 30 23:21:27.732 INFO O| Oct 30 23:21:27.732 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
88562024-10-30T23:21:29.110Z[ host-image] Oct 30 23:21:27.732 INFO O| Oct 30 23:21:27.732 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
88572024-10-30T23:21:29.110Z[ host-image] Oct 30 23:21:27.732 INFO O| Oct 30 23:21:27.732 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
88582024-10-30T23:21:29.110Z[ host-image] Oct 30 23:21:27.732 INFO O| Oct 30 23:21:27.732 INFO ok!
88592024-10-30T23:21:29.110Z[ host-image] Oct 30 23:21:27.732 INFO O| Oct 30 23:21:27.732 INFO STEP 63 (ensure_file) COMPLETE
88602024-10-30T23:21:29.110Z[ host-image] Oct 30 23:21:27.732 INFO O| Oct 30 23:21:27.732 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88612024-10-30T23:21:29.117Z[ host-image] Oct 30 23:21:27.741 INFO O| Oct 30 23:21:27.741 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
88622024-10-30T23:21:29.119Z[ host-image] Oct 30 23:21:27.741 INFO O| Oct 30 23:21:27.741 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
88632024-10-30T23:21:29.119Z[ host-image] Oct 30 23:21:27.741 INFO O| Oct 30 23:21:27.741 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
88642024-10-30T23:21:29.119Z[ host-image] Oct 30 23:21:27.741 INFO O| Oct 30 23:21:27.741 INFO ok!
88652024-10-30T23:21:29.121Z[ host-image] Oct 30 23:21:27.741 INFO O| Oct 30 23:21:27.741 INFO STEP 64 (assemble_files) COMPLETE
88662024-10-30T23:21:29.121Z[ host-image] Oct 30 23:21:27.741 INFO O| Oct 30 23:21:27.741 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88672024-10-30T23:21:29.126Z[ host-image] Oct 30 23:21:27.751 INFO O| Oct 30 23:21:27.751 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
88682024-10-30T23:21:29.126Z[ host-image] Oct 30 23:21:27.751 INFO O| Oct 30 23:21:27.751 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
88692024-10-30T23:21:29.129Z[ host-image] Oct 30 23:21:27.751 INFO O| Oct 30 23:21:27.751 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
88702024-10-30T23:21:29.129Z[ host-image] Oct 30 23:21:27.751 INFO O| Oct 30 23:21:27.751 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
88712024-10-30T23:21:29.129Z[ host-image] Oct 30 23:21:27.751 INFO O| Oct 30 23:21:27.751 INFO ok!
88722024-10-30T23:21:29.129Z[ host-image] Oct 30 23:21:27.751 INFO O| Oct 30 23:21:27.751 INFO STEP 65 (ensure_file) COMPLETE
88732024-10-30T23:21:29.129Z[ host-image] Oct 30 23:21:27.751 INFO O| Oct 30 23:21:27.751 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88742024-10-30T23:21:29.136Z[ host-image] Oct 30 23:21:27.760 INFO O| Oct 30 23:21:27.760 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
88752024-10-30T23:21:29.138Z[ host-image] Oct 30 23:21:27.760 INFO O| Oct 30 23:21:27.760 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
88762024-10-30T23:21:29.138Z[ host-image] Oct 30 23:21:27.760 INFO O| Oct 30 23:21:27.760 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
88772024-10-30T23:21:29.138Z[ host-image] Oct 30 23:21:27.760 INFO O| Oct 30 23:21:27.760 INFO STEP 66 (ensure_dir) COMPLETE
88782024-10-30T23:21:29.138Z[ host-image] Oct 30 23:21:27.760 INFO O| Oct 30 23:21:27.760 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88792024-10-30T23:21:29.145Z[ host-image] Oct 30 23:21:27.769 INFO O| Oct 30 23:21:27.769 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
88802024-10-30T23:21:29.147Z[ host-image] Oct 30 23:21:27.770 INFO O| Oct 30 23:21:27.769 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 ...
88812024-10-30T23:21:29.152Z[ host-image] Oct 30 23:21:27.777 INFO O| Oct 30 23:21:27.776 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
88822024-10-30T23:21:29.152Z[ host-image] Oct 30 23:21:27.777 INFO O| Oct 30 23:21:27.777 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
88832024-10-30T23:21:29.155Z[ host-image] Oct 30 23:21:27.777 INFO O| Oct 30 23:21:27.777 INFO ok!
88842024-10-30T23:21:29.155Z[ host-image] Oct 30 23:21:27.777 INFO O| Oct 30 23:21:27.777 INFO STEP 67 (ensure_file) COMPLETE
88852024-10-30T23:21:29.155Z[ host-image] Oct 30 23:21:27.777 INFO O| Oct 30 23:21:27.777 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88862024-10-30T23:21:29.161Z[ host-image] Oct 30 23:21:27.786 INFO O| Oct 30 23:21:27.786 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
88872024-10-30T23:21:29.161Z[ host-image] Oct 30 23:21:27.786 INFO O| Oct 30 23:21:27.786 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 ...
88882024-10-30T23:21:29.164Z[ host-image] Oct 30 23:21:27.786 INFO O| Oct 30 23:21:27.786 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
88892024-10-30T23:21:29.164Z[ host-image] Oct 30 23:21:27.786 INFO O| Oct 30 23:21:27.786 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
88902024-10-30T23:21:29.164Z[ host-image] Oct 30 23:21:27.786 INFO O| Oct 30 23:21:27.786 INFO ok!
88912024-10-30T23:21:29.164Z[ host-image] Oct 30 23:21:27.786 INFO O| Oct 30 23:21:27.786 INFO STEP 68 (ensure_file) COMPLETE
88922024-10-30T23:21:29.164Z[ host-image] Oct 30 23:21:27.786 INFO O| Oct 30 23:21:27.786 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88932024-10-30T23:21:29.175Z[ host-image] Oct 30 23:21:27.800 INFO O| Oct 30 23:21:27.800 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
88942024-10-30T23:21:29.175Z[ host-image] Oct 30 23:21:27.800 INFO O| Oct 30 23:21:27.800 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
88952024-10-30T23:21:31.242Z[ host-image] Oct 30 23:21:29.867 INFO O| Oct 30 23:21:29.867 INFO STEP 69 (pack_tar) COMPLETE
88962024-10-30T23:21:31.243Z[ host-image] Oct 30 23:21:29.867 INFO O| Oct 30 23:21:29.867 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
88972024-10-30T23:21:31.245Z[ host-image] Oct 30 23:21:29.867 INFO O| Oct 30 23:21:29.867 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
88982024-10-30T23:21:31.763Z[ host-image] Oct 30 23:21:30.387 INFO O| Oct 30 23:21:30.387 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
88992024-10-30T23:21:31.857Z[ host-image] Oct 30 23:21:30.481 INFO O| Oct 30 23:21:30.481 INFO completed processing gimlet/ramdisk-02-trim
89002024-10-30T23:21:31.860Z[ host-image] Oct 30 23:21:30.483 INFO image builder template: zfs...
89012024-10-30T23:21:31.860Z[ host-image] Oct 30 23:21:30.483 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/.tmpjscsyd/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.293", "-n", "zfs"], pwd: None
89022024-10-30T23:21:31.872Z[ host-image] Oct 30 23:21:30.497 INFO O| Oct 30 23:21:30.497 INFO skip include "stress" because feature "stress" is not enabled
89032024-10-30T23:21:31.903Z[ host-image] Oct 30 23:21:30.527 INFO O| Oct 30 23:21:30.527 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
89042024-10-30T23:21:31.907Z[ host-image] Oct 30 23:21:30.531 INFO O| Oct 30 23:21:30.531 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
89052024-10-30T23:21:32.005Z[ host-image] Oct 30 23:21:30.629 INFO O| Oct 30 23:21:30.629 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
89062024-10-30T23:21:32.078Z[ host-image] Oct 30 23:21:30.703 INFO O| Oct 30 23:21:30.702 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
89072024-10-30T23:21:32.078Z[ host-image] Oct 30 23:21:30.703 INFO O| Oct 30 23:21:30.703 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
89082024-10-30T23:21:32.082Z[ host-image] Oct 30 23:21:30.707 INFO O| Oct 30 23:21:30.707 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
89092024-10-30T23:21:32.162Z[ host-image] Oct 30 23:21:30.786 INFO O| Oct 30 23:21:30.786 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
89102024-10-30T23:21:32.232Z[ host-image] Oct 30 23:21:30.856 INFO O| Oct 30 23:21:30.856 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
89112024-10-30T23:21:32.241Z[ host-image] Oct 30 23:21:30.866 INFO O| Oct 30 23:21:30.865 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
89122024-10-30T23:21:32.246Z[ host-image] Oct 30 23:21:30.870 INFO O| Oct 30 23:21:30.870 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
89132024-10-30T23:21:32.249Z[ host-image] Oct 30 23:21:30.870 INFO O| Oct 30 23:21:30.870 INFO no lofi found
89142024-10-30T23:21:32.249Z[ host-image] Oct 30 23:21:30.870 INFO O| Oct 30 23:21:30.870 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
89152024-10-30T23:21:32.249Z[ host-image] Oct 30 23:21:30.870 INFO O| Oct 30 23:21:30.870 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
89162024-10-30T23:21:34.385Z[ host-image] Oct 30 23:21:33.009 INFO O| Oct 30 23:21:33.009 INFO lofi device = /dev/dsk/c2t1d0p0
89172024-10-30T23:21:34.385Z[ host-image] Oct 30 23:21:33.009 INFO O| Oct 30 23:21:33.009 INFO pool device = /dev/dsk/c2t1d0p0
89182024-10-30T23:21:34.388Z[ host-image] Oct 30 23:21:33.009 INFO O| Oct 30 23:21:33.009 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
89192024-10-30T23:21:34.452Z[ host-image] Oct 30 23:21:33.076 INFO O| Oct 30 23:21:33.076 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89202024-10-30T23:21:34.452Z[ host-image] Oct 30 23:21:33.076 INFO O| Oct 30 23:21:33.076 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
89212024-10-30T23:21:34.469Z[ host-image] Oct 30 23:21:33.093 INFO O| Oct 30 23:21:33.093 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
89222024-10-30T23:21:34.523Z[ host-image] Oct 30 23:21:33.147 INFO O| Oct 30 23:21:33.147 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
89232024-10-30T23:21:34.559Z[ host-image] Oct 30 23:21:33.183 INFO O| Oct 30 23:21:33.183 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
89242024-10-30T23:21:34.571Z[ host-image] Oct 30 23:21:33.195 INFO O| Oct 30 23:21:33.195 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
89252024-10-30T23:21:34.580Z[ host-image] Oct 30 23:21:33.204 INFO O| Oct 30 23:21:33.204 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
89262024-10-30T23:21:34.622Z[ host-image] Oct 30 23:21:33.247 INFO O| Oct 30 23:21:33.247 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
89272024-10-30T23:21:34.625Z[ host-image] Oct 30 23:21:33.247 INFO O| Oct 30 23:21:33.247 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
89282024-10-30T23:21:34.625Z[ host-image] Oct 30 23:21:33.247 INFO O| Oct 30 23:21:33.247 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
89292024-10-30T23:21:34.633Z[ host-image] Oct 30 23:21:33.257 INFO O| Oct 30 23:21:33.257 INFO boot environment UUID: ab11f632-5546-4c2e-80a3-d544f9d8f478
89302024-10-30T23:21:34.633Z[ host-image] Oct 30 23:21:33.257 INFO O| Oct 30 23:21:33.257 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = ab11f632-5546-4c2e-80a3-d544f9d8f478
89312024-10-30T23:21:34.641Z[ host-image] Oct 30 23:21:33.266 INFO O| Oct 30 23:21:33.266 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
89322024-10-30T23:21:34.650Z[ host-image] Oct 30 23:21:33.274 INFO O| Oct 30 23:21:33.274 INFO STEP 0 (create_be) COMPLETE
89332024-10-30T23:21:34.650Z[ host-image] Oct 30 23:21:33.274 INFO O| Oct 30 23:21:33.274 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89342024-10-30T23:21:34.664Z[ host-image] Oct 30 23:21:33.288 INFO O| Oct 30 23:21:33.288 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
89352024-10-30T23:21:54.014Z[ host-image] Oct 30 23:21:52.638 INFO O| Oct 30 23:21:52.638 INFO STEP 1 (unpack_tar) COMPLETE
89362024-10-30T23:21:54.014Z[ host-image] Oct 30 23:21:52.638 INFO O| Oct 30 23:21:52.638 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89372024-10-30T23:21:54.025Z[ host-image] Oct 30 23:21:52.649 INFO O| Oct 30 23:21:52.649 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
89382024-10-30T23:21:54.341Z[ host-image] Oct 30 23:21:52.965 INFO O| Oct 30 23:21:52.965 INFO STEP 2 (devfsadm) COMPLETE
89392024-10-30T23:21:54.344Z[ host-image] Oct 30 23:21:52.965 INFO O| Oct 30 23:21:52.965 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89402024-10-30T23:21:54.352Z[ host-image] Oct 30 23:21:52.976 INFO O| Oct 30 23:21:52.976 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89412024-10-30T23:21:54.354Z[ host-image] Oct 30 23:21:52.976 INFO O| Oct 30 23:21:52.976 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89422024-10-30T23:21:54.354Z[ host-image] Oct 30 23:21:52.976 INFO O| Oct 30 23:21:52.976 INFO STEP 3 (ensure_dir) COMPLETE
89432024-10-30T23:21:54.354Z[ host-image] Oct 30 23:21:52.976 INFO O| Oct 30 23:21:52.976 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89442024-10-30T23:21:54.361Z[ host-image] Oct 30 23:21:52.985 INFO O| Oct 30 23:21:52.985 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89452024-10-30T23:21:54.363Z[ host-image] Oct 30 23:21:52.985 INFO O| Oct 30 23:21:52.985 INFO STEP 4 (ensure_dir) COMPLETE
89462024-10-30T23:21:54.363Z[ host-image] Oct 30 23:21:52.985 INFO O| Oct 30 23:21:52.985 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89472024-10-30T23:21:54.370Z[ host-image] Oct 30 23:21:52.994 INFO O| Oct 30 23:21:52.994 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89482024-10-30T23:21:54.370Z[ host-image] Oct 30 23:21:52.994 INFO O| Oct 30 23:21:52.994 INFO STEP 5 (ensure_dir) COMPLETE
89492024-10-30T23:21:54.370Z[ host-image] Oct 30 23:21:52.994 INFO O| Oct 30 23:21:52.994 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89502024-10-30T23:21:54.380Z[ host-image] Oct 30 23:21:53.004 INFO O| Oct 30 23:21:53.004 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89512024-10-30T23:21:54.380Z[ host-image] Oct 30 23:21:53.004 INFO O| Oct 30 23:21:53.004 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89522024-10-30T23:21:54.380Z[ host-image] Oct 30 23:21:53.004 INFO O| Oct 30 23:21:53.004 INFO STEP 6 (ensure_dir) COMPLETE
89532024-10-30T23:21:54.382Z[ host-image] Oct 30 23:21:53.004 INFO O| Oct 30 23:21:53.004 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89542024-10-30T23:21:54.389Z[ host-image] Oct 30 23:21:53.013 INFO O| Oct 30 23:21:53.013 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89552024-10-30T23:21:54.392Z[ host-image] Oct 30 23:21:53.013 INFO O| Oct 30 23:21:53.013 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89562024-10-30T23:21:54.392Z[ host-image] Oct 30 23:21:53.013 INFO O| Oct 30 23:21:53.013 INFO STEP 7 (ensure_dir) COMPLETE
89572024-10-30T23:21:54.392Z[ host-image] Oct 30 23:21:53.013 INFO O| Oct 30 23:21:53.013 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89582024-10-30T23:21:54.398Z[ host-image] Oct 30 23:21:53.022 INFO O| Oct 30 23:21:53.022 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
89592024-10-30T23:21:54.401Z[ host-image] Oct 30 23:21:53.023 INFO O| Oct 30 23:21:53.023 INFO STEP 8 (remove_files) COMPLETE
89602024-10-30T23:21:54.401Z[ host-image] Oct 30 23:21:53.023 INFO O| Oct 30 23:21:53.023 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89612024-10-30T23:21:54.408Z[ host-image] Oct 30 23:21:53.032 INFO O| Oct 30 23:21:53.032 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
89622024-10-30T23:21:54.410Z[ host-image] Oct 30 23:21:53.033 INFO O| Oct 30 23:21:53.033 INFO STEP 9 (remove_files) COMPLETE
89632024-10-30T23:21:54.410Z[ host-image] Oct 30 23:21:53.033 INFO O| Oct 30 23:21:53.033 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89642024-10-30T23:21:54.418Z[ host-image] Oct 30 23:21:53.042 INFO O| Oct 30 23:21:53.042 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
89652024-10-30T23:21:54.421Z[ host-image] Oct 30 23:21:53.043 INFO O| Oct 30 23:21:53.043 INFO STEP 10 (remove_files) COMPLETE
89662024-10-30T23:21:54.421Z[ host-image] Oct 30 23:21:53.043 INFO O| Oct 30 23:21:53.043 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89672024-10-30T23:21:54.428Z[ host-image] Oct 30 23:21:53.052 INFO O| Oct 30 23:21:53.052 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
89682024-10-30T23:21:54.430Z[ host-image] Oct 30 23:21:53.052 INFO O| Oct 30 23:21:53.052 INFO STEP 11 (remove_files) COMPLETE
89692024-10-30T23:21:54.430Z[ host-image] Oct 30 23:21:53.052 INFO O| Oct 30 23:21:53.052 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89702024-10-30T23:21:54.437Z[ host-image] Oct 30 23:21:53.061 INFO O| Oct 30 23:21:53.061 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
89712024-10-30T23:21:54.439Z[ host-image] Oct 30 23:21:53.061 INFO O| Oct 30 23:21:53.061 INFO STEP 12 (remove_files) COMPLETE
89722024-10-30T23:21:54.439Z[ host-image] Oct 30 23:21:53.061 INFO O| Oct 30 23:21:53.061 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89732024-10-30T23:21:54.446Z[ host-image] Oct 30 23:21:53.070 INFO O| Oct 30 23:21:53.070 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89742024-10-30T23:21:54.446Z[ host-image] Oct 30 23:21:53.070 INFO O| Oct 30 23:21:53.070 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89752024-10-30T23:21:54.449Z[ host-image] Oct 30 23:21:53.070 INFO O| Oct 30 23:21:53.070 INFO STEP 13 (ensure_dir) COMPLETE
89762024-10-30T23:21:54.449Z[ host-image] Oct 30 23:21:53.070 INFO O| Oct 30 23:21:53.070 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89772024-10-30T23:21:54.456Z[ host-image] Oct 30 23:21:53.080 INFO O| Oct 30 23:21:53.080 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89782024-10-30T23:21:54.459Z[ host-image] Oct 30 23:21:53.080 INFO O| Oct 30 23:21:53.080 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89792024-10-30T23:21:54.459Z[ host-image] Oct 30 23:21:53.080 INFO O| Oct 30 23:21:53.080 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89802024-10-30T23:21:54.459Z[ host-image] Oct 30 23:21:53.080 INFO O| Oct 30 23:21:53.080 INFO STEP 14 (ensure_dir) COMPLETE
89812024-10-30T23:21:54.459Z[ host-image] Oct 30 23:21:53.080 INFO O| Oct 30 23:21:53.080 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89822024-10-30T23:21:54.465Z[ host-image] Oct 30 23:21:53.089 INFO O| Oct 30 23:21:53.089 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89832024-10-30T23:21:54.468Z[ host-image] Oct 30 23:21:53.090 INFO O| Oct 30 23:21:53.090 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89842024-10-30T23:21:54.468Z[ host-image] Oct 30 23:21:53.090 INFO O| Oct 30 23:21:53.090 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89852024-10-30T23:21:54.468Z[ host-image] Oct 30 23:21:53.090 INFO O| Oct 30 23:21:53.090 INFO STEP 15 (ensure_dir) COMPLETE
89862024-10-30T23:21:54.468Z[ host-image] Oct 30 23:21:53.090 INFO O| Oct 30 23:21:53.090 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89872024-10-30T23:21:54.475Z[ host-image] Oct 30 23:21:53.099 INFO O| Oct 30 23:21:53.099 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89882024-10-30T23:21:54.475Z[ host-image] Oct 30 23:21:53.099 INFO O| Oct 30 23:21:53.099 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89892024-10-30T23:21:54.477Z[ host-image] Oct 30 23:21:53.099 INFO O| Oct 30 23:21:53.099 INFO STEP 16 (ensure_dir) COMPLETE
89902024-10-30T23:21:54.477Z[ host-image] Oct 30 23:21:53.099 INFO O| Oct 30 23:21:53.099 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89912024-10-30T23:21:54.484Z[ host-image] Oct 30 23:21:53.108 INFO O| Oct 30 23:21:53.108 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89922024-10-30T23:21:54.484Z[ host-image] Oct 30 23:21:53.108 INFO O| Oct 30 23:21:53.108 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89932024-10-30T23:21:54.484Z[ host-image] Oct 30 23:21:53.108 INFO O| Oct 30 23:21:53.108 INFO STEP 17 (ensure_dir) COMPLETE
89942024-10-30T23:21:54.486Z[ host-image] Oct 30 23:21:53.108 INFO O| Oct 30 23:21:53.108 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89952024-10-30T23:21:54.493Z[ host-image] Oct 30 23:21:53.117 INFO O| Oct 30 23:21:53.117 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
89962024-10-30T23:21:54.493Z[ host-image] Oct 30 23:21:53.117 INFO O| Oct 30 23:21:53.117 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
89972024-10-30T23:21:54.496Z[ host-image] Oct 30 23:21:53.117 INFO O| Oct 30 23:21:53.117 INFO ok!
89982024-10-30T23:21:54.496Z[ host-image] Oct 30 23:21:53.117 INFO O| Oct 30 23:21:53.117 INFO STEP 18 (ensure_symlink) COMPLETE
89992024-10-30T23:21:54.496Z[ host-image] Oct 30 23:21:53.117 INFO O| Oct 30 23:21:53.117 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90002024-10-30T23:21:54.503Z[ host-image] Oct 30 23:21:53.127 INFO O| Oct 30 23:21:53.127 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
90012024-10-30T23:21:54.503Z[ host-image] Oct 30 23:21:53.127 INFO O| Oct 30 23:21:53.127 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
90022024-10-30T23:21:54.505Z[ host-image] Oct 30 23:21:53.127 INFO O| Oct 30 23:21:53.127 INFO ok!
90032024-10-30T23:21:54.505Z[ host-image] Oct 30 23:21:53.127 INFO O| Oct 30 23:21:53.127 INFO STEP 19 (ensure_file) COMPLETE
90042024-10-30T23:21:54.505Z[ host-image] Oct 30 23:21:53.127 INFO O| Oct 30 23:21:53.127 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
90052024-10-30T23:21:54.512Z[ host-image] Oct 30 23:21:53.136 INFO O| Oct 30 23:21:53.136 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
90062024-10-30T23:21:54.512Z[ host-image] Oct 30 23:21:53.136 INFO O| Oct 30 23:21:53.136 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
90072024-10-30T23:21:54.514Z[ host-image] Oct 30 23:21:53.136 INFO O| Oct 30 23:21:53.136 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
90082024-10-30T23:21:54.514Z[ host-image] Oct 30 23:21:53.136 INFO O| Oct 30 23:21:53.136 INFO ok!
90092024-10-30T23:21:54.514Z[ host-image] Oct 30 23:21:53.136 INFO O| Oct 30 23:21:53.136 INFO STEP 20 (ensure_symlink) COMPLETE
90102024-10-30T23:21:54.515Z[ host-image] Oct 30 23:21:53.136 INFO O| Oct 30 23:21:53.136 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
90112024-10-30T23:21:54.521Z[ host-image] Oct 30 23:21:53.145 INFO O| Oct 30 23:21:53.145 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
90122024-10-30T23:21:54.524Z[ host-image] Oct 30 23:21:53.145 INFO O| Oct 30 23:21:53.145 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
90132024-10-30T23:21:54.524Z[ host-image] Oct 30 23:21:53.145 INFO O| Oct 30 23:21:53.145 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
90142024-10-30T23:21:54.524Z[ host-image] Oct 30 23:21:53.145 INFO O| Oct 30 23:21:53.145 INFO ok!
90152024-10-30T23:21:54.524Z[ host-image] Oct 30 23:21:53.145 INFO O| Oct 30 23:21:53.145 INFO STEP 21 (ensure_symlink) COMPLETE
90162024-10-30T23:21:54.524Z[ host-image] Oct 30 23:21:53.145 INFO O| Oct 30 23:21:53.145 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
90172024-10-30T23:21:54.531Z[ host-image] Oct 30 23:21:53.155 INFO O| Oct 30 23:21:53.155 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
90182024-10-30T23:21:54.531Z[ host-image] Oct 30 23:21:53.155 INFO O| Oct 30 23:21:53.155 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
90192024-10-30T23:21:54.534Z[ host-image] Oct 30 23:21:53.155 INFO O| Oct 30 23:21:53.155 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
90202024-10-30T23:21:54.534Z[ host-image] Oct 30 23:21:53.155 INFO O| Oct 30 23:21:53.155 INFO ok!
90212024-10-30T23:21:54.534Z[ host-image] Oct 30 23:21:53.155 INFO O| Oct 30 23:21:53.155 INFO STEP 22 (ensure_symlink) COMPLETE
90222024-10-30T23:21:54.534Z[ host-image] Oct 30 23:21:53.155 INFO O| Oct 30 23:21:53.155 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
90232024-10-30T23:21:54.540Z[ host-image] Oct 30 23:21:53.164 INFO O| Oct 30 23:21:53.164 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
90242024-10-30T23:21:54.540Z[ host-image] Oct 30 23:21:53.164 INFO O| Oct 30 23:21:53.164 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
90252024-10-30T23:21:54.542Z[ host-image] Oct 30 23:21:53.164 INFO O| Oct 30 23:21:53.164 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
90262024-10-30T23:21:54.542Z[ host-image] Oct 30 23:21:53.164 INFO O| Oct 30 23:21:53.164 INFO ok!
90272024-10-30T23:21:54.542Z[ host-image] Oct 30 23:21:53.164 INFO O| Oct 30 23:21:53.164 INFO STEP 23 (ensure_symlink) COMPLETE
90282024-10-30T23:21:54.542Z[ host-image] Oct 30 23:21:53.164 INFO O| Oct 30 23:21:53.164 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90292024-10-30T23:21:54.549Z[ host-image] Oct 30 23:21:53.173 INFO O| Oct 30 23:21:53.173 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
90302024-10-30T23:21:54.552Z[ host-image] Oct 30 23:21:53.173 INFO O| Oct 30 23:21:53.173 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
90312024-10-30T23:21:54.552Z[ host-image] Oct 30 23:21:53.173 INFO O| Oct 30 23:21:53.173 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
90322024-10-30T23:21:54.552Z[ host-image] Oct 30 23:21:53.173 INFO O| Oct 30 23:21:53.173 INFO ok!
90332024-10-30T23:21:54.552Z[ host-image] Oct 30 23:21:53.174 INFO O| Oct 30 23:21:53.173 INFO STEP 24 (ensure_file) COMPLETE
90342024-10-30T23:21:54.553Z[ host-image] Oct 30 23:21:53.174 INFO O| Oct 30 23:21:53.173 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
90352024-10-30T23:21:54.559Z[ host-image] Oct 30 23:21:53.183 INFO O| Oct 30 23:21:53.183 INFO updating shadow file
90362024-10-30T23:21:54.561Z[ host-image] Oct 30 23:21:53.183 INFO O| Oct 30 23:21:53.183 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
90372024-10-30T23:21:54.561Z[ host-image] Oct 30 23:21:53.183 INFO O| Oct 30 23:21:53.183 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
90382024-10-30T23:21:54.561Z[ host-image] Oct 30 23:21:53.183 INFO O| Oct 30 23:21:53.183 INFO STEP 25 (shadow) COMPLETE
90392024-10-30T23:21:54.561Z[ host-image] Oct 30 23:21:53.183 INFO O| Oct 30 23:21:53.183 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90402024-10-30T23:21:54.568Z[ host-image] Oct 30 23:21:53.192 INFO O| Oct 30 23:21:53.192 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
90412024-10-30T23:21:54.569Z[ host-image] Oct 30 23:21:53.192 INFO O| Oct 30 23:21:53.192 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
90422024-10-30T23:21:54.571Z[ host-image] Oct 30 23:21:53.193 INFO O| Oct 30 23:21:53.192 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
90432024-10-30T23:21:54.571Z[ host-image] Oct 30 23:21:53.193 INFO O| Oct 30 23:21:53.193 INFO ok!
90442024-10-30T23:21:54.571Z[ host-image] Oct 30 23:21:53.193 INFO O| Oct 30 23:21:53.193 INFO STEP 26 (ensure_file) COMPLETE
90452024-10-30T23:21:54.571Z[ host-image] Oct 30 23:21:53.193 INFO O| Oct 30 23:21:53.193 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90462024-10-30T23:21:54.578Z[ host-image] Oct 30 23:21:53.202 INFO O| Oct 30 23:21:53.202 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
90472024-10-30T23:21:54.578Z[ host-image] Oct 30 23:21:53.202 INFO O| Oct 30 23:21:53.202 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
90482024-10-30T23:21:54.581Z[ host-image] Oct 30 23:21:53.202 INFO O| Oct 30 23:21:53.202 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
90492024-10-30T23:21:54.581Z[ host-image] Oct 30 23:21:53.202 INFO O| Oct 30 23:21:53.202 INFO ok!
90502024-10-30T23:21:54.581Z[ host-image] Oct 30 23:21:53.202 INFO O| Oct 30 23:21:53.202 INFO STEP 27 (ensure_file) COMPLETE
90512024-10-30T23:21:54.581Z[ host-image] Oct 30 23:21:53.202 INFO O| Oct 30 23:21:53.202 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90522024-10-30T23:21:54.587Z[ host-image] Oct 30 23:21:53.211 INFO O| Oct 30 23:21:53.211 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
90532024-10-30T23:21:54.592Z[ host-image] Oct 30 23:21:53.211 INFO O| Oct 30 23:21:53.211 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
90542024-10-30T23:21:54.592Z[ host-image] Oct 30 23:21:53.212 INFO O| Oct 30 23:21:53.211 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
90552024-10-30T23:21:54.592Z[ host-image] Oct 30 23:21:53.212 INFO O| Oct 30 23:21:53.212 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
90562024-10-30T23:21:54.592Z[ host-image] Oct 30 23:21:53.212 INFO O| Oct 30 23:21:53.212 INFO ok!
90572024-10-30T23:21:54.592Z[ host-image] Oct 30 23:21:53.212 INFO O| Oct 30 23:21:53.212 INFO STEP 28 (ensure_file) COMPLETE
90582024-10-30T23:21:54.592Z[ host-image] Oct 30 23:21:53.212 INFO O| Oct 30 23:21:53.212 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90592024-10-30T23:21:54.597Z[ host-image] Oct 30 23:21:53.221 INFO O| Oct 30 23:21:53.221 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
90602024-10-30T23:21:54.597Z[ host-image] Oct 30 23:21:53.221 INFO O| Oct 30 23:21:53.221 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
90612024-10-30T23:21:54.599Z[ host-image] Oct 30 23:21:53.221 INFO O| Oct 30 23:21:53.221 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
90622024-10-30T23:21:54.599Z[ host-image] Oct 30 23:21:53.221 INFO O| Oct 30 23:21:53.221 INFO ok!
90632024-10-30T23:21:54.599Z[ host-image] Oct 30 23:21:53.221 INFO O| Oct 30 23:21:53.221 INFO STEP 29 (ensure_file) COMPLETE
90642024-10-30T23:21:54.599Z[ host-image] Oct 30 23:21:53.221 INFO O| Oct 30 23:21:53.221 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90652024-10-30T23:21:54.606Z[ host-image] Oct 30 23:21:53.230 INFO O| Oct 30 23:21:53.230 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
90662024-10-30T23:21:54.606Z[ host-image] Oct 30 23:21:53.230 INFO O| Oct 30 23:21:53.230 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
90672024-10-30T23:21:54.609Z[ host-image] Oct 30 23:21:53.230 INFO O| Oct 30 23:21:53.230 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
90682024-10-30T23:21:54.609Z[ host-image] Oct 30 23:21:53.230 INFO O| Oct 30 23:21:53.230 INFO ok!
90692024-10-30T23:21:54.609Z[ host-image] Oct 30 23:21:53.230 INFO O| Oct 30 23:21:53.230 INFO STEP 30 (ensure_file) COMPLETE
90702024-10-30T23:21:54.609Z[ host-image] Oct 30 23:21:53.230 INFO O| Oct 30 23:21:53.230 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90712024-10-30T23:21:54.616Z[ host-image] Oct 30 23:21:53.240 INFO O| Oct 30 23:21:53.240 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
90722024-10-30T23:21:54.618Z[ host-image] Oct 30 23:21:53.240 INFO O| Oct 30 23:21:53.240 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
90732024-10-30T23:21:54.618Z[ host-image] Oct 30 23:21:53.240 INFO O| Oct 30 23:21:53.240 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
90742024-10-30T23:21:54.618Z[ host-image] Oct 30 23:21:53.240 INFO O| Oct 30 23:21:53.240 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
90752024-10-30T23:21:54.618Z[ host-image] Oct 30 23:21:53.240 INFO O| Oct 30 23:21:53.240 INFO ok!
90762024-10-30T23:21:54.618Z[ host-image] Oct 30 23:21:53.240 INFO O| Oct 30 23:21:53.240 INFO STEP 31 (ensure_file) COMPLETE
90772024-10-30T23:21:54.618Z[ host-image] Oct 30 23:21:53.240 INFO O| Oct 30 23:21:53.240 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90782024-10-30T23:21:54.625Z[ host-image] Oct 30 23:21:53.249 INFO O| Oct 30 23:21:53.249 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
90792024-10-30T23:21:54.625Z[ host-image] Oct 30 23:21:53.249 INFO O| Oct 30 23:21:53.249 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
90802024-10-30T23:21:54.628Z[ host-image] Oct 30 23:21:53.249 INFO O| Oct 30 23:21:53.249 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
90812024-10-30T23:21:54.628Z[ host-image] Oct 30 23:21:53.249 INFO O| Oct 30 23:21:53.249 INFO ok!
90822024-10-30T23:21:54.628Z[ host-image] Oct 30 23:21:53.249 INFO O| Oct 30 23:21:53.249 INFO STEP 32 (ensure_file) COMPLETE
90832024-10-30T23:21:54.628Z[ host-image] Oct 30 23:21:53.249 INFO O| Oct 30 23:21:53.249 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90842024-10-30T23:21:54.634Z[ host-image] Oct 30 23:21:53.258 INFO O| Oct 30 23:21:53.258 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
90852024-10-30T23:21:54.639Z[ host-image] Oct 30 23:21:53.258 INFO O| Oct 30 23:21:53.258 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
90862024-10-30T23:21:54.639Z[ host-image] Oct 30 23:21:53.259 INFO O| Oct 30 23:21:53.259 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
90872024-10-30T23:21:54.639Z[ host-image] Oct 30 23:21:53.259 INFO O| Oct 30 23:21:53.259 INFO ok!
90882024-10-30T23:21:54.639Z[ host-image] Oct 30 23:21:53.259 INFO O| Oct 30 23:21:53.259 INFO STEP 33 (ensure_file) COMPLETE
90892024-10-30T23:21:54.639Z[ host-image] Oct 30 23:21:53.259 INFO O| Oct 30 23:21:53.259 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90902024-10-30T23:21:54.644Z[ host-image] Oct 30 23:21:53.268 INFO O| Oct 30 23:21:53.268 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
90912024-10-30T23:21:54.644Z[ host-image] Oct 30 23:21:53.268 INFO O| Oct 30 23:21:53.268 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
90922024-10-30T23:21:54.647Z[ host-image] Oct 30 23:21:53.268 INFO O| Oct 30 23:21:53.268 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90932024-10-30T23:21:54.647Z[ host-image] Oct 30 23:21:53.268 INFO O| Oct 30 23:21:53.268 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90942024-10-30T23:21:54.647Z[ host-image] Oct 30 23:21:53.268 INFO O| Oct 30 23:21:53.268 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90952024-10-30T23:21:54.647Z[ host-image] Oct 30 23:21:53.268 INFO O| Oct 30 23:21:53.268 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90962024-10-30T23:21:54.647Z[ host-image] Oct 30 23:21:53.268 INFO O| Oct 30 23:21:53.268 INFO ok!
90972024-10-30T23:21:54.647Z[ host-image] Oct 30 23:21:53.268 INFO O| Oct 30 23:21:53.268 INFO STEP 34 (ensure_file) COMPLETE
90982024-10-30T23:21:54.647Z[ host-image] Oct 30 23:21:53.268 INFO O| Oct 30 23:21:53.268 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90992024-10-30T23:21:54.654Z[ host-image] Oct 30 23:21:53.278 INFO O| Oct 30 23:21:53.278 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
91002024-10-30T23:21:54.654Z[ host-image] Oct 30 23:21:53.278 INFO O| Oct 30 23:21:53.278 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
91012024-10-30T23:21:54.656Z[ host-image] Oct 30 23:21:53.278 INFO O| Oct 30 23:21:53.278 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
91022024-10-30T23:21:54.657Z[ host-image] Oct 30 23:21:53.278 INFO O| Oct 30 23:21:53.278 INFO STEP 35 (ensure_dir) COMPLETE
91032024-10-30T23:21:54.657Z[ host-image] Oct 30 23:21:53.278 INFO O| Oct 30 23:21:53.278 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
91042024-10-30T23:21:54.663Z[ host-image] Oct 30 23:21:53.287 INFO O| Oct 30 23:21:53.287 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
91052024-10-30T23:21:54.663Z[ host-image] Oct 30 23:21:53.287 INFO O| Oct 30 23:21:53.287 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 ...
91062024-10-30T23:21:54.666Z[ host-image] Oct 30 23:21:53.287 INFO O| Oct 30 23:21:53.287 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
91072024-10-30T23:21:54.666Z[ host-image] Oct 30 23:21:53.287 INFO O| Oct 30 23:21:53.287 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
91082024-10-30T23:21:54.666Z[ host-image] Oct 30 23:21:53.287 INFO O| Oct 30 23:21:53.287 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
91092024-10-30T23:21:54.666Z[ host-image] Oct 30 23:21:53.287 INFO O| Oct 30 23:21:53.287 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
91102024-10-30T23:21:54.667Z[ host-image] Oct 30 23:21:53.287 INFO O| Oct 30 23:21:53.287 INFO ok!
91112024-10-30T23:21:54.667Z[ host-image] Oct 30 23:21:53.287 INFO O| Oct 30 23:21:53.287 INFO STEP 36 (ensure_file) COMPLETE
91122024-10-30T23:21:54.667Z[ host-image] Oct 30 23:21:53.287 INFO O| Oct 30 23:21:53.287 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
91132024-10-30T23:21:54.673Z[ host-image] Oct 30 23:21:53.297 INFO O| Oct 30 23:21:53.297 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
91142024-10-30T23:21:54.673Z[ host-image] Oct 30 23:21:53.297 INFO O| Oct 30 23:21:53.297 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 ...
91152024-10-30T23:21:54.676Z[ host-image] Oct 30 23:21:53.297 INFO O| Oct 30 23:21:53.297 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
91162024-10-30T23:21:54.676Z[ host-image] Oct 30 23:21:53.297 INFO O| Oct 30 23:21:53.297 INFO ok!
91172024-10-30T23:21:54.676Z[ host-image] Oct 30 23:21:53.297 INFO O| Oct 30 23:21:53.297 INFO STEP 37 (ensure_symlink) COMPLETE
91182024-10-30T23:21:54.676Z[ host-image] Oct 30 23:21:53.297 INFO O| Oct 30 23:21:53.297 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91192024-10-30T23:21:54.684Z[ host-image] Oct 30 23:21:53.307 INFO O| Oct 30 23:21:53.307 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
91202024-10-30T23:21:54.684Z[ host-image] Oct 30 23:21:53.307 INFO O| Oct 30 23:21:53.307 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
91212024-10-30T23:21:54.687Z[ host-image] Oct 30 23:21:53.307 INFO O| Oct 30 23:21:53.307 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91222024-10-30T23:21:54.687Z[ host-image] Oct 30 23:21:53.307 INFO O| Oct 30 23:21:53.307 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91232024-10-30T23:21:54.687Z[ host-image] Oct 30 23:21:53.307 INFO O| Oct 30 23:21:53.307 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91242024-10-30T23:21:54.687Z[ host-image] Oct 30 23:21:53.307 INFO O| Oct 30 23:21:53.307 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91252024-10-30T23:21:54.687Z[ host-image] Oct 30 23:21:53.307 INFO O| Oct 30 23:21:53.307 INFO ok!
91262024-10-30T23:21:54.687Z[ host-image] Oct 30 23:21:53.307 INFO O| Oct 30 23:21:53.307 INFO STEP 38 (ensure_file) COMPLETE
91272024-10-30T23:21:54.687Z[ host-image] Oct 30 23:21:53.307 INFO O| Oct 30 23:21:53.307 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91282024-10-30T23:21:54.692Z[ host-image] Oct 30 23:21:53.316 INFO O| Oct 30 23:21:53.316 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
91292024-10-30T23:21:54.695Z[ host-image] Oct 30 23:21:53.316 INFO O| Oct 30 23:21:53.316 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 ...
91302024-10-30T23:21:54.695Z[ host-image] Oct 30 23:21:53.317 INFO O| Oct 30 23:21:53.316 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
91312024-10-30T23:21:54.695Z[ host-image] Oct 30 23:21:53.317 INFO O| Oct 30 23:21:53.317 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
91322024-10-30T23:21:54.695Z[ host-image] Oct 30 23:21:53.317 INFO O| Oct 30 23:21:53.317 INFO ok!
91332024-10-30T23:21:54.695Z[ host-image] Oct 30 23:21:53.317 INFO O| Oct 30 23:21:53.317 INFO STEP 39 (ensure_file) COMPLETE
91342024-10-30T23:21:54.695Z[ host-image] Oct 30 23:21:53.317 INFO O| Oct 30 23:21:53.317 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91352024-10-30T23:21:54.702Z[ host-image] Oct 30 23:21:53.326 INFO O| Oct 30 23:21:53.326 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
91362024-10-30T23:21:54.705Z[ host-image] Oct 30 23:21:53.326 INFO O| Oct 30 23:21:53.326 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
91372024-10-30T23:21:54.705Z[ host-image] Oct 30 23:21:53.326 INFO O| Oct 30 23:21:53.326 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
91382024-10-30T23:21:54.705Z[ host-image] Oct 30 23:21:53.326 INFO O| Oct 30 23:21:53.326 INFO ok!
91392024-10-30T23:21:54.705Z[ host-image] Oct 30 23:21:53.326 INFO O| Oct 30 23:21:53.326 INFO STEP 40 (ensure_file) COMPLETE
91402024-10-30T23:21:54.705Z[ host-image] Oct 30 23:21:53.326 INFO O| Oct 30 23:21:53.326 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
91412024-10-30T23:21:54.711Z[ host-image] Oct 30 23:21:53.335 INFO O| Oct 30 23:21:53.335 INFO updating shadow file
91422024-10-30T23:21:54.713Z[ host-image] Oct 30 23:21:53.335 INFO O| Oct 30 23:21:53.335 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91432024-10-30T23:21:54.713Z[ host-image] Oct 30 23:21:53.335 INFO O| Oct 30 23:21:53.335 INFO STEP 41 (shadow) COMPLETE
91442024-10-30T23:21:54.714Z[ host-image] Oct 30 23:21:53.335 INFO O| Oct 30 23:21:53.335 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
91452024-10-30T23:21:54.721Z[ host-image] Oct 30 23:21:53.345 INFO O| Oct 30 23:21:53.345 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
91462024-10-30T23:21:54.724Z[ host-image] Oct 30 23:21:53.345 INFO O| Oct 30 23:21:53.345 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
91472024-10-30T23:21:54.724Z[ host-image] Oct 30 23:21:53.345 INFO O| Oct 30 23:21:53.345 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
91482024-10-30T23:21:54.724Z[ host-image] Oct 30 23:21:53.345 INFO O| Oct 30 23:21:53.345 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
91492024-10-30T23:21:54.724Z[ host-image] Oct 30 23:21:53.345 INFO O| Oct 30 23:21:53.345 INFO ok!
91502024-10-30T23:21:54.724Z[ host-image] Oct 30 23:21:53.345 INFO O| Oct 30 23:21:53.345 INFO STEP 42 (ensure_file) COMPLETE
91512024-10-30T23:21:54.724Z[ host-image] Oct 30 23:21:53.345 INFO O| Oct 30 23:21:53.345 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91522024-10-30T23:21:54.724Z[ host-image] Oct 30 23:21:53.345 INFO O| Oct 30 23:21:53.345 INFO skip step because feature "mfg" is not enabled
91532024-10-30T23:21:54.724Z[ host-image] Oct 30 23:21:53.345 INFO O| Oct 30 23:21:53.345 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91542024-10-30T23:21:54.724Z[ host-image] Oct 30 23:21:53.345 INFO O| Oct 30 23:21:53.345 INFO skip step because feature "mfg" is not enabled
91552024-10-30T23:21:54.724Z[ host-image] Oct 30 23:21:53.345 INFO O| Oct 30 23:21:53.345 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91562024-10-30T23:21:54.730Z[ host-image] Oct 30 23:21:53.354 INFO O| Oct 30 23:21:53.354 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
91572024-10-30T23:21:54.730Z[ host-image] Oct 30 23:21:53.354 INFO O| Oct 30 23:21:53.354 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
91582024-10-30T23:21:55.370Z[ host-image] Oct 30 23:21:53.994 INFO O| Oct 30 23:21:53.993 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
91592024-10-30T23:21:55.370Z[ host-image] Oct 30 23:21:53.994 INFO O| Oct 30 23:21:53.994 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
91602024-10-30T23:21:55.370Z[ host-image] Oct 30 23:21:53.994 INFO O| Oct 30 23:21:53.994 INFO ok!
91612024-10-30T23:21:55.370Z[ host-image] Oct 30 23:21:53.994 INFO O| Oct 30 23:21:53.994 INFO STEP 45 (ensure_file) COMPLETE
91622024-10-30T23:21:55.373Z[ host-image] Oct 30 23:21:53.994 INFO O| Oct 30 23:21:53.994 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91632024-10-30T23:21:55.382Z[ host-image] Oct 30 23:21:54.006 INFO O| Oct 30 23:21:54.005 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
91642024-10-30T23:21:55.382Z[ host-image] Oct 30 23:21:54.006 INFO O| Oct 30 23:21:54.006 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
91652024-10-30T23:21:55.384Z[ host-image] Oct 30 23:21:54.006 INFO O| Oct 30 23:21:54.006 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91662024-10-30T23:21:55.384Z[ host-image] Oct 30 23:21:54.006 INFO O| Oct 30 23:21:54.006 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91672024-10-30T23:21:55.384Z[ host-image] Oct 30 23:21:54.006 INFO O| Oct 30 23:21:54.006 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91682024-10-30T23:21:55.384Z[ host-image] Oct 30 23:21:54.006 INFO O| Oct 30 23:21:54.006 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91692024-10-30T23:21:55.384Z[ host-image] Oct 30 23:21:54.006 INFO O| Oct 30 23:21:54.006 INFO ok!
91702024-10-30T23:21:55.384Z[ host-image] Oct 30 23:21:54.006 INFO O| Oct 30 23:21:54.006 INFO STEP 46 (ensure_file) COMPLETE
91712024-10-30T23:21:55.384Z[ host-image] Oct 30 23:21:54.006 INFO O| Oct 30 23:21:54.006 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91722024-10-30T23:21:55.391Z[ host-image] Oct 30 23:21:54.015 INFO O| Oct 30 23:21:54.015 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
91732024-10-30T23:21:55.394Z[ host-image] Oct 30 23:21:54.016 INFO O| Oct 30 23:21:54.016 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 ...
91742024-10-30T23:21:55.394Z[ host-image] Oct 30 23:21:54.016 INFO O| Oct 30 23:21:54.016 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
91752024-10-30T23:21:55.394Z[ host-image] Oct 30 23:21:54.016 INFO O| Oct 30 23:21:54.016 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
91762024-10-30T23:21:55.394Z[ host-image] Oct 30 23:21:54.016 INFO O| Oct 30 23:21:54.016 INFO ok!
91772024-10-30T23:21:55.394Z[ host-image] Oct 30 23:21:54.016 INFO O| Oct 30 23:21:54.016 INFO STEP 47 (ensure_file) COMPLETE
91782024-10-30T23:21:55.394Z[ host-image] Oct 30 23:21:54.016 INFO O| Oct 30 23:21:54.016 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91792024-10-30T23:21:55.401Z[ host-image] Oct 30 23:21:54.025 INFO O| Oct 30 23:21:54.025 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
91802024-10-30T23:21:55.403Z[ host-image] Oct 30 23:21:54.025 INFO O| Oct 30 23:21:54.025 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
91812024-10-30T23:21:55.403Z[ host-image] Oct 30 23:21:54.025 INFO O| Oct 30 23:21:54.025 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91822024-10-30T23:21:55.403Z[ host-image] Oct 30 23:21:54.025 INFO O| Oct 30 23:21:54.025 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91832024-10-30T23:21:55.404Z[ host-image] Oct 30 23:21:54.025 INFO O| Oct 30 23:21:54.025 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91842024-10-30T23:21:55.404Z[ host-image] Oct 30 23:21:54.025 INFO O| Oct 30 23:21:54.025 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91852024-10-30T23:21:55.404Z[ host-image] Oct 30 23:21:54.026 INFO O| Oct 30 23:21:54.025 INFO ok!
91862024-10-30T23:21:55.404Z[ host-image] Oct 30 23:21:54.026 INFO O| Oct 30 23:21:54.025 INFO STEP 48 (ensure_file) COMPLETE
91872024-10-30T23:21:55.404Z[ host-image] Oct 30 23:21:54.026 INFO O| Oct 30 23:21:54.025 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91882024-10-30T23:21:55.411Z[ host-image] Oct 30 23:21:54.035 INFO O| Oct 30 23:21:54.035 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
91892024-10-30T23:21:55.411Z[ host-image] Oct 30 23:21:54.035 INFO O| Oct 30 23:21:54.035 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 ...
91902024-10-30T23:21:55.414Z[ host-image] Oct 30 23:21:54.035 INFO O| Oct 30 23:21:54.035 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
91912024-10-30T23:21:55.414Z[ host-image] Oct 30 23:21:54.035 INFO O| Oct 30 23:21:54.035 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
91922024-10-30T23:21:55.414Z[ host-image] Oct 30 23:21:54.035 INFO O| Oct 30 23:21:54.035 INFO ok!
91932024-10-30T23:21:55.414Z[ host-image] Oct 30 23:21:54.035 INFO O| Oct 30 23:21:54.035 INFO STEP 49 (ensure_file) COMPLETE
91942024-10-30T23:21:55.414Z[ host-image] Oct 30 23:21:54.035 INFO O| Oct 30 23:21:54.035 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91952024-10-30T23:21:55.421Z[ host-image] Oct 30 23:21:54.044 INFO O| Oct 30 23:21:54.044 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
91962024-10-30T23:21:55.423Z[ host-image] Oct 30 23:21:54.044 INFO O| Oct 30 23:21:54.044 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
91972024-10-30T23:21:55.423Z[ host-image] Oct 30 23:21:54.045 INFO O| Oct 30 23:21:54.044 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91982024-10-30T23:21:55.423Z[ host-image] Oct 30 23:21:54.045 INFO O| Oct 30 23:21:54.045 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91992024-10-30T23:21:55.423Z[ host-image] Oct 30 23:21:54.045 INFO O| Oct 30 23:21:54.045 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
92002024-10-30T23:21:55.423Z[ host-image] Oct 30 23:21:54.045 INFO O| Oct 30 23:21:54.045 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
92012024-10-30T23:21:55.423Z[ host-image] Oct 30 23:21:54.045 INFO O| Oct 30 23:21:54.045 INFO ok!
92022024-10-30T23:21:55.423Z[ host-image] Oct 30 23:21:54.045 INFO O| Oct 30 23:21:54.045 INFO STEP 50 (ensure_file) COMPLETE
92032024-10-30T23:21:55.423Z[ host-image] Oct 30 23:21:54.045 INFO O| Oct 30 23:21:54.045 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92042024-10-30T23:21:55.430Z[ host-image] Oct 30 23:21:54.054 INFO O| Oct 30 23:21:54.054 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
92052024-10-30T23:21:55.430Z[ host-image] Oct 30 23:21:54.054 INFO O| Oct 30 23:21:54.054 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 ...
92062024-10-30T23:21:55.432Z[ host-image] Oct 30 23:21:54.054 INFO O| Oct 30 23:21:54.054 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
92072024-10-30T23:21:55.432Z[ host-image] Oct 30 23:21:54.054 INFO O| Oct 30 23:21:54.054 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
92082024-10-30T23:21:55.432Z[ host-image] Oct 30 23:21:54.054 INFO O| Oct 30 23:21:54.054 INFO ok!
92092024-10-30T23:21:55.432Z[ host-image] Oct 30 23:21:54.054 INFO O| Oct 30 23:21:54.054 INFO STEP 51 (ensure_file) COMPLETE
92102024-10-30T23:21:55.432Z[ host-image] Oct 30 23:21:54.054 INFO O| Oct 30 23:21:54.054 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92112024-10-30T23:21:55.439Z[ host-image] Oct 30 23:21:54.063 INFO O| Oct 30 23:21:54.063 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
92122024-10-30T23:21:55.442Z[ host-image] Oct 30 23:21:54.063 INFO O| Oct 30 23:21:54.063 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 ...
92132024-10-30T23:21:55.442Z[ host-image] Oct 30 23:21:54.063 INFO O| Oct 30 23:21:54.063 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
92142024-10-30T23:21:55.442Z[ host-image] Oct 30 23:21:54.063 INFO O| Oct 30 23:21:54.063 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
92152024-10-30T23:21:55.442Z[ host-image] Oct 30 23:21:54.063 INFO O| Oct 30 23:21:54.063 INFO ok!
92162024-10-30T23:21:55.442Z[ host-image] Oct 30 23:21:54.063 INFO O| Oct 30 23:21:54.063 INFO STEP 52 (ensure_file) COMPLETE
92172024-10-30T23:21:55.442Z[ host-image] Oct 30 23:21:54.063 INFO O| Oct 30 23:21:54.063 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92182024-10-30T23:21:55.449Z[ host-image] Oct 30 23:21:54.073 INFO O| Oct 30 23:21:54.073 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
92192024-10-30T23:21:55.451Z[ host-image] Oct 30 23:21:54.073 INFO O| Oct 30 23:21:54.073 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 ...
92202024-10-30T23:21:55.451Z[ host-image] Oct 30 23:21:54.073 INFO O| Oct 30 23:21:54.073 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
92212024-10-30T23:21:55.451Z[ host-image] Oct 30 23:21:54.073 INFO O| Oct 30 23:21:54.073 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
92222024-10-30T23:21:55.451Z[ host-image] Oct 30 23:21:54.073 INFO O| Oct 30 23:21:54.073 INFO ok!
92232024-10-30T23:21:55.451Z[ host-image] Oct 30 23:21:54.073 INFO O| Oct 30 23:21:54.073 INFO STEP 53 (ensure_file) COMPLETE
92242024-10-30T23:21:55.451Z[ host-image] Oct 30 23:21:54.073 INFO O| Oct 30 23:21:54.073 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92252024-10-30T23:21:55.458Z[ host-image] Oct 30 23:21:54.082 INFO O| Oct 30 23:21:54.082 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
92262024-10-30T23:21:55.458Z[ host-image] Oct 30 23:21:54.082 INFO O| Oct 30 23:21:54.082 INFO STEP 54 (ensure_dir) COMPLETE
92272024-10-30T23:21:55.458Z[ host-image] Oct 30 23:21:54.082 INFO O| Oct 30 23:21:54.082 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92282024-10-30T23:21:55.467Z[ host-image] Oct 30 23:21:54.091 INFO O| Oct 30 23:21:54.091 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
92292024-10-30T23:21:55.467Z[ host-image] Oct 30 23:21:54.091 INFO O| Oct 30 23:21:54.091 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
92302024-10-30T23:21:55.470Z[ host-image] Oct 30 23:21:54.091 INFO O| Oct 30 23:21:54.091 INFO STEP 55 (ensure_dir) COMPLETE
92312024-10-30T23:21:55.470Z[ host-image] Oct 30 23:21:54.091 INFO O| Oct 30 23:21:54.091 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92322024-10-30T23:21:55.479Z[ host-image] Oct 30 23:21:54.101 INFO O| Oct 30 23:21:54.101 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
92332024-10-30T23:21:55.479Z[ host-image] Oct 30 23:21:54.101 INFO O| Oct 30 23:21:54.101 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
92342024-10-30T23:21:55.479Z[ host-image] Oct 30 23:21:54.101 INFO O| Oct 30 23:21:54.101 INFO STEP 56 (ensure_dir) COMPLETE
92352024-10-30T23:21:55.479Z[ host-image] Oct 30 23:21:54.101 INFO O| Oct 30 23:21:54.101 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92362024-10-30T23:21:55.486Z[ host-image] Oct 30 23:21:54.110 INFO O| Oct 30 23:21:54.110 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
92372024-10-30T23:21:55.486Z[ host-image] Oct 30 23:21:54.110 INFO O| Oct 30 23:21:54.110 INFO copying /tmp/.tmpjscsyd/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
92382024-10-30T23:21:55.502Z[ host-image] Oct 30 23:21:54.126 INFO O| Oct 30 23:21:54.126 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
92392024-10-30T23:21:55.502Z[ host-image] Oct 30 23:21:54.126 INFO O| Oct 30 23:21:54.126 INFO ok!
92402024-10-30T23:21:55.505Z[ host-image] Oct 30 23:21:54.126 INFO O| Oct 30 23:21:54.126 INFO STEP 57 (ensure_file) COMPLETE
92412024-10-30T23:21:55.505Z[ host-image] Oct 30 23:21:54.126 INFO O| Oct 30 23:21:54.126 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92422024-10-30T23:21:55.512Z[ host-image] Oct 30 23:21:54.136 INFO O| Oct 30 23:21:54.136 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
92432024-10-30T23:21:55.515Z[ host-image] Oct 30 23:21:54.136 INFO O| Oct 30 23:21:54.136 INFO copying /tmp/.tmpjscsyd/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
92442024-10-30T23:21:56.578Z[ host-image] Oct 30 23:21:55.201 INFO O| Oct 30 23:21:55.201 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
92452024-10-30T23:21:56.578Z[ host-image] Oct 30 23:21:55.201 INFO O| Oct 30 23:21:55.201 INFO ok!
92462024-10-30T23:21:56.580Z[ host-image] Oct 30 23:21:55.201 INFO O| Oct 30 23:21:55.201 INFO STEP 58 (ensure_file) COMPLETE
92472024-10-30T23:21:56.581Z[ host-image] Oct 30 23:21:55.201 INFO O| Oct 30 23:21:55.201 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92482024-10-30T23:21:56.588Z[ host-image] Oct 30 23:21:55.212 INFO O| Oct 30 23:21:55.212 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
92492024-10-30T23:21:56.591Z[ host-image] Oct 30 23:21:55.212 INFO O| Oct 30 23:21:55.212 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
92502024-10-30T23:21:56.591Z[ host-image] Oct 30 23:21:55.212 INFO O| Oct 30 23:21:55.212 INFO STEP 59 (ensure_dir) COMPLETE
92512024-10-30T23:21:56.591Z[ host-image] Oct 30 23:21:55.212 INFO O| Oct 30 23:21:55.212 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92522024-10-30T23:21:56.597Z[ host-image] Oct 30 23:21:55.221 INFO O| Oct 30 23:21:55.221 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
92532024-10-30T23:21:56.598Z[ host-image] Oct 30 23:21:55.221 INFO O| Oct 30 23:21:55.221 INFO copying /tmp/.tmpjscsyd/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 ...
92542024-10-30T23:21:56.600Z[ host-image] Oct 30 23:21:55.221 INFO O| Oct 30 23:21:55.221 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
92552024-10-30T23:21:56.600Z[ host-image] Oct 30 23:21:55.222 INFO O| Oct 30 23:21:55.221 INFO ok!
92562024-10-30T23:21:56.600Z[ host-image] Oct 30 23:21:55.222 INFO O| Oct 30 23:21:55.222 INFO STEP 60 (ensure_file) COMPLETE
92572024-10-30T23:21:56.600Z[ host-image] Oct 30 23:21:55.222 INFO O| Oct 30 23:21:55.222 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92582024-10-30T23:21:56.607Z[ host-image] Oct 30 23:21:55.231 INFO O| Oct 30 23:21:55.231 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
92592024-10-30T23:21:56.607Z[ host-image] Oct 30 23:21:55.231 INFO O| Oct 30 23:21:55.231 INFO copying /tmp/.tmpjscsyd/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 ...
92602024-10-30T23:21:56.609Z[ host-image] Oct 30 23:21:55.231 INFO O| Oct 30 23:21:55.231 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
92612024-10-30T23:21:56.609Z[ host-image] Oct 30 23:21:55.231 INFO O| Oct 30 23:21:55.231 INFO ok!
92622024-10-30T23:21:56.609Z[ host-image] Oct 30 23:21:55.231 INFO O| Oct 30 23:21:55.231 INFO STEP 61 (ensure_file) COMPLETE
92632024-10-30T23:21:56.610Z[ host-image] Oct 30 23:21:55.231 INFO O| Oct 30 23:21:55.231 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92642024-10-30T23:21:56.616Z[ host-image] Oct 30 23:21:55.240 INFO O| Oct 30 23:21:55.240 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
92652024-10-30T23:21:56.619Z[ host-image] Oct 30 23:21:55.240 INFO O| Oct 30 23:21:55.240 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
92662024-10-30T23:21:56.619Z[ host-image] Oct 30 23:21:55.240 INFO O| Oct 30 23:21:55.240 INFO STEP 62 (ensure_dir) COMPLETE
92672024-10-30T23:21:56.619Z[ host-image] Oct 30 23:21:55.240 INFO O| Oct 30 23:21:55.240 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92682024-10-30T23:21:56.626Z[ host-image] Oct 30 23:21:55.250 INFO O| Oct 30 23:21:55.249 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
92692024-10-30T23:21:56.628Z[ host-image] Oct 30 23:21:55.250 INFO O| Oct 30 23:21:55.250 INFO copying /tmp/.tmpjscsyd/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 ...
92702024-10-30T23:21:56.628Z[ host-image] Oct 30 23:21:55.250 INFO O| Oct 30 23:21:55.250 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
92712024-10-30T23:21:56.628Z[ host-image] Oct 30 23:21:55.250 INFO O| Oct 30 23:21:55.250 INFO ok!
92722024-10-30T23:21:56.628Z[ host-image] Oct 30 23:21:55.250 INFO O| Oct 30 23:21:55.250 INFO STEP 63 (ensure_file) COMPLETE
92732024-10-30T23:21:56.628Z[ host-image] Oct 30 23:21:55.250 INFO O| Oct 30 23:21:55.250 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92742024-10-30T23:21:56.635Z[ host-image] Oct 30 23:21:55.259 INFO O| Oct 30 23:21:55.259 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
92752024-10-30T23:21:56.635Z[ host-image] Oct 30 23:21:55.259 INFO O| Oct 30 23:21:55.259 INFO copying /tmp/.tmpjscsyd/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 ...
92762024-10-30T23:21:56.638Z[ host-image] Oct 30 23:21:55.259 INFO O| Oct 30 23:21:55.259 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
92772024-10-30T23:21:56.638Z[ host-image] Oct 30 23:21:55.259 INFO O| Oct 30 23:21:55.259 INFO ok!
92782024-10-30T23:21:56.638Z[ host-image] Oct 30 23:21:55.259 INFO O| Oct 30 23:21:55.259 INFO STEP 64 (ensure_file) COMPLETE
92792024-10-30T23:21:56.638Z[ host-image] Oct 30 23:21:55.259 INFO O| Oct 30 23:21:55.259 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92802024-10-30T23:21:56.645Z[ host-image] Oct 30 23:21:55.269 INFO O| Oct 30 23:21:55.269 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
92812024-10-30T23:21:56.648Z[ host-image] Oct 30 23:21:55.269 INFO O| Oct 30 23:21:55.269 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
92822024-10-30T23:21:56.648Z[ host-image] Oct 30 23:21:55.269 INFO O| Oct 30 23:21:55.269 INFO STEP 65 (ensure_dir) COMPLETE
92832024-10-30T23:21:56.648Z[ host-image] Oct 30 23:21:55.269 INFO O| Oct 30 23:21:55.269 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92842024-10-30T23:21:56.654Z[ host-image] Oct 30 23:21:55.278 INFO O| Oct 30 23:21:55.278 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
92852024-10-30T23:21:56.654Z[ host-image] Oct 30 23:21:55.278 INFO O| Oct 30 23:21:55.278 INFO copying /tmp/.tmpjscsyd/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 ...
92862024-10-30T23:21:56.657Z[ host-image] Oct 30 23:21:55.278 INFO O| Oct 30 23:21:55.278 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
92872024-10-30T23:21:56.657Z[ host-image] Oct 30 23:21:55.279 INFO O| Oct 30 23:21:55.278 INFO ok!
92882024-10-30T23:21:56.657Z[ host-image] Oct 30 23:21:55.279 INFO O| Oct 30 23:21:55.278 INFO STEP 66 (ensure_file) COMPLETE
92892024-10-30T23:21:56.657Z[ host-image] Oct 30 23:21:55.279 INFO O| Oct 30 23:21:55.278 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92902024-10-30T23:21:56.664Z[ host-image] Oct 30 23:21:55.288 INFO O| Oct 30 23:21:55.288 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
92912024-10-30T23:21:56.664Z[ host-image] Oct 30 23:21:55.288 INFO O| Oct 30 23:21:55.288 INFO copying /tmp/.tmpjscsyd/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
92922024-10-30T23:21:56.664Z[ host-image] Oct 30 23:21:55.288 INFO O| Oct 30 23:21:55.288 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
92932024-10-30T23:21:56.667Z[ host-image] Oct 30 23:21:55.288 INFO O| Oct 30 23:21:55.288 INFO ok!
92942024-10-30T23:21:56.667Z[ host-image] Oct 30 23:21:55.288 INFO O| Oct 30 23:21:55.288 INFO STEP 67 (ensure_file) COMPLETE
92952024-10-30T23:21:56.667Z[ host-image] Oct 30 23:21:55.288 INFO O| Oct 30 23:21:55.288 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92962024-10-30T23:21:56.673Z[ host-image] Oct 30 23:21:55.297 INFO O| Oct 30 23:21:55.297 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
92972024-10-30T23:21:56.676Z[ host-image] Oct 30 23:21:55.297 INFO O| Oct 30 23:21:55.297 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
92982024-10-30T23:21:56.676Z[ host-image] Oct 30 23:21:55.297 INFO O| Oct 30 23:21:55.297 INFO STEP 68 (ensure_dir) COMPLETE
92992024-10-30T23:21:56.676Z[ host-image] Oct 30 23:21:55.297 INFO O| Oct 30 23:21:55.297 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93002024-10-30T23:21:56.685Z[ host-image] Oct 30 23:21:55.306 INFO O| Oct 30 23:21:55.306 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
93012024-10-30T23:21:56.689Z[ host-image] Oct 30 23:21:55.306 INFO O| Oct 30 23:21:55.306 INFO copying /tmp/.tmpjscsyd/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
93022024-10-30T23:21:57.698Z[ host-image] Oct 30 23:21:56.321 INFO O| Oct 30 23:21:56.321 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
93032024-10-30T23:21:57.700Z[ host-image] Oct 30 23:21:56.321 INFO O| Oct 30 23:21:56.321 INFO ok!
93042024-10-30T23:21:57.700Z[ host-image] Oct 30 23:21:56.321 INFO O| Oct 30 23:21:56.321 INFO STEP 69 (ensure_file) COMPLETE
93052024-10-30T23:21:57.700Z[ host-image] Oct 30 23:21:56.321 INFO O| Oct 30 23:21:56.321 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93062024-10-30T23:21:57.709Z[ host-image] Oct 30 23:21:56.333 INFO O| Oct 30 23:21:56.332 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
93072024-10-30T23:21:57.709Z[ host-image] Oct 30 23:21:56.333 INFO O| Oct 30 23:21:56.332 INFO copying /tmp/.tmpjscsyd/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
93082024-10-30T23:21:59.140Z[ host-image] Oct 30 23:21:57.764 INFO O| Oct 30 23:21:57.764 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
93092024-10-30T23:21:59.140Z[ host-image] Oct 30 23:21:57.764 INFO O| Oct 30 23:21:57.764 INFO ok!
93102024-10-30T23:21:59.140Z[ host-image] Oct 30 23:21:57.764 INFO O| Oct 30 23:21:57.764 INFO STEP 70 (ensure_file) COMPLETE
93112024-10-30T23:21:59.143Z[ host-image] Oct 30 23:21:57.764 INFO O| Oct 30 23:21:57.764 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93122024-10-30T23:21:59.151Z[ host-image] Oct 30 23:21:57.775 INFO O| Oct 30 23:21:57.775 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
93132024-10-30T23:21:59.153Z[ host-image] Oct 30 23:21:57.775 INFO O| Oct 30 23:21:57.775 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
93142024-10-30T23:21:59.153Z[ host-image] Oct 30 23:21:57.775 INFO O| Oct 30 23:21:57.775 INFO STEP 71 (ensure_dir) COMPLETE
93152024-10-30T23:21:59.153Z[ host-image] Oct 30 23:21:57.775 INFO O| Oct 30 23:21:57.775 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93162024-10-30T23:21:59.160Z[ host-image] Oct 30 23:21:57.784 INFO O| Oct 30 23:21:57.784 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
93172024-10-30T23:21:59.160Z[ host-image] Oct 30 23:21:57.784 INFO O| Oct 30 23:21:57.784 INFO copying /tmp/.tmpjscsyd/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 ...
93182024-10-30T23:21:59.163Z[ host-image] Oct 30 23:21:57.784 INFO O| Oct 30 23:21:57.784 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
93192024-10-30T23:21:59.163Z[ host-image] Oct 30 23:21:57.784 INFO O| Oct 30 23:21:57.784 INFO ok!
93202024-10-30T23:21:59.163Z[ host-image] Oct 30 23:21:57.784 INFO O| Oct 30 23:21:57.784 INFO STEP 72 (ensure_file) COMPLETE
93212024-10-30T23:21:59.163Z[ host-image] Oct 30 23:21:57.784 INFO O| Oct 30 23:21:57.784 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93222024-10-30T23:21:59.170Z[ host-image] Oct 30 23:21:57.794 INFO O| Oct 30 23:21:57.793 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
93232024-10-30T23:21:59.170Z[ host-image] Oct 30 23:21:57.794 INFO O| Oct 30 23:21:57.794 INFO copying /tmp/.tmpjscsyd/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 ...
93242024-10-30T23:21:59.172Z[ host-image] Oct 30 23:21:57.794 INFO O| Oct 30 23:21:57.794 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
93252024-10-30T23:21:59.172Z[ host-image] Oct 30 23:21:57.794 INFO O| Oct 30 23:21:57.794 INFO ok!
93262024-10-30T23:21:59.172Z[ host-image] Oct 30 23:21:57.794 INFO O| Oct 30 23:21:57.794 INFO STEP 73 (ensure_file) COMPLETE
93272024-10-30T23:21:59.172Z[ host-image] Oct 30 23:21:57.794 INFO O| Oct 30 23:21:57.794 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93282024-10-30T23:21:59.179Z[ host-image] Oct 30 23:21:57.803 INFO O| Oct 30 23:21:57.803 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
93292024-10-30T23:21:59.179Z[ host-image] Oct 30 23:21:57.803 INFO O| Oct 30 23:21:57.803 INFO copying /tmp/.tmpjscsyd/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
93302024-10-30T23:21:59.182Z[ host-image] Oct 30 23:21:57.803 INFO O| Oct 30 23:21:57.803 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
93312024-10-30T23:21:59.182Z[ host-image] Oct 30 23:21:57.803 INFO O| Oct 30 23:21:57.803 INFO ok!
93322024-10-30T23:21:59.182Z[ host-image] Oct 30 23:21:57.803 INFO O| Oct 30 23:21:57.803 INFO STEP 74 (ensure_file) COMPLETE
93332024-10-30T23:21:59.182Z[ host-image] Oct 30 23:21:57.803 INFO O| Oct 30 23:21:57.803 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93342024-10-30T23:21:59.188Z[ host-image] Oct 30 23:21:57.812 INFO O| Oct 30 23:21:57.812 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
93352024-10-30T23:21:59.188Z[ host-image] Oct 30 23:21:57.812 INFO O| Oct 30 23:21:57.812 INFO copying /tmp/.tmpjscsyd/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
93362024-10-30T23:21:59.190Z[ host-image] Oct 30 23:21:57.812 INFO O| Oct 30 23:21:57.812 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
93372024-10-30T23:21:59.191Z[ host-image] Oct 30 23:21:57.812 INFO O| Oct 30 23:21:57.812 INFO ok!
93382024-10-30T23:21:59.191Z[ host-image] Oct 30 23:21:57.812 INFO O| Oct 30 23:21:57.812 INFO STEP 75 (ensure_file) COMPLETE
93392024-10-30T23:21:59.191Z[ host-image] Oct 30 23:21:57.812 INFO O| Oct 30 23:21:57.812 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93402024-10-30T23:21:59.198Z[ host-image] Oct 30 23:21:57.821 INFO O| Oct 30 23:21:57.821 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
93412024-10-30T23:21:59.198Z[ host-image] Oct 30 23:21:57.821 INFO O| Oct 30 23:21:57.821 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
93422024-10-30T23:21:59.200Z[ host-image] Oct 30 23:21:57.821 INFO O| Oct 30 23:21:57.821 INFO STEP 76 (ensure_dir) COMPLETE
93432024-10-30T23:21:59.200Z[ host-image] Oct 30 23:21:57.821 INFO O| Oct 30 23:21:57.821 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93442024-10-30T23:21:59.207Z[ host-image] Oct 30 23:21:57.831 INFO O| Oct 30 23:21:57.831 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
93452024-10-30T23:21:59.207Z[ host-image] Oct 30 23:21:57.831 INFO O| Oct 30 23:21:57.831 INFO copying /tmp/.tmpjscsyd/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
93462024-10-30T23:21:59.210Z[ host-image] Oct 30 23:21:57.834 INFO O| Oct 30 23:21:57.834 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
93472024-10-30T23:21:59.212Z[ host-image] Oct 30 23:21:57.834 INFO O| Oct 30 23:21:57.834 INFO ok!
93482024-10-30T23:21:59.212Z[ host-image] Oct 30 23:21:57.834 INFO O| Oct 30 23:21:57.834 INFO STEP 77 (ensure_file) COMPLETE
93492024-10-30T23:21:59.212Z[ host-image] Oct 30 23:21:57.834 INFO O| Oct 30 23:21:57.834 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93502024-10-30T23:21:59.219Z[ host-image] Oct 30 23:21:57.843 INFO O| Oct 30 23:21:57.843 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
93512024-10-30T23:21:59.219Z[ host-image] Oct 30 23:21:57.843 INFO O| Oct 30 23:21:57.843 INFO copying /tmp/.tmpjscsyd/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
93522024-10-30T23:21:59.222Z[ host-image] Oct 30 23:21:57.843 INFO O| Oct 30 23:21:57.843 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
93532024-10-30T23:21:59.222Z[ host-image] Oct 30 23:21:57.843 INFO O| Oct 30 23:21:57.843 INFO ok!
93542024-10-30T23:21:59.222Z[ host-image] Oct 30 23:21:57.843 INFO O| Oct 30 23:21:57.843 INFO STEP 78 (ensure_file) COMPLETE
93552024-10-30T23:21:59.222Z[ host-image] Oct 30 23:21:57.843 INFO O| Oct 30 23:21:57.843 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93562024-10-30T23:21:59.228Z[ host-image] Oct 30 23:21:57.852 INFO O| Oct 30 23:21:57.852 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
93572024-10-30T23:21:59.231Z[ host-image] Oct 30 23:21:57.852 INFO O| Oct 30 23:21:57.852 INFO copying /tmp/.tmpjscsyd/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
93582024-10-30T23:21:59.825Z[ host-image] Oct 30 23:21:58.449 INFO O| Oct 30 23:21:58.449 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
93592024-10-30T23:21:59.825Z[ host-image] Oct 30 23:21:58.449 INFO O| Oct 30 23:21:58.449 INFO ok!
93602024-10-30T23:21:59.825Z[ host-image] Oct 30 23:21:58.449 INFO O| Oct 30 23:21:58.449 INFO STEP 79 (ensure_file) COMPLETE
93612024-10-30T23:21:59.828Z[ host-image] Oct 30 23:21:58.449 INFO O| Oct 30 23:21:58.449 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93622024-10-30T23:21:59.836Z[ host-image] Oct 30 23:21:58.460 INFO O| Oct 30 23:21:58.460 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
93632024-10-30T23:21:59.838Z[ host-image] Oct 30 23:21:58.460 INFO O| Oct 30 23:21:58.460 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
93642024-10-30T23:21:59.838Z[ host-image] Oct 30 23:21:58.460 INFO O| Oct 30 23:21:58.460 INFO STEP 80 (ensure_dir) COMPLETE
93652024-10-30T23:21:59.838Z[ host-image] Oct 30 23:21:58.460 INFO O| Oct 30 23:21:58.460 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93662024-10-30T23:21:59.846Z[ host-image] Oct 30 23:21:58.469 INFO O| Oct 30 23:21:58.469 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
93672024-10-30T23:21:59.846Z[ host-image] Oct 30 23:21:58.469 INFO O| Oct 30 23:21:58.469 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
93682024-10-30T23:21:59.848Z[ host-image] Oct 30 23:21:58.469 INFO O| Oct 30 23:21:58.469 INFO STEP 81 (ensure_dir) COMPLETE
93692024-10-30T23:21:59.848Z[ host-image] Oct 30 23:21:58.469 INFO O| Oct 30 23:21:58.469 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93702024-10-30T23:21:59.854Z[ host-image] Oct 30 23:21:58.478 INFO O| Oct 30 23:21:58.478 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
93712024-10-30T23:21:59.855Z[ host-image] Oct 30 23:21:58.478 INFO O| Oct 30 23:21:58.478 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
93722024-10-30T23:21:59.857Z[ host-image] Oct 30 23:21:58.478 INFO O| Oct 30 23:21:58.478 INFO STEP 82 (ensure_dir) COMPLETE
93732024-10-30T23:21:59.857Z[ host-image] Oct 30 23:21:58.478 INFO O| Oct 30 23:21:58.478 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93742024-10-30T23:21:59.864Z[ host-image] Oct 30 23:21:58.488 INFO O| Oct 30 23:21:58.487 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
93752024-10-30T23:21:59.864Z[ host-image] Oct 30 23:21:58.488 INFO O| Oct 30 23:21:58.488 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
93762024-10-30T23:21:59.866Z[ host-image] Oct 30 23:21:58.488 INFO O| Oct 30 23:21:58.488 INFO STEP 83 (ensure_dir) COMPLETE
93772024-10-30T23:21:59.866Z[ host-image] Oct 30 23:21:58.488 INFO O| Oct 30 23:21:58.488 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93782024-10-30T23:21:59.873Z[ host-image] Oct 30 23:21:58.497 INFO O| Oct 30 23:21:58.497 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
93792024-10-30T23:21:59.873Z[ host-image] Oct 30 23:21:58.497 INFO O| Oct 30 23:21:58.497 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
93802024-10-30T23:21:59.875Z[ host-image] Oct 30 23:21:58.497 INFO O| Oct 30 23:21:58.497 INFO STEP 84 (ensure_dir) COMPLETE
93812024-10-30T23:21:59.875Z[ host-image] Oct 30 23:21:58.497 INFO O| Oct 30 23:21:58.497 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93822024-10-30T23:21:59.882Z[ host-image] Oct 30 23:21:58.506 INFO O| Oct 30 23:21:58.506 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
93832024-10-30T23:21:59.882Z[ host-image] Oct 30 23:21:58.506 INFO O| Oct 30 23:21:58.506 INFO copying /tmp/.tmpjscsyd/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 ...
93842024-10-30T23:21:59.884Z[ host-image] Oct 30 23:21:58.506 INFO O| Oct 30 23:21:58.506 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
93852024-10-30T23:21:59.884Z[ host-image] Oct 30 23:21:58.506 INFO O| Oct 30 23:21:58.506 INFO ok!
93862024-10-30T23:21:59.885Z[ host-image] Oct 30 23:21:58.506 INFO O| Oct 30 23:21:58.506 INFO STEP 85 (ensure_file) COMPLETE
93872024-10-30T23:21:59.885Z[ host-image] Oct 30 23:21:58.506 INFO O| Oct 30 23:21:58.506 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93882024-10-30T23:21:59.891Z[ host-image] Oct 30 23:21:58.515 INFO O| Oct 30 23:21:58.515 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
93892024-10-30T23:21:59.891Z[ host-image] Oct 30 23:21:58.515 INFO O| Oct 30 23:21:58.515 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
93902024-10-30T23:21:59.891Z[ host-image] Oct 30 23:21:58.515 INFO O| Oct 30 23:21:58.515 INFO STEP 86 (ensure_dir) COMPLETE
93912024-10-30T23:21:59.894Z[ host-image] Oct 30 23:21:58.515 INFO O| Oct 30 23:21:58.515 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93922024-10-30T23:21:59.901Z[ host-image] Oct 30 23:21:58.525 INFO O| Oct 30 23:21:58.525 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
93932024-10-30T23:21:59.901Z[ host-image] Oct 30 23:21:58.525 INFO O| Oct 30 23:21:58.525 INFO copying /tmp/.tmpjscsyd/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
93942024-10-30T23:21:59.910Z[ host-image] Oct 30 23:21:58.525 INFO O| Oct 30 23:21:58.525 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
93952024-10-30T23:21:59.910Z[ host-image] Oct 30 23:21:58.525 INFO O| Oct 30 23:21:58.525 INFO ok!
93962024-10-30T23:21:59.910Z[ host-image] Oct 30 23:21:58.525 INFO O| Oct 30 23:21:58.525 INFO STEP 87 (ensure_file) COMPLETE
93972024-10-30T23:21:59.910Z[ host-image] Oct 30 23:21:58.525 INFO O| Oct 30 23:21:58.525 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93982024-10-30T23:21:59.912Z[ host-image] Oct 30 23:21:58.534 INFO O| Oct 30 23:21:58.534 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
93992024-10-30T23:21:59.912Z[ host-image] Oct 30 23:21:58.534 INFO O| Oct 30 23:21:58.534 INFO copying /tmp/.tmpjscsyd/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
94002024-10-30T23:22:00.248Z[ host-image] Oct 30 23:21:58.871 INFO O| Oct 30 23:21:58.871 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
94012024-10-30T23:22:00.248Z[ host-image] Oct 30 23:21:58.871 INFO O| Oct 30 23:21:58.871 INFO ok!
94022024-10-30T23:22:00.248Z[ host-image] Oct 30 23:21:58.871 INFO O| Oct 30 23:21:58.871 INFO STEP 88 (ensure_file) COMPLETE
94032024-10-30T23:22:00.251Z[ host-image] Oct 30 23:21:58.871 INFO O| Oct 30 23:21:58.871 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94042024-10-30T23:22:00.258Z[ host-image] Oct 30 23:21:58.882 INFO O| Oct 30 23:21:58.882 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
94052024-10-30T23:22:00.258Z[ host-image] Oct 30 23:21:58.882 INFO O| Oct 30 23:21:58.882 INFO copying /tmp/.tmpjscsyd/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
94062024-10-30T23:22:00.276Z[ host-image] Oct 30 23:21:58.900 INFO O| Oct 30 23:21:58.900 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
94072024-10-30T23:22:00.276Z[ host-image] Oct 30 23:21:58.900 INFO O| Oct 30 23:21:58.900 INFO ok!
94082024-10-30T23:22:00.276Z[ host-image] Oct 30 23:21:58.900 INFO O| Oct 30 23:21:58.900 INFO STEP 89 (ensure_file) COMPLETE
94092024-10-30T23:22:00.278Z[ host-image] Oct 30 23:21:58.900 INFO O| Oct 30 23:21:58.900 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94102024-10-30T23:22:00.286Z[ host-image] Oct 30 23:21:58.910 INFO O| Oct 30 23:21:58.910 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
94112024-10-30T23:22:00.286Z[ host-image] Oct 30 23:21:58.910 INFO O| Oct 30 23:21:58.910 INFO copying /tmp/.tmpjscsyd/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
94122024-10-30T23:22:00.289Z[ host-image] Oct 30 23:21:58.910 INFO O| Oct 30 23:21:58.910 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
94132024-10-30T23:22:00.289Z[ host-image] Oct 30 23:21:58.910 INFO O| Oct 30 23:21:58.910 INFO ok!
94142024-10-30T23:22:00.289Z[ host-image] Oct 30 23:21:58.910 INFO O| Oct 30 23:21:58.910 INFO STEP 90 (ensure_file) COMPLETE
94152024-10-30T23:22:00.289Z[ host-image] Oct 30 23:21:58.910 INFO O| Oct 30 23:21:58.910 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94162024-10-30T23:22:00.295Z[ host-image] Oct 30 23:21:58.919 INFO O| Oct 30 23:21:58.919 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
94172024-10-30T23:22:00.298Z[ host-image] Oct 30 23:21:58.919 INFO O| Oct 30 23:21:58.919 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
94182024-10-30T23:22:00.298Z[ host-image] Oct 30 23:21:58.919 INFO O| Oct 30 23:21:58.919 INFO STEP 91 (ensure_dir) COMPLETE
94192024-10-30T23:22:00.298Z[ host-image] Oct 30 23:21:58.919 INFO O| Oct 30 23:21:58.919 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94202024-10-30T23:22:00.305Z[ host-image] Oct 30 23:21:58.929 INFO O| Oct 30 23:21:58.929 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
94212024-10-30T23:22:00.307Z[ host-image] Oct 30 23:21:58.929 INFO O| Oct 30 23:21:58.929 INFO copying /tmp/.tmpjscsyd/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 ...
94222024-10-30T23:22:00.307Z[ host-image] Oct 30 23:21:58.929 INFO O| Oct 30 23:21:58.929 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
94232024-10-30T23:22:00.307Z[ host-image] Oct 30 23:21:58.929 INFO O| Oct 30 23:21:58.929 INFO ok!
94242024-10-30T23:22:00.307Z[ host-image] Oct 30 23:21:58.929 INFO O| Oct 30 23:21:58.929 INFO STEP 92 (ensure_file) COMPLETE
94252024-10-30T23:22:00.307Z[ host-image] Oct 30 23:21:58.929 INFO O| Oct 30 23:21:58.929 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94262024-10-30T23:22:00.315Z[ host-image] Oct 30 23:21:58.938 INFO O| Oct 30 23:21:58.938 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
94272024-10-30T23:22:00.317Z[ host-image] Oct 30 23:21:58.938 INFO O| Oct 30 23:21:58.938 INFO copying /tmp/.tmpjscsyd/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 ...
94282024-10-30T23:22:00.317Z[ host-image] Oct 30 23:21:58.939 INFO O| Oct 30 23:21:58.939 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
94292024-10-30T23:22:00.317Z[ host-image] Oct 30 23:21:58.939 INFO O| Oct 30 23:21:58.939 INFO ok!
94302024-10-30T23:22:00.317Z[ host-image] Oct 30 23:21:58.939 INFO O| Oct 30 23:21:58.939 INFO STEP 93 (ensure_file) COMPLETE
94312024-10-30T23:22:00.317Z[ host-image] Oct 30 23:21:58.939 INFO O| Oct 30 23:21:58.939 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94322024-10-30T23:22:00.324Z[ host-image] Oct 30 23:21:58.948 INFO O| Oct 30 23:21:58.948 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
94332024-10-30T23:22:00.324Z[ host-image] Oct 30 23:21:58.948 INFO O| Oct 30 23:21:58.948 INFO copying /tmp/.tmpjscsyd/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 ...
94342024-10-30T23:22:00.327Z[ host-image] Oct 30 23:21:58.948 INFO O| Oct 30 23:21:58.948 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
94352024-10-30T23:22:00.327Z[ host-image] Oct 30 23:21:58.948 INFO O| Oct 30 23:21:58.948 INFO ok!
94362024-10-30T23:22:00.327Z[ host-image] Oct 30 23:21:58.948 INFO O| Oct 30 23:21:58.948 INFO STEP 94 (ensure_file) COMPLETE
94372024-10-30T23:22:00.327Z[ host-image] Oct 30 23:21:58.948 INFO O| Oct 30 23:21:58.948 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94382024-10-30T23:22:00.333Z[ host-image] Oct 30 23:21:58.957 INFO O| Oct 30 23:21:58.957 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
94392024-10-30T23:22:00.333Z[ host-image] Oct 30 23:21:58.957 INFO O| Oct 30 23:21:58.957 INFO copying /tmp/.tmpjscsyd/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 ...
94402024-10-30T23:22:00.336Z[ host-image] Oct 30 23:21:58.957 INFO O| Oct 30 23:21:58.957 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
94412024-10-30T23:22:00.336Z[ host-image] Oct 30 23:21:58.957 INFO O| Oct 30 23:21:58.957 INFO ok!
94422024-10-30T23:22:00.336Z[ host-image] Oct 30 23:21:58.957 INFO O| Oct 30 23:21:58.957 INFO STEP 95 (ensure_file) COMPLETE
94432024-10-30T23:22:00.336Z[ host-image] Oct 30 23:21:58.957 INFO O| Oct 30 23:21:58.957 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94442024-10-30T23:22:00.345Z[ host-image] Oct 30 23:21:58.967 INFO O| Oct 30 23:21:58.967 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
94452024-10-30T23:22:00.345Z[ host-image] Oct 30 23:21:58.967 INFO O| Oct 30 23:21:58.967 INFO copying /tmp/.tmpjscsyd/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 ...
94462024-10-30T23:22:00.347Z[ host-image] Oct 30 23:21:58.967 INFO O| Oct 30 23:21:58.967 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
94472024-10-30T23:22:00.347Z[ host-image] Oct 30 23:21:58.967 INFO O| Oct 30 23:21:58.967 INFO ok!
94482024-10-30T23:22:00.347Z[ host-image] Oct 30 23:21:58.967 INFO O| Oct 30 23:21:58.967 INFO STEP 96 (ensure_file) COMPLETE
94492024-10-30T23:22:00.347Z[ host-image] Oct 30 23:21:58.967 INFO O| Oct 30 23:21:58.967 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94502024-10-30T23:22:00.352Z[ host-image] Oct 30 23:21:58.976 INFO O| Oct 30 23:21:58.976 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
94512024-10-30T23:22:00.352Z[ host-image] Oct 30 23:21:58.976 INFO O| Oct 30 23:21:58.976 INFO copying /tmp/.tmpjscsyd/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
94522024-10-30T23:22:00.355Z[ host-image] Oct 30 23:21:58.976 INFO O| Oct 30 23:21:58.976 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
94532024-10-30T23:22:00.355Z[ host-image] Oct 30 23:21:58.976 INFO O| Oct 30 23:21:58.976 INFO ok!
94542024-10-30T23:22:00.355Z[ host-image] Oct 30 23:21:58.976 INFO O| Oct 30 23:21:58.976 INFO STEP 97 (ensure_file) COMPLETE
94552024-10-30T23:22:00.355Z[ host-image] Oct 30 23:21:58.976 INFO O| Oct 30 23:21:58.976 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94562024-10-30T23:22:00.361Z[ host-image] Oct 30 23:21:58.985 INFO O| Oct 30 23:21:58.985 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
94572024-10-30T23:22:00.361Z[ host-image] Oct 30 23:21:58.985 INFO O| Oct 30 23:21:58.985 INFO copying /tmp/.tmpjscsyd/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 ...
94582024-10-30T23:22:00.364Z[ host-image] Oct 30 23:21:58.985 INFO O| Oct 30 23:21:58.985 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
94592024-10-30T23:22:00.364Z[ host-image] Oct 30 23:21:58.985 INFO O| Oct 30 23:21:58.985 INFO ok!
94602024-10-30T23:22:00.364Z[ host-image] Oct 30 23:21:58.985 INFO O| Oct 30 23:21:58.985 INFO STEP 98 (ensure_file) COMPLETE
94612024-10-30T23:22:00.364Z[ host-image] Oct 30 23:21:58.986 INFO O| Oct 30 23:21:58.985 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94622024-10-30T23:22:00.373Z[ host-image] Oct 30 23:21:58.995 INFO O| Oct 30 23:21:58.995 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
94632024-10-30T23:22:00.373Z[ host-image] Oct 30 23:21:58.995 INFO O| Oct 30 23:21:58.995 INFO copying /tmp/.tmpjscsyd/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 ...
94642024-10-30T23:22:00.375Z[ host-image] Oct 30 23:21:58.995 INFO O| Oct 30 23:21:58.995 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
94652024-10-30T23:22:00.375Z[ host-image] Oct 30 23:21:58.995 INFO O| Oct 30 23:21:58.995 INFO ok!
94662024-10-30T23:22:00.375Z[ host-image] Oct 30 23:21:58.995 INFO O| Oct 30 23:21:58.995 INFO STEP 99 (ensure_file) COMPLETE
94672024-10-30T23:22:00.375Z[ host-image] Oct 30 23:21:58.995 INFO O| Oct 30 23:21:58.995 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94682024-10-30T23:22:00.381Z[ host-image] Oct 30 23:21:59.005 INFO O| Oct 30 23:21:59.005 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
94692024-10-30T23:22:00.381Z[ host-image] Oct 30 23:21:59.005 INFO O| Oct 30 23:21:59.005 INFO copying /tmp/.tmpjscsyd/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 ...
94702024-10-30T23:22:00.384Z[ host-image] Oct 30 23:21:59.005 INFO O| Oct 30 23:21:59.005 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
94712024-10-30T23:22:00.384Z[ host-image] Oct 30 23:21:59.005 INFO O| Oct 30 23:21:59.005 INFO ok!
94722024-10-30T23:22:00.384Z[ host-image] Oct 30 23:21:59.005 INFO O| Oct 30 23:21:59.005 INFO STEP 100 (ensure_file) COMPLETE
94732024-10-30T23:22:00.384Z[ host-image] Oct 30 23:21:59.005 INFO O| Oct 30 23:21:59.005 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94742024-10-30T23:22:00.391Z[ host-image] Oct 30 23:21:59.015 INFO O| Oct 30 23:21:59.015 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
94752024-10-30T23:22:00.391Z[ host-image] Oct 30 23:21:59.015 INFO O| Oct 30 23:21:59.015 INFO copying /tmp/.tmpjscsyd/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
94762024-10-30T23:22:00.394Z[ host-image] Oct 30 23:21:59.015 INFO O| Oct 30 23:21:59.015 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
94772024-10-30T23:22:00.394Z[ host-image] Oct 30 23:21:59.015 INFO O| Oct 30 23:21:59.015 INFO ok!
94782024-10-30T23:22:00.394Z[ host-image] Oct 30 23:21:59.015 INFO O| Oct 30 23:21:59.015 INFO STEP 101 (ensure_file) COMPLETE
94792024-10-30T23:22:00.394Z[ host-image] Oct 30 23:21:59.015 INFO O| Oct 30 23:21:59.015 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94802024-10-30T23:22:00.400Z[ host-image] Oct 30 23:21:59.024 INFO O| Oct 30 23:21:59.024 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
94812024-10-30T23:22:00.400Z[ host-image] Oct 30 23:21:59.024 INFO O| Oct 30 23:21:59.024 INFO copying /tmp/.tmpjscsyd/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 ...
94822024-10-30T23:22:00.403Z[ host-image] Oct 30 23:21:59.024 INFO O| Oct 30 23:21:59.024 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
94832024-10-30T23:22:00.403Z[ host-image] Oct 30 23:21:59.024 INFO O| Oct 30 23:21:59.024 INFO ok!
94842024-10-30T23:22:00.403Z[ host-image] Oct 30 23:21:59.024 INFO O| Oct 30 23:21:59.024 INFO STEP 102 (ensure_file) COMPLETE
94852024-10-30T23:22:00.403Z[ host-image] Oct 30 23:21:59.024 INFO O| Oct 30 23:21:59.024 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94862024-10-30T23:22:00.410Z[ host-image] Oct 30 23:21:59.034 INFO O| Oct 30 23:21:59.034 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
94872024-10-30T23:22:00.410Z[ host-image] Oct 30 23:21:59.034 INFO O| Oct 30 23:21:59.034 INFO copying /tmp/.tmpjscsyd/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 ...
94882024-10-30T23:22:00.412Z[ host-image] Oct 30 23:21:59.034 INFO O| Oct 30 23:21:59.034 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
94892024-10-30T23:22:00.412Z[ host-image] Oct 30 23:21:59.034 INFO O| Oct 30 23:21:59.034 INFO ok!
94902024-10-30T23:22:00.413Z[ host-image] Oct 30 23:21:59.034 INFO O| Oct 30 23:21:59.034 INFO STEP 103 (ensure_file) COMPLETE
94912024-10-30T23:22:00.413Z[ host-image] Oct 30 23:21:59.034 INFO O| Oct 30 23:21:59.034 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94922024-10-30T23:22:00.419Z[ host-image] Oct 30 23:21:59.043 INFO O| Oct 30 23:21:59.043 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
94932024-10-30T23:22:00.419Z[ host-image] Oct 30 23:21:59.043 INFO O| Oct 30 23:21:59.043 INFO copying /tmp/.tmpjscsyd/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 ...
94942024-10-30T23:22:00.422Z[ host-image] Oct 30 23:21:59.043 INFO O| Oct 30 23:21:59.043 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
94952024-10-30T23:22:00.422Z[ host-image] Oct 30 23:21:59.043 INFO O| Oct 30 23:21:59.043 INFO ok!
94962024-10-30T23:22:00.422Z[ host-image] Oct 30 23:21:59.043 INFO O| Oct 30 23:21:59.043 INFO STEP 104 (ensure_file) COMPLETE
94972024-10-30T23:22:00.422Z[ host-image] Oct 30 23:21:59.043 INFO O| Oct 30 23:21:59.043 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94982024-10-30T23:22:00.432Z[ host-image] Oct 30 23:21:59.053 INFO O| Oct 30 23:21:59.053 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
94992024-10-30T23:22:00.432Z[ host-image] Oct 30 23:21:59.053 INFO O| Oct 30 23:21:59.053 INFO copying /tmp/.tmpjscsyd/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 ...
95002024-10-30T23:22:00.434Z[ host-image] Oct 30 23:21:59.053 INFO O| Oct 30 23:21:59.053 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
95012024-10-30T23:22:00.434Z[ host-image] Oct 30 23:21:59.053 INFO O| Oct 30 23:21:59.053 INFO ok!
95022024-10-30T23:22:00.434Z[ host-image] Oct 30 23:21:59.053 INFO O| Oct 30 23:21:59.053 INFO STEP 105 (ensure_file) COMPLETE
95032024-10-30T23:22:00.434Z[ host-image] Oct 30 23:21:59.053 INFO O| Oct 30 23:21:59.053 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95042024-10-30T23:22:00.438Z[ host-image] Oct 30 23:21:59.062 INFO O| Oct 30 23:21:59.062 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
95052024-10-30T23:22:00.438Z[ host-image] Oct 30 23:21:59.062 INFO O| Oct 30 23:21:59.062 INFO copying /tmp/.tmpjscsyd/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 ...
95062024-10-30T23:22:00.440Z[ host-image] Oct 30 23:21:59.062 INFO O| Oct 30 23:21:59.062 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
95072024-10-30T23:22:00.440Z[ host-image] Oct 30 23:21:59.062 INFO O| Oct 30 23:21:59.062 INFO ok!
95082024-10-30T23:22:00.440Z[ host-image] Oct 30 23:21:59.062 INFO O| Oct 30 23:21:59.062 INFO STEP 106 (ensure_file) COMPLETE
95092024-10-30T23:22:00.440Z[ host-image] Oct 30 23:21:59.062 INFO O| Oct 30 23:21:59.062 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95102024-10-30T23:22:00.447Z[ host-image] Oct 30 23:21:59.071 INFO O| Oct 30 23:21:59.071 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
95112024-10-30T23:22:00.447Z[ host-image] Oct 30 23:21:59.071 INFO O| Oct 30 23:21:59.071 INFO copying /tmp/.tmpjscsyd/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 ...
95122024-10-30T23:22:00.450Z[ host-image] Oct 30 23:21:59.071 INFO O| Oct 30 23:21:59.071 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
95132024-10-30T23:22:00.450Z[ host-image] Oct 30 23:21:59.071 INFO O| Oct 30 23:21:59.071 INFO ok!
95142024-10-30T23:22:00.450Z[ host-image] Oct 30 23:21:59.071 INFO O| Oct 30 23:21:59.071 INFO STEP 107 (ensure_file) COMPLETE
95152024-10-30T23:22:00.450Z[ host-image] Oct 30 23:21:59.071 INFO O| Oct 30 23:21:59.071 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95162024-10-30T23:22:00.457Z[ host-image] Oct 30 23:21:59.081 INFO O| Oct 30 23:21:59.081 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
95172024-10-30T23:22:00.457Z[ host-image] Oct 30 23:21:59.081 INFO O| Oct 30 23:21:59.081 INFO copying /tmp/.tmpjscsyd/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 ...
95182024-10-30T23:22:00.459Z[ host-image] Oct 30 23:21:59.081 INFO O| Oct 30 23:21:59.081 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
95192024-10-30T23:22:00.459Z[ host-image] Oct 30 23:21:59.081 INFO O| Oct 30 23:21:59.081 INFO ok!
95202024-10-30T23:22:00.459Z[ host-image] Oct 30 23:21:59.081 INFO O| Oct 30 23:21:59.081 INFO STEP 108 (ensure_file) COMPLETE
95212024-10-30T23:22:00.459Z[ host-image] Oct 30 23:21:59.081 INFO O| Oct 30 23:21:59.081 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95222024-10-30T23:22:00.466Z[ host-image] Oct 30 23:21:59.090 INFO O| Oct 30 23:21:59.090 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
95232024-10-30T23:22:00.466Z[ host-image] Oct 30 23:21:59.090 INFO O| Oct 30 23:21:59.090 INFO copying /tmp/.tmpjscsyd/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 ...
95242024-10-30T23:22:00.466Z[ host-image] Oct 30 23:21:59.090 INFO O| Oct 30 23:21:59.090 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
95252024-10-30T23:22:00.469Z[ host-image] Oct 30 23:21:59.090 INFO O| Oct 30 23:21:59.090 INFO ok!
95262024-10-30T23:22:00.469Z[ host-image] Oct 30 23:21:59.090 INFO O| Oct 30 23:21:59.090 INFO STEP 109 (ensure_file) COMPLETE
95272024-10-30T23:22:00.469Z[ host-image] Oct 30 23:21:59.090 INFO O| Oct 30 23:21:59.090 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95282024-10-30T23:22:00.476Z[ host-image] Oct 30 23:21:59.099 INFO O| Oct 30 23:21:59.099 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
95292024-10-30T23:22:00.476Z[ host-image] Oct 30 23:21:59.099 INFO O| Oct 30 23:21:59.099 INFO copying /tmp/.tmpjscsyd/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 ...
95302024-10-30T23:22:00.478Z[ host-image] Oct 30 23:21:59.099 INFO O| Oct 30 23:21:59.099 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
95312024-10-30T23:22:00.478Z[ host-image] Oct 30 23:21:59.099 INFO O| Oct 30 23:21:59.099 INFO ok!
95322024-10-30T23:22:00.478Z[ host-image] Oct 30 23:21:59.099 INFO O| Oct 30 23:21:59.099 INFO STEP 110 (ensure_file) COMPLETE
95332024-10-30T23:22:00.478Z[ host-image] Oct 30 23:21:59.099 INFO O| Oct 30 23:21:59.099 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95342024-10-30T23:22:00.485Z[ host-image] Oct 30 23:21:59.109 INFO O| Oct 30 23:21:59.109 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
95352024-10-30T23:22:00.487Z[ host-image] Oct 30 23:21:59.109 INFO O| Oct 30 23:21:59.109 INFO copying /tmp/.tmpjscsyd/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 ...
95362024-10-30T23:22:00.487Z[ host-image] Oct 30 23:21:59.109 INFO O| Oct 30 23:21:59.109 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
95372024-10-30T23:22:00.487Z[ host-image] Oct 30 23:21:59.109 INFO O| Oct 30 23:21:59.109 INFO ok!
95382024-10-30T23:22:00.488Z[ host-image] Oct 30 23:21:59.109 INFO O| Oct 30 23:21:59.109 INFO STEP 111 (ensure_file) COMPLETE
95392024-10-30T23:22:00.488Z[ host-image] Oct 30 23:21:59.109 INFO O| Oct 30 23:21:59.109 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95402024-10-30T23:22:00.494Z[ host-image] Oct 30 23:21:59.118 INFO O| Oct 30 23:21:59.118 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
95412024-10-30T23:22:00.494Z[ host-image] Oct 30 23:21:59.118 INFO O| Oct 30 23:21:59.118 INFO copying /tmp/.tmpjscsyd/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 ...
95422024-10-30T23:22:00.497Z[ host-image] Oct 30 23:21:59.118 INFO O| Oct 30 23:21:59.118 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
95432024-10-30T23:22:00.497Z[ host-image] Oct 30 23:21:59.118 INFO O| Oct 30 23:21:59.118 INFO ok!
95442024-10-30T23:22:00.497Z[ host-image] Oct 30 23:21:59.118 INFO O| Oct 30 23:21:59.118 INFO STEP 112 (ensure_file) COMPLETE
95452024-10-30T23:22:00.497Z[ host-image] Oct 30 23:21:59.118 INFO O| Oct 30 23:21:59.118 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95462024-10-30T23:22:00.504Z[ host-image] Oct 30 23:21:59.127 INFO O| Oct 30 23:21:59.127 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
95472024-10-30T23:22:00.504Z[ host-image] Oct 30 23:21:59.127 INFO O| Oct 30 23:21:59.127 INFO copying /tmp/.tmpjscsyd/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 ...
95482024-10-30T23:22:00.506Z[ host-image] Oct 30 23:21:59.127 INFO O| Oct 30 23:21:59.127 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
95492024-10-30T23:22:00.506Z[ host-image] Oct 30 23:21:59.128 INFO O| Oct 30 23:21:59.127 INFO ok!
95502024-10-30T23:22:00.506Z[ host-image] Oct 30 23:21:59.128 INFO O| Oct 30 23:21:59.128 INFO STEP 113 (ensure_file) COMPLETE
95512024-10-30T23:22:00.506Z[ host-image] Oct 30 23:21:59.128 INFO O| Oct 30 23:21:59.128 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95522024-10-30T23:22:00.515Z[ host-image] Oct 30 23:21:59.137 INFO O| Oct 30 23:21:59.137 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
95532024-10-30T23:22:00.517Z[ host-image] Oct 30 23:21:59.137 INFO O| Oct 30 23:21:59.137 INFO copying /tmp/.tmpjscsyd/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 ...
95542024-10-30T23:22:00.517Z[ host-image] Oct 30 23:21:59.137 INFO O| Oct 30 23:21:59.137 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
95552024-10-30T23:22:00.517Z[ host-image] Oct 30 23:21:59.137 INFO O| Oct 30 23:21:59.137 INFO ok!
95562024-10-30T23:22:00.517Z[ host-image] Oct 30 23:21:59.137 INFO O| Oct 30 23:21:59.137 INFO STEP 114 (ensure_file) COMPLETE
95572024-10-30T23:22:00.517Z[ host-image] Oct 30 23:21:59.137 INFO O| Oct 30 23:21:59.137 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95582024-10-30T23:22:00.522Z[ host-image] Oct 30 23:21:59.146 INFO O| Oct 30 23:21:59.146 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
95592024-10-30T23:22:00.522Z[ host-image] Oct 30 23:21:59.146 INFO O| Oct 30 23:21:59.146 INFO copying /tmp/.tmpjscsyd/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 ...
95602024-10-30T23:22:00.524Z[ host-image] Oct 30 23:21:59.146 INFO O| Oct 30 23:21:59.146 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
95612024-10-30T23:22:00.524Z[ host-image] Oct 30 23:21:59.146 INFO O| Oct 30 23:21:59.146 INFO ok!
95622024-10-30T23:22:00.524Z[ host-image] Oct 30 23:21:59.146 INFO O| Oct 30 23:21:59.146 INFO STEP 115 (ensure_file) COMPLETE
95632024-10-30T23:22:00.524Z[ host-image] Oct 30 23:21:59.146 INFO O| Oct 30 23:21:59.146 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95642024-10-30T23:22:00.532Z[ host-image] Oct 30 23:21:59.155 INFO O| Oct 30 23:21:59.155 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
95652024-10-30T23:22:00.532Z[ host-image] Oct 30 23:21:59.155 INFO O| Oct 30 23:21:59.155 INFO copying /tmp/.tmpjscsyd/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
95662024-10-30T23:22:00.534Z[ host-image] Oct 30 23:21:59.156 INFO O| Oct 30 23:21:59.156 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
95672024-10-30T23:22:00.535Z[ host-image] Oct 30 23:21:59.156 INFO O| Oct 30 23:21:59.156 INFO ok!
95682024-10-30T23:22:00.535Z[ host-image] Oct 30 23:21:59.156 INFO O| Oct 30 23:21:59.156 INFO STEP 116 (ensure_file) COMPLETE
95692024-10-30T23:22:00.535Z[ host-image] Oct 30 23:21:59.156 INFO O| Oct 30 23:21:59.156 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95702024-10-30T23:22:00.541Z[ host-image] Oct 30 23:21:59.165 INFO O| Oct 30 23:21:59.165 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
95712024-10-30T23:22:00.543Z[ host-image] Oct 30 23:21:59.165 INFO O| Oct 30 23:21:59.165 INFO copying /tmp/.tmpjscsyd/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 ...
95722024-10-30T23:22:00.543Z[ host-image] Oct 30 23:21:59.165 INFO O| Oct 30 23:21:59.165 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
95732024-10-30T23:22:00.543Z[ host-image] Oct 30 23:21:59.165 INFO O| Oct 30 23:21:59.165 INFO ok!
95742024-10-30T23:22:00.543Z[ host-image] Oct 30 23:21:59.165 INFO O| Oct 30 23:21:59.165 INFO STEP 117 (ensure_file) COMPLETE
95752024-10-30T23:22:00.543Z[ host-image] Oct 30 23:21:59.165 INFO O| Oct 30 23:21:59.165 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95762024-10-30T23:22:00.550Z[ host-image] Oct 30 23:21:59.174 INFO O| Oct 30 23:21:59.174 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
95772024-10-30T23:22:00.551Z[ host-image] Oct 30 23:21:59.174 INFO O| Oct 30 23:21:59.174 INFO copying /tmp/.tmpjscsyd/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
95782024-10-30T23:22:00.553Z[ host-image] Oct 30 23:21:59.174 INFO O| Oct 30 23:21:59.174 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
95792024-10-30T23:22:00.553Z[ host-image] Oct 30 23:21:59.174 INFO O| Oct 30 23:21:59.174 INFO ok!
95802024-10-30T23:22:00.553Z[ host-image] Oct 30 23:21:59.174 INFO O| Oct 30 23:21:59.174 INFO STEP 118 (ensure_file) COMPLETE
95812024-10-30T23:22:00.553Z[ host-image] Oct 30 23:21:59.174 INFO O| Oct 30 23:21:59.174 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95822024-10-30T23:22:00.560Z[ host-image] Oct 30 23:21:59.184 INFO O| Oct 30 23:21:59.183 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
95832024-10-30T23:22:00.560Z[ host-image] Oct 30 23:21:59.184 INFO O| Oct 30 23:21:59.183 INFO copying /tmp/.tmpjscsyd/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
95842024-10-30T23:22:04.091Z[ host-image] Oct 30 23:22:02.715 INFO O| Oct 30 23:22:02.715 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
95852024-10-30T23:22:04.091Z[ host-image] Oct 30 23:22:02.715 INFO O| Oct 30 23:22:02.715 INFO ok!
95862024-10-30T23:22:04.094Z[ host-image] Oct 30 23:22:02.715 INFO O| Oct 30 23:22:02.715 INFO STEP 119 (ensure_file) COMPLETE
95872024-10-30T23:22:04.094Z[ host-image] Oct 30 23:22:02.715 INFO O| Oct 30 23:22:02.715 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95882024-10-30T23:22:04.103Z[ host-image] Oct 30 23:22:02.726 INFO O| Oct 30 23:22:02.726 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
95892024-10-30T23:22:04.105Z[ host-image] Oct 30 23:22:02.726 INFO O| Oct 30 23:22:02.726 INFO STEP 120 (ensure_dir) COMPLETE
95902024-10-30T23:22:04.105Z[ host-image] Oct 30 23:22:02.726 INFO O| Oct 30 23:22:02.726 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95912024-10-30T23:22:04.112Z[ host-image] Oct 30 23:22:02.736 INFO O| Oct 30 23:22:02.736 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
95922024-10-30T23:22:04.115Z[ host-image] Oct 30 23:22:02.736 INFO O| Oct 30 23:22:02.736 INFO STEP 121 (ensure_dir) COMPLETE
95932024-10-30T23:22:04.115Z[ host-image] Oct 30 23:22:02.736 INFO O| Oct 30 23:22:02.736 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95942024-10-30T23:22:04.122Z[ host-image] Oct 30 23:22:02.745 INFO O| Oct 30 23:22:02.745 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
95952024-10-30T23:22:04.125Z[ host-image] Oct 30 23:22:02.745 INFO O| Oct 30 23:22:02.745 INFO STEP 122 (ensure_dir) COMPLETE
95962024-10-30T23:22:04.125Z[ host-image] Oct 30 23:22:02.745 INFO O| Oct 30 23:22:02.745 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95972024-10-30T23:22:04.131Z[ host-image] Oct 30 23:22:02.755 INFO O| Oct 30 23:22:02.755 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
95982024-10-30T23:22:04.131Z[ host-image] Oct 30 23:22:02.755 INFO O| Oct 30 23:22:02.755 INFO STEP 123 (ensure_dir) COMPLETE
95992024-10-30T23:22:04.131Z[ host-image] Oct 30 23:22:02.755 INFO O| Oct 30 23:22:02.755 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96002024-10-30T23:22:04.141Z[ host-image] Oct 30 23:22:02.764 INFO O| Oct 30 23:22:02.764 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
96012024-10-30T23:22:04.141Z[ host-image] Oct 30 23:22:02.764 INFO O| Oct 30 23:22:02.764 INFO copying /tmp/.tmpjscsyd/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 ...
96022024-10-30T23:22:04.143Z[ host-image] Oct 30 23:22:02.765 INFO O| Oct 30 23:22:02.765 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
96032024-10-30T23:22:04.143Z[ host-image] Oct 30 23:22:02.765 INFO O| Oct 30 23:22:02.765 INFO ok!
96042024-10-30T23:22:04.143Z[ host-image] Oct 30 23:22:02.765 INFO O| Oct 30 23:22:02.765 INFO STEP 124 (ensure_file) COMPLETE
96052024-10-30T23:22:04.143Z[ host-image] Oct 30 23:22:02.765 INFO O| Oct 30 23:22:02.765 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96062024-10-30T23:22:04.150Z[ host-image] Oct 30 23:22:02.774 INFO O| Oct 30 23:22:02.774 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
96072024-10-30T23:22:04.150Z[ host-image] Oct 30 23:22:02.774 INFO O| Oct 30 23:22:02.774 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
96082024-10-30T23:22:04.153Z[ host-image] Oct 30 23:22:02.774 INFO O| Oct 30 23:22:02.774 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
96092024-10-30T23:22:04.153Z[ host-image] Oct 30 23:22:02.774 INFO O| Oct 30 23:22:02.774 INFO STEP 125 (ensure_dir) COMPLETE
96102024-10-30T23:22:04.153Z[ host-image] Oct 30 23:22:02.774 INFO O| Oct 30 23:22:02.774 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96112024-10-30T23:22:04.160Z[ host-image] Oct 30 23:22:02.783 INFO O| Oct 30 23:22:02.783 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
96122024-10-30T23:22:04.163Z[ host-image] Oct 30 23:22:02.783 INFO O| Oct 30 23:22:02.783 INFO copying /tmp/.tmpjscsyd/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
96132024-10-30T23:22:04.163Z[ host-image] Oct 30 23:22:02.784 INFO O| Oct 30 23:22:02.784 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
96142024-10-30T23:22:04.163Z[ host-image] Oct 30 23:22:02.784 INFO O| Oct 30 23:22:02.784 INFO ok!
96152024-10-30T23:22:04.163Z[ host-image] Oct 30 23:22:02.784 INFO O| Oct 30 23:22:02.784 INFO STEP 126 (ensure_file) COMPLETE
96162024-10-30T23:22:04.163Z[ host-image] Oct 30 23:22:02.784 INFO O| Oct 30 23:22:02.784 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96172024-10-30T23:22:04.169Z[ host-image] Oct 30 23:22:02.793 INFO O| Oct 30 23:22:02.793 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
96182024-10-30T23:22:04.172Z[ host-image] Oct 30 23:22:02.793 INFO O| Oct 30 23:22:02.793 INFO STEP 127 (remove_files) COMPLETE
96192024-10-30T23:22:04.172Z[ host-image] Oct 30 23:22:02.793 INFO O| Oct 30 23:22:02.793 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96202024-10-30T23:22:04.179Z[ host-image] Oct 30 23:22:02.803 INFO O| Oct 30 23:22:02.803 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
96212024-10-30T23:22:04.182Z[ host-image] Oct 30 23:22:02.803 INFO O| Oct 30 23:22:02.803 INFO STEP 128 (remove_files) COMPLETE
96222024-10-30T23:22:04.182Z[ host-image] Oct 30 23:22:02.803 INFO O| Oct 30 23:22:02.803 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96232024-10-30T23:22:04.188Z[ host-image] Oct 30 23:22:02.812 INFO O| Oct 30 23:22:02.812 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
96242024-10-30T23:22:04.191Z[ host-image] Oct 30 23:22:02.812 INFO O| Oct 30 23:22:02.812 INFO STEP 129 (remove_files) COMPLETE
96252024-10-30T23:22:04.192Z[ host-image] Oct 30 23:22:02.812 INFO O| Oct 30 23:22:02.812 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96262024-10-30T23:22:04.198Z[ host-image] Oct 30 23:22:02.822 INFO O| Oct 30 23:22:02.822 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
96272024-10-30T23:22:04.201Z[ host-image] Oct 30 23:22:02.822 INFO O| Oct 30 23:22:02.822 INFO STEP 130 (remove_files) COMPLETE
96282024-10-30T23:22:04.201Z[ host-image] Oct 30 23:22:02.822 INFO O| Oct 30 23:22:02.822 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96292024-10-30T23:22:04.208Z[ host-image] Oct 30 23:22:02.832 INFO O| Oct 30 23:22:02.832 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
96302024-10-30T23:22:04.210Z[ host-image] Oct 30 23:22:02.832 INFO O| Oct 30 23:22:02.832 INFO STEP 131 (remove_files) COMPLETE
96312024-10-30T23:22:04.210Z[ host-image] Oct 30 23:22:02.832 INFO O| Oct 30 23:22:02.832 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96322024-10-30T23:22:04.218Z[ host-image] Oct 30 23:22:02.841 INFO O| Oct 30 23:22:02.841 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
96332024-10-30T23:22:04.220Z[ host-image] Oct 30 23:22:02.842 INFO O| Oct 30 23:22:02.842 INFO STEP 132 (remove_files) COMPLETE
96342024-10-30T23:22:04.221Z[ host-image] Oct 30 23:22:02.842 INFO O| Oct 30 23:22:02.842 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96352024-10-30T23:22:04.228Z[ host-image] Oct 30 23:22:02.851 INFO O| Oct 30 23:22:02.851 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
96362024-10-30T23:22:04.228Z[ host-image] Oct 30 23:22:02.851 INFO O| Oct 30 23:22:02.851 INFO STEP 133 (remove_files) COMPLETE
96372024-10-30T23:22:04.230Z[ host-image] Oct 30 23:22:02.851 INFO O| Oct 30 23:22:02.851 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96382024-10-30T23:22:04.237Z[ host-image] Oct 30 23:22:02.861 INFO O| Oct 30 23:22:02.861 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
96392024-10-30T23:22:04.237Z[ host-image] Oct 30 23:22:02.861 INFO O| Oct 30 23:22:02.861 INFO STEP 134 (remove_files) COMPLETE
96402024-10-30T23:22:04.237Z[ host-image] Oct 30 23:22:02.861 INFO O| Oct 30 23:22:02.861 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96412024-10-30T23:22:04.247Z[ host-image] Oct 30 23:22:02.871 INFO O| Oct 30 23:22:02.871 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
96422024-10-30T23:22:04.247Z[ host-image] Oct 30 23:22:02.871 INFO O| Oct 30 23:22:02.871 INFO STEP 135 (remove_files) COMPLETE
96432024-10-30T23:22:04.250Z[ host-image] Oct 30 23:22:02.871 INFO O| Oct 30 23:22:02.871 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96442024-10-30T23:22:04.257Z[ host-image] Oct 30 23:22:02.880 INFO O| Oct 30 23:22:02.880 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
96452024-10-30T23:22:04.257Z[ host-image] Oct 30 23:22:02.880 INFO O| Oct 30 23:22:02.880 INFO STEP 136 (remove_files) COMPLETE
96462024-10-30T23:22:04.259Z[ host-image] Oct 30 23:22:02.880 INFO O| Oct 30 23:22:02.880 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96472024-10-30T23:22:04.266Z[ host-image] Oct 30 23:22:02.890 INFO O| Oct 30 23:22:02.890 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
96482024-10-30T23:22:04.266Z[ host-image] Oct 30 23:22:02.890 INFO O| Oct 30 23:22:02.890 INFO STEP 137 (remove_files) COMPLETE
96492024-10-30T23:22:04.268Z[ host-image] Oct 30 23:22:02.890 INFO O| Oct 30 23:22:02.890 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96502024-10-30T23:22:04.275Z[ host-image] Oct 30 23:22:02.899 INFO O| Oct 30 23:22:02.899 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
96512024-10-30T23:22:04.275Z[ host-image] Oct 30 23:22:02.899 INFO O| Oct 30 23:22:02.899 INFO STEP 138 (remove_files) COMPLETE
96522024-10-30T23:22:04.278Z[ host-image] Oct 30 23:22:02.899 INFO O| Oct 30 23:22:02.899 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96532024-10-30T23:22:04.285Z[ host-image] Oct 30 23:22:02.909 INFO O| Oct 30 23:22:02.909 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
96542024-10-30T23:22:04.288Z[ host-image] Oct 30 23:22:02.909 INFO O| Oct 30 23:22:02.909 INFO STEP 139 (remove_files) COMPLETE
96552024-10-30T23:22:04.288Z[ host-image] Oct 30 23:22:02.909 INFO O| Oct 30 23:22:02.909 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96562024-10-30T23:22:04.295Z[ host-image] Oct 30 23:22:02.919 INFO O| Oct 30 23:22:02.919 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
96572024-10-30T23:22:04.298Z[ host-image] Oct 30 23:22:02.919 INFO O| Oct 30 23:22:02.919 INFO STEP 140 (remove_files) COMPLETE
96582024-10-30T23:22:04.298Z[ host-image] Oct 30 23:22:02.919 INFO O| Oct 30 23:22:02.919 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96592024-10-30T23:22:04.305Z[ host-image] Oct 30 23:22:02.928 INFO O| Oct 30 23:22:02.928 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
96602024-10-30T23:22:04.305Z[ host-image] Oct 30 23:22:02.929 INFO O| Oct 30 23:22:02.928 INFO STEP 141 (remove_files) COMPLETE
96612024-10-30T23:22:04.308Z[ host-image] Oct 30 23:22:02.929 INFO O| Oct 30 23:22:02.928 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96622024-10-30T23:22:04.314Z[ host-image] Oct 30 23:22:02.938 INFO O| Oct 30 23:22:02.938 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
96632024-10-30T23:22:04.314Z[ host-image] Oct 30 23:22:02.938 INFO O| Oct 30 23:22:02.938 INFO STEP 142 (remove_files) COMPLETE
96642024-10-30T23:22:04.317Z[ host-image] Oct 30 23:22:02.938 INFO O| Oct 30 23:22:02.938 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96652024-10-30T23:22:04.324Z[ host-image] Oct 30 23:22:02.947 INFO O| Oct 30 23:22:02.947 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
96662024-10-30T23:22:04.324Z[ host-image] Oct 30 23:22:02.947 INFO O| Oct 30 23:22:02.947 INFO STEP 143 (remove_files) COMPLETE
96672024-10-30T23:22:04.326Z[ host-image] Oct 30 23:22:02.947 INFO O| Oct 30 23:22:02.947 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96682024-10-30T23:22:04.334Z[ host-image] Oct 30 23:22:02.957 INFO O| Oct 30 23:22:02.957 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
96692024-10-30T23:22:04.334Z[ host-image] Oct 30 23:22:02.957 INFO O| Oct 30 23:22:02.957 INFO STEP 144 (remove_files) COMPLETE
96702024-10-30T23:22:04.334Z[ host-image] Oct 30 23:22:02.957 INFO O| Oct 30 23:22:02.957 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96712024-10-30T23:22:04.343Z[ host-image] Oct 30 23:22:02.967 INFO O| Oct 30 23:22:02.967 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
96722024-10-30T23:22:04.346Z[ host-image] Oct 30 23:22:02.967 INFO O| Oct 30 23:22:02.967 INFO STEP 145 (remove_files) COMPLETE
96732024-10-30T23:22:04.346Z[ host-image] Oct 30 23:22:02.967 INFO O| Oct 30 23:22:02.967 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96742024-10-30T23:22:04.353Z[ host-image] Oct 30 23:22:02.977 INFO O| Oct 30 23:22:02.977 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
96752024-10-30T23:22:04.355Z[ host-image] Oct 30 23:22:02.977 INFO O| Oct 30 23:22:02.977 INFO STEP 146 (remove_files) COMPLETE
96762024-10-30T23:22:04.355Z[ host-image] Oct 30 23:22:02.977 INFO O| Oct 30 23:22:02.977 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96772024-10-30T23:22:04.362Z[ host-image] Oct 30 23:22:02.986 INFO O| Oct 30 23:22:02.986 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
96782024-10-30T23:22:04.365Z[ host-image] Oct 30 23:22:02.986 INFO O| Oct 30 23:22:02.986 INFO STEP 147 (remove_files) COMPLETE
96792024-10-30T23:22:04.365Z[ host-image] Oct 30 23:22:02.986 INFO O| Oct 30 23:22:02.986 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96802024-10-30T23:22:04.372Z[ host-image] Oct 30 23:22:02.996 INFO O| Oct 30 23:22:02.996 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
96812024-10-30T23:22:04.375Z[ host-image] Oct 30 23:22:02.996 INFO O| Oct 30 23:22:02.996 INFO STEP 148 (remove_files) COMPLETE
96822024-10-30T23:22:04.375Z[ host-image] Oct 30 23:22:02.996 INFO O| Oct 30 23:22:02.996 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96832024-10-30T23:22:04.383Z[ host-image] Oct 30 23:22:03.007 INFO O| Oct 30 23:22:03.006 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
96842024-10-30T23:22:04.385Z[ host-image] Oct 30 23:22:03.007 INFO O| Oct 30 23:22:03.007 INFO STEP 149 (remove_files) COMPLETE
96852024-10-30T23:22:04.385Z[ host-image] Oct 30 23:22:03.007 INFO O| Oct 30 23:22:03.007 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96862024-10-30T23:22:04.394Z[ host-image] Oct 30 23:22:03.016 INFO O| Oct 30 23:22:03.016 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
96872024-10-30T23:22:04.396Z[ host-image] Oct 30 23:22:03.016 INFO O| Oct 30 23:22:03.016 INFO STEP 150 (remove_files) COMPLETE
96882024-10-30T23:22:04.396Z[ host-image] Oct 30 23:22:03.016 INFO O| Oct 30 23:22:03.016 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96892024-10-30T23:22:04.402Z[ host-image] Oct 30 23:22:03.026 INFO O| Oct 30 23:22:03.026 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
96902024-10-30T23:22:04.402Z[ host-image] Oct 30 23:22:03.026 INFO O| Oct 30 23:22:03.026 INFO STEP 151 (remove_files) COMPLETE
96912024-10-30T23:22:04.404Z[ host-image] Oct 30 23:22:03.026 INFO O| Oct 30 23:22:03.026 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96922024-10-30T23:22:04.412Z[ host-image] Oct 30 23:22:03.036 INFO O| Oct 30 23:22:03.036 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
96932024-10-30T23:22:04.412Z[ host-image] Oct 30 23:22:03.036 INFO O| Oct 30 23:22:03.036 INFO STEP 152 (remove_files) COMPLETE
96942024-10-30T23:22:04.414Z[ host-image] Oct 30 23:22:03.036 INFO O| Oct 30 23:22:03.036 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96952024-10-30T23:22:04.421Z[ host-image] Oct 30 23:22:03.045 INFO O| Oct 30 23:22:03.045 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
96962024-10-30T23:22:04.421Z[ host-image] Oct 30 23:22:03.045 INFO O| Oct 30 23:22:03.045 INFO STEP 153 (remove_files) COMPLETE
96972024-10-30T23:22:04.424Z[ host-image] Oct 30 23:22:03.045 INFO O| Oct 30 23:22:03.045 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96982024-10-30T23:22:04.431Z[ host-image] Oct 30 23:22:03.055 INFO O| Oct 30 23:22:03.054 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
96992024-10-30T23:22:04.434Z[ host-image] Oct 30 23:22:03.055 INFO O| Oct 30 23:22:03.055 INFO STEP 154 (remove_files) COMPLETE
97002024-10-30T23:22:04.434Z[ host-image] Oct 30 23:22:03.055 INFO O| Oct 30 23:22:03.055 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97012024-10-30T23:22:04.441Z[ host-image] Oct 30 23:22:03.064 INFO O| Oct 30 23:22:03.064 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
97022024-10-30T23:22:04.441Z[ host-image] Oct 30 23:22:03.064 INFO O| Oct 30 23:22:03.064 INFO STEP 155 (remove_files) COMPLETE
97032024-10-30T23:22:04.444Z[ host-image] Oct 30 23:22:03.064 INFO O| Oct 30 23:22:03.064 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
97042024-10-30T23:22:04.455Z[ host-image] Oct 30 23:22:03.079 INFO O| Oct 30 23:22:03.079 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
97052024-10-30T23:22:04.457Z[ host-image] Oct 30 23:22:03.079 INFO O| Oct 30 23:22:03.079 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
97062024-10-30T23:22:14.653Z[ host-image] Oct 30 23:22:13.276 INFO O| Oct 30 23:22:13.276 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
97072024-10-30T23:22:14.653Z[ host-image] Oct 30 23:22:13.277 INFO O| Oct 30 23:22:13.276 INFO E| svccfg: Loaded 74 smf(7) service descriptions
97082024-10-30T23:22:14.669Z[ host-image] Oct 30 23:22:13.293 INFO O| Oct 30 23:22:13.293 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
97092024-10-30T23:22:14.749Z[ host-image] Oct 30 23:22:13.372 INFO O| Oct 30 23:22:13.372 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
97102024-10-30T23:22:14.749Z[ host-image] Oct 30 23:22:13.372 INFO O| Oct 30 23:22:13.372 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
97112024-10-30T23:22:14.751Z[ host-image] Oct 30 23:22:13.374 INFO O| Oct 30 23:22:13.374 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
97122024-10-30T23:22:14.751Z[ host-image] Oct 30 23:22:13.374 INFO O| Oct 30 23:22:13.374 INFO ok!
97132024-10-30T23:22:14.751Z[ host-image] Oct 30 23:22:13.374 INFO O| Oct 30 23:22:13.374 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
97142024-10-30T23:22:14.752Z[ host-image] Oct 30 23:22:13.374 INFO O| Oct 30 23:22:13.374 INFO STEP 156 (seed_smf) COMPLETE
97152024-10-30T23:22:14.752Z[ host-image] Oct 30 23:22:13.374 INFO O| Oct 30 23:22:13.374 INFO steps complete; finalising image!
97162024-10-30T23:22:14.752Z[ host-image] Oct 30 23:22:13.374 INFO O| Oct 30 23:22:13.374 INFO TRIM POOL: TEMPORARY-gimlet-zfs
97172024-10-30T23:22:14.887Z[ host-image] Oct 30 23:22:13.510 INFO O| Oct 30 23:22:13.510 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Wed Oct 30 23:22:13 2024)
97182024-10-30T23:22:15.108Z[ host-image] Oct 30 23:22:13.731 INFO O| Oct 30 23:22:13.731 INFO temporary pool has 688M used, 144M avail, 1.86x compressratio
97192024-10-30T23:22:15.108Z[ host-image] Oct 30 23:22:13.731 INFO O| Oct 30 23:22:13.731 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
97202024-10-30T23:22:15.392Z[ host-image] Oct 30 23:22:14.015 INFO O| Oct 30 23:22:14.015 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
97212024-10-30T23:22:15.392Z[ host-image] Oct 30 23:22:14.015 INFO O| Oct 30 23:22:14.015 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
97222024-10-30T23:22:16.394Z[ host-image] Oct 30 23:22:15.017 INFO O| Oct 30 23:22:15.017 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
97232024-10-30T23:22:16.394Z[ host-image] Oct 30 23:22:15.017 INFO O| Oct 30 23:22:15.017 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
97242024-10-30T23:22:16.396Z[ host-image] Oct 30 23:22:15.017 INFO O| Oct 30 23:22:15.017 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
97252024-10-30T23:22:16.396Z[ host-image] Oct 30 23:22:15.017 INFO O| Oct 30 23:22:15.017 INFO completed processing gimlet/zfs
97262024-10-30T23:22:16.396Z[ host-image] Oct 30 23:22:15.017 INFO O| Oct 30 23:22:15.017 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
97272024-10-30T23:22:22.619Z[ host-image] Oct 30 23:22:21.242 INFO O| Oct 30 23:22:21.242 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
97282024-10-30T23:22:22.872Z[ host-image] Oct 30 23:22:21.495 INFO BUILD STRING "heads/stlouis-0-g54a974bee7\n"
97292024-10-30T23:22:22.872Z[ host-image] Oct 30 23:22:21.495 INFO expanded image name: "ci 8f8ba2a/${os_short_commit} 2024-10-30 22:49" -> "ci 8f8ba2a/54a974b 2024-10-30 22:49"
97302024-10-30T23:22:22.874Z[ host-image] Oct 30 23:22:21.495 INFO output artefacts stored in: "/work/os-host"
97312024-10-30T23:22:22.874Z[ host-image] Oct 30 23:22:21.495 INFO collecting git info from project "pilot"...
97322024-10-30T23:22:22.878Z[ host-image] Oct 30 23:22:21.501 INFO collecting git info from project "pinprick"...
97332024-10-30T23:22:22.882Z[ host-image] Oct 30 23:22:21.505 INFO collecting git info from project "amd-host-image-builder"...
97342024-10-30T23:22:22.895Z[ host-image] Oct 30 23:22:21.518 INFO collecting git info from project "image-builder"...
97352024-10-30T23:22:22.899Z[ host-image] Oct 30 23:22:21.523 INFO collecting git info from project "phbl"...
97362024-10-30T23:22:22.904Z[ host-image] Oct 30 23:22:21.527 INFO collecting git info from project "bootserver"...
97372024-10-30T23:22:22.908Z[ host-image] Oct 30 23:22:21.531 INFO collecting git info from project "amd-firmware"...
97382024-10-30T23:22:22.917Z[ host-image] Oct 30 23:22:21.540 INFO collecting git info from project "chelsio-t6-roms"...
97392024-10-30T23:22:22.923Z[ host-image] Oct 30 23:22:21.545 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
97402024-10-30T23:22:23.276Z[ host-image] Oct 30 23:22:21.899 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
97412024-10-30T23:22:23.619Z[ host-image] Oct 30 23:22:22.242 INFO creating Oxide boot image...
97422024-10-30T23:22:23.619Z[ host-image] Oct 30 23:22:22.242 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 8f8ba2a/54a974b 2024-10-30 22:49", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
97432024-10-30T23:22:24.539Z[ host-image] Oct 30 23:22:23.162 INFO O| ok, image written!
97442024-10-30T23:22:24.539Z[ host-image] Oct 30 23:22:23.162 INFO O| ok, boot_image_csum file written!
97452024-10-30T23:22:24.541Z[ host-image] Oct 30 23:22:23.165 INFO creating boot archive (CPIO)...
97462024-10-30T23:22:24.544Z[ host-image] Oct 30 23:22:23.165 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
97472024-10-30T23:22:24.549Z[ host-image] Oct 30 23:22:23.173 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
97482024-10-30T23:22:24.550Z[ host-image] Oct 30 23:22:23.173 INFO E| + outfile=/work/os-host/cpio
97492024-10-30T23:22:24.552Z[ host-image] Oct 30 23:22:23.173 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
97502024-10-30T23:22:24.552Z[ host-image] Oct 30 23:22:23.175 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
97512024-10-30T23:22:24.554Z[ host-image] Oct 30 23:22:23.175 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
97522024-10-30T23:22:24.586Z[ host-image] Oct 30 23:22:23.209 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
97532024-10-30T23:22:24.586Z[ host-image] Oct 30 23:22:23.209 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
97542024-10-30T23:22:24.594Z[ host-image] Oct 30 23:22:23.217 INFO creating compressed cpio/unix for nanobl-rs...
97552024-10-30T23:22:24.594Z[ host-image] Oct 30 23:22:23.217 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
97562024-10-30T23:22:24.885Z[ host-image] Oct 30 23:22:23.508 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
97572024-10-30T23:22:29.008Z[ host-image] Oct 30 23:22:27.630 INFO creating reset image...
97582024-10-30T23:22:29.008Z[ host-image] Oct 30 23:22:27.631 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
97592024-10-30T23:22:29.096Z[ host-image] Oct 30 23:22:27.719 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
97602024-10-30T23:22:29.098Z[ host-image] Oct 30 23:22:27.720 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
97612024-10-30T23:22:29.147Z[ host-image] Oct 30 23:22:27.770 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
97622024-10-30T23:22:31.100Z[ host-image] Oct 30 23:22:29.723 INFO E| Finished `release` profile [optimized] target(s) in 1.99s
97632024-10-30T23:22:31.111Z[ host-image] Oct 30 23:22:29.734 INFO building host image...
97642024-10-30T23:22:31.113Z[ host-image] Oct 30 23:22:29.734 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")
97652024-10-30T23:22:31.590Z[ host-image] Oct 30 23:22:30.213 INFO finishing image archive at "/work/os-host/os.tar.gz"...
97662024-10-30T23:23:19.422Z[ host-image] Oct 30 23:23:18.044 INFO image complete! materials are in "/work/os-host"
97672024-10-30T23:23:19.425Z[ host-image]
97682024-10-30T23:23:19.425Z[ host-image] real 10:05.328393691
97692024-10-30T23:23:19.425Z[ host-image] user 4:43.741959353
97702024-10-30T23:23:19.425Z[ host-image] sys 49.801761259
97712024-10-30T23:23:19.427Z[ host-image] trap 0.166791242
97722024-10-30T23:23:19.427Z[ host-image] tflt 0.001322390
97732024-10-30T23:23:19.427Z[ host-image] dflt 0.051316353
97742024-10-30T23:23:19.427Z[ host-image] kflt 0.000008769
97752024-10-30T23:23:19.428Z[ host-image] lock 10:23.264475530
97762024-10-30T23:23:19.428Z[ host-image] slp 56:53.340690973
97772024-10-30T23:23:19.428Z[ host-image] lat 1:13.327603909
97782024-10-30T23:23:19.428Z[ host-image] stop 0.420037564
97792024-10-30T23:23:19.428ZOct 30 23:23:18.047 INFO [host-image] process exited with exit status: 0 (605.344350107s)
97802024-10-30T23:23:19.428ZOct 30 23:23:18.047 INFO [tuf-repo] running task
97812024-10-30T23:23:26.352ZOct 30 23:23:24.973 INFO assembling repository in `/tmp/tufaceousuzkYKF`, component: OmicronRepoAssembler
97822024-10-30T23:23:31.660ZOct 30 23:23:30.282 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
97832024-10-30T23:23:31.845ZOct 30 23:23:30.467 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
97842024-10-30T23:23:43.081ZOct 30 23:23:41.702 INFO [tuf-repo] task succeeded (23.654915476s)
97852024-10-30T23:23:43.082ZOct 30 23:23:41.702 INFO all jobs completed in 2031.205243922s
97862024-10-30T23:23:43.632Zprocess exited: duration 2635718 ms, exit code 0
 
97872024-10-30T23:23:43.643Zfound 33 output files
97882024-10-30T23:23:43.643Zuploading: /work/manifest.toml (8404 bytes)
97892024-10-30T23:23:44.654Zuploaded: /work/manifest.toml
97902024-10-30T23:23:44.654Zuploading: /work/repo.zip (1856923984 bytes)
97912024-10-30T23:24:20.188Zuploaded: /work/repo.zip
97922024-10-30T23:24:20.188Zuploading: /work/repo.zip.sha256.txt (65 bytes)
97932024-10-30T23:24:21.216Zuploaded: /work/repo.zip.sha256.txt
97942024-10-30T23:24:21.216Zuploading: /work/helios-setup.log (65459 bytes)
97952024-10-30T23:24:22.230Zuploaded: /work/helios-setup.log
97962024-10-30T23:24:22.230Zuploading: /work/host-image.log (195567 bytes)
97972024-10-30T23:24:23.252Zuploaded: /work/host-image.log
97982024-10-30T23:24:23.252Zuploading: /work/host-package.log (22417 bytes)
97992024-10-30T23:24:24.261Zuploaded: /work/host-package.log
98002024-10-30T23:24:24.261Zuploading: /work/host-target.log (101 bytes)
98012024-10-30T23:24:25.269Zuploaded: /work/host-target.log
98022024-10-30T23:24:25.270Zuploading: /work/omicron-package.log (5011 bytes)
98032024-10-30T23:24:26.278Zuploaded: /work/omicron-package.log
98042024-10-30T23:24:26.278Zuploading: /work/phbl-toolchain.log (881 bytes)
98052024-10-30T23:24:27.287Zuploaded: /work/phbl-toolchain.log
98062024-10-30T23:24:27.287Zuploading: /work/recovery-image.log (592178 bytes)
98072024-10-30T23:24:28.318Zuploaded: /work/recovery-image.log
98082024-10-30T23:24:28.318Zuploading: /work/recovery-package.log (321 bytes)
98092024-10-30T23:24:29.326Zuploaded: /work/recovery-package.log
98102024-10-30T23:24:29.326Zuploading: /work/recovery-target.log (98 bytes)
98112024-10-30T23:24:30.334Zuploaded: /work/recovery-target.log
98122024-10-30T23:24:30.334Zuploading: /work/stamp-clickhouse.log (117 bytes)
98132024-10-30T23:24:31.342Zuploaded: /work/stamp-clickhouse.log
98142024-10-30T23:24:31.342Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
98152024-10-30T23:24:32.350Zuploaded: /work/stamp-clickhouse_keeper.log
98162024-10-30T23:24:32.350Zuploading: /work/stamp-cockroachdb.log (118 bytes)
98172024-10-30T23:24:33.359Zuploaded: /work/stamp-cockroachdb.log
98182024-10-30T23:24:33.359Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
98192024-10-30T23:24:34.367Zuploaded: /work/stamp-crucible-dtrace.log
98202024-10-30T23:24:34.368Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
98212024-10-30T23:24:35.375Zuploaded: /work/stamp-crucible-pantry-zone.log
98222024-10-30T23:24:35.375Zuploading: /work/stamp-crucible-zone.log (120 bytes)
98232024-10-30T23:24:36.383Zuploaded: /work/stamp-crucible-zone.log
98242024-10-30T23:24:36.383Zuploading: /work/stamp-external-dns.log (119 bytes)
98252024-10-30T23:24:37.391Zuploaded: /work/stamp-external-dns.log
98262024-10-30T23:24:37.391Zuploading: /work/stamp-installinator.log (103 bytes)
98272024-10-30T23:24:38.399Zuploaded: /work/stamp-installinator.log
98282024-10-30T23:24:38.399Zuploading: /work/stamp-internal-dns.log (119 bytes)
98292024-10-30T23:24:39.407Zuploaded: /work/stamp-internal-dns.log
98302024-10-30T23:24:39.407Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
98312024-10-30T23:24:40.416Zuploaded: /work/stamp-mg-ddm-gz.log
98322024-10-30T23:24:40.416Zuploading: /work/stamp-nexus.log (112 bytes)
98332024-10-30T23:24:41.424Zuploaded: /work/stamp-nexus.log
98342024-10-30T23:24:41.424Zuploading: /work/stamp-ntp.log (110 bytes)
98352024-10-30T23:24:42.432Zuploaded: /work/stamp-ntp.log
98362024-10-30T23:24:42.432Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
98372024-10-30T23:24:43.444Zuploaded: /work/stamp-omicron-sled-agent.log
98382024-10-30T23:24:43.444Zuploading: /work/stamp-overlay.log (114 bytes)
98392024-10-30T23:24:44.454Zuploaded: /work/stamp-overlay.log
98402024-10-30T23:24:44.455Zuploading: /work/stamp-oximeter.log (115 bytes)
98412024-10-30T23:24:45.465Zuploaded: /work/stamp-oximeter.log
98422024-10-30T23:24:45.465Zuploading: /work/stamp-oxlog.log (109 bytes)
98432024-10-30T23:24:46.478Zuploaded: /work/stamp-oxlog.log
98442024-10-30T23:24:46.481Zuploading: /work/stamp-probe.log (112 bytes)
98452024-10-30T23:24:47.490Zuploaded: /work/stamp-probe.log
98462024-10-30T23:24:47.490Zuploading: /work/stamp-propolis-server.log (122 bytes)
98472024-10-30T23:24:48.498Zuploaded: /work/stamp-propolis-server.log
98482024-10-30T23:24:48.498Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
98492024-10-30T23:24:49.508Zuploaded: /work/stamp-pumpkind-gz.log
98502024-10-30T23:24:49.508Zuploading: /work/stamp-switch-asic.log (118 bytes)
98512024-10-30T23:24:50.517Zuploaded: /work/stamp-switch-asic.log
98522024-10-30T23:24:50.517Zuploading: /work/verify-libraries.log (3720 bytes)
98532024-10-30T23:24:51.528Zuploaded: /work/verify-libraries.log