01JFGDHFKK8JZ86VE4R48H3XM3: 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: 01JFGDHZPNRPB7WNDB47W3JP92

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-19T21:36:34.017Zjob assigned to worker 01JFGDHXYEWN87PAC7GZ8S7NX1 [factory aws, i-044a72f176f9b2eb9] (queued for 56 s)
 
22024-12-19T21:36:41.313Zstarting task 0: "setup"
32024-12-19T21:36:41.325Z++ uname -s
42024-12-19T21:36:41.328Z+ kern=SunOS
52024-12-19T21:36:41.328Z+ case "$kern" in
62024-12-19T21:36:41.328Z+ groupadd -g 12345 build
72024-12-19T21:36:41.330Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-19T21:36:43.346Z+ zfs create -o mountpoint=/work rpool/work
92024-12-19T21:36:43.451Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-19T21:36:43.454Z+ home_fs=zfs
112024-12-19T21:36:43.454Z+ [[ zfs == autofs ]]
122024-12-19T21:36:43.454Z+ mkdir -p /home/build
132024-12-19T21:36:43.457Z+ chown build:build /home/build /work
142024-12-19T21:36:45.467Z+ chmod 0700 /home/build /work
152024-12-19T21:36:45.470Zprocess exited: duration 4137 ms, exit code 0
 
162024-12-19T21:36:45.475Zstarting task 1: "rust-toolchain"
172024-12-19T21:36:45.481Z+ printf ' * toolchain channel = "%s"
182024-12-19T21:36:45.481Z' 1.81.0
192024-12-19T21:36:45.483Z * toolchain channel = "1.81.0"
202024-12-19T21:36:45.483Z+ printf ' * toolchain profile = "%s"
212024-12-19T21:36:45.483Z' default
222024-12-19T21:36:45.483Z * toolchain profile = "default"
232024-12-19T21:36:45.483Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-19T21:36:45.483Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-19T21:36:45.647Zinfo: downloading installer
262024-12-19T21:36:47.055Zinfo: profile set to 'default'
272024-12-19T21:36:47.055Zinfo: default host triple is x86_64-unknown-illumos
282024-12-19T21:36:47.058Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-19T21:36:47.194Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-19T21:36:47.194Zinfo: downloading component 'cargo'
312024-12-19T21:36:47.909Zinfo: downloading component 'clippy'
322024-12-19T21:36:48.177Zinfo: downloading component 'rust-docs'
332024-12-19T21:36:49.172Zinfo: downloading component 'rust-std'
342024-12-19T21:36:50.720Zinfo: downloading component 'rustc'
352024-12-19T21:36:56.258Zinfo: downloading component 'rustfmt'
362024-12-19T21:36:56.469Zinfo: installing component 'cargo'
372024-12-19T21:36:57.290Zinfo: installing component 'clippy'
382024-12-19T21:36:57.666Zinfo: installing component 'rust-docs'
392024-12-19T21:36:59.269Zinfo: installing component 'rust-std'
402024-12-19T21:37:01.070Zinfo: installing component 'rustc'
412024-12-19T21:37:06.872Zinfo: installing component 'rustfmt'
422024-12-19T21:37:07.192Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-19T21:37:07.192Z
442024-12-19T21:37:07.595Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-19T21:37:07.595Z
462024-12-19T21:37:07.598Z
472024-12-19T21:37:07.598ZRust is installed now. Great!
482024-12-19T21:37:07.598Z
492024-12-19T21:37:07.598ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-19T21:37:07.598Zenvironment variable. This has not been done automatically.
512024-12-19T21:37:07.598Z
522024-12-19T21:37:07.598ZTo configure your current shell, you need to source
532024-12-19T21:37:07.598Zthe corresponding env file under $HOME/.cargo.
542024-12-19T21:37:07.598Z
552024-12-19T21:37:07.598ZThis is usually done by running one of the following (note the leading DOT):
562024-12-19T21:37:07.599Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-19T21:37:07.599Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-19T21:37:07.669Z+ rustc --version
592024-12-19T21:37:07.736Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-19T21:37:07.739Zprocess exited: duration 22168 ms, exit code 0
 
612024-12-19T21:37:07.747Zstarting task 2: "authentication"
622024-12-19T21:37:07.766Zprocess exited: duration 20 ms, exit code 0
 
632024-12-19T21:37:07.772Zstarting task 3: "clone repository"
642024-12-19T21:37:07.777Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-19T21:37:07.781Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-19T21:37:07.817ZCloning into '/work/oxidecomputer/omicron'...
672024-12-19T21:37:14.174Z+ cd /work/oxidecomputer/omicron
682024-12-19T21:37:14.174Z+ git fetch origin 6c76593747facb9105989da7bec1e2b292ad3748
692024-12-19T21:37:14.643ZFrom https://github.com/oxidecomputer/omicron
702024-12-19T21:37:14.643Z * branch 6c76593747facb9105989da7bec1e2b292ad3748 -> FETCH_HEAD
712024-12-19T21:37:14.649Z+ [[ -n '' ]]
722024-12-19T21:37:14.649Z+ git reset --hard 6c76593747facb9105989da7bec1e2b292ad3748
732024-12-19T21:37:14.760ZHEAD is now at 6c7659374 Merge branch 'main' into pick_non_expunged_clone_source
742024-12-19T21:37:14.763Zprocess exited: duration 6959 ms, exit code 0
 
752024-12-19T21:37:14.770Zstarting task 4: "build"
762024-12-19T21:37:14.774Z+ source .github/buildomat/ci-env.sh
772024-12-19T21:37:14.777Z++ export CARGO_TERM_COLOR=always
782024-12-19T21:37:14.777Z++ CARGO_TERM_COLOR=always
792024-12-19T21:37:14.777Z+ cargo --version
802024-12-19T21:37:14.832Zcargo 1.81.0 (2dbb1af80 2024-08-20)
812024-12-19T21:37:14.834Z+ rustc --version
822024-12-19T21:37:14.893Zrustc 1.81.0 (eeb90cda1 2024-09-04)
832024-12-19T21:37:14.896Z+ cargo tree --locked
842024-12-19T21:37:15.157Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
852024-12-19T21:37:15.424Z Updating crates.io index
862024-12-19T21:37:15.509Z Updating git repository `https://github.com/oxidecomputer/maghemite`
872024-12-19T21:37:16.026Z Updating git repository `https://github.com/oxidecomputer/oxnet`
882024-12-19T21:37:16.284Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
892024-12-19T21:37:16.507Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
902024-12-19T21:37:16.769Z Updating git repository `https://github.com/oxidecomputer/propolis`
912024-12-19T21:37:17.738Z Updating git repository `https://github.com/oxidecomputer/crucible`
922024-12-19T21:37:19.295Z Updating git repository `https://github.com/oxidecomputer/opte`
932024-12-19T21:37:20.006Z Updating git repository `https://github.com/oxidecomputer/falcon`
942024-12-19T21:37:20.718Z Updating git repository `https://github.com/oxidecomputer/clickward`
952024-12-19T21:37:20.996Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
962024-12-19T21:37:21.287Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
972024-12-19T21:37:21.967Z Updating git repository `https://github.com/oxidecomputer/libipcc`
982024-12-19T21:37:22.210Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
992024-12-19T21:37:22.551Z Updating git repository `https://github.com/oxidecomputer/tofino`
1002024-12-19T21:37:22.829Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1012024-12-19T21:37:23.046Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1022024-12-19T21:37:23.300Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1032024-12-19T21:37:23.623Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1042024-12-19T21:37:23.918Z Updating git repository `https://github.com/oxidecomputer/ispf`
1052024-12-19T21:37:24.255Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1062024-12-19T21:37:24.532Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1072024-12-19T21:37:24.981Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1082024-12-19T21:37:25.279Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1092024-12-19T21:37:25.607Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1102024-12-19T21:37:25.984Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
1112024-12-19T21:37:26.316Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1122024-12-19T21:37:26.611Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1132024-12-19T21:37:26.858Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1142024-12-19T21:37:28.142Z Downloading crates ...
1152024-12-19T21:37:28.241Z Downloaded adler2 v2.0.0
1162024-12-19T21:37:28.246Z Downloaded anstyle-parse v0.2.5
1172024-12-19T21:37:28.251Z Downloaded addr2line v0.24.2
1182024-12-19T21:37:28.259Z Downloaded atomicwrites v0.4.4
1192024-12-19T21:37:28.265Z Downloaded event-listener-strategy v0.5.2
1202024-12-19T21:37:28.268Z Downloaded ciborium v0.2.2
1212024-12-19T21:37:28.274Z Downloaded fnv v1.0.7
1222024-12-19T21:37:28.274Z Downloaded fd-lock v4.0.2
1232024-12-19T21:37:28.277Z Downloaded atty v0.2.14
1242024-12-19T21:37:28.277Z Downloaded async-object-pool v0.1.5
1252024-12-19T21:37:28.277Z Downloaded http-range v0.1.5
1262024-12-19T21:37:28.281Z Downloaded cfg_aliases v0.2.1
1272024-12-19T21:37:28.288Z Downloaded cfg_aliases v0.1.1
1282024-12-19T21:37:28.292Z Downloaded arc-swap v1.7.1
1292024-12-19T21:37:28.292Z Downloaded http-body v1.0.1
1302024-12-19T21:37:28.295Z Downloaded fxhash v0.2.1
1312024-12-19T21:37:28.295Z Downloaded async-stream-impl v0.3.6
1322024-12-19T21:37:28.295Z Downloaded anstyle-query v1.1.1
1332024-12-19T21:37:28.299Z Downloaded foreign-types-shared v0.3.1
1342024-12-19T21:37:28.299Z Downloaded headers-core v0.3.0
1352024-12-19T21:37:28.303Z Downloaded anstyle v1.0.10
1362024-12-19T21:37:28.303Z Downloaded bit-vec v0.6.3
1372024-12-19T21:37:28.308Z Downloaded assert_matches v1.5.0
1382024-12-19T21:37:28.309Z Downloaded array-init v0.0.4
1392024-12-19T21:37:28.309Z Downloaded approx v0.5.1
1402024-12-19T21:37:28.312Z Downloaded cargo-platform v0.1.8
1412024-12-19T21:37:28.312Z Downloaded byteorder v1.5.0
1422024-12-19T21:37:28.312Z Downloaded hubpack_derive v0.1.1
1432024-12-19T21:37:28.313Z Downloaded guppy-workspace-hack v0.1.0
1442024-12-19T21:37:28.313Z Downloaded foreign-types-shared v0.1.1
1452024-12-19T21:37:28.320Z Downloaded bb8 v0.8.5
1462024-12-19T21:37:28.320Z Downloaded http-body-util v0.1.2
1472024-12-19T21:37:28.320Z Downloaded bitflags v1.3.2
1482024-12-19T21:37:28.324Z Downloaded float-ord v0.3.2
1492024-12-19T21:37:28.324Z Downloaded bitfield-struct v0.6.2
1502024-12-19T21:37:28.324Z Downloaded hex v0.4.3
1512024-12-19T21:37:28.324Z Downloaded cassowary v0.3.0
1522024-12-19T21:37:28.332Z Downloaded futures-timer v3.0.3
1532024-12-19T21:37:28.332Z Downloaded futures-macro v0.3.31
1542024-12-19T21:37:28.337Z Downloaded fallible-streaming-iterator v0.1.9
1552024-12-19T21:37:28.337Z Downloaded hash32 v0.2.1
1562024-12-19T21:37:28.337Z Downloaded chrono-tz-build v0.4.0
1572024-12-19T21:37:28.337Z Downloaded cfg-if v1.0.0
1582024-12-19T21:37:28.337Z Downloaded home v0.5.9
1592024-12-19T21:37:28.337Z Downloaded cbc v0.1.2
1602024-12-19T21:37:28.337Z Downloaded bit-set v0.5.3
1612024-12-19T21:37:28.343Z Downloaded futures-executor v0.3.31
1622024-12-19T21:37:28.343Z Downloaded castaway v0.2.3
1632024-12-19T21:37:28.343Z Downloaded hostname v0.3.1
1642024-12-19T21:37:28.348Z Downloaded bytecount v0.6.8
1652024-12-19T21:37:28.348Z Downloaded humantime v2.1.0
1662024-12-19T21:37:28.349Z Downloaded pathdiff v0.2.2
1672024-12-19T21:37:28.349Z Downloaded heck v0.3.3
1682024-12-19T21:37:28.352Z Downloaded futures-task v0.3.31
1692024-12-19T21:37:28.353Z Downloaded filetime v0.2.25
1702024-12-19T21:37:28.353Z Downloaded hyper-tls v0.6.0
1712024-12-19T21:37:28.353Z Downloaded cexpr v0.6.0
1722024-12-19T21:37:28.359Z Downloaded futures-io v0.3.31
1732024-12-19T21:37:28.359Z Downloaded fixedbitset v0.4.2
1742024-12-19T21:37:28.363Z Downloaded block-padding v0.3.3
1752024-12-19T21:37:28.363Z Downloaded hostname v0.4.0
1762024-12-19T21:37:28.363Z Downloaded bzip2 v0.4.4
1772024-12-19T21:37:28.363Z Downloaded anstream v0.6.15
1782024-12-19T21:37:28.369Z Downloaded glob v0.3.1
1792024-12-19T21:37:28.370Z Downloaded chacha20 v0.9.1
1802024-12-19T21:37:28.370Z Downloaded backoff v0.4.0
1812024-12-19T21:37:28.375Z Downloaded iana-time-zone v0.1.61
1822024-12-19T21:37:28.375Z Downloaded getrandom v0.2.15
1832024-12-19T21:37:28.379Z Downloaded async-process v2.3.0
1842024-12-19T21:37:28.379Z Downloaded async-executor v1.13.1
1852024-12-19T21:37:28.391Z Downloaded group v0.13.0
1862024-12-19T21:37:28.391Z Downloaded camino-tempfile v1.1.1
1872024-12-19T21:37:28.391Z Downloaded camino v1.1.9
1882024-12-19T21:37:28.401Z Downloaded hyper-rustls v0.26.0
1892024-12-19T21:37:28.401Z Downloaded num_enum_derive v0.5.11
1902024-12-19T21:37:28.401Z Downloaded hyper-staticfile v0.10.1
1912024-12-19T21:37:28.402Z Downloaded foreign-types-macros v0.2.3
1922024-12-19T21:37:28.402Z Downloaded num-integer v0.1.46
1932024-12-19T21:37:28.402Z Downloaded pem v3.0.4
1942024-12-19T21:37:28.424Z Downloaded hickory-client v0.24.1
1952024-12-19T21:37:28.424Z Downloaded httpdate v1.0.3
1962024-12-19T21:37:28.424Z Downloaded generic-array v0.14.7
1972024-12-19T21:37:28.424Z Downloaded swrite v0.1.0
1982024-12-19T21:37:28.424Z Downloaded assert_cmd v2.0.16
1992024-12-19T21:37:28.424Z Downloaded signal-hook-tokio v0.3.1
2002024-12-19T21:37:28.424Z Downloaded serde_spanned v0.6.8
2012024-12-19T21:37:28.424Z Downloaded predicates-tree v1.0.11
2022024-12-19T21:37:28.424Z Downloaded half v2.4.1
2032024-12-19T21:37:28.424Z Downloaded anyhow v1.0.93
2042024-12-19T21:37:28.424Z Downloaded hyper-rustls v0.27.3
2052024-12-19T21:37:28.424Z Downloaded hmac v0.12.1
2062024-12-19T21:37:28.424Z Downloaded time-core v0.1.2
2072024-12-19T21:37:28.424Z Downloaded fs_extra v1.3.0
2082024-12-19T21:37:28.432Z Downloaded argon2 v0.5.3
2092024-12-19T21:37:28.433Z Downloaded cfg-expr v0.17.0
2102024-12-19T21:37:28.441Z Downloaded try-lock v0.2.5
2112024-12-19T21:37:28.441Z Downloaded globset v0.4.15
2122024-12-19T21:37:28.441Z Downloaded vte_generate_state_changes v0.1.2
2132024-12-19T21:37:28.441Z Downloaded tower-service v0.3.3
2142024-12-19T21:37:28.441Z Downloaded usdt-macro v0.5.0
2152024-12-19T21:37:28.441Z Downloaded waitgroup v0.1.2
2162024-12-19T21:37:28.441Z Downloaded ciborium-io v0.2.2
2172024-12-19T21:37:28.441Z Downloaded zerofrom v0.1.4
2182024-12-19T21:37:28.444Z Downloaded parking_lot_core v0.9.10
2192024-12-19T21:37:28.444Z Downloaded rfc6979 v0.4.0
2202024-12-19T21:37:28.444Z Downloaded rand_chacha v0.3.1
2212024-12-19T21:37:28.444Z Downloaded progenitor v0.8.0
2222024-12-19T21:37:28.444Z Downloaded proc-macro-error-attr v1.0.4
2232024-12-19T21:37:28.448Z Downloaded sync-ptr v0.1.1
2242024-12-19T21:37:28.448Z Downloaded ref-cast v1.0.23
2252024-12-19T21:37:28.450Z Downloaded signal-hook-mio v0.2.4
2262024-12-19T21:37:28.450Z Downloaded futures v0.3.31
2272024-12-19T21:37:28.455Z Downloaded signature v2.2.0
2282024-12-19T21:37:28.458Z Downloaded rustc_version v0.4.1
2292024-12-19T21:37:28.461Z Downloaded rustc-hash v2.0.0
2302024-12-19T21:37:28.461Z Downloaded blake2 v0.10.6
2312024-12-19T21:37:28.463Z Downloaded strsim v0.11.1
2322024-12-19T21:37:28.463Z Downloaded spki v0.7.3
2332024-12-19T21:37:28.465Z Downloaded slog-scope v4.4.0
2342024-12-19T21:37:28.469Z Downloaded signal-hook-registry v1.4.2
2352024-12-19T21:37:28.469Z Downloaded slog-stdlog v4.1.1
2362024-12-19T21:37:28.471Z Downloaded blake2b_simd v1.0.2
2372024-12-19T21:37:28.471Z Downloaded bitflags v2.6.0
2382024-12-19T21:37:28.475Z Downloaded terminal_size v0.4.0
2392024-12-19T21:37:28.477Z Downloaded structmeta v0.2.0
2402024-12-19T21:37:28.480Z Downloaded strip-ansi-escapes v0.2.0
2412024-12-19T21:37:28.480Z Downloaded want v0.3.1
2422024-12-19T21:37:28.480Z Downloaded phf v0.11.2
2432024-12-19T21:37:28.483Z Downloaded is_ci v1.2.0
2442024-12-19T21:37:28.486Z Downloaded utf-8 v0.7.6
2452024-12-19T21:37:28.486Z Downloaded tokio-macros v2.4.0
2462024-12-19T21:37:28.486Z Downloaded thiserror-impl v1.0.69
2472024-12-19T21:37:28.489Z Downloaded poly1305 v0.8.0
2482024-12-19T21:37:28.492Z Downloaded number_prefix v0.4.0
2492024-12-19T21:37:28.492Z Downloaded concurrent-queue v2.5.0
2502024-12-19T21:37:28.501Z Downloaded pest_derive v2.7.14
2512024-12-19T21:37:28.504Z Downloaded nodrop v0.1.14
2522024-12-19T21:37:28.504Z Downloaded colored v2.1.0
2532024-12-19T21:37:28.504Z Downloaded zerofrom-derive v0.1.4
2542024-12-19T21:37:28.504Z Downloaded proc-macro-error v1.0.4
2552024-12-19T21:37:28.504Z Downloaded hyper-util v0.1.10
2562024-12-19T21:37:28.506Z Downloaded dhcproto-macros v0.1.0
2572024-12-19T21:37:28.509Z Downloaded defmt-parser v0.3.4
2582024-12-19T21:37:28.509Z Downloaded dtrace-parser v0.2.0
2592024-12-19T21:37:28.511Z Downloaded defmt-macros v0.3.9
2602024-12-19T21:37:28.514Z Downloaded plotters-svg v0.3.7
2612024-12-19T21:37:28.514Z Downloaded diesel-dtrace v0.4.2
2622024-12-19T21:37:28.517Z Downloaded sqlformat v0.2.6
2632024-12-19T21:37:28.519Z Downloaded enum-as-inner v0.6.1
2642024-12-19T21:37:28.519Z Downloaded env_filter v0.1.2
2652024-12-19T21:37:28.521Z Downloaded spin v0.9.8
2662024-12-19T21:37:28.524Z Downloaded precomputed-hash v0.1.1
2672024-12-19T21:37:28.525Z Downloaded heapless v0.8.0
2682024-12-19T21:37:28.528Z Downloaded time-macros v0.2.18
2692024-12-19T21:37:28.530Z Downloaded is_terminal_polyfill v1.70.1
2702024-12-19T21:37:28.532Z Downloaded macaddr v1.0.1
2712024-12-19T21:37:28.535Z Downloaded openssl-sys v0.9.103
2722024-12-19T21:37:28.538Z Downloaded russh-cryptovec v0.7.3
2732024-12-19T21:37:28.541Z Downloaded lazy_static v1.5.0
2742024-12-19T21:37:28.541Z Downloaded is-terminal v0.4.13
2752024-12-19T21:37:28.544Z Downloaded strum v0.26.3
2762024-12-19T21:37:28.544Z Downloaded tokio-native-tls v0.3.1
2772024-12-19T21:37:28.547Z Downloaded sync_wrapper v1.0.1
2782024-12-19T21:37:28.547Z Downloaded multimap v0.10.0
2792024-12-19T21:37:28.553Z Downloaded nanorand v0.7.0
2802024-12-19T21:37:28.558Z Downloaded console v0.15.8
2812024-12-19T21:37:28.558Z Downloaded parse-display-derive v0.10.0
2822024-12-19T21:37:28.558Z Downloaded heapless v0.7.17
2832024-12-19T21:37:28.560Z Downloaded proc-macro2 v1.0.89
2842024-12-19T21:37:28.563Z Downloaded ryu v1.0.18
2852024-12-19T21:37:28.566Z Downloaded tinyvec_macros v0.1.1
2862024-12-19T21:37:28.566Z Downloaded defmt v0.3.8
2872024-12-19T21:37:28.568Z Downloaded write16 v1.0.0
2882024-12-19T21:37:28.571Z Downloaded csv-core v0.1.11
2892024-12-19T21:37:28.571Z Downloaded phf_shared v0.11.2
2902024-12-19T21:37:28.574Z Downloaded pbkdf2 v0.12.2
2912024-12-19T21:37:28.574Z Downloaded pbkdf2 v0.11.0
2922024-12-19T21:37:28.576Z Downloaded env_logger v0.10.2
2932024-12-19T21:37:28.579Z Downloaded yoke-derive v0.7.4
2942024-12-19T21:37:28.581Z Downloaded slog-term v2.9.1
2952024-12-19T21:37:28.584Z Downloaded base64 v0.22.1
2962024-12-19T21:37:28.587Z Downloaded progenitor-macro v0.8.0
2972024-12-19T21:37:28.590Z Downloaded backtrace v0.3.74
2982024-12-19T21:37:28.594Z Downloaded rtoolbox v0.0.2
2992024-12-19T21:37:28.597Z Downloaded darling_macro v0.20.10
3002024-12-19T21:37:28.600Z Downloaded sha1 v0.10.6
3012024-12-19T21:37:28.600Z Downloaded downcast v0.11.0
3022024-12-19T21:37:28.604Z Downloaded slog-envlogger v2.2.0
3032024-12-19T21:37:28.604Z Downloaded slab v0.4.9
3042024-12-19T21:37:28.611Z Downloaded tabwriter v1.4.0
3052024-12-19T21:37:28.612Z Downloaded tabled_derive v0.7.0
3062024-12-19T21:37:28.614Z Downloaded supports-color v3.0.1
3072024-12-19T21:37:28.614Z Downloaded subtle v2.6.1
3082024-12-19T21:37:28.614Z Downloaded slog-dtrace v0.3.0
3092024-12-19T21:37:28.614Z Downloaded owo-colors v4.1.0
3102024-12-19T21:37:28.617Z Downloaded samael v0.0.17
3112024-12-19T21:37:28.623Z Downloaded instant v0.1.13
3122024-12-19T21:37:28.625Z Downloaded tokio-tungstenite v0.24.0
3132024-12-19T21:37:28.628Z Downloaded openssl-macros v0.1.1
3142024-12-19T21:37:28.630Z Downloaded constant_time_eq v0.3.1
3152024-12-19T21:37:28.630Z Downloaded dropshot_endpoint v0.12.0
3162024-12-19T21:37:28.633Z Downloaded crossbeam-deque v0.8.5
3172024-12-19T21:37:28.636Z Downloaded newline-converter v0.3.0
3182024-12-19T21:37:28.639Z Downloaded peg-runtime v0.8.3
3192024-12-19T21:37:28.639Z Downloaded icu_normalizer_data v1.5.0
3202024-12-19T21:37:28.642Z Downloaded serde_derive v1.0.215
3212024-12-19T21:37:28.644Z Downloaded convert_case v0.4.0
3222024-12-19T21:37:28.647Z Downloaded zerovec-derive v0.10.3
3232024-12-19T21:37:28.647Z Downloaded predicates v3.1.2
3242024-12-19T21:37:28.652Z Downloaded sec1 v0.7.3
3252024-12-19T21:37:28.655Z Downloaded tracing-core v0.1.32
3262024-12-19T21:37:28.658Z Downloaded pretty-hex v0.4.1
3272024-12-19T21:37:28.658Z Downloaded normalize-line-endings v0.3.0
3282024-12-19T21:37:28.669Z Downloaded snafu-derive v0.8.5
3292024-12-19T21:37:28.669Z Downloaded zopfli v0.8.1
3302024-12-19T21:37:28.672Z Downloaded deranged v0.3.11
3312024-12-19T21:37:28.672Z Downloaded instability v0.3.2
3322024-12-19T21:37:28.672Z Downloaded either v1.13.0
3332024-12-19T21:37:28.672Z Downloaded ed25519 v2.2.3
3342024-12-19T21:37:28.672Z Downloaded linked-hash-map v0.5.6
3352024-12-19T21:37:28.675Z Downloaded sigpipe v0.1.3
3362024-12-19T21:37:28.675Z Downloaded unsafe-libyaml v0.2.11
3372024-12-19T21:37:28.679Z Downloaded pin-project v1.1.6
3382024-12-19T21:37:28.691Z Downloaded termtree v0.4.1
3392024-12-19T21:37:28.693Z Downloaded zerocopy-derive v0.7.35
3402024-12-19T21:37:28.698Z Downloaded value-bag v1.9.0
3412024-12-19T21:37:28.701Z Downloaded icu_properties v1.5.1
3422024-12-19T21:37:28.703Z Downloaded diesel_derives v2.2.3
3432024-12-19T21:37:28.708Z Downloaded relative-path v1.9.3
3442024-12-19T21:37:28.721Z Downloaded indicatif v0.17.9
3452024-12-19T21:37:28.723Z Downloaded serde_regex v1.1.0
3462024-12-19T21:37:28.724Z Downloaded const_format v0.2.33
3472024-12-19T21:37:28.724Z Downloaded utf8parse v0.2.2
3482024-12-19T21:37:28.724Z Downloaded ref-cast-impl v1.0.23
3492024-12-19T21:37:28.726Z Downloaded serde_plain v1.0.2
3502024-12-19T21:37:28.726Z Downloaded rusty-fork v0.3.0
3512024-12-19T21:37:28.729Z Downloaded diesel_table_macro_syntax v0.2.0
3522024-12-19T21:37:28.729Z Downloaded jobserver v0.1.32
3532024-12-19T21:37:28.732Z Downloaded rustversion v1.0.17
3542024-12-19T21:37:28.734Z Downloaded der_derive v0.7.3
3552024-12-19T21:37:28.737Z Downloaded zerocopy-derive v0.8.10
3562024-12-19T21:37:28.741Z Downloaded static_assertions v1.1.0
3572024-12-19T21:37:28.743Z Downloaded tap v1.0.1
3582024-12-19T21:37:28.745Z Downloaded slog-async v2.8.0
3592024-12-19T21:37:28.746Z Downloaded peg-macros v0.8.4
3602024-12-19T21:37:28.754Z Downloaded unicase v2.7.0
3612024-12-19T21:37:28.755Z Downloaded termios v0.3.3
3622024-12-19T21:37:28.755Z Downloaded pkcs1 v0.7.5
3632024-12-19T21:37:28.755Z Downloaded unarray v0.1.4
3642024-12-19T21:37:28.758Z Downloaded stable_deref_trait v1.2.0
3652024-12-19T21:37:28.758Z Downloaded peg v0.8.4
3662024-12-19T21:37:28.763Z Downloaded postcard v1.0.10
3672024-12-19T21:37:28.763Z Downloaded nu-ansi-term v0.50.1
3682024-12-19T21:37:28.770Z Downloaded newtype_derive v0.1.6
3692024-12-19T21:37:28.775Z Downloaded progenitor-client v0.8.0
3702024-12-19T21:37:28.775Z Downloaded icu_provider v1.5.0
3712024-12-19T21:37:28.775Z Downloaded snafu v0.8.5
3722024-12-19T21:37:28.779Z Downloaded cmake v0.1.51
3732024-12-19T21:37:28.779Z Downloaded clap_lex v0.7.2
3742024-12-19T21:37:28.782Z Downloaded derive-where v1.2.7
3752024-12-19T21:37:28.782Z Downloaded miniz_oxide v0.8.0
3762024-12-19T21:37:28.787Z Downloaded ecdsa v0.16.9
3772024-12-19T21:37:28.787Z Downloaded indent_write v2.2.0
3782024-12-19T21:37:28.790Z Downloaded ena v0.14.3
3792024-12-19T21:37:28.790Z Downloaded embedded-io v0.6.1
3802024-12-19T21:37:28.793Z Downloaded embedded-io v0.4.0
3812024-12-19T21:37:28.793Z Downloaded num-bigint-dig v0.8.4
3822024-12-19T21:37:28.798Z Downloaded lockfree-object-pool v0.1.6
3832024-12-19T21:37:28.800Z Downloaded tungstenite v0.21.0
3842024-12-19T21:37:28.811Z Downloaded itoa v1.0.11
3852024-12-19T21:37:28.814Z Downloaded internet-checksum v0.2.1
3862024-12-19T21:37:28.814Z Downloaded icu_locid v1.5.0
3872024-12-19T21:37:28.814Z Downloaded nibble_vec v0.1.0
3882024-12-19T21:37:28.814Z Downloaded rayon-core v1.12.1
3892024-12-19T21:37:28.819Z Downloaded uzers v0.12.1
3902024-12-19T21:37:28.827Z Downloaded aes-gcm v0.10.3
3912024-12-19T21:37:28.827Z Downloaded guppy v0.17.8
3922024-12-19T21:37:28.831Z Downloaded usdt-attr-macro v0.5.0
3932024-12-19T21:37:28.831Z Downloaded polyval v0.6.2
3942024-12-19T21:37:28.834Z Downloaded proc-macro-crate v3.2.0
3952024-12-19T21:37:28.834Z Downloaded p521 v0.13.3
3962024-12-19T21:37:28.836Z Downloaded pest_generator v2.7.14
3972024-12-19T21:37:28.839Z Downloaded rpassword v7.3.1
3982024-12-19T21:37:28.839Z Downloaded percent-encoding v2.3.1
3992024-12-19T21:37:28.843Z Downloaded endian-type v0.1.2
4002024-12-19T21:37:28.843Z Downloaded cookie_store v0.21.0
4012024-12-19T21:37:28.843Z Downloaded const_format_proc_macros v0.2.33
4022024-12-19T21:37:28.846Z Downloaded resolv-conf v0.7.0
4032024-12-19T21:37:28.849Z Downloaded hashbrown v0.15.1
4042024-12-19T21:37:28.852Z Downloaded hkdf v0.12.4
4052024-12-19T21:37:28.854Z Downloaded rustfmt-wrapper v0.2.1
4062024-12-19T21:37:28.860Z Downloaded slog-json v2.6.1
4072024-12-19T21:37:28.860Z Downloaded slog-bunyan v2.5.0
4082024-12-19T21:37:28.863Z Downloaded lock_api v0.4.12
4092024-12-19T21:37:28.863Z Downloaded md5 v0.7.0
4102024-12-19T21:37:28.863Z Downloaded tokio-rustls v0.24.1
4112024-12-19T21:37:28.866Z Downloaded textwrap v0.16.1
4122024-12-19T21:37:28.869Z Downloaded parse-size v1.1.0
4132024-12-19T21:37:28.869Z Downloaded once_cell v1.20.2
4142024-12-19T21:37:28.874Z Downloaded tinystr v0.7.6
4152024-12-19T21:37:28.874Z Downloaded tiny-keccak v2.0.2
4162024-12-19T21:37:28.882Z Downloaded mime_guess v2.0.5
4172024-12-19T21:37:28.882Z Downloaded slog v2.7.0
4182024-12-19T21:37:28.882Z Downloaded test-strategy v0.3.1
4192024-12-19T21:37:28.885Z Downloaded litemap v0.7.3
4202024-12-19T21:37:28.885Z Downloaded parking_lot_core v0.8.6
4212024-12-19T21:37:28.887Z Downloaded clap_derive v4.5.18
4222024-12-19T21:37:28.890Z Downloaded threadpool v1.8.1
4232024-12-19T21:37:28.893Z Downloaded thread_local v1.1.8
4242024-12-19T21:37:28.893Z Downloaded futures-util v0.3.31
4252024-12-19T21:37:28.904Z Downloaded impl-trait-for-tuples v0.2.2
4262024-12-19T21:37:28.907Z Downloaded icu_normalizer v1.5.0
4272024-12-19T21:37:28.910Z Downloaded enum-as-inner v0.5.1
4282024-12-19T21:37:28.913Z Downloaded criterion-plot v0.5.0
4292024-12-19T21:37:28.916Z Downloaded rustc-demangle v0.1.24
4302024-12-19T21:37:28.916Z Downloaded hyper v1.5.0
4312024-12-19T21:37:28.923Z Downloaded toml_datetime v0.6.8
4322024-12-19T21:37:28.930Z Downloaded rust-argon2 v2.1.0
4332024-12-19T21:37:28.930Z Downloaded unicode-ident v1.0.13
4342024-12-19T21:37:28.935Z Downloaded num-iter v0.1.45
4352024-12-19T21:37:28.935Z Downloaded num-derive v0.4.2
4362024-12-19T21:37:28.935Z Downloaded tinytemplate v1.2.1
4372024-12-19T21:37:28.938Z Downloaded omicron-zone-package v0.11.1
4382024-12-19T21:37:28.938Z Downloaded memmap v0.7.0
4392024-12-19T21:37:28.940Z Downloaded string_cache v0.8.7
4402024-12-19T21:37:28.941Z Downloaded unicode-bidi v0.3.17
4412024-12-19T21:37:28.943Z Downloaded equivalent v1.0.1
4422024-12-19T21:37:28.947Z Downloaded doc-comment v0.3.3
4432024-12-19T21:37:28.947Z Downloaded parking v2.2.1
4442024-12-19T21:37:28.950Z Downloaded quinn-udp v0.5.5
4452024-12-19T21:37:28.950Z Downloaded crossbeam-channel v0.5.13
4462024-12-19T21:37:28.952Z Downloaded target-lexicon v0.12.16
4472024-12-19T21:37:28.955Z Downloaded aws-lc-rs v1.10.0
4482024-12-19T21:37:28.963Z Downloaded new_debug_unreachable v1.0.6
4492024-12-19T21:37:28.966Z Downloaded parking_lot v0.12.3
4502024-12-19T21:37:28.966Z Downloaded nested v0.1.1
4512024-12-19T21:37:28.969Z Downloaded typed-path v0.9.3
4522024-12-19T21:37:28.974Z Downloaded thiserror-impl-no-std v2.0.2
4532024-12-19T21:37:28.979Z Downloaded libloading v0.8.5
4542024-12-19T21:37:28.979Z Downloaded unicode-truncate v1.1.0
4552024-12-19T21:37:28.983Z Downloaded thiserror-impl v2.0.3
4562024-12-19T21:37:28.983Z Downloaded partial-io v0.5.4
4572024-12-19T21:37:28.987Z Downloaded paste v1.0.15
4582024-12-19T21:37:28.987Z Downloaded signal-hook v0.3.17
4592024-12-19T21:37:28.991Z Downloaded pretty_assertions v1.4.1
4602024-12-19T21:37:28.995Z Downloaded russh-keys v0.45.0
4612024-12-19T21:37:28.995Z Downloaded scroll_derive v0.12.0
4622024-12-19T21:37:28.995Z Downloaded target-triple v0.1.3
4632024-12-19T21:37:28.998Z Downloaded idna v1.0.3
4642024-12-19T21:37:29.001Z Downloaded zone_cfg_derive v0.1.2
4652024-12-19T21:37:29.001Z Downloaded xattr v1.3.1
4662024-12-19T21:37:29.004Z Downloaded quote v1.0.37
4672024-12-19T21:37:29.007Z Downloaded password-hash v0.4.2
4682024-12-19T21:37:29.007Z Downloaded memchr v2.7.4
4692024-12-19T21:37:29.012Z Downloaded libsw v3.3.1
4702024-12-19T21:37:29.015Z Downloaded sqlparser_derive v0.2.2
4712024-12-19T21:37:29.019Z Downloaded mio v1.0.2
4722024-12-19T21:37:29.022Z Downloaded newtype-uuid v1.1.3
4732024-12-19T21:37:29.025Z Downloaded strum_macros v0.26.4
4742024-12-19T21:37:29.025Z Downloaded memmap2 v0.9.5
4752024-12-19T21:37:29.028Z Downloaded proc-macro-crate v1.3.1
4762024-12-19T21:37:29.028Z Downloaded tokio-postgres v0.7.12
4772024-12-19T21:37:29.036Z Downloaded phf_shared v0.10.0
4782024-12-19T21:37:29.040Z Downloaded oso v0.27.3
4792024-12-19T21:37:29.040Z Downloaded smawk v0.3.2
4802024-12-19T21:37:29.041Z Downloaded pem-rfc7468 v0.7.0
4812024-12-19T21:37:29.044Z Downloaded path-tree v0.8.1
4822024-12-19T21:37:29.044Z Downloaded crossbeam-utils v0.8.20
4832024-12-19T21:37:29.048Z Downloaded clang-sys v1.8.1
4842024-12-19T21:37:29.048Z Downloaded zerovec v0.10.4
4852024-12-19T21:37:29.053Z Downloaded salty v0.3.0
4862024-12-19T21:37:29.060Z Downloaded target-spec v3.2.2
4872024-12-19T21:37:29.063Z Downloaded strum_macros v0.25.3
4882024-12-19T21:37:29.065Z Downloaded scrypt v0.11.0
4892024-12-19T21:37:29.068Z Downloaded yoke v0.7.4
4902024-12-19T21:37:29.068Z Downloaded tar v0.4.42
4912024-12-19T21:37:29.072Z Downloaded cstr-argument v0.1.2
4922024-12-19T21:37:29.075Z Downloaded strum_macros v0.24.3
4932024-12-19T21:37:29.075Z Downloaded similar v2.6.0
4942024-12-19T21:37:29.078Z Downloaded num-conv v0.1.0
4952024-12-19T21:37:29.082Z Downloaded dunce v1.0.5
4962024-12-19T21:37:29.082Z Downloaded dyn-clone v1.0.17
4972024-12-19T21:37:29.095Z Downloaded lru-cache v0.1.2
4982024-12-19T21:37:29.095Z Downloaded lru v0.12.5
4992024-12-19T21:37:29.095Z Downloaded openssl-probe v0.1.5
5002024-12-19T21:37:29.095Z Downloaded rustls-pki-types v1.10.0
5012024-12-19T21:37:29.095Z Downloaded serde-big-array v0.5.1
5022024-12-19T21:37:29.095Z Downloaded phf_generator v0.11.2
5032024-12-19T21:37:29.095Z Downloaded crc-catalog v2.4.0
5042024-12-19T21:37:29.101Z Downloaded kv-log-macro v1.0.7
5052024-12-19T21:37:29.102Z Downloaded zerocopy v0.6.6
5062024-12-19T21:37:29.102Z Downloaded minimal-lexical v0.2.1
5072024-12-19T21:37:29.105Z Downloaded rand_xorshift v0.3.0
5082024-12-19T21:37:29.105Z Downloaded native-tls v0.2.12
5092024-12-19T21:37:29.109Z Downloaded toolchain_find v0.4.0
5102024-12-19T21:37:29.109Z Downloaded crc v3.2.1
5112024-12-19T21:37:29.112Z Downloaded tls_codec_derive v0.4.1
5122024-12-19T21:37:29.115Z Downloaded stringprep v0.1.5
5132024-12-19T21:37:29.116Z Downloaded ssh-encoding v0.2.0
5142024-12-19T21:37:29.116Z Downloaded thiserror v1.0.69
5152024-12-19T21:37:29.120Z Downloaded derive_builder v0.20.2
5162024-12-19T21:37:29.126Z Downloaded ctr v0.9.2
5172024-12-19T21:37:29.128Z Downloaded derive_builder_core v0.20.2
5182024-12-19T21:37:29.132Z Downloaded zone_cfg_derive v0.3.0
5192024-12-19T21:37:29.132Z Downloaded bitvec v1.0.1
5202024-12-19T21:37:29.145Z Downloaded mirai-annotations v1.12.0
5212024-12-19T21:37:29.147Z Downloaded match_cfg v0.1.0
5222024-12-19T21:37:29.147Z Downloaded ident_case v1.0.1
5232024-12-19T21:37:29.147Z Downloaded olpc-cjson v0.1.4
5242024-12-19T21:37:29.149Z Downloaded pretty-hex v0.2.1
5252024-12-19T21:37:29.150Z Downloaded kstat-rs v0.2.4
5262024-12-19T21:37:29.152Z Downloaded bindgen v0.69.5
5272024-12-19T21:37:29.158Z Downloaded digest v0.10.7
5282024-12-19T21:37:29.160Z Downloaded cipher v0.4.4
5292024-12-19T21:37:29.162Z Downloaded serde-hex v0.1.0
5302024-12-19T21:37:29.164Z Downloaded rand_seeder v0.3.0
5312024-12-19T21:37:29.164Z Downloaded postgres-protocol v0.6.7
5322024-12-19T21:37:29.167Z Downloaded async-std v1.13.0
5332024-12-19T21:37:29.185Z Downloaded plotters-backend v0.3.7
5342024-12-19T21:37:29.188Z Downloaded dof v0.3.0
5352024-12-19T21:37:29.188Z Downloaded display-error-chain v0.2.2
5362024-12-19T21:37:29.191Z Downloaded dirs-next v2.0.0
5372024-12-19T21:37:29.191Z Downloaded cpufeatures v0.2.14
5382024-12-19T21:37:29.195Z Downloaded untrusted v0.7.1
5392024-12-19T21:37:29.195Z Downloaded event-listener v2.5.3
5402024-12-19T21:37:29.198Z Downloaded der v0.7.9
5412024-12-19T21:37:29.202Z Downloaded chrono v0.4.38
5422024-12-19T21:37:29.206Z Downloaded path-slash v0.1.5
5432024-12-19T21:37:29.210Z Downloaded ssh-key v0.6.6
5442024-12-19T21:37:29.214Z Downloaded oso-derive v0.27.3
5452024-12-19T21:37:29.217Z Downloaded smf v0.2.3
5462024-12-19T21:37:29.217Z Downloaded smallvec v0.6.14
5472024-12-19T21:37:29.220Z Downloaded md-5 v0.10.6
5482024-12-19T21:37:29.220Z Downloaded serde_derive_internals v0.29.1
5492024-12-19T21:37:29.223Z Downloaded zip v0.6.6
5502024-12-19T21:37:29.225Z Downloaded unicode_categories v0.1.1
5512024-12-19T21:37:29.229Z Downloaded escape8259 v0.5.3
5522024-12-19T21:37:29.229Z Downloaded pin-project-lite v0.2.14
5532024-12-19T21:37:29.233Z Downloaded num_threads v0.1.7
5542024-12-19T21:37:29.233Z Downloaded num_cpus v1.16.0
5552024-12-19T21:37:29.236Z Downloaded mockall v0.13.0
5562024-12-19T21:37:29.239Z Downloaded scopeguard v1.2.0
5572024-12-19T21:37:29.239Z Downloaded wyz v0.5.1
5582024-12-19T21:37:29.242Z Downloaded unicode-linebreak v0.1.5
5592024-12-19T21:37:29.242Z Downloaded indoc v1.0.9
5602024-12-19T21:37:29.244Z Downloaded zone v0.3.0
5612024-12-19T21:37:29.245Z Downloaded writeable v0.5.5
5622024-12-19T21:37:29.248Z Downloaded crunchy v0.2.2
5632024-12-19T21:37:29.248Z Downloaded tinyvec v1.8.0
5642024-12-19T21:37:29.250Z Downloaded reqwest v0.12.9
5652024-12-19T21:37:29.257Z Downloaded crucible-workspace-hack v0.1.0
5662024-12-19T21:37:29.261Z Downloaded serde_path_to_error v0.1.16
5672024-12-19T21:37:29.261Z Downloaded version_check v0.9.5
5682024-12-19T21:37:29.263Z Downloaded spin v0.5.2
5692024-12-19T21:37:29.263Z Downloaded psl-types v2.0.11
5702024-12-19T21:37:29.263Z Downloaded postgres-types v0.2.8
5712024-12-19T21:37:29.265Z Downloaded term v0.7.0
5722024-12-19T21:37:29.268Z Downloaded tempfile v3.13.0
5732024-12-19T21:37:29.271Z Downloaded pin-project-internal v1.1.6
5742024-12-19T21:37:29.273Z Downloaded ipnetwork v0.20.0
5752024-12-19T21:37:29.275Z Downloaded keccak v0.1.5
5762024-12-19T21:37:29.278Z Downloaded num_enum v0.5.11
5772024-12-19T21:37:29.280Z Downloaded maplit v1.0.2
5782024-12-19T21:37:29.284Z Downloaded pin-utils v0.1.0
5792024-12-19T21:37:29.284Z Downloaded packed_struct_codegen v0.10.1
5802024-12-19T21:37:29.287Z Downloaded zone v0.1.8
5812024-12-19T21:37:29.287Z Downloaded which v4.4.2
5822024-12-19T21:37:29.287Z Downloaded multer v3.1.0
5832024-12-19T21:37:29.290Z Downloaded topological-sort v0.2.2
5842024-12-19T21:37:29.290Z Downloaded crc32fast v1.4.2
5852024-12-19T21:37:29.294Z Downloaded vsss-rs v3.3.4
5862024-12-19T21:37:29.294Z Downloaded time v0.3.36
5872024-12-19T21:37:29.301Z Downloaded clap v4.5.21
5882024-12-19T21:37:29.308Z Downloaded untrusted v0.9.0
5892024-12-19T21:37:29.311Z Downloaded pest v2.7.14
5902024-12-19T21:37:29.315Z Downloaded r2d2 v0.8.10
5912024-12-19T21:37:29.317Z Downloaded typify-macro v0.2.0
5922024-12-19T21:37:29.317Z Downloaded serde_urlencoded v0.7.1
5932024-12-19T21:37:29.319Z Downloaded tokio-tungstenite v0.21.0
5942024-12-19T21:37:29.321Z Downloaded p384 v0.13.0
5952024-12-19T21:37:29.326Z Downloaded shell-words v1.1.0
5962024-12-19T21:37:29.330Z Downloaded sha2 v0.10.8
5972024-12-19T21:37:29.330Z Downloaded pkg-config v0.3.31
5982024-12-19T21:37:29.332Z Downloaded smallvec v1.13.2
5992024-12-19T21:37:29.335Z Downloaded pkcs8 v0.10.2
6002024-12-19T21:37:29.337Z Downloaded num-traits v0.2.19
6012024-12-19T21:37:29.341Z Downloaded event-listener v5.3.1
6022024-12-19T21:37:29.345Z Downloaded x509-cert v0.2.5
6032024-12-19T21:37:29.349Z Downloaded syn v1.0.109
6042024-12-19T21:37:29.356Z Downloaded darling v0.20.10
6052024-12-19T21:37:29.360Z Downloaded semver v1.0.23
6062024-12-19T21:37:29.363Z Downloaded clap_builder v4.5.21
6072024-12-19T21:37:29.369Z Downloaded tui-tree-widget v0.22.0
6082024-12-19T21:37:29.373Z Downloaded gimli v0.31.1
6092024-12-19T21:37:29.377Z Downloaded indexmap v1.9.3
6102024-12-19T21:37:29.380Z Downloaded papergrid v0.11.0
6112024-12-19T21:37:29.385Z Downloaded schemars v0.8.21
6122024-12-19T21:37:29.396Z Downloaded typenum v1.17.0
6132024-12-19T21:37:29.399Z Downloaded ucd-trie v0.1.7
6142024-12-19T21:37:29.401Z Downloaded url v2.5.3
6152024-12-19T21:37:29.404Z Downloaded itertools v0.13.0
6162024-12-19T21:37:29.409Z Downloaded itertools v0.12.1
6172024-12-19T21:37:29.417Z Downloaded icu_collections v1.5.0
6182024-12-19T21:37:29.422Z Downloaded serde v1.0.215
6192024-12-19T21:37:29.425Z Downloaded syn v2.0.87
6202024-12-19T21:37:29.435Z Downloaded vcpkg v0.2.15
6212024-12-19T21:37:29.476Z Downloaded rustls-webpki v0.101.7
6222024-12-19T21:37:29.487Z Downloaded tabled v0.15.0
6232024-12-19T21:37:29.502Z Downloaded webpki-roots v0.26.6
6242024-12-19T21:37:29.505Z Downloaded object v0.36.5
6252024-12-19T21:37:29.516Z Downloaded zerocopy v0.8.10
6262024-12-19T21:37:29.539Z Downloaded publicsuffix v2.2.3
6272024-12-19T21:37:29.543Z Downloaded nix v0.28.0
6282024-12-19T21:37:29.552Z Downloaded unicode-normalization v0.1.24
6292024-12-19T21:37:29.556Z Downloaded itertools v0.10.5
6302024-12-19T21:37:29.562Z Downloaded serde_with v3.11.0
6312024-12-19T21:37:29.570Z Downloaded serde_json v1.0.132
6322024-12-19T21:37:29.576Z Downloaded polar-core v0.27.3
6332024-12-19T21:37:29.585Z Downloaded tokio-util v0.7.12
6342024-12-19T21:37:29.591Z Downloaded crossterm v0.28.1
6352024-12-19T21:37:29.597Z Downloaded hickory-proto v0.24.1
6362024-12-19T21:37:29.611Z Downloaded sqlparser v0.45.0
6372024-12-19T21:37:29.616Z Downloaded bstr v1.10.0
6382024-12-19T21:37:29.627Z Downloaded idna v0.4.0
6392024-12-19T21:37:29.633Z Downloaded lalrpop v0.19.12
6402024-12-19T21:37:29.643Z Downloaded petname v2.0.2
6412024-12-19T21:37:29.648Z Downloaded nix v0.27.1
6422024-12-19T21:37:29.658Z Downloaded nix v0.29.0
6432024-12-19T21:37:29.669Z Downloaded radix_trie v0.2.1
6442024-12-19T21:37:29.674Z Downloaded rustls v0.23.19
6452024-12-19T21:37:29.686Z Downloaded proptest v1.5.0
6462024-12-19T21:37:29.694Z Downloaded smoltcp v0.9.1
6472024-12-19T21:37:29.705Z Downloaded object v0.30.4
6482024-12-19T21:37:29.713Z Downloaded icu_properties_data v1.5.0
6492024-12-19T21:37:29.723Z Downloaded regress v0.9.1
6502024-12-19T21:37:29.731Z Downloaded regex v1.11.1
6512024-12-19T21:37:29.743Z Downloaded unicode-width v0.1.14
6522024-12-19T21:37:29.748Z Downloaded idna v0.2.3
6532024-12-19T21:37:29.755Z Downloaded rustls v0.21.12
6542024-12-19T21:37:29.766Z Downloaded regex-syntax v0.6.29
6552024-12-19T21:37:29.774Z Downloaded unicode-width v0.2.0
6562024-12-19T21:37:29.780Z Downloaded idna v0.3.0
6572024-12-19T21:37:29.785Z Downloaded rustls v0.22.4
6582024-12-19T21:37:29.797Z Downloaded dropshot v0.12.0
6592024-12-19T21:37:29.816Z Downloaded rustix v0.38.37
6602024-12-19T21:37:29.839Z Downloaded dropshot v0.13.0
6612024-12-19T21:37:29.857Z Downloaded curve25519-dalek v4.1.3
6622024-12-19T21:37:29.865Z Downloaded bzip2-sys v0.1.11+1.0.8
6632024-12-19T21:37:29.876Z Downloaded smoltcp v0.11.0
6642024-12-19T21:37:29.888Z Downloaded regex-syntax v0.8.5
6652024-12-19T21:37:29.895Z Downloaded ratatui v0.28.1
6662024-12-19T21:37:29.915Z Downloaded sled v0.34.7
6672024-12-19T21:37:29.926Z Downloaded zerocopy-derive v0.6.6
6682024-12-19T21:37:29.934Z Downloaded typify-impl v0.2.0
6692024-12-19T21:37:29.947Z Downloaded regress v0.10.1
6702024-12-19T21:37:29.955Z Downloaded openapiv3 v2.0.0
6712024-12-19T21:37:29.966Z Downloaded diesel v2.2.6
6722024-12-19T21:37:29.984Z Downloaded trust-dns-proto v0.22.0
6732024-12-19T21:37:29.995Z Downloaded chrono-tz v0.10.0
6742024-12-19T21:37:30.002Z Downloaded winnow v0.5.40
6752024-12-19T21:37:30.010Z Downloaded idna v0.5.0
6762024-12-19T21:37:30.017Z Downloaded regex-automata v0.4.8
6772024-12-19T21:37:30.034Z Downloaded libc v0.2.162
6782024-12-19T21:37:30.059Z Downloaded petgraph v0.6.5
6792024-12-19T21:37:30.074Z Downloaded tokio v1.40.0
6802024-12-19T21:37:30.111Z Downloaded openssl v0.10.66
6812024-12-19T21:37:30.120Z Downloaded libm v0.2.8
6822024-12-19T21:37:30.127Z Downloaded portable-atomic v1.9.0
6832024-12-19T21:37:30.133Z Downloaded rustls-webpki v0.102.8
6842024-12-19T21:37:30.150Z Downloaded quinn-proto v0.11.8
6852024-12-19T21:37:30.157Z Downloaded csv v1.3.0
6862024-12-19T21:37:30.175Z Downloaded libz-sys v1.1.20
6872024-12-19T21:37:30.196Z Downloaded unicode-segmentation v1.12.0
6882024-12-19T21:37:30.199Z Downloaded lzma-sys v0.1.20
6892024-12-19T21:37:30.226Z Downloaded quick-xml v0.33.0
6902024-12-19T21:37:30.233Z Downloaded vte v0.11.1
6912024-12-19T21:37:30.235Z Downloaded crypto-bigint v0.5.5
6922024-12-19T21:37:30.240Z Downloaded mockall_derive v0.13.0
6932024-12-19T21:37:30.242Z Downloaded criterion v0.5.1
6942024-12-19T21:37:30.248Z Downloaded zerocopy v0.7.35
6952024-12-19T21:37:30.264Z Downloaded sha3 v0.10.8
6962024-12-19T21:37:30.268Z Downloaded radium v0.7.0
6972024-12-19T21:37:30.271Z Downloaded curve25519-dalek-derive v0.1.1
6982024-12-19T21:37:30.271Z Downloaded managed v0.8.0
6992024-12-19T21:37:30.273Z Downloaded packed_struct v0.10.1
7002024-12-19T21:37:30.273Z Downloaded toml v0.7.8
7012024-12-19T21:37:30.276Z Downloaded polling v3.7.3
7022024-12-19T21:37:30.279Z Downloaded zip v2.1.3
7032024-12-19T21:37:30.283Z Downloaded elliptic-curve v0.13.8
7042024-12-19T21:37:30.287Z Downloaded indoc v2.0.5
7052024-12-19T21:37:30.290Z Downloaded ciborium-ll v0.2.2
7062024-12-19T21:37:30.292Z Downloaded crc-any v2.5.0
7072024-12-19T21:37:30.294Z Downloaded derive_builder_macro v0.20.2
7082024-12-19T21:37:30.295Z Downloaded num-rational v0.4.2
7092024-12-19T21:37:30.299Z Downloaded quinn v0.11.5
7102024-12-19T21:37:30.301Z Downloaded rayon v1.10.0
7112024-12-19T21:37:30.308Z Downloaded schemars_derive v0.8.21
7122024-12-19T21:37:30.310Z Downloaded scheduled-thread-pool v0.2.7
7132024-12-19T21:37:30.310Z Downloaded git2 v0.19.0
7142024-12-19T21:37:30.318Z Downloaded plain v0.2.3
7152024-12-19T21:37:30.320Z Downloaded displaydoc v0.2.5
7162024-12-19T21:37:30.322Z Downloaded whoami v1.5.2
7172024-12-19T21:37:30.331Z Downloaded num-complex v0.4.6
7182024-12-19T21:37:30.331Z Downloaded prettyplease v0.2.25
7192024-12-19T21:37:30.331Z Downloaded difflib v0.4.0
7202024-12-19T21:37:30.331Z Downloaded encoding_rs v0.8.34
7212024-12-19T21:37:30.351Z Downloaded usdt v0.5.0
7222024-12-19T21:37:30.354Z Downloaded ppv-lite86 v0.2.20
7232024-12-19T21:37:30.354Z Downloaded icu_locid_transform v1.5.0
7242024-12-19T21:37:30.357Z Downloaded log v0.4.22
7252024-12-19T21:37:30.359Z Downloaded yansi v1.0.1
7262024-12-19T21:37:30.359Z Downloaded unicode-xid v0.2.6
7272024-12-19T21:37:30.362Z Downloaded tokio-stream v0.1.16
7282024-12-19T21:37:30.365Z Downloaded tokio-rustls v0.26.0
7292024-12-19T21:37:30.367Z Downloaded tokio-rustls v0.25.0
7302024-12-19T21:37:30.370Z Downloaded subprocess v0.2.9
7312024-12-19T21:37:30.372Z Downloaded httpmock v0.8.0-alpha.1
7322024-12-19T21:37:30.390Z Downloaded steno v0.4.1
7332024-12-19T21:37:30.393Z Downloaded winnow v0.6.20
7342024-12-19T21:37:30.402Z Downloaded blake3 v1.5.4
7352024-12-19T21:37:30.410Z Downloaded crypto-common v0.1.6
7362024-12-19T21:37:30.413Z Downloaded sct v0.7.1
7372024-12-19T21:37:30.413Z Downloaded libtest-mimic v0.7.3
7382024-12-19T21:37:30.416Z Downloaded ipnet v2.10.1
7392024-12-19T21:37:30.419Z Downloaded diff v0.1.13
7402024-12-19T21:37:30.421Z Downloaded libxml v0.3.3
7412024-12-19T21:37:30.426Z Downloaded rusqlite v0.32.1
7422024-12-19T21:37:30.433Z Downloaded termcolor v1.4.1
7432024-12-19T21:37:30.435Z Downloaded unicode-properties v0.1.3
7442024-12-19T21:37:30.439Z Downloaded ssh-cipher v0.2.0
7452024-12-19T21:37:30.439Z Downloaded matches v0.1.10
7462024-12-19T21:37:30.439Z Downloaded icu_provider_macros v1.5.0
7472024-12-19T21:37:30.441Z Downloaded env_logger v0.11.5
7482024-12-19T21:37:30.444Z Downloaded vergen v8.3.2
7492024-12-19T21:37:30.446Z Downloaded goblin v0.8.2
7502024-12-19T21:37:30.452Z Downloaded darling_core v0.20.10
7512024-12-19T21:37:30.458Z Downloaded structmeta-derive v0.3.0
7522024-12-19T21:37:30.461Z Downloaded structmeta-derive v0.2.0
7532024-12-19T21:37:30.461Z Downloaded structmeta v0.3.0
7542024-12-19T21:37:30.461Z Downloaded scroll v0.12.0
7552024-12-19T21:37:30.463Z Downloaded parking_lot v0.11.2
7562024-12-19T21:37:30.465Z Downloaded ron v0.7.1
7572024-12-19T21:37:30.468Z Downloaded typify v0.2.0
7582024-12-19T21:37:30.471Z Downloaded russh v0.45.0
7592024-12-19T21:37:30.477Z Downloaded ron v0.8.1
7602024-12-19T21:37:30.483Z Downloaded toml_edit v0.22.22
7612024-12-19T21:37:30.504Z Downloaded toml_edit v0.19.15
7622024-12-19T21:37:30.519Z Downloaded parse-zoneinfo v0.3.1
7632024-12-19T21:37:30.522Z Downloaded rustls-pemfile v2.2.0
7642024-12-19T21:37:30.524Z Downloaded rustls-native-certs v0.7.3
7652024-12-19T21:37:30.527Z Downloaded primeorder v0.13.6
7662024-12-19T21:37:30.527Z Downloaded aho-corasick v1.1.3
7672024-12-19T21:37:30.537Z Downloaded inout v0.1.3
7682024-12-19T21:37:30.541Z Downloaded nom v7.1.3
7692024-12-19T21:37:30.543Z Downloaded libgit2-sys v0.17.0+1.8.1
7702024-12-19T21:37:30.600Z Downloaded h2 v0.4.6
7712024-12-19T21:37:30.606Z Downloaded plotters v0.3.7
7722024-12-19T21:37:30.615Z Downloaded yasna v0.5.2
7732024-12-19T21:37:30.618Z Downloaded rand_distr v0.4.3
7742024-12-19T21:37:30.622Z Downloaded qorb v0.2.1
7752024-12-19T21:37:30.625Z Downloaded num-bigint v0.4.6
7762024-12-19T21:37:30.628Z Downloaded siphasher v0.3.11
7772024-12-19T21:37:30.631Z Downloaded similar-asserts v1.6.0
7782024-12-19T21:37:30.633Z Downloaded simd-adler32 v0.3.7
7792024-12-19T21:37:30.633Z Downloaded shlex v1.3.0
7802024-12-19T21:37:30.636Z Downloaded rustls-pemfile v1.0.4
7812024-12-19T21:37:30.639Z Downloaded idna_adapter v1.2.0
7822024-12-19T21:37:30.639Z Downloaded tough v0.19.0
7832024-12-19T21:37:30.652Z Downloaded rustyline v14.0.0
7842024-12-19T21:37:30.656Z Downloaded reedline v0.35.0
7852024-12-19T21:37:30.663Z Downloaded ed25519-dalek v2.1.1
7862024-12-19T21:37:30.666Z Downloaded des v0.8.1
7872024-12-19T21:37:30.671Z Downloaded derive_more v0.99.18
7882024-12-19T21:37:30.673Z Downloaded debug-ignore v1.0.5
7892024-12-19T21:37:30.676Z Downloaded datatest-stable v0.2.9
7902024-12-19T21:37:30.678Z Downloaded data-encoding v2.6.0
7912024-12-19T21:37:30.679Z Downloaded xz2 v0.1.7
7922024-12-19T21:37:30.681Z Downloaded icu_locid_transform_data v1.5.0
7932024-12-19T21:37:30.681Z Downloaded dhcproto v0.12.0
7942024-12-19T21:37:30.685Z Downloaded cookie v0.18.1
7952024-12-19T21:37:30.687Z Downloaded uuid v1.11.0
7962024-12-19T21:37:30.689Z Downloaded tungstenite v0.24.0
7972024-12-19T21:37:30.692Z Downloaded rsa v0.9.6
7982024-12-19T21:37:30.697Z Downloaded thread-id v4.2.2
7992024-12-19T21:37:30.699Z Downloaded thiserror-no-std v2.0.2
8002024-12-19T21:37:30.701Z Downloaded cobs v0.2.3
8012024-12-19T21:37:30.704Z Downloaded indexmap v2.6.0
8022024-12-19T21:37:30.707Z Downloaded tungstenite v0.23.0
8032024-12-19T21:37:30.710Z Downloaded utf8_iter v1.0.4
8042024-12-19T21:37:30.712Z Downloaded crossbeam-epoch v0.9.18
8052024-12-19T21:37:30.715Z Downloaded serde_yaml v0.9.34+deprecated
8062024-12-19T21:37:30.718Z Downloaded p256 v0.13.2
8072024-12-19T21:37:30.720Z Downloaded same-file v1.0.6
8082024-12-19T21:37:30.722Z Downloaded rstest_macros v0.23.0
8092024-12-19T21:37:30.725Z Downloaded hashbrown v0.14.5
8102024-12-19T21:37:30.730Z Downloaded tracing v0.1.40
8112024-12-19T21:37:30.735Z Downloaded rand v0.8.5
8122024-12-19T21:37:30.738Z Downloaded quick-error v1.2.3
8132024-12-19T21:37:30.741Z Downloaded piper v0.2.4
8142024-12-19T21:37:30.741Z Downloaded socket2 v0.5.7
8152024-12-19T21:37:30.744Z Downloaded serde_with_macros v3.11.0
8162024-12-19T21:37:30.747Z Downloaded rstest v0.23.0
8172024-12-19T21:37:30.751Z Downloaded progenitor-impl v0.8.0
8182024-12-19T21:37:30.755Z Downloaded http v1.1.0
8192024-12-19T21:37:30.758Z Downloaded take_mut v0.2.2
8202024-12-19T21:37:30.758Z Downloaded oorandom v11.1.4
8212024-12-19T21:37:30.759Z Downloaded num v0.4.3
8222024-12-19T21:37:30.762Z Downloaded linear-map v1.2.0
8232024-12-19T21:37:30.762Z Downloaded utf16_iter v1.0.5
8242024-12-19T21:37:30.762Z Downloaded tokio-tungstenite v0.23.1
8252024-12-19T21:37:30.764Z Downloaded hashbrown v0.13.2
8262024-12-19T21:37:30.767Z Downloaded flate2 v1.0.34
8272024-12-19T21:37:30.773Z Downloaded pest_meta v2.7.14
8282024-12-19T21:37:30.775Z Downloaded lalrpop-util v0.19.12
8292024-12-19T21:37:30.775Z Downloaded compact_str v0.8.0
8302024-12-19T21:37:30.778Z Downloaded dirs-sys-next v0.1.2
8312024-12-19T21:37:30.780Z Downloaded zeroize_derive v1.4.2
8322024-12-19T21:37:30.782Z Downloaded zeroize v1.8.1
8332024-12-19T21:37:30.782Z Downloaded opaque-debug v0.3.1
8342024-12-19T21:37:30.786Z Downloaded universal-hash v0.5.1
8352024-12-19T21:37:30.786Z Downloaded twox-hash v1.6.3
8362024-12-19T21:37:30.786Z Downloaded tls_codec v0.4.1
8372024-12-19T21:37:30.789Z Downloaded dropshot_endpoint v0.13.0
8382024-12-19T21:37:30.791Z Downloaded const-oid v0.9.6
8392024-12-19T21:37:30.794Z Downloaded hickory-resolver v0.24.1
8402024-12-19T21:37:30.797Z Downloaded hashbrown v0.12.3
8412024-12-19T21:37:30.801Z Downloaded expectorate v1.1.0
8422024-12-19T21:37:30.804Z Downloaded rcgen v0.12.1
8432024-12-19T21:37:30.806Z Downloaded hickory-server v0.24.1
8442024-12-19T21:37:30.811Z Downloaded synstructure v0.13.1
8452024-12-19T21:37:30.814Z Downloaded stringmetrics v2.2.2
8462024-12-19T21:37:30.816Z Downloaded semver v0.1.20
8472024-12-19T21:37:30.816Z Downloaded secrecy v0.8.0
8482024-12-19T21:37:30.818Z Downloaded mime v0.3.17
8492024-12-19T21:37:30.818Z Downloaded trybuild v1.0.101
8502024-12-19T21:37:30.821Z Downloaded aes v0.8.4
8512024-12-19T21:37:30.826Z Downloaded rand_core v0.6.4
8522024-12-19T21:37:30.829Z Downloaded toml v0.8.19
8532024-12-19T21:37:30.831Z Downloaded parse-display v0.10.0
8542024-12-19T21:37:30.833Z Downloaded pkcs5 v0.7.1
8552024-12-19T21:37:30.837Z Downloaded fancy-regex v0.13.0
8562024-12-19T21:37:30.839Z Downloaded lazycell v1.3.0
8572024-12-19T21:37:30.842Z Downloaded walkdir v2.5.0
8582024-12-19T21:37:30.842Z Downloaded maybe-uninit v2.0.0
8592024-12-19T21:37:30.845Z Downloaded tracing-attributes v0.1.27
8602024-12-19T21:37:30.847Z Downloaded thiserror v2.0.3
8612024-12-19T21:37:30.850Z Downloaded libefi-sys v0.1.0
8622024-12-19T21:37:30.852Z Downloaded cc v1.1.30
8632024-12-19T21:37:30.855Z Downloaded bumpalo v3.16.0
8642024-12-19T21:37:30.858Z Downloaded base64 v0.21.7
8652024-12-19T21:37:30.861Z Downloaded dsl_auto_type v0.1.2
8662024-12-19T21:37:30.864Z Downloaded chacha20poly1305 v0.10.1
8672024-12-19T21:37:30.867Z Downloaded bytes v1.8.0
8682024-12-19T21:37:30.869Z Downloaded allocator-api2 v0.2.18
8692024-12-19T21:37:30.872Z Downloaded colorchoice v1.0.2
8702024-12-19T21:37:30.872Z Downloaded memoffset v0.9.1
8712024-12-19T21:37:30.875Z Downloaded wait-timeout v0.2.0
8722024-12-19T21:37:30.875Z Downloaded fatfs v0.3.6
8732024-12-19T21:37:30.877Z Downloaded usdt-impl v0.5.0
8742024-12-19T21:37:30.880Z Downloaded base64 v0.13.1
8752024-12-19T21:37:30.882Z Downloaded flume v0.11.1
8762024-12-19T21:37:30.885Z Downloaded serde_tokenstream v0.2.2
8772024-12-19T21:37:30.887Z Downloaded password-hash v0.5.0
8782024-12-19T21:37:30.890Z Downloaded async-io v2.3.4
8792024-12-19T21:37:30.893Z Downloaded rustc_version v0.1.7
8802024-12-19T21:37:30.893Z Downloaded rustc-hash v1.1.0
8812024-12-19T21:37:30.893Z Downloaded httparse v1.9.5
8822024-12-19T21:37:30.896Z Downloaded serde_repr v0.1.19
8832024-12-19T21:37:30.899Z Downloaded salsa20 v0.10.2
8842024-12-19T21:37:30.902Z Downloaded headers v0.4.0
8852024-12-19T21:37:30.905Z Downloaded predicates-core v1.0.8
8862024-12-19T21:37:30.908Z Downloaded powerfmt v0.2.0
8872024-12-19T21:37:30.908Z Downloaded phf_codegen v0.11.2
8882024-12-19T21:37:30.910Z Downloaded cancel-safe-futures v0.1.5
8892024-12-19T21:37:30.913Z Downloaded ahash v0.8.11
8902024-12-19T21:37:30.916Z Downloaded futures-lite v2.3.0
8912024-12-19T21:37:30.916Z Downloaded highway v1.2.0
8922024-12-19T21:37:30.918Z Downloaded httptest v0.16.1
8932024-12-19T21:37:30.921Z Downloaded futures-channel v0.3.31
8942024-12-19T21:37:30.921Z Downloaded async-bb8-diesel v0.2.1
8952024-12-19T21:37:30.923Z Downloaded base64ct v1.6.0
8962024-12-19T21:37:30.926Z Downloaded async-stream v0.3.6
8972024-12-19T21:37:30.928Z Downloaded buf-list v1.0.3
8982024-12-19T21:37:30.931Z Downloaded bcs v0.1.6
8992024-12-19T21:37:30.931Z Downloaded hex-literal v0.4.1
9002024-12-19T21:37:30.933Z Downloaded heck v0.4.1
9012024-12-19T21:37:30.933Z Downloaded hashlink v0.9.1
9022024-12-19T21:37:30.936Z Downloaded async-trait v0.1.83
9032024-12-19T21:37:30.938Z Downloaded async-task v4.7.1
9042024-12-19T21:37:30.940Z Downloaded async-lock v3.4.0
9052024-12-19T21:37:30.943Z Downloaded cargo_metadata v0.18.1
9062024-12-19T21:37:30.946Z Downloaded arrayvec v0.7.6
9072024-12-19T21:37:30.948Z Downloaded gethostname v0.5.0
9082024-12-19T21:37:30.948Z Downloaded futures-core v0.3.31
9092024-12-19T21:37:30.948Z Downloaded funty v2.0.0
9102024-12-19T21:37:30.951Z Downloaded errno v0.3.9
9112024-12-19T21:37:30.951Z Downloaded aead v0.5.2
9122024-12-19T21:37:30.951Z Downloaded async-recursion v1.1.1
9132024-12-19T21:37:30.954Z Downloaded hubpack v0.1.2
9142024-12-19T21:37:30.956Z Downloaded hash32 v0.3.1
9152024-12-19T21:37:30.956Z Downloaded fs-err v2.11.0
9162024-12-19T21:37:30.959Z Downloaded fragile v2.0.0
9172024-12-19T21:37:30.961Z Downloaded flagset v0.4.6
9182024-12-19T21:37:30.963Z Downloaded fallible-iterator v0.3.0
9192024-12-19T21:37:30.963Z Downloaded futures-sink v0.3.31
9202024-12-19T21:37:30.963Z Downloaded foldhash v0.1.3
9212024-12-19T21:37:30.966Z Downloaded ff v0.13.0
9222024-12-19T21:37:30.966Z Downloaded blocking v1.6.1
9232024-12-19T21:37:30.969Z Downloaded bitfield v0.14.0
9242024-12-19T21:37:30.969Z Downloaded atomic-waker v1.1.2
9252024-12-19T21:37:30.969Z Downloaded async-channel v2.3.1
9262024-12-19T21:37:30.974Z Downloaded foreign-types v0.5.0
9272024-12-19T21:37:30.974Z Downloaded arrayref v0.3.9
9282024-12-19T21:37:30.974Z Downloaded blowfish v0.9.1
9292024-12-19T21:37:30.974Z Downloaded ghash v0.5.1
9302024-12-19T21:37:30.977Z Downloaded foreign-types v0.3.2
9312024-12-19T21:37:30.977Z Downloaded async-attributes v1.1.2
9322024-12-19T21:37:30.977Z Downloaded form_urlencoded v1.2.1
9332024-12-19T21:37:30.980Z Downloaded fallible-iterator v0.2.0
9342024-12-19T21:37:30.980Z Downloaded block-buffer v0.10.4
9352024-12-19T21:37:30.980Z Downloaded async-channel v1.9.0
9362024-12-19T21:37:30.983Z Downloaded assert-json-diff v2.0.2
9372024-12-19T21:37:30.984Z Downloaded cast v0.3.0
9382024-12-19T21:37:30.984Z Downloaded ascii-canvas v3.0.0
9392024-12-19T21:37:30.986Z Downloaded bcrypt-pbkdf v0.10.0
9402024-12-19T21:37:30.986Z Downloaded autocfg v1.4.0
9412024-12-19T21:37:30.989Z Downloaded async-signal v0.2.10
9422024-12-19T21:37:30.989Z Downloaded heck v0.5.0
9432024-12-19T21:37:30.991Z Downloaded float-cmp v0.9.0
9442024-12-19T21:37:30.991Z Downloaded fastrand v2.1.1
9452024-12-19T21:37:30.991Z Downloaded base16ct v0.2.0
9462024-12-19T21:37:30.994Z Downloaded async-global-executor v2.4.1
9472024-12-19T21:37:30.999Z Downloaded anes v0.1.6
9482024-12-19T21:37:31.054Z Downloaded ring v0.17.8
9492024-12-19T21:37:31.213Z Downloaded ring v0.16.20
9502024-12-19T21:37:31.301Z Downloaded libsqlite3-sys v0.30.1
9512024-12-19T21:37:31.389Z Downloaded aws-lc-sys v0.22.0
9522024-12-19T21:37:31.860Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9532024-12-19T21:37:43.953Z Startup: Refreshing catalog 'helios-dev' ... Done
9542024-12-19T21:37:47.805Z Startup: Caching catalogs ... Done
9552024-12-19T21:37:58.628ZPlanning: Solver setup ... Done (9.923s)
9562024-12-19T21:37:58.764ZPlanning: Running solver ... Done (0.135s)
9572024-12-19T21:37:58.863ZPlanning: Finding local manifests ... Done (0.004s)
9582024-12-19T21:37:58.892ZPlanning: Fetching manifests: 0/5 0% complete
9592024-12-19T21:37:59.530ZPlanning: Fetching manifests: 5/5 100% complete
9602024-12-19T21:37:59.628ZPlanning: Package planning ... Done (0.098s)
9612024-12-19T21:37:59.807ZPlanning: Merging actions ... Done (0.055s)
9622024-12-19T21:37:59.875ZPlanning: Checking for conflicting actions ... Done (0.190s)
9632024-12-19T21:38:02.112ZPlanning: Consolidating action changes ... Done (2.227s)
9642024-12-19T21:38:02.548ZPlanning: Evaluating mediators ... Done (0.435s)
9652024-12-19T21:38:02.631ZPlanning: Planning completed in 14.67 seconds
9662024-12-19T21:38:02.771Z Packages to install: 4
9672024-12-19T21:38:02.771Z Packages to update: 1
9682024-12-19T21:38:02.774Z Mediators to change: 2
9692024-12-19T21:38:02.774Z Services to change: 1
9702024-12-19T21:38:02.774Z Estimated space available: 155.37 GB
9712024-12-19T21:38:02.774ZEstimated space to be consumed: 1.61 GB
9722024-12-19T21:38:02.774Z Create boot environment: No
9732024-12-19T21:38:02.774ZCreate backup boot environment: Yes
9742024-12-19T21:38:02.774Z Rebuild boot archive: No
9752024-12-19T21:38:02.774Z
9762024-12-19T21:38:02.774ZChanged mediators:
9772024-12-19T21:38:02.774Z mediator clang:
9782024-12-19T21:38:02.774Z version: None -> 15 (system default)
9792024-12-19T21:38:02.774Z
9802024-12-19T21:38:02.774Z mediator llvm:
9812024-12-19T21:38:02.774Z version: 14 (system default) -> 15 (system default)
9822024-12-19T21:38:02.774Z
9832024-12-19T21:38:02.774ZChanged packages:
9842024-12-19T21:38:02.774Zhelios-dev
9852024-12-19T21:38:02.774Z developer/build-essential
9862024-12-19T21:38:02.774Z None -> 11-2.0
9872024-12-19T21:38:02.774Z library/libxmlsec1
9882024-12-19T21:38:02.774Z None -> 1.2.35-2.0
9892024-12-19T21:38:02.774Z ooce/developer/clang-15
9902024-12-19T21:38:02.774Z None -> 15.0.7-2.0
9912024-12-19T21:38:02.774Z ooce/developer/llvm-15
9922024-12-19T21:38:02.774Z None -> 15.0.7-2.0
9932024-12-19T21:38:02.774Z package/pkg
9942024-12-19T21:38:02.774Z 0.5.11-2.0 -> 0.5.11-2.1.6412
9952024-12-19T21:38:02.774Z
9962024-12-19T21:38:02.774ZServices:
9972024-12-19T21:38:02.774Z restart_fmri:
9982024-12-19T21:38:02.774Z svc:/system/update-man-index:default
9992024-12-19T21:38:02.774Z
10002024-12-19T21:38:02.775ZEditable files to change:
10012024-12-19T21:38:02.775Z Update:
10022024-12-19T21:38:02.775Z usr/share/lib/pkg/web/config.shtml
10032024-12-19T21:38:02.857Z
10042024-12-19T21:38:02.857ZDownload: 0/4281 items 0.0/220.6MB 0% complete
10052024-12-19T21:38:09.018ZDownload: 213/4281 items 1.3/220.6MB 0% complete (525k/s)
10062024-12-19T21:38:14.041ZDownload: 1191/4281 items 82.8/220.6MB 37% complete (8.2M/s)
10072024-12-19T21:38:25.840ZDownload: 1198/4281 items 83.5/220.6MB 37% complete
10082024-12-19T21:38:32.187ZDownload: 2224/4281 items 118.6/220.6MB 53% complete (10.1M/s)
10092024-12-19T21:38:37.304ZDownload: 3034/4281 items 121.3/220.6MB 54% complete (1.2M/s)
10102024-12-19T21:38:42.252ZDownload: 3600/4281 items 215.8/220.6MB 97% complete (9.8M/s)
10112024-12-19T21:38:45.767ZDownload: Completed 220.60 MB in 42.73 seconds (5.2M/s)
10122024-12-19T21:38:47.874Z Actions: 1/5063 actions (Removing old actions)
10132024-12-19T21:38:47.894Z Actions: 194/5063 actions (Installing new actions)
10142024-12-19T21:38:52.560Z Actions: 4226/5063 actions (Updating modified actions)
10152024-12-19T21:38:52.879Z Actions: Completed 5063 actions in 4.98 seconds.
10162024-12-19T21:38:53.281Z Done (0.393s)
10172024-12-19T21:38:53.284Z Done (0.000s)
10182024-12-19T21:38:53.853Z Done (0.568s)
10192024-12-19T21:38:58.111Z Done (4.016s)
10202024-12-19T21:38:58.196Z Done (0.018s)
10212024-12-19T21:38:58.199Z Done (0.000s)
10222024-12-19T21:38:58.356Z Done (0.000s)
10232024-12-19T21:38:59.038ZPlanning: Evaluating mediator changes ... Done
10242024-12-19T21:38:59.195ZPlanning: Checking for conflicting actions ... Done
10252024-12-19T21:38:59.198ZPlanning: Consolidating action changes ... Done
10262024-12-19T21:38:59.460ZPlanning: Evaluating mediators ... Done
10272024-12-19T21:38:59.463ZPlanning: Planning completed in 0.42 seconds
10282024-12-19T21:38:59.500Z Mediators to change: 2
10292024-12-19T21:38:59.503Z Create boot environment: No
10302024-12-19T21:38:59.503ZCreate backup boot environment: No
10312024-12-19T21:38:59.585Z Done
10322024-12-19T21:38:59.585Z Done
10332024-12-19T21:38:59.936Z Done
10342024-12-19T21:39:03.495Z Done
10352024-12-19T21:39:03.591Z Done
10362024-12-19T21:39:03.594Z Done
10372024-12-19T21:39:03.730Z Done
10382024-12-19T21:39:04.339ZPlanning: Evaluating mediator changes ... Done
10392024-12-19T21:39:04.342ZPlanning: Merging actions ... Done
10402024-12-19T21:39:04.530ZPlanning: Checking for conflicting actions ... Done
10412024-12-19T21:39:04.533ZPlanning: Consolidating action changes ... Done
10422024-12-19T21:39:04.796ZPlanning: Evaluating mediators ... Done
10432024-12-19T21:39:04.849ZPlanning: Planning completed in 0.75 seconds
10442024-12-19T21:39:04.891Z Packages to change: 1
10452024-12-19T21:39:04.891Z Mediators to change: 1
10462024-12-19T21:39:04.895Z Services to change: 1
10472024-12-19T21:39:04.895Z Create boot environment: No
10482024-12-19T21:39:04.895ZCreate backup boot environment: Yes
10492024-12-19T21:39:07.297Z Actions: 1/6 actions (Updating modified actions)
10502024-12-19T21:39:07.303Z Actions: Completed 6 actions in 0.00 seconds.
10512024-12-19T21:39:07.303Z Done
10522024-12-19T21:39:07.303Z Done
10532024-12-19T21:39:07.412Z Done
10542024-12-19T21:39:10.980Z Done
10552024-12-19T21:39:11.074Z Done
10562024-12-19T21:39:11.078Z Done
10572024-12-19T21:39:11.282Z Done
10582024-12-19T21:39:11.716ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
10592024-12-19T21:39:11.716Zclang system 15 system
10602024-12-19T21:39:11.716Zcsh system system illumos
10612024-12-19T21:39:11.716Zctags system system illumos
10622024-12-19T21:39:11.716Zgcc vendor 12 vendor
10632024-12-19T21:39:11.716Zgcc system 10 system
10642024-12-19T21:39:11.716Zgcc system 7 system
10652024-12-19T21:39:11.717Zgo system 1.20 system
10662024-12-19T21:39:11.717Zgo system 1.19 system
10672024-12-19T21:39:11.717Zllvm system 15 system
10682024-12-19T21:39:11.717Zllvm system 14 system
10692024-12-19T21:39:11.717Zmariadb system 10.6 system
10702024-12-19T21:39:11.717Zmta vendor vendor dma
10712024-12-19T21:39:11.717Zopenjdk system 17 system
10722024-12-19T21:39:11.717Zopenjdk system 11 system
10732024-12-19T21:39:11.717Zopenjdk system 1.8 system
10742024-12-19T21:39:11.717Zopenssl vendor 3 vendor
10752024-12-19T21:39:11.717Zperl system 5.36 system
10762024-12-19T21:39:11.717Zpostgresql system 15 system
10772024-12-19T21:39:11.717Zpostgresql system 13 system
10782024-12-19T21:39:11.717Zpython vendor 3 vendor
10792024-12-19T21:39:11.717Zpython system 2 system
10802024-12-19T21:39:11.717Zpython3 system 3.11 system
10812024-12-19T21:39:11.717Zruby system 3.0 system
10822024-12-19T21:39:11.717Zwords vendor vendor american-english
10832024-12-19T21:39:11.717Zwords system system australian-english
10842024-12-19T21:39:11.717Zwords system system british-english
10852024-12-19T21:39:11.717Zwords system system canadian-english
10862024-12-19T21:39:11.717Zwords system system french
10872024-12-19T21:39:11.717Zwords system system italian
10882024-12-19T21:39:11.717Zwords system system ngerman
10892024-12-19T21:39:11.717Zwords system system ogerman
10902024-12-19T21:39:11.717Zwords system system spanish
10912024-12-19T21:39:12.046ZPUBLISHER TYPE STATUS P LOCATION
10922024-12-19T21:39:12.046Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
10932024-12-19T21:39:14.742ZFMRI IFO
10942024-12-19T21:39:14.742Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
10952024-12-19T21:39:14.742Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
10962024-12-19T21:39:14.742Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
10972024-12-19T21:39:14.742Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
10982024-12-19T21:39:14.742Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
10992024-12-19T21:39:14.742Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
11002024-12-19T21:39:14.742Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
11012024-12-19T21:39:14.742Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
11022024-12-19T21:39:14.742Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
11032024-12-19T21:39:14.742Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
11042024-12-19T21:39:14.743Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
11052024-12-19T21:39:14.743Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
11062024-12-19T21:39:14.743Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
11072024-12-19T21:39:14.743Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
11082024-12-19T21:39:14.743Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
11092024-12-19T21:39:15.763Z Downloading crates ...
11102024-12-19T21:39:15.847Z Downloaded cargo_toml v0.20.5
11112024-12-19T21:39:15.980Z Compiling proc-macro2 v1.0.89
11122024-12-19T21:39:15.980Z Compiling unicode-ident v1.0.13
11132024-12-19T21:39:15.983Z Compiling serde v1.0.215
11142024-12-19T21:39:15.983Z Compiling version_check v0.9.5
11152024-12-19T21:39:15.983Z Compiling memchr v2.7.4
11162024-12-19T21:39:15.983Z Compiling thiserror v1.0.69
11172024-12-19T21:39:15.983Z Compiling libc v0.2.162
11182024-12-19T21:39:15.983Z Compiling ucd-trie v0.1.7
11192024-12-19T21:39:16.238Z Compiling itoa v1.0.11
11202024-12-19T21:39:16.457Z Compiling ryu v1.0.18
11212024-12-19T21:39:16.658Z Compiling once_cell v1.20.2
11222024-12-19T21:39:16.763Z Compiling byteorder v1.5.0
11232024-12-19T21:39:16.866Z Compiling serde_json v1.0.132
11242024-12-19T21:39:16.927Z Compiling rustix v0.38.37
11252024-12-19T21:39:17.224Z Compiling bitflags v2.6.0
11262024-12-19T21:39:17.265Z Compiling proc-macro-error-attr v1.0.4
11272024-12-19T21:39:17.470Z Compiling usdt-impl v0.5.0
11282024-12-19T21:39:17.533Z Compiling syn v1.0.109
11292024-12-19T21:39:17.678Z Compiling proc-macro-error v1.0.4
11302024-12-19T21:39:17.719Z Compiling quote v1.0.37
11312024-12-19T21:39:17.807Z Compiling hashbrown v0.15.1
11322024-12-19T21:39:17.909Z Compiling utf8parse v0.2.2
11332024-12-19T21:39:17.934Z Compiling equivalent v1.0.1
11342024-12-19T21:39:18.031Z Compiling plain v0.2.3
11352024-12-19T21:39:18.056Z Compiling log v0.4.22
11362024-12-19T21:39:18.114Z Compiling syn v2.0.87
11372024-12-19T21:39:18.176Z Compiling errno v0.3.9
11382024-12-19T21:39:18.419Z Compiling camino v1.1.9
11392024-12-19T21:39:18.451Z Compiling anstyle-parse v0.2.5
11402024-12-19T21:39:18.626Z Compiling thread-id v4.2.2
11412024-12-19T21:39:18.858Z Compiling anstyle-query v1.1.1
11422024-12-19T21:39:19.036Z Compiling indexmap v2.6.0
11432024-12-19T21:39:19.114Z Compiling unicode-width v0.1.14
11442024-12-19T21:39:19.209Z Compiling colorchoice v1.0.2
11452024-12-19T21:39:19.209Z Compiling winnow v0.6.20
11462024-12-19T21:39:19.299Z Compiling autocfg v1.4.0
11472024-12-19T21:39:19.512Z Compiling anstyle v1.0.10
11482024-12-19T21:39:19.588Z Compiling pretty-hex v0.4.1
11492024-12-19T21:39:19.762Z Compiling semver v1.0.23
11502024-12-19T21:39:19.914Z Compiling is_terminal_polyfill v1.70.1
11512024-12-19T21:39:20.049Z Compiling anstream v0.6.15
11522024-12-19T21:39:20.443Z Compiling fs-err v2.11.0
11532024-12-19T21:39:20.443Z Compiling terminal_size v0.4.0
11542024-12-19T21:39:20.462Z Compiling heck v0.5.0
11552024-12-19T21:39:20.705Z Compiling bytecount v0.6.8
11562024-12-19T21:39:20.808Z Compiling heck v0.4.1
11572024-12-19T21:39:20.903Z Compiling fastrand v2.1.1
11582024-12-19T21:39:20.945Z Compiling anyhow v1.0.93
11592024-12-19T21:39:21.043Z Compiling strsim v0.11.1
11602024-12-19T21:39:21.237Z Compiling fnv v1.0.7
11612024-12-19T21:39:21.316Z Compiling clap_lex v0.7.2
11622024-12-19T21:39:21.466Z Compiling cfg-if v1.0.0
11632024-12-19T21:39:21.552Z Compiling tempfile v3.13.0
11642024-12-19T21:39:21.822Z Compiling clap_builder v4.5.21
11652024-12-19T21:39:21.998Z Compiling papergrid v0.11.0
11662024-12-19T21:39:22.044Z Compiling memmap v0.7.0
11672024-12-19T21:39:22.151Z Compiling smawk v0.3.2
11682024-12-19T21:39:22.354Z Compiling unicode-linebreak v0.1.5
11692024-12-19T21:39:22.852Z Compiling textwrap v0.16.1
11702024-12-19T21:39:22.967Z Compiling swrite v0.1.0
11712024-12-19T21:39:24.003Z Compiling tabled_derive v0.7.0
11722024-12-19T21:39:25.556Z Compiling tabled v0.15.0
11732024-12-19T21:39:27.186Z Compiling serde_derive v1.0.215
11742024-12-19T21:39:27.186Z Compiling thiserror-impl v1.0.69
11752024-12-19T21:39:27.189Z Compiling zerocopy-derive v0.7.35
11762024-12-19T21:39:27.189Z Compiling scroll_derive v0.12.0
11772024-12-19T21:39:27.323Z Compiling clap_derive v4.5.18
11782024-12-19T21:39:28.420Z Compiling scroll v0.12.0
11792024-12-19T21:39:28.881Z Compiling goblin v0.8.2
11802024-12-19T21:39:28.971Z Compiling zerocopy v0.7.35
11812024-12-19T21:39:29.868Z Compiling pest v2.7.14
11822024-12-19T21:39:31.082Z Compiling clap v4.5.21
11832024-12-19T21:39:32.139Z Compiling pest_meta v2.7.14
11842024-12-19T21:39:32.980Z Compiling pest_generator v2.7.14
11852024-12-19T21:39:34.927Z Compiling pest_derive v2.7.14
11862024-12-19T21:39:35.651Z Compiling dtrace-parser v0.2.0
11872024-12-19T21:39:37.196Z Compiling serde_spanned v0.6.8
11882024-12-19T21:39:37.196Z Compiling toml_datetime v0.6.8
11892024-12-19T21:39:37.199Z Compiling cargo-platform v0.1.8
11902024-12-19T21:39:37.602Z Compiling serde_tokenstream v0.2.2
11912024-12-19T21:39:37.694Z Compiling toml_edit v0.22.22
11922024-12-19T21:39:37.730Z Compiling macaddr v1.0.1
11932024-12-19T21:39:37.797Z Compiling camino-tempfile v1.1.1
11942024-12-19T21:39:38.706Z Compiling dof v0.3.0
11952024-12-19T21:39:38.706Z Compiling cargo_metadata v0.18.1
11962024-12-19T21:39:40.396Z Compiling toml v0.8.19
11972024-12-19T21:39:40.538Z Compiling usdt-attr-macro v0.5.0
11982024-12-19T21:39:40.541Z Compiling usdt-macro v0.5.0
11992024-12-19T21:39:41.211Z Compiling cargo_toml v0.20.5
12002024-12-19T21:39:41.884Z Compiling usdt v0.5.0
12012024-12-19T21:39:44.801Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
12022024-12-19T21:39:48.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.56s
12032024-12-19T21:39:49.013Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
12042024-12-19T21:39:49.856Z Compiling serde v1.0.215
12052024-12-19T21:39:49.861Z Compiling lock_api v0.4.12
12062024-12-19T21:39:49.861Z Compiling scopeguard v1.2.0
12072024-12-19T21:39:49.861Z Compiling value-bag v1.9.0
12082024-12-19T21:39:49.861Z Compiling typenum v1.17.0
12092024-12-19T21:39:49.861Z Compiling generic-array v0.14.7
12102024-12-19T21:39:50.009Z Compiling syn v2.0.87
12112024-12-19T21:39:50.019Z Compiling getrandom v0.2.15
12122024-12-19T21:39:50.110Z Compiling shlex v1.3.0
12132024-12-19T21:39:50.309Z Compiling rand_core v0.6.4
12142024-12-19T21:39:50.436Z Compiling log v0.4.22
12152024-12-19T21:39:50.518Z Compiling subtle v2.6.1
12162024-12-19T21:39:50.536Z Compiling jobserver v0.1.32
12172024-12-19T21:39:50.553Z Compiling smallvec v1.13.2
12182024-12-19T21:39:50.827Z Compiling const-oid v0.9.6
12192024-12-19T21:39:50.863Z Compiling spin v0.9.8
12202024-12-19T21:39:50.882Z Compiling cc v1.1.30
12212024-12-19T21:39:50.949Z Compiling pin-project-lite v0.2.14
12222024-12-19T21:39:51.076Z Compiling rustix v0.38.37
12232024-12-19T21:39:51.248Z Compiling parking_lot_core v0.9.10
12242024-12-19T21:39:51.284Z Compiling futures-core v0.3.31
12252024-12-19T21:39:51.453Z Compiling signal-hook-registry v1.4.2
12262024-12-19T21:39:51.571Z Compiling mio v1.0.2
12272024-12-19T21:39:52.010Z Compiling aho-corasick v1.1.3
12282024-12-19T21:39:52.268Z Compiling parking_lot v0.12.3
12292024-12-19T21:39:52.375Z Compiling cpufeatures v0.2.14
12302024-12-19T21:39:52.478Z Compiling regex-syntax v0.8.5
12312024-12-19T21:39:52.761Z Compiling lazy_static v1.5.0
12322024-12-19T21:39:52.765Z Compiling futures-sink v0.3.31
12332024-12-19T21:39:52.832Z Compiling either v1.13.0
12342024-12-19T21:39:52.881Z Compiling glob v0.3.1
12352024-12-19T21:39:52.928Z Compiling stable_deref_trait v1.2.0
12362024-12-19T21:39:53.038Z Compiling socket2 v0.5.7
12372024-12-19T21:39:53.145Z Compiling slab v0.4.9
12382024-12-19T21:39:53.261Z Compiling prettyplease v0.2.25
12392024-12-19T21:39:53.580Z Compiling minimal-lexical v0.2.1
12402024-12-19T21:39:53.865Z Compiling clang-sys v1.8.1
12412024-12-19T21:39:53.914Z Compiling libloading v0.8.5
12422024-12-19T21:39:54.013Z Compiling nom v7.1.3
12432024-12-19T21:39:54.104Z Compiling serde_json v1.0.132
12442024-12-19T21:39:54.323Z Compiling bindgen v0.69.5
12452024-12-19T21:39:54.400Z Compiling home v0.5.9
12462024-12-19T21:39:54.668Z Compiling itertools v0.10.5
12472024-12-19T21:39:55.315Z Compiling futures-channel v0.3.31
12482024-12-19T21:39:55.338Z Compiling pin-utils v0.1.0
12492024-12-19T21:39:55.338Z Compiling foldhash v0.1.3
12502024-12-19T21:39:55.601Z Compiling rustc-hash v1.1.0
12512024-12-19T21:39:55.670Z Compiling lazycell v1.3.0
12522024-12-19T21:39:55.747Z Compiling allocator-api2 v0.2.18
12532024-12-19T21:39:55.769Z Compiling futures-task v0.3.31
12542024-12-19T21:39:56.031Z Compiling regex-automata v0.4.8
12552024-12-19T21:39:56.517Z Compiling futures-io v0.3.31
12562024-12-19T21:39:56.860Z Compiling hashbrown v0.15.1
12572024-12-19T21:39:57.412Z Compiling synstructure v0.13.1
12582024-12-19T21:39:57.665Z Compiling cexpr v0.6.0
12592024-12-19T21:39:58.207Z Compiling cmake v0.1.51
12602024-12-19T21:39:59.100Z Compiling fs_extra v1.3.0
12612024-12-19T21:39:59.226Z Compiling dunce v1.0.5
12622024-12-19T21:39:59.245Z Compiling libm v0.2.8
12632024-12-19T21:39:59.350Z Compiling pkg-config v0.3.31
12642024-12-19T21:39:59.400Z Compiling tinyvec_macros v0.1.1
12652024-12-19T21:39:59.489Z Compiling tinyvec v1.8.0
12662024-12-19T21:39:59.598Z Compiling num-traits v0.2.19
12672024-12-19T21:40:00.101Z Compiling ring v0.17.8
12682024-12-19T21:40:00.770Z Compiling unicode-bidi v0.3.17
12692024-12-19T21:40:00.904Z Compiling litemap v0.7.3
12702024-12-19T21:40:01.008Z Compiling unicode-normalization v0.1.24
12712024-12-19T21:40:01.073Z Compiling paste v1.0.15
12722024-12-19T21:40:01.227Z Compiling base64ct v1.6.0
12732024-12-19T21:40:01.289Z Compiling writeable v0.5.5
12742024-12-19T21:40:01.572Z Compiling regex v1.11.1
12752024-12-19T21:40:01.854Z Compiling pem-rfc7468 v0.7.0
12762024-12-19T21:40:02.245Z Compiling flagset v0.4.6
12772024-12-19T21:40:02.453Z Compiling aws-lc-rs v1.10.0
12782024-12-19T21:40:02.549Z Compiling httparse v1.9.5
12792024-12-19T21:40:02.888Z Compiling tracing-core v0.1.32
12802024-12-19T21:40:03.319Z Compiling crossbeam-utils v0.8.20
12812024-12-19T21:40:03.756Z Compiling percent-encoding v2.3.1
12822024-12-19T21:40:03.890Z Compiling rustls-pki-types v1.10.0
12832024-12-19T21:40:04.067Z Compiling icu_locid_transform_data v1.5.0
12842024-12-19T21:40:04.161Z Compiling time-core v0.1.2
12852024-12-19T21:40:04.276Z Compiling vcpkg v0.2.15
12862024-12-19T21:40:04.325Z Compiling num-conv v0.1.0
12872024-12-19T21:40:04.349Z Compiling serde_derive v1.0.215
12882024-12-19T21:40:04.605Z Compiling zeroize_derive v1.4.2
12892024-12-19T21:40:04.833Z Compiling zerocopy-derive v0.7.35
12902024-12-19T21:40:04.991Z Compiling tokio-macros v2.4.0
12912024-12-19T21:40:06.157Z Compiling zeroize v1.8.1
12922024-12-19T21:40:06.419Z Compiling zerofrom-derive v0.1.4
12932024-12-19T21:40:06.612Z Compiling yoke-derive v0.7.4
12942024-12-19T21:40:06.649Z Compiling thiserror-impl v1.0.69
12952024-12-19T21:40:07.070Z Compiling zerocopy v0.7.35
12962024-12-19T21:40:07.799Z Compiling futures-macro v0.3.31
12972024-12-19T21:40:07.946Z Compiling crypto-common v0.1.6
12982024-12-19T21:40:08.187Z Compiling block-buffer v0.10.4
12992024-12-19T21:40:08.447Z Compiling digest v0.10.7
13002024-12-19T21:40:08.711Z Compiling zerovec-derive v0.10.3
13012024-12-19T21:40:08.812Z Compiling block-padding v0.3.3
13022024-12-19T21:40:08.955Z Compiling hmac v0.12.1
13032024-12-19T21:40:09.062Z Compiling displaydoc v0.2.5
13042024-12-19T21:40:09.202Z Compiling inout v0.1.3
13052024-12-19T21:40:09.481Z Compiling cipher v0.4.4
13062024-12-19T21:40:09.760Z Compiling sha2 v0.10.8
13072024-12-19T21:40:09.778Z Compiling futures-util v0.3.31
13082024-12-19T21:40:10.001Z Compiling ppv-lite86 v0.2.20
13092024-12-19T21:40:10.059Z Compiling thiserror v1.0.69
13102024-12-19T21:40:10.197Z Compiling icu_provider_macros v1.5.0
13112024-12-19T21:40:10.512Z Compiling zerofrom v0.1.4
13122024-12-19T21:40:10.735Z Compiling yoke v0.7.4
13132024-12-19T21:40:10.805Z Compiling der_derive v0.7.3
13142024-12-19T21:40:10.875Z Compiling rand_chacha v0.3.1
13152024-12-19T21:40:11.101Z Compiling tracing-attributes v0.1.27
13162024-12-19T21:40:11.323Z Compiling zerovec v0.10.4
13172024-12-19T21:40:11.351Z Compiling rand v0.8.5
13182024-12-19T21:40:13.254Z Compiling tinystr v0.7.6
13192024-12-19T21:40:13.423Z Compiling icu_collections v1.5.0
13202024-12-19T21:40:13.485Z Compiling der v0.7.9
13212024-12-19T21:40:13.541Z Compiling pest v2.7.14
13222024-12-19T21:40:13.629Z Compiling salsa20 v0.10.2
13232024-12-19T21:40:13.717Z Compiling icu_locid v1.5.0
13242024-12-19T21:40:13.854Z Compiling pbkdf2 v0.12.2
13252024-12-19T21:40:14.038Z Compiling powerfmt v0.2.0
13262024-12-19T21:40:14.425Z Compiling untrusted v0.7.1
13272024-12-19T21:40:14.607Z Compiling untrusted v0.9.0
13282024-12-19T21:40:14.802Z Compiling icu_properties_data v1.5.0
13292024-12-19T21:40:14.852Z Compiling mirai-annotations v1.12.0
13302024-12-19T21:40:14.946Z Compiling icu_provider v1.5.0
13312024-12-19T21:40:15.026Z Compiling tracing v0.1.40
13322024-12-19T21:40:15.565Z Compiling spki v0.7.3
13332024-12-19T21:40:15.954Z Compiling icu_locid_transform v1.5.0
13342024-12-19T21:40:16.017Z Compiling deranged v0.3.11
13352024-12-19T21:40:16.043Z Compiling scrypt v0.11.0
13362024-12-19T21:40:16.193Z Compiling pest_meta v2.7.14
13372024-12-19T21:40:16.659Z Compiling aes v0.8.4
13382024-12-19T21:40:16.668Z Compiling cbc v0.1.2
13392024-12-19T21:40:16.716Z Compiling openssl-sys v0.9.103
13402024-12-19T21:40:16.928Z Compiling time-macros v0.2.18
13412024-12-19T21:40:17.829Z Compiling icu_properties v1.5.1
13422024-12-19T21:40:17.957Z Compiling scroll_derive v0.12.0
13432024-12-19T21:40:18.620Z Compiling bitflags v2.6.0
13442024-12-19T21:40:18.744Z Compiling bytes v1.8.0
13452024-12-19T21:40:19.441Z Compiling indexmap v2.6.0
13462024-12-19T21:40:19.582Z Compiling semver v1.0.23
13472024-12-19T21:40:20.053Z Compiling tokio v1.40.0
13482024-12-19T21:40:20.211Z Compiling http v1.1.0
13492024-12-19T21:40:20.346Z Compiling rustc_version v0.4.1
13502024-12-19T21:40:21.077Z Compiling utf16_iter v1.0.5
13512024-12-19T21:40:21.200Z Compiling icu_normalizer_data v1.5.0
13522024-12-19T21:40:21.284Z Compiling num_threads v0.1.7
13532024-12-19T21:40:21.313Z Compiling utf8_iter v1.0.4
13542024-12-19T21:40:21.445Z Compiling atomic-waker v1.1.2
13552024-12-19T21:40:21.600Z Compiling write16 v1.0.0
13562024-12-19T21:40:21.651Z Compiling time v0.3.36
13572024-12-19T21:40:21.735Z Compiling icu_normalizer v1.5.0
13582024-12-19T21:40:22.133Z Compiling http-body v1.0.1
13592024-12-19T21:40:22.239Z Compiling scroll v0.12.0
13602024-12-19T21:40:26.288Z Compiling pkcs5 v0.7.1
13612024-12-19T21:40:26.366Z Compiling pest_generator v2.7.14
13622024-12-19T21:40:26.366Z Compiling form_urlencoded v1.2.1
13632024-12-19T21:40:26.366Z Compiling slog v2.7.0
13642024-12-19T21:40:26.366Z Compiling which v4.4.2
13652024-12-19T21:40:26.366Z Compiling try-lock v0.2.5
13662024-12-19T21:40:26.366Z Compiling want v0.3.1
13672024-12-19T21:40:26.366Z Compiling pkcs8 v0.10.2
13682024-12-19T21:40:26.366Z Compiling goblin v0.8.2
13692024-12-19T21:40:26.366Z Compiling idna_adapter v1.2.0
13702024-12-19T21:40:26.366Z Compiling httpdate v1.0.3
13712024-12-19T21:40:26.366Z Compiling idna v1.0.3
13722024-12-19T21:40:26.366Z Compiling serde_spanned v0.6.8
13732024-12-19T21:40:26.366Z Compiling pest_derive v2.7.14
13742024-12-19T21:40:26.367Z Compiling toml_datetime v0.6.8
13752024-12-19T21:40:26.367Z Compiling serde_tokenstream v0.2.2
13762024-12-19T21:40:26.367Z Compiling uuid v1.11.0
13772024-12-19T21:40:26.367Z Compiling dtrace-parser v0.2.0
13782024-12-19T21:40:26.367Z Compiling iana-time-zone v0.1.61
13792024-12-19T21:40:26.428Z Compiling tower-service v0.3.3
13802024-12-19T21:40:26.461Z Compiling openssl v0.10.66
13812024-12-19T21:40:26.495Z Compiling adler2 v2.0.0
13822024-12-19T21:40:26.700Z Compiling match_cfg v0.1.0
13832024-12-19T21:40:26.798Z Compiling rustversion v1.0.17
13842024-12-19T21:40:26.830Z Compiling base64 v0.22.1
13852024-12-19T21:40:26.891Z Compiling foreign-types-shared v0.1.1
13862024-12-19T21:40:26.999Z Compiling foreign-types v0.3.2
13872024-12-19T21:40:27.018Z Compiling hostname v0.3.1
13882024-12-19T21:40:27.098Z Compiling miniz_oxide v0.8.0
13892024-12-19T21:40:27.265Z Compiling chrono v0.4.38
13902024-12-19T21:40:27.577Z Compiling url v2.5.3
13912024-12-19T21:40:27.659Z Compiling openssl-macros v0.1.1
13922024-12-19T21:40:28.424Z Compiling tokio-util v0.7.12
13932024-12-19T21:40:28.634Z Compiling async-trait v0.1.83
13942024-12-19T21:40:28.929Z Compiling dirs-sys-next v0.1.2
13952024-12-19T21:40:29.575Z Compiling h2 v0.4.6
13962024-12-19T21:40:29.599Z Compiling dof v0.3.0
13972024-12-19T21:40:29.847Z Compiling siphasher v0.3.11
13982024-12-19T21:40:30.213Z Compiling syn v1.0.109
13992024-12-19T21:40:30.830Z Compiling usdt-impl v0.5.0
14002024-12-19T21:40:30.960Z Compiling native-tls v0.2.12
14012024-12-19T21:40:31.280Z Compiling rustls v0.22.4
14022024-12-19T21:40:31.395Z Compiling data-encoding v2.6.0
14032024-12-19T21:40:31.572Z Compiling rustls v0.23.19
14042024-12-19T21:40:31.849Z Compiling dirs-next v2.0.0
14052024-12-19T21:40:32.449Z Compiling http-body-util v0.1.2
14062024-12-19T21:40:32.983Z Compiling crossbeam-epoch v0.9.18
14072024-12-19T21:40:33.429Z Compiling heapless v0.7.17
14082024-12-19T21:40:33.712Z Compiling signature v2.2.0
14092024-12-19T21:40:33.853Z Compiling sha1 v0.10.6
14102024-12-19T21:40:33.885Z Compiling bzip2-sys v0.1.11+1.0.8
14112024-12-19T21:40:34.006Z Compiling serde_derive_internals v0.29.1
14122024-12-19T21:40:34.132Z Compiling thread_local v1.1.8
14132024-12-19T21:40:34.255Z Compiling cookie v0.18.1
14142024-12-19T21:40:34.392Z Compiling encoding_rs v0.8.34
14152024-12-19T21:40:34.539Z Compiling multer v3.1.0
14162024-12-19T21:40:34.650Z Compiling unicode-properties v0.1.3
14172024-12-19T21:40:34.809Z Compiling slog-async v2.8.0
14182024-12-19T21:40:35.026Z Compiling mime v0.3.17
14192024-12-19T21:40:35.332Z Compiling gimli v0.31.1
14202024-12-19T21:40:35.651Z Compiling ipnet v2.10.1
14212024-12-19T21:40:35.673Z Compiling rayon-core v1.12.1
14222024-12-19T21:40:35.935Z Compiling signal-hook v0.3.17
14232024-12-19T21:40:36.193Z Compiling openssl-probe v0.1.5
14242024-12-19T21:40:36.592Z Compiling hyper v1.5.0
14252024-12-19T21:40:36.885Z Compiling schemars v0.8.21
14262024-12-19T21:40:36.973Z Compiling schemars_derive v0.8.21
14272024-12-19T21:40:37.281Z Compiling toml_edit v0.22.22
14282024-12-19T21:40:39.476Z Compiling hyper-util v0.1.10
14292024-12-19T21:40:40.192Z Compiling addr2line v0.24.2
14302024-12-19T21:40:40.496Z Compiling stringprep v0.1.5
14312024-12-19T21:40:40.665Z Compiling usdt-attr-macro v0.5.0
14322024-12-19T21:40:40.716Z Compiling usdt-macro v0.5.0
14332024-12-19T21:40:40.958Z Compiling crossbeam-deque v0.8.5
14342024-12-19T21:40:41.297Z Compiling term v0.7.0
14352024-12-19T21:40:42.096Z Compiling slog-json v2.6.1
14362024-12-19T21:40:42.121Z Compiling serde_urlencoded v0.7.1
14372024-12-19T21:40:42.250Z Compiling crossbeam-channel v0.5.13
14382024-12-19T21:40:42.455Z Compiling curve25519-dalek v4.1.3
14392024-12-19T21:40:42.566Z Compiling futures-executor v0.3.31
14402024-12-19T21:40:42.628Z Compiling enum-as-inner v0.6.1
14412024-12-19T21:40:42.810Z Compiling md-5 v0.10.6
14422024-12-19T21:40:43.063Z Compiling rustls-pemfile v2.2.0
14432024-12-19T21:40:43.082Z Compiling async-stream-impl v0.3.6
14442024-12-19T21:40:43.150Z Compiling num-integer v0.1.46
14452024-12-19T21:40:43.333Z Compiling idna v0.4.0
14462024-12-19T21:40:43.376Z Compiling idna v0.3.0
14472024-12-19T21:40:43.667Z Compiling hash32 v0.2.1
14482024-12-19T21:40:43.972Z Compiling ff v0.13.0
14492024-12-19T21:40:44.046Z Compiling is-terminal v0.4.13
14502024-12-19T21:40:44.180Z Compiling dropshot v0.12.0
14512024-12-19T21:40:44.199Z Compiling object v0.36.5
14522024-12-19T21:40:44.467Z Compiling base16ct v0.2.0
14532024-12-19T21:40:44.484Z Compiling utf-8 v0.7.6
14542024-12-19T21:40:44.792Z Compiling linked-hash-map v0.5.6
14552024-12-19T21:40:44.796Z Compiling quick-error v1.2.3
14562024-12-19T21:40:44.950Z Compiling anyhow v1.0.93
14572024-12-19T21:40:44.953Z Compiling portable-atomic v1.9.0
14582024-12-19T21:40:45.083Z Compiling dyn-clone v1.0.17
14592024-12-19T21:40:45.143Z Compiling num-bigint-dig v0.8.4
14602024-12-19T21:40:45.298Z Compiling psl-types v2.0.11
14612024-12-19T21:40:45.435Z Compiling smoltcp v0.9.1
14622024-12-19T21:40:45.497Z Compiling fallible-iterator v0.2.0
14632024-12-19T21:40:45.559Z Compiling rustc-demangle v0.1.24
14642024-12-19T21:40:45.611Z Compiling take_mut v0.2.2
14652024-12-19T21:40:46.190Z Compiling postgres-protocol v0.6.7
14662024-12-19T21:40:46.212Z Compiling publicsuffix v2.2.3
14672024-12-19T21:40:46.469Z Compiling lru-cache v0.1.2
14682024-12-19T21:40:46.564Z Compiling resolv-conf v0.7.0
14692024-12-19T21:40:46.703Z Compiling tungstenite v0.24.0
14702024-12-19T21:40:47.050Z Compiling sec1 v0.7.3
14712024-12-19T21:40:47.404Z Compiling async-stream v0.3.6
14722024-12-19T21:40:47.594Z Compiling usdt v0.5.0
14732024-12-19T21:40:47.621Z Compiling hickory-proto v0.24.1
14742024-12-19T21:40:47.698Z Compiling group v0.13.0
14752024-12-19T21:40:48.019Z Compiling slog-term v2.9.1
14762024-12-19T21:40:49.093Z Compiling num-iter v0.1.45
14772024-12-19T21:40:49.285Z Compiling futures v0.3.31
14782024-12-19T21:40:49.342Z Compiling slog-bunyan v2.5.0
14792024-12-19T21:40:50.230Z Compiling toml v0.8.19
14802024-12-19T21:40:50.713Z Compiling tokio-native-tls v0.3.1
14812024-12-19T21:40:50.942Z Compiling camino v1.1.9
14822024-12-19T21:40:51.169Z Compiling phf_shared v0.11.2
14832024-12-19T21:40:51.553Z Compiling dropshot_endpoint v0.12.0
14842024-12-19T21:40:51.722Z Compiling backtrace v0.3.74
14852024-12-19T21:40:51.907Z Compiling terminal_size v0.4.0
14862024-12-19T21:40:51.992Z Compiling waitgroup v0.1.2
14872024-12-19T21:40:52.127Z Compiling openapiv3 v2.0.0
14882024-12-19T21:40:52.219Z Compiling serde_path_to_error v0.1.16
14892024-12-19T21:40:52.343Z Compiling hkdf v0.12.4
14902024-12-19T21:40:52.599Z Compiling crypto-bigint v0.5.5
14912024-12-19T21:40:53.090Z Compiling webpki-roots v0.26.6
14922024-12-19T21:40:53.316Z Compiling curve25519-dalek-derive v0.1.1
14932024-12-19T21:40:54.902Z Compiling zerocopy-derive v0.6.6
14942024-12-19T21:40:55.476Z Compiling idna v0.5.0
14952024-12-19T21:40:56.017Z Compiling hubpack_derive v0.1.1
14962024-12-19T21:40:56.160Z Compiling hostname v0.4.0
14972024-12-19T21:40:56.423Z Compiling fs-err v2.11.0
14982024-12-19T21:40:56.631Z Compiling crc32fast v1.4.2
14992024-12-19T21:40:56.716Z Compiling ahash v0.8.11
15002024-12-19T21:40:56.921Z Compiling bitflags v1.3.2
15012024-12-19T21:40:57.953Z Compiling managed v0.8.0
15022024-12-19T21:40:57.956Z Compiling debug-ignore v1.0.5
15032024-12-19T21:40:57.956Z Compiling winnow v0.5.40
15042024-12-19T21:40:57.956Z Compiling console v0.15.8
15052024-12-19T21:40:57.956Z Compiling zerocopy v0.6.6
15062024-12-19T21:40:57.956Z Compiling clap_builder v4.5.21
15072024-12-19T21:40:58.064Z Compiling strum_macros v0.25.3
15082024-12-19T21:40:58.115Z Compiling hubpack v0.1.2
15092024-12-19T21:40:58.613Z Compiling flate2 v1.0.34
15102024-12-19T21:40:58.888Z Compiling cookie_store v0.21.0
15112024-12-19T21:40:58.896Z Compiling elliptic-curve v0.13.8
15122024-12-19T21:40:59.578Z Compiling hickory-resolver v0.24.1
15132024-12-19T21:41:00.299Z Compiling phf v0.11.2
15142024-12-19T21:41:00.468Z Compiling signal-hook-mio v0.2.4
15152024-12-19T21:41:00.588Z Compiling toml_edit v0.19.15
15162024-12-19T21:41:00.630Z Compiling hyper-tls v0.6.0
15172024-12-19T21:41:00.925Z Compiling rayon v1.10.0
15182024-12-19T21:41:01.046Z Compiling bzip2 v0.4.4
15192024-12-19T21:41:02.267Z Compiling tokio-tungstenite v0.24.0
15202024-12-19T21:41:02.805Z Compiling postgres-types v0.2.8
15212024-12-19T21:41:05.631Z Compiling ed25519 v2.2.3
15222024-12-19T21:41:05.854Z Compiling phf_shared v0.10.0
15232024-12-19T21:41:06.265Z Compiling tokio-stream v0.1.16
15242024-12-19T21:41:06.331Z Compiling pkcs1 v0.7.5
15252024-12-19T21:41:06.589Z Compiling serde-big-array v0.5.1
15262024-12-19T21:41:06.858Z Compiling clap_derive v4.5.18
15272024-12-19T21:41:07.352Z Compiling rfc6979 v0.4.0
15282024-12-19T21:41:07.372Z Compiling serde_repr v0.1.19
15292024-12-19T21:41:07.530Z Compiling derive-where v1.2.7
15302024-12-19T21:41:07.549Z Compiling float-cmp v0.9.0
15312024-12-19T21:41:07.606Z Compiling bstr v1.10.0
15322024-12-19T21:41:07.757Z Compiling sync_wrapper v1.0.1
15332024-12-19T21:41:07.909Z Compiling bit-vec v0.6.3
15342024-12-19T21:41:08.343Z Compiling precomputed-hash v0.1.1
15352024-12-19T21:41:08.464Z Compiling normalize-line-endings v0.3.0
15362024-12-19T21:41:08.531Z Compiling difflib v0.4.0
15372024-12-19T21:41:08.587Z Compiling whoami v1.5.2
15382024-12-19T21:41:08.667Z Compiling static_assertions v1.1.0
15392024-12-19T21:41:08.769Z Compiling unicode-width v0.2.0
15402024-12-19T21:41:09.195Z Compiling new_debug_unreachable v1.0.6
15412024-12-19T21:41:09.293Z Compiling unicode-segmentation v1.12.0
15422024-12-19T21:41:09.293Z Compiling number_prefix v0.4.0
15432024-12-19T21:41:09.410Z Compiling fixedbitset v0.4.2
15442024-12-19T21:41:09.523Z Compiling predicates-core v1.0.8
15452024-12-19T21:41:09.881Z Compiling predicates v3.1.2
15462024-12-19T21:41:09.884Z Compiling petgraph v0.6.5
15472024-12-19T21:41:10.172Z Compiling similar v2.6.0
15482024-12-19T21:41:10.193Z Compiling indicatif v0.17.9
15492024-12-19T21:41:11.095Z Compiling string_cache v0.8.7
15502024-12-19T21:41:11.574Z Compiling tokio-postgres v0.7.12
15512024-12-19T21:41:11.637Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15522024-12-19T21:41:12.088Z Compiling clap v4.5.21
15532024-12-19T21:41:12.212Z Compiling bit-set v0.5.3
15542024-12-19T21:41:12.501Z Compiling ecdsa v0.16.9
15552024-12-19T21:41:12.505Z Compiling rsa v0.9.6
15562024-12-19T21:41:12.616Z Compiling ed25519-dalek v2.1.1
15572024-12-19T21:41:13.363Z Compiling toml v0.7.8
15582024-12-19T21:41:13.900Z Compiling zip v0.6.6
15592024-12-19T21:41:14.029Z Compiling crossterm v0.28.1
15602024-12-19T21:41:15.822Z Compiling hex v0.4.3
15612024-12-19T21:41:16.060Z Compiling x509-cert v0.2.5
15622024-12-19T21:41:16.084Z Compiling peg-runtime v0.8.3
15632024-12-19T21:41:16.432Z Compiling lalrpop-util v0.19.12
15642024-12-19T21:41:16.780Z Compiling unicode-xid v0.2.6
15652024-12-19T21:41:16.807Z Compiling strum_macros v0.26.4
15662024-12-19T21:41:16.973Z Compiling xattr v1.3.1
15672024-12-19T21:41:17.262Z Compiling filetime v0.2.25
15682024-12-19T21:41:17.574Z Compiling tar v0.4.42
15692024-12-19T21:41:21.923Z Compiling strum v0.26.3
15702024-12-19T21:41:25.006Z Compiling aws-lc-sys v0.22.0
15712024-12-19T21:41:52.839Z Compiling rustls-webpki v0.102.8
15722024-12-19T21:41:56.181Z Compiling tokio-rustls v0.25.0
15732024-12-19T21:41:57.898Z Compiling tokio-rustls v0.26.0
15742024-12-19T21:41:58.297Z Compiling hyper-rustls v0.27.3
15752024-12-19T21:41:58.671Z Compiling reqwest v0.12.9
15762024-12-19T21:41:59.690Z Compiling qorb v0.2.1
15772024-12-19T21:42:04.592Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15782024-12-19T21:42:04.817Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15792024-12-19T21:42:10.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 20s
15802024-12-19T21:42:10.669Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15812024-12-19T21:42:10.711ZDec 19 21:42:08.403 INFO Starting download, target: Cockroach
15822024-12-19T21:42:10.711ZDec 19 21:42:08.403 INFO Starting download, target: Console
15832024-12-19T21:42:10.711ZDec 19 21:42:08.403 INFO Starting download, target: Clickhouse
15842024-12-19T21:42:10.711ZDec 19 21:42:08.403 INFO Starting download, target: DendriteOpenapi
15852024-12-19T21:42:10.714ZDec 19 21:42:08.403 INFO Starting download, target: DendriteStub
15862024-12-19T21:42:10.714ZDec 19 21:42:08.403 INFO Starting download, target: MaghemiteMgd
15872024-12-19T21:42:10.714ZDec 19 21:42:08.403 INFO Starting download, target: TransceiverControl
15882024-12-19T21:42:10.714ZDec 19 21:42:08.404 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15892024-12-19T21:42:10.714ZDec 19 21:42:08.404 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15902024-12-19T21:42:10.714ZDec 19 21:42:08.404 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15912024-12-19T21:42:10.714ZDec 19 21:42:08.404 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15922024-12-19T21:42:10.714ZDec 19 21:42:08.404 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15932024-12-19T21:42:10.714ZDec 19 21:42:08.404 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15942024-12-19T21:42:10.714ZDec 19 21:42:08.404 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15952024-12-19T21:42:10.931ZDec 19 21:42:08.620 INFO Download complete, target: DendriteOpenapi
15962024-12-19T21:42:11.200ZDec 19 21:42:08.860 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15972024-12-19T21:42:11.232ZDec 19 21:42:08.873 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15982024-12-19T21:42:11.525ZDec 19 21:42:09.203 INFO Download complete, target: Console
15992024-12-19T21:42:11.732ZDec 19 21:42:09.413 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16002024-12-19T21:42:11.798ZDec 19 21:42:09.483 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16012024-12-19T21:42:11.847ZDec 19 21:42:09.533 INFO Download complete, target: TransceiverControl
16022024-12-19T21:42:12.450ZDec 19 21:42:10.135 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16032024-12-19T21:42:12.450ZDec 19 21:42:10.135 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16042024-12-19T21:42:12.659ZDec 19 21:42:10.342 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16052024-12-19T21:42:14.734ZDec 19 21:42:12.409 INFO Download complete, target: DendriteStub
16062024-12-19T21:42:14.901ZDec 19 21:42:12.575 INFO Download complete, target: MaghemiteMgd
16072024-12-19T21:42:20.169ZDec 19 21:42:17.821 INFO Checking that binary works, target: Cockroach
16082024-12-19T21:42:20.320ZDec 19 21:42:17.971 INFO Download complete, target: Cockroach
16092024-12-19T21:42:25.465ZDec 19 21:42:23.094 INFO Checking that binary works, target: Clickhouse
16102024-12-19T21:42:25.608ZDec 19 21:42:23.237 INFO Download complete, target: Clickhouse
16112024-12-19T21:42:25.616ZAll prerequisites installed successfully
16122024-12-19T21:42:25.618Z
16132024-12-19T21:42:25.618Zreal 4:52.512137074
16142024-12-19T21:42:25.618Zuser 16:17.801945348
16152024-12-19T21:42:25.618Zsys 3:06.965282427
16162024-12-19T21:42:25.618Ztrap 0.509760365
16172024-12-19T21:42:25.618Ztflt 1.487756607
16182024-12-19T21:42:25.618Zdflt 2.125476637
16192024-12-19T21:42:25.618Zkflt 0.025639268
16202024-12-19T21:42:25.618Zlock 32:20.474096051
16212024-12-19T21:42:25.618Zslp 1:01:04.497819990
16222024-12-19T21:42:25.618Zlat 55.850038906
16232024-12-19T21:42:25.619Zstop 2:07.737129599
16242024-12-19T21:42:25.619Z+ source ./tools/include/force-git-over-https.sh
16252024-12-19T21:42:25.619Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
16262024-12-19T21:42:25.619Z++ (( i = 0 ))
16272024-12-19T21:42:25.619Z++ (( i < 5 ))
16282024-12-19T21:42:25.619Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
16292024-12-19T21:42:25.622Z++ (( i++ ))
16302024-12-19T21:42:25.622Z++ (( i < 5 ))
16312024-12-19T21:42:25.622Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
16322024-12-19T21:42:25.624Z++ (( i++ ))
16332024-12-19T21:42:25.624Z++ (( i < 5 ))
16342024-12-19T21:42:25.624Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
16352024-12-19T21:42:25.627Z++ (( i++ ))
16362024-12-19T21:42:25.627Z++ (( i < 5 ))
16372024-12-19T21:42:25.627Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
16382024-12-19T21:42:25.630Z++ (( i++ ))
16392024-12-19T21:42:25.630Z++ (( i < 5 ))
16402024-12-19T21:42:25.630Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
16412024-12-19T21:42:25.632Z++ (( i++ ))
16422024-12-19T21:42:25.633Z++ (( i < 5 ))
16432024-12-19T21:42:25.633Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
16442024-12-19T21:42:25.633Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
16452024-12-19T21:42:25.635Z+ rc=0
16462024-12-19T21:42:25.635Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
16472024-12-19T21:42:56.564Z+ case $rc in
16482024-12-19T21:42:56.564Z+ pfexec zfs create -p rpool/images/build/host
16492024-12-19T21:42:56.833Z+ pfexec zfs create -p rpool/images/build/recovery
16502024-12-19T21:42:56.908Z+ cargo xtask releng --output-dir /work
16512024-12-19T21:42:57.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
16522024-12-19T21:42:57.436Z Running `target/debug/xtask releng --output-dir /work`
16532024-12-19T21:42:58.325Z Compiling proc-macro2 v1.0.89
16542024-12-19T21:42:58.326Z Compiling unicode-ident v1.0.13
16552024-12-19T21:42:58.326Z Compiling libc v0.2.162
16562024-12-19T21:42:58.326Z Compiling serde v1.0.215
16572024-12-19T21:42:58.328Z Compiling autocfg v1.4.0
16582024-12-19T21:42:58.328Z Compiling version_check v0.9.5
16592024-12-19T21:42:58.328Z Compiling cfg-if v1.0.0
16602024-12-19T21:42:58.601Z Compiling memchr v2.7.4
16612024-12-19T21:42:58.630Z Compiling typenum v1.17.0
16622024-12-19T21:42:58.653Z Compiling shlex v1.3.0
16632024-12-19T21:42:59.208Z Compiling generic-array v0.14.7
16642024-12-19T21:42:59.319Z Compiling value-bag v1.9.0
16652024-12-19T21:42:59.416Z Compiling lock_api v0.4.12
16662024-12-19T21:42:59.473Z Compiling scopeguard v1.2.0
16672024-12-19T21:42:59.707Z Compiling rustix v0.38.37
16682024-12-19T21:42:59.778Z Compiling log v0.4.22
16692024-12-19T21:43:00.012Z Compiling parking_lot_core v0.9.10
16702024-12-19T21:43:00.314Z Compiling quote v1.0.37
16712024-12-19T21:43:00.412Z Compiling serde_json v1.0.132
16722024-12-19T21:43:00.521Z Compiling jobserver v0.1.32
16732024-12-19T21:43:00.591Z Compiling getrandom v0.2.15
16742024-12-19T21:43:00.712Z Compiling syn v2.0.87
16752024-12-19T21:43:00.887Z Compiling libm v0.2.8
16762024-12-19T21:43:00.955Z Compiling cc v1.1.30
16772024-12-19T21:43:00.976Z Compiling num-traits v0.2.19
16782024-12-19T21:43:00.996Z Compiling once_cell v1.20.2
16792024-12-19T21:43:01.022Z Compiling thiserror v1.0.69
16802024-12-19T21:43:01.205Z Compiling spin v0.9.8
16812024-12-19T21:43:01.261Z Compiling itoa v1.0.11
16822024-12-19T21:43:01.304Z Compiling aho-corasick v1.1.3
16832024-12-19T21:43:01.396Z Compiling regex-syntax v0.8.5
16842024-12-19T21:43:01.560Z Compiling slab v0.4.9
16852024-12-19T21:43:01.601Z Compiling errno v0.3.9
16862024-12-19T21:43:02.357Z Compiling byteorder v1.5.0
16872024-12-19T21:43:02.472Z Compiling lazy_static v1.5.0
16882024-12-19T21:43:02.662Z Compiling rand_core v0.6.4
16892024-12-19T21:43:02.984Z Compiling glob v0.3.1
16902024-12-19T21:43:03.038Z Compiling either v1.13.0
16912024-12-19T21:43:03.225Z Compiling prettyplease v0.2.25
16922024-12-19T21:43:03.537Z Compiling subtle v2.6.1
16932024-12-19T21:43:03.714Z Compiling minimal-lexical v0.2.1
16942024-12-19T21:43:03.792Z Compiling clang-sys v1.8.1
16952024-12-19T21:43:04.009Z Compiling libloading v0.8.5
16962024-12-19T21:43:04.213Z Compiling nom v7.1.3
16972024-12-19T21:43:04.410Z Compiling bindgen v0.69.5
16982024-12-19T21:43:04.646Z Compiling home v0.5.9
16992024-12-19T21:43:04.947Z Compiling itertools v0.10.5
17002024-12-19T21:43:05.202Z Compiling regex-automata v0.4.8
17012024-12-19T21:43:05.873Z Compiling lazycell v1.3.0
17022024-12-19T21:43:05.896Z Compiling rustc-hash v1.1.0
17032024-12-19T21:43:06.351Z Compiling cmake v0.1.51
17042024-12-19T21:43:07.330Z Compiling semver v1.0.23
17052024-12-19T21:43:07.649Z Compiling fs_extra v1.3.0
17062024-12-19T21:43:07.684Z Compiling cexpr v0.6.0
17072024-12-19T21:43:07.783Z Compiling smallvec v1.13.2
17082024-12-19T21:43:07.848Z Compiling pkg-config v0.3.31
17092024-12-19T21:43:07.974Z Compiling dunce v1.0.5
17102024-12-19T21:43:08.229Z Compiling ring v0.17.8
17112024-12-19T21:43:08.328Z Compiling ryu v1.0.18
17122024-12-19T21:43:08.659Z Compiling synstructure v0.13.1
17132024-12-19T21:43:09.253Z Compiling paste v1.0.15
17142024-12-19T21:43:09.293Z Compiling const-oid v0.9.6
17152024-12-19T21:43:09.831Z Compiling httparse v1.9.5
17162024-12-19T21:43:09.887Z Compiling aws-lc-rs v1.10.0
17172024-12-19T21:43:10.433Z Compiling pin-project-lite v0.2.14
17182024-12-19T21:43:10.599Z Compiling heck v0.5.0
17192024-12-19T21:43:11.170Z Compiling regex v1.11.1
17202024-12-19T21:43:11.235Z Compiling allocator-api2 v0.2.18
17212024-12-19T21:43:11.569Z Compiling futures-core v0.3.31
17222024-12-19T21:43:11.853Z Compiling signal-hook-registry v1.4.2
17232024-12-19T21:43:12.446Z Compiling time-core v0.1.2
17242024-12-19T21:43:12.590Z Compiling num-conv v0.1.0
17252024-12-19T21:43:12.708Z Compiling crossbeam-utils v0.8.20
17262024-12-19T21:43:13.123Z Compiling time-macros v0.2.18
17272024-12-19T21:43:13.180Z Compiling parking_lot v0.12.3
17282024-12-19T21:43:13.370Z Compiling mio v1.0.2
17292024-12-19T21:43:13.538Z Compiling vcpkg v0.2.15
17302024-12-19T21:43:13.779Z Compiling schemars v0.8.21
17312024-12-19T21:43:14.386Z Compiling serde_derive v1.0.215
17322024-12-19T21:43:14.573Z Compiling zeroize_derive v1.4.2
17332024-12-19T21:43:15.132Z Compiling zerocopy-derive v0.7.35
17342024-12-19T21:43:15.340Z Compiling tokio-macros v2.4.0
17352024-12-19T21:43:15.392Z Compiling thiserror-impl v1.0.69
17362024-12-19T21:43:16.048Z Compiling zerofrom-derive v0.1.4
17372024-12-19T21:43:16.293Z Compiling zeroize v1.8.1
17382024-12-19T21:43:16.771Z Compiling yoke-derive v0.7.4
17392024-12-19T21:43:16.812Z Compiling futures-macro v0.3.31
17402024-12-19T21:43:16.870Z Compiling zerovec-derive v0.10.3
17412024-12-19T21:43:17.523Z Compiling displaydoc v0.2.5
17422024-12-19T21:43:18.540Z Compiling zerocopy v0.7.35
17432024-12-19T21:43:18.940Z Compiling crypto-common v0.1.6
17442024-12-19T21:43:19.168Z Compiling icu_provider_macros v1.5.0
17452024-12-19T21:43:19.387Z Compiling tracing-attributes v0.1.27
17462024-12-19T21:43:19.569Z Compiling block-buffer v0.10.4
17472024-12-19T21:43:19.729Z Compiling der_derive v0.7.3
17482024-12-19T21:43:19.932Z Compiling digest v0.10.7
17492024-12-19T21:43:20.512Z Compiling openssl-sys v0.9.103
17502024-12-19T21:43:20.517Z Compiling fnv v1.0.7
17512024-12-19T21:43:21.180Z Compiling serde_derive_internals v0.29.1
17522024-12-19T21:43:22.236Z Compiling socket2 v0.5.7
17532024-12-19T21:43:22.289Z Compiling ahash v0.8.11
17542024-12-19T21:43:23.501Z Compiling schemars_derive v0.8.21
17552024-12-19T21:43:23.910Z Compiling futures-sink v0.3.31
17562024-12-19T21:43:24.073Z Compiling foldhash v0.1.3
17572024-12-19T21:43:24.176Z Compiling cpufeatures v0.2.14
17582024-12-19T21:43:24.342Z Compiling equivalent v1.0.1
17592024-12-19T21:43:24.399Z Compiling stable_deref_trait v1.2.0
17602024-12-19T21:43:24.476Z Compiling hashbrown v0.15.1
17612024-12-19T21:43:24.975Z Compiling slog v2.7.0
17622024-12-19T21:43:25.922Z Compiling futures-channel v0.3.31
17632024-12-19T21:43:26.197Z Compiling zerofrom v0.1.4
17642024-12-19T21:43:26.319Z Compiling scroll_derive v0.12.0
17652024-12-19T21:43:26.415Z Compiling ucd-trie v0.1.7
17662024-12-19T21:43:26.487Z Compiling futures-task v0.3.31
17672024-12-19T21:43:26.531Z Compiling openssl v0.10.66
17682024-12-19T21:43:26.705Z Compiling pin-utils v0.1.0
17692024-12-19T21:43:26.816Z Compiling futures-io v0.3.31
17702024-12-19T21:43:26.848Z Compiling pest v2.7.14
17712024-12-19T21:43:26.872Z Compiling yoke v0.7.4
17722024-12-19T21:43:27.278Z Compiling futures-util v0.3.31
17732024-12-19T21:43:27.348Z Compiling hmac v0.12.1
17742024-12-19T21:43:27.678Z Compiling tinyvec_macros v0.1.1
17752024-12-19T21:43:27.811Z Compiling tinyvec v1.8.0
17762024-12-19T21:43:27.956Z Compiling zerovec v0.10.4
17772024-12-19T21:43:28.920Z Compiling bitflags v2.6.0
17782024-12-19T21:43:29.693Z Compiling bytes v1.8.0
17792024-12-19T21:43:31.311Z Compiling tokio v1.40.0
17802024-12-19T21:43:31.761Z Compiling indexmap v2.6.0
17812024-12-19T21:43:32.054Z Compiling serde_tokenstream v0.2.2
17822024-12-19T21:43:33.596Z Compiling http v1.1.0
17832024-12-19T21:43:34.688Z Compiling which v4.4.2
17842024-12-19T21:43:35.012Z Compiling rustc_version v0.4.1
17852024-12-19T21:43:35.689Z Compiling pest_meta v2.7.14
17862024-12-19T21:43:35.748Z Compiling uuid v1.11.0
17872024-12-19T21:43:36.197Z Compiling block-padding v0.3.3
17882024-12-19T21:43:36.466Z Compiling openssl-macros v0.1.1
17892024-12-19T21:43:36.772Z Compiling rustls v0.23.19
17902024-12-19T21:43:37.227Z Compiling native-tls v0.2.12
17912024-12-19T21:43:37.362Z Compiling iana-time-zone v0.1.61
17922024-12-19T21:43:37.795Z Compiling chrono v0.4.38
17932024-12-19T21:43:38.241Z Compiling pest_generator v2.7.14
17942024-12-19T21:43:39.677Z Compiling inout v0.1.3
17952024-12-19T21:43:39.946Z Compiling unicode-normalization v0.1.24
17962024-12-19T21:43:40.131Z Compiling cipher v0.4.4
17972024-12-19T21:43:40.268Z Compiling pest_derive v2.7.14
17982024-12-19T21:43:40.659Z Compiling tinystr v0.7.6
17992024-12-19T21:43:41.299Z Compiling sha2 v0.10.8
18002024-12-19T21:43:41.517Z Compiling async-trait v0.1.83
18012024-12-19T21:43:41.615Z Compiling usdt-impl v0.5.0
18022024-12-19T21:43:41.655Z Compiling cookie v0.18.1
18032024-12-19T21:43:42.025Z Compiling litemap v0.7.3
18042024-12-19T21:43:42.158Z Compiling writeable v0.5.5
18052024-12-19T21:43:42.658Z Compiling unicode-bidi v0.3.17
18062024-12-19T21:43:43.431Z Compiling base64ct v1.6.0
18072024-12-19T21:43:44.104Z Compiling pem-rfc7468 v0.7.0
18082024-12-19T21:43:44.542Z Compiling icu_locid v1.5.0
18092024-12-19T21:43:45.763Z Compiling scroll v0.12.0
18102024-12-19T21:43:46.488Z Compiling ppv-lite86 v0.2.20
18112024-12-19T21:43:47.186Z Compiling tracing-core v0.1.32
18122024-12-19T21:43:47.453Z Compiling dyn-clone v1.0.17
18132024-12-19T21:43:47.730Z Compiling rustls-pki-types v1.10.0
18142024-12-19T21:43:49.525Z Compiling plain v0.2.3
18152024-12-19T21:43:49.562Z Compiling percent-encoding v2.3.1
18162024-12-19T21:43:49.751Z Compiling flagset v0.4.6
18172024-12-19T21:43:50.025Z Compiling untrusted v0.7.1
18182024-12-19T21:43:50.070Z Compiling syn v1.0.109
18192024-12-19T21:43:50.096Z Compiling aws-lc-sys v0.22.0
18202024-12-19T21:43:50.218Z Compiling camino v1.1.9
18212024-12-19T21:43:50.711Z Compiling der v0.7.9
18222024-12-19T21:43:50.768Z Compiling goblin v0.8.2
18232024-12-19T21:43:52.446Z Compiling tracing v0.1.40
18242024-12-19T21:43:53.437Z Compiling rand_chacha v0.3.1
18252024-12-19T21:43:55.048Z Compiling icu_provider v1.5.0
18262024-12-19T21:43:55.501Z Compiling tokio-util v0.7.12
18272024-12-19T21:43:57.500Z Compiling icu_locid_transform_data v1.5.0
18282024-12-19T21:43:57.619Z Compiling untrusted v0.9.0
18292024-12-19T21:43:57.724Z Compiling mirai-annotations v1.12.0
18302024-12-19T21:43:57.953Z Compiling rustls v0.22.4
18312024-12-19T21:43:58.140Z Compiling rayon-core v1.12.1
18322024-12-19T21:43:58.177Z Compiling pretty-hex v0.4.1
18332024-12-19T21:43:58.316Z Compiling powerfmt v0.2.0
18342024-12-19T21:43:58.439Z Compiling dof v0.3.0
18352024-12-19T21:43:58.490Z Compiling icu_locid_transform v1.5.0
18362024-12-19T21:43:58.853Z Compiling deranged v0.3.11
18372024-12-19T21:44:01.072Z Compiling rand v0.8.5
18382024-12-19T21:44:01.207Z Compiling spki v0.7.3
18392024-12-19T21:44:02.257Z Compiling dtrace-parser v0.2.0
18402024-12-19T21:44:02.885Z Compiling salsa20 v0.10.2
18412024-12-19T21:44:03.196Z Compiling icu_collections v1.5.0
18422024-12-19T21:44:04.083Z Compiling pbkdf2 v0.12.2
18432024-12-19T21:44:04.841Z Compiling bzip2-sys v0.1.11+1.0.8
18442024-12-19T21:44:05.440Z Compiling thread-id v4.2.2
18452024-12-19T21:44:05.972Z Compiling num_threads v0.1.7
18462024-12-19T21:44:06.208Z Compiling icu_properties_data v1.5.0
18472024-12-19T21:44:06.880Z Compiling atomic-waker v1.1.2
18482024-12-19T21:44:06.957Z Compiling icu_properties v1.5.1
18492024-12-19T21:44:07.131Z Compiling time v0.3.36
18502024-12-19T21:44:12.339Z Compiling scrypt v0.11.0
18512024-12-19T21:44:12.976Z Compiling form_urlencoded v1.2.1
18522024-12-19T21:44:13.433Z Compiling cbc v0.1.2
18532024-12-19T21:44:13.555Z Compiling aes v0.8.4
18542024-12-19T21:44:13.607Z Compiling http-body v1.0.1
18552024-12-19T21:44:13.994Z Compiling multer v3.1.0
18562024-12-19T21:44:14.211Z Compiling icu_normalizer_data v1.5.0
18572024-12-19T21:44:14.423Z Compiling utf8_iter v1.0.4
18582024-12-19T21:44:14.461Z Compiling slog-async v2.8.0
18592024-12-19T21:44:14.824Z Compiling write16 v1.0.0
18602024-12-19T21:44:14.848Z Compiling utf16_iter v1.0.5
18612024-12-19T21:44:15.086Z Compiling try-lock v0.2.5
18622024-12-19T21:44:15.264Z Compiling want v0.3.1
18632024-12-19T21:44:15.267Z Compiling icu_normalizer v1.5.0
18642024-12-19T21:44:15.633Z Compiling pkcs5 v0.7.1
18652024-12-19T21:44:19.194Z Compiling h2 v0.4.6
18662024-12-19T21:44:20.425Z Compiling heapless v0.7.17
18672024-12-19T21:44:20.868Z Compiling zerocopy-derive v0.6.6
18682024-12-19T21:44:21.033Z Compiling signal-hook v0.3.17
18692024-12-19T21:44:21.411Z Compiling base64 v0.22.1
18702024-12-19T21:44:21.695Z Compiling num-bigint-dig v0.8.4
18712024-12-19T21:44:22.022Z Compiling anyhow v1.0.93
18722024-12-19T21:44:22.702Z Compiling httpdate v1.0.3
18732024-12-19T21:44:24.159Z Compiling pkcs8 v0.10.2
18742024-12-19T21:44:25.014Z Compiling idna_adapter v1.2.0
18752024-12-19T21:44:25.343Z Compiling usdt-attr-macro v0.5.0
18762024-12-19T21:44:25.586Z Compiling usdt-macro v0.5.0
18772024-12-19T21:44:27.633Z Compiling async-stream-impl v0.3.6
18782024-12-19T21:44:28.241Z Compiling hyper v1.5.0
18792024-12-19T21:44:28.292Z Compiling rustversion v1.0.17
18802024-12-19T21:44:28.941Z Compiling tower-service v0.3.3
18812024-12-19T21:44:29.018Z Compiling strsim v0.11.1
18822024-12-19T21:44:30.519Z Compiling idna v1.0.3
18832024-12-19T21:44:32.004Z Compiling hyper-util v0.1.10
18842024-12-19T21:44:37.953Z Compiling curve25519-dalek v4.1.3
18852024-12-19T21:44:37.998Z Compiling openapiv3 v2.0.0
18862024-12-19T21:44:38.210Z Compiling toml_datetime v0.6.8
18872024-12-19T21:44:38.338Z Compiling serde_spanned v0.6.8
18882024-12-19T21:44:38.634Z Compiling enum-as-inner v0.6.1
18892024-12-19T21:44:38.724Z Compiling dropshot v0.12.0
18902024-12-19T21:44:39.017Z Compiling foreign-types-shared v0.1.1
18912024-12-19T21:44:39.133Z Compiling portable-atomic v1.9.0
18922024-12-19T21:44:39.967Z Compiling heck v0.4.1
18932024-12-19T21:44:40.306Z Compiling adler2 v2.0.0
18942024-12-19T21:44:40.367Z Compiling match_cfg v0.1.0
18952024-12-19T21:44:40.437Z Compiling smoltcp v0.9.1
18962024-12-19T21:44:40.589Z Compiling foreign-types v0.3.2
18972024-12-19T21:44:40.695Z Compiling miniz_oxide v0.8.0
18982024-12-19T21:44:41.029Z Compiling hostname v0.3.1
18992024-12-19T21:44:42.637Z Compiling url v2.5.3
19002024-12-19T21:44:50.452Z Compiling http-body-util v0.1.2
19012024-12-19T21:44:50.734Z Compiling clap_derive v4.5.18
19022024-12-19T21:44:51.134Z Compiling dirs-sys-next v0.1.2
19032024-12-19T21:44:51.889Z Compiling encoding_rs v0.8.34
19042024-12-19T21:44:53.802Z Compiling siphasher v0.3.11
19052024-12-19T21:44:54.486Z Compiling data-encoding v2.6.0
19062024-12-19T21:44:55.739Z Compiling mime v0.3.17
19072024-12-19T21:44:56.948Z Compiling dirs-next v2.0.0
19082024-12-19T21:45:03.116Z Compiling hubpack_derive v0.1.1
19092024-12-19T21:45:03.997Z Compiling serde_urlencoded v0.7.1
19102024-12-19T21:45:04.307Z Compiling crossbeam-epoch v0.9.18
19112024-12-19T21:45:04.882Z Compiling hashbrown v0.14.5
19122024-12-19T21:45:05.023Z Compiling rustls-pemfile v2.2.0
19132024-12-19T21:45:05.624Z Compiling dropshot_endpoint v0.12.0
19142024-12-19T21:45:06.726Z Compiling sha1 v0.10.6
19152024-12-19T21:45:07.202Z Compiling rustls-webpki v0.102.8
19162024-12-19T21:45:07.245Z Compiling signature v2.2.0
19172024-12-19T21:45:07.536Z Compiling curve25519-dalek-derive v0.1.1
19182024-12-19T21:45:08.416Z Compiling thread_local v1.1.8
19192024-12-19T21:45:08.981Z Compiling fs-err v2.11.0
19202024-12-19T21:45:09.219Z Compiling openssl-probe v0.1.5
19212024-12-19T21:45:09.269Z Compiling ipnet v2.10.1
19222024-12-19T21:45:09.520Z Compiling winnow v0.6.20
19232024-12-19T21:45:10.314Z Compiling utf8parse v0.2.2
19242024-12-19T21:45:10.965Z Compiling gimli v0.31.1
19252024-12-19T21:45:12.505Z Compiling unicode-properties v0.1.3
19262024-12-19T21:45:12.953Z Compiling anstyle v1.0.10
19272024-12-19T21:45:13.170Z Compiling toml_edit v0.22.22
19282024-12-19T21:45:13.401Z Compiling stringprep v0.1.5
19292024-12-19T21:45:13.926Z Compiling anstyle-parse v0.2.5
19302024-12-19T21:45:15.800Z Compiling addr2line v0.24.2
19312024-12-19T21:45:16.052Z Compiling regress v0.10.1
19322024-12-19T21:45:16.490Z Compiling crossbeam-deque v0.8.5
19332024-12-19T21:45:16.847Z Compiling term v0.7.0
19342024-12-19T21:45:18.147Z Compiling slog-json v2.6.1
19352024-12-19T21:45:19.289Z Compiling crossbeam-channel v0.5.13
19362024-12-19T21:45:20.798Z Compiling idna v0.3.0
19372024-12-19T21:45:20.835Z Compiling idna v0.4.0
19382024-12-19T21:45:22.360Z Compiling futures-executor v0.3.31
19392024-12-19T21:45:22.876Z Compiling num-integer v0.1.46
19402024-12-19T21:45:23.252Z Compiling md-5 v0.10.6
19412024-12-19T21:45:23.383Z Compiling ff v0.13.0
19422024-12-19T21:45:23.497Z Compiling hash32 v0.2.1
19432024-12-19T21:45:23.593Z Compiling memmap v0.7.0
19442024-12-19T21:45:23.616Z Compiling is-terminal v0.4.13
19452024-12-19T21:45:23.744Z Compiling object v0.36.5
19462024-12-19T21:45:23.887Z Compiling psl-types v2.0.11
19472024-12-19T21:45:23.921Z Compiling quick-error v1.2.3
19482024-12-19T21:45:24.097Z Compiling fallible-iterator v0.2.0
19492024-12-19T21:45:24.298Z Compiling take_mut v0.2.2
19502024-12-19T21:45:24.465Z Compiling colorchoice v1.0.2
19512024-12-19T21:45:24.590Z Compiling rustc-demangle v0.1.24
19522024-12-19T21:45:24.628Z Compiling anstyle-query v1.1.1
19532024-12-19T21:45:24.783Z Compiling is_terminal_polyfill v1.70.1
19542024-12-19T21:45:24.826Z Compiling base16ct v0.2.0
19552024-12-19T21:45:24.920Z Compiling linked-hash-map v0.5.6
19562024-12-19T21:45:25.103Z Compiling utf-8 v0.7.6
19572024-12-19T21:45:25.300Z Compiling lru-cache v0.1.2
19582024-12-19T21:45:25.416Z Compiling tungstenite v0.24.0
19592024-12-19T21:45:25.435Z Compiling sec1 v0.7.3
19602024-12-19T21:45:25.498Z Compiling anstream v0.6.15
19612024-12-19T21:45:25.988Z Compiling postgres-protocol v0.6.7
19622024-12-19T21:45:27.212Z Compiling publicsuffix v2.2.3
19632024-12-19T21:45:27.232Z Compiling resolv-conf v0.7.0
19642024-12-19T21:45:27.664Z Compiling usdt v0.5.0
19652024-12-19T21:45:27.751Z Compiling slog-term v2.9.1
19662024-12-19T21:45:27.933Z Compiling group v0.13.0
19672024-12-19T21:45:28.128Z Compiling num-iter v0.1.45
19682024-12-19T21:45:28.256Z Compiling futures v0.3.31
19692024-12-19T21:45:28.864Z Compiling hickory-proto v0.24.1
19702024-12-19T21:45:28.882Z Compiling tokio-rustls v0.26.0
19712024-12-19T21:45:29.413Z Compiling typify-impl v0.2.0
19722024-12-19T21:45:30.830Z Compiling tokio-rustls v0.25.0
19732024-12-19T21:45:31.093Z Compiling backtrace v0.3.74
19742024-12-19T21:45:31.259Z Compiling slog-bunyan v2.5.0
19752024-12-19T21:45:31.474Z Compiling toml v0.8.19
19762024-12-19T21:45:31.637Z Compiling tokio-native-tls v0.3.1
19772024-12-19T21:45:31.912Z Compiling phf_shared v0.11.2
19782024-12-19T21:45:32.101Z Compiling strum_macros v0.25.3
19792024-12-19T21:45:32.605Z Compiling async-stream v0.3.6
19802024-12-19T21:45:33.109Z Compiling waitgroup v0.1.2
19812024-12-19T21:45:34.260Z Compiling webpki-roots v0.26.6
19822024-12-19T21:45:34.263Z Compiling idna v0.5.0
19832024-12-19T21:45:34.263Z Compiling terminal_size v0.4.0
19842024-12-19T21:45:34.263Z Compiling serde_path_to_error v0.1.16
19852024-12-19T21:45:35.033Z Compiling hkdf v0.12.4
19862024-12-19T21:45:35.263Z Compiling crypto-bigint v0.5.5
19872024-12-19T21:45:35.561Z Compiling serde_repr v0.1.19
19882024-12-19T21:45:35.670Z Compiling derive-where v1.2.7
19892024-12-19T21:45:36.646Z Compiling hostname v0.4.0
19902024-12-19T21:45:37.014Z Compiling crc32fast v1.4.2
19912024-12-19T21:45:37.654Z Compiling debug-ignore v1.0.5
19922024-12-19T21:45:37.815Z Compiling managed v0.8.0
19932024-12-19T21:45:38.018Z Compiling clap_lex v0.7.2
19942024-12-19T21:45:38.368Z Compiling unicode-width v0.1.14
19952024-12-19T21:45:38.455Z Compiling winnow v0.5.40
19962024-12-19T21:45:38.663Z Compiling bitflags v1.3.2
19972024-12-19T21:45:38.881Z Compiling console v0.15.8
19982024-12-19T21:45:39.576Z Compiling clap_builder v4.5.21
19992024-12-19T21:45:39.611Z Compiling elliptic-curve v0.13.8
20002024-12-19T21:45:41.032Z Compiling typify-macro v0.2.0
20012024-12-19T21:45:41.287Z Compiling flate2 v1.0.34
20022024-12-19T21:45:42.243Z Compiling toml_edit v0.19.15
20032024-12-19T21:45:42.246Z Compiling cookie_store v0.21.0
20042024-12-19T21:45:43.660Z Compiling hickory-resolver v0.24.1
20052024-12-19T21:45:47.392Z Compiling hyper-rustls v0.27.3
20062024-12-19T21:45:48.999Z Compiling phf v0.11.2
20072024-12-19T21:45:49.242Z Compiling hyper-tls v0.6.0
20082024-12-19T21:45:49.361Z Compiling signal-hook-mio v0.2.4
20092024-12-19T21:45:49.534Z Compiling rayon v1.10.0
20102024-12-19T21:45:49.667Z Compiling bzip2 v0.4.4
20112024-12-19T21:45:49.697Z Compiling postgres-types v0.2.8
20122024-12-19T21:45:50.021Z Compiling tokio-tungstenite v0.24.0
20132024-12-19T21:45:50.419Z Compiling ed25519 v2.2.3
20142024-12-19T21:45:50.564Z Compiling hubpack v0.1.2
20152024-12-19T21:45:50.851Z Compiling phf_shared v0.10.0
20162024-12-19T21:45:51.046Z Compiling pkcs1 v0.7.5
20172024-12-19T21:45:51.619Z Compiling zerocopy v0.6.6
20182024-12-19T21:45:51.916Z Compiling tokio-stream v0.1.16
20192024-12-19T21:45:52.516Z Compiling serde-big-array v0.5.1
20202024-12-19T21:45:52.547Z Compiling rfc6979 v0.4.0
20212024-12-19T21:45:52.752Z Compiling float-cmp v0.9.0
20222024-12-19T21:45:52.973Z Compiling sync_wrapper v1.0.1
20232024-12-19T21:45:53.137Z Compiling bstr v1.10.0
20242024-12-19T21:45:53.331Z Compiling precomputed-hash v0.1.1
20252024-12-19T21:45:53.429Z Compiling static_assertions v1.1.0
20262024-12-19T21:45:53.452Z Compiling difflib v0.4.0
20272024-12-19T21:45:54.192Z Compiling unicode-width v0.2.0
20282024-12-19T21:45:54.679Z Compiling normalize-line-endings v0.3.0
20292024-12-19T21:45:54.700Z Compiling number_prefix v0.4.0
20302024-12-19T21:45:54.721Z Compiling whoami v1.5.2
20312024-12-19T21:45:54.813Z Compiling fixedbitset v0.4.2
20322024-12-19T21:45:54.938Z Compiling unicode-segmentation v1.12.0
20332024-12-19T21:45:55.230Z Compiling bit-vec v0.6.3
20342024-12-19T21:45:55.409Z Compiling new_debug_unreachable v1.0.6
20352024-12-19T21:45:55.516Z Compiling predicates-core v1.0.8
20362024-12-19T21:45:55.644Z Compiling similar v2.6.0
20372024-12-19T21:45:55.726Z Compiling predicates v3.1.2
20382024-12-19T21:45:55.794Z Compiling bit-set v0.5.3
20392024-12-19T21:45:55.815Z Compiling string_cache v0.8.7
20402024-12-19T21:45:56.244Z Compiling petgraph v0.6.5
20412024-12-19T21:45:57.158Z Compiling tokio-postgres v0.7.12
20422024-12-19T21:45:57.223Z Compiling indicatif v0.17.9
20432024-12-19T21:45:57.647Z Compiling reqwest v0.12.9
20442024-12-19T21:45:57.928Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20452024-12-19T21:46:01.559Z Compiling qorb v0.2.1
20462024-12-19T21:46:02.562Z Compiling ecdsa v0.16.9
20472024-12-19T21:46:03.449Z Compiling rsa v0.9.6
20482024-12-19T21:46:03.506Z Compiling ed25519-dalek v2.1.1
20492024-12-19T21:46:04.757Z Compiling zip v0.6.6
20502024-12-19T21:46:04.875Z Compiling crossterm v0.28.1
20512024-12-19T21:46:05.071Z Compiling toml v0.7.8
20522024-12-19T21:46:06.015Z Compiling clap v4.5.21
20532024-12-19T21:46:07.581Z Compiling x509-cert v0.2.5
20542024-12-19T21:46:08.536Z Compiling hex v0.4.3
20552024-12-19T21:46:11.682Z Compiling unicode-xid v0.2.6
20562024-12-19T21:46:11.861Z Compiling radium v0.7.0
20572024-12-19T21:46:12.276Z Compiling lalrpop-util v0.19.12
20582024-12-19T21:46:13.788Z Compiling peg-runtime v0.8.3
20592024-12-19T21:46:14.297Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20602024-12-19T21:46:29.587Z Compiling ident_case v1.0.1
20612024-12-19T21:46:31.533Z Compiling maybe-uninit v2.0.0
20622024-12-19T21:46:31.756Z Compiling tap v1.0.1
20632024-12-19T21:46:31.955Z Compiling wyz v0.5.1
20642024-12-19T21:46:34.920Z Compiling darling_core v0.20.10
20652024-12-19T21:46:42.324Z Compiling typify v0.2.0
20662024-12-19T21:46:46.228Z Compiling packed_struct v0.10.1
20672024-12-19T21:46:46.458Z Compiling funty v2.0.0
20682024-12-19T21:46:46.633Z Compiling unsafe-libyaml v0.2.11
20692024-12-19T21:46:48.275Z Compiling serde_yaml v0.9.34+deprecated
20702024-12-19T21:46:48.432Z Compiling bitvec v1.0.1
20712024-12-19T21:46:52.123Z Compiling progenitor-impl v0.8.0
20722024-12-19T21:46:53.041Z Compiling darling_macro v0.20.10
20732024-12-19T21:46:54.545Z Compiling packed_struct_codegen v0.10.1
20742024-12-19T21:46:57.292Z Compiling structmeta-derive v0.3.0
20752024-12-19T21:46:57.669Z Compiling indexmap v1.9.3
20762024-12-19T21:46:58.698Z Compiling newtype-uuid v1.1.3
20772024-12-19T21:46:58.826Z Compiling fastrand v2.1.1
20782024-12-19T21:46:58.982Z Compiling nodrop v0.1.14
20792024-12-19T21:46:59.243Z Compiling crc-catalog v2.4.0
20802024-12-19T21:46:59.408Z Compiling crc v3.2.1
20812024-12-19T21:46:59.518Z Compiling tempfile v3.13.0
20822024-12-19T21:46:59.963Z Compiling structmeta v0.3.0
20832024-12-19T21:47:01.193Z Compiling array-init v0.0.4
20842024-12-19T21:47:01.300Z Compiling progenitor-macro v0.8.0
20852024-12-19T21:47:06.898Z Compiling smallvec v0.6.14
20862024-12-19T21:47:07.427Z Compiling darling v0.20.10
20872024-12-19T21:47:13.883Z Compiling progenitor-client v0.8.0
20882024-12-19T21:47:16.258Z Compiling pin-project-internal v1.1.6
20892024-12-19T21:47:16.279Z Compiling dropshot v0.13.0
20902024-12-19T21:47:16.757Z Compiling bitfield v0.14.0
20912024-12-19T21:47:18.312Z Compiling hashbrown v0.12.3
20922024-12-19T21:47:19.569Z Compiling same-file v1.0.6
20932024-12-19T21:47:19.726Z Compiling base64 v0.21.7
20942024-12-19T21:47:19.806Z Compiling termcolor v1.4.1
20952024-12-19T21:47:20.487Z Compiling env_logger v0.10.2
20962024-12-19T21:47:20.855Z Compiling ron v0.8.1
20972024-12-19T21:47:23.598Z Compiling walkdir v2.5.0
20982024-12-19T21:47:25.236Z Compiling pin-project v1.1.6
20992024-12-19T21:47:31.908Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21002024-12-19T21:47:35.445Z Compiling progenitor v0.8.0
21012024-12-19T21:47:35.740Z Compiling serde_with_macros v3.11.0
21022024-12-19T21:47:36.428Z Compiling serde-hex v0.1.0
21032024-12-19T21:47:37.903Z Compiling parse-display-derive v0.10.0
21042024-12-19T21:47:38.336Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21052024-12-19T21:47:39.321Z Compiling strum_macros v0.26.4
21062024-12-19T21:47:41.699Z Compiling snafu-derive v0.8.5
21072024-12-19T21:47:41.846Z Compiling hashbrown v0.13.2
21082024-12-19T21:47:41.910Z Compiling ipnetwork v0.20.0
21092024-12-19T21:47:43.293Z Compiling xattr v1.3.1
21102024-12-19T21:47:43.634Z Compiling dropshot_endpoint v0.13.0
21112024-12-19T21:47:43.908Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21122024-12-19T21:47:44.539Z Compiling blake3 v1.5.4
21132024-12-19T21:47:44.643Z Compiling ring v0.16.20
21142024-12-19T21:47:45.148Z Compiling filetime v0.2.25
21152024-12-19T21:47:45.168Z Compiling instant v0.1.13
21162024-12-19T21:47:45.617Z Compiling crc-any v2.5.0
21172024-12-19T21:47:45.911Z Compiling zip v2.1.3
21182024-12-19T21:47:45.936Z Compiling simd-adler32 v0.3.7
21192024-12-19T21:47:46.480Z Compiling lockfree-object-pool v0.1.6
21202024-12-19T21:47:46.517Z Compiling bumpalo v3.16.0
21212024-12-19T21:47:46.596Z Compiling buf-list v1.0.3
21222024-12-19T21:47:46.788Z Compiling snafu v0.8.5
21232024-12-19T21:47:47.034Z Compiling zopfli v0.8.1
21242024-12-19T21:47:47.231Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21252024-12-19T21:47:47.357Z Compiling tar v0.4.42
21262024-12-19T21:47:48.055Z Compiling backoff v0.4.0
21272024-12-19T21:47:49.121Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21282024-12-19T21:47:49.370Z Compiling strum v0.26.3
21292024-12-19T21:47:49.570Z Compiling object v0.30.4
21302024-12-19T21:47:51.188Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21312024-12-19T21:47:53.005Z Compiling parse-display v0.10.0
21322024-12-19T21:47:53.162Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21332024-12-19T21:47:54.721Z Compiling serde_with v3.11.0
21342024-12-19T21:47:54.758Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21352024-12-19T21:47:55.044Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21362024-12-19T21:47:55.371Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21372024-12-19T21:47:56.077Z Compiling camino-tempfile v1.1.1
21382024-12-19T21:47:56.860Z Compiling globset v0.4.15
21392024-12-19T21:47:59.027Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21402024-12-19T21:47:59.233Z Compiling regress v0.9.1
21412024-12-19T21:48:02.075Z Compiling pem v3.0.4
21422024-12-19T21:48:02.464Z Compiling olpc-cjson v0.1.4
21432024-12-19T21:48:02.825Z Compiling macaddr v1.0.1
21442024-12-19T21:48:03.472Z Compiling serde_plain v1.0.2
21452024-12-19T21:48:03.493Z Compiling async-recursion v1.1.1
21462024-12-19T21:48:04.032Z Compiling memmap2 v0.9.5
21472024-12-19T21:48:04.262Z Compiling typed-path v0.9.3
21482024-12-19T21:48:04.600Z Compiling arrayref v0.3.9
21492024-12-19T21:48:04.712Z Compiling spin v0.5.2
21502024-12-19T21:48:04.921Z Compiling path-slash v0.1.5
21512024-12-19T21:48:05.012Z Compiling constant_time_eq v0.3.1
21522024-12-19T21:48:05.176Z Compiling arrayvec v0.7.6
21532024-12-19T21:48:05.197Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
21542024-12-19T21:48:06.045Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21552024-12-19T21:48:07.783Z Compiling tough v0.19.0
21562024-12-19T21:48:12.289Z Compiling itertools v0.13.0
21572024-12-19T21:48:12.596Z Compiling cargo-platform v0.1.8
21582024-12-19T21:48:12.666Z Compiling topological-sort v0.2.2
21592024-12-19T21:48:12.941Z Compiling parse-size v1.1.0
21602024-12-19T21:48:13.259Z Compiling cargo_metadata v0.18.1
21612024-12-19T21:48:13.627Z Compiling omicron-zone-package v0.11.1
21622024-12-19T21:48:13.658Z Compiling shell-words v1.1.0
21632024-12-19T21:48:19.672Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21642024-12-19T21:48:32.664Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
21652024-12-19T21:48:47.485Z Finished `release` profile [optimized] target(s) in 5m 48s
21662024-12-19T21:48:47.648Z Running `target/release/omicron-releng --output-dir /work`
21672024-12-19T21:48:47.694ZDec 19 21:48:45.705 DEBG changing working directory to /work/oxidecomputer/omicron
21682024-12-19T21:48:47.795ZDec 19 21:48:45.807 DEBG running: git rev-parse HEAD
21692024-12-19T21:48:47.801ZDec 19 21:48:45.814 DEBG process exited with exit status: 0 (6.642598ms)
21702024-12-19T21:48:47.801ZDec 19 21:48:45.814 INFO version: 12.0.0-0.ci+git6c76593747f
21712024-12-19T21:48:47.841ZDec 19 21:48:45.854 INFO cloning helios to /work/oxidecomputer/helios
21722024-12-19T21:48:47.841ZDec 19 21:48:45.854 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
21732024-12-19T21:48:47.846ZCloning into '/work/oxidecomputer/helios'...
21742024-12-19T21:48:48.366ZDec 19 21:48:46.376 DEBG process exited with exit status: 0 (522.424031ms)
21752024-12-19T21:48:48.366ZDec 19 21:48:46.376 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
21762024-12-19T21:48:48.374Z# branch.oid 53bc8bcccb29641cca9248dac64ce901acb8732b
21772024-12-19T21:48:48.374Z# branch.head master
21782024-12-19T21:48:48.374Z# branch.upstream origin/master
21792024-12-19T21:48:48.374Z# branch.ab +0 -0
21802024-12-19T21:48:48.377ZDec 19 21:48:46.385 DEBG process exited with exit status: 0 (8.464171ms)
21812024-12-19T21:48:48.377ZDec 19 21:48:46.385 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
21822024-12-19T21:48:49.237ZDec 19 21:48:47.243 DEBG process exited with exit status: 0 (858.627151ms)
21832024-12-19T21:48:49.237ZDec 19 21:48:47.243 DEBG running: zfs list rpool/images/build/host
21842024-12-19T21:48:49.243ZNAME USED AVAIL REFER MOUNTPOINT
21852024-12-19T21:48:49.244Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
21862024-12-19T21:48:49.246ZDec 19 21:48:47.251 DEBG process exited with exit status: 0 (7.346594ms)
21872024-12-19T21:48:49.246ZDec 19 21:48:47.251 DEBG running: zfs list rpool/images/build/recovery
21882024-12-19T21:48:49.250ZNAME USED AVAIL REFER MOUNTPOINT
21892024-12-19T21:48:49.250Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
21902024-12-19T21:48:49.253ZDec 19 21:48:47.257 DEBG process exited with exit status: 0 (6.380357ms)
21912024-12-19T21:48:49.253ZDec 19 21:48:47.258 INFO [hubris-staging] running task
21922024-12-19T21:48:49.253ZDec 19 21:48:47.258 INFO [hubris-production] running task
21932024-12-19T21:48:49.253ZDec 19 21:48:47.259 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
21942024-12-19T21:48:49.256ZDec 19 21:48:47.262 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
21952024-12-19T21:48:49.323Z[ helios-setup] cd tools/helios-build && cargo build --quiet
21962024-12-19T21:48:49.717Z[ omicron-package] Blocking waiting for file lock on package cache
21972024-12-19T21:48:50.427Z[ omicron-package] Blocking waiting for file lock on package cache
21982024-12-19T21:48:50.703Z[ omicron-package] Blocking waiting for file lock on package cache
21992024-12-19T21:48:51.282ZDec 19 21:48:49.106 INFO [hubris-production] task succeeded (1.847808834s)
22002024-12-19T21:48:51.573Z[ omicron-package] Compiling zerocopy v0.8.10
22012024-12-19T21:48:51.573Z[ omicron-package] Compiling proc-macro-crate v1.3.1
22022024-12-19T21:48:51.582Z[ omicron-package] Compiling itertools v0.13.0
22032024-12-19T21:48:51.582Z[ omicron-package] Compiling zerocopy-derive v0.8.10
22042024-12-19T21:48:51.582Z[ omicron-package] Compiling heapless v0.8.0
22052024-12-19T21:48:51.582Z[ omicron-package] Compiling hash32 v0.3.1
22062024-12-19T21:48:51.582Z[ omicron-package] Compiling smoltcp v0.11.0
22072024-12-19T21:48:51.582Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22082024-12-19T21:48:53.049Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
22092024-12-19T21:48:53.259Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22102024-12-19T21:48:53.564Z[ omicron-package] Compiling cobs v0.2.3
22112024-12-19T21:48:54.068Z[ omicron-package] Compiling num_enum_derive v0.5.11
22122024-12-19T21:48:54.266Z[ omicron-package] Compiling postcard v1.0.10
22132024-12-19T21:48:54.403Z[ omicron-package] Compiling proc-macro-error v1.0.4
22142024-12-19T21:48:54.654Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22152024-12-19T21:48:54.676Z[ omicron-package] Compiling foreign-types-macros v0.2.3
22162024-12-19T21:48:55.529Z[ omicron-package] Compiling foreign-types-shared v0.3.1
22172024-12-19T21:48:55.807Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22182024-12-19T21:48:56.643Z[ omicron-package] Compiling tabwriter v1.4.0
22192024-12-19T21:48:57.190Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22202024-12-19T21:48:57.376Z[ omicron-package] Compiling foreign-types v0.5.0
22212024-12-19T21:48:57.721Z[ omicron-package] Compiling cstr-argument v0.1.2
22222024-12-19T21:48:57.977Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22232024-12-19T21:48:58.147Z[ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22242024-12-19T21:48:58.245Z[ omicron-package] Compiling pretty-hex v0.2.1
22252024-12-19T21:48:58.664Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22262024-12-19T21:48:58.841Z[ omicron-package] Compiling num_enum v0.5.11
22272024-12-19T21:48:58.956Z[ omicron-package] Compiling thiserror v2.0.3
22282024-12-19T21:48:59.211Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
22292024-12-19T21:48:59.299Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22302024-12-19T21:48:59.737Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22312024-12-19T21:48:59.822Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22322024-12-19T21:49:00.433Z[ omicron-package] Compiling colored v2.1.0
22332024-12-19T21:49:00.690Z[ omicron-package] Compiling thiserror-impl v2.0.3
22342024-12-19T21:49:01.175Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22352024-12-19T21:49:01.536Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
22362024-12-19T21:49:02.563Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
22372024-12-19T21:49:02.757Z[ omicron-package] Compiling sigpipe v0.1.3
22382024-12-19T21:49:02.911ZDec 19 21:49:00.860 INFO [hubris-staging] task succeeded (13.601596435s)
22392024-12-19T21:49:03.177Z[ omicron-package] Compiling num-derive v0.4.2
22402024-12-19T21:49:04.280Z[ omicron-package] Compiling libefi-sys v0.1.0
22412024-12-19T21:49:04.307Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22422024-12-19T21:49:04.905Z[ omicron-package] Compiling zone v0.3.0
22432024-12-19T21:49:05.193Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
22442024-12-19T21:49:05.331Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22452024-12-19T21:49:06.212Z[ omicron-package] Compiling smf v0.2.3
22462024-12-19T21:49:06.372Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
22472024-12-19T21:49:06.786Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
22482024-12-19T21:49:07.183Z[ omicron-package] Compiling bitfield-struct v0.6.2
22492024-12-19T21:49:09.209Z[ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22502024-12-19T21:49:09.580Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22512024-12-19T21:49:09.672Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22522024-12-19T21:49:09.728Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22532024-12-19T21:49:09.731Z[ omicron-package] Compiling gethostname v0.5.0
22542024-12-19T21:49:10.085Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
22552024-12-19T21:49:10.213Z[ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22562024-12-19T21:49:10.637Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22572024-12-19T21:49:12.820Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22582024-12-19T21:49:14.186Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22592024-12-19T21:49:15.644Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22602024-12-19T21:49:18.322Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22612024-12-19T21:49:18.994Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22622024-12-19T21:49:20.743Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
22632024-12-19T21:49:31.963Z[ helios-setup] Dec 19 21:49:29.789 INFO helios repository root is: /work/oxidecomputer/helios
22642024-12-19T21:49:31.966Z[ helios-setup] Dec 19 21:49:29.790 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
22652024-12-19T21:49:31.966Z[ helios-setup] Dec 19 21:49:29.790 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
22662024-12-19T21:49:31.966Z[ helios-setup] Dec 19 21:49:29.790 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
22672024-12-19T21:49:31.969Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
22682024-12-19T21:49:32.483Z[ helios-setup] Dec 19 21:49:30.306 INFO clone ok!, project: pinprick
22692024-12-19T21:49:32.485Z[ helios-setup] Dec 19 21:49:30.307 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
22702024-12-19T21:49:32.485Z[ helios-setup] Dec 19 21:49:30.307 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
22712024-12-19T21:49:32.485Z[ helios-setup] Dec 19 21:49:30.307 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
22722024-12-19T21:49:32.488Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
22732024-12-19T21:49:33.058Z[ helios-setup] Dec 19 21:49:30.880 INFO clone ok!, project: phbl
22742024-12-19T21:49:33.061Z[ helios-setup] Dec 19 21:49:30.880 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
22752024-12-19T21:49:33.061Z[ helios-setup] Dec 19 21:49:30.880 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
22762024-12-19T21:49:33.063Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
22772024-12-19T21:49:33.622Z[ helios-setup] Dec 19 21:49:31.441 INFO clone ok!, project: bootserver
22782024-12-19T21:49:33.625Z[ helios-setup] Dec 19 21:49:31.441 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
22792024-12-19T21:49:33.625Z[ helios-setup] Dec 19 21:49:31.441 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
22802024-12-19T21:49:33.628Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
22812024-12-19T21:49:34.736Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
22822024-12-19T21:49:34.749Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
22832024-12-19T21:49:39.631Z[ omicron-package] Finished `release` profile [optimized] target(s) in 50.15s
22842024-12-19T21:49:39.888Z[ omicron-package]
22852024-12-19T21:49:39.888Z[ omicron-package] real 50.372188545
22862024-12-19T21:49:39.890Z[ omicron-package] user 2:54.677635179
22872024-12-19T21:49:39.891Z[ omicron-package] sys 26.087431414
22882024-12-19T21:49:39.891Z[ omicron-package] trap 0.216590719
22892024-12-19T21:49:39.891Z[ omicron-package] tflt 0.915455776
22902024-12-19T21:49:39.891Z[ omicron-package] dflt 0.780683153
22912024-12-19T21:49:39.891Z[ omicron-package] kflt 0.000031147
22922024-12-19T21:49:39.891Z[ omicron-package] lock 6:11.809940913
22932024-12-19T21:49:39.891Z[ omicron-package] slp 10:10.002280368
22942024-12-19T21:49:39.891Z[ omicron-package] lat 1:38.281068504
22952024-12-19T21:49:39.891Z[ omicron-package] stop 1:00.478419486
22962024-12-19T21:49:39.891ZDec 19 21:49:37.681 INFO [omicron-package] process exited with exit status: 0 (50.419147589s)
22972024-12-19T21:49:39.891ZDec 19 21:49:37.682 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
22982024-12-19T21:49:39.960ZDec 19 21:49:37.752 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
22992024-12-19T21:49:39.971Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
23002024-12-19T21:49:39.974Z[ host-target] Created new build target 'host' and set it as active
23012024-12-19T21:49:39.976ZDec 19 21:49:37.766 INFO [host-target] process exited with exit status: 0 (84.641479ms)
23022024-12-19T21:49:39.976ZDec 19 21:49:37.767 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
23032024-12-19T21:49:39.983Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
23042024-12-19T21:49:39.985Z[ recovery-target] Created new build target 'recovery' and set it as active
23052024-12-19T21:49:39.985ZDec 19 21:49:37.778 INFO [recovery-target] process exited with exit status: 0 (25.981483ms)
23062024-12-19T21:49:39.993Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
23072024-12-19T21:49:40.255Z[ helios-setup] Submodule path 'amd-firmware': checked out '7a9b5f6729edd91286f20e794f130fd370ed2fbe'
23082024-12-19T21:49:40.264Z[ helios-setup] Dec 19 21:49:38.055 INFO clone ok!, project: amd-host-image-builder
23092024-12-19T21:49:40.267Z[ helios-setup] Dec 19 21:49:38.055 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
23102024-12-19T21:49:40.267Z[ helios-setup] Dec 19 21:49:38.055 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
23112024-12-19T21:49:40.269Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
23122024-12-19T21:49:41.137Z[ host-package] Compiling convert_case v0.4.0
23132024-12-19T21:49:41.137Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
23142024-12-19T21:49:41.137Z[ host-package] Compiling newline-converter v0.3.0
23152024-12-19T21:49:41.142Z[ host-package] Compiling password-hash v0.5.0
23162024-12-19T21:49:41.142Z[ host-package] Compiling progenitor-client v0.8.0
23172024-12-19T21:49:41.142Z[ host-package] Compiling blake2 v0.10.6
23182024-12-19T21:49:41.142Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
23192024-12-19T21:49:41.142Z[ host-package] Compiling atomicwrites v0.4.4
23202024-12-19T21:49:41.481Z[ host-package] Compiling expectorate v1.1.0
23212024-12-19T21:49:41.692Z[ host-package] Compiling cancel-safe-futures v0.1.5
23222024-12-19T21:49:41.715Z[ host-package] Compiling progenitor v0.8.0
23232024-12-19T21:49:41.814Z[ host-package] Compiling owo-colors v4.1.0
23242024-12-19T21:49:41.838Z[ host-package] Compiling num-rational v0.4.2
23252024-12-19T21:49:42.002Z[ host-package] Compiling derive_more v0.99.18
23262024-12-19T21:49:42.026Z[ host-package] Compiling argon2 v0.5.3
23272024-12-19T21:49:42.090Z[ host-package] Compiling num-complex v0.4.6
23282024-12-19T21:49:42.629Z[ host-package] Compiling libsw v3.3.1
23292024-12-19T21:49:42.933Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23302024-12-19T21:49:43.006Z[ host-package] Compiling swrite v0.1.0
23312024-12-19T21:49:43.159Z[ host-package] Compiling linear-map v1.2.0
23322024-12-19T21:49:43.542Z[ host-package] Compiling num v0.4.3
23332024-12-19T21:49:43.545Z[ host-package] Compiling indent_write v2.2.0
23342024-12-19T21:49:43.628Z[ host-package] Compiling float-ord v0.3.2
23352024-12-19T21:49:43.668Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23362024-12-19T21:49:43.718Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
23372024-12-19T21:49:43.813Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23382024-12-19T21:49:43.843Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23392024-12-19T21:49:44.332Z[ host-package] Compiling highway v1.2.0
23402024-12-19T21:49:44.580Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23412024-12-19T21:49:45.155Z[ host-package] Compiling semver v0.1.20
23422024-12-19T21:49:45.835Z[ host-package] Compiling rustc_version v0.1.7
23432024-12-19T21:49:45.918Z[ host-package] Compiling newtype-uuid v1.1.3
23442024-12-19T21:49:46.275Z[ host-package] Compiling newtype_derive v0.1.6
23452024-12-19T21:49:46.303Z[ host-package] Compiling dropshot v0.13.0
23462024-12-19T21:49:46.382Z[ host-package] Compiling ipnetwork v0.20.0
23472024-12-19T21:49:46.745Z[ host-package] Compiling instant v0.1.13
23482024-12-19T21:49:46.978Z[ host-package] Compiling humantime v2.1.0
23492024-12-19T21:49:47.260Z[ host-package] Compiling backoff v0.4.0
23502024-12-19T21:49:47.656Z[ helios-setup] Dec 19 21:49:45.416 INFO clone ok!, project: amd-firmware
23512024-12-19T21:49:47.658Z[ helios-setup] Dec 19 21:49:45.416 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
23522024-12-19T21:49:47.659Z[ helios-setup] Dec 19 21:49:45.416 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
23532024-12-19T21:49:47.661Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
23542024-12-19T21:49:47.663Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
23552024-12-19T21:49:48.366Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23562024-12-19T21:49:48.859Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23572024-12-19T21:49:48.880Z[ helios-setup] Dec 19 21:49:46.635 INFO clone ok!, project: pilot
23582024-12-19T21:49:48.883Z[ helios-setup] Dec 19 21:49:46.635 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
23592024-12-19T21:49:48.883Z[ helios-setup] Dec 19 21:49:46.635 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
23602024-12-19T21:49:48.883Z[ helios-setup] Dec 19 21:49:46.635 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
23612024-12-19T21:49:48.886Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
23622024-12-19T21:49:48.901Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23632024-12-19T21:49:49.764Z[ helios-setup] Dec 19 21:49:47.514 INFO clone ok!, project: image-builder
23642024-12-19T21:49:49.767Z[ helios-setup] Dec 19 21:49:47.514 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
23652024-12-19T21:49:49.767Z[ helios-setup] Dec 19 21:49:47.514 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
23662024-12-19T21:49:49.770Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
23672024-12-19T21:49:51.036Z[ helios-setup] Dec 19 21:49:48.781 INFO clone ok!, project: chelsio-t6-roms
23682024-12-19T21:49:51.039Z[ helios-setup] Dec 19 21:49:48.782 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
23692024-12-19T21:49:51.685Z[ helios-setup] Dec 19 21:49:49.427 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
23702024-12-19T21:49:52.285Z[ helios-setup] Dec 19 21:49:50.025 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
23712024-12-19T21:49:52.288Z[ helios-setup] Dec 19 21:49:50.025 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
23722024-12-19T21:49:52.319Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23732024-12-19T21:49:52.903Z[ helios-setup] Dec 19 21:49:50.640 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
23742024-12-19T21:49:53.155Z[ host-package] Compiling parse-display v0.10.0
23752024-12-19T21:49:53.417Z[ helios-setup] Dec 19 21:49:51.152 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
23762024-12-19T21:49:53.420Z[ helios-setup] Dec 19 21:49:51.152 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
23772024-12-19T21:49:53.784Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23782024-12-19T21:49:53.963Z[ helios-setup] Dec 19 21:49:51.696 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
23792024-12-19T21:49:54.012Z[ host-package] Compiling strum v0.26.3
23802024-12-19T21:49:54.118Z[ host-package] Compiling serde_with v3.11.0
23812024-12-19T21:49:54.217Z[ host-package] Compiling regress v0.9.1
23822024-12-19T21:49:54.486Z[ helios-setup] Dec 19 21:49:52.216 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
23832024-12-19T21:49:54.486Z[ helios-setup] Dec 19 21:49:52.217 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
23842024-12-19T21:49:54.488Z[ helios-setup] Dec 19 21:49:52.217 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
23852024-12-19T21:49:54.488Z[ helios-setup] Dec 19 21:49:52.217 INFO ok!
23862024-12-19T21:49:54.489Z[ helios-setup] Dec 19 21:49:52.217 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
23872024-12-19T21:49:54.489Z[ helios-setup] Dec 19 21:49:52.217 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
23882024-12-19T21:49:54.489Z[ helios-setup] Dec 19 21:49:52.217 INFO ok!
23892024-12-19T21:49:54.489Z[ helios-setup] Dec 19 21:49:52.217 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
23902024-12-19T21:49:54.489Z[ helios-setup] Dec 19 21:49:52.217 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
23912024-12-19T21:49:54.489Z[ helios-setup] Dec 19 21:49:52.217 INFO ok!
23922024-12-19T21:49:54.489Z[ helios-setup] Dec 19 21:49:52.217 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
23932024-12-19T21:49:54.489Z[ helios-setup] Dec 19 21:49:52.217 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
23942024-12-19T21:49:54.806Z[ helios-setup] Dec 19 21:49:52.535 INFO E| Downloading crates ...
23952024-12-19T21:49:54.948Z[ helios-setup] Dec 19 21:49:52.676 INFO E| Downloaded miniz_oxide v0.7.2
23962024-12-19T21:49:55.008Z[ helios-setup] Dec 19 21:49:52.736 INFO E| Compiling adler v1.0.2
23972024-12-19T21:49:55.156Z[ helios-setup] Dec 19 21:49:52.883 INFO E| Compiling miniz_oxide v0.7.2
23982024-12-19T21:49:57.688Z[ helios-setup] Dec 19 21:49:55.405 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
23992024-12-19T21:49:57.756Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24002024-12-19T21:49:59.031Z[ host-package] Compiling macaddr v1.0.1
24012024-12-19T21:49:59.059Z[ helios-setup] Dec 19 21:49:56.767 INFO E| Finished `release` profile [optimized] target(s) in 4.44s
24022024-12-19T21:49:59.070Z[ helios-setup] Dec 19 21:49:56.777 INFO building project "pinprick" ok (4 seconds)
24032024-12-19T21:49:59.070Z[ helios-setup] Dec 19 21:49:56.777 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
24042024-12-19T21:49:59.073Z[ helios-setup] Dec 19 21:49:56.777 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
24052024-12-19T21:49:59.362Z[ helios-setup] Dec 19 21:49:57.072 INFO E| Downloading crates ...
24062024-12-19T21:49:59.434Z[ helios-setup] Dec 19 21:49:57.143 INFO E| Downloaded block-buffer v0.10.3
24072024-12-19T21:49:59.452Z[ helios-setup] Dec 19 21:49:57.161 INFO E| Downloaded anyhow v1.0.62
24082024-12-19T21:49:59.458Z[ helios-setup] Dec 19 21:49:57.168 INFO E| Downloaded unicode-width v0.1.10
24092024-12-19T21:49:59.461Z[ helios-setup] Dec 19 21:49:57.171 INFO E| Downloaded sha2 v0.10.5
24102024-12-19T21:49:59.464Z[ helios-setup] Dec 19 21:49:57.174 INFO E| Downloaded typenum v1.15.0
24112024-12-19T21:49:59.468Z[ helios-setup] Dec 19 21:49:57.178 INFO E| Downloaded flate2 v1.0.25
24122024-12-19T21:49:59.476Z[ helios-setup] Dec 19 21:49:57.186 INFO E| Downloaded bytes v1.2.1
24132024-12-19T21:49:59.482Z[ helios-setup] Dec 19 21:49:57.192 INFO E| Downloaded digest v0.10.3
24142024-12-19T21:49:59.485Z[ helios-setup] Dec 19 21:49:57.195 INFO E| Downloaded miniz_oxide v0.6.2
24152024-12-19T21:49:59.488Z[ helios-setup] Dec 19 21:49:57.198 INFO E| Downloaded generic-array v0.14.6
24162024-12-19T21:49:59.491Z[ helios-setup] Dec 19 21:49:57.200 INFO E| Downloaded cpufeatures v0.2.5
24172024-12-19T21:49:59.556Z[ host-package] Compiling slog-dtrace v0.3.0
24182024-12-19T21:49:59.570Z[ helios-setup] Dec 19 21:49:57.279 INFO E| Compiling version_check v0.9.4
24192024-12-19T21:49:59.570Z[ helios-setup] Dec 19 21:49:57.279 INFO E| Compiling typenum v1.15.0
24202024-12-19T21:49:59.572Z[ helios-setup] Dec 19 21:49:57.279 INFO E| Compiling crc32fast v1.3.2
24212024-12-19T21:49:59.572Z[ helios-setup] Dec 19 21:49:57.279 INFO E| Compiling cfg-if v1.0.0
24222024-12-19T21:49:59.572Z[ helios-setup] Dec 19 21:49:57.279 INFO E| Compiling anyhow v1.0.62
24232024-12-19T21:49:59.572Z[ helios-setup] Dec 19 21:49:57.279 INFO E| Compiling adler v1.0.2
24242024-12-19T21:49:59.573Z[ helios-setup] Dec 19 21:49:57.280 INFO E| Compiling unicode-width v0.1.10
24252024-12-19T21:49:59.573Z[ helios-setup] Dec 19 21:49:57.280 INFO E| Compiling cpufeatures v0.2.5
24262024-12-19T21:49:59.635Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24272024-12-19T21:49:59.955Z[ host-package] Compiling steno v0.4.1
24282024-12-19T21:50:00.566Z[ helios-setup] Dec 19 21:49:58.271 INFO E| Compiling bytes v1.2.1
24292024-12-19T21:50:00.599Z[ helios-setup] Dec 19 21:49:58.304 INFO E| Compiling bitflags v1.3.2
24302024-12-19T21:50:00.707Z[ helios-setup] Dec 19 21:49:58.411 INFO E| Compiling miniz_oxide v0.6.2
24312024-12-19T21:50:00.874Z[ host-package] Compiling prettyplease v0.2.25
24322024-12-19T21:50:00.920Z[ helios-setup] Dec 19 21:49:58.623 INFO E| Compiling getopts v0.2.21
24332024-12-19T21:50:01.461Z[ helios-setup] Dec 19 21:49:59.162 INFO E| Compiling generic-array v0.14.6
24342024-12-19T21:50:01.733Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24352024-12-19T21:50:01.903Z[ helios-setup] Dec 19 21:49:59.602 INFO E| Compiling flate2 v1.0.25
24362024-12-19T21:50:03.545Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
24372024-12-19T21:50:03.567Z[ host-package] Compiling half v2.4.1
24382024-12-19T21:50:04.669Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24392024-12-19T21:50:05.757Z[ helios-setup] Dec 19 21:50:03.440 INFO E| Compiling block-buffer v0.10.3
24402024-12-19T21:50:05.757Z[ helios-setup] Dec 19 21:50:03.440 INFO E| Compiling crypto-common v0.1.6
24412024-12-19T21:50:05.958Z[ helios-setup] Dec 19 21:50:03.640 INFO E| Compiling digest v0.10.3
24422024-12-19T21:50:06.349Z[ helios-setup] Dec 19 21:50:04.029 INFO E| Compiling sha2 v0.10.5
24432024-12-19T21:50:06.909Z[ helios-setup] Dec 19 21:50:04.587 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
24442024-12-19T21:50:07.223Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
24452024-12-19T21:50:07.277Z[ host-package] Compiling ciborium-io v0.2.2
24462024-12-19T21:50:07.461Z[ host-package] Compiling ciborium-ll v0.2.2
24472024-12-19T21:50:08.424Z[ host-package] Compiling tungstenite v0.21.0
24482024-12-19T21:50:12.404Z[ helios-setup] Dec 19 21:50:10.059 INFO E| Finished `release` profile [optimized] target(s) in 13.19s
24492024-12-19T21:50:12.419Z[ helios-setup] Dec 19 21:50:10.074 INFO building project "bootserver" ok (13 seconds)
24502024-12-19T21:50:12.419Z[ helios-setup] Dec 19 21:50:10.074 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
24512024-12-19T21:50:12.419Z[ helios-setup] Dec 19 21:50:10.074 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
24522024-12-19T21:50:12.429Z[ helios-setup] Dec 19 21:50:10.084 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
24532024-12-19T21:50:12.840Z[ helios-setup] Dec 19 21:50:10.493 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
24542024-12-19T21:50:12.840Z[ helios-setup] Dec 19 21:50:10.493 INFO E| info: downloading component 'cargo'
24552024-12-19T21:50:13.655Z[ host-package] Compiling tokio-tungstenite v0.21.0
24562024-12-19T21:50:14.266Z[ helios-setup] Dec 19 21:50:11.913 INFO E| info: downloading component 'clippy'
24572024-12-19T21:50:14.388Z[ host-package] Compiling ciborium v0.2.2
24582024-12-19T21:50:14.572Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
24592024-12-19T21:50:14.614Z[ helios-setup] Dec 19 21:50:12.259 INFO E| info: downloading component 'rust-docs'
24602024-12-19T21:50:15.784Z[ helios-setup] Dec 19 21:50:13.425 INFO E| info: downloading component 'rust-src'
24612024-12-19T21:50:16.073Z[ helios-setup] Dec 19 21:50:13.712 INFO E| info: downloading component 'rust-std'
24622024-12-19T21:50:18.326Z[ helios-setup] Dec 19 21:50:15.956 INFO E| info: downloading component 'rustc'
24632024-12-19T21:50:21.540Z[ host-package] Compiling fastrand v2.1.1
24642024-12-19T21:50:22.117Z[ host-package] Compiling display-error-chain v0.2.2
24652024-12-19T21:50:22.379Z[ host-package] Compiling same-file v1.0.6
24662024-12-19T21:50:22.638Z[ host-package] Compiling walkdir v2.5.0
24672024-12-19T21:50:22.770Z[ host-package] Compiling tempfile v3.13.0
24682024-12-19T21:50:23.362Z[ host-package] Compiling ring v0.16.20
24692024-12-19T21:50:23.503Z[ helios-setup] Dec 19 21:50:21.111 INFO E| info: downloading component 'rustfmt'
24702024-12-19T21:50:23.635Z[ host-package] Compiling blake3 v1.5.4
24712024-12-19T21:50:23.740Z[ helios-setup] Dec 19 21:50:21.347 INFO E| info: installing component 'cargo'
24722024-12-19T21:50:23.812Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
24732024-12-19T21:50:24.211Z[ host-package] Compiling xattr v1.3.1
24742024-12-19T21:50:24.281Z[ host-package] Compiling filetime v0.2.25
24752024-12-19T21:50:24.511Z[ host-package] Compiling memmap2 v0.9.5
24762024-12-19T21:50:24.685Z[ host-package] Compiling arrayvec v0.7.6
24772024-12-19T21:50:24.744Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
24782024-12-19T21:50:24.975Z[ helios-setup] Dec 19 21:50:22.576 INFO E| info: installing component 'clippy'
24792024-12-19T21:50:25.063Z[ host-package] Compiling arrayref v0.3.9
24802024-12-19T21:50:25.125Z[ host-package] Compiling keccak v0.1.5
24812024-12-19T21:50:25.244Z[ host-package] Compiling spin v0.5.2
24822024-12-19T21:50:25.423Z[ helios-setup] Dec 19 21:50:23.023 INFO E| info: installing component 'rust-docs'
24832024-12-19T21:50:25.782Z[ host-package] Compiling constant_time_eq v0.3.1
24842024-12-19T21:50:26.156Z[ host-package] Compiling sha3 v0.10.8
24852024-12-19T21:50:26.279Z[ host-package] Compiling tar v0.4.42
24862024-12-19T21:50:27.190Z[ host-package] Compiling camino-tempfile v1.1.1
24872024-12-19T21:50:27.422Z[ host-package] Compiling toolchain_find v0.4.0
24882024-12-19T21:50:27.740Z[ host-package] Compiling const_format_proc_macros v0.2.33
24892024-12-19T21:50:28.152Z[ host-package] Compiling topological-sort v0.2.2
24902024-12-19T21:50:28.343Z[ host-package] Compiling maplit v1.0.2
24912024-12-19T21:50:28.391Z[ host-package] Compiling crunchy v0.2.2
24922024-12-19T21:50:28.485Z[ host-package] Compiling rustfmt-wrapper v0.2.1
24932024-12-19T21:50:28.547Z[ host-package] Compiling tiny-keccak v2.0.2
24942024-12-19T21:50:29.157Z[ host-package] Compiling omicron-zone-package v0.11.1
24952024-12-19T21:50:29.386Z[ host-package] Compiling dsl_auto_type v0.1.2
24962024-12-19T21:50:29.431Z[ host-package] Compiling phf_generator v0.11.2
24972024-12-19T21:50:29.776Z[ host-package] Compiling scheduled-thread-pool v0.2.7
24982024-12-19T21:50:29.872Z[ host-package] Compiling const_format v0.2.33
24992024-12-19T21:50:30.247Z[ helios-setup] Dec 19 21:50:27.827 INFO E| info: installing component 'rust-src'
25002024-12-19T21:50:30.318Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25012024-12-19T21:50:30.505Z[ host-package] Compiling secrecy v0.8.0
25022024-12-19T21:50:30.862Z[ helios-setup] Dec 19 21:50:28.439 INFO E| info: installing component 'rust-std'
25032024-12-19T21:50:30.931Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
25042024-12-19T21:50:30.990Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
25052024-12-19T21:50:31.033Z[ host-package] Compiling arc-swap v1.7.1
25062024-12-19T21:50:31.203Z[ host-package] Compiling r2d2 v0.8.10
25072024-12-19T21:50:31.323Z[ host-package] Compiling phf_codegen v0.11.2
25082024-12-19T21:50:31.386Z[ host-package] Compiling diesel_derives v2.2.3
25092024-12-19T21:50:31.593Z[ host-package] Compiling slog-scope v4.4.0
25102024-12-19T21:50:31.718Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
25112024-12-19T21:50:31.750Z[ host-package] Compiling ascii-canvas v3.0.0
25122024-12-19T21:50:32.159Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
25132024-12-19T21:50:32.349Z[ host-package] Compiling universal-hash v0.5.1
25142024-12-19T21:50:32.580Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
25152024-12-19T21:50:32.660Z[ host-package] Compiling parse-zoneinfo v0.3.1
25162024-12-19T21:50:33.152Z[ helios-setup] Dec 19 21:50:30.719 INFO E| info: installing component 'rustc'
25172024-12-19T21:50:34.447Z[ host-package] Compiling ena v0.14.3
25182024-12-19T21:50:35.025Z[ host-package] Compiling opaque-debug v0.3.1
25192024-12-19T21:50:35.111Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
25202024-12-19T21:50:35.155Z[ host-package] Compiling regex-syntax v0.6.29
25212024-12-19T21:50:35.743Z[ host-package] Compiling diff v0.1.13
25222024-12-19T21:50:36.488Z[ host-package] Compiling thiserror-no-std v2.0.2
25232024-12-19T21:50:36.675Z[ host-package] Compiling poly1305 v0.8.0
25242024-12-19T21:50:38.380Z[ host-package] Compiling chrono-tz-build v0.4.0
25252024-12-19T21:50:39.321Z[ helios-setup] Dec 19 21:50:36.862 INFO E| info: installing component 'rustfmt'
25262024-12-19T21:50:39.953Z[ host-package] Compiling lalrpop v0.19.12
25272024-12-19T21:50:40.108Z[ helios-setup] Dec 19 21:50:37.645 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
25282024-12-19T21:50:40.948Z[ helios-setup] Dec 19 21:50:38.482 INFO E| From https://github.com/oxidecomputer/amd-apcb
25292024-12-19T21:50:40.949Z[ helios-setup] Dec 19 21:50:38.482 INFO E| * [new ref] fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 -> refs/commit/fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9
25302024-12-19T21:50:40.949Z[ helios-setup] Dec 19 21:50:38.482 INFO E| * [new tag] v0.4.3 -> v0.4.3
25312024-12-19T21:50:40.979Z[ helios-setup] Dec 19 21:50:38.513 INFO E| * [new tag] v0.1.3 -> v0.1.3
25322024-12-19T21:50:40.979Z[ helios-setup] Dec 19 21:50:38.513 INFO E| * [new tag] v0.1.4 -> v0.1.4
25332024-12-19T21:50:40.979Z[ helios-setup] Dec 19 21:50:38.513 INFO E| * [new tag] v0.1.5 -> v0.1.5
25342024-12-19T21:50:40.986Z[ helios-setup] Dec 19 21:50:38.513 INFO E| * [new tag] v0.2.0 -> v0.2.0
25352024-12-19T21:50:40.986Z[ helios-setup] Dec 19 21:50:38.514 INFO E| * [new tag] v0.3.0 -> v0.3.0
25362024-12-19T21:50:40.986Z[ helios-setup] Dec 19 21:50:38.514 INFO E| * [new tag] v0.3.1 -> v0.3.1
25372024-12-19T21:50:40.986Z[ helios-setup] Dec 19 21:50:38.514 INFO E| * [new tag] v0.3.2 -> v0.3.2
25382024-12-19T21:50:40.986Z[ helios-setup] Dec 19 21:50:38.514 INFO E| * [new tag] v0.3.3 -> v0.3.3
25392024-12-19T21:50:40.986Z[ helios-setup] Dec 19 21:50:38.514 INFO E| * [new tag] v0.4.0 -> v0.4.0
25402024-12-19T21:50:40.986Z[ helios-setup] Dec 19 21:50:38.514 INFO E| * [new tag] v0.4.1 -> v0.4.1
25412024-12-19T21:50:40.986Z[ helios-setup] Dec 19 21:50:38.514 INFO E| * [new tag] v0.4.2 -> v0.4.2
25422024-12-19T21:50:41.033Z[ helios-setup] Dec 19 21:50:38.566 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
25432024-12-19T21:50:41.148Z[ host-package] Compiling slog-stdlog v4.1.1
25442024-12-19T21:50:41.950Z[ helios-setup] Dec 19 21:50:39.480 INFO E| From https://github.com/oxidecomputer/amd-efs
25452024-12-19T21:50:41.950Z[ helios-setup] Dec 19 21:50:39.480 INFO E| * [new branch] empty -> origin/empty
25462024-12-19T21:50:41.950Z[ helios-setup] Dec 19 21:50:39.480 INFO E| * [new branch] issue-99 -> origin/issue-99
25472024-12-19T21:50:41.953Z[ helios-setup] Dec 19 21:50:39.480 INFO E| * [new branch] main -> origin/main
25482024-12-19T21:50:41.953Z[ helios-setup] Dec 19 21:50:39.480 INFO E| * [new branch] review -> origin/review
25492024-12-19T21:50:41.953Z[ helios-setup] Dec 19 21:50:39.481 INFO E| * [new ref] -> origin/HEAD
25502024-12-19T21:50:41.954Z[ helios-setup] Dec 19 21:50:39.481 INFO E| * [new tag] v0.2.0 -> v0.2.0
25512024-12-19T21:50:41.954Z[ helios-setup] Dec 19 21:50:39.481 INFO E| * [new tag] v0.2.1 -> v0.2.1
25522024-12-19T21:50:41.954Z[ helios-setup] Dec 19 21:50:39.481 INFO E| * [new tag] v0.2.2 -> v0.2.2
25532024-12-19T21:50:41.954Z[ helios-setup] Dec 19 21:50:39.481 INFO E| * [new tag] v0.2.3 -> v0.2.3
25542024-12-19T21:50:41.954Z[ helios-setup] Dec 19 21:50:39.481 INFO E| * [new tag] v0.2.4 -> v0.2.4
25552024-12-19T21:50:41.954Z[ helios-setup] Dec 19 21:50:39.481 INFO E| * [new tag] v0.2.5 -> v0.2.5
25562024-12-19T21:50:41.954Z[ helios-setup] Dec 19 21:50:39.482 INFO E| * [new tag] v0.2.6 -> v0.2.6
25572024-12-19T21:50:41.954Z[ helios-setup] Dec 19 21:50:39.482 INFO E| * [new tag] v0.2.7 -> v0.2.7
25582024-12-19T21:50:41.954Z[ helios-setup] Dec 19 21:50:39.482 INFO E| * [new tag] v0.3.0 -> v0.3.0
25592024-12-19T21:50:41.954Z[ helios-setup] Dec 19 21:50:39.482 INFO E| * [new tag] v0.3.1 -> v0.3.1
25602024-12-19T21:50:41.954Z[ helios-setup] Dec 19 21:50:39.482 INFO E| * [new tag] v0.4.0 -> v0.4.0
25612024-12-19T21:50:41.954Z[ helios-setup] Dec 19 21:50:39.482 INFO E| * [new tag] v0.4.1 -> v0.4.1
25622024-12-19T21:50:41.954Z[ helios-setup] Dec 19 21:50:39.482 INFO E| * [new tag] v0.4.2 -> v0.4.2
25632024-12-19T21:50:41.954Z[ helios-setup] Dec 19 21:50:39.482 INFO E| * [new tag] v0.4.3 -> v0.4.3
25642024-12-19T21:50:41.977Z[ helios-setup] Dec 19 21:50:39.507 INFO E| Updating crates.io index
25652024-12-19T21:50:42.273Z[ helios-setup] Dec 19 21:50:39.802 INFO E| Downloading crates ...
25662024-12-19T21:50:42.407Z[ helios-setup] Dec 19 21:50:39.935 INFO E| Downloaded serde_derive v1.0.210
25672024-12-19T21:50:42.415Z[ helios-setup] Dec 19 21:50:39.943 INFO E| Downloaded unic-common v0.9.0
25682024-12-19T21:50:42.417Z[ helios-setup] Dec 19 21:50:39.945 INFO E| Downloaded bytesize v1.3.0
25692024-12-19T21:50:42.420Z[ helios-setup] Dec 19 21:50:39.946 INFO E| Downloaded ansi_term v0.12.1
25702024-12-19T21:50:42.422Z[ helios-setup] Dec 19 21:50:39.950 INFO E| Downloaded unic-ucd-version v0.9.0
25712024-12-19T21:50:42.425Z[ helios-setup] Dec 19 21:50:39.952 INFO E| Downloaded unic-char-property v0.9.0
25722024-12-19T21:50:42.427Z[ helios-setup] Dec 19 21:50:39.954 INFO E| Downloaded fletcher v0.1.0
25732024-12-19T21:50:42.431Z[ helios-setup] Dec 19 21:50:39.956 INFO E| Downloaded vec_map v0.8.2
25742024-12-19T21:50:42.431Z[ helios-setup] Dec 19 21:50:39.957 INFO E| Downloaded strum v0.23.0
25752024-12-19T21:50:42.431Z[ helios-setup] Dec 19 21:50:39.958 INFO E| Downloaded unic-char-range v0.9.0
25762024-12-19T21:50:42.434Z[ helios-setup] Dec 19 21:50:39.960 INFO E| Downloaded modular-bitfield-impl v0.11.2
25772024-12-19T21:50:42.452Z[ helios-setup] Dec 19 21:50:39.980 INFO E| Downloaded unic-ucd-ident v0.9.0
25782024-12-19T21:50:42.454Z[ helios-setup] Dec 19 21:50:39.983 INFO E| Downloaded thiserror-impl v1.0.64
25792024-12-19T21:50:42.457Z[ helios-setup] Dec 19 21:50:39.984 INFO E| Downloaded thiserror v1.0.64
25802024-12-19T21:50:42.465Z[ helios-setup] Dec 19 21:50:39.993 INFO E| Downloaded strsim v0.8.0
25812024-12-19T21:50:42.468Z[ helios-setup] Dec 19 21:50:39.996 INFO E| Downloaded pre v0.2.1
25822024-12-19T21:50:42.470Z[ helios-setup] Dec 19 21:50:39.997 INFO E| Downloaded pest_meta v2.7.13
25832024-12-19T21:50:42.473Z[ helios-setup] Dec 19 21:50:40.000 INFO E| Downloaded once_cell v1.20.1
25842024-12-19T21:50:42.477Z[ helios-setup] Dec 19 21:50:40.005 INFO E| Downloaded toml v0.5.11
25852024-12-19T21:50:42.481Z[ helios-setup] Dec 19 21:50:40.009 INFO E| Downloaded structopt v0.3.26
25862024-12-19T21:50:42.494Z[ helios-setup] Dec 19 21:50:40.022 INFO E| Downloaded serde v1.0.210
25872024-12-19T21:50:42.499Z[ helios-setup] Dec 19 21:50:40.027 INFO E| Downloaded proc-macro2 v1.0.86
25882024-12-19T21:50:42.504Z[ helios-setup] Dec 19 21:50:40.032 INFO E| Downloaded pest v2.7.13
25892024-12-19T21:50:42.512Z[ helios-setup] Dec 19 21:50:40.040 INFO E| Downloaded goblin v0.4.3
25902024-12-19T21:50:42.522Z[ helios-setup] Dec 19 21:50:40.049 INFO E| Downloaded serde_json v1.0.128
25912024-12-19T21:50:42.535Z[ helios-setup] Dec 19 21:50:40.063 INFO E| Downloaded syn v2.0.79
25922024-12-19T21:50:42.553Z[ helios-setup] Dec 19 21:50:40.081 INFO E| Downloaded clap v2.34.0
25932024-12-19T21:50:42.570Z[ helios-setup] Dec 19 21:50:40.097 INFO E| Downloaded libc v0.2.159
25942024-12-19T21:50:42.611Z[ helios-setup] Dec 19 21:50:40.138 INFO E| Downloaded pre-proc-macro v0.2.1
25952024-12-19T21:50:42.614Z[ helios-setup] Dec 19 21:50:40.141 INFO E| Downloaded modular-bitfield v0.11.2
25962024-12-19T21:50:42.630Z[ helios-setup] Dec 19 21:50:40.157 INFO E| Downloaded scroll v0.10.2
25972024-12-19T21:50:42.633Z[ helios-setup] Dec 19 21:50:40.160 INFO E| Downloaded pest_derive v2.7.13
25982024-12-19T21:50:42.636Z[ helios-setup] Dec 19 21:50:40.164 INFO E| Downloaded textwrap v0.11.0
25992024-12-19T21:50:42.639Z[ helios-setup] Dec 19 21:50:40.166 INFO E| Downloaded strum_macros v0.23.1
26002024-12-19T21:50:42.641Z[ helios-setup] Dec 19 21:50:40.168 INFO E| Downloaded structopt-derive v0.4.18
26012024-12-19T21:50:42.643Z[ helios-setup] Dec 19 21:50:40.170 INFO E| Downloaded semver-parser v0.7.0
26022024-12-19T21:50:42.645Z[ helios-setup] Dec 19 21:50:40.172 INFO E| Downloaded semver v0.9.0
26032024-12-19T21:50:42.648Z[ helios-setup] Dec 19 21:50:40.174 INFO E| Downloaded rustc_version v0.2.3
26042024-12-19T21:50:42.648Z[ helios-setup] Dec 19 21:50:40.175 INFO E| Downloaded proc-macro-crate v0.1.5
26052024-12-19T21:50:42.650Z[ helios-setup] Dec 19 21:50:40.176 INFO E| Downloaded pest_generator v2.7.13
26062024-12-19T21:50:42.652Z[ helios-setup] Dec 19 21:50:40.178 INFO E| Downloaded four-cc v0.3.0
26072024-12-19T21:50:42.654Z[ helios-setup] Dec 19 21:50:40.180 INFO E| Downloaded cfg-if v0.1.10
26082024-12-19T21:50:42.654Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26092024-12-19T21:50:42.654Z[ helios-setup] Dec 19 21:50:40.181 INFO E| Downloaded scroll_derive v0.10.5
26102024-12-19T21:50:42.656Z[ helios-setup] Dec 19 21:50:40.182 INFO E| Downloaded parse_int v0.6.0
26112024-12-19T21:50:42.656Z[ helios-setup] Dec 19 21:50:40.183 INFO E| Downloaded memoffset v0.5.6
26122024-12-19T21:50:42.752Z[ helios-setup] Dec 19 21:50:40.279 INFO E| Compiling proc-macro2 v1.0.86
26132024-12-19T21:50:42.755Z[ helios-setup] Dec 19 21:50:40.279 INFO E| Compiling unicode-ident v1.0.13
26142024-12-19T21:50:42.755Z[ helios-setup] Dec 19 21:50:40.279 INFO E| Compiling syn v1.0.109
26152024-12-19T21:50:42.755Z[ helios-setup] Dec 19 21:50:40.279 INFO E| Compiling version_check v0.9.5
26162024-12-19T21:50:42.755Z[ helios-setup] Dec 19 21:50:40.279 INFO E| Compiling memchr v2.7.4
26172024-12-19T21:50:42.755Z[ helios-setup] Dec 19 21:50:40.279 INFO E| Compiling autocfg v1.4.0
26182024-12-19T21:50:42.755Z[ helios-setup] Dec 19 21:50:40.279 INFO E| Compiling thiserror v1.0.64
26192024-12-19T21:50:42.755Z[ helios-setup] Dec 19 21:50:40.279 INFO E| Compiling semver-parser v0.7.0
26202024-12-19T21:50:43.934Z[ helios-setup] Dec 19 21:50:41.456 INFO E| Compiling serde v1.0.210
26212024-12-19T21:50:44.423Z[ helios-setup] Dec 19 21:50:41.941 INFO E| Compiling semver v0.9.0
26222024-12-19T21:50:44.588Z[ host-package] Compiling diesel v2.2.6
26232024-12-19T21:50:44.845Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26242024-12-19T21:50:44.937Z[ helios-setup] Dec 19 21:50:42.453 INFO E| Compiling serde_json v1.0.128
26252024-12-19T21:50:45.038Z[ helios-setup] Dec 19 21:50:42.555 INFO E| Compiling proc-macro-error-attr v1.0.4
26262024-12-19T21:50:45.093Z[ helios-setup] Dec 19 21:50:42.610 INFO E| Compiling rustc_version v0.2.3
26272024-12-19T21:50:45.210Z[ helios-setup] Dec 19 21:50:42.726 INFO E| Compiling proc-macro-error v1.0.4
26282024-12-19T21:50:45.593Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26292024-12-19T21:50:45.606Z[ helios-setup] Dec 19 21:50:43.119 INFO E| Compiling num-traits v0.2.19
26302024-12-19T21:50:45.706Z[ helios-setup] Dec 19 21:50:43.220 INFO E| Compiling itoa v1.0.11
26312024-12-19T21:50:45.791Z[ helios-setup] Dec 19 21:50:43.304 INFO E| Compiling unicode-segmentation v1.12.0
26322024-12-19T21:50:45.851Z[ helios-setup] Dec 19 21:50:43.364 INFO E| Compiling ryu v1.0.18
26332024-12-19T21:50:45.917Z[ helios-setup] Dec 19 21:50:43.430 INFO E| Compiling schemars v0.8.21
26342024-12-19T21:50:46.087Z[ helios-setup] Dec 19 21:50:43.599 INFO E| Compiling pre-proc-macro v0.2.1
26352024-12-19T21:50:46.293Z[ host-package] Compiling chacha20 v0.9.1
26362024-12-19T21:50:46.459Z[ helios-setup] Dec 19 21:50:43.970 INFO E| Compiling memoffset v0.5.6
26372024-12-19T21:50:46.655Z[ helios-setup] Dec 19 21:50:44.166 INFO E| Compiling quote v1.0.37
26382024-12-19T21:50:46.899Z[ helios-setup] Dec 19 21:50:44.408 INFO E| Compiling dyn-clone v1.0.17
26392024-12-19T21:50:46.976Z[ helios-setup] Dec 19 21:50:44.485 INFO E| Compiling ucd-trie v0.1.7
26402024-12-19T21:50:47.151Z[ helios-setup] Dec 19 21:50:44.659 INFO E| Compiling lazy_static v1.5.0
26412024-12-19T21:50:47.294Z[ host-package] Compiling aead v0.5.2
26422024-12-19T21:50:47.395Z[ helios-setup] Dec 19 21:50:44.902 INFO E| Compiling syn v2.0.79
26432024-12-19T21:50:47.564Z[ helios-setup] Dec 19 21:50:45.070 INFO E| Compiling heck v0.3.3
26442024-12-19T21:50:47.768Z[ helios-setup] Dec 19 21:50:45.273 INFO E| Compiling paste v1.0.15
26452024-12-19T21:50:47.911Z[ helios-setup] Dec 19 21:50:45.415 INFO E| Compiling rustversion v1.0.17
26462024-12-19T21:50:47.926Z[ host-package] Compiling vte_generate_state_changes v0.1.2
26472024-12-19T21:50:48.269Z[ helios-setup] Dec 19 21:50:45.772 INFO E| Compiling libc v0.2.159
26482024-12-19T21:50:48.728Z[ helios-setup] Dec 19 21:50:46.229 INFO E| Compiling pre v0.2.1
26492024-12-19T21:50:49.548Z[ helios-setup] Dec 19 21:50:47.045 INFO E| Compiling cfg-if v0.1.10
26502024-12-19T21:50:49.629Z[ host-package] Compiling ref-cast v1.0.23
26512024-12-19T21:50:49.643Z[ helios-setup] Dec 19 21:50:47.140 INFO E| Compiling static_assertions v1.1.0
26522024-12-19T21:50:49.678Z[ helios-setup] Dec 19 21:50:47.175 INFO E| Compiling byteorder v1.5.0
26532024-12-19T21:50:49.723Z[ helios-setup] Dec 19 21:50:47.219 INFO E| Compiling once_cell v1.20.1
26542024-12-19T21:50:50.703Z[ helios-setup] Dec 19 21:50:48.196 INFO E| Compiling unicode-width v0.1.14
26552024-12-19T21:50:51.298Z[ helios-setup] Dec 19 21:50:48.788 INFO E| Compiling atty v0.2.14
26562024-12-19T21:50:51.449Z[ host-package] Compiling vte v0.11.1
26572024-12-19T21:50:51.592Z[ helios-setup] Dec 19 21:50:49.081 INFO E| Compiling textwrap v0.11.0
26582024-12-19T21:50:51.671Z[ helios-setup] Dec 19 21:50:49.160 INFO E| Compiling vec_map v0.8.2
26592024-12-19T21:50:52.535Z[ helios-setup] Dec 19 21:50:50.021 INFO E| Compiling parse_int v0.6.0
26602024-12-19T21:50:52.681Z[ helios-setup] Dec 19 21:50:50.165 INFO E| Compiling unic-common v0.9.0
26612024-12-19T21:50:52.910Z[ helios-setup] Dec 19 21:50:50.393 INFO E| Compiling strsim v0.8.0
26622024-12-19T21:50:52.930Z[ helios-setup] Dec 19 21:50:50.414 INFO E| Compiling strum v0.23.0
26632024-12-19T21:50:52.944Z[ helios-setup] Dec 19 21:50:50.427 INFO E| Compiling fletcher v0.1.0
26642024-12-19T21:50:52.962Z[ helios-setup] Dec 19 21:50:50.446 INFO E| Compiling unic-char-range v0.9.0
26652024-12-19T21:50:53.186Z[ helios-setup] Dec 19 21:50:50.668 INFO E| Compiling bitflags v1.3.2
26662024-12-19T21:50:53.270Z[ helios-setup] Dec 19 21:50:50.752 INFO E| Compiling ansi_term v0.12.1
26672024-12-19T21:50:53.286Z[ helios-setup] Dec 19 21:50:50.768 INFO E| Compiling unic-char-property v0.9.0
26682024-12-19T21:50:53.378Z[ helios-setup] Dec 19 21:50:50.859 INFO E| Compiling unic-ucd-version v0.9.0
26692024-12-19T21:50:53.472Z[ helios-setup] Dec 19 21:50:50.953 INFO E| Compiling plain v0.2.3
26702024-12-19T21:50:53.472Z[ helios-setup] Dec 19 21:50:50.953 INFO E| Compiling log v0.4.22
26712024-12-19T21:50:53.536Z[ helios-setup] Dec 19 21:50:51.017 INFO E| Compiling unic-ucd-ident v0.9.0
26722024-12-19T21:50:53.687Z[ helios-setup] Dec 19 21:50:51.168 INFO E| Compiling bytesize v1.3.0
26732024-12-19T21:50:54.276Z[ helios-setup] Dec 19 21:50:51.754 INFO E| Compiling clap v2.34.0
26742024-12-19T21:50:54.720Z[ host-package] Compiling chacha20poly1305 v0.10.1
26752024-12-19T21:50:55.152Z[ host-package] Compiling slog-envlogger v2.2.0
26762024-12-19T21:50:55.449Z[ host-package] Compiling chrono-tz v0.10.0
26772024-12-19T21:50:55.973Z[ helios-setup] Dec 19 21:50:53.443 INFO E| Compiling serde_derive_internals v0.29.1
26782024-12-19T21:50:56.592Z[ host-package] Compiling vsss-rs v3.3.4
26792024-12-19T21:50:58.267Z[ helios-setup] Dec 19 21:50:55.728 INFO E| Compiling toml v0.5.11
26802024-12-19T21:50:59.121Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26812024-12-19T21:50:59.551Z[ host-package] Compiling derive_builder_core v0.20.2
26822024-12-19T21:51:01.335Z[ helios-setup] Dec 19 21:50:58.781 INFO E| Compiling proc-macro-crate v0.1.5
26832024-12-19T21:51:01.349Z[ helios-setup] Dec 19 21:50:58.797 INFO E| Compiling thiserror-impl v1.0.64
26842024-12-19T21:51:01.507Z[ helios-setup] Dec 19 21:50:58.954 INFO E| Compiling serde_derive v1.0.210
26852024-12-19T21:51:02.342Z[ helios-setup] Dec 19 21:50:59.786 INFO E| Compiling schemars_derive v0.8.21
26862024-12-19T21:51:02.779Z[ helios-setup] Dec 19 21:51:00.221 INFO E| Compiling zerocopy-derive v0.6.6
26872024-12-19T21:51:03.271Z[ host-package] Compiling headers-core v0.3.0
26882024-12-19T21:51:03.688Z[ host-package] Compiling fxhash v0.2.1
26892024-12-19T21:51:04.032Z[ helios-setup] Dec 19 21:51:01.468 INFO E| Compiling num-derive v0.4.2
26902024-12-19T21:51:04.199Z[ host-package] Compiling libxml v0.3.3
26912024-12-19T21:51:05.160Z[ host-package] Compiling ref-cast-impl v1.0.23
26922024-12-19T21:51:05.178Z[ host-package] Compiling bytecount v0.6.8
26932024-12-19T21:51:05.920Z[ host-package] Compiling papergrid v0.11.0
26942024-12-19T21:51:06.083Z[ helios-setup] Dec 19 21:51:03.511 INFO E| Compiling zerocopy v0.6.6
26952024-12-19T21:51:06.416Z[ helios-setup] Dec 19 21:51:03.842 INFO E| Compiling pest v2.7.13
26962024-12-19T21:51:09.727Z[ helios-setup] Dec 19 21:51:07.139 INFO E| Compiling modular-bitfield-impl v0.11.2
26972024-12-19T21:51:10.325Z[ helios-setup] Dec 19 21:51:07.734 INFO E| Compiling pest_meta v2.7.13
26982024-12-19T21:51:10.418Z[ helios-setup] Dec 19 21:51:07.827 INFO E| Compiling scroll_derive v0.10.5
26992024-12-19T21:51:11.510Z[ helios-setup] Dec 19 21:51:08.912 INFO E| Compiling strum_macros v0.23.1
27002024-12-19T21:51:11.570Z[ helios-setup] Dec 19 21:51:08.974 INFO E| Compiling structopt-derive v0.4.18
27012024-12-19T21:51:13.183Z[ helios-setup] Dec 19 21:51:10.581 INFO E| Compiling pest_generator v2.7.13
27022024-12-19T21:51:13.758Z[ helios-setup] Dec 19 21:51:11.154 INFO E| Compiling scroll v0.10.2
27032024-12-19T21:51:14.700Z[ helios-setup] Dec 19 21:51:12.091 INFO E| Compiling modular-bitfield v0.11.2
27042024-12-19T21:51:15.248Z[ helios-setup] Dec 19 21:51:12.637 INFO E| Compiling goblin v0.4.3
27052024-12-19T21:51:17.357Z[ helios-setup] Dec 19 21:51:14.737 INFO E| Compiling structopt v0.3.26
27062024-12-19T21:51:18.812Z[ helios-setup] Dec 19 21:51:16.186 INFO E| Compiling pest_derive v2.7.13
27072024-12-19T21:51:24.410Z[ helios-setup] Dec 19 21:51:21.761 INFO E| Compiling json5 v0.4.1
27082024-12-19T21:51:25.049Z[ host-package] Compiling polar-core v0.27.3
27092024-12-19T21:51:27.522Z[ host-package] Compiling headers v0.4.0
27102024-12-19T21:51:28.700Z[ host-package] Compiling derive_builder_macro v0.20.2
27112024-12-19T21:51:30.601Z[ helios-setup] Dec 19 21:51:27.925 INFO E| Compiling four-cc v0.3.0
27122024-12-19T21:51:30.601Z[ helios-setup] Dec 19 21:51:27.925 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0)
27132024-12-19T21:51:30.791Z[ helios-setup] Dec 19 21:51:28.114 INFO E| Compiling amd-apcb v0.4.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.3#fc35d39d)
27142024-12-19T21:51:31.280Z[ host-package] Compiling strip-ansi-escapes v0.2.0
27152024-12-19T21:51:31.755Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27162024-12-19T21:51:32.250Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27172024-12-19T21:51:32.409Z[ host-package] Compiling tabled_derive v0.7.0
27182024-12-19T21:51:32.811Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27192024-12-19T21:51:35.345Z[ host-package] Compiling itertools v0.12.1
27202024-12-19T21:51:35.949Z[ host-package] Compiling fd-lock v4.0.2
27212024-12-19T21:51:36.251Z[ host-package] Compiling peg-macros v0.8.4
27222024-12-19T21:51:38.937Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27232024-12-19T21:51:39.999Z[ host-package] Compiling strum_macros v0.24.3
27242024-12-19T21:51:40.066Z[ host-package] Compiling kstat-rs v0.2.4
27252024-12-19T21:51:40.338Z[ host-package] Compiling samael v0.0.17
27262024-12-19T21:51:41.163Z[ host-package] Compiling unicase v2.7.0
27272024-12-19T21:51:41.340Z[ host-package] Compiling indoc v1.0.9
27282024-12-19T21:51:41.511Z[ host-package] Compiling nu-ansi-term v0.50.1
27292024-12-19T21:51:42.269Z[ host-package] Compiling reedline v0.35.0
27302024-12-19T21:51:43.014Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27312024-12-19T21:51:44.900Z[ host-package] Compiling peg v0.8.4
27322024-12-19T21:51:45.149Z[ host-package] Compiling tabled v0.15.0
27332024-12-19T21:51:52.036Z[ host-package] Compiling derive_builder v0.20.2
27342024-12-19T21:51:52.283Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27352024-12-19T21:52:02.800Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27362024-12-19T21:52:06.005Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
27372024-12-19T21:52:07.745Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27382024-12-19T21:52:08.117Z[ host-package] Compiling bcs v0.1.6
27392024-12-19T21:52:08.290Z[ host-package] Compiling oso-derive v0.27.3
27402024-12-19T21:52:08.772Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
27412024-12-19T21:52:09.172Z[ host-package] Compiling libz-sys v1.1.20
27422024-12-19T21:52:09.416Z[ host-package] Compiling quick-xml v0.33.0
27432024-12-19T21:52:10.073Z[ host-package] Compiling diesel-dtrace v0.4.2
27442024-12-19T21:52:10.463Z[ host-package] Compiling parking_lot_core v0.8.6
27452024-12-19T21:52:13.743Z[ helios-setup] Dec 19 21:52:12.315 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
27462024-12-19T21:52:16.559Z[ host-package] Compiling oso v0.27.3
27472024-12-19T21:52:18.318Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27482024-12-19T21:52:20.343Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27492024-12-19T21:52:26.778Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27502024-12-19T21:52:28.618Z[ helios-setup] Dec 19 21:52:27.697 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
27512024-12-19T21:52:30.306Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27522024-12-19T21:52:30.671Z[ host-package] Compiling bb8 v0.8.5
27532024-12-19T21:52:31.454Z[ host-package] Compiling async-bb8-diesel v0.2.1
27542024-12-19T21:52:34.365Z[ host-package] Compiling nibble_vec v0.1.0
27552024-12-19T21:52:34.665Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
27562024-12-19T21:52:35.579Z[ host-package] Compiling atty v0.2.14
27572024-12-19T21:52:35.768Z[ host-package] Compiling endian-type v0.1.2
27582024-12-19T21:52:36.083Z[ host-package] Compiling salty v0.3.0
27592024-12-19T21:52:36.152Z[ host-package] Compiling radix_trie v0.2.1
27602024-12-19T21:52:37.674Z[ host-package] Compiling parking_lot v0.11.2
27612024-12-19T21:52:40.193Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27622024-12-19T21:52:47.695Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
27632024-12-19T21:52:53.476Z[ host-package] Compiling sled v0.34.7
27642024-12-19T21:53:05.154Z[ host-package] Compiling mime_guess v2.0.5
27652024-12-19T21:53:06.470Z[ host-package] Compiling hickory-client v0.24.1
27662024-12-19T21:53:08.578Z[ helios-setup] Dec 19 21:53:07.487 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 28s
27672024-12-19T21:53:08.614Z[ helios-setup] Dec 19 21:53:07.523 INFO building project "amd-host-image-builder" ok (175 seconds)
27682024-12-19T21:53:08.616Z[ helios-setup] Dec 19 21:53:07.524 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
27692024-12-19T21:53:08.616Z[ helios-setup] Dec 19 21:53:07.524 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
27702024-12-19T21:53:08.922Z[ helios-setup] Dec 19 21:53:07.830 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
27712024-12-19T21:53:09.931Z[ helios-setup] Dec 19 21:53:08.835 INFO E| From https://github.com/oxidecomputer/progenitor
27722024-12-19T21:53:09.931Z[ helios-setup] Dec 19 21:53:08.836 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
27732024-12-19T21:53:09.967Z[ helios-setup] Dec 19 21:53:08.871 INFO E| * [new tag] v0.1.1 -> v0.1.1
27742024-12-19T21:53:09.967Z[ helios-setup] Dec 19 21:53:08.871 INFO E| * [new tag] v0.2.0 -> v0.2.0
27752024-12-19T21:53:10.077Z[ helios-setup] Dec 19 21:53:08.980 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
27762024-12-19T21:53:10.534Z[ helios-setup] Dec 19 21:53:09.434 INFO E| From https://github.com/jclulow/hiercmd
27772024-12-19T21:53:10.534Z[ helios-setup] Dec 19 21:53:09.434 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
27782024-12-19T21:53:10.550Z[ helios-setup] Dec 19 21:53:09.452 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
27792024-12-19T21:53:11.055Z[ helios-setup] Dec 19 21:53:09.955 INFO E| From https://github.com/jclulow/network-interface
27802024-12-19T21:53:11.056Z[ helios-setup] Dec 19 21:53:09.955 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
27812024-12-19T21:53:11.097Z[ helios-setup] Dec 19 21:53:09.996 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
27822024-12-19T21:53:11.567Z[ helios-setup] Dec 19 21:53:10.464 INFO E| From https://github.com/oxidecomputer/boot-image-tools
27832024-12-19T21:53:11.567Z[ helios-setup] Dec 19 21:53:10.464 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
27842024-12-19T21:53:11.601Z[ helios-setup] Dec 19 21:53:10.498 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
27852024-12-19T21:53:12.416Z[ helios-setup] Dec 19 21:53:11.310 INFO E| From https://github.com/oxidecomputer/facade
27862024-12-19T21:53:12.416Z[ helios-setup] Dec 19 21:53:11.310 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
27872024-12-19T21:53:12.462Z[ helios-setup] Dec 19 21:53:11.355 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
27882024-12-19T21:53:13.287Z[ helios-setup] Dec 19 21:53:12.177 INFO E| From https://github.com/oxidecomputer/dropshot
27892024-12-19T21:53:13.287Z[ helios-setup] Dec 19 21:53:12.177 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
27902024-12-19T21:53:13.322Z[ helios-setup] Dec 19 21:53:12.212 INFO E| * [new tag] v0.3.0 -> v0.3.0
27912024-12-19T21:53:13.323Z[ helios-setup] Dec 19 21:53:12.212 INFO E| * [new tag] v0.4.0 -> v0.4.0
27922024-12-19T21:53:13.323Z[ helios-setup] Dec 19 21:53:12.212 INFO E| * [new tag] v0.5.0 -> v0.5.0
27932024-12-19T21:53:13.325Z[ helios-setup] Dec 19 21:53:12.212 INFO E| * [new tag] v0.5.1 -> v0.5.1
27942024-12-19T21:53:13.325Z[ helios-setup] Dec 19 21:53:12.213 INFO E| * [new tag] v0.6.0 -> v0.6.0
27952024-12-19T21:53:13.325Z[ helios-setup] Dec 19 21:53:12.213 INFO E| * [new tag] v0.7.0 -> v0.7.0
27962024-12-19T21:53:13.325Z[ helios-setup] Dec 19 21:53:12.213 INFO E| * [new tag] v0.8.0 -> v0.8.0
27972024-12-19T21:53:13.325Z[ helios-setup] Dec 19 21:53:12.213 INFO E| * [new tag] v0.9.0 -> v0.9.0
27982024-12-19T21:53:13.367Z[ helios-setup] Dec 19 21:53:12.257 INFO E| Updating crates.io index
27992024-12-19T21:53:13.489Z[ helios-setup] Dec 19 21:53:12.378 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
28002024-12-19T21:53:13.556Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28012024-12-19T21:53:14.184Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28022024-12-19T21:53:14.336Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28032024-12-19T21:53:14.427Z[ helios-setup] Dec 19 21:53:13.312 INFO E| From https://github.com/oxidecomputer/typify
28042024-12-19T21:53:14.427Z[ helios-setup] Dec 19 21:53:13.312 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
28052024-12-19T21:53:14.460Z[ helios-setup] Dec 19 21:53:13.345 INFO E| * [new tag] v0.0.10 -> v0.0.10
28062024-12-19T21:53:14.460Z[ helios-setup] Dec 19 21:53:13.345 INFO E| * [new tag] v0.0.11 -> v0.0.11
28072024-12-19T21:53:14.463Z[ helios-setup] Dec 19 21:53:13.345 INFO E| * [new tag] v0.0.4 -> v0.0.4
28082024-12-19T21:53:14.463Z[ helios-setup] Dec 19 21:53:13.346 INFO E| * [new tag] v0.0.5 -> v0.0.5
28092024-12-19T21:53:14.463Z[ helios-setup] Dec 19 21:53:13.346 INFO E| * [new tag] v0.0.7 -> v0.0.7
28102024-12-19T21:53:14.463Z[ helios-setup] Dec 19 21:53:13.346 INFO E| * [new tag] v0.0.8 -> v0.0.8
28112024-12-19T21:53:14.463Z[ helios-setup] Dec 19 21:53:13.346 INFO E| * [new tag] v0.0.9 -> v0.0.9
28122024-12-19T21:53:14.639Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28132024-12-19T21:53:14.776Z[ helios-setup] Dec 19 21:53:13.660 INFO E| Downloading crates ...
28142024-12-19T21:53:14.944Z[ helios-setup] Dec 19 21:53:13.827 INFO E| Downloaded ahash v0.8.3
28152024-12-19T21:53:14.949Z[ helios-setup] Dec 19 21:53:13.832 INFO E| Downloaded async-stream-impl v0.3.5
28162024-12-19T21:53:14.952Z[ helios-setup] Dec 19 21:53:13.834 INFO E| Downloaded anstyle-parse v0.1.1
28172024-12-19T21:53:14.954Z[ helios-setup] Dec 19 21:53:13.837 INFO E| Downloaded async-trait v0.1.68
28182024-12-19T21:53:14.962Z[ helios-setup] Dec 19 21:53:13.845 INFO E| Downloaded quote v1.0.36
28192024-12-19T21:53:14.967Z[ helios-setup] Dec 19 21:53:13.850 INFO E| Downloaded cargo-lock v8.0.3
28202024-12-19T21:53:14.971Z[ helios-setup] Dec 19 21:53:13.854 INFO E| Downloaded built v0.6.0
28212024-12-19T21:53:14.973Z[ helios-setup] Dec 19 21:53:13.856 INFO E| Downloaded memchr v2.5.0
28222024-12-19T21:53:14.980Z[ helios-setup] Dec 19 21:53:13.863 INFO E| Downloaded clap v4.2.1
28232024-12-19T21:53:14.994Z[ helios-setup] Dec 19 21:53:13.877 INFO E| Downloaded tracing v0.1.37
28242024-12-19T21:53:15.001Z[ helios-setup] Dec 19 21:53:13.884 INFO E| Downloaded crossbeam-channel v0.5.6
28252024-12-19T21:53:15.008Z[ helios-setup] Dec 19 21:53:13.891 INFO E| Downloaded errno v0.3.1
28262024-12-19T21:53:15.011Z[ helios-setup] Dec 19 21:53:13.894 INFO E| Downloaded futures-channel v0.3.28
28272024-12-19T21:53:15.014Z[ helios-setup] Dec 19 21:53:13.897 INFO E| Downloaded terminal_size v0.2.6
28282024-12-19T21:53:15.017Z[ helios-setup] Dec 19 21:53:13.900 INFO E| Downloaded thiserror v1.0.38
28292024-12-19T21:53:15.024Z[ helios-setup] Dec 19 21:53:13.907 INFO E| Downloaded unicode-ident v1.0.8
28302024-12-19T21:53:15.041Z[ helios-setup] Dec 19 21:53:13.923 INFO E| Downloaded thiserror-impl v1.0.38
28312024-12-19T21:53:15.043Z[ helios-setup] Dec 19 21:53:13.925 INFO E| Downloaded aho-corasick v0.7.20
28322024-12-19T21:53:15.049Z[ helios-setup] Dec 19 21:53:13.932 INFO E| Downloaded memoffset v0.7.1
28332024-12-19T21:53:15.052Z[ helios-setup] Dec 19 21:53:13.934 INFO E| Downloaded lazy_static v1.4.0
28342024-12-19T21:53:15.054Z[ helios-setup] Dec 19 21:53:13.936 INFO E| Downloaded itoa v1.0.6
28352024-12-19T21:53:15.057Z[ helios-setup] Dec 19 21:53:13.938 INFO E| Downloaded anyhow v1.0.68
28362024-12-19T21:53:15.062Z[ helios-setup] Dec 19 21:53:13.944 INFO E| Downloaded tower-service v0.3.2
28372024-12-19T21:53:15.064Z[ helios-setup] Dec 19 21:53:13.946 INFO E| Downloaded fastrand v1.9.0
28382024-12-19T21:53:15.066Z[ helios-setup] Dec 19 21:53:13.949 INFO E| Downloaded tokio-macros v2.0.0
28392024-12-19T21:53:15.069Z[ helios-setup] Dec 19 21:53:13.950 INFO E| Downloaded byteorder v1.4.3
28402024-12-19T21:53:15.072Z[ helios-setup] Dec 19 21:53:13.953 INFO E| Downloaded tokio-rustls v0.24.0
28412024-12-19T21:53:15.074Z[ helios-setup] Dec 19 21:53:13.956 INFO E| Downloaded toml_datetime v0.6.1
28422024-12-19T21:53:15.076Z[ helios-setup] Dec 19 21:53:13.958 INFO E| Downloaded toml v0.7.3
28432024-12-19T21:53:15.083Z[ helios-setup] Dec 19 21:53:13.966 INFO E| Downloaded tokio-tungstenite v0.18.0
28442024-12-19T21:53:15.087Z[ helios-setup] Dec 19 21:53:13.970 INFO E| Downloaded bincode v1.3.3
28452024-12-19T21:53:15.090Z[ helios-setup] Dec 19 21:53:13.973 INFO E| Downloaded autocfg v1.1.0
28462024-12-19T21:53:15.093Z[ helios-setup] Dec 19 21:53:13.975 INFO E| Downloaded time v0.1.45
28472024-12-19T21:53:15.095Z[ helios-setup] Dec 19 21:53:13.978 INFO E| Downloaded tinyvec v1.6.0
28482024-12-19T21:53:15.100Z[ helios-setup] Dec 19 21:53:13.982 INFO E| Downloaded futures-task v0.3.28
28492024-12-19T21:53:15.102Z[ helios-setup] Dec 19 21:53:13.984 INFO E| Downloaded textwrap v0.16.0
28502024-12-19T21:53:15.106Z[ helios-setup] Dec 19 21:53:13.988 INFO E| Downloaded futures-sink v0.3.28
28512024-12-19T21:53:15.108Z[ helios-setup] Dec 19 21:53:13.990 INFO E| Downloaded async-stream v0.3.5
28522024-12-19T21:53:15.110Z[ helios-setup] Dec 19 21:53:13.993 INFO E| Downloaded tempfile v3.5.0
28532024-12-19T21:53:15.114Z[ helios-setup] Dec 19 21:53:13.996 INFO E| Downloaded rustls v0.21.0
28542024-12-19T21:53:15.143Z[ helios-setup] Dec 19 21:53:14.017 INFO E| Downloaded futures-macro v0.3.28
28552024-12-19T21:53:15.143Z[ helios-setup] Dec 19 21:53:14.018 INFO E| Downloaded syn v2.0.72
28562024-12-19T21:53:15.153Z[ helios-setup] Dec 19 21:53:14.035 INFO E| Downloaded futures-io v0.3.28
28572024-12-19T21:53:15.156Z[ helios-setup] Dec 19 21:53:14.037 INFO E| Downloaded futures-executor v0.3.28
28582024-12-19T21:53:15.158Z[ helios-setup] Dec 19 21:53:14.039 INFO E| Downloaded ahash v0.7.6
28592024-12-19T21:53:15.160Z[ helios-setup] Dec 19 21:53:14.042 INFO E| Downloaded futures v0.3.28
28602024-12-19T21:53:15.167Z[ helios-setup] Dec 19 21:53:14.049 INFO E| Downloaded crossbeam-utils v0.8.14
28612024-12-19T21:53:15.171Z[ helios-setup] Dec 19 21:53:14.053 INFO E| Downloaded crossbeam-deque v0.8.2
28622024-12-19T21:53:15.188Z[ helios-setup] Dec 19 21:53:14.070 INFO E| Downloaded parking_lot v0.12.1
28632024-12-19T21:53:15.192Z[ helios-setup] Dec 19 21:53:14.074 INFO E| Downloaded num_cpus v1.15.0
28642024-12-19T21:53:15.196Z[ helios-setup] Dec 19 21:53:14.078 INFO E| Downloaded num-traits v0.2.15
28652024-12-19T21:53:15.201Z[ helios-setup] Dec 19 21:53:14.083 INFO E| Downloaded lock_api v0.4.9
28662024-12-19T21:53:15.204Z[ helios-setup] Dec 19 21:53:14.086 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
28672024-12-19T21:53:15.208Z[ helios-setup] Dec 19 21:53:14.090 INFO E| Downloaded utf8parse v0.2.1
28682024-12-19T21:53:15.210Z[ helios-setup] Dec 19 21:53:14.092 INFO E| Downloaded typenum v1.16.0
28692024-12-19T21:53:15.213Z[ helios-setup] Dec 19 21:53:14.095 INFO E| Downloaded form_urlencoded v1.1.0
28702024-12-19T21:53:15.216Z[ helios-setup] Dec 19 21:53:14.097 INFO E| Downloaded smawk v0.3.1
28712024-12-19T21:53:15.218Z[ helios-setup] Dec 19 21:53:14.099 INFO E| Downloaded semver-parser v0.10.2
28722024-12-19T21:53:15.220Z[ helios-setup] Dec 19 21:53:14.102 INFO E| Downloaded walkdir v2.3.3
28732024-12-19T21:53:15.223Z[ helios-setup] Dec 19 21:53:14.105 INFO E| Downloaded log v0.4.17
28742024-12-19T21:53:15.227Z[ helios-setup] Dec 19 21:53:14.109 INFO E| Downloaded unicode-bidi v0.3.13
28752024-12-19T21:53:15.230Z[ helios-setup] Dec 19 21:53:14.113 INFO E| Downloaded tokio-util v0.7.7
28762024-12-19T21:53:15.242Z[ helios-setup] Dec 19 21:53:14.123 INFO E| Downloaded serde_derive v1.0.204
28772024-12-19T21:53:15.245Z[ helios-setup] Dec 19 21:53:14.127 INFO E| Downloaded serde v1.0.204
28782024-12-19T21:53:15.251Z[ helios-setup] Dec 19 21:53:14.133 INFO E| Downloaded unicode-normalization v0.1.22
28792024-12-19T21:53:15.257Z[ helios-setup] Dec 19 21:53:14.139 INFO E| Downloaded want v0.3.0
28802024-12-19T21:53:15.260Z[ helios-setup] Dec 19 21:53:14.141 INFO E| Downloaded percent-encoding v2.2.0
28812024-12-19T21:53:15.262Z[ helios-setup] Dec 19 21:53:14.142 INFO E| Downloaded socket2 v0.4.9
28822024-12-19T21:53:15.265Z[ helios-setup] Dec 19 21:53:14.145 INFO E| Downloaded smartstring v1.0.1
28832024-12-19T21:53:15.267Z[ helios-setup] Dec 19 21:53:14.149 INFO E| Downloaded ucd-trie v0.1.5
28842024-12-19T21:53:15.270Z[ helios-setup] Dec 19 21:53:14.152 INFO E| Downloaded tungstenite v0.18.0
28852024-12-19T21:53:15.275Z[ helios-setup] Dec 19 21:53:14.157 INFO E| Downloaded futures-util v0.3.28
28862024-12-19T21:53:15.293Z[ helios-setup] Dec 19 21:53:14.175 INFO E| Downloaded pkg-config v0.3.26
28872024-12-19T21:53:15.296Z[ helios-setup] Dec 19 21:53:14.177 INFO E| Downloaded paste v1.0.12
28882024-12-19T21:53:15.300Z[ helios-setup] Dec 19 21:53:14.182 INFO E| Downloaded once_cell v1.17.0
28892024-12-19T21:53:15.304Z[ helios-setup] Dec 19 21:53:14.186 INFO E| Downloaded jobserver v0.1.26
28902024-12-19T21:53:15.307Z[ helios-setup] Dec 19 21:53:14.188 INFO E| Downloaded base64 v0.21.0
28912024-12-19T21:53:15.312Z[ helios-setup] Dec 19 21:53:14.194 INFO E| Downloaded cc v1.0.78
28922024-12-19T21:53:15.316Z[ helios-setup] Dec 19 21:53:14.198 INFO E| Downloaded hyper v0.14.25
28932024-12-19T21:53:15.336Z[ helios-setup] Dec 19 21:53:14.217 INFO E| Downloaded strsim v0.10.0
28942024-12-19T21:53:15.338Z[ helios-setup] Dec 19 21:53:14.219 INFO E| Downloaded futures-core v0.3.28
28952024-12-19T21:53:15.340Z[ helios-setup] Dec 19 21:53:14.222 INFO E| Downloaded regress v0.5.0
28962024-12-19T21:53:15.352Z[ helios-setup] Dec 19 21:53:14.234 INFO E| Downloaded getrandom v0.2.8
28972024-12-19T21:53:15.357Z[ helios-setup] Dec 19 21:53:14.238 INFO E| Downloaded regex v1.7.3
28982024-12-19T21:53:15.370Z[ helios-setup] Dec 19 21:53:14.251 INFO E| Downloaded rayon-core v1.10.2
28992024-12-19T21:53:15.379Z[ helios-setup] Dec 19 21:53:14.257 INFO E| Downloaded rayon v1.6.1
29002024-12-19T21:53:15.388Z[ helios-setup] Dec 19 21:53:14.269 INFO E| Downloaded httpdate v1.0.2
29012024-12-19T21:53:15.403Z[ helios-setup] Dec 19 21:53:14.284 INFO E| Downloaded project-root v0.2.2
29022024-12-19T21:53:15.405Z[ helios-setup] Dec 19 21:53:14.285 INFO E| Downloaded pin-project-lite v0.2.9
29032024-12-19T21:53:15.411Z[ helios-setup] Dec 19 21:53:14.292 INFO E| Downloaded semver v1.0.17
29042024-12-19T21:53:15.415Z[ helios-setup] Dec 19 21:53:14.296 INFO E| Downloaded sct v0.7.0
29052024-12-19T21:53:15.420Z[ helios-setup] Dec 19 21:53:14.301 INFO E| Downloaded scopeguard v1.1.0
29062024-12-19T21:53:15.422Z[ helios-setup] Dec 19 21:53:14.303 INFO E| Downloaded pest v2.5.7
29072024-12-19T21:53:15.430Z[ helios-setup] Dec 19 21:53:14.311 INFO E| Downloaded syn v1.0.107
29082024-12-19T21:53:15.448Z[ helios-setup] Dec 19 21:53:14.329 INFO E| Downloaded dyn-clone v1.0.11
29092024-12-19T21:53:15.451Z[ helios-setup] Dec 19 21:53:14.331 INFO E| Downloaded crossbeam-epoch v0.9.13
29102024-12-19T21:53:15.454Z[ helios-setup] Dec 19 21:53:14.335 INFO E| Downloaded const-random-macro v0.1.15
29112024-12-19T21:53:15.457Z[ helios-setup] Dec 19 21:53:14.336 INFO E| Downloaded rhai_codegen v1.5.0
29122024-12-19T21:53:15.468Z[ helios-setup] Dec 19 21:53:14.349 INFO E| Downloaded tokio v1.27.0
29132024-12-19T21:53:15.534Z[ helios-setup] Dec 19 21:53:14.414 INFO E| Downloaded rustfmt-wrapper v0.2.0
29142024-12-19T21:53:15.537Z[ helios-setup] Dec 19 21:53:14.416 INFO E| Downloaded proc-macro-crate v1.2.1
29152024-12-19T21:53:15.539Z[ helios-setup] Dec 19 21:53:14.418 INFO E| Downloaded reqwest v0.11.16
29162024-12-19T21:53:15.547Z[ helios-setup] Dec 19 21:53:14.428 INFO E| Downloaded mio v0.8.5
29172024-12-19T21:53:15.555Z[ helios-setup] Dec 19 21:53:14.435 INFO E| Downloaded io-lifetimes v1.0.10
29182024-12-19T21:53:15.558Z[ helios-setup] Dec 19 21:53:14.439 INFO E| Downloaded home v0.5.4
29192024-12-19T21:53:15.561Z[ helios-setup] Dec 19 21:53:14.440 INFO E| Downloaded http v0.2.9
29202024-12-19T21:53:15.565Z[ helios-setup] Dec 19 21:53:14.445 INFO E| Downloaded slog-bunyan v2.4.0
29212024-12-19T21:53:15.567Z[ helios-setup] Dec 19 21:53:14.447 INFO E| Downloaded semver v0.11.0
29222024-12-19T21:53:15.570Z[ helios-setup] Dec 19 21:53:14.450 INFO E| Downloaded smallvec v1.10.0
29232024-12-19T21:53:15.572Z[ helios-setup] Dec 19 21:53:14.453 INFO E| Downloaded slog-async v2.7.0
29242024-12-19T21:53:15.575Z[ helios-setup] Dec 19 21:53:14.455 INFO E| Downloaded slab v0.4.7
29252024-12-19T21:53:15.577Z[ helios-setup] Dec 19 21:53:14.457 INFO E| Downloaded signal-hook-registry v1.4.0
29262024-12-19T21:53:15.580Z[ helios-setup] Dec 19 21:53:14.459 INFO E| Downloaded sha2 v0.10.6
29272024-12-19T21:53:15.582Z[ helios-setup] Dec 19 21:53:14.463 INFO E| Downloaded sha1 v0.10.5
29282024-12-19T21:53:15.585Z[ helios-setup] Dec 19 21:53:14.465 INFO E| Downloaded serde_yaml v0.9.21
29292024-12-19T21:53:15.590Z[ helios-setup] Dec 19 21:53:14.471 INFO E| Downloaded serde_tokenstream v0.2.0
29302024-12-19T21:53:15.595Z[ helios-setup] Dec 19 21:53:14.476 INFO E| Downloaded serde_spanned v0.6.1
29312024-12-19T21:53:15.598Z[ helios-setup] Dec 19 21:53:14.477 INFO E| Downloaded serde_path_to_error v0.1.11
29322024-12-19T21:53:15.600Z[ helios-setup] Dec 19 21:53:14.479 INFO E| Downloaded serde_json v1.0.95
29332024-12-19T21:53:15.611Z[ helios-setup] Dec 19 21:53:14.491 INFO E| Downloaded serde_derive_internals v0.26.0
29342024-12-19T21:53:15.614Z[ helios-setup] Dec 19 21:53:14.494 INFO E| Downloaded schemars_derive v0.8.12
29352024-12-19T21:53:15.617Z[ helios-setup] Dec 19 21:53:14.497 INFO E| Downloaded rustls-pemfile v1.0.2
29362024-12-19T21:53:15.620Z[ helios-setup] Dec 19 21:53:14.500 INFO E| Downloaded rustix v0.37.3
29372024-12-19T21:53:15.652Z[ helios-setup] Dec 19 21:53:14.531 INFO E| Downloaded rhai v1.14.0
29382024-12-19T21:53:15.707Z[ helios-setup] Dec 19 21:53:14.587 INFO E| Downloaded libc v0.2.139
29392024-12-19T21:53:15.748Z[ helios-setup] Dec 19 21:53:14.628 INFO E| Downloaded schemars v0.8.12
29402024-12-19T21:53:15.771Z[ helios-setup] Dec 19 21:53:14.650 INFO E| Downloaded openapiv3 v1.0.2
29412024-12-19T21:53:15.784Z[ helios-setup] Dec 19 21:53:14.663 INFO E| Downloaded ryu v1.0.13
29422024-12-19T21:53:15.788Z[ helios-setup] Dec 19 21:53:14.668 INFO E| Downloaded rustls-webpki v0.100.1
29432024-12-19T21:53:15.798Z[ helios-setup] Dec 19 21:53:14.678 INFO E| Downloaded winnow v0.4.1
29442024-12-19T21:53:15.811Z[ helios-setup] Dec 19 21:53:14.691 INFO E| Downloaded uuid v1.3.0
29452024-12-19T21:53:15.818Z[ helios-setup] Dec 19 21:53:14.697 INFO E| Downloaded url v2.3.1
29462024-12-19T21:53:15.823Z[ helios-setup] Dec 19 21:53:14.702 INFO E| Downloaded unsafe-libyaml v0.2.8
29472024-12-19T21:53:15.828Z[ helios-setup] Dec 19 21:53:14.708 INFO E| Downloaded unicode-linebreak v0.1.4
29482024-12-19T21:53:15.831Z[ helios-setup] Dec 19 21:53:14.711 INFO E| Downloaded try-lock v0.2.4
29492024-12-19T21:53:15.834Z[ helios-setup] Dec 19 21:53:14.712 INFO E| Downloaded tracing-core v0.1.30
29502024-12-19T21:53:15.837Z[ helios-setup] Dec 19 21:53:14.717 INFO E| Downloaded toolchain_find v0.2.0
29512024-12-19T21:53:15.840Z[ helios-setup] Dec 19 21:53:14.718 INFO E| Downloaded toml_edit v0.19.8
29522024-12-19T21:53:15.866Z[ helios-setup] Dec 19 21:53:14.745 INFO E| Downloaded parking_lot_core v0.9.6
29532024-12-19T21:53:15.869Z[ helios-setup] Dec 19 21:53:14.748 INFO E| Downloaded num_enum_derive v0.5.7
29542024-12-19T21:53:15.872Z[ helios-setup] Dec 19 21:53:14.750 INFO E| Downloaded num_enum v0.5.7
29552024-12-19T21:53:15.877Z[ helios-setup] Dec 19 21:53:14.756 INFO E| Downloaded num-integer v0.1.45
29562024-12-19T21:53:15.879Z[ helios-setup] Dec 19 21:53:14.759 INFO E| Downloaded is-terminal v0.4.7
29572024-12-19T21:53:15.882Z[ helios-setup] Dec 19 21:53:14.760 INFO E| Downloaded ipnet v2.7.2
29582024-12-19T21:53:15.884Z[ helios-setup] Dec 19 21:53:14.763 INFO E| Downloaded iana-time-zone v0.1.56
29592024-12-19T21:53:15.887Z[ helios-setup] Dec 19 21:53:14.766 INFO E| Downloaded http-body v0.4.5
29602024-12-19T21:53:15.889Z[ helios-setup] Dec 19 21:53:14.769 INFO E| Downloaded h2 v0.3.16
29612024-12-19T21:53:15.900Z[ helios-setup] Dec 19 21:53:14.779 INFO E| Downloaded bytes v1.4.0
29622024-12-19T21:53:15.906Z[ helios-setup] Dec 19 21:53:14.785 INFO E| Downloaded either v1.8.0
29632024-12-19T21:53:15.908Z[ helios-setup] Dec 19 21:53:14.787 INFO E| Downloaded digest v0.10.6
29642024-12-19T21:53:15.911Z[ helios-setup] Dec 19 21:53:14.790 INFO E| Downloaded camino v1.1.4
29652024-12-19T21:53:15.914Z[ helios-setup] Dec 19 21:53:14.793 INFO E| Downloaded ppv-lite86 v0.2.17
29662024-12-19T21:53:15.917Z[ helios-setup] Dec 19 21:53:14.795 INFO E| Downloaded git2 v0.16.1
29672024-12-19T21:53:15.927Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
29682024-12-19T21:53:15.930Z[ helios-setup] Dec 19 21:53:14.809 INFO E| Downloaded httparse v1.8.0
29692024-12-19T21:53:15.933Z[ helios-setup] Dec 19 21:53:14.812 INFO E| Downloaded const-random v0.1.15
29702024-12-19T21:53:15.936Z[ helios-setup] Dec 19 21:53:14.815 INFO E| Downloaded concolor-query v0.3.3
29712024-12-19T21:53:15.946Z[ helios-setup] Dec 19 21:53:14.817 INFO E| Downloaded concolor-override v1.0.0
29722024-12-19T21:53:15.947Z[ helios-setup] Dec 19 21:53:14.818 INFO E| Downloaded clap_lex v0.4.1
29732024-12-19T21:53:15.947Z[ helios-setup] Dec 19 21:53:14.820 INFO E| Downloaded clap_derive v4.2.0
29742024-12-19T21:53:15.947Z[ helios-setup] Dec 19 21:53:14.823 INFO E| Downloaded clap_builder v4.2.1
29752024-12-19T21:53:15.955Z[ helios-setup] Dec 19 21:53:14.834 INFO E| Downloaded chrono v0.4.24
29762024-12-19T21:53:15.969Z[ helios-setup] Dec 19 21:53:14.847 INFO E| Downloaded anstyle v0.3.5
29772024-12-19T21:53:15.972Z[ helios-setup] Dec 19 21:53:14.849 INFO E| Downloaded encoding_rs v0.8.32
29782024-12-19T21:53:16.003Z[ helios-setup] Dec 19 21:53:14.882 INFO E| Downloaded anstream v0.2.6
29792024-12-19T21:53:16.025Z[ helios-setup] Dec 19 21:53:14.903 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
29802024-12-19T21:53:16.181Z[ helios-setup] Dec 19 21:53:15.059 INFO E| Downloaded libz-sys v1.1.8
29812024-12-19T21:53:16.493Z[ helios-setup] Dec 19 21:53:15.370 INFO E| Compiling proc-macro2 v1.0.86
29822024-12-19T21:53:16.494Z[ helios-setup] Dec 19 21:53:15.370 INFO E| Compiling libc v0.2.139
29832024-12-19T21:53:16.494Z[ helios-setup] Dec 19 21:53:15.370 INFO E| Compiling unicode-ident v1.0.8
29842024-12-19T21:53:16.494Z[ helios-setup] Dec 19 21:53:15.370 INFO E| Compiling autocfg v1.1.0
29852024-12-19T21:53:16.496Z[ helios-setup] Dec 19 21:53:15.370 INFO E| Compiling cfg-if v1.0.0
29862024-12-19T21:53:16.496Z[ helios-setup] Dec 19 21:53:15.370 INFO E| Compiling version_check v0.9.4
29872024-12-19T21:53:16.496Z[ helios-setup] Dec 19 21:53:15.370 INFO E| Compiling serde v1.0.204
29882024-12-19T21:53:16.496Z[ helios-setup] Dec 19 21:53:15.370 INFO E| Compiling syn v1.0.107
29892024-12-19T21:53:17.355Z[ helios-setup] Dec 19 21:53:16.227 INFO E| Compiling memchr v2.5.0
29902024-12-19T21:53:18.194Z[ helios-setup] Dec 19 21:53:17.063 INFO E| Compiling once_cell v1.17.0
29912024-12-19T21:53:18.221Z[ host-package] Compiling hickory-server v0.24.1
29922024-12-19T21:53:18.310Z[ helios-setup] Dec 19 21:53:17.179 INFO E| Compiling log v0.4.17
29932024-12-19T21:53:18.460Z[ helios-setup] Dec 19 21:53:17.328 INFO E| Compiling thiserror v1.0.38
29942024-12-19T21:53:19.021Z[ helios-setup] Dec 19 21:53:17.886 INFO E| Compiling itoa v1.0.6
29952024-12-19T21:53:19.281Z[ helios-setup] Dec 19 21:53:18.146 INFO E| Compiling serde_json v1.0.95
29962024-12-19T21:53:20.232Z[ helios-setup] Dec 19 21:53:19.092 INFO E| Compiling quote v1.0.36
29972024-12-19T21:53:20.380Z[ helios-setup] Dec 19 21:53:19.240 INFO E| Compiling getrandom v0.2.8
29982024-12-19T21:53:21.016Z[ helios-setup] Dec 19 21:53:19.874 INFO E| Compiling jobserver v0.1.26
29992024-12-19T21:53:21.359Z[ helios-setup] Dec 19 21:53:20.215 INFO E| Compiling syn v2.0.72
30002024-12-19T21:53:21.482Z[ helios-setup] Dec 19 21:53:20.337 INFO E| Compiling indexmap v1.9.3
30012024-12-19T21:53:21.504Z[ helios-setup] Dec 19 21:53:20.359 INFO E| Compiling scopeguard v1.1.0
30022024-12-19T21:53:21.634Z[ helios-setup] Dec 19 21:53:20.489 INFO E| Compiling pin-project-lite v0.2.9
30032024-12-19T21:53:21.775Z[ helios-setup] Dec 19 21:53:20.630 INFO E| Compiling num-integer v0.1.45
30042024-12-19T21:53:21.801Z[ helios-setup] Dec 19 21:53:20.656 INFO E| Compiling bytes v1.4.0
30052024-12-19T21:53:21.995Z[ helios-setup] Dec 19 21:53:20.848 INFO E| Compiling cc v1.0.78
30062024-12-19T21:53:22.285Z[ host-package] Compiling primeorder v0.13.6
30072024-12-19T21:53:22.368Z[ helios-setup] Dec 19 21:53:21.220 INFO E| Compiling futures-core v0.3.28
30082024-12-19T21:53:22.932Z[ helios-setup] Dec 19 21:53:21.781 INFO E| Compiling ryu v1.0.13
30092024-12-19T21:53:23.799Z[ host-package] Compiling castaway v0.2.3
30102024-12-19T21:53:24.175Z[ helios-setup] Dec 19 21:53:23.018 INFO E| Compiling lock_api v0.4.9
30112024-12-19T21:53:24.234Z[ helios-setup] Dec 19 21:53:23.078 INFO E| Compiling bitflags v1.3.2
30122024-12-19T21:53:24.251Z[ host-package] Compiling vergen v8.3.2
30132024-12-19T21:53:24.271Z[ helios-setup] Dec 19 21:53:23.115 INFO E| Compiling typenum v1.16.0
30142024-12-19T21:53:24.609Z[ helios-setup] Dec 19 21:53:23.451 INFO E| Compiling parking_lot_core v0.9.6
30152024-12-19T21:53:24.806Z[ helios-setup] Dec 19 21:53:23.648 INFO E| Compiling num_cpus v1.15.0
30162024-12-19T21:53:25.127Z[ helios-setup] Dec 19 21:53:23.967 INFO E| Compiling generic-array v0.14.6
30172024-12-19T21:53:25.243Z[ helios-setup] Dec 19 21:53:24.082 INFO E| Compiling slab v0.4.7
30182024-12-19T21:53:25.333Z[ host-package] Compiling env_filter v0.1.2
30192024-12-19T21:53:25.333Z[ helios-setup] Dec 19 21:53:24.171 INFO E| Compiling futures-task v0.3.28
30202024-12-19T21:53:25.813Z[ helios-setup] Dec 19 21:53:24.649 INFO E| Compiling futures-channel v0.3.28
30212024-12-19T21:53:25.823Z[ helios-setup] Dec 19 21:53:24.660 INFO E| Compiling futures-sink v0.3.28
30222024-12-19T21:53:26.325Z[ helios-setup] Dec 19 21:53:25.160 INFO E| Compiling tokio v1.27.0
30232024-12-19T21:53:26.436Z[ helios-setup] Dec 19 21:53:25.271 INFO E| Compiling schemars v0.8.12
30242024-12-19T21:53:26.461Z[ helios-setup] Dec 19 21:53:25.295 INFO E| Compiling futures-util v0.3.28
30252024-12-19T21:53:27.746Z[ helios-setup] Dec 19 21:53:26.575 INFO E| Compiling mio v0.8.5
30262024-12-19T21:53:27.798Z[ helios-setup] Dec 19 21:53:26.624 INFO E| Compiling signal-hook-registry v1.4.0
30272024-12-19T21:53:27.859Z[ host-package] Compiling cargo-platform v0.1.8
30282024-12-19T21:53:27.961Z[ helios-setup] Dec 19 21:53:26.789 INFO E| Compiling socket2 v0.4.9
30292024-12-19T21:53:27.989Z[ helios-setup] Dec 19 21:53:26.817 INFO E| Compiling ahash v0.7.6
30302024-12-19T21:53:28.342Z[ helios-setup] Dec 19 21:53:27.169 INFO E| Compiling num-traits v0.2.15
30312024-12-19T21:53:28.889Z[ helios-setup] Dec 19 21:53:27.713 INFO E| Compiling io-lifetimes v1.0.10
30322024-12-19T21:53:29.251Z[ host-package] Compiling nanorand v0.7.0
30332024-12-19T21:53:29.319Z[ helios-setup] Dec 19 21:53:28.141 INFO E| Compiling pin-utils v0.1.0
30342024-12-19T21:53:29.694Z[ helios-setup] Dec 19 21:53:28.514 INFO E| Compiling futures-io v0.3.28
30352024-12-19T21:53:29.797Z[ host-package] Compiling memoffset v0.9.1
30362024-12-19T21:53:30.034Z[ helios-setup] Dec 19 21:53:28.854 INFO E| Compiling crunchy v0.2.2
30372024-12-19T21:53:30.619Z[ host-package] Compiling flume v0.11.1
30382024-12-19T21:53:31.090Z[ helios-setup] Dec 19 21:53:29.904 INFO E| Compiling ahash v0.8.3
30392024-12-19T21:53:31.295Z[ host-package] Compiling cargo_metadata v0.18.1
30402024-12-19T21:53:31.304Z[ helios-setup] Dec 19 21:53:30.118 INFO E| Compiling hashbrown v0.12.3
30412024-12-19T21:53:31.670Z[ helios-setup] Dec 19 21:53:30.483 INFO E| Compiling tiny-keccak v2.0.2
30422024-12-19T21:53:31.889Z[ helios-setup] Dec 19 21:53:30.699 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
30432024-12-19T21:53:32.009Z[ helios-setup] Dec 19 21:53:30.819 INFO E| Compiling serde_derive_internals v0.26.0
30442024-12-19T21:53:32.315Z[ helios-setup] Dec 19 21:53:31.125 INFO E| Compiling rustix v0.37.3
30452024-12-19T21:53:32.417Z[ host-package] Compiling env_logger v0.11.5
30462024-12-19T21:53:32.858Z[ helios-setup] Dec 19 21:53:31.665 INFO E| Compiling block-buffer v0.10.3
30472024-12-19T21:53:33.043Z[ helios-setup] Dec 19 21:53:31.849 INFO E| Compiling crypto-common v0.1.6
30482024-12-19T21:53:34.458Z[ helios-setup] Dec 19 21:53:33.259 INFO E| Compiling errno v0.3.1
30492024-12-19T21:53:34.866Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30502024-12-19T21:53:34.890Z[ helios-setup] Dec 19 21:53:33.689 INFO E| Compiling crossbeam-utils v0.8.14
30512024-12-19T21:53:34.990Z[ helios-setup] Dec 19 21:53:33.789 INFO E| Compiling slog v2.7.0
30522024-12-19T21:53:35.216Z[ helios-setup] Dec 19 21:53:34.014 INFO E| Compiling fnv v1.0.7
30532024-12-19T21:53:35.488Z[ helios-setup] Dec 19 21:53:34.284 INFO E| Compiling pkg-config v0.3.26
30542024-12-19T21:53:36.175Z[ helios-setup] Dec 19 21:53:34.968 INFO E| Compiling http v0.2.9
30552024-12-19T21:53:37.670Z[ helios-setup] Dec 19 21:53:36.457 INFO E| Compiling digest v0.10.6
30562024-12-19T21:53:37.749Z[ host-package] Compiling compact_str v0.8.0
30572024-12-19T21:53:38.410Z[ host-package] Compiling git2 v0.19.0
30582024-12-19T21:53:38.501Z[ helios-setup] Dec 19 21:53:37.284 INFO E| Compiling aho-corasick v0.7.20
30592024-12-19T21:53:38.576Z[ helios-setup] Dec 19 21:53:37.359 INFO E| Compiling unicode-width v0.1.10
30602024-12-19T21:53:38.688Z[ helios-setup] Dec 19 21:53:37.470 INFO E| Compiling anyhow v1.0.68
30612024-12-19T21:53:39.233Z[ helios-setup] Dec 19 21:53:38.014 INFO E| Compiling percent-encoding v2.2.0
30622024-12-19T21:53:40.083Z[ helios-setup] Dec 19 21:53:38.860 INFO E| Compiling cpufeatures v0.2.5
30632024-12-19T21:53:40.305Z[ host-package] Compiling p384 v0.13.0
30642024-12-19T21:53:40.489Z[ helios-setup] Dec 19 21:53:39.264 INFO E| Compiling tinyvec_macros v0.1.1
30652024-12-19T21:53:40.552Z[ helios-setup] Dec 19 21:53:39.327 INFO E| Compiling heck v0.4.1
30662024-12-19T21:53:40.817Z[ helios-setup] Dec 19 21:53:39.590 INFO E| Compiling httparse v1.8.0
30672024-12-19T21:53:41.517Z[ helios-setup] Dec 19 21:53:40.288 INFO E| Compiling regex-syntax v0.6.29
30682024-12-19T21:53:41.591Z[ helios-setup] Dec 19 21:53:40.361 INFO E| Compiling tinyvec v1.6.0
30692024-12-19T21:53:42.042Z[ helios-setup] Dec 19 21:53:40.810 INFO E| Compiling const-random-macro v0.1.15
30702024-12-19T21:53:42.236Z[ helios-setup] Dec 19 21:53:41.002 INFO E| Compiling thiserror-impl v1.0.38
30712024-12-19T21:53:42.327Z[ helios-setup] Dec 19 21:53:41.094 INFO E| Compiling schemars_derive v0.8.12
30722024-12-19T21:53:42.824Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30732024-12-19T21:53:44.731Z[ helios-setup] Dec 19 21:53:43.488 INFO E| Compiling form_urlencoded v1.1.0
30742024-12-19T21:53:45.025Z[ helios-setup] Dec 19 21:53:43.781 INFO E| Compiling hashbrown v0.13.2
30752024-12-19T21:53:45.147Z[ helios-setup] Dec 19 21:53:43.902 INFO E| Compiling serde_derive v1.0.204
30762024-12-19T21:53:45.227Z[ helios-setup] Dec 19 21:53:43.981 INFO E| Compiling tokio-macros v2.0.0
30772024-12-19T21:53:45.617Z[ helios-setup] Dec 19 21:53:44.370 INFO E| Compiling futures-macro v0.3.28
30782024-12-19T21:53:46.392Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30792024-12-19T21:53:47.622Z[ helios-setup] Dec 19 21:53:46.367 INFO E| Compiling chrono v0.4.24
30802024-12-19T21:53:48.443Z[ helios-setup] Dec 19 21:53:47.184 INFO E| Compiling libz-sys v1.1.8
30812024-12-19T21:53:48.770Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
30822024-12-19T21:53:48.898Z[ helios-setup] Dec 19 21:53:47.637 INFO E| Compiling regex v1.7.3
30832024-12-19T21:53:50.176Z[ helios-setup] Dec 19 21:53:48.909 INFO E| Compiling dyn-clone v1.0.11
30842024-12-19T21:53:50.906Z[ helios-setup] Dec 19 21:53:49.636 INFO E| Compiling uuid v1.3.0
30852024-12-19T21:53:50.985Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
30862024-12-19T21:53:51.743Z[ helios-setup] Dec 19 21:53:50.471 INFO E| Compiling regress v0.5.0
30872024-12-19T21:53:52.107Z[ helios-setup] Dec 19 21:53:50.833 INFO E| Compiling unicode-normalization v0.1.22
30882024-12-19T21:53:52.774Z[ host-package] Compiling unicode-truncate v1.1.0
30892024-12-19T21:53:52.776Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
30902024-12-19T21:53:52.947Z[ helios-setup] Dec 19 21:53:51.669 INFO E| Compiling const-random v0.1.15
30912024-12-19T21:53:53.433Z[ host-package] Compiling lru v0.12.5
30922024-12-19T21:53:54.096Z[ helios-setup] Dec 19 21:53:52.813 INFO E| Compiling getopts v0.2.21
30932024-12-19T21:53:54.170Z[ host-package] Compiling rand_seeder v0.3.0
30942024-12-19T21:53:55.276Z[ host-package] Compiling libsqlite3-sys v0.30.1
30952024-12-19T21:53:55.307Z[ helios-setup] Dec 19 21:53:54.019 INFO E| Compiling tracing-core v0.1.30
30962024-12-19T21:53:55.478Z[ helios-setup] Dec 19 21:53:54.190 INFO E| Compiling memoffset v0.7.1
30972024-12-19T21:53:56.435Z[ host-package] Compiling lzma-sys v0.1.20
30982024-12-19T21:53:56.441Z[ helios-setup] Dec 19 21:53:55.148 INFO E| Compiling unicode-bidi v0.3.13
30992024-12-19T21:53:56.926Z[ helios-setup] Dec 19 21:53:55.632 INFO E| Compiling num-conv v0.1.0
31002024-12-19T21:53:57.052Z[ host-package] Compiling instability v0.3.2
31012024-12-19T21:53:57.486Z[ helios-setup] Dec 19 21:53:56.189 INFO E| Compiling ucd-trie v0.1.5
31022024-12-19T21:53:57.999Z[ host-package] Compiling cassowary v0.3.0
31032024-12-19T21:53:58.219Z[ host-package] Compiling http-range v0.1.5
31042024-12-19T21:53:58.685Z[ helios-setup] Dec 19 21:53:57.383 INFO E| Compiling powerfmt v0.2.0
31052024-12-19T21:53:59.213Z[ host-package] Compiling rustls v0.21.12
31062024-12-19T21:53:59.334Z[ helios-setup] Dec 19 21:53:58.029 INFO E| Compiling time-core v0.1.2
31072024-12-19T21:53:59.713Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
31082024-12-19T21:53:59.764Z[ helios-setup] Dec 19 21:53:58.457 INFO E| Compiling idna v0.3.0
31092024-12-19T21:53:59.843Z[ helios-setup] Dec 19 21:53:58.536 INFO E| Compiling time-macros v0.2.18
31102024-12-19T21:54:00.474Z[ host-package] Compiling cfg_aliases v0.2.1
31112024-12-19T21:54:00.739Z[ host-package] Compiling ratatui v0.28.1
31122024-12-19T21:54:00.960Z[ host-package] Compiling nix v0.29.0
31132024-12-19T21:54:01.466Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31142024-12-19T21:54:02.272Z[ helios-setup] Dec 19 21:54:00.954 INFO E| Compiling deranged v0.3.11
31152024-12-19T21:54:04.139Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31162024-12-19T21:54:04.819Z[ helios-setup] Dec 19 21:54:03.491 INFO E| Compiling pest v2.5.7
31172024-12-19T21:54:05.550Z[ helios-setup] Dec 19 21:54:04.219 INFO E| Compiling tracing v0.1.37
31182024-12-19T21:54:05.644Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31192024-12-19T21:54:05.733Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31202024-12-19T21:54:05.981Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31212024-12-19T21:54:06.931Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
31222024-12-19T21:54:07.322Z[ host-package] Compiling rustls-webpki v0.101.7
31232024-12-19T21:54:08.019Z[ helios-setup] Dec 19 21:54:06.677 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
31242024-12-19T21:54:08.329Z[ host-package] Compiling sct v0.7.1
31252024-12-19T21:54:08.485Z[ helios-setup] Dec 19 21:54:07.142 INFO E| Compiling time v0.1.45
31262024-12-19T21:54:08.588Z[ helios-setup] Dec 19 21:54:07.244 INFO E| Compiling crossbeam-epoch v0.9.13
31272024-12-19T21:54:09.451Z[ host-package] Compiling heck v0.3.3
31282024-12-19T21:54:09.550Z[ helios-setup] Dec 19 21:54:08.202 INFO E| Compiling iana-time-zone v0.1.56
31292024-12-19T21:54:09.943Z[ helios-setup] Dec 19 21:54:08.594 INFO E| Compiling semver v1.0.17
31302024-12-19T21:54:10.356Z[ host-package] Compiling csv-core v0.1.11
31312024-12-19T21:54:11.086Z[ helios-setup] Dec 19 21:54:09.732 INFO E| Compiling num_threads v0.1.6
31322024-12-19T21:54:11.824Z[ helios-setup] Dec 19 21:54:10.466 INFO E| Compiling time v0.3.36
31332024-12-19T21:54:12.286Z[ helios-setup] Dec 19 21:54:10.926 INFO E| Compiling semver-parser v0.10.2
31342024-12-19T21:54:12.461Z[ helios-setup] Dec 19 21:54:11.101 INFO E| Compiling url v2.3.1
31352024-12-19T21:54:13.508Z[ helios-setup] Dec 19 21:54:12.144 INFO E| Compiling toml v0.5.11
31362024-12-19T21:54:13.965Z[ helios-setup] Dec 19 21:54:12.598 INFO E| Compiling smallvec v1.10.0
31372024-12-19T21:54:14.444Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
31382024-12-19T21:54:15.239Z[ host-package] Compiling glob v0.3.1
31392024-12-19T21:54:15.668Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
31402024-12-19T21:54:16.017Z[ helios-setup] Dec 19 21:54:14.641 INFO E| Compiling parking_lot v0.12.1
31412024-12-19T21:54:16.067Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31422024-12-19T21:54:16.363Z[ host-package] Compiling csv v1.3.0
31432024-12-19T21:54:18.830Z[ host-package] Compiling zone_cfg_derive v0.1.2
31442024-12-19T21:54:19.786Z[ helios-setup] Dec 19 21:54:18.395 INFO E| Compiling serde_tokenstream v0.2.0
31452024-12-19T21:54:21.027Z[ helios-setup] Dec 19 21:54:19.631 INFO E| Compiling crossbeam-channel v0.5.6
31462024-12-19T21:54:22.155Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
31472024-12-19T21:54:22.500Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
31482024-12-19T21:54:24.304Z[ helios-setup] Dec 19 21:54:22.894 INFO E| Compiling dirs-sys-next v0.1.2
31492024-12-19T21:54:24.943Z[ helios-setup] Dec 19 21:54:23.530 INFO E| Compiling same-file v1.0.6
31502024-12-19T21:54:25.447Z[ helios-setup] Dec 19 21:54:24.032 INFO E| Compiling try-lock v0.2.4
31512024-12-19T21:54:25.748Z[ helios-setup] Dec 19 21:54:24.331 INFO E| Compiling crc32fast v1.3.2
31522024-12-19T21:54:26.592Z[ helios-setup] Dec 19 21:54:25.172 INFO E| Compiling want v0.3.0
31532024-12-19T21:54:27.201Z[ helios-setup] Dec 19 21:54:25.778 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
31542024-12-19T21:54:27.670Z[ helios-setup] Dec 19 21:54:26.246 INFO E| Compiling walkdir v2.3.3
31552024-12-19T21:54:29.000Z[ host-package] Compiling nix v0.27.1
31562024-12-19T21:54:29.009Z[ helios-setup] Dec 19 21:54:27.570 INFO E| Compiling dirs-next v2.0.0
31572024-12-19T21:54:29.628Z[ helios-setup] Dec 19 21:54:28.196 INFO E| Compiling proc-macro-crate v1.2.1
31582024-12-19T21:54:31.685Z[ helios-setup] Dec 19 21:54:30.244 INFO E| Compiling semver v0.11.0
31592024-12-19T21:54:34.768Z[ helios-setup] Dec 19 21:54:33.314 INFO E| Compiling futures-executor v0.3.28
31602024-12-19T21:54:36.368Z[ helios-setup] Dec 19 21:54:34.907 INFO E| Compiling tokio-util v0.7.7
31612024-12-19T21:54:37.323Z[ helios-setup] Dec 19 21:54:35.857 INFO E| Compiling http-body v0.4.5
31622024-12-19T21:54:38.098Z[ host-package] Compiling hyper-staticfile v0.10.1
31632024-12-19T21:54:38.329Z[ helios-setup] Dec 19 21:54:36.860 INFO E| Compiling ring v0.16.20
31642024-12-19T21:54:39.380Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31652024-12-19T21:54:39.390Z[ helios-setup] Dec 19 21:54:37.907 INFO E| Compiling h2 v0.3.16
31662024-12-19T21:54:41.039Z[ helios-setup] Dec 19 21:54:39.558 INFO E| Compiling rand_core v0.6.4
31672024-12-19T21:54:41.332Z[ helios-setup] Dec 19 21:54:39.850 INFO E| Compiling thread_local v1.1.7
31682024-12-19T21:54:42.067Z[ helios-setup] Dec 19 21:54:40.582 INFO E| Compiling rayon-core v1.10.2
31692024-12-19T21:54:43.038Z[ helios-setup] Dec 19 21:54:41.548 INFO E| Compiling httpdate v1.0.2
31702024-12-19T21:54:43.139Z[ helios-setup] Dec 19 21:54:41.649 INFO E| Compiling fastrand v1.9.0
31712024-12-19T21:54:43.173Z[ helios-setup] Dec 19 21:54:41.683 INFO E| Compiling ppv-lite86 v0.2.17
31722024-12-19T21:54:43.952Z[ helios-setup] Dec 19 21:54:42.459 INFO E| Compiling tower-service v0.3.2
31732024-12-19T21:54:44.680Z[ helios-setup] Dec 19 21:54:43.184 INFO E| Compiling base64 v0.21.0
31742024-12-19T21:54:44.748Z[ helios-setup] Dec 19 21:54:43.251 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
31752024-12-19T21:54:45.033Z[ helios-setup] Dec 19 21:54:43.535 INFO E| Compiling adler v1.0.2
31762024-12-19T21:54:45.775Z[ helios-setup] Dec 19 21:54:44.274 INFO E| Compiling utf8parse v0.2.1
31772024-12-19T21:54:46.206Z[ helios-setup] Dec 19 21:54:44.703 INFO E| Compiling home v0.5.4
31782024-12-19T21:54:46.326Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31792024-12-19T21:54:47.288Z[ helios-setup] Dec 19 21:54:45.780 INFO E| Compiling lazy_static v1.4.0
31802024-12-19T21:54:47.616Z[ helios-setup] Dec 19 21:54:46.107 INFO E| Compiling toolchain_find v0.2.0
31812024-12-19T21:54:48.776Z[ helios-setup] Dec 19 21:54:47.262 INFO E| Compiling anstyle-parse v0.1.1
31822024-12-19T21:54:49.683Z[ helios-setup] Dec 19 21:54:48.165 INFO E| Compiling miniz_oxide v0.6.2
31832024-12-19T21:54:50.183Z[ helios-setup] Dec 19 21:54:48.664 INFO E| Compiling rand_chacha v0.3.1
31842024-12-19T21:54:51.211Z[ helios-setup] Dec 19 21:54:49.687 INFO E| Compiling hyper v0.14.25
31852024-12-19T21:54:53.911Z[ helios-setup] Dec 19 21:54:52.375 INFO E| Compiling tempfile v3.5.0
31862024-12-19T21:54:54.773Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31872024-12-19T21:54:56.541Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
31882024-12-19T21:54:57.816Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31892024-12-19T21:54:58.124Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31902024-12-19T21:55:07.203Z[ helios-setup] Dec 19 21:55:05.611 INFO E| Compiling futures v0.3.28
31912024-12-19T21:55:07.745Z[ helios-setup] Dec 19 21:55:06.151 INFO E| Compiling crossbeam-deque v0.8.2
31922024-12-19T21:55:08.731Z[ helios-setup] Dec 19 21:55:07.132 INFO E| Compiling cargo-lock v8.0.3
31932024-12-19T21:55:11.563Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
31942024-12-19T21:55:12.377Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31952024-12-19T21:55:13.130Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31962024-12-19T21:55:13.140Z[ helios-setup] Dec 19 21:55:11.523 INFO E| Compiling num_enum_derive v0.5.7
31972024-12-19T21:55:13.880Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31982024-12-19T21:55:14.278Z[ helios-setup] Dec 19 21:55:12.657 INFO E| Compiling term v0.7.0
31992024-12-19T21:55:14.737Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32002024-12-19T21:55:14.925Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32012024-12-19T21:55:14.944Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
32022024-12-19T21:55:16.038Z[ host-package] Compiling hashlink v0.9.1
32032024-12-19T21:55:16.298Z[ helios-setup] Dec 19 21:55:14.668 INFO E| Compiling serde_urlencoded v0.7.1
32042024-12-19T21:55:16.350Z[ helios-setup] Dec 19 21:55:14.719 INFO E| Compiling sha1 v0.10.5
32052024-12-19T21:55:16.567Z[ host-package] Compiling tungstenite v0.23.0
32062024-12-19T21:55:17.213Z[ helios-setup] Dec 19 21:55:15.579 INFO E| Compiling sha2 v0.10.6
32072024-12-19T21:55:17.551Z[ helios-setup] Dec 19 21:55:15.915 INFO E| Compiling is-terminal v0.4.7
32082024-12-19T21:55:17.746Z[ helios-setup] Dec 19 21:55:16.109 INFO E| Compiling atty v0.2.14
32092024-12-19T21:55:17.867Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
32102024-12-19T21:55:18.374Z[ helios-setup] Dec 19 21:55:16.735 INFO E| Compiling concolor-query v0.3.3
32112024-12-19T21:55:18.791Z[ host-package] Compiling fallible-iterator v0.3.0
32122024-12-19T21:55:18.791Z[ helios-setup] Dec 19 21:55:17.151 INFO E| Compiling anstyle v0.3.5
32132024-12-19T21:55:20.063Z[ host-package] Compiling base64 v0.13.1
32142024-12-19T21:55:20.633Z[ helios-setup] Dec 19 21:55:18.984 INFO E| Compiling concolor-override v1.0.0
32152024-12-19T21:55:20.715Z[ host-package] Compiling rusqlite v0.32.1
32162024-12-19T21:55:20.908Z[ helios-setup] Dec 19 21:55:19.259 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
32172024-12-19T21:55:21.825Z[ host-package] Compiling ron v0.7.1
32182024-12-19T21:55:22.771Z[ helios-setup] Dec 19 21:55:21.113 INFO E| Compiling anstream v0.2.6
32192024-12-19T21:55:25.708Z[ helios-setup] Dec 19 21:55:24.038 INFO E| Compiling slog-term v2.9.0
32202024-12-19T21:55:25.858Z[ helios-setup] Dec 19 21:55:24.188 INFO E| Compiling num_enum v0.5.7
32212024-12-19T21:55:26.216Z[ helios-setup] Dec 19 21:55:24.544 INFO E| Compiling flate2 v1.0.25
32222024-12-19T21:55:26.784Z[ helios-setup] Dec 19 21:55:25.109 INFO E| Compiling rustfmt-wrapper v0.2.0
32232024-12-19T21:55:26.874Z[ host-package] Compiling tokio-tungstenite v0.23.1
32242024-12-19T21:55:28.535Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32252024-12-19T21:55:28.590Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
32262024-12-19T21:55:28.736Z[ helios-setup] Dec 19 21:55:27.053 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
32272024-12-19T21:55:29.184Z[ helios-setup] Dec 19 21:55:27.499 INFO E| Compiling rand v0.8.5
32282024-12-19T21:55:29.284Z[ helios-setup] Dec 19 21:55:27.599 INFO E| Compiling openapiv3 v1.0.2
32292024-12-19T21:55:29.909Z[ host-package] Compiling xz2 v0.1.7
32302024-12-19T21:55:31.581Z[ helios-setup] Dec 19 21:55:29.887 INFO E| Compiling encoding_rs v0.8.32
32312024-12-19T21:55:32.249Z[ helios-setup] Dec 19 21:55:30.552 INFO E| Compiling either v1.8.0
32322024-12-19T21:55:32.578Z[ host-package] Compiling tokio-rustls v0.24.1
32332024-12-19T21:55:32.896Z[ helios-setup] Dec 19 21:55:31.195 INFO E| Compiling byteorder v1.4.3
32342024-12-19T21:55:33.178Z[ helios-setup] Dec 19 21:55:31.477 INFO E| Compiling clap_lex v0.4.1
32352024-12-19T21:55:33.796Z[ host-package] Compiling zone v0.1.8
32362024-12-19T21:55:33.997Z[ helios-setup] Dec 19 21:55:32.292 INFO E| Compiling strsim v0.10.0
32372024-12-19T21:55:34.655Z[ helios-setup] Dec 19 21:55:32.947 INFO E| Compiling utf-8 v0.7.6
32382024-12-19T21:55:35.510Z[ helios-setup] Dec 19 21:55:33.799 INFO E| Compiling spin v0.5.2
32392024-12-19T21:55:36.000Z[ helios-setup] Dec 19 21:55:34.286 INFO E| Compiling untrusted v0.7.1
32402024-12-19T21:55:36.426Z[ helios-setup] Dec 19 21:55:34.710 INFO E| Compiling unsafe-libyaml v0.2.8
32412024-12-19T21:55:37.160Z[ helios-setup] Dec 19 21:55:35.441 INFO E| Compiling project-root v0.2.2
32422024-12-19T21:55:37.744Z[ helios-setup] Dec 19 21:55:36.023 INFO E| Compiling base64 v0.13.1
32432024-12-19T21:55:37.938Z[ helios-setup] Dec 19 21:55:36.216 INFO E| Compiling ipnet v2.7.2
32442024-12-19T21:55:38.351Z[ helios-setup] Dec 19 21:55:36.627 INFO E| Compiling mime v0.3.17
32452024-12-19T21:55:39.427Z[ helios-setup] Dec 19 21:55:37.699 INFO E| Compiling serde_yaml v0.9.21
32462024-12-19T21:55:39.752Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32472024-12-19T21:55:40.169Z[ helios-setup] Dec 19 21:55:38.438 INFO E| Compiling reqwest v0.11.16
32482024-12-19T21:55:40.219Z[ helios-setup] Dec 19 21:55:38.488 INFO E| Compiling tungstenite v0.18.0
32492024-12-19T21:55:43.735Z[ helios-setup] Dec 19 21:55:41.989 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
32502024-12-19T21:55:48.469Z[ helios-setup] Dec 19 21:55:46.703 INFO E| Compiling clap_builder v4.2.1
32512024-12-19T21:55:50.811Z[ helios-setup] Dec 19 21:55:49.035 INFO E| Compiling rayon v1.6.1
32522024-12-19T21:55:53.958Z[ helios-setup] Dec 19 21:55:52.168 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
32532024-12-19T21:55:54.195Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32542024-12-19T21:55:55.168Z[ helios-setup] Dec 19 21:55:53.374 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
32552024-12-19T21:55:56.736Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
32562024-12-19T21:55:58.423Z[ helios-setup] Dec 19 21:55:56.614 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
32572024-12-19T21:55:59.199Z[ helios-setup] Dec 19 21:55:57.388 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
32582024-12-19T21:55:59.954Z[ helios-setup] Dec 19 21:55:58.140 INFO E| Compiling clap_derive v4.2.0
32592024-12-19T21:56:02.240Z[ helios-setup] Dec 19 21:56:00.414 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
32602024-12-19T21:56:03.516Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32612024-12-19T21:56:06.558Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32622024-12-19T21:56:09.810Z[ helios-setup] Dec 19 21:56:07.953 INFO E| Compiling clap v4.2.1
32632024-12-19T21:56:12.140Z[ helios-setup] Dec 19 21:56:10.272 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
32642024-12-19T21:56:20.006Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32652024-12-19T21:56:20.438Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32662024-12-19T21:56:21.867Z[ helios-setup] Dec 19 21:56:19.959 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
32672024-12-19T21:56:23.961Z[ host-package] Compiling rustls-pemfile v1.0.4
32682024-12-19T21:56:24.245Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32692024-12-19T21:56:25.026Z[ helios-setup] Dec 19 21:56:23.103 INFO E| Compiling tokio-tungstenite v0.18.0
32702024-12-19T21:56:25.248Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32712024-12-19T21:56:25.855Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
32722024-12-19T21:56:26.169Z[ host-package] Compiling signal-hook-tokio v0.3.1
32732024-12-19T21:56:26.184Z[ helios-setup] Dec 19 21:56:24.258 INFO E| Compiling smartstring v1.0.1
32742024-12-19T21:56:26.958Z[ host-package] Compiling twox-hash v1.6.3
32752024-12-19T21:56:27.197Z[ helios-setup] Dec 19 21:56:25.267 INFO E| Compiling rustls v0.21.0
32762024-12-19T21:56:28.337Z[ host-package] Compiling yasna v0.5.2
32772024-12-19T21:56:29.090Z[ helios-setup] Dec 19 21:56:27.151 INFO E| Compiling rustls-webpki v0.100.1
32782024-12-19T21:56:29.389Z[ host-package] Compiling is_ci v1.2.0
32792024-12-19T21:56:30.244Z[ host-package] Compiling smawk v0.3.2
32802024-12-19T21:56:30.911Z[ host-package] Compiling unicode-linebreak v0.1.5
32812024-12-19T21:56:32.219Z[ host-package] Compiling textwrap v0.16.1
32822024-12-19T21:56:33.485Z[ helios-setup] Dec 19 21:56:31.528 INFO E| Compiling sct v0.7.0
32832024-12-19T21:56:34.433Z[ helios-setup] Dec 19 21:56:32.472 INFO E| Compiling toml_datetime v0.6.1
32842024-12-19T21:56:34.563Z[ host-package] Compiling rcgen v0.12.1
32852024-12-19T21:56:34.916Z[ host-package] Compiling supports-color v3.0.1
32862024-12-19T21:56:35.824Z[ helios-setup] Dec 19 21:56:33.857 INFO E| Compiling serde_spanned v0.6.1
32872024-12-19T21:56:36.451Z[ helios-setup] Dec 19 21:56:34.482 INFO E| Compiling async-trait v0.1.68
32882024-12-19T21:56:37.861Z[ helios-setup] Dec 19 21:56:35.886 INFO E| Compiling static_assertions v1.1.0
32892024-12-19T21:56:38.137Z[ helios-setup] Dec 19 21:56:36.160 INFO E| Compiling winnow v0.4.1
32902024-12-19T21:56:38.147Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32912024-12-19T21:56:38.206Z[ helios-setup] Dec 19 21:56:36.226 INFO E| Compiling slog-async v2.7.0
32922024-12-19T21:56:39.677Z[ helios-setup] Dec 19 21:56:37.694 INFO E| Compiling match_cfg v0.1.0
32932024-12-19T21:56:40.133Z[ helios-setup] Dec 19 21:56:38.148 INFO E| Compiling paste v1.0.12
32942024-12-19T21:56:42.207Z[ helios-setup] Dec 19 21:56:39.445 INFO E| Compiling camino v1.1.4
32952024-12-19T21:56:42.207Z[ helios-setup] Dec 19 21:56:39.714 INFO E| Compiling hostname v0.3.1
32962024-12-19T21:56:44.068Z[ helios-setup] Dec 19 21:56:42.067 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
32972024-12-19T21:56:49.104Z[ helios-setup] Dec 19 21:56:44.156 INFO E| Compiling toml_edit v0.19.8
32982024-12-19T21:56:49.130Z[ helios-setup] Dec 19 21:56:44.613 INFO E| Compiling slog-json v2.6.1
32992024-12-19T21:56:49.130Z[ helios-setup] Dec 19 21:56:45.677 INFO E| Compiling unicode-linebreak v0.1.4
33002024-12-19T21:56:49.401Z[ helios-setup] Dec 19 21:56:47.378 INFO E| Compiling async-stream-impl v0.3.5
33012024-12-19T21:56:52.364Z[ helios-setup] Dec 19 21:56:50.328 INFO E| Compiling rhai_codegen v1.5.0
33022024-12-19T21:56:52.721Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33032024-12-19T21:56:52.896Z[ helios-setup] Dec 19 21:56:50.858 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
33042024-12-19T21:56:53.775Z[ helios-setup] Dec 19 21:56:51.733 INFO E| Compiling take_mut v0.2.2
33052024-12-19T21:56:56.018Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
33062024-12-19T21:56:57.488Z[ helios-setup] Dec 19 21:56:55.430 INFO E| Compiling rhai v1.14.0
33072024-12-19T21:56:58.429Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
33082024-12-19T21:56:59.862Z[ helios-setup] Dec 19 21:56:57.794 INFO E| Compiling toml v0.7.3
33092024-12-19T21:57:00.221Z[ helios-setup] Dec 19 21:56:58.151 INFO E| Compiling async-stream v0.3.5
33102024-12-19T21:57:01.257Z[ helios-setup] Dec 19 21:56:59.183 INFO E| Compiling tokio-rustls v0.24.0
33112024-12-19T21:57:01.317Z[ helios-setup] Dec 19 21:56:59.243 INFO E| Compiling slog-bunyan v2.4.0
33122024-12-19T21:57:06.996Z[ helios-setup] Dec 19 21:57:04.898 INFO E| Compiling rustls-pemfile v1.0.2
33132024-12-19T21:57:08.455Z[ helios-setup] Dec 19 21:57:06.350 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
33142024-12-19T21:57:08.702Z[ helios-setup] Dec 19 21:57:06.597 INFO E| Compiling bincode v1.3.3
33152024-12-19T21:57:10.425Z[ helios-setup] Dec 19 21:57:08.312 INFO E| Compiling serde_path_to_error v0.1.11
33162024-12-19T21:57:11.430Z[ helios-setup] Dec 19 21:57:09.313 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
33172024-12-19T21:57:12.812Z[ helios-setup] Dec 19 21:57:10.689 INFO E| Compiling terminal_size v0.2.6
33182024-12-19T21:57:13.335Z[ helios-setup] Dec 19 21:57:11.210 INFO E| Compiling smawk v0.3.1
33192024-12-19T21:57:13.989Z[ helios-setup] Dec 19 21:57:11.861 INFO E| Compiling textwrap v0.16.0
33202024-12-19T21:57:14.053Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33212024-12-19T21:57:36.063Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33222024-12-19T21:57:41.486Z[ helios-setup] Dec 19 21:57:39.242 INFO E| Compiling git2 v0.16.1
33232024-12-19T21:57:43.961Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33242024-12-19T21:57:47.066Z[ helios-setup] Dec 19 21:57:44.798 INFO E| Compiling built v0.6.0
33252024-12-19T21:57:50.225Z[ helios-setup] Dec 19 21:57:47.944 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
33262024-12-19T21:57:51.878Z[ helios-setup] Dec 19 21:57:49.590 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
33272024-12-19T21:57:52.600Z[ helios-setup] Dec 19 21:57:50.309 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
33282024-12-19T21:57:52.600Z[ helios-setup] Dec 19 21:57:50.309 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
33292024-12-19T21:57:55.631Z[ helios-setup] Dec 19 21:57:53.327 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
33302024-12-19T21:57:58.671Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33312024-12-19T21:58:02.157Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33322024-12-19T21:58:03.544Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
33332024-12-19T21:58:04.115Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
33342024-12-19T21:58:04.759Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33352024-12-19T21:58:16.380Z[ host-package] Compiling fatfs v0.3.6
33362024-12-19T21:58:21.904Z[ host-package] Compiling subprocess v0.2.9
33372024-12-19T21:58:24.723Z[ host-package] Compiling rtoolbox v0.0.2
33382024-12-19T21:58:25.833Z[ host-package] Compiling assert_matches v1.5.0
33392024-12-19T21:58:30.169Z[ host-package] Compiling rpassword v7.3.1
33402024-12-19T21:58:30.899Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33412024-12-19T21:58:31.249Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33422024-12-19T21:58:36.921Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33432024-12-19T21:58:42.548Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33442024-12-19T21:58:43.636Z[ host-package] Compiling tui-tree-widget v0.22.0
33452024-12-19T21:58:44.260Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33462024-12-19T21:58:45.025Z[ helios-setup] Dec 19 21:58:42.513 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
33472024-12-19T21:58:46.833Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
33482024-12-19T21:58:47.311Z[ host-package] Compiling uzers v0.12.1
33492024-12-19T21:58:51.052Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33502024-12-19T21:58:59.349Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33512024-12-19T21:59:01.831Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33522024-12-19T21:59:38.642Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33532024-12-19T21:59:51.307Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33542024-12-19T21:59:52.308Z[ helios-setup] Dec 19 21:59:49.918 INFO E| Finished `release` profile [optimized] target(s) in 6m 41s
33552024-12-19T21:59:52.558Z[ helios-setup] Dec 19 21:59:50.061 INFO building project "pilot" ok (402 seconds)
33562024-12-19T21:59:52.558Z[ helios-setup] Dec 19 21:59:50.061 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
33572024-12-19T21:59:52.570Z[ helios-setup] Dec 19 21:59:50.061 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
33582024-12-19T21:59:52.787Z[ helios-setup] Dec 19 21:59:50.422 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
33592024-12-19T21:59:53.276Z[ helios-setup] Dec 19 21:59:50.941 INFO E| From https://github.com/jclulow/rust-jmclib
33602024-12-19T21:59:53.276Z[ helios-setup] Dec 19 21:59:50.942 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
33612024-12-19T21:59:53.296Z[ helios-setup] Dec 19 21:59:50.963 INFO E| Updating crates.io index
33622024-12-19T21:59:53.395Z[ helios-setup] Dec 19 21:59:51.067 INFO E| Downloading crates ...
33632024-12-19T21:59:53.518Z[ helios-setup] Dec 19 21:59:51.198 INFO E| Downloaded cpufeatures v0.2.9
33642024-12-19T21:59:53.521Z[ helios-setup] Dec 19 21:59:51.202 INFO E| Downloaded bitflags v2.3.3
33652024-12-19T21:59:53.526Z[ helios-setup] Dec 19 21:59:51.206 INFO E| Downloaded anyhow v1.0.72
33662024-12-19T21:59:53.532Z[ helios-setup] Dec 19 21:59:51.213 INFO E| Downloaded libdevinfo-sys v1.0.0
33672024-12-19T21:59:53.534Z[ helios-setup] Dec 19 21:59:51.214 INFO E| Downloaded digest v0.9.0
33682024-12-19T21:59:53.537Z[ helios-setup] Dec 19 21:59:51.217 INFO E| Downloaded fastrand v2.0.0
33692024-12-19T21:59:53.539Z[ helios-setup] Dec 19 21:59:51.219 INFO E| Downloaded block-buffer v0.9.0
33702024-12-19T21:59:53.564Z[ helios-setup] Dec 19 21:59:51.247 INFO E| Downloaded uuid v0.8.2
33712024-12-19T21:59:53.570Z[ helios-setup] Dec 19 21:59:51.253 INFO E| Downloaded once_cell v1.18.0
33722024-12-19T21:59:53.574Z[ helios-setup] Dec 19 21:59:51.257 INFO E| Downloaded md-5 v0.9.1
33732024-12-19T21:59:53.576Z[ helios-setup] Dec 19 21:59:51.260 INFO E| Downloaded sha-1 v0.9.8
33742024-12-19T21:59:53.579Z[ helios-setup] Dec 19 21:59:51.263 INFO E| Downloaded quote v1.0.31
33752024-12-19T21:59:53.583Z[ helios-setup] Dec 19 21:59:51.268 INFO E| Downloaded getrandom v0.2.10
33762024-12-19T21:59:53.589Z[ helios-setup] Dec 19 21:59:51.273 INFO E| Downloaded unicode-ident v1.0.11
33772024-12-19T21:59:53.593Z[ helios-setup] Dec 19 21:59:51.278 INFO E| Downloaded tempfile v3.7.0
33782024-12-19T21:59:53.597Z[ helios-setup] Dec 19 21:59:51.282 INFO E| Downloaded serde v1.0.193
33792024-12-19T21:59:53.602Z[ helios-setup] Dec 19 21:59:51.287 INFO E| Downloaded serde_derive v1.0.193
33802024-12-19T21:59:53.607Z[ helios-setup] Dec 19 21:59:51.292 INFO E| Downloaded proc-macro2 v1.0.66
33812024-12-19T21:59:53.616Z[ helios-setup] Dec 19 21:59:51.302 INFO E| Downloaded serde_json v1.0.103
33822024-12-19T21:59:53.639Z[ helios-setup] Dec 19 21:59:51.327 INFO E| Downloaded syn v2.0.32
33832024-12-19T21:59:53.656Z[ helios-setup] Dec 19 21:59:51.344 INFO E| Downloaded rustix v0.38.4
33842024-12-19T21:59:53.755Z[ helios-setup] Dec 19 21:59:51.449 INFO E| Downloaded libc v0.2.147
33852024-12-19T21:59:53.778Z[ host-package] Compiling multimap v0.10.0
33862024-12-19T21:59:53.873Z[ helios-setup] Dec 19 21:59:51.573 INFO E| Compiling libc v0.2.147
33872024-12-19T21:59:53.916Z[ helios-setup] Dec 19 21:59:51.617 INFO E| Compiling proc-macro2 v1.0.66
33882024-12-19T21:59:53.916Z[ helios-setup] Dec 19 21:59:51.617 INFO E| Compiling cfg-if v1.0.0
33892024-12-19T21:59:53.919Z[ helios-setup] Dec 19 21:59:51.617 INFO E| Compiling unicode-ident v1.0.11
33902024-12-19T21:59:53.919Z[ helios-setup] Dec 19 21:59:51.617 INFO E| Compiling version_check v0.9.4
33912024-12-19T21:59:53.919Z[ helios-setup] Dec 19 21:59:51.617 INFO E| Compiling typenum v1.16.0
33922024-12-19T21:59:53.919Z[ helios-setup] Dec 19 21:59:51.617 INFO E| Compiling serde v1.0.193
33932024-12-19T21:59:53.919Z[ helios-setup] Dec 19 21:59:51.617 INFO E| Compiling itoa v1.0.9
33942024-12-19T21:59:54.083Z[ helios-setup] Dec 19 21:59:51.795 INFO E| Compiling rustix v0.38.4
33952024-12-19T21:59:54.347Z[ helios-setup] Dec 19 21:59:52.076 INFO E| Compiling slog v2.7.0
33962024-12-19T21:59:54.420Z[ helios-setup] Dec 19 21:59:52.152 INFO E| Compiling powerfmt v0.2.0
33972024-12-19T21:59:55.046Z[ helios-setup] Dec 19 21:59:52.815 INFO E| Compiling time-core v0.1.2
33982024-12-19T21:59:55.198Z[ helios-setup] Dec 19 21:59:52.976 INFO E| Compiling num-conv v0.1.0
33992024-12-19T21:59:55.359Z[ helios-setup] Dec 19 21:59:53.121 INFO E| Compiling generic-array v0.14.7
34002024-12-19T21:59:55.387Z[ helios-setup] Dec 19 21:59:53.176 INFO E| Compiling deranged v0.3.11
34012024-12-19T21:59:55.689Z[ helios-setup] Dec 19 21:59:53.492 INFO E| Compiling bitflags v2.3.3
34022024-12-19T21:59:55.880Z[ helios-setup] Dec 19 21:59:53.696 INFO E| Compiling time-macros v0.2.18
34032024-12-19T21:59:56.308Z[ helios-setup] Dec 19 21:59:54.150 INFO E| Compiling once_cell v1.18.0
34042024-12-19T21:59:56.313Z[ helios-setup] Dec 19 21:59:54.156 INFO E| Compiling num_threads v0.1.6
34052024-12-19T21:59:56.547Z[ helios-setup] Dec 19 21:59:54.402 INFO E| Compiling opaque-debug v0.3.0
34062024-12-19T21:59:56.659Z[ helios-setup] Dec 19 21:59:54.521 INFO E| Compiling fastrand v2.0.0
34072024-12-19T21:59:57.377Z[ helios-setup] Dec 19 21:59:55.281 INFO E| Compiling quote v1.0.31
34082024-12-19T21:59:57.875Z[ helios-setup] Dec 19 21:59:55.808 INFO E| Compiling thread_local v1.1.7
34092024-12-19T21:59:58.094Z[ helios-setup] Dec 19 21:59:56.039 INFO E| Compiling syn v2.0.32
34102024-12-19T21:59:58.649Z[ helios-setup] Dec 19 21:59:56.627 INFO E| Compiling dirs-sys-next v0.1.2
34112024-12-19T21:59:58.720Z[ helios-setup] Dec 19 21:59:56.702 INFO E| Compiling errno v0.3.1
34122024-12-19T21:59:59.051Z[ helios-setup] Dec 19 21:59:57.052 INFO E| Compiling dirs-next v2.0.0
34132024-12-19T21:59:59.152Z[ helios-setup] Dec 19 21:59:57.159 INFO E| Compiling atty v0.2.14
34142024-12-19T21:59:59.233Z[ helios-setup] Dec 19 21:59:57.245 INFO E| Compiling term v0.7.0
34152024-12-19T21:59:59.439Z[ helios-setup] Dec 19 21:59:57.462 INFO E| Compiling anyhow v1.0.72
34162024-12-19T21:59:59.506Z[ helios-setup] Dec 19 21:59:57.533 INFO E| Compiling serde_json v1.0.103
34172024-12-19T22:00:00.190Z[ helios-setup] Dec 19 21:59:58.257 INFO E| Compiling getrandom v0.2.10
34182024-12-19T22:00:00.581Z[ helios-setup] Dec 19 21:59:58.671 INFO E| Compiling block-buffer v0.9.0
34192024-12-19T22:00:00.619Z[ helios-setup] Dec 19 21:59:58.711 INFO E| Compiling digest v0.9.0
34202024-12-19T22:00:00.936Z[ helios-setup] Dec 19 21:59:59.046 INFO E| Compiling unicode-width v0.1.10
34212024-12-19T22:00:00.999Z[ helios-setup] Dec 19 21:59:59.113 INFO E| Compiling cpufeatures v0.2.9
34222024-12-19T22:00:00.999Z[ helios-setup] Dec 19 21:59:59.113 INFO E| Compiling same-file v1.0.6
34232024-12-19T22:00:01.207Z[ helios-setup] Dec 19 21:59:59.333 INFO E| Compiling ryu v1.0.15
34242024-12-19T22:00:01.418Z[ helios-setup] Dec 19 21:59:59.556 INFO E| Compiling walkdir v2.3.3
34252024-12-19T22:00:01.560Z[ helios-setup] Dec 19 21:59:59.706 INFO E| Compiling time v0.3.36
34262024-12-19T22:00:01.597Z[ helios-setup] Dec 19 21:59:59.746 INFO E| Compiling getopts v0.2.21
34272024-12-19T22:00:02.015Z[ helios-setup] Dec 19 22:00:00.188 INFO E| Compiling sha-1 v0.9.8
34282024-12-19T22:00:02.821Z[ helios-setup] Dec 19 22:00:01.040 INFO E| Compiling tempfile v3.7.0
34292024-12-19T22:00:03.232Z[ helios-setup] Dec 19 22:00:01.476 INFO E| Compiling md-5 v0.9.1
34302024-12-19T22:00:03.243Z[ helios-setup] Dec 19 22:00:01.487 INFO E| Compiling glob v0.3.1
34312024-12-19T22:00:03.462Z[ helios-setup] Dec 19 22:00:01.719 INFO E| Compiling libdevinfo-sys v1.0.0
34322024-12-19T22:00:04.906Z[ helios-setup] Dec 19 22:00:03.246 INFO E| Compiling slog-term v2.9.0
34332024-12-19T22:00:07.311Z[ helios-setup] Dec 19 22:00:05.792 INFO E| Compiling serde_derive v1.0.193
34342024-12-19T22:00:23.458Z[ helios-setup] Dec 19 22:00:22.529 INFO E| Compiling toml v0.5.11
34352024-12-19T22:00:23.458Z[ helios-setup] Dec 19 22:00:22.529 INFO E| Compiling uuid v0.8.2
34362024-12-19T22:00:25.594Z[ helios-setup] Dec 19 22:00:24.656 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
34372024-12-19T22:00:28.585Z[ helios-setup] Dec 19 22:00:27.632 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
34382024-12-19T22:00:43.061Z[ helios-setup] Dec 19 22:00:42.049 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.31s
34392024-12-19T22:00:43.096Z[ helios-setup] Dec 19 22:00:42.083 INFO building project "image-builder" ok (50 seconds)
34402024-12-19T22:00:43.099Z[ helios-setup] rm -f helios-build
34412024-12-19T22:00:43.102Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
34422024-12-19T22:00:43.105Z[ helios-setup]
34432024-12-19T22:00:43.105Z[ helios-setup] Setup complete! ./helios-build is now available.
34442024-12-19T22:00:43.107Z[ helios-setup]
34452024-12-19T22:00:43.107Z[ helios-setup]
34462024-12-19T22:00:43.108Z[ helios-setup] real 11:50.830917331
34472024-12-19T22:00:43.108Z[ helios-setup] user 28:39.857750568
34482024-12-19T22:00:43.108Z[ helios-setup] sys 3:31.878666797
34492024-12-19T22:00:43.108Z[ helios-setup] trap 1.706400146
34502024-12-19T22:00:43.108Z[ helios-setup] tflt 8.303138445
34512024-12-19T22:00:43.108Z[ helios-setup] dflt 31.700489622
34522024-12-19T22:00:43.108Z[ helios-setup] kflt 0.020968271
34532024-12-19T22:00:43.108Z[ helios-setup] lock 2:07:44.777726432
34542024-12-19T22:00:43.108Z[ helios-setup] slp 3:43:05.168422538
34552024-12-19T22:00:43.108Z[ helios-setup] lat 32:23.128221471
34562024-12-19T22:00:43.108Z[ helios-setup] stop 4:13.927540495
34572024-12-19T22:00:43.108ZDec 19 22:00:42.095 INFO [helios-setup] process exited with exit status: 0 (710.836369999s)
34582024-12-19T22:00:43.111ZDec 19 22:00:42.096 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
34592024-12-19T22:00:43.144Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos'
34602024-12-19T22:00:43.512Z[ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26)
34612024-12-19T22:00:43.512Z[ phbl-toolchain] info: downloading component 'cargo'
34622024-12-19T22:00:44.859Z[ phbl-toolchain] info: downloading component 'clippy'
34632024-12-19T22:00:45.290Z[ phbl-toolchain] info: downloading component 'llvm-tools'
34642024-12-19T22:00:50.773Z[ phbl-toolchain] info: downloading component 'miri'
34652024-12-19T22:00:51.084Z[ phbl-toolchain] info: downloading component 'rust-docs'
34662024-12-19T22:00:52.366Z[ phbl-toolchain] info: downloading component 'rust-src'
34672024-12-19T22:00:52.553Z[ phbl-toolchain] info: downloading component 'rust-std'
34682024-12-19T22:00:54.368Z[ phbl-toolchain] info: downloading component 'rustc'
34692024-12-19T22:01:01.854Z[ phbl-toolchain] info: downloading component 'rustfmt'
34702024-12-19T22:01:02.141Z[ phbl-toolchain] info: installing component 'cargo'
34712024-12-19T22:01:03.418Z[ phbl-toolchain] info: installing component 'clippy'
34722024-12-19T22:01:04.001Z[ phbl-toolchain] info: installing component 'llvm-tools'
34732024-12-19T22:01:09.766Z[ phbl-toolchain] info: installing component 'miri'
34742024-12-19T22:01:10.096Z[ phbl-toolchain] info: installing component 'rust-docs'
34752024-12-19T22:01:17.933Z[ phbl-toolchain] info: installing component 'rust-src'
34762024-12-19T22:01:18.599Z[ phbl-toolchain] info: installing component 'rust-std'
34772024-12-19T22:01:20.869Z[ phbl-toolchain] info: installing component 'rustc'
34782024-12-19T22:01:29.958Z[ phbl-toolchain] info: installing component 'rustfmt'
34792024-12-19T22:01:30.730Z[ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25)
34802024-12-19T22:01:30.733ZDec 19 22:01:29.520 INFO [phbl-toolchain] process exited with exit status: 0 (47.423895738s)
34812024-12-19T22:02:29.072Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34822024-12-19T22:02:29.282Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34832024-12-19T22:09:10.104Z[ host-package] Finished `release` profile [optimized] target(s) in 19m 25s
34842024-12-19T22:10:19.359ZDec 19 22:10:17.910 INFO [host-package] process exited with exit status: 0 (1234.14372619s)
34852024-12-19T22:10:19.359ZDec 19 22:10:17.910 INFO [host-stamp] running task
34862024-12-19T22:10:19.361ZDec 19 22:10:17.911 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
34872024-12-19T22:10:19.361ZDec 19 22:10:17.911 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+git6c76593747f
34882024-12-19T22:10:19.377ZDec 19 22:10:17.929 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+git6c76593747f
34892024-12-19T22:10:19.384Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
34902024-12-19T22:10:19.387Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
34912024-12-19T22:10:19.390ZDec 19 22:10:17.939 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+git6c76593747f
34922024-12-19T22:10:19.398ZDec 19 22:10:17.950 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+git6c76593747f
34932024-12-19T22:10:19.407Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
34942024-12-19T22:10:19.411Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
34952024-12-19T22:10:19.413ZDec 19 22:10:17.963 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+git6c76593747f
34962024-12-19T22:10:19.424Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
34972024-12-19T22:10:19.427ZDec 19 22:10:17.978 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+git6c76593747f
34982024-12-19T22:10:19.437Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
34992024-12-19T22:10:19.440ZDec 19 22:10:17.990 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+git6c76593747f
35002024-12-19T22:10:19.449Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
35012024-12-19T22:10:19.451Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
35022024-12-19T22:10:19.455ZDec 19 22:10:18.007 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+git6c76593747f
35032024-12-19T22:10:19.458Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
35042024-12-19T22:10:19.474Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35052024-12-19T22:10:19.474ZDec 19 22:10:18.024 INFO [stamp-overlay] process exited with exit status: 0 (46.419812ms)
35062024-12-19T22:10:19.474ZDec 19 22:10:18.024 INFO [stamp-oxlog] process exited with exit status: 0 (74.169872ms)
35072024-12-19T22:10:19.486Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
35082024-12-19T22:10:19.489Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
35092024-12-19T22:10:19.493ZDec 19 22:10:18.045 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (37.9276ms)
35102024-12-19T22:10:19.496Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
35112024-12-19T22:10:19.499ZDec 19 22:10:18.051 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (121.390051ms)
35122024-12-19T22:10:19.672Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
35132024-12-19T22:10:19.683ZDec 19 22:10:18.226 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (235.547487ms)
35142024-12-19T22:10:19.782Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
35152024-12-19T22:10:19.786ZDec 19 22:10:18.336 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (396.702464ms)
35162024-12-19T22:10:20.649Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35172024-12-19T22:10:20.665Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
35182024-12-19T22:10:20.668ZDec 19 22:10:19.214 INFO [stamp-propolis-server] process exited with exit status: 0 (1.251339895s)
35192024-12-19T22:10:22.990Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35202024-12-19T22:10:30.111Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
35212024-12-19T22:10:30.114ZDec 19 22:10:28.620 INFO [stamp-switch-asic] process exited with exit status: 0 (10.708506052s)
35222024-12-19T22:10:30.114ZDec 19 22:10:28.620 INFO [host-stamp] task succeeded (10.709730757s)
35232024-12-19T22:10:30.114ZDec 19 22:10:28.620 INFO [host-proto] running task
35242024-12-19T22:10:30.566ZDec 19 22:10:29.068 INFO [host-proto] task succeeded (447.538861ms)
35252024-12-19T22:10:30.566ZDec 19 22:10:29.068 INFO [host-profile] running task
35262024-12-19T22:10:30.569ZDec 19 22:10:29.068 INFO [host-profile] task succeeded (379.397µs)
35272024-12-19T22:10:30.569ZDec 19 22:10:29.069 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.34.311' -P /tmp/.tmplpZFK3/proto/host/root -N 'ci 6c76593/${os_short_commit} 2024-12-19 21:48' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
35282024-12-19T22:10:30.583Z[ host-image] Dec 19 22:10:29.087 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
35292024-12-19T22:10:30.588Z[ host-image] Dec 19 22:10:29.087 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
35302024-12-19T22:10:30.598Z[ host-image] Dec 19 22:10:29.103 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmplpZFK3/proto/host/root"
35312024-12-19T22:10:30.602Z[ host-image] Dec 19 22:10:29.103 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
35322024-12-19T22:10:30.602Z[ host-image] Dec 19 22:10:29.103 INFO image builder template: ramdisk-01-os...
35332024-12-19T22:10:30.602Z[ host-image] Dec 19 22:10:29.103 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/.tmplpZFK3/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.311", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
35342024-12-19T22:10:30.619Z[ host-image] Dec 19 22:10:29.123 INFO O| Dec 19 22:10:29.123 INFO CREATE DATASET: rpool/images/build/host/output
35352024-12-19T22:10:30.918Z[ host-image] Dec 19 22:10:29.420 INFO O| Dec 19 22:10:29.420 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35362024-12-19T22:10:30.923Z[ host-image] Dec 19 22:10:29.426 INFO O| Dec 19 22:10:29.426 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35372024-12-19T22:10:31.222Z[ host-image] Dec 19 22:10:29.723 INFO O| Dec 19 22:10:29.723 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
35382024-12-19T22:10:31.293Z[ host-image] Dec 19 22:10:29.794 INFO O| Dec 19 22:10:29.794 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35392024-12-19T22:10:31.297Z[ host-image] Dec 19 22:10:29.794 INFO O| Dec 19 22:10:29.794 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
35402024-12-19T22:10:31.298Z[ host-image] Dec 19 22:10:29.795 INFO O| Dec 19 22:10:29.795 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
35412024-12-19T22:10:31.298Z[ host-image] Dec 19 22:10:29.795 INFO O| Dec 19 22:10:29.795 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
35422024-12-19T22:10:31.307Z[ host-image] Dec 19 22:10:29.808 INFO O| Dec 19 22:10:29.808 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
35432024-12-19T22:10:31.555Z[ host-image] Dec 19 22:10:30.053 INFO O| Dec 19 22:10:30.053 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35442024-12-19T22:10:31.568Z[ host-image] Dec 19 22:10:30.068 INFO O| Dec 19 22:10:30.068 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
35452024-12-19T22:10:32.112Z[ host-image] Dec 19 22:10:30.610 INFO O| Dec 19 22:10:30.610 INFO O| Caching catalogs ... Done
35462024-12-19T22:10:32.239Z[ host-image] Dec 19 22:10:30.735 INFO O| Dec 19 22:10:30.735 INFO STEP 0 (pkg_image_create) COMPLETE
35472024-12-19T22:10:32.239Z[ host-image] Dec 19 22:10:30.735 INFO O| Dec 19 22:10:30.735 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35482024-12-19T22:10:32.242Z[ host-image] Dec 19 22:10:30.735 INFO O| Dec 19 22:10:30.735 INFO skip step because feature "repo_redist" is not enabled
35492024-12-19T22:10:32.242Z[ host-image] Dec 19 22:10:30.736 INFO O| Dec 19 22:10:30.735 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35502024-12-19T22:10:32.256Z[ host-image] Dec 19 22:10:30.753 INFO O| Dec 19 22:10:30.753 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"]
35512024-12-19T22:10:32.842Z[ host-image] Dec 19 22:10:31.335 INFO O| Dec 19 22:10:31.335 INFO STEP 2 (pkg_set_publisher) COMPLETE
35522024-12-19T22:10:32.842Z[ host-image] Dec 19 22:10:31.335 INFO O| Dec 19 22:10:31.335 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35532024-12-19T22:10:32.860Z[ host-image] Dec 19 22:10:31.353 INFO O| Dec 19 22:10:31.353 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"]
35542024-12-19T22:10:33.402Z[ host-image] Dec 19 22:10:31.894 INFO O| Dec 19 22:10:31.893 INFO STEP 3 (pkg_set_publisher) COMPLETE
35552024-12-19T22:10:33.402Z[ host-image] Dec 19 22:10:31.894 INFO O| Dec 19 22:10:31.893 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35562024-12-19T22:10:33.410Z[ host-image] Dec 19 22:10:31.894 INFO O| Dec 19 22:10:31.894 INFO skip step because feature "repo_redist" is not enabled
35572024-12-19T22:10:33.410Z[ host-image] Dec 19 22:10:31.894 INFO O| Dec 19 22:10:31.894 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35582024-12-19T22:10:33.985Z[ host-image] Dec 19 22:10:32.474 INFO O| Dec 19 22:10:32.474 INFO variant opensolaris.zone is already global
35592024-12-19T22:10:33.985Z[ host-image] Dec 19 22:10:32.474 INFO O| Dec 19 22:10:32.474 INFO STEP 5 (pkg_change_variant) COMPLETE
35602024-12-19T22:10:33.987Z[ host-image] Dec 19 22:10:32.474 INFO O| Dec 19 22:10:32.474 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35612024-12-19T22:10:34.573Z[ host-image] Dec 19 22:10:33.060 INFO O| Dec 19 22:10:33.060 INFO variant opensolaris.imagetype is full; changing to partial
35622024-12-19T22:10:34.573Z[ host-image] Dec 19 22:10:33.060 INFO O| Dec 19 22:10:33.060 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
35632024-12-19T22:10:42.047Z[ host-image] Dec 19 22:10:40.503 INFO O| Dec 19 22:10:40.503 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35642024-12-19T22:10:42.608Z[recovery-package] Finished `release` profile [optimized] target(s) in 22.87s
35652024-12-19T22:10:44.288ZDec 19 22:10:42.735 INFO [recovery-package] process exited with exit status: 0 (24.823184716s)
35662024-12-19T22:10:44.289ZDec 19 22:10:42.735 INFO [recovery-stamp] running task
35672024-12-19T22:10:44.292ZDec 19 22:10:42.735 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
35682024-12-19T22:10:44.292ZDec 19 22:10:42.735 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+git6c76593747f
35692024-12-19T22:10:44.309ZDec 19 22:10:42.755 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+git6c76593747f
35702024-12-19T22:10:44.320Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
35712024-12-19T22:10:44.325Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
35722024-12-19T22:10:44.408Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
35732024-12-19T22:10:44.411ZDec 19 22:10:42.857 INFO [stamp-installinator] process exited with exit status: 0 (122.160754ms)
35742024-12-19T22:10:44.451Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
35752024-12-19T22:10:44.454ZDec 19 22:10:42.900 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (145.028287ms)
35762024-12-19T22:10:44.454ZDec 19 22:10:42.900 INFO [recovery-stamp] task succeeded (165.224768ms)
35772024-12-19T22:10:44.458ZDec 19 22:10:42.900 INFO [recovery-proto] running task
35782024-12-19T22:10:44.458ZDec 19 22:10:42.900 INFO [tuf-stamp] running task
35792024-12-19T22:10:44.458ZDec 19 22:10:42.901 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+git6c76593747f
35802024-12-19T22:10:44.467ZDec 19 22:10:42.913 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+git6c76593747f
35812024-12-19T22:10:44.478Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
35822024-12-19T22:10:44.481ZDec 19 22:10:42.924 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+git6c76593747f
35832024-12-19T22:10:44.491Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
35842024-12-19T22:10:44.494ZDec 19 22:10:42.936 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+git6c76593747f
35852024-12-19T22:10:44.505Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
35862024-12-19T22:10:44.508ZDec 19 22:10:42.950 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+git6c76593747f
35872024-12-19T22:10:44.538Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
35882024-12-19T22:10:44.538ZDec 19 22:10:42.983 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+git6c76593747f
35892024-12-19T22:10:44.627ZDec 19 22:10:43.072 INFO [recovery-proto] task succeeded (171.757232ms)
35902024-12-19T22:10:44.631ZDec 19 22:10:43.072 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.34.311' -P /tmp/.tmplpZFK3/proto/recovery/root -N 'recovery 6c76593/${os_short_commit} 2024-12-19 21:48' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
35912024-12-19T22:10:44.638ZDec 19 22:10:43.083 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+git6c76593747f
35922024-12-19T22:10:44.641Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
35932024-12-19T22:10:44.742Z[ recovery-image] Dec 19 22:10:43.112 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
35942024-12-19T22:10:44.742Z[ recovery-image] Dec 19 22:10:43.112 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
35952024-12-19T22:10:44.746Z[ recovery-image] Dec 19 22:10:43.141 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmplpZFK3/proto/recovery/root"
35962024-12-19T22:10:44.746Z[ recovery-image] Dec 19 22:10:43.141 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
35972024-12-19T22:10:44.746Z[ recovery-image] Dec 19 22:10:43.141 INFO image builder template: ramdisk-01-os...
35982024-12-19T22:10:44.746Z[ recovery-image] Dec 19 22:10:43.141 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/.tmplpZFK3/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.311", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
35992024-12-19T22:10:44.764ZDec 19 22:10:43.208 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+git6c76593747f
36002024-12-19T22:10:44.766Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
36012024-12-19T22:10:44.871ZDec 19 22:10:43.313 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+git6c76593747f
36022024-12-19T22:10:44.937Z[ recovery-image] Dec 19 22:10:43.220 INFO O| Dec 19 22:10:43.220 INFO CREATE DATASET: rpool/images/build/recovery/output
36032024-12-19T22:10:44.938Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
36042024-12-19T22:10:44.938ZDec 19 22:10:43.380 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+git6c76593747f
36052024-12-19T22:10:44.969Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
36062024-12-19T22:10:44.969ZDec 19 22:10:43.412 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+git6c76593747f
36072024-12-19T22:10:45.014Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
36082024-12-19T22:10:45.015Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
36092024-12-19T22:10:45.023Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
36102024-12-19T22:10:45.063Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
36112024-12-19T22:10:45.102Z[ recovery-image] Dec 19 22:10:43.545 INFO O| Dec 19 22:10:43.545 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36122024-12-19T22:10:45.109Z[ recovery-image] Dec 19 22:10:43.552 INFO O| Dec 19 22:10:43.552 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36132024-12-19T22:10:45.138Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
36142024-12-19T22:10:45.140ZDec 19 22:10:43.581 INFO [stamp-ntp] process exited with exit status: 0 (667.566923ms)
36152024-12-19T22:10:45.159Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
36162024-12-19T22:10:45.163ZDec 19 22:10:43.604 INFO [stamp-probe] process exited with exit status: 0 (191.731502ms)
36172024-12-19T22:10:45.168Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
36182024-12-19T22:10:45.610Z[ recovery-image] Dec 19 22:10:44.051 INFO O| Dec 19 22:10:44.051 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
36192024-12-19T22:10:45.744Z[ recovery-image] Dec 19 22:10:44.183 INFO O| Dec 19 22:10:44.183 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36202024-12-19T22:10:45.744Z[ recovery-image] Dec 19 22:10:44.184 INFO O| Dec 19 22:10:44.183 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36212024-12-19T22:10:45.748Z[ recovery-image] Dec 19 22:10:44.184 INFO O| Dec 19 22:10:44.184 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36222024-12-19T22:10:45.749Z[ recovery-image] Dec 19 22:10:44.184 INFO O| Dec 19 22:10:44.184 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36232024-12-19T22:10:45.755Z[ recovery-image] Dec 19 22:10:44.195 INFO O| Dec 19 22:10:44.195 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36242024-12-19T22:10:46.036Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
36252024-12-19T22:10:46.121ZDec 19 22:10:44.560 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.623018827s)
36262024-12-19T22:10:46.205Z[ recovery-image] Dec 19 22:10:44.643 INFO O| Dec 19 22:10:44.643 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36272024-12-19T22:10:46.242Z[ recovery-image] Dec 19 22:10:44.679 INFO O| Dec 19 22:10:44.679 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
36282024-12-19T22:10:46.315Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
36292024-12-19T22:10:46.378ZDec 19 22:10:44.814 INFO [stamp-internal-dns] process exited with exit status: 0 (1.86393418s)
36302024-12-19T22:10:46.410Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
36312024-12-19T22:10:46.457ZDec 19 22:10:44.894 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.993259906s)
36322024-12-19T22:10:46.727Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
36332024-12-19T22:10:46.758ZDec 19 22:10:45.194 INFO [stamp-external-dns] process exited with exit status: 0 (1.813745824s)
36342024-12-19T22:10:46.821Z[ recovery-image] Dec 19 22:10:45.256 INFO O| Dec 19 22:10:45.256 INFO O| Caching catalogs ... Done
36352024-12-19T22:10:46.909Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
36362024-12-19T22:10:46.914ZDec 19 22:10:45.348 INFO [stamp-oximeter] process exited with exit status: 0 (2.364906484s)
36372024-12-19T22:10:46.927Z[ recovery-image] Dec 19 22:10:45.362 INFO O| Dec 19 22:10:45.362 INFO STEP 0 (pkg_image_create) COMPLETE
36382024-12-19T22:10:46.927Z[ recovery-image] Dec 19 22:10:45.362 INFO O| Dec 19 22:10:45.362 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36392024-12-19T22:10:46.927Z[ recovery-image] Dec 19 22:10:45.362 INFO O| Dec 19 22:10:45.362 INFO skip step because feature "repo_redist" is not enabled
36402024-12-19T22:10:46.927Z[ recovery-image] Dec 19 22:10:45.362 INFO O| Dec 19 22:10:45.362 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36412024-12-19T22:10:46.942Z[ recovery-image] Dec 19 22:10:45.377 INFO O| Dec 19 22:10:45.377 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"]
36422024-12-19T22:10:47.374Z[ recovery-image] Dec 19 22:10:45.806 INFO O| Dec 19 22:10:45.806 INFO STEP 2 (pkg_set_publisher) COMPLETE
36432024-12-19T22:10:47.374Z[ recovery-image] Dec 19 22:10:45.807 INFO O| Dec 19 22:10:45.806 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36442024-12-19T22:10:47.390Z[ recovery-image] Dec 19 22:10:45.820 INFO O| Dec 19 22:10:45.820 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"]
36452024-12-19T22:10:47.738Z[ host-image] Dec 19 22:10:46.169 INFO O| Dec 19 22:10:46.169 INFO O| Startup: Caching catalogs ... Done
36462024-12-19T22:10:47.831Z[ host-image] Dec 19 22:10:46.263 INFO O| Dec 19 22:10:46.262 INFO O| Planning: Planning completed in 0.00 seconds
36472024-12-19T22:10:47.836Z[ host-image] Dec 19 22:10:46.263 INFO O| Dec 19 22:10:46.263 INFO O| Planning: Consolidating action changes ... Done
36482024-12-19T22:10:47.836Z[ host-image] Dec 19 22:10:46.263 INFO O| Dec 19 22:10:46.263 INFO O| Planning: Evaluating mediators ... Done
36492024-12-19T22:10:47.836Z[ host-image] Dec 19 22:10:46.264 INFO O| Dec 19 22:10:46.264 INFO O| Planning: Planning completed in 0.00 seconds
36502024-12-19T22:10:47.836Z[ host-image] Dec 19 22:10:46.264 INFO O| Dec 19 22:10:46.264 INFO O| Variants/Facets to change: 1
36512024-12-19T22:10:47.856Z[ host-image] Dec 19 22:10:46.287 INFO O| Dec 19 22:10:46.287 INFO O| Done
36522024-12-19T22:10:47.856Z[ host-image] Dec 19 22:10:46.287 INFO O| Dec 19 22:10:46.287 INFO O| Done
36532024-12-19T22:10:47.864Z[ recovery-image] Dec 19 22:10:46.295 INFO O| Dec 19 22:10:46.295 INFO STEP 3 (pkg_set_publisher) COMPLETE
36542024-12-19T22:10:47.864Z[ recovery-image] Dec 19 22:10:46.295 INFO O| Dec 19 22:10:46.295 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36552024-12-19T22:10:47.864Z[ recovery-image] Dec 19 22:10:46.295 INFO O| Dec 19 22:10:46.295 INFO skip step because feature "repo_redist" is not enabled
36562024-12-19T22:10:47.866Z[ recovery-image] Dec 19 22:10:46.295 INFO O| Dec 19 22:10:46.295 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36572024-12-19T22:10:48.400Z[ recovery-image] Dec 19 22:10:46.829 INFO O| Dec 19 22:10:46.829 INFO variant opensolaris.zone is already global
36582024-12-19T22:10:48.400Z[ recovery-image] Dec 19 22:10:46.829 INFO O| Dec 19 22:10:46.829 INFO STEP 5 (pkg_change_variant) COMPLETE
36592024-12-19T22:10:48.403Z[ recovery-image] Dec 19 22:10:46.829 INFO O| Dec 19 22:10:46.829 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36602024-12-19T22:10:48.566Z[ host-image] Dec 19 22:10:46.993 INFO O| Dec 19 22:10:46.993 INFO O| Done
36612024-12-19T22:10:48.633Z[ host-image] Dec 19 22:10:47.061 INFO O| Dec 19 22:10:47.060 INFO O| Done
36622024-12-19T22:10:48.636Z[ host-image] Dec 19 22:10:47.062 INFO O| Dec 19 22:10:47.062 INFO O| Done
36632024-12-19T22:10:48.637Z[ host-image] Dec 19 22:10:47.062 INFO O| Dec 19 22:10:47.062 INFO O| Done
36642024-12-19T22:10:48.637Z[ host-image] Dec 19 22:10:47.063 INFO O| Dec 19 22:10:47.063 INFO O| Done
36652024-12-19T22:10:48.820Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
36662024-12-19T22:10:48.824ZDec 19 22:10:47.252 INFO [stamp-nexus] process exited with exit status: 0 (3.938564855s)
36672024-12-19T22:10:48.876Z[ recovery-image] Dec 19 22:10:47.302 INFO O| Dec 19 22:10:47.302 INFO variant opensolaris.imagetype is full; changing to partial
36682024-12-19T22:10:48.876Z[ recovery-image] Dec 19 22:10:47.303 INFO O| Dec 19 22:10:47.302 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
36692024-12-19T22:10:49.189Z[ host-image] Dec 19 22:10:47.614 INFO O| Dec 19 22:10:47.614 INFO STEP 6 (pkg_change_variant) COMPLETE
36702024-12-19T22:10:49.189Z[ host-image] Dec 19 22:10:47.615 INFO O| Dec 19 22:10:47.614 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36712024-12-19T22:10:49.192Z[ host-image] Dec 19 22:10:47.615 INFO O| Dec 19 22:10:47.614 INFO skip step because feature "debug_variant" is not enabled
36722024-12-19T22:10:49.192Z[ host-image] Dec 19 22:10:47.615 INFO O| Dec 19 22:10:47.614 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36732024-12-19T22:10:49.515Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36742024-12-19T22:10:49.605Z[ host-image] Dec 19 22:10:48.029 INFO O| Dec 19 22:10:48.028 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
36752024-12-19T22:10:49.736Z[verify-libraries] Compiling home v0.5.9
36762024-12-19T22:10:49.763Z[verify-libraries] Compiling cfg_aliases v0.1.1
36772024-12-19T22:10:49.809Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
36782024-12-19T22:10:49.816Z[verify-libraries] Compiling sqlparser_derive v0.2.2
36792024-12-19T22:10:49.817Z[verify-libraries] Compiling unicode_categories v0.1.1
36802024-12-19T22:10:49.951Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
36812024-12-19T22:10:50.068Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36822024-12-19T22:10:50.105Z[verify-libraries] Compiling nix v0.28.0
36832024-12-19T22:10:50.229Z[verify-libraries] Compiling sqlformat v0.2.6
36842024-12-19T22:10:50.349Z[verify-libraries] Compiling polyval v0.6.2
36852024-12-19T22:10:50.679Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
36862024-12-19T22:10:50.706ZDec 19 22:10:49.125 INFO [stamp-cockroachdb] process exited with exit status: 0 (6.042004455s)
36872024-12-19T22:10:50.765Z[ host-image] Dec 19 22:10:49.184 INFO O| Dec 19 22:10:49.184 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36882024-12-19T22:10:50.768Z[ host-image] Dec 19 22:10:49.186 INFO O| Dec 19 22:10:49.186 INFO O| Planning: Planning completed in 0.00 seconds
36892024-12-19T22:10:50.772Z[ host-image] Dec 19 22:10:49.188 INFO O| Dec 19 22:10:49.188 INFO O| Planning: Consolidating action changes ... Done
36902024-12-19T22:10:50.772Z[ host-image] Dec 19 22:10:49.188 INFO O| Dec 19 22:10:49.188 INFO O| Planning: Evaluating mediators ... Done
36912024-12-19T22:10:50.772Z[ host-image] Dec 19 22:10:49.189 INFO O| Dec 19 22:10:49.189 INFO O| Planning: Planning completed in 0.01 seconds
36922024-12-19T22:10:50.772Z[ host-image] Dec 19 22:10:49.190 INFO O| Dec 19 22:10:49.190 INFO O| Variants/Facets to change: 1
36932024-12-19T22:10:50.797Z[verify-libraries] Compiling ctr v0.9.2
36942024-12-19T22:10:51.159Z[ host-image] Dec 19 22:10:49.576 INFO O| Dec 19 22:10:49.576 INFO O| Done
36952024-12-19T22:10:51.159Z[ host-image] Dec 19 22:10:49.576 INFO O| Dec 19 22:10:49.576 INFO O| Done
36962024-12-19T22:10:51.213Z[verify-libraries] Compiling ghash v0.5.1
36972024-12-19T22:10:51.394Z[verify-libraries] Compiling sqlparser v0.45.0
36982024-12-19T22:10:51.495Z[verify-libraries] Compiling aes-gcm v0.10.3
36992024-12-19T22:10:51.589Z[verify-libraries] Compiling ssh-encoding v0.2.0
37002024-12-19T22:10:51.692Z[verify-libraries] Compiling blowfish v0.9.1
37012024-12-19T22:10:52.019Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
37022024-12-19T22:10:52.025Z[ host-image] Dec 19 22:10:50.439 INFO O| Dec 19 22:10:50.439 INFO O| Done
37032024-12-19T22:10:52.130Z[ host-image] Dec 19 22:10:50.544 INFO O| Dec 19 22:10:50.543 INFO O| Done
37042024-12-19T22:10:52.138Z[ host-image] Dec 19 22:10:50.545 INFO O| Dec 19 22:10:50.545 INFO O| Done
37052024-12-19T22:10:52.138Z[ host-image] Dec 19 22:10:50.545 INFO O| Dec 19 22:10:50.545 INFO O| Done
37062024-12-19T22:10:52.138Z[ host-image] Dec 19 22:10:50.547 INFO O| Dec 19 22:10:50.547 INFO O| Done
37072024-12-19T22:10:52.246Z[ host-image] Dec 19 22:10:50.659 INFO O| Dec 19 22:10:50.658 INFO STEP 8 (pkg_change_facet) COMPLETE
37082024-12-19T22:10:52.246Z[ host-image] Dec 19 22:10:50.659 INFO O| Dec 19 22:10:50.659 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37092024-12-19T22:10:52.246Z[ host-image] Dec 19 22:10:50.659 INFO O| Dec 19 22:10:50.659 INFO skip step because feature "recovery" is not enabled
37102024-12-19T22:10:52.253Z[ host-image] Dec 19 22:10:50.659 INFO O| Dec 19 22:10:50.659 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37112024-12-19T22:10:52.253Z[ host-image] Dec 19 22:10:50.659 INFO O| Dec 19 22:10:50.659 INFO skip step because feature "recovery" is not enabled
37122024-12-19T22:10:52.253Z[ host-image] Dec 19 22:10:50.659 INFO O| Dec 19 22:10:50.659 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37132024-12-19T22:10:52.270Z[ host-image] Dec 19 22:10:50.676 INFO O| Dec 19 22:10:50.676 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"]
37142024-12-19T22:10:52.916Z[verify-libraries] Compiling ssh-cipher v0.2.0
37152024-12-19T22:10:53.004Z[verify-libraries] Compiling password-hash v0.4.2
37162024-12-19T22:10:53.638Z[ host-image] Dec 19 22:10:52.042 INFO O| Dec 19 22:10:52.042 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37172024-12-19T22:10:59.398Z[verify-libraries] Compiling matches v0.1.10
37182024-12-19T22:10:59.398Z[verify-libraries] Compiling rustyline v14.0.0
37192024-12-19T22:10:59.398Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
37202024-12-19T22:10:59.398ZDec 19 22:10:56.415 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (13.491121397s)
37212024-12-19T22:10:59.398Z[verify-libraries] Compiling idna v0.2.3
37222024-12-19T22:10:59.398Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
37232024-12-19T22:10:59.398ZDec 19 22:10:57.706 INFO [stamp-clickhouse] process exited with exit status: 0 (14.497802608s)
37242024-12-19T22:10:59.398ZDec 19 22:10:57.706 INFO [tuf-stamp] task succeeded (14.805684454s)
37252024-12-19T22:10:59.658Z[verify-libraries] Compiling pbkdf2 v0.11.0
37262024-12-19T22:11:00.142Z[verify-libraries] Compiling ssh-key v0.6.6
37272024-12-19T22:11:00.246Z[verify-libraries] Compiling p521 v0.13.3
37282024-12-19T22:11:00.971Z[ recovery-image] Dec 19 22:10:59.346 INFO O| Dec 19 22:10:59.346 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37292024-12-19T22:11:03.162Z[verify-libraries] Compiling p256 v0.13.2
37302024-12-19T22:11:05.299Z[verify-libraries] Compiling enum-as-inner v0.5.1
37312024-12-19T22:11:05.904Z[verify-libraries] Compiling russh-cryptovec v0.7.3
37322024-12-19T22:11:06.692Z[verify-libraries] Compiling md5 v0.7.0
37332024-12-19T22:11:06.774Z[verify-libraries] Compiling trust-dns-proto v0.22.0
37342024-12-19T22:11:10.437Z[ recovery-image] Dec 19 22:11:08.773 INFO O| Dec 19 22:11:08.773 INFO O| Startup: Caching catalogs ... Done
37352024-12-19T22:11:10.546Z[ recovery-image] Dec 19 22:11:08.882 INFO O| Dec 19 22:11:08.882 INFO O| Planning: Planning completed in 0.00 seconds
37362024-12-19T22:11:10.549Z[ recovery-image] Dec 19 22:11:08.883 INFO O| Dec 19 22:11:08.883 INFO O| Planning: Consolidating action changes ... Done
37372024-12-19T22:11:10.549Z[ recovery-image] Dec 19 22:11:08.883 INFO O| Dec 19 22:11:08.883 INFO O| Planning: Evaluating mediators ... Done
37382024-12-19T22:11:10.549Z[ recovery-image] Dec 19 22:11:08.884 INFO O| Dec 19 22:11:08.884 INFO O| Planning: Planning completed in 0.00 seconds
37392024-12-19T22:11:10.550Z[ recovery-image] Dec 19 22:11:08.884 INFO O| Dec 19 22:11:08.884 INFO O| Variants/Facets to change: 1
37402024-12-19T22:11:10.717Z[ recovery-image] Dec 19 22:11:09.051 INFO O| Dec 19 22:11:09.051 INFO O| Done
37412024-12-19T22:11:10.717Z[ recovery-image] Dec 19 22:11:09.051 INFO O| Dec 19 22:11:09.051 INFO O| Done
37422024-12-19T22:11:11.658Z[ recovery-image] Dec 19 22:11:09.988 INFO O| Dec 19 22:11:09.988 INFO O| Done
37432024-12-19T22:11:11.767Z[ recovery-image] Dec 19 22:11:10.097 INFO O| Dec 19 22:11:10.097 INFO O| Done
37442024-12-19T22:11:11.770Z[ recovery-image] Dec 19 22:11:10.099 INFO O| Dec 19 22:11:10.099 INFO O| Done
37452024-12-19T22:11:11.770Z[ recovery-image] Dec 19 22:11:10.099 INFO O| Dec 19 22:11:10.099 INFO O| Done
37462024-12-19T22:11:11.773Z[ recovery-image] Dec 19 22:11:10.101 INFO O| Dec 19 22:11:10.101 INFO O| Done
37472024-12-19T22:11:12.423Z[ recovery-image] Dec 19 22:11:10.750 INFO O| Dec 19 22:11:10.750 INFO STEP 6 (pkg_change_variant) COMPLETE
37482024-12-19T22:11:12.423Z[ recovery-image] Dec 19 22:11:10.750 INFO O| Dec 19 22:11:10.750 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37492024-12-19T22:11:12.423Z[ recovery-image] Dec 19 22:11:10.750 INFO O| Dec 19 22:11:10.750 INFO skip step because feature "debug_variant" is not enabled
37502024-12-19T22:11:12.425Z[ recovery-image] Dec 19 22:11:10.750 INFO O| Dec 19 22:11:10.750 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37512024-12-19T22:11:12.576Z[verify-libraries] Compiling russh-keys v0.45.0
37522024-12-19T22:11:12.600Z[verify-libraries] Compiling num-bigint v0.4.6
37532024-12-19T22:11:13.098Z[ recovery-image] Dec 19 22:11:11.422 INFO O| Dec 19 22:11:11.422 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
37542024-12-19T22:11:14.085Z[ recovery-image] Dec 19 22:11:12.405 INFO O| Dec 19 22:11:12.405 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37552024-12-19T22:11:14.088Z[ recovery-image] Dec 19 22:11:12.407 INFO O| Dec 19 22:11:12.407 INFO O| Planning: Planning completed in 0.00 seconds
37562024-12-19T22:11:14.088Z[ recovery-image] Dec 19 22:11:12.408 INFO O| Dec 19 22:11:12.408 INFO O| Planning: Consolidating action changes ... Done
37572024-12-19T22:11:14.088Z[ recovery-image] Dec 19 22:11:12.408 INFO O| Dec 19 22:11:12.408 INFO O| Planning: Evaluating mediators ... Done
37582024-12-19T22:11:14.091Z[ recovery-image] Dec 19 22:11:12.409 INFO O| Dec 19 22:11:12.409 INFO O| Planning: Planning completed in 0.00 seconds
37592024-12-19T22:11:14.091Z[ recovery-image] Dec 19 22:11:12.409 INFO O| Dec 19 22:11:12.409 INFO O| Variants/Facets to change: 1
37602024-12-19T22:11:14.184Z[ recovery-image] Dec 19 22:11:12.504 INFO O| Dec 19 22:11:12.504 INFO O| Done
37612024-12-19T22:11:14.184Z[ recovery-image] Dec 19 22:11:12.504 INFO O| Dec 19 22:11:12.504 INFO O| Done
37622024-12-19T22:11:15.089Z[ recovery-image] Dec 19 22:11:13.405 INFO O| Dec 19 22:11:13.405 INFO O| Done
37632024-12-19T22:11:15.192Z[ recovery-image] Dec 19 22:11:13.506 INFO O| Dec 19 22:11:13.506 INFO O| Done
37642024-12-19T22:11:15.195Z[ recovery-image] Dec 19 22:11:13.507 INFO O| Dec 19 22:11:13.507 INFO O| Done
37652024-12-19T22:11:15.195Z[ recovery-image] Dec 19 22:11:13.507 INFO O| Dec 19 22:11:13.507 INFO O| Done
37662024-12-19T22:11:15.196Z[ recovery-image] Dec 19 22:11:13.509 INFO O| Dec 19 22:11:13.509 INFO O| Done
37672024-12-19T22:11:15.328Z[ recovery-image] Dec 19 22:11:13.643 INFO O| Dec 19 22:11:13.643 INFO STEP 8 (pkg_change_facet) COMPLETE
37682024-12-19T22:11:15.328Z[ recovery-image] Dec 19 22:11:13.643 INFO O| Dec 19 22:11:13.643 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37692024-12-19T22:11:15.992Z[ recovery-image] Dec 19 22:11:14.304 INFO O| Dec 19 22:11:14.304 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
37702024-12-19T22:11:17.238Z[ recovery-image] Dec 19 22:11:15.544 INFO O| Dec 19 22:11:15.544 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37712024-12-19T22:11:17.240Z[ recovery-image] Dec 19 22:11:15.546 INFO O| Dec 19 22:11:15.546 INFO O| Planning: Planning completed in 0.00 seconds
37722024-12-19T22:11:17.241Z[ recovery-image] Dec 19 22:11:15.547 INFO O| Dec 19 22:11:15.547 INFO O| Planning: Consolidating action changes ... Done
37732024-12-19T22:11:17.241Z[ recovery-image] Dec 19 22:11:15.547 INFO O| Dec 19 22:11:15.547 INFO O| Planning: Evaluating mediators ... Done
37742024-12-19T22:11:17.244Z[ recovery-image] Dec 19 22:11:15.548 INFO O| Dec 19 22:11:15.548 INFO O| Planning: Planning completed in 0.00 seconds
37752024-12-19T22:11:17.245Z[ recovery-image] Dec 19 22:11:15.548 INFO O| Dec 19 22:11:15.548 INFO O| Variants/Facets to change: 1
37762024-12-19T22:11:17.337Z[ recovery-image] Dec 19 22:11:15.642 INFO O| Dec 19 22:11:15.642 INFO O| Done
37772024-12-19T22:11:17.337Z[ recovery-image] Dec 19 22:11:15.642 INFO O| Dec 19 22:11:15.642 INFO O| Done
37782024-12-19T22:11:18.126Z[ recovery-image] Dec 19 22:11:16.428 INFO O| Dec 19 22:11:16.428 INFO O| Done
37792024-12-19T22:11:18.242Z[ recovery-image] Dec 19 22:11:16.545 INFO O| Dec 19 22:11:16.545 INFO O| Done
37802024-12-19T22:11:18.245Z[ recovery-image] Dec 19 22:11:16.546 INFO O| Dec 19 22:11:16.546 INFO O| Done
37812024-12-19T22:11:18.245Z[ recovery-image] Dec 19 22:11:16.546 INFO O| Dec 19 22:11:16.546 INFO O| Done
37822024-12-19T22:11:18.248Z[ recovery-image] Dec 19 22:11:16.548 INFO O| Dec 19 22:11:16.548 INFO O| Done
37832024-12-19T22:11:18.336Z[ recovery-image] Dec 19 22:11:16.638 INFO O| Dec 19 22:11:16.638 INFO STEP 9 (pkg_change_facet) COMPLETE
37842024-12-19T22:11:18.336Z[ recovery-image] Dec 19 22:11:16.638 INFO O| Dec 19 22:11:16.638 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37852024-12-19T22:11:19.104Z[ recovery-image] Dec 19 22:11:17.403 INFO O| Dec 19 22:11:17.403 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
37862024-12-19T22:11:20.197Z[ recovery-image] Dec 19 22:11:18.491 INFO O| Dec 19 22:11:18.491 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37872024-12-19T22:11:20.200Z[ recovery-image] Dec 19 22:11:18.494 INFO O| Dec 19 22:11:18.493 INFO O| Planning: Planning completed in 0.00 seconds
37882024-12-19T22:11:20.200Z[ recovery-image] Dec 19 22:11:18.495 INFO O| Dec 19 22:11:18.494 INFO O| Planning: Consolidating action changes ... Done
37892024-12-19T22:11:20.200Z[ recovery-image] Dec 19 22:11:18.495 INFO O| Dec 19 22:11:18.495 INFO O| Planning: Evaluating mediators ... Done
37902024-12-19T22:11:20.204Z[ recovery-image] Dec 19 22:11:18.495 INFO O| Dec 19 22:11:18.495 INFO O| Planning: Planning completed in 0.00 seconds
37912024-12-19T22:11:20.205Z[ recovery-image] Dec 19 22:11:18.496 INFO O| Dec 19 22:11:18.496 INFO O| Variants/Facets to change: 1
37922024-12-19T22:11:20.321Z[ recovery-image] Dec 19 22:11:18.615 INFO O| Dec 19 22:11:18.615 INFO O| Done
37932024-12-19T22:11:20.322Z[ recovery-image] Dec 19 22:11:18.615 INFO O| Dec 19 22:11:18.615 INFO O| Done
37942024-12-19T22:11:21.224Z[ recovery-image] Dec 19 22:11:19.514 INFO O| Dec 19 22:11:19.514 INFO O| Done
37952024-12-19T22:11:21.324Z[ recovery-image] Dec 19 22:11:19.613 INFO O| Dec 19 22:11:19.613 INFO O| Done
37962024-12-19T22:11:21.327Z[ recovery-image] Dec 19 22:11:19.614 INFO O| Dec 19 22:11:19.614 INFO O| Done
37972024-12-19T22:11:21.327Z[ recovery-image] Dec 19 22:11:19.614 INFO O| Dec 19 22:11:19.614 INFO O| Done
37982024-12-19T22:11:21.330Z[ recovery-image] Dec 19 22:11:19.616 INFO O| Dec 19 22:11:19.616 INFO O| Done
37992024-12-19T22:11:21.423Z[ recovery-image] Dec 19 22:11:19.712 INFO O| Dec 19 22:11:19.712 INFO STEP 10 (pkg_change_facet) COMPLETE
38002024-12-19T22:11:21.423Z[ recovery-image] Dec 19 22:11:19.712 INFO O| Dec 19 22:11:19.712 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38012024-12-19T22:11:21.442Z[ recovery-image] Dec 19 22:11:19.731 INFO O| Dec 19 22:11:19.731 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"]
38022024-12-19T22:11:22.521Z[ recovery-image] Dec 19 22:11:20.805 INFO O| Dec 19 22:11:20.805 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38032024-12-19T22:11:22.533Z[verify-libraries] Compiling des v0.8.1
38042024-12-19T22:11:22.856Z[verify-libraries] Compiling hex-literal v0.4.1
38052024-12-19T22:11:23.182Z[verify-libraries] Compiling dhcproto-macros v0.1.0
38062024-12-19T22:11:23.206Z[verify-libraries] Compiling russh v0.45.0
38072024-12-19T22:11:24.308Z[verify-libraries] Compiling dhcproto v0.12.0
38082024-12-19T22:11:30.118Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38092024-12-19T22:11:35.438Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38102024-12-19T22:11:38.758Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
38112024-12-19T22:11:48.336Z[verify-libraries] Compiling petname v2.0.2
38122024-12-19T22:11:49.715Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
38132024-12-19T22:11:50.404Z[verify-libraries] Compiling internet-checksum v0.2.1
38142024-12-19T22:11:51.224Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
38152024-12-19T22:11:58.250Z[ host-image] Dec 19 22:11:56.382 INFO O| Dec 19 22:11:56.382 INFO O| Planning: Solver setup ... Done
38162024-12-19T22:12:00.922Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
38172024-12-19T22:12:07.953Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
38182024-12-19T22:12:13.267Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
38192024-12-19T22:12:16.275Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
38202024-12-19T22:12:28.414Z[ recovery-image] Dec 19 22:12:26.419 INFO O| Dec 19 22:12:26.419 INFO O| Planning: Solver setup ... Done
38212024-12-19T22:12:38.349Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
38222024-12-19T22:12:39.947Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
38232024-12-19T22:12:40.421Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
38242024-12-19T22:13:03.985Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
38252024-12-19T22:13:04.246Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
38262024-12-19T22:13:04.962Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
38272024-12-19T22:13:05.349Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
38282024-12-19T22:13:05.982Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38292024-12-19T22:13:06.341Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
38302024-12-19T22:13:12.937Z[verify-libraries] Compiling sync-ptr v0.1.1
38312024-12-19T22:13:13.303Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38322024-12-19T22:13:14.714Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38332024-12-19T22:13:18.180Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
38342024-12-19T22:13:18.408Z[ host-image] Dec 19 22:13:16.202 INFO O| Dec 19 22:13:16.202 INFO O| Planning: Running solver ... Done
38352024-12-19T22:13:19.063Z[ host-image] Dec 19 22:13:16.855 INFO O| Dec 19 22:13:16.855 INFO O| Planning: Finding local manifests ... Done
38362024-12-19T22:13:19.081Z[ host-image] Dec 19 22:13:16.873 INFO O| Dec 19 22:13:16.873 INFO O| Planning: Fetching manifests: 0/124 0% complete
38372024-12-19T22:13:23.516Z[ host-image] Dec 19 22:13:21.289 INFO O| Dec 19 22:13:21.289 INFO O| Planning: Fetching manifests: 124/124 100% complete
38382024-12-19T22:13:24.749Z[ host-image] Dec 19 22:13:22.516 INFO O| Dec 19 22:13:22.516 INFO O| Planning: Package planning ... Done
38392024-12-19T22:13:26.141Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
38402024-12-19T22:13:26.650Z[ host-image] Dec 19 22:13:24.410 INFO O| Dec 19 22:13:24.410 INFO O| Planning: Merging actions ... Done
38412024-12-19T22:13:26.972Z[ host-image] Dec 19 22:13:24.730 INFO O| Dec 19 22:13:24.730 INFO O| Planning: Checking for conflicting actions ... Done
38422024-12-19T22:13:27.252Z[ host-image] Dec 19 22:13:25.009 INFO O| Dec 19 22:13:25.009 INFO O| Planning: Consolidating action changes ... Done
38432024-12-19T22:13:27.789Z[ host-image] Dec 19 22:13:25.544 INFO O| Dec 19 22:13:25.544 INFO O| Planning: Evaluating mediators ... Done
38442024-12-19T22:13:31.932Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
38452024-12-19T22:13:34.121Z[ host-image] Dec 19 22:13:31.849 INFO O| Dec 19 22:13:31.849 INFO O| Planning: Planning completed in 159.81 seconds
38462024-12-19T22:13:34.128Z[ host-image] Dec 19 22:13:31.857 INFO O| Dec 19 22:13:31.857 INFO O| Packages to install: 124
38472024-12-19T22:13:34.133Z[ host-image] Dec 19 22:13:31.857 INFO O| Dec 19 22:13:31.857 INFO O| Mediators to change: 4
38482024-12-19T22:13:34.133Z[ host-image] Dec 19 22:13:31.857 INFO O| Dec 19 22:13:31.857 INFO O| Services to change: 6
38492024-12-19T22:13:34.233Z[ host-image] Dec 19 22:13:31.961 INFO O| Dec 19 22:13:31.961 INFO O| Download: 0/22788 items 0.0/199.7MB 0% complete
38502024-12-19T22:13:36.964Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
38512024-12-19T22:13:39.264Z[ host-image] Dec 19 22:13:36.970 INFO O| Dec 19 22:13:36.970 INFO O| Download: 1139/22788 items 7.2/199.7MB 3% complete (1.5M/s)
38522024-12-19T22:13:44.290Z[ host-image] Dec 19 22:13:41.976 INFO O| Dec 19 22:13:41.975 INFO O| Download: 1824/22788 items 18.1/199.7MB 9% complete (1.7M/s)
38532024-12-19T22:13:48.702Z[ recovery-image] Dec 19 22:13:46.368 INFO O| Dec 19 22:13:46.368 INFO O| Planning: Running solver ... Done
38542024-12-19T22:13:49.301Z[ recovery-image] Dec 19 22:13:46.965 INFO O| Dec 19 22:13:46.965 INFO O| Planning: Finding local manifests ... Done
38552024-12-19T22:13:49.316Z[ recovery-image] Dec 19 22:13:46.980 INFO O| Dec 19 22:13:46.980 INFO O| Planning: Fetching manifests: 0/124 0% complete
38562024-12-19T22:13:49.321Z[ host-image] Dec 19 22:13:46.985 INFO O| Dec 19 22:13:46.985 INFO O| Download: 2482/22788 items 29.2/199.7MB 14% complete (2.1M/s)
38572024-12-19T22:13:54.343Z[ host-image] Dec 19 22:13:51.985 INFO O| Dec 19 22:13:51.985 INFO O| Download: 3584/22788 items 36.4/199.7MB 18% complete (1.9M/s)
38582024-12-19T22:13:55.659Z[ recovery-image] Dec 19 22:13:53.296 INFO O| Dec 19 22:13:53.296 INFO O| Planning: Fetching manifests: 124/124 100% complete
38592024-12-19T22:13:56.718Z[ recovery-image] Dec 19 22:13:54.350 INFO O| Dec 19 22:13:54.350 INFO O| Planning: Package planning ... Done
38602024-12-19T22:13:57.579Z[ recovery-image] Dec 19 22:13:55.208 INFO O| Dec 19 22:13:55.207 INFO O| Planning: Merging actions ... Done
38612024-12-19T22:13:57.736Z[ recovery-image] Dec 19 22:13:55.364 INFO O| Dec 19 22:13:55.364 INFO O| Planning: Checking for conflicting actions ... Done
38622024-12-19T22:13:57.862Z[ recovery-image] Dec 19 22:13:55.490 INFO O| Dec 19 22:13:55.489 INFO O| Planning: Consolidating action changes ... Done
38632024-12-19T22:13:58.228Z[ recovery-image] Dec 19 22:13:55.855 INFO O| Dec 19 22:13:55.854 INFO O| Planning: Evaluating mediators ... Done
38642024-12-19T22:13:59.681Z[ host-image] Dec 19 22:13:57.301 INFO O| Dec 19 22:13:57.301 INFO O| Download: 4654/22788 items 43.1/199.7MB 21% complete (1.5M/s)
38652024-12-19T22:14:01.143Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
38662024-12-19T22:14:04.207Z[ recovery-image] Dec 19 22:14:01.808 INFO O| Dec 19 22:14:01.808 INFO O| Planning: Planning completed in 161.00 seconds
38672024-12-19T22:14:04.214Z[ recovery-image] Dec 19 22:14:01.815 INFO O| Dec 19 22:14:01.815 INFO O| Packages to install: 124
38682024-12-19T22:14:04.214Z[ recovery-image] Dec 19 22:14:01.815 INFO O| Dec 19 22:14:01.815 INFO O| Mediators to change: 4
38692024-12-19T22:14:04.217Z[ recovery-image] Dec 19 22:14:01.815 INFO O| Dec 19 22:14:01.815 INFO O| Services to change: 5
38702024-12-19T22:14:04.290Z[ recovery-image] Dec 19 22:14:01.891 INFO O| Dec 19 22:14:01.891 INFO O| Download: 0/15862 items 0.0/176.4MB 0% complete
38712024-12-19T22:14:04.702Z[ host-image] Dec 19 22:14:02.301 INFO O| Dec 19 22:14:02.301 INFO O| Download: 5804/22788 items 46.3/199.7MB 23% complete (937k/s)
38722024-12-19T22:14:08.267Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
38732024-12-19T22:14:08.945Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
38742024-12-19T22:14:09.321Z[ recovery-image] Dec 19 22:14:06.900 INFO O| Dec 19 22:14:06.900 INFO O| Download: 965/15862 items 7.8/176.4MB 4% complete (1.6M/s)
38752024-12-19T22:14:09.751Z[ host-image] Dec 19 22:14:07.328 INFO O| Dec 19 22:14:07.328 INFO O| Download: 6757/22788 items 47.9/199.7MB 23% complete (446k/s)
38762024-12-19T22:14:10.573Z[verify-libraries] Compiling termios v0.3.3
38772024-12-19T22:14:10.930Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
38782024-12-19T22:14:14.419Z[ recovery-image] Dec 19 22:14:11.977 INFO O| Dec 19 22:14:11.977 INFO O| Download: 1315/15862 items 20.1/176.4MB 11% complete (2.1M/s)
38792024-12-19T22:14:14.799Z[ host-image] Dec 19 22:14:12.355 INFO O| Dec 19 22:14:12.355 INFO O| Download: 7495/22788 items 58.1/199.7MB 29% complete (1.2M/s)
38802024-12-19T22:14:19.445Z[ recovery-image] Dec 19 22:14:16.981 INFO O| Dec 19 22:14:16.981 INFO O| Download: 1600/15862 items 24.9/176.4MB 14% complete (1.7M/s)
38812024-12-19T22:14:19.841Z[ host-image] Dec 19 22:14:17.376 INFO O| Dec 19 22:14:17.376 INFO O| Download: 8261/22788 items 65.2/199.7MB 32% complete (1.7M/s)
38822024-12-19T22:14:24.527Z[ recovery-image] Dec 19 22:14:22.041 INFO O| Dec 19 22:14:22.041 INFO O| Download: 2527/15862 items 31.5/176.4MB 17% complete (1.2M/s)
38832024-12-19T22:14:24.863Z[ host-image] Dec 19 22:14:22.376 INFO O| Dec 19 22:14:22.376 INFO O| Download: 8907/22788 items 71.9/199.7MB 36% complete (1.3M/s)
38842024-12-19T22:14:29.707Z[ recovery-image] Dec 19 22:14:27.200 INFO O| Dec 19 22:14:27.199 INFO O| Download: 3509/15862 items 38.4/176.4MB 21% complete (1.4M/s)
38852024-12-19T22:14:29.889Z[ host-image] Dec 19 22:14:27.381 INFO O| Dec 19 22:14:27.381 INFO O| Download: 9777/22788 items 83.6/199.7MB 41% complete (1.8M/s)
38862024-12-19T22:14:34.735Z[ recovery-image] Dec 19 22:14:32.206 INFO O| Dec 19 22:14:32.206 INFO O| Download: 4029/15862 items 42.6/176.4MB 24% complete (1.1M/s)
38872024-12-19T22:14:34.917Z[ host-image] Dec 19 22:14:32.388 INFO O| Dec 19 22:14:32.388 INFO O| Download: 10731/22788 items 89.4/199.7MB 44% complete (1.8M/s)
38882024-12-19T22:14:35.371Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38892024-12-19T22:14:39.760Z[ recovery-image] Dec 19 22:14:37.210 INFO O| Dec 19 22:14:37.210 INFO O| Download: 5236/15862 items 43.3/176.4MB 24% complete (503k/s)
38902024-12-19T22:14:39.940Z[ host-image] Dec 19 22:14:37.390 INFO O| Dec 19 22:14:37.390 INFO O| Download: 10971/22788 items 91.1/199.7MB 45% complete (746k/s)
38912024-12-19T22:14:44.486Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
38922024-12-19T22:14:44.781Z[ recovery-image] Dec 19 22:14:42.211 INFO O| Dec 19 22:14:42.211 INFO O| Download: 5803/15862 items 51.9/176.4MB 29% complete (925k/s)
38932024-12-19T22:14:44.963Z[ host-image] Dec 19 22:14:42.392 INFO O| Dec 19 22:14:42.392 INFO O| Download: 11569/22788 items 96.3/199.7MB 48% complete (727k/s)
38942024-12-19T22:14:49.803Z[ recovery-image] Dec 19 22:14:47.211 INFO O| Dec 19 22:14:47.211 INFO O| Download: 6298/15862 items 62.6/176.4MB 35% complete (1.9M/s)
38952024-12-19T22:14:50.576Z[ host-image] Dec 19 22:14:47.981 INFO O| Dec 19 22:14:47.981 INFO O| Download: 12175/22788 items 108.6/199.7MB 54% complete (1.8M/s)
38962024-12-19T22:14:54.833Z[ recovery-image] Dec 19 22:14:52.219 INFO O| Dec 19 22:14:52.219 INFO O| Download: 7343/15862 items 73.4/176.4MB 41% complete (2.3M/s)
38972024-12-19T22:14:55.607Z[ host-image] Dec 19 22:14:52.990 INFO O| Dec 19 22:14:52.990 INFO O| Download: 12747/22788 items 109.7/199.7MB 54% complete (1.3M/s)
38982024-12-19T22:15:00.594Z[ recovery-image] Dec 19 22:14:57.956 INFO O| Dec 19 22:14:57.956 INFO O| Download: 7899/15862 items 76.7/176.4MB 43% complete (1.4M/s)
38992024-12-19T22:15:00.636Z[ host-image] Dec 19 22:14:57.998 INFO O| Dec 19 22:14:57.998 INFO O| Download: 13679/22788 items 110.1/199.7MB 55% complete (159k/s)
39002024-12-19T22:15:05.830Z[ host-image] Dec 19 22:15:03.170 INFO O| Dec 19 22:15:03.170 INFO O| Download: 14454/22788 items 112.2/199.7MB 56% complete (233k/s)
39012024-12-19T22:15:05.846Z[ recovery-image] Dec 19 22:15:03.187 INFO O| Dec 19 22:15:03.187 INFO O| Download: 8703/15862 items 83.7/176.4MB 47% complete (993k/s)
39022024-12-19T22:15:10.862Z[ host-image] Dec 19 22:15:08.181 INFO O| Dec 19 22:15:08.181 INFO O| Download: 15028/22788 items 120.2/199.7MB 60% complete (1017k/s)
39032024-12-19T22:15:10.870Z[ recovery-image] Dec 19 22:15:08.189 INFO O| Dec 19 22:15:08.189 INFO O| Download: 8976/15862 items 92.7/176.4MB 52% complete (1.6M/s)
39042024-12-19T22:15:15.893Z[ recovery-image] Dec 19 22:15:13.191 INFO O| Dec 19 22:15:13.190 INFO O| Download: 10018/15862 items 93.2/176.4MB 52% complete (993k/s)
39052024-12-19T22:15:16.029Z[ host-image] Dec 19 22:15:13.326 INFO O| Dec 19 22:15:13.326 INFO O| Download: 15762/22788 items 126.1/199.7MB 63% complete (1.4M/s)
39062024-12-19T22:15:20.920Z[ recovery-image] Dec 19 22:15:18.196 INFO O| Dec 19 22:15:18.196 INFO O| Download: 10849/15862 items 93.9/176.4MB 53% complete (119k/s)
39072024-12-19T22:15:21.051Z[ host-image] Dec 19 22:15:18.327 INFO O| Dec 19 22:15:18.327 INFO O| Download: 16635/22788 items 148.0/199.7MB 74% complete (2.8M/s)
39082024-12-19T22:15:25.943Z[ recovery-image] Dec 19 22:15:23.197 INFO O| Dec 19 22:15:23.197 INFO O| Download: 11344/15862 items 105.9/176.4MB 60% complete (1.2M/s)
39092024-12-19T22:15:26.078Z[ host-image] Dec 19 22:15:23.333 INFO O| Dec 19 22:15:23.333 INFO O| Download: 17317/22788 items 149.2/199.7MB 74% complete (2.3M/s)
39102024-12-19T22:15:30.963Z[ recovery-image] Dec 19 22:15:28.197 INFO O| Dec 19 22:15:28.197 INFO O| Download: 11860/15862 items 126.8/176.4MB 71% complete (3.2M/s)
39112024-12-19T22:15:31.340Z[ host-image] Dec 19 22:15:28.573 INFO O| Dec 19 22:15:28.572 INFO O| Download: 17957/22788 items 161.6/199.7MB 80% complete (1.2M/s)
39122024-12-19T22:15:35.985Z[ recovery-image] Dec 19 22:15:33.210 INFO O| Dec 19 22:15:33.210 INFO O| Download: 12338/15862 items 141.5/176.4MB 80% complete (3.6M/s)
39132024-12-19T22:15:36.331Z[ host-image] Dec 19 22:15:33.574 INFO O| Dec 19 22:15:33.573 INFO O| Download: 18983/22788 items 165.9/199.7MB 83% complete (1.6M/s)
39142024-12-19T22:15:40.721Z[ recovery-image] Dec 19 22:15:38.221 INFO O| Dec 19 22:15:38.221 INFO O| Download: 13094/15862 items 144.4/176.4MB 81% complete (1.9M/s)
39152024-12-19T22:15:41.058Z[ host-image] Dec 19 22:15:38.577 INFO O| Dec 19 22:15:38.577 INFO O| Download: 19549/22788 items 168.9/199.7MB 84% complete (747k/s)
39162024-12-19T22:15:45.469Z[ recovery-image] Dec 19 22:15:43.244 INFO O| Dec 19 22:15:43.244 INFO O| Download: 13892/15862 items 148.0/176.4MB 83% complete (684k/s)
39172024-12-19T22:15:46.299Z[ host-image] Dec 19 22:15:44.123 INFO O| Dec 19 22:15:44.123 INFO O| Download: 20010/22788 items 170.4/199.7MB 85% complete (570k/s)
39182024-12-19T22:15:50.352Z[ recovery-image] Dec 19 22:15:48.411 INFO O| Dec 19 22:15:48.411 INFO O| Download: 14671/15862 items 150.6/176.4MB 85% complete (643k/s)
39192024-12-19T22:15:51.042Z[ host-image] Dec 19 22:15:49.141 INFO O| Dec 19 22:15:49.141 INFO O| Download: 20670/22788 items 173.0/199.7MB 86% complete (394k/s)
39202024-12-19T22:15:55.083Z[ recovery-image] Dec 19 22:15:53.415 INFO O| Dec 19 22:15:53.415 INFO O| Download: 15240/15862 items 158.0/176.4MB 89% complete (1013k/s)
39212024-12-19T22:15:55.975Z[ host-image] Dec 19 22:15:54.360 INFO O| Dec 19 22:15:54.360 INFO O| Download: 21061/22788 items 179.4/199.7MB 89% complete (923k/s)
39222024-12-19T22:16:00.045Z[ recovery-image] Dec 19 22:15:58.666 INFO O| Dec 19 22:15:58.666 INFO O| Download: 15623/15862 items 169.7/176.4MB 96% complete (1.9M/s)
39232024-12-19T22:16:01.420Z[ host-image] Dec 19 22:16:00.121 INFO O| Dec 19 22:16:00.120 INFO O| Download: 21707/22788 items 183.6/199.7MB 91% complete (1.1M/s)
39242024-12-19T22:16:04.791Z[ recovery-image] Dec 19 22:16:03.687 INFO O| Dec 19 22:16:03.687 INFO O| Download: 15848/15862 items 175.4/176.4MB 99% complete (1.5M/s)
39252024-12-19T22:16:06.029Z[ recovery-image] Dec 19 22:16:04.997 INFO O| Dec 19 22:16:04.997 INFO O| Download: Completed 176.38 MB in 123.11 seconds (1.4M/s)
39262024-12-19T22:16:06.249Z[ host-image] Dec 19 22:16:05.229 INFO O| Dec 19 22:16:05.229 INFO O| Download: 22071/22788 items 192.9/199.7MB 96% complete (1.3M/s)
39272024-12-19T22:16:07.096Z[ recovery-image] Dec 19 22:16:06.126 INFO O| Dec 19 22:16:06.126 INFO O| Actions: 1/25028 actions (Installing new actions)
39282024-12-19T22:16:10.629Z[ host-image] Dec 19 22:16:09.696 INFO O| Dec 19 22:16:09.696 INFO O| Download: Completed 199.66 MB in 157.73 seconds (1.3M/s)
39292024-12-19T22:16:12.065Z[ recovery-image] Dec 19 22:16:11.126 INFO O| Dec 19 22:16:11.126 INFO O| Actions: 8081/25028 actions (Installing new actions)
39302024-12-19T22:16:12.843Z[ host-image] Dec 19 22:16:11.901 INFO O| Dec 19 22:16:11.901 INFO O| Actions: 1/49485 actions (Installing new actions)
39312024-12-19T22:16:17.088Z[ recovery-image] Dec 19 22:16:16.127 INFO O| Dec 19 22:16:16.127 INFO O| Actions: 14940/25028 actions (Installing new actions)
39322024-12-19T22:16:17.865Z[ host-image] Dec 19 22:16:16.901 INFO O| Dec 19 22:16:16.901 INFO O| Actions: 9319/49485 actions (Installing new actions)
39332024-12-19T22:16:22.109Z[ recovery-image] Dec 19 22:16:21.127 INFO O| Dec 19 22:16:21.127 INFO O| Actions: 23028/25028 actions (Installing new actions)
39342024-12-19T22:16:22.887Z[ host-image] Dec 19 22:16:21.901 INFO O| Dec 19 22:16:21.901 INFO O| Actions: 15355/49485 actions (Installing new actions)
39352024-12-19T22:16:25.396Z[ recovery-image] Dec 19 22:16:24.400 INFO O| Dec 19 22:16:24.400 INFO O| Actions: Completed 25028 actions in 18.27 seconds.
39362024-12-19T22:16:26.118Z[ recovery-image] Dec 19 22:16:25.119 INFO O| Dec 19 22:16:25.119 INFO O| Done
39372024-12-19T22:16:26.118Z[ recovery-image] Dec 19 22:16:25.119 INFO O| Dec 19 22:16:25.119 INFO O| Done
39382024-12-19T22:16:27.908Z[ host-image] Dec 19 22:16:26.901 INFO O| Dec 19 22:16:26.901 INFO O| Actions: 19762/49485 actions (Installing new actions)
39392024-12-19T22:16:28.748Z[ recovery-image] Dec 19 22:16:27.737 INFO O| Dec 19 22:16:27.737 INFO O| Done
39402024-12-19T22:16:31.668Z[ recovery-image] Dec 19 22:16:30.645 INFO O| Dec 19 22:16:30.645 INFO O| Done
39412024-12-19T22:16:31.698Z[ recovery-image] Dec 19 22:16:30.673 INFO O| Dec 19 22:16:30.673 INFO O| Done
39422024-12-19T22:16:32.965Z[ host-image] Dec 19 22:16:31.937 INFO O| Dec 19 22:16:31.937 INFO O| Actions: 26466/49485 actions (Installing new actions)
39432024-12-19T22:16:36.926Z[ recovery-image] Dec 19 22:16:35.880 INFO O| Dec 19 22:16:35.880 INFO O| Done
39442024-12-19T22:16:37.746Z[ recovery-image] Dec 19 22:16:36.698 INFO O| Dec 19 22:16:36.698 INFO O| Done
39452024-12-19T22:16:38.176Z[ host-image] Dec 19 22:16:37.126 INFO O| Dec 19 22:16:37.126 INFO O| Actions: 49266/49485 actions (Installing new actions)
39462024-12-19T22:16:38.391Z[ host-image] Dec 19 22:16:37.340 INFO O| Dec 19 22:16:37.340 INFO O| Actions: Completed 49485 actions in 25.43 seconds.
39472024-12-19T22:16:38.637Z[ recovery-image] Dec 19 22:16:37.585 INFO O| Dec 19 22:16:37.585 INFO STEP 11 (pkg_install) COMPLETE
39482024-12-19T22:16:38.637Z[ recovery-image] Dec 19 22:16:37.585 INFO O| Dec 19 22:16:37.585 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39492024-12-19T22:16:38.640Z[ recovery-image] Dec 19 22:16:37.585 INFO O| Dec 19 22:16:37.585 INFO skip step because feature "recovery" is enabled
39502024-12-19T22:16:38.640Z[ recovery-image] Dec 19 22:16:37.585 INFO O| Dec 19 22:16:37.585 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39512024-12-19T22:16:38.640Z[ recovery-image] Dec 19 22:16:37.585 INFO O| Dec 19 22:16:37.585 INFO skip step because feature "omicron1" is not enabled
39522024-12-19T22:16:38.641Z[ recovery-image] Dec 19 22:16:37.585 INFO O| Dec 19 22:16:37.585 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39532024-12-19T22:16:38.666Z[ recovery-image] Dec 19 22:16:37.614 INFO O| Dec 19 22:16:37.614 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"]
39542024-12-19T22:16:39.358Z[ host-image] Dec 19 22:16:38.303 INFO O| Dec 19 22:16:38.303 INFO O| Done
39552024-12-19T22:16:39.358Z[ host-image] Dec 19 22:16:38.303 INFO O| Dec 19 22:16:38.303 INFO O| Done
39562024-12-19T22:16:41.116Z[ host-image] Dec 19 22:16:40.053 INFO O| Dec 19 22:16:40.052 INFO O| Done
39572024-12-19T22:16:41.424Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
39582024-12-19T22:16:43.531Z[ recovery-image] Dec 19 22:16:42.459 INFO O| Dec 19 22:16:42.459 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39592024-12-19T22:16:43.945Z[ host-image] Dec 19 22:16:42.870 INFO O| Dec 19 22:16:42.870 INFO O| Done
39602024-12-19T22:16:43.983Z[ host-image] Dec 19 22:16:42.908 INFO O| Dec 19 22:16:42.908 INFO O| Done
39612024-12-19T22:16:47.808Z[ recovery-image] Dec 19 22:16:46.717 INFO O| Dec 19 22:16:46.717 INFO O| Planning: Solver setup ... Done
39622024-12-19T22:16:47.815Z[ recovery-image] Dec 19 22:16:46.724 INFO O| Dec 19 22:16:46.724 INFO O| Planning: Running solver ... Done
39632024-12-19T22:16:47.930Z[ recovery-image] Dec 19 22:16:46.839 INFO O| Dec 19 22:16:46.839 INFO O| Planning: Finding local manifests ... Done
39642024-12-19T22:16:47.933Z[ recovery-image] Dec 19 22:16:46.840 INFO O| Dec 19 22:16:46.840 INFO O| Planning: Fetching manifests: 0/1 0% complete
39652024-12-19T22:16:48.554Z[ recovery-image] Dec 19 22:16:47.460 INFO O| Dec 19 22:16:47.460 INFO O| Planning: Fetching manifests: 1/1 100% complete
39662024-12-19T22:16:48.607Z[ recovery-image] Dec 19 22:16:47.513 INFO O| Dec 19 22:16:47.513 INFO O| Planning: Package planning ... Done
39672024-12-19T22:16:48.610Z[ recovery-image] Dec 19 22:16:47.514 INFO O| Dec 19 22:16:47.514 INFO O| Planning: Merging actions ... Done
39682024-12-19T22:16:48.688Z[ recovery-image] Dec 19 22:16:47.594 INFO O| Dec 19 22:16:47.594 INFO O| Planning: Checking for conflicting actions ... Done
39692024-12-19T22:16:48.698Z[ recovery-image] Dec 19 22:16:47.594 INFO O| Dec 19 22:16:47.594 INFO O| Planning: Consolidating action changes ... Done
39702024-12-19T22:16:49.287Z[ recovery-image] Dec 19 22:16:48.190 INFO O| Dec 19 22:16:48.190 INFO O| Planning: Evaluating mediators ... Done
39712024-12-19T22:16:49.289Z[ recovery-image] Dec 19 22:16:48.190 INFO O| Dec 19 22:16:48.190 INFO O| Planning: Planning completed in 5.73 seconds
39722024-12-19T22:16:49.290Z[ recovery-image] Dec 19 22:16:48.193 INFO O| Dec 19 22:16:48.193 INFO O| Packages to install: 1
39732024-12-19T22:16:49.324Z[ recovery-image] Dec 19 22:16:48.226 INFO O| Dec 19 22:16:48.226 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
39742024-12-19T22:16:49.369Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
39752024-12-19T22:16:50.718Z[ recovery-image] Dec 19 22:16:49.615 INFO O| Dec 19 22:16:49.615 INFO O| Download: Completed 9.99 MB in 1.39 seconds (7.2M/s)
39762024-12-19T22:16:50.834Z[ recovery-image] Dec 19 22:16:49.731 INFO O| Dec 19 22:16:49.731 INFO O| Actions: 1/22 actions (Installing new actions)
39772024-12-19T22:16:51.236Z[ recovery-image] Dec 19 22:16:50.131 INFO O| Dec 19 22:16:50.131 INFO O| Actions: Completed 22 actions in 0.40 seconds.
39782024-12-19T22:16:51.709Z[ recovery-image] Dec 19 22:16:50.602 INFO O| Dec 19 22:16:50.602 INFO O| Done
39792024-12-19T22:16:51.709Z[ recovery-image] Dec 19 22:16:50.602 INFO O| Dec 19 22:16:50.602 INFO O| Done
39802024-12-19T22:16:51.790Z[ host-image] Dec 19 22:16:50.683 INFO O| Dec 19 22:16:50.683 INFO O| Done
39812024-12-19T22:16:52.788Z[ host-image] Dec 19 22:16:51.676 INFO O| Dec 19 22:16:51.676 INFO O| Done
39822024-12-19T22:16:53.102Z[ recovery-image] Dec 19 22:16:51.989 INFO O| Dec 19 22:16:51.989 INFO O| Done
39832024-12-19T22:16:53.366Z[ host-image] Dec 19 22:16:52.251 INFO O| Dec 19 22:16:52.251 INFO STEP 11 (pkg_install) COMPLETE
39842024-12-19T22:16:53.366Z[ host-image] Dec 19 22:16:52.251 INFO O| Dec 19 22:16:52.251 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39852024-12-19T22:16:53.385Z[ host-image] Dec 19 22:16:52.271 INFO O| Dec 19 22:16:52.271 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor", "/driver/ktest"]
39862024-12-19T22:16:54.715Z[ host-image] Dec 19 22:16:53.595 INFO O| Dec 19 22:16:53.595 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39872024-12-19T22:16:55.113Z[ recovery-image] Dec 19 22:16:53.991 INFO O| Dec 19 22:16:53.991 INFO O| Done
39882024-12-19T22:16:55.154Z[ recovery-image] Dec 19 22:16:54.032 INFO O| Dec 19 22:16:54.032 INFO O| Done
39892024-12-19T22:16:55.157Z[ recovery-image] Dec 19 22:16:54.033 INFO O| Dec 19 22:16:54.033 INFO O| Done
39902024-12-19T22:16:55.173Z[ recovery-image] Dec 19 22:16:54.051 INFO O| Dec 19 22:16:54.051 INFO O| Done
39912024-12-19T22:16:55.362Z[ recovery-image] Dec 19 22:16:54.239 INFO O| Dec 19 22:16:54.239 INFO STEP 14 (pkg_install) COMPLETE
39922024-12-19T22:16:55.362Z[ recovery-image] Dec 19 22:16:54.239 INFO O| Dec 19 22:16:54.239 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39932024-12-19T22:16:55.362Z[ recovery-image] Dec 19 22:16:54.239 INFO O| Dec 19 22:16:54.239 INFO skip step because feature "mfg" is not enabled
39942024-12-19T22:16:55.365Z[ recovery-image] Dec 19 22:16:54.239 INFO O| Dec 19 22:16:54.239 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39952024-12-19T22:16:55.365Z[ recovery-image] Dec 19 22:16:54.239 INFO O| Dec 19 22:16:54.239 INFO skip step because feature "compliance" is not enabled
39962024-12-19T22:16:55.365Z[ recovery-image] Dec 19 22:16:54.239 INFO O| Dec 19 22:16:54.239 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39972024-12-19T22:16:55.365Z[ recovery-image] Dec 19 22:16:54.239 INFO O| Dec 19 22:16:54.239 INFO skip step because feature "stress" is not enabled
39982024-12-19T22:16:55.365Z[ recovery-image] Dec 19 22:16:54.239 INFO O| Dec 19 22:16:54.239 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39992024-12-19T22:16:55.365Z[ recovery-image] Dec 19 22:16:54.239 INFO O| Dec 19 22:16:54.239 INFO skip step because feature "nfs" is not enabled
40002024-12-19T22:16:55.365Z[ recovery-image] Dec 19 22:16:54.239 INFO O| Dec 19 22:16:54.239 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
40012024-12-19T22:16:55.365Z[ recovery-image] Dec 19 22:16:54.240 INFO O| Dec 19 22:16:54.240 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
40022024-12-19T22:16:55.511Z[ recovery-image] Dec 19 22:16:54.387 INFO O| Dec 19 22:16:54.387 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
40032024-12-19T22:16:55.701Z[ recovery-image] Dec 19 22:16:54.576 INFO O| Dec 19 22:16:54.576 INFO completed processing gimlet/ramdisk-01-os
40042024-12-19T22:16:55.704Z[ recovery-image] Dec 19 22:16:54.580 INFO image builder template: ramdisk-02-trim...
40052024-12-19T22:16:55.707Z[ recovery-image] Dec 19 22:16:54.580 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/.tmplpZFK3/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.311", "-n", "ramdisk-02-trim"], pwd: None
40062024-12-19T22:16:55.750Z[ recovery-image] Dec 19 22:16:54.626 INFO O| Dec 19 22:16:54.626 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40072024-12-19T22:16:55.771Z[ recovery-image] Dec 19 22:16:54.646 INFO O| Dec 19 22:16:54.646 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40082024-12-19T22:16:55.983Z[ recovery-image] Dec 19 22:16:54.858 INFO O| Dec 19 22:16:54.858 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
40092024-12-19T22:16:56.214Z[ recovery-image] Dec 19 22:16:55.088 INFO O| Dec 19 22:16:55.088 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40102024-12-19T22:16:56.216Z[ recovery-image] Dec 19 22:16:55.088 INFO O| Dec 19 22:16:55.088 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
40112024-12-19T22:16:56.224Z[ recovery-image] Dec 19 22:16:55.098 INFO O| Dec 19 22:16:55.098 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
40122024-12-19T22:16:56.232Z[ recovery-image] Dec 19 22:16:55.105 INFO O| Dec 19 22:16:55.105 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
40132024-12-19T22:16:56.240Z[ recovery-image] Dec 19 22:16:55.114 INFO O| Dec 19 22:16:55.114 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
40142024-12-19T22:16:56.666Z[ recovery-image] Dec 19 22:16:55.538 INFO O| Dec 19 22:16:55.538 INFO rolled back to input snapshot; work may begin
40152024-12-19T22:16:56.666Z[ recovery-image] Dec 19 22:16:55.538 INFO O| Dec 19 22:16:55.538 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
40162024-12-19T22:16:56.675Z[ recovery-image] Dec 19 22:16:55.547 INFO O| Dec 19 22:16:55.547 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40172024-12-19T22:16:56.695Z[ recovery-image] Dec 19 22:16:55.566 INFO O| Dec 19 22:16:55.566 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
40182024-12-19T22:16:56.815Z[ recovery-image] Dec 19 22:16:55.686 INFO O| Dec 19 22:16:55.685 INFO STEP 0 (remove_files) COMPLETE
40192024-12-19T22:16:56.815Z[ recovery-image] Dec 19 22:16:55.686 INFO O| Dec 19 22:16:55.686 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40202024-12-19T22:16:56.840Z[ recovery-image] Dec 19 22:16:55.711 INFO O| Dec 19 22:16:55.711 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
40212024-12-19T22:16:56.843Z[ recovery-image] Dec 19 22:16:55.714 INFO O| Dec 19 22:16:55.714 INFO STEP 1 (remove_files) COMPLETE
40222024-12-19T22:16:56.846Z[ recovery-image] Dec 19 22:16:55.714 INFO O| Dec 19 22:16:55.714 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40232024-12-19T22:16:56.869Z[ recovery-image] Dec 19 22:16:55.739 INFO O| Dec 19 22:16:55.739 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
40242024-12-19T22:16:56.895Z[ recovery-image] Dec 19 22:16:55.766 INFO O| Dec 19 22:16:55.765 INFO STEP 2 (remove_files) COMPLETE
40252024-12-19T22:16:56.895Z[ recovery-image] Dec 19 22:16:55.766 INFO O| Dec 19 22:16:55.765 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40262024-12-19T22:16:56.920Z[ recovery-image] Dec 19 22:16:55.791 INFO O| Dec 19 22:16:55.791 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
40272024-12-19T22:16:56.924Z[ recovery-image] Dec 19 22:16:55.795 INFO O| Dec 19 22:16:55.795 INFO STEP 3 (remove_files) COMPLETE
40282024-12-19T22:16:56.924Z[ recovery-image] Dec 19 22:16:55.795 INFO O| Dec 19 22:16:55.795 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40292024-12-19T22:16:56.947Z[ recovery-image] Dec 19 22:16:55.818 INFO O| Dec 19 22:16:55.818 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
40302024-12-19T22:16:56.956Z[ recovery-image] Dec 19 22:16:55.827 INFO O| Dec 19 22:16:55.827 INFO STEP 4 (remove_files) COMPLETE
40312024-12-19T22:16:56.956Z[ recovery-image] Dec 19 22:16:55.827 INFO O| Dec 19 22:16:55.827 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40322024-12-19T22:16:56.981Z[ recovery-image] Dec 19 22:16:55.851 INFO O| Dec 19 22:16:55.851 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
40332024-12-19T22:16:56.984Z[ recovery-image] Dec 19 22:16:55.852 INFO O| Dec 19 22:16:55.852 INFO STEP 5 (remove_files) COMPLETE
40342024-12-19T22:16:56.984Z[ recovery-image] Dec 19 22:16:55.852 INFO O| Dec 19 22:16:55.852 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40352024-12-19T22:16:57.005Z[ recovery-image] Dec 19 22:16:55.875 INFO O| Dec 19 22:16:55.875 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
40362024-12-19T22:16:57.032Z[ recovery-image] Dec 19 22:16:55.903 INFO O| Dec 19 22:16:55.902 INFO STEP 6 (remove_files) COMPLETE
40372024-12-19T22:16:57.035Z[ recovery-image] Dec 19 22:16:55.903 INFO O| Dec 19 22:16:55.903 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40382024-12-19T22:16:57.035Z[ recovery-image] Dec 19 22:16:55.903 INFO O| Dec 19 22:16:55.903 INFO skip step because feature "recovery" is enabled
40392024-12-19T22:16:57.035Z[ recovery-image] Dec 19 22:16:55.903 INFO O| Dec 19 22:16:55.903 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40402024-12-19T22:16:57.035Z[ recovery-image] Dec 19 22:16:55.903 INFO O| Dec 19 22:16:55.903 INFO skip step because feature "recovery" is enabled
40412024-12-19T22:16:57.035Z[ recovery-image] Dec 19 22:16:55.903 INFO O| Dec 19 22:16:55.903 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40422024-12-19T22:16:57.035Z[ recovery-image] Dec 19 22:16:55.903 INFO O| Dec 19 22:16:55.903 INFO skip step because feature "recovery" is enabled
40432024-12-19T22:16:57.035Z[ recovery-image] Dec 19 22:16:55.903 INFO O| Dec 19 22:16:55.903 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40442024-12-19T22:16:57.056Z[ recovery-image] Dec 19 22:16:55.926 INFO O| Dec 19 22:16:55.926 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
40452024-12-19T22:16:57.063Z[ recovery-image] Dec 19 22:16:55.934 INFO O| Dec 19 22:16:55.934 INFO STEP 10 (remove_files) COMPLETE
40462024-12-19T22:16:57.066Z[ recovery-image] Dec 19 22:16:55.934 INFO O| Dec 19 22:16:55.934 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40472024-12-19T22:16:57.087Z[ recovery-image] Dec 19 22:16:55.957 INFO O| Dec 19 22:16:55.957 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
40482024-12-19T22:16:57.089Z[ recovery-image] Dec 19 22:16:55.959 INFO O| Dec 19 22:16:55.958 INFO STEP 11 (remove_files) COMPLETE
40492024-12-19T22:16:57.089Z[ recovery-image] Dec 19 22:16:55.959 INFO O| Dec 19 22:16:55.959 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40502024-12-19T22:16:57.111Z[ recovery-image] Dec 19 22:16:55.980 INFO O| Dec 19 22:16:55.980 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
40512024-12-19T22:16:57.114Z[ recovery-image] Dec 19 22:16:55.984 INFO O| Dec 19 22:16:55.984 INFO STEP 12 (remove_files) COMPLETE
40522024-12-19T22:16:57.114Z[ recovery-image] Dec 19 22:16:55.984 INFO O| Dec 19 22:16:55.984 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40532024-12-19T22:16:57.139Z[ recovery-image] Dec 19 22:16:56.009 INFO O| Dec 19 22:16:56.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
40542024-12-19T22:16:57.184Z[ recovery-image] Dec 19 22:16:56.054 INFO O| Dec 19 22:16:56.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
40552024-12-19T22:16:57.188Z[ recovery-image] Dec 19 22:16:56.058 INFO O| Dec 19 22:16:56.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
40562024-12-19T22:16:57.210Z[ recovery-image] Dec 19 22:16:56.079 INFO O| Dec 19 22:16:56.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
40572024-12-19T22:16:57.230Z[ recovery-image] Dec 19 22:16:56.099 INFO O| Dec 19 22:16:56.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
40582024-12-19T22:16:57.709Z[ recovery-image] Dec 19 22:16:56.576 INFO O| Dec 19 22:16:56.576 INFO STEP 13 (remove_files) COMPLETE
40592024-12-19T22:16:57.709Z[ recovery-image] Dec 19 22:16:56.576 INFO O| Dec 19 22:16:56.576 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40602024-12-19T22:16:57.744Z[ recovery-image] Dec 19 22:16:56.612 INFO O| Dec 19 22:16:56.612 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
40612024-12-19T22:16:57.748Z[ recovery-image] Dec 19 22:16:56.615 INFO O| Dec 19 22:16:56.615 INFO STEP 14 (remove_files) COMPLETE
40622024-12-19T22:16:57.750Z[ recovery-image] Dec 19 22:16:56.615 INFO O| Dec 19 22:16:56.615 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40632024-12-19T22:16:57.771Z[ recovery-image] Dec 19 22:16:56.638 INFO O| Dec 19 22:16:56.638 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
40642024-12-19T22:16:57.787Z[ recovery-image] Dec 19 22:16:56.654 INFO O| Dec 19 22:16:56.654 INFO STEP 15 (remove_files) COMPLETE
40652024-12-19T22:16:57.787Z[ recovery-image] Dec 19 22:16:56.654 INFO O| Dec 19 22:16:56.654 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40662024-12-19T22:16:57.811Z[ recovery-image] Dec 19 22:16:56.678 INFO O| Dec 19 22:16:56.678 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
40672024-12-19T22:16:57.814Z[ recovery-image] Dec 19 22:16:56.679 INFO O| Dec 19 22:16:56.679 INFO STEP 16 (remove_files) COMPLETE
40682024-12-19T22:16:57.814Z[ recovery-image] Dec 19 22:16:56.679 INFO O| Dec 19 22:16:56.679 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40692024-12-19T22:16:57.836Z[ recovery-image] Dec 19 22:16:56.702 INFO O| Dec 19 22:16:56.702 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
40702024-12-19T22:16:57.839Z[ recovery-image] Dec 19 22:16:56.706 INFO O| Dec 19 22:16:56.706 INFO STEP 17 (remove_files) COMPLETE
40712024-12-19T22:16:57.843Z[ recovery-image] Dec 19 22:16:56.706 INFO O| Dec 19 22:16:56.706 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40722024-12-19T22:16:57.862Z[ recovery-image] Dec 19 22:16:56.728 INFO O| Dec 19 22:16:56.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
40732024-12-19T22:16:57.862Z[ recovery-image] Dec 19 22:16:56.729 INFO O| Dec 19 22:16:56.729 INFO STEP 18 (remove_files) COMPLETE
40742024-12-19T22:16:57.864Z[ recovery-image] Dec 19 22:16:56.729 INFO O| Dec 19 22:16:56.729 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40752024-12-19T22:16:57.884Z[ recovery-image] Dec 19 22:16:56.751 INFO O| Dec 19 22:16:56.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
40762024-12-19T22:16:57.885Z[ recovery-image] Dec 19 22:16:56.751 INFO O| Dec 19 22:16:56.751 INFO STEP 19 (remove_files) COMPLETE
40772024-12-19T22:16:57.885Z[ recovery-image] Dec 19 22:16:56.751 INFO O| Dec 19 22:16:56.751 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40782024-12-19T22:16:57.907Z[ recovery-image] Dec 19 22:16:56.774 INFO O| Dec 19 22:16:56.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
40792024-12-19T22:16:57.907Z[ recovery-image] Dec 19 22:16:56.774 INFO O| Dec 19 22:16:56.774 INFO STEP 20 (remove_files) COMPLETE
40802024-12-19T22:16:57.911Z[ recovery-image] Dec 19 22:16:56.774 INFO O| Dec 19 22:16:56.774 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40812024-12-19T22:16:57.931Z[ recovery-image] Dec 19 22:16:56.797 INFO O| Dec 19 22:16:56.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
40822024-12-19T22:16:57.931Z[ recovery-image] Dec 19 22:16:56.797 INFO O| Dec 19 22:16:56.797 INFO STEP 21 (remove_files) COMPLETE
40832024-12-19T22:16:57.934Z[ recovery-image] Dec 19 22:16:56.797 INFO O| Dec 19 22:16:56.797 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40842024-12-19T22:16:57.954Z[ recovery-image] Dec 19 22:16:56.820 INFO O| Dec 19 22:16:56.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
40852024-12-19T22:16:57.956Z[ recovery-image] Dec 19 22:16:56.820 INFO O| Dec 19 22:16:56.820 INFO STEP 22 (remove_files) COMPLETE
40862024-12-19T22:16:57.956Z[ recovery-image] Dec 19 22:16:56.820 INFO O| Dec 19 22:16:56.820 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40872024-12-19T22:16:57.977Z[ recovery-image] Dec 19 22:16:56.842 INFO O| Dec 19 22:16:56.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
40882024-12-19T22:16:57.977Z[ recovery-image] Dec 19 22:16:56.843 INFO O| Dec 19 22:16:56.843 INFO STEP 23 (remove_files) COMPLETE
40892024-12-19T22:16:57.977Z[ recovery-image] Dec 19 22:16:56.843 INFO O| Dec 19 22:16:56.843 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40902024-12-19T22:16:58.001Z[ recovery-image] Dec 19 22:16:56.866 INFO O| Dec 19 22:16:56.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
40912024-12-19T22:16:58.001Z[ recovery-image] Dec 19 22:16:56.866 INFO O| Dec 19 22:16:56.866 INFO STEP 24 (remove_files) COMPLETE
40922024-12-19T22:16:58.006Z[ recovery-image] Dec 19 22:16:56.866 INFO O| Dec 19 22:16:56.866 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40932024-12-19T22:16:58.023Z[ recovery-image] Dec 19 22:16:56.889 INFO O| Dec 19 22:16:56.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
40942024-12-19T22:16:58.023Z[ recovery-image] Dec 19 22:16:56.889 INFO O| Dec 19 22:16:56.889 INFO STEP 25 (remove_files) COMPLETE
40952024-12-19T22:16:58.023Z[ recovery-image] Dec 19 22:16:56.889 INFO O| Dec 19 22:16:56.889 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40962024-12-19T22:16:58.045Z[ recovery-image] Dec 19 22:16:56.911 INFO O| Dec 19 22:16:56.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
40972024-12-19T22:16:58.045Z[ recovery-image] Dec 19 22:16:56.911 INFO O| Dec 19 22:16:56.911 INFO STEP 26 (remove_files) COMPLETE
40982024-12-19T22:16:58.054Z[ recovery-image] Dec 19 22:16:56.911 INFO O| Dec 19 22:16:56.911 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40992024-12-19T22:16:58.067Z[ recovery-image] Dec 19 22:16:56.933 INFO O| Dec 19 22:16:56.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
41002024-12-19T22:16:58.067Z[ recovery-image] Dec 19 22:16:56.933 INFO O| Dec 19 22:16:56.933 INFO STEP 27 (remove_files) COMPLETE
41012024-12-19T22:16:58.070Z[ recovery-image] Dec 19 22:16:56.934 INFO O| Dec 19 22:16:56.933 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41022024-12-19T22:16:58.089Z[ recovery-image] Dec 19 22:16:56.955 INFO O| Dec 19 22:16:56.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
41032024-12-19T22:16:58.090Z[ recovery-image] Dec 19 22:16:56.955 INFO O| Dec 19 22:16:56.955 INFO STEP 28 (remove_files) COMPLETE
41042024-12-19T22:16:58.092Z[ recovery-image] Dec 19 22:16:56.955 INFO O| Dec 19 22:16:56.955 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41052024-12-19T22:16:58.112Z[ recovery-image] Dec 19 22:16:56.977 INFO O| Dec 19 22:16:56.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
41062024-12-19T22:16:58.112Z[ recovery-image] Dec 19 22:16:56.977 INFO O| Dec 19 22:16:56.977 INFO STEP 29 (remove_files) COMPLETE
41072024-12-19T22:16:58.112Z[ recovery-image] Dec 19 22:16:56.977 INFO O| Dec 19 22:16:56.977 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41082024-12-19T22:16:58.132Z[ recovery-image] Dec 19 22:16:56.997 INFO O| Dec 19 22:16:56.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
41092024-12-19T22:16:58.132Z[ recovery-image] Dec 19 22:16:56.997 INFO O| Dec 19 22:16:56.997 INFO STEP 30 (remove_files) COMPLETE
41102024-12-19T22:16:58.132Z[ recovery-image] Dec 19 22:16:56.997 INFO O| Dec 19 22:16:56.997 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41112024-12-19T22:16:58.150Z[ recovery-image] Dec 19 22:16:57.016 INFO O| Dec 19 22:16:57.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
41122024-12-19T22:16:58.150Z[ recovery-image] Dec 19 22:16:57.016 INFO O| Dec 19 22:16:57.016 INFO STEP 31 (remove_files) COMPLETE
41132024-12-19T22:16:58.151Z[ recovery-image] Dec 19 22:16:57.016 INFO O| Dec 19 22:16:57.016 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41142024-12-19T22:16:58.170Z[ recovery-image] Dec 19 22:16:57.035 INFO O| Dec 19 22:16:57.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
41152024-12-19T22:16:58.170Z[ recovery-image] Dec 19 22:16:57.035 INFO O| Dec 19 22:16:57.035 INFO STEP 32 (remove_files) COMPLETE
41162024-12-19T22:16:58.170Z[ recovery-image] Dec 19 22:16:57.035 INFO O| Dec 19 22:16:57.035 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41172024-12-19T22:16:58.191Z[ recovery-image] Dec 19 22:16:57.056 INFO O| Dec 19 22:16:57.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
41182024-12-19T22:16:58.191Z[ recovery-image] Dec 19 22:16:57.056 INFO O| Dec 19 22:16:57.056 INFO STEP 33 (remove_files) COMPLETE
41192024-12-19T22:16:58.191Z[ recovery-image] Dec 19 22:16:57.056 INFO O| Dec 19 22:16:57.056 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41202024-12-19T22:16:58.211Z[ recovery-image] Dec 19 22:16:57.076 INFO O| Dec 19 22:16:57.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
41212024-12-19T22:16:58.211Z[ recovery-image] Dec 19 22:16:57.076 INFO O| Dec 19 22:16:57.076 INFO STEP 34 (remove_files) COMPLETE
41222024-12-19T22:16:58.211Z[ recovery-image] Dec 19 22:16:57.076 INFO O| Dec 19 22:16:57.076 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41232024-12-19T22:16:58.246Z[ recovery-image] Dec 19 22:16:57.110 INFO O| Dec 19 22:16:57.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
41242024-12-19T22:16:58.246Z[ recovery-image] Dec 19 22:16:57.110 INFO O| Dec 19 22:16:57.110 INFO STEP 35 (remove_files) COMPLETE
41252024-12-19T22:16:58.246Z[ recovery-image] Dec 19 22:16:57.110 INFO O| Dec 19 22:16:57.110 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41262024-12-19T22:16:58.273Z[ recovery-image] Dec 19 22:16:57.138 INFO O| Dec 19 22:16:57.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
41272024-12-19T22:16:58.273Z[ recovery-image] Dec 19 22:16:57.138 INFO O| Dec 19 22:16:57.138 INFO STEP 36 (remove_files) COMPLETE
41282024-12-19T22:16:58.273Z[ recovery-image] Dec 19 22:16:57.138 INFO O| Dec 19 22:16:57.138 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41292024-12-19T22:16:58.293Z[ recovery-image] Dec 19 22:16:57.157 INFO O| Dec 19 22:16:57.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
41302024-12-19T22:16:58.293Z[ recovery-image] Dec 19 22:16:57.157 INFO O| Dec 19 22:16:57.157 INFO STEP 37 (remove_files) COMPLETE
41312024-12-19T22:16:58.293Z[ recovery-image] Dec 19 22:16:57.157 INFO O| Dec 19 22:16:57.157 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41322024-12-19T22:16:58.330Z[ recovery-image] Dec 19 22:16:57.195 INFO O| Dec 19 22:16:57.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
41332024-12-19T22:16:58.333Z[ recovery-image] Dec 19 22:16:57.196 INFO O| Dec 19 22:16:57.195 INFO STEP 38 (remove_files) COMPLETE
41342024-12-19T22:16:58.333Z[ recovery-image] Dec 19 22:16:57.196 INFO O| Dec 19 22:16:57.196 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41352024-12-19T22:16:58.350Z[ recovery-image] Dec 19 22:16:57.215 INFO O| Dec 19 22:16:57.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
41362024-12-19T22:16:58.353Z[ recovery-image] Dec 19 22:16:57.215 INFO O| Dec 19 22:16:57.215 INFO STEP 39 (remove_files) COMPLETE
41372024-12-19T22:16:58.353Z[ recovery-image] Dec 19 22:16:57.215 INFO O| Dec 19 22:16:57.215 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41382024-12-19T22:16:58.368Z[ recovery-image] Dec 19 22:16:57.233 INFO O| Dec 19 22:16:57.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
41392024-12-19T22:16:58.370Z[ recovery-image] Dec 19 22:16:57.233 INFO O| Dec 19 22:16:57.233 INFO STEP 40 (remove_files) COMPLETE
41402024-12-19T22:16:58.370Z[ recovery-image] Dec 19 22:16:57.233 INFO O| Dec 19 22:16:57.233 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41412024-12-19T22:16:58.400Z[ recovery-image] Dec 19 22:16:57.264 INFO O| Dec 19 22:16:57.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
41422024-12-19T22:16:58.400Z[ recovery-image] Dec 19 22:16:57.264 INFO O| Dec 19 22:16:57.264 INFO STEP 41 (remove_files) COMPLETE
41432024-12-19T22:16:58.403Z[ recovery-image] Dec 19 22:16:57.264 INFO O| Dec 19 22:16:57.264 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41442024-12-19T22:16:58.439Z[ recovery-image] Dec 19 22:16:57.303 INFO O| Dec 19 22:16:57.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
41452024-12-19T22:16:58.439Z[ recovery-image] Dec 19 22:16:57.303 INFO O| Dec 19 22:16:57.303 INFO STEP 42 (remove_files) COMPLETE
41462024-12-19T22:16:58.439Z[ recovery-image] Dec 19 22:16:57.303 INFO O| Dec 19 22:16:57.303 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41472024-12-19T22:16:58.469Z[ recovery-image] Dec 19 22:16:57.332 INFO O| Dec 19 22:16:57.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
41482024-12-19T22:16:58.469Z[ recovery-image] Dec 19 22:16:57.332 INFO O| Dec 19 22:16:57.332 INFO STEP 43 (remove_files) COMPLETE
41492024-12-19T22:16:58.469Z[ recovery-image] Dec 19 22:16:57.332 INFO O| Dec 19 22:16:57.332 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41502024-12-19T22:16:58.504Z[ recovery-image] Dec 19 22:16:57.368 INFO O| Dec 19 22:16:57.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
41512024-12-19T22:16:58.504Z[ recovery-image] Dec 19 22:16:57.368 INFO O| Dec 19 22:16:57.368 INFO STEP 44 (remove_files) COMPLETE
41522024-12-19T22:16:58.504Z[ recovery-image] Dec 19 22:16:57.368 INFO O| Dec 19 22:16:57.368 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41532024-12-19T22:16:58.551Z[ recovery-image] Dec 19 22:16:57.415 INFO O| Dec 19 22:16:57.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
41542024-12-19T22:16:58.551Z[ recovery-image] Dec 19 22:16:57.415 INFO O| Dec 19 22:16:57.415 INFO STEP 45 (remove_files) COMPLETE
41552024-12-19T22:16:58.554Z[ recovery-image] Dec 19 22:16:57.415 INFO O| Dec 19 22:16:57.415 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41562024-12-19T22:16:58.571Z[ recovery-image] Dec 19 22:16:57.435 INFO O| Dec 19 22:16:57.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
41572024-12-19T22:16:58.571Z[ recovery-image] Dec 19 22:16:57.435 INFO O| Dec 19 22:16:57.435 INFO STEP 46 (remove_files) COMPLETE
41582024-12-19T22:16:58.574Z[ recovery-image] Dec 19 22:16:57.435 INFO O| Dec 19 22:16:57.435 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41592024-12-19T22:16:58.593Z[ recovery-image] Dec 19 22:16:57.457 INFO O| Dec 19 22:16:57.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
41602024-12-19T22:16:58.593Z[ recovery-image] Dec 19 22:16:57.457 INFO O| Dec 19 22:16:57.457 INFO STEP 47 (remove_files) COMPLETE
41612024-12-19T22:16:58.596Z[ recovery-image] Dec 19 22:16:57.457 INFO O| Dec 19 22:16:57.457 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41622024-12-19T22:16:58.613Z[ recovery-image] Dec 19 22:16:57.476 INFO O| Dec 19 22:16:57.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
41632024-12-19T22:16:58.613Z[ recovery-image] Dec 19 22:16:57.477 INFO O| Dec 19 22:16:57.477 INFO STEP 48 (remove_files) COMPLETE
41642024-12-19T22:16:58.613Z[ recovery-image] Dec 19 22:16:57.477 INFO O| Dec 19 22:16:57.477 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41652024-12-19T22:16:58.634Z[ recovery-image] Dec 19 22:16:57.497 INFO O| Dec 19 22:16:57.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
41662024-12-19T22:16:58.634Z[ recovery-image] Dec 19 22:16:57.497 INFO O| Dec 19 22:16:57.497 INFO STEP 49 (remove_files) COMPLETE
41672024-12-19T22:16:58.634Z[ recovery-image] Dec 19 22:16:57.497 INFO O| Dec 19 22:16:57.497 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41682024-12-19T22:16:58.653Z[ recovery-image] Dec 19 22:16:57.516 INFO O| Dec 19 22:16:57.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
41692024-12-19T22:16:58.653Z[ recovery-image] Dec 19 22:16:57.517 INFO O| Dec 19 22:16:57.517 INFO STEP 50 (remove_files) COMPLETE
41702024-12-19T22:16:58.655Z[ recovery-image] Dec 19 22:16:57.517 INFO O| Dec 19 22:16:57.517 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41712024-12-19T22:16:58.672Z[ recovery-image] Dec 19 22:16:57.536 INFO O| Dec 19 22:16:57.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
41722024-12-19T22:16:58.672Z[ recovery-image] Dec 19 22:16:57.536 INFO O| Dec 19 22:16:57.536 INFO STEP 51 (remove_files) COMPLETE
41732024-12-19T22:16:58.675Z[ recovery-image] Dec 19 22:16:57.536 INFO O| Dec 19 22:16:57.536 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41742024-12-19T22:16:58.692Z[ recovery-image] Dec 19 22:16:57.555 INFO O| Dec 19 22:16:57.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
41752024-12-19T22:16:58.692Z[ recovery-image] Dec 19 22:16:57.555 INFO O| Dec 19 22:16:57.555 INFO STEP 52 (remove_files) COMPLETE
41762024-12-19T22:16:58.695Z[ recovery-image] Dec 19 22:16:57.555 INFO O| Dec 19 22:16:57.555 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41772024-12-19T22:16:58.727Z[ recovery-image] Dec 19 22:16:57.590 INFO O| Dec 19 22:16:57.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
41782024-12-19T22:16:58.730Z[ recovery-image] Dec 19 22:16:57.590 INFO O| Dec 19 22:16:57.590 INFO STEP 53 (remove_files) COMPLETE
41792024-12-19T22:16:58.730Z[ recovery-image] Dec 19 22:16:57.591 INFO O| Dec 19 22:16:57.590 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41802024-12-19T22:16:58.794Z[ recovery-image] Dec 19 22:16:57.657 INFO O| Dec 19 22:16:57.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
41812024-12-19T22:16:58.796Z[ recovery-image] Dec 19 22:16:57.657 INFO O| Dec 19 22:16:57.657 INFO STEP 54 (remove_files) COMPLETE
41822024-12-19T22:16:58.796Z[ recovery-image] Dec 19 22:16:57.657 INFO O| Dec 19 22:16:57.657 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41832024-12-19T22:16:58.814Z[ recovery-image] Dec 19 22:16:57.677 INFO O| Dec 19 22:16:57.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
41842024-12-19T22:16:58.814Z[ recovery-image] Dec 19 22:16:57.677 INFO O| Dec 19 22:16:57.677 INFO STEP 55 (remove_files) COMPLETE
41852024-12-19T22:16:58.818Z[ recovery-image] Dec 19 22:16:57.678 INFO O| Dec 19 22:16:57.677 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41862024-12-19T22:16:58.854Z[ recovery-image] Dec 19 22:16:57.717 INFO O| Dec 19 22:16:57.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
41872024-12-19T22:16:58.854Z[ recovery-image] Dec 19 22:16:57.717 INFO O| Dec 19 22:16:57.717 INFO STEP 56 (remove_files) COMPLETE
41882024-12-19T22:16:58.857Z[ recovery-image] Dec 19 22:16:57.717 INFO O| Dec 19 22:16:57.717 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41892024-12-19T22:16:58.875Z[ recovery-image] Dec 19 22:16:57.737 INFO O| Dec 19 22:16:57.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
41902024-12-19T22:16:58.875Z[ recovery-image] Dec 19 22:16:57.737 INFO O| Dec 19 22:16:57.737 INFO STEP 57 (remove_files) COMPLETE
41912024-12-19T22:16:58.883Z[ recovery-image] Dec 19 22:16:57.737 INFO O| Dec 19 22:16:57.737 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41922024-12-19T22:16:58.907Z[ recovery-image] Dec 19 22:16:57.770 INFO O| Dec 19 22:16:57.769 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
41932024-12-19T22:16:58.907Z[ recovery-image] Dec 19 22:16:57.770 INFO O| Dec 19 22:16:57.770 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
41942024-12-19T22:16:58.907Z[ recovery-image] Dec 19 22:16:57.770 INFO O| Dec 19 22:16:57.770 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
41952024-12-19T22:16:58.918Z[ recovery-image] Dec 19 22:16:57.770 INFO O| Dec 19 22:16:57.770 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
41962024-12-19T22:16:58.918Z[ recovery-image] Dec 19 22:16:57.770 INFO O| Dec 19 22:16:57.770 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
41972024-12-19T22:16:58.918Z[ recovery-image] Dec 19 22:16:57.770 INFO O| Dec 19 22:16:57.770 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
41982024-12-19T22:16:58.918Z[ recovery-image] Dec 19 22:16:57.770 INFO O| Dec 19 22:16:57.770 INFO ok!
41992024-12-19T22:16:58.918Z[ recovery-image] Dec 19 22:16:57.770 INFO O| Dec 19 22:16:57.770 INFO STEP 58 (ensure_file) COMPLETE
42002024-12-19T22:16:58.918Z[ recovery-image] Dec 19 22:16:57.770 INFO O| Dec 19 22:16:57.770 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42012024-12-19T22:16:58.929Z[ recovery-image] Dec 19 22:16:57.792 INFO O| Dec 19 22:16:57.792 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
42022024-12-19T22:16:58.929Z[ recovery-image] Dec 19 22:16:57.792 INFO O| Dec 19 22:16:57.792 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
42032024-12-19T22:16:58.932Z[ recovery-image] Dec 19 22:16:57.792 INFO O| Dec 19 22:16:57.792 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42042024-12-19T22:16:58.933Z[ recovery-image] Dec 19 22:16:57.792 INFO O| Dec 19 22:16:57.792 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42052024-12-19T22:16:58.934Z[ recovery-image] Dec 19 22:16:57.792 INFO O| Dec 19 22:16:57.792 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42062024-12-19T22:16:58.934Z[ recovery-image] Dec 19 22:16:57.792 INFO O| Dec 19 22:16:57.792 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42072024-12-19T22:16:58.934Z[ recovery-image] Dec 19 22:16:57.792 INFO O| Dec 19 22:16:57.792 INFO ok!
42082024-12-19T22:16:58.934Z[ recovery-image] Dec 19 22:16:57.792 INFO O| Dec 19 22:16:57.792 INFO STEP 59 (ensure_file) COMPLETE
42092024-12-19T22:16:58.934Z[ recovery-image] Dec 19 22:16:57.792 INFO O| Dec 19 22:16:57.792 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42102024-12-19T22:16:58.957Z[ recovery-image] Dec 19 22:16:57.819 INFO O| Dec 19 22:16:57.819 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
42112024-12-19T22:16:58.957Z[ recovery-image] Dec 19 22:16:57.820 INFO O| Dec 19 22:16:57.819 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
42122024-12-19T22:16:58.957Z[ recovery-image] Dec 19 22:16:57.820 INFO O| Dec 19 22:16:57.820 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
42132024-12-19T22:16:58.960Z[ recovery-image] Dec 19 22:16:57.820 INFO O| Dec 19 22:16:57.820 INFO ok!
42142024-12-19T22:16:58.960Z[ recovery-image] Dec 19 22:16:57.820 INFO O| Dec 19 22:16:57.820 INFO STEP 60 (ensure_file) COMPLETE
42152024-12-19T22:16:58.960Z[ recovery-image] Dec 19 22:16:57.820 INFO O| Dec 19 22:16:57.820 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42162024-12-19T22:16:59.029Z[ recovery-image] Dec 19 22:16:57.890 INFO O| Dec 19 22:16:57.890 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
42172024-12-19T22:16:59.029Z[ recovery-image] Dec 19 22:16:57.890 INFO O| Dec 19 22:16:57.890 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
42182024-12-19T22:16:59.029Z[ recovery-image] Dec 19 22:16:57.891 INFO O| Dec 19 22:16:57.891 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
42192024-12-19T22:16:59.032Z[ recovery-image] Dec 19 22:16:57.891 INFO O| Dec 19 22:16:57.891 INFO ok!
42202024-12-19T22:16:59.032Z[ recovery-image] Dec 19 22:16:57.891 INFO O| Dec 19 22:16:57.891 INFO STEP 61 (ensure_file) COMPLETE
42212024-12-19T22:16:59.032Z[ recovery-image] Dec 19 22:16:57.891 INFO O| Dec 19 22:16:57.891 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42222024-12-19T22:16:59.187Z[ recovery-image] Dec 19 22:16:58.048 INFO O| Dec 19 22:16:58.048 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
42232024-12-19T22:16:59.187Z[ recovery-image] Dec 19 22:16:58.048 INFO O| Dec 19 22:16:58.048 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
42242024-12-19T22:16:59.191Z[ recovery-image] Dec 19 22:16:58.048 INFO O| Dec 19 22:16:58.048 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
42252024-12-19T22:16:59.191Z[ recovery-image] Dec 19 22:16:58.048 INFO O| Dec 19 22:16:58.048 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
42262024-12-19T22:16:59.191Z[ recovery-image] Dec 19 22:16:58.048 INFO O| Dec 19 22:16:58.048 INFO ok!
42272024-12-19T22:16:59.191Z[ recovery-image] Dec 19 22:16:58.048 INFO O| Dec 19 22:16:58.048 INFO STEP 62 (ensure_file) COMPLETE
42282024-12-19T22:16:59.191Z[ recovery-image] Dec 19 22:16:58.048 INFO O| Dec 19 22:16:58.048 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42292024-12-19T22:16:59.230Z[ recovery-image] Dec 19 22:16:58.091 INFO O| Dec 19 22:16:58.091 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
42302024-12-19T22:16:59.230Z[ recovery-image] Dec 19 22:16:58.091 INFO O| Dec 19 22:16:58.091 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
42312024-12-19T22:16:59.232Z[ recovery-image] Dec 19 22:16:58.091 INFO O| Dec 19 22:16:58.091 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
42322024-12-19T22:16:59.232Z[ recovery-image] Dec 19 22:16:58.091 INFO O| Dec 19 22:16:58.091 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
42332024-12-19T22:16:59.233Z[ recovery-image] Dec 19 22:16:58.091 INFO O| Dec 19 22:16:58.091 INFO ok!
42342024-12-19T22:16:59.233Z[ recovery-image] Dec 19 22:16:58.091 INFO O| Dec 19 22:16:58.091 INFO STEP 63 (ensure_file) COMPLETE
42352024-12-19T22:16:59.234Z[ recovery-image] Dec 19 22:16:58.091 INFO O| Dec 19 22:16:58.091 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42362024-12-19T22:16:59.253Z[ recovery-image] Dec 19 22:16:58.114 INFO O| Dec 19 22:16:58.113 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
42372024-12-19T22:16:59.253Z[ recovery-image] Dec 19 22:16:58.114 INFO O| Dec 19 22:16:58.114 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
42382024-12-19T22:16:59.255Z[ recovery-image] Dec 19 22:16:58.114 INFO O| Dec 19 22:16:58.114 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
42392024-12-19T22:16:59.255Z[ recovery-image] Dec 19 22:16:58.114 INFO O| Dec 19 22:16:58.114 INFO ok!
42402024-12-19T22:16:59.255Z[ recovery-image] Dec 19 22:16:58.114 INFO O| Dec 19 22:16:58.114 INFO STEP 64 (assemble_files) COMPLETE
42412024-12-19T22:16:59.255Z[ recovery-image] Dec 19 22:16:58.115 INFO O| Dec 19 22:16:58.114 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42422024-12-19T22:16:59.271Z[ recovery-image] Dec 19 22:16:58.132 INFO O| Dec 19 22:16:58.132 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
42432024-12-19T22:16:59.271Z[ recovery-image] Dec 19 22:16:58.132 INFO O| Dec 19 22:16:58.132 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
42442024-12-19T22:16:59.274Z[ recovery-image] Dec 19 22:16:58.133 INFO O| Dec 19 22:16:58.132 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
42452024-12-19T22:16:59.274Z[ recovery-image] Dec 19 22:16:58.133 INFO O| Dec 19 22:16:58.132 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
42462024-12-19T22:16:59.274Z[ recovery-image] Dec 19 22:16:58.133 INFO O| Dec 19 22:16:58.133 INFO ok!
42472024-12-19T22:16:59.274Z[ recovery-image] Dec 19 22:16:58.133 INFO O| Dec 19 22:16:58.133 INFO STEP 65 (ensure_file) COMPLETE
42482024-12-19T22:16:59.274Z[ recovery-image] Dec 19 22:16:58.133 INFO O| Dec 19 22:16:58.133 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42492024-12-19T22:16:59.275Z[ recovery-image] Dec 19 22:16:58.133 INFO O| Dec 19 22:16:58.133 INFO skip step because feature "omicron1" is not enabled
42502024-12-19T22:16:59.275Z[ recovery-image] Dec 19 22:16:58.133 INFO O| Dec 19 22:16:58.133 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42512024-12-19T22:16:59.275Z[ recovery-image] Dec 19 22:16:58.133 INFO O| Dec 19 22:16:58.133 INFO skip step because feature "omicron1" is not enabled
42522024-12-19T22:16:59.275Z[ recovery-image] Dec 19 22:16:58.133 INFO O| Dec 19 22:16:58.133 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42532024-12-19T22:16:59.275Z[ recovery-image] Dec 19 22:16:58.133 INFO O| Dec 19 22:16:58.133 INFO skip step because feature "omicron1" is not enabled
42542024-12-19T22:16:59.275Z[ recovery-image] Dec 19 22:16:58.133 INFO O| Dec 19 22:16:58.133 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42552024-12-19T22:16:59.305Z[ recovery-image] Dec 19 22:16:58.166 INFO O| Dec 19 22:16:58.166 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
42562024-12-19T22:16:59.308Z[ recovery-image] Dec 19 22:16:58.167 INFO O| Dec 19 22:16:58.167 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
42572024-12-19T22:17:00.609Z[ host-image] Dec 19 22:16:59.464 INFO O| Dec 19 22:16:59.464 INFO O| Planning: Solver setup ... Done
42582024-12-19T22:17:00.616Z[ host-image] Dec 19 22:16:59.471 INFO O| Dec 19 22:16:59.471 INFO O| Planning: Running solver ... Done
42592024-12-19T22:17:00.765Z[ host-image] Dec 19 22:16:59.620 INFO O| Dec 19 22:16:59.620 INFO O| Planning: Finding local manifests ... Done
42602024-12-19T22:17:00.775Z[ host-image] Dec 19 22:16:59.622 INFO O| Dec 19 22:16:59.622 INFO O| Planning: Fetching manifests: 0/5 0% complete
42612024-12-19T22:17:02.233Z[ recovery-image] Dec 19 22:17:01.080 INFO O| Dec 19 22:17:01.080 INFO STEP 69 (pack_tar) COMPLETE
42622024-12-19T22:17:02.233Z[ recovery-image] Dec 19 22:17:01.080 INFO O| Dec 19 22:17:01.080 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
42632024-12-19T22:17:02.236Z[ recovery-image] Dec 19 22:17:01.080 INFO O| Dec 19 22:17:01.080 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
42642024-12-19T22:17:02.394Z[ host-image] Dec 19 22:17:01.241 INFO O| Dec 19 22:17:01.241 INFO O| Planning: Fetching manifests: 5/5 100% complete
42652024-12-19T22:17:02.409Z[ recovery-image] Dec 19 22:17:01.256 INFO O| Dec 19 22:17:01.256 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
42662024-12-19T22:17:02.434Z[ host-image] Dec 19 22:17:01.281 INFO O| Dec 19 22:17:01.281 INFO O| Planning: Package planning ... Done
42672024-12-19T22:17:02.440Z[ host-image] Dec 19 22:17:01.288 INFO O| Dec 19 22:17:01.288 INFO O| Planning: Merging actions ... Done
42682024-12-19T22:17:02.526Z[ recovery-image] Dec 19 22:17:01.373 INFO O| Dec 19 22:17:01.373 INFO completed processing gimlet/ramdisk-02-trim
42692024-12-19T22:17:02.530Z[ recovery-image] Dec 19 22:17:01.377 INFO image builder template: ramdisk-03-recovery-trim...
42702024-12-19T22:17:02.532Z[ recovery-image] Dec 19 22:17:01.377 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/.tmplpZFK3/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.311", "-n", "ramdisk-03-recovery-trim"], pwd: None
42712024-12-19T22:17:02.693Z[ host-image] Dec 19 22:17:01.539 INFO O| Dec 19 22:17:01.539 INFO O| Planning: Checking for conflicting actions ... Done
42722024-12-19T22:17:02.696Z[ host-image] Dec 19 22:17:01.542 INFO O| Dec 19 22:17:01.542 INFO O| Planning: Consolidating action changes ... Done
42732024-12-19T22:17:02.808Z[ recovery-image] Dec 19 22:17:01.653 INFO O| Dec 19 22:17:01.653 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
42742024-12-19T22:17:02.817Z[ recovery-image] Dec 19 22:17:01.662 INFO O| Dec 19 22:17:01.661 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
42752024-12-19T22:17:02.903Z[ recovery-image] Dec 19 22:17:01.748 INFO O| Dec 19 22:17:01.747 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
42762024-12-19T22:17:03.036Z[ recovery-image] Dec 19 22:17:01.881 INFO O| Dec 19 22:17:01.881 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
42772024-12-19T22:17:03.036Z[ recovery-image] Dec 19 22:17:01.881 INFO O| Dec 19 22:17:01.881 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
42782024-12-19T22:17:03.051Z[ recovery-image] Dec 19 22:17:01.896 INFO O| Dec 19 22:17:01.896 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
42792024-12-19T22:17:03.060Z[ recovery-image] Dec 19 22:17:01.905 INFO O| Dec 19 22:17:01.905 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
42802024-12-19T22:17:03.070Z[ recovery-image] Dec 19 22:17:01.915 INFO O| Dec 19 22:17:01.914 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
42812024-12-19T22:17:03.207Z[ host-image] Dec 19 22:17:02.051 INFO O| Dec 19 22:17:02.051 INFO O| Planning: Evaluating mediators ... Done
42822024-12-19T22:17:03.211Z[ host-image] Dec 19 22:17:02.056 INFO O| Dec 19 22:17:02.055 INFO O| Planning: Planning completed in 8.46 seconds
42832024-12-19T22:17:03.218Z[ host-image] Dec 19 22:17:02.063 INFO O| Dec 19 22:17:02.063 INFO O| Packages to install: 5
42842024-12-19T22:17:03.221Z[ host-image] Dec 19 22:17:02.063 INFO O| Dec 19 22:17:02.063 INFO O| Services to change: 2
42852024-12-19T22:17:03.243Z[ host-image] Dec 19 22:17:02.087 INFO O| Dec 19 22:17:02.086 INFO O| Download: 0/116 items 0.0/1.4MB 0% complete
42862024-12-19T22:17:03.781Z[ recovery-image] Dec 19 22:17:02.623 INFO O| Dec 19 22:17:02.623 INFO rolled back to input snapshot; work may begin
42872024-12-19T22:17:03.781Z[ recovery-image] Dec 19 22:17:02.623 INFO O| Dec 19 22:17:02.623 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
42882024-12-19T22:17:03.791Z[ recovery-image] Dec 19 22:17:02.632 INFO O| Dec 19 22:17:02.632 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42892024-12-19T22:17:03.810Z[ recovery-image] Dec 19 22:17:02.652 INFO O| Dec 19 22:17:02.652 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
42902024-12-19T22:17:03.815Z[ recovery-image] Dec 19 22:17:02.657 INFO O| Dec 19 22:17:02.657 INFO STEP 0 (remove_files) COMPLETE
42912024-12-19T22:17:03.815Z[ recovery-image] Dec 19 22:17:02.657 INFO O| Dec 19 22:17:02.657 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42922024-12-19T22:17:03.842Z[ recovery-image] Dec 19 22:17:02.683 INFO O| Dec 19 22:17:02.683 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
42932024-12-19T22:17:04.308Z[ recovery-image] Dec 19 22:17:03.148 INFO O| Dec 19 22:17:03.148 INFO STEP 1 (remove_files) COMPLETE
42942024-12-19T22:17:04.308Z[ recovery-image] Dec 19 22:17:03.148 INFO O| Dec 19 22:17:03.148 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42952024-12-19T22:17:04.331Z[ recovery-image] Dec 19 22:17:03.170 INFO O| Dec 19 22:17:03.170 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
42962024-12-19T22:17:04.358Z[ recovery-image] Dec 19 22:17:03.197 INFO O| Dec 19 22:17:03.197 INFO STEP 2 (remove_files) COMPLETE
42972024-12-19T22:17:04.358Z[ recovery-image] Dec 19 22:17:03.198 INFO O| Dec 19 22:17:03.197 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42982024-12-19T22:17:04.390Z[ recovery-image] Dec 19 22:17:03.229 INFO O| Dec 19 22:17:03.229 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
42992024-12-19T22:17:04.556Z[ recovery-image] Dec 19 22:17:03.394 INFO O| Dec 19 22:17:03.394 INFO STEP 3 (remove_files) COMPLETE
43002024-12-19T22:17:04.556Z[ recovery-image] Dec 19 22:17:03.394 INFO O| Dec 19 22:17:03.394 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43012024-12-19T22:17:04.576Z[ recovery-image] Dec 19 22:17:03.414 INFO O| Dec 19 22:17:03.414 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
43022024-12-19T22:17:05.031Z[ recovery-image] Dec 19 22:17:03.867 INFO O| Dec 19 22:17:03.867 INFO STEP 4 (remove_files) COMPLETE
43032024-12-19T22:17:05.031Z[ recovery-image] Dec 19 22:17:03.867 INFO O| Dec 19 22:17:03.867 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43042024-12-19T22:17:05.051Z[ recovery-image] Dec 19 22:17:03.887 INFO O| Dec 19 22:17:03.887 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
43052024-12-19T22:17:05.087Z[ recovery-image] Dec 19 22:17:03.918 INFO O| Dec 19 22:17:03.918 INFO STEP 5 (remove_files) COMPLETE
43062024-12-19T22:17:05.088Z[ recovery-image] Dec 19 22:17:03.919 INFO O| Dec 19 22:17:03.918 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43072024-12-19T22:17:05.105Z[ recovery-image] Dec 19 22:17:03.941 INFO O| Dec 19 22:17:03.941 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
43082024-12-19T22:17:05.122Z[ recovery-image] Dec 19 22:17:03.958 INFO O| Dec 19 22:17:03.958 INFO STEP 6 (remove_files) COMPLETE
43092024-12-19T22:17:05.122Z[ recovery-image] Dec 19 22:17:03.958 INFO O| Dec 19 22:17:03.958 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43102024-12-19T22:17:05.142Z[ recovery-image] Dec 19 22:17:03.978 INFO O| Dec 19 22:17:03.978 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
43112024-12-19T22:17:05.158Z[ recovery-image] Dec 19 22:17:03.993 INFO O| Dec 19 22:17:03.993 INFO STEP 7 (remove_files) COMPLETE
43122024-12-19T22:17:05.158Z[ recovery-image] Dec 19 22:17:03.993 INFO O| Dec 19 22:17:03.993 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43132024-12-19T22:17:05.220Z[ recovery-image] Dec 19 22:17:04.055 INFO O| Dec 19 22:17:04.055 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
43142024-12-19T22:17:05.248Z[ recovery-image] Dec 19 22:17:04.082 INFO O| Dec 19 22:17:04.082 INFO STEP 8 (remove_files) COMPLETE
43152024-12-19T22:17:05.248Z[ recovery-image] Dec 19 22:17:04.082 INFO O| Dec 19 22:17:04.082 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43162024-12-19T22:17:05.279Z[ recovery-image] Dec 19 22:17:04.115 INFO O| Dec 19 22:17:04.115 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
43172024-12-19T22:17:05.282Z[ recovery-image] Dec 19 22:17:04.115 INFO O| Dec 19 22:17:04.115 INFO STEP 9 (remove_files) COMPLETE
43182024-12-19T22:17:05.282Z[ recovery-image] Dec 19 22:17:04.115 INFO O| Dec 19 22:17:04.115 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43192024-12-19T22:17:05.315Z[ recovery-image] Dec 19 22:17:04.151 INFO O| Dec 19 22:17:04.151 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
43202024-12-19T22:17:05.319Z[ recovery-image] Dec 19 22:17:04.152 INFO O| Dec 19 22:17:04.152 INFO STEP 10 (remove_files) COMPLETE
43212024-12-19T22:17:05.319Z[ recovery-image] Dec 19 22:17:04.152 INFO O| Dec 19 22:17:04.152 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43222024-12-19T22:17:05.336Z[ recovery-image] Dec 19 22:17:04.171 INFO O| Dec 19 22:17:04.171 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
43232024-12-19T22:17:05.503Z[ recovery-image] Dec 19 22:17:04.337 INFO O| Dec 19 22:17:04.337 INFO STEP 11 (remove_files) COMPLETE
43242024-12-19T22:17:05.504Z[ recovery-image] Dec 19 22:17:04.337 INFO O| Dec 19 22:17:04.337 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43252024-12-19T22:17:05.564Z[ recovery-image] Dec 19 22:17:04.398 INFO O| Dec 19 22:17:04.398 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
43262024-12-19T22:17:05.623Z[ recovery-image] Dec 19 22:17:04.457 INFO O| Dec 19 22:17:04.457 INFO STEP 12 (remove_files) COMPLETE
43272024-12-19T22:17:05.624Z[ recovery-image] Dec 19 22:17:04.458 INFO O| Dec 19 22:17:04.457 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43282024-12-19T22:17:05.683Z[ recovery-image] Dec 19 22:17:04.517 INFO O| Dec 19 22:17:04.517 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
43292024-12-19T22:17:05.708Z[ recovery-image] Dec 19 22:17:04.542 INFO O| Dec 19 22:17:04.541 INFO STEP 13 (remove_files) COMPLETE
43302024-12-19T22:17:05.708Z[ recovery-image] Dec 19 22:17:04.542 INFO O| Dec 19 22:17:04.541 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43312024-12-19T22:17:05.728Z[ recovery-image] Dec 19 22:17:04.561 INFO O| Dec 19 22:17:04.561 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
43322024-12-19T22:17:05.753Z[ recovery-image] Dec 19 22:17:04.585 INFO O| Dec 19 22:17:04.585 INFO STEP 14 (remove_files) COMPLETE
43332024-12-19T22:17:05.760Z[ recovery-image] Dec 19 22:17:04.585 INFO O| Dec 19 22:17:04.585 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43342024-12-19T22:17:05.803Z[ recovery-image] Dec 19 22:17:04.621 INFO O| Dec 19 22:17:04.621 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
43352024-12-19T22:17:05.833Z[ recovery-image] Dec 19 22:17:04.666 INFO O| Dec 19 22:17:04.666 INFO STEP 15 (remove_files) COMPLETE
43362024-12-19T22:17:05.833Z[ recovery-image] Dec 19 22:17:04.666 INFO O| Dec 19 22:17:04.666 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43372024-12-19T22:17:05.852Z[ recovery-image] Dec 19 22:17:04.685 INFO O| Dec 19 22:17:04.685 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
43382024-12-19T22:17:05.882Z[ recovery-image] Dec 19 22:17:04.715 INFO O| Dec 19 22:17:04.715 INFO STEP 16 (remove_files) COMPLETE
43392024-12-19T22:17:05.883Z[ recovery-image] Dec 19 22:17:04.715 INFO O| Dec 19 22:17:04.715 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43402024-12-19T22:17:05.916Z[ recovery-image] Dec 19 22:17:04.748 INFO O| Dec 19 22:17:04.748 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
43412024-12-19T22:17:05.918Z[ recovery-image] Dec 19 22:17:04.749 INFO O| Dec 19 22:17:04.749 INFO STEP 17 (remove_files) COMPLETE
43422024-12-19T22:17:05.918Z[ recovery-image] Dec 19 22:17:04.749 INFO O| Dec 19 22:17:04.749 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43432024-12-19T22:17:05.936Z[ recovery-image] Dec 19 22:17:04.769 INFO O| Dec 19 22:17:04.769 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
43442024-12-19T22:17:05.939Z[ recovery-image] Dec 19 22:17:04.769 INFO O| Dec 19 22:17:04.769 INFO STEP 18 (remove_files) COMPLETE
43452024-12-19T22:17:05.939Z[ recovery-image] Dec 19 22:17:04.769 INFO O| Dec 19 22:17:04.769 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43462024-12-19T22:17:05.965Z[ recovery-image] Dec 19 22:17:04.791 INFO O| Dec 19 22:17:04.791 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
43472024-12-19T22:17:06.298Z[ recovery-image] Dec 19 22:17:05.129 INFO O| Dec 19 22:17:05.129 INFO STEP 19 (remove_files) COMPLETE
43482024-12-19T22:17:06.298Z[ recovery-image] Dec 19 22:17:05.129 INFO O| Dec 19 22:17:05.129 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43492024-12-19T22:17:06.339Z[ recovery-image] Dec 19 22:17:05.170 INFO O| Dec 19 22:17:05.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
43502024-12-19T22:17:06.341Z[ recovery-image] Dec 19 22:17:05.171 INFO O| Dec 19 22:17:05.171 INFO STEP 20 (remove_files) COMPLETE
43512024-12-19T22:17:06.341Z[ recovery-image] Dec 19 22:17:05.171 INFO O| Dec 19 22:17:05.171 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43522024-12-19T22:17:06.376Z[ recovery-image] Dec 19 22:17:05.207 INFO O| Dec 19 22:17:05.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
43532024-12-19T22:17:06.379Z[ recovery-image] Dec 19 22:17:05.208 INFO O| Dec 19 22:17:05.208 INFO STEP 21 (remove_files) COMPLETE
43542024-12-19T22:17:06.379Z[ recovery-image] Dec 19 22:17:05.208 INFO O| Dec 19 22:17:05.208 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43552024-12-19T22:17:06.419Z[ recovery-image] Dec 19 22:17:05.249 INFO O| Dec 19 22:17:05.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
43562024-12-19T22:17:06.442Z[ recovery-image] Dec 19 22:17:05.273 INFO O| Dec 19 22:17:05.273 INFO STEP 22 (remove_files) COMPLETE
43572024-12-19T22:17:06.442Z[ recovery-image] Dec 19 22:17:05.273 INFO O| Dec 19 22:17:05.273 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43582024-12-19T22:17:06.474Z[ recovery-image] Dec 19 22:17:05.305 INFO O| Dec 19 22:17:05.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
43592024-12-19T22:17:06.474Z[ recovery-image] Dec 19 22:17:05.305 INFO O| Dec 19 22:17:05.305 INFO STEP 23 (remove_files) COMPLETE
43602024-12-19T22:17:06.475Z[ recovery-image] Dec 19 22:17:05.305 INFO O| Dec 19 22:17:05.305 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43612024-12-19T22:17:06.517Z[ recovery-image] Dec 19 22:17:05.347 INFO O| Dec 19 22:17:05.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
43622024-12-19T22:17:06.517Z[ recovery-image] Dec 19 22:17:05.347 INFO O| Dec 19 22:17:05.347 INFO STEP 24 (remove_files) COMPLETE
43632024-12-19T22:17:06.519Z[ recovery-image] Dec 19 22:17:05.348 INFO O| Dec 19 22:17:05.347 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43642024-12-19T22:17:06.542Z[ recovery-image] Dec 19 22:17:05.371 INFO O| Dec 19 22:17:05.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
43652024-12-19T22:17:06.542Z[ recovery-image] Dec 19 22:17:05.371 INFO O| Dec 19 22:17:05.371 INFO STEP 25 (remove_files) COMPLETE
43662024-12-19T22:17:06.542Z[ recovery-image] Dec 19 22:17:05.371 INFO O| Dec 19 22:17:05.371 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43672024-12-19T22:17:06.565Z[ recovery-image] Dec 19 22:17:05.395 INFO O| Dec 19 22:17:05.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
43682024-12-19T22:17:06.568Z[ recovery-image] Dec 19 22:17:05.395 INFO O| Dec 19 22:17:05.395 INFO STEP 26 (remove_files) COMPLETE
43692024-12-19T22:17:06.568Z[ recovery-image] Dec 19 22:17:05.395 INFO O| Dec 19 22:17:05.395 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43702024-12-19T22:17:06.594Z[ recovery-image] Dec 19 22:17:05.424 INFO O| Dec 19 22:17:05.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
43712024-12-19T22:17:06.611Z[ recovery-image] Dec 19 22:17:05.440 INFO O| Dec 19 22:17:05.440 INFO STEP 27 (remove_files) COMPLETE
43722024-12-19T22:17:06.611Z[ recovery-image] Dec 19 22:17:05.440 INFO O| Dec 19 22:17:05.440 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43732024-12-19T22:17:06.670Z[ recovery-image] Dec 19 22:17:05.499 INFO O| Dec 19 22:17:05.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
43742024-12-19T22:17:06.690Z[ recovery-image] Dec 19 22:17:05.519 INFO O| Dec 19 22:17:05.519 INFO STEP 28 (remove_files) COMPLETE
43752024-12-19T22:17:06.690Z[ recovery-image] Dec 19 22:17:05.519 INFO O| Dec 19 22:17:05.519 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43762024-12-19T22:17:06.713Z[ recovery-image] Dec 19 22:17:05.543 INFO O| Dec 19 22:17:05.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
43772024-12-19T22:17:06.713Z[ recovery-image] Dec 19 22:17:05.543 INFO O| Dec 19 22:17:05.543 INFO STEP 29 (remove_files) COMPLETE
43782024-12-19T22:17:06.716Z[ recovery-image] Dec 19 22:17:05.543 INFO O| Dec 19 22:17:05.543 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43792024-12-19T22:17:06.738Z[ recovery-image] Dec 19 22:17:05.567 INFO O| Dec 19 22:17:05.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
43802024-12-19T22:17:06.738Z[ recovery-image] Dec 19 22:17:05.567 INFO O| Dec 19 22:17:05.567 INFO STEP 30 (remove_files) COMPLETE
43812024-12-19T22:17:06.738Z[ recovery-image] Dec 19 22:17:05.567 INFO O| Dec 19 22:17:05.567 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43822024-12-19T22:17:06.775Z[ recovery-image] Dec 19 22:17:05.604 INFO O| Dec 19 22:17:05.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
43832024-12-19T22:17:06.775Z[ recovery-image] Dec 19 22:17:05.604 INFO O| Dec 19 22:17:05.604 INFO STEP 31 (remove_files) COMPLETE
43842024-12-19T22:17:06.778Z[ recovery-image] Dec 19 22:17:05.604 INFO O| Dec 19 22:17:05.604 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43852024-12-19T22:17:06.796Z[ recovery-image] Dec 19 22:17:05.625 INFO O| Dec 19 22:17:05.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
43862024-12-19T22:17:06.803Z[ recovery-image] Dec 19 22:17:05.632 INFO O| Dec 19 22:17:05.632 INFO STEP 32 (remove_files) COMPLETE
43872024-12-19T22:17:06.804Z[ recovery-image] Dec 19 22:17:05.632 INFO O| Dec 19 22:17:05.632 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43882024-12-19T22:17:06.861Z[ recovery-image] Dec 19 22:17:05.690 INFO O| Dec 19 22:17:05.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
43892024-12-19T22:17:06.861Z[ recovery-image] Dec 19 22:17:05.690 INFO O| Dec 19 22:17:05.690 INFO STEP 33 (remove_files) COMPLETE
43902024-12-19T22:17:06.861Z[ recovery-image] Dec 19 22:17:05.690 INFO O| Dec 19 22:17:05.690 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43912024-12-19T22:17:06.883Z[ recovery-image] Dec 19 22:17:05.712 INFO O| Dec 19 22:17:05.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
43922024-12-19T22:17:06.884Z[ recovery-image] Dec 19 22:17:05.712 INFO O| Dec 19 22:17:05.712 INFO STEP 34 (remove_files) COMPLETE
43932024-12-19T22:17:06.884Z[ recovery-image] Dec 19 22:17:05.712 INFO O| Dec 19 22:17:05.712 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43942024-12-19T22:17:06.904Z[ recovery-image] Dec 19 22:17:05.733 INFO O| Dec 19 22:17:05.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
43952024-12-19T22:17:06.917Z[ recovery-image] Dec 19 22:17:05.745 INFO O| Dec 19 22:17:05.744 INFO STEP 35 (remove_files) COMPLETE
43962024-12-19T22:17:06.917Z[ recovery-image] Dec 19 22:17:05.745 INFO O| Dec 19 22:17:05.744 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43972024-12-19T22:17:06.954Z[ recovery-image] Dec 19 22:17:05.782 INFO O| Dec 19 22:17:05.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
43982024-12-19T22:17:06.956Z[ recovery-image] Dec 19 22:17:05.782 INFO O| Dec 19 22:17:05.782 INFO STEP 36 (remove_files) COMPLETE
43992024-12-19T22:17:06.956Z[ recovery-image] Dec 19 22:17:05.782 INFO O| Dec 19 22:17:05.782 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44002024-12-19T22:17:06.975Z[ recovery-image] Dec 19 22:17:05.803 INFO O| Dec 19 22:17:05.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
44012024-12-19T22:17:06.981Z[ recovery-image] Dec 19 22:17:05.810 INFO O| Dec 19 22:17:05.810 INFO STEP 37 (remove_files) COMPLETE
44022024-12-19T22:17:06.981Z[ recovery-image] Dec 19 22:17:05.810 INFO O| Dec 19 22:17:05.810 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44032024-12-19T22:17:07.001Z[ recovery-image] Dec 19 22:17:05.829 INFO O| Dec 19 22:17:05.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
44042024-12-19T22:17:07.001Z[ recovery-image] Dec 19 22:17:05.829 INFO O| Dec 19 22:17:05.829 INFO STEP 38 (remove_files) COMPLETE
44052024-12-19T22:17:07.001Z[ recovery-image] Dec 19 22:17:05.829 INFO O| Dec 19 22:17:05.829 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44062024-12-19T22:17:07.020Z[ recovery-image] Dec 19 22:17:05.848 INFO O| Dec 19 22:17:05.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
44072024-12-19T22:17:07.020Z[ recovery-image] Dec 19 22:17:05.848 INFO O| Dec 19 22:17:05.848 INFO STEP 39 (remove_files) COMPLETE
44082024-12-19T22:17:07.023Z[ recovery-image] Dec 19 22:17:05.848 INFO O| Dec 19 22:17:05.848 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44092024-12-19T22:17:07.041Z[ recovery-image] Dec 19 22:17:05.869 INFO O| Dec 19 22:17:05.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
44102024-12-19T22:17:07.041Z[ recovery-image] Dec 19 22:17:05.869 INFO O| Dec 19 22:17:05.869 INFO STEP 40 (remove_files) COMPLETE
44112024-12-19T22:17:07.041Z[ recovery-image] Dec 19 22:17:05.869 INFO O| Dec 19 22:17:05.869 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44122024-12-19T22:17:07.071Z[ recovery-image] Dec 19 22:17:05.899 INFO O| Dec 19 22:17:05.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
44132024-12-19T22:17:07.071Z[ recovery-image] Dec 19 22:17:05.899 INFO O| Dec 19 22:17:05.899 INFO STEP 41 (remove_files) COMPLETE
44142024-12-19T22:17:07.072Z[ recovery-image] Dec 19 22:17:05.899 INFO O| Dec 19 22:17:05.899 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44152024-12-19T22:17:07.099Z[ recovery-image] Dec 19 22:17:05.927 INFO O| Dec 19 22:17:05.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
44162024-12-19T22:17:07.123Z[ recovery-image] Dec 19 22:17:05.950 INFO O| Dec 19 22:17:05.950 INFO STEP 42 (remove_files) COMPLETE
44172024-12-19T22:17:07.123Z[ recovery-image] Dec 19 22:17:05.950 INFO O| Dec 19 22:17:05.950 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44182024-12-19T22:17:07.145Z[ recovery-image] Dec 19 22:17:05.972 INFO O| Dec 19 22:17:05.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
44192024-12-19T22:17:07.146Z[ recovery-image] Dec 19 22:17:05.972 INFO O| Dec 19 22:17:05.972 INFO STEP 43 (remove_files) COMPLETE
44202024-12-19T22:17:07.146Z[ recovery-image] Dec 19 22:17:05.973 INFO O| Dec 19 22:17:05.972 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44212024-12-19T22:17:07.166Z[ recovery-image] Dec 19 22:17:05.993 INFO O| Dec 19 22:17:05.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
44222024-12-19T22:17:07.188Z[ recovery-image] Dec 19 22:17:06.015 INFO O| Dec 19 22:17:06.015 INFO STEP 44 (remove_files) COMPLETE
44232024-12-19T22:17:07.188Z[ recovery-image] Dec 19 22:17:06.015 INFO O| Dec 19 22:17:06.015 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44242024-12-19T22:17:07.210Z[ recovery-image] Dec 19 22:17:06.037 INFO O| Dec 19 22:17:06.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
44252024-12-19T22:17:07.222Z[ recovery-image] Dec 19 22:17:06.049 INFO O| Dec 19 22:17:06.049 INFO STEP 45 (remove_files) COMPLETE
44262024-12-19T22:17:07.222Z[ recovery-image] Dec 19 22:17:06.049 INFO O| Dec 19 22:17:06.049 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44272024-12-19T22:17:07.247Z[ recovery-image] Dec 19 22:17:06.074 INFO O| Dec 19 22:17:06.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
44282024-12-19T22:17:07.247Z[ recovery-image] Dec 19 22:17:06.074 INFO O| Dec 19 22:17:06.074 INFO STEP 46 (remove_files) COMPLETE
44292024-12-19T22:17:07.251Z[ recovery-image] Dec 19 22:17:06.074 INFO O| Dec 19 22:17:06.074 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44302024-12-19T22:17:07.287Z[ recovery-image] Dec 19 22:17:06.114 INFO O| Dec 19 22:17:06.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
44312024-12-19T22:17:07.287Z[ recovery-image] Dec 19 22:17:06.114 INFO O| Dec 19 22:17:06.114 INFO STEP 47 (remove_files) COMPLETE
44322024-12-19T22:17:07.287Z[ recovery-image] Dec 19 22:17:06.114 INFO O| Dec 19 22:17:06.114 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44332024-12-19T22:17:07.321Z[ recovery-image] Dec 19 22:17:06.148 INFO O| Dec 19 22:17:06.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
44342024-12-19T22:17:07.322Z[ recovery-image] Dec 19 22:17:06.148 INFO O| Dec 19 22:17:06.148 INFO STEP 48 (remove_files) COMPLETE
44352024-12-19T22:17:07.322Z[ recovery-image] Dec 19 22:17:06.148 INFO O| Dec 19 22:17:06.148 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44362024-12-19T22:17:07.343Z[ recovery-image] Dec 19 22:17:06.169 INFO O| Dec 19 22:17:06.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
44372024-12-19T22:17:07.343Z[ recovery-image] Dec 19 22:17:06.170 INFO O| Dec 19 22:17:06.170 INFO STEP 49 (remove_files) COMPLETE
44382024-12-19T22:17:07.343Z[ recovery-image] Dec 19 22:17:06.170 INFO O| Dec 19 22:17:06.170 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44392024-12-19T22:17:07.381Z[ recovery-image] Dec 19 22:17:06.207 INFO O| Dec 19 22:17:06.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
44402024-12-19T22:17:07.381Z[ recovery-image] Dec 19 22:17:06.207 INFO O| Dec 19 22:17:06.207 INFO STEP 50 (remove_files) COMPLETE
44412024-12-19T22:17:07.383Z[ recovery-image] Dec 19 22:17:06.208 INFO O| Dec 19 22:17:06.207 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44422024-12-19T22:17:07.403Z[ recovery-image] Dec 19 22:17:06.229 INFO O| Dec 19 22:17:06.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
44432024-12-19T22:17:07.403Z[ recovery-image] Dec 19 22:17:06.229 INFO O| Dec 19 22:17:06.229 INFO STEP 51 (remove_files) COMPLETE
44442024-12-19T22:17:07.406Z[ recovery-image] Dec 19 22:17:06.229 INFO O| Dec 19 22:17:06.229 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44452024-12-19T22:17:07.424Z[ recovery-image] Dec 19 22:17:06.251 INFO O| Dec 19 22:17:06.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
44462024-12-19T22:17:07.424Z[ recovery-image] Dec 19 22:17:06.251 INFO O| Dec 19 22:17:06.251 INFO STEP 52 (remove_files) COMPLETE
44472024-12-19T22:17:07.424Z[ recovery-image] Dec 19 22:17:06.251 INFO O| Dec 19 22:17:06.251 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44482024-12-19T22:17:07.445Z[ recovery-image] Dec 19 22:17:06.271 INFO O| Dec 19 22:17:06.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
44492024-12-19T22:17:07.460Z[ recovery-image] Dec 19 22:17:06.286 INFO O| Dec 19 22:17:06.286 INFO STEP 53 (remove_files) COMPLETE
44502024-12-19T22:17:07.460Z[ recovery-image] Dec 19 22:17:06.286 INFO O| Dec 19 22:17:06.286 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44512024-12-19T22:17:07.494Z[ recovery-image] Dec 19 22:17:06.320 INFO O| Dec 19 22:17:06.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
44522024-12-19T22:17:07.494Z[ recovery-image] Dec 19 22:17:06.320 INFO O| Dec 19 22:17:06.320 INFO STEP 54 (remove_files) COMPLETE
44532024-12-19T22:17:07.497Z[ recovery-image] Dec 19 22:17:06.320 INFO O| Dec 19 22:17:06.320 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44542024-12-19T22:17:07.534Z[ recovery-image] Dec 19 22:17:06.360 INFO O| Dec 19 22:17:06.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
44552024-12-19T22:17:07.534Z[ recovery-image] Dec 19 22:17:06.360 INFO O| Dec 19 22:17:06.360 INFO STEP 55 (remove_files) COMPLETE
44562024-12-19T22:17:07.537Z[ recovery-image] Dec 19 22:17:06.360 INFO O| Dec 19 22:17:06.360 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44572024-12-19T22:17:07.571Z[ recovery-image] Dec 19 22:17:06.396 INFO O| Dec 19 22:17:06.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
44582024-12-19T22:17:07.571Z[ recovery-image] Dec 19 22:17:06.396 INFO O| Dec 19 22:17:06.396 INFO STEP 56 (remove_files) COMPLETE
44592024-12-19T22:17:07.571Z[ recovery-image] Dec 19 22:17:06.396 INFO O| Dec 19 22:17:06.396 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44602024-12-19T22:17:07.594Z[ recovery-image] Dec 19 22:17:06.419 INFO O| Dec 19 22:17:06.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
44612024-12-19T22:17:07.596Z[ recovery-image] Dec 19 22:17:06.421 INFO O| Dec 19 22:17:06.421 INFO STEP 57 (remove_files) COMPLETE
44622024-12-19T22:17:07.596Z[ recovery-image] Dec 19 22:17:06.421 INFO O| Dec 19 22:17:06.421 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44632024-12-19T22:17:07.617Z[ recovery-image] Dec 19 22:17:06.441 INFO O| Dec 19 22:17:06.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
44642024-12-19T22:17:07.639Z[ recovery-image] Dec 19 22:17:06.464 INFO O| Dec 19 22:17:06.464 INFO STEP 58 (remove_files) COMPLETE
44652024-12-19T22:17:07.639Z[ recovery-image] Dec 19 22:17:06.464 INFO O| Dec 19 22:17:06.464 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44662024-12-19T22:17:07.675Z[ recovery-image] Dec 19 22:17:06.500 INFO O| Dec 19 22:17:06.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
44672024-12-19T22:17:07.675Z[ recovery-image] Dec 19 22:17:06.500 INFO O| Dec 19 22:17:06.500 INFO STEP 59 (remove_files) COMPLETE
44682024-12-19T22:17:07.675Z[ recovery-image] Dec 19 22:17:06.500 INFO O| Dec 19 22:17:06.500 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44692024-12-19T22:17:07.696Z[ recovery-image] Dec 19 22:17:06.521 INFO O| Dec 19 22:17:06.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
44702024-12-19T22:17:07.696Z[ recovery-image] Dec 19 22:17:06.521 INFO O| Dec 19 22:17:06.521 INFO STEP 60 (remove_files) COMPLETE
44712024-12-19T22:17:07.696Z[ recovery-image] Dec 19 22:17:06.521 INFO O| Dec 19 22:17:06.521 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44722024-12-19T22:17:07.725Z[ recovery-image] Dec 19 22:17:06.550 INFO O| Dec 19 22:17:06.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
44732024-12-19T22:17:07.727Z[ recovery-image] Dec 19 22:17:06.550 INFO O| Dec 19 22:17:06.550 INFO STEP 61 (remove_files) COMPLETE
44742024-12-19T22:17:07.727Z[ recovery-image] Dec 19 22:17:06.550 INFO O| Dec 19 22:17:06.550 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44752024-12-19T22:17:07.746Z[ recovery-image] Dec 19 22:17:06.571 INFO O| Dec 19 22:17:06.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
44762024-12-19T22:17:07.749Z[ recovery-image] Dec 19 22:17:06.571 INFO O| Dec 19 22:17:06.571 INFO STEP 62 (remove_files) COMPLETE
44772024-12-19T22:17:07.749Z[ recovery-image] Dec 19 22:17:06.571 INFO O| Dec 19 22:17:06.571 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44782024-12-19T22:17:07.769Z[ recovery-image] Dec 19 22:17:06.593 INFO O| Dec 19 22:17:06.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
44792024-12-19T22:17:07.771Z[ recovery-image] Dec 19 22:17:06.594 INFO O| Dec 19 22:17:06.594 INFO STEP 63 (remove_files) COMPLETE
44802024-12-19T22:17:07.771Z[ recovery-image] Dec 19 22:17:06.594 INFO O| Dec 19 22:17:06.594 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44812024-12-19T22:17:07.791Z[ recovery-image] Dec 19 22:17:06.615 INFO O| Dec 19 22:17:06.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
44822024-12-19T22:17:07.793Z[ recovery-image] Dec 19 22:17:06.616 INFO O| Dec 19 22:17:06.616 INFO STEP 64 (remove_files) COMPLETE
44832024-12-19T22:17:07.793Z[ recovery-image] Dec 19 22:17:06.616 INFO O| Dec 19 22:17:06.616 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44842024-12-19T22:17:07.826Z[ recovery-image] Dec 19 22:17:06.650 INFO O| Dec 19 22:17:06.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
44852024-12-19T22:17:07.828Z[ recovery-image] Dec 19 22:17:06.650 INFO O| Dec 19 22:17:06.650 INFO STEP 65 (remove_files) COMPLETE
44862024-12-19T22:17:07.828Z[ recovery-image] Dec 19 22:17:06.651 INFO O| Dec 19 22:17:06.650 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44872024-12-19T22:17:07.848Z[ recovery-image] Dec 19 22:17:06.673 INFO O| Dec 19 22:17:06.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
44882024-12-19T22:17:07.851Z[ recovery-image] Dec 19 22:17:06.673 INFO O| Dec 19 22:17:06.673 INFO STEP 66 (remove_files) COMPLETE
44892024-12-19T22:17:07.851Z[ recovery-image] Dec 19 22:17:06.673 INFO O| Dec 19 22:17:06.673 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44902024-12-19T22:17:07.888Z[ recovery-image] Dec 19 22:17:06.712 INFO O| Dec 19 22:17:06.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
44912024-12-19T22:17:07.890Z[ recovery-image] Dec 19 22:17:06.712 INFO O| Dec 19 22:17:06.712 INFO STEP 67 (remove_files) COMPLETE
44922024-12-19T22:17:07.890Z[ recovery-image] Dec 19 22:17:06.712 INFO O| Dec 19 22:17:06.712 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44932024-12-19T22:17:07.927Z[ recovery-image] Dec 19 22:17:06.751 INFO O| Dec 19 22:17:06.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
44942024-12-19T22:17:07.929Z[ recovery-image] Dec 19 22:17:06.751 INFO O| Dec 19 22:17:06.751 INFO STEP 68 (remove_files) COMPLETE
44952024-12-19T22:17:07.929Z[ recovery-image] Dec 19 22:17:06.751 INFO O| Dec 19 22:17:06.751 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44962024-12-19T22:17:07.951Z[ recovery-image] Dec 19 22:17:06.775 INFO O| Dec 19 22:17:06.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
44972024-12-19T22:17:07.953Z[ recovery-image] Dec 19 22:17:06.775 INFO O| Dec 19 22:17:06.775 INFO STEP 69 (remove_files) COMPLETE
44982024-12-19T22:17:07.953Z[ recovery-image] Dec 19 22:17:06.775 INFO O| Dec 19 22:17:06.775 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44992024-12-19T22:17:07.973Z[ recovery-image] Dec 19 22:17:06.797 INFO O| Dec 19 22:17:06.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
45002024-12-19T22:17:07.973Z[ recovery-image] Dec 19 22:17:06.798 INFO O| Dec 19 22:17:06.798 INFO STEP 70 (remove_files) COMPLETE
45012024-12-19T22:17:07.973Z[ recovery-image] Dec 19 22:17:06.798 INFO O| Dec 19 22:17:06.798 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45022024-12-19T22:17:07.996Z[ recovery-image] Dec 19 22:17:06.819 INFO O| Dec 19 22:17:06.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
45032024-12-19T22:17:07.996Z[ recovery-image] Dec 19 22:17:06.819 INFO O| Dec 19 22:17:06.819 INFO STEP 71 (remove_files) COMPLETE
45042024-12-19T22:17:07.996Z[ recovery-image] Dec 19 22:17:06.819 INFO O| Dec 19 22:17:06.819 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45052024-12-19T22:17:08.027Z[ recovery-image] Dec 19 22:17:06.851 INFO O| Dec 19 22:17:06.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
45062024-12-19T22:17:08.028Z[ recovery-image] Dec 19 22:17:06.851 INFO O| Dec 19 22:17:06.851 INFO STEP 72 (remove_files) COMPLETE
45072024-12-19T22:17:08.028Z[ recovery-image] Dec 19 22:17:06.851 INFO O| Dec 19 22:17:06.851 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45082024-12-19T22:17:08.087Z[ recovery-image] Dec 19 22:17:06.911 INFO O| Dec 19 22:17:06.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
45092024-12-19T22:17:08.110Z[ recovery-image] Dec 19 22:17:06.934 INFO O| Dec 19 22:17:06.934 INFO STEP 73 (remove_files) COMPLETE
45102024-12-19T22:17:08.111Z[ recovery-image] Dec 19 22:17:06.934 INFO O| Dec 19 22:17:06.934 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45112024-12-19T22:17:08.149Z[ recovery-image] Dec 19 22:17:06.972 INFO O| Dec 19 22:17:06.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
45122024-12-19T22:17:08.149Z[ recovery-image] Dec 19 22:17:06.972 INFO O| Dec 19 22:17:06.972 INFO STEP 74 (remove_files) COMPLETE
45132024-12-19T22:17:08.149Z[ recovery-image] Dec 19 22:17:06.972 INFO O| Dec 19 22:17:06.972 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45142024-12-19T22:17:08.196Z[ recovery-image] Dec 19 22:17:07.019 INFO O| Dec 19 22:17:07.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
45152024-12-19T22:17:08.199Z[ recovery-image] Dec 19 22:17:07.019 INFO O| Dec 19 22:17:07.019 INFO STEP 75 (remove_files) COMPLETE
45162024-12-19T22:17:08.199Z[ recovery-image] Dec 19 22:17:07.019 INFO O| Dec 19 22:17:07.019 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45172024-12-19T22:17:08.219Z[ recovery-image] Dec 19 22:17:07.041 INFO O| Dec 19 22:17:07.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
45182024-12-19T22:17:08.219Z[ recovery-image] Dec 19 22:17:07.041 INFO O| Dec 19 22:17:07.041 INFO STEP 76 (remove_files) COMPLETE
45192024-12-19T22:17:08.219Z[ recovery-image] Dec 19 22:17:07.041 INFO O| Dec 19 22:17:07.041 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45202024-12-19T22:17:08.240Z[ recovery-image] Dec 19 22:17:07.062 INFO O| Dec 19 22:17:07.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
45212024-12-19T22:17:08.240Z[ recovery-image] Dec 19 22:17:07.062 INFO O| Dec 19 22:17:07.062 INFO STEP 77 (remove_files) COMPLETE
45222024-12-19T22:17:08.240Z[ recovery-image] Dec 19 22:17:07.062 INFO O| Dec 19 22:17:07.062 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45232024-12-19T22:17:08.261Z[ recovery-image] Dec 19 22:17:07.084 INFO O| Dec 19 22:17:07.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
45242024-12-19T22:17:08.262Z[ recovery-image] Dec 19 22:17:07.084 INFO O| Dec 19 22:17:07.084 INFO STEP 78 (remove_files) COMPLETE
45252024-12-19T22:17:08.262Z[ recovery-image] Dec 19 22:17:07.084 INFO O| Dec 19 22:17:07.084 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45262024-12-19T22:17:08.292Z[ recovery-image] Dec 19 22:17:07.114 INFO O| Dec 19 22:17:07.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
45272024-12-19T22:17:08.294Z[ recovery-image] Dec 19 22:17:07.115 INFO O| Dec 19 22:17:07.114 INFO STEP 79 (remove_files) COMPLETE
45282024-12-19T22:17:08.294Z[ recovery-image] Dec 19 22:17:07.115 INFO O| Dec 19 22:17:07.115 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45292024-12-19T22:17:08.324Z[ recovery-image] Dec 19 22:17:07.147 INFO O| Dec 19 22:17:07.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
45302024-12-19T22:17:08.324Z[ recovery-image] Dec 19 22:17:07.147 INFO O| Dec 19 22:17:07.147 INFO STEP 80 (remove_files) COMPLETE
45312024-12-19T22:17:08.324Z[ recovery-image] Dec 19 22:17:07.147 INFO O| Dec 19 22:17:07.147 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45322024-12-19T22:17:08.343Z[ recovery-image] Dec 19 22:17:07.166 INFO O| Dec 19 22:17:07.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
45332024-12-19T22:17:08.343Z[ recovery-image] Dec 19 22:17:07.166 INFO O| Dec 19 22:17:07.166 INFO STEP 81 (remove_files) COMPLETE
45342024-12-19T22:17:08.343Z[ recovery-image] Dec 19 22:17:07.166 INFO O| Dec 19 22:17:07.166 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45352024-12-19T22:17:08.365Z[ recovery-image] Dec 19 22:17:07.187 INFO O| Dec 19 22:17:07.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
45362024-12-19T22:17:08.367Z[ recovery-image] Dec 19 22:17:07.187 INFO O| Dec 19 22:17:07.187 INFO STEP 82 (remove_files) COMPLETE
45372024-12-19T22:17:08.368Z[ recovery-image] Dec 19 22:17:07.187 INFO O| Dec 19 22:17:07.187 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45382024-12-19T22:17:08.385Z[ recovery-image] Dec 19 22:17:07.207 INFO O| Dec 19 22:17:07.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
45392024-12-19T22:17:08.389Z[ recovery-image] Dec 19 22:17:07.208 INFO O| Dec 19 22:17:07.208 INFO STEP 83 (remove_files) COMPLETE
45402024-12-19T22:17:08.389Z[ recovery-image] Dec 19 22:17:07.208 INFO O| Dec 19 22:17:07.208 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45412024-12-19T22:17:08.407Z[ recovery-image] Dec 19 22:17:07.229 INFO O| Dec 19 22:17:07.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
45422024-12-19T22:17:08.410Z[ recovery-image] Dec 19 22:17:07.230 INFO O| Dec 19 22:17:07.229 INFO STEP 84 (remove_files) COMPLETE
45432024-12-19T22:17:08.410Z[ recovery-image] Dec 19 22:17:07.230 INFO O| Dec 19 22:17:07.230 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45442024-12-19T22:17:08.431Z[ recovery-image] Dec 19 22:17:07.252 INFO O| Dec 19 22:17:07.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
45452024-12-19T22:17:08.433Z[ recovery-image] Dec 19 22:17:07.252 INFO O| Dec 19 22:17:07.252 INFO STEP 85 (remove_files) COMPLETE
45462024-12-19T22:17:08.433Z[ recovery-image] Dec 19 22:17:07.252 INFO O| Dec 19 22:17:07.252 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45472024-12-19T22:17:08.470Z[ recovery-image] Dec 19 22:17:07.291 INFO O| Dec 19 22:17:07.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
45482024-12-19T22:17:08.470Z[ recovery-image] Dec 19 22:17:07.291 INFO O| Dec 19 22:17:07.291 INFO STEP 86 (remove_files) COMPLETE
45492024-12-19T22:17:08.470Z[ recovery-image] Dec 19 22:17:07.291 INFO O| Dec 19 22:17:07.291 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45502024-12-19T22:17:08.505Z[ recovery-image] Dec 19 22:17:07.327 INFO O| Dec 19 22:17:07.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
45512024-12-19T22:17:08.505Z[ recovery-image] Dec 19 22:17:07.327 INFO O| Dec 19 22:17:07.327 INFO STEP 87 (remove_files) COMPLETE
45522024-12-19T22:17:08.505Z[ recovery-image] Dec 19 22:17:07.327 INFO O| Dec 19 22:17:07.327 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45532024-12-19T22:17:08.526Z[ recovery-image] Dec 19 22:17:07.348 INFO O| Dec 19 22:17:07.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
45542024-12-19T22:17:08.549Z[ recovery-image] Dec 19 22:17:07.368 INFO O| Dec 19 22:17:07.368 INFO STEP 88 (remove_files) COMPLETE
45552024-12-19T22:17:08.549Z[ recovery-image] Dec 19 22:17:07.368 INFO O| Dec 19 22:17:07.368 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45562024-12-19T22:17:08.577Z[ recovery-image] Dec 19 22:17:07.398 INFO O| Dec 19 22:17:07.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
45572024-12-19T22:17:08.577Z[ recovery-image] Dec 19 22:17:07.398 INFO O| Dec 19 22:17:07.398 INFO STEP 89 (remove_files) COMPLETE
45582024-12-19T22:17:08.580Z[ recovery-image] Dec 19 22:17:07.398 INFO O| Dec 19 22:17:07.398 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45592024-12-19T22:17:08.654Z[ recovery-image] Dec 19 22:17:07.475 INFO O| Dec 19 22:17:07.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
45602024-12-19T22:17:08.654Z[ recovery-image] Dec 19 22:17:07.475 INFO O| Dec 19 22:17:07.475 INFO STEP 90 (remove_files) COMPLETE
45612024-12-19T22:17:08.657Z[ recovery-image] Dec 19 22:17:07.475 INFO O| Dec 19 22:17:07.475 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45622024-12-19T22:17:08.708Z[ recovery-image] Dec 19 22:17:07.529 INFO O| Dec 19 22:17:07.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
45632024-12-19T22:17:08.708Z[ recovery-image] Dec 19 22:17:07.529 INFO O| Dec 19 22:17:07.529 INFO STEP 91 (remove_files) COMPLETE
45642024-12-19T22:17:08.708Z[ recovery-image] Dec 19 22:17:07.529 INFO O| Dec 19 22:17:07.529 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45652024-12-19T22:17:08.732Z[ recovery-image] Dec 19 22:17:07.552 INFO O| Dec 19 22:17:07.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
45662024-12-19T22:17:08.732Z[ recovery-image] Dec 19 22:17:07.552 INFO O| Dec 19 22:17:07.552 INFO STEP 92 (remove_files) COMPLETE
45672024-12-19T22:17:08.734Z[ recovery-image] Dec 19 22:17:07.552 INFO O| Dec 19 22:17:07.552 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45682024-12-19T22:17:08.753Z[ recovery-image] Dec 19 22:17:07.573 INFO O| Dec 19 22:17:07.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
45692024-12-19T22:17:08.753Z[ recovery-image] Dec 19 22:17:07.573 INFO O| Dec 19 22:17:07.573 INFO STEP 93 (remove_files) COMPLETE
45702024-12-19T22:17:08.753Z[ recovery-image] Dec 19 22:17:07.573 INFO O| Dec 19 22:17:07.573 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45712024-12-19T22:17:08.787Z[ recovery-image] Dec 19 22:17:07.606 INFO O| Dec 19 22:17:07.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
45722024-12-19T22:17:08.789Z[ recovery-image] Dec 19 22:17:07.608 INFO O| Dec 19 22:17:07.608 INFO STEP 94 (remove_files) COMPLETE
45732024-12-19T22:17:08.790Z[ recovery-image] Dec 19 22:17:07.608 INFO O| Dec 19 22:17:07.608 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45742024-12-19T22:17:08.809Z[ recovery-image] Dec 19 22:17:07.630 INFO O| Dec 19 22:17:07.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
45752024-12-19T22:17:08.812Z[ recovery-image] Dec 19 22:17:07.630 INFO O| Dec 19 22:17:07.630 INFO STEP 95 (remove_files) COMPLETE
45762024-12-19T22:17:08.812Z[ recovery-image] Dec 19 22:17:07.630 INFO O| Dec 19 22:17:07.630 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45772024-12-19T22:17:08.830Z[ recovery-image] Dec 19 22:17:07.650 INFO O| Dec 19 22:17:07.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
45782024-12-19T22:17:08.833Z[ recovery-image] Dec 19 22:17:07.651 INFO O| Dec 19 22:17:07.651 INFO STEP 96 (remove_files) COMPLETE
45792024-12-19T22:17:08.833Z[ recovery-image] Dec 19 22:17:07.651 INFO O| Dec 19 22:17:07.651 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45802024-12-19T22:17:08.853Z[ recovery-image] Dec 19 22:17:07.674 INFO O| Dec 19 22:17:07.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
45812024-12-19T22:17:08.856Z[ recovery-image] Dec 19 22:17:07.674 INFO O| Dec 19 22:17:07.674 INFO STEP 97 (remove_files) COMPLETE
45822024-12-19T22:17:08.856Z[ recovery-image] Dec 19 22:17:07.674 INFO O| Dec 19 22:17:07.674 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45832024-12-19T22:17:08.875Z[ recovery-image] Dec 19 22:17:07.695 INFO O| Dec 19 22:17:07.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
45842024-12-19T22:17:08.875Z[ recovery-image] Dec 19 22:17:07.695 INFO O| Dec 19 22:17:07.695 INFO STEP 98 (remove_files) COMPLETE
45852024-12-19T22:17:08.875Z[ recovery-image] Dec 19 22:17:07.695 INFO O| Dec 19 22:17:07.695 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45862024-12-19T22:17:08.895Z[ recovery-image] Dec 19 22:17:07.715 INFO O| Dec 19 22:17:07.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
45872024-12-19T22:17:08.909Z[ recovery-image] Dec 19 22:17:07.729 INFO O| Dec 19 22:17:07.729 INFO STEP 99 (remove_files) COMPLETE
45882024-12-19T22:17:08.909Z[ recovery-image] Dec 19 22:17:07.729 INFO O| Dec 19 22:17:07.729 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45892024-12-19T22:17:08.967Z[ recovery-image] Dec 19 22:17:07.787 INFO O| Dec 19 22:17:07.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
45902024-12-19T22:17:08.967Z[ recovery-image] Dec 19 22:17:07.787 INFO O| Dec 19 22:17:07.787 INFO STEP 100 (remove_files) COMPLETE
45912024-12-19T22:17:08.967Z[ recovery-image] Dec 19 22:17:07.787 INFO O| Dec 19 22:17:07.787 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45922024-12-19T22:17:08.988Z[ recovery-image] Dec 19 22:17:07.807 INFO O| Dec 19 22:17:07.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
45932024-12-19T22:17:08.988Z[ recovery-image] Dec 19 22:17:07.808 INFO O| Dec 19 22:17:07.808 INFO STEP 101 (remove_files) COMPLETE
45942024-12-19T22:17:08.988Z[ recovery-image] Dec 19 22:17:07.808 INFO O| Dec 19 22:17:07.808 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45952024-12-19T22:17:09.008Z[ recovery-image] Dec 19 22:17:07.828 INFO O| Dec 19 22:17:07.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
45962024-12-19T22:17:09.026Z[ recovery-image] Dec 19 22:17:07.846 INFO O| Dec 19 22:17:07.846 INFO STEP 102 (remove_files) COMPLETE
45972024-12-19T22:17:09.026Z[ recovery-image] Dec 19 22:17:07.846 INFO O| Dec 19 22:17:07.846 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45982024-12-19T22:17:09.061Z[ recovery-image] Dec 19 22:17:07.880 INFO O| Dec 19 22:17:07.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
45992024-12-19T22:17:09.061Z[ recovery-image] Dec 19 22:17:07.880 INFO O| Dec 19 22:17:07.880 INFO STEP 103 (remove_files) COMPLETE
46002024-12-19T22:17:09.061Z[ recovery-image] Dec 19 22:17:07.880 INFO O| Dec 19 22:17:07.880 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46012024-12-19T22:17:09.098Z[ recovery-image] Dec 19 22:17:07.917 INFO O| Dec 19 22:17:07.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
46022024-12-19T22:17:09.098Z[ recovery-image] Dec 19 22:17:07.917 INFO O| Dec 19 22:17:07.917 INFO STEP 104 (remove_files) COMPLETE
46032024-12-19T22:17:09.098Z[ recovery-image] Dec 19 22:17:07.917 INFO O| Dec 19 22:17:07.917 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46042024-12-19T22:17:09.119Z[ recovery-image] Dec 19 22:17:07.938 INFO O| Dec 19 22:17:07.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
46052024-12-19T22:17:09.119Z[ recovery-image] Dec 19 22:17:07.938 INFO O| Dec 19 22:17:07.938 INFO STEP 105 (remove_files) COMPLETE
46062024-12-19T22:17:09.119Z[ recovery-image] Dec 19 22:17:07.938 INFO O| Dec 19 22:17:07.938 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46072024-12-19T22:17:09.167Z[ recovery-image] Dec 19 22:17:07.986 INFO O| Dec 19 22:17:07.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
46082024-12-19T22:17:09.167Z[ recovery-image] Dec 19 22:17:07.986 INFO O| Dec 19 22:17:07.986 INFO STEP 106 (remove_files) COMPLETE
46092024-12-19T22:17:09.170Z[ recovery-image] Dec 19 22:17:07.986 INFO O| Dec 19 22:17:07.986 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46102024-12-19T22:17:09.179Z[ host-image] Dec 19 22:17:07.998 INFO O| Dec 19 22:17:07.998 INFO O| Download: 77/116 items 1.1/1.4MB 75% complete (5.6M/s)
46112024-12-19T22:17:09.190Z[ recovery-image] Dec 19 22:17:08.008 INFO O| Dec 19 22:17:08.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
46122024-12-19T22:17:09.190Z[ recovery-image] Dec 19 22:17:08.008 INFO O| Dec 19 22:17:08.008 INFO STEP 107 (remove_files) COMPLETE
46132024-12-19T22:17:09.190Z[ recovery-image] Dec 19 22:17:08.008 INFO O| Dec 19 22:17:08.008 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46142024-12-19T22:17:09.222Z[ recovery-image] Dec 19 22:17:08.041 INFO O| Dec 19 22:17:08.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
46152024-12-19T22:17:09.222Z[ recovery-image] Dec 19 22:17:08.041 INFO O| Dec 19 22:17:08.041 INFO STEP 108 (remove_files) COMPLETE
46162024-12-19T22:17:09.222Z[ recovery-image] Dec 19 22:17:08.041 INFO O| Dec 19 22:17:08.041 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46172024-12-19T22:17:09.242Z[ recovery-image] Dec 19 22:17:08.060 INFO O| Dec 19 22:17:08.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
46182024-12-19T22:17:09.242Z[ recovery-image] Dec 19 22:17:08.061 INFO O| Dec 19 22:17:08.060 INFO STEP 109 (remove_files) COMPLETE
46192024-12-19T22:17:09.242Z[ recovery-image] Dec 19 22:17:08.061 INFO O| Dec 19 22:17:08.060 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46202024-12-19T22:17:09.261Z[ recovery-image] Dec 19 22:17:08.079 INFO O| Dec 19 22:17:08.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
46212024-12-19T22:17:09.261Z[ recovery-image] Dec 19 22:17:08.080 INFO O| Dec 19 22:17:08.080 INFO STEP 110 (remove_files) COMPLETE
46222024-12-19T22:17:09.265Z[ recovery-image] Dec 19 22:17:08.080 INFO O| Dec 19 22:17:08.080 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46232024-12-19T22:17:09.280Z[ recovery-image] Dec 19 22:17:08.099 INFO O| Dec 19 22:17:08.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
46242024-12-19T22:17:09.280Z[ recovery-image] Dec 19 22:17:08.099 INFO O| Dec 19 22:17:08.099 INFO STEP 111 (remove_files) COMPLETE
46252024-12-19T22:17:09.283Z[ recovery-image] Dec 19 22:17:08.099 INFO O| Dec 19 22:17:08.099 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46262024-12-19T22:17:09.299Z[ recovery-image] Dec 19 22:17:08.117 INFO O| Dec 19 22:17:08.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
46272024-12-19T22:17:09.299Z[ recovery-image] Dec 19 22:17:08.117 INFO O| Dec 19 22:17:08.117 INFO STEP 112 (remove_files) COMPLETE
46282024-12-19T22:17:09.301Z[ recovery-image] Dec 19 22:17:08.117 INFO O| Dec 19 22:17:08.117 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46292024-12-19T22:17:09.319Z[ recovery-image] Dec 19 22:17:08.137 INFO O| Dec 19 22:17:08.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
46302024-12-19T22:17:09.319Z[ recovery-image] Dec 19 22:17:08.137 INFO O| Dec 19 22:17:08.137 INFO STEP 113 (remove_files) COMPLETE
46312024-12-19T22:17:09.322Z[ recovery-image] Dec 19 22:17:08.137 INFO O| Dec 19 22:17:08.137 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46322024-12-19T22:17:09.341Z[ recovery-image] Dec 19 22:17:08.159 INFO O| Dec 19 22:17:08.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
46332024-12-19T22:17:09.341Z[ recovery-image] Dec 19 22:17:08.160 INFO O| Dec 19 22:17:08.160 INFO STEP 114 (remove_files) COMPLETE
46342024-12-19T22:17:09.341Z[ recovery-image] Dec 19 22:17:08.160 INFO O| Dec 19 22:17:08.160 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46352024-12-19T22:17:09.380Z[ recovery-image] Dec 19 22:17:08.198 INFO O| Dec 19 22:17:08.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
46362024-12-19T22:17:09.383Z[ recovery-image] Dec 19 22:17:08.199 INFO O| Dec 19 22:17:08.199 INFO STEP 115 (remove_files) COMPLETE
46372024-12-19T22:17:09.383Z[ recovery-image] Dec 19 22:17:08.199 INFO O| Dec 19 22:17:08.199 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46382024-12-19T22:17:09.403Z[ recovery-image] Dec 19 22:17:08.221 INFO O| Dec 19 22:17:08.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
46392024-12-19T22:17:09.406Z[ recovery-image] Dec 19 22:17:08.221 INFO O| Dec 19 22:17:08.221 INFO STEP 116 (remove_files) COMPLETE
46402024-12-19T22:17:09.406Z[ recovery-image] Dec 19 22:17:08.222 INFO O| Dec 19 22:17:08.221 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46412024-12-19T22:17:09.426Z[ recovery-image] Dec 19 22:17:08.242 INFO O| Dec 19 22:17:08.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
46422024-12-19T22:17:09.429Z[ recovery-image] Dec 19 22:17:08.243 INFO O| Dec 19 22:17:08.243 INFO STEP 117 (remove_files) COMPLETE
46432024-12-19T22:17:09.429Z[ recovery-image] Dec 19 22:17:08.243 INFO O| Dec 19 22:17:08.243 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46442024-12-19T22:17:09.445Z[ recovery-image] Dec 19 22:17:08.263 INFO O| Dec 19 22:17:08.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
46452024-12-19T22:17:09.449Z[ recovery-image] Dec 19 22:17:08.263 INFO O| Dec 19 22:17:08.263 INFO STEP 118 (remove_files) COMPLETE
46462024-12-19T22:17:09.449Z[ recovery-image] Dec 19 22:17:08.263 INFO O| Dec 19 22:17:08.263 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46472024-12-19T22:17:09.465Z[ recovery-image] Dec 19 22:17:08.283 INFO O| Dec 19 22:17:08.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
46482024-12-19T22:17:09.472Z[ recovery-image] Dec 19 22:17:08.283 INFO O| Dec 19 22:17:08.283 INFO STEP 119 (remove_files) COMPLETE
46492024-12-19T22:17:09.473Z[ recovery-image] Dec 19 22:17:08.283 INFO O| Dec 19 22:17:08.283 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46502024-12-19T22:17:09.485Z[ recovery-image] Dec 19 22:17:08.303 INFO O| Dec 19 22:17:08.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
46512024-12-19T22:17:09.489Z[ recovery-image] Dec 19 22:17:08.303 INFO O| Dec 19 22:17:08.303 INFO STEP 120 (remove_files) COMPLETE
46522024-12-19T22:17:09.489Z[ recovery-image] Dec 19 22:17:08.304 INFO O| Dec 19 22:17:08.303 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46532024-12-19T22:17:09.505Z[ recovery-image] Dec 19 22:17:08.323 INFO O| Dec 19 22:17:08.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
46542024-12-19T22:17:09.525Z[ recovery-image] Dec 19 22:17:08.342 INFO O| Dec 19 22:17:08.342 INFO STEP 121 (remove_files) COMPLETE
46552024-12-19T22:17:09.525Z[ recovery-image] Dec 19 22:17:08.342 INFO O| Dec 19 22:17:08.342 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46562024-12-19T22:17:09.546Z[ recovery-image] Dec 19 22:17:08.364 INFO O| Dec 19 22:17:08.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
46572024-12-19T22:17:09.549Z[ recovery-image] Dec 19 22:17:08.364 INFO O| Dec 19 22:17:08.364 INFO STEP 122 (remove_files) COMPLETE
46582024-12-19T22:17:09.549Z[ recovery-image] Dec 19 22:17:08.364 INFO O| Dec 19 22:17:08.364 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46592024-12-19T22:17:09.577Z[ recovery-image] Dec 19 22:17:08.394 INFO O| Dec 19 22:17:08.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
46602024-12-19T22:17:09.577Z[ recovery-image] Dec 19 22:17:08.394 INFO O| Dec 19 22:17:08.394 INFO STEP 123 (remove_files) COMPLETE
46612024-12-19T22:17:09.579Z[ recovery-image] Dec 19 22:17:08.394 INFO O| Dec 19 22:17:08.394 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46622024-12-19T22:17:09.599Z[ recovery-image] Dec 19 22:17:08.416 INFO O| Dec 19 22:17:08.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
46632024-12-19T22:17:09.599Z[ recovery-image] Dec 19 22:17:08.416 INFO O| Dec 19 22:17:08.416 INFO STEP 124 (remove_files) COMPLETE
46642024-12-19T22:17:09.602Z[ recovery-image] Dec 19 22:17:08.416 INFO O| Dec 19 22:17:08.416 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46652024-12-19T22:17:09.643Z[ recovery-image] Dec 19 22:17:08.460 INFO O| Dec 19 22:17:08.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
46662024-12-19T22:17:09.643Z[ recovery-image] Dec 19 22:17:08.460 INFO O| Dec 19 22:17:08.460 INFO STEP 125 (remove_files) COMPLETE
46672024-12-19T22:17:09.646Z[ recovery-image] Dec 19 22:17:08.460 INFO O| Dec 19 22:17:08.460 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46682024-12-19T22:17:09.684Z[ recovery-image] Dec 19 22:17:08.501 INFO O| Dec 19 22:17:08.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
46692024-12-19T22:17:09.684Z[ recovery-image] Dec 19 22:17:08.501 INFO O| Dec 19 22:17:08.501 INFO STEP 126 (remove_files) COMPLETE
46702024-12-19T22:17:09.684Z[ recovery-image] Dec 19 22:17:08.501 INFO O| Dec 19 22:17:08.501 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46712024-12-19T22:17:09.705Z[ recovery-image] Dec 19 22:17:08.521 INFO O| Dec 19 22:17:08.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
46722024-12-19T22:17:09.705Z[ recovery-image] Dec 19 22:17:08.521 INFO O| Dec 19 22:17:08.521 INFO STEP 127 (remove_files) COMPLETE
46732024-12-19T22:17:09.705Z[ recovery-image] Dec 19 22:17:08.521 INFO O| Dec 19 22:17:08.521 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46742024-12-19T22:17:09.726Z[ recovery-image] Dec 19 22:17:08.543 INFO O| Dec 19 22:17:08.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
46752024-12-19T22:17:09.727Z[ recovery-image] Dec 19 22:17:08.543 INFO O| Dec 19 22:17:08.543 INFO STEP 128 (remove_files) COMPLETE
46762024-12-19T22:17:09.730Z[ recovery-image] Dec 19 22:17:08.543 INFO O| Dec 19 22:17:08.543 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46772024-12-19T22:17:09.748Z[ recovery-image] Dec 19 22:17:08.564 INFO O| Dec 19 22:17:08.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
46782024-12-19T22:17:09.748Z[ recovery-image] Dec 19 22:17:08.564 INFO O| Dec 19 22:17:08.564 INFO STEP 129 (remove_files) COMPLETE
46792024-12-19T22:17:09.748Z[ recovery-image] Dec 19 22:17:08.564 INFO O| Dec 19 22:17:08.564 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46802024-12-19T22:17:09.789Z[ recovery-image] Dec 19 22:17:08.606 INFO O| Dec 19 22:17:08.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
46812024-12-19T22:17:09.792Z[ recovery-image] Dec 19 22:17:08.606 INFO O| Dec 19 22:17:08.606 INFO STEP 130 (remove_files) COMPLETE
46822024-12-19T22:17:09.792Z[ recovery-image] Dec 19 22:17:08.606 INFO O| Dec 19 22:17:08.606 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46832024-12-19T22:17:09.812Z[ recovery-image] Dec 19 22:17:08.628 INFO O| Dec 19 22:17:08.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
46842024-12-19T22:17:09.812Z[ recovery-image] Dec 19 22:17:08.628 INFO O| Dec 19 22:17:08.628 INFO STEP 131 (remove_files) COMPLETE
46852024-12-19T22:17:09.812Z[ recovery-image] Dec 19 22:17:08.628 INFO O| Dec 19 22:17:08.628 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46862024-12-19T22:17:09.834Z[ recovery-image] Dec 19 22:17:08.649 INFO O| Dec 19 22:17:08.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
46872024-12-19T22:17:09.834Z[ recovery-image] Dec 19 22:17:08.649 INFO O| Dec 19 22:17:08.649 INFO STEP 132 (remove_files) COMPLETE
46882024-12-19T22:17:09.836Z[ recovery-image] Dec 19 22:17:08.649 INFO O| Dec 19 22:17:08.649 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46892024-12-19T22:17:09.853Z[ recovery-image] Dec 19 22:17:08.669 INFO O| Dec 19 22:17:08.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
46902024-12-19T22:17:09.853Z[ recovery-image] Dec 19 22:17:08.669 INFO O| Dec 19 22:17:08.669 INFO STEP 133 (remove_files) COMPLETE
46912024-12-19T22:17:09.853Z[ recovery-image] Dec 19 22:17:08.669 INFO O| Dec 19 22:17:08.669 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46922024-12-19T22:17:09.875Z[ recovery-image] Dec 19 22:17:08.690 INFO O| Dec 19 22:17:08.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
46932024-12-19T22:17:09.875Z[ recovery-image] Dec 19 22:17:08.691 INFO O| Dec 19 22:17:08.691 INFO STEP 134 (remove_files) COMPLETE
46942024-12-19T22:17:09.875Z[ recovery-image] Dec 19 22:17:08.691 INFO O| Dec 19 22:17:08.691 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46952024-12-19T22:17:09.900Z[ recovery-image] Dec 19 22:17:08.715 INFO O| Dec 19 22:17:08.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
46962024-12-19T22:17:09.900Z[ recovery-image] Dec 19 22:17:08.715 INFO O| Dec 19 22:17:08.715 INFO STEP 135 (remove_files) COMPLETE
46972024-12-19T22:17:09.900Z[ recovery-image] Dec 19 22:17:08.715 INFO O| Dec 19 22:17:08.715 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46982024-12-19T22:17:09.960Z[ recovery-image] Dec 19 22:17:08.774 INFO O| Dec 19 22:17:08.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
46992024-12-19T22:17:09.960Z[ recovery-image] Dec 19 22:17:08.775 INFO O| Dec 19 22:17:08.775 INFO STEP 136 (remove_files) COMPLETE
47002024-12-19T22:17:09.960Z[ recovery-image] Dec 19 22:17:08.775 INFO O| Dec 19 22:17:08.775 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47012024-12-19T22:17:09.981Z[ recovery-image] Dec 19 22:17:08.797 INFO O| Dec 19 22:17:08.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
47022024-12-19T22:17:09.981Z[ recovery-image] Dec 19 22:17:08.797 INFO O| Dec 19 22:17:08.797 INFO STEP 137 (remove_files) COMPLETE
47032024-12-19T22:17:09.981Z[ recovery-image] Dec 19 22:17:08.797 INFO O| Dec 19 22:17:08.797 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47042024-12-19T22:17:10.003Z[ recovery-image] Dec 19 22:17:08.818 INFO O| Dec 19 22:17:08.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
47052024-12-19T22:17:10.003Z[ recovery-image] Dec 19 22:17:08.818 INFO O| Dec 19 22:17:08.818 INFO STEP 138 (remove_files) COMPLETE
47062024-12-19T22:17:10.005Z[ recovery-image] Dec 19 22:17:08.818 INFO O| Dec 19 22:17:08.818 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47072024-12-19T22:17:10.023Z[ recovery-image] Dec 19 22:17:08.839 INFO O| Dec 19 22:17:08.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
47082024-12-19T22:17:10.023Z[ recovery-image] Dec 19 22:17:08.839 INFO O| Dec 19 22:17:08.839 INFO STEP 139 (remove_files) COMPLETE
47092024-12-19T22:17:10.026Z[ recovery-image] Dec 19 22:17:08.839 INFO O| Dec 19 22:17:08.839 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47102024-12-19T22:17:10.061Z[ recovery-image] Dec 19 22:17:08.876 INFO O| Dec 19 22:17:08.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
47112024-12-19T22:17:10.081Z[ recovery-image] Dec 19 22:17:08.896 INFO O| Dec 19 22:17:08.896 INFO STEP 140 (remove_files) COMPLETE
47122024-12-19T22:17:10.084Z[ recovery-image] Dec 19 22:17:08.896 INFO O| Dec 19 22:17:08.896 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47132024-12-19T22:17:10.103Z[ recovery-image] Dec 19 22:17:08.918 INFO O| Dec 19 22:17:08.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
47142024-12-19T22:17:10.103Z[ recovery-image] Dec 19 22:17:08.918 INFO O| Dec 19 22:17:08.918 INFO STEP 141 (remove_files) COMPLETE
47152024-12-19T22:17:10.106Z[ recovery-image] Dec 19 22:17:08.918 INFO O| Dec 19 22:17:08.918 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47162024-12-19T22:17:10.124Z[ recovery-image] Dec 19 22:17:08.939 INFO O| Dec 19 22:17:08.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
47172024-12-19T22:17:10.124Z[ recovery-image] Dec 19 22:17:08.939 INFO O| Dec 19 22:17:08.939 INFO STEP 142 (remove_files) COMPLETE
47182024-12-19T22:17:10.127Z[ recovery-image] Dec 19 22:17:08.939 INFO O| Dec 19 22:17:08.939 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47192024-12-19T22:17:10.146Z[ recovery-image] Dec 19 22:17:08.960 INFO O| Dec 19 22:17:08.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
47202024-12-19T22:17:10.146Z[ recovery-image] Dec 19 22:17:08.960 INFO O| Dec 19 22:17:08.960 INFO STEP 143 (remove_files) COMPLETE
47212024-12-19T22:17:10.148Z[ recovery-image] Dec 19 22:17:08.960 INFO O| Dec 19 22:17:08.960 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47222024-12-19T22:17:10.167Z[ recovery-image] Dec 19 22:17:08.981 INFO O| Dec 19 22:17:08.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
47232024-12-19T22:17:10.170Z[ recovery-image] Dec 19 22:17:08.982 INFO O| Dec 19 22:17:08.982 INFO STEP 144 (remove_files) COMPLETE
47242024-12-19T22:17:10.170Z[ recovery-image] Dec 19 22:17:08.982 INFO O| Dec 19 22:17:08.982 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47252024-12-19T22:17:10.190Z[ recovery-image] Dec 19 22:17:09.004 INFO O| Dec 19 22:17:09.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
47262024-12-19T22:17:10.192Z[ recovery-image] Dec 19 22:17:09.005 INFO O| Dec 19 22:17:09.005 INFO STEP 145 (remove_files) COMPLETE
47272024-12-19T22:17:10.192Z[ recovery-image] Dec 19 22:17:09.005 INFO O| Dec 19 22:17:09.005 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47282024-12-19T22:17:10.212Z[ recovery-image] Dec 19 22:17:09.026 INFO O| Dec 19 22:17:09.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
47292024-12-19T22:17:10.212Z[ recovery-image] Dec 19 22:17:09.027 INFO O| Dec 19 22:17:09.027 INFO STEP 146 (remove_files) COMPLETE
47302024-12-19T22:17:10.212Z[ recovery-image] Dec 19 22:17:09.027 INFO O| Dec 19 22:17:09.027 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47312024-12-19T22:17:10.273Z[ recovery-image] Dec 19 22:17:09.087 INFO O| Dec 19 22:17:09.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
47322024-12-19T22:17:10.273Z[ recovery-image] Dec 19 22:17:09.087 INFO O| Dec 19 22:17:09.087 INFO STEP 147 (remove_files) COMPLETE
47332024-12-19T22:17:10.273Z[ recovery-image] Dec 19 22:17:09.087 INFO O| Dec 19 22:17:09.087 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47342024-12-19T22:17:10.293Z[ recovery-image] Dec 19 22:17:09.107 INFO O| Dec 19 22:17:09.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
47352024-12-19T22:17:10.310Z[ recovery-image] Dec 19 22:17:09.124 INFO O| Dec 19 22:17:09.124 INFO STEP 148 (remove_files) COMPLETE
47362024-12-19T22:17:10.310Z[ recovery-image] Dec 19 22:17:09.124 INFO O| Dec 19 22:17:09.124 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47372024-12-19T22:17:10.343Z[ recovery-image] Dec 19 22:17:09.158 INFO O| Dec 19 22:17:09.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
47382024-12-19T22:17:10.346Z[ recovery-image] Dec 19 22:17:09.158 INFO O| Dec 19 22:17:09.158 INFO STEP 149 (remove_files) COMPLETE
47392024-12-19T22:17:10.346Z[ recovery-image] Dec 19 22:17:09.158 INFO O| Dec 19 22:17:09.158 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47402024-12-19T22:17:10.366Z[ recovery-image] Dec 19 22:17:09.180 INFO O| Dec 19 22:17:09.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
47412024-12-19T22:17:10.367Z[ recovery-image] Dec 19 22:17:09.180 INFO O| Dec 19 22:17:09.180 INFO STEP 150 (remove_files) COMPLETE
47422024-12-19T22:17:10.369Z[ recovery-image] Dec 19 22:17:09.180 INFO O| Dec 19 22:17:09.180 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47432024-12-19T22:17:10.403Z[ recovery-image] Dec 19 22:17:09.217 INFO O| Dec 19 22:17:09.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
47442024-12-19T22:17:10.404Z[ recovery-image] Dec 19 22:17:09.217 INFO O| Dec 19 22:17:09.217 INFO STEP 151 (remove_files) COMPLETE
47452024-12-19T22:17:10.404Z[ recovery-image] Dec 19 22:17:09.217 INFO O| Dec 19 22:17:09.217 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47462024-12-19T22:17:10.426Z[ recovery-image] Dec 19 22:17:09.239 INFO O| Dec 19 22:17:09.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
47472024-12-19T22:17:10.426Z[ recovery-image] Dec 19 22:17:09.239 INFO O| Dec 19 22:17:09.239 INFO STEP 152 (remove_files) COMPLETE
47482024-12-19T22:17:10.426Z[ recovery-image] Dec 19 22:17:09.239 INFO O| Dec 19 22:17:09.239 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47492024-12-19T22:17:10.446Z[ recovery-image] Dec 19 22:17:09.259 INFO O| Dec 19 22:17:09.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
47502024-12-19T22:17:10.446Z[ recovery-image] Dec 19 22:17:09.259 INFO O| Dec 19 22:17:09.259 INFO STEP 153 (remove_files) COMPLETE
47512024-12-19T22:17:10.448Z[ recovery-image] Dec 19 22:17:09.259 INFO O| Dec 19 22:17:09.259 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47522024-12-19T22:17:10.482Z[ recovery-image] Dec 19 22:17:09.295 INFO O| Dec 19 22:17:09.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
47532024-12-19T22:17:10.482Z[ recovery-image] Dec 19 22:17:09.296 INFO O| Dec 19 22:17:09.295 INFO STEP 154 (remove_files) COMPLETE
47542024-12-19T22:17:10.482Z[ recovery-image] Dec 19 22:17:09.296 INFO O| Dec 19 22:17:09.296 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47552024-12-19T22:17:10.503Z[ recovery-image] Dec 19 22:17:09.316 INFO O| Dec 19 22:17:09.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
47562024-12-19T22:17:10.503Z[ recovery-image] Dec 19 22:17:09.317 INFO O| Dec 19 22:17:09.317 INFO STEP 155 (remove_files) COMPLETE
47572024-12-19T22:17:10.506Z[ recovery-image] Dec 19 22:17:09.317 INFO O| Dec 19 22:17:09.317 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47582024-12-19T22:17:10.524Z[ recovery-image] Dec 19 22:17:09.337 INFO O| Dec 19 22:17:09.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
47592024-12-19T22:17:10.524Z[ recovery-image] Dec 19 22:17:09.337 INFO O| Dec 19 22:17:09.337 INFO STEP 156 (remove_files) COMPLETE
47602024-12-19T22:17:10.524Z[ recovery-image] Dec 19 22:17:09.337 INFO O| Dec 19 22:17:09.337 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47612024-12-19T22:17:10.545Z[ recovery-image] Dec 19 22:17:09.358 INFO O| Dec 19 22:17:09.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
47622024-12-19T22:17:10.545Z[ recovery-image] Dec 19 22:17:09.359 INFO O| Dec 19 22:17:09.358 INFO STEP 157 (remove_files) COMPLETE
47632024-12-19T22:17:10.548Z[ recovery-image] Dec 19 22:17:09.359 INFO O| Dec 19 22:17:09.359 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47642024-12-19T22:17:10.566Z[ recovery-image] Dec 19 22:17:09.379 INFO O| Dec 19 22:17:09.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
47652024-12-19T22:17:10.566Z[ recovery-image] Dec 19 22:17:09.379 INFO O| Dec 19 22:17:09.379 INFO STEP 158 (remove_files) COMPLETE
47662024-12-19T22:17:10.568Z[ recovery-image] Dec 19 22:17:09.379 INFO O| Dec 19 22:17:09.379 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47672024-12-19T22:17:10.586Z[ recovery-image] Dec 19 22:17:09.399 INFO O| Dec 19 22:17:09.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
47682024-12-19T22:17:10.586Z[ recovery-image] Dec 19 22:17:09.399 INFO O| Dec 19 22:17:09.399 INFO STEP 159 (remove_files) COMPLETE
47692024-12-19T22:17:10.589Z[ recovery-image] Dec 19 22:17:09.399 INFO O| Dec 19 22:17:09.399 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47702024-12-19T22:17:10.628Z[ recovery-image] Dec 19 22:17:09.440 INFO O| Dec 19 22:17:09.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
47712024-12-19T22:17:10.632Z[ recovery-image] Dec 19 22:17:09.441 INFO O| Dec 19 22:17:09.441 INFO STEP 160 (remove_files) COMPLETE
47722024-12-19T22:17:10.632Z[ recovery-image] Dec 19 22:17:09.441 INFO O| Dec 19 22:17:09.441 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47732024-12-19T22:17:10.650Z[ recovery-image] Dec 19 22:17:09.463 INFO O| Dec 19 22:17:09.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
47742024-12-19T22:17:10.653Z[ recovery-image] Dec 19 22:17:09.463 INFO O| Dec 19 22:17:09.463 INFO STEP 161 (remove_files) COMPLETE
47752024-12-19T22:17:10.653Z[ recovery-image] Dec 19 22:17:09.463 INFO O| Dec 19 22:17:09.463 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47762024-12-19T22:17:10.671Z[ recovery-image] Dec 19 22:17:09.483 INFO O| Dec 19 22:17:09.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
47772024-12-19T22:17:10.673Z[ recovery-image] Dec 19 22:17:09.484 INFO O| Dec 19 22:17:09.484 INFO STEP 162 (remove_files) COMPLETE
47782024-12-19T22:17:10.673Z[ recovery-image] Dec 19 22:17:09.484 INFO O| Dec 19 22:17:09.484 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47792024-12-19T22:17:10.692Z[ recovery-image] Dec 19 22:17:09.504 INFO O| Dec 19 22:17:09.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
47802024-12-19T22:17:10.694Z[ recovery-image] Dec 19 22:17:09.504 INFO O| Dec 19 22:17:09.504 INFO STEP 163 (remove_files) COMPLETE
47812024-12-19T22:17:10.694Z[ recovery-image] Dec 19 22:17:09.504 INFO O| Dec 19 22:17:09.504 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47822024-12-19T22:17:10.729Z[ recovery-image] Dec 19 22:17:09.523 INFO O| Dec 19 22:17:09.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
47832024-12-19T22:17:10.729Z[ recovery-image] Dec 19 22:17:09.524 INFO O| Dec 19 22:17:09.524 INFO STEP 164 (remove_files) COMPLETE
47842024-12-19T22:17:10.761Z[ recovery-image] Dec 19 22:17:09.524 INFO O| Dec 19 22:17:09.524 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47852024-12-19T22:17:10.780Z[ recovery-image] Dec 19 22:17:09.553 INFO O| Dec 19 22:17:09.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
47862024-12-19T22:17:10.780Z[ recovery-image] Dec 19 22:17:09.553 INFO O| Dec 19 22:17:09.553 INFO STEP 165 (remove_files) COMPLETE
47872024-12-19T22:17:10.780Z[ recovery-image] Dec 19 22:17:09.553 INFO O| Dec 19 22:17:09.553 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47882024-12-19T22:17:10.794Z[ recovery-image] Dec 19 22:17:09.598 INFO O| Dec 19 22:17:09.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
47892024-12-19T22:17:10.794Z[ recovery-image] Dec 19 22:17:09.598 INFO O| Dec 19 22:17:09.598 INFO STEP 166 (remove_files) COMPLETE
47902024-12-19T22:17:10.813Z[ recovery-image] Dec 19 22:17:09.598 INFO O| Dec 19 22:17:09.598 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47912024-12-19T22:17:10.854Z[ recovery-image] Dec 19 22:17:09.618 INFO O| Dec 19 22:17:09.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
47922024-12-19T22:17:10.854Z[ recovery-image] Dec 19 22:17:09.618 INFO O| Dec 19 22:17:09.618 INFO STEP 167 (remove_files) COMPLETE
47932024-12-19T22:17:10.854Z[ recovery-image] Dec 19 22:17:09.619 INFO O| Dec 19 22:17:09.618 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47942024-12-19T22:17:10.871Z[ recovery-image] Dec 19 22:17:09.638 INFO O| Dec 19 22:17:09.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
47952024-12-19T22:17:10.871Z[ recovery-image] Dec 19 22:17:09.638 INFO O| Dec 19 22:17:09.638 INFO STEP 168 (remove_files) COMPLETE
47962024-12-19T22:17:10.871Z[ recovery-image] Dec 19 22:17:09.638 INFO O| Dec 19 22:17:09.638 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47972024-12-19T22:17:10.880Z[ recovery-image] Dec 19 22:17:09.680 INFO O| Dec 19 22:17:09.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
47982024-12-19T22:17:10.880Z[ recovery-image] Dec 19 22:17:09.680 INFO O| Dec 19 22:17:09.680 INFO STEP 169 (remove_files) COMPLETE
47992024-12-19T22:17:10.880Z[ recovery-image] Dec 19 22:17:09.680 INFO O| Dec 19 22:17:09.680 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48002024-12-19T22:17:10.906Z[ recovery-image] Dec 19 22:17:09.718 INFO O| Dec 19 22:17:09.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
48012024-12-19T22:17:10.907Z[ recovery-image] Dec 19 22:17:09.718 INFO O| Dec 19 22:17:09.718 INFO STEP 170 (remove_files) COMPLETE
48022024-12-19T22:17:10.907Z[ recovery-image] Dec 19 22:17:09.718 INFO O| Dec 19 22:17:09.718 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48032024-12-19T22:17:10.927Z[ recovery-image] Dec 19 22:17:09.738 INFO O| Dec 19 22:17:09.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
48042024-12-19T22:17:10.927Z[ recovery-image] Dec 19 22:17:09.739 INFO O| Dec 19 22:17:09.739 INFO STEP 171 (remove_files) COMPLETE
48052024-12-19T22:17:10.930Z[ recovery-image] Dec 19 22:17:09.739 INFO O| Dec 19 22:17:09.739 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48062024-12-19T22:17:10.948Z[ recovery-image] Dec 19 22:17:09.760 INFO O| Dec 19 22:17:09.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
48072024-12-19T22:17:10.948Z[ recovery-image] Dec 19 22:17:09.760 INFO O| Dec 19 22:17:09.760 INFO STEP 172 (remove_files) COMPLETE
48082024-12-19T22:17:10.951Z[ recovery-image] Dec 19 22:17:09.760 INFO O| Dec 19 22:17:09.760 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48092024-12-19T22:17:10.980Z[ recovery-image] Dec 19 22:17:09.791 INFO O| Dec 19 22:17:09.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
48102024-12-19T22:17:10.980Z[ recovery-image] Dec 19 22:17:09.791 INFO O| Dec 19 22:17:09.791 INFO STEP 173 (remove_files) COMPLETE
48112024-12-19T22:17:10.988Z[ recovery-image] Dec 19 22:17:09.791 INFO O| Dec 19 22:17:09.791 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48122024-12-19T22:17:11.002Z[ recovery-image] Dec 19 22:17:09.813 INFO O| Dec 19 22:17:09.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
48132024-12-19T22:17:11.002Z[ recovery-image] Dec 19 22:17:09.813 INFO O| Dec 19 22:17:09.813 INFO STEP 174 (remove_files) COMPLETE
48142024-12-19T22:17:11.002Z[ recovery-image] Dec 19 22:17:09.813 INFO O| Dec 19 22:17:09.813 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48152024-12-19T22:17:11.023Z[ recovery-image] Dec 19 22:17:09.833 INFO O| Dec 19 22:17:09.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
48162024-12-19T22:17:11.023Z[ recovery-image] Dec 19 22:17:09.834 INFO O| Dec 19 22:17:09.833 INFO STEP 175 (remove_files) COMPLETE
48172024-12-19T22:17:11.023Z[ recovery-image] Dec 19 22:17:09.834 INFO O| Dec 19 22:17:09.833 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48182024-12-19T22:17:11.043Z[ recovery-image] Dec 19 22:17:09.853 INFO O| Dec 19 22:17:09.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
48192024-12-19T22:17:11.043Z[ recovery-image] Dec 19 22:17:09.853 INFO O| Dec 19 22:17:09.853 INFO STEP 176 (remove_files) COMPLETE
48202024-12-19T22:17:11.043Z[ recovery-image] Dec 19 22:17:09.853 INFO O| Dec 19 22:17:09.853 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48212024-12-19T22:17:11.078Z[ recovery-image] Dec 19 22:17:09.889 INFO O| Dec 19 22:17:09.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
48222024-12-19T22:17:11.093Z[ recovery-image] Dec 19 22:17:09.903 INFO O| Dec 19 22:17:09.903 INFO STEP 177 (remove_files) COMPLETE
48232024-12-19T22:17:11.093Z[ recovery-image] Dec 19 22:17:09.903 INFO O| Dec 19 22:17:09.903 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48242024-12-19T22:17:11.150Z[ recovery-image] Dec 19 22:17:09.960 INFO O| Dec 19 22:17:09.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
48252024-12-19T22:17:11.150Z[ recovery-image] Dec 19 22:17:09.960 INFO O| Dec 19 22:17:09.960 INFO STEP 178 (remove_files) COMPLETE
48262024-12-19T22:17:11.150Z[ recovery-image] Dec 19 22:17:09.960 INFO O| Dec 19 22:17:09.960 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48272024-12-19T22:17:11.172Z[ recovery-image] Dec 19 22:17:09.982 INFO O| Dec 19 22:17:09.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
48282024-12-19T22:17:11.172Z[ recovery-image] Dec 19 22:17:09.982 INFO O| Dec 19 22:17:09.982 INFO STEP 179 (remove_files) COMPLETE
48292024-12-19T22:17:11.172Z[ recovery-image] Dec 19 22:17:09.982 INFO O| Dec 19 22:17:09.982 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48302024-12-19T22:17:11.193Z[ recovery-image] Dec 19 22:17:10.002 INFO O| Dec 19 22:17:10.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
48312024-12-19T22:17:11.193Z[ recovery-image] Dec 19 22:17:10.003 INFO O| Dec 19 22:17:10.002 INFO STEP 180 (remove_files) COMPLETE
48322024-12-19T22:17:11.193Z[ recovery-image] Dec 19 22:17:10.003 INFO O| Dec 19 22:17:10.002 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48332024-12-19T22:17:11.213Z[ recovery-image] Dec 19 22:17:10.023 INFO O| Dec 19 22:17:10.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
48342024-12-19T22:17:11.213Z[ recovery-image] Dec 19 22:17:10.023 INFO O| Dec 19 22:17:10.023 INFO STEP 181 (remove_files) COMPLETE
48352024-12-19T22:17:11.213Z[ recovery-image] Dec 19 22:17:10.023 INFO O| Dec 19 22:17:10.023 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48362024-12-19T22:17:11.233Z[ recovery-image] Dec 19 22:17:10.043 INFO O| Dec 19 22:17:10.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
48372024-12-19T22:17:11.233Z[ recovery-image] Dec 19 22:17:10.043 INFO O| Dec 19 22:17:10.043 INFO STEP 182 (remove_files) COMPLETE
48382024-12-19T22:17:11.234Z[ recovery-image] Dec 19 22:17:10.043 INFO O| Dec 19 22:17:10.043 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48392024-12-19T22:17:11.257Z[ recovery-image] Dec 19 22:17:10.067 INFO O| Dec 19 22:17:10.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
48402024-12-19T22:17:11.276Z[ recovery-image] Dec 19 22:17:10.086 INFO O| Dec 19 22:17:10.086 INFO STEP 183 (remove_files) COMPLETE
48412024-12-19T22:17:11.276Z[ recovery-image] Dec 19 22:17:10.086 INFO O| Dec 19 22:17:10.086 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48422024-12-19T22:17:11.298Z[ recovery-image] Dec 19 22:17:10.108 INFO O| Dec 19 22:17:10.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
48432024-12-19T22:17:11.301Z[ recovery-image] Dec 19 22:17:10.108 INFO O| Dec 19 22:17:10.108 INFO STEP 184 (remove_files) COMPLETE
48442024-12-19T22:17:11.301Z[ recovery-image] Dec 19 22:17:10.108 INFO O| Dec 19 22:17:10.108 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48452024-12-19T22:17:11.318Z[ recovery-image] Dec 19 22:17:10.128 INFO O| Dec 19 22:17:10.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
48462024-12-19T22:17:11.318Z[ recovery-image] Dec 19 22:17:10.128 INFO O| Dec 19 22:17:10.128 INFO STEP 185 (remove_files) COMPLETE
48472024-12-19T22:17:11.321Z[ recovery-image] Dec 19 22:17:10.128 INFO O| Dec 19 22:17:10.128 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48482024-12-19T22:17:11.346Z[ recovery-image] Dec 19 22:17:10.156 INFO O| Dec 19 22:17:10.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
48492024-12-19T22:17:11.346Z[ recovery-image] Dec 19 22:17:10.156 INFO O| Dec 19 22:17:10.156 INFO STEP 186 (remove_files) COMPLETE
48502024-12-19T22:17:11.348Z[ recovery-image] Dec 19 22:17:10.156 INFO O| Dec 19 22:17:10.156 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48512024-12-19T22:17:11.381Z[ recovery-image] Dec 19 22:17:10.190 INFO O| Dec 19 22:17:10.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
48522024-12-19T22:17:11.381Z[ recovery-image] Dec 19 22:17:10.190 INFO O| Dec 19 22:17:10.190 INFO STEP 187 (remove_files) COMPLETE
48532024-12-19T22:17:11.381Z[ recovery-image] Dec 19 22:17:10.190 INFO O| Dec 19 22:17:10.190 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48542024-12-19T22:17:11.414Z[ recovery-image] Dec 19 22:17:10.223 INFO O| Dec 19 22:17:10.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
48552024-12-19T22:17:11.414Z[ recovery-image] Dec 19 22:17:10.223 INFO O| Dec 19 22:17:10.223 INFO STEP 188 (remove_files) COMPLETE
48562024-12-19T22:17:11.414Z[ recovery-image] Dec 19 22:17:10.223 INFO O| Dec 19 22:17:10.223 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48572024-12-19T22:17:11.434Z[ recovery-image] Dec 19 22:17:10.244 INFO O| Dec 19 22:17:10.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
48582024-12-19T22:17:11.434Z[ recovery-image] Dec 19 22:17:10.244 INFO O| Dec 19 22:17:10.244 INFO STEP 189 (remove_files) COMPLETE
48592024-12-19T22:17:11.434Z[ recovery-image] Dec 19 22:17:10.244 INFO O| Dec 19 22:17:10.244 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48602024-12-19T22:17:11.455Z[ recovery-image] Dec 19 22:17:10.264 INFO O| Dec 19 22:17:10.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
48612024-12-19T22:17:11.455Z[ recovery-image] Dec 19 22:17:10.264 INFO O| Dec 19 22:17:10.264 INFO STEP 190 (remove_files) COMPLETE
48622024-12-19T22:17:11.458Z[ recovery-image] Dec 19 22:17:10.264 INFO O| Dec 19 22:17:10.264 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48632024-12-19T22:17:11.477Z[ recovery-image] Dec 19 22:17:10.286 INFO O| Dec 19 22:17:10.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
48642024-12-19T22:17:11.477Z[ recovery-image] Dec 19 22:17:10.286 INFO O| Dec 19 22:17:10.286 INFO STEP 191 (remove_files) COMPLETE
48652024-12-19T22:17:11.477Z[ recovery-image] Dec 19 22:17:10.286 INFO O| Dec 19 22:17:10.286 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48662024-12-19T22:17:11.496Z[ recovery-image] Dec 19 22:17:10.305 INFO O| Dec 19 22:17:10.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
48672024-12-19T22:17:11.496Z[ recovery-image] Dec 19 22:17:10.306 INFO O| Dec 19 22:17:10.305 INFO STEP 192 (remove_files) COMPLETE
48682024-12-19T22:17:11.499Z[ recovery-image] Dec 19 22:17:10.306 INFO O| Dec 19 22:17:10.306 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48692024-12-19T22:17:11.517Z[ recovery-image] Dec 19 22:17:10.326 INFO O| Dec 19 22:17:10.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
48702024-12-19T22:17:11.517Z[ recovery-image] Dec 19 22:17:10.326 INFO O| Dec 19 22:17:10.326 INFO STEP 193 (remove_files) COMPLETE
48712024-12-19T22:17:11.517Z[ recovery-image] Dec 19 22:17:10.326 INFO O| Dec 19 22:17:10.326 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48722024-12-19T22:17:11.536Z[ recovery-image] Dec 19 22:17:10.345 INFO O| Dec 19 22:17:10.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
48732024-12-19T22:17:11.536Z[ recovery-image] Dec 19 22:17:10.345 INFO O| Dec 19 22:17:10.345 INFO STEP 194 (remove_files) COMPLETE
48742024-12-19T22:17:11.539Z[ recovery-image] Dec 19 22:17:10.345 INFO O| Dec 19 22:17:10.345 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48752024-12-19T22:17:11.556Z[ recovery-image] Dec 19 22:17:10.365 INFO O| Dec 19 22:17:10.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
48762024-12-19T22:17:11.559Z[ recovery-image] Dec 19 22:17:10.365 INFO O| Dec 19 22:17:10.365 INFO STEP 195 (remove_files) COMPLETE
48772024-12-19T22:17:11.559Z[ recovery-image] Dec 19 22:17:10.365 INFO O| Dec 19 22:17:10.365 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48782024-12-19T22:17:11.577Z[ recovery-image] Dec 19 22:17:10.386 INFO O| Dec 19 22:17:10.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
48792024-12-19T22:17:11.577Z[ recovery-image] Dec 19 22:17:10.386 INFO O| Dec 19 22:17:10.386 INFO STEP 196 (remove_files) COMPLETE
48802024-12-19T22:17:11.578Z[ recovery-image] Dec 19 22:17:10.386 INFO O| Dec 19 22:17:10.386 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48812024-12-19T22:17:11.600Z[ recovery-image] Dec 19 22:17:10.408 INFO O| Dec 19 22:17:10.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
48822024-12-19T22:17:11.600Z[ recovery-image] Dec 19 22:17:10.408 INFO O| Dec 19 22:17:10.408 INFO STEP 197 (remove_files) COMPLETE
48832024-12-19T22:17:11.602Z[ recovery-image] Dec 19 22:17:10.409 INFO O| Dec 19 22:17:10.408 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48842024-12-19T22:17:11.631Z[ recovery-image] Dec 19 22:17:10.440 INFO O| Dec 19 22:17:10.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
48852024-12-19T22:17:11.634Z[ recovery-image] Dec 19 22:17:10.440 INFO O| Dec 19 22:17:10.440 INFO STEP 198 (remove_files) COMPLETE
48862024-12-19T22:17:11.634Z[ recovery-image] Dec 19 22:17:10.440 INFO O| Dec 19 22:17:10.440 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48872024-12-19T22:17:11.654Z[ recovery-image] Dec 19 22:17:10.462 INFO O| Dec 19 22:17:10.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
48882024-12-19T22:17:11.656Z[ recovery-image] Dec 19 22:17:10.462 INFO O| Dec 19 22:17:10.462 INFO STEP 199 (remove_files) COMPLETE
48892024-12-19T22:17:11.656Z[ recovery-image] Dec 19 22:17:10.462 INFO O| Dec 19 22:17:10.462 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48902024-12-19T22:17:11.676Z[ recovery-image] Dec 19 22:17:10.484 INFO O| Dec 19 22:17:10.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
48912024-12-19T22:17:11.678Z[ recovery-image] Dec 19 22:17:10.484 INFO O| Dec 19 22:17:10.484 INFO STEP 200 (remove_files) COMPLETE
48922024-12-19T22:17:11.678Z[ recovery-image] Dec 19 22:17:10.485 INFO O| Dec 19 22:17:10.484 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48932024-12-19T22:17:11.699Z[ recovery-image] Dec 19 22:17:10.507 INFO O| Dec 19 22:17:10.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
48942024-12-19T22:17:11.702Z[ recovery-image] Dec 19 22:17:10.508 INFO O| Dec 19 22:17:10.508 INFO STEP 201 (remove_files) COMPLETE
48952024-12-19T22:17:11.702Z[ recovery-image] Dec 19 22:17:10.508 INFO O| Dec 19 22:17:10.508 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48962024-12-19T22:17:11.722Z[ recovery-image] Dec 19 22:17:10.530 INFO O| Dec 19 22:17:10.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
48972024-12-19T22:17:11.725Z[ recovery-image] Dec 19 22:17:10.531 INFO O| Dec 19 22:17:10.531 INFO STEP 202 (remove_files) COMPLETE
48982024-12-19T22:17:11.725Z[ recovery-image] Dec 19 22:17:10.531 INFO O| Dec 19 22:17:10.531 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48992024-12-19T22:17:11.754Z[ recovery-image] Dec 19 22:17:10.562 INFO O| Dec 19 22:17:10.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
49002024-12-19T22:17:11.774Z[ recovery-image] Dec 19 22:17:10.582 INFO O| Dec 19 22:17:10.582 INFO STEP 203 (remove_files) COMPLETE
49012024-12-19T22:17:11.774Z[ recovery-image] Dec 19 22:17:10.582 INFO O| Dec 19 22:17:10.582 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49022024-12-19T22:17:11.796Z[ recovery-image] Dec 19 22:17:10.604 INFO O| Dec 19 22:17:10.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
49032024-12-19T22:17:11.799Z[ recovery-image] Dec 19 22:17:10.604 INFO O| Dec 19 22:17:10.604 INFO STEP 204 (remove_files) COMPLETE
49042024-12-19T22:17:11.799Z[ recovery-image] Dec 19 22:17:10.605 INFO O| Dec 19 22:17:10.604 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49052024-12-19T22:17:11.818Z[ recovery-image] Dec 19 22:17:10.626 INFO O| Dec 19 22:17:10.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
49062024-12-19T22:17:11.820Z[ recovery-image] Dec 19 22:17:10.626 INFO O| Dec 19 22:17:10.626 INFO STEP 205 (remove_files) COMPLETE
49072024-12-19T22:17:11.820Z[ recovery-image] Dec 19 22:17:10.626 INFO O| Dec 19 22:17:10.626 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49082024-12-19T22:17:11.840Z[ recovery-image] Dec 19 22:17:10.647 INFO O| Dec 19 22:17:10.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
49092024-12-19T22:17:11.842Z[ recovery-image] Dec 19 22:17:10.648 INFO O| Dec 19 22:17:10.647 INFO STEP 206 (remove_files) COMPLETE
49102024-12-19T22:17:11.842Z[ recovery-image] Dec 19 22:17:10.648 INFO O| Dec 19 22:17:10.648 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49112024-12-19T22:17:11.863Z[ recovery-image] Dec 19 22:17:10.670 INFO O| Dec 19 22:17:10.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
49122024-12-19T22:17:11.866Z[ recovery-image] Dec 19 22:17:10.671 INFO O| Dec 19 22:17:10.671 INFO STEP 207 (remove_files) COMPLETE
49132024-12-19T22:17:11.866Z[ recovery-image] Dec 19 22:17:10.671 INFO O| Dec 19 22:17:10.671 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49142024-12-19T22:17:11.899Z[ recovery-image] Dec 19 22:17:10.706 INFO O| Dec 19 22:17:10.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
49152024-12-19T22:17:11.919Z[ recovery-image] Dec 19 22:17:10.726 INFO O| Dec 19 22:17:10.726 INFO STEP 208 (remove_files) COMPLETE
49162024-12-19T22:17:11.919Z[ recovery-image] Dec 19 22:17:10.726 INFO O| Dec 19 22:17:10.726 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49172024-12-19T22:17:11.975Z[ recovery-image] Dec 19 22:17:10.782 INFO O| Dec 19 22:17:10.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
49182024-12-19T22:17:11.975Z[ recovery-image] Dec 19 22:17:10.782 INFO O| Dec 19 22:17:10.782 INFO STEP 209 (remove_files) COMPLETE
49192024-12-19T22:17:11.977Z[ recovery-image] Dec 19 22:17:10.782 INFO O| Dec 19 22:17:10.782 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49202024-12-19T22:17:12.035Z[ recovery-image] Dec 19 22:17:10.841 INFO O| Dec 19 22:17:10.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
49212024-12-19T22:17:12.035Z[ recovery-image] Dec 19 22:17:10.842 INFO O| Dec 19 22:17:10.842 INFO STEP 210 (remove_files) COMPLETE
49222024-12-19T22:17:12.037Z[ recovery-image] Dec 19 22:17:10.842 INFO O| Dec 19 22:17:10.842 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49232024-12-19T22:17:12.055Z[ recovery-image] Dec 19 22:17:10.862 INFO O| Dec 19 22:17:10.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
49242024-12-19T22:17:12.056Z[ recovery-image] Dec 19 22:17:10.862 INFO O| Dec 19 22:17:10.862 INFO STEP 211 (remove_files) COMPLETE
49252024-12-19T22:17:12.056Z[ recovery-image] Dec 19 22:17:10.862 INFO O| Dec 19 22:17:10.862 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49262024-12-19T22:17:12.075Z[ recovery-image] Dec 19 22:17:10.882 INFO O| Dec 19 22:17:10.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
49272024-12-19T22:17:12.076Z[ recovery-image] Dec 19 22:17:10.882 INFO O| Dec 19 22:17:10.882 INFO STEP 212 (remove_files) COMPLETE
49282024-12-19T22:17:12.078Z[ recovery-image] Dec 19 22:17:10.882 INFO O| Dec 19 22:17:10.882 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49292024-12-19T22:17:12.108Z[ recovery-image] Dec 19 22:17:10.914 INFO O| Dec 19 22:17:10.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
49302024-12-19T22:17:12.108Z[ recovery-image] Dec 19 22:17:10.914 INFO O| Dec 19 22:17:10.914 INFO STEP 213 (remove_files) COMPLETE
49312024-12-19T22:17:12.108Z[ recovery-image] Dec 19 22:17:10.915 INFO O| Dec 19 22:17:10.914 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49322024-12-19T22:17:12.129Z[ recovery-image] Dec 19 22:17:10.935 INFO O| Dec 19 22:17:10.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
49332024-12-19T22:17:12.129Z[ recovery-image] Dec 19 22:17:10.936 INFO O| Dec 19 22:17:10.935 INFO STEP 214 (remove_files) COMPLETE
49342024-12-19T22:17:12.129Z[ recovery-image] Dec 19 22:17:10.936 INFO O| Dec 19 22:17:10.935 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49352024-12-19T22:17:12.149Z[ recovery-image] Dec 19 22:17:10.955 INFO O| Dec 19 22:17:10.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
49362024-12-19T22:17:12.149Z[ recovery-image] Dec 19 22:17:10.955 INFO O| Dec 19 22:17:10.955 INFO STEP 215 (remove_files) COMPLETE
49372024-12-19T22:17:12.149Z[ recovery-image] Dec 19 22:17:10.955 INFO O| Dec 19 22:17:10.955 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49382024-12-19T22:17:12.169Z[ recovery-image] Dec 19 22:17:10.975 INFO O| Dec 19 22:17:10.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
49392024-12-19T22:17:12.169Z[ recovery-image] Dec 19 22:17:10.975 INFO O| Dec 19 22:17:10.975 INFO STEP 216 (remove_files) COMPLETE
49402024-12-19T22:17:12.169Z[ recovery-image] Dec 19 22:17:10.975 INFO O| Dec 19 22:17:10.975 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49412024-12-19T22:17:12.190Z[ recovery-image] Dec 19 22:17:10.996 INFO O| Dec 19 22:17:10.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
49422024-12-19T22:17:12.190Z[ recovery-image] Dec 19 22:17:10.996 INFO O| Dec 19 22:17:10.996 INFO STEP 217 (remove_files) COMPLETE
49432024-12-19T22:17:12.190Z[ recovery-image] Dec 19 22:17:10.996 INFO O| Dec 19 22:17:10.996 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49442024-12-19T22:17:12.248Z[ recovery-image] Dec 19 22:17:11.054 INFO O| Dec 19 22:17:11.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
49452024-12-19T22:17:12.248Z[ recovery-image] Dec 19 22:17:11.054 INFO O| Dec 19 22:17:11.054 INFO STEP 218 (remove_files) COMPLETE
49462024-12-19T22:17:12.249Z[ recovery-image] Dec 19 22:17:11.054 INFO O| Dec 19 22:17:11.054 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49472024-12-19T22:17:12.289Z[ recovery-image] Dec 19 22:17:11.095 INFO O| Dec 19 22:17:11.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
49482024-12-19T22:17:12.292Z[ recovery-image] Dec 19 22:17:11.095 INFO O| Dec 19 22:17:11.095 INFO STEP 219 (remove_files) COMPLETE
49492024-12-19T22:17:12.292Z[ recovery-image] Dec 19 22:17:11.095 INFO O| Dec 19 22:17:11.095 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49502024-12-19T22:17:12.310Z[ recovery-image] Dec 19 22:17:11.116 INFO O| Dec 19 22:17:11.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
49512024-12-19T22:17:12.310Z[ recovery-image] Dec 19 22:17:11.116 INFO O| Dec 19 22:17:11.116 INFO STEP 220 (remove_files) COMPLETE
49522024-12-19T22:17:12.310Z[ recovery-image] Dec 19 22:17:11.116 INFO O| Dec 19 22:17:11.116 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49532024-12-19T22:17:12.332Z[ recovery-image] Dec 19 22:17:11.137 INFO O| Dec 19 22:17:11.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
49542024-12-19T22:17:12.332Z[ recovery-image] Dec 19 22:17:11.137 INFO O| Dec 19 22:17:11.137 INFO STEP 221 (remove_files) COMPLETE
49552024-12-19T22:17:12.332Z[ recovery-image] Dec 19 22:17:11.137 INFO O| Dec 19 22:17:11.137 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49562024-12-19T22:17:12.355Z[ recovery-image] Dec 19 22:17:11.160 INFO O| Dec 19 22:17:11.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
49572024-12-19T22:17:12.355Z[ recovery-image] Dec 19 22:17:11.160 INFO O| Dec 19 22:17:11.160 INFO STEP 222 (remove_files) COMPLETE
49582024-12-19T22:17:12.355Z[ recovery-image] Dec 19 22:17:11.160 INFO O| Dec 19 22:17:11.160 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49592024-12-19T22:17:12.402Z[ recovery-image] Dec 19 22:17:11.207 INFO O| Dec 19 22:17:11.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
49602024-12-19T22:17:12.422Z[ recovery-image] Dec 19 22:17:11.227 INFO O| Dec 19 22:17:11.227 INFO STEP 223 (remove_files) COMPLETE
49612024-12-19T22:17:12.422Z[ recovery-image] Dec 19 22:17:11.227 INFO O| Dec 19 22:17:11.227 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49622024-12-19T22:17:12.458Z[ recovery-image] Dec 19 22:17:11.264 INFO O| Dec 19 22:17:11.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
49632024-12-19T22:17:12.461Z[ recovery-image] Dec 19 22:17:11.264 INFO O| Dec 19 22:17:11.264 INFO STEP 224 (remove_files) COMPLETE
49642024-12-19T22:17:12.461Z[ recovery-image] Dec 19 22:17:11.264 INFO O| Dec 19 22:17:11.264 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49652024-12-19T22:17:12.478Z[ recovery-image] Dec 19 22:17:11.283 INFO O| Dec 19 22:17:11.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
49662024-12-19T22:17:12.480Z[ recovery-image] Dec 19 22:17:11.283 INFO O| Dec 19 22:17:11.283 INFO STEP 225 (remove_files) COMPLETE
49672024-12-19T22:17:12.480Z[ recovery-image] Dec 19 22:17:11.283 INFO O| Dec 19 22:17:11.283 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49682024-12-19T22:17:12.498Z[ recovery-image] Dec 19 22:17:11.303 INFO O| Dec 19 22:17:11.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
49692024-12-19T22:17:12.500Z[ recovery-image] Dec 19 22:17:11.303 INFO O| Dec 19 22:17:11.303 INFO STEP 226 (remove_files) COMPLETE
49702024-12-19T22:17:12.500Z[ recovery-image] Dec 19 22:17:11.303 INFO O| Dec 19 22:17:11.303 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49712024-12-19T22:17:12.516Z[ recovery-image] Dec 19 22:17:11.321 INFO O| Dec 19 22:17:11.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
49722024-12-19T22:17:12.519Z[ recovery-image] Dec 19 22:17:11.322 INFO O| Dec 19 22:17:11.322 INFO STEP 227 (remove_files) COMPLETE
49732024-12-19T22:17:12.519Z[ recovery-image] Dec 19 22:17:11.322 INFO O| Dec 19 22:17:11.322 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49742024-12-19T22:17:12.546Z[ recovery-image] Dec 19 22:17:11.351 INFO O| Dec 19 22:17:11.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
49752024-12-19T22:17:12.549Z[ recovery-image] Dec 19 22:17:11.351 INFO O| Dec 19 22:17:11.351 INFO STEP 228 (remove_files) COMPLETE
49762024-12-19T22:17:12.549Z[ recovery-image] Dec 19 22:17:11.352 INFO O| Dec 19 22:17:11.352 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49772024-12-19T22:17:12.567Z[ recovery-image] Dec 19 22:17:11.371 INFO O| Dec 19 22:17:11.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
49782024-12-19T22:17:12.567Z[ recovery-image] Dec 19 22:17:11.371 INFO O| Dec 19 22:17:11.371 INFO STEP 229 (remove_files) COMPLETE
49792024-12-19T22:17:12.570Z[ recovery-image] Dec 19 22:17:11.372 INFO O| Dec 19 22:17:11.372 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49802024-12-19T22:17:12.587Z[ recovery-image] Dec 19 22:17:11.390 INFO O| Dec 19 22:17:11.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
49812024-12-19T22:17:12.590Z[ recovery-image] Dec 19 22:17:11.391 INFO O| Dec 19 22:17:11.390 INFO STEP 230 (remove_files) COMPLETE
49822024-12-19T22:17:12.590Z[ recovery-image] Dec 19 22:17:11.391 INFO O| Dec 19 22:17:11.391 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49832024-12-19T22:17:12.606Z[ recovery-image] Dec 19 22:17:11.411 INFO O| Dec 19 22:17:11.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
49842024-12-19T22:17:12.609Z[ recovery-image] Dec 19 22:17:11.411 INFO O| Dec 19 22:17:11.411 INFO STEP 231 (remove_files) COMPLETE
49852024-12-19T22:17:12.609Z[ recovery-image] Dec 19 22:17:11.411 INFO O| Dec 19 22:17:11.411 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49862024-12-19T22:17:12.627Z[ recovery-image] Dec 19 22:17:11.432 INFO O| Dec 19 22:17:11.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
49872024-12-19T22:17:12.630Z[ recovery-image] Dec 19 22:17:11.432 INFO O| Dec 19 22:17:11.432 INFO STEP 232 (remove_files) COMPLETE
49882024-12-19T22:17:12.630Z[ recovery-image] Dec 19 22:17:11.432 INFO O| Dec 19 22:17:11.432 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49892024-12-19T22:17:12.648Z[ recovery-image] Dec 19 22:17:11.453 INFO O| Dec 19 22:17:11.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
49902024-12-19T22:17:12.651Z[ recovery-image] Dec 19 22:17:11.453 INFO O| Dec 19 22:17:11.453 INFO STEP 233 (remove_files) COMPLETE
49912024-12-19T22:17:12.651Z[ recovery-image] Dec 19 22:17:11.453 INFO O| Dec 19 22:17:11.453 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49922024-12-19T22:17:12.668Z[ recovery-image] Dec 19 22:17:11.472 INFO O| Dec 19 22:17:11.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
49932024-12-19T22:17:12.668Z[ recovery-image] Dec 19 22:17:11.472 INFO O| Dec 19 22:17:11.472 INFO STEP 234 (remove_files) COMPLETE
49942024-12-19T22:17:12.671Z[ recovery-image] Dec 19 22:17:11.473 INFO O| Dec 19 22:17:11.473 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49952024-12-19T22:17:12.722Z[ recovery-image] Dec 19 22:17:11.526 INFO O| Dec 19 22:17:11.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
49962024-12-19T22:17:12.725Z[ recovery-image] Dec 19 22:17:11.526 INFO O| Dec 19 22:17:11.526 INFO STEP 235 (remove_files) COMPLETE
49972024-12-19T22:17:12.725Z[ recovery-image] Dec 19 22:17:11.526 INFO O| Dec 19 22:17:11.526 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49982024-12-19T22:17:12.743Z[ recovery-image] Dec 19 22:17:11.547 INFO O| Dec 19 22:17:11.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
49992024-12-19T22:17:12.745Z[ recovery-image] Dec 19 22:17:11.547 INFO O| Dec 19 22:17:11.547 INFO STEP 236 (remove_files) COMPLETE
50002024-12-19T22:17:12.745Z[ recovery-image] Dec 19 22:17:11.547 INFO O| Dec 19 22:17:11.547 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50012024-12-19T22:17:12.763Z[ recovery-image] Dec 19 22:17:11.566 INFO O| Dec 19 22:17:11.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
50022024-12-19T22:17:12.763Z[ recovery-image] Dec 19 22:17:11.566 INFO O| Dec 19 22:17:11.566 INFO STEP 237 (remove_files) COMPLETE
50032024-12-19T22:17:12.765Z[ recovery-image] Dec 19 22:17:11.567 INFO O| Dec 19 22:17:11.566 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50042024-12-19T22:17:12.782Z[ recovery-image] Dec 19 22:17:11.586 INFO O| Dec 19 22:17:11.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
50052024-12-19T22:17:12.786Z[ recovery-image] Dec 19 22:17:11.586 INFO O| Dec 19 22:17:11.586 INFO STEP 238 (remove_files) COMPLETE
50062024-12-19T22:17:12.786Z[ recovery-image] Dec 19 22:17:11.586 INFO O| Dec 19 22:17:11.586 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50072024-12-19T22:17:12.803Z[ recovery-image] Dec 19 22:17:11.607 INFO O| Dec 19 22:17:11.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
50082024-12-19T22:17:12.806Z[ recovery-image] Dec 19 22:17:11.607 INFO O| Dec 19 22:17:11.607 INFO STEP 239 (remove_files) COMPLETE
50092024-12-19T22:17:12.806Z[ recovery-image] Dec 19 22:17:11.607 INFO O| Dec 19 22:17:11.607 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50102024-12-19T22:17:12.823Z[ recovery-image] Dec 19 22:17:11.627 INFO O| Dec 19 22:17:11.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
50112024-12-19T22:17:12.826Z[ recovery-image] Dec 19 22:17:11.627 INFO O| Dec 19 22:17:11.627 INFO STEP 240 (remove_files) COMPLETE
50122024-12-19T22:17:12.826Z[ recovery-image] Dec 19 22:17:11.627 INFO O| Dec 19 22:17:11.627 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50132024-12-19T22:17:12.844Z[ recovery-image] Dec 19 22:17:11.647 INFO O| Dec 19 22:17:11.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
50142024-12-19T22:17:12.844Z[ recovery-image] Dec 19 22:17:11.647 INFO O| Dec 19 22:17:11.647 INFO STEP 241 (remove_files) COMPLETE
50152024-12-19T22:17:12.844Z[ recovery-image] Dec 19 22:17:11.647 INFO O| Dec 19 22:17:11.647 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50162024-12-19T22:17:12.884Z[ recovery-image] Dec 19 22:17:11.687 INFO O| Dec 19 22:17:11.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
50172024-12-19T22:17:12.884Z[ recovery-image] Dec 19 22:17:11.687 INFO O| Dec 19 22:17:11.687 INFO STEP 242 (remove_files) COMPLETE
50182024-12-19T22:17:12.884Z[ recovery-image] Dec 19 22:17:11.687 INFO O| Dec 19 22:17:11.687 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50192024-12-19T22:17:12.923Z[ recovery-image] Dec 19 22:17:11.725 INFO O| Dec 19 22:17:11.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
50202024-12-19T22:17:12.925Z[ recovery-image] Dec 19 22:17:11.725 INFO O| Dec 19 22:17:11.725 INFO STEP 243 (remove_files) COMPLETE
50212024-12-19T22:17:12.925Z[ recovery-image] Dec 19 22:17:11.725 INFO O| Dec 19 22:17:11.725 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50222024-12-19T22:17:12.943Z[ recovery-image] Dec 19 22:17:11.746 INFO O| Dec 19 22:17:11.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
50232024-12-19T22:17:12.946Z[ recovery-image] Dec 19 22:17:11.747 INFO O| Dec 19 22:17:11.746 INFO STEP 244 (remove_files) COMPLETE
50242024-12-19T22:17:12.946Z[ recovery-image] Dec 19 22:17:11.747 INFO O| Dec 19 22:17:11.747 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50252024-12-19T22:17:12.965Z[ recovery-image] Dec 19 22:17:11.767 INFO O| Dec 19 22:17:11.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
50262024-12-19T22:17:12.967Z[ recovery-image] Dec 19 22:17:11.768 INFO O| Dec 19 22:17:11.768 INFO STEP 245 (remove_files) COMPLETE
50272024-12-19T22:17:12.967Z[ recovery-image] Dec 19 22:17:11.768 INFO O| Dec 19 22:17:11.768 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50282024-12-19T22:17:12.986Z[ recovery-image] Dec 19 22:17:11.789 INFO O| Dec 19 22:17:11.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
50292024-12-19T22:17:12.988Z[ recovery-image] Dec 19 22:17:11.789 INFO O| Dec 19 22:17:11.789 INFO STEP 246 (remove_files) COMPLETE
50302024-12-19T22:17:12.988Z[ recovery-image] Dec 19 22:17:11.789 INFO O| Dec 19 22:17:11.789 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50312024-12-19T22:17:13.006Z[ recovery-image] Dec 19 22:17:11.809 INFO O| Dec 19 22:17:11.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
50322024-12-19T22:17:13.010Z[ recovery-image] Dec 19 22:17:11.809 INFO O| Dec 19 22:17:11.809 INFO STEP 247 (remove_files) COMPLETE
50332024-12-19T22:17:13.010Z[ recovery-image] Dec 19 22:17:11.810 INFO O| Dec 19 22:17:11.809 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50342024-12-19T22:17:13.027Z[ recovery-image] Dec 19 22:17:11.830 INFO O| Dec 19 22:17:11.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
50352024-12-19T22:17:13.030Z[ recovery-image] Dec 19 22:17:11.830 INFO O| Dec 19 22:17:11.830 INFO STEP 248 (remove_files) COMPLETE
50362024-12-19T22:17:13.030Z[ recovery-image] Dec 19 22:17:11.830 INFO O| Dec 19 22:17:11.830 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50372024-12-19T22:17:13.065Z[ recovery-image] Dec 19 22:17:11.867 INFO O| Dec 19 22:17:11.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
50382024-12-19T22:17:13.065Z[ recovery-image] Dec 19 22:17:11.867 INFO O| Dec 19 22:17:11.867 INFO STEP 249 (remove_files) COMPLETE
50392024-12-19T22:17:13.065Z[ recovery-image] Dec 19 22:17:11.867 INFO O| Dec 19 22:17:11.867 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50402024-12-19T22:17:13.100Z[ recovery-image] Dec 19 22:17:11.902 INFO O| Dec 19 22:17:11.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
50412024-12-19T22:17:13.103Z[ recovery-image] Dec 19 22:17:11.903 INFO O| Dec 19 22:17:11.903 INFO STEP 250 (remove_files) COMPLETE
50422024-12-19T22:17:13.103Z[ recovery-image] Dec 19 22:17:11.903 INFO O| Dec 19 22:17:11.903 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50432024-12-19T22:17:13.122Z[ recovery-image] Dec 19 22:17:11.924 INFO O| Dec 19 22:17:11.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
50442024-12-19T22:17:13.125Z[ recovery-image] Dec 19 22:17:11.924 INFO O| Dec 19 22:17:11.924 INFO STEP 251 (remove_files) COMPLETE
50452024-12-19T22:17:13.125Z[ recovery-image] Dec 19 22:17:11.924 INFO O| Dec 19 22:17:11.924 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50462024-12-19T22:17:13.142Z[ recovery-image] Dec 19 22:17:11.944 INFO O| Dec 19 22:17:11.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
50472024-12-19T22:17:13.145Z[ recovery-image] Dec 19 22:17:11.944 INFO O| Dec 19 22:17:11.944 INFO STEP 252 (remove_files) COMPLETE
50482024-12-19T22:17:13.145Z[ recovery-image] Dec 19 22:17:11.945 INFO O| Dec 19 22:17:11.944 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50492024-12-19T22:17:13.164Z[ recovery-image] Dec 19 22:17:11.965 INFO O| Dec 19 22:17:11.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
50502024-12-19T22:17:13.166Z[ recovery-image] Dec 19 22:17:11.965 INFO O| Dec 19 22:17:11.965 INFO STEP 253 (remove_files) COMPLETE
50512024-12-19T22:17:13.166Z[ recovery-image] Dec 19 22:17:11.965 INFO O| Dec 19 22:17:11.965 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50522024-12-19T22:17:13.183Z[ recovery-image] Dec 19 22:17:11.985 INFO O| Dec 19 22:17:11.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
50532024-12-19T22:17:13.186Z[ recovery-image] Dec 19 22:17:11.985 INFO O| Dec 19 22:17:11.985 INFO STEP 254 (remove_files) COMPLETE
50542024-12-19T22:17:13.186Z[ recovery-image] Dec 19 22:17:11.986 INFO O| Dec 19 22:17:11.986 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50552024-12-19T22:17:13.204Z[ recovery-image] Dec 19 22:17:12.006 INFO O| Dec 19 22:17:12.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
50562024-12-19T22:17:13.215Z[ recovery-image] Dec 19 22:17:12.017 INFO O| Dec 19 22:17:12.017 INFO STEP 255 (remove_files) COMPLETE
50572024-12-19T22:17:13.215Z[ recovery-image] Dec 19 22:17:12.017 INFO O| Dec 19 22:17:12.017 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50582024-12-19T22:17:13.278Z[ recovery-image] Dec 19 22:17:12.080 INFO O| Dec 19 22:17:12.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
50592024-12-19T22:17:13.278Z[ recovery-image] Dec 19 22:17:12.080 INFO O| Dec 19 22:17:12.080 INFO STEP 256 (remove_files) COMPLETE
50602024-12-19T22:17:13.278Z[ recovery-image] Dec 19 22:17:12.080 INFO O| Dec 19 22:17:12.080 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50612024-12-19T22:17:13.298Z[ recovery-image] Dec 19 22:17:12.100 INFO O| Dec 19 22:17:12.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
50622024-12-19T22:17:13.298Z[ recovery-image] Dec 19 22:17:12.100 INFO O| Dec 19 22:17:12.100 INFO STEP 257 (remove_files) COMPLETE
50632024-12-19T22:17:13.298Z[ recovery-image] Dec 19 22:17:12.100 INFO O| Dec 19 22:17:12.100 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50642024-12-19T22:17:13.319Z[ recovery-image] Dec 19 22:17:12.120 INFO O| Dec 19 22:17:12.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
50652024-12-19T22:17:13.322Z[ recovery-image] Dec 19 22:17:12.120 INFO O| Dec 19 22:17:12.120 INFO STEP 258 (remove_files) COMPLETE
50662024-12-19T22:17:13.322Z[ recovery-image] Dec 19 22:17:12.120 INFO O| Dec 19 22:17:12.120 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50672024-12-19T22:17:13.347Z[ recovery-image] Dec 19 22:17:12.148 INFO O| Dec 19 22:17:12.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
50682024-12-19T22:17:13.347Z[ recovery-image] Dec 19 22:17:12.148 INFO O| Dec 19 22:17:12.148 INFO STEP 259 (remove_files) COMPLETE
50692024-12-19T22:17:13.347Z[ recovery-image] Dec 19 22:17:12.148 INFO O| Dec 19 22:17:12.148 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50702024-12-19T22:17:13.369Z[ recovery-image] Dec 19 22:17:12.169 INFO O| Dec 19 22:17:12.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
50712024-12-19T22:17:13.369Z[ recovery-image] Dec 19 22:17:12.169 INFO O| Dec 19 22:17:12.169 INFO STEP 260 (remove_files) COMPLETE
50722024-12-19T22:17:13.369Z[ recovery-image] Dec 19 22:17:12.169 INFO O| Dec 19 22:17:12.169 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50732024-12-19T22:17:13.407Z[ recovery-image] Dec 19 22:17:12.208 INFO O| Dec 19 22:17:12.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
50742024-12-19T22:17:13.409Z[ recovery-image] Dec 19 22:17:12.208 INFO O| Dec 19 22:17:12.208 INFO STEP 261 (remove_files) COMPLETE
50752024-12-19T22:17:13.409Z[ recovery-image] Dec 19 22:17:12.208 INFO O| Dec 19 22:17:12.208 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50762024-12-19T22:17:13.426Z[ recovery-image] Dec 19 22:17:12.227 INFO O| Dec 19 22:17:12.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
50772024-12-19T22:17:13.429Z[ recovery-image] Dec 19 22:17:12.228 INFO O| Dec 19 22:17:12.228 INFO STEP 262 (remove_files) COMPLETE
50782024-12-19T22:17:13.429Z[ recovery-image] Dec 19 22:17:12.228 INFO O| Dec 19 22:17:12.228 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50792024-12-19T22:17:13.447Z[ recovery-image] Dec 19 22:17:12.247 INFO O| Dec 19 22:17:12.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
50802024-12-19T22:17:13.449Z[ recovery-image] Dec 19 22:17:12.247 INFO O| Dec 19 22:17:12.247 INFO STEP 263 (remove_files) COMPLETE
50812024-12-19T22:17:13.449Z[ recovery-image] Dec 19 22:17:12.247 INFO O| Dec 19 22:17:12.247 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50822024-12-19T22:17:13.467Z[ recovery-image] Dec 19 22:17:12.268 INFO O| Dec 19 22:17:12.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
50832024-12-19T22:17:13.471Z[ recovery-image] Dec 19 22:17:12.268 INFO O| Dec 19 22:17:12.268 INFO STEP 264 (remove_files) COMPLETE
50842024-12-19T22:17:13.471Z[ recovery-image] Dec 19 22:17:12.269 INFO O| Dec 19 22:17:12.268 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50852024-12-19T22:17:13.488Z[ recovery-image] Dec 19 22:17:12.289 INFO O| Dec 19 22:17:12.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
50862024-12-19T22:17:13.491Z[ recovery-image] Dec 19 22:17:12.289 INFO O| Dec 19 22:17:12.289 INFO STEP 265 (remove_files) COMPLETE
50872024-12-19T22:17:13.491Z[ recovery-image] Dec 19 22:17:12.289 INFO O| Dec 19 22:17:12.289 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50882024-12-19T22:17:13.514Z[ recovery-image] Dec 19 22:17:12.314 INFO O| Dec 19 22:17:12.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
50892024-12-19T22:17:13.516Z[ recovery-image] Dec 19 22:17:12.314 INFO O| Dec 19 22:17:12.314 INFO STEP 266 (remove_files) COMPLETE
50902024-12-19T22:17:13.516Z[ recovery-image] Dec 19 22:17:12.314 INFO O| Dec 19 22:17:12.314 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50912024-12-19T22:17:13.534Z[ recovery-image] Dec 19 22:17:12.334 INFO O| Dec 19 22:17:12.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
50922024-12-19T22:17:13.534Z[ recovery-image] Dec 19 22:17:12.334 INFO O| Dec 19 22:17:12.334 INFO STEP 267 (remove_files) COMPLETE
50932024-12-19T22:17:13.534Z[ recovery-image] Dec 19 22:17:12.334 INFO O| Dec 19 22:17:12.334 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50942024-12-19T22:17:13.558Z[ recovery-image] Dec 19 22:17:12.358 INFO O| Dec 19 22:17:12.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
50952024-12-19T22:17:13.558Z[ recovery-image] Dec 19 22:17:12.358 INFO O| Dec 19 22:17:12.358 INFO STEP 268 (remove_files) COMPLETE
50962024-12-19T22:17:13.558Z[ recovery-image] Dec 19 22:17:12.358 INFO O| Dec 19 22:17:12.358 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50972024-12-19T22:17:13.601Z[ recovery-image] Dec 19 22:17:12.401 INFO O| Dec 19 22:17:12.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
50982024-12-19T22:17:13.601Z[ recovery-image] Dec 19 22:17:12.401 INFO O| Dec 19 22:17:12.401 INFO STEP 269 (remove_files) COMPLETE
50992024-12-19T22:17:13.604Z[ recovery-image] Dec 19 22:17:12.401 INFO O| Dec 19 22:17:12.401 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51002024-12-19T22:17:13.642Z[ recovery-image] Dec 19 22:17:12.442 INFO O| Dec 19 22:17:12.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
51012024-12-19T22:17:13.642Z[ recovery-image] Dec 19 22:17:12.443 INFO O| Dec 19 22:17:12.443 INFO STEP 270 (remove_files) COMPLETE
51022024-12-19T22:17:13.645Z[ recovery-image] Dec 19 22:17:12.443 INFO O| Dec 19 22:17:12.443 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51032024-12-19T22:17:13.711Z[ recovery-image] Dec 19 22:17:12.511 INFO O| Dec 19 22:17:12.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
51042024-12-19T22:17:13.711Z[ recovery-image] Dec 19 22:17:12.511 INFO O| Dec 19 22:17:12.511 INFO STEP 271 (remove_files) COMPLETE
51052024-12-19T22:17:13.714Z[ recovery-image] Dec 19 22:17:12.511 INFO O| Dec 19 22:17:12.511 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51062024-12-19T22:17:13.749Z[ recovery-image] Dec 19 22:17:12.549 INFO O| Dec 19 22:17:12.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
51072024-12-19T22:17:13.749Z[ recovery-image] Dec 19 22:17:12.549 INFO O| Dec 19 22:17:12.549 INFO STEP 272 (remove_files) COMPLETE
51082024-12-19T22:17:13.749Z[ recovery-image] Dec 19 22:17:12.549 INFO O| Dec 19 22:17:12.549 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51092024-12-19T22:17:13.770Z[ recovery-image] Dec 19 22:17:12.568 INFO O| Dec 19 22:17:12.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
51102024-12-19T22:17:13.770Z[ recovery-image] Dec 19 22:17:12.568 INFO O| Dec 19 22:17:12.568 INFO STEP 273 (remove_files) COMPLETE
51112024-12-19T22:17:13.770Z[ recovery-image] Dec 19 22:17:12.568 INFO O| Dec 19 22:17:12.568 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51122024-12-19T22:17:13.787Z[ recovery-image] Dec 19 22:17:12.586 INFO O| Dec 19 22:17:12.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
51132024-12-19T22:17:13.787Z[ recovery-image] Dec 19 22:17:12.586 INFO O| Dec 19 22:17:12.586 INFO STEP 274 (remove_files) COMPLETE
51142024-12-19T22:17:13.787Z[ recovery-image] Dec 19 22:17:12.586 INFO O| Dec 19 22:17:12.586 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51152024-12-19T22:17:13.805Z[ recovery-image] Dec 19 22:17:12.605 INFO O| Dec 19 22:17:12.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
51162024-12-19T22:17:13.805Z[ recovery-image] Dec 19 22:17:12.605 INFO O| Dec 19 22:17:12.605 INFO STEP 275 (remove_files) COMPLETE
51172024-12-19T22:17:13.805Z[ recovery-image] Dec 19 22:17:12.605 INFO O| Dec 19 22:17:12.605 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51182024-12-19T22:17:13.825Z[ recovery-image] Dec 19 22:17:12.624 INFO O| Dec 19 22:17:12.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
51192024-12-19T22:17:13.825Z[ recovery-image] Dec 19 22:17:12.624 INFO O| Dec 19 22:17:12.624 INFO STEP 276 (remove_files) COMPLETE
51202024-12-19T22:17:13.825Z[ recovery-image] Dec 19 22:17:12.624 INFO O| Dec 19 22:17:12.624 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51212024-12-19T22:17:13.844Z[ recovery-image] Dec 19 22:17:12.643 INFO O| Dec 19 22:17:12.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
51222024-12-19T22:17:13.844Z[ recovery-image] Dec 19 22:17:12.643 INFO O| Dec 19 22:17:12.643 INFO STEP 277 (remove_files) COMPLETE
51232024-12-19T22:17:13.844Z[ recovery-image] Dec 19 22:17:12.643 INFO O| Dec 19 22:17:12.643 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51242024-12-19T22:17:13.902Z[ recovery-image] Dec 19 22:17:12.701 INFO O| Dec 19 22:17:12.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
51252024-12-19T22:17:13.902Z[ recovery-image] Dec 19 22:17:12.701 INFO O| Dec 19 22:17:12.701 INFO STEP 278 (remove_files) COMPLETE
51262024-12-19T22:17:13.902Z[ recovery-image] Dec 19 22:17:12.701 INFO O| Dec 19 22:17:12.701 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51272024-12-19T22:17:13.923Z[ recovery-image] Dec 19 22:17:12.722 INFO O| Dec 19 22:17:12.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
51282024-12-19T22:17:13.923Z[ recovery-image] Dec 19 22:17:12.722 INFO O| Dec 19 22:17:12.722 INFO STEP 279 (remove_files) COMPLETE
51292024-12-19T22:17:13.923Z[ recovery-image] Dec 19 22:17:12.722 INFO O| Dec 19 22:17:12.722 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51302024-12-19T22:17:13.944Z[ recovery-image] Dec 19 22:17:12.743 INFO O| Dec 19 22:17:12.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
51312024-12-19T22:17:13.944Z[ recovery-image] Dec 19 22:17:12.743 INFO O| Dec 19 22:17:12.743 INFO STEP 280 (remove_files) COMPLETE
51322024-12-19T22:17:13.944Z[ recovery-image] Dec 19 22:17:12.743 INFO O| Dec 19 22:17:12.743 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51332024-12-19T22:17:13.965Z[ recovery-image] Dec 19 22:17:12.763 INFO O| Dec 19 22:17:12.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
51342024-12-19T22:17:13.965Z[ recovery-image] Dec 19 22:17:12.764 INFO O| Dec 19 22:17:12.764 INFO STEP 281 (remove_files) COMPLETE
51352024-12-19T22:17:13.965Z[ recovery-image] Dec 19 22:17:12.764 INFO O| Dec 19 22:17:12.764 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51362024-12-19T22:17:13.999Z[ recovery-image] Dec 19 22:17:12.797 INFO O| Dec 19 22:17:12.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
51372024-12-19T22:17:14.002Z[ recovery-image] Dec 19 22:17:12.797 INFO O| Dec 19 22:17:12.797 INFO STEP 282 (remove_files) COMPLETE
51382024-12-19T22:17:14.003Z[ recovery-image] Dec 19 22:17:12.797 INFO O| Dec 19 22:17:12.797 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51392024-12-19T22:17:14.054Z[ recovery-image] Dec 19 22:17:12.851 INFO O| Dec 19 22:17:12.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
51402024-12-19T22:17:14.054Z[ recovery-image] Dec 19 22:17:12.851 INFO O| Dec 19 22:17:12.851 INFO STEP 283 (remove_files) COMPLETE
51412024-12-19T22:17:14.054Z[ recovery-image] Dec 19 22:17:12.851 INFO O| Dec 19 22:17:12.851 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51422024-12-19T22:17:14.072Z[ recovery-image] Dec 19 22:17:12.870 INFO O| Dec 19 22:17:12.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
51432024-12-19T22:17:14.072Z[ recovery-image] Dec 19 22:17:12.870 INFO O| Dec 19 22:17:12.870 INFO STEP 284 (remove_files) COMPLETE
51442024-12-19T22:17:14.072Z[ recovery-image] Dec 19 22:17:12.870 INFO O| Dec 19 22:17:12.870 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51452024-12-19T22:17:14.102Z[ recovery-image] Dec 19 22:17:12.900 INFO O| Dec 19 22:17:12.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
51462024-12-19T22:17:14.152Z[ recovery-image] Dec 19 22:17:12.950 INFO O| Dec 19 22:17:12.950 INFO STEP 285 (remove_files) COMPLETE
51472024-12-19T22:17:14.152Z[ recovery-image] Dec 19 22:17:12.950 INFO O| Dec 19 22:17:12.950 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51482024-12-19T22:17:14.176Z[ recovery-image] Dec 19 22:17:12.973 INFO O| Dec 19 22:17:12.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
51492024-12-19T22:17:14.176Z[ recovery-image] Dec 19 22:17:12.973 INFO O| Dec 19 22:17:12.973 INFO STEP 286 (remove_files) COMPLETE
51502024-12-19T22:17:14.176Z[ recovery-image] Dec 19 22:17:12.973 INFO O| Dec 19 22:17:12.973 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51512024-12-19T22:17:14.211Z[ host-image] Dec 19 22:17:13.008 INFO O| Dec 19 22:17:13.008 INFO O| Download: 108/116 items 1.4/1.4MB 95% complete (1012k/s)
51522024-12-19T22:17:14.214Z[ recovery-image] Dec 19 22:17:13.009 INFO O| Dec 19 22:17:13.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
51532024-12-19T22:17:14.214Z[ recovery-image] Dec 19 22:17:13.009 INFO O| Dec 19 22:17:13.009 INFO STEP 287 (remove_files) COMPLETE
51542024-12-19T22:17:14.214Z[ recovery-image] Dec 19 22:17:13.010 INFO O| Dec 19 22:17:13.009 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51552024-12-19T22:17:14.258Z[ recovery-image] Dec 19 22:17:13.055 INFO O| Dec 19 22:17:13.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
51562024-12-19T22:17:14.258Z[ recovery-image] Dec 19 22:17:13.055 INFO O| Dec 19 22:17:13.055 INFO STEP 288 (remove_files) COMPLETE
51572024-12-19T22:17:14.258Z[ recovery-image] Dec 19 22:17:13.055 INFO O| Dec 19 22:17:13.055 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51582024-12-19T22:17:14.280Z[ recovery-image] Dec 19 22:17:13.076 INFO O| Dec 19 22:17:13.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
51592024-12-19T22:17:14.280Z[ recovery-image] Dec 19 22:17:13.076 INFO O| Dec 19 22:17:13.076 INFO STEP 289 (remove_files) COMPLETE
51602024-12-19T22:17:14.280Z[ recovery-image] Dec 19 22:17:13.076 INFO O| Dec 19 22:17:13.076 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51612024-12-19T22:17:14.301Z[ recovery-image] Dec 19 22:17:13.097 INFO O| Dec 19 22:17:13.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
51622024-12-19T22:17:14.301Z[ recovery-image] Dec 19 22:17:13.097 INFO O| Dec 19 22:17:13.097 INFO STEP 290 (remove_files) COMPLETE
51632024-12-19T22:17:14.301Z[ recovery-image] Dec 19 22:17:13.097 INFO O| Dec 19 22:17:13.097 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51642024-12-19T22:17:14.345Z[ recovery-image] Dec 19 22:17:13.142 INFO O| Dec 19 22:17:13.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
51652024-12-19T22:17:14.345Z[ recovery-image] Dec 19 22:17:13.142 INFO O| Dec 19 22:17:13.142 INFO STEP 291 (remove_files) COMPLETE
51662024-12-19T22:17:14.345Z[ recovery-image] Dec 19 22:17:13.142 INFO O| Dec 19 22:17:13.142 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51672024-12-19T22:17:14.364Z[ recovery-image] Dec 19 22:17:13.161 INFO O| Dec 19 22:17:13.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
51682024-12-19T22:17:14.364Z[ recovery-image] Dec 19 22:17:13.161 INFO O| Dec 19 22:17:13.161 INFO STEP 292 (remove_files) COMPLETE
51692024-12-19T22:17:14.364Z[ recovery-image] Dec 19 22:17:13.161 INFO O| Dec 19 22:17:13.161 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51702024-12-19T22:17:14.398Z[ recovery-image] Dec 19 22:17:13.195 INFO O| Dec 19 22:17:13.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
51712024-12-19T22:17:14.398Z[ recovery-image] Dec 19 22:17:13.195 INFO O| Dec 19 22:17:13.195 INFO STEP 293 (remove_files) COMPLETE
51722024-12-19T22:17:14.401Z[ recovery-image] Dec 19 22:17:13.195 INFO O| Dec 19 22:17:13.195 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51732024-12-19T22:17:14.442Z[ recovery-image] Dec 19 22:17:13.232 INFO O| Dec 19 22:17:13.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
51742024-12-19T22:17:14.442Z[ recovery-image] Dec 19 22:17:13.232 INFO O| Dec 19 22:17:13.232 INFO STEP 294 (remove_files) COMPLETE
51752024-12-19T22:17:14.442Z[ recovery-image] Dec 19 22:17:13.232 INFO O| Dec 19 22:17:13.232 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51762024-12-19T22:17:14.455Z[ recovery-image] Dec 19 22:17:13.252 INFO O| Dec 19 22:17:13.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
51772024-12-19T22:17:14.455Z[ recovery-image] Dec 19 22:17:13.252 INFO O| Dec 19 22:17:13.252 INFO STEP 295 (remove_files) COMPLETE
51782024-12-19T22:17:14.458Z[ recovery-image] Dec 19 22:17:13.252 INFO O| Dec 19 22:17:13.252 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51792024-12-19T22:17:14.476Z[ recovery-image] Dec 19 22:17:13.273 INFO O| Dec 19 22:17:13.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
51802024-12-19T22:17:14.477Z[ recovery-image] Dec 19 22:17:13.273 INFO O| Dec 19 22:17:13.273 INFO STEP 296 (remove_files) COMPLETE
51812024-12-19T22:17:14.479Z[ recovery-image] Dec 19 22:17:13.273 INFO O| Dec 19 22:17:13.273 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51822024-12-19T22:17:14.497Z[ recovery-image] Dec 19 22:17:13.294 INFO O| Dec 19 22:17:13.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
51832024-12-19T22:17:14.497Z[ recovery-image] Dec 19 22:17:13.294 INFO O| Dec 19 22:17:13.294 INFO STEP 297 (remove_files) COMPLETE
51842024-12-19T22:17:14.500Z[ recovery-image] Dec 19 22:17:13.294 INFO O| Dec 19 22:17:13.294 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51852024-12-19T22:17:14.519Z[ recovery-image] Dec 19 22:17:13.315 INFO O| Dec 19 22:17:13.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
51862024-12-19T22:17:14.519Z[ recovery-image] Dec 19 22:17:13.315 INFO O| Dec 19 22:17:13.315 INFO STEP 298 (remove_files) COMPLETE
51872024-12-19T22:17:14.521Z[ recovery-image] Dec 19 22:17:13.315 INFO O| Dec 19 22:17:13.315 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51882024-12-19T22:17:14.542Z[ recovery-image] Dec 19 22:17:13.338 INFO O| Dec 19 22:17:13.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
51892024-12-19T22:17:14.542Z[ recovery-image] Dec 19 22:17:13.338 INFO O| Dec 19 22:17:13.338 INFO STEP 299 (remove_files) COMPLETE
51902024-12-19T22:17:14.542Z[ recovery-image] Dec 19 22:17:13.338 INFO O| Dec 19 22:17:13.338 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51912024-12-19T22:17:14.583Z[ recovery-image] Dec 19 22:17:13.379 INFO O| Dec 19 22:17:13.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
51922024-12-19T22:17:14.585Z[ recovery-image] Dec 19 22:17:13.379 INFO O| Dec 19 22:17:13.379 INFO STEP 300 (remove_files) COMPLETE
51932024-12-19T22:17:14.585Z[ recovery-image] Dec 19 22:17:13.379 INFO O| Dec 19 22:17:13.379 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51942024-12-19T22:17:14.621Z[ recovery-image] Dec 19 22:17:13.417 INFO O| Dec 19 22:17:13.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
51952024-12-19T22:17:14.621Z[ recovery-image] Dec 19 22:17:13.417 INFO O| Dec 19 22:17:13.417 INFO STEP 301 (remove_files) COMPLETE
51962024-12-19T22:17:14.624Z[ recovery-image] Dec 19 22:17:13.417 INFO O| Dec 19 22:17:13.417 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51972024-12-19T22:17:14.645Z[ recovery-image] Dec 19 22:17:13.440 INFO O| Dec 19 22:17:13.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
51982024-12-19T22:17:14.645Z[ recovery-image] Dec 19 22:17:13.440 INFO O| Dec 19 22:17:13.440 INFO STEP 302 (remove_files) COMPLETE
51992024-12-19T22:17:14.648Z[ recovery-image] Dec 19 22:17:13.441 INFO O| Dec 19 22:17:13.440 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52002024-12-19T22:17:14.667Z[ recovery-image] Dec 19 22:17:13.462 INFO O| Dec 19 22:17:13.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
52012024-12-19T22:17:14.667Z[ recovery-image] Dec 19 22:17:13.462 INFO O| Dec 19 22:17:13.462 INFO STEP 303 (remove_files) COMPLETE
52022024-12-19T22:17:14.669Z[ recovery-image] Dec 19 22:17:13.463 INFO O| Dec 19 22:17:13.462 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52032024-12-19T22:17:14.689Z[ recovery-image] Dec 19 22:17:13.485 INFO O| Dec 19 22:17:13.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
52042024-12-19T22:17:14.689Z[ recovery-image] Dec 19 22:17:13.485 INFO O| Dec 19 22:17:13.485 INFO STEP 304 (remove_files) COMPLETE
52052024-12-19T22:17:14.689Z[ recovery-image] Dec 19 22:17:13.485 INFO O| Dec 19 22:17:13.485 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52062024-12-19T22:17:14.711Z[ recovery-image] Dec 19 22:17:13.506 INFO O| Dec 19 22:17:13.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
52072024-12-19T22:17:14.711Z[ recovery-image] Dec 19 22:17:13.506 INFO O| Dec 19 22:17:13.506 INFO STEP 305 (remove_files) COMPLETE
52082024-12-19T22:17:14.711Z[ recovery-image] Dec 19 22:17:13.506 INFO O| Dec 19 22:17:13.506 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52092024-12-19T22:17:14.739Z[ recovery-image] Dec 19 22:17:13.534 INFO O| Dec 19 22:17:13.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
52102024-12-19T22:17:14.739Z[ recovery-image] Dec 19 22:17:13.534 INFO O| Dec 19 22:17:13.534 INFO STEP 306 (remove_files) COMPLETE
52112024-12-19T22:17:14.741Z[ recovery-image] Dec 19 22:17:13.534 INFO O| Dec 19 22:17:13.534 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52122024-12-19T22:17:14.762Z[ recovery-image] Dec 19 22:17:13.557 INFO O| Dec 19 22:17:13.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
52132024-12-19T22:17:14.762Z[ recovery-image] Dec 19 22:17:13.557 INFO O| Dec 19 22:17:13.557 INFO STEP 307 (remove_files) COMPLETE
52142024-12-19T22:17:14.765Z[ recovery-image] Dec 19 22:17:13.558 INFO O| Dec 19 22:17:13.557 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52152024-12-19T22:17:14.784Z[ recovery-image] Dec 19 22:17:13.579 INFO O| Dec 19 22:17:13.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
52162024-12-19T22:17:14.784Z[ recovery-image] Dec 19 22:17:13.579 INFO O| Dec 19 22:17:13.579 INFO STEP 308 (remove_files) COMPLETE
52172024-12-19T22:17:14.784Z[ recovery-image] Dec 19 22:17:13.579 INFO O| Dec 19 22:17:13.579 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52182024-12-19T22:17:14.806Z[ recovery-image] Dec 19 22:17:13.601 INFO O| Dec 19 22:17:13.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
52192024-12-19T22:17:14.806Z[ recovery-image] Dec 19 22:17:13.602 INFO O| Dec 19 22:17:13.602 INFO STEP 309 (remove_files) COMPLETE
52202024-12-19T22:17:14.806Z[ recovery-image] Dec 19 22:17:13.602 INFO O| Dec 19 22:17:13.602 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52212024-12-19T22:17:14.865Z[ recovery-image] Dec 19 22:17:13.659 INFO O| Dec 19 22:17:13.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
52222024-12-19T22:17:14.865Z[ recovery-image] Dec 19 22:17:13.659 INFO O| Dec 19 22:17:13.659 INFO STEP 310 (remove_files) COMPLETE
52232024-12-19T22:17:14.865Z[ recovery-image] Dec 19 22:17:13.659 INFO O| Dec 19 22:17:13.659 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52242024-12-19T22:17:14.885Z[ recovery-image] Dec 19 22:17:13.680 INFO O| Dec 19 22:17:13.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
52252024-12-19T22:17:14.885Z[ recovery-image] Dec 19 22:17:13.680 INFO O| Dec 19 22:17:13.680 INFO STEP 311 (remove_files) COMPLETE
52262024-12-19T22:17:14.886Z[ recovery-image] Dec 19 22:17:13.680 INFO O| Dec 19 22:17:13.680 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52272024-12-19T22:17:14.906Z[ recovery-image] Dec 19 22:17:13.700 INFO O| Dec 19 22:17:13.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
52282024-12-19T22:17:14.906Z[ recovery-image] Dec 19 22:17:13.700 INFO O| Dec 19 22:17:13.700 INFO STEP 312 (remove_files) COMPLETE
52292024-12-19T22:17:14.906Z[ recovery-image] Dec 19 22:17:13.700 INFO O| Dec 19 22:17:13.700 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52302024-12-19T22:17:14.930Z[ recovery-image] Dec 19 22:17:13.721 INFO O| Dec 19 22:17:13.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
52312024-12-19T22:17:14.930Z[ recovery-image] Dec 19 22:17:13.721 INFO O| Dec 19 22:17:13.721 INFO STEP 313 (remove_files) COMPLETE
52322024-12-19T22:17:14.930Z[ recovery-image] Dec 19 22:17:13.721 INFO O| Dec 19 22:17:13.721 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52332024-12-19T22:17:14.948Z[ recovery-image] Dec 19 22:17:13.741 INFO O| Dec 19 22:17:13.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
52342024-12-19T22:17:14.948Z[ recovery-image] Dec 19 22:17:13.742 INFO O| Dec 19 22:17:13.741 INFO STEP 314 (remove_files) COMPLETE
52352024-12-19T22:17:14.948Z[ recovery-image] Dec 19 22:17:13.742 INFO O| Dec 19 22:17:13.742 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52362024-12-19T22:17:14.981Z[ recovery-image] Dec 19 22:17:13.775 INFO O| Dec 19 22:17:13.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
52372024-12-19T22:17:14.981Z[ recovery-image] Dec 19 22:17:13.775 INFO O| Dec 19 22:17:13.775 INFO STEP 315 (remove_files) COMPLETE
52382024-12-19T22:17:14.981Z[ recovery-image] Dec 19 22:17:13.775 INFO O| Dec 19 22:17:13.775 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52392024-12-19T22:17:15.004Z[ recovery-image] Dec 19 22:17:13.797 INFO O| Dec 19 22:17:13.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
52402024-12-19T22:17:15.004Z[ recovery-image] Dec 19 22:17:13.797 INFO O| Dec 19 22:17:13.797 INFO STEP 316 (remove_files) COMPLETE
52412024-12-19T22:17:15.004Z[ recovery-image] Dec 19 22:17:13.798 INFO O| Dec 19 22:17:13.797 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52422024-12-19T22:17:15.041Z[ recovery-image] Dec 19 22:17:13.834 INFO O| Dec 19 22:17:13.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
52432024-12-19T22:17:15.041Z[ recovery-image] Dec 19 22:17:13.834 INFO O| Dec 19 22:17:13.834 INFO STEP 317 (remove_files) COMPLETE
52442024-12-19T22:17:15.041Z[ recovery-image] Dec 19 22:17:13.834 INFO O| Dec 19 22:17:13.834 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52452024-12-19T22:17:15.062Z[ recovery-image] Dec 19 22:17:13.856 INFO O| Dec 19 22:17:13.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
52462024-12-19T22:17:15.062Z[ recovery-image] Dec 19 22:17:13.856 INFO O| Dec 19 22:17:13.856 INFO STEP 318 (remove_files) COMPLETE
52472024-12-19T22:17:15.065Z[ recovery-image] Dec 19 22:17:13.856 INFO O| Dec 19 22:17:13.856 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52482024-12-19T22:17:15.083Z[ recovery-image] Dec 19 22:17:13.877 INFO O| Dec 19 22:17:13.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
52492024-12-19T22:17:15.083Z[ recovery-image] Dec 19 22:17:13.877 INFO O| Dec 19 22:17:13.877 INFO STEP 319 (remove_files) COMPLETE
52502024-12-19T22:17:15.083Z[ recovery-image] Dec 19 22:17:13.877 INFO O| Dec 19 22:17:13.877 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52512024-12-19T22:17:15.102Z[ recovery-image] Dec 19 22:17:13.896 INFO O| Dec 19 22:17:13.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
52522024-12-19T22:17:15.102Z[ recovery-image] Dec 19 22:17:13.896 INFO O| Dec 19 22:17:13.896 INFO STEP 320 (remove_files) COMPLETE
52532024-12-19T22:17:15.105Z[ recovery-image] Dec 19 22:17:13.896 INFO O| Dec 19 22:17:13.896 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52542024-12-19T22:17:15.123Z[ recovery-image] Dec 19 22:17:13.917 INFO O| Dec 19 22:17:13.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
52552024-12-19T22:17:15.123Z[ recovery-image] Dec 19 22:17:13.917 INFO O| Dec 19 22:17:13.917 INFO STEP 321 (remove_files) COMPLETE
52562024-12-19T22:17:15.125Z[ recovery-image] Dec 19 22:17:13.917 INFO O| Dec 19 22:17:13.917 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52572024-12-19T22:17:15.159Z[ recovery-image] Dec 19 22:17:13.952 INFO O| Dec 19 22:17:13.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
52582024-12-19T22:17:15.159Z[ recovery-image] Dec 19 22:17:13.952 INFO O| Dec 19 22:17:13.952 INFO STEP 322 (remove_files) COMPLETE
52592024-12-19T22:17:15.159Z[ recovery-image] Dec 19 22:17:13.952 INFO O| Dec 19 22:17:13.952 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52602024-12-19T22:17:15.180Z[ recovery-image] Dec 19 22:17:13.973 INFO O| Dec 19 22:17:13.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
52612024-12-19T22:17:15.180Z[ recovery-image] Dec 19 22:17:13.973 INFO O| Dec 19 22:17:13.973 INFO STEP 323 (remove_files) COMPLETE
52622024-12-19T22:17:15.182Z[ recovery-image] Dec 19 22:17:13.973 INFO O| Dec 19 22:17:13.973 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52632024-12-19T22:17:15.200Z[ recovery-image] Dec 19 22:17:13.994 INFO O| Dec 19 22:17:13.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
52642024-12-19T22:17:15.200Z[ recovery-image] Dec 19 22:17:13.994 INFO O| Dec 19 22:17:13.994 INFO STEP 324 (remove_files) COMPLETE
52652024-12-19T22:17:15.200Z[ recovery-image] Dec 19 22:17:13.994 INFO O| Dec 19 22:17:13.994 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52662024-12-19T22:17:15.221Z[ recovery-image] Dec 19 22:17:14.015 INFO O| Dec 19 22:17:14.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
52672024-12-19T22:17:15.222Z[ recovery-image] Dec 19 22:17:14.015 INFO O| Dec 19 22:17:14.015 INFO STEP 325 (remove_files) COMPLETE
52682024-12-19T22:17:15.222Z[ recovery-image] Dec 19 22:17:14.015 INFO O| Dec 19 22:17:14.015 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52692024-12-19T22:17:15.246Z[ recovery-image] Dec 19 22:17:14.039 INFO O| Dec 19 22:17:14.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
52702024-12-19T22:17:15.246Z[ recovery-image] Dec 19 22:17:14.039 INFO O| Dec 19 22:17:14.039 INFO STEP 326 (remove_files) COMPLETE
52712024-12-19T22:17:15.246Z[ recovery-image] Dec 19 22:17:14.039 INFO O| Dec 19 22:17:14.039 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52722024-12-19T22:17:15.267Z[ recovery-image] Dec 19 22:17:14.060 INFO O| Dec 19 22:17:14.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
52732024-12-19T22:17:15.267Z[ recovery-image] Dec 19 22:17:14.060 INFO O| Dec 19 22:17:14.060 INFO STEP 327 (remove_files) COMPLETE
52742024-12-19T22:17:15.267Z[ recovery-image] Dec 19 22:17:14.060 INFO O| Dec 19 22:17:14.060 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52752024-12-19T22:17:15.286Z[ recovery-image] Dec 19 22:17:14.079 INFO O| Dec 19 22:17:14.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
52762024-12-19T22:17:15.286Z[ recovery-image] Dec 19 22:17:14.079 INFO O| Dec 19 22:17:14.079 INFO STEP 328 (remove_files) COMPLETE
52772024-12-19T22:17:15.289Z[ recovery-image] Dec 19 22:17:14.079 INFO O| Dec 19 22:17:14.079 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52782024-12-19T22:17:15.307Z[ recovery-image] Dec 19 22:17:14.100 INFO O| Dec 19 22:17:14.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
52792024-12-19T22:17:15.307Z[ recovery-image] Dec 19 22:17:14.100 INFO O| Dec 19 22:17:14.100 INFO STEP 329 (remove_files) COMPLETE
52802024-12-19T22:17:15.309Z[ recovery-image] Dec 19 22:17:14.100 INFO O| Dec 19 22:17:14.100 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52812024-12-19T22:17:15.328Z[ recovery-image] Dec 19 22:17:14.121 INFO O| Dec 19 22:17:14.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
52822024-12-19T22:17:15.328Z[ recovery-image] Dec 19 22:17:14.121 INFO O| Dec 19 22:17:14.121 INFO STEP 330 (remove_files) COMPLETE
52832024-12-19T22:17:15.331Z[ recovery-image] Dec 19 22:17:14.121 INFO O| Dec 19 22:17:14.121 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52842024-12-19T22:17:15.350Z[ recovery-image] Dec 19 22:17:14.143 INFO O| Dec 19 22:17:14.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
52852024-12-19T22:17:15.350Z[ recovery-image] Dec 19 22:17:14.143 INFO O| Dec 19 22:17:14.143 INFO STEP 331 (remove_files) COMPLETE
52862024-12-19T22:17:15.350Z[ recovery-image] Dec 19 22:17:14.143 INFO O| Dec 19 22:17:14.143 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52872024-12-19T22:17:15.374Z[ host-image] Dec 19 22:17:14.166 INFO O| Dec 19 22:17:14.166 INFO O| Download: Completed 1.45 MB in 12.08 seconds (122k/s)
52882024-12-19T22:17:15.391Z[ recovery-image] Dec 19 22:17:14.184 INFO O| Dec 19 22:17:14.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
52892024-12-19T22:17:15.394Z[ recovery-image] Dec 19 22:17:14.185 INFO O| Dec 19 22:17:14.185 INFO STEP 332 (remove_files) COMPLETE
52902024-12-19T22:17:15.394Z[ recovery-image] Dec 19 22:17:14.185 INFO O| Dec 19 22:17:14.185 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52912024-12-19T22:17:15.421Z[ host-image] Dec 19 22:17:14.214 INFO O| Dec 19 22:17:14.214 INFO O| Actions: 1/305 actions (Installing new actions)
52922024-12-19T22:17:15.433Z[ recovery-image] Dec 19 22:17:14.226 INFO O| Dec 19 22:17:14.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
52932024-12-19T22:17:15.433Z[ recovery-image] Dec 19 22:17:14.226 INFO O| Dec 19 22:17:14.226 INFO STEP 333 (remove_files) COMPLETE
52942024-12-19T22:17:15.433Z[ recovery-image] Dec 19 22:17:14.226 INFO O| Dec 19 22:17:14.226 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52952024-12-19T22:17:15.453Z[ recovery-image] Dec 19 22:17:14.245 INFO O| Dec 19 22:17:14.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
52962024-12-19T22:17:15.453Z[ recovery-image] Dec 19 22:17:14.245 INFO O| Dec 19 22:17:14.245 INFO STEP 334 (remove_files) COMPLETE
52972024-12-19T22:17:15.453Z[ recovery-image] Dec 19 22:17:14.245 INFO O| Dec 19 22:17:14.245 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52982024-12-19T22:17:15.472Z[ recovery-image] Dec 19 22:17:14.264 INFO O| Dec 19 22:17:14.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
52992024-12-19T22:17:15.472Z[ recovery-image] Dec 19 22:17:14.264 INFO O| Dec 19 22:17:14.264 INFO STEP 335 (remove_files) COMPLETE
53002024-12-19T22:17:15.473Z[ recovery-image] Dec 19 22:17:14.264 INFO O| Dec 19 22:17:14.264 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53012024-12-19T22:17:15.492Z[ recovery-image] Dec 19 22:17:14.284 INFO O| Dec 19 22:17:14.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
53022024-12-19T22:17:15.492Z[ recovery-image] Dec 19 22:17:14.284 INFO O| Dec 19 22:17:14.284 INFO STEP 336 (remove_files) COMPLETE
53032024-12-19T22:17:15.492Z[ recovery-image] Dec 19 22:17:14.284 INFO O| Dec 19 22:17:14.284 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53042024-12-19T22:17:15.511Z[ recovery-image] Dec 19 22:17:14.303 INFO O| Dec 19 22:17:14.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
53052024-12-19T22:17:15.511Z[ recovery-image] Dec 19 22:17:14.303 INFO O| Dec 19 22:17:14.303 INFO STEP 337 (remove_files) COMPLETE
53062024-12-19T22:17:15.511Z[ recovery-image] Dec 19 22:17:14.303 INFO O| Dec 19 22:17:14.303 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53072024-12-19T22:17:15.545Z[ recovery-image] Dec 19 22:17:14.336 INFO O| Dec 19 22:17:14.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
53082024-12-19T22:17:15.545Z[ recovery-image] Dec 19 22:17:14.336 INFO O| Dec 19 22:17:14.336 INFO STEP 338 (remove_files) COMPLETE
53092024-12-19T22:17:15.545Z[ recovery-image] Dec 19 22:17:14.336 INFO O| Dec 19 22:17:14.336 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53102024-12-19T22:17:15.596Z[ recovery-image] Dec 19 22:17:14.388 INFO O| Dec 19 22:17:14.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
53112024-12-19T22:17:15.596Z[ recovery-image] Dec 19 22:17:14.388 INFO O| Dec 19 22:17:14.388 INFO STEP 339 (remove_files) COMPLETE
53122024-12-19T22:17:15.596Z[ recovery-image] Dec 19 22:17:14.388 INFO O| Dec 19 22:17:14.388 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53132024-12-19T22:17:15.633Z[ recovery-image] Dec 19 22:17:14.424 INFO O| Dec 19 22:17:14.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
53142024-12-19T22:17:15.633Z[ recovery-image] Dec 19 22:17:14.424 INFO O| Dec 19 22:17:14.424 INFO STEP 340 (remove_files) COMPLETE
53152024-12-19T22:17:15.633Z[ recovery-image] Dec 19 22:17:14.424 INFO O| Dec 19 22:17:14.424 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53162024-12-19T22:17:15.666Z[ host-image] Dec 19 22:17:14.458 INFO O| Dec 19 22:17:14.457 INFO O| Actions: Completed 305 actions in 0.24 seconds.
53172024-12-19T22:17:15.692Z[ recovery-image] Dec 19 22:17:14.483 INFO O| Dec 19 22:17:14.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
53182024-12-19T22:17:15.692Z[ recovery-image] Dec 19 22:17:14.483 INFO O| Dec 19 22:17:14.483 INFO STEP 341 (remove_files) COMPLETE
53192024-12-19T22:17:15.692Z[ recovery-image] Dec 19 22:17:14.483 INFO O| Dec 19 22:17:14.483 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53202024-12-19T22:17:15.732Z[ recovery-image] Dec 19 22:17:14.523 INFO O| Dec 19 22:17:14.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
53212024-12-19T22:17:15.732Z[ recovery-image] Dec 19 22:17:14.523 INFO O| Dec 19 22:17:14.523 INFO STEP 342 (remove_files) COMPLETE
53222024-12-19T22:17:15.732Z[ recovery-image] Dec 19 22:17:14.523 INFO O| Dec 19 22:17:14.523 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53232024-12-19T22:17:15.754Z[ recovery-image] Dec 19 22:17:14.544 INFO O| Dec 19 22:17:14.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
53242024-12-19T22:17:15.754Z[ recovery-image] Dec 19 22:17:14.544 INFO O| Dec 19 22:17:14.544 INFO STEP 343 (remove_files) COMPLETE
53252024-12-19T22:17:15.754Z[ recovery-image] Dec 19 22:17:14.544 INFO O| Dec 19 22:17:14.544 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53262024-12-19T22:17:15.787Z[ recovery-image] Dec 19 22:17:14.577 INFO O| Dec 19 22:17:14.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
53272024-12-19T22:17:15.787Z[ recovery-image] Dec 19 22:17:14.577 INFO O| Dec 19 22:17:14.577 INFO STEP 344 (remove_files) COMPLETE
53282024-12-19T22:17:15.787Z[ recovery-image] Dec 19 22:17:14.577 INFO O| Dec 19 22:17:14.577 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53292024-12-19T22:17:15.821Z[ recovery-image] Dec 19 22:17:14.611 INFO O| Dec 19 22:17:14.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
53302024-12-19T22:17:15.821Z[ recovery-image] Dec 19 22:17:14.612 INFO O| Dec 19 22:17:14.611 INFO STEP 345 (remove_files) COMPLETE
53312024-12-19T22:17:15.821Z[ recovery-image] Dec 19 22:17:14.612 INFO O| Dec 19 22:17:14.612 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53322024-12-19T22:17:15.861Z[ recovery-image] Dec 19 22:17:14.652 INFO O| Dec 19 22:17:14.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
53332024-12-19T22:17:15.861Z[ recovery-image] Dec 19 22:17:14.652 INFO O| Dec 19 22:17:14.652 INFO STEP 346 (remove_files) COMPLETE
53342024-12-19T22:17:15.861Z[ recovery-image] Dec 19 22:17:14.652 INFO O| Dec 19 22:17:14.652 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53352024-12-19T22:17:15.897Z[ recovery-image] Dec 19 22:17:14.687 INFO O| Dec 19 22:17:14.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
53362024-12-19T22:17:15.897Z[ recovery-image] Dec 19 22:17:14.687 INFO O| Dec 19 22:17:14.687 INFO STEP 347 (remove_files) COMPLETE
53372024-12-19T22:17:15.899Z[ recovery-image] Dec 19 22:17:14.687 INFO O| Dec 19 22:17:14.687 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53382024-12-19T22:17:15.917Z[ recovery-image] Dec 19 22:17:14.707 INFO O| Dec 19 22:17:14.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
53392024-12-19T22:17:15.917Z[ recovery-image] Dec 19 22:17:14.707 INFO O| Dec 19 22:17:14.707 INFO STEP 348 (remove_files) COMPLETE
53402024-12-19T22:17:15.918Z[ recovery-image] Dec 19 22:17:14.707 INFO O| Dec 19 22:17:14.707 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53412024-12-19T22:17:15.938Z[ recovery-image] Dec 19 22:17:14.727 INFO O| Dec 19 22:17:14.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
53422024-12-19T22:17:15.939Z[ recovery-image] Dec 19 22:17:14.727 INFO O| Dec 19 22:17:14.727 INFO STEP 349 (remove_files) COMPLETE
53432024-12-19T22:17:15.939Z[ recovery-image] Dec 19 22:17:14.727 INFO O| Dec 19 22:17:14.727 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53442024-12-19T22:17:15.959Z[ recovery-image] Dec 19 22:17:14.749 INFO O| Dec 19 22:17:14.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
53452024-12-19T22:17:15.959Z[ recovery-image] Dec 19 22:17:14.749 INFO O| Dec 19 22:17:14.749 INFO STEP 350 (remove_files) COMPLETE
53462024-12-19T22:17:15.959Z[ recovery-image] Dec 19 22:17:14.749 INFO O| Dec 19 22:17:14.749 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53472024-12-19T22:17:15.988Z[ recovery-image] Dec 19 22:17:14.778 INFO O| Dec 19 22:17:14.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
53482024-12-19T22:17:15.991Z[ recovery-image] Dec 19 22:17:14.779 INFO O| Dec 19 22:17:14.779 INFO STEP 351 (remove_files) COMPLETE
53492024-12-19T22:17:15.991Z[ recovery-image] Dec 19 22:17:14.779 INFO O| Dec 19 22:17:14.779 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53502024-12-19T22:17:16.010Z[ recovery-image] Dec 19 22:17:14.800 INFO O| Dec 19 22:17:14.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
53512024-12-19T22:17:16.010Z[ recovery-image] Dec 19 22:17:14.800 INFO O| Dec 19 22:17:14.800 INFO STEP 352 (remove_files) COMPLETE
53522024-12-19T22:17:16.017Z[ recovery-image] Dec 19 22:17:14.800 INFO O| Dec 19 22:17:14.800 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53532024-12-19T22:17:16.036Z[ recovery-image] Dec 19 22:17:14.820 INFO O| Dec 19 22:17:14.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
53542024-12-19T22:17:16.046Z[ recovery-image] Dec 19 22:17:14.821 INFO O| Dec 19 22:17:14.821 INFO STEP 353 (remove_files) COMPLETE
53552024-12-19T22:17:16.046Z[ recovery-image] Dec 19 22:17:14.821 INFO O| Dec 19 22:17:14.821 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53562024-12-19T22:17:16.057Z[ recovery-image] Dec 19 22:17:14.842 INFO O| Dec 19 22:17:14.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
53572024-12-19T22:17:16.057Z[ recovery-image] Dec 19 22:17:14.842 INFO O| Dec 19 22:17:14.842 INFO STEP 354 (remove_files) COMPLETE
53582024-12-19T22:17:16.057Z[ recovery-image] Dec 19 22:17:14.842 INFO O| Dec 19 22:17:14.842 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53592024-12-19T22:17:16.091Z[ recovery-image] Dec 19 22:17:14.879 INFO O| Dec 19 22:17:14.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
53602024-12-19T22:17:16.094Z[ recovery-image] Dec 19 22:17:14.879 INFO O| Dec 19 22:17:14.879 INFO STEP 355 (remove_files) COMPLETE
53612024-12-19T22:17:16.094Z[ recovery-image] Dec 19 22:17:14.879 INFO O| Dec 19 22:17:14.879 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53622024-12-19T22:17:16.114Z[ recovery-image] Dec 19 22:17:14.903 INFO O| Dec 19 22:17:14.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
53632024-12-19T22:17:16.114Z[ recovery-image] Dec 19 22:17:14.903 INFO O| Dec 19 22:17:14.903 INFO STEP 356 (remove_files) COMPLETE
53642024-12-19T22:17:16.117Z[ recovery-image] Dec 19 22:17:14.903 INFO O| Dec 19 22:17:14.903 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53652024-12-19T22:17:16.136Z[ recovery-image] Dec 19 22:17:14.926 INFO O| Dec 19 22:17:14.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
53662024-12-19T22:17:16.136Z[ recovery-image] Dec 19 22:17:14.926 INFO O| Dec 19 22:17:14.926 INFO STEP 357 (remove_files) COMPLETE
53672024-12-19T22:17:16.136Z[ recovery-image] Dec 19 22:17:14.926 INFO O| Dec 19 22:17:14.926 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53682024-12-19T22:17:16.159Z[ recovery-image] Dec 19 22:17:14.948 INFO O| Dec 19 22:17:14.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
53692024-12-19T22:17:16.159Z[ recovery-image] Dec 19 22:17:14.948 INFO O| Dec 19 22:17:14.948 INFO STEP 358 (remove_files) COMPLETE
53702024-12-19T22:17:16.159Z[ recovery-image] Dec 19 22:17:14.948 INFO O| Dec 19 22:17:14.948 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53712024-12-19T22:17:16.200Z[ recovery-image] Dec 19 22:17:14.989 INFO O| Dec 19 22:17:14.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
53722024-12-19T22:17:16.200Z[ recovery-image] Dec 19 22:17:14.989 INFO O| Dec 19 22:17:14.989 INFO STEP 359 (remove_files) COMPLETE
53732024-12-19T22:17:16.202Z[ recovery-image] Dec 19 22:17:14.989 INFO O| Dec 19 22:17:14.989 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53742024-12-19T22:17:16.239Z[ recovery-image] Dec 19 22:17:15.028 INFO O| Dec 19 22:17:15.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
53752024-12-19T22:17:16.239Z[ recovery-image] Dec 19 22:17:15.028 INFO O| Dec 19 22:17:15.028 INFO STEP 360 (remove_files) COMPLETE
53762024-12-19T22:17:16.239Z[ recovery-image] Dec 19 22:17:15.028 INFO O| Dec 19 22:17:15.028 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53772024-12-19T22:17:16.261Z[ recovery-image] Dec 19 22:17:15.050 INFO O| Dec 19 22:17:15.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
53782024-12-19T22:17:16.261Z[ recovery-image] Dec 19 22:17:15.050 INFO O| Dec 19 22:17:15.050 INFO STEP 361 (remove_files) COMPLETE
53792024-12-19T22:17:16.261Z[ recovery-image] Dec 19 22:17:15.050 INFO O| Dec 19 22:17:15.050 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53802024-12-19T22:17:16.284Z[ recovery-image] Dec 19 22:17:15.073 INFO O| Dec 19 22:17:15.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
53812024-12-19T22:17:16.284Z[ recovery-image] Dec 19 22:17:15.073 INFO O| Dec 19 22:17:15.073 INFO STEP 362 (remove_files) COMPLETE
53822024-12-19T22:17:16.284Z[ recovery-image] Dec 19 22:17:15.073 INFO O| Dec 19 22:17:15.073 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53832024-12-19T22:17:16.320Z[ host-image] Dec 19 22:17:15.109 INFO O| Dec 19 22:17:15.109 INFO O| Done
53842024-12-19T22:17:16.320Z[ host-image] Dec 19 22:17:15.109 INFO O| Dec 19 22:17:15.109 INFO O| Done
53852024-12-19T22:17:16.361Z[ recovery-image] Dec 19 22:17:15.148 INFO O| Dec 19 22:17:15.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
53862024-12-19T22:17:16.361Z[ recovery-image] Dec 19 22:17:15.148 INFO O| Dec 19 22:17:15.148 INFO STEP 363 (remove_files) COMPLETE
53872024-12-19T22:17:16.361Z[ recovery-image] Dec 19 22:17:15.148 INFO O| Dec 19 22:17:15.148 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53882024-12-19T22:17:16.377Z[ recovery-image] Dec 19 22:17:15.166 INFO O| Dec 19 22:17:15.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
53892024-12-19T22:17:16.377Z[ recovery-image] Dec 19 22:17:15.166 INFO O| Dec 19 22:17:15.166 INFO STEP 364 (remove_files) COMPLETE
53902024-12-19T22:17:16.377Z[ recovery-image] Dec 19 22:17:15.166 INFO O| Dec 19 22:17:15.166 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53912024-12-19T22:17:16.432Z[ recovery-image] Dec 19 22:17:15.220 INFO O| Dec 19 22:17:15.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
53922024-12-19T22:17:16.432Z[ recovery-image] Dec 19 22:17:15.220 INFO O| Dec 19 22:17:15.220 INFO STEP 365 (remove_files) COMPLETE
53932024-12-19T22:17:16.432Z[ recovery-image] Dec 19 22:17:15.220 INFO O| Dec 19 22:17:15.220 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53942024-12-19T22:17:16.489Z[ recovery-image] Dec 19 22:17:15.277 INFO O| Dec 19 22:17:15.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
53952024-12-19T22:17:16.489Z[ recovery-image] Dec 19 22:17:15.277 INFO O| Dec 19 22:17:15.277 INFO STEP 366 (remove_files) COMPLETE
53962024-12-19T22:17:16.489Z[ recovery-image] Dec 19 22:17:15.277 INFO O| Dec 19 22:17:15.277 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53972024-12-19T22:17:16.521Z[ recovery-image] Dec 19 22:17:15.309 INFO O| Dec 19 22:17:15.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
53982024-12-19T22:17:16.521Z[ recovery-image] Dec 19 22:17:15.309 INFO O| Dec 19 22:17:15.309 INFO STEP 367 (remove_files) COMPLETE
53992024-12-19T22:17:16.522Z[ recovery-image] Dec 19 22:17:15.309 INFO O| Dec 19 22:17:15.309 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54002024-12-19T22:17:16.543Z[ recovery-image] Dec 19 22:17:15.330 INFO O| Dec 19 22:17:15.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
54012024-12-19T22:17:16.543Z[ recovery-image] Dec 19 22:17:15.331 INFO O| Dec 19 22:17:15.331 INFO STEP 368 (remove_files) COMPLETE
54022024-12-19T22:17:16.543Z[ recovery-image] Dec 19 22:17:15.331 INFO O| Dec 19 22:17:15.331 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54032024-12-19T22:17:16.563Z[ recovery-image] Dec 19 22:17:15.350 INFO O| Dec 19 22:17:15.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
54042024-12-19T22:17:16.563Z[ recovery-image] Dec 19 22:17:15.350 INFO O| Dec 19 22:17:15.350 INFO STEP 369 (remove_files) COMPLETE
54052024-12-19T22:17:16.563Z[ recovery-image] Dec 19 22:17:15.350 INFO O| Dec 19 22:17:15.350 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54062024-12-19T22:17:16.590Z[ recovery-image] Dec 19 22:17:15.377 INFO O| Dec 19 22:17:15.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
54072024-12-19T22:17:16.590Z[ recovery-image] Dec 19 22:17:15.377 INFO O| Dec 19 22:17:15.377 INFO STEP 370 (remove_files) COMPLETE
54082024-12-19T22:17:16.592Z[ recovery-image] Dec 19 22:17:15.377 INFO O| Dec 19 22:17:15.377 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54092024-12-19T22:17:16.611Z[ recovery-image] Dec 19 22:17:15.398 INFO O| Dec 19 22:17:15.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
54102024-12-19T22:17:16.611Z[ recovery-image] Dec 19 22:17:15.398 INFO O| Dec 19 22:17:15.398 INFO STEP 371 (remove_files) COMPLETE
54112024-12-19T22:17:16.611Z[ recovery-image] Dec 19 22:17:15.398 INFO O| Dec 19 22:17:15.398 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54122024-12-19T22:17:16.630Z[ recovery-image] Dec 19 22:17:15.417 INFO O| Dec 19 22:17:15.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
54132024-12-19T22:17:16.631Z[ recovery-image] Dec 19 22:17:15.417 INFO O| Dec 19 22:17:15.417 INFO STEP 372 (remove_files) COMPLETE
54142024-12-19T22:17:16.631Z[ recovery-image] Dec 19 22:17:15.417 INFO O| Dec 19 22:17:15.417 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54152024-12-19T22:17:16.650Z[ recovery-image] Dec 19 22:17:15.436 INFO O| Dec 19 22:17:15.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
54162024-12-19T22:17:16.650Z[ recovery-image] Dec 19 22:17:15.436 INFO O| Dec 19 22:17:15.436 INFO STEP 373 (remove_files) COMPLETE
54172024-12-19T22:17:16.650Z[ recovery-image] Dec 19 22:17:15.436 INFO O| Dec 19 22:17:15.436 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54182024-12-19T22:17:16.687Z[ recovery-image] Dec 19 22:17:15.473 INFO O| Dec 19 22:17:15.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
54192024-12-19T22:17:16.687Z[ recovery-image] Dec 19 22:17:15.473 INFO O| Dec 19 22:17:15.473 INFO STEP 374 (remove_files) COMPLETE
54202024-12-19T22:17:16.687Z[ recovery-image] Dec 19 22:17:15.473 INFO O| Dec 19 22:17:15.473 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54212024-12-19T22:17:16.706Z[ recovery-image] Dec 19 22:17:15.493 INFO O| Dec 19 22:17:15.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
54222024-12-19T22:17:16.706Z[ recovery-image] Dec 19 22:17:15.493 INFO O| Dec 19 22:17:15.493 INFO STEP 375 (remove_files) COMPLETE
54232024-12-19T22:17:16.706Z[ recovery-image] Dec 19 22:17:15.493 INFO O| Dec 19 22:17:15.493 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54242024-12-19T22:17:16.724Z[ recovery-image] Dec 19 22:17:15.511 INFO O| Dec 19 22:17:15.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
54252024-12-19T22:17:16.724Z[ recovery-image] Dec 19 22:17:15.511 INFO O| Dec 19 22:17:15.511 INFO STEP 376 (remove_files) COMPLETE
54262024-12-19T22:17:16.724Z[ recovery-image] Dec 19 22:17:15.511 INFO O| Dec 19 22:17:15.511 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54272024-12-19T22:17:16.754Z[ recovery-image] Dec 19 22:17:15.541 INFO O| Dec 19 22:17:15.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
54282024-12-19T22:17:16.754Z[ recovery-image] Dec 19 22:17:15.541 INFO O| Dec 19 22:17:15.541 INFO STEP 377 (remove_files) COMPLETE
54292024-12-19T22:17:16.754Z[ recovery-image] Dec 19 22:17:15.541 INFO O| Dec 19 22:17:15.541 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54302024-12-19T22:17:16.774Z[ recovery-image] Dec 19 22:17:15.561 INFO O| Dec 19 22:17:15.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
54312024-12-19T22:17:16.774Z[ recovery-image] Dec 19 22:17:15.561 INFO O| Dec 19 22:17:15.561 INFO STEP 378 (remove_files) COMPLETE
54322024-12-19T22:17:16.774Z[ recovery-image] Dec 19 22:17:15.561 INFO O| Dec 19 22:17:15.561 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54332024-12-19T22:17:16.801Z[ recovery-image] Dec 19 22:17:15.587 INFO O| Dec 19 22:17:15.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
54342024-12-19T22:17:16.803Z[ recovery-image] Dec 19 22:17:15.588 INFO O| Dec 19 22:17:15.587 INFO STEP 379 (remove_files) COMPLETE
54352024-12-19T22:17:16.803Z[ recovery-image] Dec 19 22:17:15.588 INFO O| Dec 19 22:17:15.588 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54362024-12-19T22:17:16.823Z[ recovery-image] Dec 19 22:17:15.609 INFO O| Dec 19 22:17:15.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
54372024-12-19T22:17:16.825Z[ recovery-image] Dec 19 22:17:15.610 INFO O| Dec 19 22:17:15.610 INFO STEP 380 (remove_files) COMPLETE
54382024-12-19T22:17:16.825Z[ recovery-image] Dec 19 22:17:15.610 INFO O| Dec 19 22:17:15.610 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54392024-12-19T22:17:16.845Z[ recovery-image] Dec 19 22:17:15.631 INFO O| Dec 19 22:17:15.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
54402024-12-19T22:17:16.847Z[ recovery-image] Dec 19 22:17:15.631 INFO O| Dec 19 22:17:15.631 INFO STEP 381 (remove_files) COMPLETE
54412024-12-19T22:17:16.847Z[ recovery-image] Dec 19 22:17:15.631 INFO O| Dec 19 22:17:15.631 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54422024-12-19T22:17:16.865Z[ recovery-image] Dec 19 22:17:15.651 INFO O| Dec 19 22:17:15.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
54432024-12-19T22:17:16.867Z[ recovery-image] Dec 19 22:17:15.651 INFO O| Dec 19 22:17:15.651 INFO STEP 382 (remove_files) COMPLETE
54442024-12-19T22:17:16.867Z[ recovery-image] Dec 19 22:17:15.651 INFO O| Dec 19 22:17:15.651 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54452024-12-19T22:17:16.885Z[ recovery-image] Dec 19 22:17:15.671 INFO O| Dec 19 22:17:15.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
54462024-12-19T22:17:16.887Z[ recovery-image] Dec 19 22:17:15.671 INFO O| Dec 19 22:17:15.671 INFO STEP 383 (remove_files) COMPLETE
54472024-12-19T22:17:16.887Z[ recovery-image] Dec 19 22:17:15.672 INFO O| Dec 19 22:17:15.672 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54482024-12-19T22:17:16.925Z[ recovery-image] Dec 19 22:17:15.711 INFO O| Dec 19 22:17:15.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
54492024-12-19T22:17:16.925Z[ recovery-image] Dec 19 22:17:15.711 INFO O| Dec 19 22:17:15.711 INFO STEP 384 (remove_files) COMPLETE
54502024-12-19T22:17:16.925Z[ recovery-image] Dec 19 22:17:15.711 INFO O| Dec 19 22:17:15.711 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54512024-12-19T22:17:16.948Z[ recovery-image] Dec 19 22:17:15.733 INFO O| Dec 19 22:17:15.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
54522024-12-19T22:17:16.949Z[ recovery-image] Dec 19 22:17:15.733 INFO O| Dec 19 22:17:15.733 INFO STEP 385 (remove_files) COMPLETE
54532024-12-19T22:17:16.949Z[ recovery-image] Dec 19 22:17:15.733 INFO O| Dec 19 22:17:15.733 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54542024-12-19T22:17:16.968Z[ recovery-image] Dec 19 22:17:15.753 INFO O| Dec 19 22:17:15.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
54552024-12-19T22:17:16.968Z[ recovery-image] Dec 19 22:17:15.753 INFO O| Dec 19 22:17:15.753 INFO STEP 386 (remove_files) COMPLETE
54562024-12-19T22:17:16.969Z[ recovery-image] Dec 19 22:17:15.753 INFO O| Dec 19 22:17:15.753 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54572024-12-19T22:17:16.995Z[ recovery-image] Dec 19 22:17:15.781 INFO O| Dec 19 22:17:15.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
54582024-12-19T22:17:16.995Z[ recovery-image] Dec 19 22:17:15.781 INFO O| Dec 19 22:17:15.781 INFO STEP 387 (remove_files) COMPLETE
54592024-12-19T22:17:16.995Z[ recovery-image] Dec 19 22:17:15.781 INFO O| Dec 19 22:17:15.781 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54602024-12-19T22:17:17.014Z[ recovery-image] Dec 19 22:17:15.800 INFO O| Dec 19 22:17:15.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
54612024-12-19T22:17:17.017Z[ recovery-image] Dec 19 22:17:15.800 INFO O| Dec 19 22:17:15.800 INFO STEP 388 (remove_files) COMPLETE
54622024-12-19T22:17:17.017Z[ recovery-image] Dec 19 22:17:15.800 INFO O| Dec 19 22:17:15.800 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54632024-12-19T22:17:17.051Z[ recovery-image] Dec 19 22:17:15.836 INFO O| Dec 19 22:17:15.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
54642024-12-19T22:17:17.051Z[ recovery-image] Dec 19 22:17:15.836 INFO O| Dec 19 22:17:15.836 INFO STEP 389 (remove_files) COMPLETE
54652024-12-19T22:17:17.051Z[ recovery-image] Dec 19 22:17:15.836 INFO O| Dec 19 22:17:15.836 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54662024-12-19T22:17:17.092Z[ recovery-image] Dec 19 22:17:15.878 INFO O| Dec 19 22:17:15.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
54672024-12-19T22:17:17.092Z[ recovery-image] Dec 19 22:17:15.878 INFO O| Dec 19 22:17:15.878 INFO STEP 390 (remove_files) COMPLETE
54682024-12-19T22:17:17.092Z[ recovery-image] Dec 19 22:17:15.878 INFO O| Dec 19 22:17:15.878 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54692024-12-19T22:17:17.113Z[ recovery-image] Dec 19 22:17:15.899 INFO O| Dec 19 22:17:15.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
54702024-12-19T22:17:17.113Z[ recovery-image] Dec 19 22:17:15.899 INFO O| Dec 19 22:17:15.899 INFO STEP 391 (remove_files) COMPLETE
54712024-12-19T22:17:17.116Z[ recovery-image] Dec 19 22:17:15.899 INFO O| Dec 19 22:17:15.899 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54722024-12-19T22:17:17.134Z[ recovery-image] Dec 19 22:17:15.919 INFO O| Dec 19 22:17:15.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
54732024-12-19T22:17:17.134Z[ recovery-image] Dec 19 22:17:15.920 INFO O| Dec 19 22:17:15.920 INFO STEP 392 (remove_files) COMPLETE
54742024-12-19T22:17:17.134Z[ recovery-image] Dec 19 22:17:15.920 INFO O| Dec 19 22:17:15.920 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54752024-12-19T22:17:17.235Z[ recovery-image] Dec 19 22:17:16.020 INFO O| Dec 19 22:17:16.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
54762024-12-19T22:17:17.235Z[ recovery-image] Dec 19 22:17:16.020 INFO O| Dec 19 22:17:16.020 INFO STEP 393 (remove_files) COMPLETE
54772024-12-19T22:17:17.235Z[ recovery-image] Dec 19 22:17:16.020 INFO O| Dec 19 22:17:16.020 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54782024-12-19T22:17:17.257Z[ recovery-image] Dec 19 22:17:16.041 INFO O| Dec 19 22:17:16.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
54792024-12-19T22:17:17.283Z[ recovery-image] Dec 19 22:17:16.067 INFO O| Dec 19 22:17:16.067 INFO STEP 394 (remove_files) COMPLETE
54802024-12-19T22:17:17.283Z[ recovery-image] Dec 19 22:17:16.067 INFO O| Dec 19 22:17:16.067 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54812024-12-19T22:17:17.305Z[ recovery-image] Dec 19 22:17:16.089 INFO O| Dec 19 22:17:16.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
54822024-12-19T22:17:17.305Z[ recovery-image] Dec 19 22:17:16.089 INFO O| Dec 19 22:17:16.089 INFO STEP 395 (remove_files) COMPLETE
54832024-12-19T22:17:17.305Z[ recovery-image] Dec 19 22:17:16.089 INFO O| Dec 19 22:17:16.089 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54842024-12-19T22:17:17.341Z[ recovery-image] Dec 19 22:17:16.124 INFO O| Dec 19 22:17:16.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
54852024-12-19T22:17:17.341Z[ recovery-image] Dec 19 22:17:16.124 INFO O| Dec 19 22:17:16.124 INFO STEP 396 (remove_files) COMPLETE
54862024-12-19T22:17:17.341Z[ recovery-image] Dec 19 22:17:16.124 INFO O| Dec 19 22:17:16.124 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54872024-12-19T22:17:17.372Z[ recovery-image] Dec 19 22:17:16.156 INFO O| Dec 19 22:17:16.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
54882024-12-19T22:17:17.372Z[ recovery-image] Dec 19 22:17:16.156 INFO O| Dec 19 22:17:16.156 INFO STEP 397 (remove_files) COMPLETE
54892024-12-19T22:17:17.372Z[ recovery-image] Dec 19 22:17:16.156 INFO O| Dec 19 22:17:16.156 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54902024-12-19T22:17:17.409Z[ recovery-image] Dec 19 22:17:16.188 INFO O| Dec 19 22:17:16.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
54912024-12-19T22:17:17.409Z[ recovery-image] Dec 19 22:17:16.188 INFO O| Dec 19 22:17:16.188 INFO STEP 398 (remove_files) COMPLETE
54922024-12-19T22:17:17.409Z[ recovery-image] Dec 19 22:17:16.188 INFO O| Dec 19 22:17:16.188 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54932024-12-19T22:17:17.446Z[ recovery-image] Dec 19 22:17:16.230 INFO O| Dec 19 22:17:16.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
54942024-12-19T22:17:17.446Z[ recovery-image] Dec 19 22:17:16.230 INFO O| Dec 19 22:17:16.230 INFO STEP 399 (remove_files) COMPLETE
54952024-12-19T22:17:17.446Z[ recovery-image] Dec 19 22:17:16.231 INFO O| Dec 19 22:17:16.230 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54962024-12-19T22:17:17.463Z[ recovery-image] Dec 19 22:17:16.247 INFO O| Dec 19 22:17:16.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
54972024-12-19T22:17:17.463Z[ recovery-image] Dec 19 22:17:16.247 INFO O| Dec 19 22:17:16.247 INFO STEP 400 (remove_files) COMPLETE
54982024-12-19T22:17:17.467Z[ recovery-image] Dec 19 22:17:16.247 INFO O| Dec 19 22:17:16.247 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54992024-12-19T22:17:17.481Z[ recovery-image] Dec 19 22:17:16.265 INFO O| Dec 19 22:17:16.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
55002024-12-19T22:17:17.497Z[ recovery-image] Dec 19 22:17:16.281 INFO O| Dec 19 22:17:16.281 INFO STEP 401 (remove_files) COMPLETE
55012024-12-19T22:17:17.497Z[ recovery-image] Dec 19 22:17:16.281 INFO O| Dec 19 22:17:16.281 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55022024-12-19T22:17:17.518Z[ recovery-image] Dec 19 22:17:16.302 INFO O| Dec 19 22:17:16.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
55032024-12-19T22:17:17.518Z[ recovery-image] Dec 19 22:17:16.302 INFO O| Dec 19 22:17:16.302 INFO STEP 402 (remove_files) COMPLETE
55042024-12-19T22:17:17.518Z[ recovery-image] Dec 19 22:17:16.302 INFO O| Dec 19 22:17:16.302 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55052024-12-19T22:17:17.552Z[ recovery-image] Dec 19 22:17:16.335 INFO O| Dec 19 22:17:16.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
55062024-12-19T22:17:17.552Z[ recovery-image] Dec 19 22:17:16.335 INFO O| Dec 19 22:17:16.335 INFO STEP 403 (remove_files) COMPLETE
55072024-12-19T22:17:17.555Z[ recovery-image] Dec 19 22:17:16.335 INFO O| Dec 19 22:17:16.335 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55082024-12-19T22:17:17.594Z[ recovery-image] Dec 19 22:17:16.377 INFO O| Dec 19 22:17:16.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
55092024-12-19T22:17:17.594Z[ recovery-image] Dec 19 22:17:16.377 INFO O| Dec 19 22:17:16.377 INFO STEP 404 (remove_files) COMPLETE
55102024-12-19T22:17:17.596Z[ recovery-image] Dec 19 22:17:16.377 INFO O| Dec 19 22:17:16.377 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55112024-12-19T22:17:17.651Z[ recovery-image] Dec 19 22:17:16.434 INFO O| Dec 19 22:17:16.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
55122024-12-19T22:17:17.651Z[ recovery-image] Dec 19 22:17:16.434 INFO O| Dec 19 22:17:16.434 INFO STEP 405 (remove_files) COMPLETE
55132024-12-19T22:17:17.653Z[ recovery-image] Dec 19 22:17:16.434 INFO O| Dec 19 22:17:16.434 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55142024-12-19T22:17:17.670Z[ recovery-image] Dec 19 22:17:16.452 INFO O| Dec 19 22:17:16.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
55152024-12-19T22:17:17.670Z[ recovery-image] Dec 19 22:17:16.452 INFO O| Dec 19 22:17:16.452 INFO STEP 406 (remove_files) COMPLETE
55162024-12-19T22:17:17.673Z[ recovery-image] Dec 19 22:17:16.452 INFO O| Dec 19 22:17:16.452 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55172024-12-19T22:17:17.678Z[ host-image] Dec 19 22:17:16.461 INFO O| Dec 19 22:17:16.461 INFO O| Done
55182024-12-19T22:17:17.690Z[ recovery-image] Dec 19 22:17:16.473 INFO O| Dec 19 22:17:16.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
55192024-12-19T22:17:17.691Z[ recovery-image] Dec 19 22:17:16.474 INFO O| Dec 19 22:17:16.473 INFO STEP 407 (remove_files) COMPLETE
55202024-12-19T22:17:17.691Z[ recovery-image] Dec 19 22:17:16.474 INFO O| Dec 19 22:17:16.474 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55212024-12-19T22:17:17.712Z[ recovery-image] Dec 19 22:17:16.495 INFO O| Dec 19 22:17:16.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
55222024-12-19T22:17:17.712Z[ recovery-image] Dec 19 22:17:16.495 INFO O| Dec 19 22:17:16.495 INFO STEP 408 (remove_files) COMPLETE
55232024-12-19T22:17:17.712Z[ recovery-image] Dec 19 22:17:16.495 INFO O| Dec 19 22:17:16.495 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55242024-12-19T22:17:17.732Z[ recovery-image] Dec 19 22:17:16.514 INFO O| Dec 19 22:17:16.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
55252024-12-19T22:17:17.732Z[ recovery-image] Dec 19 22:17:16.515 INFO O| Dec 19 22:17:16.514 INFO STEP 409 (remove_files) COMPLETE
55262024-12-19T22:17:17.732Z[ recovery-image] Dec 19 22:17:16.515 INFO O| Dec 19 22:17:16.514 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55272024-12-19T22:17:17.759Z[ recovery-image] Dec 19 22:17:16.541 INFO O| Dec 19 22:17:16.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
55282024-12-19T22:17:17.759Z[ recovery-image] Dec 19 22:17:16.541 INFO O| Dec 19 22:17:16.540 INFO STEP 410 (remove_files) COMPLETE
55292024-12-19T22:17:17.759Z[ recovery-image] Dec 19 22:17:16.541 INFO O| Dec 19 22:17:16.540 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55302024-12-19T22:17:17.790Z[ recovery-image] Dec 19 22:17:16.573 INFO O| Dec 19 22:17:16.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
55312024-12-19T22:17:17.794Z[ recovery-image] Dec 19 22:17:16.573 INFO O| Dec 19 22:17:16.573 INFO STEP 411 (remove_files) COMPLETE
55322024-12-19T22:17:17.794Z[ recovery-image] Dec 19 22:17:16.573 INFO O| Dec 19 22:17:16.573 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55332024-12-19T22:17:17.814Z[ recovery-image] Dec 19 22:17:16.596 INFO O| Dec 19 22:17:16.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
55342024-12-19T22:17:17.814Z[ recovery-image] Dec 19 22:17:16.596 INFO O| Dec 19 22:17:16.596 INFO STEP 412 (remove_files) COMPLETE
55352024-12-19T22:17:17.817Z[ recovery-image] Dec 19 22:17:16.596 INFO O| Dec 19 22:17:16.596 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55362024-12-19T22:17:17.837Z[ recovery-image] Dec 19 22:17:16.619 INFO O| Dec 19 22:17:16.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
55372024-12-19T22:17:17.837Z[ recovery-image] Dec 19 22:17:16.619 INFO O| Dec 19 22:17:16.619 INFO STEP 413 (remove_files) COMPLETE
55382024-12-19T22:17:17.837Z[ recovery-image] Dec 19 22:17:16.619 INFO O| Dec 19 22:17:16.619 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55392024-12-19T22:17:17.859Z[ recovery-image] Dec 19 22:17:16.641 INFO O| Dec 19 22:17:16.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
55402024-12-19T22:17:17.862Z[ recovery-image] Dec 19 22:17:16.641 INFO O| Dec 19 22:17:16.641 INFO STEP 414 (remove_files) COMPLETE
55412024-12-19T22:17:17.862Z[ recovery-image] Dec 19 22:17:16.641 INFO O| Dec 19 22:17:16.641 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55422024-12-19T22:17:17.882Z[ recovery-image] Dec 19 22:17:16.664 INFO O| Dec 19 22:17:16.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
55432024-12-19T22:17:17.882Z[ recovery-image] Dec 19 22:17:16.664 INFO O| Dec 19 22:17:16.664 INFO STEP 415 (remove_files) COMPLETE
55442024-12-19T22:17:17.882Z[ recovery-image] Dec 19 22:17:16.664 INFO O| Dec 19 22:17:16.664 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55452024-12-19T22:17:17.903Z[ recovery-image] Dec 19 22:17:16.685 INFO O| Dec 19 22:17:16.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
55462024-12-19T22:17:17.903Z[ recovery-image] Dec 19 22:17:16.685 INFO O| Dec 19 22:17:16.685 INFO STEP 416 (remove_files) COMPLETE
55472024-12-19T22:17:17.903Z[ recovery-image] Dec 19 22:17:16.685 INFO O| Dec 19 22:17:16.685 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55482024-12-19T22:17:17.955Z[ recovery-image] Dec 19 22:17:16.737 INFO O| Dec 19 22:17:16.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
55492024-12-19T22:17:17.955Z[ recovery-image] Dec 19 22:17:16.737 INFO O| Dec 19 22:17:16.737 INFO STEP 417 (remove_files) COMPLETE
55502024-12-19T22:17:17.955Z[ recovery-image] Dec 19 22:17:16.737 INFO O| Dec 19 22:17:16.737 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55512024-12-19T22:17:18.018Z[ recovery-image] Dec 19 22:17:16.800 INFO O| Dec 19 22:17:16.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
55522024-12-19T22:17:18.018Z[ recovery-image] Dec 19 22:17:16.800 INFO O| Dec 19 22:17:16.800 INFO STEP 418 (remove_files) COMPLETE
55532024-12-19T22:17:18.021Z[ recovery-image] Dec 19 22:17:16.800 INFO O| Dec 19 22:17:16.800 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55542024-12-19T22:17:18.058Z[ recovery-image] Dec 19 22:17:16.839 INFO O| Dec 19 22:17:16.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
55552024-12-19T22:17:18.058Z[ recovery-image] Dec 19 22:17:16.839 INFO O| Dec 19 22:17:16.839 INFO STEP 419 (remove_files) COMPLETE
55562024-12-19T22:17:18.058Z[ recovery-image] Dec 19 22:17:16.839 INFO O| Dec 19 22:17:16.839 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55572024-12-19T22:17:18.115Z[ recovery-image] Dec 19 22:17:16.896 INFO O| Dec 19 22:17:16.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
55582024-12-19T22:17:18.115Z[ recovery-image] Dec 19 22:17:16.896 INFO O| Dec 19 22:17:16.896 INFO STEP 420 (remove_files) COMPLETE
55592024-12-19T22:17:18.118Z[ recovery-image] Dec 19 22:17:16.896 INFO O| Dec 19 22:17:16.896 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55602024-12-19T22:17:18.147Z[ recovery-image] Dec 19 22:17:16.928 INFO O| Dec 19 22:17:16.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
55612024-12-19T22:17:18.147Z[ recovery-image] Dec 19 22:17:16.928 INFO O| Dec 19 22:17:16.928 INFO STEP 421 (remove_files) COMPLETE
55622024-12-19T22:17:18.147Z[ recovery-image] Dec 19 22:17:16.928 INFO O| Dec 19 22:17:16.928 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55632024-12-19T22:17:18.168Z[ recovery-image] Dec 19 22:17:16.949 INFO O| Dec 19 22:17:16.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
55642024-12-19T22:17:18.168Z[ recovery-image] Dec 19 22:17:16.949 INFO O| Dec 19 22:17:16.949 INFO STEP 422 (remove_files) COMPLETE
55652024-12-19T22:17:18.168Z[ recovery-image] Dec 19 22:17:16.949 INFO O| Dec 19 22:17:16.949 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55662024-12-19T22:17:18.190Z[ recovery-image] Dec 19 22:17:16.971 INFO O| Dec 19 22:17:16.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
55672024-12-19T22:17:18.193Z[ recovery-image] Dec 19 22:17:16.971 INFO O| Dec 19 22:17:16.971 INFO STEP 423 (remove_files) COMPLETE
55682024-12-19T22:17:18.193Z[ recovery-image] Dec 19 22:17:16.972 INFO O| Dec 19 22:17:16.971 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55692024-12-19T22:17:18.212Z[ recovery-image] Dec 19 22:17:16.993 INFO O| Dec 19 22:17:16.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
55702024-12-19T22:17:18.212Z[ recovery-image] Dec 19 22:17:16.993 INFO O| Dec 19 22:17:16.993 INFO STEP 424 (remove_files) COMPLETE
55712024-12-19T22:17:18.215Z[ recovery-image] Dec 19 22:17:16.993 INFO O| Dec 19 22:17:16.993 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55722024-12-19T22:17:18.233Z[ recovery-image] Dec 19 22:17:17.014 INFO O| Dec 19 22:17:17.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
55732024-12-19T22:17:18.236Z[ recovery-image] Dec 19 22:17:17.014 INFO O| Dec 19 22:17:17.014 INFO STEP 425 (remove_files) COMPLETE
55742024-12-19T22:17:18.236Z[ recovery-image] Dec 19 22:17:17.014 INFO O| Dec 19 22:17:17.014 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55752024-12-19T22:17:18.255Z[ recovery-image] Dec 19 22:17:17.034 INFO O| Dec 19 22:17:17.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
55762024-12-19T22:17:18.258Z[ recovery-image] Dec 19 22:17:17.035 INFO O| Dec 19 22:17:17.035 INFO STEP 426 (remove_files) COMPLETE
55772024-12-19T22:17:18.258Z[ recovery-image] Dec 19 22:17:17.035 INFO O| Dec 19 22:17:17.035 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55782024-12-19T22:17:18.285Z[ recovery-image] Dec 19 22:17:17.065 INFO O| Dec 19 22:17:17.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
55792024-12-19T22:17:18.285Z[ recovery-image] Dec 19 22:17:17.065 INFO O| Dec 19 22:17:17.065 INFO STEP 427 (remove_files) COMPLETE
55802024-12-19T22:17:18.285Z[ recovery-image] Dec 19 22:17:17.065 INFO O| Dec 19 22:17:17.065 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55812024-12-19T22:17:18.306Z[ recovery-image] Dec 19 22:17:17.086 INFO O| Dec 19 22:17:17.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
55822024-12-19T22:17:18.309Z[ recovery-image] Dec 19 22:17:17.086 INFO O| Dec 19 22:17:17.086 INFO STEP 428 (remove_files) COMPLETE
55832024-12-19T22:17:18.309Z[ recovery-image] Dec 19 22:17:17.086 INFO O| Dec 19 22:17:17.086 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55842024-12-19T22:17:18.343Z[ recovery-image] Dec 19 22:17:17.124 INFO O| Dec 19 22:17:17.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
55852024-12-19T22:17:18.343Z[ recovery-image] Dec 19 22:17:17.124 INFO O| Dec 19 22:17:17.124 INFO STEP 429 (remove_files) COMPLETE
55862024-12-19T22:17:18.346Z[ recovery-image] Dec 19 22:17:17.124 INFO O| Dec 19 22:17:17.124 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55872024-12-19T22:17:18.376Z[ recovery-image] Dec 19 22:17:17.156 INFO O| Dec 19 22:17:17.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
55882024-12-19T22:17:18.376Z[ recovery-image] Dec 19 22:17:17.156 INFO O| Dec 19 22:17:17.156 INFO STEP 430 (remove_files) COMPLETE
55892024-12-19T22:17:18.377Z[ recovery-image] Dec 19 22:17:17.156 INFO O| Dec 19 22:17:17.156 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55902024-12-19T22:17:18.413Z[ recovery-image] Dec 19 22:17:17.193 INFO O| Dec 19 22:17:17.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
55912024-12-19T22:17:18.413Z[ recovery-image] Dec 19 22:17:17.193 INFO O| Dec 19 22:17:17.193 INFO STEP 431 (remove_files) COMPLETE
55922024-12-19T22:17:18.413Z[ recovery-image] Dec 19 22:17:17.193 INFO O| Dec 19 22:17:17.193 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55932024-12-19T22:17:18.457Z[ recovery-image] Dec 19 22:17:17.236 INFO O| Dec 19 22:17:17.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
55942024-12-19T22:17:18.458Z[ recovery-image] Dec 19 22:17:17.236 INFO O| Dec 19 22:17:17.236 INFO STEP 432 (remove_files) COMPLETE
55952024-12-19T22:17:18.458Z[ recovery-image] Dec 19 22:17:17.237 INFO O| Dec 19 22:17:17.236 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55962024-12-19T22:17:18.483Z[ recovery-image] Dec 19 22:17:17.262 INFO O| Dec 19 22:17:17.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
55972024-12-19T22:17:18.483Z[ recovery-image] Dec 19 22:17:17.262 INFO O| Dec 19 22:17:17.262 INFO STEP 433 (remove_files) COMPLETE
55982024-12-19T22:17:18.486Z[ recovery-image] Dec 19 22:17:17.263 INFO O| Dec 19 22:17:17.262 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55992024-12-19T22:17:18.544Z[ recovery-image] Dec 19 22:17:17.323 INFO O| Dec 19 22:17:17.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
56002024-12-19T22:17:18.544Z[ recovery-image] Dec 19 22:17:17.323 INFO O| Dec 19 22:17:17.323 INFO STEP 434 (remove_files) COMPLETE
56012024-12-19T22:17:18.544Z[ recovery-image] Dec 19 22:17:17.323 INFO O| Dec 19 22:17:17.323 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56022024-12-19T22:17:18.573Z[ recovery-image] Dec 19 22:17:17.352 INFO O| Dec 19 22:17:17.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
56032024-12-19T22:17:18.573Z[ recovery-image] Dec 19 22:17:17.352 INFO O| Dec 19 22:17:17.352 INFO STEP 435 (remove_files) COMPLETE
56042024-12-19T22:17:18.576Z[ recovery-image] Dec 19 22:17:17.352 INFO O| Dec 19 22:17:17.352 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56052024-12-19T22:17:18.633Z[ recovery-image] Dec 19 22:17:17.411 INFO O| Dec 19 22:17:17.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
56062024-12-19T22:17:18.633Z[ recovery-image] Dec 19 22:17:17.411 INFO O| Dec 19 22:17:17.411 INFO STEP 436 (remove_files) COMPLETE
56072024-12-19T22:17:18.636Z[ recovery-image] Dec 19 22:17:17.412 INFO O| Dec 19 22:17:17.411 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56082024-12-19T22:17:18.693Z[ recovery-image] Dec 19 22:17:17.471 INFO O| Dec 19 22:17:17.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
56092024-12-19T22:17:18.693Z[ recovery-image] Dec 19 22:17:17.471 INFO O| Dec 19 22:17:17.471 INFO STEP 437 (remove_files) COMPLETE
56102024-12-19T22:17:18.693Z[ recovery-image] Dec 19 22:17:17.471 INFO O| Dec 19 22:17:17.471 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56112024-12-19T22:17:18.741Z[ recovery-image] Dec 19 22:17:17.519 INFO O| Dec 19 22:17:17.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
56122024-12-19T22:17:18.741Z[ recovery-image] Dec 19 22:17:17.519 INFO O| Dec 19 22:17:17.519 INFO STEP 438 (remove_files) COMPLETE
56132024-12-19T22:17:18.741Z[ recovery-image] Dec 19 22:17:17.519 INFO O| Dec 19 22:17:17.519 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56142024-12-19T22:17:18.819Z[ recovery-image] Dec 19 22:17:17.597 INFO O| Dec 19 22:17:17.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
56152024-12-19T22:17:18.822Z[ recovery-image] Dec 19 22:17:17.597 INFO O| Dec 19 22:17:17.597 INFO STEP 439 (remove_files) COMPLETE
56162024-12-19T22:17:18.822Z[ recovery-image] Dec 19 22:17:17.597 INFO O| Dec 19 22:17:17.597 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56172024-12-19T22:17:18.839Z[ recovery-image] Dec 19 22:17:17.617 INFO O| Dec 19 22:17:17.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
56182024-12-19T22:17:18.843Z[ recovery-image] Dec 19 22:17:17.617 INFO O| Dec 19 22:17:17.617 INFO STEP 440 (remove_files) COMPLETE
56192024-12-19T22:17:18.843Z[ recovery-image] Dec 19 22:17:17.617 INFO O| Dec 19 22:17:17.617 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56202024-12-19T22:17:18.859Z[ recovery-image] Dec 19 22:17:17.637 INFO O| Dec 19 22:17:17.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
56212024-12-19T22:17:18.862Z[ recovery-image] Dec 19 22:17:17.637 INFO O| Dec 19 22:17:17.637 INFO STEP 441 (remove_files) COMPLETE
56222024-12-19T22:17:18.862Z[ recovery-image] Dec 19 22:17:17.637 INFO O| Dec 19 22:17:17.637 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56232024-12-19T22:17:18.878Z[ recovery-image] Dec 19 22:17:17.656 INFO O| Dec 19 22:17:17.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
56242024-12-19T22:17:18.879Z[ recovery-image] Dec 19 22:17:17.656 INFO O| Dec 19 22:17:17.656 INFO STEP 442 (remove_files) COMPLETE
56252024-12-19T22:17:18.882Z[ recovery-image] Dec 19 22:17:17.657 INFO O| Dec 19 22:17:17.656 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56262024-12-19T22:17:18.898Z[ recovery-image] Dec 19 22:17:17.676 INFO O| Dec 19 22:17:17.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
56272024-12-19T22:17:18.902Z[ recovery-image] Dec 19 22:17:17.676 INFO O| Dec 19 22:17:17.676 INFO STEP 443 (remove_files) COMPLETE
56282024-12-19T22:17:18.902Z[ recovery-image] Dec 19 22:17:17.676 INFO O| Dec 19 22:17:17.676 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56292024-12-19T22:17:18.918Z[ recovery-image] Dec 19 22:17:17.696 INFO O| Dec 19 22:17:17.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
56302024-12-19T22:17:18.921Z[ recovery-image] Dec 19 22:17:17.696 INFO O| Dec 19 22:17:17.696 INFO STEP 444 (remove_files) COMPLETE
56312024-12-19T22:17:18.921Z[ recovery-image] Dec 19 22:17:17.696 INFO O| Dec 19 22:17:17.696 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56322024-12-19T22:17:18.938Z[ recovery-image] Dec 19 22:17:17.716 INFO O| Dec 19 22:17:17.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
56332024-12-19T22:17:18.942Z[ recovery-image] Dec 19 22:17:17.716 INFO O| Dec 19 22:17:17.716 INFO STEP 445 (remove_files) COMPLETE
56342024-12-19T22:17:18.942Z[ recovery-image] Dec 19 22:17:17.716 INFO O| Dec 19 22:17:17.716 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56352024-12-19T22:17:18.959Z[ recovery-image] Dec 19 22:17:17.737 INFO O| Dec 19 22:17:17.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
56362024-12-19T22:17:18.962Z[ recovery-image] Dec 19 22:17:17.737 INFO O| Dec 19 22:17:17.737 INFO STEP 446 (remove_files) COMPLETE
56372024-12-19T22:17:18.962Z[ recovery-image] Dec 19 22:17:17.737 INFO O| Dec 19 22:17:17.737 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56382024-12-19T22:17:18.980Z[ recovery-image] Dec 19 22:17:17.758 INFO O| Dec 19 22:17:17.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
56392024-12-19T22:17:18.993Z[ recovery-image] Dec 19 22:17:17.771 INFO O| Dec 19 22:17:17.771 INFO STEP 447 (remove_files) COMPLETE
56402024-12-19T22:17:18.993Z[ recovery-image] Dec 19 22:17:17.771 INFO O| Dec 19 22:17:17.771 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56412024-12-19T22:17:19.015Z[ recovery-image] Dec 19 22:17:17.792 INFO O| Dec 19 22:17:17.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
56422024-12-19T22:17:19.017Z[ recovery-image] Dec 19 22:17:17.792 INFO O| Dec 19 22:17:17.792 INFO STEP 448 (remove_files) COMPLETE
56432024-12-19T22:17:19.017Z[ recovery-image] Dec 19 22:17:17.792 INFO O| Dec 19 22:17:17.792 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56442024-12-19T22:17:19.035Z[ recovery-image] Dec 19 22:17:17.813 INFO O| Dec 19 22:17:17.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
56452024-12-19T22:17:19.038Z[ recovery-image] Dec 19 22:17:17.813 INFO O| Dec 19 22:17:17.813 INFO STEP 449 (remove_files) COMPLETE
56462024-12-19T22:17:19.038Z[ recovery-image] Dec 19 22:17:17.813 INFO O| Dec 19 22:17:17.813 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56472024-12-19T22:17:19.064Z[ recovery-image] Dec 19 22:17:17.841 INFO O| Dec 19 22:17:17.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
56482024-12-19T22:17:19.067Z[ recovery-image] Dec 19 22:17:17.841 INFO O| Dec 19 22:17:17.841 INFO STEP 450 (remove_files) COMPLETE
56492024-12-19T22:17:19.067Z[ recovery-image] Dec 19 22:17:17.842 INFO O| Dec 19 22:17:17.841 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56502024-12-19T22:17:19.153Z[ recovery-image] Dec 19 22:17:17.930 INFO O| Dec 19 22:17:17.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
56512024-12-19T22:17:19.154Z[ recovery-image] Dec 19 22:17:17.930 INFO O| Dec 19 22:17:17.930 INFO STEP 451 (remove_files) COMPLETE
56522024-12-19T22:17:19.154Z[ recovery-image] Dec 19 22:17:17.930 INFO O| Dec 19 22:17:17.930 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56532024-12-19T22:17:19.175Z[ recovery-image] Dec 19 22:17:17.952 INFO O| Dec 19 22:17:17.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
56542024-12-19T22:17:19.175Z[ recovery-image] Dec 19 22:17:17.952 INFO O| Dec 19 22:17:17.952 INFO STEP 452 (remove_files) COMPLETE
56552024-12-19T22:17:19.175Z[ recovery-image] Dec 19 22:17:17.952 INFO O| Dec 19 22:17:17.952 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56562024-12-19T22:17:19.212Z[ recovery-image] Dec 19 22:17:17.988 INFO O| Dec 19 22:17:17.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
56572024-12-19T22:17:19.212Z[ recovery-image] Dec 19 22:17:17.988 INFO O| Dec 19 22:17:17.988 INFO STEP 453 (remove_files) COMPLETE
56582024-12-19T22:17:19.212Z[ recovery-image] Dec 19 22:17:17.988 INFO O| Dec 19 22:17:17.988 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56592024-12-19T22:17:19.234Z[ recovery-image] Dec 19 22:17:18.010 INFO O| Dec 19 22:17:18.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
56602024-12-19T22:17:19.234Z[ recovery-image] Dec 19 22:17:18.010 INFO O| Dec 19 22:17:18.010 INFO STEP 454 (remove_files) COMPLETE
56612024-12-19T22:17:19.236Z[ recovery-image] Dec 19 22:17:18.010 INFO O| Dec 19 22:17:18.010 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56622024-12-19T22:17:19.275Z[ recovery-image] Dec 19 22:17:18.051 INFO O| Dec 19 22:17:18.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
56632024-12-19T22:17:19.275Z[ recovery-image] Dec 19 22:17:18.051 INFO O| Dec 19 22:17:18.051 INFO STEP 455 (remove_files) COMPLETE
56642024-12-19T22:17:19.275Z[ recovery-image] Dec 19 22:17:18.051 INFO O| Dec 19 22:17:18.051 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56652024-12-19T22:17:19.296Z[ recovery-image] Dec 19 22:17:18.072 INFO O| Dec 19 22:17:18.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
56662024-12-19T22:17:19.299Z[ recovery-image] Dec 19 22:17:18.072 INFO O| Dec 19 22:17:18.072 INFO STEP 456 (remove_files) COMPLETE
56672024-12-19T22:17:19.299Z[ recovery-image] Dec 19 22:17:18.072 INFO O| Dec 19 22:17:18.072 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56682024-12-19T22:17:19.338Z[ recovery-image] Dec 19 22:17:18.114 INFO O| Dec 19 22:17:18.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
56692024-12-19T22:17:19.338Z[ recovery-image] Dec 19 22:17:18.114 INFO O| Dec 19 22:17:18.114 INFO STEP 457 (remove_files) COMPLETE
56702024-12-19T22:17:19.338Z[ recovery-image] Dec 19 22:17:18.114 INFO O| Dec 19 22:17:18.114 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56712024-12-19T22:17:19.376Z[ recovery-image] Dec 19 22:17:18.151 INFO O| Dec 19 22:17:18.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
56722024-12-19T22:17:19.376Z[ recovery-image] Dec 19 22:17:18.151 INFO O| Dec 19 22:17:18.151 INFO STEP 458 (remove_files) COMPLETE
56732024-12-19T22:17:19.380Z[ recovery-image] Dec 19 22:17:18.152 INFO O| Dec 19 22:17:18.151 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56742024-12-19T22:17:19.396Z[ recovery-image] Dec 19 22:17:18.172 INFO O| Dec 19 22:17:18.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
56752024-12-19T22:17:19.396Z[ recovery-image] Dec 19 22:17:18.172 INFO O| Dec 19 22:17:18.172 INFO STEP 459 (remove_files) COMPLETE
56762024-12-19T22:17:19.396Z[ recovery-image] Dec 19 22:17:18.172 INFO O| Dec 19 22:17:18.172 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56772024-12-19T22:17:20.463Z[ recovery-image] Dec 19 22:17:18.232 INFO O| Dec 19 22:17:18.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
56782024-12-19T22:17:20.464Z[ recovery-image] Dec 19 22:17:18.232 INFO O| Dec 19 22:17:18.232 INFO STEP 460 (remove_files) COMPLETE
56792024-12-19T22:17:20.468Z[ recovery-image] Dec 19 22:17:18.233 INFO O| Dec 19 22:17:18.232 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56802024-12-19T22:17:20.468Z[ recovery-image] Dec 19 22:17:18.255 INFO O| Dec 19 22:17:18.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
56812024-12-19T22:17:20.468Z[ recovery-image] Dec 19 22:17:18.256 INFO O| Dec 19 22:17:18.256 INFO STEP 461 (remove_files) COMPLETE
56822024-12-19T22:17:20.468Z[ recovery-image] Dec 19 22:17:18.256 INFO O| Dec 19 22:17:18.256 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56832024-12-19T22:17:20.468Z[ recovery-image] Dec 19 22:17:18.281 INFO O| Dec 19 22:17:18.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
56842024-12-19T22:17:20.468Z[ recovery-image] Dec 19 22:17:18.281 INFO O| Dec 19 22:17:18.281 INFO STEP 462 (remove_files) COMPLETE
56852024-12-19T22:17:20.468Z[ recovery-image] Dec 19 22:17:18.281 INFO O| Dec 19 22:17:18.281 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56862024-12-19T22:17:20.468Z[ recovery-image] Dec 19 22:17:18.304 INFO O| Dec 19 22:17:18.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
56872024-12-19T22:17:20.468Z[ recovery-image] Dec 19 22:17:18.304 INFO O| Dec 19 22:17:18.304 INFO STEP 463 (remove_files) COMPLETE
56882024-12-19T22:17:20.468Z[ recovery-image] Dec 19 22:17:18.304 INFO O| Dec 19 22:17:18.304 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56892024-12-19T22:17:20.468Z[ recovery-image] Dec 19 22:17:18.337 INFO O| Dec 19 22:17:18.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
56902024-12-19T22:17:20.468Z[ recovery-image] Dec 19 22:17:18.337 INFO O| Dec 19 22:17:18.337 INFO STEP 464 (remove_files) COMPLETE
56912024-12-19T22:17:20.468Z[ recovery-image] Dec 19 22:17:18.338 INFO O| Dec 19 22:17:18.337 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56922024-12-19T22:17:20.468Z[ recovery-image] Dec 19 22:17:18.360 INFO O| Dec 19 22:17:18.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
56932024-12-19T22:17:20.468Z[ recovery-image] Dec 19 22:17:18.360 INFO O| Dec 19 22:17:18.360 INFO STEP 465 (remove_files) COMPLETE
56942024-12-19T22:17:20.469Z[ recovery-image] Dec 19 22:17:18.360 INFO O| Dec 19 22:17:18.360 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56952024-12-19T22:17:20.469Z[ recovery-image] Dec 19 22:17:18.382 INFO O| Dec 19 22:17:18.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
56962024-12-19T22:17:20.469Z[ recovery-image] Dec 19 22:17:18.382 INFO O| Dec 19 22:17:18.382 INFO STEP 466 (remove_files) COMPLETE
56972024-12-19T22:17:20.469Z[ recovery-image] Dec 19 22:17:18.382 INFO O| Dec 19 22:17:18.382 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56982024-12-19T22:17:20.469Z[ recovery-image] Dec 19 22:17:18.404 INFO O| Dec 19 22:17:18.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
56992024-12-19T22:17:20.469Z[ recovery-image] Dec 19 22:17:18.404 INFO O| Dec 19 22:17:18.404 INFO STEP 467 (remove_files) COMPLETE
57002024-12-19T22:17:20.469Z[ recovery-image] Dec 19 22:17:18.404 INFO O| Dec 19 22:17:18.404 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57012024-12-19T22:17:20.469Z[ recovery-image] Dec 19 22:17:18.426 INFO O| Dec 19 22:17:18.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
57022024-12-19T22:17:20.469Z[ recovery-image] Dec 19 22:17:18.426 INFO O| Dec 19 22:17:18.426 INFO STEP 468 (remove_files) COMPLETE
57032024-12-19T22:17:20.469Z[ recovery-image] Dec 19 22:17:18.426 INFO O| Dec 19 22:17:18.426 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57042024-12-19T22:17:20.470Z[ recovery-image] Dec 19 22:17:18.448 INFO O| Dec 19 22:17:18.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
57052024-12-19T22:17:20.470Z[ recovery-image] Dec 19 22:17:18.448 INFO O| Dec 19 22:17:18.448 INFO STEP 469 (remove_files) COMPLETE
57062024-12-19T22:17:20.470Z[ recovery-image] Dec 19 22:17:18.448 INFO O| Dec 19 22:17:18.448 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57072024-12-19T22:17:20.470Z[ recovery-image] Dec 19 22:17:18.467 INFO O| Dec 19 22:17:18.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
57082024-12-19T22:17:20.470Z[ recovery-image] Dec 19 22:17:18.468 INFO O| Dec 19 22:17:18.468 INFO STEP 470 (remove_files) COMPLETE
57092024-12-19T22:17:20.470Z[ recovery-image] Dec 19 22:17:18.468 INFO O| Dec 19 22:17:18.468 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57102024-12-19T22:17:20.470Z[ recovery-image] Dec 19 22:17:18.489 INFO O| Dec 19 22:17:18.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
57112024-12-19T22:17:20.470Z[ recovery-image] Dec 19 22:17:18.496 INFO O| Dec 19 22:17:18.496 INFO STEP 471 (remove_files) COMPLETE
57122024-12-19T22:17:20.470Z[ recovery-image] Dec 19 22:17:18.496 INFO O| Dec 19 22:17:18.496 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57132024-12-19T22:17:20.470Z[ recovery-image] Dec 19 22:17:18.554 INFO O| Dec 19 22:17:18.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
57142024-12-19T22:17:20.470Z[ recovery-image] Dec 19 22:17:18.554 INFO O| Dec 19 22:17:18.554 INFO STEP 472 (remove_files) COMPLETE
57152024-12-19T22:17:20.470Z[ recovery-image] Dec 19 22:17:18.554 INFO O| Dec 19 22:17:18.554 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57162024-12-19T22:17:20.470Z[ recovery-image] Dec 19 22:17:18.576 INFO O| Dec 19 22:17:18.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
57172024-12-19T22:17:20.470Z[ recovery-image] Dec 19 22:17:18.576 INFO O| Dec 19 22:17:18.576 INFO STEP 473 (remove_files) COMPLETE
57182024-12-19T22:17:20.470Z[ recovery-image] Dec 19 22:17:18.576 INFO O| Dec 19 22:17:18.576 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57192024-12-19T22:17:20.470Z[ recovery-image] Dec 19 22:17:18.608 INFO O| Dec 19 22:17:18.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
57202024-12-19T22:17:20.470Z[ recovery-image] Dec 19 22:17:18.608 INFO O| Dec 19 22:17:18.608 INFO STEP 474 (remove_files) COMPLETE
57212024-12-19T22:17:20.470Z[ recovery-image] Dec 19 22:17:18.608 INFO O| Dec 19 22:17:18.608 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57222024-12-19T22:17:20.470Z[ recovery-image] Dec 19 22:17:18.662 INFO O| Dec 19 22:17:18.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
57232024-12-19T22:17:20.470Z[ recovery-image] Dec 19 22:17:18.662 INFO O| Dec 19 22:17:18.662 INFO STEP 475 (remove_files) COMPLETE
57242024-12-19T22:17:20.470Z[ recovery-image] Dec 19 22:17:18.662 INFO O| Dec 19 22:17:18.662 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57252024-12-19T22:17:20.470Z[ recovery-image] Dec 19 22:17:18.692 INFO O| Dec 19 22:17:18.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
57262024-12-19T22:17:20.470Z[ recovery-image] Dec 19 22:17:18.692 INFO O| Dec 19 22:17:18.692 INFO STEP 476 (remove_files) COMPLETE
57272024-12-19T22:17:20.470Z[ recovery-image] Dec 19 22:17:18.692 INFO O| Dec 19 22:17:18.692 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57282024-12-19T22:17:20.470Z[ recovery-image] Dec 19 22:17:18.771 INFO O| Dec 19 22:17:18.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
57292024-12-19T22:17:20.471Z[ recovery-image] Dec 19 22:17:18.771 INFO O| Dec 19 22:17:18.771 INFO STEP 477 (remove_files) COMPLETE
57302024-12-19T22:17:20.471Z[ recovery-image] Dec 19 22:17:18.771 INFO O| Dec 19 22:17:18.771 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57312024-12-19T22:17:20.471Z[ recovery-image] Dec 19 22:17:18.801 INFO O| Dec 19 22:17:18.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
57322024-12-19T22:17:20.471Z[ recovery-image] Dec 19 22:17:18.801 INFO O| Dec 19 22:17:18.801 INFO STEP 478 (remove_files) COMPLETE
57332024-12-19T22:17:20.471Z[ recovery-image] Dec 19 22:17:18.801 INFO O| Dec 19 22:17:18.801 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57342024-12-19T22:17:20.472Z[ recovery-image] Dec 19 22:17:18.821 INFO O| Dec 19 22:17:18.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
57352024-12-19T22:17:20.472Z[ recovery-image] Dec 19 22:17:18.842 INFO O| Dec 19 22:17:18.842 INFO STEP 479 (remove_files) COMPLETE
57362024-12-19T22:17:20.472Z[ recovery-image] Dec 19 22:17:18.842 INFO O| Dec 19 22:17:18.842 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57372024-12-19T22:17:20.472Z[ recovery-image] Dec 19 22:17:18.876 INFO O| Dec 19 22:17:18.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
57382024-12-19T22:17:20.472Z[ recovery-image] Dec 19 22:17:18.876 INFO O| Dec 19 22:17:18.876 INFO STEP 480 (remove_files) COMPLETE
57392024-12-19T22:17:20.472Z[ recovery-image] Dec 19 22:17:18.876 INFO O| Dec 19 22:17:18.876 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57402024-12-19T22:17:20.472Z[ recovery-image] Dec 19 22:17:18.907 INFO O| Dec 19 22:17:18.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
57412024-12-19T22:17:20.472Z[ recovery-image] Dec 19 22:17:18.907 INFO O| Dec 19 22:17:18.907 INFO STEP 481 (remove_files) COMPLETE
57422024-12-19T22:17:20.472Z[ recovery-image] Dec 19 22:17:18.907 INFO O| Dec 19 22:17:18.907 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57432024-12-19T22:17:20.472Z[ recovery-image] Dec 19 22:17:18.946 INFO O| Dec 19 22:17:18.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
57442024-12-19T22:17:20.472Z[ recovery-image] Dec 19 22:17:18.946 INFO O| Dec 19 22:17:18.946 INFO STEP 482 (remove_files) COMPLETE
57452024-12-19T22:17:20.472Z[ recovery-image] Dec 19 22:17:18.946 INFO O| Dec 19 22:17:18.946 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57462024-12-19T22:17:20.472Z[ recovery-image] Dec 19 22:17:18.965 INFO O| Dec 19 22:17:18.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
57472024-12-19T22:17:20.472Z[ recovery-image] Dec 19 22:17:18.965 INFO O| Dec 19 22:17:18.965 INFO STEP 483 (remove_files) COMPLETE
57482024-12-19T22:17:20.472Z[ recovery-image] Dec 19 22:17:18.965 INFO O| Dec 19 22:17:18.965 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57492024-12-19T22:17:20.472Z[ recovery-image] Dec 19 22:17:19.003 INFO O| Dec 19 22:17:19.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
57502024-12-19T22:17:20.472Z[ recovery-image] Dec 19 22:17:19.003 INFO O| Dec 19 22:17:19.003 INFO STEP 484 (remove_files) COMPLETE
57512024-12-19T22:17:20.472Z[ recovery-image] Dec 19 22:17:19.003 INFO O| Dec 19 22:17:19.003 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57522024-12-19T22:17:20.472Z[ recovery-image] Dec 19 22:17:19.043 INFO O| Dec 19 22:17:19.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
57532024-12-19T22:17:20.472Z[ recovery-image] Dec 19 22:17:19.043 INFO O| Dec 19 22:17:19.043 INFO STEP 485 (remove_files) COMPLETE
57542024-12-19T22:17:20.472Z[ recovery-image] Dec 19 22:17:19.043 INFO O| Dec 19 22:17:19.043 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57552024-12-19T22:17:20.472Z[ recovery-image] Dec 19 22:17:19.124 INFO O| Dec 19 22:17:19.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
57562024-12-19T22:17:20.472Z[ recovery-image] Dec 19 22:17:19.124 INFO O| Dec 19 22:17:19.124 INFO STEP 486 (remove_files) COMPLETE
57572024-12-19T22:17:20.472Z[ recovery-image] Dec 19 22:17:19.124 INFO O| Dec 19 22:17:19.124 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57582024-12-19T22:17:20.472Z[ recovery-image] Dec 19 22:17:19.145 INFO O| Dec 19 22:17:19.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
57592024-12-19T22:17:20.472Z[ recovery-image] Dec 19 22:17:19.145 INFO O| Dec 19 22:17:19.145 INFO STEP 487 (remove_files) COMPLETE
57602024-12-19T22:17:20.472Z[ recovery-image] Dec 19 22:17:19.145 INFO O| Dec 19 22:17:19.145 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57612024-12-19T22:17:20.472Z[ recovery-image] Dec 19 22:17:19.180 INFO O| Dec 19 22:17:19.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
57622024-12-19T22:17:20.472Z[ recovery-image] Dec 19 22:17:19.180 INFO O| Dec 19 22:17:19.180 INFO STEP 488 (remove_files) COMPLETE
57632024-12-19T22:17:20.472Z[ recovery-image] Dec 19 22:17:19.180 INFO O| Dec 19 22:17:19.180 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57642024-12-19T22:17:20.473Z[ recovery-image] Dec 19 22:17:19.205 INFO O| Dec 19 22:17:19.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
57652024-12-19T22:17:20.473Z[ recovery-image] Dec 19 22:17:19.205 INFO O| Dec 19 22:17:19.205 INFO STEP 489 (remove_files) COMPLETE
57662024-12-19T22:17:20.473Z[ recovery-image] Dec 19 22:17:19.205 INFO O| Dec 19 22:17:19.205 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57672024-12-19T22:17:20.473Z[ recovery-image] Dec 19 22:17:19.225 INFO O| Dec 19 22:17:19.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
57682024-12-19T22:17:20.473Z[ recovery-image] Dec 19 22:17:19.225 INFO O| Dec 19 22:17:19.225 INFO STEP 490 (remove_files) COMPLETE
57692024-12-19T22:17:20.473Z[ recovery-image] Dec 19 22:17:19.225 INFO O| Dec 19 22:17:19.225 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57702024-12-19T22:17:20.476Z[ recovery-image] Dec 19 22:17:19.246 INFO O| Dec 19 22:17:19.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
57712024-12-19T22:17:20.476Z[ recovery-image] Dec 19 22:17:19.246 INFO O| Dec 19 22:17:19.246 INFO STEP 491 (remove_files) COMPLETE
57722024-12-19T22:17:20.476Z[ recovery-image] Dec 19 22:17:19.246 INFO O| Dec 19 22:17:19.246 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57732024-12-19T22:17:20.495Z[ recovery-image] Dec 19 22:17:19.266 INFO O| Dec 19 22:17:19.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
57742024-12-19T22:17:20.495Z[ recovery-image] Dec 19 22:17:19.266 INFO O| Dec 19 22:17:19.266 INFO STEP 492 (remove_files) COMPLETE
57752024-12-19T22:17:20.495Z[ recovery-image] Dec 19 22:17:19.266 INFO O| Dec 19 22:17:19.266 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57762024-12-19T22:17:20.515Z[ recovery-image] Dec 19 22:17:19.286 INFO O| Dec 19 22:17:19.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
57772024-12-19T22:17:20.515Z[ recovery-image] Dec 19 22:17:19.286 INFO O| Dec 19 22:17:19.286 INFO STEP 493 (remove_files) COMPLETE
57782024-12-19T22:17:20.515Z[ recovery-image] Dec 19 22:17:19.286 INFO O| Dec 19 22:17:19.286 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57792024-12-19T22:17:20.534Z[ recovery-image] Dec 19 22:17:19.305 INFO O| Dec 19 22:17:19.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
57802024-12-19T22:17:20.534Z[ recovery-image] Dec 19 22:17:19.305 INFO O| Dec 19 22:17:19.305 INFO STEP 494 (remove_files) COMPLETE
57812024-12-19T22:17:20.534Z[ recovery-image] Dec 19 22:17:19.305 INFO O| Dec 19 22:17:19.305 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57822024-12-19T22:17:20.563Z[ recovery-image] Dec 19 22:17:19.334 INFO O| Dec 19 22:17:19.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
57832024-12-19T22:17:20.563Z[ recovery-image] Dec 19 22:17:19.334 INFO O| Dec 19 22:17:19.334 INFO STEP 495 (remove_files) COMPLETE
57842024-12-19T22:17:20.563Z[ recovery-image] Dec 19 22:17:19.334 INFO O| Dec 19 22:17:19.334 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57852024-12-19T22:17:20.586Z[ recovery-image] Dec 19 22:17:19.356 INFO O| Dec 19 22:17:19.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
57862024-12-19T22:17:20.586Z[ recovery-image] Dec 19 22:17:19.357 INFO O| Dec 19 22:17:19.357 INFO STEP 496 (remove_files) COMPLETE
57872024-12-19T22:17:20.588Z[ recovery-image] Dec 19 22:17:19.357 INFO O| Dec 19 22:17:19.357 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57882024-12-19T22:17:20.607Z[ recovery-image] Dec 19 22:17:19.378 INFO O| Dec 19 22:17:19.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
57892024-12-19T22:17:20.607Z[ recovery-image] Dec 19 22:17:19.378 INFO O| Dec 19 22:17:19.378 INFO STEP 497 (remove_files) COMPLETE
57902024-12-19T22:17:20.607Z[ recovery-image] Dec 19 22:17:19.378 INFO O| Dec 19 22:17:19.378 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57912024-12-19T22:17:20.610Z[ host-image] Dec 19 22:17:19.380 INFO O| Dec 19 22:17:19.380 INFO O| Done
57922024-12-19T22:17:20.630Z[ recovery-image] Dec 19 22:17:19.400 INFO O| Dec 19 22:17:19.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
57932024-12-19T22:17:20.630Z[ recovery-image] Dec 19 22:17:19.401 INFO O| Dec 19 22:17:19.401 INFO STEP 498 (remove_files) COMPLETE
57942024-12-19T22:17:20.633Z[ recovery-image] Dec 19 22:17:19.401 INFO O| Dec 19 22:17:19.401 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57952024-12-19T22:17:20.650Z[ host-image] Dec 19 22:17:19.421 INFO O| Dec 19 22:17:19.420 INFO O| Done
57962024-12-19T22:17:20.654Z[ host-image] Dec 19 22:17:19.421 INFO O| Dec 19 22:17:19.421 INFO O| Done
57972024-12-19T22:17:20.676Z[ host-image] Dec 19 22:17:19.446 INFO O| Dec 19 22:17:19.446 INFO O| Done
57982024-12-19T22:17:20.695Z[ recovery-image] Dec 19 22:17:19.465 INFO O| Dec 19 22:17:19.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
57992024-12-19T22:17:20.696Z[ recovery-image] Dec 19 22:17:19.465 INFO O| Dec 19 22:17:19.465 INFO STEP 499 (remove_files) COMPLETE
58002024-12-19T22:17:20.696Z[ recovery-image] Dec 19 22:17:19.465 INFO O| Dec 19 22:17:19.465 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58012024-12-19T22:17:20.717Z[ recovery-image] Dec 19 22:17:19.487 INFO O| Dec 19 22:17:19.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
58022024-12-19T22:17:20.717Z[ recovery-image] Dec 19 22:17:19.487 INFO O| Dec 19 22:17:19.487 INFO STEP 500 (remove_files) COMPLETE
58032024-12-19T22:17:20.717Z[ recovery-image] Dec 19 22:17:19.487 INFO O| Dec 19 22:17:19.487 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58042024-12-19T22:17:20.737Z[ recovery-image] Dec 19 22:17:19.507 INFO O| Dec 19 22:17:19.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
58052024-12-19T22:17:20.737Z[ recovery-image] Dec 19 22:17:19.507 INFO O| Dec 19 22:17:19.507 INFO STEP 501 (remove_files) COMPLETE
58062024-12-19T22:17:20.740Z[ recovery-image] Dec 19 22:17:19.507 INFO O| Dec 19 22:17:19.507 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58072024-12-19T22:17:20.756Z[ recovery-image] Dec 19 22:17:19.526 INFO O| Dec 19 22:17:19.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
58082024-12-19T22:17:20.758Z[ recovery-image] Dec 19 22:17:19.526 INFO O| Dec 19 22:17:19.526 INFO STEP 502 (remove_files) COMPLETE
58092024-12-19T22:17:20.758Z[ recovery-image] Dec 19 22:17:19.526 INFO O| Dec 19 22:17:19.526 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58102024-12-19T22:17:20.777Z[ recovery-image] Dec 19 22:17:19.546 INFO O| Dec 19 22:17:19.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
58112024-12-19T22:17:20.777Z[ recovery-image] Dec 19 22:17:19.547 INFO O| Dec 19 22:17:19.547 INFO STEP 503 (remove_files) COMPLETE
58122024-12-19T22:17:20.779Z[ recovery-image] Dec 19 22:17:19.547 INFO O| Dec 19 22:17:19.547 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58132024-12-19T22:17:20.814Z[ recovery-image] Dec 19 22:17:19.583 INFO O| Dec 19 22:17:19.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
58142024-12-19T22:17:20.814Z[ recovery-image] Dec 19 22:17:19.583 INFO O| Dec 19 22:17:19.583 INFO STEP 504 (remove_files) COMPLETE
58152024-12-19T22:17:20.814Z[ recovery-image] Dec 19 22:17:19.584 INFO O| Dec 19 22:17:19.583 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58162024-12-19T22:17:20.834Z[ recovery-image] Dec 19 22:17:19.603 INFO O| Dec 19 22:17:19.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
58172024-12-19T22:17:20.837Z[ recovery-image] Dec 19 22:17:19.603 INFO O| Dec 19 22:17:19.603 INFO STEP 505 (remove_files) COMPLETE
58182024-12-19T22:17:20.837Z[ recovery-image] Dec 19 22:17:19.603 INFO O| Dec 19 22:17:19.603 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58192024-12-19T22:17:20.882Z[ host-image] Dec 19 22:17:19.652 INFO O| Dec 19 22:17:19.652 INFO STEP 12 (pkg_install) COMPLETE
58202024-12-19T22:17:20.883Z[ host-image] Dec 19 22:17:19.652 INFO O| Dec 19 22:17:19.652 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
58212024-12-19T22:17:20.891Z[ recovery-image] Dec 19 22:17:19.661 INFO O| Dec 19 22:17:19.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
58222024-12-19T22:17:20.901Z[ host-image] Dec 19 22:17:19.670 INFO O| Dec 19 22:17:19.670 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
58232024-12-19T22:17:20.903Z[ recovery-image] Dec 19 22:17:19.671 INFO O| Dec 19 22:17:19.671 INFO STEP 506 (remove_files) COMPLETE
58242024-12-19T22:17:20.903Z[ recovery-image] Dec 19 22:17:19.671 INFO O| Dec 19 22:17:19.671 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58252024-12-19T22:17:20.923Z[ recovery-image] Dec 19 22:17:19.692 INFO O| Dec 19 22:17:19.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
58262024-12-19T22:17:20.923Z[ recovery-image] Dec 19 22:17:19.693 INFO O| Dec 19 22:17:19.693 INFO STEP 507 (remove_files) COMPLETE
58272024-12-19T22:17:20.927Z[ recovery-image] Dec 19 22:17:19.693 INFO O| Dec 19 22:17:19.693 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58282024-12-19T22:17:20.944Z[ recovery-image] Dec 19 22:17:19.713 INFO O| Dec 19 22:17:19.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
58292024-12-19T22:17:20.947Z[ recovery-image] Dec 19 22:17:19.714 INFO O| Dec 19 22:17:19.713 INFO STEP 508 (remove_files) COMPLETE
58302024-12-19T22:17:20.947Z[ recovery-image] Dec 19 22:17:19.714 INFO O| Dec 19 22:17:19.714 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58312024-12-19T22:17:20.963Z[ recovery-image] Dec 19 22:17:19.732 INFO O| Dec 19 22:17:19.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
58322024-12-19T22:17:20.967Z[ recovery-image] Dec 19 22:17:19.733 INFO O| Dec 19 22:17:19.733 INFO STEP 509 (remove_files) COMPLETE
58332024-12-19T22:17:20.967Z[ recovery-image] Dec 19 22:17:19.733 INFO O| Dec 19 22:17:19.733 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58342024-12-19T22:17:21.002Z[ recovery-image] Dec 19 22:17:19.771 INFO O| Dec 19 22:17:19.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
58352024-12-19T22:17:21.005Z[ recovery-image] Dec 19 22:17:19.771 INFO O| Dec 19 22:17:19.771 INFO STEP 510 (remove_files) COMPLETE
58362024-12-19T22:17:21.005Z[ recovery-image] Dec 19 22:17:19.771 INFO O| Dec 19 22:17:19.771 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58372024-12-19T22:17:21.023Z[ recovery-image] Dec 19 22:17:19.792 INFO O| Dec 19 22:17:19.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
58382024-12-19T22:17:21.026Z[ recovery-image] Dec 19 22:17:19.792 INFO O| Dec 19 22:17:19.792 INFO STEP 511 (remove_files) COMPLETE
58392024-12-19T22:17:21.026Z[ recovery-image] Dec 19 22:17:19.792 INFO O| Dec 19 22:17:19.792 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58402024-12-19T22:17:21.043Z[ recovery-image] Dec 19 22:17:19.812 INFO O| Dec 19 22:17:19.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
58412024-12-19T22:17:21.068Z[ recovery-image] Dec 19 22:17:19.836 INFO O| Dec 19 22:17:19.836 INFO STEP 512 (remove_files) COMPLETE
58422024-12-19T22:17:21.068Z[ recovery-image] Dec 19 22:17:19.836 INFO O| Dec 19 22:17:19.836 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58432024-12-19T22:17:21.111Z[ recovery-image] Dec 19 22:17:19.880 INFO O| Dec 19 22:17:19.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
58442024-12-19T22:17:21.112Z[ recovery-image] Dec 19 22:17:19.880 INFO O| Dec 19 22:17:19.880 INFO STEP 513 (remove_files) COMPLETE
58452024-12-19T22:17:21.112Z[ recovery-image] Dec 19 22:17:19.880 INFO O| Dec 19 22:17:19.880 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58462024-12-19T22:17:21.132Z[ recovery-image] Dec 19 22:17:19.900 INFO O| Dec 19 22:17:19.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
58472024-12-19T22:17:21.132Z[ recovery-image] Dec 19 22:17:19.900 INFO O| Dec 19 22:17:19.900 INFO STEP 514 (remove_files) COMPLETE
58482024-12-19T22:17:21.132Z[ recovery-image] Dec 19 22:17:19.900 INFO O| Dec 19 22:17:19.900 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58492024-12-19T22:17:21.171Z[ recovery-image] Dec 19 22:17:19.939 INFO O| Dec 19 22:17:19.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
58502024-12-19T22:17:21.171Z[ recovery-image] Dec 19 22:17:19.939 INFO O| Dec 19 22:17:19.939 INFO STEP 515 (remove_files) COMPLETE
58512024-12-19T22:17:21.171Z[ recovery-image] Dec 19 22:17:19.939 INFO O| Dec 19 22:17:19.939 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58522024-12-19T22:17:21.191Z[ recovery-image] Dec 19 22:17:19.959 INFO O| Dec 19 22:17:19.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
58532024-12-19T22:17:21.191Z[ recovery-image] Dec 19 22:17:19.959 INFO O| Dec 19 22:17:19.959 INFO STEP 516 (remove_files) COMPLETE
58542024-12-19T22:17:21.194Z[ recovery-image] Dec 19 22:17:19.959 INFO O| Dec 19 22:17:19.959 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58552024-12-19T22:17:21.220Z[ recovery-image] Dec 19 22:17:19.988 INFO O| Dec 19 22:17:19.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
58562024-12-19T22:17:21.220Z[ recovery-image] Dec 19 22:17:19.988 INFO O| Dec 19 22:17:19.988 INFO STEP 517 (remove_files) COMPLETE
58572024-12-19T22:17:21.220Z[ recovery-image] Dec 19 22:17:19.988 INFO O| Dec 19 22:17:19.988 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58582024-12-19T22:17:21.257Z[ recovery-image] Dec 19 22:17:20.025 INFO O| Dec 19 22:17:20.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
58592024-12-19T22:17:21.257Z[ recovery-image] Dec 19 22:17:20.025 INFO O| Dec 19 22:17:20.025 INFO STEP 518 (remove_files) COMPLETE
58602024-12-19T22:17:21.260Z[ recovery-image] Dec 19 22:17:20.025 INFO O| Dec 19 22:17:20.025 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58612024-12-19T22:17:21.310Z[ recovery-image] Dec 19 22:17:20.078 INFO O| Dec 19 22:17:20.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
58622024-12-19T22:17:21.310Z[ recovery-image] Dec 19 22:17:20.078 INFO O| Dec 19 22:17:20.078 INFO STEP 519 (remove_files) COMPLETE
58632024-12-19T22:17:21.313Z[ recovery-image] Dec 19 22:17:20.078 INFO O| Dec 19 22:17:20.078 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58642024-12-19T22:17:21.375Z[ recovery-image] Dec 19 22:17:20.142 INFO O| Dec 19 22:17:20.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
58652024-12-19T22:17:21.375Z[ recovery-image] Dec 19 22:17:20.142 INFO O| Dec 19 22:17:20.142 INFO STEP 520 (remove_files) COMPLETE
58662024-12-19T22:17:21.375Z[ recovery-image] Dec 19 22:17:20.142 INFO O| Dec 19 22:17:20.142 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58672024-12-19T22:17:21.395Z[ recovery-image] Dec 19 22:17:20.162 INFO O| Dec 19 22:17:20.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
58682024-12-19T22:17:21.395Z[ recovery-image] Dec 19 22:17:20.162 INFO O| Dec 19 22:17:20.162 INFO STEP 521 (remove_files) COMPLETE
58692024-12-19T22:17:21.395Z[ recovery-image] Dec 19 22:17:20.162 INFO O| Dec 19 22:17:20.162 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58702024-12-19T22:17:21.425Z[ recovery-image] Dec 19 22:17:20.192 INFO O| Dec 19 22:17:20.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
58712024-12-19T22:17:21.425Z[ recovery-image] Dec 19 22:17:20.192 INFO O| Dec 19 22:17:20.192 INFO STEP 522 (remove_files) COMPLETE
58722024-12-19T22:17:21.425Z[ recovery-image] Dec 19 22:17:20.192 INFO O| Dec 19 22:17:20.192 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58732024-12-19T22:17:21.466Z[ recovery-image] Dec 19 22:17:20.233 INFO O| Dec 19 22:17:20.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
58742024-12-19T22:17:21.466Z[ recovery-image] Dec 19 22:17:20.233 INFO O| Dec 19 22:17:20.233 INFO STEP 523 (remove_files) COMPLETE
58752024-12-19T22:17:21.466Z[ recovery-image] Dec 19 22:17:20.233 INFO O| Dec 19 22:17:20.233 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58762024-12-19T22:17:21.593Z[ recovery-image] Dec 19 22:17:20.359 INFO O| Dec 19 22:17:20.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
58772024-12-19T22:17:21.593Z[ recovery-image] Dec 19 22:17:20.359 INFO O| Dec 19 22:17:20.359 INFO STEP 524 (remove_files) COMPLETE
58782024-12-19T22:17:21.593Z[ recovery-image] Dec 19 22:17:20.359 INFO O| Dec 19 22:17:20.359 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58792024-12-19T22:17:21.624Z[ recovery-image] Dec 19 22:17:20.391 INFO O| Dec 19 22:17:20.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
58802024-12-19T22:17:21.625Z[ recovery-image] Dec 19 22:17:20.391 INFO O| Dec 19 22:17:20.391 INFO STEP 525 (remove_files) COMPLETE
58812024-12-19T22:17:21.625Z[ recovery-image] Dec 19 22:17:20.391 INFO O| Dec 19 22:17:20.391 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58822024-12-19T22:17:21.648Z[ recovery-image] Dec 19 22:17:20.414 INFO O| Dec 19 22:17:20.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
58832024-12-19T22:17:21.648Z[ recovery-image] Dec 19 22:17:20.414 INFO O| Dec 19 22:17:20.414 INFO STEP 526 (remove_files) COMPLETE
58842024-12-19T22:17:21.648Z[ recovery-image] Dec 19 22:17:20.414 INFO O| Dec 19 22:17:20.414 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58852024-12-19T22:17:21.689Z[ recovery-image] Dec 19 22:17:20.454 INFO O| Dec 19 22:17:20.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
58862024-12-19T22:17:21.689Z[ recovery-image] Dec 19 22:17:20.454 INFO O| Dec 19 22:17:20.454 INFO STEP 527 (remove_files) COMPLETE
58872024-12-19T22:17:21.689Z[ recovery-image] Dec 19 22:17:20.454 INFO O| Dec 19 22:17:20.454 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58882024-12-19T22:17:21.709Z[ recovery-image] Dec 19 22:17:20.475 INFO O| Dec 19 22:17:20.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
58892024-12-19T22:17:21.709Z[ recovery-image] Dec 19 22:17:20.475 INFO O| Dec 19 22:17:20.475 INFO STEP 528 (remove_files) COMPLETE
58902024-12-19T22:17:21.709Z[ recovery-image] Dec 19 22:17:20.475 INFO O| Dec 19 22:17:20.475 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58912024-12-19T22:17:21.729Z[ recovery-image] Dec 19 22:17:20.495 INFO O| Dec 19 22:17:20.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
58922024-12-19T22:17:21.729Z[ recovery-image] Dec 19 22:17:20.495 INFO O| Dec 19 22:17:20.495 INFO STEP 529 (remove_files) COMPLETE
58932024-12-19T22:17:21.733Z[ recovery-image] Dec 19 22:17:20.495 INFO O| Dec 19 22:17:20.495 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58942024-12-19T22:17:21.772Z[ recovery-image] Dec 19 22:17:20.537 INFO O| Dec 19 22:17:20.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
58952024-12-19T22:17:21.776Z[ recovery-image] Dec 19 22:17:20.537 INFO O| Dec 19 22:17:20.537 INFO STEP 530 (remove_files) COMPLETE
58962024-12-19T22:17:21.776Z[ recovery-image] Dec 19 22:17:20.537 INFO O| Dec 19 22:17:20.537 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58972024-12-19T22:17:21.793Z[ recovery-image] Dec 19 22:17:20.559 INFO O| Dec 19 22:17:20.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
58982024-12-19T22:17:21.796Z[ recovery-image] Dec 19 22:17:20.559 INFO O| Dec 19 22:17:20.559 INFO STEP 531 (remove_files) COMPLETE
58992024-12-19T22:17:21.796Z[ recovery-image] Dec 19 22:17:20.559 INFO O| Dec 19 22:17:20.559 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59002024-12-19T22:17:21.814Z[ recovery-image] Dec 19 22:17:20.580 INFO O| Dec 19 22:17:20.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
59012024-12-19T22:17:21.818Z[ recovery-image] Dec 19 22:17:20.580 INFO O| Dec 19 22:17:20.580 INFO STEP 532 (remove_files) COMPLETE
59022024-12-19T22:17:21.818Z[ recovery-image] Dec 19 22:17:20.580 INFO O| Dec 19 22:17:20.580 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59032024-12-19T22:17:21.835Z[ recovery-image] Dec 19 22:17:20.601 INFO O| Dec 19 22:17:20.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
59042024-12-19T22:17:21.838Z[ recovery-image] Dec 19 22:17:20.601 INFO O| Dec 19 22:17:20.601 INFO STEP 533 (remove_files) COMPLETE
59052024-12-19T22:17:21.838Z[ recovery-image] Dec 19 22:17:20.601 INFO O| Dec 19 22:17:20.601 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59062024-12-19T22:17:21.856Z[ recovery-image] Dec 19 22:17:20.622 INFO O| Dec 19 22:17:20.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
59072024-12-19T22:17:21.859Z[ recovery-image] Dec 19 22:17:20.622 INFO O| Dec 19 22:17:20.622 INFO STEP 534 (remove_files) COMPLETE
59082024-12-19T22:17:21.859Z[ recovery-image] Dec 19 22:17:20.622 INFO O| Dec 19 22:17:20.622 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59092024-12-19T22:17:21.876Z[ recovery-image] Dec 19 22:17:20.641 INFO O| Dec 19 22:17:20.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
59102024-12-19T22:17:21.879Z[ recovery-image] Dec 19 22:17:20.642 INFO O| Dec 19 22:17:20.642 INFO STEP 535 (remove_files) COMPLETE
59112024-12-19T22:17:21.879Z[ recovery-image] Dec 19 22:17:20.642 INFO O| Dec 19 22:17:20.642 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59122024-12-19T22:17:21.897Z[ recovery-image] Dec 19 22:17:20.662 INFO O| Dec 19 22:17:20.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
59132024-12-19T22:17:21.900Z[ recovery-image] Dec 19 22:17:20.663 INFO O| Dec 19 22:17:20.662 INFO STEP 536 (remove_files) COMPLETE
59142024-12-19T22:17:21.900Z[ recovery-image] Dec 19 22:17:20.663 INFO O| Dec 19 22:17:20.663 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59152024-12-19T22:17:21.918Z[ recovery-image] Dec 19 22:17:20.683 INFO O| Dec 19 22:17:20.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
59162024-12-19T22:17:21.921Z[ recovery-image] Dec 19 22:17:20.683 INFO O| Dec 19 22:17:20.683 INFO STEP 537 (remove_files) COMPLETE
59172024-12-19T22:17:21.921Z[ recovery-image] Dec 19 22:17:20.683 INFO O| Dec 19 22:17:20.683 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59182024-12-19T22:17:21.939Z[ recovery-image] Dec 19 22:17:20.704 INFO O| Dec 19 22:17:20.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
59192024-12-19T22:17:21.941Z[ recovery-image] Dec 19 22:17:20.704 INFO O| Dec 19 22:17:20.704 INFO STEP 538 (remove_files) COMPLETE
59202024-12-19T22:17:21.941Z[ recovery-image] Dec 19 22:17:20.704 INFO O| Dec 19 22:17:20.704 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59212024-12-19T22:17:21.960Z[ recovery-image] Dec 19 22:17:20.725 INFO O| Dec 19 22:17:20.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
59222024-12-19T22:17:21.963Z[ recovery-image] Dec 19 22:17:20.725 INFO O| Dec 19 22:17:20.725 INFO STEP 539 (remove_files) COMPLETE
59232024-12-19T22:17:21.963Z[ recovery-image] Dec 19 22:17:20.725 INFO O| Dec 19 22:17:20.725 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59242024-12-19T22:17:21.984Z[ recovery-image] Dec 19 22:17:20.749 INFO O| Dec 19 22:17:20.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
59252024-12-19T22:17:21.984Z[ recovery-image] Dec 19 22:17:20.749 INFO O| Dec 19 22:17:20.749 INFO STEP 540 (remove_files) COMPLETE
59262024-12-19T22:17:21.985Z[ recovery-image] Dec 19 22:17:20.749 INFO O| Dec 19 22:17:20.749 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59272024-12-19T22:17:22.042Z[ recovery-image] Dec 19 22:17:20.806 INFO O| Dec 19 22:17:20.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
59282024-12-19T22:17:22.042Z[ recovery-image] Dec 19 22:17:20.806 INFO O| Dec 19 22:17:20.806 INFO STEP 541 (remove_files) COMPLETE
59292024-12-19T22:17:22.042Z[ recovery-image] Dec 19 22:17:20.806 INFO O| Dec 19 22:17:20.806 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59302024-12-19T22:17:22.063Z[ recovery-image] Dec 19 22:17:20.827 INFO O| Dec 19 22:17:20.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
59312024-12-19T22:17:22.065Z[ recovery-image] Dec 19 22:17:20.827 INFO O| Dec 19 22:17:20.827 INFO STEP 542 (remove_files) COMPLETE
59322024-12-19T22:17:22.065Z[ recovery-image] Dec 19 22:17:20.827 INFO O| Dec 19 22:17:20.827 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59332024-12-19T22:17:22.083Z[ recovery-image] Dec 19 22:17:20.848 INFO O| Dec 19 22:17:20.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
59342024-12-19T22:17:22.083Z[ recovery-image] Dec 19 22:17:20.848 INFO O| Dec 19 22:17:20.848 INFO STEP 543 (remove_files) COMPLETE
59352024-12-19T22:17:22.083Z[ recovery-image] Dec 19 22:17:20.848 INFO O| Dec 19 22:17:20.848 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59362024-12-19T22:17:22.103Z[ recovery-image] Dec 19 22:17:20.867 INFO O| Dec 19 22:17:20.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
59372024-12-19T22:17:22.103Z[ recovery-image] Dec 19 22:17:20.867 INFO O| Dec 19 22:17:20.867 INFO STEP 544 (remove_files) COMPLETE
59382024-12-19T22:17:22.103Z[ recovery-image] Dec 19 22:17:20.867 INFO O| Dec 19 22:17:20.867 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59392024-12-19T22:17:22.125Z[ recovery-image] Dec 19 22:17:20.887 INFO O| Dec 19 22:17:20.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
59402024-12-19T22:17:22.125Z[ recovery-image] Dec 19 22:17:20.887 INFO O| Dec 19 22:17:20.887 INFO STEP 545 (remove_files) COMPLETE
59412024-12-19T22:17:22.125Z[ recovery-image] Dec 19 22:17:20.887 INFO O| Dec 19 22:17:20.887 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59422024-12-19T22:17:22.212Z[ recovery-image] Dec 19 22:17:20.976 INFO O| Dec 19 22:17:20.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
59432024-12-19T22:17:22.212Z[ recovery-image] Dec 19 22:17:20.976 INFO O| Dec 19 22:17:20.976 INFO STEP 546 (remove_files) COMPLETE
59442024-12-19T22:17:22.212Z[ recovery-image] Dec 19 22:17:20.976 INFO O| Dec 19 22:17:20.976 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59452024-12-19T22:17:22.236Z[ recovery-image] Dec 19 22:17:21.000 INFO O| Dec 19 22:17:21.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
59462024-12-19T22:17:22.239Z[ recovery-image] Dec 19 22:17:21.003 INFO O| Dec 19 22:17:21.000 INFO STEP 547 (remove_files) COMPLETE
59472024-12-19T22:17:22.239Z[ recovery-image] Dec 19 22:17:21.003 INFO O| Dec 19 22:17:21.000 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59482024-12-19T22:17:22.258Z[ recovery-image] Dec 19 22:17:21.022 INFO O| Dec 19 22:17:21.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
59492024-12-19T22:17:22.262Z[ recovery-image] Dec 19 22:17:21.022 INFO O| Dec 19 22:17:21.022 INFO STEP 548 (remove_files) COMPLETE
59502024-12-19T22:17:22.262Z[ recovery-image] Dec 19 22:17:21.022 INFO O| Dec 19 22:17:21.022 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59512024-12-19T22:17:22.278Z[ recovery-image] Dec 19 22:17:21.042 INFO O| Dec 19 22:17:21.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
59522024-12-19T22:17:22.281Z[ recovery-image] Dec 19 22:17:21.042 INFO O| Dec 19 22:17:21.042 INFO STEP 549 (remove_files) COMPLETE
59532024-12-19T22:17:22.281Z[ recovery-image] Dec 19 22:17:21.042 INFO O| Dec 19 22:17:21.042 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59542024-12-19T22:17:22.298Z[ recovery-image] Dec 19 22:17:21.061 INFO O| Dec 19 22:17:21.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
59552024-12-19T22:17:22.301Z[ recovery-image] Dec 19 22:17:21.061 INFO O| Dec 19 22:17:21.061 INFO STEP 550 (remove_files) COMPLETE
59562024-12-19T22:17:22.301Z[ recovery-image] Dec 19 22:17:21.061 INFO O| Dec 19 22:17:21.061 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59572024-12-19T22:17:22.317Z[ recovery-image] Dec 19 22:17:21.080 INFO O| Dec 19 22:17:21.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
59582024-12-19T22:17:22.320Z[ recovery-image] Dec 19 22:17:21.080 INFO O| Dec 19 22:17:21.080 INFO STEP 551 (remove_files) COMPLETE
59592024-12-19T22:17:22.320Z[ recovery-image] Dec 19 22:17:21.080 INFO O| Dec 19 22:17:21.080 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59602024-12-19T22:17:22.338Z[ recovery-image] Dec 19 22:17:21.101 INFO O| Dec 19 22:17:21.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
59612024-12-19T22:17:22.338Z[ recovery-image] Dec 19 22:17:21.101 INFO O| Dec 19 22:17:21.101 INFO STEP 552 (remove_files) COMPLETE
59622024-12-19T22:17:22.338Z[ recovery-image] Dec 19 22:17:21.101 INFO O| Dec 19 22:17:21.101 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59632024-12-19T22:17:22.360Z[ recovery-image] Dec 19 22:17:21.123 INFO O| Dec 19 22:17:21.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
59642024-12-19T22:17:22.360Z[ recovery-image] Dec 19 22:17:21.123 INFO O| Dec 19 22:17:21.123 INFO STEP 553 (remove_files) COMPLETE
59652024-12-19T22:17:22.364Z[ recovery-image] Dec 19 22:17:21.123 INFO O| Dec 19 22:17:21.123 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59662024-12-19T22:17:22.383Z[ recovery-image] Dec 19 22:17:21.146 INFO O| Dec 19 22:17:21.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
59672024-12-19T22:17:22.386Z[ recovery-image] Dec 19 22:17:21.147 INFO O| Dec 19 22:17:21.147 INFO STEP 554 (remove_files) COMPLETE
59682024-12-19T22:17:22.386Z[ recovery-image] Dec 19 22:17:21.147 INFO O| Dec 19 22:17:21.147 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59692024-12-19T22:17:22.411Z[ recovery-image] Dec 19 22:17:21.174 INFO O| Dec 19 22:17:21.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
59702024-12-19T22:17:22.414Z[ recovery-image] Dec 19 22:17:21.175 INFO O| Dec 19 22:17:21.175 INFO STEP 555 (remove_files) COMPLETE
59712024-12-19T22:17:22.414Z[ recovery-image] Dec 19 22:17:21.175 INFO O| Dec 19 22:17:21.175 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59722024-12-19T22:17:22.446Z[ recovery-image] Dec 19 22:17:21.209 INFO O| Dec 19 22:17:21.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
59732024-12-19T22:17:22.449Z[ recovery-image] Dec 19 22:17:21.210 INFO O| Dec 19 22:17:21.210 INFO STEP 556 (remove_files) COMPLETE
59742024-12-19T22:17:22.449Z[ recovery-image] Dec 19 22:17:21.210 INFO O| Dec 19 22:17:21.210 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59752024-12-19T22:17:22.468Z[ recovery-image] Dec 19 22:17:21.231 INFO O| Dec 19 22:17:21.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
59762024-12-19T22:17:22.471Z[ recovery-image] Dec 19 22:17:21.231 INFO O| Dec 19 22:17:21.231 INFO STEP 557 (remove_files) COMPLETE
59772024-12-19T22:17:22.472Z[ recovery-image] Dec 19 22:17:21.231 INFO O| Dec 19 22:17:21.231 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59782024-12-19T22:17:22.489Z[ recovery-image] Dec 19 22:17:21.251 INFO O| Dec 19 22:17:21.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
59792024-12-19T22:17:22.492Z[ recovery-image] Dec 19 22:17:21.252 INFO O| Dec 19 22:17:21.252 INFO STEP 558 (remove_files) COMPLETE
59802024-12-19T22:17:22.492Z[ recovery-image] Dec 19 22:17:21.252 INFO O| Dec 19 22:17:21.252 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59812024-12-19T22:17:22.510Z[ recovery-image] Dec 19 22:17:21.273 INFO O| Dec 19 22:17:21.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
59822024-12-19T22:17:22.512Z[ recovery-image] Dec 19 22:17:21.273 INFO O| Dec 19 22:17:21.273 INFO STEP 559 (remove_files) COMPLETE
59832024-12-19T22:17:22.512Z[ recovery-image] Dec 19 22:17:21.273 INFO O| Dec 19 22:17:21.273 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59842024-12-19T22:17:22.531Z[ recovery-image] Dec 19 22:17:21.294 INFO O| Dec 19 22:17:21.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
59852024-12-19T22:17:22.534Z[ recovery-image] Dec 19 22:17:21.294 INFO O| Dec 19 22:17:21.294 INFO STEP 560 (remove_files) COMPLETE
59862024-12-19T22:17:22.534Z[ recovery-image] Dec 19 22:17:21.294 INFO O| Dec 19 22:17:21.294 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59872024-12-19T22:17:22.553Z[ host-image] Dec 19 22:17:21.315 INFO O| Dec 19 22:17:21.314 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
59882024-12-19T22:17:22.555Z[ recovery-image] Dec 19 22:17:21.316 INFO O| Dec 19 22:17:21.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
59892024-12-19T22:17:22.555Z[ recovery-image] Dec 19 22:17:21.316 INFO O| Dec 19 22:17:21.316 INFO STEP 561 (remove_files) COMPLETE
59902024-12-19T22:17:22.555Z[ recovery-image] Dec 19 22:17:21.316 INFO O| Dec 19 22:17:21.316 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59912024-12-19T22:17:22.576Z[ recovery-image] Dec 19 22:17:21.338 INFO O| Dec 19 22:17:21.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
59922024-12-19T22:17:22.579Z[ recovery-image] Dec 19 22:17:21.338 INFO O| Dec 19 22:17:21.338 INFO STEP 562 (remove_files) COMPLETE
59932024-12-19T22:17:22.579Z[ recovery-image] Dec 19 22:17:21.338 INFO O| Dec 19 22:17:21.338 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59942024-12-19T22:17:22.613Z[ recovery-image] Dec 19 22:17:21.374 INFO O| Dec 19 22:17:21.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
59952024-12-19T22:17:22.613Z[ recovery-image] Dec 19 22:17:21.374 INFO O| Dec 19 22:17:21.374 INFO STEP 563 (remove_files) COMPLETE
59962024-12-19T22:17:22.613Z[ recovery-image] Dec 19 22:17:21.374 INFO O| Dec 19 22:17:21.374 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59972024-12-19T22:17:22.634Z[ recovery-image] Dec 19 22:17:21.396 INFO O| Dec 19 22:17:21.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
59982024-12-19T22:17:22.634Z[ recovery-image] Dec 19 22:17:21.396 INFO O| Dec 19 22:17:21.396 INFO STEP 564 (remove_files) COMPLETE
59992024-12-19T22:17:22.634Z[ recovery-image] Dec 19 22:17:21.396 INFO O| Dec 19 22:17:21.396 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60002024-12-19T22:17:22.655Z[ recovery-image] Dec 19 22:17:21.417 INFO O| Dec 19 22:17:21.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
60012024-12-19T22:17:22.655Z[ recovery-image] Dec 19 22:17:21.417 INFO O| Dec 19 22:17:21.417 INFO STEP 565 (remove_files) COMPLETE
60022024-12-19T22:17:22.655Z[ recovery-image] Dec 19 22:17:21.417 INFO O| Dec 19 22:17:21.417 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60032024-12-19T22:17:22.677Z[ recovery-image] Dec 19 22:17:21.438 INFO O| Dec 19 22:17:21.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
60042024-12-19T22:17:22.677Z[ recovery-image] Dec 19 22:17:21.439 INFO O| Dec 19 22:17:21.439 INFO STEP 566 (remove_files) COMPLETE
60052024-12-19T22:17:22.677Z[ recovery-image] Dec 19 22:17:21.439 INFO O| Dec 19 22:17:21.439 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60062024-12-19T22:17:22.699Z[ recovery-image] Dec 19 22:17:21.460 INFO O| Dec 19 22:17:21.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
60072024-12-19T22:17:22.700Z[ recovery-image] Dec 19 22:17:21.460 INFO O| Dec 19 22:17:21.460 INFO STEP 567 (remove_files) COMPLETE
60082024-12-19T22:17:22.700Z[ recovery-image] Dec 19 22:17:21.460 INFO O| Dec 19 22:17:21.460 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60092024-12-19T22:17:22.760Z[ recovery-image] Dec 19 22:17:21.522 INFO O| Dec 19 22:17:21.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
60102024-12-19T22:17:22.763Z[ recovery-image] Dec 19 22:17:21.522 INFO O| Dec 19 22:17:21.522 INFO STEP 568 (remove_files) COMPLETE
60112024-12-19T22:17:22.763Z[ recovery-image] Dec 19 22:17:21.522 INFO O| Dec 19 22:17:21.522 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60122024-12-19T22:17:22.783Z[ recovery-image] Dec 19 22:17:21.544 INFO O| Dec 19 22:17:21.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
60132024-12-19T22:17:22.787Z[ recovery-image] Dec 19 22:17:21.544 INFO O| Dec 19 22:17:21.544 INFO STEP 569 (remove_files) COMPLETE
60142024-12-19T22:17:22.787Z[ recovery-image] Dec 19 22:17:21.545 INFO O| Dec 19 22:17:21.544 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60152024-12-19T22:17:22.802Z[ recovery-image] Dec 19 22:17:21.564 INFO O| Dec 19 22:17:21.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
60162024-12-19T22:17:22.805Z[ recovery-image] Dec 19 22:17:21.564 INFO O| Dec 19 22:17:21.564 INFO STEP 570 (remove_files) COMPLETE
60172024-12-19T22:17:22.805Z[ recovery-image] Dec 19 22:17:21.564 INFO O| Dec 19 22:17:21.564 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60182024-12-19T22:17:22.842Z[ recovery-image] Dec 19 22:17:21.603 INFO O| Dec 19 22:17:21.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
60192024-12-19T22:17:22.842Z[ recovery-image] Dec 19 22:17:21.603 INFO O| Dec 19 22:17:21.603 INFO STEP 571 (remove_files) COMPLETE
60202024-12-19T22:17:22.842Z[ recovery-image] Dec 19 22:17:21.603 INFO O| Dec 19 22:17:21.603 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60212024-12-19T22:17:22.990Z[ recovery-image] Dec 19 22:17:21.750 INFO O| Dec 19 22:17:21.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
60222024-12-19T22:17:22.990Z[ recovery-image] Dec 19 22:17:21.750 INFO O| Dec 19 22:17:21.750 INFO STEP 572 (remove_files) COMPLETE
60232024-12-19T22:17:22.990Z[ recovery-image] Dec 19 22:17:21.750 INFO O| Dec 19 22:17:21.750 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60242024-12-19T22:17:23.021Z[ recovery-image] Dec 19 22:17:21.781 INFO O| Dec 19 22:17:21.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
60252024-12-19T22:17:23.021Z[ recovery-image] Dec 19 22:17:21.781 INFO O| Dec 19 22:17:21.781 INFO STEP 573 (remove_files) COMPLETE
60262024-12-19T22:17:23.021Z[ recovery-image] Dec 19 22:17:21.781 INFO O| Dec 19 22:17:21.781 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60272024-12-19T22:17:23.041Z[ recovery-image] Dec 19 22:17:21.801 INFO O| Dec 19 22:17:21.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
60282024-12-19T22:17:23.041Z[ recovery-image] Dec 19 22:17:21.801 INFO O| Dec 19 22:17:21.801 INFO STEP 574 (remove_files) COMPLETE
60292024-12-19T22:17:23.041Z[ recovery-image] Dec 19 22:17:21.801 INFO O| Dec 19 22:17:21.801 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60302024-12-19T22:17:23.061Z[ recovery-image] Dec 19 22:17:21.821 INFO O| Dec 19 22:17:21.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
60312024-12-19T22:17:23.061Z[ recovery-image] Dec 19 22:17:21.821 INFO O| Dec 19 22:17:21.821 INFO STEP 575 (remove_files) COMPLETE
60322024-12-19T22:17:23.061Z[ recovery-image] Dec 19 22:17:21.821 INFO O| Dec 19 22:17:21.821 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60332024-12-19T22:17:23.082Z[ recovery-image] Dec 19 22:17:21.843 INFO O| Dec 19 22:17:21.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
60342024-12-19T22:17:23.082Z[ recovery-image] Dec 19 22:17:21.843 INFO O| Dec 19 22:17:21.843 INFO STEP 576 (remove_files) COMPLETE
60352024-12-19T22:17:23.082Z[ recovery-image] Dec 19 22:17:21.843 INFO O| Dec 19 22:17:21.843 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60362024-12-19T22:17:23.123Z[ recovery-image] Dec 19 22:17:21.883 INFO O| Dec 19 22:17:21.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
60372024-12-19T22:17:23.123Z[ recovery-image] Dec 19 22:17:21.883 INFO O| Dec 19 22:17:21.883 INFO STEP 577 (remove_files) COMPLETE
60382024-12-19T22:17:23.123Z[ recovery-image] Dec 19 22:17:21.883 INFO O| Dec 19 22:17:21.883 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60392024-12-19T22:17:23.142Z[ recovery-image] Dec 19 22:17:21.902 INFO O| Dec 19 22:17:21.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
60402024-12-19T22:17:23.142Z[ recovery-image] Dec 19 22:17:21.902 INFO O| Dec 19 22:17:21.902 INFO STEP 578 (remove_files) COMPLETE
60412024-12-19T22:17:23.143Z[ recovery-image] Dec 19 22:17:21.902 INFO O| Dec 19 22:17:21.902 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60422024-12-19T22:17:23.160Z[ recovery-image] Dec 19 22:17:21.920 INFO O| Dec 19 22:17:21.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
60432024-12-19T22:17:23.160Z[ recovery-image] Dec 19 22:17:21.920 INFO O| Dec 19 22:17:21.920 INFO STEP 579 (remove_files) COMPLETE
60442024-12-19T22:17:23.160Z[ recovery-image] Dec 19 22:17:21.920 INFO O| Dec 19 22:17:21.920 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60452024-12-19T22:17:23.178Z[ recovery-image] Dec 19 22:17:21.938 INFO O| Dec 19 22:17:21.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
60462024-12-19T22:17:23.179Z[ recovery-image] Dec 19 22:17:21.938 INFO O| Dec 19 22:17:21.938 INFO STEP 580 (remove_files) COMPLETE
60472024-12-19T22:17:23.179Z[ recovery-image] Dec 19 22:17:21.938 INFO O| Dec 19 22:17:21.938 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60482024-12-19T22:17:23.199Z[ recovery-image] Dec 19 22:17:21.959 INFO O| Dec 19 22:17:21.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
60492024-12-19T22:17:23.199Z[ recovery-image] Dec 19 22:17:21.959 INFO O| Dec 19 22:17:21.959 INFO STEP 581 (remove_files) COMPLETE
60502024-12-19T22:17:23.199Z[ recovery-image] Dec 19 22:17:21.959 INFO O| Dec 19 22:17:21.959 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60512024-12-19T22:17:23.220Z[ recovery-image] Dec 19 22:17:21.979 INFO O| Dec 19 22:17:21.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
60522024-12-19T22:17:23.220Z[ recovery-image] Dec 19 22:17:21.979 INFO O| Dec 19 22:17:21.979 INFO STEP 582 (remove_files) COMPLETE
60532024-12-19T22:17:23.220Z[ recovery-image] Dec 19 22:17:21.979 INFO O| Dec 19 22:17:21.979 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60542024-12-19T22:17:23.258Z[ recovery-image] Dec 19 22:17:22.017 INFO O| Dec 19 22:17:22.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
60552024-12-19T22:17:23.258Z[ recovery-image] Dec 19 22:17:22.017 INFO O| Dec 19 22:17:22.017 INFO STEP 583 (remove_files) COMPLETE
60562024-12-19T22:17:23.261Z[ recovery-image] Dec 19 22:17:22.017 INFO O| Dec 19 22:17:22.017 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60572024-12-19T22:17:23.284Z[ recovery-image] Dec 19 22:17:22.043 INFO O| Dec 19 22:17:22.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
60582024-12-19T22:17:23.286Z[ recovery-image] Dec 19 22:17:22.043 INFO O| Dec 19 22:17:22.043 INFO STEP 584 (remove_files) COMPLETE
60592024-12-19T22:17:23.286Z[ recovery-image] Dec 19 22:17:22.044 INFO O| Dec 19 22:17:22.044 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60602024-12-19T22:17:23.305Z[ recovery-image] Dec 19 22:17:22.065 INFO O| Dec 19 22:17:22.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
60612024-12-19T22:17:23.306Z[ recovery-image] Dec 19 22:17:22.065 INFO O| Dec 19 22:17:22.065 INFO STEP 585 (remove_files) COMPLETE
60622024-12-19T22:17:23.309Z[ recovery-image] Dec 19 22:17:22.065 INFO O| Dec 19 22:17:22.065 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60632024-12-19T22:17:23.338Z[ recovery-image] Dec 19 22:17:22.097 INFO O| Dec 19 22:17:22.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
60642024-12-19T22:17:23.338Z[ recovery-image] Dec 19 22:17:22.097 INFO O| Dec 19 22:17:22.097 INFO STEP 586 (remove_files) COMPLETE
60652024-12-19T22:17:23.338Z[ recovery-image] Dec 19 22:17:22.097 INFO O| Dec 19 22:17:22.097 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60662024-12-19T22:17:23.359Z[ recovery-image] Dec 19 22:17:22.117 INFO O| Dec 19 22:17:22.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
60672024-12-19T22:17:23.359Z[ recovery-image] Dec 19 22:17:22.117 INFO O| Dec 19 22:17:22.117 INFO STEP 587 (remove_files) COMPLETE
60682024-12-19T22:17:23.359Z[ recovery-image] Dec 19 22:17:22.117 INFO O| Dec 19 22:17:22.117 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60692024-12-19T22:17:23.400Z[ recovery-image] Dec 19 22:17:22.159 INFO O| Dec 19 22:17:22.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
60702024-12-19T22:17:23.403Z[ recovery-image] Dec 19 22:17:22.160 INFO O| Dec 19 22:17:22.160 INFO STEP 588 (remove_files) COMPLETE
60712024-12-19T22:17:23.403Z[ recovery-image] Dec 19 22:17:22.160 INFO O| Dec 19 22:17:22.160 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60722024-12-19T22:17:23.420Z[ recovery-image] Dec 19 22:17:22.179 INFO O| Dec 19 22:17:22.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
60732024-12-19T22:17:23.420Z[ recovery-image] Dec 19 22:17:22.179 INFO O| Dec 19 22:17:22.179 INFO STEP 589 (remove_files) COMPLETE
60742024-12-19T22:17:23.420Z[ recovery-image] Dec 19 22:17:22.179 INFO O| Dec 19 22:17:22.179 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60752024-12-19T22:17:23.459Z[ recovery-image] Dec 19 22:17:22.218 INFO O| Dec 19 22:17:22.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
60762024-12-19T22:17:23.462Z[ recovery-image] Dec 19 22:17:22.218 INFO O| Dec 19 22:17:22.218 INFO STEP 590 (remove_files) COMPLETE
60772024-12-19T22:17:23.462Z[ recovery-image] Dec 19 22:17:22.218 INFO O| Dec 19 22:17:22.218 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60782024-12-19T22:17:23.483Z[ recovery-image] Dec 19 22:17:22.241 INFO O| Dec 19 22:17:22.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
60792024-12-19T22:17:23.509Z[ recovery-image] Dec 19 22:17:22.267 INFO O| Dec 19 22:17:22.267 INFO STEP 591 (remove_files) COMPLETE
60802024-12-19T22:17:23.509Z[ recovery-image] Dec 19 22:17:22.267 INFO O| Dec 19 22:17:22.267 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60812024-12-19T22:17:23.540Z[ recovery-image] Dec 19 22:17:22.298 INFO O| Dec 19 22:17:22.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
60822024-12-19T22:17:23.540Z[ recovery-image] Dec 19 22:17:22.298 INFO O| Dec 19 22:17:22.298 INFO STEP 592 (remove_files) COMPLETE
60832024-12-19T22:17:23.540Z[ recovery-image] Dec 19 22:17:22.298 INFO O| Dec 19 22:17:22.298 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60842024-12-19T22:17:23.586Z[ recovery-image] Dec 19 22:17:22.344 INFO O| Dec 19 22:17:22.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
60852024-12-19T22:17:23.586Z[ recovery-image] Dec 19 22:17:22.344 INFO O| Dec 19 22:17:22.344 INFO STEP 593 (remove_files) COMPLETE
60862024-12-19T22:17:23.586Z[ recovery-image] Dec 19 22:17:22.344 INFO O| Dec 19 22:17:22.344 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60872024-12-19T22:17:23.637Z[ recovery-image] Dec 19 22:17:22.395 INFO O| Dec 19 22:17:22.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
60882024-12-19T22:17:23.637Z[ recovery-image] Dec 19 22:17:22.395 INFO O| Dec 19 22:17:22.395 INFO STEP 594 (remove_files) COMPLETE
60892024-12-19T22:17:23.640Z[ recovery-image] Dec 19 22:17:22.395 INFO O| Dec 19 22:17:22.395 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60902024-12-19T22:17:23.657Z[ recovery-image] Dec 19 22:17:22.415 INFO O| Dec 19 22:17:22.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
60912024-12-19T22:17:23.657Z[ recovery-image] Dec 19 22:17:22.415 INFO O| Dec 19 22:17:22.415 INFO STEP 595 (remove_files) COMPLETE
60922024-12-19T22:17:23.657Z[ recovery-image] Dec 19 22:17:22.415 INFO O| Dec 19 22:17:22.415 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60932024-12-19T22:17:23.727Z[ recovery-image] Dec 19 22:17:22.485 INFO O| Dec 19 22:17:22.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
60942024-12-19T22:17:23.728Z[ recovery-image] Dec 19 22:17:22.485 INFO O| Dec 19 22:17:22.485 INFO STEP 596 (remove_files) COMPLETE
60952024-12-19T22:17:23.730Z[ recovery-image] Dec 19 22:17:22.485 INFO O| Dec 19 22:17:22.485 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60962024-12-19T22:17:23.787Z[ recovery-image] Dec 19 22:17:22.544 INFO O| Dec 19 22:17:22.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
60972024-12-19T22:17:23.790Z[ recovery-image] Dec 19 22:17:22.544 INFO O| Dec 19 22:17:22.544 INFO STEP 597 (remove_files) COMPLETE
60982024-12-19T22:17:23.790Z[ recovery-image] Dec 19 22:17:22.544 INFO O| Dec 19 22:17:22.544 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60992024-12-19T22:17:23.826Z[ recovery-image] Dec 19 22:17:22.583 INFO O| Dec 19 22:17:22.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
61002024-12-19T22:17:23.826Z[ recovery-image] Dec 19 22:17:22.583 INFO O| Dec 19 22:17:22.583 INFO STEP 598 (remove_files) COMPLETE
61012024-12-19T22:17:23.826Z[ recovery-image] Dec 19 22:17:22.583 INFO O| Dec 19 22:17:22.583 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61022024-12-19T22:17:23.852Z[ recovery-image] Dec 19 22:17:22.609 INFO O| Dec 19 22:17:22.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
61032024-12-19T22:17:23.852Z[ recovery-image] Dec 19 22:17:22.609 INFO O| Dec 19 22:17:22.609 INFO STEP 599 (remove_files) COMPLETE
61042024-12-19T22:17:23.852Z[ recovery-image] Dec 19 22:17:22.609 INFO O| Dec 19 22:17:22.609 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61052024-12-19T22:17:23.881Z[ recovery-image] Dec 19 22:17:22.638 INFO O| Dec 19 22:17:22.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
61062024-12-19T22:17:23.884Z[ recovery-image] Dec 19 22:17:22.638 INFO O| Dec 19 22:17:22.638 INFO STEP 600 (remove_files) COMPLETE
61072024-12-19T22:17:23.884Z[ recovery-image] Dec 19 22:17:22.638 INFO O| Dec 19 22:17:22.638 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61082024-12-19T22:17:23.904Z[ recovery-image] Dec 19 22:17:22.660 INFO O| Dec 19 22:17:22.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
61092024-12-19T22:17:23.907Z[ recovery-image] Dec 19 22:17:22.661 INFO O| Dec 19 22:17:22.661 INFO STEP 601 (remove_files) COMPLETE
61102024-12-19T22:17:23.907Z[ recovery-image] Dec 19 22:17:22.661 INFO O| Dec 19 22:17:22.661 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61112024-12-19T22:17:24.002Z[ recovery-image] Dec 19 22:17:22.756 INFO O| Dec 19 22:17:22.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
61122024-12-19T22:17:24.005Z[ recovery-image] Dec 19 22:17:22.756 INFO O| Dec 19 22:17:22.756 INFO STEP 602 (remove_files) COMPLETE
61132024-12-19T22:17:24.005Z[ recovery-image] Dec 19 22:17:22.756 INFO O| Dec 19 22:17:22.756 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61142024-12-19T22:17:24.021Z[ recovery-image] Dec 19 22:17:22.777 INFO O| Dec 19 22:17:22.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
61152024-12-19T22:17:24.024Z[ recovery-image] Dec 19 22:17:22.777 INFO O| Dec 19 22:17:22.777 INFO STEP 603 (remove_files) COMPLETE
61162024-12-19T22:17:24.024Z[ recovery-image] Dec 19 22:17:22.777 INFO O| Dec 19 22:17:22.777 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61172024-12-19T22:17:24.042Z[ recovery-image] Dec 19 22:17:22.798 INFO O| Dec 19 22:17:22.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
61182024-12-19T22:17:24.042Z[ recovery-image] Dec 19 22:17:22.799 INFO O| Dec 19 22:17:22.798 INFO STEP 604 (remove_files) COMPLETE
61192024-12-19T22:17:24.042Z[ recovery-image] Dec 19 22:17:22.799 INFO O| Dec 19 22:17:22.799 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61202024-12-19T22:17:24.078Z[ recovery-image] Dec 19 22:17:22.833 INFO O| Dec 19 22:17:22.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
61212024-12-19T22:17:24.078Z[ recovery-image] Dec 19 22:17:22.834 INFO O| Dec 19 22:17:22.834 INFO STEP 605 (remove_files) COMPLETE
61222024-12-19T22:17:24.078Z[ recovery-image] Dec 19 22:17:22.834 INFO O| Dec 19 22:17:22.834 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61232024-12-19T22:17:24.099Z[ recovery-image] Dec 19 22:17:22.854 INFO O| Dec 19 22:17:22.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
61242024-12-19T22:17:24.099Z[ recovery-image] Dec 19 22:17:22.854 INFO O| Dec 19 22:17:22.854 INFO STEP 606 (remove_files) COMPLETE
61252024-12-19T22:17:24.099Z[ recovery-image] Dec 19 22:17:22.854 INFO O| Dec 19 22:17:22.854 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61262024-12-19T22:17:24.135Z[ recovery-image] Dec 19 22:17:22.890 INFO O| Dec 19 22:17:22.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
61272024-12-19T22:17:24.135Z[ recovery-image] Dec 19 22:17:22.890 INFO O| Dec 19 22:17:22.890 INFO STEP 607 (remove_files) COMPLETE
61282024-12-19T22:17:24.137Z[ recovery-image] Dec 19 22:17:22.891 INFO O| Dec 19 22:17:22.890 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61292024-12-19T22:17:24.157Z[ recovery-image] Dec 19 22:17:22.913 INFO O| Dec 19 22:17:22.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
61302024-12-19T22:17:24.157Z[ recovery-image] Dec 19 22:17:22.913 INFO O| Dec 19 22:17:22.913 INFO STEP 608 (remove_files) COMPLETE
61312024-12-19T22:17:24.158Z[ recovery-image] Dec 19 22:17:22.913 INFO O| Dec 19 22:17:22.913 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61322024-12-19T22:17:24.178Z[ recovery-image] Dec 19 22:17:22.934 INFO O| Dec 19 22:17:22.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
61332024-12-19T22:17:24.178Z[ recovery-image] Dec 19 22:17:22.934 INFO O| Dec 19 22:17:22.934 INFO STEP 609 (remove_files) COMPLETE
61342024-12-19T22:17:24.178Z[ recovery-image] Dec 19 22:17:22.934 INFO O| Dec 19 22:17:22.934 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61352024-12-19T22:17:24.198Z[ recovery-image] Dec 19 22:17:22.954 INFO O| Dec 19 22:17:22.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
61362024-12-19T22:17:24.201Z[ recovery-image] Dec 19 22:17:22.954 INFO O| Dec 19 22:17:22.954 INFO STEP 610 (remove_files) COMPLETE
61372024-12-19T22:17:24.201Z[ recovery-image] Dec 19 22:17:22.954 INFO O| Dec 19 22:17:22.954 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61382024-12-19T22:17:24.241Z[ recovery-image] Dec 19 22:17:22.996 INFO O| Dec 19 22:17:22.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
61392024-12-19T22:17:24.241Z[ recovery-image] Dec 19 22:17:22.996 INFO O| Dec 19 22:17:22.996 INFO STEP 611 (remove_files) COMPLETE
61402024-12-19T22:17:24.244Z[ recovery-image] Dec 19 22:17:22.997 INFO O| Dec 19 22:17:22.996 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61412024-12-19T22:17:24.263Z[ recovery-image] Dec 19 22:17:23.018 INFO O| Dec 19 22:17:23.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
61422024-12-19T22:17:24.263Z[ recovery-image] Dec 19 22:17:23.018 INFO O| Dec 19 22:17:23.018 INFO STEP 612 (remove_files) COMPLETE
61432024-12-19T22:17:24.263Z[ recovery-image] Dec 19 22:17:23.018 INFO O| Dec 19 22:17:23.018 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61442024-12-19T22:17:24.283Z[ recovery-image] Dec 19 22:17:23.038 INFO O| Dec 19 22:17:23.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
61452024-12-19T22:17:24.283Z[ recovery-image] Dec 19 22:17:23.038 INFO O| Dec 19 22:17:23.038 INFO STEP 613 (remove_files) COMPLETE
61462024-12-19T22:17:24.285Z[ recovery-image] Dec 19 22:17:23.038 INFO O| Dec 19 22:17:23.038 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61472024-12-19T22:17:24.309Z[ recovery-image] Dec 19 22:17:23.064 INFO O| Dec 19 22:17:23.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
61482024-12-19T22:17:24.309Z[ recovery-image] Dec 19 22:17:23.064 INFO O| Dec 19 22:17:23.064 INFO STEP 614 (remove_files) COMPLETE
61492024-12-19T22:17:24.312Z[ recovery-image] Dec 19 22:17:23.064 INFO O| Dec 19 22:17:23.064 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61502024-12-19T22:17:24.330Z[ recovery-image] Dec 19 22:17:23.085 INFO O| Dec 19 22:17:23.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
61512024-12-19T22:17:24.330Z[ recovery-image] Dec 19 22:17:23.085 INFO O| Dec 19 22:17:23.085 INFO STEP 615 (remove_files) COMPLETE
61522024-12-19T22:17:24.330Z[ recovery-image] Dec 19 22:17:23.085 INFO O| Dec 19 22:17:23.085 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61532024-12-19T22:17:24.361Z[ recovery-image] Dec 19 22:17:23.115 INFO O| Dec 19 22:17:23.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
61542024-12-19T22:17:24.361Z[ recovery-image] Dec 19 22:17:23.115 INFO O| Dec 19 22:17:23.115 INFO STEP 616 (remove_files) COMPLETE
61552024-12-19T22:17:24.361Z[ recovery-image] Dec 19 22:17:23.115 INFO O| Dec 19 22:17:23.115 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61562024-12-19T22:17:24.382Z[ recovery-image] Dec 19 22:17:23.136 INFO O| Dec 19 22:17:23.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
61572024-12-19T22:17:24.382Z[ recovery-image] Dec 19 22:17:23.136 INFO O| Dec 19 22:17:23.136 INFO STEP 617 (remove_files) COMPLETE
61582024-12-19T22:17:24.382Z[ recovery-image] Dec 19 22:17:23.136 INFO O| Dec 19 22:17:23.136 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61592024-12-19T22:17:24.404Z[ recovery-image] Dec 19 22:17:23.158 INFO O| Dec 19 22:17:23.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
61602024-12-19T22:17:24.404Z[ recovery-image] Dec 19 22:17:23.159 INFO O| Dec 19 22:17:23.159 INFO STEP 618 (remove_files) COMPLETE
61612024-12-19T22:17:24.404Z[ recovery-image] Dec 19 22:17:23.159 INFO O| Dec 19 22:17:23.159 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61622024-12-19T22:17:24.444Z[ recovery-image] Dec 19 22:17:23.198 INFO O| Dec 19 22:17:23.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
61632024-12-19T22:17:24.447Z[ recovery-image] Dec 19 22:17:23.198 INFO O| Dec 19 22:17:23.198 INFO STEP 619 (remove_files) COMPLETE
61642024-12-19T22:17:24.447Z[ recovery-image] Dec 19 22:17:23.198 INFO O| Dec 19 22:17:23.198 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61652024-12-19T22:17:24.476Z[ recovery-image] Dec 19 22:17:23.230 INFO O| Dec 19 22:17:23.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
61662024-12-19T22:17:24.476Z[ recovery-image] Dec 19 22:17:23.230 INFO O| Dec 19 22:17:23.230 INFO STEP 620 (remove_files) COMPLETE
61672024-12-19T22:17:24.476Z[ recovery-image] Dec 19 22:17:23.230 INFO O| Dec 19 22:17:23.230 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61682024-12-19T22:17:24.514Z[ recovery-image] Dec 19 22:17:23.268 INFO O| Dec 19 22:17:23.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
61692024-12-19T22:17:24.514Z[ recovery-image] Dec 19 22:17:23.268 INFO O| Dec 19 22:17:23.268 INFO STEP 621 (remove_files) COMPLETE
61702024-12-19T22:17:24.514Z[ recovery-image] Dec 19 22:17:23.268 INFO O| Dec 19 22:17:23.268 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61712024-12-19T22:17:24.570Z[ recovery-image] Dec 19 22:17:23.324 INFO O| Dec 19 22:17:23.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
61722024-12-19T22:17:24.570Z[ recovery-image] Dec 19 22:17:23.324 INFO O| Dec 19 22:17:23.324 INFO STEP 622 (remove_files) COMPLETE
61732024-12-19T22:17:24.570Z[ recovery-image] Dec 19 22:17:23.324 INFO O| Dec 19 22:17:23.324 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61742024-12-19T22:17:24.589Z[ recovery-image] Dec 19 22:17:23.343 INFO O| Dec 19 22:17:23.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
61752024-12-19T22:17:24.589Z[ recovery-image] Dec 19 22:17:23.343 INFO O| Dec 19 22:17:23.343 INFO STEP 623 (remove_files) COMPLETE
61762024-12-19T22:17:24.589Z[ recovery-image] Dec 19 22:17:23.343 INFO O| Dec 19 22:17:23.343 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61772024-12-19T22:17:24.610Z[ recovery-image] Dec 19 22:17:23.363 INFO O| Dec 19 22:17:23.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
61782024-12-19T22:17:24.610Z[ recovery-image] Dec 19 22:17:23.364 INFO O| Dec 19 22:17:23.364 INFO STEP 624 (remove_files) COMPLETE
61792024-12-19T22:17:24.610Z[ recovery-image] Dec 19 22:17:23.364 INFO O| Dec 19 22:17:23.364 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61802024-12-19T22:17:24.630Z[ recovery-image] Dec 19 22:17:23.384 INFO O| Dec 19 22:17:23.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
61812024-12-19T22:17:24.630Z[ recovery-image] Dec 19 22:17:23.384 INFO O| Dec 19 22:17:23.384 INFO STEP 625 (remove_files) COMPLETE
61822024-12-19T22:17:24.630Z[ recovery-image] Dec 19 22:17:23.384 INFO O| Dec 19 22:17:23.384 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61832024-12-19T22:17:24.651Z[ recovery-image] Dec 19 22:17:23.404 INFO O| Dec 19 22:17:23.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
61842024-12-19T22:17:24.651Z[ recovery-image] Dec 19 22:17:23.404 INFO O| Dec 19 22:17:23.404 INFO STEP 626 (remove_files) COMPLETE
61852024-12-19T22:17:24.651Z[ recovery-image] Dec 19 22:17:23.404 INFO O| Dec 19 22:17:23.404 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61862024-12-19T22:17:24.672Z[ recovery-image] Dec 19 22:17:23.424 INFO O| Dec 19 22:17:23.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
61872024-12-19T22:17:24.673Z[ recovery-image] Dec 19 22:17:23.424 INFO O| Dec 19 22:17:23.424 INFO STEP 627 (remove_files) COMPLETE
61882024-12-19T22:17:24.673Z[ recovery-image] Dec 19 22:17:23.424 INFO O| Dec 19 22:17:23.424 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61892024-12-19T22:17:24.691Z[ recovery-image] Dec 19 22:17:23.444 INFO O| Dec 19 22:17:23.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
61902024-12-19T22:17:24.692Z[ recovery-image] Dec 19 22:17:23.444 INFO O| Dec 19 22:17:23.444 INFO STEP 628 (remove_files) COMPLETE
61912024-12-19T22:17:24.692Z[ recovery-image] Dec 19 22:17:23.444 INFO O| Dec 19 22:17:23.444 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61922024-12-19T22:17:24.711Z[ recovery-image] Dec 19 22:17:23.464 INFO O| Dec 19 22:17:23.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
61932024-12-19T22:17:24.711Z[ recovery-image] Dec 19 22:17:23.464 INFO O| Dec 19 22:17:23.464 INFO STEP 629 (remove_files) COMPLETE
61942024-12-19T22:17:24.711Z[ recovery-image] Dec 19 22:17:23.464 INFO O| Dec 19 22:17:23.464 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61952024-12-19T22:17:24.730Z[ recovery-image] Dec 19 22:17:23.483 INFO O| Dec 19 22:17:23.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
61962024-12-19T22:17:24.730Z[ recovery-image] Dec 19 22:17:23.483 INFO O| Dec 19 22:17:23.483 INFO STEP 630 (remove_files) COMPLETE
61972024-12-19T22:17:24.730Z[ recovery-image] Dec 19 22:17:23.484 INFO O| Dec 19 22:17:23.483 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61982024-12-19T22:17:24.766Z[ recovery-image] Dec 19 22:17:23.519 INFO O| Dec 19 22:17:23.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
61992024-12-19T22:17:24.766Z[ recovery-image] Dec 19 22:17:23.519 INFO O| Dec 19 22:17:23.519 INFO STEP 631 (remove_files) COMPLETE
62002024-12-19T22:17:24.766Z[ recovery-image] Dec 19 22:17:23.519 INFO O| Dec 19 22:17:23.519 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62012024-12-19T22:17:24.845Z[ recovery-image] Dec 19 22:17:23.598 INFO O| Dec 19 22:17:23.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
62022024-12-19T22:17:24.845Z[ recovery-image] Dec 19 22:17:23.598 INFO O| Dec 19 22:17:23.598 INFO STEP 632 (remove_files) COMPLETE
62032024-12-19T22:17:24.845Z[ recovery-image] Dec 19 22:17:23.598 INFO O| Dec 19 22:17:23.598 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62042024-12-19T22:17:24.866Z[ recovery-image] Dec 19 22:17:23.619 INFO O| Dec 19 22:17:23.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
62052024-12-19T22:17:24.867Z[ recovery-image] Dec 19 22:17:23.619 INFO O| Dec 19 22:17:23.619 INFO STEP 633 (remove_files) COMPLETE
62062024-12-19T22:17:24.867Z[ recovery-image] Dec 19 22:17:23.619 INFO O| Dec 19 22:17:23.619 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62072024-12-19T22:17:24.909Z[ recovery-image] Dec 19 22:17:23.662 INFO O| Dec 19 22:17:23.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
62082024-12-19T22:17:24.910Z[ recovery-image] Dec 19 22:17:23.662 INFO O| Dec 19 22:17:23.662 INFO STEP 634 (remove_files) COMPLETE
62092024-12-19T22:17:24.912Z[ recovery-image] Dec 19 22:17:23.662 INFO O| Dec 19 22:17:23.662 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62102024-12-19T22:17:24.945Z[ recovery-image] Dec 19 22:17:23.698 INFO O| Dec 19 22:17:23.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
62112024-12-19T22:17:24.946Z[ recovery-image] Dec 19 22:17:23.698 INFO O| Dec 19 22:17:23.698 INFO STEP 635 (remove_files) COMPLETE
62122024-12-19T22:17:24.948Z[ recovery-image] Dec 19 22:17:23.698 INFO O| Dec 19 22:17:23.698 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62132024-12-19T22:17:24.968Z[ recovery-image] Dec 19 22:17:23.720 INFO O| Dec 19 22:17:23.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
62142024-12-19T22:17:24.971Z[ recovery-image] Dec 19 22:17:23.720 INFO O| Dec 19 22:17:23.720 INFO STEP 636 (remove_files) COMPLETE
62152024-12-19T22:17:24.971Z[ recovery-image] Dec 19 22:17:23.720 INFO O| Dec 19 22:17:23.720 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62162024-12-19T22:17:24.990Z[ recovery-image] Dec 19 22:17:23.742 INFO O| Dec 19 22:17:23.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
62172024-12-19T22:17:24.993Z[ recovery-image] Dec 19 22:17:23.742 INFO O| Dec 19 22:17:23.742 INFO STEP 637 (remove_files) COMPLETE
62182024-12-19T22:17:24.993Z[ recovery-image] Dec 19 22:17:23.742 INFO O| Dec 19 22:17:23.742 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62192024-12-19T22:17:25.011Z[ recovery-image] Dec 19 22:17:23.763 INFO O| Dec 19 22:17:23.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
62202024-12-19T22:17:25.011Z[ recovery-image] Dec 19 22:17:23.763 INFO O| Dec 19 22:17:23.763 INFO STEP 638 (remove_files) COMPLETE
62212024-12-19T22:17:25.013Z[ recovery-image] Dec 19 22:17:23.763 INFO O| Dec 19 22:17:23.763 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62222024-12-19T22:17:25.032Z[ recovery-image] Dec 19 22:17:23.784 INFO O| Dec 19 22:17:23.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
62232024-12-19T22:17:25.032Z[ recovery-image] Dec 19 22:17:23.784 INFO O| Dec 19 22:17:23.784 INFO STEP 639 (remove_files) COMPLETE
62242024-12-19T22:17:25.032Z[ recovery-image] Dec 19 22:17:23.784 INFO O| Dec 19 22:17:23.784 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62252024-12-19T22:17:25.059Z[ recovery-image] Dec 19 22:17:23.811 INFO O| Dec 19 22:17:23.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
62262024-12-19T22:17:25.060Z[ recovery-image] Dec 19 22:17:23.811 INFO O| Dec 19 22:17:23.811 INFO STEP 640 (remove_files) COMPLETE
62272024-12-19T22:17:25.062Z[ recovery-image] Dec 19 22:17:23.811 INFO O| Dec 19 22:17:23.811 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62282024-12-19T22:17:25.090Z[ recovery-image] Dec 19 22:17:23.841 INFO O| Dec 19 22:17:23.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
62292024-12-19T22:17:25.090Z[ recovery-image] Dec 19 22:17:23.841 INFO O| Dec 19 22:17:23.841 INFO STEP 641 (remove_files) COMPLETE
62302024-12-19T22:17:25.090Z[ recovery-image] Dec 19 22:17:23.841 INFO O| Dec 19 22:17:23.841 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62312024-12-19T22:17:25.110Z[ recovery-image] Dec 19 22:17:23.862 INFO O| Dec 19 22:17:23.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
62322024-12-19T22:17:25.111Z[ recovery-image] Dec 19 22:17:23.862 INFO O| Dec 19 22:17:23.862 INFO STEP 642 (remove_files) COMPLETE
62332024-12-19T22:17:25.111Z[ recovery-image] Dec 19 22:17:23.862 INFO O| Dec 19 22:17:23.862 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62342024-12-19T22:17:25.130Z[ recovery-image] Dec 19 22:17:23.882 INFO O| Dec 19 22:17:23.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
62352024-12-19T22:17:25.130Z[ recovery-image] Dec 19 22:17:23.882 INFO O| Dec 19 22:17:23.882 INFO STEP 643 (remove_files) COMPLETE
62362024-12-19T22:17:25.130Z[ recovery-image] Dec 19 22:17:23.882 INFO O| Dec 19 22:17:23.882 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62372024-12-19T22:17:25.151Z[ recovery-image] Dec 19 22:17:23.902 INFO O| Dec 19 22:17:23.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
62382024-12-19T22:17:25.165Z[ recovery-image] Dec 19 22:17:23.916 INFO O| Dec 19 22:17:23.916 INFO STEP 644 (remove_files) COMPLETE
62392024-12-19T22:17:25.165Z[ recovery-image] Dec 19 22:17:23.916 INFO O| Dec 19 22:17:23.916 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62402024-12-19T22:17:25.197Z[ recovery-image] Dec 19 22:17:23.948 INFO O| Dec 19 22:17:23.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
62412024-12-19T22:17:25.197Z[ recovery-image] Dec 19 22:17:23.948 INFO O| Dec 19 22:17:23.948 INFO STEP 645 (remove_files) COMPLETE
62422024-12-19T22:17:25.197Z[ recovery-image] Dec 19 22:17:23.948 INFO O| Dec 19 22:17:23.948 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62432024-12-19T22:17:25.234Z[ recovery-image] Dec 19 22:17:23.985 INFO O| Dec 19 22:17:23.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
62442024-12-19T22:17:25.237Z[ recovery-image] Dec 19 22:17:23.985 INFO O| Dec 19 22:17:23.985 INFO STEP 646 (remove_files) COMPLETE
62452024-12-19T22:17:25.238Z[ recovery-image] Dec 19 22:17:23.985 INFO O| Dec 19 22:17:23.985 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62462024-12-19T22:17:25.257Z[ recovery-image] Dec 19 22:17:24.008 INFO O| Dec 19 22:17:24.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
62472024-12-19T22:17:25.257Z[ recovery-image] Dec 19 22:17:24.008 INFO O| Dec 19 22:17:24.008 INFO STEP 647 (remove_files) COMPLETE
62482024-12-19T22:17:25.257Z[ recovery-image] Dec 19 22:17:24.008 INFO O| Dec 19 22:17:24.008 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62492024-12-19T22:17:25.278Z[ recovery-image] Dec 19 22:17:24.029 INFO O| Dec 19 22:17:24.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
62502024-12-19T22:17:25.278Z[ recovery-image] Dec 19 22:17:24.029 INFO O| Dec 19 22:17:24.029 INFO STEP 648 (remove_files) COMPLETE
62512024-12-19T22:17:25.282Z[ recovery-image] Dec 19 22:17:24.029 INFO O| Dec 19 22:17:24.029 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62522024-12-19T22:17:25.301Z[ recovery-image] Dec 19 22:17:24.051 INFO O| Dec 19 22:17:24.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
62532024-12-19T22:17:25.305Z[ recovery-image] Dec 19 22:17:24.051 INFO O| Dec 19 22:17:24.051 INFO STEP 649 (remove_files) COMPLETE
62542024-12-19T22:17:25.305Z[ recovery-image] Dec 19 22:17:24.051 INFO O| Dec 19 22:17:24.051 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62552024-12-19T22:17:25.323Z[ recovery-image] Dec 19 22:17:24.074 INFO O| Dec 19 22:17:24.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
62562024-12-19T22:17:25.326Z[ recovery-image] Dec 19 22:17:24.074 INFO O| Dec 19 22:17:24.074 INFO STEP 650 (remove_files) COMPLETE
62572024-12-19T22:17:25.326Z[ recovery-image] Dec 19 22:17:24.074 INFO O| Dec 19 22:17:24.074 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62582024-12-19T22:17:25.397Z[ recovery-image] Dec 19 22:17:24.147 INFO O| Dec 19 22:17:24.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
62592024-12-19T22:17:25.397Z[ recovery-image] Dec 19 22:17:24.147 INFO O| Dec 19 22:17:24.147 INFO STEP 651 (remove_files) COMPLETE
62602024-12-19T22:17:25.400Z[ recovery-image] Dec 19 22:17:24.147 INFO O| Dec 19 22:17:24.147 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62612024-12-19T22:17:25.418Z[ recovery-image] Dec 19 22:17:24.168 INFO O| Dec 19 22:17:24.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
62622024-12-19T22:17:25.418Z[ recovery-image] Dec 19 22:17:24.168 INFO O| Dec 19 22:17:24.168 INFO STEP 652 (remove_files) COMPLETE
62632024-12-19T22:17:25.418Z[ recovery-image] Dec 19 22:17:24.168 INFO O| Dec 19 22:17:24.168 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62642024-12-19T22:17:25.439Z[ recovery-image] Dec 19 22:17:24.188 INFO O| Dec 19 22:17:24.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
62652024-12-19T22:17:25.439Z[ recovery-image] Dec 19 22:17:24.188 INFO O| Dec 19 22:17:24.188 INFO STEP 653 (remove_files) COMPLETE
62662024-12-19T22:17:25.439Z[ recovery-image] Dec 19 22:17:24.188 INFO O| Dec 19 22:17:24.188 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62672024-12-19T22:17:25.479Z[ recovery-image] Dec 19 22:17:24.228 INFO O| Dec 19 22:17:24.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
62682024-12-19T22:17:25.479Z[ recovery-image] Dec 19 22:17:24.228 INFO O| Dec 19 22:17:24.228 INFO STEP 654 (remove_files) COMPLETE
62692024-12-19T22:17:25.479Z[ recovery-image] Dec 19 22:17:24.228 INFO O| Dec 19 22:17:24.228 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62702024-12-19T22:17:25.498Z[ recovery-image] Dec 19 22:17:24.248 INFO O| Dec 19 22:17:24.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
62712024-12-19T22:17:25.510Z[ recovery-image] Dec 19 22:17:24.260 INFO O| Dec 19 22:17:24.260 INFO STEP 655 (remove_files) COMPLETE
62722024-12-19T22:17:25.510Z[ recovery-image] Dec 19 22:17:24.260 INFO O| Dec 19 22:17:24.260 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62732024-12-19T22:17:25.531Z[ recovery-image] Dec 19 22:17:24.281 INFO O| Dec 19 22:17:24.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
62742024-12-19T22:17:25.531Z[ recovery-image] Dec 19 22:17:24.281 INFO O| Dec 19 22:17:24.281 INFO STEP 656 (remove_files) COMPLETE
62752024-12-19T22:17:25.531Z[ recovery-image] Dec 19 22:17:24.281 INFO O| Dec 19 22:17:24.281 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62762024-12-19T22:17:25.550Z[ recovery-image] Dec 19 22:17:24.300 INFO O| Dec 19 22:17:24.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
62772024-12-19T22:17:25.550Z[ recovery-image] Dec 19 22:17:24.300 INFO O| Dec 19 22:17:24.300 INFO STEP 657 (remove_files) COMPLETE
62782024-12-19T22:17:25.550Z[ recovery-image] Dec 19 22:17:24.300 INFO O| Dec 19 22:17:24.300 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62792024-12-19T22:17:25.611Z[ recovery-image] Dec 19 22:17:24.360 INFO O| Dec 19 22:17:24.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
62802024-12-19T22:17:25.611Z[ recovery-image] Dec 19 22:17:24.360 INFO O| Dec 19 22:17:24.360 INFO STEP 658 (remove_files) COMPLETE
62812024-12-19T22:17:25.611Z[ recovery-image] Dec 19 22:17:24.360 INFO O| Dec 19 22:17:24.360 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62822024-12-19T22:17:25.635Z[ recovery-image] Dec 19 22:17:24.384 INFO O| Dec 19 22:17:24.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
62832024-12-19T22:17:25.637Z[ recovery-image] Dec 19 22:17:24.384 INFO O| Dec 19 22:17:24.384 INFO STEP 659 (remove_files) COMPLETE
62842024-12-19T22:17:25.637Z[ recovery-image] Dec 19 22:17:24.385 INFO O| Dec 19 22:17:24.384 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62852024-12-19T22:17:25.656Z[ recovery-image] Dec 19 22:17:24.405 INFO O| Dec 19 22:17:24.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
62862024-12-19T22:17:25.658Z[ recovery-image] Dec 19 22:17:24.405 INFO O| Dec 19 22:17:24.405 INFO STEP 660 (remove_files) COMPLETE
62872024-12-19T22:17:25.658Z[ recovery-image] Dec 19 22:17:24.405 INFO O| Dec 19 22:17:24.405 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62882024-12-19T22:17:25.677Z[ recovery-image] Dec 19 22:17:24.426 INFO O| Dec 19 22:17:24.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
62892024-12-19T22:17:25.684Z[ recovery-image] Dec 19 22:17:24.434 INFO O| Dec 19 22:17:24.434 INFO STEP 661 (remove_files) COMPLETE
62902024-12-19T22:17:25.684Z[ recovery-image] Dec 19 22:17:24.434 INFO O| Dec 19 22:17:24.434 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62912024-12-19T22:17:25.706Z[ recovery-image] Dec 19 22:17:24.455 INFO O| Dec 19 22:17:24.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
62922024-12-19T22:17:25.709Z[ recovery-image] Dec 19 22:17:24.455 INFO O| Dec 19 22:17:24.455 INFO STEP 662 (remove_files) COMPLETE
62932024-12-19T22:17:25.709Z[ recovery-image] Dec 19 22:17:24.456 INFO O| Dec 19 22:17:24.455 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62942024-12-19T22:17:25.743Z[ recovery-image] Dec 19 22:17:24.492 INFO O| Dec 19 22:17:24.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
62952024-12-19T22:17:25.747Z[ recovery-image] Dec 19 22:17:24.493 INFO O| Dec 19 22:17:24.492 INFO STEP 663 (remove_files) COMPLETE
62962024-12-19T22:17:25.747Z[ recovery-image] Dec 19 22:17:24.493 INFO O| Dec 19 22:17:24.493 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62972024-12-19T22:17:25.773Z[ recovery-image] Dec 19 22:17:24.522 INFO O| Dec 19 22:17:24.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
62982024-12-19T22:17:25.773Z[ recovery-image] Dec 19 22:17:24.522 INFO O| Dec 19 22:17:24.522 INFO STEP 664 (remove_files) COMPLETE
62992024-12-19T22:17:25.773Z[ recovery-image] Dec 19 22:17:24.522 INFO O| Dec 19 22:17:24.522 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63002024-12-19T22:17:25.793Z[ recovery-image] Dec 19 22:17:24.542 INFO O| Dec 19 22:17:24.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
63012024-12-19T22:17:25.793Z[ recovery-image] Dec 19 22:17:24.542 INFO O| Dec 19 22:17:24.542 INFO STEP 665 (remove_files) COMPLETE
63022024-12-19T22:17:25.793Z[ recovery-image] Dec 19 22:17:24.542 INFO O| Dec 19 22:17:24.542 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63032024-12-19T22:17:25.815Z[ recovery-image] Dec 19 22:17:24.563 INFO O| Dec 19 22:17:24.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
63042024-12-19T22:17:25.815Z[ recovery-image] Dec 19 22:17:24.563 INFO O| Dec 19 22:17:24.563 INFO STEP 666 (remove_files) COMPLETE
63052024-12-19T22:17:25.817Z[ recovery-image] Dec 19 22:17:24.564 INFO O| Dec 19 22:17:24.563 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63062024-12-19T22:17:25.836Z[ recovery-image] Dec 19 22:17:24.585 INFO O| Dec 19 22:17:24.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
63072024-12-19T22:17:25.839Z[ recovery-image] Dec 19 22:17:24.585 INFO O| Dec 19 22:17:24.585 INFO STEP 667 (remove_files) COMPLETE
63082024-12-19T22:17:25.839Z[ recovery-image] Dec 19 22:17:24.585 INFO O| Dec 19 22:17:24.585 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63092024-12-19T22:17:25.863Z[ recovery-image] Dec 19 22:17:24.611 INFO O| Dec 19 22:17:24.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
63102024-12-19T22:17:25.863Z[ recovery-image] Dec 19 22:17:24.611 INFO O| Dec 19 22:17:24.611 INFO STEP 668 (remove_files) COMPLETE
63112024-12-19T22:17:25.863Z[ recovery-image] Dec 19 22:17:24.611 INFO O| Dec 19 22:17:24.611 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63122024-12-19T22:17:25.902Z[ recovery-image] Dec 19 22:17:24.650 INFO O| Dec 19 22:17:24.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
63132024-12-19T22:17:25.921Z[ recovery-image] Dec 19 22:17:24.669 INFO O| Dec 19 22:17:24.669 INFO STEP 669 (remove_files) COMPLETE
63142024-12-19T22:17:25.921Z[ recovery-image] Dec 19 22:17:24.669 INFO O| Dec 19 22:17:24.669 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63152024-12-19T22:17:25.955Z[ recovery-image] Dec 19 22:17:24.702 INFO O| Dec 19 22:17:24.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
63162024-12-19T22:17:25.955Z[ recovery-image] Dec 19 22:17:24.702 INFO O| Dec 19 22:17:24.702 INFO STEP 670 (remove_files) COMPLETE
63172024-12-19T22:17:25.955Z[ recovery-image] Dec 19 22:17:24.702 INFO O| Dec 19 22:17:24.702 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63182024-12-19T22:17:25.975Z[ recovery-image] Dec 19 22:17:24.723 INFO O| Dec 19 22:17:24.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
63192024-12-19T22:17:25.975Z[ recovery-image] Dec 19 22:17:24.723 INFO O| Dec 19 22:17:24.723 INFO STEP 671 (remove_files) COMPLETE
63202024-12-19T22:17:25.975Z[ recovery-image] Dec 19 22:17:24.723 INFO O| Dec 19 22:17:24.723 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63212024-12-19T22:17:26.008Z[ recovery-image] Dec 19 22:17:24.756 INFO O| Dec 19 22:17:24.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
63222024-12-19T22:17:26.011Z[ recovery-image] Dec 19 22:17:24.756 INFO O| Dec 19 22:17:24.756 INFO STEP 672 (remove_files) COMPLETE
63232024-12-19T22:17:26.011Z[ recovery-image] Dec 19 22:17:24.756 INFO O| Dec 19 22:17:24.756 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63242024-12-19T22:17:26.031Z[ recovery-image] Dec 19 22:17:24.778 INFO O| Dec 19 22:17:24.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
63252024-12-19T22:17:26.033Z[ recovery-image] Dec 19 22:17:24.778 INFO O| Dec 19 22:17:24.778 INFO STEP 673 (remove_files) COMPLETE
63262024-12-19T22:17:26.033Z[ recovery-image] Dec 19 22:17:24.779 INFO O| Dec 19 22:17:24.779 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63272024-12-19T22:17:26.071Z[ recovery-image] Dec 19 22:17:24.818 INFO O| Dec 19 22:17:24.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
63282024-12-19T22:17:26.073Z[ recovery-image] Dec 19 22:17:24.819 INFO O| Dec 19 22:17:24.818 INFO STEP 674 (remove_files) COMPLETE
63292024-12-19T22:17:26.074Z[ recovery-image] Dec 19 22:17:24.819 INFO O| Dec 19 22:17:24.819 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63302024-12-19T22:17:26.092Z[ recovery-image] Dec 19 22:17:24.839 INFO O| Dec 19 22:17:24.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
63312024-12-19T22:17:26.095Z[ recovery-image] Dec 19 22:17:24.839 INFO O| Dec 19 22:17:24.839 INFO STEP 675 (remove_files) COMPLETE
63322024-12-19T22:17:26.095Z[ recovery-image] Dec 19 22:17:24.839 INFO O| Dec 19 22:17:24.839 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63332024-12-19T22:17:26.111Z[ recovery-image] Dec 19 22:17:24.859 INFO O| Dec 19 22:17:24.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
63342024-12-19T22:17:26.114Z[ recovery-image] Dec 19 22:17:24.859 INFO O| Dec 19 22:17:24.859 INFO STEP 676 (remove_files) COMPLETE
63352024-12-19T22:17:26.114Z[ recovery-image] Dec 19 22:17:24.860 INFO O| Dec 19 22:17:24.859 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63362024-12-19T22:17:26.204Z[ recovery-image] Dec 19 22:17:24.950 INFO O| Dec 19 22:17:24.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
63372024-12-19T22:17:26.204Z[ recovery-image] Dec 19 22:17:24.950 INFO O| Dec 19 22:17:24.950 INFO STEP 677 (remove_files) COMPLETE
63382024-12-19T22:17:26.204Z[ recovery-image] Dec 19 22:17:24.950 INFO O| Dec 19 22:17:24.950 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63392024-12-19T22:17:26.262Z[ recovery-image] Dec 19 22:17:25.009 INFO O| Dec 19 22:17:25.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
63402024-12-19T22:17:26.262Z[ recovery-image] Dec 19 22:17:25.009 INFO O| Dec 19 22:17:25.009 INFO STEP 678 (remove_files) COMPLETE
63412024-12-19T22:17:26.262Z[ recovery-image] Dec 19 22:17:25.009 INFO O| Dec 19 22:17:25.009 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63422024-12-19T22:17:26.322Z[ recovery-image] Dec 19 22:17:25.068 INFO O| Dec 19 22:17:25.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
63432024-12-19T22:17:26.322Z[ recovery-image] Dec 19 22:17:25.068 INFO O| Dec 19 22:17:25.068 INFO STEP 679 (remove_files) COMPLETE
63442024-12-19T22:17:26.326Z[ recovery-image] Dec 19 22:17:25.068 INFO O| Dec 19 22:17:25.068 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63452024-12-19T22:17:26.343Z[ recovery-image] Dec 19 22:17:25.089 INFO O| Dec 19 22:17:25.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
63462024-12-19T22:17:26.343Z[ recovery-image] Dec 19 22:17:25.089 INFO O| Dec 19 22:17:25.089 INFO STEP 680 (remove_files) COMPLETE
63472024-12-19T22:17:26.343Z[ recovery-image] Dec 19 22:17:25.089 INFO O| Dec 19 22:17:25.089 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63482024-12-19T22:17:26.371Z[ recovery-image] Dec 19 22:17:25.117 INFO O| Dec 19 22:17:25.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
63492024-12-19T22:17:26.371Z[ recovery-image] Dec 19 22:17:25.117 INFO O| Dec 19 22:17:25.117 INFO STEP 681 (remove_files) COMPLETE
63502024-12-19T22:17:26.371Z[ recovery-image] Dec 19 22:17:25.117 INFO O| Dec 19 22:17:25.117 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63512024-12-19T22:17:26.396Z[ recovery-image] Dec 19 22:17:25.143 INFO O| Dec 19 22:17:25.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
63522024-12-19T22:17:26.396Z[ recovery-image] Dec 19 22:17:25.143 INFO O| Dec 19 22:17:25.143 INFO STEP 682 (remove_files) COMPLETE
63532024-12-19T22:17:26.396Z[ recovery-image] Dec 19 22:17:25.143 INFO O| Dec 19 22:17:25.143 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63542024-12-19T22:17:26.421Z[ recovery-image] Dec 19 22:17:25.167 INFO O| Dec 19 22:17:25.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
63552024-12-19T22:17:26.421Z[ recovery-image] Dec 19 22:17:25.167 INFO O| Dec 19 22:17:25.167 INFO STEP 683 (remove_files) COMPLETE
63562024-12-19T22:17:26.421Z[ recovery-image] Dec 19 22:17:25.167 INFO O| Dec 19 22:17:25.167 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63572024-12-19T22:17:26.445Z[ recovery-image] Dec 19 22:17:25.191 INFO O| Dec 19 22:17:25.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
63582024-12-19T22:17:26.446Z[ recovery-image] Dec 19 22:17:25.191 INFO O| Dec 19 22:17:25.191 INFO STEP 684 (remove_files) COMPLETE
63592024-12-19T22:17:26.446Z[ recovery-image] Dec 19 22:17:25.191 INFO O| Dec 19 22:17:25.191 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63602024-12-19T22:17:26.468Z[ recovery-image] Dec 19 22:17:25.213 INFO O| Dec 19 22:17:25.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
63612024-12-19T22:17:26.470Z[ recovery-image] Dec 19 22:17:25.214 INFO O| Dec 19 22:17:25.214 INFO STEP 685 (remove_files) COMPLETE
63622024-12-19T22:17:26.470Z[ recovery-image] Dec 19 22:17:25.214 INFO O| Dec 19 22:17:25.214 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63632024-12-19T22:17:26.530Z[ recovery-image] Dec 19 22:17:25.275 INFO O| Dec 19 22:17:25.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
63642024-12-19T22:17:26.530Z[ recovery-image] Dec 19 22:17:25.276 INFO O| Dec 19 22:17:25.275 INFO STEP 686 (remove_files) COMPLETE
63652024-12-19T22:17:26.530Z[ recovery-image] Dec 19 22:17:25.276 INFO O| Dec 19 22:17:25.276 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63662024-12-19T22:17:26.576Z[ recovery-image] Dec 19 22:17:25.321 INFO O| Dec 19 22:17:25.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
63672024-12-19T22:17:26.579Z[ recovery-image] Dec 19 22:17:25.322 INFO O| Dec 19 22:17:25.322 INFO STEP 687 (remove_files) COMPLETE
63682024-12-19T22:17:26.579Z[ recovery-image] Dec 19 22:17:25.322 INFO O| Dec 19 22:17:25.322 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63692024-12-19T22:17:26.610Z[ recovery-image] Dec 19 22:17:25.356 INFO O| Dec 19 22:17:25.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
63702024-12-19T22:17:26.613Z[ recovery-image] Dec 19 22:17:25.356 INFO O| Dec 19 22:17:25.356 INFO STEP 688 (remove_files) COMPLETE
63712024-12-19T22:17:26.613Z[ recovery-image] Dec 19 22:17:25.356 INFO O| Dec 19 22:17:25.356 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63722024-12-19T22:17:26.669Z[ recovery-image] Dec 19 22:17:25.414 INFO O| Dec 19 22:17:25.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
63732024-12-19T22:17:26.669Z[ recovery-image] Dec 19 22:17:25.414 INFO O| Dec 19 22:17:25.414 INFO STEP 689 (remove_files) COMPLETE
63742024-12-19T22:17:26.671Z[ recovery-image] Dec 19 22:17:25.414 INFO O| Dec 19 22:17:25.414 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63752024-12-19T22:17:26.704Z[ recovery-image] Dec 19 22:17:25.449 INFO O| Dec 19 22:17:25.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
63762024-12-19T22:17:26.704Z[ recovery-image] Dec 19 22:17:25.449 INFO O| Dec 19 22:17:25.449 INFO STEP 690 (remove_files) COMPLETE
63772024-12-19T22:17:26.704Z[ recovery-image] Dec 19 22:17:25.449 INFO O| Dec 19 22:17:25.449 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63782024-12-19T22:17:26.726Z[ recovery-image] Dec 19 22:17:25.471 INFO O| Dec 19 22:17:25.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
63792024-12-19T22:17:26.726Z[ recovery-image] Dec 19 22:17:25.471 INFO O| Dec 19 22:17:25.471 INFO STEP 691 (remove_files) COMPLETE
63802024-12-19T22:17:26.729Z[ recovery-image] Dec 19 22:17:25.471 INFO O| Dec 19 22:17:25.471 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63812024-12-19T22:17:26.788Z[ recovery-image] Dec 19 22:17:25.532 INFO O| Dec 19 22:17:25.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
63822024-12-19T22:17:26.788Z[ recovery-image] Dec 19 22:17:25.532 INFO O| Dec 19 22:17:25.532 INFO STEP 692 (remove_files) COMPLETE
63832024-12-19T22:17:26.788Z[ recovery-image] Dec 19 22:17:25.532 INFO O| Dec 19 22:17:25.532 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63842024-12-19T22:17:26.852Z[ host-image] Dec 19 22:17:25.596 INFO O| Dec 19 22:17:25.596 INFO O| Planning: Solver setup ... Done
63852024-12-19T22:17:26.860Z[ host-image] Dec 19 22:17:25.604 INFO O| Dec 19 22:17:25.604 INFO O| Planning: Running solver ... Done
63862024-12-19T22:17:26.877Z[ recovery-image] Dec 19 22:17:25.620 INFO O| Dec 19 22:17:25.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
63872024-12-19T22:17:26.877Z[ recovery-image] Dec 19 22:17:25.620 INFO O| Dec 19 22:17:25.620 INFO STEP 693 (remove_files) COMPLETE
63882024-12-19T22:17:26.877Z[ recovery-image] Dec 19 22:17:25.620 INFO O| Dec 19 22:17:25.620 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63892024-12-19T22:17:26.924Z[ recovery-image] Dec 19 22:17:25.668 INFO O| Dec 19 22:17:25.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
63902024-12-19T22:17:26.924Z[ recovery-image] Dec 19 22:17:25.668 INFO O| Dec 19 22:17:25.668 INFO STEP 694 (remove_files) COMPLETE
63912024-12-19T22:17:26.927Z[ recovery-image] Dec 19 22:17:25.668 INFO O| Dec 19 22:17:25.668 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63922024-12-19T22:17:26.950Z[ host-image] Dec 19 22:17:25.694 INFO O| Dec 19 22:17:25.694 INFO O| Planning: Finding local manifests ... Done
63932024-12-19T22:17:26.952Z[ host-image] Dec 19 22:17:25.696 INFO O| Dec 19 22:17:25.696 INFO O| Planning: Fetching manifests: 0/6 0% complete
63942024-12-19T22:17:26.967Z[ recovery-image] Dec 19 22:17:25.710 INFO O| Dec 19 22:17:25.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
63952024-12-19T22:17:26.970Z[ recovery-image] Dec 19 22:17:25.711 INFO O| Dec 19 22:17:25.711 INFO STEP 695 (remove_files) COMPLETE
63962024-12-19T22:17:26.970Z[ recovery-image] Dec 19 22:17:25.711 INFO O| Dec 19 22:17:25.711 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63972024-12-19T22:17:27.031Z[ recovery-image] Dec 19 22:17:25.774 INFO O| Dec 19 22:17:25.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
63982024-12-19T22:17:27.034Z[ recovery-image] Dec 19 22:17:25.775 INFO O| Dec 19 22:17:25.775 INFO STEP 696 (remove_files) COMPLETE
63992024-12-19T22:17:27.034Z[ recovery-image] Dec 19 22:17:25.775 INFO O| Dec 19 22:17:25.775 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64002024-12-19T22:17:27.053Z[ recovery-image] Dec 19 22:17:25.797 INFO O| Dec 19 22:17:25.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
64012024-12-19T22:17:27.056Z[ recovery-image] Dec 19 22:17:25.797 INFO O| Dec 19 22:17:25.797 INFO STEP 697 (remove_files) COMPLETE
64022024-12-19T22:17:27.056Z[ recovery-image] Dec 19 22:17:25.797 INFO O| Dec 19 22:17:25.797 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64032024-12-19T22:17:27.075Z[ recovery-image] Dec 19 22:17:25.818 INFO O| Dec 19 22:17:25.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
64042024-12-19T22:17:27.079Z[ recovery-image] Dec 19 22:17:25.819 INFO O| Dec 19 22:17:25.818 INFO STEP 698 (remove_files) COMPLETE
64052024-12-19T22:17:27.079Z[ recovery-image] Dec 19 22:17:25.819 INFO O| Dec 19 22:17:25.819 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64062024-12-19T22:17:27.107Z[ recovery-image] Dec 19 22:17:25.850 INFO O| Dec 19 22:17:25.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
64072024-12-19T22:17:27.107Z[ recovery-image] Dec 19 22:17:25.850 INFO O| Dec 19 22:17:25.850 INFO STEP 699 (remove_files) COMPLETE
64082024-12-19T22:17:27.107Z[ recovery-image] Dec 19 22:17:25.850 INFO O| Dec 19 22:17:25.850 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64092024-12-19T22:17:27.141Z[ recovery-image] Dec 19 22:17:25.884 INFO O| Dec 19 22:17:25.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
64102024-12-19T22:17:27.141Z[ recovery-image] Dec 19 22:17:25.884 INFO O| Dec 19 22:17:25.884 INFO STEP 700 (remove_files) COMPLETE
64112024-12-19T22:17:27.141Z[ recovery-image] Dec 19 22:17:25.884 INFO O| Dec 19 22:17:25.884 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64122024-12-19T22:17:27.163Z[ recovery-image] Dec 19 22:17:25.906 INFO O| Dec 19 22:17:25.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
64132024-12-19T22:17:27.163Z[ recovery-image] Dec 19 22:17:25.906 INFO O| Dec 19 22:17:25.906 INFO STEP 701 (remove_files) COMPLETE
64142024-12-19T22:17:27.163Z[ recovery-image] Dec 19 22:17:25.906 INFO O| Dec 19 22:17:25.906 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64152024-12-19T22:17:27.185Z[ recovery-image] Dec 19 22:17:25.928 INFO O| Dec 19 22:17:25.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
64162024-12-19T22:17:27.185Z[ recovery-image] Dec 19 22:17:25.928 INFO O| Dec 19 22:17:25.928 INFO STEP 702 (remove_files) COMPLETE
64172024-12-19T22:17:27.185Z[ recovery-image] Dec 19 22:17:25.928 INFO O| Dec 19 22:17:25.928 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64182024-12-19T22:17:27.208Z[ recovery-image] Dec 19 22:17:25.950 INFO O| Dec 19 22:17:25.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
64192024-12-19T22:17:27.208Z[ recovery-image] Dec 19 22:17:25.950 INFO O| Dec 19 22:17:25.950 INFO STEP 703 (remove_files) COMPLETE
64202024-12-19T22:17:27.208Z[ recovery-image] Dec 19 22:17:25.950 INFO O| Dec 19 22:17:25.950 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64212024-12-19T22:17:27.229Z[ recovery-image] Dec 19 22:17:25.972 INFO O| Dec 19 22:17:25.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
64222024-12-19T22:17:27.229Z[ recovery-image] Dec 19 22:17:25.972 INFO O| Dec 19 22:17:25.972 INFO STEP 704 (remove_files) COMPLETE
64232024-12-19T22:17:27.232Z[ recovery-image] Dec 19 22:17:25.972 INFO O| Dec 19 22:17:25.972 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64242024-12-19T22:17:27.251Z[ recovery-image] Dec 19 22:17:25.993 INFO O| Dec 19 22:17:25.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
64252024-12-19T22:17:27.251Z[ recovery-image] Dec 19 22:17:25.993 INFO O| Dec 19 22:17:25.993 INFO STEP 705 (remove_files) COMPLETE
64262024-12-19T22:17:27.251Z[ recovery-image] Dec 19 22:17:25.993 INFO O| Dec 19 22:17:25.993 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64272024-12-19T22:17:27.292Z[ recovery-image] Dec 19 22:17:26.034 INFO O| Dec 19 22:17:26.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
64282024-12-19T22:17:27.292Z[ recovery-image] Dec 19 22:17:26.034 INFO O| Dec 19 22:17:26.034 INFO STEP 706 (remove_files) COMPLETE
64292024-12-19T22:17:27.294Z[ recovery-image] Dec 19 22:17:26.034 INFO O| Dec 19 22:17:26.034 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64302024-12-19T22:17:27.314Z[ recovery-image] Dec 19 22:17:26.056 INFO O| Dec 19 22:17:26.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
64312024-12-19T22:17:27.314Z[ recovery-image] Dec 19 22:17:26.057 INFO O| Dec 19 22:17:26.057 INFO STEP 707 (remove_files) COMPLETE
64322024-12-19T22:17:27.314Z[ recovery-image] Dec 19 22:17:26.057 INFO O| Dec 19 22:17:26.057 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64332024-12-19T22:17:27.335Z[ recovery-image] Dec 19 22:17:26.077 INFO O| Dec 19 22:17:26.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
64342024-12-19T22:17:27.335Z[ recovery-image] Dec 19 22:17:26.077 INFO O| Dec 19 22:17:26.077 INFO STEP 708 (remove_files) COMPLETE
64352024-12-19T22:17:27.335Z[ recovery-image] Dec 19 22:17:26.077 INFO O| Dec 19 22:17:26.077 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64362024-12-19T22:17:27.358Z[ recovery-image] Dec 19 22:17:26.100 INFO O| Dec 19 22:17:26.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
64372024-12-19T22:17:27.358Z[ recovery-image] Dec 19 22:17:26.100 INFO O| Dec 19 22:17:26.100 INFO STEP 709 (remove_files) COMPLETE
64382024-12-19T22:17:27.358Z[ recovery-image] Dec 19 22:17:26.100 INFO O| Dec 19 22:17:26.100 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64392024-12-19T22:17:27.380Z[ recovery-image] Dec 19 22:17:26.122 INFO O| Dec 19 22:17:26.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
64402024-12-19T22:17:27.380Z[ recovery-image] Dec 19 22:17:26.122 INFO O| Dec 19 22:17:26.122 INFO STEP 710 (remove_files) COMPLETE
64412024-12-19T22:17:27.380Z[ recovery-image] Dec 19 22:17:26.122 INFO O| Dec 19 22:17:26.122 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64422024-12-19T22:17:27.406Z[ recovery-image] Dec 19 22:17:26.148 INFO O| Dec 19 22:17:26.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
64432024-12-19T22:17:27.406Z[ recovery-image] Dec 19 22:17:26.148 INFO O| Dec 19 22:17:26.148 INFO STEP 711 (remove_files) COMPLETE
64442024-12-19T22:17:27.406Z[ recovery-image] Dec 19 22:17:26.148 INFO O| Dec 19 22:17:26.148 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64452024-12-19T22:17:27.443Z[ recovery-image] Dec 19 22:17:26.185 INFO O| Dec 19 22:17:26.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
64462024-12-19T22:17:27.443Z[ recovery-image] Dec 19 22:17:26.185 INFO O| Dec 19 22:17:26.185 INFO STEP 712 (remove_files) COMPLETE
64472024-12-19T22:17:27.446Z[ recovery-image] Dec 19 22:17:26.185 INFO O| Dec 19 22:17:26.185 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64482024-12-19T22:17:27.494Z[ recovery-image] Dec 19 22:17:26.235 INFO O| Dec 19 22:17:26.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
64492024-12-19T22:17:27.497Z[ recovery-image] Dec 19 22:17:26.236 INFO O| Dec 19 22:17:26.236 INFO STEP 713 (remove_files) COMPLETE
64502024-12-19T22:17:27.497Z[ recovery-image] Dec 19 22:17:26.236 INFO O| Dec 19 22:17:26.236 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64512024-12-19T22:17:27.517Z[ recovery-image] Dec 19 22:17:26.258 INFO O| Dec 19 22:17:26.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
64522024-12-19T22:17:27.519Z[ recovery-image] Dec 19 22:17:26.258 INFO O| Dec 19 22:17:26.258 INFO STEP 714 (remove_files) COMPLETE
64532024-12-19T22:17:27.520Z[ recovery-image] Dec 19 22:17:26.258 INFO O| Dec 19 22:17:26.258 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64542024-12-19T22:17:27.540Z[ recovery-image] Dec 19 22:17:26.281 INFO O| Dec 19 22:17:26.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
64552024-12-19T22:17:27.540Z[ recovery-image] Dec 19 22:17:26.281 INFO O| Dec 19 22:17:26.281 INFO STEP 715 (remove_files) COMPLETE
64562024-12-19T22:17:27.545Z[ recovery-image] Dec 19 22:17:26.281 INFO O| Dec 19 22:17:26.281 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64572024-12-19T22:17:27.561Z[ recovery-image] Dec 19 22:17:26.302 INFO O| Dec 19 22:17:26.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
64582024-12-19T22:17:27.561Z[ recovery-image] Dec 19 22:17:26.302 INFO O| Dec 19 22:17:26.302 INFO STEP 716 (remove_files) COMPLETE
64592024-12-19T22:17:27.561Z[ recovery-image] Dec 19 22:17:26.302 INFO O| Dec 19 22:17:26.302 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64602024-12-19T22:17:27.581Z[ recovery-image] Dec 19 22:17:26.322 INFO O| Dec 19 22:17:26.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
64612024-12-19T22:17:27.581Z[ recovery-image] Dec 19 22:17:26.322 INFO O| Dec 19 22:17:26.322 INFO STEP 717 (remove_files) COMPLETE
64622024-12-19T22:17:27.584Z[ recovery-image] Dec 19 22:17:26.322 INFO O| Dec 19 22:17:26.322 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64632024-12-19T22:17:27.601Z[ recovery-image] Dec 19 22:17:26.342 INFO O| Dec 19 22:17:26.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
64642024-12-19T22:17:27.604Z[ recovery-image] Dec 19 22:17:26.342 INFO O| Dec 19 22:17:26.342 INFO STEP 718 (remove_files) COMPLETE
64652024-12-19T22:17:27.604Z[ recovery-image] Dec 19 22:17:26.342 INFO O| Dec 19 22:17:26.342 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64662024-12-19T22:17:27.622Z[ recovery-image] Dec 19 22:17:26.362 INFO O| Dec 19 22:17:26.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
64672024-12-19T22:17:27.622Z[ recovery-image] Dec 19 22:17:26.362 INFO O| Dec 19 22:17:26.362 INFO STEP 719 (remove_files) COMPLETE
64682024-12-19T22:17:27.626Z[ recovery-image] Dec 19 22:17:26.362 INFO O| Dec 19 22:17:26.362 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64692024-12-19T22:17:27.645Z[ recovery-image] Dec 19 22:17:26.386 INFO O| Dec 19 22:17:26.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
64702024-12-19T22:17:27.649Z[ recovery-image] Dec 19 22:17:26.386 INFO O| Dec 19 22:17:26.386 INFO STEP 720 (remove_files) COMPLETE
64712024-12-19T22:17:27.649Z[ recovery-image] Dec 19 22:17:26.387 INFO O| Dec 19 22:17:26.386 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64722024-12-19T22:17:27.668Z[ recovery-image] Dec 19 22:17:26.408 INFO O| Dec 19 22:17:26.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
64732024-12-19T22:17:27.670Z[ recovery-image] Dec 19 22:17:26.408 INFO O| Dec 19 22:17:26.408 INFO STEP 721 (remove_files) COMPLETE
64742024-12-19T22:17:27.670Z[ recovery-image] Dec 19 22:17:26.408 INFO O| Dec 19 22:17:26.408 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64752024-12-19T22:17:27.689Z[ recovery-image] Dec 19 22:17:26.430 INFO O| Dec 19 22:17:26.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
64762024-12-19T22:17:27.692Z[ recovery-image] Dec 19 22:17:26.430 INFO O| Dec 19 22:17:26.430 INFO STEP 722 (remove_files) COMPLETE
64772024-12-19T22:17:27.692Z[ recovery-image] Dec 19 22:17:26.431 INFO O| Dec 19 22:17:26.430 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64782024-12-19T22:17:27.709Z[ recovery-image] Dec 19 22:17:26.449 INFO O| Dec 19 22:17:26.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
64792024-12-19T22:17:27.711Z[ recovery-image] Dec 19 22:17:26.450 INFO O| Dec 19 22:17:26.449 INFO STEP 723 (remove_files) COMPLETE
64802024-12-19T22:17:27.711Z[ recovery-image] Dec 19 22:17:26.450 INFO O| Dec 19 22:17:26.450 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64812024-12-19T22:17:27.728Z[ recovery-image] Dec 19 22:17:26.468 INFO O| Dec 19 22:17:26.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
64822024-12-19T22:17:27.728Z[ recovery-image] Dec 19 22:17:26.468 INFO O| Dec 19 22:17:26.468 INFO STEP 724 (remove_files) COMPLETE
64832024-12-19T22:17:27.728Z[ recovery-image] Dec 19 22:17:26.468 INFO O| Dec 19 22:17:26.468 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64842024-12-19T22:17:27.747Z[ recovery-image] Dec 19 22:17:26.487 INFO O| Dec 19 22:17:26.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
64852024-12-19T22:17:27.747Z[ recovery-image] Dec 19 22:17:26.487 INFO O| Dec 19 22:17:26.487 INFO STEP 725 (remove_files) COMPLETE
64862024-12-19T22:17:27.747Z[ recovery-image] Dec 19 22:17:26.487 INFO O| Dec 19 22:17:26.487 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64872024-12-19T22:17:27.778Z[ recovery-image] Dec 19 22:17:26.517 INFO O| Dec 19 22:17:26.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
64882024-12-19T22:17:27.778Z[ recovery-image] Dec 19 22:17:26.517 INFO O| Dec 19 22:17:26.517 INFO STEP 726 (remove_files) COMPLETE
64892024-12-19T22:17:27.778Z[ recovery-image] Dec 19 22:17:26.517 INFO O| Dec 19 22:17:26.517 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64902024-12-19T22:17:27.815Z[ recovery-image] Dec 19 22:17:26.555 INFO O| Dec 19 22:17:26.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
64912024-12-19T22:17:27.815Z[ recovery-image] Dec 19 22:17:26.555 INFO O| Dec 19 22:17:26.555 INFO STEP 727 (remove_files) COMPLETE
64922024-12-19T22:17:27.817Z[ recovery-image] Dec 19 22:17:26.555 INFO O| Dec 19 22:17:26.555 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64932024-12-19T22:17:27.869Z[ recovery-image] Dec 19 22:17:26.609 INFO O| Dec 19 22:17:26.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
64942024-12-19T22:17:27.869Z[ recovery-image] Dec 19 22:17:26.609 INFO O| Dec 19 22:17:26.609 INFO STEP 728 (remove_files) COMPLETE
64952024-12-19T22:17:27.870Z[ recovery-image] Dec 19 22:17:26.609 INFO O| Dec 19 22:17:26.609 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64962024-12-19T22:17:27.889Z[ recovery-image] Dec 19 22:17:26.629 INFO O| Dec 19 22:17:26.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
64972024-12-19T22:17:27.912Z[ recovery-image] Dec 19 22:17:26.651 INFO O| Dec 19 22:17:26.651 INFO STEP 729 (remove_files) COMPLETE
64982024-12-19T22:17:27.912Z[ recovery-image] Dec 19 22:17:26.651 INFO O| Dec 19 22:17:26.651 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64992024-12-19T22:17:27.942Z[ recovery-image] Dec 19 22:17:26.682 INFO O| Dec 19 22:17:26.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
65002024-12-19T22:17:27.966Z[ recovery-image] Dec 19 22:17:26.705 INFO O| Dec 19 22:17:26.705 INFO STEP 730 (remove_files) COMPLETE
65012024-12-19T22:17:27.966Z[ recovery-image] Dec 19 22:17:26.705 INFO O| Dec 19 22:17:26.705 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65022024-12-19T22:17:27.998Z[ recovery-image] Dec 19 22:17:26.737 INFO O| Dec 19 22:17:26.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
65032024-12-19T22:17:28.000Z[ recovery-image] Dec 19 22:17:26.737 INFO O| Dec 19 22:17:26.737 INFO STEP 731 (remove_files) COMPLETE
65042024-12-19T22:17:28.000Z[ recovery-image] Dec 19 22:17:26.737 INFO O| Dec 19 22:17:26.737 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65052024-12-19T22:17:28.018Z[ recovery-image] Dec 19 22:17:26.757 INFO O| Dec 19 22:17:26.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
65062024-12-19T22:17:28.020Z[ recovery-image] Dec 19 22:17:26.757 INFO O| Dec 19 22:17:26.757 INFO STEP 732 (remove_files) COMPLETE
65072024-12-19T22:17:28.020Z[ recovery-image] Dec 19 22:17:26.757 INFO O| Dec 19 22:17:26.757 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65082024-12-19T22:17:28.039Z[ recovery-image] Dec 19 22:17:26.777 INFO O| Dec 19 22:17:26.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
65092024-12-19T22:17:28.039Z[ recovery-image] Dec 19 22:17:26.778 INFO O| Dec 19 22:17:26.778 INFO STEP 733 (remove_files) COMPLETE
65102024-12-19T22:17:28.039Z[ recovery-image] Dec 19 22:17:26.778 INFO O| Dec 19 22:17:26.778 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65112024-12-19T22:17:28.058Z[ recovery-image] Dec 19 22:17:26.797 INFO O| Dec 19 22:17:26.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
65122024-12-19T22:17:28.058Z[ recovery-image] Dec 19 22:17:26.797 INFO O| Dec 19 22:17:26.797 INFO STEP 734 (remove_files) COMPLETE
65132024-12-19T22:17:28.058Z[ recovery-image] Dec 19 22:17:26.797 INFO O| Dec 19 22:17:26.797 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65142024-12-19T22:17:28.078Z[ recovery-image] Dec 19 22:17:26.817 INFO O| Dec 19 22:17:26.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
65152024-12-19T22:17:28.078Z[ recovery-image] Dec 19 22:17:26.817 INFO O| Dec 19 22:17:26.817 INFO STEP 735 (remove_files) COMPLETE
65162024-12-19T22:17:28.078Z[ recovery-image] Dec 19 22:17:26.817 INFO O| Dec 19 22:17:26.817 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65172024-12-19T22:17:28.179Z[ recovery-image] Dec 19 22:17:26.908 INFO O| Dec 19 22:17:26.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
65182024-12-19T22:17:28.182Z[ recovery-image] Dec 19 22:17:26.908 INFO O| Dec 19 22:17:26.908 INFO STEP 736 (remove_files) COMPLETE
65192024-12-19T22:17:28.182Z[ recovery-image] Dec 19 22:17:26.909 INFO O| Dec 19 22:17:26.908 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65202024-12-19T22:17:28.188Z[ recovery-image] Dec 19 22:17:26.926 INFO O| Dec 19 22:17:26.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
65212024-12-19T22:17:28.188Z[ recovery-image] Dec 19 22:17:26.927 INFO O| Dec 19 22:17:26.926 INFO STEP 737 (remove_files) COMPLETE
65222024-12-19T22:17:28.190Z[ recovery-image] Dec 19 22:17:26.927 INFO O| Dec 19 22:17:26.927 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65232024-12-19T22:17:28.205Z[ recovery-image] Dec 19 22:17:26.944 INFO O| Dec 19 22:17:26.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
65242024-12-19T22:17:28.206Z[ recovery-image] Dec 19 22:17:26.944 INFO O| Dec 19 22:17:26.944 INFO STEP 738 (remove_files) COMPLETE
65252024-12-19T22:17:28.206Z[ recovery-image] Dec 19 22:17:26.944 INFO O| Dec 19 22:17:26.944 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65262024-12-19T22:17:28.225Z[ recovery-image] Dec 19 22:17:26.964 INFO O| Dec 19 22:17:26.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
65272024-12-19T22:17:28.225Z[ recovery-image] Dec 19 22:17:26.964 INFO O| Dec 19 22:17:26.964 INFO STEP 739 (remove_files) COMPLETE
65282024-12-19T22:17:28.225Z[ recovery-image] Dec 19 22:17:26.964 INFO O| Dec 19 22:17:26.964 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65292024-12-19T22:17:28.244Z[ recovery-image] Dec 19 22:17:26.983 INFO O| Dec 19 22:17:26.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
65302024-12-19T22:17:28.251Z[ recovery-image] Dec 19 22:17:26.990 INFO O| Dec 19 22:17:26.990 INFO STEP 740 (remove_files) COMPLETE
65312024-12-19T22:17:28.251Z[ recovery-image] Dec 19 22:17:26.990 INFO O| Dec 19 22:17:26.990 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65322024-12-19T22:17:28.295Z[ recovery-image] Dec 19 22:17:27.034 INFO O| Dec 19 22:17:27.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
65332024-12-19T22:17:28.296Z[ recovery-image] Dec 19 22:17:27.034 INFO O| Dec 19 22:17:27.034 INFO STEP 741 (remove_files) COMPLETE
65342024-12-19T22:17:28.299Z[ recovery-image] Dec 19 22:17:27.034 INFO O| Dec 19 22:17:27.034 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65352024-12-19T22:17:28.314Z[ recovery-image] Dec 19 22:17:27.051 INFO O| Dec 19 22:17:27.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
65362024-12-19T22:17:28.314Z[ recovery-image] Dec 19 22:17:27.052 INFO O| Dec 19 22:17:27.051 INFO STEP 742 (remove_files) COMPLETE
65372024-12-19T22:17:28.314Z[ recovery-image] Dec 19 22:17:27.052 INFO O| Dec 19 22:17:27.051 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65382024-12-19T22:17:28.332Z[ recovery-image] Dec 19 22:17:27.070 INFO O| Dec 19 22:17:27.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
65392024-12-19T22:17:28.332Z[ recovery-image] Dec 19 22:17:27.070 INFO O| Dec 19 22:17:27.070 INFO STEP 743 (remove_files) COMPLETE
65402024-12-19T22:17:28.333Z[ recovery-image] Dec 19 22:17:27.070 INFO O| Dec 19 22:17:27.070 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65412024-12-19T22:17:28.352Z[ recovery-image] Dec 19 22:17:27.089 INFO O| Dec 19 22:17:27.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
65422024-12-19T22:17:28.352Z[ recovery-image] Dec 19 22:17:27.089 INFO O| Dec 19 22:17:27.089 INFO STEP 744 (remove_files) COMPLETE
65432024-12-19T22:17:28.352Z[ recovery-image] Dec 19 22:17:27.089 INFO O| Dec 19 22:17:27.089 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65442024-12-19T22:17:28.370Z[ recovery-image] Dec 19 22:17:27.108 INFO O| Dec 19 22:17:27.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
65452024-12-19T22:17:28.371Z[ recovery-image] Dec 19 22:17:27.108 INFO O| Dec 19 22:17:27.108 INFO STEP 745 (remove_files) COMPLETE
65462024-12-19T22:17:28.371Z[ recovery-image] Dec 19 22:17:27.108 INFO O| Dec 19 22:17:27.108 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65472024-12-19T22:17:28.390Z[ recovery-image] Dec 19 22:17:27.126 INFO O| Dec 19 22:17:27.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
65482024-12-19T22:17:28.390Z[ recovery-image] Dec 19 22:17:27.126 INFO O| Dec 19 22:17:27.126 INFO STEP 746 (remove_files) COMPLETE
65492024-12-19T22:17:28.390Z[ recovery-image] Dec 19 22:17:27.126 INFO O| Dec 19 22:17:27.126 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65502024-12-19T22:17:28.407Z[ recovery-image] Dec 19 22:17:27.145 INFO O| Dec 19 22:17:27.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
65512024-12-19T22:17:28.407Z[ recovery-image] Dec 19 22:17:27.145 INFO O| Dec 19 22:17:27.145 INFO STEP 747 (remove_files) COMPLETE
65522024-12-19T22:17:28.407Z[ recovery-image] Dec 19 22:17:27.145 INFO O| Dec 19 22:17:27.145 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65532024-12-19T22:17:28.448Z[ recovery-image] Dec 19 22:17:27.185 INFO O| Dec 19 22:17:27.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
65542024-12-19T22:17:28.448Z[ recovery-image] Dec 19 22:17:27.185 INFO O| Dec 19 22:17:27.185 INFO STEP 748 (remove_files) COMPLETE
65552024-12-19T22:17:28.451Z[ recovery-image] Dec 19 22:17:27.185 INFO O| Dec 19 22:17:27.185 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65562024-12-19T22:17:28.486Z[ recovery-image] Dec 19 22:17:27.223 INFO O| Dec 19 22:17:27.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
65572024-12-19T22:17:28.489Z[ recovery-image] Dec 19 22:17:27.223 INFO O| Dec 19 22:17:27.223 INFO STEP 749 (remove_files) COMPLETE
65582024-12-19T22:17:28.489Z[ recovery-image] Dec 19 22:17:27.224 INFO O| Dec 19 22:17:27.223 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65592024-12-19T22:17:28.521Z[ host-image] Dec 19 22:17:27.258 INFO O| Dec 19 22:17:27.258 INFO O| Planning: Fetching manifests: 6/6 100% complete
65602024-12-19T22:17:28.534Z[ recovery-image] Dec 19 22:17:27.271 INFO O| Dec 19 22:17:27.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
65612024-12-19T22:17:28.534Z[ recovery-image] Dec 19 22:17:27.271 INFO O| Dec 19 22:17:27.271 INFO STEP 750 (remove_files) COMPLETE
65622024-12-19T22:17:28.534Z[ recovery-image] Dec 19 22:17:27.271 INFO O| Dec 19 22:17:27.271 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65632024-12-19T22:17:28.554Z[ recovery-image] Dec 19 22:17:27.291 INFO O| Dec 19 22:17:27.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
65642024-12-19T22:17:28.574Z[ host-image] Dec 19 22:17:27.311 INFO O| Dec 19 22:17:27.311 INFO O| Planning: Package planning ... Done
65652024-12-19T22:17:28.577Z[ recovery-image] Dec 19 22:17:27.314 INFO O| Dec 19 22:17:27.314 INFO STEP 751 (remove_files) COMPLETE
65662024-12-19T22:17:28.577Z[ recovery-image] Dec 19 22:17:27.314 INFO O| Dec 19 22:17:27.314 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65672024-12-19T22:17:28.612Z[ host-image] Dec 19 22:17:27.348 INFO O| Dec 19 22:17:27.348 INFO O| Planning: Merging actions ... Done
65682024-12-19T22:17:28.614Z[ recovery-image] Dec 19 22:17:27.349 INFO O| Dec 19 22:17:27.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
65692024-12-19T22:17:28.614Z[ recovery-image] Dec 19 22:17:27.350 INFO O| Dec 19 22:17:27.350 INFO STEP 752 (remove_files) COMPLETE
65702024-12-19T22:17:28.614Z[ recovery-image] Dec 19 22:17:27.350 INFO O| Dec 19 22:17:27.350 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65712024-12-19T22:17:28.633Z[ recovery-image] Dec 19 22:17:27.369 INFO O| Dec 19 22:17:27.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
65722024-12-19T22:17:28.633Z[ recovery-image] Dec 19 22:17:27.369 INFO O| Dec 19 22:17:27.369 INFO STEP 753 (remove_files) COMPLETE
65732024-12-19T22:17:28.633Z[ recovery-image] Dec 19 22:17:27.370 INFO O| Dec 19 22:17:27.369 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65742024-12-19T22:17:28.652Z[ recovery-image] Dec 19 22:17:27.388 INFO O| Dec 19 22:17:27.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
65752024-12-19T22:17:28.652Z[ recovery-image] Dec 19 22:17:27.388 INFO O| Dec 19 22:17:27.388 INFO STEP 754 (remove_files) COMPLETE
65762024-12-19T22:17:28.652Z[ recovery-image] Dec 19 22:17:27.388 INFO O| Dec 19 22:17:27.388 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65772024-12-19T22:17:28.682Z[ recovery-image] Dec 19 22:17:27.419 INFO O| Dec 19 22:17:27.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
65782024-12-19T22:17:28.682Z[ recovery-image] Dec 19 22:17:27.419 INFO O| Dec 19 22:17:27.419 INFO STEP 755 (remove_files) COMPLETE
65792024-12-19T22:17:28.682Z[ recovery-image] Dec 19 22:17:27.419 INFO O| Dec 19 22:17:27.419 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65802024-12-19T22:17:28.705Z[ recovery-image] Dec 19 22:17:27.442 INFO O| Dec 19 22:17:27.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
65812024-12-19T22:17:28.730Z[ recovery-image] Dec 19 22:17:27.466 INFO O| Dec 19 22:17:27.466 INFO STEP 756 (remove_files) COMPLETE
65822024-12-19T22:17:28.730Z[ recovery-image] Dec 19 22:17:27.466 INFO O| Dec 19 22:17:27.466 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65832024-12-19T22:17:28.773Z[ host-image] Dec 19 22:17:27.509 INFO O| Dec 19 22:17:27.509 INFO O| Planning: Checking for conflicting actions ... Done
65842024-12-19T22:17:28.780Z[ host-image] Dec 19 22:17:27.516 INFO O| Dec 19 22:17:27.516 INFO O| Planning: Consolidating action changes ... Done
65852024-12-19T22:17:28.803Z[ recovery-image] Dec 19 22:17:27.539 INFO O| Dec 19 22:17:27.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
65862024-12-19T22:17:28.803Z[ recovery-image] Dec 19 22:17:27.539 INFO O| Dec 19 22:17:27.539 INFO STEP 757 (remove_files) COMPLETE
65872024-12-19T22:17:28.805Z[ recovery-image] Dec 19 22:17:27.539 INFO O| Dec 19 22:17:27.539 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65882024-12-19T22:17:28.822Z[ recovery-image] Dec 19 22:17:27.558 INFO O| Dec 19 22:17:27.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
65892024-12-19T22:17:28.822Z[ recovery-image] Dec 19 22:17:27.558 INFO O| Dec 19 22:17:27.558 INFO STEP 758 (remove_files) COMPLETE
65902024-12-19T22:17:28.822Z[ recovery-image] Dec 19 22:17:27.558 INFO O| Dec 19 22:17:27.558 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65912024-12-19T22:17:28.864Z[ recovery-image] Dec 19 22:17:27.600 INFO O| Dec 19 22:17:27.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
65922024-12-19T22:17:28.864Z[ recovery-image] Dec 19 22:17:27.600 INFO O| Dec 19 22:17:27.600 INFO STEP 759 (remove_files) COMPLETE
65932024-12-19T22:17:28.867Z[ recovery-image] Dec 19 22:17:27.600 INFO O| Dec 19 22:17:27.600 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65942024-12-19T22:17:28.883Z[ recovery-image] Dec 19 22:17:27.619 INFO O| Dec 19 22:17:27.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
65952024-12-19T22:17:28.883Z[ recovery-image] Dec 19 22:17:27.619 INFO O| Dec 19 22:17:27.619 INFO STEP 760 (remove_files) COMPLETE
65962024-12-19T22:17:28.883Z[ recovery-image] Dec 19 22:17:27.619 INFO O| Dec 19 22:17:27.619 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65972024-12-19T22:17:28.902Z[ recovery-image] Dec 19 22:17:27.637 INFO O| Dec 19 22:17:27.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
65982024-12-19T22:17:28.902Z[ recovery-image] Dec 19 22:17:27.637 INFO O| Dec 19 22:17:27.637 INFO STEP 761 (remove_files) COMPLETE
65992024-12-19T22:17:28.902Z[ recovery-image] Dec 19 22:17:27.637 INFO O| Dec 19 22:17:27.637 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66002024-12-19T22:17:28.921Z[ recovery-image] Dec 19 22:17:27.656 INFO O| Dec 19 22:17:27.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
66012024-12-19T22:17:28.922Z[ recovery-image] Dec 19 22:17:27.656 INFO O| Dec 19 22:17:27.656 INFO STEP 762 (remove_files) COMPLETE
66022024-12-19T22:17:28.922Z[ recovery-image] Dec 19 22:17:27.656 INFO O| Dec 19 22:17:27.656 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66032024-12-19T22:17:28.938Z[ recovery-image] Dec 19 22:17:27.674 INFO O| Dec 19 22:17:27.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
66042024-12-19T22:17:28.938Z[ recovery-image] Dec 19 22:17:27.674 INFO O| Dec 19 22:17:27.674 INFO STEP 763 (remove_files) COMPLETE
66052024-12-19T22:17:28.941Z[ recovery-image] Dec 19 22:17:27.674 INFO O| Dec 19 22:17:27.674 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66062024-12-19T22:17:28.956Z[ recovery-image] Dec 19 22:17:27.691 INFO O| Dec 19 22:17:27.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
66072024-12-19T22:17:28.956Z[ recovery-image] Dec 19 22:17:27.691 INFO O| Dec 19 22:17:27.691 INFO STEP 764 (remove_files) COMPLETE
66082024-12-19T22:17:28.956Z[ recovery-image] Dec 19 22:17:27.691 INFO O| Dec 19 22:17:27.691 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66092024-12-19T22:17:28.995Z[ recovery-image] Dec 19 22:17:27.730 INFO O| Dec 19 22:17:27.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
66102024-12-19T22:17:28.995Z[ recovery-image] Dec 19 22:17:27.730 INFO O| Dec 19 22:17:27.730 INFO STEP 765 (remove_files) COMPLETE
66112024-12-19T22:17:28.995Z[ recovery-image] Dec 19 22:17:27.730 INFO O| Dec 19 22:17:27.730 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66122024-12-19T22:17:29.037Z[ recovery-image] Dec 19 22:17:27.771 INFO O| Dec 19 22:17:27.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
66132024-12-19T22:17:29.037Z[ recovery-image] Dec 19 22:17:27.772 INFO O| Dec 19 22:17:27.772 INFO STEP 766 (remove_files) COMPLETE
66142024-12-19T22:17:29.037Z[ recovery-image] Dec 19 22:17:27.772 INFO O| Dec 19 22:17:27.772 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66152024-12-19T22:17:29.054Z[ recovery-image] Dec 19 22:17:27.789 INFO O| Dec 19 22:17:27.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
66162024-12-19T22:17:29.071Z[ recovery-image] Dec 19 22:17:27.806 INFO O| Dec 19 22:17:27.806 INFO STEP 767 (remove_files) COMPLETE
66172024-12-19T22:17:29.072Z[ recovery-image] Dec 19 22:17:27.806 INFO O| Dec 19 22:17:27.806 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66182024-12-19T22:17:29.103Z[ recovery-image] Dec 19 22:17:27.837 INFO O| Dec 19 22:17:27.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
66192024-12-19T22:17:29.103Z[ recovery-image] Dec 19 22:17:27.837 INFO O| Dec 19 22:17:27.837 INFO STEP 768 (remove_files) COMPLETE
66202024-12-19T22:17:29.103Z[ recovery-image] Dec 19 22:17:27.837 INFO O| Dec 19 22:17:27.837 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66212024-12-19T22:17:29.145Z[ recovery-image] Dec 19 22:17:27.878 INFO O| Dec 19 22:17:27.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
66222024-12-19T22:17:29.145Z[ recovery-image] Dec 19 22:17:27.878 INFO O| Dec 19 22:17:27.878 INFO STEP 769 (remove_files) COMPLETE
66232024-12-19T22:17:29.145Z[ recovery-image] Dec 19 22:17:27.878 INFO O| Dec 19 22:17:27.878 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66242024-12-19T22:17:29.195Z[ recovery-image] Dec 19 22:17:27.930 INFO O| Dec 19 22:17:27.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
66252024-12-19T22:17:29.196Z[ recovery-image] Dec 19 22:17:27.930 INFO O| Dec 19 22:17:27.930 INFO STEP 770 (remove_files) COMPLETE
66262024-12-19T22:17:29.198Z[ recovery-image] Dec 19 22:17:27.930 INFO O| Dec 19 22:17:27.930 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66272024-12-19T22:17:29.203Z[ host-image] Dec 19 22:17:27.937 INFO O| Dec 19 22:17:27.937 INFO O| Planning: Evaluating mediators ... Done
66282024-12-19T22:17:29.208Z[ host-image] Dec 19 22:17:27.943 INFO O| Dec 19 22:17:27.943 INFO O| Planning: Planning completed in 6.63 seconds
66292024-12-19T22:17:29.211Z[ host-image] Dec 19 22:17:27.946 INFO O| Dec 19 22:17:27.946 INFO O| Packages to install: 6
66302024-12-19T22:17:29.211Z[ host-image] Dec 19 22:17:27.946 INFO O| Dec 19 22:17:27.946 INFO O| Mediators to change: 1
66312024-12-19T22:17:29.214Z[ host-image] Dec 19 22:17:27.946 INFO O| Dec 19 22:17:27.946 INFO O| Services to change: 1
66322024-12-19T22:17:29.245Z[ host-image] Dec 19 22:17:27.969 INFO O| Dec 19 22:17:27.969 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
66332024-12-19T22:17:29.248Z[ recovery-image] Dec 19 22:17:27.980 INFO O| Dec 19 22:17:27.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
66342024-12-19T22:17:29.248Z[ recovery-image] Dec 19 22:17:27.980 INFO O| Dec 19 22:17:27.980 INFO STEP 771 (remove_files) COMPLETE
66352024-12-19T22:17:29.248Z[ recovery-image] Dec 19 22:17:27.980 INFO O| Dec 19 22:17:27.980 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66362024-12-19T22:17:29.263Z[ recovery-image] Dec 19 22:17:27.998 INFO O| Dec 19 22:17:27.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
66372024-12-19T22:17:29.337Z[ recovery-image] Dec 19 22:17:27.998 INFO O| Dec 19 22:17:27.998 INFO STEP 772 (remove_files) COMPLETE
66382024-12-19T22:17:29.337Z[ recovery-image] Dec 19 22:17:27.998 INFO O| Dec 19 22:17:27.998 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66392024-12-19T22:17:29.365Z[ recovery-image] Dec 19 22:17:28.098 INFO O| Dec 19 22:17:28.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
66402024-12-19T22:17:29.365Z[ recovery-image] Dec 19 22:17:28.098 INFO O| Dec 19 22:17:28.098 INFO STEP 773 (remove_files) COMPLETE
66412024-12-19T22:17:29.365Z[ recovery-image] Dec 19 22:17:28.098 INFO O| Dec 19 22:17:28.098 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66422024-12-19T22:17:29.384Z[ recovery-image] Dec 19 22:17:28.117 INFO O| Dec 19 22:17:28.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
66432024-12-19T22:17:29.384Z[ recovery-image] Dec 19 22:17:28.118 INFO O| Dec 19 22:17:28.117 INFO STEP 774 (remove_files) COMPLETE
66442024-12-19T22:17:29.384Z[ recovery-image] Dec 19 22:17:28.118 INFO O| Dec 19 22:17:28.118 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66452024-12-19T22:17:29.405Z[ recovery-image] Dec 19 22:17:28.139 INFO O| Dec 19 22:17:28.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
66462024-12-19T22:17:29.405Z[ recovery-image] Dec 19 22:17:28.139 INFO O| Dec 19 22:17:28.139 INFO STEP 775 (remove_files) COMPLETE
66472024-12-19T22:17:29.406Z[ recovery-image] Dec 19 22:17:28.139 INFO O| Dec 19 22:17:28.139 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66482024-12-19T22:17:29.430Z[ recovery-image] Dec 19 22:17:28.163 INFO O| Dec 19 22:17:28.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
66492024-12-19T22:17:29.430Z[ recovery-image] Dec 19 22:17:28.163 INFO O| Dec 19 22:17:28.163 INFO STEP 776 (remove_files) COMPLETE
66502024-12-19T22:17:29.433Z[ recovery-image] Dec 19 22:17:28.163 INFO O| Dec 19 22:17:28.163 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66512024-12-19T22:17:29.485Z[ recovery-image] Dec 19 22:17:28.218 INFO O| Dec 19 22:17:28.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
66522024-12-19T22:17:29.485Z[ recovery-image] Dec 19 22:17:28.218 INFO O| Dec 19 22:17:28.218 INFO STEP 777 (remove_files) COMPLETE
66532024-12-19T22:17:29.488Z[ recovery-image] Dec 19 22:17:28.218 INFO O| Dec 19 22:17:28.218 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66542024-12-19T22:17:29.505Z[ recovery-image] Dec 19 22:17:28.238 INFO O| Dec 19 22:17:28.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
66552024-12-19T22:17:29.505Z[ recovery-image] Dec 19 22:17:28.238 INFO O| Dec 19 22:17:28.238 INFO STEP 778 (remove_files) COMPLETE
66562024-12-19T22:17:29.506Z[ recovery-image] Dec 19 22:17:28.238 INFO O| Dec 19 22:17:28.238 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66572024-12-19T22:17:29.593Z[ recovery-image] Dec 19 22:17:28.326 INFO O| Dec 19 22:17:28.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
66582024-12-19T22:17:29.593Z[ recovery-image] Dec 19 22:17:28.326 INFO O| Dec 19 22:17:28.326 INFO STEP 779 (remove_files) COMPLETE
66592024-12-19T22:17:29.593Z[ recovery-image] Dec 19 22:17:28.326 INFO O| Dec 19 22:17:28.326 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66602024-12-19T22:17:29.615Z[ recovery-image] Dec 19 22:17:28.347 INFO O| Dec 19 22:17:28.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
66612024-12-19T22:17:29.615Z[ recovery-image] Dec 19 22:17:28.347 INFO O| Dec 19 22:17:28.347 INFO STEP 780 (remove_files) COMPLETE
66622024-12-19T22:17:29.615Z[ recovery-image] Dec 19 22:17:28.347 INFO O| Dec 19 22:17:28.347 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66632024-12-19T22:17:29.635Z[ recovery-image] Dec 19 22:17:28.368 INFO O| Dec 19 22:17:28.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
66642024-12-19T22:17:29.636Z[ recovery-image] Dec 19 22:17:28.368 INFO O| Dec 19 22:17:28.368 INFO STEP 781 (remove_files) COMPLETE
66652024-12-19T22:17:29.636Z[ recovery-image] Dec 19 22:17:28.368 INFO O| Dec 19 22:17:28.368 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66662024-12-19T22:17:29.654Z[ recovery-image] Dec 19 22:17:28.386 INFO O| Dec 19 22:17:28.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
66672024-12-19T22:17:29.654Z[ recovery-image] Dec 19 22:17:28.386 INFO O| Dec 19 22:17:28.386 INFO STEP 782 (remove_files) COMPLETE
66682024-12-19T22:17:29.654Z[ recovery-image] Dec 19 22:17:28.386 INFO O| Dec 19 22:17:28.386 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66692024-12-19T22:17:29.690Z[ recovery-image] Dec 19 22:17:28.422 INFO O| Dec 19 22:17:28.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
66702024-12-19T22:17:29.692Z[ recovery-image] Dec 19 22:17:28.422 INFO O| Dec 19 22:17:28.422 INFO STEP 783 (remove_files) COMPLETE
66712024-12-19T22:17:29.692Z[ recovery-image] Dec 19 22:17:28.422 INFO O| Dec 19 22:17:28.422 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66722024-12-19T22:17:29.709Z[ recovery-image] Dec 19 22:17:28.442 INFO O| Dec 19 22:17:28.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
66732024-12-19T22:17:29.712Z[ recovery-image] Dec 19 22:17:28.442 INFO O| Dec 19 22:17:28.442 INFO STEP 784 (remove_files) COMPLETE
66742024-12-19T22:17:29.712Z[ recovery-image] Dec 19 22:17:28.442 INFO O| Dec 19 22:17:28.442 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66752024-12-19T22:17:29.728Z[ recovery-image] Dec 19 22:17:28.460 INFO O| Dec 19 22:17:28.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
66762024-12-19T22:17:29.730Z[ recovery-image] Dec 19 22:17:28.460 INFO O| Dec 19 22:17:28.460 INFO STEP 785 (remove_files) COMPLETE
66772024-12-19T22:17:29.730Z[ recovery-image] Dec 19 22:17:28.460 INFO O| Dec 19 22:17:28.460 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66782024-12-19T22:17:29.746Z[ recovery-image] Dec 19 22:17:28.478 INFO O| Dec 19 22:17:28.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
66792024-12-19T22:17:29.749Z[ recovery-image] Dec 19 22:17:28.478 INFO O| Dec 19 22:17:28.478 INFO STEP 786 (remove_files) COMPLETE
66802024-12-19T22:17:29.749Z[ recovery-image] Dec 19 22:17:28.479 INFO O| Dec 19 22:17:28.479 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66812024-12-19T22:17:29.766Z[ recovery-image] Dec 19 22:17:28.498 INFO O| Dec 19 22:17:28.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
66822024-12-19T22:17:29.770Z[ recovery-image] Dec 19 22:17:28.498 INFO O| Dec 19 22:17:28.498 INFO STEP 787 (remove_files) COMPLETE
66832024-12-19T22:17:29.770Z[ recovery-image] Dec 19 22:17:28.498 INFO O| Dec 19 22:17:28.498 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66842024-12-19T22:17:29.786Z[ recovery-image] Dec 19 22:17:28.517 INFO O| Dec 19 22:17:28.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
66852024-12-19T22:17:29.788Z[ recovery-image] Dec 19 22:17:28.518 INFO O| Dec 19 22:17:28.518 INFO STEP 788 (remove_files) COMPLETE
66862024-12-19T22:17:29.788Z[ recovery-image] Dec 19 22:17:28.518 INFO O| Dec 19 22:17:28.518 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66872024-12-19T22:17:29.806Z[ recovery-image] Dec 19 22:17:28.537 INFO O| Dec 19 22:17:28.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
66882024-12-19T22:17:29.808Z[ recovery-image] Dec 19 22:17:28.538 INFO O| Dec 19 22:17:28.538 INFO STEP 789 (remove_files) COMPLETE
66892024-12-19T22:17:29.808Z[ recovery-image] Dec 19 22:17:28.538 INFO O| Dec 19 22:17:28.538 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66902024-12-19T22:17:29.826Z[ recovery-image] Dec 19 22:17:28.558 INFO O| Dec 19 22:17:28.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
66912024-12-19T22:17:29.829Z[ recovery-image] Dec 19 22:17:28.558 INFO O| Dec 19 22:17:28.558 INFO STEP 790 (remove_files) COMPLETE
66922024-12-19T22:17:29.829Z[ recovery-image] Dec 19 22:17:28.558 INFO O| Dec 19 22:17:28.558 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66932024-12-19T22:17:29.860Z[ recovery-image] Dec 19 22:17:28.591 INFO O| Dec 19 22:17:28.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
66942024-12-19T22:17:29.864Z[ recovery-image] Dec 19 22:17:28.591 INFO O| Dec 19 22:17:28.591 INFO STEP 791 (remove_files) COMPLETE
66952024-12-19T22:17:29.864Z[ recovery-image] Dec 19 22:17:28.592 INFO O| Dec 19 22:17:28.591 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66962024-12-19T22:17:29.881Z[ recovery-image] Dec 19 22:17:28.613 INFO O| Dec 19 22:17:28.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
66972024-12-19T22:17:29.884Z[ recovery-image] Dec 19 22:17:28.613 INFO O| Dec 19 22:17:28.613 INFO STEP 792 (remove_files) COMPLETE
66982024-12-19T22:17:29.884Z[ recovery-image] Dec 19 22:17:28.613 INFO O| Dec 19 22:17:28.613 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66992024-12-19T22:17:29.902Z[ recovery-image] Dec 19 22:17:28.633 INFO O| Dec 19 22:17:28.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
67002024-12-19T22:17:29.905Z[ recovery-image] Dec 19 22:17:28.633 INFO O| Dec 19 22:17:28.633 INFO STEP 793 (remove_files) COMPLETE
67012024-12-19T22:17:29.905Z[ recovery-image] Dec 19 22:17:28.633 INFO O| Dec 19 22:17:28.633 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67022024-12-19T22:17:29.923Z[ recovery-image] Dec 19 22:17:28.655 INFO O| Dec 19 22:17:28.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
67032024-12-19T22:17:29.926Z[ recovery-image] Dec 19 22:17:28.655 INFO O| Dec 19 22:17:28.655 INFO STEP 794 (remove_files) COMPLETE
67042024-12-19T22:17:29.926Z[ recovery-image] Dec 19 22:17:28.655 INFO O| Dec 19 22:17:28.655 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67052024-12-19T22:17:29.944Z[ recovery-image] Dec 19 22:17:28.675 INFO O| Dec 19 22:17:28.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
67062024-12-19T22:17:29.946Z[ recovery-image] Dec 19 22:17:28.676 INFO O| Dec 19 22:17:28.675 INFO STEP 795 (remove_files) COMPLETE
67072024-12-19T22:17:29.963Z[ recovery-image] Dec 19 22:17:28.694 INFO O| Dec 19 22:17:28.676 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67082024-12-19T22:17:29.995Z[ recovery-image] Dec 19 22:17:28.726 INFO O| Dec 19 22:17:28.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
67092024-12-19T22:17:29.995Z[ recovery-image] Dec 19 22:17:28.726 INFO O| Dec 19 22:17:28.726 INFO STEP 796 (remove_files) COMPLETE
67102024-12-19T22:17:29.995Z[ recovery-image] Dec 19 22:17:28.726 INFO O| Dec 19 22:17:28.726 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67112024-12-19T22:17:30.016Z[ recovery-image] Dec 19 22:17:28.746 INFO O| Dec 19 22:17:28.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
67122024-12-19T22:17:30.016Z[ recovery-image] Dec 19 22:17:28.746 INFO O| Dec 19 22:17:28.746 INFO STEP 797 (remove_files) COMPLETE
67132024-12-19T22:17:30.016Z[ recovery-image] Dec 19 22:17:28.747 INFO O| Dec 19 22:17:28.746 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67142024-12-19T22:17:30.038Z[ recovery-image] Dec 19 22:17:28.768 INFO O| Dec 19 22:17:28.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
67152024-12-19T22:17:30.038Z[ recovery-image] Dec 19 22:17:28.768 INFO O| Dec 19 22:17:28.768 INFO STEP 798 (remove_files) COMPLETE
67162024-12-19T22:17:30.041Z[ recovery-image] Dec 19 22:17:28.769 INFO O| Dec 19 22:17:28.768 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67172024-12-19T22:17:30.069Z[ recovery-image] Dec 19 22:17:28.800 INFO O| Dec 19 22:17:28.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
67182024-12-19T22:17:30.069Z[ recovery-image] Dec 19 22:17:28.800 INFO O| Dec 19 22:17:28.800 INFO STEP 799 (remove_files) COMPLETE
67192024-12-19T22:17:30.069Z[ recovery-image] Dec 19 22:17:28.800 INFO O| Dec 19 22:17:28.800 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67202024-12-19T22:17:30.096Z[ recovery-image] Dec 19 22:17:28.825 INFO O| Dec 19 22:17:28.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
67212024-12-19T22:17:30.096Z[ recovery-image] Dec 19 22:17:28.826 INFO O| Dec 19 22:17:28.826 INFO STEP 800 (remove_files) COMPLETE
67222024-12-19T22:17:30.096Z[ recovery-image] Dec 19 22:17:28.826 INFO O| Dec 19 22:17:28.826 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67232024-12-19T22:17:30.122Z[ recovery-image] Dec 19 22:17:28.852 INFO O| Dec 19 22:17:28.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
67242024-12-19T22:17:30.122Z[ recovery-image] Dec 19 22:17:28.852 INFO O| Dec 19 22:17:28.852 INFO STEP 801 (remove_files) COMPLETE
67252024-12-19T22:17:30.125Z[ recovery-image] Dec 19 22:17:28.852 INFO O| Dec 19 22:17:28.852 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67262024-12-19T22:17:30.148Z[ recovery-image] Dec 19 22:17:28.878 INFO O| Dec 19 22:17:28.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
67272024-12-19T22:17:30.152Z[ recovery-image] Dec 19 22:17:28.879 INFO O| Dec 19 22:17:28.878 INFO STEP 802 (remove_files) COMPLETE
67282024-12-19T22:17:30.152Z[ recovery-image] Dec 19 22:17:28.879 INFO O| Dec 19 22:17:28.879 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67292024-12-19T22:17:30.172Z[ recovery-image] Dec 19 22:17:28.902 INFO O| Dec 19 22:17:28.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
67302024-12-19T22:17:30.173Z[ recovery-image] Dec 19 22:17:28.902 INFO O| Dec 19 22:17:28.902 INFO STEP 803 (remove_files) COMPLETE
67312024-12-19T22:17:30.173Z[ recovery-image] Dec 19 22:17:28.902 INFO O| Dec 19 22:17:28.902 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67322024-12-19T22:17:30.195Z[ recovery-image] Dec 19 22:17:28.925 INFO O| Dec 19 22:17:28.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
67332024-12-19T22:17:30.195Z[ recovery-image] Dec 19 22:17:28.925 INFO O| Dec 19 22:17:28.925 INFO STEP 804 (remove_files) COMPLETE
67342024-12-19T22:17:30.195Z[ recovery-image] Dec 19 22:17:28.925 INFO O| Dec 19 22:17:28.925 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67352024-12-19T22:17:30.229Z[ recovery-image] Dec 19 22:17:28.959 INFO O| Dec 19 22:17:28.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
67362024-12-19T22:17:30.229Z[ recovery-image] Dec 19 22:17:28.959 INFO O| Dec 19 22:17:28.959 INFO STEP 805 (remove_files) COMPLETE
67372024-12-19T22:17:30.229Z[ recovery-image] Dec 19 22:17:28.959 INFO O| Dec 19 22:17:28.959 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67382024-12-19T22:17:30.251Z[ recovery-image] Dec 19 22:17:28.981 INFO O| Dec 19 22:17:28.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
67392024-12-19T22:17:30.251Z[ recovery-image] Dec 19 22:17:28.981 INFO O| Dec 19 22:17:28.981 INFO STEP 806 (remove_files) COMPLETE
67402024-12-19T22:17:30.251Z[ recovery-image] Dec 19 22:17:28.981 INFO O| Dec 19 22:17:28.981 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67412024-12-19T22:17:30.273Z[ recovery-image] Dec 19 22:17:29.002 INFO O| Dec 19 22:17:29.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
67422024-12-19T22:17:30.273Z[ recovery-image] Dec 19 22:17:29.003 INFO O| Dec 19 22:17:29.002 INFO STEP 807 (remove_files) COMPLETE
67432024-12-19T22:17:30.273Z[ recovery-image] Dec 19 22:17:29.003 INFO O| Dec 19 22:17:29.003 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67442024-12-19T22:17:30.293Z[ recovery-image] Dec 19 22:17:29.022 INFO O| Dec 19 22:17:29.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
67452024-12-19T22:17:30.293Z[ recovery-image] Dec 19 22:17:29.023 INFO O| Dec 19 22:17:29.023 INFO STEP 808 (remove_files) COMPLETE
67462024-12-19T22:17:30.295Z[ recovery-image] Dec 19 22:17:29.023 INFO O| Dec 19 22:17:29.023 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67472024-12-19T22:17:30.312Z[ recovery-image] Dec 19 22:17:29.041 INFO O| Dec 19 22:17:29.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
67482024-12-19T22:17:30.312Z[ recovery-image] Dec 19 22:17:29.041 INFO O| Dec 19 22:17:29.041 INFO STEP 809 (remove_files) COMPLETE
67492024-12-19T22:17:30.312Z[ recovery-image] Dec 19 22:17:29.041 INFO O| Dec 19 22:17:29.041 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67502024-12-19T22:17:30.329Z[ recovery-image] Dec 19 22:17:29.059 INFO O| Dec 19 22:17:29.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
67512024-12-19T22:17:30.332Z[ recovery-image] Dec 19 22:17:29.059 INFO O| Dec 19 22:17:29.059 INFO STEP 810 (remove_files) COMPLETE
67522024-12-19T22:17:30.332Z[ recovery-image] Dec 19 22:17:29.059 INFO O| Dec 19 22:17:29.059 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67532024-12-19T22:17:30.346Z[ recovery-image] Dec 19 22:17:29.076 INFO O| Dec 19 22:17:29.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
67542024-12-19T22:17:30.347Z[ recovery-image] Dec 19 22:17:29.076 INFO O| Dec 19 22:17:29.076 INFO STEP 811 (remove_files) COMPLETE
67552024-12-19T22:17:30.350Z[ recovery-image] Dec 19 22:17:29.076 INFO O| Dec 19 22:17:29.076 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67562024-12-19T22:17:30.365Z[ recovery-image] Dec 19 22:17:29.094 INFO O| Dec 19 22:17:29.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
67572024-12-19T22:17:30.365Z[ recovery-image] Dec 19 22:17:29.094 INFO O| Dec 19 22:17:29.094 INFO STEP 812 (remove_files) COMPLETE
67582024-12-19T22:17:30.365Z[ recovery-image] Dec 19 22:17:29.094 INFO O| Dec 19 22:17:29.094 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67592024-12-19T22:17:30.382Z[ recovery-image] Dec 19 22:17:29.112 INFO O| Dec 19 22:17:29.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
67602024-12-19T22:17:30.382Z[ recovery-image] Dec 19 22:17:29.112 INFO O| Dec 19 22:17:29.112 INFO STEP 813 (remove_files) COMPLETE
67612024-12-19T22:17:30.382Z[ recovery-image] Dec 19 22:17:29.112 INFO O| Dec 19 22:17:29.112 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67622024-12-19T22:17:30.403Z[ recovery-image] Dec 19 22:17:29.131 INFO O| Dec 19 22:17:29.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
67632024-12-19T22:17:30.403Z[ recovery-image] Dec 19 22:17:29.131 INFO O| Dec 19 22:17:29.131 INFO STEP 814 (remove_files) COMPLETE
67642024-12-19T22:17:30.405Z[ recovery-image] Dec 19 22:17:29.131 INFO O| Dec 19 22:17:29.131 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67652024-12-19T22:17:30.467Z[ recovery-image] Dec 19 22:17:29.166 INFO O| Dec 19 22:17:29.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
67662024-12-19T22:17:30.467Z[ recovery-image] Dec 19 22:17:29.166 INFO O| Dec 19 22:17:29.166 INFO STEP 815 (remove_files) COMPLETE
67672024-12-19T22:17:30.468Z[ recovery-image] Dec 19 22:17:29.166 INFO O| Dec 19 22:17:29.166 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67682024-12-19T22:17:30.506Z[ recovery-image] Dec 19 22:17:29.235 INFO O| Dec 19 22:17:29.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
67692024-12-19T22:17:30.506Z[ recovery-image] Dec 19 22:17:29.235 INFO O| Dec 19 22:17:29.235 INFO STEP 816 (remove_files) COMPLETE
67702024-12-19T22:17:30.507Z[ recovery-image] Dec 19 22:17:29.235 INFO O| Dec 19 22:17:29.235 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67712024-12-19T22:17:30.528Z[ recovery-image] Dec 19 22:17:29.256 INFO O| Dec 19 22:17:29.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
67722024-12-19T22:17:30.528Z[ recovery-image] Dec 19 22:17:29.256 INFO O| Dec 19 22:17:29.256 INFO STEP 817 (remove_files) COMPLETE
67732024-12-19T22:17:30.528Z[ recovery-image] Dec 19 22:17:29.256 INFO O| Dec 19 22:17:29.256 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67742024-12-19T22:17:30.548Z[ recovery-image] Dec 19 22:17:29.277 INFO O| Dec 19 22:17:29.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
67752024-12-19T22:17:30.548Z[ recovery-image] Dec 19 22:17:29.277 INFO O| Dec 19 22:17:29.277 INFO STEP 818 (remove_files) COMPLETE
67762024-12-19T22:17:30.548Z[ recovery-image] Dec 19 22:17:29.277 INFO O| Dec 19 22:17:29.277 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67772024-12-19T22:17:30.569Z[ recovery-image] Dec 19 22:17:29.297 INFO O| Dec 19 22:17:29.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
67782024-12-19T22:17:30.569Z[ recovery-image] Dec 19 22:17:29.297 INFO O| Dec 19 22:17:29.297 INFO STEP 819 (remove_files) COMPLETE
67792024-12-19T22:17:30.572Z[ recovery-image] Dec 19 22:17:29.297 INFO O| Dec 19 22:17:29.297 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67802024-12-19T22:17:30.618Z[ recovery-image] Dec 19 22:17:29.315 INFO O| Dec 19 22:17:29.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
67812024-12-19T22:17:30.638Z[ recovery-image] Dec 19 22:17:29.354 INFO O| Dec 19 22:17:29.346 INFO STEP 820 (remove_files) COMPLETE
67822024-12-19T22:17:30.638Z[ recovery-image] Dec 19 22:17:29.354 INFO O| Dec 19 22:17:29.347 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67832024-12-19T22:17:30.641Z[ recovery-image] Dec 19 22:17:29.367 INFO O| Dec 19 22:17:29.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
67842024-12-19T22:17:30.641Z[ recovery-image] Dec 19 22:17:29.367 INFO O| Dec 19 22:17:29.367 INFO STEP 821 (remove_files) COMPLETE
67852024-12-19T22:17:30.641Z[ recovery-image] Dec 19 22:17:29.367 INFO O| Dec 19 22:17:29.367 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67862024-12-19T22:17:30.657Z[ recovery-image] Dec 19 22:17:29.384 INFO O| Dec 19 22:17:29.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
67872024-12-19T22:17:30.657Z[ recovery-image] Dec 19 22:17:29.384 INFO O| Dec 19 22:17:29.384 INFO STEP 822 (remove_files) COMPLETE
67882024-12-19T22:17:30.657Z[ recovery-image] Dec 19 22:17:29.384 INFO O| Dec 19 22:17:29.384 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67892024-12-19T22:17:30.674Z[ recovery-image] Dec 19 22:17:29.401 INFO O| Dec 19 22:17:29.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
67902024-12-19T22:17:30.674Z[ recovery-image] Dec 19 22:17:29.401 INFO O| Dec 19 22:17:29.401 INFO STEP 823 (remove_files) COMPLETE
67912024-12-19T22:17:30.674Z[ recovery-image] Dec 19 22:17:29.401 INFO O| Dec 19 22:17:29.401 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67922024-12-19T22:17:30.736Z[ recovery-image] Dec 19 22:17:29.464 INFO O| Dec 19 22:17:29.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
67932024-12-19T22:17:30.736Z[ recovery-image] Dec 19 22:17:29.464 INFO O| Dec 19 22:17:29.464 INFO STEP 824 (remove_files) COMPLETE
67942024-12-19T22:17:30.740Z[ recovery-image] Dec 19 22:17:29.464 INFO O| Dec 19 22:17:29.464 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67952024-12-19T22:17:30.756Z[ recovery-image] Dec 19 22:17:29.483 INFO O| Dec 19 22:17:29.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
67962024-12-19T22:17:30.756Z[ recovery-image] Dec 19 22:17:29.483 INFO O| Dec 19 22:17:29.483 INFO STEP 825 (remove_files) COMPLETE
67972024-12-19T22:17:30.756Z[ recovery-image] Dec 19 22:17:29.483 INFO O| Dec 19 22:17:29.483 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67982024-12-19T22:17:30.792Z[ recovery-image] Dec 19 22:17:29.520 INFO O| Dec 19 22:17:29.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
67992024-12-19T22:17:30.793Z[ recovery-image] Dec 19 22:17:29.520 INFO O| Dec 19 22:17:29.520 INFO STEP 826 (remove_files) COMPLETE
68002024-12-19T22:17:30.793Z[ recovery-image] Dec 19 22:17:29.520 INFO O| Dec 19 22:17:29.520 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68012024-12-19T22:17:30.824Z[ recovery-image] Dec 19 22:17:29.544 INFO O| Dec 19 22:17:29.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
68022024-12-19T22:17:30.824Z[ recovery-image] Dec 19 22:17:29.545 INFO O| Dec 19 22:17:29.544 INFO STEP 827 (remove_files) COMPLETE
68032024-12-19T22:17:30.824Z[ recovery-image] Dec 19 22:17:29.545 INFO O| Dec 19 22:17:29.544 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68042024-12-19T22:17:30.833Z[ recovery-image] Dec 19 22:17:29.561 INFO O| Dec 19 22:17:29.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
68052024-12-19T22:17:30.833Z[ recovery-image] Dec 19 22:17:29.561 INFO O| Dec 19 22:17:29.561 INFO STEP 828 (remove_files) COMPLETE
68062024-12-19T22:17:30.833Z[ recovery-image] Dec 19 22:17:29.561 INFO O| Dec 19 22:17:29.561 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68072024-12-19T22:17:30.853Z[ recovery-image] Dec 19 22:17:29.580 INFO O| Dec 19 22:17:29.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
68082024-12-19T22:17:30.853Z[ recovery-image] Dec 19 22:17:29.580 INFO O| Dec 19 22:17:29.580 INFO STEP 829 (remove_files) COMPLETE
68092024-12-19T22:17:30.853Z[ recovery-image] Dec 19 22:17:29.580 INFO O| Dec 19 22:17:29.580 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68102024-12-19T22:17:30.889Z[ recovery-image] Dec 19 22:17:29.615 INFO O| Dec 19 22:17:29.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
68112024-12-19T22:17:30.892Z[ recovery-image] Dec 19 22:17:29.615 INFO O| Dec 19 22:17:29.615 INFO STEP 830 (remove_files) COMPLETE
68122024-12-19T22:17:30.892Z[ recovery-image] Dec 19 22:17:29.615 INFO O| Dec 19 22:17:29.615 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68132024-12-19T22:17:30.909Z[ recovery-image] Dec 19 22:17:29.635 INFO O| Dec 19 22:17:29.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
68142024-12-19T22:17:30.909Z[ recovery-image] Dec 19 22:17:29.635 INFO O| Dec 19 22:17:29.635 INFO STEP 831 (remove_files) COMPLETE
68152024-12-19T22:17:30.912Z[ recovery-image] Dec 19 22:17:29.635 INFO O| Dec 19 22:17:29.635 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68162024-12-19T22:17:30.940Z[ recovery-image] Dec 19 22:17:29.667 INFO O| Dec 19 22:17:29.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
68172024-12-19T22:17:30.940Z[ recovery-image] Dec 19 22:17:29.667 INFO O| Dec 19 22:17:29.667 INFO STEP 832 (remove_files) COMPLETE
68182024-12-19T22:17:30.940Z[ recovery-image] Dec 19 22:17:29.667 INFO O| Dec 19 22:17:29.667 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68192024-12-19T22:17:30.961Z[ recovery-image] Dec 19 22:17:29.685 INFO O| Dec 19 22:17:29.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
68202024-12-19T22:17:30.961Z[ recovery-image] Dec 19 22:17:29.685 INFO O| Dec 19 22:17:29.685 INFO STEP 833 (remove_files) COMPLETE
68212024-12-19T22:17:30.964Z[ recovery-image] Dec 19 22:17:29.685 INFO O| Dec 19 22:17:29.685 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68222024-12-19T22:17:30.988Z[ recovery-image] Dec 19 22:17:29.713 INFO O| Dec 19 22:17:29.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
68232024-12-19T22:17:30.991Z[ recovery-image] Dec 19 22:17:29.713 INFO O| Dec 19 22:17:29.713 INFO STEP 834 (remove_files) COMPLETE
68242024-12-19T22:17:30.991Z[ recovery-image] Dec 19 22:17:29.713 INFO O| Dec 19 22:17:29.713 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68252024-12-19T22:17:31.031Z[ recovery-image] Dec 19 22:17:29.757 INFO O| Dec 19 22:17:29.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
68262024-12-19T22:17:31.031Z[ recovery-image] Dec 19 22:17:29.757 INFO O| Dec 19 22:17:29.757 INFO STEP 835 (remove_files) COMPLETE
68272024-12-19T22:17:31.031Z[ recovery-image] Dec 19 22:17:29.757 INFO O| Dec 19 22:17:29.757 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68282024-12-19T22:17:31.071Z[ recovery-image] Dec 19 22:17:29.797 INFO O| Dec 19 22:17:29.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
68292024-12-19T22:17:31.071Z[ recovery-image] Dec 19 22:17:29.797 INFO O| Dec 19 22:17:29.797 INFO STEP 836 (remove_files) COMPLETE
68302024-12-19T22:17:31.071Z[ recovery-image] Dec 19 22:17:29.798 INFO O| Dec 19 22:17:29.797 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68312024-12-19T22:17:31.091Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
68322024-12-19T22:17:31.235Z[ recovery-image] Dec 19 22:17:29.960 INFO O| Dec 19 22:17:29.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
68332024-12-19T22:17:31.239Z[ recovery-image] Dec 19 22:17:29.960 INFO O| Dec 19 22:17:29.960 INFO STEP 837 (remove_files) COMPLETE
68342024-12-19T22:17:31.239Z[ recovery-image] Dec 19 22:17:29.961 INFO O| Dec 19 22:17:29.961 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68352024-12-19T22:17:31.245Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
68362024-12-19T22:17:31.267Z[ recovery-image] Dec 19 22:17:29.992 INFO O| Dec 19 22:17:29.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
68372024-12-19T22:17:31.267Z[ recovery-image] Dec 19 22:17:29.992 INFO O| Dec 19 22:17:29.992 INFO STEP 838 (remove_files) COMPLETE
68382024-12-19T22:17:31.274Z[ recovery-image] Dec 19 22:17:29.993 INFO O| Dec 19 22:17:29.993 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68392024-12-19T22:17:31.287Z[ recovery-image] Dec 19 22:17:30.012 INFO O| Dec 19 22:17:30.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
68402024-12-19T22:17:31.290Z[ recovery-image] Dec 19 22:17:30.013 INFO O| Dec 19 22:17:30.013 INFO STEP 839 (remove_files) COMPLETE
68412024-12-19T22:17:31.290Z[ recovery-image] Dec 19 22:17:30.013 INFO O| Dec 19 22:17:30.013 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68422024-12-19T22:17:31.306Z[ recovery-image] Dec 19 22:17:30.031 INFO O| Dec 19 22:17:30.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
68432024-12-19T22:17:31.306Z[ recovery-image] Dec 19 22:17:30.031 INFO O| Dec 19 22:17:30.031 INFO STEP 840 (remove_files) COMPLETE
68442024-12-19T22:17:31.309Z[ recovery-image] Dec 19 22:17:30.031 INFO O| Dec 19 22:17:30.031 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68452024-12-19T22:17:31.323Z[ recovery-image] Dec 19 22:17:30.048 INFO O| Dec 19 22:17:30.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
68462024-12-19T22:17:31.326Z[ recovery-image] Dec 19 22:17:30.049 INFO O| Dec 19 22:17:30.048 INFO STEP 841 (remove_files) COMPLETE
68472024-12-19T22:17:31.326Z[ recovery-image] Dec 19 22:17:30.049 INFO O| Dec 19 22:17:30.049 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68482024-12-19T22:17:31.343Z[ recovery-image] Dec 19 22:17:30.067 INFO O| Dec 19 22:17:30.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
68492024-12-19T22:17:31.343Z[ recovery-image] Dec 19 22:17:30.067 INFO O| Dec 19 22:17:30.067 INFO STEP 842 (remove_files) COMPLETE
68502024-12-19T22:17:31.343Z[ recovery-image] Dec 19 22:17:30.067 INFO O| Dec 19 22:17:30.067 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68512024-12-19T22:17:31.362Z[ recovery-image] Dec 19 22:17:30.087 INFO O| Dec 19 22:17:30.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
68522024-12-19T22:17:31.362Z[ recovery-image] Dec 19 22:17:30.088 INFO O| Dec 19 22:17:30.087 INFO STEP 843 (remove_files) COMPLETE
68532024-12-19T22:17:31.362Z[ recovery-image] Dec 19 22:17:30.088 INFO O| Dec 19 22:17:30.088 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68542024-12-19T22:17:31.382Z[ recovery-image] Dec 19 22:17:30.107 INFO O| Dec 19 22:17:30.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
68552024-12-19T22:17:31.382Z[ recovery-image] Dec 19 22:17:30.107 INFO O| Dec 19 22:17:30.107 INFO STEP 844 (remove_files) COMPLETE
68562024-12-19T22:17:31.382Z[ recovery-image] Dec 19 22:17:30.107 INFO O| Dec 19 22:17:30.107 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68572024-12-19T22:17:31.477Z[ recovery-image] Dec 19 22:17:30.201 INFO O| Dec 19 22:17:30.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
68582024-12-19T22:17:31.477Z[ recovery-image] Dec 19 22:17:30.201 INFO O| Dec 19 22:17:30.201 INFO STEP 845 (remove_files) COMPLETE
68592024-12-19T22:17:31.477Z[ recovery-image] Dec 19 22:17:30.201 INFO O| Dec 19 22:17:30.201 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68602024-12-19T22:17:31.499Z[ recovery-image] Dec 19 22:17:30.223 INFO O| Dec 19 22:17:30.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
68612024-12-19T22:17:31.499Z[ recovery-image] Dec 19 22:17:30.223 INFO O| Dec 19 22:17:30.223 INFO STEP 846 (remove_files) COMPLETE
68622024-12-19T22:17:31.499Z[ recovery-image] Dec 19 22:17:30.224 INFO O| Dec 19 22:17:30.223 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68632024-12-19T22:17:31.522Z[ recovery-image] Dec 19 22:17:30.246 INFO O| Dec 19 22:17:30.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
68642024-12-19T22:17:31.522Z[ recovery-image] Dec 19 22:17:30.246 INFO O| Dec 19 22:17:30.246 INFO STEP 847 (remove_files) COMPLETE
68652024-12-19T22:17:31.522Z[ recovery-image] Dec 19 22:17:30.246 INFO O| Dec 19 22:17:30.246 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68662024-12-19T22:17:31.544Z[ recovery-image] Dec 19 22:17:30.268 INFO O| Dec 19 22:17:30.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
68672024-12-19T22:17:31.544Z[ recovery-image] Dec 19 22:17:30.268 INFO O| Dec 19 22:17:30.268 INFO STEP 848 (remove_files) COMPLETE
68682024-12-19T22:17:31.544Z[ recovery-image] Dec 19 22:17:30.268 INFO O| Dec 19 22:17:30.268 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68692024-12-19T22:17:31.568Z[ recovery-image] Dec 19 22:17:30.291 INFO O| Dec 19 22:17:30.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
68702024-12-19T22:17:31.568Z[ recovery-image] Dec 19 22:17:30.291 INFO O| Dec 19 22:17:30.291 INFO STEP 849 (remove_files) COMPLETE
68712024-12-19T22:17:31.568Z[ recovery-image] Dec 19 22:17:30.291 INFO O| Dec 19 22:17:30.291 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68722024-12-19T22:17:31.589Z[ recovery-image] Dec 19 22:17:30.313 INFO O| Dec 19 22:17:30.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
68732024-12-19T22:17:31.589Z[ recovery-image] Dec 19 22:17:30.313 INFO O| Dec 19 22:17:30.313 INFO STEP 850 (remove_files) COMPLETE
68742024-12-19T22:17:31.589Z[ recovery-image] Dec 19 22:17:30.313 INFO O| Dec 19 22:17:30.313 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68752024-12-19T22:17:31.611Z[ recovery-image] Dec 19 22:17:30.334 INFO O| Dec 19 22:17:30.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
68762024-12-19T22:17:31.611Z[ recovery-image] Dec 19 22:17:30.334 INFO O| Dec 19 22:17:30.334 INFO STEP 851 (remove_files) COMPLETE
68772024-12-19T22:17:31.611Z[ recovery-image] Dec 19 22:17:30.334 INFO O| Dec 19 22:17:30.334 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68782024-12-19T22:17:31.633Z[ recovery-image] Dec 19 22:17:30.356 INFO O| Dec 19 22:17:30.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
68792024-12-19T22:17:31.634Z[ recovery-image] Dec 19 22:17:30.356 INFO O| Dec 19 22:17:30.356 INFO STEP 852 (remove_files) COMPLETE
68802024-12-19T22:17:31.636Z[ recovery-image] Dec 19 22:17:30.356 INFO O| Dec 19 22:17:30.356 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68812024-12-19T22:17:31.668Z[ recovery-image] Dec 19 22:17:30.392 INFO O| Dec 19 22:17:30.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
68822024-12-19T22:17:31.669Z[ recovery-image] Dec 19 22:17:30.392 INFO O| Dec 19 22:17:30.392 INFO STEP 853 (remove_files) COMPLETE
68832024-12-19T22:17:31.669Z[ recovery-image] Dec 19 22:17:30.392 INFO O| Dec 19 22:17:30.392 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68842024-12-19T22:17:31.692Z[ recovery-image] Dec 19 22:17:30.415 INFO O| Dec 19 22:17:30.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
68852024-12-19T22:17:31.692Z[ recovery-image] Dec 19 22:17:30.416 INFO O| Dec 19 22:17:30.415 INFO STEP 854 (remove_files) COMPLETE
68862024-12-19T22:17:31.695Z[ recovery-image] Dec 19 22:17:30.416 INFO O| Dec 19 22:17:30.416 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68872024-12-19T22:17:31.714Z[ recovery-image] Dec 19 22:17:30.437 INFO O| Dec 19 22:17:30.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
68882024-12-19T22:17:31.714Z[ recovery-image] Dec 19 22:17:30.437 INFO O| Dec 19 22:17:30.437 INFO STEP 855 (remove_files) COMPLETE
68892024-12-19T22:17:31.714Z[ recovery-image] Dec 19 22:17:30.437 INFO O| Dec 19 22:17:30.437 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68902024-12-19T22:17:31.733Z[ recovery-image] Dec 19 22:17:30.456 INFO O| Dec 19 22:17:30.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
68912024-12-19T22:17:31.733Z[ recovery-image] Dec 19 22:17:30.456 INFO O| Dec 19 22:17:30.456 INFO STEP 856 (remove_files) COMPLETE
68922024-12-19T22:17:31.733Z[ recovery-image] Dec 19 22:17:30.456 INFO O| Dec 19 22:17:30.456 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68932024-12-19T22:17:31.754Z[ recovery-image] Dec 19 22:17:30.477 INFO O| Dec 19 22:17:30.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
68942024-12-19T22:17:31.754Z[ recovery-image] Dec 19 22:17:30.477 INFO O| Dec 19 22:17:30.477 INFO STEP 857 (remove_files) COMPLETE
68952024-12-19T22:17:31.754Z[ recovery-image] Dec 19 22:17:30.477 INFO O| Dec 19 22:17:30.477 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68962024-12-19T22:17:31.776Z[ recovery-image] Dec 19 22:17:30.499 INFO O| Dec 19 22:17:30.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
68972024-12-19T22:17:31.776Z[ recovery-image] Dec 19 22:17:30.499 INFO O| Dec 19 22:17:30.499 INFO STEP 858 (remove_files) COMPLETE
68982024-12-19T22:17:31.776Z[ recovery-image] Dec 19 22:17:30.499 INFO O| Dec 19 22:17:30.499 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68992024-12-19T22:17:31.798Z[ recovery-image] Dec 19 22:17:30.521 INFO O| Dec 19 22:17:30.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
69002024-12-19T22:17:31.798Z[ recovery-image] Dec 19 22:17:30.521 INFO O| Dec 19 22:17:30.521 INFO STEP 859 (remove_files) COMPLETE
69012024-12-19T22:17:31.800Z[ recovery-image] Dec 19 22:17:30.521 INFO O| Dec 19 22:17:30.521 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69022024-12-19T22:17:31.819Z[ recovery-image] Dec 19 22:17:30.543 INFO O| Dec 19 22:17:30.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
69032024-12-19T22:17:31.875Z[ recovery-image] Dec 19 22:17:30.598 INFO O| Dec 19 22:17:30.598 INFO STEP 860 (remove_files) COMPLETE
69042024-12-19T22:17:31.875Z[ recovery-image] Dec 19 22:17:30.598 INFO O| Dec 19 22:17:30.598 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69052024-12-19T22:17:31.933Z[ recovery-image] Dec 19 22:17:30.655 INFO O| Dec 19 22:17:30.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
69062024-12-19T22:17:31.935Z[ recovery-image] Dec 19 22:17:30.655 INFO O| Dec 19 22:17:30.655 INFO STEP 861 (remove_files) COMPLETE
69072024-12-19T22:17:31.935Z[ recovery-image] Dec 19 22:17:30.655 INFO O| Dec 19 22:17:30.655 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69082024-12-19T22:17:31.954Z[ recovery-image] Dec 19 22:17:30.677 INFO O| Dec 19 22:17:30.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
69092024-12-19T22:17:31.954Z[ recovery-image] Dec 19 22:17:30.677 INFO O| Dec 19 22:17:30.677 INFO STEP 862 (remove_files) COMPLETE
69102024-12-19T22:17:31.954Z[ recovery-image] Dec 19 22:17:30.677 INFO O| Dec 19 22:17:30.677 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69112024-12-19T22:17:31.979Z[ recovery-image] Dec 19 22:17:30.702 INFO O| Dec 19 22:17:30.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
69122024-12-19T22:17:31.979Z[ recovery-image] Dec 19 22:17:30.702 INFO O| Dec 19 22:17:30.702 INFO STEP 863 (remove_files) COMPLETE
69132024-12-19T22:17:31.979Z[ recovery-image] Dec 19 22:17:30.702 INFO O| Dec 19 22:17:30.702 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69142024-12-19T22:17:32.004Z[ recovery-image] Dec 19 22:17:30.726 INFO O| Dec 19 22:17:30.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
69152024-12-19T22:17:32.004Z[ recovery-image] Dec 19 22:17:30.726 INFO O| Dec 19 22:17:30.726 INFO STEP 864 (remove_files) COMPLETE
69162024-12-19T22:17:32.004Z[ recovery-image] Dec 19 22:17:30.726 INFO O| Dec 19 22:17:30.726 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69172024-12-19T22:17:32.046Z[ recovery-image] Dec 19 22:17:30.768 INFO O| Dec 19 22:17:30.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
69182024-12-19T22:17:32.046Z[ recovery-image] Dec 19 22:17:30.768 INFO O| Dec 19 22:17:30.768 INFO STEP 865 (remove_files) COMPLETE
69192024-12-19T22:17:32.048Z[ recovery-image] Dec 19 22:17:30.768 INFO O| Dec 19 22:17:30.768 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69202024-12-19T22:17:32.068Z[ recovery-image] Dec 19 22:17:30.789 INFO O| Dec 19 22:17:30.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
69212024-12-19T22:17:32.071Z[ recovery-image] Dec 19 22:17:30.790 INFO O| Dec 19 22:17:30.789 INFO STEP 866 (remove_files) COMPLETE
69222024-12-19T22:17:32.071Z[ recovery-image] Dec 19 22:17:30.790 INFO O| Dec 19 22:17:30.790 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69232024-12-19T22:17:32.090Z[ recovery-image] Dec 19 22:17:30.810 INFO O| Dec 19 22:17:30.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
69242024-12-19T22:17:32.093Z[ recovery-image] Dec 19 22:17:30.810 INFO O| Dec 19 22:17:30.810 INFO STEP 867 (remove_files) COMPLETE
69252024-12-19T22:17:32.093Z[ recovery-image] Dec 19 22:17:30.810 INFO O| Dec 19 22:17:30.810 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69262024-12-19T22:17:32.109Z[ recovery-image] Dec 19 22:17:30.831 INFO O| Dec 19 22:17:30.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
69272024-12-19T22:17:32.109Z[ recovery-image] Dec 19 22:17:30.831 INFO O| Dec 19 22:17:30.831 INFO STEP 868 (remove_files) COMPLETE
69282024-12-19T22:17:32.109Z[ recovery-image] Dec 19 22:17:30.831 INFO O| Dec 19 22:17:30.831 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69292024-12-19T22:17:32.170Z[ recovery-image] Dec 19 22:17:30.889 INFO O| Dec 19 22:17:30.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
69302024-12-19T22:17:32.170Z[ recovery-image] Dec 19 22:17:30.889 INFO O| Dec 19 22:17:30.889 INFO STEP 869 (remove_files) COMPLETE
69312024-12-19T22:17:32.170Z[ recovery-image] Dec 19 22:17:30.889 INFO O| Dec 19 22:17:30.889 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69322024-12-19T22:17:32.192Z[ recovery-image] Dec 19 22:17:30.913 INFO O| Dec 19 22:17:30.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
69332024-12-19T22:17:32.192Z[ recovery-image] Dec 19 22:17:30.913 INFO O| Dec 19 22:17:30.913 INFO STEP 870 (remove_files) COMPLETE
69342024-12-19T22:17:32.192Z[ recovery-image] Dec 19 22:17:30.913 INFO O| Dec 19 22:17:30.913 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69352024-12-19T22:17:32.217Z[ recovery-image] Dec 19 22:17:30.938 INFO O| Dec 19 22:17:30.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
69362024-12-19T22:17:32.217Z[ recovery-image] Dec 19 22:17:30.938 INFO O| Dec 19 22:17:30.938 INFO STEP 871 (remove_files) COMPLETE
69372024-12-19T22:17:32.220Z[ recovery-image] Dec 19 22:17:30.938 INFO O| Dec 19 22:17:30.938 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69382024-12-19T22:17:32.241Z[ recovery-image] Dec 19 22:17:30.962 INFO O| Dec 19 22:17:30.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
69392024-12-19T22:17:32.241Z[ recovery-image] Dec 19 22:17:30.962 INFO O| Dec 19 22:17:30.962 INFO STEP 872 (remove_files) COMPLETE
69402024-12-19T22:17:32.241Z[ recovery-image] Dec 19 22:17:30.962 INFO O| Dec 19 22:17:30.962 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69412024-12-19T22:17:32.263Z[ recovery-image] Dec 19 22:17:30.984 INFO O| Dec 19 22:17:30.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
69422024-12-19T22:17:32.263Z[ recovery-image] Dec 19 22:17:30.984 INFO O| Dec 19 22:17:30.984 INFO STEP 873 (remove_files) COMPLETE
69432024-12-19T22:17:32.263Z[ recovery-image] Dec 19 22:17:30.984 INFO O| Dec 19 22:17:30.984 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69442024-12-19T22:17:32.300Z[ recovery-image] Dec 19 22:17:31.021 INFO O| Dec 19 22:17:31.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
69452024-12-19T22:17:32.300Z[ recovery-image] Dec 19 22:17:31.021 INFO O| Dec 19 22:17:31.021 INFO STEP 874 (remove_files) COMPLETE
69462024-12-19T22:17:32.300Z[ recovery-image] Dec 19 22:17:31.021 INFO O| Dec 19 22:17:31.021 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69472024-12-19T22:17:32.321Z[ recovery-image] Dec 19 22:17:31.042 INFO O| Dec 19 22:17:31.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
69482024-12-19T22:17:32.321Z[ recovery-image] Dec 19 22:17:31.042 INFO O| Dec 19 22:17:31.042 INFO STEP 875 (remove_files) COMPLETE
69492024-12-19T22:17:32.324Z[ recovery-image] Dec 19 22:17:31.042 INFO O| Dec 19 22:17:31.042 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69502024-12-19T22:17:32.344Z[ recovery-image] Dec 19 22:17:31.065 INFO O| Dec 19 22:17:31.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
69512024-12-19T22:17:32.344Z[ recovery-image] Dec 19 22:17:31.065 INFO O| Dec 19 22:17:31.065 INFO STEP 876 (remove_files) COMPLETE
69522024-12-19T22:17:32.344Z[ recovery-image] Dec 19 22:17:31.065 INFO O| Dec 19 22:17:31.065 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69532024-12-19T22:17:32.367Z[ recovery-image] Dec 19 22:17:31.088 INFO O| Dec 19 22:17:31.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
69542024-12-19T22:17:32.367Z[ recovery-image] Dec 19 22:17:31.088 INFO O| Dec 19 22:17:31.088 INFO STEP 877 (remove_files) COMPLETE
69552024-12-19T22:17:32.367Z[ recovery-image] Dec 19 22:17:31.088 INFO O| Dec 19 22:17:31.088 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69562024-12-19T22:17:32.392Z[ recovery-image] Dec 19 22:17:31.113 INFO O| Dec 19 22:17:31.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
69572024-12-19T22:17:32.392Z[ recovery-image] Dec 19 22:17:31.113 INFO O| Dec 19 22:17:31.113 INFO STEP 878 (remove_files) COMPLETE
69582024-12-19T22:17:32.395Z[ recovery-image] Dec 19 22:17:31.113 INFO O| Dec 19 22:17:31.113 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69592024-12-19T22:17:32.425Z[ recovery-image] Dec 19 22:17:31.146 INFO O| Dec 19 22:17:31.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
69602024-12-19T22:17:32.425Z[ recovery-image] Dec 19 22:17:31.146 INFO O| Dec 19 22:17:31.146 INFO STEP 879 (remove_files) COMPLETE
69612024-12-19T22:17:32.425Z[ recovery-image] Dec 19 22:17:31.146 INFO O| Dec 19 22:17:31.146 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69622024-12-19T22:17:32.447Z[ recovery-image] Dec 19 22:17:31.167 INFO O| Dec 19 22:17:31.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
69632024-12-19T22:17:32.447Z[ recovery-image] Dec 19 22:17:31.168 INFO O| Dec 19 22:17:31.168 INFO STEP 880 (remove_files) COMPLETE
69642024-12-19T22:17:32.447Z[ recovery-image] Dec 19 22:17:31.168 INFO O| Dec 19 22:17:31.168 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69652024-12-19T22:17:32.484Z[ recovery-image] Dec 19 22:17:31.205 INFO O| Dec 19 22:17:31.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
69662024-12-19T22:17:32.485Z[ recovery-image] Dec 19 22:17:31.205 INFO O| Dec 19 22:17:31.205 INFO STEP 881 (remove_files) COMPLETE
69672024-12-19T22:17:32.485Z[ recovery-image] Dec 19 22:17:31.205 INFO O| Dec 19 22:17:31.205 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69682024-12-19T22:17:32.507Z[ recovery-image] Dec 19 22:17:31.227 INFO O| Dec 19 22:17:31.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
69692024-12-19T22:17:32.507Z[ recovery-image] Dec 19 22:17:31.227 INFO O| Dec 19 22:17:31.227 INFO STEP 882 (remove_files) COMPLETE
69702024-12-19T22:17:32.507Z[ recovery-image] Dec 19 22:17:31.227 INFO O| Dec 19 22:17:31.227 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69712024-12-19T22:17:32.545Z[ recovery-image] Dec 19 22:17:31.265 INFO O| Dec 19 22:17:31.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
69722024-12-19T22:17:32.545Z[ recovery-image] Dec 19 22:17:31.265 INFO O| Dec 19 22:17:31.265 INFO STEP 883 (remove_files) COMPLETE
69732024-12-19T22:17:32.545Z[ recovery-image] Dec 19 22:17:31.265 INFO O| Dec 19 22:17:31.265 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69742024-12-19T22:17:32.565Z[ recovery-image] Dec 19 22:17:31.285 INFO O| Dec 19 22:17:31.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
69752024-12-19T22:17:32.565Z[ recovery-image] Dec 19 22:17:31.285 INFO O| Dec 19 22:17:31.285 INFO STEP 884 (remove_files) COMPLETE
69762024-12-19T22:17:32.565Z[ recovery-image] Dec 19 22:17:31.285 INFO O| Dec 19 22:17:31.285 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69772024-12-19T22:17:32.585Z[ recovery-image] Dec 19 22:17:31.305 INFO O| Dec 19 22:17:31.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
69782024-12-19T22:17:32.585Z[ recovery-image] Dec 19 22:17:31.305 INFO O| Dec 19 22:17:31.305 INFO STEP 885 (remove_files) COMPLETE
69792024-12-19T22:17:32.585Z[ recovery-image] Dec 19 22:17:31.306 INFO O| Dec 19 22:17:31.305 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69802024-12-19T22:17:32.608Z[ recovery-image] Dec 19 22:17:31.327 INFO O| Dec 19 22:17:31.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
69812024-12-19T22:17:32.608Z[ recovery-image] Dec 19 22:17:31.328 INFO O| Dec 19 22:17:31.328 INFO STEP 886 (remove_files) COMPLETE
69822024-12-19T22:17:32.610Z[ recovery-image] Dec 19 22:17:31.328 INFO O| Dec 19 22:17:31.328 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69832024-12-19T22:17:32.629Z[ recovery-image] Dec 19 22:17:31.347 INFO O| Dec 19 22:17:31.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
69842024-12-19T22:17:32.629Z[ recovery-image] Dec 19 22:17:31.347 INFO O| Dec 19 22:17:31.347 INFO STEP 887 (remove_files) COMPLETE
69852024-12-19T22:17:32.629Z[ recovery-image] Dec 19 22:17:31.347 INFO O| Dec 19 22:17:31.347 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69862024-12-19T22:17:32.646Z[ recovery-image] Dec 19 22:17:31.366 INFO O| Dec 19 22:17:31.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
69872024-12-19T22:17:32.646Z[ recovery-image] Dec 19 22:17:31.366 INFO O| Dec 19 22:17:31.366 INFO STEP 888 (remove_files) COMPLETE
69882024-12-19T22:17:32.647Z[ recovery-image] Dec 19 22:17:31.366 INFO O| Dec 19 22:17:31.366 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69892024-12-19T22:17:32.664Z[ recovery-image] Dec 19 22:17:31.384 INFO O| Dec 19 22:17:31.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
69902024-12-19T22:17:32.664Z[ recovery-image] Dec 19 22:17:31.384 INFO O| Dec 19 22:17:31.384 INFO STEP 889 (remove_files) COMPLETE
69912024-12-19T22:17:32.664Z[ recovery-image] Dec 19 22:17:31.384 INFO O| Dec 19 22:17:31.384 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69922024-12-19T22:17:32.683Z[ recovery-image] Dec 19 22:17:31.402 INFO O| Dec 19 22:17:31.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
69932024-12-19T22:17:32.684Z[ recovery-image] Dec 19 22:17:31.402 INFO O| Dec 19 22:17:31.402 INFO STEP 890 (remove_files) COMPLETE
69942024-12-19T22:17:32.684Z[ recovery-image] Dec 19 22:17:31.403 INFO O| Dec 19 22:17:31.402 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69952024-12-19T22:17:32.702Z[ recovery-image] Dec 19 22:17:31.421 INFO O| Dec 19 22:17:31.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
69962024-12-19T22:17:32.704Z[ recovery-image] Dec 19 22:17:31.422 INFO O| Dec 19 22:17:31.421 INFO STEP 891 (remove_files) COMPLETE
69972024-12-19T22:17:32.705Z[ recovery-image] Dec 19 22:17:31.422 INFO O| Dec 19 22:17:31.422 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69982024-12-19T22:17:32.720Z[ recovery-image] Dec 19 22:17:31.440 INFO O| Dec 19 22:17:31.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
69992024-12-19T22:17:32.720Z[ recovery-image] Dec 19 22:17:31.440 INFO O| Dec 19 22:17:31.440 INFO STEP 892 (remove_files) COMPLETE
70002024-12-19T22:17:32.720Z[ recovery-image] Dec 19 22:17:31.440 INFO O| Dec 19 22:17:31.440 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70012024-12-19T22:17:32.747Z[ recovery-image] Dec 19 22:17:31.465 INFO O| Dec 19 22:17:31.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
70022024-12-19T22:17:32.747Z[ recovery-image] Dec 19 22:17:31.465 INFO O| Dec 19 22:17:31.465 INFO STEP 893 (remove_files) COMPLETE
70032024-12-19T22:17:32.747Z[ recovery-image] Dec 19 22:17:31.465 INFO O| Dec 19 22:17:31.465 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70042024-12-19T22:17:32.812Z[ recovery-image] Dec 19 22:17:31.531 INFO O| Dec 19 22:17:31.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
70052024-12-19T22:17:32.812Z[ recovery-image] Dec 19 22:17:31.531 INFO O| Dec 19 22:17:31.531 INFO STEP 894 (remove_files) COMPLETE
70062024-12-19T22:17:32.812Z[ recovery-image] Dec 19 22:17:31.531 INFO O| Dec 19 22:17:31.531 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70072024-12-19T22:17:32.872Z[ recovery-image] Dec 19 22:17:31.590 INFO O| Dec 19 22:17:31.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
70082024-12-19T22:17:32.872Z[ recovery-image] Dec 19 22:17:31.591 INFO O| Dec 19 22:17:31.590 INFO STEP 895 (remove_files) COMPLETE
70092024-12-19T22:17:32.875Z[ recovery-image] Dec 19 22:17:31.591 INFO O| Dec 19 22:17:31.591 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70102024-12-19T22:17:32.893Z[ recovery-image] Dec 19 22:17:31.612 INFO O| Dec 19 22:17:31.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
70112024-12-19T22:17:32.893Z[ recovery-image] Dec 19 22:17:31.612 INFO O| Dec 19 22:17:31.612 INFO STEP 896 (remove_files) COMPLETE
70122024-12-19T22:17:32.896Z[ recovery-image] Dec 19 22:17:31.612 INFO O| Dec 19 22:17:31.612 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70132024-12-19T22:17:32.912Z[ recovery-image] Dec 19 22:17:31.631 INFO O| Dec 19 22:17:31.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
70142024-12-19T22:17:32.912Z[ recovery-image] Dec 19 22:17:31.631 INFO O| Dec 19 22:17:31.631 INFO STEP 897 (remove_files) COMPLETE
70152024-12-19T22:17:32.915Z[ recovery-image] Dec 19 22:17:31.631 INFO O| Dec 19 22:17:31.631 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70162024-12-19T22:17:32.931Z[ recovery-image] Dec 19 22:17:31.650 INFO O| Dec 19 22:17:31.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
70172024-12-19T22:17:32.931Z[ recovery-image] Dec 19 22:17:31.650 INFO O| Dec 19 22:17:31.650 INFO STEP 898 (remove_files) COMPLETE
70182024-12-19T22:17:32.934Z[ recovery-image] Dec 19 22:17:31.650 INFO O| Dec 19 22:17:31.650 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70192024-12-19T22:17:32.952Z[ recovery-image] Dec 19 22:17:31.670 INFO O| Dec 19 22:17:31.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
70202024-12-19T22:17:32.954Z[ recovery-image] Dec 19 22:17:31.671 INFO O| Dec 19 22:17:31.670 INFO STEP 899 (remove_files) COMPLETE
70212024-12-19T22:17:32.955Z[ recovery-image] Dec 19 22:17:31.671 INFO O| Dec 19 22:17:31.671 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70222024-12-19T22:17:32.975Z[ recovery-image] Dec 19 22:17:31.693 INFO O| Dec 19 22:17:31.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
70232024-12-19T22:17:32.977Z[ recovery-image] Dec 19 22:17:31.693 INFO O| Dec 19 22:17:31.693 INFO STEP 900 (remove_files) COMPLETE
70242024-12-19T22:17:32.977Z[ recovery-image] Dec 19 22:17:31.693 INFO O| Dec 19 22:17:31.693 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70252024-12-19T22:17:33.082Z[ recovery-image] Dec 19 22:17:31.799 INFO O| Dec 19 22:17:31.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
70262024-12-19T22:17:33.082Z[ recovery-image] Dec 19 22:17:31.799 INFO O| Dec 19 22:17:31.799 INFO STEP 901 (remove_files) COMPLETE
70272024-12-19T22:17:33.086Z[ recovery-image] Dec 19 22:17:31.799 INFO O| Dec 19 22:17:31.799 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70282024-12-19T22:17:33.104Z[ recovery-image] Dec 19 22:17:31.821 INFO O| Dec 19 22:17:31.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
70292024-12-19T22:17:33.104Z[ recovery-image] Dec 19 22:17:31.821 INFO O| Dec 19 22:17:31.821 INFO STEP 902 (remove_files) COMPLETE
70302024-12-19T22:17:33.108Z[ recovery-image] Dec 19 22:17:31.821 INFO O| Dec 19 22:17:31.821 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70312024-12-19T22:17:33.127Z[ recovery-image] Dec 19 22:17:31.844 INFO O| Dec 19 22:17:31.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
70322024-12-19T22:17:33.127Z[ recovery-image] Dec 19 22:17:31.844 INFO O| Dec 19 22:17:31.844 INFO STEP 903 (remove_files) COMPLETE
70332024-12-19T22:17:33.127Z[ recovery-image] Dec 19 22:17:31.844 INFO O| Dec 19 22:17:31.844 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70342024-12-19T22:17:33.169Z[ recovery-image] Dec 19 22:17:31.887 INFO O| Dec 19 22:17:31.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
70352024-12-19T22:17:33.170Z[ recovery-image] Dec 19 22:17:31.887 INFO O| Dec 19 22:17:31.887 INFO STEP 904 (remove_files) COMPLETE
70362024-12-19T22:17:33.172Z[ recovery-image] Dec 19 22:17:31.887 INFO O| Dec 19 22:17:31.887 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70372024-12-19T22:17:33.191Z[ recovery-image] Dec 19 22:17:31.909 INFO O| Dec 19 22:17:31.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
70382024-12-19T22:17:33.191Z[ recovery-image] Dec 19 22:17:31.909 INFO O| Dec 19 22:17:31.909 INFO STEP 905 (remove_files) COMPLETE
70392024-12-19T22:17:33.191Z[ recovery-image] Dec 19 22:17:31.909 INFO O| Dec 19 22:17:31.909 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70402024-12-19T22:17:33.213Z[ recovery-image] Dec 19 22:17:31.930 INFO O| Dec 19 22:17:31.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
70412024-12-19T22:17:33.213Z[ recovery-image] Dec 19 22:17:31.930 INFO O| Dec 19 22:17:31.930 INFO STEP 906 (remove_files) COMPLETE
70422024-12-19T22:17:33.213Z[ recovery-image] Dec 19 22:17:31.930 INFO O| Dec 19 22:17:31.930 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70432024-12-19T22:17:33.233Z[ recovery-image] Dec 19 22:17:31.950 INFO O| Dec 19 22:17:31.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
70442024-12-19T22:17:33.236Z[ recovery-image] Dec 19 22:17:31.951 INFO O| Dec 19 22:17:31.951 INFO STEP 907 (remove_files) COMPLETE
70452024-12-19T22:17:33.236Z[ recovery-image] Dec 19 22:17:31.951 INFO O| Dec 19 22:17:31.951 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70462024-12-19T22:17:33.306Z[ recovery-image] Dec 19 22:17:32.023 INFO O| Dec 19 22:17:32.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
70472024-12-19T22:17:33.309Z[ recovery-image] Dec 19 22:17:32.023 INFO O| Dec 19 22:17:32.023 INFO STEP 908 (remove_files) COMPLETE
70482024-12-19T22:17:33.309Z[ recovery-image] Dec 19 22:17:32.024 INFO O| Dec 19 22:17:32.023 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70492024-12-19T22:17:33.350Z[ recovery-image] Dec 19 22:17:32.066 INFO O| Dec 19 22:17:32.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
70502024-12-19T22:17:33.353Z[ recovery-image] Dec 19 22:17:32.067 INFO O| Dec 19 22:17:32.067 INFO STEP 909 (remove_files) COMPLETE
70512024-12-19T22:17:33.353Z[ recovery-image] Dec 19 22:17:32.067 INFO O| Dec 19 22:17:32.067 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70522024-12-19T22:17:33.404Z[ recovery-image] Dec 19 22:17:32.120 INFO O| Dec 19 22:17:32.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
70532024-12-19T22:17:33.404Z[ recovery-image] Dec 19 22:17:32.120 INFO O| Dec 19 22:17:32.120 INFO STEP 910 (remove_files) COMPLETE
70542024-12-19T22:17:33.404Z[ recovery-image] Dec 19 22:17:32.120 INFO O| Dec 19 22:17:32.120 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70552024-12-19T22:17:33.445Z[ recovery-image] Dec 19 22:17:32.161 INFO O| Dec 19 22:17:32.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
70562024-12-19T22:17:33.445Z[ recovery-image] Dec 19 22:17:32.161 INFO O| Dec 19 22:17:32.161 INFO STEP 911 (remove_files) COMPLETE
70572024-12-19T22:17:33.448Z[ recovery-image] Dec 19 22:17:32.161 INFO O| Dec 19 22:17:32.161 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70582024-12-19T22:17:33.469Z[ recovery-image] Dec 19 22:17:32.185 INFO O| Dec 19 22:17:32.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
70592024-12-19T22:17:33.469Z[ recovery-image] Dec 19 22:17:32.185 INFO O| Dec 19 22:17:32.185 INFO STEP 912 (remove_files) COMPLETE
70602024-12-19T22:17:33.469Z[ recovery-image] Dec 19 22:17:32.185 INFO O| Dec 19 22:17:32.185 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70612024-12-19T22:17:33.513Z[ recovery-image] Dec 19 22:17:32.230 INFO O| Dec 19 22:17:32.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
70622024-12-19T22:17:33.516Z[ recovery-image] Dec 19 22:17:32.230 INFO O| Dec 19 22:17:32.230 INFO STEP 913 (remove_files) COMPLETE
70632024-12-19T22:17:33.516Z[ recovery-image] Dec 19 22:17:32.230 INFO O| Dec 19 22:17:32.230 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70642024-12-19T22:17:33.536Z[ recovery-image] Dec 19 22:17:32.252 INFO O| Dec 19 22:17:32.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
70652024-12-19T22:17:33.539Z[ recovery-image] Dec 19 22:17:32.252 INFO O| Dec 19 22:17:32.252 INFO STEP 914 (remove_files) COMPLETE
70662024-12-19T22:17:33.539Z[ recovery-image] Dec 19 22:17:32.252 INFO O| Dec 19 22:17:32.252 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70672024-12-19T22:17:33.572Z[ recovery-image] Dec 19 22:17:32.287 INFO O| Dec 19 22:17:32.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
70682024-12-19T22:17:33.572Z[ recovery-image] Dec 19 22:17:32.287 INFO O| Dec 19 22:17:32.287 INFO STEP 915 (remove_files) COMPLETE
70692024-12-19T22:17:33.572Z[ recovery-image] Dec 19 22:17:32.287 INFO O| Dec 19 22:17:32.287 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70702024-12-19T22:17:33.594Z[ recovery-image] Dec 19 22:17:32.309 INFO O| Dec 19 22:17:32.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
70712024-12-19T22:17:33.594Z[ recovery-image] Dec 19 22:17:32.309 INFO O| Dec 19 22:17:32.309 INFO STEP 916 (remove_files) COMPLETE
70722024-12-19T22:17:33.594Z[ recovery-image] Dec 19 22:17:32.309 INFO O| Dec 19 22:17:32.309 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70732024-12-19T22:17:33.614Z[ recovery-image] Dec 19 22:17:32.329 INFO O| Dec 19 22:17:32.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
70742024-12-19T22:17:33.614Z[ recovery-image] Dec 19 22:17:32.330 INFO O| Dec 19 22:17:32.330 INFO STEP 917 (remove_files) COMPLETE
70752024-12-19T22:17:33.617Z[ recovery-image] Dec 19 22:17:32.330 INFO O| Dec 19 22:17:32.330 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70762024-12-19T22:17:33.637Z[ recovery-image] Dec 19 22:17:32.349 INFO O| Dec 19 22:17:32.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
70772024-12-19T22:17:33.637Z[ recovery-image] Dec 19 22:17:32.349 INFO O| Dec 19 22:17:32.349 INFO STEP 918 (remove_files) COMPLETE
70782024-12-19T22:17:33.637Z[ recovery-image] Dec 19 22:17:32.349 INFO O| Dec 19 22:17:32.349 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70792024-12-19T22:17:33.653Z[ recovery-image] Dec 19 22:17:32.368 INFO O| Dec 19 22:17:32.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
70802024-12-19T22:17:33.653Z[ recovery-image] Dec 19 22:17:32.368 INFO O| Dec 19 22:17:32.368 INFO STEP 919 (remove_files) COMPLETE
70812024-12-19T22:17:33.653Z[ recovery-image] Dec 19 22:17:32.368 INFO O| Dec 19 22:17:32.368 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70822024-12-19T22:17:33.675Z[ recovery-image] Dec 19 22:17:32.388 INFO O| Dec 19 22:17:32.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
70832024-12-19T22:17:33.677Z[ recovery-image] Dec 19 22:17:32.388 INFO O| Dec 19 22:17:32.388 INFO STEP 920 (remove_files) COMPLETE
70842024-12-19T22:17:33.677Z[ recovery-image] Dec 19 22:17:32.388 INFO O| Dec 19 22:17:32.388 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70852024-12-19T22:17:33.692Z[ recovery-image] Dec 19 22:17:32.407 INFO O| Dec 19 22:17:32.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
70862024-12-19T22:17:33.692Z[ recovery-image] Dec 19 22:17:32.407 INFO O| Dec 19 22:17:32.407 INFO STEP 921 (remove_files) COMPLETE
70872024-12-19T22:17:33.692Z[ recovery-image] Dec 19 22:17:32.407 INFO O| Dec 19 22:17:32.407 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70882024-12-19T22:17:33.756Z[ recovery-image] Dec 19 22:17:32.470 INFO O| Dec 19 22:17:32.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
70892024-12-19T22:17:33.756Z[ recovery-image] Dec 19 22:17:32.470 INFO O| Dec 19 22:17:32.470 INFO STEP 922 (remove_files) COMPLETE
70902024-12-19T22:17:33.756Z[ recovery-image] Dec 19 22:17:32.470 INFO O| Dec 19 22:17:32.470 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70912024-12-19T22:17:33.804Z[ recovery-image] Dec 19 22:17:32.519 INFO O| Dec 19 22:17:32.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
70922024-12-19T22:17:33.809Z[ recovery-image] Dec 19 22:17:32.519 INFO O| Dec 19 22:17:32.519 INFO STEP 923 (remove_files) COMPLETE
70932024-12-19T22:17:33.809Z[ recovery-image] Dec 19 22:17:32.519 INFO O| Dec 19 22:17:32.519 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70942024-12-19T22:17:33.825Z[ recovery-image] Dec 19 22:17:32.540 INFO O| Dec 19 22:17:32.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
70952024-12-19T22:17:33.828Z[ recovery-image] Dec 19 22:17:32.540 INFO O| Dec 19 22:17:32.540 INFO STEP 924 (remove_files) COMPLETE
70962024-12-19T22:17:33.828Z[ recovery-image] Dec 19 22:17:32.541 INFO O| Dec 19 22:17:32.540 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70972024-12-19T22:17:33.858Z[ recovery-image] Dec 19 22:17:32.573 INFO O| Dec 19 22:17:32.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
70982024-12-19T22:17:33.859Z[ recovery-image] Dec 19 22:17:32.573 INFO O| Dec 19 22:17:32.573 INFO STEP 925 (remove_files) COMPLETE
70992024-12-19T22:17:33.861Z[ recovery-image] Dec 19 22:17:32.573 INFO O| Dec 19 22:17:32.573 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71002024-12-19T22:17:33.894Z[ recovery-image] Dec 19 22:17:32.609 INFO O| Dec 19 22:17:32.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
71012024-12-19T22:17:33.894Z[ recovery-image] Dec 19 22:17:32.609 INFO O| Dec 19 22:17:32.609 INFO STEP 926 (remove_files) COMPLETE
71022024-12-19T22:17:33.894Z[ recovery-image] Dec 19 22:17:32.609 INFO O| Dec 19 22:17:32.609 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71032024-12-19T22:17:33.973Z[ recovery-image] Dec 19 22:17:32.687 INFO O| Dec 19 22:17:32.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
71042024-12-19T22:17:33.973Z[ recovery-image] Dec 19 22:17:32.687 INFO O| Dec 19 22:17:32.687 INFO STEP 927 (remove_files) COMPLETE
71052024-12-19T22:17:33.973Z[ recovery-image] Dec 19 22:17:32.687 INFO O| Dec 19 22:17:32.687 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71062024-12-19T22:17:34.039Z[ recovery-image] Dec 19 22:17:32.742 INFO O| Dec 19 22:17:32.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
71072024-12-19T22:17:34.039Z[ recovery-image] Dec 19 22:17:32.742 INFO O| Dec 19 22:17:32.742 INFO STEP 928 (remove_files) COMPLETE
71082024-12-19T22:17:34.039Z[ recovery-image] Dec 19 22:17:32.742 INFO O| Dec 19 22:17:32.742 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71092024-12-19T22:17:34.053Z[ recovery-image] Dec 19 22:17:32.764 INFO O| Dec 19 22:17:32.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
71102024-12-19T22:17:34.053Z[ recovery-image] Dec 19 22:17:32.764 INFO O| Dec 19 22:17:32.764 INFO STEP 929 (remove_files) COMPLETE
71112024-12-19T22:17:34.053Z[ recovery-image] Dec 19 22:17:32.764 INFO O| Dec 19 22:17:32.764 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71122024-12-19T22:17:34.080Z[ recovery-image] Dec 19 22:17:32.791 INFO O| Dec 19 22:17:32.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
71132024-12-19T22:17:34.080Z[ recovery-image] Dec 19 22:17:32.791 INFO O| Dec 19 22:17:32.791 INFO STEP 930 (remove_files) COMPLETE
71142024-12-19T22:17:34.080Z[ recovery-image] Dec 19 22:17:32.791 INFO O| Dec 19 22:17:32.791 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71152024-12-19T22:17:34.095Z[ recovery-image] Dec 19 22:17:32.808 INFO O| Dec 19 22:17:32.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
71162024-12-19T22:17:34.096Z[ recovery-image] Dec 19 22:17:32.808 INFO O| Dec 19 22:17:32.808 INFO STEP 931 (remove_files) COMPLETE
71172024-12-19T22:17:34.096Z[ recovery-image] Dec 19 22:17:32.808 INFO O| Dec 19 22:17:32.808 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71182024-12-19T22:17:34.113Z[ recovery-image] Dec 19 22:17:32.826 INFO O| Dec 19 22:17:32.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
71192024-12-19T22:17:34.113Z[ recovery-image] Dec 19 22:17:32.826 INFO O| Dec 19 22:17:32.826 INFO STEP 932 (remove_files) COMPLETE
71202024-12-19T22:17:34.113Z[ recovery-image] Dec 19 22:17:32.826 INFO O| Dec 19 22:17:32.826 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71212024-12-19T22:17:34.132Z[ recovery-image] Dec 19 22:17:32.845 INFO O| Dec 19 22:17:32.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
71222024-12-19T22:17:34.132Z[ recovery-image] Dec 19 22:17:32.845 INFO O| Dec 19 22:17:32.845 INFO STEP 933 (remove_files) COMPLETE
71232024-12-19T22:17:34.132Z[ recovery-image] Dec 19 22:17:32.845 INFO O| Dec 19 22:17:32.845 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71242024-12-19T22:17:34.151Z[ recovery-image] Dec 19 22:17:32.864 INFO O| Dec 19 22:17:32.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
71252024-12-19T22:17:34.151Z[ recovery-image] Dec 19 22:17:32.864 INFO O| Dec 19 22:17:32.864 INFO STEP 934 (remove_files) COMPLETE
71262024-12-19T22:17:34.151Z[ recovery-image] Dec 19 22:17:32.864 INFO O| Dec 19 22:17:32.864 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71272024-12-19T22:17:34.169Z[ recovery-image] Dec 19 22:17:32.882 INFO O| Dec 19 22:17:32.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
71282024-12-19T22:17:34.169Z[ recovery-image] Dec 19 22:17:32.882 INFO O| Dec 19 22:17:32.882 INFO STEP 935 (remove_files) COMPLETE
71292024-12-19T22:17:34.171Z[ recovery-image] Dec 19 22:17:32.882 INFO O| Dec 19 22:17:32.882 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71302024-12-19T22:17:34.188Z[ recovery-image] Dec 19 22:17:32.902 INFO O| Dec 19 22:17:32.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
71312024-12-19T22:17:34.188Z[ recovery-image] Dec 19 22:17:32.902 INFO O| Dec 19 22:17:32.902 INFO STEP 936 (remove_files) COMPLETE
71322024-12-19T22:17:34.188Z[ recovery-image] Dec 19 22:17:32.902 INFO O| Dec 19 22:17:32.902 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71332024-12-19T22:17:34.208Z[ recovery-image] Dec 19 22:17:32.921 INFO O| Dec 19 22:17:32.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
71342024-12-19T22:17:34.211Z[ recovery-image] Dec 19 22:17:32.922 INFO O| Dec 19 22:17:32.921 INFO STEP 937 (remove_files) COMPLETE
71352024-12-19T22:17:34.211Z[ recovery-image] Dec 19 22:17:32.922 INFO O| Dec 19 22:17:32.922 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71362024-12-19T22:17:34.229Z[ recovery-image] Dec 19 22:17:32.942 INFO O| Dec 19 22:17:32.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
71372024-12-19T22:17:34.229Z[ recovery-image] Dec 19 22:17:32.942 INFO O| Dec 19 22:17:32.942 INFO STEP 938 (remove_files) COMPLETE
71382024-12-19T22:17:34.232Z[ recovery-image] Dec 19 22:17:32.942 INFO O| Dec 19 22:17:32.942 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71392024-12-19T22:17:34.248Z[ recovery-image] Dec 19 22:17:32.961 INFO O| Dec 19 22:17:32.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
71402024-12-19T22:17:34.248Z[ recovery-image] Dec 19 22:17:32.961 INFO O| Dec 19 22:17:32.961 INFO STEP 939 (remove_files) COMPLETE
71412024-12-19T22:17:34.251Z[ recovery-image] Dec 19 22:17:32.962 INFO O| Dec 19 22:17:32.961 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71422024-12-19T22:17:34.266Z[ recovery-image] Dec 19 22:17:32.979 INFO O| Dec 19 22:17:32.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
71432024-12-19T22:17:34.268Z[ recovery-image] Dec 19 22:17:32.979 INFO O| Dec 19 22:17:32.979 INFO STEP 940 (remove_files) COMPLETE
71442024-12-19T22:17:34.268Z[ recovery-image] Dec 19 22:17:32.979 INFO O| Dec 19 22:17:32.979 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71452024-12-19T22:17:34.284Z[ recovery-image] Dec 19 22:17:32.997 INFO O| Dec 19 22:17:32.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
71462024-12-19T22:17:34.284Z[ recovery-image] Dec 19 22:17:32.997 INFO O| Dec 19 22:17:32.997 INFO STEP 941 (remove_files) COMPLETE
71472024-12-19T22:17:34.284Z[ recovery-image] Dec 19 22:17:32.997 INFO O| Dec 19 22:17:32.997 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71482024-12-19T22:17:34.305Z[ recovery-image] Dec 19 22:17:33.018 INFO O| Dec 19 22:17:33.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
71492024-12-19T22:17:34.308Z[ recovery-image] Dec 19 22:17:33.018 INFO O| Dec 19 22:17:33.018 INFO STEP 942 (remove_files) COMPLETE
71502024-12-19T22:17:34.308Z[ recovery-image] Dec 19 22:17:33.018 INFO O| Dec 19 22:17:33.018 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71512024-12-19T22:17:34.323Z[ recovery-image] Dec 19 22:17:33.036 INFO O| Dec 19 22:17:33.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
71522024-12-19T22:17:34.326Z[ recovery-image] Dec 19 22:17:33.036 INFO O| Dec 19 22:17:33.036 INFO STEP 943 (remove_files) COMPLETE
71532024-12-19T22:17:34.326Z[ recovery-image] Dec 19 22:17:33.036 INFO O| Dec 19 22:17:33.036 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71542024-12-19T22:17:34.343Z[ recovery-image] Dec 19 22:17:33.055 INFO O| Dec 19 22:17:33.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
71552024-12-19T22:17:34.349Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
71562024-12-19T22:17:34.380Z[ recovery-image] Dec 19 22:17:33.092 INFO O| Dec 19 22:17:33.092 INFO STEP 944 (remove_files) COMPLETE
71572024-12-19T22:17:34.383Z[ recovery-image] Dec 19 22:17:33.092 INFO O| Dec 19 22:17:33.092 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71582024-12-19T22:17:34.383Z[ host-image] Dec 19 22:17:33.094 INFO O| Dec 19 22:17:33.094 INFO O| Download: 252/1140 items 1.8/8.4MB 21% complete (454k/s)
71592024-12-19T22:17:34.423Z[ recovery-image] Dec 19 22:17:33.135 INFO O| Dec 19 22:17:33.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
71602024-12-19T22:17:34.423Z[ recovery-image] Dec 19 22:17:33.135 INFO O| Dec 19 22:17:33.133 INFO STEP 945 (remove_files) COMPLETE
71612024-12-19T22:17:34.423Z[ recovery-image] Dec 19 22:17:33.135 INFO O| Dec 19 22:17:33.133 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71622024-12-19T22:17:34.440Z[ recovery-image] Dec 19 22:17:33.152 INFO O| Dec 19 22:17:33.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
71632024-12-19T22:17:34.440Z[ recovery-image] Dec 19 22:17:33.152 INFO O| Dec 19 22:17:33.152 INFO STEP 946 (remove_files) COMPLETE
71642024-12-19T22:17:34.444Z[ recovery-image] Dec 19 22:17:33.152 INFO O| Dec 19 22:17:33.152 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71652024-12-19T22:17:34.495Z[ recovery-image] Dec 19 22:17:33.207 INFO O| Dec 19 22:17:33.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
71662024-12-19T22:17:34.495Z[ recovery-image] Dec 19 22:17:33.207 INFO O| Dec 19 22:17:33.207 INFO STEP 947 (remove_files) COMPLETE
71672024-12-19T22:17:34.495Z[ recovery-image] Dec 19 22:17:33.207 INFO O| Dec 19 22:17:33.207 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71682024-12-19T22:17:34.535Z[ recovery-image] Dec 19 22:17:33.245 INFO O| Dec 19 22:17:33.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
71692024-12-19T22:17:34.535Z[ recovery-image] Dec 19 22:17:33.245 INFO O| Dec 19 22:17:33.245 INFO STEP 948 (remove_files) COMPLETE
71702024-12-19T22:17:34.535Z[ recovery-image] Dec 19 22:17:33.245 INFO O| Dec 19 22:17:33.245 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71712024-12-19T22:17:34.551Z[ recovery-image] Dec 19 22:17:33.263 INFO O| Dec 19 22:17:33.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
71722024-12-19T22:17:34.551Z[ recovery-image] Dec 19 22:17:33.263 INFO O| Dec 19 22:17:33.263 INFO STEP 949 (remove_files) COMPLETE
71732024-12-19T22:17:34.551Z[ recovery-image] Dec 19 22:17:33.263 INFO O| Dec 19 22:17:33.263 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71742024-12-19T22:17:34.569Z[ recovery-image] Dec 19 22:17:33.280 INFO O| Dec 19 22:17:33.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
71752024-12-19T22:17:34.569Z[ recovery-image] Dec 19 22:17:33.280 INFO O| Dec 19 22:17:33.280 INFO STEP 950 (remove_files) COMPLETE
71762024-12-19T22:17:34.569Z[ recovery-image] Dec 19 22:17:33.280 INFO O| Dec 19 22:17:33.280 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71772024-12-19T22:17:34.595Z[ recovery-image] Dec 19 22:17:33.306 INFO O| Dec 19 22:17:33.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
71782024-12-19T22:17:34.595Z[ recovery-image] Dec 19 22:17:33.306 INFO O| Dec 19 22:17:33.306 INFO STEP 951 (remove_files) COMPLETE
71792024-12-19T22:17:34.597Z[ recovery-image] Dec 19 22:17:33.306 INFO O| Dec 19 22:17:33.306 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71802024-12-19T22:17:34.622Z[ recovery-image] Dec 19 22:17:33.333 INFO O| Dec 19 22:17:33.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
71812024-12-19T22:17:34.622Z[ recovery-image] Dec 19 22:17:33.333 INFO O| Dec 19 22:17:33.333 INFO STEP 952 (remove_files) COMPLETE
71822024-12-19T22:17:34.625Z[ recovery-image] Dec 19 22:17:33.334 INFO O| Dec 19 22:17:33.333 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71832024-12-19T22:17:34.643Z[ recovery-image] Dec 19 22:17:33.354 INFO O| Dec 19 22:17:33.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
71842024-12-19T22:17:34.643Z[ recovery-image] Dec 19 22:17:33.354 INFO O| Dec 19 22:17:33.354 INFO STEP 953 (remove_files) COMPLETE
71852024-12-19T22:17:34.643Z[ recovery-image] Dec 19 22:17:33.354 INFO O| Dec 19 22:17:33.354 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71862024-12-19T22:17:34.664Z[ recovery-image] Dec 19 22:17:33.375 INFO O| Dec 19 22:17:33.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
71872024-12-19T22:17:34.664Z[ recovery-image] Dec 19 22:17:33.375 INFO O| Dec 19 22:17:33.375 INFO STEP 954 (remove_files) COMPLETE
71882024-12-19T22:17:34.667Z[ recovery-image] Dec 19 22:17:33.375 INFO O| Dec 19 22:17:33.375 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71892024-12-19T22:17:34.684Z[ recovery-image] Dec 19 22:17:33.395 INFO O| Dec 19 22:17:33.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
71902024-12-19T22:17:34.684Z[ recovery-image] Dec 19 22:17:33.395 INFO O| Dec 19 22:17:33.395 INFO STEP 955 (remove_files) COMPLETE
71912024-12-19T22:17:34.684Z[ recovery-image] Dec 19 22:17:33.395 INFO O| Dec 19 22:17:33.395 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71922024-12-19T22:17:34.704Z[ recovery-image] Dec 19 22:17:33.415 INFO O| Dec 19 22:17:33.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
71932024-12-19T22:17:34.704Z[ recovery-image] Dec 19 22:17:33.415 INFO O| Dec 19 22:17:33.415 INFO STEP 956 (remove_files) COMPLETE
71942024-12-19T22:17:34.704Z[ recovery-image] Dec 19 22:17:33.415 INFO O| Dec 19 22:17:33.415 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71952024-12-19T22:17:34.724Z[ recovery-image] Dec 19 22:17:33.435 INFO O| Dec 19 22:17:33.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
71962024-12-19T22:17:34.724Z[ recovery-image] Dec 19 22:17:33.435 INFO O| Dec 19 22:17:33.435 INFO STEP 957 (remove_files) COMPLETE
71972024-12-19T22:17:34.724Z[ recovery-image] Dec 19 22:17:33.435 INFO O| Dec 19 22:17:33.435 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71982024-12-19T22:17:34.744Z[ recovery-image] Dec 19 22:17:33.455 INFO O| Dec 19 22:17:33.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
71992024-12-19T22:17:34.747Z[ recovery-image] Dec 19 22:17:33.455 INFO O| Dec 19 22:17:33.455 INFO STEP 958 (remove_files) COMPLETE
72002024-12-19T22:17:34.747Z[ recovery-image] Dec 19 22:17:33.455 INFO O| Dec 19 22:17:33.455 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72012024-12-19T22:17:34.765Z[ recovery-image] Dec 19 22:17:33.476 INFO O| Dec 19 22:17:33.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
72022024-12-19T22:17:34.765Z[ recovery-image] Dec 19 22:17:33.476 INFO O| Dec 19 22:17:33.476 INFO STEP 959 (remove_files) COMPLETE
72032024-12-19T22:17:34.765Z[ recovery-image] Dec 19 22:17:33.476 INFO O| Dec 19 22:17:33.476 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72042024-12-19T22:17:34.864Z[ recovery-image] Dec 19 22:17:33.574 INFO O| Dec 19 22:17:33.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
72052024-12-19T22:17:34.864Z[ recovery-image] Dec 19 22:17:33.574 INFO O| Dec 19 22:17:33.574 INFO STEP 960 (remove_files) COMPLETE
72062024-12-19T22:17:34.864Z[ recovery-image] Dec 19 22:17:33.574 INFO O| Dec 19 22:17:33.574 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72072024-12-19T22:17:34.884Z[ recovery-image] Dec 19 22:17:33.594 INFO O| Dec 19 22:17:33.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
72082024-12-19T22:17:34.885Z[ recovery-image] Dec 19 22:17:33.594 INFO O| Dec 19 22:17:33.594 INFO STEP 961 (remove_files) COMPLETE
72092024-12-19T22:17:34.888Z[ recovery-image] Dec 19 22:17:33.594 INFO O| Dec 19 22:17:33.594 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72102024-12-19T22:17:34.904Z[ recovery-image] Dec 19 22:17:33.614 INFO O| Dec 19 22:17:33.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
72112024-12-19T22:17:34.904Z[ recovery-image] Dec 19 22:17:33.614 INFO O| Dec 19 22:17:33.614 INFO STEP 962 (remove_files) COMPLETE
72122024-12-19T22:17:34.904Z[ recovery-image] Dec 19 22:17:33.614 INFO O| Dec 19 22:17:33.614 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72132024-12-19T22:17:34.924Z[ recovery-image] Dec 19 22:17:33.634 INFO O| Dec 19 22:17:33.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
72142024-12-19T22:17:34.924Z[ recovery-image] Dec 19 22:17:33.634 INFO O| Dec 19 22:17:33.634 INFO STEP 963 (remove_files) COMPLETE
72152024-12-19T22:17:34.924Z[ recovery-image] Dec 19 22:17:33.634 INFO O| Dec 19 22:17:33.634 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72162024-12-19T22:17:34.942Z[ recovery-image] Dec 19 22:17:33.652 INFO O| Dec 19 22:17:33.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
72172024-12-19T22:17:34.942Z[ recovery-image] Dec 19 22:17:33.652 INFO O| Dec 19 22:17:33.652 INFO STEP 964 (remove_files) COMPLETE
72182024-12-19T22:17:34.942Z[ recovery-image] Dec 19 22:17:33.652 INFO O| Dec 19 22:17:33.652 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72192024-12-19T22:17:35.031Z[ recovery-image] Dec 19 22:17:33.741 INFO O| Dec 19 22:17:33.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
72202024-12-19T22:17:35.032Z[ recovery-image] Dec 19 22:17:33.741 INFO O| Dec 19 22:17:33.741 INFO STEP 965 (remove_files) COMPLETE
72212024-12-19T22:17:35.032Z[ recovery-image] Dec 19 22:17:33.741 INFO O| Dec 19 22:17:33.741 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72222024-12-19T22:17:35.055Z[ recovery-image] Dec 19 22:17:33.764 INFO O| Dec 19 22:17:33.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
72232024-12-19T22:17:35.055Z[ recovery-image] Dec 19 22:17:33.764 INFO O| Dec 19 22:17:33.764 INFO STEP 966 (remove_files) COMPLETE
72242024-12-19T22:17:35.057Z[ recovery-image] Dec 19 22:17:33.764 INFO O| Dec 19 22:17:33.764 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72252024-12-19T22:17:35.078Z[ recovery-image] Dec 19 22:17:33.787 INFO O| Dec 19 22:17:33.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
72262024-12-19T22:17:35.078Z[ recovery-image] Dec 19 22:17:33.787 INFO O| Dec 19 22:17:33.787 INFO STEP 967 (remove_files) COMPLETE
72272024-12-19T22:17:35.080Z[ recovery-image] Dec 19 22:17:33.787 INFO O| Dec 19 22:17:33.787 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72282024-12-19T22:17:35.098Z[ recovery-image] Dec 19 22:17:33.808 INFO O| Dec 19 22:17:33.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
72292024-12-19T22:17:35.098Z[ recovery-image] Dec 19 22:17:33.808 INFO O| Dec 19 22:17:33.808 INFO STEP 968 (remove_files) COMPLETE
72302024-12-19T22:17:35.098Z[ recovery-image] Dec 19 22:17:33.808 INFO O| Dec 19 22:17:33.808 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72312024-12-19T22:17:35.117Z[ recovery-image] Dec 19 22:17:33.827 INFO O| Dec 19 22:17:33.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
72322024-12-19T22:17:35.117Z[ recovery-image] Dec 19 22:17:33.827 INFO O| Dec 19 22:17:33.827 INFO STEP 969 (remove_files) COMPLETE
72332024-12-19T22:17:35.117Z[ recovery-image] Dec 19 22:17:33.827 INFO O| Dec 19 22:17:33.827 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72342024-12-19T22:17:35.138Z[ recovery-image] Dec 19 22:17:33.847 INFO O| Dec 19 22:17:33.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
72352024-12-19T22:17:35.138Z[ recovery-image] Dec 19 22:17:33.847 INFO O| Dec 19 22:17:33.847 INFO STEP 970 (remove_files) COMPLETE
72362024-12-19T22:17:35.138Z[ recovery-image] Dec 19 22:17:33.847 INFO O| Dec 19 22:17:33.847 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72372024-12-19T22:17:35.158Z[ recovery-image] Dec 19 22:17:33.867 INFO O| Dec 19 22:17:33.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
72382024-12-19T22:17:35.158Z[ recovery-image] Dec 19 22:17:33.867 INFO O| Dec 19 22:17:33.867 INFO STEP 971 (remove_files) COMPLETE
72392024-12-19T22:17:35.158Z[ recovery-image] Dec 19 22:17:33.867 INFO O| Dec 19 22:17:33.867 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72402024-12-19T22:17:35.178Z[ recovery-image] Dec 19 22:17:33.887 INFO O| Dec 19 22:17:33.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
72412024-12-19T22:17:35.178Z[ recovery-image] Dec 19 22:17:33.887 INFO O| Dec 19 22:17:33.887 INFO STEP 972 (remove_files) COMPLETE
72422024-12-19T22:17:35.178Z[ recovery-image] Dec 19 22:17:33.887 INFO O| Dec 19 22:17:33.887 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72432024-12-19T22:17:35.287Z[ recovery-image] Dec 19 22:17:33.995 INFO O| Dec 19 22:17:33.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
72442024-12-19T22:17:35.289Z[ recovery-image] Dec 19 22:17:33.996 INFO O| Dec 19 22:17:33.995 INFO STEP 973 (remove_files) COMPLETE
72452024-12-19T22:17:35.289Z[ recovery-image] Dec 19 22:17:33.996 INFO O| Dec 19 22:17:33.996 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72462024-12-19T22:17:35.327Z[ recovery-image] Dec 19 22:17:34.036 INFO O| Dec 19 22:17:34.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
72472024-12-19T22:17:35.330Z[ recovery-image] Dec 19 22:17:34.036 INFO O| Dec 19 22:17:34.036 INFO STEP 974 (remove_files) COMPLETE
72482024-12-19T22:17:35.330Z[ recovery-image] Dec 19 22:17:34.036 INFO O| Dec 19 22:17:34.036 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72492024-12-19T22:17:35.351Z[ recovery-image] Dec 19 22:17:34.058 INFO O| Dec 19 22:17:34.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
72502024-12-19T22:17:35.351Z[ recovery-image] Dec 19 22:17:34.058 INFO O| Dec 19 22:17:34.058 INFO STEP 975 (remove_files) COMPLETE
72512024-12-19T22:17:35.351Z[ recovery-image] Dec 19 22:17:34.058 INFO O| Dec 19 22:17:34.058 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72522024-12-19T22:17:35.373Z[ recovery-image] Dec 19 22:17:34.080 INFO O| Dec 19 22:17:34.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
72532024-12-19T22:17:35.373Z[ recovery-image] Dec 19 22:17:34.080 INFO O| Dec 19 22:17:34.080 INFO STEP 976 (remove_files) COMPLETE
72542024-12-19T22:17:35.376Z[ recovery-image] Dec 19 22:17:34.081 INFO O| Dec 19 22:17:34.080 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72552024-12-19T22:17:35.395Z[ recovery-image] Dec 19 22:17:34.103 INFO O| Dec 19 22:17:34.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
72562024-12-19T22:17:35.395Z[ recovery-image] Dec 19 22:17:34.103 INFO O| Dec 19 22:17:34.103 INFO STEP 977 (remove_files) COMPLETE
72572024-12-19T22:17:35.395Z[ recovery-image] Dec 19 22:17:34.103 INFO O| Dec 19 22:17:34.103 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72582024-12-19T22:17:35.416Z[ recovery-image] Dec 19 22:17:34.124 INFO O| Dec 19 22:17:34.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
72592024-12-19T22:17:35.416Z[ recovery-image] Dec 19 22:17:34.125 INFO O| Dec 19 22:17:34.125 INFO STEP 978 (remove_files) COMPLETE
72602024-12-19T22:17:35.417Z[ recovery-image] Dec 19 22:17:34.125 INFO O| Dec 19 22:17:34.125 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72612024-12-19T22:17:35.442Z[ recovery-image] Dec 19 22:17:34.150 INFO O| Dec 19 22:17:34.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
72622024-12-19T22:17:35.442Z[ recovery-image] Dec 19 22:17:34.150 INFO O| Dec 19 22:17:34.150 INFO STEP 979 (remove_files) COMPLETE
72632024-12-19T22:17:35.442Z[ recovery-image] Dec 19 22:17:34.150 INFO O| Dec 19 22:17:34.150 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72642024-12-19T22:17:35.466Z[ recovery-image] Dec 19 22:17:34.174 INFO O| Dec 19 22:17:34.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
72652024-12-19T22:17:35.470Z[ recovery-image] Dec 19 22:17:34.175 INFO O| Dec 19 22:17:34.174 INFO STEP 980 (remove_files) COMPLETE
72662024-12-19T22:17:35.470Z[ recovery-image] Dec 19 22:17:34.175 INFO O| Dec 19 22:17:34.175 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72672024-12-19T22:17:35.488Z[ recovery-image] Dec 19 22:17:34.196 INFO O| Dec 19 22:17:34.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
72682024-12-19T22:17:35.491Z[ recovery-image] Dec 19 22:17:34.196 INFO O| Dec 19 22:17:34.196 INFO STEP 981 (remove_files) COMPLETE
72692024-12-19T22:17:35.491Z[ recovery-image] Dec 19 22:17:34.197 INFO O| Dec 19 22:17:34.197 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72702024-12-19T22:17:35.514Z[ recovery-image] Dec 19 22:17:34.221 INFO O| Dec 19 22:17:34.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
72712024-12-19T22:17:35.516Z[ recovery-image] Dec 19 22:17:34.222 INFO O| Dec 19 22:17:34.221 INFO STEP 982 (remove_files) COMPLETE
72722024-12-19T22:17:35.516Z[ recovery-image] Dec 19 22:17:34.222 INFO O| Dec 19 22:17:34.222 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72732024-12-19T22:17:35.558Z[ recovery-image] Dec 19 22:17:34.266 INFO O| Dec 19 22:17:34.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
72742024-12-19T22:17:35.558Z[ recovery-image] Dec 19 22:17:34.266 INFO O| Dec 19 22:17:34.266 INFO STEP 983 (remove_files) COMPLETE
72752024-12-19T22:17:35.561Z[ recovery-image] Dec 19 22:17:34.266 INFO O| Dec 19 22:17:34.266 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72762024-12-19T22:17:35.581Z[ recovery-image] Dec 19 22:17:34.288 INFO O| Dec 19 22:17:34.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
72772024-12-19T22:17:35.581Z[ recovery-image] Dec 19 22:17:34.288 INFO O| Dec 19 22:17:34.288 INFO STEP 984 (remove_files) COMPLETE
72782024-12-19T22:17:35.584Z[ recovery-image] Dec 19 22:17:34.288 INFO O| Dec 19 22:17:34.288 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72792024-12-19T22:17:35.600Z[ recovery-image] Dec 19 22:17:34.307 INFO O| Dec 19 22:17:34.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
72802024-12-19T22:17:35.600Z[ recovery-image] Dec 19 22:17:34.307 INFO O| Dec 19 22:17:34.307 INFO STEP 985 (remove_files) COMPLETE
72812024-12-19T22:17:35.600Z[ recovery-image] Dec 19 22:17:34.307 INFO O| Dec 19 22:17:34.307 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72822024-12-19T22:17:35.619Z[ recovery-image] Dec 19 22:17:34.326 INFO O| Dec 19 22:17:34.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
72832024-12-19T22:17:35.621Z[ recovery-image] Dec 19 22:17:34.326 INFO O| Dec 19 22:17:34.326 INFO STEP 986 (remove_files) COMPLETE
72842024-12-19T22:17:35.621Z[ recovery-image] Dec 19 22:17:34.326 INFO O| Dec 19 22:17:34.326 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72852024-12-19T22:17:35.640Z[ recovery-image] Dec 19 22:17:34.347 INFO O| Dec 19 22:17:34.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
72862024-12-19T22:17:35.643Z[ recovery-image] Dec 19 22:17:34.347 INFO O| Dec 19 22:17:34.347 INFO STEP 987 (remove_files) COMPLETE
72872024-12-19T22:17:35.643Z[ recovery-image] Dec 19 22:17:34.348 INFO O| Dec 19 22:17:34.347 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72882024-12-19T22:17:35.661Z[ recovery-image] Dec 19 22:17:34.368 INFO O| Dec 19 22:17:34.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
72892024-12-19T22:17:35.664Z[ recovery-image] Dec 19 22:17:34.368 INFO O| Dec 19 22:17:34.368 INFO STEP 988 (remove_files) COMPLETE
72902024-12-19T22:17:35.664Z[ recovery-image] Dec 19 22:17:34.368 INFO O| Dec 19 22:17:34.368 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72912024-12-19T22:17:35.681Z[ recovery-image] Dec 19 22:17:34.388 INFO O| Dec 19 22:17:34.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
72922024-12-19T22:17:35.683Z[ recovery-image] Dec 19 22:17:34.388 INFO O| Dec 19 22:17:34.388 INFO STEP 989 (remove_files) COMPLETE
72932024-12-19T22:17:35.684Z[ recovery-image] Dec 19 22:17:34.388 INFO O| Dec 19 22:17:34.388 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72942024-12-19T22:17:35.704Z[ recovery-image] Dec 19 22:17:34.411 INFO O| Dec 19 22:17:34.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
72952024-12-19T22:17:35.707Z[ recovery-image] Dec 19 22:17:34.411 INFO O| Dec 19 22:17:34.411 INFO STEP 990 (remove_files) COMPLETE
72962024-12-19T22:17:35.707Z[ recovery-image] Dec 19 22:17:34.411 INFO O| Dec 19 22:17:34.411 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72972024-12-19T22:17:35.726Z[ recovery-image] Dec 19 22:17:34.432 INFO O| Dec 19 22:17:34.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
72982024-12-19T22:17:35.726Z[ recovery-image] Dec 19 22:17:34.433 INFO O| Dec 19 22:17:34.433 INFO STEP 991 (remove_files) COMPLETE
72992024-12-19T22:17:35.728Z[ recovery-image] Dec 19 22:17:34.433 INFO O| Dec 19 22:17:34.433 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73002024-12-19T22:17:35.749Z[ recovery-image] Dec 19 22:17:34.456 INFO O| Dec 19 22:17:34.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
73012024-12-19T22:17:35.751Z[ recovery-image] Dec 19 22:17:34.456 INFO O| Dec 19 22:17:34.456 INFO STEP 992 (remove_files) COMPLETE
73022024-12-19T22:17:35.751Z[ recovery-image] Dec 19 22:17:34.456 INFO O| Dec 19 22:17:34.456 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73032024-12-19T22:17:35.770Z[ recovery-image] Dec 19 22:17:34.477 INFO O| Dec 19 22:17:34.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
73042024-12-19T22:17:35.773Z[ recovery-image] Dec 19 22:17:34.477 INFO O| Dec 19 22:17:34.477 INFO STEP 993 (remove_files) COMPLETE
73052024-12-19T22:17:35.773Z[ recovery-image] Dec 19 22:17:34.477 INFO O| Dec 19 22:17:34.477 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73062024-12-19T22:17:35.795Z[ recovery-image] Dec 19 22:17:34.501 INFO O| Dec 19 22:17:34.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
73072024-12-19T22:17:35.797Z[ recovery-image] Dec 19 22:17:34.501 INFO O| Dec 19 22:17:34.501 INFO STEP 994 (remove_files) COMPLETE
73082024-12-19T22:17:35.797Z[ recovery-image] Dec 19 22:17:34.502 INFO O| Dec 19 22:17:34.502 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73092024-12-19T22:17:35.818Z[ recovery-image] Dec 19 22:17:34.523 INFO O| Dec 19 22:17:34.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
73102024-12-19T22:17:35.821Z[ recovery-image] Dec 19 22:17:34.523 INFO O| Dec 19 22:17:34.523 INFO STEP 995 (remove_files) COMPLETE
73112024-12-19T22:17:35.821Z[ recovery-image] Dec 19 22:17:34.523 INFO O| Dec 19 22:17:34.523 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73122024-12-19T22:17:35.839Z[ recovery-image] Dec 19 22:17:34.545 INFO O| Dec 19 22:17:34.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
73132024-12-19T22:17:35.841Z[ recovery-image] Dec 19 22:17:34.545 INFO O| Dec 19 22:17:34.545 INFO STEP 996 (remove_files) COMPLETE
73142024-12-19T22:17:35.841Z[ recovery-image] Dec 19 22:17:34.545 INFO O| Dec 19 22:17:34.545 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73152024-12-19T22:17:35.860Z[ recovery-image] Dec 19 22:17:34.566 INFO O| Dec 19 22:17:34.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
73162024-12-19T22:17:35.862Z[ recovery-image] Dec 19 22:17:34.566 INFO O| Dec 19 22:17:34.566 INFO STEP 997 (remove_files) COMPLETE
73172024-12-19T22:17:35.862Z[ recovery-image] Dec 19 22:17:34.566 INFO O| Dec 19 22:17:34.566 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73182024-12-19T22:17:35.881Z[ recovery-image] Dec 19 22:17:34.587 INFO O| Dec 19 22:17:34.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
73192024-12-19T22:17:35.881Z[ recovery-image] Dec 19 22:17:34.587 INFO O| Dec 19 22:17:34.587 INFO STEP 998 (remove_files) COMPLETE
73202024-12-19T22:17:35.884Z[ recovery-image] Dec 19 22:17:34.587 INFO O| Dec 19 22:17:34.587 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73212024-12-19T22:17:35.901Z[ recovery-image] Dec 19 22:17:34.607 INFO O| Dec 19 22:17:34.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
73222024-12-19T22:17:35.903Z[ recovery-image] Dec 19 22:17:34.607 INFO O| Dec 19 22:17:34.607 INFO STEP 999 (remove_files) COMPLETE
73232024-12-19T22:17:35.903Z[ recovery-image] Dec 19 22:17:34.607 INFO O| Dec 19 22:17:34.607 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73242024-12-19T22:17:35.919Z[ recovery-image] Dec 19 22:17:34.625 INFO O| Dec 19 22:17:34.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
73252024-12-19T22:17:35.922Z[ recovery-image] Dec 19 22:17:34.626 INFO O| Dec 19 22:17:34.625 INFO STEP 1000 (remove_files) COMPLETE
73262024-12-19T22:17:35.922Z[ recovery-image] Dec 19 22:17:34.626 INFO O| Dec 19 22:17:34.626 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73272024-12-19T22:17:35.937Z[ recovery-image] Dec 19 22:17:34.643 INFO O| Dec 19 22:17:34.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
73282024-12-19T22:17:35.940Z[ recovery-image] Dec 19 22:17:34.643 INFO O| Dec 19 22:17:34.643 INFO STEP 1001 (remove_files) COMPLETE
73292024-12-19T22:17:35.940Z[ recovery-image] Dec 19 22:17:34.643 INFO O| Dec 19 22:17:34.643 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73302024-12-19T22:17:35.955Z[ recovery-image] Dec 19 22:17:34.661 INFO O| Dec 19 22:17:34.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
73312024-12-19T22:17:35.958Z[ recovery-image] Dec 19 22:17:34.661 INFO O| Dec 19 22:17:34.661 INFO STEP 1002 (remove_files) COMPLETE
73322024-12-19T22:17:35.958Z[ recovery-image] Dec 19 22:17:34.662 INFO O| Dec 19 22:17:34.662 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73332024-12-19T22:17:35.978Z[ recovery-image] Dec 19 22:17:34.684 INFO O| Dec 19 22:17:34.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
73342024-12-19T22:17:35.978Z[ recovery-image] Dec 19 22:17:34.684 INFO O| Dec 19 22:17:34.684 INFO STEP 1003 (remove_files) COMPLETE
73352024-12-19T22:17:35.978Z[ recovery-image] Dec 19 22:17:34.684 INFO O| Dec 19 22:17:34.684 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73362024-12-19T22:17:35.998Z[ recovery-image] Dec 19 22:17:34.704 INFO O| Dec 19 22:17:34.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
73372024-12-19T22:17:35.998Z[ recovery-image] Dec 19 22:17:34.704 INFO O| Dec 19 22:17:34.704 INFO STEP 1004 (remove_files) COMPLETE
73382024-12-19T22:17:35.998Z[ recovery-image] Dec 19 22:17:34.704 INFO O| Dec 19 22:17:34.704 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73392024-12-19T22:17:36.018Z[ recovery-image] Dec 19 22:17:34.724 INFO O| Dec 19 22:17:34.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
73402024-12-19T22:17:36.018Z[ recovery-image] Dec 19 22:17:34.724 INFO O| Dec 19 22:17:34.724 INFO STEP 1005 (remove_files) COMPLETE
73412024-12-19T22:17:36.018Z[ recovery-image] Dec 19 22:17:34.724 INFO O| Dec 19 22:17:34.724 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73422024-12-19T22:17:36.102Z[ recovery-image] Dec 19 22:17:34.807 INFO O| Dec 19 22:17:34.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
73432024-12-19T22:17:36.102Z[ recovery-image] Dec 19 22:17:34.808 INFO O| Dec 19 22:17:34.808 INFO STEP 1006 (remove_files) COMPLETE
73442024-12-19T22:17:36.102Z[ recovery-image] Dec 19 22:17:34.808 INFO O| Dec 19 22:17:34.808 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73452024-12-19T22:17:36.196Z[ recovery-image] Dec 19 22:17:34.869 INFO O| Dec 19 22:17:34.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
73462024-12-19T22:17:36.196Z[ recovery-image] Dec 19 22:17:34.869 INFO O| Dec 19 22:17:34.869 INFO STEP 1007 (remove_files) COMPLETE
73472024-12-19T22:17:36.196Z[ recovery-image] Dec 19 22:17:34.869 INFO O| Dec 19 22:17:34.869 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73482024-12-19T22:17:36.206Z[ recovery-image] Dec 19 22:17:34.910 INFO O| Dec 19 22:17:34.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
73492024-12-19T22:17:36.206Z[ recovery-image] Dec 19 22:17:34.910 INFO O| Dec 19 22:17:34.910 INFO STEP 1008 (remove_files) COMPLETE
73502024-12-19T22:17:36.210Z[ recovery-image] Dec 19 22:17:34.910 INFO O| Dec 19 22:17:34.910 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73512024-12-19T22:17:36.225Z[ recovery-image] Dec 19 22:17:34.929 INFO O| Dec 19 22:17:34.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
73522024-12-19T22:17:36.225Z[ recovery-image] Dec 19 22:17:34.929 INFO O| Dec 19 22:17:34.929 INFO STEP 1009 (remove_files) COMPLETE
73532024-12-19T22:17:36.225Z[ recovery-image] Dec 19 22:17:34.929 INFO O| Dec 19 22:17:34.929 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73542024-12-19T22:17:36.244Z[ recovery-image] Dec 19 22:17:34.949 INFO O| Dec 19 22:17:34.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
73552024-12-19T22:17:36.244Z[ recovery-image] Dec 19 22:17:34.949 INFO O| Dec 19 22:17:34.949 INFO STEP 1010 (remove_files) COMPLETE
73562024-12-19T22:17:36.244Z[ recovery-image] Dec 19 22:17:34.949 INFO O| Dec 19 22:17:34.949 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73572024-12-19T22:17:36.267Z[ recovery-image] Dec 19 22:17:34.967 INFO O| Dec 19 22:17:34.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
73582024-12-19T22:17:36.267Z[ recovery-image] Dec 19 22:17:34.967 INFO O| Dec 19 22:17:34.967 INFO STEP 1011 (remove_files) COMPLETE
73592024-12-19T22:17:36.267Z[ recovery-image] Dec 19 22:17:34.967 INFO O| Dec 19 22:17:34.967 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73602024-12-19T22:17:36.302Z[ recovery-image] Dec 19 22:17:35.007 INFO O| Dec 19 22:17:35.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
73612024-12-19T22:17:36.302Z[ recovery-image] Dec 19 22:17:35.007 INFO O| Dec 19 22:17:35.007 INFO STEP 1012 (remove_files) COMPLETE
73622024-12-19T22:17:36.305Z[ recovery-image] Dec 19 22:17:35.007 INFO O| Dec 19 22:17:35.007 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73632024-12-19T22:17:36.324Z[ recovery-image] Dec 19 22:17:35.026 INFO O| Dec 19 22:17:35.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
73642024-12-19T22:17:36.329Z[ recovery-image] Dec 19 22:17:35.026 INFO O| Dec 19 22:17:35.026 INFO STEP 1013 (remove_files) COMPLETE
73652024-12-19T22:17:36.329Z[ recovery-image] Dec 19 22:17:35.026 INFO O| Dec 19 22:17:35.026 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73662024-12-19T22:17:36.345Z[ recovery-image] Dec 19 22:17:35.045 INFO O| Dec 19 22:17:35.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
73672024-12-19T22:17:36.345Z[ recovery-image] Dec 19 22:17:35.045 INFO O| Dec 19 22:17:35.045 INFO STEP 1014 (remove_files) COMPLETE
73682024-12-19T22:17:36.345Z[ recovery-image] Dec 19 22:17:35.045 INFO O| Dec 19 22:17:35.045 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73692024-12-19T22:17:36.417Z[ recovery-image] Dec 19 22:17:35.078 INFO O| Dec 19 22:17:35.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
73702024-12-19T22:17:36.417Z[ recovery-image] Dec 19 22:17:35.079 INFO O| Dec 19 22:17:35.078 INFO STEP 1015 (remove_files) COMPLETE
73712024-12-19T22:17:36.480Z[ recovery-image] Dec 19 22:17:35.079 INFO O| Dec 19 22:17:35.079 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73722024-12-19T22:17:36.480Z[ recovery-image] Dec 19 22:17:35.121 INFO O| Dec 19 22:17:35.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
73732024-12-19T22:17:36.481Z[ recovery-image] Dec 19 22:17:35.121 INFO O| Dec 19 22:17:35.121 INFO STEP 1016 (remove_files) COMPLETE
73742024-12-19T22:17:36.481Z[ recovery-image] Dec 19 22:17:35.121 INFO O| Dec 19 22:17:35.121 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73752024-12-19T22:17:36.534Z[ recovery-image] Dec 19 22:17:35.167 INFO O| Dec 19 22:17:35.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
73762024-12-19T22:17:36.534Z[ recovery-image] Dec 19 22:17:35.167 INFO O| Dec 19 22:17:35.167 INFO STEP 1017 (remove_files) COMPLETE
73772024-12-19T22:17:36.535Z[ recovery-image] Dec 19 22:17:35.167 INFO O| Dec 19 22:17:35.167 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73782024-12-19T22:17:36.535Z[ recovery-image] Dec 19 22:17:35.186 INFO O| Dec 19 22:17:35.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
73792024-12-19T22:17:36.535Z[ recovery-image] Dec 19 22:17:35.186 INFO O| Dec 19 22:17:35.186 INFO STEP 1018 (remove_files) COMPLETE
73802024-12-19T22:17:36.535Z[ recovery-image] Dec 19 22:17:35.186 INFO O| Dec 19 22:17:35.186 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73812024-12-19T22:17:36.600Z[ recovery-image] Dec 19 22:17:35.211 INFO O| Dec 19 22:17:35.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
73822024-12-19T22:17:36.601Z[ recovery-image] Dec 19 22:17:35.212 INFO O| Dec 19 22:17:35.211 INFO STEP 1019 (remove_files) COMPLETE
73832024-12-19T22:17:36.601Z[ recovery-image] Dec 19 22:17:35.212 INFO O| Dec 19 22:17:35.212 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73842024-12-19T22:17:36.618Z[ recovery-image] Dec 19 22:17:35.305 INFO O| Dec 19 22:17:35.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
73852024-12-19T22:17:36.618Z[ recovery-image] Dec 19 22:17:35.305 INFO O| Dec 19 22:17:35.305 INFO STEP 1020 (remove_files) COMPLETE
73862024-12-19T22:17:36.618Z[ recovery-image] Dec 19 22:17:35.305 INFO O| Dec 19 22:17:35.305 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73872024-12-19T22:17:36.646Z[ recovery-image] Dec 19 22:17:35.326 INFO O| Dec 19 22:17:35.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
73882024-12-19T22:17:36.646Z[ recovery-image] Dec 19 22:17:35.327 INFO O| Dec 19 22:17:35.327 INFO STEP 1021 (remove_files) COMPLETE
73892024-12-19T22:17:36.646Z[ recovery-image] Dec 19 22:17:35.327 INFO O| Dec 19 22:17:35.327 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73902024-12-19T22:17:36.662Z[ recovery-image] Dec 19 22:17:35.348 INFO O| Dec 19 22:17:35.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
73912024-12-19T22:17:36.663Z[ recovery-image] Dec 19 22:17:35.348 INFO O| Dec 19 22:17:35.348 INFO STEP 1022 (remove_files) COMPLETE
73922024-12-19T22:17:36.663Z[ recovery-image] Dec 19 22:17:35.348 INFO O| Dec 19 22:17:35.348 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73932024-12-19T22:17:36.690Z[ recovery-image] Dec 19 22:17:35.369 INFO O| Dec 19 22:17:35.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
73942024-12-19T22:17:36.690Z[ recovery-image] Dec 19 22:17:35.369 INFO O| Dec 19 22:17:35.369 INFO STEP 1023 (remove_files) COMPLETE
73952024-12-19T22:17:36.690Z[ recovery-image] Dec 19 22:17:35.369 INFO O| Dec 19 22:17:35.369 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73962024-12-19T22:17:36.709Z[ recovery-image] Dec 19 22:17:35.389 INFO O| Dec 19 22:17:35.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
73972024-12-19T22:17:36.709Z[ recovery-image] Dec 19 22:17:35.389 INFO O| Dec 19 22:17:35.389 INFO STEP 1024 (remove_files) COMPLETE
73982024-12-19T22:17:36.709Z[ recovery-image] Dec 19 22:17:35.390 INFO O| Dec 19 22:17:35.389 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73992024-12-19T22:17:36.730Z[ recovery-image] Dec 19 22:17:35.423 INFO O| Dec 19 22:17:35.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
74002024-12-19T22:17:36.730Z[ recovery-image] Dec 19 22:17:35.423 INFO O| Dec 19 22:17:35.419 INFO STEP 1025 (remove_files) COMPLETE
74012024-12-19T22:17:36.730Z[ recovery-image] Dec 19 22:17:35.423 INFO O| Dec 19 22:17:35.419 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74022024-12-19T22:17:36.742Z[ recovery-image] Dec 19 22:17:35.444 INFO O| Dec 19 22:17:35.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
74032024-12-19T22:17:36.742Z[ recovery-image] Dec 19 22:17:35.444 INFO O| Dec 19 22:17:35.441 INFO STEP 1026 (remove_files) COMPLETE
74042024-12-19T22:17:36.742Z[ recovery-image] Dec 19 22:17:35.444 INFO O| Dec 19 22:17:35.441 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74052024-12-19T22:17:36.767Z[ recovery-image] Dec 19 22:17:35.462 INFO O| Dec 19 22:17:35.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
74062024-12-19T22:17:36.768Z[ recovery-image] Dec 19 22:17:35.463 INFO O| Dec 19 22:17:35.463 INFO STEP 1027 (remove_files) COMPLETE
74072024-12-19T22:17:36.768Z[ recovery-image] Dec 19 22:17:35.463 INFO O| Dec 19 22:17:35.463 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74082024-12-19T22:17:36.784Z[ recovery-image] Dec 19 22:17:35.485 INFO O| Dec 19 22:17:35.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
74092024-12-19T22:17:36.784Z[ recovery-image] Dec 19 22:17:35.485 INFO O| Dec 19 22:17:35.485 INFO STEP 1028 (remove_files) COMPLETE
74102024-12-19T22:17:36.784Z[ recovery-image] Dec 19 22:17:35.485 INFO O| Dec 19 22:17:35.485 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74112024-12-19T22:17:36.815Z[ recovery-image] Dec 19 22:17:35.504 INFO O| Dec 19 22:17:35.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
74122024-12-19T22:17:36.819Z[ recovery-image] Dec 19 22:17:35.504 INFO O| Dec 19 22:17:35.504 INFO STEP 1029 (remove_files) COMPLETE
74132024-12-19T22:17:36.819Z[ recovery-image] Dec 19 22:17:35.505 INFO O| Dec 19 22:17:35.504 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74142024-12-19T22:17:36.834Z[ recovery-image] Dec 19 22:17:35.524 INFO O| Dec 19 22:17:35.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
74152024-12-19T22:17:36.834Z[ recovery-image] Dec 19 22:17:35.524 INFO O| Dec 19 22:17:35.524 INFO STEP 1030 (remove_files) COMPLETE
74162024-12-19T22:17:36.851Z[ recovery-image] Dec 19 22:17:35.524 INFO O| Dec 19 22:17:35.524 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74172024-12-19T22:17:36.860Z[ recovery-image] Dec 19 22:17:35.544 INFO O| Dec 19 22:17:35.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
74182024-12-19T22:17:36.860Z[ recovery-image] Dec 19 22:17:35.544 INFO O| Dec 19 22:17:35.544 INFO STEP 1031 (remove_files) COMPLETE
74192024-12-19T22:17:36.860Z[ recovery-image] Dec 19 22:17:35.544 INFO O| Dec 19 22:17:35.544 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74202024-12-19T22:17:36.877Z[ recovery-image] Dec 19 22:17:35.576 INFO O| Dec 19 22:17:35.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
74212024-12-19T22:17:36.878Z[ recovery-image] Dec 19 22:17:35.577 INFO O| Dec 19 22:17:35.577 INFO STEP 1032 (remove_files) COMPLETE
74222024-12-19T22:17:36.878Z[ recovery-image] Dec 19 22:17:35.577 INFO O| Dec 19 22:17:35.577 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74232024-12-19T22:17:36.930Z[ recovery-image] Dec 19 22:17:35.597 INFO O| Dec 19 22:17:35.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
74242024-12-19T22:17:36.930Z[ recovery-image] Dec 19 22:17:35.598 INFO O| Dec 19 22:17:35.598 INFO STEP 1033 (remove_files) COMPLETE
74252024-12-19T22:17:36.930Z[ recovery-image] Dec 19 22:17:35.598 INFO O| Dec 19 22:17:35.598 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74262024-12-19T22:17:36.948Z[ recovery-image] Dec 19 22:17:35.619 INFO O| Dec 19 22:17:35.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
74272024-12-19T22:17:36.948Z[ recovery-image] Dec 19 22:17:35.619 INFO O| Dec 19 22:17:35.619 INFO STEP 1034 (remove_files) COMPLETE
74282024-12-19T22:17:36.948Z[ recovery-image] Dec 19 22:17:35.619 INFO O| Dec 19 22:17:35.619 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74292024-12-19T22:17:36.963Z[ recovery-image] Dec 19 22:17:35.639 INFO O| Dec 19 22:17:35.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
74302024-12-19T22:17:36.963Z[ recovery-image] Dec 19 22:17:35.641 INFO O| Dec 19 22:17:35.641 INFO STEP 1035 (remove_files) COMPLETE
74312024-12-19T22:17:36.963Z[ recovery-image] Dec 19 22:17:35.641 INFO O| Dec 19 22:17:35.641 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74322024-12-19T22:17:36.995Z[ recovery-image] Dec 19 22:17:35.664 INFO O| Dec 19 22:17:35.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
74332024-12-19T22:17:36.995Z[ recovery-image] Dec 19 22:17:35.664 INFO O| Dec 19 22:17:35.664 INFO STEP 1036 (remove_files) COMPLETE
74342024-12-19T22:17:36.995Z[ recovery-image] Dec 19 22:17:35.664 INFO O| Dec 19 22:17:35.664 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74352024-12-19T22:17:37.006Z[ recovery-image] Dec 19 22:17:35.685 INFO O| Dec 19 22:17:35.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
74362024-12-19T22:17:37.006Z[ recovery-image] Dec 19 22:17:35.686 INFO O| Dec 19 22:17:35.685 INFO STEP 1037 (remove_files) COMPLETE
74372024-12-19T22:17:37.006Z[ recovery-image] Dec 19 22:17:35.686 INFO O| Dec 19 22:17:35.686 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74382024-12-19T22:17:37.017Z[ recovery-image] Dec 19 22:17:35.708 INFO O| Dec 19 22:17:35.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
74392024-12-19T22:17:37.017Z[ recovery-image] Dec 19 22:17:35.708 INFO O| Dec 19 22:17:35.708 INFO STEP 1038 (remove_files) COMPLETE
74402024-12-19T22:17:37.017Z[ recovery-image] Dec 19 22:17:35.708 INFO O| Dec 19 22:17:35.708 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74412024-12-19T22:17:37.082Z[ recovery-image] Dec 19 22:17:35.778 INFO O| Dec 19 22:17:35.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
74422024-12-19T22:17:37.082Z[ recovery-image] Dec 19 22:17:35.778 INFO O| Dec 19 22:17:35.778 INFO STEP 1039 (remove_files) COMPLETE
74432024-12-19T22:17:37.090Z[ recovery-image] Dec 19 22:17:35.778 INFO O| Dec 19 22:17:35.778 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74442024-12-19T22:17:37.115Z[ recovery-image] Dec 19 22:17:35.801 INFO O| Dec 19 22:17:35.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
74452024-12-19T22:17:37.115Z[ recovery-image] Dec 19 22:17:35.801 INFO O| Dec 19 22:17:35.801 INFO STEP 1040 (remove_files) COMPLETE
74462024-12-19T22:17:37.115Z[ recovery-image] Dec 19 22:17:35.801 INFO O| Dec 19 22:17:35.801 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74472024-12-19T22:17:37.152Z[ recovery-image] Dec 19 22:17:35.841 INFO O| Dec 19 22:17:35.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
74482024-12-19T22:17:37.152Z[ recovery-image] Dec 19 22:17:35.841 INFO O| Dec 19 22:17:35.841 INFO STEP 1041 (remove_files) COMPLETE
74492024-12-19T22:17:37.163Z[ recovery-image] Dec 19 22:17:35.842 INFO O| Dec 19 22:17:35.841 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74502024-12-19T22:17:37.172Z[ recovery-image] Dec 19 22:17:35.863 INFO O| Dec 19 22:17:35.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
74512024-12-19T22:17:37.172Z[ recovery-image] Dec 19 22:17:35.863 INFO O| Dec 19 22:17:35.863 INFO STEP 1042 (remove_files) COMPLETE
74522024-12-19T22:17:37.172Z[ recovery-image] Dec 19 22:17:35.864 INFO O| Dec 19 22:17:35.863 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74532024-12-19T22:17:37.192Z[ recovery-image] Dec 19 22:17:35.883 INFO O| Dec 19 22:17:35.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
74542024-12-19T22:17:37.192Z[ recovery-image] Dec 19 22:17:35.884 INFO O| Dec 19 22:17:35.883 INFO STEP 1043 (remove_files) COMPLETE
74552024-12-19T22:17:37.192Z[ recovery-image] Dec 19 22:17:35.884 INFO O| Dec 19 22:17:35.884 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74562024-12-19T22:17:37.208Z[ recovery-image] Dec 19 22:17:35.903 INFO O| Dec 19 22:17:35.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
74572024-12-19T22:17:37.209Z[ recovery-image] Dec 19 22:17:35.903 INFO O| Dec 19 22:17:35.903 INFO STEP 1044 (remove_files) COMPLETE
74582024-12-19T22:17:37.209Z[ recovery-image] Dec 19 22:17:35.903 INFO O| Dec 19 22:17:35.903 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74592024-12-19T22:17:37.230Z[ recovery-image] Dec 19 22:17:35.923 INFO O| Dec 19 22:17:35.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
74602024-12-19T22:17:37.230Z[ recovery-image] Dec 19 22:17:35.923 INFO O| Dec 19 22:17:35.923 INFO STEP 1045 (remove_files) COMPLETE
74612024-12-19T22:17:37.243Z[ recovery-image] Dec 19 22:17:35.923 INFO O| Dec 19 22:17:35.923 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74622024-12-19T22:17:37.261Z[ recovery-image] Dec 19 22:17:35.953 INFO O| Dec 19 22:17:35.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
74632024-12-19T22:17:37.273Z[ recovery-image] Dec 19 22:17:35.954 INFO O| Dec 19 22:17:35.954 INFO STEP 1046 (remove_files) COMPLETE
74642024-12-19T22:17:37.274Z[ recovery-image] Dec 19 22:17:35.954 INFO O| Dec 19 22:17:35.954 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74652024-12-19T22:17:37.299Z[ recovery-image] Dec 19 22:17:35.991 INFO O| Dec 19 22:17:35.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
74662024-12-19T22:17:37.311Z[ recovery-image] Dec 19 22:17:35.991 INFO O| Dec 19 22:17:35.991 INFO STEP 1047 (remove_files) COMPLETE
74672024-12-19T22:17:37.311Z[ recovery-image] Dec 19 22:17:35.991 INFO O| Dec 19 22:17:35.991 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74682024-12-19T22:17:37.364Z[ recovery-image] Dec 19 22:17:36.063 INFO O| Dec 19 22:17:36.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
74692024-12-19T22:17:37.364Z[ recovery-image] Dec 19 22:17:36.063 INFO O| Dec 19 22:17:36.063 INFO STEP 1048 (remove_files) COMPLETE
74702024-12-19T22:17:37.365Z[ recovery-image] Dec 19 22:17:36.063 INFO O| Dec 19 22:17:36.063 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74712024-12-19T22:17:37.384Z[ recovery-image] Dec 19 22:17:36.083 INFO O| Dec 19 22:17:36.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
74722024-12-19T22:17:37.385Z[ recovery-image] Dec 19 22:17:36.084 INFO O| Dec 19 22:17:36.083 INFO STEP 1049 (remove_files) COMPLETE
74732024-12-19T22:17:37.385Z[ recovery-image] Dec 19 22:17:36.084 INFO O| Dec 19 22:17:36.083 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74742024-12-19T22:17:37.409Z[ recovery-image] Dec 19 22:17:36.107 INFO O| Dec 19 22:17:36.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
74752024-12-19T22:17:37.409Z[ recovery-image] Dec 19 22:17:36.107 INFO O| Dec 19 22:17:36.107 INFO STEP 1050 (remove_files) COMPLETE
74762024-12-19T22:17:37.409Z[ recovery-image] Dec 19 22:17:36.107 INFO O| Dec 19 22:17:36.107 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74772024-12-19T22:17:37.436Z[ recovery-image] Dec 19 22:17:36.133 INFO O| Dec 19 22:17:36.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
74782024-12-19T22:17:37.436Z[ recovery-image] Dec 19 22:17:36.133 INFO O| Dec 19 22:17:36.133 INFO STEP 1051 (remove_files) COMPLETE
74792024-12-19T22:17:37.437Z[ recovery-image] Dec 19 22:17:36.133 INFO O| Dec 19 22:17:36.133 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74802024-12-19T22:17:37.466Z[ recovery-image] Dec 19 22:17:36.154 INFO O| Dec 19 22:17:36.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
74812024-12-19T22:17:37.466Z[ recovery-image] Dec 19 22:17:36.154 INFO O| Dec 19 22:17:36.154 INFO STEP 1052 (remove_files) COMPLETE
74822024-12-19T22:17:37.466Z[ recovery-image] Dec 19 22:17:36.154 INFO O| Dec 19 22:17:36.154 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74832024-12-19T22:17:37.510Z[ recovery-image] Dec 19 22:17:36.196 INFO O| Dec 19 22:17:36.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
74842024-12-19T22:17:37.510Z[ recovery-image] Dec 19 22:17:36.196 INFO O| Dec 19 22:17:36.196 INFO STEP 1053 (remove_files) COMPLETE
74852024-12-19T22:17:37.526Z[ recovery-image] Dec 19 22:17:36.196 INFO O| Dec 19 22:17:36.196 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74862024-12-19T22:17:37.555Z[ recovery-image] Dec 19 22:17:36.242 INFO O| Dec 19 22:17:36.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
74872024-12-19T22:17:37.555Z[ recovery-image] Dec 19 22:17:36.242 INFO O| Dec 19 22:17:36.242 INFO STEP 1054 (remove_files) COMPLETE
74882024-12-19T22:17:37.556Z[ recovery-image] Dec 19 22:17:36.242 INFO O| Dec 19 22:17:36.242 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74892024-12-19T22:17:37.571Z[ recovery-image] Dec 19 22:17:36.262 INFO O| Dec 19 22:17:36.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
74902024-12-19T22:17:37.571Z[ recovery-image] Dec 19 22:17:36.262 INFO O| Dec 19 22:17:36.262 INFO STEP 1055 (remove_files) COMPLETE
74912024-12-19T22:17:37.571Z[ recovery-image] Dec 19 22:17:36.262 INFO O| Dec 19 22:17:36.262 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74922024-12-19T22:17:37.600Z[ recovery-image] Dec 19 22:17:36.282 INFO O| Dec 19 22:17:36.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
74932024-12-19T22:17:37.600Z[ recovery-image] Dec 19 22:17:36.282 INFO O| Dec 19 22:17:36.282 INFO STEP 1056 (remove_files) COMPLETE
74942024-12-19T22:17:37.600Z[ recovery-image] Dec 19 22:17:36.282 INFO O| Dec 19 22:17:36.282 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74952024-12-19T22:17:37.622Z[ recovery-image] Dec 19 22:17:36.302 INFO O| Dec 19 22:17:36.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
74962024-12-19T22:17:37.622Z[ recovery-image] Dec 19 22:17:36.302 INFO O| Dec 19 22:17:36.302 INFO STEP 1057 (remove_files) COMPLETE
74972024-12-19T22:17:37.626Z[ recovery-image] Dec 19 22:17:36.302 INFO O| Dec 19 22:17:36.302 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74982024-12-19T22:17:37.626Z[ recovery-image] Dec 19 22:17:36.323 INFO O| Dec 19 22:17:36.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
74992024-12-19T22:17:37.626Z[ recovery-image] Dec 19 22:17:36.323 INFO O| Dec 19 22:17:36.323 INFO STEP 1058 (remove_files) COMPLETE
75002024-12-19T22:17:37.626Z[ recovery-image] Dec 19 22:17:36.323 INFO O| Dec 19 22:17:36.323 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75012024-12-19T22:17:37.643Z[ recovery-image] Dec 19 22:17:36.341 INFO O| Dec 19 22:17:36.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
75022024-12-19T22:17:37.643Z[ recovery-image] Dec 19 22:17:36.341 INFO O| Dec 19 22:17:36.341 INFO STEP 1059 (remove_files) COMPLETE
75032024-12-19T22:17:37.643Z[ recovery-image] Dec 19 22:17:36.341 INFO O| Dec 19 22:17:36.341 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75042024-12-19T22:17:37.661Z[ recovery-image] Dec 19 22:17:36.360 INFO O| Dec 19 22:17:36.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
75052024-12-19T22:17:37.686Z[ recovery-image] Dec 19 22:17:36.384 INFO O| Dec 19 22:17:36.384 INFO STEP 1060 (remove_files) COMPLETE
75062024-12-19T22:17:37.687Z[ recovery-image] Dec 19 22:17:36.384 INFO O| Dec 19 22:17:36.384 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75072024-12-19T22:17:37.718Z[ recovery-image] Dec 19 22:17:36.416 INFO O| Dec 19 22:17:36.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
75082024-12-19T22:17:37.718Z[ recovery-image] Dec 19 22:17:36.416 INFO O| Dec 19 22:17:36.416 INFO STEP 1061 (remove_files) COMPLETE
75092024-12-19T22:17:37.718Z[ recovery-image] Dec 19 22:17:36.416 INFO O| Dec 19 22:17:36.416 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75102024-12-19T22:17:37.740Z[ recovery-image] Dec 19 22:17:36.436 INFO O| Dec 19 22:17:36.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
75112024-12-19T22:17:37.740Z[ recovery-image] Dec 19 22:17:36.436 INFO O| Dec 19 22:17:36.436 INFO STEP 1062 (remove_files) COMPLETE
75122024-12-19T22:17:37.740Z[ recovery-image] Dec 19 22:17:36.436 INFO O| Dec 19 22:17:36.436 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75132024-12-19T22:17:37.761Z[ recovery-image] Dec 19 22:17:36.456 INFO O| Dec 19 22:17:36.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
75142024-12-19T22:17:37.761Z[ recovery-image] Dec 19 22:17:36.456 INFO O| Dec 19 22:17:36.456 INFO STEP 1063 (remove_files) COMPLETE
75152024-12-19T22:17:37.765Z[ recovery-image] Dec 19 22:17:36.456 INFO O| Dec 19 22:17:36.456 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75162024-12-19T22:17:37.783Z[ recovery-image] Dec 19 22:17:36.476 INFO O| Dec 19 22:17:36.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
75172024-12-19T22:17:37.783Z[ recovery-image] Dec 19 22:17:36.476 INFO O| Dec 19 22:17:36.476 INFO STEP 1064 (remove_files) COMPLETE
75182024-12-19T22:17:37.783Z[ recovery-image] Dec 19 22:17:36.476 INFO O| Dec 19 22:17:36.476 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75192024-12-19T22:17:37.814Z[ recovery-image] Dec 19 22:17:36.511 INFO O| Dec 19 22:17:36.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
75202024-12-19T22:17:37.814Z[ recovery-image] Dec 19 22:17:36.511 INFO O| Dec 19 22:17:36.511 INFO STEP 1065 (remove_files) COMPLETE
75212024-12-19T22:17:37.817Z[ recovery-image] Dec 19 22:17:36.511 INFO O| Dec 19 22:17:36.511 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75222024-12-19T22:17:37.834Z[ recovery-image] Dec 19 22:17:36.531 INFO O| Dec 19 22:17:36.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
75232024-12-19T22:17:37.834Z[ recovery-image] Dec 19 22:17:36.532 INFO O| Dec 19 22:17:36.532 INFO STEP 1066 (remove_files) COMPLETE
75242024-12-19T22:17:37.834Z[ recovery-image] Dec 19 22:17:36.532 INFO O| Dec 19 22:17:36.532 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75252024-12-19T22:17:37.855Z[ recovery-image] Dec 19 22:17:36.552 INFO O| Dec 19 22:17:36.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
75262024-12-19T22:17:37.855Z[ recovery-image] Dec 19 22:17:36.552 INFO O| Dec 19 22:17:36.552 INFO STEP 1067 (remove_files) COMPLETE
75272024-12-19T22:17:37.855Z[ recovery-image] Dec 19 22:17:36.552 INFO O| Dec 19 22:17:36.552 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75282024-12-19T22:17:37.876Z[ recovery-image] Dec 19 22:17:36.573 INFO O| Dec 19 22:17:36.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
75292024-12-19T22:17:37.876Z[ recovery-image] Dec 19 22:17:36.573 INFO O| Dec 19 22:17:36.573 INFO STEP 1068 (remove_files) COMPLETE
75302024-12-19T22:17:37.877Z[ recovery-image] Dec 19 22:17:36.573 INFO O| Dec 19 22:17:36.573 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75312024-12-19T22:17:37.898Z[ recovery-image] Dec 19 22:17:36.594 INFO O| Dec 19 22:17:36.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
75322024-12-19T22:17:37.898Z[ recovery-image] Dec 19 22:17:36.594 INFO O| Dec 19 22:17:36.594 INFO STEP 1069 (remove_files) COMPLETE
75332024-12-19T22:17:37.898Z[ recovery-image] Dec 19 22:17:36.594 INFO O| Dec 19 22:17:36.594 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75342024-12-19T22:17:37.918Z[ recovery-image] Dec 19 22:17:36.615 INFO O| Dec 19 22:17:36.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
75352024-12-19T22:17:37.918Z[ recovery-image] Dec 19 22:17:36.615 INFO O| Dec 19 22:17:36.615 INFO STEP 1070 (remove_files) COMPLETE
75362024-12-19T22:17:37.920Z[ recovery-image] Dec 19 22:17:36.616 INFO O| Dec 19 22:17:36.615 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75372024-12-19T22:17:37.939Z[ recovery-image] Dec 19 22:17:36.636 INFO O| Dec 19 22:17:36.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
75382024-12-19T22:17:37.941Z[ recovery-image] Dec 19 22:17:36.636 INFO O| Dec 19 22:17:36.636 INFO STEP 1071 (remove_files) COMPLETE
75392024-12-19T22:17:37.941Z[ recovery-image] Dec 19 22:17:36.636 INFO O| Dec 19 22:17:36.636 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75402024-12-19T22:17:37.958Z[ recovery-image] Dec 19 22:17:36.655 INFO O| Dec 19 22:17:36.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
75412024-12-19T22:17:37.958Z[ recovery-image] Dec 19 22:17:36.655 INFO O| Dec 19 22:17:36.655 INFO STEP 1072 (remove_files) COMPLETE
75422024-12-19T22:17:37.958Z[ recovery-image] Dec 19 22:17:36.655 INFO O| Dec 19 22:17:36.655 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75432024-12-19T22:17:37.977Z[ recovery-image] Dec 19 22:17:36.674 INFO O| Dec 19 22:17:36.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
75442024-12-19T22:17:37.977Z[ recovery-image] Dec 19 22:17:36.674 INFO O| Dec 19 22:17:36.674 INFO STEP 1073 (remove_files) COMPLETE
75452024-12-19T22:17:37.977Z[ recovery-image] Dec 19 22:17:36.674 INFO O| Dec 19 22:17:36.674 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75462024-12-19T22:17:37.997Z[ recovery-image] Dec 19 22:17:36.693 INFO O| Dec 19 22:17:36.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
75472024-12-19T22:17:37.998Z[ recovery-image] Dec 19 22:17:36.693 INFO O| Dec 19 22:17:36.693 INFO STEP 1074 (remove_files) COMPLETE
75482024-12-19T22:17:38.003Z[ recovery-image] Dec 19 22:17:36.693 INFO O| Dec 19 22:17:36.693 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75492024-12-19T22:17:38.015Z[ recovery-image] Dec 19 22:17:36.712 INFO O| Dec 19 22:17:36.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
75502024-12-19T22:17:38.018Z[ recovery-image] Dec 19 22:17:36.712 INFO O| Dec 19 22:17:36.712 INFO STEP 1075 (remove_files) COMPLETE
75512024-12-19T22:17:38.018Z[ recovery-image] Dec 19 22:17:36.712 INFO O| Dec 19 22:17:36.712 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75522024-12-19T22:17:38.034Z[ recovery-image] Dec 19 22:17:36.731 INFO O| Dec 19 22:17:36.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
75532024-12-19T22:17:38.034Z[ recovery-image] Dec 19 22:17:36.731 INFO O| Dec 19 22:17:36.731 INFO STEP 1076 (remove_files) COMPLETE
75542024-12-19T22:17:38.034Z[ recovery-image] Dec 19 22:17:36.731 INFO O| Dec 19 22:17:36.731 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75552024-12-19T22:17:38.052Z[ recovery-image] Dec 19 22:17:36.749 INFO O| Dec 19 22:17:36.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
75562024-12-19T22:17:38.052Z[ recovery-image] Dec 19 22:17:36.749 INFO O| Dec 19 22:17:36.749 INFO STEP 1077 (remove_files) COMPLETE
75572024-12-19T22:17:38.052Z[ recovery-image] Dec 19 22:17:36.749 INFO O| Dec 19 22:17:36.749 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75582024-12-19T22:17:38.081Z[ recovery-image] Dec 19 22:17:36.776 INFO O| Dec 19 22:17:36.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
75592024-12-19T22:17:38.085Z[ recovery-image] Dec 19 22:17:36.777 INFO O| Dec 19 22:17:36.777 INFO STEP 1078 (remove_files) COMPLETE
75602024-12-19T22:17:38.085Z[ recovery-image] Dec 19 22:17:36.777 INFO O| Dec 19 22:17:36.777 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75612024-12-19T22:17:38.109Z[ recovery-image] Dec 19 22:17:36.803 INFO O| Dec 19 22:17:36.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
75622024-12-19T22:17:38.114Z[ recovery-image] Dec 19 22:17:36.803 INFO O| Dec 19 22:17:36.803 INFO STEP 1079 (remove_files) COMPLETE
75632024-12-19T22:17:38.115Z[ recovery-image] Dec 19 22:17:36.803 INFO O| Dec 19 22:17:36.803 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75642024-12-19T22:17:38.130Z[ recovery-image] Dec 19 22:17:36.824 INFO O| Dec 19 22:17:36.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
75652024-12-19T22:17:38.138Z[ recovery-image] Dec 19 22:17:36.824 INFO O| Dec 19 22:17:36.824 INFO STEP 1080 (remove_files) COMPLETE
75662024-12-19T22:17:38.138Z[ recovery-image] Dec 19 22:17:36.824 INFO O| Dec 19 22:17:36.824 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75672024-12-19T22:17:38.150Z[ recovery-image] Dec 19 22:17:36.844 INFO O| Dec 19 22:17:36.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
75682024-12-19T22:17:38.150Z[ recovery-image] Dec 19 22:17:36.844 INFO O| Dec 19 22:17:36.844 INFO STEP 1081 (remove_files) COMPLETE
75692024-12-19T22:17:38.150Z[ recovery-image] Dec 19 22:17:36.844 INFO O| Dec 19 22:17:36.844 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75702024-12-19T22:17:38.170Z[ recovery-image] Dec 19 22:17:36.864 INFO O| Dec 19 22:17:36.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
75712024-12-19T22:17:38.170Z[ recovery-image] Dec 19 22:17:36.864 INFO O| Dec 19 22:17:36.864 INFO STEP 1082 (remove_files) COMPLETE
75722024-12-19T22:17:38.177Z[ recovery-image] Dec 19 22:17:36.864 INFO O| Dec 19 22:17:36.864 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75732024-12-19T22:17:38.214Z[ recovery-image] Dec 19 22:17:36.910 INFO O| Dec 19 22:17:36.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
75742024-12-19T22:17:38.215Z[ recovery-image] Dec 19 22:17:36.910 INFO O| Dec 19 22:17:36.910 INFO STEP 1083 (remove_files) COMPLETE
75752024-12-19T22:17:38.215Z[ recovery-image] Dec 19 22:17:36.910 INFO O| Dec 19 22:17:36.910 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75762024-12-19T22:17:38.235Z[ recovery-image] Dec 19 22:17:36.931 INFO O| Dec 19 22:17:36.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
75772024-12-19T22:17:38.235Z[ recovery-image] Dec 19 22:17:36.931 INFO O| Dec 19 22:17:36.931 INFO STEP 1084 (remove_files) COMPLETE
75782024-12-19T22:17:38.235Z[ recovery-image] Dec 19 22:17:36.931 INFO O| Dec 19 22:17:36.931 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75792024-12-19T22:17:38.258Z[ recovery-image] Dec 19 22:17:36.954 INFO O| Dec 19 22:17:36.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
75802024-12-19T22:17:38.259Z[ recovery-image] Dec 19 22:17:36.955 INFO O| Dec 19 22:17:36.955 INFO STEP 1085 (remove_files) COMPLETE
75812024-12-19T22:17:38.259Z[ recovery-image] Dec 19 22:17:36.955 INFO O| Dec 19 22:17:36.955 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75822024-12-19T22:17:38.285Z[ recovery-image] Dec 19 22:17:36.981 INFO O| Dec 19 22:17:36.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
75832024-12-19T22:17:38.285Z[ recovery-image] Dec 19 22:17:36.981 INFO O| Dec 19 22:17:36.981 INFO STEP 1086 (remove_files) COMPLETE
75842024-12-19T22:17:38.285Z[ recovery-image] Dec 19 22:17:36.981 INFO O| Dec 19 22:17:36.981 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75852024-12-19T22:17:38.309Z[ recovery-image] Dec 19 22:17:37.004 INFO O| Dec 19 22:17:37.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
75862024-12-19T22:17:38.309Z[ recovery-image] Dec 19 22:17:37.004 INFO O| Dec 19 22:17:37.004 INFO STEP 1087 (remove_files) COMPLETE
75872024-12-19T22:17:38.309Z[ recovery-image] Dec 19 22:17:37.004 INFO O| Dec 19 22:17:37.004 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75882024-12-19T22:17:38.332Z[ recovery-image] Dec 19 22:17:37.028 INFO O| Dec 19 22:17:37.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
75892024-12-19T22:17:38.332Z[ recovery-image] Dec 19 22:17:37.028 INFO O| Dec 19 22:17:37.028 INFO STEP 1088 (remove_files) COMPLETE
75902024-12-19T22:17:38.332Z[ recovery-image] Dec 19 22:17:37.028 INFO O| Dec 19 22:17:37.028 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75912024-12-19T22:17:38.392Z[ recovery-image] Dec 19 22:17:37.086 INFO O| Dec 19 22:17:37.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
75922024-12-19T22:17:38.392Z[ recovery-image] Dec 19 22:17:37.086 INFO O| Dec 19 22:17:37.086 INFO STEP 1089 (remove_files) COMPLETE
75932024-12-19T22:17:38.393Z[ recovery-image] Dec 19 22:17:37.087 INFO O| Dec 19 22:17:37.086 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75942024-12-19T22:17:38.415Z[ recovery-image] Dec 19 22:17:37.109 INFO O| Dec 19 22:17:37.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
75952024-12-19T22:17:38.415Z[ recovery-image] Dec 19 22:17:37.109 INFO O| Dec 19 22:17:37.109 INFO STEP 1090 (remove_files) COMPLETE
75962024-12-19T22:17:38.415Z[ recovery-image] Dec 19 22:17:37.109 INFO O| Dec 19 22:17:37.109 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75972024-12-19T22:17:38.441Z[ recovery-image] Dec 19 22:17:37.137 INFO O| Dec 19 22:17:37.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
75982024-12-19T22:17:38.442Z[ recovery-image] Dec 19 22:17:37.137 INFO O| Dec 19 22:17:37.137 INFO STEP 1091 (remove_files) COMPLETE
75992024-12-19T22:17:38.442Z[ recovery-image] Dec 19 22:17:37.137 INFO O| Dec 19 22:17:37.137 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76002024-12-19T22:17:38.464Z[ recovery-image] Dec 19 22:17:37.158 INFO O| Dec 19 22:17:37.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
76012024-12-19T22:17:38.464Z[ recovery-image] Dec 19 22:17:37.158 INFO O| Dec 19 22:17:37.158 INFO STEP 1092 (remove_files) COMPLETE
76022024-12-19T22:17:38.465Z[ recovery-image] Dec 19 22:17:37.158 INFO O| Dec 19 22:17:37.158 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76032024-12-19T22:17:38.521Z[ recovery-image] Dec 19 22:17:37.215 INFO O| Dec 19 22:17:37.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
76042024-12-19T22:17:38.521Z[ recovery-image] Dec 19 22:17:37.215 INFO O| Dec 19 22:17:37.215 INFO STEP 1093 (remove_files) COMPLETE
76052024-12-19T22:17:38.521Z[ recovery-image] Dec 19 22:17:37.215 INFO O| Dec 19 22:17:37.215 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76062024-12-19T22:17:38.542Z[ recovery-image] Dec 19 22:17:37.237 INFO O| Dec 19 22:17:37.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
76072024-12-19T22:17:38.542Z[ recovery-image] Dec 19 22:17:37.237 INFO O| Dec 19 22:17:37.237 INFO STEP 1094 (remove_files) COMPLETE
76082024-12-19T22:17:38.542Z[ recovery-image] Dec 19 22:17:37.237 INFO O| Dec 19 22:17:37.237 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76092024-12-19T22:17:38.564Z[ recovery-image] Dec 19 22:17:37.258 INFO O| Dec 19 22:17:37.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
76102024-12-19T22:17:38.564Z[ recovery-image] Dec 19 22:17:37.258 INFO O| Dec 19 22:17:37.258 INFO STEP 1095 (remove_files) COMPLETE
76112024-12-19T22:17:38.564Z[ recovery-image] Dec 19 22:17:37.258 INFO O| Dec 19 22:17:37.258 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76122024-12-19T22:17:38.585Z[ recovery-image] Dec 19 22:17:37.280 INFO O| Dec 19 22:17:37.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
76132024-12-19T22:17:38.586Z[ recovery-image] Dec 19 22:17:37.280 INFO O| Dec 19 22:17:37.280 INFO STEP 1096 (remove_files) COMPLETE
76142024-12-19T22:17:38.586Z[ recovery-image] Dec 19 22:17:37.280 INFO O| Dec 19 22:17:37.280 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76152024-12-19T22:17:38.607Z[ recovery-image] Dec 19 22:17:37.301 INFO O| Dec 19 22:17:37.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
76162024-12-19T22:17:38.607Z[ recovery-image] Dec 19 22:17:37.301 INFO O| Dec 19 22:17:37.301 INFO STEP 1097 (remove_files) COMPLETE
76172024-12-19T22:17:38.607Z[ recovery-image] Dec 19 22:17:37.301 INFO O| Dec 19 22:17:37.301 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76182024-12-19T22:17:38.628Z[ recovery-image] Dec 19 22:17:37.322 INFO O| Dec 19 22:17:37.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
76192024-12-19T22:17:38.628Z[ recovery-image] Dec 19 22:17:37.322 INFO O| Dec 19 22:17:37.322 INFO STEP 1098 (remove_files) COMPLETE
76202024-12-19T22:17:38.628Z[ recovery-image] Dec 19 22:17:37.322 INFO O| Dec 19 22:17:37.322 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76212024-12-19T22:17:38.649Z[ recovery-image] Dec 19 22:17:37.344 INFO O| Dec 19 22:17:37.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
76222024-12-19T22:17:38.649Z[ recovery-image] Dec 19 22:17:37.344 INFO O| Dec 19 22:17:37.344 INFO STEP 1099 (remove_files) COMPLETE
76232024-12-19T22:17:38.652Z[ recovery-image] Dec 19 22:17:37.344 INFO O| Dec 19 22:17:37.344 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76242024-12-19T22:17:38.670Z[ recovery-image] Dec 19 22:17:37.365 INFO O| Dec 19 22:17:37.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
76252024-12-19T22:17:38.670Z[ recovery-image] Dec 19 22:17:37.365 INFO O| Dec 19 22:17:37.365 INFO STEP 1100 (remove_files) COMPLETE
76262024-12-19T22:17:38.670Z[ recovery-image] Dec 19 22:17:37.365 INFO O| Dec 19 22:17:37.365 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76272024-12-19T22:17:38.693Z[ recovery-image] Dec 19 22:17:37.387 INFO O| Dec 19 22:17:37.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
76282024-12-19T22:17:38.693Z[ recovery-image] Dec 19 22:17:37.387 INFO O| Dec 19 22:17:37.387 INFO STEP 1101 (remove_files) COMPLETE
76292024-12-19T22:17:38.693Z[ recovery-image] Dec 19 22:17:37.387 INFO O| Dec 19 22:17:37.387 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76302024-12-19T22:17:38.714Z[ recovery-image] Dec 19 22:17:37.408 INFO O| Dec 19 22:17:37.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
76312024-12-19T22:17:38.714Z[ recovery-image] Dec 19 22:17:37.408 INFO O| Dec 19 22:17:37.408 INFO STEP 1102 (remove_files) COMPLETE
76322024-12-19T22:17:38.714Z[ recovery-image] Dec 19 22:17:37.408 INFO O| Dec 19 22:17:37.408 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76332024-12-19T22:17:38.759Z[ recovery-image] Dec 19 22:17:37.451 INFO O| Dec 19 22:17:37.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
76342024-12-19T22:17:38.759Z[ recovery-image] Dec 19 22:17:37.451 INFO O| Dec 19 22:17:37.451 INFO STEP 1103 (remove_files) COMPLETE
76352024-12-19T22:17:38.759Z[ recovery-image] Dec 19 22:17:37.451 INFO O| Dec 19 22:17:37.451 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76362024-12-19T22:17:38.791Z[ recovery-image] Dec 19 22:17:37.485 INFO O| Dec 19 22:17:37.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
76372024-12-19T22:17:38.791Z[ recovery-image] Dec 19 22:17:37.485 INFO O| Dec 19 22:17:37.485 INFO STEP 1104 (remove_files) COMPLETE
76382024-12-19T22:17:38.794Z[ recovery-image] Dec 19 22:17:37.485 INFO O| Dec 19 22:17:37.485 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76392024-12-19T22:17:38.815Z[ recovery-image] Dec 19 22:17:37.504 INFO O| Dec 19 22:17:37.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
76402024-12-19T22:17:38.815Z[ recovery-image] Dec 19 22:17:37.504 INFO O| Dec 19 22:17:37.504 INFO STEP 1105 (remove_files) COMPLETE
76412024-12-19T22:17:38.815Z[ recovery-image] Dec 19 22:17:37.504 INFO O| Dec 19 22:17:37.504 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76422024-12-19T22:17:38.831Z[ recovery-image] Dec 19 22:17:37.524 INFO O| Dec 19 22:17:37.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
76432024-12-19T22:17:38.831Z[ recovery-image] Dec 19 22:17:37.525 INFO O| Dec 19 22:17:37.525 INFO STEP 1106 (remove_files) COMPLETE
76442024-12-19T22:17:38.831Z[ recovery-image] Dec 19 22:17:37.525 INFO O| Dec 19 22:17:37.525 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76452024-12-19T22:17:38.851Z[ recovery-image] Dec 19 22:17:37.545 INFO O| Dec 19 22:17:37.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
76462024-12-19T22:17:38.851Z[ recovery-image] Dec 19 22:17:37.545 INFO O| Dec 19 22:17:37.545 INFO STEP 1107 (remove_files) COMPLETE
76472024-12-19T22:17:38.851Z[ recovery-image] Dec 19 22:17:37.545 INFO O| Dec 19 22:17:37.545 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76482024-12-19T22:17:38.873Z[ recovery-image] Dec 19 22:17:37.565 INFO O| Dec 19 22:17:37.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
76492024-12-19T22:17:38.873Z[ recovery-image] Dec 19 22:17:37.565 INFO O| Dec 19 22:17:37.565 INFO STEP 1108 (remove_files) COMPLETE
76502024-12-19T22:17:38.874Z[ recovery-image] Dec 19 22:17:37.565 INFO O| Dec 19 22:17:37.565 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76512024-12-19T22:17:38.892Z[ recovery-image] Dec 19 22:17:37.586 INFO O| Dec 19 22:17:37.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
76522024-12-19T22:17:38.892Z[ recovery-image] Dec 19 22:17:37.586 INFO O| Dec 19 22:17:37.586 INFO STEP 1109 (remove_files) COMPLETE
76532024-12-19T22:17:38.892Z[ recovery-image] Dec 19 22:17:37.586 INFO O| Dec 19 22:17:37.586 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76542024-12-19T22:17:38.912Z[ recovery-image] Dec 19 22:17:37.606 INFO O| Dec 19 22:17:37.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
76552024-12-19T22:17:38.913Z[ recovery-image] Dec 19 22:17:37.606 INFO O| Dec 19 22:17:37.606 INFO STEP 1110 (remove_files) COMPLETE
76562024-12-19T22:17:38.913Z[ recovery-image] Dec 19 22:17:37.606 INFO O| Dec 19 22:17:37.606 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76572024-12-19T22:17:38.933Z[ recovery-image] Dec 19 22:17:37.626 INFO O| Dec 19 22:17:37.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
76582024-12-19T22:17:38.933Z[ recovery-image] Dec 19 22:17:37.626 INFO O| Dec 19 22:17:37.626 INFO STEP 1111 (remove_files) COMPLETE
76592024-12-19T22:17:38.935Z[ recovery-image] Dec 19 22:17:37.626 INFO O| Dec 19 22:17:37.626 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76602024-12-19T22:17:38.953Z[ recovery-image] Dec 19 22:17:37.646 INFO O| Dec 19 22:17:37.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
76612024-12-19T22:17:38.953Z[ recovery-image] Dec 19 22:17:37.646 INFO O| Dec 19 22:17:37.646 INFO STEP 1112 (remove_files) COMPLETE
76622024-12-19T22:17:38.953Z[ recovery-image] Dec 19 22:17:37.646 INFO O| Dec 19 22:17:37.646 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76632024-12-19T22:17:38.994Z[ recovery-image] Dec 19 22:17:37.687 INFO O| Dec 19 22:17:37.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
76642024-12-19T22:17:38.994Z[ recovery-image] Dec 19 22:17:37.687 INFO O| Dec 19 22:17:37.687 INFO STEP 1113 (remove_files) COMPLETE
76652024-12-19T22:17:38.996Z[ recovery-image] Dec 19 22:17:37.687 INFO O| Dec 19 22:17:37.687 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76662024-12-19T22:17:39.029Z[ recovery-image] Dec 19 22:17:37.720 INFO O| Dec 19 22:17:37.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
76672024-12-19T22:17:39.029Z[ recovery-image] Dec 19 22:17:37.720 INFO O| Dec 19 22:17:37.720 INFO STEP 1114 (remove_files) COMPLETE
76682024-12-19T22:17:39.029Z[ recovery-image] Dec 19 22:17:37.720 INFO O| Dec 19 22:17:37.720 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76692024-12-19T22:17:39.050Z[ recovery-image] Dec 19 22:17:37.742 INFO O| Dec 19 22:17:37.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
76702024-12-19T22:17:39.050Z[ recovery-image] Dec 19 22:17:37.742 INFO O| Dec 19 22:17:37.742 INFO STEP 1115 (remove_files) COMPLETE
76712024-12-19T22:17:39.050Z[ recovery-image] Dec 19 22:17:37.742 INFO O| Dec 19 22:17:37.742 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76722024-12-19T22:17:39.070Z[ recovery-image] Dec 19 22:17:37.762 INFO O| Dec 19 22:17:37.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
76732024-12-19T22:17:39.070Z[ recovery-image] Dec 19 22:17:37.762 INFO O| Dec 19 22:17:37.762 INFO STEP 1116 (remove_files) COMPLETE
76742024-12-19T22:17:39.070Z[ recovery-image] Dec 19 22:17:37.762 INFO O| Dec 19 22:17:37.762 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76752024-12-19T22:17:39.091Z[ recovery-image] Dec 19 22:17:37.783 INFO O| Dec 19 22:17:37.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
76762024-12-19T22:17:39.091Z[ recovery-image] Dec 19 22:17:37.784 INFO O| Dec 19 22:17:37.784 INFO STEP 1117 (remove_files) COMPLETE
76772024-12-19T22:17:39.093Z[ recovery-image] Dec 19 22:17:37.784 INFO O| Dec 19 22:17:37.784 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76782024-12-19T22:17:39.111Z[ recovery-image] Dec 19 22:17:37.803 INFO O| Dec 19 22:17:37.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
76792024-12-19T22:17:39.111Z[ recovery-image] Dec 19 22:17:37.803 INFO O| Dec 19 22:17:37.803 INFO STEP 1118 (remove_files) COMPLETE
76802024-12-19T22:17:39.111Z[ recovery-image] Dec 19 22:17:37.803 INFO O| Dec 19 22:17:37.803 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76812024-12-19T22:17:39.131Z[ recovery-image] Dec 19 22:17:37.823 INFO O| Dec 19 22:17:37.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
76822024-12-19T22:17:39.131Z[ recovery-image] Dec 19 22:17:37.824 INFO O| Dec 19 22:17:37.823 INFO STEP 1119 (remove_files) COMPLETE
76832024-12-19T22:17:39.131Z[ recovery-image] Dec 19 22:17:37.824 INFO O| Dec 19 22:17:37.824 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76842024-12-19T22:17:39.152Z[ recovery-image] Dec 19 22:17:37.843 INFO O| Dec 19 22:17:37.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
76852024-12-19T22:17:39.152Z[ recovery-image] Dec 19 22:17:37.844 INFO O| Dec 19 22:17:37.843 INFO STEP 1120 (remove_files) COMPLETE
76862024-12-19T22:17:39.152Z[ recovery-image] Dec 19 22:17:37.844 INFO O| Dec 19 22:17:37.843 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76872024-12-19T22:17:39.171Z[ recovery-image] Dec 19 22:17:37.863 INFO O| Dec 19 22:17:37.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
76882024-12-19T22:17:39.171Z[ recovery-image] Dec 19 22:17:37.863 INFO O| Dec 19 22:17:37.863 INFO STEP 1121 (remove_files) COMPLETE
76892024-12-19T22:17:39.172Z[ recovery-image] Dec 19 22:17:37.863 INFO O| Dec 19 22:17:37.863 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76902024-12-19T22:17:39.192Z[ recovery-image] Dec 19 22:17:37.884 INFO O| Dec 19 22:17:37.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
76912024-12-19T22:17:39.192Z[ recovery-image] Dec 19 22:17:37.885 INFO O| Dec 19 22:17:37.885 INFO STEP 1122 (remove_files) COMPLETE
76922024-12-19T22:17:39.192Z[ recovery-image] Dec 19 22:17:37.885 INFO O| Dec 19 22:17:37.885 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76932024-12-19T22:17:39.215Z[ recovery-image] Dec 19 22:17:37.907 INFO O| Dec 19 22:17:37.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
76942024-12-19T22:17:39.215Z[ recovery-image] Dec 19 22:17:37.907 INFO O| Dec 19 22:17:37.907 INFO STEP 1123 (remove_files) COMPLETE
76952024-12-19T22:17:39.215Z[ recovery-image] Dec 19 22:17:37.907 INFO O| Dec 19 22:17:37.907 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76962024-12-19T22:17:39.251Z[ recovery-image] Dec 19 22:17:37.943 INFO O| Dec 19 22:17:37.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
76972024-12-19T22:17:39.251Z[ recovery-image] Dec 19 22:17:37.943 INFO O| Dec 19 22:17:37.943 INFO STEP 1124 (remove_files) COMPLETE
76982024-12-19T22:17:39.251Z[ recovery-image] Dec 19 22:17:37.943 INFO O| Dec 19 22:17:37.943 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76992024-12-19T22:17:39.272Z[ recovery-image] Dec 19 22:17:37.964 INFO O| Dec 19 22:17:37.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
77002024-12-19T22:17:39.272Z[ recovery-image] Dec 19 22:17:37.964 INFO O| Dec 19 22:17:37.964 INFO STEP 1125 (remove_files) COMPLETE
77012024-12-19T22:17:39.273Z[ recovery-image] Dec 19 22:17:37.964 INFO O| Dec 19 22:17:37.964 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77022024-12-19T22:17:39.293Z[ recovery-image] Dec 19 22:17:37.984 INFO O| Dec 19 22:17:37.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
77032024-12-19T22:17:39.293Z[ recovery-image] Dec 19 22:17:37.985 INFO O| Dec 19 22:17:37.984 INFO STEP 1126 (remove_files) COMPLETE
77042024-12-19T22:17:39.293Z[ recovery-image] Dec 19 22:17:37.985 INFO O| Dec 19 22:17:37.984 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77052024-12-19T22:17:39.313Z[ recovery-image] Dec 19 22:17:38.004 INFO O| Dec 19 22:17:38.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
77062024-12-19T22:17:39.313Z[ recovery-image] Dec 19 22:17:38.005 INFO O| Dec 19 22:17:38.005 INFO STEP 1127 (remove_files) COMPLETE
77072024-12-19T22:17:39.313Z[ recovery-image] Dec 19 22:17:38.005 INFO O| Dec 19 22:17:38.005 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77082024-12-19T22:17:39.332Z[ recovery-image] Dec 19 22:17:38.023 INFO O| Dec 19 22:17:38.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
77092024-12-19T22:17:39.332Z[ recovery-image] Dec 19 22:17:38.023 INFO O| Dec 19 22:17:38.023 INFO STEP 1128 (remove_files) COMPLETE
77102024-12-19T22:17:39.334Z[ recovery-image] Dec 19 22:17:38.023 INFO O| Dec 19 22:17:38.023 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77112024-12-19T22:17:39.351Z[ recovery-image] Dec 19 22:17:38.042 INFO O| Dec 19 22:17:38.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
77122024-12-19T22:17:39.351Z[ recovery-image] Dec 19 22:17:38.042 INFO O| Dec 19 22:17:38.042 INFO STEP 1129 (remove_files) COMPLETE
77132024-12-19T22:17:39.351Z[ recovery-image] Dec 19 22:17:38.042 INFO O| Dec 19 22:17:38.042 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77142024-12-19T22:17:39.369Z[ recovery-image] Dec 19 22:17:38.061 INFO O| Dec 19 22:17:38.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
77152024-12-19T22:17:39.370Z[ recovery-image] Dec 19 22:17:38.061 INFO O| Dec 19 22:17:38.061 INFO STEP 1130 (remove_files) COMPLETE
77162024-12-19T22:17:39.370Z[ recovery-image] Dec 19 22:17:38.061 INFO O| Dec 19 22:17:38.061 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77172024-12-19T22:17:39.392Z[ recovery-image] Dec 19 22:17:38.083 INFO O| Dec 19 22:17:38.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
77182024-12-19T22:17:39.394Z[ recovery-image] Dec 19 22:17:38.083 INFO O| Dec 19 22:17:38.083 INFO STEP 1131 (remove_files) COMPLETE
77192024-12-19T22:17:39.395Z[ recovery-image] Dec 19 22:17:38.083 INFO O| Dec 19 22:17:38.083 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77202024-12-19T22:17:39.426Z[ host-image] Dec 19 22:17:38.115 INFO O| Dec 19 22:17:38.115 INFO O| Download: 1052/1140 items 3.5/8.4MB 41% complete (406k/s)
77212024-12-19T22:17:39.429Z[ recovery-image] Dec 19 22:17:38.118 INFO O| Dec 19 22:17:38.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
77222024-12-19T22:17:39.429Z[ recovery-image] Dec 19 22:17:38.119 INFO O| Dec 19 22:17:38.119 INFO STEP 1132 (remove_files) COMPLETE
77232024-12-19T22:17:39.429Z[ recovery-image] Dec 19 22:17:38.119 INFO O| Dec 19 22:17:38.119 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77242024-12-19T22:17:39.462Z[ recovery-image] Dec 19 22:17:38.153 INFO O| Dec 19 22:17:38.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
77252024-12-19T22:17:39.463Z[ recovery-image] Dec 19 22:17:38.153 INFO O| Dec 19 22:17:38.153 INFO STEP 1133 (remove_files) COMPLETE
77262024-12-19T22:17:39.463Z[ recovery-image] Dec 19 22:17:38.153 INFO O| Dec 19 22:17:38.153 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77272024-12-19T22:17:39.483Z[ recovery-image] Dec 19 22:17:38.174 INFO O| Dec 19 22:17:38.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
77282024-12-19T22:17:39.483Z[ recovery-image] Dec 19 22:17:38.174 INFO O| Dec 19 22:17:38.174 INFO STEP 1134 (remove_files) COMPLETE
77292024-12-19T22:17:39.483Z[ recovery-image] Dec 19 22:17:38.174 INFO O| Dec 19 22:17:38.174 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77302024-12-19T22:17:39.542Z[ recovery-image] Dec 19 22:17:38.231 INFO O| Dec 19 22:17:38.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
77312024-12-19T22:17:39.543Z[ recovery-image] Dec 19 22:17:38.231 INFO O| Dec 19 22:17:38.231 INFO STEP 1135 (remove_files) COMPLETE
77322024-12-19T22:17:39.547Z[ recovery-image] Dec 19 22:17:38.232 INFO O| Dec 19 22:17:38.231 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77332024-12-19T22:17:39.566Z[ recovery-image] Dec 19 22:17:38.256 INFO O| Dec 19 22:17:38.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
77342024-12-19T22:17:39.566Z[ recovery-image] Dec 19 22:17:38.256 INFO O| Dec 19 22:17:38.256 INFO STEP 1136 (remove_files) COMPLETE
77352024-12-19T22:17:39.567Z[ recovery-image] Dec 19 22:17:38.256 INFO O| Dec 19 22:17:38.256 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77362024-12-19T22:17:39.589Z[ recovery-image] Dec 19 22:17:38.278 INFO O| Dec 19 22:17:38.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
77372024-12-19T22:17:39.590Z[ recovery-image] Dec 19 22:17:38.278 INFO O| Dec 19 22:17:38.278 INFO STEP 1137 (remove_files) COMPLETE
77382024-12-19T22:17:39.590Z[ recovery-image] Dec 19 22:17:38.278 INFO O| Dec 19 22:17:38.278 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77392024-12-19T22:17:39.615Z[ recovery-image] Dec 19 22:17:38.298 INFO O| Dec 19 22:17:38.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
77402024-12-19T22:17:39.615Z[ recovery-image] Dec 19 22:17:38.298 INFO O| Dec 19 22:17:38.298 INFO STEP 1138 (remove_files) COMPLETE
77412024-12-19T22:17:39.615Z[ recovery-image] Dec 19 22:17:38.298 INFO O| Dec 19 22:17:38.298 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77422024-12-19T22:17:39.630Z[ recovery-image] Dec 19 22:17:38.319 INFO O| Dec 19 22:17:38.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
77432024-12-19T22:17:39.630Z[ recovery-image] Dec 19 22:17:38.319 INFO O| Dec 19 22:17:38.319 INFO STEP 1139 (remove_files) COMPLETE
77442024-12-19T22:17:39.630Z[ recovery-image] Dec 19 22:17:38.319 INFO O| Dec 19 22:17:38.319 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77452024-12-19T22:17:39.652Z[ recovery-image] Dec 19 22:17:38.341 INFO O| Dec 19 22:17:38.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
77462024-12-19T22:17:39.652Z[ recovery-image] Dec 19 22:17:38.341 INFO O| Dec 19 22:17:38.341 INFO STEP 1140 (remove_files) COMPLETE
77472024-12-19T22:17:39.652Z[ recovery-image] Dec 19 22:17:38.341 INFO O| Dec 19 22:17:38.341 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77482024-12-19T22:17:39.674Z[ recovery-image] Dec 19 22:17:38.363 INFO O| Dec 19 22:17:38.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
77492024-12-19T22:17:39.674Z[ recovery-image] Dec 19 22:17:38.363 INFO O| Dec 19 22:17:38.363 INFO STEP 1141 (remove_files) COMPLETE
77502024-12-19T22:17:39.674Z[ recovery-image] Dec 19 22:17:38.363 INFO O| Dec 19 22:17:38.363 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77512024-12-19T22:17:39.694Z[ recovery-image] Dec 19 22:17:38.383 INFO O| Dec 19 22:17:38.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
77522024-12-19T22:17:39.694Z[ recovery-image] Dec 19 22:17:38.383 INFO O| Dec 19 22:17:38.383 INFO STEP 1142 (remove_files) COMPLETE
77532024-12-19T22:17:39.698Z[ recovery-image] Dec 19 22:17:38.383 INFO O| Dec 19 22:17:38.383 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77542024-12-19T22:17:39.732Z[ recovery-image] Dec 19 22:17:38.418 INFO O| Dec 19 22:17:38.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
77552024-12-19T22:17:39.732Z[ recovery-image] Dec 19 22:17:38.419 INFO O| Dec 19 22:17:38.418 INFO STEP 1143 (remove_files) COMPLETE
77562024-12-19T22:17:39.738Z[ recovery-image] Dec 19 22:17:38.419 INFO O| Dec 19 22:17:38.418 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77572024-12-19T22:17:39.755Z[ recovery-image] Dec 19 22:17:38.438 INFO O| Dec 19 22:17:38.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
77582024-12-19T22:17:39.756Z[ recovery-image] Dec 19 22:17:38.438 INFO O| Dec 19 22:17:38.438 INFO STEP 1144 (remove_files) COMPLETE
77592024-12-19T22:17:39.756Z[ recovery-image] Dec 19 22:17:38.438 INFO O| Dec 19 22:17:38.438 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77602024-12-19T22:17:39.774Z[ recovery-image] Dec 19 22:17:38.459 INFO O| Dec 19 22:17:38.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
77612024-12-19T22:17:39.774Z[ recovery-image] Dec 19 22:17:38.459 INFO O| Dec 19 22:17:38.459 INFO STEP 1145 (remove_files) COMPLETE
77622024-12-19T22:17:39.778Z[ recovery-image] Dec 19 22:17:38.459 INFO O| Dec 19 22:17:38.459 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77632024-12-19T22:17:39.792Z[ recovery-image] Dec 19 22:17:38.480 INFO O| Dec 19 22:17:38.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
77642024-12-19T22:17:39.792Z[ recovery-image] Dec 19 22:17:38.480 INFO O| Dec 19 22:17:38.480 INFO STEP 1146 (remove_files) COMPLETE
77652024-12-19T22:17:39.792Z[ recovery-image] Dec 19 22:17:38.480 INFO O| Dec 19 22:17:38.480 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77662024-12-19T22:17:39.825Z[ recovery-image] Dec 19 22:17:38.512 INFO O| Dec 19 22:17:38.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
77672024-12-19T22:17:39.825Z[ recovery-image] Dec 19 22:17:38.512 INFO O| Dec 19 22:17:38.512 INFO STEP 1147 (remove_files) COMPLETE
77682024-12-19T22:17:39.825Z[ recovery-image] Dec 19 22:17:38.512 INFO O| Dec 19 22:17:38.512 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77692024-12-19T22:17:39.870Z[ recovery-image] Dec 19 22:17:38.559 INFO O| Dec 19 22:17:38.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
77702024-12-19T22:17:39.870Z[ recovery-image] Dec 19 22:17:38.559 INFO O| Dec 19 22:17:38.559 INFO STEP 1148 (remove_files) COMPLETE
77712024-12-19T22:17:39.873Z[ recovery-image] Dec 19 22:17:38.559 INFO O| Dec 19 22:17:38.559 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77722024-12-19T22:17:39.892Z[ recovery-image] Dec 19 22:17:38.581 INFO O| Dec 19 22:17:38.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
77732024-12-19T22:17:39.895Z[ recovery-image] Dec 19 22:17:38.581 INFO O| Dec 19 22:17:38.581 INFO STEP 1149 (remove_files) COMPLETE
77742024-12-19T22:17:39.895Z[ recovery-image] Dec 19 22:17:38.581 INFO O| Dec 19 22:17:38.581 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77752024-12-19T22:17:39.915Z[ recovery-image] Dec 19 22:17:38.603 INFO O| Dec 19 22:17:38.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
77762024-12-19T22:17:39.951Z[ recovery-image] Dec 19 22:17:38.637 INFO O| Dec 19 22:17:38.637 INFO STEP 1150 (remove_files) COMPLETE
77772024-12-19T22:17:39.952Z[ recovery-image] Dec 19 22:17:38.637 INFO O| Dec 19 22:17:38.637 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77782024-12-19T22:17:39.997Z[ recovery-image] Dec 19 22:17:38.685 INFO O| Dec 19 22:17:38.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
77792024-12-19T22:17:39.997Z[ recovery-image] Dec 19 22:17:38.685 INFO O| Dec 19 22:17:38.685 INFO STEP 1151 (remove_files) COMPLETE
77802024-12-19T22:17:40.003Z[ recovery-image] Dec 19 22:17:38.685 INFO O| Dec 19 22:17:38.685 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77812024-12-19T22:17:40.018Z[ recovery-image] Dec 19 22:17:38.706 INFO O| Dec 19 22:17:38.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
77822024-12-19T22:17:40.023Z[ recovery-image] Dec 19 22:17:38.706 INFO O| Dec 19 22:17:38.706 INFO STEP 1152 (remove_files) COMPLETE
77832024-12-19T22:17:40.023Z[ recovery-image] Dec 19 22:17:38.707 INFO O| Dec 19 22:17:38.706 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77842024-12-19T22:17:40.040Z[ recovery-image] Dec 19 22:17:38.727 INFO O| Dec 19 22:17:38.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
77852024-12-19T22:17:40.040Z[ recovery-image] Dec 19 22:17:38.727 INFO O| Dec 19 22:17:38.727 INFO STEP 1153 (remove_files) COMPLETE
77862024-12-19T22:17:40.044Z[ recovery-image] Dec 19 22:17:38.728 INFO O| Dec 19 22:17:38.728 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77872024-12-19T22:17:40.065Z[ recovery-image] Dec 19 22:17:38.753 INFO O| Dec 19 22:17:38.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
77882024-12-19T22:17:40.065Z[ recovery-image] Dec 19 22:17:38.753 INFO O| Dec 19 22:17:38.753 INFO STEP 1154 (remove_files) COMPLETE
77892024-12-19T22:17:40.065Z[ recovery-image] Dec 19 22:17:38.753 INFO O| Dec 19 22:17:38.753 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77902024-12-19T22:17:40.130Z[ recovery-image] Dec 19 22:17:38.815 INFO O| Dec 19 22:17:38.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
77912024-12-19T22:17:40.130Z[ recovery-image] Dec 19 22:17:38.815 INFO O| Dec 19 22:17:38.815 INFO STEP 1155 (remove_files) COMPLETE
77922024-12-19T22:17:40.135Z[ recovery-image] Dec 19 22:17:38.815 INFO O| Dec 19 22:17:38.815 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77932024-12-19T22:17:40.184Z[ recovery-image] Dec 19 22:17:38.870 INFO O| Dec 19 22:17:38.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
77942024-12-19T22:17:40.185Z[ recovery-image] Dec 19 22:17:38.870 INFO O| Dec 19 22:17:38.870 INFO STEP 1156 (remove_files) COMPLETE
77952024-12-19T22:17:40.189Z[ recovery-image] Dec 19 22:17:38.870 INFO O| Dec 19 22:17:38.870 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77962024-12-19T22:17:40.279Z[ recovery-image] Dec 19 22:17:38.966 INFO O| Dec 19 22:17:38.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
77972024-12-19T22:17:40.279Z[ recovery-image] Dec 19 22:17:38.966 INFO O| Dec 19 22:17:38.966 INFO STEP 1157 (remove_files) COMPLETE
77982024-12-19T22:17:40.279Z[ recovery-image] Dec 19 22:17:38.967 INFO O| Dec 19 22:17:38.966 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77992024-12-19T22:17:40.303Z[ recovery-image] Dec 19 22:17:38.990 INFO O| Dec 19 22:17:38.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
78002024-12-19T22:17:40.303Z[ recovery-image] Dec 19 22:17:38.990 INFO O| Dec 19 22:17:38.990 INFO STEP 1158 (remove_files) COMPLETE
78012024-12-19T22:17:40.303Z[ recovery-image] Dec 19 22:17:38.990 INFO O| Dec 19 22:17:38.990 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78022024-12-19T22:17:40.327Z[ recovery-image] Dec 19 22:17:39.014 INFO O| Dec 19 22:17:39.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
78032024-12-19T22:17:40.327Z[ recovery-image] Dec 19 22:17:39.014 INFO O| Dec 19 22:17:39.014 INFO STEP 1159 (remove_files) COMPLETE
78042024-12-19T22:17:40.327Z[ recovery-image] Dec 19 22:17:39.014 INFO O| Dec 19 22:17:39.014 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78052024-12-19T22:17:40.356Z[ recovery-image] Dec 19 22:17:39.043 INFO O| Dec 19 22:17:39.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
78062024-12-19T22:17:40.358Z[ recovery-image] Dec 19 22:17:39.043 INFO O| Dec 19 22:17:39.043 INFO STEP 1160 (remove_files) COMPLETE
78072024-12-19T22:17:40.358Z[ recovery-image] Dec 19 22:17:39.043 INFO O| Dec 19 22:17:39.043 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78082024-12-19T22:17:40.361Z[ host-image] Dec 19 22:17:39.048 INFO O| Dec 19 22:17:39.048 INFO O| Download: Completed 8.42 MB in 11.08 seconds (777k/s)
78092024-12-19T22:17:40.378Z[ recovery-image] Dec 19 22:17:39.065 INFO O| Dec 19 22:17:39.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
78102024-12-19T22:17:40.381Z[ recovery-image] Dec 19 22:17:39.066 INFO O| Dec 19 22:17:39.065 INFO STEP 1161 (remove_files) COMPLETE
78112024-12-19T22:17:40.381Z[ recovery-image] Dec 19 22:17:39.066 INFO O| Dec 19 22:17:39.066 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78122024-12-19T22:17:40.440Z[ recovery-image] Dec 19 22:17:39.127 INFO O| Dec 19 22:17:39.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
78132024-12-19T22:17:40.441Z[ recovery-image] Dec 19 22:17:39.127 INFO O| Dec 19 22:17:39.127 INFO STEP 1162 (remove_files) COMPLETE
78142024-12-19T22:17:40.441Z[ recovery-image] Dec 19 22:17:39.127 INFO O| Dec 19 22:17:39.127 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78152024-12-19T22:17:40.473Z[ recovery-image] Dec 19 22:17:39.160 INFO O| Dec 19 22:17:39.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
78162024-12-19T22:17:40.473Z[ recovery-image] Dec 19 22:17:39.160 INFO O| Dec 19 22:17:39.160 INFO STEP 1163 (remove_files) COMPLETE
78172024-12-19T22:17:40.473Z[ recovery-image] Dec 19 22:17:39.160 INFO O| Dec 19 22:17:39.160 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78182024-12-19T22:17:40.516Z[ recovery-image] Dec 19 22:17:39.202 INFO O| Dec 19 22:17:39.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
78192024-12-19T22:17:40.516Z[ recovery-image] Dec 19 22:17:39.202 INFO O| Dec 19 22:17:39.202 INFO STEP 1164 (remove_files) COMPLETE
78202024-12-19T22:17:40.516Z[ recovery-image] Dec 19 22:17:39.202 INFO O| Dec 19 22:17:39.202 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78212024-12-19T22:17:40.579Z[ host-image] Dec 19 22:17:39.265 INFO O| Dec 19 22:17:39.265 INFO O| Actions: 1/1361 actions (Installing new actions)
78222024-12-19T22:17:40.594Z[ recovery-image] Dec 19 22:17:39.280 INFO O| Dec 19 22:17:39.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
78232024-12-19T22:17:40.596Z[ recovery-image] Dec 19 22:17:39.280 INFO O| Dec 19 22:17:39.280 INFO STEP 1165 (remove_files) COMPLETE
78242024-12-19T22:17:40.596Z[ recovery-image] Dec 19 22:17:39.280 INFO O| Dec 19 22:17:39.280 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78252024-12-19T22:17:40.696Z[ recovery-image] Dec 19 22:17:39.382 INFO O| Dec 19 22:17:39.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
78262024-12-19T22:17:40.696Z[ recovery-image] Dec 19 22:17:39.382 INFO O| Dec 19 22:17:39.382 INFO STEP 1166 (remove_files) COMPLETE
78272024-12-19T22:17:40.697Z[ recovery-image] Dec 19 22:17:39.382 INFO O| Dec 19 22:17:39.382 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78282024-12-19T22:17:40.717Z[ recovery-image] Dec 19 22:17:39.403 INFO O| Dec 19 22:17:39.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
78292024-12-19T22:17:40.717Z[ recovery-image] Dec 19 22:17:39.403 INFO O| Dec 19 22:17:39.403 INFO STEP 1167 (remove_files) COMPLETE
78302024-12-19T22:17:40.717Z[ recovery-image] Dec 19 22:17:39.403 INFO O| Dec 19 22:17:39.403 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78312024-12-19T22:17:40.760Z[ recovery-image] Dec 19 22:17:39.445 INFO O| Dec 19 22:17:39.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
78322024-12-19T22:17:40.763Z[ recovery-image] Dec 19 22:17:39.446 INFO O| Dec 19 22:17:39.446 INFO STEP 1168 (remove_files) COMPLETE
78332024-12-19T22:17:40.763Z[ recovery-image] Dec 19 22:17:39.446 INFO O| Dec 19 22:17:39.446 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78342024-12-19T22:17:40.782Z[ recovery-image] Dec 19 22:17:39.466 INFO O| Dec 19 22:17:39.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
78352024-12-19T22:17:40.782Z[ recovery-image] Dec 19 22:17:39.466 INFO O| Dec 19 22:17:39.466 INFO STEP 1169 (remove_files) COMPLETE
78362024-12-19T22:17:40.782Z[ recovery-image] Dec 19 22:17:39.466 INFO O| Dec 19 22:17:39.466 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78372024-12-19T22:17:40.802Z[ recovery-image] Dec 19 22:17:39.487 INFO O| Dec 19 22:17:39.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
78382024-12-19T22:17:40.802Z[ recovery-image] Dec 19 22:17:39.487 INFO O| Dec 19 22:17:39.487 INFO STEP 1170 (remove_files) COMPLETE
78392024-12-19T22:17:40.802Z[ recovery-image] Dec 19 22:17:39.487 INFO O| Dec 19 22:17:39.487 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78402024-12-19T22:17:40.823Z[ recovery-image] Dec 19 22:17:39.508 INFO O| Dec 19 22:17:39.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
78412024-12-19T22:17:40.823Z[ recovery-image] Dec 19 22:17:39.509 INFO O| Dec 19 22:17:39.509 INFO STEP 1171 (remove_files) COMPLETE
78422024-12-19T22:17:40.826Z[ recovery-image] Dec 19 22:17:39.509 INFO O| Dec 19 22:17:39.509 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78432024-12-19T22:17:40.843Z[ recovery-image] Dec 19 22:17:39.528 INFO O| Dec 19 22:17:39.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
78442024-12-19T22:17:40.843Z[ recovery-image] Dec 19 22:17:39.528 INFO O| Dec 19 22:17:39.528 INFO STEP 1172 (remove_files) COMPLETE
78452024-12-19T22:17:40.844Z[ recovery-image] Dec 19 22:17:39.528 INFO O| Dec 19 22:17:39.528 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78462024-12-19T22:17:40.864Z[ recovery-image] Dec 19 22:17:39.549 INFO O| Dec 19 22:17:39.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
78472024-12-19T22:17:40.864Z[ recovery-image] Dec 19 22:17:39.549 INFO O| Dec 19 22:17:39.549 INFO STEP 1173 (remove_files) COMPLETE
78482024-12-19T22:17:40.867Z[ recovery-image] Dec 19 22:17:39.550 INFO O| Dec 19 22:17:39.549 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78492024-12-19T22:17:40.899Z[ recovery-image] Dec 19 22:17:39.584 INFO O| Dec 19 22:17:39.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
78502024-12-19T22:17:40.900Z[ recovery-image] Dec 19 22:17:39.584 INFO O| Dec 19 22:17:39.584 INFO STEP 1174 (remove_files) COMPLETE
78512024-12-19T22:17:40.900Z[ recovery-image] Dec 19 22:17:39.584 INFO O| Dec 19 22:17:39.584 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78522024-12-19T22:17:40.964Z[ recovery-image] Dec 19 22:17:39.648 INFO O| Dec 19 22:17:39.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
78532024-12-19T22:17:40.964Z[ recovery-image] Dec 19 22:17:39.648 INFO O| Dec 19 22:17:39.648 INFO STEP 1175 (remove_files) COMPLETE
78542024-12-19T22:17:40.964Z[ recovery-image] Dec 19 22:17:39.648 INFO O| Dec 19 22:17:39.648 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78552024-12-19T22:17:40.984Z[ recovery-image] Dec 19 22:17:39.669 INFO O| Dec 19 22:17:39.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
78562024-12-19T22:17:40.984Z[ recovery-image] Dec 19 22:17:39.669 INFO O| Dec 19 22:17:39.669 INFO STEP 1176 (remove_files) COMPLETE
78572024-12-19T22:17:40.984Z[ recovery-image] Dec 19 22:17:39.669 INFO O| Dec 19 22:17:39.669 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78582024-12-19T22:17:41.018Z[ recovery-image] Dec 19 22:17:39.703 INFO O| Dec 19 22:17:39.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
78592024-12-19T22:17:41.021Z[ recovery-image] Dec 19 22:17:39.703 INFO O| Dec 19 22:17:39.703 INFO STEP 1177 (remove_files) COMPLETE
78602024-12-19T22:17:41.021Z[ recovery-image] Dec 19 22:17:39.703 INFO O| Dec 19 22:17:39.703 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78612024-12-19T22:17:41.064Z[ recovery-image] Dec 19 22:17:39.748 INFO O| Dec 19 22:17:39.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
78622024-12-19T22:17:41.066Z[ recovery-image] Dec 19 22:17:39.748 INFO O| Dec 19 22:17:39.748 INFO STEP 1178 (remove_files) COMPLETE
78632024-12-19T22:17:41.066Z[ recovery-image] Dec 19 22:17:39.748 INFO O| Dec 19 22:17:39.748 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78642024-12-19T22:17:41.085Z[ recovery-image] Dec 19 22:17:39.769 INFO O| Dec 19 22:17:39.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
78652024-12-19T22:17:41.089Z[ recovery-image] Dec 19 22:17:39.770 INFO O| Dec 19 22:17:39.769 INFO STEP 1179 (remove_files) COMPLETE
78662024-12-19T22:17:41.089Z[ recovery-image] Dec 19 22:17:39.770 INFO O| Dec 19 22:17:39.770 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78672024-12-19T22:17:41.105Z[ recovery-image] Dec 19 22:17:39.789 INFO O| Dec 19 22:17:39.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
78682024-12-19T22:17:41.108Z[ recovery-image] Dec 19 22:17:39.790 INFO O| Dec 19 22:17:39.789 INFO STEP 1180 (remove_files) COMPLETE
78692024-12-19T22:17:41.108Z[ recovery-image] Dec 19 22:17:39.790 INFO O| Dec 19 22:17:39.790 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78702024-12-19T22:17:41.127Z[ recovery-image] Dec 19 22:17:39.811 INFO O| Dec 19 22:17:39.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
78712024-12-19T22:17:41.131Z[ recovery-image] Dec 19 22:17:39.811 INFO O| Dec 19 22:17:39.811 INFO STEP 1181 (remove_files) COMPLETE
78722024-12-19T22:17:41.131Z[ recovery-image] Dec 19 22:17:39.811 INFO O| Dec 19 22:17:39.811 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78732024-12-19T22:17:41.146Z[ recovery-image] Dec 19 22:17:39.830 INFO O| Dec 19 22:17:39.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
78742024-12-19T22:17:41.149Z[ recovery-image] Dec 19 22:17:39.830 INFO O| Dec 19 22:17:39.830 INFO STEP 1182 (remove_files) COMPLETE
78752024-12-19T22:17:41.149Z[ recovery-image] Dec 19 22:17:39.831 INFO O| Dec 19 22:17:39.831 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78762024-12-19T22:17:41.167Z[ recovery-image] Dec 19 22:17:39.850 INFO O| Dec 19 22:17:39.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
78772024-12-19T22:17:41.170Z[ recovery-image] Dec 19 22:17:39.851 INFO O| Dec 19 22:17:39.851 INFO STEP 1183 (remove_files) COMPLETE
78782024-12-19T22:17:41.170Z[ recovery-image] Dec 19 22:17:39.851 INFO O| Dec 19 22:17:39.851 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78792024-12-19T22:17:41.199Z[ recovery-image] Dec 19 22:17:39.882 INFO O| Dec 19 22:17:39.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
78802024-12-19T22:17:41.199Z[ recovery-image] Dec 19 22:17:39.882 INFO O| Dec 19 22:17:39.882 INFO STEP 1184 (remove_files) COMPLETE
78812024-12-19T22:17:41.199Z[ recovery-image] Dec 19 22:17:39.882 INFO O| Dec 19 22:17:39.882 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78822024-12-19T22:17:41.260Z[ recovery-image] Dec 19 22:17:39.943 INFO O| Dec 19 22:17:39.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
78832024-12-19T22:17:41.260Z[ recovery-image] Dec 19 22:17:39.943 INFO O| Dec 19 22:17:39.943 INFO STEP 1185 (remove_files) COMPLETE
78842024-12-19T22:17:41.260Z[ recovery-image] Dec 19 22:17:39.943 INFO O| Dec 19 22:17:39.943 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78852024-12-19T22:17:41.308Z[ recovery-image] Dec 19 22:17:39.991 INFO O| Dec 19 22:17:39.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
78862024-12-19T22:17:41.311Z[ recovery-image] Dec 19 22:17:39.991 INFO O| Dec 19 22:17:39.991 INFO STEP 1186 (remove_files) COMPLETE
78872024-12-19T22:17:41.311Z[ recovery-image] Dec 19 22:17:39.992 INFO O| Dec 19 22:17:39.991 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78882024-12-19T22:17:41.329Z[ recovery-image] Dec 19 22:17:40.012 INFO O| Dec 19 22:17:40.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
78892024-12-19T22:17:41.332Z[ recovery-image] Dec 19 22:17:40.012 INFO O| Dec 19 22:17:40.012 INFO STEP 1187 (remove_files) COMPLETE
78902024-12-19T22:17:41.332Z[ recovery-image] Dec 19 22:17:40.013 INFO O| Dec 19 22:17:40.013 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78912024-12-19T22:17:41.341Z[ host-image] Dec 19 22:17:40.024 INFO O| Dec 19 22:17:40.024 INFO O| Actions: Completed 1361 actions in 0.76 seconds.
78922024-12-19T22:17:41.350Z[ recovery-image] Dec 19 22:17:40.033 INFO O| Dec 19 22:17:40.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
78932024-12-19T22:17:41.352Z[ recovery-image] Dec 19 22:17:40.033 INFO O| Dec 19 22:17:40.033 INFO STEP 1188 (remove_files) COMPLETE
78942024-12-19T22:17:41.352Z[ recovery-image] Dec 19 22:17:40.033 INFO O| Dec 19 22:17:40.033 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78952024-12-19T22:17:41.378Z[ recovery-image] Dec 19 22:17:40.060 INFO O| Dec 19 22:17:40.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
78962024-12-19T22:17:41.380Z[ recovery-image] Dec 19 22:17:40.061 INFO O| Dec 19 22:17:40.060 INFO STEP 1189 (remove_files) COMPLETE
78972024-12-19T22:17:41.380Z[ recovery-image] Dec 19 22:17:40.061 INFO O| Dec 19 22:17:40.061 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78982024-12-19T22:17:41.414Z[ recovery-image] Dec 19 22:17:40.096 INFO O| Dec 19 22:17:40.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
78992024-12-19T22:17:41.417Z[ recovery-image] Dec 19 22:17:40.097 INFO O| Dec 19 22:17:40.097 INFO STEP 1190 (remove_files) COMPLETE
79002024-12-19T22:17:41.417Z[ recovery-image] Dec 19 22:17:40.097 INFO O| Dec 19 22:17:40.097 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79012024-12-19T22:17:41.435Z[ recovery-image] Dec 19 22:17:40.117 INFO O| Dec 19 22:17:40.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
79022024-12-19T22:17:41.437Z[ recovery-image] Dec 19 22:17:40.117 INFO O| Dec 19 22:17:40.117 INFO STEP 1191 (remove_files) COMPLETE
79032024-12-19T22:17:41.437Z[ recovery-image] Dec 19 22:17:40.118 INFO O| Dec 19 22:17:40.118 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79042024-12-19T22:17:41.455Z[ recovery-image] Dec 19 22:17:40.138 INFO O| Dec 19 22:17:40.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
79052024-12-19T22:17:41.455Z[ recovery-image] Dec 19 22:17:40.138 INFO O| Dec 19 22:17:40.138 INFO STEP 1192 (remove_files) COMPLETE
79062024-12-19T22:17:41.455Z[ recovery-image] Dec 19 22:17:40.138 INFO O| Dec 19 22:17:40.138 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79072024-12-19T22:17:41.490Z[ recovery-image] Dec 19 22:17:40.172 INFO O| Dec 19 22:17:40.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
79082024-12-19T22:17:41.490Z[ recovery-image] Dec 19 22:17:40.172 INFO O| Dec 19 22:17:40.172 INFO STEP 1193 (remove_files) COMPLETE
79092024-12-19T22:17:41.493Z[ recovery-image] Dec 19 22:17:40.172 INFO O| Dec 19 22:17:40.172 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79102024-12-19T22:17:41.516Z[ recovery-image] Dec 19 22:17:40.198 INFO O| Dec 19 22:17:40.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
79112024-12-19T22:17:41.516Z[ recovery-image] Dec 19 22:17:40.198 INFO O| Dec 19 22:17:40.198 INFO STEP 1194 (remove_files) COMPLETE
79122024-12-19T22:17:41.516Z[ recovery-image] Dec 19 22:17:40.198 INFO O| Dec 19 22:17:40.198 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79132024-12-19T22:17:41.552Z[ recovery-image] Dec 19 22:17:40.234 INFO O| Dec 19 22:17:40.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
79142024-12-19T22:17:41.552Z[ recovery-image] Dec 19 22:17:40.234 INFO O| Dec 19 22:17:40.234 INFO STEP 1195 (remove_files) COMPLETE
79152024-12-19T22:17:41.552Z[ recovery-image] Dec 19 22:17:40.234 INFO O| Dec 19 22:17:40.234 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79162024-12-19T22:17:41.574Z[ recovery-image] Dec 19 22:17:40.255 INFO O| Dec 19 22:17:40.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
79172024-12-19T22:17:41.574Z[ recovery-image] Dec 19 22:17:40.255 INFO O| Dec 19 22:17:40.255 INFO STEP 1196 (remove_files) COMPLETE
79182024-12-19T22:17:41.574Z[ recovery-image] Dec 19 22:17:40.255 INFO O| Dec 19 22:17:40.255 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79192024-12-19T22:17:41.593Z[ recovery-image] Dec 19 22:17:40.274 INFO O| Dec 19 22:17:40.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
79202024-12-19T22:17:41.593Z[ recovery-image] Dec 19 22:17:40.274 INFO O| Dec 19 22:17:40.274 INFO STEP 1197 (remove_files) COMPLETE
79212024-12-19T22:17:41.593Z[ recovery-image] Dec 19 22:17:40.274 INFO O| Dec 19 22:17:40.274 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79222024-12-19T22:17:41.612Z[ recovery-image] Dec 19 22:17:40.294 INFO O| Dec 19 22:17:40.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
79232024-12-19T22:17:41.613Z[ recovery-image] Dec 19 22:17:40.294 INFO O| Dec 19 22:17:40.294 INFO STEP 1198 (remove_files) COMPLETE
79242024-12-19T22:17:41.613Z[ recovery-image] Dec 19 22:17:40.294 INFO O| Dec 19 22:17:40.294 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79252024-12-19T22:17:41.632Z[ recovery-image] Dec 19 22:17:40.313 INFO O| Dec 19 22:17:40.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
79262024-12-19T22:17:41.632Z[ recovery-image] Dec 19 22:17:40.314 INFO O| Dec 19 22:17:40.314 INFO STEP 1199 (remove_files) COMPLETE
79272024-12-19T22:17:41.632Z[ recovery-image] Dec 19 22:17:40.314 INFO O| Dec 19 22:17:40.314 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79282024-12-19T22:17:41.651Z[ recovery-image] Dec 19 22:17:40.332 INFO O| Dec 19 22:17:40.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
79292024-12-19T22:17:41.651Z[ recovery-image] Dec 19 22:17:40.333 INFO O| Dec 19 22:17:40.333 INFO STEP 1200 (remove_files) COMPLETE
79302024-12-19T22:17:41.651Z[ recovery-image] Dec 19 22:17:40.333 INFO O| Dec 19 22:17:40.333 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79312024-12-19T22:17:41.670Z[ recovery-image] Dec 19 22:17:40.352 INFO O| Dec 19 22:17:40.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
79322024-12-19T22:17:41.670Z[ recovery-image] Dec 19 22:17:40.352 INFO O| Dec 19 22:17:40.352 INFO STEP 1201 (remove_files) COMPLETE
79332024-12-19T22:17:41.670Z[ recovery-image] Dec 19 22:17:40.352 INFO O| Dec 19 22:17:40.352 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79342024-12-19T22:17:41.690Z[ recovery-image] Dec 19 22:17:40.371 INFO O| Dec 19 22:17:40.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
79352024-12-19T22:17:41.690Z[ recovery-image] Dec 19 22:17:40.372 INFO O| Dec 19 22:17:40.371 INFO STEP 1202 (remove_files) COMPLETE
79362024-12-19T22:17:41.693Z[ recovery-image] Dec 19 22:17:40.372 INFO O| Dec 19 22:17:40.372 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79372024-12-19T22:17:41.711Z[ recovery-image] Dec 19 22:17:40.393 INFO O| Dec 19 22:17:40.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
79382024-12-19T22:17:41.711Z[ recovery-image] Dec 19 22:17:40.393 INFO O| Dec 19 22:17:40.393 INFO STEP 1203 (remove_files) COMPLETE
79392024-12-19T22:17:41.711Z[ recovery-image] Dec 19 22:17:40.393 INFO O| Dec 19 22:17:40.393 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79402024-12-19T22:17:41.732Z[ recovery-image] Dec 19 22:17:40.413 INFO O| Dec 19 22:17:40.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
79412024-12-19T22:17:41.735Z[ recovery-image] Dec 19 22:17:40.414 INFO O| Dec 19 22:17:40.413 INFO STEP 1204 (remove_files) COMPLETE
79422024-12-19T22:17:41.735Z[ recovery-image] Dec 19 22:17:40.414 INFO O| Dec 19 22:17:40.414 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79432024-12-19T22:17:41.746Z[ host-image] Dec 19 22:17:40.427 INFO O| Dec 19 22:17:40.427 INFO O| Done
79442024-12-19T22:17:41.746Z[ host-image] Dec 19 22:17:40.427 INFO O| Dec 19 22:17:40.427 INFO O| Done
79452024-12-19T22:17:41.764Z[ recovery-image] Dec 19 22:17:40.434 INFO O| Dec 19 22:17:40.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
79462024-12-19T22:17:41.764Z[ recovery-image] Dec 19 22:17:40.435 INFO O| Dec 19 22:17:40.435 INFO STEP 1205 (remove_files) COMPLETE
79472024-12-19T22:17:41.767Z[ recovery-image] Dec 19 22:17:40.435 INFO O| Dec 19 22:17:40.435 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
79482024-12-19T22:17:41.785Z[ recovery-image] Dec 19 22:17:40.466 INFO O| Dec 19 22:17:40.466 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
79492024-12-19T22:17:41.787Z[ recovery-image] Dec 19 22:17:40.466 INFO O| Dec 19 22:17:40.466 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
79502024-12-19T22:17:43.046Z[ host-image] Dec 19 22:17:41.719 INFO O| Dec 19 22:17:41.719 INFO O| Done
79512024-12-19T22:17:43.689Z[ recovery-image] Dec 19 22:17:42.361 INFO O| Dec 19 22:17:42.361 INFO STEP 1206 (pack_tar) COMPLETE
79522024-12-19T22:17:43.689Z[ recovery-image] Dec 19 22:17:42.362 INFO O| Dec 19 22:17:42.361 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
79532024-12-19T22:17:43.691Z[ recovery-image] Dec 19 22:17:42.362 INFO O| Dec 19 22:17:42.361 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
79542024-12-19T22:17:44.176Z[ recovery-image] Dec 19 22:17:42.847 INFO O| Dec 19 22:17:42.847 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
79552024-12-19T22:17:44.312Z[ recovery-image] Dec 19 22:17:42.982 INFO O| Dec 19 22:17:42.982 INFO completed processing gimlet/ramdisk-03-recovery-trim
79562024-12-19T22:17:44.322Z[ recovery-image] Dec 19 22:17:42.993 INFO image builder template: zfs-recovery...
79572024-12-19T22:17:44.322Z[ recovery-image] Dec 19 22:17:42.993 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/.tmplpZFK3/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.311", "-n", "zfs-recovery"], pwd: None
79582024-12-19T22:17:44.383Z[ recovery-image] Dec 19 22:17:43.053 INFO O| Dec 19 22:17:43.053 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
79592024-12-19T22:17:44.393Z[ recovery-image] Dec 19 22:17:43.062 INFO O| Dec 19 22:17:43.062 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
79602024-12-19T22:17:44.503Z[ recovery-image] Dec 19 22:17:43.173 INFO O| Dec 19 22:17:43.173 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
79612024-12-19T22:17:44.579Z[ recovery-image] Dec 19 22:17:43.248 INFO O| Dec 19 22:17:43.248 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
79622024-12-19T22:17:44.580Z[ recovery-image] Dec 19 22:17:43.249 INFO O| Dec 19 22:17:43.249 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
79632024-12-19T22:17:44.588Z[ recovery-image] Dec 19 22:17:43.257 INFO O| Dec 19 22:17:43.257 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
79642024-12-19T22:17:44.708Z[ recovery-image] Dec 19 22:17:43.376 INFO O| Dec 19 22:17:43.376 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
79652024-12-19T22:17:44.793Z[ recovery-image] Dec 19 22:17:43.461 INFO O| Dec 19 22:17:43.461 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
79662024-12-19T22:17:44.853Z[ recovery-image] Dec 19 22:17:43.520 INFO O| Dec 19 22:17:43.520 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
79672024-12-19T22:17:44.862Z[ recovery-image] Dec 19 22:17:43.530 INFO O| Dec 19 22:17:43.530 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
79682024-12-19T22:17:44.910Z[ recovery-image] Dec 19 22:17:43.578 INFO O| Dec 19 22:17:43.578 INFO no lofi found
79692024-12-19T22:17:44.910Z[ recovery-image] Dec 19 22:17:43.578 INFO O| Dec 19 22:17:43.578 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
79702024-12-19T22:17:44.910Z[ recovery-image] Dec 19 22:17:43.578 INFO O| Dec 19 22:17:43.578 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
79712024-12-19T22:17:45.977Z[ host-image] Dec 19 22:17:44.640 INFO O| Dec 19 22:17:44.640 INFO O| Done
79722024-12-19T22:17:46.022Z[ host-image] Dec 19 22:17:44.685 INFO O| Dec 19 22:17:44.685 INFO O| Done
79732024-12-19T22:17:46.024Z[ host-image] Dec 19 22:17:44.685 INFO O| Dec 19 22:17:44.685 INFO O| Done
79742024-12-19T22:17:46.108Z[ host-image] Dec 19 22:17:44.771 INFO O| Dec 19 22:17:44.771 INFO O| Done
79752024-12-19T22:17:46.301Z[ host-image] Dec 19 22:17:44.963 INFO O| Dec 19 22:17:44.963 INFO STEP 13 (pkg_install) COMPLETE
79762024-12-19T22:17:46.301Z[ host-image] Dec 19 22:17:44.963 INFO O| Dec 19 22:17:44.963 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
79772024-12-19T22:17:46.323Z[ host-image] Dec 19 22:17:44.985 INFO O| Dec 19 22:17:44.984 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"]
79782024-12-19T22:17:47.354Z[ recovery-image] Dec 19 22:17:46.011 INFO O| Dec 19 22:17:46.011 INFO lofi device = /dev/dsk/c2t1d0p0
79792024-12-19T22:17:47.354Z[ recovery-image] Dec 19 22:17:46.011 INFO O| Dec 19 22:17:46.011 INFO pool device = /dev/dsk/c2t1d0p0
79802024-12-19T22:17:47.356Z[ recovery-image] Dec 19 22:17:46.012 INFO O| Dec 19 22:17:46.012 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"]
79812024-12-19T22:17:47.497Z[ host-image] Dec 19 22:17:46.152 INFO O| Dec 19 22:17:46.152 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
79822024-12-19T22:17:47.572Z[ recovery-image] Dec 19 22:17:46.228 INFO O| Dec 19 22:17:46.228 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79832024-12-19T22:17:47.572Z[ recovery-image] Dec 19 22:17:46.228 INFO O| Dec 19 22:17:46.228 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
79842024-12-19T22:17:47.601Z[ recovery-image] Dec 19 22:17:46.257 INFO O| Dec 19 22:17:46.257 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
79852024-12-19T22:17:47.723Z[ recovery-image] Dec 19 22:17:46.379 INFO O| Dec 19 22:17:46.379 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
79862024-12-19T22:17:47.788Z[ recovery-image] Dec 19 22:17:46.444 INFO O| Dec 19 22:17:46.444 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
79872024-12-19T22:17:47.818Z[ recovery-image] Dec 19 22:17:46.473 INFO O| Dec 19 22:17:46.473 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
79882024-12-19T22:17:47.839Z[ recovery-image] Dec 19 22:17:46.494 INFO O| Dec 19 22:17:46.494 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
79892024-12-19T22:17:47.937Z[ recovery-image] Dec 19 22:17:46.591 INFO O| Dec 19 22:17:46.591 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
79902024-12-19T22:17:47.937Z[ recovery-image] Dec 19 22:17:46.592 INFO O| Dec 19 22:17:46.591 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
79912024-12-19T22:17:47.940Z[ recovery-image] Dec 19 22:17:46.592 INFO O| Dec 19 22:17:46.592 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
79922024-12-19T22:17:47.985Z[ recovery-image] Dec 19 22:17:46.640 INFO O| Dec 19 22:17:46.640 INFO boot environment UUID: 9dfeac66-35ed-4af1-af96-2c5d14b8bb16
79932024-12-19T22:17:47.985Z[ recovery-image] Dec 19 22:17:46.640 INFO O| Dec 19 22:17:46.640 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 9dfeac66-35ed-4af1-af96-2c5d14b8bb16
79942024-12-19T22:17:48.052Z[ recovery-image] Dec 19 22:17:46.706 INFO O| Dec 19 22:17:46.706 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
79952024-12-19T22:17:48.127Z[ recovery-image] Dec 19 22:17:46.781 INFO O| Dec 19 22:17:46.781 INFO STEP 0 (create_be) COMPLETE
79962024-12-19T22:17:48.127Z[ recovery-image] Dec 19 22:17:46.781 INFO O| Dec 19 22:17:46.781 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79972024-12-19T22:17:48.234Z[ recovery-image] Dec 19 22:17:46.888 INFO O| Dec 19 22:17:46.888 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"]
79982024-12-19T22:17:52.612Z[ host-image] Dec 19 22:17:51.247 INFO O| Dec 19 22:17:51.247 INFO O| Planning: Solver setup ... Done
79992024-12-19T22:17:52.621Z[ host-image] Dec 19 22:17:51.256 INFO O| Dec 19 22:17:51.256 INFO O| Planning: Running solver ... Done
80002024-12-19T22:17:52.786Z[ host-image] Dec 19 22:17:51.420 INFO O| Dec 19 22:17:51.420 INFO O| Planning: Finding local manifests ... Done
80012024-12-19T22:17:52.790Z[ host-image] Dec 19 22:17:51.422 INFO O| Dec 19 22:17:51.421 INFO O| Planning: Fetching manifests: 0/1 0% complete
80022024-12-19T22:17:53.072Z[ host-image] Dec 19 22:17:51.705 INFO O| Dec 19 22:17:51.705 INFO O| Planning: Fetching manifests: 1/1 100% complete
80032024-12-19T22:17:53.139Z[ host-image] Dec 19 22:17:51.771 INFO O| Dec 19 22:17:51.771 INFO O| Planning: Package planning ... Done
80042024-12-19T22:17:53.143Z[ host-image] Dec 19 22:17:51.772 INFO O| Dec 19 22:17:51.772 INFO O| Planning: Merging actions ... Done
80052024-12-19T22:17:53.279Z[ host-image] Dec 19 22:17:51.912 INFO O| Dec 19 22:17:51.912 INFO O| Planning: Checking for conflicting actions ... Done
80062024-12-19T22:17:53.282Z[ host-image] Dec 19 22:17:51.912 INFO O| Dec 19 22:17:51.912 INFO O| Planning: Consolidating action changes ... Done
80072024-12-19T22:17:53.777Z[ host-image] Dec 19 22:17:52.408 INFO O| Dec 19 22:17:52.408 INFO O| Planning: Evaluating mediators ... Done
80082024-12-19T22:17:53.780Z[ host-image] Dec 19 22:17:52.409 INFO O| Dec 19 22:17:52.409 INFO O| Planning: Planning completed in 6.26 seconds
80092024-12-19T22:17:53.799Z[ host-image] Dec 19 22:17:52.429 INFO O| Dec 19 22:17:52.429 INFO O| Packages to install: 1
80102024-12-19T22:17:53.824Z[ host-image] Dec 19 22:17:52.454 INFO O| Dec 19 22:17:52.454 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
80112024-12-19T22:17:54.593Z[ host-image] Dec 19 22:17:53.219 INFO O| Dec 19 22:17:53.219 INFO O| Download: Completed 9.99 MB in 0.77 seconds (13.1M/s)
80122024-12-19T22:17:55.317Z[ recovery-image] Dec 19 22:17:53.941 INFO O| Dec 19 22:17:53.941 INFO STEP 1 (unpack_tar) COMPLETE
80132024-12-19T22:17:55.317Z[ recovery-image] Dec 19 22:17:53.941 INFO O| Dec 19 22:17:53.941 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80142024-12-19T22:17:55.339Z[ recovery-image] Dec 19 22:17:53.963 INFO O| Dec 19 22:17:53.962 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
80152024-12-19T22:17:55.513Z[ host-image] Dec 19 22:17:54.136 INFO O| Dec 19 22:17:54.135 INFO O| Actions: 1/22 actions (Installing new actions)
80162024-12-19T22:17:55.630Z[ recovery-image] Dec 19 22:17:54.253 INFO O| Dec 19 22:17:54.252 INFO STEP 2 (devfsadm) COMPLETE
80172024-12-19T22:17:55.630Z[ recovery-image] Dec 19 22:17:54.253 INFO O| Dec 19 22:17:54.252 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80182024-12-19T22:17:55.650Z[ recovery-image] Dec 19 22:17:54.272 INFO O| Dec 19 22:17:54.272 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80192024-12-19T22:17:55.650Z[ recovery-image] Dec 19 22:17:54.272 INFO O| Dec 19 22:17:54.272 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80202024-12-19T22:17:55.650Z[ recovery-image] Dec 19 22:17:54.272 INFO O| Dec 19 22:17:54.272 INFO STEP 3 (ensure_dir) COMPLETE
80212024-12-19T22:17:55.653Z[ recovery-image] Dec 19 22:17:54.272 INFO O| Dec 19 22:17:54.272 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80222024-12-19T22:17:55.669Z[ recovery-image] Dec 19 22:17:54.291 INFO O| Dec 19 22:17:54.291 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80232024-12-19T22:17:55.669Z[ recovery-image] Dec 19 22:17:54.291 INFO O| Dec 19 22:17:54.291 INFO STEP 4 (ensure_dir) COMPLETE
80242024-12-19T22:17:55.669Z[ recovery-image] Dec 19 22:17:54.291 INFO O| Dec 19 22:17:54.291 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80252024-12-19T22:17:55.688Z[ recovery-image] Dec 19 22:17:54.310 INFO O| Dec 19 22:17:54.310 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80262024-12-19T22:17:55.688Z[ recovery-image] Dec 19 22:17:54.310 INFO O| Dec 19 22:17:54.310 INFO STEP 5 (ensure_dir) COMPLETE
80272024-12-19T22:17:55.692Z[ recovery-image] Dec 19 22:17:54.310 INFO O| Dec 19 22:17:54.310 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80282024-12-19T22:17:55.708Z[ recovery-image] Dec 19 22:17:54.330 INFO O| Dec 19 22:17:54.330 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80292024-12-19T22:17:55.711Z[ recovery-image] Dec 19 22:17:54.330 INFO O| Dec 19 22:17:54.330 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80302024-12-19T22:17:55.711Z[ recovery-image] Dec 19 22:17:54.330 INFO O| Dec 19 22:17:54.330 INFO STEP 6 (ensure_dir) COMPLETE
80312024-12-19T22:17:55.712Z[ recovery-image] Dec 19 22:17:54.331 INFO O| Dec 19 22:17:54.330 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80322024-12-19T22:17:55.728Z[ recovery-image] Dec 19 22:17:54.350 INFO O| Dec 19 22:17:54.350 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80332024-12-19T22:17:55.731Z[ recovery-image] Dec 19 22:17:54.350 INFO O| Dec 19 22:17:54.350 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80342024-12-19T22:17:55.731Z[ recovery-image] Dec 19 22:17:54.351 INFO O| Dec 19 22:17:54.350 INFO STEP 7 (ensure_dir) COMPLETE
80352024-12-19T22:17:55.731Z[ recovery-image] Dec 19 22:17:54.351 INFO O| Dec 19 22:17:54.351 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80362024-12-19T22:17:55.747Z[ recovery-image] Dec 19 22:17:54.369 INFO O| Dec 19 22:17:54.369 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
80372024-12-19T22:17:55.749Z[ recovery-image] Dec 19 22:17:54.369 INFO O| Dec 19 22:17:54.369 INFO STEP 8 (remove_files) COMPLETE
80382024-12-19T22:17:55.749Z[ recovery-image] Dec 19 22:17:54.369 INFO O| Dec 19 22:17:54.369 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80392024-12-19T22:17:55.858Z[ recovery-image] Dec 19 22:17:54.479 INFO O| Dec 19 22:17:54.479 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
80402024-12-19T22:17:55.861Z[ recovery-image] Dec 19 22:17:54.481 INFO O| Dec 19 22:17:54.481 INFO STEP 9 (remove_files) COMPLETE
80412024-12-19T22:17:55.861Z[ recovery-image] Dec 19 22:17:54.481 INFO O| Dec 19 22:17:54.481 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80422024-12-19T22:17:55.926Z[ recovery-image] Dec 19 22:17:54.547 INFO O| Dec 19 22:17:54.547 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
80432024-12-19T22:17:55.929Z[ recovery-image] Dec 19 22:17:54.549 INFO O| Dec 19 22:17:54.548 INFO STEP 10 (remove_files) COMPLETE
80442024-12-19T22:17:55.929Z[ recovery-image] Dec 19 22:17:54.549 INFO O| Dec 19 22:17:54.549 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80452024-12-19T22:17:56.068Z[ host-image] Dec 19 22:17:54.689 INFO O| Dec 19 22:17:54.689 INFO O| Actions: Completed 22 actions in 0.55 seconds.
80462024-12-19T22:17:56.071Z[ recovery-image] Dec 19 22:17:54.691 INFO O| Dec 19 22:17:54.691 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
80472024-12-19T22:17:56.071Z[ recovery-image] Dec 19 22:17:54.691 INFO O| Dec 19 22:17:54.691 INFO STEP 11 (remove_files) COMPLETE
80482024-12-19T22:17:56.071Z[ recovery-image] Dec 19 22:17:54.691 INFO O| Dec 19 22:17:54.691 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80492024-12-19T22:17:56.092Z[ recovery-image] Dec 19 22:17:54.713 INFO O| Dec 19 22:17:54.713 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
80502024-12-19T22:17:56.092Z[ recovery-image] Dec 19 22:17:54.713 INFO O| Dec 19 22:17:54.713 INFO STEP 12 (remove_files) COMPLETE
80512024-12-19T22:17:56.092Z[ recovery-image] Dec 19 22:17:54.713 INFO O| Dec 19 22:17:54.713 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80522024-12-19T22:17:56.112Z[ recovery-image] Dec 19 22:17:54.733 INFO O| Dec 19 22:17:54.733 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80532024-12-19T22:17:56.112Z[ recovery-image] Dec 19 22:17:54.733 INFO O| Dec 19 22:17:54.733 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80542024-12-19T22:17:56.112Z[ recovery-image] Dec 19 22:17:54.733 INFO O| Dec 19 22:17:54.733 INFO STEP 13 (ensure_dir) COMPLETE
80552024-12-19T22:17:56.112Z[ recovery-image] Dec 19 22:17:54.733 INFO O| Dec 19 22:17:54.733 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80562024-12-19T22:17:56.181Z[ recovery-image] Dec 19 22:17:54.801 INFO O| Dec 19 22:17:54.801 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80572024-12-19T22:17:56.185Z[ recovery-image] Dec 19 22:17:54.801 INFO O| Dec 19 22:17:54.801 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80582024-12-19T22:17:56.185Z[ recovery-image] Dec 19 22:17:54.801 INFO O| Dec 19 22:17:54.801 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80592024-12-19T22:17:56.185Z[ recovery-image] Dec 19 22:17:54.802 INFO O| Dec 19 22:17:54.802 INFO STEP 14 (ensure_dir) COMPLETE
80602024-12-19T22:17:56.186Z[ recovery-image] Dec 19 22:17:54.802 INFO O| Dec 19 22:17:54.802 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80612024-12-19T22:17:56.205Z[ recovery-image] Dec 19 22:17:54.825 INFO O| Dec 19 22:17:54.825 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80622024-12-19T22:17:56.208Z[ recovery-image] Dec 19 22:17:54.826 INFO O| Dec 19 22:17:54.825 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80632024-12-19T22:17:56.208Z[ recovery-image] Dec 19 22:17:54.826 INFO O| Dec 19 22:17:54.826 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80642024-12-19T22:17:56.208Z[ recovery-image] Dec 19 22:17:54.826 INFO O| Dec 19 22:17:54.826 INFO STEP 15 (ensure_dir) COMPLETE
80652024-12-19T22:17:56.208Z[ recovery-image] Dec 19 22:17:54.826 INFO O| Dec 19 22:17:54.826 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80662024-12-19T22:17:56.238Z[ recovery-image] Dec 19 22:17:54.856 INFO O| Dec 19 22:17:54.856 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80672024-12-19T22:17:56.238Z[ recovery-image] Dec 19 22:17:54.857 INFO O| Dec 19 22:17:54.856 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80682024-12-19T22:17:56.240Z[ recovery-image] Dec 19 22:17:54.857 INFO O| Dec 19 22:17:54.857 INFO STEP 16 (ensure_dir) COMPLETE
80692024-12-19T22:17:56.240Z[ recovery-image] Dec 19 22:17:54.857 INFO O| Dec 19 22:17:54.857 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80702024-12-19T22:17:56.259Z[ recovery-image] Dec 19 22:17:54.879 INFO O| Dec 19 22:17:54.878 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80712024-12-19T22:17:56.259Z[ recovery-image] Dec 19 22:17:54.879 INFO O| Dec 19 22:17:54.879 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80722024-12-19T22:17:56.259Z[ recovery-image] Dec 19 22:17:54.879 INFO O| Dec 19 22:17:54.879 INFO STEP 17 (ensure_dir) COMPLETE
80732024-12-19T22:17:56.262Z[ recovery-image] Dec 19 22:17:54.879 INFO O| Dec 19 22:17:54.879 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80742024-12-19T22:17:56.301Z[ recovery-image] Dec 19 22:17:54.920 INFO O| Dec 19 22:17:54.920 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
80752024-12-19T22:17:56.301Z[ recovery-image] Dec 19 22:17:54.920 INFO O| Dec 19 22:17:54.920 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
80762024-12-19T22:17:56.301Z[ recovery-image] Dec 19 22:17:54.920 INFO O| Dec 19 22:17:54.920 INFO ok!
80772024-12-19T22:17:56.304Z[ recovery-image] Dec 19 22:17:54.920 INFO O| Dec 19 22:17:54.920 INFO STEP 18 (ensure_symlink) COMPLETE
80782024-12-19T22:17:56.304Z[ recovery-image] Dec 19 22:17:54.920 INFO O| Dec 19 22:17:54.920 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80792024-12-19T22:17:56.353Z[ recovery-image] Dec 19 22:17:54.972 INFO O| Dec 19 22:17:54.972 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
80802024-12-19T22:17:56.355Z[ recovery-image] Dec 19 22:17:54.972 INFO O| Dec 19 22:17:54.972 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
80812024-12-19T22:17:56.355Z[ recovery-image] Dec 19 22:17:54.972 INFO O| Dec 19 22:17:54.972 INFO ok!
80822024-12-19T22:17:56.355Z[ recovery-image] Dec 19 22:17:54.972 INFO O| Dec 19 22:17:54.972 INFO STEP 19 (ensure_file) COMPLETE
80832024-12-19T22:17:56.355Z[ recovery-image] Dec 19 22:17:54.972 INFO O| Dec 19 22:17:54.972 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
80842024-12-19T22:17:56.374Z[ recovery-image] Dec 19 22:17:54.993 INFO O| Dec 19 22:17:54.993 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
80852024-12-19T22:17:56.374Z[ recovery-image] Dec 19 22:17:54.993 INFO O| Dec 19 22:17:54.993 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
80862024-12-19T22:17:56.377Z[ recovery-image] Dec 19 22:17:54.993 INFO O| Dec 19 22:17:54.993 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
80872024-12-19T22:17:56.377Z[ recovery-image] Dec 19 22:17:54.993 INFO O| Dec 19 22:17:54.993 INFO ok!
80882024-12-19T22:17:56.377Z[ recovery-image] Dec 19 22:17:54.993 INFO O| Dec 19 22:17:54.993 INFO STEP 20 (ensure_symlink) COMPLETE
80892024-12-19T22:17:56.377Z[ recovery-image] Dec 19 22:17:54.993 INFO O| Dec 19 22:17:54.993 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
80902024-12-19T22:17:56.411Z[ recovery-image] Dec 19 22:17:55.030 INFO O| Dec 19 22:17:55.030 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
80912024-12-19T22:17:56.411Z[ recovery-image] Dec 19 22:17:55.030 INFO O| Dec 19 22:17:55.030 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
80922024-12-19T22:17:56.415Z[ recovery-image] Dec 19 22:17:55.031 INFO O| Dec 19 22:17:55.030 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
80932024-12-19T22:17:56.415Z[ recovery-image] Dec 19 22:17:55.031 INFO O| Dec 19 22:17:55.031 INFO ok!
80942024-12-19T22:17:56.415Z[ recovery-image] Dec 19 22:17:55.031 INFO O| Dec 19 22:17:55.031 INFO STEP 21 (ensure_symlink) COMPLETE
80952024-12-19T22:17:56.415Z[ recovery-image] Dec 19 22:17:55.031 INFO O| Dec 19 22:17:55.031 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
80962024-12-19T22:17:56.433Z[ recovery-image] Dec 19 22:17:55.053 INFO O| Dec 19 22:17:55.052 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
80972024-12-19T22:17:56.434Z[ recovery-image] Dec 19 22:17:55.053 INFO O| Dec 19 22:17:55.052 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
80982024-12-19T22:17:56.434Z[ recovery-image] Dec 19 22:17:55.053 INFO O| Dec 19 22:17:55.053 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
80992024-12-19T22:17:56.436Z[ recovery-image] Dec 19 22:17:55.053 INFO O| Dec 19 22:17:55.053 INFO ok!
81002024-12-19T22:17:56.437Z[ recovery-image] Dec 19 22:17:55.053 INFO O| Dec 19 22:17:55.053 INFO STEP 22 (ensure_symlink) COMPLETE
81012024-12-19T22:17:56.437Z[ recovery-image] Dec 19 22:17:55.053 INFO O| Dec 19 22:17:55.053 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81022024-12-19T22:17:56.460Z[ recovery-image] Dec 19 22:17:55.079 INFO O| Dec 19 22:17:55.079 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
81032024-12-19T22:17:56.461Z[ recovery-image] Dec 19 22:17:55.080 INFO O| Dec 19 22:17:55.079 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
81042024-12-19T22:17:56.463Z[ recovery-image] Dec 19 22:17:55.080 INFO O| Dec 19 22:17:55.080 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
81052024-12-19T22:17:56.463Z[ recovery-image] Dec 19 22:17:55.080 INFO O| Dec 19 22:17:55.080 INFO ok!
81062024-12-19T22:17:56.463Z[ recovery-image] Dec 19 22:17:55.080 INFO O| Dec 19 22:17:55.080 INFO STEP 23 (ensure_symlink) COMPLETE
81072024-12-19T22:17:56.463Z[ recovery-image] Dec 19 22:17:55.080 INFO O| Dec 19 22:17:55.080 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81082024-12-19T22:17:56.484Z[ recovery-image] Dec 19 22:17:55.102 INFO O| Dec 19 22:17:55.102 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
81092024-12-19T22:17:56.488Z[ recovery-image] Dec 19 22:17:55.103 INFO O| Dec 19 22:17:55.102 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 ...
81102024-12-19T22:17:56.488Z[ recovery-image] Dec 19 22:17:55.103 INFO O| Dec 19 22:17:55.103 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
81112024-12-19T22:17:56.488Z[ recovery-image] Dec 19 22:17:55.103 INFO O| Dec 19 22:17:55.103 INFO ok!
81122024-12-19T22:17:56.488Z[ recovery-image] Dec 19 22:17:55.103 INFO O| Dec 19 22:17:55.103 INFO STEP 24 (ensure_file) COMPLETE
81132024-12-19T22:17:56.488Z[ recovery-image] Dec 19 22:17:55.103 INFO O| Dec 19 22:17:55.103 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
81142024-12-19T22:17:56.507Z[ recovery-image] Dec 19 22:17:55.126 INFO O| Dec 19 22:17:55.125 INFO updating shadow file
81152024-12-19T22:17:56.511Z[ recovery-image] Dec 19 22:17:55.126 INFO O| Dec 19 22:17:55.126 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
81162024-12-19T22:17:56.511Z[ recovery-image] Dec 19 22:17:55.126 INFO O| Dec 19 22:17:55.126 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
81172024-12-19T22:17:56.511Z[ recovery-image] Dec 19 22:17:55.126 INFO O| Dec 19 22:17:55.126 INFO STEP 25 (shadow) COMPLETE
81182024-12-19T22:17:56.511Z[ recovery-image] Dec 19 22:17:55.126 INFO O| Dec 19 22:17:55.126 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81192024-12-19T22:17:56.528Z[ recovery-image] Dec 19 22:17:55.147 INFO O| Dec 19 22:17:55.146 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
81202024-12-19T22:17:56.529Z[ recovery-image] Dec 19 22:17:55.147 INFO O| Dec 19 22:17:55.147 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
81212024-12-19T22:17:56.532Z[ recovery-image] Dec 19 22:17:55.147 INFO O| Dec 19 22:17:55.147 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
81222024-12-19T22:17:56.532Z[ recovery-image] Dec 19 22:17:55.147 INFO O| Dec 19 22:17:55.147 INFO ok!
81232024-12-19T22:17:56.532Z[ recovery-image] Dec 19 22:17:55.147 INFO O| Dec 19 22:17:55.147 INFO STEP 26 (ensure_file) COMPLETE
81242024-12-19T22:17:56.532Z[ recovery-image] Dec 19 22:17:55.147 INFO O| Dec 19 22:17:55.147 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81252024-12-19T22:17:56.561Z[ recovery-image] Dec 19 22:17:55.179 INFO O| Dec 19 22:17:55.179 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
81262024-12-19T22:17:56.561Z[ recovery-image] Dec 19 22:17:55.180 INFO O| Dec 19 22:17:55.179 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
81272024-12-19T22:17:56.564Z[ recovery-image] Dec 19 22:17:55.180 INFO O| Dec 19 22:17:55.180 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
81282024-12-19T22:17:56.564Z[ recovery-image] Dec 19 22:17:55.180 INFO O| Dec 19 22:17:55.180 INFO ok!
81292024-12-19T22:17:56.564Z[ recovery-image] Dec 19 22:17:55.180 INFO O| Dec 19 22:17:55.180 INFO STEP 27 (ensure_file) COMPLETE
81302024-12-19T22:17:56.564Z[ recovery-image] Dec 19 22:17:55.180 INFO O| Dec 19 22:17:55.180 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81312024-12-19T22:17:56.585Z[ recovery-image] Dec 19 22:17:55.203 INFO O| Dec 19 22:17:55.203 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
81322024-12-19T22:17:56.585Z[ recovery-image] Dec 19 22:17:55.203 INFO O| Dec 19 22:17:55.203 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
81332024-12-19T22:17:56.585Z[ recovery-image] Dec 19 22:17:55.203 INFO O| Dec 19 22:17:55.203 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
81342024-12-19T22:17:56.585Z[ recovery-image] Dec 19 22:17:55.203 INFO O| Dec 19 22:17:55.203 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
81352024-12-19T22:17:56.589Z[ recovery-image] Dec 19 22:17:55.203 INFO O| Dec 19 22:17:55.203 INFO ok!
81362024-12-19T22:17:56.589Z[ recovery-image] Dec 19 22:17:55.203 INFO O| Dec 19 22:17:55.203 INFO STEP 28 (ensure_file) COMPLETE
81372024-12-19T22:17:56.589Z[ recovery-image] Dec 19 22:17:55.203 INFO O| Dec 19 22:17:55.203 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81382024-12-19T22:17:56.608Z[ recovery-image] Dec 19 22:17:55.227 INFO O| Dec 19 22:17:55.226 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
81392024-12-19T22:17:56.608Z[ recovery-image] Dec 19 22:17:55.227 INFO O| Dec 19 22:17:55.227 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
81402024-12-19T22:17:56.608Z[ recovery-image] Dec 19 22:17:55.227 INFO O| Dec 19 22:17:55.227 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
81412024-12-19T22:17:56.608Z[ recovery-image] Dec 19 22:17:55.227 INFO O| Dec 19 22:17:55.227 INFO ok!
81422024-12-19T22:17:56.612Z[ recovery-image] Dec 19 22:17:55.227 INFO O| Dec 19 22:17:55.227 INFO STEP 29 (ensure_file) COMPLETE
81432024-12-19T22:17:56.612Z[ recovery-image] Dec 19 22:17:55.227 INFO O| Dec 19 22:17:55.227 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81442024-12-19T22:17:56.632Z[ recovery-image] Dec 19 22:17:55.250 INFO O| Dec 19 22:17:55.250 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
81452024-12-19T22:17:56.632Z[ recovery-image] Dec 19 22:17:55.250 INFO O| Dec 19 22:17:55.250 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
81462024-12-19T22:17:56.635Z[ recovery-image] Dec 19 22:17:55.250 INFO O| Dec 19 22:17:55.250 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
81472024-12-19T22:17:56.635Z[ recovery-image] Dec 19 22:17:55.250 INFO O| Dec 19 22:17:55.250 INFO ok!
81482024-12-19T22:17:56.635Z[ recovery-image] Dec 19 22:17:55.250 INFO O| Dec 19 22:17:55.250 INFO STEP 30 (ensure_file) COMPLETE
81492024-12-19T22:17:56.635Z[ recovery-image] Dec 19 22:17:55.250 INFO O| Dec 19 22:17:55.250 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81502024-12-19T22:17:56.653Z[ recovery-image] Dec 19 22:17:55.271 INFO O| Dec 19 22:17:55.271 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
81512024-12-19T22:17:56.654Z[ recovery-image] Dec 19 22:17:55.271 INFO O| Dec 19 22:17:55.271 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
81522024-12-19T22:17:56.654Z[ recovery-image] Dec 19 22:17:55.272 INFO O| Dec 19 22:17:55.272 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
81532024-12-19T22:17:56.658Z[ recovery-image] Dec 19 22:17:55.272 INFO O| Dec 19 22:17:55.272 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
81542024-12-19T22:17:56.658Z[ recovery-image] Dec 19 22:17:55.272 INFO O| Dec 19 22:17:55.272 INFO ok!
81552024-12-19T22:17:56.658Z[ recovery-image] Dec 19 22:17:55.272 INFO O| Dec 19 22:17:55.272 INFO STEP 31 (ensure_file) COMPLETE
81562024-12-19T22:17:56.659Z[ recovery-image] Dec 19 22:17:55.272 INFO O| Dec 19 22:17:55.272 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81572024-12-19T22:17:56.676Z[ recovery-image] Dec 19 22:17:55.294 INFO O| Dec 19 22:17:55.294 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
81582024-12-19T22:17:56.676Z[ recovery-image] Dec 19 22:17:55.294 INFO O| Dec 19 22:17:55.294 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
81592024-12-19T22:17:56.676Z[ recovery-image] Dec 19 22:17:55.294 INFO O| Dec 19 22:17:55.294 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
81602024-12-19T22:17:56.676Z[ recovery-image] Dec 19 22:17:55.294 INFO O| Dec 19 22:17:55.294 INFO ok!
81612024-12-19T22:17:56.679Z[ recovery-image] Dec 19 22:17:55.294 INFO O| Dec 19 22:17:55.294 INFO STEP 32 (ensure_file) COMPLETE
81622024-12-19T22:17:56.679Z[ recovery-image] Dec 19 22:17:55.294 INFO O| Dec 19 22:17:55.294 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81632024-12-19T22:17:56.700Z[ recovery-image] Dec 19 22:17:55.318 INFO O| Dec 19 22:17:55.317 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
81642024-12-19T22:17:56.700Z[ recovery-image] Dec 19 22:17:55.318 INFO O| Dec 19 22:17:55.318 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
81652024-12-19T22:17:56.700Z[ recovery-image] Dec 19 22:17:55.318 INFO O| Dec 19 22:17:55.318 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
81662024-12-19T22:17:56.700Z[ recovery-image] Dec 19 22:17:55.318 INFO O| Dec 19 22:17:55.318 INFO ok!
81672024-12-19T22:17:56.702Z[ recovery-image] Dec 19 22:17:55.318 INFO O| Dec 19 22:17:55.318 INFO STEP 33 (ensure_file) COMPLETE
81682024-12-19T22:17:56.702Z[ recovery-image] Dec 19 22:17:55.318 INFO O| Dec 19 22:17:55.318 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81692024-12-19T22:17:56.725Z[ recovery-image] Dec 19 22:17:55.343 INFO O| Dec 19 22:17:55.342 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
81702024-12-19T22:17:56.725Z[ recovery-image] Dec 19 22:17:55.343 INFO O| Dec 19 22:17:55.342 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
81712024-12-19T22:17:56.725Z[ recovery-image] Dec 19 22:17:55.343 INFO O| Dec 19 22:17:55.343 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81722024-12-19T22:17:56.727Z[ recovery-image] Dec 19 22:17:55.343 INFO O| Dec 19 22:17:55.343 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81732024-12-19T22:17:56.727Z[ recovery-image] Dec 19 22:17:55.343 INFO O| Dec 19 22:17:55.343 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81742024-12-19T22:17:56.727Z[ recovery-image] Dec 19 22:17:55.343 INFO O| Dec 19 22:17:55.343 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81752024-12-19T22:17:56.727Z[ recovery-image] Dec 19 22:17:55.343 INFO O| Dec 19 22:17:55.343 INFO ok!
81762024-12-19T22:17:56.727Z[ recovery-image] Dec 19 22:17:55.343 INFO O| Dec 19 22:17:55.343 INFO STEP 34 (ensure_file) COMPLETE
81772024-12-19T22:17:56.727Z[ recovery-image] Dec 19 22:17:55.343 INFO O| Dec 19 22:17:55.343 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
81782024-12-19T22:17:56.750Z[ recovery-image] Dec 19 22:17:55.367 INFO O| Dec 19 22:17:55.367 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
81792024-12-19T22:17:56.750Z[ recovery-image] Dec 19 22:17:55.367 INFO O| Dec 19 22:17:55.367 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
81802024-12-19T22:17:56.752Z[ recovery-image] Dec 19 22:17:55.368 INFO O| Dec 19 22:17:55.367 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
81812024-12-19T22:17:56.752Z[ recovery-image] Dec 19 22:17:55.368 INFO O| Dec 19 22:17:55.368 INFO STEP 35 (ensure_dir) COMPLETE
81822024-12-19T22:17:56.752Z[ recovery-image] Dec 19 22:17:55.368 INFO O| Dec 19 22:17:55.368 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
81832024-12-19T22:17:56.790Z[ recovery-image] Dec 19 22:17:55.408 INFO O| Dec 19 22:17:55.408 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
81842024-12-19T22:17:56.790Z[ recovery-image] Dec 19 22:17:55.408 INFO O| Dec 19 22:17:55.408 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 ...
81852024-12-19T22:17:56.793Z[ host-image] Dec 19 22:17:55.408 INFO O| Dec 19 22:17:55.408 INFO O| Done
81862024-12-19T22:17:56.793Z[ host-image] Dec 19 22:17:55.408 INFO O| Dec 19 22:17:55.408 INFO O| Done
81872024-12-19T22:17:56.793Z[ recovery-image] Dec 19 22:17:55.408 INFO O| Dec 19 22:17:55.408 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
81882024-12-19T22:17:56.793Z[ recovery-image] Dec 19 22:17:55.408 INFO O| Dec 19 22:17:55.408 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
81892024-12-19T22:17:56.793Z[ recovery-image] Dec 19 22:17:55.408 INFO O| Dec 19 22:17:55.408 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
81902024-12-19T22:17:56.793Z[ recovery-image] Dec 19 22:17:55.409 INFO O| Dec 19 22:17:55.408 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
81912024-12-19T22:17:56.793Z[ recovery-image] Dec 19 22:17:55.409 INFO O| Dec 19 22:17:55.409 INFO ok!
81922024-12-19T22:17:56.793Z[ recovery-image] Dec 19 22:17:55.409 INFO O| Dec 19 22:17:55.409 INFO STEP 36 (ensure_file) COMPLETE
81932024-12-19T22:17:56.793Z[ recovery-image] Dec 19 22:17:55.409 INFO O| Dec 19 22:17:55.409 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
81942024-12-19T22:17:56.816Z[ recovery-image] Dec 19 22:17:55.433 INFO O| Dec 19 22:17:55.433 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
81952024-12-19T22:17:56.816Z[ recovery-image] Dec 19 22:17:55.433 INFO O| Dec 19 22:17:55.433 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 ...
81962024-12-19T22:17:56.816Z[ recovery-image] Dec 19 22:17:55.433 INFO O| Dec 19 22:17:55.433 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
81972024-12-19T22:17:56.819Z[ recovery-image] Dec 19 22:17:55.433 INFO O| Dec 19 22:17:55.433 INFO ok!
81982024-12-19T22:17:56.819Z[ recovery-image] Dec 19 22:17:55.433 INFO O| Dec 19 22:17:55.433 INFO STEP 37 (ensure_symlink) COMPLETE
81992024-12-19T22:17:56.819Z[ recovery-image] Dec 19 22:17:55.434 INFO O| Dec 19 22:17:55.433 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82002024-12-19T22:17:56.874Z[ recovery-image] Dec 19 22:17:55.491 INFO O| Dec 19 22:17:55.491 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
82012024-12-19T22:17:56.874Z[ recovery-image] Dec 19 22:17:55.491 INFO O| Dec 19 22:17:55.491 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
82022024-12-19T22:17:56.874Z[ recovery-image] Dec 19 22:17:55.491 INFO O| Dec 19 22:17:55.491 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82032024-12-19T22:17:56.876Z[ recovery-image] Dec 19 22:17:55.491 INFO O| Dec 19 22:17:55.491 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82042024-12-19T22:17:56.876Z[ recovery-image] Dec 19 22:17:55.491 INFO O| Dec 19 22:17:55.491 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82052024-12-19T22:17:56.876Z[ recovery-image] Dec 19 22:17:55.491 INFO O| Dec 19 22:17:55.491 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82062024-12-19T22:17:56.876Z[ recovery-image] Dec 19 22:17:55.491 INFO O| Dec 19 22:17:55.491 INFO ok!
82072024-12-19T22:17:56.876Z[ recovery-image] Dec 19 22:17:55.491 INFO O| Dec 19 22:17:55.491 INFO STEP 38 (ensure_file) COMPLETE
82082024-12-19T22:17:56.876Z[ recovery-image] Dec 19 22:17:55.491 INFO O| Dec 19 22:17:55.491 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82092024-12-19T22:17:56.915Z[ recovery-image] Dec 19 22:17:55.532 INFO O| Dec 19 22:17:55.531 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
82102024-12-19T22:17:56.915Z[ recovery-image] Dec 19 22:17:55.532 INFO O| Dec 19 22:17:55.532 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 ...
82112024-12-19T22:17:56.915Z[ recovery-image] Dec 19 22:17:55.532 INFO O| Dec 19 22:17:55.532 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
82122024-12-19T22:17:56.917Z[ recovery-image] Dec 19 22:17:55.532 INFO O| Dec 19 22:17:55.532 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
82132024-12-19T22:17:56.917Z[ recovery-image] Dec 19 22:17:55.532 INFO O| Dec 19 22:17:55.532 INFO ok!
82142024-12-19T22:17:56.918Z[ recovery-image] Dec 19 22:17:55.532 INFO O| Dec 19 22:17:55.532 INFO STEP 39 (ensure_file) COMPLETE
82152024-12-19T22:17:56.918Z[ recovery-image] Dec 19 22:17:55.532 INFO O| Dec 19 22:17:55.532 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82162024-12-19T22:17:56.953Z[ recovery-image] Dec 19 22:17:55.570 INFO O| Dec 19 22:17:55.570 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
82172024-12-19T22:17:56.953Z[ recovery-image] Dec 19 22:17:55.570 INFO O| Dec 19 22:17:55.570 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
82182024-12-19T22:17:56.953Z[ recovery-image] Dec 19 22:17:55.570 INFO O| Dec 19 22:17:55.570 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
82192024-12-19T22:17:56.953Z[ recovery-image] Dec 19 22:17:55.570 INFO O| Dec 19 22:17:55.570 INFO ok!
82202024-12-19T22:17:56.955Z[ recovery-image] Dec 19 22:17:55.570 INFO O| Dec 19 22:17:55.570 INFO STEP 40 (ensure_file) COMPLETE
82212024-12-19T22:17:56.956Z[ recovery-image] Dec 19 22:17:55.570 INFO O| Dec 19 22:17:55.570 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
82222024-12-19T22:17:56.976Z[ recovery-image] Dec 19 22:17:55.592 INFO O| Dec 19 22:17:55.592 INFO updating shadow file
82232024-12-19T22:17:56.978Z[ recovery-image] Dec 19 22:17:55.593 INFO O| Dec 19 22:17:55.593 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
82242024-12-19T22:17:56.978Z[ recovery-image] Dec 19 22:17:55.593 INFO O| Dec 19 22:17:55.593 INFO STEP 41 (shadow) COMPLETE
82252024-12-19T22:17:56.978Z[ recovery-image] Dec 19 22:17:55.593 INFO O| Dec 19 22:17:55.593 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
82262024-12-19T22:17:56.997Z[ recovery-image] Dec 19 22:17:55.614 INFO O| Dec 19 22:17:55.614 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
82272024-12-19T22:17:56.997Z[ recovery-image] Dec 19 22:17:55.614 INFO O| Dec 19 22:17:55.614 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
82282024-12-19T22:17:57.000Z[ recovery-image] Dec 19 22:17:55.614 INFO O| Dec 19 22:17:55.614 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
82292024-12-19T22:17:57.000Z[ recovery-image] Dec 19 22:17:55.614 INFO O| Dec 19 22:17:55.614 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
82302024-12-19T22:17:57.000Z[ recovery-image] Dec 19 22:17:55.614 INFO O| Dec 19 22:17:55.614 INFO ok!
82312024-12-19T22:17:57.000Z[ recovery-image] Dec 19 22:17:55.614 INFO O| Dec 19 22:17:55.614 INFO STEP 42 (ensure_file) COMPLETE
82322024-12-19T22:17:57.000Z[ recovery-image] Dec 19 22:17:55.614 INFO O| Dec 19 22:17:55.614 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82332024-12-19T22:17:57.019Z[ recovery-image] Dec 19 22:17:55.636 INFO O| Dec 19 22:17:55.636 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
82342024-12-19T22:17:57.019Z[ recovery-image] Dec 19 22:17:55.636 INFO O| Dec 19 22:17:55.636 INFO STEP 43 (ensure_dir) COMPLETE
82352024-12-19T22:17:57.019Z[ recovery-image] Dec 19 22:17:55.636 INFO O| Dec 19 22:17:55.636 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82362024-12-19T22:17:57.046Z[ recovery-image] Dec 19 22:17:55.662 INFO O| Dec 19 22:17:55.662 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
82372024-12-19T22:17:57.046Z[ recovery-image] Dec 19 22:17:55.662 INFO O| Dec 19 22:17:55.662 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
82382024-12-19T22:17:57.049Z[ recovery-image] Dec 19 22:17:55.662 INFO O| Dec 19 22:17:55.662 INFO STEP 44 (ensure_dir) COMPLETE
82392024-12-19T22:17:57.049Z[ recovery-image] Dec 19 22:17:55.662 INFO O| Dec 19 22:17:55.662 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82402024-12-19T22:17:57.083Z[ recovery-image] Dec 19 22:17:55.699 INFO O| Dec 19 22:17:55.699 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
82412024-12-19T22:17:57.086Z[ recovery-image] Dec 19 22:17:55.700 INFO O| Dec 19 22:17:55.699 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
82422024-12-19T22:17:57.086Z[ recovery-image] Dec 19 22:17:55.700 INFO O| Dec 19 22:17:55.700 INFO STEP 45 (ensure_dir) COMPLETE
82432024-12-19T22:17:57.086Z[ recovery-image] Dec 19 22:17:55.700 INFO O| Dec 19 22:17:55.700 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82442024-12-19T22:17:57.105Z[ recovery-image] Dec 19 22:17:55.721 INFO O| Dec 19 22:17:55.721 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
82452024-12-19T22:17:57.105Z[ recovery-image] Dec 19 22:17:55.721 INFO O| Dec 19 22:17:55.721 INFO copying /tmp/.tmplpZFK3/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
82462024-12-19T22:17:57.170Z[ recovery-image] Dec 19 22:17:55.786 INFO O| Dec 19 22:17:55.785 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
82472024-12-19T22:17:57.170Z[ recovery-image] Dec 19 22:17:55.786 INFO O| Dec 19 22:17:55.786 INFO ok!
82482024-12-19T22:17:57.170Z[ recovery-image] Dec 19 22:17:55.786 INFO O| Dec 19 22:17:55.786 INFO STEP 46 (ensure_file) COMPLETE
82492024-12-19T22:17:57.173Z[ recovery-image] Dec 19 22:17:55.786 INFO O| Dec 19 22:17:55.786 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82502024-12-19T22:17:57.193Z[ recovery-image] Dec 19 22:17:55.809 INFO O| Dec 19 22:17:55.809 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
82512024-12-19T22:17:57.193Z[ recovery-image] Dec 19 22:17:55.809 INFO O| Dec 19 22:17:55.809 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
82522024-12-19T22:17:57.193Z[ recovery-image] Dec 19 22:17:55.809 INFO O| Dec 19 22:17:55.809 INFO STEP 47 (ensure_dir) COMPLETE
82532024-12-19T22:17:57.196Z[ recovery-image] Dec 19 22:17:55.809 INFO O| Dec 19 22:17:55.809 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82542024-12-19T22:17:57.215Z[ recovery-image] Dec 19 22:17:55.831 INFO O| Dec 19 22:17:55.831 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
82552024-12-19T22:17:57.215Z[ recovery-image] Dec 19 22:17:55.831 INFO O| Dec 19 22:17:55.831 INFO copying /tmp/.tmplpZFK3/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
82562024-12-19T22:17:57.215Z[ recovery-image] Dec 19 22:17:55.831 INFO O| Dec 19 22:17:55.831 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
82572024-12-19T22:17:57.218Z[ recovery-image] Dec 19 22:17:55.831 INFO O| Dec 19 22:17:55.831 INFO ok!
82582024-12-19T22:17:57.218Z[ recovery-image] Dec 19 22:17:55.831 INFO O| Dec 19 22:17:55.831 INFO STEP 48 (ensure_file) COMPLETE
82592024-12-19T22:17:57.218Z[ recovery-image] Dec 19 22:17:55.831 INFO O| Dec 19 22:17:55.831 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82602024-12-19T22:17:57.238Z[ recovery-image] Dec 19 22:17:55.853 INFO O| Dec 19 22:17:55.853 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
82612024-12-19T22:17:57.238Z[ recovery-image] Dec 19 22:17:55.853 INFO O| Dec 19 22:17:55.853 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
82622024-12-19T22:17:57.238Z[ recovery-image] Dec 19 22:17:55.853 INFO O| Dec 19 22:17:55.853 INFO STEP 49 (ensure_dir) COMPLETE
82632024-12-19T22:17:57.241Z[ recovery-image] Dec 19 22:17:55.853 INFO O| Dec 19 22:17:55.853 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82642024-12-19T22:17:57.262Z[ recovery-image] Dec 19 22:17:55.877 INFO O| Dec 19 22:17:55.877 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
82652024-12-19T22:17:57.262Z[ recovery-image] Dec 19 22:17:55.878 INFO O| Dec 19 22:17:55.877 INFO copying /tmp/.tmplpZFK3/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
82662024-12-19T22:17:57.290Z[ recovery-image] Dec 19 22:17:55.904 INFO O| Dec 19 22:17:55.904 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
82672024-12-19T22:17:57.290Z[ recovery-image] Dec 19 22:17:55.904 INFO O| Dec 19 22:17:55.904 INFO ok!
82682024-12-19T22:17:57.290Z[ recovery-image] Dec 19 22:17:55.904 INFO O| Dec 19 22:17:55.904 INFO STEP 50 (ensure_file) COMPLETE
82692024-12-19T22:17:57.290Z[ recovery-image] Dec 19 22:17:55.904 INFO O| Dec 19 22:17:55.904 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82702024-12-19T22:17:57.314Z[ recovery-image] Dec 19 22:17:55.929 INFO O| Dec 19 22:17:55.929 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
82712024-12-19T22:17:57.314Z[ recovery-image] Dec 19 22:17:55.929 INFO O| Dec 19 22:17:55.929 INFO copying /tmp/.tmplpZFK3/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
82722024-12-19T22:17:57.841Z[ recovery-image] Dec 19 22:17:56.454 INFO O| Dec 19 22:17:56.454 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
82732024-12-19T22:17:57.841Z[ recovery-image] Dec 19 22:17:56.454 INFO O| Dec 19 22:17:56.454 INFO ok!
82742024-12-19T22:17:57.841Z[ recovery-image] Dec 19 22:17:56.454 INFO O| Dec 19 22:17:56.454 INFO STEP 51 (ensure_file) COMPLETE
82752024-12-19T22:17:57.841Z[ recovery-image] Dec 19 22:17:56.454 INFO O| Dec 19 22:17:56.454 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82762024-12-19T22:17:57.863Z[ recovery-image] Dec 19 22:17:56.476 INFO O| Dec 19 22:17:56.476 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
82772024-12-19T22:17:57.863Z[ recovery-image] Dec 19 22:17:56.476 INFO O| Dec 19 22:17:56.476 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
82782024-12-19T22:17:57.867Z[ recovery-image] Dec 19 22:17:56.476 INFO O| Dec 19 22:17:56.476 INFO STEP 52 (ensure_dir) COMPLETE
82792024-12-19T22:17:57.867Z[ recovery-image] Dec 19 22:17:56.476 INFO O| Dec 19 22:17:56.476 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82802024-12-19T22:17:57.884Z[ recovery-image] Dec 19 22:17:56.497 INFO O| Dec 19 22:17:56.497 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
82812024-12-19T22:17:57.884Z[ recovery-image] Dec 19 22:17:56.497 INFO O| Dec 19 22:17:56.497 INFO copying /tmp/.tmplpZFK3/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 ...
82822024-12-19T22:17:57.884Z[ recovery-image] Dec 19 22:17:56.497 INFO O| Dec 19 22:17:56.497 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
82832024-12-19T22:17:57.887Z[ recovery-image] Dec 19 22:17:56.497 INFO O| Dec 19 22:17:56.497 INFO ok!
82842024-12-19T22:17:57.887Z[ recovery-image] Dec 19 22:17:56.497 INFO O| Dec 19 22:17:56.497 INFO STEP 53 (ensure_file) COMPLETE
82852024-12-19T22:17:57.887Z[ recovery-image] Dec 19 22:17:56.497 INFO O| Dec 19 22:17:56.497 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82862024-12-19T22:17:58.074Z[ recovery-image] Dec 19 22:17:56.535 INFO O| Dec 19 22:17:56.535 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
82872024-12-19T22:17:58.074Z[ recovery-image] Dec 19 22:17:56.535 INFO O| Dec 19 22:17:56.535 INFO copying /tmp/.tmplpZFK3/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 ...
82882024-12-19T22:17:58.079Z[ recovery-image] Dec 19 22:17:56.535 INFO O| Dec 19 22:17:56.535 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
82892024-12-19T22:17:58.079Z[ recovery-image] Dec 19 22:17:56.535 INFO O| Dec 19 22:17:56.535 INFO ok!
82902024-12-19T22:17:58.079Z[ recovery-image] Dec 19 22:17:56.535 INFO O| Dec 19 22:17:56.535 INFO STEP 54 (ensure_file) COMPLETE
82912024-12-19T22:17:58.079Z[ recovery-image] Dec 19 22:17:56.535 INFO O| Dec 19 22:17:56.535 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82922024-12-19T22:17:58.079Z[ recovery-image] Dec 19 22:17:56.556 INFO O| Dec 19 22:17:56.556 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
82932024-12-19T22:17:58.079Z[ recovery-image] Dec 19 22:17:56.556 INFO O| Dec 19 22:17:56.556 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
82942024-12-19T22:17:58.079Z[ recovery-image] Dec 19 22:17:56.556 INFO O| Dec 19 22:17:56.556 INFO STEP 55 (ensure_dir) COMPLETE
82952024-12-19T22:17:58.079Z[ recovery-image] Dec 19 22:17:56.557 INFO O| Dec 19 22:17:56.556 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82962024-12-19T22:17:58.079Z[ recovery-image] Dec 19 22:17:56.577 INFO O| Dec 19 22:17:56.577 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
82972024-12-19T22:17:58.079Z[ recovery-image] Dec 19 22:17:56.577 INFO O| Dec 19 22:17:56.577 INFO copying /tmp/.tmplpZFK3/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 ...
82982024-12-19T22:17:58.079Z[ recovery-image] Dec 19 22:17:56.578 INFO O| Dec 19 22:17:56.577 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
82992024-12-19T22:17:58.079Z[ recovery-image] Dec 19 22:17:56.578 INFO O| Dec 19 22:17:56.578 INFO ok!
83002024-12-19T22:17:58.080Z[ recovery-image] Dec 19 22:17:56.578 INFO O| Dec 19 22:17:56.578 INFO STEP 56 (ensure_file) COMPLETE
83012024-12-19T22:17:58.080Z[ recovery-image] Dec 19 22:17:56.578 INFO O| Dec 19 22:17:56.578 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83022024-12-19T22:17:58.080Z[ recovery-image] Dec 19 22:17:56.598 INFO O| Dec 19 22:17:56.598 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
83032024-12-19T22:17:58.080Z[ recovery-image] Dec 19 22:17:56.598 INFO O| Dec 19 22:17:56.598 INFO copying /tmp/.tmplpZFK3/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 ...
83042024-12-19T22:17:58.080Z[ recovery-image] Dec 19 22:17:56.598 INFO O| Dec 19 22:17:56.598 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
83052024-12-19T22:17:58.080Z[ recovery-image] Dec 19 22:17:56.598 INFO O| Dec 19 22:17:56.598 INFO ok!
83062024-12-19T22:17:58.080Z[ recovery-image] Dec 19 22:17:56.598 INFO O| Dec 19 22:17:56.598 INFO STEP 57 (ensure_file) COMPLETE
83072024-12-19T22:17:58.080Z[ recovery-image] Dec 19 22:17:56.598 INFO O| Dec 19 22:17:56.598 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83082024-12-19T22:17:58.080Z[ recovery-image] Dec 19 22:17:56.623 INFO O| Dec 19 22:17:56.623 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
83092024-12-19T22:17:58.080Z[ recovery-image] Dec 19 22:17:56.623 INFO O| Dec 19 22:17:56.623 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
83102024-12-19T22:17:58.080Z[ recovery-image] Dec 19 22:17:56.623 INFO O| Dec 19 22:17:56.623 INFO STEP 58 (ensure_dir) COMPLETE
83112024-12-19T22:17:58.080Z[ recovery-image] Dec 19 22:17:56.623 INFO O| Dec 19 22:17:56.623 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83122024-12-19T22:17:58.080Z[ recovery-image] Dec 19 22:17:56.645 INFO O| Dec 19 22:17:56.645 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
83132024-12-19T22:17:58.080Z[ recovery-image] Dec 19 22:17:56.645 INFO O| Dec 19 22:17:56.645 INFO copying /tmp/.tmplpZFK3/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 ...
83142024-12-19T22:17:58.080Z[ recovery-image] Dec 19 22:17:56.645 INFO O| Dec 19 22:17:56.645 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
83152024-12-19T22:17:58.080Z[ recovery-image] Dec 19 22:17:56.645 INFO O| Dec 19 22:17:56.645 INFO ok!
83162024-12-19T22:17:58.080Z[ recovery-image] Dec 19 22:17:56.645 INFO O| Dec 19 22:17:56.645 INFO STEP 59 (ensure_file) COMPLETE
83172024-12-19T22:17:58.080Z[ recovery-image] Dec 19 22:17:56.645 INFO O| Dec 19 22:17:56.645 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83182024-12-19T22:17:58.080Z[ recovery-image] Dec 19 22:17:56.666 INFO O| Dec 19 22:17:56.665 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
83192024-12-19T22:17:58.081Z[ recovery-image] Dec 19 22:17:56.666 INFO O| Dec 19 22:17:56.665 INFO copying /tmp/.tmplpZFK3/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
83202024-12-19T22:17:58.081Z[ recovery-image] Dec 19 22:17:56.666 INFO O| Dec 19 22:17:56.666 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
83212024-12-19T22:17:58.081Z[ recovery-image] Dec 19 22:17:56.666 INFO O| Dec 19 22:17:56.666 INFO ok!
83222024-12-19T22:17:58.081Z[ recovery-image] Dec 19 22:17:56.666 INFO O| Dec 19 22:17:56.666 INFO STEP 60 (ensure_file) COMPLETE
83232024-12-19T22:17:58.081Z[ recovery-image] Dec 19 22:17:56.666 INFO O| Dec 19 22:17:56.666 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83242024-12-19T22:17:58.081Z[ recovery-image] Dec 19 22:17:56.687 INFO O| Dec 19 22:17:56.686 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
83252024-12-19T22:17:58.081Z[ recovery-image] Dec 19 22:17:56.687 INFO O| Dec 19 22:17:56.687 INFO STEP 61 (ensure_dir) COMPLETE
83262024-12-19T22:17:58.081Z[ recovery-image] Dec 19 22:17:56.687 INFO O| Dec 19 22:17:56.687 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83272024-12-19T22:17:58.115Z[ recovery-image] Dec 19 22:17:56.727 INFO O| Dec 19 22:17:56.727 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
83282024-12-19T22:17:58.115Z[ recovery-image] Dec 19 22:17:56.727 INFO O| Dec 19 22:17:56.727 INFO STEP 62 (ensure_dir) COMPLETE
83292024-12-19T22:17:58.119Z[ recovery-image] Dec 19 22:17:56.727 INFO O| Dec 19 22:17:56.727 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83302024-12-19T22:17:58.153Z[ recovery-image] Dec 19 22:17:56.765 INFO O| Dec 19 22:17:56.765 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
83312024-12-19T22:17:58.154Z[ recovery-image] Dec 19 22:17:56.765 INFO O| Dec 19 22:17:56.765 INFO STEP 63 (ensure_dir) COMPLETE
83322024-12-19T22:17:58.156Z[ recovery-image] Dec 19 22:17:56.765 INFO O| Dec 19 22:17:56.765 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83332024-12-19T22:17:58.193Z[ recovery-image] Dec 19 22:17:56.804 INFO O| Dec 19 22:17:56.804 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
83342024-12-19T22:17:58.193Z[ recovery-image] Dec 19 22:17:56.804 INFO O| Dec 19 22:17:56.804 INFO STEP 64 (ensure_dir) COMPLETE
83352024-12-19T22:17:58.193Z[ recovery-image] Dec 19 22:17:56.804 INFO O| Dec 19 22:17:56.804 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83362024-12-19T22:17:58.225Z[ host-image] Dec 19 22:17:56.837 INFO O| Dec 19 22:17:56.837 INFO O| Done
83372024-12-19T22:17:58.231Z[ recovery-image] Dec 19 22:17:56.843 INFO O| Dec 19 22:17:56.843 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
83382024-12-19T22:17:58.232Z[ recovery-image] Dec 19 22:17:56.843 INFO O| Dec 19 22:17:56.843 INFO copying /tmp/.tmplpZFK3/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
83392024-12-19T22:17:58.234Z[ recovery-image] Dec 19 22:17:56.843 INFO O| Dec 19 22:17:56.843 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
83402024-12-19T22:17:58.234Z[ recovery-image] Dec 19 22:17:56.843 INFO O| Dec 19 22:17:56.843 INFO ok!
83412024-12-19T22:17:58.234Z[ recovery-image] Dec 19 22:17:56.843 INFO O| Dec 19 22:17:56.843 INFO STEP 65 (ensure_file) COMPLETE
83422024-12-19T22:17:58.235Z[ recovery-image] Dec 19 22:17:56.843 INFO O| Dec 19 22:17:56.843 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83432024-12-19T22:17:58.291Z[ recovery-image] Dec 19 22:17:56.902 INFO O| Dec 19 22:17:56.902 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
83442024-12-19T22:17:58.293Z[ recovery-image] Dec 19 22:17:56.902 INFO O| Dec 19 22:17:56.902 INFO STEP 66 (remove_files) COMPLETE
83452024-12-19T22:17:58.293Z[ recovery-image] Dec 19 22:17:56.902 INFO O| Dec 19 22:17:56.902 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83462024-12-19T22:17:58.313Z[ recovery-image] Dec 19 22:17:56.924 INFO O| Dec 19 22:17:56.924 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
83472024-12-19T22:17:58.313Z[ recovery-image] Dec 19 22:17:56.924 INFO O| Dec 19 22:17:56.924 INFO STEP 67 (remove_files) COMPLETE
83482024-12-19T22:17:58.313Z[ recovery-image] Dec 19 22:17:56.924 INFO O| Dec 19 22:17:56.924 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83492024-12-19T22:17:58.334Z[ recovery-image] Dec 19 22:17:56.945 INFO O| Dec 19 22:17:56.944 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
83502024-12-19T22:17:58.334Z[ recovery-image] Dec 19 22:17:56.945 INFO O| Dec 19 22:17:56.944 INFO STEP 68 (remove_files) COMPLETE
83512024-12-19T22:17:58.336Z[ recovery-image] Dec 19 22:17:56.945 INFO O| Dec 19 22:17:56.944 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83522024-12-19T22:17:58.353Z[ recovery-image] Dec 19 22:17:56.964 INFO O| Dec 19 22:17:56.964 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
83532024-12-19T22:17:58.357Z[ recovery-image] Dec 19 22:17:56.964 INFO O| Dec 19 22:17:56.964 INFO STEP 69 (remove_files) COMPLETE
83542024-12-19T22:17:58.357Z[ recovery-image] Dec 19 22:17:56.964 INFO O| Dec 19 22:17:56.964 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83552024-12-19T22:17:58.373Z[ recovery-image] Dec 19 22:17:56.983 INFO O| Dec 19 22:17:56.983 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
83562024-12-19T22:17:58.373Z[ recovery-image] Dec 19 22:17:56.983 INFO O| Dec 19 22:17:56.983 INFO STEP 70 (remove_files) COMPLETE
83572024-12-19T22:17:58.373Z[ recovery-image] Dec 19 22:17:56.984 INFO O| Dec 19 22:17:56.983 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83582024-12-19T22:17:58.404Z[ recovery-image] Dec 19 22:17:57.013 INFO O| Dec 19 22:17:57.013 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
83592024-12-19T22:17:58.404Z[ recovery-image] Dec 19 22:17:57.014 INFO O| Dec 19 22:17:57.014 INFO STEP 71 (remove_files) COMPLETE
83602024-12-19T22:17:58.404Z[ recovery-image] Dec 19 22:17:57.014 INFO O| Dec 19 22:17:57.014 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83612024-12-19T22:17:58.467Z[ recovery-image] Dec 19 22:17:57.078 INFO O| Dec 19 22:17:57.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
83622024-12-19T22:17:58.471Z[ recovery-image] Dec 19 22:17:57.078 INFO O| Dec 19 22:17:57.078 INFO STEP 72 (remove_files) COMPLETE
83632024-12-19T22:17:58.471Z[ recovery-image] Dec 19 22:17:57.078 INFO O| Dec 19 22:17:57.078 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83642024-12-19T22:17:58.492Z[ recovery-image] Dec 19 22:17:57.101 INFO O| Dec 19 22:17:57.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
83652024-12-19T22:17:58.492Z[ recovery-image] Dec 19 22:17:57.102 INFO O| Dec 19 22:17:57.101 INFO STEP 73 (remove_files) COMPLETE
83662024-12-19T22:17:58.492Z[ recovery-image] Dec 19 22:17:57.102 INFO O| Dec 19 22:17:57.102 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83672024-12-19T22:17:58.513Z[ recovery-image] Dec 19 22:17:57.123 INFO O| Dec 19 22:17:57.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
83682024-12-19T22:17:58.513Z[ recovery-image] Dec 19 22:17:57.124 INFO O| Dec 19 22:17:57.124 INFO STEP 74 (remove_files) COMPLETE
83692024-12-19T22:17:58.517Z[ recovery-image] Dec 19 22:17:57.124 INFO O| Dec 19 22:17:57.124 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83702024-12-19T22:17:58.544Z[ recovery-image] Dec 19 22:17:57.154 INFO O| Dec 19 22:17:57.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
83712024-12-19T22:17:58.544Z[ recovery-image] Dec 19 22:17:57.154 INFO O| Dec 19 22:17:57.154 INFO STEP 75 (remove_files) COMPLETE
83722024-12-19T22:17:58.547Z[ recovery-image] Dec 19 22:17:57.154 INFO O| Dec 19 22:17:57.154 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83732024-12-19T22:17:58.581Z[ recovery-image] Dec 19 22:17:57.191 INFO O| Dec 19 22:17:57.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
83742024-12-19T22:17:58.581Z[ recovery-image] Dec 19 22:17:57.191 INFO O| Dec 19 22:17:57.191 INFO STEP 76 (remove_files) COMPLETE
83752024-12-19T22:17:58.584Z[ recovery-image] Dec 19 22:17:57.191 INFO O| Dec 19 22:17:57.191 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83762024-12-19T22:17:58.623Z[ recovery-image] Dec 19 22:17:57.233 INFO O| Dec 19 22:17:57.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
83772024-12-19T22:17:58.623Z[ recovery-image] Dec 19 22:17:57.233 INFO O| Dec 19 22:17:57.233 INFO STEP 77 (remove_files) COMPLETE
83782024-12-19T22:17:58.626Z[ recovery-image] Dec 19 22:17:57.233 INFO O| Dec 19 22:17:57.233 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83792024-12-19T22:17:58.644Z[ recovery-image] Dec 19 22:17:57.253 INFO O| Dec 19 22:17:57.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
83802024-12-19T22:17:58.644Z[ recovery-image] Dec 19 22:17:57.253 INFO O| Dec 19 22:17:57.253 INFO STEP 78 (remove_files) COMPLETE
83812024-12-19T22:17:58.644Z[ recovery-image] Dec 19 22:17:57.253 INFO O| Dec 19 22:17:57.253 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83822024-12-19T22:17:58.662Z[ recovery-image] Dec 19 22:17:57.272 INFO O| Dec 19 22:17:57.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
83832024-12-19T22:17:58.662Z[ recovery-image] Dec 19 22:17:57.272 INFO O| Dec 19 22:17:57.272 INFO STEP 79 (remove_files) COMPLETE
83842024-12-19T22:17:58.662Z[ recovery-image] Dec 19 22:17:57.272 INFO O| Dec 19 22:17:57.272 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83852024-12-19T22:17:58.682Z[ recovery-image] Dec 19 22:17:57.291 INFO O| Dec 19 22:17:57.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
83862024-12-19T22:17:58.682Z[ recovery-image] Dec 19 22:17:57.291 INFO O| Dec 19 22:17:57.291 INFO STEP 80 (remove_files) COMPLETE
83872024-12-19T22:17:58.682Z[ recovery-image] Dec 19 22:17:57.291 INFO O| Dec 19 22:17:57.291 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83882024-12-19T22:17:58.702Z[ recovery-image] Dec 19 22:17:57.312 INFO O| Dec 19 22:17:57.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
83892024-12-19T22:17:58.703Z[ recovery-image] Dec 19 22:17:57.312 INFO O| Dec 19 22:17:57.312 INFO STEP 81 (remove_files) COMPLETE
83902024-12-19T22:17:58.703Z[ recovery-image] Dec 19 22:17:57.312 INFO O| Dec 19 22:17:57.312 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83912024-12-19T22:17:58.730Z[ recovery-image] Dec 19 22:17:57.339 INFO O| Dec 19 22:17:57.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
83922024-12-19T22:17:58.732Z[ recovery-image] Dec 19 22:17:57.340 INFO O| Dec 19 22:17:57.340 INFO STEP 82 (remove_files) COMPLETE
83932024-12-19T22:17:58.732Z[ recovery-image] Dec 19 22:17:57.340 INFO O| Dec 19 22:17:57.340 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83942024-12-19T22:17:58.750Z[ recovery-image] Dec 19 22:17:57.359 INFO O| Dec 19 22:17:57.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
83952024-12-19T22:17:58.750Z[ recovery-image] Dec 19 22:17:57.359 INFO O| Dec 19 22:17:57.359 INFO STEP 83 (remove_files) COMPLETE
83962024-12-19T22:17:58.753Z[ recovery-image] Dec 19 22:17:57.360 INFO O| Dec 19 22:17:57.359 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83972024-12-19T22:17:58.770Z[ recovery-image] Dec 19 22:17:57.380 INFO O| Dec 19 22:17:57.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
83982024-12-19T22:17:58.774Z[ recovery-image] Dec 19 22:17:57.380 INFO O| Dec 19 22:17:57.380 INFO STEP 84 (remove_files) COMPLETE
83992024-12-19T22:17:58.774Z[ recovery-image] Dec 19 22:17:57.380 INFO O| Dec 19 22:17:57.380 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84002024-12-19T22:17:58.794Z[ recovery-image] Dec 19 22:17:57.402 INFO O| Dec 19 22:17:57.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
84012024-12-19T22:17:58.794Z[ recovery-image] Dec 19 22:17:57.403 INFO O| Dec 19 22:17:57.403 INFO STEP 85 (remove_files) COMPLETE
84022024-12-19T22:17:58.796Z[ recovery-image] Dec 19 22:17:57.403 INFO O| Dec 19 22:17:57.403 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84032024-12-19T22:17:58.816Z[ recovery-image] Dec 19 22:17:57.425 INFO O| Dec 19 22:17:57.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
84042024-12-19T22:17:58.819Z[ recovery-image] Dec 19 22:17:57.425 INFO O| Dec 19 22:17:57.425 INFO STEP 86 (remove_files) COMPLETE
84052024-12-19T22:17:58.819Z[ recovery-image] Dec 19 22:17:57.425 INFO O| Dec 19 22:17:57.425 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84062024-12-19T22:17:58.839Z[ recovery-image] Dec 19 22:17:57.448 INFO O| Dec 19 22:17:57.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
84072024-12-19T22:17:58.842Z[ recovery-image] Dec 19 22:17:57.448 INFO O| Dec 19 22:17:57.448 INFO STEP 87 (remove_files) COMPLETE
84082024-12-19T22:17:58.842Z[ recovery-image] Dec 19 22:17:57.448 INFO O| Dec 19 22:17:57.448 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84092024-12-19T22:17:58.868Z[ recovery-image] Dec 19 22:17:57.477 INFO O| Dec 19 22:17:57.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
84102024-12-19T22:17:58.869Z[ recovery-image] Dec 19 22:17:57.477 INFO O| Dec 19 22:17:57.477 INFO STEP 88 (remove_files) COMPLETE
84112024-12-19T22:17:58.871Z[ recovery-image] Dec 19 22:17:57.477 INFO O| Dec 19 22:17:57.477 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84122024-12-19T22:17:58.900Z[ recovery-image] Dec 19 22:17:57.508 INFO O| Dec 19 22:17:57.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
84132024-12-19T22:17:58.902Z[ recovery-image] Dec 19 22:17:57.509 INFO O| Dec 19 22:17:57.509 INFO STEP 89 (remove_files) COMPLETE
84142024-12-19T22:17:58.902Z[ recovery-image] Dec 19 22:17:57.509 INFO O| Dec 19 22:17:57.509 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84152024-12-19T22:17:58.921Z[ recovery-image] Dec 19 22:17:57.530 INFO O| Dec 19 22:17:57.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
84162024-12-19T22:17:58.921Z[ recovery-image] Dec 19 22:17:57.530 INFO O| Dec 19 22:17:57.530 INFO STEP 90 (remove_files) COMPLETE
84172024-12-19T22:17:58.922Z[ recovery-image] Dec 19 22:17:57.530 INFO O| Dec 19 22:17:57.530 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84182024-12-19T22:17:58.957Z[ recovery-image] Dec 19 22:17:57.566 INFO O| Dec 19 22:17:57.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
84192024-12-19T22:17:58.957Z[ recovery-image] Dec 19 22:17:57.566 INFO O| Dec 19 22:17:57.566 INFO STEP 91 (remove_files) COMPLETE
84202024-12-19T22:17:58.957Z[ recovery-image] Dec 19 22:17:57.566 INFO O| Dec 19 22:17:57.566 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84212024-12-19T22:17:58.996Z[ recovery-image] Dec 19 22:17:57.604 INFO O| Dec 19 22:17:57.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
84222024-12-19T22:17:58.996Z[ recovery-image] Dec 19 22:17:57.604 INFO O| Dec 19 22:17:57.604 INFO STEP 92 (remove_files) COMPLETE
84232024-12-19T22:17:58.996Z[ recovery-image] Dec 19 22:17:57.604 INFO O| Dec 19 22:17:57.604 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84242024-12-19T22:17:59.018Z[ recovery-image] Dec 19 22:17:57.624 INFO O| Dec 19 22:17:57.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
84252024-12-19T22:17:59.018Z[ recovery-image] Dec 19 22:17:57.624 INFO O| Dec 19 22:17:57.624 INFO STEP 93 (remove_files) COMPLETE
84262024-12-19T22:17:59.018Z[ recovery-image] Dec 19 22:17:57.624 INFO O| Dec 19 22:17:57.624 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84272024-12-19T22:17:59.095Z[ recovery-image] Dec 19 22:17:57.703 INFO O| Dec 19 22:17:57.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
84282024-12-19T22:17:59.095Z[ recovery-image] Dec 19 22:17:57.703 INFO O| Dec 19 22:17:57.703 INFO STEP 94 (remove_files) COMPLETE
84292024-12-19T22:17:59.095Z[ recovery-image] Dec 19 22:17:57.703 INFO O| Dec 19 22:17:57.703 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
84302024-12-19T22:17:59.127Z[ recovery-image] Dec 19 22:17:57.735 INFO O| Dec 19 22:17:57.735 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
84312024-12-19T22:17:59.130Z[ recovery-image] Dec 19 22:17:57.735 INFO O| Dec 19 22:17:57.735 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", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
84322024-12-19T22:18:01.027Z[ host-image] Dec 19 22:17:59.626 INFO O| Dec 19 22:17:59.626 INFO O| Done
84332024-12-19T22:18:01.077Z[ host-image] Dec 19 22:17:59.676 INFO O| Dec 19 22:17:59.676 INFO O| Done
84342024-12-19T22:18:01.077Z[ host-image] Dec 19 22:17:59.676 INFO O| Dec 19 22:17:59.676 INFO O| Done
84352024-12-19T22:18:01.094Z[ host-image] Dec 19 22:17:59.693 INFO O| Dec 19 22:17:59.693 INFO O| Done
84362024-12-19T22:18:01.287Z[ host-image] Dec 19 22:17:59.886 INFO O| Dec 19 22:17:59.886 INFO STEP 14 (pkg_install) COMPLETE
84372024-12-19T22:18:01.287Z[ host-image] Dec 19 22:17:59.886 INFO O| Dec 19 22:17:59.886 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
84382024-12-19T22:18:01.287Z[ host-image] Dec 19 22:17:59.886 INFO O| Dec 19 22:17:59.886 INFO skip step because feature "mfg" is not enabled
84392024-12-19T22:18:01.288Z[ host-image] Dec 19 22:17:59.886 INFO O| Dec 19 22:17:59.886 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
84402024-12-19T22:18:01.288Z[ host-image] Dec 19 22:17:59.886 INFO O| Dec 19 22:17:59.886 INFO skip step because feature "compliance" is not enabled
84412024-12-19T22:18:01.290Z[ host-image] Dec 19 22:17:59.886 INFO O| Dec 19 22:17:59.886 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
84422024-12-19T22:18:01.290Z[ host-image] Dec 19 22:17:59.886 INFO O| Dec 19 22:17:59.886 INFO skip step because feature "stress" is not enabled
84432024-12-19T22:18:01.290Z[ host-image] Dec 19 22:17:59.886 INFO O| Dec 19 22:17:59.886 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
84442024-12-19T22:18:01.290Z[ host-image] Dec 19 22:17:59.886 INFO O| Dec 19 22:17:59.886 INFO skip step because feature "nfs" is not enabled
84452024-12-19T22:18:01.290Z[ host-image] Dec 19 22:17:59.886 INFO O| Dec 19 22:17:59.886 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
84462024-12-19T22:18:01.290Z[ host-image] Dec 19 22:17:59.886 INFO O| Dec 19 22:17:59.886 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
84472024-12-19T22:18:01.437Z[ host-image] Dec 19 22:18:00.034 INFO O| Dec 19 22:18:00.034 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
84482024-12-19T22:18:01.574Z[ host-image] Dec 19 22:18:00.172 INFO O| Dec 19 22:18:00.172 INFO completed processing gimlet/ramdisk-01-os
84492024-12-19T22:18:01.577Z[ host-image] Dec 19 22:18:00.175 INFO omicron1 baseline generation...
84502024-12-19T22:18:01.580Z[ host-image] Dec 19 22:18:00.175 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
84512024-12-19T22:18:02.661Z[ host-image] Dec 19 22:18:01.253 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23080:20241219T204626Z
84522024-12-19T22:18:14.652Z[ recovery-image] Dec 19 22:18:13.194 INFO O| Dec 19 22:18:13.194 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
84532024-12-19T22:18:14.655Z[ recovery-image] Dec 19 22:18:13.194 INFO O| Dec 19 22:18:13.194 INFO E| svccfg: Loaded 67 smf(7) service descriptions
84542024-12-19T22:18:14.671Z[ recovery-image] Dec 19 22:18:13.213 INFO O| Dec 19 22:18:13.213 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_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
84552024-12-19T22:18:14.859Z[ recovery-image] Dec 19 22:18:13.401 INFO O| Dec 19 22:18:13.400 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
84562024-12-19T22:18:14.862Z[ recovery-image] Dec 19 22:18:13.401 INFO O| Dec 19 22:18:13.400 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 ...
84572024-12-19T22:18:14.863Z[ recovery-image] Dec 19 22:18:13.403 INFO O| Dec 19 22:18:13.403 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
84582024-12-19T22:18:14.863Z[ recovery-image] Dec 19 22:18:13.403 INFO O| Dec 19 22:18:13.403 INFO ok!
84592024-12-19T22:18:14.863Z[ recovery-image] Dec 19 22:18:13.403 INFO O| Dec 19 22:18:13.403 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
84602024-12-19T22:18:14.863Z[ recovery-image] Dec 19 22:18:13.403 INFO O| Dec 19 22:18:13.403 INFO STEP 95 (seed_smf) COMPLETE
84612024-12-19T22:18:14.866Z[ recovery-image] Dec 19 22:18:13.403 INFO O| Dec 19 22:18:13.403 INFO steps complete; finalising image!
84622024-12-19T22:18:14.866Z[ recovery-image] Dec 19 22:18:13.403 INFO O| Dec 19 22:18:13.403 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
84632024-12-19T22:18:14.933Z[ recovery-image] Dec 19 22:18:13.473 INFO O| Dec 19 22:18:13.473 INFO trim TEMPORARY-gimlet-zfs-recovery: (0% trimmed, started at Thu Dec 19 22:18:13 2024)
84642024-12-19T22:18:15.144Z[ recovery-image] Dec 19 22:18:13.684 INFO O| Dec 19 22:18:13.684 INFO trim TEMPORARY-gimlet-zfs-recovery: (65% trimmed, started at Thu Dec 19 22:18:13 2024)
84652024-12-19T22:18:15.403Z[ recovery-image] Dec 19 22:18:13.941 INFO O| Dec 19 22:18:13.941 INFO temporary pool has 362M used, 1.40G avail, 1.00x compressratio
84662024-12-19T22:18:15.403Z[ recovery-image] Dec 19 22:18:13.941 INFO O| Dec 19 22:18:13.941 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
84672024-12-19T22:18:16.023Z[ recovery-image] Dec 19 22:18:14.558 INFO O| Dec 19 22:18:14.558 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
84682024-12-19T22:18:16.023Z[ recovery-image] Dec 19 22:18:14.559 INFO O| Dec 19 22:18:14.558 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
84692024-12-19T22:18:21.571Z[ recovery-image] Dec 19 22:18:20.084 INFO O| Dec 19 22:18:20.084 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84702024-12-19T22:18:21.571Z[ recovery-image] Dec 19 22:18:20.084 INFO O| Dec 19 22:18:20.084 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84712024-12-19T22:18:21.574Z[ recovery-image] Dec 19 22:18:20.084 INFO O| Dec 19 22:18:20.084 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84722024-12-19T22:18:21.574Z[ recovery-image] Dec 19 22:18:20.084 INFO O| Dec 19 22:18:20.084 INFO completed processing gimlet/zfs-recovery
84732024-12-19T22:18:21.574Z[ recovery-image] Dec 19 22:18:20.084 INFO O| Dec 19 22:18:20.084 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
84742024-12-19T22:18:22.459Z[ recovery-image] Dec 19 22:18:20.967 INFO O| Dec 19 22:18:20.967 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
84752024-12-19T22:18:22.606Z[ recovery-image] Dec 19 22:18:21.115 INFO BUILD STRING "heads/stlouis-0-g37a4469737\n"
84762024-12-19T22:18:22.609Z[ recovery-image] Dec 19 22:18:21.116 INFO expanded image name: "recovery 6c76593/${os_short_commit} 2024-12-19 21:48" -> "recovery 6c76593/37a4469 2024-12-19 21:48"
84772024-12-19T22:18:22.609Z[ recovery-image] Dec 19 22:18:21.116 INFO output artefacts stored in: "/work/os-recovery"
84782024-12-19T22:18:22.609Z[ recovery-image] Dec 19 22:18:21.116 INFO collecting git info from project "bootserver"...
84792024-12-19T22:18:22.653Z[ recovery-image] Dec 19 22:18:21.161 INFO collecting git info from project "image-builder"...
84802024-12-19T22:18:22.664Z[ recovery-image] Dec 19 22:18:21.172 INFO collecting git info from project "pilot"...
84812024-12-19T22:18:22.690Z[ recovery-image] Dec 19 22:18:21.198 INFO collecting git info from project "amd-firmware"...
84822024-12-19T22:18:23.001Z[ recovery-image] Dec 19 22:18:21.507 INFO collecting git info from project "pinprick"...
84832024-12-19T22:18:23.011Z[ recovery-image] Dec 19 22:18:21.518 INFO collecting git info from project "phbl"...
84842024-12-19T22:18:23.023Z[ recovery-image] Dec 19 22:18:21.530 INFO collecting git info from project "amd-host-image-builder"...
84852024-12-19T22:18:23.248Z[ recovery-image] Dec 19 22:18:21.753 INFO collecting git info from project "chelsio-t6-roms"...
84862024-12-19T22:18:23.283Z[ recovery-image] Dec 19 22:18:21.789 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
84872024-12-19T22:18:24.604Z[ recovery-image] Dec 19 22:18:23.104 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
84882024-12-19T22:18:25.362Z[ recovery-image] Dec 19 22:18:23.859 INFO creating Oxide boot image...
84892024-12-19T22:18:25.362Z[ recovery-image] Dec 19 22:18:23.859 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 6c76593/37a4469 2024-12-19 21:48", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
84902024-12-19T22:19:33.409Z[ recovery-image] Dec 19 22:19:31.618 INFO O| ok, image written!
84912024-12-19T22:19:33.409Z[ recovery-image] Dec 19 22:19:31.618 INFO O| ok, boot_image_csum file written!
84922024-12-19T22:19:33.415Z[ recovery-image] Dec 19 22:19:31.625 INFO creating boot archive (CPIO)...
84932024-12-19T22:19:33.418Z[ recovery-image] Dec 19 22:19:31.625 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
84942024-12-19T22:19:33.439Z[ recovery-image] Dec 19 22:19:31.648 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
84952024-12-19T22:19:33.439Z[ recovery-image] Dec 19 22:19:31.648 INFO E| + outfile=/work/os-recovery/cpio
84962024-12-19T22:19:33.442Z[ recovery-image] Dec 19 22:19:31.648 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
84972024-12-19T22:19:33.444Z[ recovery-image] Dec 19 22:19:31.652 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
84982024-12-19T22:19:33.444Z[ recovery-image] Dec 19 22:19:31.652 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
84992024-12-19T22:19:33.486Z[ recovery-image] Dec 19 22:19:31.695 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
85002024-12-19T22:19:33.486Z[ recovery-image] Dec 19 22:19:31.695 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
85012024-12-19T22:19:33.497Z[ recovery-image] Dec 19 22:19:31.706 INFO creating compressed cpio/unix for nanobl-rs...
85022024-12-19T22:19:33.497Z[ recovery-image] Dec 19 22:19:31.706 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
85032024-12-19T22:19:33.924Z[ recovery-image] Dec 19 22:19:32.131 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
85042024-12-19T22:19:40.678Z[ recovery-image] Dec 19 22:19:38.856 INFO creating reset image...
85052024-12-19T22:19:40.681Z[ recovery-image] Dec 19 22:19:38.856 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
85062024-12-19T22:19:41.163Z[ recovery-image] Dec 19 22:19:39.339 INFO E| Updating crates.io index
85072024-12-19T22:19:41.347Z[ recovery-image] Dec 19 22:19:39.522 INFO E| Downloading crates ...
85082024-12-19T22:19:41.808Z[ recovery-image] Dec 19 22:19:39.981 INFO E| Downloaded shared_child v1.0.1
85092024-12-19T22:19:41.811Z[ recovery-image] Dec 19 22:19:39.985 INFO E| Downloaded duct v0.13.7
85102024-12-19T22:19:41.814Z[ recovery-image] Dec 19 22:19:39.988 INFO E| Downloaded clap v4.5.17
85112024-12-19T22:19:41.840Z[ recovery-image] Dec 19 22:19:40.014 INFO E| Downloaded clap_derive v4.5.13
85122024-12-19T22:19:41.844Z[ recovery-image] Dec 19 22:19:40.018 INFO E| Downloaded os_pipe v1.2.1
85132024-12-19T22:19:41.892Z[ recovery-image] Dec 19 22:19:40.065 INFO E| Downloaded syn v2.0.77
85142024-12-19T22:19:41.906Z[ recovery-image] Dec 19 22:19:40.079 INFO E| Downloaded clap_builder v4.5.17
85152024-12-19T22:19:41.947Z[ recovery-image] Dec 19 22:19:40.120 INFO E| Downloaded libc v0.2.158
85162024-12-19T22:19:42.115Z[ recovery-image] Dec 19 22:19:40.288 INFO E| Compiling proc-macro2 v1.0.86
85172024-12-19T22:19:42.115Z[ recovery-image] Dec 19 22:19:40.288 INFO E| Compiling unicode-ident v1.0.13
85182024-12-19T22:19:42.119Z[ recovery-image] Dec 19 22:19:40.288 INFO E| Compiling libc v0.2.158
85192024-12-19T22:19:42.119Z[ recovery-image] Dec 19 22:19:40.288 INFO E| Compiling utf8parse v0.2.2
85202024-12-19T22:19:42.119Z[ recovery-image] Dec 19 22:19:40.288 INFO E| Compiling colorchoice v1.0.2
85212024-12-19T22:19:42.119Z[ recovery-image] Dec 19 22:19:40.288 INFO E| Compiling anstyle-query v1.1.1
85222024-12-19T22:19:42.119Z[ recovery-image] Dec 19 22:19:40.288 INFO E| Compiling anstyle v1.0.8
85232024-12-19T22:19:42.119Z[ recovery-image] Dec 19 22:19:40.288 INFO E| Compiling is_terminal_polyfill v1.70.1
85242024-12-19T22:19:42.963Z[ recovery-image] Dec 19 22:19:41.131 INFO E| Compiling heck v0.5.0
85252024-12-19T22:19:42.965Z[ recovery-image] Dec 19 22:19:41.132 INFO E| Compiling clap_lex v0.7.2
85262024-12-19T22:19:42.965Z[ recovery-image] Dec 19 22:19:41.132 INFO E| Compiling strsim v0.11.1
85272024-12-19T22:19:43.360Z[ recovery-image] Dec 19 22:19:41.527 INFO E| Compiling anstyle-parse v0.2.5
85282024-12-19T22:19:43.426Z[ recovery-image] Dec 19 22:19:41.593 INFO E| Compiling once_cell v1.19.0
85292024-12-19T22:19:43.800Z[ recovery-image] Dec 19 22:19:41.963 INFO E| Compiling anstream v0.6.15
85302024-12-19T22:19:44.577Z[ recovery-image] Dec 19 22:19:42.738 INFO E| Compiling clap_builder v4.5.17
85312024-12-19T22:19:44.844Z[ recovery-image] Dec 19 22:19:43.004 INFO E| Compiling quote v1.0.37
85322024-12-19T22:19:45.446Z[ recovery-image] Dec 19 22:19:43.604 INFO E| Compiling syn v2.0.77
85332024-12-19T22:19:45.614Z[ recovery-image] Dec 19 22:19:43.772 INFO E| Compiling os_pipe v1.2.1
85342024-12-19T22:19:45.614Z[ recovery-image] Dec 19 22:19:43.772 INFO E| Compiling shared_child v1.0.1
85352024-12-19T22:19:45.885Z[ recovery-image] Dec 19 22:19:44.042 INFO E| Compiling duct v0.13.7
85362024-12-19T22:19:49.328Z[ host-image] Dec 19 22:19:47.470 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23080:20241219T204658Z
85372024-12-19T22:19:49.328Z[ host-image] Dec 19 22:19:47.470 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23080:20241219T204658Z
85382024-12-19T22:19:49.330Z[ host-image] Dec 19 22:19:47.470 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
85392024-12-19T22:19:49.330Z[ host-image] Dec 19 22:19:47.470 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
85402024-12-19T22:19:49.330Z[ host-image] Dec 19 22:19:47.470 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
85412024-12-19T22:19:49.330Z[ host-image] Dec 19 22:19:47.471 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
85422024-12-19T22:19:49.340Z[ host-image] Dec 19 22:19:47.472 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
85432024-12-19T22:19:49.340Z[ host-image] Dec 19 22:19:47.472 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
85442024-12-19T22:19:49.340Z[ host-image] Dec 19 22:19:47.472 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
85452024-12-19T22:19:49.343Z[ host-image] Dec 19 22:19:47.472 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
85462024-12-19T22:19:49.343Z[ host-image] Dec 19 22:19:47.472 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23080:20241219T204659Z
85472024-12-19T22:19:49.343Z[ host-image] Dec 19 22:19:47.474 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23080:20241219T204659Z
85482024-12-19T22:19:49.344Z[ host-image] Dec 19 22:19:47.475 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23080:20241219T204659Z
85492024-12-19T22:19:49.344Z[ host-image] Dec 19 22:19:47.476 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23080:20241219T204700Z
85502024-12-19T22:19:49.344Z[ host-image] Dec 19 22:19:47.476 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
85512024-12-19T22:19:49.344Z[ host-image] Dec 19 22:19:47.477 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23080:20241219T204700Z
85522024-12-19T22:19:49.344Z[ host-image] Dec 19 22:19:47.478 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23080:20241219T204700Z
85532024-12-19T22:19:49.344Z[ host-image] Dec 19 22:19:47.478 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23080:20241219T204700Z
85542024-12-19T22:19:49.344Z[ host-image] Dec 19 22:19:47.478 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23080:20241219T204700Z
85552024-12-19T22:19:49.344Z[ host-image] Dec 19 22:19:47.478 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23080:20241219T204701Z
85562024-12-19T22:19:49.344Z[ host-image] Dec 19 22:19:47.478 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23080:20241219T204701Z
85572024-12-19T22:19:49.344Z[ host-image] Dec 19 22:19:47.479 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23080:20241219T204701Z
85582024-12-19T22:19:49.344Z[ host-image] Dec 19 22:19:47.479 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23080:20241219T204702Z
85592024-12-19T22:19:49.344Z[ host-image] Dec 19 22:19:47.479 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23080:20241219T204702Z
85602024-12-19T22:19:49.344Z[ host-image] Dec 19 22:19:47.479 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23080:20241219T204702Z
85612024-12-19T22:19:49.344Z[ host-image] Dec 19 22:19:47.480 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23080:20241219T204704Z
85622024-12-19T22:19:49.344Z[ host-image] Dec 19 22:19:47.480 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23080:20241219T204704Z
85632024-12-19T22:19:49.344Z[ host-image] Dec 19 22:19:47.480 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23080:20241219T204705Z
85642024-12-19T22:19:49.344Z[ host-image] Dec 19 22:19:47.480 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23080:20241219T204706Z
85652024-12-19T22:19:49.344Z[ host-image] Dec 19 22:19:47.480 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.311:20241203T104954Z
85662024-12-19T22:19:49.344Z[ host-image] Dec 19 22:19:47.480 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23080:20241219T204707Z
85672024-12-19T22:19:49.344Z[ host-image] Dec 19 22:19:47.480 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23080:20241219T204709Z
85682024-12-19T22:19:49.344Z[ host-image] Dec 19 22:19:47.480 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23080:20241219T204710Z
85692024-12-19T22:19:49.344Z[ host-image] Dec 19 22:19:47.481 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23080:20241219T204711Z
85702024-12-19T22:19:49.344Z[ host-image] Dec 19 22:19:47.482 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23080:20241219T204712Z
85712024-12-19T22:19:49.344Z[ host-image] Dec 19 22:19:47.482 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23080:20241219T204712Z
85722024-12-19T22:19:49.353Z[ host-image] Dec 19 22:19:47.495 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
85732024-12-19T22:19:49.353Z[ host-image] Dec 19 22:19:47.495 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23080:20241219T204712Z
85742024-12-19T22:19:49.357Z[ host-image] Dec 19 22:19:47.495 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z
85752024-12-19T22:19:49.357Z[ host-image] Dec 19 22:19:47.496 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
85762024-12-19T22:19:49.357Z[ host-image] Dec 19 22:19:47.496 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
85772024-12-19T22:19:49.357Z[ host-image] Dec 19 22:19:47.497 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23080:20241219T204712Z
85782024-12-19T22:19:49.357Z[ host-image] Dec 19 22:19:47.497 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
85792024-12-19T22:19:49.357Z[ host-image] Dec 19 22:19:47.498 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
85802024-12-19T22:19:49.357Z[ host-image] Dec 19 22:19:47.499 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
85812024-12-19T22:19:49.359Z[ host-image] Dec 19 22:19:47.499 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
85822024-12-19T22:19:49.378Z[ host-image] Dec 19 22:19:47.520 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
85832024-12-19T22:19:49.379Z[ host-image] Dec 19 22:19:47.520 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
85842024-12-19T22:19:49.381Z[ host-image] Dec 19 22:19:47.520 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
85852024-12-19T22:19:49.381Z[ host-image] Dec 19 22:19:47.521 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
85862024-12-19T22:19:49.381Z[ host-image] Dec 19 22:19:47.522 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
85872024-12-19T22:19:49.381Z[ host-image] Dec 19 22:19:47.522 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
85882024-12-19T22:19:49.445Z[ host-image] Dec 19 22:19:47.586 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
85892024-12-19T22:19:49.448Z[ host-image] Dec 19 22:19:47.588 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
85902024-12-19T22:19:49.448Z[ host-image] Dec 19 22:19:47.588 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
85912024-12-19T22:19:49.448Z[ host-image] Dec 19 22:19:47.589 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23080:20241219T204714Z
85922024-12-19T22:19:49.448Z[ host-image] Dec 19 22:19:47.589 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23080:20241219T204720Z
85932024-12-19T22:19:49.450Z[ host-image] Dec 19 22:19:47.589 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
85942024-12-19T22:19:49.450Z[ host-image] Dec 19 22:19:47.590 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23080:20241219T204720Z
85952024-12-19T22:19:49.450Z[ host-image] Dec 19 22:19:47.590 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
85962024-12-19T22:19:49.450Z[ host-image] Dec 19 22:19:47.590 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
85972024-12-19T22:19:49.450Z[ host-image] Dec 19 22:19:47.590 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
85982024-12-19T22:19:49.450Z[ host-image] Dec 19 22:19:47.590 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23080:20241219T204720Z
85992024-12-19T22:19:49.450Z[ host-image] Dec 19 22:19:47.591 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
86002024-12-19T22:19:49.457Z[ host-image] Dec 19 22:19:47.598 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
86012024-12-19T22:19:49.457Z[ host-image] Dec 19 22:19:47.598 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
86022024-12-19T22:19:49.460Z[ host-image] Dec 19 22:19:47.598 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
86032024-12-19T22:19:49.460Z[ host-image] Dec 19 22:19:47.599 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23080:20241219T204721Z
86042024-12-19T22:19:49.460Z[ host-image] Dec 19 22:19:47.599 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
86052024-12-19T22:19:49.533Z[ host-image] Dec 19 22:19:47.674 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
86062024-12-19T22:19:49.536Z[ host-image] Dec 19 22:19:47.674 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23080:20241219T204721Z
86072024-12-19T22:19:49.538Z[ host-image] Dec 19 22:19:47.677 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23080:20241219T204721Z
86082024-12-19T22:19:49.538Z[ host-image] Dec 19 22:19:47.678 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23080:20241219T204721Z
86092024-12-19T22:19:49.539Z[ host-image] Dec 19 22:19:47.678 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
86102024-12-19T22:19:49.539Z[ host-image] Dec 19 22:19:47.679 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23080:20241219T204723Z
86112024-12-19T22:19:49.543Z[ host-image] Dec 19 22:19:47.680 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23080:20241219T204723Z
86122024-12-19T22:19:49.543Z[ host-image] Dec 19 22:19:47.680 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23080:20241219T204723Z
86132024-12-19T22:19:49.543Z[ host-image] Dec 19 22:19:47.681 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23080:20241219T204723Z
86142024-12-19T22:19:49.546Z[ host-image] Dec 19 22:19:47.686 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
86152024-12-19T22:19:49.548Z[ host-image] Dec 19 22:19:47.687 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23080:20241219T204724Z
86162024-12-19T22:19:49.548Z[ host-image] Dec 19 22:19:47.688 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23080:20241219T204725Z
86172024-12-19T22:19:49.548Z[ host-image] Dec 19 22:19:47.688 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
86182024-12-19T22:19:49.548Z[ host-image] Dec 19 22:19:47.689 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23080:20241219T204725Z
86192024-12-19T22:19:49.548Z[ host-image] Dec 19 22:19:47.689 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23080:20241219T204725Z
86202024-12-19T22:19:49.551Z[ host-image] Dec 19 22:19:47.689 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.10.24-2.0.23080:20241219T204725Z
86212024-12-19T22:19:49.551Z[ host-image] Dec 19 22:19:47.690 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23080:20241219T204725Z
86222024-12-19T22:19:49.562Z[ host-image] Dec 19 22:19:47.703 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23080:20241219T204725Z
86232024-12-19T22:19:49.562Z[ host-image] Dec 19 22:19:47.703 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
86242024-12-19T22:19:49.565Z[ host-image] Dec 19 22:19:47.706 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23080:20241219T204725Z
86252024-12-19T22:19:49.568Z[ host-image] Dec 19 22:19:47.708 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23080:20241219T204726Z
86262024-12-19T22:19:49.568Z[ host-image] Dec 19 22:19:47.709 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23080:20241219T204726Z
86272024-12-19T22:19:49.570Z[ host-image] Dec 19 22:19:47.709 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23080:20241219T204726Z
86282024-12-19T22:19:49.570Z[ host-image] Dec 19 22:19:47.710 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23080:20241219T204726Z
86292024-12-19T22:19:49.570Z[ host-image] Dec 19 22:19:47.710 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23080:20241219T204726Z
86302024-12-19T22:19:49.596Z[ host-image] Dec 19 22:19:47.736 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23080:20241219T204728Z
86312024-12-19T22:19:49.596Z[ host-image] Dec 19 22:19:47.736 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23080:20241219T204727Z
86322024-12-19T22:19:49.599Z[ host-image] Dec 19 22:19:47.737 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23080:20241219T204727Z
86332024-12-19T22:19:49.599Z[ host-image] Dec 19 22:19:47.739 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23080:20241219T204727Z
86342024-12-19T22:19:49.599Z[ host-image] Dec 19 22:19:47.739 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23080:20241219T204728Z
86352024-12-19T22:19:49.655Z[ host-image] Dec 19 22:19:47.794 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23080:20241219T204731Z
86362024-12-19T22:19:49.655Z[ host-image] Dec 19 22:19:47.794 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23080:20241219T204728Z
86372024-12-19T22:19:49.658Z[ host-image] Dec 19 22:19:47.794 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23080:20241219T204728Z
86382024-12-19T22:19:49.658Z[ host-image] Dec 19 22:19:47.794 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
86392024-12-19T22:19:49.658Z[ host-image] Dec 19 22:19:47.795 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
86402024-12-19T22:19:49.722Z[ host-image] Dec 19 22:19:47.862 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23080:20241219T204728Z
86412024-12-19T22:19:49.724Z[ host-image] Dec 19 22:19:47.862 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
86422024-12-19T22:19:49.724Z[ host-image] Dec 19 22:19:47.862 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23080:20241219T204729Z
86432024-12-19T22:19:49.724Z[ host-image] Dec 19 22:19:47.862 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23080:20241219T204729Z
86442024-12-19T22:19:49.724Z[ host-image] Dec 19 22:19:47.864 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23080:20241219T204729Z
86452024-12-19T22:19:49.724Z[ host-image] Dec 19 22:19:47.864 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
86462024-12-19T22:19:49.727Z[ host-image] Dec 19 22:19:47.865 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
86472024-12-19T22:19:49.727Z[ host-image] Dec 19 22:19:47.866 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23080:20241219T204730Z
86482024-12-19T22:19:49.727Z[ host-image] Dec 19 22:19:47.866 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23080:20241219T204730Z
86492024-12-19T22:19:49.727Z[ host-image] Dec 19 22:19:47.866 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23080:20241219T204730Z
86502024-12-19T22:19:49.727Z[ host-image] Dec 19 22:19:47.867 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23080:20241219T204730Z
86512024-12-19T22:19:49.727Z[ host-image] Dec 19 22:19:47.867 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23080:20241219T204730Z
86522024-12-19T22:19:49.727Z[ host-image] Dec 19 22:19:47.867 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23080:20241219T204731Z
86532024-12-19T22:19:49.731Z[ host-image] Dec 19 22:19:47.872 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
86542024-12-19T22:19:49.734Z[ host-image] Dec 19 22:19:47.872 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23080:20241219T204731Z
86552024-12-19T22:19:49.736Z[ host-image] Dec 19 22:19:47.874 INFO O| install = pkg://helios-dev/system/microcode/intel@20241112-2.0.23080:20241219T204731Z
86562024-12-19T22:19:49.736Z[ host-image] Dec 19 22:19:47.874 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23080:20241219T204731Z
86572024-12-19T22:19:49.736Z[ host-image] Dec 19 22:19:47.875 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23080:20241219T204733Z
86582024-12-19T22:19:49.736Z[ host-image] Dec 19 22:19:47.875 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23080:20241219T204732Z
86592024-12-19T22:19:49.737Z[ host-image] Dec 19 22:19:47.876 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23080:20241219T204732Z
86602024-12-19T22:19:49.737Z[ host-image] Dec 19 22:19:47.876 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
86612024-12-19T22:19:49.737Z[ host-image] Dec 19 22:19:47.876 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
86622024-12-19T22:19:49.737Z[ host-image] Dec 19 22:19:47.876 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23080:20241219T204734Z
86632024-12-19T22:19:49.740Z[ host-image] Dec 19 22:19:47.877 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23080:20241219T204735Z
86642024-12-19T22:19:49.740Z[ host-image] Dec 19 22:19:47.877 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
86652024-12-19T22:19:49.740Z[ host-image] Dec 19 22:19:47.877 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
86662024-12-19T22:19:49.740Z[ host-image] Dec 19 22:19:47.877 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
86672024-12-19T22:19:49.740Z[ host-image] Dec 19 22:19:47.877 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
86682024-12-19T22:19:49.740Z[ host-image] Dec 19 22:19:47.877 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
86692024-12-19T22:19:49.740Z[ host-image] Dec 19 22:19:47.879 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
86702024-12-19T22:19:49.743Z[ host-image] Dec 19 22:19:47.881 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z
86712024-12-19T22:19:49.743Z[ host-image] Dec 19 22:19:47.881 INFO O| tempdir @ "/tmp/.tmpRUfsGF/tmp"
86722024-12-19T22:19:49.743Z[ host-image] Dec 19 22:19:47.881 INFO O| image root @ "/tmp/.tmpRUfsGF/tmp/root"
86732024-12-19T22:19:49.743Z[ host-image] Dec 19 22:19:47.881 INFO O| creating image...
86742024-12-19T22:19:50.872Z[ host-image] Dec 19 22:19:49.007 INFO O| copying publishers...
86752024-12-19T22:19:55.117Z[ recovery-image] Dec 19 22:19:53.235 INFO E| Compiling clap_derive v4.5.13
86762024-12-19T22:19:59.910Z[ recovery-image] Dec 19 22:19:58.007 INFO E| Compiling clap v4.5.17
86772024-12-19T22:20:00.023Z[ recovery-image] Dec 19 22:19:58.120 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
86782024-12-19T22:20:02.534Z[ recovery-image] Dec 19 22:20:00.619 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.62s
86792024-12-19T22:20:02.548Z[ recovery-image] Dec 19 22:20:00.634 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
86802024-12-19T22:20:02.854Z[ recovery-image] Dec 19 22:20:00.939 INFO E| Updating crates.io index
86812024-12-19T22:20:03.076Z[ recovery-image] Dec 19 22:20:01.160 INFO E| Downloading crates ...
86822024-12-19T22:20:03.164Z[ recovery-image] Dec 19 22:20:01.248 INFO E| Downloaded bitstruct_derive v0.1.0
86832024-12-19T22:20:03.167Z[ recovery-image] Dec 19 22:20:01.249 INFO E| Downloaded bitstruct v0.1.1
86842024-12-19T22:20:03.169Z[ recovery-image] Dec 19 22:20:01.251 INFO E| Downloaded seq-macro v0.3.5
86852024-12-19T22:20:03.172Z[ recovery-image] Dec 19 22:20:01.254 INFO E| Downloaded bit_field v0.10.2
86862024-12-19T22:20:03.174Z[ recovery-image] Dec 19 22:20:01.257 INFO E| Downloaded cpio_reader v0.1.1
86872024-12-19T22:20:03.192Z[ recovery-image] Dec 19 22:20:01.275 INFO E| Downloaded raw-cpuid v10.7.0
86882024-12-19T22:20:03.197Z[ recovery-image] Dec 19 22:20:01.280 INFO E| Downloaded syn v2.0.85
86892024-12-19T22:20:03.432Z[ recovery-image] Dec 19 22:20:01.514 INFO E| Downloaded x86 v0.52.0
86902024-12-19T22:20:03.521Z[ recovery-image] Dec 19 22:20:01.603 INFO E| Updating crates.io index
86912024-12-19T22:20:03.681Z[ recovery-image] Dec 19 22:20:01.762 INFO E| Downloading crates ...
86922024-12-19T22:20:03.861Z[ recovery-image] Dec 19 22:20:01.941 INFO E| Downloaded hashbrown v0.15.0
86932024-12-19T22:20:03.897Z[ recovery-image] Dec 19 22:20:01.977 INFO E| Downloaded compiler_builtins v0.1.134
86942024-12-19T22:20:04.082Z[ recovery-image] Dec 19 22:20:02.161 INFO E| Compiling compiler_builtins v0.1.134
86952024-12-19T22:20:04.082Z[ recovery-image] Dec 19 22:20:02.161 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-10-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
86962024-12-19T22:20:04.083Z[ recovery-image] Dec 19 22:20:02.161 INFO E| Compiling proc-macro2 v1.0.89
86972024-12-19T22:20:04.086Z[ recovery-image] Dec 19 22:20:02.161 INFO E| Compiling unicode-ident v1.0.13
86982024-12-19T22:20:04.086Z[ recovery-image] Dec 19 22:20:02.162 INFO E| Compiling syn v1.0.109
86992024-12-19T22:20:04.087Z[ recovery-image] Dec 19 22:20:02.162 INFO E| Compiling x86 v0.52.0
87002024-12-19T22:20:04.087Z[ recovery-image] Dec 19 22:20:02.162 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
87012024-12-19T22:20:04.087Z[ recovery-image] Dec 19 22:20:02.162 INFO E| Compiling seq-macro v0.3.5
87022024-12-19T22:20:13.391Z[ host-image] Dec 19 22:20:11.431 INFO O| adding properties...
87032024-12-19T22:20:15.741Z[ host-image] Dec 19 22:20:13.771 INFO O| installing packages...
87042024-12-19T22:20:39.096Z[ recovery-image] Dec 19 22:20:37.028 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-10-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
87052024-12-19T22:20:42.276Z[ recovery-image] Dec 19 22:20:40.194 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-10-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
87062024-12-19T22:20:44.827Z[ recovery-image] Dec 19 22:20:42.734 INFO E| Compiling quote v1.0.37
87072024-12-19T22:20:45.300Z[ recovery-image] Dec 19 22:20:43.205 INFO E| Compiling syn v2.0.85
87082024-12-19T22:20:50.345Z[ recovery-image] Dec 19 22:20:48.229 INFO E| Compiling bitflags v1.3.2
87092024-12-19T22:20:50.349Z[ recovery-image] Dec 19 22:20:48.229 INFO E| Compiling plain v0.2.3
87102024-12-19T22:20:50.458Z[ recovery-image] Dec 19 22:20:48.341 INFO E| Compiling raw-cpuid v10.7.0
87112024-12-19T22:20:50.475Z[ recovery-image] Dec 19 22:20:48.357 INFO E| Compiling adler2 v2.0.0
87122024-12-19T22:20:50.780Z[ recovery-image] Dec 19 22:20:48.662 INFO E| Compiling bit_field v0.10.2
87132024-12-19T22:20:50.808Z[ recovery-image] Dec 19 22:20:48.690 INFO E| Compiling log v0.4.22
87142024-12-19T22:20:51.108Z[ recovery-image] Dec 19 22:20:48.989 INFO E| Compiling miniz_oxide v0.8.0
87152024-12-19T22:20:51.111Z[ host-image] Dec 19 22:20:48.990 INFO O| seeding SMF database...
87162024-12-19T22:20:51.222Z[ recovery-image] Dec 19 22:20:49.102 INFO E| Compiling cpio_reader v0.1.1
87172024-12-19T22:20:51.323Z[ recovery-image] Dec 19 22:20:49.202 INFO E| Compiling static_assertions v1.1.0
87182024-12-19T22:20:52.565Z[ recovery-image] Dec 19 22:20:50.439 INFO E| Compiling scroll_derive v0.12.0
87192024-12-19T22:20:55.216Z[ recovery-image] Dec 19 22:20:53.079 INFO E| Compiling scroll v0.12.0
87202024-12-19T22:20:55.963Z[ recovery-image] Dec 19 22:20:53.824 INFO E| Compiling goblin v0.8.2
87212024-12-19T22:20:59.074Z[ recovery-image] Dec 19 22:20:56.921 INFO E| Compiling bitstruct_derive v0.1.0
87222024-12-19T22:21:01.297Z[ recovery-image] Dec 19 22:20:59.134 INFO E| Compiling bitstruct v0.1.1
87232024-12-19T22:21:06.532Z[ recovery-image] Dec 19 22:21:04.348 INFO E| Finished `release` profile [optimized] target(s) in 1m 03s
87242024-12-19T22:21:06.564Z[ recovery-image] Dec 19 22:21:04.379 INFO building host image...
87252024-12-19T22:21:06.567Z[ recovery-image] Dec 19 22:21:04.380 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")
87262024-12-19T22:21:07.512Z[ recovery-image] Dec 19 22:21:05.323 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
87272024-12-19T22:21:07.701Z[ host-image] Dec 19 22:21:05.512 INFO O| configuring SMF profile...
87282024-12-19T22:21:07.705Z[ host-image] Dec 19 22:21:05.512 INFO O| modifying shadow(5)...
87292024-12-19T22:21:07.705Z[ host-image] Dec 19 22:21:05.512 INFO O| loading user and group database...
87302024-12-19T22:21:07.705Z[ host-image] Dec 19 22:21:05.512 INFO O| assessing packaged files...
87312024-12-19T22:21:10.038Z[ recovery-image] Dec 19 22:21:07.838 INFO image complete! materials are in "/work/os-recovery"
87322024-12-19T22:21:10.043Z[ recovery-image]
87332024-12-19T22:21:10.043Z[ recovery-image] real 10:22.749469653
87342024-12-19T22:21:10.046Z[ recovery-image] user 6:28.425724532
87352024-12-19T22:21:10.046Z[ recovery-image] sys 1:06.687942469
87362024-12-19T22:21:10.046Z[ recovery-image] trap 0.335584551
87372024-12-19T22:21:10.046Z[ recovery-image] tflt 0.467209268
87382024-12-19T22:21:10.046Z[ recovery-image] dflt 3.489552629
87392024-12-19T22:21:10.046Z[ recovery-image] kflt 0.043275745
87402024-12-19T22:21:10.046Z[ recovery-image] lock 14:27.818714785
87412024-12-19T22:21:10.046Z[ recovery-image] slp 1:04:34.959019407
87422024-12-19T22:21:10.046Z[ recovery-image] lat 4:39.267853392
87432024-12-19T22:21:10.046Z[ recovery-image] stop 9.686059740
87442024-12-19T22:21:10.046ZDec 19 22:21:07.845 INFO [recovery-image] process exited with exit status: 0 (622.772888973s)
87452024-12-19T22:21:12.816Z[ host-image] Dec 19 22:21:10.604 INFO O| creating archive...
87462024-12-19T22:21:12.894Z[ host-image] Dec 19 22:21:10.683 INFO O| missing from packaging:
87472024-12-19T22:21:12.894Z[ host-image] Dec 19 22:21:10.683 INFO O| "etc/.pwd.lock"
87482024-12-19T22:21:12.898Z[ host-image] Dec 19 22:21:10.683 INFO O| "etc/bash"
87492024-12-19T22:21:12.904Z[ host-image] Dec 19 22:21:10.692 INFO O| "etc/svc/profile/generic.xml"
87502024-12-19T22:21:12.904Z[ host-image] Dec 19 22:21:10.692 INFO O| "etc/svc/profile/inetd_services.xml"
87512024-12-19T22:21:12.904Z[ host-image] Dec 19 22:21:10.692 INFO O| "etc/svc/profile/name_service.xml"
87522024-12-19T22:21:12.904Z[ host-image] Dec 19 22:21:10.692 INFO O| "etc/svc/profile/platform.xml"
87532024-12-19T22:21:12.904Z[ host-image] Dec 19 22:21:10.692 INFO O| "etc/svc/profile/platform_omicron1.xml"
87542024-12-19T22:21:12.906Z[ host-image] Dec 19 22:21:10.692 INFO O| "etc/svc/repository.db"
87552024-12-19T22:21:12.920Z[ host-image] Dec 19 22:21:10.708 INFO O| "opt/ooce/share"
87562024-12-19T22:21:12.920Z[ host-image] Dec 19 22:21:10.708 INFO O| "opt/ooce/share/man"
87572024-12-19T22:21:12.931Z[ host-image] Dec 19 22:21:10.708 INFO O| "opt/ooce/share/man/man1"
87582024-12-19T22:21:12.935Z[ host-image] Dec 19 22:21:10.723 INFO O| finishing archive...
87592024-12-19T22:21:16.683Z[ host-image] Dec 19 22:21:14.456 INFO O| creating gzonly manifest...
87602024-12-19T22:21:16.695Z[ host-image] Dec 19 22:21:14.468 INFO O| ok
87612024-12-19T22:21:16.860Z[ host-image] Dec 19 22:21:14.631 INFO image builder template: ramdisk-02-trim...
87622024-12-19T22:21:16.860Z[ host-image] Dec 19 22:21:14.631 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/.tmplpZFK3/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.311", "-n", "ramdisk-02-trim"], pwd: None
87632024-12-19T22:21:16.900Z[ host-image] Dec 19 22:21:14.671 INFO O| Dec 19 22:21:14.671 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87642024-12-19T22:21:16.922Z[ host-image] Dec 19 22:21:14.693 INFO O| Dec 19 22:21:14.692 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87652024-12-19T22:21:17.078Z[ host-image] Dec 19 22:21:14.848 INFO O| Dec 19 22:21:14.848 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
87662024-12-19T22:21:17.164Z[ host-image] Dec 19 22:21:14.935 INFO O| Dec 19 22:21:14.935 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87672024-12-19T22:21:17.165Z[ host-image] Dec 19 22:21:14.935 INFO O| Dec 19 22:21:14.935 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
87682024-12-19T22:21:17.175Z[ host-image] Dec 19 22:21:14.945 INFO O| Dec 19 22:21:14.945 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
87692024-12-19T22:21:17.183Z[ host-image] Dec 19 22:21:14.953 INFO O| Dec 19 22:21:14.953 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
87702024-12-19T22:21:17.192Z[ host-image] Dec 19 22:21:14.962 INFO O| Dec 19 22:21:14.962 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
87712024-12-19T22:21:17.638Z[ host-image] Dec 19 22:21:15.407 INFO O| Dec 19 22:21:15.406 INFO rolled back to input snapshot; work may begin
87722024-12-19T22:21:17.638Z[ host-image] Dec 19 22:21:15.407 INFO O| Dec 19 22:21:15.407 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
87732024-12-19T22:21:17.647Z[ host-image] Dec 19 22:21:15.416 INFO O| Dec 19 22:21:15.416 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87742024-12-19T22:21:17.667Z[ host-image] Dec 19 22:21:15.435 INFO O| Dec 19 22:21:15.435 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
87752024-12-19T22:21:17.776Z[ host-image] Dec 19 22:21:15.544 INFO O| Dec 19 22:21:15.544 INFO STEP 0 (remove_files) COMPLETE
87762024-12-19T22:21:17.776Z[ host-image] Dec 19 22:21:15.544 INFO O| Dec 19 22:21:15.544 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87772024-12-19T22:21:17.798Z[ host-image] Dec 19 22:21:15.566 INFO O| Dec 19 22:21:15.566 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
87782024-12-19T22:21:17.800Z[ host-image] Dec 19 22:21:15.568 INFO O| Dec 19 22:21:15.568 INFO STEP 1 (remove_files) COMPLETE
87792024-12-19T22:21:17.803Z[ host-image] Dec 19 22:21:15.569 INFO O| Dec 19 22:21:15.568 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87802024-12-19T22:21:17.822Z[ host-image] Dec 19 22:21:15.590 INFO O| Dec 19 22:21:15.589 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
87812024-12-19T22:21:17.845Z[ host-image] Dec 19 22:21:15.612 INFO O| Dec 19 22:21:15.612 INFO STEP 2 (remove_files) COMPLETE
87822024-12-19T22:21:17.845Z[ host-image] Dec 19 22:21:15.612 INFO O| Dec 19 22:21:15.612 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87832024-12-19T22:21:17.865Z[ host-image] Dec 19 22:21:15.632 INFO O| Dec 19 22:21:15.632 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
87842024-12-19T22:21:17.867Z[ host-image] Dec 19 22:21:15.635 INFO O| Dec 19 22:21:15.635 INFO STEP 3 (remove_files) COMPLETE
87852024-12-19T22:21:17.869Z[ host-image] Dec 19 22:21:15.635 INFO O| Dec 19 22:21:15.635 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87862024-12-19T22:21:17.899Z[ host-image] Dec 19 22:21:15.667 INFO O| Dec 19 22:21:15.667 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
87872024-12-19T22:21:17.905Z[ host-image] Dec 19 22:21:15.672 INFO O| Dec 19 22:21:15.672 INFO STEP 4 (remove_files) COMPLETE
87882024-12-19T22:21:17.905Z[ host-image] Dec 19 22:21:15.673 INFO O| Dec 19 22:21:15.672 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87892024-12-19T22:21:17.941Z[ host-image] Dec 19 22:21:15.708 INFO O| Dec 19 22:21:15.708 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
87902024-12-19T22:21:17.944Z[ host-image] Dec 19 22:21:15.711 INFO O| Dec 19 22:21:15.711 INFO STEP 5 (remove_files) COMPLETE
87912024-12-19T22:21:17.947Z[ host-image] Dec 19 22:21:15.711 INFO O| Dec 19 22:21:15.711 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87922024-12-19T22:21:17.962Z[ host-image] Dec 19 22:21:15.729 INFO O| Dec 19 22:21:15.729 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
87932024-12-19T22:21:17.978Z[ host-image] Dec 19 22:21:15.745 INFO O| Dec 19 22:21:15.745 INFO STEP 6 (remove_files) COMPLETE
87942024-12-19T22:21:17.978Z[ host-image] Dec 19 22:21:15.745 INFO O| Dec 19 22:21:15.745 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87952024-12-19T22:21:17.998Z[ host-image] Dec 19 22:21:15.765 INFO O| Dec 19 22:21:15.765 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
87962024-12-19T22:21:18.019Z[ host-image] Dec 19 22:21:15.785 INFO O| Dec 19 22:21:15.785 INFO STEP 7 (remove_files) COMPLETE
87972024-12-19T22:21:18.019Z[ host-image] Dec 19 22:21:15.785 INFO O| Dec 19 22:21:15.785 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87982024-12-19T22:21:18.050Z[ host-image] Dec 19 22:21:15.816 INFO O| Dec 19 22:21:15.816 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
87992024-12-19T22:21:18.170Z[ host-image] Dec 19 22:21:15.936 INFO O| Dec 19 22:21:15.936 INFO STEP 8 (remove_files) COMPLETE
88002024-12-19T22:21:18.171Z[ host-image] Dec 19 22:21:15.936 INFO O| Dec 19 22:21:15.936 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88012024-12-19T22:21:18.242Z[ host-image] Dec 19 22:21:16.008 INFO O| Dec 19 22:21:16.008 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
88022024-12-19T22:21:18.401Z[ host-image] Dec 19 22:21:16.166 INFO O| Dec 19 22:21:16.166 INFO STEP 9 (remove_files) COMPLETE
88032024-12-19T22:21:18.401Z[ host-image] Dec 19 22:21:16.166 INFO O| Dec 19 22:21:16.166 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88042024-12-19T22:21:18.422Z[ host-image] Dec 19 22:21:16.187 INFO O| Dec 19 22:21:16.186 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
88052024-12-19T22:21:18.428Z[ host-image] Dec 19 22:21:16.193 INFO O| Dec 19 22:21:16.193 INFO STEP 10 (remove_files) COMPLETE
88062024-12-19T22:21:18.431Z[ host-image] Dec 19 22:21:16.194 INFO O| Dec 19 22:21:16.194 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88072024-12-19T22:21:18.450Z[ host-image] Dec 19 22:21:16.214 INFO O| Dec 19 22:21:16.214 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
88082024-12-19T22:21:18.453Z[ host-image] Dec 19 22:21:16.216 INFO O| Dec 19 22:21:16.216 INFO STEP 11 (remove_files) COMPLETE
88092024-12-19T22:21:18.453Z[ host-image] Dec 19 22:21:16.216 INFO O| Dec 19 22:21:16.216 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88102024-12-19T22:21:18.471Z[ host-image] Dec 19 22:21:16.236 INFO O| Dec 19 22:21:16.236 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
88112024-12-19T22:21:18.473Z[ host-image] Dec 19 22:21:16.239 INFO O| Dec 19 22:21:16.238 INFO STEP 12 (remove_files) COMPLETE
88122024-12-19T22:21:18.475Z[ host-image] Dec 19 22:21:16.239 INFO O| Dec 19 22:21:16.239 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88132024-12-19T22:21:18.514Z[ host-image] Dec 19 22:21:16.279 INFO O| Dec 19 22:21:16.278 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
88142024-12-19T22:21:18.533Z[ host-image] Dec 19 22:21:16.297 INFO O| Dec 19 22:21:16.297 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
88152024-12-19T22:21:18.535Z[ host-image] Dec 19 22:21:16.298 INFO O| Dec 19 22:21:16.298 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
88162024-12-19T22:21:18.535Z[ host-image] Dec 19 22:21:16.298 INFO O| Dec 19 22:21:16.298 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
88172024-12-19T22:21:18.535Z[ host-image] Dec 19 22:21:16.298 INFO O| Dec 19 22:21:16.298 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
88182024-12-19T22:21:18.535Z[ host-image] Dec 19 22:21:16.298 INFO O| Dec 19 22:21:16.298 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
88192024-12-19T22:21:18.535Z[ host-image] Dec 19 22:21:16.299 INFO O| Dec 19 22:21:16.299 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
88202024-12-19T22:21:18.535Z[ host-image] Dec 19 22:21:16.299 INFO O| Dec 19 22:21:16.299 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
88212024-12-19T22:21:18.535Z[ host-image] Dec 19 22:21:16.299 INFO O| Dec 19 22:21:16.299 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
88222024-12-19T22:21:18.535Z[ host-image] Dec 19 22:21:16.300 INFO O| Dec 19 22:21:16.299 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
88232024-12-19T22:21:18.538Z[ host-image] Dec 19 22:21:16.300 INFO O| Dec 19 22:21:16.300 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
88242024-12-19T22:21:18.538Z[ host-image] Dec 19 22:21:16.300 INFO O| Dec 19 22:21:16.300 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
88252024-12-19T22:21:18.538Z[ host-image] Dec 19 22:21:16.301 INFO O| Dec 19 22:21:16.301 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
88262024-12-19T22:21:18.538Z[ host-image] Dec 19 22:21:16.301 INFO O| Dec 19 22:21:16.301 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
88272024-12-19T22:21:18.538Z[ host-image] Dec 19 22:21:16.302 INFO O| Dec 19 22:21:16.302 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
88282024-12-19T22:21:18.538Z[ host-image] Dec 19 22:21:16.302 INFO O| Dec 19 22:21:16.302 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
88292024-12-19T22:21:18.538Z[ host-image] Dec 19 22:21:16.303 INFO O| Dec 19 22:21:16.302 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
88302024-12-19T22:21:19.065Z[ host-image] Dec 19 22:21:16.827 INFO O| Dec 19 22:21:16.827 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
88312024-12-19T22:21:19.094Z[ host-image] Dec 19 22:21:16.857 INFO O| Dec 19 22:21:16.856 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
88322024-12-19T22:21:19.097Z[ host-image] Dec 19 22:21:16.857 INFO O| Dec 19 22:21:16.857 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
88332024-12-19T22:21:19.100Z[ host-image] Dec 19 22:21:16.861 INFO O| Dec 19 22:21:16.861 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
88342024-12-19T22:21:19.164Z[ host-image] Dec 19 22:21:16.926 INFO O| Dec 19 22:21:16.926 INFO STEP 13 (remove_files) COMPLETE
88352024-12-19T22:21:19.164Z[ host-image] Dec 19 22:21:16.926 INFO O| Dec 19 22:21:16.926 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88362024-12-19T22:21:19.183Z[ host-image] Dec 19 22:21:16.945 INFO O| Dec 19 22:21:16.945 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
88372024-12-19T22:21:19.187Z[ host-image] Dec 19 22:21:16.947 INFO O| Dec 19 22:21:16.947 INFO STEP 14 (remove_files) COMPLETE
88382024-12-19T22:21:19.187Z[ host-image] Dec 19 22:21:16.947 INFO O| Dec 19 22:21:16.947 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88392024-12-19T22:21:19.204Z[ host-image] Dec 19 22:21:16.966 INFO O| Dec 19 22:21:16.966 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
88402024-12-19T22:21:19.214Z[ host-image] Dec 19 22:21:16.976 INFO O| Dec 19 22:21:16.976 INFO STEP 15 (remove_files) COMPLETE
88412024-12-19T22:21:19.214Z[ host-image] Dec 19 22:21:16.976 INFO O| Dec 19 22:21:16.976 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88422024-12-19T22:21:19.249Z[ host-image] Dec 19 22:21:17.011 INFO O| Dec 19 22:21:17.010 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
88432024-12-19T22:21:19.252Z[ host-image] Dec 19 22:21:17.011 INFO O| Dec 19 22:21:17.011 INFO STEP 16 (remove_files) COMPLETE
88442024-12-19T22:21:19.252Z[ host-image] Dec 19 22:21:17.011 INFO O| Dec 19 22:21:17.011 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88452024-12-19T22:21:19.282Z[ host-image] Dec 19 22:21:17.044 INFO O| Dec 19 22:21:17.044 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
88462024-12-19T22:21:19.285Z[ host-image] Dec 19 22:21:17.046 INFO O| Dec 19 22:21:17.046 INFO STEP 17 (remove_files) COMPLETE
88472024-12-19T22:21:19.285Z[ host-image] Dec 19 22:21:17.046 INFO O| Dec 19 22:21:17.046 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88482024-12-19T22:21:19.304Z[ host-image] Dec 19 22:21:17.066 INFO O| Dec 19 22:21:17.065 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
88492024-12-19T22:21:19.305Z[ host-image] Dec 19 22:21:17.066 INFO O| Dec 19 22:21:17.066 INFO STEP 18 (remove_files) COMPLETE
88502024-12-19T22:21:19.305Z[ host-image] Dec 19 22:21:17.066 INFO O| Dec 19 22:21:17.066 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88512024-12-19T22:21:19.323Z[ host-image] Dec 19 22:21:17.084 INFO O| Dec 19 22:21:17.084 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
88522024-12-19T22:21:19.323Z[ host-image] Dec 19 22:21:17.084 INFO O| Dec 19 22:21:17.084 INFO STEP 19 (remove_files) COMPLETE
88532024-12-19T22:21:19.323Z[ host-image] Dec 19 22:21:17.084 INFO O| Dec 19 22:21:17.084 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88542024-12-19T22:21:19.345Z[ host-image] Dec 19 22:21:17.105 INFO O| Dec 19 22:21:17.105 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
88552024-12-19T22:21:19.345Z[ host-image] Dec 19 22:21:17.105 INFO O| Dec 19 22:21:17.105 INFO STEP 20 (remove_files) COMPLETE
88562024-12-19T22:21:19.345Z[ host-image] Dec 19 22:21:17.105 INFO O| Dec 19 22:21:17.105 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88572024-12-19T22:21:19.385Z[ host-image] Dec 19 22:21:17.146 INFO O| Dec 19 22:21:17.146 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
88582024-12-19T22:21:19.385Z[ host-image] Dec 19 22:21:17.146 INFO O| Dec 19 22:21:17.146 INFO STEP 21 (remove_files) COMPLETE
88592024-12-19T22:21:19.386Z[ host-image] Dec 19 22:21:17.146 INFO O| Dec 19 22:21:17.146 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88602024-12-19T22:21:19.403Z[ host-image] Dec 19 22:21:17.164 INFO O| Dec 19 22:21:17.164 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
88612024-12-19T22:21:19.403Z[ host-image] Dec 19 22:21:17.164 INFO O| Dec 19 22:21:17.164 INFO STEP 22 (remove_files) COMPLETE
88622024-12-19T22:21:19.403Z[ host-image] Dec 19 22:21:17.164 INFO O| Dec 19 22:21:17.164 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88632024-12-19T22:21:19.421Z[ host-image] Dec 19 22:21:17.182 INFO O| Dec 19 22:21:17.182 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
88642024-12-19T22:21:19.421Z[ host-image] Dec 19 22:21:17.182 INFO O| Dec 19 22:21:17.182 INFO STEP 23 (remove_files) COMPLETE
88652024-12-19T22:21:19.421Z[ host-image] Dec 19 22:21:17.182 INFO O| Dec 19 22:21:17.182 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88662024-12-19T22:21:19.456Z[ host-image] Dec 19 22:21:17.217 INFO O| Dec 19 22:21:17.217 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
88672024-12-19T22:21:19.456Z[ host-image] Dec 19 22:21:17.217 INFO O| Dec 19 22:21:17.217 INFO STEP 24 (remove_files) COMPLETE
88682024-12-19T22:21:19.459Z[ host-image] Dec 19 22:21:17.217 INFO O| Dec 19 22:21:17.217 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88692024-12-19T22:21:19.477Z[ host-image] Dec 19 22:21:17.238 INFO O| Dec 19 22:21:17.238 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
88702024-12-19T22:21:19.477Z[ host-image] Dec 19 22:21:17.238 INFO O| Dec 19 22:21:17.238 INFO STEP 25 (remove_files) COMPLETE
88712024-12-19T22:21:19.477Z[ host-image] Dec 19 22:21:17.238 INFO O| Dec 19 22:21:17.238 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88722024-12-19T22:21:19.498Z[ host-image] Dec 19 22:21:17.258 INFO O| Dec 19 22:21:17.258 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
88732024-12-19T22:21:19.498Z[ host-image] Dec 19 22:21:17.258 INFO O| Dec 19 22:21:17.258 INFO STEP 26 (remove_files) COMPLETE
88742024-12-19T22:21:19.498Z[ host-image] Dec 19 22:21:17.258 INFO O| Dec 19 22:21:17.258 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88752024-12-19T22:21:19.519Z[ host-image] Dec 19 22:21:17.279 INFO O| Dec 19 22:21:17.279 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
88762024-12-19T22:21:19.519Z[ host-image] Dec 19 22:21:17.279 INFO O| Dec 19 22:21:17.279 INFO STEP 27 (remove_files) COMPLETE
88772024-12-19T22:21:19.519Z[ host-image] Dec 19 22:21:17.279 INFO O| Dec 19 22:21:17.279 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88782024-12-19T22:21:19.541Z[ host-image] Dec 19 22:21:17.300 INFO O| Dec 19 22:21:17.300 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
88792024-12-19T22:21:19.543Z[ host-image] Dec 19 22:21:17.300 INFO O| Dec 19 22:21:17.300 INFO STEP 28 (remove_files) COMPLETE
88802024-12-19T22:21:19.543Z[ host-image] Dec 19 22:21:17.301 INFO O| Dec 19 22:21:17.301 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88812024-12-19T22:21:19.562Z[ host-image] Dec 19 22:21:17.321 INFO O| Dec 19 22:21:17.321 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
88822024-12-19T22:21:19.562Z[ host-image] Dec 19 22:21:17.321 INFO O| Dec 19 22:21:17.321 INFO STEP 29 (remove_files) COMPLETE
88832024-12-19T22:21:19.564Z[ host-image] Dec 19 22:21:17.322 INFO O| Dec 19 22:21:17.322 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88842024-12-19T22:21:19.582Z[ host-image] Dec 19 22:21:17.342 INFO O| Dec 19 22:21:17.342 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
88852024-12-19T22:21:19.586Z[ host-image] Dec 19 22:21:17.342 INFO O| Dec 19 22:21:17.342 INFO STEP 30 (remove_files) COMPLETE
88862024-12-19T22:21:19.586Z[ host-image] Dec 19 22:21:17.342 INFO O| Dec 19 22:21:17.342 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88872024-12-19T22:21:19.602Z[ host-image] Dec 19 22:21:17.362 INFO O| Dec 19 22:21:17.362 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
88882024-12-19T22:21:19.602Z[ host-image] Dec 19 22:21:17.362 INFO O| Dec 19 22:21:17.362 INFO STEP 31 (remove_files) COMPLETE
88892024-12-19T22:21:19.605Z[ host-image] Dec 19 22:21:17.362 INFO O| Dec 19 22:21:17.362 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88902024-12-19T22:21:19.635Z[ host-image] Dec 19 22:21:17.395 INFO O| Dec 19 22:21:17.395 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
88912024-12-19T22:21:19.636Z[ host-image] Dec 19 22:21:17.395 INFO O| Dec 19 22:21:17.395 INFO STEP 32 (remove_files) COMPLETE
88922024-12-19T22:21:19.638Z[ host-image] Dec 19 22:21:17.395 INFO O| Dec 19 22:21:17.395 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88932024-12-19T22:21:19.655Z[ host-image] Dec 19 22:21:17.415 INFO O| Dec 19 22:21:17.415 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
88942024-12-19T22:21:19.655Z[ host-image] Dec 19 22:21:17.415 INFO O| Dec 19 22:21:17.415 INFO STEP 33 (remove_files) COMPLETE
88952024-12-19T22:21:19.655Z[ host-image] Dec 19 22:21:17.415 INFO O| Dec 19 22:21:17.415 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88962024-12-19T22:21:19.675Z[ host-image] Dec 19 22:21:17.434 INFO O| Dec 19 22:21:17.434 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
88972024-12-19T22:21:19.675Z[ host-image] Dec 19 22:21:17.435 INFO O| Dec 19 22:21:17.434 INFO STEP 34 (remove_files) COMPLETE
88982024-12-19T22:21:19.675Z[ host-image] Dec 19 22:21:17.435 INFO O| Dec 19 22:21:17.435 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88992024-12-19T22:21:19.694Z[ host-image] Dec 19 22:21:17.454 INFO O| Dec 19 22:21:17.454 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
89002024-12-19T22:21:19.694Z[ host-image] Dec 19 22:21:17.454 INFO O| Dec 19 22:21:17.454 INFO STEP 35 (remove_files) COMPLETE
89012024-12-19T22:21:19.697Z[ host-image] Dec 19 22:21:17.454 INFO O| Dec 19 22:21:17.454 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89022024-12-19T22:21:19.713Z[ host-image] Dec 19 22:21:17.473 INFO O| Dec 19 22:21:17.473 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
89032024-12-19T22:21:19.713Z[ host-image] Dec 19 22:21:17.473 INFO O| Dec 19 22:21:17.473 INFO STEP 36 (remove_files) COMPLETE
89042024-12-19T22:21:19.713Z[ host-image] Dec 19 22:21:17.473 INFO O| Dec 19 22:21:17.473 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89052024-12-19T22:21:19.768Z[ host-image] Dec 19 22:21:17.527 INFO O| Dec 19 22:21:17.527 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
89062024-12-19T22:21:19.768Z[ host-image] Dec 19 22:21:17.528 INFO O| Dec 19 22:21:17.528 INFO STEP 37 (remove_files) COMPLETE
89072024-12-19T22:21:19.768Z[ host-image] Dec 19 22:21:17.528 INFO O| Dec 19 22:21:17.528 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89082024-12-19T22:21:19.786Z[ host-image] Dec 19 22:21:17.546 INFO O| Dec 19 22:21:17.546 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
89092024-12-19T22:21:19.787Z[ host-image] Dec 19 22:21:17.546 INFO O| Dec 19 22:21:17.546 INFO STEP 38 (remove_files) COMPLETE
89102024-12-19T22:21:19.787Z[ host-image] Dec 19 22:21:17.546 INFO O| Dec 19 22:21:17.546 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89112024-12-19T22:21:19.804Z[ host-image] Dec 19 22:21:17.563 INFO O| Dec 19 22:21:17.563 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
89122024-12-19T22:21:19.804Z[ host-image] Dec 19 22:21:17.563 INFO O| Dec 19 22:21:17.563 INFO STEP 39 (remove_files) COMPLETE
89132024-12-19T22:21:19.808Z[ host-image] Dec 19 22:21:17.564 INFO O| Dec 19 22:21:17.563 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89142024-12-19T22:21:19.819Z[ host-image] Dec 19 22:21:17.579 INFO O| Dec 19 22:21:17.579 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
89152024-12-19T22:21:19.820Z[ host-image] Dec 19 22:21:17.579 INFO O| Dec 19 22:21:17.579 INFO STEP 40 (remove_files) COMPLETE
89162024-12-19T22:21:19.820Z[ host-image] Dec 19 22:21:17.579 INFO O| Dec 19 22:21:17.579 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89172024-12-19T22:21:19.835Z[ host-image] Dec 19 22:21:17.595 INFO O| Dec 19 22:21:17.594 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
89182024-12-19T22:21:19.835Z[ host-image] Dec 19 22:21:17.595 INFO O| Dec 19 22:21:17.595 INFO STEP 41 (remove_files) COMPLETE
89192024-12-19T22:21:19.835Z[ host-image] Dec 19 22:21:17.595 INFO O| Dec 19 22:21:17.595 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89202024-12-19T22:21:19.851Z[ host-image] Dec 19 22:21:17.610 INFO O| Dec 19 22:21:17.610 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
89212024-12-19T22:21:19.851Z[ host-image] Dec 19 22:21:17.610 INFO O| Dec 19 22:21:17.610 INFO STEP 42 (remove_files) COMPLETE
89222024-12-19T22:21:19.851Z[ host-image] Dec 19 22:21:17.610 INFO O| Dec 19 22:21:17.610 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89232024-12-19T22:21:19.868Z[ host-image] Dec 19 22:21:17.627 INFO O| Dec 19 22:21:17.627 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
89242024-12-19T22:21:19.868Z[ host-image] Dec 19 22:21:17.627 INFO O| Dec 19 22:21:17.627 INFO STEP 43 (remove_files) COMPLETE
89252024-12-19T22:21:19.871Z[ host-image] Dec 19 22:21:17.627 INFO O| Dec 19 22:21:17.627 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89262024-12-19T22:21:19.887Z[ host-image] Dec 19 22:21:17.646 INFO O| Dec 19 22:21:17.646 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
89272024-12-19T22:21:19.887Z[ host-image] Dec 19 22:21:17.646 INFO O| Dec 19 22:21:17.646 INFO STEP 44 (remove_files) COMPLETE
89282024-12-19T22:21:19.887Z[ host-image] Dec 19 22:21:17.646 INFO O| Dec 19 22:21:17.646 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89292024-12-19T22:21:19.910Z[ host-image] Dec 19 22:21:17.664 INFO O| Dec 19 22:21:17.664 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
89302024-12-19T22:21:19.911Z[ host-image] Dec 19 22:21:17.664 INFO O| Dec 19 22:21:17.664 INFO STEP 45 (remove_files) COMPLETE
89312024-12-19T22:21:19.911Z[ host-image] Dec 19 22:21:17.664 INFO O| Dec 19 22:21:17.664 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89322024-12-19T22:21:19.924Z[ host-image] Dec 19 22:21:17.682 INFO O| Dec 19 22:21:17.682 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
89332024-12-19T22:21:19.924Z[ host-image] Dec 19 22:21:17.682 INFO O| Dec 19 22:21:17.682 INFO STEP 46 (remove_files) COMPLETE
89342024-12-19T22:21:19.924Z[ host-image] Dec 19 22:21:17.682 INFO O| Dec 19 22:21:17.682 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89352024-12-19T22:21:19.944Z[ host-image] Dec 19 22:21:17.700 INFO O| Dec 19 22:21:17.700 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
89362024-12-19T22:21:19.944Z[ host-image] Dec 19 22:21:17.700 INFO O| Dec 19 22:21:17.700 INFO STEP 47 (remove_files) COMPLETE
89372024-12-19T22:21:19.947Z[ host-image] Dec 19 22:21:17.700 INFO O| Dec 19 22:21:17.700 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89382024-12-19T22:21:19.960Z[ host-image] Dec 19 22:21:17.718 INFO O| Dec 19 22:21:17.718 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
89392024-12-19T22:21:19.960Z[ host-image] Dec 19 22:21:17.719 INFO O| Dec 19 22:21:17.719 INFO STEP 48 (remove_files) COMPLETE
89402024-12-19T22:21:19.967Z[ host-image] Dec 19 22:21:17.719 INFO O| Dec 19 22:21:17.719 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89412024-12-19T22:21:19.979Z[ host-image] Dec 19 22:21:17.737 INFO O| Dec 19 22:21:17.737 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
89422024-12-19T22:21:19.979Z[ host-image] Dec 19 22:21:17.737 INFO O| Dec 19 22:21:17.737 INFO STEP 49 (remove_files) COMPLETE
89432024-12-19T22:21:19.982Z[ host-image] Dec 19 22:21:17.737 INFO O| Dec 19 22:21:17.737 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89442024-12-19T22:21:20.012Z[ host-image] Dec 19 22:21:17.762 INFO O| Dec 19 22:21:17.762 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
89452024-12-19T22:21:20.013Z[ host-image] Dec 19 22:21:17.762 INFO O| Dec 19 22:21:17.762 INFO STEP 50 (remove_files) COMPLETE
89462024-12-19T22:21:20.013Z[ host-image] Dec 19 22:21:17.762 INFO O| Dec 19 22:21:17.762 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89472024-12-19T22:21:20.112Z[ host-image] Dec 19 22:21:17.819 INFO O| Dec 19 22:21:17.819 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
89482024-12-19T22:21:20.113Z[ host-image] Dec 19 22:21:17.819 INFO O| Dec 19 22:21:17.819 INFO STEP 51 (remove_files) COMPLETE
89492024-12-19T22:21:20.143Z[ host-image] Dec 19 22:21:17.819 INFO O| Dec 19 22:21:17.819 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89502024-12-19T22:21:20.143Z[ host-image] Dec 19 22:21:17.838 INFO O| Dec 19 22:21:17.838 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
89512024-12-19T22:21:20.143Z[ host-image] Dec 19 22:21:17.838 INFO O| Dec 19 22:21:17.838 INFO STEP 52 (remove_files) COMPLETE
89522024-12-19T22:21:20.144Z[ host-image] Dec 19 22:21:17.838 INFO O| Dec 19 22:21:17.838 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89532024-12-19T22:21:20.144Z[ host-image] Dec 19 22:21:17.857 INFO O| Dec 19 22:21:17.857 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
89542024-12-19T22:21:20.144Z[ host-image] Dec 19 22:21:17.858 INFO O| Dec 19 22:21:17.858 INFO STEP 53 (remove_files) COMPLETE
89552024-12-19T22:21:20.144Z[ host-image] Dec 19 22:21:17.858 INFO O| Dec 19 22:21:17.858 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89562024-12-19T22:21:20.145Z[ host-image] Dec 19 22:21:17.876 INFO O| Dec 19 22:21:17.876 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
89572024-12-19T22:21:20.145Z[ host-image] Dec 19 22:21:17.876 INFO O| Dec 19 22:21:17.876 INFO STEP 54 (remove_files) COMPLETE
89582024-12-19T22:21:20.145Z[ host-image] Dec 19 22:21:17.876 INFO O| Dec 19 22:21:17.876 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89592024-12-19T22:21:20.174Z[ host-image] Dec 19 22:21:17.895 INFO O| Dec 19 22:21:17.895 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
89602024-12-19T22:21:20.174Z[ host-image] Dec 19 22:21:17.895 INFO O| Dec 19 22:21:17.895 INFO STEP 55 (remove_files) COMPLETE
89612024-12-19T22:21:20.174Z[ host-image] Dec 19 22:21:17.895 INFO O| Dec 19 22:21:17.895 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89622024-12-19T22:21:20.201Z[ host-image] Dec 19 22:21:17.914 INFO O| Dec 19 22:21:17.914 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
89632024-12-19T22:21:20.201Z[ host-image] Dec 19 22:21:17.914 INFO O| Dec 19 22:21:17.914 INFO STEP 56 (remove_files) COMPLETE
89642024-12-19T22:21:20.202Z[ host-image] Dec 19 22:21:17.914 INFO O| Dec 19 22:21:17.914 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89652024-12-19T22:21:20.202Z[ host-image] Dec 19 22:21:17.934 INFO O| Dec 19 22:21:17.934 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
89662024-12-19T22:21:20.202Z[ host-image] Dec 19 22:21:17.934 INFO O| Dec 19 22:21:17.934 INFO STEP 57 (remove_files) COMPLETE
89672024-12-19T22:21:20.202Z[ host-image] Dec 19 22:21:17.934 INFO O| Dec 19 22:21:17.934 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89682024-12-19T22:21:20.222Z[ host-image] Dec 19 22:21:17.968 INFO O| Dec 19 22:21:17.968 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
89692024-12-19T22:21:20.222Z[ host-image] Dec 19 22:21:17.968 INFO O| Dec 19 22:21:17.968 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
89702024-12-19T22:21:20.246Z[ host-image] Dec 19 22:21:17.968 INFO O| Dec 19 22:21:17.968 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89712024-12-19T22:21:20.246Z[ host-image] Dec 19 22:21:17.968 INFO O| Dec 19 22:21:17.968 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89722024-12-19T22:21:20.246Z[ host-image] Dec 19 22:21:17.968 INFO O| Dec 19 22:21:17.968 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89732024-12-19T22:21:20.246Z[ host-image] Dec 19 22:21:17.968 INFO O| Dec 19 22:21:17.968 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89742024-12-19T22:21:20.247Z[ host-image] Dec 19 22:21:17.968 INFO O| Dec 19 22:21:17.968 INFO ok!
89752024-12-19T22:21:20.247Z[ host-image] Dec 19 22:21:17.969 INFO O| Dec 19 22:21:17.968 INFO STEP 58 (ensure_file) COMPLETE
89762024-12-19T22:21:20.247Z[ host-image] Dec 19 22:21:17.969 INFO O| Dec 19 22:21:17.969 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89772024-12-19T22:21:20.299Z[ host-image] Dec 19 22:21:18.030 INFO O| Dec 19 22:21:18.030 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
89782024-12-19T22:21:20.299Z[ host-image] Dec 19 22:21:18.031 INFO O| Dec 19 22:21:18.030 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
89792024-12-19T22:21:20.345Z[ host-image] Dec 19 22:21:18.031 INFO O| Dec 19 22:21:18.031 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89802024-12-19T22:21:20.346Z[ host-image] Dec 19 22:21:18.031 INFO O| Dec 19 22:21:18.031 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89812024-12-19T22:21:20.346Z[ host-image] Dec 19 22:21:18.031 INFO O| Dec 19 22:21:18.031 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89822024-12-19T22:21:20.346Z[ host-image] Dec 19 22:21:18.031 INFO O| Dec 19 22:21:18.031 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89832024-12-19T22:21:20.346Z[ host-image] Dec 19 22:21:18.031 INFO O| Dec 19 22:21:18.031 INFO ok!
89842024-12-19T22:21:20.346Z[ host-image] Dec 19 22:21:18.031 INFO O| Dec 19 22:21:18.031 INFO STEP 59 (ensure_file) COMPLETE
89852024-12-19T22:21:20.346Z[ host-image] Dec 19 22:21:18.031 INFO O| Dec 19 22:21:18.031 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89862024-12-19T22:21:20.346Z[ host-image] Dec 19 22:21:18.051 INFO O| Dec 19 22:21:18.051 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
89872024-12-19T22:21:20.346Z[ host-image] Dec 19 22:21:18.051 INFO O| Dec 19 22:21:18.051 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
89882024-12-19T22:21:20.347Z[ host-image] Dec 19 22:21:18.051 INFO O| Dec 19 22:21:18.051 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
89892024-12-19T22:21:20.347Z[ host-image] Dec 19 22:21:18.051 INFO O| Dec 19 22:21:18.051 INFO ok!
89902024-12-19T22:21:20.347Z[ host-image] Dec 19 22:21:18.051 INFO O| Dec 19 22:21:18.051 INFO STEP 60 (ensure_file) COMPLETE
89912024-12-19T22:21:20.347Z[ host-image] Dec 19 22:21:18.052 INFO O| Dec 19 22:21:18.051 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89922024-12-19T22:21:20.347Z[ host-image] Dec 19 22:21:18.070 INFO O| Dec 19 22:21:18.070 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
89932024-12-19T22:21:20.347Z[ host-image] Dec 19 22:21:18.071 INFO O| Dec 19 22:21:18.071 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
89942024-12-19T22:21:20.347Z[ host-image] Dec 19 22:21:18.071 INFO O| Dec 19 22:21:18.071 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
89952024-12-19T22:21:20.347Z[ host-image] Dec 19 22:21:18.071 INFO O| Dec 19 22:21:18.071 INFO ok!
89962024-12-19T22:21:20.347Z[ host-image] Dec 19 22:21:18.071 INFO O| Dec 19 22:21:18.071 INFO STEP 61 (ensure_file) COMPLETE
89972024-12-19T22:21:20.348Z[ host-image] Dec 19 22:21:18.071 INFO O| Dec 19 22:21:18.071 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89982024-12-19T22:21:20.389Z[ host-image] Dec 19 22:21:18.090 INFO O| Dec 19 22:21:18.090 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
89992024-12-19T22:21:20.389Z[ host-image] Dec 19 22:21:18.090 INFO O| Dec 19 22:21:18.090 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
90002024-12-19T22:21:20.389Z[ host-image] Dec 19 22:21:18.091 INFO O| Dec 19 22:21:18.090 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
90012024-12-19T22:21:20.390Z[ host-image] Dec 19 22:21:18.091 INFO O| Dec 19 22:21:18.091 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
90022024-12-19T22:21:20.390Z[ host-image] Dec 19 22:21:18.091 INFO O| Dec 19 22:21:18.091 INFO ok!
90032024-12-19T22:21:20.390Z[ host-image] Dec 19 22:21:18.091 INFO O| Dec 19 22:21:18.091 INFO STEP 62 (ensure_file) COMPLETE
90042024-12-19T22:21:20.390Z[ host-image] Dec 19 22:21:18.091 INFO O| Dec 19 22:21:18.091 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90052024-12-19T22:21:20.390Z[ host-image] Dec 19 22:21:18.111 INFO O| Dec 19 22:21:18.111 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
90062024-12-19T22:21:20.390Z[ host-image] Dec 19 22:21:18.111 INFO O| Dec 19 22:21:18.111 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
90072024-12-19T22:21:20.390Z[ host-image] Dec 19 22:21:18.111 INFO O| Dec 19 22:21:18.111 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
90082024-12-19T22:21:20.390Z[ host-image] Dec 19 22:21:18.111 INFO O| Dec 19 22:21:18.111 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
90092024-12-19T22:21:20.390Z[ host-image] Dec 19 22:21:18.111 INFO O| Dec 19 22:21:18.111 INFO ok!
90102024-12-19T22:21:20.390Z[ host-image] Dec 19 22:21:18.111 INFO O| Dec 19 22:21:18.111 INFO STEP 63 (ensure_file) COMPLETE
90112024-12-19T22:21:20.390Z[ host-image] Dec 19 22:21:18.111 INFO O| Dec 19 22:21:18.111 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90122024-12-19T22:21:20.431Z[ host-image] Dec 19 22:21:18.134 INFO O| Dec 19 22:21:18.134 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
90132024-12-19T22:21:20.432Z[ host-image] Dec 19 22:21:18.134 INFO O| Dec 19 22:21:18.134 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
90142024-12-19T22:21:20.432Z[ host-image] Dec 19 22:21:18.134 INFO O| Dec 19 22:21:18.134 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
90152024-12-19T22:21:20.432Z[ host-image] Dec 19 22:21:18.134 INFO O| Dec 19 22:21:18.134 INFO ok!
90162024-12-19T22:21:20.432Z[ host-image] Dec 19 22:21:18.134 INFO O| Dec 19 22:21:18.134 INFO STEP 64 (assemble_files) COMPLETE
90172024-12-19T22:21:20.432Z[ host-image] Dec 19 22:21:18.134 INFO O| Dec 19 22:21:18.134 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90182024-12-19T22:21:20.466Z[ host-image] Dec 19 22:21:18.170 INFO O| Dec 19 22:21:18.170 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
90192024-12-19T22:21:20.466Z[ host-image] Dec 19 22:21:18.170 INFO O| Dec 19 22:21:18.170 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
90202024-12-19T22:21:20.466Z[ host-image] Dec 19 22:21:18.171 INFO O| Dec 19 22:21:18.170 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
90212024-12-19T22:21:20.468Z[ host-image] Dec 19 22:21:18.171 INFO O| Dec 19 22:21:18.171 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
90222024-12-19T22:21:20.468Z[ host-image] Dec 19 22:21:18.171 INFO O| Dec 19 22:21:18.171 INFO ok!
90232024-12-19T22:21:20.468Z[ host-image] Dec 19 22:21:18.171 INFO O| Dec 19 22:21:18.171 INFO STEP 65 (ensure_file) COMPLETE
90242024-12-19T22:21:20.468Z[ host-image] Dec 19 22:21:18.171 INFO O| Dec 19 22:21:18.171 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90252024-12-19T22:21:20.499Z[ host-image] Dec 19 22:21:18.225 INFO O| Dec 19 22:21:18.225 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
90262024-12-19T22:21:20.500Z[ host-image] Dec 19 22:21:18.225 INFO O| Dec 19 22:21:18.225 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
90272024-12-19T22:21:20.500Z[ host-image] Dec 19 22:21:18.225 INFO O| Dec 19 22:21:18.225 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
90282024-12-19T22:21:20.500Z[ host-image] Dec 19 22:21:18.225 INFO O| Dec 19 22:21:18.225 INFO STEP 66 (ensure_dir) COMPLETE
90292024-12-19T22:21:20.500Z[ host-image] Dec 19 22:21:18.225 INFO O| Dec 19 22:21:18.225 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90302024-12-19T22:21:20.530Z[ host-image] Dec 19 22:21:18.263 INFO O| Dec 19 22:21:18.263 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
90312024-12-19T22:21:20.531Z[ host-image] Dec 19 22:21:18.263 INFO O| Dec 19 22:21:18.263 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 ...
90322024-12-19T22:21:20.548Z[ host-image] Dec 19 22:21:18.273 INFO O| Dec 19 22:21:18.273 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
90332024-12-19T22:21:20.548Z[ host-image] Dec 19 22:21:18.273 INFO O| Dec 19 22:21:18.273 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
90342024-12-19T22:21:20.548Z[ host-image] Dec 19 22:21:18.273 INFO O| Dec 19 22:21:18.273 INFO ok!
90352024-12-19T22:21:20.548Z[ host-image] Dec 19 22:21:18.273 INFO O| Dec 19 22:21:18.273 INFO STEP 67 (ensure_file) COMPLETE
90362024-12-19T22:21:20.548Z[ host-image] Dec 19 22:21:18.273 INFO O| Dec 19 22:21:18.273 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90372024-12-19T22:21:20.585Z[ host-image] Dec 19 22:21:18.335 INFO O| Dec 19 22:21:18.335 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
90382024-12-19T22:21:20.585Z[ host-image] Dec 19 22:21:18.335 INFO O| Dec 19 22:21:18.335 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 ...
90392024-12-19T22:21:20.585Z[ host-image] Dec 19 22:21:18.335 INFO O| Dec 19 22:21:18.335 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
90402024-12-19T22:21:20.591Z[ host-image] Dec 19 22:21:18.335 INFO O| Dec 19 22:21:18.335 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
90412024-12-19T22:21:20.591Z[ host-image] Dec 19 22:21:18.335 INFO O| Dec 19 22:21:18.335 INFO ok!
90422024-12-19T22:21:20.591Z[ host-image] Dec 19 22:21:18.336 INFO O| Dec 19 22:21:18.335 INFO STEP 68 (ensure_file) COMPLETE
90432024-12-19T22:21:20.592Z[ host-image] Dec 19 22:21:18.336 INFO O| Dec 19 22:21:18.335 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90442024-12-19T22:21:20.612Z[ host-image] Dec 19 22:21:18.364 INFO O| Dec 19 22:21:18.364 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
90452024-12-19T22:21:20.612Z[ host-image] Dec 19 22:21:18.364 INFO O| Dec 19 22:21:18.364 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
90462024-12-19T22:21:24.495Z[ host-image] Dec 19 22:21:22.233 INFO O| Dec 19 22:21:22.233 INFO STEP 69 (pack_tar) COMPLETE
90472024-12-19T22:21:24.495Z[ host-image] Dec 19 22:21:22.233 INFO O| Dec 19 22:21:22.233 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
90482024-12-19T22:21:24.497Z[ host-image] Dec 19 22:21:22.233 INFO O| Dec 19 22:21:22.233 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
90492024-12-19T22:21:24.945Z[ host-image] Dec 19 22:21:22.683 INFO O| Dec 19 22:21:22.683 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
90502024-12-19T22:21:25.078Z[ host-image] Dec 19 22:21:22.815 INFO O| Dec 19 22:21:22.815 INFO completed processing gimlet/ramdisk-02-trim
90512024-12-19T22:21:25.081Z[ host-image] Dec 19 22:21:22.818 INFO image builder template: zfs...
90522024-12-19T22:21:25.081Z[ host-image] Dec 19 22:21:22.818 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/.tmplpZFK3/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.311", "-n", "zfs"], pwd: None
90532024-12-19T22:21:25.105Z[ host-image] Dec 19 22:21:22.842 INFO O| Dec 19 22:21:22.841 INFO skip include "stress" because feature "stress" is not enabled
90542024-12-19T22:21:25.179Z[ host-image] Dec 19 22:21:22.916 INFO O| Dec 19 22:21:22.916 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
90552024-12-19T22:21:25.207Z[ host-image] Dec 19 22:21:22.943 INFO O| Dec 19 22:21:22.943 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
90562024-12-19T22:21:25.356Z[ host-image] Dec 19 22:21:23.092 INFO O| Dec 19 22:21:23.092 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
90572024-12-19T22:21:25.441Z[ host-image] Dec 19 22:21:23.177 INFO O| Dec 19 22:21:23.177 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
90582024-12-19T22:21:25.441Z[ host-image] Dec 19 22:21:23.177 INFO O| Dec 19 22:21:23.177 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
90592024-12-19T22:21:25.450Z[ host-image] Dec 19 22:21:23.185 INFO O| Dec 19 22:21:23.185 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
90602024-12-19T22:21:25.538Z[ host-image] Dec 19 22:21:23.273 INFO O| Dec 19 22:21:23.273 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
90612024-12-19T22:21:25.659Z[ host-image] Dec 19 22:21:23.394 INFO O| Dec 19 22:21:23.394 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
90622024-12-19T22:21:25.700Z[ host-image] Dec 19 22:21:23.434 INFO O| Dec 19 22:21:23.434 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
90632024-12-19T22:21:25.710Z[ host-image] Dec 19 22:21:23.444 INFO O| Dec 19 22:21:23.444 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
90642024-12-19T22:21:25.713Z[ host-image] Dec 19 22:21:23.444 INFO O| Dec 19 22:21:23.444 INFO no lofi found
90652024-12-19T22:21:25.713Z[ host-image] Dec 19 22:21:23.445 INFO O| Dec 19 22:21:23.445 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
90662024-12-19T22:21:25.713Z[ host-image] Dec 19 22:21:23.445 INFO O| Dec 19 22:21:23.445 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
90672024-12-19T22:21:27.283Z[ host-image] Dec 19 22:21:25.011 INFO O| Dec 19 22:21:25.011 INFO lofi device = /dev/dsk/c2t1d0p0
90682024-12-19T22:21:27.283Z[ host-image] Dec 19 22:21:25.011 INFO O| Dec 19 22:21:25.011 INFO pool device = /dev/dsk/c2t1d0p0
90692024-12-19T22:21:27.286Z[ host-image] Dec 19 22:21:25.011 INFO O| Dec 19 22:21:25.011 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"]
90702024-12-19T22:21:27.611Z[ host-image] Dec 19 22:21:25.338 INFO O| Dec 19 22:21:25.338 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90712024-12-19T22:21:27.611Z[ host-image] Dec 19 22:21:25.338 INFO O| Dec 19 22:21:25.338 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
90722024-12-19T22:21:27.648Z[ host-image] Dec 19 22:21:25.374 INFO O| Dec 19 22:21:25.374 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
90732024-12-19T22:21:27.768Z[ host-image] Dec 19 22:21:25.494 INFO O| Dec 19 22:21:25.493 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
90742024-12-19T22:21:27.828Z[ host-image] Dec 19 22:21:25.553 INFO O| Dec 19 22:21:25.553 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
90752024-12-19T22:21:27.856Z[ host-image] Dec 19 22:21:25.582 INFO O| Dec 19 22:21:25.581 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
90762024-12-19T22:21:27.880Z[ host-image] Dec 19 22:21:25.605 INFO O| Dec 19 22:21:25.605 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
90772024-12-19T22:21:27.973Z[ host-image] Dec 19 22:21:25.698 INFO O| Dec 19 22:21:25.698 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
90782024-12-19T22:21:27.976Z[ host-image] Dec 19 22:21:25.698 INFO O| Dec 19 22:21:25.698 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
90792024-12-19T22:21:27.976Z[ host-image] Dec 19 22:21:25.698 INFO O| Dec 19 22:21:25.698 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
90802024-12-19T22:21:27.991Z[ host-image] Dec 19 22:21:25.716 INFO O| Dec 19 22:21:25.716 INFO boot environment UUID: e8f91005-4bef-47a0-9477-24e72eb2f414
90812024-12-19T22:21:27.991Z[ host-image] Dec 19 22:21:25.716 INFO O| Dec 19 22:21:25.716 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = e8f91005-4bef-47a0-9477-24e72eb2f414
90822024-12-19T22:21:28.030Z[ host-image] Dec 19 22:21:25.754 INFO O| Dec 19 22:21:25.754 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
90832024-12-19T22:21:28.065Z[ host-image] Dec 19 22:21:25.789 INFO O| Dec 19 22:21:25.789 INFO STEP 0 (create_be) COMPLETE
90842024-12-19T22:21:28.065Z[ host-image] Dec 19 22:21:25.789 INFO O| Dec 19 22:21:25.789 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90852024-12-19T22:21:28.096Z[ host-image] Dec 19 22:21:25.820 INFO O| Dec 19 22:21:25.820 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
90862024-12-19T22:21:51.830Z[ host-image] Dec 19 22:21:49.454 INFO O| Dec 19 22:21:49.454 INFO STEP 1 (unpack_tar) COMPLETE
90872024-12-19T22:21:51.830Z[ host-image] Dec 19 22:21:49.454 INFO O| Dec 19 22:21:49.454 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90882024-12-19T22:21:51.849Z[ host-image] Dec 19 22:21:49.472 INFO O| Dec 19 22:21:49.472 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
90892024-12-19T22:21:52.543Z[ host-image] Dec 19 22:21:50.164 INFO O| Dec 19 22:21:50.163 INFO STEP 2 (devfsadm) COMPLETE
90902024-12-19T22:21:52.543Z[ host-image] Dec 19 22:21:50.164 INFO O| Dec 19 22:21:50.164 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90912024-12-19T22:21:52.564Z[ host-image] Dec 19 22:21:50.185 INFO O| Dec 19 22:21:50.185 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90922024-12-19T22:21:52.567Z[ host-image] Dec 19 22:21:50.185 INFO O| Dec 19 22:21:50.185 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90932024-12-19T22:21:52.567Z[ host-image] Dec 19 22:21:50.185 INFO O| Dec 19 22:21:50.185 INFO STEP 3 (ensure_dir) COMPLETE
90942024-12-19T22:21:52.567Z[ host-image] Dec 19 22:21:50.185 INFO O| Dec 19 22:21:50.185 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90952024-12-19T22:21:52.585Z[ host-image] Dec 19 22:21:50.206 INFO O| Dec 19 22:21:50.206 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
90962024-12-19T22:21:52.585Z[ host-image] Dec 19 22:21:50.206 INFO O| Dec 19 22:21:50.206 INFO STEP 4 (ensure_dir) COMPLETE
90972024-12-19T22:21:52.585Z[ host-image] Dec 19 22:21:50.206 INFO O| Dec 19 22:21:50.206 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90982024-12-19T22:21:52.601Z[ host-image] Dec 19 22:21:50.222 INFO O| Dec 19 22:21:50.222 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
90992024-12-19T22:21:52.601Z[ host-image] Dec 19 22:21:50.222 INFO O| Dec 19 22:21:50.222 INFO STEP 5 (ensure_dir) COMPLETE
91002024-12-19T22:21:52.604Z[ host-image] Dec 19 22:21:50.222 INFO O| Dec 19 22:21:50.222 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91012024-12-19T22:21:52.616Z[ host-image] Dec 19 22:21:50.237 INFO O| Dec 19 22:21:50.237 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91022024-12-19T22:21:52.616Z[ host-image] Dec 19 22:21:50.237 INFO O| Dec 19 22:21:50.237 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91032024-12-19T22:21:52.616Z[ host-image] Dec 19 22:21:50.237 INFO O| Dec 19 22:21:50.237 INFO STEP 6 (ensure_dir) COMPLETE
91042024-12-19T22:21:52.619Z[ host-image] Dec 19 22:21:50.237 INFO O| Dec 19 22:21:50.237 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91052024-12-19T22:21:52.637Z[ host-image] Dec 19 22:21:50.257 INFO O| Dec 19 22:21:50.257 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91062024-12-19T22:21:52.637Z[ host-image] Dec 19 22:21:50.257 INFO O| Dec 19 22:21:50.257 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91072024-12-19T22:21:52.639Z[ host-image] Dec 19 22:21:50.257 INFO O| Dec 19 22:21:50.257 INFO STEP 7 (ensure_dir) COMPLETE
91082024-12-19T22:21:52.639Z[ host-image] Dec 19 22:21:50.257 INFO O| Dec 19 22:21:50.257 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91092024-12-19T22:21:52.656Z[ host-image] Dec 19 22:21:50.277 INFO O| Dec 19 22:21:50.276 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
91102024-12-19T22:21:52.659Z[ host-image] Dec 19 22:21:50.277 INFO O| Dec 19 22:21:50.277 INFO STEP 8 (remove_files) COMPLETE
91112024-12-19T22:21:52.659Z[ host-image] Dec 19 22:21:50.277 INFO O| Dec 19 22:21:50.277 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91122024-12-19T22:21:52.677Z[ host-image] Dec 19 22:21:50.297 INFO O| Dec 19 22:21:50.297 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
91132024-12-19T22:21:52.679Z[ host-image] Dec 19 22:21:50.298 INFO O| Dec 19 22:21:50.298 INFO STEP 9 (remove_files) COMPLETE
91142024-12-19T22:21:52.680Z[ host-image] Dec 19 22:21:50.298 INFO O| Dec 19 22:21:50.298 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91152024-12-19T22:21:52.696Z[ host-image] Dec 19 22:21:50.316 INFO O| Dec 19 22:21:50.316 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
91162024-12-19T22:21:52.699Z[ host-image] Dec 19 22:21:50.318 INFO O| Dec 19 22:21:50.317 INFO STEP 10 (remove_files) COMPLETE
91172024-12-19T22:21:52.699Z[ host-image] Dec 19 22:21:50.318 INFO O| Dec 19 22:21:50.317 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91182024-12-19T22:21:52.718Z[ host-image] Dec 19 22:21:50.338 INFO O| Dec 19 22:21:50.338 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
91192024-12-19T22:21:52.721Z[ host-image] Dec 19 22:21:50.338 INFO O| Dec 19 22:21:50.338 INFO STEP 11 (remove_files) COMPLETE
91202024-12-19T22:21:52.721Z[ host-image] Dec 19 22:21:50.339 INFO O| Dec 19 22:21:50.338 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91212024-12-19T22:21:52.739Z[ host-image] Dec 19 22:21:50.359 INFO O| Dec 19 22:21:50.359 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
91222024-12-19T22:21:52.741Z[ host-image] Dec 19 22:21:50.359 INFO O| Dec 19 22:21:50.359 INFO STEP 12 (remove_files) COMPLETE
91232024-12-19T22:21:52.741Z[ host-image] Dec 19 22:21:50.359 INFO O| Dec 19 22:21:50.359 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91242024-12-19T22:21:52.759Z[ host-image] Dec 19 22:21:50.379 INFO O| Dec 19 22:21:50.378 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91252024-12-19T22:21:52.761Z[ host-image] Dec 19 22:21:50.379 INFO O| Dec 19 22:21:50.379 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91262024-12-19T22:21:52.761Z[ host-image] Dec 19 22:21:50.379 INFO O| Dec 19 22:21:50.379 INFO STEP 13 (ensure_dir) COMPLETE
91272024-12-19T22:21:52.761Z[ host-image] Dec 19 22:21:50.379 INFO O| Dec 19 22:21:50.379 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91282024-12-19T22:21:52.782Z[ host-image] Dec 19 22:21:50.398 INFO O| Dec 19 22:21:50.398 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91292024-12-19T22:21:52.783Z[ host-image] Dec 19 22:21:50.399 INFO O| Dec 19 22:21:50.398 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91302024-12-19T22:21:52.785Z[ host-image] Dec 19 22:21:50.399 INFO O| Dec 19 22:21:50.399 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91312024-12-19T22:21:52.785Z[ host-image] Dec 19 22:21:50.399 INFO O| Dec 19 22:21:50.399 INFO STEP 14 (ensure_dir) COMPLETE
91322024-12-19T22:21:52.785Z[ host-image] Dec 19 22:21:50.399 INFO O| Dec 19 22:21:50.399 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91332024-12-19T22:21:52.797Z[ host-image] Dec 19 22:21:50.417 INFO O| Dec 19 22:21:50.417 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91342024-12-19T22:21:52.801Z[ host-image] Dec 19 22:21:50.417 INFO O| Dec 19 22:21:50.417 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91352024-12-19T22:21:52.801Z[ host-image] Dec 19 22:21:50.417 INFO O| Dec 19 22:21:50.417 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91362024-12-19T22:21:52.801Z[ host-image] Dec 19 22:21:50.417 INFO O| Dec 19 22:21:50.417 INFO STEP 15 (ensure_dir) COMPLETE
91372024-12-19T22:21:52.801Z[ host-image] Dec 19 22:21:50.417 INFO O| Dec 19 22:21:50.417 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91382024-12-19T22:21:52.815Z[ host-image] Dec 19 22:21:50.434 INFO O| Dec 19 22:21:50.434 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91392024-12-19T22:21:52.818Z[ host-image] Dec 19 22:21:50.434 INFO O| Dec 19 22:21:50.434 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91402024-12-19T22:21:52.818Z[ host-image] Dec 19 22:21:50.434 INFO O| Dec 19 22:21:50.434 INFO STEP 16 (ensure_dir) COMPLETE
91412024-12-19T22:21:52.818Z[ host-image] Dec 19 22:21:50.434 INFO O| Dec 19 22:21:50.434 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91422024-12-19T22:21:52.832Z[ host-image] Dec 19 22:21:50.452 INFO O| Dec 19 22:21:50.452 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91432024-12-19T22:21:52.832Z[ host-image] Dec 19 22:21:50.452 INFO O| Dec 19 22:21:50.452 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91442024-12-19T22:21:52.833Z[ host-image] Dec 19 22:21:50.452 INFO O| Dec 19 22:21:50.452 INFO STEP 17 (ensure_dir) COMPLETE
91452024-12-19T22:21:52.833Z[ host-image] Dec 19 22:21:50.452 INFO O| Dec 19 22:21:50.452 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91462024-12-19T22:21:52.850Z[ host-image] Dec 19 22:21:50.469 INFO O| Dec 19 22:21:50.469 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
91472024-12-19T22:21:52.850Z[ host-image] Dec 19 22:21:50.469 INFO O| Dec 19 22:21:50.469 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
91482024-12-19T22:21:52.852Z[ host-image] Dec 19 22:21:50.469 INFO O| Dec 19 22:21:50.469 INFO ok!
91492024-12-19T22:21:52.852Z[ host-image] Dec 19 22:21:50.469 INFO O| Dec 19 22:21:50.469 INFO STEP 18 (ensure_symlink) COMPLETE
91502024-12-19T22:21:52.852Z[ host-image] Dec 19 22:21:50.469 INFO O| Dec 19 22:21:50.469 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91512024-12-19T22:21:52.868Z[ host-image] Dec 19 22:21:50.488 INFO O| Dec 19 22:21:50.487 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
91522024-12-19T22:21:52.868Z[ host-image] Dec 19 22:21:50.488 INFO O| Dec 19 22:21:50.488 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
91532024-12-19T22:21:52.868Z[ host-image] Dec 19 22:21:50.488 INFO O| Dec 19 22:21:50.488 INFO ok!
91542024-12-19T22:21:52.871Z[ host-image] Dec 19 22:21:50.488 INFO O| Dec 19 22:21:50.488 INFO STEP 19 (ensure_file) COMPLETE
91552024-12-19T22:21:52.871Z[ host-image] Dec 19 22:21:50.488 INFO O| Dec 19 22:21:50.488 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91562024-12-19T22:21:52.886Z[ host-image] Dec 19 22:21:50.505 INFO O| Dec 19 22:21:50.505 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
91572024-12-19T22:21:52.886Z[ host-image] Dec 19 22:21:50.505 INFO O| Dec 19 22:21:50.505 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
91582024-12-19T22:21:52.889Z[ host-image] Dec 19 22:21:50.505 INFO O| Dec 19 22:21:50.505 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
91592024-12-19T22:21:52.889Z[ host-image] Dec 19 22:21:50.505 INFO O| Dec 19 22:21:50.505 INFO ok!
91602024-12-19T22:21:52.889Z[ host-image] Dec 19 22:21:50.505 INFO O| Dec 19 22:21:50.505 INFO STEP 20 (ensure_symlink) COMPLETE
91612024-12-19T22:21:52.889Z[ host-image] Dec 19 22:21:50.506 INFO O| Dec 19 22:21:50.505 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91622024-12-19T22:21:52.904Z[ host-image] Dec 19 22:21:50.523 INFO O| Dec 19 22:21:50.523 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
91632024-12-19T22:21:52.904Z[ host-image] Dec 19 22:21:50.523 INFO O| Dec 19 22:21:50.523 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
91642024-12-19T22:21:52.904Z[ host-image] Dec 19 22:21:50.523 INFO O| Dec 19 22:21:50.523 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
91652024-12-19T22:21:52.906Z[ host-image] Dec 19 22:21:50.523 INFO O| Dec 19 22:21:50.523 INFO ok!
91662024-12-19T22:21:52.906Z[ host-image] Dec 19 22:21:50.523 INFO O| Dec 19 22:21:50.523 INFO STEP 21 (ensure_symlink) COMPLETE
91672024-12-19T22:21:52.906Z[ host-image] Dec 19 22:21:50.523 INFO O| Dec 19 22:21:50.523 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91682024-12-19T22:21:52.923Z[ host-image] Dec 19 22:21:50.542 INFO O| Dec 19 22:21:50.542 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
91692024-12-19T22:21:52.923Z[ host-image] Dec 19 22:21:50.542 INFO O| Dec 19 22:21:50.542 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
91702024-12-19T22:21:52.923Z[ host-image] Dec 19 22:21:50.542 INFO O| Dec 19 22:21:50.542 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
91712024-12-19T22:21:52.927Z[ host-image] Dec 19 22:21:50.542 INFO O| Dec 19 22:21:50.542 INFO ok!
91722024-12-19T22:21:52.927Z[ host-image] Dec 19 22:21:50.542 INFO O| Dec 19 22:21:50.542 INFO STEP 22 (ensure_symlink) COMPLETE
91732024-12-19T22:21:52.927Z[ host-image] Dec 19 22:21:50.542 INFO O| Dec 19 22:21:50.542 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91742024-12-19T22:21:52.941Z[ host-image] Dec 19 22:21:50.561 INFO O| Dec 19 22:21:50.560 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
91752024-12-19T22:21:52.942Z[ host-image] Dec 19 22:21:50.561 INFO O| Dec 19 22:21:50.561 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
91762024-12-19T22:21:52.942Z[ host-image] Dec 19 22:21:50.561 INFO O| Dec 19 22:21:50.561 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
91772024-12-19T22:21:52.944Z[ host-image] Dec 19 22:21:50.561 INFO O| Dec 19 22:21:50.561 INFO ok!
91782024-12-19T22:21:52.944Z[ host-image] Dec 19 22:21:50.561 INFO O| Dec 19 22:21:50.561 INFO STEP 23 (ensure_symlink) COMPLETE
91792024-12-19T22:21:52.944Z[ host-image] Dec 19 22:21:50.561 INFO O| Dec 19 22:21:50.561 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91802024-12-19T22:21:52.961Z[ host-image] Dec 19 22:21:50.581 INFO O| Dec 19 22:21:50.580 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
91812024-12-19T22:21:52.964Z[ host-image] Dec 19 22:21:50.581 INFO O| Dec 19 22:21:50.581 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
91822024-12-19T22:21:52.964Z[ host-image] Dec 19 22:21:50.581 INFO O| Dec 19 22:21:50.581 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
91832024-12-19T22:21:52.964Z[ host-image] Dec 19 22:21:50.581 INFO O| Dec 19 22:21:50.581 INFO ok!
91842024-12-19T22:21:52.964Z[ host-image] Dec 19 22:21:50.581 INFO O| Dec 19 22:21:50.581 INFO STEP 24 (ensure_file) COMPLETE
91852024-12-19T22:21:52.964Z[ host-image] Dec 19 22:21:50.581 INFO O| Dec 19 22:21:50.581 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
91862024-12-19T22:21:52.981Z[ host-image] Dec 19 22:21:50.600 INFO O| Dec 19 22:21:50.600 INFO updating shadow file
91872024-12-19T22:21:52.984Z[ host-image] Dec 19 22:21:50.601 INFO O| Dec 19 22:21:50.601 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91882024-12-19T22:21:52.984Z[ host-image] Dec 19 22:21:50.601 INFO O| Dec 19 22:21:50.601 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91892024-12-19T22:21:52.984Z[ host-image] Dec 19 22:21:50.601 INFO O| Dec 19 22:21:50.601 INFO STEP 25 (shadow) COMPLETE
91902024-12-19T22:21:52.984Z[ host-image] Dec 19 22:21:50.601 INFO O| Dec 19 22:21:50.601 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91912024-12-19T22:21:53.000Z[ host-image] Dec 19 22:21:50.619 INFO O| Dec 19 22:21:50.619 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
91922024-12-19T22:21:53.000Z[ host-image] Dec 19 22:21:50.619 INFO O| Dec 19 22:21:50.619 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
91932024-12-19T22:21:53.002Z[ host-image] Dec 19 22:21:50.619 INFO O| Dec 19 22:21:50.619 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
91942024-12-19T22:21:53.002Z[ host-image] Dec 19 22:21:50.619 INFO O| Dec 19 22:21:50.619 INFO ok!
91952024-12-19T22:21:53.002Z[ host-image] Dec 19 22:21:50.619 INFO O| Dec 19 22:21:50.619 INFO STEP 26 (ensure_file) COMPLETE
91962024-12-19T22:21:53.002Z[ host-image] Dec 19 22:21:50.619 INFO O| Dec 19 22:21:50.619 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91972024-12-19T22:21:53.019Z[ host-image] Dec 19 22:21:50.638 INFO O| Dec 19 22:21:50.638 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
91982024-12-19T22:21:53.020Z[ host-image] Dec 19 22:21:50.638 INFO O| Dec 19 22:21:50.638 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
91992024-12-19T22:21:53.020Z[ host-image] Dec 19 22:21:50.638 INFO O| Dec 19 22:21:50.638 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
92002024-12-19T22:21:53.022Z[ host-image] Dec 19 22:21:50.639 INFO O| Dec 19 22:21:50.638 INFO ok!
92012024-12-19T22:21:53.022Z[ host-image] Dec 19 22:21:50.639 INFO O| Dec 19 22:21:50.638 INFO STEP 27 (ensure_file) COMPLETE
92022024-12-19T22:21:53.022Z[ host-image] Dec 19 22:21:50.639 INFO O| Dec 19 22:21:50.638 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92032024-12-19T22:21:53.038Z[ host-image] Dec 19 22:21:50.657 INFO O| Dec 19 22:21:50.657 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
92042024-12-19T22:21:53.038Z[ host-image] Dec 19 22:21:50.657 INFO O| Dec 19 22:21:50.657 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
92052024-12-19T22:21:53.041Z[ host-image] Dec 19 22:21:50.657 INFO O| Dec 19 22:21:50.657 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
92062024-12-19T22:21:53.041Z[ host-image] Dec 19 22:21:50.658 INFO O| Dec 19 22:21:50.657 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
92072024-12-19T22:21:53.041Z[ host-image] Dec 19 22:21:50.658 INFO O| Dec 19 22:21:50.658 INFO ok!
92082024-12-19T22:21:53.041Z[ host-image] Dec 19 22:21:50.658 INFO O| Dec 19 22:21:50.658 INFO STEP 28 (ensure_file) COMPLETE
92092024-12-19T22:21:53.041Z[ host-image] Dec 19 22:21:50.658 INFO O| Dec 19 22:21:50.658 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92102024-12-19T22:21:53.058Z[ host-image] Dec 19 22:21:50.677 INFO O| Dec 19 22:21:50.676 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
92112024-12-19T22:21:53.058Z[ host-image] Dec 19 22:21:50.677 INFO O| Dec 19 22:21:50.677 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
92122024-12-19T22:21:53.058Z[ host-image] Dec 19 22:21:50.677 INFO O| Dec 19 22:21:50.677 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
92132024-12-19T22:21:53.061Z[ host-image] Dec 19 22:21:50.677 INFO O| Dec 19 22:21:50.677 INFO ok!
92142024-12-19T22:21:53.061Z[ host-image] Dec 19 22:21:50.677 INFO O| Dec 19 22:21:50.677 INFO STEP 29 (ensure_file) COMPLETE
92152024-12-19T22:21:53.061Z[ host-image] Dec 19 22:21:50.677 INFO O| Dec 19 22:21:50.677 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92162024-12-19T22:21:53.075Z[ host-image] Dec 19 22:21:50.694 INFO O| Dec 19 22:21:50.694 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
92172024-12-19T22:21:53.076Z[ host-image] Dec 19 22:21:50.694 INFO O| Dec 19 22:21:50.694 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
92182024-12-19T22:21:53.078Z[ host-image] Dec 19 22:21:50.694 INFO O| Dec 19 22:21:50.694 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
92192024-12-19T22:21:53.078Z[ host-image] Dec 19 22:21:50.694 INFO O| Dec 19 22:21:50.694 INFO ok!
92202024-12-19T22:21:53.078Z[ host-image] Dec 19 22:21:50.694 INFO O| Dec 19 22:21:50.694 INFO STEP 30 (ensure_file) COMPLETE
92212024-12-19T22:21:53.079Z[ host-image] Dec 19 22:21:50.694 INFO O| Dec 19 22:21:50.694 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92222024-12-19T22:21:53.095Z[ host-image] Dec 19 22:21:50.713 INFO O| Dec 19 22:21:50.713 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
92232024-12-19T22:21:53.095Z[ host-image] Dec 19 22:21:50.713 INFO O| Dec 19 22:21:50.713 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
92242024-12-19T22:21:53.095Z[ host-image] Dec 19 22:21:50.714 INFO O| Dec 19 22:21:50.713 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
92252024-12-19T22:21:53.098Z[ host-image] Dec 19 22:21:50.714 INFO O| Dec 19 22:21:50.714 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
92262024-12-19T22:21:53.098Z[ host-image] Dec 19 22:21:50.714 INFO O| Dec 19 22:21:50.714 INFO ok!
92272024-12-19T22:21:53.098Z[ host-image] Dec 19 22:21:50.714 INFO O| Dec 19 22:21:50.714 INFO STEP 31 (ensure_file) COMPLETE
92282024-12-19T22:21:53.098Z[ host-image] Dec 19 22:21:50.714 INFO O| Dec 19 22:21:50.714 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92292024-12-19T22:21:53.112Z[ host-image] Dec 19 22:21:50.730 INFO O| Dec 19 22:21:50.730 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
92302024-12-19T22:21:53.112Z[ host-image] Dec 19 22:21:50.730 INFO O| Dec 19 22:21:50.730 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
92312024-12-19T22:21:53.115Z[ host-image] Dec 19 22:21:50.731 INFO O| Dec 19 22:21:50.731 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
92322024-12-19T22:21:53.115Z[ host-image] Dec 19 22:21:50.731 INFO O| Dec 19 22:21:50.731 INFO ok!
92332024-12-19T22:21:53.115Z[ host-image] Dec 19 22:21:50.731 INFO O| Dec 19 22:21:50.731 INFO STEP 32 (ensure_file) COMPLETE
92342024-12-19T22:21:53.115Z[ host-image] Dec 19 22:21:50.731 INFO O| Dec 19 22:21:50.731 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92352024-12-19T22:21:53.126Z[ host-image] Dec 19 22:21:50.744 INFO O| Dec 19 22:21:50.744 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
92362024-12-19T22:21:53.126Z[ host-image] Dec 19 22:21:50.744 INFO O| Dec 19 22:21:50.744 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
92372024-12-19T22:21:53.128Z[ host-image] Dec 19 22:21:50.744 INFO O| Dec 19 22:21:50.744 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
92382024-12-19T22:21:53.128Z[ host-image] Dec 19 22:21:50.744 INFO O| Dec 19 22:21:50.744 INFO ok!
92392024-12-19T22:21:53.128Z[ host-image] Dec 19 22:21:50.744 INFO O| Dec 19 22:21:50.744 INFO STEP 33 (ensure_file) COMPLETE
92402024-12-19T22:21:53.128Z[ host-image] Dec 19 22:21:50.744 INFO O| Dec 19 22:21:50.744 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92412024-12-19T22:21:53.145Z[ host-image] Dec 19 22:21:50.763 INFO O| Dec 19 22:21:50.763 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
92422024-12-19T22:21:53.145Z[ host-image] Dec 19 22:21:50.763 INFO O| Dec 19 22:21:50.763 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
92432024-12-19T22:21:53.147Z[ host-image] Dec 19 22:21:50.763 INFO O| Dec 19 22:21:50.763 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92442024-12-19T22:21:53.147Z[ host-image] Dec 19 22:21:50.763 INFO O| Dec 19 22:21:50.763 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92452024-12-19T22:21:53.147Z[ host-image] Dec 19 22:21:50.763 INFO O| Dec 19 22:21:50.763 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92462024-12-19T22:21:53.147Z[ host-image] Dec 19 22:21:50.763 INFO O| Dec 19 22:21:50.763 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92472024-12-19T22:21:53.148Z[ host-image] Dec 19 22:21:50.763 INFO O| Dec 19 22:21:50.763 INFO ok!
92482024-12-19T22:21:53.148Z[ host-image] Dec 19 22:21:50.763 INFO O| Dec 19 22:21:50.763 INFO STEP 34 (ensure_file) COMPLETE
92492024-12-19T22:21:53.148Z[ host-image] Dec 19 22:21:50.763 INFO O| Dec 19 22:21:50.763 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92502024-12-19T22:21:53.165Z[ host-image] Dec 19 22:21:50.783 INFO O| Dec 19 22:21:50.783 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92512024-12-19T22:21:53.165Z[ host-image] Dec 19 22:21:50.784 INFO O| Dec 19 22:21:50.784 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92522024-12-19T22:21:53.168Z[ host-image] Dec 19 22:21:50.784 INFO O| Dec 19 22:21:50.784 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92532024-12-19T22:21:53.168Z[ host-image] Dec 19 22:21:50.784 INFO O| Dec 19 22:21:50.784 INFO STEP 35 (ensure_dir) COMPLETE
92542024-12-19T22:21:53.168Z[ host-image] Dec 19 22:21:50.784 INFO O| Dec 19 22:21:50.784 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92552024-12-19T22:21:53.185Z[ host-image] Dec 19 22:21:50.803 INFO O| Dec 19 22:21:50.803 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
92562024-12-19T22:21:53.188Z[ host-image] Dec 19 22:21:50.803 INFO O| Dec 19 22:21:50.803 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 ...
92572024-12-19T22:21:53.188Z[ host-image] Dec 19 22:21:50.804 INFO O| Dec 19 22:21:50.804 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
92582024-12-19T22:21:53.188Z[ host-image] Dec 19 22:21:50.804 INFO O| Dec 19 22:21:50.804 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
92592024-12-19T22:21:53.188Z[ host-image] Dec 19 22:21:50.804 INFO O| Dec 19 22:21:50.804 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
92602024-12-19T22:21:53.189Z[ host-image] Dec 19 22:21:50.804 INFO O| Dec 19 22:21:50.804 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
92612024-12-19T22:21:53.189Z[ host-image] Dec 19 22:21:50.804 INFO O| Dec 19 22:21:50.804 INFO ok!
92622024-12-19T22:21:53.189Z[ host-image] Dec 19 22:21:50.804 INFO O| Dec 19 22:21:50.804 INFO STEP 36 (ensure_file) COMPLETE
92632024-12-19T22:21:53.189Z[ host-image] Dec 19 22:21:50.804 INFO O| Dec 19 22:21:50.804 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92642024-12-19T22:21:53.205Z[ host-image] Dec 19 22:21:50.823 INFO O| Dec 19 22:21:50.823 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
92652024-12-19T22:21:53.206Z[ host-image] Dec 19 22:21:50.823 INFO O| Dec 19 22:21:50.823 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 ...
92662024-12-19T22:21:53.208Z[ host-image] Dec 19 22:21:50.824 INFO O| Dec 19 22:21:50.823 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
92672024-12-19T22:21:53.208Z[ host-image] Dec 19 22:21:50.824 INFO O| Dec 19 22:21:50.824 INFO ok!
92682024-12-19T22:21:53.208Z[ host-image] Dec 19 22:21:50.824 INFO O| Dec 19 22:21:50.824 INFO STEP 37 (ensure_symlink) COMPLETE
92692024-12-19T22:21:53.208Z[ host-image] Dec 19 22:21:50.824 INFO O| Dec 19 22:21:50.824 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92702024-12-19T22:21:53.226Z[ host-image] Dec 19 22:21:50.843 INFO O| Dec 19 22:21:50.843 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
92712024-12-19T22:21:53.226Z[ host-image] Dec 19 22:21:50.843 INFO O| Dec 19 22:21:50.843 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
92722024-12-19T22:21:53.229Z[ host-image] Dec 19 22:21:50.843 INFO O| Dec 19 22:21:50.843 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92732024-12-19T22:21:53.229Z[ host-image] Dec 19 22:21:50.843 INFO O| Dec 19 22:21:50.843 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92742024-12-19T22:21:53.229Z[ host-image] Dec 19 22:21:50.843 INFO O| Dec 19 22:21:50.843 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92752024-12-19T22:21:53.229Z[ host-image] Dec 19 22:21:50.843 INFO O| Dec 19 22:21:50.843 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92762024-12-19T22:21:53.229Z[ host-image] Dec 19 22:21:50.843 INFO O| Dec 19 22:21:50.843 INFO ok!
92772024-12-19T22:21:53.229Z[ host-image] Dec 19 22:21:50.843 INFO O| Dec 19 22:21:50.843 INFO STEP 38 (ensure_file) COMPLETE
92782024-12-19T22:21:53.229Z[ host-image] Dec 19 22:21:50.843 INFO O| Dec 19 22:21:50.843 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92792024-12-19T22:21:53.244Z[ host-image] Dec 19 22:21:50.862 INFO O| Dec 19 22:21:50.862 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
92802024-12-19T22:21:53.245Z[ host-image] Dec 19 22:21:50.862 INFO O| Dec 19 22:21:50.862 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 ...
92812024-12-19T22:21:53.248Z[ host-image] Dec 19 22:21:50.863 INFO O| Dec 19 22:21:50.862 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
92822024-12-19T22:21:53.248Z[ host-image] Dec 19 22:21:50.863 INFO O| Dec 19 22:21:50.863 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
92832024-12-19T22:21:53.248Z[ host-image] Dec 19 22:21:50.863 INFO O| Dec 19 22:21:50.863 INFO ok!
92842024-12-19T22:21:53.248Z[ host-image] Dec 19 22:21:50.863 INFO O| Dec 19 22:21:50.863 INFO STEP 39 (ensure_file) COMPLETE
92852024-12-19T22:21:53.248Z[ host-image] Dec 19 22:21:50.863 INFO O| Dec 19 22:21:50.863 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92862024-12-19T22:21:53.258Z[ host-image] Dec 19 22:21:50.876 INFO O| Dec 19 22:21:50.876 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
92872024-12-19T22:21:53.261Z[ host-image] Dec 19 22:21:50.876 INFO O| Dec 19 22:21:50.876 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
92882024-12-19T22:21:53.261Z[ host-image] Dec 19 22:21:50.876 INFO O| Dec 19 22:21:50.876 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
92892024-12-19T22:21:53.261Z[ host-image] Dec 19 22:21:50.876 INFO O| Dec 19 22:21:50.876 INFO ok!
92902024-12-19T22:21:53.261Z[ host-image] Dec 19 22:21:50.876 INFO O| Dec 19 22:21:50.876 INFO STEP 40 (ensure_file) COMPLETE
92912024-12-19T22:21:53.262Z[ host-image] Dec 19 22:21:50.876 INFO O| Dec 19 22:21:50.876 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
92922024-12-19T22:21:53.277Z[ host-image] Dec 19 22:21:50.894 INFO O| Dec 19 22:21:50.894 INFO updating shadow file
92932024-12-19T22:21:53.279Z[ host-image] Dec 19 22:21:50.895 INFO O| Dec 19 22:21:50.894 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
92942024-12-19T22:21:53.279Z[ host-image] Dec 19 22:21:50.895 INFO O| Dec 19 22:21:50.895 INFO STEP 41 (shadow) COMPLETE
92952024-12-19T22:21:53.279Z[ host-image] Dec 19 22:21:50.895 INFO O| Dec 19 22:21:50.895 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
92962024-12-19T22:21:53.291Z[ host-image] Dec 19 22:21:50.909 INFO O| Dec 19 22:21:50.909 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
92972024-12-19T22:21:53.291Z[ host-image] Dec 19 22:21:50.909 INFO O| Dec 19 22:21:50.909 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
92982024-12-19T22:21:53.295Z[ host-image] Dec 19 22:21:50.909 INFO O| Dec 19 22:21:50.909 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
92992024-12-19T22:21:53.295Z[ host-image] Dec 19 22:21:50.909 INFO O| Dec 19 22:21:50.909 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
93002024-12-19T22:21:53.295Z[ host-image] Dec 19 22:21:50.909 INFO O| Dec 19 22:21:50.909 INFO ok!
93012024-12-19T22:21:53.295Z[ host-image] Dec 19 22:21:50.909 INFO O| Dec 19 22:21:50.909 INFO STEP 42 (ensure_file) COMPLETE
93022024-12-19T22:21:53.295Z[ host-image] Dec 19 22:21:50.909 INFO O| Dec 19 22:21:50.909 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93032024-12-19T22:21:53.295Z[ host-image] Dec 19 22:21:50.909 INFO O| Dec 19 22:21:50.909 INFO skip step because feature "mfg" is not enabled
93042024-12-19T22:21:53.295Z[ host-image] Dec 19 22:21:50.909 INFO O| Dec 19 22:21:50.909 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93052024-12-19T22:21:53.295Z[ host-image] Dec 19 22:21:50.909 INFO O| Dec 19 22:21:50.909 INFO skip step because feature "mfg" is not enabled
93062024-12-19T22:21:53.295Z[ host-image] Dec 19 22:21:50.909 INFO O| Dec 19 22:21:50.909 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93072024-12-19T22:21:53.310Z[ host-image] Dec 19 22:21:50.928 INFO O| Dec 19 22:21:50.928 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
93082024-12-19T22:21:53.310Z[ host-image] Dec 19 22:21:50.928 INFO O| Dec 19 22:21:50.928 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
93092024-12-19T22:21:54.136Z[ host-image] Dec 19 22:21:51.750 INFO O| Dec 19 22:21:51.750 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
93102024-12-19T22:21:54.136Z[ host-image] Dec 19 22:21:51.750 INFO O| Dec 19 22:21:51.750 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
93112024-12-19T22:21:54.136Z[ host-image] Dec 19 22:21:51.750 INFO O| Dec 19 22:21:51.750 INFO ok!
93122024-12-19T22:21:54.139Z[ host-image] Dec 19 22:21:51.750 INFO O| Dec 19 22:21:51.750 INFO STEP 45 (ensure_file) COMPLETE
93132024-12-19T22:21:54.139Z[ host-image] Dec 19 22:21:51.750 INFO O| Dec 19 22:21:51.750 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93142024-12-19T22:21:54.155Z[ host-image] Dec 19 22:21:51.769 INFO O| Dec 19 22:21:51.769 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
93152024-12-19T22:21:54.155Z[ host-image] Dec 19 22:21:51.769 INFO O| Dec 19 22:21:51.769 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
93162024-12-19T22:21:54.158Z[ host-image] Dec 19 22:21:51.769 INFO O| Dec 19 22:21:51.769 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93172024-12-19T22:21:54.158Z[ host-image] Dec 19 22:21:51.769 INFO O| Dec 19 22:21:51.769 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93182024-12-19T22:21:54.158Z[ host-image] Dec 19 22:21:51.769 INFO O| Dec 19 22:21:51.769 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93192024-12-19T22:21:54.158Z[ host-image] Dec 19 22:21:51.769 INFO O| Dec 19 22:21:51.769 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93202024-12-19T22:21:54.158Z[ host-image] Dec 19 22:21:51.770 INFO O| Dec 19 22:21:51.769 INFO ok!
93212024-12-19T22:21:54.158Z[ host-image] Dec 19 22:21:51.770 INFO O| Dec 19 22:21:51.770 INFO STEP 46 (ensure_file) COMPLETE
93222024-12-19T22:21:54.158Z[ host-image] Dec 19 22:21:51.770 INFO O| Dec 19 22:21:51.770 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93232024-12-19T22:21:54.169Z[ host-image] Dec 19 22:21:51.783 INFO O| Dec 19 22:21:51.783 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
93242024-12-19T22:21:54.170Z[ host-image] Dec 19 22:21:51.783 INFO O| Dec 19 22:21:51.783 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 ...
93252024-12-19T22:21:54.173Z[ host-image] Dec 19 22:21:51.783 INFO O| Dec 19 22:21:51.783 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
93262024-12-19T22:21:54.173Z[ host-image] Dec 19 22:21:51.784 INFO O| Dec 19 22:21:51.784 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
93272024-12-19T22:21:54.173Z[ host-image] Dec 19 22:21:51.784 INFO O| Dec 19 22:21:51.784 INFO ok!
93282024-12-19T22:21:54.173Z[ host-image] Dec 19 22:21:51.784 INFO O| Dec 19 22:21:51.784 INFO STEP 47 (ensure_file) COMPLETE
93292024-12-19T22:21:54.173Z[ host-image] Dec 19 22:21:51.784 INFO O| Dec 19 22:21:51.784 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93302024-12-19T22:21:54.187Z[ host-image] Dec 19 22:21:51.801 INFO O| Dec 19 22:21:51.801 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
93312024-12-19T22:21:54.187Z[ host-image] Dec 19 22:21:51.801 INFO O| Dec 19 22:21:51.801 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
93322024-12-19T22:21:54.190Z[ host-image] Dec 19 22:21:51.801 INFO O| Dec 19 22:21:51.801 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93332024-12-19T22:21:54.190Z[ host-image] Dec 19 22:21:51.801 INFO O| Dec 19 22:21:51.801 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93342024-12-19T22:21:54.190Z[ host-image] Dec 19 22:21:51.801 INFO O| Dec 19 22:21:51.801 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93352024-12-19T22:21:54.190Z[ host-image] Dec 19 22:21:51.801 INFO O| Dec 19 22:21:51.801 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93362024-12-19T22:21:54.190Z[ host-image] Dec 19 22:21:51.802 INFO O| Dec 19 22:21:51.801 INFO ok!
93372024-12-19T22:21:54.191Z[ host-image] Dec 19 22:21:51.802 INFO O| Dec 19 22:21:51.802 INFO STEP 48 (ensure_file) COMPLETE
93382024-12-19T22:21:54.191Z[ host-image] Dec 19 22:21:51.802 INFO O| Dec 19 22:21:51.802 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93392024-12-19T22:21:54.207Z[ host-image] Dec 19 22:21:51.821 INFO O| Dec 19 22:21:51.821 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
93402024-12-19T22:21:54.208Z[ host-image] Dec 19 22:21:51.821 INFO O| Dec 19 22:21:51.821 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 ...
93412024-12-19T22:21:54.211Z[ host-image] Dec 19 22:21:51.821 INFO O| Dec 19 22:21:51.821 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
93422024-12-19T22:21:54.211Z[ host-image] Dec 19 22:21:51.822 INFO O| Dec 19 22:21:51.822 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
93432024-12-19T22:21:54.211Z[ host-image] Dec 19 22:21:51.822 INFO O| Dec 19 22:21:51.822 INFO ok!
93442024-12-19T22:21:54.211Z[ host-image] Dec 19 22:21:51.822 INFO O| Dec 19 22:21:51.822 INFO STEP 49 (ensure_file) COMPLETE
93452024-12-19T22:21:54.211Z[ host-image] Dec 19 22:21:51.822 INFO O| Dec 19 22:21:51.822 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93462024-12-19T22:21:54.228Z[ host-image] Dec 19 22:21:51.841 INFO O| Dec 19 22:21:51.841 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
93472024-12-19T22:21:54.228Z[ host-image] Dec 19 22:21:51.841 INFO O| Dec 19 22:21:51.841 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
93482024-12-19T22:21:54.228Z[ host-image] Dec 19 22:21:51.841 INFO O| Dec 19 22:21:51.841 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93492024-12-19T22:21:54.231Z[ host-image] Dec 19 22:21:51.841 INFO O| Dec 19 22:21:51.841 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93502024-12-19T22:21:54.231Z[ host-image] Dec 19 22:21:51.841 INFO O| Dec 19 22:21:51.841 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93512024-12-19T22:21:54.231Z[ host-image] Dec 19 22:21:51.841 INFO O| Dec 19 22:21:51.841 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93522024-12-19T22:21:54.231Z[ host-image] Dec 19 22:21:51.841 INFO O| Dec 19 22:21:51.841 INFO ok!
93532024-12-19T22:21:54.231Z[ host-image] Dec 19 22:21:51.842 INFO O| Dec 19 22:21:51.841 INFO STEP 50 (ensure_file) COMPLETE
93542024-12-19T22:21:54.231Z[ host-image] Dec 19 22:21:51.842 INFO O| Dec 19 22:21:51.842 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93552024-12-19T22:21:54.247Z[ host-image] Dec 19 22:21:51.860 INFO O| Dec 19 22:21:51.860 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
93562024-12-19T22:21:54.247Z[ host-image] Dec 19 22:21:51.861 INFO O| Dec 19 22:21:51.860 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 ...
93572024-12-19T22:21:54.249Z[ host-image] Dec 19 22:21:51.861 INFO O| Dec 19 22:21:51.861 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
93582024-12-19T22:21:54.249Z[ host-image] Dec 19 22:21:51.861 INFO O| Dec 19 22:21:51.861 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
93592024-12-19T22:21:54.249Z[ host-image] Dec 19 22:21:51.861 INFO O| Dec 19 22:21:51.861 INFO ok!
93602024-12-19T22:21:54.249Z[ host-image] Dec 19 22:21:51.861 INFO O| Dec 19 22:21:51.861 INFO STEP 51 (ensure_file) COMPLETE
93612024-12-19T22:21:54.249Z[ host-image] Dec 19 22:21:51.861 INFO O| Dec 19 22:21:51.861 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93622024-12-19T22:21:54.265Z[ host-image] Dec 19 22:21:51.878 INFO O| Dec 19 22:21:51.878 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
93632024-12-19T22:21:54.265Z[ host-image] Dec 19 22:21:51.878 INFO O| Dec 19 22:21:51.878 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 ...
93642024-12-19T22:21:54.268Z[ host-image] Dec 19 22:21:51.879 INFO O| Dec 19 22:21:51.879 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
93652024-12-19T22:21:54.268Z[ host-image] Dec 19 22:21:51.879 INFO O| Dec 19 22:21:51.879 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
93662024-12-19T22:21:54.268Z[ host-image] Dec 19 22:21:51.879 INFO O| Dec 19 22:21:51.879 INFO ok!
93672024-12-19T22:21:54.268Z[ host-image] Dec 19 22:21:51.879 INFO O| Dec 19 22:21:51.879 INFO STEP 52 (ensure_file) COMPLETE
93682024-12-19T22:21:54.268Z[ host-image] Dec 19 22:21:51.879 INFO O| Dec 19 22:21:51.879 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93692024-12-19T22:21:54.284Z[ host-image] Dec 19 22:21:51.897 INFO O| Dec 19 22:21:51.897 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
93702024-12-19T22:21:54.284Z[ host-image] Dec 19 22:21:51.897 INFO O| Dec 19 22:21:51.897 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 ...
93712024-12-19T22:21:54.288Z[ host-image] Dec 19 22:21:51.897 INFO O| Dec 19 22:21:51.897 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
93722024-12-19T22:21:54.288Z[ host-image] Dec 19 22:21:51.898 INFO O| Dec 19 22:21:51.897 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
93732024-12-19T22:21:54.288Z[ host-image] Dec 19 22:21:51.898 INFO O| Dec 19 22:21:51.898 INFO ok!
93742024-12-19T22:21:54.289Z[ host-image] Dec 19 22:21:51.898 INFO O| Dec 19 22:21:51.898 INFO STEP 53 (ensure_file) COMPLETE
93752024-12-19T22:21:54.289Z[ host-image] Dec 19 22:21:51.898 INFO O| Dec 19 22:21:51.898 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93762024-12-19T22:21:54.303Z[ host-image] Dec 19 22:21:51.916 INFO O| Dec 19 22:21:51.916 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
93772024-12-19T22:21:54.303Z[ host-image] Dec 19 22:21:51.916 INFO O| Dec 19 22:21:51.916 INFO STEP 54 (ensure_dir) COMPLETE
93782024-12-19T22:21:54.305Z[ host-image] Dec 19 22:21:51.916 INFO O| Dec 19 22:21:51.916 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93792024-12-19T22:21:54.319Z[ host-image] Dec 19 22:21:51.932 INFO O| Dec 19 22:21:51.932 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
93802024-12-19T22:21:54.319Z[ host-image] Dec 19 22:21:51.932 INFO O| Dec 19 22:21:51.932 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
93812024-12-19T22:21:54.319Z[ host-image] Dec 19 22:21:51.932 INFO O| Dec 19 22:21:51.932 INFO STEP 55 (ensure_dir) COMPLETE
93822024-12-19T22:21:54.319Z[ host-image] Dec 19 22:21:51.932 INFO O| Dec 19 22:21:51.932 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93832024-12-19T22:21:54.332Z[ host-image] Dec 19 22:21:51.945 INFO O| Dec 19 22:21:51.945 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
93842024-12-19T22:21:54.332Z[ host-image] Dec 19 22:21:51.945 INFO O| Dec 19 22:21:51.945 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
93852024-12-19T22:21:54.332Z[ host-image] Dec 19 22:21:51.946 INFO O| Dec 19 22:21:51.945 INFO STEP 56 (ensure_dir) COMPLETE
93862024-12-19T22:21:54.335Z[ host-image] Dec 19 22:21:51.946 INFO O| Dec 19 22:21:51.946 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93872024-12-19T22:21:54.356Z[ host-image] Dec 19 22:21:51.969 INFO O| Dec 19 22:21:51.969 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
93882024-12-19T22:21:54.356Z[ host-image] Dec 19 22:21:51.969 INFO O| Dec 19 22:21:51.969 INFO copying /tmp/.tmplpZFK3/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
93892024-12-19T22:21:54.382Z[ host-image] Dec 19 22:21:51.995 INFO O| Dec 19 22:21:51.995 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
93902024-12-19T22:21:54.382Z[ host-image] Dec 19 22:21:51.995 INFO O| Dec 19 22:21:51.995 INFO ok!
93912024-12-19T22:21:54.382Z[ host-image] Dec 19 22:21:51.995 INFO O| Dec 19 22:21:51.995 INFO STEP 57 (ensure_file) COMPLETE
93922024-12-19T22:21:54.382Z[ host-image] Dec 19 22:21:51.995 INFO O| Dec 19 22:21:51.995 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93932024-12-19T22:21:54.405Z[ host-image] Dec 19 22:21:52.017 INFO O| Dec 19 22:21:52.017 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
93942024-12-19T22:21:54.405Z[ host-image] Dec 19 22:21:52.017 INFO O| Dec 19 22:21:52.017 INFO copying /tmp/.tmplpZFK3/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
93952024-12-19T22:21:55.839Z[ host-image] Dec 19 22:21:53.446 INFO O| Dec 19 22:21:53.446 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
93962024-12-19T22:21:55.839Z[ host-image] Dec 19 22:21:53.446 INFO O| Dec 19 22:21:53.446 INFO ok!
93972024-12-19T22:21:55.839Z[ host-image] Dec 19 22:21:53.446 INFO O| Dec 19 22:21:53.446 INFO STEP 58 (ensure_file) COMPLETE
93982024-12-19T22:21:55.842Z[ host-image] Dec 19 22:21:53.446 INFO O| Dec 19 22:21:53.446 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93992024-12-19T22:21:55.854Z[ host-image] Dec 19 22:21:53.461 INFO O| Dec 19 22:21:53.461 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
94002024-12-19T22:21:55.857Z[ host-image] Dec 19 22:21:53.461 INFO O| Dec 19 22:21:53.461 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
94012024-12-19T22:21:55.857Z[ host-image] Dec 19 22:21:53.461 INFO O| Dec 19 22:21:53.461 INFO STEP 59 (ensure_dir) COMPLETE
94022024-12-19T22:21:55.857Z[ host-image] Dec 19 22:21:53.461 INFO O| Dec 19 22:21:53.461 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94032024-12-19T22:21:55.874Z[ host-image] Dec 19 22:21:53.480 INFO O| Dec 19 22:21:53.480 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
94042024-12-19T22:21:55.874Z[ host-image] Dec 19 22:21:53.480 INFO O| Dec 19 22:21:53.480 INFO copying /tmp/.tmplpZFK3/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 ...
94052024-12-19T22:21:55.876Z[ host-image] Dec 19 22:21:53.480 INFO O| Dec 19 22:21:53.480 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
94062024-12-19T22:21:55.876Z[ host-image] Dec 19 22:21:53.481 INFO O| Dec 19 22:21:53.480 INFO ok!
94072024-12-19T22:21:55.876Z[ host-image] Dec 19 22:21:53.481 INFO O| Dec 19 22:21:53.480 INFO STEP 60 (ensure_file) COMPLETE
94082024-12-19T22:21:55.876Z[ host-image] Dec 19 22:21:53.481 INFO O| Dec 19 22:21:53.481 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94092024-12-19T22:21:55.892Z[ host-image] Dec 19 22:21:53.499 INFO O| Dec 19 22:21:53.499 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
94102024-12-19T22:21:55.895Z[ host-image] Dec 19 22:21:53.499 INFO O| Dec 19 22:21:53.499 INFO copying /tmp/.tmplpZFK3/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 ...
94112024-12-19T22:21:55.895Z[ host-image] Dec 19 22:21:53.499 INFO O| Dec 19 22:21:53.499 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
94122024-12-19T22:21:55.895Z[ host-image] Dec 19 22:21:53.499 INFO O| Dec 19 22:21:53.499 INFO ok!
94132024-12-19T22:21:55.895Z[ host-image] Dec 19 22:21:53.499 INFO O| Dec 19 22:21:53.499 INFO STEP 61 (ensure_file) COMPLETE
94142024-12-19T22:21:55.895Z[ host-image] Dec 19 22:21:53.499 INFO O| Dec 19 22:21:53.499 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94152024-12-19T22:21:55.911Z[ host-image] Dec 19 22:21:53.517 INFO O| Dec 19 22:21:53.517 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
94162024-12-19T22:21:55.911Z[ host-image] Dec 19 22:21:53.517 INFO O| Dec 19 22:21:53.517 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
94172024-12-19T22:21:55.911Z[ host-image] Dec 19 22:21:53.517 INFO O| Dec 19 22:21:53.517 INFO STEP 62 (ensure_dir) COMPLETE
94182024-12-19T22:21:55.914Z[ host-image] Dec 19 22:21:53.517 INFO O| Dec 19 22:21:53.517 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94192024-12-19T22:21:55.929Z[ host-image] Dec 19 22:21:53.535 INFO O| Dec 19 22:21:53.535 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
94202024-12-19T22:21:55.929Z[ host-image] Dec 19 22:21:53.535 INFO O| Dec 19 22:21:53.535 INFO copying /tmp/.tmplpZFK3/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 ...
94212024-12-19T22:21:55.931Z[ host-image] Dec 19 22:21:53.535 INFO O| Dec 19 22:21:53.535 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
94222024-12-19T22:21:55.931Z[ host-image] Dec 19 22:21:53.535 INFO O| Dec 19 22:21:53.535 INFO ok!
94232024-12-19T22:21:55.931Z[ host-image] Dec 19 22:21:53.535 INFO O| Dec 19 22:21:53.535 INFO STEP 63 (ensure_file) COMPLETE
94242024-12-19T22:21:55.931Z[ host-image] Dec 19 22:21:53.535 INFO O| Dec 19 22:21:53.535 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94252024-12-19T22:21:55.949Z[ host-image] Dec 19 22:21:53.555 INFO O| Dec 19 22:21:53.555 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
94262024-12-19T22:21:55.949Z[ host-image] Dec 19 22:21:53.555 INFO O| Dec 19 22:21:53.555 INFO copying /tmp/.tmplpZFK3/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 ...
94272024-12-19T22:21:55.951Z[ host-image] Dec 19 22:21:53.555 INFO O| Dec 19 22:21:53.555 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
94282024-12-19T22:21:55.951Z[ host-image] Dec 19 22:21:53.555 INFO O| Dec 19 22:21:53.555 INFO ok!
94292024-12-19T22:21:55.951Z[ host-image] Dec 19 22:21:53.555 INFO O| Dec 19 22:21:53.555 INFO STEP 64 (ensure_file) COMPLETE
94302024-12-19T22:21:55.951Z[ host-image] Dec 19 22:21:53.555 INFO O| Dec 19 22:21:53.555 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94312024-12-19T22:21:55.969Z[ host-image] Dec 19 22:21:53.575 INFO O| Dec 19 22:21:53.575 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
94322024-12-19T22:21:55.969Z[ host-image] Dec 19 22:21:53.575 INFO O| Dec 19 22:21:53.575 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
94332024-12-19T22:21:55.971Z[ host-image] Dec 19 22:21:53.575 INFO O| Dec 19 22:21:53.575 INFO STEP 65 (ensure_dir) COMPLETE
94342024-12-19T22:21:55.971Z[ host-image] Dec 19 22:21:53.575 INFO O| Dec 19 22:21:53.575 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94352024-12-19T22:21:55.983Z[ host-image] Dec 19 22:21:53.589 INFO O| Dec 19 22:21:53.589 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
94362024-12-19T22:21:55.983Z[ host-image] Dec 19 22:21:53.589 INFO O| Dec 19 22:21:53.589 INFO copying /tmp/.tmplpZFK3/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 ...
94372024-12-19T22:21:55.985Z[ host-image] Dec 19 22:21:53.589 INFO O| Dec 19 22:21:53.589 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
94382024-12-19T22:21:55.985Z[ host-image] Dec 19 22:21:53.589 INFO O| Dec 19 22:21:53.589 INFO ok!
94392024-12-19T22:21:55.985Z[ host-image] Dec 19 22:21:53.589 INFO O| Dec 19 22:21:53.589 INFO STEP 66 (ensure_file) COMPLETE
94402024-12-19T22:21:55.985Z[ host-image] Dec 19 22:21:53.589 INFO O| Dec 19 22:21:53.589 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94412024-12-19T22:21:55.999Z[ host-image] Dec 19 22:21:53.605 INFO O| Dec 19 22:21:53.605 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
94422024-12-19T22:21:56.003Z[ host-image] Dec 19 22:21:53.605 INFO O| Dec 19 22:21:53.605 INFO copying /tmp/.tmplpZFK3/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
94432024-12-19T22:21:56.003Z[ host-image] Dec 19 22:21:53.606 INFO O| Dec 19 22:21:53.606 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
94442024-12-19T22:21:56.003Z[ host-image] Dec 19 22:21:53.606 INFO O| Dec 19 22:21:53.606 INFO ok!
94452024-12-19T22:21:56.003Z[ host-image] Dec 19 22:21:53.606 INFO O| Dec 19 22:21:53.606 INFO STEP 67 (ensure_file) COMPLETE
94462024-12-19T22:21:56.003Z[ host-image] Dec 19 22:21:53.606 INFO O| Dec 19 22:21:53.606 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94472024-12-19T22:21:56.013Z[ host-image] Dec 19 22:21:53.619 INFO O| Dec 19 22:21:53.619 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
94482024-12-19T22:21:56.013Z[ host-image] Dec 19 22:21:53.619 INFO O| Dec 19 22:21:53.619 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
94492024-12-19T22:21:56.013Z[ host-image] Dec 19 22:21:53.619 INFO O| Dec 19 22:21:53.619 INFO STEP 68 (ensure_dir) COMPLETE
94502024-12-19T22:21:56.015Z[ host-image] Dec 19 22:21:53.619 INFO O| Dec 19 22:21:53.619 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94512024-12-19T22:21:56.031Z[ host-image] Dec 19 22:21:53.637 INFO O| Dec 19 22:21:53.637 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
94522024-12-19T22:21:56.033Z[ host-image] Dec 19 22:21:53.637 INFO O| Dec 19 22:21:53.637 INFO copying /tmp/.tmplpZFK3/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
94532024-12-19T22:21:57.411Z[ host-image] Dec 19 22:21:55.011 INFO O| Dec 19 22:21:55.011 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
94542024-12-19T22:21:57.411Z[ host-image] Dec 19 22:21:55.011 INFO O| Dec 19 22:21:55.011 INFO ok!
94552024-12-19T22:21:57.411Z[ host-image] Dec 19 22:21:55.011 INFO O| Dec 19 22:21:55.011 INFO STEP 69 (ensure_file) COMPLETE
94562024-12-19T22:21:57.414Z[ host-image] Dec 19 22:21:55.011 INFO O| Dec 19 22:21:55.011 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94572024-12-19T22:21:57.430Z[ host-image] Dec 19 22:21:55.030 INFO O| Dec 19 22:21:55.030 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
94582024-12-19T22:21:57.430Z[ host-image] Dec 19 22:21:55.030 INFO O| Dec 19 22:21:55.030 INFO copying /tmp/.tmplpZFK3/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
94592024-12-19T22:21:59.397Z[ host-image] Dec 19 22:21:56.989 INFO O| Dec 19 22:21:56.989 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
94602024-12-19T22:21:59.397Z[ host-image] Dec 19 22:21:56.989 INFO O| Dec 19 22:21:56.989 INFO ok!
94612024-12-19T22:21:59.397Z[ host-image] Dec 19 22:21:56.989 INFO O| Dec 19 22:21:56.989 INFO STEP 70 (ensure_file) COMPLETE
94622024-12-19T22:21:59.400Z[ host-image] Dec 19 22:21:56.989 INFO O| Dec 19 22:21:56.989 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94632024-12-19T22:21:59.415Z[ host-image] Dec 19 22:21:57.006 INFO O| Dec 19 22:21:57.006 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
94642024-12-19T22:21:59.415Z[ host-image] Dec 19 22:21:57.007 INFO O| Dec 19 22:21:57.007 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
94652024-12-19T22:21:59.418Z[ host-image] Dec 19 22:21:57.007 INFO O| Dec 19 22:21:57.007 INFO STEP 71 (ensure_dir) COMPLETE
94662024-12-19T22:21:59.418Z[ host-image] Dec 19 22:21:57.007 INFO O| Dec 19 22:21:57.007 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94672024-12-19T22:21:59.433Z[ host-image] Dec 19 22:21:57.025 INFO O| Dec 19 22:21:57.025 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
94682024-12-19T22:21:59.433Z[ host-image] Dec 19 22:21:57.025 INFO O| Dec 19 22:21:57.025 INFO copying /tmp/.tmplpZFK3/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 ...
94692024-12-19T22:21:59.436Z[ host-image] Dec 19 22:21:57.025 INFO O| Dec 19 22:21:57.025 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
94702024-12-19T22:21:59.436Z[ host-image] Dec 19 22:21:57.025 INFO O| Dec 19 22:21:57.025 INFO ok!
94712024-12-19T22:21:59.436Z[ host-image] Dec 19 22:21:57.025 INFO O| Dec 19 22:21:57.025 INFO STEP 72 (ensure_file) COMPLETE
94722024-12-19T22:21:59.436Z[ host-image] Dec 19 22:21:57.025 INFO O| Dec 19 22:21:57.025 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94732024-12-19T22:21:59.450Z[ host-image] Dec 19 22:21:57.042 INFO O| Dec 19 22:21:57.042 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
94742024-12-19T22:21:59.450Z[ host-image] Dec 19 22:21:57.042 INFO O| Dec 19 22:21:57.042 INFO copying /tmp/.tmplpZFK3/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 ...
94752024-12-19T22:21:59.452Z[ host-image] Dec 19 22:21:57.042 INFO O| Dec 19 22:21:57.042 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
94762024-12-19T22:21:59.452Z[ host-image] Dec 19 22:21:57.042 INFO O| Dec 19 22:21:57.042 INFO ok!
94772024-12-19T22:21:59.452Z[ host-image] Dec 19 22:21:57.042 INFO O| Dec 19 22:21:57.042 INFO STEP 73 (ensure_file) COMPLETE
94782024-12-19T22:21:59.452Z[ host-image] Dec 19 22:21:57.042 INFO O| Dec 19 22:21:57.042 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94792024-12-19T22:21:59.468Z[ host-image] Dec 19 22:21:57.059 INFO O| Dec 19 22:21:57.059 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
94802024-12-19T22:21:59.471Z[ host-image] Dec 19 22:21:57.059 INFO O| Dec 19 22:21:57.059 INFO copying /tmp/.tmplpZFK3/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
94812024-12-19T22:21:59.471Z[ host-image] Dec 19 22:21:57.059 INFO O| Dec 19 22:21:57.059 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
94822024-12-19T22:21:59.471Z[ host-image] Dec 19 22:21:57.059 INFO O| Dec 19 22:21:57.059 INFO ok!
94832024-12-19T22:21:59.471Z[ host-image] Dec 19 22:21:57.059 INFO O| Dec 19 22:21:57.059 INFO STEP 74 (ensure_file) COMPLETE
94842024-12-19T22:21:59.471Z[ host-image] Dec 19 22:21:57.059 INFO O| Dec 19 22:21:57.059 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94852024-12-19T22:21:59.484Z[ host-image] Dec 19 22:21:57.075 INFO O| Dec 19 22:21:57.075 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
94862024-12-19T22:21:59.484Z[ host-image] Dec 19 22:21:57.075 INFO O| Dec 19 22:21:57.075 INFO copying /tmp/.tmplpZFK3/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
94872024-12-19T22:21:59.486Z[ host-image] Dec 19 22:21:57.075 INFO O| Dec 19 22:21:57.075 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
94882024-12-19T22:21:59.486Z[ host-image] Dec 19 22:21:57.075 INFO O| Dec 19 22:21:57.075 INFO ok!
94892024-12-19T22:21:59.486Z[ host-image] Dec 19 22:21:57.076 INFO O| Dec 19 22:21:57.075 INFO STEP 75 (ensure_file) COMPLETE
94902024-12-19T22:21:59.486Z[ host-image] Dec 19 22:21:57.076 INFO O| Dec 19 22:21:57.075 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94912024-12-19T22:21:59.501Z[ host-image] Dec 19 22:21:57.092 INFO O| Dec 19 22:21:57.092 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
94922024-12-19T22:21:59.504Z[ host-image] Dec 19 22:21:57.092 INFO O| Dec 19 22:21:57.092 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
94932024-12-19T22:21:59.504Z[ host-image] Dec 19 22:21:57.092 INFO O| Dec 19 22:21:57.092 INFO STEP 76 (ensure_dir) COMPLETE
94942024-12-19T22:21:59.504Z[ host-image] Dec 19 22:21:57.092 INFO O| Dec 19 22:21:57.092 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94952024-12-19T22:21:59.516Z[ host-image] Dec 19 22:21:57.108 INFO O| Dec 19 22:21:57.108 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
94962024-12-19T22:21:59.516Z[ host-image] Dec 19 22:21:57.108 INFO O| Dec 19 22:21:57.108 INFO copying /tmp/.tmplpZFK3/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
94972024-12-19T22:21:59.521Z[ host-image] Dec 19 22:21:57.113 INFO O| Dec 19 22:21:57.113 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
94982024-12-19T22:21:59.521Z[ host-image] Dec 19 22:21:57.113 INFO O| Dec 19 22:21:57.113 INFO ok!
94992024-12-19T22:21:59.524Z[ host-image] Dec 19 22:21:57.113 INFO O| Dec 19 22:21:57.113 INFO STEP 77 (ensure_file) COMPLETE
95002024-12-19T22:21:59.524Z[ host-image] Dec 19 22:21:57.113 INFO O| Dec 19 22:21:57.113 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95012024-12-19T22:21:59.538Z[ host-image] Dec 19 22:21:57.130 INFO O| Dec 19 22:21:57.129 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
95022024-12-19T22:21:59.538Z[ host-image] Dec 19 22:21:57.130 INFO O| Dec 19 22:21:57.130 INFO copying /tmp/.tmplpZFK3/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
95032024-12-19T22:21:59.542Z[ host-image] Dec 19 22:21:57.130 INFO O| Dec 19 22:21:57.130 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
95042024-12-19T22:21:59.542Z[ host-image] Dec 19 22:21:57.130 INFO O| Dec 19 22:21:57.130 INFO ok!
95052024-12-19T22:21:59.542Z[ host-image] Dec 19 22:21:57.130 INFO O| Dec 19 22:21:57.130 INFO STEP 78 (ensure_file) COMPLETE
95062024-12-19T22:21:59.542Z[ host-image] Dec 19 22:21:57.130 INFO O| Dec 19 22:21:57.130 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95072024-12-19T22:21:59.557Z[ host-image] Dec 19 22:21:57.149 INFO O| Dec 19 22:21:57.149 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
95082024-12-19T22:21:59.557Z[ host-image] Dec 19 22:21:57.149 INFO O| Dec 19 22:21:57.149 INFO copying /tmp/.tmplpZFK3/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
95092024-12-19T22:22:01.094Z[ host-image] Dec 19 22:21:58.678 INFO O| Dec 19 22:21:58.678 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
95102024-12-19T22:22:01.094Z[ host-image] Dec 19 22:21:58.678 INFO O| Dec 19 22:21:58.678 INFO ok!
95112024-12-19T22:22:01.094Z[ host-image] Dec 19 22:21:58.678 INFO O| Dec 19 22:21:58.678 INFO STEP 79 (ensure_file) COMPLETE
95122024-12-19T22:22:01.097Z[ host-image] Dec 19 22:21:58.678 INFO O| Dec 19 22:21:58.678 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95132024-12-19T22:22:01.113Z[ host-image] Dec 19 22:21:58.698 INFO O| Dec 19 22:21:58.698 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
95142024-12-19T22:22:01.113Z[ host-image] Dec 19 22:21:58.698 INFO O| Dec 19 22:21:58.698 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
95152024-12-19T22:22:01.124Z[ host-image] Dec 19 22:21:58.698 INFO O| Dec 19 22:21:58.698 INFO STEP 80 (ensure_dir) COMPLETE
95162024-12-19T22:22:01.124Z[ host-image] Dec 19 22:21:58.698 INFO O| Dec 19 22:21:58.698 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95172024-12-19T22:22:01.132Z[ host-image] Dec 19 22:21:58.716 INFO O| Dec 19 22:21:58.716 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
95182024-12-19T22:22:01.132Z[ host-image] Dec 19 22:21:58.716 INFO O| Dec 19 22:21:58.716 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
95192024-12-19T22:22:01.132Z[ host-image] Dec 19 22:21:58.716 INFO O| Dec 19 22:21:58.716 INFO STEP 81 (ensure_dir) COMPLETE
95202024-12-19T22:22:01.132Z[ host-image] Dec 19 22:21:58.716 INFO O| Dec 19 22:21:58.716 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95212024-12-19T22:22:01.150Z[ host-image] Dec 19 22:21:58.734 INFO O| Dec 19 22:21:58.734 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
95222024-12-19T22:22:01.150Z[ host-image] Dec 19 22:21:58.734 INFO O| Dec 19 22:21:58.734 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
95232024-12-19T22:22:01.150Z[ host-image] Dec 19 22:21:58.734 INFO O| Dec 19 22:21:58.734 INFO STEP 82 (ensure_dir) COMPLETE
95242024-12-19T22:22:01.150Z[ host-image] Dec 19 22:21:58.734 INFO O| Dec 19 22:21:58.734 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95252024-12-19T22:22:01.167Z[ host-image] Dec 19 22:21:58.751 INFO O| Dec 19 22:21:58.751 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
95262024-12-19T22:22:01.169Z[ host-image] Dec 19 22:21:58.751 INFO O| Dec 19 22:21:58.751 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
95272024-12-19T22:22:01.169Z[ host-image] Dec 19 22:21:58.751 INFO O| Dec 19 22:21:58.751 INFO STEP 83 (ensure_dir) COMPLETE
95282024-12-19T22:22:01.170Z[ host-image] Dec 19 22:21:58.751 INFO O| Dec 19 22:21:58.751 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95292024-12-19T22:22:01.185Z[ host-image] Dec 19 22:21:58.769 INFO O| Dec 19 22:21:58.769 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
95302024-12-19T22:22:01.188Z[ host-image] Dec 19 22:21:58.769 INFO O| Dec 19 22:21:58.769 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
95312024-12-19T22:22:01.188Z[ host-image] Dec 19 22:21:58.769 INFO O| Dec 19 22:21:58.769 INFO STEP 84 (ensure_dir) COMPLETE
95322024-12-19T22:22:01.188Z[ host-image] Dec 19 22:21:58.769 INFO O| Dec 19 22:21:58.769 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95332024-12-19T22:22:01.202Z[ host-image] Dec 19 22:21:58.786 INFO O| Dec 19 22:21:58.786 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
95342024-12-19T22:22:01.202Z[ host-image] Dec 19 22:21:58.786 INFO O| Dec 19 22:21:58.786 INFO copying /tmp/.tmplpZFK3/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 ...
95352024-12-19T22:22:01.209Z[ host-image] Dec 19 22:21:58.787 INFO O| Dec 19 22:21:58.786 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
95362024-12-19T22:22:01.209Z[ host-image] Dec 19 22:21:58.787 INFO O| Dec 19 22:21:58.787 INFO ok!
95372024-12-19T22:22:01.209Z[ host-image] Dec 19 22:21:58.787 INFO O| Dec 19 22:21:58.787 INFO STEP 85 (ensure_file) COMPLETE
95382024-12-19T22:22:01.209Z[ host-image] Dec 19 22:21:58.787 INFO O| Dec 19 22:21:58.787 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95392024-12-19T22:22:01.229Z[ host-image] Dec 19 22:21:58.813 INFO O| Dec 19 22:21:58.813 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
95402024-12-19T22:22:01.229Z[ host-image] Dec 19 22:21:58.813 INFO O| Dec 19 22:21:58.813 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
95412024-12-19T22:22:01.231Z[ host-image] Dec 19 22:21:58.813 INFO O| Dec 19 22:21:58.813 INFO STEP 86 (ensure_dir) COMPLETE
95422024-12-19T22:22:01.232Z[ host-image] Dec 19 22:21:58.813 INFO O| Dec 19 22:21:58.813 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95432024-12-19T22:22:01.247Z[ host-image] Dec 19 22:21:58.831 INFO O| Dec 19 22:21:58.831 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
95442024-12-19T22:22:01.247Z[ host-image] Dec 19 22:21:58.831 INFO O| Dec 19 22:21:58.831 INFO copying /tmp/.tmplpZFK3/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
95452024-12-19T22:22:01.250Z[ host-image] Dec 19 22:21:58.831 INFO O| Dec 19 22:21:58.831 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
95462024-12-19T22:22:01.250Z[ host-image] Dec 19 22:21:58.831 INFO O| Dec 19 22:21:58.831 INFO ok!
95472024-12-19T22:22:01.250Z[ host-image] Dec 19 22:21:58.831 INFO O| Dec 19 22:21:58.831 INFO STEP 87 (ensure_file) COMPLETE
95482024-12-19T22:22:01.250Z[ host-image] Dec 19 22:21:58.831 INFO O| Dec 19 22:21:58.831 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95492024-12-19T22:22:01.266Z[ host-image] Dec 19 22:21:58.850 INFO O| Dec 19 22:21:58.850 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
95502024-12-19T22:22:01.266Z[ host-image] Dec 19 22:21:58.850 INFO O| Dec 19 22:21:58.850 INFO copying /tmp/.tmplpZFK3/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
95512024-12-19T22:22:01.827Z[ host-image] Dec 19 22:21:59.409 INFO O| Dec 19 22:21:59.409 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
95522024-12-19T22:22:01.828Z[ host-image] Dec 19 22:21:59.409 INFO O| Dec 19 22:21:59.409 INFO ok!
95532024-12-19T22:22:01.828Z[ host-image] Dec 19 22:21:59.409 INFO O| Dec 19 22:21:59.409 INFO STEP 88 (ensure_file) COMPLETE
95542024-12-19T22:22:01.828Z[ host-image] Dec 19 22:21:59.409 INFO O| Dec 19 22:21:59.409 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95552024-12-19T22:22:01.848Z[ host-image] Dec 19 22:21:59.429 INFO O| Dec 19 22:21:59.429 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
95562024-12-19T22:22:01.848Z[ host-image] Dec 19 22:21:59.429 INFO O| Dec 19 22:21:59.429 INFO copying /tmp/.tmplpZFK3/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
95572024-12-19T22:22:02.510Z[ host-image] Dec 19 22:22:00.088 INFO O| Dec 19 22:22:00.088 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
95582024-12-19T22:22:02.510Z[ host-image] Dec 19 22:22:00.088 INFO O| Dec 19 22:22:00.088 INFO ok!
95592024-12-19T22:22:02.513Z[ host-image] Dec 19 22:22:00.088 INFO O| Dec 19 22:22:00.088 INFO STEP 89 (ensure_file) COMPLETE
95602024-12-19T22:22:02.513Z[ host-image] Dec 19 22:22:00.088 INFO O| Dec 19 22:22:00.088 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95612024-12-19T22:22:02.524Z[ host-image] Dec 19 22:22:00.103 INFO O| Dec 19 22:22:00.103 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
95622024-12-19T22:22:02.527Z[ host-image] Dec 19 22:22:00.103 INFO O| Dec 19 22:22:00.103 INFO copying /tmp/.tmplpZFK3/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
95632024-12-19T22:22:02.527Z[ host-image] Dec 19 22:22:00.103 INFO O| Dec 19 22:22:00.103 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
95642024-12-19T22:22:02.527Z[ host-image] Dec 19 22:22:00.103 INFO O| Dec 19 22:22:00.103 INFO ok!
95652024-12-19T22:22:02.527Z[ host-image] Dec 19 22:22:00.103 INFO O| Dec 19 22:22:00.103 INFO STEP 90 (ensure_file) COMPLETE
95662024-12-19T22:22:02.527Z[ host-image] Dec 19 22:22:00.103 INFO O| Dec 19 22:22:00.103 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95672024-12-19T22:22:02.544Z[ host-image] Dec 19 22:22:00.123 INFO O| Dec 19 22:22:00.122 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
95682024-12-19T22:22:02.544Z[ host-image] Dec 19 22:22:00.123 INFO O| Dec 19 22:22:00.123 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
95692024-12-19T22:22:02.544Z[ host-image] Dec 19 22:22:00.123 INFO O| Dec 19 22:22:00.123 INFO STEP 91 (ensure_dir) COMPLETE
95702024-12-19T22:22:02.548Z[ host-image] Dec 19 22:22:00.123 INFO O| Dec 19 22:22:00.123 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95712024-12-19T22:22:02.561Z[ host-image] Dec 19 22:22:00.140 INFO O| Dec 19 22:22:00.140 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
95722024-12-19T22:22:02.561Z[ host-image] Dec 19 22:22:00.140 INFO O| Dec 19 22:22:00.140 INFO copying /tmp/.tmplpZFK3/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 ...
95732024-12-19T22:22:02.561Z[ host-image] Dec 19 22:22:00.140 INFO O| Dec 19 22:22:00.140 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
95742024-12-19T22:22:02.561Z[ host-image] Dec 19 22:22:00.140 INFO O| Dec 19 22:22:00.140 INFO ok!
95752024-12-19T22:22:02.564Z[ host-image] Dec 19 22:22:00.140 INFO O| Dec 19 22:22:00.140 INFO STEP 92 (ensure_file) COMPLETE
95762024-12-19T22:22:02.564Z[ host-image] Dec 19 22:22:00.140 INFO O| Dec 19 22:22:00.140 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95772024-12-19T22:22:02.579Z[ host-image] Dec 19 22:22:00.157 INFO O| Dec 19 22:22:00.157 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
95782024-12-19T22:22:02.579Z[ host-image] Dec 19 22:22:00.157 INFO O| Dec 19 22:22:00.157 INFO copying /tmp/.tmplpZFK3/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 ...
95792024-12-19T22:22:02.581Z[ host-image] Dec 19 22:22:00.157 INFO O| Dec 19 22:22:00.157 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
95802024-12-19T22:22:02.581Z[ host-image] Dec 19 22:22:00.157 INFO O| Dec 19 22:22:00.157 INFO ok!
95812024-12-19T22:22:02.581Z[ host-image] Dec 19 22:22:00.157 INFO O| Dec 19 22:22:00.157 INFO STEP 93 (ensure_file) COMPLETE
95822024-12-19T22:22:02.581Z[ host-image] Dec 19 22:22:00.158 INFO O| Dec 19 22:22:00.157 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95832024-12-19T22:22:02.595Z[ host-image] Dec 19 22:22:00.173 INFO O| Dec 19 22:22:00.173 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
95842024-12-19T22:22:02.595Z[ host-image] Dec 19 22:22:00.173 INFO O| Dec 19 22:22:00.173 INFO copying /tmp/.tmplpZFK3/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 ...
95852024-12-19T22:22:02.595Z[ host-image] Dec 19 22:22:00.173 INFO O| Dec 19 22:22:00.173 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
95862024-12-19T22:22:02.595Z[ host-image] Dec 19 22:22:00.173 INFO O| Dec 19 22:22:00.173 INFO ok!
95872024-12-19T22:22:02.598Z[ host-image] Dec 19 22:22:00.173 INFO O| Dec 19 22:22:00.173 INFO STEP 94 (ensure_file) COMPLETE
95882024-12-19T22:22:02.598Z[ host-image] Dec 19 22:22:00.173 INFO O| Dec 19 22:22:00.173 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95892024-12-19T22:22:02.612Z[ host-image] Dec 19 22:22:00.191 INFO O| Dec 19 22:22:00.191 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
95902024-12-19T22:22:02.612Z[ host-image] Dec 19 22:22:00.191 INFO O| Dec 19 22:22:00.191 INFO copying /tmp/.tmplpZFK3/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 ...
95912024-12-19T22:22:02.615Z[ host-image] Dec 19 22:22:00.191 INFO O| Dec 19 22:22:00.191 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
95922024-12-19T22:22:02.615Z[ host-image] Dec 19 22:22:00.191 INFO O| Dec 19 22:22:00.191 INFO ok!
95932024-12-19T22:22:02.615Z[ host-image] Dec 19 22:22:00.191 INFO O| Dec 19 22:22:00.191 INFO STEP 95 (ensure_file) COMPLETE
95942024-12-19T22:22:02.615Z[ host-image] Dec 19 22:22:00.191 INFO O| Dec 19 22:22:00.191 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95952024-12-19T22:22:02.626Z[ host-image] Dec 19 22:22:00.204 INFO O| Dec 19 22:22:00.204 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
95962024-12-19T22:22:02.626Z[ host-image] Dec 19 22:22:00.204 INFO O| Dec 19 22:22:00.204 INFO copying /tmp/.tmplpZFK3/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 ...
95972024-12-19T22:22:02.629Z[ host-image] Dec 19 22:22:00.204 INFO O| Dec 19 22:22:00.204 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
95982024-12-19T22:22:02.629Z[ host-image] Dec 19 22:22:00.204 INFO O| Dec 19 22:22:00.204 INFO ok!
95992024-12-19T22:22:02.629Z[ host-image] Dec 19 22:22:00.204 INFO O| Dec 19 22:22:00.204 INFO STEP 96 (ensure_file) COMPLETE
96002024-12-19T22:22:02.629Z[ host-image] Dec 19 22:22:00.204 INFO O| Dec 19 22:22:00.204 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96012024-12-19T22:22:02.642Z[ host-image] Dec 19 22:22:00.220 INFO O| Dec 19 22:22:00.220 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
96022024-12-19T22:22:02.642Z[ host-image] Dec 19 22:22:00.220 INFO O| Dec 19 22:22:00.220 INFO copying /tmp/.tmplpZFK3/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
96032024-12-19T22:22:02.644Z[ host-image] Dec 19 22:22:00.220 INFO O| Dec 19 22:22:00.220 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
96042024-12-19T22:22:02.645Z[ host-image] Dec 19 22:22:00.220 INFO O| Dec 19 22:22:00.220 INFO ok!
96052024-12-19T22:22:02.645Z[ host-image] Dec 19 22:22:00.220 INFO O| Dec 19 22:22:00.220 INFO STEP 97 (ensure_file) COMPLETE
96062024-12-19T22:22:02.645Z[ host-image] Dec 19 22:22:00.220 INFO O| Dec 19 22:22:00.220 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96072024-12-19T22:22:02.659Z[ host-image] Dec 19 22:22:00.236 INFO O| Dec 19 22:22:00.236 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
96082024-12-19T22:22:02.659Z[ host-image] Dec 19 22:22:00.236 INFO O| Dec 19 22:22:00.236 INFO copying /tmp/.tmplpZFK3/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 ...
96092024-12-19T22:22:02.663Z[ host-image] Dec 19 22:22:00.236 INFO O| Dec 19 22:22:00.236 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
96102024-12-19T22:22:02.663Z[ host-image] Dec 19 22:22:00.236 INFO O| Dec 19 22:22:00.236 INFO ok!
96112024-12-19T22:22:02.663Z[ host-image] Dec 19 22:22:00.236 INFO O| Dec 19 22:22:00.236 INFO STEP 98 (ensure_file) COMPLETE
96122024-12-19T22:22:02.663Z[ host-image] Dec 19 22:22:00.236 INFO O| Dec 19 22:22:00.236 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96132024-12-19T22:22:02.674Z[ host-image] Dec 19 22:22:00.252 INFO O| Dec 19 22:22:00.252 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
96142024-12-19T22:22:02.674Z[ host-image] Dec 19 22:22:00.252 INFO O| Dec 19 22:22:00.252 INFO copying /tmp/.tmplpZFK3/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 ...
96152024-12-19T22:22:02.676Z[ host-image] Dec 19 22:22:00.252 INFO O| Dec 19 22:22:00.252 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
96162024-12-19T22:22:02.676Z[ host-image] Dec 19 22:22:00.252 INFO O| Dec 19 22:22:00.252 INFO ok!
96172024-12-19T22:22:02.676Z[ host-image] Dec 19 22:22:00.252 INFO O| Dec 19 22:22:00.252 INFO STEP 99 (ensure_file) COMPLETE
96182024-12-19T22:22:02.676Z[ host-image] Dec 19 22:22:00.252 INFO O| Dec 19 22:22:00.252 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96192024-12-19T22:22:02.692Z[ host-image] Dec 19 22:22:00.270 INFO O| Dec 19 22:22:00.270 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
96202024-12-19T22:22:02.692Z[ host-image] Dec 19 22:22:00.270 INFO O| Dec 19 22:22:00.270 INFO copying /tmp/.tmplpZFK3/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 ...
96212024-12-19T22:22:02.696Z[ host-image] Dec 19 22:22:00.270 INFO O| Dec 19 22:22:00.270 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
96222024-12-19T22:22:02.696Z[ host-image] Dec 19 22:22:00.271 INFO O| Dec 19 22:22:00.270 INFO ok!
96232024-12-19T22:22:02.696Z[ host-image] Dec 19 22:22:00.271 INFO O| Dec 19 22:22:00.271 INFO STEP 100 (ensure_file) COMPLETE
96242024-12-19T22:22:02.696Z[ host-image] Dec 19 22:22:00.271 INFO O| Dec 19 22:22:00.271 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96252024-12-19T22:22:02.708Z[ host-image] Dec 19 22:22:00.285 INFO O| Dec 19 22:22:00.284 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
96262024-12-19T22:22:02.708Z[ host-image] Dec 19 22:22:00.285 INFO O| Dec 19 22:22:00.285 INFO copying /tmp/.tmplpZFK3/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
96272024-12-19T22:22:02.711Z[ host-image] Dec 19 22:22:00.285 INFO O| Dec 19 22:22:00.285 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
96282024-12-19T22:22:02.711Z[ host-image] Dec 19 22:22:00.285 INFO O| Dec 19 22:22:00.285 INFO ok!
96292024-12-19T22:22:02.711Z[ host-image] Dec 19 22:22:00.285 INFO O| Dec 19 22:22:00.285 INFO STEP 101 (ensure_file) COMPLETE
96302024-12-19T22:22:02.711Z[ host-image] Dec 19 22:22:00.285 INFO O| Dec 19 22:22:00.285 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96312024-12-19T22:22:02.721Z[ host-image] Dec 19 22:22:00.299 INFO O| Dec 19 22:22:00.298 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
96322024-12-19T22:22:02.721Z[ host-image] Dec 19 22:22:00.299 INFO O| Dec 19 22:22:00.299 INFO copying /tmp/.tmplpZFK3/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 ...
96332024-12-19T22:22:02.724Z[ host-image] Dec 19 22:22:00.299 INFO O| Dec 19 22:22:00.299 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
96342024-12-19T22:22:02.724Z[ host-image] Dec 19 22:22:00.299 INFO O| Dec 19 22:22:00.299 INFO ok!
96352024-12-19T22:22:02.724Z[ host-image] Dec 19 22:22:00.299 INFO O| Dec 19 22:22:00.299 INFO STEP 102 (ensure_file) COMPLETE
96362024-12-19T22:22:02.724Z[ host-image] Dec 19 22:22:00.299 INFO O| Dec 19 22:22:00.299 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96372024-12-19T22:22:02.739Z[ host-image] Dec 19 22:22:00.317 INFO O| Dec 19 22:22:00.317 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
96382024-12-19T22:22:02.739Z[ host-image] Dec 19 22:22:00.317 INFO O| Dec 19 22:22:00.317 INFO copying /tmp/.tmplpZFK3/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 ...
96392024-12-19T22:22:02.742Z[ host-image] Dec 19 22:22:00.317 INFO O| Dec 19 22:22:00.317 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
96402024-12-19T22:22:02.742Z[ host-image] Dec 19 22:22:00.317 INFO O| Dec 19 22:22:00.317 INFO ok!
96412024-12-19T22:22:02.742Z[ host-image] Dec 19 22:22:00.317 INFO O| Dec 19 22:22:00.317 INFO STEP 103 (ensure_file) COMPLETE
96422024-12-19T22:22:02.742Z[ host-image] Dec 19 22:22:00.317 INFO O| Dec 19 22:22:00.317 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96432024-12-19T22:22:02.759Z[ host-image] Dec 19 22:22:00.336 INFO O| Dec 19 22:22:00.336 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
96442024-12-19T22:22:02.761Z[ host-image] Dec 19 22:22:00.336 INFO O| Dec 19 22:22:00.336 INFO copying /tmp/.tmplpZFK3/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 ...
96452024-12-19T22:22:02.761Z[ host-image] Dec 19 22:22:00.337 INFO O| Dec 19 22:22:00.336 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
96462024-12-19T22:22:02.761Z[ host-image] Dec 19 22:22:00.337 INFO O| Dec 19 22:22:00.337 INFO ok!
96472024-12-19T22:22:02.761Z[ host-image] Dec 19 22:22:00.337 INFO O| Dec 19 22:22:00.337 INFO STEP 104 (ensure_file) COMPLETE
96482024-12-19T22:22:02.761Z[ host-image] Dec 19 22:22:00.337 INFO O| Dec 19 22:22:00.337 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96492024-12-19T22:22:02.776Z[ host-image] Dec 19 22:22:00.353 INFO O| Dec 19 22:22:00.353 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
96502024-12-19T22:22:02.776Z[ host-image] Dec 19 22:22:00.353 INFO O| Dec 19 22:22:00.353 INFO copying /tmp/.tmplpZFK3/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 ...
96512024-12-19T22:22:02.779Z[ host-image] Dec 19 22:22:00.353 INFO O| Dec 19 22:22:00.353 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
96522024-12-19T22:22:02.779Z[ host-image] Dec 19 22:22:00.353 INFO O| Dec 19 22:22:00.353 INFO ok!
96532024-12-19T22:22:02.779Z[ host-image] Dec 19 22:22:00.353 INFO O| Dec 19 22:22:00.353 INFO STEP 105 (ensure_file) COMPLETE
96542024-12-19T22:22:02.779Z[ host-image] Dec 19 22:22:00.354 INFO O| Dec 19 22:22:00.353 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96552024-12-19T22:22:02.790Z[ host-image] Dec 19 22:22:00.367 INFO O| Dec 19 22:22:00.367 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
96562024-12-19T22:22:02.790Z[ host-image] Dec 19 22:22:00.367 INFO O| Dec 19 22:22:00.367 INFO copying /tmp/.tmplpZFK3/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 ...
96572024-12-19T22:22:02.790Z[ host-image] Dec 19 22:22:00.367 INFO O| Dec 19 22:22:00.367 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
96582024-12-19T22:22:02.790Z[ host-image] Dec 19 22:22:00.367 INFO O| Dec 19 22:22:00.367 INFO ok!
96592024-12-19T22:22:02.792Z[ host-image] Dec 19 22:22:00.367 INFO O| Dec 19 22:22:00.367 INFO STEP 106 (ensure_file) COMPLETE
96602024-12-19T22:22:02.793Z[ host-image] Dec 19 22:22:00.367 INFO O| Dec 19 22:22:00.367 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96612024-12-19T22:22:02.806Z[ host-image] Dec 19 22:22:00.383 INFO O| Dec 19 22:22:00.383 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
96622024-12-19T22:22:02.807Z[ host-image] Dec 19 22:22:00.383 INFO O| Dec 19 22:22:00.383 INFO copying /tmp/.tmplpZFK3/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 ...
96632024-12-19T22:22:02.810Z[ host-image] Dec 19 22:22:00.383 INFO O| Dec 19 22:22:00.383 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
96642024-12-19T22:22:02.810Z[ host-image] Dec 19 22:22:00.383 INFO O| Dec 19 22:22:00.383 INFO ok!
96652024-12-19T22:22:02.810Z[ host-image] Dec 19 22:22:00.383 INFO O| Dec 19 22:22:00.383 INFO STEP 107 (ensure_file) COMPLETE
96662024-12-19T22:22:02.810Z[ host-image] Dec 19 22:22:00.383 INFO O| Dec 19 22:22:00.383 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96672024-12-19T22:22:02.828Z[ host-image] Dec 19 22:22:00.399 INFO O| Dec 19 22:22:00.399 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
96682024-12-19T22:22:02.828Z[ host-image] Dec 19 22:22:00.399 INFO O| Dec 19 22:22:00.399 INFO copying /tmp/.tmplpZFK3/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 ...
96692024-12-19T22:22:02.831Z[ host-image] Dec 19 22:22:00.399 INFO O| Dec 19 22:22:00.399 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
96702024-12-19T22:22:02.831Z[ host-image] Dec 19 22:22:00.399 INFO O| Dec 19 22:22:00.399 INFO ok!
96712024-12-19T22:22:02.831Z[ host-image] Dec 19 22:22:00.399 INFO O| Dec 19 22:22:00.399 INFO STEP 108 (ensure_file) COMPLETE
96722024-12-19T22:22:02.831Z[ host-image] Dec 19 22:22:00.399 INFO O| Dec 19 22:22:00.399 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96732024-12-19T22:22:02.838Z[ host-image] Dec 19 22:22:00.415 INFO O| Dec 19 22:22:00.415 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
96742024-12-19T22:22:02.841Z[ host-image] Dec 19 22:22:00.415 INFO O| Dec 19 22:22:00.415 INFO copying /tmp/.tmplpZFK3/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 ...
96752024-12-19T22:22:02.841Z[ host-image] Dec 19 22:22:00.415 INFO O| Dec 19 22:22:00.415 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
96762024-12-19T22:22:02.841Z[ host-image] Dec 19 22:22:00.416 INFO O| Dec 19 22:22:00.415 INFO ok!
96772024-12-19T22:22:02.841Z[ host-image] Dec 19 22:22:00.416 INFO O| Dec 19 22:22:00.415 INFO STEP 109 (ensure_file) COMPLETE
96782024-12-19T22:22:02.841Z[ host-image] Dec 19 22:22:00.416 INFO O| Dec 19 22:22:00.415 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96792024-12-19T22:22:02.850Z[ host-image] Dec 19 22:22:00.428 INFO O| Dec 19 22:22:00.428 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
96802024-12-19T22:22:02.850Z[ host-image] Dec 19 22:22:00.428 INFO O| Dec 19 22:22:00.428 INFO copying /tmp/.tmplpZFK3/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 ...
96812024-12-19T22:22:02.853Z[ host-image] Dec 19 22:22:00.428 INFO O| Dec 19 22:22:00.428 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
96822024-12-19T22:22:02.853Z[ host-image] Dec 19 22:22:00.428 INFO O| Dec 19 22:22:00.428 INFO ok!
96832024-12-19T22:22:02.853Z[ host-image] Dec 19 22:22:00.428 INFO O| Dec 19 22:22:00.428 INFO STEP 110 (ensure_file) COMPLETE
96842024-12-19T22:22:02.853Z[ host-image] Dec 19 22:22:00.428 INFO O| Dec 19 22:22:00.428 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96852024-12-19T22:22:02.864Z[ host-image] Dec 19 22:22:00.441 INFO O| Dec 19 22:22:00.441 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
96862024-12-19T22:22:02.864Z[ host-image] Dec 19 22:22:00.441 INFO O| Dec 19 22:22:00.441 INFO copying /tmp/.tmplpZFK3/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 ...
96872024-12-19T22:22:02.865Z[ host-image] Dec 19 22:22:00.441 INFO O| Dec 19 22:22:00.441 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
96882024-12-19T22:22:02.868Z[ host-image] Dec 19 22:22:00.441 INFO O| Dec 19 22:22:00.441 INFO ok!
96892024-12-19T22:22:02.868Z[ host-image] Dec 19 22:22:00.441 INFO O| Dec 19 22:22:00.441 INFO STEP 111 (ensure_file) COMPLETE
96902024-12-19T22:22:02.868Z[ host-image] Dec 19 22:22:00.441 INFO O| Dec 19 22:22:00.441 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96912024-12-19T22:22:02.880Z[ host-image] Dec 19 22:22:00.457 INFO O| Dec 19 22:22:00.457 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
96922024-12-19T22:22:02.880Z[ host-image] Dec 19 22:22:00.457 INFO O| Dec 19 22:22:00.457 INFO copying /tmp/.tmplpZFK3/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 ...
96932024-12-19T22:22:02.883Z[ host-image] Dec 19 22:22:00.457 INFO O| Dec 19 22:22:00.457 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
96942024-12-19T22:22:02.883Z[ host-image] Dec 19 22:22:00.458 INFO O| Dec 19 22:22:00.457 INFO ok!
96952024-12-19T22:22:02.883Z[ host-image] Dec 19 22:22:00.458 INFO O| Dec 19 22:22:00.457 INFO STEP 112 (ensure_file) COMPLETE
96962024-12-19T22:22:02.883Z[ host-image] Dec 19 22:22:00.458 INFO O| Dec 19 22:22:00.458 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96972024-12-19T22:22:02.897Z[ host-image] Dec 19 22:22:00.474 INFO O| Dec 19 22:22:00.474 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist
96982024-12-19T22:22:02.897Z[ host-image] Dec 19 22:22:00.475 INFO O| Dec 19 22:22:00.474 INFO copying /tmp/.tmplpZFK3/proto/host/root/opt/oxide/crucible_dtrace/get-lr-state.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d ...
96992024-12-19T22:22:02.897Z[ host-image] Dec 19 22:22:00.475 INFO O| Dec 19 22:22:00.475 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d
97002024-12-19T22:22:02.897Z[ host-image] Dec 19 22:22:00.475 INFO O| Dec 19 22:22:00.475 INFO ok!
97012024-12-19T22:22:02.900Z[ host-image] Dec 19 22:22:00.475 INFO O| Dec 19 22:22:00.475 INFO STEP 113 (ensure_file) COMPLETE
97022024-12-19T22:22:02.900Z[ host-image] Dec 19 22:22:00.475 INFO O| Dec 19 22:22:00.475 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97032024-12-19T22:22:02.909Z[ host-image] Dec 19 22:22:00.487 INFO O| Dec 19 22:22:00.487 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
97042024-12-19T22:22:02.909Z[ host-image] Dec 19 22:22:00.487 INFO O| Dec 19 22:22:00.487 INFO copying /tmp/.tmplpZFK3/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 ...
97052024-12-19T22:22:02.912Z[ host-image] Dec 19 22:22:00.487 INFO O| Dec 19 22:22:00.487 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
97062024-12-19T22:22:02.912Z[ host-image] Dec 19 22:22:00.487 INFO O| Dec 19 22:22:00.487 INFO ok!
97072024-12-19T22:22:02.912Z[ host-image] Dec 19 22:22:00.487 INFO O| Dec 19 22:22:00.487 INFO STEP 114 (ensure_file) COMPLETE
97082024-12-19T22:22:02.912Z[ host-image] Dec 19 22:22:00.487 INFO O| Dec 19 22:22:00.487 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97092024-12-19T22:22:02.926Z[ host-image] Dec 19 22:22:00.503 INFO O| Dec 19 22:22:00.503 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist
97102024-12-19T22:22:02.929Z[ host-image] Dec 19 22:22:00.503 INFO O| Dec 19 22:22:00.503 INFO copying /tmp/.tmplpZFK3/proto/host/root/opt/oxide/crucible_dtrace/get-ds-state.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d ...
97112024-12-19T22:22:02.930Z[ host-image] Dec 19 22:22:00.504 INFO O| Dec 19 22:22:00.504 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d
97122024-12-19T22:22:02.930Z[ host-image] Dec 19 22:22:00.504 INFO O| Dec 19 22:22:00.504 INFO ok!
97132024-12-19T22:22:02.930Z[ host-image] Dec 19 22:22:00.504 INFO O| Dec 19 22:22:00.504 INFO STEP 115 (ensure_file) COMPLETE
97142024-12-19T22:22:02.930Z[ host-image] Dec 19 22:22:00.504 INFO O| Dec 19 22:22:00.504 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97152024-12-19T22:22:02.943Z[ host-image] Dec 19 22:22:00.520 INFO O| Dec 19 22:22:00.520 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
97162024-12-19T22:22:02.943Z[ host-image] Dec 19 22:22:00.520 INFO O| Dec 19 22:22:00.520 INFO copying /tmp/.tmplpZFK3/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 ...
97172024-12-19T22:22:02.945Z[ host-image] Dec 19 22:22:00.520 INFO O| Dec 19 22:22:00.520 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
97182024-12-19T22:22:02.946Z[ host-image] Dec 19 22:22:00.520 INFO O| Dec 19 22:22:00.520 INFO ok!
97192024-12-19T22:22:02.946Z[ host-image] Dec 19 22:22:00.520 INFO O| Dec 19 22:22:00.520 INFO STEP 116 (ensure_file) COMPLETE
97202024-12-19T22:22:02.946Z[ host-image] Dec 19 22:22:00.520 INFO O| Dec 19 22:22:00.520 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97212024-12-19T22:22:02.960Z[ host-image] Dec 19 22:22:00.536 INFO O| Dec 19 22:22:00.536 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
97222024-12-19T22:22:02.962Z[ host-image] Dec 19 22:22:00.537 INFO O| Dec 19 22:22:00.536 INFO copying /tmp/.tmplpZFK3/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 ...
97232024-12-19T22:22:02.962Z[ host-image] Dec 19 22:22:00.537 INFO O| Dec 19 22:22:00.537 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
97242024-12-19T22:22:02.962Z[ host-image] Dec 19 22:22:00.537 INFO O| Dec 19 22:22:00.537 INFO ok!
97252024-12-19T22:22:02.962Z[ host-image] Dec 19 22:22:00.537 INFO O| Dec 19 22:22:00.537 INFO STEP 117 (ensure_file) COMPLETE
97262024-12-19T22:22:02.962Z[ host-image] Dec 19 22:22:00.537 INFO O| Dec 19 22:22:00.537 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97272024-12-19T22:22:02.975Z[ host-image] Dec 19 22:22:00.552 INFO O| Dec 19 22:22:00.552 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
97282024-12-19T22:22:02.975Z[ host-image] Dec 19 22:22:00.552 INFO O| Dec 19 22:22:00.552 INFO copying /tmp/.tmplpZFK3/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
97292024-12-19T22:22:02.978Z[ host-image] Dec 19 22:22:00.553 INFO O| Dec 19 22:22:00.552 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
97302024-12-19T22:22:02.978Z[ host-image] Dec 19 22:22:00.553 INFO O| Dec 19 22:22:00.552 INFO ok!
97312024-12-19T22:22:02.978Z[ host-image] Dec 19 22:22:00.553 INFO O| Dec 19 22:22:00.553 INFO STEP 118 (ensure_file) COMPLETE
97322024-12-19T22:22:02.978Z[ host-image] Dec 19 22:22:00.553 INFO O| Dec 19 22:22:00.553 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97332024-12-19T22:22:02.989Z[ host-image] Dec 19 22:22:00.566 INFO O| Dec 19 22:22:00.566 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
97342024-12-19T22:22:02.989Z[ host-image] Dec 19 22:22:00.566 INFO O| Dec 19 22:22:00.566 INFO copying /tmp/.tmplpZFK3/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 ...
97352024-12-19T22:22:02.992Z[ host-image] Dec 19 22:22:00.566 INFO O| Dec 19 22:22:00.566 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
97362024-12-19T22:22:02.992Z[ host-image] Dec 19 22:22:00.566 INFO O| Dec 19 22:22:00.566 INFO ok!
97372024-12-19T22:22:02.992Z[ host-image] Dec 19 22:22:00.566 INFO O| Dec 19 22:22:00.566 INFO STEP 119 (ensure_file) COMPLETE
97382024-12-19T22:22:02.992Z[ host-image] Dec 19 22:22:00.566 INFO O| Dec 19 22:22:00.566 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97392024-12-19T22:22:03.006Z[ host-image] Dec 19 22:22:00.582 INFO O| Dec 19 22:22:00.582 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
97402024-12-19T22:22:03.006Z[ host-image] Dec 19 22:22:00.582 INFO O| Dec 19 22:22:00.582 INFO copying /tmp/.tmplpZFK3/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
97412024-12-19T22:22:03.009Z[ host-image] Dec 19 22:22:00.582 INFO O| Dec 19 22:22:00.582 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
97422024-12-19T22:22:03.009Z[ host-image] Dec 19 22:22:00.583 INFO O| Dec 19 22:22:00.582 INFO ok!
97432024-12-19T22:22:03.009Z[ host-image] Dec 19 22:22:00.583 INFO O| Dec 19 22:22:00.582 INFO STEP 120 (ensure_file) COMPLETE
97442024-12-19T22:22:03.009Z[ host-image] Dec 19 22:22:00.583 INFO O| Dec 19 22:22:00.582 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97452024-12-19T22:22:03.022Z[ host-image] Dec 19 22:22:00.598 INFO O| Dec 19 22:22:00.598 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
97462024-12-19T22:22:03.024Z[ host-image] Dec 19 22:22:00.598 INFO O| Dec 19 22:22:00.598 INFO copying /tmp/.tmplpZFK3/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
97472024-12-19T22:22:12.448Z[ host-image] Dec 19 22:22:09.985 INFO O| Dec 19 22:22:09.984 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
97482024-12-19T22:22:12.449Z[ host-image] Dec 19 22:22:09.985 INFO O| Dec 19 22:22:09.985 INFO ok!
97492024-12-19T22:22:12.452Z[ host-image] Dec 19 22:22:09.985 INFO O| Dec 19 22:22:09.985 INFO STEP 121 (ensure_file) COMPLETE
97502024-12-19T22:22:12.452Z[ host-image] Dec 19 22:22:09.985 INFO O| Dec 19 22:22:09.985 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97512024-12-19T22:22:12.465Z[ host-image] Dec 19 22:22:10.002 INFO O| Dec 19 22:22:10.001 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
97522024-12-19T22:22:12.465Z[ host-image] Dec 19 22:22:10.002 INFO O| Dec 19 22:22:10.002 INFO STEP 122 (ensure_dir) COMPLETE
97532024-12-19T22:22:12.468Z[ host-image] Dec 19 22:22:10.002 INFO O| Dec 19 22:22:10.002 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97542024-12-19T22:22:12.482Z[ host-image] Dec 19 22:22:10.018 INFO O| Dec 19 22:22:10.018 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
97552024-12-19T22:22:12.482Z[ host-image] Dec 19 22:22:10.018 INFO O| Dec 19 22:22:10.018 INFO STEP 123 (ensure_dir) COMPLETE
97562024-12-19T22:22:12.486Z[ host-image] Dec 19 22:22:10.018 INFO O| Dec 19 22:22:10.018 INFO STEP 124: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97572024-12-19T22:22:12.496Z[ host-image] Dec 19 22:22:10.033 INFO O| Dec 19 22:22:10.033 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
97582024-12-19T22:22:12.496Z[ host-image] Dec 19 22:22:10.033 INFO O| Dec 19 22:22:10.033 INFO STEP 124 (ensure_dir) COMPLETE
97592024-12-19T22:22:12.498Z[ host-image] Dec 19 22:22:10.033 INFO O| Dec 19 22:22:10.033 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97602024-12-19T22:22:12.512Z[ host-image] Dec 19 22:22:10.049 INFO O| Dec 19 22:22:10.049 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
97612024-12-19T22:22:12.512Z[ host-image] Dec 19 22:22:10.049 INFO O| Dec 19 22:22:10.049 INFO STEP 125 (ensure_dir) COMPLETE
97622024-12-19T22:22:12.512Z[ host-image] Dec 19 22:22:10.049 INFO O| Dec 19 22:22:10.049 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97632024-12-19T22:22:12.526Z[ host-image] Dec 19 22:22:10.063 INFO O| Dec 19 22:22:10.063 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
97642024-12-19T22:22:12.530Z[ host-image] Dec 19 22:22:10.063 INFO O| Dec 19 22:22:10.063 INFO copying /tmp/.tmplpZFK3/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 ...
97652024-12-19T22:22:12.530Z[ host-image] Dec 19 22:22:10.063 INFO O| Dec 19 22:22:10.063 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
97662024-12-19T22:22:12.530Z[ host-image] Dec 19 22:22:10.063 INFO O| Dec 19 22:22:10.063 INFO ok!
97672024-12-19T22:22:12.530Z[ host-image] Dec 19 22:22:10.063 INFO O| Dec 19 22:22:10.063 INFO STEP 126 (ensure_file) COMPLETE
97682024-12-19T22:22:12.530Z[ host-image] Dec 19 22:22:10.063 INFO O| Dec 19 22:22:10.063 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97692024-12-19T22:22:12.545Z[ host-image] Dec 19 22:22:10.079 INFO O| Dec 19 22:22:10.079 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
97702024-12-19T22:22:12.545Z[ host-image] Dec 19 22:22:10.079 INFO O| Dec 19 22:22:10.079 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
97712024-12-19T22:22:12.548Z[ host-image] Dec 19 22:22:10.079 INFO O| Dec 19 22:22:10.079 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
97722024-12-19T22:22:12.548Z[ host-image] Dec 19 22:22:10.079 INFO O| Dec 19 22:22:10.079 INFO STEP 127 (ensure_dir) COMPLETE
97732024-12-19T22:22:12.548Z[ host-image] Dec 19 22:22:10.079 INFO O| Dec 19 22:22:10.079 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97742024-12-19T22:22:12.558Z[ host-image] Dec 19 22:22:10.095 INFO O| Dec 19 22:22:10.095 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
97752024-12-19T22:22:12.559Z[ host-image] Dec 19 22:22:10.095 INFO O| Dec 19 22:22:10.095 INFO copying /tmp/.tmplpZFK3/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
97762024-12-19T22:22:12.561Z[ host-image] Dec 19 22:22:10.095 INFO O| Dec 19 22:22:10.095 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
97772024-12-19T22:22:12.561Z[ host-image] Dec 19 22:22:10.095 INFO O| Dec 19 22:22:10.095 INFO ok!
97782024-12-19T22:22:12.561Z[ host-image] Dec 19 22:22:10.095 INFO O| Dec 19 22:22:10.095 INFO STEP 128 (ensure_file) COMPLETE
97792024-12-19T22:22:12.561Z[ host-image] Dec 19 22:22:10.095 INFO O| Dec 19 22:22:10.095 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97802024-12-19T22:22:12.574Z[ host-image] Dec 19 22:22:10.110 INFO O| Dec 19 22:22:10.110 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
97812024-12-19T22:22:12.576Z[ host-image] Dec 19 22:22:10.110 INFO O| Dec 19 22:22:10.110 INFO STEP 129 (remove_files) COMPLETE
97822024-12-19T22:22:12.576Z[ host-image] Dec 19 22:22:10.110 INFO O| Dec 19 22:22:10.110 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97832024-12-19T22:22:12.587Z[ host-image] Dec 19 22:22:10.123 INFO O| Dec 19 22:22:10.123 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
97842024-12-19T22:22:12.589Z[ host-image] Dec 19 22:22:10.123 INFO O| Dec 19 22:22:10.123 INFO STEP 130 (remove_files) COMPLETE
97852024-12-19T22:22:12.589Z[ host-image] Dec 19 22:22:10.123 INFO O| Dec 19 22:22:10.123 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97862024-12-19T22:22:12.601Z[ host-image] Dec 19 22:22:10.138 INFO O| Dec 19 22:22:10.137 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
97872024-12-19T22:22:12.604Z[ host-image] Dec 19 22:22:10.138 INFO O| Dec 19 22:22:10.138 INFO STEP 131 (remove_files) COMPLETE
97882024-12-19T22:22:12.604Z[ host-image] Dec 19 22:22:10.138 INFO O| Dec 19 22:22:10.138 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97892024-12-19T22:22:12.615Z[ host-image] Dec 19 22:22:10.152 INFO O| Dec 19 22:22:10.151 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
97902024-12-19T22:22:12.618Z[ host-image] Dec 19 22:22:10.152 INFO O| Dec 19 22:22:10.152 INFO STEP 132 (remove_files) COMPLETE
97912024-12-19T22:22:12.618Z[ host-image] Dec 19 22:22:10.152 INFO O| Dec 19 22:22:10.152 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97922024-12-19T22:22:12.632Z[ host-image] Dec 19 22:22:10.168 INFO O| Dec 19 22:22:10.167 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
97932024-12-19T22:22:12.634Z[ host-image] Dec 19 22:22:10.168 INFO O| Dec 19 22:22:10.168 INFO STEP 133 (remove_files) COMPLETE
97942024-12-19T22:22:12.634Z[ host-image] Dec 19 22:22:10.168 INFO O| Dec 19 22:22:10.168 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97952024-12-19T22:22:12.643Z[ host-image] Dec 19 22:22:10.179 INFO O| Dec 19 22:22:10.179 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
97962024-12-19T22:22:12.646Z[ host-image] Dec 19 22:22:10.179 INFO O| Dec 19 22:22:10.179 INFO STEP 134 (remove_files) COMPLETE
97972024-12-19T22:22:12.646Z[ host-image] Dec 19 22:22:10.179 INFO O| Dec 19 22:22:10.179 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97982024-12-19T22:22:12.656Z[ host-image] Dec 19 22:22:10.192 INFO O| Dec 19 22:22:10.192 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
97992024-12-19T22:22:12.656Z[ host-image] Dec 19 22:22:10.192 INFO O| Dec 19 22:22:10.192 INFO STEP 135 (remove_files) COMPLETE
98002024-12-19T22:22:12.659Z[ host-image] Dec 19 22:22:10.193 INFO O| Dec 19 22:22:10.192 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98012024-12-19T22:22:12.669Z[ host-image] Dec 19 22:22:10.205 INFO O| Dec 19 22:22:10.205 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
98022024-12-19T22:22:12.669Z[ host-image] Dec 19 22:22:10.205 INFO O| Dec 19 22:22:10.205 INFO STEP 136 (remove_files) COMPLETE
98032024-12-19T22:22:12.669Z[ host-image] Dec 19 22:22:10.205 INFO O| Dec 19 22:22:10.205 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98042024-12-19T22:22:12.682Z[ host-image] Dec 19 22:22:10.217 INFO O| Dec 19 22:22:10.217 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
98052024-12-19T22:22:12.683Z[ host-image] Dec 19 22:22:10.217 INFO O| Dec 19 22:22:10.217 INFO STEP 137 (remove_files) COMPLETE
98062024-12-19T22:22:12.683Z[ host-image] Dec 19 22:22:10.217 INFO O| Dec 19 22:22:10.217 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98072024-12-19T22:22:12.696Z[ host-image] Dec 19 22:22:10.231 INFO O| Dec 19 22:22:10.231 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
98082024-12-19T22:22:12.696Z[ host-image] Dec 19 22:22:10.231 INFO O| Dec 19 22:22:10.231 INFO STEP 138 (remove_files) COMPLETE
98092024-12-19T22:22:12.696Z[ host-image] Dec 19 22:22:10.231 INFO O| Dec 19 22:22:10.231 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98102024-12-19T22:22:12.708Z[ host-image] Dec 19 22:22:10.243 INFO O| Dec 19 22:22:10.243 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
98112024-12-19T22:22:12.708Z[ host-image] Dec 19 22:22:10.243 INFO O| Dec 19 22:22:10.243 INFO STEP 139 (remove_files) COMPLETE
98122024-12-19T22:22:12.708Z[ host-image] Dec 19 22:22:10.243 INFO O| Dec 19 22:22:10.243 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98132024-12-19T22:22:12.720Z[ host-image] Dec 19 22:22:10.254 INFO O| Dec 19 22:22:10.254 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
98142024-12-19T22:22:12.720Z[ host-image] Dec 19 22:22:10.254 INFO O| Dec 19 22:22:10.254 INFO STEP 140 (remove_files) COMPLETE
98152024-12-19T22:22:12.723Z[ host-image] Dec 19 22:22:10.254 INFO O| Dec 19 22:22:10.254 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98162024-12-19T22:22:12.734Z[ host-image] Dec 19 22:22:10.270 INFO O| Dec 19 22:22:10.270 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
98172024-12-19T22:22:12.738Z[ host-image] Dec 19 22:22:10.270 INFO O| Dec 19 22:22:10.270 INFO STEP 141 (remove_files) COMPLETE
98182024-12-19T22:22:12.738Z[ host-image] Dec 19 22:22:10.270 INFO O| Dec 19 22:22:10.270 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98192024-12-19T22:22:12.751Z[ host-image] Dec 19 22:22:10.287 INFO O| Dec 19 22:22:10.287 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
98202024-12-19T22:22:12.752Z[ host-image] Dec 19 22:22:10.287 INFO O| Dec 19 22:22:10.287 INFO STEP 142 (remove_files) COMPLETE
98212024-12-19T22:22:12.752Z[ host-image] Dec 19 22:22:10.287 INFO O| Dec 19 22:22:10.287 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98222024-12-19T22:22:12.766Z[ host-image] Dec 19 22:22:10.301 INFO O| Dec 19 22:22:10.301 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
98232024-12-19T22:22:12.766Z[ host-image] Dec 19 22:22:10.301 INFO O| Dec 19 22:22:10.301 INFO STEP 143 (remove_files) COMPLETE
98242024-12-19T22:22:12.766Z[ host-image] Dec 19 22:22:10.301 INFO O| Dec 19 22:22:10.301 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98252024-12-19T22:22:12.784Z[ host-image] Dec 19 22:22:10.317 INFO O| Dec 19 22:22:10.317 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
98262024-12-19T22:22:12.784Z[ host-image] Dec 19 22:22:10.317 INFO O| Dec 19 22:22:10.317 INFO STEP 144 (remove_files) COMPLETE
98272024-12-19T22:22:12.784Z[ host-image] Dec 19 22:22:10.317 INFO O| Dec 19 22:22:10.317 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98282024-12-19T22:22:12.797Z[ host-image] Dec 19 22:22:10.332 INFO O| Dec 19 22:22:10.332 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
98292024-12-19T22:22:12.797Z[ host-image] Dec 19 22:22:10.332 INFO O| Dec 19 22:22:10.332 INFO STEP 145 (remove_files) COMPLETE
98302024-12-19T22:22:12.797Z[ host-image] Dec 19 22:22:10.332 INFO O| Dec 19 22:22:10.332 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98312024-12-19T22:22:12.812Z[ host-image] Dec 19 22:22:10.348 INFO O| Dec 19 22:22:10.347 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
98322024-12-19T22:22:12.815Z[ host-image] Dec 19 22:22:10.348 INFO O| Dec 19 22:22:10.348 INFO STEP 146 (remove_files) COMPLETE
98332024-12-19T22:22:12.815Z[ host-image] Dec 19 22:22:10.348 INFO O| Dec 19 22:22:10.348 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98342024-12-19T22:22:12.823Z[ host-image] Dec 19 22:22:10.359 INFO O| Dec 19 22:22:10.359 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
98352024-12-19T22:22:12.823Z[ host-image] Dec 19 22:22:10.359 INFO O| Dec 19 22:22:10.359 INFO STEP 147 (remove_files) COMPLETE
98362024-12-19T22:22:12.823Z[ host-image] Dec 19 22:22:10.359 INFO O| Dec 19 22:22:10.359 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98372024-12-19T22:22:12.837Z[ host-image] Dec 19 22:22:10.372 INFO O| Dec 19 22:22:10.372 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
98382024-12-19T22:22:12.837Z[ host-image] Dec 19 22:22:10.372 INFO O| Dec 19 22:22:10.372 INFO STEP 148 (remove_files) COMPLETE
98392024-12-19T22:22:12.837Z[ host-image] Dec 19 22:22:10.372 INFO O| Dec 19 22:22:10.372 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98402024-12-19T22:22:12.851Z[ host-image] Dec 19 22:22:10.386 INFO O| Dec 19 22:22:10.386 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
98412024-12-19T22:22:12.851Z[ host-image] Dec 19 22:22:10.386 INFO O| Dec 19 22:22:10.386 INFO STEP 149 (remove_files) COMPLETE
98422024-12-19T22:22:12.851Z[ host-image] Dec 19 22:22:10.386 INFO O| Dec 19 22:22:10.386 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98432024-12-19T22:22:12.867Z[ host-image] Dec 19 22:22:10.401 INFO O| Dec 19 22:22:10.401 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
98442024-12-19T22:22:12.867Z[ host-image] Dec 19 22:22:10.401 INFO O| Dec 19 22:22:10.401 INFO STEP 150 (remove_files) COMPLETE
98452024-12-19T22:22:12.867Z[ host-image] Dec 19 22:22:10.401 INFO O| Dec 19 22:22:10.401 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98462024-12-19T22:22:12.878Z[ host-image] Dec 19 22:22:10.413 INFO O| Dec 19 22:22:10.413 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
98472024-12-19T22:22:12.878Z[ host-image] Dec 19 22:22:10.413 INFO O| Dec 19 22:22:10.413 INFO STEP 151 (remove_files) COMPLETE
98482024-12-19T22:22:12.878Z[ host-image] Dec 19 22:22:10.413 INFO O| Dec 19 22:22:10.413 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98492024-12-19T22:22:12.894Z[ host-image] Dec 19 22:22:10.429 INFO O| Dec 19 22:22:10.429 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
98502024-12-19T22:22:12.894Z[ host-image] Dec 19 22:22:10.429 INFO O| Dec 19 22:22:10.429 INFO STEP 152 (remove_files) COMPLETE
98512024-12-19T22:22:12.896Z[ host-image] Dec 19 22:22:10.429 INFO O| Dec 19 22:22:10.429 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98522024-12-19T22:22:12.911Z[ host-image] Dec 19 22:22:10.445 INFO O| Dec 19 22:22:10.445 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
98532024-12-19T22:22:12.913Z[ host-image] Dec 19 22:22:10.446 INFO O| Dec 19 22:22:10.445 INFO STEP 153 (remove_files) COMPLETE
98542024-12-19T22:22:12.913Z[ host-image] Dec 19 22:22:10.446 INFO O| Dec 19 22:22:10.446 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98552024-12-19T22:22:12.927Z[ host-image] Dec 19 22:22:10.462 INFO O| Dec 19 22:22:10.461 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
98562024-12-19T22:22:12.927Z[ host-image] Dec 19 22:22:10.462 INFO O| Dec 19 22:22:10.462 INFO STEP 154 (remove_files) COMPLETE
98572024-12-19T22:22:12.927Z[ host-image] Dec 19 22:22:10.462 INFO O| Dec 19 22:22:10.462 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98582024-12-19T22:22:12.943Z[ host-image] Dec 19 22:22:10.477 INFO O| Dec 19 22:22:10.477 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
98592024-12-19T22:22:12.943Z[ host-image] Dec 19 22:22:10.478 INFO O| Dec 19 22:22:10.478 INFO STEP 155 (remove_files) COMPLETE
98602024-12-19T22:22:12.943Z[ host-image] Dec 19 22:22:10.478 INFO O| Dec 19 22:22:10.478 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98612024-12-19T22:22:12.958Z[ host-image] Dec 19 22:22:10.493 INFO O| Dec 19 22:22:10.493 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
98622024-12-19T22:22:12.958Z[ host-image] Dec 19 22:22:10.493 INFO O| Dec 19 22:22:10.493 INFO STEP 156 (remove_files) COMPLETE
98632024-12-19T22:22:12.961Z[ host-image] Dec 19 22:22:10.493 INFO O| Dec 19 22:22:10.493 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98642024-12-19T22:22:12.974Z[ host-image] Dec 19 22:22:10.509 INFO O| Dec 19 22:22:10.509 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
98652024-12-19T22:22:12.974Z[ host-image] Dec 19 22:22:10.509 INFO O| Dec 19 22:22:10.509 INFO STEP 157 (remove_files) COMPLETE
98662024-12-19T22:22:12.974Z[ host-image] Dec 19 22:22:10.509 INFO O| Dec 19 22:22:10.509 INFO STEP 158: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
98672024-12-19T22:22:12.990Z[ host-image] Dec 19 22:22:10.525 INFO O| Dec 19 22:22:10.525 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
98682024-12-19T22:22:12.991Z[ host-image] Dec 19 22:22:10.525 INFO O| Dec 19 22:22:10.525 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"}
98692024-12-19T22:22:22.554Z[ host-image] Dec 19 22:22:20.048 INFO O| Dec 19 22:22:20.048 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
98702024-12-19T22:22:22.554Z[ host-image] Dec 19 22:22:20.048 INFO O| Dec 19 22:22:20.048 INFO E| svccfg: Loaded 74 smf(7) service descriptions
98712024-12-19T22:22:22.571Z[ host-image] Dec 19 22:22:20.065 INFO O| Dec 19 22:22:20.065 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"}
98722024-12-19T22:22:22.671Z[ host-image] Dec 19 22:22:20.164 INFO O| Dec 19 22:22:20.164 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
98732024-12-19T22:22:22.671Z[ host-image] Dec 19 22:22:20.164 INFO O| Dec 19 22:22:20.164 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
98742024-12-19T22:22:22.673Z[ host-image] Dec 19 22:22:20.166 INFO O| Dec 19 22:22:20.166 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
98752024-12-19T22:22:22.673Z[ host-image] Dec 19 22:22:20.166 INFO O| Dec 19 22:22:20.166 INFO ok!
98762024-12-19T22:22:22.673Z[ host-image] Dec 19 22:22:20.166 INFO O| Dec 19 22:22:20.166 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
98772024-12-19T22:22:22.673Z[ host-image] Dec 19 22:22:20.166 INFO O| Dec 19 22:22:20.166 INFO STEP 158 (seed_smf) COMPLETE
98782024-12-19T22:22:22.674Z[ host-image] Dec 19 22:22:20.166 INFO O| Dec 19 22:22:20.166 INFO steps complete; finalising image!
98792024-12-19T22:22:22.674Z[ host-image] Dec 19 22:22:20.166 INFO O| Dec 19 22:22:20.166 INFO TRIM POOL: TEMPORARY-gimlet-zfs
98802024-12-19T22:22:22.850Z[ host-image] Dec 19 22:22:20.343 INFO O| Dec 19 22:22:20.343 INFO trim TEMPORARY-gimlet-zfs: (4% trimmed, started at Thu Dec 19 22:22:20 2024)
98812024-12-19T22:22:23.064Z[ host-image] Dec 19 22:22:20.556 INFO O| Dec 19 22:22:20.556 INFO trim TEMPORARY-gimlet-zfs: (70% trimmed, started at Thu Dec 19 22:22:20 2024)
98822024-12-19T22:22:23.276Z[ host-image] Dec 19 22:22:20.766 INFO O| Dec 19 22:22:20.766 INFO trim TEMPORARY-gimlet-zfs: (92% trimmed, started at Thu Dec 19 22:22:20 2024)
98832024-12-19T22:22:23.511Z[ host-image] Dec 19 22:22:21.000 INFO O| Dec 19 22:22:21.000 INFO temporary pool has 690M used, 142M avail, 1.82x compressratio
98842024-12-19T22:22:23.511Z[ host-image] Dec 19 22:22:21.000 INFO O| Dec 19 22:22:21.000 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
98852024-12-19T22:22:23.867Z[ host-image] Dec 19 22:22:21.356 INFO O| Dec 19 22:22:21.356 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
98862024-12-19T22:22:23.868Z[ host-image] Dec 19 22:22:21.356 INFO O| Dec 19 22:22:21.356 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
98872024-12-19T22:22:24.959Z[ host-image] Dec 19 22:22:22.443 INFO O| Dec 19 22:22:22.442 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
98882024-12-19T22:22:24.959Z[ host-image] Dec 19 22:22:22.443 INFO O| Dec 19 22:22:22.443 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
98892024-12-19T22:22:24.961Z[ host-image] Dec 19 22:22:22.443 INFO O| Dec 19 22:22:22.443 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
98902024-12-19T22:22:24.961Z[ host-image] Dec 19 22:22:22.443 INFO O| Dec 19 22:22:22.443 INFO completed processing gimlet/zfs
98912024-12-19T22:22:24.961Z[ host-image] Dec 19 22:22:22.443 INFO O| Dec 19 22:22:22.443 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
98922024-12-19T22:22:33.491Z[ host-image] Dec 19 22:22:30.939 INFO O| Dec 19 22:22:30.939 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
98932024-12-19T22:22:33.579Z[ host-image] Dec 19 22:22:31.026 INFO BUILD STRING "heads/stlouis-0-g37a4469737\n"
98942024-12-19T22:22:33.579Z[ host-image] Dec 19 22:22:31.026 INFO expanded image name: "ci 6c76593/${os_short_commit} 2024-12-19 21:48" -> "ci 6c76593/37a4469 2024-12-19 21:48"
98952024-12-19T22:22:33.582Z[ host-image] Dec 19 22:22:31.027 INFO output artefacts stored in: "/work/os-host"
98962024-12-19T22:22:33.582Z[ host-image] Dec 19 22:22:31.027 INFO collecting git info from project "bootserver"...
98972024-12-19T22:22:33.585Z[ host-image] Dec 19 22:22:31.032 INFO collecting git info from project "image-builder"...
98982024-12-19T22:22:33.590Z[ host-image] Dec 19 22:22:31.037 INFO collecting git info from project "pilot"...
98992024-12-19T22:22:33.595Z[ host-image] Dec 19 22:22:31.043 INFO collecting git info from project "amd-firmware"...
99002024-12-19T22:22:33.607Z[ host-image] Dec 19 22:22:31.055 INFO collecting git info from project "pinprick"...
99012024-12-19T22:22:33.612Z[ host-image] Dec 19 22:22:31.060 INFO collecting git info from project "phbl"...
99022024-12-19T22:22:33.617Z[ host-image] Dec 19 22:22:31.065 INFO collecting git info from project "amd-host-image-builder"...
99032024-12-19T22:22:33.633Z[ host-image] Dec 19 22:22:31.080 INFO collecting git info from project "chelsio-t6-roms"...
99042024-12-19T22:22:33.638Z[ host-image] Dec 19 22:22:31.086 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
99052024-12-19T22:22:34.043Z[ host-image] Dec 19 22:22:31.485 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
99062024-12-19T22:22:34.419Z[ host-image] Dec 19 22:22:31.861 INFO creating Oxide boot image...
99072024-12-19T22:22:34.419Z[ host-image] Dec 19 22:22:31.861 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 6c76593/37a4469 2024-12-19 21:48", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
99082024-12-19T22:22:35.377Z[ host-image] Dec 19 22:22:32.816 INFO O| ok, image written!
99092024-12-19T22:22:35.377Z[ host-image] Dec 19 22:22:32.816 INFO O| ok, boot_image_csum file written!
99102024-12-19T22:22:35.382Z[ host-image] Dec 19 22:22:32.819 INFO creating boot archive (CPIO)...
99112024-12-19T22:22:35.382Z[ host-image] Dec 19 22:22:32.819 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
99122024-12-19T22:22:35.388Z[ host-image] Dec 19 22:22:32.828 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
99132024-12-19T22:22:35.388Z[ host-image] Dec 19 22:22:32.828 INFO E| + outfile=/work/os-host/cpio
99142024-12-19T22:22:35.391Z[ host-image] Dec 19 22:22:32.828 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
99152024-12-19T22:22:35.391Z[ host-image] Dec 19 22:22:32.830 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
99162024-12-19T22:22:35.391Z[ host-image] Dec 19 22:22:32.831 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
99172024-12-19T22:22:35.430Z[ host-image] Dec 19 22:22:32.869 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
99182024-12-19T22:22:35.430Z[ host-image] Dec 19 22:22:32.870 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
99192024-12-19T22:22:35.440Z[ host-image] Dec 19 22:22:32.880 INFO creating compressed cpio/unix for nanobl-rs...
99202024-12-19T22:22:35.440Z[ host-image] Dec 19 22:22:32.880 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
99212024-12-19T22:22:35.736Z[ host-image] Dec 19 22:22:33.174 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
99222024-12-19T22:22:40.106Z[ host-image] Dec 19 22:22:37.526 INFO creating reset image...
99232024-12-19T22:22:40.109Z[ host-image] Dec 19 22:22:37.526 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
99242024-12-19T22:22:40.214Z[ host-image] Dec 19 22:22:37.633 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
99252024-12-19T22:22:40.218Z[ host-image] Dec 19 22:22:37.635 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
99262024-12-19T22:22:40.281Z[ host-image] Dec 19 22:22:37.700 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
99272024-12-19T22:22:42.275Z[ host-image] Dec 19 22:22:39.685 INFO E| Finished `release` profile [optimized] target(s) in 2.03s
99282024-12-19T22:22:42.292Z[ host-image] Dec 19 22:22:39.702 INFO building host image...
99292024-12-19T22:22:42.295Z[ host-image] Dec 19 22:22:39.703 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")
99302024-12-19T22:22:42.798Z[ host-image] Dec 19 22:22:40.206 INFO finishing image archive at "/work/os-host/os.tar.gz"...
99312024-12-19T22:23:49.970Z[ host-image] Dec 19 22:23:48.287 INFO image complete! materials are in "/work/os-host"
99322024-12-19T22:23:49.973Z[ host-image]
99332024-12-19T22:23:49.977Z[ host-image] real 13:16.012523101
99342024-12-19T22:23:49.977Z[ host-image] user 6:37.470457178
99352024-12-19T22:23:49.977Z[ host-image] sys 1:08.584540847
99362024-12-19T22:23:49.977Z[ host-image] trap 0.284875947
99372024-12-19T22:23:49.977Z[ host-image] tflt 0.024880153
99382024-12-19T22:23:49.977Z[ host-image] dflt 0.113262129
99392024-12-19T22:23:49.977Z[ host-image] kflt 0.004419660
99402024-12-19T22:23:49.977Z[ host-image] lock 13:32.519403476
99412024-12-19T22:23:49.977Z[ host-image] slp 1:10:05.692628822
99422024-12-19T22:23:49.977Z[ host-image] lat 2:55.002764398
99432024-12-19T22:23:49.979ZDec 19 22:23:48.292 INFO [host-image] process exited with exit status: 0 (796.030045661s)[ host-image] stop 0.439482609
99442024-12-19T22:23:49.979Z
99452024-12-19T22:23:49.979ZDec 19 22:23:48.292 INFO [tuf-repo] running task
99462024-12-19T22:24:04.649ZDec 19 22:24:03.711 INFO assembling repository in `/tmp/tufaceousGAAlpz`, component: OmicronRepoAssembler
99472024-12-19T22:24:43.421ZDec 19 22:24:42.318 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
99482024-12-19T22:24:43.917ZDec 19 22:24:42.814 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
99492024-12-19T22:25:09.556ZDec 19 22:25:08.344 INFO [tuf-repo] task succeeded (79.244967576s)
99502024-12-19T22:26:54.185Z[verify-libraries] Finished `release` profile [optimized] target(s) in 16m 02s
99512024-12-19T22:26:54.653ZDec 19 22:26:52.997 INFO [verify-libraries] process exited with exit status: 0 (966.261723945s)
99522024-12-19T22:26:54.653ZDec 19 22:26:52.997 INFO all jobs completed in 2275.738659218s
99532024-12-19T22:26:55.249Zprocess exited: duration 2967879 ms, exit code 0
 
99542024-12-19T22:26:55.263Zfound 33 output files
99552024-12-19T22:26:55.271Zuploading: /work/manifest.toml (8404 bytes)
99562024-12-19T22:26:56.283Zuploaded: /work/manifest.toml
99572024-12-19T22:26:56.292Zuploading: /work/repo.zip (1959486694 bytes)
99582024-12-19T22:27:40.288Zuploaded: /work/repo.zip
99592024-12-19T22:27:40.289Zuploading: /work/repo.zip.sha256.txt (65 bytes)
99602024-12-19T22:27:41.332Zuploaded: /work/repo.zip.sha256.txt
99612024-12-19T22:27:41.332Zuploading: /work/helios-setup.log (66031 bytes)
99622024-12-19T22:27:42.475Zuploaded: /work/helios-setup.log
99632024-12-19T22:27:42.475Zuploading: /work/host-image.log (197205 bytes)
99642024-12-19T22:27:43.463Zuploaded: /work/host-image.log
99652024-12-19T22:27:43.463Zuploading: /work/host-package.log (22440 bytes)
99662024-12-19T22:27:44.477Zuploaded: /work/host-package.log
99672024-12-19T22:27:44.478Zuploading: /work/host-target.log (101 bytes)
99682024-12-19T22:27:45.494Zuploaded: /work/host-target.log
99692024-12-19T22:27:45.494Zuploading: /work/omicron-package.log (5666 bytes)
99702024-12-19T22:27:46.508Zuploaded: /work/omicron-package.log
99712024-12-19T22:27:46.508Zuploading: /work/phbl-toolchain.log (881 bytes)
99722024-12-19T22:27:47.521Zuploaded: /work/phbl-toolchain.log
99732024-12-19T22:27:47.521Zuploading: /work/recovery-image.log (591910 bytes)
99742024-12-19T22:27:48.547Zuploaded: /work/recovery-image.log
99752024-12-19T22:27:48.550Zuploading: /work/recovery-package.log (321 bytes)
99762024-12-19T22:27:49.561Zuploaded: /work/recovery-package.log
99772024-12-19T22:27:49.561Zuploading: /work/recovery-target.log (98 bytes)
99782024-12-19T22:27:50.576Zuploaded: /work/recovery-target.log
99792024-12-19T22:27:50.576Zuploading: /work/stamp-clickhouse.log (117 bytes)
99802024-12-19T22:27:51.588Zuploaded: /work/stamp-clickhouse.log
99812024-12-19T22:27:51.589Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
99822024-12-19T22:27:52.602Zuploaded: /work/stamp-clickhouse_keeper.log
99832024-12-19T22:27:52.602Zuploading: /work/stamp-cockroachdb.log (118 bytes)
99842024-12-19T22:27:53.615Zuploaded: /work/stamp-cockroachdb.log
99852024-12-19T22:27:53.615Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
99862024-12-19T22:27:54.628Zuploaded: /work/stamp-crucible-dtrace.log
99872024-12-19T22:27:54.628Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
99882024-12-19T22:27:55.642Zuploaded: /work/stamp-crucible-pantry-zone.log
99892024-12-19T22:27:55.642Zuploading: /work/stamp-crucible-zone.log (120 bytes)
99902024-12-19T22:27:56.656Zuploaded: /work/stamp-crucible-zone.log
99912024-12-19T22:27:56.656Zuploading: /work/stamp-external-dns.log (119 bytes)
99922024-12-19T22:27:57.669Zuploaded: /work/stamp-external-dns.log
99932024-12-19T22:27:57.669Zuploading: /work/stamp-installinator.log (103 bytes)
99942024-12-19T22:27:58.681Zuploaded: /work/stamp-installinator.log
99952024-12-19T22:27:58.681Zuploading: /work/stamp-internal-dns.log (119 bytes)
99962024-12-19T22:27:59.695Zuploaded: /work/stamp-internal-dns.log
99972024-12-19T22:27:59.695Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
99982024-12-19T22:28:00.708Zuploaded: /work/stamp-mg-ddm-gz.log
99992024-12-19T22:28:00.708Zuploading: /work/stamp-nexus.log (112 bytes)
100002024-12-19T22:28:01.721Zuploaded: /work/stamp-nexus.log
100012024-12-19T22:28:01.721Zuploading: /work/stamp-ntp.log (110 bytes)
100022024-12-19T22:28:02.734Zuploaded: /work/stamp-ntp.log
100032024-12-19T22:28:02.734Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
100042024-12-19T22:28:03.747Zuploaded: /work/stamp-omicron-sled-agent.log
100052024-12-19T22:28:03.747Zuploading: /work/stamp-overlay.log (114 bytes)
100062024-12-19T22:28:04.761Zuploaded: /work/stamp-overlay.log
100072024-12-19T22:28:04.761Zuploading: /work/stamp-oximeter.log (115 bytes)
100082024-12-19T22:28:05.775Zuploaded: /work/stamp-oximeter.log
100092024-12-19T22:28:05.775Zuploading: /work/stamp-oxlog.log (109 bytes)
100102024-12-19T22:28:06.788Zuploaded: /work/stamp-oxlog.log
100112024-12-19T22:28:06.788Zuploading: /work/stamp-probe.log (112 bytes)
100122024-12-19T22:28:07.803Zuploaded: /work/stamp-probe.log
100132024-12-19T22:28:07.803Zuploading: /work/stamp-propolis-server.log (122 bytes)
100142024-12-19T22:28:08.816Zuploaded: /work/stamp-propolis-server.log
100152024-12-19T22:28:08.816Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
100162024-12-19T22:28:09.833Zuploaded: /work/stamp-pumpkind-gz.log
100172024-12-19T22:28:09.833Zuploading: /work/stamp-switch-asic.log (118 bytes)
100182024-12-19T22:28:10.846Zuploaded: /work/stamp-switch-asic.log
100192024-12-19T22:28:10.846Zuploading: /work/verify-libraries.log (5735 bytes)
100202024-12-19T22:28:11.987Zuploaded: /work/verify-libraries.log