01JFEJN7Y135Z8TCKF26Q4WM70: 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: 01JFEJNYXQQ2WVYHSMT5QMTV5W

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-19T04:28:17.758Zjob assigned to worker 01JFEJNX8SKE7C8ANCY53K66H8 [factory aws, i-0c4e56a6f44710078] (queued for 1 m 35 s)
 
22024-12-19T04:28:25.022Zstarting task 0: "setup"
32024-12-19T04:28:25.032Z++ uname -s
42024-12-19T04:28:25.035Z+ kern=SunOS
52024-12-19T04:28:25.035Z+ case "$kern" in
62024-12-19T04:28:25.035Z+ groupadd -g 12345 build
72024-12-19T04:28:25.038Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-19T04:28:27.045Z+ zfs create -o mountpoint=/work rpool/work
92024-12-19T04:28:27.219Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-19T04:28:27.222Z+ home_fs=zfs
112024-12-19T04:28:27.222Z+ [[ zfs == autofs ]]
122024-12-19T04:28:27.222Z+ mkdir -p /home/build
132024-12-19T04:28:27.224Z+ chown build:build /home/build /work
142024-12-19T04:28:29.226Z+ chmod 0700 /home/build /work
152024-12-19T04:28:29.229Zprocess exited: duration 4208 ms, exit code 0
 
162024-12-19T04:28:29.235Zstarting task 1: "rust-toolchain"
172024-12-19T04:28:29.240Z+ printf ' * toolchain channel = "%s"
182024-12-19T04:28:29.240Z' 1.81.0
192024-12-19T04:28:29.240Z+ printf ' * toolchain profile = "%s"
202024-12-19T04:28:29.240Z' default
212024-12-19T04:28:29.240Z * toolchain channel = "1.81.0"
222024-12-19T04:28:29.240Z * toolchain profile = "default"
232024-12-19T04:28:29.243Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-19T04:28:29.243Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-19T04:28:29.363Zinfo: downloading installer
262024-12-19T04:28:30.762Zinfo: profile set to 'default'
272024-12-19T04:28:30.762Zinfo: default host triple is x86_64-unknown-illumos
282024-12-19T04:28:30.766Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-19T04:28:30.902Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-19T04:28:30.902Zinfo: downloading component 'cargo'
312024-12-19T04:28:31.622Zinfo: downloading component 'clippy'
322024-12-19T04:28:31.887Zinfo: downloading component 'rust-docs'
332024-12-19T04:28:32.884Zinfo: downloading component 'rust-std'
342024-12-19T04:28:34.441Zinfo: downloading component 'rustc'
352024-12-19T04:28:39.996Zinfo: downloading component 'rustfmt'
362024-12-19T04:28:40.205Zinfo: installing component 'cargo'
372024-12-19T04:28:41.021Zinfo: installing component 'clippy'
382024-12-19T04:28:41.394Zinfo: installing component 'rust-docs'
392024-12-19T04:28:42.972Zinfo: installing component 'rust-std'
402024-12-19T04:28:44.767Zinfo: installing component 'rustc'
412024-12-19T04:28:50.532Zinfo: installing component 'rustfmt'
422024-12-19T04:28:50.886Z
432024-12-19T04:28:50.886Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
442024-12-19T04:28:51.261Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-19T04:28:51.262Z
462024-12-19T04:28:51.264Z
472024-12-19T04:28:51.264ZRust is installed now. Great!
482024-12-19T04:28:51.264Z
492024-12-19T04:28:51.264ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-19T04:28:51.264Zenvironment variable. This has not been done automatically.
512024-12-19T04:28:51.264Z
522024-12-19T04:28:51.264ZTo configure your current shell, you need to source
532024-12-19T04:28:51.264Zthe corresponding env file under $HOME/.cargo.
542024-12-19T04:28:51.264Z
552024-12-19T04:28:51.264ZThis is usually done by running one of the following (note the leading DOT):
562024-12-19T04:28:51.264Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-19T04:28:51.265Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-19T04:28:51.336Z+ rustc --version
592024-12-19T04:28:51.404Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-19T04:28:51.406Zprocess exited: duration 22170 ms, exit code 0
 
612024-12-19T04:28:51.412Zstarting task 2: "authentication"
622024-12-19T04:28:51.434Zprocess exited: duration 21 ms, exit code 0
 
632024-12-19T04:28:51.442Zstarting task 3: "clone repository"
642024-12-19T04:28:51.446Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-19T04:28:51.449Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-19T04:28:51.486ZCloning into '/work/oxidecomputer/omicron'...
672024-12-19T04:28:57.807Z+ cd /work/oxidecomputer/omicron
682024-12-19T04:28:57.807Z+ git fetch origin 2a37e9cc4984ffa5f5494a806df8431bf4e8580e
692024-12-19T04:28:58.516ZFrom https://github.com/oxidecomputer/omicron
702024-12-19T04:28:58.516Z * branch 2a37e9cc4984ffa5f5494a806df8431bf4e8580e -> FETCH_HEAD
712024-12-19T04:28:58.597Z+ [[ -n '' ]]
722024-12-19T04:28:58.598Z+ git reset --hard 2a37e9cc4984ffa5f5494a806df8431bf4e8580e
732024-12-19T04:28:58.637ZHEAD is now at 2a37e9cc4 mroe -> more!
742024-12-19T04:28:58.653Zprocess exited: duration 7186 ms, exit code 0
 
752024-12-19T04:28:58.676Zstarting task 4: "build"
762024-12-19T04:28:58.694Z+ source .github/buildomat/ci-env.sh
772024-12-19T04:28:58.694Z++ export CARGO_TERM_COLOR=always
782024-12-19T04:28:58.694Z++ CARGO_TERM_COLOR=always
792024-12-19T04:28:58.694Z+ cargo --version
802024-12-19T04:28:58.751Zcargo 1.81.0 (2dbb1af80 2024-08-20)
812024-12-19T04:28:58.769Z+ rustc --version
822024-12-19T04:28:58.799Zrustc 1.81.0 (eeb90cda1 2024-09-04)
832024-12-19T04:28:58.809Z+ cargo tree --locked
842024-12-19T04:28:59.075Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
852024-12-19T04:28:59.362Z Updating crates.io index
862024-12-19T04:28:59.406Z Updating git repository `https://github.com/oxidecomputer/maghemite`
872024-12-19T04:28:59.892Z Updating git repository `https://github.com/oxidecomputer/oxnet`
882024-12-19T04:29:00.167Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
892024-12-19T04:29:00.437Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
902024-12-19T04:29:00.698Z Updating git repository `https://github.com/oxidecomputer/propolis`
912024-12-19T04:29:01.570Z Updating git repository `https://github.com/oxidecomputer/crucible`
922024-12-19T04:29:03.193Z Updating git repository `https://github.com/oxidecomputer/opte`
932024-12-19T04:29:03.911Z Updating git repository `https://github.com/oxidecomputer/falcon`
942024-12-19T04:29:04.755Z Updating git repository `https://github.com/oxidecomputer/clickward`
952024-12-19T04:29:05.059Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
962024-12-19T04:29:05.416Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
972024-12-19T04:29:06.046Z Updating git repository `https://github.com/oxidecomputer/libipcc`
982024-12-19T04:29:06.399Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
992024-12-19T04:29:06.698Z Updating git repository `https://github.com/oxidecomputer/tofino`
1002024-12-19T04:29:07.082Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1012024-12-19T04:29:07.250Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1022024-12-19T04:29:07.556Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1032024-12-19T04:29:07.846Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1042024-12-19T04:29:08.194Z Updating git repository `https://github.com/oxidecomputer/ispf`
1052024-12-19T04:29:08.563Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1062024-12-19T04:29:08.850Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1072024-12-19T04:29:09.336Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1082024-12-19T04:29:09.668Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1092024-12-19T04:29:10.044Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1102024-12-19T04:29:10.574Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
1112024-12-19T04:29:10.866Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1122024-12-19T04:29:11.110Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1132024-12-19T04:29:11.400Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1142024-12-19T04:29:12.865Z Downloading crates ...
1152024-12-19T04:29:12.980Z Downloaded anstyle v1.0.10
1162024-12-19T04:29:12.986Z Downloaded approx v0.5.1
1172024-12-19T04:29:12.989Z Downloaded addr2line v0.24.2
1182024-12-19T04:29:12.992Z Downloaded adler2 v2.0.0
1192024-12-19T04:29:12.994Z Downloaded escape8259 v0.5.3
1202024-12-19T04:29:12.996Z Downloaded event-listener-strategy v0.5.2
1212024-12-19T04:29:13.012Z Downloaded event-listener v5.3.1
1222024-12-19T04:29:13.020Z Downloaded atomicwrites v0.4.4
1232024-12-19T04:29:13.022Z Downloaded headers-core v0.3.0
1242024-12-19T04:29:13.025Z Downloaded foreign-types v0.3.2
1252024-12-19T04:29:13.030Z Downloaded atty v0.2.14
1262024-12-19T04:29:13.032Z Downloaded http-body v1.0.1
1272024-12-19T04:29:13.032Z Downloaded fxhash v0.2.1
1282024-12-19T04:29:13.035Z Downloaded foreign-types-shared v0.1.1
1292024-12-19T04:29:13.035Z Downloaded cfg_aliases v0.1.1
1302024-12-19T04:29:13.037Z Downloaded float-ord v0.3.2
1312024-12-19T04:29:13.040Z Downloaded guppy-workspace-hack v0.1.0
1322024-12-19T04:29:13.043Z Downloaded async-stream-impl v0.3.6
1332024-12-19T04:29:13.045Z Downloaded cfg_aliases v0.2.1
1342024-12-19T04:29:13.049Z Downloaded fallible-streaming-iterator v0.1.9
1352024-12-19T04:29:13.053Z Downloaded assert_matches v1.5.0
1362024-12-19T04:29:13.055Z Downloaded async-object-pool v0.1.5
1372024-12-19T04:29:13.055Z Downloaded fallible-iterator v0.2.0
1382024-12-19T04:29:13.058Z Downloaded fixedbitset v0.4.2
1392024-12-19T04:29:13.058Z Downloaded arrayref v0.3.9
1402024-12-19T04:29:13.060Z Downloaded event-listener v2.5.3
1412024-12-19T04:29:13.060Z Downloaded ff v0.13.0
1422024-12-19T04:29:13.063Z Downloaded fallible-iterator v0.3.0
1432024-12-19T04:29:13.063Z Downloaded assert-json-diff v2.0.2
1442024-12-19T04:29:13.065Z Downloaded hubpack_derive v0.1.1
1452024-12-19T04:29:13.066Z Downloaded foreign-types-shared v0.3.1
1462024-12-19T04:29:13.066Z Downloaded async-channel v1.9.0
1472024-12-19T04:29:13.068Z Downloaded http-range v0.1.5
1482024-12-19T04:29:13.068Z Downloaded flagset v0.4.6
1492024-12-19T04:29:13.072Z Downloaded fd-lock v4.0.2
1502024-12-19T04:29:13.074Z Downloaded cargo-platform v0.1.8
1512024-12-19T04:29:13.074Z Downloaded home v0.5.9
1522024-12-19T04:29:13.074Z Downloaded heck v0.3.3
1532024-12-19T04:29:13.077Z Downloaded futures-executor v0.3.31
1542024-12-19T04:29:13.077Z Downloaded fnv v1.0.7
1552024-12-19T04:29:13.079Z Downloaded hex v0.4.3
1562024-12-19T04:29:13.081Z Downloaded group v0.13.0
1572024-12-19T04:29:13.081Z Downloaded http-body-util v0.1.2
1582024-12-19T04:29:13.084Z Downloaded futures-sink v0.3.31
1592024-12-19T04:29:13.084Z Downloaded futures-macro v0.3.31
1602024-12-19T04:29:13.086Z Downloaded futures-task v0.3.31
1612024-12-19T04:29:13.086Z Downloaded bb8 v0.8.5
1622024-12-19T04:29:13.088Z Downloaded anstyle-parse v0.2.5
1632024-12-19T04:29:13.091Z Downloaded byteorder v1.5.0
1642024-12-19T04:29:13.091Z Downloaded hubpack v0.1.2
1652024-12-19T04:29:13.094Z Downloaded gethostname v0.5.0
1662024-12-19T04:29:13.094Z Downloaded chrono-tz-build v0.4.0
1672024-12-19T04:29:13.097Z Downloaded block-padding v0.3.3
1682024-12-19T04:29:13.097Z Downloaded hostname v0.3.1
1692024-12-19T04:29:13.099Z Downloaded hash32 v0.3.1
1702024-12-19T04:29:13.099Z Downloaded buf-list v1.0.3
1712024-12-19T04:29:13.102Z Downloaded glob v0.3.1
1722024-12-19T04:29:13.104Z Downloaded ghash v0.5.1
1732024-12-19T04:29:13.104Z Downloaded cargo_metadata v0.18.1
1742024-12-19T04:29:13.106Z Downloaded hex-literal v0.4.1
1752024-12-19T04:29:13.111Z Downloaded futures-io v0.3.31
1762024-12-19T04:29:13.111Z Downloaded cfg-if v1.0.0
1772024-12-19T04:29:13.113Z Downloaded bit-vec v0.6.3
1782024-12-19T04:29:13.113Z Downloaded fragile v2.0.0
1792024-12-19T04:29:13.113Z Downloaded hash32 v0.2.1
1802024-12-19T04:29:13.116Z Downloaded httpdate v1.0.3
1812024-12-19T04:29:13.116Z Downloaded cassowary v0.3.0
1822024-12-19T04:29:13.118Z Downloaded blocking v1.6.1
1832024-12-19T04:29:13.118Z Downloaded pbkdf2 v0.11.0
1842024-12-19T04:29:13.121Z Downloaded chacha20 v0.9.1
1852024-12-19T04:29:13.124Z Downloaded heck v0.5.0
1862024-12-19T04:29:13.126Z Downloaded form_urlencoded v1.2.1
1872024-12-19T04:29:13.126Z Downloaded cexpr v0.6.0
1882024-12-19T04:29:13.129Z Downloaded async-stream v0.3.6
1892024-12-19T04:29:13.129Z Downloaded humantime v2.1.0
1902024-12-19T04:29:13.132Z Downloaded bytecount v0.6.8
1912024-12-19T04:29:13.134Z Downloaded hostname v0.4.0
1922024-12-19T04:29:13.134Z Downloaded ciborium v0.2.2
1932024-12-19T04:29:13.138Z Downloaded pretty-hex v0.2.1
1942024-12-19T04:29:13.140Z Downloaded hickory-client v0.24.1
1952024-12-19T04:29:13.143Z Downloaded futures-channel v0.3.31
1962024-12-19T04:29:13.143Z Downloaded fs-err v2.11.0
1972024-12-19T04:29:13.145Z Downloaded castaway v0.2.3
1982024-12-19T04:29:13.148Z Downloaded anstream v0.6.15
1992024-12-19T04:29:13.150Z Downloaded assert_cmd v2.0.16
2002024-12-19T04:29:13.150Z Downloaded arrayvec v0.7.6
2012024-12-19T04:29:13.153Z Downloaded argon2 v0.5.3
2022024-12-19T04:29:13.155Z Downloaded allocator-api2 v0.2.18
2032024-12-19T04:29:13.157Z Downloaded hyper-rustls v0.27.3
2042024-12-19T04:29:13.160Z Downloaded highway v1.2.0
2052024-12-19T04:29:13.163Z Downloaded globset v0.4.15
2062024-12-19T04:29:13.165Z Downloaded getrandom v0.2.15
2072024-12-19T04:29:13.167Z Downloaded bcs v0.1.6
2082024-12-19T04:29:13.171Z Downloaded async-channel v2.3.1
2092024-12-19T04:29:13.171Z Downloaded hyper-rustls v0.26.0
2102024-12-19T04:29:13.175Z Downloaded camino v1.1.9
2112024-12-19T04:29:13.178Z Downloaded autocfg v1.4.0
2122024-12-19T04:29:13.178Z Downloaded async-process v2.3.0
2132024-12-19T04:29:13.181Z Downloaded async-task v4.7.1
2142024-12-19T04:29:13.184Z Downloaded bzip2 v0.4.4
2152024-12-19T04:29:13.184Z Downloaded time-core v0.1.2
2162024-12-19T04:29:13.184Z Downloaded take_mut v0.2.2
2172024-12-19T04:29:13.187Z Downloaded cancel-safe-futures v0.1.5
2182024-12-19T04:29:13.189Z Downloaded usdt-macro v0.5.0
2192024-12-19T04:29:13.189Z Downloaded try-lock v0.2.5
2202024-12-19T04:29:13.189Z Downloaded camino-tempfile v1.1.1
2212024-12-19T04:29:13.192Z Downloaded base64ct v1.6.0
2222024-12-19T04:29:13.194Z Downloaded pbkdf2 v0.12.2
2232024-12-19T04:29:13.197Z Downloaded fs_extra v1.3.0
2242024-12-19T04:29:13.199Z Downloaded powerfmt v0.2.0
2252024-12-19T04:29:13.199Z Downloaded strum v0.26.3
2262024-12-19T04:29:13.201Z Downloaded cbc v0.1.2
2272024-12-19T04:29:13.201Z Downloaded httparse v1.9.5
2282024-12-19T04:29:13.203Z Downloaded backoff v0.4.0
2292024-12-19T04:29:13.206Z Downloaded futures-lite v2.3.0
2302024-12-19T04:29:13.209Z Downloaded async-executor v1.13.1
2312024-12-19T04:29:13.211Z Downloaded zerofrom v0.1.4
2322024-12-19T04:29:13.211Z Downloaded anyhow v1.0.93
2332024-12-19T04:29:13.214Z Downloaded darling_macro v0.20.10
2342024-12-19T04:29:13.217Z Downloaded phf_codegen v0.11.2
2352024-12-19T04:29:13.217Z Downloaded bitflags v1.3.2
2362024-12-19T04:29:13.219Z Downloaded proc-macro-error-attr v1.0.4
2372024-12-19T04:29:13.222Z Downloaded hmac v0.12.1
2382024-12-19T04:29:13.224Z Downloaded heck v0.4.1
2392024-12-19T04:29:13.224Z Downloaded httptest v0.16.1
2402024-12-19T04:29:13.227Z Downloaded usdt-attr-macro v0.5.0
2412024-12-19T04:29:13.227Z Downloaded predicates-tree v1.0.11
2422024-12-19T04:29:13.229Z Downloaded num-complex v0.4.6
2432024-12-19T04:29:13.229Z Downloaded which v4.4.2
2442024-12-19T04:29:13.232Z Downloaded ahash v0.8.11
2452024-12-19T04:29:13.235Z Downloaded crucible-workspace-hack v0.1.0
2462024-12-19T04:29:13.235Z Downloaded hashlink v0.9.1
2472024-12-19T04:29:13.237Z Downloaded futures v0.3.31
2482024-12-19T04:29:13.241Z Downloaded quinn-udp v0.5.5
2492024-12-19T04:29:13.244Z Downloaded rustc_version v0.4.1
2502024-12-19T04:29:13.246Z Downloaded rustc_version v0.1.7
2512024-12-19T04:29:13.246Z Downloaded serde_urlencoded v0.7.1
2522024-12-19T04:29:13.249Z Downloaded serde_tokenstream v0.2.2
2532024-12-19T04:29:13.249Z Downloaded same-file v1.0.6
2542024-12-19T04:29:13.251Z Downloaded ssh-cipher v0.2.0
2552024-12-19T04:29:13.253Z Downloaded ssh-encoding v0.2.0
2562024-12-19T04:29:13.253Z Downloaded tap v1.0.1
2572024-12-19T04:29:13.257Z Downloaded tabwriter v1.4.0
2582024-12-19T04:29:13.257Z Downloaded bitflags v2.6.0
2592024-12-19T04:29:13.260Z Downloaded slog-dtrace v0.3.0
2602024-12-19T04:29:13.262Z Downloaded blake2 v0.10.6
2612024-12-19T04:29:13.265Z Downloaded dhcproto-macros v0.1.0
2622024-12-19T04:29:13.265Z Downloaded serde-big-array v0.5.1
2632024-12-19T04:29:13.267Z Downloaded tui-tree-widget v0.22.0
2642024-12-19T04:29:13.267Z Downloaded endian-type v0.1.2
2652024-12-19T04:29:13.267Z Downloaded usdt v0.5.0
2662024-12-19T04:29:13.270Z Downloaded serde_spanned v0.6.8
2672024-12-19T04:29:13.270Z Downloaded quote v1.0.37
2682024-12-19T04:29:13.272Z Downloaded strum_macros v0.24.3
2692024-12-19T04:29:13.275Z Downloaded structmeta-derive v0.2.0
2702024-12-19T04:29:13.277Z Downloaded structmeta-derive v0.3.0
2712024-12-19T04:29:13.277Z Downloaded toml_datetime v0.6.8
2722024-12-19T04:29:13.280Z Downloaded thiserror v1.0.69
2732024-12-19T04:29:13.283Z Downloaded xattr v1.3.1
2742024-12-19T04:29:13.286Z Downloaded headers v0.4.0
2752024-12-19T04:29:13.290Z Downloaded mirai-annotations v1.12.0
2762024-12-19T04:29:13.293Z Downloaded flume v0.11.1
2772024-12-19T04:29:13.295Z Downloaded polyval v0.6.2
2782024-12-19T04:29:13.298Z Downloaded password-hash v0.5.0
2792024-12-19T04:29:13.300Z Downloaded zeroize v1.8.1
2802024-12-19T04:29:13.300Z Downloaded zerofrom-derive v0.1.4
2812024-12-19T04:29:13.302Z Downloaded xz2 v0.1.7
2822024-12-19T04:29:13.303Z Downloaded num-conv v0.1.0
2832024-12-19T04:29:13.305Z Downloaded data-encoding v2.6.0
2842024-12-19T04:29:13.305Z Downloaded proc-macro-error v1.0.4
2852024-12-19T04:29:13.308Z Downloaded cmake v0.1.51
2862024-12-19T04:29:13.311Z Downloaded clap_lex v0.7.2
2872024-12-19T04:29:13.313Z Downloaded zeroize_derive v1.4.2
2882024-12-19T04:29:13.313Z Downloaded scheduled-thread-pool v0.2.7
2892024-12-19T04:29:13.313Z Downloaded arc-swap v1.7.1
2902024-12-19T04:29:13.317Z Downloaded convert_case v0.4.0
2912024-12-19T04:29:13.319Z Downloaded base64 v0.13.1
2922024-12-19T04:29:13.322Z Downloaded tiny-keccak v2.0.2
2932024-12-19T04:29:13.324Z Downloaded plotters-svg v0.3.7
2942024-12-19T04:29:13.328Z Downloaded chacha20poly1305 v0.10.1
2952024-12-19T04:29:13.328Z Downloaded cfg-expr v0.17.0
2962024-12-19T04:29:13.330Z Downloaded snafu-derive v0.8.5
2972024-12-19T04:29:13.332Z Downloaded enum-as-inner v0.6.1
2982024-12-19T04:29:13.332Z Downloaded dyn-clone v1.0.17
2992024-12-19T04:29:13.335Z Downloaded instability v0.3.2
3002024-12-19T04:29:13.337Z Downloaded inout v0.1.3
3012024-12-19T04:29:13.337Z Downloaded indoc v2.0.5
3022024-12-19T04:29:13.340Z Downloaded pretty-hex v0.4.1
3032024-12-19T04:29:13.342Z Downloaded utf-8 v0.7.6
3042024-12-19T04:29:13.342Z Downloaded time-macros v0.2.18
3052024-12-19T04:29:13.345Z Downloaded pkcs5 v0.7.1
3062024-12-19T04:29:13.348Z Downloaded num_cpus v1.16.0
3072024-12-19T04:29:13.350Z Downloaded enum-as-inner v0.5.1
3082024-12-19T04:29:13.353Z Downloaded dunce v1.0.5
3092024-12-19T04:29:13.355Z Downloaded unicode-linebreak v0.1.5
3102024-12-19T04:29:13.355Z Downloaded heapless v0.7.17
3112024-12-19T04:29:13.358Z Downloaded pin-project v1.1.6
3122024-12-19T04:29:13.368Z Downloaded tinyvec_macros v0.1.1
3132024-12-19T04:29:13.370Z Downloaded fancy-regex v0.13.0
3142024-12-19T04:29:13.373Z Downloaded toolchain_find v0.4.0
3152024-12-19T04:29:13.375Z Downloaded memoffset v0.9.1
3162024-12-19T04:29:13.375Z Downloaded md-5 v0.10.6
3172024-12-19T04:29:13.378Z Downloaded num v0.4.3
3182024-12-19T04:29:13.380Z Downloaded linked-hash-map v0.5.6
3192024-12-19T04:29:13.380Z Downloaded linear-map v1.2.0
3202024-12-19T04:29:13.382Z Downloaded phf_generator v0.11.2
3212024-12-19T04:29:13.382Z Downloaded packed_struct_codegen v0.10.1
3222024-12-19T04:29:13.385Z Downloaded cookie_store v0.21.0
3232024-12-19T04:29:13.388Z Downloaded displaydoc v0.2.5
3242024-12-19T04:29:13.390Z Downloaded ron v0.7.1
3252024-12-19T04:29:13.393Z Downloaded num-derive v0.4.2
3262024-12-19T04:29:13.395Z Downloaded piper v0.2.4
3272024-12-19T04:29:13.398Z Downloaded pest_generator v2.7.14
3282024-12-19T04:29:13.400Z Downloaded want v0.3.1
3292024-12-19T04:29:13.400Z Downloaded base64 v0.22.1
3302024-12-19T04:29:13.403Z Downloaded resolv-conf v0.7.0
3312024-12-19T04:29:13.407Z Downloaded r2d2 v0.8.10
3322024-12-19T04:29:13.410Z Downloaded base64 v0.21.7
3332024-12-19T04:29:13.413Z Downloaded rusty-fork v0.3.0
3342024-12-19T04:29:13.413Z Downloaded cc v1.1.30
3352024-12-19T04:29:13.415Z Downloaded trybuild v1.0.101
3362024-12-19T04:29:13.419Z Downloaded zone_cfg_derive v0.3.0
3372024-12-19T04:29:13.421Z Downloaded hickory-resolver v0.24.1
3382024-12-19T04:29:13.424Z Downloaded ciborium-io v0.2.2
3392024-12-19T04:29:13.426Z Downloaded toml v0.7.8
3402024-12-19T04:29:13.429Z Downloaded hashbrown v0.13.2
3412024-12-19T04:29:13.432Z Downloaded dtrace-parser v0.2.0
3422024-12-19T04:29:13.435Z Downloaded strum_macros v0.25.3
3432024-12-19T04:29:13.437Z Downloaded spin v0.5.2
3442024-12-19T04:29:13.437Z Downloaded flate2 v1.0.34
3452024-12-19T04:29:13.442Z Downloaded sec1 v0.7.3
3462024-12-19T04:29:13.444Z Downloaded instant v0.1.13
3472024-12-19T04:29:13.447Z Downloaded diesel_table_macro_syntax v0.2.0
3482024-12-19T04:29:13.447Z Downloaded signal-hook-registry v1.4.2
3492024-12-19T04:29:13.449Z Downloaded smallvec v0.6.14
3502024-12-19T04:29:13.449Z Downloaded http v1.1.0
3512024-12-19T04:29:13.452Z Downloaded signature v2.2.0
3522024-12-19T04:29:13.455Z Downloaded litemap v0.7.3
3532024-12-19T04:29:13.458Z Downloaded static_assertions v1.1.0
3542024-12-19T04:29:13.460Z Downloaded schemars v0.8.21
3552024-12-19T04:29:13.469Z Downloaded opaque-debug v0.3.1
3562024-12-19T04:29:13.471Z Downloaded snafu v0.8.5
3572024-12-19T04:29:13.476Z Downloaded curve25519-dalek-derive v0.1.1
3582024-12-19T04:29:13.478Z Downloaded ctr v0.9.2
3592024-12-19T04:29:13.481Z Downloaded packed_struct v0.10.1
3602024-12-19T04:29:13.481Z Downloaded owo-colors v4.1.0
3612024-12-19T04:29:13.483Z Downloaded nu-ansi-term v0.50.1
3622024-12-19T04:29:13.486Z Downloaded bumpalo v3.16.0
3632024-12-19T04:29:13.488Z Downloaded cookie v0.18.1
3642024-12-19T04:29:13.491Z Downloaded hickory-server v0.24.1
3652024-12-19T04:29:13.496Z Downloaded hashbrown v0.12.3
3662024-12-19T04:29:13.500Z Downloaded strum_macros v0.26.4
3672024-12-19T04:29:13.503Z Downloaded ron v0.8.1
3682024-12-19T04:29:13.507Z Downloaded untrusted v0.7.1
3692024-12-19T04:29:13.510Z Downloaded lazy_static v1.5.0
3702024-12-19T04:29:13.512Z Downloaded lalrpop-util v0.19.12
3712024-12-19T04:29:13.512Z Downloaded kv-log-macro v1.0.7
3722024-12-19T04:29:13.514Z Downloaded lazycell v1.3.0
3732024-12-19T04:29:13.514Z Downloaded sigpipe v0.1.3
3742024-12-19T04:29:13.517Z Downloaded postgres-protocol v0.6.7
3752024-12-19T04:29:13.519Z Downloaded des v0.8.1
3762024-12-19T04:29:13.519Z Downloaded mockall_derive v0.13.0
3772024-12-19T04:29:13.522Z Downloaded dhcproto v0.12.0
3782024-12-19T04:29:13.524Z Downloaded rust-argon2 v2.1.0
3792024-12-19T04:29:13.527Z Downloaded internet-checksum v0.2.1
3802024-12-19T04:29:13.527Z Downloaded dsl_auto_type v0.1.2
3812024-12-19T04:29:13.529Z Downloaded sync-ptr v0.1.1
3822024-12-19T04:29:13.530Z Downloaded signal-hook-mio v0.2.4
3832024-12-19T04:29:13.532Z Downloaded tls_codec v0.4.1
3842024-12-19T04:29:13.535Z Downloaded thiserror v2.0.3
3852024-12-19T04:29:13.538Z Downloaded terminal_size v0.4.0
3862024-12-19T04:29:13.540Z Downloaded display-error-chain v0.2.2
3872024-12-19T04:29:13.542Z Downloaded unicode-bidi v0.3.17
3882024-12-19T04:29:13.544Z Downloaded const_format_proc_macros v0.2.33
3892024-12-19T04:29:13.547Z Downloaded oorandom v11.1.4
3902024-12-19T04:29:13.547Z Downloaded ryu v1.0.18
3912024-12-19T04:29:13.550Z Downloaded tinytemplate v1.2.1
3922024-12-19T04:29:13.552Z Downloaded target-lexicon v0.12.16
3932024-12-19T04:29:13.555Z Downloaded tracing-attributes v0.1.27
3942024-12-19T04:29:13.557Z Downloaded num_enum_derive v0.5.11
3952024-12-19T04:29:13.557Z Downloaded mime v0.3.17
3962024-12-19T04:29:13.560Z Downloaded kstat-rs v0.2.4
3972024-12-19T04:29:13.560Z Downloaded whoami v1.5.2
3982024-12-19T04:29:13.562Z Downloaded serde_plain v1.0.2
3992024-12-19T04:29:13.562Z Downloaded oso v0.27.3
4002024-12-19T04:29:13.566Z Downloaded rand_xorshift v0.3.0
4012024-12-19T04:29:13.568Z Downloaded derive-where v1.2.7
4022024-12-19T04:29:13.570Z Downloaded ecdsa v0.16.9
4032024-12-19T04:29:13.572Z Downloaded socket2 v0.5.7
4042024-12-19T04:29:13.575Z Downloaded schemars_derive v0.8.21
4052024-12-19T04:29:13.577Z Downloaded backtrace v0.3.74
4062024-12-19T04:29:13.582Z Downloaded yoke-derive v0.7.4
4072024-12-19T04:29:13.584Z Downloaded simd-adler32 v0.3.7
4082024-12-19T04:29:13.584Z Downloaded papergrid v0.11.0
4092024-12-19T04:29:13.588Z Downloaded plotters-backend v0.3.7
4102024-12-19T04:29:13.591Z Downloaded rcgen v0.12.1
4112024-12-19T04:29:13.594Z Downloaded embedded-io v0.6.1
4122024-12-19T04:29:13.594Z Downloaded rand_core v0.6.4
4132024-12-19T04:29:13.596Z Downloaded psl-types v2.0.11
4142024-12-19T04:29:13.599Z Downloaded twox-hash v1.6.3
4152024-12-19T04:29:13.599Z Downloaded stringmetrics v2.2.2
4162024-12-19T04:29:13.601Z Downloaded unicode-xid v0.2.6
4172024-12-19T04:29:13.604Z Downloaded string_cache v0.8.7
4182024-12-19T04:29:13.604Z Downloaded smf v0.2.3
4192024-12-19T04:29:13.606Z Downloaded zerocopy-derive v0.7.35
4202024-12-19T04:29:13.609Z Downloaded peg-macros v0.8.4
4212024-12-19T04:29:13.611Z Downloaded yasna v0.5.2
4222024-12-19T04:29:13.614Z Downloaded criterion-plot v0.5.0
4232024-12-19T04:29:13.616Z Downloaded rstest_macros v0.23.0
4242024-12-19T04:29:13.619Z Downloaded stable_deref_trait v1.2.0
4252024-12-19T04:29:13.619Z Downloaded matches v0.1.10
4262024-12-19T04:29:13.621Z Downloaded match_cfg v0.1.0
4272024-12-19T04:29:13.621Z Downloaded smawk v0.3.2
4282024-12-19T04:29:13.623Z Downloaded plain v0.2.3
4292024-12-19T04:29:13.623Z Downloaded icu_normalizer_data v1.5.0
4302024-12-19T04:29:13.625Z Downloaded pkg-config v0.3.31
4312024-12-19T04:29:13.628Z Downloaded peg v0.8.4
4322024-12-19T04:29:13.631Z Downloaded termios v0.3.3
4332024-12-19T04:29:13.633Z Downloaded unicode-truncate v1.1.0
4342024-12-19T04:29:13.636Z Downloaded hashbrown v0.15.0
4352024-12-19T04:29:13.639Z Downloaded parse-size v1.1.0
4362024-12-19T04:29:13.641Z Downloaded oso-derive v0.27.3
4372024-12-19T04:29:13.641Z Downloaded scopeguard v1.2.0
4382024-12-19T04:29:13.644Z Downloaded rand_seeder v0.3.0
4392024-12-19T04:29:13.644Z Downloaded dropshot_endpoint v0.13.0
4402024-12-19T04:29:13.646Z Downloaded concurrent-queue v2.5.0
4412024-12-19T04:29:13.649Z Downloaded indexmap v1.9.3
4422024-12-19T04:29:13.652Z Downloaded icu_locid v1.5.0
4432024-12-19T04:29:13.656Z Downloaded defmt-parser v0.3.4
4442024-12-19T04:29:13.659Z Downloaded crc-catalog v2.4.0
4452024-12-19T04:29:13.659Z Downloaded test-strategy v0.3.1
4462024-12-19T04:29:13.662Z Downloaded p256 v0.13.2
4472024-12-19T04:29:13.665Z Downloaded progenitor-client v0.8.0
4482024-12-19T04:29:13.668Z Downloaded tokio-rustls v0.25.0
4492024-12-19T04:29:13.671Z Downloaded once_cell v1.20.2
4502024-12-19T04:29:13.673Z Downloaded ena v0.14.3
4512024-12-19T04:29:13.673Z Downloaded tokio-rustls v0.26.0
4522024-12-19T04:29:13.676Z Downloaded miniz_oxide v0.8.0
4532024-12-19T04:29:13.678Z Downloaded zerovec-derive v0.10.3
4542024-12-19T04:29:13.678Z Downloaded unicode-properties v0.1.3
4552024-12-19T04:29:13.682Z Downloaded pkcs8 v0.10.2
4562024-12-19T04:29:13.684Z Downloaded tower-service v0.3.3
4572024-12-19T04:29:13.684Z Downloaded sync_wrapper v1.0.1
4582024-12-19T04:29:13.687Z Downloaded zopfli v0.8.1
4592024-12-19T04:29:13.689Z Downloaded vergen v8.3.2
4602024-12-19T04:29:13.692Z Downloaded nibble_vec v0.1.0
4612024-12-19T04:29:13.694Z Downloaded lockfree-object-pool v0.1.6
4622024-12-19T04:29:13.694Z Downloaded libefi-sys v0.1.0
4632024-12-19T04:29:13.697Z Downloaded serde_derive_internals v0.29.1
4642024-12-19T04:29:13.699Z Downloaded keccak v0.1.5
4652024-12-19T04:29:13.699Z Downloaded writeable v0.5.5
4662024-12-19T04:29:13.702Z Downloaded prettyplease v0.2.25
4672024-12-19T04:29:13.704Z Downloaded either v1.13.0
4682024-12-19T04:29:13.706Z Downloaded indicatif v0.17.9
4692024-12-19T04:29:13.709Z Downloaded cstr-argument v0.1.2
4702024-12-19T04:29:13.713Z Downloaded indexmap v2.6.0
4712024-12-19T04:29:13.716Z Downloaded pem v3.0.4
4722024-12-19T04:29:13.716Z Downloaded omicron-zone-package v0.11.1
4732024-12-19T04:29:13.719Z Downloaded parse-display-derive v0.10.0
4742024-12-19T04:29:13.721Z Downloaded tar v0.4.42
4752024-12-19T04:29:13.723Z Downloaded unsafe-libyaml v0.2.11
4762024-12-19T04:29:13.726Z Downloaded icu_provider v1.5.0
4772024-12-19T04:29:13.729Z Downloaded maplit v1.0.2
4782024-12-19T04:29:13.731Z Downloaded rustyline v14.0.0
4792024-12-19T04:29:13.735Z Downloaded crunchy v0.2.2
4802024-12-19T04:29:13.738Z Downloaded serde_repr v0.1.19
4812024-12-19T04:29:13.740Z Downloaded num-bigint-dig v0.8.4
4822024-12-19T04:29:13.743Z Downloaded aes v0.8.4
4832024-12-19T04:29:13.746Z Downloaded ident_case v1.0.1
4842024-12-19T04:29:13.748Z Downloaded icu_provider_macros v1.5.0
4852024-12-19T04:29:13.748Z Downloaded number_prefix v0.4.0
4862024-12-19T04:29:13.751Z Downloaded rtoolbox v0.0.2
4872024-12-19T04:29:13.751Z Downloaded managed v0.8.0
4882024-12-19T04:29:13.754Z Downloaded is_terminal_polyfill v1.70.1
4892024-12-19T04:29:13.754Z Downloaded predicates v3.1.2
4902024-12-19T04:29:13.756Z Downloaded thiserror-impl v1.0.69
4912024-12-19T04:29:13.759Z Downloaded structmeta v0.2.0
4922024-12-19T04:29:13.759Z Downloaded shlex v1.3.0
4932024-12-19T04:29:13.761Z Downloaded shell-words v1.1.0
4942024-12-19T04:29:13.761Z Downloaded slog-scope v4.4.0
4952024-12-19T04:29:13.764Z Downloaded rustls-pemfile v1.0.4
4962024-12-19T04:29:13.766Z Downloaded relative-path v1.9.3
4972024-12-19T04:29:13.766Z Downloaded ref-cast-impl v1.0.23
4982024-12-19T04:29:13.768Z Downloaded time v0.3.36
4992024-12-19T04:29:13.773Z Downloaded russh-keys v0.45.0
5002024-12-19T04:29:13.776Z Downloaded quinn v0.11.5
5012024-12-19T04:29:13.779Z Downloaded futures-util v0.3.31
5022024-12-19T04:29:13.790Z Downloaded crypto-common v0.1.6
5032024-12-19T04:29:13.793Z Downloaded pin-project-lite v0.2.14
5042024-12-19T04:29:13.796Z Downloaded tracing-core v0.1.32
5052024-12-19T04:29:13.799Z Downloaded diff v0.1.13
5062024-12-19T04:29:13.802Z Downloaded vte_generate_state_changes v0.1.2
5072024-12-19T04:29:13.804Z Downloaded num-bigint v0.4.6
5082024-12-19T04:29:13.807Z Downloaded mio v1.0.2
5092024-12-19T04:29:13.813Z Downloaded nom v7.1.3
5102024-12-19T04:29:13.818Z Downloaded aes-gcm v0.10.3
5112024-12-19T04:29:13.821Z Downloaded doc-comment v0.3.3
5122024-12-19T04:29:13.824Z Downloaded nested v0.1.1
5132024-12-19T04:29:13.824Z Downloaded zone v0.1.8
5142024-12-19T04:29:13.827Z Downloaded utf8parse v0.2.2
5152024-12-19T04:29:13.827Z Downloaded utf8_iter v1.0.4
5162024-12-19T04:29:13.827Z Downloaded equivalent v1.0.1
5172024-12-19T04:29:13.829Z Downloaded multimap v0.10.0
5182024-12-19T04:29:13.829Z Downloaded utf16_iter v1.0.5
5192024-12-19T04:29:13.831Z Downloaded paste v1.0.15
5202024-12-19T04:29:13.833Z Downloaded proc-macro-crate v3.2.0
5212024-12-19T04:29:13.836Z Downloaded parse-display v0.10.0
5222024-12-19T04:29:13.836Z Downloaded num-iter v0.1.45
5232024-12-19T04:29:13.839Z Downloaded rpassword v7.3.1
5242024-12-19T04:29:13.839Z Downloaded rustls-native-certs v0.7.3
5252024-12-19T04:29:13.842Z Downloaded rfc6979 v0.4.0
5262024-12-19T04:29:13.844Z Downloaded progenitor v0.8.0
5272024-12-19T04:29:13.845Z Downloaded rustls-pemfile v2.2.0
5282024-12-19T04:29:13.848Z Downloaded tokio-stream v0.1.16
5292024-12-19T04:29:13.851Z Downloaded crc-any v2.5.0
5302024-12-19T04:29:13.853Z Downloaded goblin v0.8.2
5312024-12-19T04:29:13.857Z Downloaded zip v0.6.6
5322024-12-19T04:29:13.862Z Downloaded peg-runtime v0.8.3
5332024-12-19T04:29:13.864Z Downloaded rustversion v1.0.17
5342024-12-19T04:29:13.866Z Downloaded wyz v0.5.1
5352024-12-19T04:29:13.866Z Downloaded steno v0.4.1
5362024-12-19T04:29:13.871Z Downloaded phf_shared v0.10.0
5372024-12-19T04:29:13.873Z Downloaded slog-json v2.6.1
5382024-12-19T04:29:13.875Z Downloaded progenitor-impl v0.8.0
5392024-12-19T04:29:13.875Z Downloaded tungstenite v0.24.0
5402024-12-19T04:29:13.879Z Downloaded sqlparser_derive v0.2.2
5412024-12-19T04:29:13.881Z Downloaded strsim v0.11.1
5422024-12-19T04:29:13.881Z Downloaded tls_codec_derive v0.4.1
5432024-12-19T04:29:13.884Z Downloaded version_check v0.9.5
5442024-12-19T04:29:13.886Z Downloaded termtree v0.4.1
5452024-12-19T04:29:13.886Z Downloaded libloading v0.8.5
5462024-12-19T04:29:13.889Z Downloaded iana-time-zone v0.1.61
5472024-12-19T04:29:13.892Z Downloaded tabled_derive v0.7.0
5482024-12-19T04:29:13.892Z Downloaded unicode_categories v0.1.1
5492024-12-19T04:29:13.895Z Downloaded crossterm v0.28.1
5502024-12-19T04:29:13.900Z Downloaded zone_cfg_derive v0.1.2
5512024-12-19T04:29:13.905Z Downloaded crossbeam-deque v0.8.5
5522024-12-19T04:29:13.905Z Downloaded thiserror-impl v2.0.3
5532024-12-19T04:29:13.905Z Downloaded memmap2 v0.9.5
5542024-12-19T04:29:13.909Z Downloaded serde_with v3.11.0
5552024-12-19T04:29:13.914Z Downloaded is_ci v1.2.0
5562024-12-19T04:29:13.917Z Downloaded write16 v1.0.0
5572024-12-19T04:29:13.917Z Downloaded password-hash v0.4.2
5582024-12-19T04:29:13.919Z Downloaded partial-io v0.5.4
5592024-12-19T04:29:13.922Z Downloaded parking_lot_core v0.9.10
5602024-12-19T04:29:13.924Z Downloaded lru v0.12.5
5612024-12-19T04:29:13.924Z Downloaded hyper-tls v0.6.0
5622024-12-19T04:29:13.927Z Downloaded hkdf v0.12.4
5632024-12-19T04:29:13.929Z Downloaded strip-ansi-escapes v0.2.0
5642024-12-19T04:29:13.929Z Downloaded slog-envlogger v2.2.0
5652024-12-19T04:29:13.932Z Downloaded serde_path_to_error v0.1.16
5662024-12-19T04:29:13.935Z Downloaded rand_distr v0.4.3
5672024-12-19T04:29:13.938Z Downloaded darling_core v0.20.10
5682024-12-19T04:29:13.940Z Downloaded h2 v0.4.6
5692024-12-19T04:29:13.946Z Downloaded openssl-macros v0.1.1
5702024-12-19T04:29:13.949Z Downloaded elliptic-curve v0.13.8
5712024-12-19T04:29:13.951Z Downloaded precomputed-hash v0.1.1
5722024-12-19T04:29:13.955Z Downloaded newtype_derive v0.1.6
5732024-12-19T04:29:13.955Z Downloaded radium v0.7.0
5742024-12-19T04:29:13.957Z Downloaded proc-macro-crate v1.3.1
5752024-12-19T04:29:13.957Z Downloaded diesel_derives v2.2.3
5762024-12-19T04:29:13.960Z Downloaded semver v0.1.20
5772024-12-19T04:29:13.963Z Downloaded vsss-rs v3.3.4
5782024-12-19T04:29:13.965Z Downloaded plotters v0.3.7
5792024-12-19T04:29:13.972Z Downloaded crossbeam-channel v0.5.13
5802024-12-19T04:29:13.976Z Downloaded cipher v0.4.4
5812024-12-19T04:29:13.978Z Downloaded ciborium-ll v0.2.2
5822024-12-19T04:29:13.981Z Downloaded scrypt v0.11.0
5832024-12-19T04:29:13.981Z Downloaded csv-core v0.1.11
5842024-12-19T04:29:13.983Z Downloaded console v0.15.8
5852024-12-19T04:29:13.985Z Downloaded stringprep v0.1.5
5862024-12-19T04:29:13.988Z Downloaded salsa20 v0.10.2
5872024-12-19T04:29:13.988Z Downloaded proc-macro2 v1.0.89
5882024-12-19T04:29:13.990Z Downloaded crossbeam-epoch v0.9.18
5892024-12-19T04:29:13.993Z Downloaded universal-hash v0.5.1
5902024-12-19T04:29:13.997Z Downloaded minimal-lexical v0.2.1
5912024-12-19T04:29:14.001Z Downloaded const_format v0.2.33
5922024-12-19T04:29:14.004Z Downloaded openssl-probe v0.1.5
5932024-12-19T04:29:14.004Z Downloaded memmap v0.7.0
5942024-12-19T04:29:14.007Z Downloaded zone v0.3.0
5952024-12-19T04:29:14.007Z Downloaded unarray v0.1.4
5962024-12-19T04:29:14.010Z Downloaded is-terminal v0.4.13
5972024-12-19T04:29:14.010Z Downloaded derive_builder v0.20.2
5982024-12-19T04:29:14.013Z Downloaded ipnetwork v0.20.0
5992024-12-19T04:29:14.015Z Downloaded scroll_derive v0.12.0
6002024-12-19T04:29:14.018Z Downloaded icu_locid_transform v1.5.0
6012024-12-19T04:29:14.018Z Downloaded hyper-staticfile v0.10.1
6022024-12-19T04:29:14.021Z Downloaded path-tree v0.8.1
6032024-12-19T04:29:14.024Z Downloaded slog v2.7.0
6042024-12-19T04:29:14.027Z Downloaded waitgroup v0.1.2
6052024-12-19T04:29:14.027Z Downloaded semver v1.0.23
6062024-12-19T04:29:14.029Z Downloaded tokio-postgres v0.7.12
6072024-12-19T04:29:14.033Z Downloaded spki v0.7.3
6082024-12-19T04:29:14.035Z Downloaded quick-error v1.2.3
6092024-12-19T04:29:14.038Z Downloaded tokio-native-tls v0.3.1
6102024-12-19T04:29:14.040Z Downloaded thread_local v1.1.8
6112024-12-19T04:29:14.040Z Downloaded pem-rfc7468 v0.7.0
6122024-12-19T04:29:14.042Z Downloaded embedded-io v0.4.0
6132024-12-19T04:29:14.044Z Downloaded signal-hook v0.3.17
6142024-12-19T04:29:14.047Z Downloaded pretty_assertions v1.4.1
6152024-12-19T04:29:14.049Z Downloaded colored v2.1.0
6162024-12-19T04:29:14.052Z Downloaded crc v3.2.1
6172024-12-19T04:29:14.054Z Downloaded idna_adapter v1.2.0
6182024-12-19T04:29:14.054Z Downloaded diesel-dtrace v0.3.0
6192024-12-19T04:29:14.057Z Downloaded aho-corasick v1.1.3
6202024-12-19T04:29:14.063Z Downloaded indent_write v2.2.0
6212024-12-19T04:29:14.063Z Downloaded icu_locid_transform_data v1.5.0
6222024-12-19T04:29:14.063Z Downloaded vte v0.11.1
6232024-12-19T04:29:14.067Z Downloaded blake3 v1.5.4
6242024-12-19T04:29:14.072Z Downloaded thiserror-no-std v2.0.2
6252024-12-19T04:29:14.076Z Downloaded sct v0.7.1
6262024-12-19T04:29:14.079Z Downloaded libtest-mimic v0.7.3
6272024-12-19T04:29:14.082Z Downloaded derive_builder_core v0.20.2
6282024-12-19T04:29:14.084Z Downloaded parking v2.2.1
6292024-12-19T04:29:14.086Z Downloaded nanorand v0.7.0
6302024-12-19T04:29:14.089Z Downloaded impl-trait-for-tuples v0.2.2
6312024-12-19T04:29:14.091Z Downloaded num-integer v0.1.46
6322024-12-19T04:29:14.094Z Downloaded untrusted v0.9.0
6332024-12-19T04:29:14.094Z Downloaded der v0.7.9
6342024-12-19T04:29:14.098Z Downloaded sha1 v0.10.6
6352024-12-19T04:29:14.101Z Downloaded newtype-uuid v1.1.3
6362024-12-19T04:29:14.103Z Downloaded yoke v0.7.4
6372024-12-19T04:29:14.103Z Downloaded libsw v3.3.1
6382024-12-19T04:29:14.106Z Downloaded synstructure v0.13.1
6392024-12-19T04:29:14.108Z Downloaded cpufeatures v0.2.14
6402024-12-19T04:29:14.108Z Downloaded constant_time_eq v0.3.1
6412024-12-19T04:29:14.112Z Downloaded threadpool v1.8.1
6422024-12-19T04:29:14.113Z Downloaded native-tls v0.2.12
6432024-12-19T04:29:14.116Z Downloaded num-traits v0.2.19
6442024-12-19T04:29:14.119Z Downloaded log v0.4.22
6452024-12-19T04:29:14.119Z Downloaded spin v0.9.8
6462024-12-19T04:29:14.122Z Downloaded reedline v0.35.0
6472024-12-19T04:29:14.127Z Downloaded postgres-types v0.2.8
6482024-12-19T04:29:14.129Z Downloaded p521 v0.13.3
6492024-12-19T04:29:14.133Z Downloaded normalize-line-endings v0.3.0
6502024-12-19T04:29:14.136Z Downloaded downcast v0.11.0
6512024-12-19T04:29:14.136Z Downloaded unicode-segmentation v1.12.0
6522024-12-19T04:29:14.139Z Downloaded phf_shared v0.11.2
6532024-12-19T04:29:14.141Z Downloaded thread-id v4.2.2
6542024-12-19T04:29:14.144Z Downloaded thiserror-impl-no-std v2.0.2
6552024-12-19T04:29:14.144Z Downloaded structmeta v0.3.0
6562024-12-19T04:29:14.144Z Downloaded serde_derive v1.0.215
6572024-12-19T04:29:14.146Z Downloaded url v2.5.3
6582024-12-19T04:29:14.149Z Downloaded colorchoice v1.0.2
6592024-12-19T04:29:14.152Z Downloaded ed25519-dalek v2.1.1
6602024-12-19T04:29:14.154Z Downloaded num_enum v0.5.11
6612024-12-19T04:29:14.158Z Downloaded new_debug_unreachable v1.0.6
6622024-12-19T04:29:14.160Z Downloaded crypto-bigint v0.5.5
6632024-12-19T04:29:14.165Z Downloaded rustc-hash v1.1.0
6642024-12-19T04:29:14.168Z Downloaded aws-lc-rs v1.10.0
6652024-12-19T04:29:14.176Z Downloaded typify-macro v0.2.0
6662024-12-19T04:29:14.178Z Downloaded rustc-hash v2.0.0
6672024-12-19T04:29:14.178Z Downloaded phf v0.11.2
6682024-12-19T04:29:14.181Z Downloaded env_filter v0.1.2
6692024-12-19T04:29:14.181Z Downloaded defmt-macros v0.3.9
6702024-12-19T04:29:14.183Z Downloaded num_threads v0.1.7
6712024-12-19T04:29:14.186Z Downloaded clap v4.5.21
6722024-12-19T04:29:14.193Z Downloaded zerocopy v0.6.6
6732024-12-19T04:29:14.195Z Downloaded hyper-util v0.1.10
6742024-12-19T04:29:14.199Z Downloaded ipnet v2.10.1
6752024-12-19T04:29:14.202Z Downloaded uuid v1.11.0
6762024-12-19T04:29:14.205Z Downloaded rustfmt-wrapper v0.2.1
6772024-12-19T04:29:14.208Z Downloaded target-triple v0.1.3
6782024-12-19T04:29:14.208Z Downloaded quinn-proto v0.11.8
6792024-12-19T04:29:14.212Z Downloaded md5 v0.7.0
6802024-12-19T04:29:14.215Z Downloaded git2 v0.19.0
6812024-12-19T04:29:14.221Z Downloaded digest v0.10.7
6822024-12-19T04:29:14.224Z Downloaded nodrop v0.1.14
6832024-12-19T04:29:14.226Z Downloaded russh-cryptovec v0.7.3
6842024-12-19T04:29:14.226Z Downloaded bindgen v0.69.5
6852024-12-19T04:29:14.232Z Downloaded pkcs1 v0.7.5
6862024-12-19T04:29:14.235Z Downloaded percent-encoding v2.3.1
6872024-12-19T04:29:14.237Z Downloaded itoa v1.0.11
6882024-12-19T04:29:14.237Z Downloaded wait-timeout v0.2.0
6892024-12-19T04:29:14.240Z Downloaded slab v0.4.9
6902024-12-19T04:29:14.240Z Downloaded zip v2.1.3
6912024-12-19T04:29:14.243Z Downloaded rayon v1.10.0
6922024-12-19T04:29:14.252Z Downloaded defmt v0.3.8
6932024-12-19T04:29:14.255Z Downloaded derive_more v0.99.18
6942024-12-19T04:29:14.260Z Downloaded swrite v0.1.0
6952024-12-19T04:29:14.263Z Downloaded olpc-cjson v0.1.4
6962024-12-19T04:29:14.263Z Downloaded dof v0.3.0
6972024-12-19T04:29:14.263Z Downloaded dirs-sys-next v0.1.2
6982024-12-19T04:29:14.266Z Downloaded sqlformat v0.2.6
6992024-12-19T04:29:14.266Z Downloaded sha2 v0.10.8
7002024-12-19T04:29:14.271Z Downloaded pest_derive v2.7.14
7012024-12-19T04:29:14.274Z Downloaded libm v0.2.8
7022024-12-19T04:29:14.277Z Downloaded similar-asserts v1.6.0
7032024-12-19T04:29:14.280Z Downloaded datatest-stable v0.2.9
7042024-12-19T04:29:14.283Z Downloaded darling v0.20.10
7052024-12-19T04:29:14.286Z Downloaded cobs v0.2.3
7062024-12-19T04:29:14.290Z Downloaded difflib v0.4.0
7072024-12-19T04:29:14.290Z Downloaded pest_meta v2.7.14
7082024-12-19T04:29:14.294Z Downloaded zerocopy-derive v0.8.10
7092024-12-19T04:29:14.296Z Downloaded chrono v0.4.38
7102024-12-19T04:29:14.303Z Downloaded path-slash v0.1.5
7112024-12-19T04:29:14.305Z Downloaded tough v0.19.0
7122024-12-19T04:29:14.311Z Downloaded debug-ignore v1.0.5
7132024-12-19T04:29:14.314Z Downloaded pin-project-internal v1.1.6
7142024-12-19T04:29:14.317Z Downloaded const-oid v0.9.6
7152024-12-19T04:29:14.317Z Downloaded deranged v0.3.11
7162024-12-19T04:29:14.319Z Downloaded walkdir v2.5.0
7172024-12-19T04:29:14.321Z Downloaded tempfile v3.13.0
7182024-12-19T04:29:14.324Z Downloaded serde_yaml v0.9.34+deprecated
7192024-12-19T04:29:14.326Z Downloaded num-rational v0.4.2
7202024-12-19T04:29:14.328Z Downloaded ref-cast v1.0.23
7212024-12-19T04:29:14.331Z Downloaded serde v1.0.215
7222024-12-19T04:29:14.334Z Downloaded smallvec v1.13.2
7232024-12-19T04:29:14.336Z Downloaded async-std v1.13.0
7242024-12-19T04:29:14.353Z Downloaded supports-color v3.0.1
7252024-12-19T04:29:14.355Z Downloaded quick-xml v0.33.0
7262024-12-19T04:29:14.359Z Downloaded progenitor-macro v0.8.0
7272024-12-19T04:29:14.362Z Downloaded primeorder v0.13.6
7282024-12-19T04:29:14.362Z Downloaded rand_chacha v0.3.1
7292024-12-19T04:29:14.364Z Downloaded slog-stdlog v4.1.1
7302024-12-19T04:29:14.364Z Downloaded zerovec v0.10.4
7312024-12-19T04:29:14.369Z Downloaded lru-cache v0.1.2
7322024-12-19T04:29:14.372Z Downloaded scroll v0.12.0
7332024-12-19T04:29:14.374Z Downloaded typenum v1.17.0
7342024-12-19T04:29:14.374Z Downloaded ppv-lite86 v0.2.20
7352024-12-19T04:29:14.377Z Downloaded pin-utils v0.1.0
7362024-12-19T04:29:14.377Z Downloaded maybe-uninit v2.0.0
7372024-12-19T04:29:14.380Z Downloaded value-bag v1.9.0
7382024-12-19T04:29:14.382Z Downloaded env_logger v0.10.2
7392024-12-19T04:29:14.385Z Downloaded tokio-tungstenite v0.23.1
7402024-12-19T04:29:14.385Z Downloaded predicates-core v1.0.8
7412024-12-19T04:29:14.388Z Downloaded compact_str v0.8.0
7422024-12-19T04:29:14.390Z Downloaded der_derive v0.7.3
7432024-12-19T04:29:14.393Z Downloaded clang-sys v1.8.1
7442024-12-19T04:29:14.393Z Downloaded yansi v1.0.1
7452024-12-19T04:29:14.396Z Downloaded typed-path v0.9.3
7462024-12-19T04:29:14.401Z Downloaded regex v1.11.1
7472024-12-19T04:29:14.413Z Downloaded x509-cert v0.2.5
7482024-12-19T04:29:14.418Z Downloaded similar v2.6.0
7492024-12-19T04:29:14.423Z Downloaded gimli v0.31.1
7502024-12-19T04:29:14.431Z Downloaded jobserver v0.1.32
7512024-12-19T04:29:14.433Z Downloaded rustls-webpki v0.101.7
7522024-12-19T04:29:14.446Z Downloaded term v0.7.0
7532024-12-19T04:29:14.449Z Downloaded typify v0.2.0
7542024-12-19T04:29:14.452Z Downloaded tokio-tungstenite v0.21.0
7552024-12-19T04:29:14.454Z Downloaded slog-term v2.9.1
7562024-12-19T04:29:14.456Z Downloaded target-spec v3.2.2
7572024-12-19T04:29:14.458Z Downloaded env_logger v0.11.5
7582024-12-19T04:29:14.461Z Downloaded uzers v0.12.1
7592024-12-19T04:29:14.463Z Downloaded parking_lot_core v0.8.6
7602024-12-19T04:29:14.466Z Downloaded toml_edit v0.19.15
7612024-12-19T04:29:14.479Z Downloaded tokio-macros v2.4.0
7622024-12-19T04:29:14.482Z Downloaded rustc-demangle v0.1.24
7632024-12-19T04:29:14.482Z Downloaded lock_api v0.4.12
7642024-12-19T04:29:14.484Z Downloaded criterion v0.5.1
7652024-12-19T04:29:14.490Z Downloaded poly1305 v0.8.0
7662024-12-19T04:29:14.492Z Downloaded zerocopy v0.7.35
7672024-12-19T04:29:14.507Z Downloaded icu_normalizer v1.5.0
7682024-12-19T04:29:14.510Z Downloaded webpki-roots v0.26.6
7692024-12-19T04:29:14.513Z Downloaded samael v0.0.17
7702024-12-19T04:29:14.518Z Downloaded lalrpop v0.19.12
7712024-12-19T04:29:14.529Z Downloaded polling v3.7.3
7722024-12-19T04:29:14.532Z Downloaded russh v0.45.0
7732024-12-19T04:29:14.537Z Downloaded rusqlite v0.32.1
7742024-12-19T04:29:14.543Z Downloaded ssh-key v0.6.6
7752024-12-19T04:29:14.550Z Downloaded p384 v0.13.0
7762024-12-19T04:29:14.556Z Downloaded tokio-util v0.7.12
7772024-12-19T04:29:14.562Z Downloaded rand v0.8.5
7782024-12-19T04:29:14.566Z Downloaded portable-atomic v1.9.0
7792024-12-19T04:29:14.572Z Downloaded qorb v0.2.1
7802024-12-19T04:29:14.576Z Downloaded toml_edit v0.22.22
7812024-12-19T04:29:14.596Z Downloaded memchr v2.7.4
7822024-12-19T04:29:14.600Z Downloaded itertools v0.10.5
7832024-12-19T04:29:14.606Z Downloaded rayon-core v1.12.1
7842024-12-19T04:29:14.609Z Downloaded sqlparser v0.45.0
7852024-12-19T04:29:14.615Z Downloaded rustls-webpki v0.102.8
7862024-12-19T04:29:14.631Z Downloaded libxml v0.3.3
7872024-12-19T04:29:14.637Z Downloaded itertools v0.12.1
7882024-12-19T04:29:14.644Z Downloaded pest v2.7.14
7892024-12-19T04:29:14.648Z Downloaded idna v0.2.3
7902024-12-19T04:29:14.655Z Downloaded winnow v0.6.20
7912024-12-19T04:29:14.662Z Downloaded petname v2.0.2
7922024-12-19T04:29:14.667Z Downloaded reqwest v0.12.9
7932024-12-19T04:29:14.675Z Downloaded zerocopy v0.8.10
7942024-12-19T04:29:14.698Z Downloaded itertools v0.13.0
7952024-12-19T04:29:14.704Z Downloaded object v0.36.5
7962024-12-19T04:29:14.714Z Downloaded vcpkg v0.2.15
7972024-12-19T04:29:14.750Z Downloaded idna v1.0.3
7982024-12-19T04:29:14.753Z Downloaded trust-dns-proto v0.22.0
7992024-12-19T04:29:14.766Z Downloaded rustls v0.21.12
8002024-12-19T04:29:14.774Z Downloaded syn v1.0.109
8012024-12-19T04:29:14.784Z Downloaded syn v2.0.87
8022024-12-19T04:29:14.794Z Downloaded tabled v0.15.0
8032024-12-19T04:29:14.809Z Downloaded unicode-width v0.2.0
8042024-12-19T04:29:14.814Z Downloaded openapiv3 v2.0.0
8052024-12-19T04:29:14.825Z Downloaded openssl v0.10.66
8062024-12-19T04:29:14.833Z Downloaded nix v0.27.1
8072024-12-19T04:29:14.843Z Downloaded hickory-proto v0.24.1
8082024-12-19T04:29:14.857Z Downloaded winnow v0.5.40
8092024-12-19T04:29:14.865Z Downloaded curve25519-dalek v4.1.3
8102024-12-19T04:29:14.873Z Downloaded clap_builder v4.5.21
8112024-12-19T04:29:14.879Z Downloaded radix_trie v0.2.1
8122024-12-19T04:29:14.885Z Downloaded regress v0.9.1
8132024-12-19T04:29:14.892Z Downloaded proptest v1.5.0
8142024-12-19T04:29:14.901Z Downloaded salty v0.3.0
8152024-12-19T04:29:14.909Z Downloaded regex-syntax v0.8.5
8162024-12-19T04:29:14.915Z Downloaded idna v0.3.0
8172024-12-19T04:29:14.920Z Downloaded rustls v0.22.4
8182024-12-19T04:29:14.934Z Downloaded object v0.30.4
8192024-12-19T04:29:14.942Z Downloaded regex-syntax v0.6.29
8202024-12-19T04:29:14.949Z Downloaded dropshot v0.12.0
8212024-12-19T04:29:14.980Z Downloaded smoltcp v0.9.1
8222024-12-19T04:29:14.989Z Downloaded zerocopy-derive v0.6.6
8232024-12-19T04:29:14.989Z Downloaded nix v0.29.0
8242024-12-19T04:29:14.996Z Downloaded smoltcp v0.11.0
8252024-12-19T04:29:15.007Z Downloaded bzip2-sys v0.1.11+1.0.8
8262024-12-19T04:29:15.018Z Downloaded idna v0.5.0
8272024-12-19T04:29:15.027Z Downloaded rustls v0.23.14
8282024-12-19T04:29:15.040Z Downloaded idna v0.4.0
8292024-12-19T04:29:15.053Z Downloaded regress v0.10.1
8302024-12-19T04:29:15.053Z Downloaded nix v0.28.0
8312024-12-19T04:29:15.064Z Downloaded diesel v2.2.4
8322024-12-19T04:29:15.079Z Downloaded dropshot v0.13.0
8332024-12-19T04:29:15.100Z Downloaded bstr v1.10.0
8342024-12-19T04:29:15.111Z Downloaded unicode-width v0.1.14
8352024-12-19T04:29:15.118Z Downloaded ratatui v0.28.1
8362024-12-19T04:29:15.132Z Downloaded rustix v0.38.37
8372024-12-19T04:29:15.152Z Downloaded polar-core v0.27.3
8382024-12-19T04:29:15.162Z Downloaded chrono-tz v0.10.0
8392024-12-19T04:29:15.167Z Downloaded icu_properties_data v1.5.0
8402024-12-19T04:29:15.181Z Downloaded icu_collections v1.5.0
8412024-12-19T04:29:15.191Z Downloaded rsa v0.9.6
8422024-12-19T04:29:15.191Z Downloaded bitvec v1.0.1
8432024-12-19T04:29:15.199Z Downloaded macaddr v1.0.1
8442024-12-19T04:29:15.214Z Downloaded regex-automata v0.4.8
8452024-12-19T04:29:15.219Z Downloaded sled v0.34.7
8462024-12-19T04:29:15.226Z Downloaded topological-sort v0.2.2
8472024-12-19T04:29:15.230Z Downloaded subtle v2.6.1
8482024-12-19T04:29:15.230Z Downloaded dirs-next v2.0.0
8492024-12-19T04:29:15.231Z Downloaded siphasher v0.3.11
8502024-12-19T04:29:15.237Z Downloaded subprocess v0.2.9
8512024-12-19T04:29:15.237Z Downloaded serde_json v1.0.132
8522024-12-19T04:29:15.255Z Downloaded typify-impl v0.2.0
8532024-12-19T04:29:15.266Z Downloaded unicode-normalization v0.1.24
8542024-12-19T04:29:15.266Z Downloaded lzma-sys v0.1.20
8552024-12-19T04:29:15.288Z Downloaded sha3 v0.10.8
8562024-12-19T04:29:15.292Z Downloaded petgraph v0.6.5
8572024-12-19T04:29:15.307Z Downloaded ucd-trie v0.1.7
8582024-12-19T04:29:15.320Z Downloaded tokio-tungstenite v0.24.0
8592024-12-19T04:29:15.320Z Downloaded rstest v0.23.0
8602024-12-19T04:29:15.326Z Downloaded newline-converter v0.3.0
8612024-12-19T04:29:15.326Z Downloaded icu_properties v1.5.1
8622024-12-19T04:29:15.326Z Downloaded libc v0.2.162
8632024-12-19T04:29:15.349Z Downloaded parse-zoneinfo v0.3.1
8642024-12-19T04:29:15.362Z Downloaded tracing v0.1.40
8652024-12-19T04:29:15.382Z Downloaded postcard v1.0.10
8662024-12-19T04:29:15.382Z Downloaded tungstenite v0.23.0
8672024-12-19T04:29:15.382Z Downloaded tungstenite v0.21.0
8682024-12-19T04:29:15.382Z Downloaded openssl-sys v0.9.103
8692024-12-19T04:29:15.383Z Downloaded ed25519 v2.2.3
8702024-12-19T04:29:15.383Z Downloaded crc32fast v1.4.2
8712024-12-19T04:29:15.383Z Downloaded dropshot_endpoint v0.12.0
8722024-12-19T04:29:15.383Z Downloaded tokio v1.40.0
8732024-12-19T04:29:15.417Z Downloaded hyper v1.5.0
8742024-12-19T04:29:15.425Z Downloaded tokio-rustls v0.24.1
8752024-12-19T04:29:15.425Z Downloaded tinyvec v1.8.0
8762024-12-19T04:29:15.431Z Downloaded csv v1.3.0
8772024-12-19T04:29:15.442Z Downloaded hashbrown v0.14.5
8782024-12-19T04:29:15.449Z Downloaded libz-sys v1.1.20
8792024-12-19T04:29:15.507Z Downloaded termcolor v1.4.1
8802024-12-19T04:29:15.507Z Downloaded guppy v0.17.8
8812024-12-19T04:29:15.508Z Downloaded multer v3.1.0
8822024-12-19T04:29:15.508Z Downloaded publicsuffix v2.2.3
8832024-12-19T04:29:15.508Z Downloaded mime_guess v2.0.5
8842024-12-19T04:29:15.508Z Downloaded crossbeam-utils v0.8.20
8852024-12-19T04:29:15.534Z Downloaded signal-hook-tokio v0.3.1
8862024-12-19T04:29:15.534Z Downloaded toml v0.8.19
8872024-12-19T04:29:15.534Z Downloaded textwrap v0.16.1
8882024-12-19T04:29:15.534Z Downloaded unicode-ident v1.0.13
8892024-12-19T04:29:15.534Z Downloaded derive_builder_macro v0.20.2
8902024-12-19T04:29:15.534Z Downloaded serde_regex v1.1.0
8912024-12-19T04:29:15.535Z Downloaded secrecy v0.8.0
8922024-12-19T04:29:15.535Z Downloaded rustls-pki-types v1.9.0
8932024-12-19T04:29:15.535Z Downloaded heapless v0.8.0
8942024-12-19T04:29:15.535Z Downloaded mockall v0.13.0
8952024-12-19T04:29:15.535Z Downloaded clap_derive v4.5.18
8962024-12-19T04:29:15.535Z Downloaded expectorate v1.1.0
8972024-12-19T04:29:15.535Z Downloaded usdt-impl v0.5.0
8982024-12-19T04:29:15.535Z Downloaded indoc v1.0.9
8992024-12-19T04:29:15.535Z Downloaded parking_lot v0.12.3
9002024-12-19T04:29:15.535Z Downloaded parking_lot v0.11.2
9012024-12-19T04:29:15.536Z Downloaded async-lock v3.4.0
9022024-12-19T04:29:15.536Z Downloaded half v2.4.1
9032024-12-19T04:29:15.536Z Downloaded slog-bunyan v2.5.0
9042024-12-19T04:29:15.536Z Downloaded httpmock v0.8.0-alpha.1
9052024-12-19T04:29:15.553Z Downloaded serde_with_macros v3.11.0
9062024-12-19T04:29:15.553Z Downloaded bytes v1.8.0
9072024-12-19T04:29:15.553Z Downloaded encoding_rs v0.8.34
9082024-12-19T04:29:15.562Z Downloaded unicase v2.7.0
9092024-12-19T04:29:15.567Z Downloaded fatfs v0.3.6
9102024-12-19T04:29:15.567Z Downloaded slog-async v2.8.0
9112024-12-19T04:29:15.567Z Downloaded serde-hex v0.1.0
9122024-12-19T04:29:15.572Z Downloaded tinystr v0.7.6
9132024-12-19T04:29:15.572Z Downloaded async-io v2.3.4
9142024-12-19T04:29:15.572Z Downloaded blake2b_simd v1.0.2
9152024-12-19T04:29:15.583Z Downloaded async-bb8-diesel v0.2.1
9162024-12-19T04:29:15.583Z Downloaded async-trait v0.1.83
9172024-12-19T04:29:15.583Z Downloaded filetime v0.2.25
9182024-12-19T04:29:15.588Z Downloaded cast v0.3.0
9192024-12-19T04:29:15.588Z Downloaded blowfish v0.9.1
9202024-12-19T04:29:15.588Z Downloaded pathdiff v0.2.2
9212024-12-19T04:29:15.588Z Downloaded async-recursion v1.1.1
9222024-12-19T04:29:15.588Z Downloaded bitfield v0.14.0
9232024-12-19T04:29:15.588Z Downloaded generic-array v0.14.7
9242024-12-19T04:29:15.589Z Downloaded futures-timer v3.0.3
9252024-12-19T04:29:15.598Z Downloaded float-cmp v0.9.0
9262024-12-19T04:29:15.598Z Downloaded block-buffer v0.10.4
9272024-12-19T04:29:15.598Z Downloaded async-signal v0.2.10
9282024-12-19T04:29:15.598Z Downloaded async-attributes v1.1.2
9292024-12-19T04:29:15.599Z Downloaded foldhash v0.1.3
9302024-12-19T04:29:15.599Z Downloaded bcrypt-pbkdf v0.10.0
9312024-12-19T04:29:15.602Z Downloaded async-global-executor v2.4.1
9322024-12-19T04:29:15.603Z Downloaded futures-core v0.3.31
9332024-12-19T04:29:15.603Z Downloaded foreign-types-macros v0.2.3
9342024-12-19T04:29:15.603Z Downloaded foreign-types v0.5.0
9352024-12-19T04:29:15.603Z Downloaded funty v2.0.0
9362024-12-19T04:29:15.603Z Downloaded bitfield-struct v0.6.2
9372024-12-19T04:29:15.603Z Downloaded base16ct v0.2.0
9382024-12-19T04:29:15.604Z Downloaded atomic-waker v1.1.2
9392024-12-19T04:29:15.608Z Downloaded bit-set v0.5.3
9402024-12-19T04:29:15.608Z Downloaded fastrand v2.1.1
9412024-12-19T04:29:15.608Z Downloaded ascii-canvas v3.0.0
9422024-12-19T04:29:15.609Z Downloaded anes v0.1.6
9432024-12-19T04:29:15.614Z Downloaded aead v0.5.2
9442024-12-19T04:29:15.615Z Downloaded errno v0.3.9
9452024-12-19T04:29:15.615Z Downloaded array-init v0.0.4
9462024-12-19T04:29:15.615Z Downloaded anstyle-query v1.1.1
9472024-12-19T04:29:15.779Z Downloaded libgit2-sys v0.17.0+1.8.1
9482024-12-19T04:29:15.935Z Downloaded libsqlite3-sys v0.30.1
9492024-12-19T04:29:16.419Z Downloaded ring v0.17.8
9502024-12-19T04:29:16.636Z Downloaded ring v0.16.20
9512024-12-19T04:29:16.936Z Downloaded aws-lc-sys v0.22.0
9522024-12-19T04:29:17.434Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9532024-12-19T04:29:26.296Z Startup: Refreshing catalog 'helios-dev' ... Done
9542024-12-19T04:29:30.119Z Startup: Caching catalogs ... Done
9552024-12-19T04:29:40.608ZPlanning: Solver setup ... Done (9.630s)
9562024-12-19T04:29:40.738ZPlanning: Running solver ... Done (0.130s)
9572024-12-19T04:29:40.840ZPlanning: Finding local manifests ... Done (0.005s)
9582024-12-19T04:29:40.854ZPlanning: Fetching manifests: 0/5 0% complete
9592024-12-19T04:29:41.069ZPlanning: Fetching manifests: 5/5 100% complete
9602024-12-19T04:29:41.166ZPlanning: Package planning ... Done (0.096s)
9612024-12-19T04:29:41.222ZPlanning: Merging actions ... Done (0.056s)
9622024-12-19T04:29:41.416ZPlanning: Checking for conflicting actions ... Done (0.194s)
9632024-12-19T04:29:43.578ZPlanning: Consolidating action changes ... Done (2.162s)
9642024-12-19T04:29:44.016ZPlanning: Evaluating mediators ... Done (0.438s)
9652024-12-19T04:29:44.097ZPlanning: Planning completed in 13.88 seconds
9662024-12-19T04:29:44.113Z Packages to install: 4
9672024-12-19T04:29:44.113Z Packages to update: 1
9682024-12-19T04:29:44.115Z Mediators to change: 2
9692024-12-19T04:29:44.116Z Services to change: 1
9702024-12-19T04:29:44.116Z Estimated space available: 155.38 GB
9712024-12-19T04:29:44.116ZEstimated space to be consumed: 1.61 GB
9722024-12-19T04:29:44.116Z Create boot environment: No
9732024-12-19T04:29:44.116ZCreate backup boot environment: Yes
9742024-12-19T04:29:44.116Z Rebuild boot archive: No
9752024-12-19T04:29:44.116Z
9762024-12-19T04:29:44.116ZChanged mediators:
9772024-12-19T04:29:44.116Z mediator clang:
9782024-12-19T04:29:44.116Z version: None -> 15 (system default)
9792024-12-19T04:29:44.116Z
9802024-12-19T04:29:44.116Z mediator llvm:
9812024-12-19T04:29:44.116Z version: 14 (system default) -> 15 (system default)
9822024-12-19T04:29:44.116Z
9832024-12-19T04:29:44.116ZChanged packages:
9842024-12-19T04:29:44.116Zhelios-dev
9852024-12-19T04:29:44.116Z developer/build-essential
9862024-12-19T04:29:44.116Z None -> 11-2.0
9872024-12-19T04:29:44.116Z library/libxmlsec1
9882024-12-19T04:29:44.116Z None -> 1.2.35-2.0
9892024-12-19T04:29:44.116Z ooce/developer/clang-15
9902024-12-19T04:29:44.116Z None -> 15.0.7-2.0
9912024-12-19T04:29:44.116Z ooce/developer/llvm-15
9922024-12-19T04:29:44.116Z None -> 15.0.7-2.0
9932024-12-19T04:29:44.116Z package/pkg
9942024-12-19T04:29:44.116Z 0.5.11-2.0 -> 0.5.11-2.1.6412
9952024-12-19T04:29:44.116Z
9962024-12-19T04:29:44.116ZServices:
9972024-12-19T04:29:44.116Z restart_fmri:
9982024-12-19T04:29:44.116Z svc:/system/update-man-index:default
9992024-12-19T04:29:44.116Z
10002024-12-19T04:29:44.116ZEditable files to change:
10012024-12-19T04:29:44.116Z Update:
10022024-12-19T04:29:44.116Z usr/share/lib/pkg/web/config.shtml
10032024-12-19T04:29:44.195Z
10042024-12-19T04:29:44.196ZDownload: 0/4281 items 0.0/220.6MB 0% complete
10052024-12-19T04:29:49.196ZDownload: 1417/4281 items 114.8/220.6MB 52% complete (23.0M/s)
10062024-12-19T04:29:54.349ZDownload: 3231/4281 items 171.3/220.6MB 77% complete (17.1M/s)
10072024-12-19T04:29:58.400ZDownload: Completed 220.60 MB in 14.20 seconds (15.5M/s)
10082024-12-19T04:29:59.410Z Actions: 1/5063 actions (Removing old actions)
10092024-12-19T04:29:59.433Z Actions: 194/5063 actions (Installing new actions)
10102024-12-19T04:30:04.101Z Actions: 4226/5063 actions (Updating modified actions)
10112024-12-19T04:30:04.417Z Actions: Completed 5063 actions in 5.01 seconds.
10122024-12-19T04:30:04.815Z Done (0.389s)
10132024-12-19T04:30:04.817Z Done (0.000s)
10142024-12-19T04:30:05.388Z Done (0.572s)
10152024-12-19T04:30:09.781Z Done (4.164s)
10162024-12-19T04:30:09.865Z Done (0.016s)
10172024-12-19T04:30:09.868Z Done (0.000s)
10182024-12-19T04:30:10.031Z Done (0.000s)
10192024-12-19T04:30:10.715ZPlanning: Evaluating mediator changes ... Done
10202024-12-19T04:30:10.875ZPlanning: Checking for conflicting actions ... Done
10212024-12-19T04:30:10.878ZPlanning: Consolidating action changes ... Done
10222024-12-19T04:30:11.145ZPlanning: Evaluating mediators ... Done
10232024-12-19T04:30:11.148ZPlanning: Planning completed in 0.43 seconds
10242024-12-19T04:30:11.186Z Mediators to change: 2
10252024-12-19T04:30:11.186Z Create boot environment: No
10262024-12-19T04:30:11.188ZCreate backup boot environment: No
10272024-12-19T04:30:11.266Z Done
10282024-12-19T04:30:11.266Z Done
10292024-12-19T04:30:11.625Z Done
10302024-12-19T04:30:15.171Z Done
10312024-12-19T04:30:15.258Z Done
10322024-12-19T04:30:15.260Z Done
10332024-12-19T04:30:15.397Z Done
10342024-12-19T04:30:16.009ZPlanning: Evaluating mediator changes ... Done
10352024-12-19T04:30:16.012ZPlanning: Merging actions ... Done
10362024-12-19T04:30:16.199ZPlanning: Checking for conflicting actions ... Done
10372024-12-19T04:30:16.203ZPlanning: Consolidating action changes ... Done
10382024-12-19T04:30:16.468ZPlanning: Evaluating mediators ... Done
10392024-12-19T04:30:16.523ZPlanning: Planning completed in 0.76 seconds
10402024-12-19T04:30:16.564Z Packages to change: 1
10412024-12-19T04:30:16.564Z Mediators to change: 1
10422024-12-19T04:30:16.568Z Services to change: 1
10432024-12-19T04:30:16.569Z Create boot environment: No
10442024-12-19T04:30:16.569ZCreate backup boot environment: Yes
10452024-12-19T04:30:18.768Z Actions: 1/6 actions (Updating modified actions)
10462024-12-19T04:30:18.771Z Actions: Completed 6 actions in 0.00 seconds.
10472024-12-19T04:30:18.771Z Done
10482024-12-19T04:30:18.773Z Done
10492024-12-19T04:30:18.885Z Done
10502024-12-19T04:30:22.454Z Done
10512024-12-19T04:30:22.540Z Done
10522024-12-19T04:30:22.543Z Done
10532024-12-19T04:30:22.694Z Done
10542024-12-19T04:30:23.128ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
10552024-12-19T04:30:23.128Zclang system 15 system
10562024-12-19T04:30:23.128Zcsh system system illumos
10572024-12-19T04:30:23.128Zctags system system illumos
10582024-12-19T04:30:23.128Zgcc vendor 12 vendor
10592024-12-19T04:30:23.128Zgcc system 10 system
10602024-12-19T04:30:23.129Zgcc system 7 system
10612024-12-19T04:30:23.129Zgo system 1.20 system
10622024-12-19T04:30:23.129Zgo system 1.19 system
10632024-12-19T04:30:23.129Zllvm system 15 system
10642024-12-19T04:30:23.129Zllvm system 14 system
10652024-12-19T04:30:23.129Zmariadb system 10.6 system
10662024-12-19T04:30:23.129Zmta vendor vendor dma
10672024-12-19T04:30:23.129Zopenjdk system 17 system
10682024-12-19T04:30:23.129Zopenjdk system 11 system
10692024-12-19T04:30:23.129Zopenjdk system 1.8 system
10702024-12-19T04:30:23.129Zopenssl vendor 3 vendor
10712024-12-19T04:30:23.129Zperl system 5.36 system
10722024-12-19T04:30:23.129Zpostgresql system 15 system
10732024-12-19T04:30:23.129Zpostgresql system 13 system
10742024-12-19T04:30:23.129Zpython vendor 3 vendor
10752024-12-19T04:30:23.129Zpython system 2 system
10762024-12-19T04:30:23.129Zpython3 system 3.11 system
10772024-12-19T04:30:23.129Zruby system 3.0 system
10782024-12-19T04:30:23.129Zwords vendor vendor american-english
10792024-12-19T04:30:23.129Zwords system system australian-english
10802024-12-19T04:30:23.129Zwords system system british-english
10812024-12-19T04:30:23.129Zwords system system canadian-english
10822024-12-19T04:30:23.129Zwords system system french
10832024-12-19T04:30:23.129Zwords system system italian
10842024-12-19T04:30:23.129Zwords system system ngerman
10852024-12-19T04:30:23.129Zwords system system ogerman
10862024-12-19T04:30:23.129Zwords system system spanish
10872024-12-19T04:30:23.456ZPUBLISHER TYPE STATUS P LOCATION
10882024-12-19T04:30:23.457Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
10892024-12-19T04:30:26.167ZFMRI IFO
10902024-12-19T04:30:26.167Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
10912024-12-19T04:30:26.167Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
10922024-12-19T04:30:26.167Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
10932024-12-19T04:30:26.167Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
10942024-12-19T04:30:26.168Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
10952024-12-19T04:30:26.168Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
10962024-12-19T04:30:26.168Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
10972024-12-19T04:30:26.168Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
10982024-12-19T04:30:26.168Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
10992024-12-19T04:30:26.168Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
11002024-12-19T04:30:26.168Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
11012024-12-19T04:30:26.168Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
11022024-12-19T04:30:26.168Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
11032024-12-19T04:30:26.168Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
11042024-12-19T04:30:26.168Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
11052024-12-19T04:30:27.256Z Downloading crates ...
11062024-12-19T04:30:27.354Z Downloaded cargo_toml v0.20.5
11072024-12-19T04:30:27.479Z Compiling proc-macro2 v1.0.89
11082024-12-19T04:30:27.479Z Compiling unicode-ident v1.0.13
11092024-12-19T04:30:27.479Z Compiling version_check v0.9.5
11102024-12-19T04:30:27.497Z Compiling serde v1.0.215
11112024-12-19T04:30:27.497Z Compiling memchr v2.7.4
11122024-12-19T04:30:27.497Z Compiling thiserror v1.0.69
11132024-12-19T04:30:27.497Z Compiling libc v0.2.162
11142024-12-19T04:30:27.497Z Compiling itoa v1.0.11
11152024-12-19T04:30:27.740Z Compiling ryu v1.0.18
11162024-12-19T04:30:27.776Z Compiling ucd-trie v0.1.7
11172024-12-19T04:30:28.163Z Compiling once_cell v1.20.2
11182024-12-19T04:30:28.311Z Compiling byteorder v1.5.0
11192024-12-19T04:30:28.418Z Compiling serde_json v1.0.132
11202024-12-19T04:30:28.559Z Compiling rustix v0.38.37
11212024-12-19T04:30:28.744Z Compiling bitflags v2.6.0
11222024-12-19T04:30:28.756Z Compiling usdt-impl v0.5.0
11232024-12-19T04:30:28.971Z Compiling proc-macro-error-attr v1.0.4
11242024-12-19T04:30:29.073Z Compiling syn v1.0.109
11252024-12-19T04:30:29.172Z Compiling proc-macro-error v1.0.4
11262024-12-19T04:30:29.233Z Compiling quote v1.0.37
11272024-12-19T04:30:29.298Z Compiling utf8parse v0.2.2
11282024-12-19T04:30:29.443Z Compiling equivalent v1.0.1
11292024-12-19T04:30:29.458Z Compiling hashbrown v0.15.0
11302024-12-19T04:30:29.469Z Compiling camino v1.1.9
11312024-12-19T04:30:29.549Z Compiling log v0.4.22
11322024-12-19T04:30:29.675Z Compiling syn v2.0.87
11332024-12-19T04:30:29.871Z Compiling errno v0.3.9
11342024-12-19T04:30:29.935Z Compiling thread-id v4.2.2
11352024-12-19T04:30:29.954Z Compiling plain v0.2.3
11362024-12-19T04:30:30.122Z Compiling anstyle-parse v0.2.5
11372024-12-19T04:30:30.201Z Compiling is_terminal_polyfill v1.70.1
11382024-12-19T04:30:30.321Z Compiling colorchoice v1.0.2
11392024-12-19T04:30:30.438Z Compiling pretty-hex v0.4.1
11402024-12-19T04:30:30.459Z Compiling anstyle v1.0.10
11412024-12-19T04:30:30.473Z Compiling semver v1.0.23
11422024-12-19T04:30:30.633Z Compiling indexmap v2.6.0
11432024-12-19T04:30:30.699Z Compiling autocfg v1.4.0
11442024-12-19T04:30:30.905Z Compiling winnow v0.6.20
11452024-12-19T04:30:30.948Z Compiling anstyle-query v1.1.1
11462024-12-19T04:30:30.987Z Compiling unicode-width v0.1.14
11472024-12-19T04:30:31.105Z Compiling anstream v0.6.15
11482024-12-19T04:30:31.805Z Compiling heck v0.4.1
11492024-12-19T04:30:31.831Z Compiling clap_lex v0.7.2
11502024-12-19T04:30:31.845Z Compiling fs-err v2.11.0
11512024-12-19T04:30:32.001Z Compiling bytecount v0.6.8
11522024-12-19T04:30:32.109Z Compiling fastrand v2.1.1
11532024-12-19T04:30:32.216Z Compiling terminal_size v0.4.0
11542024-12-19T04:30:32.293Z Compiling fnv v1.0.7
11552024-12-19T04:30:32.347Z Compiling strsim v0.11.1
11562024-12-19T04:30:32.415Z Compiling heck v0.5.0
11572024-12-19T04:30:32.424Z Compiling anyhow v1.0.93
11582024-12-19T04:30:32.703Z Compiling cfg-if v1.0.0
11592024-12-19T04:30:33.011Z Compiling clap_builder v4.5.21
11602024-12-19T04:30:33.222Z Compiling tempfile v3.13.0
11612024-12-19T04:30:33.328Z Compiling papergrid v0.11.0
11622024-12-19T04:30:33.550Z Compiling memmap v0.7.0
11632024-12-19T04:30:33.713Z Compiling smawk v0.3.2
11642024-12-19T04:30:33.909Z Compiling unicode-linebreak v0.1.5
11652024-12-19T04:30:34.409Z Compiling textwrap v0.16.1
11662024-12-19T04:30:34.517Z Compiling swrite v0.1.0
11672024-12-19T04:30:35.563Z Compiling tabled_derive v0.7.0
11682024-12-19T04:30:37.111Z Compiling tabled v0.15.0
11692024-12-19T04:30:38.769Z Compiling serde_derive v1.0.215
11702024-12-19T04:30:38.769Z Compiling thiserror-impl v1.0.69
11712024-12-19T04:30:38.772Z Compiling zerocopy-derive v0.7.35
11722024-12-19T04:30:38.772Z Compiling scroll_derive v0.12.0
11732024-12-19T04:30:38.772Z Compiling clap_derive v4.5.18
11742024-12-19T04:30:39.991Z Compiling scroll v0.12.0
11752024-12-19T04:30:40.537Z Compiling goblin v0.8.2
11762024-12-19T04:30:40.657Z Compiling zerocopy v0.7.35
11772024-12-19T04:30:41.628Z Compiling pest v2.7.14
11782024-12-19T04:30:42.693Z Compiling clap v4.5.21
11792024-12-19T04:30:43.537Z Compiling pest_meta v2.7.14
11802024-12-19T04:30:44.338Z Compiling pest_generator v2.7.14
11812024-12-19T04:30:46.001Z Compiling pest_derive v2.7.14
11822024-12-19T04:30:46.704Z Compiling dtrace-parser v0.2.0
11832024-12-19T04:30:48.846Z Compiling serde_tokenstream v0.2.2
11842024-12-19T04:30:48.864Z Compiling serde_spanned v0.6.8
11852024-12-19T04:30:48.866Z Compiling toml_datetime v0.6.8
11862024-12-19T04:30:49.239Z Compiling toml_edit v0.22.22
11872024-12-19T04:30:49.255Z Compiling cargo-platform v0.1.8
11882024-12-19T04:30:49.394Z Compiling macaddr v1.0.1
11892024-12-19T04:30:49.504Z Compiling camino-tempfile v1.1.1
11902024-12-19T04:30:50.325Z Compiling dof v0.3.0
11912024-12-19T04:30:50.346Z Compiling cargo_metadata v0.18.1
11922024-12-19T04:30:51.949Z Compiling toml v0.8.19
11932024-12-19T04:30:52.063Z Compiling usdt-attr-macro v0.5.0
11942024-12-19T04:30:52.063Z Compiling usdt-macro v0.5.0
11952024-12-19T04:30:52.804Z Compiling cargo_toml v0.20.5
11962024-12-19T04:30:53.405Z Compiling usdt v0.5.0
11972024-12-19T04:30:56.329Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
11982024-12-19T04:31:00.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.73s
11992024-12-19T04:31:00.471Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
12002024-12-19T04:31:01.309Z Compiling serde v1.0.215
12012024-12-19T04:31:01.311Z Compiling lock_api v0.4.12
12022024-12-19T04:31:01.311Z Compiling scopeguard v1.2.0
12032024-12-19T04:31:01.311Z Compiling value-bag v1.9.0
12042024-12-19T04:31:01.311Z Compiling typenum v1.17.0
12052024-12-19T04:31:01.311Z Compiling generic-array v0.14.7
12062024-12-19T04:31:01.445Z Compiling syn v2.0.87
12072024-12-19T04:31:01.453Z Compiling getrandom v0.2.15
12082024-12-19T04:31:01.552Z Compiling subtle v2.6.1
12092024-12-19T04:31:01.804Z Compiling rand_core v0.6.4
12102024-12-19T04:31:01.889Z Compiling log v0.4.22
12112024-12-19T04:31:02.005Z Compiling shlex v1.3.0
12122024-12-19T04:31:02.024Z Compiling jobserver v0.1.32
12132024-12-19T04:31:02.040Z Compiling smallvec v1.13.2
12142024-12-19T04:31:02.290Z Compiling const-oid v0.9.6
12152024-12-19T04:31:02.324Z Compiling spin v0.9.8
12162024-12-19T04:31:02.429Z Compiling cc v1.1.30
12172024-12-19T04:31:02.432Z Compiling pin-project-lite v0.2.14
12182024-12-19T04:31:02.586Z Compiling rustix v0.38.37
12192024-12-19T04:31:02.695Z Compiling parking_lot_core v0.9.10
12202024-12-19T04:31:02.745Z Compiling futures-core v0.3.31
12212024-12-19T04:31:02.938Z Compiling signal-hook-registry v1.4.2
12222024-12-19T04:31:02.992Z Compiling mio v1.0.2
12232024-12-19T04:31:03.508Z Compiling parking_lot v0.12.3
12242024-12-19T04:31:03.778Z Compiling aho-corasick v1.1.3
12252024-12-19T04:31:03.805Z Compiling either v1.13.0
12262024-12-19T04:31:04.099Z Compiling regex-syntax v0.8.5
12272024-12-19T04:31:04.204Z Compiling cpufeatures v0.2.14
12282024-12-19T04:31:04.236Z Compiling lazy_static v1.5.0
12292024-12-19T04:31:04.300Z Compiling glob v0.3.1
12302024-12-19T04:31:04.316Z Compiling stable_deref_trait v1.2.0
12312024-12-19T04:31:04.353Z Compiling futures-sink v0.3.31
12322024-12-19T04:31:04.418Z Compiling socket2 v0.5.7
12332024-12-19T04:31:04.435Z Compiling slab v0.4.9
12342024-12-19T04:31:04.498Z Compiling prettyplease v0.2.25
12352024-12-19T04:31:04.848Z Compiling minimal-lexical v0.2.1
12362024-12-19T04:31:05.159Z Compiling libloading v0.8.5
12372024-12-19T04:31:05.264Z Compiling clang-sys v1.8.1
12382024-12-19T04:31:05.336Z Compiling nom v7.1.3
12392024-12-19T04:31:05.411Z Compiling bindgen v0.69.5
12402024-12-19T04:31:05.578Z Compiling home v0.5.9
12412024-12-19T04:31:05.834Z Compiling serde_json v1.0.132
12422024-12-19T04:31:06.179Z Compiling futures-channel v0.3.31
12432024-12-19T04:31:06.195Z Compiling itertools v0.12.1
12442024-12-19T04:31:06.597Z Compiling lazycell v1.3.0
12452024-12-19T04:31:06.725Z Compiling futures-io v0.3.31
12462024-12-19T04:31:06.759Z Compiling futures-task v0.3.31
12472024-12-19T04:31:07.049Z Compiling foldhash v0.1.3
12482024-12-19T04:31:07.072Z Compiling rustc-hash v1.1.0
12492024-12-19T04:31:07.227Z Compiling allocator-api2 v0.2.18
12502024-12-19T04:31:07.350Z Compiling pin-utils v0.1.0
12512024-12-19T04:31:07.451Z Compiling cmake v0.1.51
12522024-12-19T04:31:08.074Z Compiling regex-automata v0.4.8
12532024-12-19T04:31:08.543Z Compiling hashbrown v0.15.0
12542024-12-19T04:31:09.042Z Compiling synstructure v0.13.1
12552024-12-19T04:31:09.303Z Compiling cexpr v0.6.0
12562024-12-19T04:31:09.893Z Compiling tinyvec_macros v0.1.1
12572024-12-19T04:31:09.991Z Compiling pkg-config v0.3.31
12582024-12-19T04:31:10.752Z Compiling dunce v1.0.5
12592024-12-19T04:31:10.876Z Compiling fs_extra v1.3.0
12602024-12-19T04:31:10.878Z Compiling libm v0.2.8
12612024-12-19T04:31:11.067Z Compiling tinyvec v1.8.0
12622024-12-19T04:31:11.244Z Compiling num-traits v0.2.19
12632024-12-19T04:31:11.544Z Compiling ring v0.17.8
12642024-12-19T04:31:11.745Z Compiling writeable v0.5.5
12652024-12-19T04:31:12.333Z Compiling unicode-bidi v0.3.17
12662024-12-19T04:31:12.446Z Compiling paste v1.0.15
12672024-12-19T04:31:12.578Z Compiling unicode-normalization v0.1.24
12682024-12-19T04:31:12.661Z Compiling base64ct v1.6.0
12692024-12-19T04:31:12.828Z Compiling litemap v0.7.3
12702024-12-19T04:31:13.247Z Compiling pem-rfc7468 v0.7.0
12712024-12-19T04:31:13.696Z Compiling regex v1.11.1
12722024-12-19T04:31:13.767Z Compiling aws-lc-rs v1.10.0
12732024-12-19T04:31:13.938Z Compiling flagset v0.4.6
12742024-12-19T04:31:14.127Z Compiling httparse v1.9.5
12752024-12-19T04:31:14.748Z Compiling tracing-core v0.1.32
12762024-12-19T04:31:14.945Z Compiling rustls-pki-types v1.9.0
12772024-12-19T04:31:15.235Z Compiling percent-encoding v2.3.1
12782024-12-19T04:31:15.323Z Compiling icu_locid_transform_data v1.5.0
12792024-12-19T04:31:15.427Z Compiling crossbeam-utils v0.8.20
12802024-12-19T04:31:15.887Z Compiling serde_derive v1.0.215
12812024-12-19T04:31:16.024Z Compiling zeroize_derive v1.4.2
12822024-12-19T04:31:16.073Z Compiling zerocopy-derive v0.7.35
12832024-12-19T04:31:16.075Z Compiling tokio-macros v2.4.0
12842024-12-19T04:31:16.339Z Compiling zerofrom-derive v0.1.4
12852024-12-19T04:31:17.566Z Compiling zeroize v1.8.1
12862024-12-19T04:31:17.596Z Compiling thiserror-impl v1.0.69
12872024-12-19T04:31:17.973Z Compiling yoke-derive v0.7.4
12882024-12-19T04:31:18.344Z Compiling zerocopy v0.7.35
12892024-12-19T04:31:18.711Z Compiling zerovec-derive v0.10.3
12902024-12-19T04:31:19.411Z Compiling crypto-common v0.1.6
12912024-12-19T04:31:19.643Z Compiling block-buffer v0.10.4
12922024-12-19T04:31:19.909Z Compiling digest v0.10.7
12932024-12-19T04:31:20.005Z Compiling futures-macro v0.3.31
12942024-12-19T04:31:20.378Z Compiling hmac v0.12.1
12952024-12-19T04:31:20.502Z Compiling zerofrom v0.1.4
12962024-12-19T04:31:20.628Z Compiling block-padding v0.3.3
12972024-12-19T04:31:20.744Z Compiling displaydoc v0.2.5
12982024-12-19T04:31:20.874Z Compiling inout v0.1.3
12992024-12-19T04:31:20.956Z Compiling sha2 v0.10.8
13002024-12-19T04:31:21.107Z Compiling yoke v0.7.4
13012024-12-19T04:31:21.109Z Compiling thiserror v1.0.69
13022024-12-19T04:31:21.143Z Compiling cipher v0.4.4
13032024-12-19T04:31:21.237Z Compiling ppv-lite86 v0.2.20
13042024-12-19T04:31:21.473Z Compiling zerovec v0.10.4
13052024-12-19T04:31:21.502Z Compiling icu_provider_macros v1.5.0
13062024-12-19T04:31:21.674Z Compiling der_derive v0.7.3
13072024-12-19T04:31:22.001Z Compiling futures-util v0.3.31
13082024-12-19T04:31:22.072Z Compiling rand_chacha v0.3.1
13092024-12-19T04:31:22.431Z Compiling tracing-attributes v0.1.27
13102024-12-19T04:31:22.714Z Compiling rand v0.8.5
13112024-12-19T04:31:23.679Z Compiling tinystr v0.7.6
13122024-12-19T04:31:24.128Z Compiling icu_locid v1.5.0
13132024-12-19T04:31:24.261Z Compiling der v0.7.9
13142024-12-19T04:31:24.366Z Compiling icu_collections v1.5.0
13152024-12-19T04:31:24.659Z Compiling salsa20 v0.10.2
13162024-12-19T04:31:24.901Z Compiling pest v2.7.14
13172024-12-19T04:31:24.919Z Compiling pbkdf2 v0.12.2
13182024-12-19T04:31:25.104Z Compiling vcpkg v0.2.15
13192024-12-19T04:31:25.822Z Compiling icu_provider v1.5.0
13202024-12-19T04:31:26.332Z Compiling tracing v0.1.40
13212024-12-19T04:31:26.562Z Compiling icu_locid_transform v1.5.0
13222024-12-19T04:31:26.848Z Compiling spki v0.7.3
13232024-12-19T04:31:26.937Z Compiling time-core v0.1.2
13242024-12-19T04:31:27.118Z Compiling num-conv v0.1.0
13252024-12-19T04:31:27.211Z Compiling untrusted v0.9.0
13262024-12-19T04:31:27.298Z Compiling icu_properties_data v1.5.0
13272024-12-19T04:31:27.405Z Compiling mirai-annotations v1.12.0
13282024-12-19T04:31:27.408Z Compiling untrusted v0.7.1
13292024-12-19T04:31:27.548Z Compiling powerfmt v0.2.0
13302024-12-19T04:31:27.566Z Compiling pest_meta v2.7.14
13312024-12-19T04:31:27.614Z Compiling time-macros v0.2.18
13322024-12-19T04:31:27.971Z Compiling deranged v0.3.11
13332024-12-19T04:31:28.020Z Compiling icu_properties v1.5.1
13342024-12-19T04:31:28.269Z Compiling openssl-sys v0.9.103
13352024-12-19T04:31:29.409Z Compiling scrypt v0.11.0
13362024-12-19T04:31:29.975Z Compiling aes v0.8.4
13372024-12-19T04:31:29.991Z Compiling cbc v0.1.2
13382024-12-19T04:31:30.220Z Compiling bitflags v2.6.0
13392024-12-19T04:31:30.545Z Compiling bytes v1.8.0
13402024-12-19T04:31:30.896Z Compiling indexmap v2.6.0
13412024-12-19T04:31:31.408Z Compiling semver v1.0.23
13422024-12-19T04:31:31.849Z Compiling tokio v1.40.0
13432024-12-19T04:31:32.166Z Compiling http v1.1.0
13442024-12-19T04:31:32.393Z Compiling rustc_version v0.4.1
13452024-12-19T04:31:32.770Z Compiling scroll_derive v0.12.0
13462024-12-19T04:31:32.928Z Compiling utf16_iter v1.0.5
13472024-12-19T04:31:33.006Z Compiling icu_normalizer_data v1.5.0
13482024-12-19T04:31:33.117Z Compiling utf8_iter v1.0.4
13492024-12-19T04:31:33.136Z Compiling atomic-waker v1.1.2
13502024-12-19T04:31:33.182Z Compiling write16 v1.0.0
13512024-12-19T04:31:33.311Z Compiling num_threads v0.1.7
13522024-12-19T04:31:33.329Z Compiling icu_normalizer v1.5.0
13532024-12-19T04:31:33.361Z Compiling pkcs5 v0.7.1
13542024-12-19T04:31:33.442Z Compiling time v0.3.36
13552024-12-19T04:31:33.923Z Compiling http-body v1.0.1
13562024-12-19T04:31:34.264Z Compiling pest_generator v2.7.14
13572024-12-19T04:31:34.290Z Compiling scroll v0.12.0
13582024-12-19T04:31:34.564Z Compiling which v4.4.2
13592024-12-19T04:31:34.723Z Compiling form_urlencoded v1.2.1
13602024-12-19T04:31:35.052Z Compiling try-lock v0.2.5
13612024-12-19T04:31:35.171Z Compiling slog v2.7.0
13622024-12-19T04:31:35.207Z Compiling want v0.3.1
13632024-12-19T04:31:35.300Z Compiling goblin v0.8.2
13642024-12-19T04:31:35.491Z Compiling idna_adapter v1.2.0
13652024-12-19T04:31:35.726Z Compiling pkcs8 v0.10.2
13662024-12-19T04:31:35.769Z Compiling httpdate v1.0.3
13672024-12-19T04:31:36.243Z Compiling idna v1.0.3
13682024-12-19T04:31:36.261Z Compiling pest_derive v2.7.14
13692024-12-19T04:31:36.404Z Compiling serde_tokenstream v0.2.2
13702024-12-19T04:31:36.871Z Compiling uuid v1.11.0
13712024-12-19T04:31:37.001Z Compiling toml_datetime v0.6.8
13722024-12-19T04:31:37.050Z Compiling dtrace-parser v0.2.0
13732024-12-19T04:31:37.520Z Compiling serde_spanned v0.6.8
13742024-12-19T04:31:37.760Z Compiling match_cfg v0.1.0
13752024-12-19T04:31:37.860Z Compiling base64 v0.22.1
13762024-12-19T04:31:38.147Z Compiling tower-service v0.3.3
13772024-12-19T04:31:38.279Z Compiling rustversion v1.0.17
13782024-12-19T04:31:38.361Z Compiling foreign-types-shared v0.1.1
13792024-12-19T04:31:38.473Z Compiling adler2 v2.0.0
13802024-12-19T04:31:38.624Z Compiling iana-time-zone v0.1.61
13812024-12-19T04:31:38.676Z Compiling openssl v0.10.66
13822024-12-19T04:31:38.791Z Compiling chrono v0.4.38
13832024-12-19T04:31:39.053Z Compiling miniz_oxide v0.8.0
13842024-12-19T04:31:39.070Z Compiling foreign-types v0.3.2
13852024-12-19T04:31:39.112Z Compiling hostname v0.3.1
13862024-12-19T04:31:39.160Z Compiling url v2.5.3
13872024-12-19T04:31:39.357Z Compiling openssl-macros v0.1.1
13882024-12-19T04:31:40.093Z Compiling async-trait v0.1.83
13892024-12-19T04:31:40.593Z Compiling tokio-util v0.7.12
13902024-12-19T04:31:40.619Z Compiling dirs-sys-next v0.1.2
13912024-12-19T04:31:41.132Z Compiling dof v0.3.0
13922024-12-19T04:31:41.274Z Compiling syn v1.0.109
13932024-12-19T04:31:41.898Z Compiling h2 v0.4.6
13942024-12-19T04:31:42.010Z Compiling usdt-impl v0.5.0
13952024-12-19T04:31:42.463Z Compiling siphasher v0.3.11
13962024-12-19T04:31:42.848Z Compiling rustls v0.22.4
13972024-12-19T04:31:42.877Z Compiling data-encoding v2.6.0
13982024-12-19T04:31:43.105Z Compiling native-tls v0.2.12
13992024-12-19T04:31:43.366Z Compiling rustls v0.23.14
14002024-12-19T04:31:43.553Z Compiling dirs-next v2.0.0
14012024-12-19T04:31:43.760Z Compiling http-body-util v0.1.2
14022024-12-19T04:31:44.300Z Compiling heapless v0.7.17
14032024-12-19T04:31:44.744Z Compiling crossbeam-epoch v0.9.18
14042024-12-19T04:31:45.061Z Compiling sha1 v0.10.6
14052024-12-19T04:31:45.264Z Compiling signature v2.2.0
14062024-12-19T04:31:45.484Z Compiling bzip2-sys v0.1.11+1.0.8
14072024-12-19T04:31:45.506Z Compiling serde_derive_internals v0.29.1
14082024-12-19T04:31:45.552Z Compiling thread_local v1.1.8
14092024-12-19T04:31:45.681Z Compiling cookie v0.18.1
14102024-12-19T04:31:45.971Z Compiling multer v3.1.0
14112024-12-19T04:31:45.990Z Compiling encoding_rs v0.8.34
14122024-12-19T04:31:46.103Z Compiling openssl-probe v0.1.5
14132024-12-19T04:31:46.258Z Compiling mime v0.3.17
14142024-12-19T04:31:46.467Z Compiling slog-async v2.8.0
14152024-12-19T04:31:46.892Z Compiling gimli v0.31.1
14162024-12-19T04:31:47.003Z Compiling ipnet v2.10.1
14172024-12-19T04:31:47.425Z Compiling schemars v0.8.21
14182024-12-19T04:31:47.800Z Compiling signal-hook v0.3.17
14192024-12-19T04:31:48.067Z Compiling rayon-core v1.12.1
14202024-12-19T04:31:48.300Z Compiling unicode-properties v0.1.3
14212024-12-19T04:31:48.399Z Compiling schemars_derive v0.8.21
14222024-12-19T04:31:48.522Z Compiling toml_edit v0.22.22
14232024-12-19T04:31:48.697Z Compiling stringprep v0.1.5
14242024-12-19T04:31:49.960Z Compiling hyper v1.5.0
14252024-12-19T04:31:51.750Z Compiling addr2line v0.24.2
14262024-12-19T04:31:52.099Z Compiling usdt-macro v0.5.0
14272024-12-19T04:31:52.301Z Compiling hyper-util v0.1.10
14282024-12-19T04:31:52.408Z Compiling usdt-attr-macro v0.5.0
14292024-12-19T04:31:52.502Z Compiling crossbeam-deque v0.8.5
14302024-12-19T04:31:52.849Z Compiling term v0.7.0
14312024-12-19T04:31:53.611Z Compiling slog-json v2.6.1
14322024-12-19T04:31:53.981Z Compiling serde_urlencoded v0.7.1
14332024-12-19T04:31:54.036Z Compiling curve25519-dalek v4.1.3
14342024-12-19T04:31:54.064Z Compiling crossbeam-channel v0.5.13
14352024-12-19T04:31:54.361Z Compiling futures-executor v0.3.31
14362024-12-19T04:31:54.508Z Compiling enum-as-inner v0.6.1
14372024-12-19T04:31:54.660Z Compiling md-5 v0.10.6
14382024-12-19T04:31:54.920Z Compiling async-stream-impl v0.3.6
14392024-12-19T04:31:54.923Z Compiling rustls-pemfile v2.2.0
14402024-12-19T04:31:55.173Z Compiling num-integer v0.1.46
14412024-12-19T04:31:55.262Z Compiling idna v0.3.0
14422024-12-19T04:31:55.541Z Compiling idna v0.4.0
14432024-12-19T04:31:55.586Z Compiling hash32 v0.2.1
14442024-12-19T04:31:55.943Z Compiling ff v0.13.0
14452024-12-19T04:31:55.962Z Compiling is-terminal v0.4.13
14462024-12-19T04:31:56.096Z Compiling object v0.36.5
14472024-12-19T04:31:56.155Z Compiling dropshot v0.12.0
14482024-12-19T04:31:56.288Z Compiling take_mut v0.2.2
14492024-12-19T04:31:56.436Z Compiling smoltcp v0.9.1
14502024-12-19T04:31:56.454Z Compiling utf-8 v0.7.6
14512024-12-19T04:31:56.779Z Compiling linked-hash-map v0.5.6
14522024-12-19T04:31:56.797Z Compiling num-bigint-dig v0.8.4
14532024-12-19T04:31:56.920Z Compiling psl-types v2.0.11
14542024-12-19T04:31:57.082Z Compiling base16ct v0.2.0
14552024-12-19T04:31:57.120Z Compiling dyn-clone v1.0.17
14562024-12-19T04:31:57.122Z Compiling fallible-iterator v0.2.0
14572024-12-19T04:31:57.154Z Compiling anyhow v1.0.93
14582024-12-19T04:31:57.194Z Compiling rustc-demangle v0.1.24
14592024-12-19T04:31:57.331Z Compiling portable-atomic v1.9.0
14602024-12-19T04:31:57.404Z Compiling quick-error v1.2.3
14612024-12-19T04:31:57.550Z Compiling resolv-conf v0.7.0
14622024-12-19T04:31:57.913Z Compiling postgres-protocol v0.6.7
14632024-12-19T04:31:58.162Z Compiling sec1 v0.7.3
14642024-12-19T04:31:58.437Z Compiling publicsuffix v2.2.3
14652024-12-19T04:31:58.554Z Compiling lru-cache v0.1.2
14662024-12-19T04:31:58.699Z Compiling tungstenite v0.24.0
14672024-12-19T04:31:58.806Z Compiling hickory-proto v0.24.1
14682024-12-19T04:31:59.217Z Compiling async-stream v0.3.6
14692024-12-19T04:31:59.542Z Compiling group v0.13.0
14702024-12-19T04:31:59.873Z Compiling slog-term v2.9.1
14712024-12-19T04:31:59.969Z Compiling usdt v0.5.0
14722024-12-19T04:32:01.044Z Compiling num-iter v0.1.45
14732024-12-19T04:32:01.238Z Compiling futures v0.3.31
14742024-12-19T04:32:01.303Z Compiling slog-bunyan v2.5.0
14752024-12-19T04:32:01.682Z Compiling toml v0.8.19
14762024-12-19T04:32:02.665Z Compiling camino v1.1.9
14772024-12-19T04:32:03.053Z Compiling tokio-native-tls v0.3.1
14782024-12-19T04:32:03.327Z Compiling phf_shared v0.11.2
14792024-12-19T04:32:03.456Z Compiling backtrace v0.3.74
14802024-12-19T04:32:03.642Z Compiling dropshot_endpoint v0.12.0
14812024-12-19T04:32:03.707Z Compiling terminal_size v0.4.0
14822024-12-19T04:32:03.926Z Compiling waitgroup v0.1.2
14832024-12-19T04:32:04.143Z Compiling openapiv3 v2.0.0
14842024-12-19T04:32:04.170Z Compiling serde_path_to_error v0.1.16
14852024-12-19T04:32:04.268Z Compiling hkdf v0.12.4
14862024-12-19T04:32:04.532Z Compiling crypto-bigint v0.5.5
14872024-12-19T04:32:05.018Z Compiling curve25519-dalek-derive v0.1.1
14882024-12-19T04:32:06.606Z Compiling zerocopy-derive v0.6.6
14892024-12-19T04:32:07.243Z Compiling webpki-roots v0.26.6
14902024-12-19T04:32:07.398Z Compiling hubpack_derive v0.1.1
14912024-12-19T04:32:07.466Z Compiling idna v0.5.0
14922024-12-19T04:32:08.313Z Compiling hostname v0.4.0
14932024-12-19T04:32:08.375Z Compiling crc32fast v1.4.2
14942024-12-19T04:32:08.578Z Compiling ahash v0.8.11
14952024-12-19T04:32:08.641Z Compiling fs-err v2.11.0
14962024-12-19T04:32:08.692Z Compiling winnow v0.5.40
14972024-12-19T04:32:08.818Z Compiling bitflags v1.3.2
14982024-12-19T04:32:08.906Z Compiling managed v0.8.0
14992024-12-19T04:32:08.925Z Compiling debug-ignore v1.0.5
15002024-12-19T04:32:08.927Z Compiling strum_macros v0.25.3
15012024-12-19T04:32:09.193Z Compiling clap_builder v4.5.21
15022024-12-19T04:32:09.211Z Compiling console v0.15.8
15032024-12-19T04:32:09.246Z Compiling zerocopy v0.6.6
15042024-12-19T04:32:10.129Z Compiling flate2 v1.0.34
15052024-12-19T04:32:10.631Z Compiling cookie_store v0.21.0
15062024-12-19T04:32:10.871Z Compiling hubpack v0.1.2
15072024-12-19T04:32:11.119Z Compiling elliptic-curve v0.13.8
15082024-12-19T04:32:11.486Z Compiling hickory-resolver v0.24.1
15092024-12-19T04:32:12.192Z Compiling toml_edit v0.19.15
15102024-12-19T04:32:12.540Z Compiling signal-hook-mio v0.2.4
15112024-12-19T04:32:12.712Z Compiling phf v0.11.2
15122024-12-19T04:32:12.925Z Compiling hyper-tls v0.6.0
15132024-12-19T04:32:13.020Z Compiling rayon v1.10.0
15142024-12-19T04:32:13.187Z Compiling bzip2 v0.4.4
15152024-12-19T04:32:13.588Z Compiling tokio-tungstenite v0.24.0
15162024-12-19T04:32:14.128Z Compiling postgres-types v0.2.8
15172024-12-19T04:32:17.084Z Compiling ed25519 v2.2.3
15182024-12-19T04:32:17.896Z Compiling phf_shared v0.10.0
15192024-12-19T04:32:18.303Z Compiling tokio-stream v0.1.16
15202024-12-19T04:32:18.367Z Compiling pkcs1 v0.7.5
15212024-12-19T04:32:18.816Z Compiling serde-big-array v0.5.1
15222024-12-19T04:32:18.942Z Compiling clap_derive v4.5.18
15232024-12-19T04:32:19.058Z Compiling rfc6979 v0.4.0
15242024-12-19T04:32:19.251Z Compiling serde_repr v0.1.19
15252024-12-19T04:32:19.389Z Compiling derive-where v1.2.7
15262024-12-19T04:32:19.405Z Compiling float-cmp v0.9.0
15272024-12-19T04:32:19.475Z Compiling bstr v1.10.0
15282024-12-19T04:32:19.616Z Compiling sync_wrapper v1.0.1
15292024-12-19T04:32:19.774Z Compiling whoami v1.5.2
15302024-12-19T04:32:20.281Z Compiling difflib v0.4.0
15312024-12-19T04:32:20.400Z Compiling unicode-segmentation v1.12.0
15322024-12-19T04:32:20.454Z Compiling bit-vec v0.6.3
15332024-12-19T04:32:20.915Z Compiling unicode-width v0.2.0
15342024-12-19T04:32:21.316Z Compiling new_debug_unreachable v1.0.6
15352024-12-19T04:32:21.335Z Compiling normalize-line-endings v0.3.0
15362024-12-19T04:32:21.412Z Compiling precomputed-hash v0.1.1
15372024-12-19T04:32:21.442Z Compiling predicates-core v1.0.8
15382024-12-19T04:32:21.458Z Compiling fixedbitset v0.4.2
15392024-12-19T04:32:21.530Z Compiling static_assertions v1.1.0
15402024-12-19T04:32:21.636Z Compiling number_prefix v0.4.0
15412024-12-19T04:32:21.781Z Compiling petgraph v0.6.5
15422024-12-19T04:32:21.858Z Compiling indicatif v0.17.9
15432024-12-19T04:32:21.889Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15442024-12-19T04:32:21.930Z Compiling predicates v3.1.2
15452024-12-19T04:32:23.003Z Compiling string_cache v0.8.7
15462024-12-19T04:32:23.470Z Compiling similar v2.6.0
15472024-12-19T04:32:23.694Z Compiling bit-set v0.5.3
15482024-12-19T04:32:24.000Z Compiling tokio-postgres v0.7.12
15492024-12-19T04:32:24.065Z Compiling ecdsa v0.16.9
15502024-12-19T04:32:24.090Z Compiling clap v4.5.21
15512024-12-19T04:32:24.221Z Compiling rsa v0.9.6
15522024-12-19T04:32:24.949Z Compiling ed25519-dalek v2.1.1
15532024-12-19T04:32:25.933Z Compiling toml v0.7.8
15542024-12-19T04:32:25.998Z Compiling zip v0.6.6
15552024-12-19T04:32:26.281Z Compiling crossterm v0.28.1
15562024-12-19T04:32:27.898Z Compiling hex v0.4.3
15572024-12-19T04:32:28.126Z Compiling x509-cert v0.2.5
15582024-12-19T04:32:28.508Z Compiling itertools v0.10.5
15592024-12-19T04:32:28.531Z Compiling peg-runtime v0.8.3
15602024-12-19T04:32:28.965Z Compiling lalrpop-util v0.19.12
15612024-12-19T04:32:29.228Z Compiling unicode-xid v0.2.6
15622024-12-19T04:32:29.328Z Compiling strum_macros v0.26.4
15632024-12-19T04:32:29.413Z Compiling xattr v1.3.1
15642024-12-19T04:32:29.687Z Compiling filetime v0.2.25
15652024-12-19T04:32:29.903Z Compiling tar v0.4.42
15662024-12-19T04:32:34.575Z Compiling strum v0.26.3
15672024-12-19T04:32:36.569Z Compiling aws-lc-sys v0.22.0
15682024-12-19T04:33:04.416Z Compiling rustls-webpki v0.102.8
15692024-12-19T04:33:07.787Z Compiling tokio-rustls v0.25.0
15702024-12-19T04:33:09.578Z Compiling tokio-rustls v0.26.0
15712024-12-19T04:33:09.924Z Compiling hyper-rustls v0.27.3
15722024-12-19T04:33:10.277Z Compiling reqwest v0.12.9
15732024-12-19T04:33:11.200Z Compiling qorb v0.2.1
15742024-12-19T04:33:16.160Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15752024-12-19T04:33:16.386Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15762024-12-19T04:33:22.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 21s
15772024-12-19T04:33:22.281Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15782024-12-19T04:33:22.323ZDec 19 04:33:21.815 INFO Starting download, target: Console
15792024-12-19T04:33:22.323ZDec 19 04:33:21.815 INFO Starting download, target: Cockroach
15802024-12-19T04:33:22.323ZDec 19 04:33:21.815 INFO Starting download, target: DendriteOpenapi
15812024-12-19T04:33:22.331ZDec 19 04:33:21.815 INFO Starting download, target: Clickhouse
15822024-12-19T04:33:22.331ZDec 19 04:33:21.815 INFO Starting download, target: DendriteStub
15832024-12-19T04:33:22.331ZDec 19 04:33:21.815 INFO Starting download, target: MaghemiteMgd
15842024-12-19T04:33:22.331ZDec 19 04:33:21.815 INFO Starting download, target: TransceiverControl
15852024-12-19T04:33:22.331ZDec 19 04:33:21.816 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15862024-12-19T04:33:22.332ZDec 19 04:33:21.816 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15872024-12-19T04:33:22.332ZDec 19 04:33:21.816 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15882024-12-19T04:33:22.332ZDec 19 04:33:21.816 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15892024-12-19T04:33:22.332ZDec 19 04:33:21.816 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15902024-12-19T04:33:22.332ZDec 19 04:33:21.816 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15912024-12-19T04:33:22.332ZDec 19 04:33:21.816 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15922024-12-19T04:33:22.805ZDec 19 04:33:22.288 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15932024-12-19T04:33:22.939ZDec 19 04:33:22.375 INFO Download complete, target: DendriteOpenapi
15942024-12-19T04:33:23.103ZDec 19 04:33:22.563 INFO Download complete, target: Console
15952024-12-19T04:33:23.495ZDec 19 04:33:22.853 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15962024-12-19T04:33:24.115ZDec 19 04:33:23.434 INFO Download complete, target: TransceiverControl
15972024-12-19T04:33:24.385ZDec 19 04:33:23.677 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15982024-12-19T04:33:25.341ZDec 19 04:33:24.638 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15992024-12-19T04:33:25.549ZDec 19 04:33:24.999 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16002024-12-19T04:33:26.275ZDec 19 04:33:25.765 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16012024-12-19T04:33:26.275ZDec 19 04:33:25.765 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16022024-12-19T04:33:27.813ZDec 19 04:33:27.304 INFO Download complete, target: MaghemiteMgd
16032024-12-19T04:33:28.079ZDec 19 04:33:27.570 INFO Download complete, target: DendriteStub
16042024-12-19T04:33:33.361ZDec 19 04:33:32.852 INFO Checking that binary works, target: Cockroach
16052024-12-19T04:33:33.525ZDec 19 04:33:33.016 INFO Download complete, target: Cockroach
16062024-12-19T04:33:36.124ZDec 19 04:33:35.615 INFO Checking that binary works, target: Clickhouse
16072024-12-19T04:33:36.254ZDec 19 04:33:35.745 INFO Download complete, target: Clickhouse
16082024-12-19T04:33:36.260ZAll prerequisites installed successfully
16092024-12-19T04:33:36.263Z
16102024-12-19T04:33:36.263Zreal 4:18.805985021
16112024-12-19T04:33:36.263Zuser 16:22.168020798
16122024-12-19T04:33:36.263Zsys 3:09.088159685
16132024-12-19T04:33:36.263Ztrap 0.503836709
16142024-12-19T04:33:36.263Ztflt 1.468779424
16152024-12-19T04:33:36.263Zdflt 2.240628119
16162024-12-19T04:33:36.263Zkflt 0.024654870
16172024-12-19T04:33:36.263Zlock 31:11.887177776
16182024-12-19T04:33:36.263Zslp 1:00:40.608109619
16192024-12-19T04:33:36.263Zlat 53.492505107
16202024-12-19T04:33:36.263Zstop 2:04.059268596
16212024-12-19T04:33:36.263Z+ source ./tools/include/force-git-over-https.sh
16222024-12-19T04:33:36.264Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
16232024-12-19T04:33:36.264Z++ (( i = 0 ))
16242024-12-19T04:33:36.264Z++ (( i < 5 ))
16252024-12-19T04:33:36.264Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
16262024-12-19T04:33:36.266Z++ (( i++ ))
16272024-12-19T04:33:36.266Z++ (( i < 5 ))
16282024-12-19T04:33:36.266Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
16292024-12-19T04:33:36.269Z++ (( i++ ))
16302024-12-19T04:33:36.269Z++ (( i < 5 ))
16312024-12-19T04:33:36.269Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
16322024-12-19T04:33:36.272Z++ (( i++ ))
16332024-12-19T04:33:36.272Z++ (( i < 5 ))
16342024-12-19T04:33:36.272Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
16352024-12-19T04:33:36.275Z++ (( i++ ))
16362024-12-19T04:33:36.275Z++ (( i < 5 ))
16372024-12-19T04:33:36.275Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
16382024-12-19T04:33:36.278Z++ (( i++ ))
16392024-12-19T04:33:36.278Z++ (( i < 5 ))
16402024-12-19T04:33:36.280Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
16412024-12-19T04:33:36.280Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
16422024-12-19T04:33:36.280Z+ rc=0
16432024-12-19T04:33:36.280Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
16442024-12-19T04:34:06.162Z+ case $rc in
16452024-12-19T04:34:06.162Z+ pfexec zfs create -p rpool/images/build/host
16462024-12-19T04:34:06.395Z+ pfexec zfs create -p rpool/images/build/recovery
16472024-12-19T04:34:06.468Z+ cargo xtask releng --output-dir /work
16482024-12-19T04:34:06.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
16492024-12-19T04:34:07.007Z Running `target/debug/xtask releng --output-dir /work`
16502024-12-19T04:34:07.898Z Compiling proc-macro2 v1.0.89
16512024-12-19T04:34:07.898Z Compiling unicode-ident v1.0.13
16522024-12-19T04:34:07.899Z Compiling libc v0.2.162
16532024-12-19T04:34:07.901Z Compiling serde v1.0.215
16542024-12-19T04:34:07.901Z Compiling autocfg v1.4.0
16552024-12-19T04:34:07.901Z Compiling version_check v0.9.5
16562024-12-19T04:34:07.901Z Compiling cfg-if v1.0.0
16572024-12-19T04:34:08.211Z Compiling memchr v2.7.4
16582024-12-19T04:34:08.236Z Compiling typenum v1.17.0
16592024-12-19T04:34:08.264Z Compiling shlex v1.3.0
16602024-12-19T04:34:08.665Z Compiling value-bag v1.9.0
16612024-12-19T04:34:08.716Z Compiling scopeguard v1.2.0
16622024-12-19T04:34:08.761Z Compiling generic-array v0.14.7
16632024-12-19T04:34:08.872Z Compiling parking_lot_core v0.9.10
16642024-12-19T04:34:09.130Z Compiling lock_api v0.4.12
16652024-12-19T04:34:09.265Z Compiling log v0.4.22
16662024-12-19T04:34:09.296Z Compiling rustix v0.38.37
16672024-12-19T04:34:09.654Z Compiling serde_json v1.0.132
16682024-12-19T04:34:09.969Z Compiling quote v1.0.37
16692024-12-19T04:34:09.990Z Compiling libm v0.2.8
16702024-12-19T04:34:10.024Z Compiling num-traits v0.2.19
16712024-12-19T04:34:10.090Z Compiling once_cell v1.20.2
16722024-12-19T04:34:10.304Z Compiling jobserver v0.1.32
16732024-12-19T04:34:10.325Z Compiling getrandom v0.2.15
16742024-12-19T04:34:10.425Z Compiling syn v2.0.87
16752024-12-19T04:34:10.527Z Compiling thiserror v1.0.69
16762024-12-19T04:34:10.590Z Compiling spin v0.9.8
16772024-12-19T04:34:10.687Z Compiling cc v1.1.30
16782024-12-19T04:34:10.806Z Compiling itoa v1.0.11
16792024-12-19T04:34:10.877Z Compiling aho-corasick v1.1.3
16802024-12-19T04:34:11.007Z Compiling regex-syntax v0.8.5
16812024-12-19T04:34:11.037Z Compiling slab v0.4.9
16822024-12-19T04:34:11.088Z Compiling errno v0.3.9
16832024-12-19T04:34:11.788Z Compiling byteorder v1.5.0
16842024-12-19T04:34:12.112Z Compiling either v1.13.0
16852024-12-19T04:34:12.377Z Compiling lazy_static v1.5.0
16862024-12-19T04:34:12.558Z Compiling rand_core v0.6.4
16872024-12-19T04:34:12.631Z Compiling glob v0.3.1
16882024-12-19T04:34:12.894Z Compiling prettyplease v0.2.25
16892024-12-19T04:34:13.022Z Compiling subtle v2.6.1
16902024-12-19T04:34:13.305Z Compiling minimal-lexical v0.2.1
16912024-12-19T04:34:13.455Z Compiling clang-sys v1.8.1
16922024-12-19T04:34:13.478Z Compiling libloading v0.8.5
16932024-12-19T04:34:13.819Z Compiling nom v7.1.3
16942024-12-19T04:34:14.122Z Compiling home v0.5.9
16952024-12-19T04:34:14.216Z Compiling bindgen v0.69.5
16962024-12-19T04:34:14.378Z Compiling itertools v0.12.1
16972024-12-19T04:34:14.920Z Compiling regex-automata v0.4.8
16982024-12-19T04:34:15.520Z Compiling lazycell v1.3.0
16992024-12-19T04:34:15.583Z Compiling rustc-hash v1.1.0
17002024-12-19T04:34:16.003Z Compiling cmake v0.1.51
17012024-12-19T04:34:17.012Z Compiling pkg-config v0.3.31
17022024-12-19T04:34:17.323Z Compiling cexpr v0.6.0
17032024-12-19T04:34:17.413Z Compiling fs_extra v1.3.0
17042024-12-19T04:34:17.607Z Compiling dunce v1.0.5
17052024-12-19T04:34:17.666Z Compiling smallvec v1.13.2
17062024-12-19T04:34:17.772Z Compiling semver v1.0.23
17072024-12-19T04:34:18.086Z Compiling ring v0.17.8
17082024-12-19T04:34:18.319Z Compiling synstructure v0.13.1
17092024-12-19T04:34:18.625Z Compiling heck v0.5.0
17102024-12-19T04:34:19.094Z Compiling ryu v1.0.18
17112024-12-19T04:34:19.148Z Compiling paste v1.0.15
17122024-12-19T04:34:19.183Z Compiling const-oid v0.9.6
17132024-12-19T04:34:19.426Z Compiling aws-lc-rs v1.10.0
17142024-12-19T04:34:19.851Z Compiling httparse v1.9.5
17152024-12-19T04:34:20.556Z Compiling pin-project-lite v0.2.14
17162024-12-19T04:34:20.703Z Compiling regex v1.11.1
17172024-12-19T04:34:21.046Z Compiling allocator-api2 v0.2.18
17182024-12-19T04:34:21.476Z Compiling futures-core v0.3.31
17192024-12-19T04:34:21.868Z Compiling signal-hook-registry v1.4.2
17202024-12-19T04:34:22.539Z Compiling num-conv v0.1.0
17212024-12-19T04:34:22.621Z Compiling crossbeam-utils v0.8.20
17222024-12-19T04:34:22.885Z Compiling time-core v0.1.2
17232024-12-19T04:34:22.931Z Compiling parking_lot v0.12.3
17242024-12-19T04:34:23.091Z Compiling mio v1.0.2
17252024-12-19T04:34:23.134Z Compiling time-macros v0.2.18
17262024-12-19T04:34:23.394Z Compiling vcpkg v0.2.15
17272024-12-19T04:34:23.667Z Compiling fnv v1.0.7
17282024-12-19T04:34:23.814Z Compiling schemars v0.8.21
17292024-12-19T04:34:24.080Z Compiling serde_derive v1.0.215
17302024-12-19T04:34:24.247Z Compiling zeroize_derive v1.4.2
17312024-12-19T04:34:25.077Z Compiling zerocopy-derive v0.7.35
17322024-12-19T04:34:25.127Z Compiling tokio-macros v2.4.0
17332024-12-19T04:34:25.200Z Compiling thiserror-impl v1.0.69
17342024-12-19T04:34:25.250Z Compiling zerofrom-derive v0.1.4
17352024-12-19T04:34:25.728Z Compiling zeroize v1.8.1
17362024-12-19T04:34:26.472Z Compiling yoke-derive v0.7.4
17372024-12-19T04:34:26.660Z Compiling futures-macro v0.3.31
17382024-12-19T04:34:26.705Z Compiling zerovec-derive v0.10.3
17392024-12-19T04:34:27.258Z Compiling displaydoc v0.2.5
17402024-12-19T04:34:28.235Z Compiling zerocopy v0.7.35
17412024-12-19T04:34:28.942Z Compiling crypto-common v0.1.6
17422024-12-19T04:34:28.990Z Compiling icu_provider_macros v1.5.0
17432024-12-19T04:34:29.090Z Compiling tracing-attributes v0.1.27
17442024-12-19T04:34:29.208Z Compiling block-buffer v0.10.4
17452024-12-19T04:34:29.522Z Compiling digest v0.10.7
17462024-12-19T04:34:29.551Z Compiling der_derive v0.7.3
17472024-12-19T04:34:30.027Z Compiling openssl-sys v0.9.103
17482024-12-19T04:34:30.998Z Compiling serde_derive_internals v0.29.1
17492024-12-19T04:34:31.675Z Compiling socket2 v0.5.7
17502024-12-19T04:34:31.956Z Compiling ahash v0.8.11
17512024-12-19T04:34:33.371Z Compiling schemars_derive v0.8.21
17522024-12-19T04:34:33.648Z Compiling futures-sink v0.3.31
17532024-12-19T04:34:33.849Z Compiling foldhash v0.1.3
17542024-12-19T04:34:34.174Z Compiling equivalent v1.0.1
17552024-12-19T04:34:34.205Z Compiling cpufeatures v0.2.14
17562024-12-19T04:34:34.312Z Compiling hashbrown v0.15.0
17572024-12-19T04:34:34.502Z Compiling slog v2.7.0
17582024-12-19T04:34:34.596Z Compiling stable_deref_trait v1.2.0
17592024-12-19T04:34:35.934Z Compiling futures-channel v0.3.31
17602024-12-19T04:34:35.980Z Compiling zerofrom v0.1.4
17612024-12-19T04:34:36.104Z Compiling scroll_derive v0.12.0
17622024-12-19T04:34:36.317Z Compiling futures-task v0.3.31
17632024-12-19T04:34:36.363Z Compiling ucd-trie v0.1.7
17642024-12-19T04:34:36.473Z Compiling pin-utils v0.1.0
17652024-12-19T04:34:36.649Z Compiling futures-io v0.3.31
17662024-12-19T04:34:36.675Z Compiling openssl v0.10.66
17672024-12-19T04:34:36.724Z Compiling pest v2.7.14
17682024-12-19T04:34:36.765Z Compiling yoke v0.7.4
17692024-12-19T04:34:36.944Z Compiling futures-util v0.3.31
17702024-12-19T04:34:37.255Z Compiling hmac v0.12.1
17712024-12-19T04:34:37.512Z Compiling tinyvec_macros v0.1.1
17722024-12-19T04:34:37.663Z Compiling tinyvec v1.8.0
17732024-12-19T04:34:37.983Z Compiling zerovec v0.10.4
17742024-12-19T04:34:37.999Z Compiling bitflags v2.6.0
17752024-12-19T04:34:38.209Z Compiling bytes v1.8.0
17762024-12-19T04:34:40.186Z Compiling tokio v1.40.0
17772024-12-19T04:34:40.390Z Compiling serde_tokenstream v0.2.2
17782024-12-19T04:34:41.022Z Compiling indexmap v2.6.0
17792024-12-19T04:34:42.658Z Compiling http v1.1.0
17802024-12-19T04:34:43.170Z Compiling which v4.4.2
17812024-12-19T04:34:43.287Z Compiling rustc_version v0.4.1
17822024-12-19T04:34:43.986Z Compiling pest_meta v2.7.14
17832024-12-19T04:34:45.260Z Compiling uuid v1.11.0
17842024-12-19T04:34:46.199Z Compiling block-padding v0.3.3
17852024-12-19T04:34:46.514Z Compiling openssl-macros v0.1.1
17862024-12-19T04:34:47.432Z Compiling iana-time-zone v0.1.61
17872024-12-19T04:34:47.746Z Compiling native-tls v0.2.12
17882024-12-19T04:34:47.826Z Compiling rustls v0.23.14
17892024-12-19T04:34:48.271Z Compiling chrono v0.4.38
17902024-12-19T04:34:48.664Z Compiling inout v0.1.3
17912024-12-19T04:34:48.984Z Compiling pest_generator v2.7.14
17922024-12-19T04:34:49.172Z Compiling unicode-normalization v0.1.24
17932024-12-19T04:34:50.814Z Compiling cipher v0.4.4
17942024-12-19T04:34:50.872Z Compiling pest_derive v2.7.14
17952024-12-19T04:34:50.922Z Compiling tinystr v0.7.6
17962024-12-19T04:34:51.509Z Compiling sha2 v0.10.8
17972024-12-19T04:34:51.778Z Compiling async-trait v0.1.83
17982024-12-19T04:34:52.002Z Compiling cookie v0.18.1
17992024-12-19T04:34:52.004Z Compiling usdt-impl v0.5.0
18002024-12-19T04:34:52.365Z Compiling writeable v0.5.5
18012024-12-19T04:34:52.410Z Compiling litemap v0.7.3
18022024-12-19T04:34:52.448Z Compiling unicode-bidi v0.3.17
18032024-12-19T04:34:54.241Z Compiling base64ct v1.6.0
18042024-12-19T04:34:54.286Z Compiling icu_locid v1.5.0
18052024-12-19T04:34:54.924Z Compiling pem-rfc7468 v0.7.0
18062024-12-19T04:34:55.713Z Compiling scroll v0.12.0
18072024-12-19T04:34:56.536Z Compiling ppv-lite86 v0.2.20
18082024-12-19T04:34:57.128Z Compiling tracing-core v0.1.32
18092024-12-19T04:34:57.542Z Compiling rustls-pki-types v1.9.0
18102024-12-19T04:34:58.401Z Compiling aws-lc-sys v0.22.0
18112024-12-19T04:34:59.332Z Compiling untrusted v0.7.1
18122024-12-19T04:34:59.372Z Compiling dyn-clone v1.0.17
18132024-12-19T04:34:59.524Z Compiling percent-encoding v2.3.1
18142024-12-19T04:34:59.560Z Compiling flagset v0.4.6
18152024-12-19T04:34:59.764Z Compiling plain v0.2.3
18162024-12-19T04:34:59.988Z Compiling camino v1.1.9
18172024-12-19T04:35:00.008Z Compiling syn v1.0.109
18182024-12-19T04:35:00.509Z Compiling goblin v0.8.2
18192024-12-19T04:35:00.646Z Compiling der v0.7.9
18202024-12-19T04:35:02.959Z Compiling tracing v0.1.40
18212024-12-19T04:35:03.981Z Compiling rand_chacha v0.3.1
18222024-12-19T04:35:05.365Z Compiling icu_provider v1.5.0
18232024-12-19T04:35:06.264Z Compiling tokio-util v0.7.12
18242024-12-19T04:35:08.018Z Compiling rustls v0.22.4
18252024-12-19T04:35:08.251Z Compiling icu_locid_transform_data v1.5.0
18262024-12-19T04:35:08.349Z Compiling mirai-annotations v1.12.0
18272024-12-19T04:35:08.411Z Compiling untrusted v0.9.0
18282024-12-19T04:35:08.413Z Compiling rayon-core v1.12.1
18292024-12-19T04:35:08.468Z Compiling powerfmt v0.2.0
18302024-12-19T04:35:08.648Z Compiling pretty-hex v0.4.1
18312024-12-19T04:35:08.763Z Compiling icu_locid_transform v1.5.0
18322024-12-19T04:35:08.897Z Compiling dof v0.3.0
18332024-12-19T04:35:09.063Z Compiling deranged v0.3.11
18342024-12-19T04:35:11.474Z Compiling rand v0.8.5
18352024-12-19T04:35:11.526Z Compiling spki v0.7.3
18362024-12-19T04:35:12.054Z Compiling dtrace-parser v0.2.0
18372024-12-19T04:35:12.205Z Compiling salsa20 v0.10.2
18382024-12-19T04:35:13.367Z Compiling icu_collections v1.5.0
18392024-12-19T04:35:14.195Z Compiling pbkdf2 v0.12.2
18402024-12-19T04:35:15.489Z Compiling bzip2-sys v0.1.11+1.0.8
18412024-12-19T04:35:15.670Z Compiling thread-id v4.2.2
18422024-12-19T04:35:16.097Z Compiling icu_properties_data v1.5.0
18432024-12-19T04:35:16.913Z Compiling atomic-waker v1.1.2
18442024-12-19T04:35:17.025Z Compiling num_threads v0.1.7
18452024-12-19T04:35:17.167Z Compiling icu_properties v1.5.1
18462024-12-19T04:35:17.203Z Compiling time v0.3.36
18472024-12-19T04:35:22.376Z Compiling scrypt v0.11.0
18482024-12-19T04:35:23.035Z Compiling form_urlencoded v1.2.1
18492024-12-19T04:35:23.347Z Compiling aes v0.8.4
18502024-12-19T04:35:23.620Z Compiling cbc v0.1.2
18512024-12-19T04:35:23.666Z Compiling http-body v1.0.1
18522024-12-19T04:35:24.159Z Compiling multer v3.1.0
18532024-12-19T04:35:24.418Z Compiling utf8_iter v1.0.4
18542024-12-19T04:35:24.733Z Compiling slog-async v2.8.0
18552024-12-19T04:35:24.735Z Compiling utf16_iter v1.0.5
18562024-12-19T04:35:24.826Z Compiling try-lock v0.2.5
18572024-12-19T04:35:24.950Z Compiling icu_normalizer_data v1.5.0
18582024-12-19T04:35:25.259Z Compiling write16 v1.0.0
18592024-12-19T04:35:25.319Z Compiling icu_normalizer v1.5.0
18602024-12-19T04:35:25.343Z Compiling want v0.3.1
18612024-12-19T04:35:25.654Z Compiling pkcs5 v0.7.1
18622024-12-19T04:35:29.629Z Compiling h2 v0.4.6
18632024-12-19T04:35:30.848Z Compiling heapless v0.7.17
18642024-12-19T04:35:31.081Z Compiling zerocopy-derive v0.6.6
18652024-12-19T04:35:31.314Z Compiling num-bigint-dig v0.8.4
18662024-12-19T04:35:31.760Z Compiling httpdate v1.0.3
18672024-12-19T04:35:31.794Z Compiling anyhow v1.0.93
18682024-12-19T04:35:32.713Z Compiling signal-hook v0.3.17
18692024-12-19T04:35:32.754Z Compiling base64 v0.22.1
18702024-12-19T04:35:34.777Z Compiling idna_adapter v1.2.0
18712024-12-19T04:35:35.052Z Compiling pkcs8 v0.10.2
18722024-12-19T04:35:35.806Z Compiling usdt-macro v0.5.0
18732024-12-19T04:35:35.854Z Compiling usdt-attr-macro v0.5.0
18742024-12-19T04:35:37.606Z Compiling async-stream-impl v0.3.6
18752024-12-19T04:35:37.658Z Compiling strsim v0.11.1
18762024-12-19T04:35:38.175Z Compiling hyper v1.5.0
18772024-12-19T04:35:38.400Z Compiling tower-service v0.3.3
18782024-12-19T04:35:38.542Z Compiling rustversion v1.0.17
18792024-12-19T04:35:40.089Z Compiling idna v1.0.3
18802024-12-19T04:35:42.338Z Compiling hyper-util v0.1.10
18812024-12-19T04:35:48.568Z Compiling curve25519-dalek v4.1.3
18822024-12-19T04:35:48.881Z Compiling openapiv3 v2.0.0
18832024-12-19T04:35:49.046Z Compiling toml_datetime v0.6.8
18842024-12-19T04:35:49.165Z Compiling serde_spanned v0.6.8
18852024-12-19T04:35:49.332Z Compiling enum-as-inner v0.6.1
18862024-12-19T04:35:49.531Z Compiling dropshot v0.12.0
18872024-12-19T04:35:49.599Z Compiling match_cfg v0.1.0
18882024-12-19T04:35:49.745Z Compiling portable-atomic v1.9.0
18892024-12-19T04:35:49.841Z Compiling adler2 v2.0.0
18902024-12-19T04:35:50.069Z Compiling smoltcp v0.9.1
18912024-12-19T04:35:50.793Z Compiling foreign-types-shared v0.1.1
18922024-12-19T04:35:50.945Z Compiling foreign-types v0.3.2
18932024-12-19T04:35:51.214Z Compiling miniz_oxide v0.8.0
18942024-12-19T04:35:51.321Z Compiling hostname v0.3.1
18952024-12-19T04:35:53.733Z Compiling url v2.5.3
18962024-12-19T04:36:01.038Z Compiling http-body-util v0.1.2
18972024-12-19T04:36:01.214Z Compiling clap_derive v4.5.18
18982024-12-19T04:36:01.855Z Compiling dirs-sys-next v0.1.2
18992024-12-19T04:36:02.416Z Compiling encoding_rs v0.8.34
19002024-12-19T04:36:05.176Z Compiling siphasher v0.3.11
19012024-12-19T04:36:05.636Z Compiling mime v0.3.17
19022024-12-19T04:36:06.670Z Compiling data-encoding v2.6.0
19032024-12-19T04:36:08.585Z Compiling dirs-next v2.0.0
19042024-12-19T04:36:13.443Z Compiling hubpack_derive v0.1.1
19052024-12-19T04:36:14.086Z Compiling serde_urlencoded v0.7.1
19062024-12-19T04:36:14.301Z Compiling crossbeam-epoch v0.9.18
19072024-12-19T04:36:14.702Z Compiling hashbrown v0.14.5
19082024-12-19T04:36:15.016Z Compiling rustls-pemfile v2.2.0
19092024-12-19T04:36:15.463Z Compiling dropshot_endpoint v0.12.0
19102024-12-19T04:36:17.063Z Compiling sha1 v0.10.6
19112024-12-19T04:36:17.247Z Compiling rustls-webpki v0.102.8
19122024-12-19T04:36:17.484Z Compiling signature v2.2.0
19132024-12-19T04:36:17.726Z Compiling curve25519-dalek-derive v0.1.1
19142024-12-19T04:36:18.213Z Compiling thread_local v1.1.8
19152024-12-19T04:36:18.726Z Compiling fs-err v2.11.0
19162024-12-19T04:36:19.068Z Compiling unicode-properties v0.1.3
19172024-12-19T04:36:19.144Z Compiling ipnet v2.10.1
19182024-12-19T04:36:19.545Z Compiling openssl-probe v0.1.5
19192024-12-19T04:36:19.857Z Compiling utf8parse v0.2.2
19202024-12-19T04:36:19.953Z Compiling gimli v0.31.1
19212024-12-19T04:36:20.506Z Compiling anstyle v1.0.10
19222024-12-19T04:36:20.963Z Compiling winnow v0.6.20
19232024-12-19T04:36:23.272Z Compiling anstyle-parse v0.2.5
19242024-12-19T04:36:23.616Z Compiling stringprep v0.1.5
19252024-12-19T04:36:24.610Z Compiling addr2line v0.24.2
19262024-12-19T04:36:24.655Z Compiling toml_edit v0.22.22
19272024-12-19T04:36:25.262Z Compiling regress v0.10.1
19282024-12-19T04:36:25.477Z Compiling crossbeam-deque v0.8.5
19292024-12-19T04:36:25.804Z Compiling term v0.7.0
19302024-12-19T04:36:27.099Z Compiling slog-json v2.6.1
19312024-12-19T04:36:28.253Z Compiling crossbeam-channel v0.5.13
19322024-12-19T04:36:30.420Z Compiling idna v0.3.0
19332024-12-19T04:36:31.975Z Compiling idna v0.4.0
19342024-12-19T04:36:32.388Z Compiling futures-executor v0.3.31
19352024-12-19T04:36:32.898Z Compiling num-integer v0.1.46
19362024-12-19T04:36:33.416Z Compiling md-5 v0.10.6
19372024-12-19T04:36:33.590Z Compiling ff v0.13.0
19382024-12-19T04:36:33.646Z Compiling hash32 v0.2.1
19392024-12-19T04:36:33.810Z Compiling memmap v0.7.0
19402024-12-19T04:36:33.832Z Compiling is-terminal v0.4.13
19412024-12-19T04:36:33.967Z Compiling object v0.36.5
19422024-12-19T04:36:34.009Z Compiling linked-hash-map v0.5.6
19432024-12-19T04:36:34.113Z Compiling psl-types v2.0.11
19442024-12-19T04:36:34.295Z Compiling rustc-demangle v0.1.24
19452024-12-19T04:36:34.365Z Compiling utf-8 v0.7.6
19462024-12-19T04:36:34.529Z Compiling take_mut v0.2.2
19472024-12-19T04:36:34.665Z Compiling base16ct v0.2.0
19482024-12-19T04:36:34.694Z Compiling colorchoice v1.0.2
19492024-12-19T04:36:34.875Z Compiling heck v0.4.1
19502024-12-19T04:36:34.962Z Compiling is_terminal_polyfill v1.70.1
19512024-12-19T04:36:35.094Z Compiling fallible-iterator v0.2.0
19522024-12-19T04:36:35.162Z Compiling quick-error v1.2.3
19532024-12-19T04:36:35.271Z Compiling anstyle-query v1.1.1
19542024-12-19T04:36:35.315Z Compiling resolv-conf v0.7.0
19552024-12-19T04:36:35.431Z Compiling anstream v0.6.15
19562024-12-19T04:36:35.837Z Compiling postgres-protocol v0.6.7
19572024-12-19T04:36:36.003Z Compiling strum_macros v0.25.3
19582024-12-19T04:36:36.109Z Compiling sec1 v0.7.3
19592024-12-19T04:36:37.038Z Compiling tungstenite v0.24.0
19602024-12-19T04:36:37.735Z Compiling publicsuffix v2.2.3
19612024-12-19T04:36:37.987Z Compiling lru-cache v0.1.2
19622024-12-19T04:36:38.191Z Compiling usdt v0.5.0
19632024-12-19T04:36:38.642Z Compiling slog-term v2.9.1
19642024-12-19T04:36:39.042Z Compiling group v0.13.0
19652024-12-19T04:36:39.359Z Compiling num-iter v0.1.45
19662024-12-19T04:36:39.565Z Compiling hickory-proto v0.24.1
19672024-12-19T04:36:39.585Z Compiling futures v0.3.31
19682024-12-19T04:36:39.761Z Compiling tokio-rustls v0.26.0
19692024-12-19T04:36:40.633Z Compiling tokio-rustls v0.25.0
19702024-12-19T04:36:41.051Z Compiling typify-impl v0.2.0
19712024-12-19T04:36:41.769Z Compiling backtrace v0.3.74
19722024-12-19T04:36:41.869Z Compiling toml v0.8.19
19732024-12-19T04:36:42.239Z Compiling slog-bunyan v2.5.0
19742024-12-19T04:36:42.448Z Compiling tokio-native-tls v0.3.1
19752024-12-19T04:36:42.794Z Compiling phf_shared v0.11.2
19762024-12-19T04:36:43.235Z Compiling async-stream v0.3.6
19772024-12-19T04:36:43.465Z Compiling waitgroup v0.1.2
19782024-12-19T04:36:43.496Z Compiling webpki-roots v0.26.6
19792024-12-19T04:36:43.724Z Compiling idna v0.5.0
19802024-12-19T04:36:43.893Z Compiling terminal_size v0.4.0
19812024-12-19T04:36:44.109Z Compiling serde_path_to_error v0.1.16
19822024-12-19T04:36:44.941Z Compiling hkdf v0.12.4
19832024-12-19T04:36:45.181Z Compiling crypto-bigint v0.5.5
19842024-12-19T04:36:45.201Z Compiling derive-where v1.2.7
19852024-12-19T04:36:45.240Z Compiling serde_repr v0.1.19
19862024-12-19T04:36:46.497Z Compiling hostname v0.4.0
19872024-12-19T04:36:46.738Z Compiling crc32fast v1.4.2
19882024-12-19T04:36:47.566Z Compiling unicode-width v0.1.14
19892024-12-19T04:36:48.228Z Compiling bitflags v1.3.2
19902024-12-19T04:36:48.308Z Compiling winnow v0.5.40
19912024-12-19T04:36:48.441Z Compiling managed v0.8.0
19922024-12-19T04:36:48.721Z Compiling clap_lex v0.7.2
19932024-12-19T04:36:48.785Z Compiling debug-ignore v1.0.5
19942024-12-19T04:36:49.139Z Compiling clap_builder v4.5.21
19952024-12-19T04:36:49.981Z Compiling elliptic-curve v0.13.8
19962024-12-19T04:36:50.740Z Compiling console v0.15.8
19972024-12-19T04:36:52.102Z Compiling toml_edit v0.19.15
19982024-12-19T04:36:52.183Z Compiling flate2 v1.0.34
19992024-12-19T04:36:52.647Z Compiling typify-macro v0.2.0
20002024-12-19T04:36:53.063Z Compiling hickory-resolver v0.24.1
20012024-12-19T04:36:56.392Z Compiling cookie_store v0.21.0
20022024-12-19T04:36:57.815Z Compiling hyper-rustls v0.27.3
20032024-12-19T04:37:02.387Z Compiling phf v0.11.2
20042024-12-19T04:37:02.714Z Compiling hyper-tls v0.6.0
20052024-12-19T04:37:02.714Z Compiling signal-hook-mio v0.2.4
20062024-12-19T04:37:02.714Z Compiling rayon v1.10.0
20072024-12-19T04:37:02.715Z Compiling bzip2 v0.4.4
20082024-12-19T04:37:02.742Z Compiling tokio-tungstenite v0.24.0
20092024-12-19T04:37:02.742Z Compiling postgres-types v0.2.8
20102024-12-19T04:37:02.742Z Compiling ed25519 v2.2.3
20112024-12-19T04:37:02.742Z Compiling hubpack v0.1.2
20122024-12-19T04:37:02.742Z Compiling phf_shared v0.10.0
20132024-12-19T04:37:02.742Z Compiling pkcs1 v0.7.5
20142024-12-19T04:37:02.742Z Compiling zerocopy v0.6.6
20152024-12-19T04:37:02.742Z Compiling tokio-stream v0.1.16
20162024-12-19T04:37:02.829Z Compiling serde-big-array v0.5.1
20172024-12-19T04:37:02.885Z Compiling rfc6979 v0.4.0
20182024-12-19T04:37:03.024Z Compiling float-cmp v0.9.0
20192024-12-19T04:37:03.204Z Compiling sync_wrapper v1.0.1
20202024-12-19T04:37:03.344Z Compiling bstr v1.10.0
20212024-12-19T04:37:03.392Z Compiling fixedbitset v0.4.2
20222024-12-19T04:37:03.431Z Compiling number_prefix v0.4.0
20232024-12-19T04:37:04.575Z Compiling whoami v1.5.2
20242024-12-19T04:37:04.653Z Compiling normalize-line-endings v0.3.0
20252024-12-19T04:37:04.791Z Compiling precomputed-hash v0.1.1
20262024-12-19T04:37:04.925Z Compiling bit-vec v0.6.3
20272024-12-19T04:37:05.151Z Compiling static_assertions v1.1.0
20282024-12-19T04:37:05.257Z Compiling unicode-width v0.2.0
20292024-12-19T04:37:05.279Z Compiling unicode-segmentation v1.12.0
20302024-12-19T04:37:05.347Z Compiling predicates-core v1.0.8
20312024-12-19T04:37:05.642Z Compiling difflib v0.4.0
20322024-12-19T04:37:05.689Z Compiling new_debug_unreachable v1.0.6
20332024-12-19T04:37:05.784Z Compiling string_cache v0.8.7
20342024-12-19T04:37:05.805Z Compiling indicatif v0.17.9
20352024-12-19T04:37:06.145Z Compiling predicates v3.1.2
20362024-12-19T04:37:06.201Z Compiling similar v2.6.0
20372024-12-19T04:37:07.677Z Compiling bit-set v0.5.3
20382024-12-19T04:37:07.706Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20392024-12-19T04:37:07.998Z Compiling tokio-postgres v0.7.12
20402024-12-19T04:37:08.185Z Compiling reqwest v0.12.9
20412024-12-19T04:37:08.498Z Compiling petgraph v0.6.5
20422024-12-19T04:37:12.660Z Compiling ecdsa v0.16.9
20432024-12-19T04:37:12.981Z Compiling qorb v0.2.1
20442024-12-19T04:37:13.519Z Compiling rsa v0.9.6
20452024-12-19T04:37:13.855Z Compiling ed25519-dalek v2.1.1
20462024-12-19T04:37:14.411Z Compiling zip v0.6.6
20472024-12-19T04:37:14.512Z Compiling crossterm v0.28.1
20482024-12-19T04:37:14.975Z Compiling toml v0.7.8
20492024-12-19T04:37:15.657Z Compiling clap v4.5.21
20502024-12-19T04:37:17.977Z Compiling x509-cert v0.2.5
20512024-12-19T04:37:18.632Z Compiling hex v0.4.3
20522024-12-19T04:37:20.505Z Compiling itertools v0.10.5
20532024-12-19T04:37:21.920Z Compiling radium v0.7.0
20542024-12-19T04:37:22.333Z Compiling lalrpop-util v0.19.12
20552024-12-19T04:37:23.263Z Compiling peg-runtime v0.8.3
20562024-12-19T04:37:24.287Z Compiling unicode-xid v0.2.6
20572024-12-19T04:37:24.476Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20582024-12-19T04:37:41.419Z Compiling ident_case v1.0.1
20592024-12-19T04:37:42.367Z Compiling maybe-uninit v2.0.0
20602024-12-19T04:37:42.680Z Compiling tap v1.0.1
20612024-12-19T04:37:42.881Z Compiling wyz v0.5.1
20622024-12-19T04:37:42.918Z Compiling darling_core v0.20.10
20632024-12-19T04:37:52.864Z Compiling typify v0.2.0
20642024-12-19T04:37:57.154Z Compiling unsafe-libyaml v0.2.11
20652024-12-19T04:37:57.404Z Compiling packed_struct v0.10.1
20662024-12-19T04:37:57.813Z Compiling funty v2.0.0
20672024-12-19T04:37:58.599Z Compiling serde_yaml v0.9.34+deprecated
20682024-12-19T04:37:59.171Z Compiling bitvec v1.0.1
20692024-12-19T04:38:02.481Z Compiling progenitor-impl v0.8.0
20702024-12-19T04:38:04.470Z Compiling darling_macro v0.20.10
20712024-12-19T04:38:06.261Z Compiling packed_struct_codegen v0.10.1
20722024-12-19T04:38:08.007Z Compiling structmeta-derive v0.3.0
20732024-12-19T04:38:08.798Z Compiling indexmap v1.9.3
20742024-12-19T04:38:09.359Z Compiling newtype-uuid v1.1.3
20752024-12-19T04:38:09.604Z Compiling fastrand v2.1.1
20762024-12-19T04:38:09.636Z Compiling nodrop v0.1.14
20772024-12-19T04:38:09.774Z Compiling crc-catalog v2.4.0
20782024-12-19T04:38:09.944Z Compiling crc v3.2.1
20792024-12-19T04:38:10.270Z Compiling tempfile v3.13.0
20802024-12-19T04:38:10.530Z Compiling structmeta v0.3.0
20812024-12-19T04:38:10.933Z Compiling array-init v0.0.4
20822024-12-19T04:38:12.233Z Compiling progenitor-macro v0.8.0
20832024-12-19T04:38:17.758Z Compiling smallvec v0.6.14
20842024-12-19T04:38:18.923Z Compiling darling v0.20.10
20852024-12-19T04:38:24.939Z Compiling progenitor-client v0.8.0
20862024-12-19T04:38:27.132Z Compiling pin-project-internal v1.1.6
20872024-12-19T04:38:27.336Z Compiling dropshot v0.13.0
20882024-12-19T04:38:27.878Z Compiling hashbrown v0.12.3
20892024-12-19T04:38:28.024Z Compiling termcolor v1.4.1
20902024-12-19T04:38:30.176Z Compiling same-file v1.0.6
20912024-12-19T04:38:30.561Z Compiling base64 v0.21.7
20922024-12-19T04:38:30.599Z Compiling bitfield v0.14.0
20932024-12-19T04:38:34.412Z Compiling ron v0.8.1
20942024-12-19T04:38:34.446Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
20952024-12-19T04:38:37.432Z Compiling walkdir v2.5.0
20962024-12-19T04:38:40.398Z Compiling pin-project v1.1.6
20972024-12-19T04:38:44.799Z Compiling env_logger v0.10.2
20982024-12-19T04:38:47.820Z Compiling progenitor v0.8.0
20992024-12-19T04:38:48.071Z Compiling serde_with_macros v3.11.0
21002024-12-19T04:38:48.093Z Compiling serde-hex v0.1.0
21012024-12-19T04:38:48.479Z Compiling parse-display-derive v0.10.0
21022024-12-19T04:38:50.632Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21032024-12-19T04:38:53.282Z Compiling strum_macros v0.26.4
21042024-12-19T04:38:54.562Z Compiling hashbrown v0.13.2
21052024-12-19T04:38:54.689Z Compiling ipnetwork v0.20.0
21062024-12-19T04:38:55.624Z Compiling xattr v1.3.1
21072024-12-19T04:38:55.940Z Compiling dropshot_endpoint v0.13.0
21082024-12-19T04:38:55.961Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21092024-12-19T04:38:55.989Z Compiling snafu-derive v0.8.5
21102024-12-19T04:38:56.666Z Compiling ring v0.16.20
21112024-12-19T04:38:56.730Z Compiling blake3 v1.5.4
21122024-12-19T04:38:57.339Z Compiling filetime v0.2.25
21132024-12-19T04:38:57.641Z Compiling instant v0.1.13
21142024-12-19T04:38:57.710Z Compiling lockfree-object-pool v0.1.6
21152024-12-19T04:38:57.790Z Compiling crc-any v2.5.0
21162024-12-19T04:38:57.820Z Compiling bumpalo v3.16.0
21172024-12-19T04:38:58.001Z Compiling buf-list v1.0.3
21182024-12-19T04:38:58.382Z Compiling simd-adler32 v0.3.7
21192024-12-19T04:38:58.784Z Compiling zip v2.1.3
21202024-12-19T04:38:59.162Z Compiling zopfli v0.8.1
21212024-12-19T04:38:59.316Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21222024-12-19T04:38:59.528Z Compiling strum v0.26.3
21232024-12-19T04:38:59.740Z Compiling backoff v0.4.0
21242024-12-19T04:39:00.129Z Compiling tar v0.4.42
21252024-12-19T04:39:00.806Z Compiling snafu v0.8.5
21262024-12-19T04:39:02.801Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21272024-12-19T04:39:03.024Z Compiling object v0.30.4
21282024-12-19T04:39:03.384Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21292024-12-19T04:39:05.741Z Compiling parse-display v0.10.0
21302024-12-19T04:39:05.809Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21312024-12-19T04:39:06.996Z Compiling serde_with v3.11.0
21322024-12-19T04:39:07.306Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21332024-12-19T04:39:07.704Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21342024-12-19T04:39:07.925Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21352024-12-19T04:39:08.144Z Compiling camino-tempfile v1.1.1
21362024-12-19T04:39:08.638Z Compiling globset v0.4.15
21372024-12-19T04:39:08.930Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21382024-12-19T04:39:09.138Z Compiling regress v0.9.1
21392024-12-19T04:39:11.388Z Compiling pem v3.0.4
21402024-12-19T04:39:12.863Z Compiling olpc-cjson v0.1.4
21412024-12-19T04:39:13.189Z Compiling serde_plain v1.0.2
21422024-12-19T04:39:13.697Z Compiling macaddr v1.0.1
21432024-12-19T04:39:14.329Z Compiling async-recursion v1.1.1
21442024-12-19T04:39:14.429Z Compiling memmap2 v0.9.5
21452024-12-19T04:39:15.073Z Compiling typed-path v0.9.3
21462024-12-19T04:39:15.793Z Compiling arrayvec v0.7.6
21472024-12-19T04:39:16.085Z Compiling path-slash v0.1.5
21482024-12-19T04:39:16.197Z Compiling arrayref v0.3.9
21492024-12-19T04:39:16.289Z Compiling spin v0.5.2
21502024-12-19T04:39:16.318Z Compiling constant_time_eq v0.3.1
21512024-12-19T04:39:16.337Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
21522024-12-19T04:39:17.075Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21532024-12-19T04:39:17.763Z Compiling tough v0.19.0
21542024-12-19T04:39:23.156Z Compiling itertools v0.13.0
21552024-12-19T04:39:23.379Z Compiling cargo-platform v0.1.8
21562024-12-19T04:39:23.713Z Compiling parse-size v1.1.0
21572024-12-19T04:39:24.033Z Compiling topological-sort v0.2.2
21582024-12-19T04:39:24.429Z Compiling omicron-zone-package v0.11.1
21592024-12-19T04:39:24.459Z Compiling cargo_metadata v0.18.1
21602024-12-19T04:39:26.501Z Compiling shell-words v1.1.0
21612024-12-19T04:39:30.297Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21622024-12-19T04:39:43.695Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
21632024-12-19T04:40:01.248Z Finished `release` profile [optimized] target(s) in 5m 51s
21642024-12-19T04:40:01.373Z Running `target/release/omicron-releng --output-dir /work`
21652024-12-19T04:40:01.373ZDec 19 04:39:58.212 DEBG changing working directory to /work/oxidecomputer/omicron
21662024-12-19T04:40:01.373ZDec 19 04:39:58.315 DEBG running: git rev-parse HEAD
21672024-12-19T04:40:01.373ZDec 19 04:39:58.322 DEBG process exited with exit status: 0 (6.567984ms)
21682024-12-19T04:40:01.373ZDec 19 04:39:58.322 INFO version: 12.0.0-0.ci+git2a37e9cc498
21692024-12-19T04:40:01.373ZDec 19 04:39:58.366 INFO cloning helios to /work/oxidecomputer/helios
21702024-12-19T04:40:01.373ZDec 19 04:39:58.366 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
21712024-12-19T04:40:01.373ZCloning into '/work/oxidecomputer/helios'...
21722024-12-19T04:40:01.373ZDec 19 04:39:58.904 DEBG process exited with exit status: 0 (537.979269ms)
21732024-12-19T04:40:01.373ZDec 19 04:39:58.904 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
21742024-12-19T04:40:01.374Z# branch.oid 53bc8bcccb29641cca9248dac64ce901acb8732b
21752024-12-19T04:40:01.374Z# branch.head master
21762024-12-19T04:40:01.374Z# branch.upstream origin/master
21772024-12-19T04:40:01.374Z# branch.ab +0 -0
21782024-12-19T04:40:01.374ZDec 19 04:39:58.912 DEBG process exited with exit status: 0 (8.072191ms)
21792024-12-19T04:40:01.377ZDec 19 04:39:58.912 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
21802024-12-19T04:40:01.402ZDec 19 04:39:59.779 DEBG process exited with exit status: 0 (866.312019ms)
21812024-12-19T04:40:01.402ZDec 19 04:39:59.779 DEBG running: zfs list rpool/images/build/host
21822024-12-19T04:40:01.403ZNAME USED AVAIL REFER MOUNTPOINT
21832024-12-19T04:40:01.403Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
21842024-12-19T04:40:01.403ZDec 19 04:39:59.786 DEBG process exited with exit status: 0 (7.381333ms)
21852024-12-19T04:40:01.404ZDec 19 04:39:59.786 DEBG running: zfs list rpool/images/build/recovery
21862024-12-19T04:40:01.404ZNAME USED AVAIL REFER MOUNTPOINT
21872024-12-19T04:40:01.404Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
21882024-12-19T04:40:01.404ZDec 19 04:39:59.793 DEBG process exited with exit status: 0 (6.204712ms)
21892024-12-19T04:40:01.404ZDec 19 04:39:59.794 INFO [hubris-production] running task
21902024-12-19T04:40:01.404ZDec 19 04:39:59.794 INFO [hubris-staging] running task
21912024-12-19T04:40:01.404ZDec 19 04:39:59.794 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
21922024-12-19T04:40:01.404ZDec 19 04:39:59.798 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
21932024-12-19T04:40:01.404Z[ helios-setup] cd tools/helios-build && cargo build --quiet
21942024-12-19T04:40:01.404Z[ omicron-package] Blocking waiting for file lock on package cache
21952024-12-19T04:40:01.404Z[ omicron-package] Blocking waiting for file lock on package cache
21962024-12-19T04:40:01.618Z[ omicron-package] Blocking waiting for file lock on package cache
21972024-12-19T04:40:02.374Z[ omicron-package] Compiling zerocopy v0.8.10
21982024-12-19T04:40:02.377Z[ omicron-package] Compiling proc-macro-crate v1.3.1
21992024-12-19T04:40:02.377Z[ omicron-package] Compiling itertools v0.13.0
22002024-12-19T04:40:02.377Z[ omicron-package] Compiling zerocopy-derive v0.8.10
22012024-12-19T04:40:02.377Z[ omicron-package] Compiling heapless v0.8.0
22022024-12-19T04:40:02.377Z[ omicron-package] Compiling hash32 v0.3.1
22032024-12-19T04:40:02.377Z[ omicron-package] Compiling smoltcp v0.11.0
22042024-12-19T04:40:02.377Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22052024-12-19T04:40:03.060ZDec 19 04:40:02.522 INFO [hubris-production] task succeeded (2.723523622s)
22062024-12-19T04:40:03.301Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
22072024-12-19T04:40:03.851Z[ omicron-package] Compiling cobs v0.2.3
22082024-12-19T04:40:04.005Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22092024-12-19T04:40:04.298Z[ omicron-package] Compiling num_enum_derive v0.5.11
22102024-12-19T04:40:04.610Z[ omicron-package] Compiling postcard v1.0.10
22112024-12-19T04:40:04.721Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22122024-12-19T04:40:04.810Z[ omicron-package] Compiling proc-macro-error v1.0.4
22132024-12-19T04:40:05.142Z[ omicron-package] Compiling foreign-types-macros v0.2.3
22142024-12-19T04:40:05.808Z[ omicron-package] Compiling foreign-types-shared v0.3.1
22152024-12-19T04:40:05.865Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22162024-12-19T04:40:06.746Z[ omicron-package] Compiling tabwriter v1.4.0
22172024-12-19T04:40:07.166Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22182024-12-19T04:40:07.715Z[ omicron-package] Compiling foreign-types v0.5.0
22192024-12-19T04:40:08.104Z[ omicron-package] Compiling cstr-argument v0.1.2
22202024-12-19T04:40:08.396Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22212024-12-19T04:40:08.493Z[ omicron-package] Compiling pretty-hex v0.2.1
22222024-12-19T04:40:08.756Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22232024-12-19T04:40:08.817Z[ omicron-package] Compiling num_enum v0.5.11
22242024-12-19T04:40:08.821Z[ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22252024-12-19T04:40:08.896Z[ omicron-package] Compiling thiserror v2.0.3
22262024-12-19T04:40:09.358Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
22272024-12-19T04:40:09.515Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22282024-12-19T04:40:09.769Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22292024-12-19T04:40:10.224Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22302024-12-19T04:40:10.513Z[ omicron-package] Compiling colored v2.1.0
22312024-12-19T04:40:10.615Z[ omicron-package] Compiling thiserror-impl v2.0.3
22322024-12-19T04:40:11.095Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22332024-12-19T04:40:11.639Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
22342024-12-19T04:40:12.654Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
22352024-12-19T04:40:12.735Z[ omicron-package] Compiling sigpipe v0.1.3
22362024-12-19T04:40:13.303Z[ omicron-package] Compiling num-derive v0.4.2
22372024-12-19T04:40:13.876Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22382024-12-19T04:40:14.330ZDec 19 04:40:13.794 INFO [hubris-staging] task succeeded (13.999859374s)
22392024-12-19T04:40:14.656Z[ omicron-package] Compiling libefi-sys v0.1.0
22402024-12-19T04:40:14.952Z[ omicron-package] Compiling zone v0.3.0
22412024-12-19T04:40:15.488Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
22422024-12-19T04:40:16.646Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22432024-12-19T04:40:16.806Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
22442024-12-19T04:40:16.884Z[ omicron-package] Compiling smf v0.2.3
22452024-12-19T04:40:17.546Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
22462024-12-19T04:40:18.251Z[ omicron-package] Compiling bitfield-struct v0.6.2
22472024-12-19T04:40:19.900Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22482024-12-19T04:40:20.240Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22492024-12-19T04:40:20.516Z[ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22502024-12-19T04:40:20.567Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22512024-12-19T04:40:20.653Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
22522024-12-19T04:40:21.292Z[ omicron-package] Compiling gethostname v0.5.0
22532024-12-19T04:40:21.615Z[ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22542024-12-19T04:40:21.644Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22552024-12-19T04:40:24.061Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22562024-12-19T04:40:25.435Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22572024-12-19T04:40:26.871Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22582024-12-19T04:40:29.545Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22592024-12-19T04:40:30.269Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22602024-12-19T04:40:32.023Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
22612024-12-19T04:40:42.049Z[ helios-setup] Dec 19 04:40:41.500 INFO helios repository root is: /work/oxidecomputer/helios
22622024-12-19T04:40:42.065Z[ helios-setup] Dec 19 04:40:41.503 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
22632024-12-19T04:40:42.078Z[ helios-setup] Dec 19 04:40:41.503 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
22642024-12-19T04:40:42.078Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
22652024-12-19T04:40:42.647Z[ helios-setup] Dec 19 04:40:42.106 INFO clone ok!, project: phbl
22662024-12-19T04:40:46.086Z[ helios-setup] Dec 19 04:40:42.106 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
22672024-12-19T04:40:46.086Z[ helios-setup] Dec 19 04:40:42.106 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
22682024-12-19T04:40:46.086Z[ helios-setup] Dec 19 04:40:42.106 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
22692024-12-19T04:40:46.086Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
22702024-12-19T04:40:46.132Z[ helios-setup] Dec 19 04:40:42.667 INFO clone ok!, project: image-builder
22712024-12-19T04:40:46.132Z[ helios-setup] Dec 19 04:40:42.668 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
22722024-12-19T04:40:46.132Z[ helios-setup] Dec 19 04:40:42.668 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
22732024-12-19T04:40:46.132Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
22742024-12-19T04:40:46.132Z[ helios-setup] Dec 19 04:40:43.254 INFO clone ok!, project: pinprick
22752024-12-19T04:40:46.133Z[ helios-setup] Dec 19 04:40:43.254 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
22762024-12-19T04:40:46.133Z[ helios-setup] Dec 19 04:40:43.254 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
22772024-12-19T04:40:46.133Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
22782024-12-19T04:40:46.133Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
22792024-12-19T04:40:46.133Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
22802024-12-19T04:40:50.626Z[ omicron-package] Finished `release` profile [optimized] target(s) in 50.28s
22812024-12-19T04:40:50.884Z[ omicron-package]
22822024-12-19T04:40:50.884Z[ omicron-package] real 50.505235202
22832024-12-19T04:40:50.887Z[ omicron-package] user 2:57.059113173
22842024-12-19T04:40:50.887Z[ omicron-package] sys 25.983067348
22852024-12-19T04:40:50.887Z[ omicron-package] trap 0.263975784
22862024-12-19T04:40:50.887Z[ omicron-package] tflt 0.916485242
22872024-12-19T04:40:50.887Z[ omicron-package] dflt 0.715942645
22882024-12-19T04:40:50.887Z[ omicron-package] kflt 0.000266036
22892024-12-19T04:40:50.887Z[ omicron-package] lock 6:17.180812887
22902024-12-19T04:40:50.887Z[ omicron-package] slp 10:18.307668650
22912024-12-19T04:40:50.887Z[ omicron-package] lat 1:41.852852633
22922024-12-19T04:40:50.887Z[ omicron-package] stop 59.330650131
22932024-12-19T04:40:50.887ZDec 19 04:40:50.347 INFO [omicron-package] process exited with exit status: 0 (50.552633368s)
22942024-12-19T04:40:50.887ZDec 19 04:40:50.347 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
22952024-12-19T04:40:50.955ZDec 19 04:40:50.418 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
22962024-12-19T04:40:50.970Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
22972024-12-19T04:40:50.972Z[ host-target] Created new build target 'host' and set it as active
22982024-12-19T04:40:50.974ZDec 19 04:40:50.435 INFO [host-target] process exited with exit status: 0 (87.549452ms)
22992024-12-19T04:40:50.974ZDec 19 04:40:50.435 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
23002024-12-19T04:40:50.980Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
23012024-12-19T04:40:50.982Z[ recovery-target] Created new build target 'recovery' and set it as active
23022024-12-19T04:40:50.984ZDec 19 04:40:50.445 INFO [recovery-target] process exited with exit status: 0 (27.242687ms)
23032024-12-19T04:40:50.991Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
23042024-12-19T04:40:51.135Z[ helios-setup] Submodule path 'amd-firmware': checked out '7a9b5f6729edd91286f20e794f130fd370ed2fbe'
23052024-12-19T04:40:51.144Z[ helios-setup] Dec 19 04:40:50.606 INFO clone ok!, project: amd-host-image-builder
23062024-12-19T04:40:51.146Z[ helios-setup] Dec 19 04:40:50.606 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
23072024-12-19T04:40:51.146Z[ helios-setup] Dec 19 04:40:50.606 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
23082024-12-19T04:40:51.146Z[ helios-setup] Dec 19 04:40:50.606 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
23092024-12-19T04:40:51.149Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
23102024-12-19T04:40:52.008Z[ helios-setup] Dec 19 04:40:51.469 INFO clone ok!, project: pilot
23112024-12-19T04:40:52.011Z[ helios-setup] Dec 19 04:40:51.470 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
23122024-12-19T04:40:52.011Z[ helios-setup] Dec 19 04:40:51.470 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
23132024-12-19T04:40:52.012Z[ helios-setup] Dec 19 04:40:51.470 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
23142024-12-19T04:40:52.012Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
23152024-12-19T04:40:52.217Z[ host-package] Compiling convert_case v0.4.0
23162024-12-19T04:40:52.221Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
23172024-12-19T04:40:52.221Z[ host-package] Compiling newline-converter v0.3.0
23182024-12-19T04:40:52.221Z[ host-package] Compiling password-hash v0.5.0
23192024-12-19T04:40:52.221Z[ host-package] Compiling progenitor-client v0.8.0
23202024-12-19T04:40:52.221Z[ host-package] Compiling blake2 v0.10.6
23212024-12-19T04:40:52.221Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
23222024-12-19T04:40:52.221Z[ host-package] Compiling owo-colors v4.1.0
23232024-12-19T04:40:52.552Z[ host-package] Compiling expectorate v1.1.0
23242024-12-19T04:40:52.683Z[ host-package] Compiling cancel-safe-futures v0.1.5
23252024-12-19T04:40:52.709Z[ helios-setup] Dec 19 04:40:52.169 INFO clone ok!, project: bootserver
23262024-12-19T04:40:52.709Z[ helios-setup] Dec 19 04:40:52.169 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
23272024-12-19T04:40:52.712Z[ helios-setup] Dec 19 04:40:52.169 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
23282024-12-19T04:40:52.715Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
23292024-12-19T04:40:52.773Z[ host-package] Compiling num-rational v0.4.2
23302024-12-19T04:40:52.796Z[ host-package] Compiling num-complex v0.4.6
23312024-12-19T04:40:53.070Z[ host-package] Compiling argon2 v0.5.3
23322024-12-19T04:40:53.098Z[ host-package] Compiling progenitor v0.8.0
23332024-12-19T04:40:53.098Z[ host-package] Compiling derive_more v0.99.18
23342024-12-19T04:40:53.592Z[ host-package] Compiling atomicwrites v0.4.4
23352024-12-19T04:40:53.842Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23362024-12-19T04:40:54.169Z[ host-package] Compiling num v0.4.3
23372024-12-19T04:40:54.241Z[ host-package] Compiling libsw v3.3.1
23382024-12-19T04:40:54.309Z[ host-package] Compiling float-ord v0.3.2
23392024-12-19T04:40:54.458Z[ host-package] Compiling indent_write v2.2.0
23402024-12-19T04:40:54.517Z[ host-package] Compiling linear-map v1.2.0
23412024-12-19T04:40:54.565Z[ host-package] Compiling swrite v0.1.0
23422024-12-19T04:40:54.624Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23432024-12-19T04:40:54.709Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23442024-12-19T04:40:54.731Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
23452024-12-19T04:40:54.947Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23462024-12-19T04:40:55.251Z[ host-package] Compiling highway v1.2.0
23472024-12-19T04:40:55.396Z[ host-package] Compiling semver v0.1.20
23482024-12-19T04:40:56.030Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23492024-12-19T04:40:56.330Z[ host-package] Compiling rustc_version v0.1.7
23502024-12-19T04:40:56.782Z[ host-package] Compiling newtype-uuid v1.1.3
23512024-12-19T04:40:56.805Z[ host-package] Compiling newtype_derive v0.1.6
23522024-12-19T04:40:57.184Z[ host-package] Compiling dropshot v0.13.0
23532024-12-19T04:40:57.247Z[ host-package] Compiling ipnetwork v0.20.0
23542024-12-19T04:40:57.274Z[ host-package] Compiling instant v0.1.13
23552024-12-19T04:40:57.454Z[ host-package] Compiling humantime v2.1.0
23562024-12-19T04:40:58.069Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
23572024-12-19T04:40:58.408Z[ host-package] Compiling backoff v0.4.0
23582024-12-19T04:40:59.004Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23592024-12-19T04:40:59.338Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23602024-12-19T04:40:59.927Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23612024-12-19T04:41:02.044Z[ helios-setup] Dec 19 04:41:01.504 INFO clone ok!, project: amd-firmware
23622024-12-19T04:41:02.048Z[ helios-setup] Dec 19 04:41:01.504 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
23632024-12-19T04:41:02.048Z[ helios-setup] Dec 19 04:41:01.505 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
23642024-12-19T04:41:02.051Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
23652024-12-19T04:41:02.912Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23662024-12-19T04:41:03.193Z[ helios-setup] Dec 19 04:41:02.654 INFO clone ok!, project: chelsio-t6-roms
23672024-12-19T04:41:03.196Z[ helios-setup] Dec 19 04:41:02.654 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
23682024-12-19T04:41:03.914Z[ helios-setup] Dec 19 04:41:03.375 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
23692024-12-19T04:41:04.472Z[ host-package] Compiling parse-display v0.10.0
23702024-12-19T04:41:04.625Z[ helios-setup] Dec 19 04:41:04.086 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
23712024-12-19T04:41:04.625Z[ helios-setup] Dec 19 04:41:04.086 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
23722024-12-19T04:41:04.751Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23732024-12-19T04:41:04.975Z[ host-package] Compiling serde_with v3.11.0
23742024-12-19T04:41:05.153Z[ host-package] Compiling strum v0.26.3
23752024-12-19T04:41:05.173Z[ helios-setup] Dec 19 04:41:04.633 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
23762024-12-19T04:41:05.447Z[ host-package] Compiling regress v0.9.1
23772024-12-19T04:41:05.677Z[ helios-setup] Dec 19 04:41:05.137 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
23782024-12-19T04:41:05.680Z[ helios-setup] Dec 19 04:41:05.138 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
23792024-12-19T04:41:06.238Z[ helios-setup] Dec 19 04:41:05.699 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
23802024-12-19T04:41:06.950Z[ helios-setup] Dec 19 04:41:06.410 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
23812024-12-19T04:41:06.953Z[ helios-setup] Dec 19 04:41:06.411 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
23822024-12-19T04:41:06.954Z[ helios-setup] Dec 19 04:41:06.411 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
23832024-12-19T04:41:06.954Z[ helios-setup] Dec 19 04:41:06.411 INFO ok!
23842024-12-19T04:41:06.954Z[ helios-setup] Dec 19 04:41:06.411 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
23852024-12-19T04:41:06.954Z[ helios-setup] Dec 19 04:41:06.411 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
23862024-12-19T04:41:06.954Z[ helios-setup] Dec 19 04:41:06.411 INFO ok!
23872024-12-19T04:41:06.954Z[ helios-setup] Dec 19 04:41:06.411 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
23882024-12-19T04:41:06.954Z[ helios-setup] Dec 19 04:41:06.411 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
23892024-12-19T04:41:06.954Z[ helios-setup] Dec 19 04:41:06.411 INFO ok!
23902024-12-19T04:41:06.954Z[ helios-setup] Dec 19 04:41:06.411 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
23912024-12-19T04:41:06.954Z[ helios-setup] Dec 19 04:41:06.411 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
23922024-12-19T04:41:07.312Z[ helios-setup] Dec 19 04:41:06.762 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
23932024-12-19T04:41:07.755Z[ helios-setup] Dec 19 04:41:07.216 INFO E| From https://github.com/jclulow/rust-jmclib
23942024-12-19T04:41:07.755Z[ helios-setup] Dec 19 04:41:07.216 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
23952024-12-19T04:41:07.775Z[ helios-setup] Dec 19 04:41:07.236 INFO E| Updating crates.io index
23962024-12-19T04:41:07.790Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23972024-12-19T04:41:07.882Z[ helios-setup] Dec 19 04:41:07.342 INFO E| Downloading crates ...
23982024-12-19T04:41:08.030Z[ helios-setup] Dec 19 04:41:07.488 INFO E| Downloaded cpufeatures v0.2.9
23992024-12-19T04:41:08.033Z[ helios-setup] Dec 19 04:41:07.492 INFO E| Downloaded digest v0.9.0
24002024-12-19T04:41:08.036Z[ helios-setup] Dec 19 04:41:07.495 INFO E| Downloaded block-buffer v0.9.0
24012024-12-19T04:41:08.037Z[ helios-setup] Dec 19 04:41:07.496 INFO E| Downloaded opaque-debug v0.3.0
24022024-12-19T04:41:08.041Z[ helios-setup] Dec 19 04:41:07.497 INFO E| Downloaded anyhow v1.0.72
24032024-12-19T04:41:08.044Z[ helios-setup] Dec 19 04:41:07.503 INFO E| Downloaded md-5 v0.9.1
24042024-12-19T04:41:08.048Z[ helios-setup] Dec 19 04:41:07.506 INFO E| Downloaded libdevinfo-sys v1.0.0
24052024-12-19T04:41:08.049Z[ helios-setup] Dec 19 04:41:07.507 INFO E| Downloaded bitflags v2.3.3
24062024-12-19T04:41:08.052Z[ helios-setup] Dec 19 04:41:07.512 INFO E| Downloaded unicode-width v0.1.10
24072024-12-19T04:41:08.056Z[ helios-setup] Dec 19 04:41:07.514 INFO E| Downloaded itoa v1.0.9
24082024-12-19T04:41:08.056Z[ helios-setup] Dec 19 04:41:07.516 INFO E| Downloaded sha-1 v0.9.8
24092024-12-19T04:41:08.061Z[ helios-setup] Dec 19 04:41:07.519 INFO E| Downloaded walkdir v2.3.3
24102024-12-19T04:41:08.065Z[ helios-setup] Dec 19 04:41:07.522 INFO E| Downloaded errno v0.3.1
24112024-12-19T04:41:08.065Z[ helios-setup] Dec 19 04:41:07.524 INFO E| Downloaded fastrand v2.0.0
24122024-12-19T04:41:08.097Z[ helios-setup] Dec 19 04:41:07.555 INFO E| Downloaded uuid v0.8.2
24132024-12-19T04:41:08.101Z[ helios-setup] Dec 19 04:41:07.561 INFO E| Downloaded typenum v1.16.0
24142024-12-19T04:41:08.105Z[ helios-setup] Dec 19 04:41:07.564 INFO E| Downloaded quote v1.0.31
24152024-12-19T04:41:08.109Z[ helios-setup] Dec 19 04:41:07.569 INFO E| Downloaded unicode-ident v1.0.11
24162024-12-19T04:41:08.114Z[ helios-setup] Dec 19 04:41:07.573 INFO E| Downloaded proc-macro2 v1.0.66
24172024-12-19T04:41:08.120Z[ helios-setup] Dec 19 04:41:07.577 INFO E| Downloaded tempfile v3.7.0
24182024-12-19T04:41:08.125Z[ helios-setup] Dec 19 04:41:07.581 INFO E| Downloaded serde v1.0.193
24192024-12-19T04:41:08.129Z[ helios-setup] Dec 19 04:41:07.586 INFO E| Downloaded serde_derive v1.0.193
24202024-12-19T04:41:08.133Z[ helios-setup] Dec 19 04:41:07.590 INFO E| Downloaded ryu v1.0.15
24212024-12-19T04:41:08.136Z[ helios-setup] Dec 19 04:41:07.596 INFO E| Downloaded getrandom v0.2.10
24222024-12-19T04:41:08.141Z[ helios-setup] Dec 19 04:41:07.600 INFO E| Downloaded serde_json v1.0.103
24232024-12-19T04:41:08.152Z[ helios-setup] Dec 19 04:41:07.611 INFO E| Downloaded toml v0.5.11
24242024-12-19T04:41:08.159Z[ helios-setup] Dec 19 04:41:07.614 INFO E| Downloaded once_cell v1.18.0
24252024-12-19T04:41:08.159Z[ helios-setup] Dec 19 04:41:07.618 INFO E| Downloaded syn v2.0.32
24262024-12-19T04:41:08.202Z[ helios-setup] Dec 19 04:41:07.662 INFO E| Downloaded rustix v0.38.4
24272024-12-19T04:41:08.261Z[ helios-setup] Dec 19 04:41:07.722 INFO E| Downloaded libc v0.2.147
24282024-12-19T04:41:08.381Z[ helios-setup] Dec 19 04:41:07.841 INFO E| Compiling libc v0.2.147
24292024-12-19T04:41:08.381Z[ helios-setup] Dec 19 04:41:07.841 INFO E| Compiling proc-macro2 v1.0.66
24302024-12-19T04:41:08.384Z[ helios-setup] Dec 19 04:41:07.841 INFO E| Compiling unicode-ident v1.0.11
24312024-12-19T04:41:08.384Z[ helios-setup] Dec 19 04:41:07.841 INFO E| Compiling cfg-if v1.0.0
24322024-12-19T04:41:08.384Z[ helios-setup] Dec 19 04:41:07.841 INFO E| Compiling typenum v1.16.0
24332024-12-19T04:41:08.384Z[ helios-setup] Dec 19 04:41:07.841 INFO E| Compiling version_check v0.9.4
24342024-12-19T04:41:08.385Z[ helios-setup] Dec 19 04:41:07.841 INFO E| Compiling serde v1.0.193
24352024-12-19T04:41:08.385Z[ helios-setup] Dec 19 04:41:07.841 INFO E| Compiling num-conv v0.1.0
24362024-12-19T04:41:08.762Z[ helios-setup] Dec 19 04:41:08.223 INFO E| Compiling powerfmt v0.2.0
24372024-12-19T04:41:08.772Z[ helios-setup] Dec 19 04:41:08.232 INFO E| Compiling time-core v0.1.2
24382024-12-19T04:41:09.149Z[ helios-setup] Dec 19 04:41:08.609 INFO E| Compiling rustix v0.38.4
24392024-12-19T04:41:09.473Z[ helios-setup] Dec 19 04:41:08.928 INFO E| Compiling itoa v1.0.9
24402024-12-19T04:41:09.683Z[ helios-setup] Dec 19 04:41:09.144 INFO E| Compiling slog v2.7.0
24412024-12-19T04:41:09.747Z[ helios-setup] Dec 19 04:41:09.207 INFO E| Compiling time-macros v0.2.18
24422024-12-19T04:41:09.807Z[ helios-setup] Dec 19 04:41:09.267 INFO E| Compiling deranged v0.3.11
24432024-12-19T04:41:09.976Z[ helios-setup] Dec 19 04:41:09.436 INFO E| Compiling generic-array v0.14.7
24442024-12-19T04:41:10.699Z[ host-package] Compiling macaddr v1.0.1
24452024-12-19T04:41:10.735Z[ helios-setup] Dec 19 04:41:10.190 INFO E| Compiling once_cell v1.18.0
24462024-12-19T04:41:10.758Z[ host-package] Compiling steno v0.4.1
24472024-12-19T04:41:10.850Z[ helios-setup] Dec 19 04:41:10.309 INFO E| Compiling bitflags v2.3.3
24482024-12-19T04:41:10.995Z[ helios-setup] Dec 19 04:41:10.455 INFO E| Compiling num_threads v0.1.6
24492024-12-19T04:41:11.239Z[ helios-setup] Dec 19 04:41:10.699 INFO E| Compiling thread_local v1.1.7
24502024-12-19T04:41:11.517Z[ helios-setup] Dec 19 04:41:10.898 INFO E| Compiling quote v1.0.31
24512024-12-19T04:41:12.213Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24522024-12-19T04:41:12.625Z[ helios-setup] Dec 19 04:41:12.085 INFO E| Compiling syn v2.0.32
24532024-12-19T04:41:12.653Z[ helios-setup] Dec 19 04:41:12.113 INFO E| Compiling dirs-sys-next v0.1.2
24542024-12-19T04:41:12.897Z[ helios-setup] Dec 19 04:41:12.357 INFO E| Compiling errno v0.3.1
24552024-12-19T04:41:13.079Z[ host-package] Compiling prettyplease v0.2.25
24562024-12-19T04:41:13.189Z[ helios-setup] Dec 19 04:41:12.589 INFO E| Compiling dirs-next v2.0.0
24572024-12-19T04:41:13.230Z[ host-package] Compiling slog-dtrace v0.3.0
24582024-12-19T04:41:13.296Z[ helios-setup] Dec 19 04:41:12.756 INFO E| Compiling atty v0.2.14
24592024-12-19T04:41:13.590Z[ helios-setup] Dec 19 04:41:13.050 INFO E| Compiling term v0.7.0
24602024-12-19T04:41:13.617Z[ helios-setup] Dec 19 04:41:13.077 INFO E| Compiling anyhow v1.0.72
24612024-12-19T04:41:13.839Z[ helios-setup] Dec 19 04:41:13.299 INFO E| Compiling serde_json v1.0.103
24622024-12-19T04:41:14.050Z[ host-package] Compiling tungstenite v0.21.0
24632024-12-19T04:41:14.157Z[ host-package] Compiling display-error-chain v0.2.2
24642024-12-19T04:41:14.304Z[ helios-setup] Dec 19 04:41:13.763 INFO E| Compiling fastrand v2.0.0
24652024-12-19T04:41:14.903Z[ helios-setup] Dec 19 04:41:14.337 INFO E| Compiling opaque-debug v0.3.0
24662024-12-19T04:41:15.091Z[ helios-setup] Dec 19 04:41:14.550 INFO E| Compiling getrandom v0.2.10
24672024-12-19T04:41:15.297Z[ helios-setup] Dec 19 04:41:14.757 INFO E| Compiling time v0.3.36
24682024-12-19T04:41:15.451Z[ helios-setup] Dec 19 04:41:14.911 INFO E| Compiling digest v0.9.0
24692024-12-19T04:41:15.497Z[ helios-setup] Dec 19 04:41:14.957 INFO E| Compiling block-buffer v0.9.0
24702024-12-19T04:41:15.743Z[ helios-setup] Dec 19 04:41:15.202 INFO E| Compiling cpufeatures v0.2.9
24712024-12-19T04:41:15.758Z[ helios-setup] Dec 19 04:41:15.218 INFO E| Compiling unicode-width v0.1.10
24722024-12-19T04:41:15.799Z[ helios-setup] Dec 19 04:41:15.259 INFO E| Compiling ryu v1.0.15
24732024-12-19T04:41:15.936Z[ helios-setup] Dec 19 04:41:15.396 INFO E| Compiling tempfile v3.7.0
24742024-12-19T04:41:15.977Z[ helios-setup] Dec 19 04:41:15.437 INFO E| Compiling same-file v1.0.6
24752024-12-19T04:41:16.047Z[ helios-setup] Dec 19 04:41:15.497 INFO E| Compiling getopts v0.2.21
24762024-12-19T04:41:16.464Z[ helios-setup] Dec 19 04:41:15.922 INFO E| Compiling walkdir v2.3.3
24772024-12-19T04:41:16.742Z[ helios-setup] Dec 19 04:41:16.201 INFO E| Compiling sha-1 v0.9.8
24782024-12-19T04:41:17.662Z[ helios-setup] Dec 19 04:41:17.121 INFO E| Compiling md-5 v0.9.1
24792024-12-19T04:41:17.755Z[ helios-setup] Dec 19 04:41:17.215 INFO E| Compiling glob v0.3.1
24802024-12-19T04:41:17.920Z[ helios-setup] Dec 19 04:41:17.379 INFO E| Compiling libdevinfo-sys v1.0.0
24812024-12-19T04:41:18.077Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
24822024-12-19T04:41:19.324Z[ helios-setup] Dec 19 04:41:18.739 INFO E| Compiling slog-term v2.9.0
24832024-12-19T04:41:20.816Z[ host-package] Compiling tokio-tungstenite v0.21.0
24842024-12-19T04:41:21.734Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24852024-12-19T04:41:22.183Z[ helios-setup] Dec 19 04:41:21.643 INFO E| Compiling serde_derive v1.0.193
24862024-12-19T04:41:22.419Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24872024-12-19T04:41:22.705Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
24882024-12-19T04:41:23.675Z[ host-package] Compiling arc-swap v1.7.1
24892024-12-19T04:41:24.505Z[ host-package] Compiling slog-scope v4.4.0
24902024-12-19T04:41:25.603Z[ host-package] Compiling half v2.4.1
24912024-12-19T04:41:26.389Z[ host-package] Compiling ciborium-io v0.2.2
24922024-12-19T04:41:26.581Z[ host-package] Compiling ciborium-ll v0.2.2
24932024-12-19T04:41:27.428Z[ host-package] Compiling slog-stdlog v4.1.1
24942024-12-19T04:41:27.682Z[ host-package] Compiling slog-envlogger v2.2.0
24952024-12-19T04:41:28.500Z[ host-package] Compiling ciborium v0.2.2
24962024-12-19T04:41:31.050Z[ host-package] Compiling nibble_vec v0.1.0
24972024-12-19T04:41:31.327Z[ host-package] Compiling endian-type v0.1.2
24982024-12-19T04:41:31.706Z[ host-package] Compiling radix_trie v0.2.1
24992024-12-19T04:41:32.785Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
25002024-12-19T04:41:36.541Z[ helios-setup] Dec 19 04:41:36.000 INFO E| Compiling toml v0.5.11
25012024-12-19T04:41:36.544Z[ helios-setup] Dec 19 04:41:36.000 INFO E| Compiling uuid v0.8.2
25022024-12-19T04:41:38.751Z[ helios-setup] Dec 19 04:41:38.209 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
25032024-12-19T04:41:39.446Z[ host-package] Compiling fastrand v2.1.1
25042024-12-19T04:41:39.537Z[ host-package] Compiling same-file v1.0.6
25052024-12-19T04:41:39.934Z[ host-package] Compiling walkdir v2.5.0
25062024-12-19T04:41:39.937Z[ host-package] Compiling ring v0.16.20
25072024-12-19T04:41:40.302Z[ host-package] Compiling tempfile v3.13.0
25082024-12-19T04:41:40.483Z[ host-package] Compiling blake3 v1.5.4
25092024-12-19T04:41:40.814Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25102024-12-19T04:41:41.194Z[ host-package] Compiling xattr v1.3.1
25112024-12-19T04:41:41.328Z[ host-package] Compiling filetime v0.2.25
25122024-12-19T04:41:41.538Z[ helios-setup] Dec 19 04:41:40.996 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
25132024-12-19T04:41:41.595Z[ host-package] Compiling memmap2 v0.9.5
25142024-12-19T04:41:41.705Z[ host-package] Compiling arrayref v0.3.9
25152024-12-19T04:41:41.875Z[ host-package] Compiling constant_time_eq v0.3.1
25162024-12-19T04:41:42.060Z[ host-package] Compiling arrayvec v0.7.6
25172024-12-19T04:41:42.121Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25182024-12-19T04:41:42.181Z[ host-package] Compiling keccak v0.1.5
25192024-12-19T04:41:42.687Z[ host-package] Compiling spin v0.5.2
25202024-12-19T04:41:43.010Z[ host-package] Compiling sha3 v0.10.8
25212024-12-19T04:41:43.355Z[ host-package] Compiling tar v0.4.42
25222024-12-19T04:41:43.679Z[ host-package] Compiling camino-tempfile v1.1.1
25232024-12-19T04:41:43.949Z[ host-package] Compiling toolchain_find v0.4.0
25242024-12-19T04:41:44.248Z[ host-package] Compiling const_format_proc_macros v0.2.33
25252024-12-19T04:41:44.353Z[ host-package] Compiling maplit v1.0.2
25262024-12-19T04:41:44.549Z[ host-package] Compiling topological-sort v0.2.2
25272024-12-19T04:41:44.755Z[ host-package] Compiling crunchy v0.2.2
25282024-12-19T04:41:44.818Z[ host-package] Compiling rustfmt-wrapper v0.2.1
25292024-12-19T04:41:45.488Z[ host-package] Compiling tiny-keccak v2.0.2
25302024-12-19T04:41:45.547Z[ host-package] Compiling omicron-zone-package v0.11.1
25312024-12-19T04:41:45.853Z[ host-package] Compiling dsl_auto_type v0.1.2
25322024-12-19T04:41:45.972Z[ host-package] Compiling phf_generator v0.11.2
25332024-12-19T04:41:46.252Z[ host-package] Compiling scheduled-thread-pool v0.2.7
25342024-12-19T04:41:46.272Z[ host-package] Compiling const_format v0.2.33
25352024-12-19T04:41:46.960Z[ host-package] Compiling secrecy v0.8.0
25362024-12-19T04:41:47.203Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25372024-12-19T04:41:47.382Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
25382024-12-19T04:41:47.595Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
25392024-12-19T04:41:47.634Z[ host-package] Compiling r2d2 v0.8.10
25402024-12-19T04:41:47.736Z[ host-package] Compiling phf_codegen v0.11.2
25412024-12-19T04:41:47.877Z[ host-package] Compiling diesel_derives v2.2.3
25422024-12-19T04:41:47.984Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
25432024-12-19T04:41:48.042Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
25442024-12-19T04:41:48.167Z[ host-package] Compiling ascii-canvas v3.0.0
25452024-12-19T04:41:48.221Z[ host-package] Compiling universal-hash v0.5.1
25462024-12-19T04:41:48.523Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
25472024-12-19T04:41:48.666Z[ host-package] Compiling parse-zoneinfo v0.3.1
25482024-12-19T04:41:50.824Z[ host-package] Compiling lzma-sys v0.1.20
25492024-12-19T04:41:51.860Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
25502024-12-19T04:41:51.950Z[ host-package] Compiling ena v0.14.3
25512024-12-19T04:41:52.035Z[ host-package] Compiling diff v0.1.13
25522024-12-19T04:41:52.576Z[ host-package] Compiling regex-syntax v0.6.29
25532024-12-19T04:41:52.714Z[ host-package] Compiling cfg_aliases v0.1.1
25542024-12-19T04:41:52.866Z[ host-package] Compiling opaque-debug v0.3.1
25552024-12-19T04:41:53.010Z[ host-package] Compiling poly1305 v0.8.0
25562024-12-19T04:41:54.188Z[ helios-setup] Dec 19 04:41:53.646 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.11s
25572024-12-19T04:41:54.222Z[ helios-setup] Dec 19 04:41:53.679 INFO building project "image-builder" ok (47 seconds)
25582024-12-19T04:41:54.222Z[ helios-setup] Dec 19 04:41:53.680 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
25592024-12-19T04:41:54.228Z[ helios-setup] Dec 19 04:41:53.680 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
25602024-12-19T04:41:54.504Z[ helios-setup] Dec 19 04:41:53.961 INFO E| Downloading crates ...
25612024-12-19T04:41:54.617Z[ helios-setup] Dec 19 04:41:54.075 INFO E| Downloaded miniz_oxide v0.7.2
25622024-12-19T04:41:54.677Z[ helios-setup] Dec 19 04:41:54.132 INFO E| Compiling adler v1.0.2
25632024-12-19T04:41:54.745Z[ host-package] Compiling nix v0.28.0
25642024-12-19T04:41:54.835Z[ helios-setup] Dec 19 04:41:54.292 INFO E| Compiling miniz_oxide v0.7.2
25652024-12-19T04:41:55.744Z[ host-package] Compiling thiserror-no-std v2.0.2
25662024-12-19T04:41:55.979Z[ host-package] Compiling chrono-tz-build v0.4.0
25672024-12-19T04:41:57.486Z[ host-package] Compiling lalrpop v0.19.12
25682024-12-19T04:41:57.770Z[ helios-setup] Dec 19 04:41:57.219 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
25692024-12-19T04:41:58.896Z[ helios-setup] Dec 19 04:41:58.352 INFO E| Finished `release` profile [optimized] target(s) in 4.57s
25702024-12-19T04:41:58.907Z[ helios-setup] Dec 19 04:41:58.363 INFO building project "pinprick" ok (4 seconds)
25712024-12-19T04:41:58.907Z[ helios-setup] Dec 19 04:41:58.363 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
25722024-12-19T04:41:58.907Z[ helios-setup] Dec 19 04:41:58.363 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
25732024-12-19T04:41:58.917Z[ helios-setup] Dec 19 04:41:58.374 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
25742024-12-19T04:41:59.336Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25752024-12-19T04:41:59.563Z[ helios-setup] Dec 19 04:41:59.017 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
25762024-12-19T04:41:59.564Z[ helios-setup] Dec 19 04:41:59.017 INFO E| info: downloading component 'cargo'
25772024-12-19T04:42:00.575Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25782024-12-19T04:42:00.724Z[ helios-setup] Dec 19 04:42:00.175 INFO E| info: downloading component 'clippy'
25792024-12-19T04:42:00.840Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
25802024-12-19T04:42:00.981Z[ helios-setup] Dec 19 04:42:00.438 INFO E| info: downloading component 'rust-docs'
25812024-12-19T04:42:01.074Z[ host-package] Compiling chacha20 v0.9.1
25822024-12-19T04:42:01.298Z[ host-package] Compiling diesel v2.2.4
25832024-12-19T04:42:01.611Z[ host-package] Compiling heck v0.3.3
25842024-12-19T04:42:02.042Z[ host-package] Compiling aead v0.5.2
25852024-12-19T04:42:02.134Z[ helios-setup] Dec 19 04:42:01.588 INFO E| info: downloading component 'rust-src'
25862024-12-19T04:42:02.433Z[ helios-setup] Dec 19 04:42:01.872 INFO E| info: downloading component 'rust-std'
25872024-12-19T04:42:02.462Z[ host-package] Compiling vte_generate_state_changes v0.1.2
25882024-12-19T04:42:03.027Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
25892024-12-19T04:42:03.368Z[ host-package] Compiling ref-cast v1.0.23
25902024-12-19T04:42:04.022Z[ host-package] Compiling vte v0.11.1
25912024-12-19T04:42:04.384Z[ helios-setup] Dec 19 04:42:03.829 INFO E| info: downloading component 'rustc'
25922024-12-19T04:42:05.511Z[ host-package] Compiling chacha20poly1305 v0.10.1
25932024-12-19T04:42:05.771Z[ host-package] Compiling zone_cfg_derive v0.1.2
25942024-12-19T04:42:06.801Z[ host-package] Compiling chrono-tz v0.10.0
25952024-12-19T04:42:07.496Z[ host-package] Compiling vsss-rs v3.3.4
25962024-12-19T04:42:07.595Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
25972024-12-19T04:42:07.915Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25982024-12-19T04:42:08.545Z[ host-package] Compiling derive_builder_core v0.20.2
25992024-12-19T04:42:09.601Z[ helios-setup] Dec 19 04:42:08.944 INFO E| info: downloading component 'rustfmt'
26002024-12-19T04:42:09.796Z[ helios-setup] Dec 19 04:42:09.244 INFO E| info: installing component 'cargo'
26012024-12-19T04:42:10.909Z[ host-package] Compiling fd-lock v4.0.2
26022024-12-19T04:42:11.166Z[ host-package] Compiling headers-core v0.3.0
26032024-12-19T04:42:11.185Z[ helios-setup] Dec 19 04:42:10.625 INFO E| info: installing component 'clippy'
26042024-12-19T04:42:11.389Z[ host-package] Compiling fxhash v0.2.1
26052024-12-19T04:42:11.644Z[ helios-setup] Dec 19 04:42:11.100 INFO E| info: installing component 'rust-docs'
26062024-12-19T04:42:11.701Z[ host-package] Compiling libxml v0.3.3
26072024-12-19T04:42:12.024Z[ host-package] Compiling ref-cast-impl v1.0.23
26082024-12-19T04:42:12.221Z[ host-package] Compiling bytecount v0.6.8
26092024-12-19T04:42:12.685Z[ host-package] Compiling base64 v0.13.1
26102024-12-19T04:42:13.614Z[ host-package] Compiling ron v0.7.1
26112024-12-19T04:42:13.696Z[ host-package] Compiling papergrid v0.11.0
26122024-12-19T04:42:19.330Z[ helios-setup] Dec 19 04:42:16.913 INFO E| info: installing component 'rust-src'
26132024-12-19T04:42:19.410Z[ helios-setup] Dec 19 04:42:17.610 INFO E| info: installing component 'rust-std'
26142024-12-19T04:42:21.196Z[ helios-setup] Dec 19 04:42:20.652 INFO E| info: installing component 'rustc'
26152024-12-19T04:42:26.642Z[ host-package] Compiling polar-core v0.27.3
26162024-12-19T04:42:27.299Z[ helios-setup] Dec 19 04:42:26.749 INFO E| info: installing component 'rustfmt'
26172024-12-19T04:42:28.049Z[ helios-setup] Dec 19 04:42:27.504 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
26182024-12-19T04:42:32.373Z[ helios-setup] Dec 19 04:42:28.362 INFO E| From https://github.com/oxidecomputer/amd-apcb
26192024-12-19T04:42:32.373Z[ helios-setup] Dec 19 04:42:28.362 INFO E| * [new ref] fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 -> refs/commit/fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9
26202024-12-19T04:42:32.373Z[ helios-setup] Dec 19 04:42:28.362 INFO E| * [new tag] v0.4.3 -> v0.4.3
26212024-12-19T04:42:32.469Z[ helios-setup] Dec 19 04:42:28.393 INFO E| * [new tag] v0.1.3 -> v0.1.3
26222024-12-19T04:42:32.469Z[ helios-setup] Dec 19 04:42:28.393 INFO E| * [new tag] v0.1.4 -> v0.1.4
26232024-12-19T04:42:32.470Z[ helios-setup] Dec 19 04:42:28.393 INFO E| * [new tag] v0.1.5 -> v0.1.5
26242024-12-19T04:42:32.471Z[ helios-setup] Dec 19 04:42:28.393 INFO E| * [new tag] v0.2.0 -> v0.2.0
26252024-12-19T04:42:32.473Z[ helios-setup] Dec 19 04:42:28.393 INFO E| * [new tag] v0.3.0 -> v0.3.0
26262024-12-19T04:42:32.473Z[ helios-setup] Dec 19 04:42:28.394 INFO E| * [new tag] v0.3.1 -> v0.3.1
26272024-12-19T04:42:32.474Z[ helios-setup] Dec 19 04:42:28.394 INFO E| * [new tag] v0.3.2 -> v0.3.2
26282024-12-19T04:42:32.477Z[ helios-setup] Dec 19 04:42:28.394 INFO E| * [new tag] v0.3.3 -> v0.3.3
26292024-12-19T04:42:32.477Z[ helios-setup] Dec 19 04:42:28.394 INFO E| * [new tag] v0.4.0 -> v0.4.0
26302024-12-19T04:42:32.477Z[ helios-setup] Dec 19 04:42:28.394 INFO E| * [new tag] v0.4.1 -> v0.4.1
26312024-12-19T04:42:32.477Z[ helios-setup] Dec 19 04:42:28.394 INFO E| * [new tag] v0.4.2 -> v0.4.2
26322024-12-19T04:42:32.477Z[ helios-setup] Dec 19 04:42:28.432 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
26332024-12-19T04:42:32.477Z[ host-package] Compiling headers v0.4.0
26342024-12-19T04:42:32.477Z[ helios-setup] Dec 19 04:42:29.354 INFO E| From https://github.com/oxidecomputer/amd-efs
26352024-12-19T04:42:32.478Z[ helios-setup] Dec 19 04:42:29.354 INFO E| * [new branch] empty -> origin/empty
26362024-12-19T04:42:32.478Z[ helios-setup] Dec 19 04:42:29.354 INFO E| * [new branch] issue-99 -> origin/issue-99
26372024-12-19T04:42:32.478Z[ helios-setup] Dec 19 04:42:29.355 INFO E| * [new branch] main -> origin/main
26382024-12-19T04:42:32.480Z[ helios-setup] Dec 19 04:42:29.355 INFO E| * [new branch] review -> origin/review
26392024-12-19T04:42:32.480Z[ helios-setup] Dec 19 04:42:29.355 INFO E| * [new ref] -> origin/HEAD
26402024-12-19T04:42:32.480Z[ helios-setup] Dec 19 04:42:29.355 INFO E| * [new tag] v0.2.0 -> v0.2.0
26412024-12-19T04:42:32.480Z[ helios-setup] Dec 19 04:42:29.355 INFO E| * [new tag] v0.2.1 -> v0.2.1
26422024-12-19T04:42:32.480Z[ helios-setup] Dec 19 04:42:29.355 INFO E| * [new tag] v0.2.2 -> v0.2.2
26432024-12-19T04:42:32.480Z[ helios-setup] Dec 19 04:42:29.356 INFO E| * [new tag] v0.2.3 -> v0.2.3
26442024-12-19T04:42:32.480Z[ helios-setup] Dec 19 04:42:29.356 INFO E| * [new tag] v0.2.4 -> v0.2.4
26452024-12-19T04:42:32.480Z[ helios-setup] Dec 19 04:42:29.356 INFO E| * [new tag] v0.2.5 -> v0.2.5
26462024-12-19T04:42:32.481Z[ helios-setup] Dec 19 04:42:29.356 INFO E| * [new tag] v0.2.6 -> v0.2.6
26472024-12-19T04:42:32.481Z[ helios-setup] Dec 19 04:42:29.356 INFO E| * [new tag] v0.2.7 -> v0.2.7
26482024-12-19T04:42:32.481Z[ helios-setup] Dec 19 04:42:29.356 INFO E| * [new tag] v0.3.0 -> v0.3.0
26492024-12-19T04:42:32.481Z[ helios-setup] Dec 19 04:42:29.356 INFO E| * [new tag] v0.3.1 -> v0.3.1
26502024-12-19T04:42:32.481Z[ helios-setup] Dec 19 04:42:29.356 INFO E| * [new tag] v0.4.0 -> v0.4.0
26512024-12-19T04:42:32.481Z[ helios-setup] Dec 19 04:42:29.357 INFO E| * [new tag] v0.4.1 -> v0.4.1
26522024-12-19T04:42:32.481Z[ helios-setup] Dec 19 04:42:29.357 INFO E| * [new tag] v0.4.2 -> v0.4.2
26532024-12-19T04:42:32.481Z[ helios-setup] Dec 19 04:42:29.357 INFO E| * [new tag] v0.4.3 -> v0.4.3
26542024-12-19T04:42:32.481Z[ helios-setup] Dec 19 04:42:29.381 INFO E| Updating crates.io index
26552024-12-19T04:42:32.481Z[ host-package] Compiling derive_builder_macro v0.20.2
26562024-12-19T04:42:32.510Z[ helios-setup] Dec 19 04:42:29.691 INFO E| Downloading crates ...
26572024-12-19T04:42:32.511Z[ helios-setup] Dec 19 04:42:29.840 INFO E| Downloaded pest_generator v2.7.13
26582024-12-19T04:42:32.511Z[ helios-setup] Dec 19 04:42:29.843 INFO E| Downloaded memoffset v0.5.6
26592024-12-19T04:42:32.512Z[ helios-setup] Dec 19 04:42:29.844 INFO E| Downloaded bytesize v1.3.0
26602024-12-19T04:42:32.512Z[ helios-setup] Dec 19 04:42:29.846 INFO E| Downloaded four-cc v0.3.0
26612024-12-19T04:42:32.512Z[ helios-setup] Dec 19 04:42:29.847 INFO E| Downloaded fletcher v0.1.0
26622024-12-19T04:42:32.512Z[ helios-setup] Dec 19 04:42:29.850 INFO E| Downloaded ansi_term v0.12.1
26632024-12-19T04:42:32.512Z[ helios-setup] Dec 19 04:42:29.852 INFO E| Downloaded unic-char-range v0.9.0
26642024-12-19T04:42:32.512Z[ helios-setup] Dec 19 04:42:29.879 INFO E| Downloaded unic-ucd-version v0.9.0
26652024-12-19T04:42:32.512Z[ helios-setup] Dec 19 04:42:29.880 INFO E| Downloaded unic-common v0.9.0
26662024-12-19T04:42:32.512Z[ helios-setup] Dec 19 04:42:29.881 INFO E| Downloaded unic-char-property v0.9.0
26672024-12-19T04:42:32.513Z[ helios-setup] Dec 19 04:42:29.883 INFO E| Downloaded strum v0.23.0
26682024-12-19T04:42:32.513Z[ helios-setup] Dec 19 04:42:29.884 INFO E| Downloaded scroll_derive v0.10.5
26692024-12-19T04:42:32.513Z[ helios-setup] Dec 19 04:42:29.885 INFO E| Downloaded parse_int v0.6.0
26702024-12-19T04:42:32.513Z[ helios-setup] Dec 19 04:42:29.886 INFO E| Downloaded once_cell v1.20.1
26712024-12-19T04:42:32.513Z[ helios-setup] Dec 19 04:42:29.889 INFO E| Downloaded pre v0.2.1
26722024-12-19T04:42:32.513Z[ helios-setup] Dec 19 04:42:29.891 INFO E| Downloaded unic-ucd-ident v0.9.0
26732024-12-19T04:42:32.513Z[ helios-setup] Dec 19 04:42:29.893 INFO E| Downloaded thiserror-impl v1.0.64
26742024-12-19T04:42:32.513Z[ helios-setup] Dec 19 04:42:29.895 INFO E| Downloaded semver-parser v0.7.0
26752024-12-19T04:42:32.513Z[ helios-setup] Dec 19 04:42:29.896 INFO E| Downloaded semver v0.9.0
26762024-12-19T04:42:32.513Z[ helios-setup] Dec 19 04:42:29.898 INFO E| Downloaded modular-bitfield-impl v0.11.2
26772024-12-19T04:42:32.513Z[ helios-setup] Dec 19 04:42:29.901 INFO E| Downloaded vec_map v0.8.2
26782024-12-19T04:42:32.513Z[ helios-setup] Dec 19 04:42:29.902 INFO E| Downloaded proc-macro-crate v0.1.5
26792024-12-19T04:42:32.513Z[ helios-setup] Dec 19 04:42:29.903 INFO E| Downloaded thiserror v1.0.64
26802024-12-19T04:42:32.513Z[ helios-setup] Dec 19 04:42:29.912 INFO E| Downloaded strsim v0.8.0
26812024-12-19T04:42:32.513Z[ helios-setup] Dec 19 04:42:29.914 INFO E| Downloaded pre-proc-macro v0.2.1
26822024-12-19T04:42:32.514Z[ helios-setup] Dec 19 04:42:29.916 INFO E| Downloaded textwrap v0.11.0
26832024-12-19T04:42:32.515Z[ helios-setup] Dec 19 04:42:29.919 INFO E| Downloaded strum_macros v0.23.1
26842024-12-19T04:42:32.516Z[ helios-setup] Dec 19 04:42:29.922 INFO E| Downloaded scroll v0.10.2
26852024-12-19T04:42:32.516Z[ helios-setup] Dec 19 04:42:29.925 INFO E| Downloaded structopt-derive v0.4.18
26862024-12-19T04:42:32.516Z[ helios-setup] Dec 19 04:42:29.927 INFO E| Downloaded rustc_version v0.2.3
26872024-12-19T04:42:32.517Z[ helios-setup] Dec 19 04:42:29.928 INFO E| Downloaded cfg-if v0.1.10
26882024-12-19T04:42:32.517Z[ helios-setup] Dec 19 04:42:29.935 INFO E| Downloaded structopt v0.3.26
26892024-12-19T04:42:32.517Z[ helios-setup] Dec 19 04:42:29.947 INFO E| Downloaded modular-bitfield v0.11.2
26902024-12-19T04:42:32.518Z[ helios-setup] Dec 19 04:42:29.964 INFO E| Downloaded serde v1.0.210
26912024-12-19T04:42:32.521Z[ helios-setup] Dec 19 04:42:29.969 INFO E| Downloaded serde_derive v1.0.210
26922024-12-19T04:42:32.521Z[ helios-setup] Dec 19 04:42:29.973 INFO E| Downloaded proc-macro2 v1.0.86
26932024-12-19T04:42:32.522Z[ helios-setup] Dec 19 04:42:29.993 INFO E| Downloaded serde_json v1.0.128
26942024-12-19T04:42:32.522Z[ helios-setup] Dec 19 04:42:30.004 INFO E| Downloaded pest v2.7.13
26952024-12-19T04:42:32.522Z[ helios-setup] Dec 19 04:42:30.013 INFO E| Downloaded goblin v0.4.3
26962024-12-19T04:42:32.523Z[ helios-setup] Dec 19 04:42:30.022 INFO E| Downloaded clap v2.34.0
26972024-12-19T04:42:32.523Z[ helios-setup] Dec 19 04:42:30.033 INFO E| Downloaded syn v2.0.79
26982024-12-19T04:42:32.523Z[ helios-setup] Dec 19 04:42:30.051 INFO E| Downloaded pest_meta v2.7.13
26992024-12-19T04:42:32.523Z[ helios-setup] Dec 19 04:42:30.054 INFO E| Downloaded pest_derive v2.7.13
27002024-12-19T04:42:32.523Z[ helios-setup] Dec 19 04:42:30.083 INFO E| Downloaded libc v0.2.159
27012024-12-19T04:42:32.523Z[ helios-setup] Dec 19 04:42:30.222 INFO E| Compiling proc-macro2 v1.0.86
27022024-12-19T04:42:32.525Z[ helios-setup] Dec 19 04:42:30.222 INFO E| Compiling unicode-ident v1.0.13
27032024-12-19T04:42:32.525Z[ helios-setup] Dec 19 04:42:30.222 INFO E| Compiling syn v1.0.109
27042024-12-19T04:42:32.525Z[ helios-setup] Dec 19 04:42:30.222 INFO E| Compiling version_check v0.9.5
27052024-12-19T04:42:32.525Z[ helios-setup] Dec 19 04:42:30.222 INFO E| Compiling memchr v2.7.4
27062024-12-19T04:42:32.525Z[ helios-setup] Dec 19 04:42:30.222 INFO E| Compiling autocfg v1.4.0
27072024-12-19T04:42:32.525Z[ helios-setup] Dec 19 04:42:30.222 INFO E| Compiling thiserror v1.0.64
27082024-12-19T04:42:32.525Z[ helios-setup] Dec 19 04:42:30.222 INFO E| Compiling semver-parser v0.7.0
27092024-12-19T04:42:32.525Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27102024-12-19T04:42:32.525Z[ helios-setup] Dec 19 04:42:31.190 INFO E| Compiling serde v1.0.210
27112024-12-19T04:42:32.525Z[ helios-setup] Dec 19 04:42:31.367 INFO E| Compiling proc-macro-error-attr v1.0.4
27122024-12-19T04:42:32.749Z[ helios-setup] Dec 19 04:42:32.147 INFO E| Compiling semver v0.9.0
27132024-12-19T04:42:32.865Z[ helios-setup] Dec 19 04:42:32.257 INFO E| Compiling proc-macro-error v1.0.4
27142024-12-19T04:42:32.975Z[ helios-setup] Dec 19 04:42:32.356 INFO E| Compiling serde_json v1.0.128
27152024-12-19T04:42:33.118Z[ helios-setup] Dec 19 04:42:32.480 INFO E| Compiling num-traits v0.2.19
27162024-12-19T04:42:33.242Z[ helios-setup] Dec 19 04:42:32.601 INFO E| Compiling schemars v0.8.21
27172024-12-19T04:42:33.816Z[ helios-setup] Dec 19 04:42:32.948 INFO E| Compiling rustc_version v0.2.3
27182024-12-19T04:42:33.988Z[ helios-setup] Dec 19 04:42:33.011 INFO E| Compiling unicode-segmentation v1.12.0
27192024-12-19T04:42:33.992Z[ helios-setup] Dec 19 04:42:33.336 INFO E| Compiling ryu v1.0.18
27202024-12-19T04:42:34.028Z[ helios-setup] Dec 19 04:42:33.481 INFO E| Compiling itoa v1.0.11
27212024-12-19T04:42:34.278Z[ helios-setup] Dec 19 04:42:33.733 INFO E| Compiling pre-proc-macro v0.2.1
27222024-12-19T04:42:34.526Z[ helios-setup] Dec 19 04:42:33.976 INFO E| Compiling memoffset v0.5.6
27232024-12-19T04:42:34.565Z[ helios-setup] Dec 19 04:42:34.019 INFO E| Compiling rustversion v1.0.17
27242024-12-19T04:42:34.565Z[ helios-setup] Dec 19 04:42:34.019 INFO E| Compiling ucd-trie v0.1.7
27252024-12-19T04:42:35.090Z[ helios-setup] Dec 19 04:42:34.544 INFO E| Compiling quote v1.0.37
27262024-12-19T04:42:35.109Z[ helios-setup] Dec 19 04:42:34.563 INFO E| Compiling heck v0.3.3
27272024-12-19T04:42:35.259Z[ helios-setup] Dec 19 04:42:34.714 INFO E| Compiling paste v1.0.15
27282024-12-19T04:42:35.345Z[ helios-setup] Dec 19 04:42:34.800 INFO E| Compiling libc v0.2.159
27292024-12-19T04:42:35.713Z[ helios-setup] Dec 19 04:42:35.160 INFO E| Compiling syn v2.0.79
27302024-12-19T04:42:36.177Z[ host-package] Compiling xz2 v0.1.7
27312024-12-19T04:42:36.213Z[ helios-setup] Dec 19 04:42:35.668 INFO E| Compiling dyn-clone v1.0.17
27322024-12-19T04:42:36.239Z[ helios-setup] Dec 19 04:42:35.693 INFO E| Compiling lazy_static v1.5.0
27332024-12-19T04:42:36.650Z[ helios-setup] Dec 19 04:42:36.105 INFO E| Compiling pre v0.2.1
27342024-12-19T04:42:36.702Z[ helios-setup] Dec 19 04:42:36.157 INFO E| Compiling static_assertions v1.1.0
27352024-12-19T04:42:36.756Z[ helios-setup] Dec 19 04:42:36.211 INFO E| Compiling byteorder v1.5.0
27362024-12-19T04:42:36.791Z[ helios-setup] Dec 19 04:42:36.246 INFO E| Compiling cfg-if v0.1.10
27372024-12-19T04:42:36.876Z[ helios-setup] Dec 19 04:42:36.331 INFO E| Compiling once_cell v1.20.1
27382024-12-19T04:42:37.489Z[ host-package] Compiling zone v0.1.8
27392024-12-19T04:42:38.343Z[ helios-setup] Dec 19 04:42:37.797 INFO E| Compiling unicode-width v0.1.14
27402024-12-19T04:42:38.880Z[ helios-setup] Dec 19 04:42:38.334 INFO E| Compiling atty v0.2.14
27412024-12-19T04:42:39.233Z[ helios-setup] Dec 19 04:42:38.687 INFO E| Compiling textwrap v0.11.0
27422024-12-19T04:42:39.310Z[ helios-setup] Dec 19 04:42:38.764 INFO E| Compiling ansi_term v0.12.1
27432024-12-19T04:42:40.379Z[ helios-setup] Dec 19 04:42:39.833 INFO E| Compiling unic-common v0.9.0
27442024-12-19T04:42:40.420Z[ helios-setup] Dec 19 04:42:39.875 INFO E| Compiling vec_map v0.8.2
27452024-12-19T04:42:40.512Z[ helios-setup] Dec 19 04:42:39.966 INFO E| Compiling strsim v0.8.0
27462024-12-19T04:42:40.512Z[ helios-setup] Dec 19 04:42:39.967 INFO E| Compiling strum v0.23.0
27472024-12-19T04:42:40.689Z[ helios-setup] Dec 19 04:42:40.143 INFO E| Compiling unic-char-range v0.9.0
27482024-12-19T04:42:40.712Z[ helios-setup] Dec 19 04:42:40.167 INFO E| Compiling fletcher v0.1.0
27492024-12-19T04:42:41.069Z[ helios-setup] Dec 19 04:42:40.509 INFO E| Compiling parse_int v0.6.0
27502024-12-19T04:42:41.231Z[ helios-setup] Dec 19 04:42:40.685 INFO E| Compiling bitflags v1.3.2
27512024-12-19T04:42:41.330Z[ helios-setup] Dec 19 04:42:40.782 INFO E| Compiling clap v2.34.0
27522024-12-19T04:42:41.447Z[ helios-setup] Dec 19 04:42:40.888 INFO E| Compiling unic-char-property v0.9.0
27532024-12-19T04:42:41.484Z[ helios-setup] Dec 19 04:42:40.933 INFO E| Compiling unic-ucd-version v0.9.0
27542024-12-19T04:42:41.581Z[ helios-setup] Dec 19 04:42:41.032 INFO E| Compiling log v0.4.22
27552024-12-19T04:42:41.765Z[ helios-setup] Dec 19 04:42:41.130 INFO E| Compiling plain v0.2.3
27562024-12-19T04:42:41.861Z[ helios-setup] Dec 19 04:42:41.204 INFO E| Compiling unic-ucd-ident v0.9.0
27572024-12-19T04:42:42.069Z[ helios-setup] Dec 19 04:42:41.512 INFO E| Compiling bytesize v1.3.0
27582024-12-19T04:42:42.489Z[ host-package] Compiling strip-ansi-escapes v0.2.0
27592024-12-19T04:42:43.880Z[ helios-setup] Dec 19 04:42:43.334 INFO E| Compiling serde_derive_internals v0.29.1
27602024-12-19T04:42:44.116Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27612024-12-19T04:42:44.170Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
27622024-12-19T04:42:45.165Z[ helios-setup] Dec 19 04:42:44.619 INFO E| Compiling toml v0.5.11
27632024-12-19T04:42:47.152Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27642024-12-19T04:42:48.033Z[ helios-setup] Dec 19 04:42:47.487 INFO E| Compiling proc-macro-crate v0.1.5
27652024-12-19T04:42:48.060Z[ host-package] Compiling tabled_derive v0.7.0
27662024-12-19T04:42:49.487Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27672024-12-19T04:42:49.677Z[ helios-setup] Dec 19 04:42:49.131 INFO E| Compiling thiserror-impl v1.0.64
27682024-12-19T04:42:49.936Z[ helios-setup] Dec 19 04:42:49.389 INFO E| Compiling serde_derive v1.0.210
27692024-12-19T04:42:50.297Z[ helios-setup] Dec 19 04:42:49.750 INFO E| Compiling schemars_derive v0.8.21
27702024-12-19T04:42:50.414Z[ helios-setup] Dec 19 04:42:49.868 INFO E| Compiling zerocopy-derive v0.6.6
27712024-12-19T04:42:51.599Z[ helios-setup] Dec 19 04:42:51.053 INFO E| Compiling num-derive v0.4.2
27722024-12-19T04:42:52.302Z[ host-package] Compiling yasna v0.5.2
27732024-12-19T04:42:54.478Z[ host-package] Compiling peg-macros v0.8.4
27742024-12-19T04:42:54.853Z[ helios-setup] Dec 19 04:42:54.306 INFO E| Compiling zerocopy v0.6.6
27752024-12-19T04:42:55.096Z[ helios-setup] Dec 19 04:42:54.549 INFO E| Compiling pest v2.7.13
27762024-12-19T04:42:57.901Z[ host-package] Compiling strum_macros v0.24.3
27772024-12-19T04:42:58.064Z[ helios-setup] Dec 19 04:42:57.517 INFO E| Compiling modular-bitfield-impl v0.11.2
27782024-12-19T04:42:58.085Z[ helios-setup] Dec 19 04:42:57.539 INFO E| Compiling scroll_derive v0.10.5
27792024-12-19T04:42:58.161Z[ helios-setup] Dec 19 04:42:57.614 INFO E| Compiling strum_macros v0.23.1
27802024-12-19T04:42:58.523Z[ helios-setup] Dec 19 04:42:57.976 INFO E| Compiling structopt-derive v0.4.18
27812024-12-19T04:42:58.868Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27822024-12-19T04:43:00.641Z[ helios-setup] Dec 19 04:43:00.093 INFO E| Compiling pest_meta v2.7.13
27832024-12-19T04:43:00.655Z[ host-package] Compiling kstat-rs v0.2.4
27842024-12-19T04:43:01.008Z[ host-package] Compiling samael v0.0.17
27852024-12-19T04:43:01.058Z[ helios-setup] Dec 19 04:43:00.511 INFO E| Compiling scroll v0.10.2
27862024-12-19T04:43:01.183Z[ host-package] Compiling sqlparser_derive v0.2.2
27872024-12-19T04:43:02.223Z[ helios-setup] Dec 19 04:43:01.676 INFO E| Compiling goblin v0.4.3
27882024-12-19T04:43:02.699Z[ host-package] Compiling unicase v2.7.0
27892024-12-19T04:43:03.435Z[ host-package] Compiling indoc v1.0.9
27902024-12-19T04:43:03.484Z[ helios-setup] Dec 19 04:43:02.936 INFO E| Compiling modular-bitfield v0.11.2
27912024-12-19T04:43:03.685Z[ helios-setup] Dec 19 04:43:03.138 INFO E| Compiling pest_generator v2.7.13
27922024-12-19T04:43:03.765Z[ host-package] Compiling home v0.5.9
27932024-12-19T04:43:04.107Z[ host-package] Compiling unicode_categories v0.1.1
27942024-12-19T04:43:04.262Z[ helios-setup] Dec 19 04:43:03.706 INFO E| Compiling structopt v0.3.26
27952024-12-19T04:43:04.334Z[ host-package] Compiling nu-ansi-term v0.50.1
27962024-12-19T04:43:04.789Z[ host-package] Compiling sqlformat v0.2.6
27972024-12-19T04:43:06.524Z[ host-package] Compiling reedline v0.35.0
27982024-12-19T04:43:07.534Z[ helios-setup] Dec 19 04:43:06.985 INFO E| Compiling pest_derive v2.7.13
27992024-12-19T04:43:10.812Z[ host-package] Compiling rustyline v14.0.0
28002024-12-19T04:43:12.701Z[ helios-setup] Dec 19 04:43:12.153 INFO E| Compiling json5 v0.4.1
28012024-12-19T04:43:14.829Z[ host-package] Compiling sqlparser v0.45.0
28022024-12-19T04:43:16.994Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28032024-12-19T04:43:18.554Z[ helios-setup] Dec 19 04:43:18.006 INFO E| Compiling four-cc v0.3.0
28042024-12-19T04:43:18.554Z[ helios-setup] Dec 19 04:43:18.006 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0)
28052024-12-19T04:43:18.825Z[ helios-setup] Dec 19 04:43:18.277 INFO E| Compiling amd-apcb v0.4.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.3#fc35d39d)
28062024-12-19T04:43:21.273Z[ host-package] Compiling peg v0.8.4
28072024-12-19T04:43:21.468Z[ host-package] Compiling rcgen v0.12.1
28082024-12-19T04:43:21.626Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
28092024-12-19T04:43:27.666Z[ host-package] Compiling tabled v0.15.0
28102024-12-19T04:43:36.486Z[ host-package] Compiling derive_builder v0.20.2
28112024-12-19T04:43:36.720Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28122024-12-19T04:43:45.447Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28132024-12-19T04:43:47.452Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
28142024-12-19T04:43:48.871Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
28152024-12-19T04:43:49.341Z[ host-package] Compiling bcs v0.1.6
28162024-12-19T04:43:50.465Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
28172024-12-19T04:43:50.931Z[ host-package] Compiling oso-derive v0.27.3
28182024-12-19T04:43:52.160Z[ host-package] Compiling libz-sys v1.1.20
28192024-12-19T04:43:52.899Z[ host-package] Compiling quick-xml v0.33.0
28202024-12-19T04:43:57.972Z[ host-package] Compiling subprocess v0.2.9
28212024-12-19T04:43:59.631Z[ host-package] Compiling diesel-dtrace v0.3.0
28222024-12-19T04:44:00.013Z[ host-package] Compiling parking_lot_core v0.8.6
28232024-12-19T04:44:00.786Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28242024-12-19T04:44:03.044Z[ helios-setup] Dec 19 04:44:02.493 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
28252024-12-19T04:44:03.609Z[ host-package] Compiling oso v0.27.3
28262024-12-19T04:44:23.373Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
28272024-12-19T04:44:23.663Z[ helios-setup] Dec 19 04:44:23.111 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
28282024-12-19T04:44:25.251Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28292024-12-19T04:44:31.459Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28302024-12-19T04:44:34.837Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28312024-12-19T04:44:35.147Z[ host-package] Compiling bb8 v0.8.5
28322024-12-19T04:44:35.800Z[ host-package] Compiling async-bb8-diesel v0.2.1
28332024-12-19T04:44:38.080Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
28342024-12-19T04:44:38.320Z[ host-package] Compiling atty v0.2.14
28352024-12-19T04:44:38.568Z[ host-package] Compiling salty v0.3.0
28362024-12-19T04:44:39.528Z[ host-package] Compiling parking_lot v0.11.2
28372024-12-19T04:44:42.079Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
28382024-12-19T04:44:46.583Z[ host-package] Compiling sled v0.34.7
28392024-12-19T04:44:47.514Z[ host-package] Compiling mime_guess v2.0.5
28402024-12-19T04:44:53.845Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28412024-12-19T04:44:54.036Z[ host-package] Compiling hickory-client v0.24.1
28422024-12-19T04:44:54.317Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28432024-12-19T04:44:56.855Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28442024-12-19T04:45:00.793Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28452024-12-19T04:45:02.680Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28462024-12-19T04:45:08.165Z[ helios-setup] Dec 19 04:45:07.610 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 40s
28472024-12-19T04:45:08.200Z[ helios-setup] Dec 19 04:45:07.645 INFO building project "amd-host-image-builder" ok (189 seconds)
28482024-12-19T04:45:08.200Z[ helios-setup] Dec 19 04:45:07.645 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
28492024-12-19T04:45:08.203Z[ helios-setup] Dec 19 04:45:07.645 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
28502024-12-19T04:45:08.513Z[ helios-setup] Dec 19 04:45:07.958 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
28512024-12-19T04:45:09.733Z[ helios-setup] Dec 19 04:45:09.178 INFO E| From https://github.com/oxidecomputer/progenitor
28522024-12-19T04:45:09.733Z[ helios-setup] Dec 19 04:45:09.178 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
28532024-12-19T04:45:09.769Z[ helios-setup] Dec 19 04:45:09.214 INFO E| * [new tag] v0.1.1 -> v0.1.1
28542024-12-19T04:45:09.769Z[ helios-setup] Dec 19 04:45:09.214 INFO E| * [new tag] v0.2.0 -> v0.2.0
28552024-12-19T04:45:09.890Z[ helios-setup] Dec 19 04:45:09.335 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
28562024-12-19T04:45:10.519Z[ helios-setup] Dec 19 04:45:09.964 INFO E| From https://github.com/jclulow/hiercmd
28572024-12-19T04:45:10.519Z[ helios-setup] Dec 19 04:45:09.964 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
28582024-12-19T04:45:10.555Z[ helios-setup] Dec 19 04:45:09.999 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
28592024-12-19T04:45:10.598Z[ host-package] Compiling hickory-server v0.24.1
28602024-12-19T04:45:11.022Z[ helios-setup] Dec 19 04:45:10.464 INFO E| From https://github.com/jclulow/network-interface
28612024-12-19T04:45:11.023Z[ helios-setup] Dec 19 04:45:10.464 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
28622024-12-19T04:45:11.042Z[ helios-setup] Dec 19 04:45:10.483 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
28632024-12-19T04:45:11.579Z[ helios-setup] Dec 19 04:45:11.023 INFO E| From https://github.com/oxidecomputer/boot-image-tools
28642024-12-19T04:45:11.579Z[ helios-setup] Dec 19 04:45:11.023 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
28652024-12-19T04:45:11.614Z[ helios-setup] Dec 19 04:45:11.058 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
28662024-12-19T04:45:12.423Z[ helios-setup] Dec 19 04:45:11.868 INFO E| From https://github.com/oxidecomputer/facade
28672024-12-19T04:45:12.424Z[ helios-setup] Dec 19 04:45:11.868 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
28682024-12-19T04:45:12.470Z[ helios-setup] Dec 19 04:45:11.915 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
28692024-12-19T04:45:13.217Z[ helios-setup] Dec 19 04:45:12.662 INFO E| From https://github.com/oxidecomputer/dropshot
28702024-12-19T04:45:13.218Z[ helios-setup] Dec 19 04:45:12.662 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
28712024-12-19T04:45:13.255Z[ helios-setup] Dec 19 04:45:12.699 INFO E| * [new tag] v0.3.0 -> v0.3.0
28722024-12-19T04:45:13.255Z[ helios-setup] Dec 19 04:45:12.699 INFO E| * [new tag] v0.4.0 -> v0.4.0
28732024-12-19T04:45:13.258Z[ helios-setup] Dec 19 04:45:12.699 INFO E| * [new tag] v0.5.0 -> v0.5.0
28742024-12-19T04:45:13.258Z[ helios-setup] Dec 19 04:45:12.700 INFO E| * [new tag] v0.5.1 -> v0.5.1
28752024-12-19T04:45:13.258Z[ helios-setup] Dec 19 04:45:12.700 INFO E| * [new tag] v0.6.0 -> v0.6.0
28762024-12-19T04:45:13.258Z[ helios-setup] Dec 19 04:45:12.700 INFO E| * [new tag] v0.7.0 -> v0.7.0
28772024-12-19T04:45:13.258Z[ helios-setup] Dec 19 04:45:12.700 INFO E| * [new tag] v0.8.0 -> v0.8.0
28782024-12-19T04:45:13.258Z[ helios-setup] Dec 19 04:45:12.700 INFO E| * [new tag] v0.9.0 -> v0.9.0
28792024-12-19T04:45:13.327Z[ helios-setup] Dec 19 04:45:12.771 INFO E| Updating crates.io index
28802024-12-19T04:45:13.365Z[ helios-setup] Dec 19 04:45:12.809 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
28812024-12-19T04:45:14.095Z[ helios-setup] Dec 19 04:45:13.539 INFO E| From https://github.com/oxidecomputer/typify
28822024-12-19T04:45:14.095Z[ helios-setup] Dec 19 04:45:13.539 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
28832024-12-19T04:45:14.128Z[ helios-setup] Dec 19 04:45:13.572 INFO E| * [new tag] v0.0.10 -> v0.0.10
28842024-12-19T04:45:14.128Z[ helios-setup] Dec 19 04:45:13.572 INFO E| * [new tag] v0.0.11 -> v0.0.11
28852024-12-19T04:45:14.131Z[ helios-setup] Dec 19 04:45:13.572 INFO E| * [new tag] v0.0.4 -> v0.0.4
28862024-12-19T04:45:14.131Z[ helios-setup] Dec 19 04:45:13.573 INFO E| * [new tag] v0.0.5 -> v0.0.5
28872024-12-19T04:45:14.131Z[ helios-setup] Dec 19 04:45:13.573 INFO E| * [new tag] v0.0.7 -> v0.0.7
28882024-12-19T04:45:14.131Z[ helios-setup] Dec 19 04:45:13.573 INFO E| * [new tag] v0.0.8 -> v0.0.8
28892024-12-19T04:45:14.131Z[ helios-setup] Dec 19 04:45:13.573 INFO E| * [new tag] v0.0.9 -> v0.0.9
28902024-12-19T04:45:14.695Z[ helios-setup] Dec 19 04:45:14.139 INFO E| Downloading crates ...
28912024-12-19T04:45:14.883Z[ helios-setup] Dec 19 04:45:14.327 INFO E| Downloaded anstyle-parse v0.1.1
28922024-12-19T04:45:14.886Z[ helios-setup] Dec 19 04:45:14.331 INFO E| Downloaded camino v1.1.4
28932024-12-19T04:45:14.891Z[ helios-setup] Dec 19 04:45:14.334 INFO E| Downloaded built v0.6.0
28942024-12-19T04:45:14.894Z[ helios-setup] Dec 19 04:45:14.337 INFO E| Downloaded cc v1.0.78
28952024-12-19T04:45:14.896Z[ helios-setup] Dec 19 04:45:14.341 INFO E| Downloaded cargo-lock v8.0.3
28962024-12-19T04:45:14.901Z[ helios-setup] Dec 19 04:45:14.345 INFO E| Downloaded async-trait v0.1.68
28972024-12-19T04:45:14.912Z[ helios-setup] Dec 19 04:45:14.356 INFO E| Downloaded chrono v0.4.24
28982024-12-19T04:45:14.923Z[ helios-setup] Dec 19 04:45:14.367 INFO E| Downloaded rustls-pemfile v1.0.2
28992024-12-19T04:45:14.926Z[ helios-setup] Dec 19 04:45:14.371 INFO E| Downloaded concolor-override v1.0.0
29002024-12-19T04:45:14.929Z[ helios-setup] Dec 19 04:45:14.372 INFO E| Downloaded clap_derive v4.2.0
29012024-12-19T04:45:14.931Z[ helios-setup] Dec 19 04:45:14.376 INFO E| Downloaded crossbeam-deque v0.8.2
29022024-12-19T04:45:14.934Z[ helios-setup] Dec 19 04:45:14.379 INFO E| Downloaded const-random-macro v0.1.15
29032024-12-19T04:45:14.937Z[ helios-setup] Dec 19 04:45:14.380 INFO E| Downloaded ryu v1.0.13
29042024-12-19T04:45:14.941Z[ helios-setup] Dec 19 04:45:14.386 INFO E| Downloaded crossbeam-epoch v0.9.13
29052024-12-19T04:45:14.947Z[ helios-setup] Dec 19 04:45:14.392 INFO E| Downloaded semver v1.0.17
29062024-12-19T04:45:14.952Z[ helios-setup] Dec 19 04:45:14.396 INFO E| Downloaded schemars_derive v0.8.12
29072024-12-19T04:45:14.954Z[ helios-setup] Dec 19 04:45:14.399 INFO E| Downloaded serde_derive v1.0.204
29082024-12-19T04:45:14.959Z[ helios-setup] Dec 19 04:45:14.404 INFO E| Downloaded serde_path_to_error v0.1.11
29092024-12-19T04:45:14.962Z[ helios-setup] Dec 19 04:45:14.407 INFO E| Downloaded serde_derive_internals v0.26.0
29102024-12-19T04:45:14.965Z[ helios-setup] Dec 19 04:45:14.409 INFO E| Downloaded serde v1.0.204
29112024-12-19T04:45:14.973Z[ helios-setup] Dec 19 04:45:14.417 INFO E| Downloaded serde_yaml v0.9.21
29122024-12-19T04:45:14.980Z[ helios-setup] Dec 19 04:45:14.424 INFO E| Downloaded smartstring v1.0.1
29132024-12-19T04:45:14.984Z[ helios-setup] Dec 19 04:45:14.428 INFO E| Downloaded thiserror v1.0.38
29142024-12-19T04:45:14.992Z[ helios-setup] Dec 19 04:45:14.436 INFO E| Downloaded time v0.1.45
29152024-12-19T04:45:14.996Z[ helios-setup] Dec 19 04:45:14.440 INFO E| Downloaded thiserror-impl v1.0.38
29162024-12-19T04:45:14.998Z[ helios-setup] Dec 19 04:45:14.442 INFO E| Downloaded tempfile v3.5.0
29172024-12-19T04:45:15.002Z[ helios-setup] Dec 19 04:45:14.446 INFO E| Downloaded slog-bunyan v2.4.0
29182024-12-19T04:45:15.004Z[ helios-setup] Dec 19 04:45:14.448 INFO E| Downloaded slog-async v2.7.0
29192024-12-19T04:45:15.006Z[ helios-setup] Dec 19 04:45:14.450 INFO E| Downloaded sha2 v0.10.6
29202024-12-19T04:45:15.010Z[ helios-setup] Dec 19 04:45:14.454 INFO E| Downloaded serde_tokenstream v0.2.0
29212024-12-19T04:45:15.016Z[ helios-setup] Dec 19 04:45:14.460 INFO E| Downloaded strsim v0.10.0
29222024-12-19T04:45:15.018Z[ helios-setup] Dec 19 04:45:14.462 INFO E| Downloaded signal-hook-registry v1.4.0
29232024-12-19T04:45:15.020Z[ helios-setup] Dec 19 04:45:14.464 INFO E| Downloaded sct v0.7.0
29242024-12-19T04:45:15.025Z[ helios-setup] Dec 19 04:45:14.470 INFO E| Downloaded try-lock v0.2.4
29252024-12-19T04:45:15.028Z[ helios-setup] Dec 19 04:45:14.472 INFO E| Downloaded semver-parser v0.10.2
29262024-12-19T04:45:15.032Z[ helios-setup] Dec 19 04:45:14.475 INFO E| Downloaded tower-service v0.3.2
29272024-12-19T04:45:15.034Z[ helios-setup] Dec 19 04:45:14.476 INFO E| Downloaded tinyvec v1.6.0
29282024-12-19T04:45:15.037Z[ helios-setup] Dec 19 04:45:14.482 INFO E| Downloaded slab v0.4.7
29292024-12-19T04:45:15.039Z[ helios-setup] Dec 19 04:45:14.484 INFO E| Downloaded semver v0.11.0
29302024-12-19T04:45:15.049Z[ helios-setup] Dec 19 04:45:14.493 INFO E| Downloaded scopeguard v1.1.0
29312024-12-19T04:45:15.052Z[ helios-setup] Dec 19 04:45:14.495 INFO E| Downloaded serde_spanned v0.6.1
29322024-12-19T04:45:15.054Z[ helios-setup] Dec 19 04:45:14.497 INFO E| Downloaded utf8parse v0.2.1
29332024-12-19T04:45:15.057Z[ helios-setup] Dec 19 04:45:14.499 INFO E| Downloaded smawk v0.3.1
29342024-12-19T04:45:15.057Z[ helios-setup] Dec 19 04:45:14.502 INFO E| Downloaded sha1 v0.10.5
29352024-12-19T04:45:15.060Z[ helios-setup] Dec 19 04:45:14.504 INFO E| Downloaded unicode-ident v1.0.8
29362024-12-19T04:45:15.070Z[ helios-setup] Dec 19 04:45:14.514 INFO E| Downloaded unicode-bidi v0.3.13
29372024-12-19T04:45:15.074Z[ helios-setup] Dec 19 04:45:14.518 INFO E| Downloaded textwrap v0.16.0
29382024-12-19T04:45:15.078Z[ helios-setup] Dec 19 04:45:14.522 INFO E| Downloaded toolchain_find v0.2.0
29392024-12-19T04:45:15.081Z[ helios-setup] Dec 19 04:45:14.524 INFO E| Downloaded terminal_size v0.2.6
29402024-12-19T04:45:15.083Z[ helios-setup] Dec 19 04:45:14.527 INFO E| Downloaded socket2 v0.4.9
29412024-12-19T04:45:15.086Z[ helios-setup] Dec 19 04:45:14.530 INFO E| Downloaded syn v1.0.107
29422024-12-19T04:45:15.105Z[ helios-setup] Dec 19 04:45:14.548 INFO E| Downloaded unicode-normalization v0.1.22
29432024-12-19T04:45:15.109Z[ helios-setup] Dec 19 04:45:14.554 INFO E| Downloaded smallvec v1.10.0
29442024-12-19T04:45:15.114Z[ helios-setup] Dec 19 04:45:14.558 INFO E| Downloaded serde_json v1.0.95
29452024-12-19T04:45:15.127Z[ helios-setup] Dec 19 04:45:14.571 INFO E| Downloaded url v2.3.1
29462024-12-19T04:45:15.132Z[ helios-setup] Dec 19 04:45:14.576 INFO E| Downloaded aho-corasick v0.7.20
29472024-12-19T04:45:15.138Z[ helios-setup] Dec 19 04:45:14.582 INFO E| Downloaded futures-executor v0.3.28
29482024-12-19T04:45:15.140Z[ helios-setup] Dec 19 04:45:14.585 INFO E| Downloaded futures-task v0.3.28
29492024-12-19T04:45:15.142Z[ helios-setup] Dec 19 04:45:14.587 INFO E| Downloaded toml_edit v0.19.8
29502024-12-19T04:45:15.170Z[ helios-setup] Dec 19 04:45:14.615 INFO E| Downloaded httparse v1.8.0
29512024-12-19T04:45:15.174Z[ helios-setup] Dec 19 04:45:14.618 INFO E| Downloaded futures-util v0.3.28
29522024-12-19T04:45:15.194Z[ helios-setup] Dec 19 04:45:14.638 INFO E| Downloaded rhai_codegen v1.5.0
29532024-12-19T04:45:15.211Z[ helios-setup] Dec 19 04:45:14.656 INFO E| Downloaded parking_lot v0.12.1
29542024-12-19T04:45:15.215Z[ helios-setup] Dec 19 04:45:14.660 INFO E| Downloaded ahash v0.7.6
29552024-12-19T04:45:15.220Z[ helios-setup] Dec 19 04:45:14.664 INFO E| Downloaded byteorder v1.4.3
29562024-12-19T04:45:15.222Z[ helios-setup] Dec 19 04:45:14.667 INFO E| Downloaded tokio v1.27.0
29572024-12-19T04:45:15.274Z[ helios-setup] Dec 19 04:45:14.719 INFO E| Downloaded rhai v1.14.0
29582024-12-19T04:45:15.291Z[ helios-setup] Dec 19 04:45:14.736 INFO E| Downloaded block-buffer v0.10.3
29592024-12-19T04:45:15.294Z[ helios-setup] Dec 19 04:45:14.737 INFO E| Downloaded winnow v0.4.1
29602024-12-19T04:45:15.304Z[ helios-setup] Dec 19 04:45:14.749 INFO E| Downloaded want v0.3.0
29612024-12-19T04:45:15.307Z[ helios-setup] Dec 19 04:45:14.750 INFO E| Downloaded uuid v1.3.0
29622024-12-19T04:45:15.312Z[ helios-setup] Dec 19 04:45:14.757 INFO E| Downloaded unsafe-libyaml v0.2.8
29632024-12-19T04:45:15.316Z[ helios-setup] Dec 19 04:45:14.761 INFO E| Downloaded unicode-linebreak v0.1.4
29642024-12-19T04:45:15.319Z[ helios-setup] Dec 19 04:45:14.763 INFO E| Downloaded ucd-trie v0.1.5
29652024-12-19T04:45:15.321Z[ helios-setup] Dec 19 04:45:14.766 INFO E| Downloaded tungstenite v0.18.0
29662024-12-19T04:45:15.326Z[ helios-setup] Dec 19 04:45:14.770 INFO E| Downloaded tracing-core v0.1.30
29672024-12-19T04:45:15.330Z[ helios-setup] Dec 19 04:45:14.774 INFO E| Downloaded tracing v0.1.37
29682024-12-19T04:45:15.336Z[ helios-setup] Dec 19 04:45:14.781 INFO E| Downloaded toml_datetime v0.6.1
29692024-12-19T04:45:15.339Z[ helios-setup] Dec 19 04:45:14.782 INFO E| Downloaded toml v0.7.3
29702024-12-19T04:45:15.343Z[ helios-setup] Dec 19 04:45:14.787 INFO E| Downloaded ppv-lite86 v0.2.17
29712024-12-19T04:45:15.345Z[ helios-setup] Dec 19 04:45:14.790 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
29722024-12-19T04:45:15.354Z[ helios-setup] Dec 19 04:45:14.799 INFO E| Downloaded quote v1.0.36
29732024-12-19T04:45:15.358Z[ helios-setup] Dec 19 04:45:14.802 INFO E| Downloaded ahash v0.8.3
29742024-12-19T04:45:15.362Z[ helios-setup] Dec 19 04:45:14.807 INFO E| Downloaded paste v1.0.12
29752024-12-19T04:45:15.367Z[ helios-setup] Dec 19 04:45:14.812 INFO E| Downloaded miniz_oxide v0.6.2
29762024-12-19T04:45:15.371Z[ helios-setup] Dec 19 04:45:14.815 INFO E| Downloaded jobserver v0.1.26
29772024-12-19T04:45:15.374Z[ helios-setup] Dec 19 04:45:14.818 INFO E| Downloaded itoa v1.0.6
29782024-12-19T04:45:15.376Z[ helios-setup] Dec 19 04:45:14.820 INFO E| Downloaded tokio-tungstenite v0.18.0
29792024-12-19T04:45:15.381Z[ helios-setup] Dec 19 04:45:14.823 INFO E| Downloaded tokio-rustls v0.24.0
29802024-12-19T04:45:15.384Z[ helios-setup] Dec 19 04:45:14.826 INFO E| Downloaded pkg-config v0.3.26
29812024-12-19T04:45:15.384Z[ helios-setup] Dec 19 04:45:14.828 INFO E| Downloaded lock_api v0.4.9
29822024-12-19T04:45:15.386Z[ helios-setup] Dec 19 04:45:14.830 INFO E| Downloaded h2 v0.3.16
29832024-12-19T04:45:15.395Z[ helios-setup] Dec 19 04:45:14.839 INFO E| Downloaded git2 v0.16.1
29842024-12-19T04:45:15.408Z[ helios-setup] Dec 19 04:45:14.852 INFO E| Downloaded ipnet v2.7.2
29852024-12-19T04:45:15.417Z[ helios-setup] Dec 19 04:45:14.855 INFO E| Downloaded iana-time-zone v0.1.56
29862024-12-19T04:45:15.417Z[ helios-setup] Dec 19 04:45:14.858 INFO E| Downloaded hyper v0.14.25
29872024-12-19T04:45:15.427Z[ helios-setup] Dec 19 04:45:14.872 INFO E| Downloaded generic-array v0.14.6
29882024-12-19T04:45:15.430Z[ helios-setup] Dec 19 04:45:14.874 INFO E| Downloaded form_urlencoded v1.1.0
29892024-12-19T04:45:15.432Z[ helios-setup] Dec 19 04:45:14.875 INFO E| Downloaded flate2 v1.0.25
29902024-12-19T04:45:15.438Z[ helios-setup] Dec 19 04:45:14.883 INFO E| Downloaded syn v2.0.72
29912024-12-19T04:45:15.462Z[ helios-setup] Dec 19 04:45:14.907 INFO E| Downloaded once_cell v1.17.0
29922024-12-19T04:45:15.466Z[ helios-setup] Dec 19 04:45:14.910 INFO E| Downloaded log v0.4.17
29932024-12-19T04:45:15.470Z[ helios-setup] Dec 19 04:45:14.914 INFO E| Downloaded num_cpus v1.15.0
29942024-12-19T04:45:15.474Z[ helios-setup] Dec 19 04:45:14.919 INFO E| Downloaded num-traits v0.2.15
29952024-12-19T04:45:15.478Z[ helios-setup] Dec 19 04:45:14.923 INFO E| Downloaded parking_lot_core v0.9.6
29962024-12-19T04:45:15.482Z[ helios-setup] Dec 19 04:45:14.927 INFO E| Downloaded num_enum_derive v0.5.7
29972024-12-19T04:45:15.485Z[ helios-setup] Dec 19 04:45:14.929 INFO E| Downloaded reqwest v0.11.16
29982024-12-19T04:45:15.497Z[ helios-setup] Dec 19 04:45:14.942 INFO E| Downloaded anyhow v1.0.68
29992024-12-19T04:45:15.510Z[ helios-setup] Dec 19 04:45:14.954 INFO E| Downloaded rayon-core v1.10.2
30002024-12-19T04:45:15.516Z[ helios-setup] Dec 19 04:45:14.960 INFO E| Downloaded num_enum v0.5.7
30012024-12-19T04:45:15.522Z[ helios-setup] Dec 19 04:45:14.967 INFO E| Downloaded rayon v1.6.1
30022024-12-19T04:45:15.538Z[ helios-setup] Dec 19 04:45:14.982 INFO E| Downloaded rustfmt-wrapper v0.2.0
30032024-12-19T04:45:15.542Z[ helios-setup] Dec 19 04:45:14.986 INFO E| Downloaded regress v0.5.0
30042024-12-19T04:45:15.560Z[ helios-setup] Dec 19 04:45:15.004 INFO E| Downloaded regex v1.7.3
30052024-12-19T04:45:15.575Z[ helios-setup] Dec 19 04:45:15.019 INFO E| Downloaded project-root v0.2.2
30062024-12-19T04:45:15.577Z[ helios-setup] Dec 19 04:45:15.021 INFO E| Downloaded openapiv3 v1.0.2
30072024-12-19T04:45:15.596Z[ helios-setup] Dec 19 04:45:15.040 INFO E| Downloaded proc-macro-crate v1.2.1
30082024-12-19T04:45:15.598Z[ helios-setup] Dec 19 04:45:15.042 INFO E| Downloaded pin-project-lite v0.2.9
30092024-12-19T04:45:15.605Z[ helios-setup] Dec 19 04:45:15.049 INFO E| Downloaded pest v2.5.7
30102024-12-19T04:45:15.613Z[ helios-setup] Dec 19 04:45:15.057 INFO E| Downloaded percent-encoding v2.2.0
30112024-12-19T04:45:15.625Z[ helios-setup] Dec 19 04:45:15.058 INFO E| Downloaded io-lifetimes v1.0.10
30122024-12-19T04:45:15.628Z[ helios-setup] Dec 19 04:45:15.062 INFO E| Downloaded home v0.5.4
30132024-12-19T04:45:15.628Z[ helios-setup] Dec 19 04:45:15.064 INFO E| Downloaded rustix v0.37.3
30142024-12-19T04:45:15.650Z[ helios-setup] Dec 19 04:45:15.095 INFO E| Downloaded libc v0.2.139
30152024-12-19T04:45:15.700Z[ helios-setup] Dec 19 04:45:15.145 INFO E| Downloaded getrandom v0.2.8
30162024-12-19T04:45:15.705Z[ helios-setup] Dec 19 04:45:15.149 INFO E| Downloaded crossbeam-utils v0.8.14
30172024-12-19T04:45:15.709Z[ helios-setup] Dec 19 04:45:15.154 INFO E| Downloaded rustls v0.21.0
30182024-12-19T04:45:15.729Z[ helios-setup] Dec 19 04:45:15.171 INFO E| Downloaded cpufeatures v0.2.5
30192024-12-19T04:45:15.729Z[ helios-setup] Dec 19 04:45:15.173 INFO E| Downloaded concolor-query v0.3.3
30202024-12-19T04:45:15.731Z[ helios-setup] Dec 19 04:45:15.175 INFO E| Downloaded base64 v0.21.0
30212024-12-19T04:45:15.737Z[ helios-setup] Dec 19 04:45:15.182 INFO E| Downloaded mio v0.8.5
30222024-12-19T04:45:15.746Z[ helios-setup] Dec 19 04:45:15.191 INFO E| Downloaded num-integer v0.1.45
30232024-12-19T04:45:15.749Z[ helios-setup] Dec 19 04:45:15.194 INFO E| Downloaded memchr v2.5.0
30242024-12-19T04:45:15.756Z[ helios-setup] Dec 19 04:45:15.200 INFO E| Downloaded httpdate v1.0.2
30252024-12-19T04:45:15.758Z[ helios-setup] Dec 19 04:45:15.202 INFO E| Downloaded http v0.2.9
30262024-12-19T04:45:15.765Z[ helios-setup] Dec 19 04:45:15.210 INFO E| Downloaded futures-core v0.3.28
30272024-12-19T04:45:15.768Z[ helios-setup] Dec 19 04:45:15.213 INFO E| Downloaded futures v0.3.28
30282024-12-19T04:45:15.777Z[ helios-setup] Dec 19 04:45:15.221 INFO E| Downloaded tokio-util v0.7.7
30292024-12-19T04:45:15.785Z[ helios-setup] Dec 19 04:45:15.230 INFO E| Downloaded tokio-macros v2.0.0
30302024-12-19T04:45:15.788Z[ helios-setup] Dec 19 04:45:15.231 INFO E| Downloaded futures-macro v0.3.28
30312024-12-19T04:45:15.791Z[ helios-setup] Dec 19 04:45:15.233 INFO E| Downloaded futures-channel v0.3.28
30322024-12-19T04:45:15.795Z[ helios-setup] Dec 19 04:45:15.236 INFO E| Downloaded fastrand v1.9.0
30332024-12-19T04:45:15.795Z[ helios-setup] Dec 19 04:45:15.238 INFO E| Downloaded either v1.8.0
30342024-12-19T04:45:15.798Z[ helios-setup] Dec 19 04:45:15.240 INFO E| Downloaded bytes v1.4.0
30352024-12-19T04:45:15.801Z[ helios-setup] Dec 19 04:45:15.245 INFO E| Downloaded bincode v1.3.3
30362024-12-19T04:45:15.804Z[ helios-setup] Dec 19 04:45:15.249 INFO E| Downloaded autocfg v1.1.0
30372024-12-19T04:45:15.807Z[ helios-setup] Dec 19 04:45:15.251 INFO E| Downloaded async-stream v0.3.5
30382024-12-19T04:45:15.809Z[ helios-setup] Dec 19 04:45:15.254 INFO E| Downloaded dyn-clone v1.0.11
30392024-12-19T04:45:15.812Z[ helios-setup] Dec 19 04:45:15.257 INFO E| Downloaded rustls-webpki v0.100.1
30402024-12-19T04:45:15.827Z[ helios-setup] Dec 19 04:45:15.271 INFO E| Downloaded memoffset v0.7.1
30412024-12-19T04:45:15.829Z[ helios-setup] Dec 19 04:45:15.273 INFO E| Downloaded lazy_static v1.4.0
30422024-12-19T04:45:15.831Z[ helios-setup] Dec 19 04:45:15.275 INFO E| Downloaded is-terminal v0.4.7
30432024-12-19T04:45:15.833Z[ helios-setup] Dec 19 04:45:15.276 INFO E| Downloaded digest v0.10.6
30442024-12-19T04:45:15.836Z[ helios-setup] Dec 19 04:45:15.279 INFO E| Downloaded schemars v0.8.12
30452024-12-19T04:45:15.851Z[ helios-setup] Dec 19 04:45:15.294 INFO E| Downloaded http-body v0.4.5
30462024-12-19T04:45:15.854Z[ helios-setup] Dec 19 04:45:15.296 INFO E| Downloaded futures-sink v0.3.28
30472024-12-19T04:45:15.855Z[ helios-setup] Dec 19 04:45:15.297 INFO E| Downloaded encoding_rs v0.8.32
30482024-12-19T04:45:15.887Z[ helios-setup] Dec 19 04:45:15.332 INFO E| Downloaded futures-io v0.3.28
30492024-12-19T04:45:15.890Z[ helios-setup] Dec 19 04:45:15.333 INFO E| Downloaded async-stream-impl v0.3.5
30502024-12-19T04:45:15.890Z[ helios-setup] Dec 19 04:45:15.334 INFO E| Downloaded crossbeam-channel v0.5.6
30512024-12-19T04:45:15.896Z[ helios-setup] Dec 19 04:45:15.341 INFO E| Downloaded const-random v0.1.15
30522024-12-19T04:45:15.899Z[ helios-setup] Dec 19 04:45:15.342 INFO E| Downloaded clap_lex v0.4.1
30532024-12-19T04:45:15.901Z[ helios-setup] Dec 19 04:45:15.344 INFO E| Downloaded clap_builder v4.2.1
30542024-12-19T04:45:15.910Z[ helios-setup] Dec 19 04:45:15.355 INFO E| Downloaded clap v4.2.1
30552024-12-19T04:45:15.923Z[ helios-setup] Dec 19 04:45:15.368 INFO E| Downloaded anstyle v0.3.5
30562024-12-19T04:45:15.925Z[ helios-setup] Dec 19 04:45:15.370 INFO E| Downloaded anstream v0.2.6
30572024-12-19T04:45:16.115Z[ helios-setup] Dec 19 04:45:15.559 INFO E| Downloaded libz-sys v1.1.8
30582024-12-19T04:45:16.201Z[ helios-setup] Dec 19 04:45:15.646 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
30592024-12-19T04:45:16.526Z[ helios-setup] Dec 19 04:45:15.970 INFO E| Compiling proc-macro2 v1.0.86
30602024-12-19T04:45:16.526Z[ helios-setup] Dec 19 04:45:15.970 INFO E| Compiling libc v0.2.139
30612024-12-19T04:45:16.526Z[ helios-setup] Dec 19 04:45:15.970 INFO E| Compiling unicode-ident v1.0.8
30622024-12-19T04:45:16.526Z[ helios-setup] Dec 19 04:45:15.970 INFO E| Compiling autocfg v1.1.0
30632024-12-19T04:45:16.529Z[ helios-setup] Dec 19 04:45:15.971 INFO E| Compiling cfg-if v1.0.0
30642024-12-19T04:45:16.530Z[ helios-setup] Dec 19 04:45:15.971 INFO E| Compiling version_check v0.9.4
30652024-12-19T04:45:16.530Z[ helios-setup] Dec 19 04:45:15.971 INFO E| Compiling serde v1.0.204
30662024-12-19T04:45:16.530Z[ helios-setup] Dec 19 04:45:15.971 INFO E| Compiling syn v1.0.107
30672024-12-19T04:45:16.788Z[ helios-setup] Dec 19 04:45:16.232 INFO E| Compiling memchr v2.5.0
30682024-12-19T04:45:17.141Z[ helios-setup] Dec 19 04:45:16.586 INFO E| Compiling once_cell v1.17.0
30692024-12-19T04:45:17.789Z[ helios-setup] Dec 19 04:45:17.234 INFO E| Compiling log v0.4.17
30702024-12-19T04:45:17.847Z[ helios-setup] Dec 19 04:45:17.291 INFO E| Compiling thiserror v1.0.38
30712024-12-19T04:45:18.738Z[ helios-setup] Dec 19 04:45:18.181 INFO E| Compiling itoa v1.0.6
30722024-12-19T04:45:18.779Z[ helios-setup] Dec 19 04:45:18.223 INFO E| Compiling serde_json v1.0.95
30732024-12-19T04:45:19.738Z[ helios-setup] Dec 19 04:45:19.182 INFO E| Compiling indexmap v1.9.3
30742024-12-19T04:45:20.045Z[ helios-setup] Dec 19 04:45:19.489 INFO E| Compiling pin-project-lite v0.2.9
30752024-12-19T04:45:20.164Z[ helios-setup] Dec 19 04:45:19.608 INFO E| Compiling scopeguard v1.1.0
30762024-12-19T04:45:20.505Z[ helios-setup] Dec 19 04:45:19.949 INFO E| Compiling num-integer v0.1.45
30772024-12-19T04:45:20.735Z[ helios-setup] Dec 19 04:45:20.179 INFO E| Compiling quote v1.0.36
30782024-12-19T04:45:20.735Z[ helios-setup] Dec 19 04:45:20.179 INFO E| Compiling getrandom v0.2.8
30792024-12-19T04:45:20.881Z[ helios-setup] Dec 19 04:45:20.325 INFO E| Compiling futures-core v0.3.28
30802024-12-19T04:45:21.286Z[ helios-setup] Dec 19 04:45:20.730 INFO E| Compiling jobserver v0.1.26
30812024-12-19T04:45:21.689Z[ helios-setup] Dec 19 04:45:21.132 INFO E| Compiling syn v2.0.72
30822024-12-19T04:45:21.740Z[ helios-setup] Dec 19 04:45:21.184 INFO E| Compiling bytes v1.4.0
30832024-12-19T04:45:22.032Z[ helios-setup] Dec 19 04:45:21.476 INFO E| Compiling cc v1.0.78
30842024-12-19T04:45:22.633Z[ helios-setup] Dec 19 04:45:22.077 INFO E| Compiling ryu v1.0.13
30852024-12-19T04:45:22.667Z[ host-package] Compiling primeorder v0.13.6
30862024-12-19T04:45:23.696Z[ helios-setup] Dec 19 04:45:23.140 INFO E| Compiling lock_api v0.4.9
30872024-12-19T04:45:23.875Z[ helios-setup] Dec 19 04:45:23.319 INFO E| Compiling typenum v1.16.0
30882024-12-19T04:45:23.929Z[ helios-setup] Dec 19 04:45:23.373 INFO E| Compiling parking_lot_core v0.9.6
30892024-12-19T04:45:24.072Z[ host-package] Compiling vergen v8.3.2
30902024-12-19T04:45:24.792Z[ helios-setup] Dec 19 04:45:24.236 INFO E| Compiling bitflags v1.3.2
30912024-12-19T04:45:24.815Z[ host-package] Compiling env_filter v0.1.2
30922024-12-19T04:45:24.931Z[ helios-setup] Dec 19 04:45:24.375 INFO E| Compiling num_cpus v1.15.0
30932024-12-19T04:45:25.143Z[ helios-setup] Dec 19 04:45:24.586 INFO E| Compiling slab v0.4.7
30942024-12-19T04:45:25.187Z[ helios-setup] Dec 19 04:45:24.621 INFO E| Compiling generic-array v0.14.6
30952024-12-19T04:45:25.238Z[ helios-setup] Dec 19 04:45:24.682 INFO E| Compiling futures-sink v0.3.28
30962024-12-19T04:45:25.299Z[ helios-setup] Dec 19 04:45:24.742 INFO E| Compiling futures-task v0.3.28
30972024-12-19T04:45:25.729Z[ helios-setup] Dec 19 04:45:25.121 INFO E| Compiling futures-channel v0.3.28
30982024-12-19T04:45:26.130Z[ helios-setup] Dec 19 04:45:25.573 INFO E| Compiling tokio v1.27.0
30992024-12-19T04:45:26.589Z[ helios-setup] Dec 19 04:45:26.032 INFO E| Compiling schemars v0.8.12
31002024-12-19T04:45:26.683Z[ helios-setup] Dec 19 04:45:26.127 INFO E| Compiling futures-util v0.3.28
31012024-12-19T04:45:27.412Z[ host-package] Compiling cargo-platform v0.1.8
31022024-12-19T04:45:27.699Z[ helios-setup] Dec 19 04:45:27.143 INFO E| Compiling socket2 v0.4.9
31032024-12-19T04:45:27.776Z[ helios-setup] Dec 19 04:45:27.220 INFO E| Compiling signal-hook-registry v1.4.0
31042024-12-19T04:45:27.885Z[ host-package] Compiling nanorand v0.7.0
31052024-12-19T04:45:27.931Z[ helios-setup] Dec 19 04:45:27.374 INFO E| Compiling mio v0.8.5
31062024-12-19T04:45:28.612Z[ host-package] Compiling memoffset v0.9.1
31072024-12-19T04:45:28.655Z[ helios-setup] Dec 19 04:45:28.099 INFO E| Compiling num-traits v0.2.15
31082024-12-19T04:45:28.794Z[ helios-setup] Dec 19 04:45:28.237 INFO E| Compiling ahash v0.7.6
31092024-12-19T04:45:29.136Z[ host-package] Compiling flume v0.11.1
31102024-12-19T04:45:29.740Z[ helios-setup] Dec 19 04:45:29.184 INFO E| Compiling io-lifetimes v1.0.10
31112024-12-19T04:45:29.899Z[ helios-setup] Dec 19 04:45:29.343 INFO E| Compiling crunchy v0.2.2
31122024-12-19T04:45:30.100Z[ host-package] Compiling cargo_metadata v0.18.1
31132024-12-19T04:45:30.191Z[ helios-setup] Dec 19 04:45:29.635 INFO E| Compiling futures-io v0.3.28
31142024-12-19T04:45:30.581Z[ helios-setup] Dec 19 04:45:30.021 INFO E| Compiling pin-utils v0.1.0
31152024-12-19T04:45:30.747Z[ host-package] Compiling env_logger v0.11.5
31162024-12-19T04:45:31.777Z[ helios-setup] Dec 19 04:45:31.220 INFO E| Compiling ahash v0.8.3
31172024-12-19T04:45:31.834Z[ helios-setup] Dec 19 04:45:31.278 INFO E| Compiling tiny-keccak v2.0.2
31182024-12-19T04:45:31.929Z[ helios-setup] Dec 19 04:45:31.368 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
31192024-12-19T04:45:32.003Z[ helios-setup] Dec 19 04:45:31.446 INFO E| Compiling hashbrown v0.12.3
31202024-12-19T04:45:32.651Z[ helios-setup] Dec 19 04:45:32.094 INFO E| Compiling rustix v0.37.3
31212024-12-19T04:45:33.002Z[ helios-setup] Dec 19 04:45:32.445 INFO E| Compiling crypto-common v0.1.6
31222024-12-19T04:45:33.092Z[ host-package] Compiling p384 v0.13.0
31232024-12-19T04:45:33.149Z[ helios-setup] Dec 19 04:45:32.592 INFO E| Compiling serde_derive_internals v0.26.0
31242024-12-19T04:45:33.214Z[ helios-setup] Dec 19 04:45:32.657 INFO E| Compiling block-buffer v0.10.3
31252024-12-19T04:45:34.672Z[ helios-setup] Dec 19 04:45:34.115 INFO E| Compiling errno v0.3.1
31262024-12-19T04:45:35.092Z[ helios-setup] Dec 19 04:45:34.534 INFO E| Compiling slog v2.7.0
31272024-12-19T04:45:35.306Z[ helios-setup] Dec 19 04:45:34.749 INFO E| Compiling pkg-config v0.3.26
31282024-12-19T04:45:35.373Z[ helios-setup] Dec 19 04:45:34.816 INFO E| Compiling fnv v1.0.7
31292024-12-19T04:45:35.566Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31302024-12-19T04:45:35.832Z[ helios-setup] Dec 19 04:45:35.275 INFO E| Compiling crossbeam-utils v0.8.14
31312024-12-19T04:45:36.223Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31322024-12-19T04:45:36.519Z[ helios-setup] Dec 19 04:45:35.962 INFO E| Compiling http v0.2.9
31332024-12-19T04:45:37.969Z[ helios-setup] Dec 19 04:45:37.412 INFO E| Compiling digest v0.10.6
31342024-12-19T04:45:38.693Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31352024-12-19T04:45:38.797Z[ helios-setup] Dec 19 04:45:38.240 INFO E| Compiling aho-corasick v0.7.20
31362024-12-19T04:45:39.670Z[ host-package] Compiling git2 v0.19.0
31372024-12-19T04:45:40.075Z[ helios-setup] Dec 19 04:45:39.517 INFO E| Compiling heck v0.4.1
31382024-12-19T04:45:40.406Z[ helios-setup] Dec 19 04:45:39.848 INFO E| Compiling percent-encoding v2.2.0
31392024-12-19T04:45:41.101Z[ helios-setup] Dec 19 04:45:40.544 INFO E| Compiling tinyvec_macros v0.1.1
31402024-12-19T04:45:41.228Z[ helios-setup] Dec 19 04:45:40.670 INFO E| Compiling regex-syntax v0.6.29
31412024-12-19T04:45:41.565Z[ helios-setup] Dec 19 04:45:41.007 INFO E| Compiling cpufeatures v0.2.5
31422024-12-19T04:45:41.703Z[ helios-setup] Dec 19 04:45:41.145 INFO E| Compiling anyhow v1.0.68
31432024-12-19T04:45:41.724Z[ helios-setup] Dec 19 04:45:41.167 INFO E| Compiling unicode-width v0.1.10
31442024-12-19T04:45:41.873Z[ helios-setup] Dec 19 04:45:41.315 INFO E| Compiling httparse v1.8.0
31452024-12-19T04:45:42.566Z[ helios-setup] Dec 19 04:45:42.009 INFO E| Compiling tinyvec v1.6.0
31462024-12-19T04:45:43.061Z[ helios-setup] Dec 19 04:45:42.362 INFO E| Compiling const-random-macro v0.1.15
31472024-12-19T04:45:43.859Z[ helios-setup] Dec 19 04:45:43.301 INFO E| Compiling thiserror-impl v1.0.38
31482024-12-19T04:45:44.128Z[ helios-setup] Dec 19 04:45:43.570 INFO E| Compiling schemars_derive v0.8.12
31492024-12-19T04:45:44.241Z[ helios-setup] Dec 19 04:45:43.684 INFO E| Compiling serde_derive v1.0.204
31502024-12-19T04:45:44.703Z[ helios-setup] Dec 19 04:45:44.144 INFO E| Compiling tokio-macros v2.0.0
31512024-12-19T04:45:44.758Z[ helios-setup] Dec 19 04:45:44.199 INFO E| Compiling futures-macro v0.3.28
31522024-12-19T04:45:45.712Z[ helios-setup] Dec 19 04:45:45.154 INFO E| Compiling form_urlencoded v1.1.0
31532024-12-19T04:45:46.549Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31542024-12-19T04:45:46.560Z[ helios-setup] Dec 19 04:45:46.002 INFO E| Compiling hashbrown v0.13.2
31552024-12-19T04:45:47.728Z[ helios-setup] Dec 19 04:45:47.170 INFO E| Compiling chrono v0.4.24
31562024-12-19T04:45:48.967Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31572024-12-19T04:45:48.993Z[ helios-setup] Dec 19 04:45:48.435 INFO E| Compiling regex v1.7.3
31582024-12-19T04:45:50.406Z[ helios-setup] Dec 19 04:45:49.848 INFO E| Compiling libz-sys v1.1.8
31592024-12-19T04:45:52.158Z[ helios-setup] Dec 19 04:45:51.600 INFO E| Compiling uuid v1.3.0
31602024-12-19T04:45:52.271Z[ helios-setup] Dec 19 04:45:51.712 INFO E| Compiling dyn-clone v1.0.11
31612024-12-19T04:45:52.975Z[ helios-setup] Dec 19 04:45:52.416 INFO E| Compiling regress v0.5.0
31622024-12-19T04:45:53.305Z[ helios-setup] Dec 19 04:45:52.747 INFO E| Compiling unicode-normalization v0.1.22
31632024-12-19T04:45:53.868Z[ helios-setup] Dec 19 04:45:53.310 INFO E| Compiling const-random v0.1.15
31642024-12-19T04:45:55.620Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31652024-12-19T04:45:55.698Z[ helios-setup] Dec 19 04:45:55.140 INFO E| Compiling getopts v0.2.21
31662024-12-19T04:45:56.276Z[ helios-setup] Dec 19 04:45:55.718 INFO E| Compiling tracing-core v0.1.30
31672024-12-19T04:45:56.946Z[ helios-setup] Dec 19 04:45:56.388 INFO E| Compiling memoffset v0.7.1
31682024-12-19T04:45:57.756Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
31692024-12-19T04:45:58.467Z[ helios-setup] Dec 19 04:45:57.909 INFO E| Compiling num-conv v0.1.0
31702024-12-19T04:45:58.920Z[ helios-setup] Dec 19 04:45:58.361 INFO E| Compiling ucd-trie v0.1.5
31712024-12-19T04:45:58.976Z[ helios-setup] Dec 19 04:45:58.417 INFO E| Compiling unicode-bidi v0.3.13
31722024-12-19T04:46:00.778Z[ helios-setup] Dec 19 04:46:00.220 INFO E| Compiling powerfmt v0.2.0
31732024-12-19T04:46:00.829Z[ helios-setup] Dec 19 04:46:00.270 INFO E| Compiling time-core v0.1.2
31742024-12-19T04:46:01.168Z[ helios-setup] Dec 19 04:46:00.608 INFO E| Compiling time-macros v0.2.18
31752024-12-19T04:46:01.402Z[ host-package] Compiling rand_seeder v0.3.0
31762024-12-19T04:46:01.691Z[ host-package] Compiling libsqlite3-sys v0.30.1
31772024-12-19T04:46:01.884Z[ helios-setup] Dec 19 04:46:01.325 INFO E| Compiling deranged v0.3.11
31782024-12-19T04:46:01.952Z[ helios-setup] Dec 19 04:46:01.393 INFO E| Compiling idna v0.3.0
31792024-12-19T04:46:02.702Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
31802024-12-19T04:46:02.996Z[ host-package] Compiling http-range v0.1.5
31812024-12-19T04:46:03.370Z[ host-package] Compiling rustls v0.21.12
31822024-12-19T04:46:03.563Z[ host-package] Compiling cfg_aliases v0.2.1
31832024-12-19T04:46:03.981Z[ host-package] Compiling nix v0.29.0
31842024-12-19T04:46:04.246Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31852024-12-19T04:46:04.682Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31862024-12-19T04:46:04.851Z[ helios-setup] Dec 19 04:46:04.292 INFO E| Compiling pest v2.5.7
31872024-12-19T04:46:05.924Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31882024-12-19T04:46:06.931Z[ helios-setup] Dec 19 04:46:06.372 INFO E| Compiling tracing v0.1.37
31892024-12-19T04:46:08.082Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31902024-12-19T04:46:08.107Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31912024-12-19T04:46:08.386Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
31922024-12-19T04:46:08.735Z[ helios-setup] Dec 19 04:46:08.176 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
31932024-12-19T04:46:08.804Z[ helios-setup] Dec 19 04:46:08.245 INFO E| Compiling time v0.1.45
31942024-12-19T04:46:08.962Z[ host-package] Compiling rustls-webpki v0.101.7
31952024-12-19T04:46:09.147Z[ helios-setup] Dec 19 04:46:08.588 INFO E| Compiling crossbeam-epoch v0.9.13
31962024-12-19T04:46:09.875Z[ host-package] Compiling sct v0.7.1
31972024-12-19T04:46:10.793Z[ helios-setup] Dec 19 04:46:10.234 INFO E| Compiling iana-time-zone v0.1.56
31982024-12-19T04:46:10.858Z[ helios-setup] Dec 19 04:46:10.299 INFO E| Compiling semver v1.0.17
31992024-12-19T04:46:10.908Z[ host-package] Compiling castaway v0.2.3
32002024-12-19T04:46:11.436Z[ host-package] Compiling csv-core v0.1.11
32012024-12-19T04:46:11.731Z[ helios-setup] Dec 19 04:46:11.172 INFO E| Compiling toml v0.5.11
32022024-12-19T04:46:12.009Z[ helios-setup] Dec 19 04:46:11.450 INFO E| Compiling smallvec v1.10.0
32032024-12-19T04:46:12.766Z[ helios-setup] Dec 19 04:46:12.207 INFO E| Compiling serde_tokenstream v0.2.0
32042024-12-19T04:46:13.359Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
32052024-12-19T04:46:13.964Z[ host-package] Compiling glob v0.3.1
32062024-12-19T04:46:14.796Z[ helios-setup] Dec 19 04:46:14.237 INFO E| Compiling parking_lot v0.12.1
32072024-12-19T04:46:14.991Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32082024-12-19T04:46:15.047Z[ helios-setup] Dec 19 04:46:14.487 INFO E| Compiling num_threads v0.1.6
32092024-12-19T04:46:15.696Z[ helios-setup] Dec 19 04:46:15.137 INFO E| Compiling time v0.3.36
32102024-12-19T04:46:16.054Z[ host-package] Compiling csv v1.3.0
32112024-12-19T04:46:16.745Z[ host-package] Compiling compact_str v0.8.0
32122024-12-19T04:46:18.852Z[ helios-setup] Dec 19 04:46:18.293 INFO E| Compiling semver-parser v0.10.2
32132024-12-19T04:46:20.278Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
32142024-12-19T04:46:22.261Z[ helios-setup] Dec 19 04:46:21.701 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
32152024-12-19T04:46:22.365Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
32162024-12-19T04:46:22.818Z[ host-package] Compiling hyper-staticfile v0.10.1
32172024-12-19T04:46:23.552Z[ helios-setup] Dec 19 04:46:22.992 INFO E| Compiling url v2.3.1
32182024-12-19T04:46:25.427Z[ host-package] Compiling nix v0.27.1
32192024-12-19T04:46:25.441Z[ helios-setup] Dec 19 04:46:24.881 INFO E| Compiling crossbeam-channel v0.5.6
32202024-12-19T04:46:27.641Z[ helios-setup] Dec 19 04:46:27.081 INFO E| Compiling dirs-sys-next v0.1.2
32212024-12-19T04:46:29.097Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32222024-12-19T04:46:29.701Z[ helios-setup] Dec 19 04:46:29.141 INFO E| Compiling crc32fast v1.3.2
32232024-12-19T04:46:29.873Z[ helios-setup] Dec 19 04:46:29.312 INFO E| Compiling same-file v1.0.6
32242024-12-19T04:46:30.541Z[ helios-setup] Dec 19 04:46:29.981 INFO E| Compiling try-lock v0.2.4
32252024-12-19T04:46:31.168Z[ helios-setup] Dec 19 04:46:30.607 INFO E| Compiling want v0.3.0
32262024-12-19T04:46:31.235Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32272024-12-19T04:46:31.445Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
32282024-12-19T04:46:31.610Z[ helios-setup] Dec 19 04:46:31.049 INFO E| Compiling walkdir v2.3.3
32292024-12-19T04:46:31.806Z[ helios-setup] Dec 19 04:46:31.245 INFO E| Compiling dirs-next v2.0.0
32302024-12-19T04:46:33.924Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
32312024-12-19T04:46:34.148Z[ helios-setup] Dec 19 04:46:33.586 INFO E| Compiling tokio-util v0.7.7
32322024-12-19T04:46:34.973Z[ helios-setup] Dec 19 04:46:34.413 INFO E| Compiling semver v0.11.0
32332024-12-19T04:46:36.615Z[ helios-setup] Dec 19 04:46:36.054 INFO E| Compiling h2 v0.3.16
32342024-12-19T04:46:36.703Z[ helios-setup] Dec 19 04:46:36.142 INFO E| Compiling proc-macro-crate v1.2.1
32352024-12-19T04:46:39.524Z[ helios-setup] Dec 19 04:46:38.963 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
32362024-12-19T04:46:39.644Z[ helios-setup] Dec 19 04:46:39.083 INFO E| Compiling futures-executor v0.3.28
32372024-12-19T04:46:39.818Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32382024-12-19T04:46:40.808Z[ helios-setup] Dec 19 04:46:40.246 INFO E| Compiling http-body v0.4.5
32392024-12-19T04:46:41.555Z[ helios-setup] Dec 19 04:46:40.994 INFO E| Compiling ring v0.16.20
32402024-12-19T04:46:42.209Z[ helios-setup] Dec 19 04:46:41.648 INFO E| Compiling rand_core v0.6.4
32412024-12-19T04:46:43.413Z[ helios-setup] Dec 19 04:46:42.851 INFO E| Compiling thread_local v1.1.7
32422024-12-19T04:46:43.795Z[ helios-setup] Dec 19 04:46:43.234 INFO E| Compiling ppv-lite86 v0.2.17
32432024-12-19T04:46:44.164Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32442024-12-19T04:46:45.146Z[ helios-setup] Dec 19 04:46:44.585 INFO E| Compiling tower-service v0.3.2
32452024-12-19T04:46:45.703Z[ helios-setup] Dec 19 04:46:45.142 INFO E| Compiling lazy_static v1.4.0
32462024-12-19T04:46:45.903Z[ helios-setup] Dec 19 04:46:45.341 INFO E| Compiling base64 v0.21.0
32472024-12-19T04:46:46.038Z[ helios-setup] Dec 19 04:46:45.476 INFO E| Compiling rayon-core v1.10.2
32482024-12-19T04:46:47.265Z[ helios-setup] Dec 19 04:46:46.702 INFO E| Compiling httpdate v1.0.2
32492024-12-19T04:46:47.400Z[ helios-setup] Dec 19 04:46:46.838 INFO E| Compiling adler v1.0.2
32502024-12-19T04:46:48.529Z[ helios-setup] Dec 19 04:46:47.967 INFO E| Compiling home v0.5.4
32512024-12-19T04:46:48.874Z[ helios-setup] Dec 19 04:46:48.310 INFO E| Compiling fastrand v1.9.0
32522024-12-19T04:46:49.009Z[ helios-setup] Dec 19 04:46:48.447 INFO E| Compiling utf8parse v0.2.1
32532024-12-19T04:46:49.195Z[ helios-setup] Dec 19 04:46:48.633 INFO E| Compiling toolchain_find v0.2.0
32542024-12-19T04:46:49.699Z[ helios-setup] Dec 19 04:46:49.137 INFO E| Compiling tempfile v3.5.0
32552024-12-19T04:46:49.979Z[ helios-setup] Dec 19 04:46:49.417 INFO E| Compiling anstyle-parse v0.1.1
32562024-12-19T04:46:50.088Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32572024-12-19T04:46:50.644Z[ helios-setup] Dec 19 04:46:50.082 INFO E| Compiling miniz_oxide v0.6.2
32582024-12-19T04:46:50.766Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32592024-12-19T04:46:50.766Z[ helios-setup] Dec 19 04:46:50.204 INFO E| Compiling hyper v0.14.25
32602024-12-19T04:46:51.934Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32612024-12-19T04:46:52.441Z[ host-package] Compiling unicode-truncate v1.1.0
32622024-12-19T04:46:52.736Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32632024-12-19T04:46:53.093Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32642024-12-19T04:46:54.502Z[ helios-setup] Dec 19 04:46:53.940 INFO E| Compiling rand_chacha v0.3.1
32652024-12-19T04:46:55.337Z[ host-package] Compiling hashlink v0.9.1
32662024-12-19T04:46:57.438Z[ host-package] Compiling tungstenite v0.23.0
32672024-12-19T04:46:58.095Z[ helios-setup] Dec 19 04:46:57.532 INFO E| Compiling futures v0.3.28
32682024-12-19T04:46:58.609Z[ host-package] Compiling lru v0.12.5
32692024-12-19T04:46:59.538Z[ host-package] Compiling instability v0.3.2
32702024-12-19T04:47:01.828Z[ host-package] Compiling cassowary v0.3.0
32712024-12-19T04:47:04.066Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
32722024-12-19T04:47:04.811Z[ host-package] Compiling fallible-iterator v0.3.0
32732024-12-19T04:47:06.206Z[ helios-setup] Dec 19 04:47:05.643 INFO E| Compiling num_enum_derive v0.5.7
32742024-12-19T04:47:06.731Z[ host-package] Compiling rusqlite v0.32.1
32752024-12-19T04:47:07.194Z[ host-package] Compiling ratatui v0.28.1
32762024-12-19T04:47:07.790Z[ host-package] Compiling tokio-tungstenite v0.23.1
32772024-12-19T04:47:09.183Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32782024-12-19T04:47:10.505Z[ helios-setup] Dec 19 04:47:09.940 INFO E| Compiling cargo-lock v8.0.3
32792024-12-19T04:47:10.664Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32802024-12-19T04:47:14.693Z[ helios-setup] Dec 19 04:47:14.130 INFO E| Compiling crossbeam-deque v0.8.2
32812024-12-19T04:47:14.757Z[ helios-setup] Dec 19 04:47:14.193 INFO E| Compiling term v0.7.0
32822024-12-19T04:47:16.003Z[ helios-setup] Dec 19 04:47:15.439 INFO E| Compiling serde_urlencoded v0.7.1
32832024-12-19T04:47:16.844Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32842024-12-19T04:47:16.995Z[ helios-setup] Dec 19 04:47:16.431 INFO E| Compiling sha2 v0.10.6
32852024-12-19T04:47:17.625Z[ helios-setup] Dec 19 04:47:17.019 INFO E| Compiling sha1 v0.10.5
32862024-12-19T04:47:17.625Z[ helios-setup] Dec 19 04:47:17.019 INFO E| Compiling is-terminal v0.4.7
32872024-12-19T04:47:18.211Z[ helios-setup] Dec 19 04:47:17.647 INFO E| Compiling atty v0.2.14
32882024-12-19T04:47:18.496Z[ helios-setup] Dec 19 04:47:17.932 INFO E| Compiling concolor-query v0.3.3
32892024-12-19T04:47:18.809Z[ helios-setup] Dec 19 04:47:18.245 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
32902024-12-19T04:47:19.498Z[ helios-setup] Dec 19 04:47:18.934 INFO E| Compiling anstyle v0.3.5
32912024-12-19T04:47:21.167Z[ helios-setup] Dec 19 04:47:20.603 INFO E| Compiling concolor-override v1.0.0
32922024-12-19T04:47:23.642Z[ helios-setup] Dec 19 04:47:23.075 INFO E| Compiling anstream v0.2.6
32932024-12-19T04:47:24.771Z[ host-package] Compiling tokio-rustls v0.24.1
32942024-12-19T04:47:25.663Z[ helios-setup] Dec 19 04:47:25.098 INFO E| Compiling slog-term v2.9.0
32952024-12-19T04:47:25.747Z[ helios-setup] Dec 19 04:47:25.181 INFO E| Compiling flate2 v1.0.25
32962024-12-19T04:47:25.919Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32972024-12-19T04:47:26.154Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32982024-12-19T04:47:27.870Z[ helios-setup] Dec 19 04:47:27.306 INFO E| Compiling num_enum v0.5.7
32992024-12-19T04:47:28.467Z[ helios-setup] Dec 19 04:47:27.902 INFO E| Compiling rand v0.8.5
33002024-12-19T04:47:28.681Z[ helios-setup] Dec 19 04:47:28.117 INFO E| Compiling rustfmt-wrapper v0.2.0
33012024-12-19T04:47:29.880Z[ helios-setup] Dec 19 04:47:29.315 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
33022024-12-19T04:47:30.304Z[ helios-setup] Dec 19 04:47:29.739 INFO E| Compiling openapiv3 v1.0.2
33032024-12-19T04:47:32.786Z[ helios-setup] Dec 19 04:47:32.222 INFO E| Compiling encoding_rs v0.8.32
33042024-12-19T04:47:33.079Z[ helios-setup] Dec 19 04:47:32.514 INFO E| Compiling base64 v0.13.1
33052024-12-19T04:47:33.234Z[ helios-setup] Dec 19 04:47:32.670 INFO E| Compiling spin v0.5.2
33062024-12-19T04:47:33.824Z[ helios-setup] Dec 19 04:47:33.259 INFO E| Compiling untrusted v0.7.1
33072024-12-19T04:47:34.446Z[ helios-setup] Dec 19 04:47:33.881 INFO E| Compiling either v1.8.0
33082024-12-19T04:47:34.991Z[ helios-setup] Dec 19 04:47:34.426 INFO E| Compiling ipnet v2.7.2
33092024-12-19T04:47:35.157Z[ helios-setup] Dec 19 04:47:34.591 INFO E| Compiling strsim v0.10.0
33102024-12-19T04:47:38.953Z[ helios-setup] Dec 19 04:47:38.387 INFO E| Compiling clap_lex v0.4.1
33112024-12-19T04:47:39.124Z[ helios-setup] Dec 19 04:47:38.559 INFO E| Compiling unsafe-libyaml v0.2.8
33122024-12-19T04:47:39.923Z[ helios-setup] Dec 19 04:47:39.358 INFO E| Compiling utf-8 v0.7.6
33132024-12-19T04:47:40.082Z[ helios-setup] Dec 19 04:47:39.517 INFO E| Compiling project-root v0.2.2
33142024-12-19T04:47:40.413Z[ helios-setup] Dec 19 04:47:39.847 INFO E| Compiling mime v0.3.17
33152024-12-19T04:47:40.684Z[ helios-setup] Dec 19 04:47:40.118 INFO E| Compiling byteorder v1.4.3
33162024-12-19T04:47:40.722Z[ helios-setup] Dec 19 04:47:40.157 INFO E| Compiling clap_builder v4.2.1
33172024-12-19T04:47:41.796Z[ helios-setup] Dec 19 04:47:41.230 INFO E| Compiling tungstenite v0.18.0
33182024-12-19T04:47:42.726Z[ helios-setup] Dec 19 04:47:42.160 INFO E| Compiling serde_yaml v0.9.21
33192024-12-19T04:47:43.141Z[ helios-setup] Dec 19 04:47:42.575 INFO E| Compiling reqwest v0.11.16
33202024-12-19T04:47:45.436Z[ helios-setup] Dec 19 04:47:44.870 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
33212024-12-19T04:47:45.667Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33222024-12-19T04:47:46.299Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33232024-12-19T04:47:50.559Z[ helios-setup] Dec 19 04:47:49.993 INFO E| Compiling rayon v1.6.1
33242024-12-19T04:47:52.683Z[ host-package] Compiling rustls-pemfile v1.0.4
33252024-12-19T04:47:53.440Z[ helios-setup] Dec 19 04:47:52.874 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
33262024-12-19T04:47:54.140Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33272024-12-19T04:47:54.199Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33282024-12-19T04:47:54.269Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
33292024-12-19T04:47:54.642Z[ host-package] Compiling signal-hook-tokio v0.3.1
33302024-12-19T04:47:54.658Z[ helios-setup] Dec 19 04:47:54.092 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
33312024-12-19T04:47:55.131Z[ host-package] Compiling twox-hash v1.6.3
33322024-12-19T04:47:55.706Z[ host-package] Compiling unicode-linebreak v0.1.5
33332024-12-19T04:47:57.146Z[ helios-setup] Dec 19 04:47:56.580 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
33342024-12-19T04:47:57.231Z[ host-package] Compiling smawk v0.3.2
33352024-12-19T04:47:57.518Z[ host-package] Compiling is_ci v1.2.0
33362024-12-19T04:47:57.785Z[ host-package] Compiling supports-color v3.0.1
33372024-12-19T04:47:58.232Z[ host-package] Compiling textwrap v0.16.1
33382024-12-19T04:47:58.825Z[ helios-setup] Dec 19 04:47:58.258 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
33392024-12-19T04:47:58.885Z[ helios-setup] Dec 19 04:47:58.318 INFO E| Compiling clap_derive v4.2.0
33402024-12-19T04:48:03.677Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33412024-12-19T04:48:04.293Z[ helios-setup] Dec 19 04:48:03.726 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
33422024-12-19T04:48:04.499Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33432024-12-19T04:48:09.282Z[ helios-setup] Dec 19 04:48:08.715 INFO E| Compiling clap v4.2.1
33442024-12-19T04:48:09.966Z[ helios-setup] Dec 19 04:48:09.399 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
33452024-12-19T04:48:19.373Z[ helios-setup] Dec 19 04:48:18.805 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
33462024-12-19T04:48:19.832Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
33472024-12-19T04:48:22.864Z[ helios-setup] Dec 19 04:48:22.295 INFO E| Compiling tokio-tungstenite v0.18.0
33482024-12-19T04:48:24.169Z[ helios-setup] Dec 19 04:48:23.601 INFO E| Compiling smartstring v1.0.1
33492024-12-19T04:48:25.544Z[ helios-setup] Dec 19 04:48:24.976 INFO E| Compiling rustls v0.21.0
33502024-12-19T04:48:27.261Z[ helios-setup] Dec 19 04:48:26.693 INFO E| Compiling serde_spanned v0.6.1
33512024-12-19T04:48:27.817Z[ helios-setup] Dec 19 04:48:27.248 INFO E| Compiling toml_datetime v0.6.1
33522024-12-19T04:48:29.748Z[ helios-setup] Dec 19 04:48:29.179 INFO E| Compiling static_assertions v1.1.0
33532024-12-19T04:48:30.086Z[ helios-setup] Dec 19 04:48:29.518 INFO E| Compiling match_cfg v0.1.0
33542024-12-19T04:48:30.463Z[ helios-setup] Dec 19 04:48:29.894 INFO E| Compiling camino v1.1.4
33552024-12-19T04:48:32.472Z[ helios-setup] Dec 19 04:48:31.903 INFO E| Compiling async-trait v0.1.68
33562024-12-19T04:48:33.755Z[ helios-setup] Dec 19 04:48:33.186 INFO E| Compiling paste v1.0.12
33572024-12-19T04:48:33.807Z[ helios-setup] Dec 19 04:48:33.238 INFO E| Compiling winnow v0.4.1
33582024-12-19T04:48:35.128Z[ helios-setup] Dec 19 04:48:34.559 INFO E| Compiling slog-async v2.7.0
33592024-12-19T04:48:36.897Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33602024-12-19T04:48:37.036Z[ helios-setup] Dec 19 04:48:36.467 INFO E| Compiling hostname v0.3.1
33612024-12-19T04:48:38.770Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33622024-12-19T04:48:39.378Z[ helios-setup] Dec 19 04:48:38.809 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
33632024-12-19T04:48:41.385Z[ helios-setup] Dec 19 04:48:40.816 INFO E| Compiling toml_edit v0.19.8
33642024-12-19T04:48:44.259Z[ helios-setup] Dec 19 04:48:43.689 INFO E| Compiling slog-json v2.6.1
33652024-12-19T04:48:45.432Z[ helios-setup] Dec 19 04:48:44.862 INFO E| Compiling unicode-linebreak v0.1.4
33662024-12-19T04:48:47.479Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33672024-12-19T04:48:48.573Z[ helios-setup] Dec 19 04:48:48.003 INFO E| Compiling async-stream-impl v0.3.5
33682024-12-19T04:48:50.248Z[ helios-setup] Dec 19 04:48:49.678 INFO E| Compiling rhai_codegen v1.5.0
33692024-12-19T04:48:50.949Z[ helios-setup] Dec 19 04:48:50.379 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
33702024-12-19T04:48:51.778Z[ helios-setup] Dec 19 04:48:51.208 INFO E| Compiling take_mut v0.2.2
33712024-12-19T04:48:52.722Z[ helios-setup] Dec 19 04:48:52.152 INFO E| Compiling async-stream v0.3.5
33722024-12-19T04:48:53.850Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33732024-12-19T04:48:54.045Z[ helios-setup] Dec 19 04:48:53.474 INFO E| Compiling toml v0.7.3
33742024-12-19T04:48:54.917Z[ helios-setup] Dec 19 04:48:54.347 INFO E| Compiling slog-bunyan v2.4.0
33752024-12-19T04:48:55.637Z[ helios-setup] Dec 19 04:48:55.066 INFO E| Compiling rhai v1.14.0
33762024-12-19T04:49:01.310Z[ helios-setup] Dec 19 04:49:00.739 INFO E| Compiling rustls-pemfile v1.0.2
33772024-12-19T04:49:01.936Z[ helios-setup] Dec 19 04:49:01.366 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
33782024-12-19T04:49:02.717Z[ helios-setup] Dec 19 04:49:02.146 INFO E| Compiling serde_path_to_error v0.1.11
33792024-12-19T04:49:02.931Z[ helios-setup] Dec 19 04:49:02.361 INFO E| Compiling bincode v1.3.3
33802024-12-19T04:49:05.156Z[ helios-setup] Dec 19 04:49:04.585 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
33812024-12-19T04:49:05.608Z[ helios-setup] Dec 19 04:49:05.037 INFO E| Compiling terminal_size v0.2.6
33822024-12-19T04:49:06.057Z[ helios-setup] Dec 19 04:49:05.486 INFO E| Compiling smawk v0.3.1
33832024-12-19T04:49:06.713Z[ helios-setup] Dec 19 04:49:06.142 INFO E| Compiling textwrap v0.16.0
33842024-12-19T04:49:12.150Z[ helios-setup] Dec 19 04:49:11.579 INFO E| Compiling sct v0.7.0
33852024-12-19T04:49:13.143Z[ helios-setup] Dec 19 04:49:12.572 INFO E| Compiling rustls-webpki v0.100.1
33862024-12-19T04:49:13.563Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33872024-12-19T04:49:15.593Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
33882024-12-19T04:49:16.475Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
33892024-12-19T04:49:25.237Z[ helios-setup] Dec 19 04:49:24.665 INFO E| Compiling tokio-rustls v0.24.0
33902024-12-19T04:49:26.245Z[ helios-setup] Dec 19 04:49:25.673 INFO E| Compiling git2 v0.16.1
33912024-12-19T04:49:29.181Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33922024-12-19T04:49:32.125Z[ host-package] Compiling fatfs v0.3.6
33932024-12-19T04:49:33.171Z[ host-package] Compiling rtoolbox v0.0.2
33942024-12-19T04:49:34.109Z[ host-package] Compiling assert_matches v1.5.0
33952024-12-19T04:49:34.670Z[ host-package] Compiling rpassword v7.3.1
33962024-12-19T04:49:36.635Z[ helios-setup] Dec 19 04:49:36.062 INFO E| Compiling built v0.6.0
33972024-12-19T04:49:37.748Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33982024-12-19T04:49:39.125Z[ helios-setup] Dec 19 04:49:38.551 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
33992024-12-19T04:49:41.202Z[ helios-setup] Dec 19 04:49:40.628 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
34002024-12-19T04:49:41.988Z[ helios-setup] Dec 19 04:49:41.415 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
34012024-12-19T04:49:46.632Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34022024-12-19T04:49:53.307Z[ helios-setup] Dec 19 04:49:52.733 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
34032024-12-19T04:49:56.700Z[ helios-setup] Dec 19 04:49:56.126 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
34042024-12-19T04:49:57.705Z[ host-package] Compiling tui-tree-widget v0.22.0
34052024-12-19T04:49:58.696Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
34062024-12-19T04:49:58.833Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34072024-12-19T04:49:59.695Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
34082024-12-19T04:50:00.846Z[ host-package] Compiling uzers v0.12.1
34092024-12-19T04:50:06.689Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
34102024-12-19T04:50:23.742Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34112024-12-19T04:50:26.988Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
34122024-12-19T04:50:45.445Z[ helios-setup] Dec 19 04:50:44.867 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
34132024-12-19T04:51:11.752Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
34142024-12-19T04:51:12.689Z[ host-package] Compiling multimap v0.10.0
34152024-12-19T04:51:53.422Z[ helios-setup] Dec 19 04:51:52.840 INFO E| Finished `release` profile [optimized] target(s) in 6m 45s
34162024-12-19T04:51:53.552Z[ helios-setup] Dec 19 04:51:52.970 INFO building project "pilot" ok (405 seconds)
34172024-12-19T04:51:53.553Z[ helios-setup] Dec 19 04:51:52.970 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
34182024-12-19T04:51:53.553Z[ helios-setup] Dec 19 04:51:52.970 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
34192024-12-19T04:51:53.865Z[ helios-setup] Dec 19 04:51:53.282 INFO E| Downloading crates ...
34202024-12-19T04:51:53.981Z[ helios-setup] Dec 19 04:51:53.399 INFO E| Downloaded bytes v1.2.1
34212024-12-19T04:51:53.988Z[ helios-setup] Dec 19 04:51:53.406 INFO E| Downloaded typenum v1.15.0
34222024-12-19T04:51:54.012Z[ helios-setup] Dec 19 04:51:53.430 INFO E| Downloaded sha2 v0.10.5
34232024-12-19T04:51:54.015Z[ helios-setup] Dec 19 04:51:53.433 INFO E| Downloaded digest v0.10.3
34242024-12-19T04:51:54.017Z[ helios-setup] Dec 19 04:51:53.435 INFO E| Downloaded anyhow v1.0.62
34252024-12-19T04:51:54.090Z[ helios-setup] Dec 19 04:51:53.508 INFO E| Compiling version_check v0.9.4
34262024-12-19T04:51:54.090Z[ helios-setup] Dec 19 04:51:53.508 INFO E| Compiling typenum v1.15.0
34272024-12-19T04:51:54.092Z[ helios-setup] Dec 19 04:51:53.508 INFO E| Compiling crc32fast v1.3.2
34282024-12-19T04:51:54.092Z[ helios-setup] Dec 19 04:51:53.508 INFO E| Compiling cfg-if v1.0.0
34292024-12-19T04:51:54.092Z[ helios-setup] Dec 19 04:51:53.508 INFO E| Compiling adler v1.0.2
34302024-12-19T04:51:54.094Z[ helios-setup] Dec 19 04:51:53.508 INFO E| Compiling anyhow v1.0.62
34312024-12-19T04:51:54.094Z[ helios-setup] Dec 19 04:51:53.508 INFO E| Compiling cpufeatures v0.2.5
34322024-12-19T04:51:54.094Z[ helios-setup] Dec 19 04:51:53.508 INFO E| Compiling unicode-width v0.1.10
34332024-12-19T04:51:54.704Z[ helios-setup] Dec 19 04:51:54.121 INFO E| Compiling bitflags v1.3.2
34342024-12-19T04:51:54.849Z[ helios-setup] Dec 19 04:51:54.267 INFO E| Compiling bytes v1.2.1
34352024-12-19T04:51:55.001Z[ helios-setup] Dec 19 04:51:54.419 INFO E| Compiling miniz_oxide v0.6.2
34362024-12-19T04:51:55.192Z[ helios-setup] Dec 19 04:51:54.599 INFO E| Compiling getopts v0.2.21
34372024-12-19T04:51:55.941Z[ helios-setup] Dec 19 04:51:55.359 INFO E| Compiling generic-array v0.14.6
34382024-12-19T04:51:56.734Z[ helios-setup] Dec 19 04:51:56.150 INFO E| Compiling flate2 v1.0.25
34392024-12-19T04:52:00.295Z[ helios-setup] Dec 19 04:51:59.712 INFO E| Compiling block-buffer v0.10.3
34402024-12-19T04:52:00.295Z[ helios-setup] Dec 19 04:51:59.712 INFO E| Compiling crypto-common v0.1.6
34412024-12-19T04:52:00.585Z[ helios-setup] Dec 19 04:52:00.002 INFO E| Compiling digest v0.10.3
34422024-12-19T04:52:01.212Z[ helios-setup] Dec 19 04:52:00.393 INFO E| Compiling sha2 v0.10.5
34432024-12-19T04:52:01.606Z[ helios-setup] Dec 19 04:52:01.024 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
34442024-12-19T04:52:07.304Z[ helios-setup] Dec 19 04:52:06.721 INFO E| Finished `release` profile [optimized] target(s) in 13.65s
34452024-12-19T04:52:07.320Z[ helios-setup] Dec 19 04:52:06.737 INFO building project "bootserver" ok (13 seconds)
34462024-12-19T04:52:07.323Z[ helios-setup] rm -f helios-build
34472024-12-19T04:52:07.328Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
34482024-12-19T04:52:07.331Z[ helios-setup]
34492024-12-19T04:52:07.331Z[ helios-setup] Setup complete! ./helios-build is now available.
34502024-12-19T04:52:07.333Z[ helios-setup]
34512024-12-19T04:52:07.333Z[ helios-setup]
34522024-12-19T04:52:07.333Z[ helios-setup] real 12:06.947776326
34532024-12-19T04:52:07.333Z[ helios-setup] user 28:57.803624540
34542024-12-19T04:52:07.335Z[ helios-setup] sys 3:34.252779962
34552024-12-19T04:52:07.335Z[ helios-setup] trap 1.747538024
34562024-12-19T04:52:07.335Z[ helios-setup] tflt 6.741318812
34572024-12-19T04:52:07.335Z[ helios-setup] dflt 36.836846349
34582024-12-19T04:52:07.336Z[ helios-setup] kflt 0.043233510
34592024-12-19T04:52:07.337Z[ helios-setup] lock 2:04:00.555113779
34602024-12-19T04:52:07.337Z[ helios-setup] slp 3:45:20.514612877
34612024-12-19T04:52:07.337Z[ helios-setup] lat 33:20.340240110
34622024-12-19T04:52:07.337Z[ helios-setup] stop 4:34.690909802
34632024-12-19T04:52:07.337ZDec 19 04:52:06.751 INFO [helios-setup] process exited with exit status: 0 (726.953540078s)
34642024-12-19T04:52:07.337ZDec 19 04:52:06.751 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
34652024-12-19T04:52:07.361Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos'
34662024-12-19T04:52:07.712Z[ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26)
34672024-12-19T04:52:07.712Z[ phbl-toolchain] info: downloading component 'cargo'
34682024-12-19T04:52:08.819Z[ phbl-toolchain] info: downloading component 'clippy'
34692024-12-19T04:52:09.204Z[ phbl-toolchain] info: downloading component 'llvm-tools'
34702024-12-19T04:52:13.803Z[ phbl-toolchain] info: downloading component 'miri'
34712024-12-19T04:52:14.038Z[ phbl-toolchain] info: downloading component 'rust-docs'
34722024-12-19T04:52:15.323Z[ phbl-toolchain] info: downloading component 'rust-src'
34732024-12-19T04:52:15.513Z[ phbl-toolchain] info: downloading component 'rust-std'
34742024-12-19T04:52:17.739Z[ phbl-toolchain] info: downloading component 'rustc'
34752024-12-19T04:52:25.346Z[ phbl-toolchain] info: downloading component 'rustfmt'
34762024-12-19T04:52:25.556Z[ phbl-toolchain] info: installing component 'cargo'
34772024-12-19T04:52:26.832Z[ phbl-toolchain] info: installing component 'clippy'
34782024-12-19T04:52:27.398Z[ phbl-toolchain] info: installing component 'llvm-tools'
34792024-12-19T04:52:33.292Z[ phbl-toolchain] info: installing component 'miri'
34802024-12-19T04:52:33.624Z[ phbl-toolchain] info: installing component 'rust-docs'
34812024-12-19T04:52:41.257Z[ phbl-toolchain] info: installing component 'rust-src'
34822024-12-19T04:52:42.216Z[ phbl-toolchain] info: installing component 'rust-std'
34832024-12-19T04:52:44.597Z[ phbl-toolchain] info: installing component 'rustc'
34842024-12-19T04:52:53.437Z[ phbl-toolchain] info: installing component 'rustfmt'
34852024-12-19T04:52:54.123Z[ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25)
34862024-12-19T04:52:54.125ZDec 19 04:52:53.539 INFO [phbl-toolchain] process exited with exit status: 0 (46.787925716s)
34872024-12-19T04:53:55.309Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34882024-12-19T04:53:57.790Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34892024-12-19T05:00:39.178Z[ host-package] Finished `release` profile [optimized] target(s) in 19m 47s
34902024-12-19T05:01:46.561ZDec 19 05:01:45.940 INFO [host-package] process exited with exit status: 0 (1255.504693554s)
34912024-12-19T05:01:46.563ZDec 19 05:01:45.940 INFO [host-stamp] running task
34922024-12-19T05:01:46.563ZDec 19 05:01:45.941 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
34932024-12-19T05:01:46.563ZDec 19 05:01:45.941 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+git2a37e9cc498
34942024-12-19T05:01:46.576ZDec 19 05:01:45.955 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+git2a37e9cc498
34952024-12-19T05:01:46.584ZDec 19 05:01:45.963 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+git2a37e9cc498
34962024-12-19T05:01:46.584Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
34972024-12-19T05:01:46.590Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
34982024-12-19T05:01:46.592Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
34992024-12-19T05:01:46.594Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35002024-12-19T05:01:46.594ZDec 19 05:01:45.972 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+git2a37e9cc498
35012024-12-19T05:01:46.603Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
35022024-12-19T05:01:46.603ZDec 19 05:01:45.982 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+git2a37e9cc498
35032024-12-19T05:01:46.612Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
35042024-12-19T05:01:46.614Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
35052024-12-19T05:01:46.617Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
35062024-12-19T05:01:46.617ZDec 19 05:01:45.995 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+git2a37e9cc498
35072024-12-19T05:01:46.630Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35082024-12-19T05:01:46.630ZDec 19 05:01:46.009 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (67.642761ms)
35092024-12-19T05:01:46.633ZDec 19 05:01:46.009 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+git2a37e9cc498
35102024-12-19T05:01:46.644Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
35112024-12-19T05:01:46.644ZDec 19 05:01:46.023 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+git2a37e9cc498
35122024-12-19T05:01:46.660Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
35132024-12-19T05:01:46.660ZDec 19 05:01:46.038 INFO [stamp-oxlog] process exited with exit status: 0 (75.76039ms)
35142024-12-19T05:01:46.662ZDec 19 05:01:46.039 INFO [stamp-overlay] process exited with exit status: 0 (66.815571ms)
35152024-12-19T05:01:46.675Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
35162024-12-19T05:01:46.686Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
35172024-12-19T05:01:46.691ZDec 19 05:01:46.070 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (114.645376ms)
35182024-12-19T05:01:46.816Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
35192024-12-19T05:01:46.820ZDec 19 05:01:46.199 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (217.053632ms)
35202024-12-19T05:01:47.035Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
35212024-12-19T05:01:47.037ZDec 19 05:01:46.416 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (421.734389ms)
35222024-12-19T05:01:47.887Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
35232024-12-19T05:01:47.891ZDec 19 05:01:47.269 INFO [stamp-propolis-server] process exited with exit status: 0 (1.246767517s)
35242024-12-19T05:01:47.950Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35252024-12-19T05:01:50.209Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35262024-12-19T05:01:57.477Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
35272024-12-19T05:01:57.480ZDec 19 05:01:56.859 INFO [stamp-switch-asic] process exited with exit status: 0 (10.849806274s)
35282024-12-19T05:01:57.483ZDec 19 05:01:56.859 INFO [host-stamp] task succeeded (10.919137103s)
35292024-12-19T05:01:57.483ZDec 19 05:01:56.859 INFO [host-proto] running task
35302024-12-19T05:01:57.915ZDec 19 05:01:57.293 INFO [host-proto] task succeeded (433.724422ms)
35312024-12-19T05:01:57.915ZDec 19 05:01:57.293 INFO [host-profile] running task
35322024-12-19T05:01:57.918ZDec 19 05:01:57.293 INFO [host-profile] task succeeded (360.572µs)
35332024-12-19T05:01:57.918ZDec 19 05:01:57.293 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/.tmpQNcPdX/proto/host/root -N 'ci 2a37e9c/${os_short_commit} 2024-12-19 04:39' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
35342024-12-19T05:01:57.935Z[ host-image] Dec 19 05:01:57.313 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
35352024-12-19T05:01:57.935Z[ host-image] Dec 19 05:01:57.313 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
35362024-12-19T05:01:57.950Z[ host-image] Dec 19 05:01:57.328 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpQNcPdX/proto/host/root"
35372024-12-19T05:01:57.952Z[ host-image] Dec 19 05:01:57.328 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
35382024-12-19T05:01:57.952Z[ host-image] Dec 19 05:01:57.328 INFO image builder template: ramdisk-01-os...
35392024-12-19T05:01:57.952Z[ host-image] Dec 19 05:01:57.328 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/.tmpQNcPdX/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
35402024-12-19T05:01:57.970Z[ host-image] Dec 19 05:01:57.348 INFO O| Dec 19 05:01:57.347 INFO CREATE DATASET: rpool/images/build/host/output
35412024-12-19T05:01:58.184Z[ host-image] Dec 19 05:01:57.562 INFO O| Dec 19 05:01:57.562 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35422024-12-19T05:01:58.189Z[ host-image] Dec 19 05:01:57.567 INFO O| Dec 19 05:01:57.567 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35432024-12-19T05:01:58.433Z[ host-image] Dec 19 05:01:57.811 INFO O| Dec 19 05:01:57.811 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
35442024-12-19T05:01:58.506Z[ host-image] Dec 19 05:01:57.884 INFO O| Dec 19 05:01:57.884 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35452024-12-19T05:01:58.506Z[ host-image] Dec 19 05:01:57.884 INFO O| Dec 19 05:01:57.884 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
35462024-12-19T05:01:58.509Z[ host-image] Dec 19 05:01:57.885 INFO O| Dec 19 05:01:57.885 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
35472024-12-19T05:01:58.509Z[ host-image] Dec 19 05:01:57.885 INFO O| Dec 19 05:01:57.885 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
35482024-12-19T05:01:58.519Z[ host-image] Dec 19 05:01:57.897 INFO O| Dec 19 05:01:57.897 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
35492024-12-19T05:01:58.772Z[ host-image] Dec 19 05:01:58.150 INFO O| Dec 19 05:01:58.149 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35502024-12-19T05:01:58.783Z[ host-image] Dec 19 05:01:58.161 INFO O| Dec 19 05:01:58.161 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
35512024-12-19T05:01:59.304Z[ host-image] Dec 19 05:01:58.682 INFO O| Dec 19 05:01:58.682 INFO O| Caching catalogs ... Done
35522024-12-19T05:01:59.430Z[ host-image] Dec 19 05:01:58.808 INFO O| Dec 19 05:01:58.808 INFO STEP 0 (pkg_image_create) COMPLETE
35532024-12-19T05:01:59.430Z[ host-image] Dec 19 05:01:58.808 INFO O| Dec 19 05:01:58.808 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35542024-12-19T05:01:59.433Z[ host-image] Dec 19 05:01:58.808 INFO O| Dec 19 05:01:58.808 INFO skip step because feature "repo_redist" is not enabled
35552024-12-19T05:01:59.434Z[ host-image] Dec 19 05:01:58.808 INFO O| Dec 19 05:01:58.808 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35562024-12-19T05:01:59.448Z[ host-image] Dec 19 05:01:58.826 INFO O| Dec 19 05:01:58.826 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"]
35572024-12-19T05:02:00.046Z[ host-image] Dec 19 05:01:59.424 INFO O| Dec 19 05:01:59.424 INFO STEP 2 (pkg_set_publisher) COMPLETE
35582024-12-19T05:02:00.046Z[ host-image] Dec 19 05:01:59.424 INFO O| Dec 19 05:01:59.424 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35592024-12-19T05:02:00.063Z[ host-image] Dec 19 05:01:59.441 INFO O| Dec 19 05:01:59.441 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"]
35602024-12-19T05:02:00.632Z[ host-image] Dec 19 05:02:00.010 INFO O| Dec 19 05:02:00.010 INFO STEP 3 (pkg_set_publisher) COMPLETE
35612024-12-19T05:02:00.632Z[ host-image] Dec 19 05:02:00.010 INFO O| Dec 19 05:02:00.010 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35622024-12-19T05:02:00.635Z[ host-image] Dec 19 05:02:00.010 INFO O| Dec 19 05:02:00.010 INFO skip step because feature "repo_redist" is not enabled
35632024-12-19T05:02:00.635Z[ host-image] Dec 19 05:02:00.010 INFO O| Dec 19 05:02:00.010 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35642024-12-19T05:02:01.185Z[ host-image] Dec 19 05:02:00.563 INFO O| Dec 19 05:02:00.563 INFO variant opensolaris.zone is already global
35652024-12-19T05:02:01.185Z[ host-image] Dec 19 05:02:00.563 INFO O| Dec 19 05:02:00.563 INFO STEP 5 (pkg_change_variant) COMPLETE
35662024-12-19T05:02:01.187Z[ host-image] Dec 19 05:02:00.563 INFO O| Dec 19 05:02:00.563 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35672024-12-19T05:02:01.747Z[ host-image] Dec 19 05:02:01.124 INFO O| Dec 19 05:02:01.124 INFO variant opensolaris.imagetype is full; changing to partial
35682024-12-19T05:02:01.747Z[ host-image] Dec 19 05:02:01.124 INFO O| Dec 19 05:02:01.124 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
35692024-12-19T05:02:09.640Z[recovery-package] Finished `release` profile [optimized] target(s) in 22.83s
35702024-12-19T05:02:09.831Z[ host-image] Dec 19 05:02:09.208 INFO O| Dec 19 05:02:09.207 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35712024-12-19T05:02:10.857ZDec 19 05:02:10.234 INFO [recovery-package] process exited with exit status: 0 (24.293193079s)
35722024-12-19T05:02:10.857ZDec 19 05:02:10.234 INFO [recovery-stamp] running task
35732024-12-19T05:02:10.860ZDec 19 05:02:10.234 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
35742024-12-19T05:02:10.865ZDec 19 05:02:10.242 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+git2a37e9cc498
35752024-12-19T05:02:10.873ZDec 19 05:02:10.250 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+git2a37e9cc498
35762024-12-19T05:02:10.882Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
35772024-12-19T05:02:10.891Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
35782024-12-19T05:02:10.968Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
35792024-12-19T05:02:10.972ZDec 19 05:02:10.349 INFO [stamp-installinator] process exited with exit status: 0 (107.146908ms)
35802024-12-19T05:02:11.026Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
35812024-12-19T05:02:11.029ZDec 19 05:02:10.406 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (156.017852ms)
35822024-12-19T05:02:11.040ZDec 19 05:02:10.406 INFO [recovery-stamp] task succeeded (171.963394ms)
35832024-12-19T05:02:11.040ZDec 19 05:02:10.406 INFO [recovery-proto] running task
35842024-12-19T05:02:11.040ZDec 19 05:02:10.406 INFO [tuf-stamp] running task
35852024-12-19T05:02:11.040ZDec 19 05:02:10.407 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+git2a37e9cc498
35862024-12-19T05:02:11.045ZDec 19 05:02:10.422 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+git2a37e9cc498
35872024-12-19T05:02:11.058Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
35882024-12-19T05:02:11.061ZDec 19 05:02:10.436 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+git2a37e9cc498
35892024-12-19T05:02:11.070ZDec 19 05:02:10.447 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+git2a37e9cc498
35902024-12-19T05:02:11.078Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
35912024-12-19T05:02:11.081Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
35922024-12-19T05:02:11.084ZDec 19 05:02:10.459 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+git2a37e9cc498
35932024-12-19T05:02:11.108Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
35942024-12-19T05:02:11.110ZDec 19 05:02:10.485 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+git2a37e9cc498
35952024-12-19T05:02:11.162Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
35962024-12-19T05:02:11.166Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
35972024-12-19T05:02:11.167ZDec 19 05:02:10.540 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+git2a37e9cc498
35982024-12-19T05:02:11.196Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
35992024-12-19T05:02:11.227ZDec 19 05:02:10.604 INFO [recovery-proto] task succeeded (197.652276ms)
36002024-12-19T05:02:11.230ZDec 19 05:02:10.605 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/.tmpQNcPdX/proto/recovery/root -N 'recovery 2a37e9c/${os_short_commit} 2024-12-19 04:39' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
36012024-12-19T05:02:11.264ZDec 19 05:02:10.641 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+git2a37e9cc498
36022024-12-19T05:02:11.280Z[ recovery-image] Dec 19 05:02:10.654 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
36032024-12-19T05:02:11.282Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
36042024-12-19T05:02:11.283Z[ recovery-image] Dec 19 05:02:10.654 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
36052024-12-19T05:02:11.294Z[ recovery-image] Dec 19 05:02:10.671 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpQNcPdX/proto/recovery/root"
36062024-12-19T05:02:11.294Z[ recovery-image] Dec 19 05:02:10.671 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
36072024-12-19T05:02:11.296Z[ recovery-image] Dec 19 05:02:10.671 INFO image builder template: ramdisk-01-os...
36082024-12-19T05:02:11.297Z[ recovery-image] Dec 19 05:02:10.671 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/.tmpQNcPdX/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.311", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
36092024-12-19T05:02:11.328ZDec 19 05:02:10.705 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+git2a37e9cc498
36102024-12-19T05:02:11.370Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
36112024-12-19T05:02:11.370Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
36122024-12-19T05:02:11.374ZDec 19 05:02:10.747 INFO [stamp-probe] process exited with exit status: 0 (339.495462ms)
36132024-12-19T05:02:11.374ZDec 19 05:02:10.747 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+git2a37e9cc498
36142024-12-19T05:02:11.431ZDec 19 05:02:10.808 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+git2a37e9cc498
36152024-12-19T05:02:11.497Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
36162024-12-19T05:02:11.519Z[ recovery-image] Dec 19 05:02:10.849 INFO O| Dec 19 05:02:10.719 INFO CREATE DATASET: rpool/images/build/recovery/output
36172024-12-19T05:02:11.521Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
36182024-12-19T05:02:11.737Z[ recovery-image] Dec 19 05:02:11.114 INFO O| Dec 19 05:02:11.114 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36192024-12-19T05:02:11.748Z[ recovery-image] Dec 19 05:02:11.125 INFO O| Dec 19 05:02:11.125 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36202024-12-19T05:02:11.860Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
36212024-12-19T05:02:11.905Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
36222024-12-19T05:02:12.065Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
36232024-12-19T05:02:12.070ZDec 19 05:02:11.447 INFO [stamp-ntp] process exited with exit status: 0 (699.463437ms)
36242024-12-19T05:02:12.207Z[ recovery-image] Dec 19 05:02:11.584 INFO O| Dec 19 05:02:11.584 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
36252024-12-19T05:02:12.376Z[ recovery-image] Dec 19 05:02:11.753 INFO O| Dec 19 05:02:11.753 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36262024-12-19T05:02:12.376Z[ recovery-image] Dec 19 05:02:11.753 INFO O| Dec 19 05:02:11.753 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36272024-12-19T05:02:12.379Z[ recovery-image] Dec 19 05:02:11.753 INFO O| Dec 19 05:02:11.753 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36282024-12-19T05:02:12.379Z[ recovery-image] Dec 19 05:02:11.753 INFO O| Dec 19 05:02:11.753 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36292024-12-19T05:02:12.397Z[ recovery-image] Dec 19 05:02:11.774 INFO O| Dec 19 05:02:11.774 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36302024-12-19T05:02:12.627Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
36312024-12-19T05:02:12.680ZDec 19 05:02:12.057 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.610158607s)
36322024-12-19T05:02:12.793Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
36332024-12-19T05:02:12.803ZDec 19 05:02:12.180 INFO [stamp-internal-dns] process exited with exit status: 0 (1.744689935s)
36342024-12-19T05:02:12.829Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
36352024-12-19T05:02:12.834ZDec 19 05:02:12.211 INFO [stamp-external-dns] process exited with exit status: 0 (1.726347659s)
36362024-12-19T05:02:12.846Z[ recovery-image] Dec 19 05:02:12.223 INFO O| Dec 19 05:02:12.223 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36372024-12-19T05:02:12.861Z[ recovery-image] Dec 19 05:02:12.238 INFO O| Dec 19 05:02:12.238 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
36382024-12-19T05:02:13.002Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
36392024-12-19T05:02:13.035ZDec 19 05:02:12.412 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.98949789s)
36402024-12-19T05:02:13.403Z[ recovery-image] Dec 19 05:02:12.780 INFO O| Dec 19 05:02:12.780 INFO O| Caching catalogs ... Done
36412024-12-19T05:02:13.518Z[ recovery-image] Dec 19 05:02:12.895 INFO O| Dec 19 05:02:12.894 INFO STEP 0 (pkg_image_create) COMPLETE
36422024-12-19T05:02:13.518Z[ recovery-image] Dec 19 05:02:12.895 INFO O| Dec 19 05:02:12.894 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36432024-12-19T05:02:13.518Z[ recovery-image] Dec 19 05:02:12.895 INFO O| Dec 19 05:02:12.895 INFO skip step because feature "repo_redist" is not enabled
36442024-12-19T05:02:13.518Z[ recovery-image] Dec 19 05:02:12.895 INFO O| Dec 19 05:02:12.895 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36452024-12-19T05:02:13.530Z[ recovery-image] Dec 19 05:02:12.907 INFO O| Dec 19 05:02:12.907 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"]
36462024-12-19T05:02:13.790Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
36472024-12-19T05:02:13.795ZDec 19 05:02:13.172 INFO [stamp-oximeter] process exited with exit status: 0 (2.530728521s)
36482024-12-19T05:02:14.016Z[ recovery-image] Dec 19 05:02:13.392 INFO O| Dec 19 05:02:13.392 INFO STEP 2 (pkg_set_publisher) COMPLETE
36492024-12-19T05:02:14.016Z[ recovery-image] Dec 19 05:02:13.392 INFO O| Dec 19 05:02:13.392 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36502024-12-19T05:02:14.030Z[ recovery-image] Dec 19 05:02:13.407 INFO O| Dec 19 05:02:13.407 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"]
36512024-12-19T05:02:14.513Z[ recovery-image] Dec 19 05:02:13.890 INFO O| Dec 19 05:02:13.890 INFO STEP 3 (pkg_set_publisher) COMPLETE
36522024-12-19T05:02:14.513Z[ recovery-image] Dec 19 05:02:13.890 INFO O| Dec 19 05:02:13.890 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36532024-12-19T05:02:14.513Z[ recovery-image] Dec 19 05:02:13.890 INFO O| Dec 19 05:02:13.890 INFO skip step because feature "repo_redist" is not enabled
36542024-12-19T05:02:14.516Z[ recovery-image] Dec 19 05:02:13.890 INFO O| Dec 19 05:02:13.890 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36552024-12-19T05:02:14.986Z[ recovery-image] Dec 19 05:02:14.362 INFO O| Dec 19 05:02:14.362 INFO variant opensolaris.zone is already global
36562024-12-19T05:02:14.986Z[ recovery-image] Dec 19 05:02:14.362 INFO O| Dec 19 05:02:14.362 INFO STEP 5 (pkg_change_variant) COMPLETE
36572024-12-19T05:02:14.988Z[ recovery-image] Dec 19 05:02:14.362 INFO O| Dec 19 05:02:14.362 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36582024-12-19T05:02:15.390Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
36592024-12-19T05:02:15.395ZDec 19 05:02:14.772 INFO [stamp-nexus] process exited with exit status: 0 (4.312602366s)
36602024-12-19T05:02:15.474Z[ recovery-image] Dec 19 05:02:14.850 INFO O| Dec 19 05:02:14.850 INFO variant opensolaris.imagetype is full; changing to partial
36612024-12-19T05:02:15.474Z[ recovery-image] Dec 19 05:02:14.850 INFO O| Dec 19 05:02:14.850 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
36622024-12-19T05:02:15.675Z[ host-image] Dec 19 05:02:15.051 INFO O| Dec 19 05:02:15.051 INFO O| Startup: Caching catalogs ... Done
36632024-12-19T05:02:15.750Z[ host-image] Dec 19 05:02:15.127 INFO O| Dec 19 05:02:15.127 INFO O| Planning: Planning completed in 0.00 seconds
36642024-12-19T05:02:15.752Z[ host-image] Dec 19 05:02:15.127 INFO O| Dec 19 05:02:15.127 INFO O| Planning: Consolidating action changes ... Done
36652024-12-19T05:02:15.752Z[ host-image] Dec 19 05:02:15.127 INFO O| Dec 19 05:02:15.127 INFO O| Planning: Evaluating mediators ... Done
36662024-12-19T05:02:15.752Z[ host-image] Dec 19 05:02:15.128 INFO O| Dec 19 05:02:15.128 INFO O| Planning: Planning completed in 0.00 seconds
36672024-12-19T05:02:15.752Z[ host-image] Dec 19 05:02:15.128 INFO O| Dec 19 05:02:15.128 INFO O| Variants/Facets to change: 1
36682024-12-19T05:02:15.886Z[ host-image] Dec 19 05:02:15.152 INFO O| Dec 19 05:02:15.151 INFO O| Done
36692024-12-19T05:02:15.886Z[ host-image] Dec 19 05:02:15.152 INFO O| Dec 19 05:02:15.152 INFO O| Done
36702024-12-19T05:02:15.987Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36712024-12-19T05:02:15.990Z[verify-libraries] Compiling polyval v0.6.2
36722024-12-19T05:02:16.180Z[verify-libraries] Compiling ctr v0.9.2
36732024-12-19T05:02:16.207Z[verify-libraries] Compiling ssh-encoding v0.2.0
36742024-12-19T05:02:16.208Z[verify-libraries] Compiling blowfish v0.9.1
36752024-12-19T05:02:16.208Z[verify-libraries] Compiling password-hash v0.4.2
36762024-12-19T05:02:16.208Z[verify-libraries] Compiling matches v0.1.10
36772024-12-19T05:02:16.208Z[verify-libraries] Compiling p256 v0.13.2
36782024-12-19T05:02:16.697Z[ host-image] Dec 19 05:02:16.073 INFO O| Dec 19 05:02:16.073 INFO O| Done
36792024-12-19T05:02:16.756Z[verify-libraries] Compiling ghash v0.5.1
36802024-12-19T05:02:16.759Z[verify-libraries] Compiling idna v0.2.3
36812024-12-19T05:02:16.760Z[verify-libraries] Compiling p521 v0.13.3
36822024-12-19T05:02:16.771Z[ host-image] Dec 19 05:02:16.148 INFO O| Dec 19 05:02:16.148 INFO O| Done
36832024-12-19T05:02:16.774Z[ host-image] Dec 19 05:02:16.150 INFO O| Dec 19 05:02:16.150 INFO O| Done
36842024-12-19T05:02:16.774Z[ host-image] Dec 19 05:02:16.150 INFO O| Dec 19 05:02:16.150 INFO O| Done
36852024-12-19T05:02:16.778Z[ host-image] Dec 19 05:02:16.152 INFO O| Dec 19 05:02:16.151 INFO O| Done
36862024-12-19T05:02:17.433Z[verify-libraries] Compiling aes-gcm v0.10.3
36872024-12-19T05:02:17.534Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
36882024-12-19T05:02:17.738Z[verify-libraries] Compiling pbkdf2 v0.11.0
36892024-12-19T05:02:17.779Z[ host-image] Dec 19 05:02:17.155 INFO O| Dec 19 05:02:17.154 INFO STEP 6 (pkg_change_variant) COMPLETE
36902024-12-19T05:02:17.780Z[ host-image] Dec 19 05:02:17.155 INFO O| Dec 19 05:02:17.154 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36912024-12-19T05:02:17.780Z[ host-image] Dec 19 05:02:17.155 INFO O| Dec 19 05:02:17.154 INFO skip step because feature "debug_variant" is not enabled
36922024-12-19T05:02:17.780Z[ host-image] Dec 19 05:02:17.156 INFO O| Dec 19 05:02:17.154 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36932024-12-19T05:02:17.783Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
36942024-12-19T05:02:17.797ZDec 19 05:02:17.174 INFO [stamp-cockroachdb] process exited with exit status: 0 (6.460070784s)
36952024-12-19T05:02:17.932Z[verify-libraries] Compiling ssh-cipher v0.2.0
36962024-12-19T05:02:18.369Z[verify-libraries] Compiling enum-as-inner v0.5.1
36972024-12-19T05:02:18.440Z[verify-libraries] Compiling ssh-key v0.6.6
36982024-12-19T05:02:18.443Z[ host-image] Dec 19 05:02:17.819 INFO O| Dec 19 05:02:17.819 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
36992024-12-19T05:02:19.450Z[verify-libraries] Compiling russh-cryptovec v0.7.3
37002024-12-19T05:02:19.683Z[verify-libraries] Compiling md5 v0.7.0
37012024-12-19T05:02:19.766Z[verify-libraries] Compiling trust-dns-proto v0.22.0
37022024-12-19T05:02:19.923Z[ host-image] Dec 19 05:02:19.299 INFO O| Dec 19 05:02:19.298 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37032024-12-19T05:02:19.926Z[ host-image] Dec 19 05:02:19.301 INFO O| Dec 19 05:02:19.300 INFO O| Planning: Planning completed in 0.00 seconds
37042024-12-19T05:02:19.926Z[verify-libraries] Compiling num-bigint v0.4.6
37052024-12-19T05:02:19.926Z[ host-image] Dec 19 05:02:19.302 INFO O| Dec 19 05:02:19.301 INFO O| Planning: Consolidating action changes ... Done
37062024-12-19T05:02:19.926Z[ host-image] Dec 19 05:02:19.302 INFO O| Dec 19 05:02:19.302 INFO O| Planning: Evaluating mediators ... Done
37072024-12-19T05:02:19.928Z[ host-image] Dec 19 05:02:19.302 INFO O| Dec 19 05:02:19.302 INFO O| Planning: Planning completed in 0.00 seconds
37082024-12-19T05:02:19.928Z[ host-image] Dec 19 05:02:19.303 INFO O| Dec 19 05:02:19.303 INFO O| Variants/Facets to change: 1
37092024-12-19T05:02:20.116Z[ host-image] Dec 19 05:02:19.492 INFO O| Dec 19 05:02:19.492 INFO O| Done
37102024-12-19T05:02:20.116Z[ host-image] Dec 19 05:02:19.492 INFO O| Dec 19 05:02:19.492 INFO O| Done
37112024-12-19T05:02:20.647Z[verify-libraries] Compiling des v0.8.1
37122024-12-19T05:02:21.315Z[ host-image] Dec 19 05:02:20.691 INFO O| Dec 19 05:02:20.691 INFO O| Done
37132024-12-19T05:02:21.323Z[verify-libraries] Compiling hex-literal v0.4.1
37142024-12-19T05:02:21.554Z[ host-image] Dec 19 05:02:20.930 INFO O| Dec 19 05:02:20.930 INFO O| Done
37152024-12-19T05:02:21.558Z[ host-image] Dec 19 05:02:20.931 INFO O| Dec 19 05:02:20.931 INFO O| Done
37162024-12-19T05:02:21.558Z[ host-image] Dec 19 05:02:20.932 INFO O| Dec 19 05:02:20.932 INFO O| Done
37172024-12-19T05:02:21.560Z[ host-image] Dec 19 05:02:20.934 INFO O| Dec 19 05:02:20.934 INFO O| Done
37182024-12-19T05:02:21.712Z[ host-image] Dec 19 05:02:21.088 INFO O| Dec 19 05:02:21.088 INFO STEP 8 (pkg_change_facet) COMPLETE
37192024-12-19T05:02:21.712Z[ host-image] Dec 19 05:02:21.088 INFO O| Dec 19 05:02:21.088 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37202024-12-19T05:02:21.715Z[ host-image] Dec 19 05:02:21.088 INFO O| Dec 19 05:02:21.088 INFO skip step because feature "recovery" is not enabled
37212024-12-19T05:02:21.715Z[ host-image] Dec 19 05:02:21.088 INFO O| Dec 19 05:02:21.088 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37222024-12-19T05:02:21.715Z[ host-image] Dec 19 05:02:21.089 INFO O| Dec 19 05:02:21.088 INFO skip step because feature "recovery" is not enabled
37232024-12-19T05:02:21.715Z[ host-image] Dec 19 05:02:21.089 INFO O| Dec 19 05:02:21.088 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37242024-12-19T05:02:21.734Z[ host-image] Dec 19 05:02:21.110 INFO O| Dec 19 05:02:21.110 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"]
37252024-12-19T05:02:21.793Z[verify-libraries] Compiling russh-keys v0.45.0
37262024-12-19T05:02:22.196Z[verify-libraries] Compiling dhcproto-macros v0.1.0
37272024-12-19T05:02:22.952Z[ host-image] Dec 19 05:02:22.328 INFO O| Dec 19 05:02:22.328 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37282024-12-19T05:02:23.151Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
37292024-12-19T05:02:23.450Z[verify-libraries] Compiling petname v2.0.2
37302024-12-19T05:02:25.256Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
37312024-12-19T05:02:25.256ZDec 19 05:02:24.629 INFO [stamp-clickhouse] process exited with exit status: 0 (13.821498909s)
37322024-12-19T05:02:25.374Z[verify-libraries] Compiling russh v0.45.0
37332024-12-19T05:02:25.807Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
37342024-12-19T05:02:25.888ZDec 19 05:02:25.264 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (14.723106985s)
37352024-12-19T05:02:25.888ZDec 19 05:02:25.264 INFO [tuf-stamp] task succeeded (14.857327518s)
37362024-12-19T05:02:28.589Z[ recovery-image] Dec 19 05:02:27.965 INFO O| Dec 19 05:02:27.964 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37372024-12-19T05:02:30.482Z[verify-libraries] Compiling dhcproto v0.12.0
37382024-12-19T05:02:31.467Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
37392024-12-19T05:02:32.147Z[verify-libraries] Compiling internet-checksum v0.2.1
37402024-12-19T05:02:32.981Z[verify-libraries] Compiling heck v0.4.1
37412024-12-19T05:02:34.413Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
37422024-12-19T05:02:37.399Z[ recovery-image] Dec 19 05:02:36.774 INFO O| Dec 19 05:02:36.774 INFO O| Startup: Caching catalogs ... Done
37432024-12-19T05:02:37.536Z[ recovery-image] Dec 19 05:02:36.911 INFO O| Dec 19 05:02:36.911 INFO O| Planning: Planning completed in 0.00 seconds
37442024-12-19T05:02:37.539Z[ recovery-image] Dec 19 05:02:36.912 INFO O| Dec 19 05:02:36.912 INFO O| Planning: Consolidating action changes ... Done
37452024-12-19T05:02:37.539Z[ recovery-image] Dec 19 05:02:36.912 INFO O| Dec 19 05:02:36.912 INFO O| Planning: Evaluating mediators ... Done
37462024-12-19T05:02:37.539Z[ recovery-image] Dec 19 05:02:36.912 INFO O| Dec 19 05:02:36.912 INFO O| Planning: Planning completed in 0.00 seconds
37472024-12-19T05:02:37.540Z[ recovery-image] Dec 19 05:02:36.913 INFO O| Dec 19 05:02:36.913 INFO O| Variants/Facets to change: 1
37482024-12-19T05:02:37.598Z[ recovery-image] Dec 19 05:02:36.973 INFO O| Dec 19 05:02:36.973 INFO O| Done
37492024-12-19T05:02:37.598Z[ recovery-image] Dec 19 05:02:36.973 INFO O| Dec 19 05:02:36.973 INFO O| Done
37502024-12-19T05:02:38.815Z[ recovery-image] Dec 19 05:02:38.190 INFO O| Dec 19 05:02:38.190 INFO O| Done
37512024-12-19T05:02:38.968Z[ recovery-image] Dec 19 05:02:38.343 INFO O| Dec 19 05:02:38.343 INFO O| Done
37522024-12-19T05:02:38.971Z[ recovery-image] Dec 19 05:02:38.345 INFO O| Dec 19 05:02:38.345 INFO O| Done
37532024-12-19T05:02:38.971Z[ recovery-image] Dec 19 05:02:38.345 INFO O| Dec 19 05:02:38.345 INFO O| Done
37542024-12-19T05:02:38.974Z[ recovery-image] Dec 19 05:02:38.347 INFO O| Dec 19 05:02:38.347 INFO O| Done
37552024-12-19T05:02:39.850Z[ recovery-image] Dec 19 05:02:39.224 INFO O| Dec 19 05:02:39.224 INFO STEP 6 (pkg_change_variant) COMPLETE
37562024-12-19T05:02:39.850Z[ recovery-image] Dec 19 05:02:39.224 INFO O| Dec 19 05:02:39.224 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37572024-12-19T05:02:39.853Z[ recovery-image] Dec 19 05:02:39.224 INFO O| Dec 19 05:02:39.224 INFO skip step because feature "debug_variant" is not enabled
37582024-12-19T05:02:39.854Z[ recovery-image] Dec 19 05:02:39.224 INFO O| Dec 19 05:02:39.224 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37592024-12-19T05:02:40.568Z[ recovery-image] Dec 19 05:02:39.943 INFO O| Dec 19 05:02:39.942 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
37602024-12-19T05:02:41.995Z[ recovery-image] Dec 19 05:02:41.370 INFO O| Dec 19 05:02:41.370 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37612024-12-19T05:02:41.998Z[ recovery-image] Dec 19 05:02:41.372 INFO O| Dec 19 05:02:41.372 INFO O| Planning: Planning completed in 0.00 seconds
37622024-12-19T05:02:41.998Z[ recovery-image] Dec 19 05:02:41.373 INFO O| Dec 19 05:02:41.373 INFO O| Planning: Consolidating action changes ... Done
37632024-12-19T05:02:41.998Z[ recovery-image] Dec 19 05:02:41.373 INFO O| Dec 19 05:02:41.373 INFO O| Planning: Evaluating mediators ... Done
37642024-12-19T05:02:42.001Z[ recovery-image] Dec 19 05:02:41.374 INFO O| Dec 19 05:02:41.374 INFO O| Planning: Planning completed in 0.00 seconds
37652024-12-19T05:02:42.001Z[ recovery-image] Dec 19 05:02:41.374 INFO O| Dec 19 05:02:41.374 INFO O| Variants/Facets to change: 1
37662024-12-19T05:02:42.164Z[ recovery-image] Dec 19 05:02:41.539 INFO O| Dec 19 05:02:41.539 INFO O| Done
37672024-12-19T05:02:42.164Z[ recovery-image] Dec 19 05:02:41.539 INFO O| Dec 19 05:02:41.539 INFO O| Done
37682024-12-19T05:02:42.413Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
37692024-12-19T05:02:42.961Z[ recovery-image] Dec 19 05:02:42.336 INFO O| Dec 19 05:02:42.336 INFO O| Done
37702024-12-19T05:02:43.083Z[ recovery-image] Dec 19 05:02:42.458 INFO O| Dec 19 05:02:42.458 INFO O| Done
37712024-12-19T05:02:43.085Z[ recovery-image] Dec 19 05:02:42.459 INFO O| Dec 19 05:02:42.459 INFO O| Done
37722024-12-19T05:02:43.085Z[ recovery-image] Dec 19 05:02:42.459 INFO O| Dec 19 05:02:42.459 INFO O| Done
37732024-12-19T05:02:43.089Z[ recovery-image] Dec 19 05:02:42.464 INFO O| Dec 19 05:02:42.461 INFO O| Done
37742024-12-19T05:02:43.223Z[ recovery-image] Dec 19 05:02:42.598 INFO O| Dec 19 05:02:42.598 INFO STEP 8 (pkg_change_facet) COMPLETE
37752024-12-19T05:02:43.223Z[ recovery-image] Dec 19 05:02:42.598 INFO O| Dec 19 05:02:42.598 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37762024-12-19T05:02:43.523Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
37772024-12-19T05:02:43.860Z[ recovery-image] Dec 19 05:02:43.235 INFO O| Dec 19 05:02:43.235 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
37782024-12-19T05:02:43.947Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
37792024-12-19T05:02:44.454Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
37802024-12-19T05:02:44.793Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
37812024-12-19T05:02:44.844Z[verify-libraries] Compiling sync-ptr v0.1.1
37822024-12-19T05:02:44.995Z[ recovery-image] Dec 19 05:02:44.370 INFO O| Dec 19 05:02:44.370 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37832024-12-19T05:02:44.998Z[ recovery-image] Dec 19 05:02:44.372 INFO O| Dec 19 05:02:44.372 INFO O| Planning: Planning completed in 0.00 seconds
37842024-12-19T05:02:45.000Z[ recovery-image] Dec 19 05:02:44.373 INFO O| Dec 19 05:02:44.373 INFO O| Planning: Consolidating action changes ... Done
37852024-12-19T05:02:45.001Z[ recovery-image] Dec 19 05:02:44.373 INFO O| Dec 19 05:02:44.373 INFO O| Planning: Evaluating mediators ... Done
37862024-12-19T05:02:45.001Z[ recovery-image] Dec 19 05:02:44.373 INFO O| Dec 19 05:02:44.373 INFO O| Planning: Planning completed in 0.00 seconds
37872024-12-19T05:02:45.001Z[ recovery-image] Dec 19 05:02:44.374 INFO O| Dec 19 05:02:44.374 INFO O| Variants/Facets to change: 1
37882024-12-19T05:02:45.120Z[ recovery-image] Dec 19 05:02:44.494 INFO O| Dec 19 05:02:44.494 INFO O| Done
37892024-12-19T05:02:45.120Z[ recovery-image] Dec 19 05:02:44.495 INFO O| Dec 19 05:02:44.494 INFO O| Done
37902024-12-19T05:02:45.203Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
37912024-12-19T05:02:45.667Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
37922024-12-19T05:02:45.918Z[ recovery-image] Dec 19 05:02:45.293 INFO O| Dec 19 05:02:45.293 INFO O| Done
37932024-12-19T05:02:46.002Z[ recovery-image] Dec 19 05:02:45.377 INFO O| Dec 19 05:02:45.377 INFO O| Done
37942024-12-19T05:02:46.005Z[ recovery-image] Dec 19 05:02:45.378 INFO O| Dec 19 05:02:45.378 INFO O| Done
37952024-12-19T05:02:46.005Z[ recovery-image] Dec 19 05:02:45.378 INFO O| Dec 19 05:02:45.378 INFO O| Done
37962024-12-19T05:02:46.007Z[ recovery-image] Dec 19 05:02:45.380 INFO O| Dec 19 05:02:45.380 INFO O| Done
37972024-12-19T05:02:46.184Z[ recovery-image] Dec 19 05:02:45.558 INFO O| Dec 19 05:02:45.558 INFO STEP 9 (pkg_change_facet) COMPLETE
37982024-12-19T05:02:46.184Z[ recovery-image] Dec 19 05:02:45.558 INFO O| Dec 19 05:02:45.558 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37992024-12-19T05:02:46.935Z[ recovery-image] Dec 19 05:02:46.309 INFO O| Dec 19 05:02:46.309 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
38002024-12-19T05:02:48.057Z[ recovery-image] Dec 19 05:02:47.431 INFO O| Dec 19 05:02:47.431 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38012024-12-19T05:02:48.062Z[ recovery-image] Dec 19 05:02:47.433 INFO O| Dec 19 05:02:47.433 INFO O| Planning: Planning completed in 0.00 seconds
38022024-12-19T05:02:48.063Z[ recovery-image] Dec 19 05:02:47.434 INFO O| Dec 19 05:02:47.434 INFO O| Planning: Consolidating action changes ... Done
38032024-12-19T05:02:48.063Z[ recovery-image] Dec 19 05:02:47.434 INFO O| Dec 19 05:02:47.434 INFO O| Planning: Evaluating mediators ... Done
38042024-12-19T05:02:48.063Z[ recovery-image] Dec 19 05:02:47.435 INFO O| Dec 19 05:02:47.435 INFO O| Planning: Planning completed in 0.00 seconds
38052024-12-19T05:02:48.063Z[ recovery-image] Dec 19 05:02:47.435 INFO O| Dec 19 05:02:47.435 INFO O| Variants/Facets to change: 1
38062024-12-19T05:02:48.155Z[ recovery-image] Dec 19 05:02:47.529 INFO O| Dec 19 05:02:47.529 INFO O| Done
38072024-12-19T05:02:48.155Z[ recovery-image] Dec 19 05:02:47.529 INFO O| Dec 19 05:02:47.529 INFO O| Done
38082024-12-19T05:02:48.929Z[ recovery-image] Dec 19 05:02:48.303 INFO O| Dec 19 05:02:48.303 INFO O| Done
38092024-12-19T05:02:49.025Z[ recovery-image] Dec 19 05:02:48.399 INFO O| Dec 19 05:02:48.399 INFO O| Done
38102024-12-19T05:02:49.029Z[ recovery-image] Dec 19 05:02:48.400 INFO O| Dec 19 05:02:48.400 INFO O| Done
38112024-12-19T05:02:49.029Z[ recovery-image] Dec 19 05:02:48.401 INFO O| Dec 19 05:02:48.401 INFO O| Done
38122024-12-19T05:02:49.029Z[ recovery-image] Dec 19 05:02:48.403 INFO O| Dec 19 05:02:48.402 INFO O| Done
38132024-12-19T05:02:49.133Z[ recovery-image] Dec 19 05:02:48.507 INFO O| Dec 19 05:02:48.507 INFO STEP 10 (pkg_change_facet) COMPLETE
38142024-12-19T05:02:49.133Z[ recovery-image] Dec 19 05:02:48.508 INFO O| Dec 19 05:02:48.507 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38152024-12-19T05:02:49.153Z[ recovery-image] Dec 19 05:02:48.527 INFO O| Dec 19 05:02:48.527 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"]
38162024-12-19T05:02:49.442Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38172024-12-19T05:02:50.045Z[ recovery-image] Dec 19 05:02:49.420 INFO O| Dec 19 05:02:49.420 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38182024-12-19T05:02:51.255Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
38192024-12-19T05:02:52.050Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
38202024-12-19T05:02:53.505Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
38212024-12-19T05:03:01.981Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
38222024-12-19T05:03:04.620Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
38232024-12-19T05:03:05.623Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
38242024-12-19T05:03:07.303Z[verify-libraries] Compiling termios v0.3.3
38252024-12-19T05:03:07.758Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
38262024-12-19T05:03:27.313Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
38272024-12-19T05:03:27.339Z[ host-image] Dec 19 05:03:26.243 INFO O| Dec 19 05:03:26.243 INFO O| Planning: Solver setup ... Done
38282024-12-19T05:03:36.875Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
38292024-12-19T05:03:53.367Z[ recovery-image] Dec 19 05:03:52.737 INFO O| Dec 19 05:03:52.737 INFO O| Planning: Solver setup ... Done
38302024-12-19T05:04:17.123Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
38312024-12-19T05:04:20.223Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38322024-12-19T05:04:25.639Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
38332024-12-19T05:04:26.124Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
38342024-12-19T05:04:46.781Z[ host-image] Dec 19 05:04:46.148 INFO O| Dec 19 05:04:46.148 INFO O| Planning: Running solver ... Done
38352024-12-19T05:04:47.459Z[ host-image] Dec 19 05:04:46.825 INFO O| Dec 19 05:04:46.825 INFO O| Planning: Finding local manifests ... Done
38362024-12-19T05:04:47.475Z[ host-image] Dec 19 05:04:46.842 INFO O| Dec 19 05:04:46.842 INFO O| Planning: Fetching manifests: 0/124 0% complete
38372024-12-19T05:04:52.029Z[ host-image] Dec 19 05:04:51.395 INFO O| Dec 19 05:04:51.395 INFO O| Planning: Fetching manifests: 124/124 100% complete
38382024-12-19T05:04:53.299Z[ host-image] Dec 19 05:04:52.665 INFO O| Dec 19 05:04:52.665 INFO O| Planning: Package planning ... Done
38392024-12-19T05:04:54.940Z[ host-image] Dec 19 05:04:54.306 INFO O| Dec 19 05:04:54.306 INFO O| Planning: Merging actions ... Done
38402024-12-19T05:04:55.510Z[ host-image] Dec 19 05:04:54.876 INFO O| Dec 19 05:04:54.876 INFO O| Planning: Checking for conflicting actions ... Done
38412024-12-19T05:04:55.803Z[ host-image] Dec 19 05:04:55.169 INFO O| Dec 19 05:04:55.169 INFO O| Planning: Consolidating action changes ... Done
38422024-12-19T05:04:56.307Z[ host-image] Dec 19 05:04:55.673 INFO O| Dec 19 05:04:55.673 INFO O| Planning: Evaluating mediators ... Done
38432024-12-19T05:05:02.981Z[ host-image] Dec 19 05:05:02.347 INFO O| Dec 19 05:05:02.347 INFO O| Planning: Planning completed in 160.02 seconds
38442024-12-19T05:05:02.989Z[ host-image] Dec 19 05:05:02.354 INFO O| Dec 19 05:05:02.354 INFO O| Packages to install: 124
38452024-12-19T05:05:02.991Z[ host-image] Dec 19 05:05:02.355 INFO O| Dec 19 05:05:02.354 INFO O| Mediators to change: 4
38462024-12-19T05:05:02.991Z[ host-image] Dec 19 05:05:02.355 INFO O| Dec 19 05:05:02.354 INFO O| Services to change: 6
38472024-12-19T05:05:03.101Z[ host-image] Dec 19 05:05:02.466 INFO O| Dec 19 05:05:02.466 INFO O| Download: 0/22788 items 0.0/199.7MB 0% complete
38482024-12-19T05:05:06.095Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
38492024-12-19T05:05:08.101Z[ host-image] Dec 19 05:05:07.466 INFO O| Dec 19 05:05:07.466 INFO O| Download: 1226/22788 items 7.1/199.7MB 3% complete (1.4M/s)
38502024-12-19T05:05:13.125Z[ recovery-image] Dec 19 05:05:12.490 INFO O| Dec 19 05:05:12.490 INFO O| Planning: Running solver ... Done
38512024-12-19T05:05:13.401Z[ host-image] Dec 19 05:05:12.765 INFO O| Dec 19 05:05:12.765 INFO O| Download: 1806/22788 items 16.8/199.7MB 8% complete (1.6M/s)
38522024-12-19T05:05:13.697Z[ recovery-image] Dec 19 05:05:13.062 INFO O| Dec 19 05:05:13.062 INFO O| Planning: Finding local manifests ... Done
38532024-12-19T05:05:13.715Z[ recovery-image] Dec 19 05:05:13.080 INFO O| Dec 19 05:05:13.080 INFO O| Planning: Fetching manifests: 0/124 0% complete
38542024-12-19T05:05:18.410Z[ host-image] Dec 19 05:05:17.775 INFO O| Dec 19 05:05:17.775 INFO O| Download: 2323/22788 items 27.2/199.7MB 13% complete (1.9M/s)
38552024-12-19T05:05:18.447Z[ recovery-image] Dec 19 05:05:17.811 INFO O| Dec 19 05:05:17.811 INFO O| Planning: Fetching manifests: 124/124 100% complete
38562024-12-19T05:05:19.619Z[ recovery-image] Dec 19 05:05:18.983 INFO O| Dec 19 05:05:18.983 INFO O| Planning: Package planning ... Done
38572024-12-19T05:05:19.807Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
38582024-12-19T05:05:20.384Z[ recovery-image] Dec 19 05:05:19.748 INFO O| Dec 19 05:05:19.748 INFO O| Planning: Merging actions ... Done
38592024-12-19T05:05:20.546Z[ recovery-image] Dec 19 05:05:19.910 INFO O| Dec 19 05:05:19.910 INFO O| Planning: Checking for conflicting actions ... Done
38602024-12-19T05:05:20.673Z[ recovery-image] Dec 19 05:05:20.037 INFO O| Dec 19 05:05:20.037 INFO O| Planning: Consolidating action changes ... Done
38612024-12-19T05:05:21.008Z[ recovery-image] Dec 19 05:05:20.372 INFO O| Dec 19 05:05:20.372 INFO O| Planning: Evaluating mediators ... Done
38622024-12-19T05:05:23.356Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
38632024-12-19T05:05:23.612Z[ host-image] Dec 19 05:05:22.976 INFO O| Dec 19 05:05:22.976 INFO O| Download: 3486/22788 items 35.7/199.7MB 17% complete (2.0M/s)
38642024-12-19T05:05:26.941Z[ recovery-image] Dec 19 05:05:26.305 INFO O| Dec 19 05:05:26.305 INFO O| Planning: Planning completed in 156.89 seconds
38652024-12-19T05:05:26.949Z[ recovery-image] Dec 19 05:05:26.313 INFO O| Dec 19 05:05:26.313 INFO O| Packages to install: 124
38662024-12-19T05:05:26.950Z[ recovery-image] Dec 19 05:05:26.313 INFO O| Dec 19 05:05:26.313 INFO O| Mediators to change: 4
38672024-12-19T05:05:26.950Z[ recovery-image] Dec 19 05:05:26.313 INFO O| Dec 19 05:05:26.313 INFO O| Services to change: 5
38682024-12-19T05:05:27.043Z[ recovery-image] Dec 19 05:05:26.407 INFO O| Dec 19 05:05:26.407 INFO O| Download: 0/15862 items 0.0/176.4MB 0% complete
38692024-12-19T05:05:28.925Z[ host-image] Dec 19 05:05:28.289 INFO O| Dec 19 05:05:28.289 INFO O| Download: 4536/22788 items 42.2/199.7MB 21% complete (1.5M/s)
38702024-12-19T05:05:32.048Z[ recovery-image] Dec 19 05:05:31.411 INFO O| Dec 19 05:05:31.411 INFO O| Download: 1003/15862 items 7.9/176.4MB 4% complete (1.7M/s)
38712024-12-19T05:05:33.938Z[ host-image] Dec 19 05:05:33.302 INFO O| Dec 19 05:05:33.302 INFO O| Download: 5030/22788 items 45.9/199.7MB 22% complete (1.0M/s)
38722024-12-19T05:05:37.361Z[ recovery-image] Dec 19 05:05:36.725 INFO O| Dec 19 05:05:36.725 INFO O| Download: 1174/15862 items 11.3/176.4MB 6% complete (1.1M/s)
38732024-12-19T05:05:38.943Z[ host-image] Dec 19 05:05:38.306 INFO O| Dec 19 05:05:38.306 INFO O| Download: 6173/22788 items 46.5/199.7MB 23% complete (441k/s)
38742024-12-19T05:05:42.362Z[ recovery-image] Dec 19 05:05:41.725 INFO O| Dec 19 05:05:41.725 INFO O| Download: 1575/15862 items 24.0/176.4MB 13% complete (1.6M/s)
38752024-12-19T05:05:44.249Z[ host-image] Dec 19 05:05:43.611 INFO O| Dec 19 05:05:43.611 INFO O| Download: 6996/22788 items 50.6/199.7MB 25% complete (465k/s)
38762024-12-19T05:05:47.362Z[ recovery-image] Dec 19 05:05:46.725 INFO O| Dec 19 05:05:46.725 INFO O| Download: 2810/15862 items 34.6/176.4MB 19% complete (2.3M/s)
38772024-12-19T05:05:49.251Z[ host-image] Dec 19 05:05:48.613 INFO O| Dec 19 05:05:48.613 INFO O| Download: 7569/22788 items 58.3/199.7MB 29% complete (1.2M/s)
38782024-12-19T05:05:53.602Z[ recovery-image] Dec 19 05:05:52.964 INFO O| Dec 19 05:05:52.963 INFO O| Download: 3610/15862 items 39.1/176.4MB 22% complete (1.8M/s)
38792024-12-19T05:05:55.031Z[ host-image] Dec 19 05:05:54.393 INFO O| Dec 19 05:05:54.393 INFO O| Download: 8141/22788 items 60.9/199.7MB 30% complete (1.0M/s)
38802024-12-19T05:05:58.616Z[ recovery-image] Dec 19 05:05:57.978 INFO O| Dec 19 05:05:57.977 INFO O| Download: 4612/15862 items 42.9/176.4MB 24% complete (599k/s)
38812024-12-19T05:06:00.047Z[ host-image] Dec 19 05:05:59.409 INFO O| Dec 19 05:05:59.408 INFO O| Download: 8688/22788 items 70.9/199.7MB 35% complete (1.2M/s)
38822024-12-19T05:06:03.639Z[ recovery-image] Dec 19 05:06:03.001 INFO O| Dec 19 05:06:03.000 INFO O| Download: 5456/15862 items 43.4/176.4MB 24% complete (443k/s)
38832024-12-19T05:06:05.055Z[ host-image] Dec 19 05:06:04.417 INFO O| Dec 19 05:06:04.417 INFO O| Download: 9443/22788 items 82.1/199.7MB 41% complete (2.1M/s)
38842024-12-19T05:06:08.649Z[ recovery-image] Dec 19 05:06:08.010 INFO O| Dec 19 05:06:08.010 INFO O| Download: 5906/15862 items 52.5/176.4MB 29% complete (957k/s)
38852024-12-19T05:06:10.057Z[ host-image] Dec 19 05:06:09.418 INFO O| Dec 19 05:06:09.418 INFO O| Download: 10726/22788 items 89.4/199.7MB 44% complete (1.9M/s)
38862024-12-19T05:06:13.669Z[ recovery-image] Dec 19 05:06:13.029 INFO O| Dec 19 05:06:13.029 INFO O| Download: 6333/15862 items 62.8/176.4MB 35% complete (1.9M/s)
38872024-12-19T05:06:15.422Z[ host-image] Dec 19 05:06:14.783 INFO O| Dec 19 05:06:14.783 INFO O| Download: 11144/22788 items 93.6/199.7MB 46% complete (1.1M/s)
38882024-12-19T05:06:18.686Z[ recovery-image] Dec 19 05:06:18.046 INFO O| Dec 19 05:06:18.046 INFO O| Download: 7312/15862 items 73.4/176.4MB 41% complete (2.1M/s)
38892024-12-19T05:06:20.433Z[ host-image] Dec 19 05:06:19.793 INFO O| Dec 19 05:06:19.793 INFO O| Download: 11667/22788 items 96.3/199.7MB 48% complete (669k/s)
38902024-12-19T05:06:23.865Z[ recovery-image] Dec 19 05:06:23.225 INFO O| Dec 19 05:06:23.225 INFO O| Download: 7896/15862 items 76.5/176.4MB 43% complete (1.4M/s)
38912024-12-19T05:06:25.435Z[ host-image] Dec 19 05:06:24.795 INFO O| Dec 19 05:06:24.795 INFO O| Download: 12356/22788 items 109.5/199.7MB 54% complete (1.6M/s)
38922024-12-19T05:06:28.867Z[ recovery-image] Dec 19 05:06:28.227 INFO O| Dec 19 05:06:28.227 INFO O| Download: 8225/15862 items 79.7/176.4MB 45% complete (638k/s)
38932024-12-19T05:06:30.443Z[ host-image] Dec 19 05:06:29.803 INFO O| Dec 19 05:06:29.803 INFO O| Download: 13717/22788 items 110.2/199.7MB 55% complete (1.4M/s)
38942024-12-19T05:06:34.190Z[ recovery-image] Dec 19 05:06:33.550 INFO O| Dec 19 05:06:33.549 INFO O| Download: 8817/15862 items 91.6/176.4MB 51% complete (1.5M/s)
38952024-12-19T05:06:35.662Z[ host-image] Dec 19 05:06:35.021 INFO O| Dec 19 05:06:35.021 INFO O| Download: 14517/22788 items 116.7/199.7MB 58% complete (707k/s)
38962024-12-19T05:06:39.198Z[ recovery-image] Dec 19 05:06:38.557 INFO O| Dec 19 05:06:38.557 INFO O| Download: 9703/15862 items 93.0/176.4MB 52% complete (1.3M/s)
38972024-12-19T05:06:40.666Z[ host-image] Dec 19 05:06:40.024 INFO O| Dec 19 05:06:40.024 INFO O| Download: 15369/22788 items 124.7/199.7MB 62% complete (1.4M/s)
38982024-12-19T05:06:44.339Z[ recovery-image] Dec 19 05:06:43.698 INFO O| Dec 19 05:06:43.698 INFO O| Download: 10573/15862 items 93.5/176.4MB 53% complete (200k/s)
38992024-12-19T05:06:48.261Z[ host-image] Dec 19 05:06:47.619 INFO O| Dec 19 05:06:47.619 INFO O| Download: 15547/22788 items 125.5/199.7MB 62% complete (1.5M/s)
39002024-12-19T05:06:49.340Z[ recovery-image] Dec 19 05:06:48.698 INFO O| Dec 19 05:06:48.698 INFO O| Download: 11294/15862 items 105.2/176.4MB 59% complete (1.1M/s)
39012024-12-19T05:06:53.281Z[ host-image] Dec 19 05:06:52.639 INFO O| Dec 19 05:06:52.639 INFO O| Download: 16220/22788 items 133.5/199.7MB 66% complete (1.6M/s)
39022024-12-19T05:06:54.883Z[ recovery-image] Dec 19 05:06:54.241 INFO O| Dec 19 05:06:54.241 INFO O| Download: 11926/15862 items 128.4/176.4MB 72% complete (3.5M/s)
39032024-12-19T05:06:58.299Z[ host-image] Dec 19 05:06:57.656 INFO O| Dec 19 05:06:57.656 INFO O| Download: 17155/22788 items 137.7/199.7MB 68% complete (1.2M/s)
39042024-12-19T05:06:59.888Z[ recovery-image] Dec 19 05:06:59.246 INFO O| Dec 19 05:06:59.246 INFO O| Download: 12469/15862 items 141.7/176.4MB 80% complete (3.5M/s)
39052024-12-19T05:07:03.596Z[ host-image] Dec 19 05:07:02.953 INFO O| Dec 19 05:07:02.953 INFO O| Download: 17909/22788 items 152.9/199.7MB 76% complete (1.8M/s)
39062024-12-19T05:07:04.890Z[ recovery-image] Dec 19 05:07:04.248 INFO O| Dec 19 05:07:04.247 INFO O| Download: 13575/15862 items 146.2/176.4MB 82% complete (1.8M/s)
39072024-12-19T05:07:08.605Z[ host-image] Dec 19 05:07:07.961 INFO O| Dec 19 05:07:07.961 INFO O| Download: 18544/22788 items 164.4/199.7MB 82% complete (2.7M/s)
39082024-12-19T05:07:10.169Z[ recovery-image] Dec 19 05:07:09.526 INFO O| Dec 19 05:07:09.526 INFO O| Download: 14663/15862 items 150.6/176.4MB 85% complete (909k/s)
39092024-12-19T05:07:13.624Z[ host-image] Dec 19 05:07:12.981 INFO O| Dec 19 05:07:12.981 INFO O| Download: 19656/22788 items 168.5/199.7MB 84% complete (1.6M/s)
39102024-12-19T05:07:15.201Z[ recovery-image] Dec 19 05:07:14.558 INFO O| Dec 19 05:07:14.558 INFO O| Download: 14763/15862 items 156.4/176.4MB 88% complete (1.1M/s)
39112024-12-19T05:07:18.634Z[ host-image] Dec 19 05:07:17.991 INFO O| Dec 19 05:07:17.991 INFO O| Download: 20504/22788 items 172.0/199.7MB 86% complete (785k/s)
39122024-12-19T05:07:20.959Z[ recovery-image] Dec 19 05:07:20.316 INFO O| Dec 19 05:07:20.315 INFO O| Download: 15308/15862 items 161.1/176.4MB 91% complete (1.1M/s)
39132024-12-19T05:07:23.690Z[ host-image] Dec 19 05:07:23.046 INFO O| Dec 19 05:07:23.046 INFO O| Download: 20981/22788 items 178.9/199.7MB 89% complete (1.1M/s)
39142024-12-19T05:07:25.986Z[ recovery-image] Dec 19 05:07:25.342 INFO O| Dec 19 05:07:25.342 INFO O| Download: 15830/15862 items 175.2/176.4MB 99% complete (1.8M/s)
39152024-12-19T05:07:28.858Z[ recovery-image] Dec 19 05:07:28.214 INFO O| Dec 19 05:07:28.214 INFO O| Download: Completed 176.39 MB in 121.81 seconds (1.4M/s)
39162024-12-19T05:07:28.920Z[ host-image] Dec 19 05:07:28.276 INFO O| Dec 19 05:07:28.276 INFO O| Download: 21704/22788 items 183.6/199.7MB 91% complete (1.2M/s)
39172024-12-19T05:07:29.826Z[ recovery-image] Dec 19 05:07:29.182 INFO O| Dec 19 05:07:29.182 INFO O| Actions: 1/25028 actions (Installing new actions)
39182024-12-19T05:07:33.945Z[ host-image] Dec 19 05:07:33.301 INFO O| Dec 19 05:07:33.300 INFO O| Download: 22280/22788 items 198.6/199.7MB 99% complete (2.0M/s)
39192024-12-19T05:07:34.827Z[ recovery-image] Dec 19 05:07:34.182 INFO O| Dec 19 05:07:34.182 INFO O| Actions: 8958/25028 actions (Installing new actions)
39202024-12-19T05:07:36.354Z[ host-image] Dec 19 05:07:35.709 INFO O| Dec 19 05:07:35.709 INFO O| Download: Completed 199.66 MB in 153.24 seconds (1.3M/s)
39212024-12-19T05:07:39.828Z[ recovery-image] Dec 19 05:07:39.183 INFO O| Dec 19 05:07:39.182 INFO O| Actions: 15197/25028 actions (Installing new actions)
39222024-12-19T05:07:39.831Z[ host-image] Dec 19 05:07:39.187 INFO O| Dec 19 05:07:39.187 INFO O| Actions: 1/49485 actions (Installing new actions)
39232024-12-19T05:07:44.832Z[ recovery-image] Dec 19 05:07:44.186 INFO O| Dec 19 05:07:44.186 INFO O| Actions: 24584/25028 actions (Installing new actions)
39242024-12-19T05:07:44.834Z[ host-image] Dec 19 05:07:44.187 INFO O| Dec 19 05:07:44.187 INFO O| Actions: 8848/49485 actions (Installing new actions)
39252024-12-19T05:07:45.720Z[ recovery-image] Dec 19 05:07:45.018 INFO O| Dec 19 05:07:45.018 INFO O| Actions: Completed 25028 actions in 15.71 seconds.
39262024-12-19T05:07:46.417Z[ recovery-image] Dec 19 05:07:45.771 INFO O| Dec 19 05:07:45.771 INFO O| Done
39272024-12-19T05:07:46.417Z[ recovery-image] Dec 19 05:07:45.771 INFO O| Dec 19 05:07:45.771 INFO O| Done
39282024-12-19T05:07:48.305Z[ recovery-image] Dec 19 05:07:47.659 INFO O| Dec 19 05:07:47.659 INFO O| Done
39292024-12-19T05:07:49.833Z[ host-image] Dec 19 05:07:49.187 INFO O| Dec 19 05:07:49.187 INFO O| Actions: 15328/49485 actions (Installing new actions)
39302024-12-19T05:07:50.262Z[ recovery-image] Dec 19 05:07:49.616 INFO O| Dec 19 05:07:49.616 INFO O| Done
39312024-12-19T05:07:50.283Z[ recovery-image] Dec 19 05:07:49.637 INFO O| Dec 19 05:07:49.637 INFO O| Done
39322024-12-19T05:07:54.833Z[ host-image] Dec 19 05:07:54.188 INFO O| Dec 19 05:07:54.187 INFO O| Actions: 21198/49485 actions (Installing new actions)
39332024-12-19T05:07:55.620Z[ recovery-image] Dec 19 05:07:54.974 INFO O| Dec 19 05:07:54.974 INFO O| Done
39342024-12-19T05:07:56.185Z[ recovery-image] Dec 19 05:07:55.539 INFO O| Dec 19 05:07:55.538 INFO O| Done
39352024-12-19T05:07:56.650Z[ recovery-image] Dec 19 05:07:56.004 INFO O| Dec 19 05:07:56.004 INFO STEP 11 (pkg_install) COMPLETE
39362024-12-19T05:07:56.650Z[ recovery-image] Dec 19 05:07:56.004 INFO O| Dec 19 05:07:56.004 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39372024-12-19T05:07:56.653Z[ recovery-image] Dec 19 05:07:56.004 INFO O| Dec 19 05:07:56.004 INFO skip step because feature "recovery" is enabled
39382024-12-19T05:07:56.653Z[ recovery-image] Dec 19 05:07:56.004 INFO O| Dec 19 05:07:56.004 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39392024-12-19T05:07:56.653Z[ recovery-image] Dec 19 05:07:56.004 INFO O| Dec 19 05:07:56.004 INFO skip step because feature "omicron1" is not enabled
39402024-12-19T05:07:56.653Z[ recovery-image] Dec 19 05:07:56.004 INFO O| Dec 19 05:07:56.004 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39412024-12-19T05:07:56.669Z[ recovery-image] Dec 19 05:07:56.023 INFO O| Dec 19 05:07:56.023 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"]
39422024-12-19T05:07:58.363Z[ recovery-image] Dec 19 05:07:57.717 INFO O| Dec 19 05:07:57.717 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39432024-12-19T05:07:59.835Z[ host-image] Dec 19 05:07:59.189 INFO O| Dec 19 05:07:59.189 INFO O| Actions: 49081/49485 actions (Installing new actions)
39442024-12-19T05:07:59.984Z[ host-image] Dec 19 05:07:59.338 INFO O| Dec 19 05:07:59.338 INFO O| Actions: Completed 49485 actions in 20.15 seconds.
39452024-12-19T05:08:00.497Z[ host-image] Dec 19 05:07:59.851 INFO O| Dec 19 05:07:59.851 INFO O| Done
39462024-12-19T05:08:00.497Z[ host-image] Dec 19 05:07:59.851 INFO O| Dec 19 05:07:59.851 INFO O| Done
39472024-12-19T05:08:00.597Z[ recovery-image] Dec 19 05:07:59.951 INFO O| Dec 19 05:07:59.951 INFO O| Planning: Solver setup ... Done
39482024-12-19T05:08:00.601Z[ recovery-image] Dec 19 05:07:59.955 INFO O| Dec 19 05:07:59.955 INFO O| Planning: Running solver ... Done
39492024-12-19T05:08:00.662Z[ recovery-image] Dec 19 05:08:00.016 INFO O| Dec 19 05:08:00.016 INFO O| Planning: Finding local manifests ... Done
39502024-12-19T05:08:00.664Z[ recovery-image] Dec 19 05:08:00.017 INFO O| Dec 19 05:08:00.017 INFO O| Planning: Fetching manifests: 0/1 0% complete
39512024-12-19T05:08:00.755Z[ recovery-image] Dec 19 05:08:00.109 INFO O| Dec 19 05:08:00.109 INFO O| Planning: Fetching manifests: 1/1 100% complete
39522024-12-19T05:08:00.774Z[ recovery-image] Dec 19 05:08:00.128 INFO O| Dec 19 05:08:00.128 INFO O| Planning: Package planning ... Done
39532024-12-19T05:08:00.776Z[ recovery-image] Dec 19 05:08:00.129 INFO O| Dec 19 05:08:00.129 INFO O| Planning: Merging actions ... Done
39542024-12-19T05:08:00.808Z[ recovery-image] Dec 19 05:08:00.161 INFO O| Dec 19 05:08:00.161 INFO O| Planning: Checking for conflicting actions ... Done
39552024-12-19T05:08:00.810Z[ recovery-image] Dec 19 05:08:00.162 INFO O| Dec 19 05:08:00.162 INFO O| Planning: Consolidating action changes ... Done
39562024-12-19T05:08:00.938Z[ recovery-image] Dec 19 05:08:00.291 INFO O| Dec 19 05:08:00.291 INFO O| Planning: Evaluating mediators ... Done
39572024-12-19T05:08:00.940Z[ recovery-image] Dec 19 05:08:00.292 INFO O| Dec 19 05:08:00.292 INFO O| Planning: Planning completed in 2.57 seconds
39582024-12-19T05:08:00.940Z[ recovery-image] Dec 19 05:08:00.294 INFO O| Dec 19 05:08:00.293 INFO O| Packages to install: 1
39592024-12-19T05:08:00.950Z[ recovery-image] Dec 19 05:08:00.304 INFO O| Dec 19 05:08:00.304 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
39602024-12-19T05:08:01.197Z[ host-image] Dec 19 05:08:00.551 INFO O| Dec 19 05:08:00.550 INFO O| Done
39612024-12-19T05:08:01.646Z[ recovery-image] Dec 19 05:08:00.999 INFO O| Dec 19 05:08:00.999 INFO O| Download: Completed 9.99 MB in 0.70 seconds (14.4M/s)
39622024-12-19T05:08:01.724Z[ recovery-image] Dec 19 05:08:01.077 INFO O| Dec 19 05:08:01.077 INFO O| Actions: 1/22 actions (Installing new actions)
39632024-12-19T05:08:01.954Z[ recovery-image] Dec 19 05:08:01.307 INFO O| Dec 19 05:08:01.307 INFO O| Actions: Completed 22 actions in 0.23 seconds.
39642024-12-19T05:08:02.204Z[ recovery-image] Dec 19 05:08:01.558 INFO O| Dec 19 05:08:01.558 INFO O| Done
39652024-12-19T05:08:02.205Z[ recovery-image] Dec 19 05:08:01.558 INFO O| Dec 19 05:08:01.558 INFO O| Done
39662024-12-19T05:08:02.550Z[ host-image] Dec 19 05:08:01.903 INFO O| Dec 19 05:08:01.903 INFO O| Done
39672024-12-19T05:08:02.574Z[ host-image] Dec 19 05:08:01.928 INFO O| Dec 19 05:08:01.928 INFO O| Done
39682024-12-19T05:08:02.735Z[ recovery-image] Dec 19 05:08:02.089 INFO O| Dec 19 05:08:02.089 INFO O| Done
39692024-12-19T05:08:03.627Z[ recovery-image] Dec 19 05:08:02.980 INFO O| Dec 19 05:08:02.980 INFO O| Done
39702024-12-19T05:08:03.640Z[ recovery-image] Dec 19 05:08:02.993 INFO O| Dec 19 05:08:02.993 INFO O| Done
39712024-12-19T05:08:03.641Z[ recovery-image] Dec 19 05:08:02.993 INFO O| Dec 19 05:08:02.993 INFO O| Done
39722024-12-19T05:08:03.650Z[ recovery-image] Dec 19 05:08:03.003 INFO O| Dec 19 05:08:03.003 INFO O| Done
39732024-12-19T05:08:03.745Z[ recovery-image] Dec 19 05:08:03.099 INFO O| Dec 19 05:08:03.099 INFO STEP 14 (pkg_install) COMPLETE
39742024-12-19T05:08:03.745Z[ recovery-image] Dec 19 05:08:03.099 INFO O| Dec 19 05:08:03.099 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39752024-12-19T05:08:03.748Z[ recovery-image] Dec 19 05:08:03.099 INFO O| Dec 19 05:08:03.099 INFO skip step because feature "mfg" is not enabled
39762024-12-19T05:08:03.748Z[ recovery-image] Dec 19 05:08:03.099 INFO O| Dec 19 05:08:03.099 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39772024-12-19T05:08:03.748Z[ recovery-image] Dec 19 05:08:03.099 INFO O| Dec 19 05:08:03.099 INFO skip step because feature "compliance" is not enabled
39782024-12-19T05:08:03.748Z[ recovery-image] Dec 19 05:08:03.099 INFO O| Dec 19 05:08:03.099 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39792024-12-19T05:08:03.748Z[ recovery-image] Dec 19 05:08:03.099 INFO O| Dec 19 05:08:03.099 INFO skip step because feature "stress" is not enabled
39802024-12-19T05:08:03.748Z[ recovery-image] Dec 19 05:08:03.099 INFO O| Dec 19 05:08:03.099 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39812024-12-19T05:08:03.748Z[ recovery-image] Dec 19 05:08:03.099 INFO O| Dec 19 05:08:03.099 INFO skip step because feature "nfs" is not enabled
39822024-12-19T05:08:03.748Z[ recovery-image] Dec 19 05:08:03.099 INFO O| Dec 19 05:08:03.099 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
39832024-12-19T05:08:03.748Z[ recovery-image] Dec 19 05:08:03.099 INFO O| Dec 19 05:08:03.099 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
39842024-12-19T05:08:04.046Z[ recovery-image] Dec 19 05:08:03.399 INFO O| Dec 19 05:08:03.399 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
39852024-12-19T05:08:04.192Z[ recovery-image] Dec 19 05:08:03.546 INFO O| Dec 19 05:08:03.546 INFO completed processing gimlet/ramdisk-01-os
39862024-12-19T05:08:04.195Z[ recovery-image] Dec 19 05:08:03.548 INFO image builder template: ramdisk-02-trim...
39872024-12-19T05:08:04.195Z[ recovery-image] Dec 19 05:08:03.548 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/.tmpQNcPdX/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
39882024-12-19T05:08:04.221Z[ recovery-image] Dec 19 05:08:03.574 INFO O| Dec 19 05:08:03.574 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
39892024-12-19T05:08:04.225Z[ recovery-image] Dec 19 05:08:03.579 INFO O| Dec 19 05:08:03.579 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
39902024-12-19T05:08:04.432Z[ recovery-image] Dec 19 05:08:03.786 INFO O| Dec 19 05:08:03.786 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
39912024-12-19T05:08:04.578Z[ recovery-image] Dec 19 05:08:03.931 INFO O| Dec 19 05:08:03.931 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
39922024-12-19T05:08:04.581Z[ recovery-image] Dec 19 05:08:03.931 INFO O| Dec 19 05:08:03.931 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
39932024-12-19T05:08:04.581Z[verify-libraries] Finished `release` profile [optimized] target(s) in 5m 50s
39942024-12-19T05:08:04.586Z[ recovery-image] Dec 19 05:08:03.939 INFO O| Dec 19 05:08:03.939 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
39952024-12-19T05:08:04.590Z[ recovery-image] Dec 19 05:08:03.944 INFO O| Dec 19 05:08:03.944 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
39962024-12-19T05:08:04.597Z[ recovery-image] Dec 19 05:08:03.950 INFO O| Dec 19 05:08:03.950 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
39972024-12-19T05:08:04.910ZDec 19 05:08:04.264 INFO [verify-libraries] process exited with exit status: 0 (354.029339727s)
39982024-12-19T05:08:05.006Z[ recovery-image] Dec 19 05:08:04.360 INFO O| Dec 19 05:08:04.359 INFO rolled back to input snapshot; work may begin
39992024-12-19T05:08:05.009Z[ recovery-image] Dec 19 05:08:04.360 INFO O| Dec 19 05:08:04.360 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
40002024-12-19T05:08:05.011Z[ recovery-image] Dec 19 05:08:04.365 INFO O| Dec 19 05:08:04.365 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40012024-12-19T05:08:05.021Z[ recovery-image] Dec 19 05:08:04.375 INFO O| Dec 19 05:08:04.375 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
40022024-12-19T05:08:05.074Z[ recovery-image] Dec 19 05:08:04.428 INFO O| Dec 19 05:08:04.428 INFO STEP 0 (remove_files) COMPLETE
40032024-12-19T05:08:05.074Z[ recovery-image] Dec 19 05:08:04.428 INFO O| Dec 19 05:08:04.428 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40042024-12-19T05:08:05.087Z[ recovery-image] Dec 19 05:08:04.441 INFO O| Dec 19 05:08:04.441 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
40052024-12-19T05:08:05.091Z[ recovery-image] Dec 19 05:08:04.443 INFO O| Dec 19 05:08:04.443 INFO STEP 1 (remove_files) COMPLETE
40062024-12-19T05:08:05.091Z[ recovery-image] Dec 19 05:08:04.443 INFO O| Dec 19 05:08:04.443 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40072024-12-19T05:08:05.099Z[ recovery-image] Dec 19 05:08:04.452 INFO O| Dec 19 05:08:04.452 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
40082024-12-19T05:08:05.112Z[ recovery-image] Dec 19 05:08:04.466 INFO O| Dec 19 05:08:04.466 INFO STEP 2 (remove_files) COMPLETE
40092024-12-19T05:08:05.115Z[ recovery-image] Dec 19 05:08:04.466 INFO O| Dec 19 05:08:04.466 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40102024-12-19T05:08:05.122Z[ recovery-image] Dec 19 05:08:04.476 INFO O| Dec 19 05:08:04.476 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
40112024-12-19T05:08:05.125Z[ recovery-image] Dec 19 05:08:04.477 INFO O| Dec 19 05:08:04.477 INFO STEP 3 (remove_files) COMPLETE
40122024-12-19T05:08:05.125Z[ recovery-image] Dec 19 05:08:04.477 INFO O| Dec 19 05:08:04.477 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40132024-12-19T05:08:05.135Z[ recovery-image] Dec 19 05:08:04.489 INFO O| Dec 19 05:08:04.489 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
40142024-12-19T05:08:05.139Z[ recovery-image] Dec 19 05:08:04.493 INFO O| Dec 19 05:08:04.493 INFO STEP 4 (remove_files) COMPLETE
40152024-12-19T05:08:05.142Z[ recovery-image] Dec 19 05:08:04.493 INFO O| Dec 19 05:08:04.493 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40162024-12-19T05:08:05.149Z[ recovery-image] Dec 19 05:08:04.503 INFO O| Dec 19 05:08:04.503 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
40172024-12-19T05:08:05.151Z[ recovery-image] Dec 19 05:08:04.503 INFO O| Dec 19 05:08:04.503 INFO STEP 5 (remove_files) COMPLETE
40182024-12-19T05:08:05.151Z[ recovery-image] Dec 19 05:08:04.503 INFO O| Dec 19 05:08:04.503 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40192024-12-19T05:08:05.159Z[ recovery-image] Dec 19 05:08:04.513 INFO O| Dec 19 05:08:04.512 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
40202024-12-19T05:08:05.170Z[ recovery-image] Dec 19 05:08:04.524 INFO O| Dec 19 05:08:04.524 INFO STEP 6 (remove_files) COMPLETE
40212024-12-19T05:08:05.170Z[ recovery-image] Dec 19 05:08:04.524 INFO O| Dec 19 05:08:04.524 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40222024-12-19T05:08:05.170Z[ recovery-image] Dec 19 05:08:04.524 INFO O| Dec 19 05:08:04.524 INFO skip step because feature "recovery" is enabled
40232024-12-19T05:08:05.173Z[ recovery-image] Dec 19 05:08:04.524 INFO O| Dec 19 05:08:04.524 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40242024-12-19T05:08:05.173Z[ recovery-image] Dec 19 05:08:04.524 INFO O| Dec 19 05:08:04.524 INFO skip step because feature "recovery" is enabled
40252024-12-19T05:08:05.173Z[ recovery-image] Dec 19 05:08:04.524 INFO O| Dec 19 05:08:04.524 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40262024-12-19T05:08:05.173Z[ recovery-image] Dec 19 05:08:04.524 INFO O| Dec 19 05:08:04.524 INFO skip step because feature "recovery" is enabled
40272024-12-19T05:08:05.173Z[ recovery-image] Dec 19 05:08:04.524 INFO O| Dec 19 05:08:04.524 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40282024-12-19T05:08:05.181Z[ recovery-image] Dec 19 05:08:04.535 INFO O| Dec 19 05:08:04.535 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
40292024-12-19T05:08:05.185Z[ recovery-image] Dec 19 05:08:04.538 INFO O| Dec 19 05:08:04.538 INFO STEP 10 (remove_files) COMPLETE
40302024-12-19T05:08:05.185Z[ recovery-image] Dec 19 05:08:04.538 INFO O| Dec 19 05:08:04.538 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40312024-12-19T05:08:05.195Z[ recovery-image] Dec 19 05:08:04.548 INFO O| Dec 19 05:08:04.548 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
40322024-12-19T05:08:05.198Z[ recovery-image] Dec 19 05:08:04.549 INFO O| Dec 19 05:08:04.549 INFO STEP 11 (remove_files) COMPLETE
40332024-12-19T05:08:05.198Z[ recovery-image] Dec 19 05:08:04.549 INFO O| Dec 19 05:08:04.549 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40342024-12-19T05:08:05.204Z[ recovery-image] Dec 19 05:08:04.558 INFO O| Dec 19 05:08:04.558 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
40352024-12-19T05:08:05.207Z[ recovery-image] Dec 19 05:08:04.559 INFO O| Dec 19 05:08:04.559 INFO STEP 12 (remove_files) COMPLETE
40362024-12-19T05:08:05.207Z[ recovery-image] Dec 19 05:08:04.559 INFO O| Dec 19 05:08:04.559 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40372024-12-19T05:08:05.297Z[ recovery-image] Dec 19 05:08:04.650 INFO O| Dec 19 05:08:04.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
40382024-12-19T05:08:05.302Z[ recovery-image] Dec 19 05:08:04.655 INFO O| Dec 19 05:08:04.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
40392024-12-19T05:08:05.304Z[ recovery-image] Dec 19 05:08:04.657 INFO O| Dec 19 05:08:04.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
40402024-12-19T05:08:05.307Z[ recovery-image] Dec 19 05:08:04.658 INFO O| Dec 19 05:08:04.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
40412024-12-19T05:08:05.447Z[ recovery-image] Dec 19 05:08:04.800 INFO O| Dec 19 05:08:04.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
40422024-12-19T05:08:05.449Z[ recovery-image] Dec 19 05:08:04.800 INFO O| Dec 19 05:08:04.800 INFO STEP 13 (remove_files) COMPLETE
40432024-12-19T05:08:05.449Z[ recovery-image] Dec 19 05:08:04.800 INFO O| Dec 19 05:08:04.800 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40442024-12-19T05:08:05.458Z[ recovery-image] Dec 19 05:08:04.812 INFO O| Dec 19 05:08:04.812 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
40452024-12-19T05:08:05.461Z[ recovery-image] Dec 19 05:08:04.813 INFO O| Dec 19 05:08:04.813 INFO STEP 14 (remove_files) COMPLETE
40462024-12-19T05:08:05.461Z[ recovery-image] Dec 19 05:08:04.813 INFO O| Dec 19 05:08:04.813 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40472024-12-19T05:08:05.470Z[ recovery-image] Dec 19 05:08:04.823 INFO O| Dec 19 05:08:04.823 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
40482024-12-19T05:08:05.475Z[ recovery-image] Dec 19 05:08:04.829 INFO O| Dec 19 05:08:04.829 INFO STEP 15 (remove_files) COMPLETE
40492024-12-19T05:08:05.475Z[ recovery-image] Dec 19 05:08:04.829 INFO O| Dec 19 05:08:04.829 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40502024-12-19T05:08:05.486Z[ recovery-image] Dec 19 05:08:04.838 INFO O| Dec 19 05:08:04.838 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
40512024-12-19T05:08:05.488Z[ recovery-image] Dec 19 05:08:04.839 INFO O| Dec 19 05:08:04.839 INFO STEP 16 (remove_files) COMPLETE
40522024-12-19T05:08:05.488Z[ recovery-image] Dec 19 05:08:04.839 INFO O| Dec 19 05:08:04.839 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40532024-12-19T05:08:05.499Z[ recovery-image] Dec 19 05:08:04.849 INFO O| Dec 19 05:08:04.849 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
40542024-12-19T05:08:05.503Z[ recovery-image] Dec 19 05:08:04.850 INFO O| Dec 19 05:08:04.850 INFO STEP 17 (remove_files) COMPLETE
40552024-12-19T05:08:05.503Z[ recovery-image] Dec 19 05:08:04.850 INFO O| Dec 19 05:08:04.850 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40562024-12-19T05:08:05.506Z[ recovery-image] Dec 19 05:08:04.860 INFO O| Dec 19 05:08:04.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
40572024-12-19T05:08:05.509Z[ recovery-image] Dec 19 05:08:04.860 INFO O| Dec 19 05:08:04.860 INFO STEP 18 (remove_files) COMPLETE
40582024-12-19T05:08:05.510Z[ recovery-image] Dec 19 05:08:04.860 INFO O| Dec 19 05:08:04.860 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40592024-12-19T05:08:05.519Z[ recovery-image] Dec 19 05:08:04.871 INFO O| Dec 19 05:08:04.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
40602024-12-19T05:08:05.519Z[ recovery-image] Dec 19 05:08:04.871 INFO O| Dec 19 05:08:04.871 INFO STEP 19 (remove_files) COMPLETE
40612024-12-19T05:08:05.523Z[ recovery-image] Dec 19 05:08:04.871 INFO O| Dec 19 05:08:04.871 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40622024-12-19T05:08:05.529Z[ recovery-image] Dec 19 05:08:04.883 INFO O| Dec 19 05:08:04.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
40632024-12-19T05:08:05.529Z[ recovery-image] Dec 19 05:08:04.883 INFO O| Dec 19 05:08:04.883 INFO STEP 20 (remove_files) COMPLETE
40642024-12-19T05:08:05.532Z[ recovery-image] Dec 19 05:08:04.883 INFO O| Dec 19 05:08:04.883 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40652024-12-19T05:08:05.544Z[ recovery-image] Dec 19 05:08:04.894 INFO O| Dec 19 05:08:04.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
40662024-12-19T05:08:05.544Z[ recovery-image] Dec 19 05:08:04.894 INFO O| Dec 19 05:08:04.894 INFO STEP 21 (remove_files) COMPLETE
40672024-12-19T05:08:05.544Z[ recovery-image] Dec 19 05:08:04.894 INFO O| Dec 19 05:08:04.894 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40682024-12-19T05:08:05.551Z[ recovery-image] Dec 19 05:08:04.904 INFO O| Dec 19 05:08:04.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
40692024-12-19T05:08:05.551Z[ recovery-image] Dec 19 05:08:04.904 INFO O| Dec 19 05:08:04.904 INFO STEP 22 (remove_files) COMPLETE
40702024-12-19T05:08:05.554Z[ recovery-image] Dec 19 05:08:04.904 INFO O| Dec 19 05:08:04.904 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40712024-12-19T05:08:05.560Z[ recovery-image] Dec 19 05:08:04.914 INFO O| Dec 19 05:08:04.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
40722024-12-19T05:08:05.561Z[ recovery-image] Dec 19 05:08:04.914 INFO O| Dec 19 05:08:04.914 INFO STEP 23 (remove_files) COMPLETE
40732024-12-19T05:08:05.564Z[ recovery-image] Dec 19 05:08:04.914 INFO O| Dec 19 05:08:04.914 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40742024-12-19T05:08:05.572Z[ recovery-image] Dec 19 05:08:04.925 INFO O| Dec 19 05:08:04.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
40752024-12-19T05:08:05.572Z[ recovery-image] Dec 19 05:08:04.925 INFO O| Dec 19 05:08:04.925 INFO STEP 24 (remove_files) COMPLETE
40762024-12-19T05:08:05.574Z[ recovery-image] Dec 19 05:08:04.925 INFO O| Dec 19 05:08:04.925 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40772024-12-19T05:08:05.581Z[ recovery-image] Dec 19 05:08:04.935 INFO O| Dec 19 05:08:04.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
40782024-12-19T05:08:05.581Z[ recovery-image] Dec 19 05:08:04.935 INFO O| Dec 19 05:08:04.935 INFO STEP 25 (remove_files) COMPLETE
40792024-12-19T05:08:05.581Z[ recovery-image] Dec 19 05:08:04.935 INFO O| Dec 19 05:08:04.935 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40802024-12-19T05:08:05.592Z[ recovery-image] Dec 19 05:08:04.944 INFO O| Dec 19 05:08:04.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
40812024-12-19T05:08:05.592Z[ recovery-image] Dec 19 05:08:04.944 INFO O| Dec 19 05:08:04.944 INFO STEP 26 (remove_files) COMPLETE
40822024-12-19T05:08:05.595Z[ recovery-image] Dec 19 05:08:04.944 INFO O| Dec 19 05:08:04.944 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40832024-12-19T05:08:05.599Z[ recovery-image] Dec 19 05:08:04.953 INFO O| Dec 19 05:08:04.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
40842024-12-19T05:08:05.600Z[ recovery-image] Dec 19 05:08:04.953 INFO O| Dec 19 05:08:04.953 INFO STEP 27 (remove_files) COMPLETE
40852024-12-19T05:08:05.600Z[ recovery-image] Dec 19 05:08:04.953 INFO O| Dec 19 05:08:04.953 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40862024-12-19T05:08:05.609Z[ recovery-image] Dec 19 05:08:04.962 INFO O| Dec 19 05:08:04.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
40872024-12-19T05:08:05.609Z[ recovery-image] Dec 19 05:08:04.962 INFO O| Dec 19 05:08:04.962 INFO STEP 28 (remove_files) COMPLETE
40882024-12-19T05:08:05.609Z[ recovery-image] Dec 19 05:08:04.962 INFO O| Dec 19 05:08:04.962 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40892024-12-19T05:08:05.618Z[ recovery-image] Dec 19 05:08:04.972 INFO O| Dec 19 05:08:04.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
40902024-12-19T05:08:05.618Z[ recovery-image] Dec 19 05:08:04.972 INFO O| Dec 19 05:08:04.972 INFO STEP 29 (remove_files) COMPLETE
40912024-12-19T05:08:05.620Z[ recovery-image] Dec 19 05:08:04.972 INFO O| Dec 19 05:08:04.972 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40922024-12-19T05:08:05.627Z[ recovery-image] Dec 19 05:08:04.981 INFO O| Dec 19 05:08:04.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
40932024-12-19T05:08:05.627Z[ recovery-image] Dec 19 05:08:04.981 INFO O| Dec 19 05:08:04.981 INFO STEP 30 (remove_files) COMPLETE
40942024-12-19T05:08:05.629Z[ recovery-image] Dec 19 05:08:04.981 INFO O| Dec 19 05:08:04.981 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40952024-12-19T05:08:05.637Z[ recovery-image] Dec 19 05:08:04.990 INFO O| Dec 19 05:08:04.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
40962024-12-19T05:08:05.640Z[ recovery-image] Dec 19 05:08:04.990 INFO O| Dec 19 05:08:04.990 INFO STEP 31 (remove_files) COMPLETE
40972024-12-19T05:08:05.640Z[ recovery-image] Dec 19 05:08:04.990 INFO O| Dec 19 05:08:04.990 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40982024-12-19T05:08:05.646Z[ recovery-image] Dec 19 05:08:04.999 INFO O| Dec 19 05:08:04.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
40992024-12-19T05:08:05.648Z[ recovery-image] Dec 19 05:08:04.999 INFO O| Dec 19 05:08:04.999 INFO STEP 32 (remove_files) COMPLETE
41002024-12-19T05:08:05.648Z[ recovery-image] Dec 19 05:08:04.999 INFO O| Dec 19 05:08:04.999 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41012024-12-19T05:08:05.656Z[ recovery-image] Dec 19 05:08:05.010 INFO O| Dec 19 05:08:05.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
41022024-12-19T05:08:05.656Z[ recovery-image] Dec 19 05:08:05.010 INFO O| Dec 19 05:08:05.010 INFO STEP 33 (remove_files) COMPLETE
41032024-12-19T05:08:05.657Z[ recovery-image] Dec 19 05:08:05.010 INFO O| Dec 19 05:08:05.010 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41042024-12-19T05:08:05.666Z[ recovery-image] Dec 19 05:08:05.019 INFO O| Dec 19 05:08:05.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
41052024-12-19T05:08:05.666Z[ recovery-image] Dec 19 05:08:05.019 INFO O| Dec 19 05:08:05.019 INFO STEP 34 (remove_files) COMPLETE
41062024-12-19T05:08:05.669Z[ recovery-image] Dec 19 05:08:05.019 INFO O| Dec 19 05:08:05.019 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41072024-12-19T05:08:05.675Z[ recovery-image] Dec 19 05:08:05.028 INFO O| Dec 19 05:08:05.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
41082024-12-19T05:08:05.675Z[ recovery-image] Dec 19 05:08:05.028 INFO O| Dec 19 05:08:05.028 INFO STEP 35 (remove_files) COMPLETE
41092024-12-19T05:08:05.677Z[ recovery-image] Dec 19 05:08:05.028 INFO O| Dec 19 05:08:05.028 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41102024-12-19T05:08:05.684Z[ recovery-image] Dec 19 05:08:05.038 INFO O| Dec 19 05:08:05.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
41112024-12-19T05:08:05.684Z[ recovery-image] Dec 19 05:08:05.038 INFO O| Dec 19 05:08:05.038 INFO STEP 36 (remove_files) COMPLETE
41122024-12-19T05:08:05.684Z[ recovery-image] Dec 19 05:08:05.038 INFO O| Dec 19 05:08:05.038 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41132024-12-19T05:08:05.693Z[ recovery-image] Dec 19 05:08:05.047 INFO O| Dec 19 05:08:05.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
41142024-12-19T05:08:05.693Z[ recovery-image] Dec 19 05:08:05.047 INFO O| Dec 19 05:08:05.047 INFO STEP 37 (remove_files) COMPLETE
41152024-12-19T05:08:05.693Z[ recovery-image] Dec 19 05:08:05.047 INFO O| Dec 19 05:08:05.047 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41162024-12-19T05:08:05.703Z[ recovery-image] Dec 19 05:08:05.057 INFO O| Dec 19 05:08:05.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
41172024-12-19T05:08:05.703Z[ recovery-image] Dec 19 05:08:05.057 INFO O| Dec 19 05:08:05.057 INFO STEP 38 (remove_files) COMPLETE
41182024-12-19T05:08:05.703Z[ recovery-image] Dec 19 05:08:05.057 INFO O| Dec 19 05:08:05.057 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41192024-12-19T05:08:05.712Z[ recovery-image] Dec 19 05:08:05.066 INFO O| Dec 19 05:08:05.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
41202024-12-19T05:08:05.712Z[ recovery-image] Dec 19 05:08:05.066 INFO O| Dec 19 05:08:05.066 INFO STEP 39 (remove_files) COMPLETE
41212024-12-19T05:08:05.714Z[ recovery-image] Dec 19 05:08:05.066 INFO O| Dec 19 05:08:05.066 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41222024-12-19T05:08:05.721Z[ recovery-image] Dec 19 05:08:05.075 INFO O| Dec 19 05:08:05.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
41232024-12-19T05:08:05.721Z[ recovery-image] Dec 19 05:08:05.075 INFO O| Dec 19 05:08:05.075 INFO STEP 40 (remove_files) COMPLETE
41242024-12-19T05:08:05.724Z[ recovery-image] Dec 19 05:08:05.075 INFO O| Dec 19 05:08:05.075 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41252024-12-19T05:08:05.731Z[ recovery-image] Dec 19 05:08:05.084 INFO O| Dec 19 05:08:05.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
41262024-12-19T05:08:05.733Z[ recovery-image] Dec 19 05:08:05.084 INFO O| Dec 19 05:08:05.084 INFO STEP 41 (remove_files) COMPLETE
41272024-12-19T05:08:05.733Z[ recovery-image] Dec 19 05:08:05.084 INFO O| Dec 19 05:08:05.084 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41282024-12-19T05:08:05.740Z[ recovery-image] Dec 19 05:08:05.094 INFO O| Dec 19 05:08:05.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
41292024-12-19T05:08:05.740Z[ recovery-image] Dec 19 05:08:05.094 INFO O| Dec 19 05:08:05.094 INFO STEP 42 (remove_files) COMPLETE
41302024-12-19T05:08:05.744Z[ recovery-image] Dec 19 05:08:05.094 INFO O| Dec 19 05:08:05.094 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41312024-12-19T05:08:05.750Z[ recovery-image] Dec 19 05:08:05.103 INFO O| Dec 19 05:08:05.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
41322024-12-19T05:08:05.750Z[ recovery-image] Dec 19 05:08:05.103 INFO O| Dec 19 05:08:05.103 INFO STEP 43 (remove_files) COMPLETE
41332024-12-19T05:08:05.752Z[ recovery-image] Dec 19 05:08:05.103 INFO O| Dec 19 05:08:05.103 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41342024-12-19T05:08:05.759Z[ recovery-image] Dec 19 05:08:05.113 INFO O| Dec 19 05:08:05.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
41352024-12-19T05:08:05.759Z[ recovery-image] Dec 19 05:08:05.113 INFO O| Dec 19 05:08:05.113 INFO STEP 44 (remove_files) COMPLETE
41362024-12-19T05:08:05.761Z[ recovery-image] Dec 19 05:08:05.113 INFO O| Dec 19 05:08:05.113 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41372024-12-19T05:08:05.769Z[ recovery-image] Dec 19 05:08:05.122 INFO O| Dec 19 05:08:05.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
41382024-12-19T05:08:05.771Z[ recovery-image] Dec 19 05:08:05.122 INFO O| Dec 19 05:08:05.122 INFO STEP 45 (remove_files) COMPLETE
41392024-12-19T05:08:05.771Z[ recovery-image] Dec 19 05:08:05.122 INFO O| Dec 19 05:08:05.122 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41402024-12-19T05:08:05.778Z[ recovery-image] Dec 19 05:08:05.132 INFO O| Dec 19 05:08:05.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
41412024-12-19T05:08:05.778Z[ recovery-image] Dec 19 05:08:05.132 INFO O| Dec 19 05:08:05.132 INFO STEP 46 (remove_files) COMPLETE
41422024-12-19T05:08:05.780Z[ recovery-image] Dec 19 05:08:05.132 INFO O| Dec 19 05:08:05.132 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41432024-12-19T05:08:05.787Z[ recovery-image] Dec 19 05:08:05.141 INFO O| Dec 19 05:08:05.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
41442024-12-19T05:08:05.787Z[ recovery-image] Dec 19 05:08:05.141 INFO O| Dec 19 05:08:05.141 INFO STEP 47 (remove_files) COMPLETE
41452024-12-19T05:08:05.791Z[ recovery-image] Dec 19 05:08:05.141 INFO O| Dec 19 05:08:05.141 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41462024-12-19T05:08:05.796Z[ recovery-image] Dec 19 05:08:05.150 INFO O| Dec 19 05:08:05.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
41472024-12-19T05:08:05.796Z[ recovery-image] Dec 19 05:08:05.150 INFO O| Dec 19 05:08:05.150 INFO STEP 48 (remove_files) COMPLETE
41482024-12-19T05:08:05.799Z[ recovery-image] Dec 19 05:08:05.150 INFO O| Dec 19 05:08:05.150 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41492024-12-19T05:08:05.806Z[ recovery-image] Dec 19 05:08:05.159 INFO O| Dec 19 05:08:05.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
41502024-12-19T05:08:05.806Z[ recovery-image] Dec 19 05:08:05.159 INFO O| Dec 19 05:08:05.159 INFO STEP 49 (remove_files) COMPLETE
41512024-12-19T05:08:05.808Z[ recovery-image] Dec 19 05:08:05.159 INFO O| Dec 19 05:08:05.159 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41522024-12-19T05:08:05.815Z[ recovery-image] Dec 19 05:08:05.169 INFO O| Dec 19 05:08:05.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
41532024-12-19T05:08:05.815Z[ recovery-image] Dec 19 05:08:05.169 INFO O| Dec 19 05:08:05.169 INFO STEP 50 (remove_files) COMPLETE
41542024-12-19T05:08:05.815Z[ recovery-image] Dec 19 05:08:05.169 INFO O| Dec 19 05:08:05.169 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41552024-12-19T05:08:05.824Z[ recovery-image] Dec 19 05:08:05.178 INFO O| Dec 19 05:08:05.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
41562024-12-19T05:08:05.826Z[ recovery-image] Dec 19 05:08:05.178 INFO O| Dec 19 05:08:05.178 INFO STEP 51 (remove_files) COMPLETE
41572024-12-19T05:08:05.826Z[ recovery-image] Dec 19 05:08:05.178 INFO O| Dec 19 05:08:05.178 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41582024-12-19T05:08:05.834Z[ recovery-image] Dec 19 05:08:05.187 INFO O| Dec 19 05:08:05.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
41592024-12-19T05:08:05.837Z[ recovery-image] Dec 19 05:08:05.187 INFO O| Dec 19 05:08:05.187 INFO STEP 52 (remove_files) COMPLETE
41602024-12-19T05:08:05.838Z[ recovery-image] Dec 19 05:08:05.187 INFO O| Dec 19 05:08:05.187 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41612024-12-19T05:08:05.843Z[ recovery-image] Dec 19 05:08:05.197 INFO O| Dec 19 05:08:05.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
41622024-12-19T05:08:05.843Z[ recovery-image] Dec 19 05:08:05.197 INFO O| Dec 19 05:08:05.197 INFO STEP 53 (remove_files) COMPLETE
41632024-12-19T05:08:05.846Z[ recovery-image] Dec 19 05:08:05.197 INFO O| Dec 19 05:08:05.197 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41642024-12-19T05:08:05.853Z[ recovery-image] Dec 19 05:08:05.206 INFO O| Dec 19 05:08:05.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
41652024-12-19T05:08:05.855Z[ recovery-image] Dec 19 05:08:05.206 INFO O| Dec 19 05:08:05.206 INFO STEP 54 (remove_files) COMPLETE
41662024-12-19T05:08:05.855Z[ recovery-image] Dec 19 05:08:05.206 INFO O| Dec 19 05:08:05.206 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41672024-12-19T05:08:05.862Z[ recovery-image] Dec 19 05:08:05.216 INFO O| Dec 19 05:08:05.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
41682024-12-19T05:08:05.862Z[ recovery-image] Dec 19 05:08:05.216 INFO O| Dec 19 05:08:05.216 INFO STEP 55 (remove_files) COMPLETE
41692024-12-19T05:08:05.864Z[ recovery-image] Dec 19 05:08:05.216 INFO O| Dec 19 05:08:05.216 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41702024-12-19T05:08:05.871Z[ recovery-image] Dec 19 05:08:05.225 INFO O| Dec 19 05:08:05.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
41712024-12-19T05:08:05.871Z[ recovery-image] Dec 19 05:08:05.225 INFO O| Dec 19 05:08:05.225 INFO STEP 56 (remove_files) COMPLETE
41722024-12-19T05:08:05.871Z[ recovery-image] Dec 19 05:08:05.225 INFO O| Dec 19 05:08:05.225 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41732024-12-19T05:08:05.881Z[ recovery-image] Dec 19 05:08:05.235 INFO O| Dec 19 05:08:05.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
41742024-12-19T05:08:05.882Z[ recovery-image] Dec 19 05:08:05.235 INFO O| Dec 19 05:08:05.235 INFO STEP 57 (remove_files) COMPLETE
41752024-12-19T05:08:05.884Z[ recovery-image] Dec 19 05:08:05.235 INFO O| Dec 19 05:08:05.235 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41762024-12-19T05:08:05.894Z[ recovery-image] Dec 19 05:08:05.248 INFO O| Dec 19 05:08:05.247 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
41772024-12-19T05:08:05.894Z[ recovery-image] Dec 19 05:08:05.248 INFO O| Dec 19 05:08:05.248 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
41782024-12-19T05:08:05.896Z[ recovery-image] Dec 19 05:08:05.248 INFO O| Dec 19 05:08:05.248 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
41792024-12-19T05:08:05.896Z[ recovery-image] Dec 19 05:08:05.248 INFO O| Dec 19 05:08:05.248 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
41802024-12-19T05:08:05.896Z[ recovery-image] Dec 19 05:08:05.248 INFO O| Dec 19 05:08:05.248 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
41812024-12-19T05:08:05.896Z[ recovery-image] Dec 19 05:08:05.248 INFO O| Dec 19 05:08:05.248 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
41822024-12-19T05:08:05.896Z[ recovery-image] Dec 19 05:08:05.248 INFO O| Dec 19 05:08:05.248 INFO ok!
41832024-12-19T05:08:05.896Z[ recovery-image] Dec 19 05:08:05.248 INFO O| Dec 19 05:08:05.248 INFO STEP 58 (ensure_file) COMPLETE
41842024-12-19T05:08:05.896Z[ recovery-image] Dec 19 05:08:05.248 INFO O| Dec 19 05:08:05.248 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41852024-12-19T05:08:05.904Z[ recovery-image] Dec 19 05:08:05.258 INFO O| Dec 19 05:08:05.258 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
41862024-12-19T05:08:05.904Z[ recovery-image] Dec 19 05:08:05.258 INFO O| Dec 19 05:08:05.258 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
41872024-12-19T05:08:05.906Z[ recovery-image] Dec 19 05:08:05.258 INFO O| Dec 19 05:08:05.258 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
41882024-12-19T05:08:05.907Z[ recovery-image] Dec 19 05:08:05.258 INFO O| Dec 19 05:08:05.258 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
41892024-12-19T05:08:05.907Z[ recovery-image] Dec 19 05:08:05.258 INFO O| Dec 19 05:08:05.258 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
41902024-12-19T05:08:05.907Z[ recovery-image] Dec 19 05:08:05.258 INFO O| Dec 19 05:08:05.258 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
41912024-12-19T05:08:05.907Z[ recovery-image] Dec 19 05:08:05.258 INFO O| Dec 19 05:08:05.258 INFO ok!
41922024-12-19T05:08:05.907Z[ recovery-image] Dec 19 05:08:05.258 INFO O| Dec 19 05:08:05.258 INFO STEP 59 (ensure_file) COMPLETE
41932024-12-19T05:08:05.907Z[ recovery-image] Dec 19 05:08:05.258 INFO O| Dec 19 05:08:05.258 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41942024-12-19T05:08:05.916Z[ recovery-image] Dec 19 05:08:05.270 INFO O| Dec 19 05:08:05.270 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
41952024-12-19T05:08:05.918Z[ recovery-image] Dec 19 05:08:05.270 INFO O| Dec 19 05:08:05.270 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
41962024-12-19T05:08:05.918Z[ recovery-image] Dec 19 05:08:05.270 INFO O| Dec 19 05:08:05.270 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
41972024-12-19T05:08:05.918Z[ recovery-image] Dec 19 05:08:05.270 INFO O| Dec 19 05:08:05.270 INFO ok!
41982024-12-19T05:08:05.918Z[ recovery-image] Dec 19 05:08:05.270 INFO O| Dec 19 05:08:05.270 INFO STEP 60 (ensure_file) COMPLETE
41992024-12-19T05:08:05.918Z[ recovery-image] Dec 19 05:08:05.270 INFO O| Dec 19 05:08:05.270 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42002024-12-19T05:08:05.927Z[ recovery-image] Dec 19 05:08:05.280 INFO O| Dec 19 05:08:05.280 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
42012024-12-19T05:08:05.928Z[ recovery-image] Dec 19 05:08:05.280 INFO O| Dec 19 05:08:05.280 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
42022024-12-19T05:08:05.930Z[ recovery-image] Dec 19 05:08:05.280 INFO O| Dec 19 05:08:05.280 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
42032024-12-19T05:08:05.930Z[ recovery-image] Dec 19 05:08:05.280 INFO O| Dec 19 05:08:05.280 INFO ok!
42042024-12-19T05:08:05.930Z[ recovery-image] Dec 19 05:08:05.280 INFO O| Dec 19 05:08:05.280 INFO STEP 61 (ensure_file) COMPLETE
42052024-12-19T05:08:05.930Z[ recovery-image] Dec 19 05:08:05.280 INFO O| Dec 19 05:08:05.280 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42062024-12-19T05:08:05.936Z[ recovery-image] Dec 19 05:08:05.290 INFO O| Dec 19 05:08:05.290 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
42072024-12-19T05:08:05.939Z[ recovery-image] Dec 19 05:08:05.290 INFO O| Dec 19 05:08:05.290 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
42082024-12-19T05:08:05.939Z[ recovery-image] Dec 19 05:08:05.290 INFO O| Dec 19 05:08:05.290 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
42092024-12-19T05:08:05.939Z[ recovery-image] Dec 19 05:08:05.290 INFO O| Dec 19 05:08:05.290 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
42102024-12-19T05:08:05.939Z[ recovery-image] Dec 19 05:08:05.290 INFO O| Dec 19 05:08:05.290 INFO ok!
42112024-12-19T05:08:05.939Z[ recovery-image] Dec 19 05:08:05.290 INFO O| Dec 19 05:08:05.290 INFO STEP 62 (ensure_file) COMPLETE
42122024-12-19T05:08:05.939Z[ recovery-image] Dec 19 05:08:05.290 INFO O| Dec 19 05:08:05.290 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42132024-12-19T05:08:05.947Z[ recovery-image] Dec 19 05:08:05.300 INFO O| Dec 19 05:08:05.300 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
42142024-12-19T05:08:05.948Z[ recovery-image] Dec 19 05:08:05.300 INFO O| Dec 19 05:08:05.300 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
42152024-12-19T05:08:05.951Z[ recovery-image] Dec 19 05:08:05.300 INFO O| Dec 19 05:08:05.300 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
42162024-12-19T05:08:05.951Z[ recovery-image] Dec 19 05:08:05.300 INFO O| Dec 19 05:08:05.300 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
42172024-12-19T05:08:05.951Z[ recovery-image] Dec 19 05:08:05.301 INFO O| Dec 19 05:08:05.300 INFO ok!
42182024-12-19T05:08:05.951Z[ recovery-image] Dec 19 05:08:05.301 INFO O| Dec 19 05:08:05.301 INFO STEP 63 (ensure_file) COMPLETE
42192024-12-19T05:08:05.951Z[ recovery-image] Dec 19 05:08:05.301 INFO O| Dec 19 05:08:05.301 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42202024-12-19T05:08:05.957Z[ recovery-image] Dec 19 05:08:05.310 INFO O| Dec 19 05:08:05.310 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
42212024-12-19T05:08:05.957Z[ recovery-image] Dec 19 05:08:05.310 INFO O| Dec 19 05:08:05.310 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
42222024-12-19T05:08:05.959Z[ recovery-image] Dec 19 05:08:05.311 INFO O| Dec 19 05:08:05.311 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
42232024-12-19T05:08:05.959Z[ recovery-image] Dec 19 05:08:05.311 INFO O| Dec 19 05:08:05.311 INFO ok!
42242024-12-19T05:08:05.959Z[ recovery-image] Dec 19 05:08:05.311 INFO O| Dec 19 05:08:05.311 INFO STEP 64 (assemble_files) COMPLETE
42252024-12-19T05:08:05.959Z[ recovery-image] Dec 19 05:08:05.311 INFO O| Dec 19 05:08:05.311 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42262024-12-19T05:08:05.966Z[ recovery-image] Dec 19 05:08:05.320 INFO O| Dec 19 05:08:05.320 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
42272024-12-19T05:08:05.967Z[ recovery-image] Dec 19 05:08:05.320 INFO O| Dec 19 05:08:05.320 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
42282024-12-19T05:08:05.969Z[ recovery-image] Dec 19 05:08:05.320 INFO O| Dec 19 05:08:05.320 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
42292024-12-19T05:08:05.969Z[ recovery-image] Dec 19 05:08:05.320 INFO O| Dec 19 05:08:05.320 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
42302024-12-19T05:08:05.969Z[ recovery-image] Dec 19 05:08:05.320 INFO O| Dec 19 05:08:05.320 INFO ok!
42312024-12-19T05:08:05.970Z[ recovery-image] Dec 19 05:08:05.320 INFO O| Dec 19 05:08:05.320 INFO STEP 65 (ensure_file) COMPLETE
42322024-12-19T05:08:05.970Z[ recovery-image] Dec 19 05:08:05.320 INFO O| Dec 19 05:08:05.320 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42332024-12-19T05:08:05.970Z[ recovery-image] Dec 19 05:08:05.320 INFO O| Dec 19 05:08:05.320 INFO skip step because feature "omicron1" is not enabled
42342024-12-19T05:08:05.970Z[ recovery-image] Dec 19 05:08:05.320 INFO O| Dec 19 05:08:05.320 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42352024-12-19T05:08:05.970Z[ recovery-image] Dec 19 05:08:05.320 INFO O| Dec 19 05:08:05.320 INFO skip step because feature "omicron1" is not enabled
42362024-12-19T05:08:05.970Z[ recovery-image] Dec 19 05:08:05.320 INFO O| Dec 19 05:08:05.320 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42372024-12-19T05:08:05.970Z[ recovery-image] Dec 19 05:08:05.320 INFO O| Dec 19 05:08:05.320 INFO skip step because feature "omicron1" is not enabled
42382024-12-19T05:08:05.970Z[ recovery-image] Dec 19 05:08:05.320 INFO O| Dec 19 05:08:05.320 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42392024-12-19T05:08:05.981Z[ recovery-image] Dec 19 05:08:05.335 INFO O| Dec 19 05:08:05.335 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
42402024-12-19T05:08:05.985Z[ recovery-image] Dec 19 05:08:05.335 INFO O| Dec 19 05:08:05.335 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
42412024-12-19T05:08:06.104Z[ host-image] Dec 19 05:08:05.458 INFO O| Dec 19 05:08:05.457 INFO O| Done
42422024-12-19T05:08:06.562Z[ host-image] Dec 19 05:08:05.915 INFO O| Dec 19 05:08:05.915 INFO O| Done
42432024-12-19T05:08:06.896Z[ host-image] Dec 19 05:08:06.250 INFO O| Dec 19 05:08:06.250 INFO STEP 11 (pkg_install) COMPLETE
42442024-12-19T05:08:06.896Z[ host-image] Dec 19 05:08:06.250 INFO O| Dec 19 05:08:06.250 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42452024-12-19T05:08:06.907Z[ host-image] Dec 19 05:08:06.261 INFO O| Dec 19 05:08:06.261 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"]
42462024-12-19T05:08:07.403Z[ host-image] Dec 19 05:08:06.756 INFO O| Dec 19 05:08:06.756 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
42472024-12-19T05:08:07.441Z[ recovery-image] Dec 19 05:08:06.794 INFO O| Dec 19 05:08:06.794 INFO STEP 69 (pack_tar) COMPLETE
42482024-12-19T05:08:07.441Z[ recovery-image] Dec 19 05:08:06.794 INFO O| Dec 19 05:08:06.794 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
42492024-12-19T05:08:07.445Z[ recovery-image] Dec 19 05:08:06.794 INFO O| Dec 19 05:08:06.794 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
42502024-12-19T05:08:07.914Z[ recovery-image] Dec 19 05:08:07.268 INFO O| Dec 19 05:08:07.268 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
42512024-12-19T05:08:08.004Z[ recovery-image] Dec 19 05:08:07.357 INFO O| Dec 19 05:08:07.357 INFO completed processing gimlet/ramdisk-02-trim
42522024-12-19T05:08:08.007Z[ recovery-image] Dec 19 05:08:07.360 INFO image builder template: ramdisk-03-recovery-trim...
42532024-12-19T05:08:08.007Z[ recovery-image] Dec 19 05:08:07.360 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/.tmpQNcPdX/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
42542024-12-19T05:08:08.117Z[ recovery-image] Dec 19 05:08:07.470 INFO O| Dec 19 05:08:07.469 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
42552024-12-19T05:08:08.120Z[ recovery-image] Dec 19 05:08:07.474 INFO O| Dec 19 05:08:07.474 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
42562024-12-19T05:08:08.208Z[ recovery-image] Dec 19 05:08:07.561 INFO O| Dec 19 05:08:07.561 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
42572024-12-19T05:08:08.274Z[ recovery-image] Dec 19 05:08:07.627 INFO O| Dec 19 05:08:07.627 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
42582024-12-19T05:08:08.276Z[ recovery-image] Dec 19 05:08:07.627 INFO O| Dec 19 05:08:07.627 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
42592024-12-19T05:08:08.283Z[ recovery-image] Dec 19 05:08:07.636 INFO O| Dec 19 05:08:07.636 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
42602024-12-19T05:08:08.287Z[ recovery-image] Dec 19 05:08:07.640 INFO O| Dec 19 05:08:07.640 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
42612024-12-19T05:08:08.292Z[ recovery-image] Dec 19 05:08:07.645 INFO O| Dec 19 05:08:07.645 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
42622024-12-19T05:08:08.617Z[ recovery-image] Dec 19 05:08:07.970 INFO O| Dec 19 05:08:07.970 INFO rolled back to input snapshot; work may begin
42632024-12-19T05:08:08.617Z[ recovery-image] Dec 19 05:08:07.971 INFO O| Dec 19 05:08:07.970 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
42642024-12-19T05:08:08.623Z[ recovery-image] Dec 19 05:08:07.977 INFO O| Dec 19 05:08:07.977 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42652024-12-19T05:08:08.634Z[ recovery-image] Dec 19 05:08:07.988 INFO O| Dec 19 05:08:07.988 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
42662024-12-19T05:08:08.639Z[ recovery-image] Dec 19 05:08:07.992 INFO O| Dec 19 05:08:07.992 INFO STEP 0 (remove_files) COMPLETE
42672024-12-19T05:08:08.639Z[ recovery-image] Dec 19 05:08:07.992 INFO O| Dec 19 05:08:07.992 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42682024-12-19T05:08:08.650Z[ recovery-image] Dec 19 05:08:08.003 INFO O| Dec 19 05:08:08.003 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
42692024-12-19T05:08:08.728Z[ recovery-image] Dec 19 05:08:08.081 INFO O| Dec 19 05:08:08.081 INFO STEP 1 (remove_files) COMPLETE
42702024-12-19T05:08:08.728Z[ recovery-image] Dec 19 05:08:08.081 INFO O| Dec 19 05:08:08.081 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42712024-12-19T05:08:08.747Z[ recovery-image] Dec 19 05:08:08.100 INFO O| Dec 19 05:08:08.100 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
42722024-12-19T05:08:08.751Z[ recovery-image] Dec 19 05:08:08.104 INFO O| Dec 19 05:08:08.104 INFO STEP 2 (remove_files) COMPLETE
42732024-12-19T05:08:08.751Z[ recovery-image] Dec 19 05:08:08.104 INFO O| Dec 19 05:08:08.104 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42742024-12-19T05:08:08.770Z[ recovery-image] Dec 19 05:08:08.123 INFO O| Dec 19 05:08:08.123 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
42752024-12-19T05:08:08.853Z[ recovery-image] Dec 19 05:08:08.207 INFO O| Dec 19 05:08:08.206 INFO STEP 3 (remove_files) COMPLETE
42762024-12-19T05:08:08.853Z[ recovery-image] Dec 19 05:08:08.207 INFO O| Dec 19 05:08:08.207 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42772024-12-19T05:08:08.872Z[ recovery-image] Dec 19 05:08:08.225 INFO O| Dec 19 05:08:08.225 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
42782024-12-19T05:08:08.899Z[ recovery-image] Dec 19 05:08:08.252 INFO O| Dec 19 05:08:08.252 INFO STEP 4 (remove_files) COMPLETE
42792024-12-19T05:08:08.899Z[ recovery-image] Dec 19 05:08:08.253 INFO O| Dec 19 05:08:08.252 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42802024-12-19T05:08:08.916Z[ recovery-image] Dec 19 05:08:08.269 INFO O| Dec 19 05:08:08.269 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
42812024-12-19T05:08:08.922Z[ recovery-image] Dec 19 05:08:08.275 INFO O| Dec 19 05:08:08.275 INFO STEP 5 (remove_files) COMPLETE
42822024-12-19T05:08:08.924Z[ recovery-image] Dec 19 05:08:08.275 INFO O| Dec 19 05:08:08.275 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42832024-12-19T05:08:08.939Z[ recovery-image] Dec 19 05:08:08.293 INFO O| Dec 19 05:08:08.293 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
42842024-12-19T05:08:08.942Z[ recovery-image] Dec 19 05:08:08.295 INFO O| Dec 19 05:08:08.295 INFO STEP 6 (remove_files) COMPLETE
42852024-12-19T05:08:08.942Z[ recovery-image] Dec 19 05:08:08.295 INFO O| Dec 19 05:08:08.295 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42862024-12-19T05:08:08.957Z[ recovery-image] Dec 19 05:08:08.310 INFO O| Dec 19 05:08:08.310 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
42872024-12-19T05:08:08.959Z[ recovery-image] Dec 19 05:08:08.313 INFO O| Dec 19 05:08:08.312 INFO STEP 7 (remove_files) COMPLETE
42882024-12-19T05:08:08.959Z[ recovery-image] Dec 19 05:08:08.313 INFO O| Dec 19 05:08:08.313 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42892024-12-19T05:08:08.978Z[ recovery-image] Dec 19 05:08:08.332 INFO O| Dec 19 05:08:08.332 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
42902024-12-19T05:08:08.985Z[ recovery-image] Dec 19 05:08:08.339 INFO O| Dec 19 05:08:08.339 INFO STEP 8 (remove_files) COMPLETE
42912024-12-19T05:08:08.985Z[ recovery-image] Dec 19 05:08:08.339 INFO O| Dec 19 05:08:08.339 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42922024-12-19T05:08:09.001Z[ recovery-image] Dec 19 05:08:08.354 INFO O| Dec 19 05:08:08.354 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
42932024-12-19T05:08:09.005Z[ recovery-image] Dec 19 05:08:08.355 INFO O| Dec 19 05:08:08.355 INFO STEP 9 (remove_files) COMPLETE
42942024-12-19T05:08:09.005Z[ recovery-image] Dec 19 05:08:08.355 INFO O| Dec 19 05:08:08.355 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42952024-12-19T05:08:09.020Z[ recovery-image] Dec 19 05:08:08.373 INFO O| Dec 19 05:08:08.373 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
42962024-12-19T05:08:09.023Z[ recovery-image] Dec 19 05:08:08.374 INFO O| Dec 19 05:08:08.374 INFO STEP 10 (remove_files) COMPLETE
42972024-12-19T05:08:09.023Z[ recovery-image] Dec 19 05:08:08.374 INFO O| Dec 19 05:08:08.374 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42982024-12-19T05:08:09.039Z[ recovery-image] Dec 19 05:08:08.393 INFO O| Dec 19 05:08:08.393 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
42992024-12-19T05:08:09.124Z[ recovery-image] Dec 19 05:08:08.477 INFO O| Dec 19 05:08:08.477 INFO STEP 11 (remove_files) COMPLETE
43002024-12-19T05:08:09.124Z[ recovery-image] Dec 19 05:08:08.477 INFO O| Dec 19 05:08:08.477 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43012024-12-19T05:08:09.149Z[ recovery-image] Dec 19 05:08:08.502 INFO O| Dec 19 05:08:08.502 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
43022024-12-19T05:08:09.154Z[ recovery-image] Dec 19 05:08:08.507 INFO O| Dec 19 05:08:08.507 INFO STEP 12 (remove_files) COMPLETE
43032024-12-19T05:08:09.157Z[ recovery-image] Dec 19 05:08:08.507 INFO O| Dec 19 05:08:08.507 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43042024-12-19T05:08:09.164Z[ recovery-image] Dec 19 05:08:08.518 INFO O| Dec 19 05:08:08.518 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
43052024-12-19T05:08:09.168Z[ recovery-image] Dec 19 05:08:08.521 INFO O| Dec 19 05:08:08.521 INFO STEP 13 (remove_files) COMPLETE
43062024-12-19T05:08:09.170Z[ recovery-image] Dec 19 05:08:08.521 INFO O| Dec 19 05:08:08.521 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43072024-12-19T05:08:09.179Z[ recovery-image] Dec 19 05:08:08.532 INFO O| Dec 19 05:08:08.532 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
43082024-12-19T05:08:09.182Z[ recovery-image] Dec 19 05:08:08.532 INFO O| Dec 19 05:08:08.532 INFO STEP 14 (remove_files) COMPLETE
43092024-12-19T05:08:09.182Z[ recovery-image] Dec 19 05:08:08.532 INFO O| Dec 19 05:08:08.532 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43102024-12-19T05:08:09.190Z[ recovery-image] Dec 19 05:08:08.544 INFO O| Dec 19 05:08:08.544 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
43112024-12-19T05:08:09.193Z[ recovery-image] Dec 19 05:08:08.546 INFO O| Dec 19 05:08:08.546 INFO STEP 15 (remove_files) COMPLETE
43122024-12-19T05:08:09.193Z[ recovery-image] Dec 19 05:08:08.546 INFO O| Dec 19 05:08:08.546 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43132024-12-19T05:08:09.205Z[ recovery-image] Dec 19 05:08:08.558 INFO O| Dec 19 05:08:08.558 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
43142024-12-19T05:08:09.211Z[ recovery-image] Dec 19 05:08:08.565 INFO O| Dec 19 05:08:08.565 INFO STEP 16 (remove_files) COMPLETE
43152024-12-19T05:08:09.214Z[ recovery-image] Dec 19 05:08:08.565 INFO O| Dec 19 05:08:08.565 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43162024-12-19T05:08:09.223Z[ recovery-image] Dec 19 05:08:08.576 INFO O| Dec 19 05:08:08.576 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
43172024-12-19T05:08:09.225Z[ recovery-image] Dec 19 05:08:08.577 INFO O| Dec 19 05:08:08.577 INFO STEP 17 (remove_files) COMPLETE
43182024-12-19T05:08:09.225Z[ recovery-image] Dec 19 05:08:08.577 INFO O| Dec 19 05:08:08.577 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43192024-12-19T05:08:09.235Z[ recovery-image] Dec 19 05:08:08.589 INFO O| Dec 19 05:08:08.589 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
43202024-12-19T05:08:09.238Z[ recovery-image] Dec 19 05:08:08.590 INFO O| Dec 19 05:08:08.590 INFO STEP 18 (remove_files) COMPLETE
43212024-12-19T05:08:09.238Z[ recovery-image] Dec 19 05:08:08.590 INFO O| Dec 19 05:08:08.590 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43222024-12-19T05:08:09.248Z[ recovery-image] Dec 19 05:08:08.601 INFO O| Dec 19 05:08:08.601 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
43232024-12-19T05:08:09.296Z[ recovery-image] Dec 19 05:08:08.649 INFO O| Dec 19 05:08:08.649 INFO STEP 19 (remove_files) COMPLETE
43242024-12-19T05:08:09.296Z[ recovery-image] Dec 19 05:08:08.649 INFO O| Dec 19 05:08:08.649 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43252024-12-19T05:08:09.310Z[ recovery-image] Dec 19 05:08:08.663 INFO O| Dec 19 05:08:08.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
43262024-12-19T05:08:09.313Z[ recovery-image] Dec 19 05:08:08.665 INFO O| Dec 19 05:08:08.665 INFO STEP 20 (remove_files) COMPLETE
43272024-12-19T05:08:09.313Z[ recovery-image] Dec 19 05:08:08.665 INFO O| Dec 19 05:08:08.665 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43282024-12-19T05:08:09.322Z[ recovery-image] Dec 19 05:08:08.676 INFO O| Dec 19 05:08:08.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
43292024-12-19T05:08:09.325Z[ recovery-image] Dec 19 05:08:08.676 INFO O| Dec 19 05:08:08.676 INFO STEP 21 (remove_files) COMPLETE
43302024-12-19T05:08:09.325Z[ recovery-image] Dec 19 05:08:08.676 INFO O| Dec 19 05:08:08.676 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43312024-12-19T05:08:09.333Z[ recovery-image] Dec 19 05:08:08.686 INFO O| Dec 19 05:08:08.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
43322024-12-19T05:08:09.335Z[ recovery-image] Dec 19 05:08:08.687 INFO O| Dec 19 05:08:08.687 INFO STEP 22 (remove_files) COMPLETE
43332024-12-19T05:08:09.335Z[ recovery-image] Dec 19 05:08:08.687 INFO O| Dec 19 05:08:08.687 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43342024-12-19T05:08:09.343Z[ recovery-image] Dec 19 05:08:08.697 INFO O| Dec 19 05:08:08.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
43352024-12-19T05:08:09.346Z[ recovery-image] Dec 19 05:08:08.698 INFO O| Dec 19 05:08:08.698 INFO STEP 23 (remove_files) COMPLETE
43362024-12-19T05:08:09.346Z[ recovery-image] Dec 19 05:08:08.698 INFO O| Dec 19 05:08:08.698 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43372024-12-19T05:08:09.354Z[ recovery-image] Dec 19 05:08:08.707 INFO O| Dec 19 05:08:08.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
43382024-12-19T05:08:09.357Z[ recovery-image] Dec 19 05:08:08.707 INFO O| Dec 19 05:08:08.707 INFO STEP 24 (remove_files) COMPLETE
43392024-12-19T05:08:09.357Z[ recovery-image] Dec 19 05:08:08.707 INFO O| Dec 19 05:08:08.707 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43402024-12-19T05:08:09.364Z[ recovery-image] Dec 19 05:08:08.717 INFO O| Dec 19 05:08:08.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
43412024-12-19T05:08:09.364Z[ recovery-image] Dec 19 05:08:08.718 INFO O| Dec 19 05:08:08.717 INFO STEP 25 (remove_files) COMPLETE
43422024-12-19T05:08:09.367Z[ recovery-image] Dec 19 05:08:08.718 INFO O| Dec 19 05:08:08.718 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43432024-12-19T05:08:09.374Z[ recovery-image] Dec 19 05:08:08.727 INFO O| Dec 19 05:08:08.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
43442024-12-19T05:08:09.376Z[ recovery-image] Dec 19 05:08:08.728 INFO O| Dec 19 05:08:08.727 INFO STEP 26 (remove_files) COMPLETE
43452024-12-19T05:08:09.376Z[ recovery-image] Dec 19 05:08:08.728 INFO O| Dec 19 05:08:08.728 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43462024-12-19T05:08:09.384Z[ recovery-image] Dec 19 05:08:08.738 INFO O| Dec 19 05:08:08.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
43472024-12-19T05:08:09.384Z[ recovery-image] Dec 19 05:08:08.738 INFO O| Dec 19 05:08:08.738 INFO STEP 27 (remove_files) COMPLETE
43482024-12-19T05:08:09.387Z[ recovery-image] Dec 19 05:08:08.738 INFO O| Dec 19 05:08:08.738 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43492024-12-19T05:08:09.394Z[ recovery-image] Dec 19 05:08:08.748 INFO O| Dec 19 05:08:08.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
43502024-12-19T05:08:09.397Z[ recovery-image] Dec 19 05:08:08.748 INFO O| Dec 19 05:08:08.748 INFO STEP 28 (remove_files) COMPLETE
43512024-12-19T05:08:09.397Z[ recovery-image] Dec 19 05:08:08.748 INFO O| Dec 19 05:08:08.748 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43522024-12-19T05:08:09.404Z[ recovery-image] Dec 19 05:08:08.757 INFO O| Dec 19 05:08:08.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
43532024-12-19T05:08:09.406Z[ recovery-image] Dec 19 05:08:08.757 INFO O| Dec 19 05:08:08.757 INFO STEP 29 (remove_files) COMPLETE
43542024-12-19T05:08:09.406Z[ recovery-image] Dec 19 05:08:08.757 INFO O| Dec 19 05:08:08.757 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43552024-12-19T05:08:09.414Z[ recovery-image] Dec 19 05:08:08.767 INFO O| Dec 19 05:08:08.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
43562024-12-19T05:08:09.417Z[ recovery-image] Dec 19 05:08:08.767 INFO O| Dec 19 05:08:08.767 INFO STEP 30 (remove_files) COMPLETE
43572024-12-19T05:08:09.417Z[ recovery-image] Dec 19 05:08:08.767 INFO O| Dec 19 05:08:08.767 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43582024-12-19T05:08:09.423Z[ recovery-image] Dec 19 05:08:08.776 INFO O| Dec 19 05:08:08.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
43592024-12-19T05:08:09.423Z[ recovery-image] Dec 19 05:08:08.777 INFO O| Dec 19 05:08:08.777 INFO STEP 31 (remove_files) COMPLETE
43602024-12-19T05:08:09.425Z[ recovery-image] Dec 19 05:08:08.777 INFO O| Dec 19 05:08:08.777 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43612024-12-19T05:08:09.433Z[ recovery-image] Dec 19 05:08:08.786 INFO O| Dec 19 05:08:08.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
43622024-12-19T05:08:09.435Z[ recovery-image] Dec 19 05:08:08.786 INFO O| Dec 19 05:08:08.786 INFO STEP 32 (remove_files) COMPLETE
43632024-12-19T05:08:09.435Z[ recovery-image] Dec 19 05:08:08.786 INFO O| Dec 19 05:08:08.786 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43642024-12-19T05:08:09.442Z[ recovery-image] Dec 19 05:08:08.796 INFO O| Dec 19 05:08:08.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
43652024-12-19T05:08:09.443Z[ recovery-image] Dec 19 05:08:08.796 INFO O| Dec 19 05:08:08.796 INFO STEP 33 (remove_files) COMPLETE
43662024-12-19T05:08:09.445Z[ recovery-image] Dec 19 05:08:08.796 INFO O| Dec 19 05:08:08.796 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43672024-12-19T05:08:09.452Z[ recovery-image] Dec 19 05:08:08.806 INFO O| Dec 19 05:08:08.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
43682024-12-19T05:08:09.453Z[ recovery-image] Dec 19 05:08:08.806 INFO O| Dec 19 05:08:08.806 INFO STEP 34 (remove_files) COMPLETE
43692024-12-19T05:08:09.455Z[ recovery-image] Dec 19 05:08:08.806 INFO O| Dec 19 05:08:08.806 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43702024-12-19T05:08:09.462Z[ recovery-image] Dec 19 05:08:08.815 INFO O| Dec 19 05:08:08.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
43712024-12-19T05:08:09.464Z[ recovery-image] Dec 19 05:08:08.816 INFO O| Dec 19 05:08:08.816 INFO STEP 35 (remove_files) COMPLETE
43722024-12-19T05:08:09.464Z[ recovery-image] Dec 19 05:08:08.816 INFO O| Dec 19 05:08:08.816 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43732024-12-19T05:08:09.473Z[ recovery-image] Dec 19 05:08:08.826 INFO O| Dec 19 05:08:08.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
43742024-12-19T05:08:09.473Z[ recovery-image] Dec 19 05:08:08.826 INFO O| Dec 19 05:08:08.826 INFO STEP 36 (remove_files) COMPLETE
43752024-12-19T05:08:09.473Z[ recovery-image] Dec 19 05:08:08.826 INFO O| Dec 19 05:08:08.826 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43762024-12-19T05:08:09.482Z[ recovery-image] Dec 19 05:08:08.836 INFO O| Dec 19 05:08:08.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
43772024-12-19T05:08:09.484Z[ recovery-image] Dec 19 05:08:08.836 INFO O| Dec 19 05:08:08.836 INFO STEP 37 (remove_files) COMPLETE
43782024-12-19T05:08:09.484Z[ recovery-image] Dec 19 05:08:08.836 INFO O| Dec 19 05:08:08.836 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43792024-12-19T05:08:09.492Z[ recovery-image] Dec 19 05:08:08.845 INFO O| Dec 19 05:08:08.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
43802024-12-19T05:08:09.493Z[ recovery-image] Dec 19 05:08:08.845 INFO O| Dec 19 05:08:08.845 INFO STEP 38 (remove_files) COMPLETE
43812024-12-19T05:08:09.495Z[ recovery-image] Dec 19 05:08:08.845 INFO O| Dec 19 05:08:08.845 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43822024-12-19T05:08:09.501Z[ recovery-image] Dec 19 05:08:08.855 INFO O| Dec 19 05:08:08.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
43832024-12-19T05:08:09.501Z[ recovery-image] Dec 19 05:08:08.855 INFO O| Dec 19 05:08:08.855 INFO STEP 39 (remove_files) COMPLETE
43842024-12-19T05:08:09.501Z[ recovery-image] Dec 19 05:08:08.855 INFO O| Dec 19 05:08:08.855 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43852024-12-19T05:08:09.511Z[ recovery-image] Dec 19 05:08:08.865 INFO O| Dec 19 05:08:08.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
43862024-12-19T05:08:09.511Z[ recovery-image] Dec 19 05:08:08.865 INFO O| Dec 19 05:08:08.865 INFO STEP 40 (remove_files) COMPLETE
43872024-12-19T05:08:09.511Z[ recovery-image] Dec 19 05:08:08.865 INFO O| Dec 19 05:08:08.865 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43882024-12-19T05:08:09.521Z[ recovery-image] Dec 19 05:08:08.874 INFO O| Dec 19 05:08:08.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
43892024-12-19T05:08:09.521Z[ recovery-image] Dec 19 05:08:08.874 INFO O| Dec 19 05:08:08.874 INFO STEP 41 (remove_files) COMPLETE
43902024-12-19T05:08:09.521Z[ recovery-image] Dec 19 05:08:08.874 INFO O| Dec 19 05:08:08.874 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43912024-12-19T05:08:09.531Z[ recovery-image] Dec 19 05:08:08.884 INFO O| Dec 19 05:08:08.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
43922024-12-19T05:08:09.531Z[ recovery-image] Dec 19 05:08:08.884 INFO O| Dec 19 05:08:08.884 INFO STEP 42 (remove_files) COMPLETE
43932024-12-19T05:08:09.533Z[ recovery-image] Dec 19 05:08:08.884 INFO O| Dec 19 05:08:08.884 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43942024-12-19T05:08:09.540Z[ recovery-image] Dec 19 05:08:08.893 INFO O| Dec 19 05:08:08.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
43952024-12-19T05:08:09.542Z[ recovery-image] Dec 19 05:08:08.894 INFO O| Dec 19 05:08:08.894 INFO STEP 43 (remove_files) COMPLETE
43962024-12-19T05:08:09.542Z[ recovery-image] Dec 19 05:08:08.894 INFO O| Dec 19 05:08:08.894 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43972024-12-19T05:08:09.550Z[ recovery-image] Dec 19 05:08:08.903 INFO O| Dec 19 05:08:08.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
43982024-12-19T05:08:09.550Z[ recovery-image] Dec 19 05:08:08.903 INFO O| Dec 19 05:08:08.903 INFO STEP 44 (remove_files) COMPLETE
43992024-12-19T05:08:09.552Z[ recovery-image] Dec 19 05:08:08.903 INFO O| Dec 19 05:08:08.903 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44002024-12-19T05:08:09.559Z[ recovery-image] Dec 19 05:08:08.913 INFO O| Dec 19 05:08:08.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
44012024-12-19T05:08:09.562Z[ recovery-image] Dec 19 05:08:08.913 INFO O| Dec 19 05:08:08.913 INFO STEP 45 (remove_files) COMPLETE
44022024-12-19T05:08:09.562Z[ recovery-image] Dec 19 05:08:08.913 INFO O| Dec 19 05:08:08.913 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44032024-12-19T05:08:09.570Z[ recovery-image] Dec 19 05:08:08.923 INFO O| Dec 19 05:08:08.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
44042024-12-19T05:08:09.570Z[ recovery-image] Dec 19 05:08:08.923 INFO O| Dec 19 05:08:08.923 INFO STEP 46 (remove_files) COMPLETE
44052024-12-19T05:08:09.572Z[ recovery-image] Dec 19 05:08:08.923 INFO O| Dec 19 05:08:08.923 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44062024-12-19T05:08:09.579Z[ recovery-image] Dec 19 05:08:08.933 INFO O| Dec 19 05:08:08.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
44072024-12-19T05:08:09.579Z[ recovery-image] Dec 19 05:08:08.933 INFO O| Dec 19 05:08:08.933 INFO STEP 47 (remove_files) COMPLETE
44082024-12-19T05:08:09.579Z[ recovery-image] Dec 19 05:08:08.933 INFO O| Dec 19 05:08:08.933 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44092024-12-19T05:08:09.589Z[ recovery-image] Dec 19 05:08:08.942 INFO O| Dec 19 05:08:08.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
44102024-12-19T05:08:09.589Z[ recovery-image] Dec 19 05:08:08.942 INFO O| Dec 19 05:08:08.942 INFO STEP 48 (remove_files) COMPLETE
44112024-12-19T05:08:09.589Z[ recovery-image] Dec 19 05:08:08.942 INFO O| Dec 19 05:08:08.942 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44122024-12-19T05:08:09.599Z[ recovery-image] Dec 19 05:08:08.952 INFO O| Dec 19 05:08:08.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
44132024-12-19T05:08:09.602Z[ recovery-image] Dec 19 05:08:08.953 INFO O| Dec 19 05:08:08.953 INFO STEP 49 (remove_files) COMPLETE
44142024-12-19T05:08:09.602Z[ recovery-image] Dec 19 05:08:08.953 INFO O| Dec 19 05:08:08.953 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44152024-12-19T05:08:09.609Z[ recovery-image] Dec 19 05:08:08.962 INFO O| Dec 19 05:08:08.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
44162024-12-19T05:08:09.609Z[ recovery-image] Dec 19 05:08:08.962 INFO O| Dec 19 05:08:08.962 INFO STEP 50 (remove_files) COMPLETE
44172024-12-19T05:08:09.609Z[ recovery-image] Dec 19 05:08:08.962 INFO O| Dec 19 05:08:08.962 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44182024-12-19T05:08:09.618Z[ recovery-image] Dec 19 05:08:08.971 INFO O| Dec 19 05:08:08.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
44192024-12-19T05:08:09.618Z[ recovery-image] Dec 19 05:08:08.971 INFO O| Dec 19 05:08:08.971 INFO STEP 51 (remove_files) COMPLETE
44202024-12-19T05:08:09.618Z[ recovery-image] Dec 19 05:08:08.971 INFO O| Dec 19 05:08:08.971 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44212024-12-19T05:08:09.627Z[ recovery-image] Dec 19 05:08:08.981 INFO O| Dec 19 05:08:08.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
44222024-12-19T05:08:09.627Z[ recovery-image] Dec 19 05:08:08.981 INFO O| Dec 19 05:08:08.981 INFO STEP 52 (remove_files) COMPLETE
44232024-12-19T05:08:09.628Z[ recovery-image] Dec 19 05:08:08.981 INFO O| Dec 19 05:08:08.981 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44242024-12-19T05:08:09.637Z[ recovery-image] Dec 19 05:08:08.990 INFO O| Dec 19 05:08:08.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
44252024-12-19T05:08:09.639Z[ recovery-image] Dec 19 05:08:08.991 INFO O| Dec 19 05:08:08.991 INFO STEP 53 (remove_files) COMPLETE
44262024-12-19T05:08:09.639Z[ recovery-image] Dec 19 05:08:08.991 INFO O| Dec 19 05:08:08.991 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44272024-12-19T05:08:09.648Z[ recovery-image] Dec 19 05:08:09.001 INFO O| Dec 19 05:08:09.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
44282024-12-19T05:08:09.648Z[ recovery-image] Dec 19 05:08:09.001 INFO O| Dec 19 05:08:09.001 INFO STEP 54 (remove_files) COMPLETE
44292024-12-19T05:08:09.650Z[ recovery-image] Dec 19 05:08:09.001 INFO O| Dec 19 05:08:09.001 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44302024-12-19T05:08:09.658Z[ recovery-image] Dec 19 05:08:09.012 INFO O| Dec 19 05:08:09.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
44312024-12-19T05:08:09.661Z[ recovery-image] Dec 19 05:08:09.012 INFO O| Dec 19 05:08:09.012 INFO STEP 55 (remove_files) COMPLETE
44322024-12-19T05:08:09.661Z[ recovery-image] Dec 19 05:08:09.012 INFO O| Dec 19 05:08:09.012 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44332024-12-19T05:08:09.668Z[ recovery-image] Dec 19 05:08:09.021 INFO O| Dec 19 05:08:09.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
44342024-12-19T05:08:09.670Z[ recovery-image] Dec 19 05:08:09.021 INFO O| Dec 19 05:08:09.021 INFO STEP 56 (remove_files) COMPLETE
44352024-12-19T05:08:09.670Z[ recovery-image] Dec 19 05:08:09.021 INFO O| Dec 19 05:08:09.021 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44362024-12-19T05:08:09.677Z[ recovery-image] Dec 19 05:08:09.031 INFO O| Dec 19 05:08:09.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
44372024-12-19T05:08:09.678Z[ recovery-image] Dec 19 05:08:09.031 INFO O| Dec 19 05:08:09.031 INFO STEP 57 (remove_files) COMPLETE
44382024-12-19T05:08:09.679Z[ recovery-image] Dec 19 05:08:09.031 INFO O| Dec 19 05:08:09.031 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44392024-12-19T05:08:09.687Z[ recovery-image] Dec 19 05:08:09.040 INFO O| Dec 19 05:08:09.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
44402024-12-19T05:08:09.689Z[ recovery-image] Dec 19 05:08:09.041 INFO O| Dec 19 05:08:09.040 INFO STEP 58 (remove_files) COMPLETE
44412024-12-19T05:08:09.689Z[ recovery-image] Dec 19 05:08:09.041 INFO O| Dec 19 05:08:09.040 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44422024-12-19T05:08:09.697Z[ recovery-image] Dec 19 05:08:09.051 INFO O| Dec 19 05:08:09.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
44432024-12-19T05:08:09.697Z[ recovery-image] Dec 19 05:08:09.051 INFO O| Dec 19 05:08:09.051 INFO STEP 59 (remove_files) COMPLETE
44442024-12-19T05:08:09.697Z[ recovery-image] Dec 19 05:08:09.051 INFO O| Dec 19 05:08:09.051 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44452024-12-19T05:08:09.708Z[ recovery-image] Dec 19 05:08:09.062 INFO O| Dec 19 05:08:09.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
44462024-12-19T05:08:09.711Z[ recovery-image] Dec 19 05:08:09.062 INFO O| Dec 19 05:08:09.062 INFO STEP 60 (remove_files) COMPLETE
44472024-12-19T05:08:09.711Z[ recovery-image] Dec 19 05:08:09.062 INFO O| Dec 19 05:08:09.062 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44482024-12-19T05:08:09.718Z[ recovery-image] Dec 19 05:08:09.072 INFO O| Dec 19 05:08:09.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
44492024-12-19T05:08:09.718Z[ recovery-image] Dec 19 05:08:09.072 INFO O| Dec 19 05:08:09.072 INFO STEP 61 (remove_files) COMPLETE
44502024-12-19T05:08:09.721Z[ recovery-image] Dec 19 05:08:09.072 INFO O| Dec 19 05:08:09.072 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44512024-12-19T05:08:09.728Z[ recovery-image] Dec 19 05:08:09.082 INFO O| Dec 19 05:08:09.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
44522024-12-19T05:08:09.728Z[ recovery-image] Dec 19 05:08:09.082 INFO O| Dec 19 05:08:09.082 INFO STEP 62 (remove_files) COMPLETE
44532024-12-19T05:08:09.728Z[ recovery-image] Dec 19 05:08:09.082 INFO O| Dec 19 05:08:09.082 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44542024-12-19T05:08:09.738Z[ recovery-image] Dec 19 05:08:09.091 INFO O| Dec 19 05:08:09.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
44552024-12-19T05:08:09.738Z[ recovery-image] Dec 19 05:08:09.091 INFO O| Dec 19 05:08:09.091 INFO STEP 63 (remove_files) COMPLETE
44562024-12-19T05:08:09.738Z[ recovery-image] Dec 19 05:08:09.091 INFO O| Dec 19 05:08:09.091 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44572024-12-19T05:08:09.748Z[ recovery-image] Dec 19 05:08:09.101 INFO O| Dec 19 05:08:09.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
44582024-12-19T05:08:09.748Z[ recovery-image] Dec 19 05:08:09.101 INFO O| Dec 19 05:08:09.101 INFO STEP 64 (remove_files) COMPLETE
44592024-12-19T05:08:09.750Z[ recovery-image] Dec 19 05:08:09.101 INFO O| Dec 19 05:08:09.101 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44602024-12-19T05:08:09.758Z[ recovery-image] Dec 19 05:08:09.111 INFO O| Dec 19 05:08:09.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
44612024-12-19T05:08:09.758Z[ recovery-image] Dec 19 05:08:09.111 INFO O| Dec 19 05:08:09.111 INFO STEP 65 (remove_files) COMPLETE
44622024-12-19T05:08:09.758Z[ recovery-image] Dec 19 05:08:09.111 INFO O| Dec 19 05:08:09.111 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44632024-12-19T05:08:09.767Z[ recovery-image] Dec 19 05:08:09.121 INFO O| Dec 19 05:08:09.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
44642024-12-19T05:08:09.767Z[ recovery-image] Dec 19 05:08:09.121 INFO O| Dec 19 05:08:09.121 INFO STEP 66 (remove_files) COMPLETE
44652024-12-19T05:08:09.767Z[ recovery-image] Dec 19 05:08:09.121 INFO O| Dec 19 05:08:09.121 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44662024-12-19T05:08:09.777Z[ recovery-image] Dec 19 05:08:09.130 INFO O| Dec 19 05:08:09.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
44672024-12-19T05:08:09.777Z[ recovery-image] Dec 19 05:08:09.130 INFO O| Dec 19 05:08:09.130 INFO STEP 67 (remove_files) COMPLETE
44682024-12-19T05:08:09.777Z[ recovery-image] Dec 19 05:08:09.130 INFO O| Dec 19 05:08:09.130 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44692024-12-19T05:08:09.789Z[ recovery-image] Dec 19 05:08:09.142 INFO O| Dec 19 05:08:09.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
44702024-12-19T05:08:09.789Z[ recovery-image] Dec 19 05:08:09.142 INFO O| Dec 19 05:08:09.142 INFO STEP 68 (remove_files) COMPLETE
44712024-12-19T05:08:09.789Z[ recovery-image] Dec 19 05:08:09.142 INFO O| Dec 19 05:08:09.142 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44722024-12-19T05:08:09.801Z[ recovery-image] Dec 19 05:08:09.154 INFO O| Dec 19 05:08:09.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
44732024-12-19T05:08:09.801Z[ recovery-image] Dec 19 05:08:09.154 INFO O| Dec 19 05:08:09.154 INFO STEP 69 (remove_files) COMPLETE
44742024-12-19T05:08:09.803Z[ recovery-image] Dec 19 05:08:09.154 INFO O| Dec 19 05:08:09.154 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44752024-12-19T05:08:09.812Z[ recovery-image] Dec 19 05:08:09.166 INFO O| Dec 19 05:08:09.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
44762024-12-19T05:08:09.812Z[ recovery-image] Dec 19 05:08:09.166 INFO O| Dec 19 05:08:09.166 INFO STEP 70 (remove_files) COMPLETE
44772024-12-19T05:08:09.815Z[ recovery-image] Dec 19 05:08:09.166 INFO O| Dec 19 05:08:09.166 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44782024-12-19T05:08:09.823Z[ recovery-image] Dec 19 05:08:09.177 INFO O| Dec 19 05:08:09.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
44792024-12-19T05:08:09.823Z[ recovery-image] Dec 19 05:08:09.177 INFO O| Dec 19 05:08:09.177 INFO STEP 71 (remove_files) COMPLETE
44802024-12-19T05:08:09.823Z[ recovery-image] Dec 19 05:08:09.177 INFO O| Dec 19 05:08:09.177 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44812024-12-19T05:08:09.835Z[ recovery-image] Dec 19 05:08:09.188 INFO O| Dec 19 05:08:09.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
44822024-12-19T05:08:09.835Z[ recovery-image] Dec 19 05:08:09.188 INFO O| Dec 19 05:08:09.188 INFO STEP 72 (remove_files) COMPLETE
44832024-12-19T05:08:09.837Z[ recovery-image] Dec 19 05:08:09.188 INFO O| Dec 19 05:08:09.188 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44842024-12-19T05:08:09.845Z[ recovery-image] Dec 19 05:08:09.199 INFO O| Dec 19 05:08:09.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
44852024-12-19T05:08:09.845Z[ recovery-image] Dec 19 05:08:09.199 INFO O| Dec 19 05:08:09.199 INFO STEP 73 (remove_files) COMPLETE
44862024-12-19T05:08:09.846Z[ recovery-image] Dec 19 05:08:09.199 INFO O| Dec 19 05:08:09.199 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44872024-12-19T05:08:09.856Z[ recovery-image] Dec 19 05:08:09.210 INFO O| Dec 19 05:08:09.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
44882024-12-19T05:08:09.856Z[ recovery-image] Dec 19 05:08:09.210 INFO O| Dec 19 05:08:09.210 INFO STEP 74 (remove_files) COMPLETE
44892024-12-19T05:08:09.856Z[ recovery-image] Dec 19 05:08:09.210 INFO O| Dec 19 05:08:09.210 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44902024-12-19T05:08:09.868Z[ recovery-image] Dec 19 05:08:09.221 INFO O| Dec 19 05:08:09.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
44912024-12-19T05:08:09.868Z[ recovery-image] Dec 19 05:08:09.221 INFO O| Dec 19 05:08:09.221 INFO STEP 75 (remove_files) COMPLETE
44922024-12-19T05:08:09.870Z[ recovery-image] Dec 19 05:08:09.221 INFO O| Dec 19 05:08:09.221 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44932024-12-19T05:08:09.879Z[ recovery-image] Dec 19 05:08:09.232 INFO O| Dec 19 05:08:09.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
44942024-12-19T05:08:09.879Z[ recovery-image] Dec 19 05:08:09.232 INFO O| Dec 19 05:08:09.232 INFO STEP 76 (remove_files) COMPLETE
44952024-12-19T05:08:09.881Z[ recovery-image] Dec 19 05:08:09.232 INFO O| Dec 19 05:08:09.232 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44962024-12-19T05:08:09.891Z[ recovery-image] Dec 19 05:08:09.245 INFO O| Dec 19 05:08:09.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
44972024-12-19T05:08:09.891Z[ recovery-image] Dec 19 05:08:09.245 INFO O| Dec 19 05:08:09.245 INFO STEP 77 (remove_files) COMPLETE
44982024-12-19T05:08:09.891Z[ recovery-image] Dec 19 05:08:09.245 INFO O| Dec 19 05:08:09.245 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44992024-12-19T05:08:09.903Z[ recovery-image] Dec 19 05:08:09.256 INFO O| Dec 19 05:08:09.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
45002024-12-19T05:08:09.905Z[ recovery-image] Dec 19 05:08:09.256 INFO O| Dec 19 05:08:09.256 INFO STEP 78 (remove_files) COMPLETE
45012024-12-19T05:08:09.905Z[ recovery-image] Dec 19 05:08:09.256 INFO O| Dec 19 05:08:09.256 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45022024-12-19T05:08:09.914Z[ recovery-image] Dec 19 05:08:09.267 INFO O| Dec 19 05:08:09.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
45032024-12-19T05:08:09.914Z[ recovery-image] Dec 19 05:08:09.267 INFO O| Dec 19 05:08:09.267 INFO STEP 79 (remove_files) COMPLETE
45042024-12-19T05:08:09.914Z[ recovery-image] Dec 19 05:08:09.267 INFO O| Dec 19 05:08:09.267 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45052024-12-19T05:08:09.924Z[ recovery-image] Dec 19 05:08:09.278 INFO O| Dec 19 05:08:09.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
45062024-12-19T05:08:09.924Z[ recovery-image] Dec 19 05:08:09.278 INFO O| Dec 19 05:08:09.278 INFO STEP 80 (remove_files) COMPLETE
45072024-12-19T05:08:09.927Z[ recovery-image] Dec 19 05:08:09.278 INFO O| Dec 19 05:08:09.278 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45082024-12-19T05:08:09.935Z[ recovery-image] Dec 19 05:08:09.288 INFO O| Dec 19 05:08:09.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
45092024-12-19T05:08:09.935Z[ recovery-image] Dec 19 05:08:09.288 INFO O| Dec 19 05:08:09.288 INFO STEP 81 (remove_files) COMPLETE
45102024-12-19T05:08:09.935Z[ recovery-image] Dec 19 05:08:09.288 INFO O| Dec 19 05:08:09.288 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45112024-12-19T05:08:09.944Z[ recovery-image] Dec 19 05:08:09.298 INFO O| Dec 19 05:08:09.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
45122024-12-19T05:08:09.944Z[ recovery-image] Dec 19 05:08:09.298 INFO O| Dec 19 05:08:09.298 INFO STEP 82 (remove_files) COMPLETE
45132024-12-19T05:08:09.947Z[ recovery-image] Dec 19 05:08:09.298 INFO O| Dec 19 05:08:09.298 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45142024-12-19T05:08:09.954Z[ recovery-image] Dec 19 05:08:09.308 INFO O| Dec 19 05:08:09.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
45152024-12-19T05:08:09.954Z[ recovery-image] Dec 19 05:08:09.308 INFO O| Dec 19 05:08:09.308 INFO STEP 83 (remove_files) COMPLETE
45162024-12-19T05:08:09.957Z[ recovery-image] Dec 19 05:08:09.308 INFO O| Dec 19 05:08:09.308 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45172024-12-19T05:08:09.965Z[ recovery-image] Dec 19 05:08:09.318 INFO O| Dec 19 05:08:09.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
45182024-12-19T05:08:09.967Z[ recovery-image] Dec 19 05:08:09.318 INFO O| Dec 19 05:08:09.318 INFO STEP 84 (remove_files) COMPLETE
45192024-12-19T05:08:09.967Z[ recovery-image] Dec 19 05:08:09.319 INFO O| Dec 19 05:08:09.318 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45202024-12-19T05:08:09.975Z[ recovery-image] Dec 19 05:08:09.329 INFO O| Dec 19 05:08:09.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
45212024-12-19T05:08:09.976Z[ recovery-image] Dec 19 05:08:09.329 INFO O| Dec 19 05:08:09.329 INFO STEP 85 (remove_files) COMPLETE
45222024-12-19T05:08:09.979Z[ recovery-image] Dec 19 05:08:09.329 INFO O| Dec 19 05:08:09.329 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45232024-12-19T05:08:09.985Z[ recovery-image] Dec 19 05:08:09.339 INFO O| Dec 19 05:08:09.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
45242024-12-19T05:08:09.985Z[ recovery-image] Dec 19 05:08:09.339 INFO O| Dec 19 05:08:09.339 INFO STEP 86 (remove_files) COMPLETE
45252024-12-19T05:08:09.988Z[ recovery-image] Dec 19 05:08:09.339 INFO O| Dec 19 05:08:09.339 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45262024-12-19T05:08:09.995Z[ recovery-image] Dec 19 05:08:09.349 INFO O| Dec 19 05:08:09.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
45272024-12-19T05:08:09.997Z[ recovery-image] Dec 19 05:08:09.349 INFO O| Dec 19 05:08:09.349 INFO STEP 87 (remove_files) COMPLETE
45282024-12-19T05:08:09.997Z[ recovery-image] Dec 19 05:08:09.349 INFO O| Dec 19 05:08:09.349 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45292024-12-19T05:08:10.006Z[ recovery-image] Dec 19 05:08:09.359 INFO O| Dec 19 05:08:09.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
45302024-12-19T05:08:10.006Z[ recovery-image] Dec 19 05:08:09.359 INFO O| Dec 19 05:08:09.359 INFO STEP 88 (remove_files) COMPLETE
45312024-12-19T05:08:10.008Z[ recovery-image] Dec 19 05:08:09.359 INFO O| Dec 19 05:08:09.359 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45322024-12-19T05:08:10.015Z[ recovery-image] Dec 19 05:08:09.369 INFO O| Dec 19 05:08:09.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
45332024-12-19T05:08:10.017Z[ recovery-image] Dec 19 05:08:09.369 INFO O| Dec 19 05:08:09.369 INFO STEP 89 (remove_files) COMPLETE
45342024-12-19T05:08:10.017Z[ recovery-image] Dec 19 05:08:09.369 INFO O| Dec 19 05:08:09.369 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45352024-12-19T05:08:10.025Z[ recovery-image] Dec 19 05:08:09.379 INFO O| Dec 19 05:08:09.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
45362024-12-19T05:08:10.025Z[ recovery-image] Dec 19 05:08:09.379 INFO O| Dec 19 05:08:09.379 INFO STEP 90 (remove_files) COMPLETE
45372024-12-19T05:08:10.028Z[ recovery-image] Dec 19 05:08:09.379 INFO O| Dec 19 05:08:09.379 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45382024-12-19T05:08:10.036Z[ recovery-image] Dec 19 05:08:09.388 INFO O| Dec 19 05:08:09.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
45392024-12-19T05:08:10.036Z[ recovery-image] Dec 19 05:08:09.388 INFO O| Dec 19 05:08:09.388 INFO STEP 91 (remove_files) COMPLETE
45402024-12-19T05:08:10.038Z[ recovery-image] Dec 19 05:08:09.388 INFO O| Dec 19 05:08:09.388 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45412024-12-19T05:08:10.046Z[ recovery-image] Dec 19 05:08:09.398 INFO O| Dec 19 05:08:09.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
45422024-12-19T05:08:10.048Z[ recovery-image] Dec 19 05:08:09.398 INFO O| Dec 19 05:08:09.398 INFO STEP 92 (remove_files) COMPLETE
45432024-12-19T05:08:10.048Z[ recovery-image] Dec 19 05:08:09.398 INFO O| Dec 19 05:08:09.398 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45442024-12-19T05:08:10.054Z[ recovery-image] Dec 19 05:08:09.408 INFO O| Dec 19 05:08:09.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
45452024-12-19T05:08:10.055Z[ recovery-image] Dec 19 05:08:09.408 INFO O| Dec 19 05:08:09.408 INFO STEP 93 (remove_files) COMPLETE
45462024-12-19T05:08:10.055Z[ recovery-image] Dec 19 05:08:09.408 INFO O| Dec 19 05:08:09.408 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45472024-12-19T05:08:10.064Z[ recovery-image] Dec 19 05:08:09.417 INFO O| Dec 19 05:08:09.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
45482024-12-19T05:08:10.064Z[ recovery-image] Dec 19 05:08:09.417 INFO O| Dec 19 05:08:09.417 INFO STEP 94 (remove_files) COMPLETE
45492024-12-19T05:08:10.066Z[ recovery-image] Dec 19 05:08:09.417 INFO O| Dec 19 05:08:09.417 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45502024-12-19T05:08:10.073Z[ recovery-image] Dec 19 05:08:09.427 INFO O| Dec 19 05:08:09.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
45512024-12-19T05:08:10.076Z[ recovery-image] Dec 19 05:08:09.427 INFO O| Dec 19 05:08:09.427 INFO STEP 95 (remove_files) COMPLETE
45522024-12-19T05:08:10.076Z[ recovery-image] Dec 19 05:08:09.427 INFO O| Dec 19 05:08:09.427 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45532024-12-19T05:08:10.083Z[ recovery-image] Dec 19 05:08:09.436 INFO O| Dec 19 05:08:09.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
45542024-12-19T05:08:10.083Z[ recovery-image] Dec 19 05:08:09.436 INFO O| Dec 19 05:08:09.436 INFO STEP 96 (remove_files) COMPLETE
45552024-12-19T05:08:10.083Z[ recovery-image] Dec 19 05:08:09.436 INFO O| Dec 19 05:08:09.436 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45562024-12-19T05:08:10.095Z[ recovery-image] Dec 19 05:08:09.448 INFO O| Dec 19 05:08:09.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
45572024-12-19T05:08:10.095Z[ recovery-image] Dec 19 05:08:09.448 INFO O| Dec 19 05:08:09.448 INFO STEP 97 (remove_files) COMPLETE
45582024-12-19T05:08:10.097Z[ recovery-image] Dec 19 05:08:09.448 INFO O| Dec 19 05:08:09.448 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45592024-12-19T05:08:10.104Z[ recovery-image] Dec 19 05:08:09.458 INFO O| Dec 19 05:08:09.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
45602024-12-19T05:08:10.104Z[ recovery-image] Dec 19 05:08:09.458 INFO O| Dec 19 05:08:09.458 INFO STEP 98 (remove_files) COMPLETE
45612024-12-19T05:08:10.105Z[ recovery-image] Dec 19 05:08:09.458 INFO O| Dec 19 05:08:09.458 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45622024-12-19T05:08:10.115Z[ recovery-image] Dec 19 05:08:09.469 INFO O| Dec 19 05:08:09.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
45632024-12-19T05:08:10.116Z[ recovery-image] Dec 19 05:08:09.469 INFO O| Dec 19 05:08:09.469 INFO STEP 99 (remove_files) COMPLETE
45642024-12-19T05:08:10.116Z[ recovery-image] Dec 19 05:08:09.469 INFO O| Dec 19 05:08:09.469 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45652024-12-19T05:08:10.127Z[ recovery-image] Dec 19 05:08:09.480 INFO O| Dec 19 05:08:09.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
45662024-12-19T05:08:10.129Z[ recovery-image] Dec 19 05:08:09.481 INFO O| Dec 19 05:08:09.481 INFO STEP 100 (remove_files) COMPLETE
45672024-12-19T05:08:10.129Z[ recovery-image] Dec 19 05:08:09.481 INFO O| Dec 19 05:08:09.481 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45682024-12-19T05:08:10.137Z[ recovery-image] Dec 19 05:08:09.490 INFO O| Dec 19 05:08:09.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
45692024-12-19T05:08:10.137Z[ recovery-image] Dec 19 05:08:09.491 INFO O| Dec 19 05:08:09.490 INFO STEP 101 (remove_files) COMPLETE
45702024-12-19T05:08:10.137Z[ recovery-image] Dec 19 05:08:09.491 INFO O| Dec 19 05:08:09.491 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45712024-12-19T05:08:10.147Z[ recovery-image] Dec 19 05:08:09.500 INFO O| Dec 19 05:08:09.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
45722024-12-19T05:08:10.147Z[ recovery-image] Dec 19 05:08:09.500 INFO O| Dec 19 05:08:09.500 INFO STEP 102 (remove_files) COMPLETE
45732024-12-19T05:08:10.149Z[ recovery-image] Dec 19 05:08:09.500 INFO O| Dec 19 05:08:09.500 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45742024-12-19T05:08:10.159Z[ recovery-image] Dec 19 05:08:09.512 INFO O| Dec 19 05:08:09.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
45752024-12-19T05:08:10.159Z[ recovery-image] Dec 19 05:08:09.512 INFO O| Dec 19 05:08:09.512 INFO STEP 103 (remove_files) COMPLETE
45762024-12-19T05:08:10.161Z[ recovery-image] Dec 19 05:08:09.512 INFO O| Dec 19 05:08:09.512 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45772024-12-19T05:08:10.168Z[ recovery-image] Dec 19 05:08:09.522 INFO O| Dec 19 05:08:09.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
45782024-12-19T05:08:10.169Z[ recovery-image] Dec 19 05:08:09.522 INFO O| Dec 19 05:08:09.522 INFO STEP 104 (remove_files) COMPLETE
45792024-12-19T05:08:10.171Z[ recovery-image] Dec 19 05:08:09.522 INFO O| Dec 19 05:08:09.522 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45802024-12-19T05:08:10.178Z[ recovery-image] Dec 19 05:08:09.532 INFO O| Dec 19 05:08:09.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
45812024-12-19T05:08:10.178Z[ recovery-image] Dec 19 05:08:09.532 INFO O| Dec 19 05:08:09.532 INFO STEP 105 (remove_files) COMPLETE
45822024-12-19T05:08:10.184Z[ recovery-image] Dec 19 05:08:09.532 INFO O| Dec 19 05:08:09.532 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45832024-12-19T05:08:10.189Z[ recovery-image] Dec 19 05:08:09.542 INFO O| Dec 19 05:08:09.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
45842024-12-19T05:08:10.189Z[ recovery-image] Dec 19 05:08:09.542 INFO O| Dec 19 05:08:09.542 INFO STEP 106 (remove_files) COMPLETE
45852024-12-19T05:08:10.189Z[ recovery-image] Dec 19 05:08:09.542 INFO O| Dec 19 05:08:09.542 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45862024-12-19T05:08:10.199Z[ recovery-image] Dec 19 05:08:09.552 INFO O| Dec 19 05:08:09.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
45872024-12-19T05:08:10.201Z[ recovery-image] Dec 19 05:08:09.552 INFO O| Dec 19 05:08:09.552 INFO STEP 107 (remove_files) COMPLETE
45882024-12-19T05:08:10.201Z[ recovery-image] Dec 19 05:08:09.552 INFO O| Dec 19 05:08:09.552 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45892024-12-19T05:08:10.210Z[ recovery-image] Dec 19 05:08:09.564 INFO O| Dec 19 05:08:09.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
45902024-12-19T05:08:10.210Z[ recovery-image] Dec 19 05:08:09.564 INFO O| Dec 19 05:08:09.564 INFO STEP 108 (remove_files) COMPLETE
45912024-12-19T05:08:10.210Z[ recovery-image] Dec 19 05:08:09.564 INFO O| Dec 19 05:08:09.564 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45922024-12-19T05:08:10.220Z[ recovery-image] Dec 19 05:08:09.573 INFO O| Dec 19 05:08:09.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
45932024-12-19T05:08:10.220Z[ recovery-image] Dec 19 05:08:09.573 INFO O| Dec 19 05:08:09.573 INFO STEP 109 (remove_files) COMPLETE
45942024-12-19T05:08:10.220Z[ recovery-image] Dec 19 05:08:09.573 INFO O| Dec 19 05:08:09.573 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45952024-12-19T05:08:10.230Z[ recovery-image] Dec 19 05:08:09.583 INFO O| Dec 19 05:08:09.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
45962024-12-19T05:08:10.230Z[ recovery-image] Dec 19 05:08:09.583 INFO O| Dec 19 05:08:09.583 INFO STEP 110 (remove_files) COMPLETE
45972024-12-19T05:08:10.232Z[ recovery-image] Dec 19 05:08:09.583 INFO O| Dec 19 05:08:09.583 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45982024-12-19T05:08:10.239Z[ recovery-image] Dec 19 05:08:09.593 INFO O| Dec 19 05:08:09.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
45992024-12-19T05:08:10.242Z[ recovery-image] Dec 19 05:08:09.593 INFO O| Dec 19 05:08:09.593 INFO STEP 111 (remove_files) COMPLETE
46002024-12-19T05:08:10.242Z[ recovery-image] Dec 19 05:08:09.593 INFO O| Dec 19 05:08:09.593 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46012024-12-19T05:08:10.249Z[ recovery-image] Dec 19 05:08:09.602 INFO O| Dec 19 05:08:09.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
46022024-12-19T05:08:10.249Z[ recovery-image] Dec 19 05:08:09.602 INFO O| Dec 19 05:08:09.602 INFO STEP 112 (remove_files) COMPLETE
46032024-12-19T05:08:10.252Z[ recovery-image] Dec 19 05:08:09.602 INFO O| Dec 19 05:08:09.602 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46042024-12-19T05:08:10.259Z[ recovery-image] Dec 19 05:08:09.612 INFO O| Dec 19 05:08:09.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
46052024-12-19T05:08:10.261Z[ recovery-image] Dec 19 05:08:09.612 INFO O| Dec 19 05:08:09.612 INFO STEP 113 (remove_files) COMPLETE
46062024-12-19T05:08:10.261Z[ recovery-image] Dec 19 05:08:09.612 INFO O| Dec 19 05:08:09.612 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46072024-12-19T05:08:10.269Z[ recovery-image] Dec 19 05:08:09.622 INFO O| Dec 19 05:08:09.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
46082024-12-19T05:08:10.269Z[ recovery-image] Dec 19 05:08:09.622 INFO O| Dec 19 05:08:09.622 INFO STEP 114 (remove_files) COMPLETE
46092024-12-19T05:08:10.271Z[ recovery-image] Dec 19 05:08:09.622 INFO O| Dec 19 05:08:09.622 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46102024-12-19T05:08:10.278Z[ recovery-image] Dec 19 05:08:09.631 INFO O| Dec 19 05:08:09.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
46112024-12-19T05:08:10.280Z[ recovery-image] Dec 19 05:08:09.632 INFO O| Dec 19 05:08:09.631 INFO STEP 115 (remove_files) COMPLETE
46122024-12-19T05:08:10.280Z[ recovery-image] Dec 19 05:08:09.632 INFO O| Dec 19 05:08:09.632 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46132024-12-19T05:08:10.288Z[ recovery-image] Dec 19 05:08:09.641 INFO O| Dec 19 05:08:09.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
46142024-12-19T05:08:10.288Z[ recovery-image] Dec 19 05:08:09.641 INFO O| Dec 19 05:08:09.641 INFO STEP 116 (remove_files) COMPLETE
46152024-12-19T05:08:10.288Z[ recovery-image] Dec 19 05:08:09.641 INFO O| Dec 19 05:08:09.641 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46162024-12-19T05:08:10.298Z[ recovery-image] Dec 19 05:08:09.651 INFO O| Dec 19 05:08:09.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
46172024-12-19T05:08:10.301Z[ recovery-image] Dec 19 05:08:09.651 INFO O| Dec 19 05:08:09.651 INFO STEP 117 (remove_files) COMPLETE
46182024-12-19T05:08:10.301Z[ recovery-image] Dec 19 05:08:09.651 INFO O| Dec 19 05:08:09.651 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46192024-12-19T05:08:10.308Z[ recovery-image] Dec 19 05:08:09.661 INFO O| Dec 19 05:08:09.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
46202024-12-19T05:08:10.310Z[ recovery-image] Dec 19 05:08:09.661 INFO O| Dec 19 05:08:09.661 INFO STEP 118 (remove_files) COMPLETE
46212024-12-19T05:08:10.310Z[ recovery-image] Dec 19 05:08:09.661 INFO O| Dec 19 05:08:09.661 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46222024-12-19T05:08:10.317Z[ recovery-image] Dec 19 05:08:09.670 INFO O| Dec 19 05:08:09.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
46232024-12-19T05:08:10.319Z[ recovery-image] Dec 19 05:08:09.670 INFO O| Dec 19 05:08:09.670 INFO STEP 119 (remove_files) COMPLETE
46242024-12-19T05:08:10.319Z[ recovery-image] Dec 19 05:08:09.670 INFO O| Dec 19 05:08:09.670 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46252024-12-19T05:08:10.326Z[ recovery-image] Dec 19 05:08:09.680 INFO O| Dec 19 05:08:09.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
46262024-12-19T05:08:10.329Z[ recovery-image] Dec 19 05:08:09.680 INFO O| Dec 19 05:08:09.680 INFO STEP 120 (remove_files) COMPLETE
46272024-12-19T05:08:10.329Z[ recovery-image] Dec 19 05:08:09.680 INFO O| Dec 19 05:08:09.680 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46282024-12-19T05:08:10.336Z[ recovery-image] Dec 19 05:08:09.689 INFO O| Dec 19 05:08:09.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
46292024-12-19T05:08:10.339Z[ recovery-image] Dec 19 05:08:09.689 INFO O| Dec 19 05:08:09.689 INFO STEP 121 (remove_files) COMPLETE
46302024-12-19T05:08:10.339Z[ recovery-image] Dec 19 05:08:09.689 INFO O| Dec 19 05:08:09.689 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46312024-12-19T05:08:10.346Z[ recovery-image] Dec 19 05:08:09.699 INFO O| Dec 19 05:08:09.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
46322024-12-19T05:08:10.346Z[ recovery-image] Dec 19 05:08:09.699 INFO O| Dec 19 05:08:09.699 INFO STEP 122 (remove_files) COMPLETE
46332024-12-19T05:08:10.348Z[ recovery-image] Dec 19 05:08:09.699 INFO O| Dec 19 05:08:09.699 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46342024-12-19T05:08:10.355Z[ recovery-image] Dec 19 05:08:09.708 INFO O| Dec 19 05:08:09.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
46352024-12-19T05:08:10.355Z[ recovery-image] Dec 19 05:08:09.709 INFO O| Dec 19 05:08:09.709 INFO STEP 123 (remove_files) COMPLETE
46362024-12-19T05:08:10.357Z[ recovery-image] Dec 19 05:08:09.709 INFO O| Dec 19 05:08:09.709 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46372024-12-19T05:08:10.365Z[ recovery-image] Dec 19 05:08:09.718 INFO O| Dec 19 05:08:09.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
46382024-12-19T05:08:10.365Z[ recovery-image] Dec 19 05:08:09.718 INFO O| Dec 19 05:08:09.718 INFO STEP 124 (remove_files) COMPLETE
46392024-12-19T05:08:10.368Z[ recovery-image] Dec 19 05:08:09.718 INFO O| Dec 19 05:08:09.718 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46402024-12-19T05:08:10.375Z[ recovery-image] Dec 19 05:08:09.728 INFO O| Dec 19 05:08:09.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
46412024-12-19T05:08:10.375Z[ recovery-image] Dec 19 05:08:09.728 INFO O| Dec 19 05:08:09.728 INFO STEP 125 (remove_files) COMPLETE
46422024-12-19T05:08:10.377Z[ recovery-image] Dec 19 05:08:09.728 INFO O| Dec 19 05:08:09.728 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46432024-12-19T05:08:10.382Z[ host-image] Dec 19 05:08:09.735 INFO O| Dec 19 05:08:09.735 INFO O| Planning: Solver setup ... Done
46442024-12-19T05:08:10.386Z[ recovery-image] Dec 19 05:08:09.737 INFO O| Dec 19 05:08:09.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
46452024-12-19T05:08:10.386Z[ recovery-image] Dec 19 05:08:09.738 INFO O| Dec 19 05:08:09.738 INFO STEP 126 (remove_files) COMPLETE
46462024-12-19T05:08:10.386Z[ recovery-image] Dec 19 05:08:09.738 INFO O| Dec 19 05:08:09.738 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46472024-12-19T05:08:10.388Z[ host-image] Dec 19 05:08:09.739 INFO O| Dec 19 05:08:09.739 INFO O| Planning: Running solver ... Done
46482024-12-19T05:08:10.394Z[ recovery-image] Dec 19 05:08:09.748 INFO O| Dec 19 05:08:09.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
46492024-12-19T05:08:10.394Z[ recovery-image] Dec 19 05:08:09.748 INFO O| Dec 19 05:08:09.748 INFO STEP 127 (remove_files) COMPLETE
46502024-12-19T05:08:10.397Z[ recovery-image] Dec 19 05:08:09.748 INFO O| Dec 19 05:08:09.748 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46512024-12-19T05:08:10.404Z[ recovery-image] Dec 19 05:08:09.758 INFO O| Dec 19 05:08:09.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
46522024-12-19T05:08:10.404Z[ recovery-image] Dec 19 05:08:09.758 INFO O| Dec 19 05:08:09.758 INFO STEP 128 (remove_files) COMPLETE
46532024-12-19T05:08:10.404Z[ recovery-image] Dec 19 05:08:09.758 INFO O| Dec 19 05:08:09.758 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46542024-12-19T05:08:10.414Z[ recovery-image] Dec 19 05:08:09.768 INFO O| Dec 19 05:08:09.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
46552024-12-19T05:08:10.414Z[ recovery-image] Dec 19 05:08:09.768 INFO O| Dec 19 05:08:09.768 INFO STEP 129 (remove_files) COMPLETE
46562024-12-19T05:08:10.417Z[ recovery-image] Dec 19 05:08:09.768 INFO O| Dec 19 05:08:09.768 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46572024-12-19T05:08:10.424Z[ recovery-image] Dec 19 05:08:09.778 INFO O| Dec 19 05:08:09.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
46582024-12-19T05:08:10.424Z[ recovery-image] Dec 19 05:08:09.778 INFO O| Dec 19 05:08:09.778 INFO STEP 130 (remove_files) COMPLETE
46592024-12-19T05:08:10.427Z[ recovery-image] Dec 19 05:08:09.778 INFO O| Dec 19 05:08:09.778 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46602024-12-19T05:08:10.434Z[ recovery-image] Dec 19 05:08:09.788 INFO O| Dec 19 05:08:09.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
46612024-12-19T05:08:10.434Z[ recovery-image] Dec 19 05:08:09.788 INFO O| Dec 19 05:08:09.788 INFO STEP 131 (remove_files) COMPLETE
46622024-12-19T05:08:10.437Z[ recovery-image] Dec 19 05:08:09.788 INFO O| Dec 19 05:08:09.788 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46632024-12-19T05:08:10.444Z[ recovery-image] Dec 19 05:08:09.797 INFO O| Dec 19 05:08:09.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
46642024-12-19T05:08:10.447Z[ recovery-image] Dec 19 05:08:09.798 INFO O| Dec 19 05:08:09.798 INFO STEP 132 (remove_files) COMPLETE
46652024-12-19T05:08:10.447Z[ recovery-image] Dec 19 05:08:09.798 INFO O| Dec 19 05:08:09.798 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46662024-12-19T05:08:10.450Z[ host-image] Dec 19 05:08:09.803 INFO O| Dec 19 05:08:09.803 INFO O| Planning: Finding local manifests ... Done
46672024-12-19T05:08:10.452Z[ host-image] Dec 19 05:08:09.804 INFO O| Dec 19 05:08:09.804 INFO O| Planning: Fetching manifests: 0/5 0% complete
46682024-12-19T05:08:10.455Z[ recovery-image] Dec 19 05:08:09.808 INFO O| Dec 19 05:08:09.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
46692024-12-19T05:08:10.455Z[ recovery-image] Dec 19 05:08:09.808 INFO O| Dec 19 05:08:09.808 INFO STEP 133 (remove_files) COMPLETE
46702024-12-19T05:08:10.457Z[ recovery-image] Dec 19 05:08:09.808 INFO O| Dec 19 05:08:09.808 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46712024-12-19T05:08:10.465Z[ recovery-image] Dec 19 05:08:09.818 INFO O| Dec 19 05:08:09.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
46722024-12-19T05:08:10.465Z[ recovery-image] Dec 19 05:08:09.818 INFO O| Dec 19 05:08:09.818 INFO STEP 134 (remove_files) COMPLETE
46732024-12-19T05:08:10.468Z[ recovery-image] Dec 19 05:08:09.818 INFO O| Dec 19 05:08:09.818 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46742024-12-19T05:08:10.475Z[ recovery-image] Dec 19 05:08:09.829 INFO O| Dec 19 05:08:09.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
46752024-12-19T05:08:10.475Z[ recovery-image] Dec 19 05:08:09.829 INFO O| Dec 19 05:08:09.829 INFO STEP 135 (remove_files) COMPLETE
46762024-12-19T05:08:10.477Z[ recovery-image] Dec 19 05:08:09.829 INFO O| Dec 19 05:08:09.829 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46772024-12-19T05:08:10.485Z[ recovery-image] Dec 19 05:08:09.838 INFO O| Dec 19 05:08:09.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
46782024-12-19T05:08:10.487Z[ recovery-image] Dec 19 05:08:09.839 INFO O| Dec 19 05:08:09.839 INFO STEP 136 (remove_files) COMPLETE
46792024-12-19T05:08:10.487Z[ recovery-image] Dec 19 05:08:09.839 INFO O| Dec 19 05:08:09.839 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46802024-12-19T05:08:10.495Z[ recovery-image] Dec 19 05:08:09.848 INFO O| Dec 19 05:08:09.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
46812024-12-19T05:08:10.495Z[ recovery-image] Dec 19 05:08:09.848 INFO O| Dec 19 05:08:09.848 INFO STEP 137 (remove_files) COMPLETE
46822024-12-19T05:08:10.497Z[ recovery-image] Dec 19 05:08:09.848 INFO O| Dec 19 05:08:09.848 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46832024-12-19T05:08:10.505Z[ recovery-image] Dec 19 05:08:09.858 INFO O| Dec 19 05:08:09.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
46842024-12-19T05:08:10.505Z[ recovery-image] Dec 19 05:08:09.858 INFO O| Dec 19 05:08:09.858 INFO STEP 138 (remove_files) COMPLETE
46852024-12-19T05:08:10.508Z[ recovery-image] Dec 19 05:08:09.858 INFO O| Dec 19 05:08:09.858 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46862024-12-19T05:08:10.515Z[ recovery-image] Dec 19 05:08:09.868 INFO O| Dec 19 05:08:09.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
46872024-12-19T05:08:10.517Z[ recovery-image] Dec 19 05:08:09.868 INFO O| Dec 19 05:08:09.868 INFO STEP 139 (remove_files) COMPLETE
46882024-12-19T05:08:10.517Z[ recovery-image] Dec 19 05:08:09.868 INFO O| Dec 19 05:08:09.868 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46892024-12-19T05:08:10.524Z[ recovery-image] Dec 19 05:08:09.877 INFO O| Dec 19 05:08:09.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
46902024-12-19T05:08:10.527Z[ recovery-image] Dec 19 05:08:09.878 INFO O| Dec 19 05:08:09.878 INFO STEP 140 (remove_files) COMPLETE
46912024-12-19T05:08:10.527Z[ recovery-image] Dec 19 05:08:09.878 INFO O| Dec 19 05:08:09.878 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46922024-12-19T05:08:10.534Z[ recovery-image] Dec 19 05:08:09.887 INFO O| Dec 19 05:08:09.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
46932024-12-19T05:08:10.534Z[ recovery-image] Dec 19 05:08:09.887 INFO O| Dec 19 05:08:09.887 INFO STEP 141 (remove_files) COMPLETE
46942024-12-19T05:08:10.537Z[ recovery-image] Dec 19 05:08:09.887 INFO O| Dec 19 05:08:09.887 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46952024-12-19T05:08:10.544Z[ recovery-image] Dec 19 05:08:09.897 INFO O| Dec 19 05:08:09.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
46962024-12-19T05:08:10.544Z[ recovery-image] Dec 19 05:08:09.897 INFO O| Dec 19 05:08:09.897 INFO STEP 142 (remove_files) COMPLETE
46972024-12-19T05:08:10.544Z[ recovery-image] Dec 19 05:08:09.897 INFO O| Dec 19 05:08:09.897 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46982024-12-19T05:08:10.554Z[ recovery-image] Dec 19 05:08:09.907 INFO O| Dec 19 05:08:09.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
46992024-12-19T05:08:10.556Z[ recovery-image] Dec 19 05:08:09.907 INFO O| Dec 19 05:08:09.907 INFO STEP 143 (remove_files) COMPLETE
47002024-12-19T05:08:10.556Z[ recovery-image] Dec 19 05:08:09.907 INFO O| Dec 19 05:08:09.907 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47012024-12-19T05:08:10.565Z[ recovery-image] Dec 19 05:08:09.916 INFO O| Dec 19 05:08:09.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
47022024-12-19T05:08:10.565Z[ recovery-image] Dec 19 05:08:09.917 INFO O| Dec 19 05:08:09.916 INFO STEP 144 (remove_files) COMPLETE
47032024-12-19T05:08:10.565Z[ recovery-image] Dec 19 05:08:09.917 INFO O| Dec 19 05:08:09.917 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47042024-12-19T05:08:10.573Z[ recovery-image] Dec 19 05:08:09.926 INFO O| Dec 19 05:08:09.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
47052024-12-19T05:08:10.573Z[ recovery-image] Dec 19 05:08:09.927 INFO O| Dec 19 05:08:09.927 INFO STEP 145 (remove_files) COMPLETE
47062024-12-19T05:08:10.576Z[ recovery-image] Dec 19 05:08:09.927 INFO O| Dec 19 05:08:09.927 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47072024-12-19T05:08:10.579Z[ host-image] Dec 19 05:08:09.932 INFO O| Dec 19 05:08:09.932 INFO O| Planning: Fetching manifests: 5/5 100% complete
47082024-12-19T05:08:10.583Z[ recovery-image] Dec 19 05:08:09.936 INFO O| Dec 19 05:08:09.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
47092024-12-19T05:08:10.583Z[ recovery-image] Dec 19 05:08:09.936 INFO O| Dec 19 05:08:09.936 INFO STEP 146 (remove_files) COMPLETE
47102024-12-19T05:08:10.583Z[ recovery-image] Dec 19 05:08:09.936 INFO O| Dec 19 05:08:09.936 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47112024-12-19T05:08:10.593Z[ recovery-image] Dec 19 05:08:09.946 INFO O| Dec 19 05:08:09.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
47122024-12-19T05:08:10.593Z[ recovery-image] Dec 19 05:08:09.946 INFO O| Dec 19 05:08:09.946 INFO STEP 147 (remove_files) COMPLETE
47132024-12-19T05:08:10.593Z[ recovery-image] Dec 19 05:08:09.946 INFO O| Dec 19 05:08:09.946 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47142024-12-19T05:08:10.602Z[ host-image] Dec 19 05:08:09.956 INFO O| Dec 19 05:08:09.956 INFO O| Planning: Package planning ... Done
47152024-12-19T05:08:10.605Z[ recovery-image] Dec 19 05:08:09.956 INFO O| Dec 19 05:08:09.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
47162024-12-19T05:08:10.605Z[ recovery-image] Dec 19 05:08:09.956 INFO O| Dec 19 05:08:09.956 INFO STEP 148 (remove_files) COMPLETE
47172024-12-19T05:08:10.605Z[ recovery-image] Dec 19 05:08:09.956 INFO O| Dec 19 05:08:09.956 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47182024-12-19T05:08:10.608Z[ host-image] Dec 19 05:08:09.959 INFO O| Dec 19 05:08:09.959 INFO O| Planning: Merging actions ... Done
47192024-12-19T05:08:10.612Z[ recovery-image] Dec 19 05:08:09.966 INFO O| Dec 19 05:08:09.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
47202024-12-19T05:08:10.615Z[ recovery-image] Dec 19 05:08:09.966 INFO O| Dec 19 05:08:09.966 INFO STEP 149 (remove_files) COMPLETE
47212024-12-19T05:08:10.615Z[ recovery-image] Dec 19 05:08:09.966 INFO O| Dec 19 05:08:09.966 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47222024-12-19T05:08:10.622Z[ recovery-image] Dec 19 05:08:09.975 INFO O| Dec 19 05:08:09.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
47232024-12-19T05:08:10.622Z[ recovery-image] Dec 19 05:08:09.975 INFO O| Dec 19 05:08:09.975 INFO STEP 150 (remove_files) COMPLETE
47242024-12-19T05:08:10.622Z[ recovery-image] Dec 19 05:08:09.975 INFO O| Dec 19 05:08:09.975 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47252024-12-19T05:08:10.632Z[ recovery-image] Dec 19 05:08:09.985 INFO O| Dec 19 05:08:09.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
47262024-12-19T05:08:10.633Z[ recovery-image] Dec 19 05:08:09.985 INFO O| Dec 19 05:08:09.985 INFO STEP 151 (remove_files) COMPLETE
47272024-12-19T05:08:10.636Z[ recovery-image] Dec 19 05:08:09.986 INFO O| Dec 19 05:08:09.985 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47282024-12-19T05:08:10.642Z[ recovery-image] Dec 19 05:08:09.995 INFO O| Dec 19 05:08:09.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
47292024-12-19T05:08:10.642Z[ recovery-image] Dec 19 05:08:09.995 INFO O| Dec 19 05:08:09.995 INFO STEP 152 (remove_files) COMPLETE
47302024-12-19T05:08:10.642Z[ recovery-image] Dec 19 05:08:09.995 INFO O| Dec 19 05:08:09.995 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47312024-12-19T05:08:10.652Z[ recovery-image] Dec 19 05:08:10.006 INFO O| Dec 19 05:08:10.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
47322024-12-19T05:08:10.652Z[ recovery-image] Dec 19 05:08:10.006 INFO O| Dec 19 05:08:10.006 INFO STEP 153 (remove_files) COMPLETE
47332024-12-19T05:08:10.657Z[ recovery-image] Dec 19 05:08:10.006 INFO O| Dec 19 05:08:10.006 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47342024-12-19T05:08:10.662Z[ recovery-image] Dec 19 05:08:10.015 INFO O| Dec 19 05:08:10.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
47352024-12-19T05:08:10.662Z[ recovery-image] Dec 19 05:08:10.016 INFO O| Dec 19 05:08:10.016 INFO STEP 154 (remove_files) COMPLETE
47362024-12-19T05:08:10.665Z[ recovery-image] Dec 19 05:08:10.016 INFO O| Dec 19 05:08:10.016 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47372024-12-19T05:08:10.672Z[ recovery-image] Dec 19 05:08:10.025 INFO O| Dec 19 05:08:10.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
47382024-12-19T05:08:10.672Z[ recovery-image] Dec 19 05:08:10.025 INFO O| Dec 19 05:08:10.025 INFO STEP 155 (remove_files) COMPLETE
47392024-12-19T05:08:10.675Z[ recovery-image] Dec 19 05:08:10.025 INFO O| Dec 19 05:08:10.025 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47402024-12-19T05:08:10.683Z[ recovery-image] Dec 19 05:08:10.036 INFO O| Dec 19 05:08:10.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
47412024-12-19T05:08:10.686Z[ recovery-image] Dec 19 05:08:10.036 INFO O| Dec 19 05:08:10.036 INFO STEP 156 (remove_files) COMPLETE
47422024-12-19T05:08:10.687Z[ recovery-image] Dec 19 05:08:10.036 INFO O| Dec 19 05:08:10.036 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47432024-12-19T05:08:10.690Z[ host-image] Dec 19 05:08:10.040 INFO O| Dec 19 05:08:10.040 INFO O| Planning: Checking for conflicting actions ... Done
47442024-12-19T05:08:10.690Z[ host-image] Dec 19 05:08:10.042 INFO O| Dec 19 05:08:10.042 INFO O| Planning: Consolidating action changes ... Done
47452024-12-19T05:08:10.694Z[ recovery-image] Dec 19 05:08:10.047 INFO O| Dec 19 05:08:10.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
47462024-12-19T05:08:10.697Z[ recovery-image] Dec 19 05:08:10.047 INFO O| Dec 19 05:08:10.047 INFO STEP 157 (remove_files) COMPLETE
47472024-12-19T05:08:10.698Z[ recovery-image] Dec 19 05:08:10.047 INFO O| Dec 19 05:08:10.047 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47482024-12-19T05:08:10.707Z[ recovery-image] Dec 19 05:08:10.060 INFO O| Dec 19 05:08:10.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
47492024-12-19T05:08:10.707Z[ recovery-image] Dec 19 05:08:10.060 INFO O| Dec 19 05:08:10.060 INFO STEP 158 (remove_files) COMPLETE
47502024-12-19T05:08:10.711Z[ recovery-image] Dec 19 05:08:10.060 INFO O| Dec 19 05:08:10.060 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47512024-12-19T05:08:10.719Z[ recovery-image] Dec 19 05:08:10.072 INFO O| Dec 19 05:08:10.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
47522024-12-19T05:08:10.721Z[ recovery-image] Dec 19 05:08:10.072 INFO O| Dec 19 05:08:10.072 INFO STEP 159 (remove_files) COMPLETE
47532024-12-19T05:08:10.721Z[ recovery-image] Dec 19 05:08:10.073 INFO O| Dec 19 05:08:10.072 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47542024-12-19T05:08:10.734Z[ recovery-image] Dec 19 05:08:10.087 INFO O| Dec 19 05:08:10.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
47552024-12-19T05:08:10.734Z[ recovery-image] Dec 19 05:08:10.087 INFO O| Dec 19 05:08:10.087 INFO STEP 160 (remove_files) COMPLETE
47562024-12-19T05:08:10.736Z[ recovery-image] Dec 19 05:08:10.087 INFO O| Dec 19 05:08:10.087 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47572024-12-19T05:08:10.744Z[ recovery-image] Dec 19 05:08:10.097 INFO O| Dec 19 05:08:10.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
47582024-12-19T05:08:10.747Z[ recovery-image] Dec 19 05:08:10.097 INFO O| Dec 19 05:08:10.097 INFO STEP 161 (remove_files) COMPLETE
47592024-12-19T05:08:10.747Z[ recovery-image] Dec 19 05:08:10.097 INFO O| Dec 19 05:08:10.097 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47602024-12-19T05:08:10.755Z[ recovery-image] Dec 19 05:08:10.107 INFO O| Dec 19 05:08:10.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
47612024-12-19T05:08:10.757Z[ recovery-image] Dec 19 05:08:10.107 INFO O| Dec 19 05:08:10.107 INFO STEP 162 (remove_files) COMPLETE
47622024-12-19T05:08:10.758Z[ recovery-image] Dec 19 05:08:10.107 INFO O| Dec 19 05:08:10.107 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47632024-12-19T05:08:10.764Z[ recovery-image] Dec 19 05:08:10.117 INFO O| Dec 19 05:08:10.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
47642024-12-19T05:08:10.764Z[ recovery-image] Dec 19 05:08:10.117 INFO O| Dec 19 05:08:10.117 INFO STEP 163 (remove_files) COMPLETE
47652024-12-19T05:08:10.764Z[ recovery-image] Dec 19 05:08:10.117 INFO O| Dec 19 05:08:10.117 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47662024-12-19T05:08:10.773Z[ recovery-image] Dec 19 05:08:10.126 INFO O| Dec 19 05:08:10.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
47672024-12-19T05:08:10.774Z[ recovery-image] Dec 19 05:08:10.126 INFO O| Dec 19 05:08:10.126 INFO STEP 164 (remove_files) COMPLETE
47682024-12-19T05:08:10.776Z[ recovery-image] Dec 19 05:08:10.127 INFO O| Dec 19 05:08:10.126 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47692024-12-19T05:08:10.783Z[ recovery-image] Dec 19 05:08:10.136 INFO O| Dec 19 05:08:10.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
47702024-12-19T05:08:10.785Z[ recovery-image] Dec 19 05:08:10.136 INFO O| Dec 19 05:08:10.136 INFO STEP 165 (remove_files) COMPLETE
47712024-12-19T05:08:10.785Z[ recovery-image] Dec 19 05:08:10.136 INFO O| Dec 19 05:08:10.136 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47722024-12-19T05:08:10.793Z[ recovery-image] Dec 19 05:08:10.145 INFO O| Dec 19 05:08:10.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
47732024-12-19T05:08:10.795Z[ recovery-image] Dec 19 05:08:10.145 INFO O| Dec 19 05:08:10.145 INFO STEP 166 (remove_files) COMPLETE
47742024-12-19T05:08:10.795Z[ recovery-image] Dec 19 05:08:10.145 INFO O| Dec 19 05:08:10.145 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47752024-12-19T05:08:10.802Z[ recovery-image] Dec 19 05:08:10.155 INFO O| Dec 19 05:08:10.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
47762024-12-19T05:08:10.802Z[ recovery-image] Dec 19 05:08:10.155 INFO O| Dec 19 05:08:10.155 INFO STEP 167 (remove_files) COMPLETE
47772024-12-19T05:08:10.804Z[ recovery-image] Dec 19 05:08:10.155 INFO O| Dec 19 05:08:10.155 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47782024-12-19T05:08:10.812Z[ recovery-image] Dec 19 05:08:10.164 INFO O| Dec 19 05:08:10.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
47792024-12-19T05:08:10.815Z[ recovery-image] Dec 19 05:08:10.164 INFO O| Dec 19 05:08:10.164 INFO STEP 168 (remove_files) COMPLETE
47802024-12-19T05:08:10.815Z[ recovery-image] Dec 19 05:08:10.164 INFO O| Dec 19 05:08:10.164 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47812024-12-19T05:08:10.820Z[ recovery-image] Dec 19 05:08:10.174 INFO O| Dec 19 05:08:10.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
47822024-12-19T05:08:10.820Z[ recovery-image] Dec 19 05:08:10.174 INFO O| Dec 19 05:08:10.174 INFO STEP 169 (remove_files) COMPLETE
47832024-12-19T05:08:10.824Z[ recovery-image] Dec 19 05:08:10.174 INFO O| Dec 19 05:08:10.174 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47842024-12-19T05:08:10.830Z[ recovery-image] Dec 19 05:08:10.183 INFO O| Dec 19 05:08:10.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
47852024-12-19T05:08:10.830Z[ recovery-image] Dec 19 05:08:10.183 INFO O| Dec 19 05:08:10.183 INFO STEP 170 (remove_files) COMPLETE
47862024-12-19T05:08:10.834Z[ recovery-image] Dec 19 05:08:10.183 INFO O| Dec 19 05:08:10.183 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47872024-12-19T05:08:10.839Z[ recovery-image] Dec 19 05:08:10.193 INFO O| Dec 19 05:08:10.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
47882024-12-19T05:08:10.839Z[ recovery-image] Dec 19 05:08:10.193 INFO O| Dec 19 05:08:10.193 INFO STEP 171 (remove_files) COMPLETE
47892024-12-19T05:08:10.843Z[ recovery-image] Dec 19 05:08:10.193 INFO O| Dec 19 05:08:10.193 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47902024-12-19T05:08:10.849Z[ recovery-image] Dec 19 05:08:10.202 INFO O| Dec 19 05:08:10.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
47912024-12-19T05:08:10.851Z[ recovery-image] Dec 19 05:08:10.203 INFO O| Dec 19 05:08:10.203 INFO STEP 172 (remove_files) COMPLETE
47922024-12-19T05:08:10.851Z[ recovery-image] Dec 19 05:08:10.203 INFO O| Dec 19 05:08:10.203 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47932024-12-19T05:08:10.859Z[ recovery-image] Dec 19 05:08:10.212 INFO O| Dec 19 05:08:10.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
47942024-12-19T05:08:10.859Z[ recovery-image] Dec 19 05:08:10.212 INFO O| Dec 19 05:08:10.212 INFO STEP 173 (remove_files) COMPLETE
47952024-12-19T05:08:10.862Z[ recovery-image] Dec 19 05:08:10.212 INFO O| Dec 19 05:08:10.212 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47962024-12-19T05:08:10.869Z[ recovery-image] Dec 19 05:08:10.222 INFO O| Dec 19 05:08:10.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
47972024-12-19T05:08:10.871Z[ recovery-image] Dec 19 05:08:10.222 INFO O| Dec 19 05:08:10.222 INFO STEP 174 (remove_files) COMPLETE
47982024-12-19T05:08:10.871Z[ recovery-image] Dec 19 05:08:10.222 INFO O| Dec 19 05:08:10.222 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47992024-12-19T05:08:10.878Z[ recovery-image] Dec 19 05:08:10.231 INFO O| Dec 19 05:08:10.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
48002024-12-19T05:08:10.878Z[ recovery-image] Dec 19 05:08:10.231 INFO O| Dec 19 05:08:10.231 INFO STEP 175 (remove_files) COMPLETE
48012024-12-19T05:08:10.881Z[ recovery-image] Dec 19 05:08:10.231 INFO O| Dec 19 05:08:10.231 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48022024-12-19T05:08:10.881Z[ host-image] Dec 19 05:08:10.233 INFO O| Dec 19 05:08:10.232 INFO O| Planning: Evaluating mediators ... Done
48032024-12-19T05:08:10.881Z[ host-image] Dec 19 05:08:10.234 INFO O| Dec 19 05:08:10.234 INFO O| Planning: Planning completed in 3.48 seconds
48042024-12-19T05:08:10.884Z[ host-image] Dec 19 05:08:10.236 INFO O| Dec 19 05:08:10.235 INFO O| Packages to install: 5
48052024-12-19T05:08:10.884Z[ host-image] Dec 19 05:08:10.236 INFO O| Dec 19 05:08:10.236 INFO O| Services to change: 2
48062024-12-19T05:08:10.889Z[ recovery-image] Dec 19 05:08:10.241 INFO O| Dec 19 05:08:10.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
48072024-12-19T05:08:10.889Z[ recovery-image] Dec 19 05:08:10.241 INFO O| Dec 19 05:08:10.241 INFO STEP 176 (remove_files) COMPLETE
48082024-12-19T05:08:10.891Z[ recovery-image] Dec 19 05:08:10.241 INFO O| Dec 19 05:08:10.241 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48092024-12-19T05:08:10.894Z[ host-image] Dec 19 05:08:10.247 INFO O| Dec 19 05:08:10.247 INFO O| Download: 0/116 items 0.0/1.4MB 0% complete
48102024-12-19T05:08:10.897Z[ recovery-image] Dec 19 05:08:10.250 INFO O| Dec 19 05:08:10.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
48112024-12-19T05:08:10.899Z[ recovery-image] Dec 19 05:08:10.250 INFO O| Dec 19 05:08:10.250 INFO STEP 177 (remove_files) COMPLETE
48122024-12-19T05:08:10.899Z[ recovery-image] Dec 19 05:08:10.250 INFO O| Dec 19 05:08:10.250 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48132024-12-19T05:08:10.907Z[ recovery-image] Dec 19 05:08:10.260 INFO O| Dec 19 05:08:10.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
48142024-12-19T05:08:10.907Z[ recovery-image] Dec 19 05:08:10.260 INFO O| Dec 19 05:08:10.260 INFO STEP 178 (remove_files) COMPLETE
48152024-12-19T05:08:10.909Z[ recovery-image] Dec 19 05:08:10.260 INFO O| Dec 19 05:08:10.260 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48162024-12-19T05:08:10.917Z[ recovery-image] Dec 19 05:08:10.270 INFO O| Dec 19 05:08:10.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
48172024-12-19T05:08:10.919Z[ recovery-image] Dec 19 05:08:10.270 INFO O| Dec 19 05:08:10.270 INFO STEP 179 (remove_files) COMPLETE
48182024-12-19T05:08:10.919Z[ recovery-image] Dec 19 05:08:10.270 INFO O| Dec 19 05:08:10.270 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48192024-12-19T05:08:10.926Z[ recovery-image] Dec 19 05:08:10.280 INFO O| Dec 19 05:08:10.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
48202024-12-19T05:08:10.926Z[ recovery-image] Dec 19 05:08:10.280 INFO O| Dec 19 05:08:10.280 INFO STEP 180 (remove_files) COMPLETE
48212024-12-19T05:08:10.928Z[ recovery-image] Dec 19 05:08:10.280 INFO O| Dec 19 05:08:10.280 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48222024-12-19T05:08:10.936Z[ recovery-image] Dec 19 05:08:10.289 INFO O| Dec 19 05:08:10.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
48232024-12-19T05:08:10.939Z[ recovery-image] Dec 19 05:08:10.289 INFO O| Dec 19 05:08:10.289 INFO STEP 181 (remove_files) COMPLETE
48242024-12-19T05:08:10.939Z[ recovery-image] Dec 19 05:08:10.289 INFO O| Dec 19 05:08:10.289 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48252024-12-19T05:08:10.946Z[ recovery-image] Dec 19 05:08:10.299 INFO O| Dec 19 05:08:10.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
48262024-12-19T05:08:10.946Z[ recovery-image] Dec 19 05:08:10.299 INFO O| Dec 19 05:08:10.299 INFO STEP 182 (remove_files) COMPLETE
48272024-12-19T05:08:10.949Z[ recovery-image] Dec 19 05:08:10.299 INFO O| Dec 19 05:08:10.299 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48282024-12-19T05:08:10.955Z[ recovery-image] Dec 19 05:08:10.309 INFO O| Dec 19 05:08:10.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
48292024-12-19T05:08:10.955Z[ recovery-image] Dec 19 05:08:10.309 INFO O| Dec 19 05:08:10.309 INFO STEP 183 (remove_files) COMPLETE
48302024-12-19T05:08:10.958Z[ recovery-image] Dec 19 05:08:10.309 INFO O| Dec 19 05:08:10.309 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48312024-12-19T05:08:10.965Z[ recovery-image] Dec 19 05:08:10.318 INFO O| Dec 19 05:08:10.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
48322024-12-19T05:08:10.965Z[ recovery-image] Dec 19 05:08:10.318 INFO O| Dec 19 05:08:10.318 INFO STEP 184 (remove_files) COMPLETE
48332024-12-19T05:08:10.967Z[ recovery-image] Dec 19 05:08:10.318 INFO O| Dec 19 05:08:10.318 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48342024-12-19T05:08:10.975Z[ recovery-image] Dec 19 05:08:10.328 INFO O| Dec 19 05:08:10.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
48352024-12-19T05:08:10.976Z[ recovery-image] Dec 19 05:08:10.328 INFO O| Dec 19 05:08:10.328 INFO STEP 185 (remove_files) COMPLETE
48362024-12-19T05:08:10.976Z[ recovery-image] Dec 19 05:08:10.328 INFO O| Dec 19 05:08:10.328 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48372024-12-19T05:08:10.984Z[ recovery-image] Dec 19 05:08:10.337 INFO O| Dec 19 05:08:10.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
48382024-12-19T05:08:10.987Z[ recovery-image] Dec 19 05:08:10.337 INFO O| Dec 19 05:08:10.337 INFO STEP 186 (remove_files) COMPLETE
48392024-12-19T05:08:10.987Z[ recovery-image] Dec 19 05:08:10.338 INFO O| Dec 19 05:08:10.337 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48402024-12-19T05:08:10.994Z[ recovery-image] Dec 19 05:08:10.347 INFO O| Dec 19 05:08:10.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
48412024-12-19T05:08:10.996Z[ recovery-image] Dec 19 05:08:10.347 INFO O| Dec 19 05:08:10.347 INFO STEP 187 (remove_files) COMPLETE
48422024-12-19T05:08:10.996Z[ recovery-image] Dec 19 05:08:10.347 INFO O| Dec 19 05:08:10.347 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48432024-12-19T05:08:11.003Z[ recovery-image] Dec 19 05:08:10.357 INFO O| Dec 19 05:08:10.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
48442024-12-19T05:08:11.003Z[ recovery-image] Dec 19 05:08:10.357 INFO O| Dec 19 05:08:10.357 INFO STEP 188 (remove_files) COMPLETE
48452024-12-19T05:08:11.003Z[ recovery-image] Dec 19 05:08:10.357 INFO O| Dec 19 05:08:10.357 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48462024-12-19T05:08:11.013Z[ recovery-image] Dec 19 05:08:10.366 INFO O| Dec 19 05:08:10.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
48472024-12-19T05:08:11.013Z[ recovery-image] Dec 19 05:08:10.366 INFO O| Dec 19 05:08:10.366 INFO STEP 189 (remove_files) COMPLETE
48482024-12-19T05:08:11.015Z[ recovery-image] Dec 19 05:08:10.366 INFO O| Dec 19 05:08:10.366 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48492024-12-19T05:08:11.022Z[ recovery-image] Dec 19 05:08:10.376 INFO O| Dec 19 05:08:10.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
48502024-12-19T05:08:11.022Z[ recovery-image] Dec 19 05:08:10.376 INFO O| Dec 19 05:08:10.376 INFO STEP 190 (remove_files) COMPLETE
48512024-12-19T05:08:11.025Z[ recovery-image] Dec 19 05:08:10.376 INFO O| Dec 19 05:08:10.376 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48522024-12-19T05:08:11.032Z[ recovery-image] Dec 19 05:08:10.385 INFO O| Dec 19 05:08:10.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
48532024-12-19T05:08:11.035Z[ recovery-image] Dec 19 05:08:10.385 INFO O| Dec 19 05:08:10.385 INFO STEP 191 (remove_files) COMPLETE
48542024-12-19T05:08:11.035Z[ recovery-image] Dec 19 05:08:10.385 INFO O| Dec 19 05:08:10.385 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48552024-12-19T05:08:11.042Z[ recovery-image] Dec 19 05:08:10.395 INFO O| Dec 19 05:08:10.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
48562024-12-19T05:08:11.042Z[ recovery-image] Dec 19 05:08:10.395 INFO O| Dec 19 05:08:10.395 INFO STEP 192 (remove_files) COMPLETE
48572024-12-19T05:08:11.044Z[ recovery-image] Dec 19 05:08:10.395 INFO O| Dec 19 05:08:10.395 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48582024-12-19T05:08:11.051Z[ recovery-image] Dec 19 05:08:10.404 INFO O| Dec 19 05:08:10.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
48592024-12-19T05:08:11.051Z[ recovery-image] Dec 19 05:08:10.404 INFO O| Dec 19 05:08:10.404 INFO STEP 193 (remove_files) COMPLETE
48602024-12-19T05:08:11.053Z[ recovery-image] Dec 19 05:08:10.404 INFO O| Dec 19 05:08:10.404 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48612024-12-19T05:08:11.061Z[ recovery-image] Dec 19 05:08:10.414 INFO O| Dec 19 05:08:10.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
48622024-12-19T05:08:11.064Z[ recovery-image] Dec 19 05:08:10.414 INFO O| Dec 19 05:08:10.414 INFO STEP 194 (remove_files) COMPLETE
48632024-12-19T05:08:11.065Z[ recovery-image] Dec 19 05:08:10.414 INFO O| Dec 19 05:08:10.414 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48642024-12-19T05:08:11.070Z[ recovery-image] Dec 19 05:08:10.423 INFO O| Dec 19 05:08:10.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
48652024-12-19T05:08:11.070Z[ recovery-image] Dec 19 05:08:10.423 INFO O| Dec 19 05:08:10.423 INFO STEP 195 (remove_files) COMPLETE
48662024-12-19T05:08:11.070Z[ recovery-image] Dec 19 05:08:10.423 INFO O| Dec 19 05:08:10.423 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48672024-12-19T05:08:11.080Z[ recovery-image] Dec 19 05:08:10.433 INFO O| Dec 19 05:08:10.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
48682024-12-19T05:08:11.082Z[ recovery-image] Dec 19 05:08:10.433 INFO O| Dec 19 05:08:10.433 INFO STEP 196 (remove_files) COMPLETE
48692024-12-19T05:08:11.082Z[ recovery-image] Dec 19 05:08:10.433 INFO O| Dec 19 05:08:10.433 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48702024-12-19T05:08:11.089Z[ recovery-image] Dec 19 05:08:10.442 INFO O| Dec 19 05:08:10.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
48712024-12-19T05:08:11.089Z[ recovery-image] Dec 19 05:08:10.442 INFO O| Dec 19 05:08:10.442 INFO STEP 197 (remove_files) COMPLETE
48722024-12-19T05:08:11.091Z[ recovery-image] Dec 19 05:08:10.442 INFO O| Dec 19 05:08:10.442 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48732024-12-19T05:08:11.098Z[ recovery-image] Dec 19 05:08:10.452 INFO O| Dec 19 05:08:10.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
48742024-12-19T05:08:11.098Z[ recovery-image] Dec 19 05:08:10.452 INFO O| Dec 19 05:08:10.452 INFO STEP 198 (remove_files) COMPLETE
48752024-12-19T05:08:11.098Z[ recovery-image] Dec 19 05:08:10.452 INFO O| Dec 19 05:08:10.452 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48762024-12-19T05:08:11.108Z[ recovery-image] Dec 19 05:08:10.461 INFO O| Dec 19 05:08:10.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
48772024-12-19T05:08:11.109Z[ recovery-image] Dec 19 05:08:10.461 INFO O| Dec 19 05:08:10.461 INFO STEP 199 (remove_files) COMPLETE
48782024-12-19T05:08:11.109Z[ recovery-image] Dec 19 05:08:10.461 INFO O| Dec 19 05:08:10.461 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48792024-12-19T05:08:11.117Z[ recovery-image] Dec 19 05:08:10.470 INFO O| Dec 19 05:08:10.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
48802024-12-19T05:08:11.117Z[ recovery-image] Dec 19 05:08:10.470 INFO O| Dec 19 05:08:10.470 INFO STEP 200 (remove_files) COMPLETE
48812024-12-19T05:08:11.117Z[ recovery-image] Dec 19 05:08:10.470 INFO O| Dec 19 05:08:10.470 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48822024-12-19T05:08:11.127Z[ recovery-image] Dec 19 05:08:10.480 INFO O| Dec 19 05:08:10.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
48832024-12-19T05:08:11.127Z[ recovery-image] Dec 19 05:08:10.480 INFO O| Dec 19 05:08:10.480 INFO STEP 201 (remove_files) COMPLETE
48842024-12-19T05:08:11.127Z[ recovery-image] Dec 19 05:08:10.480 INFO O| Dec 19 05:08:10.480 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48852024-12-19T05:08:11.136Z[ recovery-image] Dec 19 05:08:10.489 INFO O| Dec 19 05:08:10.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
48862024-12-19T05:08:11.138Z[ recovery-image] Dec 19 05:08:10.489 INFO O| Dec 19 05:08:10.489 INFO STEP 202 (remove_files) COMPLETE
48872024-12-19T05:08:11.139Z[ recovery-image] Dec 19 05:08:10.489 INFO O| Dec 19 05:08:10.489 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48882024-12-19T05:08:11.146Z[ recovery-image] Dec 19 05:08:10.499 INFO O| Dec 19 05:08:10.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
48892024-12-19T05:08:11.148Z[ recovery-image] Dec 19 05:08:10.499 INFO O| Dec 19 05:08:10.499 INFO STEP 203 (remove_files) COMPLETE
48902024-12-19T05:08:11.148Z[ recovery-image] Dec 19 05:08:10.499 INFO O| Dec 19 05:08:10.499 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48912024-12-19T05:08:11.155Z[ recovery-image] Dec 19 05:08:10.508 INFO O| Dec 19 05:08:10.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
48922024-12-19T05:08:11.158Z[ recovery-image] Dec 19 05:08:10.508 INFO O| Dec 19 05:08:10.508 INFO STEP 204 (remove_files) COMPLETE
48932024-12-19T05:08:11.158Z[ recovery-image] Dec 19 05:08:10.508 INFO O| Dec 19 05:08:10.508 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48942024-12-19T05:08:11.164Z[ recovery-image] Dec 19 05:08:10.518 INFO O| Dec 19 05:08:10.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
48952024-12-19T05:08:11.165Z[ recovery-image] Dec 19 05:08:10.518 INFO O| Dec 19 05:08:10.518 INFO STEP 205 (remove_files) COMPLETE
48962024-12-19T05:08:11.167Z[ recovery-image] Dec 19 05:08:10.518 INFO O| Dec 19 05:08:10.518 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48972024-12-19T05:08:11.174Z[ recovery-image] Dec 19 05:08:10.527 INFO O| Dec 19 05:08:10.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
48982024-12-19T05:08:11.176Z[ recovery-image] Dec 19 05:08:10.527 INFO O| Dec 19 05:08:10.527 INFO STEP 206 (remove_files) COMPLETE
48992024-12-19T05:08:11.176Z[ recovery-image] Dec 19 05:08:10.527 INFO O| Dec 19 05:08:10.527 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49002024-12-19T05:08:11.184Z[ recovery-image] Dec 19 05:08:10.537 INFO O| Dec 19 05:08:10.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
49012024-12-19T05:08:11.187Z[ recovery-image] Dec 19 05:08:10.537 INFO O| Dec 19 05:08:10.537 INFO STEP 207 (remove_files) COMPLETE
49022024-12-19T05:08:11.187Z[ recovery-image] Dec 19 05:08:10.537 INFO O| Dec 19 05:08:10.537 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49032024-12-19T05:08:11.193Z[ recovery-image] Dec 19 05:08:10.546 INFO O| Dec 19 05:08:10.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
49042024-12-19T05:08:11.193Z[ recovery-image] Dec 19 05:08:10.546 INFO O| Dec 19 05:08:10.546 INFO STEP 208 (remove_files) COMPLETE
49052024-12-19T05:08:11.195Z[ recovery-image] Dec 19 05:08:10.546 INFO O| Dec 19 05:08:10.546 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49062024-12-19T05:08:11.202Z[ recovery-image] Dec 19 05:08:10.556 INFO O| Dec 19 05:08:10.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
49072024-12-19T05:08:11.204Z[ recovery-image] Dec 19 05:08:10.556 INFO O| Dec 19 05:08:10.556 INFO STEP 209 (remove_files) COMPLETE
49082024-12-19T05:08:11.205Z[ recovery-image] Dec 19 05:08:10.556 INFO O| Dec 19 05:08:10.556 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49092024-12-19T05:08:11.212Z[ recovery-image] Dec 19 05:08:10.566 INFO O| Dec 19 05:08:10.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
49102024-12-19T05:08:11.215Z[ recovery-image] Dec 19 05:08:10.566 INFO O| Dec 19 05:08:10.566 INFO STEP 210 (remove_files) COMPLETE
49112024-12-19T05:08:11.215Z[ recovery-image] Dec 19 05:08:10.566 INFO O| Dec 19 05:08:10.566 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49122024-12-19T05:08:11.222Z[ recovery-image] Dec 19 05:08:10.575 INFO O| Dec 19 05:08:10.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
49132024-12-19T05:08:11.225Z[ recovery-image] Dec 19 05:08:10.576 INFO O| Dec 19 05:08:10.576 INFO STEP 211 (remove_files) COMPLETE
49142024-12-19T05:08:11.225Z[ recovery-image] Dec 19 05:08:10.576 INFO O| Dec 19 05:08:10.576 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49152024-12-19T05:08:11.232Z[ recovery-image] Dec 19 05:08:10.585 INFO O| Dec 19 05:08:10.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
49162024-12-19T05:08:11.232Z[ recovery-image] Dec 19 05:08:10.585 INFO O| Dec 19 05:08:10.585 INFO STEP 212 (remove_files) COMPLETE
49172024-12-19T05:08:11.234Z[ recovery-image] Dec 19 05:08:10.585 INFO O| Dec 19 05:08:10.585 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49182024-12-19T05:08:11.242Z[ recovery-image] Dec 19 05:08:10.595 INFO O| Dec 19 05:08:10.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
49192024-12-19T05:08:11.242Z[ recovery-image] Dec 19 05:08:10.595 INFO O| Dec 19 05:08:10.595 INFO STEP 213 (remove_files) COMPLETE
49202024-12-19T05:08:11.244Z[ recovery-image] Dec 19 05:08:10.595 INFO O| Dec 19 05:08:10.595 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49212024-12-19T05:08:11.251Z[ recovery-image] Dec 19 05:08:10.604 INFO O| Dec 19 05:08:10.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
49222024-12-19T05:08:11.251Z[ recovery-image] Dec 19 05:08:10.604 INFO O| Dec 19 05:08:10.604 INFO STEP 214 (remove_files) COMPLETE
49232024-12-19T05:08:11.253Z[ recovery-image] Dec 19 05:08:10.604 INFO O| Dec 19 05:08:10.604 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49242024-12-19T05:08:11.260Z[ recovery-image] Dec 19 05:08:10.613 INFO O| Dec 19 05:08:10.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
49252024-12-19T05:08:11.260Z[ recovery-image] Dec 19 05:08:10.614 INFO O| Dec 19 05:08:10.614 INFO STEP 215 (remove_files) COMPLETE
49262024-12-19T05:08:11.263Z[ recovery-image] Dec 19 05:08:10.614 INFO O| Dec 19 05:08:10.614 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49272024-12-19T05:08:11.270Z[ recovery-image] Dec 19 05:08:10.623 INFO O| Dec 19 05:08:10.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
49282024-12-19T05:08:11.273Z[ recovery-image] Dec 19 05:08:10.623 INFO O| Dec 19 05:08:10.623 INFO STEP 216 (remove_files) COMPLETE
49292024-12-19T05:08:11.273Z[ recovery-image] Dec 19 05:08:10.623 INFO O| Dec 19 05:08:10.623 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49302024-12-19T05:08:11.279Z[ recovery-image] Dec 19 05:08:10.632 INFO O| Dec 19 05:08:10.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
49312024-12-19T05:08:11.281Z[ recovery-image] Dec 19 05:08:10.632 INFO O| Dec 19 05:08:10.632 INFO STEP 217 (remove_files) COMPLETE
49322024-12-19T05:08:11.281Z[ recovery-image] Dec 19 05:08:10.632 INFO O| Dec 19 05:08:10.632 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49332024-12-19T05:08:11.288Z[ recovery-image] Dec 19 05:08:10.641 INFO O| Dec 19 05:08:10.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
49342024-12-19T05:08:11.288Z[ recovery-image] Dec 19 05:08:10.642 INFO O| Dec 19 05:08:10.642 INFO STEP 218 (remove_files) COMPLETE
49352024-12-19T05:08:11.288Z[ recovery-image] Dec 19 05:08:10.642 INFO O| Dec 19 05:08:10.642 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49362024-12-19T05:08:11.298Z[ recovery-image] Dec 19 05:08:10.651 INFO O| Dec 19 05:08:10.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
49372024-12-19T05:08:11.298Z[ recovery-image] Dec 19 05:08:10.651 INFO O| Dec 19 05:08:10.651 INFO STEP 219 (remove_files) COMPLETE
49382024-12-19T05:08:11.298Z[ recovery-image] Dec 19 05:08:10.651 INFO O| Dec 19 05:08:10.651 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49392024-12-19T05:08:11.307Z[ recovery-image] Dec 19 05:08:10.660 INFO O| Dec 19 05:08:10.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
49402024-12-19T05:08:11.309Z[ recovery-image] Dec 19 05:08:10.660 INFO O| Dec 19 05:08:10.660 INFO STEP 220 (remove_files) COMPLETE
49412024-12-19T05:08:11.309Z[ recovery-image] Dec 19 05:08:10.660 INFO O| Dec 19 05:08:10.660 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49422024-12-19T05:08:11.316Z[ recovery-image] Dec 19 05:08:10.670 INFO O| Dec 19 05:08:10.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
49432024-12-19T05:08:11.316Z[ recovery-image] Dec 19 05:08:10.670 INFO O| Dec 19 05:08:10.670 INFO STEP 221 (remove_files) COMPLETE
49442024-12-19T05:08:11.316Z[ recovery-image] Dec 19 05:08:10.670 INFO O| Dec 19 05:08:10.670 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49452024-12-19T05:08:11.326Z[ recovery-image] Dec 19 05:08:10.679 INFO O| Dec 19 05:08:10.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
49462024-12-19T05:08:11.329Z[ recovery-image] Dec 19 05:08:10.679 INFO O| Dec 19 05:08:10.679 INFO STEP 222 (remove_files) COMPLETE
49472024-12-19T05:08:11.329Z[ recovery-image] Dec 19 05:08:10.679 INFO O| Dec 19 05:08:10.679 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49482024-12-19T05:08:11.335Z[ recovery-image] Dec 19 05:08:10.688 INFO O| Dec 19 05:08:10.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
49492024-12-19T05:08:11.338Z[ recovery-image] Dec 19 05:08:10.688 INFO O| Dec 19 05:08:10.688 INFO STEP 223 (remove_files) COMPLETE
49502024-12-19T05:08:11.338Z[ recovery-image] Dec 19 05:08:10.688 INFO O| Dec 19 05:08:10.688 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49512024-12-19T05:08:11.345Z[ recovery-image] Dec 19 05:08:10.698 INFO O| Dec 19 05:08:10.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
49522024-12-19T05:08:11.345Z[ recovery-image] Dec 19 05:08:10.698 INFO O| Dec 19 05:08:10.698 INFO STEP 224 (remove_files) COMPLETE
49532024-12-19T05:08:11.347Z[ recovery-image] Dec 19 05:08:10.698 INFO O| Dec 19 05:08:10.698 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49542024-12-19T05:08:11.354Z[ recovery-image] Dec 19 05:08:10.707 INFO O| Dec 19 05:08:10.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
49552024-12-19T05:08:11.356Z[ recovery-image] Dec 19 05:08:10.707 INFO O| Dec 19 05:08:10.707 INFO STEP 225 (remove_files) COMPLETE
49562024-12-19T05:08:11.356Z[ recovery-image] Dec 19 05:08:10.707 INFO O| Dec 19 05:08:10.707 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49572024-12-19T05:08:11.364Z[ recovery-image] Dec 19 05:08:10.717 INFO O| Dec 19 05:08:10.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
49582024-12-19T05:08:11.364Z[ recovery-image] Dec 19 05:08:10.717 INFO O| Dec 19 05:08:10.717 INFO STEP 226 (remove_files) COMPLETE
49592024-12-19T05:08:11.367Z[ recovery-image] Dec 19 05:08:10.717 INFO O| Dec 19 05:08:10.717 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49602024-12-19T05:08:11.373Z[ recovery-image] Dec 19 05:08:10.726 INFO O| Dec 19 05:08:10.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
49612024-12-19T05:08:11.376Z[ recovery-image] Dec 19 05:08:10.726 INFO O| Dec 19 05:08:10.726 INFO STEP 227 (remove_files) COMPLETE
49622024-12-19T05:08:11.376Z[ recovery-image] Dec 19 05:08:10.726 INFO O| Dec 19 05:08:10.726 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49632024-12-19T05:08:11.383Z[ recovery-image] Dec 19 05:08:10.736 INFO O| Dec 19 05:08:10.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
49642024-12-19T05:08:11.383Z[ recovery-image] Dec 19 05:08:10.736 INFO O| Dec 19 05:08:10.736 INFO STEP 228 (remove_files) COMPLETE
49652024-12-19T05:08:11.383Z[ recovery-image] Dec 19 05:08:10.736 INFO O| Dec 19 05:08:10.736 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49662024-12-19T05:08:11.392Z[ recovery-image] Dec 19 05:08:10.745 INFO O| Dec 19 05:08:10.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
49672024-12-19T05:08:11.392Z[ recovery-image] Dec 19 05:08:10.745 INFO O| Dec 19 05:08:10.745 INFO STEP 229 (remove_files) COMPLETE
49682024-12-19T05:08:11.392Z[ recovery-image] Dec 19 05:08:10.745 INFO O| Dec 19 05:08:10.745 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49692024-12-19T05:08:11.402Z[ recovery-image] Dec 19 05:08:10.755 INFO O| Dec 19 05:08:10.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
49702024-12-19T05:08:11.402Z[ recovery-image] Dec 19 05:08:10.755 INFO O| Dec 19 05:08:10.755 INFO STEP 230 (remove_files) COMPLETE
49712024-12-19T05:08:11.402Z[ recovery-image] Dec 19 05:08:10.755 INFO O| Dec 19 05:08:10.755 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49722024-12-19T05:08:11.411Z[ recovery-image] Dec 19 05:08:10.764 INFO O| Dec 19 05:08:10.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
49732024-12-19T05:08:11.411Z[ recovery-image] Dec 19 05:08:10.764 INFO O| Dec 19 05:08:10.764 INFO STEP 231 (remove_files) COMPLETE
49742024-12-19T05:08:11.411Z[ recovery-image] Dec 19 05:08:10.764 INFO O| Dec 19 05:08:10.764 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49752024-12-19T05:08:11.420Z[ recovery-image] Dec 19 05:08:10.774 INFO O| Dec 19 05:08:10.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
49762024-12-19T05:08:11.420Z[ recovery-image] Dec 19 05:08:10.774 INFO O| Dec 19 05:08:10.774 INFO STEP 232 (remove_files) COMPLETE
49772024-12-19T05:08:11.423Z[ recovery-image] Dec 19 05:08:10.774 INFO O| Dec 19 05:08:10.774 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49782024-12-19T05:08:11.430Z[ recovery-image] Dec 19 05:08:10.783 INFO O| Dec 19 05:08:10.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
49792024-12-19T05:08:11.430Z[ recovery-image] Dec 19 05:08:10.783 INFO O| Dec 19 05:08:10.783 INFO STEP 233 (remove_files) COMPLETE
49802024-12-19T05:08:11.432Z[ recovery-image] Dec 19 05:08:10.783 INFO O| Dec 19 05:08:10.783 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49812024-12-19T05:08:11.439Z[ recovery-image] Dec 19 05:08:10.793 INFO O| Dec 19 05:08:10.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
49822024-12-19T05:08:11.440Z[ recovery-image] Dec 19 05:08:10.793 INFO O| Dec 19 05:08:10.793 INFO STEP 234 (remove_files) COMPLETE
49832024-12-19T05:08:11.440Z[ recovery-image] Dec 19 05:08:10.793 INFO O| Dec 19 05:08:10.793 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49842024-12-19T05:08:11.449Z[ recovery-image] Dec 19 05:08:10.802 INFO O| Dec 19 05:08:10.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
49852024-12-19T05:08:11.449Z[ recovery-image] Dec 19 05:08:10.802 INFO O| Dec 19 05:08:10.802 INFO STEP 235 (remove_files) COMPLETE
49862024-12-19T05:08:11.449Z[ recovery-image] Dec 19 05:08:10.802 INFO O| Dec 19 05:08:10.802 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49872024-12-19T05:08:11.459Z[ recovery-image] Dec 19 05:08:10.812 INFO O| Dec 19 05:08:10.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
49882024-12-19T05:08:11.459Z[ recovery-image] Dec 19 05:08:10.812 INFO O| Dec 19 05:08:10.812 INFO STEP 236 (remove_files) COMPLETE
49892024-12-19T05:08:11.459Z[ recovery-image] Dec 19 05:08:10.812 INFO O| Dec 19 05:08:10.812 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49902024-12-19T05:08:11.468Z[ recovery-image] Dec 19 05:08:10.821 INFO O| Dec 19 05:08:10.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
49912024-12-19T05:08:11.468Z[ recovery-image] Dec 19 05:08:10.821 INFO O| Dec 19 05:08:10.821 INFO STEP 237 (remove_files) COMPLETE
49922024-12-19T05:08:11.468Z[ recovery-image] Dec 19 05:08:10.821 INFO O| Dec 19 05:08:10.821 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49932024-12-19T05:08:11.477Z[ recovery-image] Dec 19 05:08:10.830 INFO O| Dec 19 05:08:10.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
49942024-12-19T05:08:11.477Z[ recovery-image] Dec 19 05:08:10.830 INFO O| Dec 19 05:08:10.830 INFO STEP 238 (remove_files) COMPLETE
49952024-12-19T05:08:11.477Z[ recovery-image] Dec 19 05:08:10.830 INFO O| Dec 19 05:08:10.830 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49962024-12-19T05:08:11.487Z[ recovery-image] Dec 19 05:08:10.840 INFO O| Dec 19 05:08:10.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
49972024-12-19T05:08:11.489Z[ recovery-image] Dec 19 05:08:10.840 INFO O| Dec 19 05:08:10.840 INFO STEP 239 (remove_files) COMPLETE
49982024-12-19T05:08:11.489Z[ recovery-image] Dec 19 05:08:10.840 INFO O| Dec 19 05:08:10.840 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49992024-12-19T05:08:11.496Z[ recovery-image] Dec 19 05:08:10.849 INFO O| Dec 19 05:08:10.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
50002024-12-19T05:08:11.496Z[ recovery-image] Dec 19 05:08:10.849 INFO O| Dec 19 05:08:10.849 INFO STEP 240 (remove_files) COMPLETE
50012024-12-19T05:08:11.496Z[ recovery-image] Dec 19 05:08:10.849 INFO O| Dec 19 05:08:10.849 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50022024-12-19T05:08:11.505Z[ recovery-image] Dec 19 05:08:10.859 INFO O| Dec 19 05:08:10.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
50032024-12-19T05:08:11.508Z[ recovery-image] Dec 19 05:08:10.859 INFO O| Dec 19 05:08:10.859 INFO STEP 241 (remove_files) COMPLETE
50042024-12-19T05:08:11.508Z[ recovery-image] Dec 19 05:08:10.859 INFO O| Dec 19 05:08:10.859 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50052024-12-19T05:08:11.515Z[ recovery-image] Dec 19 05:08:10.869 INFO O| Dec 19 05:08:10.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
50062024-12-19T05:08:11.518Z[ recovery-image] Dec 19 05:08:10.870 INFO O| Dec 19 05:08:10.869 INFO STEP 242 (remove_files) COMPLETE
50072024-12-19T05:08:11.518Z[ recovery-image] Dec 19 05:08:10.870 INFO O| Dec 19 05:08:10.870 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50082024-12-19T05:08:11.526Z[ recovery-image] Dec 19 05:08:10.879 INFO O| Dec 19 05:08:10.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
50092024-12-19T05:08:11.526Z[ recovery-image] Dec 19 05:08:10.879 INFO O| Dec 19 05:08:10.879 INFO STEP 243 (remove_files) COMPLETE
50102024-12-19T05:08:11.526Z[ recovery-image] Dec 19 05:08:10.879 INFO O| Dec 19 05:08:10.879 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50112024-12-19T05:08:11.535Z[ recovery-image] Dec 19 05:08:10.888 INFO O| Dec 19 05:08:10.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
50122024-12-19T05:08:11.538Z[ recovery-image] Dec 19 05:08:10.888 INFO O| Dec 19 05:08:10.888 INFO STEP 244 (remove_files) COMPLETE
50132024-12-19T05:08:11.538Z[ recovery-image] Dec 19 05:08:10.888 INFO O| Dec 19 05:08:10.888 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50142024-12-19T05:08:11.545Z[ recovery-image] Dec 19 05:08:10.898 INFO O| Dec 19 05:08:10.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
50152024-12-19T05:08:11.545Z[ recovery-image] Dec 19 05:08:10.898 INFO O| Dec 19 05:08:10.898 INFO STEP 245 (remove_files) COMPLETE
50162024-12-19T05:08:11.547Z[ recovery-image] Dec 19 05:08:10.898 INFO O| Dec 19 05:08:10.898 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50172024-12-19T05:08:11.554Z[ recovery-image] Dec 19 05:08:10.907 INFO O| Dec 19 05:08:10.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
50182024-12-19T05:08:11.556Z[ recovery-image] Dec 19 05:08:10.907 INFO O| Dec 19 05:08:10.907 INFO STEP 246 (remove_files) COMPLETE
50192024-12-19T05:08:11.556Z[ recovery-image] Dec 19 05:08:10.907 INFO O| Dec 19 05:08:10.907 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50202024-12-19T05:08:11.563Z[ recovery-image] Dec 19 05:08:10.917 INFO O| Dec 19 05:08:10.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
50212024-12-19T05:08:11.564Z[ recovery-image] Dec 19 05:08:10.917 INFO O| Dec 19 05:08:10.917 INFO STEP 247 (remove_files) COMPLETE
50222024-12-19T05:08:11.567Z[ recovery-image] Dec 19 05:08:10.917 INFO O| Dec 19 05:08:10.917 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50232024-12-19T05:08:11.573Z[ recovery-image] Dec 19 05:08:10.926 INFO O| Dec 19 05:08:10.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
50242024-12-19T05:08:11.573Z[ recovery-image] Dec 19 05:08:10.926 INFO O| Dec 19 05:08:10.926 INFO STEP 248 (remove_files) COMPLETE
50252024-12-19T05:08:11.575Z[ recovery-image] Dec 19 05:08:10.926 INFO O| Dec 19 05:08:10.926 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50262024-12-19T05:08:11.582Z[ recovery-image] Dec 19 05:08:10.936 INFO O| Dec 19 05:08:10.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
50272024-12-19T05:08:11.583Z[ recovery-image] Dec 19 05:08:10.936 INFO O| Dec 19 05:08:10.936 INFO STEP 249 (remove_files) COMPLETE
50282024-12-19T05:08:11.585Z[ recovery-image] Dec 19 05:08:10.936 INFO O| Dec 19 05:08:10.936 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50292024-12-19T05:08:11.592Z[ recovery-image] Dec 19 05:08:10.945 INFO O| Dec 19 05:08:10.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
50302024-12-19T05:08:11.592Z[ recovery-image] Dec 19 05:08:10.945 INFO O| Dec 19 05:08:10.945 INFO STEP 250 (remove_files) COMPLETE
50312024-12-19T05:08:11.594Z[ recovery-image] Dec 19 05:08:10.945 INFO O| Dec 19 05:08:10.945 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50322024-12-19T05:08:11.601Z[ recovery-image] Dec 19 05:08:10.954 INFO O| Dec 19 05:08:10.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
50332024-12-19T05:08:11.603Z[ recovery-image] Dec 19 05:08:10.955 INFO O| Dec 19 05:08:10.955 INFO STEP 251 (remove_files) COMPLETE
50342024-12-19T05:08:11.603Z[ recovery-image] Dec 19 05:08:10.955 INFO O| Dec 19 05:08:10.955 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50352024-12-19T05:08:11.612Z[ recovery-image] Dec 19 05:08:10.965 INFO O| Dec 19 05:08:10.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
50362024-12-19T05:08:11.614Z[ recovery-image] Dec 19 05:08:10.965 INFO O| Dec 19 05:08:10.965 INFO STEP 252 (remove_files) COMPLETE
50372024-12-19T05:08:11.614Z[ recovery-image] Dec 19 05:08:10.965 INFO O| Dec 19 05:08:10.965 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50382024-12-19T05:08:11.621Z[ recovery-image] Dec 19 05:08:10.974 INFO O| Dec 19 05:08:10.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
50392024-12-19T05:08:11.624Z[ recovery-image] Dec 19 05:08:10.974 INFO O| Dec 19 05:08:10.974 INFO STEP 253 (remove_files) COMPLETE
50402024-12-19T05:08:11.624Z[ recovery-image] Dec 19 05:08:10.975 INFO O| Dec 19 05:08:10.974 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50412024-12-19T05:08:11.631Z[ recovery-image] Dec 19 05:08:10.984 INFO O| Dec 19 05:08:10.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
50422024-12-19T05:08:11.631Z[ recovery-image] Dec 19 05:08:10.984 INFO O| Dec 19 05:08:10.984 INFO STEP 254 (remove_files) COMPLETE
50432024-12-19T05:08:11.633Z[ recovery-image] Dec 19 05:08:10.984 INFO O| Dec 19 05:08:10.984 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50442024-12-19T05:08:11.640Z[ recovery-image] Dec 19 05:08:10.994 INFO O| Dec 19 05:08:10.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
50452024-12-19T05:08:11.641Z[ recovery-image] Dec 19 05:08:10.994 INFO O| Dec 19 05:08:10.994 INFO STEP 255 (remove_files) COMPLETE
50462024-12-19T05:08:11.641Z[ recovery-image] Dec 19 05:08:10.994 INFO O| Dec 19 05:08:10.994 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50472024-12-19T05:08:11.650Z[ recovery-image] Dec 19 05:08:11.003 INFO O| Dec 19 05:08:11.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
50482024-12-19T05:08:11.652Z[ recovery-image] Dec 19 05:08:11.004 INFO O| Dec 19 05:08:11.004 INFO STEP 256 (remove_files) COMPLETE
50492024-12-19T05:08:11.653Z[ recovery-image] Dec 19 05:08:11.004 INFO O| Dec 19 05:08:11.004 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50502024-12-19T05:08:11.662Z[ recovery-image] Dec 19 05:08:11.015 INFO O| Dec 19 05:08:11.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
50512024-12-19T05:08:11.665Z[ recovery-image] Dec 19 05:08:11.015 INFO O| Dec 19 05:08:11.015 INFO STEP 257 (remove_files) COMPLETE
50522024-12-19T05:08:11.665Z[ recovery-image] Dec 19 05:08:11.015 INFO O| Dec 19 05:08:11.015 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50532024-12-19T05:08:11.671Z[ recovery-image] Dec 19 05:08:11.024 INFO O| Dec 19 05:08:11.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
50542024-12-19T05:08:11.674Z[ recovery-image] Dec 19 05:08:11.024 INFO O| Dec 19 05:08:11.024 INFO STEP 258 (remove_files) COMPLETE
50552024-12-19T05:08:11.674Z[ recovery-image] Dec 19 05:08:11.024 INFO O| Dec 19 05:08:11.024 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50562024-12-19T05:08:11.680Z[ recovery-image] Dec 19 05:08:11.034 INFO O| Dec 19 05:08:11.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
50572024-12-19T05:08:11.680Z[ recovery-image] Dec 19 05:08:11.034 INFO O| Dec 19 05:08:11.034 INFO STEP 259 (remove_files) COMPLETE
50582024-12-19T05:08:11.683Z[ recovery-image] Dec 19 05:08:11.034 INFO O| Dec 19 05:08:11.034 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50592024-12-19T05:08:11.690Z[ recovery-image] Dec 19 05:08:11.043 INFO O| Dec 19 05:08:11.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
50602024-12-19T05:08:11.690Z[ recovery-image] Dec 19 05:08:11.043 INFO O| Dec 19 05:08:11.043 INFO STEP 260 (remove_files) COMPLETE
50612024-12-19T05:08:11.693Z[ recovery-image] Dec 19 05:08:11.043 INFO O| Dec 19 05:08:11.043 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50622024-12-19T05:08:11.699Z[ recovery-image] Dec 19 05:08:11.053 INFO O| Dec 19 05:08:11.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
50632024-12-19T05:08:11.699Z[ recovery-image] Dec 19 05:08:11.053 INFO O| Dec 19 05:08:11.053 INFO STEP 261 (remove_files) COMPLETE
50642024-12-19T05:08:11.702Z[ recovery-image] Dec 19 05:08:11.053 INFO O| Dec 19 05:08:11.053 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50652024-12-19T05:08:11.709Z[ recovery-image] Dec 19 05:08:11.062 INFO O| Dec 19 05:08:11.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
50662024-12-19T05:08:11.709Z[ recovery-image] Dec 19 05:08:11.062 INFO O| Dec 19 05:08:11.062 INFO STEP 262 (remove_files) COMPLETE
50672024-12-19T05:08:11.711Z[ recovery-image] Dec 19 05:08:11.062 INFO O| Dec 19 05:08:11.062 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50682024-12-19T05:08:11.718Z[ recovery-image] Dec 19 05:08:11.071 INFO O| Dec 19 05:08:11.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
50692024-12-19T05:08:11.718Z[ recovery-image] Dec 19 05:08:11.072 INFO O| Dec 19 05:08:11.071 INFO STEP 263 (remove_files) COMPLETE
50702024-12-19T05:08:11.718Z[ recovery-image] Dec 19 05:08:11.072 INFO O| Dec 19 05:08:11.072 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50712024-12-19T05:08:11.728Z[ recovery-image] Dec 19 05:08:11.081 INFO O| Dec 19 05:08:11.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
50722024-12-19T05:08:11.728Z[ recovery-image] Dec 19 05:08:11.081 INFO O| Dec 19 05:08:11.081 INFO STEP 264 (remove_files) COMPLETE
50732024-12-19T05:08:11.728Z[ recovery-image] Dec 19 05:08:11.081 INFO O| Dec 19 05:08:11.081 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50742024-12-19T05:08:11.737Z[ recovery-image] Dec 19 05:08:11.090 INFO O| Dec 19 05:08:11.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
50752024-12-19T05:08:11.737Z[ recovery-image] Dec 19 05:08:11.090 INFO O| Dec 19 05:08:11.090 INFO STEP 265 (remove_files) COMPLETE
50762024-12-19T05:08:11.737Z[ recovery-image] Dec 19 05:08:11.090 INFO O| Dec 19 05:08:11.090 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50772024-12-19T05:08:11.746Z[ recovery-image] Dec 19 05:08:11.100 INFO O| Dec 19 05:08:11.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
50782024-12-19T05:08:11.746Z[ recovery-image] Dec 19 05:08:11.100 INFO O| Dec 19 05:08:11.100 INFO STEP 266 (remove_files) COMPLETE
50792024-12-19T05:08:11.749Z[ recovery-image] Dec 19 05:08:11.100 INFO O| Dec 19 05:08:11.100 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50802024-12-19T05:08:11.756Z[ recovery-image] Dec 19 05:08:11.109 INFO O| Dec 19 05:08:11.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
50812024-12-19T05:08:11.756Z[ recovery-image] Dec 19 05:08:11.109 INFO O| Dec 19 05:08:11.109 INFO STEP 267 (remove_files) COMPLETE
50822024-12-19T05:08:11.759Z[ recovery-image] Dec 19 05:08:11.109 INFO O| Dec 19 05:08:11.109 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50832024-12-19T05:08:11.765Z[ recovery-image] Dec 19 05:08:11.118 INFO O| Dec 19 05:08:11.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
50842024-12-19T05:08:11.767Z[ recovery-image] Dec 19 05:08:11.118 INFO O| Dec 19 05:08:11.118 INFO STEP 268 (remove_files) COMPLETE
50852024-12-19T05:08:11.767Z[ recovery-image] Dec 19 05:08:11.118 INFO O| Dec 19 05:08:11.118 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50862024-12-19T05:08:11.775Z[ recovery-image] Dec 19 05:08:11.128 INFO O| Dec 19 05:08:11.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
50872024-12-19T05:08:11.775Z[ recovery-image] Dec 19 05:08:11.128 INFO O| Dec 19 05:08:11.128 INFO STEP 269 (remove_files) COMPLETE
50882024-12-19T05:08:11.777Z[ recovery-image] Dec 19 05:08:11.128 INFO O| Dec 19 05:08:11.128 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50892024-12-19T05:08:11.784Z[ recovery-image] Dec 19 05:08:11.137 INFO O| Dec 19 05:08:11.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
50902024-12-19T05:08:11.787Z[ recovery-image] Dec 19 05:08:11.137 INFO O| Dec 19 05:08:11.137 INFO STEP 270 (remove_files) COMPLETE
50912024-12-19T05:08:11.787Z[ recovery-image] Dec 19 05:08:11.137 INFO O| Dec 19 05:08:11.137 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50922024-12-19T05:08:11.793Z[ recovery-image] Dec 19 05:08:11.147 INFO O| Dec 19 05:08:11.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
50932024-12-19T05:08:11.794Z[ recovery-image] Dec 19 05:08:11.147 INFO O| Dec 19 05:08:11.147 INFO STEP 271 (remove_files) COMPLETE
50942024-12-19T05:08:11.796Z[ recovery-image] Dec 19 05:08:11.147 INFO O| Dec 19 05:08:11.147 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50952024-12-19T05:08:11.803Z[ recovery-image] Dec 19 05:08:11.156 INFO O| Dec 19 05:08:11.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
50962024-12-19T05:08:11.803Z[ recovery-image] Dec 19 05:08:11.156 INFO O| Dec 19 05:08:11.156 INFO STEP 272 (remove_files) COMPLETE
50972024-12-19T05:08:11.805Z[ recovery-image] Dec 19 05:08:11.156 INFO O| Dec 19 05:08:11.156 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50982024-12-19T05:08:11.812Z[ recovery-image] Dec 19 05:08:11.165 INFO O| Dec 19 05:08:11.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
50992024-12-19T05:08:11.812Z[ recovery-image] Dec 19 05:08:11.165 INFO O| Dec 19 05:08:11.165 INFO STEP 273 (remove_files) COMPLETE
51002024-12-19T05:08:11.816Z[ recovery-image] Dec 19 05:08:11.166 INFO O| Dec 19 05:08:11.165 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51012024-12-19T05:08:11.822Z[ recovery-image] Dec 19 05:08:11.175 INFO O| Dec 19 05:08:11.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
51022024-12-19T05:08:11.822Z[ recovery-image] Dec 19 05:08:11.175 INFO O| Dec 19 05:08:11.175 INFO STEP 274 (remove_files) COMPLETE
51032024-12-19T05:08:11.824Z[ recovery-image] Dec 19 05:08:11.175 INFO O| Dec 19 05:08:11.175 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51042024-12-19T05:08:11.831Z[ recovery-image] Dec 19 05:08:11.184 INFO O| Dec 19 05:08:11.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
51052024-12-19T05:08:11.833Z[ recovery-image] Dec 19 05:08:11.184 INFO O| Dec 19 05:08:11.184 INFO STEP 275 (remove_files) COMPLETE
51062024-12-19T05:08:11.833Z[ recovery-image] Dec 19 05:08:11.184 INFO O| Dec 19 05:08:11.184 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51072024-12-19T05:08:11.841Z[ recovery-image] Dec 19 05:08:11.194 INFO O| Dec 19 05:08:11.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
51082024-12-19T05:08:11.841Z[ recovery-image] Dec 19 05:08:11.194 INFO O| Dec 19 05:08:11.194 INFO STEP 276 (remove_files) COMPLETE
51092024-12-19T05:08:11.841Z[ recovery-image] Dec 19 05:08:11.194 INFO O| Dec 19 05:08:11.194 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51102024-12-19T05:08:11.851Z[ recovery-image] Dec 19 05:08:11.204 INFO O| Dec 19 05:08:11.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
51112024-12-19T05:08:11.851Z[ recovery-image] Dec 19 05:08:11.204 INFO O| Dec 19 05:08:11.204 INFO STEP 277 (remove_files) COMPLETE
51122024-12-19T05:08:11.853Z[ recovery-image] Dec 19 05:08:11.204 INFO O| Dec 19 05:08:11.204 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51132024-12-19T05:08:11.860Z[ recovery-image] Dec 19 05:08:11.213 INFO O| Dec 19 05:08:11.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
51142024-12-19T05:08:11.865Z[ recovery-image] Dec 19 05:08:11.214 INFO O| Dec 19 05:08:11.214 INFO STEP 278 (remove_files) COMPLETE
51152024-12-19T05:08:11.865Z[ recovery-image] Dec 19 05:08:11.214 INFO O| Dec 19 05:08:11.214 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51162024-12-19T05:08:11.870Z[ recovery-image] Dec 19 05:08:11.223 INFO O| Dec 19 05:08:11.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
51172024-12-19T05:08:11.870Z[ recovery-image] Dec 19 05:08:11.223 INFO O| Dec 19 05:08:11.223 INFO STEP 279 (remove_files) COMPLETE
51182024-12-19T05:08:11.870Z[ recovery-image] Dec 19 05:08:11.223 INFO O| Dec 19 05:08:11.223 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51192024-12-19T05:08:11.879Z[ recovery-image] Dec 19 05:08:11.232 INFO O| Dec 19 05:08:11.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
51202024-12-19T05:08:11.879Z[ recovery-image] Dec 19 05:08:11.233 INFO O| Dec 19 05:08:11.233 INFO STEP 280 (remove_files) COMPLETE
51212024-12-19T05:08:11.882Z[ recovery-image] Dec 19 05:08:11.233 INFO O| Dec 19 05:08:11.233 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51222024-12-19T05:08:11.889Z[ recovery-image] Dec 19 05:08:11.242 INFO O| Dec 19 05:08:11.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
51232024-12-19T05:08:11.889Z[ recovery-image] Dec 19 05:08:11.242 INFO O| Dec 19 05:08:11.242 INFO STEP 281 (remove_files) COMPLETE
51242024-12-19T05:08:11.892Z[ recovery-image] Dec 19 05:08:11.242 INFO O| Dec 19 05:08:11.242 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51252024-12-19T05:08:11.899Z[ recovery-image] Dec 19 05:08:11.252 INFO O| Dec 19 05:08:11.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
51262024-12-19T05:08:11.899Z[ recovery-image] Dec 19 05:08:11.252 INFO O| Dec 19 05:08:11.252 INFO STEP 282 (remove_files) COMPLETE
51272024-12-19T05:08:11.899Z[ recovery-image] Dec 19 05:08:11.252 INFO O| Dec 19 05:08:11.252 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51282024-12-19T05:08:11.902Z[ host-image] Dec 19 05:08:11.255 INFO O| Dec 19 05:08:11.255 INFO O| Download: Completed 1.45 MB in 1.01 seconds (1.4M/s)
51292024-12-19T05:08:11.909Z[ recovery-image] Dec 19 05:08:11.262 INFO O| Dec 19 05:08:11.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
51302024-12-19T05:08:11.909Z[ recovery-image] Dec 19 05:08:11.262 INFO O| Dec 19 05:08:11.262 INFO STEP 283 (remove_files) COMPLETE
51312024-12-19T05:08:11.911Z[ recovery-image] Dec 19 05:08:11.262 INFO O| Dec 19 05:08:11.262 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51322024-12-19T05:08:11.919Z[ recovery-image] Dec 19 05:08:11.272 INFO O| Dec 19 05:08:11.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
51332024-12-19T05:08:11.919Z[ recovery-image] Dec 19 05:08:11.272 INFO O| Dec 19 05:08:11.272 INFO STEP 284 (remove_files) COMPLETE
51342024-12-19T05:08:11.921Z[ recovery-image] Dec 19 05:08:11.272 INFO O| Dec 19 05:08:11.272 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51352024-12-19T05:08:11.929Z[ recovery-image] Dec 19 05:08:11.282 INFO O| Dec 19 05:08:11.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
51362024-12-19T05:08:11.931Z[ recovery-image] Dec 19 05:08:11.282 INFO O| Dec 19 05:08:11.282 INFO STEP 285 (remove_files) COMPLETE
51372024-12-19T05:08:11.931Z[ recovery-image] Dec 19 05:08:11.282 INFO O| Dec 19 05:08:11.282 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51382024-12-19T05:08:11.931Z[ host-image] Dec 19 05:08:11.284 INFO O| Dec 19 05:08:11.284 INFO O| Actions: 1/305 actions (Installing new actions)
51392024-12-19T05:08:11.940Z[ recovery-image] Dec 19 05:08:11.292 INFO O| Dec 19 05:08:11.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
51402024-12-19T05:08:11.940Z[ recovery-image] Dec 19 05:08:11.292 INFO O| Dec 19 05:08:11.292 INFO STEP 286 (remove_files) COMPLETE
51412024-12-19T05:08:11.943Z[ recovery-image] Dec 19 05:08:11.292 INFO O| Dec 19 05:08:11.292 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51422024-12-19T05:08:11.948Z[ recovery-image] Dec 19 05:08:11.301 INFO O| Dec 19 05:08:11.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
51432024-12-19T05:08:11.948Z[ recovery-image] Dec 19 05:08:11.301 INFO O| Dec 19 05:08:11.301 INFO STEP 287 (remove_files) COMPLETE
51442024-12-19T05:08:11.948Z[ recovery-image] Dec 19 05:08:11.301 INFO O| Dec 19 05:08:11.301 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51452024-12-19T05:08:11.958Z[ recovery-image] Dec 19 05:08:11.311 INFO O| Dec 19 05:08:11.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
51462024-12-19T05:08:11.958Z[ recovery-image] Dec 19 05:08:11.311 INFO O| Dec 19 05:08:11.311 INFO STEP 288 (remove_files) COMPLETE
51472024-12-19T05:08:11.960Z[ recovery-image] Dec 19 05:08:11.311 INFO O| Dec 19 05:08:11.311 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51482024-12-19T05:08:11.967Z[ recovery-image] Dec 19 05:08:11.320 INFO O| Dec 19 05:08:11.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
51492024-12-19T05:08:11.967Z[ recovery-image] Dec 19 05:08:11.321 INFO O| Dec 19 05:08:11.321 INFO STEP 289 (remove_files) COMPLETE
51502024-12-19T05:08:11.970Z[ recovery-image] Dec 19 05:08:11.321 INFO O| Dec 19 05:08:11.321 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51512024-12-19T05:08:11.977Z[ recovery-image] Dec 19 05:08:11.330 INFO O| Dec 19 05:08:11.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
51522024-12-19T05:08:11.979Z[ recovery-image] Dec 19 05:08:11.330 INFO O| Dec 19 05:08:11.330 INFO STEP 290 (remove_files) COMPLETE
51532024-12-19T05:08:11.979Z[ recovery-image] Dec 19 05:08:11.330 INFO O| Dec 19 05:08:11.330 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51542024-12-19T05:08:11.986Z[ recovery-image] Dec 19 05:08:11.340 INFO O| Dec 19 05:08:11.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
51552024-12-19T05:08:11.986Z[ recovery-image] Dec 19 05:08:11.340 INFO O| Dec 19 05:08:11.340 INFO STEP 291 (remove_files) COMPLETE
51562024-12-19T05:08:11.989Z[ recovery-image] Dec 19 05:08:11.340 INFO O| Dec 19 05:08:11.340 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51572024-12-19T05:08:11.996Z[ recovery-image] Dec 19 05:08:11.349 INFO O| Dec 19 05:08:11.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
51582024-12-19T05:08:11.998Z[ recovery-image] Dec 19 05:08:11.349 INFO O| Dec 19 05:08:11.349 INFO STEP 292 (remove_files) COMPLETE
51592024-12-19T05:08:11.998Z[ recovery-image] Dec 19 05:08:11.349 INFO O| Dec 19 05:08:11.349 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51602024-12-19T05:08:12.006Z[ recovery-image] Dec 19 05:08:11.359 INFO O| Dec 19 05:08:11.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
51612024-12-19T05:08:12.006Z[ recovery-image] Dec 19 05:08:11.359 INFO O| Dec 19 05:08:11.359 INFO STEP 293 (remove_files) COMPLETE
51622024-12-19T05:08:12.009Z[ recovery-image] Dec 19 05:08:11.359 INFO O| Dec 19 05:08:11.359 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51632024-12-19T05:08:12.015Z[ recovery-image] Dec 19 05:08:11.369 INFO O| Dec 19 05:08:11.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
51642024-12-19T05:08:12.016Z[ recovery-image] Dec 19 05:08:11.369 INFO O| Dec 19 05:08:11.369 INFO STEP 294 (remove_files) COMPLETE
51652024-12-19T05:08:12.016Z[ recovery-image] Dec 19 05:08:11.369 INFO O| Dec 19 05:08:11.369 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51662024-12-19T05:08:12.026Z[ recovery-image] Dec 19 05:08:11.379 INFO O| Dec 19 05:08:11.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
51672024-12-19T05:08:12.026Z[ recovery-image] Dec 19 05:08:11.379 INFO O| Dec 19 05:08:11.379 INFO STEP 295 (remove_files) COMPLETE
51682024-12-19T05:08:12.026Z[ recovery-image] Dec 19 05:08:11.379 INFO O| Dec 19 05:08:11.379 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51692024-12-19T05:08:12.033Z[ host-image] Dec 19 05:08:11.386 INFO O| Dec 19 05:08:11.386 INFO O| Actions: Completed 305 actions in 0.10 seconds.
51702024-12-19T05:08:12.036Z[ recovery-image] Dec 19 05:08:11.389 INFO O| Dec 19 05:08:11.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
51712024-12-19T05:08:12.036Z[ recovery-image] Dec 19 05:08:11.389 INFO O| Dec 19 05:08:11.389 INFO STEP 296 (remove_files) COMPLETE
51722024-12-19T05:08:12.036Z[ recovery-image] Dec 19 05:08:11.389 INFO O| Dec 19 05:08:11.389 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51732024-12-19T05:08:12.045Z[ recovery-image] Dec 19 05:08:11.398 INFO O| Dec 19 05:08:11.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
51742024-12-19T05:08:12.045Z[ recovery-image] Dec 19 05:08:11.398 INFO O| Dec 19 05:08:11.398 INFO STEP 297 (remove_files) COMPLETE
51752024-12-19T05:08:12.045Z[ recovery-image] Dec 19 05:08:11.398 INFO O| Dec 19 05:08:11.398 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51762024-12-19T05:08:12.055Z[ recovery-image] Dec 19 05:08:11.408 INFO O| Dec 19 05:08:11.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
51772024-12-19T05:08:12.055Z[ recovery-image] Dec 19 05:08:11.408 INFO O| Dec 19 05:08:11.408 INFO STEP 298 (remove_files) COMPLETE
51782024-12-19T05:08:12.058Z[ recovery-image] Dec 19 05:08:11.408 INFO O| Dec 19 05:08:11.408 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51792024-12-19T05:08:12.065Z[ recovery-image] Dec 19 05:08:11.418 INFO O| Dec 19 05:08:11.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
51802024-12-19T05:08:12.065Z[ recovery-image] Dec 19 05:08:11.418 INFO O| Dec 19 05:08:11.418 INFO STEP 299 (remove_files) COMPLETE
51812024-12-19T05:08:12.067Z[ recovery-image] Dec 19 05:08:11.418 INFO O| Dec 19 05:08:11.418 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51822024-12-19T05:08:12.075Z[ recovery-image] Dec 19 05:08:11.428 INFO O| Dec 19 05:08:11.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
51832024-12-19T05:08:12.075Z[ recovery-image] Dec 19 05:08:11.428 INFO O| Dec 19 05:08:11.428 INFO STEP 300 (remove_files) COMPLETE
51842024-12-19T05:08:12.078Z[ recovery-image] Dec 19 05:08:11.428 INFO O| Dec 19 05:08:11.428 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51852024-12-19T05:08:12.085Z[ recovery-image] Dec 19 05:08:11.438 INFO O| Dec 19 05:08:11.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
51862024-12-19T05:08:12.085Z[ recovery-image] Dec 19 05:08:11.438 INFO O| Dec 19 05:08:11.438 INFO STEP 301 (remove_files) COMPLETE
51872024-12-19T05:08:12.085Z[ recovery-image] Dec 19 05:08:11.438 INFO O| Dec 19 05:08:11.438 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51882024-12-19T05:08:12.095Z[ recovery-image] Dec 19 05:08:11.448 INFO O| Dec 19 05:08:11.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
51892024-12-19T05:08:12.095Z[ recovery-image] Dec 19 05:08:11.448 INFO O| Dec 19 05:08:11.448 INFO STEP 302 (remove_files) COMPLETE
51902024-12-19T05:08:12.095Z[ recovery-image] Dec 19 05:08:11.448 INFO O| Dec 19 05:08:11.448 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51912024-12-19T05:08:12.105Z[ recovery-image] Dec 19 05:08:11.458 INFO O| Dec 19 05:08:11.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
51922024-12-19T05:08:12.105Z[ recovery-image] Dec 19 05:08:11.458 INFO O| Dec 19 05:08:11.458 INFO STEP 303 (remove_files) COMPLETE
51932024-12-19T05:08:12.108Z[ recovery-image] Dec 19 05:08:11.458 INFO O| Dec 19 05:08:11.458 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51942024-12-19T05:08:12.115Z[ recovery-image] Dec 19 05:08:11.468 INFO O| Dec 19 05:08:11.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
51952024-12-19T05:08:12.115Z[ recovery-image] Dec 19 05:08:11.468 INFO O| Dec 19 05:08:11.468 INFO STEP 304 (remove_files) COMPLETE
51962024-12-19T05:08:12.115Z[ recovery-image] Dec 19 05:08:11.468 INFO O| Dec 19 05:08:11.468 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51972024-12-19T05:08:12.124Z[ recovery-image] Dec 19 05:08:11.477 INFO O| Dec 19 05:08:11.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
51982024-12-19T05:08:12.124Z[ recovery-image] Dec 19 05:08:11.477 INFO O| Dec 19 05:08:11.477 INFO STEP 305 (remove_files) COMPLETE
51992024-12-19T05:08:12.127Z[ recovery-image] Dec 19 05:08:11.477 INFO O| Dec 19 05:08:11.477 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52002024-12-19T05:08:12.134Z[ recovery-image] Dec 19 05:08:11.487 INFO O| Dec 19 05:08:11.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
52012024-12-19T05:08:12.137Z[ recovery-image] Dec 19 05:08:11.487 INFO O| Dec 19 05:08:11.487 INFO STEP 306 (remove_files) COMPLETE
52022024-12-19T05:08:12.137Z[ recovery-image] Dec 19 05:08:11.487 INFO O| Dec 19 05:08:11.487 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52032024-12-19T05:08:12.144Z[ recovery-image] Dec 19 05:08:11.497 INFO O| Dec 19 05:08:11.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
52042024-12-19T05:08:12.147Z[ recovery-image] Dec 19 05:08:11.497 INFO O| Dec 19 05:08:11.497 INFO STEP 307 (remove_files) COMPLETE
52052024-12-19T05:08:12.147Z[ recovery-image] Dec 19 05:08:11.497 INFO O| Dec 19 05:08:11.497 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52062024-12-19T05:08:12.154Z[ recovery-image] Dec 19 05:08:11.507 INFO O| Dec 19 05:08:11.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
52072024-12-19T05:08:12.155Z[ recovery-image] Dec 19 05:08:11.507 INFO O| Dec 19 05:08:11.507 INFO STEP 308 (remove_files) COMPLETE
52082024-12-19T05:08:12.155Z[ recovery-image] Dec 19 05:08:11.507 INFO O| Dec 19 05:08:11.507 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52092024-12-19T05:08:12.167Z[ recovery-image] Dec 19 05:08:11.517 INFO O| Dec 19 05:08:11.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
52102024-12-19T05:08:12.167Z[ recovery-image] Dec 19 05:08:11.517 INFO O| Dec 19 05:08:11.517 INFO STEP 309 (remove_files) COMPLETE
52112024-12-19T05:08:12.167Z[ recovery-image] Dec 19 05:08:11.517 INFO O| Dec 19 05:08:11.517 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52122024-12-19T05:08:12.174Z[ recovery-image] Dec 19 05:08:11.527 INFO O| Dec 19 05:08:11.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
52132024-12-19T05:08:12.174Z[ recovery-image] Dec 19 05:08:11.527 INFO O| Dec 19 05:08:11.527 INFO STEP 310 (remove_files) COMPLETE
52142024-12-19T05:08:12.176Z[ recovery-image] Dec 19 05:08:11.527 INFO O| Dec 19 05:08:11.527 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52152024-12-19T05:08:12.184Z[ recovery-image] Dec 19 05:08:11.537 INFO O| Dec 19 05:08:11.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
52162024-12-19T05:08:12.184Z[ recovery-image] Dec 19 05:08:11.537 INFO O| Dec 19 05:08:11.537 INFO STEP 311 (remove_files) COMPLETE
52172024-12-19T05:08:12.187Z[ recovery-image] Dec 19 05:08:11.537 INFO O| Dec 19 05:08:11.537 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52182024-12-19T05:08:12.194Z[ recovery-image] Dec 19 05:08:11.547 INFO O| Dec 19 05:08:11.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
52192024-12-19T05:08:12.197Z[ recovery-image] Dec 19 05:08:11.547 INFO O| Dec 19 05:08:11.547 INFO STEP 312 (remove_files) COMPLETE
52202024-12-19T05:08:12.197Z[ recovery-image] Dec 19 05:08:11.547 INFO O| Dec 19 05:08:11.547 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52212024-12-19T05:08:12.203Z[ recovery-image] Dec 19 05:08:11.557 INFO O| Dec 19 05:08:11.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
52222024-12-19T05:08:12.203Z[ recovery-image] Dec 19 05:08:11.557 INFO O| Dec 19 05:08:11.557 INFO STEP 313 (remove_files) COMPLETE
52232024-12-19T05:08:12.203Z[ recovery-image] Dec 19 05:08:11.557 INFO O| Dec 19 05:08:11.557 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52242024-12-19T05:08:12.213Z[ recovery-image] Dec 19 05:08:11.566 INFO O| Dec 19 05:08:11.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
52252024-12-19T05:08:12.213Z[ recovery-image] Dec 19 05:08:11.567 INFO O| Dec 19 05:08:11.567 INFO STEP 314 (remove_files) COMPLETE
52262024-12-19T05:08:12.214Z[ recovery-image] Dec 19 05:08:11.567 INFO O| Dec 19 05:08:11.567 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52272024-12-19T05:08:12.223Z[ recovery-image] Dec 19 05:08:11.576 INFO O| Dec 19 05:08:11.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
52282024-12-19T05:08:12.223Z[ recovery-image] Dec 19 05:08:11.576 INFO O| Dec 19 05:08:11.576 INFO STEP 315 (remove_files) COMPLETE
52292024-12-19T05:08:12.223Z[ recovery-image] Dec 19 05:08:11.576 INFO O| Dec 19 05:08:11.576 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52302024-12-19T05:08:12.233Z[ recovery-image] Dec 19 05:08:11.586 INFO O| Dec 19 05:08:11.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
52312024-12-19T05:08:12.233Z[ recovery-image] Dec 19 05:08:11.586 INFO O| Dec 19 05:08:11.586 INFO STEP 316 (remove_files) COMPLETE
52322024-12-19T05:08:12.235Z[ recovery-image] Dec 19 05:08:11.586 INFO O| Dec 19 05:08:11.586 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52332024-12-19T05:08:12.243Z[ recovery-image] Dec 19 05:08:11.596 INFO O| Dec 19 05:08:11.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
52342024-12-19T05:08:12.243Z[ recovery-image] Dec 19 05:08:11.596 INFO O| Dec 19 05:08:11.596 INFO STEP 317 (remove_files) COMPLETE
52352024-12-19T05:08:12.243Z[ recovery-image] Dec 19 05:08:11.596 INFO O| Dec 19 05:08:11.596 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52362024-12-19T05:08:12.253Z[ recovery-image] Dec 19 05:08:11.606 INFO O| Dec 19 05:08:11.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
52372024-12-19T05:08:12.253Z[ recovery-image] Dec 19 05:08:11.606 INFO O| Dec 19 05:08:11.606 INFO STEP 318 (remove_files) COMPLETE
52382024-12-19T05:08:12.256Z[ recovery-image] Dec 19 05:08:11.606 INFO O| Dec 19 05:08:11.606 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52392024-12-19T05:08:12.263Z[ recovery-image] Dec 19 05:08:11.616 INFO O| Dec 19 05:08:11.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
52402024-12-19T05:08:12.263Z[ recovery-image] Dec 19 05:08:11.616 INFO O| Dec 19 05:08:11.616 INFO STEP 319 (remove_files) COMPLETE
52412024-12-19T05:08:12.265Z[ recovery-image] Dec 19 05:08:11.616 INFO O| Dec 19 05:08:11.616 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52422024-12-19T05:08:12.276Z[ recovery-image] Dec 19 05:08:11.629 INFO O| Dec 19 05:08:11.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
52432024-12-19T05:08:12.276Z[ recovery-image] Dec 19 05:08:11.629 INFO O| Dec 19 05:08:11.629 INFO STEP 320 (remove_files) COMPLETE
52442024-12-19T05:08:12.276Z[ recovery-image] Dec 19 05:08:11.629 INFO O| Dec 19 05:08:11.629 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52452024-12-19T05:08:12.287Z[ recovery-image] Dec 19 05:08:11.640 INFO O| Dec 19 05:08:11.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
52462024-12-19T05:08:12.287Z[ recovery-image] Dec 19 05:08:11.640 INFO O| Dec 19 05:08:11.640 INFO STEP 321 (remove_files) COMPLETE
52472024-12-19T05:08:12.290Z[ recovery-image] Dec 19 05:08:11.640 INFO O| Dec 19 05:08:11.640 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52482024-12-19T05:08:12.299Z[ recovery-image] Dec 19 05:08:11.652 INFO O| Dec 19 05:08:11.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
52492024-12-19T05:08:12.299Z[ recovery-image] Dec 19 05:08:11.652 INFO O| Dec 19 05:08:11.652 INFO STEP 322 (remove_files) COMPLETE
52502024-12-19T05:08:12.299Z[ recovery-image] Dec 19 05:08:11.652 INFO O| Dec 19 05:08:11.652 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52512024-12-19T05:08:12.310Z[ recovery-image] Dec 19 05:08:11.663 INFO O| Dec 19 05:08:11.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
52522024-12-19T05:08:12.310Z[ recovery-image] Dec 19 05:08:11.663 INFO O| Dec 19 05:08:11.663 INFO STEP 323 (remove_files) COMPLETE
52532024-12-19T05:08:12.313Z[ recovery-image] Dec 19 05:08:11.663 INFO O| Dec 19 05:08:11.663 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52542024-12-19T05:08:12.320Z[ recovery-image] Dec 19 05:08:11.673 INFO O| Dec 19 05:08:11.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
52552024-12-19T05:08:12.320Z[ recovery-image] Dec 19 05:08:11.673 INFO O| Dec 19 05:08:11.673 INFO STEP 324 (remove_files) COMPLETE
52562024-12-19T05:08:12.320Z[ recovery-image] Dec 19 05:08:11.673 INFO O| Dec 19 05:08:11.673 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52572024-12-19T05:08:12.331Z[ recovery-image] Dec 19 05:08:11.684 INFO O| Dec 19 05:08:11.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
52582024-12-19T05:08:12.333Z[ recovery-image] Dec 19 05:08:11.684 INFO O| Dec 19 05:08:11.684 INFO STEP 325 (remove_files) COMPLETE
52592024-12-19T05:08:12.333Z[ recovery-image] Dec 19 05:08:11.684 INFO O| Dec 19 05:08:11.684 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52602024-12-19T05:08:12.342Z[ recovery-image] Dec 19 05:08:11.695 INFO O| Dec 19 05:08:11.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
52612024-12-19T05:08:12.342Z[ recovery-image] Dec 19 05:08:11.695 INFO O| Dec 19 05:08:11.695 INFO STEP 326 (remove_files) COMPLETE
52622024-12-19T05:08:12.344Z[ recovery-image] Dec 19 05:08:11.695 INFO O| Dec 19 05:08:11.695 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52632024-12-19T05:08:12.353Z[ recovery-image] Dec 19 05:08:11.706 INFO O| Dec 19 05:08:11.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
52642024-12-19T05:08:12.353Z[ recovery-image] Dec 19 05:08:11.706 INFO O| Dec 19 05:08:11.706 INFO STEP 327 (remove_files) COMPLETE
52652024-12-19T05:08:12.353Z[ recovery-image] Dec 19 05:08:11.706 INFO O| Dec 19 05:08:11.706 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52662024-12-19T05:08:12.364Z[ recovery-image] Dec 19 05:08:11.717 INFO O| Dec 19 05:08:11.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
52672024-12-19T05:08:12.365Z[ recovery-image] Dec 19 05:08:11.717 INFO O| Dec 19 05:08:11.717 INFO STEP 328 (remove_files) COMPLETE
52682024-12-19T05:08:12.365Z[ recovery-image] Dec 19 05:08:11.717 INFO O| Dec 19 05:08:11.717 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52692024-12-19T05:08:12.376Z[ recovery-image] Dec 19 05:08:11.729 INFO O| Dec 19 05:08:11.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
52702024-12-19T05:08:12.378Z[ recovery-image] Dec 19 05:08:11.730 INFO O| Dec 19 05:08:11.730 INFO STEP 329 (remove_files) COMPLETE
52712024-12-19T05:08:12.378Z[ recovery-image] Dec 19 05:08:11.730 INFO O| Dec 19 05:08:11.730 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52722024-12-19T05:08:12.387Z[ recovery-image] Dec 19 05:08:11.741 INFO O| Dec 19 05:08:11.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
52732024-12-19T05:08:12.388Z[ recovery-image] Dec 19 05:08:11.741 INFO O| Dec 19 05:08:11.741 INFO STEP 330 (remove_files) COMPLETE
52742024-12-19T05:08:12.390Z[ recovery-image] Dec 19 05:08:11.741 INFO O| Dec 19 05:08:11.741 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52752024-12-19T05:08:12.399Z[ recovery-image] Dec 19 05:08:11.751 INFO O| Dec 19 05:08:11.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
52762024-12-19T05:08:12.399Z[ recovery-image] Dec 19 05:08:11.751 INFO O| Dec 19 05:08:11.751 INFO STEP 331 (remove_files) COMPLETE
52772024-12-19T05:08:12.399Z[ recovery-image] Dec 19 05:08:11.751 INFO O| Dec 19 05:08:11.751 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52782024-12-19T05:08:12.402Z[ host-image] Dec 19 05:08:11.755 INFO O| Dec 19 05:08:11.755 INFO O| Done
52792024-12-19T05:08:12.405Z[ host-image] Dec 19 05:08:11.755 INFO O| Dec 19 05:08:11.755 INFO O| Done
52802024-12-19T05:08:12.409Z[ recovery-image] Dec 19 05:08:11.762 INFO O| Dec 19 05:08:11.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
52812024-12-19T05:08:12.411Z[ recovery-image] Dec 19 05:08:11.763 INFO O| Dec 19 05:08:11.763 INFO STEP 332 (remove_files) COMPLETE
52822024-12-19T05:08:12.411Z[ recovery-image] Dec 19 05:08:11.763 INFO O| Dec 19 05:08:11.763 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52832024-12-19T05:08:12.419Z[ recovery-image] Dec 19 05:08:11.773 INFO O| Dec 19 05:08:11.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
52842024-12-19T05:08:12.419Z[ recovery-image] Dec 19 05:08:11.773 INFO O| Dec 19 05:08:11.773 INFO STEP 333 (remove_files) COMPLETE
52852024-12-19T05:08:12.420Z[ recovery-image] Dec 19 05:08:11.773 INFO O| Dec 19 05:08:11.773 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52862024-12-19T05:08:12.430Z[ recovery-image] Dec 19 05:08:11.783 INFO O| Dec 19 05:08:11.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
52872024-12-19T05:08:12.430Z[ recovery-image] Dec 19 05:08:11.783 INFO O| Dec 19 05:08:11.783 INFO STEP 334 (remove_files) COMPLETE
52882024-12-19T05:08:12.432Z[ recovery-image] Dec 19 05:08:11.783 INFO O| Dec 19 05:08:11.783 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52892024-12-19T05:08:12.439Z[ recovery-image] Dec 19 05:08:11.792 INFO O| Dec 19 05:08:11.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
52902024-12-19T05:08:12.442Z[ recovery-image] Dec 19 05:08:11.793 INFO O| Dec 19 05:08:11.793 INFO STEP 335 (remove_files) COMPLETE
52912024-12-19T05:08:12.442Z[ recovery-image] Dec 19 05:08:11.793 INFO O| Dec 19 05:08:11.793 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52922024-12-19T05:08:12.449Z[ recovery-image] Dec 19 05:08:11.802 INFO O| Dec 19 05:08:11.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
52932024-12-19T05:08:12.449Z[ recovery-image] Dec 19 05:08:11.802 INFO O| Dec 19 05:08:11.802 INFO STEP 336 (remove_files) COMPLETE
52942024-12-19T05:08:12.451Z[ recovery-image] Dec 19 05:08:11.802 INFO O| Dec 19 05:08:11.802 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52952024-12-19T05:08:12.459Z[ recovery-image] Dec 19 05:08:11.812 INFO O| Dec 19 05:08:11.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
52962024-12-19T05:08:12.461Z[ recovery-image] Dec 19 05:08:11.812 INFO O| Dec 19 05:08:11.812 INFO STEP 337 (remove_files) COMPLETE
52972024-12-19T05:08:12.461Z[ recovery-image] Dec 19 05:08:11.812 INFO O| Dec 19 05:08:11.812 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52982024-12-19T05:08:12.468Z[ recovery-image] Dec 19 05:08:11.821 INFO O| Dec 19 05:08:11.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
52992024-12-19T05:08:12.468Z[ recovery-image] Dec 19 05:08:11.821 INFO O| Dec 19 05:08:11.821 INFO STEP 338 (remove_files) COMPLETE
53002024-12-19T05:08:12.471Z[ recovery-image] Dec 19 05:08:11.822 INFO O| Dec 19 05:08:11.821 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53012024-12-19T05:08:12.478Z[ recovery-image] Dec 19 05:08:11.831 INFO O| Dec 19 05:08:11.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
53022024-12-19T05:08:12.478Z[ recovery-image] Dec 19 05:08:11.831 INFO O| Dec 19 05:08:11.831 INFO STEP 339 (remove_files) COMPLETE
53032024-12-19T05:08:12.480Z[ recovery-image] Dec 19 05:08:11.831 INFO O| Dec 19 05:08:11.831 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53042024-12-19T05:08:12.487Z[ recovery-image] Dec 19 05:08:11.840 INFO O| Dec 19 05:08:11.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
53052024-12-19T05:08:12.490Z[ recovery-image] Dec 19 05:08:11.841 INFO O| Dec 19 05:08:11.841 INFO STEP 340 (remove_files) COMPLETE
53062024-12-19T05:08:12.490Z[ recovery-image] Dec 19 05:08:11.841 INFO O| Dec 19 05:08:11.841 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53072024-12-19T05:08:12.497Z[ recovery-image] Dec 19 05:08:11.850 INFO O| Dec 19 05:08:11.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
53082024-12-19T05:08:12.497Z[ recovery-image] Dec 19 05:08:11.850 INFO O| Dec 19 05:08:11.850 INFO STEP 341 (remove_files) COMPLETE
53092024-12-19T05:08:12.500Z[ recovery-image] Dec 19 05:08:11.850 INFO O| Dec 19 05:08:11.850 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53102024-12-19T05:08:12.506Z[ recovery-image] Dec 19 05:08:11.859 INFO O| Dec 19 05:08:11.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
53112024-12-19T05:08:12.506Z[ recovery-image] Dec 19 05:08:11.859 INFO O| Dec 19 05:08:11.859 INFO STEP 342 (remove_files) COMPLETE
53122024-12-19T05:08:12.506Z[ recovery-image] Dec 19 05:08:11.859 INFO O| Dec 19 05:08:11.859 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53132024-12-19T05:08:12.516Z[ recovery-image] Dec 19 05:08:11.870 INFO O| Dec 19 05:08:11.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
53142024-12-19T05:08:12.519Z[ recovery-image] Dec 19 05:08:11.870 INFO O| Dec 19 05:08:11.870 INFO STEP 343 (remove_files) COMPLETE
53152024-12-19T05:08:12.519Z[ recovery-image] Dec 19 05:08:11.870 INFO O| Dec 19 05:08:11.870 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53162024-12-19T05:08:12.526Z[ recovery-image] Dec 19 05:08:11.879 INFO O| Dec 19 05:08:11.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
53172024-12-19T05:08:12.526Z[ recovery-image] Dec 19 05:08:11.879 INFO O| Dec 19 05:08:11.879 INFO STEP 344 (remove_files) COMPLETE
53182024-12-19T05:08:12.526Z[ recovery-image] Dec 19 05:08:11.879 INFO O| Dec 19 05:08:11.879 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53192024-12-19T05:08:12.536Z[ recovery-image] Dec 19 05:08:11.889 INFO O| Dec 19 05:08:11.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
53202024-12-19T05:08:12.536Z[ recovery-image] Dec 19 05:08:11.889 INFO O| Dec 19 05:08:11.889 INFO STEP 345 (remove_files) COMPLETE
53212024-12-19T05:08:12.536Z[ recovery-image] Dec 19 05:08:11.889 INFO O| Dec 19 05:08:11.889 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53222024-12-19T05:08:12.547Z[ recovery-image] Dec 19 05:08:11.899 INFO O| Dec 19 05:08:11.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
53232024-12-19T05:08:12.550Z[ recovery-image] Dec 19 05:08:11.900 INFO O| Dec 19 05:08:11.899 INFO STEP 346 (remove_files) COMPLETE
53242024-12-19T05:08:12.550Z[ recovery-image] Dec 19 05:08:11.900 INFO O| Dec 19 05:08:11.900 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53252024-12-19T05:08:12.556Z[ recovery-image] Dec 19 05:08:11.909 INFO O| Dec 19 05:08:11.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
53262024-12-19T05:08:12.560Z[ recovery-image] Dec 19 05:08:11.909 INFO O| Dec 19 05:08:11.909 INFO STEP 347 (remove_files) COMPLETE
53272024-12-19T05:08:12.560Z[ recovery-image] Dec 19 05:08:11.909 INFO O| Dec 19 05:08:11.909 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53282024-12-19T05:08:12.566Z[ recovery-image] Dec 19 05:08:11.919 INFO O| Dec 19 05:08:11.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
53292024-12-19T05:08:12.568Z[ recovery-image] Dec 19 05:08:11.919 INFO O| Dec 19 05:08:11.919 INFO STEP 348 (remove_files) COMPLETE
53302024-12-19T05:08:12.568Z[ recovery-image] Dec 19 05:08:11.919 INFO O| Dec 19 05:08:11.919 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53312024-12-19T05:08:12.575Z[ recovery-image] Dec 19 05:08:11.928 INFO O| Dec 19 05:08:11.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
53322024-12-19T05:08:12.578Z[ recovery-image] Dec 19 05:08:11.928 INFO O| Dec 19 05:08:11.928 INFO STEP 349 (remove_files) COMPLETE
53332024-12-19T05:08:12.578Z[ recovery-image] Dec 19 05:08:11.928 INFO O| Dec 19 05:08:11.928 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53342024-12-19T05:08:12.584Z[ recovery-image] Dec 19 05:08:11.938 INFO O| Dec 19 05:08:11.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
53352024-12-19T05:08:12.584Z[ recovery-image] Dec 19 05:08:11.938 INFO O| Dec 19 05:08:11.938 INFO STEP 350 (remove_files) COMPLETE
53362024-12-19T05:08:12.587Z[ recovery-image] Dec 19 05:08:11.938 INFO O| Dec 19 05:08:11.938 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53372024-12-19T05:08:12.594Z[ recovery-image] Dec 19 05:08:11.947 INFO O| Dec 19 05:08:11.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
53382024-12-19T05:08:12.594Z[ recovery-image] Dec 19 05:08:11.947 INFO O| Dec 19 05:08:11.947 INFO STEP 351 (remove_files) COMPLETE
53392024-12-19T05:08:12.594Z[ recovery-image] Dec 19 05:08:11.947 INFO O| Dec 19 05:08:11.947 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53402024-12-19T05:08:12.603Z[ recovery-image] Dec 19 05:08:11.957 INFO O| Dec 19 05:08:11.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
53412024-12-19T05:08:12.606Z[ recovery-image] Dec 19 05:08:11.957 INFO O| Dec 19 05:08:11.957 INFO STEP 352 (remove_files) COMPLETE
53422024-12-19T05:08:12.606Z[ recovery-image] Dec 19 05:08:11.957 INFO O| Dec 19 05:08:11.957 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53432024-12-19T05:08:12.613Z[ recovery-image] Dec 19 05:08:11.966 INFO O| Dec 19 05:08:11.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
53442024-12-19T05:08:12.613Z[ recovery-image] Dec 19 05:08:11.966 INFO O| Dec 19 05:08:11.966 INFO STEP 353 (remove_files) COMPLETE
53452024-12-19T05:08:12.616Z[ recovery-image] Dec 19 05:08:11.966 INFO O| Dec 19 05:08:11.966 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53462024-12-19T05:08:12.622Z[ recovery-image] Dec 19 05:08:11.975 INFO O| Dec 19 05:08:11.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
53472024-12-19T05:08:12.625Z[ recovery-image] Dec 19 05:08:11.976 INFO O| Dec 19 05:08:11.975 INFO STEP 354 (remove_files) COMPLETE
53482024-12-19T05:08:12.625Z[ recovery-image] Dec 19 05:08:11.976 INFO O| Dec 19 05:08:11.976 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53492024-12-19T05:08:12.632Z[ recovery-image] Dec 19 05:08:11.985 INFO O| Dec 19 05:08:11.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
53502024-12-19T05:08:12.632Z[ recovery-image] Dec 19 05:08:11.985 INFO O| Dec 19 05:08:11.985 INFO STEP 355 (remove_files) COMPLETE
53512024-12-19T05:08:12.632Z[ recovery-image] Dec 19 05:08:11.985 INFO O| Dec 19 05:08:11.985 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53522024-12-19T05:08:12.641Z[ recovery-image] Dec 19 05:08:11.994 INFO O| Dec 19 05:08:11.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
53532024-12-19T05:08:12.641Z[ recovery-image] Dec 19 05:08:11.994 INFO O| Dec 19 05:08:11.994 INFO STEP 356 (remove_files) COMPLETE
53542024-12-19T05:08:12.641Z[ recovery-image] Dec 19 05:08:11.994 INFO O| Dec 19 05:08:11.994 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53552024-12-19T05:08:12.651Z[ recovery-image] Dec 19 05:08:12.004 INFO O| Dec 19 05:08:12.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
53562024-12-19T05:08:12.651Z[ recovery-image] Dec 19 05:08:12.004 INFO O| Dec 19 05:08:12.004 INFO STEP 357 (remove_files) COMPLETE
53572024-12-19T05:08:12.651Z[ recovery-image] Dec 19 05:08:12.004 INFO O| Dec 19 05:08:12.004 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53582024-12-19T05:08:12.668Z[ recovery-image] Dec 19 05:08:12.014 INFO O| Dec 19 05:08:12.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
53592024-12-19T05:08:12.671Z[ recovery-image] Dec 19 05:08:12.014 INFO O| Dec 19 05:08:12.014 INFO STEP 358 (remove_files) COMPLETE
53602024-12-19T05:08:12.671Z[ recovery-image] Dec 19 05:08:12.014 INFO O| Dec 19 05:08:12.014 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53612024-12-19T05:08:12.671Z[ recovery-image] Dec 19 05:08:12.023 INFO O| Dec 19 05:08:12.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
53622024-12-19T05:08:12.671Z[ recovery-image] Dec 19 05:08:12.024 INFO O| Dec 19 05:08:12.023 INFO STEP 359 (remove_files) COMPLETE
53632024-12-19T05:08:12.671Z[ recovery-image] Dec 19 05:08:12.024 INFO O| Dec 19 05:08:12.024 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53642024-12-19T05:08:12.680Z[ recovery-image] Dec 19 05:08:12.033 INFO O| Dec 19 05:08:12.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
53652024-12-19T05:08:12.680Z[ recovery-image] Dec 19 05:08:12.033 INFO O| Dec 19 05:08:12.033 INFO STEP 360 (remove_files) COMPLETE
53662024-12-19T05:08:12.682Z[ recovery-image] Dec 19 05:08:12.033 INFO O| Dec 19 05:08:12.033 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53672024-12-19T05:08:12.689Z[ recovery-image] Dec 19 05:08:12.042 INFO O| Dec 19 05:08:12.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
53682024-12-19T05:08:12.689Z[ recovery-image] Dec 19 05:08:12.043 INFO O| Dec 19 05:08:12.042 INFO STEP 361 (remove_files) COMPLETE
53692024-12-19T05:08:12.689Z[ recovery-image] Dec 19 05:08:12.043 INFO O| Dec 19 05:08:12.043 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53702024-12-19T05:08:12.699Z[ recovery-image] Dec 19 05:08:12.052 INFO O| Dec 19 05:08:12.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
53712024-12-19T05:08:12.699Z[ recovery-image] Dec 19 05:08:12.052 INFO O| Dec 19 05:08:12.052 INFO STEP 362 (remove_files) COMPLETE
53722024-12-19T05:08:12.699Z[ recovery-image] Dec 19 05:08:12.052 INFO O| Dec 19 05:08:12.052 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53732024-12-19T05:08:12.708Z[ recovery-image] Dec 19 05:08:12.061 INFO O| Dec 19 05:08:12.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
53742024-12-19T05:08:12.708Z[ recovery-image] Dec 19 05:08:12.061 INFO O| Dec 19 05:08:12.061 INFO STEP 363 (remove_files) COMPLETE
53752024-12-19T05:08:12.711Z[ recovery-image] Dec 19 05:08:12.061 INFO O| Dec 19 05:08:12.061 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53762024-12-19T05:08:12.718Z[ recovery-image] Dec 19 05:08:12.071 INFO O| Dec 19 05:08:12.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
53772024-12-19T05:08:12.718Z[ recovery-image] Dec 19 05:08:12.071 INFO O| Dec 19 05:08:12.071 INFO STEP 364 (remove_files) COMPLETE
53782024-12-19T05:08:12.720Z[ recovery-image] Dec 19 05:08:12.071 INFO O| Dec 19 05:08:12.071 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53792024-12-19T05:08:12.727Z[ recovery-image] Dec 19 05:08:12.080 INFO O| Dec 19 05:08:12.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
53802024-12-19T05:08:12.730Z[ recovery-image] Dec 19 05:08:12.080 INFO O| Dec 19 05:08:12.080 INFO STEP 365 (remove_files) COMPLETE
53812024-12-19T05:08:12.730Z[ recovery-image] Dec 19 05:08:12.081 INFO O| Dec 19 05:08:12.080 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53822024-12-19T05:08:12.737Z[ recovery-image] Dec 19 05:08:12.090 INFO O| Dec 19 05:08:12.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
53832024-12-19T05:08:12.737Z[ recovery-image] Dec 19 05:08:12.090 INFO O| Dec 19 05:08:12.090 INFO STEP 366 (remove_files) COMPLETE
53842024-12-19T05:08:12.737Z[ recovery-image] Dec 19 05:08:12.090 INFO O| Dec 19 05:08:12.090 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53852024-12-19T05:08:12.746Z[ recovery-image] Dec 19 05:08:12.099 INFO O| Dec 19 05:08:12.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
53862024-12-19T05:08:12.748Z[ recovery-image] Dec 19 05:08:12.099 INFO O| Dec 19 05:08:12.099 INFO STEP 367 (remove_files) COMPLETE
53872024-12-19T05:08:12.748Z[ recovery-image] Dec 19 05:08:12.099 INFO O| Dec 19 05:08:12.099 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53882024-12-19T05:08:12.756Z[ recovery-image] Dec 19 05:08:12.109 INFO O| Dec 19 05:08:12.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
53892024-12-19T05:08:12.756Z[ recovery-image] Dec 19 05:08:12.110 INFO O| Dec 19 05:08:12.110 INFO STEP 368 (remove_files) COMPLETE
53902024-12-19T05:08:12.759Z[ recovery-image] Dec 19 05:08:12.110 INFO O| Dec 19 05:08:12.110 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53912024-12-19T05:08:12.766Z[ recovery-image] Dec 19 05:08:12.119 INFO O| Dec 19 05:08:12.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
53922024-12-19T05:08:12.768Z[ recovery-image] Dec 19 05:08:12.119 INFO O| Dec 19 05:08:12.119 INFO STEP 369 (remove_files) COMPLETE
53932024-12-19T05:08:12.769Z[ recovery-image] Dec 19 05:08:12.119 INFO O| Dec 19 05:08:12.119 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53942024-12-19T05:08:12.776Z[ recovery-image] Dec 19 05:08:12.129 INFO O| Dec 19 05:08:12.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
53952024-12-19T05:08:12.776Z[ recovery-image] Dec 19 05:08:12.129 INFO O| Dec 19 05:08:12.129 INFO STEP 370 (remove_files) COMPLETE
53962024-12-19T05:08:12.778Z[ recovery-image] Dec 19 05:08:12.129 INFO O| Dec 19 05:08:12.129 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53972024-12-19T05:08:12.785Z[ recovery-image] Dec 19 05:08:12.138 INFO O| Dec 19 05:08:12.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
53982024-12-19T05:08:12.785Z[ recovery-image] Dec 19 05:08:12.138 INFO O| Dec 19 05:08:12.138 INFO STEP 371 (remove_files) COMPLETE
53992024-12-19T05:08:12.785Z[ recovery-image] Dec 19 05:08:12.138 INFO O| Dec 19 05:08:12.138 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54002024-12-19T05:08:12.795Z[ recovery-image] Dec 19 05:08:12.148 INFO O| Dec 19 05:08:12.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
54012024-12-19T05:08:12.795Z[ recovery-image] Dec 19 05:08:12.148 INFO O| Dec 19 05:08:12.148 INFO STEP 372 (remove_files) COMPLETE
54022024-12-19T05:08:12.795Z[ recovery-image] Dec 19 05:08:12.148 INFO O| Dec 19 05:08:12.148 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54032024-12-19T05:08:12.804Z[ recovery-image] Dec 19 05:08:12.157 INFO O| Dec 19 05:08:12.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
54042024-12-19T05:08:12.806Z[ recovery-image] Dec 19 05:08:12.157 INFO O| Dec 19 05:08:12.157 INFO STEP 373 (remove_files) COMPLETE
54052024-12-19T05:08:12.806Z[ recovery-image] Dec 19 05:08:12.157 INFO O| Dec 19 05:08:12.157 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54062024-12-19T05:08:12.813Z[ recovery-image] Dec 19 05:08:12.167 INFO O| Dec 19 05:08:12.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
54072024-12-19T05:08:12.813Z[ recovery-image] Dec 19 05:08:12.167 INFO O| Dec 19 05:08:12.167 INFO STEP 374 (remove_files) COMPLETE
54082024-12-19T05:08:12.816Z[ recovery-image] Dec 19 05:08:12.167 INFO O| Dec 19 05:08:12.167 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54092024-12-19T05:08:12.824Z[ recovery-image] Dec 19 05:08:12.177 INFO O| Dec 19 05:08:12.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
54102024-12-19T05:08:12.824Z[ recovery-image] Dec 19 05:08:12.177 INFO O| Dec 19 05:08:12.177 INFO STEP 375 (remove_files) COMPLETE
54112024-12-19T05:08:12.826Z[ recovery-image] Dec 19 05:08:12.177 INFO O| Dec 19 05:08:12.177 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54122024-12-19T05:08:12.833Z[ recovery-image] Dec 19 05:08:12.186 INFO O| Dec 19 05:08:12.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
54132024-12-19T05:08:12.833Z[ recovery-image] Dec 19 05:08:12.186 INFO O| Dec 19 05:08:12.186 INFO STEP 376 (remove_files) COMPLETE
54142024-12-19T05:08:12.836Z[ recovery-image] Dec 19 05:08:12.186 INFO O| Dec 19 05:08:12.186 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54152024-12-19T05:08:12.843Z[ recovery-image] Dec 19 05:08:12.196 INFO O| Dec 19 05:08:12.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
54162024-12-19T05:08:12.846Z[ recovery-image] Dec 19 05:08:12.196 INFO O| Dec 19 05:08:12.196 INFO STEP 377 (remove_files) COMPLETE
54172024-12-19T05:08:12.847Z[ recovery-image] Dec 19 05:08:12.196 INFO O| Dec 19 05:08:12.196 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54182024-12-19T05:08:12.852Z[ recovery-image] Dec 19 05:08:12.205 INFO O| Dec 19 05:08:12.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
54192024-12-19T05:08:12.852Z[ recovery-image] Dec 19 05:08:12.205 INFO O| Dec 19 05:08:12.205 INFO STEP 378 (remove_files) COMPLETE
54202024-12-19T05:08:12.855Z[ recovery-image] Dec 19 05:08:12.205 INFO O| Dec 19 05:08:12.205 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54212024-12-19T05:08:12.862Z[ recovery-image] Dec 19 05:08:12.215 INFO O| Dec 19 05:08:12.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
54222024-12-19T05:08:12.862Z[ recovery-image] Dec 19 05:08:12.215 INFO O| Dec 19 05:08:12.215 INFO STEP 379 (remove_files) COMPLETE
54232024-12-19T05:08:12.862Z[ recovery-image] Dec 19 05:08:12.215 INFO O| Dec 19 05:08:12.215 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54242024-12-19T05:08:12.871Z[ recovery-image] Dec 19 05:08:12.224 INFO O| Dec 19 05:08:12.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
54252024-12-19T05:08:12.873Z[ recovery-image] Dec 19 05:08:12.224 INFO O| Dec 19 05:08:12.224 INFO STEP 380 (remove_files) COMPLETE
54262024-12-19T05:08:12.873Z[ recovery-image] Dec 19 05:08:12.224 INFO O| Dec 19 05:08:12.224 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54272024-12-19T05:08:12.881Z[ recovery-image] Dec 19 05:08:12.234 INFO O| Dec 19 05:08:12.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
54282024-12-19T05:08:12.883Z[ recovery-image] Dec 19 05:08:12.234 INFO O| Dec 19 05:08:12.234 INFO STEP 381 (remove_files) COMPLETE
54292024-12-19T05:08:12.883Z[ recovery-image] Dec 19 05:08:12.234 INFO O| Dec 19 05:08:12.234 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54302024-12-19T05:08:12.890Z[ recovery-image] Dec 19 05:08:12.243 INFO O| Dec 19 05:08:12.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
54312024-12-19T05:08:12.893Z[ recovery-image] Dec 19 05:08:12.244 INFO O| Dec 19 05:08:12.243 INFO STEP 382 (remove_files) COMPLETE
54322024-12-19T05:08:12.893Z[ recovery-image] Dec 19 05:08:12.244 INFO O| Dec 19 05:08:12.243 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54332024-12-19T05:08:12.900Z[ recovery-image] Dec 19 05:08:12.253 INFO O| Dec 19 05:08:12.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
54342024-12-19T05:08:12.902Z[ recovery-image] Dec 19 05:08:12.253 INFO O| Dec 19 05:08:12.253 INFO STEP 383 (remove_files) COMPLETE
54352024-12-19T05:08:12.902Z[ recovery-image] Dec 19 05:08:12.253 INFO O| Dec 19 05:08:12.253 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54362024-12-19T05:08:12.909Z[ recovery-image] Dec 19 05:08:12.262 INFO O| Dec 19 05:08:12.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
54372024-12-19T05:08:12.911Z[ recovery-image] Dec 19 05:08:12.262 INFO O| Dec 19 05:08:12.262 INFO STEP 384 (remove_files) COMPLETE
54382024-12-19T05:08:12.911Z[ recovery-image] Dec 19 05:08:12.262 INFO O| Dec 19 05:08:12.262 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54392024-12-19T05:08:12.918Z[ recovery-image] Dec 19 05:08:12.272 INFO O| Dec 19 05:08:12.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
54402024-12-19T05:08:12.921Z[ recovery-image] Dec 19 05:08:12.273 INFO O| Dec 19 05:08:12.272 INFO STEP 385 (remove_files) COMPLETE
54412024-12-19T05:08:12.921Z[ recovery-image] Dec 19 05:08:12.273 INFO O| Dec 19 05:08:12.272 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54422024-12-19T05:08:12.929Z[ recovery-image] Dec 19 05:08:12.282 INFO O| Dec 19 05:08:12.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
54432024-12-19T05:08:12.931Z[ recovery-image] Dec 19 05:08:12.282 INFO O| Dec 19 05:08:12.282 INFO STEP 386 (remove_files) COMPLETE
54442024-12-19T05:08:12.931Z[ recovery-image] Dec 19 05:08:12.282 INFO O| Dec 19 05:08:12.282 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54452024-12-19T05:08:12.939Z[ recovery-image] Dec 19 05:08:12.292 INFO O| Dec 19 05:08:12.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
54462024-12-19T05:08:12.939Z[ recovery-image] Dec 19 05:08:12.292 INFO O| Dec 19 05:08:12.292 INFO STEP 387 (remove_files) COMPLETE
54472024-12-19T05:08:12.941Z[ recovery-image] Dec 19 05:08:12.292 INFO O| Dec 19 05:08:12.292 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54482024-12-19T05:08:12.942Z[ host-image] Dec 19 05:08:12.293 INFO O| Dec 19 05:08:12.293 INFO O| Done
54492024-12-19T05:08:12.948Z[ recovery-image] Dec 19 05:08:12.301 INFO O| Dec 19 05:08:12.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
54502024-12-19T05:08:12.948Z[ recovery-image] Dec 19 05:08:12.301 INFO O| Dec 19 05:08:12.301 INFO STEP 388 (remove_files) COMPLETE
54512024-12-19T05:08:12.951Z[ recovery-image] Dec 19 05:08:12.302 INFO O| Dec 19 05:08:12.301 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54522024-12-19T05:08:12.958Z[ recovery-image] Dec 19 05:08:12.311 INFO O| Dec 19 05:08:12.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
54532024-12-19T05:08:12.958Z[ recovery-image] Dec 19 05:08:12.311 INFO O| Dec 19 05:08:12.311 INFO STEP 389 (remove_files) COMPLETE
54542024-12-19T05:08:12.961Z[ recovery-image] Dec 19 05:08:12.311 INFO O| Dec 19 05:08:12.311 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54552024-12-19T05:08:12.968Z[ recovery-image] Dec 19 05:08:12.321 INFO O| Dec 19 05:08:12.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
54562024-12-19T05:08:12.970Z[ recovery-image] Dec 19 05:08:12.321 INFO O| Dec 19 05:08:12.321 INFO STEP 390 (remove_files) COMPLETE
54572024-12-19T05:08:12.970Z[ recovery-image] Dec 19 05:08:12.321 INFO O| Dec 19 05:08:12.321 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54582024-12-19T05:08:12.978Z[ recovery-image] Dec 19 05:08:12.331 INFO O| Dec 19 05:08:12.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
54592024-12-19T05:08:12.978Z[ recovery-image] Dec 19 05:08:12.331 INFO O| Dec 19 05:08:12.331 INFO STEP 391 (remove_files) COMPLETE
54602024-12-19T05:08:12.978Z[ recovery-image] Dec 19 05:08:12.331 INFO O| Dec 19 05:08:12.331 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54612024-12-19T05:08:12.987Z[ recovery-image] Dec 19 05:08:12.340 INFO O| Dec 19 05:08:12.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
54622024-12-19T05:08:12.990Z[ recovery-image] Dec 19 05:08:12.340 INFO O| Dec 19 05:08:12.340 INFO STEP 392 (remove_files) COMPLETE
54632024-12-19T05:08:12.990Z[ recovery-image] Dec 19 05:08:12.341 INFO O| Dec 19 05:08:12.340 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54642024-12-19T05:08:12.997Z[ recovery-image] Dec 19 05:08:12.350 INFO O| Dec 19 05:08:12.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
54652024-12-19T05:08:12.997Z[ recovery-image] Dec 19 05:08:12.350 INFO O| Dec 19 05:08:12.350 INFO STEP 393 (remove_files) COMPLETE
54662024-12-19T05:08:12.997Z[ recovery-image] Dec 19 05:08:12.350 INFO O| Dec 19 05:08:12.350 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54672024-12-19T05:08:13.007Z[ recovery-image] Dec 19 05:08:12.360 INFO O| Dec 19 05:08:12.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
54682024-12-19T05:08:13.010Z[ recovery-image] Dec 19 05:08:12.360 INFO O| Dec 19 05:08:12.360 INFO STEP 394 (remove_files) COMPLETE
54692024-12-19T05:08:13.010Z[ recovery-image] Dec 19 05:08:12.360 INFO O| Dec 19 05:08:12.360 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54702024-12-19T05:08:13.016Z[ recovery-image] Dec 19 05:08:12.370 INFO O| Dec 19 05:08:12.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
54712024-12-19T05:08:13.016Z[ recovery-image] Dec 19 05:08:12.370 INFO O| Dec 19 05:08:12.370 INFO STEP 395 (remove_files) COMPLETE
54722024-12-19T05:08:13.017Z[ recovery-image] Dec 19 05:08:12.370 INFO O| Dec 19 05:08:12.370 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54732024-12-19T05:08:13.026Z[ recovery-image] Dec 19 05:08:12.379 INFO O| Dec 19 05:08:12.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
54742024-12-19T05:08:13.026Z[ recovery-image] Dec 19 05:08:12.379 INFO O| Dec 19 05:08:12.379 INFO STEP 396 (remove_files) COMPLETE
54752024-12-19T05:08:13.026Z[ recovery-image] Dec 19 05:08:12.379 INFO O| Dec 19 05:08:12.379 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54762024-12-19T05:08:13.036Z[ recovery-image] Dec 19 05:08:12.389 INFO O| Dec 19 05:08:12.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
54772024-12-19T05:08:13.036Z[ recovery-image] Dec 19 05:08:12.389 INFO O| Dec 19 05:08:12.389 INFO STEP 397 (remove_files) COMPLETE
54782024-12-19T05:08:13.036Z[ recovery-image] Dec 19 05:08:12.389 INFO O| Dec 19 05:08:12.389 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54792024-12-19T05:08:13.045Z[ recovery-image] Dec 19 05:08:12.398 INFO O| Dec 19 05:08:12.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
54802024-12-19T05:08:13.046Z[ recovery-image] Dec 19 05:08:12.399 INFO O| Dec 19 05:08:12.399 INFO STEP 398 (remove_files) COMPLETE
54812024-12-19T05:08:13.048Z[ recovery-image] Dec 19 05:08:12.399 INFO O| Dec 19 05:08:12.399 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54822024-12-19T05:08:13.056Z[ recovery-image] Dec 19 05:08:12.409 INFO O| Dec 19 05:08:12.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
54832024-12-19T05:08:13.056Z[ recovery-image] Dec 19 05:08:12.409 INFO O| Dec 19 05:08:12.409 INFO STEP 399 (remove_files) COMPLETE
54842024-12-19T05:08:13.058Z[ recovery-image] Dec 19 05:08:12.409 INFO O| Dec 19 05:08:12.409 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54852024-12-19T05:08:13.065Z[ recovery-image] Dec 19 05:08:12.418 INFO O| Dec 19 05:08:12.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
54862024-12-19T05:08:13.069Z[ recovery-image] Dec 19 05:08:12.418 INFO O| Dec 19 05:08:12.418 INFO STEP 400 (remove_files) COMPLETE
54872024-12-19T05:08:13.069Z[ recovery-image] Dec 19 05:08:12.418 INFO O| Dec 19 05:08:12.418 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54882024-12-19T05:08:13.075Z[ recovery-image] Dec 19 05:08:12.428 INFO O| Dec 19 05:08:12.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
54892024-12-19T05:08:13.075Z[ recovery-image] Dec 19 05:08:12.428 INFO O| Dec 19 05:08:12.428 INFO STEP 401 (remove_files) COMPLETE
54902024-12-19T05:08:13.078Z[ recovery-image] Dec 19 05:08:12.428 INFO O| Dec 19 05:08:12.428 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54912024-12-19T05:08:13.085Z[ recovery-image] Dec 19 05:08:12.438 INFO O| Dec 19 05:08:12.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
54922024-12-19T05:08:13.085Z[ recovery-image] Dec 19 05:08:12.438 INFO O| Dec 19 05:08:12.438 INFO STEP 402 (remove_files) COMPLETE
54932024-12-19T05:08:13.087Z[ recovery-image] Dec 19 05:08:12.438 INFO O| Dec 19 05:08:12.438 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54942024-12-19T05:08:13.095Z[ recovery-image] Dec 19 05:08:12.448 INFO O| Dec 19 05:08:12.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
54952024-12-19T05:08:13.095Z[ recovery-image] Dec 19 05:08:12.448 INFO O| Dec 19 05:08:12.448 INFO STEP 403 (remove_files) COMPLETE
54962024-12-19T05:08:13.097Z[ recovery-image] Dec 19 05:08:12.448 INFO O| Dec 19 05:08:12.448 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54972024-12-19T05:08:13.106Z[ recovery-image] Dec 19 05:08:12.457 INFO O| Dec 19 05:08:12.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
54982024-12-19T05:08:13.108Z[ recovery-image] Dec 19 05:08:12.457 INFO O| Dec 19 05:08:12.457 INFO STEP 404 (remove_files) COMPLETE
54992024-12-19T05:08:13.108Z[ recovery-image] Dec 19 05:08:12.458 INFO O| Dec 19 05:08:12.457 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55002024-12-19T05:08:13.114Z[ recovery-image] Dec 19 05:08:12.467 INFO O| Dec 19 05:08:12.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
55012024-12-19T05:08:13.116Z[ recovery-image] Dec 19 05:08:12.467 INFO O| Dec 19 05:08:12.467 INFO STEP 405 (remove_files) COMPLETE
55022024-12-19T05:08:13.116Z[ recovery-image] Dec 19 05:08:12.467 INFO O| Dec 19 05:08:12.467 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55032024-12-19T05:08:13.124Z[ recovery-image] Dec 19 05:08:12.477 INFO O| Dec 19 05:08:12.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
55042024-12-19T05:08:13.124Z[ recovery-image] Dec 19 05:08:12.477 INFO O| Dec 19 05:08:12.477 INFO STEP 406 (remove_files) COMPLETE
55052024-12-19T05:08:13.126Z[ recovery-image] Dec 19 05:08:12.477 INFO O| Dec 19 05:08:12.477 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55062024-12-19T05:08:13.133Z[ recovery-image] Dec 19 05:08:12.486 INFO O| Dec 19 05:08:12.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
55072024-12-19T05:08:13.133Z[ recovery-image] Dec 19 05:08:12.486 INFO O| Dec 19 05:08:12.486 INFO STEP 407 (remove_files) COMPLETE
55082024-12-19T05:08:13.133Z[ recovery-image] Dec 19 05:08:12.486 INFO O| Dec 19 05:08:12.486 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55092024-12-19T05:08:13.143Z[ recovery-image] Dec 19 05:08:12.496 INFO O| Dec 19 05:08:12.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
55102024-12-19T05:08:13.143Z[ recovery-image] Dec 19 05:08:12.496 INFO O| Dec 19 05:08:12.496 INFO STEP 408 (remove_files) COMPLETE
55112024-12-19T05:08:13.143Z[ recovery-image] Dec 19 05:08:12.496 INFO O| Dec 19 05:08:12.496 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55122024-12-19T05:08:13.152Z[ recovery-image] Dec 19 05:08:12.505 INFO O| Dec 19 05:08:12.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
55132024-12-19T05:08:13.152Z[ recovery-image] Dec 19 05:08:12.505 INFO O| Dec 19 05:08:12.505 INFO STEP 409 (remove_files) COMPLETE
55142024-12-19T05:08:13.152Z[ recovery-image] Dec 19 05:08:12.505 INFO O| Dec 19 05:08:12.505 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55152024-12-19T05:08:13.162Z[ recovery-image] Dec 19 05:08:12.515 INFO O| Dec 19 05:08:12.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
55162024-12-19T05:08:13.162Z[ recovery-image] Dec 19 05:08:12.515 INFO O| Dec 19 05:08:12.515 INFO STEP 410 (remove_files) COMPLETE
55172024-12-19T05:08:13.162Z[ recovery-image] Dec 19 05:08:12.515 INFO O| Dec 19 05:08:12.515 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55182024-12-19T05:08:13.171Z[ recovery-image] Dec 19 05:08:12.524 INFO O| Dec 19 05:08:12.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
55192024-12-19T05:08:13.171Z[ recovery-image] Dec 19 05:08:12.525 INFO O| Dec 19 05:08:12.525 INFO STEP 411 (remove_files) COMPLETE
55202024-12-19T05:08:13.171Z[ recovery-image] Dec 19 05:08:12.525 INFO O| Dec 19 05:08:12.525 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55212024-12-19T05:08:13.181Z[ recovery-image] Dec 19 05:08:12.534 INFO O| Dec 19 05:08:12.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
55222024-12-19T05:08:13.181Z[ recovery-image] Dec 19 05:08:12.534 INFO O| Dec 19 05:08:12.534 INFO STEP 412 (remove_files) COMPLETE
55232024-12-19T05:08:13.184Z[ recovery-image] Dec 19 05:08:12.534 INFO O| Dec 19 05:08:12.534 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55242024-12-19T05:08:13.191Z[ recovery-image] Dec 19 05:08:12.544 INFO O| Dec 19 05:08:12.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
55252024-12-19T05:08:13.193Z[ recovery-image] Dec 19 05:08:12.544 INFO O| Dec 19 05:08:12.544 INFO STEP 413 (remove_files) COMPLETE
55262024-12-19T05:08:13.193Z[ recovery-image] Dec 19 05:08:12.544 INFO O| Dec 19 05:08:12.544 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55272024-12-19T05:08:13.200Z[ recovery-image] Dec 19 05:08:12.553 INFO O| Dec 19 05:08:12.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
55282024-12-19T05:08:13.200Z[ recovery-image] Dec 19 05:08:12.553 INFO O| Dec 19 05:08:12.553 INFO STEP 414 (remove_files) COMPLETE
55292024-12-19T05:08:13.202Z[ recovery-image] Dec 19 05:08:12.553 INFO O| Dec 19 05:08:12.553 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55302024-12-19T05:08:13.210Z[ recovery-image] Dec 19 05:08:12.563 INFO O| Dec 19 05:08:12.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
55312024-12-19T05:08:13.210Z[ recovery-image] Dec 19 05:08:12.563 INFO O| Dec 19 05:08:12.563 INFO STEP 415 (remove_files) COMPLETE
55322024-12-19T05:08:13.210Z[ recovery-image] Dec 19 05:08:12.563 INFO O| Dec 19 05:08:12.563 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55332024-12-19T05:08:13.220Z[ recovery-image] Dec 19 05:08:12.573 INFO O| Dec 19 05:08:12.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
55342024-12-19T05:08:13.220Z[ recovery-image] Dec 19 05:08:12.573 INFO O| Dec 19 05:08:12.573 INFO STEP 416 (remove_files) COMPLETE
55352024-12-19T05:08:13.222Z[ recovery-image] Dec 19 05:08:12.573 INFO O| Dec 19 05:08:12.573 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55362024-12-19T05:08:13.229Z[ recovery-image] Dec 19 05:08:12.582 INFO O| Dec 19 05:08:12.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
55372024-12-19T05:08:13.232Z[ recovery-image] Dec 19 05:08:12.582 INFO O| Dec 19 05:08:12.582 INFO STEP 417 (remove_files) COMPLETE
55382024-12-19T05:08:13.232Z[ recovery-image] Dec 19 05:08:12.583 INFO O| Dec 19 05:08:12.582 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55392024-12-19T05:08:13.239Z[ recovery-image] Dec 19 05:08:12.592 INFO O| Dec 19 05:08:12.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
55402024-12-19T05:08:13.239Z[ recovery-image] Dec 19 05:08:12.592 INFO O| Dec 19 05:08:12.592 INFO STEP 418 (remove_files) COMPLETE
55412024-12-19T05:08:13.242Z[ recovery-image] Dec 19 05:08:12.592 INFO O| Dec 19 05:08:12.592 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55422024-12-19T05:08:13.249Z[ recovery-image] Dec 19 05:08:12.602 INFO O| Dec 19 05:08:12.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
55432024-12-19T05:08:13.249Z[ recovery-image] Dec 19 05:08:12.602 INFO O| Dec 19 05:08:12.602 INFO STEP 419 (remove_files) COMPLETE
55442024-12-19T05:08:13.249Z[ recovery-image] Dec 19 05:08:12.602 INFO O| Dec 19 05:08:12.602 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55452024-12-19T05:08:13.258Z[ recovery-image] Dec 19 05:08:12.611 INFO O| Dec 19 05:08:12.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
55462024-12-19T05:08:13.261Z[ recovery-image] Dec 19 05:08:12.611 INFO O| Dec 19 05:08:12.611 INFO STEP 420 (remove_files) COMPLETE
55472024-12-19T05:08:13.261Z[ recovery-image] Dec 19 05:08:12.611 INFO O| Dec 19 05:08:12.611 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55482024-12-19T05:08:13.268Z[ recovery-image] Dec 19 05:08:12.621 INFO O| Dec 19 05:08:12.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
55492024-12-19T05:08:13.268Z[ recovery-image] Dec 19 05:08:12.621 INFO O| Dec 19 05:08:12.621 INFO STEP 421 (remove_files) COMPLETE
55502024-12-19T05:08:13.270Z[ recovery-image] Dec 19 05:08:12.621 INFO O| Dec 19 05:08:12.621 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55512024-12-19T05:08:13.277Z[ recovery-image] Dec 19 05:08:12.630 INFO O| Dec 19 05:08:12.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
55522024-12-19T05:08:13.278Z[ recovery-image] Dec 19 05:08:12.630 INFO O| Dec 19 05:08:12.630 INFO STEP 422 (remove_files) COMPLETE
55532024-12-19T05:08:13.281Z[ recovery-image] Dec 19 05:08:12.630 INFO O| Dec 19 05:08:12.630 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55542024-12-19T05:08:13.287Z[ recovery-image] Dec 19 05:08:12.640 INFO O| Dec 19 05:08:12.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
55552024-12-19T05:08:13.287Z[ recovery-image] Dec 19 05:08:12.640 INFO O| Dec 19 05:08:12.640 INFO STEP 423 (remove_files) COMPLETE
55562024-12-19T05:08:13.289Z[ recovery-image] Dec 19 05:08:12.640 INFO O| Dec 19 05:08:12.640 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55572024-12-19T05:08:13.296Z[ recovery-image] Dec 19 05:08:12.649 INFO O| Dec 19 05:08:12.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
55582024-12-19T05:08:13.296Z[ recovery-image] Dec 19 05:08:12.649 INFO O| Dec 19 05:08:12.649 INFO STEP 424 (remove_files) COMPLETE
55592024-12-19T05:08:13.296Z[ recovery-image] Dec 19 05:08:12.649 INFO O| Dec 19 05:08:12.649 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55602024-12-19T05:08:13.306Z[ recovery-image] Dec 19 05:08:12.659 INFO O| Dec 19 05:08:12.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
55612024-12-19T05:08:13.308Z[ recovery-image] Dec 19 05:08:12.660 INFO O| Dec 19 05:08:12.659 INFO STEP 425 (remove_files) COMPLETE
55622024-12-19T05:08:13.308Z[ recovery-image] Dec 19 05:08:12.660 INFO O| Dec 19 05:08:12.660 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55632024-12-19T05:08:13.316Z[ recovery-image] Dec 19 05:08:12.669 INFO O| Dec 19 05:08:12.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
55642024-12-19T05:08:13.316Z[ recovery-image] Dec 19 05:08:12.669 INFO O| Dec 19 05:08:12.669 INFO STEP 426 (remove_files) COMPLETE
55652024-12-19T05:08:13.317Z[ recovery-image] Dec 19 05:08:12.669 INFO O| Dec 19 05:08:12.669 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55662024-12-19T05:08:13.326Z[ recovery-image] Dec 19 05:08:12.679 INFO O| Dec 19 05:08:12.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
55672024-12-19T05:08:13.326Z[ recovery-image] Dec 19 05:08:12.679 INFO O| Dec 19 05:08:12.679 INFO STEP 427 (remove_files) COMPLETE
55682024-12-19T05:08:13.326Z[ recovery-image] Dec 19 05:08:12.679 INFO O| Dec 19 05:08:12.679 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55692024-12-19T05:08:13.335Z[ recovery-image] Dec 19 05:08:12.688 INFO O| Dec 19 05:08:12.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
55702024-12-19T05:08:13.335Z[ recovery-image] Dec 19 05:08:12.688 INFO O| Dec 19 05:08:12.688 INFO STEP 428 (remove_files) COMPLETE
55712024-12-19T05:08:13.335Z[ recovery-image] Dec 19 05:08:12.688 INFO O| Dec 19 05:08:12.688 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55722024-12-19T05:08:13.345Z[ recovery-image] Dec 19 05:08:12.698 INFO O| Dec 19 05:08:12.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
55732024-12-19T05:08:13.345Z[ recovery-image] Dec 19 05:08:12.698 INFO O| Dec 19 05:08:12.698 INFO STEP 429 (remove_files) COMPLETE
55742024-12-19T05:08:13.345Z[ recovery-image] Dec 19 05:08:12.698 INFO O| Dec 19 05:08:12.698 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55752024-12-19T05:08:13.354Z[ recovery-image] Dec 19 05:08:12.707 INFO O| Dec 19 05:08:12.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
55762024-12-19T05:08:13.354Z[ recovery-image] Dec 19 05:08:12.707 INFO O| Dec 19 05:08:12.707 INFO STEP 430 (remove_files) COMPLETE
55772024-12-19T05:08:13.354Z[ recovery-image] Dec 19 05:08:12.707 INFO O| Dec 19 05:08:12.707 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55782024-12-19T05:08:13.364Z[ recovery-image] Dec 19 05:08:12.717 INFO O| Dec 19 05:08:12.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
55792024-12-19T05:08:13.366Z[ recovery-image] Dec 19 05:08:12.717 INFO O| Dec 19 05:08:12.717 INFO STEP 431 (remove_files) COMPLETE
55802024-12-19T05:08:13.366Z[ recovery-image] Dec 19 05:08:12.717 INFO O| Dec 19 05:08:12.717 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55812024-12-19T05:08:13.373Z[ recovery-image] Dec 19 05:08:12.726 INFO O| Dec 19 05:08:12.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
55822024-12-19T05:08:13.373Z[ recovery-image] Dec 19 05:08:12.726 INFO O| Dec 19 05:08:12.726 INFO STEP 432 (remove_files) COMPLETE
55832024-12-19T05:08:13.373Z[ recovery-image] Dec 19 05:08:12.726 INFO O| Dec 19 05:08:12.726 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55842024-12-19T05:08:13.383Z[ recovery-image] Dec 19 05:08:12.736 INFO O| Dec 19 05:08:12.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
55852024-12-19T05:08:13.383Z[ recovery-image] Dec 19 05:08:12.736 INFO O| Dec 19 05:08:12.736 INFO STEP 433 (remove_files) COMPLETE
55862024-12-19T05:08:13.383Z[ recovery-image] Dec 19 05:08:12.736 INFO O| Dec 19 05:08:12.736 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55872024-12-19T05:08:13.392Z[ recovery-image] Dec 19 05:08:12.745 INFO O| Dec 19 05:08:12.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
55882024-12-19T05:08:13.392Z[ recovery-image] Dec 19 05:08:12.745 INFO O| Dec 19 05:08:12.745 INFO STEP 434 (remove_files) COMPLETE
55892024-12-19T05:08:13.394Z[ recovery-image] Dec 19 05:08:12.745 INFO O| Dec 19 05:08:12.745 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55902024-12-19T05:08:13.402Z[ recovery-image] Dec 19 05:08:12.755 INFO O| Dec 19 05:08:12.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
55912024-12-19T05:08:13.402Z[ recovery-image] Dec 19 05:08:12.755 INFO O| Dec 19 05:08:12.755 INFO STEP 435 (remove_files) COMPLETE
55922024-12-19T05:08:13.404Z[ recovery-image] Dec 19 05:08:12.755 INFO O| Dec 19 05:08:12.755 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55932024-12-19T05:08:13.411Z[ recovery-image] Dec 19 05:08:12.764 INFO O| Dec 19 05:08:12.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
55942024-12-19T05:08:13.411Z[ recovery-image] Dec 19 05:08:12.764 INFO O| Dec 19 05:08:12.764 INFO STEP 436 (remove_files) COMPLETE
55952024-12-19T05:08:13.414Z[ recovery-image] Dec 19 05:08:12.764 INFO O| Dec 19 05:08:12.764 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55962024-12-19T05:08:13.421Z[ recovery-image] Dec 19 05:08:12.774 INFO O| Dec 19 05:08:12.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
55972024-12-19T05:08:13.421Z[ recovery-image] Dec 19 05:08:12.774 INFO O| Dec 19 05:08:12.774 INFO STEP 437 (remove_files) COMPLETE
55982024-12-19T05:08:13.423Z[ recovery-image] Dec 19 05:08:12.774 INFO O| Dec 19 05:08:12.774 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55992024-12-19T05:08:13.430Z[ recovery-image] Dec 19 05:08:12.783 INFO O| Dec 19 05:08:12.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
56002024-12-19T05:08:13.430Z[ recovery-image] Dec 19 05:08:12.783 INFO O| Dec 19 05:08:12.783 INFO STEP 438 (remove_files) COMPLETE
56012024-12-19T05:08:13.430Z[ recovery-image] Dec 19 05:08:12.783 INFO O| Dec 19 05:08:12.783 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56022024-12-19T05:08:13.440Z[ recovery-image] Dec 19 05:08:12.793 INFO O| Dec 19 05:08:12.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
56032024-12-19T05:08:13.440Z[ recovery-image] Dec 19 05:08:12.793 INFO O| Dec 19 05:08:12.793 INFO STEP 439 (remove_files) COMPLETE
56042024-12-19T05:08:13.442Z[ recovery-image] Dec 19 05:08:12.793 INFO O| Dec 19 05:08:12.793 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56052024-12-19T05:08:13.450Z[ recovery-image] Dec 19 05:08:12.803 INFO O| Dec 19 05:08:12.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
56062024-12-19T05:08:13.450Z[ recovery-image] Dec 19 05:08:12.803 INFO O| Dec 19 05:08:12.803 INFO STEP 440 (remove_files) COMPLETE
56072024-12-19T05:08:13.452Z[ recovery-image] Dec 19 05:08:12.803 INFO O| Dec 19 05:08:12.803 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56082024-12-19T05:08:13.459Z[ recovery-image] Dec 19 05:08:12.812 INFO O| Dec 19 05:08:12.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
56092024-12-19T05:08:13.459Z[ recovery-image] Dec 19 05:08:12.812 INFO O| Dec 19 05:08:12.812 INFO STEP 441 (remove_files) COMPLETE
56102024-12-19T05:08:13.462Z[ recovery-image] Dec 19 05:08:12.812 INFO O| Dec 19 05:08:12.812 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56112024-12-19T05:08:13.469Z[ recovery-image] Dec 19 05:08:12.822 INFO O| Dec 19 05:08:12.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
56122024-12-19T05:08:13.469Z[ recovery-image] Dec 19 05:08:12.822 INFO O| Dec 19 05:08:12.822 INFO STEP 442 (remove_files) COMPLETE
56132024-12-19T05:08:13.472Z[ recovery-image] Dec 19 05:08:12.822 INFO O| Dec 19 05:08:12.822 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56142024-12-19T05:08:13.479Z[ recovery-image] Dec 19 05:08:12.832 INFO O| Dec 19 05:08:12.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
56152024-12-19T05:08:13.479Z[ recovery-image] Dec 19 05:08:12.832 INFO O| Dec 19 05:08:12.832 INFO STEP 443 (remove_files) COMPLETE
56162024-12-19T05:08:13.479Z[ recovery-image] Dec 19 05:08:12.832 INFO O| Dec 19 05:08:12.832 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56172024-12-19T05:08:13.489Z[ recovery-image] Dec 19 05:08:12.842 INFO O| Dec 19 05:08:12.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
56182024-12-19T05:08:13.491Z[ recovery-image] Dec 19 05:08:12.842 INFO O| Dec 19 05:08:12.842 INFO STEP 444 (remove_files) COMPLETE
56192024-12-19T05:08:13.491Z[ recovery-image] Dec 19 05:08:12.842 INFO O| Dec 19 05:08:12.842 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56202024-12-19T05:08:13.498Z[ recovery-image] Dec 19 05:08:12.851 INFO O| Dec 19 05:08:12.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
56212024-12-19T05:08:13.498Z[ recovery-image] Dec 19 05:08:12.851 INFO O| Dec 19 05:08:12.851 INFO STEP 445 (remove_files) COMPLETE
56222024-12-19T05:08:13.498Z[ recovery-image] Dec 19 05:08:12.851 INFO O| Dec 19 05:08:12.851 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56232024-12-19T05:08:13.508Z[ recovery-image] Dec 19 05:08:12.861 INFO O| Dec 19 05:08:12.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
56242024-12-19T05:08:13.508Z[ recovery-image] Dec 19 05:08:12.861 INFO O| Dec 19 05:08:12.861 INFO STEP 446 (remove_files) COMPLETE
56252024-12-19T05:08:13.508Z[ recovery-image] Dec 19 05:08:12.861 INFO O| Dec 19 05:08:12.861 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56262024-12-19T05:08:13.517Z[ recovery-image] Dec 19 05:08:12.870 INFO O| Dec 19 05:08:12.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
56272024-12-19T05:08:13.520Z[ recovery-image] Dec 19 05:08:12.870 INFO O| Dec 19 05:08:12.870 INFO STEP 447 (remove_files) COMPLETE
56282024-12-19T05:08:13.520Z[ recovery-image] Dec 19 05:08:12.870 INFO O| Dec 19 05:08:12.870 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56292024-12-19T05:08:13.527Z[ recovery-image] Dec 19 05:08:12.880 INFO O| Dec 19 05:08:12.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
56302024-12-19T05:08:13.530Z[ recovery-image] Dec 19 05:08:12.880 INFO O| Dec 19 05:08:12.880 INFO STEP 448 (remove_files) COMPLETE
56312024-12-19T05:08:13.530Z[ recovery-image] Dec 19 05:08:12.880 INFO O| Dec 19 05:08:12.880 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56322024-12-19T05:08:13.537Z[ recovery-image] Dec 19 05:08:12.890 INFO O| Dec 19 05:08:12.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
56332024-12-19T05:08:13.540Z[ recovery-image] Dec 19 05:08:12.890 INFO O| Dec 19 05:08:12.890 INFO STEP 449 (remove_files) COMPLETE
56342024-12-19T05:08:13.540Z[ recovery-image] Dec 19 05:08:12.890 INFO O| Dec 19 05:08:12.890 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56352024-12-19T05:08:13.566Z[ recovery-image] Dec 19 05:08:12.919 INFO O| Dec 19 05:08:12.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
56362024-12-19T05:08:13.566Z[ recovery-image] Dec 19 05:08:12.919 INFO O| Dec 19 05:08:12.919 INFO STEP 450 (remove_files) COMPLETE
56372024-12-19T05:08:13.568Z[ recovery-image] Dec 19 05:08:12.919 INFO O| Dec 19 05:08:12.919 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56382024-12-19T05:08:13.581Z[ recovery-image] Dec 19 05:08:12.934 INFO O| Dec 19 05:08:12.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
56392024-12-19T05:08:13.581Z[ recovery-image] Dec 19 05:08:12.934 INFO O| Dec 19 05:08:12.934 INFO STEP 451 (remove_files) COMPLETE
56402024-12-19T05:08:13.584Z[ recovery-image] Dec 19 05:08:12.934 INFO O| Dec 19 05:08:12.934 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56412024-12-19T05:08:13.593Z[ recovery-image] Dec 19 05:08:12.946 INFO O| Dec 19 05:08:12.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
56422024-12-19T05:08:13.596Z[ recovery-image] Dec 19 05:08:12.946 INFO O| Dec 19 05:08:12.946 INFO STEP 452 (remove_files) COMPLETE
56432024-12-19T05:08:13.596Z[ recovery-image] Dec 19 05:08:12.946 INFO O| Dec 19 05:08:12.946 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56442024-12-19T05:08:13.604Z[ recovery-image] Dec 19 05:08:12.957 INFO O| Dec 19 05:08:12.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
56452024-12-19T05:08:13.604Z[ recovery-image] Dec 19 05:08:12.957 INFO O| Dec 19 05:08:12.957 INFO STEP 453 (remove_files) COMPLETE
56462024-12-19T05:08:13.607Z[ recovery-image] Dec 19 05:08:12.957 INFO O| Dec 19 05:08:12.957 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56472024-12-19T05:08:13.615Z[ recovery-image] Dec 19 05:08:12.968 INFO O| Dec 19 05:08:12.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
56482024-12-19T05:08:13.615Z[ recovery-image] Dec 19 05:08:12.968 INFO O| Dec 19 05:08:12.968 INFO STEP 454 (remove_files) COMPLETE
56492024-12-19T05:08:13.615Z[ recovery-image] Dec 19 05:08:12.968 INFO O| Dec 19 05:08:12.968 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56502024-12-19T05:08:13.626Z[ recovery-image] Dec 19 05:08:12.977 INFO O| Dec 19 05:08:12.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
56512024-12-19T05:08:13.626Z[ recovery-image] Dec 19 05:08:12.977 INFO O| Dec 19 05:08:12.977 INFO STEP 455 (remove_files) COMPLETE
56522024-12-19T05:08:13.626Z[ recovery-image] Dec 19 05:08:12.977 INFO O| Dec 19 05:08:12.977 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56532024-12-19T05:08:13.634Z[ recovery-image] Dec 19 05:08:12.987 INFO O| Dec 19 05:08:12.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
56542024-12-19T05:08:13.634Z[ recovery-image] Dec 19 05:08:12.987 INFO O| Dec 19 05:08:12.987 INFO STEP 456 (remove_files) COMPLETE
56552024-12-19T05:08:13.636Z[ recovery-image] Dec 19 05:08:12.987 INFO O| Dec 19 05:08:12.987 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56562024-12-19T05:08:13.643Z[ recovery-image] Dec 19 05:08:12.996 INFO O| Dec 19 05:08:12.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
56572024-12-19T05:08:13.646Z[ recovery-image] Dec 19 05:08:12.996 INFO O| Dec 19 05:08:12.996 INFO STEP 457 (remove_files) COMPLETE
56582024-12-19T05:08:13.646Z[ recovery-image] Dec 19 05:08:12.996 INFO O| Dec 19 05:08:12.996 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56592024-12-19T05:08:13.654Z[ recovery-image] Dec 19 05:08:13.007 INFO O| Dec 19 05:08:13.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
56602024-12-19T05:08:13.654Z[ recovery-image] Dec 19 05:08:13.007 INFO O| Dec 19 05:08:13.007 INFO STEP 458 (remove_files) COMPLETE
56612024-12-19T05:08:13.656Z[ recovery-image] Dec 19 05:08:13.007 INFO O| Dec 19 05:08:13.007 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56622024-12-19T05:08:13.664Z[ recovery-image] Dec 19 05:08:13.017 INFO O| Dec 19 05:08:13.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
56632024-12-19T05:08:13.664Z[ recovery-image] Dec 19 05:08:13.017 INFO O| Dec 19 05:08:13.017 INFO STEP 459 (remove_files) COMPLETE
56642024-12-19T05:08:13.664Z[ recovery-image] Dec 19 05:08:13.017 INFO O| Dec 19 05:08:13.017 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56652024-12-19T05:08:13.675Z[ recovery-image] Dec 19 05:08:13.028 INFO O| Dec 19 05:08:13.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
56662024-12-19T05:08:13.675Z[ recovery-image] Dec 19 05:08:13.028 INFO O| Dec 19 05:08:13.028 INFO STEP 460 (remove_files) COMPLETE
56672024-12-19T05:08:13.676Z[ recovery-image] Dec 19 05:08:13.028 INFO O| Dec 19 05:08:13.028 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56682024-12-19T05:08:13.686Z[ recovery-image] Dec 19 05:08:13.039 INFO O| Dec 19 05:08:13.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
56692024-12-19T05:08:13.689Z[ recovery-image] Dec 19 05:08:13.039 INFO O| Dec 19 05:08:13.039 INFO STEP 461 (remove_files) COMPLETE
56702024-12-19T05:08:13.689Z[ recovery-image] Dec 19 05:08:13.039 INFO O| Dec 19 05:08:13.039 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56712024-12-19T05:08:13.697Z[ recovery-image] Dec 19 05:08:13.050 INFO O| Dec 19 05:08:13.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
56722024-12-19T05:08:13.697Z[ recovery-image] Dec 19 05:08:13.050 INFO O| Dec 19 05:08:13.050 INFO STEP 462 (remove_files) COMPLETE
56732024-12-19T05:08:13.697Z[ recovery-image] Dec 19 05:08:13.050 INFO O| Dec 19 05:08:13.050 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56742024-12-19T05:08:13.707Z[ recovery-image] Dec 19 05:08:13.060 INFO O| Dec 19 05:08:13.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
56752024-12-19T05:08:13.715Z[ recovery-image] Dec 19 05:08:13.060 INFO O| Dec 19 05:08:13.060 INFO STEP 463 (remove_files) COMPLETE
56762024-12-19T05:08:13.715Z[ recovery-image] Dec 19 05:08:13.060 INFO O| Dec 19 05:08:13.060 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56772024-12-19T05:08:13.724Z[ recovery-image] Dec 19 05:08:13.070 INFO O| Dec 19 05:08:13.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
56782024-12-19T05:08:13.724Z[ recovery-image] Dec 19 05:08:13.070 INFO O| Dec 19 05:08:13.070 INFO STEP 464 (remove_files) COMPLETE
56792024-12-19T05:08:13.724Z[ recovery-image] Dec 19 05:08:13.070 INFO O| Dec 19 05:08:13.070 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56802024-12-19T05:08:13.731Z[ recovery-image] Dec 19 05:08:13.079 INFO O| Dec 19 05:08:13.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
56812024-12-19T05:08:13.731Z[ recovery-image] Dec 19 05:08:13.079 INFO O| Dec 19 05:08:13.079 INFO STEP 465 (remove_files) COMPLETE
56822024-12-19T05:08:13.731Z[ recovery-image] Dec 19 05:08:13.079 INFO O| Dec 19 05:08:13.079 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56832024-12-19T05:08:13.736Z[ recovery-image] Dec 19 05:08:13.089 INFO O| Dec 19 05:08:13.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
56842024-12-19T05:08:13.736Z[ recovery-image] Dec 19 05:08:13.089 INFO O| Dec 19 05:08:13.089 INFO STEP 466 (remove_files) COMPLETE
56852024-12-19T05:08:13.736Z[ recovery-image] Dec 19 05:08:13.089 INFO O| Dec 19 05:08:13.089 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56862024-12-19T05:08:13.745Z[ recovery-image] Dec 19 05:08:13.098 INFO O| Dec 19 05:08:13.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
56872024-12-19T05:08:13.745Z[ recovery-image] Dec 19 05:08:13.098 INFO O| Dec 19 05:08:13.098 INFO STEP 467 (remove_files) COMPLETE
56882024-12-19T05:08:13.748Z[ recovery-image] Dec 19 05:08:13.098 INFO O| Dec 19 05:08:13.098 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56892024-12-19T05:08:13.755Z[ recovery-image] Dec 19 05:08:13.108 INFO O| Dec 19 05:08:13.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
56902024-12-19T05:08:13.755Z[ recovery-image] Dec 19 05:08:13.108 INFO O| Dec 19 05:08:13.108 INFO STEP 468 (remove_files) COMPLETE
56912024-12-19T05:08:13.755Z[ recovery-image] Dec 19 05:08:13.108 INFO O| Dec 19 05:08:13.108 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56922024-12-19T05:08:13.765Z[ recovery-image] Dec 19 05:08:13.118 INFO O| Dec 19 05:08:13.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
56932024-12-19T05:08:13.765Z[ recovery-image] Dec 19 05:08:13.118 INFO O| Dec 19 05:08:13.118 INFO STEP 469 (remove_files) COMPLETE
56942024-12-19T05:08:13.765Z[ recovery-image] Dec 19 05:08:13.118 INFO O| Dec 19 05:08:13.118 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56952024-12-19T05:08:13.775Z[ recovery-image] Dec 19 05:08:13.128 INFO O| Dec 19 05:08:13.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
56962024-12-19T05:08:13.775Z[ recovery-image] Dec 19 05:08:13.128 INFO O| Dec 19 05:08:13.128 INFO STEP 470 (remove_files) COMPLETE
56972024-12-19T05:08:13.775Z[ recovery-image] Dec 19 05:08:13.128 INFO O| Dec 19 05:08:13.128 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56982024-12-19T05:08:13.785Z[ recovery-image] Dec 19 05:08:13.138 INFO O| Dec 19 05:08:13.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
56992024-12-19T05:08:13.785Z[ recovery-image] Dec 19 05:08:13.138 INFO O| Dec 19 05:08:13.138 INFO STEP 471 (remove_files) COMPLETE
57002024-12-19T05:08:13.785Z[ recovery-image] Dec 19 05:08:13.138 INFO O| Dec 19 05:08:13.138 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57012024-12-19T05:08:13.794Z[ recovery-image] Dec 19 05:08:13.147 INFO O| Dec 19 05:08:13.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
57022024-12-19T05:08:13.794Z[ recovery-image] Dec 19 05:08:13.147 INFO O| Dec 19 05:08:13.147 INFO STEP 472 (remove_files) COMPLETE
57032024-12-19T05:08:13.794Z[ recovery-image] Dec 19 05:08:13.147 INFO O| Dec 19 05:08:13.147 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57042024-12-19T05:08:13.804Z[ recovery-image] Dec 19 05:08:13.157 INFO O| Dec 19 05:08:13.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
57052024-12-19T05:08:13.804Z[ recovery-image] Dec 19 05:08:13.157 INFO O| Dec 19 05:08:13.157 INFO STEP 473 (remove_files) COMPLETE
57062024-12-19T05:08:13.806Z[ recovery-image] Dec 19 05:08:13.157 INFO O| Dec 19 05:08:13.157 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57072024-12-19T05:08:13.813Z[ recovery-image] Dec 19 05:08:13.166 INFO O| Dec 19 05:08:13.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
57082024-12-19T05:08:13.815Z[ recovery-image] Dec 19 05:08:13.166 INFO O| Dec 19 05:08:13.166 INFO STEP 474 (remove_files) COMPLETE
57092024-12-19T05:08:13.815Z[ recovery-image] Dec 19 05:08:13.166 INFO O| Dec 19 05:08:13.166 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57102024-12-19T05:08:13.823Z[ recovery-image] Dec 19 05:08:13.176 INFO O| Dec 19 05:08:13.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
57112024-12-19T05:08:13.823Z[ recovery-image] Dec 19 05:08:13.176 INFO O| Dec 19 05:08:13.176 INFO STEP 475 (remove_files) COMPLETE
57122024-12-19T05:08:13.826Z[ recovery-image] Dec 19 05:08:13.176 INFO O| Dec 19 05:08:13.176 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57132024-12-19T05:08:13.832Z[ recovery-image] Dec 19 05:08:13.185 INFO O| Dec 19 05:08:13.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
57142024-12-19T05:08:13.832Z[ recovery-image] Dec 19 05:08:13.185 INFO O| Dec 19 05:08:13.185 INFO STEP 476 (remove_files) COMPLETE
57152024-12-19T05:08:13.834Z[ recovery-image] Dec 19 05:08:13.185 INFO O| Dec 19 05:08:13.185 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57162024-12-19T05:08:13.842Z[ recovery-image] Dec 19 05:08:13.195 INFO O| Dec 19 05:08:13.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
57172024-12-19T05:08:13.842Z[ recovery-image] Dec 19 05:08:13.195 INFO O| Dec 19 05:08:13.195 INFO STEP 477 (remove_files) COMPLETE
57182024-12-19T05:08:13.842Z[ recovery-image] Dec 19 05:08:13.195 INFO O| Dec 19 05:08:13.195 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57192024-12-19T05:08:13.851Z[ recovery-image] Dec 19 05:08:13.204 INFO O| Dec 19 05:08:13.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
57202024-12-19T05:08:13.851Z[ recovery-image] Dec 19 05:08:13.204 INFO O| Dec 19 05:08:13.204 INFO STEP 478 (remove_files) COMPLETE
57212024-12-19T05:08:13.851Z[ recovery-image] Dec 19 05:08:13.204 INFO O| Dec 19 05:08:13.204 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57222024-12-19T05:08:13.861Z[ recovery-image] Dec 19 05:08:13.214 INFO O| Dec 19 05:08:13.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
57232024-12-19T05:08:13.861Z[ recovery-image] Dec 19 05:08:13.214 INFO O| Dec 19 05:08:13.214 INFO STEP 479 (remove_files) COMPLETE
57242024-12-19T05:08:13.861Z[ recovery-image] Dec 19 05:08:13.214 INFO O| Dec 19 05:08:13.214 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57252024-12-19T05:08:13.871Z[ recovery-image] Dec 19 05:08:13.224 INFO O| Dec 19 05:08:13.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
57262024-12-19T05:08:13.871Z[ recovery-image] Dec 19 05:08:13.224 INFO O| Dec 19 05:08:13.224 INFO STEP 480 (remove_files) COMPLETE
57272024-12-19T05:08:13.874Z[ recovery-image] Dec 19 05:08:13.224 INFO O| Dec 19 05:08:13.224 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57282024-12-19T05:08:13.881Z[ recovery-image] Dec 19 05:08:13.234 INFO O| Dec 19 05:08:13.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
57292024-12-19T05:08:13.884Z[ recovery-image] Dec 19 05:08:13.235 INFO O| Dec 19 05:08:13.235 INFO STEP 481 (remove_files) COMPLETE
57302024-12-19T05:08:13.884Z[ recovery-image] Dec 19 05:08:13.235 INFO O| Dec 19 05:08:13.235 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57312024-12-19T05:08:13.892Z[ recovery-image] Dec 19 05:08:13.245 INFO O| Dec 19 05:08:13.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
57322024-12-19T05:08:13.892Z[ recovery-image] Dec 19 05:08:13.245 INFO O| Dec 19 05:08:13.245 INFO STEP 482 (remove_files) COMPLETE
57332024-12-19T05:08:13.894Z[ recovery-image] Dec 19 05:08:13.245 INFO O| Dec 19 05:08:13.245 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57342024-12-19T05:08:13.901Z[ recovery-image] Dec 19 05:08:13.254 INFO O| Dec 19 05:08:13.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
57352024-12-19T05:08:13.904Z[ recovery-image] Dec 19 05:08:13.255 INFO O| Dec 19 05:08:13.254 INFO STEP 483 (remove_files) COMPLETE
57362024-12-19T05:08:13.904Z[ recovery-image] Dec 19 05:08:13.255 INFO O| Dec 19 05:08:13.255 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57372024-12-19T05:08:13.911Z[ recovery-image] Dec 19 05:08:13.264 INFO O| Dec 19 05:08:13.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
57382024-12-19T05:08:13.911Z[ recovery-image] Dec 19 05:08:13.264 INFO O| Dec 19 05:08:13.264 INFO STEP 484 (remove_files) COMPLETE
57392024-12-19T05:08:13.914Z[ recovery-image] Dec 19 05:08:13.264 INFO O| Dec 19 05:08:13.264 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57402024-12-19T05:08:13.921Z[ recovery-image] Dec 19 05:08:13.274 INFO O| Dec 19 05:08:13.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
57412024-12-19T05:08:13.921Z[ recovery-image] Dec 19 05:08:13.274 INFO O| Dec 19 05:08:13.274 INFO STEP 485 (remove_files) COMPLETE
57422024-12-19T05:08:13.923Z[ recovery-image] Dec 19 05:08:13.274 INFO O| Dec 19 05:08:13.274 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57432024-12-19T05:08:13.930Z[ recovery-image] Dec 19 05:08:13.283 INFO O| Dec 19 05:08:13.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
57442024-12-19T05:08:13.932Z[ recovery-image] Dec 19 05:08:13.284 INFO O| Dec 19 05:08:13.284 INFO STEP 486 (remove_files) COMPLETE
57452024-12-19T05:08:13.933Z[ recovery-image] Dec 19 05:08:13.284 INFO O| Dec 19 05:08:13.284 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57462024-12-19T05:08:13.940Z[ recovery-image] Dec 19 05:08:13.293 INFO O| Dec 19 05:08:13.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
57472024-12-19T05:08:13.940Z[ recovery-image] Dec 19 05:08:13.293 INFO O| Dec 19 05:08:13.293 INFO STEP 487 (remove_files) COMPLETE
57482024-12-19T05:08:13.940Z[ recovery-image] Dec 19 05:08:13.293 INFO O| Dec 19 05:08:13.293 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57492024-12-19T05:08:13.950Z[ recovery-image] Dec 19 05:08:13.303 INFO O| Dec 19 05:08:13.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
57502024-12-19T05:08:13.950Z[ recovery-image] Dec 19 05:08:13.303 INFO O| Dec 19 05:08:13.303 INFO STEP 488 (remove_files) COMPLETE
57512024-12-19T05:08:13.952Z[ recovery-image] Dec 19 05:08:13.303 INFO O| Dec 19 05:08:13.303 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57522024-12-19T05:08:13.960Z[ recovery-image] Dec 19 05:08:13.313 INFO O| Dec 19 05:08:13.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
57532024-12-19T05:08:13.960Z[ recovery-image] Dec 19 05:08:13.313 INFO O| Dec 19 05:08:13.313 INFO STEP 489 (remove_files) COMPLETE
57542024-12-19T05:08:13.960Z[ recovery-image] Dec 19 05:08:13.313 INFO O| Dec 19 05:08:13.313 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57552024-12-19T05:08:13.969Z[ recovery-image] Dec 19 05:08:13.322 INFO O| Dec 19 05:08:13.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
57562024-12-19T05:08:13.969Z[ recovery-image] Dec 19 05:08:13.322 INFO O| Dec 19 05:08:13.322 INFO STEP 490 (remove_files) COMPLETE
57572024-12-19T05:08:13.969Z[ recovery-image] Dec 19 05:08:13.322 INFO O| Dec 19 05:08:13.322 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57582024-12-19T05:08:13.979Z[ recovery-image] Dec 19 05:08:13.332 INFO O| Dec 19 05:08:13.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
57592024-12-19T05:08:13.980Z[ recovery-image] Dec 19 05:08:13.332 INFO O| Dec 19 05:08:13.332 INFO STEP 491 (remove_files) COMPLETE
57602024-12-19T05:08:13.980Z[ recovery-image] Dec 19 05:08:13.332 INFO O| Dec 19 05:08:13.332 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57612024-12-19T05:08:13.989Z[ recovery-image] Dec 19 05:08:13.342 INFO O| Dec 19 05:08:13.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
57622024-12-19T05:08:13.991Z[ recovery-image] Dec 19 05:08:13.343 INFO O| Dec 19 05:08:13.343 INFO STEP 492 (remove_files) COMPLETE
57632024-12-19T05:08:13.991Z[ recovery-image] Dec 19 05:08:13.343 INFO O| Dec 19 05:08:13.343 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57642024-12-19T05:08:14.000Z[ recovery-image] Dec 19 05:08:13.353 INFO O| Dec 19 05:08:13.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
57652024-12-19T05:08:14.002Z[ recovery-image] Dec 19 05:08:13.353 INFO O| Dec 19 05:08:13.353 INFO STEP 493 (remove_files) COMPLETE
57662024-12-19T05:08:14.002Z[ recovery-image] Dec 19 05:08:13.353 INFO O| Dec 19 05:08:13.353 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57672024-12-19T05:08:14.009Z[ recovery-image] Dec 19 05:08:13.362 INFO O| Dec 19 05:08:13.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
57682024-12-19T05:08:14.009Z[ recovery-image] Dec 19 05:08:13.362 INFO O| Dec 19 05:08:13.362 INFO STEP 494 (remove_files) COMPLETE
57692024-12-19T05:08:14.009Z[ recovery-image] Dec 19 05:08:13.362 INFO O| Dec 19 05:08:13.362 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57702024-12-19T05:08:14.019Z[ recovery-image] Dec 19 05:08:13.372 INFO O| Dec 19 05:08:13.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
57712024-12-19T05:08:14.019Z[ recovery-image] Dec 19 05:08:13.372 INFO O| Dec 19 05:08:13.372 INFO STEP 495 (remove_files) COMPLETE
57722024-12-19T05:08:14.021Z[ recovery-image] Dec 19 05:08:13.372 INFO O| Dec 19 05:08:13.372 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57732024-12-19T05:08:14.028Z[ recovery-image] Dec 19 05:08:13.381 INFO O| Dec 19 05:08:13.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
57742024-12-19T05:08:14.029Z[ recovery-image] Dec 19 05:08:13.381 INFO O| Dec 19 05:08:13.381 INFO STEP 496 (remove_files) COMPLETE
57752024-12-19T05:08:14.032Z[ recovery-image] Dec 19 05:08:13.381 INFO O| Dec 19 05:08:13.381 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57762024-12-19T05:08:14.039Z[ recovery-image] Dec 19 05:08:13.391 INFO O| Dec 19 05:08:13.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
57772024-12-19T05:08:14.039Z[ recovery-image] Dec 19 05:08:13.391 INFO O| Dec 19 05:08:13.391 INFO STEP 497 (remove_files) COMPLETE
57782024-12-19T05:08:14.042Z[ recovery-image] Dec 19 05:08:13.391 INFO O| Dec 19 05:08:13.391 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57792024-12-19T05:08:14.047Z[ recovery-image] Dec 19 05:08:13.400 INFO O| Dec 19 05:08:13.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
57802024-12-19T05:08:14.050Z[ recovery-image] Dec 19 05:08:13.400 INFO O| Dec 19 05:08:13.400 INFO STEP 498 (remove_files) COMPLETE
57812024-12-19T05:08:14.050Z[ recovery-image] Dec 19 05:08:13.400 INFO O| Dec 19 05:08:13.400 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57822024-12-19T05:08:14.057Z[ recovery-image] Dec 19 05:08:13.410 INFO O| Dec 19 05:08:13.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
57832024-12-19T05:08:14.057Z[ recovery-image] Dec 19 05:08:13.410 INFO O| Dec 19 05:08:13.410 INFO STEP 499 (remove_files) COMPLETE
57842024-12-19T05:08:14.060Z[ recovery-image] Dec 19 05:08:13.410 INFO O| Dec 19 05:08:13.410 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57852024-12-19T05:08:14.066Z[ recovery-image] Dec 19 05:08:13.419 INFO O| Dec 19 05:08:13.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
57862024-12-19T05:08:14.066Z[ recovery-image] Dec 19 05:08:13.419 INFO O| Dec 19 05:08:13.419 INFO STEP 500 (remove_files) COMPLETE
57872024-12-19T05:08:14.066Z[ recovery-image] Dec 19 05:08:13.419 INFO O| Dec 19 05:08:13.419 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57882024-12-19T05:08:14.076Z[ recovery-image] Dec 19 05:08:13.429 INFO O| Dec 19 05:08:13.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
57892024-12-19T05:08:14.076Z[ recovery-image] Dec 19 05:08:13.429 INFO O| Dec 19 05:08:13.429 INFO STEP 501 (remove_files) COMPLETE
57902024-12-19T05:08:14.076Z[ recovery-image] Dec 19 05:08:13.429 INFO O| Dec 19 05:08:13.429 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57912024-12-19T05:08:14.085Z[ recovery-image] Dec 19 05:08:13.438 INFO O| Dec 19 05:08:13.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
57922024-12-19T05:08:14.085Z[ recovery-image] Dec 19 05:08:13.438 INFO O| Dec 19 05:08:13.438 INFO STEP 502 (remove_files) COMPLETE
57932024-12-19T05:08:14.088Z[ recovery-image] Dec 19 05:08:13.438 INFO O| Dec 19 05:08:13.438 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57942024-12-19T05:08:14.096Z[ recovery-image] Dec 19 05:08:13.448 INFO O| Dec 19 05:08:13.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
57952024-12-19T05:08:14.096Z[ recovery-image] Dec 19 05:08:13.448 INFO O| Dec 19 05:08:13.448 INFO STEP 503 (remove_files) COMPLETE
57962024-12-19T05:08:14.099Z[ recovery-image] Dec 19 05:08:13.448 INFO O| Dec 19 05:08:13.448 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57972024-12-19T05:08:14.104Z[ recovery-image] Dec 19 05:08:13.457 INFO O| Dec 19 05:08:13.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
57982024-12-19T05:08:14.104Z[ recovery-image] Dec 19 05:08:13.457 INFO O| Dec 19 05:08:13.457 INFO STEP 504 (remove_files) COMPLETE
57992024-12-19T05:08:14.104Z[ recovery-image] Dec 19 05:08:13.457 INFO O| Dec 19 05:08:13.457 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58002024-12-19T05:08:14.114Z[ recovery-image] Dec 19 05:08:13.466 INFO O| Dec 19 05:08:13.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
58012024-12-19T05:08:14.114Z[ recovery-image] Dec 19 05:08:13.466 INFO O| Dec 19 05:08:13.466 INFO STEP 505 (remove_files) COMPLETE
58022024-12-19T05:08:14.114Z[ recovery-image] Dec 19 05:08:13.467 INFO O| Dec 19 05:08:13.466 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58032024-12-19T05:08:14.123Z[ recovery-image] Dec 19 05:08:13.476 INFO O| Dec 19 05:08:13.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
58042024-12-19T05:08:14.126Z[ recovery-image] Dec 19 05:08:13.477 INFO O| Dec 19 05:08:13.477 INFO STEP 506 (remove_files) COMPLETE
58052024-12-19T05:08:14.126Z[ recovery-image] Dec 19 05:08:13.477 INFO O| Dec 19 05:08:13.477 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58062024-12-19T05:08:14.134Z[ recovery-image] Dec 19 05:08:13.486 INFO O| Dec 19 05:08:13.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
58072024-12-19T05:08:14.138Z[ recovery-image] Dec 19 05:08:13.487 INFO O| Dec 19 05:08:13.487 INFO STEP 507 (remove_files) COMPLETE
58082024-12-19T05:08:14.138Z[ recovery-image] Dec 19 05:08:13.487 INFO O| Dec 19 05:08:13.487 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58092024-12-19T05:08:14.143Z[ recovery-image] Dec 19 05:08:13.496 INFO O| Dec 19 05:08:13.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
58102024-12-19T05:08:14.144Z[ recovery-image] Dec 19 05:08:13.496 INFO O| Dec 19 05:08:13.496 INFO STEP 508 (remove_files) COMPLETE
58112024-12-19T05:08:14.144Z[ recovery-image] Dec 19 05:08:13.497 INFO O| Dec 19 05:08:13.496 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58122024-12-19T05:08:14.152Z[ host-image] Dec 19 05:08:13.505 INFO O| Dec 19 05:08:13.505 INFO O| Done
58132024-12-19T05:08:14.155Z[ recovery-image] Dec 19 05:08:13.507 INFO O| Dec 19 05:08:13.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
58142024-12-19T05:08:14.155Z[ recovery-image] Dec 19 05:08:13.507 INFO O| Dec 19 05:08:13.507 INFO STEP 509 (remove_files) COMPLETE
58152024-12-19T05:08:14.155Z[ recovery-image] Dec 19 05:08:13.507 INFO O| Dec 19 05:08:13.507 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58162024-12-19T05:08:14.165Z[ recovery-image] Dec 19 05:08:13.517 INFO O| Dec 19 05:08:13.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
58172024-12-19T05:08:14.165Z[ recovery-image] Dec 19 05:08:13.517 INFO O| Dec 19 05:08:13.517 INFO STEP 510 (remove_files) COMPLETE
58182024-12-19T05:08:14.167Z[ recovery-image] Dec 19 05:08:13.517 INFO O| Dec 19 05:08:13.517 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58192024-12-19T05:08:14.175Z[ recovery-image] Dec 19 05:08:13.528 INFO O| Dec 19 05:08:13.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
58202024-12-19T05:08:14.178Z[ recovery-image] Dec 19 05:08:13.528 INFO O| Dec 19 05:08:13.528 INFO STEP 511 (remove_files) COMPLETE
58212024-12-19T05:08:14.178Z[ recovery-image] Dec 19 05:08:13.528 INFO O| Dec 19 05:08:13.528 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58222024-12-19T05:08:14.178Z[ host-image] Dec 19 05:08:13.531 INFO O| Dec 19 05:08:13.531 INFO O| Done
58232024-12-19T05:08:14.180Z[ host-image] Dec 19 05:08:13.531 INFO O| Dec 19 05:08:13.531 INFO O| Done
58242024-12-19T05:08:14.185Z[ recovery-image] Dec 19 05:08:13.538 INFO O| Dec 19 05:08:13.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
58252024-12-19T05:08:14.188Z[ recovery-image] Dec 19 05:08:13.538 INFO O| Dec 19 05:08:13.538 INFO STEP 512 (remove_files) COMPLETE
58262024-12-19T05:08:14.188Z[ recovery-image] Dec 19 05:08:13.538 INFO O| Dec 19 05:08:13.538 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58272024-12-19T05:08:14.193Z[ host-image] Dec 19 05:08:13.546 INFO O| Dec 19 05:08:13.546 INFO O| Done
58282024-12-19T05:08:14.195Z[ recovery-image] Dec 19 05:08:13.548 INFO O| Dec 19 05:08:13.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
58292024-12-19T05:08:14.195Z[ recovery-image] Dec 19 05:08:13.548 INFO O| Dec 19 05:08:13.548 INFO STEP 513 (remove_files) COMPLETE
58302024-12-19T05:08:14.195Z[ recovery-image] Dec 19 05:08:13.548 INFO O| Dec 19 05:08:13.548 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58312024-12-19T05:08:14.205Z[ recovery-image] Dec 19 05:08:13.558 INFO O| Dec 19 05:08:13.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
58322024-12-19T05:08:14.205Z[ recovery-image] Dec 19 05:08:13.558 INFO O| Dec 19 05:08:13.558 INFO STEP 514 (remove_files) COMPLETE
58332024-12-19T05:08:14.207Z[ recovery-image] Dec 19 05:08:13.558 INFO O| Dec 19 05:08:13.558 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58342024-12-19T05:08:15.218Z[ recovery-image] Dec 19 05:08:13.568 INFO O| Dec 19 05:08:13.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
58352024-12-19T05:08:15.218Z[ recovery-image] Dec 19 05:08:13.568 INFO O| Dec 19 05:08:13.568 INFO STEP 515 (remove_files) COMPLETE
58362024-12-19T05:08:15.218Z[ recovery-image] Dec 19 05:08:13.568 INFO O| Dec 19 05:08:13.568 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58372024-12-19T05:08:15.223Z[ recovery-image] Dec 19 05:08:13.578 INFO O| Dec 19 05:08:13.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
58382024-12-19T05:08:15.223Z[ recovery-image] Dec 19 05:08:13.578 INFO O| Dec 19 05:08:13.578 INFO STEP 516 (remove_files) COMPLETE
58392024-12-19T05:08:15.224Z[ recovery-image] Dec 19 05:08:13.578 INFO O| Dec 19 05:08:13.578 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58402024-12-19T05:08:15.224Z[ recovery-image] Dec 19 05:08:13.588 INFO O| Dec 19 05:08:13.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
58412024-12-19T05:08:15.224Z[ recovery-image] Dec 19 05:08:13.588 INFO O| Dec 19 05:08:13.588 INFO STEP 517 (remove_files) COMPLETE
58422024-12-19T05:08:15.224Z[ recovery-image] Dec 19 05:08:13.588 INFO O| Dec 19 05:08:13.588 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58432024-12-19T05:08:15.224Z[ recovery-image] Dec 19 05:08:13.598 INFO O| Dec 19 05:08:13.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
58442024-12-19T05:08:15.224Z[ recovery-image] Dec 19 05:08:13.598 INFO O| Dec 19 05:08:13.598 INFO STEP 518 (remove_files) COMPLETE
58452024-12-19T05:08:15.224Z[ recovery-image] Dec 19 05:08:13.598 INFO O| Dec 19 05:08:13.598 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58462024-12-19T05:08:15.224Z[ recovery-image] Dec 19 05:08:13.608 INFO O| Dec 19 05:08:13.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
58472024-12-19T05:08:15.224Z[ recovery-image] Dec 19 05:08:13.608 INFO O| Dec 19 05:08:13.608 INFO STEP 519 (remove_files) COMPLETE
58482024-12-19T05:08:15.224Z[ recovery-image] Dec 19 05:08:13.608 INFO O| Dec 19 05:08:13.608 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58492024-12-19T05:08:15.224Z[ recovery-image] Dec 19 05:08:13.618 INFO O| Dec 19 05:08:13.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
58502024-12-19T05:08:15.224Z[ recovery-image] Dec 19 05:08:13.618 INFO O| Dec 19 05:08:13.618 INFO STEP 520 (remove_files) COMPLETE
58512024-12-19T05:08:15.224Z[ recovery-image] Dec 19 05:08:13.618 INFO O| Dec 19 05:08:13.618 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58522024-12-19T05:08:15.224Z[ recovery-image] Dec 19 05:08:13.628 INFO O| Dec 19 05:08:13.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
58532024-12-19T05:08:15.224Z[ recovery-image] Dec 19 05:08:13.628 INFO O| Dec 19 05:08:13.628 INFO STEP 521 (remove_files) COMPLETE
58542024-12-19T05:08:15.225Z[ recovery-image] Dec 19 05:08:13.628 INFO O| Dec 19 05:08:13.628 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58552024-12-19T05:08:15.225Z[ recovery-image] Dec 19 05:08:13.638 INFO O| Dec 19 05:08:13.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
58562024-12-19T05:08:15.225Z[ recovery-image] Dec 19 05:08:13.638 INFO O| Dec 19 05:08:13.638 INFO STEP 522 (remove_files) COMPLETE
58572024-12-19T05:08:15.225Z[ recovery-image] Dec 19 05:08:13.638 INFO O| Dec 19 05:08:13.638 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58582024-12-19T05:08:15.225Z[ recovery-image] Dec 19 05:08:13.647 INFO O| Dec 19 05:08:13.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
58592024-12-19T05:08:15.225Z[ recovery-image] Dec 19 05:08:13.647 INFO O| Dec 19 05:08:13.647 INFO STEP 523 (remove_files) COMPLETE
58602024-12-19T05:08:15.225Z[ recovery-image] Dec 19 05:08:13.647 INFO O| Dec 19 05:08:13.647 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58612024-12-19T05:08:15.225Z[ host-image] Dec 19 05:08:13.652 INFO O| Dec 19 05:08:13.652 INFO STEP 12 (pkg_install) COMPLETE
58622024-12-19T05:08:15.225Z[ host-image] Dec 19 05:08:13.652 INFO O| Dec 19 05:08:13.652 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
58632024-12-19T05:08:15.225Z[ recovery-image] Dec 19 05:08:13.657 INFO O| Dec 19 05:08:13.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
58642024-12-19T05:08:15.225Z[ recovery-image] Dec 19 05:08:13.657 INFO O| Dec 19 05:08:13.657 INFO STEP 524 (remove_files) COMPLETE
58652024-12-19T05:08:15.225Z[ recovery-image] Dec 19 05:08:13.657 INFO O| Dec 19 05:08:13.657 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58662024-12-19T05:08:15.225Z[ host-image] Dec 19 05:08:13.662 INFO O| Dec 19 05:08:13.662 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
58672024-12-19T05:08:15.225Z[ recovery-image] Dec 19 05:08:13.667 INFO O| Dec 19 05:08:13.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
58682024-12-19T05:08:15.225Z[ recovery-image] Dec 19 05:08:13.667 INFO O| Dec 19 05:08:13.667 INFO STEP 525 (remove_files) COMPLETE
58692024-12-19T05:08:15.225Z[ recovery-image] Dec 19 05:08:13.667 INFO O| Dec 19 05:08:13.667 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58702024-12-19T05:08:15.225Z[ recovery-image] Dec 19 05:08:13.677 INFO O| Dec 19 05:08:13.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
58712024-12-19T05:08:15.225Z[ recovery-image] Dec 19 05:08:13.678 INFO O| Dec 19 05:08:13.678 INFO STEP 526 (remove_files) COMPLETE
58722024-12-19T05:08:15.225Z[ recovery-image] Dec 19 05:08:13.678 INFO O| Dec 19 05:08:13.678 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58732024-12-19T05:08:15.225Z[ recovery-image] Dec 19 05:08:13.687 INFO O| Dec 19 05:08:13.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
58742024-12-19T05:08:15.225Z[ recovery-image] Dec 19 05:08:13.687 INFO O| Dec 19 05:08:13.687 INFO STEP 527 (remove_files) COMPLETE
58752024-12-19T05:08:15.225Z[ recovery-image] Dec 19 05:08:13.687 INFO O| Dec 19 05:08:13.687 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58762024-12-19T05:08:15.225Z[ recovery-image] Dec 19 05:08:13.697 INFO O| Dec 19 05:08:13.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
58772024-12-19T05:08:15.225Z[ recovery-image] Dec 19 05:08:13.697 INFO O| Dec 19 05:08:13.697 INFO STEP 528 (remove_files) COMPLETE
58782024-12-19T05:08:15.225Z[ recovery-image] Dec 19 05:08:13.697 INFO O| Dec 19 05:08:13.697 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58792024-12-19T05:08:15.225Z[ recovery-image] Dec 19 05:08:13.707 INFO O| Dec 19 05:08:13.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
58802024-12-19T05:08:15.225Z[ recovery-image] Dec 19 05:08:13.707 INFO O| Dec 19 05:08:13.707 INFO STEP 529 (remove_files) COMPLETE
58812024-12-19T05:08:15.225Z[ recovery-image] Dec 19 05:08:13.707 INFO O| Dec 19 05:08:13.707 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58822024-12-19T05:08:15.225Z[ recovery-image] Dec 19 05:08:13.717 INFO O| Dec 19 05:08:13.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
58832024-12-19T05:08:15.225Z[ recovery-image] Dec 19 05:08:13.717 INFO O| Dec 19 05:08:13.717 INFO STEP 530 (remove_files) COMPLETE
58842024-12-19T05:08:15.226Z[ recovery-image] Dec 19 05:08:13.717 INFO O| Dec 19 05:08:13.717 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58852024-12-19T05:08:15.226Z[ recovery-image] Dec 19 05:08:13.727 INFO O| Dec 19 05:08:13.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
58862024-12-19T05:08:15.226Z[ recovery-image] Dec 19 05:08:13.727 INFO O| Dec 19 05:08:13.727 INFO STEP 531 (remove_files) COMPLETE
58872024-12-19T05:08:15.226Z[ recovery-image] Dec 19 05:08:13.727 INFO O| Dec 19 05:08:13.727 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58882024-12-19T05:08:15.226Z[ recovery-image] Dec 19 05:08:13.736 INFO O| Dec 19 05:08:13.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
58892024-12-19T05:08:15.226Z[ recovery-image] Dec 19 05:08:13.736 INFO O| Dec 19 05:08:13.736 INFO STEP 532 (remove_files) COMPLETE
58902024-12-19T05:08:15.226Z[ recovery-image] Dec 19 05:08:13.736 INFO O| Dec 19 05:08:13.736 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58912024-12-19T05:08:15.226Z[ recovery-image] Dec 19 05:08:13.746 INFO O| Dec 19 05:08:13.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
58922024-12-19T05:08:15.226Z[ recovery-image] Dec 19 05:08:13.746 INFO O| Dec 19 05:08:13.746 INFO STEP 533 (remove_files) COMPLETE
58932024-12-19T05:08:15.226Z[ recovery-image] Dec 19 05:08:13.746 INFO O| Dec 19 05:08:13.746 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58942024-12-19T05:08:15.226Z[ recovery-image] Dec 19 05:08:13.755 INFO O| Dec 19 05:08:13.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
58952024-12-19T05:08:15.226Z[ recovery-image] Dec 19 05:08:13.755 INFO O| Dec 19 05:08:13.755 INFO STEP 534 (remove_files) COMPLETE
58962024-12-19T05:08:15.226Z[ recovery-image] Dec 19 05:08:13.755 INFO O| Dec 19 05:08:13.755 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58972024-12-19T05:08:15.226Z[ recovery-image] Dec 19 05:08:13.765 INFO O| Dec 19 05:08:13.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
58982024-12-19T05:08:15.226Z[ recovery-image] Dec 19 05:08:13.765 INFO O| Dec 19 05:08:13.765 INFO STEP 535 (remove_files) COMPLETE
58992024-12-19T05:08:15.226Z[ recovery-image] Dec 19 05:08:13.765 INFO O| Dec 19 05:08:13.765 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59002024-12-19T05:08:15.226Z[ recovery-image] Dec 19 05:08:13.775 INFO O| Dec 19 05:08:13.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
59012024-12-19T05:08:15.226Z[ recovery-image] Dec 19 05:08:13.775 INFO O| Dec 19 05:08:13.775 INFO STEP 536 (remove_files) COMPLETE
59022024-12-19T05:08:15.226Z[ recovery-image] Dec 19 05:08:13.775 INFO O| Dec 19 05:08:13.775 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59032024-12-19T05:08:15.226Z[ recovery-image] Dec 19 05:08:13.785 INFO O| Dec 19 05:08:13.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
59042024-12-19T05:08:15.227Z[ recovery-image] Dec 19 05:08:13.785 INFO O| Dec 19 05:08:13.785 INFO STEP 537 (remove_files) COMPLETE
59052024-12-19T05:08:15.227Z[ recovery-image] Dec 19 05:08:13.785 INFO O| Dec 19 05:08:13.785 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59062024-12-19T05:08:15.227Z[ recovery-image] Dec 19 05:08:13.794 INFO O| Dec 19 05:08:13.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
59072024-12-19T05:08:15.227Z[ recovery-image] Dec 19 05:08:13.794 INFO O| Dec 19 05:08:13.794 INFO STEP 538 (remove_files) COMPLETE
59082024-12-19T05:08:15.227Z[ recovery-image] Dec 19 05:08:13.795 INFO O| Dec 19 05:08:13.794 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59092024-12-19T05:08:15.227Z[ recovery-image] Dec 19 05:08:13.804 INFO O| Dec 19 05:08:13.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
59102024-12-19T05:08:15.227Z[ recovery-image] Dec 19 05:08:13.804 INFO O| Dec 19 05:08:13.804 INFO STEP 539 (remove_files) COMPLETE
59112024-12-19T05:08:15.227Z[ recovery-image] Dec 19 05:08:13.804 INFO O| Dec 19 05:08:13.804 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59122024-12-19T05:08:15.227Z[ recovery-image] Dec 19 05:08:13.814 INFO O| Dec 19 05:08:13.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
59132024-12-19T05:08:15.227Z[ recovery-image] Dec 19 05:08:13.814 INFO O| Dec 19 05:08:13.814 INFO STEP 540 (remove_files) COMPLETE
59142024-12-19T05:08:15.227Z[ recovery-image] Dec 19 05:08:13.814 INFO O| Dec 19 05:08:13.814 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59152024-12-19T05:08:15.227Z[ recovery-image] Dec 19 05:08:13.824 INFO O| Dec 19 05:08:13.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
59162024-12-19T05:08:15.227Z[ recovery-image] Dec 19 05:08:13.824 INFO O| Dec 19 05:08:13.824 INFO STEP 541 (remove_files) COMPLETE
59172024-12-19T05:08:15.227Z[ recovery-image] Dec 19 05:08:13.824 INFO O| Dec 19 05:08:13.824 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59182024-12-19T05:08:15.227Z[ recovery-image] Dec 19 05:08:13.834 INFO O| Dec 19 05:08:13.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
59192024-12-19T05:08:15.227Z[ recovery-image] Dec 19 05:08:13.834 INFO O| Dec 19 05:08:13.834 INFO STEP 542 (remove_files) COMPLETE
59202024-12-19T05:08:15.228Z[ recovery-image] Dec 19 05:08:13.834 INFO O| Dec 19 05:08:13.834 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59212024-12-19T05:08:15.228Z[ recovery-image] Dec 19 05:08:13.843 INFO O| Dec 19 05:08:13.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
59222024-12-19T05:08:15.228Z[ recovery-image] Dec 19 05:08:13.843 INFO O| Dec 19 05:08:13.843 INFO STEP 543 (remove_files) COMPLETE
59232024-12-19T05:08:15.228Z[ recovery-image] Dec 19 05:08:13.843 INFO O| Dec 19 05:08:13.843 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59242024-12-19T05:08:15.228Z[ recovery-image] Dec 19 05:08:13.853 INFO O| Dec 19 05:08:13.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
59252024-12-19T05:08:15.228Z[ recovery-image] Dec 19 05:08:13.853 INFO O| Dec 19 05:08:13.853 INFO STEP 544 (remove_files) COMPLETE
59262024-12-19T05:08:15.228Z[ recovery-image] Dec 19 05:08:13.853 INFO O| Dec 19 05:08:13.853 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59272024-12-19T05:08:15.228Z[ recovery-image] Dec 19 05:08:13.862 INFO O| Dec 19 05:08:13.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
59282024-12-19T05:08:15.228Z[ recovery-image] Dec 19 05:08:13.862 INFO O| Dec 19 05:08:13.862 INFO STEP 545 (remove_files) COMPLETE
59292024-12-19T05:08:15.229Z[ recovery-image] Dec 19 05:08:13.862 INFO O| Dec 19 05:08:13.862 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59302024-12-19T05:08:15.229Z[ recovery-image] Dec 19 05:08:13.872 INFO O| Dec 19 05:08:13.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
59312024-12-19T05:08:15.229Z[ recovery-image] Dec 19 05:08:13.872 INFO O| Dec 19 05:08:13.872 INFO STEP 546 (remove_files) COMPLETE
59322024-12-19T05:08:15.229Z[ recovery-image] Dec 19 05:08:13.872 INFO O| Dec 19 05:08:13.872 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59332024-12-19T05:08:15.229Z[ recovery-image] Dec 19 05:08:13.881 INFO O| Dec 19 05:08:13.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
59342024-12-19T05:08:15.229Z[ recovery-image] Dec 19 05:08:13.881 INFO O| Dec 19 05:08:13.881 INFO STEP 547 (remove_files) COMPLETE
59352024-12-19T05:08:15.229Z[ recovery-image] Dec 19 05:08:13.881 INFO O| Dec 19 05:08:13.881 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59362024-12-19T05:08:15.229Z[ recovery-image] Dec 19 05:08:13.892 INFO O| Dec 19 05:08:13.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
59372024-12-19T05:08:15.233Z[ recovery-image] Dec 19 05:08:13.892 INFO O| Dec 19 05:08:13.892 INFO STEP 548 (remove_files) COMPLETE
59382024-12-19T05:08:15.233Z[ recovery-image] Dec 19 05:08:13.892 INFO O| Dec 19 05:08:13.892 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59392024-12-19T05:08:15.233Z[ recovery-image] Dec 19 05:08:13.902 INFO O| Dec 19 05:08:13.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
59402024-12-19T05:08:15.233Z[ recovery-image] Dec 19 05:08:13.902 INFO O| Dec 19 05:08:13.902 INFO STEP 549 (remove_files) COMPLETE
59412024-12-19T05:08:15.233Z[ recovery-image] Dec 19 05:08:13.902 INFO O| Dec 19 05:08:13.902 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59422024-12-19T05:08:15.233Z[ recovery-image] Dec 19 05:08:13.913 INFO O| Dec 19 05:08:13.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
59432024-12-19T05:08:15.233Z[ recovery-image] Dec 19 05:08:13.913 INFO O| Dec 19 05:08:13.913 INFO STEP 550 (remove_files) COMPLETE
59442024-12-19T05:08:15.233Z[ recovery-image] Dec 19 05:08:13.913 INFO O| Dec 19 05:08:13.913 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59452024-12-19T05:08:15.234Z[ recovery-image] Dec 19 05:08:13.922 INFO O| Dec 19 05:08:13.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
59462024-12-19T05:08:15.234Z[ recovery-image] Dec 19 05:08:13.923 INFO O| Dec 19 05:08:13.922 INFO STEP 551 (remove_files) COMPLETE
59472024-12-19T05:08:15.234Z[ recovery-image] Dec 19 05:08:13.923 INFO O| Dec 19 05:08:13.923 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59482024-12-19T05:08:15.234Z[ recovery-image] Dec 19 05:08:13.932 INFO O| Dec 19 05:08:13.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
59492024-12-19T05:08:15.234Z[ recovery-image] Dec 19 05:08:13.932 INFO O| Dec 19 05:08:13.932 INFO STEP 552 (remove_files) COMPLETE
59502024-12-19T05:08:15.234Z[ recovery-image] Dec 19 05:08:13.932 INFO O| Dec 19 05:08:13.932 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59512024-12-19T05:08:15.234Z[ recovery-image] Dec 19 05:08:13.942 INFO O| Dec 19 05:08:13.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
59522024-12-19T05:08:15.234Z[ recovery-image] Dec 19 05:08:13.942 INFO O| Dec 19 05:08:13.942 INFO STEP 553 (remove_files) COMPLETE
59532024-12-19T05:08:15.234Z[ recovery-image] Dec 19 05:08:13.942 INFO O| Dec 19 05:08:13.942 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59542024-12-19T05:08:15.234Z[ recovery-image] Dec 19 05:08:13.952 INFO O| Dec 19 05:08:13.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
59552024-12-19T05:08:15.234Z[ recovery-image] Dec 19 05:08:13.952 INFO O| Dec 19 05:08:13.952 INFO STEP 554 (remove_files) COMPLETE
59562024-12-19T05:08:15.234Z[ recovery-image] Dec 19 05:08:13.952 INFO O| Dec 19 05:08:13.952 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59572024-12-19T05:08:15.234Z[ recovery-image] Dec 19 05:08:13.961 INFO O| Dec 19 05:08:13.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
59582024-12-19T05:08:15.234Z[ recovery-image] Dec 19 05:08:13.961 INFO O| Dec 19 05:08:13.961 INFO STEP 555 (remove_files) COMPLETE
59592024-12-19T05:08:15.234Z[ recovery-image] Dec 19 05:08:13.961 INFO O| Dec 19 05:08:13.961 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59602024-12-19T05:08:15.234Z[ recovery-image] Dec 19 05:08:13.972 INFO O| Dec 19 05:08:13.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
59612024-12-19T05:08:15.234Z[ recovery-image] Dec 19 05:08:13.973 INFO O| Dec 19 05:08:13.973 INFO STEP 556 (remove_files) COMPLETE
59622024-12-19T05:08:15.235Z[ recovery-image] Dec 19 05:08:13.974 INFO O| Dec 19 05:08:13.973 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59632024-12-19T05:08:15.235Z[ recovery-image] Dec 19 05:08:13.983 INFO O| Dec 19 05:08:13.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
59642024-12-19T05:08:15.235Z[ recovery-image] Dec 19 05:08:13.983 INFO O| Dec 19 05:08:13.983 INFO STEP 557 (remove_files) COMPLETE
59652024-12-19T05:08:15.235Z[ recovery-image] Dec 19 05:08:13.983 INFO O| Dec 19 05:08:13.983 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59662024-12-19T05:08:15.235Z[ recovery-image] Dec 19 05:08:13.993 INFO O| Dec 19 05:08:13.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
59672024-12-19T05:08:15.235Z[ recovery-image] Dec 19 05:08:13.993 INFO O| Dec 19 05:08:13.993 INFO STEP 558 (remove_files) COMPLETE
59682024-12-19T05:08:15.235Z[ recovery-image] Dec 19 05:08:13.993 INFO O| Dec 19 05:08:13.993 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59692024-12-19T05:08:15.235Z[ recovery-image] Dec 19 05:08:14.005 INFO O| Dec 19 05:08:14.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
59702024-12-19T05:08:15.235Z[ recovery-image] Dec 19 05:08:14.005 INFO O| Dec 19 05:08:14.005 INFO STEP 559 (remove_files) COMPLETE
59712024-12-19T05:08:15.235Z[ recovery-image] Dec 19 05:08:14.005 INFO O| Dec 19 05:08:14.005 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59722024-12-19T05:08:15.235Z[ recovery-image] Dec 19 05:08:14.016 INFO O| Dec 19 05:08:14.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
59732024-12-19T05:08:15.235Z[ recovery-image] Dec 19 05:08:14.016 INFO O| Dec 19 05:08:14.016 INFO STEP 560 (remove_files) COMPLETE
59742024-12-19T05:08:15.235Z[ recovery-image] Dec 19 05:08:14.016 INFO O| Dec 19 05:08:14.016 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59752024-12-19T05:08:15.235Z[ recovery-image] Dec 19 05:08:14.026 INFO O| Dec 19 05:08:14.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
59762024-12-19T05:08:15.235Z[ recovery-image] Dec 19 05:08:14.026 INFO O| Dec 19 05:08:14.026 INFO STEP 561 (remove_files) COMPLETE
59772024-12-19T05:08:15.235Z[ recovery-image] Dec 19 05:08:14.026 INFO O| Dec 19 05:08:14.026 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59782024-12-19T05:08:15.235Z[ recovery-image] Dec 19 05:08:14.036 INFO O| Dec 19 05:08:14.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
59792024-12-19T05:08:15.235Z[ recovery-image] Dec 19 05:08:14.036 INFO O| Dec 19 05:08:14.036 INFO STEP 562 (remove_files) COMPLETE
59802024-12-19T05:08:15.236Z[ recovery-image] Dec 19 05:08:14.036 INFO O| Dec 19 05:08:14.036 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59812024-12-19T05:08:15.236Z[ recovery-image] Dec 19 05:08:14.046 INFO O| Dec 19 05:08:14.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
59822024-12-19T05:08:15.236Z[ recovery-image] Dec 19 05:08:14.046 INFO O| Dec 19 05:08:14.046 INFO STEP 563 (remove_files) COMPLETE
59832024-12-19T05:08:15.236Z[ recovery-image] Dec 19 05:08:14.046 INFO O| Dec 19 05:08:14.046 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59842024-12-19T05:08:15.236Z[ recovery-image] Dec 19 05:08:14.056 INFO O| Dec 19 05:08:14.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
59852024-12-19T05:08:15.236Z[ recovery-image] Dec 19 05:08:14.056 INFO O| Dec 19 05:08:14.056 INFO STEP 564 (remove_files) COMPLETE
59862024-12-19T05:08:15.236Z[ recovery-image] Dec 19 05:08:14.056 INFO O| Dec 19 05:08:14.056 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59872024-12-19T05:08:15.236Z[ recovery-image] Dec 19 05:08:14.065 INFO O| Dec 19 05:08:14.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
59882024-12-19T05:08:15.236Z[ recovery-image] Dec 19 05:08:14.065 INFO O| Dec 19 05:08:14.065 INFO STEP 565 (remove_files) COMPLETE
59892024-12-19T05:08:15.236Z[ recovery-image] Dec 19 05:08:14.066 INFO O| Dec 19 05:08:14.065 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59902024-12-19T05:08:15.237Z[ recovery-image] Dec 19 05:08:14.075 INFO O| Dec 19 05:08:14.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
59912024-12-19T05:08:15.237Z[ recovery-image] Dec 19 05:08:14.075 INFO O| Dec 19 05:08:14.075 INFO STEP 566 (remove_files) COMPLETE
59922024-12-19T05:08:15.237Z[ recovery-image] Dec 19 05:08:14.075 INFO O| Dec 19 05:08:14.075 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59932024-12-19T05:08:15.237Z[ recovery-image] Dec 19 05:08:14.085 INFO O| Dec 19 05:08:14.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
59942024-12-19T05:08:15.237Z[ recovery-image] Dec 19 05:08:14.085 INFO O| Dec 19 05:08:14.085 INFO STEP 567 (remove_files) COMPLETE
59952024-12-19T05:08:15.237Z[ recovery-image] Dec 19 05:08:14.085 INFO O| Dec 19 05:08:14.085 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59962024-12-19T05:08:15.237Z[ recovery-image] Dec 19 05:08:14.094 INFO O| Dec 19 05:08:14.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
59972024-12-19T05:08:15.237Z[ recovery-image] Dec 19 05:08:14.094 INFO O| Dec 19 05:08:14.094 INFO STEP 568 (remove_files) COMPLETE
59982024-12-19T05:08:15.237Z[ recovery-image] Dec 19 05:08:14.094 INFO O| Dec 19 05:08:14.094 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59992024-12-19T05:08:15.237Z[ recovery-image] Dec 19 05:08:14.104 INFO O| Dec 19 05:08:14.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
60002024-12-19T05:08:15.237Z[ recovery-image] Dec 19 05:08:14.104 INFO O| Dec 19 05:08:14.104 INFO STEP 569 (remove_files) COMPLETE
60012024-12-19T05:08:15.237Z[ recovery-image] Dec 19 05:08:14.104 INFO O| Dec 19 05:08:14.104 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60022024-12-19T05:08:15.237Z[ recovery-image] Dec 19 05:08:14.114 INFO O| Dec 19 05:08:14.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
60032024-12-19T05:08:15.237Z[ recovery-image] Dec 19 05:08:14.114 INFO O| Dec 19 05:08:14.114 INFO STEP 570 (remove_files) COMPLETE
60042024-12-19T05:08:15.237Z[ recovery-image] Dec 19 05:08:14.114 INFO O| Dec 19 05:08:14.114 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60052024-12-19T05:08:15.238Z[ recovery-image] Dec 19 05:08:14.123 INFO O| Dec 19 05:08:14.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
60062024-12-19T05:08:15.238Z[ recovery-image] Dec 19 05:08:14.123 INFO O| Dec 19 05:08:14.123 INFO STEP 571 (remove_files) COMPLETE
60072024-12-19T05:08:15.238Z[ recovery-image] Dec 19 05:08:14.123 INFO O| Dec 19 05:08:14.123 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60082024-12-19T05:08:15.238Z[ recovery-image] Dec 19 05:08:14.133 INFO O| Dec 19 05:08:14.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
60092024-12-19T05:08:15.238Z[ recovery-image] Dec 19 05:08:14.133 INFO O| Dec 19 05:08:14.133 INFO STEP 572 (remove_files) COMPLETE
60102024-12-19T05:08:15.238Z[ recovery-image] Dec 19 05:08:14.133 INFO O| Dec 19 05:08:14.133 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60112024-12-19T05:08:15.238Z[ recovery-image] Dec 19 05:08:14.143 INFO O| Dec 19 05:08:14.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
60122024-12-19T05:08:15.238Z[ recovery-image] Dec 19 05:08:14.143 INFO O| Dec 19 05:08:14.143 INFO STEP 573 (remove_files) COMPLETE
60132024-12-19T05:08:15.238Z[ recovery-image] Dec 19 05:08:14.143 INFO O| Dec 19 05:08:14.143 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60142024-12-19T05:08:15.238Z[ host-image] Dec 19 05:08:14.147 INFO O| Dec 19 05:08:14.147 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
60152024-12-19T05:08:15.238Z[ recovery-image] Dec 19 05:08:14.153 INFO O| Dec 19 05:08:14.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
60162024-12-19T05:08:15.238Z[ recovery-image] Dec 19 05:08:14.153 INFO O| Dec 19 05:08:14.153 INFO STEP 574 (remove_files) COMPLETE
60172024-12-19T05:08:15.238Z[ recovery-image] Dec 19 05:08:14.153 INFO O| Dec 19 05:08:14.153 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60182024-12-19T05:08:15.238Z[ recovery-image] Dec 19 05:08:14.162 INFO O| Dec 19 05:08:14.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
60192024-12-19T05:08:15.238Z[ recovery-image] Dec 19 05:08:14.162 INFO O| Dec 19 05:08:14.162 INFO STEP 575 (remove_files) COMPLETE
60202024-12-19T05:08:15.239Z[ recovery-image] Dec 19 05:08:14.162 INFO O| Dec 19 05:08:14.162 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60212024-12-19T05:08:15.239Z[ recovery-image] Dec 19 05:08:14.172 INFO O| Dec 19 05:08:14.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
60222024-12-19T05:08:15.239Z[ recovery-image] Dec 19 05:08:14.173 INFO O| Dec 19 05:08:14.172 INFO STEP 576 (remove_files) COMPLETE
60232024-12-19T05:08:15.239Z[ recovery-image] Dec 19 05:08:14.173 INFO O| Dec 19 05:08:14.173 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60242024-12-19T05:08:15.239Z[ recovery-image] Dec 19 05:08:14.182 INFO O| Dec 19 05:08:14.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
60252024-12-19T05:08:15.239Z[ recovery-image] Dec 19 05:08:14.182 INFO O| Dec 19 05:08:14.182 INFO STEP 577 (remove_files) COMPLETE
60262024-12-19T05:08:15.239Z[ recovery-image] Dec 19 05:08:14.182 INFO O| Dec 19 05:08:14.182 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60272024-12-19T05:08:15.239Z[ recovery-image] Dec 19 05:08:14.192 INFO O| Dec 19 05:08:14.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
60282024-12-19T05:08:15.239Z[ recovery-image] Dec 19 05:08:14.193 INFO O| Dec 19 05:08:14.193 INFO STEP 578 (remove_files) COMPLETE
60292024-12-19T05:08:15.239Z[ recovery-image] Dec 19 05:08:14.193 INFO O| Dec 19 05:08:14.193 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60302024-12-19T05:08:15.239Z[ recovery-image] Dec 19 05:08:14.202 INFO O| Dec 19 05:08:14.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
60312024-12-19T05:08:15.239Z[ recovery-image] Dec 19 05:08:14.202 INFO O| Dec 19 05:08:14.202 INFO STEP 579 (remove_files) COMPLETE
60322024-12-19T05:08:15.239Z[ recovery-image] Dec 19 05:08:14.202 INFO O| Dec 19 05:08:14.202 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60332024-12-19T05:08:15.239Z[ recovery-image] Dec 19 05:08:14.212 INFO O| Dec 19 05:08:14.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
60342024-12-19T05:08:15.239Z[ recovery-image] Dec 19 05:08:14.212 INFO O| Dec 19 05:08:14.212 INFO STEP 580 (remove_files) COMPLETE
60352024-12-19T05:08:15.240Z[ recovery-image] Dec 19 05:08:14.212 INFO O| Dec 19 05:08:14.212 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60362024-12-19T05:08:15.240Z[ recovery-image] Dec 19 05:08:14.222 INFO O| Dec 19 05:08:14.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
60372024-12-19T05:08:15.244Z[ recovery-image] Dec 19 05:08:14.222 INFO O| Dec 19 05:08:14.222 INFO STEP 581 (remove_files) COMPLETE
60382024-12-19T05:08:15.244Z[ recovery-image] Dec 19 05:08:14.222 INFO O| Dec 19 05:08:14.222 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60392024-12-19T05:08:15.244Z[ recovery-image] Dec 19 05:08:14.232 INFO O| Dec 19 05:08:14.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
60402024-12-19T05:08:15.245Z[ recovery-image] Dec 19 05:08:14.232 INFO O| Dec 19 05:08:14.232 INFO STEP 582 (remove_files) COMPLETE
60412024-12-19T05:08:15.245Z[ recovery-image] Dec 19 05:08:14.232 INFO O| Dec 19 05:08:14.232 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60422024-12-19T05:08:15.245Z[ recovery-image] Dec 19 05:08:14.242 INFO O| Dec 19 05:08:14.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
60432024-12-19T05:08:15.245Z[ recovery-image] Dec 19 05:08:14.242 INFO O| Dec 19 05:08:14.242 INFO STEP 583 (remove_files) COMPLETE
60442024-12-19T05:08:15.245Z[ recovery-image] Dec 19 05:08:14.242 INFO O| Dec 19 05:08:14.242 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60452024-12-19T05:08:15.245Z[ recovery-image] Dec 19 05:08:14.252 INFO O| Dec 19 05:08:14.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
60462024-12-19T05:08:15.245Z[ recovery-image] Dec 19 05:08:14.252 INFO O| Dec 19 05:08:14.252 INFO STEP 584 (remove_files) COMPLETE
60472024-12-19T05:08:15.245Z[ recovery-image] Dec 19 05:08:14.252 INFO O| Dec 19 05:08:14.252 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60482024-12-19T05:08:15.245Z[ recovery-image] Dec 19 05:08:14.261 INFO O| Dec 19 05:08:14.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
60492024-12-19T05:08:15.245Z[ recovery-image] Dec 19 05:08:14.261 INFO O| Dec 19 05:08:14.261 INFO STEP 585 (remove_files) COMPLETE
60502024-12-19T05:08:15.246Z[ recovery-image] Dec 19 05:08:14.261 INFO O| Dec 19 05:08:14.261 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60512024-12-19T05:08:15.246Z[ recovery-image] Dec 19 05:08:14.271 INFO O| Dec 19 05:08:14.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
60522024-12-19T05:08:15.246Z[ recovery-image] Dec 19 05:08:14.271 INFO O| Dec 19 05:08:14.271 INFO STEP 586 (remove_files) COMPLETE
60532024-12-19T05:08:15.246Z[ recovery-image] Dec 19 05:08:14.271 INFO O| Dec 19 05:08:14.271 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60542024-12-19T05:08:15.246Z[ recovery-image] Dec 19 05:08:14.281 INFO O| Dec 19 05:08:14.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
60552024-12-19T05:08:15.246Z[ recovery-image] Dec 19 05:08:14.281 INFO O| Dec 19 05:08:14.281 INFO STEP 587 (remove_files) COMPLETE
60562024-12-19T05:08:15.246Z[ recovery-image] Dec 19 05:08:14.281 INFO O| Dec 19 05:08:14.281 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60572024-12-19T05:08:15.246Z[ recovery-image] Dec 19 05:08:14.291 INFO O| Dec 19 05:08:14.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
60582024-12-19T05:08:15.246Z[ recovery-image] Dec 19 05:08:14.291 INFO O| Dec 19 05:08:14.291 INFO STEP 588 (remove_files) COMPLETE
60592024-12-19T05:08:15.246Z[ recovery-image] Dec 19 05:08:14.291 INFO O| Dec 19 05:08:14.291 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60602024-12-19T05:08:15.246Z[ recovery-image] Dec 19 05:08:14.301 INFO O| Dec 19 05:08:14.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
60612024-12-19T05:08:15.246Z[ recovery-image] Dec 19 05:08:14.301 INFO O| Dec 19 05:08:14.301 INFO STEP 589 (remove_files) COMPLETE
60622024-12-19T05:08:15.246Z[ recovery-image] Dec 19 05:08:14.301 INFO O| Dec 19 05:08:14.301 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60632024-12-19T05:08:15.246Z[ recovery-image] Dec 19 05:08:14.312 INFO O| Dec 19 05:08:14.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
60642024-12-19T05:08:15.246Z[ recovery-image] Dec 19 05:08:14.312 INFO O| Dec 19 05:08:14.312 INFO STEP 590 (remove_files) COMPLETE
60652024-12-19T05:08:15.246Z[ recovery-image] Dec 19 05:08:14.312 INFO O| Dec 19 05:08:14.312 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60662024-12-19T05:08:15.246Z[ recovery-image] Dec 19 05:08:14.322 INFO O| Dec 19 05:08:14.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
60672024-12-19T05:08:15.246Z[ recovery-image] Dec 19 05:08:14.322 INFO O| Dec 19 05:08:14.322 INFO STEP 591 (remove_files) COMPLETE
60682024-12-19T05:08:15.246Z[ recovery-image] Dec 19 05:08:14.322 INFO O| Dec 19 05:08:14.322 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60692024-12-19T05:08:15.246Z[ recovery-image] Dec 19 05:08:14.332 INFO O| Dec 19 05:08:14.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
60702024-12-19T05:08:15.246Z[ recovery-image] Dec 19 05:08:14.332 INFO O| Dec 19 05:08:14.332 INFO STEP 592 (remove_files) COMPLETE
60712024-12-19T05:08:15.246Z[ recovery-image] Dec 19 05:08:14.332 INFO O| Dec 19 05:08:14.332 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60722024-12-19T05:08:15.246Z[ recovery-image] Dec 19 05:08:14.341 INFO O| Dec 19 05:08:14.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
60732024-12-19T05:08:15.246Z[ recovery-image] Dec 19 05:08:14.342 INFO O| Dec 19 05:08:14.342 INFO STEP 593 (remove_files) COMPLETE
60742024-12-19T05:08:15.246Z[ recovery-image] Dec 19 05:08:14.342 INFO O| Dec 19 05:08:14.342 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60752024-12-19T05:08:15.246Z[ recovery-image] Dec 19 05:08:14.352 INFO O| Dec 19 05:08:14.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
60762024-12-19T05:08:15.246Z[ recovery-image] Dec 19 05:08:14.352 INFO O| Dec 19 05:08:14.352 INFO STEP 594 (remove_files) COMPLETE
60772024-12-19T05:08:15.246Z[ recovery-image] Dec 19 05:08:14.352 INFO O| Dec 19 05:08:14.352 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60782024-12-19T05:08:15.246Z[ recovery-image] Dec 19 05:08:14.361 INFO O| Dec 19 05:08:14.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
60792024-12-19T05:08:15.247Z[ recovery-image] Dec 19 05:08:14.361 INFO O| Dec 19 05:08:14.361 INFO STEP 595 (remove_files) COMPLETE
60802024-12-19T05:08:15.247Z[ recovery-image] Dec 19 05:08:14.361 INFO O| Dec 19 05:08:14.361 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60812024-12-19T05:08:15.247Z[ recovery-image] Dec 19 05:08:14.371 INFO O| Dec 19 05:08:14.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
60822024-12-19T05:08:15.247Z[ recovery-image] Dec 19 05:08:14.371 INFO O| Dec 19 05:08:14.371 INFO STEP 596 (remove_files) COMPLETE
60832024-12-19T05:08:15.247Z[ recovery-image] Dec 19 05:08:14.371 INFO O| Dec 19 05:08:14.371 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60842024-12-19T05:08:15.247Z[ recovery-image] Dec 19 05:08:14.381 INFO O| Dec 19 05:08:14.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
60852024-12-19T05:08:15.247Z[ recovery-image] Dec 19 05:08:14.381 INFO O| Dec 19 05:08:14.381 INFO STEP 597 (remove_files) COMPLETE
60862024-12-19T05:08:15.247Z[ recovery-image] Dec 19 05:08:14.381 INFO O| Dec 19 05:08:14.381 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60872024-12-19T05:08:15.247Z[ recovery-image] Dec 19 05:08:14.391 INFO O| Dec 19 05:08:14.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
60882024-12-19T05:08:15.247Z[ recovery-image] Dec 19 05:08:14.392 INFO O| Dec 19 05:08:14.392 INFO STEP 598 (remove_files) COMPLETE
60892024-12-19T05:08:15.247Z[ recovery-image] Dec 19 05:08:14.392 INFO O| Dec 19 05:08:14.392 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60902024-12-19T05:08:15.247Z[ recovery-image] Dec 19 05:08:14.403 INFO O| Dec 19 05:08:14.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
60912024-12-19T05:08:15.247Z[ recovery-image] Dec 19 05:08:14.403 INFO O| Dec 19 05:08:14.403 INFO STEP 599 (remove_files) COMPLETE
60922024-12-19T05:08:15.247Z[ recovery-image] Dec 19 05:08:14.403 INFO O| Dec 19 05:08:14.403 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60932024-12-19T05:08:15.247Z[ recovery-image] Dec 19 05:08:14.413 INFO O| Dec 19 05:08:14.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
60942024-12-19T05:08:15.247Z[ recovery-image] Dec 19 05:08:14.414 INFO O| Dec 19 05:08:14.414 INFO STEP 600 (remove_files) COMPLETE
60952024-12-19T05:08:15.247Z[ recovery-image] Dec 19 05:08:14.414 INFO O| Dec 19 05:08:14.414 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60962024-12-19T05:08:15.248Z[ recovery-image] Dec 19 05:08:14.424 INFO O| Dec 19 05:08:14.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
60972024-12-19T05:08:15.248Z[ recovery-image] Dec 19 05:08:14.424 INFO O| Dec 19 05:08:14.424 INFO STEP 601 (remove_files) COMPLETE
60982024-12-19T05:08:15.248Z[ recovery-image] Dec 19 05:08:14.424 INFO O| Dec 19 05:08:14.424 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60992024-12-19T05:08:15.248Z[ recovery-image] Dec 19 05:08:14.434 INFO O| Dec 19 05:08:14.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
61002024-12-19T05:08:15.248Z[ recovery-image] Dec 19 05:08:14.434 INFO O| Dec 19 05:08:14.434 INFO STEP 602 (remove_files) COMPLETE
61012024-12-19T05:08:15.248Z[ recovery-image] Dec 19 05:08:14.435 INFO O| Dec 19 05:08:14.434 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61022024-12-19T05:08:15.248Z[ recovery-image] Dec 19 05:08:14.444 INFO O| Dec 19 05:08:14.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
61032024-12-19T05:08:15.248Z[ recovery-image] Dec 19 05:08:14.445 INFO O| Dec 19 05:08:14.445 INFO STEP 603 (remove_files) COMPLETE
61042024-12-19T05:08:15.248Z[ recovery-image] Dec 19 05:08:14.445 INFO O| Dec 19 05:08:14.445 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61052024-12-19T05:08:15.248Z[ recovery-image] Dec 19 05:08:14.455 INFO O| Dec 19 05:08:14.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
61062024-12-19T05:08:15.248Z[ recovery-image] Dec 19 05:08:14.455 INFO O| Dec 19 05:08:14.455 INFO STEP 604 (remove_files) COMPLETE
61072024-12-19T05:08:15.248Z[ recovery-image] Dec 19 05:08:14.455 INFO O| Dec 19 05:08:14.455 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61082024-12-19T05:08:15.248Z[ recovery-image] Dec 19 05:08:14.465 INFO O| Dec 19 05:08:14.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
61092024-12-19T05:08:15.248Z[ recovery-image] Dec 19 05:08:14.465 INFO O| Dec 19 05:08:14.465 INFO STEP 605 (remove_files) COMPLETE
61102024-12-19T05:08:15.248Z[ recovery-image] Dec 19 05:08:14.465 INFO O| Dec 19 05:08:14.465 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61112024-12-19T05:08:15.248Z[ recovery-image] Dec 19 05:08:14.474 INFO O| Dec 19 05:08:14.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
61122024-12-19T05:08:15.248Z[ recovery-image] Dec 19 05:08:14.475 INFO O| Dec 19 05:08:14.475 INFO STEP 606 (remove_files) COMPLETE
61132024-12-19T05:08:15.248Z[ recovery-image] Dec 19 05:08:14.475 INFO O| Dec 19 05:08:14.475 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61142024-12-19T05:08:15.248Z[ recovery-image] Dec 19 05:08:14.484 INFO O| Dec 19 05:08:14.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
61152024-12-19T05:08:15.249Z[ recovery-image] Dec 19 05:08:14.484 INFO O| Dec 19 05:08:14.484 INFO STEP 607 (remove_files) COMPLETE
61162024-12-19T05:08:15.249Z[ recovery-image] Dec 19 05:08:14.484 INFO O| Dec 19 05:08:14.484 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61172024-12-19T05:08:15.249Z[ recovery-image] Dec 19 05:08:14.494 INFO O| Dec 19 05:08:14.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
61182024-12-19T05:08:15.249Z[ recovery-image] Dec 19 05:08:14.494 INFO O| Dec 19 05:08:14.494 INFO STEP 608 (remove_files) COMPLETE
61192024-12-19T05:08:15.249Z[ recovery-image] Dec 19 05:08:14.494 INFO O| Dec 19 05:08:14.494 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61202024-12-19T05:08:15.249Z[ recovery-image] Dec 19 05:08:14.504 INFO O| Dec 19 05:08:14.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
61212024-12-19T05:08:15.249Z[ recovery-image] Dec 19 05:08:14.504 INFO O| Dec 19 05:08:14.504 INFO STEP 609 (remove_files) COMPLETE
61222024-12-19T05:08:15.249Z[ recovery-image] Dec 19 05:08:14.504 INFO O| Dec 19 05:08:14.504 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61232024-12-19T05:08:15.249Z[ recovery-image] Dec 19 05:08:14.514 INFO O| Dec 19 05:08:14.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
61242024-12-19T05:08:15.249Z[ recovery-image] Dec 19 05:08:14.514 INFO O| Dec 19 05:08:14.514 INFO STEP 610 (remove_files) COMPLETE
61252024-12-19T05:08:15.250Z[ recovery-image] Dec 19 05:08:14.514 INFO O| Dec 19 05:08:14.514 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61262024-12-19T05:08:15.250Z[ recovery-image] Dec 19 05:08:14.524 INFO O| Dec 19 05:08:14.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
61272024-12-19T05:08:15.250Z[ recovery-image] Dec 19 05:08:14.524 INFO O| Dec 19 05:08:14.524 INFO STEP 611 (remove_files) COMPLETE
61282024-12-19T05:08:15.250Z[ recovery-image] Dec 19 05:08:14.524 INFO O| Dec 19 05:08:14.524 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61292024-12-19T05:08:15.250Z[ recovery-image] Dec 19 05:08:14.534 INFO O| Dec 19 05:08:14.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
61302024-12-19T05:08:15.250Z[ recovery-image] Dec 19 05:08:14.534 INFO O| Dec 19 05:08:14.534 INFO STEP 612 (remove_files) COMPLETE
61312024-12-19T05:08:15.250Z[ recovery-image] Dec 19 05:08:14.534 INFO O| Dec 19 05:08:14.534 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61322024-12-19T05:08:15.250Z[ recovery-image] Dec 19 05:08:14.544 INFO O| Dec 19 05:08:14.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
61332024-12-19T05:08:15.250Z[ recovery-image] Dec 19 05:08:14.544 INFO O| Dec 19 05:08:14.544 INFO STEP 613 (remove_files) COMPLETE
61342024-12-19T05:08:15.250Z[ recovery-image] Dec 19 05:08:14.544 INFO O| Dec 19 05:08:14.544 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61352024-12-19T05:08:15.250Z[ recovery-image] Dec 19 05:08:14.554 INFO O| Dec 19 05:08:14.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
61362024-12-19T05:08:15.250Z[ recovery-image] Dec 19 05:08:14.554 INFO O| Dec 19 05:08:14.554 INFO STEP 614 (remove_files) COMPLETE
61372024-12-19T05:08:15.253Z[ recovery-image] Dec 19 05:08:14.554 INFO O| Dec 19 05:08:14.554 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61382024-12-19T05:08:15.253Z[ recovery-image] Dec 19 05:08:14.564 INFO O| Dec 19 05:08:14.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
61392024-12-19T05:08:15.253Z[ recovery-image] Dec 19 05:08:14.564 INFO O| Dec 19 05:08:14.564 INFO STEP 615 (remove_files) COMPLETE
61402024-12-19T05:08:15.253Z[ recovery-image] Dec 19 05:08:14.564 INFO O| Dec 19 05:08:14.564 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61412024-12-19T05:08:15.253Z[ recovery-image] Dec 19 05:08:14.573 INFO O| Dec 19 05:08:14.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
61422024-12-19T05:08:15.253Z[ recovery-image] Dec 19 05:08:14.573 INFO O| Dec 19 05:08:14.573 INFO STEP 616 (remove_files) COMPLETE
61432024-12-19T05:08:15.254Z[ recovery-image] Dec 19 05:08:14.573 INFO O| Dec 19 05:08:14.573 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61442024-12-19T05:08:15.254Z[ recovery-image] Dec 19 05:08:14.585 INFO O| Dec 19 05:08:14.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
61452024-12-19T05:08:15.254Z[ recovery-image] Dec 19 05:08:14.585 INFO O| Dec 19 05:08:14.585 INFO STEP 617 (remove_files) COMPLETE
61462024-12-19T05:08:15.254Z[ recovery-image] Dec 19 05:08:14.585 INFO O| Dec 19 05:08:14.585 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61472024-12-19T05:08:15.254Z[ recovery-image] Dec 19 05:08:14.596 INFO O| Dec 19 05:08:14.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
61482024-12-19T05:08:15.254Z[ recovery-image] Dec 19 05:08:14.597 INFO O| Dec 19 05:08:14.597 INFO STEP 618 (remove_files) COMPLETE
61492024-12-19T05:08:15.254Z[ recovery-image] Dec 19 05:08:14.597 INFO O| Dec 19 05:08:14.597 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61502024-12-19T05:08:15.256Z[ recovery-image] Dec 19 05:08:14.609 INFO O| Dec 19 05:08:14.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
61512024-12-19T05:08:15.258Z[ recovery-image] Dec 19 05:08:14.609 INFO O| Dec 19 05:08:14.609 INFO STEP 619 (remove_files) COMPLETE
61522024-12-19T05:08:15.258Z[ recovery-image] Dec 19 05:08:14.609 INFO O| Dec 19 05:08:14.609 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61532024-12-19T05:08:15.267Z[ recovery-image] Dec 19 05:08:14.620 INFO O| Dec 19 05:08:14.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
61542024-12-19T05:08:15.267Z[ recovery-image] Dec 19 05:08:14.620 INFO O| Dec 19 05:08:14.620 INFO STEP 620 (remove_files) COMPLETE
61552024-12-19T05:08:15.270Z[ recovery-image] Dec 19 05:08:14.620 INFO O| Dec 19 05:08:14.620 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61562024-12-19T05:08:15.277Z[ recovery-image] Dec 19 05:08:14.630 INFO O| Dec 19 05:08:14.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
61572024-12-19T05:08:15.277Z[ recovery-image] Dec 19 05:08:14.630 INFO O| Dec 19 05:08:14.630 INFO STEP 621 (remove_files) COMPLETE
61582024-12-19T05:08:15.280Z[ recovery-image] Dec 19 05:08:14.630 INFO O| Dec 19 05:08:14.630 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61592024-12-19T05:08:15.288Z[ recovery-image] Dec 19 05:08:14.641 INFO O| Dec 19 05:08:14.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
61602024-12-19T05:08:15.288Z[ recovery-image] Dec 19 05:08:14.641 INFO O| Dec 19 05:08:14.641 INFO STEP 622 (remove_files) COMPLETE
61612024-12-19T05:08:15.290Z[ recovery-image] Dec 19 05:08:14.641 INFO O| Dec 19 05:08:14.641 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61622024-12-19T05:08:15.300Z[ recovery-image] Dec 19 05:08:14.653 INFO O| Dec 19 05:08:14.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
61632024-12-19T05:08:15.300Z[ recovery-image] Dec 19 05:08:14.653 INFO O| Dec 19 05:08:14.653 INFO STEP 623 (remove_files) COMPLETE
61642024-12-19T05:08:15.303Z[ recovery-image] Dec 19 05:08:14.653 INFO O| Dec 19 05:08:14.653 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61652024-12-19T05:08:15.311Z[ recovery-image] Dec 19 05:08:14.664 INFO O| Dec 19 05:08:14.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
61662024-12-19T05:08:15.311Z[ recovery-image] Dec 19 05:08:14.664 INFO O| Dec 19 05:08:14.664 INFO STEP 624 (remove_files) COMPLETE
61672024-12-19T05:08:15.314Z[ recovery-image] Dec 19 05:08:14.665 INFO O| Dec 19 05:08:14.664 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61682024-12-19T05:08:15.322Z[ recovery-image] Dec 19 05:08:14.675 INFO O| Dec 19 05:08:14.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
61692024-12-19T05:08:15.322Z[ recovery-image] Dec 19 05:08:14.675 INFO O| Dec 19 05:08:14.675 INFO STEP 625 (remove_files) COMPLETE
61702024-12-19T05:08:15.325Z[ recovery-image] Dec 19 05:08:14.675 INFO O| Dec 19 05:08:14.675 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61712024-12-19T05:08:15.334Z[ recovery-image] Dec 19 05:08:14.687 INFO O| Dec 19 05:08:14.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
61722024-12-19T05:08:15.334Z[ recovery-image] Dec 19 05:08:14.687 INFO O| Dec 19 05:08:14.687 INFO STEP 626 (remove_files) COMPLETE
61732024-12-19T05:08:15.336Z[ recovery-image] Dec 19 05:08:14.687 INFO O| Dec 19 05:08:14.687 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61742024-12-19T05:08:15.344Z[ recovery-image] Dec 19 05:08:14.697 INFO O| Dec 19 05:08:14.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
61752024-12-19T05:08:15.346Z[ recovery-image] Dec 19 05:08:14.697 INFO O| Dec 19 05:08:14.697 INFO STEP 627 (remove_files) COMPLETE
61762024-12-19T05:08:15.347Z[ recovery-image] Dec 19 05:08:14.697 INFO O| Dec 19 05:08:14.697 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61772024-12-19T05:08:15.355Z[ recovery-image] Dec 19 05:08:14.708 INFO O| Dec 19 05:08:14.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
61782024-12-19T05:08:15.355Z[ recovery-image] Dec 19 05:08:14.708 INFO O| Dec 19 05:08:14.708 INFO STEP 628 (remove_files) COMPLETE
61792024-12-19T05:08:15.357Z[ recovery-image] Dec 19 05:08:14.708 INFO O| Dec 19 05:08:14.708 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61802024-12-19T05:08:15.365Z[ recovery-image] Dec 19 05:08:14.718 INFO O| Dec 19 05:08:14.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
61812024-12-19T05:08:15.365Z[ recovery-image] Dec 19 05:08:14.718 INFO O| Dec 19 05:08:14.718 INFO STEP 629 (remove_files) COMPLETE
61822024-12-19T05:08:15.365Z[ recovery-image] Dec 19 05:08:14.718 INFO O| Dec 19 05:08:14.718 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61832024-12-19T05:08:15.375Z[ recovery-image] Dec 19 05:08:14.728 INFO O| Dec 19 05:08:14.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
61842024-12-19T05:08:15.377Z[ recovery-image] Dec 19 05:08:14.728 INFO O| Dec 19 05:08:14.728 INFO STEP 630 (remove_files) COMPLETE
61852024-12-19T05:08:15.378Z[ recovery-image] Dec 19 05:08:14.728 INFO O| Dec 19 05:08:14.728 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61862024-12-19T05:08:15.385Z[ recovery-image] Dec 19 05:08:14.738 INFO O| Dec 19 05:08:14.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
61872024-12-19T05:08:15.385Z[ recovery-image] Dec 19 05:08:14.738 INFO O| Dec 19 05:08:14.738 INFO STEP 631 (remove_files) COMPLETE
61882024-12-19T05:08:15.388Z[ recovery-image] Dec 19 05:08:14.738 INFO O| Dec 19 05:08:14.738 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61892024-12-19T05:08:15.396Z[ recovery-image] Dec 19 05:08:14.749 INFO O| Dec 19 05:08:14.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
61902024-12-19T05:08:15.396Z[ recovery-image] Dec 19 05:08:14.749 INFO O| Dec 19 05:08:14.749 INFO STEP 632 (remove_files) COMPLETE
61912024-12-19T05:08:15.396Z[ recovery-image] Dec 19 05:08:14.749 INFO O| Dec 19 05:08:14.749 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61922024-12-19T05:08:15.405Z[ recovery-image] Dec 19 05:08:14.758 INFO O| Dec 19 05:08:14.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
61932024-12-19T05:08:15.408Z[ recovery-image] Dec 19 05:08:14.758 INFO O| Dec 19 05:08:14.758 INFO STEP 633 (remove_files) COMPLETE
61942024-12-19T05:08:15.408Z[ recovery-image] Dec 19 05:08:14.758 INFO O| Dec 19 05:08:14.758 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61952024-12-19T05:08:15.415Z[ recovery-image] Dec 19 05:08:14.768 INFO O| Dec 19 05:08:14.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
61962024-12-19T05:08:15.415Z[ recovery-image] Dec 19 05:08:14.768 INFO O| Dec 19 05:08:14.768 INFO STEP 634 (remove_files) COMPLETE
61972024-12-19T05:08:15.415Z[ recovery-image] Dec 19 05:08:14.768 INFO O| Dec 19 05:08:14.768 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61982024-12-19T05:08:15.425Z[ recovery-image] Dec 19 05:08:14.778 INFO O| Dec 19 05:08:14.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
61992024-12-19T05:08:15.425Z[ recovery-image] Dec 19 05:08:14.778 INFO O| Dec 19 05:08:14.778 INFO STEP 635 (remove_files) COMPLETE
62002024-12-19T05:08:15.428Z[ recovery-image] Dec 19 05:08:14.778 INFO O| Dec 19 05:08:14.778 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62012024-12-19T05:08:15.442Z[ recovery-image] Dec 19 05:08:14.788 INFO O| Dec 19 05:08:14.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
62022024-12-19T05:08:15.442Z[ recovery-image] Dec 19 05:08:14.788 INFO O| Dec 19 05:08:14.788 INFO STEP 636 (remove_files) COMPLETE
62032024-12-19T05:08:15.442Z[ recovery-image] Dec 19 05:08:14.788 INFO O| Dec 19 05:08:14.788 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62042024-12-19T05:08:15.450Z[ recovery-image] Dec 19 05:08:14.798 INFO O| Dec 19 05:08:14.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
62052024-12-19T05:08:15.450Z[ recovery-image] Dec 19 05:08:14.798 INFO O| Dec 19 05:08:14.798 INFO STEP 637 (remove_files) COMPLETE
62062024-12-19T05:08:15.450Z[ recovery-image] Dec 19 05:08:14.798 INFO O| Dec 19 05:08:14.798 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62072024-12-19T05:08:15.457Z[ recovery-image] Dec 19 05:08:14.810 INFO O| Dec 19 05:08:14.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
62082024-12-19T05:08:15.457Z[ recovery-image] Dec 19 05:08:14.810 INFO O| Dec 19 05:08:14.810 INFO STEP 638 (remove_files) COMPLETE
62092024-12-19T05:08:15.457Z[ recovery-image] Dec 19 05:08:14.810 INFO O| Dec 19 05:08:14.810 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62102024-12-19T05:08:15.467Z[ recovery-image] Dec 19 05:08:14.820 INFO O| Dec 19 05:08:14.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
62112024-12-19T05:08:15.467Z[ recovery-image] Dec 19 05:08:14.820 INFO O| Dec 19 05:08:14.820 INFO STEP 639 (remove_files) COMPLETE
62122024-12-19T05:08:15.470Z[ recovery-image] Dec 19 05:08:14.820 INFO O| Dec 19 05:08:14.820 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62132024-12-19T05:08:15.478Z[ recovery-image] Dec 19 05:08:14.831 INFO O| Dec 19 05:08:14.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
62142024-12-19T05:08:15.481Z[ recovery-image] Dec 19 05:08:14.831 INFO O| Dec 19 05:08:14.831 INFO STEP 640 (remove_files) COMPLETE
62152024-12-19T05:08:15.482Z[ recovery-image] Dec 19 05:08:14.831 INFO O| Dec 19 05:08:14.831 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62162024-12-19T05:08:15.488Z[ recovery-image] Dec 19 05:08:14.841 INFO O| Dec 19 05:08:14.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
62172024-12-19T05:08:15.488Z[ recovery-image] Dec 19 05:08:14.841 INFO O| Dec 19 05:08:14.841 INFO STEP 641 (remove_files) COMPLETE
62182024-12-19T05:08:15.488Z[ recovery-image] Dec 19 05:08:14.841 INFO O| Dec 19 05:08:14.841 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62192024-12-19T05:08:15.499Z[ recovery-image] Dec 19 05:08:14.852 INFO O| Dec 19 05:08:14.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
62202024-12-19T05:08:15.499Z[ recovery-image] Dec 19 05:08:14.852 INFO O| Dec 19 05:08:14.852 INFO STEP 642 (remove_files) COMPLETE
62212024-12-19T05:08:15.502Z[ recovery-image] Dec 19 05:08:14.852 INFO O| Dec 19 05:08:14.852 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62222024-12-19T05:08:15.509Z[ recovery-image] Dec 19 05:08:14.862 INFO O| Dec 19 05:08:14.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
62232024-12-19T05:08:15.510Z[ recovery-image] Dec 19 05:08:14.863 INFO O| Dec 19 05:08:14.862 INFO STEP 643 (remove_files) COMPLETE
62242024-12-19T05:08:15.510Z[ recovery-image] Dec 19 05:08:14.863 INFO O| Dec 19 05:08:14.863 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62252024-12-19T05:08:15.520Z[ recovery-image] Dec 19 05:08:14.873 INFO O| Dec 19 05:08:14.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
62262024-12-19T05:08:15.523Z[ recovery-image] Dec 19 05:08:14.873 INFO O| Dec 19 05:08:14.873 INFO STEP 644 (remove_files) COMPLETE
62272024-12-19T05:08:15.523Z[ recovery-image] Dec 19 05:08:14.873 INFO O| Dec 19 05:08:14.873 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62282024-12-19T05:08:15.531Z[ recovery-image] Dec 19 05:08:14.884 INFO O| Dec 19 05:08:14.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
62292024-12-19T05:08:15.531Z[ recovery-image] Dec 19 05:08:14.884 INFO O| Dec 19 05:08:14.884 INFO STEP 645 (remove_files) COMPLETE
62302024-12-19T05:08:15.534Z[ recovery-image] Dec 19 05:08:14.884 INFO O| Dec 19 05:08:14.884 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62312024-12-19T05:08:15.550Z[ recovery-image] Dec 19 05:08:14.895 INFO O| Dec 19 05:08:14.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
62322024-12-19T05:08:15.550Z[ recovery-image] Dec 19 05:08:14.895 INFO O| Dec 19 05:08:14.895 INFO STEP 646 (remove_files) COMPLETE
62332024-12-19T05:08:15.550Z[ recovery-image] Dec 19 05:08:14.895 INFO O| Dec 19 05:08:14.895 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62342024-12-19T05:08:15.553Z[ recovery-image] Dec 19 05:08:14.905 INFO O| Dec 19 05:08:14.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
62352024-12-19T05:08:15.553Z[ recovery-image] Dec 19 05:08:14.905 INFO O| Dec 19 05:08:14.905 INFO STEP 647 (remove_files) COMPLETE
62362024-12-19T05:08:15.553Z[ recovery-image] Dec 19 05:08:14.905 INFO O| Dec 19 05:08:14.905 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62372024-12-19T05:08:15.562Z[ recovery-image] Dec 19 05:08:14.915 INFO O| Dec 19 05:08:14.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
62382024-12-19T05:08:15.562Z[ recovery-image] Dec 19 05:08:14.915 INFO O| Dec 19 05:08:14.915 INFO STEP 648 (remove_files) COMPLETE
62392024-12-19T05:08:15.565Z[ recovery-image] Dec 19 05:08:14.915 INFO O| Dec 19 05:08:14.915 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62402024-12-19T05:08:15.573Z[ recovery-image] Dec 19 05:08:14.926 INFO O| Dec 19 05:08:14.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
62412024-12-19T05:08:15.573Z[ recovery-image] Dec 19 05:08:14.926 INFO O| Dec 19 05:08:14.926 INFO STEP 649 (remove_files) COMPLETE
62422024-12-19T05:08:15.573Z[ recovery-image] Dec 19 05:08:14.926 INFO O| Dec 19 05:08:14.926 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62432024-12-19T05:08:15.583Z[ recovery-image] Dec 19 05:08:14.936 INFO O| Dec 19 05:08:14.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
62442024-12-19T05:08:15.583Z[ recovery-image] Dec 19 05:08:14.936 INFO O| Dec 19 05:08:14.936 INFO STEP 650 (remove_files) COMPLETE
62452024-12-19T05:08:15.586Z[ recovery-image] Dec 19 05:08:14.936 INFO O| Dec 19 05:08:14.936 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62462024-12-19T05:08:15.593Z[ recovery-image] Dec 19 05:08:14.946 INFO O| Dec 19 05:08:14.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
62472024-12-19T05:08:15.593Z[ recovery-image] Dec 19 05:08:14.946 INFO O| Dec 19 05:08:14.946 INFO STEP 651 (remove_files) COMPLETE
62482024-12-19T05:08:15.595Z[ recovery-image] Dec 19 05:08:14.946 INFO O| Dec 19 05:08:14.946 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62492024-12-19T05:08:15.603Z[ recovery-image] Dec 19 05:08:14.956 INFO O| Dec 19 05:08:14.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
62502024-12-19T05:08:15.603Z[ recovery-image] Dec 19 05:08:14.956 INFO O| Dec 19 05:08:14.956 INFO STEP 652 (remove_files) COMPLETE
62512024-12-19T05:08:15.606Z[ recovery-image] Dec 19 05:08:14.956 INFO O| Dec 19 05:08:14.956 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62522024-12-19T05:08:15.613Z[ recovery-image] Dec 19 05:08:14.966 INFO O| Dec 19 05:08:14.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
62532024-12-19T05:08:15.613Z[ recovery-image] Dec 19 05:08:14.966 INFO O| Dec 19 05:08:14.966 INFO STEP 653 (remove_files) COMPLETE
62542024-12-19T05:08:15.613Z[ recovery-image] Dec 19 05:08:14.966 INFO O| Dec 19 05:08:14.966 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62552024-12-19T05:08:15.622Z[ recovery-image] Dec 19 05:08:14.975 INFO O| Dec 19 05:08:14.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
62562024-12-19T05:08:15.625Z[ recovery-image] Dec 19 05:08:14.975 INFO O| Dec 19 05:08:14.975 INFO STEP 654 (remove_files) COMPLETE
62572024-12-19T05:08:15.625Z[ recovery-image] Dec 19 05:08:14.975 INFO O| Dec 19 05:08:14.975 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62582024-12-19T05:08:15.632Z[ recovery-image] Dec 19 05:08:14.985 INFO O| Dec 19 05:08:14.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
62592024-12-19T05:08:15.634Z[ recovery-image] Dec 19 05:08:14.985 INFO O| Dec 19 05:08:14.985 INFO STEP 655 (remove_files) COMPLETE
62602024-12-19T05:08:15.634Z[ recovery-image] Dec 19 05:08:14.985 INFO O| Dec 19 05:08:14.985 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62612024-12-19T05:08:15.641Z[ recovery-image] Dec 19 05:08:14.994 INFO O| Dec 19 05:08:14.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
62622024-12-19T05:08:15.641Z[ recovery-image] Dec 19 05:08:14.994 INFO O| Dec 19 05:08:14.994 INFO STEP 656 (remove_files) COMPLETE
62632024-12-19T05:08:15.643Z[ recovery-image] Dec 19 05:08:14.994 INFO O| Dec 19 05:08:14.994 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62642024-12-19T05:08:15.651Z[ recovery-image] Dec 19 05:08:15.004 INFO O| Dec 19 05:08:15.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
62652024-12-19T05:08:15.653Z[ recovery-image] Dec 19 05:08:15.004 INFO O| Dec 19 05:08:15.004 INFO STEP 657 (remove_files) COMPLETE
62662024-12-19T05:08:15.653Z[ recovery-image] Dec 19 05:08:15.004 INFO O| Dec 19 05:08:15.004 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62672024-12-19T05:08:15.661Z[ recovery-image] Dec 19 05:08:15.013 INFO O| Dec 19 05:08:15.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
62682024-12-19T05:08:15.666Z[ recovery-image] Dec 19 05:08:15.014 INFO O| Dec 19 05:08:15.014 INFO STEP 658 (remove_files) COMPLETE
62692024-12-19T05:08:15.666Z[ recovery-image] Dec 19 05:08:15.014 INFO O| Dec 19 05:08:15.014 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62702024-12-19T05:08:15.670Z[ recovery-image] Dec 19 05:08:15.024 INFO O| Dec 19 05:08:15.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
62712024-12-19T05:08:15.671Z[ recovery-image] Dec 19 05:08:15.024 INFO O| Dec 19 05:08:15.024 INFO STEP 659 (remove_files) COMPLETE
62722024-12-19T05:08:15.671Z[ recovery-image] Dec 19 05:08:15.024 INFO O| Dec 19 05:08:15.024 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62732024-12-19T05:08:15.680Z[ recovery-image] Dec 19 05:08:15.033 INFO O| Dec 19 05:08:15.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
62742024-12-19T05:08:15.680Z[ recovery-image] Dec 19 05:08:15.033 INFO O| Dec 19 05:08:15.033 INFO STEP 660 (remove_files) COMPLETE
62752024-12-19T05:08:15.680Z[ recovery-image] Dec 19 05:08:15.033 INFO O| Dec 19 05:08:15.033 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62762024-12-19T05:08:15.690Z[ recovery-image] Dec 19 05:08:15.043 INFO O| Dec 19 05:08:15.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
62772024-12-19T05:08:15.690Z[ recovery-image] Dec 19 05:08:15.043 INFO O| Dec 19 05:08:15.043 INFO STEP 661 (remove_files) COMPLETE
62782024-12-19T05:08:15.692Z[ recovery-image] Dec 19 05:08:15.043 INFO O| Dec 19 05:08:15.043 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62792024-12-19T05:08:15.699Z[ recovery-image] Dec 19 05:08:15.052 INFO O| Dec 19 05:08:15.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
62802024-12-19T05:08:15.699Z[ recovery-image] Dec 19 05:08:15.052 INFO O| Dec 19 05:08:15.052 INFO STEP 662 (remove_files) COMPLETE
62812024-12-19T05:08:15.701Z[ recovery-image] Dec 19 05:08:15.052 INFO O| Dec 19 05:08:15.052 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62822024-12-19T05:08:15.709Z[ recovery-image] Dec 19 05:08:15.062 INFO O| Dec 19 05:08:15.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
62832024-12-19T05:08:15.711Z[ recovery-image] Dec 19 05:08:15.062 INFO O| Dec 19 05:08:15.062 INFO STEP 663 (remove_files) COMPLETE
62842024-12-19T05:08:15.711Z[ recovery-image] Dec 19 05:08:15.062 INFO O| Dec 19 05:08:15.062 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62852024-12-19T05:08:15.718Z[ recovery-image] Dec 19 05:08:15.071 INFO O| Dec 19 05:08:15.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
62862024-12-19T05:08:15.718Z[ recovery-image] Dec 19 05:08:15.072 INFO O| Dec 19 05:08:15.072 INFO STEP 664 (remove_files) COMPLETE
62872024-12-19T05:08:15.718Z[ recovery-image] Dec 19 05:08:15.072 INFO O| Dec 19 05:08:15.072 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62882024-12-19T05:08:15.728Z[ recovery-image] Dec 19 05:08:15.081 INFO O| Dec 19 05:08:15.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
62892024-12-19T05:08:15.728Z[ recovery-image] Dec 19 05:08:15.081 INFO O| Dec 19 05:08:15.081 INFO STEP 665 (remove_files) COMPLETE
62902024-12-19T05:08:15.729Z[ recovery-image] Dec 19 05:08:15.081 INFO O| Dec 19 05:08:15.081 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62912024-12-19T05:08:15.738Z[ recovery-image] Dec 19 05:08:15.091 INFO O| Dec 19 05:08:15.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
62922024-12-19T05:08:15.745Z[ recovery-image] Dec 19 05:08:15.091 INFO O| Dec 19 05:08:15.091 INFO STEP 666 (remove_files) COMPLETE
62932024-12-19T05:08:15.745Z[ recovery-image] Dec 19 05:08:15.091 INFO O| Dec 19 05:08:15.091 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62942024-12-19T05:08:15.748Z[ recovery-image] Dec 19 05:08:15.100 INFO O| Dec 19 05:08:15.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
62952024-12-19T05:08:15.748Z[ recovery-image] Dec 19 05:08:15.100 INFO O| Dec 19 05:08:15.100 INFO STEP 667 (remove_files) COMPLETE
62962024-12-19T05:08:15.748Z[ recovery-image] Dec 19 05:08:15.100 INFO O| Dec 19 05:08:15.100 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62972024-12-19T05:08:15.757Z[ recovery-image] Dec 19 05:08:15.110 INFO O| Dec 19 05:08:15.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
62982024-12-19T05:08:15.757Z[ recovery-image] Dec 19 05:08:15.110 INFO O| Dec 19 05:08:15.110 INFO STEP 668 (remove_files) COMPLETE
62992024-12-19T05:08:15.757Z[ recovery-image] Dec 19 05:08:15.110 INFO O| Dec 19 05:08:15.110 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63002024-12-19T05:08:15.766Z[ recovery-image] Dec 19 05:08:15.119 INFO O| Dec 19 05:08:15.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
63012024-12-19T05:08:15.766Z[ recovery-image] Dec 19 05:08:15.119 INFO O| Dec 19 05:08:15.119 INFO STEP 669 (remove_files) COMPLETE
63022024-12-19T05:08:15.769Z[ recovery-image] Dec 19 05:08:15.119 INFO O| Dec 19 05:08:15.119 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63032024-12-19T05:08:15.776Z[ recovery-image] Dec 19 05:08:15.129 INFO O| Dec 19 05:08:15.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
63042024-12-19T05:08:15.776Z[ recovery-image] Dec 19 05:08:15.129 INFO O| Dec 19 05:08:15.129 INFO STEP 670 (remove_files) COMPLETE
63052024-12-19T05:08:15.777Z[ recovery-image] Dec 19 05:08:15.129 INFO O| Dec 19 05:08:15.129 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63062024-12-19T05:08:15.787Z[ recovery-image] Dec 19 05:08:15.140 INFO O| Dec 19 05:08:15.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
63072024-12-19T05:08:15.789Z[ recovery-image] Dec 19 05:08:15.140 INFO O| Dec 19 05:08:15.140 INFO STEP 671 (remove_files) COMPLETE
63082024-12-19T05:08:15.789Z[ recovery-image] Dec 19 05:08:15.140 INFO O| Dec 19 05:08:15.140 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63092024-12-19T05:08:15.798Z[ recovery-image] Dec 19 05:08:15.151 INFO O| Dec 19 05:08:15.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
63102024-12-19T05:08:15.801Z[ recovery-image] Dec 19 05:08:15.152 INFO O| Dec 19 05:08:15.151 INFO STEP 672 (remove_files) COMPLETE
63112024-12-19T05:08:15.801Z[ recovery-image] Dec 19 05:08:15.152 INFO O| Dec 19 05:08:15.152 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63122024-12-19T05:08:15.810Z[ recovery-image] Dec 19 05:08:15.163 INFO O| Dec 19 05:08:15.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
63132024-12-19T05:08:15.810Z[ recovery-image] Dec 19 05:08:15.163 INFO O| Dec 19 05:08:15.163 INFO STEP 673 (remove_files) COMPLETE
63142024-12-19T05:08:15.812Z[ recovery-image] Dec 19 05:08:15.163 INFO O| Dec 19 05:08:15.163 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63152024-12-19T05:08:15.821Z[ recovery-image] Dec 19 05:08:15.174 INFO O| Dec 19 05:08:15.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
63162024-12-19T05:08:15.821Z[ recovery-image] Dec 19 05:08:15.174 INFO O| Dec 19 05:08:15.174 INFO STEP 674 (remove_files) COMPLETE
63172024-12-19T05:08:15.821Z[ recovery-image] Dec 19 05:08:15.174 INFO O| Dec 19 05:08:15.174 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63182024-12-19T05:08:15.832Z[ recovery-image] Dec 19 05:08:15.185 INFO O| Dec 19 05:08:15.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
63192024-12-19T05:08:15.832Z[ recovery-image] Dec 19 05:08:15.185 INFO O| Dec 19 05:08:15.185 INFO STEP 675 (remove_files) COMPLETE
63202024-12-19T05:08:15.832Z[ recovery-image] Dec 19 05:08:15.185 INFO O| Dec 19 05:08:15.185 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63212024-12-19T05:08:15.844Z[ recovery-image] Dec 19 05:08:15.197 INFO O| Dec 19 05:08:15.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
63222024-12-19T05:08:15.844Z[ recovery-image] Dec 19 05:08:15.197 INFO O| Dec 19 05:08:15.197 INFO STEP 676 (remove_files) COMPLETE
63232024-12-19T05:08:15.847Z[ recovery-image] Dec 19 05:08:15.197 INFO O| Dec 19 05:08:15.197 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63242024-12-19T05:08:15.855Z[ recovery-image] Dec 19 05:08:15.208 INFO O| Dec 19 05:08:15.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
63252024-12-19T05:08:15.855Z[ recovery-image] Dec 19 05:08:15.208 INFO O| Dec 19 05:08:15.208 INFO STEP 677 (remove_files) COMPLETE
63262024-12-19T05:08:15.857Z[ recovery-image] Dec 19 05:08:15.208 INFO O| Dec 19 05:08:15.208 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63272024-12-19T05:08:15.868Z[ recovery-image] Dec 19 05:08:15.220 INFO O| Dec 19 05:08:15.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
63282024-12-19T05:08:15.868Z[ recovery-image] Dec 19 05:08:15.220 INFO O| Dec 19 05:08:15.220 INFO STEP 678 (remove_files) COMPLETE
63292024-12-19T05:08:15.870Z[ recovery-image] Dec 19 05:08:15.221 INFO O| Dec 19 05:08:15.220 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63302024-12-19T05:08:15.879Z[ recovery-image] Dec 19 05:08:15.232 INFO O| Dec 19 05:08:15.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
63312024-12-19T05:08:15.882Z[ recovery-image] Dec 19 05:08:15.232 INFO O| Dec 19 05:08:15.232 INFO STEP 679 (remove_files) COMPLETE
63322024-12-19T05:08:15.882Z[ recovery-image] Dec 19 05:08:15.232 INFO O| Dec 19 05:08:15.232 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63332024-12-19T05:08:15.890Z[ recovery-image] Dec 19 05:08:15.243 INFO O| Dec 19 05:08:15.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
63342024-12-19T05:08:15.893Z[ recovery-image] Dec 19 05:08:15.243 INFO O| Dec 19 05:08:15.243 INFO STEP 680 (remove_files) COMPLETE
63352024-12-19T05:08:15.893Z[ recovery-image] Dec 19 05:08:15.243 INFO O| Dec 19 05:08:15.243 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63362024-12-19T05:08:15.900Z[ recovery-image] Dec 19 05:08:15.253 INFO O| Dec 19 05:08:15.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
63372024-12-19T05:08:15.903Z[ recovery-image] Dec 19 05:08:15.253 INFO O| Dec 19 05:08:15.253 INFO STEP 681 (remove_files) COMPLETE
63382024-12-19T05:08:15.903Z[ recovery-image] Dec 19 05:08:15.253 INFO O| Dec 19 05:08:15.253 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63392024-12-19T05:08:15.910Z[ recovery-image] Dec 19 05:08:15.263 INFO O| Dec 19 05:08:15.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
63402024-12-19T05:08:15.910Z[ recovery-image] Dec 19 05:08:15.263 INFO O| Dec 19 05:08:15.263 INFO STEP 682 (remove_files) COMPLETE
63412024-12-19T05:08:15.913Z[ recovery-image] Dec 19 05:08:15.263 INFO O| Dec 19 05:08:15.263 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63422024-12-19T05:08:15.920Z[ recovery-image] Dec 19 05:08:15.273 INFO O| Dec 19 05:08:15.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
63432024-12-19T05:08:15.920Z[ recovery-image] Dec 19 05:08:15.273 INFO O| Dec 19 05:08:15.273 INFO STEP 683 (remove_files) COMPLETE
63442024-12-19T05:08:15.920Z[ recovery-image] Dec 19 05:08:15.273 INFO O| Dec 19 05:08:15.273 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63452024-12-19T05:08:15.930Z[ recovery-image] Dec 19 05:08:15.283 INFO O| Dec 19 05:08:15.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
63462024-12-19T05:08:15.933Z[ recovery-image] Dec 19 05:08:15.283 INFO O| Dec 19 05:08:15.283 INFO STEP 684 (remove_files) COMPLETE
63472024-12-19T05:08:15.933Z[ recovery-image] Dec 19 05:08:15.283 INFO O| Dec 19 05:08:15.283 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63482024-12-19T05:08:15.940Z[ recovery-image] Dec 19 05:08:15.293 INFO O| Dec 19 05:08:15.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
63492024-12-19T05:08:15.940Z[ recovery-image] Dec 19 05:08:15.293 INFO O| Dec 19 05:08:15.293 INFO STEP 685 (remove_files) COMPLETE
63502024-12-19T05:08:15.941Z[ recovery-image] Dec 19 05:08:15.293 INFO O| Dec 19 05:08:15.293 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63512024-12-19T05:08:15.950Z[ recovery-image] Dec 19 05:08:15.303 INFO O| Dec 19 05:08:15.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
63522024-12-19T05:08:15.950Z[ recovery-image] Dec 19 05:08:15.303 INFO O| Dec 19 05:08:15.303 INFO STEP 686 (remove_files) COMPLETE
63532024-12-19T05:08:15.950Z[ recovery-image] Dec 19 05:08:15.303 INFO O| Dec 19 05:08:15.303 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63542024-12-19T05:08:15.959Z[ recovery-image] Dec 19 05:08:15.312 INFO O| Dec 19 05:08:15.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
63552024-12-19T05:08:15.959Z[ recovery-image] Dec 19 05:08:15.312 INFO O| Dec 19 05:08:15.312 INFO STEP 687 (remove_files) COMPLETE
63562024-12-19T05:08:15.959Z[ recovery-image] Dec 19 05:08:15.312 INFO O| Dec 19 05:08:15.312 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63572024-12-19T05:08:15.969Z[ recovery-image] Dec 19 05:08:15.322 INFO O| Dec 19 05:08:15.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
63582024-12-19T05:08:15.969Z[ recovery-image] Dec 19 05:08:15.322 INFO O| Dec 19 05:08:15.322 INFO STEP 688 (remove_files) COMPLETE
63592024-12-19T05:08:15.971Z[ recovery-image] Dec 19 05:08:15.322 INFO O| Dec 19 05:08:15.322 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63602024-12-19T05:08:15.979Z[ recovery-image] Dec 19 05:08:15.332 INFO O| Dec 19 05:08:15.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
63612024-12-19T05:08:15.981Z[ recovery-image] Dec 19 05:08:15.332 INFO O| Dec 19 05:08:15.332 INFO STEP 689 (remove_files) COMPLETE
63622024-12-19T05:08:15.981Z[ recovery-image] Dec 19 05:08:15.332 INFO O| Dec 19 05:08:15.332 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63632024-12-19T05:08:15.988Z[ recovery-image] Dec 19 05:08:15.341 INFO O| Dec 19 05:08:15.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
63642024-12-19T05:08:15.988Z[ recovery-image] Dec 19 05:08:15.341 INFO O| Dec 19 05:08:15.341 INFO STEP 690 (remove_files) COMPLETE
63652024-12-19T05:08:15.989Z[ recovery-image] Dec 19 05:08:15.341 INFO O| Dec 19 05:08:15.341 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63662024-12-19T05:08:15.998Z[ recovery-image] Dec 19 05:08:15.351 INFO O| Dec 19 05:08:15.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
63672024-12-19T05:08:15.998Z[ recovery-image] Dec 19 05:08:15.351 INFO O| Dec 19 05:08:15.351 INFO STEP 691 (remove_files) COMPLETE
63682024-12-19T05:08:16.001Z[ recovery-image] Dec 19 05:08:15.352 INFO O| Dec 19 05:08:15.351 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63692024-12-19T05:08:16.008Z[ recovery-image] Dec 19 05:08:15.361 INFO O| Dec 19 05:08:15.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
63702024-12-19T05:08:16.011Z[ recovery-image] Dec 19 05:08:15.362 INFO O| Dec 19 05:08:15.362 INFO STEP 692 (remove_files) COMPLETE
63712024-12-19T05:08:16.011Z[ recovery-image] Dec 19 05:08:15.362 INFO O| Dec 19 05:08:15.362 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63722024-12-19T05:08:16.018Z[ recovery-image] Dec 19 05:08:15.371 INFO O| Dec 19 05:08:15.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
63732024-12-19T05:08:16.021Z[ recovery-image] Dec 19 05:08:15.372 INFO O| Dec 19 05:08:15.371 INFO STEP 693 (remove_files) COMPLETE
63742024-12-19T05:08:16.021Z[ recovery-image] Dec 19 05:08:15.372 INFO O| Dec 19 05:08:15.372 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63752024-12-19T05:08:16.028Z[ recovery-image] Dec 19 05:08:15.381 INFO O| Dec 19 05:08:15.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
63762024-12-19T05:08:16.028Z[ recovery-image] Dec 19 05:08:15.381 INFO O| Dec 19 05:08:15.381 INFO STEP 694 (remove_files) COMPLETE
63772024-12-19T05:08:16.028Z[ recovery-image] Dec 19 05:08:15.381 INFO O| Dec 19 05:08:15.381 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63782024-12-19T05:08:16.038Z[ recovery-image] Dec 19 05:08:15.391 INFO O| Dec 19 05:08:15.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
63792024-12-19T05:08:16.038Z[ recovery-image] Dec 19 05:08:15.391 INFO O| Dec 19 05:08:15.391 INFO STEP 695 (remove_files) COMPLETE
63802024-12-19T05:08:16.041Z[ recovery-image] Dec 19 05:08:15.391 INFO O| Dec 19 05:08:15.391 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63812024-12-19T05:08:16.047Z[ recovery-image] Dec 19 05:08:15.400 INFO O| Dec 19 05:08:15.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
63822024-12-19T05:08:16.050Z[ recovery-image] Dec 19 05:08:15.400 INFO O| Dec 19 05:08:15.400 INFO STEP 696 (remove_files) COMPLETE
63832024-12-19T05:08:16.050Z[ recovery-image] Dec 19 05:08:15.400 INFO O| Dec 19 05:08:15.400 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63842024-12-19T05:08:16.057Z[ recovery-image] Dec 19 05:08:15.410 INFO O| Dec 19 05:08:15.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
63852024-12-19T05:08:16.059Z[ recovery-image] Dec 19 05:08:15.410 INFO O| Dec 19 05:08:15.410 INFO STEP 697 (remove_files) COMPLETE
63862024-12-19T05:08:16.059Z[ recovery-image] Dec 19 05:08:15.410 INFO O| Dec 19 05:08:15.410 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63872024-12-19T05:08:16.067Z[ recovery-image] Dec 19 05:08:15.420 INFO O| Dec 19 05:08:15.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
63882024-12-19T05:08:16.067Z[ recovery-image] Dec 19 05:08:15.420 INFO O| Dec 19 05:08:15.420 INFO STEP 698 (remove_files) COMPLETE
63892024-12-19T05:08:16.069Z[ recovery-image] Dec 19 05:08:15.420 INFO O| Dec 19 05:08:15.420 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63902024-12-19T05:08:16.076Z[ recovery-image] Dec 19 05:08:15.429 INFO O| Dec 19 05:08:15.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
63912024-12-19T05:08:16.076Z[ recovery-image] Dec 19 05:08:15.429 INFO O| Dec 19 05:08:15.429 INFO STEP 699 (remove_files) COMPLETE
63922024-12-19T05:08:16.076Z[ recovery-image] Dec 19 05:08:15.429 INFO O| Dec 19 05:08:15.429 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63932024-12-19T05:08:16.086Z[ recovery-image] Dec 19 05:08:15.439 INFO O| Dec 19 05:08:15.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
63942024-12-19T05:08:16.086Z[ recovery-image] Dec 19 05:08:15.439 INFO O| Dec 19 05:08:15.439 INFO STEP 700 (remove_files) COMPLETE
63952024-12-19T05:08:16.089Z[ recovery-image] Dec 19 05:08:15.439 INFO O| Dec 19 05:08:15.439 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63962024-12-19T05:08:16.095Z[ recovery-image] Dec 19 05:08:15.448 INFO O| Dec 19 05:08:15.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
63972024-12-19T05:08:16.095Z[ recovery-image] Dec 19 05:08:15.448 INFO O| Dec 19 05:08:15.448 INFO STEP 701 (remove_files) COMPLETE
63982024-12-19T05:08:16.098Z[ recovery-image] Dec 19 05:08:15.448 INFO O| Dec 19 05:08:15.448 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63992024-12-19T05:08:16.105Z[ recovery-image] Dec 19 05:08:15.458 INFO O| Dec 19 05:08:15.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
64002024-12-19T05:08:16.107Z[ recovery-image] Dec 19 05:08:15.459 INFO O| Dec 19 05:08:15.459 INFO STEP 702 (remove_files) COMPLETE
64012024-12-19T05:08:16.107Z[ recovery-image] Dec 19 05:08:15.459 INFO O| Dec 19 05:08:15.459 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64022024-12-19T05:08:16.116Z[ recovery-image] Dec 19 05:08:15.468 INFO O| Dec 19 05:08:15.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
64032024-12-19T05:08:16.116Z[ recovery-image] Dec 19 05:08:15.469 INFO O| Dec 19 05:08:15.469 INFO STEP 703 (remove_files) COMPLETE
64042024-12-19T05:08:16.116Z[ recovery-image] Dec 19 05:08:15.469 INFO O| Dec 19 05:08:15.469 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64052024-12-19T05:08:16.125Z[ recovery-image] Dec 19 05:08:15.478 INFO O| Dec 19 05:08:15.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
64062024-12-19T05:08:16.128Z[ recovery-image] Dec 19 05:08:15.478 INFO O| Dec 19 05:08:15.478 INFO STEP 704 (remove_files) COMPLETE
64072024-12-19T05:08:16.128Z[ recovery-image] Dec 19 05:08:15.478 INFO O| Dec 19 05:08:15.478 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64082024-12-19T05:08:16.135Z[ recovery-image] Dec 19 05:08:15.488 INFO O| Dec 19 05:08:15.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
64092024-12-19T05:08:16.135Z[ recovery-image] Dec 19 05:08:15.488 INFO O| Dec 19 05:08:15.488 INFO STEP 705 (remove_files) COMPLETE
64102024-12-19T05:08:16.135Z[ recovery-image] Dec 19 05:08:15.488 INFO O| Dec 19 05:08:15.488 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64112024-12-19T05:08:16.144Z[ recovery-image] Dec 19 05:08:15.497 INFO O| Dec 19 05:08:15.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
64122024-12-19T05:08:16.144Z[ recovery-image] Dec 19 05:08:15.497 INFO O| Dec 19 05:08:15.497 INFO STEP 706 (remove_files) COMPLETE
64132024-12-19T05:08:16.144Z[ recovery-image] Dec 19 05:08:15.497 INFO O| Dec 19 05:08:15.497 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64142024-12-19T05:08:16.154Z[ recovery-image] Dec 19 05:08:15.507 INFO O| Dec 19 05:08:15.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
64152024-12-19T05:08:16.154Z[ recovery-image] Dec 19 05:08:15.507 INFO O| Dec 19 05:08:15.507 INFO STEP 707 (remove_files) COMPLETE
64162024-12-19T05:08:16.154Z[ recovery-image] Dec 19 05:08:15.507 INFO O| Dec 19 05:08:15.507 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64172024-12-19T05:08:16.163Z[ recovery-image] Dec 19 05:08:15.516 INFO O| Dec 19 05:08:15.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
64182024-12-19T05:08:16.165Z[ recovery-image] Dec 19 05:08:15.516 INFO O| Dec 19 05:08:15.516 INFO STEP 708 (remove_files) COMPLETE
64192024-12-19T05:08:16.165Z[ recovery-image] Dec 19 05:08:15.516 INFO O| Dec 19 05:08:15.516 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64202024-12-19T05:08:16.173Z[ recovery-image] Dec 19 05:08:15.526 INFO O| Dec 19 05:08:15.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
64212024-12-19T05:08:16.173Z[ recovery-image] Dec 19 05:08:15.526 INFO O| Dec 19 05:08:15.526 INFO STEP 709 (remove_files) COMPLETE
64222024-12-19T05:08:16.173Z[ recovery-image] Dec 19 05:08:15.526 INFO O| Dec 19 05:08:15.526 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64232024-12-19T05:08:16.183Z[ recovery-image] Dec 19 05:08:15.535 INFO O| Dec 19 05:08:15.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
64242024-12-19T05:08:16.183Z[ recovery-image] Dec 19 05:08:15.535 INFO O| Dec 19 05:08:15.535 INFO STEP 710 (remove_files) COMPLETE
64252024-12-19T05:08:16.183Z[ recovery-image] Dec 19 05:08:15.535 INFO O| Dec 19 05:08:15.535 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64262024-12-19T05:08:16.195Z[ recovery-image] Dec 19 05:08:15.548 INFO O| Dec 19 05:08:15.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
64272024-12-19T05:08:16.197Z[ recovery-image] Dec 19 05:08:15.548 INFO O| Dec 19 05:08:15.548 INFO STEP 711 (remove_files) COMPLETE
64282024-12-19T05:08:16.197Z[ recovery-image] Dec 19 05:08:15.548 INFO O| Dec 19 05:08:15.548 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64292024-12-19T05:08:16.206Z[ recovery-image] Dec 19 05:08:15.559 INFO O| Dec 19 05:08:15.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
64302024-12-19T05:08:16.206Z[ recovery-image] Dec 19 05:08:15.559 INFO O| Dec 19 05:08:15.559 INFO STEP 712 (remove_files) COMPLETE
64312024-12-19T05:08:16.208Z[ recovery-image] Dec 19 05:08:15.559 INFO O| Dec 19 05:08:15.559 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64322024-12-19T05:08:16.217Z[ recovery-image] Dec 19 05:08:15.570 INFO O| Dec 19 05:08:15.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
64332024-12-19T05:08:16.217Z[ recovery-image] Dec 19 05:08:15.570 INFO O| Dec 19 05:08:15.570 INFO STEP 713 (remove_files) COMPLETE
64342024-12-19T05:08:16.220Z[ recovery-image] Dec 19 05:08:15.571 INFO O| Dec 19 05:08:15.570 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64352024-12-19T05:08:16.229Z[ recovery-image] Dec 19 05:08:15.582 INFO O| Dec 19 05:08:15.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
64362024-12-19T05:08:16.229Z[ recovery-image] Dec 19 05:08:15.582 INFO O| Dec 19 05:08:15.582 INFO STEP 714 (remove_files) COMPLETE
64372024-12-19T05:08:16.229Z[ recovery-image] Dec 19 05:08:15.582 INFO O| Dec 19 05:08:15.582 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64382024-12-19T05:08:16.241Z[ recovery-image] Dec 19 05:08:15.593 INFO O| Dec 19 05:08:15.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
64392024-12-19T05:08:16.241Z[ recovery-image] Dec 19 05:08:15.594 INFO O| Dec 19 05:08:15.594 INFO STEP 715 (remove_files) COMPLETE
64402024-12-19T05:08:16.241Z[ recovery-image] Dec 19 05:08:15.594 INFO O| Dec 19 05:08:15.594 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64412024-12-19T05:08:16.253Z[ recovery-image] Dec 19 05:08:15.606 INFO O| Dec 19 05:08:15.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
64422024-12-19T05:08:16.253Z[ recovery-image] Dec 19 05:08:15.606 INFO O| Dec 19 05:08:15.606 INFO STEP 716 (remove_files) COMPLETE
64432024-12-19T05:08:16.255Z[ recovery-image] Dec 19 05:08:15.606 INFO O| Dec 19 05:08:15.606 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64442024-12-19T05:08:16.265Z[ recovery-image] Dec 19 05:08:15.618 INFO O| Dec 19 05:08:15.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
64452024-12-19T05:08:16.265Z[ recovery-image] Dec 19 05:08:15.618 INFO O| Dec 19 05:08:15.618 INFO STEP 717 (remove_files) COMPLETE
64462024-12-19T05:08:16.265Z[ recovery-image] Dec 19 05:08:15.618 INFO O| Dec 19 05:08:15.618 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64472024-12-19T05:08:16.279Z[ recovery-image] Dec 19 05:08:15.631 INFO O| Dec 19 05:08:15.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
64482024-12-19T05:08:16.279Z[ recovery-image] Dec 19 05:08:15.632 INFO O| Dec 19 05:08:15.632 INFO STEP 718 (remove_files) COMPLETE
64492024-12-19T05:08:16.282Z[ recovery-image] Dec 19 05:08:15.632 INFO O| Dec 19 05:08:15.632 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64502024-12-19T05:08:16.292Z[ recovery-image] Dec 19 05:08:15.645 INFO O| Dec 19 05:08:15.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
64512024-12-19T05:08:16.294Z[ recovery-image] Dec 19 05:08:15.645 INFO O| Dec 19 05:08:15.645 INFO STEP 719 (remove_files) COMPLETE
64522024-12-19T05:08:16.294Z[ recovery-image] Dec 19 05:08:15.645 INFO O| Dec 19 05:08:15.645 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64532024-12-19T05:08:16.303Z[ recovery-image] Dec 19 05:08:15.656 INFO O| Dec 19 05:08:15.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
64542024-12-19T05:08:16.303Z[ recovery-image] Dec 19 05:08:15.656 INFO O| Dec 19 05:08:15.656 INFO STEP 720 (remove_files) COMPLETE
64552024-12-19T05:08:16.303Z[ recovery-image] Dec 19 05:08:15.656 INFO O| Dec 19 05:08:15.656 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64562024-12-19T05:08:16.314Z[ recovery-image] Dec 19 05:08:15.667 INFO O| Dec 19 05:08:15.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
64572024-12-19T05:08:16.316Z[ recovery-image] Dec 19 05:08:15.667 INFO O| Dec 19 05:08:15.667 INFO STEP 721 (remove_files) COMPLETE
64582024-12-19T05:08:16.316Z[ recovery-image] Dec 19 05:08:15.667 INFO O| Dec 19 05:08:15.667 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64592024-12-19T05:08:16.323Z[ recovery-image] Dec 19 05:08:15.676 INFO O| Dec 19 05:08:15.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
64602024-12-19T05:08:16.326Z[ recovery-image] Dec 19 05:08:15.677 INFO O| Dec 19 05:08:15.677 INFO STEP 722 (remove_files) COMPLETE
64612024-12-19T05:08:16.326Z[ recovery-image] Dec 19 05:08:15.677 INFO O| Dec 19 05:08:15.677 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64622024-12-19T05:08:16.333Z[ recovery-image] Dec 19 05:08:15.686 INFO O| Dec 19 05:08:15.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
64632024-12-19T05:08:16.336Z[ recovery-image] Dec 19 05:08:15.687 INFO O| Dec 19 05:08:15.687 INFO STEP 723 (remove_files) COMPLETE
64642024-12-19T05:08:16.336Z[ recovery-image] Dec 19 05:08:15.687 INFO O| Dec 19 05:08:15.687 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64652024-12-19T05:08:16.344Z[ recovery-image] Dec 19 05:08:15.697 INFO O| Dec 19 05:08:15.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
64662024-12-19T05:08:16.347Z[ recovery-image] Dec 19 05:08:15.697 INFO O| Dec 19 05:08:15.697 INFO STEP 724 (remove_files) COMPLETE
64672024-12-19T05:08:16.347Z[ recovery-image] Dec 19 05:08:15.697 INFO O| Dec 19 05:08:15.697 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64682024-12-19T05:08:16.354Z[ recovery-image] Dec 19 05:08:15.707 INFO O| Dec 19 05:08:15.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
64692024-12-19T05:08:16.356Z[ recovery-image] Dec 19 05:08:15.707 INFO O| Dec 19 05:08:15.707 INFO STEP 725 (remove_files) COMPLETE
64702024-12-19T05:08:16.356Z[ recovery-image] Dec 19 05:08:15.707 INFO O| Dec 19 05:08:15.707 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64712024-12-19T05:08:16.363Z[ recovery-image] Dec 19 05:08:15.716 INFO O| Dec 19 05:08:15.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
64722024-12-19T05:08:16.366Z[ recovery-image] Dec 19 05:08:15.716 INFO O| Dec 19 05:08:15.716 INFO STEP 726 (remove_files) COMPLETE
64732024-12-19T05:08:16.366Z[ recovery-image] Dec 19 05:08:15.716 INFO O| Dec 19 05:08:15.716 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64742024-12-19T05:08:16.373Z[ recovery-image] Dec 19 05:08:15.726 INFO O| Dec 19 05:08:15.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
64752024-12-19T05:08:16.373Z[ recovery-image] Dec 19 05:08:15.726 INFO O| Dec 19 05:08:15.726 INFO STEP 727 (remove_files) COMPLETE
64762024-12-19T05:08:16.375Z[ recovery-image] Dec 19 05:08:15.726 INFO O| Dec 19 05:08:15.726 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64772024-12-19T05:08:16.382Z[ recovery-image] Dec 19 05:08:15.735 INFO O| Dec 19 05:08:15.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
64782024-12-19T05:08:16.382Z[ recovery-image] Dec 19 05:08:15.735 INFO O| Dec 19 05:08:15.735 INFO STEP 728 (remove_files) COMPLETE
64792024-12-19T05:08:16.382Z[ recovery-image] Dec 19 05:08:15.735 INFO O| Dec 19 05:08:15.735 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64802024-12-19T05:08:16.392Z[ recovery-image] Dec 19 05:08:15.745 INFO O| Dec 19 05:08:15.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
64812024-12-19T05:08:16.394Z[ recovery-image] Dec 19 05:08:15.745 INFO O| Dec 19 05:08:15.745 INFO STEP 729 (remove_files) COMPLETE
64822024-12-19T05:08:16.395Z[ recovery-image] Dec 19 05:08:15.745 INFO O| Dec 19 05:08:15.745 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64832024-12-19T05:08:16.401Z[ recovery-image] Dec 19 05:08:15.754 INFO O| Dec 19 05:08:15.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
64842024-12-19T05:08:16.405Z[ recovery-image] Dec 19 05:08:15.754 INFO O| Dec 19 05:08:15.754 INFO STEP 730 (remove_files) COMPLETE
64852024-12-19T05:08:16.405Z[ recovery-image] Dec 19 05:08:15.754 INFO O| Dec 19 05:08:15.754 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64862024-12-19T05:08:16.411Z[ recovery-image] Dec 19 05:08:15.764 INFO O| Dec 19 05:08:15.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
64872024-12-19T05:08:16.413Z[ recovery-image] Dec 19 05:08:15.764 INFO O| Dec 19 05:08:15.764 INFO STEP 731 (remove_files) COMPLETE
64882024-12-19T05:08:16.413Z[ recovery-image] Dec 19 05:08:15.764 INFO O| Dec 19 05:08:15.764 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64892024-12-19T05:08:16.421Z[ recovery-image] Dec 19 05:08:15.774 INFO O| Dec 19 05:08:15.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
64902024-12-19T05:08:16.423Z[ recovery-image] Dec 19 05:08:15.774 INFO O| Dec 19 05:08:15.774 INFO STEP 732 (remove_files) COMPLETE
64912024-12-19T05:08:16.423Z[ recovery-image] Dec 19 05:08:15.774 INFO O| Dec 19 05:08:15.774 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64922024-12-19T05:08:16.430Z[ recovery-image] Dec 19 05:08:15.783 INFO O| Dec 19 05:08:15.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
64932024-12-19T05:08:16.433Z[ recovery-image] Dec 19 05:08:15.783 INFO O| Dec 19 05:08:15.783 INFO STEP 733 (remove_files) COMPLETE
64942024-12-19T05:08:16.433Z[ recovery-image] Dec 19 05:08:15.783 INFO O| Dec 19 05:08:15.783 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64952024-12-19T05:08:16.440Z[ recovery-image] Dec 19 05:08:15.793 INFO O| Dec 19 05:08:15.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
64962024-12-19T05:08:16.441Z[ recovery-image] Dec 19 05:08:15.793 INFO O| Dec 19 05:08:15.793 INFO STEP 734 (remove_files) COMPLETE
64972024-12-19T05:08:16.443Z[ recovery-image] Dec 19 05:08:15.793 INFO O| Dec 19 05:08:15.793 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64982024-12-19T05:08:16.449Z[ recovery-image] Dec 19 05:08:15.802 INFO O| Dec 19 05:08:15.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
64992024-12-19T05:08:16.452Z[ recovery-image] Dec 19 05:08:15.802 INFO O| Dec 19 05:08:15.802 INFO STEP 735 (remove_files) COMPLETE
65002024-12-19T05:08:16.452Z[ recovery-image] Dec 19 05:08:15.802 INFO O| Dec 19 05:08:15.802 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65012024-12-19T05:08:16.459Z[ recovery-image] Dec 19 05:08:15.812 INFO O| Dec 19 05:08:15.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
65022024-12-19T05:08:16.459Z[ recovery-image] Dec 19 05:08:15.812 INFO O| Dec 19 05:08:15.812 INFO STEP 736 (remove_files) COMPLETE
65032024-12-19T05:08:16.461Z[ recovery-image] Dec 19 05:08:15.812 INFO O| Dec 19 05:08:15.812 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65042024-12-19T05:08:16.468Z[ recovery-image] Dec 19 05:08:15.821 INFO O| Dec 19 05:08:15.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
65052024-12-19T05:08:16.471Z[ recovery-image] Dec 19 05:08:15.822 INFO O| Dec 19 05:08:15.822 INFO STEP 737 (remove_files) COMPLETE
65062024-12-19T05:08:16.471Z[ recovery-image] Dec 19 05:08:15.822 INFO O| Dec 19 05:08:15.822 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65072024-12-19T05:08:16.479Z[ recovery-image] Dec 19 05:08:15.832 INFO O| Dec 19 05:08:15.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
65082024-12-19T05:08:16.479Z[ recovery-image] Dec 19 05:08:15.832 INFO O| Dec 19 05:08:15.832 INFO STEP 738 (remove_files) COMPLETE
65092024-12-19T05:08:16.481Z[ recovery-image] Dec 19 05:08:15.832 INFO O| Dec 19 05:08:15.832 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65102024-12-19T05:08:16.488Z[ recovery-image] Dec 19 05:08:15.841 INFO O| Dec 19 05:08:15.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
65112024-12-19T05:08:16.488Z[ recovery-image] Dec 19 05:08:15.841 INFO O| Dec 19 05:08:15.841 INFO STEP 739 (remove_files) COMPLETE
65122024-12-19T05:08:16.488Z[ recovery-image] Dec 19 05:08:15.841 INFO O| Dec 19 05:08:15.841 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65132024-12-19T05:08:16.498Z[ recovery-image] Dec 19 05:08:15.851 INFO O| Dec 19 05:08:15.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
65142024-12-19T05:08:16.500Z[ recovery-image] Dec 19 05:08:15.851 INFO O| Dec 19 05:08:15.851 INFO STEP 740 (remove_files) COMPLETE
65152024-12-19T05:08:16.500Z[ recovery-image] Dec 19 05:08:15.851 INFO O| Dec 19 05:08:15.851 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65162024-12-19T05:08:16.508Z[ recovery-image] Dec 19 05:08:15.861 INFO O| Dec 19 05:08:15.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
65172024-12-19T05:08:16.508Z[ recovery-image] Dec 19 05:08:15.861 INFO O| Dec 19 05:08:15.861 INFO STEP 741 (remove_files) COMPLETE
65182024-12-19T05:08:16.510Z[ recovery-image] Dec 19 05:08:15.861 INFO O| Dec 19 05:08:15.861 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65192024-12-19T05:08:16.517Z[ recovery-image] Dec 19 05:08:15.870 INFO O| Dec 19 05:08:15.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
65202024-12-19T05:08:16.517Z[ recovery-image] Dec 19 05:08:15.870 INFO O| Dec 19 05:08:15.870 INFO STEP 742 (remove_files) COMPLETE
65212024-12-19T05:08:16.517Z[ recovery-image] Dec 19 05:08:15.870 INFO O| Dec 19 05:08:15.870 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65222024-12-19T05:08:16.527Z[ recovery-image] Dec 19 05:08:15.880 INFO O| Dec 19 05:08:15.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
65232024-12-19T05:08:16.528Z[ recovery-image] Dec 19 05:08:15.880 INFO O| Dec 19 05:08:15.880 INFO STEP 743 (remove_files) COMPLETE
65242024-12-19T05:08:16.530Z[ recovery-image] Dec 19 05:08:15.880 INFO O| Dec 19 05:08:15.880 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65252024-12-19T05:08:16.536Z[ recovery-image] Dec 19 05:08:15.889 INFO O| Dec 19 05:08:15.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
65262024-12-19T05:08:16.536Z[ recovery-image] Dec 19 05:08:15.889 INFO O| Dec 19 05:08:15.889 INFO STEP 744 (remove_files) COMPLETE
65272024-12-19T05:08:16.538Z[ recovery-image] Dec 19 05:08:15.889 INFO O| Dec 19 05:08:15.889 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65282024-12-19T05:08:16.546Z[ recovery-image] Dec 19 05:08:15.899 INFO O| Dec 19 05:08:15.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
65292024-12-19T05:08:16.546Z[ recovery-image] Dec 19 05:08:15.899 INFO O| Dec 19 05:08:15.899 INFO STEP 745 (remove_files) COMPLETE
65302024-12-19T05:08:16.546Z[ recovery-image] Dec 19 05:08:15.899 INFO O| Dec 19 05:08:15.899 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65312024-12-19T05:08:16.556Z[ recovery-image] Dec 19 05:08:15.909 INFO O| Dec 19 05:08:15.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
65322024-12-19T05:08:16.556Z[ recovery-image] Dec 19 05:08:15.909 INFO O| Dec 19 05:08:15.909 INFO STEP 746 (remove_files) COMPLETE
65332024-12-19T05:08:16.558Z[ recovery-image] Dec 19 05:08:15.909 INFO O| Dec 19 05:08:15.909 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65342024-12-19T05:08:16.565Z[ recovery-image] Dec 19 05:08:15.918 INFO O| Dec 19 05:08:15.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
65352024-12-19T05:08:16.568Z[ recovery-image] Dec 19 05:08:15.918 INFO O| Dec 19 05:08:15.918 INFO STEP 747 (remove_files) COMPLETE
65362024-12-19T05:08:16.568Z[ recovery-image] Dec 19 05:08:15.918 INFO O| Dec 19 05:08:15.918 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65372024-12-19T05:08:16.575Z[ recovery-image] Dec 19 05:08:15.928 INFO O| Dec 19 05:08:15.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
65382024-12-19T05:08:16.575Z[ recovery-image] Dec 19 05:08:15.928 INFO O| Dec 19 05:08:15.928 INFO STEP 748 (remove_files) COMPLETE
65392024-12-19T05:08:16.578Z[ recovery-image] Dec 19 05:08:15.928 INFO O| Dec 19 05:08:15.928 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65402024-12-19T05:08:16.585Z[ recovery-image] Dec 19 05:08:15.938 INFO O| Dec 19 05:08:15.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
65412024-12-19T05:08:16.587Z[ recovery-image] Dec 19 05:08:15.938 INFO O| Dec 19 05:08:15.938 INFO STEP 749 (remove_files) COMPLETE
65422024-12-19T05:08:16.587Z[ recovery-image] Dec 19 05:08:15.938 INFO O| Dec 19 05:08:15.938 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65432024-12-19T05:08:16.595Z[ recovery-image] Dec 19 05:08:15.948 INFO O| Dec 19 05:08:15.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
65442024-12-19T05:08:16.595Z[ recovery-image] Dec 19 05:08:15.948 INFO O| Dec 19 05:08:15.948 INFO STEP 750 (remove_files) COMPLETE
65452024-12-19T05:08:16.595Z[ recovery-image] Dec 19 05:08:15.948 INFO O| Dec 19 05:08:15.948 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65462024-12-19T05:08:16.604Z[ recovery-image] Dec 19 05:08:15.957 INFO O| Dec 19 05:08:15.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
65472024-12-19T05:08:16.604Z[ recovery-image] Dec 19 05:08:15.957 INFO O| Dec 19 05:08:15.957 INFO STEP 751 (remove_files) COMPLETE
65482024-12-19T05:08:16.604Z[ recovery-image] Dec 19 05:08:15.957 INFO O| Dec 19 05:08:15.957 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65492024-12-19T05:08:16.614Z[ recovery-image] Dec 19 05:08:15.967 INFO O| Dec 19 05:08:15.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
65502024-12-19T05:08:16.614Z[ recovery-image] Dec 19 05:08:15.967 INFO O| Dec 19 05:08:15.967 INFO STEP 752 (remove_files) COMPLETE
65512024-12-19T05:08:16.616Z[ recovery-image] Dec 19 05:08:15.967 INFO O| Dec 19 05:08:15.967 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65522024-12-19T05:08:16.623Z[ recovery-image] Dec 19 05:08:15.976 INFO O| Dec 19 05:08:15.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
65532024-12-19T05:08:16.626Z[ recovery-image] Dec 19 05:08:15.976 INFO O| Dec 19 05:08:15.976 INFO STEP 753 (remove_files) COMPLETE
65542024-12-19T05:08:16.626Z[ recovery-image] Dec 19 05:08:15.977 INFO O| Dec 19 05:08:15.976 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65552024-12-19T05:08:16.633Z[ recovery-image] Dec 19 05:08:15.986 INFO O| Dec 19 05:08:15.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
65562024-12-19T05:08:16.633Z[ recovery-image] Dec 19 05:08:15.986 INFO O| Dec 19 05:08:15.986 INFO STEP 754 (remove_files) COMPLETE
65572024-12-19T05:08:16.633Z[ recovery-image] Dec 19 05:08:15.986 INFO O| Dec 19 05:08:15.986 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65582024-12-19T05:08:16.643Z[ recovery-image] Dec 19 05:08:15.996 INFO O| Dec 19 05:08:15.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
65592024-12-19T05:08:16.645Z[ recovery-image] Dec 19 05:08:15.996 INFO O| Dec 19 05:08:15.996 INFO STEP 755 (remove_files) COMPLETE
65602024-12-19T05:08:16.645Z[ recovery-image] Dec 19 05:08:15.996 INFO O| Dec 19 05:08:15.996 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65612024-12-19T05:08:16.653Z[ recovery-image] Dec 19 05:08:16.006 INFO O| Dec 19 05:08:16.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
65622024-12-19T05:08:16.653Z[ recovery-image] Dec 19 05:08:16.006 INFO O| Dec 19 05:08:16.006 INFO STEP 756 (remove_files) COMPLETE
65632024-12-19T05:08:16.656Z[ recovery-image] Dec 19 05:08:16.006 INFO O| Dec 19 05:08:16.006 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65642024-12-19T05:08:16.662Z[ recovery-image] Dec 19 05:08:16.015 INFO O| Dec 19 05:08:16.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
65652024-12-19T05:08:16.662Z[ recovery-image] Dec 19 05:08:16.015 INFO O| Dec 19 05:08:16.015 INFO STEP 757 (remove_files) COMPLETE
65662024-12-19T05:08:16.665Z[ recovery-image] Dec 19 05:08:16.015 INFO O| Dec 19 05:08:16.015 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65672024-12-19T05:08:16.672Z[ recovery-image] Dec 19 05:08:16.025 INFO O| Dec 19 05:08:16.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
65682024-12-19T05:08:16.675Z[ recovery-image] Dec 19 05:08:16.025 INFO O| Dec 19 05:08:16.025 INFO STEP 758 (remove_files) COMPLETE
65692024-12-19T05:08:16.675Z[ recovery-image] Dec 19 05:08:16.025 INFO O| Dec 19 05:08:16.025 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65702024-12-19T05:08:16.682Z[ recovery-image] Dec 19 05:08:16.035 INFO O| Dec 19 05:08:16.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
65712024-12-19T05:08:16.685Z[ recovery-image] Dec 19 05:08:16.036 INFO O| Dec 19 05:08:16.036 INFO STEP 759 (remove_files) COMPLETE
65722024-12-19T05:08:16.685Z[ recovery-image] Dec 19 05:08:16.037 INFO O| Dec 19 05:08:16.036 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65732024-12-19T05:08:16.693Z[ recovery-image] Dec 19 05:08:16.046 INFO O| Dec 19 05:08:16.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
65742024-12-19T05:08:16.695Z[ recovery-image] Dec 19 05:08:16.047 INFO O| Dec 19 05:08:16.047 INFO STEP 760 (remove_files) COMPLETE
65752024-12-19T05:08:16.695Z[ recovery-image] Dec 19 05:08:16.047 INFO O| Dec 19 05:08:16.047 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65762024-12-19T05:08:16.705Z[ recovery-image] Dec 19 05:08:16.058 INFO O| Dec 19 05:08:16.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
65772024-12-19T05:08:16.705Z[ recovery-image] Dec 19 05:08:16.058 INFO O| Dec 19 05:08:16.058 INFO STEP 761 (remove_files) COMPLETE
65782024-12-19T05:08:16.707Z[ recovery-image] Dec 19 05:08:16.058 INFO O| Dec 19 05:08:16.058 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65792024-12-19T05:08:16.716Z[ recovery-image] Dec 19 05:08:16.069 INFO O| Dec 19 05:08:16.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
65802024-12-19T05:08:16.718Z[ recovery-image] Dec 19 05:08:16.069 INFO O| Dec 19 05:08:16.069 INFO STEP 762 (remove_files) COMPLETE
65812024-12-19T05:08:16.718Z[ recovery-image] Dec 19 05:08:16.069 INFO O| Dec 19 05:08:16.069 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65822024-12-19T05:08:16.726Z[ recovery-image] Dec 19 05:08:16.079 INFO O| Dec 19 05:08:16.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
65832024-12-19T05:08:16.729Z[ recovery-image] Dec 19 05:08:16.079 INFO O| Dec 19 05:08:16.079 INFO STEP 763 (remove_files) COMPLETE
65842024-12-19T05:08:16.729Z[ recovery-image] Dec 19 05:08:16.079 INFO O| Dec 19 05:08:16.079 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65852024-12-19T05:08:16.735Z[ recovery-image] Dec 19 05:08:16.088 INFO O| Dec 19 05:08:16.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
65862024-12-19T05:08:16.735Z[ recovery-image] Dec 19 05:08:16.088 INFO O| Dec 19 05:08:16.088 INFO STEP 764 (remove_files) COMPLETE
65872024-12-19T05:08:16.735Z[ recovery-image] Dec 19 05:08:16.088 INFO O| Dec 19 05:08:16.088 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65882024-12-19T05:08:16.747Z[ recovery-image] Dec 19 05:08:16.099 INFO O| Dec 19 05:08:16.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
65892024-12-19T05:08:16.747Z[ recovery-image] Dec 19 05:08:16.100 INFO O| Dec 19 05:08:16.099 INFO STEP 765 (remove_files) COMPLETE
65902024-12-19T05:08:16.749Z[ recovery-image] Dec 19 05:08:16.100 INFO O| Dec 19 05:08:16.100 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65912024-12-19T05:08:16.758Z[ recovery-image] Dec 19 05:08:16.111 INFO O| Dec 19 05:08:16.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
65922024-12-19T05:08:16.758Z[ recovery-image] Dec 19 05:08:16.111 INFO O| Dec 19 05:08:16.111 INFO STEP 766 (remove_files) COMPLETE
65932024-12-19T05:08:16.758Z[ recovery-image] Dec 19 05:08:16.111 INFO O| Dec 19 05:08:16.111 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65942024-12-19T05:08:16.769Z[ recovery-image] Dec 19 05:08:16.122 INFO O| Dec 19 05:08:16.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
65952024-12-19T05:08:16.769Z[ recovery-image] Dec 19 05:08:16.122 INFO O| Dec 19 05:08:16.122 INFO STEP 767 (remove_files) COMPLETE
65962024-12-19T05:08:16.771Z[ recovery-image] Dec 19 05:08:16.122 INFO O| Dec 19 05:08:16.122 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65972024-12-19T05:08:16.780Z[ recovery-image] Dec 19 05:08:16.132 INFO O| Dec 19 05:08:16.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
65982024-12-19T05:08:16.780Z[ recovery-image] Dec 19 05:08:16.133 INFO O| Dec 19 05:08:16.133 INFO STEP 768 (remove_files) COMPLETE
65992024-12-19T05:08:16.782Z[ recovery-image] Dec 19 05:08:16.133 INFO O| Dec 19 05:08:16.133 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66002024-12-19T05:08:16.791Z[ recovery-image] Dec 19 05:08:16.143 INFO O| Dec 19 05:08:16.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
66012024-12-19T05:08:16.791Z[ recovery-image] Dec 19 05:08:16.143 INFO O| Dec 19 05:08:16.143 INFO STEP 769 (remove_files) COMPLETE
66022024-12-19T05:08:16.793Z[ recovery-image] Dec 19 05:08:16.144 INFO O| Dec 19 05:08:16.143 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66032024-12-19T05:08:16.801Z[ recovery-image] Dec 19 05:08:16.154 INFO O| Dec 19 05:08:16.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
66042024-12-19T05:08:16.801Z[ recovery-image] Dec 19 05:08:16.154 INFO O| Dec 19 05:08:16.154 INFO STEP 770 (remove_files) COMPLETE
66052024-12-19T05:08:16.804Z[ recovery-image] Dec 19 05:08:16.154 INFO O| Dec 19 05:08:16.154 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66062024-12-19T05:08:16.811Z[ recovery-image] Dec 19 05:08:16.164 INFO O| Dec 19 05:08:16.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
66072024-12-19T05:08:16.814Z[ recovery-image] Dec 19 05:08:16.165 INFO O| Dec 19 05:08:16.165 INFO STEP 771 (remove_files) COMPLETE
66082024-12-19T05:08:16.814Z[ recovery-image] Dec 19 05:08:16.165 INFO O| Dec 19 05:08:16.165 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66092024-12-19T05:08:16.822Z[ recovery-image] Dec 19 05:08:16.175 INFO O| Dec 19 05:08:16.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
66102024-12-19T05:08:16.824Z[ recovery-image] Dec 19 05:08:16.175 INFO O| Dec 19 05:08:16.175 INFO STEP 772 (remove_files) COMPLETE
66112024-12-19T05:08:16.824Z[ recovery-image] Dec 19 05:08:16.175 INFO O| Dec 19 05:08:16.175 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66122024-12-19T05:08:16.833Z[ recovery-image] Dec 19 05:08:16.186 INFO O| Dec 19 05:08:16.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
66132024-12-19T05:08:16.833Z[ recovery-image] Dec 19 05:08:16.186 INFO O| Dec 19 05:08:16.186 INFO STEP 773 (remove_files) COMPLETE
66142024-12-19T05:08:16.836Z[ recovery-image] Dec 19 05:08:16.186 INFO O| Dec 19 05:08:16.186 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66152024-12-19T05:08:16.845Z[ recovery-image] Dec 19 05:08:16.197 INFO O| Dec 19 05:08:16.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
66162024-12-19T05:08:16.845Z[ recovery-image] Dec 19 05:08:16.198 INFO O| Dec 19 05:08:16.198 INFO STEP 774 (remove_files) COMPLETE
66172024-12-19T05:08:16.845Z[ recovery-image] Dec 19 05:08:16.198 INFO O| Dec 19 05:08:16.198 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66182024-12-19T05:08:16.858Z[ recovery-image] Dec 19 05:08:16.210 INFO O| Dec 19 05:08:16.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
66192024-12-19T05:08:16.858Z[ recovery-image] Dec 19 05:08:16.210 INFO O| Dec 19 05:08:16.210 INFO STEP 775 (remove_files) COMPLETE
66202024-12-19T05:08:16.858Z[ recovery-image] Dec 19 05:08:16.210 INFO O| Dec 19 05:08:16.210 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66212024-12-19T05:08:16.869Z[ recovery-image] Dec 19 05:08:16.222 INFO O| Dec 19 05:08:16.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
66222024-12-19T05:08:16.869Z[ recovery-image] Dec 19 05:08:16.222 INFO O| Dec 19 05:08:16.222 INFO STEP 776 (remove_files) COMPLETE
66232024-12-19T05:08:16.872Z[ recovery-image] Dec 19 05:08:16.222 INFO O| Dec 19 05:08:16.222 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66242024-12-19T05:08:16.880Z[ recovery-image] Dec 19 05:08:16.233 INFO O| Dec 19 05:08:16.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
66252024-12-19T05:08:16.883Z[ recovery-image] Dec 19 05:08:16.233 INFO O| Dec 19 05:08:16.233 INFO STEP 777 (remove_files) COMPLETE
66262024-12-19T05:08:16.883Z[ recovery-image] Dec 19 05:08:16.233 INFO O| Dec 19 05:08:16.233 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66272024-12-19T05:08:16.891Z[ recovery-image] Dec 19 05:08:16.244 INFO O| Dec 19 05:08:16.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
66282024-12-19T05:08:16.891Z[ recovery-image] Dec 19 05:08:16.244 INFO O| Dec 19 05:08:16.244 INFO STEP 778 (remove_files) COMPLETE
66292024-12-19T05:08:16.894Z[ recovery-image] Dec 19 05:08:16.244 INFO O| Dec 19 05:08:16.244 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66302024-12-19T05:08:16.901Z[ recovery-image] Dec 19 05:08:16.254 INFO O| Dec 19 05:08:16.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
66312024-12-19T05:08:16.901Z[ recovery-image] Dec 19 05:08:16.254 INFO O| Dec 19 05:08:16.254 INFO STEP 779 (remove_files) COMPLETE
66322024-12-19T05:08:16.903Z[ recovery-image] Dec 19 05:08:16.254 INFO O| Dec 19 05:08:16.254 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66332024-12-19T05:08:16.911Z[ recovery-image] Dec 19 05:08:16.264 INFO O| Dec 19 05:08:16.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
66342024-12-19T05:08:16.911Z[ recovery-image] Dec 19 05:08:16.264 INFO O| Dec 19 05:08:16.264 INFO STEP 780 (remove_files) COMPLETE
66352024-12-19T05:08:16.911Z[ recovery-image] Dec 19 05:08:16.264 INFO O| Dec 19 05:08:16.264 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66362024-12-19T05:08:16.920Z[ recovery-image] Dec 19 05:08:16.273 INFO O| Dec 19 05:08:16.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
66372024-12-19T05:08:16.922Z[ recovery-image] Dec 19 05:08:16.273 INFO O| Dec 19 05:08:16.273 INFO STEP 781 (remove_files) COMPLETE
66382024-12-19T05:08:16.922Z[ recovery-image] Dec 19 05:08:16.273 INFO O| Dec 19 05:08:16.273 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66392024-12-19T05:08:16.932Z[ recovery-image] Dec 19 05:08:16.285 INFO O| Dec 19 05:08:16.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
66402024-12-19T05:08:16.935Z[ recovery-image] Dec 19 05:08:16.285 INFO O| Dec 19 05:08:16.285 INFO STEP 782 (remove_files) COMPLETE
66412024-12-19T05:08:16.935Z[ recovery-image] Dec 19 05:08:16.285 INFO O| Dec 19 05:08:16.285 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66422024-12-19T05:08:16.942Z[ recovery-image] Dec 19 05:08:16.294 INFO O| Dec 19 05:08:16.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
66432024-12-19T05:08:16.944Z[ recovery-image] Dec 19 05:08:16.295 INFO O| Dec 19 05:08:16.294 INFO STEP 783 (remove_files) COMPLETE
66442024-12-19T05:08:16.944Z[ recovery-image] Dec 19 05:08:16.295 INFO O| Dec 19 05:08:16.295 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66452024-12-19T05:08:16.951Z[ recovery-image] Dec 19 05:08:16.304 INFO O| Dec 19 05:08:16.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
66462024-12-19T05:08:16.954Z[ recovery-image] Dec 19 05:08:16.304 INFO O| Dec 19 05:08:16.304 INFO STEP 784 (remove_files) COMPLETE
66472024-12-19T05:08:16.954Z[ recovery-image] Dec 19 05:08:16.304 INFO O| Dec 19 05:08:16.304 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66482024-12-19T05:08:16.961Z[ recovery-image] Dec 19 05:08:16.314 INFO O| Dec 19 05:08:16.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
66492024-12-19T05:08:16.961Z[ recovery-image] Dec 19 05:08:16.314 INFO O| Dec 19 05:08:16.314 INFO STEP 785 (remove_files) COMPLETE
66502024-12-19T05:08:16.963Z[ recovery-image] Dec 19 05:08:16.314 INFO O| Dec 19 05:08:16.314 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66512024-12-19T05:08:16.971Z[ recovery-image] Dec 19 05:08:16.324 INFO O| Dec 19 05:08:16.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
66522024-12-19T05:08:16.973Z[ recovery-image] Dec 19 05:08:16.324 INFO O| Dec 19 05:08:16.324 INFO STEP 786 (remove_files) COMPLETE
66532024-12-19T05:08:16.973Z[ recovery-image] Dec 19 05:08:16.324 INFO O| Dec 19 05:08:16.324 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66542024-12-19T05:08:16.980Z[ recovery-image] Dec 19 05:08:16.333 INFO O| Dec 19 05:08:16.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
66552024-12-19T05:08:16.980Z[ recovery-image] Dec 19 05:08:16.333 INFO O| Dec 19 05:08:16.333 INFO STEP 787 (remove_files) COMPLETE
66562024-12-19T05:08:16.983Z[ recovery-image] Dec 19 05:08:16.333 INFO O| Dec 19 05:08:16.333 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66572024-12-19T05:08:16.990Z[ recovery-image] Dec 19 05:08:16.343 INFO O| Dec 19 05:08:16.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
66582024-12-19T05:08:16.990Z[ recovery-image] Dec 19 05:08:16.343 INFO O| Dec 19 05:08:16.343 INFO STEP 788 (remove_files) COMPLETE
66592024-12-19T05:08:16.990Z[ recovery-image] Dec 19 05:08:16.343 INFO O| Dec 19 05:08:16.343 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66602024-12-19T05:08:16.999Z[ recovery-image] Dec 19 05:08:16.352 INFO O| Dec 19 05:08:16.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
66612024-12-19T05:08:16.999Z[ recovery-image] Dec 19 05:08:16.352 INFO O| Dec 19 05:08:16.352 INFO STEP 789 (remove_files) COMPLETE
66622024-12-19T05:08:16.999Z[ recovery-image] Dec 19 05:08:16.352 INFO O| Dec 19 05:08:16.352 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66632024-12-19T05:08:17.009Z[ recovery-image] Dec 19 05:08:16.361 INFO O| Dec 19 05:08:16.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
66642024-12-19T05:08:17.009Z[ recovery-image] Dec 19 05:08:16.361 INFO O| Dec 19 05:08:16.361 INFO STEP 790 (remove_files) COMPLETE
66652024-12-19T05:08:17.011Z[ recovery-image] Dec 19 05:08:16.362 INFO O| Dec 19 05:08:16.361 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66662024-12-19T05:08:17.018Z[ recovery-image] Dec 19 05:08:16.371 INFO O| Dec 19 05:08:16.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
66672024-12-19T05:08:17.018Z[ recovery-image] Dec 19 05:08:16.371 INFO O| Dec 19 05:08:16.371 INFO STEP 791 (remove_files) COMPLETE
66682024-12-19T05:08:17.021Z[ recovery-image] Dec 19 05:08:16.371 INFO O| Dec 19 05:08:16.371 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66692024-12-19T05:08:17.027Z[ host-image] Dec 19 05:08:16.379 INFO O| Dec 19 05:08:16.379 INFO O| Planning: Solver setup ... Done
66702024-12-19T05:08:17.029Z[ recovery-image] Dec 19 05:08:16.380 INFO O| Dec 19 05:08:16.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
66712024-12-19T05:08:17.029Z[ recovery-image] Dec 19 05:08:16.380 INFO O| Dec 19 05:08:16.380 INFO STEP 792 (remove_files) COMPLETE
66722024-12-19T05:08:17.030Z[ recovery-image] Dec 19 05:08:16.381 INFO O| Dec 19 05:08:16.380 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66732024-12-19T05:08:17.032Z[ host-image] Dec 19 05:08:16.384 INFO O| Dec 19 05:08:16.384 INFO O| Planning: Running solver ... Done
66742024-12-19T05:08:17.038Z[ recovery-image] Dec 19 05:08:16.390 INFO O| Dec 19 05:08:16.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
66752024-12-19T05:08:17.038Z[ recovery-image] Dec 19 05:08:16.391 INFO O| Dec 19 05:08:16.391 INFO STEP 793 (remove_files) COMPLETE
66762024-12-19T05:08:17.041Z[ recovery-image] Dec 19 05:08:16.391 INFO O| Dec 19 05:08:16.391 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66772024-12-19T05:08:17.047Z[ recovery-image] Dec 19 05:08:16.400 INFO O| Dec 19 05:08:16.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
66782024-12-19T05:08:17.047Z[ recovery-image] Dec 19 05:08:16.400 INFO O| Dec 19 05:08:16.400 INFO STEP 794 (remove_files) COMPLETE
66792024-12-19T05:08:17.047Z[ recovery-image] Dec 19 05:08:16.400 INFO O| Dec 19 05:08:16.400 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66802024-12-19T05:08:17.057Z[ recovery-image] Dec 19 05:08:16.410 INFO O| Dec 19 05:08:16.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
66812024-12-19T05:08:17.060Z[ recovery-image] Dec 19 05:08:16.410 INFO O| Dec 19 05:08:16.410 INFO STEP 795 (remove_files) COMPLETE
66822024-12-19T05:08:17.060Z[ recovery-image] Dec 19 05:08:16.410 INFO O| Dec 19 05:08:16.410 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66832024-12-19T05:08:17.067Z[ recovery-image] Dec 19 05:08:16.420 INFO O| Dec 19 05:08:16.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
66842024-12-19T05:08:17.069Z[ recovery-image] Dec 19 05:08:16.420 INFO O| Dec 19 05:08:16.420 INFO STEP 796 (remove_files) COMPLETE
66852024-12-19T05:08:17.069Z[ recovery-image] Dec 19 05:08:16.420 INFO O| Dec 19 05:08:16.420 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66862024-12-19T05:08:17.077Z[ recovery-image] Dec 19 05:08:16.430 INFO O| Dec 19 05:08:16.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
66872024-12-19T05:08:17.079Z[ recovery-image] Dec 19 05:08:16.430 INFO O| Dec 19 05:08:16.430 INFO STEP 797 (remove_files) COMPLETE
66882024-12-19T05:08:17.079Z[ recovery-image] Dec 19 05:08:16.430 INFO O| Dec 19 05:08:16.430 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66892024-12-19T05:08:17.087Z[ recovery-image] Dec 19 05:08:16.440 INFO O| Dec 19 05:08:16.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
66902024-12-19T05:08:17.089Z[ recovery-image] Dec 19 05:08:16.440 INFO O| Dec 19 05:08:16.440 INFO STEP 798 (remove_files) COMPLETE
66912024-12-19T05:08:17.089Z[ recovery-image] Dec 19 05:08:16.440 INFO O| Dec 19 05:08:16.440 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66922024-12-19T05:08:17.093Z[ host-image] Dec 19 05:08:16.446 INFO O| Dec 19 05:08:16.446 INFO O| Planning: Finding local manifests ... Done
66932024-12-19T05:08:17.096Z[ host-image] Dec 19 05:08:16.448 INFO O| Dec 19 05:08:16.448 INFO O| Planning: Fetching manifests: 0/6 0% complete
66942024-12-19T05:08:17.098Z[ recovery-image] Dec 19 05:08:16.449 INFO O| Dec 19 05:08:16.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
66952024-12-19T05:08:17.098Z[ recovery-image] Dec 19 05:08:16.449 INFO O| Dec 19 05:08:16.449 INFO STEP 799 (remove_files) COMPLETE
66962024-12-19T05:08:17.098Z[ recovery-image] Dec 19 05:08:16.449 INFO O| Dec 19 05:08:16.449 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66972024-12-19T05:08:17.108Z[ recovery-image] Dec 19 05:08:16.461 INFO O| Dec 19 05:08:16.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
66982024-12-19T05:08:17.108Z[ recovery-image] Dec 19 05:08:16.461 INFO O| Dec 19 05:08:16.461 INFO STEP 800 (remove_files) COMPLETE
66992024-12-19T05:08:17.111Z[ recovery-image] Dec 19 05:08:16.461 INFO O| Dec 19 05:08:16.461 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67002024-12-19T05:08:17.118Z[ recovery-image] Dec 19 05:08:16.471 INFO O| Dec 19 05:08:16.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
67012024-12-19T05:08:17.119Z[ recovery-image] Dec 19 05:08:16.471 INFO O| Dec 19 05:08:16.471 INFO STEP 801 (remove_files) COMPLETE
67022024-12-19T05:08:17.122Z[ recovery-image] Dec 19 05:08:16.471 INFO O| Dec 19 05:08:16.471 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67032024-12-19T05:08:17.128Z[ recovery-image] Dec 19 05:08:16.481 INFO O| Dec 19 05:08:16.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
67042024-12-19T05:08:17.128Z[ recovery-image] Dec 19 05:08:16.481 INFO O| Dec 19 05:08:16.481 INFO STEP 802 (remove_files) COMPLETE
67052024-12-19T05:08:17.128Z[ recovery-image] Dec 19 05:08:16.481 INFO O| Dec 19 05:08:16.481 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67062024-12-19T05:08:17.140Z[ recovery-image] Dec 19 05:08:16.493 INFO O| Dec 19 05:08:16.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
67072024-12-19T05:08:17.140Z[ recovery-image] Dec 19 05:08:16.493 INFO O| Dec 19 05:08:16.493 INFO STEP 803 (remove_files) COMPLETE
67082024-12-19T05:08:17.140Z[ recovery-image] Dec 19 05:08:16.493 INFO O| Dec 19 05:08:16.493 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67092024-12-19T05:08:17.150Z[ recovery-image] Dec 19 05:08:16.503 INFO O| Dec 19 05:08:16.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
67102024-12-19T05:08:17.152Z[ recovery-image] Dec 19 05:08:16.503 INFO O| Dec 19 05:08:16.503 INFO STEP 804 (remove_files) COMPLETE
67112024-12-19T05:08:17.152Z[ recovery-image] Dec 19 05:08:16.503 INFO O| Dec 19 05:08:16.503 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67122024-12-19T05:08:17.160Z[ recovery-image] Dec 19 05:08:16.513 INFO O| Dec 19 05:08:16.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
67132024-12-19T05:08:17.160Z[ recovery-image] Dec 19 05:08:16.513 INFO O| Dec 19 05:08:16.513 INFO STEP 805 (remove_files) COMPLETE
67142024-12-19T05:08:17.162Z[ recovery-image] Dec 19 05:08:16.513 INFO O| Dec 19 05:08:16.513 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67152024-12-19T05:08:17.170Z[ recovery-image] Dec 19 05:08:16.522 INFO O| Dec 19 05:08:16.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
67162024-12-19T05:08:17.170Z[ recovery-image] Dec 19 05:08:16.523 INFO O| Dec 19 05:08:16.523 INFO STEP 806 (remove_files) COMPLETE
67172024-12-19T05:08:17.173Z[ recovery-image] Dec 19 05:08:16.523 INFO O| Dec 19 05:08:16.523 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67182024-12-19T05:08:17.179Z[ recovery-image] Dec 19 05:08:16.532 INFO O| Dec 19 05:08:16.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
67192024-12-19T05:08:17.180Z[ recovery-image] Dec 19 05:08:16.532 INFO O| Dec 19 05:08:16.532 INFO STEP 807 (remove_files) COMPLETE
67202024-12-19T05:08:17.180Z[ recovery-image] Dec 19 05:08:16.532 INFO O| Dec 19 05:08:16.532 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67212024-12-19T05:08:17.189Z[ recovery-image] Dec 19 05:08:16.542 INFO O| Dec 19 05:08:16.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
67222024-12-19T05:08:17.192Z[ recovery-image] Dec 19 05:08:16.542 INFO O| Dec 19 05:08:16.542 INFO STEP 808 (remove_files) COMPLETE
67232024-12-19T05:08:17.192Z[ recovery-image] Dec 19 05:08:16.542 INFO O| Dec 19 05:08:16.542 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67242024-12-19T05:08:17.200Z[ recovery-image] Dec 19 05:08:16.552 INFO O| Dec 19 05:08:16.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
67252024-12-19T05:08:17.200Z[ recovery-image] Dec 19 05:08:16.552 INFO O| Dec 19 05:08:16.552 INFO STEP 809 (remove_files) COMPLETE
67262024-12-19T05:08:17.200Z[ recovery-image] Dec 19 05:08:16.552 INFO O| Dec 19 05:08:16.552 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67272024-12-19T05:08:17.209Z[ recovery-image] Dec 19 05:08:16.562 INFO O| Dec 19 05:08:16.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
67282024-12-19T05:08:17.211Z[ recovery-image] Dec 19 05:08:16.562 INFO O| Dec 19 05:08:16.562 INFO STEP 810 (remove_files) COMPLETE
67292024-12-19T05:08:17.211Z[ recovery-image] Dec 19 05:08:16.562 INFO O| Dec 19 05:08:16.562 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67302024-12-19T05:08:17.219Z[ recovery-image] Dec 19 05:08:16.572 INFO O| Dec 19 05:08:16.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
67312024-12-19T05:08:17.219Z[ recovery-image] Dec 19 05:08:16.572 INFO O| Dec 19 05:08:16.572 INFO STEP 811 (remove_files) COMPLETE
67322024-12-19T05:08:17.219Z[ recovery-image] Dec 19 05:08:16.572 INFO O| Dec 19 05:08:16.572 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67332024-12-19T05:08:17.228Z[ recovery-image] Dec 19 05:08:16.581 INFO O| Dec 19 05:08:16.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
67342024-12-19T05:08:17.228Z[ recovery-image] Dec 19 05:08:16.581 INFO O| Dec 19 05:08:16.581 INFO STEP 812 (remove_files) COMPLETE
67352024-12-19T05:08:17.228Z[ recovery-image] Dec 19 05:08:16.581 INFO O| Dec 19 05:08:16.581 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67362024-12-19T05:08:17.238Z[ recovery-image] Dec 19 05:08:16.591 INFO O| Dec 19 05:08:16.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
67372024-12-19T05:08:17.238Z[ recovery-image] Dec 19 05:08:16.591 INFO O| Dec 19 05:08:16.591 INFO STEP 813 (remove_files) COMPLETE
67382024-12-19T05:08:17.238Z[ recovery-image] Dec 19 05:08:16.591 INFO O| Dec 19 05:08:16.591 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67392024-12-19T05:08:17.248Z[ recovery-image] Dec 19 05:08:16.600 INFO O| Dec 19 05:08:16.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
67402024-12-19T05:08:17.248Z[ recovery-image] Dec 19 05:08:16.601 INFO O| Dec 19 05:08:16.600 INFO STEP 814 (remove_files) COMPLETE
67412024-12-19T05:08:17.248Z[ recovery-image] Dec 19 05:08:16.601 INFO O| Dec 19 05:08:16.600 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67422024-12-19T05:08:17.257Z[ recovery-image] Dec 19 05:08:16.610 INFO O| Dec 19 05:08:16.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
67432024-12-19T05:08:17.257Z[ recovery-image] Dec 19 05:08:16.610 INFO O| Dec 19 05:08:16.610 INFO STEP 815 (remove_files) COMPLETE
67442024-12-19T05:08:17.259Z[ recovery-image] Dec 19 05:08:16.610 INFO O| Dec 19 05:08:16.610 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67452024-12-19T05:08:17.263Z[ host-image] Dec 19 05:08:16.616 INFO O| Dec 19 05:08:16.616 INFO O| Planning: Fetching manifests: 6/6 100% complete
67462024-12-19T05:08:17.267Z[ recovery-image] Dec 19 05:08:16.620 INFO O| Dec 19 05:08:16.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
67472024-12-19T05:08:17.269Z[ recovery-image] Dec 19 05:08:16.620 INFO O| Dec 19 05:08:16.620 INFO STEP 816 (remove_files) COMPLETE
67482024-12-19T05:08:17.269Z[ recovery-image] Dec 19 05:08:16.620 INFO O| Dec 19 05:08:16.620 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67492024-12-19T05:08:17.277Z[ recovery-image] Dec 19 05:08:16.630 INFO O| Dec 19 05:08:16.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
67502024-12-19T05:08:17.280Z[ recovery-image] Dec 19 05:08:16.630 INFO O| Dec 19 05:08:16.630 INFO STEP 817 (remove_files) COMPLETE
67512024-12-19T05:08:17.280Z[ recovery-image] Dec 19 05:08:16.630 INFO O| Dec 19 05:08:16.630 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67522024-12-19T05:08:17.288Z[ recovery-image] Dec 19 05:08:16.641 INFO O| Dec 19 05:08:16.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
67532024-12-19T05:08:17.288Z[ recovery-image] Dec 19 05:08:16.641 INFO O| Dec 19 05:08:16.641 INFO STEP 818 (remove_files) COMPLETE
67542024-12-19T05:08:17.288Z[ recovery-image] Dec 19 05:08:16.641 INFO O| Dec 19 05:08:16.641 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67552024-12-19T05:08:17.296Z[ host-image] Dec 19 05:08:16.649 INFO O| Dec 19 05:08:16.649 INFO O| Planning: Package planning ... Done
67562024-12-19T05:08:17.298Z[ recovery-image] Dec 19 05:08:16.651 INFO O| Dec 19 05:08:16.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
67572024-12-19T05:08:17.300Z[ recovery-image] Dec 19 05:08:16.651 INFO O| Dec 19 05:08:16.651 INFO STEP 819 (remove_files) COMPLETE
67582024-12-19T05:08:17.300Z[ recovery-image] Dec 19 05:08:16.651 INFO O| Dec 19 05:08:16.651 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67592024-12-19T05:08:17.308Z[ recovery-image] Dec 19 05:08:16.661 INFO O| Dec 19 05:08:16.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
67602024-12-19T05:08:17.308Z[ recovery-image] Dec 19 05:08:16.661 INFO O| Dec 19 05:08:16.661 INFO STEP 820 (remove_files) COMPLETE
67612024-12-19T05:08:17.310Z[ recovery-image] Dec 19 05:08:16.661 INFO O| Dec 19 05:08:16.661 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67622024-12-19T05:08:17.315Z[ host-image] Dec 19 05:08:16.668 INFO O| Dec 19 05:08:16.668 INFO O| Planning: Merging actions ... Done
67632024-12-19T05:08:17.318Z[ recovery-image] Dec 19 05:08:16.670 INFO O| Dec 19 05:08:16.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
67642024-12-19T05:08:17.318Z[ recovery-image] Dec 19 05:08:16.670 INFO O| Dec 19 05:08:16.670 INFO STEP 821 (remove_files) COMPLETE
67652024-12-19T05:08:17.318Z[ recovery-image] Dec 19 05:08:16.670 INFO O| Dec 19 05:08:16.670 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67662024-12-19T05:08:17.327Z[ recovery-image] Dec 19 05:08:16.680 INFO O| Dec 19 05:08:16.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
67672024-12-19T05:08:17.327Z[ recovery-image] Dec 19 05:08:16.680 INFO O| Dec 19 05:08:16.680 INFO STEP 822 (remove_files) COMPLETE
67682024-12-19T05:08:17.327Z[ recovery-image] Dec 19 05:08:16.680 INFO O| Dec 19 05:08:16.680 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67692024-12-19T05:08:17.336Z[ recovery-image] Dec 19 05:08:16.689 INFO O| Dec 19 05:08:16.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
67702024-12-19T05:08:17.336Z[ recovery-image] Dec 19 05:08:16.689 INFO O| Dec 19 05:08:16.689 INFO STEP 823 (remove_files) COMPLETE
67712024-12-19T05:08:17.336Z[ recovery-image] Dec 19 05:08:16.689 INFO O| Dec 19 05:08:16.689 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67722024-12-19T05:08:17.346Z[ recovery-image] Dec 19 05:08:16.699 INFO O| Dec 19 05:08:16.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
67732024-12-19T05:08:17.346Z[ recovery-image] Dec 19 05:08:16.699 INFO O| Dec 19 05:08:16.699 INFO STEP 824 (remove_files) COMPLETE
67742024-12-19T05:08:17.346Z[ recovery-image] Dec 19 05:08:16.699 INFO O| Dec 19 05:08:16.699 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67752024-12-19T05:08:17.356Z[ recovery-image] Dec 19 05:08:16.709 INFO O| Dec 19 05:08:16.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
67762024-12-19T05:08:17.356Z[ recovery-image] Dec 19 05:08:16.709 INFO O| Dec 19 05:08:16.709 INFO STEP 825 (remove_files) COMPLETE
67772024-12-19T05:08:17.356Z[ recovery-image] Dec 19 05:08:16.709 INFO O| Dec 19 05:08:16.709 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67782024-12-19T05:08:17.366Z[ recovery-image] Dec 19 05:08:16.719 INFO O| Dec 19 05:08:16.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
67792024-12-19T05:08:17.366Z[ recovery-image] Dec 19 05:08:16.719 INFO O| Dec 19 05:08:16.719 INFO STEP 826 (remove_files) COMPLETE
67802024-12-19T05:08:17.368Z[ recovery-image] Dec 19 05:08:16.719 INFO O| Dec 19 05:08:16.719 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67812024-12-19T05:08:17.375Z[ recovery-image] Dec 19 05:08:16.728 INFO O| Dec 19 05:08:16.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
67822024-12-19T05:08:17.375Z[ recovery-image] Dec 19 05:08:16.728 INFO O| Dec 19 05:08:16.728 INFO STEP 827 (remove_files) COMPLETE
67832024-12-19T05:08:17.375Z[ recovery-image] Dec 19 05:08:16.728 INFO O| Dec 19 05:08:16.728 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67842024-12-19T05:08:17.385Z[ recovery-image] Dec 19 05:08:16.738 INFO O| Dec 19 05:08:16.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
67852024-12-19T05:08:17.387Z[ recovery-image] Dec 19 05:08:16.738 INFO O| Dec 19 05:08:16.738 INFO STEP 828 (remove_files) COMPLETE
67862024-12-19T05:08:17.387Z[ recovery-image] Dec 19 05:08:16.738 INFO O| Dec 19 05:08:16.738 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67872024-12-19T05:08:17.388Z[ host-image] Dec 19 05:08:16.740 INFO O| Dec 19 05:08:16.740 INFO O| Planning: Checking for conflicting actions ... Done
67882024-12-19T05:08:17.392Z[ host-image] Dec 19 05:08:16.745 INFO O| Dec 19 05:08:16.745 INFO O| Planning: Consolidating action changes ... Done
67892024-12-19T05:08:17.397Z[ recovery-image] Dec 19 05:08:16.750 INFO O| Dec 19 05:08:16.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
67902024-12-19T05:08:17.397Z[ recovery-image] Dec 19 05:08:16.750 INFO O| Dec 19 05:08:16.750 INFO STEP 829 (remove_files) COMPLETE
67912024-12-19T05:08:17.400Z[ recovery-image] Dec 19 05:08:16.750 INFO O| Dec 19 05:08:16.750 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67922024-12-19T05:08:17.408Z[ recovery-image] Dec 19 05:08:16.761 INFO O| Dec 19 05:08:16.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
67932024-12-19T05:08:17.408Z[ recovery-image] Dec 19 05:08:16.761 INFO O| Dec 19 05:08:16.761 INFO STEP 830 (remove_files) COMPLETE
67942024-12-19T05:08:17.410Z[ recovery-image] Dec 19 05:08:16.761 INFO O| Dec 19 05:08:16.761 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67952024-12-19T05:08:17.418Z[ recovery-image] Dec 19 05:08:16.771 INFO O| Dec 19 05:08:16.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
67962024-12-19T05:08:17.418Z[ recovery-image] Dec 19 05:08:16.771 INFO O| Dec 19 05:08:16.771 INFO STEP 831 (remove_files) COMPLETE
67972024-12-19T05:08:17.418Z[ recovery-image] Dec 19 05:08:16.771 INFO O| Dec 19 05:08:16.771 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67982024-12-19T05:08:17.428Z[ recovery-image] Dec 19 05:08:16.781 INFO O| Dec 19 05:08:16.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
67992024-12-19T05:08:17.428Z[ recovery-image] Dec 19 05:08:16.781 INFO O| Dec 19 05:08:16.781 INFO STEP 832 (remove_files) COMPLETE
68002024-12-19T05:08:17.430Z[ recovery-image] Dec 19 05:08:16.781 INFO O| Dec 19 05:08:16.781 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68012024-12-19T05:08:17.439Z[ recovery-image] Dec 19 05:08:16.791 INFO O| Dec 19 05:08:16.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
68022024-12-19T05:08:17.441Z[ recovery-image] Dec 19 05:08:16.791 INFO O| Dec 19 05:08:16.791 INFO STEP 833 (remove_files) COMPLETE
68032024-12-19T05:08:17.441Z[ recovery-image] Dec 19 05:08:16.792 INFO O| Dec 19 05:08:16.791 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68042024-12-19T05:08:17.449Z[ recovery-image] Dec 19 05:08:16.802 INFO O| Dec 19 05:08:16.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
68052024-12-19T05:08:17.457Z[ recovery-image] Dec 19 05:08:16.802 INFO O| Dec 19 05:08:16.802 INFO STEP 834 (remove_files) COMPLETE
68062024-12-19T05:08:17.457Z[ recovery-image] Dec 19 05:08:16.802 INFO O| Dec 19 05:08:16.802 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68072024-12-19T05:08:17.461Z[ recovery-image] Dec 19 05:08:16.812 INFO O| Dec 19 05:08:16.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
68082024-12-19T05:08:17.461Z[ recovery-image] Dec 19 05:08:16.812 INFO O| Dec 19 05:08:16.812 INFO STEP 835 (remove_files) COMPLETE
68092024-12-19T05:08:17.461Z[ recovery-image] Dec 19 05:08:16.812 INFO O| Dec 19 05:08:16.812 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68102024-12-19T05:08:17.469Z[ recovery-image] Dec 19 05:08:16.822 INFO O| Dec 19 05:08:16.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
68112024-12-19T05:08:17.469Z[ recovery-image] Dec 19 05:08:16.822 INFO O| Dec 19 05:08:16.822 INFO STEP 836 (remove_files) COMPLETE
68122024-12-19T05:08:17.469Z[ recovery-image] Dec 19 05:08:16.822 INFO O| Dec 19 05:08:16.822 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68132024-12-19T05:08:17.479Z[ recovery-image] Dec 19 05:08:16.832 INFO O| Dec 19 05:08:16.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
68142024-12-19T05:08:17.479Z[ recovery-image] Dec 19 05:08:16.832 INFO O| Dec 19 05:08:16.832 INFO STEP 837 (remove_files) COMPLETE
68152024-12-19T05:08:17.479Z[ recovery-image] Dec 19 05:08:16.832 INFO O| Dec 19 05:08:16.832 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68162024-12-19T05:08:17.489Z[ recovery-image] Dec 19 05:08:16.842 INFO O| Dec 19 05:08:16.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
68172024-12-19T05:08:17.490Z[ recovery-image] Dec 19 05:08:16.842 INFO O| Dec 19 05:08:16.842 INFO STEP 838 (remove_files) COMPLETE
68182024-12-19T05:08:17.493Z[ recovery-image] Dec 19 05:08:16.842 INFO O| Dec 19 05:08:16.842 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68192024-12-19T05:08:17.499Z[ recovery-image] Dec 19 05:08:16.852 INFO O| Dec 19 05:08:16.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
68202024-12-19T05:08:17.499Z[ recovery-image] Dec 19 05:08:16.852 INFO O| Dec 19 05:08:16.852 INFO STEP 839 (remove_files) COMPLETE
68212024-12-19T05:08:17.499Z[ recovery-image] Dec 19 05:08:16.852 INFO O| Dec 19 05:08:16.852 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68222024-12-19T05:08:17.509Z[ recovery-image] Dec 19 05:08:16.862 INFO O| Dec 19 05:08:16.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
68232024-12-19T05:08:17.511Z[ recovery-image] Dec 19 05:08:16.862 INFO O| Dec 19 05:08:16.862 INFO STEP 840 (remove_files) COMPLETE
68242024-12-19T05:08:17.511Z[ recovery-image] Dec 19 05:08:16.862 INFO O| Dec 19 05:08:16.862 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68252024-12-19T05:08:17.518Z[ recovery-image] Dec 19 05:08:16.871 INFO O| Dec 19 05:08:16.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
68262024-12-19T05:08:17.518Z[ recovery-image] Dec 19 05:08:16.871 INFO O| Dec 19 05:08:16.871 INFO STEP 841 (remove_files) COMPLETE
68272024-12-19T05:08:17.521Z[ recovery-image] Dec 19 05:08:16.871 INFO O| Dec 19 05:08:16.871 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68282024-12-19T05:08:17.528Z[ recovery-image] Dec 19 05:08:16.881 INFO O| Dec 19 05:08:16.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
68292024-12-19T05:08:17.528Z[ recovery-image] Dec 19 05:08:16.881 INFO O| Dec 19 05:08:16.881 INFO STEP 842 (remove_files) COMPLETE
68302024-12-19T05:08:17.528Z[ recovery-image] Dec 19 05:08:16.881 INFO O| Dec 19 05:08:16.881 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68312024-12-19T05:08:17.538Z[ recovery-image] Dec 19 05:08:16.890 INFO O| Dec 19 05:08:16.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
68322024-12-19T05:08:17.540Z[ recovery-image] Dec 19 05:08:16.891 INFO O| Dec 19 05:08:16.891 INFO STEP 843 (remove_files) COMPLETE
68332024-12-19T05:08:17.540Z[ recovery-image] Dec 19 05:08:16.891 INFO O| Dec 19 05:08:16.891 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68342024-12-19T05:08:17.547Z[ recovery-image] Dec 19 05:08:16.900 INFO O| Dec 19 05:08:16.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
68352024-12-19T05:08:17.547Z[ recovery-image] Dec 19 05:08:16.900 INFO O| Dec 19 05:08:16.900 INFO STEP 844 (remove_files) COMPLETE
68362024-12-19T05:08:17.550Z[ recovery-image] Dec 19 05:08:16.900 INFO O| Dec 19 05:08:16.900 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68372024-12-19T05:08:17.557Z[ recovery-image] Dec 19 05:08:16.910 INFO O| Dec 19 05:08:16.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
68382024-12-19T05:08:17.557Z[ recovery-image] Dec 19 05:08:16.910 INFO O| Dec 19 05:08:16.910 INFO STEP 845 (remove_files) COMPLETE
68392024-12-19T05:08:17.559Z[ recovery-image] Dec 19 05:08:16.910 INFO O| Dec 19 05:08:16.910 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68402024-12-19T05:08:17.567Z[ recovery-image] Dec 19 05:08:16.919 INFO O| Dec 19 05:08:16.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
68412024-12-19T05:08:17.570Z[ recovery-image] Dec 19 05:08:16.920 INFO O| Dec 19 05:08:16.919 INFO STEP 846 (remove_files) COMPLETE
68422024-12-19T05:08:17.570Z[ recovery-image] Dec 19 05:08:16.920 INFO O| Dec 19 05:08:16.920 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68432024-12-19T05:08:17.581Z[ recovery-image] Dec 19 05:08:16.929 INFO O| Dec 19 05:08:16.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
68442024-12-19T05:08:17.581Z[ recovery-image] Dec 19 05:08:16.930 INFO O| Dec 19 05:08:16.930 INFO STEP 847 (remove_files) COMPLETE
68452024-12-19T05:08:17.581Z[ recovery-image] Dec 19 05:08:16.930 INFO O| Dec 19 05:08:16.930 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68462024-12-19T05:08:17.583Z[ host-image] Dec 19 05:08:16.934 INFO O| Dec 19 05:08:16.934 INFO O| Planning: Evaluating mediators ... Done
68472024-12-19T05:08:17.587Z[ host-image] Dec 19 05:08:16.937 INFO O| Dec 19 05:08:16.937 INFO O| Planning: Planning completed in 2.79 seconds
68482024-12-19T05:08:17.587Z[ host-image] Dec 19 05:08:16.939 INFO O| Dec 19 05:08:16.939 INFO O| Packages to install: 6
68492024-12-19T05:08:17.587Z[ host-image] Dec 19 05:08:16.939 INFO O| Dec 19 05:08:16.939 INFO O| Mediators to change: 1
68502024-12-19T05:08:17.587Z[ host-image] Dec 19 05:08:16.939 INFO O| Dec 19 05:08:16.939 INFO O| Services to change: 1
68512024-12-19T05:08:17.589Z[ recovery-image] Dec 19 05:08:16.940 INFO O| Dec 19 05:08:16.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
68522024-12-19T05:08:17.589Z[ recovery-image] Dec 19 05:08:16.940 INFO O| Dec 19 05:08:16.940 INFO STEP 848 (remove_files) COMPLETE
68532024-12-19T05:08:17.589Z[ recovery-image] Dec 19 05:08:16.940 INFO O| Dec 19 05:08:16.940 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68542024-12-19T05:08:17.597Z[ recovery-image] Dec 19 05:08:16.950 INFO O| Dec 19 05:08:16.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
68552024-12-19T05:08:17.597Z[ recovery-image] Dec 19 05:08:16.950 INFO O| Dec 19 05:08:16.950 INFO STEP 849 (remove_files) COMPLETE
68562024-12-19T05:08:17.597Z[ recovery-image] Dec 19 05:08:16.950 INFO O| Dec 19 05:08:16.950 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68572024-12-19T05:08:17.600Z[ host-image] Dec 19 05:08:16.953 INFO O| Dec 19 05:08:16.953 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
68582024-12-19T05:08:17.609Z[ recovery-image] Dec 19 05:08:16.961 INFO O| Dec 19 05:08:16.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
68592024-12-19T05:08:17.611Z[ recovery-image] Dec 19 05:08:16.962 INFO O| Dec 19 05:08:16.962 INFO STEP 850 (remove_files) COMPLETE
68602024-12-19T05:08:17.611Z[ recovery-image] Dec 19 05:08:16.962 INFO O| Dec 19 05:08:16.962 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68612024-12-19T05:08:17.622Z[ recovery-image] Dec 19 05:08:16.974 INFO O| Dec 19 05:08:16.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
68622024-12-19T05:08:17.622Z[ recovery-image] Dec 19 05:08:16.975 INFO O| Dec 19 05:08:16.974 INFO STEP 851 (remove_files) COMPLETE
68632024-12-19T05:08:17.624Z[ recovery-image] Dec 19 05:08:16.975 INFO O| Dec 19 05:08:16.975 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68642024-12-19T05:08:17.632Z[ recovery-image] Dec 19 05:08:16.984 INFO O| Dec 19 05:08:16.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
68652024-12-19T05:08:17.634Z[ recovery-image] Dec 19 05:08:16.985 INFO O| Dec 19 05:08:16.984 INFO STEP 852 (remove_files) COMPLETE
68662024-12-19T05:08:17.634Z[ recovery-image] Dec 19 05:08:16.985 INFO O| Dec 19 05:08:16.985 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68672024-12-19T05:08:17.641Z[ recovery-image] Dec 19 05:08:16.994 INFO O| Dec 19 05:08:16.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
68682024-12-19T05:08:17.641Z[ recovery-image] Dec 19 05:08:16.994 INFO O| Dec 19 05:08:16.994 INFO STEP 853 (remove_files) COMPLETE
68692024-12-19T05:08:17.644Z[ recovery-image] Dec 19 05:08:16.994 INFO O| Dec 19 05:08:16.994 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68702024-12-19T05:08:17.651Z[ recovery-image] Dec 19 05:08:17.004 INFO O| Dec 19 05:08:17.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
68712024-12-19T05:08:17.651Z[ recovery-image] Dec 19 05:08:17.004 INFO O| Dec 19 05:08:17.004 INFO STEP 854 (remove_files) COMPLETE
68722024-12-19T05:08:17.654Z[ recovery-image] Dec 19 05:08:17.004 INFO O| Dec 19 05:08:17.004 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68732024-12-19T05:08:17.661Z[ recovery-image] Dec 19 05:08:17.014 INFO O| Dec 19 05:08:17.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
68742024-12-19T05:08:17.663Z[ recovery-image] Dec 19 05:08:17.014 INFO O| Dec 19 05:08:17.014 INFO STEP 855 (remove_files) COMPLETE
68752024-12-19T05:08:17.663Z[ recovery-image] Dec 19 05:08:17.014 INFO O| Dec 19 05:08:17.014 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68762024-12-19T05:08:17.671Z[ recovery-image] Dec 19 05:08:17.023 INFO O| Dec 19 05:08:17.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
68772024-12-19T05:08:17.671Z[ recovery-image] Dec 19 05:08:17.024 INFO O| Dec 19 05:08:17.023 INFO STEP 856 (remove_files) COMPLETE
68782024-12-19T05:08:17.671Z[ recovery-image] Dec 19 05:08:17.024 INFO O| Dec 19 05:08:17.024 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68792024-12-19T05:08:17.680Z[ recovery-image] Dec 19 05:08:17.033 INFO O| Dec 19 05:08:17.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
68802024-12-19T05:08:17.683Z[ recovery-image] Dec 19 05:08:17.033 INFO O| Dec 19 05:08:17.033 INFO STEP 857 (remove_files) COMPLETE
68812024-12-19T05:08:17.683Z[ recovery-image] Dec 19 05:08:17.033 INFO O| Dec 19 05:08:17.033 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68822024-12-19T05:08:17.690Z[ recovery-image] Dec 19 05:08:17.043 INFO O| Dec 19 05:08:17.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
68832024-12-19T05:08:17.694Z[ recovery-image] Dec 19 05:08:17.043 INFO O| Dec 19 05:08:17.043 INFO STEP 858 (remove_files) COMPLETE
68842024-12-19T05:08:17.694Z[ recovery-image] Dec 19 05:08:17.043 INFO O| Dec 19 05:08:17.043 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68852024-12-19T05:08:17.699Z[ recovery-image] Dec 19 05:08:17.052 INFO O| Dec 19 05:08:17.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
68862024-12-19T05:08:17.702Z[ recovery-image] Dec 19 05:08:17.053 INFO O| Dec 19 05:08:17.052 INFO STEP 859 (remove_files) COMPLETE
68872024-12-19T05:08:17.702Z[ recovery-image] Dec 19 05:08:17.053 INFO O| Dec 19 05:08:17.053 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68882024-12-19T05:08:17.709Z[ recovery-image] Dec 19 05:08:17.062 INFO O| Dec 19 05:08:17.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
68892024-12-19T05:08:17.709Z[ recovery-image] Dec 19 05:08:17.062 INFO O| Dec 19 05:08:17.062 INFO STEP 860 (remove_files) COMPLETE
68902024-12-19T05:08:17.711Z[ recovery-image] Dec 19 05:08:17.062 INFO O| Dec 19 05:08:17.062 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68912024-12-19T05:08:17.718Z[ recovery-image] Dec 19 05:08:17.071 INFO O| Dec 19 05:08:17.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
68922024-12-19T05:08:17.718Z[ recovery-image] Dec 19 05:08:17.071 INFO O| Dec 19 05:08:17.071 INFO STEP 861 (remove_files) COMPLETE
68932024-12-19T05:08:17.718Z[ recovery-image] Dec 19 05:08:17.071 INFO O| Dec 19 05:08:17.071 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68942024-12-19T05:08:17.728Z[ recovery-image] Dec 19 05:08:17.081 INFO O| Dec 19 05:08:17.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
68952024-12-19T05:08:17.728Z[ recovery-image] Dec 19 05:08:17.081 INFO O| Dec 19 05:08:17.081 INFO STEP 862 (remove_files) COMPLETE
68962024-12-19T05:08:17.731Z[ recovery-image] Dec 19 05:08:17.081 INFO O| Dec 19 05:08:17.081 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68972024-12-19T05:08:17.738Z[ recovery-image] Dec 19 05:08:17.091 INFO O| Dec 19 05:08:17.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
68982024-12-19T05:08:17.738Z[ recovery-image] Dec 19 05:08:17.091 INFO O| Dec 19 05:08:17.091 INFO STEP 863 (remove_files) COMPLETE
68992024-12-19T05:08:17.738Z[ recovery-image] Dec 19 05:08:17.091 INFO O| Dec 19 05:08:17.091 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69002024-12-19T05:08:17.748Z[ recovery-image] Dec 19 05:08:17.101 INFO O| Dec 19 05:08:17.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
69012024-12-19T05:08:17.748Z[ recovery-image] Dec 19 05:08:17.101 INFO O| Dec 19 05:08:17.101 INFO STEP 864 (remove_files) COMPLETE
69022024-12-19T05:08:17.750Z[ recovery-image] Dec 19 05:08:17.101 INFO O| Dec 19 05:08:17.101 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69032024-12-19T05:08:17.758Z[ recovery-image] Dec 19 05:08:17.111 INFO O| Dec 19 05:08:17.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
69042024-12-19T05:08:17.758Z[ recovery-image] Dec 19 05:08:17.111 INFO O| Dec 19 05:08:17.111 INFO STEP 865 (remove_files) COMPLETE
69052024-12-19T05:08:17.760Z[ recovery-image] Dec 19 05:08:17.111 INFO O| Dec 19 05:08:17.111 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69062024-12-19T05:08:17.767Z[ recovery-image] Dec 19 05:08:17.120 INFO O| Dec 19 05:08:17.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
69072024-12-19T05:08:17.770Z[ recovery-image] Dec 19 05:08:17.120 INFO O| Dec 19 05:08:17.120 INFO STEP 866 (remove_files) COMPLETE
69082024-12-19T05:08:17.770Z[ recovery-image] Dec 19 05:08:17.120 INFO O| Dec 19 05:08:17.120 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69092024-12-19T05:08:17.777Z[ recovery-image] Dec 19 05:08:17.130 INFO O| Dec 19 05:08:17.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
69102024-12-19T05:08:17.780Z[ recovery-image] Dec 19 05:08:17.130 INFO O| Dec 19 05:08:17.130 INFO STEP 867 (remove_files) COMPLETE
69112024-12-19T05:08:17.780Z[ recovery-image] Dec 19 05:08:17.130 INFO O| Dec 19 05:08:17.130 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69122024-12-19T05:08:17.787Z[ recovery-image] Dec 19 05:08:17.140 INFO O| Dec 19 05:08:17.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
69132024-12-19T05:08:17.789Z[ recovery-image] Dec 19 05:08:17.140 INFO O| Dec 19 05:08:17.140 INFO STEP 868 (remove_files) COMPLETE
69142024-12-19T05:08:17.789Z[ recovery-image] Dec 19 05:08:17.140 INFO O| Dec 19 05:08:17.140 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69152024-12-19T05:08:17.796Z[ recovery-image] Dec 19 05:08:17.149 INFO O| Dec 19 05:08:17.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
69162024-12-19T05:08:17.796Z[ recovery-image] Dec 19 05:08:17.149 INFO O| Dec 19 05:08:17.149 INFO STEP 869 (remove_files) COMPLETE
69172024-12-19T05:08:17.796Z[ recovery-image] Dec 19 05:08:17.149 INFO O| Dec 19 05:08:17.149 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69182024-12-19T05:08:17.806Z[ recovery-image] Dec 19 05:08:17.159 INFO O| Dec 19 05:08:17.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
69192024-12-19T05:08:17.806Z[ recovery-image] Dec 19 05:08:17.159 INFO O| Dec 19 05:08:17.159 INFO STEP 870 (remove_files) COMPLETE
69202024-12-19T05:08:17.806Z[ recovery-image] Dec 19 05:08:17.159 INFO O| Dec 19 05:08:17.159 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69212024-12-19T05:08:17.816Z[ recovery-image] Dec 19 05:08:17.169 INFO O| Dec 19 05:08:17.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
69222024-12-19T05:08:17.818Z[ recovery-image] Dec 19 05:08:17.169 INFO O| Dec 19 05:08:17.169 INFO STEP 871 (remove_files) COMPLETE
69232024-12-19T05:08:17.818Z[ recovery-image] Dec 19 05:08:17.169 INFO O| Dec 19 05:08:17.169 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69242024-12-19T05:08:17.825Z[ recovery-image] Dec 19 05:08:17.178 INFO O| Dec 19 05:08:17.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
69252024-12-19T05:08:17.827Z[ recovery-image] Dec 19 05:08:17.178 INFO O| Dec 19 05:08:17.178 INFO STEP 872 (remove_files) COMPLETE
69262024-12-19T05:08:17.827Z[ recovery-image] Dec 19 05:08:17.178 INFO O| Dec 19 05:08:17.178 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69272024-12-19T05:08:17.835Z[ recovery-image] Dec 19 05:08:17.188 INFO O| Dec 19 05:08:17.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
69282024-12-19T05:08:17.837Z[ recovery-image] Dec 19 05:08:17.188 INFO O| Dec 19 05:08:17.188 INFO STEP 873 (remove_files) COMPLETE
69292024-12-19T05:08:17.837Z[ recovery-image] Dec 19 05:08:17.188 INFO O| Dec 19 05:08:17.188 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69302024-12-19T05:08:17.845Z[ recovery-image] Dec 19 05:08:17.198 INFO O| Dec 19 05:08:17.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
69312024-12-19T05:08:17.847Z[ recovery-image] Dec 19 05:08:17.198 INFO O| Dec 19 05:08:17.198 INFO STEP 874 (remove_files) COMPLETE
69322024-12-19T05:08:17.847Z[ recovery-image] Dec 19 05:08:17.198 INFO O| Dec 19 05:08:17.198 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69332024-12-19T05:08:17.855Z[ recovery-image] Dec 19 05:08:17.207 INFO O| Dec 19 05:08:17.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
69342024-12-19T05:08:17.855Z[ recovery-image] Dec 19 05:08:17.208 INFO O| Dec 19 05:08:17.207 INFO STEP 875 (remove_files) COMPLETE
69352024-12-19T05:08:17.857Z[ recovery-image] Dec 19 05:08:17.208 INFO O| Dec 19 05:08:17.207 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69362024-12-19T05:08:17.864Z[ recovery-image] Dec 19 05:08:17.217 INFO O| Dec 19 05:08:17.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
69372024-12-19T05:08:17.867Z[ recovery-image] Dec 19 05:08:17.217 INFO O| Dec 19 05:08:17.217 INFO STEP 876 (remove_files) COMPLETE
69382024-12-19T05:08:17.867Z[ recovery-image] Dec 19 05:08:17.217 INFO O| Dec 19 05:08:17.217 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69392024-12-19T05:08:17.874Z[ recovery-image] Dec 19 05:08:17.227 INFO O| Dec 19 05:08:17.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
69402024-12-19T05:08:17.874Z[ recovery-image] Dec 19 05:08:17.227 INFO O| Dec 19 05:08:17.227 INFO STEP 877 (remove_files) COMPLETE
69412024-12-19T05:08:17.877Z[ recovery-image] Dec 19 05:08:17.227 INFO O| Dec 19 05:08:17.227 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69422024-12-19T05:08:17.884Z[ recovery-image] Dec 19 05:08:17.236 INFO O| Dec 19 05:08:17.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
69432024-12-19T05:08:17.884Z[ recovery-image] Dec 19 05:08:17.236 INFO O| Dec 19 05:08:17.236 INFO STEP 878 (remove_files) COMPLETE
69442024-12-19T05:08:17.884Z[ recovery-image] Dec 19 05:08:17.237 INFO O| Dec 19 05:08:17.236 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69452024-12-19T05:08:17.893Z[ recovery-image] Dec 19 05:08:17.246 INFO O| Dec 19 05:08:17.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
69462024-12-19T05:08:17.893Z[ recovery-image] Dec 19 05:08:17.246 INFO O| Dec 19 05:08:17.246 INFO STEP 879 (remove_files) COMPLETE
69472024-12-19T05:08:17.896Z[ recovery-image] Dec 19 05:08:17.246 INFO O| Dec 19 05:08:17.246 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69482024-12-19T05:08:17.904Z[ recovery-image] Dec 19 05:08:17.256 INFO O| Dec 19 05:08:17.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
69492024-12-19T05:08:17.904Z[ recovery-image] Dec 19 05:08:17.257 INFO O| Dec 19 05:08:17.257 INFO STEP 880 (remove_files) COMPLETE
69502024-12-19T05:08:17.904Z[ recovery-image] Dec 19 05:08:17.257 INFO O| Dec 19 05:08:17.257 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69512024-12-19T05:08:17.913Z[ recovery-image] Dec 19 05:08:17.266 INFO O| Dec 19 05:08:17.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
69522024-12-19T05:08:17.916Z[ recovery-image] Dec 19 05:08:17.266 INFO O| Dec 19 05:08:17.266 INFO STEP 881 (remove_files) COMPLETE
69532024-12-19T05:08:17.916Z[ recovery-image] Dec 19 05:08:17.266 INFO O| Dec 19 05:08:17.266 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69542024-12-19T05:08:17.923Z[ recovery-image] Dec 19 05:08:17.276 INFO O| Dec 19 05:08:17.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
69552024-12-19T05:08:17.926Z[ recovery-image] Dec 19 05:08:17.277 INFO O| Dec 19 05:08:17.277 INFO STEP 882 (remove_files) COMPLETE
69562024-12-19T05:08:17.926Z[ recovery-image] Dec 19 05:08:17.277 INFO O| Dec 19 05:08:17.277 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69572024-12-19T05:08:17.934Z[ recovery-image] Dec 19 05:08:17.286 INFO O| Dec 19 05:08:17.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
69582024-12-19T05:08:17.934Z[ recovery-image] Dec 19 05:08:17.286 INFO O| Dec 19 05:08:17.286 INFO STEP 883 (remove_files) COMPLETE
69592024-12-19T05:08:17.934Z[ recovery-image] Dec 19 05:08:17.287 INFO O| Dec 19 05:08:17.286 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69602024-12-19T05:08:17.943Z[ recovery-image] Dec 19 05:08:17.296 INFO O| Dec 19 05:08:17.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
69612024-12-19T05:08:17.945Z[ recovery-image] Dec 19 05:08:17.296 INFO O| Dec 19 05:08:17.296 INFO STEP 884 (remove_files) COMPLETE
69622024-12-19T05:08:17.945Z[ recovery-image] Dec 19 05:08:17.296 INFO O| Dec 19 05:08:17.296 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69632024-12-19T05:08:17.953Z[ recovery-image] Dec 19 05:08:17.306 INFO O| Dec 19 05:08:17.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
69642024-12-19T05:08:17.953Z[ recovery-image] Dec 19 05:08:17.306 INFO O| Dec 19 05:08:17.306 INFO STEP 885 (remove_files) COMPLETE
69652024-12-19T05:08:17.955Z[ recovery-image] Dec 19 05:08:17.306 INFO O| Dec 19 05:08:17.306 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69662024-12-19T05:08:17.962Z[ recovery-image] Dec 19 05:08:17.315 INFO O| Dec 19 05:08:17.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
69672024-12-19T05:08:17.962Z[ recovery-image] Dec 19 05:08:17.315 INFO O| Dec 19 05:08:17.315 INFO STEP 886 (remove_files) COMPLETE
69682024-12-19T05:08:17.965Z[ recovery-image] Dec 19 05:08:17.315 INFO O| Dec 19 05:08:17.315 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69692024-12-19T05:08:17.972Z[ recovery-image] Dec 19 05:08:17.325 INFO O| Dec 19 05:08:17.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
69702024-12-19T05:08:17.974Z[ recovery-image] Dec 19 05:08:17.325 INFO O| Dec 19 05:08:17.325 INFO STEP 887 (remove_files) COMPLETE
69712024-12-19T05:08:17.974Z[ recovery-image] Dec 19 05:08:17.325 INFO O| Dec 19 05:08:17.325 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69722024-12-19T05:08:17.982Z[ recovery-image] Dec 19 05:08:17.335 INFO O| Dec 19 05:08:17.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
69732024-12-19T05:08:17.982Z[ recovery-image] Dec 19 05:08:17.335 INFO O| Dec 19 05:08:17.335 INFO STEP 888 (remove_files) COMPLETE
69742024-12-19T05:08:17.984Z[ recovery-image] Dec 19 05:08:17.335 INFO O| Dec 19 05:08:17.335 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69752024-12-19T05:08:17.991Z[ recovery-image] Dec 19 05:08:17.344 INFO O| Dec 19 05:08:17.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
69762024-12-19T05:08:17.994Z[ recovery-image] Dec 19 05:08:17.344 INFO O| Dec 19 05:08:17.344 INFO STEP 889 (remove_files) COMPLETE
69772024-12-19T05:08:17.994Z[ recovery-image] Dec 19 05:08:17.344 INFO O| Dec 19 05:08:17.344 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69782024-12-19T05:08:18.001Z[ recovery-image] Dec 19 05:08:17.354 INFO O| Dec 19 05:08:17.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
69792024-12-19T05:08:18.002Z[ recovery-image] Dec 19 05:08:17.354 INFO O| Dec 19 05:08:17.354 INFO STEP 890 (remove_files) COMPLETE
69802024-12-19T05:08:18.006Z[ recovery-image] Dec 19 05:08:17.354 INFO O| Dec 19 05:08:17.354 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69812024-12-19T05:08:18.011Z[ recovery-image] Dec 19 05:08:17.364 INFO O| Dec 19 05:08:17.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
69822024-12-19T05:08:18.011Z[ recovery-image] Dec 19 05:08:17.364 INFO O| Dec 19 05:08:17.364 INFO STEP 891 (remove_files) COMPLETE
69832024-12-19T05:08:18.013Z[ recovery-image] Dec 19 05:08:17.364 INFO O| Dec 19 05:08:17.364 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69842024-12-19T05:08:18.020Z[ recovery-image] Dec 19 05:08:17.373 INFO O| Dec 19 05:08:17.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
69852024-12-19T05:08:18.020Z[ recovery-image] Dec 19 05:08:17.373 INFO O| Dec 19 05:08:17.373 INFO STEP 892 (remove_files) COMPLETE
69862024-12-19T05:08:18.022Z[ recovery-image] Dec 19 05:08:17.373 INFO O| Dec 19 05:08:17.373 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69872024-12-19T05:08:18.030Z[ recovery-image] Dec 19 05:08:17.383 INFO O| Dec 19 05:08:17.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
69882024-12-19T05:08:18.030Z[ recovery-image] Dec 19 05:08:17.383 INFO O| Dec 19 05:08:17.383 INFO STEP 893 (remove_files) COMPLETE
69892024-12-19T05:08:18.032Z[ recovery-image] Dec 19 05:08:17.383 INFO O| Dec 19 05:08:17.383 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69902024-12-19T05:08:18.040Z[ recovery-image] Dec 19 05:08:17.392 INFO O| Dec 19 05:08:17.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
69912024-12-19T05:08:18.040Z[ recovery-image] Dec 19 05:08:17.392 INFO O| Dec 19 05:08:17.392 INFO STEP 894 (remove_files) COMPLETE
69922024-12-19T05:08:18.040Z[ recovery-image] Dec 19 05:08:17.392 INFO O| Dec 19 05:08:17.392 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69932024-12-19T05:08:18.049Z[ recovery-image] Dec 19 05:08:17.402 INFO O| Dec 19 05:08:17.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
69942024-12-19T05:08:18.049Z[ recovery-image] Dec 19 05:08:17.402 INFO O| Dec 19 05:08:17.402 INFO STEP 895 (remove_files) COMPLETE
69952024-12-19T05:08:18.052Z[ recovery-image] Dec 19 05:08:17.402 INFO O| Dec 19 05:08:17.402 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69962024-12-19T05:08:18.059Z[ recovery-image] Dec 19 05:08:17.412 INFO O| Dec 19 05:08:17.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
69972024-12-19T05:08:18.061Z[ recovery-image] Dec 19 05:08:17.412 INFO O| Dec 19 05:08:17.412 INFO STEP 896 (remove_files) COMPLETE
69982024-12-19T05:08:18.061Z[ recovery-image] Dec 19 05:08:17.412 INFO O| Dec 19 05:08:17.412 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69992024-12-19T05:08:18.068Z[ recovery-image] Dec 19 05:08:17.421 INFO O| Dec 19 05:08:17.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
70002024-12-19T05:08:18.068Z[ recovery-image] Dec 19 05:08:17.421 INFO O| Dec 19 05:08:17.421 INFO STEP 897 (remove_files) COMPLETE
70012024-12-19T05:08:18.068Z[ recovery-image] Dec 19 05:08:17.421 INFO O| Dec 19 05:08:17.421 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70022024-12-19T05:08:18.078Z[ recovery-image] Dec 19 05:08:17.431 INFO O| Dec 19 05:08:17.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
70032024-12-19T05:08:18.078Z[ recovery-image] Dec 19 05:08:17.431 INFO O| Dec 19 05:08:17.431 INFO STEP 898 (remove_files) COMPLETE
70042024-12-19T05:08:18.080Z[ recovery-image] Dec 19 05:08:17.431 INFO O| Dec 19 05:08:17.431 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70052024-12-19T05:08:18.088Z[ recovery-image] Dec 19 05:08:17.441 INFO O| Dec 19 05:08:17.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
70062024-12-19T05:08:18.090Z[ recovery-image] Dec 19 05:08:17.441 INFO O| Dec 19 05:08:17.441 INFO STEP 899 (remove_files) COMPLETE
70072024-12-19T05:08:18.090Z[ recovery-image] Dec 19 05:08:17.441 INFO O| Dec 19 05:08:17.441 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70082024-12-19T05:08:18.097Z[ recovery-image] Dec 19 05:08:17.450 INFO O| Dec 19 05:08:17.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
70092024-12-19T05:08:18.099Z[ recovery-image] Dec 19 05:08:17.450 INFO O| Dec 19 05:08:17.450 INFO STEP 900 (remove_files) COMPLETE
70102024-12-19T05:08:18.099Z[ recovery-image] Dec 19 05:08:17.450 INFO O| Dec 19 05:08:17.450 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70112024-12-19T05:08:18.107Z[ recovery-image] Dec 19 05:08:17.459 INFO O| Dec 19 05:08:17.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
70122024-12-19T05:08:18.109Z[ recovery-image] Dec 19 05:08:17.459 INFO O| Dec 19 05:08:17.459 INFO STEP 901 (remove_files) COMPLETE
70132024-12-19T05:08:18.109Z[ recovery-image] Dec 19 05:08:17.460 INFO O| Dec 19 05:08:17.459 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70142024-12-19T05:08:18.116Z[ recovery-image] Dec 19 05:08:17.469 INFO O| Dec 19 05:08:17.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
70152024-12-19T05:08:18.119Z[ recovery-image] Dec 19 05:08:17.469 INFO O| Dec 19 05:08:17.469 INFO STEP 902 (remove_files) COMPLETE
70162024-12-19T05:08:18.119Z[ recovery-image] Dec 19 05:08:17.469 INFO O| Dec 19 05:08:17.469 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70172024-12-19T05:08:18.125Z[ recovery-image] Dec 19 05:08:17.478 INFO O| Dec 19 05:08:17.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
70182024-12-19T05:08:18.125Z[ recovery-image] Dec 19 05:08:17.478 INFO O| Dec 19 05:08:17.478 INFO STEP 903 (remove_files) COMPLETE
70192024-12-19T05:08:18.128Z[ recovery-image] Dec 19 05:08:17.478 INFO O| Dec 19 05:08:17.478 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70202024-12-19T05:08:18.135Z[ recovery-image] Dec 19 05:08:17.488 INFO O| Dec 19 05:08:17.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
70212024-12-19T05:08:18.135Z[ recovery-image] Dec 19 05:08:17.488 INFO O| Dec 19 05:08:17.488 INFO STEP 904 (remove_files) COMPLETE
70222024-12-19T05:08:18.137Z[ recovery-image] Dec 19 05:08:17.488 INFO O| Dec 19 05:08:17.488 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70232024-12-19T05:08:18.144Z[ recovery-image] Dec 19 05:08:17.497 INFO O| Dec 19 05:08:17.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
70242024-12-19T05:08:18.145Z[ recovery-image] Dec 19 05:08:17.497 INFO O| Dec 19 05:08:17.497 INFO STEP 905 (remove_files) COMPLETE
70252024-12-19T05:08:18.147Z[ recovery-image] Dec 19 05:08:17.497 INFO O| Dec 19 05:08:17.497 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70262024-12-19T05:08:18.154Z[ recovery-image] Dec 19 05:08:17.507 INFO O| Dec 19 05:08:17.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
70272024-12-19T05:08:18.154Z[ recovery-image] Dec 19 05:08:17.507 INFO O| Dec 19 05:08:17.507 INFO STEP 906 (remove_files) COMPLETE
70282024-12-19T05:08:18.156Z[ recovery-image] Dec 19 05:08:17.507 INFO O| Dec 19 05:08:17.507 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70292024-12-19T05:08:18.164Z[ recovery-image] Dec 19 05:08:17.517 INFO O| Dec 19 05:08:17.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
70302024-12-19T05:08:18.164Z[ recovery-image] Dec 19 05:08:17.517 INFO O| Dec 19 05:08:17.517 INFO STEP 907 (remove_files) COMPLETE
70312024-12-19T05:08:18.164Z[ recovery-image] Dec 19 05:08:17.517 INFO O| Dec 19 05:08:17.517 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70322024-12-19T05:08:18.174Z[ recovery-image] Dec 19 05:08:17.527 INFO O| Dec 19 05:08:17.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
70332024-12-19T05:08:18.174Z[ recovery-image] Dec 19 05:08:17.527 INFO O| Dec 19 05:08:17.527 INFO STEP 908 (remove_files) COMPLETE
70342024-12-19T05:08:18.176Z[ recovery-image] Dec 19 05:08:17.527 INFO O| Dec 19 05:08:17.527 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70352024-12-19T05:08:18.183Z[ recovery-image] Dec 19 05:08:17.536 INFO O| Dec 19 05:08:17.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
70362024-12-19T05:08:18.183Z[ recovery-image] Dec 19 05:08:17.536 INFO O| Dec 19 05:08:17.536 INFO STEP 909 (remove_files) COMPLETE
70372024-12-19T05:08:18.183Z[ recovery-image] Dec 19 05:08:17.536 INFO O| Dec 19 05:08:17.536 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70382024-12-19T05:08:18.193Z[ recovery-image] Dec 19 05:08:17.546 INFO O| Dec 19 05:08:17.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
70392024-12-19T05:08:18.195Z[ recovery-image] Dec 19 05:08:17.546 INFO O| Dec 19 05:08:17.546 INFO STEP 910 (remove_files) COMPLETE
70402024-12-19T05:08:18.195Z[ recovery-image] Dec 19 05:08:17.546 INFO O| Dec 19 05:08:17.546 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70412024-12-19T05:08:18.202Z[ recovery-image] Dec 19 05:08:17.555 INFO O| Dec 19 05:08:17.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
70422024-12-19T05:08:18.205Z[ recovery-image] Dec 19 05:08:17.555 INFO O| Dec 19 05:08:17.555 INFO STEP 911 (remove_files) COMPLETE
70432024-12-19T05:08:18.205Z[ recovery-image] Dec 19 05:08:17.555 INFO O| Dec 19 05:08:17.555 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70442024-12-19T05:08:18.212Z[ recovery-image] Dec 19 05:08:17.565 INFO O| Dec 19 05:08:17.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
70452024-12-19T05:08:18.212Z[ recovery-image] Dec 19 05:08:17.565 INFO O| Dec 19 05:08:17.565 INFO STEP 912 (remove_files) COMPLETE
70462024-12-19T05:08:18.214Z[ recovery-image] Dec 19 05:08:17.565 INFO O| Dec 19 05:08:17.565 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70472024-12-19T05:08:18.221Z[ recovery-image] Dec 19 05:08:17.574 INFO O| Dec 19 05:08:17.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
70482024-12-19T05:08:18.221Z[ recovery-image] Dec 19 05:08:17.574 INFO O| Dec 19 05:08:17.574 INFO STEP 913 (remove_files) COMPLETE
70492024-12-19T05:08:18.223Z[ recovery-image] Dec 19 05:08:17.574 INFO O| Dec 19 05:08:17.574 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70502024-12-19T05:08:18.231Z[ recovery-image] Dec 19 05:08:17.584 INFO O| Dec 19 05:08:17.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
70512024-12-19T05:08:18.231Z[ recovery-image] Dec 19 05:08:17.584 INFO O| Dec 19 05:08:17.584 INFO STEP 914 (remove_files) COMPLETE
70522024-12-19T05:08:18.231Z[ recovery-image] Dec 19 05:08:17.584 INFO O| Dec 19 05:08:17.584 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70532024-12-19T05:08:18.240Z[ recovery-image] Dec 19 05:08:17.593 INFO O| Dec 19 05:08:17.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
70542024-12-19T05:08:18.242Z[ recovery-image] Dec 19 05:08:17.593 INFO O| Dec 19 05:08:17.593 INFO STEP 915 (remove_files) COMPLETE
70552024-12-19T05:08:18.242Z[ recovery-image] Dec 19 05:08:17.593 INFO O| Dec 19 05:08:17.593 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70562024-12-19T05:08:18.250Z[ recovery-image] Dec 19 05:08:17.603 INFO O| Dec 19 05:08:17.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
70572024-12-19T05:08:18.253Z[ recovery-image] Dec 19 05:08:17.603 INFO O| Dec 19 05:08:17.603 INFO STEP 916 (remove_files) COMPLETE
70582024-12-19T05:08:18.253Z[ recovery-image] Dec 19 05:08:17.603 INFO O| Dec 19 05:08:17.603 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70592024-12-19T05:08:18.260Z[ recovery-image] Dec 19 05:08:17.613 INFO O| Dec 19 05:08:17.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
70602024-12-19T05:08:18.260Z[ recovery-image] Dec 19 05:08:17.613 INFO O| Dec 19 05:08:17.613 INFO STEP 917 (remove_files) COMPLETE
70612024-12-19T05:08:18.260Z[ recovery-image] Dec 19 05:08:17.613 INFO O| Dec 19 05:08:17.613 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70622024-12-19T05:08:18.269Z[ recovery-image] Dec 19 05:08:17.622 INFO O| Dec 19 05:08:17.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
70632024-12-19T05:08:18.272Z[ recovery-image] Dec 19 05:08:17.622 INFO O| Dec 19 05:08:17.622 INFO STEP 918 (remove_files) COMPLETE
70642024-12-19T05:08:18.272Z[ recovery-image] Dec 19 05:08:17.622 INFO O| Dec 19 05:08:17.622 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70652024-12-19T05:08:18.279Z[ recovery-image] Dec 19 05:08:17.632 INFO O| Dec 19 05:08:17.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
70662024-12-19T05:08:18.281Z[ recovery-image] Dec 19 05:08:17.632 INFO O| Dec 19 05:08:17.632 INFO STEP 919 (remove_files) COMPLETE
70672024-12-19T05:08:18.281Z[ recovery-image] Dec 19 05:08:17.632 INFO O| Dec 19 05:08:17.632 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70682024-12-19T05:08:18.288Z[ recovery-image] Dec 19 05:08:17.641 INFO O| Dec 19 05:08:17.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
70692024-12-19T05:08:18.290Z[ recovery-image] Dec 19 05:08:17.641 INFO O| Dec 19 05:08:17.641 INFO STEP 920 (remove_files) COMPLETE
70702024-12-19T05:08:18.290Z[ recovery-image] Dec 19 05:08:17.641 INFO O| Dec 19 05:08:17.641 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70712024-12-19T05:08:18.297Z[ recovery-image] Dec 19 05:08:17.650 INFO O| Dec 19 05:08:17.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
70722024-12-19T05:08:18.297Z[ recovery-image] Dec 19 05:08:17.650 INFO O| Dec 19 05:08:17.650 INFO STEP 921 (remove_files) COMPLETE
70732024-12-19T05:08:18.300Z[ recovery-image] Dec 19 05:08:17.650 INFO O| Dec 19 05:08:17.650 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70742024-12-19T05:08:18.307Z[ recovery-image] Dec 19 05:08:17.660 INFO O| Dec 19 05:08:17.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
70752024-12-19T05:08:18.308Z[ recovery-image] Dec 19 05:08:17.660 INFO O| Dec 19 05:08:17.660 INFO STEP 922 (remove_files) COMPLETE
70762024-12-19T05:08:18.311Z[ recovery-image] Dec 19 05:08:17.660 INFO O| Dec 19 05:08:17.660 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70772024-12-19T05:08:18.316Z[ recovery-image] Dec 19 05:08:17.669 INFO O| Dec 19 05:08:17.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
70782024-12-19T05:08:18.316Z[ recovery-image] Dec 19 05:08:17.669 INFO O| Dec 19 05:08:17.669 INFO STEP 923 (remove_files) COMPLETE
70792024-12-19T05:08:18.316Z[ recovery-image] Dec 19 05:08:17.669 INFO O| Dec 19 05:08:17.669 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70802024-12-19T05:08:18.326Z[ recovery-image] Dec 19 05:08:17.679 INFO O| Dec 19 05:08:17.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
70812024-12-19T05:08:18.326Z[ recovery-image] Dec 19 05:08:17.679 INFO O| Dec 19 05:08:17.679 INFO STEP 924 (remove_files) COMPLETE
70822024-12-19T05:08:18.328Z[ recovery-image] Dec 19 05:08:17.679 INFO O| Dec 19 05:08:17.679 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70832024-12-19T05:08:18.335Z[ recovery-image] Dec 19 05:08:17.688 INFO O| Dec 19 05:08:17.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
70842024-12-19T05:08:18.335Z[ recovery-image] Dec 19 05:08:17.688 INFO O| Dec 19 05:08:17.688 INFO STEP 925 (remove_files) COMPLETE
70852024-12-19T05:08:18.335Z[ recovery-image] Dec 19 05:08:17.688 INFO O| Dec 19 05:08:17.688 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70862024-12-19T05:08:18.345Z[ recovery-image] Dec 19 05:08:17.698 INFO O| Dec 19 05:08:17.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
70872024-12-19T05:08:18.345Z[ recovery-image] Dec 19 05:08:17.698 INFO O| Dec 19 05:08:17.698 INFO STEP 926 (remove_files) COMPLETE
70882024-12-19T05:08:18.347Z[ recovery-image] Dec 19 05:08:17.698 INFO O| Dec 19 05:08:17.698 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70892024-12-19T05:08:18.354Z[ recovery-image] Dec 19 05:08:17.707 INFO O| Dec 19 05:08:17.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
70902024-12-19T05:08:18.354Z[ recovery-image] Dec 19 05:08:17.707 INFO O| Dec 19 05:08:17.707 INFO STEP 927 (remove_files) COMPLETE
70912024-12-19T05:08:18.356Z[ recovery-image] Dec 19 05:08:17.707 INFO O| Dec 19 05:08:17.707 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70922024-12-19T05:08:18.364Z[ recovery-image] Dec 19 05:08:17.717 INFO O| Dec 19 05:08:17.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
70932024-12-19T05:08:18.367Z[ recovery-image] Dec 19 05:08:17.717 INFO O| Dec 19 05:08:17.717 INFO STEP 928 (remove_files) COMPLETE
70942024-12-19T05:08:18.367Z[ recovery-image] Dec 19 05:08:17.717 INFO O| Dec 19 05:08:17.717 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70952024-12-19T05:08:18.374Z[ recovery-image] Dec 19 05:08:17.727 INFO O| Dec 19 05:08:17.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
70962024-12-19T05:08:18.376Z[ recovery-image] Dec 19 05:08:17.727 INFO O| Dec 19 05:08:17.727 INFO STEP 929 (remove_files) COMPLETE
70972024-12-19T05:08:18.376Z[ recovery-image] Dec 19 05:08:17.727 INFO O| Dec 19 05:08:17.727 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70982024-12-19T05:08:18.383Z[ recovery-image] Dec 19 05:08:17.736 INFO O| Dec 19 05:08:17.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
70992024-12-19T05:08:18.383Z[ recovery-image] Dec 19 05:08:17.736 INFO O| Dec 19 05:08:17.736 INFO STEP 930 (remove_files) COMPLETE
71002024-12-19T05:08:18.385Z[ recovery-image] Dec 19 05:08:17.736 INFO O| Dec 19 05:08:17.736 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71012024-12-19T05:08:18.393Z[ recovery-image] Dec 19 05:08:17.745 INFO O| Dec 19 05:08:17.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
71022024-12-19T05:08:18.395Z[ recovery-image] Dec 19 05:08:17.746 INFO O| Dec 19 05:08:17.746 INFO STEP 931 (remove_files) COMPLETE
71032024-12-19T05:08:18.395Z[ recovery-image] Dec 19 05:08:17.746 INFO O| Dec 19 05:08:17.746 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71042024-12-19T05:08:18.402Z[ recovery-image] Dec 19 05:08:17.755 INFO O| Dec 19 05:08:17.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
71052024-12-19T05:08:18.402Z[ recovery-image] Dec 19 05:08:17.755 INFO O| Dec 19 05:08:17.755 INFO STEP 932 (remove_files) COMPLETE
71062024-12-19T05:08:18.404Z[ recovery-image] Dec 19 05:08:17.755 INFO O| Dec 19 05:08:17.755 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71072024-12-19T05:08:18.412Z[ recovery-image] Dec 19 05:08:17.764 INFO O| Dec 19 05:08:17.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
71082024-12-19T05:08:18.414Z[ recovery-image] Dec 19 05:08:17.764 INFO O| Dec 19 05:08:17.764 INFO STEP 933 (remove_files) COMPLETE
71092024-12-19T05:08:18.414Z[ recovery-image] Dec 19 05:08:17.764 INFO O| Dec 19 05:08:17.764 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71102024-12-19T05:08:18.421Z[ recovery-image] Dec 19 05:08:17.774 INFO O| Dec 19 05:08:17.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
71112024-12-19T05:08:18.423Z[ recovery-image] Dec 19 05:08:17.774 INFO O| Dec 19 05:08:17.774 INFO STEP 934 (remove_files) COMPLETE
71122024-12-19T05:08:18.423Z[ recovery-image] Dec 19 05:08:17.774 INFO O| Dec 19 05:08:17.774 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71132024-12-19T05:08:18.431Z[ recovery-image] Dec 19 05:08:17.783 INFO O| Dec 19 05:08:17.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
71142024-12-19T05:08:18.433Z[ recovery-image] Dec 19 05:08:17.783 INFO O| Dec 19 05:08:17.783 INFO STEP 935 (remove_files) COMPLETE
71152024-12-19T05:08:18.433Z[ recovery-image] Dec 19 05:08:17.784 INFO O| Dec 19 05:08:17.783 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71162024-12-19T05:08:18.440Z[ recovery-image] Dec 19 05:08:17.793 INFO O| Dec 19 05:08:17.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
71172024-12-19T05:08:18.443Z[ recovery-image] Dec 19 05:08:17.793 INFO O| Dec 19 05:08:17.793 INFO STEP 936 (remove_files) COMPLETE
71182024-12-19T05:08:18.443Z[ recovery-image] Dec 19 05:08:17.793 INFO O| Dec 19 05:08:17.793 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71192024-12-19T05:08:18.450Z[ recovery-image] Dec 19 05:08:17.802 INFO O| Dec 19 05:08:17.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
71202024-12-19T05:08:18.450Z[ recovery-image] Dec 19 05:08:17.802 INFO O| Dec 19 05:08:17.802 INFO STEP 937 (remove_files) COMPLETE
71212024-12-19T05:08:18.452Z[ recovery-image] Dec 19 05:08:17.802 INFO O| Dec 19 05:08:17.802 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71222024-12-19T05:08:18.459Z[ recovery-image] Dec 19 05:08:17.812 INFO O| Dec 19 05:08:17.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
71232024-12-19T05:08:18.459Z[ recovery-image] Dec 19 05:08:17.812 INFO O| Dec 19 05:08:17.812 INFO STEP 938 (remove_files) COMPLETE
71242024-12-19T05:08:18.463Z[ recovery-image] Dec 19 05:08:17.812 INFO O| Dec 19 05:08:17.812 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71252024-12-19T05:08:18.469Z[ recovery-image] Dec 19 05:08:17.821 INFO O| Dec 19 05:08:17.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
71262024-12-19T05:08:18.471Z[ recovery-image] Dec 19 05:08:17.822 INFO O| Dec 19 05:08:17.822 INFO STEP 939 (remove_files) COMPLETE
71272024-12-19T05:08:18.471Z[ recovery-image] Dec 19 05:08:17.822 INFO O| Dec 19 05:08:17.822 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71282024-12-19T05:08:18.478Z[ recovery-image] Dec 19 05:08:17.831 INFO O| Dec 19 05:08:17.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
71292024-12-19T05:08:18.478Z[ recovery-image] Dec 19 05:08:17.831 INFO O| Dec 19 05:08:17.831 INFO STEP 940 (remove_files) COMPLETE
71302024-12-19T05:08:18.481Z[ recovery-image] Dec 19 05:08:17.831 INFO O| Dec 19 05:08:17.831 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71312024-12-19T05:08:18.487Z[ recovery-image] Dec 19 05:08:17.840 INFO O| Dec 19 05:08:17.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
71322024-12-19T05:08:18.490Z[ recovery-image] Dec 19 05:08:17.840 INFO O| Dec 19 05:08:17.840 INFO STEP 941 (remove_files) COMPLETE
71332024-12-19T05:08:18.490Z[ recovery-image] Dec 19 05:08:17.840 INFO O| Dec 19 05:08:17.840 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71342024-12-19T05:08:18.497Z[ recovery-image] Dec 19 05:08:17.850 INFO O| Dec 19 05:08:17.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
71352024-12-19T05:08:18.497Z[ recovery-image] Dec 19 05:08:17.850 INFO O| Dec 19 05:08:17.850 INFO STEP 942 (remove_files) COMPLETE
71362024-12-19T05:08:18.499Z[ recovery-image] Dec 19 05:08:17.850 INFO O| Dec 19 05:08:17.850 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71372024-12-19T05:08:18.507Z[ recovery-image] Dec 19 05:08:17.860 INFO O| Dec 19 05:08:17.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
71382024-12-19T05:08:18.509Z[ recovery-image] Dec 19 05:08:17.860 INFO O| Dec 19 05:08:17.860 INFO STEP 943 (remove_files) COMPLETE
71392024-12-19T05:08:18.510Z[ recovery-image] Dec 19 05:08:17.860 INFO O| Dec 19 05:08:17.860 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71402024-12-19T05:08:18.517Z[ recovery-image] Dec 19 05:08:17.870 INFO O| Dec 19 05:08:17.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
71412024-12-19T05:08:18.517Z[ recovery-image] Dec 19 05:08:17.870 INFO O| Dec 19 05:08:17.870 INFO STEP 944 (remove_files) COMPLETE
71422024-12-19T05:08:18.517Z[ recovery-image] Dec 19 05:08:17.870 INFO O| Dec 19 05:08:17.870 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71432024-12-19T05:08:18.527Z[ recovery-image] Dec 19 05:08:17.880 INFO O| Dec 19 05:08:17.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
71442024-12-19T05:08:18.529Z[ recovery-image] Dec 19 05:08:17.880 INFO O| Dec 19 05:08:17.880 INFO STEP 945 (remove_files) COMPLETE
71452024-12-19T05:08:18.529Z[ recovery-image] Dec 19 05:08:17.880 INFO O| Dec 19 05:08:17.880 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71462024-12-19T05:08:18.537Z[ recovery-image] Dec 19 05:08:17.889 INFO O| Dec 19 05:08:17.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
71472024-12-19T05:08:18.537Z[ recovery-image] Dec 19 05:08:17.889 INFO O| Dec 19 05:08:17.889 INFO STEP 946 (remove_files) COMPLETE
71482024-12-19T05:08:18.539Z[ recovery-image] Dec 19 05:08:17.889 INFO O| Dec 19 05:08:17.889 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71492024-12-19T05:08:18.551Z[ recovery-image] Dec 19 05:08:17.903 INFO O| Dec 19 05:08:17.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
71502024-12-19T05:08:18.551Z[ recovery-image] Dec 19 05:08:17.903 INFO O| Dec 19 05:08:17.903 INFO STEP 947 (remove_files) COMPLETE
71512024-12-19T05:08:18.553Z[ recovery-image] Dec 19 05:08:17.903 INFO O| Dec 19 05:08:17.903 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71522024-12-19T05:08:18.563Z[ recovery-image] Dec 19 05:08:17.916 INFO O| Dec 19 05:08:17.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
71532024-12-19T05:08:18.563Z[ recovery-image] Dec 19 05:08:17.916 INFO O| Dec 19 05:08:17.916 INFO STEP 948 (remove_files) COMPLETE
71542024-12-19T05:08:18.566Z[ recovery-image] Dec 19 05:08:17.916 INFO O| Dec 19 05:08:17.916 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71552024-12-19T05:08:18.574Z[ recovery-image] Dec 19 05:08:17.926 INFO O| Dec 19 05:08:17.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
71562024-12-19T05:08:18.574Z[ recovery-image] Dec 19 05:08:17.927 INFO O| Dec 19 05:08:17.926 INFO STEP 949 (remove_files) COMPLETE
71572024-12-19T05:08:18.576Z[ recovery-image] Dec 19 05:08:17.927 INFO O| Dec 19 05:08:17.927 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71582024-12-19T05:08:18.583Z[ recovery-image] Dec 19 05:08:17.936 INFO O| Dec 19 05:08:17.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
71592024-12-19T05:08:18.586Z[ recovery-image] Dec 19 05:08:17.936 INFO O| Dec 19 05:08:17.936 INFO STEP 950 (remove_files) COMPLETE
71602024-12-19T05:08:18.586Z[ recovery-image] Dec 19 05:08:17.936 INFO O| Dec 19 05:08:17.936 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71612024-12-19T05:08:18.593Z[ recovery-image] Dec 19 05:08:17.946 INFO O| Dec 19 05:08:17.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
71622024-12-19T05:08:18.593Z[ recovery-image] Dec 19 05:08:17.946 INFO O| Dec 19 05:08:17.946 INFO STEP 951 (remove_files) COMPLETE
71632024-12-19T05:08:18.596Z[ recovery-image] Dec 19 05:08:17.946 INFO O| Dec 19 05:08:17.946 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71642024-12-19T05:08:18.603Z[ recovery-image] Dec 19 05:08:17.956 INFO O| Dec 19 05:08:17.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
71652024-12-19T05:08:18.605Z[ recovery-image] Dec 19 05:08:17.956 INFO O| Dec 19 05:08:17.956 INFO STEP 952 (remove_files) COMPLETE
71662024-12-19T05:08:18.605Z[ recovery-image] Dec 19 05:08:17.956 INFO O| Dec 19 05:08:17.956 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71672024-12-19T05:08:18.612Z[ recovery-image] Dec 19 05:08:17.965 INFO O| Dec 19 05:08:17.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
71682024-12-19T05:08:18.612Z[ recovery-image] Dec 19 05:08:17.965 INFO O| Dec 19 05:08:17.965 INFO STEP 953 (remove_files) COMPLETE
71692024-12-19T05:08:18.612Z[ recovery-image] Dec 19 05:08:17.965 INFO O| Dec 19 05:08:17.965 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71702024-12-19T05:08:18.622Z[ recovery-image] Dec 19 05:08:17.975 INFO O| Dec 19 05:08:17.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
71712024-12-19T05:08:18.622Z[ recovery-image] Dec 19 05:08:17.975 INFO O| Dec 19 05:08:17.975 INFO STEP 954 (remove_files) COMPLETE
71722024-12-19T05:08:18.622Z[ recovery-image] Dec 19 05:08:17.975 INFO O| Dec 19 05:08:17.975 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71732024-12-19T05:08:18.632Z[ recovery-image] Dec 19 05:08:17.984 INFO O| Dec 19 05:08:17.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
71742024-12-19T05:08:18.632Z[ recovery-image] Dec 19 05:08:17.984 INFO O| Dec 19 05:08:17.984 INFO STEP 955 (remove_files) COMPLETE
71752024-12-19T05:08:18.634Z[ recovery-image] Dec 19 05:08:17.985 INFO O| Dec 19 05:08:17.984 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71762024-12-19T05:08:18.641Z[ recovery-image] Dec 19 05:08:17.994 INFO O| Dec 19 05:08:17.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
71772024-12-19T05:08:18.641Z[ recovery-image] Dec 19 05:08:17.994 INFO O| Dec 19 05:08:17.994 INFO STEP 956 (remove_files) COMPLETE
71782024-12-19T05:08:18.641Z[ recovery-image] Dec 19 05:08:17.994 INFO O| Dec 19 05:08:17.994 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71792024-12-19T05:08:18.652Z[ recovery-image] Dec 19 05:08:18.004 INFO O| Dec 19 05:08:18.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
71802024-12-19T05:08:18.652Z[ recovery-image] Dec 19 05:08:18.005 INFO O| Dec 19 05:08:18.005 INFO STEP 957 (remove_files) COMPLETE
71812024-12-19T05:08:18.655Z[ recovery-image] Dec 19 05:08:18.005 INFO O| Dec 19 05:08:18.005 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71822024-12-19T05:08:18.662Z[ recovery-image] Dec 19 05:08:18.014 INFO O| Dec 19 05:08:18.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
71832024-12-19T05:08:18.662Z[ recovery-image] Dec 19 05:08:18.014 INFO O| Dec 19 05:08:18.014 INFO STEP 958 (remove_files) COMPLETE
71842024-12-19T05:08:18.665Z[ recovery-image] Dec 19 05:08:18.014 INFO O| Dec 19 05:08:18.014 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71852024-12-19T05:08:18.672Z[ recovery-image] Dec 19 05:08:18.024 INFO O| Dec 19 05:08:18.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
71862024-12-19T05:08:18.674Z[ recovery-image] Dec 19 05:08:18.024 INFO O| Dec 19 05:08:18.024 INFO STEP 959 (remove_files) COMPLETE
71872024-12-19T05:08:18.674Z[ recovery-image] Dec 19 05:08:18.024 INFO O| Dec 19 05:08:18.024 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71882024-12-19T05:08:18.681Z[ recovery-image] Dec 19 05:08:18.034 INFO O| Dec 19 05:08:18.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
71892024-12-19T05:08:18.681Z[ recovery-image] Dec 19 05:08:18.034 INFO O| Dec 19 05:08:18.034 INFO STEP 960 (remove_files) COMPLETE
71902024-12-19T05:08:18.683Z[ recovery-image] Dec 19 05:08:18.034 INFO O| Dec 19 05:08:18.034 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71912024-12-19T05:08:18.691Z[ recovery-image] Dec 19 05:08:18.043 INFO O| Dec 19 05:08:18.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
71922024-12-19T05:08:18.691Z[ recovery-image] Dec 19 05:08:18.043 INFO O| Dec 19 05:08:18.043 INFO STEP 961 (remove_files) COMPLETE
71932024-12-19T05:08:18.691Z[ recovery-image] Dec 19 05:08:18.044 INFO O| Dec 19 05:08:18.043 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71942024-12-19T05:08:18.700Z[ recovery-image] Dec 19 05:08:18.053 INFO O| Dec 19 05:08:18.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
71952024-12-19T05:08:18.700Z[ recovery-image] Dec 19 05:08:18.053 INFO O| Dec 19 05:08:18.053 INFO STEP 962 (remove_files) COMPLETE
71962024-12-19T05:08:18.702Z[ recovery-image] Dec 19 05:08:18.053 INFO O| Dec 19 05:08:18.053 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71972024-12-19T05:08:18.709Z[ recovery-image] Dec 19 05:08:18.062 INFO O| Dec 19 05:08:18.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
71982024-12-19T05:08:18.711Z[ recovery-image] Dec 19 05:08:18.062 INFO O| Dec 19 05:08:18.062 INFO STEP 963 (remove_files) COMPLETE
71992024-12-19T05:08:18.713Z[ recovery-image] Dec 19 05:08:18.062 INFO O| Dec 19 05:08:18.062 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72002024-12-19T05:08:18.719Z[ recovery-image] Dec 19 05:08:18.072 INFO O| Dec 19 05:08:18.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
72012024-12-19T05:08:18.721Z[ recovery-image] Dec 19 05:08:18.072 INFO O| Dec 19 05:08:18.072 INFO STEP 964 (remove_files) COMPLETE
72022024-12-19T05:08:18.721Z[ recovery-image] Dec 19 05:08:18.072 INFO O| Dec 19 05:08:18.072 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72032024-12-19T05:08:18.729Z[ recovery-image] Dec 19 05:08:18.081 INFO O| Dec 19 05:08:18.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
72042024-12-19T05:08:18.731Z[ recovery-image] Dec 19 05:08:18.082 INFO O| Dec 19 05:08:18.082 INFO STEP 965 (remove_files) COMPLETE
72052024-12-19T05:08:18.731Z[ recovery-image] Dec 19 05:08:18.082 INFO O| Dec 19 05:08:18.082 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72062024-12-19T05:08:18.738Z[ recovery-image] Dec 19 05:08:18.091 INFO O| Dec 19 05:08:18.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
72072024-12-19T05:08:18.738Z[ recovery-image] Dec 19 05:08:18.091 INFO O| Dec 19 05:08:18.091 INFO STEP 966 (remove_files) COMPLETE
72082024-12-19T05:08:18.741Z[ recovery-image] Dec 19 05:08:18.091 INFO O| Dec 19 05:08:18.091 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72092024-12-19T05:08:18.748Z[ recovery-image] Dec 19 05:08:18.101 INFO O| Dec 19 05:08:18.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
72102024-12-19T05:08:18.748Z[ recovery-image] Dec 19 05:08:18.101 INFO O| Dec 19 05:08:18.101 INFO STEP 967 (remove_files) COMPLETE
72112024-12-19T05:08:18.750Z[ recovery-image] Dec 19 05:08:18.101 INFO O| Dec 19 05:08:18.101 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72122024-12-19T05:08:18.758Z[ recovery-image] Dec 19 05:08:18.111 INFO O| Dec 19 05:08:18.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
72132024-12-19T05:08:18.758Z[ recovery-image] Dec 19 05:08:18.111 INFO O| Dec 19 05:08:18.111 INFO STEP 968 (remove_files) COMPLETE
72142024-12-19T05:08:18.761Z[ recovery-image] Dec 19 05:08:18.111 INFO O| Dec 19 05:08:18.111 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72152024-12-19T05:08:18.768Z[ recovery-image] Dec 19 05:08:18.121 INFO O| Dec 19 05:08:18.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
72162024-12-19T05:08:18.770Z[ recovery-image] Dec 19 05:08:18.121 INFO O| Dec 19 05:08:18.121 INFO STEP 969 (remove_files) COMPLETE
72172024-12-19T05:08:18.770Z[ recovery-image] Dec 19 05:08:18.121 INFO O| Dec 19 05:08:18.121 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72182024-12-19T05:08:18.777Z[ recovery-image] Dec 19 05:08:18.130 INFO O| Dec 19 05:08:18.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
72192024-12-19T05:08:18.777Z[ recovery-image] Dec 19 05:08:18.130 INFO O| Dec 19 05:08:18.130 INFO STEP 970 (remove_files) COMPLETE
72202024-12-19T05:08:18.779Z[ recovery-image] Dec 19 05:08:18.130 INFO O| Dec 19 05:08:18.130 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72212024-12-19T05:08:18.787Z[ recovery-image] Dec 19 05:08:18.139 INFO O| Dec 19 05:08:18.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
72222024-12-19T05:08:18.789Z[ recovery-image] Dec 19 05:08:18.140 INFO O| Dec 19 05:08:18.140 INFO STEP 971 (remove_files) COMPLETE
72232024-12-19T05:08:18.789Z[ recovery-image] Dec 19 05:08:18.140 INFO O| Dec 19 05:08:18.140 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72242024-12-19T05:08:18.796Z[ recovery-image] Dec 19 05:08:18.149 INFO O| Dec 19 05:08:18.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
72252024-12-19T05:08:18.798Z[ recovery-image] Dec 19 05:08:18.149 INFO O| Dec 19 05:08:18.149 INFO STEP 972 (remove_files) COMPLETE
72262024-12-19T05:08:18.798Z[ recovery-image] Dec 19 05:08:18.149 INFO O| Dec 19 05:08:18.149 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72272024-12-19T05:08:18.806Z[ recovery-image] Dec 19 05:08:18.159 INFO O| Dec 19 05:08:18.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
72282024-12-19T05:08:18.808Z[ recovery-image] Dec 19 05:08:18.159 INFO O| Dec 19 05:08:18.159 INFO STEP 973 (remove_files) COMPLETE
72292024-12-19T05:08:18.808Z[ recovery-image] Dec 19 05:08:18.159 INFO O| Dec 19 05:08:18.159 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72302024-12-19T05:08:18.816Z[ recovery-image] Dec 19 05:08:18.168 INFO O| Dec 19 05:08:18.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
72312024-12-19T05:08:18.816Z[ recovery-image] Dec 19 05:08:18.168 INFO O| Dec 19 05:08:18.168 INFO STEP 974 (remove_files) COMPLETE
72322024-12-19T05:08:18.818Z[ recovery-image] Dec 19 05:08:18.168 INFO O| Dec 19 05:08:18.168 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72332024-12-19T05:08:18.826Z[ recovery-image] Dec 19 05:08:18.178 INFO O| Dec 19 05:08:18.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
72342024-12-19T05:08:18.826Z[ recovery-image] Dec 19 05:08:18.178 INFO O| Dec 19 05:08:18.178 INFO STEP 975 (remove_files) COMPLETE
72352024-12-19T05:08:18.828Z[ recovery-image] Dec 19 05:08:18.178 INFO O| Dec 19 05:08:18.178 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72362024-12-19T05:08:18.835Z[ recovery-image] Dec 19 05:08:18.188 INFO O| Dec 19 05:08:18.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
72372024-12-19T05:08:18.835Z[ recovery-image] Dec 19 05:08:18.188 INFO O| Dec 19 05:08:18.188 INFO STEP 976 (remove_files) COMPLETE
72382024-12-19T05:08:18.835Z[ recovery-image] Dec 19 05:08:18.188 INFO O| Dec 19 05:08:18.188 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72392024-12-19T05:08:18.845Z[ recovery-image] Dec 19 05:08:18.197 INFO O| Dec 19 05:08:18.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
72402024-12-19T05:08:18.847Z[ recovery-image] Dec 19 05:08:18.198 INFO O| Dec 19 05:08:18.198 INFO STEP 977 (remove_files) COMPLETE
72412024-12-19T05:08:18.847Z[ recovery-image] Dec 19 05:08:18.198 INFO O| Dec 19 05:08:18.198 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72422024-12-19T05:08:18.855Z[ recovery-image] Dec 19 05:08:18.208 INFO O| Dec 19 05:08:18.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
72432024-12-19T05:08:18.858Z[ recovery-image] Dec 19 05:08:18.208 INFO O| Dec 19 05:08:18.208 INFO STEP 978 (remove_files) COMPLETE
72442024-12-19T05:08:18.858Z[ recovery-image] Dec 19 05:08:18.208 INFO O| Dec 19 05:08:18.208 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72452024-12-19T05:08:18.864Z[ recovery-image] Dec 19 05:08:18.217 INFO O| Dec 19 05:08:18.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
72462024-12-19T05:08:18.864Z[ recovery-image] Dec 19 05:08:18.217 INFO O| Dec 19 05:08:18.217 INFO STEP 979 (remove_files) COMPLETE
72472024-12-19T05:08:18.867Z[ recovery-image] Dec 19 05:08:18.217 INFO O| Dec 19 05:08:18.217 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72482024-12-19T05:08:18.874Z[ recovery-image] Dec 19 05:08:18.227 INFO O| Dec 19 05:08:18.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
72492024-12-19T05:08:18.876Z[ recovery-image] Dec 19 05:08:18.227 INFO O| Dec 19 05:08:18.227 INFO STEP 980 (remove_files) COMPLETE
72502024-12-19T05:08:18.876Z[ recovery-image] Dec 19 05:08:18.227 INFO O| Dec 19 05:08:18.227 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72512024-12-19T05:08:18.884Z[ recovery-image] Dec 19 05:08:18.237 INFO O| Dec 19 05:08:18.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
72522024-12-19T05:08:18.884Z[ recovery-image] Dec 19 05:08:18.237 INFO O| Dec 19 05:08:18.237 INFO STEP 981 (remove_files) COMPLETE
72532024-12-19T05:08:18.887Z[ recovery-image] Dec 19 05:08:18.237 INFO O| Dec 19 05:08:18.237 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72542024-12-19T05:08:18.894Z[ recovery-image] Dec 19 05:08:18.246 INFO O| Dec 19 05:08:18.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
72552024-12-19T05:08:18.896Z[ recovery-image] Dec 19 05:08:18.246 INFO O| Dec 19 05:08:18.246 INFO STEP 982 (remove_files) COMPLETE
72562024-12-19T05:08:18.896Z[ recovery-image] Dec 19 05:08:18.247 INFO O| Dec 19 05:08:18.246 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72572024-12-19T05:08:18.903Z[ recovery-image] Dec 19 05:08:18.256 INFO O| Dec 19 05:08:18.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
72582024-12-19T05:08:18.903Z[ recovery-image] Dec 19 05:08:18.256 INFO O| Dec 19 05:08:18.256 INFO STEP 983 (remove_files) COMPLETE
72592024-12-19T05:08:18.905Z[ recovery-image] Dec 19 05:08:18.256 INFO O| Dec 19 05:08:18.256 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72602024-12-19T05:08:18.913Z[ recovery-image] Dec 19 05:08:18.265 INFO O| Dec 19 05:08:18.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
72612024-12-19T05:08:18.913Z[ recovery-image] Dec 19 05:08:18.265 INFO O| Dec 19 05:08:18.265 INFO STEP 984 (remove_files) COMPLETE
72622024-12-19T05:08:18.913Z[ recovery-image] Dec 19 05:08:18.265 INFO O| Dec 19 05:08:18.265 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72632024-12-19T05:08:18.922Z[ recovery-image] Dec 19 05:08:18.275 INFO O| Dec 19 05:08:18.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
72642024-12-19T05:08:18.922Z[ recovery-image] Dec 19 05:08:18.275 INFO O| Dec 19 05:08:18.275 INFO STEP 985 (remove_files) COMPLETE
72652024-12-19T05:08:18.922Z[ recovery-image] Dec 19 05:08:18.275 INFO O| Dec 19 05:08:18.275 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72662024-12-19T05:08:18.931Z[ recovery-image] Dec 19 05:08:18.284 INFO O| Dec 19 05:08:18.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
72672024-12-19T05:08:18.932Z[ recovery-image] Dec 19 05:08:18.284 INFO O| Dec 19 05:08:18.284 INFO STEP 986 (remove_files) COMPLETE
72682024-12-19T05:08:18.935Z[ recovery-image] Dec 19 05:08:18.284 INFO O| Dec 19 05:08:18.284 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72692024-12-19T05:08:18.941Z[ recovery-image] Dec 19 05:08:18.294 INFO O| Dec 19 05:08:18.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
72702024-12-19T05:08:18.943Z[ recovery-image] Dec 19 05:08:18.294 INFO O| Dec 19 05:08:18.294 INFO STEP 987 (remove_files) COMPLETE
72712024-12-19T05:08:18.943Z[ recovery-image] Dec 19 05:08:18.294 INFO O| Dec 19 05:08:18.294 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72722024-12-19T05:08:18.950Z[ recovery-image] Dec 19 05:08:18.303 INFO O| Dec 19 05:08:18.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
72732024-12-19T05:08:18.951Z[ recovery-image] Dec 19 05:08:18.303 INFO O| Dec 19 05:08:18.303 INFO STEP 988 (remove_files) COMPLETE
72742024-12-19T05:08:18.951Z[ recovery-image] Dec 19 05:08:18.303 INFO O| Dec 19 05:08:18.303 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72752024-12-19T05:08:18.960Z[ recovery-image] Dec 19 05:08:18.313 INFO O| Dec 19 05:08:18.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
72762024-12-19T05:08:18.960Z[ recovery-image] Dec 19 05:08:18.313 INFO O| Dec 19 05:08:18.313 INFO STEP 989 (remove_files) COMPLETE
72772024-12-19T05:08:18.960Z[ recovery-image] Dec 19 05:08:18.313 INFO O| Dec 19 05:08:18.313 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72782024-12-19T05:08:18.969Z[ recovery-image] Dec 19 05:08:18.322 INFO O| Dec 19 05:08:18.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
72792024-12-19T05:08:18.969Z[ recovery-image] Dec 19 05:08:18.322 INFO O| Dec 19 05:08:18.322 INFO STEP 990 (remove_files) COMPLETE
72802024-12-19T05:08:18.971Z[ recovery-image] Dec 19 05:08:18.322 INFO O| Dec 19 05:08:18.322 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72812024-12-19T05:08:18.979Z[ recovery-image] Dec 19 05:08:18.331 INFO O| Dec 19 05:08:18.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
72822024-12-19T05:08:18.981Z[ recovery-image] Dec 19 05:08:18.331 INFO O| Dec 19 05:08:18.331 INFO STEP 991 (remove_files) COMPLETE
72832024-12-19T05:08:18.981Z[ recovery-image] Dec 19 05:08:18.331 INFO O| Dec 19 05:08:18.331 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72842024-12-19T05:08:18.988Z[ recovery-image] Dec 19 05:08:18.341 INFO O| Dec 19 05:08:18.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
72852024-12-19T05:08:18.990Z[ recovery-image] Dec 19 05:08:18.341 INFO O| Dec 19 05:08:18.341 INFO STEP 992 (remove_files) COMPLETE
72862024-12-19T05:08:18.990Z[ recovery-image] Dec 19 05:08:18.341 INFO O| Dec 19 05:08:18.341 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72872024-12-19T05:08:18.997Z[ recovery-image] Dec 19 05:08:18.350 INFO O| Dec 19 05:08:18.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
72882024-12-19T05:08:18.999Z[ recovery-image] Dec 19 05:08:18.350 INFO O| Dec 19 05:08:18.350 INFO STEP 993 (remove_files) COMPLETE
72892024-12-19T05:08:19.001Z[ recovery-image] Dec 19 05:08:18.350 INFO O| Dec 19 05:08:18.350 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72902024-12-19T05:08:19.007Z[ recovery-image] Dec 19 05:08:18.360 INFO O| Dec 19 05:08:18.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
72912024-12-19T05:08:19.007Z[ recovery-image] Dec 19 05:08:18.360 INFO O| Dec 19 05:08:18.360 INFO STEP 994 (remove_files) COMPLETE
72922024-12-19T05:08:19.007Z[ recovery-image] Dec 19 05:08:18.360 INFO O| Dec 19 05:08:18.360 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72932024-12-19T05:08:19.017Z[ recovery-image] Dec 19 05:08:18.370 INFO O| Dec 19 05:08:18.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
72942024-12-19T05:08:19.019Z[ recovery-image] Dec 19 05:08:18.370 INFO O| Dec 19 05:08:18.370 INFO STEP 995 (remove_files) COMPLETE
72952024-12-19T05:08:19.019Z[ recovery-image] Dec 19 05:08:18.370 INFO O| Dec 19 05:08:18.370 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72962024-12-19T05:08:19.026Z[ recovery-image] Dec 19 05:08:18.379 INFO O| Dec 19 05:08:18.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
72972024-12-19T05:08:19.029Z[ recovery-image] Dec 19 05:08:18.379 INFO O| Dec 19 05:08:18.379 INFO STEP 996 (remove_files) COMPLETE
72982024-12-19T05:08:19.029Z[ recovery-image] Dec 19 05:08:18.379 INFO O| Dec 19 05:08:18.379 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72992024-12-19T05:08:19.036Z[ recovery-image] Dec 19 05:08:18.389 INFO O| Dec 19 05:08:18.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
73002024-12-19T05:08:19.036Z[ recovery-image] Dec 19 05:08:18.389 INFO O| Dec 19 05:08:18.389 INFO STEP 997 (remove_files) COMPLETE
73012024-12-19T05:08:19.040Z[ recovery-image] Dec 19 05:08:18.389 INFO O| Dec 19 05:08:18.389 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73022024-12-19T05:08:19.046Z[ recovery-image] Dec 19 05:08:18.399 INFO O| Dec 19 05:08:18.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
73032024-12-19T05:08:19.049Z[ recovery-image] Dec 19 05:08:18.399 INFO O| Dec 19 05:08:18.399 INFO STEP 998 (remove_files) COMPLETE
73042024-12-19T05:08:19.049Z[ recovery-image] Dec 19 05:08:18.399 INFO O| Dec 19 05:08:18.399 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73052024-12-19T05:08:19.055Z[ recovery-image] Dec 19 05:08:18.408 INFO O| Dec 19 05:08:18.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
73062024-12-19T05:08:19.055Z[ recovery-image] Dec 19 05:08:18.408 INFO O| Dec 19 05:08:18.408 INFO STEP 999 (remove_files) COMPLETE
73072024-12-19T05:08:19.058Z[ recovery-image] Dec 19 05:08:18.408 INFO O| Dec 19 05:08:18.408 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73082024-12-19T05:08:19.065Z[ recovery-image] Dec 19 05:08:18.418 INFO O| Dec 19 05:08:18.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
73092024-12-19T05:08:19.067Z[ recovery-image] Dec 19 05:08:18.418 INFO O| Dec 19 05:08:18.418 INFO STEP 1000 (remove_files) COMPLETE
73102024-12-19T05:08:19.067Z[ recovery-image] Dec 19 05:08:18.418 INFO O| Dec 19 05:08:18.418 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73112024-12-19T05:08:19.075Z[ recovery-image] Dec 19 05:08:18.428 INFO O| Dec 19 05:08:18.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
73122024-12-19T05:08:19.077Z[ recovery-image] Dec 19 05:08:18.428 INFO O| Dec 19 05:08:18.428 INFO STEP 1001 (remove_files) COMPLETE
73132024-12-19T05:08:19.077Z[ recovery-image] Dec 19 05:08:18.428 INFO O| Dec 19 05:08:18.428 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73142024-12-19T05:08:19.085Z[ recovery-image] Dec 19 05:08:18.437 INFO O| Dec 19 05:08:18.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
73152024-12-19T05:08:19.085Z[ recovery-image] Dec 19 05:08:18.438 INFO O| Dec 19 05:08:18.437 INFO STEP 1002 (remove_files) COMPLETE
73162024-12-19T05:08:19.087Z[ recovery-image] Dec 19 05:08:18.438 INFO O| Dec 19 05:08:18.437 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73172024-12-19T05:08:19.095Z[ recovery-image] Dec 19 05:08:18.447 INFO O| Dec 19 05:08:18.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
73182024-12-19T05:08:19.097Z[ recovery-image] Dec 19 05:08:18.448 INFO O| Dec 19 05:08:18.448 INFO STEP 1003 (remove_files) COMPLETE
73192024-12-19T05:08:19.097Z[ recovery-image] Dec 19 05:08:18.448 INFO O| Dec 19 05:08:18.448 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73202024-12-19T05:08:19.105Z[ recovery-image] Dec 19 05:08:18.458 INFO O| Dec 19 05:08:18.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
73212024-12-19T05:08:19.105Z[ recovery-image] Dec 19 05:08:18.458 INFO O| Dec 19 05:08:18.458 INFO STEP 1004 (remove_files) COMPLETE
73222024-12-19T05:08:19.107Z[ recovery-image] Dec 19 05:08:18.458 INFO O| Dec 19 05:08:18.458 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73232024-12-19T05:08:19.115Z[ recovery-image] Dec 19 05:08:18.468 INFO O| Dec 19 05:08:18.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
73242024-12-19T05:08:19.115Z[ recovery-image] Dec 19 05:08:18.468 INFO O| Dec 19 05:08:18.468 INFO STEP 1005 (remove_files) COMPLETE
73252024-12-19T05:08:19.115Z[ recovery-image] Dec 19 05:08:18.468 INFO O| Dec 19 05:08:18.468 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73262024-12-19T05:08:19.124Z[ recovery-image] Dec 19 05:08:18.477 INFO O| Dec 19 05:08:18.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
73272024-12-19T05:08:19.124Z[ recovery-image] Dec 19 05:08:18.477 INFO O| Dec 19 05:08:18.477 INFO STEP 1006 (remove_files) COMPLETE
73282024-12-19T05:08:19.129Z[ recovery-image] Dec 19 05:08:18.477 INFO O| Dec 19 05:08:18.477 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73292024-12-19T05:08:19.134Z[ recovery-image] Dec 19 05:08:18.487 INFO O| Dec 19 05:08:18.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
73302024-12-19T05:08:19.134Z[ recovery-image] Dec 19 05:08:18.487 INFO O| Dec 19 05:08:18.487 INFO STEP 1007 (remove_files) COMPLETE
73312024-12-19T05:08:19.134Z[ recovery-image] Dec 19 05:08:18.487 INFO O| Dec 19 05:08:18.487 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73322024-12-19T05:08:19.144Z[ recovery-image] Dec 19 05:08:18.496 INFO O| Dec 19 05:08:18.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
73332024-12-19T05:08:19.144Z[ recovery-image] Dec 19 05:08:18.496 INFO O| Dec 19 05:08:18.496 INFO STEP 1008 (remove_files) COMPLETE
73342024-12-19T05:08:19.144Z[ recovery-image] Dec 19 05:08:18.496 INFO O| Dec 19 05:08:18.496 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73352024-12-19T05:08:19.153Z[ recovery-image] Dec 19 05:08:18.506 INFO O| Dec 19 05:08:18.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
73362024-12-19T05:08:19.153Z[ recovery-image] Dec 19 05:08:18.506 INFO O| Dec 19 05:08:18.506 INFO STEP 1009 (remove_files) COMPLETE
73372024-12-19T05:08:19.153Z[ recovery-image] Dec 19 05:08:18.506 INFO O| Dec 19 05:08:18.506 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73382024-12-19T05:08:19.163Z[ recovery-image] Dec 19 05:08:18.516 INFO O| Dec 19 05:08:18.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
73392024-12-19T05:08:19.163Z[ recovery-image] Dec 19 05:08:18.516 INFO O| Dec 19 05:08:18.516 INFO STEP 1010 (remove_files) COMPLETE
73402024-12-19T05:08:19.163Z[ recovery-image] Dec 19 05:08:18.516 INFO O| Dec 19 05:08:18.516 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73412024-12-19T05:08:19.173Z[ recovery-image] Dec 19 05:08:18.526 INFO O| Dec 19 05:08:18.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
73422024-12-19T05:08:19.175Z[ recovery-image] Dec 19 05:08:18.526 INFO O| Dec 19 05:08:18.526 INFO STEP 1011 (remove_files) COMPLETE
73432024-12-19T05:08:19.175Z[ recovery-image] Dec 19 05:08:18.526 INFO O| Dec 19 05:08:18.526 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73442024-12-19T05:08:19.183Z[ recovery-image] Dec 19 05:08:18.536 INFO O| Dec 19 05:08:18.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
73452024-12-19T05:08:19.183Z[ recovery-image] Dec 19 05:08:18.536 INFO O| Dec 19 05:08:18.536 INFO STEP 1012 (remove_files) COMPLETE
73462024-12-19T05:08:19.183Z[ recovery-image] Dec 19 05:08:18.536 INFO O| Dec 19 05:08:18.536 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73472024-12-19T05:08:19.192Z[ recovery-image] Dec 19 05:08:18.545 INFO O| Dec 19 05:08:18.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
73482024-12-19T05:08:19.195Z[ recovery-image] Dec 19 05:08:18.545 INFO O| Dec 19 05:08:18.545 INFO STEP 1013 (remove_files) COMPLETE
73492024-12-19T05:08:19.195Z[ recovery-image] Dec 19 05:08:18.545 INFO O| Dec 19 05:08:18.545 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73502024-12-19T05:08:19.203Z[ recovery-image] Dec 19 05:08:18.555 INFO O| Dec 19 05:08:18.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
73512024-12-19T05:08:19.203Z[ recovery-image] Dec 19 05:08:18.556 INFO O| Dec 19 05:08:18.555 INFO STEP 1014 (remove_files) COMPLETE
73522024-12-19T05:08:19.212Z[ recovery-image] Dec 19 05:08:18.556 INFO O| Dec 19 05:08:18.556 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73532024-12-19T05:08:19.215Z[ recovery-image] Dec 19 05:08:18.565 INFO O| Dec 19 05:08:18.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
73542024-12-19T05:08:19.215Z[ recovery-image] Dec 19 05:08:18.565 INFO O| Dec 19 05:08:18.565 INFO STEP 1015 (remove_files) COMPLETE
73552024-12-19T05:08:19.215Z[ recovery-image] Dec 19 05:08:18.565 INFO O| Dec 19 05:08:18.565 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73562024-12-19T05:08:19.222Z[ recovery-image] Dec 19 05:08:18.575 INFO O| Dec 19 05:08:18.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
73572024-12-19T05:08:19.224Z[ recovery-image] Dec 19 05:08:18.575 INFO O| Dec 19 05:08:18.575 INFO STEP 1016 (remove_files) COMPLETE
73582024-12-19T05:08:19.224Z[ recovery-image] Dec 19 05:08:18.575 INFO O| Dec 19 05:08:18.575 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73592024-12-19T05:08:19.232Z[ recovery-image] Dec 19 05:08:18.585 INFO O| Dec 19 05:08:18.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
73602024-12-19T05:08:19.235Z[ recovery-image] Dec 19 05:08:18.585 INFO O| Dec 19 05:08:18.585 INFO STEP 1017 (remove_files) COMPLETE
73612024-12-19T05:08:19.235Z[ recovery-image] Dec 19 05:08:18.585 INFO O| Dec 19 05:08:18.585 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73622024-12-19T05:08:19.243Z[ recovery-image] Dec 19 05:08:18.595 INFO O| Dec 19 05:08:18.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
73632024-12-19T05:08:19.246Z[ recovery-image] Dec 19 05:08:18.596 INFO O| Dec 19 05:08:18.595 INFO STEP 1018 (remove_files) COMPLETE
73642024-12-19T05:08:19.246Z[ recovery-image] Dec 19 05:08:18.596 INFO O| Dec 19 05:08:18.596 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73652024-12-19T05:08:19.252Z[ recovery-image] Dec 19 05:08:18.605 INFO O| Dec 19 05:08:18.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
73662024-12-19T05:08:19.252Z[ recovery-image] Dec 19 05:08:18.605 INFO O| Dec 19 05:08:18.605 INFO STEP 1019 (remove_files) COMPLETE
73672024-12-19T05:08:19.254Z[ recovery-image] Dec 19 05:08:18.605 INFO O| Dec 19 05:08:18.605 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73682024-12-19T05:08:19.262Z[ recovery-image] Dec 19 05:08:18.615 INFO O| Dec 19 05:08:18.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
73692024-12-19T05:08:19.264Z[ recovery-image] Dec 19 05:08:18.615 INFO O| Dec 19 05:08:18.615 INFO STEP 1020 (remove_files) COMPLETE
73702024-12-19T05:08:19.264Z[ recovery-image] Dec 19 05:08:18.615 INFO O| Dec 19 05:08:18.615 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73712024-12-19T05:08:19.272Z[ recovery-image] Dec 19 05:08:18.624 INFO O| Dec 19 05:08:18.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
73722024-12-19T05:08:19.275Z[ recovery-image] Dec 19 05:08:18.624 INFO O| Dec 19 05:08:18.624 INFO STEP 1021 (remove_files) COMPLETE
73732024-12-19T05:08:19.275Z[ recovery-image] Dec 19 05:08:18.624 INFO O| Dec 19 05:08:18.624 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73742024-12-19T05:08:19.281Z[ recovery-image] Dec 19 05:08:18.634 INFO O| Dec 19 05:08:18.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
73752024-12-19T05:08:19.284Z[ recovery-image] Dec 19 05:08:18.634 INFO O| Dec 19 05:08:18.634 INFO STEP 1022 (remove_files) COMPLETE
73762024-12-19T05:08:19.284Z[ recovery-image] Dec 19 05:08:18.634 INFO O| Dec 19 05:08:18.634 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73772024-12-19T05:08:19.291Z[ recovery-image] Dec 19 05:08:18.644 INFO O| Dec 19 05:08:18.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
73782024-12-19T05:08:19.294Z[ recovery-image] Dec 19 05:08:18.644 INFO O| Dec 19 05:08:18.644 INFO STEP 1023 (remove_files) COMPLETE
73792024-12-19T05:08:19.294Z[ recovery-image] Dec 19 05:08:18.644 INFO O| Dec 19 05:08:18.644 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73802024-12-19T05:08:19.300Z[ recovery-image] Dec 19 05:08:18.653 INFO O| Dec 19 05:08:18.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
73812024-12-19T05:08:19.300Z[ recovery-image] Dec 19 05:08:18.653 INFO O| Dec 19 05:08:18.653 INFO STEP 1024 (remove_files) COMPLETE
73822024-12-19T05:08:19.300Z[ recovery-image] Dec 19 05:08:18.653 INFO O| Dec 19 05:08:18.653 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73832024-12-19T05:08:19.310Z[ recovery-image] Dec 19 05:08:18.662 INFO O| Dec 19 05:08:18.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
73842024-12-19T05:08:19.310Z[ recovery-image] Dec 19 05:08:18.662 INFO O| Dec 19 05:08:18.662 INFO STEP 1025 (remove_files) COMPLETE
73852024-12-19T05:08:19.310Z[ recovery-image] Dec 19 05:08:18.662 INFO O| Dec 19 05:08:18.662 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73862024-12-19T05:08:19.319Z[ recovery-image] Dec 19 05:08:18.672 INFO O| Dec 19 05:08:18.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
73872024-12-19T05:08:19.321Z[ recovery-image] Dec 19 05:08:18.672 INFO O| Dec 19 05:08:18.672 INFO STEP 1026 (remove_files) COMPLETE
73882024-12-19T05:08:19.321Z[ recovery-image] Dec 19 05:08:18.672 INFO O| Dec 19 05:08:18.672 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73892024-12-19T05:08:19.328Z[ recovery-image] Dec 19 05:08:18.681 INFO O| Dec 19 05:08:18.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
73902024-12-19T05:08:19.330Z[ recovery-image] Dec 19 05:08:18.682 INFO O| Dec 19 05:08:18.682 INFO STEP 1027 (remove_files) COMPLETE
73912024-12-19T05:08:19.330Z[ recovery-image] Dec 19 05:08:18.682 INFO O| Dec 19 05:08:18.682 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73922024-12-19T05:08:19.339Z[ recovery-image] Dec 19 05:08:18.691 INFO O| Dec 19 05:08:18.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
73932024-12-19T05:08:19.339Z[ recovery-image] Dec 19 05:08:18.691 INFO O| Dec 19 05:08:18.691 INFO STEP 1028 (remove_files) COMPLETE
73942024-12-19T05:08:19.339Z[ recovery-image] Dec 19 05:08:18.691 INFO O| Dec 19 05:08:18.691 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73952024-12-19T05:08:19.348Z[ recovery-image] Dec 19 05:08:18.701 INFO O| Dec 19 05:08:18.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
73962024-12-19T05:08:19.348Z[ recovery-image] Dec 19 05:08:18.701 INFO O| Dec 19 05:08:18.701 INFO STEP 1029 (remove_files) COMPLETE
73972024-12-19T05:08:19.348Z[ recovery-image] Dec 19 05:08:18.701 INFO O| Dec 19 05:08:18.701 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73982024-12-19T05:08:19.357Z[ recovery-image] Dec 19 05:08:18.710 INFO O| Dec 19 05:08:18.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
73992024-12-19T05:08:19.357Z[ recovery-image] Dec 19 05:08:18.710 INFO O| Dec 19 05:08:18.710 INFO STEP 1030 (remove_files) COMPLETE
74002024-12-19T05:08:19.357Z[ recovery-image] Dec 19 05:08:18.710 INFO O| Dec 19 05:08:18.710 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74012024-12-19T05:08:19.367Z[ recovery-image] Dec 19 05:08:18.720 INFO O| Dec 19 05:08:18.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
74022024-12-19T05:08:19.367Z[ recovery-image] Dec 19 05:08:18.720 INFO O| Dec 19 05:08:18.720 INFO STEP 1031 (remove_files) COMPLETE
74032024-12-19T05:08:19.367Z[ recovery-image] Dec 19 05:08:18.720 INFO O| Dec 19 05:08:18.720 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74042024-12-19T05:08:19.376Z[ recovery-image] Dec 19 05:08:18.729 INFO O| Dec 19 05:08:18.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
74052024-12-19T05:08:19.377Z[ recovery-image] Dec 19 05:08:18.729 INFO O| Dec 19 05:08:18.729 INFO STEP 1032 (remove_files) COMPLETE
74062024-12-19T05:08:19.379Z[ recovery-image] Dec 19 05:08:18.729 INFO O| Dec 19 05:08:18.729 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74072024-12-19T05:08:19.386Z[ recovery-image] Dec 19 05:08:18.739 INFO O| Dec 19 05:08:18.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
74082024-12-19T05:08:19.386Z[ recovery-image] Dec 19 05:08:18.739 INFO O| Dec 19 05:08:18.739 INFO STEP 1033 (remove_files) COMPLETE
74092024-12-19T05:08:19.388Z[ recovery-image] Dec 19 05:08:18.739 INFO O| Dec 19 05:08:18.739 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74102024-12-19T05:08:19.395Z[ recovery-image] Dec 19 05:08:18.748 INFO O| Dec 19 05:08:18.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
74112024-12-19T05:08:19.395Z[ recovery-image] Dec 19 05:08:18.748 INFO O| Dec 19 05:08:18.748 INFO STEP 1034 (remove_files) COMPLETE
74122024-12-19T05:08:19.397Z[ recovery-image] Dec 19 05:08:18.748 INFO O| Dec 19 05:08:18.748 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74132024-12-19T05:08:19.405Z[ recovery-image] Dec 19 05:08:18.758 INFO O| Dec 19 05:08:18.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
74142024-12-19T05:08:19.407Z[ recovery-image] Dec 19 05:08:18.758 INFO O| Dec 19 05:08:18.758 INFO STEP 1035 (remove_files) COMPLETE
74152024-12-19T05:08:19.407Z[ recovery-image] Dec 19 05:08:18.758 INFO O| Dec 19 05:08:18.758 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74162024-12-19T05:08:19.415Z[ recovery-image] Dec 19 05:08:18.768 INFO O| Dec 19 05:08:18.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
74172024-12-19T05:08:19.417Z[ recovery-image] Dec 19 05:08:18.768 INFO O| Dec 19 05:08:18.768 INFO STEP 1036 (remove_files) COMPLETE
74182024-12-19T05:08:19.417Z[ recovery-image] Dec 19 05:08:18.768 INFO O| Dec 19 05:08:18.768 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74192024-12-19T05:08:19.425Z[ recovery-image] Dec 19 05:08:18.778 INFO O| Dec 19 05:08:18.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
74202024-12-19T05:08:19.428Z[ recovery-image] Dec 19 05:08:18.778 INFO O| Dec 19 05:08:18.778 INFO STEP 1037 (remove_files) COMPLETE
74212024-12-19T05:08:19.428Z[ recovery-image] Dec 19 05:08:18.778 INFO O| Dec 19 05:08:18.778 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74222024-12-19T05:08:19.435Z[ recovery-image] Dec 19 05:08:18.787 INFO O| Dec 19 05:08:18.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
74232024-12-19T05:08:19.435Z[ recovery-image] Dec 19 05:08:18.787 INFO O| Dec 19 05:08:18.787 INFO STEP 1038 (remove_files) COMPLETE
74242024-12-19T05:08:19.435Z[ recovery-image] Dec 19 05:08:18.787 INFO O| Dec 19 05:08:18.787 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74252024-12-19T05:08:19.444Z[ recovery-image] Dec 19 05:08:18.797 INFO O| Dec 19 05:08:18.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
74262024-12-19T05:08:19.444Z[ recovery-image] Dec 19 05:08:18.797 INFO O| Dec 19 05:08:18.797 INFO STEP 1039 (remove_files) COMPLETE
74272024-12-19T05:08:19.444Z[ recovery-image] Dec 19 05:08:18.797 INFO O| Dec 19 05:08:18.797 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74282024-12-19T05:08:19.454Z[ recovery-image] Dec 19 05:08:18.807 INFO O| Dec 19 05:08:18.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
74292024-12-19T05:08:19.454Z[ recovery-image] Dec 19 05:08:18.807 INFO O| Dec 19 05:08:18.807 INFO STEP 1040 (remove_files) COMPLETE
74302024-12-19T05:08:19.456Z[ recovery-image] Dec 19 05:08:18.807 INFO O| Dec 19 05:08:18.807 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74312024-12-19T05:08:19.464Z[ recovery-image] Dec 19 05:08:18.816 INFO O| Dec 19 05:08:18.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
74322024-12-19T05:08:19.466Z[ recovery-image] Dec 19 05:08:18.816 INFO O| Dec 19 05:08:18.816 INFO STEP 1041 (remove_files) COMPLETE
74332024-12-19T05:08:19.466Z[ recovery-image] Dec 19 05:08:18.817 INFO O| Dec 19 05:08:18.816 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74342024-12-19T05:08:19.473Z[ recovery-image] Dec 19 05:08:18.826 INFO O| Dec 19 05:08:18.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
74352024-12-19T05:08:19.473Z[ recovery-image] Dec 19 05:08:18.826 INFO O| Dec 19 05:08:18.826 INFO STEP 1042 (remove_files) COMPLETE
74362024-12-19T05:08:19.476Z[ recovery-image] Dec 19 05:08:18.826 INFO O| Dec 19 05:08:18.826 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74372024-12-19T05:08:19.483Z[ recovery-image] Dec 19 05:08:18.836 INFO O| Dec 19 05:08:18.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
74382024-12-19T05:08:19.483Z[ recovery-image] Dec 19 05:08:18.836 INFO O| Dec 19 05:08:18.836 INFO STEP 1043 (remove_files) COMPLETE
74392024-12-19T05:08:19.483Z[ recovery-image] Dec 19 05:08:18.836 INFO O| Dec 19 05:08:18.836 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74402024-12-19T05:08:19.493Z[ recovery-image] Dec 19 05:08:18.846 INFO O| Dec 19 05:08:18.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
74412024-12-19T05:08:19.493Z[ recovery-image] Dec 19 05:08:18.846 INFO O| Dec 19 05:08:18.846 INFO STEP 1044 (remove_files) COMPLETE
74422024-12-19T05:08:19.495Z[ recovery-image] Dec 19 05:08:18.846 INFO O| Dec 19 05:08:18.846 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74432024-12-19T05:08:19.502Z[ recovery-image] Dec 19 05:08:18.855 INFO O| Dec 19 05:08:18.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
74442024-12-19T05:08:19.502Z[ recovery-image] Dec 19 05:08:18.855 INFO O| Dec 19 05:08:18.855 INFO STEP 1045 (remove_files) COMPLETE
74452024-12-19T05:08:19.502Z[ recovery-image] Dec 19 05:08:18.855 INFO O| Dec 19 05:08:18.855 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74462024-12-19T05:08:19.512Z[ recovery-image] Dec 19 05:08:18.865 INFO O| Dec 19 05:08:18.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
74472024-12-19T05:08:19.512Z[ recovery-image] Dec 19 05:08:18.865 INFO O| Dec 19 05:08:18.865 INFO STEP 1046 (remove_files) COMPLETE
74482024-12-19T05:08:19.514Z[ recovery-image] Dec 19 05:08:18.865 INFO O| Dec 19 05:08:18.865 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74492024-12-19T05:08:19.521Z[ recovery-image] Dec 19 05:08:18.874 INFO O| Dec 19 05:08:18.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
74502024-12-19T05:08:19.521Z[ recovery-image] Dec 19 05:08:18.874 INFO O| Dec 19 05:08:18.874 INFO STEP 1047 (remove_files) COMPLETE
74512024-12-19T05:08:19.521Z[ recovery-image] Dec 19 05:08:18.874 INFO O| Dec 19 05:08:18.874 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74522024-12-19T05:08:19.531Z[ recovery-image] Dec 19 05:08:18.884 INFO O| Dec 19 05:08:18.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
74532024-12-19T05:08:19.531Z[ recovery-image] Dec 19 05:08:18.884 INFO O| Dec 19 05:08:18.884 INFO STEP 1048 (remove_files) COMPLETE
74542024-12-19T05:08:19.531Z[ recovery-image] Dec 19 05:08:18.884 INFO O| Dec 19 05:08:18.884 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74552024-12-19T05:08:19.541Z[ recovery-image] Dec 19 05:08:18.893 INFO O| Dec 19 05:08:18.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
74562024-12-19T05:08:19.544Z[ recovery-image] Dec 19 05:08:18.894 INFO O| Dec 19 05:08:18.894 INFO STEP 1049 (remove_files) COMPLETE
74572024-12-19T05:08:19.544Z[ recovery-image] Dec 19 05:08:18.894 INFO O| Dec 19 05:08:18.894 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74582024-12-19T05:08:19.550Z[ recovery-image] Dec 19 05:08:18.903 INFO O| Dec 19 05:08:18.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
74592024-12-19T05:08:19.554Z[ recovery-image] Dec 19 05:08:18.903 INFO O| Dec 19 05:08:18.903 INFO STEP 1050 (remove_files) COMPLETE
74602024-12-19T05:08:19.554Z[ recovery-image] Dec 19 05:08:18.903 INFO O| Dec 19 05:08:18.903 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74612024-12-19T05:08:19.560Z[ recovery-image] Dec 19 05:08:18.913 INFO O| Dec 19 05:08:18.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
74622024-12-19T05:08:19.560Z[ recovery-image] Dec 19 05:08:18.913 INFO O| Dec 19 05:08:18.913 INFO STEP 1051 (remove_files) COMPLETE
74632024-12-19T05:08:19.563Z[ recovery-image] Dec 19 05:08:18.913 INFO O| Dec 19 05:08:18.913 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74642024-12-19T05:08:19.570Z[ recovery-image] Dec 19 05:08:18.922 INFO O| Dec 19 05:08:18.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
74652024-12-19T05:08:19.572Z[ recovery-image] Dec 19 05:08:18.923 INFO O| Dec 19 05:08:18.923 INFO STEP 1052 (remove_files) COMPLETE
74662024-12-19T05:08:19.572Z[ recovery-image] Dec 19 05:08:18.923 INFO O| Dec 19 05:08:18.923 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74672024-12-19T05:08:19.579Z[ recovery-image] Dec 19 05:08:18.932 INFO O| Dec 19 05:08:18.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
74682024-12-19T05:08:19.581Z[ recovery-image] Dec 19 05:08:18.932 INFO O| Dec 19 05:08:18.932 INFO STEP 1053 (remove_files) COMPLETE
74692024-12-19T05:08:19.581Z[ recovery-image] Dec 19 05:08:18.932 INFO O| Dec 19 05:08:18.932 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74702024-12-19T05:08:19.589Z[ recovery-image] Dec 19 05:08:18.942 INFO O| Dec 19 05:08:18.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
74712024-12-19T05:08:19.589Z[ recovery-image] Dec 19 05:08:18.942 INFO O| Dec 19 05:08:18.942 INFO STEP 1054 (remove_files) COMPLETE
74722024-12-19T05:08:19.589Z[ recovery-image] Dec 19 05:08:18.942 INFO O| Dec 19 05:08:18.942 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74732024-12-19T05:08:19.598Z[ recovery-image] Dec 19 05:08:18.951 INFO O| Dec 19 05:08:18.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
74742024-12-19T05:08:19.598Z[ recovery-image] Dec 19 05:08:18.951 INFO O| Dec 19 05:08:18.951 INFO STEP 1055 (remove_files) COMPLETE
74752024-12-19T05:08:19.598Z[ recovery-image] Dec 19 05:08:18.951 INFO O| Dec 19 05:08:18.951 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74762024-12-19T05:08:19.608Z[ recovery-image] Dec 19 05:08:18.960 INFO O| Dec 19 05:08:18.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
74772024-12-19T05:08:19.608Z[ recovery-image] Dec 19 05:08:18.960 INFO O| Dec 19 05:08:18.960 INFO STEP 1056 (remove_files) COMPLETE
74782024-12-19T05:08:19.608Z[ recovery-image] Dec 19 05:08:18.960 INFO O| Dec 19 05:08:18.960 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74792024-12-19T05:08:19.617Z[ recovery-image] Dec 19 05:08:18.970 INFO O| Dec 19 05:08:18.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
74802024-12-19T05:08:19.619Z[ recovery-image] Dec 19 05:08:18.970 INFO O| Dec 19 05:08:18.970 INFO STEP 1057 (remove_files) COMPLETE
74812024-12-19T05:08:19.619Z[ recovery-image] Dec 19 05:08:18.970 INFO O| Dec 19 05:08:18.970 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74822024-12-19T05:08:19.627Z[ recovery-image] Dec 19 05:08:18.979 INFO O| Dec 19 05:08:18.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
74832024-12-19T05:08:19.629Z[ recovery-image] Dec 19 05:08:18.980 INFO O| Dec 19 05:08:18.980 INFO STEP 1058 (remove_files) COMPLETE
74842024-12-19T05:08:19.629Z[ recovery-image] Dec 19 05:08:18.980 INFO O| Dec 19 05:08:18.980 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74852024-12-19T05:08:19.636Z[ recovery-image] Dec 19 05:08:18.989 INFO O| Dec 19 05:08:18.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
74862024-12-19T05:08:19.636Z[ recovery-image] Dec 19 05:08:18.989 INFO O| Dec 19 05:08:18.989 INFO STEP 1059 (remove_files) COMPLETE
74872024-12-19T05:08:19.639Z[ recovery-image] Dec 19 05:08:18.989 INFO O| Dec 19 05:08:18.989 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74882024-12-19T05:08:19.646Z[ recovery-image] Dec 19 05:08:18.999 INFO O| Dec 19 05:08:18.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
74892024-12-19T05:08:19.646Z[ recovery-image] Dec 19 05:08:18.999 INFO O| Dec 19 05:08:18.999 INFO STEP 1060 (remove_files) COMPLETE
74902024-12-19T05:08:19.646Z[ recovery-image] Dec 19 05:08:18.999 INFO O| Dec 19 05:08:18.999 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74912024-12-19T05:08:19.657Z[ recovery-image] Dec 19 05:08:19.010 INFO O| Dec 19 05:08:19.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
74922024-12-19T05:08:19.657Z[ recovery-image] Dec 19 05:08:19.010 INFO O| Dec 19 05:08:19.010 INFO STEP 1061 (remove_files) COMPLETE
74932024-12-19T05:08:19.657Z[ recovery-image] Dec 19 05:08:19.010 INFO O| Dec 19 05:08:19.010 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74942024-12-19T05:08:19.667Z[ recovery-image] Dec 19 05:08:19.020 INFO O| Dec 19 05:08:19.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
74952024-12-19T05:08:19.667Z[ recovery-image] Dec 19 05:08:19.020 INFO O| Dec 19 05:08:19.020 INFO STEP 1062 (remove_files) COMPLETE
74962024-12-19T05:08:19.667Z[ recovery-image] Dec 19 05:08:19.020 INFO O| Dec 19 05:08:19.020 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74972024-12-19T05:08:19.677Z[ recovery-image] Dec 19 05:08:19.029 INFO O| Dec 19 05:08:19.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
74982024-12-19T05:08:19.679Z[ recovery-image] Dec 19 05:08:19.029 INFO O| Dec 19 05:08:19.029 INFO STEP 1063 (remove_files) COMPLETE
74992024-12-19T05:08:19.679Z[ recovery-image] Dec 19 05:08:19.029 INFO O| Dec 19 05:08:19.029 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75002024-12-19T05:08:19.686Z[ recovery-image] Dec 19 05:08:19.039 INFO O| Dec 19 05:08:19.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
75012024-12-19T05:08:19.686Z[ recovery-image] Dec 19 05:08:19.039 INFO O| Dec 19 05:08:19.039 INFO STEP 1064 (remove_files) COMPLETE
75022024-12-19T05:08:19.686Z[ recovery-image] Dec 19 05:08:19.039 INFO O| Dec 19 05:08:19.039 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75032024-12-19T05:08:19.696Z[ recovery-image] Dec 19 05:08:19.049 INFO O| Dec 19 05:08:19.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
75042024-12-19T05:08:19.696Z[ recovery-image] Dec 19 05:08:19.049 INFO O| Dec 19 05:08:19.049 INFO STEP 1065 (remove_files) COMPLETE
75052024-12-19T05:08:19.696Z[ recovery-image] Dec 19 05:08:19.049 INFO O| Dec 19 05:08:19.049 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75062024-12-19T05:08:19.706Z[ recovery-image] Dec 19 05:08:19.058 INFO O| Dec 19 05:08:19.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
75072024-12-19T05:08:19.706Z[ recovery-image] Dec 19 05:08:19.058 INFO O| Dec 19 05:08:19.058 INFO STEP 1066 (remove_files) COMPLETE
75082024-12-19T05:08:19.708Z[ recovery-image] Dec 19 05:08:19.058 INFO O| Dec 19 05:08:19.058 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75092024-12-19T05:08:19.715Z[ recovery-image] Dec 19 05:08:19.068 INFO O| Dec 19 05:08:19.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
75102024-12-19T05:08:19.718Z[ recovery-image] Dec 19 05:08:19.068 INFO O| Dec 19 05:08:19.068 INFO STEP 1067 (remove_files) COMPLETE
75112024-12-19T05:08:19.719Z[ recovery-image] Dec 19 05:08:19.068 INFO O| Dec 19 05:08:19.068 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75122024-12-19T05:08:19.725Z[ recovery-image] Dec 19 05:08:19.077 INFO O| Dec 19 05:08:19.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
75132024-12-19T05:08:19.727Z[ recovery-image] Dec 19 05:08:19.078 INFO O| Dec 19 05:08:19.077 INFO STEP 1068 (remove_files) COMPLETE
75142024-12-19T05:08:19.727Z[ recovery-image] Dec 19 05:08:19.078 INFO O| Dec 19 05:08:19.077 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75152024-12-19T05:08:19.734Z[ recovery-image] Dec 19 05:08:19.087 INFO O| Dec 19 05:08:19.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
75162024-12-19T05:08:19.734Z[ recovery-image] Dec 19 05:08:19.087 INFO O| Dec 19 05:08:19.087 INFO STEP 1069 (remove_files) COMPLETE
75172024-12-19T05:08:19.736Z[ recovery-image] Dec 19 05:08:19.087 INFO O| Dec 19 05:08:19.087 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75182024-12-19T05:08:19.744Z[ recovery-image] Dec 19 05:08:19.097 INFO O| Dec 19 05:08:19.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
75192024-12-19T05:08:19.744Z[ recovery-image] Dec 19 05:08:19.097 INFO O| Dec 19 05:08:19.097 INFO STEP 1070 (remove_files) COMPLETE
75202024-12-19T05:08:19.747Z[ recovery-image] Dec 19 05:08:19.097 INFO O| Dec 19 05:08:19.097 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75212024-12-19T05:08:19.754Z[ recovery-image] Dec 19 05:08:19.107 INFO O| Dec 19 05:08:19.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
75222024-12-19T05:08:19.754Z[ recovery-image] Dec 19 05:08:19.107 INFO O| Dec 19 05:08:19.107 INFO STEP 1071 (remove_files) COMPLETE
75232024-12-19T05:08:19.754Z[ recovery-image] Dec 19 05:08:19.107 INFO O| Dec 19 05:08:19.107 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75242024-12-19T05:08:19.763Z[ recovery-image] Dec 19 05:08:19.116 INFO O| Dec 19 05:08:19.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
75252024-12-19T05:08:19.763Z[ recovery-image] Dec 19 05:08:19.116 INFO O| Dec 19 05:08:19.116 INFO STEP 1072 (remove_files) COMPLETE
75262024-12-19T05:08:19.765Z[ recovery-image] Dec 19 05:08:19.116 INFO O| Dec 19 05:08:19.116 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75272024-12-19T05:08:19.773Z[ recovery-image] Dec 19 05:08:19.126 INFO O| Dec 19 05:08:19.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
75282024-12-19T05:08:19.773Z[ recovery-image] Dec 19 05:08:19.126 INFO O| Dec 19 05:08:19.126 INFO STEP 1073 (remove_files) COMPLETE
75292024-12-19T05:08:19.773Z[ recovery-image] Dec 19 05:08:19.126 INFO O| Dec 19 05:08:19.126 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75302024-12-19T05:08:19.783Z[ recovery-image] Dec 19 05:08:19.135 INFO O| Dec 19 05:08:19.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
75312024-12-19T05:08:19.785Z[ recovery-image] Dec 19 05:08:19.136 INFO O| Dec 19 05:08:19.135 INFO STEP 1074 (remove_files) COMPLETE
75322024-12-19T05:08:19.785Z[ recovery-image] Dec 19 05:08:19.136 INFO O| Dec 19 05:08:19.135 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75332024-12-19T05:08:19.792Z[ recovery-image] Dec 19 05:08:19.145 INFO O| Dec 19 05:08:19.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
75342024-12-19T05:08:19.792Z[ recovery-image] Dec 19 05:08:19.145 INFO O| Dec 19 05:08:19.145 INFO STEP 1075 (remove_files) COMPLETE
75352024-12-19T05:08:19.792Z[ recovery-image] Dec 19 05:08:19.145 INFO O| Dec 19 05:08:19.145 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75362024-12-19T05:08:19.802Z[ recovery-image] Dec 19 05:08:19.155 INFO O| Dec 19 05:08:19.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
75372024-12-19T05:08:19.802Z[ recovery-image] Dec 19 05:08:19.155 INFO O| Dec 19 05:08:19.155 INFO STEP 1076 (remove_files) COMPLETE
75382024-12-19T05:08:19.804Z[ recovery-image] Dec 19 05:08:19.155 INFO O| Dec 19 05:08:19.155 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75392024-12-19T05:08:19.811Z[ recovery-image] Dec 19 05:08:19.164 INFO O| Dec 19 05:08:19.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
75402024-12-19T05:08:19.811Z[ recovery-image] Dec 19 05:08:19.164 INFO O| Dec 19 05:08:19.164 INFO STEP 1077 (remove_files) COMPLETE
75412024-12-19T05:08:19.814Z[ recovery-image] Dec 19 05:08:19.164 INFO O| Dec 19 05:08:19.164 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75422024-12-19T05:08:19.820Z[ recovery-image] Dec 19 05:08:19.173 INFO O| Dec 19 05:08:19.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
75432024-12-19T05:08:19.820Z[ recovery-image] Dec 19 05:08:19.173 INFO O| Dec 19 05:08:19.173 INFO STEP 1078 (remove_files) COMPLETE
75442024-12-19T05:08:19.823Z[ recovery-image] Dec 19 05:08:19.173 INFO O| Dec 19 05:08:19.173 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75452024-12-19T05:08:19.830Z[ recovery-image] Dec 19 05:08:19.183 INFO O| Dec 19 05:08:19.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
75462024-12-19T05:08:19.830Z[ recovery-image] Dec 19 05:08:19.183 INFO O| Dec 19 05:08:19.183 INFO STEP 1079 (remove_files) COMPLETE
75472024-12-19T05:08:19.830Z[ recovery-image] Dec 19 05:08:19.183 INFO O| Dec 19 05:08:19.183 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75482024-12-19T05:08:19.840Z[ recovery-image] Dec 19 05:08:19.193 INFO O| Dec 19 05:08:19.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
75492024-12-19T05:08:19.840Z[ recovery-image] Dec 19 05:08:19.193 INFO O| Dec 19 05:08:19.193 INFO STEP 1080 (remove_files) COMPLETE
75502024-12-19T05:08:19.842Z[ recovery-image] Dec 19 05:08:19.193 INFO O| Dec 19 05:08:19.193 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75512024-12-19T05:08:19.849Z[ recovery-image] Dec 19 05:08:19.202 INFO O| Dec 19 05:08:19.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
75522024-12-19T05:08:19.852Z[ recovery-image] Dec 19 05:08:19.202 INFO O| Dec 19 05:08:19.202 INFO STEP 1081 (remove_files) COMPLETE
75532024-12-19T05:08:19.852Z[ recovery-image] Dec 19 05:08:19.202 INFO O| Dec 19 05:08:19.202 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75542024-12-19T05:08:19.859Z[ recovery-image] Dec 19 05:08:19.212 INFO O| Dec 19 05:08:19.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
75552024-12-19T05:08:19.860Z[ recovery-image] Dec 19 05:08:19.212 INFO O| Dec 19 05:08:19.212 INFO STEP 1082 (remove_files) COMPLETE
75562024-12-19T05:08:19.863Z[ recovery-image] Dec 19 05:08:19.212 INFO O| Dec 19 05:08:19.212 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75572024-12-19T05:08:19.869Z[ recovery-image] Dec 19 05:08:19.221 INFO O| Dec 19 05:08:19.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
75582024-12-19T05:08:19.869Z[ recovery-image] Dec 19 05:08:19.222 INFO O| Dec 19 05:08:19.222 INFO STEP 1083 (remove_files) COMPLETE
75592024-12-19T05:08:19.871Z[ recovery-image] Dec 19 05:08:19.222 INFO O| Dec 19 05:08:19.222 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75602024-12-19T05:08:19.878Z[ recovery-image] Dec 19 05:08:19.231 INFO O| Dec 19 05:08:19.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
75612024-12-19T05:08:19.880Z[ recovery-image] Dec 19 05:08:19.232 INFO O| Dec 19 05:08:19.232 INFO STEP 1084 (remove_files) COMPLETE
75622024-12-19T05:08:19.880Z[ recovery-image] Dec 19 05:08:19.232 INFO O| Dec 19 05:08:19.232 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75632024-12-19T05:08:19.889Z[ recovery-image] Dec 19 05:08:19.241 INFO O| Dec 19 05:08:19.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
75642024-12-19T05:08:19.889Z[ recovery-image] Dec 19 05:08:19.241 INFO O| Dec 19 05:08:19.241 INFO STEP 1085 (remove_files) COMPLETE
75652024-12-19T05:08:19.891Z[ recovery-image] Dec 19 05:08:19.241 INFO O| Dec 19 05:08:19.241 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75662024-12-19T05:08:19.898Z[ recovery-image] Dec 19 05:08:19.251 INFO O| Dec 19 05:08:19.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
75672024-12-19T05:08:19.898Z[ recovery-image] Dec 19 05:08:19.251 INFO O| Dec 19 05:08:19.251 INFO STEP 1086 (remove_files) COMPLETE
75682024-12-19T05:08:19.901Z[ recovery-image] Dec 19 05:08:19.251 INFO O| Dec 19 05:08:19.251 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75692024-12-19T05:08:19.908Z[ recovery-image] Dec 19 05:08:19.261 INFO O| Dec 19 05:08:19.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
75702024-12-19T05:08:19.910Z[ recovery-image] Dec 19 05:08:19.261 INFO O| Dec 19 05:08:19.261 INFO STEP 1087 (remove_files) COMPLETE
75712024-12-19T05:08:19.911Z[ recovery-image] Dec 19 05:08:19.261 INFO O| Dec 19 05:08:19.261 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75722024-12-19T05:08:19.918Z[ recovery-image] Dec 19 05:08:19.270 INFO O| Dec 19 05:08:19.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
75732024-12-19T05:08:19.918Z[ recovery-image] Dec 19 05:08:19.270 INFO O| Dec 19 05:08:19.270 INFO STEP 1088 (remove_files) COMPLETE
75742024-12-19T05:08:19.920Z[ recovery-image] Dec 19 05:08:19.270 INFO O| Dec 19 05:08:19.270 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75752024-12-19T05:08:19.928Z[ recovery-image] Dec 19 05:08:19.280 INFO O| Dec 19 05:08:19.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
75762024-12-19T05:08:19.930Z[ recovery-image] Dec 19 05:08:19.281 INFO O| Dec 19 05:08:19.280 INFO STEP 1089 (remove_files) COMPLETE
75772024-12-19T05:08:19.930Z[ recovery-image] Dec 19 05:08:19.281 INFO O| Dec 19 05:08:19.280 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75782024-12-19T05:08:19.938Z[ recovery-image] Dec 19 05:08:19.290 INFO O| Dec 19 05:08:19.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
75792024-12-19T05:08:19.940Z[ recovery-image] Dec 19 05:08:19.291 INFO O| Dec 19 05:08:19.290 INFO STEP 1090 (remove_files) COMPLETE
75802024-12-19T05:08:19.940Z[ recovery-image] Dec 19 05:08:19.291 INFO O| Dec 19 05:08:19.291 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75812024-12-19T05:08:19.947Z[ recovery-image] Dec 19 05:08:19.300 INFO O| Dec 19 05:08:19.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
75822024-12-19T05:08:19.947Z[ recovery-image] Dec 19 05:08:19.300 INFO O| Dec 19 05:08:19.300 INFO STEP 1091 (remove_files) COMPLETE
75832024-12-19T05:08:19.947Z[ recovery-image] Dec 19 05:08:19.300 INFO O| Dec 19 05:08:19.300 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75842024-12-19T05:08:19.957Z[ recovery-image] Dec 19 05:08:19.309 INFO O| Dec 19 05:08:19.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
75852024-12-19T05:08:19.957Z[ recovery-image] Dec 19 05:08:19.310 INFO O| Dec 19 05:08:19.310 INFO STEP 1092 (remove_files) COMPLETE
75862024-12-19T05:08:19.957Z[ recovery-image] Dec 19 05:08:19.310 INFO O| Dec 19 05:08:19.310 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75872024-12-19T05:08:19.966Z[ recovery-image] Dec 19 05:08:19.319 INFO O| Dec 19 05:08:19.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
75882024-12-19T05:08:19.969Z[ recovery-image] Dec 19 05:08:19.319 INFO O| Dec 19 05:08:19.319 INFO STEP 1093 (remove_files) COMPLETE
75892024-12-19T05:08:19.969Z[ recovery-image] Dec 19 05:08:19.319 INFO O| Dec 19 05:08:19.319 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75902024-12-19T05:08:19.976Z[ recovery-image] Dec 19 05:08:19.329 INFO O| Dec 19 05:08:19.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
75912024-12-19T05:08:19.976Z[ recovery-image] Dec 19 05:08:19.329 INFO O| Dec 19 05:08:19.329 INFO STEP 1094 (remove_files) COMPLETE
75922024-12-19T05:08:19.978Z[ recovery-image] Dec 19 05:08:19.329 INFO O| Dec 19 05:08:19.329 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75932024-12-19T05:08:19.986Z[ recovery-image] Dec 19 05:08:19.339 INFO O| Dec 19 05:08:19.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
75942024-12-19T05:08:19.988Z[ recovery-image] Dec 19 05:08:19.339 INFO O| Dec 19 05:08:19.339 INFO STEP 1095 (remove_files) COMPLETE
75952024-12-19T05:08:19.988Z[ recovery-image] Dec 19 05:08:19.339 INFO O| Dec 19 05:08:19.339 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75962024-12-19T05:08:19.996Z[ recovery-image] Dec 19 05:08:19.349 INFO O| Dec 19 05:08:19.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
75972024-12-19T05:08:19.996Z[ recovery-image] Dec 19 05:08:19.349 INFO O| Dec 19 05:08:19.349 INFO STEP 1096 (remove_files) COMPLETE
75982024-12-19T05:08:19.996Z[ recovery-image] Dec 19 05:08:19.349 INFO O| Dec 19 05:08:19.349 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75992024-12-19T05:08:20.005Z[ recovery-image] Dec 19 05:08:19.358 INFO O| Dec 19 05:08:19.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
76002024-12-19T05:08:20.008Z[ recovery-image] Dec 19 05:08:19.358 INFO O| Dec 19 05:08:19.358 INFO STEP 1097 (remove_files) COMPLETE
76012024-12-19T05:08:20.008Z[ recovery-image] Dec 19 05:08:19.358 INFO O| Dec 19 05:08:19.358 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76022024-12-19T05:08:20.015Z[ recovery-image] Dec 19 05:08:19.368 INFO O| Dec 19 05:08:19.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
76032024-12-19T05:08:20.015Z[ recovery-image] Dec 19 05:08:19.368 INFO O| Dec 19 05:08:19.368 INFO STEP 1098 (remove_files) COMPLETE
76042024-12-19T05:08:20.018Z[ recovery-image] Dec 19 05:08:19.368 INFO O| Dec 19 05:08:19.368 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76052024-12-19T05:08:20.025Z[ recovery-image] Dec 19 05:08:19.378 INFO O| Dec 19 05:08:19.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
76062024-12-19T05:08:20.025Z[ recovery-image] Dec 19 05:08:19.378 INFO O| Dec 19 05:08:19.378 INFO STEP 1099 (remove_files) COMPLETE
76072024-12-19T05:08:20.027Z[ recovery-image] Dec 19 05:08:19.378 INFO O| Dec 19 05:08:19.378 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76082024-12-19T05:08:20.034Z[ recovery-image] Dec 19 05:08:19.387 INFO O| Dec 19 05:08:19.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
76092024-12-19T05:08:20.034Z[ recovery-image] Dec 19 05:08:19.387 INFO O| Dec 19 05:08:19.387 INFO STEP 1100 (remove_files) COMPLETE
76102024-12-19T05:08:20.037Z[ recovery-image] Dec 19 05:08:19.387 INFO O| Dec 19 05:08:19.387 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76112024-12-19T05:08:20.044Z[ recovery-image] Dec 19 05:08:19.397 INFO O| Dec 19 05:08:19.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
76122024-12-19T05:08:20.046Z[ recovery-image] Dec 19 05:08:19.397 INFO O| Dec 19 05:08:19.397 INFO STEP 1101 (remove_files) COMPLETE
76132024-12-19T05:08:20.046Z[ recovery-image] Dec 19 05:08:19.397 INFO O| Dec 19 05:08:19.397 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76142024-12-19T05:08:20.054Z[ recovery-image] Dec 19 05:08:19.407 INFO O| Dec 19 05:08:19.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
76152024-12-19T05:08:20.054Z[ recovery-image] Dec 19 05:08:19.407 INFO O| Dec 19 05:08:19.407 INFO STEP 1102 (remove_files) COMPLETE
76162024-12-19T05:08:20.057Z[ recovery-image] Dec 19 05:08:19.407 INFO O| Dec 19 05:08:19.407 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76172024-12-19T05:08:20.063Z[ recovery-image] Dec 19 05:08:19.416 INFO O| Dec 19 05:08:19.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
76182024-12-19T05:08:20.063Z[ recovery-image] Dec 19 05:08:19.416 INFO O| Dec 19 05:08:19.416 INFO STEP 1103 (remove_files) COMPLETE
76192024-12-19T05:08:20.066Z[ recovery-image] Dec 19 05:08:19.416 INFO O| Dec 19 05:08:19.416 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76202024-12-19T05:08:20.073Z[ recovery-image] Dec 19 05:08:19.426 INFO O| Dec 19 05:08:19.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
76212024-12-19T05:08:20.073Z[ recovery-image] Dec 19 05:08:19.426 INFO O| Dec 19 05:08:19.426 INFO STEP 1104 (remove_files) COMPLETE
76222024-12-19T05:08:20.073Z[ recovery-image] Dec 19 05:08:19.426 INFO O| Dec 19 05:08:19.426 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76232024-12-19T05:08:20.083Z[ recovery-image] Dec 19 05:08:19.435 INFO O| Dec 19 05:08:19.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
76242024-12-19T05:08:20.085Z[ recovery-image] Dec 19 05:08:19.435 INFO O| Dec 19 05:08:19.435 INFO STEP 1105 (remove_files) COMPLETE
76252024-12-19T05:08:20.085Z[ recovery-image] Dec 19 05:08:19.435 INFO O| Dec 19 05:08:19.435 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76262024-12-19T05:08:20.092Z[ recovery-image] Dec 19 05:08:19.445 INFO O| Dec 19 05:08:19.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
76272024-12-19T05:08:20.095Z[ recovery-image] Dec 19 05:08:19.445 INFO O| Dec 19 05:08:19.445 INFO STEP 1106 (remove_files) COMPLETE
76282024-12-19T05:08:20.095Z[ recovery-image] Dec 19 05:08:19.445 INFO O| Dec 19 05:08:19.445 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76292024-12-19T05:08:20.102Z[ recovery-image] Dec 19 05:08:19.454 INFO O| Dec 19 05:08:19.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
76302024-12-19T05:08:20.102Z[ recovery-image] Dec 19 05:08:19.454 INFO O| Dec 19 05:08:19.454 INFO STEP 1107 (remove_files) COMPLETE
76312024-12-19T05:08:20.104Z[ recovery-image] Dec 19 05:08:19.454 INFO O| Dec 19 05:08:19.454 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76322024-12-19T05:08:20.111Z[ recovery-image] Dec 19 05:08:19.464 INFO O| Dec 19 05:08:19.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
76332024-12-19T05:08:20.111Z[ recovery-image] Dec 19 05:08:19.464 INFO O| Dec 19 05:08:19.464 INFO STEP 1108 (remove_files) COMPLETE
76342024-12-19T05:08:20.113Z[ recovery-image] Dec 19 05:08:19.464 INFO O| Dec 19 05:08:19.464 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76352024-12-19T05:08:20.120Z[ recovery-image] Dec 19 05:08:19.473 INFO O| Dec 19 05:08:19.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
76362024-12-19T05:08:20.122Z[ recovery-image] Dec 19 05:08:19.473 INFO O| Dec 19 05:08:19.473 INFO STEP 1109 (remove_files) COMPLETE
76372024-12-19T05:08:20.123Z[ recovery-image] Dec 19 05:08:19.473 INFO O| Dec 19 05:08:19.473 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76382024-12-19T05:08:20.130Z[ recovery-image] Dec 19 05:08:19.483 INFO O| Dec 19 05:08:19.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
76392024-12-19T05:08:20.130Z[ recovery-image] Dec 19 05:08:19.483 INFO O| Dec 19 05:08:19.483 INFO STEP 1110 (remove_files) COMPLETE
76402024-12-19T05:08:20.130Z[ recovery-image] Dec 19 05:08:19.483 INFO O| Dec 19 05:08:19.483 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76412024-12-19T05:08:20.139Z[ recovery-image] Dec 19 05:08:19.492 INFO O| Dec 19 05:08:19.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
76422024-12-19T05:08:20.139Z[ recovery-image] Dec 19 05:08:19.492 INFO O| Dec 19 05:08:19.492 INFO STEP 1111 (remove_files) COMPLETE
76432024-12-19T05:08:20.142Z[ recovery-image] Dec 19 05:08:19.492 INFO O| Dec 19 05:08:19.492 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76442024-12-19T05:08:20.149Z[ recovery-image] Dec 19 05:08:19.502 INFO O| Dec 19 05:08:19.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
76452024-12-19T05:08:20.149Z[ recovery-image] Dec 19 05:08:19.502 INFO O| Dec 19 05:08:19.502 INFO STEP 1112 (remove_files) COMPLETE
76462024-12-19T05:08:20.152Z[ recovery-image] Dec 19 05:08:19.502 INFO O| Dec 19 05:08:19.502 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76472024-12-19T05:08:20.159Z[ recovery-image] Dec 19 05:08:19.511 INFO O| Dec 19 05:08:19.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
76482024-12-19T05:08:20.159Z[ recovery-image] Dec 19 05:08:19.512 INFO O| Dec 19 05:08:19.511 INFO STEP 1113 (remove_files) COMPLETE
76492024-12-19T05:08:20.161Z[ recovery-image] Dec 19 05:08:19.512 INFO O| Dec 19 05:08:19.512 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76502024-12-19T05:08:20.169Z[ recovery-image] Dec 19 05:08:19.521 INFO O| Dec 19 05:08:19.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
76512024-12-19T05:08:20.170Z[ recovery-image] Dec 19 05:08:19.521 INFO O| Dec 19 05:08:19.521 INFO STEP 1114 (remove_files) COMPLETE
76522024-12-19T05:08:20.170Z[ recovery-image] Dec 19 05:08:19.521 INFO O| Dec 19 05:08:19.521 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76532024-12-19T05:08:20.178Z[ recovery-image] Dec 19 05:08:19.531 INFO O| Dec 19 05:08:19.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
76542024-12-19T05:08:20.181Z[ recovery-image] Dec 19 05:08:19.531 INFO O| Dec 19 05:08:19.531 INFO STEP 1115 (remove_files) COMPLETE
76552024-12-19T05:08:20.182Z[ recovery-image] Dec 19 05:08:19.531 INFO O| Dec 19 05:08:19.531 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76562024-12-19T05:08:20.188Z[ recovery-image] Dec 19 05:08:19.541 INFO O| Dec 19 05:08:19.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
76572024-12-19T05:08:20.191Z[ recovery-image] Dec 19 05:08:19.541 INFO O| Dec 19 05:08:19.541 INFO STEP 1116 (remove_files) COMPLETE
76582024-12-19T05:08:20.191Z[ recovery-image] Dec 19 05:08:19.541 INFO O| Dec 19 05:08:19.541 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76592024-12-19T05:08:20.198Z[ recovery-image] Dec 19 05:08:19.551 INFO O| Dec 19 05:08:19.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
76602024-12-19T05:08:20.201Z[ recovery-image] Dec 19 05:08:19.551 INFO O| Dec 19 05:08:19.551 INFO STEP 1117 (remove_files) COMPLETE
76612024-12-19T05:08:20.201Z[ recovery-image] Dec 19 05:08:19.551 INFO O| Dec 19 05:08:19.551 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76622024-12-19T05:08:20.208Z[ recovery-image] Dec 19 05:08:19.560 INFO O| Dec 19 05:08:19.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
76632024-12-19T05:08:20.208Z[ recovery-image] Dec 19 05:08:19.560 INFO O| Dec 19 05:08:19.560 INFO STEP 1118 (remove_files) COMPLETE
76642024-12-19T05:08:20.210Z[ recovery-image] Dec 19 05:08:19.560 INFO O| Dec 19 05:08:19.560 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76652024-12-19T05:08:20.217Z[ recovery-image] Dec 19 05:08:19.570 INFO O| Dec 19 05:08:19.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
76662024-12-19T05:08:20.219Z[ recovery-image] Dec 19 05:08:19.570 INFO O| Dec 19 05:08:19.570 INFO STEP 1119 (remove_files) COMPLETE
76672024-12-19T05:08:20.220Z[ recovery-image] Dec 19 05:08:19.570 INFO O| Dec 19 05:08:19.570 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76682024-12-19T05:08:20.227Z[ recovery-image] Dec 19 05:08:19.579 INFO O| Dec 19 05:08:19.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
76692024-12-19T05:08:20.227Z[ recovery-image] Dec 19 05:08:19.579 INFO O| Dec 19 05:08:19.579 INFO STEP 1120 (remove_files) COMPLETE
76702024-12-19T05:08:20.227Z[ recovery-image] Dec 19 05:08:19.579 INFO O| Dec 19 05:08:19.579 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76712024-12-19T05:08:20.237Z[ recovery-image] Dec 19 05:08:19.589 INFO O| Dec 19 05:08:19.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
76722024-12-19T05:08:20.237Z[ recovery-image] Dec 19 05:08:19.589 INFO O| Dec 19 05:08:19.589 INFO STEP 1121 (remove_files) COMPLETE
76732024-12-19T05:08:20.239Z[ recovery-image] Dec 19 05:08:19.589 INFO O| Dec 19 05:08:19.589 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76742024-12-19T05:08:20.246Z[ recovery-image] Dec 19 05:08:19.599 INFO O| Dec 19 05:08:19.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
76752024-12-19T05:08:20.248Z[ recovery-image] Dec 19 05:08:19.599 INFO O| Dec 19 05:08:19.599 INFO STEP 1122 (remove_files) COMPLETE
76762024-12-19T05:08:20.248Z[ recovery-image] Dec 19 05:08:19.599 INFO O| Dec 19 05:08:19.599 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76772024-12-19T05:08:20.256Z[ recovery-image] Dec 19 05:08:19.608 INFO O| Dec 19 05:08:19.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
76782024-12-19T05:08:20.256Z[ recovery-image] Dec 19 05:08:19.609 INFO O| Dec 19 05:08:19.609 INFO STEP 1123 (remove_files) COMPLETE
76792024-12-19T05:08:20.259Z[ recovery-image] Dec 19 05:08:19.609 INFO O| Dec 19 05:08:19.609 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76802024-12-19T05:08:20.265Z[ recovery-image] Dec 19 05:08:19.618 INFO O| Dec 19 05:08:19.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
76812024-12-19T05:08:20.265Z[ recovery-image] Dec 19 05:08:19.618 INFO O| Dec 19 05:08:19.618 INFO STEP 1124 (remove_files) COMPLETE
76822024-12-19T05:08:20.265Z[ recovery-image] Dec 19 05:08:19.618 INFO O| Dec 19 05:08:19.618 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76832024-12-19T05:08:20.275Z[ recovery-image] Dec 19 05:08:19.628 INFO O| Dec 19 05:08:19.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
76842024-12-19T05:08:20.278Z[ recovery-image] Dec 19 05:08:19.628 INFO O| Dec 19 05:08:19.628 INFO STEP 1125 (remove_files) COMPLETE
76852024-12-19T05:08:20.278Z[ recovery-image] Dec 19 05:08:19.628 INFO O| Dec 19 05:08:19.628 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76862024-12-19T05:08:20.285Z[ recovery-image] Dec 19 05:08:19.638 INFO O| Dec 19 05:08:19.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
76872024-12-19T05:08:20.288Z[ recovery-image] Dec 19 05:08:19.638 INFO O| Dec 19 05:08:19.638 INFO STEP 1126 (remove_files) COMPLETE
76882024-12-19T05:08:20.288Z[ recovery-image] Dec 19 05:08:19.638 INFO O| Dec 19 05:08:19.638 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76892024-12-19T05:08:20.295Z[ recovery-image] Dec 19 05:08:19.647 INFO O| Dec 19 05:08:19.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
76902024-12-19T05:08:20.295Z[ recovery-image] Dec 19 05:08:19.647 INFO O| Dec 19 05:08:19.647 INFO STEP 1127 (remove_files) COMPLETE
76912024-12-19T05:08:20.298Z[ recovery-image] Dec 19 05:08:19.647 INFO O| Dec 19 05:08:19.647 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76922024-12-19T05:08:20.304Z[ recovery-image] Dec 19 05:08:19.657 INFO O| Dec 19 05:08:19.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
76932024-12-19T05:08:20.304Z[ recovery-image] Dec 19 05:08:19.657 INFO O| Dec 19 05:08:19.657 INFO STEP 1128 (remove_files) COMPLETE
76942024-12-19T05:08:20.304Z[ recovery-image] Dec 19 05:08:19.657 INFO O| Dec 19 05:08:19.657 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76952024-12-19T05:08:20.314Z[ recovery-image] Dec 19 05:08:19.667 INFO O| Dec 19 05:08:19.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
76962024-12-19T05:08:20.314Z[ recovery-image] Dec 19 05:08:19.667 INFO O| Dec 19 05:08:19.667 INFO STEP 1129 (remove_files) COMPLETE
76972024-12-19T05:08:20.317Z[ recovery-image] Dec 19 05:08:19.667 INFO O| Dec 19 05:08:19.667 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76982024-12-19T05:08:20.324Z[ recovery-image] Dec 19 05:08:19.677 INFO O| Dec 19 05:08:19.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
76992024-12-19T05:08:20.327Z[ recovery-image] Dec 19 05:08:19.677 INFO O| Dec 19 05:08:19.677 INFO STEP 1130 (remove_files) COMPLETE
77002024-12-19T05:08:20.327Z[ recovery-image] Dec 19 05:08:19.677 INFO O| Dec 19 05:08:19.677 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77012024-12-19T05:08:20.334Z[ recovery-image] Dec 19 05:08:19.686 INFO O| Dec 19 05:08:19.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
77022024-12-19T05:08:20.334Z[ recovery-image] Dec 19 05:08:19.687 INFO O| Dec 19 05:08:19.687 INFO STEP 1131 (remove_files) COMPLETE
77032024-12-19T05:08:20.336Z[ recovery-image] Dec 19 05:08:19.687 INFO O| Dec 19 05:08:19.687 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77042024-12-19T05:08:20.343Z[ recovery-image] Dec 19 05:08:19.696 INFO O| Dec 19 05:08:19.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
77052024-12-19T05:08:20.343Z[ recovery-image] Dec 19 05:08:19.696 INFO O| Dec 19 05:08:19.696 INFO STEP 1132 (remove_files) COMPLETE
77062024-12-19T05:08:20.346Z[ recovery-image] Dec 19 05:08:19.696 INFO O| Dec 19 05:08:19.696 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77072024-12-19T05:08:20.353Z[ recovery-image] Dec 19 05:08:19.706 INFO O| Dec 19 05:08:19.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
77082024-12-19T05:08:20.355Z[ recovery-image] Dec 19 05:08:19.706 INFO O| Dec 19 05:08:19.706 INFO STEP 1133 (remove_files) COMPLETE
77092024-12-19T05:08:20.355Z[ recovery-image] Dec 19 05:08:19.706 INFO O| Dec 19 05:08:19.706 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77102024-12-19T05:08:20.362Z[ recovery-image] Dec 19 05:08:19.715 INFO O| Dec 19 05:08:19.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
77112024-12-19T05:08:20.362Z[ recovery-image] Dec 19 05:08:19.715 INFO O| Dec 19 05:08:19.715 INFO STEP 1134 (remove_files) COMPLETE
77122024-12-19T05:08:20.365Z[ recovery-image] Dec 19 05:08:19.715 INFO O| Dec 19 05:08:19.715 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77132024-12-19T05:08:20.373Z[ recovery-image] Dec 19 05:08:19.725 INFO O| Dec 19 05:08:19.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
77142024-12-19T05:08:20.373Z[ recovery-image] Dec 19 05:08:19.725 INFO O| Dec 19 05:08:19.725 INFO STEP 1135 (remove_files) COMPLETE
77152024-12-19T05:08:20.375Z[ recovery-image] Dec 19 05:08:19.725 INFO O| Dec 19 05:08:19.725 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77162024-12-19T05:08:20.382Z[ recovery-image] Dec 19 05:08:19.734 INFO O| Dec 19 05:08:19.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
77172024-12-19T05:08:20.382Z[ recovery-image] Dec 19 05:08:19.734 INFO O| Dec 19 05:08:19.734 INFO STEP 1136 (remove_files) COMPLETE
77182024-12-19T05:08:20.384Z[ recovery-image] Dec 19 05:08:19.734 INFO O| Dec 19 05:08:19.734 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77192024-12-19T05:08:20.391Z[ recovery-image] Dec 19 05:08:19.744 INFO O| Dec 19 05:08:19.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
77202024-12-19T05:08:20.391Z[ recovery-image] Dec 19 05:08:19.744 INFO O| Dec 19 05:08:19.744 INFO STEP 1137 (remove_files) COMPLETE
77212024-12-19T05:08:20.391Z[ recovery-image] Dec 19 05:08:19.744 INFO O| Dec 19 05:08:19.744 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77222024-12-19T05:08:20.402Z[ recovery-image] Dec 19 05:08:19.754 INFO O| Dec 19 05:08:19.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
77232024-12-19T05:08:20.402Z[ recovery-image] Dec 19 05:08:19.754 INFO O| Dec 19 05:08:19.754 INFO STEP 1138 (remove_files) COMPLETE
77242024-12-19T05:08:20.404Z[ recovery-image] Dec 19 05:08:19.754 INFO O| Dec 19 05:08:19.754 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77252024-12-19T05:08:20.411Z[ recovery-image] Dec 19 05:08:19.764 INFO O| Dec 19 05:08:19.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
77262024-12-19T05:08:20.411Z[ recovery-image] Dec 19 05:08:19.764 INFO O| Dec 19 05:08:19.764 INFO STEP 1139 (remove_files) COMPLETE
77272024-12-19T05:08:20.414Z[ recovery-image] Dec 19 05:08:19.764 INFO O| Dec 19 05:08:19.764 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77282024-12-19T05:08:20.422Z[ recovery-image] Dec 19 05:08:19.774 INFO O| Dec 19 05:08:19.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
77292024-12-19T05:08:20.422Z[ recovery-image] Dec 19 05:08:19.775 INFO O| Dec 19 05:08:19.775 INFO STEP 1140 (remove_files) COMPLETE
77302024-12-19T05:08:20.424Z[ recovery-image] Dec 19 05:08:19.775 INFO O| Dec 19 05:08:19.775 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77312024-12-19T05:08:20.431Z[ recovery-image] Dec 19 05:08:19.784 INFO O| Dec 19 05:08:19.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
77322024-12-19T05:08:20.431Z[ recovery-image] Dec 19 05:08:19.784 INFO O| Dec 19 05:08:19.784 INFO STEP 1141 (remove_files) COMPLETE
77332024-12-19T05:08:20.434Z[ recovery-image] Dec 19 05:08:19.784 INFO O| Dec 19 05:08:19.784 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77342024-12-19T05:08:20.441Z[ recovery-image] Dec 19 05:08:19.794 INFO O| Dec 19 05:08:19.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
77352024-12-19T05:08:20.441Z[ recovery-image] Dec 19 05:08:19.794 INFO O| Dec 19 05:08:19.794 INFO STEP 1142 (remove_files) COMPLETE
77362024-12-19T05:08:20.443Z[ recovery-image] Dec 19 05:08:19.794 INFO O| Dec 19 05:08:19.794 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77372024-12-19T05:08:20.450Z[ recovery-image] Dec 19 05:08:19.803 INFO O| Dec 19 05:08:19.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
77382024-12-19T05:08:20.452Z[ recovery-image] Dec 19 05:08:19.803 INFO O| Dec 19 05:08:19.803 INFO STEP 1143 (remove_files) COMPLETE
77392024-12-19T05:08:20.453Z[ recovery-image] Dec 19 05:08:19.803 INFO O| Dec 19 05:08:19.803 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77402024-12-19T05:08:20.460Z[ recovery-image] Dec 19 05:08:19.812 INFO O| Dec 19 05:08:19.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
77412024-12-19T05:08:20.460Z[ recovery-image] Dec 19 05:08:19.812 INFO O| Dec 19 05:08:19.812 INFO STEP 1144 (remove_files) COMPLETE
77422024-12-19T05:08:20.462Z[ recovery-image] Dec 19 05:08:19.812 INFO O| Dec 19 05:08:19.812 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77432024-12-19T05:08:20.469Z[ recovery-image] Dec 19 05:08:19.822 INFO O| Dec 19 05:08:19.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
77442024-12-19T05:08:20.469Z[ recovery-image] Dec 19 05:08:19.822 INFO O| Dec 19 05:08:19.822 INFO STEP 1145 (remove_files) COMPLETE
77452024-12-19T05:08:20.472Z[ recovery-image] Dec 19 05:08:19.822 INFO O| Dec 19 05:08:19.822 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77462024-12-19T05:08:20.479Z[ recovery-image] Dec 19 05:08:19.831 INFO O| Dec 19 05:08:19.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
77472024-12-19T05:08:20.480Z[ recovery-image] Dec 19 05:08:19.831 INFO O| Dec 19 05:08:19.831 INFO STEP 1146 (remove_files) COMPLETE
77482024-12-19T05:08:20.482Z[ recovery-image] Dec 19 05:08:19.831 INFO O| Dec 19 05:08:19.831 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77492024-12-19T05:08:20.488Z[ recovery-image] Dec 19 05:08:19.841 INFO O| Dec 19 05:08:19.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
77502024-12-19T05:08:20.488Z[ recovery-image] Dec 19 05:08:19.841 INFO O| Dec 19 05:08:19.841 INFO STEP 1147 (remove_files) COMPLETE
77512024-12-19T05:08:20.488Z[ recovery-image] Dec 19 05:08:19.841 INFO O| Dec 19 05:08:19.841 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77522024-12-19T05:08:20.497Z[ recovery-image] Dec 19 05:08:19.850 INFO O| Dec 19 05:08:19.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
77532024-12-19T05:08:20.500Z[ recovery-image] Dec 19 05:08:19.850 INFO O| Dec 19 05:08:19.850 INFO STEP 1148 (remove_files) COMPLETE
77542024-12-19T05:08:20.500Z[ recovery-image] Dec 19 05:08:19.850 INFO O| Dec 19 05:08:19.850 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77552024-12-19T05:08:20.507Z[ recovery-image] Dec 19 05:08:19.859 INFO O| Dec 19 05:08:19.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
77562024-12-19T05:08:20.507Z[ recovery-image] Dec 19 05:08:19.859 INFO O| Dec 19 05:08:19.859 INFO STEP 1149 (remove_files) COMPLETE
77572024-12-19T05:08:20.509Z[ recovery-image] Dec 19 05:08:19.859 INFO O| Dec 19 05:08:19.859 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77582024-12-19T05:08:20.516Z[ recovery-image] Dec 19 05:08:19.869 INFO O| Dec 19 05:08:19.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
77592024-12-19T05:08:20.516Z[ recovery-image] Dec 19 05:08:19.869 INFO O| Dec 19 05:08:19.869 INFO STEP 1150 (remove_files) COMPLETE
77602024-12-19T05:08:20.518Z[ recovery-image] Dec 19 05:08:19.869 INFO O| Dec 19 05:08:19.869 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77612024-12-19T05:08:20.525Z[ recovery-image] Dec 19 05:08:19.878 INFO O| Dec 19 05:08:19.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
77622024-12-19T05:08:20.528Z[ recovery-image] Dec 19 05:08:19.878 INFO O| Dec 19 05:08:19.878 INFO STEP 1151 (remove_files) COMPLETE
77632024-12-19T05:08:20.528Z[ recovery-image] Dec 19 05:08:19.878 INFO O| Dec 19 05:08:19.878 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77642024-12-19T05:08:20.535Z[ recovery-image] Dec 19 05:08:19.887 INFO O| Dec 19 05:08:19.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
77652024-12-19T05:08:20.535Z[ recovery-image] Dec 19 05:08:19.887 INFO O| Dec 19 05:08:19.887 INFO STEP 1152 (remove_files) COMPLETE
77662024-12-19T05:08:20.537Z[ recovery-image] Dec 19 05:08:19.887 INFO O| Dec 19 05:08:19.887 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77672024-12-19T05:08:20.544Z[ recovery-image] Dec 19 05:08:19.897 INFO O| Dec 19 05:08:19.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
77682024-12-19T05:08:20.544Z[ recovery-image] Dec 19 05:08:19.897 INFO O| Dec 19 05:08:19.897 INFO STEP 1153 (remove_files) COMPLETE
77692024-12-19T05:08:20.547Z[ recovery-image] Dec 19 05:08:19.897 INFO O| Dec 19 05:08:19.897 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77702024-12-19T05:08:20.553Z[ recovery-image] Dec 19 05:08:19.906 INFO O| Dec 19 05:08:19.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
77712024-12-19T05:08:20.553Z[ recovery-image] Dec 19 05:08:19.906 INFO O| Dec 19 05:08:19.906 INFO STEP 1154 (remove_files) COMPLETE
77722024-12-19T05:08:20.553Z[ recovery-image] Dec 19 05:08:19.906 INFO O| Dec 19 05:08:19.906 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77732024-12-19T05:08:20.563Z[ recovery-image] Dec 19 05:08:19.915 INFO O| Dec 19 05:08:19.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
77742024-12-19T05:08:20.565Z[ recovery-image] Dec 19 05:08:19.916 INFO O| Dec 19 05:08:19.915 INFO STEP 1155 (remove_files) COMPLETE
77752024-12-19T05:08:20.565Z[ recovery-image] Dec 19 05:08:19.916 INFO O| Dec 19 05:08:19.916 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77762024-12-19T05:08:20.572Z[ recovery-image] Dec 19 05:08:19.925 INFO O| Dec 19 05:08:19.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
77772024-12-19T05:08:20.572Z[ recovery-image] Dec 19 05:08:19.925 INFO O| Dec 19 05:08:19.925 INFO STEP 1156 (remove_files) COMPLETE
77782024-12-19T05:08:20.572Z[ recovery-image] Dec 19 05:08:19.925 INFO O| Dec 19 05:08:19.925 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77792024-12-19T05:08:20.582Z[ recovery-image] Dec 19 05:08:19.934 INFO O| Dec 19 05:08:19.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
77802024-12-19T05:08:20.582Z[ recovery-image] Dec 19 05:08:19.934 INFO O| Dec 19 05:08:19.934 INFO STEP 1157 (remove_files) COMPLETE
77812024-12-19T05:08:20.582Z[ recovery-image] Dec 19 05:08:19.934 INFO O| Dec 19 05:08:19.934 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77822024-12-19T05:08:20.591Z[ recovery-image] Dec 19 05:08:19.943 INFO O| Dec 19 05:08:19.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
77832024-12-19T05:08:20.591Z[ recovery-image] Dec 19 05:08:19.943 INFO O| Dec 19 05:08:19.943 INFO STEP 1158 (remove_files) COMPLETE
77842024-12-19T05:08:20.591Z[ recovery-image] Dec 19 05:08:19.943 INFO O| Dec 19 05:08:19.943 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77852024-12-19T05:08:20.600Z[ recovery-image] Dec 19 05:08:19.953 INFO O| Dec 19 05:08:19.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
77862024-12-19T05:08:20.600Z[ recovery-image] Dec 19 05:08:19.953 INFO O| Dec 19 05:08:19.953 INFO STEP 1159 (remove_files) COMPLETE
77872024-12-19T05:08:20.603Z[ recovery-image] Dec 19 05:08:19.953 INFO O| Dec 19 05:08:19.953 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77882024-12-19T05:08:20.609Z[ recovery-image] Dec 19 05:08:19.962 INFO O| Dec 19 05:08:19.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
77892024-12-19T05:08:20.609Z[ recovery-image] Dec 19 05:08:19.962 INFO O| Dec 19 05:08:19.962 INFO STEP 1160 (remove_files) COMPLETE
77902024-12-19T05:08:20.609Z[ recovery-image] Dec 19 05:08:19.962 INFO O| Dec 19 05:08:19.962 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77912024-12-19T05:08:20.619Z[ recovery-image] Dec 19 05:08:19.971 INFO O| Dec 19 05:08:19.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
77922024-12-19T05:08:20.619Z[ recovery-image] Dec 19 05:08:19.971 INFO O| Dec 19 05:08:19.971 INFO STEP 1161 (remove_files) COMPLETE
77932024-12-19T05:08:20.621Z[ recovery-image] Dec 19 05:08:19.971 INFO O| Dec 19 05:08:19.971 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77942024-12-19T05:08:20.628Z[ recovery-image] Dec 19 05:08:19.981 INFO O| Dec 19 05:08:19.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
77952024-12-19T05:08:20.628Z[ recovery-image] Dec 19 05:08:19.981 INFO O| Dec 19 05:08:19.981 INFO STEP 1162 (remove_files) COMPLETE
77962024-12-19T05:08:20.631Z[ recovery-image] Dec 19 05:08:19.981 INFO O| Dec 19 05:08:19.981 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77972024-12-19T05:08:20.637Z[ recovery-image] Dec 19 05:08:19.990 INFO O| Dec 19 05:08:19.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
77982024-12-19T05:08:20.638Z[ recovery-image] Dec 19 05:08:19.990 INFO O| Dec 19 05:08:19.990 INFO STEP 1163 (remove_files) COMPLETE
77992024-12-19T05:08:20.640Z[ recovery-image] Dec 19 05:08:19.990 INFO O| Dec 19 05:08:19.990 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78002024-12-19T05:08:20.647Z[ recovery-image] Dec 19 05:08:19.999 INFO O| Dec 19 05:08:19.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
78012024-12-19T05:08:20.650Z[ recovery-image] Dec 19 05:08:19.999 INFO O| Dec 19 05:08:19.999 INFO STEP 1164 (remove_files) COMPLETE
78022024-12-19T05:08:20.650Z[ recovery-image] Dec 19 05:08:20.000 INFO O| Dec 19 05:08:19.999 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78032024-12-19T05:08:20.657Z[ recovery-image] Dec 19 05:08:20.010 INFO O| Dec 19 05:08:20.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
78042024-12-19T05:08:20.660Z[ recovery-image] Dec 19 05:08:20.010 INFO O| Dec 19 05:08:20.010 INFO STEP 1165 (remove_files) COMPLETE
78052024-12-19T05:08:20.660Z[ recovery-image] Dec 19 05:08:20.010 INFO O| Dec 19 05:08:20.010 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78062024-12-19T05:08:20.667Z[ recovery-image] Dec 19 05:08:20.020 INFO O| Dec 19 05:08:20.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
78072024-12-19T05:08:20.667Z[ recovery-image] Dec 19 05:08:20.020 INFO O| Dec 19 05:08:20.020 INFO STEP 1166 (remove_files) COMPLETE
78082024-12-19T05:08:20.669Z[ recovery-image] Dec 19 05:08:20.020 INFO O| Dec 19 05:08:20.020 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78092024-12-19T05:08:20.676Z[ recovery-image] Dec 19 05:08:20.029 INFO O| Dec 19 05:08:20.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
78102024-12-19T05:08:20.676Z[ recovery-image] Dec 19 05:08:20.029 INFO O| Dec 19 05:08:20.029 INFO STEP 1167 (remove_files) COMPLETE
78112024-12-19T05:08:20.679Z[ recovery-image] Dec 19 05:08:20.029 INFO O| Dec 19 05:08:20.029 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78122024-12-19T05:08:20.687Z[ recovery-image] Dec 19 05:08:20.038 INFO O| Dec 19 05:08:20.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
78132024-12-19T05:08:20.690Z[ recovery-image] Dec 19 05:08:20.039 INFO O| Dec 19 05:08:20.039 INFO STEP 1168 (remove_files) COMPLETE
78142024-12-19T05:08:20.690Z[ recovery-image] Dec 19 05:08:20.039 INFO O| Dec 19 05:08:20.039 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78152024-12-19T05:08:20.695Z[ recovery-image] Dec 19 05:08:20.048 INFO O| Dec 19 05:08:20.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
78162024-12-19T05:08:20.698Z[ recovery-image] Dec 19 05:08:20.048 INFO O| Dec 19 05:08:20.048 INFO STEP 1169 (remove_files) COMPLETE
78172024-12-19T05:08:20.698Z[ recovery-image] Dec 19 05:08:20.048 INFO O| Dec 19 05:08:20.048 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78182024-12-19T05:08:20.705Z[ recovery-image] Dec 19 05:08:20.057 INFO O| Dec 19 05:08:20.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
78192024-12-19T05:08:20.705Z[ recovery-image] Dec 19 05:08:20.058 INFO O| Dec 19 05:08:20.058 INFO STEP 1170 (remove_files) COMPLETE
78202024-12-19T05:08:20.708Z[ recovery-image] Dec 19 05:08:20.058 INFO O| Dec 19 05:08:20.058 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78212024-12-19T05:08:20.714Z[ recovery-image] Dec 19 05:08:20.067 INFO O| Dec 19 05:08:20.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
78222024-12-19T05:08:20.714Z[ recovery-image] Dec 19 05:08:20.067 INFO O| Dec 19 05:08:20.067 INFO STEP 1171 (remove_files) COMPLETE
78232024-12-19T05:08:20.717Z[ recovery-image] Dec 19 05:08:20.067 INFO O| Dec 19 05:08:20.067 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78242024-12-19T05:08:20.724Z[ recovery-image] Dec 19 05:08:20.076 INFO O| Dec 19 05:08:20.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
78252024-12-19T05:08:20.724Z[ recovery-image] Dec 19 05:08:20.076 INFO O| Dec 19 05:08:20.076 INFO STEP 1172 (remove_files) COMPLETE
78262024-12-19T05:08:20.724Z[ recovery-image] Dec 19 05:08:20.076 INFO O| Dec 19 05:08:20.076 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78272024-12-19T05:08:20.733Z[ recovery-image] Dec 19 05:08:20.086 INFO O| Dec 19 05:08:20.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
78282024-12-19T05:08:20.733Z[ recovery-image] Dec 19 05:08:20.086 INFO O| Dec 19 05:08:20.086 INFO STEP 1173 (remove_files) COMPLETE
78292024-12-19T05:08:20.736Z[ recovery-image] Dec 19 05:08:20.086 INFO O| Dec 19 05:08:20.086 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78302024-12-19T05:08:20.743Z[ recovery-image] Dec 19 05:08:20.095 INFO O| Dec 19 05:08:20.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
78312024-12-19T05:08:20.744Z[ recovery-image] Dec 19 05:08:20.095 INFO O| Dec 19 05:08:20.095 INFO STEP 1174 (remove_files) COMPLETE
78322024-12-19T05:08:20.747Z[ recovery-image] Dec 19 05:08:20.095 INFO O| Dec 19 05:08:20.095 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78332024-12-19T05:08:20.752Z[ recovery-image] Dec 19 05:08:20.105 INFO O| Dec 19 05:08:20.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
78342024-12-19T05:08:20.752Z[ recovery-image] Dec 19 05:08:20.105 INFO O| Dec 19 05:08:20.105 INFO STEP 1175 (remove_files) COMPLETE
78352024-12-19T05:08:20.755Z[ recovery-image] Dec 19 05:08:20.105 INFO O| Dec 19 05:08:20.105 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78362024-12-19T05:08:20.761Z[ recovery-image] Dec 19 05:08:20.114 INFO O| Dec 19 05:08:20.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
78372024-12-19T05:08:20.764Z[ recovery-image] Dec 19 05:08:20.114 INFO O| Dec 19 05:08:20.114 INFO STEP 1176 (remove_files) COMPLETE
78382024-12-19T05:08:20.764Z[ recovery-image] Dec 19 05:08:20.114 INFO O| Dec 19 05:08:20.114 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78392024-12-19T05:08:20.771Z[ recovery-image] Dec 19 05:08:20.123 INFO O| Dec 19 05:08:20.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
78402024-12-19T05:08:20.771Z[ recovery-image] Dec 19 05:08:20.123 INFO O| Dec 19 05:08:20.123 INFO STEP 1177 (remove_files) COMPLETE
78412024-12-19T05:08:20.773Z[ recovery-image] Dec 19 05:08:20.123 INFO O| Dec 19 05:08:20.123 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78422024-12-19T05:08:20.780Z[ recovery-image] Dec 19 05:08:20.133 INFO O| Dec 19 05:08:20.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
78432024-12-19T05:08:20.781Z[ recovery-image] Dec 19 05:08:20.133 INFO O| Dec 19 05:08:20.133 INFO STEP 1178 (remove_files) COMPLETE
78442024-12-19T05:08:20.783Z[ recovery-image] Dec 19 05:08:20.133 INFO O| Dec 19 05:08:20.133 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78452024-12-19T05:08:20.789Z[ recovery-image] Dec 19 05:08:20.142 INFO O| Dec 19 05:08:20.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
78462024-12-19T05:08:20.792Z[ recovery-image] Dec 19 05:08:20.142 INFO O| Dec 19 05:08:20.142 INFO STEP 1179 (remove_files) COMPLETE
78472024-12-19T05:08:20.792Z[ recovery-image] Dec 19 05:08:20.142 INFO O| Dec 19 05:08:20.142 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78482024-12-19T05:08:20.798Z[ recovery-image] Dec 19 05:08:20.151 INFO O| Dec 19 05:08:20.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
78492024-12-19T05:08:20.798Z[ recovery-image] Dec 19 05:08:20.151 INFO O| Dec 19 05:08:20.151 INFO STEP 1180 (remove_files) COMPLETE
78502024-12-19T05:08:20.798Z[ recovery-image] Dec 19 05:08:20.151 INFO O| Dec 19 05:08:20.151 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78512024-12-19T05:08:20.807Z[ recovery-image] Dec 19 05:08:20.160 INFO O| Dec 19 05:08:20.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
78522024-12-19T05:08:20.808Z[ recovery-image] Dec 19 05:08:20.160 INFO O| Dec 19 05:08:20.160 INFO STEP 1181 (remove_files) COMPLETE
78532024-12-19T05:08:20.808Z[ recovery-image] Dec 19 05:08:20.160 INFO O| Dec 19 05:08:20.160 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78542024-12-19T05:08:20.817Z[ recovery-image] Dec 19 05:08:20.170 INFO O| Dec 19 05:08:20.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
78552024-12-19T05:08:20.817Z[ recovery-image] Dec 19 05:08:20.170 INFO O| Dec 19 05:08:20.170 INFO STEP 1182 (remove_files) COMPLETE
78562024-12-19T05:08:20.819Z[ recovery-image] Dec 19 05:08:20.170 INFO O| Dec 19 05:08:20.170 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78572024-12-19T05:08:20.826Z[ recovery-image] Dec 19 05:08:20.179 INFO O| Dec 19 05:08:20.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
78582024-12-19T05:08:20.826Z[ recovery-image] Dec 19 05:08:20.179 INFO O| Dec 19 05:08:20.179 INFO STEP 1183 (remove_files) COMPLETE
78592024-12-19T05:08:20.828Z[ recovery-image] Dec 19 05:08:20.179 INFO O| Dec 19 05:08:20.179 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78602024-12-19T05:08:20.835Z[ recovery-image] Dec 19 05:08:20.188 INFO O| Dec 19 05:08:20.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
78612024-12-19T05:08:20.836Z[ recovery-image] Dec 19 05:08:20.188 INFO O| Dec 19 05:08:20.188 INFO STEP 1184 (remove_files) COMPLETE
78622024-12-19T05:08:20.838Z[ recovery-image] Dec 19 05:08:20.188 INFO O| Dec 19 05:08:20.188 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78632024-12-19T05:08:20.845Z[ recovery-image] Dec 19 05:08:20.197 INFO O| Dec 19 05:08:20.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
78642024-12-19T05:08:20.845Z[ recovery-image] Dec 19 05:08:20.197 INFO O| Dec 19 05:08:20.197 INFO STEP 1185 (remove_files) COMPLETE
78652024-12-19T05:08:20.848Z[ recovery-image] Dec 19 05:08:20.197 INFO O| Dec 19 05:08:20.197 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78662024-12-19T05:08:20.854Z[ recovery-image] Dec 19 05:08:20.206 INFO O| Dec 19 05:08:20.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
78672024-12-19T05:08:20.854Z[ recovery-image] Dec 19 05:08:20.206 INFO O| Dec 19 05:08:20.206 INFO STEP 1186 (remove_files) COMPLETE
78682024-12-19T05:08:20.856Z[ recovery-image] Dec 19 05:08:20.206 INFO O| Dec 19 05:08:20.206 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78692024-12-19T05:08:20.863Z[ recovery-image] Dec 19 05:08:20.216 INFO O| Dec 19 05:08:20.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
78702024-12-19T05:08:20.863Z[ recovery-image] Dec 19 05:08:20.216 INFO O| Dec 19 05:08:20.216 INFO STEP 1187 (remove_files) COMPLETE
78712024-12-19T05:08:20.863Z[ recovery-image] Dec 19 05:08:20.216 INFO O| Dec 19 05:08:20.216 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78722024-12-19T05:08:20.873Z[ recovery-image] Dec 19 05:08:20.225 INFO O| Dec 19 05:08:20.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
78732024-12-19T05:08:20.873Z[ recovery-image] Dec 19 05:08:20.226 INFO O| Dec 19 05:08:20.226 INFO STEP 1188 (remove_files) COMPLETE
78742024-12-19T05:08:20.875Z[ recovery-image] Dec 19 05:08:20.226 INFO O| Dec 19 05:08:20.226 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78752024-12-19T05:08:20.882Z[ recovery-image] Dec 19 05:08:20.235 INFO O| Dec 19 05:08:20.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
78762024-12-19T05:08:20.885Z[ recovery-image] Dec 19 05:08:20.235 INFO O| Dec 19 05:08:20.235 INFO STEP 1189 (remove_files) COMPLETE
78772024-12-19T05:08:20.885Z[ recovery-image] Dec 19 05:08:20.235 INFO O| Dec 19 05:08:20.235 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78782024-12-19T05:08:20.892Z[ recovery-image] Dec 19 05:08:20.244 INFO O| Dec 19 05:08:20.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
78792024-12-19T05:08:20.892Z[ recovery-image] Dec 19 05:08:20.244 INFO O| Dec 19 05:08:20.244 INFO STEP 1190 (remove_files) COMPLETE
78802024-12-19T05:08:20.892Z[ recovery-image] Dec 19 05:08:20.244 INFO O| Dec 19 05:08:20.244 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78812024-12-19T05:08:20.901Z[ recovery-image] Dec 19 05:08:20.254 INFO O| Dec 19 05:08:20.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
78822024-12-19T05:08:20.901Z[ recovery-image] Dec 19 05:08:20.254 INFO O| Dec 19 05:08:20.254 INFO STEP 1191 (remove_files) COMPLETE
78832024-12-19T05:08:20.904Z[ recovery-image] Dec 19 05:08:20.254 INFO O| Dec 19 05:08:20.254 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78842024-12-19T05:08:20.910Z[ recovery-image] Dec 19 05:08:20.263 INFO O| Dec 19 05:08:20.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
78852024-12-19T05:08:20.913Z[ recovery-image] Dec 19 05:08:20.263 INFO O| Dec 19 05:08:20.263 INFO STEP 1192 (remove_files) COMPLETE
78862024-12-19T05:08:20.913Z[ recovery-image] Dec 19 05:08:20.263 INFO O| Dec 19 05:08:20.263 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78872024-12-19T05:08:20.920Z[ recovery-image] Dec 19 05:08:20.273 INFO O| Dec 19 05:08:20.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
78882024-12-19T05:08:20.920Z[ recovery-image] Dec 19 05:08:20.273 INFO O| Dec 19 05:08:20.273 INFO STEP 1193 (remove_files) COMPLETE
78892024-12-19T05:08:20.920Z[ recovery-image] Dec 19 05:08:20.273 INFO O| Dec 19 05:08:20.273 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78902024-12-19T05:08:20.929Z[ recovery-image] Dec 19 05:08:20.282 INFO O| Dec 19 05:08:20.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
78912024-12-19T05:08:20.931Z[ recovery-image] Dec 19 05:08:20.282 INFO O| Dec 19 05:08:20.282 INFO STEP 1194 (remove_files) COMPLETE
78922024-12-19T05:08:20.933Z[ recovery-image] Dec 19 05:08:20.282 INFO O| Dec 19 05:08:20.282 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78932024-12-19T05:08:20.939Z[ recovery-image] Dec 19 05:08:20.292 INFO O| Dec 19 05:08:20.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
78942024-12-19T05:08:20.941Z[ recovery-image] Dec 19 05:08:20.292 INFO O| Dec 19 05:08:20.292 INFO STEP 1195 (remove_files) COMPLETE
78952024-12-19T05:08:20.941Z[ recovery-image] Dec 19 05:08:20.292 INFO O| Dec 19 05:08:20.292 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78962024-12-19T05:08:20.948Z[ recovery-image] Dec 19 05:08:20.301 INFO O| Dec 19 05:08:20.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
78972024-12-19T05:08:20.948Z[ recovery-image] Dec 19 05:08:20.301 INFO O| Dec 19 05:08:20.301 INFO STEP 1196 (remove_files) COMPLETE
78982024-12-19T05:08:20.951Z[ recovery-image] Dec 19 05:08:20.301 INFO O| Dec 19 05:08:20.301 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78992024-12-19T05:08:20.958Z[ recovery-image] Dec 19 05:08:20.310 INFO O| Dec 19 05:08:20.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
79002024-12-19T05:08:20.958Z[ recovery-image] Dec 19 05:08:20.310 INFO O| Dec 19 05:08:20.310 INFO STEP 1197 (remove_files) COMPLETE
79012024-12-19T05:08:20.960Z[ recovery-image] Dec 19 05:08:20.310 INFO O| Dec 19 05:08:20.310 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79022024-12-19T05:08:20.967Z[ recovery-image] Dec 19 05:08:20.320 INFO O| Dec 19 05:08:20.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
79032024-12-19T05:08:20.967Z[ recovery-image] Dec 19 05:08:20.320 INFO O| Dec 19 05:08:20.320 INFO STEP 1198 (remove_files) COMPLETE
79042024-12-19T05:08:20.967Z[ recovery-image] Dec 19 05:08:20.320 INFO O| Dec 19 05:08:20.320 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79052024-12-19T05:08:20.977Z[ recovery-image] Dec 19 05:08:20.329 INFO O| Dec 19 05:08:20.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
79062024-12-19T05:08:20.980Z[ recovery-image] Dec 19 05:08:20.329 INFO O| Dec 19 05:08:20.329 INFO STEP 1199 (remove_files) COMPLETE
79072024-12-19T05:08:20.980Z[ recovery-image] Dec 19 05:08:20.329 INFO O| Dec 19 05:08:20.329 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79082024-12-19T05:08:20.986Z[ recovery-image] Dec 19 05:08:20.338 INFO O| Dec 19 05:08:20.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
79092024-12-19T05:08:20.986Z[ recovery-image] Dec 19 05:08:20.339 INFO O| Dec 19 05:08:20.339 INFO STEP 1200 (remove_files) COMPLETE
79102024-12-19T05:08:20.988Z[ recovery-image] Dec 19 05:08:20.339 INFO O| Dec 19 05:08:20.339 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79112024-12-19T05:08:20.995Z[ recovery-image] Dec 19 05:08:20.348 INFO O| Dec 19 05:08:20.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
79122024-12-19T05:08:20.995Z[ recovery-image] Dec 19 05:08:20.348 INFO O| Dec 19 05:08:20.348 INFO STEP 1201 (remove_files) COMPLETE
79132024-12-19T05:08:20.995Z[ recovery-image] Dec 19 05:08:20.348 INFO O| Dec 19 05:08:20.348 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79142024-12-19T05:08:21.005Z[ recovery-image] Dec 19 05:08:20.357 INFO O| Dec 19 05:08:20.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
79152024-12-19T05:08:21.007Z[ recovery-image] Dec 19 05:08:20.357 INFO O| Dec 19 05:08:20.357 INFO STEP 1202 (remove_files) COMPLETE
79162024-12-19T05:08:21.007Z[ recovery-image] Dec 19 05:08:20.357 INFO O| Dec 19 05:08:20.357 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79172024-12-19T05:08:21.014Z[ recovery-image] Dec 19 05:08:20.367 INFO O| Dec 19 05:08:20.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
79182024-12-19T05:08:21.014Z[ recovery-image] Dec 19 05:08:20.367 INFO O| Dec 19 05:08:20.367 INFO STEP 1203 (remove_files) COMPLETE
79192024-12-19T05:08:21.016Z[ recovery-image] Dec 19 05:08:20.367 INFO O| Dec 19 05:08:20.367 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79202024-12-19T05:08:21.023Z[ recovery-image] Dec 19 05:08:20.376 INFO O| Dec 19 05:08:20.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
79212024-12-19T05:08:21.026Z[ recovery-image] Dec 19 05:08:20.376 INFO O| Dec 19 05:08:20.376 INFO STEP 1204 (remove_files) COMPLETE
79222024-12-19T05:08:21.026Z[ recovery-image] Dec 19 05:08:20.376 INFO O| Dec 19 05:08:20.376 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79232024-12-19T05:08:21.033Z[ recovery-image] Dec 19 05:08:20.385 INFO O| Dec 19 05:08:20.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
79242024-12-19T05:08:21.033Z[ recovery-image] Dec 19 05:08:20.386 INFO O| Dec 19 05:08:20.385 INFO STEP 1205 (remove_files) COMPLETE
79252024-12-19T05:08:21.033Z[ recovery-image] Dec 19 05:08:20.386 INFO O| Dec 19 05:08:20.386 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
79262024-12-19T05:08:21.047Z[ recovery-image] Dec 19 05:08:20.399 INFO O| Dec 19 05:08:20.399 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
79272024-12-19T05:08:21.049Z[ recovery-image] Dec 19 05:08:20.400 INFO O| Dec 19 05:08:20.400 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
79282024-12-19T05:08:21.646Z[ host-image] Dec 19 05:08:20.998 INFO O| Dec 19 05:08:20.998 INFO O| Download: Completed 8.42 MB in 4.05 seconds (2.1M/s)
79292024-12-19T05:08:21.680Z[ recovery-image] Dec 19 05:08:21.032 INFO O| Dec 19 05:08:21.032 INFO STEP 1206 (pack_tar) COMPLETE
79302024-12-19T05:08:21.680Z[ recovery-image] Dec 19 05:08:21.032 INFO O| Dec 19 05:08:21.032 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
79312024-12-19T05:08:21.683Z[ recovery-image] Dec 19 05:08:21.032 INFO O| Dec 19 05:08:21.032 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
79322024-12-19T05:08:21.715Z[ host-image] Dec 19 05:08:21.067 INFO O| Dec 19 05:08:21.067 INFO O| Actions: 1/1361 actions (Installing new actions)
79332024-12-19T05:08:21.948Z[ recovery-image] Dec 19 05:08:21.301 INFO O| Dec 19 05:08:21.301 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
79342024-12-19T05:08:22.056Z[ recovery-image] Dec 19 05:08:21.408 INFO O| Dec 19 05:08:21.408 INFO completed processing gimlet/ramdisk-03-recovery-trim
79352024-12-19T05:08:22.062Z[ recovery-image] Dec 19 05:08:21.414 INFO image builder template: zfs-recovery...
79362024-12-19T05:08:22.064Z[ recovery-image] Dec 19 05:08:21.414 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/.tmpQNcPdX/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
79372024-12-19T05:08:22.094Z[ recovery-image] Dec 19 05:08:21.446 INFO O| Dec 19 05:08:21.446 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
79382024-12-19T05:08:22.097Z[ recovery-image] Dec 19 05:08:21.450 INFO O| Dec 19 05:08:21.450 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
79392024-12-19T05:08:22.165Z[ host-image] Dec 19 05:08:21.518 INFO O| Dec 19 05:08:21.517 INFO O| Actions: Completed 1361 actions in 0.45 seconds.
79402024-12-19T05:08:22.204Z[ recovery-image] Dec 19 05:08:21.557 INFO O| Dec 19 05:08:21.557 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
79412024-12-19T05:08:22.288Z[ recovery-image] Dec 19 05:08:21.639 INFO O| Dec 19 05:08:21.639 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
79422024-12-19T05:08:22.288Z[ recovery-image] Dec 19 05:08:21.639 INFO O| Dec 19 05:08:21.639 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
79432024-12-19T05:08:22.291Z[ recovery-image] Dec 19 05:08:21.644 INFO O| Dec 19 05:08:21.644 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
79442024-12-19T05:08:22.368Z[ recovery-image] Dec 19 05:08:21.720 INFO O| Dec 19 05:08:21.720 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
79452024-12-19T05:08:22.395Z[ host-image] Dec 19 05:08:21.747 INFO O| Dec 19 05:08:21.747 INFO O| Done
79462024-12-19T05:08:22.395Z[ host-image] Dec 19 05:08:21.747 INFO O| Dec 19 05:08:21.747 INFO O| Done
79472024-12-19T05:08:22.436Z[ recovery-image] Dec 19 05:08:21.788 INFO O| Dec 19 05:08:21.788 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
79482024-12-19T05:08:22.445Z[ recovery-image] Dec 19 05:08:21.797 INFO O| Dec 19 05:08:21.797 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
79492024-12-19T05:08:22.450Z[ recovery-image] Dec 19 05:08:21.802 INFO O| Dec 19 05:08:21.802 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
79502024-12-19T05:08:22.452Z[ recovery-image] Dec 19 05:08:21.804 INFO O| Dec 19 05:08:21.804 INFO no lofi found
79512024-12-19T05:08:22.452Z[ recovery-image] Dec 19 05:08:21.804 INFO O| Dec 19 05:08:21.804 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
79522024-12-19T05:08:22.452Z[ recovery-image] Dec 19 05:08:21.804 INFO O| Dec 19 05:08:21.804 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
79532024-12-19T05:08:22.989Z[ host-image] Dec 19 05:08:22.341 INFO O| Dec 19 05:08:22.341 INFO O| Done
79542024-12-19T05:08:24.200Z[ host-image] Dec 19 05:08:23.552 INFO O| Dec 19 05:08:23.552 INFO O| Done
79552024-12-19T05:08:24.222Z[ host-image] Dec 19 05:08:23.574 INFO O| Dec 19 05:08:23.574 INFO O| Done
79562024-12-19T05:08:24.222Z[ host-image] Dec 19 05:08:23.574 INFO O| Dec 19 05:08:23.574 INFO O| Done
79572024-12-19T05:08:24.257Z[ host-image] Dec 19 05:08:23.609 INFO O| Dec 19 05:08:23.609 INFO O| Done
79582024-12-19T05:08:24.363Z[ host-image] Dec 19 05:08:23.715 INFO O| Dec 19 05:08:23.715 INFO STEP 13 (pkg_install) COMPLETE
79592024-12-19T05:08:24.365Z[ host-image] Dec 19 05:08:23.715 INFO O| Dec 19 05:08:23.715 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
79602024-12-19T05:08:24.373Z[ host-image] Dec 19 05:08:23.725 INFO O| Dec 19 05:08:23.725 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"]
79612024-12-19T05:08:24.656Z[ recovery-image] Dec 19 05:08:24.008 INFO O| Dec 19 05:08:24.008 INFO lofi device = /dev/dsk/c2t1d0p0
79622024-12-19T05:08:24.656Z[ recovery-image] Dec 19 05:08:24.008 INFO O| Dec 19 05:08:24.008 INFO pool device = /dev/dsk/c2t1d0p0
79632024-12-19T05:08:24.659Z[ recovery-image] Dec 19 05:08:24.008 INFO O| Dec 19 05:08:24.008 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"]
79642024-12-19T05:08:24.723Z[ recovery-image] Dec 19 05:08:24.075 INFO O| Dec 19 05:08:24.075 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79652024-12-19T05:08:24.723Z[ recovery-image] Dec 19 05:08:24.075 INFO O| Dec 19 05:08:24.075 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
79662024-12-19T05:08:24.743Z[ recovery-image] Dec 19 05:08:24.096 INFO O| Dec 19 05:08:24.096 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
79672024-12-19T05:08:24.810Z[ recovery-image] Dec 19 05:08:24.162 INFO O| Dec 19 05:08:24.161 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
79682024-12-19T05:08:24.846Z[ recovery-image] Dec 19 05:08:24.198 INFO O| Dec 19 05:08:24.198 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
79692024-12-19T05:08:24.859Z[ recovery-image] Dec 19 05:08:24.211 INFO O| Dec 19 05:08:24.211 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
79702024-12-19T05:08:24.869Z[ recovery-image] Dec 19 05:08:24.222 INFO O| Dec 19 05:08:24.222 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
79712024-12-19T05:08:24.888Z[ host-image] Dec 19 05:08:24.240 INFO O| Dec 19 05:08:24.240 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
79722024-12-19T05:08:24.916Z[ recovery-image] Dec 19 05:08:24.268 INFO O| Dec 19 05:08:24.268 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
79732024-12-19T05:08:24.916Z[ recovery-image] Dec 19 05:08:24.268 INFO O| Dec 19 05:08:24.268 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
79742024-12-19T05:08:24.918Z[ recovery-image] Dec 19 05:08:24.268 INFO O| Dec 19 05:08:24.268 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
79752024-12-19T05:08:24.928Z[ recovery-image] Dec 19 05:08:24.280 INFO O| Dec 19 05:08:24.280 INFO boot environment UUID: 7c570124-2168-4e38-a797-ca5da8ab5f34
79762024-12-19T05:08:24.931Z[ recovery-image] Dec 19 05:08:24.280 INFO O| Dec 19 05:08:24.280 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 7c570124-2168-4e38-a797-ca5da8ab5f34
79772024-12-19T05:08:24.939Z[ recovery-image] Dec 19 05:08:24.291 INFO O| Dec 19 05:08:24.291 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
79782024-12-19T05:08:24.949Z[ recovery-image] Dec 19 05:08:24.302 INFO O| Dec 19 05:08:24.302 INFO STEP 0 (create_be) COMPLETE
79792024-12-19T05:08:24.949Z[ recovery-image] Dec 19 05:08:24.302 INFO O| Dec 19 05:08:24.302 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79802024-12-19T05:08:24.964Z[ recovery-image] Dec 19 05:08:24.316 INFO O| Dec 19 05:08:24.316 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"]
79812024-12-19T05:08:27.016Z[ recovery-image] Dec 19 05:08:26.368 INFO O| Dec 19 05:08:26.368 INFO STEP 1 (unpack_tar) COMPLETE
79822024-12-19T05:08:27.017Z[ recovery-image] Dec 19 05:08:26.369 INFO O| Dec 19 05:08:26.368 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79832024-12-19T05:08:27.029Z[ recovery-image] Dec 19 05:08:26.381 INFO O| Dec 19 05:08:26.381 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
79842024-12-19T05:08:27.161Z[ recovery-image] Dec 19 05:08:26.513 INFO O| Dec 19 05:08:26.513 INFO STEP 2 (devfsadm) COMPLETE
79852024-12-19T05:08:27.161Z[ recovery-image] Dec 19 05:08:26.513 INFO O| Dec 19 05:08:26.513 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79862024-12-19T05:08:27.177Z[ recovery-image] Dec 19 05:08:26.529 INFO O| Dec 19 05:08:26.529 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
79872024-12-19T05:08:27.177Z[ recovery-image] Dec 19 05:08:26.529 INFO O| Dec 19 05:08:26.529 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
79882024-12-19T05:08:27.177Z[ recovery-image] Dec 19 05:08:26.529 INFO O| Dec 19 05:08:26.529 INFO STEP 3 (ensure_dir) COMPLETE
79892024-12-19T05:08:27.180Z[ recovery-image] Dec 19 05:08:26.529 INFO O| Dec 19 05:08:26.529 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79902024-12-19T05:08:27.190Z[ recovery-image] Dec 19 05:08:26.542 INFO O| Dec 19 05:08:26.542 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
79912024-12-19T05:08:27.190Z[ recovery-image] Dec 19 05:08:26.542 INFO O| Dec 19 05:08:26.542 INFO STEP 4 (ensure_dir) COMPLETE
79922024-12-19T05:08:27.193Z[ recovery-image] Dec 19 05:08:26.542 INFO O| Dec 19 05:08:26.542 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79932024-12-19T05:08:27.206Z[ recovery-image] Dec 19 05:08:26.556 INFO O| Dec 19 05:08:26.556 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
79942024-12-19T05:08:27.206Z[ recovery-image] Dec 19 05:08:26.556 INFO O| Dec 19 05:08:26.556 INFO STEP 5 (ensure_dir) COMPLETE
79952024-12-19T05:08:27.206Z[ recovery-image] Dec 19 05:08:26.556 INFO O| Dec 19 05:08:26.556 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79962024-12-19T05:08:27.215Z[ recovery-image] Dec 19 05:08:26.567 INFO O| Dec 19 05:08:26.567 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
79972024-12-19T05:08:27.215Z[ recovery-image] Dec 19 05:08:26.567 INFO O| Dec 19 05:08:26.567 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
79982024-12-19T05:08:27.215Z[ recovery-image] Dec 19 05:08:26.567 INFO O| Dec 19 05:08:26.567 INFO STEP 6 (ensure_dir) COMPLETE
79992024-12-19T05:08:27.217Z[ recovery-image] Dec 19 05:08:26.567 INFO O| Dec 19 05:08:26.567 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80002024-12-19T05:08:27.225Z[ recovery-image] Dec 19 05:08:26.577 INFO O| Dec 19 05:08:26.577 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80012024-12-19T05:08:27.227Z[ recovery-image] Dec 19 05:08:26.577 INFO O| Dec 19 05:08:26.577 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80022024-12-19T05:08:27.227Z[ recovery-image] Dec 19 05:08:26.577 INFO O| Dec 19 05:08:26.577 INFO STEP 7 (ensure_dir) COMPLETE
80032024-12-19T05:08:27.227Z[ recovery-image] Dec 19 05:08:26.577 INFO O| Dec 19 05:08:26.577 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80042024-12-19T05:08:27.236Z[ recovery-image] Dec 19 05:08:26.588 INFO O| Dec 19 05:08:26.588 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
80052024-12-19T05:08:27.238Z[ recovery-image] Dec 19 05:08:26.588 INFO O| Dec 19 05:08:26.588 INFO STEP 8 (remove_files) COMPLETE
80062024-12-19T05:08:27.238Z[ recovery-image] Dec 19 05:08:26.588 INFO O| Dec 19 05:08:26.588 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80072024-12-19T05:08:27.246Z[ recovery-image] Dec 19 05:08:26.598 INFO O| Dec 19 05:08:26.598 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
80082024-12-19T05:08:27.248Z[ recovery-image] Dec 19 05:08:26.599 INFO O| Dec 19 05:08:26.598 INFO STEP 9 (remove_files) COMPLETE
80092024-12-19T05:08:27.248Z[ recovery-image] Dec 19 05:08:26.599 INFO O| Dec 19 05:08:26.599 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80102024-12-19T05:08:27.256Z[ recovery-image] Dec 19 05:08:26.609 INFO O| Dec 19 05:08:26.608 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
80112024-12-19T05:08:27.259Z[ recovery-image] Dec 19 05:08:26.609 INFO O| Dec 19 05:08:26.609 INFO STEP 10 (remove_files) COMPLETE
80122024-12-19T05:08:27.259Z[ recovery-image] Dec 19 05:08:26.609 INFO O| Dec 19 05:08:26.609 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80132024-12-19T05:08:27.267Z[ recovery-image] Dec 19 05:08:26.619 INFO O| Dec 19 05:08:26.619 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
80142024-12-19T05:08:27.270Z[ recovery-image] Dec 19 05:08:26.619 INFO O| Dec 19 05:08:26.619 INFO STEP 11 (remove_files) COMPLETE
80152024-12-19T05:08:27.270Z[ recovery-image] Dec 19 05:08:26.619 INFO O| Dec 19 05:08:26.619 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80162024-12-19T05:08:27.277Z[ recovery-image] Dec 19 05:08:26.629 INFO O| Dec 19 05:08:26.629 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
80172024-12-19T05:08:27.280Z[ recovery-image] Dec 19 05:08:26.630 INFO O| Dec 19 05:08:26.630 INFO STEP 12 (remove_files) COMPLETE
80182024-12-19T05:08:27.280Z[ recovery-image] Dec 19 05:08:26.630 INFO O| Dec 19 05:08:26.630 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80192024-12-19T05:08:27.287Z[ recovery-image] Dec 19 05:08:26.640 INFO O| Dec 19 05:08:26.640 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80202024-12-19T05:08:27.290Z[ recovery-image] Dec 19 05:08:26.640 INFO O| Dec 19 05:08:26.640 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80212024-12-19T05:08:27.290Z[ recovery-image] Dec 19 05:08:26.640 INFO O| Dec 19 05:08:26.640 INFO STEP 13 (ensure_dir) COMPLETE
80222024-12-19T05:08:27.290Z[ recovery-image] Dec 19 05:08:26.640 INFO O| Dec 19 05:08:26.640 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80232024-12-19T05:08:27.298Z[ recovery-image] Dec 19 05:08:26.650 INFO O| Dec 19 05:08:26.650 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80242024-12-19T05:08:27.298Z[ recovery-image] Dec 19 05:08:26.650 INFO O| Dec 19 05:08:26.650 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80252024-12-19T05:08:27.301Z[ recovery-image] Dec 19 05:08:26.650 INFO O| Dec 19 05:08:26.650 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80262024-12-19T05:08:27.301Z[ recovery-image] Dec 19 05:08:26.650 INFO O| Dec 19 05:08:26.650 INFO STEP 14 (ensure_dir) COMPLETE
80272024-12-19T05:08:27.301Z[ recovery-image] Dec 19 05:08:26.650 INFO O| Dec 19 05:08:26.650 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80282024-12-19T05:08:27.308Z[ recovery-image] Dec 19 05:08:26.660 INFO O| Dec 19 05:08:26.660 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80292024-12-19T05:08:27.308Z[ recovery-image] Dec 19 05:08:26.660 INFO O| Dec 19 05:08:26.660 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80302024-12-19T05:08:27.308Z[ recovery-image] Dec 19 05:08:26.660 INFO O| Dec 19 05:08:26.660 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80312024-12-19T05:08:27.308Z[ recovery-image] Dec 19 05:08:26.660 INFO O| Dec 19 05:08:26.660 INFO STEP 15 (ensure_dir) COMPLETE
80322024-12-19T05:08:27.310Z[ recovery-image] Dec 19 05:08:26.660 INFO O| Dec 19 05:08:26.660 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80332024-12-19T05:08:27.318Z[ recovery-image] Dec 19 05:08:26.670 INFO O| Dec 19 05:08:26.670 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80342024-12-19T05:08:27.318Z[ recovery-image] Dec 19 05:08:26.670 INFO O| Dec 19 05:08:26.670 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80352024-12-19T05:08:27.320Z[ recovery-image] Dec 19 05:08:26.670 INFO O| Dec 19 05:08:26.670 INFO STEP 16 (ensure_dir) COMPLETE
80362024-12-19T05:08:27.321Z[ recovery-image] Dec 19 05:08:26.670 INFO O| Dec 19 05:08:26.670 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80372024-12-19T05:08:27.328Z[ recovery-image] Dec 19 05:08:26.680 INFO O| Dec 19 05:08:26.680 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80382024-12-19T05:08:27.331Z[ recovery-image] Dec 19 05:08:26.680 INFO O| Dec 19 05:08:26.680 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80392024-12-19T05:08:27.331Z[ recovery-image] Dec 19 05:08:26.680 INFO O| Dec 19 05:08:26.680 INFO STEP 17 (ensure_dir) COMPLETE
80402024-12-19T05:08:27.331Z[ recovery-image] Dec 19 05:08:26.680 INFO O| Dec 19 05:08:26.680 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80412024-12-19T05:08:27.338Z[ recovery-image] Dec 19 05:08:26.690 INFO O| Dec 19 05:08:26.690 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
80422024-12-19T05:08:27.340Z[ recovery-image] Dec 19 05:08:26.690 INFO O| Dec 19 05:08:26.690 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
80432024-12-19T05:08:27.340Z[ recovery-image] Dec 19 05:08:26.690 INFO O| Dec 19 05:08:26.690 INFO ok!
80442024-12-19T05:08:27.340Z[ recovery-image] Dec 19 05:08:26.690 INFO O| Dec 19 05:08:26.690 INFO STEP 18 (ensure_symlink) COMPLETE
80452024-12-19T05:08:27.340Z[ recovery-image] Dec 19 05:08:26.690 INFO O| Dec 19 05:08:26.690 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80462024-12-19T05:08:27.349Z[ recovery-image] Dec 19 05:08:26.701 INFO O| Dec 19 05:08:26.701 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
80472024-12-19T05:08:27.349Z[ recovery-image] Dec 19 05:08:26.701 INFO O| Dec 19 05:08:26.701 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
80482024-12-19T05:08:27.349Z[ recovery-image] Dec 19 05:08:26.701 INFO O| Dec 19 05:08:26.701 INFO ok!
80492024-12-19T05:08:27.351Z[ recovery-image] Dec 19 05:08:26.701 INFO O| Dec 19 05:08:26.701 INFO STEP 19 (ensure_file) COMPLETE
80502024-12-19T05:08:27.351Z[ recovery-image] Dec 19 05:08:26.701 INFO O| Dec 19 05:08:26.701 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
80512024-12-19T05:08:27.359Z[ recovery-image] Dec 19 05:08:26.711 INFO O| Dec 19 05:08:26.711 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
80522024-12-19T05:08:27.359Z[ recovery-image] Dec 19 05:08:26.711 INFO O| Dec 19 05:08:26.711 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
80532024-12-19T05:08:27.362Z[ recovery-image] Dec 19 05:08:26.711 INFO O| Dec 19 05:08:26.711 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
80542024-12-19T05:08:27.362Z[ recovery-image] Dec 19 05:08:26.711 INFO O| Dec 19 05:08:26.711 INFO ok!
80552024-12-19T05:08:27.362Z[ recovery-image] Dec 19 05:08:26.711 INFO O| Dec 19 05:08:26.711 INFO STEP 20 (ensure_symlink) COMPLETE
80562024-12-19T05:08:27.362Z[ recovery-image] Dec 19 05:08:26.711 INFO O| Dec 19 05:08:26.711 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
80572024-12-19T05:08:27.369Z[ recovery-image] Dec 19 05:08:26.721 INFO O| Dec 19 05:08:26.721 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
80582024-12-19T05:08:27.369Z[ recovery-image] Dec 19 05:08:26.721 INFO O| Dec 19 05:08:26.721 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
80592024-12-19T05:08:27.371Z[ recovery-image] Dec 19 05:08:26.721 INFO O| Dec 19 05:08:26.721 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
80602024-12-19T05:08:27.371Z[ recovery-image] Dec 19 05:08:26.721 INFO O| Dec 19 05:08:26.721 INFO ok!
80612024-12-19T05:08:27.371Z[ recovery-image] Dec 19 05:08:26.721 INFO O| Dec 19 05:08:26.721 INFO STEP 21 (ensure_symlink) COMPLETE
80622024-12-19T05:08:27.371Z[ recovery-image] Dec 19 05:08:26.721 INFO O| Dec 19 05:08:26.721 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
80632024-12-19T05:08:27.379Z[ recovery-image] Dec 19 05:08:26.731 INFO O| Dec 19 05:08:26.731 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
80642024-12-19T05:08:27.381Z[ recovery-image] Dec 19 05:08:26.731 INFO O| Dec 19 05:08:26.731 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
80652024-12-19T05:08:27.381Z[ recovery-image] Dec 19 05:08:26.731 INFO O| Dec 19 05:08:26.731 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
80662024-12-19T05:08:27.381Z[ recovery-image] Dec 19 05:08:26.731 INFO O| Dec 19 05:08:26.731 INFO ok!
80672024-12-19T05:08:27.381Z[ recovery-image] Dec 19 05:08:26.731 INFO O| Dec 19 05:08:26.731 INFO STEP 22 (ensure_symlink) COMPLETE
80682024-12-19T05:08:27.382Z[ recovery-image] Dec 19 05:08:26.731 INFO O| Dec 19 05:08:26.731 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
80692024-12-19T05:08:27.389Z[ recovery-image] Dec 19 05:08:26.741 INFO O| Dec 19 05:08:26.741 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
80702024-12-19T05:08:27.389Z[ recovery-image] Dec 19 05:08:26.741 INFO O| Dec 19 05:08:26.741 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
80712024-12-19T05:08:27.392Z[ recovery-image] Dec 19 05:08:26.741 INFO O| Dec 19 05:08:26.741 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
80722024-12-19T05:08:27.392Z[ recovery-image] Dec 19 05:08:26.741 INFO O| Dec 19 05:08:26.741 INFO ok!
80732024-12-19T05:08:27.392Z[ recovery-image] Dec 19 05:08:26.741 INFO O| Dec 19 05:08:26.741 INFO STEP 23 (ensure_symlink) COMPLETE
80742024-12-19T05:08:27.392Z[ recovery-image] Dec 19 05:08:26.741 INFO O| Dec 19 05:08:26.741 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
80752024-12-19T05:08:27.399Z[ recovery-image] Dec 19 05:08:26.751 INFO O| Dec 19 05:08:26.751 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
80762024-12-19T05:08:27.399Z[ recovery-image] Dec 19 05:08:26.751 INFO O| Dec 19 05:08:26.751 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 ...
80772024-12-19T05:08:27.401Z[ recovery-image] Dec 19 05:08:26.751 INFO O| Dec 19 05:08:26.751 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
80782024-12-19T05:08:27.401Z[ recovery-image] Dec 19 05:08:26.751 INFO O| Dec 19 05:08:26.751 INFO ok!
80792024-12-19T05:08:27.401Z[ recovery-image] Dec 19 05:08:26.751 INFO O| Dec 19 05:08:26.751 INFO STEP 24 (ensure_file) COMPLETE
80802024-12-19T05:08:27.401Z[ recovery-image] Dec 19 05:08:26.751 INFO O| Dec 19 05:08:26.751 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
80812024-12-19T05:08:27.409Z[ recovery-image] Dec 19 05:08:26.761 INFO O| Dec 19 05:08:26.761 INFO updating shadow file
80822024-12-19T05:08:27.411Z[ recovery-image] Dec 19 05:08:26.762 INFO O| Dec 19 05:08:26.761 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
80832024-12-19T05:08:27.411Z[ recovery-image] Dec 19 05:08:26.762 INFO O| Dec 19 05:08:26.762 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
80842024-12-19T05:08:27.411Z[ recovery-image] Dec 19 05:08:26.762 INFO O| Dec 19 05:08:26.762 INFO STEP 25 (shadow) COMPLETE
80852024-12-19T05:08:27.411Z[ recovery-image] Dec 19 05:08:26.762 INFO O| Dec 19 05:08:26.762 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
80862024-12-19T05:08:27.420Z[ recovery-image] Dec 19 05:08:26.772 INFO O| Dec 19 05:08:26.772 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
80872024-12-19T05:08:27.420Z[ recovery-image] Dec 19 05:08:26.772 INFO O| Dec 19 05:08:26.772 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
80882024-12-19T05:08:27.422Z[ recovery-image] Dec 19 05:08:26.772 INFO O| Dec 19 05:08:26.772 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
80892024-12-19T05:08:27.422Z[ recovery-image] Dec 19 05:08:26.772 INFO O| Dec 19 05:08:26.772 INFO ok!
80902024-12-19T05:08:27.422Z[ recovery-image] Dec 19 05:08:26.772 INFO O| Dec 19 05:08:26.772 INFO STEP 26 (ensure_file) COMPLETE
80912024-12-19T05:08:27.422Z[ recovery-image] Dec 19 05:08:26.772 INFO O| Dec 19 05:08:26.772 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
80922024-12-19T05:08:27.430Z[ recovery-image] Dec 19 05:08:26.782 INFO O| Dec 19 05:08:26.782 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
80932024-12-19T05:08:27.430Z[ recovery-image] Dec 19 05:08:26.782 INFO O| Dec 19 05:08:26.782 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
80942024-12-19T05:08:27.432Z[ recovery-image] Dec 19 05:08:26.782 INFO O| Dec 19 05:08:26.782 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
80952024-12-19T05:08:27.433Z[ recovery-image] Dec 19 05:08:26.782 INFO O| Dec 19 05:08:26.782 INFO ok!
80962024-12-19T05:08:27.433Z[ recovery-image] Dec 19 05:08:26.782 INFO O| Dec 19 05:08:26.782 INFO STEP 27 (ensure_file) COMPLETE
80972024-12-19T05:08:27.433Z[ recovery-image] Dec 19 05:08:26.782 INFO O| Dec 19 05:08:26.782 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
80982024-12-19T05:08:27.440Z[ recovery-image] Dec 19 05:08:26.792 INFO O| Dec 19 05:08:26.792 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
80992024-12-19T05:08:27.440Z[ recovery-image] Dec 19 05:08:26.792 INFO O| Dec 19 05:08:26.792 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
81002024-12-19T05:08:27.443Z[ recovery-image] Dec 19 05:08:26.793 INFO O| Dec 19 05:08:26.793 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
81012024-12-19T05:08:27.443Z[ recovery-image] Dec 19 05:08:26.793 INFO O| Dec 19 05:08:26.793 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
81022024-12-19T05:08:27.443Z[ recovery-image] Dec 19 05:08:26.793 INFO O| Dec 19 05:08:26.793 INFO ok!
81032024-12-19T05:08:27.443Z[ recovery-image] Dec 19 05:08:26.793 INFO O| Dec 19 05:08:26.793 INFO STEP 28 (ensure_file) COMPLETE
81042024-12-19T05:08:27.443Z[ recovery-image] Dec 19 05:08:26.793 INFO O| Dec 19 05:08:26.793 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81052024-12-19T05:08:27.451Z[ recovery-image] Dec 19 05:08:26.803 INFO O| Dec 19 05:08:26.803 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
81062024-12-19T05:08:27.451Z[ recovery-image] Dec 19 05:08:26.803 INFO O| Dec 19 05:08:26.803 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
81072024-12-19T05:08:27.451Z[ recovery-image] Dec 19 05:08:26.803 INFO O| Dec 19 05:08:26.803 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
81082024-12-19T05:08:27.453Z[ recovery-image] Dec 19 05:08:26.803 INFO O| Dec 19 05:08:26.803 INFO ok!
81092024-12-19T05:08:27.453Z[ recovery-image] Dec 19 05:08:26.803 INFO O| Dec 19 05:08:26.803 INFO STEP 29 (ensure_file) COMPLETE
81102024-12-19T05:08:27.453Z[ recovery-image] Dec 19 05:08:26.803 INFO O| Dec 19 05:08:26.803 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81112024-12-19T05:08:27.461Z[ recovery-image] Dec 19 05:08:26.813 INFO O| Dec 19 05:08:26.813 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
81122024-12-19T05:08:27.462Z[ recovery-image] Dec 19 05:08:26.813 INFO O| Dec 19 05:08:26.813 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
81132024-12-19T05:08:27.464Z[ recovery-image] Dec 19 05:08:26.813 INFO O| Dec 19 05:08:26.813 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
81142024-12-19T05:08:27.464Z[ recovery-image] Dec 19 05:08:26.813 INFO O| Dec 19 05:08:26.813 INFO ok!
81152024-12-19T05:08:27.464Z[ recovery-image] Dec 19 05:08:26.813 INFO O| Dec 19 05:08:26.813 INFO STEP 30 (ensure_file) COMPLETE
81162024-12-19T05:08:27.464Z[ recovery-image] Dec 19 05:08:26.813 INFO O| Dec 19 05:08:26.813 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81172024-12-19T05:08:27.471Z[ recovery-image] Dec 19 05:08:26.824 INFO O| Dec 19 05:08:26.824 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
81182024-12-19T05:08:27.471Z[ recovery-image] Dec 19 05:08:26.824 INFO O| Dec 19 05:08:26.824 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
81192024-12-19T05:08:27.474Z[ recovery-image] Dec 19 05:08:26.824 INFO O| Dec 19 05:08:26.824 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
81202024-12-19T05:08:27.474Z[ recovery-image] Dec 19 05:08:26.824 INFO O| Dec 19 05:08:26.824 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
81212024-12-19T05:08:27.474Z[ recovery-image] Dec 19 05:08:26.824 INFO O| Dec 19 05:08:26.824 INFO ok!
81222024-12-19T05:08:27.474Z[ recovery-image] Dec 19 05:08:26.824 INFO O| Dec 19 05:08:26.824 INFO STEP 31 (ensure_file) COMPLETE
81232024-12-19T05:08:27.474Z[ recovery-image] Dec 19 05:08:26.824 INFO O| Dec 19 05:08:26.824 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81242024-12-19T05:08:27.481Z[ recovery-image] Dec 19 05:08:26.834 INFO O| Dec 19 05:08:26.834 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
81252024-12-19T05:08:27.481Z[ recovery-image] Dec 19 05:08:26.834 INFO O| Dec 19 05:08:26.834 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
81262024-12-19T05:08:27.485Z[ recovery-image] Dec 19 05:08:26.834 INFO O| Dec 19 05:08:26.834 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
81272024-12-19T05:08:27.485Z[ recovery-image] Dec 19 05:08:26.834 INFO O| Dec 19 05:08:26.834 INFO ok!
81282024-12-19T05:08:27.485Z[ recovery-image] Dec 19 05:08:26.834 INFO O| Dec 19 05:08:26.834 INFO STEP 32 (ensure_file) COMPLETE
81292024-12-19T05:08:27.485Z[ recovery-image] Dec 19 05:08:26.834 INFO O| Dec 19 05:08:26.834 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81302024-12-19T05:08:27.492Z[ recovery-image] Dec 19 05:08:26.844 INFO O| Dec 19 05:08:26.844 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
81312024-12-19T05:08:27.492Z[ recovery-image] Dec 19 05:08:26.844 INFO O| Dec 19 05:08:26.844 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
81322024-12-19T05:08:27.495Z[ recovery-image] Dec 19 05:08:26.844 INFO O| Dec 19 05:08:26.844 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
81332024-12-19T05:08:27.495Z[ recovery-image] Dec 19 05:08:26.844 INFO O| Dec 19 05:08:26.844 INFO ok!
81342024-12-19T05:08:27.495Z[ recovery-image] Dec 19 05:08:26.844 INFO O| Dec 19 05:08:26.844 INFO STEP 33 (ensure_file) COMPLETE
81352024-12-19T05:08:27.495Z[ recovery-image] Dec 19 05:08:26.844 INFO O| Dec 19 05:08:26.844 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81362024-12-19T05:08:27.504Z[ recovery-image] Dec 19 05:08:26.856 INFO O| Dec 19 05:08:26.856 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
81372024-12-19T05:08:27.507Z[ recovery-image] Dec 19 05:08:26.856 INFO O| Dec 19 05:08:26.856 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
81382024-12-19T05:08:27.507Z[ recovery-image] Dec 19 05:08:26.856 INFO O| Dec 19 05:08:26.856 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81392024-12-19T05:08:27.507Z[ recovery-image] Dec 19 05:08:26.856 INFO O| Dec 19 05:08:26.856 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81402024-12-19T05:08:27.507Z[ recovery-image] Dec 19 05:08:26.856 INFO O| Dec 19 05:08:26.856 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81412024-12-19T05:08:27.507Z[ recovery-image] Dec 19 05:08:26.856 INFO O| Dec 19 05:08:26.856 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81422024-12-19T05:08:27.507Z[ recovery-image] Dec 19 05:08:26.856 INFO O| Dec 19 05:08:26.856 INFO ok!
81432024-12-19T05:08:27.507Z[ recovery-image] Dec 19 05:08:26.856 INFO O| Dec 19 05:08:26.856 INFO STEP 34 (ensure_file) COMPLETE
81442024-12-19T05:08:27.507Z[ recovery-image] Dec 19 05:08:26.856 INFO O| Dec 19 05:08:26.856 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
81452024-12-19T05:08:27.514Z[ recovery-image] Dec 19 05:08:26.866 INFO O| Dec 19 05:08:26.866 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
81462024-12-19T05:08:27.516Z[ recovery-image] Dec 19 05:08:26.866 INFO O| Dec 19 05:08:26.866 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
81472024-12-19T05:08:27.517Z[ recovery-image] Dec 19 05:08:26.866 INFO O| Dec 19 05:08:26.866 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
81482024-12-19T05:08:27.517Z[ recovery-image] Dec 19 05:08:26.866 INFO O| Dec 19 05:08:26.866 INFO STEP 35 (ensure_dir) COMPLETE
81492024-12-19T05:08:27.517Z[ recovery-image] Dec 19 05:08:26.866 INFO O| Dec 19 05:08:26.866 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
81502024-12-19T05:08:27.524Z[ recovery-image] Dec 19 05:08:26.876 INFO O| Dec 19 05:08:26.876 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
81512024-12-19T05:08:27.524Z[ recovery-image] Dec 19 05:08:26.876 INFO O| Dec 19 05:08:26.876 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 ...
81522024-12-19T05:08:27.527Z[ recovery-image] Dec 19 05:08:26.876 INFO O| Dec 19 05:08:26.876 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
81532024-12-19T05:08:27.527Z[ recovery-image] Dec 19 05:08:26.876 INFO O| Dec 19 05:08:26.876 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
81542024-12-19T05:08:27.527Z[ recovery-image] Dec 19 05:08:26.877 INFO O| Dec 19 05:08:26.876 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
81552024-12-19T05:08:27.527Z[ recovery-image] Dec 19 05:08:26.877 INFO O| Dec 19 05:08:26.877 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
81562024-12-19T05:08:27.527Z[ recovery-image] Dec 19 05:08:26.877 INFO O| Dec 19 05:08:26.877 INFO ok!
81572024-12-19T05:08:27.527Z[ recovery-image] Dec 19 05:08:26.877 INFO O| Dec 19 05:08:26.877 INFO STEP 36 (ensure_file) COMPLETE
81582024-12-19T05:08:27.527Z[ recovery-image] Dec 19 05:08:26.877 INFO O| Dec 19 05:08:26.877 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
81592024-12-19T05:08:27.534Z[ recovery-image] Dec 19 05:08:26.887 INFO O| Dec 19 05:08:26.887 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
81602024-12-19T05:08:27.535Z[ recovery-image] Dec 19 05:08:26.887 INFO O| Dec 19 05:08:26.887 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 ...
81612024-12-19T05:08:27.537Z[ recovery-image] Dec 19 05:08:26.887 INFO O| Dec 19 05:08:26.887 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
81622024-12-19T05:08:27.537Z[ recovery-image] Dec 19 05:08:26.887 INFO O| Dec 19 05:08:26.887 INFO ok!
81632024-12-19T05:08:27.537Z[ recovery-image] Dec 19 05:08:26.887 INFO O| Dec 19 05:08:26.887 INFO STEP 37 (ensure_symlink) COMPLETE
81642024-12-19T05:08:27.537Z[ recovery-image] Dec 19 05:08:26.887 INFO O| Dec 19 05:08:26.887 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81652024-12-19T05:08:27.545Z[ recovery-image] Dec 19 05:08:26.897 INFO O| Dec 19 05:08:26.897 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
81662024-12-19T05:08:27.545Z[ recovery-image] Dec 19 05:08:26.897 INFO O| Dec 19 05:08:26.897 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
81672024-12-19T05:08:27.547Z[ recovery-image] Dec 19 05:08:26.897 INFO O| Dec 19 05:08:26.897 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
81682024-12-19T05:08:27.548Z[ recovery-image] Dec 19 05:08:26.897 INFO O| Dec 19 05:08:26.897 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
81692024-12-19T05:08:27.548Z[ recovery-image] Dec 19 05:08:26.897 INFO O| Dec 19 05:08:26.897 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
81702024-12-19T05:08:27.548Z[ recovery-image] Dec 19 05:08:26.897 INFO O| Dec 19 05:08:26.897 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
81712024-12-19T05:08:27.548Z[ recovery-image] Dec 19 05:08:26.897 INFO O| Dec 19 05:08:26.897 INFO ok!
81722024-12-19T05:08:27.548Z[ recovery-image] Dec 19 05:08:26.897 INFO O| Dec 19 05:08:26.897 INFO STEP 38 (ensure_file) COMPLETE
81732024-12-19T05:08:27.548Z[ recovery-image] Dec 19 05:08:26.897 INFO O| Dec 19 05:08:26.897 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81742024-12-19T05:08:27.555Z[ recovery-image] Dec 19 05:08:26.907 INFO O| Dec 19 05:08:26.907 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
81752024-12-19T05:08:27.555Z[ recovery-image] Dec 19 05:08:26.907 INFO O| Dec 19 05:08:26.907 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 ...
81762024-12-19T05:08:27.557Z[ recovery-image] Dec 19 05:08:26.907 INFO O| Dec 19 05:08:26.907 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
81772024-12-19T05:08:27.557Z[ recovery-image] Dec 19 05:08:26.907 INFO O| Dec 19 05:08:26.907 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
81782024-12-19T05:08:27.558Z[ recovery-image] Dec 19 05:08:26.907 INFO O| Dec 19 05:08:26.907 INFO ok!
81792024-12-19T05:08:27.558Z[ recovery-image] Dec 19 05:08:26.907 INFO O| Dec 19 05:08:26.907 INFO STEP 39 (ensure_file) COMPLETE
81802024-12-19T05:08:27.558Z[ recovery-image] Dec 19 05:08:26.907 INFO O| Dec 19 05:08:26.907 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81812024-12-19T05:08:27.566Z[ recovery-image] Dec 19 05:08:26.918 INFO O| Dec 19 05:08:26.918 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
81822024-12-19T05:08:27.567Z[ recovery-image] Dec 19 05:08:26.918 INFO O| Dec 19 05:08:26.918 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
81832024-12-19T05:08:27.569Z[ recovery-image] Dec 19 05:08:26.918 INFO O| Dec 19 05:08:26.918 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
81842024-12-19T05:08:27.569Z[ recovery-image] Dec 19 05:08:26.918 INFO O| Dec 19 05:08:26.918 INFO ok!
81852024-12-19T05:08:27.569Z[ recovery-image] Dec 19 05:08:26.918 INFO O| Dec 19 05:08:26.918 INFO STEP 40 (ensure_file) COMPLETE
81862024-12-19T05:08:27.569Z[ recovery-image] Dec 19 05:08:26.918 INFO O| Dec 19 05:08:26.918 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
81872024-12-19T05:08:27.576Z[ recovery-image] Dec 19 05:08:26.928 INFO O| Dec 19 05:08:26.928 INFO updating shadow file
81882024-12-19T05:08:27.579Z[ recovery-image] Dec 19 05:08:26.928 INFO O| Dec 19 05:08:26.928 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
81892024-12-19T05:08:27.579Z[ recovery-image] Dec 19 05:08:26.928 INFO O| Dec 19 05:08:26.928 INFO STEP 41 (shadow) COMPLETE
81902024-12-19T05:08:27.579Z[ recovery-image] Dec 19 05:08:26.928 INFO O| Dec 19 05:08:26.928 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
81912024-12-19T05:08:27.587Z[ recovery-image] Dec 19 05:08:26.939 INFO O| Dec 19 05:08:26.939 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
81922024-12-19T05:08:27.587Z[ recovery-image] Dec 19 05:08:26.939 INFO O| Dec 19 05:08:26.939 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
81932024-12-19T05:08:27.589Z[ recovery-image] Dec 19 05:08:26.939 INFO O| Dec 19 05:08:26.939 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
81942024-12-19T05:08:27.589Z[ recovery-image] Dec 19 05:08:26.939 INFO O| Dec 19 05:08:26.939 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
81952024-12-19T05:08:27.589Z[ recovery-image] Dec 19 05:08:26.939 INFO O| Dec 19 05:08:26.939 INFO ok!
81962024-12-19T05:08:27.589Z[ recovery-image] Dec 19 05:08:26.939 INFO O| Dec 19 05:08:26.939 INFO STEP 42 (ensure_file) COMPLETE
81972024-12-19T05:08:27.590Z[ recovery-image] Dec 19 05:08:26.939 INFO O| Dec 19 05:08:26.939 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81982024-12-19T05:08:27.597Z[ recovery-image] Dec 19 05:08:26.949 INFO O| Dec 19 05:08:26.949 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
81992024-12-19T05:08:27.597Z[ recovery-image] Dec 19 05:08:26.949 INFO O| Dec 19 05:08:26.949 INFO STEP 43 (ensure_dir) COMPLETE
82002024-12-19T05:08:27.600Z[ recovery-image] Dec 19 05:08:26.949 INFO O| Dec 19 05:08:26.949 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82012024-12-19T05:08:27.608Z[ recovery-image] Dec 19 05:08:26.960 INFO O| Dec 19 05:08:26.960 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
82022024-12-19T05:08:27.608Z[ recovery-image] Dec 19 05:08:26.960 INFO O| Dec 19 05:08:26.960 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
82032024-12-19T05:08:27.610Z[ recovery-image] Dec 19 05:08:26.960 INFO O| Dec 19 05:08:26.960 INFO STEP 44 (ensure_dir) COMPLETE
82042024-12-19T05:08:27.610Z[ recovery-image] Dec 19 05:08:26.960 INFO O| Dec 19 05:08:26.960 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82052024-12-19T05:08:27.618Z[ recovery-image] Dec 19 05:08:26.970 INFO O| Dec 19 05:08:26.970 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
82062024-12-19T05:08:27.618Z[ recovery-image] Dec 19 05:08:26.971 INFO O| Dec 19 05:08:26.971 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
82072024-12-19T05:08:27.619Z[ recovery-image] Dec 19 05:08:26.971 INFO O| Dec 19 05:08:26.971 INFO STEP 45 (ensure_dir) COMPLETE
82082024-12-19T05:08:27.621Z[ recovery-image] Dec 19 05:08:26.971 INFO O| Dec 19 05:08:26.971 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82092024-12-19T05:08:27.631Z[ recovery-image] Dec 19 05:08:26.983 INFO O| Dec 19 05:08:26.983 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
82102024-12-19T05:08:27.633Z[ recovery-image] Dec 19 05:08:26.983 INFO O| Dec 19 05:08:26.983 INFO copying /tmp/.tmpQNcPdX/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
82112024-12-19T05:08:27.665Z[ recovery-image] Dec 19 05:08:27.017 INFO O| Dec 19 05:08:27.017 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
82122024-12-19T05:08:27.666Z[ recovery-image] Dec 19 05:08:27.017 INFO O| Dec 19 05:08:27.017 INFO ok!
82132024-12-19T05:08:27.668Z[ recovery-image] Dec 19 05:08:27.017 INFO O| Dec 19 05:08:27.017 INFO STEP 46 (ensure_file) COMPLETE
82142024-12-19T05:08:27.668Z[ recovery-image] Dec 19 05:08:27.017 INFO O| Dec 19 05:08:27.017 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82152024-12-19T05:08:27.679Z[ recovery-image] Dec 19 05:08:27.031 INFO O| Dec 19 05:08:27.031 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
82162024-12-19T05:08:27.679Z[ recovery-image] Dec 19 05:08:27.031 INFO O| Dec 19 05:08:27.031 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
82172024-12-19T05:08:27.679Z[ recovery-image] Dec 19 05:08:27.031 INFO O| Dec 19 05:08:27.031 INFO STEP 47 (ensure_dir) COMPLETE
82182024-12-19T05:08:27.682Z[ recovery-image] Dec 19 05:08:27.031 INFO O| Dec 19 05:08:27.031 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82192024-12-19T05:08:27.690Z[ recovery-image] Dec 19 05:08:27.042 INFO O| Dec 19 05:08:27.042 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
82202024-12-19T05:08:27.690Z[ recovery-image] Dec 19 05:08:27.042 INFO O| Dec 19 05:08:27.042 INFO copying /tmp/.tmpQNcPdX/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
82212024-12-19T05:08:27.692Z[ recovery-image] Dec 19 05:08:27.042 INFO O| Dec 19 05:08:27.042 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
82222024-12-19T05:08:27.692Z[ recovery-image] Dec 19 05:08:27.042 INFO O| Dec 19 05:08:27.042 INFO ok!
82232024-12-19T05:08:27.692Z[ recovery-image] Dec 19 05:08:27.042 INFO O| Dec 19 05:08:27.042 INFO STEP 48 (ensure_file) COMPLETE
82242024-12-19T05:08:27.692Z[ recovery-image] Dec 19 05:08:27.042 INFO O| Dec 19 05:08:27.042 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82252024-12-19T05:08:27.704Z[ recovery-image] Dec 19 05:08:27.056 INFO O| Dec 19 05:08:27.056 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
82262024-12-19T05:08:27.704Z[ recovery-image] Dec 19 05:08:27.056 INFO O| Dec 19 05:08:27.056 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
82272024-12-19T05:08:27.704Z[ recovery-image] Dec 19 05:08:27.056 INFO O| Dec 19 05:08:27.056 INFO STEP 49 (ensure_dir) COMPLETE
82282024-12-19T05:08:27.707Z[ recovery-image] Dec 19 05:08:27.056 INFO O| Dec 19 05:08:27.056 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82292024-12-19T05:08:27.717Z[ recovery-image] Dec 19 05:08:27.069 INFO O| Dec 19 05:08:27.069 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
82302024-12-19T05:08:27.717Z[ recovery-image] Dec 19 05:08:27.069 INFO O| Dec 19 05:08:27.069 INFO copying /tmp/.tmpQNcPdX/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
82312024-12-19T05:08:27.732Z[ recovery-image] Dec 19 05:08:27.084 INFO O| Dec 19 05:08:27.084 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
82322024-12-19T05:08:27.732Z[ recovery-image] Dec 19 05:08:27.084 INFO O| Dec 19 05:08:27.084 INFO ok!
82332024-12-19T05:08:27.732Z[ recovery-image] Dec 19 05:08:27.084 INFO O| Dec 19 05:08:27.084 INFO STEP 50 (ensure_file) COMPLETE
82342024-12-19T05:08:27.732Z[ recovery-image] Dec 19 05:08:27.084 INFO O| Dec 19 05:08:27.084 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82352024-12-19T05:08:27.747Z[ recovery-image] Dec 19 05:08:27.098 INFO O| Dec 19 05:08:27.098 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
82362024-12-19T05:08:27.747Z[ recovery-image] Dec 19 05:08:27.098 INFO O| Dec 19 05:08:27.098 INFO copying /tmp/.tmpQNcPdX/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
82372024-12-19T05:08:28.105Z[ host-image] Dec 19 05:08:27.456 INFO O| Dec 19 05:08:27.456 INFO O| Planning: Solver setup ... Done
82382024-12-19T05:08:28.112Z[ host-image] Dec 19 05:08:27.464 INFO O| Dec 19 05:08:27.464 INFO O| Planning: Running solver ... Done
82392024-12-19T05:08:28.217Z[ host-image] Dec 19 05:08:27.568 INFO O| Dec 19 05:08:27.568 INFO O| Planning: Finding local manifests ... Done
82402024-12-19T05:08:28.220Z[ host-image] Dec 19 05:08:27.569 INFO O| Dec 19 05:08:27.569 INFO O| Planning: Fetching manifests: 0/1 0% complete
82412024-12-19T05:08:28.362Z[ recovery-image] Dec 19 05:08:27.714 INFO O| Dec 19 05:08:27.714 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
82422024-12-19T05:08:28.362Z[ recovery-image] Dec 19 05:08:27.714 INFO O| Dec 19 05:08:27.714 INFO ok!
82432024-12-19T05:08:28.362Z[ recovery-image] Dec 19 05:08:27.714 INFO O| Dec 19 05:08:27.714 INFO STEP 51 (ensure_file) COMPLETE
82442024-12-19T05:08:28.365Z[ recovery-image] Dec 19 05:08:27.714 INFO O| Dec 19 05:08:27.714 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82452024-12-19T05:08:28.365Z[ host-image] Dec 19 05:08:27.716 INFO O| Dec 19 05:08:27.716 INFO O| Planning: Fetching manifests: 1/1 100% complete
82462024-12-19T05:08:28.374Z[ recovery-image] Dec 19 05:08:27.726 INFO O| Dec 19 05:08:27.726 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
82472024-12-19T05:08:28.374Z[ recovery-image] Dec 19 05:08:27.726 INFO O| Dec 19 05:08:27.726 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
82482024-12-19T05:08:28.377Z[ recovery-image] Dec 19 05:08:27.726 INFO O| Dec 19 05:08:27.726 INFO STEP 52 (ensure_dir) COMPLETE
82492024-12-19T05:08:28.377Z[ recovery-image] Dec 19 05:08:27.726 INFO O| Dec 19 05:08:27.726 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82502024-12-19T05:08:28.383Z[ host-image] Dec 19 05:08:27.735 INFO O| Dec 19 05:08:27.735 INFO O| Planning: Package planning ... Done
82512024-12-19T05:08:28.386Z[ host-image] Dec 19 05:08:27.736 INFO O| Dec 19 05:08:27.736 INFO O| Planning: Merging actions ... Done
82522024-12-19T05:08:28.386Z[ recovery-image] Dec 19 05:08:27.737 INFO O| Dec 19 05:08:27.737 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
82532024-12-19T05:08:28.386Z[ recovery-image] Dec 19 05:08:27.737 INFO O| Dec 19 05:08:27.737 INFO copying /tmp/.tmpQNcPdX/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 ...
82542024-12-19T05:08:28.386Z[ recovery-image] Dec 19 05:08:27.737 INFO O| Dec 19 05:08:27.737 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
82552024-12-19T05:08:28.387Z[ recovery-image] Dec 19 05:08:27.737 INFO O| Dec 19 05:08:27.737 INFO ok!
82562024-12-19T05:08:28.387Z[ recovery-image] Dec 19 05:08:27.737 INFO O| Dec 19 05:08:27.737 INFO STEP 53 (ensure_file) COMPLETE
82572024-12-19T05:08:28.387Z[ recovery-image] Dec 19 05:08:27.737 INFO O| Dec 19 05:08:27.737 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82582024-12-19T05:08:28.395Z[ recovery-image] Dec 19 05:08:27.747 INFO O| Dec 19 05:08:27.747 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
82592024-12-19T05:08:28.397Z[ recovery-image] Dec 19 05:08:27.747 INFO O| Dec 19 05:08:27.747 INFO copying /tmp/.tmpQNcPdX/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 ...
82602024-12-19T05:08:28.397Z[ recovery-image] Dec 19 05:08:27.747 INFO O| Dec 19 05:08:27.747 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
82612024-12-19T05:08:28.397Z[ recovery-image] Dec 19 05:08:27.747 INFO O| Dec 19 05:08:27.747 INFO ok!
82622024-12-19T05:08:28.397Z[ recovery-image] Dec 19 05:08:27.747 INFO O| Dec 19 05:08:27.747 INFO STEP 54 (ensure_file) COMPLETE
82632024-12-19T05:08:28.398Z[ recovery-image] Dec 19 05:08:27.747 INFO O| Dec 19 05:08:27.747 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82642024-12-19T05:08:28.405Z[ recovery-image] Dec 19 05:08:27.757 INFO O| Dec 19 05:08:27.757 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
82652024-12-19T05:08:28.405Z[ recovery-image] Dec 19 05:08:27.757 INFO O| Dec 19 05:08:27.757 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
82662024-12-19T05:08:28.408Z[ recovery-image] Dec 19 05:08:27.757 INFO O| Dec 19 05:08:27.757 INFO STEP 55 (ensure_dir) COMPLETE
82672024-12-19T05:08:28.408Z[ recovery-image] Dec 19 05:08:27.757 INFO O| Dec 19 05:08:27.757 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82682024-12-19T05:08:28.417Z[ recovery-image] Dec 19 05:08:27.769 INFO O| Dec 19 05:08:27.769 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
82692024-12-19T05:08:28.417Z[ recovery-image] Dec 19 05:08:27.769 INFO O| Dec 19 05:08:27.769 INFO copying /tmp/.tmpQNcPdX/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 ...
82702024-12-19T05:08:28.421Z[ recovery-image] Dec 19 05:08:27.769 INFO O| Dec 19 05:08:27.769 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
82712024-12-19T05:08:28.421Z[ recovery-image] Dec 19 05:08:27.769 INFO O| Dec 19 05:08:27.769 INFO ok!
82722024-12-19T05:08:28.421Z[ recovery-image] Dec 19 05:08:27.769 INFO O| Dec 19 05:08:27.769 INFO STEP 56 (ensure_file) COMPLETE
82732024-12-19T05:08:28.421Z[ recovery-image] Dec 19 05:08:27.769 INFO O| Dec 19 05:08:27.769 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82742024-12-19T05:08:28.430Z[ recovery-image] Dec 19 05:08:27.780 INFO O| Dec 19 05:08:27.780 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
82752024-12-19T05:08:28.432Z[ recovery-image] Dec 19 05:08:27.780 INFO O| Dec 19 05:08:27.780 INFO copying /tmp/.tmpQNcPdX/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 ...
82762024-12-19T05:08:28.432Z[ recovery-image] Dec 19 05:08:27.780 INFO O| Dec 19 05:08:27.780 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
82772024-12-19T05:08:28.432Z[ recovery-image] Dec 19 05:08:27.780 INFO O| Dec 19 05:08:27.780 INFO ok!
82782024-12-19T05:08:28.433Z[ recovery-image] Dec 19 05:08:27.780 INFO O| Dec 19 05:08:27.780 INFO STEP 57 (ensure_file) COMPLETE
82792024-12-19T05:08:28.433Z[ recovery-image] Dec 19 05:08:27.781 INFO O| Dec 19 05:08:27.780 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82802024-12-19T05:08:28.439Z[ recovery-image] Dec 19 05:08:27.791 INFO O| Dec 19 05:08:27.791 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
82812024-12-19T05:08:28.439Z[ recovery-image] Dec 19 05:08:27.791 INFO O| Dec 19 05:08:27.791 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
82822024-12-19T05:08:28.441Z[ recovery-image] Dec 19 05:08:27.791 INFO O| Dec 19 05:08:27.791 INFO STEP 58 (ensure_dir) COMPLETE
82832024-12-19T05:08:28.441Z[ recovery-image] Dec 19 05:08:27.791 INFO O| Dec 19 05:08:27.791 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82842024-12-19T05:08:28.448Z[ host-image] Dec 19 05:08:27.800 INFO O| Dec 19 05:08:27.800 INFO O| Planning: Checking for conflicting actions ... Done
82852024-12-19T05:08:28.450Z[ host-image] Dec 19 05:08:27.800 INFO O| Dec 19 05:08:27.800 INFO O| Planning: Consolidating action changes ... Done
82862024-12-19T05:08:28.450Z[ recovery-image] Dec 19 05:08:27.801 INFO O| Dec 19 05:08:27.801 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
82872024-12-19T05:08:28.450Z[ recovery-image] Dec 19 05:08:27.801 INFO O| Dec 19 05:08:27.801 INFO copying /tmp/.tmpQNcPdX/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 ...
82882024-12-19T05:08:28.450Z[ recovery-image] Dec 19 05:08:27.801 INFO O| Dec 19 05:08:27.801 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
82892024-12-19T05:08:28.450Z[ recovery-image] Dec 19 05:08:27.801 INFO O| Dec 19 05:08:27.801 INFO ok!
82902024-12-19T05:08:28.450Z[ recovery-image] Dec 19 05:08:27.801 INFO O| Dec 19 05:08:27.801 INFO STEP 59 (ensure_file) COMPLETE
82912024-12-19T05:08:28.451Z[ recovery-image] Dec 19 05:08:27.801 INFO O| Dec 19 05:08:27.801 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82922024-12-19T05:08:28.459Z[ recovery-image] Dec 19 05:08:27.811 INFO O| Dec 19 05:08:27.811 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
82932024-12-19T05:08:28.459Z[ recovery-image] Dec 19 05:08:27.811 INFO O| Dec 19 05:08:27.811 INFO copying /tmp/.tmpQNcPdX/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
82942024-12-19T05:08:28.461Z[ recovery-image] Dec 19 05:08:27.811 INFO O| Dec 19 05:08:27.811 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
82952024-12-19T05:08:28.461Z[ recovery-image] Dec 19 05:08:27.811 INFO O| Dec 19 05:08:27.811 INFO ok!
82962024-12-19T05:08:28.461Z[ recovery-image] Dec 19 05:08:27.811 INFO O| Dec 19 05:08:27.811 INFO STEP 60 (ensure_file) COMPLETE
82972024-12-19T05:08:28.461Z[ recovery-image] Dec 19 05:08:27.811 INFO O| Dec 19 05:08:27.811 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82982024-12-19T05:08:28.471Z[ recovery-image] Dec 19 05:08:27.823 INFO O| Dec 19 05:08:27.823 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
82992024-12-19T05:08:28.471Z[ recovery-image] Dec 19 05:08:27.823 INFO O| Dec 19 05:08:27.823 INFO STEP 61 (ensure_dir) COMPLETE
83002024-12-19T05:08:28.474Z[ recovery-image] Dec 19 05:08:27.823 INFO O| Dec 19 05:08:27.823 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83012024-12-19T05:08:28.483Z[ recovery-image] Dec 19 05:08:27.835 INFO O| Dec 19 05:08:27.835 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
83022024-12-19T05:08:28.483Z[ recovery-image] Dec 19 05:08:27.835 INFO O| Dec 19 05:08:27.835 INFO STEP 62 (ensure_dir) COMPLETE
83032024-12-19T05:08:28.483Z[ recovery-image] Dec 19 05:08:27.835 INFO O| Dec 19 05:08:27.835 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83042024-12-19T05:08:28.493Z[ recovery-image] Dec 19 05:08:27.845 INFO O| Dec 19 05:08:27.845 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
83052024-12-19T05:08:28.493Z[ recovery-image] Dec 19 05:08:27.845 INFO O| Dec 19 05:08:27.845 INFO STEP 63 (ensure_dir) COMPLETE
83062024-12-19T05:08:28.495Z[ recovery-image] Dec 19 05:08:27.845 INFO O| Dec 19 05:08:27.845 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83072024-12-19T05:08:28.504Z[ recovery-image] Dec 19 05:08:27.856 INFO O| Dec 19 05:08:27.856 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
83082024-12-19T05:08:28.504Z[ recovery-image] Dec 19 05:08:27.856 INFO O| Dec 19 05:08:27.856 INFO STEP 64 (ensure_dir) COMPLETE
83092024-12-19T05:08:28.507Z[ recovery-image] Dec 19 05:08:27.856 INFO O| Dec 19 05:08:27.856 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83102024-12-19T05:08:28.515Z[ recovery-image] Dec 19 05:08:27.867 INFO O| Dec 19 05:08:27.867 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
83112024-12-19T05:08:28.515Z[ recovery-image] Dec 19 05:08:27.867 INFO O| Dec 19 05:08:27.867 INFO copying /tmp/.tmpQNcPdX/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
83122024-12-19T05:08:28.517Z[ recovery-image] Dec 19 05:08:27.867 INFO O| Dec 19 05:08:27.867 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
83132024-12-19T05:08:28.517Z[ recovery-image] Dec 19 05:08:27.867 INFO O| Dec 19 05:08:27.867 INFO ok!
83142024-12-19T05:08:28.518Z[ recovery-image] Dec 19 05:08:27.867 INFO O| Dec 19 05:08:27.867 INFO STEP 65 (ensure_file) COMPLETE
83152024-12-19T05:08:28.518Z[ recovery-image] Dec 19 05:08:27.867 INFO O| Dec 19 05:08:27.867 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83162024-12-19T05:08:28.525Z[ recovery-image] Dec 19 05:08:27.877 INFO O| Dec 19 05:08:27.877 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
83172024-12-19T05:08:28.528Z[ recovery-image] Dec 19 05:08:27.878 INFO O| Dec 19 05:08:27.877 INFO STEP 66 (remove_files) COMPLETE
83182024-12-19T05:08:28.528Z[ recovery-image] Dec 19 05:08:27.878 INFO O| Dec 19 05:08:27.878 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83192024-12-19T05:08:28.535Z[ recovery-image] Dec 19 05:08:27.888 INFO O| Dec 19 05:08:27.887 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
83202024-12-19T05:08:28.538Z[ recovery-image] Dec 19 05:08:27.888 INFO O| Dec 19 05:08:27.888 INFO STEP 67 (remove_files) COMPLETE
83212024-12-19T05:08:28.538Z[ recovery-image] Dec 19 05:08:27.888 INFO O| Dec 19 05:08:27.888 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83222024-12-19T05:08:28.546Z[ recovery-image] Dec 19 05:08:27.898 INFO O| Dec 19 05:08:27.898 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
83232024-12-19T05:08:28.549Z[ recovery-image] Dec 19 05:08:27.898 INFO O| Dec 19 05:08:27.898 INFO STEP 68 (remove_files) COMPLETE
83242024-12-19T05:08:28.549Z[ recovery-image] Dec 19 05:08:27.898 INFO O| Dec 19 05:08:27.898 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83252024-12-19T05:08:28.556Z[ recovery-image] Dec 19 05:08:27.908 INFO O| Dec 19 05:08:27.908 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
83262024-12-19T05:08:28.558Z[ recovery-image] Dec 19 05:08:27.908 INFO O| Dec 19 05:08:27.908 INFO STEP 69 (remove_files) COMPLETE
83272024-12-19T05:08:28.558Z[ recovery-image] Dec 19 05:08:27.908 INFO O| Dec 19 05:08:27.908 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83282024-12-19T05:08:28.566Z[ recovery-image] Dec 19 05:08:27.918 INFO O| Dec 19 05:08:27.918 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
83292024-12-19T05:08:28.569Z[ recovery-image] Dec 19 05:08:27.919 INFO O| Dec 19 05:08:27.918 INFO STEP 70 (remove_files) COMPLETE
83302024-12-19T05:08:28.569Z[ recovery-image] Dec 19 05:08:27.919 INFO O| Dec 19 05:08:27.919 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83312024-12-19T05:08:28.576Z[ recovery-image] Dec 19 05:08:27.928 INFO O| Dec 19 05:08:27.928 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
83322024-12-19T05:08:28.579Z[ recovery-image] Dec 19 05:08:27.928 INFO O| Dec 19 05:08:27.928 INFO STEP 71 (remove_files) COMPLETE
83332024-12-19T05:08:28.579Z[ recovery-image] Dec 19 05:08:27.928 INFO O| Dec 19 05:08:27.928 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83342024-12-19T05:08:28.586Z[ recovery-image] Dec 19 05:08:27.938 INFO O| Dec 19 05:08:27.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
83352024-12-19T05:08:28.586Z[ recovery-image] Dec 19 05:08:27.938 INFO O| Dec 19 05:08:27.938 INFO STEP 72 (remove_files) COMPLETE
83362024-12-19T05:08:28.588Z[ recovery-image] Dec 19 05:08:27.938 INFO O| Dec 19 05:08:27.938 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83372024-12-19T05:08:28.595Z[ recovery-image] Dec 19 05:08:27.947 INFO O| Dec 19 05:08:27.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
83382024-12-19T05:08:28.595Z[ recovery-image] Dec 19 05:08:27.948 INFO O| Dec 19 05:08:27.948 INFO STEP 73 (remove_files) COMPLETE
83392024-12-19T05:08:28.598Z[ recovery-image] Dec 19 05:08:27.948 INFO O| Dec 19 05:08:27.948 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83402024-12-19T05:08:28.605Z[ recovery-image] Dec 19 05:08:27.957 INFO O| Dec 19 05:08:27.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
83412024-12-19T05:08:28.605Z[ recovery-image] Dec 19 05:08:27.957 INFO O| Dec 19 05:08:27.957 INFO STEP 74 (remove_files) COMPLETE
83422024-12-19T05:08:28.605Z[ recovery-image] Dec 19 05:08:27.957 INFO O| Dec 19 05:08:27.957 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83432024-12-19T05:08:28.615Z[ recovery-image] Dec 19 05:08:27.967 INFO O| Dec 19 05:08:27.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
83442024-12-19T05:08:28.617Z[ recovery-image] Dec 19 05:08:27.967 INFO O| Dec 19 05:08:27.967 INFO STEP 75 (remove_files) COMPLETE
83452024-12-19T05:08:28.617Z[ recovery-image] Dec 19 05:08:27.967 INFO O| Dec 19 05:08:27.967 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83462024-12-19T05:08:28.624Z[ recovery-image] Dec 19 05:08:27.976 INFO O| Dec 19 05:08:27.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
83472024-12-19T05:08:28.624Z[ recovery-image] Dec 19 05:08:27.977 INFO O| Dec 19 05:08:27.977 INFO STEP 76 (remove_files) COMPLETE
83482024-12-19T05:08:28.627Z[ recovery-image] Dec 19 05:08:27.977 INFO O| Dec 19 05:08:27.977 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83492024-12-19T05:08:28.634Z[ recovery-image] Dec 19 05:08:27.986 INFO O| Dec 19 05:08:27.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
83502024-12-19T05:08:28.634Z[ recovery-image] Dec 19 05:08:27.986 INFO O| Dec 19 05:08:27.986 INFO STEP 77 (remove_files) COMPLETE
83512024-12-19T05:08:28.634Z[ recovery-image] Dec 19 05:08:27.986 INFO O| Dec 19 05:08:27.986 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83522024-12-19T05:08:28.637Z[ host-image] Dec 19 05:08:27.989 INFO O| Dec 19 05:08:27.989 INFO O| Planning: Evaluating mediators ... Done
83532024-12-19T05:08:28.640Z[ host-image] Dec 19 05:08:27.990 INFO O| Dec 19 05:08:27.990 INFO O| Planning: Planning completed in 3.75 seconds
83542024-12-19T05:08:28.640Z[ host-image] Dec 19 05:08:27.991 INFO O| Dec 19 05:08:27.991 INFO O| Packages to install: 1
83552024-12-19T05:08:28.644Z[ recovery-image] Dec 19 05:08:27.997 INFO O| Dec 19 05:08:27.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
83562024-12-19T05:08:28.644Z[ recovery-image] Dec 19 05:08:27.997 INFO O| Dec 19 05:08:27.997 INFO STEP 78 (remove_files) COMPLETE
83572024-12-19T05:08:28.647Z[ recovery-image] Dec 19 05:08:27.997 INFO O| Dec 19 05:08:27.997 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83582024-12-19T05:08:28.652Z[ host-image] Dec 19 05:08:28.004 INFO O| Dec 19 05:08:28.004 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
83592024-12-19T05:08:28.656Z[ recovery-image] Dec 19 05:08:28.008 INFO O| Dec 19 05:08:28.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
83602024-12-19T05:08:28.656Z[ recovery-image] Dec 19 05:08:28.008 INFO O| Dec 19 05:08:28.008 INFO STEP 79 (remove_files) COMPLETE
83612024-12-19T05:08:28.659Z[ recovery-image] Dec 19 05:08:28.008 INFO O| Dec 19 05:08:28.008 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83622024-12-19T05:08:28.667Z[ recovery-image] Dec 19 05:08:28.019 INFO O| Dec 19 05:08:28.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
83632024-12-19T05:08:28.667Z[ recovery-image] Dec 19 05:08:28.019 INFO O| Dec 19 05:08:28.019 INFO STEP 80 (remove_files) COMPLETE
83642024-12-19T05:08:28.667Z[ recovery-image] Dec 19 05:08:28.019 INFO O| Dec 19 05:08:28.019 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83652024-12-19T05:08:28.677Z[ recovery-image] Dec 19 05:08:28.029 INFO O| Dec 19 05:08:28.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
83662024-12-19T05:08:28.679Z[ recovery-image] Dec 19 05:08:28.029 INFO O| Dec 19 05:08:28.029 INFO STEP 81 (remove_files) COMPLETE
83672024-12-19T05:08:28.680Z[ recovery-image] Dec 19 05:08:28.030 INFO O| Dec 19 05:08:28.029 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83682024-12-19T05:08:28.688Z[ recovery-image] Dec 19 05:08:28.041 INFO O| Dec 19 05:08:28.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
83692024-12-19T05:08:28.691Z[ recovery-image] Dec 19 05:08:28.041 INFO O| Dec 19 05:08:28.041 INFO STEP 82 (remove_files) COMPLETE
83702024-12-19T05:08:28.691Z[ recovery-image] Dec 19 05:08:28.041 INFO O| Dec 19 05:08:28.041 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83712024-12-19T05:08:28.700Z[ recovery-image] Dec 19 05:08:28.052 INFO O| Dec 19 05:08:28.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
83722024-12-19T05:08:28.700Z[ recovery-image] Dec 19 05:08:28.052 INFO O| Dec 19 05:08:28.052 INFO STEP 83 (remove_files) COMPLETE
83732024-12-19T05:08:28.700Z[ recovery-image] Dec 19 05:08:28.052 INFO O| Dec 19 05:08:28.052 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83742024-12-19T05:08:28.711Z[ recovery-image] Dec 19 05:08:28.063 INFO O| Dec 19 05:08:28.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
83752024-12-19T05:08:28.714Z[ recovery-image] Dec 19 05:08:28.063 INFO O| Dec 19 05:08:28.063 INFO STEP 84 (remove_files) COMPLETE
83762024-12-19T05:08:28.714Z[ recovery-image] Dec 19 05:08:28.063 INFO O| Dec 19 05:08:28.063 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83772024-12-19T05:08:28.723Z[ recovery-image] Dec 19 05:08:28.074 INFO O| Dec 19 05:08:28.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
83782024-12-19T05:08:28.725Z[ recovery-image] Dec 19 05:08:28.075 INFO O| Dec 19 05:08:28.075 INFO STEP 85 (remove_files) COMPLETE
83792024-12-19T05:08:28.725Z[ recovery-image] Dec 19 05:08:28.075 INFO O| Dec 19 05:08:28.075 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83802024-12-19T05:08:28.734Z[ recovery-image] Dec 19 05:08:28.086 INFO O| Dec 19 05:08:28.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
83812024-12-19T05:08:28.736Z[ recovery-image] Dec 19 05:08:28.086 INFO O| Dec 19 05:08:28.086 INFO STEP 86 (remove_files) COMPLETE
83822024-12-19T05:08:28.736Z[ recovery-image] Dec 19 05:08:28.086 INFO O| Dec 19 05:08:28.086 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83832024-12-19T05:08:28.746Z[ recovery-image] Dec 19 05:08:28.097 INFO O| Dec 19 05:08:28.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
83842024-12-19T05:08:28.746Z[ recovery-image] Dec 19 05:08:28.097 INFO O| Dec 19 05:08:28.097 INFO STEP 87 (remove_files) COMPLETE
83852024-12-19T05:08:28.749Z[ recovery-image] Dec 19 05:08:28.097 INFO O| Dec 19 05:08:28.097 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83862024-12-19T05:08:28.762Z[ recovery-image] Dec 19 05:08:28.114 INFO O| Dec 19 05:08:28.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
83872024-12-19T05:08:28.762Z[ recovery-image] Dec 19 05:08:28.114 INFO O| Dec 19 05:08:28.114 INFO STEP 88 (remove_files) COMPLETE
83882024-12-19T05:08:28.762Z[ recovery-image] Dec 19 05:08:28.114 INFO O| Dec 19 05:08:28.114 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83892024-12-19T05:08:28.775Z[ recovery-image] Dec 19 05:08:28.125 INFO O| Dec 19 05:08:28.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
83902024-12-19T05:08:28.777Z[ recovery-image] Dec 19 05:08:28.125 INFO O| Dec 19 05:08:28.125 INFO STEP 89 (remove_files) COMPLETE
83912024-12-19T05:08:28.777Z[ recovery-image] Dec 19 05:08:28.125 INFO O| Dec 19 05:08:28.125 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83922024-12-19T05:08:28.786Z[ recovery-image] Dec 19 05:08:28.138 INFO O| Dec 19 05:08:28.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
83932024-12-19T05:08:28.789Z[ recovery-image] Dec 19 05:08:28.138 INFO O| Dec 19 05:08:28.138 INFO STEP 90 (remove_files) COMPLETE
83942024-12-19T05:08:28.789Z[ recovery-image] Dec 19 05:08:28.138 INFO O| Dec 19 05:08:28.138 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83952024-12-19T05:08:28.798Z[ recovery-image] Dec 19 05:08:28.149 INFO O| Dec 19 05:08:28.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
83962024-12-19T05:08:28.798Z[ recovery-image] Dec 19 05:08:28.149 INFO O| Dec 19 05:08:28.149 INFO STEP 91 (remove_files) COMPLETE
83972024-12-19T05:08:28.803Z[ recovery-image] Dec 19 05:08:28.149 INFO O| Dec 19 05:08:28.149 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83982024-12-19T05:08:28.807Z[ recovery-image] Dec 19 05:08:28.159 INFO O| Dec 19 05:08:28.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
83992024-12-19T05:08:28.807Z[ recovery-image] Dec 19 05:08:28.159 INFO O| Dec 19 05:08:28.159 INFO STEP 92 (remove_files) COMPLETE
84002024-12-19T05:08:28.807Z[ recovery-image] Dec 19 05:08:28.159 INFO O| Dec 19 05:08:28.159 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84012024-12-19T05:08:28.819Z[ recovery-image] Dec 19 05:08:28.171 INFO O| Dec 19 05:08:28.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
84022024-12-19T05:08:28.819Z[ recovery-image] Dec 19 05:08:28.171 INFO O| Dec 19 05:08:28.171 INFO STEP 93 (remove_files) COMPLETE
84032024-12-19T05:08:28.823Z[ recovery-image] Dec 19 05:08:28.171 INFO O| Dec 19 05:08:28.171 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84042024-12-19T05:08:28.823Z[ host-image] Dec 19 05:08:28.174 INFO O| Dec 19 05:08:28.174 INFO O| Download: Completed 9.99 MB in 0.17 seconds (58.7M/s)
84052024-12-19T05:08:28.829Z[ recovery-image] Dec 19 05:08:28.181 INFO O| Dec 19 05:08:28.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
84062024-12-19T05:08:28.829Z[ recovery-image] Dec 19 05:08:28.181 INFO O| Dec 19 05:08:28.181 INFO STEP 94 (remove_files) COMPLETE
84072024-12-19T05:08:28.833Z[ recovery-image] Dec 19 05:08:28.181 INFO O| Dec 19 05:08:28.181 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
84082024-12-19T05:08:28.845Z[ recovery-image] Dec 19 05:08:28.197 INFO O| Dec 19 05:08:28.197 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
84092024-12-19T05:08:28.849Z[ recovery-image] Dec 19 05:08:28.198 INFO O| Dec 19 05:08:28.197 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
84102024-12-19T05:08:28.854Z[ host-image] Dec 19 05:08:28.206 INFO O| Dec 19 05:08:28.206 INFO O| Actions: 1/22 actions (Installing new actions)
84112024-12-19T05:08:29.083Z[ host-image] Dec 19 05:08:28.435 INFO O| Dec 19 05:08:28.434 INFO O| Actions: Completed 22 actions in 0.23 seconds.
84122024-12-19T05:08:29.309Z[ host-image] Dec 19 05:08:28.659 INFO O| Dec 19 05:08:28.659 INFO O| Done
84132024-12-19T05:08:29.309Z[ host-image] Dec 19 05:08:28.659 INFO O| Dec 19 05:08:28.659 INFO O| Done
84142024-12-19T05:08:29.844Z[ host-image] Dec 19 05:08:29.195 INFO O| Dec 19 05:08:29.195 INFO O| Done
84152024-12-19T05:08:31.022Z[ host-image] Dec 19 05:08:30.374 INFO O| Dec 19 05:08:30.374 INFO O| Done
84162024-12-19T05:08:31.046Z[ host-image] Dec 19 05:08:30.398 INFO O| Dec 19 05:08:30.398 INFO O| Done
84172024-12-19T05:08:31.046Z[ host-image] Dec 19 05:08:30.398 INFO O| Dec 19 05:08:30.398 INFO O| Done
84182024-12-19T05:08:31.056Z[ host-image] Dec 19 05:08:30.408 INFO O| Dec 19 05:08:30.408 INFO O| Done
84192024-12-19T05:08:31.156Z[ host-image] Dec 19 05:08:30.508 INFO O| Dec 19 05:08:30.508 INFO STEP 14 (pkg_install) COMPLETE
84202024-12-19T05:08:31.157Z[ host-image] Dec 19 05:08:30.508 INFO O| Dec 19 05:08:30.508 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
84212024-12-19T05:08:31.159Z[ host-image] Dec 19 05:08:30.508 INFO O| Dec 19 05:08:30.508 INFO skip step because feature "mfg" is not enabled
84222024-12-19T05:08:31.159Z[ host-image] Dec 19 05:08:30.508 INFO O| Dec 19 05:08:30.508 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
84232024-12-19T05:08:31.159Z[ host-image] Dec 19 05:08:30.508 INFO O| Dec 19 05:08:30.508 INFO skip step because feature "compliance" is not enabled
84242024-12-19T05:08:31.159Z[ host-image] Dec 19 05:08:30.508 INFO O| Dec 19 05:08:30.508 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
84252024-12-19T05:08:31.159Z[ host-image] Dec 19 05:08:30.508 INFO O| Dec 19 05:08:30.508 INFO skip step because feature "stress" is not enabled
84262024-12-19T05:08:31.159Z[ host-image] Dec 19 05:08:30.508 INFO O| Dec 19 05:08:30.508 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
84272024-12-19T05:08:31.159Z[ host-image] Dec 19 05:08:30.508 INFO O| Dec 19 05:08:30.508 INFO skip step because feature "nfs" is not enabled
84282024-12-19T05:08:31.160Z[ host-image] Dec 19 05:08:30.508 INFO O| Dec 19 05:08:30.508 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
84292024-12-19T05:08:31.160Z[ host-image] Dec 19 05:08:30.508 INFO O| Dec 19 05:08:30.508 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
84302024-12-19T05:08:31.380Z[ host-image] Dec 19 05:08:30.731 INFO O| Dec 19 05:08:30.731 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
84312024-12-19T05:08:31.469Z[ host-image] Dec 19 05:08:30.821 INFO O| Dec 19 05:08:30.821 INFO completed processing gimlet/ramdisk-01-os
84322024-12-19T05:08:31.471Z[ host-image] Dec 19 05:08:30.823 INFO omicron1 baseline generation...
84332024-12-19T05:08:31.471Z[ host-image] Dec 19 05:08:30.823 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
84342024-12-19T05:08:31.861Z[ host-image] Dec 19 05:08:31.213 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23079:20241218T174358Z
84352024-12-19T05:08:36.457Z[ recovery-image] Dec 19 05:08:35.808 INFO O| Dec 19 05:08:35.808 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
84362024-12-19T05:08:36.457Z[ recovery-image] Dec 19 05:08:35.808 INFO O| Dec 19 05:08:35.808 INFO E| svccfg: Loaded 67 smf(7) service descriptions
84372024-12-19T05:08:36.474Z[ recovery-image] Dec 19 05:08:35.826 INFO O| Dec 19 05:08:35.826 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"}
84382024-12-19T05:08:36.550Z[ recovery-image] Dec 19 05:08:35.901 INFO O| Dec 19 05:08:35.901 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
84392024-12-19T05:08:36.550Z[ recovery-image] Dec 19 05:08:35.901 INFO O| Dec 19 05:08:35.901 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 ...
84402024-12-19T05:08:36.553Z[ recovery-image] Dec 19 05:08:35.903 INFO O| Dec 19 05:08:35.903 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
84412024-12-19T05:08:36.553Z[ recovery-image] Dec 19 05:08:35.903 INFO O| Dec 19 05:08:35.903 INFO ok!
84422024-12-19T05:08:36.553Z[ recovery-image] Dec 19 05:08:35.903 INFO O| Dec 19 05:08:35.903 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
84432024-12-19T05:08:36.553Z[ recovery-image] Dec 19 05:08:35.903 INFO O| Dec 19 05:08:35.903 INFO STEP 95 (seed_smf) COMPLETE
84442024-12-19T05:08:36.553Z[ recovery-image] Dec 19 05:08:35.903 INFO O| Dec 19 05:08:35.903 INFO steps complete; finalising image!
84452024-12-19T05:08:36.553Z[ recovery-image] Dec 19 05:08:35.903 INFO O| Dec 19 05:08:35.903 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
84462024-12-19T05:08:36.586Z[ recovery-image] Dec 19 05:08:35.937 INFO O| Dec 19 05:08:35.937 INFO trim TEMPORARY-gimlet-zfs-recovery: (12% trimmed, started at Thu Dec 19 05:08:35 2024)
84472024-12-19T05:08:36.807Z[ recovery-image] Dec 19 05:08:36.158 INFO O| Dec 19 05:08:36.158 INFO temporary pool has 361M used, 1.40G avail, 1.00x compressratio
84482024-12-19T05:08:36.807Z[ recovery-image] Dec 19 05:08:36.158 INFO O| Dec 19 05:08:36.158 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
84492024-12-19T05:08:37.017Z[ recovery-image] Dec 19 05:08:36.368 INFO O| Dec 19 05:08:36.367 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
84502024-12-19T05:08:37.017Z[ recovery-image] Dec 19 05:08:36.368 INFO O| Dec 19 05:08:36.368 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
84512024-12-19T05:08:39.944Z[ recovery-image] Dec 19 05:08:39.295 INFO O| Dec 19 05:08:39.295 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84522024-12-19T05:08:39.944Z[ recovery-image] Dec 19 05:08:39.295 INFO O| Dec 19 05:08:39.295 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84532024-12-19T05:08:39.947Z[ recovery-image] Dec 19 05:08:39.296 INFO O| Dec 19 05:08:39.295 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84542024-12-19T05:08:39.948Z[ recovery-image] Dec 19 05:08:39.296 INFO O| Dec 19 05:08:39.295 INFO completed processing gimlet/zfs-recovery
84552024-12-19T05:08:39.948Z[ recovery-image] Dec 19 05:08:39.296 INFO O| Dec 19 05:08:39.295 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
84562024-12-19T05:08:40.726Z[ recovery-image] Dec 19 05:08:40.077 INFO O| Dec 19 05:08:40.077 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
84572024-12-19T05:08:40.809Z[ recovery-image] Dec 19 05:08:40.160 INFO BUILD STRING "heads/stlouis-0-g7274828da5\n"
84582024-12-19T05:08:40.812Z[ recovery-image] Dec 19 05:08:40.161 INFO expanded image name: "recovery 2a37e9c/${os_short_commit} 2024-12-19 04:39" -> "recovery 2a37e9c/7274828 2024-12-19 04:39"
84592024-12-19T05:08:40.812Z[ recovery-image] Dec 19 05:08:40.161 INFO output artefacts stored in: "/work/os-recovery"
84602024-12-19T05:08:40.812Z[ recovery-image] Dec 19 05:08:40.161 INFO collecting git info from project "chelsio-t6-roms"...
84612024-12-19T05:08:40.836Z[ recovery-image] Dec 19 05:08:40.187 INFO collecting git info from project "bootserver"...
84622024-12-19T05:08:40.841Z[ recovery-image] Dec 19 05:08:40.192 INFO collecting git info from project "pilot"...
84632024-12-19T05:08:40.852Z[ recovery-image] Dec 19 05:08:40.203 INFO collecting git info from project "pinprick"...
84642024-12-19T05:08:40.857Z[ recovery-image] Dec 19 05:08:40.208 INFO collecting git info from project "amd-host-image-builder"...
84652024-12-19T05:08:41.145Z[ recovery-image] Dec 19 05:08:40.496 INFO collecting git info from project "amd-firmware"...
84662024-12-19T05:08:41.283Z[ recovery-image] Dec 19 05:08:40.634 INFO collecting git info from project "image-builder"...
84672024-12-19T05:08:41.289Z[ recovery-image] Dec 19 05:08:40.640 INFO collecting git info from project "phbl"...
84682024-12-19T05:08:41.295Z[ recovery-image] Dec 19 05:08:40.646 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
84692024-12-19T05:08:41.641Z[ recovery-image] Dec 19 05:08:40.992 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
84702024-12-19T05:08:41.979Z[ recovery-image] Dec 19 05:08:41.330 INFO creating Oxide boot image...
84712024-12-19T05:08:41.979Z[ recovery-image] Dec 19 05:08:41.330 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 2a37e9c/7274828 2024-12-19 04:39", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
84722024-12-19T05:09:18.701Z[ host-image] Dec 19 05:09:18.049 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23079:20241218T174430Z
84732024-12-19T05:09:18.704Z[ host-image] Dec 19 05:09:18.049 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23079:20241218T174430Z
84742024-12-19T05:09:18.704Z[ host-image] Dec 19 05:09:18.050 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
84752024-12-19T05:09:18.704Z[ host-image] Dec 19 05:09:18.050 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
84762024-12-19T05:09:18.704Z[ host-image] Dec 19 05:09:18.050 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
84772024-12-19T05:09:18.704Z[ host-image] Dec 19 05:09:18.050 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
84782024-12-19T05:09:18.704Z[ host-image] Dec 19 05:09:18.051 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
84792024-12-19T05:09:18.704Z[ host-image] Dec 19 05:09:18.051 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
84802024-12-19T05:09:18.704Z[ host-image] Dec 19 05:09:18.051 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
84812024-12-19T05:09:18.704Z[ host-image] Dec 19 05:09:18.051 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
84822024-12-19T05:09:18.704Z[ host-image] Dec 19 05:09:18.051 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23079:20241218T174430Z
84832024-12-19T05:09:18.707Z[ host-image] Dec 19 05:09:18.053 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23079:20241218T174431Z
84842024-12-19T05:09:18.707Z[ host-image] Dec 19 05:09:18.054 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23079:20241218T174431Z
84852024-12-19T05:09:18.707Z[ host-image] Dec 19 05:09:18.054 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23079:20241218T174431Z
84862024-12-19T05:09:18.707Z[ host-image] Dec 19 05:09:18.054 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
84872024-12-19T05:09:18.707Z[ host-image] Dec 19 05:09:18.055 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23079:20241218T174431Z
84882024-12-19T05:09:18.709Z[ host-image] Dec 19 05:09:18.056 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23079:20241218T174432Z
84892024-12-19T05:09:18.710Z[ host-image] Dec 19 05:09:18.056 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23079:20241218T174432Z
84902024-12-19T05:09:18.710Z[ host-image] Dec 19 05:09:18.056 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23079:20241218T174432Z
84912024-12-19T05:09:18.710Z[ host-image] Dec 19 05:09:18.056 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23079:20241218T174433Z
84922024-12-19T05:09:18.710Z[ host-image] Dec 19 05:09:18.056 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23079:20241218T174433Z
84932024-12-19T05:09:18.710Z[ host-image] Dec 19 05:09:18.057 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23079:20241218T174433Z
84942024-12-19T05:09:18.710Z[ host-image] Dec 19 05:09:18.057 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23079:20241218T174433Z
84952024-12-19T05:09:18.710Z[ host-image] Dec 19 05:09:18.057 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23079:20241218T174434Z
84962024-12-19T05:09:18.710Z[ host-image] Dec 19 05:09:18.057 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23079:20241218T174434Z
84972024-12-19T05:09:18.710Z[ host-image] Dec 19 05:09:18.057 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23079:20241218T174435Z
84982024-12-19T05:09:18.710Z[ host-image] Dec 19 05:09:18.057 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23079:20241218T174435Z
84992024-12-19T05:09:18.710Z[ host-image] Dec 19 05:09:18.058 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23079:20241218T174437Z
85002024-12-19T05:09:18.712Z[ host-image] Dec 19 05:09:18.058 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23079:20241218T174437Z
85012024-12-19T05:09:18.712Z[ host-image] Dec 19 05:09:18.058 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.311:20241203T104954Z
85022024-12-19T05:09:18.712Z[ host-image] Dec 19 05:09:18.058 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23079:20241218T174438Z
85032024-12-19T05:09:18.712Z[ host-image] Dec 19 05:09:18.058 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23079:20241218T174440Z
85042024-12-19T05:09:18.712Z[ host-image] Dec 19 05:09:18.058 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23079:20241218T174441Z
85052024-12-19T05:09:18.712Z[ host-image] Dec 19 05:09:18.058 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23079:20241218T174442Z
85062024-12-19T05:09:18.713Z[ host-image] Dec 19 05:09:18.059 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23079:20241218T174443Z
85072024-12-19T05:09:18.713Z[ host-image] Dec 19 05:09:18.059 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23079:20241218T174443Z
85082024-12-19T05:09:18.720Z[ host-image] Dec 19 05:09:18.069 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
85092024-12-19T05:09:18.722Z[ host-image] Dec 19 05:09:18.069 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23079:20241218T174443Z
85102024-12-19T05:09:18.722Z[ host-image] Dec 19 05:09:18.069 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z
85112024-12-19T05:09:18.722Z[ host-image] Dec 19 05:09:18.069 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
85122024-12-19T05:09:18.722Z[ host-image] Dec 19 05:09:18.070 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
85132024-12-19T05:09:18.722Z[ host-image] Dec 19 05:09:18.070 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23079:20241218T174444Z
85142024-12-19T05:09:18.722Z[ host-image] Dec 19 05:09:18.070 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
85152024-12-19T05:09:18.723Z[ host-image] Dec 19 05:09:18.070 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
85162024-12-19T05:09:18.726Z[ host-image] Dec 19 05:09:18.072 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
85172024-12-19T05:09:18.726Z[ host-image] Dec 19 05:09:18.072 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
85182024-12-19T05:09:18.735Z[ host-image] Dec 19 05:09:18.084 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
85192024-12-19T05:09:18.737Z[ host-image] Dec 19 05:09:18.084 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
85202024-12-19T05:09:18.737Z[ host-image] Dec 19 05:09:18.084 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
85212024-12-19T05:09:18.737Z[ host-image] Dec 19 05:09:18.085 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
85222024-12-19T05:09:18.737Z[ host-image] Dec 19 05:09:18.085 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
85232024-12-19T05:09:18.738Z[ host-image] Dec 19 05:09:18.086 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
85242024-12-19T05:09:18.772Z[ host-image] Dec 19 05:09:18.121 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
85252024-12-19T05:09:18.775Z[ host-image] Dec 19 05:09:18.122 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
85262024-12-19T05:09:18.775Z[ host-image] Dec 19 05:09:18.122 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
85272024-12-19T05:09:18.775Z[ host-image] Dec 19 05:09:18.123 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23079:20241218T174445Z
85282024-12-19T05:09:18.775Z[ host-image] Dec 19 05:09:18.123 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23079:20241218T174451Z
85292024-12-19T05:09:18.775Z[ host-image] Dec 19 05:09:18.123 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
85302024-12-19T05:09:18.775Z[ host-image] Dec 19 05:09:18.123 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23079:20241218T174451Z
85312024-12-19T05:09:18.775Z[ host-image] Dec 19 05:09:18.123 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
85322024-12-19T05:09:18.775Z[ host-image] Dec 19 05:09:18.123 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
85332024-12-19T05:09:18.775Z[ host-image] Dec 19 05:09:18.123 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
85342024-12-19T05:09:18.777Z[ host-image] Dec 19 05:09:18.124 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23079:20241218T174451Z
85352024-12-19T05:09:18.777Z[ host-image] Dec 19 05:09:18.124 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
85362024-12-19T05:09:18.780Z[ host-image] Dec 19 05:09:18.128 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
85372024-12-19T05:09:18.782Z[ host-image] Dec 19 05:09:18.128 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
85382024-12-19T05:09:18.782Z[ host-image] Dec 19 05:09:18.128 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
85392024-12-19T05:09:18.782Z[ host-image] Dec 19 05:09:18.129 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23079:20241218T174452Z
85402024-12-19T05:09:18.782Z[ host-image] Dec 19 05:09:18.129 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
85412024-12-19T05:09:18.795Z[ host-image] Dec 19 05:09:18.144 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
85422024-12-19T05:09:18.797Z[ host-image] Dec 19 05:09:18.144 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23079:20241218T174452Z
85432024-12-19T05:09:18.797Z[ host-image] Dec 19 05:09:18.146 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23079:20241218T174453Z
85442024-12-19T05:09:18.800Z[ host-image] Dec 19 05:09:18.146 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23079:20241218T174453Z
85452024-12-19T05:09:18.800Z[ host-image] Dec 19 05:09:18.146 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
85462024-12-19T05:09:18.800Z[ host-image] Dec 19 05:09:18.147 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23079:20241218T174454Z
85472024-12-19T05:09:18.800Z[ host-image] Dec 19 05:09:18.147 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23079:20241218T174454Z
85482024-12-19T05:09:18.800Z[ host-image] Dec 19 05:09:18.148 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23079:20241218T174454Z
85492024-12-19T05:09:18.800Z[ host-image] Dec 19 05:09:18.148 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23079:20241218T174454Z
85502024-12-19T05:09:18.803Z[ host-image] Dec 19 05:09:18.152 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
85512024-12-19T05:09:18.805Z[ host-image] Dec 19 05:09:18.152 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23079:20241218T174455Z
85522024-12-19T05:09:18.805Z[ host-image] Dec 19 05:09:18.153 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23079:20241218T174456Z
85532024-12-19T05:09:18.805Z[ host-image] Dec 19 05:09:18.153 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
85542024-12-19T05:09:18.805Z[ host-image] Dec 19 05:09:18.153 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23079:20241218T174456Z
85552024-12-19T05:09:18.805Z[ host-image] Dec 19 05:09:18.153 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23079:20241218T174456Z
85562024-12-19T05:09:18.805Z[ host-image] Dec 19 05:09:18.153 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.10.24-2.0.23079:20241218T174456Z
85572024-12-19T05:09:18.806Z[ host-image] Dec 19 05:09:18.154 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23079:20241218T174456Z
85582024-12-19T05:09:18.813Z[ host-image] Dec 19 05:09:18.162 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23079:20241218T174457Z
85592024-12-19T05:09:18.816Z[ host-image] Dec 19 05:09:18.162 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
85602024-12-19T05:09:18.816Z[ host-image] Dec 19 05:09:18.164 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23079:20241218T174457Z
85612024-12-19T05:09:18.818Z[ host-image] Dec 19 05:09:18.166 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23079:20241218T174457Z
85622024-12-19T05:09:18.818Z[ host-image] Dec 19 05:09:18.166 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23079:20241218T174457Z
85632024-12-19T05:09:18.818Z[ host-image] Dec 19 05:09:18.166 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23079:20241218T174457Z
85642024-12-19T05:09:18.818Z[ host-image] Dec 19 05:09:18.167 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23079:20241218T174457Z
85652024-12-19T05:09:18.818Z[ host-image] Dec 19 05:09:18.167 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23079:20241218T174458Z
85662024-12-19T05:09:18.828Z[ host-image] Dec 19 05:09:18.177 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23079:20241218T174459Z
85672024-12-19T05:09:18.831Z[ host-image] Dec 19 05:09:18.177 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23079:20241218T174458Z
85682024-12-19T05:09:18.831Z[ host-image] Dec 19 05:09:18.177 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23079:20241218T174458Z
85692024-12-19T05:09:18.831Z[ host-image] Dec 19 05:09:18.179 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23079:20241218T174458Z
85702024-12-19T05:09:18.831Z[ host-image] Dec 19 05:09:18.179 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23079:20241218T174459Z
85712024-12-19T05:09:18.852Z[ host-image] Dec 19 05:09:18.200 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23079:20241218T174502Z
85722024-12-19T05:09:18.854Z[ host-image] Dec 19 05:09:18.201 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23079:20241218T174459Z
85732024-12-19T05:09:18.854Z[ host-image] Dec 19 05:09:18.201 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23079:20241218T174459Z
85742024-12-19T05:09:18.854Z[ host-image] Dec 19 05:09:18.201 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
85752024-12-19T05:09:18.854Z[ host-image] Dec 19 05:09:18.201 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
85762024-12-19T05:09:18.882Z[ host-image] Dec 19 05:09:18.230 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23079:20241218T174459Z
85772024-12-19T05:09:18.884Z[ host-image] Dec 19 05:09:18.231 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
85782024-12-19T05:09:18.884Z[ host-image] Dec 19 05:09:18.231 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23079:20241218T174500Z
85792024-12-19T05:09:18.884Z[ host-image] Dec 19 05:09:18.231 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23079:20241218T174500Z
85802024-12-19T05:09:18.884Z[ host-image] Dec 19 05:09:18.232 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23079:20241218T174500Z
85812024-12-19T05:09:18.884Z[ host-image] Dec 19 05:09:18.232 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
85822024-12-19T05:09:18.886Z[ host-image] Dec 19 05:09:18.233 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
85832024-12-19T05:09:18.886Z[ host-image] Dec 19 05:09:18.233 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23079:20241218T174501Z
85842024-12-19T05:09:18.886Z[ host-image] Dec 19 05:09:18.233 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23079:20241218T174501Z
85852024-12-19T05:09:18.887Z[ host-image] Dec 19 05:09:18.233 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23079:20241218T174501Z
85862024-12-19T05:09:18.887Z[ host-image] Dec 19 05:09:18.234 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23079:20241218T174501Z
85872024-12-19T05:09:18.887Z[ host-image] Dec 19 05:09:18.234 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23079:20241218T174502Z
85882024-12-19T05:09:18.887Z[ host-image] Dec 19 05:09:18.234 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23079:20241218T174502Z
85892024-12-19T05:09:18.889Z[ host-image] Dec 19 05:09:18.237 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
85902024-12-19T05:09:18.889Z[ host-image] Dec 19 05:09:18.238 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23079:20241218T174502Z
85912024-12-19T05:09:18.891Z[ host-image] Dec 19 05:09:18.239 INFO O| install = pkg://helios-dev/system/microcode/intel@20241112-2.0.23079:20241218T174502Z
85922024-12-19T05:09:18.891Z[ host-image] Dec 19 05:09:18.239 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23079:20241218T174502Z
85932024-12-19T05:09:18.891Z[ host-image] Dec 19 05:09:18.240 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23079:20241218T174503Z
85942024-12-19T05:09:18.891Z[ host-image] Dec 19 05:09:18.240 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23079:20241218T174503Z
85952024-12-19T05:09:18.894Z[ host-image] Dec 19 05:09:18.240 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23079:20241218T174503Z
85962024-12-19T05:09:18.894Z[ host-image] Dec 19 05:09:18.240 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
85972024-12-19T05:09:18.894Z[ host-image] Dec 19 05:09:18.240 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
85982024-12-19T05:09:18.894Z[ host-image] Dec 19 05:09:18.241 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23079:20241218T174505Z
85992024-12-19T05:09:18.894Z[ host-image] Dec 19 05:09:18.241 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23079:20241218T174506Z
86002024-12-19T05:09:18.894Z[ host-image] Dec 19 05:09:18.241 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
86012024-12-19T05:09:18.894Z[ host-image] Dec 19 05:09:18.241 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
86022024-12-19T05:09:18.894Z[ host-image] Dec 19 05:09:18.241 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
86032024-12-19T05:09:18.894Z[ host-image] Dec 19 05:09:18.241 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
86042024-12-19T05:09:18.894Z[ host-image] Dec 19 05:09:18.241 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
86052024-12-19T05:09:18.894Z[ host-image] Dec 19 05:09:18.242 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
86062024-12-19T05:09:18.898Z[ host-image] Dec 19 05:09:18.244 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z
86072024-12-19T05:09:18.898Z[ host-image] Dec 19 05:09:18.244 INFO O| tempdir @ "/tmp/.tmpBUv6bY/tmp"
86082024-12-19T05:09:18.898Z[ host-image] Dec 19 05:09:18.244 INFO O| image root @ "/tmp/.tmpBUv6bY/tmp/root"
86092024-12-19T05:09:18.898Z[ host-image] Dec 19 05:09:18.244 INFO O| creating image...
86102024-12-19T05:09:19.388Z[ host-image] Dec 19 05:09:18.737 INFO O| copying publishers...
86112024-12-19T05:09:29.174Z[ host-image] Dec 19 05:09:28.522 INFO O| adding properties...
86122024-12-19T05:09:30.176Z[ host-image] Dec 19 05:09:29.523 INFO O| installing packages...
86132024-12-19T05:09:31.438Z[ recovery-image] Dec 19 05:09:30.786 INFO O| ok, image written!
86142024-12-19T05:09:31.438Z[ recovery-image] Dec 19 05:09:30.786 INFO O| ok, boot_image_csum file written!
86152024-12-19T05:09:31.443Z[ recovery-image] Dec 19 05:09:30.790 INFO creating boot archive (CPIO)...
86162024-12-19T05:09:31.443Z[ recovery-image] Dec 19 05:09:30.791 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
86172024-12-19T05:09:31.451Z[ recovery-image] Dec 19 05:09:30.799 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
86182024-12-19T05:09:31.453Z[ recovery-image] Dec 19 05:09:30.799 INFO E| + outfile=/work/os-recovery/cpio
86192024-12-19T05:09:31.453Z[ recovery-image] Dec 19 05:09:30.799 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
86202024-12-19T05:09:31.453Z[ recovery-image] Dec 19 05:09:30.801 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
86212024-12-19T05:09:31.456Z[ recovery-image] Dec 19 05:09:30.801 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
86222024-12-19T05:09:31.485Z[ recovery-image] Dec 19 05:09:30.833 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
86232024-12-19T05:09:31.485Z[ recovery-image] Dec 19 05:09:30.833 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
86242024-12-19T05:09:31.492Z[ recovery-image] Dec 19 05:09:30.840 INFO creating compressed cpio/unix for nanobl-rs...
86252024-12-19T05:09:31.494Z[ recovery-image] Dec 19 05:09:30.840 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
86262024-12-19T05:09:31.782Z[ recovery-image] Dec 19 05:09:31.129 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
86272024-12-19T05:09:36.175Z[ recovery-image] Dec 19 05:09:35.523 INFO creating reset image...
86282024-12-19T05:09:36.178Z[ recovery-image] Dec 19 05:09:35.523 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
86292024-12-19T05:09:36.426Z[ recovery-image] Dec 19 05:09:35.773 INFO E| Updating crates.io index
86302024-12-19T05:09:36.531Z[ recovery-image] Dec 19 05:09:35.878 INFO E| Downloading crates ...
86312024-12-19T05:09:36.635Z[ recovery-image] Dec 19 05:09:35.982 INFO E| Downloaded duct v0.13.7
86322024-12-19T05:09:36.637Z[ recovery-image] Dec 19 05:09:35.985 INFO E| Downloaded shared_child v1.0.1
86332024-12-19T05:09:36.653Z[ recovery-image] Dec 19 05:09:36.000 INFO E| Downloaded clap_derive v4.5.13
86342024-12-19T05:09:36.657Z[ recovery-image] Dec 19 05:09:36.005 INFO E| Downloaded os_pipe v1.2.1
86352024-12-19T05:09:36.671Z[ recovery-image] Dec 19 05:09:36.018 INFO E| Downloaded clap v4.5.17
86362024-12-19T05:09:36.690Z[ recovery-image] Dec 19 05:09:36.037 INFO E| Downloaded clap_builder v4.5.17
86372024-12-19T05:09:36.699Z[ recovery-image] Dec 19 05:09:36.047 INFO E| Downloaded syn v2.0.77
86382024-12-19T05:09:36.719Z[ recovery-image] Dec 19 05:09:36.067 INFO E| Downloaded libc v0.2.158
86392024-12-19T05:09:36.798Z[ recovery-image] Dec 19 05:09:36.145 INFO E| Compiling proc-macro2 v1.0.86
86402024-12-19T05:09:36.798Z[ recovery-image] Dec 19 05:09:36.145 INFO E| Compiling unicode-ident v1.0.13
86412024-12-19T05:09:36.798Z[ recovery-image] Dec 19 05:09:36.145 INFO E| Compiling libc v0.2.158
86422024-12-19T05:09:36.800Z[ recovery-image] Dec 19 05:09:36.145 INFO E| Compiling utf8parse v0.2.2
86432024-12-19T05:09:36.800Z[ recovery-image] Dec 19 05:09:36.146 INFO E| Compiling colorchoice v1.0.2
86442024-12-19T05:09:36.802Z[ recovery-image] Dec 19 05:09:36.150 INFO E| Compiling anstyle v1.0.8
86452024-12-19T05:09:36.805Z[ recovery-image] Dec 19 05:09:36.150 INFO E| Compiling is_terminal_polyfill v1.70.1
86462024-12-19T05:09:36.805Z[ recovery-image] Dec 19 05:09:36.151 INFO E| Compiling anstyle-query v1.1.1
86472024-12-19T05:09:37.018Z[ recovery-image] Dec 19 05:09:36.365 INFO E| Compiling anstyle-parse v0.2.5
86482024-12-19T05:09:37.023Z[ recovery-image] Dec 19 05:09:36.371 INFO E| Compiling clap_lex v0.7.2
86492024-12-19T05:09:37.027Z[ recovery-image] Dec 19 05:09:36.371 INFO E| Compiling heck v0.5.0
86502024-12-19T05:09:37.029Z[ recovery-image] Dec 19 05:09:36.375 INFO E| Compiling strsim v0.11.1
86512024-12-19T05:09:37.045Z[ recovery-image] Dec 19 05:09:36.392 INFO E| Compiling once_cell v1.19.0
86522024-12-19T05:09:37.315Z[ recovery-image] Dec 19 05:09:36.659 INFO E| Compiling anstream v0.6.15
86532024-12-19T05:09:37.649Z[ recovery-image] Dec 19 05:09:36.996 INFO E| Compiling clap_builder v4.5.17
86542024-12-19T05:09:38.055Z[ recovery-image] Dec 19 05:09:37.403 INFO E| Compiling os_pipe v1.2.1
86552024-12-19T05:09:38.055Z[ recovery-image] Dec 19 05:09:37.403 INFO E| Compiling shared_child v1.0.1
86562024-12-19T05:09:38.178Z[ recovery-image] Dec 19 05:09:37.525 INFO E| Compiling duct v0.13.7
86572024-12-19T05:09:38.336Z[ recovery-image] Dec 19 05:09:37.683 INFO E| Compiling quote v1.0.37
86582024-12-19T05:09:38.631Z[ recovery-image] Dec 19 05:09:37.978 INFO E| Compiling syn v2.0.77
86592024-12-19T05:09:42.304Z[ recovery-image] Dec 19 05:09:41.651 INFO E| Compiling clap_derive v4.5.13
86602024-12-19T05:09:44.078Z[ recovery-image] Dec 19 05:09:43.425 INFO E| Compiling clap v4.5.17
86612024-12-19T05:09:44.131Z[ recovery-image] Dec 19 05:09:43.478 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
86622024-12-19T05:09:45.138Z[ recovery-image] Dec 19 05:09:44.485 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.89s
86632024-12-19T05:09:45.149Z[ recovery-image] Dec 19 05:09:44.496 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
86642024-12-19T05:09:46.272Z[ recovery-image] Dec 19 05:09:44.617 INFO E| Updating crates.io index
86652024-12-19T05:09:46.275Z[ recovery-image] Dec 19 05:09:44.822 INFO E| Downloading crates ...
86662024-12-19T05:09:46.275Z[ recovery-image] Dec 19 05:09:44.885 INFO E| Downloaded cpio_reader v0.1.1
86672024-12-19T05:09:46.275Z[ recovery-image] Dec 19 05:09:44.887 INFO E| Downloaded bit_field v0.10.2
86682024-12-19T05:09:46.275Z[ recovery-image] Dec 19 05:09:44.895 INFO E| Downloaded bitstruct_derive v0.1.0
86692024-12-19T05:09:46.275Z[ recovery-image] Dec 19 05:09:44.896 INFO E| Downloaded bitstruct v0.1.1
86702024-12-19T05:09:46.275Z[ recovery-image] Dec 19 05:09:44.905 INFO E| Downloaded seq-macro v0.3.5
86712024-12-19T05:09:46.275Z[ recovery-image] Dec 19 05:09:44.906 INFO E| Downloaded raw-cpuid v10.7.0
86722024-12-19T05:09:46.275Z[ recovery-image] Dec 19 05:09:44.932 INFO E| Downloaded syn v2.0.85
86732024-12-19T05:09:46.275Z[ recovery-image] Dec 19 05:09:45.054 INFO E| Downloaded x86 v0.52.0
86742024-12-19T05:09:46.276Z[ recovery-image] Dec 19 05:09:45.114 INFO E| Updating crates.io index
86752024-12-19T05:09:46.276Z[ recovery-image] Dec 19 05:09:45.173 INFO E| Downloading crates ...
86762024-12-19T05:09:46.276Z[ recovery-image] Dec 19 05:09:45.239 INFO E| Downloaded compiler_builtins v0.1.134
86772024-12-19T05:09:46.276Z[ recovery-image] Dec 19 05:09:45.306 INFO E| Compiling compiler_builtins v0.1.134
86782024-12-19T05:09:46.276Z[ recovery-image] Dec 19 05:09:45.306 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)
86792024-12-19T05:09:46.276Z[ recovery-image] Dec 19 05:09:45.306 INFO E| Compiling proc-macro2 v1.0.89
86802024-12-19T05:09:46.276Z[ recovery-image] Dec 19 05:09:45.306 INFO E| Compiling unicode-ident v1.0.13
86812024-12-19T05:09:46.276Z[ recovery-image] Dec 19 05:09:45.307 INFO E| Compiling syn v1.0.109
86822024-12-19T05:09:46.276Z[ recovery-image] Dec 19 05:09:45.307 INFO E| Compiling x86 v0.52.0
86832024-12-19T05:09:46.276Z[ recovery-image] Dec 19 05:09:45.307 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
86842024-12-19T05:09:46.276Z[ recovery-image] Dec 19 05:09:45.307 INFO E| Compiling seq-macro v0.3.5
86852024-12-19T05:09:47.114Z[ recovery-image] Dec 19 05:09:46.461 INFO E| Compiling quote v1.0.37
86862024-12-19T05:09:47.367Z[ recovery-image] Dec 19 05:09:46.714 INFO E| Compiling syn v2.0.85
86872024-12-19T05:09:47.678Z[ host-image] Dec 19 05:09:47.025 INFO O| seeding SMF database...
86882024-12-19T05:09:49.801Z[ recovery-image] Dec 19 05:09:49.143 INFO E| Compiling scroll_derive v0.12.0
86892024-12-19T05:09:52.039Z[ recovery-image] Dec 19 05:09:51.385 INFO E| Compiling bitstruct_derive v0.1.0
86902024-12-19T05:09:55.972Z[ host-image] Dec 19 05:09:55.318 INFO O| configuring SMF profile...
86912024-12-19T05:09:55.975Z[ host-image] Dec 19 05:09:55.318 INFO O| modifying shadow(5)...
86922024-12-19T05:09:55.975Z[ host-image] Dec 19 05:09:55.318 INFO O| loading user and group database...
86932024-12-19T05:09:55.975Z[ host-image] Dec 19 05:09:55.318 INFO O| assessing packaged files...
86942024-12-19T05:09:58.147Z[ host-image] Dec 19 05:09:57.493 INFO O| creating archive...
86952024-12-19T05:09:58.181Z[ host-image] Dec 19 05:09:57.526 INFO O| missing from packaging:
86962024-12-19T05:09:58.182Z[ host-image] Dec 19 05:09:57.527 INFO O| "etc/.pwd.lock"
86972024-12-19T05:09:58.184Z[ host-image] Dec 19 05:09:57.527 INFO O| "etc/bash"
86982024-12-19T05:09:58.187Z[ host-image] Dec 19 05:09:57.532 INFO O| "etc/svc/profile/generic.xml"
86992024-12-19T05:09:58.187Z[ host-image] Dec 19 05:09:57.532 INFO O| "etc/svc/profile/inetd_services.xml"
87002024-12-19T05:09:58.187Z[ host-image] Dec 19 05:09:57.532 INFO O| "etc/svc/profile/name_service.xml"
87012024-12-19T05:09:58.187Z[ host-image] Dec 19 05:09:57.532 INFO O| "etc/svc/profile/platform.xml"
87022024-12-19T05:09:58.187Z[ host-image] Dec 19 05:09:57.532 INFO O| "etc/svc/profile/platform_omicron1.xml"
87032024-12-19T05:09:58.188Z[ host-image] Dec 19 05:09:57.532 INFO O| "etc/svc/repository.db"
87042024-12-19T05:09:58.194Z[ host-image] Dec 19 05:09:57.540 INFO O| "opt/ooce/share"
87052024-12-19T05:09:58.194Z[ host-image] Dec 19 05:09:57.540 INFO O| "opt/ooce/share/man"
87062024-12-19T05:09:58.198Z[ host-image] Dec 19 05:09:57.540 INFO O| "opt/ooce/share/man/man1"
87072024-12-19T05:09:58.203Z[ host-image] Dec 19 05:09:57.549 INFO O| finishing archive...
87082024-12-19T05:10:01.029Z[ host-image] Dec 19 05:10:00.375 INFO O| creating gzonly manifest...
87092024-12-19T05:10:01.036Z[ host-image] Dec 19 05:10:00.382 INFO O| ok
87102024-12-19T05:10:01.141Z[ host-image] Dec 19 05:10:00.486 INFO image builder template: ramdisk-02-trim...
87112024-12-19T05:10:01.141Z[ host-image] Dec 19 05:10:00.486 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/.tmpQNcPdX/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
87122024-12-19T05:10:01.164Z[ host-image] Dec 19 05:10:00.510 INFO O| Dec 19 05:10:00.510 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87132024-12-19T05:10:01.168Z[ host-image] Dec 19 05:10:00.514 INFO O| Dec 19 05:10:00.514 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87142024-12-19T05:10:01.247Z[ host-image] Dec 19 05:10:00.592 INFO O| Dec 19 05:10:00.592 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
87152024-12-19T05:10:01.323Z[ host-image] Dec 19 05:10:00.669 INFO O| Dec 19 05:10:00.669 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87162024-12-19T05:10:01.323Z[ host-image] Dec 19 05:10:00.669 INFO O| Dec 19 05:10:00.669 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
87172024-12-19T05:10:01.330Z[ host-image] Dec 19 05:10:00.674 INFO O| Dec 19 05:10:00.674 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
87182024-12-19T05:10:01.334Z[ host-image] Dec 19 05:10:00.678 INFO O| Dec 19 05:10:00.678 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
87192024-12-19T05:10:01.337Z[ host-image] Dec 19 05:10:00.683 INFO O| Dec 19 05:10:00.683 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
87202024-12-19T05:10:01.534Z[ host-image] Dec 19 05:10:00.880 INFO O| Dec 19 05:10:00.880 INFO rolled back to input snapshot; work may begin
87212024-12-19T05:10:01.534Z[ host-image] Dec 19 05:10:00.880 INFO O| Dec 19 05:10:00.880 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
87222024-12-19T05:10:01.540Z[ host-image] Dec 19 05:10:00.885 INFO O| Dec 19 05:10:00.885 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87232024-12-19T05:10:01.552Z[ host-image] Dec 19 05:10:00.895 INFO O| Dec 19 05:10:00.895 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
87242024-12-19T05:10:01.595Z[ host-image] Dec 19 05:10:00.941 INFO O| Dec 19 05:10:00.940 INFO STEP 0 (remove_files) COMPLETE
87252024-12-19T05:10:01.595Z[ host-image] Dec 19 05:10:00.941 INFO O| Dec 19 05:10:00.941 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87262024-12-19T05:10:01.607Z[ host-image] Dec 19 05:10:00.953 INFO O| Dec 19 05:10:00.953 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
87272024-12-19T05:10:01.609Z[ host-image] Dec 19 05:10:00.955 INFO O| Dec 19 05:10:00.955 INFO STEP 1 (remove_files) COMPLETE
87282024-12-19T05:10:01.609Z[ host-image] Dec 19 05:10:00.955 INFO O| Dec 19 05:10:00.955 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87292024-12-19T05:10:01.619Z[ host-image] Dec 19 05:10:00.965 INFO O| Dec 19 05:10:00.965 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
87302024-12-19T05:10:01.635Z[ host-image] Dec 19 05:10:00.981 INFO O| Dec 19 05:10:00.981 INFO STEP 2 (remove_files) COMPLETE
87312024-12-19T05:10:01.635Z[ host-image] Dec 19 05:10:00.981 INFO O| Dec 19 05:10:00.981 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87322024-12-19T05:10:01.647Z[ host-image] Dec 19 05:10:00.993 INFO O| Dec 19 05:10:00.992 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
87332024-12-19T05:10:01.649Z[ host-image] Dec 19 05:10:00.995 INFO O| Dec 19 05:10:00.994 INFO STEP 3 (remove_files) COMPLETE
87342024-12-19T05:10:01.649Z[ host-image] Dec 19 05:10:00.995 INFO O| Dec 19 05:10:00.994 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87352024-12-19T05:10:01.660Z[ host-image] Dec 19 05:10:01.006 INFO O| Dec 19 05:10:01.006 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
87362024-12-19T05:10:01.665Z[ host-image] Dec 19 05:10:01.011 INFO O| Dec 19 05:10:01.010 INFO STEP 4 (remove_files) COMPLETE
87372024-12-19T05:10:01.665Z[ host-image] Dec 19 05:10:01.011 INFO O| Dec 19 05:10:01.011 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87382024-12-19T05:10:01.675Z[ host-image] Dec 19 05:10:01.021 INFO O| Dec 19 05:10:01.021 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
87392024-12-19T05:10:01.679Z[ host-image] Dec 19 05:10:01.024 INFO O| Dec 19 05:10:01.024 INFO STEP 5 (remove_files) COMPLETE
87402024-12-19T05:10:01.679Z[ host-image] Dec 19 05:10:01.025 INFO O| Dec 19 05:10:01.024 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87412024-12-19T05:10:01.688Z[ host-image] Dec 19 05:10:01.034 INFO O| Dec 19 05:10:01.034 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
87422024-12-19T05:10:01.703Z[ host-image] Dec 19 05:10:01.047 INFO O| Dec 19 05:10:01.047 INFO STEP 6 (remove_files) COMPLETE
87432024-12-19T05:10:01.703Z[ host-image] Dec 19 05:10:01.047 INFO O| Dec 19 05:10:01.047 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87442024-12-19T05:10:01.713Z[ host-image] Dec 19 05:10:01.056 INFO O| Dec 19 05:10:01.056 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
87452024-12-19T05:10:01.728Z[ host-image] Dec 19 05:10:01.070 INFO O| Dec 19 05:10:01.070 INFO STEP 7 (remove_files) COMPLETE
87462024-12-19T05:10:01.728Z[ host-image] Dec 19 05:10:01.070 INFO O| Dec 19 05:10:01.070 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87472024-12-19T05:10:01.734Z[ host-image] Dec 19 05:10:01.080 INFO O| Dec 19 05:10:01.080 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
87482024-12-19T05:10:01.817Z[ host-image] Dec 19 05:10:01.163 INFO O| Dec 19 05:10:01.163 INFO STEP 8 (remove_files) COMPLETE
87492024-12-19T05:10:01.817Z[ host-image] Dec 19 05:10:01.163 INFO O| Dec 19 05:10:01.163 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87502024-12-19T05:10:01.828Z[ host-image] Dec 19 05:10:01.174 INFO O| Dec 19 05:10:01.174 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
87512024-12-19T05:10:01.919Z[ host-image] Dec 19 05:10:01.263 INFO O| Dec 19 05:10:01.262 INFO STEP 9 (remove_files) COMPLETE
87522024-12-19T05:10:01.919Z[ host-image] Dec 19 05:10:01.263 INFO O| Dec 19 05:10:01.262 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87532024-12-19T05:10:01.928Z[ host-image] Dec 19 05:10:01.274 INFO O| Dec 19 05:10:01.274 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
87542024-12-19T05:10:01.932Z[ host-image] Dec 19 05:10:01.277 INFO O| Dec 19 05:10:01.277 INFO STEP 10 (remove_files) COMPLETE
87552024-12-19T05:10:01.932Z[ host-image] Dec 19 05:10:01.277 INFO O| Dec 19 05:10:01.277 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87562024-12-19T05:10:01.942Z[ host-image] Dec 19 05:10:01.287 INFO O| Dec 19 05:10:01.287 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
87572024-12-19T05:10:01.944Z[ host-image] Dec 19 05:10:01.288 INFO O| Dec 19 05:10:01.288 INFO STEP 11 (remove_files) COMPLETE
87582024-12-19T05:10:01.944Z[ host-image] Dec 19 05:10:01.288 INFO O| Dec 19 05:10:01.288 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87592024-12-19T05:10:01.951Z[ host-image] Dec 19 05:10:01.297 INFO O| Dec 19 05:10:01.297 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
87602024-12-19T05:10:01.954Z[ host-image] Dec 19 05:10:01.299 INFO O| Dec 19 05:10:01.299 INFO STEP 12 (remove_files) COMPLETE
87612024-12-19T05:10:01.954Z[ host-image] Dec 19 05:10:01.299 INFO O| Dec 19 05:10:01.299 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87622024-12-19T05:10:01.972Z[ host-image] Dec 19 05:10:01.316 INFO O| Dec 19 05:10:01.316 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
87632024-12-19T05:10:01.973Z[ host-image] Dec 19 05:10:01.316 INFO O| Dec 19 05:10:01.316 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
87642024-12-19T05:10:01.979Z[ host-image] Dec 19 05:10:01.316 INFO O| Dec 19 05:10:01.316 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
87652024-12-19T05:10:01.979Z[ host-image] Dec 19 05:10:01.316 INFO O| Dec 19 05:10:01.316 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
87662024-12-19T05:10:01.979Z[ host-image] Dec 19 05:10:01.316 INFO O| Dec 19 05:10:01.316 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
87672024-12-19T05:10:01.979Z[ host-image] Dec 19 05:10:01.317 INFO O| Dec 19 05:10:01.316 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
87682024-12-19T05:10:01.980Z[ host-image] Dec 19 05:10:01.317 INFO O| Dec 19 05:10:01.317 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
87692024-12-19T05:10:01.980Z[ host-image] Dec 19 05:10:01.317 INFO O| Dec 19 05:10:01.317 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
87702024-12-19T05:10:01.980Z[ host-image] Dec 19 05:10:01.317 INFO O| Dec 19 05:10:01.317 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
87712024-12-19T05:10:01.980Z[ host-image] Dec 19 05:10:01.317 INFO O| Dec 19 05:10:01.317 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
87722024-12-19T05:10:01.980Z[ host-image] Dec 19 05:10:01.317 INFO O| Dec 19 05:10:01.317 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
87732024-12-19T05:10:01.980Z[ host-image] Dec 19 05:10:01.318 INFO O| Dec 19 05:10:01.318 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
87742024-12-19T05:10:01.980Z[ host-image] Dec 19 05:10:01.318 INFO O| Dec 19 05:10:01.318 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
87752024-12-19T05:10:01.980Z[ host-image] Dec 19 05:10:01.318 INFO O| Dec 19 05:10:01.318 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
87762024-12-19T05:10:01.980Z[ host-image] Dec 19 05:10:01.318 INFO O| Dec 19 05:10:01.318 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
87772024-12-19T05:10:01.980Z[ host-image] Dec 19 05:10:01.318 INFO O| Dec 19 05:10:01.318 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
87782024-12-19T05:10:01.987Z[ host-image] Dec 19 05:10:01.330 INFO O| Dec 19 05:10:01.330 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
87792024-12-19T05:10:02.293Z[ host-image] Dec 19 05:10:01.638 INFO O| Dec 19 05:10:01.638 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
87802024-12-19T05:10:02.296Z[ host-image] Dec 19 05:10:01.639 INFO O| Dec 19 05:10:01.639 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
87812024-12-19T05:10:02.307Z[ host-image] Dec 19 05:10:01.653 INFO O| Dec 19 05:10:01.653 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
87822024-12-19T05:10:02.309Z[ host-image] Dec 19 05:10:01.653 INFO O| Dec 19 05:10:01.653 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
87832024-12-19T05:10:02.342Z[ host-image] Dec 19 05:10:01.687 INFO O| Dec 19 05:10:01.687 INFO STEP 13 (remove_files) COMPLETE
87842024-12-19T05:10:02.342Z[ host-image] Dec 19 05:10:01.687 INFO O| Dec 19 05:10:01.687 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87852024-12-19T05:10:02.355Z[ host-image] Dec 19 05:10:01.698 INFO O| Dec 19 05:10:01.698 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
87862024-12-19T05:10:02.361Z[ host-image] Dec 19 05:10:01.700 INFO O| Dec 19 05:10:01.700 INFO STEP 14 (remove_files) COMPLETE
87872024-12-19T05:10:02.361Z[ host-image] Dec 19 05:10:01.700 INFO O| Dec 19 05:10:01.700 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87882024-12-19T05:10:02.366Z[ host-image] Dec 19 05:10:01.709 INFO O| Dec 19 05:10:01.709 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
87892024-12-19T05:10:02.374Z[ host-image] Dec 19 05:10:01.716 INFO O| Dec 19 05:10:01.716 INFO STEP 15 (remove_files) COMPLETE
87902024-12-19T05:10:02.374Z[ host-image] Dec 19 05:10:01.716 INFO O| Dec 19 05:10:01.716 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87912024-12-19T05:10:02.380Z[ host-image] Dec 19 05:10:01.725 INFO O| Dec 19 05:10:01.725 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
87922024-12-19T05:10:02.384Z[ host-image] Dec 19 05:10:01.726 INFO O| Dec 19 05:10:01.726 INFO STEP 16 (remove_files) COMPLETE
87932024-12-19T05:10:02.384Z[ host-image] Dec 19 05:10:01.726 INFO O| Dec 19 05:10:01.726 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87942024-12-19T05:10:02.390Z[ host-image] Dec 19 05:10:01.735 INFO O| Dec 19 05:10:01.735 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
87952024-12-19T05:10:02.393Z[ host-image] Dec 19 05:10:01.737 INFO O| Dec 19 05:10:01.737 INFO STEP 17 (remove_files) COMPLETE
87962024-12-19T05:10:02.393Z[ host-image] Dec 19 05:10:01.737 INFO O| Dec 19 05:10:01.737 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87972024-12-19T05:10:02.403Z[ host-image] Dec 19 05:10:01.746 INFO O| Dec 19 05:10:01.746 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
87982024-12-19T05:10:02.408Z[ host-image] Dec 19 05:10:01.746 INFO O| Dec 19 05:10:01.746 INFO STEP 18 (remove_files) COMPLETE
87992024-12-19T05:10:02.408Z[ host-image] Dec 19 05:10:01.746 INFO O| Dec 19 05:10:01.746 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88002024-12-19T05:10:02.411Z[ host-image] Dec 19 05:10:01.755 INFO O| Dec 19 05:10:01.755 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
88012024-12-19T05:10:02.411Z[ host-image] Dec 19 05:10:01.755 INFO O| Dec 19 05:10:01.755 INFO STEP 19 (remove_files) COMPLETE
88022024-12-19T05:10:02.411Z[ host-image] Dec 19 05:10:01.755 INFO O| Dec 19 05:10:01.755 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88032024-12-19T05:10:02.419Z[ host-image] Dec 19 05:10:01.765 INFO O| Dec 19 05:10:01.765 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
88042024-12-19T05:10:02.419Z[ host-image] Dec 19 05:10:01.765 INFO O| Dec 19 05:10:01.765 INFO STEP 20 (remove_files) COMPLETE
88052024-12-19T05:10:02.421Z[ host-image] Dec 19 05:10:01.765 INFO O| Dec 19 05:10:01.765 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88062024-12-19T05:10:02.429Z[ host-image] Dec 19 05:10:01.774 INFO O| Dec 19 05:10:01.774 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
88072024-12-19T05:10:02.429Z[ host-image] Dec 19 05:10:01.774 INFO O| Dec 19 05:10:01.774 INFO STEP 21 (remove_files) COMPLETE
88082024-12-19T05:10:02.432Z[ host-image] Dec 19 05:10:01.774 INFO O| Dec 19 05:10:01.774 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88092024-12-19T05:10:02.438Z[ host-image] Dec 19 05:10:01.784 INFO O| Dec 19 05:10:01.783 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
88102024-12-19T05:10:02.438Z[ host-image] Dec 19 05:10:01.784 INFO O| Dec 19 05:10:01.784 INFO STEP 22 (remove_files) COMPLETE
88112024-12-19T05:10:02.438Z[ host-image] Dec 19 05:10:01.784 INFO O| Dec 19 05:10:01.784 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88122024-12-19T05:10:02.447Z[ host-image] Dec 19 05:10:01.793 INFO O| Dec 19 05:10:01.793 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
88132024-12-19T05:10:02.447Z[ host-image] Dec 19 05:10:01.793 INFO O| Dec 19 05:10:01.793 INFO STEP 23 (remove_files) COMPLETE
88142024-12-19T05:10:02.450Z[ host-image] Dec 19 05:10:01.793 INFO O| Dec 19 05:10:01.793 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88152024-12-19T05:10:02.457Z[ host-image] Dec 19 05:10:01.802 INFO O| Dec 19 05:10:01.802 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
88162024-12-19T05:10:02.477Z[ host-image] Dec 19 05:10:01.803 INFO O| Dec 19 05:10:01.802 INFO STEP 24 (remove_files) COMPLETE
88172024-12-19T05:10:02.477Z[ host-image] Dec 19 05:10:01.803 INFO O| Dec 19 05:10:01.802 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88182024-12-19T05:10:02.477Z[ host-image] Dec 19 05:10:01.812 INFO O| Dec 19 05:10:01.812 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
88192024-12-19T05:10:02.477Z[ host-image] Dec 19 05:10:01.812 INFO O| Dec 19 05:10:01.812 INFO STEP 25 (remove_files) COMPLETE
88202024-12-19T05:10:02.477Z[ host-image] Dec 19 05:10:01.812 INFO O| Dec 19 05:10:01.812 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88212024-12-19T05:10:02.480Z[ host-image] Dec 19 05:10:01.821 INFO O| Dec 19 05:10:01.821 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
88222024-12-19T05:10:02.481Z[ host-image] Dec 19 05:10:01.822 INFO O| Dec 19 05:10:01.821 INFO STEP 26 (remove_files) COMPLETE
88232024-12-19T05:10:02.481Z[ host-image] Dec 19 05:10:01.822 INFO O| Dec 19 05:10:01.822 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88242024-12-19T05:10:02.485Z[ host-image] Dec 19 05:10:01.831 INFO O| Dec 19 05:10:01.831 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
88252024-12-19T05:10:02.485Z[ host-image] Dec 19 05:10:01.831 INFO O| Dec 19 05:10:01.831 INFO STEP 27 (remove_files) COMPLETE
88262024-12-19T05:10:02.489Z[ host-image] Dec 19 05:10:01.831 INFO O| Dec 19 05:10:01.831 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88272024-12-19T05:10:02.497Z[ host-image] Dec 19 05:10:01.840 INFO O| Dec 19 05:10:01.840 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
88282024-12-19T05:10:02.497Z[ host-image] Dec 19 05:10:01.841 INFO O| Dec 19 05:10:01.841 INFO STEP 28 (remove_files) COMPLETE
88292024-12-19T05:10:02.501Z[ host-image] Dec 19 05:10:01.841 INFO O| Dec 19 05:10:01.841 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88302024-12-19T05:10:02.505Z[ host-image] Dec 19 05:10:01.850 INFO O| Dec 19 05:10:01.850 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
88312024-12-19T05:10:02.505Z[ host-image] Dec 19 05:10:01.850 INFO O| Dec 19 05:10:01.850 INFO STEP 29 (remove_files) COMPLETE
88322024-12-19T05:10:02.505Z[ host-image] Dec 19 05:10:01.850 INFO O| Dec 19 05:10:01.850 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88332024-12-19T05:10:02.514Z[ host-image] Dec 19 05:10:01.859 INFO O| Dec 19 05:10:01.859 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
88342024-12-19T05:10:02.514Z[ host-image] Dec 19 05:10:01.859 INFO O| Dec 19 05:10:01.859 INFO STEP 30 (remove_files) COMPLETE
88352024-12-19T05:10:02.517Z[ host-image] Dec 19 05:10:01.859 INFO O| Dec 19 05:10:01.859 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88362024-12-19T05:10:02.523Z[ host-image] Dec 19 05:10:01.869 INFO O| Dec 19 05:10:01.869 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
88372024-12-19T05:10:02.523Z[ host-image] Dec 19 05:10:01.869 INFO O| Dec 19 05:10:01.869 INFO STEP 31 (remove_files) COMPLETE
88382024-12-19T05:10:02.523Z[ host-image] Dec 19 05:10:01.869 INFO O| Dec 19 05:10:01.869 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88392024-12-19T05:10:02.533Z[ host-image] Dec 19 05:10:01.878 INFO O| Dec 19 05:10:01.878 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
88402024-12-19T05:10:02.533Z[ host-image] Dec 19 05:10:01.878 INFO O| Dec 19 05:10:01.878 INFO STEP 32 (remove_files) COMPLETE
88412024-12-19T05:10:02.536Z[ host-image] Dec 19 05:10:01.878 INFO O| Dec 19 05:10:01.878 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88422024-12-19T05:10:02.542Z[ host-image] Dec 19 05:10:01.888 INFO O| Dec 19 05:10:01.887 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
88432024-12-19T05:10:02.542Z[ host-image] Dec 19 05:10:01.888 INFO O| Dec 19 05:10:01.888 INFO STEP 33 (remove_files) COMPLETE
88442024-12-19T05:10:02.545Z[ host-image] Dec 19 05:10:01.888 INFO O| Dec 19 05:10:01.888 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88452024-12-19T05:10:02.551Z[ host-image] Dec 19 05:10:01.897 INFO O| Dec 19 05:10:01.897 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
88462024-12-19T05:10:02.551Z[ host-image] Dec 19 05:10:01.897 INFO O| Dec 19 05:10:01.897 INFO STEP 34 (remove_files) COMPLETE
88472024-12-19T05:10:02.553Z[ host-image] Dec 19 05:10:01.897 INFO O| Dec 19 05:10:01.897 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88482024-12-19T05:10:02.560Z[ host-image] Dec 19 05:10:01.906 INFO O| Dec 19 05:10:01.906 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
88492024-12-19T05:10:02.561Z[ host-image] Dec 19 05:10:01.906 INFO O| Dec 19 05:10:01.906 INFO STEP 35 (remove_files) COMPLETE
88502024-12-19T05:10:02.562Z[ host-image] Dec 19 05:10:01.906 INFO O| Dec 19 05:10:01.906 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88512024-12-19T05:10:02.572Z[ host-image] Dec 19 05:10:01.916 INFO O| Dec 19 05:10:01.916 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
88522024-12-19T05:10:02.572Z[ host-image] Dec 19 05:10:01.916 INFO O| Dec 19 05:10:01.916 INFO STEP 36 (remove_files) COMPLETE
88532024-12-19T05:10:02.576Z[ host-image] Dec 19 05:10:01.916 INFO O| Dec 19 05:10:01.916 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88542024-12-19T05:10:02.580Z[ host-image] Dec 19 05:10:01.925 INFO O| Dec 19 05:10:01.925 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
88552024-12-19T05:10:02.580Z[ host-image] Dec 19 05:10:01.925 INFO O| Dec 19 05:10:01.925 INFO STEP 37 (remove_files) COMPLETE
88562024-12-19T05:10:02.580Z[ host-image] Dec 19 05:10:01.926 INFO O| Dec 19 05:10:01.925 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88572024-12-19T05:10:02.589Z[ host-image] Dec 19 05:10:01.935 INFO O| Dec 19 05:10:01.935 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
88582024-12-19T05:10:02.589Z[ host-image] Dec 19 05:10:01.935 INFO O| Dec 19 05:10:01.935 INFO STEP 38 (remove_files) COMPLETE
88592024-12-19T05:10:02.591Z[ host-image] Dec 19 05:10:01.935 INFO O| Dec 19 05:10:01.935 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88602024-12-19T05:10:02.598Z[ host-image] Dec 19 05:10:01.944 INFO O| Dec 19 05:10:01.944 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
88612024-12-19T05:10:02.598Z[ host-image] Dec 19 05:10:01.944 INFO O| Dec 19 05:10:01.944 INFO STEP 39 (remove_files) COMPLETE
88622024-12-19T05:10:02.600Z[ host-image] Dec 19 05:10:01.944 INFO O| Dec 19 05:10:01.944 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88632024-12-19T05:10:02.608Z[ host-image] Dec 19 05:10:01.954 INFO O| Dec 19 05:10:01.954 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
88642024-12-19T05:10:02.608Z[ host-image] Dec 19 05:10:01.954 INFO O| Dec 19 05:10:01.954 INFO STEP 40 (remove_files) COMPLETE
88652024-12-19T05:10:02.608Z[ host-image] Dec 19 05:10:01.954 INFO O| Dec 19 05:10:01.954 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88662024-12-19T05:10:02.619Z[ host-image] Dec 19 05:10:01.963 INFO O| Dec 19 05:10:01.963 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
88672024-12-19T05:10:02.624Z[ host-image] Dec 19 05:10:01.963 INFO O| Dec 19 05:10:01.963 INFO STEP 41 (remove_files) COMPLETE
88682024-12-19T05:10:02.624Z[ host-image] Dec 19 05:10:01.963 INFO O| Dec 19 05:10:01.963 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88692024-12-19T05:10:02.629Z[ host-image] Dec 19 05:10:01.972 INFO O| Dec 19 05:10:01.972 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
88702024-12-19T05:10:02.629Z[ host-image] Dec 19 05:10:01.973 INFO O| Dec 19 05:10:01.973 INFO STEP 42 (remove_files) COMPLETE
88712024-12-19T05:10:02.635Z[ host-image] Dec 19 05:10:01.973 INFO O| Dec 19 05:10:01.973 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88722024-12-19T05:10:02.639Z[ host-image] Dec 19 05:10:01.982 INFO O| Dec 19 05:10:01.982 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
88732024-12-19T05:10:02.639Z[ host-image] Dec 19 05:10:01.982 INFO O| Dec 19 05:10:01.982 INFO STEP 43 (remove_files) COMPLETE
88742024-12-19T05:10:02.640Z[ host-image] Dec 19 05:10:01.982 INFO O| Dec 19 05:10:01.982 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88752024-12-19T05:10:02.647Z[ host-image] Dec 19 05:10:01.991 INFO O| Dec 19 05:10:01.991 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
88762024-12-19T05:10:02.653Z[ host-image] Dec 19 05:10:01.991 INFO O| Dec 19 05:10:01.991 INFO STEP 44 (remove_files) COMPLETE
88772024-12-19T05:10:02.653Z[ host-image] Dec 19 05:10:01.991 INFO O| Dec 19 05:10:01.991 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88782024-12-19T05:10:02.656Z[ host-image] Dec 19 05:10:02.001 INFO O| Dec 19 05:10:02.001 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
88792024-12-19T05:10:02.656Z[ host-image] Dec 19 05:10:02.001 INFO O| Dec 19 05:10:02.001 INFO STEP 45 (remove_files) COMPLETE
88802024-12-19T05:10:02.656Z[ host-image] Dec 19 05:10:02.001 INFO O| Dec 19 05:10:02.001 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88812024-12-19T05:10:02.666Z[ host-image] Dec 19 05:10:02.011 INFO O| Dec 19 05:10:02.011 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
88822024-12-19T05:10:02.666Z[ host-image] Dec 19 05:10:02.011 INFO O| Dec 19 05:10:02.011 INFO STEP 46 (remove_files) COMPLETE
88832024-12-19T05:10:02.666Z[ host-image] Dec 19 05:10:02.011 INFO O| Dec 19 05:10:02.011 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88842024-12-19T05:10:02.676Z[ host-image] Dec 19 05:10:02.021 INFO O| Dec 19 05:10:02.021 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
88852024-12-19T05:10:02.676Z[ host-image] Dec 19 05:10:02.021 INFO O| Dec 19 05:10:02.021 INFO STEP 47 (remove_files) COMPLETE
88862024-12-19T05:10:02.677Z[ host-image] Dec 19 05:10:02.021 INFO O| Dec 19 05:10:02.021 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88872024-12-19T05:10:02.684Z[ host-image] Dec 19 05:10:02.030 INFO O| Dec 19 05:10:02.030 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
88882024-12-19T05:10:02.687Z[ host-image] Dec 19 05:10:02.030 INFO O| Dec 19 05:10:02.030 INFO STEP 48 (remove_files) COMPLETE
88892024-12-19T05:10:02.687Z[ host-image] Dec 19 05:10:02.030 INFO O| Dec 19 05:10:02.030 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88902024-12-19T05:10:02.693Z[ host-image] Dec 19 05:10:02.039 INFO O| Dec 19 05:10:02.039 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
88912024-12-19T05:10:02.694Z[ host-image] Dec 19 05:10:02.039 INFO O| Dec 19 05:10:02.039 INFO STEP 49 (remove_files) COMPLETE
88922024-12-19T05:10:02.697Z[ host-image] Dec 19 05:10:02.040 INFO O| Dec 19 05:10:02.039 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88932024-12-19T05:10:02.705Z[ host-image] Dec 19 05:10:02.049 INFO O| Dec 19 05:10:02.049 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
88942024-12-19T05:10:02.705Z[ host-image] Dec 19 05:10:02.049 INFO O| Dec 19 05:10:02.049 INFO STEP 50 (remove_files) COMPLETE
88952024-12-19T05:10:02.709Z[ host-image] Dec 19 05:10:02.049 INFO O| Dec 19 05:10:02.049 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88962024-12-19T05:10:02.712Z[ host-image] Dec 19 05:10:02.058 INFO O| Dec 19 05:10:02.058 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
88972024-12-19T05:10:02.712Z[ host-image] Dec 19 05:10:02.058 INFO O| Dec 19 05:10:02.058 INFO STEP 51 (remove_files) COMPLETE
88982024-12-19T05:10:02.715Z[ host-image] Dec 19 05:10:02.058 INFO O| Dec 19 05:10:02.058 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88992024-12-19T05:10:02.722Z[ host-image] Dec 19 05:10:02.068 INFO O| Dec 19 05:10:02.068 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
89002024-12-19T05:10:02.722Z[ host-image] Dec 19 05:10:02.068 INFO O| Dec 19 05:10:02.068 INFO STEP 52 (remove_files) COMPLETE
89012024-12-19T05:10:02.724Z[ host-image] Dec 19 05:10:02.068 INFO O| Dec 19 05:10:02.068 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89022024-12-19T05:10:02.731Z[ host-image] Dec 19 05:10:02.077 INFO O| Dec 19 05:10:02.077 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
89032024-12-19T05:10:02.733Z[ host-image] Dec 19 05:10:02.077 INFO O| Dec 19 05:10:02.077 INFO STEP 53 (remove_files) COMPLETE
89042024-12-19T05:10:02.733Z[ host-image] Dec 19 05:10:02.077 INFO O| Dec 19 05:10:02.077 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89052024-12-19T05:10:02.740Z[ host-image] Dec 19 05:10:02.086 INFO O| Dec 19 05:10:02.086 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
89062024-12-19T05:10:02.742Z[ host-image] Dec 19 05:10:02.086 INFO O| Dec 19 05:10:02.086 INFO STEP 54 (remove_files) COMPLETE
89072024-12-19T05:10:02.742Z[ host-image] Dec 19 05:10:02.086 INFO O| Dec 19 05:10:02.086 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89082024-12-19T05:10:02.750Z[ host-image] Dec 19 05:10:02.096 INFO O| Dec 19 05:10:02.096 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
89092024-12-19T05:10:02.750Z[ host-image] Dec 19 05:10:02.096 INFO O| Dec 19 05:10:02.096 INFO STEP 55 (remove_files) COMPLETE
89102024-12-19T05:10:02.752Z[ host-image] Dec 19 05:10:02.096 INFO O| Dec 19 05:10:02.096 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89112024-12-19T05:10:02.759Z[ host-image] Dec 19 05:10:02.105 INFO O| Dec 19 05:10:02.105 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
89122024-12-19T05:10:02.759Z[ host-image] Dec 19 05:10:02.105 INFO O| Dec 19 05:10:02.105 INFO STEP 56 (remove_files) COMPLETE
89132024-12-19T05:10:02.759Z[ host-image] Dec 19 05:10:02.105 INFO O| Dec 19 05:10:02.105 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89142024-12-19T05:10:02.768Z[ host-image] Dec 19 05:10:02.114 INFO O| Dec 19 05:10:02.114 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
89152024-12-19T05:10:02.768Z[ host-image] Dec 19 05:10:02.114 INFO O| Dec 19 05:10:02.114 INFO STEP 57 (remove_files) COMPLETE
89162024-12-19T05:10:02.770Z[ host-image] Dec 19 05:10:02.114 INFO O| Dec 19 05:10:02.114 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89172024-12-19T05:10:02.778Z[ host-image] Dec 19 05:10:02.124 INFO O| Dec 19 05:10:02.124 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
89182024-12-19T05:10:02.781Z[ host-image] Dec 19 05:10:02.124 INFO O| Dec 19 05:10:02.124 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
89192024-12-19T05:10:02.781Z[ host-image] Dec 19 05:10:02.124 INFO O| Dec 19 05:10:02.124 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89202024-12-19T05:10:02.781Z[ host-image] Dec 19 05:10:02.124 INFO O| Dec 19 05:10:02.124 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89212024-12-19T05:10:02.781Z[ host-image] Dec 19 05:10:02.124 INFO O| Dec 19 05:10:02.124 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89222024-12-19T05:10:02.781Z[ host-image] Dec 19 05:10:02.125 INFO O| Dec 19 05:10:02.124 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89232024-12-19T05:10:02.781Z[ host-image] Dec 19 05:10:02.125 INFO O| Dec 19 05:10:02.125 INFO ok!
89242024-12-19T05:10:02.781Z[ host-image] Dec 19 05:10:02.125 INFO O| Dec 19 05:10:02.125 INFO STEP 58 (ensure_file) COMPLETE
89252024-12-19T05:10:02.781Z[ host-image] Dec 19 05:10:02.125 INFO O| Dec 19 05:10:02.125 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89262024-12-19T05:10:02.788Z[ host-image] Dec 19 05:10:02.134 INFO O| Dec 19 05:10:02.134 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
89272024-12-19T05:10:02.788Z[ host-image] Dec 19 05:10:02.134 INFO O| Dec 19 05:10:02.134 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
89282024-12-19T05:10:02.790Z[ host-image] Dec 19 05:10:02.134 INFO O| Dec 19 05:10:02.134 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89292024-12-19T05:10:02.790Z[ host-image] Dec 19 05:10:02.134 INFO O| Dec 19 05:10:02.134 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89302024-12-19T05:10:02.790Z[ host-image] Dec 19 05:10:02.134 INFO O| Dec 19 05:10:02.134 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89312024-12-19T05:10:02.790Z[ host-image] Dec 19 05:10:02.134 INFO O| Dec 19 05:10:02.134 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89322024-12-19T05:10:02.790Z[ host-image] Dec 19 05:10:02.134 INFO O| Dec 19 05:10:02.134 INFO ok!
89332024-12-19T05:10:02.790Z[ host-image] Dec 19 05:10:02.134 INFO O| Dec 19 05:10:02.134 INFO STEP 59 (ensure_file) COMPLETE
89342024-12-19T05:10:02.790Z[ host-image] Dec 19 05:10:02.134 INFO O| Dec 19 05:10:02.134 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89352024-12-19T05:10:02.798Z[ host-image] Dec 19 05:10:02.144 INFO O| Dec 19 05:10:02.144 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
89362024-12-19T05:10:02.798Z[ host-image] Dec 19 05:10:02.144 INFO O| Dec 19 05:10:02.144 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
89372024-12-19T05:10:02.800Z[ host-image] Dec 19 05:10:02.144 INFO O| Dec 19 05:10:02.144 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
89382024-12-19T05:10:02.800Z[ host-image] Dec 19 05:10:02.144 INFO O| Dec 19 05:10:02.144 INFO ok!
89392024-12-19T05:10:02.800Z[ host-image] Dec 19 05:10:02.144 INFO O| Dec 19 05:10:02.144 INFO STEP 60 (ensure_file) COMPLETE
89402024-12-19T05:10:02.800Z[ host-image] Dec 19 05:10:02.144 INFO O| Dec 19 05:10:02.144 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89412024-12-19T05:10:02.808Z[ host-image] Dec 19 05:10:02.154 INFO O| Dec 19 05:10:02.153 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
89422024-12-19T05:10:02.808Z[ host-image] Dec 19 05:10:02.154 INFO O| Dec 19 05:10:02.154 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
89432024-12-19T05:10:02.810Z[ host-image] Dec 19 05:10:02.154 INFO O| Dec 19 05:10:02.154 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
89442024-12-19T05:10:02.810Z[ host-image] Dec 19 05:10:02.154 INFO O| Dec 19 05:10:02.154 INFO ok!
89452024-12-19T05:10:02.810Z[ host-image] Dec 19 05:10:02.154 INFO O| Dec 19 05:10:02.154 INFO STEP 61 (ensure_file) COMPLETE
89462024-12-19T05:10:02.810Z[ host-image] Dec 19 05:10:02.154 INFO O| Dec 19 05:10:02.154 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89472024-12-19T05:10:02.817Z[ host-image] Dec 19 05:10:02.163 INFO O| Dec 19 05:10:02.163 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
89482024-12-19T05:10:02.818Z[ host-image] Dec 19 05:10:02.163 INFO O| Dec 19 05:10:02.163 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
89492024-12-19T05:10:02.821Z[ host-image] Dec 19 05:10:02.163 INFO O| Dec 19 05:10:02.163 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
89502024-12-19T05:10:02.821Z[ host-image] Dec 19 05:10:02.163 INFO O| Dec 19 05:10:02.163 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
89512024-12-19T05:10:02.821Z[ host-image] Dec 19 05:10:02.163 INFO O| Dec 19 05:10:02.163 INFO ok!
89522024-12-19T05:10:02.821Z[ host-image] Dec 19 05:10:02.163 INFO O| Dec 19 05:10:02.163 INFO STEP 62 (ensure_file) COMPLETE
89532024-12-19T05:10:02.821Z[ host-image] Dec 19 05:10:02.163 INFO O| Dec 19 05:10:02.163 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89542024-12-19T05:10:02.827Z[ host-image] Dec 19 05:10:02.173 INFO O| Dec 19 05:10:02.173 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
89552024-12-19T05:10:02.829Z[ host-image] Dec 19 05:10:02.173 INFO O| Dec 19 05:10:02.173 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
89562024-12-19T05:10:02.829Z[ host-image] Dec 19 05:10:02.173 INFO O| Dec 19 05:10:02.173 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
89572024-12-19T05:10:02.829Z[ host-image] Dec 19 05:10:02.173 INFO O| Dec 19 05:10:02.173 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
89582024-12-19T05:10:02.829Z[ host-image] Dec 19 05:10:02.173 INFO O| Dec 19 05:10:02.173 INFO ok!
89592024-12-19T05:10:02.829Z[ host-image] Dec 19 05:10:02.173 INFO O| Dec 19 05:10:02.173 INFO STEP 63 (ensure_file) COMPLETE
89602024-12-19T05:10:02.829Z[ host-image] Dec 19 05:10:02.173 INFO O| Dec 19 05:10:02.173 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89612024-12-19T05:10:02.836Z[ host-image] Dec 19 05:10:02.182 INFO O| Dec 19 05:10:02.182 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
89622024-12-19T05:10:02.838Z[ host-image] Dec 19 05:10:02.182 INFO O| Dec 19 05:10:02.182 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
89632024-12-19T05:10:02.839Z[ host-image] Dec 19 05:10:02.182 INFO O| Dec 19 05:10:02.182 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
89642024-12-19T05:10:02.839Z[ host-image] Dec 19 05:10:02.182 INFO O| Dec 19 05:10:02.182 INFO ok!
89652024-12-19T05:10:02.839Z[ host-image] Dec 19 05:10:02.182 INFO O| Dec 19 05:10:02.182 INFO STEP 64 (assemble_files) COMPLETE
89662024-12-19T05:10:02.839Z[ host-image] Dec 19 05:10:02.182 INFO O| Dec 19 05:10:02.182 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89672024-12-19T05:10:02.846Z[ host-image] Dec 19 05:10:02.192 INFO O| Dec 19 05:10:02.192 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
89682024-12-19T05:10:02.848Z[ host-image] Dec 19 05:10:02.192 INFO O| Dec 19 05:10:02.192 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
89692024-12-19T05:10:02.848Z[ host-image] Dec 19 05:10:02.192 INFO O| Dec 19 05:10:02.192 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
89702024-12-19T05:10:02.848Z[ host-image] Dec 19 05:10:02.192 INFO O| Dec 19 05:10:02.192 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
89712024-12-19T05:10:02.848Z[ host-image] Dec 19 05:10:02.192 INFO O| Dec 19 05:10:02.192 INFO ok!
89722024-12-19T05:10:02.848Z[ host-image] Dec 19 05:10:02.192 INFO O| Dec 19 05:10:02.192 INFO STEP 65 (ensure_file) COMPLETE
89732024-12-19T05:10:02.848Z[ host-image] Dec 19 05:10:02.192 INFO O| Dec 19 05:10:02.192 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89742024-12-19T05:10:02.856Z[ host-image] Dec 19 05:10:02.202 INFO O| Dec 19 05:10:02.201 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
89752024-12-19T05:10:02.858Z[ host-image] Dec 19 05:10:02.202 INFO O| Dec 19 05:10:02.202 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
89762024-12-19T05:10:02.858Z[ host-image] Dec 19 05:10:02.202 INFO O| Dec 19 05:10:02.202 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
89772024-12-19T05:10:02.858Z[ host-image] Dec 19 05:10:02.202 INFO O| Dec 19 05:10:02.202 INFO STEP 66 (ensure_dir) COMPLETE
89782024-12-19T05:10:02.858Z[ host-image] Dec 19 05:10:02.202 INFO O| Dec 19 05:10:02.202 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89792024-12-19T05:10:02.868Z[ host-image] Dec 19 05:10:02.211 INFO O| Dec 19 05:10:02.211 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
89802024-12-19T05:10:02.868Z[ host-image] Dec 19 05:10:02.211 INFO O| Dec 19 05:10:02.211 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 ...
89812024-12-19T05:10:02.874Z[ host-image] Dec 19 05:10:02.218 INFO O| Dec 19 05:10:02.218 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
89822024-12-19T05:10:02.875Z[ host-image] Dec 19 05:10:02.218 INFO O| Dec 19 05:10:02.218 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
89832024-12-19T05:10:02.875Z[ host-image] Dec 19 05:10:02.218 INFO O| Dec 19 05:10:02.218 INFO ok!
89842024-12-19T05:10:02.875Z[ host-image] Dec 19 05:10:02.218 INFO O| Dec 19 05:10:02.218 INFO STEP 67 (ensure_file) COMPLETE
89852024-12-19T05:10:02.875Z[ host-image] Dec 19 05:10:02.218 INFO O| Dec 19 05:10:02.218 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89862024-12-19T05:10:02.883Z[ host-image] Dec 19 05:10:02.228 INFO O| Dec 19 05:10:02.228 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
89872024-12-19T05:10:02.883Z[ host-image] Dec 19 05:10:02.228 INFO O| Dec 19 05:10:02.228 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 ...
89882024-12-19T05:10:02.888Z[ host-image] Dec 19 05:10:02.228 INFO O| Dec 19 05:10:02.228 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
89892024-12-19T05:10:02.888Z[ host-image] Dec 19 05:10:02.228 INFO O| Dec 19 05:10:02.228 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
89902024-12-19T05:10:02.888Z[ host-image] Dec 19 05:10:02.228 INFO O| Dec 19 05:10:02.228 INFO ok!
89912024-12-19T05:10:02.888Z[ host-image] Dec 19 05:10:02.229 INFO O| Dec 19 05:10:02.228 INFO STEP 68 (ensure_file) COMPLETE
89922024-12-19T05:10:02.889Z[ host-image] Dec 19 05:10:02.229 INFO O| Dec 19 05:10:02.229 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89932024-12-19T05:10:02.897Z[ host-image] Dec 19 05:10:02.243 INFO O| Dec 19 05:10:02.242 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
89942024-12-19T05:10:02.897Z[ host-image] Dec 19 05:10:02.243 INFO O| Dec 19 05:10:02.243 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
89952024-12-19T05:10:03.697Z[ recovery-image] Dec 19 05:10:03.043 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)
89962024-12-19T05:10:05.464Z[ host-image] Dec 19 05:10:04.809 INFO O| Dec 19 05:10:04.809 INFO STEP 69 (pack_tar) COMPLETE
89972024-12-19T05:10:05.464Z[ host-image] Dec 19 05:10:04.810 INFO O| Dec 19 05:10:04.809 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
89982024-12-19T05:10:05.466Z[ host-image] Dec 19 05:10:04.810 INFO O| Dec 19 05:10:04.809 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
89992024-12-19T05:10:05.516Z[ recovery-image] Dec 19 05:10:04.862 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)
90002024-12-19T05:10:05.769Z[ host-image] Dec 19 05:10:05.114 INFO O| Dec 19 05:10:05.114 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
90012024-12-19T05:10:05.865Z[ host-image] Dec 19 05:10:05.211 INFO O| Dec 19 05:10:05.211 INFO completed processing gimlet/ramdisk-02-trim
90022024-12-19T05:10:05.868Z[ host-image] Dec 19 05:10:05.214 INFO image builder template: zfs...
90032024-12-19T05:10:05.869Z[ host-image] Dec 19 05:10:05.214 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/.tmpQNcPdX/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
90042024-12-19T05:10:05.890Z[ host-image] Dec 19 05:10:05.236 INFO O| Dec 19 05:10:05.236 INFO skip include "stress" because feature "stress" is not enabled
90052024-12-19T05:10:05.945Z[ host-image] Dec 19 05:10:05.291 INFO O| Dec 19 05:10:05.290 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
90062024-12-19T05:10:05.951Z[ host-image] Dec 19 05:10:05.296 INFO O| Dec 19 05:10:05.296 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
90072024-12-19T05:10:06.067Z[ host-image] Dec 19 05:10:05.412 INFO O| Dec 19 05:10:05.412 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
90082024-12-19T05:10:06.179Z[ host-image] Dec 19 05:10:05.524 INFO O| Dec 19 05:10:05.524 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
90092024-12-19T05:10:06.179Z[ host-image] Dec 19 05:10:05.524 INFO O| Dec 19 05:10:05.524 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
90102024-12-19T05:10:06.186Z[ host-image] Dec 19 05:10:05.532 INFO O| Dec 19 05:10:05.532 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
90112024-12-19T05:10:06.303Z[ host-image] Dec 19 05:10:05.648 INFO O| Dec 19 05:10:05.648 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
90122024-12-19T05:10:06.440Z[ host-image] Dec 19 05:10:05.785 INFO O| Dec 19 05:10:05.785 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
90132024-12-19T05:10:06.450Z[ host-image] Dec 19 05:10:05.795 INFO O| Dec 19 05:10:05.795 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
90142024-12-19T05:10:06.455Z[ host-image] Dec 19 05:10:05.800 INFO O| Dec 19 05:10:05.800 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
90152024-12-19T05:10:06.457Z[ host-image] Dec 19 05:10:05.801 INFO O| Dec 19 05:10:05.800 INFO no lofi found
90162024-12-19T05:10:06.458Z[ host-image] Dec 19 05:10:05.801 INFO O| Dec 19 05:10:05.801 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
90172024-12-19T05:10:06.458Z[ host-image] Dec 19 05:10:05.801 INFO O| Dec 19 05:10:05.801 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
90182024-12-19T05:10:08.663Z[ host-image] Dec 19 05:10:08.008 INFO O| Dec 19 05:10:08.008 INFO lofi device = /dev/dsk/c2t1d0p0
90192024-12-19T05:10:08.663Z[ host-image] Dec 19 05:10:08.008 INFO O| Dec 19 05:10:08.008 INFO pool device = /dev/dsk/c2t1d0p0
90202024-12-19T05:10:08.666Z[ host-image] Dec 19 05:10:08.008 INFO O| Dec 19 05:10:08.008 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
90212024-12-19T05:10:08.739Z[ host-image] Dec 19 05:10:08.085 INFO O| Dec 19 05:10:08.085 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90222024-12-19T05:10:08.739Z[ host-image] Dec 19 05:10:08.085 INFO O| Dec 19 05:10:08.085 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
90232024-12-19T05:10:08.764Z[ host-image] Dec 19 05:10:08.109 INFO O| Dec 19 05:10:08.109 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
90242024-12-19T05:10:08.804Z[ recovery-image] Dec 19 05:10:08.149 INFO E| Compiling bitflags v1.3.2
90252024-12-19T05:10:08.804Z[ recovery-image] Dec 19 05:10:08.149 INFO E| Compiling log v0.4.22
90262024-12-19T05:10:08.804Z[ recovery-image] Dec 19 05:10:08.149 INFO E| Compiling plain v0.2.3
90272024-12-19T05:10:08.806Z[ recovery-image] Dec 19 05:10:08.149 INFO E| Compiling scroll v0.12.0
90282024-12-19T05:10:08.807Z[ recovery-image] Dec 19 05:10:08.149 INFO E| Compiling bit_field v0.10.2
90292024-12-19T05:10:08.807Z[ recovery-image] Dec 19 05:10:08.149 INFO E| Compiling adler2 v2.0.0
90302024-12-19T05:10:08.807Z[ recovery-image] Dec 19 05:10:08.149 INFO E| Compiling bitstruct v0.1.1
90312024-12-19T05:10:08.854Z[ host-image] Dec 19 05:10:08.199 INFO O| Dec 19 05:10:08.199 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
90322024-12-19T05:10:08.911Z[ host-image] Dec 19 05:10:08.256 INFO O| Dec 19 05:10:08.256 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
90332024-12-19T05:10:08.913Z[ recovery-image] Dec 19 05:10:08.258 INFO E| Compiling raw-cpuid v10.7.0
90342024-12-19T05:10:08.928Z[ recovery-image] Dec 19 05:10:08.274 INFO E| Compiling miniz_oxide v0.8.0
90352024-12-19T05:10:08.938Z[ host-image] Dec 19 05:10:08.284 INFO O| Dec 19 05:10:08.284 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
90362024-12-19T05:10:08.959Z[ host-image] Dec 19 05:10:08.304 INFO O| Dec 19 05:10:08.304 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
90372024-12-19T05:10:08.962Z[ recovery-image] Dec 19 05:10:08.305 INFO E| Compiling cpio_reader v0.1.1
90382024-12-19T05:10:09.043Z[ host-image] Dec 19 05:10:08.388 INFO O| Dec 19 05:10:08.388 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
90392024-12-19T05:10:09.046Z[ host-image] Dec 19 05:10:08.388 INFO O| Dec 19 05:10:08.388 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
90402024-12-19T05:10:09.046Z[ host-image] Dec 19 05:10:08.388 INFO O| Dec 19 05:10:08.388 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
90412024-12-19T05:10:09.071Z[ host-image] Dec 19 05:10:08.416 INFO O| Dec 19 05:10:08.416 INFO boot environment UUID: d9cdc6ea-7c19-4e52-a94e-73bb06a5862f
90422024-12-19T05:10:09.071Z[ host-image] Dec 19 05:10:08.416 INFO O| Dec 19 05:10:08.416 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = d9cdc6ea-7c19-4e52-a94e-73bb06a5862f
90432024-12-19T05:10:09.077Z[ recovery-image] Dec 19 05:10:08.422 INFO E| Compiling static_assertions v1.1.0
90442024-12-19T05:10:09.120Z[ host-image] Dec 19 05:10:08.465 INFO O| Dec 19 05:10:08.465 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
90452024-12-19T05:10:09.171Z[ host-image] Dec 19 05:10:08.516 INFO O| Dec 19 05:10:08.516 INFO STEP 0 (create_be) COMPLETE
90462024-12-19T05:10:09.171Z[ host-image] Dec 19 05:10:08.516 INFO O| Dec 19 05:10:08.516 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90472024-12-19T05:10:09.201Z[ host-image] Dec 19 05:10:08.546 INFO O| Dec 19 05:10:08.546 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
90482024-12-19T05:10:09.273Z[ recovery-image] Dec 19 05:10:08.619 INFO E| Compiling goblin v0.8.2
90492024-12-19T05:10:17.931Z[ recovery-image] Dec 19 05:10:17.274 INFO E| Finished `release` profile [optimized] target(s) in 32.76s
90502024-12-19T05:10:17.954Z[ recovery-image] Dec 19 05:10:17.299 INFO building host image...
90512024-12-19T05:10:17.956Z[ recovery-image] Dec 19 05:10:17.300 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")
90522024-12-19T05:10:18.614Z[ recovery-image] Dec 19 05:10:17.958 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
90532024-12-19T05:10:20.425Z[ recovery-image] Dec 19 05:10:19.764 INFO image complete! materials are in "/work/os-recovery"
90542024-12-19T05:10:20.428ZDec 19 05:10:19.770 INFO [recovery-image] process exited with exit status: 0 (489.165597812s)
90552024-12-19T05:10:20.428Z[ recovery-image]
90562024-12-19T05:10:20.428Z[ recovery-image] real 8:09.118188656
90572024-12-19T05:10:20.428Z[ recovery-image] user 5:41.521561717
90582024-12-19T05:10:20.428Z[ recovery-image] sys 47.189329182
90592024-12-19T05:10:20.428Z[ recovery-image] trap 0.244144473
90602024-12-19T05:10:20.428Z[ recovery-image] tflt 0.284018230
90612024-12-19T05:10:20.428Z[ recovery-image] dflt 0.704494312
90622024-12-19T05:10:20.428Z[ recovery-image] kflt 0.000041946
90632024-12-19T05:10:20.428Z[ recovery-image] lock 16:52.847823475
90642024-12-19T05:10:20.428Z[ recovery-image] slp 49:36.679861849
90652024-12-19T05:10:20.428Z[ recovery-image] lat 1:41.560943522
90662024-12-19T05:10:20.428Z[ recovery-image] stop 2.778042565
90672024-12-19T05:10:28.034Z[ host-image] Dec 19 05:10:27.378 INFO O| Dec 19 05:10:27.378 INFO STEP 1 (unpack_tar) COMPLETE
90682024-12-19T05:10:28.034Z[ host-image] Dec 19 05:10:27.378 INFO O| Dec 19 05:10:27.378 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90692024-12-19T05:10:28.045Z[ host-image] Dec 19 05:10:27.389 INFO O| Dec 19 05:10:27.389 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
90702024-12-19T05:10:28.442Z[ host-image] Dec 19 05:10:27.786 INFO O| Dec 19 05:10:27.786 INFO STEP 2 (devfsadm) COMPLETE
90712024-12-19T05:10:28.442Z[ host-image] Dec 19 05:10:27.786 INFO O| Dec 19 05:10:27.786 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90722024-12-19T05:10:28.452Z[ host-image] Dec 19 05:10:27.796 INFO O| Dec 19 05:10:27.796 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90732024-12-19T05:10:28.452Z[ host-image] Dec 19 05:10:27.796 INFO O| Dec 19 05:10:27.796 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90742024-12-19T05:10:28.454Z[ host-image] Dec 19 05:10:27.797 INFO O| Dec 19 05:10:27.796 INFO STEP 3 (ensure_dir) COMPLETE
90752024-12-19T05:10:28.454Z[ host-image] Dec 19 05:10:27.797 INFO O| Dec 19 05:10:27.797 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90762024-12-19T05:10:28.462Z[ host-image] Dec 19 05:10:27.806 INFO O| Dec 19 05:10:27.806 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
90772024-12-19T05:10:28.462Z[ host-image] Dec 19 05:10:27.806 INFO O| Dec 19 05:10:27.806 INFO STEP 4 (ensure_dir) COMPLETE
90782024-12-19T05:10:28.464Z[ host-image] Dec 19 05:10:27.806 INFO O| Dec 19 05:10:27.806 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90792024-12-19T05:10:28.471Z[ host-image] Dec 19 05:10:27.815 INFO O| Dec 19 05:10:27.815 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
90802024-12-19T05:10:28.471Z[ host-image] Dec 19 05:10:27.815 INFO O| Dec 19 05:10:27.815 INFO STEP 5 (ensure_dir) COMPLETE
90812024-12-19T05:10:28.473Z[ host-image] Dec 19 05:10:27.815 INFO O| Dec 19 05:10:27.815 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90822024-12-19T05:10:28.480Z[ host-image] Dec 19 05:10:27.825 INFO O| Dec 19 05:10:27.824 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
90832024-12-19T05:10:28.481Z[ host-image] Dec 19 05:10:27.825 INFO O| Dec 19 05:10:27.825 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
90842024-12-19T05:10:28.483Z[ host-image] Dec 19 05:10:27.825 INFO O| Dec 19 05:10:27.825 INFO STEP 6 (ensure_dir) COMPLETE
90852024-12-19T05:10:28.483Z[ host-image] Dec 19 05:10:27.825 INFO O| Dec 19 05:10:27.825 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90862024-12-19T05:10:28.490Z[ host-image] Dec 19 05:10:27.834 INFO O| Dec 19 05:10:27.834 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
90872024-12-19T05:10:28.490Z[ host-image] Dec 19 05:10:27.834 INFO O| Dec 19 05:10:27.834 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
90882024-12-19T05:10:28.492Z[ host-image] Dec 19 05:10:27.834 INFO O| Dec 19 05:10:27.834 INFO STEP 7 (ensure_dir) COMPLETE
90892024-12-19T05:10:28.492Z[ host-image] Dec 19 05:10:27.834 INFO O| Dec 19 05:10:27.834 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90902024-12-19T05:10:28.499Z[ host-image] Dec 19 05:10:27.843 INFO O| Dec 19 05:10:27.843 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
90912024-12-19T05:10:28.502Z[ host-image] Dec 19 05:10:27.843 INFO O| Dec 19 05:10:27.843 INFO STEP 8 (remove_files) COMPLETE
90922024-12-19T05:10:28.502Z[ host-image] Dec 19 05:10:27.843 INFO O| Dec 19 05:10:27.843 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90932024-12-19T05:10:28.509Z[ host-image] Dec 19 05:10:27.853 INFO O| Dec 19 05:10:27.853 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
90942024-12-19T05:10:28.511Z[ host-image] Dec 19 05:10:27.854 INFO O| Dec 19 05:10:27.854 INFO STEP 9 (remove_files) COMPLETE
90952024-12-19T05:10:28.511Z[ host-image] Dec 19 05:10:27.854 INFO O| Dec 19 05:10:27.854 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90962024-12-19T05:10:28.519Z[ host-image] Dec 19 05:10:27.863 INFO O| Dec 19 05:10:27.863 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
90972024-12-19T05:10:28.522Z[ host-image] Dec 19 05:10:27.864 INFO O| Dec 19 05:10:27.864 INFO STEP 10 (remove_files) COMPLETE
90982024-12-19T05:10:28.522Z[ host-image] Dec 19 05:10:27.864 INFO O| Dec 19 05:10:27.864 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90992024-12-19T05:10:28.529Z[ host-image] Dec 19 05:10:27.874 INFO O| Dec 19 05:10:27.873 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
91002024-12-19T05:10:28.532Z[ host-image] Dec 19 05:10:27.874 INFO O| Dec 19 05:10:27.874 INFO STEP 11 (remove_files) COMPLETE
91012024-12-19T05:10:28.532Z[ host-image] Dec 19 05:10:27.874 INFO O| Dec 19 05:10:27.874 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91022024-12-19T05:10:28.539Z[ host-image] Dec 19 05:10:27.883 INFO O| Dec 19 05:10:27.883 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
91032024-12-19T05:10:28.541Z[ host-image] Dec 19 05:10:27.883 INFO O| Dec 19 05:10:27.883 INFO STEP 12 (remove_files) COMPLETE
91042024-12-19T05:10:28.541Z[ host-image] Dec 19 05:10:27.883 INFO O| Dec 19 05:10:27.883 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91052024-12-19T05:10:28.548Z[ host-image] Dec 19 05:10:27.893 INFO O| Dec 19 05:10:27.892 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91062024-12-19T05:10:28.550Z[ host-image] Dec 19 05:10:27.893 INFO O| Dec 19 05:10:27.893 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91072024-12-19T05:10:28.550Z[ host-image] Dec 19 05:10:27.893 INFO O| Dec 19 05:10:27.893 INFO STEP 13 (ensure_dir) COMPLETE
91082024-12-19T05:10:28.550Z[ host-image] Dec 19 05:10:27.893 INFO O| Dec 19 05:10:27.893 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91092024-12-19T05:10:28.558Z[ host-image] Dec 19 05:10:27.902 INFO O| Dec 19 05:10:27.902 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91102024-12-19T05:10:28.558Z[ host-image] Dec 19 05:10:27.902 INFO O| Dec 19 05:10:27.902 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91112024-12-19T05:10:28.560Z[ host-image] Dec 19 05:10:27.902 INFO O| Dec 19 05:10:27.902 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91122024-12-19T05:10:28.560Z[ host-image] Dec 19 05:10:27.902 INFO O| Dec 19 05:10:27.902 INFO STEP 14 (ensure_dir) COMPLETE
91132024-12-19T05:10:28.560Z[ host-image] Dec 19 05:10:27.902 INFO O| Dec 19 05:10:27.902 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91142024-12-19T05:10:28.567Z[ host-image] Dec 19 05:10:27.911 INFO O| Dec 19 05:10:27.911 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91152024-12-19T05:10:28.571Z[ host-image] Dec 19 05:10:27.912 INFO O| Dec 19 05:10:27.911 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91162024-12-19T05:10:28.571Z[ host-image] Dec 19 05:10:27.912 INFO O| Dec 19 05:10:27.912 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91172024-12-19T05:10:28.571Z[ host-image] Dec 19 05:10:27.912 INFO O| Dec 19 05:10:27.912 INFO STEP 15 (ensure_dir) COMPLETE
91182024-12-19T05:10:28.571Z[ host-image] Dec 19 05:10:27.912 INFO O| Dec 19 05:10:27.912 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91192024-12-19T05:10:28.577Z[ host-image] Dec 19 05:10:27.921 INFO O| Dec 19 05:10:27.921 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91202024-12-19T05:10:28.577Z[ host-image] Dec 19 05:10:27.921 INFO O| Dec 19 05:10:27.921 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91212024-12-19T05:10:28.579Z[ host-image] Dec 19 05:10:27.921 INFO O| Dec 19 05:10:27.921 INFO STEP 16 (ensure_dir) COMPLETE
91222024-12-19T05:10:28.579Z[ host-image] Dec 19 05:10:27.921 INFO O| Dec 19 05:10:27.921 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91232024-12-19T05:10:28.586Z[ host-image] Dec 19 05:10:27.930 INFO O| Dec 19 05:10:27.930 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91242024-12-19T05:10:28.586Z[ host-image] Dec 19 05:10:27.930 INFO O| Dec 19 05:10:27.930 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91252024-12-19T05:10:28.586Z[ host-image] Dec 19 05:10:27.930 INFO O| Dec 19 05:10:27.930 INFO STEP 17 (ensure_dir) COMPLETE
91262024-12-19T05:10:28.588Z[ host-image] Dec 19 05:10:27.930 INFO O| Dec 19 05:10:27.930 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91272024-12-19T05:10:28.595Z[ host-image] Dec 19 05:10:27.939 INFO O| Dec 19 05:10:27.939 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
91282024-12-19T05:10:28.595Z[ host-image] Dec 19 05:10:27.939 INFO O| Dec 19 05:10:27.939 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
91292024-12-19T05:10:28.598Z[ host-image] Dec 19 05:10:27.939 INFO O| Dec 19 05:10:27.939 INFO ok!
91302024-12-19T05:10:28.598Z[ host-image] Dec 19 05:10:27.939 INFO O| Dec 19 05:10:27.939 INFO STEP 18 (ensure_symlink) COMPLETE
91312024-12-19T05:10:28.598Z[ host-image] Dec 19 05:10:27.939 INFO O| Dec 19 05:10:27.939 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91322024-12-19T05:10:28.605Z[ host-image] Dec 19 05:10:27.949 INFO O| Dec 19 05:10:27.949 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
91332024-12-19T05:10:28.605Z[ host-image] Dec 19 05:10:27.949 INFO O| Dec 19 05:10:27.949 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
91342024-12-19T05:10:28.607Z[ host-image] Dec 19 05:10:27.949 INFO O| Dec 19 05:10:27.949 INFO ok!
91352024-12-19T05:10:28.607Z[ host-image] Dec 19 05:10:27.949 INFO O| Dec 19 05:10:27.949 INFO STEP 19 (ensure_file) COMPLETE
91362024-12-19T05:10:28.607Z[ host-image] Dec 19 05:10:27.949 INFO O| Dec 19 05:10:27.949 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91372024-12-19T05:10:28.614Z[ host-image] Dec 19 05:10:27.958 INFO O| Dec 19 05:10:27.958 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
91382024-12-19T05:10:28.614Z[ host-image] Dec 19 05:10:27.958 INFO O| Dec 19 05:10:27.958 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
91392024-12-19T05:10:28.616Z[ host-image] Dec 19 05:10:27.958 INFO O| Dec 19 05:10:27.958 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
91402024-12-19T05:10:28.616Z[ host-image] Dec 19 05:10:27.958 INFO O| Dec 19 05:10:27.958 INFO ok!
91412024-12-19T05:10:28.616Z[ host-image] Dec 19 05:10:27.958 INFO O| Dec 19 05:10:27.958 INFO STEP 20 (ensure_symlink) COMPLETE
91422024-12-19T05:10:28.616Z[ host-image] Dec 19 05:10:27.958 INFO O| Dec 19 05:10:27.958 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91432024-12-19T05:10:28.623Z[ host-image] Dec 19 05:10:27.968 INFO O| Dec 19 05:10:27.967 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
91442024-12-19T05:10:28.623Z[ host-image] Dec 19 05:10:27.968 INFO O| Dec 19 05:10:27.967 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
91452024-12-19T05:10:28.626Z[ host-image] Dec 19 05:10:27.968 INFO O| Dec 19 05:10:27.968 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
91462024-12-19T05:10:28.626Z[ host-image] Dec 19 05:10:27.968 INFO O| Dec 19 05:10:27.968 INFO ok!
91472024-12-19T05:10:28.626Z[ host-image] Dec 19 05:10:27.968 INFO O| Dec 19 05:10:27.968 INFO STEP 21 (ensure_symlink) COMPLETE
91482024-12-19T05:10:28.626Z[ host-image] Dec 19 05:10:27.968 INFO O| Dec 19 05:10:27.968 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91492024-12-19T05:10:28.633Z[ host-image] Dec 19 05:10:27.977 INFO O| Dec 19 05:10:27.977 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
91502024-12-19T05:10:28.633Z[ host-image] Dec 19 05:10:27.977 INFO O| Dec 19 05:10:27.977 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
91512024-12-19T05:10:28.635Z[ host-image] Dec 19 05:10:27.977 INFO O| Dec 19 05:10:27.977 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
91522024-12-19T05:10:28.635Z[ host-image] Dec 19 05:10:27.977 INFO O| Dec 19 05:10:27.977 INFO ok!
91532024-12-19T05:10:28.635Z[ host-image] Dec 19 05:10:27.977 INFO O| Dec 19 05:10:27.977 INFO STEP 22 (ensure_symlink) COMPLETE
91542024-12-19T05:10:28.635Z[ host-image] Dec 19 05:10:27.977 INFO O| Dec 19 05:10:27.977 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91552024-12-19T05:10:28.642Z[ host-image] Dec 19 05:10:27.986 INFO O| Dec 19 05:10:27.986 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
91562024-12-19T05:10:28.642Z[ host-image] Dec 19 05:10:27.986 INFO O| Dec 19 05:10:27.986 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
91572024-12-19T05:10:28.644Z[ host-image] Dec 19 05:10:27.986 INFO O| Dec 19 05:10:27.986 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
91582024-12-19T05:10:28.644Z[ host-image] Dec 19 05:10:27.986 INFO O| Dec 19 05:10:27.986 INFO ok!
91592024-12-19T05:10:28.644Z[ host-image] Dec 19 05:10:27.986 INFO O| Dec 19 05:10:27.986 INFO STEP 23 (ensure_symlink) COMPLETE
91602024-12-19T05:10:28.644Z[ host-image] Dec 19 05:10:27.986 INFO O| Dec 19 05:10:27.986 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91612024-12-19T05:10:28.651Z[ host-image] Dec 19 05:10:27.996 INFO O| Dec 19 05:10:27.996 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
91622024-12-19T05:10:28.654Z[ host-image] Dec 19 05:10:27.996 INFO O| Dec 19 05:10:27.996 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
91632024-12-19T05:10:28.654Z[ host-image] Dec 19 05:10:27.996 INFO O| Dec 19 05:10:27.996 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
91642024-12-19T05:10:28.654Z[ host-image] Dec 19 05:10:27.996 INFO O| Dec 19 05:10:27.996 INFO ok!
91652024-12-19T05:10:28.654Z[ host-image] Dec 19 05:10:27.996 INFO O| Dec 19 05:10:27.996 INFO STEP 24 (ensure_file) COMPLETE
91662024-12-19T05:10:28.655Z[ host-image] Dec 19 05:10:27.996 INFO O| Dec 19 05:10:27.996 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
91672024-12-19T05:10:28.662Z[ host-image] Dec 19 05:10:28.006 INFO O| Dec 19 05:10:28.006 INFO updating shadow file
91682024-12-19T05:10:28.664Z[ host-image] Dec 19 05:10:28.006 INFO O| Dec 19 05:10:28.006 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91692024-12-19T05:10:28.664Z[ host-image] Dec 19 05:10:28.006 INFO O| Dec 19 05:10:28.006 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91702024-12-19T05:10:28.664Z[ host-image] Dec 19 05:10:28.006 INFO O| Dec 19 05:10:28.006 INFO STEP 25 (shadow) COMPLETE
91712024-12-19T05:10:28.664Z[ host-image] Dec 19 05:10:28.006 INFO O| Dec 19 05:10:28.006 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91722024-12-19T05:10:28.672Z[ host-image] Dec 19 05:10:28.016 INFO O| Dec 19 05:10:28.016 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
91732024-12-19T05:10:28.672Z[ host-image] Dec 19 05:10:28.016 INFO O| Dec 19 05:10:28.016 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
91742024-12-19T05:10:28.674Z[ host-image] Dec 19 05:10:28.016 INFO O| Dec 19 05:10:28.016 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
91752024-12-19T05:10:28.674Z[ host-image] Dec 19 05:10:28.016 INFO O| Dec 19 05:10:28.016 INFO ok!
91762024-12-19T05:10:28.674Z[ host-image] Dec 19 05:10:28.016 INFO O| Dec 19 05:10:28.016 INFO STEP 26 (ensure_file) COMPLETE
91772024-12-19T05:10:28.674Z[ host-image] Dec 19 05:10:28.016 INFO O| Dec 19 05:10:28.016 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91782024-12-19T05:10:28.681Z[ host-image] Dec 19 05:10:28.025 INFO O| Dec 19 05:10:28.025 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
91792024-12-19T05:10:28.681Z[ host-image] Dec 19 05:10:28.025 INFO O| Dec 19 05:10:28.025 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
91802024-12-19T05:10:28.681Z[ host-image] Dec 19 05:10:28.025 INFO O| Dec 19 05:10:28.025 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
91812024-12-19T05:10:28.683Z[ host-image] Dec 19 05:10:28.025 INFO O| Dec 19 05:10:28.025 INFO ok!
91822024-12-19T05:10:28.683Z[ host-image] Dec 19 05:10:28.025 INFO O| Dec 19 05:10:28.025 INFO STEP 27 (ensure_file) COMPLETE
91832024-12-19T05:10:28.684Z[ host-image] Dec 19 05:10:28.025 INFO O| Dec 19 05:10:28.025 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91842024-12-19T05:10:28.691Z[ host-image] Dec 19 05:10:28.035 INFO O| Dec 19 05:10:28.035 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
91852024-12-19T05:10:28.691Z[ host-image] Dec 19 05:10:28.035 INFO O| Dec 19 05:10:28.035 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
91862024-12-19T05:10:28.693Z[ host-image] Dec 19 05:10:28.035 INFO O| Dec 19 05:10:28.035 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
91872024-12-19T05:10:28.694Z[ host-image] Dec 19 05:10:28.035 INFO O| Dec 19 05:10:28.035 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
91882024-12-19T05:10:28.694Z[ host-image] Dec 19 05:10:28.035 INFO O| Dec 19 05:10:28.035 INFO ok!
91892024-12-19T05:10:28.694Z[ host-image] Dec 19 05:10:28.035 INFO O| Dec 19 05:10:28.035 INFO STEP 28 (ensure_file) COMPLETE
91902024-12-19T05:10:28.694Z[ host-image] Dec 19 05:10:28.035 INFO O| Dec 19 05:10:28.035 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91912024-12-19T05:10:28.701Z[ host-image] Dec 19 05:10:28.045 INFO O| Dec 19 05:10:28.045 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
91922024-12-19T05:10:28.701Z[ host-image] Dec 19 05:10:28.045 INFO O| Dec 19 05:10:28.045 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
91932024-12-19T05:10:28.703Z[ host-image] Dec 19 05:10:28.045 INFO O| Dec 19 05:10:28.045 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
91942024-12-19T05:10:28.703Z[ host-image] Dec 19 05:10:28.045 INFO O| Dec 19 05:10:28.045 INFO ok!
91952024-12-19T05:10:28.703Z[ host-image] Dec 19 05:10:28.045 INFO O| Dec 19 05:10:28.045 INFO STEP 29 (ensure_file) COMPLETE
91962024-12-19T05:10:28.703Z[ host-image] Dec 19 05:10:28.045 INFO O| Dec 19 05:10:28.045 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91972024-12-19T05:10:28.710Z[ host-image] Dec 19 05:10:28.054 INFO O| Dec 19 05:10:28.054 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
91982024-12-19T05:10:28.710Z[ host-image] Dec 19 05:10:28.054 INFO O| Dec 19 05:10:28.054 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
91992024-12-19T05:10:28.713Z[ host-image] Dec 19 05:10:28.054 INFO O| Dec 19 05:10:28.054 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
92002024-12-19T05:10:28.713Z[ host-image] Dec 19 05:10:28.054 INFO O| Dec 19 05:10:28.054 INFO ok!
92012024-12-19T05:10:28.713Z[ host-image] Dec 19 05:10:28.054 INFO O| Dec 19 05:10:28.054 INFO STEP 30 (ensure_file) COMPLETE
92022024-12-19T05:10:28.713Z[ host-image] Dec 19 05:10:28.054 INFO O| Dec 19 05:10:28.054 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92032024-12-19T05:10:28.720Z[ host-image] Dec 19 05:10:28.064 INFO O| Dec 19 05:10:28.064 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
92042024-12-19T05:10:28.720Z[ host-image] Dec 19 05:10:28.064 INFO O| Dec 19 05:10:28.064 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
92052024-12-19T05:10:28.722Z[ host-image] Dec 19 05:10:28.064 INFO O| Dec 19 05:10:28.064 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
92062024-12-19T05:10:28.722Z[ host-image] Dec 19 05:10:28.064 INFO O| Dec 19 05:10:28.064 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
92072024-12-19T05:10:28.722Z[ host-image] Dec 19 05:10:28.064 INFO O| Dec 19 05:10:28.064 INFO ok!
92082024-12-19T05:10:28.722Z[ host-image] Dec 19 05:10:28.064 INFO O| Dec 19 05:10:28.064 INFO STEP 31 (ensure_file) COMPLETE
92092024-12-19T05:10:28.723Z[ host-image] Dec 19 05:10:28.064 INFO O| Dec 19 05:10:28.064 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92102024-12-19T05:10:28.729Z[ host-image] Dec 19 05:10:28.073 INFO O| Dec 19 05:10:28.073 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
92112024-12-19T05:10:28.732Z[ host-image] Dec 19 05:10:28.073 INFO O| Dec 19 05:10:28.073 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
92122024-12-19T05:10:28.732Z[ host-image] Dec 19 05:10:28.073 INFO O| Dec 19 05:10:28.073 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
92132024-12-19T05:10:28.732Z[ host-image] Dec 19 05:10:28.074 INFO O| Dec 19 05:10:28.073 INFO ok!
92142024-12-19T05:10:28.732Z[ host-image] Dec 19 05:10:28.074 INFO O| Dec 19 05:10:28.073 INFO STEP 32 (ensure_file) COMPLETE
92152024-12-19T05:10:28.732Z[ host-image] Dec 19 05:10:28.074 INFO O| Dec 19 05:10:28.073 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92162024-12-19T05:10:28.739Z[ host-image] Dec 19 05:10:28.083 INFO O| Dec 19 05:10:28.083 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
92172024-12-19T05:10:28.739Z[ host-image] Dec 19 05:10:28.083 INFO O| Dec 19 05:10:28.083 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
92182024-12-19T05:10:28.742Z[ host-image] Dec 19 05:10:28.083 INFO O| Dec 19 05:10:28.083 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
92192024-12-19T05:10:28.742Z[ host-image] Dec 19 05:10:28.083 INFO O| Dec 19 05:10:28.083 INFO ok!
92202024-12-19T05:10:28.742Z[ host-image] Dec 19 05:10:28.083 INFO O| Dec 19 05:10:28.083 INFO STEP 33 (ensure_file) COMPLETE
92212024-12-19T05:10:28.742Z[ host-image] Dec 19 05:10:28.083 INFO O| Dec 19 05:10:28.083 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92222024-12-19T05:10:28.749Z[ host-image] Dec 19 05:10:28.093 INFO O| Dec 19 05:10:28.093 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
92232024-12-19T05:10:28.749Z[ host-image] Dec 19 05:10:28.093 INFO O| Dec 19 05:10:28.093 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
92242024-12-19T05:10:28.752Z[ host-image] Dec 19 05:10:28.093 INFO O| Dec 19 05:10:28.093 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92252024-12-19T05:10:28.752Z[ host-image] Dec 19 05:10:28.093 INFO O| Dec 19 05:10:28.093 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92262024-12-19T05:10:28.752Z[ host-image] Dec 19 05:10:28.093 INFO O| Dec 19 05:10:28.093 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92272024-12-19T05:10:28.752Z[ host-image] Dec 19 05:10:28.093 INFO O| Dec 19 05:10:28.093 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92282024-12-19T05:10:28.752Z[ host-image] Dec 19 05:10:28.093 INFO O| Dec 19 05:10:28.093 INFO ok!
92292024-12-19T05:10:28.752Z[ host-image] Dec 19 05:10:28.093 INFO O| Dec 19 05:10:28.093 INFO STEP 34 (ensure_file) COMPLETE
92302024-12-19T05:10:28.752Z[ host-image] Dec 19 05:10:28.093 INFO O| Dec 19 05:10:28.093 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92312024-12-19T05:10:28.759Z[ host-image] Dec 19 05:10:28.103 INFO O| Dec 19 05:10:28.103 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92322024-12-19T05:10:28.761Z[ host-image] Dec 19 05:10:28.103 INFO O| Dec 19 05:10:28.103 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92332024-12-19T05:10:28.761Z[ host-image] Dec 19 05:10:28.103 INFO O| Dec 19 05:10:28.103 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92342024-12-19T05:10:28.761Z[ host-image] Dec 19 05:10:28.103 INFO O| Dec 19 05:10:28.103 INFO STEP 35 (ensure_dir) COMPLETE
92352024-12-19T05:10:28.761Z[ host-image] Dec 19 05:10:28.103 INFO O| Dec 19 05:10:28.103 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92362024-12-19T05:10:28.769Z[ host-image] Dec 19 05:10:28.113 INFO O| Dec 19 05:10:28.113 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
92372024-12-19T05:10:28.769Z[ host-image] Dec 19 05:10:28.113 INFO O| Dec 19 05:10:28.113 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 ...
92382024-12-19T05:10:28.772Z[ host-image] Dec 19 05:10:28.113 INFO O| Dec 19 05:10:28.113 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
92392024-12-19T05:10:28.773Z[ host-image] Dec 19 05:10:28.113 INFO O| Dec 19 05:10:28.113 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
92402024-12-19T05:10:28.773Z[ host-image] Dec 19 05:10:28.113 INFO O| Dec 19 05:10:28.113 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
92412024-12-19T05:10:28.773Z[ host-image] Dec 19 05:10:28.113 INFO O| Dec 19 05:10:28.113 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
92422024-12-19T05:10:28.773Z[ host-image] Dec 19 05:10:28.113 INFO O| Dec 19 05:10:28.113 INFO ok!
92432024-12-19T05:10:28.773Z[ host-image] Dec 19 05:10:28.113 INFO O| Dec 19 05:10:28.113 INFO STEP 36 (ensure_file) COMPLETE
92442024-12-19T05:10:28.773Z[ host-image] Dec 19 05:10:28.113 INFO O| Dec 19 05:10:28.113 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92452024-12-19T05:10:28.779Z[ host-image] Dec 19 05:10:28.123 INFO O| Dec 19 05:10:28.123 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
92462024-12-19T05:10:28.779Z[ host-image] Dec 19 05:10:28.123 INFO O| Dec 19 05:10:28.123 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 ...
92472024-12-19T05:10:28.781Z[ host-image] Dec 19 05:10:28.123 INFO O| Dec 19 05:10:28.123 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
92482024-12-19T05:10:28.781Z[ host-image] Dec 19 05:10:28.123 INFO O| Dec 19 05:10:28.123 INFO ok!
92492024-12-19T05:10:28.781Z[ host-image] Dec 19 05:10:28.123 INFO O| Dec 19 05:10:28.123 INFO STEP 37 (ensure_symlink) COMPLETE
92502024-12-19T05:10:28.781Z[ host-image] Dec 19 05:10:28.123 INFO O| Dec 19 05:10:28.123 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92512024-12-19T05:10:28.788Z[ host-image] Dec 19 05:10:28.132 INFO O| Dec 19 05:10:28.132 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
92522024-12-19T05:10:28.788Z[ host-image] Dec 19 05:10:28.132 INFO O| Dec 19 05:10:28.132 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
92532024-12-19T05:10:28.790Z[ host-image] Dec 19 05:10:28.132 INFO O| Dec 19 05:10:28.132 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92542024-12-19T05:10:28.790Z[ host-image] Dec 19 05:10:28.132 INFO O| Dec 19 05:10:28.132 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92552024-12-19T05:10:28.790Z[ host-image] Dec 19 05:10:28.132 INFO O| Dec 19 05:10:28.132 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92562024-12-19T05:10:28.791Z[ host-image] Dec 19 05:10:28.132 INFO O| Dec 19 05:10:28.132 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92572024-12-19T05:10:28.791Z[ host-image] Dec 19 05:10:28.132 INFO O| Dec 19 05:10:28.132 INFO ok!
92582024-12-19T05:10:28.791Z[ host-image] Dec 19 05:10:28.132 INFO O| Dec 19 05:10:28.132 INFO STEP 38 (ensure_file) COMPLETE
92592024-12-19T05:10:28.791Z[ host-image] Dec 19 05:10:28.132 INFO O| Dec 19 05:10:28.132 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92602024-12-19T05:10:28.798Z[ host-image] Dec 19 05:10:28.142 INFO O| Dec 19 05:10:28.142 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
92612024-12-19T05:10:28.798Z[ host-image] Dec 19 05:10:28.142 INFO O| Dec 19 05:10:28.142 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 ...
92622024-12-19T05:10:28.800Z[ host-image] Dec 19 05:10:28.142 INFO O| Dec 19 05:10:28.142 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
92632024-12-19T05:10:28.800Z[ host-image] Dec 19 05:10:28.142 INFO O| Dec 19 05:10:28.142 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
92642024-12-19T05:10:28.800Z[ host-image] Dec 19 05:10:28.142 INFO O| Dec 19 05:10:28.142 INFO ok!
92652024-12-19T05:10:28.800Z[ host-image] Dec 19 05:10:28.142 INFO O| Dec 19 05:10:28.142 INFO STEP 39 (ensure_file) COMPLETE
92662024-12-19T05:10:28.801Z[ host-image] Dec 19 05:10:28.142 INFO O| Dec 19 05:10:28.142 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92672024-12-19T05:10:28.808Z[ host-image] Dec 19 05:10:28.152 INFO O| Dec 19 05:10:28.152 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
92682024-12-19T05:10:28.810Z[ host-image] Dec 19 05:10:28.152 INFO O| Dec 19 05:10:28.152 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
92692024-12-19T05:10:28.810Z[ host-image] Dec 19 05:10:28.152 INFO O| Dec 19 05:10:28.152 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
92702024-12-19T05:10:28.810Z[ host-image] Dec 19 05:10:28.152 INFO O| Dec 19 05:10:28.152 INFO ok!
92712024-12-19T05:10:28.810Z[ host-image] Dec 19 05:10:28.152 INFO O| Dec 19 05:10:28.152 INFO STEP 40 (ensure_file) COMPLETE
92722024-12-19T05:10:28.810Z[ host-image] Dec 19 05:10:28.152 INFO O| Dec 19 05:10:28.152 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
92732024-12-19T05:10:28.817Z[ host-image] Dec 19 05:10:28.161 INFO O| Dec 19 05:10:28.161 INFO updating shadow file
92742024-12-19T05:10:28.820Z[ host-image] Dec 19 05:10:28.162 INFO O| Dec 19 05:10:28.162 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
92752024-12-19T05:10:28.820Z[ host-image] Dec 19 05:10:28.162 INFO O| Dec 19 05:10:28.162 INFO STEP 41 (shadow) COMPLETE
92762024-12-19T05:10:28.820Z[ host-image] Dec 19 05:10:28.162 INFO O| Dec 19 05:10:28.162 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
92772024-12-19T05:10:28.827Z[ host-image] Dec 19 05:10:28.171 INFO O| Dec 19 05:10:28.171 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
92782024-12-19T05:10:28.827Z[ host-image] Dec 19 05:10:28.171 INFO O| Dec 19 05:10:28.171 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
92792024-12-19T05:10:28.829Z[ host-image] Dec 19 05:10:28.171 INFO O| Dec 19 05:10:28.171 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
92802024-12-19T05:10:28.829Z[ host-image] Dec 19 05:10:28.171 INFO O| Dec 19 05:10:28.171 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
92812024-12-19T05:10:28.830Z[ host-image] Dec 19 05:10:28.171 INFO O| Dec 19 05:10:28.171 INFO ok!
92822024-12-19T05:10:28.830Z[ host-image] Dec 19 05:10:28.171 INFO O| Dec 19 05:10:28.171 INFO STEP 42 (ensure_file) COMPLETE
92832024-12-19T05:10:28.831Z[ host-image] Dec 19 05:10:28.171 INFO O| Dec 19 05:10:28.171 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92842024-12-19T05:10:28.831Z[ host-image] Dec 19 05:10:28.171 INFO O| Dec 19 05:10:28.171 INFO skip step because feature "mfg" is not enabled
92852024-12-19T05:10:28.831Z[ host-image] Dec 19 05:10:28.171 INFO O| Dec 19 05:10:28.171 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92862024-12-19T05:10:28.831Z[ host-image] Dec 19 05:10:28.171 INFO O| Dec 19 05:10:28.171 INFO skip step because feature "mfg" is not enabled
92872024-12-19T05:10:28.831Z[ host-image] Dec 19 05:10:28.172 INFO O| Dec 19 05:10:28.171 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92882024-12-19T05:10:28.837Z[ host-image] Dec 19 05:10:28.181 INFO O| Dec 19 05:10:28.181 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
92892024-12-19T05:10:28.837Z[ host-image] Dec 19 05:10:28.181 INFO O| Dec 19 05:10:28.181 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
92902024-12-19T05:10:29.472Z[ host-image] Dec 19 05:10:28.816 INFO O| Dec 19 05:10:28.816 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
92912024-12-19T05:10:29.472Z[ host-image] Dec 19 05:10:28.816 INFO O| Dec 19 05:10:28.816 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
92922024-12-19T05:10:29.472Z[ host-image] Dec 19 05:10:28.816 INFO O| Dec 19 05:10:28.816 INFO ok!
92932024-12-19T05:10:29.472Z[ host-image] Dec 19 05:10:28.816 INFO O| Dec 19 05:10:28.816 INFO STEP 45 (ensure_file) COMPLETE
92942024-12-19T05:10:29.472Z[ host-image] Dec 19 05:10:28.816 INFO O| Dec 19 05:10:28.816 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92952024-12-19T05:10:29.483Z[ host-image] Dec 19 05:10:28.827 INFO O| Dec 19 05:10:28.827 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
92962024-12-19T05:10:29.483Z[ host-image] Dec 19 05:10:28.827 INFO O| Dec 19 05:10:28.827 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
92972024-12-19T05:10:29.486Z[ host-image] Dec 19 05:10:28.828 INFO O| Dec 19 05:10:28.828 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92982024-12-19T05:10:29.486Z[ host-image] Dec 19 05:10:28.828 INFO O| Dec 19 05:10:28.828 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92992024-12-19T05:10:29.487Z[ host-image] Dec 19 05:10:28.828 INFO O| Dec 19 05:10:28.828 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93002024-12-19T05:10:29.487Z[ host-image] Dec 19 05:10:28.828 INFO O| Dec 19 05:10:28.828 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93012024-12-19T05:10:29.487Z[ host-image] Dec 19 05:10:28.828 INFO O| Dec 19 05:10:28.828 INFO ok!
93022024-12-19T05:10:29.487Z[ host-image] Dec 19 05:10:28.828 INFO O| Dec 19 05:10:28.828 INFO STEP 46 (ensure_file) COMPLETE
93032024-12-19T05:10:29.487Z[ host-image] Dec 19 05:10:28.828 INFO O| Dec 19 05:10:28.828 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93042024-12-19T05:10:29.493Z[ host-image] Dec 19 05:10:28.837 INFO O| Dec 19 05:10:28.837 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
93052024-12-19T05:10:29.493Z[ host-image] Dec 19 05:10:28.837 INFO O| Dec 19 05:10:28.837 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 ...
93062024-12-19T05:10:29.497Z[ host-image] Dec 19 05:10:28.838 INFO O| Dec 19 05:10:28.837 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
93072024-12-19T05:10:29.497Z[ host-image] Dec 19 05:10:28.838 INFO O| Dec 19 05:10:28.838 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
93082024-12-19T05:10:29.497Z[ host-image] Dec 19 05:10:28.838 INFO O| Dec 19 05:10:28.838 INFO ok!
93092024-12-19T05:10:29.498Z[ host-image] Dec 19 05:10:28.838 INFO O| Dec 19 05:10:28.838 INFO STEP 47 (ensure_file) COMPLETE
93102024-12-19T05:10:29.498Z[ host-image] Dec 19 05:10:28.838 INFO O| Dec 19 05:10:28.838 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93112024-12-19T05:10:29.503Z[ host-image] Dec 19 05:10:28.847 INFO O| Dec 19 05:10:28.847 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
93122024-12-19T05:10:29.503Z[ host-image] Dec 19 05:10:28.847 INFO O| Dec 19 05:10:28.847 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
93132024-12-19T05:10:29.505Z[ host-image] Dec 19 05:10:28.847 INFO O| Dec 19 05:10:28.847 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93142024-12-19T05:10:29.505Z[ host-image] Dec 19 05:10:28.847 INFO O| Dec 19 05:10:28.847 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93152024-12-19T05:10:29.505Z[ host-image] Dec 19 05:10:28.847 INFO O| Dec 19 05:10:28.847 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93162024-12-19T05:10:29.505Z[ host-image] Dec 19 05:10:28.847 INFO O| Dec 19 05:10:28.847 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93172024-12-19T05:10:29.505Z[ host-image] Dec 19 05:10:28.847 INFO O| Dec 19 05:10:28.847 INFO ok!
93182024-12-19T05:10:29.505Z[ host-image] Dec 19 05:10:28.847 INFO O| Dec 19 05:10:28.847 INFO STEP 48 (ensure_file) COMPLETE
93192024-12-19T05:10:29.505Z[ host-image] Dec 19 05:10:28.847 INFO O| Dec 19 05:10:28.847 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93202024-12-19T05:10:29.513Z[ host-image] Dec 19 05:10:28.857 INFO O| Dec 19 05:10:28.857 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
93212024-12-19T05:10:29.513Z[ host-image] Dec 19 05:10:28.857 INFO O| Dec 19 05:10:28.857 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 ...
93222024-12-19T05:10:29.515Z[ host-image] Dec 19 05:10:28.857 INFO O| Dec 19 05:10:28.857 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
93232024-12-19T05:10:29.515Z[ host-image] Dec 19 05:10:28.857 INFO O| Dec 19 05:10:28.857 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
93242024-12-19T05:10:29.515Z[ host-image] Dec 19 05:10:28.857 INFO O| Dec 19 05:10:28.857 INFO ok!
93252024-12-19T05:10:29.515Z[ host-image] Dec 19 05:10:28.857 INFO O| Dec 19 05:10:28.857 INFO STEP 49 (ensure_file) COMPLETE
93262024-12-19T05:10:29.515Z[ host-image] Dec 19 05:10:28.857 INFO O| Dec 19 05:10:28.857 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93272024-12-19T05:10:29.522Z[ host-image] Dec 19 05:10:28.866 INFO O| Dec 19 05:10:28.866 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
93282024-12-19T05:10:29.524Z[ host-image] Dec 19 05:10:28.866 INFO O| Dec 19 05:10:28.866 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
93292024-12-19T05:10:29.524Z[ host-image] Dec 19 05:10:28.866 INFO O| Dec 19 05:10:28.866 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93302024-12-19T05:10:29.524Z[ host-image] Dec 19 05:10:28.866 INFO O| Dec 19 05:10:28.866 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93312024-12-19T05:10:29.524Z[ host-image] Dec 19 05:10:28.866 INFO O| Dec 19 05:10:28.866 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93322024-12-19T05:10:29.524Z[ host-image] Dec 19 05:10:28.866 INFO O| Dec 19 05:10:28.866 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93332024-12-19T05:10:29.524Z[ host-image] Dec 19 05:10:28.866 INFO O| Dec 19 05:10:28.866 INFO ok!
93342024-12-19T05:10:29.524Z[ host-image] Dec 19 05:10:28.866 INFO O| Dec 19 05:10:28.866 INFO STEP 50 (ensure_file) COMPLETE
93352024-12-19T05:10:29.524Z[ host-image] Dec 19 05:10:28.866 INFO O| Dec 19 05:10:28.866 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93362024-12-19T05:10:29.531Z[ host-image] Dec 19 05:10:28.876 INFO O| Dec 19 05:10:28.875 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
93372024-12-19T05:10:29.531Z[ host-image] Dec 19 05:10:28.876 INFO O| Dec 19 05:10:28.876 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 ...
93382024-12-19T05:10:29.535Z[ host-image] Dec 19 05:10:28.876 INFO O| Dec 19 05:10:28.876 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
93392024-12-19T05:10:29.536Z[ host-image] Dec 19 05:10:28.876 INFO O| Dec 19 05:10:28.876 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
93402024-12-19T05:10:29.536Z[ host-image] Dec 19 05:10:28.876 INFO O| Dec 19 05:10:28.876 INFO ok!
93412024-12-19T05:10:29.536Z[ host-image] Dec 19 05:10:28.876 INFO O| Dec 19 05:10:28.876 INFO STEP 51 (ensure_file) COMPLETE
93422024-12-19T05:10:29.536Z[ host-image] Dec 19 05:10:28.876 INFO O| Dec 19 05:10:28.876 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93432024-12-19T05:10:29.541Z[ host-image] Dec 19 05:10:28.885 INFO O| Dec 19 05:10:28.885 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
93442024-12-19T05:10:29.543Z[ host-image] Dec 19 05:10:28.885 INFO O| Dec 19 05:10:28.885 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 ...
93452024-12-19T05:10:29.543Z[ host-image] Dec 19 05:10:28.885 INFO O| Dec 19 05:10:28.885 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
93462024-12-19T05:10:29.544Z[ host-image] Dec 19 05:10:28.885 INFO O| Dec 19 05:10:28.885 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
93472024-12-19T05:10:29.544Z[ host-image] Dec 19 05:10:28.885 INFO O| Dec 19 05:10:28.885 INFO ok!
93482024-12-19T05:10:29.544Z[ host-image] Dec 19 05:10:28.885 INFO O| Dec 19 05:10:28.885 INFO STEP 52 (ensure_file) COMPLETE
93492024-12-19T05:10:29.544Z[ host-image] Dec 19 05:10:28.885 INFO O| Dec 19 05:10:28.885 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93502024-12-19T05:10:29.551Z[ host-image] Dec 19 05:10:28.895 INFO O| Dec 19 05:10:28.895 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
93512024-12-19T05:10:29.553Z[ host-image] Dec 19 05:10:28.895 INFO O| Dec 19 05:10:28.895 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 ...
93522024-12-19T05:10:29.553Z[ host-image] Dec 19 05:10:28.895 INFO O| Dec 19 05:10:28.895 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
93532024-12-19T05:10:29.554Z[ host-image] Dec 19 05:10:28.895 INFO O| Dec 19 05:10:28.895 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
93542024-12-19T05:10:29.554Z[ host-image] Dec 19 05:10:28.895 INFO O| Dec 19 05:10:28.895 INFO ok!
93552024-12-19T05:10:29.554Z[ host-image] Dec 19 05:10:28.895 INFO O| Dec 19 05:10:28.895 INFO STEP 53 (ensure_file) COMPLETE
93562024-12-19T05:10:29.554Z[ host-image] Dec 19 05:10:28.895 INFO O| Dec 19 05:10:28.895 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93572024-12-19T05:10:29.561Z[ host-image] Dec 19 05:10:28.904 INFO O| Dec 19 05:10:28.904 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
93582024-12-19T05:10:29.561Z[ host-image] Dec 19 05:10:28.904 INFO O| Dec 19 05:10:28.904 INFO STEP 54 (ensure_dir) COMPLETE
93592024-12-19T05:10:29.563Z[ host-image] Dec 19 05:10:28.904 INFO O| Dec 19 05:10:28.904 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93602024-12-19T05:10:29.570Z[ host-image] Dec 19 05:10:28.914 INFO O| Dec 19 05:10:28.913 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
93612024-12-19T05:10:29.570Z[ host-image] Dec 19 05:10:28.914 INFO O| Dec 19 05:10:28.914 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
93622024-12-19T05:10:29.572Z[ host-image] Dec 19 05:10:28.914 INFO O| Dec 19 05:10:28.914 INFO STEP 55 (ensure_dir) COMPLETE
93632024-12-19T05:10:29.572Z[ host-image] Dec 19 05:10:28.914 INFO O| Dec 19 05:10:28.914 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93642024-12-19T05:10:29.580Z[ host-image] Dec 19 05:10:28.923 INFO O| Dec 19 05:10:28.923 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
93652024-12-19T05:10:29.580Z[ host-image] Dec 19 05:10:28.923 INFO O| Dec 19 05:10:28.923 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
93662024-12-19T05:10:29.580Z[ host-image] Dec 19 05:10:28.923 INFO O| Dec 19 05:10:28.923 INFO STEP 56 (ensure_dir) COMPLETE
93672024-12-19T05:10:29.583Z[ host-image] Dec 19 05:10:28.923 INFO O| Dec 19 05:10:28.923 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93682024-12-19T05:10:29.589Z[ host-image] Dec 19 05:10:28.932 INFO O| Dec 19 05:10:28.932 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
93692024-12-19T05:10:29.589Z[ host-image] Dec 19 05:10:28.932 INFO O| Dec 19 05:10:28.932 INFO copying /tmp/.tmpQNcPdX/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
93702024-12-19T05:10:29.605Z[ host-image] Dec 19 05:10:28.948 INFO O| Dec 19 05:10:28.948 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
93712024-12-19T05:10:29.605Z[ host-image] Dec 19 05:10:28.948 INFO O| Dec 19 05:10:28.948 INFO ok!
93722024-12-19T05:10:29.607Z[ host-image] Dec 19 05:10:28.948 INFO O| Dec 19 05:10:28.948 INFO STEP 57 (ensure_file) COMPLETE
93732024-12-19T05:10:29.607Z[ host-image] Dec 19 05:10:28.948 INFO O| Dec 19 05:10:28.948 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93742024-12-19T05:10:29.613Z[ host-image] Dec 19 05:10:28.957 INFO O| Dec 19 05:10:28.957 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
93752024-12-19T05:10:29.613Z[ host-image] Dec 19 05:10:28.957 INFO O| Dec 19 05:10:28.957 INFO copying /tmp/.tmpQNcPdX/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
93762024-12-19T05:10:30.685Z[ host-image] Dec 19 05:10:30.029 INFO O| Dec 19 05:10:30.029 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
93772024-12-19T05:10:30.685Z[ host-image] Dec 19 05:10:30.029 INFO O| Dec 19 05:10:30.029 INFO ok!
93782024-12-19T05:10:30.685Z[ host-image] Dec 19 05:10:30.029 INFO O| Dec 19 05:10:30.029 INFO STEP 58 (ensure_file) COMPLETE
93792024-12-19T05:10:30.688Z[ host-image] Dec 19 05:10:30.029 INFO O| Dec 19 05:10:30.029 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93802024-12-19T05:10:30.696Z[ host-image] Dec 19 05:10:30.040 INFO O| Dec 19 05:10:30.040 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
93812024-12-19T05:10:30.698Z[ host-image] Dec 19 05:10:30.040 INFO O| Dec 19 05:10:30.040 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
93822024-12-19T05:10:30.698Z[ host-image] Dec 19 05:10:30.040 INFO O| Dec 19 05:10:30.040 INFO STEP 59 (ensure_dir) COMPLETE
93832024-12-19T05:10:30.699Z[ host-image] Dec 19 05:10:30.040 INFO O| Dec 19 05:10:30.040 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93842024-12-19T05:10:30.706Z[ host-image] Dec 19 05:10:30.050 INFO O| Dec 19 05:10:30.050 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
93852024-12-19T05:10:30.706Z[ host-image] Dec 19 05:10:30.050 INFO O| Dec 19 05:10:30.050 INFO copying /tmp/.tmpQNcPdX/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 ...
93862024-12-19T05:10:30.709Z[ host-image] Dec 19 05:10:30.050 INFO O| Dec 19 05:10:30.050 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
93872024-12-19T05:10:30.709Z[ host-image] Dec 19 05:10:30.050 INFO O| Dec 19 05:10:30.050 INFO ok!
93882024-12-19T05:10:30.709Z[ host-image] Dec 19 05:10:30.050 INFO O| Dec 19 05:10:30.050 INFO STEP 60 (ensure_file) COMPLETE
93892024-12-19T05:10:30.710Z[ host-image] Dec 19 05:10:30.050 INFO O| Dec 19 05:10:30.050 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93902024-12-19T05:10:30.716Z[ host-image] Dec 19 05:10:30.060 INFO O| Dec 19 05:10:30.060 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
93912024-12-19T05:10:30.716Z[ host-image] Dec 19 05:10:30.060 INFO O| Dec 19 05:10:30.060 INFO copying /tmp/.tmpQNcPdX/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 ...
93922024-12-19T05:10:30.718Z[ host-image] Dec 19 05:10:30.060 INFO O| Dec 19 05:10:30.060 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
93932024-12-19T05:10:30.718Z[ host-image] Dec 19 05:10:30.060 INFO O| Dec 19 05:10:30.060 INFO ok!
93942024-12-19T05:10:30.718Z[ host-image] Dec 19 05:10:30.060 INFO O| Dec 19 05:10:30.060 INFO STEP 61 (ensure_file) COMPLETE
93952024-12-19T05:10:30.718Z[ host-image] Dec 19 05:10:30.060 INFO O| Dec 19 05:10:30.060 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93962024-12-19T05:10:30.725Z[ host-image] Dec 19 05:10:30.069 INFO O| Dec 19 05:10:30.069 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
93972024-12-19T05:10:30.725Z[ host-image] Dec 19 05:10:30.069 INFO O| Dec 19 05:10:30.069 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
93982024-12-19T05:10:30.727Z[ host-image] Dec 19 05:10:30.069 INFO O| Dec 19 05:10:30.069 INFO STEP 62 (ensure_dir) COMPLETE
93992024-12-19T05:10:30.727Z[ host-image] Dec 19 05:10:30.069 INFO O| Dec 19 05:10:30.069 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94002024-12-19T05:10:30.734Z[ host-image] Dec 19 05:10:30.078 INFO O| Dec 19 05:10:30.078 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
94012024-12-19T05:10:30.737Z[ host-image] Dec 19 05:10:30.078 INFO O| Dec 19 05:10:30.078 INFO copying /tmp/.tmpQNcPdX/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 ...
94022024-12-19T05:10:30.737Z[ host-image] Dec 19 05:10:30.078 INFO O| Dec 19 05:10:30.078 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
94032024-12-19T05:10:30.737Z[ host-image] Dec 19 05:10:30.078 INFO O| Dec 19 05:10:30.078 INFO ok!
94042024-12-19T05:10:30.738Z[ host-image] Dec 19 05:10:30.078 INFO O| Dec 19 05:10:30.078 INFO STEP 63 (ensure_file) COMPLETE
94052024-12-19T05:10:30.738Z[ host-image] Dec 19 05:10:30.078 INFO O| Dec 19 05:10:30.078 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94062024-12-19T05:10:30.743Z[ host-image] Dec 19 05:10:30.087 INFO O| Dec 19 05:10:30.087 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
94072024-12-19T05:10:30.743Z[ host-image] Dec 19 05:10:30.088 INFO O| Dec 19 05:10:30.087 INFO copying /tmp/.tmpQNcPdX/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 ...
94082024-12-19T05:10:30.746Z[ host-image] Dec 19 05:10:30.088 INFO O| Dec 19 05:10:30.088 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
94092024-12-19T05:10:30.746Z[ host-image] Dec 19 05:10:30.088 INFO O| Dec 19 05:10:30.088 INFO ok!
94102024-12-19T05:10:30.746Z[ host-image] Dec 19 05:10:30.088 INFO O| Dec 19 05:10:30.088 INFO STEP 64 (ensure_file) COMPLETE
94112024-12-19T05:10:30.746Z[ host-image] Dec 19 05:10:30.088 INFO O| Dec 19 05:10:30.088 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94122024-12-19T05:10:30.753Z[ host-image] Dec 19 05:10:30.097 INFO O| Dec 19 05:10:30.097 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
94132024-12-19T05:10:30.753Z[ host-image] Dec 19 05:10:30.097 INFO O| Dec 19 05:10:30.097 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
94142024-12-19T05:10:30.755Z[ host-image] Dec 19 05:10:30.097 INFO O| Dec 19 05:10:30.097 INFO STEP 65 (ensure_dir) COMPLETE
94152024-12-19T05:10:30.755Z[ host-image] Dec 19 05:10:30.097 INFO O| Dec 19 05:10:30.097 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94162024-12-19T05:10:30.763Z[ host-image] Dec 19 05:10:30.107 INFO O| Dec 19 05:10:30.107 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
94172024-12-19T05:10:30.765Z[ host-image] Dec 19 05:10:30.107 INFO O| Dec 19 05:10:30.107 INFO copying /tmp/.tmpQNcPdX/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 ...
94182024-12-19T05:10:30.765Z[ host-image] Dec 19 05:10:30.107 INFO O| Dec 19 05:10:30.107 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
94192024-12-19T05:10:30.765Z[ host-image] Dec 19 05:10:30.107 INFO O| Dec 19 05:10:30.107 INFO ok!
94202024-12-19T05:10:30.765Z[ host-image] Dec 19 05:10:30.107 INFO O| Dec 19 05:10:30.107 INFO STEP 66 (ensure_file) COMPLETE
94212024-12-19T05:10:30.765Z[ host-image] Dec 19 05:10:30.107 INFO O| Dec 19 05:10:30.107 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94222024-12-19T05:10:30.772Z[ host-image] Dec 19 05:10:30.116 INFO O| Dec 19 05:10:30.116 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
94232024-12-19T05:10:30.772Z[ host-image] Dec 19 05:10:30.116 INFO O| Dec 19 05:10:30.116 INFO copying /tmp/.tmpQNcPdX/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
94242024-12-19T05:10:30.774Z[ host-image] Dec 19 05:10:30.116 INFO O| Dec 19 05:10:30.116 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
94252024-12-19T05:10:30.775Z[ host-image] Dec 19 05:10:30.116 INFO O| Dec 19 05:10:30.116 INFO ok!
94262024-12-19T05:10:30.775Z[ host-image] Dec 19 05:10:30.116 INFO O| Dec 19 05:10:30.116 INFO STEP 67 (ensure_file) COMPLETE
94272024-12-19T05:10:30.775Z[ host-image] Dec 19 05:10:30.116 INFO O| Dec 19 05:10:30.116 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94282024-12-19T05:10:30.781Z[ host-image] Dec 19 05:10:30.125 INFO O| Dec 19 05:10:30.125 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
94292024-12-19T05:10:30.784Z[ host-image] Dec 19 05:10:30.126 INFO O| Dec 19 05:10:30.125 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
94302024-12-19T05:10:30.784Z[ host-image] Dec 19 05:10:30.126 INFO O| Dec 19 05:10:30.125 INFO STEP 68 (ensure_dir) COMPLETE
94312024-12-19T05:10:30.784Z[ host-image] Dec 19 05:10:30.126 INFO O| Dec 19 05:10:30.126 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94322024-12-19T05:10:30.791Z[ host-image] Dec 19 05:10:30.135 INFO O| Dec 19 05:10:30.135 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
94332024-12-19T05:10:30.791Z[ host-image] Dec 19 05:10:30.135 INFO O| Dec 19 05:10:30.135 INFO copying /tmp/.tmpQNcPdX/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
94342024-12-19T05:10:31.859Z[ host-image] Dec 19 05:10:31.203 INFO O| Dec 19 05:10:31.203 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
94352024-12-19T05:10:31.859Z[ host-image] Dec 19 05:10:31.203 INFO O| Dec 19 05:10:31.203 INFO ok!
94362024-12-19T05:10:31.862Z[ host-image] Dec 19 05:10:31.203 INFO O| Dec 19 05:10:31.203 INFO STEP 69 (ensure_file) COMPLETE
94372024-12-19T05:10:31.862Z[ host-image] Dec 19 05:10:31.203 INFO O| Dec 19 05:10:31.203 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94382024-12-19T05:10:31.870Z[ host-image] Dec 19 05:10:31.214 INFO O| Dec 19 05:10:31.214 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
94392024-12-19T05:10:31.873Z[ host-image] Dec 19 05:10:31.214 INFO O| Dec 19 05:10:31.214 INFO copying /tmp/.tmpQNcPdX/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
94402024-12-19T05:10:33.403Z[ host-image] Dec 19 05:10:32.747 INFO O| Dec 19 05:10:32.747 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
94412024-12-19T05:10:33.403Z[ host-image] Dec 19 05:10:32.747 INFO O| Dec 19 05:10:32.747 INFO ok!
94422024-12-19T05:10:33.406Z[ host-image] Dec 19 05:10:32.747 INFO O| Dec 19 05:10:32.747 INFO STEP 70 (ensure_file) COMPLETE
94432024-12-19T05:10:33.406Z[ host-image] Dec 19 05:10:32.747 INFO O| Dec 19 05:10:32.747 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94442024-12-19T05:10:33.414Z[ host-image] Dec 19 05:10:32.758 INFO O| Dec 19 05:10:32.758 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
94452024-12-19T05:10:33.414Z[ host-image] Dec 19 05:10:32.758 INFO O| Dec 19 05:10:32.758 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
94462024-12-19T05:10:33.414Z[ host-image] Dec 19 05:10:32.758 INFO O| Dec 19 05:10:32.758 INFO STEP 71 (ensure_dir) COMPLETE
94472024-12-19T05:10:33.417Z[ host-image] Dec 19 05:10:32.758 INFO O| Dec 19 05:10:32.758 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94482024-12-19T05:10:33.423Z[ host-image] Dec 19 05:10:32.767 INFO O| Dec 19 05:10:32.767 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
94492024-12-19T05:10:33.424Z[ host-image] Dec 19 05:10:32.767 INFO O| Dec 19 05:10:32.767 INFO copying /tmp/.tmpQNcPdX/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 ...
94502024-12-19T05:10:33.441Z[ host-image] Dec 19 05:10:32.767 INFO O| Dec 19 05:10:32.767 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
94512024-12-19T05:10:33.441Z[ host-image] Dec 19 05:10:32.767 INFO O| Dec 19 05:10:32.767 INFO ok!
94522024-12-19T05:10:33.441Z[ host-image] Dec 19 05:10:32.768 INFO O| Dec 19 05:10:32.767 INFO STEP 72 (ensure_file) COMPLETE
94532024-12-19T05:10:33.441Z[ host-image] Dec 19 05:10:32.768 INFO O| Dec 19 05:10:32.767 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94542024-12-19T05:10:33.444Z[ host-image] Dec 19 05:10:32.777 INFO O| Dec 19 05:10:32.777 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
94552024-12-19T05:10:33.444Z[ host-image] Dec 19 05:10:32.777 INFO O| Dec 19 05:10:32.777 INFO copying /tmp/.tmpQNcPdX/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 ...
94562024-12-19T05:10:33.444Z[ host-image] Dec 19 05:10:32.777 INFO O| Dec 19 05:10:32.777 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
94572024-12-19T05:10:33.444Z[ host-image] Dec 19 05:10:32.777 INFO O| Dec 19 05:10:32.777 INFO ok!
94582024-12-19T05:10:33.444Z[ host-image] Dec 19 05:10:32.777 INFO O| Dec 19 05:10:32.777 INFO STEP 73 (ensure_file) COMPLETE
94592024-12-19T05:10:33.444Z[ host-image] Dec 19 05:10:32.777 INFO O| Dec 19 05:10:32.777 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94602024-12-19T05:10:33.444Z[ host-image] Dec 19 05:10:32.787 INFO O| Dec 19 05:10:32.787 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
94612024-12-19T05:10:33.444Z[ host-image] Dec 19 05:10:32.787 INFO O| Dec 19 05:10:32.787 INFO copying /tmp/.tmpQNcPdX/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
94622024-12-19T05:10:33.444Z[ host-image] Dec 19 05:10:32.787 INFO O| Dec 19 05:10:32.787 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
94632024-12-19T05:10:33.444Z[ host-image] Dec 19 05:10:32.787 INFO O| Dec 19 05:10:32.787 INFO ok!
94642024-12-19T05:10:33.444Z[ host-image] Dec 19 05:10:32.787 INFO O| Dec 19 05:10:32.787 INFO STEP 74 (ensure_file) COMPLETE
94652024-12-19T05:10:33.445Z[ host-image] Dec 19 05:10:32.787 INFO O| Dec 19 05:10:32.787 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94662024-12-19T05:10:33.457Z[ host-image] Dec 19 05:10:32.796 INFO O| Dec 19 05:10:32.796 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
94672024-12-19T05:10:33.457Z[ host-image] Dec 19 05:10:32.796 INFO O| Dec 19 05:10:32.796 INFO copying /tmp/.tmpQNcPdX/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
94682024-12-19T05:10:33.457Z[ host-image] Dec 19 05:10:32.796 INFO O| Dec 19 05:10:32.796 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
94692024-12-19T05:10:33.458Z[ host-image] Dec 19 05:10:32.796 INFO O| Dec 19 05:10:32.796 INFO ok!
94702024-12-19T05:10:33.458Z[ host-image] Dec 19 05:10:32.796 INFO O| Dec 19 05:10:32.796 INFO STEP 75 (ensure_file) COMPLETE
94712024-12-19T05:10:33.458Z[ host-image] Dec 19 05:10:32.796 INFO O| Dec 19 05:10:32.796 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94722024-12-19T05:10:33.462Z[ host-image] Dec 19 05:10:32.805 INFO O| Dec 19 05:10:32.805 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
94732024-12-19T05:10:33.464Z[ host-image] Dec 19 05:10:32.806 INFO O| Dec 19 05:10:32.806 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
94742024-12-19T05:10:33.465Z[ host-image] Dec 19 05:10:32.806 INFO O| Dec 19 05:10:32.806 INFO STEP 76 (ensure_dir) COMPLETE
94752024-12-19T05:10:33.465Z[ host-image] Dec 19 05:10:32.806 INFO O| Dec 19 05:10:32.806 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94762024-12-19T05:10:33.471Z[ host-image] Dec 19 05:10:32.815 INFO O| Dec 19 05:10:32.815 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
94772024-12-19T05:10:33.471Z[ host-image] Dec 19 05:10:32.815 INFO O| Dec 19 05:10:32.815 INFO copying /tmp/.tmpQNcPdX/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
94782024-12-19T05:10:33.480Z[ host-image] Dec 19 05:10:32.818 INFO O| Dec 19 05:10:32.818 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
94792024-12-19T05:10:33.480Z[ host-image] Dec 19 05:10:32.818 INFO O| Dec 19 05:10:32.818 INFO ok!
94802024-12-19T05:10:33.480Z[ host-image] Dec 19 05:10:32.818 INFO O| Dec 19 05:10:32.818 INFO STEP 77 (ensure_file) COMPLETE
94812024-12-19T05:10:33.480Z[ host-image] Dec 19 05:10:32.818 INFO O| Dec 19 05:10:32.818 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94822024-12-19T05:10:33.488Z[ host-image] Dec 19 05:10:32.827 INFO O| Dec 19 05:10:32.827 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
94832024-12-19T05:10:33.488Z[ host-image] Dec 19 05:10:32.827 INFO O| Dec 19 05:10:32.827 INFO copying /tmp/.tmpQNcPdX/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
94842024-12-19T05:10:33.488Z[ host-image] Dec 19 05:10:32.827 INFO O| Dec 19 05:10:32.827 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
94852024-12-19T05:10:33.488Z[ host-image] Dec 19 05:10:32.827 INFO O| Dec 19 05:10:32.827 INFO ok!
94862024-12-19T05:10:33.488Z[ host-image] Dec 19 05:10:32.827 INFO O| Dec 19 05:10:32.827 INFO STEP 78 (ensure_file) COMPLETE
94872024-12-19T05:10:33.488Z[ host-image] Dec 19 05:10:32.827 INFO O| Dec 19 05:10:32.827 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94882024-12-19T05:10:33.492Z[ host-image] Dec 19 05:10:32.836 INFO O| Dec 19 05:10:32.836 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
94892024-12-19T05:10:33.493Z[ host-image] Dec 19 05:10:32.836 INFO O| Dec 19 05:10:32.836 INFO copying /tmp/.tmpQNcPdX/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
94902024-12-19T05:10:34.129Z[ host-image] Dec 19 05:10:33.473 INFO O| Dec 19 05:10:33.473 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
94912024-12-19T05:10:34.129Z[ host-image] Dec 19 05:10:33.473 INFO O| Dec 19 05:10:33.473 INFO ok!
94922024-12-19T05:10:34.134Z[ host-image] Dec 19 05:10:33.473 INFO O| Dec 19 05:10:33.473 INFO STEP 79 (ensure_file) COMPLETE
94932024-12-19T05:10:34.134Z[ host-image] Dec 19 05:10:33.473 INFO O| Dec 19 05:10:33.473 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94942024-12-19T05:10:34.140Z[ host-image] Dec 19 05:10:33.484 INFO O| Dec 19 05:10:33.484 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
94952024-12-19T05:10:34.142Z[ host-image] Dec 19 05:10:33.484 INFO O| Dec 19 05:10:33.484 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
94962024-12-19T05:10:34.142Z[ host-image] Dec 19 05:10:33.484 INFO O| Dec 19 05:10:33.484 INFO STEP 80 (ensure_dir) COMPLETE
94972024-12-19T05:10:34.142Z[ host-image] Dec 19 05:10:33.484 INFO O| Dec 19 05:10:33.484 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94982024-12-19T05:10:34.149Z[ host-image] Dec 19 05:10:33.493 INFO O| Dec 19 05:10:33.493 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
94992024-12-19T05:10:34.152Z[ host-image] Dec 19 05:10:33.493 INFO O| Dec 19 05:10:33.493 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
95002024-12-19T05:10:34.152Z[ host-image] Dec 19 05:10:33.493 INFO O| Dec 19 05:10:33.493 INFO STEP 81 (ensure_dir) COMPLETE
95012024-12-19T05:10:34.152Z[ host-image] Dec 19 05:10:33.493 INFO O| Dec 19 05:10:33.493 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95022024-12-19T05:10:34.159Z[ host-image] Dec 19 05:10:33.503 INFO O| Dec 19 05:10:33.503 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
95032024-12-19T05:10:34.162Z[ host-image] Dec 19 05:10:33.503 INFO O| Dec 19 05:10:33.503 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
95042024-12-19T05:10:34.162Z[ host-image] Dec 19 05:10:33.503 INFO O| Dec 19 05:10:33.503 INFO STEP 82 (ensure_dir) COMPLETE
95052024-12-19T05:10:34.162Z[ host-image] Dec 19 05:10:33.503 INFO O| Dec 19 05:10:33.503 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95062024-12-19T05:10:34.168Z[ host-image] Dec 19 05:10:33.512 INFO O| Dec 19 05:10:33.512 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
95072024-12-19T05:10:34.168Z[ host-image] Dec 19 05:10:33.512 INFO O| Dec 19 05:10:33.512 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
95082024-12-19T05:10:34.169Z[ host-image] Dec 19 05:10:33.512 INFO O| Dec 19 05:10:33.512 INFO STEP 83 (ensure_dir) COMPLETE
95092024-12-19T05:10:34.171Z[ host-image] Dec 19 05:10:33.512 INFO O| Dec 19 05:10:33.512 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95102024-12-19T05:10:34.178Z[ host-image] Dec 19 05:10:33.521 INFO O| Dec 19 05:10:33.521 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
95112024-12-19T05:10:34.178Z[ host-image] Dec 19 05:10:33.521 INFO O| Dec 19 05:10:33.521 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
95122024-12-19T05:10:34.178Z[ host-image] Dec 19 05:10:33.521 INFO O| Dec 19 05:10:33.521 INFO STEP 84 (ensure_dir) COMPLETE
95132024-12-19T05:10:34.180Z[ host-image] Dec 19 05:10:33.521 INFO O| Dec 19 05:10:33.521 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95142024-12-19T05:10:34.187Z[ host-image] Dec 19 05:10:33.531 INFO O| Dec 19 05:10:33.531 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
95152024-12-19T05:10:34.187Z[ host-image] Dec 19 05:10:33.531 INFO O| Dec 19 05:10:33.531 INFO copying /tmp/.tmpQNcPdX/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 ...
95162024-12-19T05:10:34.190Z[ host-image] Dec 19 05:10:33.531 INFO O| Dec 19 05:10:33.531 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
95172024-12-19T05:10:34.190Z[ host-image] Dec 19 05:10:33.531 INFO O| Dec 19 05:10:33.531 INFO ok!
95182024-12-19T05:10:34.190Z[ host-image] Dec 19 05:10:33.531 INFO O| Dec 19 05:10:33.531 INFO STEP 85 (ensure_file) COMPLETE
95192024-12-19T05:10:34.190Z[ host-image] Dec 19 05:10:33.531 INFO O| Dec 19 05:10:33.531 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95202024-12-19T05:10:34.196Z[ host-image] Dec 19 05:10:33.540 INFO O| Dec 19 05:10:33.540 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
95212024-12-19T05:10:34.196Z[ host-image] Dec 19 05:10:33.540 INFO O| Dec 19 05:10:33.540 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
95222024-12-19T05:10:34.199Z[ host-image] Dec 19 05:10:33.540 INFO O| Dec 19 05:10:33.540 INFO STEP 86 (ensure_dir) COMPLETE
95232024-12-19T05:10:34.199Z[ host-image] Dec 19 05:10:33.540 INFO O| Dec 19 05:10:33.540 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95242024-12-19T05:10:34.206Z[ host-image] Dec 19 05:10:33.549 INFO O| Dec 19 05:10:33.549 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
95252024-12-19T05:10:34.206Z[ host-image] Dec 19 05:10:33.549 INFO O| Dec 19 05:10:33.549 INFO copying /tmp/.tmpQNcPdX/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
95262024-12-19T05:10:34.208Z[ host-image] Dec 19 05:10:33.550 INFO O| Dec 19 05:10:33.549 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
95272024-12-19T05:10:34.208Z[ host-image] Dec 19 05:10:33.550 INFO O| Dec 19 05:10:33.550 INFO ok!
95282024-12-19T05:10:34.209Z[ host-image] Dec 19 05:10:33.550 INFO O| Dec 19 05:10:33.550 INFO STEP 87 (ensure_file) COMPLETE
95292024-12-19T05:10:34.209Z[ host-image] Dec 19 05:10:33.550 INFO O| Dec 19 05:10:33.550 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95302024-12-19T05:10:34.215Z[ host-image] Dec 19 05:10:33.559 INFO O| Dec 19 05:10:33.559 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
95312024-12-19T05:10:34.218Z[ host-image] Dec 19 05:10:33.559 INFO O| Dec 19 05:10:33.559 INFO copying /tmp/.tmpQNcPdX/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
95322024-12-19T05:10:34.454Z[ host-image] Dec 19 05:10:33.797 INFO O| Dec 19 05:10:33.797 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
95332024-12-19T05:10:34.454Z[ host-image] Dec 19 05:10:33.797 INFO O| Dec 19 05:10:33.797 INFO ok!
95342024-12-19T05:10:34.454Z[ host-image] Dec 19 05:10:33.797 INFO O| Dec 19 05:10:33.797 INFO STEP 88 (ensure_file) COMPLETE
95352024-12-19T05:10:34.454Z[ host-image] Dec 19 05:10:33.797 INFO O| Dec 19 05:10:33.797 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95362024-12-19T05:10:34.464Z[ host-image] Dec 19 05:10:33.808 INFO O| Dec 19 05:10:33.808 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
95372024-12-19T05:10:34.468Z[ host-image] Dec 19 05:10:33.808 INFO O| Dec 19 05:10:33.808 INFO copying /tmp/.tmpQNcPdX/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
95382024-12-19T05:10:34.995Z[ host-image] Dec 19 05:10:34.338 INFO O| Dec 19 05:10:34.338 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
95392024-12-19T05:10:34.995Z[ host-image] Dec 19 05:10:34.338 INFO O| Dec 19 05:10:34.338 INFO ok!
95402024-12-19T05:10:34.998Z[ host-image] Dec 19 05:10:34.338 INFO O| Dec 19 05:10:34.338 INFO STEP 89 (ensure_file) COMPLETE
95412024-12-19T05:10:34.998Z[ host-image] Dec 19 05:10:34.338 INFO O| Dec 19 05:10:34.338 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95422024-12-19T05:10:35.006Z[ host-image] Dec 19 05:10:34.349 INFO O| Dec 19 05:10:34.349 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
95432024-12-19T05:10:35.008Z[ host-image] Dec 19 05:10:34.349 INFO O| Dec 19 05:10:34.349 INFO copying /tmp/.tmpQNcPdX/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
95442024-12-19T05:10:35.008Z[ host-image] Dec 19 05:10:34.350 INFO O| Dec 19 05:10:34.349 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
95452024-12-19T05:10:35.008Z[ host-image] Dec 19 05:10:34.350 INFO O| Dec 19 05:10:34.350 INFO ok!
95462024-12-19T05:10:35.008Z[ host-image] Dec 19 05:10:34.350 INFO O| Dec 19 05:10:34.350 INFO STEP 90 (ensure_file) COMPLETE
95472024-12-19T05:10:35.008Z[ host-image] Dec 19 05:10:34.350 INFO O| Dec 19 05:10:34.350 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95482024-12-19T05:10:35.015Z[ host-image] Dec 19 05:10:34.359 INFO O| Dec 19 05:10:34.359 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
95492024-12-19T05:10:35.018Z[ host-image] Dec 19 05:10:34.359 INFO O| Dec 19 05:10:34.359 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
95502024-12-19T05:10:35.018Z[ host-image] Dec 19 05:10:34.359 INFO O| Dec 19 05:10:34.359 INFO STEP 91 (ensure_dir) COMPLETE
95512024-12-19T05:10:35.018Z[ host-image] Dec 19 05:10:34.359 INFO O| Dec 19 05:10:34.359 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95522024-12-19T05:10:35.024Z[ host-image] Dec 19 05:10:34.368 INFO O| Dec 19 05:10:34.368 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
95532024-12-19T05:10:35.027Z[ host-image] Dec 19 05:10:34.368 INFO O| Dec 19 05:10:34.368 INFO copying /tmp/.tmpQNcPdX/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 ...
95542024-12-19T05:10:35.027Z[ host-image] Dec 19 05:10:34.368 INFO O| Dec 19 05:10:34.368 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
95552024-12-19T05:10:35.027Z[ host-image] Dec 19 05:10:34.368 INFO O| Dec 19 05:10:34.368 INFO ok!
95562024-12-19T05:10:35.027Z[ host-image] Dec 19 05:10:34.368 INFO O| Dec 19 05:10:34.368 INFO STEP 92 (ensure_file) COMPLETE
95572024-12-19T05:10:35.027Z[ host-image] Dec 19 05:10:34.368 INFO O| Dec 19 05:10:34.368 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95582024-12-19T05:10:35.034Z[ host-image] Dec 19 05:10:34.377 INFO O| Dec 19 05:10:34.377 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
95592024-12-19T05:10:35.034Z[ host-image] Dec 19 05:10:34.377 INFO O| Dec 19 05:10:34.377 INFO copying /tmp/.tmpQNcPdX/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 ...
95602024-12-19T05:10:35.036Z[ host-image] Dec 19 05:10:34.378 INFO O| Dec 19 05:10:34.377 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
95612024-12-19T05:10:35.036Z[ host-image] Dec 19 05:10:34.378 INFO O| Dec 19 05:10:34.378 INFO ok!
95622024-12-19T05:10:35.036Z[ host-image] Dec 19 05:10:34.378 INFO O| Dec 19 05:10:34.378 INFO STEP 93 (ensure_file) COMPLETE
95632024-12-19T05:10:35.036Z[ host-image] Dec 19 05:10:34.378 INFO O| Dec 19 05:10:34.378 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95642024-12-19T05:10:35.044Z[ host-image] Dec 19 05:10:34.387 INFO O| Dec 19 05:10:34.387 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
95652024-12-19T05:10:35.044Z[ host-image] Dec 19 05:10:34.387 INFO O| Dec 19 05:10:34.387 INFO copying /tmp/.tmpQNcPdX/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 ...
95662024-12-19T05:10:35.046Z[ host-image] Dec 19 05:10:34.388 INFO O| Dec 19 05:10:34.387 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
95672024-12-19T05:10:35.046Z[ host-image] Dec 19 05:10:34.388 INFO O| Dec 19 05:10:34.388 INFO ok!
95682024-12-19T05:10:35.046Z[ host-image] Dec 19 05:10:34.388 INFO O| Dec 19 05:10:34.388 INFO STEP 94 (ensure_file) COMPLETE
95692024-12-19T05:10:35.046Z[ host-image] Dec 19 05:10:34.388 INFO O| Dec 19 05:10:34.388 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95702024-12-19T05:10:35.053Z[ host-image] Dec 19 05:10:34.397 INFO O| Dec 19 05:10:34.397 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
95712024-12-19T05:10:35.057Z[ host-image] Dec 19 05:10:34.397 INFO O| Dec 19 05:10:34.397 INFO copying /tmp/.tmpQNcPdX/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 ...
95722024-12-19T05:10:35.057Z[ host-image] Dec 19 05:10:34.397 INFO O| Dec 19 05:10:34.397 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
95732024-12-19T05:10:35.057Z[ host-image] Dec 19 05:10:34.397 INFO O| Dec 19 05:10:34.397 INFO ok!
95742024-12-19T05:10:35.057Z[ host-image] Dec 19 05:10:34.397 INFO O| Dec 19 05:10:34.397 INFO STEP 95 (ensure_file) COMPLETE
95752024-12-19T05:10:35.057Z[ host-image] Dec 19 05:10:34.397 INFO O| Dec 19 05:10:34.397 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95762024-12-19T05:10:35.063Z[ host-image] Dec 19 05:10:34.406 INFO O| Dec 19 05:10:34.406 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
95772024-12-19T05:10:35.070Z[ host-image] Dec 19 05:10:34.406 INFO O| Dec 19 05:10:34.406 INFO copying /tmp/.tmpQNcPdX/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 ...
95782024-12-19T05:10:35.070Z[ host-image] Dec 19 05:10:34.406 INFO O| Dec 19 05:10:34.406 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
95792024-12-19T05:10:35.070Z[ host-image] Dec 19 05:10:34.406 INFO O| Dec 19 05:10:34.406 INFO ok!
95802024-12-19T05:10:35.070Z[ host-image] Dec 19 05:10:34.406 INFO O| Dec 19 05:10:34.406 INFO STEP 96 (ensure_file) COMPLETE
95812024-12-19T05:10:35.070Z[ host-image] Dec 19 05:10:34.406 INFO O| Dec 19 05:10:34.406 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95822024-12-19T05:10:35.075Z[ host-image] Dec 19 05:10:34.416 INFO O| Dec 19 05:10:34.416 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
95832024-12-19T05:10:35.075Z[ host-image] Dec 19 05:10:34.416 INFO O| Dec 19 05:10:34.416 INFO copying /tmp/.tmpQNcPdX/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
95842024-12-19T05:10:35.075Z[ host-image] Dec 19 05:10:34.416 INFO O| Dec 19 05:10:34.416 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
95852024-12-19T05:10:35.076Z[ host-image] Dec 19 05:10:34.416 INFO O| Dec 19 05:10:34.416 INFO ok!
95862024-12-19T05:10:35.076Z[ host-image] Dec 19 05:10:34.416 INFO O| Dec 19 05:10:34.416 INFO STEP 97 (ensure_file) COMPLETE
95872024-12-19T05:10:35.076Z[ host-image] Dec 19 05:10:34.416 INFO O| Dec 19 05:10:34.416 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95882024-12-19T05:10:35.083Z[ host-image] Dec 19 05:10:34.425 INFO O| Dec 19 05:10:34.425 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
95892024-12-19T05:10:35.083Z[ host-image] Dec 19 05:10:34.425 INFO O| Dec 19 05:10:34.425 INFO copying /tmp/.tmpQNcPdX/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 ...
95902024-12-19T05:10:35.083Z[ host-image] Dec 19 05:10:34.425 INFO O| Dec 19 05:10:34.425 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
95912024-12-19T05:10:35.083Z[ host-image] Dec 19 05:10:34.425 INFO O| Dec 19 05:10:34.425 INFO ok!
95922024-12-19T05:10:35.083Z[ host-image] Dec 19 05:10:34.425 INFO O| Dec 19 05:10:34.425 INFO STEP 98 (ensure_file) COMPLETE
95932024-12-19T05:10:35.083Z[ host-image] Dec 19 05:10:34.425 INFO O| Dec 19 05:10:34.425 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95942024-12-19T05:10:35.091Z[ host-image] Dec 19 05:10:34.435 INFO O| Dec 19 05:10:34.435 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
95952024-12-19T05:10:35.091Z[ host-image] Dec 19 05:10:34.435 INFO O| Dec 19 05:10:34.435 INFO copying /tmp/.tmpQNcPdX/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 ...
95962024-12-19T05:10:35.094Z[ host-image] Dec 19 05:10:34.435 INFO O| Dec 19 05:10:34.435 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
95972024-12-19T05:10:35.094Z[ host-image] Dec 19 05:10:34.435 INFO O| Dec 19 05:10:34.435 INFO ok!
95982024-12-19T05:10:35.094Z[ host-image] Dec 19 05:10:34.435 INFO O| Dec 19 05:10:34.435 INFO STEP 99 (ensure_file) COMPLETE
95992024-12-19T05:10:35.094Z[ host-image] Dec 19 05:10:34.435 INFO O| Dec 19 05:10:34.435 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96002024-12-19T05:10:35.100Z[ host-image] Dec 19 05:10:34.444 INFO O| Dec 19 05:10:34.444 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
96012024-12-19T05:10:35.103Z[ host-image] Dec 19 05:10:34.444 INFO O| Dec 19 05:10:34.444 INFO copying /tmp/.tmpQNcPdX/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 ...
96022024-12-19T05:10:35.103Z[ host-image] Dec 19 05:10:34.444 INFO O| Dec 19 05:10:34.444 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
96032024-12-19T05:10:35.103Z[ host-image] Dec 19 05:10:34.444 INFO O| Dec 19 05:10:34.444 INFO ok!
96042024-12-19T05:10:35.103Z[ host-image] Dec 19 05:10:34.444 INFO O| Dec 19 05:10:34.444 INFO STEP 100 (ensure_file) COMPLETE
96052024-12-19T05:10:35.103Z[ host-image] Dec 19 05:10:34.444 INFO O| Dec 19 05:10:34.444 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96062024-12-19T05:10:35.110Z[ host-image] Dec 19 05:10:34.453 INFO O| Dec 19 05:10:34.453 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
96072024-12-19T05:10:35.110Z[ host-image] Dec 19 05:10:34.453 INFO O| Dec 19 05:10:34.453 INFO copying /tmp/.tmpQNcPdX/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
96082024-12-19T05:10:35.112Z[ host-image] Dec 19 05:10:34.454 INFO O| Dec 19 05:10:34.453 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
96092024-12-19T05:10:35.112Z[ host-image] Dec 19 05:10:34.454 INFO O| Dec 19 05:10:34.454 INFO ok!
96102024-12-19T05:10:35.112Z[ host-image] Dec 19 05:10:34.454 INFO O| Dec 19 05:10:34.454 INFO STEP 101 (ensure_file) COMPLETE
96112024-12-19T05:10:35.112Z[ host-image] Dec 19 05:10:34.454 INFO O| Dec 19 05:10:34.454 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96122024-12-19T05:10:35.119Z[ host-image] Dec 19 05:10:34.463 INFO O| Dec 19 05:10:34.463 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
96132024-12-19T05:10:35.119Z[ host-image] Dec 19 05:10:34.463 INFO O| Dec 19 05:10:34.463 INFO copying /tmp/.tmpQNcPdX/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 ...
96142024-12-19T05:10:35.122Z[ host-image] Dec 19 05:10:34.463 INFO O| Dec 19 05:10:34.463 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
96152024-12-19T05:10:35.122Z[ host-image] Dec 19 05:10:34.463 INFO O| Dec 19 05:10:34.463 INFO ok!
96162024-12-19T05:10:35.122Z[ host-image] Dec 19 05:10:34.463 INFO O| Dec 19 05:10:34.463 INFO STEP 102 (ensure_file) COMPLETE
96172024-12-19T05:10:35.122Z[ host-image] Dec 19 05:10:34.463 INFO O| Dec 19 05:10:34.463 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96182024-12-19T05:10:35.128Z[ host-image] Dec 19 05:10:34.472 INFO O| Dec 19 05:10:34.472 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
96192024-12-19T05:10:35.131Z[ host-image] Dec 19 05:10:34.472 INFO O| Dec 19 05:10:34.472 INFO copying /tmp/.tmpQNcPdX/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 ...
96202024-12-19T05:10:35.131Z[ host-image] Dec 19 05:10:34.472 INFO O| Dec 19 05:10:34.472 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
96212024-12-19T05:10:35.131Z[ host-image] Dec 19 05:10:34.472 INFO O| Dec 19 05:10:34.472 INFO ok!
96222024-12-19T05:10:35.131Z[ host-image] Dec 19 05:10:34.472 INFO O| Dec 19 05:10:34.472 INFO STEP 103 (ensure_file) COMPLETE
96232024-12-19T05:10:35.131Z[ host-image] Dec 19 05:10:34.472 INFO O| Dec 19 05:10:34.472 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96242024-12-19T05:10:35.138Z[ host-image] Dec 19 05:10:34.482 INFO O| Dec 19 05:10:34.481 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
96252024-12-19T05:10:35.138Z[ host-image] Dec 19 05:10:34.482 INFO O| Dec 19 05:10:34.482 INFO copying /tmp/.tmpQNcPdX/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 ...
96262024-12-19T05:10:35.138Z[ host-image] Dec 19 05:10:34.482 INFO O| Dec 19 05:10:34.482 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
96272024-12-19T05:10:35.138Z[ host-image] Dec 19 05:10:34.482 INFO O| Dec 19 05:10:34.482 INFO ok!
96282024-12-19T05:10:35.141Z[ host-image] Dec 19 05:10:34.482 INFO O| Dec 19 05:10:34.482 INFO STEP 104 (ensure_file) COMPLETE
96292024-12-19T05:10:35.142Z[ host-image] Dec 19 05:10:34.482 INFO O| Dec 19 05:10:34.482 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96302024-12-19T05:10:35.147Z[ host-image] Dec 19 05:10:34.491 INFO O| Dec 19 05:10:34.491 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
96312024-12-19T05:10:35.150Z[ host-image] Dec 19 05:10:34.491 INFO O| Dec 19 05:10:34.491 INFO copying /tmp/.tmpQNcPdX/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 ...
96322024-12-19T05:10:35.150Z[ host-image] Dec 19 05:10:34.491 INFO O| Dec 19 05:10:34.491 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
96332024-12-19T05:10:35.150Z[ host-image] Dec 19 05:10:34.491 INFO O| Dec 19 05:10:34.491 INFO ok!
96342024-12-19T05:10:35.150Z[ host-image] Dec 19 05:10:34.491 INFO O| Dec 19 05:10:34.491 INFO STEP 105 (ensure_file) COMPLETE
96352024-12-19T05:10:35.150Z[ host-image] Dec 19 05:10:34.491 INFO O| Dec 19 05:10:34.491 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96362024-12-19T05:10:35.157Z[ host-image] Dec 19 05:10:34.500 INFO O| Dec 19 05:10:34.500 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
96372024-12-19T05:10:35.159Z[ host-image] Dec 19 05:10:34.500 INFO O| Dec 19 05:10:34.500 INFO copying /tmp/.tmpQNcPdX/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 ...
96382024-12-19T05:10:35.159Z[ host-image] Dec 19 05:10:34.500 INFO O| Dec 19 05:10:34.500 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
96392024-12-19T05:10:35.159Z[ host-image] Dec 19 05:10:34.500 INFO O| Dec 19 05:10:34.500 INFO ok!
96402024-12-19T05:10:35.159Z[ host-image] Dec 19 05:10:34.500 INFO O| Dec 19 05:10:34.500 INFO STEP 106 (ensure_file) COMPLETE
96412024-12-19T05:10:35.159Z[ host-image] Dec 19 05:10:34.500 INFO O| Dec 19 05:10:34.500 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96422024-12-19T05:10:35.166Z[ host-image] Dec 19 05:10:34.510 INFO O| Dec 19 05:10:34.510 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
96432024-12-19T05:10:35.166Z[ host-image] Dec 19 05:10:34.510 INFO O| Dec 19 05:10:34.510 INFO copying /tmp/.tmpQNcPdX/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 ...
96442024-12-19T05:10:35.170Z[ host-image] Dec 19 05:10:34.510 INFO O| Dec 19 05:10:34.510 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
96452024-12-19T05:10:35.170Z[ host-image] Dec 19 05:10:34.510 INFO O| Dec 19 05:10:34.510 INFO ok!
96462024-12-19T05:10:35.170Z[ host-image] Dec 19 05:10:34.510 INFO O| Dec 19 05:10:34.510 INFO STEP 107 (ensure_file) COMPLETE
96472024-12-19T05:10:35.170Z[ host-image] Dec 19 05:10:34.510 INFO O| Dec 19 05:10:34.510 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96482024-12-19T05:10:35.175Z[ host-image] Dec 19 05:10:34.519 INFO O| Dec 19 05:10:34.519 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
96492024-12-19T05:10:35.178Z[ host-image] Dec 19 05:10:34.519 INFO O| Dec 19 05:10:34.519 INFO copying /tmp/.tmpQNcPdX/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 ...
96502024-12-19T05:10:35.178Z[ host-image] Dec 19 05:10:34.519 INFO O| Dec 19 05:10:34.519 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
96512024-12-19T05:10:35.178Z[ host-image] Dec 19 05:10:34.519 INFO O| Dec 19 05:10:34.519 INFO ok!
96522024-12-19T05:10:35.178Z[ host-image] Dec 19 05:10:34.519 INFO O| Dec 19 05:10:34.519 INFO STEP 108 (ensure_file) COMPLETE
96532024-12-19T05:10:35.178Z[ host-image] Dec 19 05:10:34.519 INFO O| Dec 19 05:10:34.519 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96542024-12-19T05:10:35.185Z[ host-image] Dec 19 05:10:34.528 INFO O| Dec 19 05:10:34.528 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
96552024-12-19T05:10:35.188Z[ host-image] Dec 19 05:10:34.528 INFO O| Dec 19 05:10:34.528 INFO copying /tmp/.tmpQNcPdX/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 ...
96562024-12-19T05:10:35.188Z[ host-image] Dec 19 05:10:34.529 INFO O| Dec 19 05:10:34.529 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
96572024-12-19T05:10:35.188Z[ host-image] Dec 19 05:10:34.529 INFO O| Dec 19 05:10:34.529 INFO ok!
96582024-12-19T05:10:35.188Z[ host-image] Dec 19 05:10:34.529 INFO O| Dec 19 05:10:34.529 INFO STEP 109 (ensure_file) COMPLETE
96592024-12-19T05:10:35.188Z[ host-image] Dec 19 05:10:34.529 INFO O| Dec 19 05:10:34.529 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96602024-12-19T05:10:35.198Z[ host-image] Dec 19 05:10:34.538 INFO O| Dec 19 05:10:34.538 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
96612024-12-19T05:10:35.198Z[ host-image] Dec 19 05:10:34.538 INFO O| Dec 19 05:10:34.538 INFO copying /tmp/.tmpQNcPdX/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 ...
96622024-12-19T05:10:35.198Z[ host-image] Dec 19 05:10:34.538 INFO O| Dec 19 05:10:34.538 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
96632024-12-19T05:10:35.198Z[ host-image] Dec 19 05:10:34.538 INFO O| Dec 19 05:10:34.538 INFO ok!
96642024-12-19T05:10:35.198Z[ host-image] Dec 19 05:10:34.538 INFO O| Dec 19 05:10:34.538 INFO STEP 110 (ensure_file) COMPLETE
96652024-12-19T05:10:35.198Z[ host-image] Dec 19 05:10:34.538 INFO O| Dec 19 05:10:34.538 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96662024-12-19T05:10:35.204Z[ host-image] Dec 19 05:10:34.548 INFO O| Dec 19 05:10:34.548 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
96672024-12-19T05:10:35.205Z[ host-image] Dec 19 05:10:34.548 INFO O| Dec 19 05:10:34.548 INFO copying /tmp/.tmpQNcPdX/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 ...
96682024-12-19T05:10:35.207Z[ host-image] Dec 19 05:10:34.548 INFO O| Dec 19 05:10:34.548 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
96692024-12-19T05:10:35.207Z[ host-image] Dec 19 05:10:34.548 INFO O| Dec 19 05:10:34.548 INFO ok!
96702024-12-19T05:10:35.207Z[ host-image] Dec 19 05:10:34.548 INFO O| Dec 19 05:10:34.548 INFO STEP 111 (ensure_file) COMPLETE
96712024-12-19T05:10:35.208Z[ host-image] Dec 19 05:10:34.548 INFO O| Dec 19 05:10:34.548 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96722024-12-19T05:10:35.214Z[ host-image] Dec 19 05:10:34.557 INFO O| Dec 19 05:10:34.557 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
96732024-12-19T05:10:35.217Z[ host-image] Dec 19 05:10:34.557 INFO O| Dec 19 05:10:34.557 INFO copying /tmp/.tmpQNcPdX/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 ...
96742024-12-19T05:10:35.217Z[ host-image] Dec 19 05:10:34.558 INFO O| Dec 19 05:10:34.557 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
96752024-12-19T05:10:35.217Z[ host-image] Dec 19 05:10:34.558 INFO O| Dec 19 05:10:34.558 INFO ok!
96762024-12-19T05:10:35.217Z[ host-image] Dec 19 05:10:34.558 INFO O| Dec 19 05:10:34.558 INFO STEP 112 (ensure_file) COMPLETE
96772024-12-19T05:10:35.217Z[ host-image] Dec 19 05:10:34.558 INFO O| Dec 19 05:10:34.558 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96782024-12-19T05:10:35.223Z[ host-image] Dec 19 05:10:34.567 INFO O| Dec 19 05:10:34.567 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist
96792024-12-19T05:10:35.223Z[ host-image] Dec 19 05:10:34.567 INFO O| Dec 19 05:10:34.567 INFO copying /tmp/.tmpQNcPdX/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 ...
96802024-12-19T05:10:35.225Z[ host-image] Dec 19 05:10:34.567 INFO O| Dec 19 05:10:34.567 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d
96812024-12-19T05:10:35.225Z[ host-image] Dec 19 05:10:34.567 INFO O| Dec 19 05:10:34.567 INFO ok!
96822024-12-19T05:10:35.225Z[ host-image] Dec 19 05:10:34.567 INFO O| Dec 19 05:10:34.567 INFO STEP 113 (ensure_file) COMPLETE
96832024-12-19T05:10:35.225Z[ host-image] Dec 19 05:10:34.567 INFO O| Dec 19 05:10:34.567 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96842024-12-19T05:10:35.233Z[ host-image] Dec 19 05:10:34.576 INFO O| Dec 19 05:10:34.576 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
96852024-12-19T05:10:35.233Z[ host-image] Dec 19 05:10:34.576 INFO O| Dec 19 05:10:34.576 INFO copying /tmp/.tmpQNcPdX/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 ...
96862024-12-19T05:10:35.236Z[ host-image] Dec 19 05:10:34.577 INFO O| Dec 19 05:10:34.577 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
96872024-12-19T05:10:35.236Z[ host-image] Dec 19 05:10:34.577 INFO O| Dec 19 05:10:34.577 INFO ok!
96882024-12-19T05:10:35.236Z[ host-image] Dec 19 05:10:34.577 INFO O| Dec 19 05:10:34.577 INFO STEP 114 (ensure_file) COMPLETE
96892024-12-19T05:10:35.236Z[ host-image] Dec 19 05:10:34.577 INFO O| Dec 19 05:10:34.577 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96902024-12-19T05:10:35.242Z[ host-image] Dec 19 05:10:34.586 INFO O| Dec 19 05:10:34.586 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist
96912024-12-19T05:10:35.242Z[ host-image] Dec 19 05:10:34.586 INFO O| Dec 19 05:10:34.586 INFO copying /tmp/.tmpQNcPdX/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 ...
96922024-12-19T05:10:35.242Z[ host-image] Dec 19 05:10:34.586 INFO O| Dec 19 05:10:34.586 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d
96932024-12-19T05:10:35.244Z[ host-image] Dec 19 05:10:34.586 INFO O| Dec 19 05:10:34.586 INFO ok!
96942024-12-19T05:10:35.244Z[ host-image] Dec 19 05:10:34.586 INFO O| Dec 19 05:10:34.586 INFO STEP 115 (ensure_file) COMPLETE
96952024-12-19T05:10:35.244Z[ host-image] Dec 19 05:10:34.586 INFO O| Dec 19 05:10:34.586 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96962024-12-19T05:10:35.252Z[ host-image] Dec 19 05:10:34.596 INFO O| Dec 19 05:10:34.595 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
96972024-12-19T05:10:35.252Z[ host-image] Dec 19 05:10:34.596 INFO O| Dec 19 05:10:34.596 INFO copying /tmp/.tmpQNcPdX/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 ...
96982024-12-19T05:10:35.255Z[ host-image] Dec 19 05:10:34.596 INFO O| Dec 19 05:10:34.596 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
96992024-12-19T05:10:35.256Z[ host-image] Dec 19 05:10:34.596 INFO O| Dec 19 05:10:34.596 INFO ok!
97002024-12-19T05:10:35.256Z[ host-image] Dec 19 05:10:34.596 INFO O| Dec 19 05:10:34.596 INFO STEP 116 (ensure_file) COMPLETE
97012024-12-19T05:10:35.256Z[ host-image] Dec 19 05:10:34.596 INFO O| Dec 19 05:10:34.596 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97022024-12-19T05:10:35.261Z[ host-image] Dec 19 05:10:34.605 INFO O| Dec 19 05:10:34.605 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
97032024-12-19T05:10:35.261Z[ host-image] Dec 19 05:10:34.605 INFO O| Dec 19 05:10:34.605 INFO copying /tmp/.tmpQNcPdX/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 ...
97042024-12-19T05:10:35.264Z[ host-image] Dec 19 05:10:34.605 INFO O| Dec 19 05:10:34.605 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
97052024-12-19T05:10:35.264Z[ host-image] Dec 19 05:10:34.605 INFO O| Dec 19 05:10:34.605 INFO ok!
97062024-12-19T05:10:35.264Z[ host-image] Dec 19 05:10:34.605 INFO O| Dec 19 05:10:34.605 INFO STEP 117 (ensure_file) COMPLETE
97072024-12-19T05:10:35.264Z[ host-image] Dec 19 05:10:34.605 INFO O| Dec 19 05:10:34.605 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97082024-12-19T05:10:35.271Z[ host-image] Dec 19 05:10:34.614 INFO O| Dec 19 05:10:34.614 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
97092024-12-19T05:10:35.271Z[ host-image] Dec 19 05:10:34.614 INFO O| Dec 19 05:10:34.614 INFO copying /tmp/.tmpQNcPdX/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
97102024-12-19T05:10:35.273Z[ host-image] Dec 19 05:10:34.615 INFO O| Dec 19 05:10:34.615 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
97112024-12-19T05:10:35.273Z[ host-image] Dec 19 05:10:34.615 INFO O| Dec 19 05:10:34.615 INFO ok!
97122024-12-19T05:10:35.274Z[ host-image] Dec 19 05:10:34.615 INFO O| Dec 19 05:10:34.615 INFO STEP 118 (ensure_file) COMPLETE
97132024-12-19T05:10:35.274Z[ host-image] Dec 19 05:10:34.615 INFO O| Dec 19 05:10:34.615 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97142024-12-19T05:10:35.280Z[ host-image] Dec 19 05:10:34.624 INFO O| Dec 19 05:10:34.624 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
97152024-12-19T05:10:35.280Z[ host-image] Dec 19 05:10:34.624 INFO O| Dec 19 05:10:34.624 INFO copying /tmp/.tmpQNcPdX/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 ...
97162024-12-19T05:10:35.283Z[ host-image] Dec 19 05:10:34.624 INFO O| Dec 19 05:10:34.624 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
97172024-12-19T05:10:35.283Z[ host-image] Dec 19 05:10:34.624 INFO O| Dec 19 05:10:34.624 INFO ok!
97182024-12-19T05:10:35.283Z[ host-image] Dec 19 05:10:34.624 INFO O| Dec 19 05:10:34.624 INFO STEP 119 (ensure_file) COMPLETE
97192024-12-19T05:10:35.283Z[ host-image] Dec 19 05:10:34.624 INFO O| Dec 19 05:10:34.624 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97202024-12-19T05:10:35.290Z[ host-image] Dec 19 05:10:34.633 INFO O| Dec 19 05:10:34.633 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
97212024-12-19T05:10:35.292Z[ host-image] Dec 19 05:10:34.633 INFO O| Dec 19 05:10:34.633 INFO copying /tmp/.tmpQNcPdX/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
97222024-12-19T05:10:35.292Z[ host-image] Dec 19 05:10:34.633 INFO O| Dec 19 05:10:34.633 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
97232024-12-19T05:10:35.292Z[ host-image] Dec 19 05:10:34.633 INFO O| Dec 19 05:10:34.633 INFO ok!
97242024-12-19T05:10:35.292Z[ host-image] Dec 19 05:10:34.633 INFO O| Dec 19 05:10:34.633 INFO STEP 120 (ensure_file) COMPLETE
97252024-12-19T05:10:35.292Z[ host-image] Dec 19 05:10:34.633 INFO O| Dec 19 05:10:34.633 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97262024-12-19T05:10:35.299Z[ host-image] Dec 19 05:10:34.643 INFO O| Dec 19 05:10:34.643 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
97272024-12-19T05:10:35.302Z[ host-image] Dec 19 05:10:34.643 INFO O| Dec 19 05:10:34.643 INFO copying /tmp/.tmpQNcPdX/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
97282024-12-19T05:10:38.578Z[ host-image] Dec 19 05:10:37.922 INFO O| Dec 19 05:10:37.922 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
97292024-12-19T05:10:38.578Z[ host-image] Dec 19 05:10:37.922 INFO O| Dec 19 05:10:37.922 INFO ok!
97302024-12-19T05:10:38.579Z[ host-image] Dec 19 05:10:37.922 INFO O| Dec 19 05:10:37.922 INFO STEP 121 (ensure_file) COMPLETE
97312024-12-19T05:10:38.581Z[ host-image] Dec 19 05:10:37.922 INFO O| Dec 19 05:10:37.922 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97322024-12-19T05:10:38.589Z[ host-image] Dec 19 05:10:37.933 INFO O| Dec 19 05:10:37.933 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
97332024-12-19T05:10:38.589Z[ host-image] Dec 19 05:10:37.933 INFO O| Dec 19 05:10:37.933 INFO STEP 122 (ensure_dir) COMPLETE
97342024-12-19T05:10:38.589Z[ host-image] Dec 19 05:10:37.933 INFO O| Dec 19 05:10:37.933 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97352024-12-19T05:10:38.599Z[ host-image] Dec 19 05:10:37.943 INFO O| Dec 19 05:10:37.943 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
97362024-12-19T05:10:38.599Z[ host-image] Dec 19 05:10:37.943 INFO O| Dec 19 05:10:37.943 INFO STEP 123 (ensure_dir) COMPLETE
97372024-12-19T05:10:38.602Z[ host-image] Dec 19 05:10:37.943 INFO O| Dec 19 05:10:37.943 INFO STEP 124: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97382024-12-19T05:10:38.609Z[ host-image] Dec 19 05:10:37.953 INFO O| Dec 19 05:10:37.953 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
97392024-12-19T05:10:38.609Z[ host-image] Dec 19 05:10:37.953 INFO O| Dec 19 05:10:37.953 INFO STEP 124 (ensure_dir) COMPLETE
97402024-12-19T05:10:38.611Z[ host-image] Dec 19 05:10:37.953 INFO O| Dec 19 05:10:37.953 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97412024-12-19T05:10:38.619Z[ host-image] Dec 19 05:10:37.962 INFO O| Dec 19 05:10:37.962 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
97422024-12-19T05:10:38.619Z[ host-image] Dec 19 05:10:37.962 INFO O| Dec 19 05:10:37.962 INFO STEP 125 (ensure_dir) COMPLETE
97432024-12-19T05:10:38.622Z[ host-image] Dec 19 05:10:37.962 INFO O| Dec 19 05:10:37.962 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97442024-12-19T05:10:38.629Z[ host-image] Dec 19 05:10:37.971 INFO O| Dec 19 05:10:37.971 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
97452024-12-19T05:10:38.629Z[ host-image] Dec 19 05:10:37.971 INFO O| Dec 19 05:10:37.971 INFO copying /tmp/.tmpQNcPdX/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 ...
97462024-12-19T05:10:38.632Z[ host-image] Dec 19 05:10:37.972 INFO O| Dec 19 05:10:37.972 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
97472024-12-19T05:10:38.632Z[ host-image] Dec 19 05:10:37.972 INFO O| Dec 19 05:10:37.972 INFO ok!
97482024-12-19T05:10:38.632Z[ host-image] Dec 19 05:10:37.972 INFO O| Dec 19 05:10:37.972 INFO STEP 126 (ensure_file) COMPLETE
97492024-12-19T05:10:38.632Z[ host-image] Dec 19 05:10:37.972 INFO O| Dec 19 05:10:37.972 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97502024-12-19T05:10:38.638Z[ host-image] Dec 19 05:10:37.981 INFO O| Dec 19 05:10:37.981 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
97512024-12-19T05:10:38.638Z[ host-image] Dec 19 05:10:37.981 INFO O| Dec 19 05:10:37.981 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
97522024-12-19T05:10:38.638Z[ host-image] Dec 19 05:10:37.981 INFO O| Dec 19 05:10:37.981 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
97532024-12-19T05:10:38.640Z[ host-image] Dec 19 05:10:37.981 INFO O| Dec 19 05:10:37.981 INFO STEP 127 (ensure_dir) COMPLETE
97542024-12-19T05:10:38.640Z[ host-image] Dec 19 05:10:37.981 INFO O| Dec 19 05:10:37.981 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97552024-12-19T05:10:38.647Z[ host-image] Dec 19 05:10:37.990 INFO O| Dec 19 05:10:37.990 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
97562024-12-19T05:10:38.647Z[ host-image] Dec 19 05:10:37.990 INFO O| Dec 19 05:10:37.990 INFO copying /tmp/.tmpQNcPdX/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
97572024-12-19T05:10:38.649Z[ host-image] Dec 19 05:10:37.990 INFO O| Dec 19 05:10:37.990 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
97582024-12-19T05:10:38.649Z[ host-image] Dec 19 05:10:37.991 INFO O| Dec 19 05:10:37.990 INFO ok!
97592024-12-19T05:10:38.649Z[ host-image] Dec 19 05:10:37.991 INFO O| Dec 19 05:10:37.990 INFO STEP 128 (ensure_file) COMPLETE
97602024-12-19T05:10:38.649Z[ host-image] Dec 19 05:10:37.991 INFO O| Dec 19 05:10:37.990 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97612024-12-19T05:10:38.656Z[ host-image] Dec 19 05:10:38.000 INFO O| Dec 19 05:10:38.000 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
97622024-12-19T05:10:38.659Z[ host-image] Dec 19 05:10:38.000 INFO O| Dec 19 05:10:38.000 INFO STEP 129 (remove_files) COMPLETE
97632024-12-19T05:10:38.660Z[ host-image] Dec 19 05:10:38.000 INFO O| Dec 19 05:10:38.000 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97642024-12-19T05:10:38.667Z[ host-image] Dec 19 05:10:38.011 INFO O| Dec 19 05:10:38.011 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
97652024-12-19T05:10:38.670Z[ host-image] Dec 19 05:10:38.011 INFO O| Dec 19 05:10:38.011 INFO STEP 130 (remove_files) COMPLETE
97662024-12-19T05:10:38.670Z[ host-image] Dec 19 05:10:38.011 INFO O| Dec 19 05:10:38.011 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97672024-12-19T05:10:38.677Z[ host-image] Dec 19 05:10:38.020 INFO O| Dec 19 05:10:38.020 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
97682024-12-19T05:10:38.679Z[ host-image] Dec 19 05:10:38.021 INFO O| Dec 19 05:10:38.021 INFO STEP 131 (remove_files) COMPLETE
97692024-12-19T05:10:38.679Z[ host-image] Dec 19 05:10:38.021 INFO O| Dec 19 05:10:38.021 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97702024-12-19T05:10:38.687Z[ host-image] Dec 19 05:10:38.030 INFO O| Dec 19 05:10:38.030 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
97712024-12-19T05:10:38.689Z[ host-image] Dec 19 05:10:38.031 INFO O| Dec 19 05:10:38.031 INFO STEP 132 (remove_files) COMPLETE
97722024-12-19T05:10:38.689Z[ host-image] Dec 19 05:10:38.031 INFO O| Dec 19 05:10:38.031 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97732024-12-19T05:10:38.697Z[ host-image] Dec 19 05:10:38.040 INFO O| Dec 19 05:10:38.040 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
97742024-12-19T05:10:38.699Z[ host-image] Dec 19 05:10:38.040 INFO O| Dec 19 05:10:38.040 INFO STEP 133 (remove_files) COMPLETE
97752024-12-19T05:10:38.699Z[ host-image] Dec 19 05:10:38.040 INFO O| Dec 19 05:10:38.040 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97762024-12-19T05:10:38.706Z[ host-image] Dec 19 05:10:38.049 INFO O| Dec 19 05:10:38.049 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
97772024-12-19T05:10:38.708Z[ host-image] Dec 19 05:10:38.050 INFO O| Dec 19 05:10:38.050 INFO STEP 134 (remove_files) COMPLETE
97782024-12-19T05:10:38.708Z[ host-image] Dec 19 05:10:38.050 INFO O| Dec 19 05:10:38.050 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97792024-12-19T05:10:38.716Z[ host-image] Dec 19 05:10:38.059 INFO O| Dec 19 05:10:38.059 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
97802024-12-19T05:10:38.718Z[ host-image] Dec 19 05:10:38.059 INFO O| Dec 19 05:10:38.059 INFO STEP 135 (remove_files) COMPLETE
97812024-12-19T05:10:38.718Z[ host-image] Dec 19 05:10:38.059 INFO O| Dec 19 05:10:38.059 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97822024-12-19T05:10:38.725Z[ host-image] Dec 19 05:10:38.068 INFO O| Dec 19 05:10:38.068 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
97832024-12-19T05:10:38.727Z[ host-image] Dec 19 05:10:38.068 INFO O| Dec 19 05:10:38.068 INFO STEP 136 (remove_files) COMPLETE
97842024-12-19T05:10:38.727Z[ host-image] Dec 19 05:10:38.068 INFO O| Dec 19 05:10:38.068 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97852024-12-19T05:10:38.734Z[ host-image] Dec 19 05:10:38.078 INFO O| Dec 19 05:10:38.078 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
97862024-12-19T05:10:38.737Z[ host-image] Dec 19 05:10:38.078 INFO O| Dec 19 05:10:38.078 INFO STEP 137 (remove_files) COMPLETE
97872024-12-19T05:10:38.737Z[ host-image] Dec 19 05:10:38.078 INFO O| Dec 19 05:10:38.078 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97882024-12-19T05:10:38.744Z[ host-image] Dec 19 05:10:38.087 INFO O| Dec 19 05:10:38.087 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
97892024-12-19T05:10:38.744Z[ host-image] Dec 19 05:10:38.087 INFO O| Dec 19 05:10:38.087 INFO STEP 138 (remove_files) COMPLETE
97902024-12-19T05:10:38.744Z[ host-image] Dec 19 05:10:38.087 INFO O| Dec 19 05:10:38.087 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97912024-12-19T05:10:38.754Z[ host-image] Dec 19 05:10:38.098 INFO O| Dec 19 05:10:38.098 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
97922024-12-19T05:10:38.754Z[ host-image] Dec 19 05:10:38.098 INFO O| Dec 19 05:10:38.098 INFO STEP 139 (remove_files) COMPLETE
97932024-12-19T05:10:38.756Z[ host-image] Dec 19 05:10:38.098 INFO O| Dec 19 05:10:38.098 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97942024-12-19T05:10:38.764Z[ host-image] Dec 19 05:10:38.107 INFO O| Dec 19 05:10:38.107 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
97952024-12-19T05:10:38.764Z[ host-image] Dec 19 05:10:38.107 INFO O| Dec 19 05:10:38.107 INFO STEP 140 (remove_files) COMPLETE
97962024-12-19T05:10:38.764Z[ host-image] Dec 19 05:10:38.107 INFO O| Dec 19 05:10:38.107 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97972024-12-19T05:10:38.773Z[ host-image] Dec 19 05:10:38.117 INFO O| Dec 19 05:10:38.117 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
97982024-12-19T05:10:38.777Z[ host-image] Dec 19 05:10:38.117 INFO O| Dec 19 05:10:38.117 INFO STEP 141 (remove_files) COMPLETE
97992024-12-19T05:10:38.777Z[ host-image] Dec 19 05:10:38.117 INFO O| Dec 19 05:10:38.117 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98002024-12-19T05:10:38.783Z[ host-image] Dec 19 05:10:38.126 INFO O| Dec 19 05:10:38.126 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
98012024-12-19T05:10:38.786Z[ host-image] Dec 19 05:10:38.126 INFO O| Dec 19 05:10:38.126 INFO STEP 142 (remove_files) COMPLETE
98022024-12-19T05:10:38.786Z[ host-image] Dec 19 05:10:38.126 INFO O| Dec 19 05:10:38.126 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98032024-12-19T05:10:38.792Z[ host-image] Dec 19 05:10:38.136 INFO O| Dec 19 05:10:38.136 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
98042024-12-19T05:10:38.792Z[ host-image] Dec 19 05:10:38.136 INFO O| Dec 19 05:10:38.136 INFO STEP 143 (remove_files) COMPLETE
98052024-12-19T05:10:38.795Z[ host-image] Dec 19 05:10:38.136 INFO O| Dec 19 05:10:38.136 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98062024-12-19T05:10:38.802Z[ host-image] Dec 19 05:10:38.145 INFO O| Dec 19 05:10:38.145 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
98072024-12-19T05:10:38.802Z[ host-image] Dec 19 05:10:38.145 INFO O| Dec 19 05:10:38.145 INFO STEP 144 (remove_files) COMPLETE
98082024-12-19T05:10:38.802Z[ host-image] Dec 19 05:10:38.145 INFO O| Dec 19 05:10:38.145 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98092024-12-19T05:10:38.811Z[ host-image] Dec 19 05:10:38.155 INFO O| Dec 19 05:10:38.155 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
98102024-12-19T05:10:38.814Z[ host-image] Dec 19 05:10:38.155 INFO O| Dec 19 05:10:38.155 INFO STEP 145 (remove_files) COMPLETE
98112024-12-19T05:10:38.814Z[ host-image] Dec 19 05:10:38.155 INFO O| Dec 19 05:10:38.155 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98122024-12-19T05:10:38.821Z[ host-image] Dec 19 05:10:38.164 INFO O| Dec 19 05:10:38.164 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
98132024-12-19T05:10:38.821Z[ host-image] Dec 19 05:10:38.164 INFO O| Dec 19 05:10:38.164 INFO STEP 146 (remove_files) COMPLETE
98142024-12-19T05:10:38.823Z[ host-image] Dec 19 05:10:38.164 INFO O| Dec 19 05:10:38.164 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98152024-12-19T05:10:38.830Z[ host-image] Dec 19 05:10:38.173 INFO O| Dec 19 05:10:38.173 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
98162024-12-19T05:10:38.833Z[ host-image] Dec 19 05:10:38.174 INFO O| Dec 19 05:10:38.174 INFO STEP 147 (remove_files) COMPLETE
98172024-12-19T05:10:38.833Z[ host-image] Dec 19 05:10:38.174 INFO O| Dec 19 05:10:38.174 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98182024-12-19T05:10:38.839Z[ host-image] Dec 19 05:10:38.183 INFO O| Dec 19 05:10:38.183 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
98192024-12-19T05:10:38.839Z[ host-image] Dec 19 05:10:38.183 INFO O| Dec 19 05:10:38.183 INFO STEP 148 (remove_files) COMPLETE
98202024-12-19T05:10:38.839Z[ host-image] Dec 19 05:10:38.183 INFO O| Dec 19 05:10:38.183 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98212024-12-19T05:10:38.849Z[ host-image] Dec 19 05:10:38.192 INFO O| Dec 19 05:10:38.192 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
98222024-12-19T05:10:38.852Z[ host-image] Dec 19 05:10:38.193 INFO O| Dec 19 05:10:38.193 INFO STEP 149 (remove_files) COMPLETE
98232024-12-19T05:10:38.852Z[ host-image] Dec 19 05:10:38.193 INFO O| Dec 19 05:10:38.193 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98242024-12-19T05:10:38.859Z[ host-image] Dec 19 05:10:38.203 INFO O| Dec 19 05:10:38.202 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
98252024-12-19T05:10:38.859Z[ host-image] Dec 19 05:10:38.203 INFO O| Dec 19 05:10:38.203 INFO STEP 150 (remove_files) COMPLETE
98262024-12-19T05:10:38.861Z[ host-image] Dec 19 05:10:38.203 INFO O| Dec 19 05:10:38.203 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98272024-12-19T05:10:38.869Z[ host-image] Dec 19 05:10:38.212 INFO O| Dec 19 05:10:38.212 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
98282024-12-19T05:10:38.869Z[ host-image] Dec 19 05:10:38.212 INFO O| Dec 19 05:10:38.212 INFO STEP 151 (remove_files) COMPLETE
98292024-12-19T05:10:38.869Z[ host-image] Dec 19 05:10:38.212 INFO O| Dec 19 05:10:38.212 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98302024-12-19T05:10:38.878Z[ host-image] Dec 19 05:10:38.222 INFO O| Dec 19 05:10:38.222 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
98312024-12-19T05:10:38.881Z[ host-image] Dec 19 05:10:38.222 INFO O| Dec 19 05:10:38.222 INFO STEP 152 (remove_files) COMPLETE
98322024-12-19T05:10:38.881Z[ host-image] Dec 19 05:10:38.222 INFO O| Dec 19 05:10:38.222 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98332024-12-19T05:10:38.888Z[ host-image] Dec 19 05:10:38.231 INFO O| Dec 19 05:10:38.231 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
98342024-12-19T05:10:38.888Z[ host-image] Dec 19 05:10:38.231 INFO O| Dec 19 05:10:38.231 INFO STEP 153 (remove_files) COMPLETE
98352024-12-19T05:10:38.888Z[ host-image] Dec 19 05:10:38.231 INFO O| Dec 19 05:10:38.231 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98362024-12-19T05:10:38.897Z[ host-image] Dec 19 05:10:38.240 INFO O| Dec 19 05:10:38.240 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
98372024-12-19T05:10:38.897Z[ host-image] Dec 19 05:10:38.241 INFO O| Dec 19 05:10:38.240 INFO STEP 154 (remove_files) COMPLETE
98382024-12-19T05:10:38.899Z[ host-image] Dec 19 05:10:38.241 INFO O| Dec 19 05:10:38.241 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98392024-12-19T05:10:38.907Z[ host-image] Dec 19 05:10:38.250 INFO O| Dec 19 05:10:38.250 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
98402024-12-19T05:10:38.910Z[ host-image] Dec 19 05:10:38.250 INFO O| Dec 19 05:10:38.250 INFO STEP 155 (remove_files) COMPLETE
98412024-12-19T05:10:38.910Z[ host-image] Dec 19 05:10:38.250 INFO O| Dec 19 05:10:38.250 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98422024-12-19T05:10:38.917Z[ host-image] Dec 19 05:10:38.260 INFO O| Dec 19 05:10:38.260 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
98432024-12-19T05:10:38.917Z[ host-image] Dec 19 05:10:38.260 INFO O| Dec 19 05:10:38.260 INFO STEP 156 (remove_files) COMPLETE
98442024-12-19T05:10:38.917Z[ host-image] Dec 19 05:10:38.260 INFO O| Dec 19 05:10:38.260 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98452024-12-19T05:10:38.926Z[ host-image] Dec 19 05:10:38.270 INFO O| Dec 19 05:10:38.270 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
98462024-12-19T05:10:38.926Z[ host-image] Dec 19 05:10:38.270 INFO O| Dec 19 05:10:38.270 INFO STEP 157 (remove_files) COMPLETE
98472024-12-19T05:10:38.929Z[ host-image] Dec 19 05:10:38.270 INFO O| Dec 19 05:10:38.270 INFO STEP 158: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
98482024-12-19T05:10:38.940Z[ host-image] Dec 19 05:10:38.284 INFO O| Dec 19 05:10:38.284 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
98492024-12-19T05:10:38.943Z[ host-image] Dec 19 05:10:38.284 INFO O| Dec 19 05:10:38.284 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"}
98502024-12-19T05:10:45.315Z[ host-image] Dec 19 05:10:44.658 INFO O| Dec 19 05:10:44.658 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
98512024-12-19T05:10:45.318Z[ host-image] Dec 19 05:10:44.658 INFO O| Dec 19 05:10:44.658 INFO E| svccfg: Loaded 74 smf(7) service descriptions
98522024-12-19T05:10:45.329Z[ host-image] Dec 19 05:10:44.672 INFO O| Dec 19 05:10:44.672 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"}
98532024-12-19T05:10:45.408Z[ host-image] Dec 19 05:10:44.751 INFO O| Dec 19 05:10:44.750 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
98542024-12-19T05:10:45.408Z[ host-image] Dec 19 05:10:44.751 INFO O| Dec 19 05:10:44.750 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
98552024-12-19T05:10:45.411Z[ host-image] Dec 19 05:10:44.752 INFO O| Dec 19 05:10:44.752 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
98562024-12-19T05:10:45.411Z[ host-image] Dec 19 05:10:44.752 INFO O| Dec 19 05:10:44.752 INFO ok!
98572024-12-19T05:10:45.411Z[ host-image] Dec 19 05:10:44.752 INFO O| Dec 19 05:10:44.752 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
98582024-12-19T05:10:45.411Z[ host-image] Dec 19 05:10:44.753 INFO O| Dec 19 05:10:44.752 INFO STEP 158 (seed_smf) COMPLETE
98592024-12-19T05:10:45.411Z[ host-image] Dec 19 05:10:44.753 INFO O| Dec 19 05:10:44.753 INFO steps complete; finalising image!
98602024-12-19T05:10:45.411Z[ host-image] Dec 19 05:10:44.753 INFO O| Dec 19 05:10:44.753 INFO TRIM POOL: TEMPORARY-gimlet-zfs
98612024-12-19T05:10:45.547Z[ host-image] Dec 19 05:10:44.889 INFO O| Dec 19 05:10:44.889 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Thu Dec 19 05:10:44 2024)
98622024-12-19T05:10:45.768Z[ host-image] Dec 19 05:10:45.111 INFO O| Dec 19 05:10:45.111 INFO temporary pool has 691M used, 141M avail, 1.81x compressratio
98632024-12-19T05:10:45.768Z[ host-image] Dec 19 05:10:45.111 INFO O| Dec 19 05:10:45.111 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
98642024-12-19T05:10:46.052Z[ host-image] Dec 19 05:10:45.395 INFO O| Dec 19 05:10:45.395 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
98652024-12-19T05:10:46.052Z[ host-image] Dec 19 05:10:45.395 INFO O| Dec 19 05:10:45.395 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
98662024-12-19T05:10:47.044Z[ host-image] Dec 19 05:10:46.386 INFO O| Dec 19 05:10:46.386 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
98672024-12-19T05:10:47.044Z[ host-image] Dec 19 05:10:46.386 INFO O| Dec 19 05:10:46.386 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
98682024-12-19T05:10:47.046Z[ host-image] Dec 19 05:10:46.386 INFO O| Dec 19 05:10:46.386 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
98692024-12-19T05:10:47.046Z[ host-image] Dec 19 05:10:46.386 INFO O| Dec 19 05:10:46.386 INFO completed processing gimlet/zfs
98702024-12-19T05:10:47.046Z[ host-image] Dec 19 05:10:46.386 INFO O| Dec 19 05:10:46.386 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
98712024-12-19T05:10:55.689Z[ host-image] Dec 19 05:10:55.031 INFO O| Dec 19 05:10:55.031 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
98722024-12-19T05:10:55.780Z[ host-image] Dec 19 05:10:55.122 INFO BUILD STRING "heads/stlouis-0-g7274828da5\n"
98732024-12-19T05:10:55.780Z[ host-image] Dec 19 05:10:55.122 INFO expanded image name: "ci 2a37e9c/${os_short_commit} 2024-12-19 04:39" -> "ci 2a37e9c/7274828 2024-12-19 04:39"
98742024-12-19T05:10:55.783Z[ host-image] Dec 19 05:10:55.122 INFO output artefacts stored in: "/work/os-host"
98752024-12-19T05:10:55.783Z[ host-image] Dec 19 05:10:55.122 INFO collecting git info from project "chelsio-t6-roms"...
98762024-12-19T05:10:55.785Z[ host-image] Dec 19 05:10:55.128 INFO collecting git info from project "bootserver"...
98772024-12-19T05:10:55.790Z[ host-image] Dec 19 05:10:55.132 INFO collecting git info from project "pilot"...
98782024-12-19T05:10:55.795Z[ host-image] Dec 19 05:10:55.137 INFO collecting git info from project "pinprick"...
98792024-12-19T05:10:55.799Z[ host-image] Dec 19 05:10:55.141 INFO collecting git info from project "amd-host-image-builder"...
98802024-12-19T05:10:55.813Z[ host-image] Dec 19 05:10:55.155 INFO collecting git info from project "amd-firmware"...
98812024-12-19T05:10:55.821Z[ host-image] Dec 19 05:10:55.163 INFO collecting git info from project "image-builder"...
98822024-12-19T05:10:55.825Z[ host-image] Dec 19 05:10:55.168 INFO collecting git info from project "phbl"...
98832024-12-19T05:10:55.829Z[ host-image] Dec 19 05:10:55.172 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
98842024-12-19T05:10:56.186Z[ host-image] Dec 19 05:10:55.528 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
98852024-12-19T05:10:56.522Z[ host-image] Dec 19 05:10:55.864 INFO creating Oxide boot image...
98862024-12-19T05:10:56.522Z[ host-image] Dec 19 05:10:55.864 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 2a37e9c/7274828 2024-12-19 04:39", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
98872024-12-19T05:10:57.452Z[ host-image] Dec 19 05:10:56.794 INFO O| ok, image written!
98882024-12-19T05:10:57.452Z[ host-image] Dec 19 05:10:56.794 INFO O| ok, boot_image_csum file written!
98892024-12-19T05:10:57.455Z[ host-image] Dec 19 05:10:56.797 INFO creating boot archive (CPIO)...
98902024-12-19T05:10:57.455Z[ host-image] Dec 19 05:10:56.797 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
98912024-12-19T05:10:57.465Z[ host-image] Dec 19 05:10:56.807 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
98922024-12-19T05:10:57.465Z[ host-image] Dec 19 05:10:56.807 INFO E| + outfile=/work/os-host/cpio
98932024-12-19T05:10:57.468Z[ host-image] Dec 19 05:10:56.807 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
98942024-12-19T05:10:57.468Z[ host-image] Dec 19 05:10:56.809 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
98952024-12-19T05:10:57.468Z[ host-image] Dec 19 05:10:56.810 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
98962024-12-19T05:10:57.502Z[ host-image] Dec 19 05:10:56.844 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
98972024-12-19T05:10:57.502Z[ host-image] Dec 19 05:10:56.844 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
98982024-12-19T05:10:57.511Z[ host-image] Dec 19 05:10:56.853 INFO creating compressed cpio/unix for nanobl-rs...
98992024-12-19T05:10:57.511Z[ host-image] Dec 19 05:10:56.853 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
99002024-12-19T05:10:57.805Z[ host-image] Dec 19 05:10:57.147 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
99012024-12-19T05:11:02.142Z[ host-image] Dec 19 05:11:01.483 INFO creating reset image...
99022024-12-19T05:11:02.150Z[ host-image] Dec 19 05:11:01.483 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
99032024-12-19T05:11:02.230Z[ host-image] Dec 19 05:11:01.572 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
99042024-12-19T05:11:02.232Z[ host-image] Dec 19 05:11:01.573 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
99052024-12-19T05:11:02.284Z[ host-image] Dec 19 05:11:01.625 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
99062024-12-19T05:11:04.029Z[ host-image] Dec 19 05:11:03.371 INFO E| Finished `release` profile [optimized] target(s) in 1.78s
99072024-12-19T05:11:04.040Z[ host-image] Dec 19 05:11:03.382 INFO building host image...
99082024-12-19T05:11:04.043Z[ host-image] Dec 19 05:11:03.382 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")
99092024-12-19T05:11:04.535Z[ host-image] Dec 19 05:11:03.877 INFO finishing image archive at "/work/os-host/os.tar.gz"...
99102024-12-19T05:11:52.386Z[ host-image] Dec 19 05:11:51.724 INFO image complete! materials are in "/work/os-host"
99112024-12-19T05:11:52.388Z[ host-image]
99122024-12-19T05:11:52.390Z[ host-image] real 9:54.416823088
99132024-12-19T05:11:52.391Z[ host-image] user 5:18.798240494
99142024-12-19T05:11:52.391Z[ host-image] sys 49.383336065
99152024-12-19T05:11:52.391Z[ host-image] trap 0.178287389
99162024-12-19T05:11:52.391Z[ host-image] tflt 0.003111847
99172024-12-19T05:11:52.391Z[ host-image] dflt 0.057569263
99182024-12-19T05:11:52.391Z[ host-image] kflt 0.000004749
99192024-12-19T05:11:52.391Z[ host-image] lock 21.608411081
99202024-12-19T05:11:52.391Z[ host-image] slp 54:19.700248034
99212024-12-19T05:11:52.391Z[ host-image] lat 1:25.899388337
99222024-12-19T05:11:52.391Z[ host-image] stop 0.385685565
99232024-12-19T05:11:52.391ZDec 19 05:11:51.728 INFO [host-image] process exited with exit status: 0 (594.434343355s)
99242024-12-19T05:11:52.391ZDec 19 05:11:51.728 INFO [tuf-repo] running task
99252024-12-19T05:12:00.267ZDec 19 05:11:59.604 INFO assembling repository in `/tmp/tufaceous2zUPjf`, component: OmicronRepoAssembler
99262024-12-19T05:12:24.871ZDec 19 05:12:24.204 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
99272024-12-19T05:12:24.976ZDec 19 05:12:24.312 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
99282024-12-19T05:12:38.180ZDec 19 05:12:37.515 INFO [tuf-repo] task succeeded (45.787349907s)
99292024-12-19T05:12:38.180ZDec 19 05:12:37.515 INFO all jobs completed in 1957.722007335s
99302024-12-19T05:12:38.824Zprocess exited: duration 2619975 ms, exit code 0
 
99312024-12-19T05:12:38.841Zfound 33 output files
99322024-12-19T05:12:38.841Zuploading: /work/manifest.toml (8404 bytes)
99332024-12-19T05:12:39.860Zuploaded: /work/manifest.toml
99342024-12-19T05:12:39.860Zuploading: /work/repo.zip (1963855407 bytes)
99352024-12-19T05:13:21.747Zuploaded: /work/repo.zip
99362024-12-19T05:13:21.747Zuploading: /work/repo.zip.sha256.txt (65 bytes)
99372024-12-19T05:13:22.758Zuploaded: /work/repo.zip.sha256.txt
99382024-12-19T05:13:22.758Zuploading: /work/helios-setup.log (66237 bytes)
99392024-12-19T05:13:23.770Zuploaded: /work/helios-setup.log
99402024-12-19T05:13:23.770Zuploading: /work/host-image.log (196247 bytes)
99412024-12-19T05:13:24.792Zuploaded: /work/host-image.log
99422024-12-19T05:13:24.792Zuploading: /work/host-package.log (22562 bytes)
99432024-12-19T05:13:25.802Zuploaded: /work/host-package.log
99442024-12-19T05:13:25.802Zuploading: /work/host-target.log (101 bytes)
99452024-12-19T05:13:26.812Zuploaded: /work/host-target.log
99462024-12-19T05:13:26.812Zuploading: /work/omicron-package.log (5666 bytes)
99472024-12-19T05:13:27.823Zuploaded: /work/omicron-package.log
99482024-12-19T05:13:27.826Zuploading: /work/phbl-toolchain.log (881 bytes)
99492024-12-19T05:13:28.834Zuploaded: /work/phbl-toolchain.log
99502024-12-19T05:13:28.834Zuploading: /work/recovery-image.log (591575 bytes)
99512024-12-19T05:13:29.857Zuploaded: /work/recovery-image.log
99522024-12-19T05:13:29.860Zuploading: /work/recovery-package.log (321 bytes)
99532024-12-19T05:13:30.867Zuploaded: /work/recovery-package.log
99542024-12-19T05:13:30.867Zuploading: /work/recovery-target.log (98 bytes)
99552024-12-19T05:13:31.880Zuploaded: /work/recovery-target.log
99562024-12-19T05:13:31.882Zuploading: /work/stamp-clickhouse.log (117 bytes)
99572024-12-19T05:13:32.889Zuploaded: /work/stamp-clickhouse.log
99582024-12-19T05:13:32.889Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
99592024-12-19T05:13:33.900Zuploaded: /work/stamp-clickhouse_keeper.log
99602024-12-19T05:13:33.900Zuploading: /work/stamp-cockroachdb.log (118 bytes)
99612024-12-19T05:13:34.910Zuploaded: /work/stamp-cockroachdb.log
99622024-12-19T05:13:34.912Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
99632024-12-19T05:13:35.919Zuploaded: /work/stamp-crucible-dtrace.log
99642024-12-19T05:13:35.919Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
99652024-12-19T05:13:36.927Zuploaded: /work/stamp-crucible-pantry-zone.log
99662024-12-19T05:13:36.927Zuploading: /work/stamp-crucible-zone.log (120 bytes)
99672024-12-19T05:13:37.937Zuploaded: /work/stamp-crucible-zone.log
99682024-12-19T05:13:37.937Zuploading: /work/stamp-external-dns.log (119 bytes)
99692024-12-19T05:13:38.946Zuploaded: /work/stamp-external-dns.log
99702024-12-19T05:13:38.949Zuploading: /work/stamp-installinator.log (103 bytes)
99712024-12-19T05:13:39.956Zuploaded: /work/stamp-installinator.log
99722024-12-19T05:13:39.956Zuploading: /work/stamp-internal-dns.log (119 bytes)
99732024-12-19T05:13:40.963Zuploaded: /work/stamp-internal-dns.log
99742024-12-19T05:13:40.963Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
99752024-12-19T05:13:41.972Zuploaded: /work/stamp-mg-ddm-gz.log
99762024-12-19T05:13:41.972Zuploading: /work/stamp-nexus.log (112 bytes)
99772024-12-19T05:13:42.981Zuploaded: /work/stamp-nexus.log
99782024-12-19T05:13:42.983Zuploading: /work/stamp-ntp.log (110 bytes)
99792024-12-19T05:13:43.989Zuploaded: /work/stamp-ntp.log
99802024-12-19T05:13:43.990Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
99812024-12-19T05:13:44.999Zuploaded: /work/stamp-omicron-sled-agent.log
99822024-12-19T05:13:45.002Zuploading: /work/stamp-overlay.log (114 bytes)
99832024-12-19T05:13:46.008Zuploaded: /work/stamp-overlay.log
99842024-12-19T05:13:46.008Zuploading: /work/stamp-oximeter.log (115 bytes)
99852024-12-19T05:13:47.016Zuploaded: /work/stamp-oximeter.log
99862024-12-19T05:13:47.019Zuploading: /work/stamp-oxlog.log (109 bytes)
99872024-12-19T05:13:48.028Zuploaded: /work/stamp-oxlog.log
99882024-12-19T05:13:48.031Zuploading: /work/stamp-probe.log (112 bytes)
99892024-12-19T05:13:49.037Zuploaded: /work/stamp-probe.log
99902024-12-19T05:13:49.040Zuploading: /work/stamp-propolis-server.log (122 bytes)
99912024-12-19T05:13:50.047Zuploaded: /work/stamp-propolis-server.log
99922024-12-19T05:13:50.050Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
99932024-12-19T05:13:51.059Zuploaded: /work/stamp-pumpkind-gz.log
99942024-12-19T05:13:51.059Zuploading: /work/stamp-switch-asic.log (118 bytes)
99952024-12-19T05:13:52.068Zuploaded: /work/stamp-switch-asic.log
99962024-12-19T05:13:52.068Zuploading: /work/verify-libraries.log (4271 bytes)
99972024-12-19T05:13:53.076Zuploaded: /work/verify-libraries.log