01JE7A2X1AR9E2JJ98DTPY4S2F: 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: 01JE7A3BT19HQFS4C3635KHJ9C

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-03T22:29:03.566Zjob assigned to worker 01JE7A6ZDGA0G0N6CWHR0Z33X6 [factory aws, i-0a799a14feb1ce6c3] (queued for 2 m 42 s)
 
22024-12-03T22:29:10.965Zstarting task 0: "setup"
32024-12-03T22:29:10.976Z++ uname -s
42024-12-03T22:29:10.979Z+ kern=SunOS
52024-12-03T22:29:10.979Z+ case "$kern" in
62024-12-03T22:29:10.979Z+ groupadd -g 12345 build
72024-12-03T22:29:10.981Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-03T22:29:12.988Z+ zfs create -o mountpoint=/work rpool/work
92024-12-03T22:29:13.172Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-03T22:29:13.177Z+ home_fs=zfs
112024-12-03T22:29:13.177Z+ [[ zfs == autofs ]]
122024-12-03T22:29:13.177Z+ mkdir -p /home/build
132024-12-03T22:29:13.177Z+ chown build:build /home/build /work
142024-12-03T22:29:15.189Z+ chmod 0700 /home/build /work
152024-12-03T22:29:15.215Zprocess exited: duration 4214 ms, exit code 0
 
162024-12-03T22:29:15.238Zstarting task 1: "rust-toolchain"
172024-12-03T22:29:15.271Z+ printf ' * toolchain channel = "%s"
182024-12-03T22:29:15.271Z' 1.81.0
192024-12-03T22:29:15.271Z * toolchain channel = "1.81.0"
202024-12-03T22:29:15.271Z * toolchain profile = "default"
212024-12-03T22:29:15.271Z+ printf ' * toolchain profile = "%s"
222024-12-03T22:29:15.271Z' default
232024-12-03T22:29:15.272Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-03T22:29:15.272Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-03T22:29:15.357Zinfo: downloading installer
262024-12-03T22:29:16.866Zinfo: profile set to 'default'
272024-12-03T22:29:16.866Zinfo: default host triple is x86_64-unknown-illumos
282024-12-03T22:29:16.871Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-03T22:29:17.047Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-03T22:29:17.048Zinfo: downloading component 'cargo'
312024-12-03T22:29:18.018Zinfo: downloading component 'clippy'
322024-12-03T22:29:18.378Zinfo: downloading component 'rust-docs'
332024-12-03T22:29:19.833Zinfo: downloading component 'rust-std'
342024-12-03T22:29:21.937Zinfo: downloading component 'rustc'
352024-12-03T22:29:29.480Zinfo: downloading component 'rustfmt'
362024-12-03T22:29:29.763Zinfo: installing component 'cargo'
372024-12-03T22:29:30.551Zinfo: installing component 'clippy'
382024-12-03T22:29:30.908Zinfo: installing component 'rust-docs'
392024-12-03T22:29:32.514Zinfo: installing component 'rust-std'
402024-12-03T22:29:34.195Zinfo: installing component 'rustc'
412024-12-03T22:29:39.839Zinfo: installing component 'rustfmt'
422024-12-03T22:29:40.156Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-03T22:29:40.157Z
442024-12-03T22:29:40.524Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-03T22:29:40.525Z
462024-12-03T22:29:40.528Z
472024-12-03T22:29:40.528ZRust is installed now. Great!
482024-12-03T22:29:40.528Z
492024-12-03T22:29:40.528ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-03T22:29:40.528Zenvironment variable. This has not been done automatically.
512024-12-03T22:29:40.528Z
522024-12-03T22:29:40.528ZTo configure your current shell, you need to source
532024-12-03T22:29:40.528Zthe corresponding env file under $HOME/.cargo.
542024-12-03T22:29:40.528Z
552024-12-03T22:29:40.528ZThis is usually done by running one of the following (note the leading DOT):
562024-12-03T22:29:40.528Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-03T22:29:40.528Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-03T22:29:40.596Z+ rustc --version
592024-12-03T22:29:40.662Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-03T22:29:40.665Zprocess exited: duration 25428 ms, exit code 0
 
612024-12-03T22:29:40.672Zstarting task 2: "authentication"
622024-12-03T22:29:40.691Zprocess exited: duration 20 ms, exit code 0
 
632024-12-03T22:29:40.699Zstarting task 3: "clone repository"
642024-12-03T22:29:40.702Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-03T22:29:40.705Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-03T22:29:40.740ZCloning into '/work/oxidecomputer/omicron'...
672024-12-03T22:29:47.684Z+ cd /work/oxidecomputer/omicron
682024-12-03T22:29:47.684Z+ git fetch origin bd515ff97e47394962258d8347b7007043019576
692024-12-03T22:29:47.966ZFrom https://github.com/oxidecomputer/omicron
702024-12-03T22:29:47.966Z * branch bd515ff97e47394962258d8347b7007043019576 -> FETCH_HEAD
712024-12-03T22:29:47.975Z+ [[ -n project-scoped-oxql ]]
722024-12-03T22:29:47.978Z++ git branch --show-current
732024-12-03T22:29:47.981Z+ current=main
742024-12-03T22:29:47.981Z+ [[ main != project-scoped-oxql ]]
752024-12-03T22:29:47.981Z+ git branch -f project-scoped-oxql bd515ff97e47394962258d8347b7007043019576
762024-12-03T22:29:47.983Z+ git checkout -f project-scoped-oxql
772024-12-03T22:29:48.155ZSwitched to branch 'project-scoped-oxql'
782024-12-03T22:29:48.157Z+ git reset --hard bd515ff97e47394962258d8347b7007043019576
792024-12-03T22:29:48.326ZHEAD is now at bd515ff97 shorter names
802024-12-03T22:29:48.329Zprocess exited: duration 7629 ms, exit code 0
 
812024-12-03T22:29:48.334Zstarting task 4: "build"
822024-12-03T22:29:48.339Z+ source .github/buildomat/ci-env.sh
832024-12-03T22:29:48.343Z++ export CARGO_TERM_COLOR=always
842024-12-03T22:29:48.343Z++ CARGO_TERM_COLOR=always
852024-12-03T22:29:48.343Z+ cargo --version
862024-12-03T22:29:48.396Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-12-03T22:29:48.399Z+ rustc --version
882024-12-03T22:29:48.459Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-12-03T22:29:48.462Z+ cargo tree --locked
902024-12-03T22:29:48.713Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
912024-12-03T22:29:49.029Z Updating crates.io index
922024-12-03T22:29:49.122Z Updating git repository `https://github.com/oxidecomputer/maghemite`
932024-12-03T22:29:49.577Z Updating git repository `https://github.com/oxidecomputer/oxnet`
942024-12-03T22:29:49.895Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
952024-12-03T22:29:50.166Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
962024-12-03T22:29:50.416Z Updating git repository `https://github.com/oxidecomputer/propolis`
972024-12-03T22:29:51.228Z Updating git repository `https://github.com/oxidecomputer/crucible`
982024-12-03T22:29:53.813Z Updating git repository `https://github.com/oxidecomputer/opte`
992024-12-03T22:29:54.958Z Updating git repository `https://github.com/oxidecomputer/falcon`
1002024-12-03T22:29:55.710Z Updating git repository `https://github.com/oxidecomputer/clickward`
1012024-12-03T22:29:56.042Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1022024-12-03T22:29:56.443Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1032024-12-03T22:29:57.145Z Updating git repository `https://github.com/oxidecomputer/libipcc`
1042024-12-03T22:29:57.472Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1052024-12-03T22:29:57.732Z Updating git repository `https://github.com/oxidecomputer/tofino`
1062024-12-03T22:29:57.998Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1072024-12-03T22:29:58.256Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1082024-12-03T22:29:58.515Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1092024-12-03T22:29:58.823Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1102024-12-03T22:29:59.142Z Updating git repository `https://github.com/oxidecomputer/ispf`
1112024-12-03T22:29:59.465Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1122024-12-03T22:29:59.704Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1132024-12-03T22:30:00.206Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1142024-12-03T22:30:00.474Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1152024-12-03T22:30:00.911Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1162024-12-03T22:30:01.300Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
1172024-12-03T22:30:01.625Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1182024-12-03T22:30:01.903Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1192024-12-03T22:30:02.208Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1202024-12-03T22:30:03.655Z Downloading crates ...
1212024-12-03T22:30:03.748Z Downloaded async-stream-impl v0.3.6
1222024-12-03T22:30:03.751Z Downloaded anyhow v1.0.93
1232024-12-03T22:30:03.754Z Downloaded atomicwrites v0.4.4
1242024-12-03T22:30:03.757Z Downloaded cfg_aliases v0.2.1
1252024-12-03T22:30:03.757Z Downloaded assert_matches v1.5.0
1262024-12-03T22:30:03.759Z Downloaded async-channel v1.9.0
1272024-12-03T22:30:03.759Z Downloaded assert-json-diff v2.0.2
1282024-12-03T22:30:03.762Z Downloaded bitflags v1.3.2
1292024-12-03T22:30:03.765Z Downloaded async-signal v0.2.10
1302024-12-03T22:30:03.767Z Downloaded cfg-if v1.0.0
1312024-12-03T22:30:03.770Z Downloaded cast v0.3.0
1322024-12-03T22:30:03.770Z Downloaded cargo-platform v0.1.8
1332024-12-03T22:30:03.773Z Downloaded bit-vec v0.6.3
1342024-12-03T22:30:03.775Z Downloaded anstyle v1.0.10
1352024-12-03T22:30:03.778Z Downloaded blake2b_simd v1.0.2
1362024-12-03T22:30:03.778Z Downloaded async-trait v0.1.83
1372024-12-03T22:30:03.781Z Downloaded blake2 v0.10.6
1382024-12-03T22:30:03.784Z Downloaded bcs v0.1.6
1392024-12-03T22:30:03.787Z Downloaded adler2 v2.0.0
1402024-12-03T22:30:03.790Z Downloaded aead v0.5.2
1412024-12-03T22:30:03.796Z Downloaded cc v1.1.30
1422024-12-03T22:30:03.799Z Downloaded ciborium v0.2.2
1432024-12-03T22:30:03.802Z Downloaded base64 v0.21.7
1442024-12-03T22:30:03.817Z Downloaded expectorate v1.1.0
1452024-12-03T22:30:03.821Z Downloaded filetime v0.2.25
1462024-12-03T22:30:03.823Z Downloaded async-attributes v1.1.2
1472024-12-03T22:30:03.826Z Downloaded anstyle-query v1.1.1
1482024-12-03T22:30:03.826Z Downloaded array-init v0.0.4
1492024-12-03T22:30:03.831Z Downloaded fallible-iterator v0.3.0
1502024-12-03T22:30:03.831Z Downloaded ff v0.13.0
1512024-12-03T22:30:03.831Z Downloaded errno v0.3.9
1522024-12-03T22:30:03.835Z Downloaded addr2line v0.24.2
1532024-12-03T22:30:03.835Z Downloaded fatfs v0.3.6
1542024-12-03T22:30:03.838Z Downloaded float-ord v0.3.2
1552024-12-03T22:30:03.847Z Downloaded escape8259 v0.5.3
1562024-12-03T22:30:03.847Z Downloaded atty v0.2.14
1572024-12-03T22:30:03.847Z Downloaded float-cmp v0.9.0
1582024-12-03T22:30:03.847Z Downloaded event-listener v5.3.1
1592024-12-03T22:30:03.847Z Downloaded event-listener v2.5.3
1602024-12-03T22:30:03.847Z Downloaded phf_shared v0.10.0
1612024-12-03T22:30:03.850Z Downloaded flagset v0.4.6
1622024-12-03T22:30:03.850Z Downloaded fancy-regex v0.13.0
1632024-12-03T22:30:03.853Z Downloaded flate2 v1.0.34
1642024-12-03T22:30:03.859Z Downloaded once_cell v1.20.2
1652024-12-03T22:30:03.862Z Downloaded assert_cmd v2.0.16
1662024-12-03T22:30:03.871Z Downloaded normalize-line-endings v0.3.0
1672024-12-03T22:30:03.871Z Downloaded foreign-types v0.5.0
1682024-12-03T22:30:03.871Z Downloaded fs_extra v1.3.0
1692024-12-03T22:30:03.871Z Downloaded openssl-probe v0.1.5
1702024-12-03T22:30:03.879Z Downloaded parse-size v1.1.0
1712024-12-03T22:30:03.879Z Downloaded number_prefix v0.4.0
1722024-12-03T22:30:03.879Z Downloaded futures-timer v3.0.3
1732024-12-03T22:30:03.879Z Downloaded async-global-executor v2.4.1
1742024-12-03T22:30:03.879Z Downloaded base16ct v0.2.0
1752024-12-03T22:30:03.883Z Downloaded async-stream v0.3.6
1762024-12-03T22:30:03.883Z Downloaded futures-core v0.3.31
1772024-12-03T22:30:03.883Z Downloaded glob v0.3.1
1782024-12-03T22:30:03.886Z Downloaded bitfield v0.14.0
1792024-12-03T22:30:03.889Z Downloaded headers-core v0.3.0
1802024-12-03T22:30:03.889Z Downloaded futures-io v0.3.31
1812024-12-03T22:30:03.889Z Downloaded bitfield-struct v0.6.2
1822024-12-03T22:30:03.892Z Downloaded bit-set v0.5.3
1832024-12-03T22:30:03.892Z Downloaded futures-macro v0.3.31
1842024-12-03T22:30:03.895Z Downloaded buf-list v1.0.3
1852024-12-03T22:30:03.897Z Downloaded group v0.13.0
1862024-12-03T22:30:03.900Z Downloaded blowfish v0.9.1
1872024-12-03T22:30:03.900Z Downloaded hash32 v0.2.1
1882024-12-03T22:30:03.903Z Downloaded cexpr v0.6.0
1892024-12-03T22:30:03.905Z Downloaded cbc v0.1.2
1902024-12-03T22:30:03.908Z Downloaded guppy-workspace-hack v0.1.0
1912024-12-03T22:30:03.908Z Downloaded chacha20 v0.9.1
1922024-12-03T22:30:03.911Z Downloaded http-body v1.0.1
1932024-12-03T22:30:03.911Z Downloaded byteorder v1.5.0
1942024-12-03T22:30:03.914Z Downloaded castaway v0.2.3
1952024-12-03T22:30:03.914Z Downloaded block-padding v0.3.3
1962024-12-03T22:30:03.917Z Downloaded anes v0.1.6
1972024-12-03T22:30:03.919Z Downloaded hex-literal v0.4.1
1982024-12-03T22:30:03.919Z Downloaded futures v0.3.31
1992024-12-03T22:30:03.924Z Downloaded plain v0.2.3
2002024-12-03T22:30:03.926Z Downloaded parking v2.2.1
2012024-12-03T22:30:03.929Z Downloaded hex v0.4.3
2022024-12-03T22:30:03.929Z Downloaded fs-err v2.11.0
2032024-12-03T22:30:03.931Z Downloaded async-process v2.3.0
2042024-12-03T22:30:03.938Z Downloaded hubpack_derive v0.1.1
2052024-12-03T22:30:03.938Z Downloaded half v2.4.1
2062024-12-03T22:30:03.938Z Downloaded http-range v0.1.5
2072024-12-03T22:30:03.941Z Downloaded ghash v0.5.1
2082024-12-03T22:30:03.941Z Downloaded cargo_metadata v0.18.1
2092024-12-03T22:30:03.944Z Downloaded hostname v0.3.1
2102024-12-03T22:30:03.947Z Downloaded heck v0.3.3
2112024-12-03T22:30:03.947Z Downloaded termtree v0.4.1
2122024-12-03T22:30:03.947Z Downloaded sqlparser_derive v0.2.2
2132024-12-03T22:30:03.950Z Downloaded http-body-util v0.1.2
2142024-12-03T22:30:03.950Z Downloaded russh-cryptovec v0.7.3
2152024-12-03T22:30:03.954Z Downloaded pest_generator v2.7.14
2162024-12-03T22:30:03.954Z Downloaded predicates-tree v1.0.11
2172024-12-03T22:30:03.957Z Downloaded serde-big-array v0.5.1
2182024-12-03T22:30:03.957Z Downloaded arc-swap v1.7.1
2192024-12-03T22:30:03.960Z Downloaded rand_core v0.6.4
2202024-12-03T22:30:03.962Z Downloaded httpdate v1.0.3
2212024-12-03T22:30:03.966Z Downloaded hostname v0.4.0
2222024-12-03T22:30:03.966Z Downloaded rand_chacha v0.3.1
2232024-12-03T22:30:03.966Z Downloaded quick-error v1.2.3
2242024-12-03T22:30:03.969Z Downloaded hashlink v0.9.1
2252024-12-03T22:30:03.971Z Downloaded signature v2.2.0
2262024-12-03T22:30:03.974Z Downloaded bzip2 v0.4.4
2272024-12-03T22:30:03.974Z Downloaded nu-ansi-term v0.50.1
2282024-12-03T22:30:03.976Z Downloaded peg-macros v0.8.4
2292024-12-03T22:30:03.979Z Downloaded parse-display-derive v0.10.0
2302024-12-03T22:30:03.982Z Downloaded globset v0.4.15
2312024-12-03T22:30:03.982Z Downloaded schemars_derive v0.8.21
2322024-12-03T22:30:03.984Z Downloaded rustversion v1.0.17
2332024-12-03T22:30:03.987Z Downloaded zerofrom v0.1.4
2342024-12-03T22:30:03.987Z Downloaded humantime v2.1.0
2352024-12-03T22:30:03.990Z Downloaded primeorder v0.13.6
2362024-12-03T22:30:03.992Z Downloaded cfg-expr v0.17.0
2372024-12-03T22:30:03.995Z Downloaded ssh-encoding v0.2.0
2382024-12-03T22:30:03.998Z Downloaded hickory-client v0.24.1
2392024-12-03T22:30:04.000Z Downloaded zone_cfg_derive v0.1.2
2402024-12-03T22:30:04.000Z Downloaded ssh-cipher v0.2.0
2412024-12-03T22:30:04.003Z Downloaded sqlformat v0.2.6
2422024-12-03T22:30:04.006Z Downloaded ciborium-io v0.2.2
2432024-12-03T22:30:04.006Z Downloaded want v0.3.1
2442024-12-03T22:30:04.006Z Downloaded spki v0.7.3
2452024-12-03T22:30:04.009Z Downloaded getrandom v0.2.15
2462024-12-03T22:30:04.012Z Downloaded hubpack v0.1.2
2472024-12-03T22:30:04.014Z Downloaded defmt-parser v0.3.4
2482024-12-03T22:30:04.014Z Downloaded is_ci v1.2.0
2492024-12-03T22:30:04.017Z Downloaded rusty-fork v0.3.0
2502024-12-03T22:30:04.020Z Downloaded scopeguard v1.2.0
2512024-12-03T22:30:04.020Z Downloaded highway v1.2.0
2522024-12-03T22:30:04.022Z Downloaded zone_cfg_derive v0.3.0
2532024-12-03T22:30:04.022Z Downloaded httptest v0.16.1
2542024-12-03T22:30:04.025Z Downloaded usdt v0.5.0
2552024-12-03T22:30:04.028Z Downloaded dhcproto-macros v0.1.0
2562024-12-03T22:30:04.028Z Downloaded num-traits v0.2.19
2572024-12-03T22:30:04.030Z Downloaded base64 v0.13.1
2582024-12-03T22:30:04.033Z Downloaded serde-hex v0.1.0
2592024-12-03T22:30:04.036Z Downloaded ed25519 v2.2.3
2602024-12-03T22:30:04.039Z Downloaded new_debug_unreachable v1.0.6
2612024-12-03T22:30:04.039Z Downloaded nested v0.1.1
2622024-12-03T22:30:04.041Z Downloaded zerofrom-derive v0.1.4
2632024-12-03T22:30:04.041Z Downloaded static_assertions v1.1.0
2642024-12-03T22:30:04.044Z Downloaded newline-converter v0.3.0
2652024-12-03T22:30:04.044Z Downloaded tempfile v3.13.0
2662024-12-03T22:30:04.046Z Downloaded slog-dtrace v0.3.0
2672024-12-03T22:30:04.049Z Downloaded slab v0.4.9
2682024-12-03T22:30:04.052Z Downloaded plotters-svg v0.3.7
2692024-12-03T22:30:04.052Z Downloaded chacha20poly1305 v0.10.1
2702024-12-03T22:30:04.055Z Downloaded hyper-rustls v0.27.3
2712024-12-03T22:30:04.057Z Downloaded aws-lc-rs v1.10.0
2722024-12-03T22:30:04.066Z Downloaded scroll_derive v0.12.0
2732024-12-03T22:30:04.068Z Downloaded tracing-attributes v0.1.27
2742024-12-03T22:30:04.068Z Downloaded thiserror-impl v2.0.3
2752024-12-03T22:30:04.071Z Downloaded httparse v1.9.5
2762024-12-03T22:30:04.073Z Downloaded defmt-macros v0.3.9
2772024-12-03T22:30:04.076Z Downloaded xz2 v0.1.7
2782024-12-03T22:30:04.079Z Downloaded ciborium-ll v0.2.2
2792024-12-03T22:30:04.082Z Downloaded libefi-sys v0.1.0
2802024-12-03T22:30:04.082Z Downloaded xattr v1.3.1
2812024-12-03T22:30:04.084Z Downloaded unarray v0.1.4
2822024-12-03T22:30:04.084Z Downloaded bitflags v2.6.0
2832024-12-03T22:30:04.089Z Downloaded curve25519-dalek-derive v0.1.1
2842024-12-03T22:30:04.092Z Downloaded rust-argon2 v2.1.0
2852024-12-03T22:30:04.095Z Downloaded typify-macro v0.2.0
2862024-12-03T22:30:04.095Z Downloaded headers v0.4.0
2872024-12-03T22:30:04.100Z Downloaded nanorand v0.7.0
2882024-12-03T22:30:04.104Z Downloaded swrite v0.1.0
2892024-12-03T22:30:04.104Z Downloaded supports-color v3.0.1
2902024-12-03T22:30:04.107Z Downloaded enum-as-inner v0.6.1
2912024-12-03T22:30:04.107Z Downloaded itoa v1.0.11
2922024-12-03T22:30:04.109Z Downloaded stable_deref_trait v1.2.0
2932024-12-03T22:30:04.109Z Downloaded test-strategy v0.3.1
2942024-12-03T22:30:04.112Z Downloaded proc-macro-error-attr v1.0.4
2952024-12-03T22:30:04.115Z Downloaded plotters-backend v0.3.7
2962024-12-03T22:30:04.118Z Downloaded pkg-config v0.3.31
2972024-12-03T22:30:04.118Z Downloaded pin-utils v0.1.0
2982024-12-03T22:30:04.121Z Downloaded mime_guess v2.0.5
2992024-12-03T22:30:04.121Z Downloaded olpc-cjson v0.1.4
3002024-12-03T22:30:04.124Z Downloaded newtype-uuid v1.1.3
3012024-12-03T22:30:04.124Z Downloaded managed v0.8.0
3022024-12-03T22:30:04.127Z Downloaded waitgroup v0.1.2
3032024-12-03T22:30:04.127Z Downloaded phf v0.11.2
3042024-12-03T22:30:04.129Z Downloaded packed_struct v0.10.1
3052024-12-03T22:30:04.129Z Downloaded tokio-stream v0.1.16
3062024-12-03T22:30:04.136Z Downloaded rand_seeder v0.3.0
3072024-12-03T22:30:04.140Z Downloaded des v0.8.1
3082024-12-03T22:30:04.140Z Downloaded hyper-rustls v0.26.0
3092024-12-03T22:30:04.143Z Downloaded semver v0.1.20
3102024-12-03T22:30:04.143Z Downloaded hmac v0.12.1
3112024-12-03T22:30:04.145Z Downloaded thiserror v2.0.3
3122024-12-03T22:30:04.150Z Downloaded resolv-conf v0.7.0
3132024-12-03T22:30:04.152Z Downloaded progenitor v0.8.0
3142024-12-03T22:30:04.155Z Downloaded darling_macro v0.20.10
3152024-12-03T22:30:04.155Z Downloaded smawk v0.3.2
3162024-12-03T22:30:04.157Z Downloaded russh-keys v0.45.0
3172024-12-03T22:30:04.160Z Downloaded dhcproto v0.12.0
3182024-12-03T22:30:04.163Z Downloaded password-hash v0.5.0
3192024-12-03T22:30:04.166Z Downloaded zopfli v0.8.1
3202024-12-03T22:30:04.168Z Downloaded signal-hook-registry v1.4.2
3212024-12-03T22:30:04.171Z Downloaded tokio-native-tls v0.3.1
3222024-12-03T22:30:04.174Z Downloaded tiny-keccak v2.0.2
3232024-12-03T22:30:04.174Z Downloaded rand v0.8.5
3242024-12-03T22:30:04.178Z Downloaded tungstenite v0.24.0
3252024-12-03T22:30:04.181Z Downloaded tinystr v0.7.6
3262024-12-03T22:30:04.184Z Downloaded doc-comment v0.3.3
3272024-12-03T22:30:04.186Z Downloaded icu_provider_macros v1.5.0
3282024-12-03T22:30:04.186Z Downloaded radium v0.7.0
3292024-12-03T22:30:04.189Z Downloaded slog-json v2.6.1
3302024-12-03T22:30:04.191Z Downloaded num-conv v0.1.0
3312024-12-03T22:30:04.191Z Downloaded colored v2.1.0
3322024-12-03T22:30:04.194Z Downloaded toml_datetime v0.6.8
3332024-12-03T22:30:04.196Z Downloaded thread-id v4.2.2
3342024-12-03T22:30:04.196Z Downloaded tap v1.0.1
3352024-12-03T22:30:04.199Z Downloaded serde_derive_internals v0.29.1
3362024-12-03T22:30:04.199Z Downloaded macaddr v1.0.1
3372024-12-03T22:30:04.202Z Downloaded derive_more v0.99.18
3382024-12-03T22:30:04.206Z Downloaded native-tls v0.2.12
3392024-12-03T22:30:04.209Z Downloaded aes-gcm v0.10.3
3402024-12-03T22:30:04.213Z Downloaded peg-runtime v0.8.3
3412024-12-03T22:30:04.215Z Downloaded ucd-trie v0.1.7
3422024-12-03T22:30:04.218Z Downloaded toml v0.7.8
3432024-12-03T22:30:04.221Z Downloaded display-error-chain v0.2.2
3442024-12-03T22:30:04.221Z Downloaded untrusted v0.7.1
3452024-12-03T22:30:04.228Z Downloaded utf8parse v0.2.2
3462024-12-03T22:30:04.228Z Downloaded rustc-hash v2.0.0
3472024-12-03T22:30:04.228Z Downloaded dirs-sys-next v0.1.2
3482024-12-03T22:30:04.228Z Downloaded proc-macro2 v1.0.89
3492024-12-03T22:30:04.230Z Downloaded keccak v0.1.5
3502024-12-03T22:30:04.230Z Downloaded tracing v0.1.40
3512024-12-03T22:30:04.235Z Downloaded utf8_iter v1.0.4
3522024-12-03T22:30:04.237Z Downloaded pretty-hex v0.2.1
3532024-12-03T22:30:04.240Z Downloaded typify v0.2.0
3542024-12-03T22:30:04.242Z Downloaded sync_wrapper v1.0.1
3552024-12-03T22:30:04.242Z Downloaded sync-ptr v0.1.1
3562024-12-03T22:30:04.246Z Downloaded mime v0.3.17
3572024-12-03T22:30:04.246Z Downloaded diesel-dtrace v0.3.0
3582024-12-03T22:30:04.249Z Downloaded cpufeatures v0.2.14
3592024-12-03T22:30:04.249Z Downloaded walkdir v2.5.0
3602024-12-03T22:30:04.251Z Downloaded icu_locid v1.5.0
3612024-12-03T22:30:04.256Z Downloaded signal-hook v0.3.17
3622024-12-03T22:30:04.259Z Downloaded pretty-hex v0.4.1
3632024-12-03T22:30:04.261Z Downloaded strum_macros v0.24.3
3642024-12-03T22:30:04.266Z Downloaded idna_adapter v1.2.0
3652024-12-03T22:30:04.266Z Downloaded hyper-tls v0.6.0
3662024-12-03T22:30:04.270Z Downloaded dof v0.3.0
3672024-12-03T22:30:04.270Z Downloaded linked-hash-map v0.5.6
3682024-12-03T22:30:04.270Z Downloaded linear-map v1.2.0
3692024-12-03T22:30:04.273Z Downloaded peg v0.8.4
3702024-12-03T22:30:04.276Z Downloaded toolchain_find v0.4.0
3712024-12-03T22:30:04.278Z Downloaded omicron-zone-package v0.11.1
3722024-12-03T22:30:04.281Z Downloaded scrypt v0.11.0
3732024-12-03T22:30:04.283Z Downloaded hickory-server v0.24.1
3742024-12-03T22:30:04.287Z Downloaded tinyvec_macros v0.1.1
3752024-12-03T22:30:04.290Z Downloaded typenum v1.17.0
3762024-12-03T22:30:04.293Z Downloaded num-derive v0.4.2
3772024-12-03T22:30:04.295Z Downloaded zerocopy-derive v0.7.35
3782024-12-03T22:30:04.298Z Downloaded serde_spanned v0.6.8
3792024-12-03T22:30:04.300Z Downloaded synstructure v0.13.1
3802024-12-03T22:30:04.303Z Downloaded serde_tokenstream v0.2.2
3812024-12-03T22:30:04.305Z Downloaded write16 v1.0.0
3822024-12-03T22:30:04.305Z Downloaded topological-sort v0.2.2
3832024-12-03T22:30:04.305Z Downloaded serde_repr v0.1.19
3842024-12-03T22:30:04.308Z Downloaded packed_struct_codegen v0.10.1
3852024-12-03T22:30:04.314Z Downloaded crossbeam-epoch v0.9.18
3862024-12-03T22:30:04.314Z Downloaded serde_regex v1.1.0
3872024-12-03T22:30:04.314Z Downloaded memmap2 v0.9.5
3882024-12-03T22:30:04.316Z Downloaded maybe-uninit v2.0.0
3892024-12-03T22:30:04.319Z Downloaded rfc6979 v0.4.0
3902024-12-03T22:30:04.319Z Downloaded rand_xorshift v0.3.0
3912024-12-03T22:30:04.319Z Downloaded samael v0.0.17
3922024-12-03T22:30:04.325Z Downloaded instant v0.1.13
3932024-12-03T22:30:04.330Z Downloaded crossbeam-utils v0.8.20
3942024-12-03T22:30:04.332Z Downloaded oso-derive v0.27.3
3952024-12-03T22:30:04.332Z Downloaded aho-corasick v1.1.3
3962024-12-03T22:30:04.338Z Downloaded cmake v0.1.51
3972024-12-03T22:30:04.340Z Downloaded zeroize_derive v1.4.2
3982024-12-03T22:30:04.343Z Downloaded zeroize v1.8.1
3992024-12-03T22:30:04.343Z Downloaded strum_macros v0.25.3
4002024-12-03T22:30:04.346Z Downloaded crypto-common v0.1.6
4012024-12-03T22:30:04.346Z Downloaded num-complex v0.4.6
4022024-12-03T22:30:04.349Z Downloaded hashbrown v0.13.2
4032024-12-03T22:30:04.352Z Downloaded opaque-debug v0.3.1
4042024-12-03T22:30:04.355Z Downloaded either v1.13.0
4052024-12-03T22:30:04.355Z Downloaded serde_urlencoded v0.7.1
4062024-12-03T22:30:04.357Z Downloaded embedded-io v0.4.0
4072024-12-03T22:30:04.359Z Downloaded tls_codec v0.4.1
4082024-12-03T22:30:04.362Z Downloaded tabled_derive v0.7.0
4092024-12-03T22:30:04.364Z Downloaded nom v7.1.3
4102024-12-03T22:30:04.369Z Downloaded rustfmt-wrapper v0.2.1
4112024-12-03T22:30:04.371Z Downloaded rustc_version v0.4.1
4122024-12-03T22:30:04.374Z Downloaded p521 v0.13.3
4132024-12-03T22:30:04.377Z Downloaded is-terminal v0.4.13
4142024-12-03T22:30:04.379Z Downloaded ipnetwork v0.20.0
4152024-12-03T22:30:04.384Z Downloaded try-lock v0.2.5
4162024-12-03T22:30:04.384Z Downloaded target-triple v0.1.3
4172024-12-03T22:30:04.384Z Downloaded wait-timeout v0.2.0
4182024-12-03T22:30:04.387Z Downloaded trybuild v1.0.101
4192024-12-03T22:30:04.389Z Downloaded num-iter v0.1.45
4202024-12-03T22:30:04.389Z Downloaded num-integer v0.1.46
4212024-12-03T22:30:04.392Z Downloaded pbkdf2 v0.12.2
4222024-12-03T22:30:04.394Z Downloaded icu_collections v1.5.0
4232024-12-03T22:30:04.399Z Downloaded ed25519-dalek v2.1.1
4242024-12-03T22:30:04.403Z Downloaded strum v0.26.3
4252024-12-03T22:30:04.406Z Downloaded usdt-macro v0.5.0
4262024-12-03T22:30:04.406Z Downloaded serde_with_macros v3.11.0
4272024-12-03T22:30:04.408Z Downloaded tar v0.4.42
4282024-12-03T22:30:04.411Z Downloaded siphasher v0.3.11
4292024-12-03T22:30:04.414Z Downloaded lru v0.12.5
4302024-12-03T22:30:04.416Z Downloaded impl-trait-for-tuples v0.2.2
4312024-12-03T22:30:04.418Z Downloaded similar-asserts v1.6.0
4322024-12-03T22:30:04.421Z Downloaded http v1.1.0
4332024-12-03T22:30:04.424Z Downloaded crucible-workspace-hack v0.1.0
4342024-12-03T22:30:04.427Z Downloaded x509-cert v0.2.5
4352024-12-03T22:30:04.431Z Downloaded match_cfg v0.1.0
4362024-12-03T22:30:04.434Z Downloaded hashbrown v0.14.5
4372024-12-03T22:30:04.438Z Downloaded mirai-annotations v1.12.0
4382024-12-03T22:30:04.443Z Downloaded tui-tree-widget v0.22.0
4392024-12-03T22:30:04.443Z Downloaded target-spec v3.2.2
4402024-12-03T22:30:04.445Z Downloaded dtrace-parser v0.2.0
4412024-12-03T22:30:04.445Z Downloaded usdt-impl v0.5.0
4422024-12-03T22:30:04.448Z Downloaded pem-rfc7468 v0.7.0
4432024-12-03T22:30:04.448Z Downloaded parking_lot_core v0.8.6
4442024-12-03T22:30:04.451Z Downloaded structmeta-derive v0.3.0
4452024-12-03T22:30:04.451Z Downloaded nodrop v0.1.14
4462024-12-03T22:30:04.454Z Downloaded newtype_derive v0.1.6
4472024-12-03T22:30:04.456Z Downloaded parking_lot v0.11.2
4482024-12-03T22:30:04.456Z Downloaded owo-colors v4.1.0
4492024-12-03T22:30:04.461Z Downloaded rustls-pemfile v1.0.4
4502024-12-03T22:30:04.464Z Downloaded multer v3.1.0
4512024-12-03T22:30:04.464Z Downloaded secrecy v0.8.0
4522024-12-03T22:30:04.467Z Downloaded sec1 v0.7.3
4532024-12-03T22:30:04.470Z Downloaded sigpipe v0.1.3
4542024-12-03T22:30:04.470Z Downloaded const_format_proc_macros v0.2.33
4552024-12-03T22:30:04.472Z Downloaded der_derive v0.7.3
4562024-12-03T22:30:04.475Z Downloaded steno v0.4.1
4572024-12-03T22:30:04.478Z Downloaded proc-macro-error v1.0.4
4582024-12-03T22:30:04.482Z Downloaded libsw v3.3.1
4592024-12-03T22:30:04.484Z Downloaded writeable v0.5.5
4602024-12-03T22:30:04.487Z Downloaded minimal-lexical v0.2.1
4612024-12-03T22:30:04.493Z Downloaded tower-service v0.3.3
4622024-12-03T22:30:04.496Z Downloaded is_terminal_polyfill v1.70.1
4632024-12-03T22:30:04.496Z Downloaded instability v0.3.2
4642024-12-03T22:30:04.496Z Downloaded inout v0.1.3
4652024-12-03T22:30:04.498Z Downloaded concurrent-queue v2.5.0
4662024-12-03T22:30:04.503Z Downloaded zerovec-derive v0.10.3
4672024-12-03T22:30:04.503Z Downloaded term v0.7.0
4682024-12-03T22:30:04.505Z Downloaded equivalent v1.0.1
4692024-12-03T22:30:04.508Z Downloaded vte_generate_state_changes v0.1.2
4702024-12-03T22:30:04.508Z Downloaded miniz_oxide v0.8.0
4712024-12-03T22:30:04.511Z Downloaded zerocopy-derive v0.8.10
4722024-12-03T22:30:04.516Z Downloaded ref-cast v1.0.23
4732024-12-03T22:30:04.519Z Downloaded typed-path v0.9.3
4742024-12-03T22:30:04.525Z Downloaded openssl-macros v0.1.1
4752024-12-03T22:30:04.528Z Downloaded slog-scope v4.4.0
4762024-12-03T22:30:04.533Z Downloaded futures-util v0.3.31
4772024-12-03T22:30:04.540Z Downloaded thiserror-impl-no-std v2.0.2
4782024-12-03T22:30:04.544Z Downloaded termios v0.3.3
4792024-12-03T22:30:04.544Z Downloaded smallvec v0.6.14
4802024-12-03T22:30:04.546Z Downloaded tokio-rustls v0.25.0
4812024-12-03T22:30:04.549Z Downloaded elliptic-curve v0.13.8
4822024-12-03T22:30:04.552Z Downloaded tokio-rustls v0.24.1
4832024-12-03T22:30:04.555Z Downloaded ref-cast-impl v1.0.23
4842024-12-03T22:30:04.558Z Downloaded zerocopy v0.6.6
4852024-12-03T22:30:04.560Z Downloaded ssh-key v0.6.6
4862024-12-03T22:30:04.566Z Downloaded ctr v0.9.2
4872024-12-03T22:30:04.568Z Downloaded rpassword v7.3.1
4882024-12-03T22:30:04.571Z Downloaded p256 v0.13.2
4892024-12-03T22:30:04.574Z Downloaded tokio-macros v2.4.0
4902024-12-03T22:30:04.576Z Downloaded h2 v0.4.6
4912024-12-03T22:30:04.582Z Downloaded oorandom v11.1.4
4922024-12-03T22:30:04.584Z Downloaded maplit v1.0.2
4932024-12-03T22:30:04.584Z Downloaded matches v0.1.10
4942024-12-03T22:30:04.587Z Downloaded cstr-argument v0.1.2
4952024-12-03T22:30:04.587Z Downloaded crunchy v0.2.2
4962024-12-03T22:30:04.587Z Downloaded unicode-truncate v1.1.0
4972024-12-03T22:30:04.590Z Downloaded iana-time-zone v0.1.61
4982024-12-03T22:30:04.593Z Downloaded polyval v0.6.2
4992024-12-03T22:30:04.595Z Downloaded yoke-derive v0.7.4
5002024-12-03T22:30:04.595Z Downloaded deranged v0.3.11
5012024-12-03T22:30:04.598Z Downloaded clap_lex v0.7.2
5022024-12-03T22:30:04.601Z Downloaded whoami v1.5.2
5032024-12-03T22:30:04.601Z Downloaded smallvec v1.13.2
5042024-12-03T22:30:04.603Z Downloaded lazycell v1.3.0
5052024-12-03T22:30:04.605Z Downloaded lazy_static v1.5.0
5062024-12-03T22:30:04.608Z Downloaded toml_edit v0.19.15
5072024-12-03T22:30:04.624Z Downloaded slog-bunyan v2.5.0
5082024-12-03T22:30:04.626Z Downloaded precomputed-hash v0.1.1
5092024-12-03T22:30:04.626Z Downloaded md5 v0.7.0
5102024-12-03T22:30:04.632Z Downloaded scheduled-thread-pool v0.2.7
5112024-12-03T22:30:04.632Z Downloaded same-file v1.0.6
5122024-12-03T22:30:04.635Z Downloaded num-rational v0.4.2
5132024-12-03T22:30:04.635Z Downloaded icu_locid_transform v1.5.0
5142024-12-03T22:30:04.635Z Downloaded postgres-types v0.2.8
5152024-12-03T22:30:04.637Z Downloaded env_logger v0.11.5
5162024-12-03T22:30:04.640Z Downloaded uuid v1.11.0
5172024-12-03T22:30:04.643Z Downloaded snafu-derive v0.8.5
5182024-12-03T22:30:04.645Z Downloaded criterion v0.5.1
5192024-12-03T22:30:04.652Z Downloaded crossbeam-deque v0.8.5
5202024-12-03T22:30:04.655Z Downloaded goblin v0.8.2
5212024-12-03T22:30:04.660Z Downloaded threadpool v1.8.1
5222024-12-03T22:30:04.663Z Downloaded cookie_store v0.21.0
5232024-12-03T22:30:04.665Z Downloaded bindgen v0.69.5
5242024-12-03T22:30:04.671Z Downloaded cobs v0.2.3
5252024-12-03T22:30:04.674Z Downloaded datatest-stable v0.2.9
5262024-12-03T22:30:04.677Z Downloaded md-5 v0.10.6
5272024-12-03T22:30:04.679Z Downloaded darling v0.20.10
5282024-12-03T22:30:04.683Z Downloaded time-core v0.1.2
5292024-12-03T22:30:04.687Z Downloaded structmeta v0.2.0
5302024-12-03T22:30:04.687Z Downloaded strsim v0.11.1
5312024-12-03T22:30:04.687Z Downloaded sqlparser v0.45.0
5322024-12-03T22:30:04.692Z Downloaded proc-macro-crate v1.3.1
5332024-12-03T22:30:04.695Z Downloaded memmap v0.7.0
5342024-12-03T22:30:04.698Z Downloaded rustls-pki-types v1.9.0
5352024-12-03T22:30:04.702Z Downloaded hyper-util v0.1.10
5362024-12-03T22:30:04.704Z Downloaded yoke v0.7.4
5372024-12-03T22:30:04.707Z Downloaded salsa20 v0.10.2
5382024-12-03T22:30:04.707Z Downloaded rtoolbox v0.0.2
5392024-12-03T22:30:04.709Z Downloaded proc-macro-crate v3.2.0
5402024-12-03T22:30:04.709Z Downloaded indent_write v2.2.0
5412024-12-03T22:30:04.712Z Downloaded zerocopy v0.7.35
5422024-12-03T22:30:04.727Z Downloaded progenitor-client v0.8.0
5432024-12-03T22:30:04.730Z Downloaded percent-encoding v2.3.1
5442024-12-03T22:30:04.730Z Downloaded num_cpus v1.16.0
5452024-12-03T22:30:04.732Z Downloaded tls_codec_derive v0.4.1
5462024-12-03T22:30:04.735Z Downloaded lock_api v0.4.12
5472024-12-03T22:30:04.738Z Downloaded difflib v0.4.0
5482024-12-03T22:30:04.738Z Downloaded unicase v2.7.0
5492024-12-03T22:30:04.741Z Downloaded terminal_size v0.4.0
5502024-12-03T22:30:04.741Z Downloaded strum_macros v0.26.4
5512024-12-03T22:30:04.743Z Downloaded simd-adler32 v0.3.7
5522024-12-03T22:30:04.747Z Downloaded cipher v0.4.4
5532024-12-03T22:30:04.750Z Downloaded unicode-linebreak v0.1.5
5542024-12-03T22:30:04.750Z Downloaded twox-hash v1.6.3
5552024-12-03T22:30:04.750Z Downloaded zone v0.1.8
5562024-12-03T22:30:04.753Z Downloaded tokio-tungstenite v0.24.0
5572024-12-03T22:30:04.756Z Downloaded tokio-rustls v0.26.0
5582024-12-03T22:30:04.756Z Downloaded parse-display v0.10.0
5592024-12-03T22:30:04.759Z Downloaded tokio-tungstenite v0.21.0
5602024-12-03T22:30:04.761Z Downloaded der v0.7.9
5612024-12-03T22:30:04.765Z Downloaded indexmap v1.9.3
5622024-12-03T22:30:04.768Z Downloaded rsa v0.9.6
5632024-12-03T22:30:04.773Z Downloaded pest v2.7.14
5642024-12-03T22:30:04.779Z Downloaded tokio-tungstenite v0.23.1
5652024-12-03T22:30:04.782Z Downloaded rusqlite v0.32.1
5662024-12-03T22:30:04.788Z Downloaded endian-type v0.1.2
5672024-12-03T22:30:04.791Z Downloaded hyper v1.5.0
5682024-12-03T22:30:04.796Z Downloaded strip-ansi-escapes v0.2.0
5692024-12-03T22:30:04.799Z Downloaded quick-xml v0.33.0
5702024-12-03T22:30:04.803Z Downloaded digest v0.10.7
5712024-12-03T22:30:04.806Z Downloaded sha1 v0.10.6
5722024-12-03T22:30:04.809Z Downloaded serde_plain v1.0.2
5732024-12-03T22:30:04.809Z Downloaded pathdiff v0.2.2
5742024-12-03T22:30:04.813Z Downloaded num_threads v0.1.7
5752024-12-03T22:30:04.813Z Downloaded constant_time_eq v0.3.1
5762024-12-03T22:30:04.813Z Downloaded path-slash v0.1.5
5772024-12-03T22:30:04.818Z Downloaded paste v1.0.15
5782024-12-03T22:30:04.825Z Downloaded phf_shared v0.11.2
5792024-12-03T22:30:04.825Z Downloaded serde_with v3.11.0
5802024-12-03T22:30:04.830Z Downloaded rstest v0.23.0
5812024-12-03T22:30:04.835Z Downloaded downcast v0.11.0
5822024-12-03T22:30:04.837Z Downloaded slog-envlogger v2.2.0
5832024-12-03T22:30:04.837Z Downloaded env_filter v0.1.2
5842024-12-03T22:30:04.837Z Downloaded slog-async v2.8.0
5852024-12-03T22:30:04.840Z Downloaded signal-hook-tokio v0.3.1
5862024-12-03T22:30:04.840Z Downloaded shell-words v1.1.0
5872024-12-03T22:30:04.842Z Downloaded mio v1.0.2
5882024-12-03T22:30:04.846Z Downloaded usdt-attr-macro v0.5.0
5892024-12-03T22:30:04.849Z Downloaded dyn-clone v1.0.17
5902024-12-03T22:30:04.849Z Downloaded enum-as-inner v0.5.1
5912024-12-03T22:30:04.851Z Downloaded dsl_auto_type v0.1.2
5922024-12-03T22:30:04.854Z Downloaded diesel_table_macro_syntax v0.2.0
5932024-12-03T22:30:04.854Z Downloaded structmeta v0.3.0
5942024-12-03T22:30:04.854Z Downloaded take_mut v0.2.2
5952024-12-03T22:30:04.857Z Downloaded stringprep v0.1.5
5962024-12-03T22:30:04.857Z Downloaded string_cache v0.8.7
5972024-12-03T22:30:04.861Z Downloaded bstr v1.10.0
5982024-12-03T22:30:04.868Z Downloaded wyz v0.5.1
5992024-12-03T22:30:04.871Z Downloaded num_enum v0.5.11
6002024-12-03T22:30:04.875Z Downloaded progenitor-macro v0.8.0
6012024-12-03T22:30:04.878Z Downloaded path-tree v0.8.1
6022024-12-03T22:30:04.878Z Downloaded lalrpop-util v0.19.12
6032024-12-03T22:30:04.880Z Downloaded serde_path_to_error v0.1.16
6042024-12-03T22:30:04.880Z Downloaded crc v3.2.1
6052024-12-03T22:30:04.883Z Downloaded crypto-bigint v0.5.5
6062024-12-03T22:30:04.889Z Downloaded derive_builder_macro v0.20.2
6072024-12-03T22:30:04.891Z Downloaded kv-log-macro v1.0.7
6082024-12-03T22:30:04.894Z Downloaded kstat-rs v0.2.4
6092024-12-03T22:30:04.894Z Downloaded yasna v0.5.2
6102024-12-03T22:30:04.897Z Downloaded unicode-ident v1.0.13
6112024-12-03T22:30:04.899Z Downloaded num_enum_derive v0.5.11
6122024-12-03T22:30:04.902Z Downloaded log v0.4.22
6132024-12-03T22:30:04.904Z Downloaded ena v0.14.3
6142024-12-03T22:30:04.904Z Downloaded itertools v0.10.5
6152024-12-03T22:30:04.910Z Downloaded colorchoice v1.0.2
6162024-12-03T22:30:04.913Z Downloaded clap_derive v4.5.18
6172024-12-03T22:30:04.915Z Downloaded env_logger v0.10.2
6182024-12-03T22:30:04.919Z Downloaded libtest-mimic v0.7.3
6192024-12-03T22:30:04.921Z Downloaded litemap v0.7.3
6202024-12-03T22:30:04.924Z Downloaded icu_normalizer_data v1.5.0
6212024-12-03T22:30:04.926Z Downloaded subtle v2.6.1
6222024-12-03T22:30:04.926Z Downloaded pkcs5 v0.7.1
6232024-12-03T22:30:04.929Z Downloaded tabwriter v1.4.0
6242024-12-03T22:30:04.932Z Downloaded ryu v1.0.18
6252024-12-03T22:30:04.935Z Downloaded ppv-lite86 v0.2.20
6262024-12-03T22:30:04.937Z Downloaded rstest_macros v0.23.0
6272024-12-03T22:30:04.940Z Downloaded jobserver v0.1.32
6282024-12-03T22:30:04.942Z Downloaded tracing-core v0.1.32
6292024-12-03T22:30:04.945Z Downloaded clap v4.5.21
6302024-12-03T22:30:04.953Z Downloaded version_check v0.9.5
6312024-12-03T22:30:04.956Z Downloaded poly1305 v0.8.0
6322024-12-03T22:30:04.958Z Downloaded derive_builder_core v0.20.2
6332024-12-03T22:30:04.960Z Downloaded subprocess v0.2.9
6342024-12-03T22:30:04.963Z Downloaded uzers v0.12.1
6352024-12-03T22:30:04.963Z Downloaded parking_lot_core v0.9.10
6362024-12-03T22:30:04.966Z Downloaded indicatif v0.17.9
6372024-12-03T22:30:04.970Z Downloaded crossbeam-channel v0.5.13
6382024-12-03T22:30:04.974Z Downloaded icu_properties v1.5.1
6392024-12-03T22:30:04.977Z Downloaded pest_derive v2.7.14
6402024-12-03T22:30:04.980Z Downloaded psl-types v2.0.11
6412024-12-03T22:30:04.980Z Downloaded idna v1.0.3
6422024-12-03T22:30:04.984Z Downloaded dropshot_endpoint v0.12.0
6432024-12-03T22:30:04.987Z Downloaded convert_case v0.4.0
6442024-12-03T22:30:04.989Z Downloaded serde_yaml v0.9.34+deprecated
6452024-12-03T22:30:04.993Z Downloaded unicode-bidi v0.3.17
6462024-12-03T22:30:04.995Z Downloaded tokio-util v0.7.12
6472024-12-03T22:30:05.001Z Downloaded target-lexicon v0.12.16
6482024-12-03T22:30:05.004Z Downloaded reqwest v0.12.9
6492024-12-03T22:30:05.011Z Downloaded pkcs8 v0.10.2
6502024-12-03T22:30:05.014Z Downloaded oso v0.27.3
6512024-12-03T22:30:05.017Z Downloaded tabled v0.15.0
6522024-12-03T22:30:05.034Z Downloaded radix_trie v0.2.1
6532024-12-03T22:30:05.038Z Downloaded zerovec v0.10.4
6542024-12-03T22:30:05.044Z Downloaded diesel_derives v2.2.3
6552024-12-03T22:30:05.048Z Downloaded value-bag v1.9.0
6562024-12-03T22:30:05.051Z Downloaded rayon v1.10.0
6572024-12-03T22:30:05.060Z Downloaded zip v2.1.3
6582024-12-03T22:30:05.065Z Downloaded diff v0.1.13
6592024-12-03T22:30:05.067Z Downloaded regex-syntax v0.6.29
6602024-12-03T22:30:05.074Z Downloaded indexmap v2.6.0
6612024-12-03T22:30:05.079Z Downloaded rcgen v0.12.1
6622024-12-03T22:30:05.081Z Downloaded unicode-normalization v0.1.24
6632024-12-03T22:30:05.085Z Downloaded polar-core v0.27.3
6642024-12-03T22:30:05.093Z Downloaded itertools v0.12.1
6652024-12-03T22:30:05.100Z Downloaded dropshot v0.12.0
6662024-12-03T22:30:05.120Z Downloaded quinn v0.11.5
6672024-12-03T22:30:05.123Z Downloaded progenitor-impl v0.8.0
6682024-12-03T22:30:05.126Z Downloaded rustls v0.21.12
6692024-12-03T22:30:05.137Z Downloaded qorb v0.2.1
6702024-12-03T22:30:05.141Z Downloaded rustyline v14.0.0
6712024-12-03T22:30:05.146Z Downloaded time v0.3.36
6722024-12-03T22:30:05.153Z Downloaded webpki-roots v0.26.6
6732024-12-03T22:30:05.157Z Downloaded portable-atomic v1.9.0
6742024-12-03T22:30:05.164Z Downloaded reedline v0.35.0
6752024-12-03T22:30:05.171Z Downloaded itertools v0.13.0
6762024-12-03T22:30:05.178Z Downloaded rustls-webpki v0.101.7
6772024-12-03T22:30:05.192Z Downloaded rustls v0.23.14
6782024-12-03T22:30:05.204Z Downloaded icu_properties_data v1.5.0
6792024-12-03T22:30:05.214Z Downloaded libxml v0.3.3
6802024-12-03T22:30:05.224Z Downloaded winnow v0.5.40
6812024-12-03T22:30:05.228Z Downloaded idna v0.5.0
6822024-12-03T22:30:05.234Z Downloaded winnow v0.6.20
6832024-12-03T22:30:05.243Z Downloaded idna v0.4.0
6842024-12-03T22:30:05.250Z Downloaded quinn-proto v0.11.8
6852024-12-03T22:30:05.257Z Downloaded openssl v0.10.66
6862024-12-03T22:30:05.267Z Downloaded object v0.30.4
6872024-12-03T22:30:05.277Z Downloaded serde_json v1.0.132
6882024-12-03T22:30:05.284Z Downloaded clap_builder v4.5.21
6892024-12-03T22:30:05.291Z Downloaded curve25519-dalek v4.1.3
6902024-12-03T22:30:05.299Z Downloaded smoltcp v0.11.0
6912024-12-03T22:30:05.316Z Downloaded trust-dns-proto v0.22.0
6922024-12-03T22:30:05.328Z Downloaded salty v0.3.0
6932024-12-03T22:30:05.335Z Downloaded typify-impl v0.2.0
6942024-12-03T22:30:05.349Z Downloaded regex-syntax v0.8.5
6952024-12-03T22:30:05.356Z Downloaded regress v0.10.1
6962024-12-03T22:30:05.364Z Downloaded sled v0.34.7
6972024-12-03T22:30:05.374Z Downloaded diesel v2.2.4
6982024-12-03T22:30:05.393Z Downloaded unicode-width v0.1.14
6992024-12-03T22:30:05.398Z Downloaded ratatui v0.28.1
7002024-12-03T22:30:05.417Z Downloaded rustls-webpki v0.102.8
7012024-12-03T22:30:05.434Z Downloaded regex-automata v0.4.8
7022024-12-03T22:30:05.450Z Downloaded syn v1.0.109
7032024-12-03T22:30:05.460Z Downloaded unicode-width v0.2.0
7042024-12-03T22:30:05.465Z Downloaded petname v2.0.2
7052024-12-03T22:30:05.470Z Downloaded regress v0.9.1
7062024-12-03T22:30:05.480Z Downloaded regex v1.11.1
7072024-12-03T22:30:05.491Z Downloaded syn v2.0.87
7082024-12-03T22:30:05.502Z Downloaded nix v0.29.0
7092024-12-03T22:30:05.512Z Downloaded rustix v0.38.37
7102024-12-03T22:30:05.534Z Downloaded nix v0.28.0
7112024-12-03T22:30:05.546Z Downloaded hickory-proto v0.24.1
7122024-12-03T22:30:05.560Z Downloaded bzip2-sys v0.1.11+1.0.8
7132024-12-03T22:30:05.573Z Downloaded nix v0.27.1
7142024-12-03T22:30:05.589Z Downloaded openapiv3 v2.0.0
7152024-12-03T22:30:05.595Z Downloaded object v0.36.5
7162024-12-03T22:30:05.606Z Downloaded rustls v0.22.4
7172024-12-03T22:30:05.620Z Downloaded zerocopy-derive v0.6.6
7182024-12-03T22:30:05.630Z Downloaded smoltcp v0.9.1
7192024-12-03T22:30:05.640Z Downloaded chrono-tz v0.10.0
7202024-12-03T22:30:05.650Z Downloaded dropshot v0.13.0
7212024-12-03T22:30:05.668Z Downloaded tokio v1.40.0
7222024-12-03T22:30:05.706Z Downloaded gimli v0.31.1
7232024-12-03T22:30:05.713Z Downloaded p384 v0.13.0
7242024-12-03T22:30:05.719Z Downloaded lalrpop v0.19.12
7252024-12-03T22:30:05.730Z Downloaded unsafe-libyaml v0.2.11
7262024-12-03T22:30:05.734Z Downloaded crossterm v0.28.1
7272024-12-03T22:30:05.742Z Downloaded pest_meta v2.7.14
7282024-12-03T22:30:05.745Z Downloaded unicode_categories v0.1.1
7292024-12-03T22:30:05.745Z Downloaded zerocopy v0.8.10
7302024-12-03T22:30:05.768Z Downloaded idna v0.3.0
7312024-12-03T22:30:05.774Z Downloaded idna v0.2.3
7322024-12-03T22:30:05.781Z Downloaded ron v0.8.1
7332024-12-03T22:30:05.787Z Downloaded proptest v1.5.0
7342024-12-03T22:30:05.796Z Downloaded clang-sys v1.8.1
7352024-12-03T22:30:05.799Z Downloaded sha2 v0.10.8
7362024-12-03T22:30:05.802Z Downloaded pin-project v1.1.6
7372024-12-03T22:30:05.813Z Downloaded vcpkg v0.2.15
7382024-12-03T22:30:05.849Z Downloaded lzma-sys v0.1.20
7392024-12-03T22:30:05.876Z Downloaded libc v0.2.162
7402024-12-03T22:30:05.903Z Downloaded tungstenite v0.23.0
7412024-12-03T22:30:05.908Z Downloaded git2 v0.19.0
7422024-12-03T22:30:05.915Z Downloaded quinn-udp v0.5.5
7432024-12-03T22:30:05.917Z Downloaded icu_locid_transform_data v1.5.0
7442024-12-03T22:30:05.921Z Downloaded tinytemplate v1.2.1
7452024-12-03T22:30:05.921Z Downloaded rayon-core v1.12.1
7462024-12-03T22:30:05.925Z Downloaded openssl-sys v0.9.103
7472024-12-03T22:30:05.929Z Downloaded indoc v2.0.5
7482024-12-03T22:30:05.932Z Downloaded indoc v1.0.9
7492024-12-03T22:30:05.935Z Downloaded petgraph v0.6.5
7502024-12-03T22:30:05.952Z Downloaded time-macros v0.2.18
7512024-12-03T22:30:05.955Z Downloaded pin-project-internal v1.1.6
7522024-12-03T22:30:05.958Z Downloaded schemars v0.8.21
7532024-12-03T22:30:05.968Z Downloaded pkcs1 v0.7.5
7542024-12-03T22:30:05.972Z Downloaded pin-project-lite v0.2.14
7552024-12-03T22:30:05.979Z Downloaded vsss-rs v3.3.4
7562024-12-03T22:30:05.982Z Downloaded libz-sys v1.1.20
7572024-12-03T22:30:05.997Z Downloaded const_format v0.2.33
7582024-12-03T22:30:06.002Z Downloaded sha3 v0.10.8
7592024-12-03T22:30:06.007Z Downloaded piper v0.2.4
7602024-12-03T22:30:06.009Z Downloaded stringmetrics v2.2.2
7612024-12-03T22:30:06.012Z Downloaded cookie v0.18.1
7622024-12-03T22:30:06.012Z Downloaded async-std v1.13.0
7632024-12-03T22:30:06.031Z Downloaded publicsuffix v2.2.3
7642024-12-03T22:30:06.034Z Downloaded unicode-properties v0.1.3
7652024-12-03T22:30:06.036Z Downloaded num-bigint-dig v0.8.4
7662024-12-03T22:30:06.040Z Downloaded csv v1.3.0
7672024-12-03T22:30:06.060Z Downloaded tough v0.19.0
7682024-12-03T22:30:06.067Z Downloaded postgres-protocol v0.6.7
7692024-12-03T22:30:06.071Z Downloaded hyper-staticfile v0.10.1
7702024-12-03T22:30:06.073Z Downloaded tungstenite v0.21.0
7712024-12-03T22:30:06.076Z Downloaded memchr v2.7.4
7722024-12-03T22:30:06.079Z Downloaded unicode-segmentation v1.12.0
7732024-12-03T22:30:06.083Z Downloaded relative-path v1.9.3
7742024-12-03T22:30:06.085Z Downloaded thiserror-no-std v2.0.2
7752024-12-03T22:30:06.090Z Downloaded csv-core v0.1.11
7762024-12-03T22:30:06.090Z Downloaded lru-cache v0.1.2
7772024-12-03T22:30:06.092Z Downloaded lockfree-object-pool v0.1.6
7782024-12-03T22:30:06.092Z Downloaded scroll v0.12.0
7792024-12-03T22:30:06.097Z Downloaded vte v0.11.1
7802024-12-03T22:30:06.103Z Downloaded zip v0.6.6
7812024-12-03T22:30:06.103Z Downloaded toml_edit v0.22.22
7822024-12-03T22:30:06.121Z Downloaded bitvec v1.0.1
7832024-12-03T22:30:06.136Z Downloaded thread_local v1.1.8
7842024-12-03T22:30:06.139Z Downloaded structmeta-derive v0.2.0
7852024-12-03T22:30:06.139Z Downloaded criterion-plot v0.5.0
7862024-12-03T22:30:06.139Z Downloaded hkdf v0.12.4
7872024-12-03T22:30:06.144Z Downloaded icu_provider v1.5.0
7882024-12-03T22:30:06.148Z Downloaded pretty_assertions v1.4.1
7892024-12-03T22:30:06.148Z Downloaded russh v0.45.0
7902024-12-03T22:30:06.151Z Downloaded libgit2-sys v0.17.0+1.8.1
7912024-12-03T22:30:06.213Z Downloaded httpmock v0.8.0-alpha.1
7922024-12-03T22:30:06.230Z Downloaded derive-where v1.2.7
7932024-12-03T22:30:06.233Z Downloaded derive_builder v0.20.2
7942024-12-03T22:30:06.237Z Downloaded parking_lot v0.12.3
7952024-12-03T22:30:06.241Z Downloaded which v4.4.2
7962024-12-03T22:30:06.247Z Downloaded rustls-pemfile v2.2.0
7972024-12-03T22:30:06.247Z Downloaded rustc-demangle v0.1.24
7982024-12-03T22:30:06.249Z Downloaded predicates v3.1.2
7992024-12-03T22:30:06.249Z Downloaded slog-stdlog v4.1.1
8002024-12-03T22:30:06.249Z Downloaded num v0.4.3
8012024-12-03T22:30:06.252Z Downloaded nibble_vec v0.1.0
8022024-12-03T22:30:06.252Z Downloaded slog v2.7.0
8032024-12-03T22:30:06.256Z Downloaded similar v2.6.0
8042024-12-03T22:30:06.259Z Downloaded sct v0.7.1
8052024-12-03T22:30:06.262Z Downloaded encoding_rs v0.8.34
8062024-12-03T22:30:06.283Z Downloaded rustls-native-certs v0.7.3
8072024-12-03T22:30:06.286Z Downloaded const-oid v0.9.6
8082024-12-03T22:30:06.289Z Downloaded ron v0.7.1
8092024-12-03T22:30:06.292Z Downloaded num-bigint v0.4.6
8102024-12-03T22:30:06.298Z Downloaded predicates-core v1.0.8
8112024-12-03T22:30:06.301Z Downloaded mockall_derive v0.13.0
8122024-12-03T22:30:06.301Z Downloaded papergrid v0.11.0
8132024-12-03T22:30:06.304Z Downloaded guppy v0.17.8
8142024-12-03T22:30:06.311Z Downloaded yansi v1.0.1
8152024-12-03T22:30:06.314Z Downloaded multimap v0.10.0
8162024-12-03T22:30:06.314Z Downloaded mockall v0.13.0
8172024-12-03T22:30:06.316Z Downloaded dunce v1.0.5
8182024-12-03T22:30:06.316Z Downloaded console v0.15.8
8192024-12-03T22:30:06.321Z Downloaded postcard v1.0.10
8202024-12-03T22:30:06.326Z Downloaded icu_normalizer v1.5.0
8212024-12-03T22:30:06.326Z Downloaded termcolor v1.4.1
8222024-12-03T22:30:06.330Z Downloaded libm v0.2.8
8232024-12-03T22:30:06.334Z Downloaded blake3 v1.5.4
8242024-12-03T22:30:06.343Z Downloaded dropshot_endpoint v0.13.0
8252024-12-03T22:30:06.346Z Downloaded plotters v0.3.7
8262024-12-03T22:30:06.352Z Downloaded tinyvec v1.8.0
8272024-12-03T22:30:06.354Z Downloaded hashbrown v0.15.0
8282024-12-03T22:30:06.360Z Downloaded ecdsa v0.16.9
8292024-12-03T22:30:06.363Z Downloaded compact_str v0.8.0
8302024-12-03T22:30:06.366Z Downloaded embedded-io v0.6.1
8312024-12-03T22:30:06.366Z Downloaded smf v0.2.3
8322024-12-03T22:30:06.369Z Downloaded defmt v0.3.8
8332024-12-03T22:30:06.371Z Downloaded debug-ignore v1.0.5
8342024-12-03T22:30:06.371Z Downloaded tokio-postgres v0.7.12
8352024-12-03T22:30:06.377Z Downloaded darling_core v0.20.10
8362024-12-03T22:30:06.414Z Downloaded quote v1.0.37
8372024-12-03T22:30:06.414Z Downloaded ipnet v2.10.1
8382024-12-03T22:30:06.414Z Downloaded displaydoc v0.2.5
8392024-12-03T22:30:06.414Z Downloaded hashbrown v0.12.3
8402024-12-03T22:30:06.414Z Downloaded utf16_iter v1.0.5
8412024-12-03T22:30:06.414Z Downloaded utf-8 v0.7.6
8422024-12-03T22:30:06.414Z Downloaded universal-hash v0.5.1
8432024-12-03T22:30:06.414Z Downloaded r2d2 v0.8.10
8442024-12-03T22:30:06.415Z Downloaded serde v1.0.215
8452024-12-03T22:30:06.415Z Downloaded rand_distr v0.4.3
8462024-12-03T22:30:06.421Z Downloaded hickory-resolver v0.24.1
8472024-12-03T22:30:06.431Z Downloaded rustc_version v0.1.7
8482024-12-03T22:30:06.431Z Downloaded rustc-hash v1.1.0
8492024-12-03T22:30:06.431Z Downloaded pem v3.0.4
8502024-12-03T22:30:06.431Z Downloaded pbkdf2 v0.11.0
8512024-12-03T22:30:06.431Z Downloaded socket2 v0.5.7
8522024-12-03T22:30:06.431Z Downloaded polling v3.7.3
8532024-12-03T22:30:06.434Z Downloaded password-hash v0.4.2
8542024-12-03T22:30:06.437Z Downloaded internet-checksum v0.2.1
8552024-12-03T22:30:06.437Z Downloaded url v2.5.3
8562024-12-03T22:30:06.441Z Downloaded memoffset v0.9.1
8572024-12-03T22:30:06.444Z Downloaded snafu v0.8.5
8582024-12-03T22:30:06.450Z Downloaded serde_derive v1.0.215
8592024-12-03T22:30:06.454Z Downloaded dirs-next v2.0.0
8602024-12-03T22:30:06.457Z Downloaded data-encoding v2.6.0
8612024-12-03T22:30:06.457Z Downloaded spin v0.9.8
8622024-12-03T22:30:06.460Z Downloaded spin v0.5.2
8632024-12-03T22:30:06.469Z Downloaded toml v0.8.19
8642024-12-03T22:30:06.486Z Downloaded textwrap v0.16.1
8652024-12-03T22:30:06.486Z Downloaded parse-zoneinfo v0.3.1
8662024-12-03T22:30:06.486Z Downloaded heapless v0.8.0
8672024-12-03T22:30:06.497Z Downloaded partial-io v0.5.4
8682024-12-03T22:30:06.497Z Downloaded signal-hook-mio v0.2.4
8692024-12-03T22:30:06.498Z Downloaded crc-any v2.5.0
8702024-12-03T22:30:06.498Z Downloaded heapless v0.7.17
8712024-12-03T22:30:06.502Z Downloaded chrono v0.4.38
8722024-12-03T22:30:06.506Z Downloaded bytes v1.8.0
8732024-12-03T22:30:06.506Z Downloaded vergen v8.3.2
8742024-12-03T22:30:06.509Z Downloaded bumpalo v3.16.0
8752024-12-03T22:30:06.512Z Downloaded base64 v0.22.1
8762024-12-03T22:30:06.515Z Downloaded backtrace v0.3.74
8772024-12-03T22:30:06.521Z Downloaded crc32fast v1.4.2
8782024-12-03T22:30:06.524Z Downloaded prettyplease v0.2.25
8792024-12-03T22:30:06.527Z Downloaded libloading v0.8.5
8802024-12-03T22:30:06.527Z Downloaded zone v0.3.0
8812024-12-03T22:30:06.530Z Downloaded semver v1.0.23
8822024-12-03T22:30:06.530Z Downloaded thiserror-impl v1.0.69
8832024-12-03T22:30:06.533Z Downloaded thiserror v1.0.69
8842024-12-03T22:30:06.535Z Downloaded slog-term v2.9.1
8852024-12-03T22:30:06.539Z Downloaded shlex v1.3.0
8862024-12-03T22:30:06.542Z Downloaded async-io v2.3.4
8872024-12-03T22:30:06.542Z Downloaded untrusted v0.9.0
8882024-12-03T22:30:06.545Z Downloaded unicode-xid v0.2.6
8892024-12-03T22:30:06.545Z Downloaded ident_case v1.0.1
8902024-12-03T22:30:06.548Z Downloaded crc-catalog v2.4.0
8912024-12-03T22:30:06.548Z Downloaded bytecount v0.6.8
8922024-12-03T22:30:06.548Z Downloaded allocator-api2 v0.2.18
8932024-12-03T22:30:06.552Z Downloaded powerfmt v0.2.0
8942024-12-03T22:30:06.555Z Downloaded phf_generator v0.11.2
8952024-12-03T22:30:06.555Z Downloaded phf_codegen v0.11.2
8962024-12-03T22:30:06.555Z Downloaded camino-tempfile v1.1.1
8972024-12-03T22:30:06.558Z Downloaded cancel-safe-futures v0.1.5
8982024-12-03T22:30:06.561Z Downloaded hash32 v0.3.1
8992024-12-03T22:30:06.561Z Downloaded home v0.5.9
9002024-12-03T22:30:06.567Z Downloaded futures-executor v0.3.31
9012024-12-03T22:30:06.567Z Downloaded camino v1.1.9
9022024-12-03T22:30:06.567Z Downloaded base64ct v1.6.0
9032024-12-03T22:30:06.570Z Downloaded backoff v0.4.0
9042024-12-03T22:30:06.570Z Downloaded async-task v4.7.1
9052024-12-03T22:30:06.572Z Downloaded heck v0.5.0
9062024-12-03T22:30:06.576Z Downloaded futures-lite v2.3.0
9072024-12-03T22:30:06.580Z Downloaded async-lock v3.4.0
9082024-12-03T22:30:06.580Z Downloaded async-executor v1.13.1
9092024-12-03T22:30:06.583Z Downloaded async-bb8-diesel v0.2.1
9102024-12-03T22:30:06.586Z Downloaded heck v0.4.1
9112024-12-03T22:30:06.586Z Downloaded gethostname v0.5.0
9122024-12-03T22:30:06.586Z Downloaded chrono-tz-build v0.4.0
9132024-12-03T22:30:06.586Z Downloaded cassowary v0.3.0
9142024-12-03T22:30:06.589Z Downloaded futures-sink v0.3.31
9152024-12-03T22:30:06.589Z Downloaded blocking v1.6.1
9162024-12-03T22:30:06.589Z Downloaded block-buffer v0.10.4
9172024-12-03T22:30:06.593Z Downloaded bcrypt-pbkdf v0.10.0
9182024-12-03T22:30:06.593Z Downloaded bb8 v0.8.5
9192024-12-03T22:30:06.595Z Downloaded autocfg v1.4.0
9202024-12-03T22:30:06.595Z Downloaded generic-array v0.14.7
9212024-12-03T22:30:06.598Z Downloaded foreign-types-macros v0.2.3
9222024-12-03T22:30:06.598Z Downloaded funty v2.0.0
9232024-12-03T22:30:06.598Z Downloaded async-recursion v1.1.1
9242024-12-03T22:30:06.601Z Downloaded atomic-waker v1.1.2
9252024-12-03T22:30:06.603Z Downloaded async-channel v2.3.1
9262024-12-03T22:30:06.604Z Downloaded futures-channel v0.3.31
9272024-12-03T22:30:06.608Z Downloaded foreign-types-shared v0.3.1
9282024-12-03T22:30:06.608Z Downloaded form_urlencoded v1.2.1
9292024-12-03T22:30:06.612Z Downloaded fxhash v0.2.1
9302024-12-03T22:30:06.612Z Downloaded futures-task v0.3.31
9312024-12-03T22:30:06.613Z Downloaded fragile v2.0.0
9322024-12-03T22:30:06.613Z Downloaded foreign-types v0.3.2
9332024-12-03T22:30:06.622Z Downloaded flume v0.11.1
9342024-12-03T22:30:06.622Z Downloaded ahash v0.8.11
9352024-12-03T22:30:06.625Z Downloaded foreign-types-shared v0.1.1
9362024-12-03T22:30:06.625Z Downloaded foldhash v0.1.3
9372024-12-03T22:30:06.625Z Downloaded fnv v1.0.7
9382024-12-03T22:30:06.625Z Downloaded fixedbitset v0.4.2
9392024-12-03T22:30:06.625Z Downloaded cfg_aliases v0.1.1
9402024-12-03T22:30:06.625Z Downloaded arrayvec v0.7.6
9412024-12-03T22:30:06.625Z Downloaded arrayref v0.3.9
9422024-12-03T22:30:06.628Z Downloaded argon2 v0.5.3
9432024-12-03T22:30:06.628Z Downloaded anstream v0.6.15
9442024-12-03T22:30:06.631Z Downloaded event-listener-strategy v0.5.2
9452024-12-03T22:30:06.631Z Downloaded async-object-pool v0.1.5
9462024-12-03T22:30:06.635Z Downloaded fd-lock v4.0.2
9472024-12-03T22:30:06.635Z Downloaded fastrand v2.1.1
9482024-12-03T22:30:06.642Z Downloaded fallible-streaming-iterator v0.1.9
9492024-12-03T22:30:06.642Z Downloaded fallible-iterator v0.2.0
9502024-12-03T22:30:06.642Z Downloaded ascii-canvas v3.0.0
9512024-12-03T22:30:06.642Z Downloaded approx v0.5.1
9522024-12-03T22:30:06.644Z Downloaded aes v0.8.4
9532024-12-03T22:30:06.644Z Downloaded anstyle-parse v0.2.5
9542024-12-03T22:30:06.669Z Downloaded ring v0.17.8
9552024-12-03T22:30:06.922Z Downloaded ring v0.16.20
9562024-12-03T22:30:07.005Z Downloaded libsqlite3-sys v0.30.1
9572024-12-03T22:30:07.236Z Downloaded aws-lc-sys v0.22.0
9582024-12-03T22:30:07.728Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9592024-12-03T22:30:14.281Z Startup: Refreshing catalog 'helios-dev' ... Done
9602024-12-03T22:30:17.967Z Startup: Caching catalogs ... Done
9612024-12-03T22:30:27.570ZPlanning: Solver setup ... Done (8.747s)
9622024-12-03T22:30:27.689ZPlanning: Running solver ... Done (0.120s)
9632024-12-03T22:30:27.785ZPlanning: Finding local manifests ... Done (0.004s)
9642024-12-03T22:30:27.797ZPlanning: Fetching manifests: 0/5 0% complete
9652024-12-03T22:30:28.020ZPlanning: Fetching manifests: 5/5 100% complete
9662024-12-03T22:30:28.117ZPlanning: Package planning ... Done (0.097s)
9672024-12-03T22:30:28.173ZPlanning: Merging actions ... Done (0.056s)
9682024-12-03T22:30:28.361ZPlanning: Checking for conflicting actions ... Done (0.188s)
9692024-12-03T22:30:30.296ZPlanning: Consolidating action changes ... Done (1.934s)
9702024-12-03T22:30:30.727ZPlanning: Evaluating mediators ... Done (0.431s)
9712024-12-03T22:30:30.806ZPlanning: Planning completed in 12.75 seconds
9722024-12-03T22:30:30.821Z Packages to install: 4
9732024-12-03T22:30:30.821Z Packages to update: 1
9742024-12-03T22:30:30.824Z Mediators to change: 2
9752024-12-03T22:30:30.824Z Services to change: 1
9762024-12-03T22:30:30.824Z Estimated space available: 155.38 GB
9772024-12-03T22:30:30.824ZEstimated space to be consumed: 1.61 GB
9782024-12-03T22:30:30.824Z Create boot environment: No
9792024-12-03T22:30:30.824ZCreate backup boot environment: Yes
9802024-12-03T22:30:30.824Z Rebuild boot archive: No
9812024-12-03T22:30:30.824Z
9822024-12-03T22:30:30.824ZChanged mediators:
9832024-12-03T22:30:30.824Z mediator clang:
9842024-12-03T22:30:30.824Z version: None -> 15 (system default)
9852024-12-03T22:30:30.824Z
9862024-12-03T22:30:30.824Z mediator llvm:
9872024-12-03T22:30:30.824Z version: 14 (system default) -> 15 (system default)
9882024-12-03T22:30:30.824Z
9892024-12-03T22:30:30.824ZChanged packages:
9902024-12-03T22:30:30.824Zhelios-dev
9912024-12-03T22:30:30.824Z developer/build-essential
9922024-12-03T22:30:30.824Z None -> 11-2.0
9932024-12-03T22:30:30.824Z library/libxmlsec1
9942024-12-03T22:30:30.825Z None -> 1.2.35-2.0
9952024-12-03T22:30:30.825Z ooce/developer/clang-15
9962024-12-03T22:30:30.825Z None -> 15.0.7-2.0
9972024-12-03T22:30:30.825Z ooce/developer/llvm-15
9982024-12-03T22:30:30.825Z None -> 15.0.7-2.0
9992024-12-03T22:30:30.825Z package/pkg
10002024-12-03T22:30:30.825Z 0.5.11-2.0 -> 0.5.11-2.1.6412
10012024-12-03T22:30:30.825Z
10022024-12-03T22:30:30.825ZServices:
10032024-12-03T22:30:30.825Z restart_fmri:
10042024-12-03T22:30:30.825Z svc:/system/update-man-index:default
10052024-12-03T22:30:30.825Z
10062024-12-03T22:30:30.825ZEditable files to change:
10072024-12-03T22:30:30.825Z Update:
10082024-12-03T22:30:30.825Z usr/share/lib/pkg/web/config.shtml
10092024-12-03T22:30:30.899Z
10102024-12-03T22:30:30.899ZDownload: 0/4281 items 0.0/220.6MB 0% complete
10112024-12-03T22:30:35.900ZDownload: 1433/4281 items 117.2/220.6MB 53% complete (23.6M/s)
10122024-12-03T22:30:40.901ZDownload: 3153/4281 items 154.0/220.6MB 69% complete (15.4M/s)
10132024-12-03T22:30:45.810ZDownload: Completed 220.60 MB in 14.91 seconds (14.8M/s)
10142024-12-03T22:30:48.041Z Actions: 1/5063 actions (Removing old actions)
10152024-12-03T22:30:48.061Z Actions: 194/5063 actions (Installing new actions)
10162024-12-03T22:30:52.696Z Actions: 4226/5063 actions (Updating modified actions)
10172024-12-03T22:30:53.002Z Actions: Completed 5063 actions in 4.96 seconds.
10182024-12-03T22:30:53.221Z Done (0.212s)
10192024-12-03T22:30:53.223Z Done (0.000s)
10202024-12-03T22:30:53.766Z Done (0.543s)
10212024-12-03T22:30:58.085Z Done (4.103s)
10222024-12-03T22:30:58.170Z Done (0.018s)
10232024-12-03T22:30:58.178Z Done (0.000s)
10242024-12-03T22:30:58.351Z Done (0.000s)
10252024-12-03T22:30:59.037ZPlanning: Evaluating mediator changes ... Done
10262024-12-03T22:30:59.197ZPlanning: Checking for conflicting actions ... Done
10272024-12-03T22:30:59.199ZPlanning: Consolidating action changes ... Done
10282024-12-03T22:30:59.468ZPlanning: Evaluating mediators ... Done
10292024-12-03T22:30:59.471ZPlanning: Planning completed in 0.43 seconds
10302024-12-03T22:30:59.508Z Mediators to change: 2
10312024-12-03T22:30:59.508Z Create boot environment: No
10322024-12-03T22:30:59.510ZCreate backup boot environment: No
10332024-12-03T22:30:59.603Z Done
10342024-12-03T22:30:59.603Z Done
10352024-12-03T22:30:59.992Z Done
10362024-12-03T22:31:03.618Z Done
10372024-12-03T22:31:03.708Z Done
10382024-12-03T22:31:03.711Z Done
10392024-12-03T22:31:03.839Z Done
10402024-12-03T22:31:04.455ZPlanning: Evaluating mediator changes ... Done
10412024-12-03T22:31:04.457ZPlanning: Merging actions ... Done
10422024-12-03T22:31:04.645ZPlanning: Checking for conflicting actions ... Done
10432024-12-03T22:31:04.649ZPlanning: Consolidating action changes ... Done
10442024-12-03T22:31:04.910ZPlanning: Evaluating mediators ... Done
10452024-12-03T22:31:04.967ZPlanning: Planning completed in 0.76 seconds
10462024-12-03T22:31:05.007Z Packages to change: 1
10472024-12-03T22:31:05.009Z Mediators to change: 1
10482024-12-03T22:31:05.009Z Services to change: 1
10492024-12-03T22:31:05.009Z Create boot environment: No
10502024-12-03T22:31:05.009ZCreate backup boot environment: Yes
10512024-12-03T22:31:07.174Z Actions: 1/6 actions (Updating modified actions)
10522024-12-03T22:31:07.177Z Actions: Completed 6 actions in 0.00 seconds.
10532024-12-03T22:31:07.177Z Done
10542024-12-03T22:31:07.177Z Done
10552024-12-03T22:31:07.287Z Done
10562024-12-03T22:31:10.900Z Done
10572024-12-03T22:31:10.991Z Done
10582024-12-03T22:31:10.993Z Done
10592024-12-03T22:31:11.125Z Done
10602024-12-03T22:31:11.568ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
10612024-12-03T22:31:11.568Zclang system 15 system
10622024-12-03T22:31:11.569Zcsh system system illumos
10632024-12-03T22:31:11.569Zctags system system illumos
10642024-12-03T22:31:11.569Zgcc vendor 12 vendor
10652024-12-03T22:31:11.569Zgcc system 10 system
10662024-12-03T22:31:11.569Zgcc system 7 system
10672024-12-03T22:31:11.570Zgo system 1.20 system
10682024-12-03T22:31:11.570Zgo system 1.19 system
10692024-12-03T22:31:11.570Zllvm system 15 system
10702024-12-03T22:31:11.570Zllvm system 14 system
10712024-12-03T22:31:11.570Zmariadb system 10.6 system
10722024-12-03T22:31:11.570Zmta vendor vendor dma
10732024-12-03T22:31:11.570Zopenjdk system 17 system
10742024-12-03T22:31:11.570Zopenjdk system 11 system
10752024-12-03T22:31:11.570Zopenjdk system 1.8 system
10762024-12-03T22:31:11.570Zopenssl vendor 3 vendor
10772024-12-03T22:31:11.570Zperl system 5.36 system
10782024-12-03T22:31:11.570Zpostgresql system 15 system
10792024-12-03T22:31:11.570Zpostgresql system 13 system
10802024-12-03T22:31:11.570Zpython vendor 3 vendor
10812024-12-03T22:31:11.570Zpython system 2 system
10822024-12-03T22:31:11.570Zpython3 system 3.11 system
10832024-12-03T22:31:11.570Zruby system 3.0 system
10842024-12-03T22:31:11.570Zwords vendor vendor american-english
10852024-12-03T22:31:11.570Zwords system system australian-english
10862024-12-03T22:31:11.570Zwords system system british-english
10872024-12-03T22:31:11.570Zwords system system canadian-english
10882024-12-03T22:31:11.570Zwords system system french
10892024-12-03T22:31:11.571Zwords system system italian
10902024-12-03T22:31:11.571Zwords system system ngerman
10912024-12-03T22:31:11.571Zwords system system ogerman
10922024-12-03T22:31:11.571Zwords system system spanish
10932024-12-03T22:31:11.905ZPUBLISHER TYPE STATUS P LOCATION
10942024-12-03T22:31:11.905Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
10952024-12-03T22:31:14.529ZFMRI IFO
10962024-12-03T22:31:14.530Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
10972024-12-03T22:31:14.530Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
10982024-12-03T22:31:14.530Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
10992024-12-03T22:31:14.530Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
11002024-12-03T22:31:14.530Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
11012024-12-03T22:31:14.530Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
11022024-12-03T22:31:14.530Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
11032024-12-03T22:31:14.531Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
11042024-12-03T22:31:14.531Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
11052024-12-03T22:31:14.531Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
11062024-12-03T22:31:14.531Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
11072024-12-03T22:31:14.531Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
11082024-12-03T22:31:14.531Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
11092024-12-03T22:31:14.531Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
11102024-12-03T22:31:14.531Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
11112024-12-03T22:31:15.565Z Downloading crates ...
11122024-12-03T22:31:15.671Z Downloaded cargo_toml v0.20.5
11132024-12-03T22:31:15.808Z Compiling proc-macro2 v1.0.89
11142024-12-03T22:31:15.808Z Compiling unicode-ident v1.0.13
11152024-12-03T22:31:15.808Z Compiling serde v1.0.215
11162024-12-03T22:31:15.811Z Compiling version_check v0.9.5
11172024-12-03T22:31:15.811Z Compiling thiserror v1.0.69
11182024-12-03T22:31:15.811Z Compiling memchr v2.7.4
11192024-12-03T22:31:15.811Z Compiling libc v0.2.162
11202024-12-03T22:31:15.829Z Compiling ucd-trie v0.1.7
11212024-12-03T22:31:16.065Z Compiling ryu v1.0.18
11222024-12-03T22:31:16.403Z Compiling itoa v1.0.11
11232024-12-03T22:31:16.566Z Compiling once_cell v1.20.2
11242024-12-03T22:31:16.618Z Compiling byteorder v1.5.0
11252024-12-03T22:31:16.651Z Compiling serde_json v1.0.132
11262024-12-03T22:31:16.933Z Compiling rustix v0.38.37
11272024-12-03T22:31:16.963Z Compiling bitflags v2.6.0
11282024-12-03T22:31:17.081Z Compiling proc-macro-error-attr v1.0.4
11292024-12-03T22:31:17.351Z Compiling usdt-impl v0.5.0
11302024-12-03T22:31:17.390Z Compiling syn v1.0.109
11312024-12-03T22:31:17.465Z Compiling proc-macro-error v1.0.4
11322024-12-03T22:31:17.514Z Compiling camino v1.1.9
11332024-12-03T22:31:17.656Z Compiling quote v1.0.37
11342024-12-03T22:31:17.838Z Compiling equivalent v1.0.1
11352024-12-03T22:31:17.871Z Compiling hashbrown v0.15.0
11362024-12-03T22:31:17.941Z Compiling errno v0.3.9
11372024-12-03T22:31:18.066Z Compiling syn v2.0.87
11382024-12-03T22:31:18.160Z Compiling plain v0.2.3
11392024-12-03T22:31:18.236Z Compiling log v0.4.22
11402024-12-03T22:31:18.306Z Compiling thread-id v4.2.2
11412024-12-03T22:31:18.351Z Compiling utf8parse v0.2.2
11422024-12-03T22:31:18.504Z Compiling anstyle-parse v0.2.5
11432024-12-03T22:31:18.626Z Compiling semver v1.0.23
11442024-12-03T22:31:18.829Z Compiling colorchoice v1.0.2
11452024-12-03T22:31:18.861Z Compiling pretty-hex v0.4.1
11462024-12-03T22:31:18.974Z Compiling anstyle v1.0.10
11472024-12-03T22:31:19.052Z Compiling indexmap v2.6.0
11482024-12-03T22:31:19.111Z Compiling winnow v0.6.20
11492024-12-03T22:31:19.151Z Compiling anstyle-query v1.1.1
11502024-12-03T22:31:19.307Z Compiling autocfg v1.4.0
11512024-12-03T22:31:19.373Z Compiling is_terminal_polyfill v1.70.1
11522024-12-03T22:31:19.434Z Compiling unicode-width v0.1.14
11532024-12-03T22:31:19.497Z Compiling anstream v0.6.15
11542024-12-03T22:31:20.212Z Compiling heck v0.5.0
11552024-12-03T22:31:20.242Z Compiling cfg-if v1.0.0
11562024-12-03T22:31:20.329Z Compiling terminal_size v0.4.0
11572024-12-03T22:31:20.438Z Compiling fnv v1.0.7
11582024-12-03T22:31:20.508Z Compiling fs-err v2.11.0
11592024-12-03T22:31:20.526Z Compiling fastrand v2.1.1
11602024-12-03T22:31:20.562Z Compiling anyhow v1.0.93
11612024-12-03T22:31:20.705Z Compiling strsim v0.11.1
11622024-12-03T22:31:20.774Z Compiling bytecount v0.6.8
11632024-12-03T22:31:21.131Z Compiling clap_lex v0.7.2
11642024-12-03T22:31:21.149Z Compiling heck v0.4.1
11652024-12-03T22:31:21.576Z Compiling clap_builder v4.5.21
11662024-12-03T22:31:21.608Z Compiling tempfile v3.13.0
11672024-12-03T22:31:21.648Z Compiling papergrid v0.11.0
11682024-12-03T22:31:21.796Z Compiling memmap v0.7.0
11692024-12-03T22:31:22.141Z Compiling smawk v0.3.2
11702024-12-03T22:31:22.153Z Compiling unicode-linebreak v0.1.5
11712024-12-03T22:31:22.636Z Compiling textwrap v0.16.1
11722024-12-03T22:31:22.941Z Compiling swrite v0.1.0
11732024-12-03T22:31:24.062Z Compiling tabled_derive v0.7.0
11742024-12-03T22:31:25.662Z Compiling tabled v0.15.0
11752024-12-03T22:31:27.224Z Compiling serde_derive v1.0.215
11762024-12-03T22:31:27.224Z Compiling thiserror-impl v1.0.69
11772024-12-03T22:31:27.228Z Compiling zerocopy-derive v0.7.35
11782024-12-03T22:31:27.228Z Compiling scroll_derive v0.12.0
11792024-12-03T22:31:27.228Z Compiling clap_derive v4.5.18
11802024-12-03T22:31:28.406Z Compiling scroll v0.12.0
11812024-12-03T22:31:28.911Z Compiling goblin v0.8.2
11822024-12-03T22:31:28.946Z Compiling zerocopy v0.7.35
11832024-12-03T22:31:30.064Z Compiling pest v2.7.14
11842024-12-03T22:31:30.992Z Compiling clap v4.5.21
11852024-12-03T22:31:32.260Z Compiling pest_meta v2.7.14
11862024-12-03T22:31:33.107Z Compiling pest_generator v2.7.14
11872024-12-03T22:31:35.168Z Compiling pest_derive v2.7.14
11882024-12-03T22:31:35.840Z Compiling dtrace-parser v0.2.0
11892024-12-03T22:31:37.395Z Compiling serde_tokenstream v0.2.2
11902024-12-03T22:31:37.470Z Compiling serde_spanned v0.6.8
11912024-12-03T22:31:37.470Z Compiling toml_datetime v0.6.8
11922024-12-03T22:31:37.716Z Compiling cargo-platform v0.1.8
11932024-12-03T22:31:37.866Z Compiling toml_edit v0.22.22
11942024-12-03T22:31:37.996Z Compiling macaddr v1.0.1
11952024-12-03T22:31:38.175Z Compiling camino-tempfile v1.1.1
11962024-12-03T22:31:38.907Z Compiling dof v0.3.0
11972024-12-03T22:31:38.969Z Compiling cargo_metadata v0.18.1
11982024-12-03T22:31:40.632Z Compiling usdt-attr-macro v0.5.0
11992024-12-03T22:31:40.635Z Compiling usdt-macro v0.5.0
12002024-12-03T22:31:40.635Z Compiling toml v0.8.19
12012024-12-03T22:31:41.514Z Compiling cargo_toml v0.20.5
12022024-12-03T22:31:42.009Z Compiling usdt v0.5.0
12032024-12-03T22:31:45.055Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
12042024-12-03T22:31:49.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.22s
12052024-12-03T22:31:49.333Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
12062024-12-03T22:31:50.167Z Compiling serde v1.0.215
12072024-12-03T22:31:50.169Z Compiling lock_api v0.4.12
12082024-12-03T22:31:50.169Z Compiling scopeguard v1.2.0
12092024-12-03T22:31:50.169Z Compiling value-bag v1.9.0
12102024-12-03T22:31:50.169Z Compiling typenum v1.17.0
12112024-12-03T22:31:50.292Z Compiling generic-array v0.14.7
12122024-12-03T22:31:50.323Z Compiling syn v2.0.87
12132024-12-03T22:31:50.335Z Compiling getrandom v0.2.15
12142024-12-03T22:31:50.443Z Compiling shlex v1.3.0
12152024-12-03T22:31:50.700Z Compiling rand_core v0.6.4
12162024-12-03T22:31:50.808Z Compiling log v0.4.22
12172024-12-03T22:31:50.856Z Compiling subtle v2.6.1
12182024-12-03T22:31:50.871Z Compiling jobserver v0.1.32
12192024-12-03T22:31:51.252Z Compiling const-oid v0.9.6
12202024-12-03T22:31:51.356Z Compiling cc v1.1.30
12212024-12-03T22:31:51.356Z Compiling smallvec v1.13.2
12222024-12-03T22:31:51.414Z Compiling spin v0.9.8
12232024-12-03T22:31:51.689Z Compiling pin-project-lite v0.2.14
12242024-12-03T22:31:51.755Z Compiling rustix v0.38.37
12252024-12-03T22:31:51.843Z Compiling parking_lot_core v0.9.10
12262024-12-03T22:31:51.843Z Compiling futures-core v0.3.31
12272024-12-03T22:31:51.893Z Compiling signal-hook-registry v1.4.2
12282024-12-03T22:31:52.055Z Compiling mio v1.0.2
12292024-12-03T22:31:52.613Z Compiling parking_lot v0.12.3
12302024-12-03T22:31:52.628Z Compiling aho-corasick v1.1.3
12312024-12-03T22:31:52.829Z Compiling cpufeatures v0.2.14
12322024-12-03T22:31:52.876Z Compiling either v1.13.0
12332024-12-03T22:31:52.930Z Compiling regex-syntax v0.8.5
12342024-12-03T22:31:53.167Z Compiling lazy_static v1.5.0
12352024-12-03T22:31:53.277Z Compiling futures-sink v0.3.31
12362024-12-03T22:31:53.302Z Compiling glob v0.3.1
12372024-12-03T22:31:53.308Z Compiling stable_deref_trait v1.2.0
12382024-12-03T22:31:53.417Z Compiling socket2 v0.5.7
12392024-12-03T22:31:53.421Z Compiling slab v0.4.9
12402024-12-03T22:31:53.554Z Compiling prettyplease v0.2.25
12412024-12-03T22:31:53.857Z Compiling minimal-lexical v0.2.1
12422024-12-03T22:31:54.189Z Compiling libloading v0.8.5
12432024-12-03T22:31:54.261Z Compiling clang-sys v1.8.1
12442024-12-03T22:31:54.377Z Compiling nom v7.1.3
12452024-12-03T22:31:54.381Z Compiling bindgen v0.69.5
12462024-12-03T22:31:54.590Z Compiling home v0.5.9
12472024-12-03T22:31:54.858Z Compiling serde_json v1.0.132
12482024-12-03T22:31:55.158Z Compiling futures-channel v0.3.31
12492024-12-03T22:31:55.204Z Compiling itertools v0.12.1
12502024-12-03T22:31:55.433Z Compiling allocator-api2 v0.2.18
12512024-12-03T22:31:55.567Z Compiling rustc-hash v1.1.0
12522024-12-03T22:31:55.719Z Compiling futures-task v0.3.31
12532024-12-03T22:31:56.040Z Compiling futures-io v0.3.31
12542024-12-03T22:31:56.264Z Compiling foldhash v0.1.3
12552024-12-03T22:31:56.382Z Compiling pin-utils v0.1.0
12562024-12-03T22:31:56.480Z Compiling regex-automata v0.4.8
12572024-12-03T22:31:56.574Z Compiling lazycell v1.3.0
12582024-12-03T22:31:56.744Z Compiling hashbrown v0.15.0
12592024-12-03T22:31:58.092Z Compiling synstructure v0.13.1
12602024-12-03T22:31:58.332Z Compiling cexpr v0.6.0
12612024-12-03T22:31:58.378Z Compiling cmake v0.1.51
12622024-12-03T22:31:59.474Z Compiling dunce v1.0.5
12632024-12-03T22:31:59.621Z Compiling fs_extra v1.3.0
12642024-12-03T22:31:59.750Z Compiling libm v0.2.8
12652024-12-03T22:31:59.800Z Compiling pkg-config v0.3.31
12662024-12-03T22:32:00.046Z Compiling tinyvec_macros v0.1.1
12672024-12-03T22:32:00.155Z Compiling tinyvec v1.8.0
12682024-12-03T22:32:00.202Z Compiling num-traits v0.2.19
12692024-12-03T22:32:00.675Z Compiling ring v0.17.8
12702024-12-03T22:32:01.349Z Compiling paste v1.0.15
12712024-12-03T22:32:01.384Z Compiling base64ct v1.6.0
12722024-12-03T22:32:01.611Z Compiling unicode-normalization v0.1.24
12732024-12-03T22:32:01.632Z Compiling writeable v0.5.5
12742024-12-03T22:32:01.863Z Compiling unicode-bidi v0.3.17
12752024-12-03T22:32:01.881Z Compiling litemap v0.7.3
12762024-12-03T22:32:02.047Z Compiling regex v1.11.1
12772024-12-03T22:32:02.273Z Compiling pem-rfc7468 v0.7.0
12782024-12-03T22:32:02.980Z Compiling httparse v1.9.5
12792024-12-03T22:32:03.128Z Compiling aws-lc-rs v1.10.0
12802024-12-03T22:32:03.329Z Compiling flagset v0.4.6
12812024-12-03T22:32:03.568Z Compiling tracing-core v0.1.32
12822024-12-03T22:32:03.772Z Compiling rustls-pki-types v1.9.0
12832024-12-03T22:32:04.653Z Compiling percent-encoding v2.3.1
12842024-12-03T22:32:04.739Z Compiling crossbeam-utils v0.8.20
12852024-12-03T22:32:04.816Z Compiling icu_locid_transform_data v1.5.0
12862024-12-03T22:32:04.937Z Compiling vcpkg v0.2.15
12872024-12-03T22:32:04.952Z Compiling serde_derive v1.0.215
12882024-12-03T22:32:05.002Z Compiling zeroize_derive v1.4.2
12892024-12-03T22:32:05.332Z Compiling zerocopy-derive v0.7.35
12902024-12-03T22:32:05.618Z Compiling tokio-macros v2.4.0
12912024-12-03T22:32:06.597Z Compiling zeroize v1.8.1
12922024-12-03T22:32:07.108Z Compiling zerofrom-derive v0.1.4
12932024-12-03T22:32:07.178Z Compiling yoke-derive v0.7.4
12942024-12-03T22:32:07.283Z Compiling thiserror-impl v1.0.69
12952024-12-03T22:32:07.629Z Compiling zerocopy v0.7.35
12962024-12-03T22:32:08.142Z Compiling futures-macro v0.3.31
12972024-12-03T22:32:08.312Z Compiling crypto-common v0.1.6
12982024-12-03T22:32:08.568Z Compiling block-buffer v0.10.4
12992024-12-03T22:32:08.851Z Compiling digest v0.10.7
13002024-12-03T22:32:09.255Z Compiling zerovec-derive v0.10.3
13012024-12-03T22:32:09.339Z Compiling hmac v0.12.1
13022024-12-03T22:32:09.512Z Compiling block-padding v0.3.3
13032024-12-03T22:32:09.590Z Compiling displaydoc v0.2.5
13042024-12-03T22:32:09.767Z Compiling inout v0.1.3
13052024-12-03T22:32:10.048Z Compiling cipher v0.4.4
13062024-12-03T22:32:10.184Z Compiling futures-util v0.3.31
13072024-12-03T22:32:10.274Z Compiling sha2 v0.10.8
13082024-12-03T22:32:10.585Z Compiling ppv-lite86 v0.2.20
13092024-12-03T22:32:10.769Z Compiling thiserror v1.0.69
13102024-12-03T22:32:10.902Z Compiling icu_provider_macros v1.5.0
13112024-12-03T22:32:11.302Z Compiling der_derive v0.7.3
13122024-12-03T22:32:11.356Z Compiling zerofrom v0.1.4
13132024-12-03T22:32:11.491Z Compiling rand_chacha v0.3.1
13142024-12-03T22:32:11.577Z Compiling yoke v0.7.4
13152024-12-03T22:32:11.959Z Compiling tracing-attributes v0.1.27
13162024-12-03T22:32:12.098Z Compiling zerovec v0.10.4
13172024-12-03T22:32:12.137Z Compiling rand v0.8.5
13182024-12-03T22:32:13.837Z Compiling der v0.7.9
13192024-12-03T22:32:13.888Z Compiling pest v2.7.14
13202024-12-03T22:32:13.978Z Compiling tinystr v0.7.6
13212024-12-03T22:32:14.282Z Compiling icu_collections v1.5.0
13222024-12-03T22:32:14.325Z Compiling salsa20 v0.10.2
13232024-12-03T22:32:14.427Z Compiling icu_locid v1.5.0
13242024-12-03T22:32:14.552Z Compiling pbkdf2 v0.12.2
13252024-12-03T22:32:14.757Z Compiling untrusted v0.7.1
13262024-12-03T22:32:14.951Z Compiling icu_properties_data v1.5.0
13272024-12-03T22:32:15.223Z Compiling mirai-annotations v1.12.0
13282024-12-03T22:32:15.404Z Compiling powerfmt v0.2.0
13292024-12-03T22:32:15.792Z Compiling icu_provider v1.5.0
13302024-12-03T22:32:15.811Z Compiling tracing v0.1.40
13312024-12-03T22:32:15.829Z Compiling untrusted v0.9.0
13322024-12-03T22:32:16.009Z Compiling spki v0.7.3
13332024-12-03T22:32:16.354Z Compiling num-conv v0.1.0
13342024-12-03T22:32:16.439Z Compiling time-core v0.1.2
13352024-12-03T22:32:16.625Z Compiling icu_locid_transform v1.5.0
13362024-12-03T22:32:16.649Z Compiling time-macros v0.2.18
13372024-12-03T22:32:16.667Z Compiling pest_meta v2.7.14
13382024-12-03T22:32:16.895Z Compiling deranged v0.3.11
13392024-12-03T22:32:17.278Z Compiling scrypt v0.11.0
13402024-12-03T22:32:17.863Z Compiling icu_properties v1.5.1
13412024-12-03T22:32:18.253Z Compiling cbc v0.1.2
13422024-12-03T22:32:18.503Z Compiling aes v0.8.4
13432024-12-03T22:32:18.840Z Compiling openssl-sys v0.9.103
13442024-12-03T22:32:19.321Z Compiling scroll_derive v0.12.0
13452024-12-03T22:32:19.758Z Compiling bitflags v2.6.0
13462024-12-03T22:32:19.930Z Compiling bytes v1.8.0
13472024-12-03T22:32:20.649Z Compiling indexmap v2.6.0
13482024-12-03T22:32:20.757Z Compiling semver v1.0.23
13492024-12-03T22:32:21.237Z Compiling tokio v1.40.0
13502024-12-03T22:32:21.363Z Compiling http v1.1.0
13512024-12-03T22:32:21.567Z Compiling rustc_version v0.4.1
13522024-12-03T22:32:21.864Z Compiling utf16_iter v1.0.5
13532024-12-03T22:32:22.079Z Compiling write16 v1.0.0
13542024-12-03T22:32:22.177Z Compiling num_threads v0.1.7
13552024-12-03T22:32:22.210Z Compiling utf8_iter v1.0.4
13562024-12-03T22:32:22.298Z Compiling atomic-waker v1.1.2
13572024-12-03T22:32:22.338Z Compiling icu_normalizer_data v1.5.0
13582024-12-03T22:32:22.448Z Compiling icu_normalizer v1.5.0
13592024-12-03T22:32:22.465Z Compiling time v0.3.36
13602024-12-03T22:32:22.483Z Compiling scroll v0.12.0
13612024-12-03T22:32:22.936Z Compiling http-body v1.0.1
13622024-12-03T22:32:23.121Z Compiling pkcs5 v0.7.1
13632024-12-03T22:32:23.165Z Compiling pest_generator v2.7.14
13642024-12-03T22:32:23.310Z Compiling form_urlencoded v1.2.1
13652024-12-03T22:32:23.640Z Compiling slog v2.7.0
13662024-12-03T22:32:23.916Z Compiling try-lock v0.2.5
13672024-12-03T22:32:24.071Z Compiling want v0.3.1
13682024-12-03T22:32:24.189Z Compiling which v4.4.2
13692024-12-03T22:32:24.373Z Compiling goblin v0.8.2
13702024-12-03T22:32:24.394Z Compiling pkcs8 v0.10.2
13712024-12-03T22:32:24.464Z Compiling idna_adapter v1.2.0
13722024-12-03T22:32:24.812Z Compiling httpdate v1.0.3
13732024-12-03T22:32:25.112Z Compiling idna v1.0.3
13742024-12-03T22:32:25.215Z Compiling pest_derive v2.7.14
13752024-12-03T22:32:25.634Z Compiling uuid v1.11.0
13762024-12-03T22:32:26.027Z Compiling dtrace-parser v0.2.0
13772024-12-03T22:32:26.144Z Compiling serde_spanned v0.6.8
13782024-12-03T22:32:26.393Z Compiling toml_datetime v0.6.8
13792024-12-03T22:32:26.924Z Compiling serde_tokenstream v0.2.2
13802024-12-03T22:32:27.119Z Compiling match_cfg v0.1.0
13812024-12-03T22:32:27.178Z Compiling rustversion v1.0.17
13822024-12-03T22:32:27.215Z Compiling tower-service v0.3.3
13832024-12-03T22:32:27.350Z Compiling base64 v0.22.1
13842024-12-03T22:32:27.558Z Compiling adler2 v2.0.0
13852024-12-03T22:32:27.771Z Compiling foreign-types-shared v0.1.1
13862024-12-03T22:32:27.874Z Compiling iana-time-zone v0.1.61
13872024-12-03T22:32:27.891Z Compiling openssl v0.10.66
13882024-12-03T22:32:27.978Z Compiling foreign-types v0.3.2
13892024-12-03T22:32:28.076Z Compiling chrono v0.4.38
13902024-12-03T22:32:28.100Z Compiling miniz_oxide v0.8.0
13912024-12-03T22:32:28.284Z Compiling hostname v0.3.1
13922024-12-03T22:32:28.306Z Compiling url v2.5.3
13932024-12-03T22:32:28.530Z Compiling openssl-macros v0.1.1
13942024-12-03T22:32:29.309Z Compiling async-trait v0.1.83
13952024-12-03T22:32:29.632Z Compiling dirs-sys-next v0.1.2
13962024-12-03T22:32:29.770Z Compiling tokio-util v0.7.12
13972024-12-03T22:32:30.300Z Compiling dof v0.3.0
13982024-12-03T22:32:30.322Z Compiling data-encoding v2.6.0
13992024-12-03T22:32:31.235Z Compiling h2 v0.4.6
14002024-12-03T22:32:31.791Z Compiling usdt-impl v0.5.0
14012024-12-03T22:32:32.083Z Compiling rustls v0.23.14
14022024-12-03T22:32:32.351Z Compiling native-tls v0.2.12
14032024-12-03T22:32:32.521Z Compiling rustls v0.22.4
14042024-12-03T22:32:32.665Z Compiling siphasher v0.3.11
14052024-12-03T22:32:32.784Z Compiling syn v1.0.109
14062024-12-03T22:32:32.857Z Compiling dirs-next v2.0.0
14072024-12-03T22:32:33.447Z Compiling http-body-util v0.1.2
14082024-12-03T22:32:33.534Z Compiling heapless v0.7.17
14092024-12-03T22:32:33.941Z Compiling crossbeam-epoch v0.9.18
14102024-12-03T22:32:33.977Z Compiling signature v2.2.0
14112024-12-03T22:32:34.226Z Compiling sha1 v0.10.6
14122024-12-03T22:32:34.416Z Compiling bzip2-sys v0.1.11+1.0.8
14132024-12-03T22:32:34.660Z Compiling serde_derive_internals v0.29.1
14142024-12-03T22:32:34.707Z Compiling thread_local v1.1.8
14152024-12-03T22:32:34.883Z Compiling encoding_rs v0.8.34
14162024-12-03T22:32:34.910Z Compiling cookie v0.18.1
14172024-12-03T22:32:35.195Z Compiling multer v3.1.0
14182024-12-03T22:32:35.239Z Compiling schemars v0.8.21
14192024-12-03T22:32:35.481Z Compiling gimli v0.31.1
14202024-12-03T22:32:35.586Z Compiling ipnet v2.10.1
14212024-12-03T22:32:36.963Z Compiling unicode-properties v0.1.3
14222024-12-03T22:32:37.112Z Compiling mime v0.3.17
14232024-12-03T22:32:37.398Z Compiling openssl-probe v0.1.5
14242024-12-03T22:32:37.598Z Compiling signal-hook v0.3.17
14252024-12-03T22:32:37.708Z Compiling rayon-core v1.12.1
14262024-12-03T22:32:37.727Z Compiling slog-async v2.8.0
14272024-12-03T22:32:37.844Z Compiling toml_edit v0.22.22
14282024-12-03T22:32:38.034Z Compiling schemars_derive v0.8.21
14292024-12-03T22:32:38.250Z Compiling hyper v1.5.0
14302024-12-03T22:32:40.120Z Compiling addr2line v0.24.2
14312024-12-03T22:32:40.712Z Compiling hyper-util v0.1.10
14322024-12-03T22:32:40.910Z Compiling stringprep v0.1.5
14332024-12-03T22:32:41.687Z Compiling usdt-attr-macro v0.5.0
14342024-12-03T22:32:41.881Z Compiling usdt-macro v0.5.0
14352024-12-03T22:32:42.219Z Compiling crossbeam-deque v0.8.5
14362024-12-03T22:32:42.576Z Compiling term v0.7.0
14372024-12-03T22:32:43.311Z Compiling slog-json v2.6.1
14382024-12-03T22:32:43.342Z Compiling serde_urlencoded v0.7.1
14392024-12-03T22:32:43.464Z Compiling curve25519-dalek v4.1.3
14402024-12-03T22:32:43.673Z Compiling crossbeam-channel v0.5.13
14412024-12-03T22:32:43.863Z Compiling futures-executor v0.3.31
14422024-12-03T22:32:43.882Z Compiling enum-as-inner v0.6.1
14432024-12-03T22:32:44.060Z Compiling md-5 v0.10.6
14442024-12-03T22:32:44.116Z Compiling async-stream-impl v0.3.6
14452024-12-03T22:32:44.325Z Compiling num-integer v0.1.46
14462024-12-03T22:32:44.409Z Compiling rustls-pemfile v2.2.0
14472024-12-03T22:32:44.754Z Compiling idna v0.4.0
14482024-12-03T22:32:44.773Z Compiling idna v0.3.0
14492024-12-03T22:32:45.007Z Compiling hash32 v0.2.1
14502024-12-03T22:32:45.087Z Compiling ff v0.13.0
14512024-12-03T22:32:45.302Z Compiling is-terminal v0.4.13
14522024-12-03T22:32:45.369Z Compiling dropshot v0.12.0
14532024-12-03T22:32:45.425Z Compiling object v0.36.5
14542024-12-03T22:32:45.524Z Compiling utf-8 v0.7.6
14552024-12-03T22:32:45.633Z Compiling smoltcp v0.9.1
14562024-12-03T22:32:45.836Z Compiling portable-atomic v1.9.0
14572024-12-03T22:32:46.207Z Compiling rustc-demangle v0.1.24
14582024-12-03T22:32:46.371Z Compiling take_mut v0.2.2
14592024-12-03T22:32:46.429Z Compiling linked-hash-map v0.5.6
14602024-12-03T22:32:46.536Z Compiling anyhow v1.0.93
14612024-12-03T22:32:46.539Z Compiling psl-types v2.0.11
14622024-12-03T22:32:46.748Z Compiling base16ct v0.2.0
14632024-12-03T22:32:46.812Z Compiling quick-error v1.2.3
14642024-12-03T22:32:46.903Z Compiling dyn-clone v1.0.17
14652024-12-03T22:32:46.964Z Compiling num-bigint-dig v0.8.4
14662024-12-03T22:32:47.080Z Compiling fallible-iterator v0.2.0
14672024-12-03T22:32:47.179Z Compiling sec1 v0.7.3
14682024-12-03T22:32:47.269Z Compiling resolv-conf v0.7.0
14692024-12-03T22:32:47.634Z Compiling lru-cache v0.1.2
14702024-12-03T22:32:47.760Z Compiling publicsuffix v2.2.3
14712024-12-03T22:32:47.841Z Compiling postgres-protocol v0.6.7
14722024-12-03T22:32:48.063Z Compiling tungstenite v0.24.0
14732024-12-03T22:32:48.151Z Compiling hickory-proto v0.24.1
14742024-12-03T22:32:49.182Z Compiling async-stream v0.3.6
14752024-12-03T22:32:49.215Z Compiling slog-term v2.9.1
14762024-12-03T22:32:49.489Z Compiling usdt v0.5.0
14772024-12-03T22:32:50.401Z Compiling group v0.13.0
14782024-12-03T22:32:50.512Z Compiling num-iter v0.1.45
14792024-12-03T22:32:50.710Z Compiling futures v0.3.31
14802024-12-03T22:32:50.842Z Compiling slog-bunyan v2.5.0
14812024-12-03T22:32:51.251Z Compiling camino v1.1.9
14822024-12-03T22:32:52.163Z Compiling toml v0.8.19
14832024-12-03T22:32:52.181Z Compiling tokio-native-tls v0.3.1
14842024-12-03T22:32:52.475Z Compiling phf_shared v0.11.2
14852024-12-03T22:32:52.806Z Compiling dropshot_endpoint v0.12.0
14862024-12-03T22:32:52.870Z Compiling terminal_size v0.4.0
14872024-12-03T22:32:53.098Z Compiling backtrace v0.3.74
14882024-12-03T22:32:53.278Z Compiling waitgroup v0.1.2
14892024-12-03T22:32:53.514Z Compiling openapiv3 v2.0.0
14902024-12-03T22:32:53.678Z Compiling serde_path_to_error v0.1.16
14912024-12-03T22:32:53.944Z Compiling hkdf v0.12.4
14922024-12-03T22:32:54.204Z Compiling crypto-bigint v0.5.5
14932024-12-03T22:32:54.536Z Compiling curve25519-dalek-derive v0.1.1
14942024-12-03T22:32:56.137Z Compiling zerocopy-derive v0.6.6
14952024-12-03T22:32:56.817Z Compiling hubpack_derive v0.1.1
14962024-12-03T22:32:56.880Z Compiling webpki-roots v0.26.6
14972024-12-03T22:32:57.095Z Compiling idna v0.5.0
14982024-12-03T22:32:57.538Z Compiling hostname v0.4.0
14992024-12-03T22:32:57.693Z Compiling fs-err v2.11.0
15002024-12-03T22:32:57.800Z Compiling crc32fast v1.4.2
15012024-12-03T22:32:57.985Z Compiling ahash v0.8.11
15022024-12-03T22:32:58.052Z Compiling bitflags v1.3.2
15032024-12-03T22:32:58.133Z Compiling managed v0.8.0
15042024-12-03T22:32:58.154Z Compiling debug-ignore v1.0.5
15052024-12-03T22:32:58.294Z Compiling winnow v0.5.40
15062024-12-03T22:32:58.399Z Compiling clap_builder v4.5.21
15072024-12-03T22:32:58.418Z Compiling zerocopy v0.6.6
15082024-12-03T22:32:58.763Z Compiling console v0.15.8
15092024-12-03T22:32:58.800Z Compiling strum_macros v0.25.3
15102024-12-03T22:32:59.289Z Compiling flate2 v1.0.34
15112024-12-03T22:33:00.423Z Compiling cookie_store v0.21.0
15122024-12-03T22:33:00.441Z Compiling hubpack v0.1.2
15132024-12-03T22:33:00.459Z Compiling elliptic-curve v0.13.8
15142024-12-03T22:33:01.330Z Compiling hickory-resolver v0.24.1
15152024-12-03T22:33:01.871Z Compiling toml_edit v0.19.15
15162024-12-03T22:33:02.107Z Compiling phf v0.11.2
15172024-12-03T22:33:02.223Z Compiling signal-hook-mio v0.2.4
15182024-12-03T22:33:02.389Z Compiling hyper-tls v0.6.0
15192024-12-03T22:33:02.410Z Compiling rayon v1.10.0
15202024-12-03T22:33:02.824Z Compiling bzip2 v0.4.4
15212024-12-03T22:33:03.229Z Compiling tokio-tungstenite v0.24.0
15222024-12-03T22:33:03.781Z Compiling postgres-types v0.2.8
15232024-12-03T22:33:06.738Z Compiling ed25519 v2.2.3
15242024-12-03T22:33:07.379Z Compiling phf_shared v0.10.0
15252024-12-03T22:33:07.800Z Compiling tokio-stream v0.1.16
15262024-12-03T22:33:07.869Z Compiling pkcs1 v0.7.5
15272024-12-03T22:33:08.211Z Compiling serde-big-array v0.5.1
15282024-12-03T22:33:08.456Z Compiling clap_derive v4.5.18
15292024-12-03T22:33:08.684Z Compiling rfc6979 v0.4.0
15302024-12-03T22:33:08.829Z Compiling derive-where v1.2.7
15312024-12-03T22:33:08.873Z Compiling serde_repr v0.1.19
15322024-12-03T22:33:08.893Z Compiling float-cmp v0.9.0
15332024-12-03T22:33:08.918Z Compiling bstr v1.10.0
15342024-12-03T22:33:09.105Z Compiling sync_wrapper v1.0.1
15352024-12-03T22:33:09.269Z Compiling whoami v1.5.2
15362024-12-03T22:33:09.927Z Compiling number_prefix v0.4.0
15372024-12-03T22:33:10.031Z Compiling unicode-segmentation v1.12.0
15382024-12-03T22:33:10.122Z Compiling new_debug_unreachable v1.0.6
15392024-12-03T22:33:10.149Z Compiling predicates-core v1.0.8
15402024-12-03T22:33:10.216Z Compiling precomputed-hash v0.1.1
15412024-12-03T22:33:10.339Z Compiling unicode-width v0.2.0
15422024-12-03T22:33:10.503Z Compiling fixedbitset v0.4.2
15432024-12-03T22:33:10.720Z Compiling difflib v0.4.0
15442024-12-03T22:33:10.874Z Compiling bit-vec v0.6.3
15452024-12-03T22:33:10.924Z Compiling normalize-line-endings v0.3.0
15462024-12-03T22:33:10.966Z Compiling static_assertions v1.1.0
15472024-12-03T22:33:11.069Z Compiling indicatif v0.17.9
15482024-12-03T22:33:11.093Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15492024-12-03T22:33:11.367Z Compiling bit-set v0.5.3
15502024-12-03T22:33:11.678Z Compiling predicates v3.1.2
15512024-12-03T22:33:12.452Z Compiling petgraph v0.6.5
15522024-12-03T22:33:12.487Z Compiling similar v2.6.0
15532024-12-03T22:33:13.421Z Compiling string_cache v0.8.7
15542024-12-03T22:33:13.499Z Compiling tokio-postgres v0.7.12
15552024-12-03T22:33:13.546Z Compiling clap v4.5.21
15562024-12-03T22:33:13.677Z Compiling ecdsa v0.16.9
15572024-12-03T22:33:13.922Z Compiling rsa v0.9.6
15582024-12-03T22:33:14.559Z Compiling ed25519-dalek v2.1.1
15592024-12-03T22:33:14.966Z Compiling toml v0.7.8
15602024-12-03T22:33:15.884Z Compiling zip v0.6.6
15612024-12-03T22:33:16.660Z Compiling crossterm v0.28.1
15622024-12-03T22:33:17.601Z Compiling hex v0.4.3
15632024-12-03T22:33:17.824Z Compiling x509-cert v0.2.5
15642024-12-03T22:33:18.063Z Compiling itertools v0.10.5
15652024-12-03T22:33:18.179Z Compiling lalrpop-util v0.19.12
15662024-12-03T22:33:18.212Z Compiling peg-runtime v0.8.3
15672024-12-03T22:33:18.542Z Compiling unicode-xid v0.2.6
15682024-12-03T22:33:18.731Z Compiling strum_macros v0.26.4
15692024-12-03T22:33:18.869Z Compiling xattr v1.3.1
15702024-12-03T22:33:19.141Z Compiling filetime v0.2.25
15712024-12-03T22:33:19.398Z Compiling tar v0.4.42
15722024-12-03T22:33:24.074Z Compiling strum v0.26.3
15732024-12-03T22:33:26.613Z Compiling aws-lc-sys v0.22.0
15742024-12-03T22:33:54.912Z Compiling rustls-webpki v0.102.8
15752024-12-03T22:33:58.294Z Compiling tokio-rustls v0.25.0
15762024-12-03T22:33:59.892Z Compiling tokio-rustls v0.26.0
15772024-12-03T22:34:00.326Z Compiling hyper-rustls v0.27.3
15782024-12-03T22:34:00.707Z Compiling reqwest v0.12.9
15792024-12-03T22:34:02.391Z Compiling qorb v0.2.1
15802024-12-03T22:34:06.836Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15812024-12-03T22:34:07.065Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15822024-12-03T22:34:12.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 23s
15832024-12-03T22:34:13.010Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15842024-12-03T22:34:13.052ZDec 03 22:34:12.543 INFO Starting download, target: Cockroach
15852024-12-03T22:34:13.052ZDec 03 22:34:12.543 INFO Starting download, target: Console
15862024-12-03T22:34:13.055ZDec 03 22:34:12.543 INFO Starting download, target: Clickhouse
15872024-12-03T22:34:13.055ZDec 03 22:34:12.543 INFO Starting download, target: DendriteOpenapi
15882024-12-03T22:34:13.055ZDec 03 22:34:12.543 INFO Starting download, target: DendriteStub
15892024-12-03T22:34:13.055ZDec 03 22:34:12.543 INFO Starting download, target: MaghemiteMgd
15902024-12-03T22:34:13.055ZDec 03 22:34:12.543 INFO Starting download, target: TransceiverControl
15912024-12-03T22:34:13.056ZDec 03 22:34:12.544 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15922024-12-03T22:34:13.056ZDec 03 22:34:12.544 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15932024-12-03T22:34:13.056ZDec 03 22:34:12.544 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15942024-12-03T22:34:13.056ZDec 03 22:34:12.544 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15952024-12-03T22:34:13.056ZDec 03 22:34:12.544 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15962024-12-03T22:34:13.056ZDec 03 22:34:12.544 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15972024-12-03T22:34:13.056ZDec 03 22:34:12.544 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15982024-12-03T22:34:13.252ZDec 03 22:34:12.736 INFO Download complete, target: DendriteOpenapi
15992024-12-03T22:34:13.462ZDec 03 22:34:12.932 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16002024-12-03T22:34:13.627ZDec 03 22:34:13.087 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16012024-12-03T22:34:13.980ZDec 03 22:34:13.447 INFO Download complete, target: Console
16022024-12-03T22:34:14.092ZDec 03 22:34:13.581 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16032024-12-03T22:34:14.101ZDec 03 22:34:13.592 INFO Download complete, target: TransceiverControl
16042024-12-03T22:34:14.141ZDec 03 22:34:13.631 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16052024-12-03T22:34:14.621ZDec 03 22:34:14.111 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16062024-12-03T22:34:14.621ZDec 03 22:34:14.112 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16072024-12-03T22:34:15.098ZDec 03 22:34:14.588 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16082024-12-03T22:34:16.801ZDec 03 22:34:16.291 INFO Download complete, target: DendriteStub
16092024-12-03T22:34:16.962ZDec 03 22:34:16.452 INFO Download complete, target: MaghemiteMgd
16102024-12-03T22:34:21.911ZDec 03 22:34:21.400 INFO Checking that binary works, target: Cockroach
16112024-12-03T22:34:22.111ZDec 03 22:34:21.600 INFO Download complete, target: Cockroach
16122024-12-03T22:34:27.133ZDec 03 22:34:26.621 INFO Checking that binary works, target: Clickhouse
16132024-12-03T22:34:27.261ZDec 03 22:34:26.750 INFO Download complete, target: Clickhouse
16142024-12-03T22:34:27.269ZAll prerequisites installed successfully
16152024-12-03T22:34:27.271Z
16162024-12-03T22:34:27.272Zreal 4:19.498031576
16172024-12-03T22:34:27.272Zuser 16:30.412517336
16182024-12-03T22:34:27.272Zsys 3:10.857910757
16192024-12-03T22:34:27.272Ztrap 0.522520651
16202024-12-03T22:34:27.272Ztflt 1.712260116
16212024-12-03T22:34:27.272Zdflt 2.135986183
16222024-12-03T22:34:27.272Zkflt 0.023902724
16232024-12-03T22:34:27.272Zlock 32:28.739068430
16242024-12-03T22:34:27.272Zslp 1:01:06.004125378
16252024-12-03T22:34:27.272Zlat 55.953913779
16262024-12-03T22:34:27.272Zstop 2:07.277508308
16272024-12-03T22:34:27.272Z+ source ./tools/include/force-git-over-https.sh
16282024-12-03T22:34:27.273Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
16292024-12-03T22:34:27.273Z++ (( i = 0 ))
16302024-12-03T22:34:27.273Z++ (( i < 5 ))
16312024-12-03T22:34:27.273Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
16322024-12-03T22:34:27.276Z++ (( i++ ))
16332024-12-03T22:34:27.276Z++ (( i < 5 ))
16342024-12-03T22:34:27.276Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
16352024-12-03T22:34:27.278Z++ (( i++ ))
16362024-12-03T22:34:27.278Z++ (( i < 5 ))
16372024-12-03T22:34:27.278Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
16382024-12-03T22:34:27.281Z++ (( i++ ))
16392024-12-03T22:34:27.281Z++ (( i < 5 ))
16402024-12-03T22:34:27.281Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
16412024-12-03T22:34:27.284Z++ (( i++ ))
16422024-12-03T22:34:27.284Z++ (( i < 5 ))
16432024-12-03T22:34:27.284Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
16442024-12-03T22:34:27.287Z++ (( i++ ))
16452024-12-03T22:34:27.287Z++ (( i < 5 ))
16462024-12-03T22:34:27.287Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
16472024-12-03T22:34:27.287Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
16482024-12-03T22:34:27.287Z+ rc=0
16492024-12-03T22:34:27.287Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
16502024-12-03T22:34:57.794Z+ case $rc in
16512024-12-03T22:34:57.794Z+ pfexec zfs create -p rpool/images/build/host
16522024-12-03T22:34:58.032Z+ pfexec zfs create -p rpool/images/build/recovery
16532024-12-03T22:34:58.107Z+ cargo xtask releng --output-dir /work
16542024-12-03T22:34:58.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
16552024-12-03T22:34:58.638Z Running `target/debug/xtask releng --output-dir /work`
16562024-12-03T22:34:59.569Z Compiling proc-macro2 v1.0.89
16572024-12-03T22:34:59.569Z Compiling unicode-ident v1.0.13
16582024-12-03T22:34:59.569Z Compiling libc v0.2.162
16592024-12-03T22:34:59.572Z Compiling serde v1.0.215
16602024-12-03T22:34:59.572Z Compiling autocfg v1.4.0
16612024-12-03T22:34:59.572Z Compiling version_check v0.9.5
16622024-12-03T22:34:59.572Z Compiling cfg-if v1.0.0
16632024-12-03T22:34:59.871Z Compiling memchr v2.7.4
16642024-12-03T22:34:59.902Z Compiling typenum v1.17.0
16652024-12-03T22:34:59.935Z Compiling shlex v1.3.0
16662024-12-03T22:35:00.525Z Compiling generic-array v0.14.7
16672024-12-03T22:35:00.543Z Compiling value-bag v1.9.0
16682024-12-03T22:35:00.601Z Compiling lock_api v0.4.12
16692024-12-03T22:35:00.770Z Compiling scopeguard v1.2.0
16702024-12-03T22:35:00.950Z Compiling parking_lot_core v0.9.10
16712024-12-03T22:35:01.079Z Compiling log v0.4.22
16722024-12-03T22:35:01.334Z Compiling rustix v0.38.37
16732024-12-03T22:35:01.353Z Compiling serde_json v1.0.132
16742024-12-03T22:35:01.619Z Compiling quote v1.0.37
16752024-12-03T22:35:01.652Z Compiling libm v0.2.8
16762024-12-03T22:35:01.917Z Compiling jobserver v0.1.32
16772024-12-03T22:35:01.979Z Compiling getrandom v0.2.15
16782024-12-03T22:35:02.002Z Compiling syn v2.0.87
16792024-12-03T22:35:02.118Z Compiling num-traits v0.2.19
16802024-12-03T22:35:02.270Z Compiling thiserror v1.0.69
16812024-12-03T22:35:02.321Z Compiling cc v1.1.30
16822024-12-03T22:35:02.344Z Compiling once_cell v1.20.2
16832024-12-03T22:35:02.365Z Compiling spin v0.9.8
16842024-12-03T22:35:02.417Z Compiling itoa v1.0.11
16852024-12-03T22:35:02.660Z Compiling aho-corasick v1.1.3
16862024-12-03T22:35:02.691Z Compiling regex-syntax v0.8.5
16872024-12-03T22:35:02.817Z Compiling slab v0.4.9
16882024-12-03T22:35:02.997Z Compiling errno v0.3.9
16892024-12-03T22:35:03.525Z Compiling byteorder v1.5.0
16902024-12-03T22:35:03.734Z Compiling either v1.13.0
16912024-12-03T22:35:04.206Z Compiling lazy_static v1.5.0
16922024-12-03T22:35:04.238Z Compiling rand_core v0.6.4
16932024-12-03T22:35:04.273Z Compiling glob v0.3.1
16942024-12-03T22:35:04.594Z Compiling prettyplease v0.2.25
16952024-12-03T22:35:04.659Z Compiling subtle v2.6.1
16962024-12-03T22:35:05.069Z Compiling clang-sys v1.8.1
16972024-12-03T22:35:05.093Z Compiling minimal-lexical v0.2.1
16982024-12-03T22:35:05.208Z Compiling libloading v0.8.5
16992024-12-03T22:35:05.567Z Compiling nom v7.1.3
17002024-12-03T22:35:05.606Z Compiling home v0.5.9
17012024-12-03T22:35:05.894Z Compiling bindgen v0.69.5
17022024-12-03T22:35:06.299Z Compiling itertools v0.12.1
17032024-12-03T22:35:06.554Z Compiling regex-automata v0.4.8
17042024-12-03T22:35:07.291Z Compiling lazycell v1.3.0
17052024-12-03T22:35:07.466Z Compiling rustc-hash v1.1.0
17062024-12-03T22:35:07.729Z Compiling cmake v0.1.51
17072024-12-03T22:35:08.729Z Compiling pkg-config v0.3.31
17082024-12-03T22:35:09.023Z Compiling smallvec v1.13.2
17092024-12-03T22:35:09.272Z Compiling cexpr v0.6.0
17102024-12-03T22:35:09.556Z Compiling semver v1.0.23
17112024-12-03T22:35:09.617Z Compiling dunce v1.0.5
17122024-12-03T22:35:09.620Z Compiling fs_extra v1.3.0
17132024-12-03T22:35:09.796Z Compiling synstructure v0.13.1
17142024-12-03T22:35:10.061Z Compiling ring v0.17.8
17152024-12-03T22:35:10.736Z Compiling heck v0.5.0
17162024-12-03T22:35:11.063Z Compiling paste v1.0.15
17172024-12-03T22:35:11.208Z Compiling ryu v1.0.18
17182024-12-03T22:35:11.301Z Compiling aws-lc-rs v1.10.0
17192024-12-03T22:35:11.339Z Compiling httparse v1.9.5
17202024-12-03T22:35:11.697Z Compiling const-oid v0.9.6
17212024-12-03T22:35:12.078Z Compiling pin-project-lite v0.2.14
17222024-12-03T22:35:12.135Z Compiling allocator-api2 v0.2.18
17232024-12-03T22:35:12.912Z Compiling regex v1.11.1
17242024-12-03T22:35:13.035Z Compiling futures-core v0.3.31
17252024-12-03T22:35:13.355Z Compiling signal-hook-registry v1.4.2
17262024-12-03T22:35:14.109Z Compiling time-core v0.1.2
17272024-12-03T22:35:14.318Z Compiling crossbeam-utils v0.8.20
17282024-12-03T22:35:14.743Z Compiling num-conv v0.1.0
17292024-12-03T22:35:14.862Z Compiling parking_lot v0.12.3
17302024-12-03T22:35:14.911Z Compiling mio v1.0.2
17312024-12-03T22:35:15.063Z Compiling vcpkg v0.2.15
17322024-12-03T22:35:15.106Z Compiling time-macros v0.2.18
17332024-12-03T22:35:15.334Z Compiling fnv v1.0.7
17342024-12-03T22:35:15.704Z Compiling serde_derive v1.0.215
17352024-12-03T22:35:15.827Z Compiling zeroize_derive v1.4.2
17362024-12-03T22:35:16.909Z Compiling zerocopy-derive v0.7.35
17372024-12-03T22:35:16.941Z Compiling tokio-macros v2.4.0
17382024-12-03T22:35:16.944Z Compiling thiserror-impl v1.0.69
17392024-12-03T22:35:17.023Z Compiling zerofrom-derive v0.1.4
17402024-12-03T22:35:17.416Z Compiling zeroize v1.8.1
17412024-12-03T22:35:18.316Z Compiling yoke-derive v0.7.4
17422024-12-03T22:35:18.374Z Compiling futures-macro v0.3.31
17432024-12-03T22:35:18.459Z Compiling zerovec-derive v0.10.3
17442024-12-03T22:35:19.080Z Compiling displaydoc v0.2.5
17452024-12-03T22:35:20.243Z Compiling zerocopy v0.7.35
17462024-12-03T22:35:20.641Z Compiling crypto-common v0.1.6
17472024-12-03T22:35:20.713Z Compiling icu_provider_macros v1.5.0
17482024-12-03T22:35:20.831Z Compiling tracing-attributes v0.1.27
17492024-12-03T22:35:20.879Z Compiling block-buffer v0.10.4
17502024-12-03T22:35:21.173Z Compiling digest v0.10.7
17512024-12-03T22:35:21.312Z Compiling der_derive v0.7.3
17522024-12-03T22:35:21.623Z Compiling openssl-sys v0.9.103
17532024-12-03T22:35:22.008Z Compiling schemars v0.8.21
17542024-12-03T22:35:22.795Z Compiling serde_derive_internals v0.29.1
17552024-12-03T22:35:23.458Z Compiling socket2 v0.5.7
17562024-12-03T22:35:23.808Z Compiling ahash v0.8.11
17572024-12-03T22:35:25.275Z Compiling schemars_derive v0.8.21
17582024-12-03T22:35:25.457Z Compiling cpufeatures v0.2.14
17592024-12-03T22:35:25.599Z Compiling equivalent v1.0.1
17602024-12-03T22:35:25.642Z Compiling futures-sink v0.3.31
17612024-12-03T22:35:25.771Z Compiling foldhash v0.1.3
17622024-12-03T22:35:26.113Z Compiling hashbrown v0.15.0
17632024-12-03T22:35:26.163Z Compiling stable_deref_trait v1.2.0
17642024-12-03T22:35:26.481Z Compiling slog v2.7.0
17652024-12-03T22:35:27.589Z Compiling futures-channel v0.3.31
17662024-12-03T22:35:27.865Z Compiling zerofrom v0.1.4
17672024-12-03T22:35:27.995Z Compiling scroll_derive v0.12.0
17682024-12-03T22:35:28.149Z Compiling pin-utils v0.1.0
17692024-12-03T22:35:28.199Z Compiling futures-io v0.3.31
17702024-12-03T22:35:28.251Z Compiling openssl v0.10.66
17712024-12-03T22:35:28.297Z Compiling futures-task v0.3.31
17722024-12-03T22:35:28.505Z Compiling ucd-trie v0.1.7
17732024-12-03T22:35:28.561Z Compiling yoke v0.7.4
17742024-12-03T22:35:28.696Z Compiling futures-util v0.3.31
17752024-12-03T22:35:28.736Z Compiling pest v2.7.14
17762024-12-03T22:35:29.017Z Compiling hmac v0.12.1
17772024-12-03T22:35:29.329Z Compiling tinyvec_macros v0.1.1
17782024-12-03T22:35:29.475Z Compiling tinyvec v1.8.0
17792024-12-03T22:35:29.589Z Compiling zerovec v0.10.4
17802024-12-03T22:35:29.772Z Compiling bitflags v2.6.0
17812024-12-03T22:35:30.370Z Compiling bytes v1.8.0
17822024-12-03T22:35:32.097Z Compiling tokio v1.40.0
17832024-12-03T22:35:32.829Z Compiling indexmap v2.6.0
17842024-12-03T22:35:33.258Z Compiling serde_tokenstream v0.2.2
17852024-12-03T22:35:34.610Z Compiling which v4.4.2
17862024-12-03T22:35:34.636Z Compiling http v1.1.0
17872024-12-03T22:35:35.865Z Compiling rustc_version v0.4.1
17882024-12-03T22:35:35.988Z Compiling pest_meta v2.7.14
17892024-12-03T22:35:36.884Z Compiling uuid v1.11.0
17902024-12-03T22:35:37.837Z Compiling block-padding v0.3.3
17912024-12-03T22:35:38.219Z Compiling openssl-macros v0.1.1
17922024-12-03T22:35:39.102Z Compiling native-tls v0.2.12
17932024-12-03T22:35:39.688Z Compiling rustls v0.23.14
17942024-12-03T22:35:39.781Z Compiling iana-time-zone v0.1.61
17952024-12-03T22:35:40.093Z Compiling chrono v0.4.38
17962024-12-03T22:35:40.614Z Compiling inout v0.1.3
17972024-12-03T22:35:40.998Z Compiling pest_generator v2.7.14
17982024-12-03T22:35:41.703Z Compiling unicode-normalization v0.1.24
17992024-12-03T22:35:43.013Z Compiling pest_derive v2.7.14
18002024-12-03T22:35:43.192Z Compiling cipher v0.4.4
18012024-12-03T22:35:43.296Z Compiling tinystr v0.7.6
18022024-12-03T22:35:43.861Z Compiling sha2 v0.10.8
18032024-12-03T22:35:44.032Z Compiling async-trait v0.1.83
18042024-12-03T22:35:44.221Z Compiling cookie v0.18.1
18052024-12-03T22:35:44.274Z Compiling usdt-impl v0.5.0
18062024-12-03T22:35:44.573Z Compiling writeable v0.5.5
18072024-12-03T22:35:44.718Z Compiling litemap v0.7.3
18082024-12-03T22:35:44.775Z Compiling base64ct v1.6.0
18092024-12-03T22:35:45.289Z Compiling unicode-bidi v0.3.17
18102024-12-03T22:35:47.131Z Compiling icu_locid v1.5.0
18112024-12-03T22:35:47.464Z Compiling pem-rfc7468 v0.7.0
18122024-12-03T22:35:48.182Z Compiling scroll v0.12.0
18132024-12-03T22:35:48.872Z Compiling ppv-lite86 v0.2.20
18142024-12-03T22:35:49.567Z Compiling tracing-core v0.1.32
18152024-12-03T22:35:49.822Z Compiling untrusted v0.7.1
18162024-12-03T22:35:50.031Z Compiling rustls-pki-types v1.9.0
18172024-12-03T22:35:50.188Z Compiling aws-lc-sys v0.22.0
18182024-12-03T22:35:51.747Z Compiling dyn-clone v1.0.17
18192024-12-03T22:35:51.836Z Compiling flagset v0.4.6
18202024-12-03T22:35:51.951Z Compiling camino v1.1.9
18212024-12-03T22:35:52.080Z Compiling syn v1.0.109
18222024-12-03T22:35:52.517Z Compiling plain v0.2.3
18232024-12-03T22:35:52.582Z Compiling percent-encoding v2.3.1
18242024-12-03T22:35:52.675Z Compiling goblin v0.8.2
18252024-12-03T22:35:54.817Z Compiling der v0.7.9
18262024-12-03T22:35:55.301Z Compiling tracing v0.1.40
18272024-12-03T22:35:56.386Z Compiling rand_chacha v0.3.1
18282024-12-03T22:35:58.286Z Compiling icu_provider v1.5.0
18292024-12-03T22:35:58.578Z Compiling tokio-util v0.7.12
18302024-12-03T22:36:00.441Z Compiling icu_locid_transform_data v1.5.0
18312024-12-03T22:36:00.606Z Compiling mirai-annotations v1.12.0
18322024-12-03T22:36:00.727Z Compiling rayon-core v1.12.1
18332024-12-03T22:36:00.851Z Compiling pretty-hex v0.4.1
18342024-12-03T22:36:01.052Z Compiling untrusted v0.9.0
18352024-12-03T22:36:01.086Z Compiling powerfmt v0.2.0
18362024-12-03T22:36:01.122Z Compiling rustls v0.22.4
18372024-12-03T22:36:01.182Z Compiling dof v0.3.0
18382024-12-03T22:36:01.598Z Compiling deranged v0.3.11
18392024-12-03T22:36:01.671Z Compiling icu_locid_transform v1.5.0
18402024-12-03T22:36:03.618Z Compiling spki v0.7.3
18412024-12-03T22:36:03.689Z Compiling rand v0.8.5
18422024-12-03T22:36:04.284Z Compiling dtrace-parser v0.2.0
18432024-12-03T22:36:05.345Z Compiling salsa20 v0.10.2
18442024-12-03T22:36:05.625Z Compiling icu_collections v1.5.0
18452024-12-03T22:36:07.169Z Compiling pbkdf2 v0.12.2
18462024-12-03T22:36:07.981Z Compiling bzip2-sys v0.1.11+1.0.8
18472024-12-03T22:36:08.540Z Compiling thread-id v4.2.2
18482024-12-03T22:36:08.892Z Compiling atomic-waker v1.1.2
18492024-12-03T22:36:09.093Z Compiling icu_properties_data v1.5.0
18502024-12-03T22:36:09.135Z Compiling num_threads v0.1.7
18512024-12-03T22:36:09.692Z Compiling icu_properties v1.5.1
18522024-12-03T22:36:09.723Z Compiling time v0.3.36
18532024-12-03T22:36:15.962Z Compiling scrypt v0.11.0
18542024-12-03T22:36:16.188Z Compiling form_urlencoded v1.2.1
18552024-12-03T22:36:16.498Z Compiling cbc v0.1.2
18562024-12-03T22:36:16.532Z Compiling aes v0.8.4
18572024-12-03T22:36:16.624Z Compiling http-body v1.0.1
18582024-12-03T22:36:16.920Z Compiling multer v3.1.0
18592024-12-03T22:36:16.975Z Compiling try-lock v0.2.5
18602024-12-03T22:36:17.046Z Compiling utf8_iter v1.0.4
18612024-12-03T22:36:17.345Z Compiling icu_normalizer_data v1.5.0
18622024-12-03T22:36:17.559Z Compiling write16 v1.0.0
18632024-12-03T22:36:17.700Z Compiling slog-async v2.8.0
18642024-12-03T22:36:17.965Z Compiling utf16_iter v1.0.5
18652024-12-03T22:36:18.190Z Compiling icu_normalizer v1.5.0
18662024-12-03T22:36:18.260Z Compiling pkcs5 v0.7.1
18672024-12-03T22:36:19.577Z Compiling want v0.3.1
18682024-12-03T22:36:22.432Z Compiling h2 v0.4.6
18692024-12-03T22:36:23.497Z Compiling heapless v0.7.17
18702024-12-03T22:36:23.911Z Compiling zerocopy-derive v0.6.6
18712024-12-03T22:36:24.060Z Compiling num-bigint-dig v0.8.4
18722024-12-03T22:36:24.419Z Compiling httpdate v1.0.3
18732024-12-03T22:36:24.509Z Compiling signal-hook v0.3.17
18742024-12-03T22:36:25.238Z Compiling base64 v0.22.1
18752024-12-03T22:36:25.441Z Compiling anyhow v1.0.93
18762024-12-03T22:36:27.214Z Compiling idna_adapter v1.2.0
18772024-12-03T22:36:27.667Z Compiling pkcs8 v0.10.2
18782024-12-03T22:36:28.349Z Compiling usdt-attr-macro v0.5.0
18792024-12-03T22:36:28.908Z Compiling usdt-macro v0.5.0
18802024-12-03T22:36:30.390Z Compiling async-stream-impl v0.3.6
18812024-12-03T22:36:30.412Z Compiling rustversion v1.0.17
18822024-12-03T22:36:31.039Z Compiling hyper v1.5.0
18832024-12-03T22:36:31.065Z Compiling strsim v0.11.1
18842024-12-03T22:36:31.796Z Compiling tower-service v0.3.3
18852024-12-03T22:36:32.858Z Compiling idna v1.0.3
18862024-12-03T22:36:34.540Z Compiling hyper-util v0.1.10
18872024-12-03T22:36:41.335Z Compiling curve25519-dalek v4.1.3
18882024-12-03T22:36:41.447Z Compiling openapiv3 v2.0.0
18892024-12-03T22:36:41.802Z Compiling toml_datetime v0.6.8
18902024-12-03T22:36:41.916Z Compiling serde_spanned v0.6.8
18912024-12-03T22:36:42.243Z Compiling enum-as-inner v0.6.1
18922024-12-03T22:36:42.765Z Compiling dropshot v0.12.0
18932024-12-03T22:36:43.358Z Compiling smoltcp v0.9.1
18942024-12-03T22:36:43.390Z Compiling adler2 v2.0.0
18952024-12-03T22:36:43.607Z Compiling portable-atomic v1.9.0
18962024-12-03T22:36:44.062Z Compiling foreign-types-shared v0.1.1
18972024-12-03T22:36:44.245Z Compiling match_cfg v0.1.0
18982024-12-03T22:36:44.599Z Compiling foreign-types v0.3.2
18992024-12-03T22:36:44.737Z Compiling hostname v0.3.1
19002024-12-03T22:36:45.011Z Compiling miniz_oxide v0.8.0
19012024-12-03T22:36:46.564Z Compiling url v2.5.3
19022024-12-03T22:36:54.901Z Compiling http-body-util v0.1.2
19032024-12-03T22:36:55.084Z Compiling clap_derive v4.5.18
19042024-12-03T22:36:55.672Z Compiling dirs-sys-next v0.1.2
19052024-12-03T22:36:56.230Z Compiling encoding_rs v0.8.34
19062024-12-03T22:36:58.112Z Compiling siphasher v0.3.11
19072024-12-03T22:36:58.585Z Compiling data-encoding v2.6.0
19082024-12-03T22:37:00.413Z Compiling mime v0.3.17
19092024-12-03T22:37:01.511Z Compiling dirs-next v2.0.0
19102024-12-03T22:37:06.950Z Compiling hubpack_derive v0.1.1
19112024-12-03T22:37:07.389Z Compiling serde_urlencoded v0.7.1
19122024-12-03T22:37:07.797Z Compiling crossbeam-epoch v0.9.18
19132024-12-03T22:37:08.023Z Compiling rustls-webpki v0.102.8
19142024-12-03T22:37:08.586Z Compiling hashbrown v0.14.5
19152024-12-03T22:37:09.051Z Compiling rustls-pemfile v2.2.0
19162024-12-03T22:37:09.534Z Compiling dropshot_endpoint v0.12.0
19172024-12-03T22:37:10.068Z Compiling sha1 v0.10.6
19182024-12-03T22:37:10.310Z Compiling signature v2.2.0
19192024-12-03T22:37:10.483Z Compiling curve25519-dalek-derive v0.1.1
19202024-12-03T22:37:10.592Z Compiling thread_local v1.1.8
19212024-12-03T22:37:10.641Z Compiling fs-err v2.11.0
19222024-12-03T22:37:11.086Z Compiling utf8parse v0.2.2
19232024-12-03T22:37:11.255Z Compiling unicode-properties v0.1.3
19242024-12-03T22:37:11.655Z Compiling winnow v0.6.20
19252024-12-03T22:37:11.879Z Compiling gimli v0.31.1
19262024-12-03T22:37:13.599Z Compiling anstyle v1.0.10
19272024-12-03T22:37:14.065Z Compiling openssl-probe v0.1.5
19282024-12-03T22:37:14.576Z Compiling ipnet v2.10.1
19292024-12-03T22:37:15.620Z Compiling toml_edit v0.22.22
19302024-12-03T22:37:16.919Z Compiling addr2line v0.24.2
19312024-12-03T22:37:17.207Z Compiling stringprep v0.1.5
19322024-12-03T22:37:17.544Z Compiling anstyle-parse v0.2.5
19332024-12-03T22:37:17.880Z Compiling regress v0.10.1
19342024-12-03T22:37:19.072Z Compiling crossbeam-deque v0.8.5
19352024-12-03T22:37:19.429Z Compiling term v0.7.0
19362024-12-03T22:37:20.745Z Compiling slog-json v2.6.1
19372024-12-03T22:37:21.911Z Compiling crossbeam-channel v0.5.13
19382024-12-03T22:37:23.047Z Compiling idna v0.3.0
19392024-12-03T22:37:24.146Z Compiling idna v0.4.0
19402024-12-03T22:37:24.814Z Compiling futures-executor v0.3.31
19412024-12-03T22:37:25.303Z Compiling num-integer v0.1.46
19422024-12-03T22:37:25.616Z Compiling md-5 v0.10.6
19432024-12-03T22:37:25.871Z Compiling ff v0.13.0
19442024-12-03T22:37:26.012Z Compiling hash32 v0.2.1
19452024-12-03T22:37:26.113Z Compiling is-terminal v0.4.13
19462024-12-03T22:37:26.253Z Compiling memmap v0.7.0
19472024-12-03T22:37:26.398Z Compiling object v0.36.5
19482024-12-03T22:37:26.564Z Compiling psl-types v2.0.11
19492024-12-03T22:37:26.782Z Compiling fallible-iterator v0.2.0
19502024-12-03T22:37:26.920Z Compiling colorchoice v1.0.2
19512024-12-03T22:37:26.986Z Compiling anstyle-query v1.1.1
19522024-12-03T22:37:27.097Z Compiling linked-hash-map v0.5.6
19532024-12-03T22:37:27.150Z Compiling heck v0.4.1
19542024-12-03T22:37:27.526Z Compiling quick-error v1.2.3
19552024-12-03T22:37:27.561Z Compiling take_mut v0.2.2
19562024-12-03T22:37:27.678Z Compiling utf-8 v0.7.6
19572024-12-03T22:37:27.680Z Compiling rustc-demangle v0.1.24
19582024-12-03T22:37:27.728Z Compiling is_terminal_polyfill v1.70.1
19592024-12-03T22:37:27.864Z Compiling base16ct v0.2.0
19602024-12-03T22:37:28.012Z Compiling tungstenite v0.24.0
19612024-12-03T22:37:28.181Z Compiling sec1 v0.7.3
19622024-12-03T22:37:28.572Z Compiling anstream v0.6.15
19632024-12-03T22:37:29.251Z Compiling resolv-conf v0.7.0
19642024-12-03T22:37:29.767Z Compiling publicsuffix v2.2.3
19652024-12-03T22:37:29.935Z Compiling strum_macros v0.25.3
19662024-12-03T22:37:30.095Z Compiling postgres-protocol v0.6.7
19672024-12-03T22:37:30.097Z Compiling lru-cache v0.1.2
19682024-12-03T22:37:30.589Z Compiling usdt v0.5.0
19692024-12-03T22:37:31.246Z Compiling slog-term v2.9.1
19702024-12-03T22:37:31.300Z Compiling group v0.13.0
19712024-12-03T22:37:31.610Z Compiling num-iter v0.1.45
19722024-12-03T22:37:31.818Z Compiling futures v0.3.31
19732024-12-03T22:37:31.948Z Compiling hickory-proto v0.24.1
19742024-12-03T22:37:33.059Z Compiling tokio-rustls v0.26.0
19752024-12-03T22:37:33.566Z Compiling tokio-rustls v0.25.0
19762024-12-03T22:37:34.006Z Compiling backtrace v0.3.74
19772024-12-03T22:37:34.528Z Compiling typify-impl v0.2.0
19782024-12-03T22:37:35.085Z Compiling slog-bunyan v2.5.0
19792024-12-03T22:37:35.294Z Compiling toml v0.8.19
19802024-12-03T22:37:35.353Z Compiling tokio-native-tls v0.3.1
19812024-12-03T22:37:35.720Z Compiling phf_shared v0.11.2
19822024-12-03T22:37:36.164Z Compiling async-stream v0.3.6
19832024-12-03T22:37:36.485Z Compiling waitgroup v0.1.2
19842024-12-03T22:37:36.621Z Compiling webpki-roots v0.26.6
19852024-12-03T22:37:36.818Z Compiling idna v0.5.0
19862024-12-03T22:37:36.944Z Compiling terminal_size v0.4.0
19872024-12-03T22:37:36.984Z Compiling serde_path_to_error v0.1.16
19882024-12-03T22:37:37.791Z Compiling hkdf v0.12.4
19892024-12-03T22:37:37.813Z Compiling crypto-bigint v0.5.5
19902024-12-03T22:37:38.024Z Compiling derive-where v1.2.7
19912024-12-03T22:37:38.321Z Compiling serde_repr v0.1.19
19922024-12-03T22:37:39.581Z Compiling hostname v0.4.0
19932024-12-03T22:37:39.811Z Compiling crc32fast v1.4.2
19942024-12-03T22:37:40.849Z Compiling managed v0.8.0
19952024-12-03T22:37:41.327Z Compiling bitflags v1.3.2
19962024-12-03T22:37:41.428Z Compiling unicode-width v0.1.14
19972024-12-03T22:37:41.450Z Compiling debug-ignore v1.0.5
19982024-12-03T22:37:41.477Z Compiling winnow v0.5.40
19992024-12-03T22:37:41.610Z Compiling clap_lex v0.7.2
20002024-12-03T22:37:41.977Z Compiling console v0.15.8
20012024-12-03T22:37:42.044Z Compiling clap_builder v4.5.21
20022024-12-03T22:37:45.276Z Compiling toml_edit v0.19.15
20032024-12-03T22:37:46.351Z Compiling typify-macro v0.2.0
20042024-12-03T22:37:48.813Z Compiling elliptic-curve v0.13.8
20052024-12-03T22:37:49.349Z Compiling flate2 v1.0.34
20062024-12-03T22:37:49.589Z Compiling cookie_store v0.21.0
20072024-12-03T22:37:50.160Z Compiling hickory-resolver v0.24.1
20082024-12-03T22:37:50.265Z Compiling hyper-rustls v0.27.3
20092024-12-03T22:37:52.260Z Compiling phf v0.11.2
20102024-12-03T22:37:52.575Z Compiling hyper-tls v0.6.0
20112024-12-03T22:37:53.087Z Compiling signal-hook-mio v0.2.4
20122024-12-03T22:37:53.262Z Compiling rayon v1.10.0
20132024-12-03T22:37:53.446Z Compiling bzip2 v0.4.4
20142024-12-03T22:37:53.778Z Compiling postgres-types v0.2.8
20152024-12-03T22:37:53.822Z Compiling tokio-tungstenite v0.24.0
20162024-12-03T22:37:54.370Z Compiling ed25519 v2.2.3
20172024-12-03T22:37:54.491Z Compiling hubpack v0.1.2
20182024-12-03T22:37:54.574Z Compiling phf_shared v0.10.0
20192024-12-03T22:37:54.980Z Compiling pkcs1 v0.7.5
20202024-12-03T22:37:55.682Z Compiling zerocopy v0.6.6
20212024-12-03T22:37:55.926Z Compiling tokio-stream v0.1.16
20222024-12-03T22:37:56.581Z Compiling serde-big-array v0.5.1
20232024-12-03T22:37:56.682Z Compiling rfc6979 v0.4.0
20242024-12-03T22:37:56.828Z Compiling float-cmp v0.9.0
20252024-12-03T22:37:57.042Z Compiling sync_wrapper v1.0.1
20262024-12-03T22:37:57.203Z Compiling bstr v1.10.0
20272024-12-03T22:37:57.284Z Compiling difflib v0.4.0
20282024-12-03T22:37:57.483Z Compiling normalize-line-endings v0.3.0
20292024-12-03T22:37:57.615Z Compiling fixedbitset v0.4.2
20302024-12-03T22:37:58.054Z Compiling unicode-segmentation v1.12.0
20312024-12-03T22:37:58.542Z Compiling predicates-core v1.0.8
20322024-12-03T22:37:58.565Z Compiling static_assertions v1.1.0
20332024-12-03T22:37:58.678Z Compiling number_prefix v0.4.0
20342024-12-03T22:37:58.866Z Compiling unicode-width v0.2.0
20352024-12-03T22:37:58.889Z Compiling bit-vec v0.6.3
20362024-12-03T22:37:58.911Z Compiling whoami v1.5.2
20372024-12-03T22:37:58.911Z Compiling precomputed-hash v0.1.1
20382024-12-03T22:37:59.049Z Compiling new_debug_unreachable v1.0.6
20392024-12-03T22:37:59.323Z Compiling indicatif v0.17.9
20402024-12-03T22:37:59.372Z Compiling bit-set v0.5.3
20412024-12-03T22:37:59.437Z Compiling tokio-postgres v0.7.12
20422024-12-03T22:37:59.672Z Compiling string_cache v0.8.7
20432024-12-03T22:38:00.100Z Compiling similar v2.6.0
20442024-12-03T22:38:00.363Z Compiling predicates v3.1.2
20452024-12-03T22:38:01.215Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20462024-12-03T22:38:02.164Z Compiling petgraph v0.6.5
20472024-12-03T22:38:02.695Z Compiling reqwest v0.12.9
20482024-12-03T22:38:05.808Z Compiling qorb v0.2.1
20492024-12-03T22:38:05.879Z Compiling ecdsa v0.16.9
20502024-12-03T22:38:06.746Z Compiling rsa v0.9.6
20512024-12-03T22:38:06.881Z Compiling ed25519-dalek v2.1.1
20522024-12-03T22:38:08.263Z Compiling zip v0.6.6
20532024-12-03T22:38:08.285Z Compiling crossterm v0.28.1
20542024-12-03T22:38:08.288Z Compiling toml v0.7.8
20552024-12-03T22:38:09.521Z Compiling clap v4.5.21
20562024-12-03T22:38:11.394Z Compiling x509-cert v0.2.5
20572024-12-03T22:38:11.976Z Compiling hex v0.4.3
20582024-12-03T22:38:13.472Z Compiling itertools v0.10.5
20592024-12-03T22:38:14.873Z Compiling unicode-xid v0.2.6
20602024-12-03T22:38:15.058Z Compiling peg-runtime v0.8.3
20612024-12-03T22:38:15.606Z Compiling lalrpop-util v0.19.12
20622024-12-03T22:38:15.960Z Compiling radium v0.7.0
20632024-12-03T22:38:17.843Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20642024-12-03T22:38:34.693Z Compiling tap v1.0.1
20652024-12-03T22:38:34.917Z Compiling maybe-uninit v2.0.0
20662024-12-03T22:38:35.356Z Compiling ident_case v1.0.1
20672024-12-03T22:38:35.860Z Compiling darling_core v0.20.10
20682024-12-03T22:38:38.699Z Compiling wyz v0.5.1
20692024-12-03T22:38:45.975Z Compiling typify v0.2.0
20702024-12-03T22:38:50.971Z Compiling unsafe-libyaml v0.2.11
20712024-12-03T22:38:50.995Z Compiling funty v2.0.0
20722024-12-03T22:38:51.046Z Compiling packed_struct v0.10.1
20732024-12-03T22:38:52.377Z Compiling serde_yaml v0.9.34+deprecated
20742024-12-03T22:38:52.768Z Compiling bitvec v1.0.1
20752024-12-03T22:38:56.576Z Compiling progenitor-impl v0.8.0
20762024-12-03T22:38:57.813Z Compiling darling_macro v0.20.10
20772024-12-03T22:38:59.386Z Compiling packed_struct_codegen v0.10.1
20782024-12-03T22:39:01.944Z Compiling structmeta-derive v0.3.0
20792024-12-03T22:39:01.982Z Compiling indexmap v1.9.3
20802024-12-03T22:39:02.426Z Compiling newtype-uuid v1.1.3
20812024-12-03T22:39:02.728Z Compiling crc-catalog v2.4.0
20822024-12-03T22:39:03.404Z Compiling nodrop v0.1.14
20832024-12-03T22:39:03.459Z Compiling fastrand v2.1.1
20842024-12-03T22:39:03.544Z Compiling array-init v0.0.4
20852024-12-03T22:39:04.155Z Compiling tempfile v3.13.0
20862024-12-03T22:39:04.562Z Compiling structmeta v0.3.0
20872024-12-03T22:39:04.851Z Compiling progenitor-macro v0.8.0
20882024-12-03T22:39:05.888Z Compiling crc v3.2.1
20892024-12-03T22:39:11.019Z Compiling smallvec v0.6.14
20902024-12-03T22:39:11.564Z Compiling darling v0.20.10
20912024-12-03T22:39:18.241Z Compiling progenitor-client v0.8.0
20922024-12-03T22:39:20.648Z Compiling pin-project-internal v1.1.6
20932024-12-03T22:39:20.721Z Compiling dropshot v0.13.0
20942024-12-03T22:39:21.170Z Compiling hashbrown v0.12.3
20952024-12-03T22:39:21.356Z Compiling bitfield v0.14.0
20962024-12-03T22:39:23.503Z Compiling same-file v1.0.6
20972024-12-03T22:39:23.953Z Compiling termcolor v1.4.1
20982024-12-03T22:39:24.136Z Compiling base64 v0.21.7
20992024-12-03T22:39:25.289Z Compiling ron v0.8.1
21002024-12-03T22:39:25.618Z Compiling env_logger v0.10.2
21012024-12-03T22:39:29.299Z Compiling walkdir v2.5.0
21022024-12-03T22:39:31.130Z Compiling pin-project v1.1.6
21032024-12-03T22:39:34.334Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21042024-12-03T22:39:40.231Z Compiling progenitor v0.8.0
21052024-12-03T22:39:41.113Z Compiling serde_with_macros v3.11.0
21062024-12-03T22:39:43.782Z Compiling serde-hex v0.1.0
21072024-12-03T22:39:45.038Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21082024-12-03T22:39:45.310Z Compiling parse-display-derive v0.10.0
21092024-12-03T22:39:48.746Z Compiling strum_macros v0.26.4
21102024-12-03T22:39:48.988Z Compiling hashbrown v0.13.2
21112024-12-03T22:39:49.165Z Compiling ipnetwork v0.20.0
21122024-12-03T22:39:49.248Z Compiling xattr v1.3.1
21132024-12-03T22:39:49.489Z Compiling dropshot_endpoint v0.13.0
21142024-12-03T22:39:49.569Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21152024-12-03T22:39:49.916Z Compiling snafu-derive v0.8.5
21162024-12-03T22:39:50.294Z Compiling blake3 v1.5.4
21172024-12-03T22:39:50.359Z Compiling ring v0.16.20
21182024-12-03T22:39:50.927Z Compiling filetime v0.2.25
21192024-12-03T22:39:51.286Z Compiling instant v0.1.13
21202024-12-03T22:39:51.378Z Compiling crc-any v2.5.0
21212024-12-03T22:39:51.476Z Compiling simd-adler32 v0.3.7
21222024-12-03T22:39:52.352Z Compiling zip v2.1.3
21232024-12-03T22:39:52.666Z Compiling lockfree-object-pool v0.1.6
21242024-12-03T22:39:52.668Z Compiling buf-list v1.0.3
21252024-12-03T22:39:52.956Z Compiling bumpalo v3.16.0
21262024-12-03T22:39:53.337Z Compiling strum v0.26.3
21272024-12-03T22:39:53.592Z Compiling zopfli v0.8.1
21282024-12-03T22:39:53.774Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21292024-12-03T22:39:53.804Z Compiling backoff v0.4.0
21302024-12-03T22:39:54.404Z Compiling tar v0.4.42
21312024-12-03T22:39:54.672Z Compiling snafu v0.8.5
21322024-12-03T22:39:56.591Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21332024-12-03T22:39:56.812Z Compiling object v0.30.4
21342024-12-03T22:39:57.892Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21352024-12-03T22:40:00.060Z Compiling parse-display v0.10.0
21362024-12-03T22:40:00.184Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21372024-12-03T22:40:01.568Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21382024-12-03T22:40:01.721Z Compiling serde_with v3.11.0
21392024-12-03T22:40:02.028Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21402024-12-03T22:40:02.157Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21412024-12-03T22:40:02.741Z Compiling camino-tempfile v1.1.1
21422024-12-03T22:40:03.542Z Compiling globset v0.4.15
21432024-12-03T22:40:06.254Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21442024-12-03T22:40:06.470Z Compiling regress v0.9.1
21452024-12-03T22:40:08.396Z Compiling pem v3.0.4
21462024-12-03T22:40:08.495Z Compiling olpc-cjson v0.1.4
21472024-12-03T22:40:08.853Z Compiling serde_plain v1.0.2
21482024-12-03T22:40:09.205Z Compiling macaddr v1.0.1
21492024-12-03T22:40:09.393Z Compiling async-recursion v1.1.1
21502024-12-03T22:40:09.827Z Compiling memmap2 v0.9.5
21512024-12-03T22:40:09.859Z Compiling path-slash v0.1.5
21522024-12-03T22:40:10.067Z Compiling spin v0.5.2
21532024-12-03T22:40:10.115Z Compiling arrayvec v0.7.6
21542024-12-03T22:40:10.341Z Compiling arrayref v0.3.9
21552024-12-03T22:40:10.451Z Compiling typed-path v0.9.3
21562024-12-03T22:40:10.499Z Compiling constant_time_eq v0.3.1
21572024-12-03T22:40:10.607Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21582024-12-03T22:40:11.259Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
21592024-12-03T22:40:13.475Z Compiling tough v0.19.0
21602024-12-03T22:40:18.073Z Compiling itertools v0.13.0
21612024-12-03T22:40:18.902Z Compiling cargo-platform v0.1.8
21622024-12-03T22:40:19.216Z Compiling topological-sort v0.2.2
21632024-12-03T22:40:19.506Z Compiling parse-size v1.1.0
21642024-12-03T22:40:19.827Z Compiling omicron-zone-package v0.11.1
21652024-12-03T22:40:20.003Z Compiling cargo_metadata v0.18.1
21662024-12-03T22:40:21.078Z Compiling shell-words v1.1.0
21672024-12-03T22:40:24.393Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21682024-12-03T22:40:38.630Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
21692024-12-03T22:40:53.750Z Finished `release` profile [optimized] target(s) in 5m 55s
21702024-12-03T22:40:53.913Z Running `target/release/omicron-releng --output-dir /work`
21712024-12-03T22:40:53.959ZDec 03 22:40:53.386 DEBG changing working directory to /work/oxidecomputer/omicron
21722024-12-03T22:40:54.060ZDec 03 22:40:53.489 DEBG running: git rev-parse HEAD
21732024-12-03T22:40:54.067ZDec 03 22:40:53.496 DEBG process exited with exit status: 0 (6.786035ms)
21742024-12-03T22:40:54.067ZDec 03 22:40:53.496 INFO version: 12.0.0-0.ci+gitbd515ff97e4
21752024-12-03T22:40:54.110ZDec 03 22:40:53.538 INFO cloning helios to /work/oxidecomputer/helios
21762024-12-03T22:40:54.110ZDec 03 22:40:53.538 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
21772024-12-03T22:40:54.116ZCloning into '/work/oxidecomputer/helios'...
21782024-12-03T22:40:54.652ZDec 03 22:40:54.080 DEBG process exited with exit status: 0 (541.780961ms)
21792024-12-03T22:40:54.652ZDec 03 22:40:54.080 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
21802024-12-03T22:40:54.660Z# branch.oid 59a814adacfd4f9258f38e9a0f40d343da9323a7
21812024-12-03T22:40:54.660Z# branch.head master
21822024-12-03T22:40:54.660Z# branch.upstream origin/master
21832024-12-03T22:40:54.660Z# branch.ab +0 -0
21842024-12-03T22:40:54.664ZDec 03 22:40:54.088 DEBG process exited with exit status: 0 (8.128492ms)
21852024-12-03T22:40:54.664ZDec 03 22:40:54.088 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
21862024-12-03T22:40:55.518ZDec 03 22:40:54.946 DEBG process exited with exit status: 0 (857.199339ms)
21872024-12-03T22:40:55.518ZDec 03 22:40:54.946 DEBG running: zfs list rpool/images/build/host
21882024-12-03T22:40:55.525ZNAME USED AVAIL REFER MOUNTPOINT
21892024-12-03T22:40:55.525Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
21902024-12-03T22:40:55.528ZDec 03 22:40:54.953 DEBG process exited with exit status: 0 (7.54246ms)
21912024-12-03T22:40:55.528ZDec 03 22:40:54.953 DEBG running: zfs list rpool/images/build/recovery
21922024-12-03T22:40:55.531ZNAME USED AVAIL REFER MOUNTPOINT
21932024-12-03T22:40:55.531Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
21942024-12-03T22:40:55.534ZDec 03 22:40:54.960 DEBG process exited with exit status: 0 (6.63285ms)
21952024-12-03T22:40:55.534ZDec 03 22:40:54.961 INFO [hubris-staging] running task
21962024-12-03T22:40:55.534ZDec 03 22:40:54.961 INFO [hubris-production] running task
21972024-12-03T22:40:55.534ZDec 03 22:40:54.961 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
21982024-12-03T22:40:55.537ZDec 03 22:40:54.964 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
21992024-12-03T22:40:55.603Z[ helios-setup] cd tools/helios-build && cargo build --quiet
22002024-12-03T22:40:56.007Z[ omicron-package] Blocking waiting for file lock on package cache
22012024-12-03T22:40:56.707Z[ omicron-package] Blocking waiting for file lock on package cache
22022024-12-03T22:40:56.997Z[ omicron-package] Blocking waiting for file lock on package cache
22032024-12-03T22:40:57.460ZDec 03 22:40:56.888 INFO [hubris-production] task succeeded (1.926622117s)
22042024-12-03T22:40:57.894Z[ omicron-package] Compiling zerocopy v0.8.10
22052024-12-03T22:40:57.897Z[ omicron-package] Compiling proc-macro-crate v1.3.1
22062024-12-03T22:40:57.897Z[ omicron-package] Compiling itertools v0.13.0
22072024-12-03T22:40:57.897Z[ omicron-package] Compiling zerocopy-derive v0.8.10
22082024-12-03T22:40:57.897Z[ omicron-package] Compiling heapless v0.8.0
22092024-12-03T22:40:57.897Z[ omicron-package] Compiling hash32 v0.3.1
22102024-12-03T22:40:57.897Z[ omicron-package] Compiling smoltcp v0.11.0
22112024-12-03T22:40:57.897Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22122024-12-03T22:40:58.776Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
22132024-12-03T22:40:59.244Z[ omicron-package] Compiling num_enum_derive v0.5.11
22142024-12-03T22:40:59.787Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22152024-12-03T22:40:59.789Z[ omicron-package] Compiling cobs v0.2.3
22162024-12-03T22:41:00.102Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22172024-12-03T22:41:00.259Z[ omicron-package] Compiling postcard v1.0.10
22182024-12-03T22:41:00.719Z[ omicron-package] Compiling proc-macro-error v1.0.4
22192024-12-03T22:41:00.947Z[ omicron-package] Compiling foreign-types-macros v0.2.3
22202024-12-03T22:41:01.162Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22212024-12-03T22:41:01.605Z[ omicron-package] Compiling foreign-types-shared v0.3.1
22222024-12-03T22:41:02.455Z[ omicron-package] Compiling tabwriter v1.4.0
22232024-12-03T22:41:02.729Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22242024-12-03T22:41:03.656Z[ omicron-package] Compiling cstr-argument v0.1.2
22252024-12-03T22:41:03.770Z[ omicron-package] Compiling num_enum v0.5.11
22262024-12-03T22:41:03.858Z[ omicron-package] Compiling foreign-types v0.5.0
22272024-12-03T22:41:04.019Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22282024-12-03T22:41:04.105Z[ omicron-package] Compiling thiserror v2.0.3
22292024-12-03T22:41:04.270Z[ omicron-package] Compiling pretty-hex v0.2.1
22302024-12-03T22:41:04.314Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
22312024-12-03T22:41:04.404Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22322024-12-03T22:41:04.773Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22332024-12-03T22:41:04.822Z[ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22342024-12-03T22:41:05.223Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22352024-12-03T22:41:05.320Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22362024-12-03T22:41:05.818Z[ omicron-package] Compiling colored v2.1.0
22372024-12-03T22:41:05.899Z[ omicron-package] Compiling thiserror-impl v2.0.3
22382024-12-03T22:41:06.196Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22392024-12-03T22:41:07.155Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
22402024-12-03T22:41:07.617Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
22412024-12-03T22:41:07.897Z[ omicron-package] Compiling sigpipe v0.1.3
22422024-12-03T22:41:08.537Z[ omicron-package] Compiling num-derive v0.4.2
22432024-12-03T22:41:08.916Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22442024-12-03T22:41:09.248ZDec 03 22:41:08.674 INFO [hubris-staging] task succeeded (13.713151375s)
22452024-12-03T22:41:09.902Z[ omicron-package] Compiling libefi-sys v0.1.0
22462024-12-03T22:41:10.324Z[ omicron-package] Compiling zone v0.3.0
22472024-12-03T22:41:10.856Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
22482024-12-03T22:41:10.921Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22492024-12-03T22:41:11.944Z[ omicron-package] Compiling smf v0.2.3
22502024-12-03T22:41:12.476Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
22512024-12-03T22:41:12.832Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
22522024-12-03T22:41:13.509Z[ omicron-package] Compiling bitfield-struct v0.6.2
22532024-12-03T22:41:15.786Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22542024-12-03T22:41:15.863Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22552024-12-03T22:41:16.039Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22562024-12-03T22:41:16.170Z[ omicron-package] Compiling gethostname v0.5.0
22572024-12-03T22:41:16.267Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
22582024-12-03T22:41:16.346Z[ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22592024-12-03T22:41:16.535Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22602024-12-03T22:41:17.657Z[ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22612024-12-03T22:41:19.863Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22622024-12-03T22:41:21.312Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22632024-12-03T22:41:22.753Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22642024-12-03T22:41:25.689Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22652024-12-03T22:41:26.272Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22662024-12-03T22:41:27.993Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
22672024-12-03T22:41:37.991Z[ helios-setup] Dec 03 22:41:37.412 INFO helios repository root is: /work/oxidecomputer/helios
22682024-12-03T22:41:37.994Z[ helios-setup] Dec 03 22:41:37.414 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
22692024-12-03T22:41:37.994Z[ helios-setup] Dec 03 22:41:37.414 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
22702024-12-03T22:41:37.998Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
22712024-12-03T22:41:44.948Z[ helios-setup] Dec 03 22:41:44.368 INFO clone ok!, project: amd-firmware
22722024-12-03T22:41:44.951Z[ helios-setup] Dec 03 22:41:44.369 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
22732024-12-03T22:41:44.951Z[ helios-setup] Dec 03 22:41:44.369 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
22742024-12-03T22:41:44.951Z[ helios-setup] Dec 03 22:41:44.369 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
22752024-12-03T22:41:44.954Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
22762024-12-03T22:41:45.899Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
22772024-12-03T22:41:45.905Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
22782024-12-03T22:41:46.857Z[ omicron-package] Finished `release` profile [optimized] target(s) in 51.30s
22792024-12-03T22:41:47.112Z[ omicron-package]
22802024-12-03T22:41:47.112Z[ omicron-package] real 51.522907391
22812024-12-03T22:41:47.112Z[ omicron-package] user 2:58.728702094
22822024-12-03T22:41:47.116Z[ omicron-package] sys 26.188188423
22832024-12-03T22:41:47.116Z[ omicron-package] trap 0.282915318
22842024-12-03T22:41:47.116Z[ omicron-package] tflt 0.436767243
22852024-12-03T22:41:47.116Z[ omicron-package] dflt 0.859883120
22862024-12-03T22:41:47.116Z[ omicron-package] kflt 0.000829086
22872024-12-03T22:41:47.116Z[ omicron-package] lock 6:23.132429533
22882024-12-03T22:41:47.116Z[ omicron-package] slp 10:25.528153511
22892024-12-03T22:41:47.116Z[ omicron-package] lat 1:38.397606590
22902024-12-03T22:41:47.116Z[ omicron-package] stop 59.683392294
22912024-12-03T22:41:47.116ZDec 03 22:41:46.533 INFO [omicron-package] process exited with exit status: 0 (51.568297619s)
22922024-12-03T22:41:47.116ZDec 03 22:41:46.533 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
22932024-12-03T22:41:47.181ZDec 03 22:41:46.601 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
22942024-12-03T22:41:47.194Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
22952024-12-03T22:41:47.196Z[ host-target] Created new build target 'host' and set it as active
22962024-12-03T22:41:47.196ZDec 03 22:41:46.616 INFO [host-target] process exited with exit status: 0 (83.147766ms)
22972024-12-03T22:41:47.198ZDec 03 22:41:46.616 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
22982024-12-03T22:41:47.202Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
22992024-12-03T22:41:47.224Z[ recovery-target] Created new build target 'recovery' and set it as active
23002024-12-03T22:41:47.224ZDec 03 22:41:46.624 INFO [recovery-target] process exited with exit status: 0 (23.079127ms)
23012024-12-03T22:41:47.227Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
23022024-12-03T22:41:48.497Z[ host-package] Compiling convert_case v0.4.0
23032024-12-03T22:41:48.499Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
23042024-12-03T22:41:48.499Z[ host-package] Compiling newline-converter v0.3.0
23052024-12-03T22:41:48.499Z[ host-package] Compiling password-hash v0.5.0
23062024-12-03T22:41:48.499Z[ host-package] Compiling progenitor-client v0.8.0
23072024-12-03T22:41:48.653Z[ host-package] Compiling blake2 v0.10.6
23082024-12-03T22:41:48.655Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
23092024-12-03T22:41:48.721Z[ host-package] Compiling cancel-safe-futures v0.1.5
23102024-12-03T22:41:48.880Z[ host-package] Compiling expectorate v1.1.0
23112024-12-03T22:41:48.902Z[ host-package] Compiling owo-colors v4.1.0
23122024-12-03T22:41:49.090Z[ host-package] Compiling progenitor v0.8.0
23132024-12-03T22:41:49.140Z[ host-package] Compiling num-rational v0.4.2
23142024-12-03T22:41:49.175Z[ host-package] Compiling num-complex v0.4.6
23152024-12-03T22:41:49.373Z[ host-package] Compiling argon2 v0.5.3
23162024-12-03T22:41:49.426Z[ host-package] Compiling derive_more v0.99.18
23172024-12-03T22:41:50.014Z[ host-package] Compiling atomicwrites v0.4.4
23182024-12-03T22:41:50.197Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23192024-12-03T22:41:50.607Z[ host-package] Compiling num v0.4.3
23202024-12-03T22:41:50.629Z[ host-package] Compiling libsw v3.3.1
23212024-12-03T22:41:50.773Z[ host-package] Compiling linear-map v1.2.0
23222024-12-03T22:41:50.797Z[ host-package] Compiling indent_write v2.2.0
23232024-12-03T22:41:50.827Z[ host-package] Compiling swrite v0.1.0
23242024-12-03T22:41:50.988Z[ host-package] Compiling float-ord v0.3.2
23252024-12-03T22:41:51.011Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23262024-12-03T22:41:51.047Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
23272024-12-03T22:41:51.181Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23282024-12-03T22:41:51.267Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23292024-12-03T22:41:51.670Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23302024-12-03T22:41:51.851Z[ host-package] Compiling highway v1.2.0
23312024-12-03T22:41:52.317Z[ host-package] Compiling semver v0.1.20
23322024-12-03T22:41:52.413Z[ helios-setup] Submodule path 'amd-firmware': checked out '7a9b5f6729edd91286f20e794f130fd370ed2fbe'
23332024-12-03T22:41:52.432Z[ helios-setup] Dec 03 22:41:51.851 INFO clone ok!, project: amd-host-image-builder
23342024-12-03T22:41:52.435Z[ helios-setup] Dec 03 22:41:51.852 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
23352024-12-03T22:41:52.436Z[ helios-setup] Dec 03 22:41:51.852 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
23362024-12-03T22:41:52.436Z[ helios-setup] Dec 03 22:41:51.852 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
23372024-12-03T22:41:52.440Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
23382024-12-03T22:41:52.985Z[ host-package] Compiling rustc_version v0.1.7
23392024-12-03T22:41:53.301Z[ helios-setup] Dec 03 22:41:52.720 INFO clone ok!, project: phbl
23402024-12-03T22:41:53.303Z[ helios-setup] Dec 03 22:41:52.720 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
23412024-12-03T22:41:53.304Z[ helios-setup] Dec 03 22:41:52.720 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
23422024-12-03T22:41:53.304Z[ helios-setup] Dec 03 22:41:52.720 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
23432024-12-03T22:41:53.306Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
23442024-12-03T22:41:53.410Z[ host-package] Compiling newtype-uuid v1.1.3
23452024-12-03T22:41:53.513Z[ host-package] Compiling newtype_derive v0.1.6
23462024-12-03T22:41:53.782Z[ host-package] Compiling dropshot v0.13.0
23472024-12-03T22:41:53.868Z[ host-package] Compiling ipnetwork v0.20.0
23482024-12-03T22:41:53.948Z[ host-package] Compiling instant v0.1.13
23492024-12-03T22:41:54.036Z[ helios-setup] Dec 03 22:41:53.454 INFO clone ok!, project: bootserver
23502024-12-03T22:41:54.040Z[ helios-setup] Dec 03 22:41:53.455 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
23512024-12-03T22:41:54.040Z[ helios-setup] Dec 03 22:41:53.455 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
23522024-12-03T22:41:54.043Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
23532024-12-03T22:41:54.147Z[ host-package] Compiling humantime v2.1.0
23542024-12-03T22:41:54.808Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
23552024-12-03T22:41:54.849Z[ helios-setup] Dec 03 22:41:54.268 INFO clone ok!, project: pinprick
23562024-12-03T22:41:54.852Z[ helios-setup] Dec 03 22:41:54.268 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
23572024-12-03T22:41:54.852Z[ helios-setup] Dec 03 22:41:54.268 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
23582024-12-03T22:41:54.854Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
23592024-12-03T22:41:55.083Z[ host-package] Compiling backoff v0.4.0
23602024-12-03T22:41:55.668Z[ helios-setup] Dec 03 22:41:55.086 INFO clone ok!, project: image-builder
23612024-12-03T22:41:55.671Z[ helios-setup] Dec 03 22:41:55.087 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
23622024-12-03T22:41:55.671Z[ helios-setup] Dec 03 22:41:55.087 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
23632024-12-03T22:41:55.674Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
23642024-12-03T22:41:55.713Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23652024-12-03T22:41:56.081Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23662024-12-03T22:41:56.541Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23672024-12-03T22:41:56.983Z[ helios-setup] Dec 03 22:41:56.402 INFO clone ok!, project: chelsio-t6-roms
23682024-12-03T22:41:56.986Z[ helios-setup] Dec 03 22:41:56.402 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
23692024-12-03T22:41:56.986Z[ helios-setup] Dec 03 22:41:56.402 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
23702024-12-03T22:41:56.989Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
23712024-12-03T22:41:58.103Z[ helios-setup] Dec 03 22:41:57.522 INFO clone ok!, project: pilot
23722024-12-03T22:41:58.106Z[ helios-setup] Dec 03 22:41:57.522 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
23732024-12-03T22:41:58.947Z[ helios-setup] Dec 03 22:41:58.365 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
23742024-12-03T22:41:59.475Z[ helios-setup] Dec 03 22:41:58.893 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
23752024-12-03T22:41:59.475Z[ helios-setup] Dec 03 22:41:58.893 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
23762024-12-03T22:41:59.568Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23772024-12-03T22:42:00.005Z[ helios-setup] Dec 03 22:41:59.423 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
23782024-12-03T22:42:00.217Z[ host-package] Compiling parse-display v0.10.0
23792024-12-03T22:42:00.610Z[ helios-setup] Dec 03 22:42:00.028 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
23802024-12-03T22:42:00.613Z[ helios-setup] Dec 03 22:42:00.028 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
23812024-12-03T22:42:00.887Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23822024-12-03T22:42:01.092Z[ host-package] Compiling strum v0.26.3
23832024-12-03T22:42:01.206Z[ helios-setup] Dec 03 22:42:00.623 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
23842024-12-03T22:42:01.246Z[ host-package] Compiling serde_with v3.11.0
23852024-12-03T22:42:01.320Z[ host-package] Compiling regress v0.9.1
23862024-12-03T22:42:01.772Z[ helios-setup] Dec 03 22:42:01.190 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
23872024-12-03T22:42:01.775Z[ helios-setup] Dec 03 22:42:01.190 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
23882024-12-03T22:42:01.775Z[ helios-setup] Dec 03 22:42:01.190 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
23892024-12-03T22:42:01.777Z[ helios-setup] Dec 03 22:42:01.190 INFO ok!
23902024-12-03T22:42:01.777Z[ helios-setup] Dec 03 22:42:01.190 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
23912024-12-03T22:42:01.777Z[ helios-setup] Dec 03 22:42:01.190 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
23922024-12-03T22:42:01.777Z[ helios-setup] Dec 03 22:42:01.190 INFO ok!
23932024-12-03T22:42:01.777Z[ helios-setup] Dec 03 22:42:01.190 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
23942024-12-03T22:42:01.777Z[ helios-setup] Dec 03 22:42:01.190 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
23952024-12-03T22:42:01.777Z[ helios-setup] Dec 03 22:42:01.190 INFO ok!
23962024-12-03T22:42:01.777Z[ helios-setup] Dec 03 22:42:01.190 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
23972024-12-03T22:42:01.777Z[ helios-setup] Dec 03 22:42:01.191 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
23982024-12-03T22:42:01.783Z[ helios-setup] Dec 03 22:42:01.201 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
23992024-12-03T22:42:02.409Z[ helios-setup] Dec 03 22:42:01.827 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
24002024-12-03T22:42:02.409Z[ helios-setup] Dec 03 22:42:01.827 INFO E| info: downloading component 'cargo'
24012024-12-03T22:42:03.900Z[ helios-setup] Dec 03 22:42:03.317 INFO E| info: downloading component 'clippy'
24022024-12-03T22:42:04.659Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24032024-12-03T22:42:04.710Z[ helios-setup] Dec 03 22:42:04.127 INFO E| info: downloading component 'rust-docs'
24042024-12-03T22:42:06.108Z[ helios-setup] Dec 03 22:42:05.525 INFO E| info: downloading component 'rust-src'
24052024-12-03T22:42:06.468Z[ host-package] Compiling macaddr v1.0.1
24062024-12-03T22:42:06.493Z[ host-package] Compiling steno v0.4.1
24072024-12-03T22:42:06.731Z[ helios-setup] Dec 03 22:42:06.147 INFO E| info: downloading component 'rust-std'
24082024-12-03T22:42:06.806Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24092024-12-03T22:42:06.957Z[ host-package] Compiling prettyplease v0.2.25
24102024-12-03T22:42:06.995Z[ host-package] Compiling slog-dtrace v0.3.0
24112024-12-03T22:42:07.439Z[ host-package] Compiling tungstenite v0.21.0
24122024-12-03T22:42:08.002Z[ host-package] Compiling display-error-chain v0.2.2
24132024-12-03T22:42:08.882Z[ helios-setup] Dec 03 22:42:08.299 INFO E| info: downloading component 'rustc'
24142024-12-03T22:42:09.828Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
24152024-12-03T22:42:12.335Z[ host-package] Compiling tokio-tungstenite v0.21.0
24162024-12-03T22:42:12.907Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24172024-12-03T22:42:13.056Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24182024-12-03T22:42:13.095Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
24192024-12-03T22:42:14.221Z[ host-package] Compiling arc-swap v1.7.1
24202024-12-03T22:42:14.318Z[ helios-setup] Dec 03 22:42:13.733 INFO E| info: downloading component 'rustfmt'
24212024-12-03T22:42:14.829Z[ helios-setup] Dec 03 22:42:14.245 INFO E| info: installing component 'cargo'
24222024-12-03T22:42:14.949Z[ host-package] Compiling slog-scope v4.4.0
24232024-12-03T22:42:15.834Z[ host-package] Compiling half v2.4.1
24242024-12-03T22:42:16.160Z[ helios-setup] Dec 03 22:42:15.575 INFO E| info: installing component 'clippy'
24252024-12-03T22:42:16.591Z[ helios-setup] Dec 03 22:42:16.006 INFO E| info: installing component 'rust-docs'
24262024-12-03T22:42:16.717Z[ host-package] Compiling ciborium-io v0.2.2
24272024-12-03T22:42:16.887Z[ host-package] Compiling ciborium-ll v0.2.2
24282024-12-03T22:42:17.588Z[ host-package] Compiling slog-stdlog v4.1.1
24292024-12-03T22:42:17.737Z[ host-package] Compiling ciborium v0.2.2
24302024-12-03T22:42:18.774Z[ host-package] Compiling slog-envlogger v2.2.0
24312024-12-03T22:42:20.447Z[ host-package] Compiling nibble_vec v0.1.0
24322024-12-03T22:42:20.714Z[ host-package] Compiling endian-type v0.1.2
24332024-12-03T22:42:21.947Z[ host-package] Compiling radix_trie v0.2.1
24342024-12-03T22:42:22.264Z[ helios-setup] Dec 03 22:42:21.678 INFO E| info: installing component 'rust-src'
24352024-12-03T22:42:22.805Z[ helios-setup] Dec 03 22:42:22.220 INFO E| info: installing component 'rust-std'
24362024-12-03T22:42:23.219Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
24372024-12-03T22:42:25.479Z[ helios-setup] Dec 03 22:42:24.893 INFO E| info: installing component 'rustc'
24382024-12-03T22:42:30.060Z[ host-package] Compiling same-file v1.0.6
24392024-12-03T22:42:30.119Z[ host-package] Compiling fastrand v2.1.1
24402024-12-03T22:42:30.337Z[ host-package] Compiling walkdir v2.5.0
24412024-12-03T22:42:30.489Z[ host-package] Compiling tempfile v3.13.0
24422024-12-03T22:42:30.718Z[ host-package] Compiling blake3 v1.5.4
24432024-12-03T22:42:30.992Z[ host-package] Compiling ring v0.16.20
24442024-12-03T22:42:31.275Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
24452024-12-03T22:42:31.422Z[ host-package] Compiling xattr v1.3.1
24462024-12-03T22:42:31.451Z[ host-package] Compiling memmap2 v0.9.5
24472024-12-03T22:42:31.525Z[ helios-setup] Dec 03 22:42:30.938 INFO E| info: installing component 'rustfmt'
24482024-12-03T22:42:31.742Z[ host-package] Compiling filetime v0.2.25
24492024-12-03T22:42:32.013Z[ host-package] Compiling arrayvec v0.7.6
24502024-12-03T22:42:32.231Z[ host-package] Compiling arrayref v0.3.9
24512024-12-03T22:42:32.355Z[ helios-setup] Dec 03 22:42:31.767 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
24522024-12-03T22:42:32.377Z[ host-package] Compiling keccak v0.1.5
24532024-12-03T22:42:32.480Z[ host-package] Compiling spin v0.5.2
24542024-12-03T22:42:32.780Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
24552024-12-03T22:42:32.837Z[ host-package] Compiling constant_time_eq v0.3.1
24562024-12-03T22:42:33.318Z[ helios-setup] Dec 03 22:42:32.731 INFO E| From https://github.com/oxidecomputer/amd-apcb
24572024-12-03T22:42:33.318Z[ helios-setup] Dec 03 22:42:32.731 INFO E| * [new ref] fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 -> refs/commit/fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9
24582024-12-03T22:42:33.318Z[ helios-setup] Dec 03 22:42:32.731 INFO E| * [new tag] v0.4.3 -> v0.4.3
24592024-12-03T22:42:33.350Z[ helios-setup] Dec 03 22:42:32.762 INFO E| * [new tag] v0.1.3 -> v0.1.3
24602024-12-03T22:42:33.350Z[ helios-setup] Dec 03 22:42:32.762 INFO E| * [new tag] v0.1.4 -> v0.1.4
24612024-12-03T22:42:33.353Z[ helios-setup] Dec 03 22:42:32.763 INFO E| * [new tag] v0.1.5 -> v0.1.5
24622024-12-03T22:42:33.353Z[ helios-setup] Dec 03 22:42:32.763 INFO E| * [new tag] v0.2.0 -> v0.2.0
24632024-12-03T22:42:33.353Z[ helios-setup] Dec 03 22:42:32.763 INFO E| * [new tag] v0.3.0 -> v0.3.0
24642024-12-03T22:42:33.353Z[ helios-setup] Dec 03 22:42:32.763 INFO E| * [new tag] v0.3.1 -> v0.3.1
24652024-12-03T22:42:33.353Z[ helios-setup] Dec 03 22:42:32.763 INFO E| * [new tag] v0.3.2 -> v0.3.2
24662024-12-03T22:42:33.353Z[ helios-setup] Dec 03 22:42:32.763 INFO E| * [new tag] v0.3.3 -> v0.3.3
24672024-12-03T22:42:33.353Z[ helios-setup] Dec 03 22:42:32.763 INFO E| * [new tag] v0.4.0 -> v0.4.0
24682024-12-03T22:42:33.353Z[ helios-setup] Dec 03 22:42:32.763 INFO E| * [new tag] v0.4.1 -> v0.4.1
24692024-12-03T22:42:33.353Z[ helios-setup] Dec 03 22:42:32.764 INFO E| * [new tag] v0.4.2 -> v0.4.2
24702024-12-03T22:42:33.410Z[ helios-setup] Dec 03 22:42:32.823 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
24712024-12-03T22:42:33.453Z[ host-package] Compiling sha3 v0.10.8
24722024-12-03T22:42:33.584Z[ host-package] Compiling tar v0.4.42
24732024-12-03T22:42:34.038Z[ host-package] Compiling camino-tempfile v1.1.1
24742024-12-03T22:42:34.140Z[ host-package] Compiling toolchain_find v0.4.0
24752024-12-03T22:42:34.285Z[ helios-setup] Dec 03 22:42:33.698 INFO E| From https://github.com/oxidecomputer/amd-efs
24762024-12-03T22:42:34.285Z[ helios-setup] Dec 03 22:42:33.698 INFO E| * [new branch] empty -> origin/empty
24772024-12-03T22:42:34.288Z[ helios-setup] Dec 03 22:42:33.698 INFO E| * [new branch] issue-99 -> origin/issue-99
24782024-12-03T22:42:34.288Z[ helios-setup] Dec 03 22:42:33.698 INFO E| * [new branch] main -> origin/main
24792024-12-03T22:42:34.288Z[ helios-setup] Dec 03 22:42:33.698 INFO E| * [new branch] review -> origin/review
24802024-12-03T22:42:34.288Z[ helios-setup] Dec 03 22:42:33.698 INFO E| * [new ref] -> origin/HEAD
24812024-12-03T22:42:34.288Z[ helios-setup] Dec 03 22:42:33.698 INFO E| * [new tag] v0.2.0 -> v0.2.0
24822024-12-03T22:42:34.288Z[ helios-setup] Dec 03 22:42:33.699 INFO E| * [new tag] v0.2.1 -> v0.2.1
24832024-12-03T22:42:34.288Z[ helios-setup] Dec 03 22:42:33.699 INFO E| * [new tag] v0.2.2 -> v0.2.2
24842024-12-03T22:42:34.288Z[ helios-setup] Dec 03 22:42:33.699 INFO E| * [new tag] v0.2.3 -> v0.2.3
24852024-12-03T22:42:34.288Z[ helios-setup] Dec 03 22:42:33.699 INFO E| * [new tag] v0.2.4 -> v0.2.4
24862024-12-03T22:42:34.288Z[ helios-setup] Dec 03 22:42:33.699 INFO E| * [new tag] v0.2.5 -> v0.2.5
24872024-12-03T22:42:34.288Z[ helios-setup] Dec 03 22:42:33.699 INFO E| * [new tag] v0.2.6 -> v0.2.6
24882024-12-03T22:42:34.288Z[ helios-setup] Dec 03 22:42:33.699 INFO E| * [new tag] v0.2.7 -> v0.2.7
24892024-12-03T22:42:34.288Z[ helios-setup] Dec 03 22:42:33.700 INFO E| * [new tag] v0.3.0 -> v0.3.0
24902024-12-03T22:42:34.288Z[ helios-setup] Dec 03 22:42:33.700 INFO E| * [new tag] v0.3.1 -> v0.3.1
24912024-12-03T22:42:34.288Z[ helios-setup] Dec 03 22:42:33.700 INFO E| * [new tag] v0.4.0 -> v0.4.0
24922024-12-03T22:42:34.289Z[ helios-setup] Dec 03 22:42:33.700 INFO E| * [new tag] v0.4.1 -> v0.4.1
24932024-12-03T22:42:34.289Z[ helios-setup] Dec 03 22:42:33.700 INFO E| * [new tag] v0.4.2 -> v0.4.2
24942024-12-03T22:42:34.289Z[ helios-setup] Dec 03 22:42:33.700 INFO E| * [new tag] v0.4.3 -> v0.4.3
24952024-12-03T22:42:34.314Z[ helios-setup] Dec 03 22:42:33.726 INFO E| Updating crates.io index
24962024-12-03T22:42:34.388Z[ host-package] Compiling const_format_proc_macros v0.2.33
24972024-12-03T22:42:34.531Z[ host-package] Compiling topological-sort v0.2.2
24982024-12-03T22:42:34.645Z[ helios-setup] Dec 03 22:42:34.057 INFO E| Downloading crates ...
24992024-12-03T22:42:34.735Z[ helios-setup] Dec 03 22:42:34.148 INFO E| Downloaded proc-macro-crate v0.1.5
25002024-12-03T22:42:34.780Z[ helios-setup] Dec 03 22:42:34.193 INFO E| Downloaded bytesize v1.3.0
25012024-12-03T22:42:34.783Z[ host-package] Compiling crunchy v0.2.2
25022024-12-03T22:42:34.786Z[ helios-setup] Dec 03 22:42:34.199 INFO E| Downloaded ansi_term v0.12.1
25032024-12-03T22:42:34.790Z[ helios-setup] Dec 03 22:42:34.202 INFO E| Downloaded cfg-if v0.1.10
25042024-12-03T22:42:34.793Z[ helios-setup] Dec 03 22:42:34.204 INFO E| Downloaded fletcher v0.1.0
25052024-12-03T22:42:34.805Z[ host-package] Compiling maplit v1.0.2
25062024-12-03T22:42:34.813Z[ helios-setup] Dec 03 22:42:34.221 INFO E| Downloaded memoffset v0.5.6
25072024-12-03T22:42:34.819Z[ helios-setup] Dec 03 22:42:34.226 INFO E| Downloaded unic-char-property v0.9.0
25082024-12-03T22:42:34.819Z[ helios-setup] Dec 03 22:42:34.226 INFO E| Downloaded unic-ucd-version v0.9.0
25092024-12-03T22:42:34.822Z[ helios-setup] Dec 03 22:42:34.232 INFO E| Downloaded parse_int v0.6.0
25102024-12-03T22:42:34.822Z[ helios-setup] Dec 03 22:42:34.232 INFO E| Downloaded unic-common v0.9.0
25112024-12-03T22:42:34.822Z[ helios-setup] Dec 03 22:42:34.232 INFO E| Downloaded unic-char-range v0.9.0
25122024-12-03T22:42:34.822Z[ helios-setup] Dec 03 22:42:34.232 INFO E| Downloaded scroll_derive v0.10.5
25132024-12-03T22:42:34.837Z[ helios-setup] Dec 03 22:42:34.241 INFO E| Downloaded strum v0.23.0
25142024-12-03T22:42:34.837Z[ helios-setup] Dec 03 22:42:34.243 INFO E| Downloaded pest_generator v2.7.13
25152024-12-03T22:42:34.837Z[ helios-setup] Dec 03 22:42:34.247 INFO E| Downloaded unic-ucd-ident v0.9.0
25162024-12-03T22:42:34.837Z[ helios-setup] Dec 03 22:42:34.250 INFO E| Downloaded modular-bitfield-impl v0.11.2
25172024-12-03T22:42:34.840Z[ helios-setup] Dec 03 22:42:34.252 INFO E| Downloaded vec_map v0.8.2
25182024-12-03T22:42:34.843Z[ helios-setup] Dec 03 22:42:34.254 INFO E| Downloaded four-cc v0.3.0
25192024-12-03T22:42:34.843Z[ helios-setup] Dec 03 22:42:34.255 INFO E| Downloaded rustc_version v0.2.3
25202024-12-03T22:42:34.846Z[ helios-setup] Dec 03 22:42:34.258 INFO E| Downloaded thiserror-impl v1.0.64
25212024-12-03T22:42:34.848Z[ helios-setup] Dec 03 22:42:34.260 INFO E| Downloaded pre-proc-macro v0.2.1
25222024-12-03T22:42:34.851Z[ helios-setup] Dec 03 22:42:34.263 INFO E| Downloaded thiserror v1.0.64
25232024-12-03T22:42:34.859Z[ helios-setup] Dec 03 22:42:34.271 INFO E| Downloaded textwrap v0.11.0
25242024-12-03T22:42:34.861Z[ helios-setup] Dec 03 22:42:34.274 INFO E| Downloaded scroll v0.10.2
25252024-12-03T22:42:34.864Z[ helios-setup] Dec 03 22:42:34.277 INFO E| Downloaded pre v0.2.1
25262024-12-03T22:42:34.867Z[ helios-setup] Dec 03 22:42:34.278 INFO E| Downloaded strum_macros v0.23.1
25272024-12-03T22:42:34.870Z[ helios-setup] Dec 03 22:42:34.281 INFO E| Downloaded once_cell v1.20.1
25282024-12-03T22:42:34.873Z[ helios-setup] Dec 03 22:42:34.285 INFO E| Downloaded pest_meta v2.7.13
25292024-12-03T22:42:34.876Z[ helios-setup] Dec 03 22:42:34.288 INFO E| Downloaded pest_derive v2.7.13
25302024-12-03T22:42:34.879Z[ helios-setup] Dec 03 22:42:34.292 INFO E| Downloaded proc-macro2 v1.0.86
25312024-12-03T22:42:34.884Z[ helios-setup] Dec 03 22:42:34.296 INFO E| Downloaded serde_derive v1.0.210
25322024-12-03T22:42:34.888Z[ helios-setup] Dec 03 22:42:34.301 INFO E| Downloaded modular-bitfield v0.11.2
25332024-12-03T22:42:34.906Z[ helios-setup] Dec 03 22:42:34.319 INFO E| Downloaded toml v0.5.11
25342024-12-03T22:42:34.910Z[ helios-setup] Dec 03 22:42:34.323 INFO E| Downloaded pest v2.7.13
25352024-12-03T22:42:34.918Z[ helios-setup] Dec 03 22:42:34.330 INFO E| Downloaded structopt v0.3.26
25362024-12-03T22:42:34.930Z[ helios-setup] Dec 03 22:42:34.342 INFO E| Downloaded serde v1.0.210
25372024-12-03T22:42:34.934Z[ helios-setup] Dec 03 22:42:34.347 INFO E| Downloaded strsim v0.8.0
25382024-12-03T22:42:34.937Z[ helios-setup] Dec 03 22:42:34.349 INFO E| Downloaded semver v0.9.0
25392024-12-03T22:42:34.939Z[ helios-setup] Dec 03 22:42:34.351 INFO E| Downloaded serde_json v1.0.128
25402024-12-03T22:42:34.950Z[ helios-setup] Dec 03 22:42:34.362 INFO E| Downloaded goblin v0.4.3
25412024-12-03T22:42:34.957Z[ helios-setup] Dec 03 22:42:34.370 INFO E| Downloaded clap v2.34.0
25422024-12-03T22:42:34.968Z[ helios-setup] Dec 03 22:42:34.380 INFO E| Downloaded syn v2.0.79
25432024-12-03T22:42:34.984Z[ helios-setup] Dec 03 22:42:34.397 INFO E| Downloaded structopt-derive v0.4.18
25442024-12-03T22:42:34.987Z[ helios-setup] Dec 03 22:42:34.398 INFO E| Downloaded semver-parser v0.7.0
25452024-12-03T22:42:35.007Z[ host-package] Compiling rustfmt-wrapper v0.2.1
25462024-12-03T22:42:35.044Z[ helios-setup] Dec 03 22:42:34.456 INFO E| Downloaded libc v0.2.159
25472024-12-03T22:42:35.172Z[ helios-setup] Dec 03 22:42:34.584 INFO E| Compiling proc-macro2 v1.0.86
25482024-12-03T22:42:35.172Z[ helios-setup] Dec 03 22:42:34.584 INFO E| Compiling unicode-ident v1.0.13
25492024-12-03T22:42:35.172Z[ helios-setup] Dec 03 22:42:34.584 INFO E| Compiling syn v1.0.109
25502024-12-03T22:42:35.175Z[ helios-setup] Dec 03 22:42:34.584 INFO E| Compiling version_check v0.9.5
25512024-12-03T22:42:35.175Z[ helios-setup] Dec 03 22:42:34.584 INFO E| Compiling memchr v2.7.4
25522024-12-03T22:42:35.175Z[ helios-setup] Dec 03 22:42:34.584 INFO E| Compiling thiserror v1.0.64
25532024-12-03T22:42:35.175Z[ helios-setup] Dec 03 22:42:34.584 INFO E| Compiling semver-parser v0.7.0
25542024-12-03T22:42:35.175Z[ helios-setup] Dec 03 22:42:34.584 INFO E| Compiling autocfg v1.4.0
25552024-12-03T22:42:35.463Z[ host-package] Compiling tiny-keccak v2.0.2
25562024-12-03T22:42:35.837Z[ host-package] Compiling dsl_auto_type v0.1.2
25572024-12-03T22:42:36.088Z[ host-package] Compiling phf_generator v0.11.2
25582024-12-03T22:42:36.222Z[ host-package] Compiling scheduled-thread-pool v0.2.7
25592024-12-03T22:42:36.246Z[ helios-setup] Dec 03 22:42:35.658 INFO E| Compiling serde v1.0.210
25602024-12-03T22:42:36.266Z[ helios-setup] Dec 03 22:42:35.676 INFO E| Compiling semver v0.9.0
25612024-12-03T22:42:36.514Z[ host-package] Compiling omicron-zone-package v0.11.1
25622024-12-03T22:42:36.867Z[ helios-setup] Dec 03 22:42:36.278 INFO E| Compiling rustc_version v0.2.3
25632024-12-03T22:42:36.968Z[ helios-setup] Dec 03 22:42:36.380 INFO E| Compiling proc-macro-error-attr v1.0.4
25642024-12-03T22:42:37.107Z[ host-package] Compiling const_format v0.2.33
25652024-12-03T22:42:37.148Z[ helios-setup] Dec 03 22:42:36.561 INFO E| Compiling proc-macro-error v1.0.4
25662024-12-03T22:42:37.676Z[ helios-setup] Dec 03 22:42:37.088 INFO E| Compiling serde_json v1.0.128
25672024-12-03T22:42:37.706Z[ helios-setup] Dec 03 22:42:37.119 INFO E| Compiling num-traits v0.2.19
25682024-12-03T22:42:37.793Z[ helios-setup] Dec 03 22:42:37.205 INFO E| Compiling schemars v0.8.21
25692024-12-03T22:42:37.826Z[ helios-setup] Dec 03 22:42:37.237 INFO E| Compiling unicode-segmentation v1.12.0
25702024-12-03T22:42:38.060Z[ helios-setup] Dec 03 22:42:37.472 INFO E| Compiling ryu v1.0.18
25712024-12-03T22:42:38.388Z[ host-package] Compiling secrecy v0.8.0
25722024-12-03T22:42:38.580Z[ helios-setup] Dec 03 22:42:37.989 INFO E| Compiling quote v1.0.37
25732024-12-03T22:42:38.621Z[ helios-setup] Dec 03 22:42:38.032 INFO E| Compiling itoa v1.0.11
25742024-12-03T22:42:38.663Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
25752024-12-03T22:42:38.797Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
25762024-12-03T22:42:38.831Z[ helios-setup] Dec 03 22:42:38.242 INFO E| Compiling pre-proc-macro v0.2.1
25772024-12-03T22:42:38.959Z[ host-package] Compiling r2d2 v0.8.10
25782024-12-03T22:42:39.116Z[ helios-setup] Dec 03 22:42:38.527 INFO E| Compiling memoffset v0.5.6
25792024-12-03T22:42:39.122Z[ helios-setup] Dec 03 22:42:38.533 INFO E| Compiling rustversion v1.0.17
25802024-12-03T22:42:39.351Z[ helios-setup] Dec 03 22:42:38.757 INFO E| Compiling syn v2.0.79
25812024-12-03T22:42:39.439Z[ host-package] Compiling diesel_derives v2.2.3
25822024-12-03T22:42:39.753Z[ helios-setup] Dec 03 22:42:39.164 INFO E| Compiling heck v0.3.3
25832024-12-03T22:42:39.764Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25842024-12-03T22:42:39.788Z[ helios-setup] Dec 03 22:42:39.191 INFO E| Compiling lazy_static v1.5.0
25852024-12-03T22:42:39.828Z[ host-package] Compiling phf_codegen v0.11.2
25862024-12-03T22:42:39.893Z[ helios-setup] Dec 03 22:42:39.305 INFO E| Compiling ucd-trie v0.1.7
25872024-12-03T22:42:39.920Z[ helios-setup] Dec 03 22:42:39.332 INFO E| Compiling libc v0.2.159
25882024-12-03T22:42:40.050Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
25892024-12-03T22:42:40.323Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
25902024-12-03T22:42:40.392Z[ helios-setup] Dec 03 22:42:39.804 INFO E| Compiling paste v1.0.15
25912024-12-03T22:42:40.502Z[ helios-setup] Dec 03 22:42:39.913 INFO E| Compiling dyn-clone v1.0.17
25922024-12-03T22:42:40.735Z[ host-package] Compiling ascii-canvas v3.0.0
25932024-12-03T22:42:40.807Z[ host-package] Compiling universal-hash v0.5.1
25942024-12-03T22:42:41.249Z[ helios-setup] Dec 03 22:42:40.660 INFO E| Compiling pre v0.2.1
25952024-12-03T22:42:41.401Z[ helios-setup] Dec 03 22:42:40.813 INFO E| Compiling cfg-if v0.1.10
25962024-12-03T22:42:41.434Z[ helios-setup] Dec 03 22:42:40.846 INFO E| Compiling once_cell v1.20.1
25972024-12-03T22:42:41.489Z[ helios-setup] Dec 03 22:42:40.901 INFO E| Compiling static_assertions v1.1.0
25982024-12-03T22:42:41.501Z[ helios-setup] Dec 03 22:42:40.912 INFO E| Compiling byteorder v1.5.0
25992024-12-03T22:42:41.561Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
26002024-12-03T22:42:41.843Z[ host-package] Compiling parse-zoneinfo v0.3.1
26012024-12-03T22:42:42.677Z[ helios-setup] Dec 03 22:42:42.089 INFO E| Compiling unicode-width v0.1.14
26022024-12-03T22:42:43.484Z[ helios-setup] Dec 03 22:42:42.895 INFO E| Compiling textwrap v0.11.0
26032024-12-03T22:42:43.589Z[ helios-setup] Dec 03 22:42:43.000 INFO E| Compiling atty v0.2.14
26042024-12-03T22:42:43.749Z[ helios-setup] Dec 03 22:42:43.159 INFO E| Compiling vec_map v0.8.2
26052024-12-03T22:42:44.471Z[ helios-setup] Dec 03 22:42:43.882 INFO E| Compiling fletcher v0.1.0
26062024-12-03T22:42:44.785Z[ helios-setup] Dec 03 22:42:44.196 INFO E| Compiling bitflags v1.3.2
26072024-12-03T22:42:44.880Z[ helios-setup] Dec 03 22:42:44.291 INFO E| Compiling strum v0.23.0
26082024-12-03T22:42:44.955Z[ helios-setup] Dec 03 22:42:44.366 INFO E| Compiling unic-char-range v0.9.0
26092024-12-03T22:42:45.048Z[ helios-setup] Dec 03 22:42:44.459 INFO E| Compiling ansi_term v0.12.1
26102024-12-03T22:42:45.134Z[ helios-setup] Dec 03 22:42:44.545 INFO E| Compiling strsim v0.8.0
26112024-12-03T22:42:45.246Z[ host-package] Compiling lzma-sys v0.1.20
26122024-12-03T22:42:45.364Z[ helios-setup] Dec 03 22:42:44.775 INFO E| Compiling parse_int v0.6.0
26132024-12-03T22:42:45.666Z[ helios-setup] Dec 03 22:42:45.077 INFO E| Compiling unic-common v0.9.0
26142024-12-03T22:42:45.726Z[ helios-setup] Dec 03 22:42:45.137 INFO E| Compiling clap v2.34.0
26152024-12-03T22:42:45.790Z[ helios-setup] Dec 03 22:42:45.201 INFO E| Compiling unic-char-property v0.9.0
26162024-12-03T22:42:46.039Z[ helios-setup] Dec 03 22:42:45.450 INFO E| Compiling unic-ucd-version v0.9.0
26172024-12-03T22:42:46.147Z[ helios-setup] Dec 03 22:42:45.558 INFO E| Compiling plain v0.2.3
26182024-12-03T22:42:46.173Z[ helios-setup] Dec 03 22:42:45.584 INFO E| Compiling log v0.4.22
26192024-12-03T22:42:46.188Z[ helios-setup] Dec 03 22:42:45.598 INFO E| Compiling unic-ucd-ident v0.9.0
26202024-12-03T22:42:46.332Z[ helios-setup] Dec 03 22:42:45.742 INFO E| Compiling bytesize v1.3.0
26212024-12-03T22:42:46.618Z[ host-package] Compiling ena v0.14.3
26222024-12-03T22:42:46.811Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26232024-12-03T22:42:46.884Z[ host-package] Compiling diff v0.1.13
26242024-12-03T22:42:47.491Z[ host-package] Compiling cfg_aliases v0.1.1
26252024-12-03T22:42:47.727Z[ host-package] Compiling regex-syntax v0.6.29
26262024-12-03T22:42:47.884Z[ host-package] Compiling opaque-debug v0.3.1
26272024-12-03T22:42:47.958Z[ helios-setup] Dec 03 22:42:47.368 INFO E| Compiling serde_derive_internals v0.29.1
26282024-12-03T22:42:48.167Z[ host-package] Compiling poly1305 v0.8.0
26292024-12-03T22:42:50.519Z[ host-package] Compiling nix v0.28.0
26302024-12-03T22:42:50.876Z[ helios-setup] Dec 03 22:42:50.286 INFO E| Compiling toml v0.5.11
26312024-12-03T22:42:52.136Z[ host-package] Compiling thiserror-no-std v2.0.2
26322024-12-03T22:42:52.390Z[ host-package] Compiling chrono-tz-build v0.4.0
26332024-12-03T22:42:53.605Z[ helios-setup] Dec 03 22:42:53.015 INFO E| Compiling proc-macro-crate v0.1.5
26342024-12-03T22:42:53.812Z[ helios-setup] Dec 03 22:42:53.222 INFO E| Compiling thiserror-impl v1.0.64
26352024-12-03T22:42:54.489Z[ host-package] Compiling lalrpop v0.19.12
26362024-12-03T22:42:54.689Z[ helios-setup] Dec 03 22:42:54.099 INFO E| Compiling serde_derive v1.0.210
26372024-12-03T22:42:54.958Z[ helios-setup] Dec 03 22:42:54.367 INFO E| Compiling schemars_derive v0.8.21
26382024-12-03T22:42:55.084Z[ helios-setup] Dec 03 22:42:54.493 INFO E| Compiling zerocopy-derive v0.6.6
26392024-12-03T22:42:56.084Z[ helios-setup] Dec 03 22:42:55.493 INFO E| Compiling num-derive v0.4.2
26402024-12-03T22:42:57.238Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26412024-12-03T22:42:59.102Z[ helios-setup] Dec 03 22:42:58.511 INFO E| Compiling zerocopy v0.6.6
26422024-12-03T22:42:59.597Z[ helios-setup] Dec 03 22:42:59.005 INFO E| Compiling pest v2.7.13
26432024-12-03T22:42:59.686Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26442024-12-03T22:43:00.554Z[ host-package] Compiling diesel v2.2.4
26452024-12-03T22:43:00.694Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26462024-12-03T22:43:01.195Z[ helios-setup] Dec 03 22:43:00.603 INFO E| Compiling modular-bitfield-impl v0.11.2
26472024-12-03T22:43:01.195Z[ helios-setup] Dec 03 22:43:00.603 INFO E| Compiling strum_macros v0.23.1
26482024-12-03T22:43:01.195Z[ helios-setup] Dec 03 22:43:00.603 INFO E| Compiling scroll_derive v0.10.5
26492024-12-03T22:43:01.219Z[ host-package] Compiling chacha20 v0.9.1
26502024-12-03T22:43:01.813Z[ helios-setup] Dec 03 22:43:01.222 INFO E| Compiling structopt-derive v0.4.18
26512024-12-03T22:43:02.328Z[ host-package] Compiling heck v0.3.3
26522024-12-03T22:43:03.035Z[ host-package] Compiling aead v0.5.2
26532024-12-03T22:43:03.756Z[ host-package] Compiling vte_generate_state_changes v0.1.2
26542024-12-03T22:43:04.738Z[ helios-setup] Dec 03 22:43:04.146 INFO E| Compiling pest_meta v2.7.13
26552024-12-03T22:43:05.295Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
26562024-12-03T22:43:05.701Z[ helios-setup] Dec 03 22:43:05.109 INFO E| Compiling scroll v0.10.2
26572024-12-03T22:43:06.104Z[ host-package] Compiling ref-cast v1.0.23
26582024-12-03T22:43:06.507Z[ helios-setup] Dec 03 22:43:05.914 INFO E| Compiling modular-bitfield v0.11.2
26592024-12-03T22:43:06.549Z[ helios-setup] Dec 03 22:43:05.957 INFO E| Compiling goblin v0.4.3
26602024-12-03T22:43:07.495Z[ helios-setup] Dec 03 22:43:06.902 INFO E| Compiling structopt v0.3.26
26612024-12-03T22:43:07.567Z[ host-package] Compiling vte v0.11.1
26622024-12-03T22:43:08.129Z[ helios-setup] Dec 03 22:43:07.537 INFO E| Compiling pest_generator v2.7.13
26632024-12-03T22:43:09.831Z[ host-package] Compiling chacha20poly1305 v0.10.1
26642024-12-03T22:43:10.241Z[ host-package] Compiling zone_cfg_derive v0.1.2
26652024-12-03T22:43:10.998Z[ host-package] Compiling chrono-tz v0.10.0
26662024-12-03T22:43:12.349Z[ host-package] Compiling vsss-rs v3.3.4
26672024-12-03T22:43:12.424Z[ helios-setup] Dec 03 22:43:11.831 INFO E| Compiling pest_derive v2.7.13
26682024-12-03T22:43:12.686Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26692024-12-03T22:43:13.356Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
26702024-12-03T22:43:14.523Z[ host-package] Compiling derive_builder_core v0.20.2
26712024-12-03T22:43:17.221Z[ host-package] Compiling fd-lock v4.0.2
26722024-12-03T22:43:17.562Z[ host-package] Compiling headers-core v0.3.0
26732024-12-03T22:43:17.843Z[ host-package] Compiling fxhash v0.2.1
26742024-12-03T22:43:17.891Z[ host-package] Compiling libxml v0.3.3
26752024-12-03T22:43:17.939Z[ helios-setup] Dec 03 22:43:17.345 INFO E| Compiling json5 v0.4.1
26762024-12-03T22:43:18.300Z[ host-package] Compiling ref-cast-impl v1.0.23
26772024-12-03T22:43:18.556Z[ host-package] Compiling base64 v0.13.1
26782024-12-03T22:43:19.705Z[ host-package] Compiling bytecount v0.6.8
26792024-12-03T22:43:20.428Z[ host-package] Compiling papergrid v0.11.0
26802024-12-03T22:43:20.640Z[ host-package] Compiling ron v0.7.1
26812024-12-03T22:43:23.364Z[ helios-setup] Dec 03 22:43:22.769 INFO E| Compiling four-cc v0.3.0
26822024-12-03T22:43:23.364Z[ helios-setup] Dec 03 22:43:22.769 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0)
26832024-12-03T22:43:23.590Z[ helios-setup] Dec 03 22:43:22.995 INFO E| Compiling amd-apcb v0.4.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.3#fc35d39d)
26842024-12-03T22:43:28.465Z[ host-package] Compiling headers v0.4.0
26852024-12-03T22:43:34.894Z[ host-package] Compiling polar-core v0.27.3
26862024-12-03T22:43:37.647Z[ host-package] Compiling derive_builder_macro v0.20.2
26872024-12-03T22:43:37.828Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
26882024-12-03T22:43:38.756Z[ host-package] Compiling zone v0.1.8
26892024-12-03T22:43:42.444Z[ host-package] Compiling xz2 v0.1.7
26902024-12-03T22:43:44.494Z[ host-package] Compiling strip-ansi-escapes v0.2.0
26912024-12-03T22:43:45.376Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26922024-12-03T22:43:49.031Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
26932024-12-03T22:43:49.064Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26942024-12-03T22:43:49.498Z[ host-package] Compiling tabled_derive v0.7.0
26952024-12-03T22:43:50.833Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26962024-12-03T22:43:52.004Z[ host-package] Compiling yasna v0.5.2
26972024-12-03T22:43:52.647Z[ host-package] Compiling peg-macros v0.8.4
26982024-12-03T22:43:55.827Z[ host-package] Compiling strum_macros v0.24.3
26992024-12-03T22:43:56.290Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27002024-12-03T22:43:56.343Z[ host-package] Compiling kstat-rs v0.2.4
27012024-12-03T22:43:56.421Z[ host-package] Compiling samael v0.0.17
27022024-12-03T22:43:57.472Z[ host-package] Compiling sqlparser_derive v0.2.2
27032024-12-03T22:43:57.557Z[ host-package] Compiling unicase v2.7.0
27042024-12-03T22:43:57.955Z[ host-package] Compiling indoc v1.0.9
27052024-12-03T22:43:58.265Z[ host-package] Compiling home v0.5.9
27062024-12-03T22:43:58.700Z[ host-package] Compiling nu-ansi-term v0.50.1
27072024-12-03T22:43:58.766Z[ host-package] Compiling unicode_categories v0.1.1
27082024-12-03T22:43:58.958Z[ host-package] Compiling sqlparser v0.45.0
27092024-12-03T22:43:59.237Z[ host-package] Compiling reedline v0.35.0
27102024-12-03T22:44:00.156Z[ host-package] Compiling sqlformat v0.2.6
27112024-12-03T22:44:07.151Z[ helios-setup] Dec 03 22:44:06.549 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
27122024-12-03T22:44:08.867Z[ host-package] Compiling rustyline v14.0.0
27132024-12-03T22:44:13.239Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27142024-12-03T22:44:13.577Z[ host-package] Compiling peg v0.8.4
27152024-12-03T22:44:13.713Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
27162024-12-03T22:44:15.464Z[ host-package] Compiling rcgen v0.12.1
27172024-12-03T22:44:22.117Z[ helios-setup] Dec 03 22:44:21.513 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
27182024-12-03T22:44:23.968Z[ host-package] Compiling tabled v0.15.0
27192024-12-03T22:44:27.540Z[ host-package] Compiling derive_builder v0.20.2
27202024-12-03T22:44:27.812Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27212024-12-03T22:44:38.075Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27222024-12-03T22:44:41.638Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
27232024-12-03T22:44:42.031Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27242024-12-03T22:44:42.386Z[ host-package] Compiling bcs v0.1.6
27252024-12-03T22:44:43.366Z[ host-package] Compiling oso-derive v0.27.3
27262024-12-03T22:44:44.672Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
27272024-12-03T22:44:46.283Z[ host-package] Compiling libz-sys v1.1.20
27282024-12-03T22:44:47.219Z[ host-package] Compiling quick-xml v0.33.0
27292024-12-03T22:44:53.057Z[ host-package] Compiling subprocess v0.2.9
27302024-12-03T22:44:54.690Z[ host-package] Compiling diesel-dtrace v0.3.0
27312024-12-03T22:44:54.738Z[ host-package] Compiling parking_lot_core v0.8.6
27322024-12-03T22:44:55.506Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27332024-12-03T22:44:59.327Z[ host-package] Compiling oso v0.27.3
27342024-12-03T22:45:10.811Z[ helios-setup] Dec 03 22:45:10.199 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 38s
27352024-12-03T22:45:10.846Z[ helios-setup] Dec 03 22:45:10.234 INFO building project "amd-host-image-builder" ok (189 seconds)
27362024-12-03T22:45:10.846Z[ helios-setup] Dec 03 22:45:10.235 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
27372024-12-03T22:45:10.849Z[ helios-setup] Dec 03 22:45:10.235 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
27382024-12-03T22:45:11.241Z[ helios-setup] Dec 03 22:45:10.629 INFO E| Downloading crates ...
27392024-12-03T22:45:11.371Z[ helios-setup] Dec 03 22:45:10.759 INFO E| Downloaded unicode-width v0.1.10
27402024-12-03T22:45:11.374Z[ helios-setup] Dec 03 22:45:10.762 INFO E| Downloaded anyhow v1.0.62
27412024-12-03T22:45:11.380Z[ helios-setup] Dec 03 22:45:10.768 INFO E| Downloaded cpufeatures v0.2.5
27422024-12-03T22:45:11.408Z[ helios-setup] Dec 03 22:45:10.796 INFO E| Downloaded typenum v1.15.0
27432024-12-03T22:45:11.412Z[ helios-setup] Dec 03 22:45:10.801 INFO E| Downloaded sha2 v0.10.5
27442024-12-03T22:45:11.416Z[ helios-setup] Dec 03 22:45:10.804 INFO E| Downloaded miniz_oxide v0.6.2
27452024-12-03T22:45:11.419Z[ helios-setup] Dec 03 22:45:10.807 INFO E| Downloaded generic-array v0.14.6
27462024-12-03T22:45:11.422Z[ helios-setup] Dec 03 22:45:10.810 INFO E| Downloaded flate2 v1.0.25
27472024-12-03T22:45:11.429Z[ helios-setup] Dec 03 22:45:10.818 INFO E| Downloaded digest v0.10.3
27482024-12-03T22:45:11.432Z[ helios-setup] Dec 03 22:45:10.820 INFO E| Downloaded bytes v1.2.1
27492024-12-03T22:45:11.438Z[ helios-setup] Dec 03 22:45:10.826 INFO E| Downloaded block-buffer v0.10.3
27502024-12-03T22:45:11.507Z[ helios-setup] Dec 03 22:45:10.895 INFO E| Compiling version_check v0.9.4
27512024-12-03T22:45:11.507Z[ helios-setup] Dec 03 22:45:10.895 INFO E| Compiling typenum v1.15.0
27522024-12-03T22:45:11.510Z[ helios-setup] Dec 03 22:45:10.895 INFO E| Compiling crc32fast v1.3.2
27532024-12-03T22:45:11.510Z[ helios-setup] Dec 03 22:45:10.895 INFO E| Compiling cfg-if v1.0.0
27542024-12-03T22:45:11.510Z[ helios-setup] Dec 03 22:45:10.895 INFO E| Compiling adler v1.0.2
27552024-12-03T22:45:11.510Z[ helios-setup] Dec 03 22:45:10.895 INFO E| Compiling anyhow v1.0.62
27562024-12-03T22:45:11.510Z[ helios-setup] Dec 03 22:45:10.895 INFO E| Compiling unicode-width v0.1.10
27572024-12-03T22:45:11.510Z[ helios-setup] Dec 03 22:45:10.895 INFO E| Compiling cpufeatures v0.2.5
27582024-12-03T22:45:11.846Z[ helios-setup] Dec 03 22:45:11.234 INFO E| Compiling bytes v1.2.1
27592024-12-03T22:45:11.859Z[ helios-setup] Dec 03 22:45:11.247 INFO E| Compiling bitflags v1.3.2
27602024-12-03T22:45:12.034Z[ helios-setup] Dec 03 22:45:11.421 INFO E| Compiling getopts v0.2.21
27612024-12-03T22:45:12.121Z[ helios-setup] Dec 03 22:45:11.509 INFO E| Compiling miniz_oxide v0.6.2
27622024-12-03T22:45:13.182Z[ helios-setup] Dec 03 22:45:12.570 INFO E| Compiling generic-array v0.14.6
27632024-12-03T22:45:13.963Z[ helios-setup] Dec 03 22:45:13.351 INFO E| Compiling flate2 v1.0.25
27642024-12-03T22:45:17.963Z[ helios-setup] Dec 03 22:45:17.350 INFO E| Compiling crypto-common v0.1.6
27652024-12-03T22:45:17.966Z[ helios-setup] Dec 03 22:45:17.350 INFO E| Compiling block-buffer v0.10.3
27662024-12-03T22:45:18.254Z[ helios-setup] Dec 03 22:45:17.641 INFO E| Compiling digest v0.10.3
27672024-12-03T22:45:18.686Z[ helios-setup] Dec 03 22:45:18.073 INFO E| Compiling sha2 v0.10.5
27682024-12-03T22:45:19.217Z[ helios-setup] Dec 03 22:45:18.604 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
27692024-12-03T22:45:21.948Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27702024-12-03T22:45:24.412Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27712024-12-03T22:45:24.703Z[ helios-setup] Dec 03 22:45:24.089 INFO E| Finished `release` profile [optimized] target(s) in 13.71s
27722024-12-03T22:45:24.719Z[ helios-setup] Dec 03 22:45:24.105 INFO building project "bootserver" ok (13 seconds)
27732024-12-03T22:45:24.722Z[ helios-setup] Dec 03 22:45:24.105 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
27742024-12-03T22:45:24.722Z[ helios-setup] Dec 03 22:45:24.105 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
27752024-12-03T22:45:25.062Z[ helios-setup] Dec 03 22:45:24.448 INFO E| Downloading crates ...
27762024-12-03T22:45:25.193Z[ helios-setup] Dec 03 22:45:24.579 INFO E| Downloaded miniz_oxide v0.7.2
27772024-12-03T22:45:25.252Z[ helios-setup] Dec 03 22:45:24.638 INFO E| Compiling adler v1.0.2
27782024-12-03T22:45:25.445Z[ helios-setup] Dec 03 22:45:24.831 INFO E| Compiling miniz_oxide v0.7.2
27792024-12-03T22:45:28.247Z[ helios-setup] Dec 03 22:45:27.633 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
27802024-12-03T22:45:29.207Z[ helios-setup] Dec 03 22:45:28.593 INFO E| Finished `release` profile [optimized] target(s) in 4.39s
27812024-12-03T22:45:29.219Z[ helios-setup] Dec 03 22:45:28.604 INFO building project "pinprick" ok (4 seconds)
27822024-12-03T22:45:29.219Z[ helios-setup] Dec 03 22:45:28.604 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
27832024-12-03T22:45:29.219Z[ helios-setup] Dec 03 22:45:28.604 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
27842024-12-03T22:45:29.550Z[ helios-setup] Dec 03 22:45:28.935 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
27852024-12-03T22:45:30.055Z[ helios-setup] Dec 03 22:45:29.440 INFO E| From https://github.com/jclulow/rust-jmclib
27862024-12-03T22:45:30.055Z[ helios-setup] Dec 03 22:45:29.440 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
27872024-12-03T22:45:30.074Z[ helios-setup] Dec 03 22:45:29.460 INFO E| Updating crates.io index
27882024-12-03T22:45:30.289Z[ helios-setup] Dec 03 22:45:29.674 INFO E| Downloading crates ...
27892024-12-03T22:45:30.413Z[ helios-setup] Dec 03 22:45:29.798 INFO E| Downloaded sha-1 v0.9.8
27902024-12-03T22:45:30.448Z[ helios-setup] Dec 03 22:45:29.834 INFO E| Downloaded opaque-debug v0.3.0
27912024-12-03T22:45:30.451Z[ helios-setup] Dec 03 22:45:29.835 INFO E| Downloaded block-buffer v0.9.0
27922024-12-03T22:45:30.451Z[ helios-setup] Dec 03 22:45:29.836 INFO E| Downloaded bitflags v2.3.3
27932024-12-03T22:45:30.454Z[ helios-setup] Dec 03 22:45:29.840 INFO E| Downloaded anyhow v1.0.72
27942024-12-03T22:45:30.461Z[ helios-setup] Dec 03 22:45:29.846 INFO E| Downloaded once_cell v1.18.0
27952024-12-03T22:45:30.464Z[ helios-setup] Dec 03 22:45:29.850 INFO E| Downloaded cpufeatures v0.2.9
27962024-12-03T22:45:30.467Z[ helios-setup] Dec 03 22:45:29.852 INFO E| Downloaded libdevinfo-sys v1.0.0
27972024-12-03T22:45:30.470Z[ helios-setup] Dec 03 22:45:29.853 INFO E| Downloaded errno v0.3.1
27982024-12-03T22:45:30.470Z[ helios-setup] Dec 03 22:45:29.855 INFO E| Downloaded itoa v1.0.9
27992024-12-03T22:45:30.472Z[ helios-setup] Dec 03 22:45:29.856 INFO E| Downloaded md-5 v0.9.1
28002024-12-03T22:45:30.475Z[ helios-setup] Dec 03 22:45:29.858 INFO E| Downloaded fastrand v2.0.0
28012024-12-03T22:45:30.477Z[ helios-setup] Dec 03 22:45:29.861 INFO E| Downloaded tempfile v3.7.0
28022024-12-03T22:45:30.480Z[ helios-setup] Dec 03 22:45:29.864 INFO E| Downloaded quote v1.0.31
28032024-12-03T22:45:30.513Z[ helios-setup] Dec 03 22:45:29.898 INFO E| Downloaded walkdir v2.3.3
28042024-12-03T22:45:30.515Z[ helios-setup] Dec 03 22:45:29.901 INFO E| Downloaded typenum v1.16.0
28052024-12-03T22:45:30.519Z[ helios-setup] Dec 03 22:45:29.904 INFO E| Downloaded serde_derive v1.0.193
28062024-12-03T22:45:30.522Z[ helios-setup] Dec 03 22:45:29.908 INFO E| Downloaded ryu v1.0.15
28072024-12-03T22:45:30.526Z[ helios-setup] Dec 03 22:45:29.912 INFO E| Downloaded proc-macro2 v1.0.66
28082024-12-03T22:45:30.530Z[ helios-setup] Dec 03 22:45:29.915 INFO E| Downloaded getrandom v0.2.10
28092024-12-03T22:45:30.535Z[ helios-setup] Dec 03 22:45:29.920 INFO E| Downloaded serde v1.0.193
28102024-12-03T22:45:30.540Z[ helios-setup] Dec 03 22:45:29.925 INFO E| Downloaded uuid v0.8.2
28112024-12-03T22:45:30.552Z[ helios-setup] Dec 03 22:45:29.937 INFO E| Downloaded unicode-ident v1.0.11
28122024-12-03T22:45:30.556Z[ helios-setup] Dec 03 22:45:29.941 INFO E| Downloaded digest v0.9.0
28132024-12-03T22:45:30.568Z[ helios-setup] Dec 03 22:45:29.943 INFO E| Downloaded serde_json v1.0.103
28142024-12-03T22:45:30.604Z[ helios-setup] Dec 03 22:45:29.989 INFO E| Downloaded syn v2.0.32
28152024-12-03T22:45:30.625Z[ helios-setup] Dec 03 22:45:30.010 INFO E| Downloaded rustix v0.38.4
28162024-12-03T22:45:30.639Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28172024-12-03T22:45:30.713Z[ helios-setup] Dec 03 22:45:30.099 INFO E| Downloaded libc v0.2.147
28182024-12-03T22:45:30.841Z[ helios-setup] Dec 03 22:45:30.227 INFO E| Compiling libc v0.2.147
28192024-12-03T22:45:30.841Z[ helios-setup] Dec 03 22:45:30.227 INFO E| Compiling proc-macro2 v1.0.66
28202024-12-03T22:45:30.844Z[ helios-setup] Dec 03 22:45:30.227 INFO E| Compiling cfg-if v1.0.0
28212024-12-03T22:45:30.844Z[ helios-setup] Dec 03 22:45:30.227 INFO E| Compiling unicode-ident v1.0.11
28222024-12-03T22:45:30.844Z[ helios-setup] Dec 03 22:45:30.227 INFO E| Compiling version_check v0.9.4
28232024-12-03T22:45:30.844Z[ helios-setup] Dec 03 22:45:30.227 INFO E| Compiling typenum v1.16.0
28242024-12-03T22:45:30.844Z[ helios-setup] Dec 03 22:45:30.227 INFO E| Compiling serde v1.0.193
28252024-12-03T22:45:30.844Z[ helios-setup] Dec 03 22:45:30.227 INFO E| Compiling rustix v0.38.4
28262024-12-03T22:45:31.762Z[ helios-setup] Dec 03 22:45:31.147 INFO E| Compiling powerfmt v0.2.0
28272024-12-03T22:45:31.906Z[ helios-setup] Dec 03 22:45:31.291 INFO E| Compiling time-core v0.1.2
28282024-12-03T22:45:32.586Z[ helios-setup] Dec 03 22:45:31.969 INFO E| Compiling slog v2.7.0
28292024-12-03T22:45:32.714Z[ helios-setup] Dec 03 22:45:32.098 INFO E| Compiling itoa v1.0.9
28302024-12-03T22:45:32.828Z[ helios-setup] Dec 03 22:45:32.212 INFO E| Compiling num-conv v0.1.0
28312024-12-03T22:45:33.262Z[ helios-setup] Dec 03 22:45:32.316 INFO E| Compiling generic-array v0.14.7
28322024-12-03T22:45:33.266Z[ helios-setup] Dec 03 22:45:32.461 INFO E| Compiling deranged v0.3.11
28332024-12-03T22:45:33.578Z[ helios-setup] Dec 03 22:45:32.963 INFO E| Compiling time-macros v0.2.18
28342024-12-03T22:45:33.697Z[ helios-setup] Dec 03 22:45:33.081 INFO E| Compiling quote v1.0.31
28352024-12-03T22:45:33.872Z[ helios-setup] Dec 03 22:45:33.256 INFO E| Compiling num_threads v0.1.6
28362024-12-03T22:45:34.041Z[ helios-setup] Dec 03 22:45:33.426 INFO E| Compiling once_cell v1.18.0
28372024-12-03T22:45:34.300Z[ helios-setup] Dec 03 22:45:33.685 INFO E| Compiling bitflags v2.3.3
28382024-12-03T22:45:34.902Z[ helios-setup] Dec 03 22:45:34.285 INFO E| Compiling syn v2.0.32
28392024-12-03T22:45:34.984Z[ helios-setup] Dec 03 22:45:34.369 INFO E| Compiling dirs-sys-next v0.1.2
28402024-12-03T22:45:35.065Z[ helios-setup] Dec 03 22:45:34.450 INFO E| Compiling errno v0.3.1
28412024-12-03T22:45:35.127Z[ helios-setup] Dec 03 22:45:34.511 INFO E| Compiling atty v0.2.14
28422024-12-03T22:45:35.497Z[ helios-setup] Dec 03 22:45:34.881 INFO E| Compiling dirs-next v2.0.0
28432024-12-03T22:45:35.635Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28442024-12-03T22:45:35.637Z[ host-package] Compiling bb8 v0.8.5
28452024-12-03T22:45:35.719Z[ helios-setup] Dec 03 22:45:35.103 INFO E| Compiling term v0.7.0
28462024-12-03T22:45:35.868Z[ helios-setup] Dec 03 22:45:35.253 INFO E| Compiling thread_local v1.1.7
28472024-12-03T22:45:36.911Z[ host-package] Compiling async-bb8-diesel v0.2.1
28482024-12-03T22:45:37.086Z[ helios-setup] Dec 03 22:45:36.470 INFO E| Compiling serde_json v1.0.103
28492024-12-03T22:45:37.284Z[ helios-setup] Dec 03 22:45:36.668 INFO E| Compiling anyhow v1.0.72
28502024-12-03T22:45:38.340Z[ helios-setup] Dec 03 22:45:37.724 INFO E| Compiling block-buffer v0.9.0
28512024-12-03T22:45:38.346Z[ helios-setup] Dec 03 22:45:37.730 INFO E| Compiling digest v0.9.0
28522024-12-03T22:45:38.418Z[ helios-setup] Dec 03 22:45:37.802 INFO E| Compiling fastrand v2.0.0
28532024-12-03T22:45:38.568Z[ helios-setup] Dec 03 22:45:37.952 INFO E| Compiling opaque-debug v0.3.0
28542024-12-03T22:45:38.771Z[ helios-setup] Dec 03 22:45:38.155 INFO E| Compiling getrandom v0.2.10
28552024-12-03T22:45:38.827Z[ helios-setup] Dec 03 22:45:38.211 INFO E| Compiling ryu v1.0.15
28562024-12-03T22:45:39.057Z[ helios-setup] Dec 03 22:45:38.440 INFO E| Compiling time v0.3.36
28572024-12-03T22:45:39.282Z[ helios-setup] Dec 03 22:45:38.666 INFO E| Compiling tempfile v3.7.0
28582024-12-03T22:45:39.483Z[ helios-setup] Dec 03 22:45:38.867 INFO E| Compiling cpufeatures v0.2.9
28592024-12-03T22:45:39.493Z[ helios-setup] Dec 03 22:45:38.877 INFO E| Compiling unicode-width v0.1.10
28602024-12-03T22:45:39.613Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
28612024-12-03T22:45:39.631Z[ helios-setup] Dec 03 22:45:39.015 INFO E| Compiling same-file v1.0.6
28622024-12-03T22:45:39.718Z[ host-package] Compiling atty v0.2.14
28632024-12-03T22:45:39.720Z[ helios-setup] Dec 03 22:45:39.102 INFO E| Compiling getopts v0.2.21
28642024-12-03T22:45:39.753Z[ helios-setup] Dec 03 22:45:39.137 INFO E| Compiling sha-1 v0.9.8
28652024-12-03T22:45:40.238Z[ host-package] Compiling salty v0.3.0
28662024-12-03T22:45:40.305Z[ helios-setup] Dec 03 22:45:39.689 INFO E| Compiling walkdir v2.3.3
28672024-12-03T22:45:40.715Z[ helios-setup] Dec 03 22:45:40.098 INFO E| Compiling md-5 v0.9.1
28682024-12-03T22:45:40.831Z[ helios-setup] Dec 03 22:45:40.214 INFO E| Compiling glob v0.3.1
28692024-12-03T22:45:41.265Z[ helios-setup] Dec 03 22:45:40.649 INFO E| Compiling libdevinfo-sys v1.0.0
28702024-12-03T22:45:42.238Z[ host-package] Compiling parking_lot v0.11.2
28712024-12-03T22:45:42.756Z[ helios-setup] Dec 03 22:45:42.139 INFO E| Compiling slog-term v2.9.0
28722024-12-03T22:45:43.848Z[ helios-setup] Dec 03 22:45:43.231 INFO E| Compiling serde_derive v1.0.193
28732024-12-03T22:45:45.374Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
28742024-12-03T22:45:48.430Z[ host-package] Compiling sled v0.34.7
28752024-12-03T22:45:49.074Z[ host-package] Compiling mime_guess v2.0.5
28762024-12-03T22:45:52.793Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28772024-12-03T22:45:53.021Z[ host-package] Compiling hickory-client v0.24.1
28782024-12-03T22:45:55.371Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28792024-12-03T22:45:57.023Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28802024-12-03T22:45:57.705Z[ helios-setup] Dec 03 22:45:57.086 INFO E| Compiling toml v0.5.11
28812024-12-03T22:45:57.705Z[ helios-setup] Dec 03 22:45:57.086 INFO E| Compiling uuid v0.8.2
28822024-12-03T22:45:58.865Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28832024-12-03T22:45:59.989Z[ helios-setup] Dec 03 22:45:59.369 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
28842024-12-03T22:46:02.358Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28852024-12-03T22:46:03.323Z[ helios-setup] Dec 03 22:46:02.703 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
28862024-12-03T22:46:04.138Z[ host-package] Compiling hickory-server v0.24.1
28872024-12-03T22:46:15.037Z[ helios-setup] Dec 03 22:46:14.415 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.71s
28882024-12-03T22:46:15.071Z[ helios-setup] Dec 03 22:46:14.449 INFO building project "image-builder" ok (45 seconds)
28892024-12-03T22:46:15.071Z[ helios-setup] Dec 03 22:46:14.449 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
28902024-12-03T22:46:15.073Z[ helios-setup] Dec 03 22:46:14.449 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
28912024-12-03T22:46:15.393Z[ helios-setup] Dec 03 22:46:14.771 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
28922024-12-03T22:46:16.471Z[ helios-setup] Dec 03 22:46:15.849 INFO E| From https://github.com/oxidecomputer/progenitor
28932024-12-03T22:46:16.471Z[ helios-setup] Dec 03 22:46:15.849 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
28942024-12-03T22:46:16.506Z[ helios-setup] Dec 03 22:46:15.884 INFO E| * [new tag] v0.1.1 -> v0.1.1
28952024-12-03T22:46:16.506Z[ helios-setup] Dec 03 22:46:15.884 INFO E| * [new tag] v0.2.0 -> v0.2.0
28962024-12-03T22:46:16.629Z[ helios-setup] Dec 03 22:46:16.007 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
28972024-12-03T22:46:17.200Z[ helios-setup] Dec 03 22:46:16.578 INFO E| From https://github.com/jclulow/hiercmd
28982024-12-03T22:46:17.200Z[ helios-setup] Dec 03 22:46:16.578 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
28992024-12-03T22:46:17.222Z[ helios-setup] Dec 03 22:46:16.600 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
29002024-12-03T22:46:17.836Z[ helios-setup] Dec 03 22:46:17.213 INFO E| From https://github.com/jclulow/network-interface
29012024-12-03T22:46:17.836Z[ helios-setup] Dec 03 22:46:17.213 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
29022024-12-03T22:46:17.856Z[ helios-setup] Dec 03 22:46:17.234 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
29032024-12-03T22:46:18.155Z[ host-package] Compiling primeorder v0.13.6
29042024-12-03T22:46:18.342Z[ helios-setup] Dec 03 22:46:17.720 INFO E| From https://github.com/oxidecomputer/boot-image-tools
29052024-12-03T22:46:18.342Z[ helios-setup] Dec 03 22:46:17.720 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
29062024-12-03T22:46:18.376Z[ helios-setup] Dec 03 22:46:17.753 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
29072024-12-03T22:46:18.779Z[ host-package] Compiling vergen v8.3.2
29082024-12-03T22:46:19.114Z[ host-package] Compiling env_filter v0.1.2
29092024-12-03T22:46:19.162Z[ helios-setup] Dec 03 22:46:18.540 INFO E| From https://github.com/oxidecomputer/facade
29102024-12-03T22:46:19.162Z[ helios-setup] Dec 03 22:46:18.540 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
29112024-12-03T22:46:19.207Z[ helios-setup] Dec 03 22:46:18.584 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
29122024-12-03T22:46:19.919Z[ helios-setup] Dec 03 22:46:19.296 INFO E| From https://github.com/oxidecomputer/dropshot
29132024-12-03T22:46:19.919Z[ helios-setup] Dec 03 22:46:19.296 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
29142024-12-03T22:46:19.956Z[ helios-setup] Dec 03 22:46:19.334 INFO E| * [new tag] v0.3.0 -> v0.3.0
29152024-12-03T22:46:19.956Z[ helios-setup] Dec 03 22:46:19.334 INFO E| * [new tag] v0.4.0 -> v0.4.0
29162024-12-03T22:46:19.959Z[ helios-setup] Dec 03 22:46:19.334 INFO E| * [new tag] v0.5.0 -> v0.5.0
29172024-12-03T22:46:19.959Z[ helios-setup] Dec 03 22:46:19.334 INFO E| * [new tag] v0.5.1 -> v0.5.1
29182024-12-03T22:46:19.960Z[ helios-setup] Dec 03 22:46:19.334 INFO E| * [new tag] v0.6.0 -> v0.6.0
29192024-12-03T22:46:19.960Z[ helios-setup] Dec 03 22:46:19.335 INFO E| * [new tag] v0.7.0 -> v0.7.0
29202024-12-03T22:46:19.960Z[ helios-setup] Dec 03 22:46:19.335 INFO E| * [new tag] v0.8.0 -> v0.8.0
29212024-12-03T22:46:19.960Z[ helios-setup] Dec 03 22:46:19.335 INFO E| * [new tag] v0.9.0 -> v0.9.0
29222024-12-03T22:46:20.006Z[ helios-setup] Dec 03 22:46:19.384 INFO E| Updating crates.io index
29232024-12-03T22:46:20.202Z[ helios-setup] Dec 03 22:46:19.580 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
29242024-12-03T22:46:20.613Z[ host-package] Compiling cargo-platform v0.1.8
29252024-12-03T22:46:20.908Z[ host-package] Compiling nanorand v0.7.0
29262024-12-03T22:46:20.933Z[ helios-setup] Dec 03 22:46:20.310 INFO E| From https://github.com/oxidecomputer/typify
29272024-12-03T22:46:20.933Z[ helios-setup] Dec 03 22:46:20.310 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
29282024-12-03T22:46:20.967Z[ helios-setup] Dec 03 22:46:20.345 INFO E| * [new tag] v0.0.10 -> v0.0.10
29292024-12-03T22:46:20.967Z[ helios-setup] Dec 03 22:46:20.345 INFO E| * [new tag] v0.0.11 -> v0.0.11
29302024-12-03T22:46:20.971Z[ helios-setup] Dec 03 22:46:20.345 INFO E| * [new tag] v0.0.4 -> v0.0.4
29312024-12-03T22:46:20.971Z[ helios-setup] Dec 03 22:46:20.345 INFO E| * [new tag] v0.0.5 -> v0.0.5
29322024-12-03T22:46:20.971Z[ helios-setup] Dec 03 22:46:20.345 INFO E| * [new tag] v0.0.7 -> v0.0.7
29332024-12-03T22:46:20.971Z[ helios-setup] Dec 03 22:46:20.345 INFO E| * [new tag] v0.0.8 -> v0.0.8
29342024-12-03T22:46:20.971Z[ helios-setup] Dec 03 22:46:20.345 INFO E| * [new tag] v0.0.9 -> v0.0.9
29352024-12-03T22:46:21.220Z[ host-package] Compiling memoffset v0.9.1
29362024-12-03T22:46:21.286Z[ helios-setup] Dec 03 22:46:20.663 INFO E| Downloading crates ...
29372024-12-03T22:46:21.416Z[ helios-setup] Dec 03 22:46:20.793 INFO E| Downloaded anyhow v1.0.68
29382024-12-03T22:46:21.424Z[ helios-setup] Dec 03 22:46:20.802 INFO E| Downloaded bincode v1.3.3
29392024-12-03T22:46:21.429Z[ helios-setup] Dec 03 22:46:20.806 INFO E| Downloaded anstyle-parse v0.1.1
29402024-12-03T22:46:21.432Z[ helios-setup] Dec 03 22:46:20.810 INFO E| Downloaded built v0.6.0
29412024-12-03T22:46:21.435Z[ helios-setup] Dec 03 22:46:20.813 INFO E| Downloaded anstyle v0.3.5
29422024-12-03T22:46:21.439Z[ helios-setup] Dec 03 22:46:20.816 INFO E| Downloaded autocfg v1.1.0
29432024-12-03T22:46:21.443Z[ helios-setup] Dec 03 22:46:20.820 INFO E| Downloaded ahash v0.8.3
29442024-12-03T22:46:21.447Z[ helios-setup] Dec 03 22:46:20.825 INFO E| Downloaded aho-corasick v0.7.20
29452024-12-03T22:46:21.455Z[ helios-setup] Dec 03 22:46:20.832 INFO E| Downloaded rustls-webpki v0.100.1
29462024-12-03T22:46:21.467Z[ helios-setup] Dec 03 22:46:20.845 INFO E| Downloaded semver v0.11.0
29472024-12-03T22:46:21.471Z[ helios-setup] Dec 03 22:46:20.849 INFO E| Downloaded sct v0.7.0
29482024-12-03T22:46:21.479Z[ helios-setup] Dec 03 22:46:20.856 INFO E| Downloaded futures v0.3.28
29492024-12-03T22:46:21.505Z[ helios-setup] Dec 03 22:46:20.870 INFO E| Downloaded strsim v0.10.0
29502024-12-03T22:46:21.505Z[ helios-setup] Dec 03 22:46:20.874 INFO E| Downloaded tower-service v0.3.2
29512024-12-03T22:46:21.505Z[ helios-setup] Dec 03 22:46:20.877 INFO E| Downloaded futures-sink v0.3.28
29522024-12-03T22:46:21.508Z[ helios-setup] Dec 03 22:46:20.879 INFO E| Downloaded form_urlencoded v1.1.0
29532024-12-03T22:46:21.508Z[ helios-setup] Dec 03 22:46:20.880 INFO E| Downloaded crossbeam-utils v0.8.14
29542024-12-03T22:46:21.517Z[ helios-setup] Dec 03 22:46:20.888 INFO E| Downloaded try-lock v0.2.4
29552024-12-03T22:46:21.517Z[ helios-setup] Dec 03 22:46:20.890 INFO E| Downloaded serde_derive_internals v0.26.0
29562024-12-03T22:46:21.530Z[ helios-setup] Dec 03 22:46:20.905 INFO E| Downloaded want v0.3.0
29572024-12-03T22:46:21.536Z[ helios-setup] Dec 03 22:46:20.908 INFO E| Downloaded project-root v0.2.2
29582024-12-03T22:46:21.536Z[ helios-setup] Dec 03 22:46:20.909 INFO E| Downloaded byteorder v1.4.3
29592024-12-03T22:46:21.539Z[ helios-setup] Dec 03 22:46:20.911 INFO E| Downloaded slog-bunyan v2.4.0
29602024-12-03T22:46:21.539Z[ helios-setup] Dec 03 22:46:20.913 INFO E| Downloaded httpdate v1.0.2
29612024-12-03T22:46:21.539Z[ helios-setup] Dec 03 22:46:20.914 INFO E| Downloaded thiserror-impl v1.0.38
29622024-12-03T22:46:21.542Z[ helios-setup] Dec 03 22:46:20.917 INFO E| Downloaded signal-hook-registry v1.4.0
29632024-12-03T22:46:21.542Z[ helios-setup] Dec 03 22:46:20.918 INFO E| Downloaded num_enum_derive v0.5.7
29642024-12-03T22:46:21.544Z[ helios-setup] Dec 03 22:46:20.920 INFO E| Downloaded num_enum v0.5.7
29652024-12-03T22:46:21.548Z[ helios-setup] Dec 03 22:46:20.926 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
29662024-12-03T22:46:21.552Z[ helios-setup] Dec 03 22:46:20.929 INFO E| Downloaded toml_datetime v0.6.1
29672024-12-03T22:46:21.554Z[ helios-setup] Dec 03 22:46:20.931 INFO E| Downloaded serde_derive v1.0.204
29682024-12-03T22:46:21.558Z[ helios-setup] Dec 03 22:46:20.935 INFO E| Downloaded smartstring v1.0.1
29692024-12-03T22:46:21.567Z[ helios-setup] Dec 03 22:46:20.939 INFO E| Downloaded proc-macro-crate v1.2.1
29702024-12-03T22:46:21.567Z[ helios-setup] Dec 03 22:46:20.940 INFO E| Downloaded pkg-config v0.3.26
29712024-12-03T22:46:21.567Z[ helios-setup] Dec 03 22:46:20.943 INFO E| Downloaded percent-encoding v2.2.0
29722024-12-03T22:46:21.578Z[ helios-setup] Dec 03 22:46:20.945 INFO E| Downloaded log v0.4.17
29732024-12-03T22:46:21.578Z[ helios-setup] Dec 03 22:46:20.951 INFO E| Downloaded iana-time-zone v0.1.56
29742024-12-03T22:46:21.582Z[ helios-setup] Dec 03 22:46:20.956 INFO E| Downloaded utf8parse v0.2.1
29752024-12-03T22:46:21.582Z[ helios-setup] Dec 03 22:46:20.958 INFO E| Downloaded tokio-rustls v0.24.0
29762024-12-03T22:46:21.584Z[ helios-setup] Dec 03 22:46:20.961 INFO E| Downloaded tempfile v3.5.0
29772024-12-03T22:46:21.589Z[ helios-setup] Dec 03 22:46:20.966 INFO E| Downloaded time v0.1.45
29782024-12-03T22:46:21.592Z[ helios-setup] Dec 03 22:46:20.970 INFO E| Downloaded socket2 v0.4.9
29792024-12-03T22:46:21.596Z[ helios-setup] Dec 03 22:46:20.974 INFO E| Downloaded pin-project-lite v0.2.9
29802024-12-03T22:46:21.604Z[ helios-setup] Dec 03 22:46:20.981 INFO E| Downloaded quote v1.0.36
29812024-12-03T22:46:21.618Z[ helios-setup] Dec 03 22:46:20.986 INFO E| Downloaded smallvec v1.10.0
29822024-12-03T22:46:21.618Z[ helios-setup] Dec 03 22:46:20.991 INFO E| Downloaded toml v0.7.3
29832024-12-03T22:46:21.621Z[ helios-setup] Dec 03 22:46:20.999 INFO E| Downloaded tokio-tungstenite v0.18.0
29842024-12-03T22:46:21.628Z[ helios-setup] Dec 03 22:46:21.005 INFO E| Downloaded uuid v1.3.0
29852024-12-03T22:46:21.638Z[ helios-setup] Dec 03 22:46:21.013 INFO E| Downloaded url v2.3.1
29862024-12-03T22:46:21.641Z[ helios-setup] Dec 03 22:46:21.018 INFO E| Downloaded unsafe-libyaml v0.2.8
29872024-12-03T22:46:21.645Z[ host-package] Compiling flume v0.11.1
29882024-12-03T22:46:21.653Z[ helios-setup] Dec 03 22:46:21.024 INFO E| Downloaded memchr v2.5.0
29892024-12-03T22:46:21.656Z[ helios-setup] Dec 03 22:46:21.031 INFO E| Downloaded unicode-linebreak v0.1.4
29902024-12-03T22:46:21.658Z[ helios-setup] Dec 03 22:46:21.035 INFO E| Downloaded rayon-core v1.10.2
29912024-12-03T22:46:21.664Z[ helios-setup] Dec 03 22:46:21.042 INFO E| Downloaded toml_edit v0.19.8
29922024-12-03T22:46:21.694Z[ helios-setup] Dec 03 22:46:21.071 INFO E| Downloaded unicode-normalization v0.1.22
29932024-12-03T22:46:21.701Z[ helios-setup] Dec 03 22:46:21.078 INFO E| Downloaded serde_json v1.0.95
29942024-12-03T22:46:21.714Z[ helios-setup] Dec 03 22:46:21.091 INFO E| Downloaded winnow v0.4.1
29952024-12-03T22:46:21.727Z[ helios-setup] Dec 03 22:46:21.105 INFO E| Downloaded pest v2.5.7
29962024-12-03T22:46:21.735Z[ helios-setup] Dec 03 22:46:21.112 INFO E| Downloaded h2 v0.3.16
29972024-12-03T22:46:21.746Z[ helios-setup] Dec 03 22:46:21.123 INFO E| Downloaded tokio-util v0.7.7
29982024-12-03T22:46:21.756Z[ helios-setup] Dec 03 22:46:21.133 INFO E| Downloaded http v0.2.9
29992024-12-03T22:46:21.762Z[ helios-setup] Dec 03 22:46:21.140 INFO E| Downloaded clap_builder v4.2.1
30002024-12-03T22:46:21.774Z[ helios-setup] Dec 03 22:46:21.151 INFO E| Downloaded syn v1.0.107
30012024-12-03T22:46:21.793Z[ helios-setup] Dec 03 22:46:21.170 INFO E| Downloaded syn v2.0.72
30022024-12-03T22:46:21.813Z[ helios-setup] Dec 03 22:46:21.191 INFO E| Downloaded hyper v0.14.25
30032024-12-03T22:46:21.826Z[ helios-setup] Dec 03 22:46:21.203 INFO E| Downloaded git2 v0.16.1
30042024-12-03T22:46:21.840Z[ helios-setup] Dec 03 22:46:21.217 INFO E| Downloaded futures-util v0.3.28
30052024-12-03T22:46:21.845Z[ host-package] Compiling cargo_metadata v0.18.1
30062024-12-03T22:46:21.917Z[ helios-setup] Dec 03 22:46:21.295 INFO E| Downloaded regress v0.5.0
30072024-12-03T22:46:21.927Z[ helios-setup] Dec 03 22:46:21.304 INFO E| Downloaded regex v1.7.3
30082024-12-03T22:46:21.938Z[ helios-setup] Dec 03 22:46:21.316 INFO E| Downloaded rayon v1.6.1
30092024-12-03T22:46:21.953Z[ helios-setup] Dec 03 22:46:21.330 INFO E| Downloaded rustls v0.21.0
30102024-12-03T22:46:21.970Z[ helios-setup] Dec 03 22:46:21.347 INFO E| Downloaded mio v0.8.5
30112024-12-03T22:46:21.982Z[ helios-setup] Dec 03 22:46:21.359 INFO E| Downloaded chrono v0.4.24
30122024-12-03T22:46:21.993Z[ helios-setup] Dec 03 22:46:21.370 INFO E| Downloaded rustix v0.37.3
30132024-12-03T22:46:22.023Z[ helios-setup] Dec 03 22:46:21.400 INFO E| Downloaded rhai v1.14.0
30142024-12-03T22:46:22.042Z[ helios-setup] Dec 03 22:46:21.420 INFO E| Downloaded openapiv3 v1.0.2
30152024-12-03T22:46:22.059Z[ helios-setup] Dec 03 22:46:21.437 INFO E| Downloaded reqwest v0.11.16
30162024-12-03T22:46:22.071Z[ helios-setup] Dec 03 22:46:21.449 INFO E| Downloaded tracing v0.1.37
30172024-12-03T22:46:22.078Z[ helios-setup] Dec 03 22:46:21.455 INFO E| Downloaded tracing-core v0.1.30
30182024-12-03T22:46:22.082Z[ helios-setup] Dec 03 22:46:21.460 INFO E| Downloaded unicode-ident v1.0.8
30192024-12-03T22:46:22.086Z[ helios-setup] Dec 03 22:46:21.464 INFO E| Downloaded unicode-bidi v0.3.13
30202024-12-03T22:46:22.091Z[ helios-setup] Dec 03 22:46:21.468 INFO E| Downloaded ucd-trie v0.1.5
30212024-12-03T22:46:22.093Z[ helios-setup] Dec 03 22:46:21.471 INFO E| Downloaded tungstenite v0.18.0
30222024-12-03T22:46:22.098Z[ helios-setup] Dec 03 22:46:21.475 INFO E| Downloaded tinyvec v1.6.0
30232024-12-03T22:46:22.103Z[ helios-setup] Dec 03 22:46:21.480 INFO E| Downloaded serde v1.0.204
30242024-12-03T22:46:22.108Z[ helios-setup] Dec 03 22:46:21.485 INFO E| Downloaded rhai_codegen v1.5.0
30252024-12-03T22:46:22.121Z[ helios-setup] Dec 03 22:46:21.498 INFO E| Downloaded textwrap v0.16.0
30262024-12-03T22:46:22.125Z[ helios-setup] Dec 03 22:46:21.503 INFO E| Downloaded parking_lot_core v0.9.6
30272024-12-03T22:46:22.128Z[ helios-setup] Dec 03 22:46:21.506 INFO E| Downloaded parking_lot v0.12.1
30282024-12-03T22:46:22.132Z[ helios-setup] Dec 03 22:46:21.509 INFO E| Downloaded num-traits v0.2.15
30292024-12-03T22:46:22.141Z[ helios-setup] Dec 03 22:46:21.518 INFO E| Downloaded serde_yaml v0.9.21
30302024-12-03T22:46:22.146Z[ helios-setup] Dec 03 22:46:21.524 INFO E| Downloaded once_cell v1.17.0
30312024-12-03T22:46:22.150Z[ helios-setup] Dec 03 22:46:21.527 INFO E| Downloaded tokio v1.27.0
30322024-12-03T22:46:22.199Z[ helios-setup] Dec 03 22:46:21.576 INFO E| Downloaded lock_api v0.4.9
30332024-12-03T22:46:22.202Z[ helios-setup] Dec 03 22:46:21.578 INFO E| Downloaded semver-parser v0.10.2
30342024-12-03T22:46:22.205Z[ helios-setup] Dec 03 22:46:21.581 INFO E| Downloaded libc v0.2.139
30352024-12-03T22:46:22.238Z[ helios-setup] Dec 03 22:46:21.615 INFO E| Downloaded rustfmt-wrapper v0.2.0
30362024-12-03T22:46:22.241Z[ helios-setup] Dec 03 22:46:21.617 INFO E| Downloaded ppv-lite86 v0.2.17
30372024-12-03T22:46:22.244Z[ helios-setup] Dec 03 22:46:21.619 INFO E| Downloaded paste v1.0.12
30382024-12-03T22:46:22.246Z[ helios-setup] Dec 03 22:46:21.623 INFO E| Downloaded itoa v1.0.6
30392024-12-03T22:46:22.249Z[ helios-setup] Dec 03 22:46:21.626 INFO E| Downloaded ipnet v2.7.2
30402024-12-03T22:46:22.252Z[ helios-setup] Dec 03 22:46:21.629 INFO E| Downloaded io-lifetimes v1.0.10
30412024-12-03T22:46:22.256Z[ helios-setup] Dec 03 22:46:21.633 INFO E| Downloaded is-terminal v0.4.7
30422024-12-03T22:46:22.258Z[ helios-setup] Dec 03 22:46:21.635 INFO E| Downloaded httparse v1.8.0
30432024-12-03T22:46:22.261Z[ helios-setup] Dec 03 22:46:21.638 INFO E| Downloaded tokio-macros v2.0.0
30442024-12-03T22:46:22.263Z[ helios-setup] Dec 03 22:46:21.639 INFO E| Downloaded num_cpus v1.15.0
30452024-12-03T22:46:22.266Z[ helios-setup] Dec 03 22:46:21.643 INFO E| Downloaded num-integer v0.1.45
30462024-12-03T22:46:22.273Z[ helios-setup] Dec 03 22:46:21.650 INFO E| Downloaded memoffset v0.7.1
30472024-12-03T22:46:22.275Z[ helios-setup] Dec 03 22:46:21.652 INFO E| Downloaded lazy_static v1.4.0
30482024-12-03T22:46:22.277Z[ helios-setup] Dec 03 22:46:21.654 INFO E| Downloaded jobserver v0.1.26
30492024-12-03T22:46:22.280Z[ helios-setup] Dec 03 22:46:21.658 INFO E| Downloaded home v0.5.4
30502024-12-03T22:46:22.283Z[ helios-setup] Dec 03 22:46:21.659 INFO E| Downloaded futures-io v0.3.28
30512024-12-03T22:46:22.286Z[ helios-setup] Dec 03 22:46:21.661 INFO E| Downloaded either v1.8.0
30522024-12-03T22:46:22.286Z[ helios-setup] Dec 03 22:46:21.663 INFO E| Downloaded concolor-query v0.3.3
30532024-12-03T22:46:22.288Z[ helios-setup] Dec 03 22:46:21.665 INFO E| Downloaded thiserror v1.0.38
30542024-12-03T22:46:22.294Z[ helios-setup] Dec 03 22:46:21.671 INFO E| Downloaded terminal_size v0.2.6
30552024-12-03T22:46:22.297Z[ helios-setup] Dec 03 22:46:21.673 INFO E| Downloaded smawk v0.3.1
30562024-12-03T22:46:22.299Z[ helios-setup] Dec 03 22:46:21.675 INFO E| Downloaded slog-async v2.7.0
30572024-12-03T22:46:22.301Z[ helios-setup] Dec 03 22:46:21.677 INFO E| Downloaded slab v0.4.7
30582024-12-03T22:46:22.303Z[ helios-setup] Dec 03 22:46:21.679 INFO E| Downloaded sha2 v0.10.6
30592024-12-03T22:46:22.305Z[ helios-setup] Dec 03 22:46:21.682 INFO E| Downloaded serde_spanned v0.6.1
30602024-12-03T22:46:22.308Z[ helios-setup] Dec 03 22:46:21.684 INFO E| Downloaded serde_path_to_error v0.1.11
30612024-12-03T22:46:22.311Z[ helios-setup] Dec 03 22:46:21.686 INFO E| Downloaded clap_lex v0.4.1
30622024-12-03T22:46:22.311Z[ helios-setup] Dec 03 22:46:21.687 INFO E| Downloaded http-body v0.4.5
30632024-12-03T22:46:22.314Z[ helios-setup] Dec 03 22:46:21.690 INFO E| Downloaded fastrand v1.9.0
30642024-12-03T22:46:22.314Z[ helios-setup] Dec 03 22:46:21.691 INFO E| Downloaded const-random v0.1.15
30652024-12-03T22:46:22.316Z[ helios-setup] Dec 03 22:46:21.693 INFO E| Downloaded toolchain_find v0.2.0
30662024-12-03T22:46:22.319Z[ helios-setup] Dec 03 22:46:21.694 INFO E| Downloaded sha1 v0.10.5
30672024-12-03T22:46:22.319Z[ helios-setup] Dec 03 22:46:21.696 INFO E| Downloaded crossbeam-epoch v0.9.13
30682024-12-03T22:46:22.322Z[ helios-setup] Dec 03 22:46:21.700 INFO E| Downloaded cc v1.0.78
30692024-12-03T22:46:22.326Z[ helios-setup] Dec 03 22:46:21.703 INFO E| Downloaded bytes v1.4.0
30702024-12-03T22:46:22.332Z[ helios-setup] Dec 03 22:46:21.709 INFO E| Downloaded serde_tokenstream v0.2.0
30712024-12-03T22:46:22.343Z[ helios-setup] Dec 03 22:46:21.721 INFO E| Downloaded semver v1.0.17
30722024-12-03T22:46:22.348Z[ helios-setup] Dec 03 22:46:21.725 INFO E| Downloaded schemars v0.8.12
30732024-12-03T22:46:22.367Z[ helios-setup] Dec 03 22:46:21.744 INFO E| Downloaded getrandom v0.2.8
30742024-12-03T22:46:22.372Z[ helios-setup] Dec 03 22:46:21.749 INFO E| Downloaded futures-task v0.3.28
30752024-12-03T22:46:22.374Z[ helios-setup] Dec 03 22:46:21.751 INFO E| Downloaded futures-macro v0.3.28
30762024-12-03T22:46:22.380Z[ helios-setup] Dec 03 22:46:21.753 INFO E| Downloaded futures-executor v0.3.28
30772024-12-03T22:46:22.380Z[ helios-setup] Dec 03 22:46:21.755 INFO E| Downloaded futures-core v0.3.28
30782024-12-03T22:46:22.384Z[ helios-setup] Dec 03 22:46:21.757 INFO E| Downloaded const-random-macro v0.1.15
30792024-12-03T22:46:22.384Z[ helios-setup] Dec 03 22:46:21.758 INFO E| Downloaded concolor-override v1.0.0
30802024-12-03T22:46:22.384Z[ helios-setup] Dec 03 22:46:21.760 INFO E| Downloaded dyn-clone v1.0.11
30812024-12-03T22:46:22.387Z[ helios-setup] Dec 03 22:46:21.763 INFO E| Downloaded digest v0.10.6
30822024-12-03T22:46:22.389Z[ helios-setup] Dec 03 22:46:21.766 INFO E| Downloaded clap v4.2.1
30832024-12-03T22:46:22.402Z[ helios-setup] Dec 03 22:46:21.780 INFO E| Downloaded schemars_derive v0.8.12
30842024-12-03T22:46:22.405Z[ helios-setup] Dec 03 22:46:21.782 INFO E| Downloaded encoding_rs v0.8.32
30852024-12-03T22:46:22.440Z[ helios-setup] Dec 03 22:46:21.817 INFO E| Downloaded ryu v1.0.13
30862024-12-03T22:46:22.445Z[ helios-setup] Dec 03 22:46:21.822 INFO E| Downloaded camino v1.1.4
30872024-12-03T22:46:22.450Z[ helios-setup] Dec 03 22:46:21.827 INFO E| Downloaded scopeguard v1.1.0
30882024-12-03T22:46:22.452Z[ helios-setup] Dec 03 22:46:21.829 INFO E| Downloaded rustls-pemfile v1.0.2
30892024-12-03T22:46:22.455Z[ helios-setup] Dec 03 22:46:21.833 INFO E| Downloaded futures-channel v0.3.28
30902024-12-03T22:46:22.459Z[ helios-setup] Dec 03 22:46:21.836 INFO E| Downloaded crossbeam-deque v0.8.2
30912024-12-03T22:46:22.461Z[ helios-setup] Dec 03 22:46:21.839 INFO E| Downloaded crossbeam-channel v0.5.6
30922024-12-03T22:46:22.469Z[ helios-setup] Dec 03 22:46:21.846 INFO E| Downloaded clap_derive v4.2.0
30932024-12-03T22:46:22.473Z[ helios-setup] Dec 03 22:46:21.850 INFO E| Downloaded cargo-lock v8.0.3
30942024-12-03T22:46:22.477Z[ helios-setup] Dec 03 22:46:21.854 INFO E| Downloaded base64 v0.21.0
30952024-12-03T22:46:22.482Z[ helios-setup] Dec 03 22:46:21.860 INFO E| Downloaded anstream v0.2.6
30962024-12-03T22:46:22.486Z[ helios-setup] Dec 03 22:46:21.863 INFO E| Downloaded ahash v0.7.6
30972024-12-03T22:46:22.490Z[ helios-setup] Dec 03 22:46:21.867 INFO E| Downloaded async-trait v0.1.68
30982024-12-03T22:46:22.495Z[ helios-setup] Dec 03 22:46:21.872 INFO E| Downloaded async-stream-impl v0.3.5
30992024-12-03T22:46:22.498Z[ helios-setup] Dec 03 22:46:21.874 INFO E| Downloaded async-stream v0.3.5
31002024-12-03T22:46:22.540Z[ helios-setup] Dec 03 22:46:21.917 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
31012024-12-03T22:46:22.717Z[ helios-setup] Dec 03 22:46:22.094 INFO E| Downloaded libz-sys v1.1.8
31022024-12-03T22:46:22.786Z[ host-package] Compiling env_logger v0.11.5
31032024-12-03T22:46:23.049Z[ helios-setup] Dec 03 22:46:22.426 INFO E| Compiling proc-macro2 v1.0.86
31042024-12-03T22:46:23.049Z[ helios-setup] Dec 03 22:46:22.426 INFO E| Compiling libc v0.2.139
31052024-12-03T22:46:23.052Z[ helios-setup] Dec 03 22:46:22.426 INFO E| Compiling unicode-ident v1.0.8
31062024-12-03T22:46:23.052Z[ helios-setup] Dec 03 22:46:22.426 INFO E| Compiling autocfg v1.1.0
31072024-12-03T22:46:23.052Z[ helios-setup] Dec 03 22:46:22.426 INFO E| Compiling cfg-if v1.0.0
31082024-12-03T22:46:23.052Z[ helios-setup] Dec 03 22:46:22.426 INFO E| Compiling version_check v0.9.4
31092024-12-03T22:46:23.052Z[ helios-setup] Dec 03 22:46:22.426 INFO E| Compiling serde v1.0.204
31102024-12-03T22:46:23.052Z[ helios-setup] Dec 03 22:46:22.426 INFO E| Compiling syn v1.0.107
31112024-12-03T22:46:23.772Z[ helios-setup] Dec 03 22:46:23.149 INFO E| Compiling memchr v2.5.0
31122024-12-03T22:46:24.049Z[ helios-setup] Dec 03 22:46:23.424 INFO E| Compiling once_cell v1.17.0
31132024-12-03T22:46:24.578Z[ host-package] Compiling p384 v0.13.0
31142024-12-03T22:46:24.884Z[ helios-setup] Dec 03 22:46:24.260 INFO E| Compiling log v0.4.17
31152024-12-03T22:46:24.957Z[ helios-setup] Dec 03 22:46:24.333 INFO E| Compiling thiserror v1.0.38
31162024-12-03T22:46:25.602Z[ helios-setup] Dec 03 22:46:24.978 INFO E| Compiling serde_json v1.0.95
31172024-12-03T22:46:25.919Z[ helios-setup] Dec 03 22:46:25.296 INFO E| Compiling itoa v1.0.6
31182024-12-03T22:46:26.348Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31192024-12-03T22:46:26.456Z[ helios-setup] Dec 03 22:46:25.832 INFO E| Compiling quote v1.0.36
31202024-12-03T22:46:27.014Z[ helios-setup] Dec 03 22:46:26.390 INFO E| Compiling indexmap v1.9.3
31212024-12-03T22:46:27.487Z[ helios-setup] Dec 03 22:46:26.864 INFO E| Compiling syn v2.0.72
31222024-12-03T22:46:27.705Z[ helios-setup] Dec 03 22:46:27.082 INFO E| Compiling scopeguard v1.1.0
31232024-12-03T22:46:27.885Z[ helios-setup] Dec 03 22:46:27.261 INFO E| Compiling pin-project-lite v0.2.9
31242024-12-03T22:46:28.042Z[ helios-setup] Dec 03 22:46:27.418 INFO E| Compiling num-integer v0.1.45
31252024-12-03T22:46:28.366Z[ helios-setup] Dec 03 22:46:27.742 INFO E| Compiling jobserver v0.1.26
31262024-12-03T22:46:28.626Z[ helios-setup] Dec 03 22:46:28.002 INFO E| Compiling getrandom v0.2.8
31272024-12-03T22:46:29.337Z[ helios-setup] Dec 03 22:46:28.713 INFO E| Compiling cc v1.0.78
31282024-12-03T22:46:29.481Z[ helios-setup] Dec 03 22:46:28.857 INFO E| Compiling bytes v1.4.0
31292024-12-03T22:46:29.564Z[ helios-setup] Dec 03 22:46:28.940 INFO E| Compiling futures-core v0.3.28
31302024-12-03T22:46:29.763Z[ helios-setup] Dec 03 22:46:29.139 INFO E| Compiling ryu v1.0.13
31312024-12-03T22:46:30.909Z[ helios-setup] Dec 03 22:46:30.285 INFO E| Compiling lock_api v0.4.9
31322024-12-03T22:46:30.954Z[ helios-setup] Dec 03 22:46:30.329 INFO E| Compiling bitflags v1.3.2
31332024-12-03T22:46:31.236Z[ helios-setup] Dec 03 22:46:30.611 INFO E| Compiling parking_lot_core v0.9.6
31342024-12-03T22:46:31.324Z[ helios-setup] Dec 03 22:46:30.699 INFO E| Compiling typenum v1.16.0
31352024-12-03T22:46:31.660Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31362024-12-03T22:46:32.065Z[ helios-setup] Dec 03 22:46:31.441 INFO E| Compiling num_cpus v1.15.0
31372024-12-03T22:46:32.509Z[ helios-setup] Dec 03 22:46:31.885 INFO E| Compiling generic-array v0.14.6
31382024-12-03T22:46:32.661Z[ helios-setup] Dec 03 22:46:32.036 INFO E| Compiling slab v0.4.7
31392024-12-03T22:46:32.835Z[ helios-setup] Dec 03 22:46:32.210 INFO E| Compiling futures-task v0.3.28
31402024-12-03T22:46:32.928Z[ helios-setup] Dec 03 22:46:32.303 INFO E| Compiling futures-sink v0.3.28
31412024-12-03T22:46:33.070Z[ helios-setup] Dec 03 22:46:32.441 INFO E| Compiling futures-channel v0.3.28
31422024-12-03T22:46:33.574Z[ helios-setup] Dec 03 22:46:32.950 INFO E| Compiling tokio v1.27.0
31432024-12-03T22:46:33.915Z[ helios-setup] Dec 03 22:46:33.291 INFO E| Compiling futures-util v0.3.28
31442024-12-03T22:46:34.096Z[ helios-setup] Dec 03 22:46:33.471 INFO E| Compiling schemars v0.8.12
31452024-12-03T22:46:35.136Z[ helios-setup] Dec 03 22:46:34.509 INFO E| Compiling signal-hook-registry v1.4.0
31462024-12-03T22:46:35.203Z[ helios-setup] Dec 03 22:46:34.577 INFO E| Compiling mio v0.8.5
31472024-12-03T22:46:35.205Z[ helios-setup] Dec 03 22:46:34.578 INFO E| Compiling socket2 v0.4.9
31482024-12-03T22:46:35.550Z[ helios-setup] Dec 03 22:46:34.925 INFO E| Compiling ahash v0.7.6
31492024-12-03T22:46:35.639Z[ helios-setup] Dec 03 22:46:35.014 INFO E| Compiling num-traits v0.2.15
31502024-12-03T22:46:35.665Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31512024-12-03T22:46:36.367Z[ helios-setup] Dec 03 22:46:35.741 INFO E| Compiling io-lifetimes v1.0.10
31522024-12-03T22:46:36.823Z[ helios-setup] Dec 03 22:46:36.198 INFO E| Compiling pin-utils v0.1.0
31532024-12-03T22:46:37.403Z[ helios-setup] Dec 03 22:46:36.777 INFO E| Compiling futures-io v0.3.28
31542024-12-03T22:46:37.777Z[ helios-setup] Dec 03 22:46:37.152 INFO E| Compiling crunchy v0.2.2
31552024-12-03T22:46:38.716Z[ helios-setup] Dec 03 22:46:38.088 INFO E| Compiling ahash v0.8.3
31562024-12-03T22:46:38.927Z[ helios-setup] Dec 03 22:46:38.302 INFO E| Compiling rustix v0.37.3
31572024-12-03T22:46:39.034Z[ helios-setup] Dec 03 22:46:38.409 INFO E| Compiling serde_derive_internals v0.26.0
31582024-12-03T22:46:39.302Z[ helios-setup] Dec 03 22:46:38.676 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
31592024-12-03T22:46:39.848Z[ helios-setup] Dec 03 22:46:39.223 INFO E| Compiling tiny-keccak v2.0.2
31602024-12-03T22:46:40.288Z[ helios-setup] Dec 03 22:46:39.662 INFO E| Compiling hashbrown v0.12.3
31612024-12-03T22:46:40.811Z[ host-package] Compiling git2 v0.19.0
31622024-12-03T22:46:41.005Z[ helios-setup] Dec 03 22:46:40.379 INFO E| Compiling crypto-common v0.1.6
31632024-12-03T22:46:41.175Z[ helios-setup] Dec 03 22:46:40.549 INFO E| Compiling block-buffer v0.10.3
31642024-12-03T22:46:41.757Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31652024-12-03T22:46:42.191Z[ helios-setup] Dec 03 22:46:41.565 INFO E| Compiling errno v0.3.1
31662024-12-03T22:46:42.823Z[ helios-setup] Dec 03 22:46:42.197 INFO E| Compiling pkg-config v0.3.26
31672024-12-03T22:46:42.835Z[ helios-setup] Dec 03 22:46:42.209 INFO E| Compiling fnv v1.0.7
31682024-12-03T22:46:43.348Z[ helios-setup] Dec 03 22:46:42.722 INFO E| Compiling crossbeam-utils v0.8.14
31692024-12-03T22:46:43.510Z[ helios-setup] Dec 03 22:46:42.884 INFO E| Compiling slog v2.7.0
31702024-12-03T22:46:43.757Z[ helios-setup] Dec 03 22:46:43.131 INFO E| Compiling http v0.2.9
31712024-12-03T22:46:44.351Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31722024-12-03T22:46:45.344Z[ helios-setup] Dec 03 22:46:44.718 INFO E| Compiling digest v0.10.6
31732024-12-03T22:46:46.067Z[ helios-setup] Dec 03 22:46:45.441 INFO E| Compiling aho-corasick v0.7.20
31742024-12-03T22:46:46.352Z[ helios-setup] Dec 03 22:46:45.726 INFO E| Compiling cpufeatures v0.2.5
31752024-12-03T22:46:46.764Z[ helios-setup] Dec 03 22:46:46.137 INFO E| Compiling unicode-width v0.1.10
31762024-12-03T22:46:47.463Z[ helios-setup] Dec 03 22:46:46.836 INFO E| Compiling tinyvec_macros v0.1.1
31772024-12-03T22:46:47.726Z[ helios-setup] Dec 03 22:46:47.099 INFO E| Compiling heck v0.4.1
31782024-12-03T22:46:48.072Z[ helios-setup] Dec 03 22:46:47.445 INFO E| Compiling httparse v1.8.0
31792024-12-03T22:46:48.716Z[ helios-setup] Dec 03 22:46:48.089 INFO E| Compiling regex-syntax v0.6.29
31802024-12-03T22:46:49.243Z[ helios-setup] Dec 03 22:46:48.615 INFO E| Compiling thiserror-impl v1.0.38
31812024-12-03T22:46:49.515Z[ helios-setup] Dec 03 22:46:48.887 INFO E| Compiling schemars_derive v0.8.12
31822024-12-03T22:46:49.681Z[ helios-setup] Dec 03 22:46:49.053 INFO E| Compiling anyhow v1.0.68
31832024-12-03T22:46:49.798Z[ helios-setup] Dec 03 22:46:49.171 INFO E| Compiling percent-encoding v2.2.0
31842024-12-03T22:46:50.204Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31852024-12-03T22:46:50.426Z[ helios-setup] Dec 03 22:46:49.799 INFO E| Compiling form_urlencoded v1.1.0
31862024-12-03T22:46:50.762Z[ helios-setup] Dec 03 22:46:50.135 INFO E| Compiling const-random-macro v0.1.15
31872024-12-03T22:46:51.154Z[ helios-setup] Dec 03 22:46:50.518 INFO E| Compiling serde_derive v1.0.204
31882024-12-03T22:46:51.500Z[ helios-setup] Dec 03 22:46:50.872 INFO E| Compiling tokio-macros v2.0.0
31892024-12-03T22:46:52.131Z[ helios-setup] Dec 03 22:46:51.502 INFO E| Compiling futures-macro v0.3.28
31902024-12-03T22:46:53.191Z[ helios-setup] Dec 03 22:46:52.564 INFO E| Compiling tinyvec v1.6.0
31912024-12-03T22:46:55.290Z[ helios-setup] Dec 03 22:46:54.659 INFO E| Compiling hashbrown v0.13.2
31922024-12-03T22:46:55.465Z[ helios-setup] Dec 03 22:46:54.837 INFO E| Compiling chrono v0.4.24
31932024-12-03T22:46:56.769Z[ helios-setup] Dec 03 22:46:56.141 INFO E| Compiling regex v1.7.3
31942024-12-03T22:46:56.881Z[ helios-setup] Dec 03 22:46:56.253 INFO E| Compiling libz-sys v1.1.8
31952024-12-03T22:46:57.616Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
31962024-12-03T22:46:58.015Z[ host-package] Compiling rand_seeder v0.3.0
31972024-12-03T22:46:58.914Z[ host-package] Compiling libsqlite3-sys v0.30.1
31982024-12-03T22:46:59.295Z[ host-package] Compiling rustls v0.21.12
31992024-12-03T22:46:59.914Z[ helios-setup] Dec 03 22:46:59.285 INFO E| Compiling uuid v1.3.0
32002024-12-03T22:47:00.010Z[ helios-setup] Dec 03 22:46:59.382 INFO E| Compiling dyn-clone v1.0.11
32012024-12-03T22:47:00.089Z[ host-package] Compiling cfg_aliases v0.2.1
32022024-12-03T22:47:00.163Z[ helios-setup] Dec 03 22:46:59.535 INFO E| Compiling regress v0.5.0
32032024-12-03T22:47:00.282Z[ host-package] Compiling http-range v0.1.5
32042024-12-03T22:47:00.546Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
32052024-12-03T22:47:00.761Z[ helios-setup] Dec 03 22:47:00.132 INFO E| Compiling unicode-normalization v0.1.22
32062024-12-03T22:47:00.892Z[ host-package] Compiling nix v0.29.0
32072024-12-03T22:47:01.628Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32082024-12-03T22:47:02.697Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
32092024-12-03T22:47:03.092Z[ helios-setup] Dec 03 22:47:02.462 INFO E| Compiling const-random v0.1.15
32102024-12-03T22:47:03.376Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32112024-12-03T22:47:03.447Z[ helios-setup] Dec 03 22:47:02.818 INFO E| Compiling getopts v0.2.21
32122024-12-03T22:47:03.725Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32132024-12-03T22:47:04.016Z[ helios-setup] Dec 03 22:47:03.387 INFO E| Compiling tracing-core v0.1.30
32142024-12-03T22:47:04.378Z[ helios-setup] Dec 03 22:47:03.749 INFO E| Compiling memoffset v0.7.1
32152024-12-03T22:47:04.906Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32162024-12-03T22:47:05.287Z[ helios-setup] Dec 03 22:47:04.657 INFO E| Compiling num-conv v0.1.0
32172024-12-03T22:47:05.492Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
32182024-12-03T22:47:05.719Z[ host-package] Compiling sct v0.7.1
32192024-12-03T22:47:05.937Z[ helios-setup] Dec 03 22:47:05.307 INFO E| Compiling unicode-bidi v0.3.13
32202024-12-03T22:47:06.074Z[ host-package] Compiling rustls-webpki v0.101.7
32212024-12-03T22:47:06.862Z[ host-package] Compiling castaway v0.2.3
32222024-12-03T22:47:07.339Z[ host-package] Compiling csv-core v0.1.11
32232024-12-03T22:47:07.531Z[ helios-setup] Dec 03 22:47:06.901 INFO E| Compiling ucd-trie v0.1.5
32242024-12-03T22:47:08.099Z[ helios-setup] Dec 03 22:47:07.469 INFO E| Compiling powerfmt v0.2.0
32252024-12-03T22:47:08.148Z[ helios-setup] Dec 03 22:47:07.518 INFO E| Compiling time-core v0.1.2
32262024-12-03T22:47:08.827Z[ helios-setup] Dec 03 22:47:08.197 INFO E| Compiling time-macros v0.2.18
32272024-12-03T22:47:08.981Z[ helios-setup] Dec 03 22:47:08.351 INFO E| Compiling deranged v0.3.11
32282024-12-03T22:47:09.100Z[ helios-setup] Dec 03 22:47:08.469 INFO E| Compiling pest v2.5.7
32292024-12-03T22:47:09.307Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
32302024-12-03T22:47:10.159Z[ host-package] Compiling glob v0.3.1
32312024-12-03T22:47:11.512Z[ helios-setup] Dec 03 22:47:10.881 INFO E| Compiling idna v0.3.0
32322024-12-03T22:47:13.477Z[ helios-setup] Dec 03 22:47:12.847 INFO E| Compiling tracing v0.1.37
32332024-12-03T22:47:13.491Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32342024-12-03T22:47:13.836Z[ host-package] Compiling csv v1.3.0
32352024-12-03T22:47:14.174Z[ host-package] Compiling compact_str v0.8.0
32362024-12-03T22:47:14.331Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
32372024-12-03T22:47:15.145Z[ helios-setup] Dec 03 22:47:14.514 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
32382024-12-03T22:47:15.319Z[ helios-setup] Dec 03 22:47:14.688 INFO E| Compiling time v0.1.45
32392024-12-03T22:47:16.484Z[ helios-setup] Dec 03 22:47:15.853 INFO E| Compiling crossbeam-epoch v0.9.13
32402024-12-03T22:47:17.025Z[ helios-setup] Dec 03 22:47:16.394 INFO E| Compiling semver v1.0.17
32412024-12-03T22:47:18.140Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
32422024-12-03T22:47:18.360Z[ helios-setup] Dec 03 22:47:17.728 INFO E| Compiling num_threads v0.1.6
32432024-12-03T22:47:18.555Z[ helios-setup] Dec 03 22:47:17.923 INFO E| Compiling iana-time-zone v0.1.56
32442024-12-03T22:47:19.142Z[ host-package] Compiling hyper-staticfile v0.10.1
32452024-12-03T22:47:19.223Z[ helios-setup] Dec 03 22:47:18.591 INFO E| Compiling time v0.3.36
32462024-12-03T22:47:19.737Z[ helios-setup] Dec 03 22:47:19.106 INFO E| Compiling smallvec v1.10.0
32472024-12-03T22:47:20.075Z[ helios-setup] Dec 03 22:47:19.443 INFO E| Compiling toml v0.5.11
32482024-12-03T22:47:22.614Z[ helios-setup] Dec 03 22:47:21.981 INFO E| Compiling parking_lot v0.12.1
32492024-12-03T22:47:23.077Z[ helios-setup] Dec 03 22:47:22.444 INFO E| Compiling serde_tokenstream v0.2.0
32502024-12-03T22:47:24.561Z[ host-package] Compiling nix v0.27.1
32512024-12-03T22:47:27.541Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32522024-12-03T22:47:29.902Z[ helios-setup] Dec 03 22:47:29.269 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
32532024-12-03T22:47:30.206Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32542024-12-03T22:47:30.889Z[ helios-setup] Dec 03 22:47:30.255 INFO E| Compiling semver-parser v0.10.2
32552024-12-03T22:47:33.517Z[ helios-setup] Dec 03 22:47:32.883 INFO E| Compiling url v2.3.1
32562024-12-03T22:47:34.801Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
32572024-12-03T22:47:35.144Z[ helios-setup] Dec 03 22:47:34.509 INFO E| Compiling crossbeam-channel v0.5.6
32582024-12-03T22:47:36.743Z[ helios-setup] Dec 03 22:47:36.108 INFO E| Compiling dirs-sys-next v0.1.2
32592024-12-03T22:47:37.515Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9)
32602024-12-03T22:47:37.600Z[ helios-setup] Dec 03 22:47:36.965 INFO E| Compiling same-file v1.0.6
32612024-12-03T22:47:37.667Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32622024-12-03T22:47:38.783Z[ helios-setup] Dec 03 22:47:38.148 INFO E| Compiling try-lock v0.2.4
32632024-12-03T22:47:38.989Z[ helios-setup] Dec 03 22:47:38.354 INFO E| Compiling crc32fast v1.3.2
32642024-12-03T22:47:39.264Z[ helios-setup] Dec 03 22:47:38.629 INFO E| Compiling want v0.3.0
32652024-12-03T22:47:39.917Z[ helios-setup] Dec 03 22:47:39.282 INFO E| Compiling walkdir v2.3.3
32662024-12-03T22:47:41.053Z[ helios-setup] Dec 03 22:47:40.417 INFO E| Compiling dirs-next v2.0.0
32672024-12-03T22:47:41.774Z[ helios-setup] Dec 03 22:47:41.138 INFO E| Compiling semver v0.11.0
32682024-12-03T22:47:42.893Z[ helios-setup] Dec 03 22:47:42.257 INFO E| Compiling tokio-util v0.7.7
32692024-12-03T22:47:43.279Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32702024-12-03T22:47:43.906Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32712024-12-03T22:47:44.783Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32722024-12-03T22:47:44.866Z[ helios-setup] Dec 03 22:47:44.230 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
32732024-12-03T22:47:45.330Z[ helios-setup] Dec 03 22:47:44.694 INFO E| Compiling h2 v0.3.16
32742024-12-03T22:47:45.562Z[ helios-setup] Dec 03 22:47:44.926 INFO E| Compiling proc-macro-crate v1.2.1
32752024-12-03T22:47:45.810Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32762024-12-03T22:47:46.669Z[ host-package] Compiling unicode-truncate v1.1.0
32772024-12-03T22:47:47.342Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32782024-12-03T22:47:47.548Z[ helios-setup] Dec 03 22:47:46.912 INFO E| Compiling futures-executor v0.3.28
32792024-12-03T22:47:47.695Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32802024-12-03T22:47:49.802Z[ helios-setup] Dec 03 22:47:49.166 INFO E| Compiling http-body v0.4.5
32812024-12-03T22:47:50.028Z[ helios-setup] Dec 03 22:47:49.391 INFO E| Compiling ring v0.16.20
32822024-12-03T22:47:50.817Z[ helios-setup] Dec 03 22:47:50.180 INFO E| Compiling rand_core v0.6.4
32832024-12-03T22:47:51.671Z[ host-package] Compiling hashlink v0.9.1
32842024-12-03T22:47:51.836Z[ helios-setup] Dec 03 22:47:51.199 INFO E| Compiling thread_local v1.1.7
32852024-12-03T22:47:53.174Z[ host-package] Compiling tungstenite v0.23.0
32862024-12-03T22:47:53.535Z[ helios-setup] Dec 03 22:47:52.898 INFO E| Compiling adler v1.0.2
32872024-12-03T22:47:53.716Z[ helios-setup] Dec 03 22:47:53.079 INFO E| Compiling home v0.5.4
32882024-12-03T22:47:53.745Z[ host-package] Compiling lru v0.12.5
32892024-12-03T22:47:54.392Z[ helios-setup] Dec 03 22:47:53.755 INFO E| Compiling lazy_static v1.4.0
32902024-12-03T22:47:54.540Z[ helios-setup] Dec 03 22:47:53.902 INFO E| Compiling tower-service v0.3.2
32912024-12-03T22:47:54.787Z[ host-package] Compiling instability v0.3.2
32922024-12-03T22:47:54.865Z[ helios-setup] Dec 03 22:47:54.227 INFO E| Compiling rayon-core v1.10.2
32932024-12-03T22:47:55.223Z[ helios-setup] Dec 03 22:47:54.586 INFO E| Compiling fastrand v1.9.0
32942024-12-03T22:47:55.446Z[ helios-setup] Dec 03 22:47:54.808 INFO E| Compiling utf8parse v0.2.1
32952024-12-03T22:47:55.784Z[ helios-setup] Dec 03 22:47:55.146 INFO E| Compiling ppv-lite86 v0.2.17
32962024-12-03T22:47:55.911Z[ helios-setup] Dec 03 22:47:55.273 INFO E| Compiling httpdate v1.0.2
32972024-12-03T22:47:56.293Z[ helios-setup] Dec 03 22:47:55.656 INFO E| Compiling base64 v0.21.0
32982024-12-03T22:47:56.883Z[ host-package] Compiling cassowary v0.3.0
32992024-12-03T22:47:57.718Z[ helios-setup] Dec 03 22:47:57.081 INFO E| Compiling rand_chacha v0.3.1
33002024-12-03T22:47:57.777Z[ helios-setup] Dec 03 22:47:57.140 INFO E| Compiling hyper v0.14.25
33012024-12-03T22:47:58.690Z[ helios-setup] Dec 03 22:47:58.052 INFO E| Compiling tempfile v3.5.0
33022024-12-03T22:48:00.117Z[ helios-setup] Dec 03 22:47:59.479 INFO E| Compiling anstyle-parse v0.1.1
33032024-12-03T22:48:00.883Z[ host-package] Compiling fallible-iterator v0.3.0
33042024-12-03T22:48:01.968Z[ helios-setup] Dec 03 22:48:01.329 INFO E| Compiling toolchain_find v0.2.0
33052024-12-03T22:48:02.161Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
33062024-12-03T22:48:02.629Z[ host-package] Compiling ratatui v0.28.1
33072024-12-03T22:48:02.894Z[ helios-setup] Dec 03 22:48:02.256 INFO E| Compiling miniz_oxide v0.6.2
33082024-12-03T22:48:03.019Z[ host-package] Compiling rusqlite v0.32.1
33092024-12-03T22:48:03.696Z[ host-package] Compiling tokio-tungstenite v0.23.1
33102024-12-03T22:48:03.895Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33112024-12-03T22:48:12.396Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33122024-12-03T22:48:17.776Z[ helios-setup] Dec 03 22:48:17.135 INFO E| Compiling futures v0.3.28
33132024-12-03T22:48:18.085Z[ helios-setup] Dec 03 22:48:17.444 INFO E| Compiling num_enum_derive v0.5.7
33142024-12-03T22:48:18.207Z[ helios-setup] Dec 03 22:48:17.566 INFO E| Compiling cargo-lock v8.0.3
33152024-12-03T22:48:20.768Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33162024-12-03T22:48:21.922Z[ helios-setup] Dec 03 22:48:21.280 INFO E| Compiling crossbeam-deque v0.8.2
33172024-12-03T22:48:22.167Z[ helios-setup] Dec 03 22:48:21.525 INFO E| Compiling term v0.7.0
33182024-12-03T22:48:23.129Z[ host-package] Compiling tokio-rustls v0.24.1
33192024-12-03T22:48:24.236Z[ helios-setup] Dec 03 22:48:23.594 INFO E| Compiling serde_urlencoded v0.7.1
33202024-12-03T22:48:24.301Z[ helios-setup] Dec 03 22:48:23.660 INFO E| Compiling is-terminal v0.4.7
33212024-12-03T22:48:24.343Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33222024-12-03T22:48:24.781Z[ helios-setup] Dec 03 22:48:24.139 INFO E| Compiling sha2 v0.10.6
33232024-12-03T22:48:24.820Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33242024-12-03T22:48:24.929Z[ helios-setup] Dec 03 22:48:24.287 INFO E| Compiling sha1 v0.10.5
33252024-12-03T22:48:25.511Z[ helios-setup] Dec 03 22:48:24.867 INFO E| Compiling atty v0.2.14
33262024-12-03T22:48:26.478Z[ helios-setup] Dec 03 22:48:25.836 INFO E| Compiling anstyle v0.3.5
33272024-12-03T22:48:27.688Z[ helios-setup] Dec 03 22:48:27.045 INFO E| Compiling concolor-query v0.3.3
33282024-12-03T22:48:28.302Z[ helios-setup] Dec 03 22:48:27.660 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
33292024-12-03T22:48:28.302Z[ helios-setup] Dec 03 22:48:27.660 INFO E| Compiling concolor-override v1.0.0
33302024-12-03T22:48:29.771Z[ helios-setup] Dec 03 22:48:29.128 INFO E| Compiling anstream v0.2.6
33312024-12-03T22:48:31.342Z[ helios-setup] Dec 03 22:48:30.699 INFO E| Compiling slog-term v2.9.0
33322024-12-03T22:48:32.348Z[ helios-setup] Dec 03 22:48:31.705 INFO E| Compiling flate2 v1.0.25
33332024-12-03T22:48:33.449Z[ helios-setup] Dec 03 22:48:32.806 INFO E| Compiling num_enum v0.5.7
33342024-12-03T22:48:33.884Z[ helios-setup] Dec 03 22:48:33.240 INFO E| Compiling rustfmt-wrapper v0.2.0
33352024-12-03T22:48:33.951Z[ helios-setup] Dec 03 22:48:33.308 INFO E| Compiling rand v0.8.5
33362024-12-03T22:48:35.307Z[ helios-setup] Dec 03 22:48:34.663 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
33372024-12-03T22:48:35.542Z[ helios-setup] Dec 03 22:48:34.898 INFO E| Compiling openapiv3 v1.0.2
33382024-12-03T22:48:37.484Z[ helios-setup] Dec 03 22:48:36.840 INFO E| Compiling encoding_rs v0.8.32
33392024-12-03T22:48:38.258Z[ helios-setup] Dec 03 22:48:37.613 INFO E| Compiling strsim v0.10.0
33402024-12-03T22:48:42.053Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33412024-12-03T22:48:42.079Z[ helios-setup] Dec 03 22:48:41.434 INFO E| Compiling ipnet v2.7.2
33422024-12-03T22:48:43.964Z[ helios-setup] Dec 03 22:48:43.319 INFO E| Compiling project-root v0.2.2
33432024-12-03T22:48:44.522Z[ helios-setup] Dec 03 22:48:43.877 INFO E| Compiling spin v0.5.2
33442024-12-03T22:48:44.550Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33452024-12-03T22:48:44.553Z[ helios-setup] Dec 03 22:48:43.908 INFO E| Compiling either v1.8.0
33462024-12-03T22:48:45.489Z[ helios-setup] Dec 03 22:48:44.844 INFO E| Compiling unsafe-libyaml v0.2.8
33472024-12-03T22:48:45.592Z[ helios-setup] Dec 03 22:48:44.946 INFO E| Compiling untrusted v0.7.1
33482024-12-03T22:48:45.829Z[ helios-setup] Dec 03 22:48:45.183 INFO E| Compiling mime v0.3.17
33492024-12-03T22:48:47.729Z[ helios-setup] Dec 03 22:48:47.084 INFO E| Compiling byteorder v1.4.3
33502024-12-03T22:48:47.997Z[ helios-setup] Dec 03 22:48:47.351 INFO E| Compiling clap_lex v0.4.1
33512024-12-03T22:48:49.163Z[ helios-setup] Dec 03 22:48:48.517 INFO E| Compiling utf-8 v0.7.6
33522024-12-03T22:48:49.376Z[ helios-setup] Dec 03 22:48:48.701 INFO E| Compiling base64 v0.13.1
33532024-12-03T22:48:49.588Z[ helios-setup] Dec 03 22:48:48.942 INFO E| Compiling clap_builder v4.2.1
33542024-12-03T22:48:49.886Z[ helios-setup] Dec 03 22:48:49.240 INFO E| Compiling serde_yaml v0.9.21
33552024-12-03T22:48:49.954Z[ helios-setup] Dec 03 22:48:49.308 INFO E| Compiling reqwest v0.11.16
33562024-12-03T22:48:50.228Z[ host-package] Compiling rustls-pemfile v1.0.4
33572024-12-03T22:48:50.282Z[ helios-setup] Dec 03 22:48:49.636 INFO E| Compiling rayon v1.6.1
33582024-12-03T22:48:51.061Z[ helios-setup] Dec 03 22:48:50.414 INFO E| Compiling tungstenite v0.18.0
33592024-12-03T22:48:51.664Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33602024-12-03T22:48:52.611Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33612024-12-03T22:48:52.784Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
33622024-12-03T22:48:53.793Z[ host-package] Compiling signal-hook-tokio v0.3.1
33632024-12-03T22:48:54.263Z[ host-package] Compiling twox-hash v1.6.3
33642024-12-03T22:48:54.781Z[ host-package] Compiling unicode-linebreak v0.1.5
33652024-12-03T22:48:55.982Z[ host-package] Compiling smawk v0.3.2
33662024-12-03T22:48:56.241Z[ host-package] Compiling is_ci v1.2.0
33672024-12-03T22:48:56.863Z[ host-package] Compiling textwrap v0.16.1
33682024-12-03T22:48:56.960Z[ host-package] Compiling supports-color v3.0.1
33692024-12-03T22:48:57.771Z[ helios-setup] Dec 03 22:48:57.124 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
33702024-12-03T22:49:00.360Z[ helios-setup] Dec 03 22:48:59.712 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
33712024-12-03T22:49:01.019Z[ helios-setup] Dec 03 22:49:00.371 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
33722024-12-03T22:49:01.773Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33732024-12-03T22:49:03.193Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33742024-12-03T22:49:03.469Z[ helios-setup] Dec 03 22:49:02.821 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
33752024-12-03T22:49:03.865Z[ helios-setup] Dec 03 22:49:03.217 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
33762024-12-03T22:49:05.599Z[ helios-setup] Dec 03 22:49:04.950 INFO E| Compiling clap_derive v4.2.0
33772024-12-03T22:49:09.363Z[ helios-setup] Dec 03 22:49:08.714 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
33782024-12-03T22:49:15.432Z[ helios-setup] Dec 03 22:49:14.782 INFO E| Compiling clap v4.2.1
33792024-12-03T22:49:15.752Z[ helios-setup] Dec 03 22:49:15.102 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
33802024-12-03T22:49:18.717Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
33812024-12-03T22:49:27.508Z[ helios-setup] Dec 03 22:49:26.856 INFO E| Compiling tokio-tungstenite v0.18.0
33822024-12-03T22:49:28.922Z[ helios-setup] Dec 03 22:49:28.269 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
33832024-12-03T22:49:32.302Z[ helios-setup] Dec 03 22:49:31.649 INFO E| Compiling smartstring v1.0.1
33842024-12-03T22:49:33.458Z[ helios-setup] Dec 03 22:49:32.805 INFO E| Compiling rustls v0.21.0
33852024-12-03T22:49:35.399Z[ helios-setup] Dec 03 22:49:34.746 INFO E| Compiling toml_datetime v0.6.1
33862024-12-03T22:49:36.942Z[ helios-setup] Dec 03 22:49:36.288 INFO E| Compiling serde_spanned v0.6.1
33872024-12-03T22:49:37.577Z[ helios-setup] Dec 03 22:49:36.923 INFO E| Compiling match_cfg v0.1.0
33882024-12-03T22:49:37.794Z[ helios-setup] Dec 03 22:49:37.140 INFO E| Compiling winnow v0.4.1
33892024-12-03T22:49:39.547Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33902024-12-03T22:49:42.156Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33912024-12-03T22:49:43.688Z[ helios-setup] Dec 03 22:49:43.033 INFO E| Compiling static_assertions v1.1.0
33922024-12-03T22:49:43.988Z[ helios-setup] Dec 03 22:49:43.334 INFO E| Compiling slog-async v2.7.0
33932024-12-03T22:49:44.042Z[ helios-setup] Dec 03 22:49:43.388 INFO E| Compiling paste v1.0.12
33942024-12-03T22:49:45.379Z[ helios-setup] Dec 03 22:49:44.724 INFO E| Compiling async-trait v0.1.68
33952024-12-03T22:49:45.558Z[ helios-setup] Dec 03 22:49:44.903 INFO E| Compiling camino v1.1.4
33962024-12-03T22:49:46.127Z[ helios-setup] Dec 03 22:49:45.472 INFO E| Compiling toml_edit v0.19.8
33972024-12-03T22:49:47.314Z[ helios-setup] Dec 03 22:49:46.659 INFO E| Compiling hostname v0.3.1
33982024-12-03T22:49:47.950Z[ helios-setup] Dec 03 22:49:47.295 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
33992024-12-03T22:49:48.697Z[ helios-setup] Dec 03 22:49:48.041 INFO E| Compiling slog-json v2.6.1
34002024-12-03T22:49:49.820Z[ helios-setup] Dec 03 22:49:49.164 INFO E| Compiling unicode-linebreak v0.1.4
34012024-12-03T22:49:51.195Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34022024-12-03T22:49:54.955Z[ helios-setup] Dec 03 22:49:54.299 INFO E| Compiling async-stream-impl v0.3.5
34032024-12-03T22:49:57.955Z[ helios-setup] Dec 03 22:49:57.298 INFO E| Compiling rhai_codegen v1.5.0
34042024-12-03T22:49:58.502Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
34052024-12-03T22:50:03.551Z[ helios-setup] Dec 03 22:50:02.894 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
34062024-12-03T22:50:03.650Z[ helios-setup] Dec 03 22:50:02.993 INFO E| Compiling take_mut v0.2.2
34072024-12-03T22:50:03.872Z[ helios-setup] Dec 03 22:50:03.166 INFO E| Compiling rhai v1.14.0
34082024-12-03T22:50:04.508Z[ helios-setup] Dec 03 22:50:03.851 INFO E| Compiling async-stream v0.3.5
34092024-12-03T22:50:05.071Z[ helios-setup] Dec 03 22:50:04.414 INFO E| Compiling toml v0.7.3
34102024-12-03T22:50:05.363Z[ helios-setup] Dec 03 22:50:04.705 INFO E| Compiling slog-bunyan v2.4.0
34112024-12-03T22:50:10.082Z[ helios-setup] Dec 03 22:50:09.424 INFO E| Compiling rustls-pemfile v1.0.2
34122024-12-03T22:50:11.619Z[ helios-setup] Dec 03 22:50:10.960 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
34132024-12-03T22:50:11.849Z[ helios-setup] Dec 03 22:50:11.190 INFO E| Compiling serde_path_to_error v0.1.11
34142024-12-03T22:50:13.673Z[ helios-setup] Dec 03 22:50:13.014 INFO E| Compiling bincode v1.3.3
34152024-12-03T22:50:15.503Z[ helios-setup] Dec 03 22:50:14.843 INFO E| Compiling terminal_size v0.2.6
34162024-12-03T22:50:15.934Z[ helios-setup] Dec 03 22:50:15.275 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
34172024-12-03T22:50:16.061Z[ helios-setup] Dec 03 22:50:15.401 INFO E| Compiling smawk v0.3.1
34182024-12-03T22:50:16.885Z[ helios-setup] Dec 03 22:50:16.226 INFO E| Compiling textwrap v0.16.0
34192024-12-03T22:50:18.642Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34202024-12-03T22:50:20.343Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
34212024-12-03T22:50:21.301Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c)
34222024-12-03T22:50:29.155Z[ helios-setup] Dec 03 22:50:28.494 INFO E| Compiling sct v0.7.0
34232024-12-03T22:50:29.241Z[ helios-setup] Dec 03 22:50:28.580 INFO E| Compiling rustls-webpki v0.100.1
34242024-12-03T22:50:33.676Z[ helios-setup] Dec 03 22:50:33.014 INFO E| Compiling git2 v0.16.1
34252024-12-03T22:50:33.696Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34262024-12-03T22:50:34.969Z[ host-package] Compiling fatfs v0.3.6
34272024-12-03T22:50:37.183Z[ helios-setup] Dec 03 22:50:36.520 INFO E| Compiling tokio-rustls v0.24.0
34282024-12-03T22:50:37.753Z[ host-package] Compiling rtoolbox v0.0.2
34292024-12-03T22:50:38.747Z[ host-package] Compiling assert_matches v1.5.0
34302024-12-03T22:50:39.476Z[ host-package] Compiling rpassword v7.3.1
34312024-12-03T22:50:40.273Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
34322024-12-03T22:50:41.266Z[ helios-setup] Dec 03 22:50:40.603 INFO E| Compiling built v0.6.0
34332024-12-03T22:50:44.979Z[ helios-setup] Dec 03 22:50:44.316 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
34342024-12-03T22:50:47.816Z[ helios-setup] Dec 03 22:50:47.152 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
34352024-12-03T22:50:48.634Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34362024-12-03T22:50:49.635Z[ helios-setup] Dec 03 22:50:48.971 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
34372024-12-03T22:51:01.170Z[ host-package] Compiling tui-tree-widget v0.22.0
34382024-12-03T22:51:02.659Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
34392024-12-03T22:51:03.119Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34402024-12-03T22:51:03.538Z[ helios-setup] Dec 03 22:51:02.872 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
34412024-12-03T22:51:04.775Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
34422024-12-03T22:51:05.642Z[ host-package] Compiling uzers v0.12.1
34432024-12-03T22:51:10.542Z[ helios-setup] Dec 03 22:51:09.874 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
34442024-12-03T22:51:11.146Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
34452024-12-03T22:51:29.374Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34462024-12-03T22:51:33.965Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
34472024-12-03T22:51:54.178Z[ helios-setup] Dec 03 22:51:53.504 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
34482024-12-03T22:52:15.829Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
34492024-12-03T22:52:17.693Z[ host-package] Compiling multimap v0.10.0
34502024-12-03T22:53:01.312Z[ helios-setup] Dec 03 22:53:00.627 INFO E| Finished `release` profile [optimized] target(s) in 6m 46s
34512024-12-03T22:53:01.462Z[ helios-setup] Dec 03 22:53:00.776 INFO building project "pilot" ok (406 seconds)
34522024-12-03T22:53:01.464Z[ helios-setup] rm -f helios-build
34532024-12-03T22:53:01.466Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
34542024-12-03T22:53:01.469Z[ helios-setup]
34552024-12-03T22:53:01.471Z[ helios-setup] Setup complete! ./helios-build is now available.
34562024-12-03T22:53:01.474Z[ helios-setup]
34572024-12-03T22:53:01.476Z[ helios-setup]
34582024-12-03T22:53:01.476Z[ helios-setup] real 12:05.823041867
34592024-12-03T22:53:01.476Z[ helios-setup] user 29:11.034005636
34602024-12-03T22:53:01.476Z[ helios-setup] sys 3:38.857952008
34612024-12-03T22:53:01.476Z[ helios-setup] trap 1.784093239
34622024-12-03T22:53:01.476Z[ helios-setup] tflt 6.746484746
34632024-12-03T22:53:01.477Z[ helios-setup] dflt 31.993311736
34642024-12-03T22:53:01.477Z[ helios-setup] kflt 0.054709547
34652024-12-03T22:53:01.477Z[ helios-setup] lock 2:06:35.261567635
34662024-12-03T22:53:01.477Z[ helios-setup] slp 3:46:18.926799926
34672024-12-03T22:53:01.477Z[ helios-setup] lat 33:18.384617327
34682024-12-03T22:53:01.477Z[ helios-setup] stop 4:44.550124062
34692024-12-03T22:53:01.477ZDec 03 22:53:00.790 INFO [helios-setup] process exited with exit status: 0 (725.828772494s)
34702024-12-03T22:53:01.477ZDec 03 22:53:00.790 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
34712024-12-03T22:53:01.503Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos'
34722024-12-03T22:53:01.867Z[ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26)
34732024-12-03T22:53:01.867Z[ phbl-toolchain] info: downloading component 'cargo'
34742024-12-03T22:53:03.813Z[ phbl-toolchain] info: downloading component 'clippy'
34752024-12-03T22:53:04.170Z[ phbl-toolchain] info: downloading component 'llvm-tools'
34762024-12-03T22:53:10.901Z[ phbl-toolchain] info: downloading component 'miri'
34772024-12-03T22:53:11.090Z[ phbl-toolchain] info: downloading component 'rust-docs'
34782024-12-03T22:53:12.468Z[ phbl-toolchain] info: downloading component 'rust-src'
34792024-12-03T22:53:12.889Z[ phbl-toolchain] info: downloading component 'rust-std'
34802024-12-03T22:53:14.972Z[ phbl-toolchain] info: downloading component 'rustc'
34812024-12-03T22:53:22.820Z[ phbl-toolchain] info: downloading component 'rustfmt'
34822024-12-03T22:53:23.183Z[ phbl-toolchain] info: installing component 'cargo'
34832024-12-03T22:53:24.457Z[ phbl-toolchain] info: installing component 'clippy'
34842024-12-03T22:53:24.978Z[ phbl-toolchain] info: installing component 'llvm-tools'
34852024-12-03T22:53:30.561Z[ phbl-toolchain] info: installing component 'miri'
34862024-12-03T22:53:30.853Z[ phbl-toolchain] info: installing component 'rust-docs'
34872024-12-03T22:53:38.410Z[ phbl-toolchain] info: installing component 'rust-src'
34882024-12-03T22:53:39.103Z[ phbl-toolchain] info: installing component 'rust-std'
34892024-12-03T22:53:41.400Z[ phbl-toolchain] info: installing component 'rustc'
34902024-12-03T22:53:50.477Z[ phbl-toolchain] info: installing component 'rustfmt'
34912024-12-03T22:53:51.305Z[ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25)
34922024-12-03T22:53:51.307ZDec 03 22:53:50.615 INFO [phbl-toolchain] process exited with exit status: 0 (49.824353849s)
34932024-12-03T22:55:00.801Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34942024-12-03T22:55:01.675Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34952024-12-03T23:01:46.715Z[ host-package] Finished `release` profile [optimized] target(s) in 19m 59s
34962024-12-03T23:02:55.713ZDec 03 23:02:54.935 INFO [host-package] process exited with exit status: 0 (1268.318368888s)
34972024-12-03T23:02:55.715ZDec 03 23:02:54.935 INFO [host-stamp] running task
34982024-12-03T23:02:55.715ZDec 03 23:02:54.935 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
34992024-12-03T23:02:55.721ZDec 03 23:02:54.944 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+gitbd515ff97e4
35002024-12-03T23:02:55.727ZDec 03 23:02:54.950 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+gitbd515ff97e4
35012024-12-03T23:02:55.733Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
35022024-12-03T23:02:55.736ZDec 03 23:02:54.957 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+gitbd515ff97e4
35032024-12-03T23:02:55.740Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
35042024-12-03T23:02:55.743ZDec 03 23:02:54.966 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 12.0.0-0.ci+gitbd515ff97e4
35052024-12-03T23:02:55.751Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
35062024-12-03T23:02:55.754Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
35072024-12-03T23:02:55.754Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
35082024-12-03T23:02:55.754ZDec 03 23:02:54.976 INFO[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
35092024-12-03T23:02:55.754Z [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+gitbd515ff97e4
35102024-12-03T23:02:55.764Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35112024-12-03T23:02:55.764ZDec 03 23:02:54.987 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+gitbd515ff97e4
35122024-12-03T23:02:55.776Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35132024-12-03T23:02:55.778ZDec 03 23:02:54.999 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+gitbd515ff97e4
35142024-12-03T23:02:55.793Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
35152024-12-03T23:02:55.796ZDec 03 23:02:55.016 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+gitbd515ff97e4
35162024-12-03T23:02:55.804Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
35172024-12-03T23:02:55.809Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
35182024-12-03T23:02:55.812ZDec 03 23:02:55.032 INFO [stamp-overlay] process exited with exit status: 0 (81.838514ms)
35192024-12-03T23:02:55.812ZDec 03 23:02:55.032 INFO [stamp-oxlog] process exited with exit status: 0 (88.557995ms)
35202024-12-03T23:02:55.812ZDec 03 23:02:55.032 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (45.577171ms)
35212024-12-03T23:02:55.821Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
35222024-12-03T23:02:55.883Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
35232024-12-03T23:02:55.887ZDec 03 23:02:55.094 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (128.127815ms)
35242024-12-03T23:02:55.973Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
35252024-12-03T23:02:55.976ZDec 03 23:02:55.199 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (222.825729ms)
35262024-12-03T23:02:56.128Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
35272024-12-03T23:02:56.130ZDec 03 23:02:55.353 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (395.698757ms)
35282024-12-03T23:02:56.937Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
35292024-12-03T23:02:56.941ZDec 03 23:02:56.163 INFO [stamp-propolis-server] process exited with exit status: 0 (1.164657779s)
35302024-12-03T23:02:57.043Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35312024-12-03T23:02:59.459Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35322024-12-03T23:03:06.591Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
35332024-12-03T23:03:06.596ZDec 03 23:03:05.815 INFO [stamp-switch-asic] process exited with exit status: 0 (10.799647015s)
35342024-12-03T23:03:06.598ZDec 03 23:03:05.815 INFO [host-stamp] task succeeded (10.880502307s)
35352024-12-03T23:03:06.598ZDec 03 23:03:05.816 INFO [host-proto] running task
35362024-12-03T23:03:07.022ZDec 03 23:03:06.243 INFO [host-proto] task succeeded (427.044842ms)
35372024-12-03T23:03:07.022ZDec 03 23:03:06.243 INFO [host-profile] running task
35382024-12-03T23:03:07.024ZDec 03 23:03:06.243 INFO [host-profile] task succeeded (352.996µs)
35392024-12-03T23:03:07.024ZDec 03 23:03:06.243 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/.tmpJya9uB/proto/host/root -N 'ci bd515ff/${os_short_commit} 2024-12-03 22:40' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
35402024-12-03T23:03:07.040Z[ host-image] Dec 03 23:03:06.260 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
35412024-12-03T23:03:07.042Z[ host-image] Dec 03 23:03:06.260 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
35422024-12-03T23:03:07.053Z[ host-image] Dec 03 23:03:06.274 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpJya9uB/proto/host/root"
35432024-12-03T23:03:07.053Z[ host-image] Dec 03 23:03:06.274 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
35442024-12-03T23:03:07.056Z[ host-image] Dec 03 23:03:06.274 INFO image builder template: ramdisk-01-os...
35452024-12-03T23:03:07.056Z[ host-image] Dec 03 23:03:06.275 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/.tmpJya9uB/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
35462024-12-03T23:03:07.075Z[ host-image] Dec 03 23:03:06.293 INFO O| Dec 03 23:03:06.293 INFO CREATE DATASET: rpool/images/build/host/output
35472024-12-03T23:03:07.269Z[ host-image] Dec 03 23:03:06.490 INFO O| Dec 03 23:03:06.490 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35482024-12-03T23:03:07.275Z[ host-image] Dec 03 23:03:06.495 INFO O| Dec 03 23:03:06.495 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35492024-12-03T23:03:07.521Z[ host-image] Dec 03 23:03:06.740 INFO O| Dec 03 23:03:06.740 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
35502024-12-03T23:03:07.589Z[ host-image] Dec 03 23:03:06.810 INFO O| Dec 03 23:03:06.809 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35512024-12-03T23:03:07.589Z[ host-image] Dec 03 23:03:06.810 INFO O| Dec 03 23:03:06.810 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
35522024-12-03T23:03:07.591Z[ host-image] Dec 03 23:03:06.810 INFO O| Dec 03 23:03:06.810 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
35532024-12-03T23:03:07.591Z[ host-image] Dec 03 23:03:06.810 INFO O| Dec 03 23:03:06.810 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
35542024-12-03T23:03:07.600Z[ host-image] Dec 03 23:03:06.821 INFO O| Dec 03 23:03:06.821 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
35552024-12-03T23:03:07.841Z[ host-image] Dec 03 23:03:07.062 INFO O| Dec 03 23:03:07.061 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35562024-12-03T23:03:07.853Z[ host-image] Dec 03 23:03:07.073 INFO O| Dec 03 23:03:07.073 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
35572024-12-03T23:03:08.448Z[ host-image] Dec 03 23:03:07.669 INFO O| Dec 03 23:03:07.669 INFO O| Caching catalogs ... Done
35582024-12-03T23:03:08.571Z[ host-image] Dec 03 23:03:07.791 INFO O| Dec 03 23:03:07.791 INFO STEP 0 (pkg_image_create) COMPLETE
35592024-12-03T23:03:08.571Z[ host-image] Dec 03 23:03:07.791 INFO O| Dec 03 23:03:07.791 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35602024-12-03T23:03:08.573Z[ host-image] Dec 03 23:03:07.791 INFO O| Dec 03 23:03:07.791 INFO skip step because feature "repo_redist" is not enabled
35612024-12-03T23:03:08.574Z[ host-image] Dec 03 23:03:07.791 INFO O| Dec 03 23:03:07.791 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35622024-12-03T23:03:08.588Z[ host-image] Dec 03 23:03:07.808 INFO O| Dec 03 23:03:07.808 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"]
35632024-12-03T23:03:09.228Z[ host-image] Dec 03 23:03:08.448 INFO O| Dec 03 23:03:08.448 INFO STEP 2 (pkg_set_publisher) COMPLETE
35642024-12-03T23:03:09.228Z[ host-image] Dec 03 23:03:08.448 INFO O| Dec 03 23:03:08.448 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35652024-12-03T23:03:09.244Z[ host-image] Dec 03 23:03:08.465 INFO O| Dec 03 23:03:08.464 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"]
35662024-12-03T23:03:09.807Z[ host-image] Dec 03 23:03:09.028 INFO O| Dec 03 23:03:09.027 INFO STEP 3 (pkg_set_publisher) COMPLETE
35672024-12-03T23:03:09.807Z[ host-image] Dec 03 23:03:09.028 INFO O| Dec 03 23:03:09.027 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35682024-12-03T23:03:09.807Z[ host-image] Dec 03 23:03:09.028 INFO O| Dec 03 23:03:09.028 INFO skip step because feature "repo_redist" is not enabled
35692024-12-03T23:03:09.811Z[ host-image] Dec 03 23:03:09.028 INFO O| Dec 03 23:03:09.028 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35702024-12-03T23:03:10.374Z[ host-image] Dec 03 23:03:09.595 INFO O| Dec 03 23:03:09.594 INFO variant opensolaris.zone is already global
35712024-12-03T23:03:10.374Z[ host-image] Dec 03 23:03:09.595 INFO O| Dec 03 23:03:09.595 INFO STEP 5 (pkg_change_variant) COMPLETE
35722024-12-03T23:03:10.377Z[ host-image] Dec 03 23:03:09.595 INFO O| Dec 03 23:03:09.595 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35732024-12-03T23:03:11.034Z[ host-image] Dec 03 23:03:10.254 INFO O| Dec 03 23:03:10.254 INFO variant opensolaris.imagetype is full; changing to partial
35742024-12-03T23:03:11.034Z[ host-image] Dec 03 23:03:10.254 INFO O| Dec 03 23:03:10.254 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
35752024-12-03T23:03:18.636Z[ host-image] Dec 03 23:03:17.855 INFO O| Dec 03 23:03:17.855 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35762024-12-03T23:03:18.989Z[recovery-package] Finished `release` profile [optimized] target(s) in 23.00s
35772024-12-03T23:03:21.033ZDec 03 23:03:20.251 INFO [recovery-package] process exited with exit status: 0 (25.315820755s)
35782024-12-03T23:03:21.033ZDec 03 23:03:20.251 INFO [recovery-stamp] running task
35792024-12-03T23:03:21.035ZDec 03 23:03:20.251 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
35802024-12-03T23:03:21.035ZDec 03 23:03:20.252 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+gitbd515ff97e4
35812024-12-03T23:03:21.052ZDec 03 23:03:20.270 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+gitbd515ff97e4
35822024-12-03T23:03:21.066Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
35832024-12-03T23:03:21.076Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
35842024-12-03T23:03:21.149Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
35852024-12-03T23:03:21.154ZDec 03 23:03:20.371 INFO [stamp-installinator] process exited with exit status: 0 (119.630338ms)
35862024-12-03T23:03:21.203Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
35872024-12-03T23:03:21.206ZDec 03 23:03:20.425 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (154.501969ms)
35882024-12-03T23:03:21.209ZDec 03 23:03:20.425 INFO [recovery-stamp] task succeeded (173.676699ms)
35892024-12-03T23:03:21.209ZDec 03 23:03:20.425 INFO [recovery-proto] running task
35902024-12-03T23:03:21.209ZDec 03 23:03:20.425 INFO [tuf-stamp] running task
35912024-12-03T23:03:21.209ZDec 03 23:03:20.426 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+gitbd515ff97e4
35922024-12-03T23:03:21.224ZDec 03 23:03:20.442 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+gitbd515ff97e4
35932024-12-03T23:03:21.235Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
35942024-12-03T23:03:21.240ZDec 03 23:03:20.459 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+gitbd515ff97e4
35952024-12-03T23:03:21.253Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
35962024-12-03T23:03:21.256ZDec 03 23:03:20.472 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+gitbd515ff97e4
35972024-12-03T23:03:21.269Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
35982024-12-03T23:03:21.272ZDec 03 23:03:20.487 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+gitbd515ff97e4
35992024-12-03T23:03:21.293Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
36002024-12-03T23:03:21.296ZDec 03 23:03:20.512 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+gitbd515ff97e4
36012024-12-03T23:03:21.335Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
36022024-12-03T23:03:21.339Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
36032024-12-03T23:03:21.339ZDec 03 23:03:20.555 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+gitbd515ff97e4
36042024-12-03T23:03:21.385Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
36052024-12-03T23:03:21.387ZDec 03 23:03:20.604 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+gitbd515ff97e4
36062024-12-03T23:03:21.431Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
36072024-12-03T23:03:21.431ZDec 03 23:03:20.649 INFO [recovery-proto] task succeeded (224.234541ms)
36082024-12-03T23:03:21.435ZDec 03 23:03:20.650 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+gitbd515ff97e4
36092024-12-03T23:03:21.435ZDec 03 23:03:20.650 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/.tmpJya9uB/proto/recovery/root -N 'recovery bd515ff/${os_short_commit} 2024-12-03 22:40' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
36102024-12-03T23:03:21.590Z[ recovery-image] Dec 03 23:03:20.808 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
36112024-12-03T23:03:21.592Z[ recovery-image] Dec 03 23:03:20.808 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
36122024-12-03T23:03:21.606Z[ recovery-image] Dec 03 23:03:20.824 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpJya9uB/proto/recovery/root"
36132024-12-03T23:03:21.606Z[ recovery-image] Dec 03 23:03:20.824 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
36142024-12-03T23:03:21.608Z[ recovery-image] Dec 03 23:03:20.825 INFO image builder template: ramdisk-01-os...
36152024-12-03T23:03:21.608Z[ recovery-image] Dec 03 23:03:20.825 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/.tmpJya9uB/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
36162024-12-03T23:03:21.608Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
36172024-12-03T23:03:21.608ZDec 03 23:03:20.825 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+gitbd515ff97e4
36182024-12-03T23:03:21.645Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
36192024-12-03T23:03:21.647ZDec 03 23:03:20.863 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+gitbd515ff97e4
36202024-12-03T23:03:21.674Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
36212024-12-03T23:03:21.677Z[ recovery-image] Dec 03 23:03:20.894 INFO O| Dec 03 23:03:20.893 INFO CREATE DATASET: rpool/images/build/recovery/output
36222024-12-03T23:03:21.832Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
36232024-12-03T23:03:21.834ZDec 03 23:03:21.050 INFO [stamp-ntp] process exited with exit status: 0 (607.527244ms)
36242024-12-03T23:03:21.834ZDec 03 23:03:21.050 INFO [stamp-probe] process exited with exit status: 0 (623.889149ms)
36252024-12-03T23:03:21.834Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
36262024-12-03T23:03:21.927Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
36272024-12-03T23:03:21.977Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
36282024-12-03T23:03:22.071Z[ recovery-image] Dec 03 23:03:21.289 INFO O| Dec 03 23:03:21.289 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36292024-12-03T23:03:22.079Z[ recovery-image] Dec 03 23:03:21.296 INFO O| Dec 03 23:03:21.296 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36302024-12-03T23:03:22.408Z[ recovery-image] Dec 03 23:03:21.626 INFO O| Dec 03 23:03:21.626 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
36312024-12-03T23:03:22.505Z[ recovery-image] Dec 03 23:03:21.723 INFO O| Dec 03 23:03:21.723 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36322024-12-03T23:03:22.507Z[ recovery-image] Dec 03 23:03:21.724 INFO O| Dec 03 23:03:21.724 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36332024-12-03T23:03:22.507Z[ recovery-image] Dec 03 23:03:21.724 INFO O| Dec 03 23:03:21.724 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36342024-12-03T23:03:22.507Z[ recovery-image] Dec 03 23:03:21.724 INFO O| Dec 03 23:03:21.724 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36352024-12-03T23:03:22.578Z[ recovery-image] Dec 03 23:03:21.796 INFO O| Dec 03 23:03:21.796 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36362024-12-03T23:03:22.696Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
36372024-12-03T23:03:22.737ZDec 03 23:03:21.955 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.496009585s)
36382024-12-03T23:03:22.964Z[ recovery-image] Dec 03 23:03:22.178 INFO O| Dec 03 23:03:22.177 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36392024-12-03T23:03:22.968Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
36402024-12-03T23:03:22.973Z[ recovery-image] Dec 03 23:03:22.192 INFO O| Dec 03 23:03:22.192 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
36412024-12-03T23:03:22.996ZDec 03 23:03:22.214 INFO [stamp-external-dns] process exited with exit status: 0 (1.741868975s)
36422024-12-03T23:03:23.060Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
36432024-12-03T23:03:23.110ZDec 03 23:03:22.328 INFO [stamp-internal-dns] process exited with exit status: 0 (1.840970358s)
36442024-12-03T23:03:23.255Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
36452024-12-03T23:03:23.280ZDec 03 23:03:22.498 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.985943051s)
36462024-12-03T23:03:23.524Z[ recovery-image] Dec 03 23:03:22.742 INFO O| Dec 03 23:03:22.742 INFO O| Caching catalogs ... Done
36472024-12-03T23:03:23.644Z[ recovery-image] Dec 03 23:03:22.860 INFO O| Dec 03 23:03:22.860 INFO STEP 0 (pkg_image_create) COMPLETE
36482024-12-03T23:03:23.644Z[ recovery-image] Dec 03 23:03:22.860 INFO O| Dec 03 23:03:22.860 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36492024-12-03T23:03:23.644Z[ recovery-image] Dec 03 23:03:22.860 INFO O| Dec 03 23:03:22.860 INFO skip step because feature "repo_redist" is not enabled
36502024-12-03T23:03:23.650Z[ recovery-image] Dec 03 23:03:22.860 INFO O| Dec 03 23:03:22.860 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36512024-12-03T23:03:23.657Z[ recovery-image] Dec 03 23:03:22.875 INFO O| Dec 03 23:03:22.875 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "set-publisher", "--no-refresh", "-O", "https://pkg.oxide.computer/helios/2/dev/", "helios-dev"]
36522024-12-03T23:03:23.904Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
36532024-12-03T23:03:23.908ZDec 03 23:03:23.126 INFO [stamp-oximeter] process exited with exit status: 0 (2.476512303s)
36542024-12-03T23:03:23.914Z[ host-image] Dec 03 23:03:23.133 INFO O| Dec 03 23:03:23.132 INFO O| Startup: Caching catalogs ... Done
36552024-12-03T23:03:24.013Z[ host-image] Dec 03 23:03:23.231 INFO O| Dec 03 23:03:23.231 INFO O| Planning: Planning completed in 0.00 seconds
36562024-12-03T23:03:24.016Z[ host-image] Dec 03 23:03:23.232 INFO O| Dec 03 23:03:23.232 INFO O| Planning: Consolidating action changes ... Done
36572024-12-03T23:03:24.016Z[ host-image] Dec 03 23:03:23.232 INFO O| Dec 03 23:03:23.232 INFO O| Planning: Evaluating mediators ... Done
36582024-12-03T23:03:24.016Z[ host-image] Dec 03 23:03:23.232 INFO O| Dec 03 23:03:23.232 INFO O| Planning: Planning completed in 0.00 seconds
36592024-12-03T23:03:24.016Z[ host-image] Dec 03 23:03:23.232 INFO O| Dec 03 23:03:23.232 INFO O| Variants/Facets to change: 1
36602024-12-03T23:03:24.041Z[ host-image] Dec 03 23:03:23.258 INFO O| Dec 03 23:03:23.258 INFO O| Done
36612024-12-03T23:03:24.041Z[ host-image] Dec 03 23:03:23.258 INFO O| Dec 03 23:03:23.258 INFO O| Done
36622024-12-03T23:03:24.115Z[ recovery-image] Dec 03 23:03:23.332 INFO O| Dec 03 23:03:23.332 INFO STEP 2 (pkg_set_publisher) COMPLETE
36632024-12-03T23:03:24.115Z[ recovery-image] Dec 03 23:03:23.332 INFO O| Dec 03 23:03:23.332 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36642024-12-03T23:03:24.129Z[ recovery-image] Dec 03 23:03:23.347 INFO O| Dec 03 23:03:23.347 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"]
36652024-12-03T23:03:24.605Z[ recovery-image] Dec 03 23:03:23.823 INFO O| Dec 03 23:03:23.823 INFO STEP 3 (pkg_set_publisher) COMPLETE
36662024-12-03T23:03:24.605Z[ recovery-image] Dec 03 23:03:23.823 INFO O| Dec 03 23:03:23.823 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36672024-12-03T23:03:24.605Z[ recovery-image] Dec 03 23:03:23.823 INFO O| Dec 03 23:03:23.823 INFO skip step because feature "repo_redist" is not enabled
36682024-12-03T23:03:24.608Z[ recovery-image] Dec 03 23:03:23.823 INFO O| Dec 03 23:03:23.823 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36692024-12-03T23:03:24.864Z[ host-image] Dec 03 23:03:24.019 INFO O| Dec 03 23:03:24.019 INFO O| Done
36702024-12-03T23:03:24.868Z[ host-image] Dec 03 23:03:24.082 INFO O| Dec 03 23:03:24.082 INFO O| Done
36712024-12-03T23:03:24.868Z[ host-image] Dec 03 23:03:24.084 INFO O| Dec 03 23:03:24.084 INFO O| Done
36722024-12-03T23:03:24.868Z[ host-image] Dec 03 23:03:24.084 INFO O| Dec 03 23:03:24.084 INFO O| Done
36732024-12-03T23:03:24.884Z[ host-image] Dec 03 23:03:24.085 INFO O| Dec 03 23:03:24.085 INFO O| Done
36742024-12-03T23:03:25.026Z[ recovery-image] Dec 03 23:03:24.243 INFO O| Dec 03 23:03:24.243 INFO variant opensolaris.zone is already global
36752024-12-03T23:03:25.026Z[ recovery-image] Dec 03 23:03:24.244 INFO O| Dec 03 23:03:24.243 INFO STEP 5 (pkg_change_variant) COMPLETE
36762024-12-03T23:03:25.028Z[ recovery-image] Dec 03 23:03:24.244 INFO O| Dec 03 23:03:24.243 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36772024-12-03T23:03:25.381Z[ recovery-image] Dec 03 23:03:24.599 INFO O| Dec 03 23:03:24.599 INFO variant opensolaris.imagetype is full; changing to partial
36782024-12-03T23:03:25.381Z[ recovery-image] Dec 03 23:03:24.599 INFO O| Dec 03 23:03:24.599 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
36792024-12-03T23:03:25.437Z[ host-image] Dec 03 23:03:24.655 INFO O| Dec 03 23:03:24.655 INFO STEP 6 (pkg_change_variant) COMPLETE
36802024-12-03T23:03:25.437Z[ host-image] Dec 03 23:03:24.655 INFO O| Dec 03 23:03:24.655 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36812024-12-03T23:03:25.437Z[ host-image] Dec 03 23:03:24.655 INFO O| Dec 03 23:03:24.655 INFO skip step because feature "debug_variant" is not enabled
36822024-12-03T23:03:25.438Z[ host-image] Dec 03 23:03:24.655 INFO O| Dec 03 23:03:24.655 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36832024-12-03T23:03:25.674Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
36842024-12-03T23:03:25.678ZDec 03 23:03:24.896 INFO [stamp-nexus] process exited with exit status: 0 (4.032536504s)
36852024-12-03T23:03:25.876Z[ host-image] Dec 03 23:03:25.093 INFO O| Dec 03 23:03:25.093 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
36862024-12-03T23:03:26.384Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36872024-12-03T23:03:26.386Z[verify-libraries] Compiling polyval v0.6.2
36882024-12-03T23:03:26.543Z[ host-image] Dec 03 23:03:25.761 INFO O| Dec 03 23:03:25.760 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36892024-12-03T23:03:26.545Z[ host-image] Dec 03 23:03:25.762 INFO O| Dec 03 23:03:25.762 INFO O| Planning: Planning completed in 0.00 seconds
36902024-12-03T23:03:26.546Z[ host-image] Dec 03 23:03:25.763 INFO O| Dec 03 23:03:25.763 INFO O| Planning: Consolidating action changes ... Done
36912024-12-03T23:03:26.546Z[ host-image] Dec 03 23:03:25.763 INFO O| Dec 03 23:03:25.763 INFO O| Planning: Evaluating mediators ... Done
36922024-12-03T23:03:26.546Z[ host-image] Dec 03 23:03:25.763 INFO O| Dec 03 23:03:25.763 INFO O| Planning: Planning completed in 0.00 seconds
36932024-12-03T23:03:26.549Z[ host-image] Dec 03 23:03:25.764 INFO O| Dec 03 23:03:25.763 INFO O| Variants/Facets to change: 1
36942024-12-03T23:03:26.568Z[ host-image] Dec 03 23:03:25.785 INFO O| Dec 03 23:03:25.785 INFO O| Done
36952024-12-03T23:03:26.568Z[ host-image] Dec 03 23:03:25.785 INFO O| Dec 03 23:03:25.785 INFO O| Done
36962024-12-03T23:03:26.580Z[verify-libraries] Compiling ctr v0.9.2
36972024-12-03T23:03:26.601Z[verify-libraries] Compiling ssh-encoding v0.2.0
36982024-12-03T23:03:26.601Z[verify-libraries] Compiling blowfish v0.9.1
36992024-12-03T23:03:26.709Z[verify-libraries] Compiling password-hash v0.4.2
37002024-12-03T23:03:26.711Z[verify-libraries] Compiling matches v0.1.10
37012024-12-03T23:03:26.714Z[verify-libraries] Compiling p521 v0.13.3
37022024-12-03T23:03:27.225Z[verify-libraries] Compiling ghash v0.5.1
37032024-12-03T23:03:27.285Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
37042024-12-03T23:03:27.402Z[verify-libraries] Compiling idna v0.2.3
37052024-12-03T23:03:27.479Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
37062024-12-03T23:03:27.503ZDec 03 23:03:26.719 INFO [stamp-cockroachdb] process exited with exit status: 0 (6.11561155s)
37072024-12-03T23:03:27.513Z[verify-libraries] Compiling aes-gcm v0.10.3
37082024-12-03T23:03:27.559Z[ host-image] Dec 03 23:03:26.776 INFO O| Dec 03 23:03:26.776 INFO O| Done
37092024-12-03T23:03:27.664Z[ host-image] Dec 03 23:03:26.882 INFO O| Dec 03 23:03:26.882 INFO O| Done
37102024-12-03T23:03:27.667Z[ host-image] Dec 03 23:03:26.883 INFO O| Dec 03 23:03:26.883 INFO O| Done
37112024-12-03T23:03:27.667Z[ host-image] Dec 03 23:03:26.883 INFO O| Dec 03 23:03:26.883 INFO O| Done
37122024-12-03T23:03:27.667Z[ host-image] Dec 03 23:03:26.884 INFO O| Dec 03 23:03:26.884 INFO O| Done
37132024-12-03T23:03:27.743Z[verify-libraries] Compiling pbkdf2 v0.11.0
37142024-12-03T23:03:27.777Z[ host-image] Dec 03 23:03:26.994 INFO O| Dec 03 23:03:26.994 INFO STEP 8 (pkg_change_facet) COMPLETE
37152024-12-03T23:03:27.778Z[ host-image] Dec 03 23:03:26.994 INFO O| Dec 03 23:03:26.994 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37162024-12-03T23:03:27.778Z[ host-image] Dec 03 23:03:26.994 INFO O| Dec 03 23:03:26.994 INFO skip step because feature "recovery" is not enabled
37172024-12-03T23:03:27.778Z[ host-image] Dec 03 23:03:26.994 INFO O| Dec 03 23:03:26.994 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37182024-12-03T23:03:27.780Z[ host-image] Dec 03 23:03:26.994 INFO O| Dec 03 23:03:26.994 INFO skip step because feature "recovery" is not enabled
37192024-12-03T23:03:27.780Z[ host-image] Dec 03 23:03:26.994 INFO O| Dec 03 23:03:26.994 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37202024-12-03T23:03:27.797Z[ host-image] Dec 03 23:03:27.015 INFO O| Dec 03 23:03:27.014 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"]
37212024-12-03T23:03:28.012Z[verify-libraries] Compiling ssh-cipher v0.2.0
37222024-12-03T23:03:28.015Z[verify-libraries] Compiling p256 v0.13.2
37232024-12-03T23:03:28.314Z[verify-libraries] Compiling enum-as-inner v0.5.1
37242024-12-03T23:03:28.531Z[verify-libraries] Compiling russh-cryptovec v0.7.3
37252024-12-03T23:03:29.032Z[ host-image] Dec 03 23:03:28.249 INFO O| Dec 03 23:03:28.249 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37262024-12-03T23:03:29.113Z[verify-libraries] Compiling ssh-key v0.6.6
37272024-12-03T23:03:29.601Z[verify-libraries] Compiling md5 v0.7.0
37282024-12-03T23:03:29.783Z[verify-libraries] Compiling trust-dns-proto v0.22.0
37292024-12-03T23:03:30.451Z[verify-libraries] Compiling num-bigint v0.4.6
37302024-12-03T23:03:32.835Z[verify-libraries] Compiling russh-keys v0.45.0
37312024-12-03T23:03:33.201Z[verify-libraries] Compiling des v0.8.1
37322024-12-03T23:03:33.249Z[verify-libraries] Compiling hex-literal v0.4.1
37332024-12-03T23:03:33.714Z[verify-libraries] Compiling dhcproto-macros v0.1.0
37342024-12-03T23:03:33.953Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
37352024-12-03T23:03:35.058Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
37362024-12-03T23:03:35.125ZDec 03 23:03:34.341 INFO [stamp-clickhouse] process exited with exit status: 0 (13.786342147s)
37372024-12-03T23:03:35.203Z[verify-libraries] Compiling petname v2.0.2
37382024-12-03T23:03:35.996Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
37392024-12-03T23:03:36.065ZDec 03 23:03:35.281 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (14.456158803s)
37402024-12-03T23:03:36.065ZDec 03 23:03:35.281 INFO [tuf-stamp] task succeeded (14.856130609s)
37412024-12-03T23:03:36.524Z[verify-libraries] Compiling dhcproto v0.12.0
37422024-12-03T23:03:38.412Z[ recovery-image] Dec 03 23:03:37.628 INFO O| Dec 03 23:03:37.628 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37432024-12-03T23:03:39.938Z[verify-libraries] Compiling russh v0.45.0
37442024-12-03T23:03:41.589Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
37452024-12-03T23:03:42.523Z[verify-libraries] Compiling internet-checksum v0.2.1
37462024-12-03T23:03:43.185Z[verify-libraries] Compiling heck v0.4.1
37472024-12-03T23:03:44.700Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
37482024-12-03T23:03:46.711Z[ recovery-image] Dec 03 23:03:45.926 INFO O| Dec 03 23:03:45.926 INFO O| Startup: Caching catalogs ... Done
37492024-12-03T23:03:46.846Z[ recovery-image] Dec 03 23:03:46.060 INFO O| Dec 03 23:03:46.060 INFO O| Planning: Planning completed in 0.00 seconds
37502024-12-03T23:03:46.849Z[ recovery-image] Dec 03 23:03:46.061 INFO O| Dec 03 23:03:46.061 INFO O| Planning: Consolidating action changes ... Done
37512024-12-03T23:03:46.849Z[ recovery-image] Dec 03 23:03:46.061 INFO O| Dec 03 23:03:46.061 INFO O| Planning: Evaluating mediators ... Done
37522024-12-03T23:03:46.849Z[ recovery-image] Dec 03 23:03:46.062 INFO O| Dec 03 23:03:46.062 INFO O| Planning: Planning completed in 0.00 seconds
37532024-12-03T23:03:46.849Z[ recovery-image] Dec 03 23:03:46.062 INFO O| Dec 03 23:03:46.062 INFO O| Variants/Facets to change: 1
37542024-12-03T23:03:47.018Z[ recovery-image] Dec 03 23:03:46.231 INFO O| Dec 03 23:03:46.230 INFO O| Done
37552024-12-03T23:03:47.018Z[ recovery-image] Dec 03 23:03:46.231 INFO O| Dec 03 23:03:46.231 INFO O| Done
37562024-12-03T23:03:48.134Z[ recovery-image] Dec 03 23:03:47.345 INFO O| Dec 03 23:03:47.345 INFO O| Done
37572024-12-03T23:03:48.217Z[ recovery-image] Dec 03 23:03:47.425 INFO O| Dec 03 23:03:47.425 INFO O| Done
37582024-12-03T23:03:48.222Z[ recovery-image] Dec 03 23:03:47.427 INFO O| Dec 03 23:03:47.427 INFO O| Done
37592024-12-03T23:03:48.222Z[ recovery-image] Dec 03 23:03:47.427 INFO O| Dec 03 23:03:47.427 INFO O| Done
37602024-12-03T23:03:48.222Z[ recovery-image] Dec 03 23:03:47.428 INFO O| Dec 03 23:03:47.428 INFO O| Done
37612024-12-03T23:03:48.880Z[ recovery-image] Dec 03 23:03:48.094 INFO O| Dec 03 23:03:48.094 INFO STEP 6 (pkg_change_variant) COMPLETE
37622024-12-03T23:03:48.880Z[ recovery-image] Dec 03 23:03:48.094 INFO O| Dec 03 23:03:48.094 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37632024-12-03T23:03:48.880Z[ recovery-image] Dec 03 23:03:48.094 INFO O| Dec 03 23:03:48.094 INFO skip step because feature "debug_variant" is not enabled
37642024-12-03T23:03:48.882Z[ recovery-image] Dec 03 23:03:48.094 INFO O| Dec 03 23:03:48.094 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37652024-12-03T23:03:49.646Z[ recovery-image] Dec 03 23:03:48.860 INFO O| Dec 03 23:03:48.860 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
37662024-12-03T23:03:50.936Z[ recovery-image] Dec 03 23:03:50.150 INFO O| Dec 03 23:03:50.150 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37672024-12-03T23:03:50.939Z[ recovery-image] Dec 03 23:03:50.152 INFO O| Dec 03 23:03:50.152 INFO O| Planning: Planning completed in 0.00 seconds
37682024-12-03T23:03:50.939Z[ recovery-image] Dec 03 23:03:50.153 INFO O| Dec 03 23:03:50.152 INFO O| Planning: Consolidating action changes ... Done
37692024-12-03T23:03:50.941Z[ recovery-image] Dec 03 23:03:50.153 INFO O| Dec 03 23:03:50.153 INFO O| Planning: Evaluating mediators ... Done
37702024-12-03T23:03:50.941Z[ recovery-image] Dec 03 23:03:50.153 INFO O| Dec 03 23:03:50.153 INFO O| Planning: Planning completed in 0.00 seconds
37712024-12-03T23:03:50.941Z[ recovery-image] Dec 03 23:03:50.154 INFO O| Dec 03 23:03:50.153 INFO O| Variants/Facets to change: 1
37722024-12-03T23:03:50.964Z[ recovery-image] Dec 03 23:03:50.178 INFO O| Dec 03 23:03:50.178 INFO O| Done
37732024-12-03T23:03:50.964Z[ recovery-image] Dec 03 23:03:50.178 INFO O| Dec 03 23:03:50.178 INFO O| Done
37742024-12-03T23:03:51.805Z[ recovery-image] Dec 03 23:03:51.018 INFO O| Dec 03 23:03:51.018 INFO O| Done
37752024-12-03T23:03:51.940Z[ recovery-image] Dec 03 23:03:51.154 INFO O| Dec 03 23:03:51.154 INFO O| Done
37762024-12-03T23:03:51.943Z[ recovery-image] Dec 03 23:03:51.155 INFO O| Dec 03 23:03:51.154 INFO O| Done
37772024-12-03T23:03:51.943Z[ recovery-image] Dec 03 23:03:51.155 INFO O| Dec 03 23:03:51.155 INFO O| Done
37782024-12-03T23:03:51.943Z[ recovery-image] Dec 03 23:03:51.156 INFO O| Dec 03 23:03:51.156 INFO O| Done
37792024-12-03T23:03:52.046Z[ recovery-image] Dec 03 23:03:51.260 INFO O| Dec 03 23:03:51.260 INFO STEP 8 (pkg_change_facet) COMPLETE
37802024-12-03T23:03:52.047Z[ recovery-image] Dec 03 23:03:51.260 INFO O| Dec 03 23:03:51.260 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37812024-12-03T23:03:52.755Z[ recovery-image] Dec 03 23:03:51.969 INFO O| Dec 03 23:03:51.968 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
37822024-12-03T23:03:53.006Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
37832024-12-03T23:03:53.609Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
37842024-12-03T23:03:53.731Z[ recovery-image] Dec 03 23:03:52.944 INFO O| Dec 03 23:03:52.944 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37852024-12-03T23:03:53.734Z[ recovery-image] Dec 03 23:03:52.946 INFO O| Dec 03 23:03:52.946 INFO O| Planning: Planning completed in 0.00 seconds
37862024-12-03T23:03:53.734Z[ recovery-image] Dec 03 23:03:52.947 INFO O| Dec 03 23:03:52.947 INFO O| Planning: Consolidating action changes ... Done
37872024-12-03T23:03:53.734Z[ recovery-image] Dec 03 23:03:52.947 INFO O| Dec 03 23:03:52.947 INFO O| Planning: Evaluating mediators ... Done
37882024-12-03T23:03:53.734Z[ recovery-image] Dec 03 23:03:52.947 INFO O| Dec 03 23:03:52.947 INFO O| Planning: Planning completed in 0.00 seconds
37892024-12-03T23:03:53.737Z[ recovery-image] Dec 03 23:03:52.947 INFO O| Dec 03 23:03:52.947 INFO O| Variants/Facets to change: 1
37902024-12-03T23:03:53.830Z[ recovery-image] Dec 03 23:03:53.043 INFO O| Dec 03 23:03:53.043 INFO O| Done
37912024-12-03T23:03:53.830Z[ recovery-image] Dec 03 23:03:53.044 INFO O| Dec 03 23:03:53.043 INFO O| Done
37922024-12-03T23:03:53.991Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
37932024-12-03T23:03:54.303Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
37942024-12-03T23:03:54.595Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
37952024-12-03T23:03:54.636Z[ recovery-image] Dec 03 23:03:53.850 INFO O| Dec 03 23:03:53.849 INFO O| Done
37962024-12-03T23:03:54.715Z[ recovery-image] Dec 03 23:03:53.928 INFO O| Dec 03 23:03:53.927 INFO O| Done
37972024-12-03T23:03:54.724Z[ recovery-image] Dec 03 23:03:53.929 INFO O| Dec 03 23:03:53.929 INFO O| Done
37982024-12-03T23:03:54.724Z[ recovery-image] Dec 03 23:03:53.929 INFO O| Dec 03 23:03:53.929 INFO O| Done
37992024-12-03T23:03:54.730Z[ recovery-image] Dec 03 23:03:53.931 INFO O| Dec 03 23:03:53.931 INFO O| Done
38002024-12-03T23:03:54.816Z[verify-libraries] Compiling sync-ptr v0.1.1
38012024-12-03T23:03:54.855Z[ recovery-image] Dec 03 23:03:54.068 INFO O| Dec 03 23:03:54.068 INFO STEP 9 (pkg_change_facet) COMPLETE
38022024-12-03T23:03:54.855Z[ recovery-image] Dec 03 23:03:54.068 INFO O| Dec 03 23:03:54.068 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38032024-12-03T23:03:55.127Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38042024-12-03T23:03:55.390Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
38052024-12-03T23:03:55.574Z[ recovery-image] Dec 03 23:03:54.787 INFO O| Dec 03 23:03:54.787 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
38062024-12-03T23:03:56.667Z[ recovery-image] Dec 03 23:03:55.880 INFO O| Dec 03 23:03:55.880 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38072024-12-03T23:03:56.670Z[ recovery-image] Dec 03 23:03:55.883 INFO O| Dec 03 23:03:55.883 INFO O| Planning: Planning completed in 0.00 seconds
38082024-12-03T23:03:56.672Z[ recovery-image] Dec 03 23:03:55.884 INFO O| Dec 03 23:03:55.884 INFO O| Planning: Consolidating action changes ... Done
38092024-12-03T23:03:56.673Z[ recovery-image] Dec 03 23:03:55.884 INFO O| Dec 03 23:03:55.884 INFO O| Planning: Evaluating mediators ... Done
38102024-12-03T23:03:56.673Z[ recovery-image] Dec 03 23:03:55.885 INFO O| Dec 03 23:03:55.885 INFO O| Planning: Planning completed in 0.00 seconds
38112024-12-03T23:03:56.676Z[ recovery-image] Dec 03 23:03:55.886 INFO O| Dec 03 23:03:55.886 INFO O| Variants/Facets to change: 1
38122024-12-03T23:03:56.861Z[ recovery-image] Dec 03 23:03:56.074 INFO O| Dec 03 23:03:56.074 INFO O| Done
38132024-12-03T23:03:56.861Z[ recovery-image] Dec 03 23:03:56.074 INFO O| Dec 03 23:03:56.074 INFO O| Done
38142024-12-03T23:03:57.375Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
38152024-12-03T23:03:57.742Z[ recovery-image] Dec 03 23:03:56.955 INFO O| Dec 03 23:03:56.955 INFO O| Done
38162024-12-03T23:03:57.863Z[ recovery-image] Dec 03 23:03:57.076 INFO O| Dec 03 23:03:57.076 INFO O| Done
38172024-12-03T23:03:57.866Z[ recovery-image] Dec 03 23:03:57.078 INFO O| Dec 03 23:03:57.078 INFO O| Done
38182024-12-03T23:03:57.866Z[ recovery-image] Dec 03 23:03:57.078 INFO O| Dec 03 23:03:57.078 INFO O| Done
38192024-12-03T23:03:57.869Z[ recovery-image] Dec 03 23:03:57.080 INFO O| Dec 03 23:03:57.080 INFO O| Done
38202024-12-03T23:03:57.958Z[ recovery-image] Dec 03 23:03:57.170 INFO O| Dec 03 23:03:57.170 INFO STEP 10 (pkg_change_facet) COMPLETE
38212024-12-03T23:03:57.958Z[ recovery-image] Dec 03 23:03:57.170 INFO O| Dec 03 23:03:57.170 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38222024-12-03T23:03:57.979Z[ recovery-image] Dec 03 23:03:57.190 INFO O| Dec 03 23:03:57.190 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"]
38232024-12-03T23:03:59.100Z[ recovery-image] Dec 03 23:03:58.313 INFO O| Dec 03 23:03:58.312 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38242024-12-03T23:03:59.770Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38252024-12-03T23:04:02.622Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
38262024-12-03T23:04:08.810Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
38272024-12-03T23:04:14.004Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
38282024-12-03T23:04:16.978Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
38292024-12-03T23:04:18.110Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
38302024-12-03T23:04:19.578Z[verify-libraries] Compiling termios v0.3.3
38312024-12-03T23:04:19.945Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
38322024-12-03T23:04:31.186Z[ host-image] Dec 03 23:04:30.393 INFO O| Dec 03 23:04:30.393 INFO O| Planning: Solver setup ... Done
38332024-12-03T23:04:34.427Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
38342024-12-03T23:04:43.453Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
38352024-12-03T23:05:00.470Z[ recovery-image] Dec 03 23:04:59.673 INFO O| Dec 03 23:04:59.673 INFO O| Planning: Solver setup ... Done
38362024-12-03T23:05:29.664Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
38372024-12-03T23:05:35.380Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38382024-12-03T23:05:41.602Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
38392024-12-03T23:05:41.655Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
38402024-12-03T23:05:46.023Z[ host-image] Dec 03 23:05:45.219 INFO O| Dec 03 23:05:45.219 INFO O| Planning: Running solver ... Done
38412024-12-03T23:05:46.616Z[ host-image] Dec 03 23:05:45.812 INFO O| Dec 03 23:05:45.812 INFO O| Planning: Finding local manifests ... Done
38422024-12-03T23:05:46.645Z[ host-image] Dec 03 23:05:45.841 INFO O| Dec 03 23:05:45.841 INFO O| Planning: Fetching manifests: 0/124 0% complete
38432024-12-03T23:05:51.899Z[ host-image] Dec 03 23:05:51.094 INFO O| Dec 03 23:05:51.094 INFO O| Planning: Fetching manifests: 124/124 100% complete
38442024-12-03T23:05:53.375Z[ host-image] Dec 03 23:05:52.570 INFO O| Dec 03 23:05:52.570 INFO O| Planning: Package planning ... Done
38452024-12-03T23:05:54.916Z[ host-image] Dec 03 23:05:54.111 INFO O| Dec 03 23:05:54.111 INFO O| Planning: Merging actions ... Done
38462024-12-03T23:05:55.481Z[ host-image] Dec 03 23:05:54.675 INFO O| Dec 03 23:05:54.675 INFO O| Planning: Checking for conflicting actions ... Done
38472024-12-03T23:05:55.768Z[ host-image] Dec 03 23:05:54.962 INFO O| Dec 03 23:05:54.962 INFO O| Planning: Consolidating action changes ... Done
38482024-12-03T23:05:56.454Z[ host-image] Dec 03 23:05:55.561 INFO O| Dec 03 23:05:55.561 INFO O| Planning: Evaluating mediators ... Done
38492024-12-03T23:06:02.832Z[ host-image] Dec 03 23:06:02.025 INFO O| Dec 03 23:06:02.025 INFO O| Planning: Planning completed in 153.78 seconds
38502024-12-03T23:06:02.840Z[ host-image] Dec 03 23:06:02.033 INFO O| Dec 03 23:06:02.033 INFO O| Packages to install: 124
38512024-12-03T23:06:02.840Z[ host-image] Dec 03 23:06:02.033 INFO O| Dec 03 23:06:02.033 INFO O| Mediators to change: 4
38522024-12-03T23:06:02.843Z[ host-image] Dec 03 23:06:02.033 INFO O| Dec 03 23:06:02.033 INFO O| Services to change: 6
38532024-12-03T23:06:02.936Z[ host-image] Dec 03 23:06:02.129 INFO O| Dec 03 23:06:02.129 INFO O| Download: 0/22774 items 0.0/199.6MB 0% complete
38542024-12-03T23:06:04.634Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
38552024-12-03T23:06:07.938Z[ host-image] Dec 03 23:06:07.130 INFO O| Dec 03 23:06:07.130 INFO O| Download: 1128/22774 items 7.1/199.6MB 3% complete (1.5M/s)
38562024-12-03T23:06:12.939Z[ host-image] Dec 03 23:06:12.130 INFO O| Dec 03 23:06:12.130 INFO O| Download: 1801/22774 items 14.7/199.6MB 7% complete (1.4M/s)
38572024-12-03T23:06:13.737Z[ recovery-image] Dec 03 23:06:12.929 INFO O| Dec 03 23:06:12.929 INFO O| Planning: Running solver ... Done
38582024-12-03T23:06:14.285Z[ recovery-image] Dec 03 23:06:13.476 INFO O| Dec 03 23:06:13.476 INFO O| Planning: Finding local manifests ... Done
38592024-12-03T23:06:14.302Z[ recovery-image] Dec 03 23:06:13.494 INFO O| Dec 03 23:06:13.493 INFO O| Planning: Fetching manifests: 0/124 0% complete
38602024-12-03T23:06:17.941Z[ host-image] Dec 03 23:06:17.131 INFO O| Dec 03 23:06:17.131 INFO O| Download: 2414/22774 items 27.8/199.6MB 13% complete (2.1M/s)
38612024-12-03T23:06:18.936Z[ recovery-image] Dec 03 23:06:18.127 INFO O| Dec 03 23:06:18.127 INFO O| Planning: Fetching manifests: 124/124 100% complete
38622024-12-03T23:06:19.844Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
38632024-12-03T23:06:19.950Z[ recovery-image] Dec 03 23:06:19.139 INFO O| Dec 03 23:06:19.139 INFO O| Planning: Package planning ... Done
38642024-12-03T23:06:20.630Z[ recovery-image] Dec 03 23:06:19.821 INFO O| Dec 03 23:06:19.821 INFO O| Planning: Merging actions ... Done
38652024-12-03T23:06:20.799Z[ recovery-image] Dec 03 23:06:19.989 INFO O| Dec 03 23:06:19.989 INFO O| Planning: Checking for conflicting actions ... Done
38662024-12-03T23:06:20.934Z[ recovery-image] Dec 03 23:06:20.125 INFO O| Dec 03 23:06:20.124 INFO O| Planning: Consolidating action changes ... Done
38672024-12-03T23:06:21.271Z[ recovery-image] Dec 03 23:06:20.462 INFO O| Dec 03 23:06:20.462 INFO O| Planning: Evaluating mediators ... Done
38682024-12-03T23:06:22.941Z[ host-image] Dec 03 23:06:22.131 INFO O| Dec 03 23:06:22.131 INFO O| Download: 3513/22774 items 35.7/199.6MB 17% complete (2.2M/s)
38692024-12-03T23:06:25.807Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
38702024-12-03T23:06:27.941Z[ recovery-image] Dec 03 23:06:27.130 INFO O| Dec 03 23:06:27.130 INFO O| Planning: Planning completed in 148.82 seconds
38712024-12-03T23:06:27.949Z[ recovery-image] Dec 03 23:06:27.138 INFO O| Dec 03 23:06:27.138 INFO O| Packages to install: 124
38722024-12-03T23:06:27.952Z[ recovery-image] Dec 03 23:06:27.138 INFO O| Dec 03 23:06:27.138 INFO O| Mediators to change: 4
38732024-12-03T23:06:27.952Z[ recovery-image] Dec 03 23:06:27.139 INFO O| Dec 03 23:06:27.138 INFO O| Services to change: 5
38742024-12-03T23:06:28.031Z[ recovery-image] Dec 03 23:06:27.220 INFO O| Dec 03 23:06:27.220 INFO O| Download: 0/15848 items 0.0/176.3MB 0% complete
38752024-12-03T23:06:28.253Z[ host-image] Dec 03 23:06:27.442 INFO O| Dec 03 23:06:27.442 INFO O| Download: 4554/22774 items 42.6/199.6MB 21% complete (1.5M/s)
38762024-12-03T23:06:33.034Z[ recovery-image] Dec 03 23:06:32.222 INFO O| Dec 03 23:06:32.222 INFO O| Download: 965/15848 items 7.7/176.3MB 4% complete (1.6M/s)
38772024-12-03T23:06:33.268Z[ host-image] Dec 03 23:06:32.456 INFO O| Dec 03 23:06:32.456 INFO O| Download: 5215/22774 items 46.0/199.6MB 23% complete (1.0M/s)
38782024-12-03T23:06:38.045Z[ recovery-image] Dec 03 23:06:37.233 INFO O| Dec 03 23:06:37.233 INFO O| Download: 1081/15848 items 9.1/176.3MB 5% complete (995k/s)
38792024-12-03T23:06:38.305Z[ host-image] Dec 03 23:06:37.493 INFO O| Dec 03 23:06:37.493 INFO O| Download: 6428/22774 items 46.6/199.6MB 23% complete (413k/s)
38802024-12-03T23:06:43.277Z[ recovery-image] Dec 03 23:06:42.463 INFO O| Dec 03 23:06:42.463 INFO O| Download: 1462/15848 items 21.5/176.3MB 12% complete (1.5M/s)
38812024-12-03T23:06:43.318Z[ host-image] Dec 03 23:06:42.505 INFO O| Dec 03 23:06:42.505 INFO O| Download: 6862/22774 items 49.1/199.6MB 24% complete (309k/s)
38822024-12-03T23:06:48.331Z[ host-image] Dec 03 23:06:47.517 INFO O| Dec 03 23:06:47.517 INFO O| Download: 7834/22774 items 59.2/199.6MB 29% complete (1.2M/s)
38832024-12-03T23:06:48.528Z[ recovery-image] Dec 03 23:06:47.714 INFO O| Dec 03 23:06:47.714 INFO O| Download: 1650/15848 items 25.6/176.3MB 14% complete (1.7M/s)
38842024-12-03T23:06:53.605Z[ host-image] Dec 03 23:06:52.791 INFO O| Dec 03 23:06:52.791 INFO O| Download: 8134/22774 items 60.8/199.6MB 30% complete (1.2M/s)
38852024-12-03T23:06:53.877Z[ recovery-image] Dec 03 23:06:53.062 INFO O| Dec 03 23:06:53.062 INFO O| Download: 2729/15848 items 34.0/176.3MB 19% complete (1.2M/s)
38862024-12-03T23:06:58.609Z[ host-image] Dec 03 23:06:57.793 INFO O| Dec 03 23:06:57.793 INFO O| Download: 8723/22774 items 71.1/199.6MB 35% complete (1.1M/s)
38872024-12-03T23:06:58.893Z[ recovery-image] Dec 03 23:06:58.077 INFO O| Dec 03 23:06:58.077 INFO O| Download: 3641/15848 items 39.6/176.3MB 22% complete (1.4M/s)
38882024-12-03T23:07:03.614Z[ host-image] Dec 03 23:07:02.797 INFO O| Dec 03 23:07:02.797 INFO O| Download: 10003/22774 items 83.7/199.6MB 41% complete (2.3M/s)
38892024-12-03T23:07:03.895Z[ recovery-image] Dec 03 23:07:03.079 INFO O| Dec 03 23:07:03.079 INFO O| Download: 4528/15848 items 42.8/176.3MB 24% complete (903k/s)
38902024-12-03T23:07:08.912Z[ recovery-image] Dec 03 23:07:08.095 INFO O| Dec 03 23:07:08.095 INFO O| Download: 5288/15848 items 43.3/176.3MB 24% complete (382k/s)
38912024-12-03T23:07:09.085Z[ host-image] Dec 03 23:07:08.265 INFO O| Dec 03 23:07:08.265 INFO O| Download: 10863/22774 items 90.1/199.6MB 45% complete (2.1M/s)
38922024-12-03T23:07:13.917Z[ recovery-image] Dec 03 23:07:13.099 INFO O| Dec 03 23:07:13.099 INFO O| Download: 5915/15848 items 53.0/176.3MB 30% complete (1023k/s)
38932024-12-03T23:07:14.083Z[ host-image] Dec 03 23:07:13.265 INFO O| Dec 03 23:07:13.265 INFO O| Download: 11585/22774 items 96.3/199.6MB 48% complete (1.2M/s)
38942024-12-03T23:07:18.932Z[ recovery-image] Dec 03 23:07:18.103 INFO O| Dec 03 23:07:18.103 INFO O| Download: 6406/15848 items 63.2/176.3MB 35% complete (1.9M/s)
38952024-12-03T23:07:19.212Z[ host-image] Dec 03 23:07:18.387 INFO O| Dec 03 23:07:18.387 INFO O| Download: 12176/22774 items 108.3/199.6MB 54% complete (1.8M/s)
38962024-12-03T23:07:23.923Z[ recovery-image] Dec 03 23:07:23.104 INFO O| Dec 03 23:07:23.104 INFO O| Download: 7554/15848 items 73.6/176.3MB 41% complete (2.0M/s)
38972024-12-03T23:07:24.207Z[ host-image] Dec 03 23:07:23.388 INFO O| Dec 03 23:07:23.387 INFO O| Download: 12826/22774 items 109.7/199.6MB 54% complete (1.3M/s)
38982024-12-03T23:07:29.380Z[ host-image] Dec 03 23:07:28.560 INFO O| Dec 03 23:07:28.560 INFO O| Download: 13894/22774 items 110.3/199.6MB 55% complete (202k/s)
38992024-12-03T23:07:29.850Z[ recovery-image] Dec 03 23:07:29.028 INFO O| Dec 03 23:07:29.028 INFO O| Download: 7967/15848 items 78.8/176.3MB 44% complete (1.5M/s)
39002024-12-03T23:07:34.425Z[ host-image] Dec 03 23:07:33.604 INFO O| Dec 03 23:07:33.604 INFO O| Download: 14267/22774 items 110.7/199.6MB 55% complete (100k/s)
39012024-12-03T23:07:34.891Z[ recovery-image] Dec 03 23:07:34.065 INFO O| Dec 03 23:07:34.065 INFO O| Download: 8662/15848 items 81.5/176.3MB 46% complete (760k/s)
39022024-12-03T23:07:39.428Z[ host-image] Dec 03 23:07:38.605 INFO O| Dec 03 23:07:38.605 INFO O| Download: 14970/22774 items 117.8/199.6MB 59% complete (772k/s)
39032024-12-03T23:07:39.892Z[ recovery-image] Dec 03 23:07:39.070 INFO O| Dec 03 23:07:39.070 INFO O| Download: 8949/15848 items 92.6/176.3MB 52% complete (1.4M/s)
39042024-12-03T23:07:44.465Z[ host-image] Dec 03 23:07:43.642 INFO O| Dec 03 23:07:43.642 INFO O| Download: 15731/22774 items 125.9/199.6MB 63% complete (1.5M/s)
39052024-12-03T23:07:44.894Z[ recovery-image] Dec 03 23:07:44.071 INFO O| Dec 03 23:07:44.071 INFO O| Download: 10011/15848 items 93.2/176.3MB 52% complete (1.2M/s)
39062024-12-03T23:07:49.477Z[ host-image] Dec 03 23:07:48.654 INFO O| Dec 03 23:07:48.653 INFO O| Download: 16384/22774 items 133.6/199.6MB 66% complete (1.6M/s)
39072024-12-03T23:07:50.094Z[ recovery-image] Dec 03 23:07:49.270 INFO O| Dec 03 23:07:49.270 INFO O| Download: 10549/15848 items 93.5/176.3MB 53% complete (89.9k/s)
39082024-12-03T23:07:54.488Z[ host-image] Dec 03 23:07:53.664 INFO O| Dec 03 23:07:53.664 INFO O| Download: 17356/22774 items 146.3/199.6MB 73% complete (2.1M/s)
39092024-12-03T23:07:55.094Z[ recovery-image] Dec 03 23:07:54.270 INFO O| Dec 03 23:07:54.270 INFO O| Download: 11180/15848 items 102.0/176.3MB 57% complete (811k/s)
39102024-12-03T23:07:59.524Z[ host-image] Dec 03 23:07:58.698 INFO O| Dec 03 23:07:58.698 INFO O| Download: 18040/22774 items 162.1/199.6MB 81% complete (2.9M/s)
39112024-12-03T23:08:00.095Z[ recovery-image] Dec 03 23:07:59.270 INFO O| Dec 03 23:07:59.270 INFO O| Download: 11613/15848 items 115.8/176.3MB 65% complete (2.1M/s)
39122024-12-03T23:08:04.818Z[ host-image] Dec 03 23:08:03.993 INFO O| Dec 03 23:08:03.993 INFO O| Download: 18987/22774 items 165.4/199.6MB 82% complete (2.0M/s)
39132024-12-03T23:08:05.158Z[ recovery-image] Dec 03 23:08:04.329 INFO O| Dec 03 23:08:04.329 INFO O| Download: 11987/15848 items 139.6/176.3MB 79% complete (3.8M/s)
39142024-12-03T23:08:09.823Z[ host-image] Dec 03 23:08:08.996 INFO O| Dec 03 23:08:08.996 INFO O| Download: 19992/22774 items 169.7/199.6MB 85% complete (752k/s)
39152024-12-03T23:08:10.170Z[ recovery-image] Dec 03 23:08:09.344 INFO O| Dec 03 23:08:09.343 INFO O| Download: 12937/15848 items 143.3/176.3MB 81% complete (2.8M/s)
39162024-12-03T23:08:14.916Z[ host-image] Dec 03 23:08:14.088 INFO O| Dec 03 23:08:14.088 INFO O| Download: 20635/22774 items 172.5/199.6MB 86% complete (725k/s)
39172024-12-03T23:08:15.182Z[ recovery-image] Dec 03 23:08:14.354 INFO O| Dec 03 23:08:14.354 INFO O| Download: 13874/15848 items 147.3/176.3MB 83% complete (786k/s)
39182024-12-03T23:08:20.105Z[ host-image] Dec 03 23:08:19.277 INFO O| Dec 03 23:08:19.277 INFO O| Download: 20848/22774 items 177.9/199.6MB 89% complete (902k/s)
39192024-12-03T23:08:20.425Z[ recovery-image] Dec 03 23:08:19.596 INFO O| Dec 03 23:08:19.596 INFO O| Download: 14682/15848 items 151.0/176.3MB 85% complete (778k/s)
39202024-12-03T23:08:25.452Z[ recovery-image] Dec 03 23:08:24.623 INFO O| Dec 03 23:08:24.623 INFO O| Download: 15006/15848 items 157.7/176.3MB 89% complete (1.0M/s)
39212024-12-03T23:08:25.463Z[ host-image] Dec 03 23:08:24.633 INFO O| Dec 03 23:08:24.633 INFO O| Download: 21589/22774 items 183.5/199.6MB 91% complete (1.1M/s)
39222024-12-03T23:08:30.732Z[ host-image] Dec 03 23:08:29.883 INFO O| Dec 03 23:08:29.883 INFO O| Download: 22058/22774 items 192.9/199.6MB 96% complete (1.4M/s)
39232024-12-03T23:08:31.151Z[ recovery-image] Dec 03 23:08:30.321 INFO O| Dec 03 23:08:30.321 INFO O| Download: 15548/15848 items 169.0/176.3MB 95% complete (1.8M/s)
39242024-12-03T23:08:33.596Z[ host-image] Dec 03 23:08:32.766 INFO O| Dec 03 23:08:32.766 INFO O| Download: Completed 199.56 MB in 150.64 seconds (1.3M/s)
39252024-12-03T23:08:34.833Z[ recovery-image] Dec 03 23:08:34.003 INFO O| Dec 03 23:08:34.003 INFO O| Download: Completed 176.29 MB in 126.78 seconds (1.4M/s)
39262024-12-03T23:08:35.008Z[ host-image] Dec 03 23:08:34.178 INFO O| Dec 03 23:08:34.178 INFO O| Actions: 1/49471 actions (Installing new actions)
39272024-12-03T23:08:35.776Z[ recovery-image] Dec 03 23:08:34.946 INFO O| Dec 03 23:08:34.946 INFO O| Actions: 1/25014 actions (Installing new actions)
39282024-12-03T23:08:40.010Z[ host-image] Dec 03 23:08:39.179 INFO O| Dec 03 23:08:39.179 INFO O| Actions: 8797/49471 actions (Installing new actions)
39292024-12-03T23:08:40.777Z[ recovery-image] Dec 03 23:08:39.946 INFO O| Dec 03 23:08:39.946 INFO O| Actions: 9167/25014 actions (Installing new actions)
39302024-12-03T23:08:45.036Z[ host-image] Dec 03 23:08:44.198 INFO O| Dec 03 23:08:44.198 INFO O| Actions: 14402/49471 actions (Installing new actions)
39312024-12-03T23:08:45.797Z[ recovery-image] Dec 03 23:08:44.965 INFO O| Dec 03 23:08:44.965 INFO O| Actions: 15964/25014 actions (Installing new actions)
39322024-12-03T23:08:50.033Z[ host-image] Dec 03 23:08:49.200 INFO O| Dec 03 23:08:49.200 INFO O| Actions: 21128/49471 actions (Installing new actions)
39332024-12-03T23:08:50.798Z[ recovery-image] Dec 03 23:08:49.965 INFO O| Dec 03 23:08:49.965 INFO O| Actions: 24614/25014 actions (Installing new actions)
39342024-12-03T23:08:51.133Z[ recovery-image] Dec 03 23:08:50.300 INFO O| Dec 03 23:08:50.300 INFO O| Actions: Completed 25014 actions in 15.35 seconds.
39352024-12-03T23:08:51.906Z[ recovery-image] Dec 03 23:08:51.071 INFO O| Dec 03 23:08:51.071 INFO O| Done
39362024-12-03T23:08:51.906Z[ recovery-image] Dec 03 23:08:51.071 INFO O| Dec 03 23:08:51.071 INFO O| Done
39372024-12-03T23:08:53.680Z[ recovery-image] Dec 03 23:08:52.846 INFO O| Dec 03 23:08:52.846 INFO O| Done
39382024-12-03T23:08:55.034Z[ host-image] Dec 03 23:08:54.200 INFO O| Dec 03 23:08:54.200 INFO O| Actions: 34974/49471 actions (Installing new actions)
39392024-12-03T23:08:55.464Z[ recovery-image] Dec 03 23:08:54.630 INFO O| Dec 03 23:08:54.630 INFO O| Done
39402024-12-03T23:08:55.487Z[ recovery-image] Dec 03 23:08:54.653 INFO O| Dec 03 23:08:54.653 INFO O| Done
39412024-12-03T23:08:57.373Z[ host-image] Dec 03 23:08:56.539 INFO O| Dec 03 23:08:56.539 INFO O| Actions: Completed 49471 actions in 22.35 seconds.
39422024-12-03T23:08:58.142Z[ host-image] Dec 03 23:08:57.308 INFO O| Dec 03 23:08:57.307 INFO O| Done
39432024-12-03T23:08:58.142Z[ host-image] Dec 03 23:08:57.308 INFO O| Dec 03 23:08:57.307 INFO O| Done
39442024-12-03T23:08:59.707Z[ host-image] Dec 03 23:08:58.872 INFO O| Dec 03 23:08:58.872 INFO O| Done
39452024-12-03T23:09:00.172Z[ recovery-image] Dec 03 23:08:59.338 INFO O| Dec 03 23:08:59.338 INFO O| Done
39462024-12-03T23:09:00.861Z[ recovery-image] Dec 03 23:09:00.027 INFO O| Dec 03 23:09:00.026 INFO O| Done
39472024-12-03T23:09:01.349Z[ recovery-image] Dec 03 23:09:00.515 INFO O| Dec 03 23:09:00.515 INFO STEP 11 (pkg_install) COMPLETE
39482024-12-03T23:09:01.349Z[ recovery-image] Dec 03 23:09:00.515 INFO O| Dec 03 23:09:00.515 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39492024-12-03T23:09:01.349Z[ recovery-image] Dec 03 23:09:00.515 INFO O| Dec 03 23:09:00.515 INFO skip step because feature "recovery" is enabled
39502024-12-03T23:09:01.352Z[ recovery-image] Dec 03 23:09:00.515 INFO O| Dec 03 23:09:00.515 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39512024-12-03T23:09:01.352Z[ recovery-image] Dec 03 23:09:00.515 INFO O| Dec 03 23:09:00.515 INFO skip step because feature "omicron1" is not enabled
39522024-12-03T23:09:01.352Z[ recovery-image] Dec 03 23:09:00.515 INFO O| Dec 03 23:09:00.515 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39532024-12-03T23:09:01.368Z[ recovery-image] Dec 03 23:09:00.534 INFO O| Dec 03 23:09:00.534 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"]
39542024-12-03T23:09:02.545Z[ host-image] Dec 03 23:09:01.691 INFO O| Dec 03 23:09:01.691 INFO O| Done
39552024-12-03T23:09:02.600Z[ host-image] Dec 03 23:09:01.734 INFO O| Dec 03 23:09:01.733 INFO O| Done
39562024-12-03T23:09:02.767Z[ recovery-image] Dec 03 23:09:01.920 INFO O| Dec 03 23:09:01.920 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39572024-12-03T23:09:06.738Z[ recovery-image] Dec 03 23:09:05.903 INFO O| Dec 03 23:09:05.903 INFO O| Planning: Solver setup ... Done
39582024-12-03T23:09:06.744Z[ recovery-image] Dec 03 23:09:05.909 INFO O| Dec 03 23:09:05.909 INFO O| Planning: Running solver ... Done
39592024-12-03T23:09:06.832Z[ recovery-image] Dec 03 23:09:05.996 INFO O| Dec 03 23:09:05.996 INFO O| Planning: Finding local manifests ... Done
39602024-12-03T23:09:06.834Z[ recovery-image] Dec 03 23:09:05.998 INFO O| Dec 03 23:09:05.998 INFO O| Planning: Fetching manifests: 0/1 0% complete
39612024-12-03T23:09:07.051Z[ recovery-image] Dec 03 23:09:06.211 INFO O| Dec 03 23:09:06.211 INFO O| Planning: Fetching manifests: 1/1 100% complete
39622024-12-03T23:09:07.077Z[ recovery-image] Dec 03 23:09:06.241 INFO O| Dec 03 23:09:06.241 INFO O| Planning: Package planning ... Done
39632024-12-03T23:09:07.079Z[ recovery-image] Dec 03 23:09:06.242 INFO O| Dec 03 23:09:06.242 INFO O| Planning: Merging actions ... Done
39642024-12-03T23:09:07.140Z[ recovery-image] Dec 03 23:09:06.305 INFO O| Dec 03 23:09:06.305 INFO O| Planning: Checking for conflicting actions ... Done
39652024-12-03T23:09:07.143Z[ recovery-image] Dec 03 23:09:06.305 INFO O| Dec 03 23:09:06.305 INFO O| Planning: Consolidating action changes ... Done
39662024-12-03T23:09:07.418Z[ recovery-image] Dec 03 23:09:06.582 INFO O| Dec 03 23:09:06.582 INFO O| Planning: Evaluating mediators ... Done
39672024-12-03T23:09:07.420Z[ recovery-image] Dec 03 23:09:06.583 INFO O| Dec 03 23:09:06.583 INFO O| Planning: Planning completed in 4.66 seconds
39682024-12-03T23:09:07.423Z[ recovery-image] Dec 03 23:09:06.585 INFO O| Dec 03 23:09:06.585 INFO O| Packages to install: 1
39692024-12-03T23:09:07.440Z[ recovery-image] Dec 03 23:09:06.605 INFO O| Dec 03 23:09:06.605 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
39702024-12-03T23:09:09.011Z[ recovery-image] Dec 03 23:09:08.161 INFO O| Dec 03 23:09:08.161 INFO O| Download: Completed 9.99 MB in 1.56 seconds (6.4M/s)
39712024-12-03T23:09:09.133Z[ recovery-image] Dec 03 23:09:08.268 INFO O| Dec 03 23:09:08.268 INFO O| Actions: 1/22 actions (Installing new actions)
39722024-12-03T23:09:09.544Z[ recovery-image] Dec 03 23:09:08.705 INFO O| Dec 03 23:09:08.705 INFO O| Actions: Completed 22 actions in 0.44 seconds.
39732024-12-03T23:09:09.820Z[ host-image] Dec 03 23:09:08.982 INFO O| Dec 03 23:09:08.982 INFO O| Done
39742024-12-03T23:09:10.226Z[ recovery-image] Dec 03 23:09:09.390 INFO O| Dec 03 23:09:09.390 INFO O| Done
39752024-12-03T23:09:10.226Z[ recovery-image] Dec 03 23:09:09.390 INFO O| Dec 03 23:09:09.390 INFO O| Done
39762024-12-03T23:09:10.665Z[ host-image] Dec 03 23:09:09.819 INFO O| Dec 03 23:09:09.819 INFO O| Done
39772024-12-03T23:09:11.121Z[ host-image] Dec 03 23:09:10.282 INFO O| Dec 03 23:09:10.282 INFO STEP 11 (pkg_install) COMPLETE
39782024-12-03T23:09:11.121Z[ host-image] Dec 03 23:09:10.282 INFO O| Dec 03 23:09:10.282 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39792024-12-03T23:09:11.133Z[ host-image] Dec 03 23:09:10.295 INFO O| Dec 03 23:09:10.295 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"]
39802024-12-03T23:09:11.221Z[ recovery-image] Dec 03 23:09:10.384 INFO O| Dec 03 23:09:10.384 INFO O| Done
39812024-12-03T23:09:12.054Z[ host-image] Dec 03 23:09:11.182 INFO O| Dec 03 23:09:11.181 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39822024-12-03T23:09:12.542Z[ recovery-image] Dec 03 23:09:11.653 INFO O| Dec 03 23:09:11.652 INFO O| Done
39832024-12-03T23:09:12.569Z[ recovery-image] Dec 03 23:09:11.665 INFO O| Dec 03 23:09:11.665 INFO O| Done
39842024-12-03T23:09:12.569Z[ recovery-image] Dec 03 23:09:11.665 INFO O| Dec 03 23:09:11.665 INFO O| Done
39852024-12-03T23:09:12.569Z[ recovery-image] Dec 03 23:09:11.675 INFO O| Dec 03 23:09:11.674 INFO O| Done
39862024-12-03T23:09:12.617Z[ recovery-image] Dec 03 23:09:11.778 INFO O| Dec 03 23:09:11.778 INFO STEP 14 (pkg_install) COMPLETE
39872024-12-03T23:09:12.617Z[ recovery-image] Dec 03 23:09:11.778 INFO O| Dec 03 23:09:11.778 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39882024-12-03T23:09:12.617Z[ recovery-image] Dec 03 23:09:11.778 INFO O| Dec 03 23:09:11.778 INFO skip step because feature "mfg" is not enabled
39892024-12-03T23:09:12.624Z[ recovery-image] Dec 03 23:09:11.778 INFO O| Dec 03 23:09:11.778 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39902024-12-03T23:09:12.624Z[ recovery-image] Dec 03 23:09:11.778 INFO O| Dec 03 23:09:11.778 INFO skip step because feature "compliance" is not enabled
39912024-12-03T23:09:12.624Z[ recovery-image] Dec 03 23:09:11.778 INFO O| Dec 03 23:09:11.778 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39922024-12-03T23:09:12.626Z[ recovery-image] Dec 03 23:09:11.778 INFO O| Dec 03 23:09:11.778 INFO skip step because feature "stress" is not enabled
39932024-12-03T23:09:12.626Z[ recovery-image] Dec 03 23:09:11.778 INFO O| Dec 03 23:09:11.778 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39942024-12-03T23:09:12.627Z[ recovery-image] Dec 03 23:09:11.778 INFO O| Dec 03 23:09:11.778 INFO skip step because feature "nfs" is not enabled
39952024-12-03T23:09:12.627Z[ recovery-image] Dec 03 23:09:11.778 INFO O| Dec 03 23:09:11.778 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
39962024-12-03T23:09:12.627Z[ recovery-image] Dec 03 23:09:11.778 INFO O| Dec 03 23:09:11.778 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
39972024-12-03T23:09:12.693Z[ recovery-image] Dec 03 23:09:11.854 INFO O| Dec 03 23:09:11.854 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
39982024-12-03T23:09:12.784Z[ recovery-image] Dec 03 23:09:11.945 INFO O| Dec 03 23:09:11.945 INFO completed processing gimlet/ramdisk-01-os
39992024-12-03T23:09:12.788Z[ recovery-image] Dec 03 23:09:11.947 INFO image builder template: ramdisk-02-trim...
40002024-12-03T23:09:12.788Z[ recovery-image] Dec 03 23:09:11.947 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/.tmpJya9uB/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
40012024-12-03T23:09:12.809Z[ recovery-image] Dec 03 23:09:11.972 INFO O| Dec 03 23:09:11.972 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40022024-12-03T23:09:12.818Z[ recovery-image] Dec 03 23:09:11.976 INFO O| Dec 03 23:09:11.976 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40032024-12-03T23:09:12.895Z[ recovery-image] Dec 03 23:09:12.058 INFO O| Dec 03 23:09:12.058 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
40042024-12-03T23:09:12.962Z[ recovery-image] Dec 03 23:09:12.122 INFO O| Dec 03 23:09:12.122 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40052024-12-03T23:09:12.962Z[ recovery-image] Dec 03 23:09:12.122 INFO O| Dec 03 23:09:12.122 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
40062024-12-03T23:09:12.966Z[ recovery-image] Dec 03 23:09:12.128 INFO O| Dec 03 23:09:12.128 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
40072024-12-03T23:09:12.969Z[ recovery-image] Dec 03 23:09:12.132 INFO O| Dec 03 23:09:12.132 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
40082024-12-03T23:09:12.974Z[ recovery-image] Dec 03 23:09:12.137 INFO O| Dec 03 23:09:12.137 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
40092024-12-03T23:09:13.134Z[ recovery-image] Dec 03 23:09:12.297 INFO O| Dec 03 23:09:12.297 INFO rolled back to input snapshot; work may begin
40102024-12-03T23:09:13.134Z[ recovery-image] Dec 03 23:09:12.297 INFO O| Dec 03 23:09:12.297 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
40112024-12-03T23:09:13.141Z[ recovery-image] Dec 03 23:09:12.304 INFO O| Dec 03 23:09:12.304 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40122024-12-03T23:09:13.152Z[ recovery-image] Dec 03 23:09:12.316 INFO O| Dec 03 23:09:12.316 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
40132024-12-03T23:09:13.200Z[ recovery-image] Dec 03 23:09:12.364 INFO O| Dec 03 23:09:12.364 INFO STEP 0 (remove_files) COMPLETE
40142024-12-03T23:09:13.200Z[ recovery-image] Dec 03 23:09:12.364 INFO O| Dec 03 23:09:12.364 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40152024-12-03T23:09:13.212Z[ recovery-image] Dec 03 23:09:12.375 INFO O| Dec 03 23:09:12.375 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
40162024-12-03T23:09:13.214Z[ recovery-image] Dec 03 23:09:12.377 INFO O| Dec 03 23:09:12.377 INFO STEP 1 (remove_files) COMPLETE
40172024-12-03T23:09:13.214Z[ recovery-image] Dec 03 23:09:12.377 INFO O| Dec 03 23:09:12.377 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40182024-12-03T23:09:13.226Z[ recovery-image] Dec 03 23:09:12.389 INFO O| Dec 03 23:09:12.389 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
40192024-12-03T23:09:13.241Z[ recovery-image] Dec 03 23:09:12.404 INFO O| Dec 03 23:09:12.404 INFO STEP 2 (remove_files) COMPLETE
40202024-12-03T23:09:13.241Z[ recovery-image] Dec 03 23:09:12.404 INFO O| Dec 03 23:09:12.404 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40212024-12-03T23:09:13.254Z[ recovery-image] Dec 03 23:09:12.416 INFO O| Dec 03 23:09:12.416 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
40222024-12-03T23:09:13.257Z[ recovery-image] Dec 03 23:09:12.418 INFO O| Dec 03 23:09:12.418 INFO STEP 3 (remove_files) COMPLETE
40232024-12-03T23:09:13.257Z[ recovery-image] Dec 03 23:09:12.418 INFO O| Dec 03 23:09:12.418 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40242024-12-03T23:09:13.266Z[ recovery-image] Dec 03 23:09:12.430 INFO O| Dec 03 23:09:12.430 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
40252024-12-03T23:09:13.271Z[ recovery-image] Dec 03 23:09:12.435 INFO O| Dec 03 23:09:12.435 INFO STEP 4 (remove_files) COMPLETE
40262024-12-03T23:09:13.271Z[ recovery-image] Dec 03 23:09:12.435 INFO O| Dec 03 23:09:12.435 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40272024-12-03T23:09:13.283Z[ recovery-image] Dec 03 23:09:12.446 INFO O| Dec 03 23:09:12.446 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
40282024-12-03T23:09:13.287Z[ recovery-image] Dec 03 23:09:12.447 INFO O| Dec 03 23:09:12.446 INFO STEP 5 (remove_files) COMPLETE
40292024-12-03T23:09:13.287Z[ recovery-image] Dec 03 23:09:12.447 INFO O| Dec 03 23:09:12.447 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40302024-12-03T23:09:13.295Z[ recovery-image] Dec 03 23:09:12.458 INFO O| Dec 03 23:09:12.458 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
40312024-12-03T23:09:13.307Z[ recovery-image] Dec 03 23:09:12.470 INFO O| Dec 03 23:09:12.470 INFO STEP 6 (remove_files) COMPLETE
40322024-12-03T23:09:13.307Z[ recovery-image] Dec 03 23:09:12.470 INFO O| Dec 03 23:09:12.470 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40332024-12-03T23:09:13.315Z[ recovery-image] Dec 03 23:09:12.470 INFO O| Dec 03 23:09:12.470 INFO skip step because feature "recovery" is enabled
40342024-12-03T23:09:13.315Z[ recovery-image] Dec 03 23:09:12.470 INFO O| Dec 03 23:09:12.470 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40352024-12-03T23:09:13.315Z[ recovery-image] Dec 03 23:09:12.470 INFO O| Dec 03 23:09:12.470 INFO skip step because feature "recovery" is enabled
40362024-12-03T23:09:13.315Z[ recovery-image] Dec 03 23:09:12.470 INFO O| Dec 03 23:09:12.470 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40372024-12-03T23:09:13.315Z[ recovery-image] Dec 03 23:09:12.470 INFO O| Dec 03 23:09:12.470 INFO skip step because feature "recovery" is enabled
40382024-12-03T23:09:13.315Z[ recovery-image] Dec 03 23:09:12.471 INFO O| Dec 03 23:09:12.470 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40392024-12-03T23:09:13.320Z[ recovery-image] Dec 03 23:09:12.483 INFO O| Dec 03 23:09:12.483 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
40402024-12-03T23:09:13.323Z[ recovery-image] Dec 03 23:09:12.487 INFO O| Dec 03 23:09:12.487 INFO STEP 10 (remove_files) COMPLETE
40412024-12-03T23:09:13.323Z[ recovery-image] Dec 03 23:09:12.487 INFO O| Dec 03 23:09:12.487 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40422024-12-03T23:09:13.334Z[ recovery-image] Dec 03 23:09:12.498 INFO O| Dec 03 23:09:12.498 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
40432024-12-03T23:09:13.336Z[ recovery-image] Dec 03 23:09:12.499 INFO O| Dec 03 23:09:12.498 INFO STEP 11 (remove_files) COMPLETE
40442024-12-03T23:09:13.336Z[ recovery-image] Dec 03 23:09:12.499 INFO O| Dec 03 23:09:12.499 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40452024-12-03T23:09:13.347Z[ recovery-image] Dec 03 23:09:12.511 INFO O| Dec 03 23:09:12.511 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
40462024-12-03T23:09:13.350Z[ recovery-image] Dec 03 23:09:12.513 INFO O| Dec 03 23:09:12.513 INFO STEP 12 (remove_files) COMPLETE
40472024-12-03T23:09:13.350Z[ recovery-image] Dec 03 23:09:12.513 INFO O| Dec 03 23:09:12.513 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40482024-12-03T23:09:13.429Z[ recovery-image] Dec 03 23:09:12.591 INFO O| Dec 03 23:09:12.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
40492024-12-03T23:09:13.432Z[ recovery-image] Dec 03 23:09:12.595 INFO O| Dec 03 23:09:12.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
40502024-12-03T23:09:13.435Z[ recovery-image] Dec 03 23:09:12.596 INFO O| Dec 03 23:09:12.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
40512024-12-03T23:09:13.435Z[ recovery-image] Dec 03 23:09:12.598 INFO O| Dec 03 23:09:12.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
40522024-12-03T23:09:13.597Z[ recovery-image] Dec 03 23:09:12.760 INFO O| Dec 03 23:09:12.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
40532024-12-03T23:09:13.599Z[ recovery-image] Dec 03 23:09:12.761 INFO O| Dec 03 23:09:12.761 INFO STEP 13 (remove_files) COMPLETE
40542024-12-03T23:09:13.599Z[ recovery-image] Dec 03 23:09:12.761 INFO O| Dec 03 23:09:12.761 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40552024-12-03T23:09:13.610Z[ recovery-image] Dec 03 23:09:12.773 INFO O| Dec 03 23:09:12.773 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
40562024-12-03T23:09:13.612Z[ recovery-image] Dec 03 23:09:12.774 INFO O| Dec 03 23:09:12.774 INFO STEP 14 (remove_files) COMPLETE
40572024-12-03T23:09:13.612Z[ recovery-image] Dec 03 23:09:12.774 INFO O| Dec 03 23:09:12.774 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40582024-12-03T23:09:13.622Z[ recovery-image] Dec 03 23:09:12.785 INFO O| Dec 03 23:09:12.785 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
40592024-12-03T23:09:13.629Z[ recovery-image] Dec 03 23:09:12.791 INFO O| Dec 03 23:09:12.791 INFO STEP 15 (remove_files) COMPLETE
40602024-12-03T23:09:13.629Z[ recovery-image] Dec 03 23:09:12.792 INFO O| Dec 03 23:09:12.791 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40612024-12-03T23:09:13.642Z[ recovery-image] Dec 03 23:09:12.805 INFO O| Dec 03 23:09:12.805 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
40622024-12-03T23:09:13.646Z[ recovery-image] Dec 03 23:09:12.805 INFO O| Dec 03 23:09:12.805 INFO STEP 16 (remove_files) COMPLETE
40632024-12-03T23:09:13.646Z[ recovery-image] Dec 03 23:09:12.805 INFO O| Dec 03 23:09:12.805 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40642024-12-03T23:09:13.656Z[ recovery-image] Dec 03 23:09:12.820 INFO O| Dec 03 23:09:12.820 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
40652024-12-03T23:09:13.659Z[ recovery-image] Dec 03 23:09:12.821 INFO O| Dec 03 23:09:12.821 INFO STEP 17 (remove_files) COMPLETE
40662024-12-03T23:09:13.659Z[ recovery-image] Dec 03 23:09:12.822 INFO O| Dec 03 23:09:12.821 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40672024-12-03T23:09:13.672Z[ recovery-image] Dec 03 23:09:12.835 INFO O| Dec 03 23:09:12.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
40682024-12-03T23:09:13.672Z[ recovery-image] Dec 03 23:09:12.835 INFO O| Dec 03 23:09:12.835 INFO STEP 18 (remove_files) COMPLETE
40692024-12-03T23:09:13.674Z[ recovery-image] Dec 03 23:09:12.835 INFO O| Dec 03 23:09:12.835 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40702024-12-03T23:09:13.685Z[ recovery-image] Dec 03 23:09:12.848 INFO O| Dec 03 23:09:12.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
40712024-12-03T23:09:13.685Z[ recovery-image] Dec 03 23:09:12.848 INFO O| Dec 03 23:09:12.848 INFO STEP 19 (remove_files) COMPLETE
40722024-12-03T23:09:13.687Z[ recovery-image] Dec 03 23:09:12.848 INFO O| Dec 03 23:09:12.848 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40732024-12-03T23:09:13.706Z[ recovery-image] Dec 03 23:09:12.861 INFO O| Dec 03 23:09:12.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
40742024-12-03T23:09:13.709Z[ recovery-image] Dec 03 23:09:12.861 INFO O| Dec 03 23:09:12.861 INFO STEP 20 (remove_files) COMPLETE
40752024-12-03T23:09:13.709Z[ recovery-image] Dec 03 23:09:12.861 INFO O| Dec 03 23:09:12.861 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40762024-12-03T23:09:13.712Z[ recovery-image] Dec 03 23:09:12.874 INFO O| Dec 03 23:09:12.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
40772024-12-03T23:09:13.712Z[ recovery-image] Dec 03 23:09:12.874 INFO O| Dec 03 23:09:12.874 INFO STEP 21 (remove_files) COMPLETE
40782024-12-03T23:09:13.712Z[ recovery-image] Dec 03 23:09:12.874 INFO O| Dec 03 23:09:12.874 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40792024-12-03T23:09:13.723Z[ recovery-image] Dec 03 23:09:12.886 INFO O| Dec 03 23:09:12.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
40802024-12-03T23:09:13.723Z[ recovery-image] Dec 03 23:09:12.887 INFO O| Dec 03 23:09:12.886 INFO STEP 22 (remove_files) COMPLETE
40812024-12-03T23:09:13.723Z[ recovery-image] Dec 03 23:09:12.887 INFO O| Dec 03 23:09:12.887 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40822024-12-03T23:09:13.738Z[ recovery-image] Dec 03 23:09:12.901 INFO O| Dec 03 23:09:12.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
40832024-12-03T23:09:13.738Z[ recovery-image] Dec 03 23:09:12.901 INFO O| Dec 03 23:09:12.901 INFO STEP 23 (remove_files) COMPLETE
40842024-12-03T23:09:13.740Z[ recovery-image] Dec 03 23:09:12.901 INFO O| Dec 03 23:09:12.901 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40852024-12-03T23:09:13.751Z[ recovery-image] Dec 03 23:09:12.914 INFO O| Dec 03 23:09:12.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
40862024-12-03T23:09:13.751Z[ recovery-image] Dec 03 23:09:12.915 INFO O| Dec 03 23:09:12.915 INFO STEP 24 (remove_files) COMPLETE
40872024-12-03T23:09:13.753Z[ recovery-image] Dec 03 23:09:12.915 INFO O| Dec 03 23:09:12.915 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40882024-12-03T23:09:13.764Z[ recovery-image] Dec 03 23:09:12.928 INFO O| Dec 03 23:09:12.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
40892024-12-03T23:09:13.764Z[ recovery-image] Dec 03 23:09:12.928 INFO O| Dec 03 23:09:12.928 INFO STEP 25 (remove_files) COMPLETE
40902024-12-03T23:09:13.768Z[ recovery-image] Dec 03 23:09:12.928 INFO O| Dec 03 23:09:12.928 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40912024-12-03T23:09:13.777Z[ recovery-image] Dec 03 23:09:12.940 INFO O| Dec 03 23:09:12.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
40922024-12-03T23:09:13.777Z[ recovery-image] Dec 03 23:09:12.940 INFO O| Dec 03 23:09:12.940 INFO STEP 26 (remove_files) COMPLETE
40932024-12-03T23:09:13.779Z[ recovery-image] Dec 03 23:09:12.940 INFO O| Dec 03 23:09:12.940 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40942024-12-03T23:09:13.789Z[ recovery-image] Dec 03 23:09:12.952 INFO O| Dec 03 23:09:12.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
40952024-12-03T23:09:13.789Z[ recovery-image] Dec 03 23:09:12.952 INFO O| Dec 03 23:09:12.952 INFO STEP 27 (remove_files) COMPLETE
40962024-12-03T23:09:13.792Z[ recovery-image] Dec 03 23:09:12.952 INFO O| Dec 03 23:09:12.952 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40972024-12-03T23:09:13.801Z[ recovery-image] Dec 03 23:09:12.964 INFO O| Dec 03 23:09:12.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
40982024-12-03T23:09:13.801Z[ recovery-image] Dec 03 23:09:12.964 INFO O| Dec 03 23:09:12.964 INFO STEP 28 (remove_files) COMPLETE
40992024-12-03T23:09:13.803Z[ recovery-image] Dec 03 23:09:12.964 INFO O| Dec 03 23:09:12.964 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41002024-12-03T23:09:13.813Z[ recovery-image] Dec 03 23:09:12.976 INFO O| Dec 03 23:09:12.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
41012024-12-03T23:09:13.813Z[ recovery-image] Dec 03 23:09:12.976 INFO O| Dec 03 23:09:12.976 INFO STEP 29 (remove_files) COMPLETE
41022024-12-03T23:09:13.815Z[ recovery-image] Dec 03 23:09:12.976 INFO O| Dec 03 23:09:12.976 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41032024-12-03T23:09:13.826Z[ recovery-image] Dec 03 23:09:12.989 INFO O| Dec 03 23:09:12.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
41042024-12-03T23:09:13.826Z[ recovery-image] Dec 03 23:09:12.989 INFO O| Dec 03 23:09:12.989 INFO STEP 30 (remove_files) COMPLETE
41052024-12-03T23:09:13.826Z[ recovery-image] Dec 03 23:09:12.989 INFO O| Dec 03 23:09:12.989 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41062024-12-03T23:09:13.837Z[ recovery-image] Dec 03 23:09:13.000 INFO O| Dec 03 23:09:13.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
41072024-12-03T23:09:13.837Z[ recovery-image] Dec 03 23:09:13.001 INFO O| Dec 03 23:09:13.001 INFO STEP 31 (remove_files) COMPLETE
41082024-12-03T23:09:13.837Z[ recovery-image] Dec 03 23:09:13.001 INFO O| Dec 03 23:09:13.001 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41092024-12-03T23:09:13.850Z[ recovery-image] Dec 03 23:09:13.013 INFO O| Dec 03 23:09:13.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
41102024-12-03T23:09:13.850Z[ recovery-image] Dec 03 23:09:13.013 INFO O| Dec 03 23:09:13.013 INFO STEP 32 (remove_files) COMPLETE
41112024-12-03T23:09:13.850Z[ recovery-image] Dec 03 23:09:13.013 INFO O| Dec 03 23:09:13.013 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41122024-12-03T23:09:13.859Z[ recovery-image] Dec 03 23:09:13.023 INFO O| Dec 03 23:09:13.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
41132024-12-03T23:09:13.859Z[ recovery-image] Dec 03 23:09:13.023 INFO O| Dec 03 23:09:13.023 INFO STEP 33 (remove_files) COMPLETE
41142024-12-03T23:09:13.861Z[ recovery-image] Dec 03 23:09:13.023 INFO O| Dec 03 23:09:13.023 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41152024-12-03T23:09:13.870Z[ recovery-image] Dec 03 23:09:13.034 INFO O| Dec 03 23:09:13.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
41162024-12-03T23:09:13.870Z[ recovery-image] Dec 03 23:09:13.034 INFO O| Dec 03 23:09:13.034 INFO STEP 34 (remove_files) COMPLETE
41172024-12-03T23:09:13.873Z[ recovery-image] Dec 03 23:09:13.034 INFO O| Dec 03 23:09:13.034 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41182024-12-03T23:09:13.881Z[ recovery-image] Dec 03 23:09:13.044 INFO O| Dec 03 23:09:13.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
41192024-12-03T23:09:13.881Z[ recovery-image] Dec 03 23:09:13.044 INFO O| Dec 03 23:09:13.044 INFO STEP 35 (remove_files) COMPLETE
41202024-12-03T23:09:13.884Z[ recovery-image] Dec 03 23:09:13.044 INFO O| Dec 03 23:09:13.044 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41212024-12-03T23:09:13.891Z[ recovery-image] Dec 03 23:09:13.054 INFO O| Dec 03 23:09:13.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
41222024-12-03T23:09:13.891Z[ recovery-image] Dec 03 23:09:13.054 INFO O| Dec 03 23:09:13.054 INFO STEP 36 (remove_files) COMPLETE
41232024-12-03T23:09:13.893Z[ recovery-image] Dec 03 23:09:13.054 INFO O| Dec 03 23:09:13.054 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41242024-12-03T23:09:13.903Z[ recovery-image] Dec 03 23:09:13.066 INFO O| Dec 03 23:09:13.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
41252024-12-03T23:09:13.903Z[ recovery-image] Dec 03 23:09:13.066 INFO O| Dec 03 23:09:13.066 INFO STEP 37 (remove_files) COMPLETE
41262024-12-03T23:09:13.903Z[ recovery-image] Dec 03 23:09:13.066 INFO O| Dec 03 23:09:13.066 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41272024-12-03T23:09:13.913Z[ recovery-image] Dec 03 23:09:13.077 INFO O| Dec 03 23:09:13.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
41282024-12-03T23:09:13.914Z[ recovery-image] Dec 03 23:09:13.077 INFO O| Dec 03 23:09:13.077 INFO STEP 38 (remove_files) COMPLETE
41292024-12-03T23:09:13.919Z[ recovery-image] Dec 03 23:09:13.077 INFO O| Dec 03 23:09:13.077 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41302024-12-03T23:09:13.925Z[ recovery-image] Dec 03 23:09:13.088 INFO O| Dec 03 23:09:13.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
41312024-12-03T23:09:13.927Z[ recovery-image] Dec 03 23:09:13.088 INFO O| Dec 03 23:09:13.088 INFO STEP 39 (remove_files) COMPLETE
41322024-12-03T23:09:13.927Z[ recovery-image] Dec 03 23:09:13.088 INFO O| Dec 03 23:09:13.088 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41332024-12-03T23:09:13.937Z[ recovery-image] Dec 03 23:09:13.100 INFO O| Dec 03 23:09:13.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
41342024-12-03T23:09:13.937Z[ recovery-image] Dec 03 23:09:13.100 INFO O| Dec 03 23:09:13.100 INFO STEP 40 (remove_files) COMPLETE
41352024-12-03T23:09:13.954Z[ recovery-image] Dec 03 23:09:13.101 INFO O| Dec 03 23:09:13.100 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41362024-12-03T23:09:13.954Z[ recovery-image] Dec 03 23:09:13.112 INFO O| Dec 03 23:09:13.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
41372024-12-03T23:09:13.954Z[ recovery-image] Dec 03 23:09:13.112 INFO O| Dec 03 23:09:13.112 INFO STEP 41 (remove_files) COMPLETE
41382024-12-03T23:09:13.954Z[ recovery-image] Dec 03 23:09:13.112 INFO O| Dec 03 23:09:13.112 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41392024-12-03T23:09:13.959Z[ recovery-image] Dec 03 23:09:13.123 INFO O| Dec 03 23:09:13.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
41402024-12-03T23:09:13.962Z[ recovery-image] Dec 03 23:09:13.123 INFO O| Dec 03 23:09:13.123 INFO STEP 42 (remove_files) COMPLETE
41412024-12-03T23:09:13.962Z[ recovery-image] Dec 03 23:09:13.123 INFO O| Dec 03 23:09:13.123 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41422024-12-03T23:09:13.972Z[ recovery-image] Dec 03 23:09:13.135 INFO O| Dec 03 23:09:13.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
41432024-12-03T23:09:13.972Z[ recovery-image] Dec 03 23:09:13.135 INFO O| Dec 03 23:09:13.135 INFO STEP 43 (remove_files) COMPLETE
41442024-12-03T23:09:13.974Z[ recovery-image] Dec 03 23:09:13.135 INFO O| Dec 03 23:09:13.135 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41452024-12-03T23:09:13.982Z[ recovery-image] Dec 03 23:09:13.146 INFO O| Dec 03 23:09:13.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
41462024-12-03T23:09:13.982Z[ recovery-image] Dec 03 23:09:13.146 INFO O| Dec 03 23:09:13.146 INFO STEP 44 (remove_files) COMPLETE
41472024-12-03T23:09:13.982Z[ recovery-image] Dec 03 23:09:13.146 INFO O| Dec 03 23:09:13.146 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41482024-12-03T23:09:13.993Z[ recovery-image] Dec 03 23:09:13.156 INFO O| Dec 03 23:09:13.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
41492024-12-03T23:09:13.993Z[ recovery-image] Dec 03 23:09:13.156 INFO O| Dec 03 23:09:13.156 INFO STEP 45 (remove_files) COMPLETE
41502024-12-03T23:09:13.995Z[ recovery-image] Dec 03 23:09:13.156 INFO O| Dec 03 23:09:13.156 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41512024-12-03T23:09:14.003Z[ recovery-image] Dec 03 23:09:13.166 INFO O| Dec 03 23:09:13.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
41522024-12-03T23:09:14.006Z[ recovery-image] Dec 03 23:09:13.166 INFO O| Dec 03 23:09:13.166 INFO STEP 46 (remove_files) COMPLETE
41532024-12-03T23:09:14.006Z[ recovery-image] Dec 03 23:09:13.166 INFO O| Dec 03 23:09:13.166 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41542024-12-03T23:09:14.013Z[ recovery-image] Dec 03 23:09:13.176 INFO O| Dec 03 23:09:13.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
41552024-12-03T23:09:14.013Z[ recovery-image] Dec 03 23:09:13.176 INFO O| Dec 03 23:09:13.176 INFO STEP 47 (remove_files) COMPLETE
41562024-12-03T23:09:14.018Z[ recovery-image] Dec 03 23:09:13.176 INFO O| Dec 03 23:09:13.176 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41572024-12-03T23:09:14.024Z[ recovery-image] Dec 03 23:09:13.186 INFO O| Dec 03 23:09:13.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
41582024-12-03T23:09:14.030Z[ recovery-image] Dec 03 23:09:13.186 INFO O| Dec 03 23:09:13.186 INFO STEP 48 (remove_files) COMPLETE
41592024-12-03T23:09:14.030Z[ recovery-image] Dec 03 23:09:13.186 INFO O| Dec 03 23:09:13.186 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41602024-12-03T23:09:14.033Z[ recovery-image] Dec 03 23:09:13.196 INFO O| Dec 03 23:09:13.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
41612024-12-03T23:09:14.035Z[ recovery-image] Dec 03 23:09:13.196 INFO O| Dec 03 23:09:13.196 INFO STEP 49 (remove_files) COMPLETE
41622024-12-03T23:09:14.035Z[ recovery-image] Dec 03 23:09:13.196 INFO O| Dec 03 23:09:13.196 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41632024-12-03T23:09:14.042Z[ recovery-image] Dec 03 23:09:13.206 INFO O| Dec 03 23:09:13.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
41642024-12-03T23:09:14.043Z[ recovery-image] Dec 03 23:09:13.206 INFO O| Dec 03 23:09:13.206 INFO STEP 50 (remove_files) COMPLETE
41652024-12-03T23:09:14.047Z[ recovery-image] Dec 03 23:09:13.206 INFO O| Dec 03 23:09:13.206 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41662024-12-03T23:09:14.056Z[ recovery-image] Dec 03 23:09:13.216 INFO O| Dec 03 23:09:13.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
41672024-12-03T23:09:14.056Z[ recovery-image] Dec 03 23:09:13.216 INFO O| Dec 03 23:09:13.216 INFO STEP 51 (remove_files) COMPLETE
41682024-12-03T23:09:14.061Z[ recovery-image] Dec 03 23:09:13.216 INFO O| Dec 03 23:09:13.216 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41692024-12-03T23:09:14.064Z[ recovery-image] Dec 03 23:09:13.226 INFO O| Dec 03 23:09:13.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
41702024-12-03T23:09:14.064Z[ recovery-image] Dec 03 23:09:13.226 INFO O| Dec 03 23:09:13.226 INFO STEP 52 (remove_files) COMPLETE
41712024-12-03T23:09:14.064Z[ recovery-image] Dec 03 23:09:13.226 INFO O| Dec 03 23:09:13.226 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41722024-12-03T23:09:14.072Z[ recovery-image] Dec 03 23:09:13.235 INFO O| Dec 03 23:09:13.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
41732024-12-03T23:09:14.075Z[ recovery-image] Dec 03 23:09:13.236 INFO O| Dec 03 23:09:13.235 INFO STEP 53 (remove_files) COMPLETE
41742024-12-03T23:09:14.075Z[ recovery-image] Dec 03 23:09:13.236 INFO O| Dec 03 23:09:13.236 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41752024-12-03T23:09:14.082Z[ recovery-image] Dec 03 23:09:13.245 INFO O| Dec 03 23:09:13.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
41762024-12-03T23:09:14.082Z[ recovery-image] Dec 03 23:09:13.245 INFO O| Dec 03 23:09:13.245 INFO STEP 54 (remove_files) COMPLETE
41772024-12-03T23:09:14.085Z[ recovery-image] Dec 03 23:09:13.246 INFO O| Dec 03 23:09:13.245 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41782024-12-03T23:09:14.091Z[ recovery-image] Dec 03 23:09:13.255 INFO O| Dec 03 23:09:13.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
41792024-12-03T23:09:14.092Z[ recovery-image] Dec 03 23:09:13.255 INFO O| Dec 03 23:09:13.255 INFO STEP 55 (remove_files) COMPLETE
41802024-12-03T23:09:14.094Z[ recovery-image] Dec 03 23:09:13.255 INFO O| Dec 03 23:09:13.255 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41812024-12-03T23:09:14.102Z[ recovery-image] Dec 03 23:09:13.266 INFO O| Dec 03 23:09:13.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
41822024-12-03T23:09:14.105Z[ recovery-image] Dec 03 23:09:13.266 INFO O| Dec 03 23:09:13.266 INFO STEP 56 (remove_files) COMPLETE
41832024-12-03T23:09:14.105Z[ recovery-image] Dec 03 23:09:13.266 INFO O| Dec 03 23:09:13.266 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41842024-12-03T23:09:14.112Z[ recovery-image] Dec 03 23:09:13.276 INFO O| Dec 03 23:09:13.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
41852024-12-03T23:09:14.113Z[ recovery-image] Dec 03 23:09:13.276 INFO O| Dec 03 23:09:13.276 INFO STEP 57 (remove_files) COMPLETE
41862024-12-03T23:09:14.113Z[ recovery-image] Dec 03 23:09:13.276 INFO O| Dec 03 23:09:13.276 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41872024-12-03T23:09:14.123Z[ recovery-image] Dec 03 23:09:13.287 INFO O| Dec 03 23:09:13.287 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
41882024-12-03T23:09:14.123Z[ recovery-image] Dec 03 23:09:13.287 INFO O| Dec 03 23:09:13.287 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
41892024-12-03T23:09:14.126Z[ recovery-image] Dec 03 23:09:13.287 INFO O| Dec 03 23:09:13.287 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
41902024-12-03T23:09:14.126Z[ recovery-image] Dec 03 23:09:13.287 INFO O| Dec 03 23:09:13.287 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
41912024-12-03T23:09:14.126Z[ recovery-image] Dec 03 23:09:13.288 INFO O| Dec 03 23:09:13.287 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
41922024-12-03T23:09:14.126Z[ recovery-image] Dec 03 23:09:13.288 INFO O| Dec 03 23:09:13.288 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
41932024-12-03T23:09:14.126Z[ recovery-image] Dec 03 23:09:13.288 INFO O| Dec 03 23:09:13.288 INFO ok!
41942024-12-03T23:09:14.126Z[ recovery-image] Dec 03 23:09:13.288 INFO O| Dec 03 23:09:13.288 INFO STEP 58 (ensure_file) COMPLETE
41952024-12-03T23:09:14.126Z[ recovery-image] Dec 03 23:09:13.288 INFO O| Dec 03 23:09:13.288 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41962024-12-03T23:09:14.135Z[ recovery-image] Dec 03 23:09:13.298 INFO O| Dec 03 23:09:13.298 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
41972024-12-03T23:09:14.135Z[ recovery-image] Dec 03 23:09:13.298 INFO O| Dec 03 23:09:13.298 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
41982024-12-03T23:09:14.139Z[ recovery-image] Dec 03 23:09:13.298 INFO O| Dec 03 23:09:13.298 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
41992024-12-03T23:09:14.139Z[ recovery-image] Dec 03 23:09:13.298 INFO O| Dec 03 23:09:13.298 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42002024-12-03T23:09:14.139Z[ recovery-image] Dec 03 23:09:13.299 INFO O| Dec 03 23:09:13.298 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42012024-12-03T23:09:14.139Z[ recovery-image] Dec 03 23:09:13.299 INFO O| Dec 03 23:09:13.298 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42022024-12-03T23:09:14.139Z[ recovery-image] Dec 03 23:09:13.299 INFO O| Dec 03 23:09:13.299 INFO ok!
42032024-12-03T23:09:14.139Z[ recovery-image] Dec 03 23:09:13.299 INFO O| Dec 03 23:09:13.299 INFO STEP 59 (ensure_file) COMPLETE
42042024-12-03T23:09:14.139Z[ recovery-image] Dec 03 23:09:13.299 INFO O| Dec 03 23:09:13.299 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42052024-12-03T23:09:14.145Z[ recovery-image] Dec 03 23:09:13.309 INFO O| Dec 03 23:09:13.308 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
42062024-12-03T23:09:14.145Z[ recovery-image] Dec 03 23:09:13.309 INFO O| Dec 03 23:09:13.309 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
42072024-12-03T23:09:14.147Z[ recovery-image] Dec 03 23:09:13.309 INFO O| Dec 03 23:09:13.309 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
42082024-12-03T23:09:14.147Z[ recovery-image] Dec 03 23:09:13.309 INFO O| Dec 03 23:09:13.309 INFO ok!
42092024-12-03T23:09:14.147Z[ recovery-image] Dec 03 23:09:13.309 INFO O| Dec 03 23:09:13.309 INFO STEP 60 (ensure_file) COMPLETE
42102024-12-03T23:09:14.147Z[ recovery-image] Dec 03 23:09:13.309 INFO O| Dec 03 23:09:13.309 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42112024-12-03T23:09:14.157Z[ recovery-image] Dec 03 23:09:13.320 INFO O| Dec 03 23:09:13.320 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
42122024-12-03T23:09:14.159Z[ recovery-image] Dec 03 23:09:13.320 INFO O| Dec 03 23:09:13.320 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
42132024-12-03T23:09:14.159Z[ recovery-image] Dec 03 23:09:13.320 INFO O| Dec 03 23:09:13.320 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
42142024-12-03T23:09:14.159Z[ recovery-image] Dec 03 23:09:13.320 INFO O| Dec 03 23:09:13.320 INFO ok!
42152024-12-03T23:09:14.159Z[ recovery-image] Dec 03 23:09:13.320 INFO O| Dec 03 23:09:13.320 INFO STEP 61 (ensure_file) COMPLETE
42162024-12-03T23:09:14.159Z[ recovery-image] Dec 03 23:09:13.320 INFO O| Dec 03 23:09:13.320 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42172024-12-03T23:09:14.166Z[ recovery-image] Dec 03 23:09:13.330 INFO O| Dec 03 23:09:13.330 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
42182024-12-03T23:09:14.169Z[ recovery-image] Dec 03 23:09:13.330 INFO O| Dec 03 23:09:13.330 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
42192024-12-03T23:09:14.169Z[ recovery-image] Dec 03 23:09:13.330 INFO O| Dec 03 23:09:13.330 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
42202024-12-03T23:09:14.169Z[ recovery-image] Dec 03 23:09:13.330 INFO O| Dec 03 23:09:13.330 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
42212024-12-03T23:09:14.169Z[ recovery-image] Dec 03 23:09:13.330 INFO O| Dec 03 23:09:13.330 INFO ok!
42222024-12-03T23:09:14.169Z[ recovery-image] Dec 03 23:09:13.330 INFO O| Dec 03 23:09:13.330 INFO STEP 62 (ensure_file) COMPLETE
42232024-12-03T23:09:14.169Z[ recovery-image] Dec 03 23:09:13.330 INFO O| Dec 03 23:09:13.330 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42242024-12-03T23:09:14.177Z[ recovery-image] Dec 03 23:09:13.340 INFO O| Dec 03 23:09:13.340 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
42252024-12-03T23:09:14.180Z[ recovery-image] Dec 03 23:09:13.341 INFO O| Dec 03 23:09:13.340 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
42262024-12-03T23:09:14.180Z[ recovery-image] Dec 03 23:09:13.341 INFO O| Dec 03 23:09:13.341 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
42272024-12-03T23:09:14.180Z[ recovery-image] Dec 03 23:09:13.341 INFO O| Dec 03 23:09:13.341 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
42282024-12-03T23:09:14.181Z[ recovery-image] Dec 03 23:09:13.341 INFO O| Dec 03 23:09:13.341 INFO ok!
42292024-12-03T23:09:14.181Z[ recovery-image] Dec 03 23:09:13.341 INFO O| Dec 03 23:09:13.341 INFO STEP 63 (ensure_file) COMPLETE
42302024-12-03T23:09:14.181Z[ recovery-image] Dec 03 23:09:13.341 INFO O| Dec 03 23:09:13.341 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42312024-12-03T23:09:14.192Z[ recovery-image] Dec 03 23:09:13.353 INFO O| Dec 03 23:09:13.353 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
42322024-12-03T23:09:14.192Z[ recovery-image] Dec 03 23:09:13.354 INFO O| Dec 03 23:09:13.353 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
42332024-12-03T23:09:14.197Z[ recovery-image] Dec 03 23:09:13.354 INFO O| Dec 03 23:09:13.354 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
42342024-12-03T23:09:14.197Z[ recovery-image] Dec 03 23:09:13.354 INFO O| Dec 03 23:09:13.354 INFO ok!
42352024-12-03T23:09:14.197Z[ recovery-image] Dec 03 23:09:13.354 INFO O| Dec 03 23:09:13.354 INFO STEP 64 (assemble_files) COMPLETE
42362024-12-03T23:09:14.197Z[ recovery-image] Dec 03 23:09:13.354 INFO O| Dec 03 23:09:13.354 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42372024-12-03T23:09:14.200Z[ recovery-image] Dec 03 23:09:13.364 INFO O| Dec 03 23:09:13.364 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
42382024-12-03T23:09:14.200Z[ recovery-image] Dec 03 23:09:13.364 INFO O| Dec 03 23:09:13.364 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
42392024-12-03T23:09:14.203Z[ recovery-image] Dec 03 23:09:13.364 INFO O| Dec 03 23:09:13.364 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
42402024-12-03T23:09:14.203Z[ recovery-image] Dec 03 23:09:13.364 INFO O| Dec 03 23:09:13.364 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
42412024-12-03T23:09:14.203Z[ recovery-image] Dec 03 23:09:13.364 INFO O| Dec 03 23:09:13.364 INFO ok!
42422024-12-03T23:09:14.203Z[ recovery-image] Dec 03 23:09:13.364 INFO O| Dec 03 23:09:13.364 INFO STEP 65 (ensure_file) COMPLETE
42432024-12-03T23:09:14.203Z[ recovery-image] Dec 03 23:09:13.364 INFO O| Dec 03 23:09:13.364 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42442024-12-03T23:09:14.203Z[ recovery-image] Dec 03 23:09:13.364 INFO O| Dec 03 23:09:13.364 INFO skip step because feature "omicron1" is not enabled
42452024-12-03T23:09:14.203Z[ recovery-image] Dec 03 23:09:13.364 INFO O| Dec 03 23:09:13.364 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42462024-12-03T23:09:14.203Z[ recovery-image] Dec 03 23:09:13.364 INFO O| Dec 03 23:09:13.364 INFO skip step because feature "omicron1" is not enabled
42472024-12-03T23:09:14.203Z[ recovery-image] Dec 03 23:09:13.364 INFO O| Dec 03 23:09:13.364 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42482024-12-03T23:09:14.203Z[ recovery-image] Dec 03 23:09:13.364 INFO O| Dec 03 23:09:13.364 INFO skip step because feature "omicron1" is not enabled
42492024-12-03T23:09:14.203Z[ recovery-image] Dec 03 23:09:13.364 INFO O| Dec 03 23:09:13.364 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42502024-12-03T23:09:14.215Z[ recovery-image] Dec 03 23:09:13.378 INFO O| Dec 03 23:09:13.378 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
42512024-12-03T23:09:14.215Z[ recovery-image] Dec 03 23:09:13.378 INFO O| Dec 03 23:09:13.378 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
42522024-12-03T23:09:14.611Z[ host-image] Dec 03 23:09:13.774 INFO O| Dec 03 23:09:13.774 INFO O| Planning: Solver setup ... Done
42532024-12-03T23:09:14.615Z[ host-image] Dec 03 23:09:13.778 INFO O| Dec 03 23:09:13.778 INFO O| Planning: Running solver ... Done
42542024-12-03T23:09:14.678Z[ host-image] Dec 03 23:09:13.840 INFO O| Dec 03 23:09:13.840 INFO O| Planning: Finding local manifests ... Done
42552024-12-03T23:09:14.681Z[ host-image] Dec 03 23:09:13.842 INFO O| Dec 03 23:09:13.842 INFO O| Planning: Fetching manifests: 0/5 0% complete
42562024-12-03T23:09:15.262Z[ host-image] Dec 03 23:09:14.425 INFO O| Dec 03 23:09:14.425 INFO O| Planning: Fetching manifests: 5/5 100% complete
42572024-12-03T23:09:15.286Z[ host-image] Dec 03 23:09:14.449 INFO O| Dec 03 23:09:14.449 INFO O| Planning: Package planning ... Done
42582024-12-03T23:09:15.289Z[ host-image] Dec 03 23:09:14.452 INFO O| Dec 03 23:09:14.452 INFO O| Planning: Merging actions ... Done
42592024-12-03T23:09:15.367Z[ host-image] Dec 03 23:09:14.530 INFO O| Dec 03 23:09:14.530 INFO O| Planning: Checking for conflicting actions ... Done
42602024-12-03T23:09:15.371Z[ host-image] Dec 03 23:09:14.531 INFO O| Dec 03 23:09:14.531 INFO O| Planning: Consolidating action changes ... Done
42612024-12-03T23:09:15.671Z[verify-libraries] Finished `release` profile [optimized] target(s) in 5m 50s
42622024-12-03T23:09:15.719Z[ recovery-image] Dec 03 23:09:14.818 INFO O| Dec 03 23:09:14.817 INFO STEP 69 (pack_tar) COMPLETE
42632024-12-03T23:09:15.719Z[ recovery-image] Dec 03 23:09:14.818 INFO O| Dec 03 23:09:14.817 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
42642024-12-03T23:09:15.719Z[ recovery-image] Dec 03 23:09:14.818 INFO O| Dec 03 23:09:14.817 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
42652024-12-03T23:09:15.758Z[ host-image] Dec 03 23:09:14.875 INFO O| Dec 03 23:09:14.875 INFO O| Planning: Evaluating mediators ... Done
42662024-12-03T23:09:15.759Z[ host-image] Dec 03 23:09:14.878 INFO O| Dec 03 23:09:14.878 INFO O| Planning: Planning completed in 3.70 seconds
42672024-12-03T23:09:15.759Z[ host-image] Dec 03 23:09:14.881 INFO O| Dec 03 23:09:14.880 INFO O| Packages to install: 5
42682024-12-03T23:09:15.760Z[ host-image] Dec 03 23:09:14.881 INFO O| Dec 03 23:09:14.881 INFO O| Services to change: 2
42692024-12-03T23:09:15.771Z[ host-image] Dec 03 23:09:14.904 INFO O| Dec 03 23:09:14.904 INFO O| Download: 0/116 items 0.0/1.4MB 0% complete
42702024-12-03T23:09:16.096ZDec 03 23:09:15.229 INFO [verify-libraries] process exited with exit status: 0 (354.97713547s)
42712024-12-03T23:09:16.105Z[ recovery-image] Dec 03 23:09:15.266 INFO O| Dec 03 23:09:15.266 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
42722024-12-03T23:09:16.171Z[ recovery-image] Dec 03 23:09:15.322 INFO O| Dec 03 23:09:15.322 INFO completed processing gimlet/ramdisk-02-trim
42732024-12-03T23:09:16.189Z[ recovery-image] Dec 03 23:09:15.324 INFO image builder template: ramdisk-03-recovery-trim...
42742024-12-03T23:09:16.189Z[ recovery-image] Dec 03 23:09:15.324 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/.tmpJya9uB/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
42752024-12-03T23:09:16.273Z[ recovery-image] Dec 03 23:09:15.432 INFO O| Dec 03 23:09:15.432 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
42762024-12-03T23:09:16.285Z[ recovery-image] Dec 03 23:09:15.436 INFO O| Dec 03 23:09:15.436 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
42772024-12-03T23:09:16.323Z[ recovery-image] Dec 03 23:09:15.482 INFO O| Dec 03 23:09:15.482 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
42782024-12-03T23:09:16.362Z[ recovery-image] Dec 03 23:09:15.522 INFO O| Dec 03 23:09:15.521 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
42792024-12-03T23:09:16.375Z[ recovery-image] Dec 03 23:09:15.522 INFO O| Dec 03 23:09:15.522 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
42802024-12-03T23:09:16.375Z[ recovery-image] Dec 03 23:09:15.530 INFO O| Dec 03 23:09:15.530 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
42812024-12-03T23:09:16.389Z[ recovery-image] Dec 03 23:09:15.534 INFO O| Dec 03 23:09:15.534 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
42822024-12-03T23:09:16.389Z[ recovery-image] Dec 03 23:09:15.538 INFO O| Dec 03 23:09:15.538 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
42832024-12-03T23:09:16.821Z[ recovery-image] Dec 03 23:09:15.984 INFO O| Dec 03 23:09:15.984 INFO rolled back to input snapshot; work may begin
42842024-12-03T23:09:16.821Z[ recovery-image] Dec 03 23:09:15.984 INFO O| Dec 03 23:09:15.984 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
42852024-12-03T23:09:16.828Z[ recovery-image] Dec 03 23:09:15.989 INFO O| Dec 03 23:09:15.989 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42862024-12-03T23:09:16.836Z[ recovery-image] Dec 03 23:09:15.999 INFO O| Dec 03 23:09:15.999 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
42872024-12-03T23:09:16.840Z[ recovery-image] Dec 03 23:09:16.003 INFO O| Dec 03 23:09:16.003 INFO STEP 0 (remove_files) COMPLETE
42882024-12-03T23:09:16.840Z[ recovery-image] Dec 03 23:09:16.003 INFO O| Dec 03 23:09:16.003 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42892024-12-03T23:09:16.852Z[ recovery-image] Dec 03 23:09:16.014 INFO O| Dec 03 23:09:16.014 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
42902024-12-03T23:09:16.909Z[ recovery-image] Dec 03 23:09:16.066 INFO O| Dec 03 23:09:16.066 INFO STEP 1 (remove_files) COMPLETE
42912024-12-03T23:09:16.909Z[ recovery-image] Dec 03 23:09:16.066 INFO O| Dec 03 23:09:16.066 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42922024-12-03T23:09:16.914Z[ recovery-image] Dec 03 23:09:16.077 INFO O| Dec 03 23:09:16.077 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
42932024-12-03T23:09:16.917Z[ recovery-image] Dec 03 23:09:16.079 INFO O| Dec 03 23:09:16.079 INFO STEP 2 (remove_files) COMPLETE
42942024-12-03T23:09:16.918Z[ recovery-image] Dec 03 23:09:16.079 INFO O| Dec 03 23:09:16.079 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42952024-12-03T23:09:16.925Z[ recovery-image] Dec 03 23:09:16.088 INFO O| Dec 03 23:09:16.088 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
42962024-12-03T23:09:16.971Z[ recovery-image] Dec 03 23:09:16.130 INFO O| Dec 03 23:09:16.130 INFO STEP 3 (remove_files) COMPLETE
42972024-12-03T23:09:16.972Z[ recovery-image] Dec 03 23:09:16.130 INFO O| Dec 03 23:09:16.130 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42982024-12-03T23:09:16.980Z[ recovery-image] Dec 03 23:09:16.141 INFO O| Dec 03 23:09:16.141 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
42992024-12-03T23:09:16.998Z[ recovery-image] Dec 03 23:09:16.159 INFO O| Dec 03 23:09:16.159 INFO STEP 4 (remove_files) COMPLETE
43002024-12-03T23:09:16.998Z[ recovery-image] Dec 03 23:09:16.159 INFO O| Dec 03 23:09:16.159 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43012024-12-03T23:09:17.006Z[ recovery-image] Dec 03 23:09:16.169 INFO O| Dec 03 23:09:16.169 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
43022024-12-03T23:09:17.010Z[ recovery-image] Dec 03 23:09:16.173 INFO O| Dec 03 23:09:16.173 INFO STEP 5 (remove_files) COMPLETE
43032024-12-03T23:09:17.014Z[ recovery-image] Dec 03 23:09:16.173 INFO O| Dec 03 23:09:16.173 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43042024-12-03T23:09:17.019Z[ recovery-image] Dec 03 23:09:16.182 INFO O| Dec 03 23:09:16.182 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
43052024-12-03T23:09:17.022Z[ recovery-image] Dec 03 23:09:16.185 INFO O| Dec 03 23:09:16.185 INFO STEP 6 (remove_files) COMPLETE
43062024-12-03T23:09:17.022Z[ recovery-image] Dec 03 23:09:16.185 INFO O| Dec 03 23:09:16.185 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43072024-12-03T23:09:17.031Z[ recovery-image] Dec 03 23:09:16.194 INFO O| Dec 03 23:09:16.194 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
43082024-12-03T23:09:17.037Z[ recovery-image] Dec 03 23:09:16.195 INFO O| Dec 03 23:09:16.195 INFO STEP 7 (remove_files) COMPLETE
43092024-12-03T23:09:17.037Z[ recovery-image] Dec 03 23:09:16.195 INFO O| Dec 03 23:09:16.195 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43102024-12-03T23:09:17.044Z[ recovery-image] Dec 03 23:09:16.204 INFO O| Dec 03 23:09:16.204 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
43112024-12-03T23:09:17.047Z[ recovery-image] Dec 03 23:09:16.208 INFO O| Dec 03 23:09:16.208 INFO STEP 8 (remove_files) COMPLETE
43122024-12-03T23:09:17.047Z[ recovery-image] Dec 03 23:09:16.208 INFO O| Dec 03 23:09:16.208 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43132024-12-03T23:09:17.055Z[ recovery-image] Dec 03 23:09:16.217 INFO O| Dec 03 23:09:16.217 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
43142024-12-03T23:09:17.058Z[ recovery-image] Dec 03 23:09:16.218 INFO O| Dec 03 23:09:16.218 INFO STEP 9 (remove_files) COMPLETE
43152024-12-03T23:09:17.058Z[ recovery-image] Dec 03 23:09:16.218 INFO O| Dec 03 23:09:16.218 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43162024-12-03T23:09:17.064Z[ recovery-image] Dec 03 23:09:16.227 INFO O| Dec 03 23:09:16.227 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
43172024-12-03T23:09:17.068Z[ recovery-image] Dec 03 23:09:16.227 INFO O| Dec 03 23:09:16.227 INFO STEP 10 (remove_files) COMPLETE
43182024-12-03T23:09:17.068Z[ recovery-image] Dec 03 23:09:16.227 INFO O| Dec 03 23:09:16.227 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43192024-12-03T23:09:17.074Z[ recovery-image] Dec 03 23:09:16.237 INFO O| Dec 03 23:09:16.237 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
43202024-12-03T23:09:17.126Z[ recovery-image] Dec 03 23:09:16.289 INFO O| Dec 03 23:09:16.289 INFO STEP 11 (remove_files) COMPLETE
43212024-12-03T23:09:17.126Z[ recovery-image] Dec 03 23:09:16.289 INFO O| Dec 03 23:09:16.289 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43222024-12-03T23:09:17.137Z[ recovery-image] Dec 03 23:09:16.300 INFO O| Dec 03 23:09:16.300 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
43232024-12-03T23:09:17.140Z[ recovery-image] Dec 03 23:09:16.303 INFO O| Dec 03 23:09:16.303 INFO STEP 12 (remove_files) COMPLETE
43242024-12-03T23:09:17.140Z[ recovery-image] Dec 03 23:09:16.303 INFO O| Dec 03 23:09:16.303 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43252024-12-03T23:09:17.150Z[ recovery-image] Dec 03 23:09:16.312 INFO O| Dec 03 23:09:16.312 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
43262024-12-03T23:09:17.152Z[ recovery-image] Dec 03 23:09:16.315 INFO O| Dec 03 23:09:16.315 INFO STEP 13 (remove_files) COMPLETE
43272024-12-03T23:09:17.152Z[ recovery-image] Dec 03 23:09:16.315 INFO O| Dec 03 23:09:16.315 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43282024-12-03T23:09:17.161Z[ recovery-image] Dec 03 23:09:16.324 INFO O| Dec 03 23:09:16.324 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
43292024-12-03T23:09:17.163Z[ recovery-image] Dec 03 23:09:16.324 INFO O| Dec 03 23:09:16.324 INFO STEP 14 (remove_files) COMPLETE
43302024-12-03T23:09:17.163Z[ recovery-image] Dec 03 23:09:16.324 INFO O| Dec 03 23:09:16.324 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43312024-12-03T23:09:17.171Z[ recovery-image] Dec 03 23:09:16.334 INFO O| Dec 03 23:09:16.334 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
43322024-12-03T23:09:17.175Z[ recovery-image] Dec 03 23:09:16.336 INFO O| Dec 03 23:09:16.336 INFO STEP 15 (remove_files) COMPLETE
43332024-12-03T23:09:17.175Z[ recovery-image] Dec 03 23:09:16.336 INFO O| Dec 03 23:09:16.336 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43342024-12-03T23:09:17.183Z[ recovery-image] Dec 03 23:09:16.346 INFO O| Dec 03 23:09:16.345 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
43352024-12-03T23:09:17.192Z[ recovery-image] Dec 03 23:09:16.355 INFO O| Dec 03 23:09:16.355 INFO STEP 16 (remove_files) COMPLETE
43362024-12-03T23:09:17.195Z[ recovery-image] Dec 03 23:09:16.355 INFO O| Dec 03 23:09:16.355 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43372024-12-03T23:09:17.201Z[ recovery-image] Dec 03 23:09:16.364 INFO O| Dec 03 23:09:16.364 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
43382024-12-03T23:09:17.205Z[ recovery-image] Dec 03 23:09:16.365 INFO O| Dec 03 23:09:16.365 INFO STEP 17 (remove_files) COMPLETE
43392024-12-03T23:09:17.205Z[ recovery-image] Dec 03 23:09:16.365 INFO O| Dec 03 23:09:16.365 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43402024-12-03T23:09:17.211Z[ recovery-image] Dec 03 23:09:16.374 INFO O| Dec 03 23:09:16.374 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
43412024-12-03T23:09:17.214Z[ recovery-image] Dec 03 23:09:16.374 INFO O| Dec 03 23:09:16.374 INFO STEP 18 (remove_files) COMPLETE
43422024-12-03T23:09:17.214Z[ recovery-image] Dec 03 23:09:16.374 INFO O| Dec 03 23:09:16.374 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43432024-12-03T23:09:17.220Z[ recovery-image] Dec 03 23:09:16.383 INFO O| Dec 03 23:09:16.383 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
43442024-12-03T23:09:17.261Z[ recovery-image] Dec 03 23:09:16.424 INFO O| Dec 03 23:09:16.424 INFO STEP 19 (remove_files) COMPLETE
43452024-12-03T23:09:17.261Z[ recovery-image] Dec 03 23:09:16.424 INFO O| Dec 03 23:09:16.424 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43462024-12-03T23:09:17.272Z[ recovery-image] Dec 03 23:09:16.435 INFO O| Dec 03 23:09:16.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
43472024-12-03T23:09:17.275Z[ recovery-image] Dec 03 23:09:16.437 INFO O| Dec 03 23:09:16.437 INFO STEP 20 (remove_files) COMPLETE
43482024-12-03T23:09:17.275Z[ recovery-image] Dec 03 23:09:16.437 INFO O| Dec 03 23:09:16.437 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43492024-12-03T23:09:17.285Z[ recovery-image] Dec 03 23:09:16.447 INFO O| Dec 03 23:09:16.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
43502024-12-03T23:09:17.288Z[ recovery-image] Dec 03 23:09:16.447 INFO O| Dec 03 23:09:16.447 INFO STEP 21 (remove_files) COMPLETE
43512024-12-03T23:09:17.288Z[ recovery-image] Dec 03 23:09:16.447 INFO O| Dec 03 23:09:16.447 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43522024-12-03T23:09:17.294Z[ recovery-image] Dec 03 23:09:16.457 INFO O| Dec 03 23:09:16.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
43532024-12-03T23:09:17.299Z[ recovery-image] Dec 03 23:09:16.457 INFO O| Dec 03 23:09:16.457 INFO STEP 22 (remove_files) COMPLETE
43542024-12-03T23:09:17.299Z[ recovery-image] Dec 03 23:09:16.457 INFO O| Dec 03 23:09:16.457 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43552024-12-03T23:09:17.304Z[ recovery-image] Dec 03 23:09:16.467 INFO O| Dec 03 23:09:16.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
43562024-12-03T23:09:17.304Z[ recovery-image] Dec 03 23:09:16.467 INFO O| Dec 03 23:09:16.467 INFO STEP 23 (remove_files) COMPLETE
43572024-12-03T23:09:17.304Z[ recovery-image] Dec 03 23:09:16.467 INFO O| Dec 03 23:09:16.467 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43582024-12-03T23:09:17.316Z[ recovery-image] Dec 03 23:09:16.476 INFO O| Dec 03 23:09:16.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
43592024-12-03T23:09:17.320Z[ recovery-image] Dec 03 23:09:16.477 INFO O| Dec 03 23:09:16.477 INFO STEP 24 (remove_files) COMPLETE
43602024-12-03T23:09:17.320Z[ recovery-image] Dec 03 23:09:16.477 INFO O| Dec 03 23:09:16.477 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43612024-12-03T23:09:17.324Z[ recovery-image] Dec 03 23:09:16.487 INFO O| Dec 03 23:09:16.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
43622024-12-03T23:09:17.324Z[ recovery-image] Dec 03 23:09:16.487 INFO O| Dec 03 23:09:16.487 INFO STEP 25 (remove_files) COMPLETE
43632024-12-03T23:09:17.324Z[ recovery-image] Dec 03 23:09:16.487 INFO O| Dec 03 23:09:16.487 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43642024-12-03T23:09:17.333Z[ recovery-image] Dec 03 23:09:16.496 INFO O| Dec 03 23:09:16.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
43652024-12-03T23:09:17.335Z[ recovery-image] Dec 03 23:09:16.497 INFO O| Dec 03 23:09:16.496 INFO STEP 26 (remove_files) COMPLETE
43662024-12-03T23:09:17.336Z[ recovery-image] Dec 03 23:09:16.497 INFO O| Dec 03 23:09:16.497 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43672024-12-03T23:09:17.343Z[ recovery-image] Dec 03 23:09:16.506 INFO O| Dec 03 23:09:16.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
43682024-12-03T23:09:17.343Z[ recovery-image] Dec 03 23:09:16.506 INFO O| Dec 03 23:09:16.506 INFO STEP 27 (remove_files) COMPLETE
43692024-12-03T23:09:17.346Z[ recovery-image] Dec 03 23:09:16.506 INFO O| Dec 03 23:09:16.506 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43702024-12-03T23:09:17.353Z[ recovery-image] Dec 03 23:09:16.516 INFO O| Dec 03 23:09:16.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
43712024-12-03T23:09:17.356Z[ recovery-image] Dec 03 23:09:16.517 INFO O| Dec 03 23:09:16.517 INFO STEP 28 (remove_files) COMPLETE
43722024-12-03T23:09:17.356Z[ recovery-image] Dec 03 23:09:16.517 INFO O| Dec 03 23:09:16.517 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43732024-12-03T23:09:17.364Z[ recovery-image] Dec 03 23:09:16.527 INFO O| Dec 03 23:09:16.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
43742024-12-03T23:09:17.367Z[ recovery-image] Dec 03 23:09:16.528 INFO O| Dec 03 23:09:16.528 INFO STEP 29 (remove_files) COMPLETE
43752024-12-03T23:09:17.367Z[ recovery-image] Dec 03 23:09:16.528 INFO O| Dec 03 23:09:16.528 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43762024-12-03T23:09:17.375Z[ recovery-image] Dec 03 23:09:16.538 INFO O| Dec 03 23:09:16.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
43772024-12-03T23:09:17.377Z[ recovery-image] Dec 03 23:09:16.538 INFO O| Dec 03 23:09:16.538 INFO STEP 30 (remove_files) COMPLETE
43782024-12-03T23:09:17.377Z[ recovery-image] Dec 03 23:09:16.538 INFO O| Dec 03 23:09:16.538 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43792024-12-03T23:09:17.384Z[ recovery-image] Dec 03 23:09:16.547 INFO O| Dec 03 23:09:16.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
43802024-12-03T23:09:17.387Z[ recovery-image] Dec 03 23:09:16.548 INFO O| Dec 03 23:09:16.547 INFO STEP 31 (remove_files) COMPLETE
43812024-12-03T23:09:17.387Z[ recovery-image] Dec 03 23:09:16.548 INFO O| Dec 03 23:09:16.548 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43822024-12-03T23:09:17.394Z[ recovery-image] Dec 03 23:09:16.557 INFO O| Dec 03 23:09:16.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
43832024-12-03T23:09:17.396Z[ recovery-image] Dec 03 23:09:16.558 INFO O| Dec 03 23:09:16.558 INFO STEP 32 (remove_files) COMPLETE
43842024-12-03T23:09:17.396Z[ recovery-image] Dec 03 23:09:16.558 INFO O| Dec 03 23:09:16.558 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43852024-12-03T23:09:17.404Z[ recovery-image] Dec 03 23:09:16.567 INFO O| Dec 03 23:09:16.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
43862024-12-03T23:09:17.404Z[ recovery-image] Dec 03 23:09:16.567 INFO O| Dec 03 23:09:16.567 INFO STEP 33 (remove_files) COMPLETE
43872024-12-03T23:09:17.404Z[ recovery-image] Dec 03 23:09:16.567 INFO O| Dec 03 23:09:16.567 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43882024-12-03T23:09:17.413Z[ recovery-image] Dec 03 23:09:16.576 INFO O| Dec 03 23:09:16.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
43892024-12-03T23:09:17.415Z[ recovery-image] Dec 03 23:09:16.577 INFO O| Dec 03 23:09:16.577 INFO STEP 34 (remove_files) COMPLETE
43902024-12-03T23:09:17.415Z[ recovery-image] Dec 03 23:09:16.577 INFO O| Dec 03 23:09:16.577 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43912024-12-03T23:09:17.423Z[ recovery-image] Dec 03 23:09:16.586 INFO O| Dec 03 23:09:16.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
43922024-12-03T23:09:17.423Z[ recovery-image] Dec 03 23:09:16.586 INFO O| Dec 03 23:09:16.586 INFO STEP 35 (remove_files) COMPLETE
43932024-12-03T23:09:17.425Z[ recovery-image] Dec 03 23:09:16.586 INFO O| Dec 03 23:09:16.586 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43942024-12-03T23:09:17.432Z[ recovery-image] Dec 03 23:09:16.595 INFO O| Dec 03 23:09:16.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
43952024-12-03T23:09:17.434Z[ recovery-image] Dec 03 23:09:16.595 INFO O| Dec 03 23:09:16.595 INFO STEP 36 (remove_files) COMPLETE
43962024-12-03T23:09:17.434Z[ recovery-image] Dec 03 23:09:16.595 INFO O| Dec 03 23:09:16.595 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43972024-12-03T23:09:17.442Z[ recovery-image] Dec 03 23:09:16.605 INFO O| Dec 03 23:09:16.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
43982024-12-03T23:09:17.444Z[ recovery-image] Dec 03 23:09:16.606 INFO O| Dec 03 23:09:16.606 INFO STEP 37 (remove_files) COMPLETE
43992024-12-03T23:09:17.444Z[ recovery-image] Dec 03 23:09:16.606 INFO O| Dec 03 23:09:16.606 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44002024-12-03T23:09:17.452Z[ recovery-image] Dec 03 23:09:16.615 INFO O| Dec 03 23:09:16.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
44012024-12-03T23:09:17.452Z[ recovery-image] Dec 03 23:09:16.615 INFO O| Dec 03 23:09:16.615 INFO STEP 38 (remove_files) COMPLETE
44022024-12-03T23:09:17.452Z[ recovery-image] Dec 03 23:09:16.615 INFO O| Dec 03 23:09:16.615 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44032024-12-03T23:09:17.461Z[ recovery-image] Dec 03 23:09:16.624 INFO O| Dec 03 23:09:16.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
44042024-12-03T23:09:17.461Z[ recovery-image] Dec 03 23:09:16.624 INFO O| Dec 03 23:09:16.624 INFO STEP 39 (remove_files) COMPLETE
44052024-12-03T23:09:17.464Z[ recovery-image] Dec 03 23:09:16.624 INFO O| Dec 03 23:09:16.624 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44062024-12-03T23:09:17.470Z[ recovery-image] Dec 03 23:09:16.633 INFO O| Dec 03 23:09:16.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
44072024-12-03T23:09:17.470Z[ recovery-image] Dec 03 23:09:16.633 INFO O| Dec 03 23:09:16.633 INFO STEP 40 (remove_files) COMPLETE
44082024-12-03T23:09:17.473Z[ recovery-image] Dec 03 23:09:16.633 INFO O| Dec 03 23:09:16.633 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44092024-12-03T23:09:17.479Z[ recovery-image] Dec 03 23:09:16.642 INFO O| Dec 03 23:09:16.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
44102024-12-03T23:09:17.483Z[ recovery-image] Dec 03 23:09:16.643 INFO O| Dec 03 23:09:16.642 INFO STEP 41 (remove_files) COMPLETE
44112024-12-03T23:09:17.483Z[ recovery-image] Dec 03 23:09:16.643 INFO O| Dec 03 23:09:16.643 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44122024-12-03T23:09:17.489Z[ recovery-image] Dec 03 23:09:16.652 INFO O| Dec 03 23:09:16.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
44132024-12-03T23:09:17.489Z[ recovery-image] Dec 03 23:09:16.652 INFO O| Dec 03 23:09:16.652 INFO STEP 42 (remove_files) COMPLETE
44142024-12-03T23:09:17.491Z[ recovery-image] Dec 03 23:09:16.652 INFO O| Dec 03 23:09:16.652 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44152024-12-03T23:09:17.498Z[ recovery-image] Dec 03 23:09:16.661 INFO O| Dec 03 23:09:16.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
44162024-12-03T23:09:17.501Z[ recovery-image] Dec 03 23:09:16.661 INFO O| Dec 03 23:09:16.661 INFO STEP 43 (remove_files) COMPLETE
44172024-12-03T23:09:17.501Z[ recovery-image] Dec 03 23:09:16.661 INFO O| Dec 03 23:09:16.661 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44182024-12-03T23:09:17.507Z[ recovery-image] Dec 03 23:09:16.670 INFO O| Dec 03 23:09:16.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
44192024-12-03T23:09:17.507Z[ recovery-image] Dec 03 23:09:16.670 INFO O| Dec 03 23:09:16.670 INFO STEP 44 (remove_files) COMPLETE
44202024-12-03T23:09:17.507Z[ recovery-image] Dec 03 23:09:16.670 INFO O| Dec 03 23:09:16.670 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44212024-12-03T23:09:17.516Z[ recovery-image] Dec 03 23:09:16.679 INFO O| Dec 03 23:09:16.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
44222024-12-03T23:09:17.518Z[ recovery-image] Dec 03 23:09:16.680 INFO O| Dec 03 23:09:16.680 INFO STEP 45 (remove_files) COMPLETE
44232024-12-03T23:09:17.518Z[ recovery-image] Dec 03 23:09:16.680 INFO O| Dec 03 23:09:16.680 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44242024-12-03T23:09:17.526Z[ recovery-image] Dec 03 23:09:16.690 INFO O| Dec 03 23:09:16.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
44252024-12-03T23:09:17.526Z[ recovery-image] Dec 03 23:09:16.690 INFO O| Dec 03 23:09:16.690 INFO STEP 46 (remove_files) COMPLETE
44262024-12-03T23:09:17.526Z[ recovery-image] Dec 03 23:09:16.690 INFO O| Dec 03 23:09:16.690 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44272024-12-03T23:09:17.538Z[ recovery-image] Dec 03 23:09:16.699 INFO O| Dec 03 23:09:16.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
44282024-12-03T23:09:17.549Z[ recovery-image] Dec 03 23:09:16.699 INFO O| Dec 03 23:09:16.699 INFO STEP 47 (remove_files) COMPLETE
44292024-12-03T23:09:17.549Z[ recovery-image] Dec 03 23:09:16.699 INFO O| Dec 03 23:09:16.699 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44302024-12-03T23:09:17.558Z[ recovery-image] Dec 03 23:09:16.708 INFO O| Dec 03 23:09:16.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
44312024-12-03T23:09:17.558Z[ recovery-image] Dec 03 23:09:16.708 INFO O| Dec 03 23:09:16.708 INFO STEP 48 (remove_files) COMPLETE
44322024-12-03T23:09:17.558Z[ recovery-image] Dec 03 23:09:16.708 INFO O| Dec 03 23:09:16.708 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44332024-12-03T23:09:17.561Z[ recovery-image] Dec 03 23:09:16.717 INFO O| Dec 03 23:09:16.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
44342024-12-03T23:09:17.561Z[ recovery-image] Dec 03 23:09:16.717 INFO O| Dec 03 23:09:16.717 INFO STEP 49 (remove_files) COMPLETE
44352024-12-03T23:09:17.561Z[ recovery-image] Dec 03 23:09:16.717 INFO O| Dec 03 23:09:16.717 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44362024-12-03T23:09:17.566Z[ recovery-image] Dec 03 23:09:16.727 INFO O| Dec 03 23:09:16.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
44372024-12-03T23:09:17.566Z[ recovery-image] Dec 03 23:09:16.727 INFO O| Dec 03 23:09:16.727 INFO STEP 50 (remove_files) COMPLETE
44382024-12-03T23:09:17.566Z[ recovery-image] Dec 03 23:09:16.727 INFO O| Dec 03 23:09:16.727 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44392024-12-03T23:09:17.574Z[ recovery-image] Dec 03 23:09:16.736 INFO O| Dec 03 23:09:16.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
44402024-12-03T23:09:17.574Z[ recovery-image] Dec 03 23:09:16.736 INFO O| Dec 03 23:09:16.736 INFO STEP 51 (remove_files) COMPLETE
44412024-12-03T23:09:17.577Z[ recovery-image] Dec 03 23:09:16.736 INFO O| Dec 03 23:09:16.736 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44422024-12-03T23:09:17.583Z[ recovery-image] Dec 03 23:09:16.745 INFO O| Dec 03 23:09:16.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
44432024-12-03T23:09:17.583Z[ recovery-image] Dec 03 23:09:16.745 INFO O| Dec 03 23:09:16.745 INFO STEP 52 (remove_files) COMPLETE
44442024-12-03T23:09:17.583Z[ recovery-image] Dec 03 23:09:16.745 INFO O| Dec 03 23:09:16.745 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44452024-12-03T23:09:17.592Z[ recovery-image] Dec 03 23:09:16.754 INFO O| Dec 03 23:09:16.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
44462024-12-03T23:09:17.592Z[ recovery-image] Dec 03 23:09:16.754 INFO O| Dec 03 23:09:16.754 INFO STEP 53 (remove_files) COMPLETE
44472024-12-03T23:09:17.594Z[ recovery-image] Dec 03 23:09:16.754 INFO O| Dec 03 23:09:16.754 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44482024-12-03T23:09:17.601Z[ recovery-image] Dec 03 23:09:16.764 INFO O| Dec 03 23:09:16.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
44492024-12-03T23:09:17.603Z[ recovery-image] Dec 03 23:09:16.764 INFO O| Dec 03 23:09:16.764 INFO STEP 54 (remove_files) COMPLETE
44502024-12-03T23:09:17.603Z[ recovery-image] Dec 03 23:09:16.764 INFO O| Dec 03 23:09:16.764 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44512024-12-03T23:09:17.610Z[ recovery-image] Dec 03 23:09:16.773 INFO O| Dec 03 23:09:16.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
44522024-12-03T23:09:17.610Z[ recovery-image] Dec 03 23:09:16.773 INFO O| Dec 03 23:09:16.773 INFO STEP 55 (remove_files) COMPLETE
44532024-12-03T23:09:17.610Z[ recovery-image] Dec 03 23:09:16.773 INFO O| Dec 03 23:09:16.773 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44542024-12-03T23:09:17.619Z[ recovery-image] Dec 03 23:09:16.782 INFO O| Dec 03 23:09:16.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
44552024-12-03T23:09:17.619Z[ recovery-image] Dec 03 23:09:16.782 INFO O| Dec 03 23:09:16.782 INFO STEP 56 (remove_files) COMPLETE
44562024-12-03T23:09:17.623Z[ recovery-image] Dec 03 23:09:16.782 INFO O| Dec 03 23:09:16.782 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44572024-12-03T23:09:17.628Z[ recovery-image] Dec 03 23:09:16.791 INFO O| Dec 03 23:09:16.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
44582024-12-03T23:09:17.628Z[ recovery-image] Dec 03 23:09:16.791 INFO O| Dec 03 23:09:16.791 INFO STEP 57 (remove_files) COMPLETE
44592024-12-03T23:09:17.631Z[ recovery-image] Dec 03 23:09:16.791 INFO O| Dec 03 23:09:16.791 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44602024-12-03T23:09:17.638Z[ recovery-image] Dec 03 23:09:16.800 INFO O| Dec 03 23:09:16.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
44612024-12-03T23:09:17.638Z[ recovery-image] Dec 03 23:09:16.801 INFO O| Dec 03 23:09:16.800 INFO STEP 58 (remove_files) COMPLETE
44622024-12-03T23:09:17.643Z[ recovery-image] Dec 03 23:09:16.801 INFO O| Dec 03 23:09:16.801 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44632024-12-03T23:09:17.649Z[ recovery-image] Dec 03 23:09:16.810 INFO O| Dec 03 23:09:16.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
44642024-12-03T23:09:17.649Z[ recovery-image] Dec 03 23:09:16.810 INFO O| Dec 03 23:09:16.810 INFO STEP 59 (remove_files) COMPLETE
44652024-12-03T23:09:17.652Z[ recovery-image] Dec 03 23:09:16.810 INFO O| Dec 03 23:09:16.810 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44662024-12-03T23:09:17.656Z[ recovery-image] Dec 03 23:09:16.819 INFO O| Dec 03 23:09:16.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
44672024-12-03T23:09:17.656Z[ recovery-image] Dec 03 23:09:16.819 INFO O| Dec 03 23:09:16.819 INFO STEP 60 (remove_files) COMPLETE
44682024-12-03T23:09:17.656Z[ recovery-image] Dec 03 23:09:16.819 INFO O| Dec 03 23:09:16.819 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44692024-12-03T23:09:17.665Z[ recovery-image] Dec 03 23:09:16.828 INFO O| Dec 03 23:09:16.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
44702024-12-03T23:09:17.665Z[ recovery-image] Dec 03 23:09:16.828 INFO O| Dec 03 23:09:16.828 INFO STEP 61 (remove_files) COMPLETE
44712024-12-03T23:09:17.670Z[ recovery-image] Dec 03 23:09:16.828 INFO O| Dec 03 23:09:16.828 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44722024-12-03T23:09:17.675Z[ recovery-image] Dec 03 23:09:16.837 INFO O| Dec 03 23:09:16.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
44732024-12-03T23:09:17.677Z[ recovery-image] Dec 03 23:09:16.837 INFO O| Dec 03 23:09:16.837 INFO STEP 62 (remove_files) COMPLETE
44742024-12-03T23:09:17.677Z[ recovery-image] Dec 03 23:09:16.837 INFO O| Dec 03 23:09:16.837 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44752024-12-03T23:09:17.683Z[ recovery-image] Dec 03 23:09:16.846 INFO O| Dec 03 23:09:16.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
44762024-12-03T23:09:17.683Z[ recovery-image] Dec 03 23:09:16.846 INFO O| Dec 03 23:09:16.846 INFO STEP 63 (remove_files) COMPLETE
44772024-12-03T23:09:17.687Z[ recovery-image] Dec 03 23:09:16.847 INFO O| Dec 03 23:09:16.846 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44782024-12-03T23:09:17.692Z[ recovery-image] Dec 03 23:09:16.856 INFO O| Dec 03 23:09:16.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
44792024-12-03T23:09:17.695Z[ recovery-image] Dec 03 23:09:16.856 INFO O| Dec 03 23:09:16.856 INFO STEP 64 (remove_files) COMPLETE
44802024-12-03T23:09:17.695Z[ recovery-image] Dec 03 23:09:16.856 INFO O| Dec 03 23:09:16.856 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44812024-12-03T23:09:17.703Z[ recovery-image] Dec 03 23:09:16.866 INFO O| Dec 03 23:09:16.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
44822024-12-03T23:09:17.705Z[ recovery-image] Dec 03 23:09:16.866 INFO O| Dec 03 23:09:16.866 INFO STEP 65 (remove_files) COMPLETE
44832024-12-03T23:09:17.705Z[ recovery-image] Dec 03 23:09:16.866 INFO O| Dec 03 23:09:16.866 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44842024-12-03T23:09:17.711Z[ recovery-image] Dec 03 23:09:16.875 INFO O| Dec 03 23:09:16.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
44852024-12-03T23:09:17.712Z[ recovery-image] Dec 03 23:09:16.875 INFO O| Dec 03 23:09:16.875 INFO STEP 66 (remove_files) COMPLETE
44862024-12-03T23:09:17.714Z[ recovery-image] Dec 03 23:09:16.875 INFO O| Dec 03 23:09:16.875 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44872024-12-03T23:09:17.721Z[ recovery-image] Dec 03 23:09:16.884 INFO O| Dec 03 23:09:16.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
44882024-12-03T23:09:17.723Z[ recovery-image] Dec 03 23:09:16.884 INFO O| Dec 03 23:09:16.884 INFO STEP 67 (remove_files) COMPLETE
44892024-12-03T23:09:17.723Z[ recovery-image] Dec 03 23:09:16.884 INFO O| Dec 03 23:09:16.884 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44902024-12-03T23:09:17.730Z[ recovery-image] Dec 03 23:09:16.893 INFO O| Dec 03 23:09:16.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
44912024-12-03T23:09:17.730Z[ recovery-image] Dec 03 23:09:16.893 INFO O| Dec 03 23:09:16.893 INFO STEP 68 (remove_files) COMPLETE
44922024-12-03T23:09:17.732Z[ recovery-image] Dec 03 23:09:16.893 INFO O| Dec 03 23:09:16.893 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44932024-12-03T23:09:17.739Z[ recovery-image] Dec 03 23:09:16.902 INFO O| Dec 03 23:09:16.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
44942024-12-03T23:09:17.739Z[ recovery-image] Dec 03 23:09:16.902 INFO O| Dec 03 23:09:16.902 INFO STEP 69 (remove_files) COMPLETE
44952024-12-03T23:09:17.741Z[ recovery-image] Dec 03 23:09:16.902 INFO O| Dec 03 23:09:16.902 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44962024-12-03T23:09:17.748Z[ recovery-image] Dec 03 23:09:16.911 INFO O| Dec 03 23:09:16.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
44972024-12-03T23:09:17.748Z[ recovery-image] Dec 03 23:09:16.911 INFO O| Dec 03 23:09:16.911 INFO STEP 70 (remove_files) COMPLETE
44982024-12-03T23:09:17.748Z[ recovery-image] Dec 03 23:09:16.911 INFO O| Dec 03 23:09:16.911 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44992024-12-03T23:09:17.757Z[ recovery-image] Dec 03 23:09:16.920 INFO O| Dec 03 23:09:16.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
45002024-12-03T23:09:17.760Z[ recovery-image] Dec 03 23:09:16.920 INFO O| Dec 03 23:09:16.920 INFO STEP 71 (remove_files) COMPLETE
45012024-12-03T23:09:17.760Z[ recovery-image] Dec 03 23:09:16.920 INFO O| Dec 03 23:09:16.920 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45022024-12-03T23:09:17.766Z[ recovery-image] Dec 03 23:09:16.930 INFO O| Dec 03 23:09:16.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
45032024-12-03T23:09:17.767Z[ recovery-image] Dec 03 23:09:16.930 INFO O| Dec 03 23:09:16.930 INFO STEP 72 (remove_files) COMPLETE
45042024-12-03T23:09:17.767Z[ recovery-image] Dec 03 23:09:16.930 INFO O| Dec 03 23:09:16.930 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45052024-12-03T23:09:17.776Z[ recovery-image] Dec 03 23:09:16.939 INFO O| Dec 03 23:09:16.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
45062024-12-03T23:09:17.776Z[ recovery-image] Dec 03 23:09:16.939 INFO O| Dec 03 23:09:16.939 INFO STEP 73 (remove_files) COMPLETE
45072024-12-03T23:09:17.776Z[ recovery-image] Dec 03 23:09:16.939 INFO O| Dec 03 23:09:16.939 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45082024-12-03T23:09:17.785Z[ recovery-image] Dec 03 23:09:16.948 INFO O| Dec 03 23:09:16.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
45092024-12-03T23:09:17.788Z[ recovery-image] Dec 03 23:09:16.948 INFO O| Dec 03 23:09:16.948 INFO STEP 74 (remove_files) COMPLETE
45102024-12-03T23:09:17.788Z[ recovery-image] Dec 03 23:09:16.948 INFO O| Dec 03 23:09:16.948 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45112024-12-03T23:09:17.794Z[ recovery-image] Dec 03 23:09:16.957 INFO O| Dec 03 23:09:16.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
45122024-12-03T23:09:17.794Z[ recovery-image] Dec 03 23:09:16.957 INFO O| Dec 03 23:09:16.957 INFO STEP 75 (remove_files) COMPLETE
45132024-12-03T23:09:17.796Z[ recovery-image] Dec 03 23:09:16.957 INFO O| Dec 03 23:09:16.957 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45142024-12-03T23:09:17.803Z[ recovery-image] Dec 03 23:09:16.966 INFO O| Dec 03 23:09:16.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
45152024-12-03T23:09:17.803Z[ recovery-image] Dec 03 23:09:16.966 INFO O| Dec 03 23:09:16.966 INFO STEP 76 (remove_files) COMPLETE
45162024-12-03T23:09:17.806Z[ recovery-image] Dec 03 23:09:16.966 INFO O| Dec 03 23:09:16.966 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45172024-12-03T23:09:17.812Z[ recovery-image] Dec 03 23:09:16.975 INFO O| Dec 03 23:09:16.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
45182024-12-03T23:09:17.812Z[ recovery-image] Dec 03 23:09:16.976 INFO O| Dec 03 23:09:16.975 INFO STEP 77 (remove_files) COMPLETE
45192024-12-03T23:09:17.812Z[ recovery-image] Dec 03 23:09:16.976 INFO O| Dec 03 23:09:16.975 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45202024-12-03T23:09:17.823Z[ recovery-image] Dec 03 23:09:16.985 INFO O| Dec 03 23:09:16.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
45212024-12-03T23:09:17.823Z[ recovery-image] Dec 03 23:09:16.985 INFO O| Dec 03 23:09:16.985 INFO STEP 78 (remove_files) COMPLETE
45222024-12-03T23:09:17.825Z[ recovery-image] Dec 03 23:09:16.985 INFO O| Dec 03 23:09:16.985 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45232024-12-03T23:09:17.831Z[ recovery-image] Dec 03 23:09:16.994 INFO O| Dec 03 23:09:16.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
45242024-12-03T23:09:17.831Z[ recovery-image] Dec 03 23:09:16.994 INFO O| Dec 03 23:09:16.994 INFO STEP 79 (remove_files) COMPLETE
45252024-12-03T23:09:17.833Z[ recovery-image] Dec 03 23:09:16.994 INFO O| Dec 03 23:09:16.994 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45262024-12-03T23:09:17.840Z[ recovery-image] Dec 03 23:09:17.003 INFO O| Dec 03 23:09:17.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
45272024-12-03T23:09:17.840Z[ recovery-image] Dec 03 23:09:17.003 INFO O| Dec 03 23:09:17.003 INFO STEP 80 (remove_files) COMPLETE
45282024-12-03T23:09:17.842Z[ recovery-image] Dec 03 23:09:17.003 INFO O| Dec 03 23:09:17.003 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45292024-12-03T23:09:17.849Z[ recovery-image] Dec 03 23:09:17.012 INFO O| Dec 03 23:09:17.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
45302024-12-03T23:09:17.849Z[ recovery-image] Dec 03 23:09:17.012 INFO O| Dec 03 23:09:17.012 INFO STEP 81 (remove_files) COMPLETE
45312024-12-03T23:09:17.852Z[ recovery-image] Dec 03 23:09:17.012 INFO O| Dec 03 23:09:17.012 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45322024-12-03T23:09:17.859Z[ recovery-image] Dec 03 23:09:17.022 INFO O| Dec 03 23:09:17.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
45332024-12-03T23:09:17.859Z[ recovery-image] Dec 03 23:09:17.022 INFO O| Dec 03 23:09:17.022 INFO STEP 82 (remove_files) COMPLETE
45342024-12-03T23:09:17.861Z[ recovery-image] Dec 03 23:09:17.022 INFO O| Dec 03 23:09:17.022 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45352024-12-03T23:09:17.868Z[ recovery-image] Dec 03 23:09:17.031 INFO O| Dec 03 23:09:17.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
45362024-12-03T23:09:17.868Z[ recovery-image] Dec 03 23:09:17.031 INFO O| Dec 03 23:09:17.031 INFO STEP 83 (remove_files) COMPLETE
45372024-12-03T23:09:17.870Z[ recovery-image] Dec 03 23:09:17.031 INFO O| Dec 03 23:09:17.031 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45382024-12-03T23:09:17.877Z[ recovery-image] Dec 03 23:09:17.040 INFO O| Dec 03 23:09:17.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
45392024-12-03T23:09:17.877Z[ recovery-image] Dec 03 23:09:17.040 INFO O| Dec 03 23:09:17.040 INFO STEP 84 (remove_files) COMPLETE
45402024-12-03T23:09:17.879Z[ recovery-image] Dec 03 23:09:17.040 INFO O| Dec 03 23:09:17.040 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45412024-12-03T23:09:17.886Z[ recovery-image] Dec 03 23:09:17.049 INFO O| Dec 03 23:09:17.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
45422024-12-03T23:09:17.889Z[ recovery-image] Dec 03 23:09:17.049 INFO O| Dec 03 23:09:17.049 INFO STEP 85 (remove_files) COMPLETE
45432024-12-03T23:09:17.889Z[ recovery-image] Dec 03 23:09:17.049 INFO O| Dec 03 23:09:17.049 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45442024-12-03T23:09:17.895Z[ recovery-image] Dec 03 23:09:17.058 INFO O| Dec 03 23:09:17.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
45452024-12-03T23:09:17.895Z[ recovery-image] Dec 03 23:09:17.058 INFO O| Dec 03 23:09:17.058 INFO STEP 86 (remove_files) COMPLETE
45462024-12-03T23:09:17.895Z[ recovery-image] Dec 03 23:09:17.058 INFO O| Dec 03 23:09:17.058 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45472024-12-03T23:09:17.904Z[ recovery-image] Dec 03 23:09:17.067 INFO O| Dec 03 23:09:17.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
45482024-12-03T23:09:17.904Z[ recovery-image] Dec 03 23:09:17.068 INFO O| Dec 03 23:09:17.067 INFO STEP 87 (remove_files) COMPLETE
45492024-12-03T23:09:17.904Z[ recovery-image] Dec 03 23:09:17.068 INFO O| Dec 03 23:09:17.067 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45502024-12-03T23:09:17.914Z[ recovery-image] Dec 03 23:09:17.077 INFO O| Dec 03 23:09:17.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
45512024-12-03T23:09:17.918Z[ recovery-image] Dec 03 23:09:17.080 INFO O| Dec 03 23:09:17.080 INFO STEP 88 (remove_files) COMPLETE
45522024-12-03T23:09:17.918Z[ recovery-image] Dec 03 23:09:17.080 INFO O| Dec 03 23:09:17.080 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45532024-12-03T23:09:17.926Z[ recovery-image] Dec 03 23:09:17.089 INFO O| Dec 03 23:09:17.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
45542024-12-03T23:09:17.926Z[ recovery-image] Dec 03 23:09:17.089 INFO O| Dec 03 23:09:17.089 INFO STEP 89 (remove_files) COMPLETE
45552024-12-03T23:09:17.926Z[ recovery-image] Dec 03 23:09:17.089 INFO O| Dec 03 23:09:17.089 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45562024-12-03T23:09:17.935Z[ recovery-image] Dec 03 23:09:17.098 INFO O| Dec 03 23:09:17.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
45572024-12-03T23:09:17.935Z[ recovery-image] Dec 03 23:09:17.099 INFO O| Dec 03 23:09:17.098 INFO STEP 90 (remove_files) COMPLETE
45582024-12-03T23:09:17.935Z[ recovery-image] Dec 03 23:09:17.099 INFO O| Dec 03 23:09:17.098 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45592024-12-03T23:09:17.946Z[ recovery-image] Dec 03 23:09:17.108 INFO O| Dec 03 23:09:17.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
45602024-12-03T23:09:17.946Z[ recovery-image] Dec 03 23:09:17.108 INFO O| Dec 03 23:09:17.108 INFO STEP 91 (remove_files) COMPLETE
45612024-12-03T23:09:17.950Z[ recovery-image] Dec 03 23:09:17.108 INFO O| Dec 03 23:09:17.108 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45622024-12-03T23:09:17.954Z[ recovery-image] Dec 03 23:09:17.117 INFO O| Dec 03 23:09:17.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
45632024-12-03T23:09:17.954Z[ recovery-image] Dec 03 23:09:17.117 INFO O| Dec 03 23:09:17.117 INFO STEP 92 (remove_files) COMPLETE
45642024-12-03T23:09:17.958Z[ recovery-image] Dec 03 23:09:17.117 INFO O| Dec 03 23:09:17.117 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45652024-12-03T23:09:17.964Z[ recovery-image] Dec 03 23:09:17.126 INFO O| Dec 03 23:09:17.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
45662024-12-03T23:09:17.964Z[ recovery-image] Dec 03 23:09:17.126 INFO O| Dec 03 23:09:17.126 INFO STEP 93 (remove_files) COMPLETE
45672024-12-03T23:09:17.967Z[ recovery-image] Dec 03 23:09:17.126 INFO O| Dec 03 23:09:17.126 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45682024-12-03T23:09:17.972Z[ recovery-image] Dec 03 23:09:17.135 INFO O| Dec 03 23:09:17.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
45692024-12-03T23:09:17.974Z[ recovery-image] Dec 03 23:09:17.136 INFO O| Dec 03 23:09:17.136 INFO STEP 94 (remove_files) COMPLETE
45702024-12-03T23:09:17.974Z[ recovery-image] Dec 03 23:09:17.136 INFO O| Dec 03 23:09:17.136 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45712024-12-03T23:09:17.982Z[ recovery-image] Dec 03 23:09:17.145 INFO O| Dec 03 23:09:17.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
45722024-12-03T23:09:17.985Z[ recovery-image] Dec 03 23:09:17.145 INFO O| Dec 03 23:09:17.145 INFO STEP 95 (remove_files) COMPLETE
45732024-12-03T23:09:17.985Z[ recovery-image] Dec 03 23:09:17.145 INFO O| Dec 03 23:09:17.145 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45742024-12-03T23:09:17.991Z[ recovery-image] Dec 03 23:09:17.154 INFO O| Dec 03 23:09:17.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
45752024-12-03T23:09:17.991Z[ recovery-image] Dec 03 23:09:17.154 INFO O| Dec 03 23:09:17.154 INFO STEP 96 (remove_files) COMPLETE
45762024-12-03T23:09:17.995Z[ recovery-image] Dec 03 23:09:17.154 INFO O| Dec 03 23:09:17.154 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45772024-12-03T23:09:18.001Z[ recovery-image] Dec 03 23:09:17.164 INFO O| Dec 03 23:09:17.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
45782024-12-03T23:09:18.003Z[ recovery-image] Dec 03 23:09:17.164 INFO O| Dec 03 23:09:17.164 INFO STEP 97 (remove_files) COMPLETE
45792024-12-03T23:09:18.003Z[ recovery-image] Dec 03 23:09:17.164 INFO O| Dec 03 23:09:17.164 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45802024-12-03T23:09:18.010Z[ recovery-image] Dec 03 23:09:17.173 INFO O| Dec 03 23:09:17.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
45812024-12-03T23:09:18.010Z[ recovery-image] Dec 03 23:09:17.173 INFO O| Dec 03 23:09:17.173 INFO STEP 98 (remove_files) COMPLETE
45822024-12-03T23:09:18.012Z[ recovery-image] Dec 03 23:09:17.173 INFO O| Dec 03 23:09:17.173 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45832024-12-03T23:09:18.019Z[ recovery-image] Dec 03 23:09:17.182 INFO O| Dec 03 23:09:17.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
45842024-12-03T23:09:18.019Z[ recovery-image] Dec 03 23:09:17.182 INFO O| Dec 03 23:09:17.182 INFO STEP 99 (remove_files) COMPLETE
45852024-12-03T23:09:18.021Z[ recovery-image] Dec 03 23:09:17.182 INFO O| Dec 03 23:09:17.182 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45862024-12-03T23:09:18.028Z[ recovery-image] Dec 03 23:09:17.191 INFO O| Dec 03 23:09:17.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
45872024-12-03T23:09:18.031Z[ recovery-image] Dec 03 23:09:17.192 INFO O| Dec 03 23:09:17.192 INFO STEP 100 (remove_files) COMPLETE
45882024-12-03T23:09:18.031Z[ recovery-image] Dec 03 23:09:17.192 INFO O| Dec 03 23:09:17.192 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45892024-12-03T23:09:18.038Z[ recovery-image] Dec 03 23:09:17.201 INFO O| Dec 03 23:09:17.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
45902024-12-03T23:09:18.038Z[ recovery-image] Dec 03 23:09:17.201 INFO O| Dec 03 23:09:17.201 INFO STEP 101 (remove_files) COMPLETE
45912024-12-03T23:09:18.041Z[ recovery-image] Dec 03 23:09:17.201 INFO O| Dec 03 23:09:17.201 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45922024-12-03T23:09:18.047Z[ recovery-image] Dec 03 23:09:17.210 INFO O| Dec 03 23:09:17.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
45932024-12-03T23:09:18.047Z[ recovery-image] Dec 03 23:09:17.210 INFO O| Dec 03 23:09:17.210 INFO STEP 102 (remove_files) COMPLETE
45942024-12-03T23:09:18.047Z[ recovery-image] Dec 03 23:09:17.210 INFO O| Dec 03 23:09:17.210 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45952024-12-03T23:09:18.056Z[ recovery-image] Dec 03 23:09:17.219 INFO O| Dec 03 23:09:17.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
45962024-12-03T23:09:18.059Z[ recovery-image] Dec 03 23:09:17.220 INFO O| Dec 03 23:09:17.220 INFO STEP 103 (remove_files) COMPLETE
45972024-12-03T23:09:18.059Z[ recovery-image] Dec 03 23:09:17.220 INFO O| Dec 03 23:09:17.220 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45982024-12-03T23:09:18.066Z[ recovery-image] Dec 03 23:09:17.229 INFO O| Dec 03 23:09:17.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
45992024-12-03T23:09:18.066Z[ recovery-image] Dec 03 23:09:17.229 INFO O| Dec 03 23:09:17.229 INFO STEP 104 (remove_files) COMPLETE
46002024-12-03T23:09:18.069Z[ recovery-image] Dec 03 23:09:17.229 INFO O| Dec 03 23:09:17.229 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46012024-12-03T23:09:18.088Z[ recovery-image] Dec 03 23:09:17.239 INFO O| Dec 03 23:09:17.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
46022024-12-03T23:09:18.088Z[ recovery-image] Dec 03 23:09:17.239 INFO O| Dec 03 23:09:17.239 INFO STEP 105 (remove_files) COMPLETE
46032024-12-03T23:09:18.090Z[ recovery-image] Dec 03 23:09:17.239 INFO O| Dec 03 23:09:17.239 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46042024-12-03T23:09:18.090Z[ recovery-image] Dec 03 23:09:17.248 INFO O| Dec 03 23:09:17.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
46052024-12-03T23:09:18.090Z[ recovery-image] Dec 03 23:09:17.248 INFO O| Dec 03 23:09:17.248 INFO STEP 106 (remove_files) COMPLETE
46062024-12-03T23:09:18.090Z[ recovery-image] Dec 03 23:09:17.248 INFO O| Dec 03 23:09:17.248 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46072024-12-03T23:09:18.094Z[ recovery-image] Dec 03 23:09:17.257 INFO O| Dec 03 23:09:17.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
46082024-12-03T23:09:18.097Z[ recovery-image] Dec 03 23:09:17.258 INFO O| Dec 03 23:09:17.258 INFO STEP 107 (remove_files) COMPLETE
46092024-12-03T23:09:18.097Z[ recovery-image] Dec 03 23:09:17.258 INFO O| Dec 03 23:09:17.258 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46102024-12-03T23:09:18.104Z[ recovery-image] Dec 03 23:09:17.267 INFO O| Dec 03 23:09:17.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
46112024-12-03T23:09:18.104Z[ recovery-image] Dec 03 23:09:17.267 INFO O| Dec 03 23:09:17.267 INFO STEP 108 (remove_files) COMPLETE
46122024-12-03T23:09:18.107Z[ recovery-image] Dec 03 23:09:17.267 INFO O| Dec 03 23:09:17.267 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46132024-12-03T23:09:18.113Z[ recovery-image] Dec 03 23:09:17.276 INFO O| Dec 03 23:09:17.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
46142024-12-03T23:09:18.113Z[ recovery-image] Dec 03 23:09:17.276 INFO O| Dec 03 23:09:17.276 INFO STEP 109 (remove_files) COMPLETE
46152024-12-03T23:09:18.113Z[ recovery-image] Dec 03 23:09:17.276 INFO O| Dec 03 23:09:17.276 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46162024-12-03T23:09:18.122Z[ recovery-image] Dec 03 23:09:17.285 INFO O| Dec 03 23:09:17.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
46172024-12-03T23:09:18.122Z[ recovery-image] Dec 03 23:09:17.285 INFO O| Dec 03 23:09:17.285 INFO STEP 110 (remove_files) COMPLETE
46182024-12-03T23:09:18.125Z[ recovery-image] Dec 03 23:09:17.285 INFO O| Dec 03 23:09:17.285 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46192024-12-03T23:09:18.132Z[ recovery-image] Dec 03 23:09:17.295 INFO O| Dec 03 23:09:17.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
46202024-12-03T23:09:18.132Z[ recovery-image] Dec 03 23:09:17.295 INFO O| Dec 03 23:09:17.295 INFO STEP 111 (remove_files) COMPLETE
46212024-12-03T23:09:18.134Z[ recovery-image] Dec 03 23:09:17.295 INFO O| Dec 03 23:09:17.295 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46222024-12-03T23:09:18.141Z[ recovery-image] Dec 03 23:09:17.304 INFO O| Dec 03 23:09:17.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
46232024-12-03T23:09:18.141Z[ recovery-image] Dec 03 23:09:17.304 INFO O| Dec 03 23:09:17.304 INFO STEP 112 (remove_files) COMPLETE
46242024-12-03T23:09:18.141Z[ recovery-image] Dec 03 23:09:17.304 INFO O| Dec 03 23:09:17.304 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46252024-12-03T23:09:18.150Z[ recovery-image] Dec 03 23:09:17.313 INFO O| Dec 03 23:09:17.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
46262024-12-03T23:09:18.153Z[ recovery-image] Dec 03 23:09:17.313 INFO O| Dec 03 23:09:17.313 INFO STEP 113 (remove_files) COMPLETE
46272024-12-03T23:09:18.153Z[ recovery-image] Dec 03 23:09:17.313 INFO O| Dec 03 23:09:17.313 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46282024-12-03T23:09:18.159Z[ recovery-image] Dec 03 23:09:17.322 INFO O| Dec 03 23:09:17.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
46292024-12-03T23:09:18.159Z[ recovery-image] Dec 03 23:09:17.322 INFO O| Dec 03 23:09:17.322 INFO STEP 114 (remove_files) COMPLETE
46302024-12-03T23:09:18.159Z[ recovery-image] Dec 03 23:09:17.322 INFO O| Dec 03 23:09:17.322 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46312024-12-03T23:09:18.169Z[ recovery-image] Dec 03 23:09:17.332 INFO O| Dec 03 23:09:17.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
46322024-12-03T23:09:18.169Z[ recovery-image] Dec 03 23:09:17.332 INFO O| Dec 03 23:09:17.332 INFO STEP 115 (remove_files) COMPLETE
46332024-12-03T23:09:18.169Z[ recovery-image] Dec 03 23:09:17.332 INFO O| Dec 03 23:09:17.332 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46342024-12-03T23:09:18.178Z[ recovery-image] Dec 03 23:09:17.341 INFO O| Dec 03 23:09:17.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
46352024-12-03T23:09:18.178Z[ recovery-image] Dec 03 23:09:17.341 INFO O| Dec 03 23:09:17.341 INFO STEP 116 (remove_files) COMPLETE
46362024-12-03T23:09:18.178Z[ recovery-image] Dec 03 23:09:17.341 INFO O| Dec 03 23:09:17.341 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46372024-12-03T23:09:18.187Z[ recovery-image] Dec 03 23:09:17.350 INFO O| Dec 03 23:09:17.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
46382024-12-03T23:09:18.187Z[ recovery-image] Dec 03 23:09:17.350 INFO O| Dec 03 23:09:17.350 INFO STEP 117 (remove_files) COMPLETE
46392024-12-03T23:09:18.190Z[ recovery-image] Dec 03 23:09:17.350 INFO O| Dec 03 23:09:17.350 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46402024-12-03T23:09:18.196Z[ recovery-image] Dec 03 23:09:17.359 INFO O| Dec 03 23:09:17.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
46412024-12-03T23:09:18.196Z[ recovery-image] Dec 03 23:09:17.359 INFO O| Dec 03 23:09:17.359 INFO STEP 118 (remove_files) COMPLETE
46422024-12-03T23:09:18.199Z[ recovery-image] Dec 03 23:09:17.359 INFO O| Dec 03 23:09:17.359 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46432024-12-03T23:09:18.206Z[ recovery-image] Dec 03 23:09:17.368 INFO O| Dec 03 23:09:17.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
46442024-12-03T23:09:18.206Z[ recovery-image] Dec 03 23:09:17.369 INFO O| Dec 03 23:09:17.369 INFO STEP 119 (remove_files) COMPLETE
46452024-12-03T23:09:18.208Z[ recovery-image] Dec 03 23:09:17.369 INFO O| Dec 03 23:09:17.369 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46462024-12-03T23:09:18.217Z[ recovery-image] Dec 03 23:09:17.378 INFO O| Dec 03 23:09:17.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
46472024-12-03T23:09:18.217Z[ recovery-image] Dec 03 23:09:17.378 INFO O| Dec 03 23:09:17.378 INFO STEP 120 (remove_files) COMPLETE
46482024-12-03T23:09:18.240Z[ recovery-image] Dec 03 23:09:17.378 INFO O| Dec 03 23:09:17.378 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46492024-12-03T23:09:18.240Z[ recovery-image] Dec 03 23:09:17.387 INFO O| Dec 03 23:09:17.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
46502024-12-03T23:09:18.240Z[ recovery-image] Dec 03 23:09:17.387 INFO O| Dec 03 23:09:17.387 INFO STEP 121 (remove_files) COMPLETE
46512024-12-03T23:09:18.240Z[ recovery-image] Dec 03 23:09:17.387 INFO O| Dec 03 23:09:17.387 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46522024-12-03T23:09:18.248Z[ recovery-image] Dec 03 23:09:17.396 INFO O| Dec 03 23:09:17.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
46532024-12-03T23:09:18.248Z[ recovery-image] Dec 03 23:09:17.396 INFO O| Dec 03 23:09:17.396 INFO STEP 122 (remove_files) COMPLETE
46542024-12-03T23:09:18.248Z[ recovery-image] Dec 03 23:09:17.396 INFO O| Dec 03 23:09:17.396 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46552024-12-03T23:09:18.248Z[ recovery-image] Dec 03 23:09:17.405 INFO O| Dec 03 23:09:17.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
46562024-12-03T23:09:18.248Z[ recovery-image] Dec 03 23:09:17.405 INFO O| Dec 03 23:09:17.405 INFO STEP 123 (remove_files) COMPLETE
46572024-12-03T23:09:18.248Z[ recovery-image] Dec 03 23:09:17.405 INFO O| Dec 03 23:09:17.405 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46582024-12-03T23:09:18.251Z[ recovery-image] Dec 03 23:09:17.414 INFO O| Dec 03 23:09:17.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
46592024-12-03T23:09:18.254Z[ recovery-image] Dec 03 23:09:17.414 INFO O| Dec 03 23:09:17.414 INFO STEP 124 (remove_files) COMPLETE
46602024-12-03T23:09:18.254Z[ recovery-image] Dec 03 23:09:17.415 INFO O| Dec 03 23:09:17.414 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46612024-12-03T23:09:18.262Z[ recovery-image] Dec 03 23:09:17.424 INFO O| Dec 03 23:09:17.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
46622024-12-03T23:09:18.262Z[ recovery-image] Dec 03 23:09:17.424 INFO O| Dec 03 23:09:17.424 INFO STEP 125 (remove_files) COMPLETE
46632024-12-03T23:09:18.262Z[ recovery-image] Dec 03 23:09:17.424 INFO O| Dec 03 23:09:17.424 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46642024-12-03T23:09:18.270Z[ recovery-image] Dec 03 23:09:17.433 INFO O| Dec 03 23:09:17.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
46652024-12-03T23:09:18.270Z[ recovery-image] Dec 03 23:09:17.433 INFO O| Dec 03 23:09:17.433 INFO STEP 126 (remove_files) COMPLETE
46662024-12-03T23:09:18.272Z[ recovery-image] Dec 03 23:09:17.433 INFO O| Dec 03 23:09:17.433 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46672024-12-03T23:09:18.279Z[ recovery-image] Dec 03 23:09:17.442 INFO O| Dec 03 23:09:17.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
46682024-12-03T23:09:18.279Z[ recovery-image] Dec 03 23:09:17.442 INFO O| Dec 03 23:09:17.442 INFO STEP 127 (remove_files) COMPLETE
46692024-12-03T23:09:18.283Z[ recovery-image] Dec 03 23:09:17.442 INFO O| Dec 03 23:09:17.442 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46702024-12-03T23:09:18.288Z[ recovery-image] Dec 03 23:09:17.451 INFO O| Dec 03 23:09:17.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
46712024-12-03T23:09:18.288Z[ recovery-image] Dec 03 23:09:17.451 INFO O| Dec 03 23:09:17.451 INFO STEP 128 (remove_files) COMPLETE
46722024-12-03T23:09:18.291Z[ recovery-image] Dec 03 23:09:17.451 INFO O| Dec 03 23:09:17.451 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46732024-12-03T23:09:18.298Z[ recovery-image] Dec 03 23:09:17.461 INFO O| Dec 03 23:09:17.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
46742024-12-03T23:09:18.302Z[ recovery-image] Dec 03 23:09:17.461 INFO O| Dec 03 23:09:17.461 INFO STEP 129 (remove_files) COMPLETE
46752024-12-03T23:09:18.302Z[ recovery-image] Dec 03 23:09:17.461 INFO O| Dec 03 23:09:17.461 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46762024-12-03T23:09:18.307Z[ recovery-image] Dec 03 23:09:17.470 INFO O| Dec 03 23:09:17.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
46772024-12-03T23:09:18.310Z[ recovery-image] Dec 03 23:09:17.470 INFO O| Dec 03 23:09:17.470 INFO STEP 130 (remove_files) COMPLETE
46782024-12-03T23:09:18.310Z[ recovery-image] Dec 03 23:09:17.470 INFO O| Dec 03 23:09:17.470 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46792024-12-03T23:09:18.317Z[ recovery-image] Dec 03 23:09:17.480 INFO O| Dec 03 23:09:17.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
46802024-12-03T23:09:18.317Z[ recovery-image] Dec 03 23:09:17.480 INFO O| Dec 03 23:09:17.480 INFO STEP 131 (remove_files) COMPLETE
46812024-12-03T23:09:18.317Z[ recovery-image] Dec 03 23:09:17.480 INFO O| Dec 03 23:09:17.480 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46822024-12-03T23:09:18.327Z[ recovery-image] Dec 03 23:09:17.489 INFO O| Dec 03 23:09:17.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
46832024-12-03T23:09:18.327Z[ recovery-image] Dec 03 23:09:17.489 INFO O| Dec 03 23:09:17.489 INFO STEP 132 (remove_files) COMPLETE
46842024-12-03T23:09:18.327Z[ recovery-image] Dec 03 23:09:17.489 INFO O| Dec 03 23:09:17.489 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46852024-12-03T23:09:18.335Z[ recovery-image] Dec 03 23:09:17.498 INFO O| Dec 03 23:09:17.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
46862024-12-03T23:09:18.335Z[ recovery-image] Dec 03 23:09:17.498 INFO O| Dec 03 23:09:17.498 INFO STEP 133 (remove_files) COMPLETE
46872024-12-03T23:09:18.338Z[ recovery-image] Dec 03 23:09:17.498 INFO O| Dec 03 23:09:17.498 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46882024-12-03T23:09:18.346Z[ recovery-image] Dec 03 23:09:17.508 INFO O| Dec 03 23:09:17.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
46892024-12-03T23:09:18.346Z[ recovery-image] Dec 03 23:09:17.508 INFO O| Dec 03 23:09:17.508 INFO STEP 134 (remove_files) COMPLETE
46902024-12-03T23:09:18.348Z[ recovery-image] Dec 03 23:09:17.508 INFO O| Dec 03 23:09:17.508 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46912024-12-03T23:09:18.354Z[ recovery-image] Dec 03 23:09:17.517 INFO O| Dec 03 23:09:17.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
46922024-12-03T23:09:18.354Z[ recovery-image] Dec 03 23:09:17.517 INFO O| Dec 03 23:09:17.517 INFO STEP 135 (remove_files) COMPLETE
46932024-12-03T23:09:18.356Z[ recovery-image] Dec 03 23:09:17.517 INFO O| Dec 03 23:09:17.517 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46942024-12-03T23:09:18.364Z[ recovery-image] Dec 03 23:09:17.526 INFO O| Dec 03 23:09:17.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
46952024-12-03T23:09:18.364Z[ recovery-image] Dec 03 23:09:17.526 INFO O| Dec 03 23:09:17.526 INFO STEP 136 (remove_files) COMPLETE
46962024-12-03T23:09:18.367Z[ recovery-image] Dec 03 23:09:17.526 INFO O| Dec 03 23:09:17.526 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46972024-12-03T23:09:18.373Z[ recovery-image] Dec 03 23:09:17.536 INFO O| Dec 03 23:09:17.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
46982024-12-03T23:09:18.373Z[ recovery-image] Dec 03 23:09:17.536 INFO O| Dec 03 23:09:17.536 INFO STEP 137 (remove_files) COMPLETE
46992024-12-03T23:09:18.376Z[ recovery-image] Dec 03 23:09:17.536 INFO O| Dec 03 23:09:17.536 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47002024-12-03T23:09:18.382Z[ recovery-image] Dec 03 23:09:17.545 INFO O| Dec 03 23:09:17.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
47012024-12-03T23:09:18.382Z[ recovery-image] Dec 03 23:09:17.545 INFO O| Dec 03 23:09:17.545 INFO STEP 138 (remove_files) COMPLETE
47022024-12-03T23:09:18.385Z[ recovery-image] Dec 03 23:09:17.545 INFO O| Dec 03 23:09:17.545 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47032024-12-03T23:09:18.397Z[ recovery-image] Dec 03 23:09:17.554 INFO O| Dec 03 23:09:17.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
47042024-12-03T23:09:18.400Z[ recovery-image] Dec 03 23:09:17.555 INFO O| Dec 03 23:09:17.555 INFO STEP 139 (remove_files) COMPLETE
47052024-12-03T23:09:18.400Z[ recovery-image] Dec 03 23:09:17.555 INFO O| Dec 03 23:09:17.555 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47062024-12-03T23:09:18.403Z[ recovery-image] Dec 03 23:09:17.564 INFO O| Dec 03 23:09:17.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
47072024-12-03T23:09:18.403Z[ recovery-image] Dec 03 23:09:17.565 INFO O| Dec 03 23:09:17.565 INFO STEP 140 (remove_files) COMPLETE
47082024-12-03T23:09:18.403Z[ recovery-image] Dec 03 23:09:17.565 INFO O| Dec 03 23:09:17.565 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47092024-12-03T23:09:18.411Z[ recovery-image] Dec 03 23:09:17.574 INFO O| Dec 03 23:09:17.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
47102024-12-03T23:09:18.411Z[ recovery-image] Dec 03 23:09:17.574 INFO O| Dec 03 23:09:17.574 INFO STEP 141 (remove_files) COMPLETE
47112024-12-03T23:09:18.411Z[ recovery-image] Dec 03 23:09:17.574 INFO O| Dec 03 23:09:17.574 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47122024-12-03T23:09:18.421Z[ recovery-image] Dec 03 23:09:17.583 INFO O| Dec 03 23:09:17.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
47132024-12-03T23:09:18.425Z[ recovery-image] Dec 03 23:09:17.583 INFO O| Dec 03 23:09:17.583 INFO STEP 142 (remove_files) COMPLETE
47142024-12-03T23:09:18.425Z[ recovery-image] Dec 03 23:09:17.583 INFO O| Dec 03 23:09:17.583 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47152024-12-03T23:09:18.430Z[ recovery-image] Dec 03 23:09:17.592 INFO O| Dec 03 23:09:17.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
47162024-12-03T23:09:18.430Z[ recovery-image] Dec 03 23:09:17.592 INFO O| Dec 03 23:09:17.592 INFO STEP 143 (remove_files) COMPLETE
47172024-12-03T23:09:18.430Z[ recovery-image] Dec 03 23:09:17.592 INFO O| Dec 03 23:09:17.592 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47182024-12-03T23:09:18.439Z[ recovery-image] Dec 03 23:09:17.602 INFO O| Dec 03 23:09:17.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
47192024-12-03T23:09:18.439Z[ recovery-image] Dec 03 23:09:17.602 INFO O| Dec 03 23:09:17.602 INFO STEP 144 (remove_files) COMPLETE
47202024-12-03T23:09:18.439Z[ recovery-image] Dec 03 23:09:17.602 INFO O| Dec 03 23:09:17.602 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47212024-12-03T23:09:18.449Z[ recovery-image] Dec 03 23:09:17.611 INFO O| Dec 03 23:09:17.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
47222024-12-03T23:09:18.449Z[ recovery-image] Dec 03 23:09:17.611 INFO O| Dec 03 23:09:17.611 INFO STEP 145 (remove_files) COMPLETE
47232024-12-03T23:09:18.451Z[ recovery-image] Dec 03 23:09:17.611 INFO O| Dec 03 23:09:17.611 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47242024-12-03T23:09:18.457Z[ recovery-image] Dec 03 23:09:17.620 INFO O| Dec 03 23:09:17.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
47252024-12-03T23:09:18.461Z[ recovery-image] Dec 03 23:09:17.620 INFO O| Dec 03 23:09:17.620 INFO STEP 146 (remove_files) COMPLETE
47262024-12-03T23:09:18.461Z[ recovery-image] Dec 03 23:09:17.620 INFO O| Dec 03 23:09:17.620 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47272024-12-03T23:09:18.468Z[ recovery-image] Dec 03 23:09:17.630 INFO O| Dec 03 23:09:17.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
47282024-12-03T23:09:18.468Z[ recovery-image] Dec 03 23:09:17.630 INFO O| Dec 03 23:09:17.630 INFO STEP 147 (remove_files) COMPLETE
47292024-12-03T23:09:18.470Z[ recovery-image] Dec 03 23:09:17.630 INFO O| Dec 03 23:09:17.630 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47302024-12-03T23:09:18.476Z[ recovery-image] Dec 03 23:09:17.639 INFO O| Dec 03 23:09:17.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
47312024-12-03T23:09:18.479Z[ recovery-image] Dec 03 23:09:17.639 INFO O| Dec 03 23:09:17.639 INFO STEP 148 (remove_files) COMPLETE
47322024-12-03T23:09:18.479Z[ recovery-image] Dec 03 23:09:17.639 INFO O| Dec 03 23:09:17.639 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47332024-12-03T23:09:18.485Z[ recovery-image] Dec 03 23:09:17.648 INFO O| Dec 03 23:09:17.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
47342024-12-03T23:09:18.488Z[ recovery-image] Dec 03 23:09:17.648 INFO O| Dec 03 23:09:17.648 INFO STEP 149 (remove_files) COMPLETE
47352024-12-03T23:09:18.488Z[ recovery-image] Dec 03 23:09:17.648 INFO O| Dec 03 23:09:17.648 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47362024-12-03T23:09:18.495Z[ recovery-image] Dec 03 23:09:17.658 INFO O| Dec 03 23:09:17.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
47372024-12-03T23:09:18.495Z[ recovery-image] Dec 03 23:09:17.658 INFO O| Dec 03 23:09:17.658 INFO STEP 150 (remove_files) COMPLETE
47382024-12-03T23:09:18.498Z[ recovery-image] Dec 03 23:09:17.658 INFO O| Dec 03 23:09:17.658 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47392024-12-03T23:09:18.507Z[ recovery-image] Dec 03 23:09:17.667 INFO O| Dec 03 23:09:17.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
47402024-12-03T23:09:18.507Z[ recovery-image] Dec 03 23:09:17.667 INFO O| Dec 03 23:09:17.667 INFO STEP 151 (remove_files) COMPLETE
47412024-12-03T23:09:18.507Z[ recovery-image] Dec 03 23:09:17.667 INFO O| Dec 03 23:09:17.667 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47422024-12-03T23:09:18.513Z[ recovery-image] Dec 03 23:09:17.676 INFO O| Dec 03 23:09:17.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
47432024-12-03T23:09:18.513Z[ recovery-image] Dec 03 23:09:17.676 INFO O| Dec 03 23:09:17.676 INFO STEP 152 (remove_files) COMPLETE
47442024-12-03T23:09:18.516Z[ recovery-image] Dec 03 23:09:17.676 INFO O| Dec 03 23:09:17.676 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47452024-12-03T23:09:18.523Z[ recovery-image] Dec 03 23:09:17.686 INFO O| Dec 03 23:09:17.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
47462024-12-03T23:09:18.523Z[ recovery-image] Dec 03 23:09:17.686 INFO O| Dec 03 23:09:17.686 INFO STEP 153 (remove_files) COMPLETE
47472024-12-03T23:09:18.529Z[ recovery-image] Dec 03 23:09:17.686 INFO O| Dec 03 23:09:17.686 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47482024-12-03T23:09:18.532Z[ recovery-image] Dec 03 23:09:17.695 INFO O| Dec 03 23:09:17.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
47492024-12-03T23:09:18.532Z[ recovery-image] Dec 03 23:09:17.695 INFO O| Dec 03 23:09:17.695 INFO STEP 154 (remove_files) COMPLETE
47502024-12-03T23:09:18.532Z[ recovery-image] Dec 03 23:09:17.695 INFO O| Dec 03 23:09:17.695 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47512024-12-03T23:09:18.541Z[ recovery-image] Dec 03 23:09:17.704 INFO O| Dec 03 23:09:17.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
47522024-12-03T23:09:18.543Z[ recovery-image] Dec 03 23:09:17.704 INFO O| Dec 03 23:09:17.704 INFO STEP 155 (remove_files) COMPLETE
47532024-12-03T23:09:18.544Z[ recovery-image] Dec 03 23:09:17.704 INFO O| Dec 03 23:09:17.704 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47542024-12-03T23:09:18.551Z[ recovery-image] Dec 03 23:09:17.714 INFO O| Dec 03 23:09:17.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
47552024-12-03T23:09:18.551Z[ recovery-image] Dec 03 23:09:17.714 INFO O| Dec 03 23:09:17.714 INFO STEP 156 (remove_files) COMPLETE
47562024-12-03T23:09:18.553Z[ recovery-image] Dec 03 23:09:17.714 INFO O| Dec 03 23:09:17.714 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47572024-12-03T23:09:18.560Z[ recovery-image] Dec 03 23:09:17.723 INFO O| Dec 03 23:09:17.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
47582024-12-03T23:09:18.560Z[ recovery-image] Dec 03 23:09:17.723 INFO O| Dec 03 23:09:17.723 INFO STEP 157 (remove_files) COMPLETE
47592024-12-03T23:09:18.562Z[ recovery-image] Dec 03 23:09:17.723 INFO O| Dec 03 23:09:17.723 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47602024-12-03T23:09:18.569Z[ recovery-image] Dec 03 23:09:17.732 INFO O| Dec 03 23:09:17.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
47612024-12-03T23:09:18.569Z[ recovery-image] Dec 03 23:09:17.732 INFO O| Dec 03 23:09:17.732 INFO STEP 158 (remove_files) COMPLETE
47622024-12-03T23:09:18.569Z[ recovery-image] Dec 03 23:09:17.732 INFO O| Dec 03 23:09:17.732 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47632024-12-03T23:09:18.579Z[ recovery-image] Dec 03 23:09:17.741 INFO O| Dec 03 23:09:17.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
47642024-12-03T23:09:18.579Z[ recovery-image] Dec 03 23:09:17.742 INFO O| Dec 03 23:09:17.741 INFO STEP 159 (remove_files) COMPLETE
47652024-12-03T23:09:18.581Z[ recovery-image] Dec 03 23:09:17.742 INFO O| Dec 03 23:09:17.741 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47662024-12-03T23:09:18.588Z[ recovery-image] Dec 03 23:09:17.751 INFO O| Dec 03 23:09:17.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
47672024-12-03T23:09:18.588Z[ recovery-image] Dec 03 23:09:17.751 INFO O| Dec 03 23:09:17.751 INFO STEP 160 (remove_files) COMPLETE
47682024-12-03T23:09:18.590Z[ recovery-image] Dec 03 23:09:17.751 INFO O| Dec 03 23:09:17.751 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47692024-12-03T23:09:18.597Z[ recovery-image] Dec 03 23:09:17.760 INFO O| Dec 03 23:09:17.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
47702024-12-03T23:09:18.597Z[ recovery-image] Dec 03 23:09:17.760 INFO O| Dec 03 23:09:17.760 INFO STEP 161 (remove_files) COMPLETE
47712024-12-03T23:09:18.599Z[ recovery-image] Dec 03 23:09:17.760 INFO O| Dec 03 23:09:17.760 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47722024-12-03T23:09:18.606Z[ recovery-image] Dec 03 23:09:17.769 INFO O| Dec 03 23:09:17.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
47732024-12-03T23:09:18.606Z[ recovery-image] Dec 03 23:09:17.769 INFO O| Dec 03 23:09:17.769 INFO STEP 162 (remove_files) COMPLETE
47742024-12-03T23:09:18.606Z[ recovery-image] Dec 03 23:09:17.769 INFO O| Dec 03 23:09:17.769 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47752024-12-03T23:09:18.616Z[ recovery-image] Dec 03 23:09:17.779 INFO O| Dec 03 23:09:17.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
47762024-12-03T23:09:18.616Z[ recovery-image] Dec 03 23:09:17.779 INFO O| Dec 03 23:09:17.779 INFO STEP 163 (remove_files) COMPLETE
47772024-12-03T23:09:18.619Z[ recovery-image] Dec 03 23:09:17.779 INFO O| Dec 03 23:09:17.779 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47782024-12-03T23:09:18.625Z[ recovery-image] Dec 03 23:09:17.788 INFO O| Dec 03 23:09:17.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
47792024-12-03T23:09:18.625Z[ recovery-image] Dec 03 23:09:17.788 INFO O| Dec 03 23:09:17.788 INFO STEP 164 (remove_files) COMPLETE
47802024-12-03T23:09:18.628Z[ recovery-image] Dec 03 23:09:17.788 INFO O| Dec 03 23:09:17.788 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47812024-12-03T23:09:18.635Z[ recovery-image] Dec 03 23:09:17.797 INFO O| Dec 03 23:09:17.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
47822024-12-03T23:09:18.635Z[ recovery-image] Dec 03 23:09:17.798 INFO O| Dec 03 23:09:17.797 INFO STEP 165 (remove_files) COMPLETE
47832024-12-03T23:09:18.635Z[ recovery-image] Dec 03 23:09:17.798 INFO O| Dec 03 23:09:17.798 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47842024-12-03T23:09:18.644Z[ recovery-image] Dec 03 23:09:17.807 INFO O| Dec 03 23:09:17.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
47852024-12-03T23:09:18.646Z[ recovery-image] Dec 03 23:09:17.807 INFO O| Dec 03 23:09:17.807 INFO STEP 166 (remove_files) COMPLETE
47862024-12-03T23:09:18.646Z[ recovery-image] Dec 03 23:09:17.807 INFO O| Dec 03 23:09:17.807 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47872024-12-03T23:09:18.654Z[ recovery-image] Dec 03 23:09:17.817 INFO O| Dec 03 23:09:17.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
47882024-12-03T23:09:18.654Z[ recovery-image] Dec 03 23:09:17.817 INFO O| Dec 03 23:09:17.817 INFO STEP 167 (remove_files) COMPLETE
47892024-12-03T23:09:18.656Z[ recovery-image] Dec 03 23:09:17.817 INFO O| Dec 03 23:09:17.817 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47902024-12-03T23:09:18.663Z[ recovery-image] Dec 03 23:09:17.826 INFO O| Dec 03 23:09:17.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
47912024-12-03T23:09:18.665Z[ recovery-image] Dec 03 23:09:17.827 INFO O| Dec 03 23:09:17.827 INFO STEP 168 (remove_files) COMPLETE
47922024-12-03T23:09:18.666Z[ recovery-image] Dec 03 23:09:17.827 INFO O| Dec 03 23:09:17.827 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47932024-12-03T23:09:18.673Z[ recovery-image] Dec 03 23:09:17.836 INFO O| Dec 03 23:09:17.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
47942024-12-03T23:09:18.676Z[ recovery-image] Dec 03 23:09:17.836 INFO O| Dec 03 23:09:17.836 INFO STEP 169 (remove_files) COMPLETE
47952024-12-03T23:09:18.676Z[ recovery-image] Dec 03 23:09:17.836 INFO O| Dec 03 23:09:17.836 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47962024-12-03T23:09:18.682Z[ recovery-image] Dec 03 23:09:17.845 INFO O| Dec 03 23:09:17.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
47972024-12-03T23:09:18.683Z[ recovery-image] Dec 03 23:09:17.845 INFO O| Dec 03 23:09:17.845 INFO STEP 170 (remove_files) COMPLETE
47982024-12-03T23:09:18.685Z[ recovery-image] Dec 03 23:09:17.845 INFO O| Dec 03 23:09:17.845 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47992024-12-03T23:09:18.692Z[ recovery-image] Dec 03 23:09:17.855 INFO O| Dec 03 23:09:17.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
48002024-12-03T23:09:18.694Z[ recovery-image] Dec 03 23:09:17.855 INFO O| Dec 03 23:09:17.855 INFO STEP 171 (remove_files) COMPLETE
48012024-12-03T23:09:18.694Z[ recovery-image] Dec 03 23:09:17.855 INFO O| Dec 03 23:09:17.855 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48022024-12-03T23:09:18.701Z[ recovery-image] Dec 03 23:09:17.864 INFO O| Dec 03 23:09:17.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
48032024-12-03T23:09:18.704Z[ recovery-image] Dec 03 23:09:17.865 INFO O| Dec 03 23:09:17.865 INFO STEP 172 (remove_files) COMPLETE
48042024-12-03T23:09:18.704Z[ recovery-image] Dec 03 23:09:17.865 INFO O| Dec 03 23:09:17.865 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48052024-12-03T23:09:18.711Z[ recovery-image] Dec 03 23:09:17.874 INFO O| Dec 03 23:09:17.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
48062024-12-03T23:09:18.711Z[ recovery-image] Dec 03 23:09:17.874 INFO O| Dec 03 23:09:17.874 INFO STEP 173 (remove_files) COMPLETE
48072024-12-03T23:09:18.714Z[ recovery-image] Dec 03 23:09:17.874 INFO O| Dec 03 23:09:17.874 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48082024-12-03T23:09:18.720Z[ recovery-image] Dec 03 23:09:17.883 INFO O| Dec 03 23:09:17.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
48092024-12-03T23:09:18.724Z[ recovery-image] Dec 03 23:09:17.883 INFO O| Dec 03 23:09:17.883 INFO STEP 174 (remove_files) COMPLETE
48102024-12-03T23:09:18.724Z[ recovery-image] Dec 03 23:09:17.883 INFO O| Dec 03 23:09:17.883 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48112024-12-03T23:09:18.730Z[ recovery-image] Dec 03 23:09:17.893 INFO O| Dec 03 23:09:17.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
48122024-12-03T23:09:18.732Z[ recovery-image] Dec 03 23:09:17.893 INFO O| Dec 03 23:09:17.893 INFO STEP 175 (remove_files) COMPLETE
48132024-12-03T23:09:18.732Z[ recovery-image] Dec 03 23:09:17.893 INFO O| Dec 03 23:09:17.893 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48142024-12-03T23:09:18.739Z[ recovery-image] Dec 03 23:09:17.902 INFO O| Dec 03 23:09:17.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
48152024-12-03T23:09:18.739Z[ recovery-image] Dec 03 23:09:17.902 INFO O| Dec 03 23:09:17.902 INFO STEP 176 (remove_files) COMPLETE
48162024-12-03T23:09:18.742Z[ recovery-image] Dec 03 23:09:17.902 INFO O| Dec 03 23:09:17.902 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48172024-12-03T23:09:18.748Z[ recovery-image] Dec 03 23:09:17.911 INFO O| Dec 03 23:09:17.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
48182024-12-03T23:09:18.749Z[ recovery-image] Dec 03 23:09:17.911 INFO O| Dec 03 23:09:17.911 INFO STEP 177 (remove_files) COMPLETE
48192024-12-03T23:09:18.749Z[ recovery-image] Dec 03 23:09:17.911 INFO O| Dec 03 23:09:17.911 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48202024-12-03T23:09:18.758Z[ recovery-image] Dec 03 23:09:17.921 INFO O| Dec 03 23:09:17.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
48212024-12-03T23:09:18.760Z[ recovery-image] Dec 03 23:09:17.921 INFO O| Dec 03 23:09:17.921 INFO STEP 178 (remove_files) COMPLETE
48222024-12-03T23:09:18.760Z[ recovery-image] Dec 03 23:09:17.921 INFO O| Dec 03 23:09:17.921 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48232024-12-03T23:09:18.768Z[ recovery-image] Dec 03 23:09:17.931 INFO O| Dec 03 23:09:17.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
48242024-12-03T23:09:18.768Z[ recovery-image] Dec 03 23:09:17.931 INFO O| Dec 03 23:09:17.931 INFO STEP 179 (remove_files) COMPLETE
48252024-12-03T23:09:18.770Z[ recovery-image] Dec 03 23:09:17.931 INFO O| Dec 03 23:09:17.931 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48262024-12-03T23:09:18.777Z[ recovery-image] Dec 03 23:09:17.940 INFO O| Dec 03 23:09:17.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
48272024-12-03T23:09:18.780Z[ recovery-image] Dec 03 23:09:17.940 INFO O| Dec 03 23:09:17.940 INFO STEP 180 (remove_files) COMPLETE
48282024-12-03T23:09:18.780Z[ recovery-image] Dec 03 23:09:17.940 INFO O| Dec 03 23:09:17.940 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48292024-12-03T23:09:18.787Z[ recovery-image] Dec 03 23:09:17.950 INFO O| Dec 03 23:09:17.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
48302024-12-03T23:09:18.787Z[ recovery-image] Dec 03 23:09:17.950 INFO O| Dec 03 23:09:17.950 INFO STEP 181 (remove_files) COMPLETE
48312024-12-03T23:09:18.789Z[ recovery-image] Dec 03 23:09:17.950 INFO O| Dec 03 23:09:17.950 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48322024-12-03T23:09:18.796Z[ recovery-image] Dec 03 23:09:17.959 INFO O| Dec 03 23:09:17.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
48332024-12-03T23:09:18.796Z[ recovery-image] Dec 03 23:09:17.959 INFO O| Dec 03 23:09:17.959 INFO STEP 182 (remove_files) COMPLETE
48342024-12-03T23:09:18.796Z[ recovery-image] Dec 03 23:09:17.959 INFO O| Dec 03 23:09:17.959 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48352024-12-03T23:09:18.805Z[ recovery-image] Dec 03 23:09:17.968 INFO O| Dec 03 23:09:17.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
48362024-12-03T23:09:18.808Z[ recovery-image] Dec 03 23:09:17.968 INFO O| Dec 03 23:09:17.968 INFO STEP 183 (remove_files) COMPLETE
48372024-12-03T23:09:18.808Z[ recovery-image] Dec 03 23:09:17.968 INFO O| Dec 03 23:09:17.968 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48382024-12-03T23:09:18.815Z[ recovery-image] Dec 03 23:09:17.978 INFO O| Dec 03 23:09:17.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
48392024-12-03T23:09:18.817Z[ recovery-image] Dec 03 23:09:17.978 INFO O| Dec 03 23:09:17.978 INFO STEP 184 (remove_files) COMPLETE
48402024-12-03T23:09:18.817Z[ recovery-image] Dec 03 23:09:17.978 INFO O| Dec 03 23:09:17.978 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48412024-12-03T23:09:18.825Z[ recovery-image] Dec 03 23:09:17.988 INFO O| Dec 03 23:09:17.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
48422024-12-03T23:09:18.825Z[ recovery-image] Dec 03 23:09:17.988 INFO O| Dec 03 23:09:17.988 INFO STEP 185 (remove_files) COMPLETE
48432024-12-03T23:09:18.825Z[ recovery-image] Dec 03 23:09:17.988 INFO O| Dec 03 23:09:17.988 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48442024-12-03T23:09:18.835Z[ recovery-image] Dec 03 23:09:17.998 INFO O| Dec 03 23:09:17.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
48452024-12-03T23:09:18.835Z[ recovery-image] Dec 03 23:09:17.998 INFO O| Dec 03 23:09:17.998 INFO STEP 186 (remove_files) COMPLETE
48462024-12-03T23:09:18.838Z[ recovery-image] Dec 03 23:09:17.998 INFO O| Dec 03 23:09:17.998 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48472024-12-03T23:09:18.845Z[ recovery-image] Dec 03 23:09:18.008 INFO O| Dec 03 23:09:18.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
48482024-12-03T23:09:18.849Z[ recovery-image] Dec 03 23:09:18.008 INFO O| Dec 03 23:09:18.008 INFO STEP 187 (remove_files) COMPLETE
48492024-12-03T23:09:18.849Z[ recovery-image] Dec 03 23:09:18.008 INFO O| Dec 03 23:09:18.008 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48502024-12-03T23:09:18.855Z[ recovery-image] Dec 03 23:09:18.018 INFO O| Dec 03 23:09:18.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
48512024-12-03T23:09:18.855Z[ recovery-image] Dec 03 23:09:18.018 INFO O| Dec 03 23:09:18.018 INFO STEP 188 (remove_files) COMPLETE
48522024-12-03T23:09:18.858Z[ recovery-image] Dec 03 23:09:18.018 INFO O| Dec 03 23:09:18.018 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48532024-12-03T23:09:18.866Z[ recovery-image] Dec 03 23:09:18.028 INFO O| Dec 03 23:09:18.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
48542024-12-03T23:09:18.866Z[ recovery-image] Dec 03 23:09:18.028 INFO O| Dec 03 23:09:18.028 INFO STEP 189 (remove_files) COMPLETE
48552024-12-03T23:09:18.869Z[ recovery-image] Dec 03 23:09:18.028 INFO O| Dec 03 23:09:18.028 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48562024-12-03T23:09:18.875Z[ recovery-image] Dec 03 23:09:18.038 INFO O| Dec 03 23:09:18.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
48572024-12-03T23:09:18.875Z[ recovery-image] Dec 03 23:09:18.038 INFO O| Dec 03 23:09:18.038 INFO STEP 190 (remove_files) COMPLETE
48582024-12-03T23:09:18.877Z[ recovery-image] Dec 03 23:09:18.038 INFO O| Dec 03 23:09:18.038 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48592024-12-03T23:09:18.885Z[ recovery-image] Dec 03 23:09:18.048 INFO O| Dec 03 23:09:18.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
48602024-12-03T23:09:18.885Z[ recovery-image] Dec 03 23:09:18.048 INFO O| Dec 03 23:09:18.048 INFO STEP 191 (remove_files) COMPLETE
48612024-12-03T23:09:18.887Z[ recovery-image] Dec 03 23:09:18.048 INFO O| Dec 03 23:09:18.048 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48622024-12-03T23:09:18.894Z[ recovery-image] Dec 03 23:09:18.057 INFO O| Dec 03 23:09:18.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
48632024-12-03T23:09:18.894Z[ recovery-image] Dec 03 23:09:18.057 INFO O| Dec 03 23:09:18.057 INFO STEP 192 (remove_files) COMPLETE
48642024-12-03T23:09:18.894Z[ recovery-image] Dec 03 23:09:18.057 INFO O| Dec 03 23:09:18.057 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48652024-12-03T23:09:18.904Z[ recovery-image] Dec 03 23:09:18.066 INFO O| Dec 03 23:09:18.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
48662024-12-03T23:09:18.904Z[ recovery-image] Dec 03 23:09:18.067 INFO O| Dec 03 23:09:18.067 INFO STEP 193 (remove_files) COMPLETE
48672024-12-03T23:09:18.906Z[ recovery-image] Dec 03 23:09:18.067 INFO O| Dec 03 23:09:18.067 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48682024-12-03T23:09:18.914Z[ recovery-image] Dec 03 23:09:18.076 INFO O| Dec 03 23:09:18.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
48692024-12-03T23:09:18.914Z[ recovery-image] Dec 03 23:09:18.076 INFO O| Dec 03 23:09:18.076 INFO STEP 194 (remove_files) COMPLETE
48702024-12-03T23:09:18.918Z[ recovery-image] Dec 03 23:09:18.076 INFO O| Dec 03 23:09:18.076 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48712024-12-03T23:09:18.923Z[ recovery-image] Dec 03 23:09:18.085 INFO O| Dec 03 23:09:18.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
48722024-12-03T23:09:18.925Z[ recovery-image] Dec 03 23:09:18.085 INFO O| Dec 03 23:09:18.085 INFO STEP 195 (remove_files) COMPLETE
48732024-12-03T23:09:18.925Z[ recovery-image] Dec 03 23:09:18.085 INFO O| Dec 03 23:09:18.085 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48742024-12-03T23:09:18.932Z[ recovery-image] Dec 03 23:09:18.095 INFO O| Dec 03 23:09:18.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
48752024-12-03T23:09:18.935Z[ recovery-image] Dec 03 23:09:18.095 INFO O| Dec 03 23:09:18.095 INFO STEP 196 (remove_files) COMPLETE
48762024-12-03T23:09:18.935Z[ recovery-image] Dec 03 23:09:18.095 INFO O| Dec 03 23:09:18.095 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48772024-12-03T23:09:18.941Z[ recovery-image] Dec 03 23:09:18.104 INFO O| Dec 03 23:09:18.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
48782024-12-03T23:09:18.944Z[ recovery-image] Dec 03 23:09:18.104 INFO O| Dec 03 23:09:18.104 INFO STEP 197 (remove_files) COMPLETE
48792024-12-03T23:09:18.944Z[ recovery-image] Dec 03 23:09:18.104 INFO O| Dec 03 23:09:18.104 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48802024-12-03T23:09:18.951Z[ recovery-image] Dec 03 23:09:18.113 INFO O| Dec 03 23:09:18.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
48812024-12-03T23:09:18.953Z[ recovery-image] Dec 03 23:09:18.114 INFO O| Dec 03 23:09:18.114 INFO STEP 198 (remove_files) COMPLETE
48822024-12-03T23:09:18.953Z[ recovery-image] Dec 03 23:09:18.114 INFO O| Dec 03 23:09:18.114 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48832024-12-03T23:09:18.960Z[ recovery-image] Dec 03 23:09:18.123 INFO O| Dec 03 23:09:18.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
48842024-12-03T23:09:18.960Z[ recovery-image] Dec 03 23:09:18.123 INFO O| Dec 03 23:09:18.123 INFO STEP 199 (remove_files) COMPLETE
48852024-12-03T23:09:18.960Z[ recovery-image] Dec 03 23:09:18.123 INFO O| Dec 03 23:09:18.123 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48862024-12-03T23:09:18.969Z[ recovery-image] Dec 03 23:09:18.132 INFO O| Dec 03 23:09:18.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
48872024-12-03T23:09:18.970Z[ recovery-image] Dec 03 23:09:18.132 INFO O| Dec 03 23:09:18.132 INFO STEP 200 (remove_files) COMPLETE
48882024-12-03T23:09:18.972Z[ recovery-image] Dec 03 23:09:18.132 INFO O| Dec 03 23:09:18.132 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48892024-12-03T23:09:18.982Z[ recovery-image] Dec 03 23:09:18.142 INFO O| Dec 03 23:09:18.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
48902024-12-03T23:09:18.982Z[ recovery-image] Dec 03 23:09:18.142 INFO O| Dec 03 23:09:18.142 INFO STEP 201 (remove_files) COMPLETE
48912024-12-03T23:09:18.982Z[ recovery-image] Dec 03 23:09:18.142 INFO O| Dec 03 23:09:18.142 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48922024-12-03T23:09:18.989Z[ recovery-image] Dec 03 23:09:18.151 INFO O| Dec 03 23:09:18.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
48932024-12-03T23:09:18.993Z[ recovery-image] Dec 03 23:09:18.151 INFO O| Dec 03 23:09:18.151 INFO STEP 202 (remove_files) COMPLETE
48942024-12-03T23:09:18.993Z[ recovery-image] Dec 03 23:09:18.151 INFO O| Dec 03 23:09:18.151 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48952024-12-03T23:09:18.998Z[ recovery-image] Dec 03 23:09:18.161 INFO O| Dec 03 23:09:18.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
48962024-12-03T23:09:19.000Z[ recovery-image] Dec 03 23:09:18.161 INFO O| Dec 03 23:09:18.161 INFO STEP 203 (remove_files) COMPLETE
48972024-12-03T23:09:19.000Z[ recovery-image] Dec 03 23:09:18.161 INFO O| Dec 03 23:09:18.161 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48982024-12-03T23:09:19.008Z[ recovery-image] Dec 03 23:09:18.170 INFO O| Dec 03 23:09:18.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
48992024-12-03T23:09:19.008Z[ recovery-image] Dec 03 23:09:18.170 INFO O| Dec 03 23:09:18.170 INFO STEP 204 (remove_files) COMPLETE
49002024-12-03T23:09:19.010Z[ recovery-image] Dec 03 23:09:18.170 INFO O| Dec 03 23:09:18.170 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49012024-12-03T23:09:19.017Z[ recovery-image] Dec 03 23:09:18.180 INFO O| Dec 03 23:09:18.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
49022024-12-03T23:09:19.017Z[ recovery-image] Dec 03 23:09:18.180 INFO O| Dec 03 23:09:18.180 INFO STEP 205 (remove_files) COMPLETE
49032024-12-03T23:09:19.020Z[ recovery-image] Dec 03 23:09:18.180 INFO O| Dec 03 23:09:18.180 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49042024-12-03T23:09:19.027Z[ recovery-image] Dec 03 23:09:18.190 INFO O| Dec 03 23:09:18.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
49052024-12-03T23:09:19.027Z[ recovery-image] Dec 03 23:09:18.190 INFO O| Dec 03 23:09:18.190 INFO STEP 206 (remove_files) COMPLETE
49062024-12-03T23:09:19.027Z[ recovery-image] Dec 03 23:09:18.190 INFO O| Dec 03 23:09:18.190 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49072024-12-03T23:09:19.037Z[ recovery-image] Dec 03 23:09:18.200 INFO O| Dec 03 23:09:18.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
49082024-12-03T23:09:19.040Z[ recovery-image] Dec 03 23:09:18.200 INFO O| Dec 03 23:09:18.200 INFO STEP 207 (remove_files) COMPLETE
49092024-12-03T23:09:19.040Z[ recovery-image] Dec 03 23:09:18.200 INFO O| Dec 03 23:09:18.200 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49102024-12-03T23:09:19.047Z[ recovery-image] Dec 03 23:09:18.210 INFO O| Dec 03 23:09:18.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
49112024-12-03T23:09:19.047Z[ recovery-image] Dec 03 23:09:18.210 INFO O| Dec 03 23:09:18.210 INFO STEP 208 (remove_files) COMPLETE
49122024-12-03T23:09:19.048Z[ recovery-image] Dec 03 23:09:18.210 INFO O| Dec 03 23:09:18.210 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49132024-12-03T23:09:19.057Z[ recovery-image] Dec 03 23:09:18.220 INFO O| Dec 03 23:09:18.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
49142024-12-03T23:09:19.057Z[ recovery-image] Dec 03 23:09:18.220 INFO O| Dec 03 23:09:18.220 INFO STEP 209 (remove_files) COMPLETE
49152024-12-03T23:09:19.057Z[ recovery-image] Dec 03 23:09:18.220 INFO O| Dec 03 23:09:18.220 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49162024-12-03T23:09:19.066Z[ recovery-image] Dec 03 23:09:18.229 INFO O| Dec 03 23:09:18.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
49172024-12-03T23:09:19.066Z[ recovery-image] Dec 03 23:09:18.229 INFO O| Dec 03 23:09:18.229 INFO STEP 210 (remove_files) COMPLETE
49182024-12-03T23:09:19.068Z[ recovery-image] Dec 03 23:09:18.229 INFO O| Dec 03 23:09:18.229 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49192024-12-03T23:09:19.076Z[ recovery-image] Dec 03 23:09:18.239 INFO O| Dec 03 23:09:18.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
49202024-12-03T23:09:19.076Z[ recovery-image] Dec 03 23:09:18.239 INFO O| Dec 03 23:09:18.239 INFO STEP 211 (remove_files) COMPLETE
49212024-12-03T23:09:19.076Z[ recovery-image] Dec 03 23:09:18.239 INFO O| Dec 03 23:09:18.239 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49222024-12-03T23:09:19.086Z[ recovery-image] Dec 03 23:09:18.248 INFO O| Dec 03 23:09:18.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
49232024-12-03T23:09:19.086Z[ recovery-image] Dec 03 23:09:18.248 INFO O| Dec 03 23:09:18.248 INFO STEP 212 (remove_files) COMPLETE
49242024-12-03T23:09:19.086Z[ recovery-image] Dec 03 23:09:18.248 INFO O| Dec 03 23:09:18.248 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49252024-12-03T23:09:19.095Z[ recovery-image] Dec 03 23:09:18.258 INFO O| Dec 03 23:09:18.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
49262024-12-03T23:09:19.095Z[ recovery-image] Dec 03 23:09:18.258 INFO O| Dec 03 23:09:18.258 INFO STEP 213 (remove_files) COMPLETE
49272024-12-03T23:09:19.098Z[ recovery-image] Dec 03 23:09:18.258 INFO O| Dec 03 23:09:18.258 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49282024-12-03T23:09:19.105Z[ recovery-image] Dec 03 23:09:18.267 INFO O| Dec 03 23:09:18.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
49292024-12-03T23:09:19.115Z[ recovery-image] Dec 03 23:09:18.267 INFO O| Dec 03 23:09:18.267 INFO STEP 214 (remove_files) COMPLETE
49302024-12-03T23:09:19.115Z[ recovery-image] Dec 03 23:09:18.267 INFO O| Dec 03 23:09:18.267 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49312024-12-03T23:09:19.120Z[ recovery-image] Dec 03 23:09:18.277 INFO O| Dec 03 23:09:18.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
49322024-12-03T23:09:19.120Z[ recovery-image] Dec 03 23:09:18.277 INFO O| Dec 03 23:09:18.277 INFO STEP 215 (remove_files) COMPLETE
49332024-12-03T23:09:19.120Z[ recovery-image] Dec 03 23:09:18.277 INFO O| Dec 03 23:09:18.277 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49342024-12-03T23:09:19.124Z[ recovery-image] Dec 03 23:09:18.287 INFO O| Dec 03 23:09:18.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
49352024-12-03T23:09:19.124Z[ recovery-image] Dec 03 23:09:18.287 INFO O| Dec 03 23:09:18.287 INFO STEP 216 (remove_files) COMPLETE
49362024-12-03T23:09:19.124Z[ recovery-image] Dec 03 23:09:18.287 INFO O| Dec 03 23:09:18.287 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49372024-12-03T23:09:19.134Z[ recovery-image] Dec 03 23:09:18.297 INFO O| Dec 03 23:09:18.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
49382024-12-03T23:09:19.134Z[ recovery-image] Dec 03 23:09:18.297 INFO O| Dec 03 23:09:18.297 INFO STEP 217 (remove_files) COMPLETE
49392024-12-03T23:09:19.136Z[ recovery-image] Dec 03 23:09:18.297 INFO O| Dec 03 23:09:18.297 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49402024-12-03T23:09:19.144Z[ recovery-image] Dec 03 23:09:18.307 INFO O| Dec 03 23:09:18.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
49412024-12-03T23:09:19.147Z[ recovery-image] Dec 03 23:09:18.307 INFO O| Dec 03 23:09:18.307 INFO STEP 218 (remove_files) COMPLETE
49422024-12-03T23:09:19.147Z[ recovery-image] Dec 03 23:09:18.307 INFO O| Dec 03 23:09:18.307 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49432024-12-03T23:09:19.155Z[ recovery-image] Dec 03 23:09:18.317 INFO O| Dec 03 23:09:18.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
49442024-12-03T23:09:19.155Z[ recovery-image] Dec 03 23:09:18.317 INFO O| Dec 03 23:09:18.317 INFO STEP 219 (remove_files) COMPLETE
49452024-12-03T23:09:19.157Z[ recovery-image] Dec 03 23:09:18.317 INFO O| Dec 03 23:09:18.317 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49462024-12-03T23:09:19.164Z[ recovery-image] Dec 03 23:09:18.327 INFO O| Dec 03 23:09:18.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
49472024-12-03T23:09:19.164Z[ recovery-image] Dec 03 23:09:18.327 INFO O| Dec 03 23:09:18.327 INFO STEP 220 (remove_files) COMPLETE
49482024-12-03T23:09:19.164Z[ recovery-image] Dec 03 23:09:18.327 INFO O| Dec 03 23:09:18.327 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49492024-12-03T23:09:19.173Z[ recovery-image] Dec 03 23:09:18.336 INFO O| Dec 03 23:09:18.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
49502024-12-03T23:09:19.176Z[ recovery-image] Dec 03 23:09:18.336 INFO O| Dec 03 23:09:18.336 INFO STEP 221 (remove_files) COMPLETE
49512024-12-03T23:09:19.176Z[ recovery-image] Dec 03 23:09:18.336 INFO O| Dec 03 23:09:18.336 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49522024-12-03T23:09:19.184Z[ recovery-image] Dec 03 23:09:18.346 INFO O| Dec 03 23:09:18.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
49532024-12-03T23:09:19.184Z[ recovery-image] Dec 03 23:09:18.346 INFO O| Dec 03 23:09:18.346 INFO STEP 222 (remove_files) COMPLETE
49542024-12-03T23:09:19.185Z[ recovery-image] Dec 03 23:09:18.346 INFO O| Dec 03 23:09:18.346 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49552024-12-03T23:09:19.193Z[ recovery-image] Dec 03 23:09:18.355 INFO O| Dec 03 23:09:18.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
49562024-12-03T23:09:19.196Z[ recovery-image] Dec 03 23:09:18.355 INFO O| Dec 03 23:09:18.355 INFO STEP 223 (remove_files) COMPLETE
49572024-12-03T23:09:19.196Z[ recovery-image] Dec 03 23:09:18.355 INFO O| Dec 03 23:09:18.355 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49582024-12-03T23:09:19.202Z[ recovery-image] Dec 03 23:09:18.365 INFO O| Dec 03 23:09:18.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
49592024-12-03T23:09:19.202Z[ recovery-image] Dec 03 23:09:18.365 INFO O| Dec 03 23:09:18.365 INFO STEP 224 (remove_files) COMPLETE
49602024-12-03T23:09:19.202Z[ recovery-image] Dec 03 23:09:18.365 INFO O| Dec 03 23:09:18.365 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49612024-12-03T23:09:19.211Z[ recovery-image] Dec 03 23:09:18.374 INFO O| Dec 03 23:09:18.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
49622024-12-03T23:09:19.214Z[ recovery-image] Dec 03 23:09:18.374 INFO O| Dec 03 23:09:18.374 INFO STEP 225 (remove_files) COMPLETE
49632024-12-03T23:09:19.214Z[ recovery-image] Dec 03 23:09:18.374 INFO O| Dec 03 23:09:18.374 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49642024-12-03T23:09:19.221Z[ recovery-image] Dec 03 23:09:18.384 INFO O| Dec 03 23:09:18.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
49652024-12-03T23:09:19.226Z[ recovery-image] Dec 03 23:09:18.385 INFO O| Dec 03 23:09:18.385 INFO STEP 226 (remove_files) COMPLETE
49662024-12-03T23:09:19.226Z[ recovery-image] Dec 03 23:09:18.385 INFO O| Dec 03 23:09:18.385 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49672024-12-03T23:09:19.232Z[ recovery-image] Dec 03 23:09:18.395 INFO O| Dec 03 23:09:18.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
49682024-12-03T23:09:19.232Z[ recovery-image] Dec 03 23:09:18.395 INFO O| Dec 03 23:09:18.395 INFO STEP 227 (remove_files) COMPLETE
49692024-12-03T23:09:19.234Z[ recovery-image] Dec 03 23:09:18.395 INFO O| Dec 03 23:09:18.395 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49702024-12-03T23:09:19.242Z[ recovery-image] Dec 03 23:09:18.404 INFO O| Dec 03 23:09:18.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
49712024-12-03T23:09:19.242Z[ recovery-image] Dec 03 23:09:18.405 INFO O| Dec 03 23:09:18.405 INFO STEP 228 (remove_files) COMPLETE
49722024-12-03T23:09:19.244Z[ recovery-image] Dec 03 23:09:18.405 INFO O| Dec 03 23:09:18.405 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49732024-12-03T23:09:19.251Z[ recovery-image] Dec 03 23:09:18.414 INFO O| Dec 03 23:09:18.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
49742024-12-03T23:09:19.251Z[ recovery-image] Dec 03 23:09:18.414 INFO O| Dec 03 23:09:18.414 INFO STEP 229 (remove_files) COMPLETE
49752024-12-03T23:09:19.251Z[ recovery-image] Dec 03 23:09:18.414 INFO O| Dec 03 23:09:18.414 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49762024-12-03T23:09:19.262Z[ recovery-image] Dec 03 23:09:18.424 INFO O| Dec 03 23:09:18.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
49772024-12-03T23:09:19.265Z[ recovery-image] Dec 03 23:09:18.424 INFO O| Dec 03 23:09:18.424 INFO STEP 230 (remove_files) COMPLETE
49782024-12-03T23:09:19.265Z[ recovery-image] Dec 03 23:09:18.424 INFO O| Dec 03 23:09:18.424 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49792024-12-03T23:09:19.270Z[ recovery-image] Dec 03 23:09:18.433 INFO O| Dec 03 23:09:18.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
49802024-12-03T23:09:19.270Z[ recovery-image] Dec 03 23:09:18.433 INFO O| Dec 03 23:09:18.433 INFO STEP 231 (remove_files) COMPLETE
49812024-12-03T23:09:19.273Z[ recovery-image] Dec 03 23:09:18.433 INFO O| Dec 03 23:09:18.433 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49822024-12-03T23:09:19.280Z[ recovery-image] Dec 03 23:09:18.442 INFO O| Dec 03 23:09:18.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
49832024-12-03T23:09:19.282Z[ recovery-image] Dec 03 23:09:18.443 INFO O| Dec 03 23:09:18.443 INFO STEP 232 (remove_files) COMPLETE
49842024-12-03T23:09:19.282Z[ recovery-image] Dec 03 23:09:18.443 INFO O| Dec 03 23:09:18.443 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49852024-12-03T23:09:19.289Z[ recovery-image] Dec 03 23:09:18.452 INFO O| Dec 03 23:09:18.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
49862024-12-03T23:09:19.292Z[ recovery-image] Dec 03 23:09:18.452 INFO O| Dec 03 23:09:18.452 INFO STEP 233 (remove_files) COMPLETE
49872024-12-03T23:09:19.292Z[ recovery-image] Dec 03 23:09:18.452 INFO O| Dec 03 23:09:18.452 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49882024-12-03T23:09:19.299Z[ recovery-image] Dec 03 23:09:18.461 INFO O| Dec 03 23:09:18.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
49892024-12-03T23:09:19.299Z[ recovery-image] Dec 03 23:09:18.461 INFO O| Dec 03 23:09:18.461 INFO STEP 234 (remove_files) COMPLETE
49902024-12-03T23:09:19.302Z[ recovery-image] Dec 03 23:09:18.461 INFO O| Dec 03 23:09:18.461 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49912024-12-03T23:09:19.308Z[ recovery-image] Dec 03 23:09:18.471 INFO O| Dec 03 23:09:18.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
49922024-12-03T23:09:19.308Z[ recovery-image] Dec 03 23:09:18.471 INFO O| Dec 03 23:09:18.471 INFO STEP 235 (remove_files) COMPLETE
49932024-12-03T23:09:19.311Z[ recovery-image] Dec 03 23:09:18.471 INFO O| Dec 03 23:09:18.471 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49942024-12-03T23:09:19.317Z[ recovery-image] Dec 03 23:09:18.480 INFO O| Dec 03 23:09:18.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
49952024-12-03T23:09:19.317Z[ recovery-image] Dec 03 23:09:18.480 INFO O| Dec 03 23:09:18.480 INFO STEP 236 (remove_files) COMPLETE
49962024-12-03T23:09:19.317Z[ recovery-image] Dec 03 23:09:18.480 INFO O| Dec 03 23:09:18.480 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49972024-12-03T23:09:19.327Z[ recovery-image] Dec 03 23:09:18.490 INFO O| Dec 03 23:09:18.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
49982024-12-03T23:09:19.327Z[ recovery-image] Dec 03 23:09:18.490 INFO O| Dec 03 23:09:18.490 INFO STEP 237 (remove_files) COMPLETE
49992024-12-03T23:09:19.327Z[ recovery-image] Dec 03 23:09:18.490 INFO O| Dec 03 23:09:18.490 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50002024-12-03T23:09:19.336Z[ recovery-image] Dec 03 23:09:18.499 INFO O| Dec 03 23:09:18.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
50012024-12-03T23:09:19.336Z[ recovery-image] Dec 03 23:09:18.499 INFO O| Dec 03 23:09:18.499 INFO STEP 238 (remove_files) COMPLETE
50022024-12-03T23:09:19.339Z[ recovery-image] Dec 03 23:09:18.499 INFO O| Dec 03 23:09:18.499 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50032024-12-03T23:09:19.346Z[ recovery-image] Dec 03 23:09:18.508 INFO O| Dec 03 23:09:18.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
50042024-12-03T23:09:19.346Z[ recovery-image] Dec 03 23:09:18.508 INFO O| Dec 03 23:09:18.508 INFO STEP 239 (remove_files) COMPLETE
50052024-12-03T23:09:19.348Z[ recovery-image] Dec 03 23:09:18.508 INFO O| Dec 03 23:09:18.508 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50062024-12-03T23:09:19.355Z[ recovery-image] Dec 03 23:09:18.518 INFO O| Dec 03 23:09:18.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
50072024-12-03T23:09:19.358Z[ recovery-image] Dec 03 23:09:18.518 INFO O| Dec 03 23:09:18.518 INFO STEP 240 (remove_files) COMPLETE
50082024-12-03T23:09:19.358Z[ recovery-image] Dec 03 23:09:18.518 INFO O| Dec 03 23:09:18.518 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50092024-12-03T23:09:19.364Z[ recovery-image] Dec 03 23:09:18.527 INFO O| Dec 03 23:09:18.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
50102024-12-03T23:09:19.364Z[ recovery-image] Dec 03 23:09:18.527 INFO O| Dec 03 23:09:18.527 INFO STEP 241 (remove_files) COMPLETE
50112024-12-03T23:09:19.364Z[ recovery-image] Dec 03 23:09:18.527 INFO O| Dec 03 23:09:18.527 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50122024-12-03T23:09:19.374Z[ recovery-image] Dec 03 23:09:18.536 INFO O| Dec 03 23:09:18.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
50132024-12-03T23:09:19.377Z[ recovery-image] Dec 03 23:09:18.537 INFO O| Dec 03 23:09:18.537 INFO STEP 242 (remove_files) COMPLETE
50142024-12-03T23:09:19.377Z[ recovery-image] Dec 03 23:09:18.537 INFO O| Dec 03 23:09:18.537 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50152024-12-03T23:09:19.384Z[ recovery-image] Dec 03 23:09:18.547 INFO O| Dec 03 23:09:18.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
50162024-12-03T23:09:19.384Z[ recovery-image] Dec 03 23:09:18.547 INFO O| Dec 03 23:09:18.547 INFO STEP 243 (remove_files) COMPLETE
50172024-12-03T23:09:19.388Z[ recovery-image] Dec 03 23:09:18.547 INFO O| Dec 03 23:09:18.547 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50182024-12-03T23:09:19.393Z[ recovery-image] Dec 03 23:09:18.556 INFO O| Dec 03 23:09:18.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
50192024-12-03T23:09:19.393Z[ recovery-image] Dec 03 23:09:18.556 INFO O| Dec 03 23:09:18.556 INFO STEP 244 (remove_files) COMPLETE
50202024-12-03T23:09:19.395Z[ recovery-image] Dec 03 23:09:18.556 INFO O| Dec 03 23:09:18.556 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50212024-12-03T23:09:19.403Z[ recovery-image] Dec 03 23:09:18.565 INFO O| Dec 03 23:09:18.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
50222024-12-03T23:09:19.403Z[ recovery-image] Dec 03 23:09:18.565 INFO O| Dec 03 23:09:18.565 INFO STEP 245 (remove_files) COMPLETE
50232024-12-03T23:09:19.405Z[ recovery-image] Dec 03 23:09:18.565 INFO O| Dec 03 23:09:18.565 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50242024-12-03T23:09:19.412Z[ recovery-image] Dec 03 23:09:18.575 INFO O| Dec 03 23:09:18.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
50252024-12-03T23:09:19.412Z[ recovery-image] Dec 03 23:09:18.575 INFO O| Dec 03 23:09:18.575 INFO STEP 246 (remove_files) COMPLETE
50262024-12-03T23:09:19.414Z[ recovery-image] Dec 03 23:09:18.575 INFO O| Dec 03 23:09:18.575 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50272024-12-03T23:09:19.421Z[ recovery-image] Dec 03 23:09:18.584 INFO O| Dec 03 23:09:18.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
50282024-12-03T23:09:19.421Z[ recovery-image] Dec 03 23:09:18.584 INFO O| Dec 03 23:09:18.584 INFO STEP 247 (remove_files) COMPLETE
50292024-12-03T23:09:19.424Z[ recovery-image] Dec 03 23:09:18.584 INFO O| Dec 03 23:09:18.584 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50302024-12-03T23:09:19.430Z[ recovery-image] Dec 03 23:09:18.593 INFO O| Dec 03 23:09:18.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
50312024-12-03T23:09:19.431Z[ recovery-image] Dec 03 23:09:18.593 INFO O| Dec 03 23:09:18.593 INFO STEP 248 (remove_files) COMPLETE
50322024-12-03T23:09:19.431Z[ recovery-image] Dec 03 23:09:18.593 INFO O| Dec 03 23:09:18.593 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50332024-12-03T23:09:19.440Z[ recovery-image] Dec 03 23:09:18.603 INFO O| Dec 03 23:09:18.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
50342024-12-03T23:09:19.440Z[ recovery-image] Dec 03 23:09:18.603 INFO O| Dec 03 23:09:18.603 INFO STEP 249 (remove_files) COMPLETE
50352024-12-03T23:09:19.442Z[ recovery-image] Dec 03 23:09:18.603 INFO O| Dec 03 23:09:18.603 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50362024-12-03T23:09:19.449Z[ recovery-image] Dec 03 23:09:18.612 INFO O| Dec 03 23:09:18.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
50372024-12-03T23:09:19.449Z[ recovery-image] Dec 03 23:09:18.612 INFO O| Dec 03 23:09:18.612 INFO STEP 250 (remove_files) COMPLETE
50382024-12-03T23:09:19.452Z[ recovery-image] Dec 03 23:09:18.612 INFO O| Dec 03 23:09:18.612 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50392024-12-03T23:09:19.459Z[ recovery-image] Dec 03 23:09:18.621 INFO O| Dec 03 23:09:18.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
50402024-12-03T23:09:19.459Z[ recovery-image] Dec 03 23:09:18.621 INFO O| Dec 03 23:09:18.621 INFO STEP 251 (remove_files) COMPLETE
50412024-12-03T23:09:19.461Z[ recovery-image] Dec 03 23:09:18.621 INFO O| Dec 03 23:09:18.621 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50422024-12-03T23:09:19.468Z[ recovery-image] Dec 03 23:09:18.631 INFO O| Dec 03 23:09:18.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
50432024-12-03T23:09:19.468Z[ recovery-image] Dec 03 23:09:18.631 INFO O| Dec 03 23:09:18.631 INFO STEP 252 (remove_files) COMPLETE
50442024-12-03T23:09:19.468Z[ recovery-image] Dec 03 23:09:18.631 INFO O| Dec 03 23:09:18.631 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50452024-12-03T23:09:19.477Z[ recovery-image] Dec 03 23:09:18.640 INFO O| Dec 03 23:09:18.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
50462024-12-03T23:09:19.477Z[ recovery-image] Dec 03 23:09:18.640 INFO O| Dec 03 23:09:18.640 INFO STEP 253 (remove_files) COMPLETE
50472024-12-03T23:09:19.480Z[ recovery-image] Dec 03 23:09:18.640 INFO O| Dec 03 23:09:18.640 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50482024-12-03T23:09:19.487Z[ recovery-image] Dec 03 23:09:18.649 INFO O| Dec 03 23:09:18.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
50492024-12-03T23:09:19.487Z[ recovery-image] Dec 03 23:09:18.649 INFO O| Dec 03 23:09:18.649 INFO STEP 254 (remove_files) COMPLETE
50502024-12-03T23:09:19.490Z[ recovery-image] Dec 03 23:09:18.649 INFO O| Dec 03 23:09:18.649 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50512024-12-03T23:09:19.498Z[ recovery-image] Dec 03 23:09:18.659 INFO O| Dec 03 23:09:18.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
50522024-12-03T23:09:19.502Z[ recovery-image] Dec 03 23:09:18.659 INFO O| Dec 03 23:09:18.659 INFO STEP 255 (remove_files) COMPLETE
50532024-12-03T23:09:19.502Z[ recovery-image] Dec 03 23:09:18.659 INFO O| Dec 03 23:09:18.659 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50542024-12-03T23:09:19.506Z[ recovery-image] Dec 03 23:09:18.668 INFO O| Dec 03 23:09:18.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
50552024-12-03T23:09:19.506Z[ recovery-image] Dec 03 23:09:18.669 INFO O| Dec 03 23:09:18.669 INFO STEP 256 (remove_files) COMPLETE
50562024-12-03T23:09:19.508Z[ recovery-image] Dec 03 23:09:18.669 INFO O| Dec 03 23:09:18.669 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50572024-12-03T23:09:19.515Z[ recovery-image] Dec 03 23:09:18.678 INFO O| Dec 03 23:09:18.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
50582024-12-03T23:09:19.518Z[ recovery-image] Dec 03 23:09:18.679 INFO O| Dec 03 23:09:18.679 INFO STEP 257 (remove_files) COMPLETE
50592024-12-03T23:09:19.518Z[ recovery-image] Dec 03 23:09:18.679 INFO O| Dec 03 23:09:18.679 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50602024-12-03T23:09:19.525Z[ recovery-image] Dec 03 23:09:18.688 INFO O| Dec 03 23:09:18.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
50612024-12-03T23:09:19.526Z[ recovery-image] Dec 03 23:09:18.688 INFO O| Dec 03 23:09:18.688 INFO STEP 258 (remove_files) COMPLETE
50622024-12-03T23:09:19.529Z[ recovery-image] Dec 03 23:09:18.688 INFO O| Dec 03 23:09:18.688 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50632024-12-03T23:09:19.534Z[ recovery-image] Dec 03 23:09:18.697 INFO O| Dec 03 23:09:18.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
50642024-12-03T23:09:19.535Z[ recovery-image] Dec 03 23:09:18.697 INFO O| Dec 03 23:09:18.697 INFO STEP 259 (remove_files) COMPLETE
50652024-12-03T23:09:19.537Z[ recovery-image] Dec 03 23:09:18.697 INFO O| Dec 03 23:09:18.697 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50662024-12-03T23:09:19.544Z[ recovery-image] Dec 03 23:09:18.707 INFO O| Dec 03 23:09:18.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
50672024-12-03T23:09:19.544Z[ recovery-image] Dec 03 23:09:18.707 INFO O| Dec 03 23:09:18.707 INFO STEP 260 (remove_files) COMPLETE
50682024-12-03T23:09:19.546Z[ recovery-image] Dec 03 23:09:18.707 INFO O| Dec 03 23:09:18.707 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50692024-12-03T23:09:19.553Z[ recovery-image] Dec 03 23:09:18.716 INFO O| Dec 03 23:09:18.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
50702024-12-03T23:09:19.553Z[ recovery-image] Dec 03 23:09:18.716 INFO O| Dec 03 23:09:18.716 INFO STEP 261 (remove_files) COMPLETE
50712024-12-03T23:09:19.556Z[ recovery-image] Dec 03 23:09:18.716 INFO O| Dec 03 23:09:18.716 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50722024-12-03T23:09:19.562Z[ recovery-image] Dec 03 23:09:18.725 INFO O| Dec 03 23:09:18.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
50732024-12-03T23:09:19.565Z[ recovery-image] Dec 03 23:09:18.726 INFO O| Dec 03 23:09:18.726 INFO STEP 262 (remove_files) COMPLETE
50742024-12-03T23:09:19.565Z[ recovery-image] Dec 03 23:09:18.726 INFO O| Dec 03 23:09:18.726 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50752024-12-03T23:09:19.572Z[ recovery-image] Dec 03 23:09:18.735 INFO O| Dec 03 23:09:18.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
50762024-12-03T23:09:19.573Z[ recovery-image] Dec 03 23:09:18.735 INFO O| Dec 03 23:09:18.735 INFO STEP 263 (remove_files) COMPLETE
50772024-12-03T23:09:19.575Z[ recovery-image] Dec 03 23:09:18.735 INFO O| Dec 03 23:09:18.735 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50782024-12-03T23:09:19.582Z[ recovery-image] Dec 03 23:09:18.745 INFO O| Dec 03 23:09:18.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
50792024-12-03T23:09:19.582Z[ recovery-image] Dec 03 23:09:18.745 INFO O| Dec 03 23:09:18.745 INFO STEP 264 (remove_files) COMPLETE
50802024-12-03T23:09:19.582Z[ recovery-image] Dec 03 23:09:18.745 INFO O| Dec 03 23:09:18.745 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50812024-12-03T23:09:19.591Z[ recovery-image] Dec 03 23:09:18.754 INFO O| Dec 03 23:09:18.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
50822024-12-03T23:09:19.591Z[ recovery-image] Dec 03 23:09:18.754 INFO O| Dec 03 23:09:18.754 INFO STEP 265 (remove_files) COMPLETE
50832024-12-03T23:09:19.591Z[ recovery-image] Dec 03 23:09:18.754 INFO O| Dec 03 23:09:18.754 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50842024-12-03T23:09:19.602Z[ recovery-image] Dec 03 23:09:18.763 INFO O| Dec 03 23:09:18.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
50852024-12-03T23:09:19.602Z[ recovery-image] Dec 03 23:09:18.763 INFO O| Dec 03 23:09:18.763 INFO STEP 266 (remove_files) COMPLETE
50862024-12-03T23:09:19.605Z[ recovery-image] Dec 03 23:09:18.763 INFO O| Dec 03 23:09:18.763 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50872024-12-03T23:09:19.610Z[ recovery-image] Dec 03 23:09:18.772 INFO O| Dec 03 23:09:18.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
50882024-12-03T23:09:19.618Z[ recovery-image] Dec 03 23:09:18.773 INFO O| Dec 03 23:09:18.772 INFO STEP 267 (remove_files) COMPLETE
50892024-12-03T23:09:19.618Z[ recovery-image] Dec 03 23:09:18.773 INFO O| Dec 03 23:09:18.772 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50902024-12-03T23:09:20.635Z[ recovery-image] Dec 03 23:09:18.782 INFO O| Dec 03 23:09:18.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
50912024-12-03T23:09:20.635Z[ recovery-image] Dec 03 23:09:18.782 INFO O| Dec 03 23:09:18.782 INFO STEP 268 (remove_files) COMPLETE
50922024-12-03T23:09:20.635Z[ recovery-image] Dec 03 23:09:18.782 INFO O| Dec 03 23:09:18.782 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50932024-12-03T23:09:20.666Z[ recovery-image] Dec 03 23:09:18.791 INFO O| Dec 03 23:09:18.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
50942024-12-03T23:09:20.667Z[ recovery-image] Dec 03 23:09:18.791 INFO O| Dec 03 23:09:18.791 INFO STEP 269 (remove_files) COMPLETE
50952024-12-03T23:09:20.667Z[ recovery-image] Dec 03 23:09:18.791 INFO O| Dec 03 23:09:18.791 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50962024-12-03T23:09:20.667Z[ recovery-image] Dec 03 23:09:18.801 INFO O| Dec 03 23:09:18.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
50972024-12-03T23:09:20.668Z[ recovery-image] Dec 03 23:09:18.801 INFO O| Dec 03 23:09:18.801 INFO STEP 270 (remove_files) COMPLETE
50982024-12-03T23:09:20.668Z[ recovery-image] Dec 03 23:09:18.801 INFO O| Dec 03 23:09:18.801 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50992024-12-03T23:09:20.668Z[ recovery-image] Dec 03 23:09:18.810 INFO O| Dec 03 23:09:18.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
51002024-12-03T23:09:20.668Z[ recovery-image] Dec 03 23:09:18.810 INFO O| Dec 03 23:09:18.810 INFO STEP 271 (remove_files) COMPLETE
51012024-12-03T23:09:20.668Z[ recovery-image] Dec 03 23:09:18.810 INFO O| Dec 03 23:09:18.810 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51022024-12-03T23:09:20.668Z[ recovery-image] Dec 03 23:09:18.819 INFO O| Dec 03 23:09:18.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
51032024-12-03T23:09:20.668Z[ recovery-image] Dec 03 23:09:18.819 INFO O| Dec 03 23:09:18.819 INFO STEP 272 (remove_files) COMPLETE
51042024-12-03T23:09:20.668Z[ recovery-image] Dec 03 23:09:18.819 INFO O| Dec 03 23:09:18.819 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51052024-12-03T23:09:20.668Z[ recovery-image] Dec 03 23:09:18.829 INFO O| Dec 03 23:09:18.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
51062024-12-03T23:09:20.668Z[ recovery-image] Dec 03 23:09:18.829 INFO O| Dec 03 23:09:18.829 INFO STEP 273 (remove_files) COMPLETE
51072024-12-03T23:09:20.668Z[ recovery-image] Dec 03 23:09:18.829 INFO O| Dec 03 23:09:18.829 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51082024-12-03T23:09:20.668Z[ recovery-image] Dec 03 23:09:18.838 INFO O| Dec 03 23:09:18.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
51092024-12-03T23:09:20.668Z[ recovery-image] Dec 03 23:09:18.838 INFO O| Dec 03 23:09:18.838 INFO STEP 274 (remove_files) COMPLETE
51102024-12-03T23:09:20.668Z[ recovery-image] Dec 03 23:09:18.838 INFO O| Dec 03 23:09:18.838 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51112024-12-03T23:09:20.669Z[ recovery-image] Dec 03 23:09:18.848 INFO O| Dec 03 23:09:18.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
51122024-12-03T23:09:20.669Z[ recovery-image] Dec 03 23:09:18.848 INFO O| Dec 03 23:09:18.848 INFO STEP 275 (remove_files) COMPLETE
51132024-12-03T23:09:20.669Z[ recovery-image] Dec 03 23:09:18.848 INFO O| Dec 03 23:09:18.848 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51142024-12-03T23:09:20.669Z[ recovery-image] Dec 03 23:09:18.857 INFO O| Dec 03 23:09:18.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
51152024-12-03T23:09:20.669Z[ recovery-image] Dec 03 23:09:18.857 INFO O| Dec 03 23:09:18.857 INFO STEP 276 (remove_files) COMPLETE
51162024-12-03T23:09:20.669Z[ recovery-image] Dec 03 23:09:18.857 INFO O| Dec 03 23:09:18.857 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51172024-12-03T23:09:20.669Z[ recovery-image] Dec 03 23:09:18.866 INFO O| Dec 03 23:09:18.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
51182024-12-03T23:09:20.669Z[ recovery-image] Dec 03 23:09:18.866 INFO O| Dec 03 23:09:18.866 INFO STEP 277 (remove_files) COMPLETE
51192024-12-03T23:09:20.669Z[ recovery-image] Dec 03 23:09:18.866 INFO O| Dec 03 23:09:18.866 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51202024-12-03T23:09:20.669Z[ recovery-image] Dec 03 23:09:18.876 INFO O| Dec 03 23:09:18.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
51212024-12-03T23:09:20.669Z[ recovery-image] Dec 03 23:09:18.876 INFO O| Dec 03 23:09:18.876 INFO STEP 278 (remove_files) COMPLETE
51222024-12-03T23:09:20.669Z[ recovery-image] Dec 03 23:09:18.876 INFO O| Dec 03 23:09:18.876 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51232024-12-03T23:09:20.669Z[ recovery-image] Dec 03 23:09:18.885 INFO O| Dec 03 23:09:18.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
51242024-12-03T23:09:20.669Z[ recovery-image] Dec 03 23:09:18.885 INFO O| Dec 03 23:09:18.885 INFO STEP 279 (remove_files) COMPLETE
51252024-12-03T23:09:20.669Z[ recovery-image] Dec 03 23:09:18.885 INFO O| Dec 03 23:09:18.885 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51262024-12-03T23:09:20.669Z[ recovery-image] Dec 03 23:09:18.894 INFO O| Dec 03 23:09:18.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
51272024-12-03T23:09:20.669Z[ recovery-image] Dec 03 23:09:18.894 INFO O| Dec 03 23:09:18.894 INFO STEP 280 (remove_files) COMPLETE
51282024-12-03T23:09:20.669Z[ recovery-image] Dec 03 23:09:18.894 INFO O| Dec 03 23:09:18.894 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51292024-12-03T23:09:20.669Z[ recovery-image] Dec 03 23:09:18.904 INFO O| Dec 03 23:09:18.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
51302024-12-03T23:09:20.669Z[ recovery-image] Dec 03 23:09:18.904 INFO O| Dec 03 23:09:18.904 INFO STEP 281 (remove_files) COMPLETE
51312024-12-03T23:09:20.669Z[ recovery-image] Dec 03 23:09:18.904 INFO O| Dec 03 23:09:18.904 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51322024-12-03T23:09:20.669Z[ recovery-image] Dec 03 23:09:18.913 INFO O| Dec 03 23:09:18.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
51332024-12-03T23:09:20.669Z[ recovery-image] Dec 03 23:09:18.913 INFO O| Dec 03 23:09:18.913 INFO STEP 282 (remove_files) COMPLETE
51342024-12-03T23:09:20.670Z[ recovery-image] Dec 03 23:09:18.913 INFO O| Dec 03 23:09:18.913 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51352024-12-03T23:09:20.670Z[ recovery-image] Dec 03 23:09:18.923 INFO O| Dec 03 23:09:18.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
51362024-12-03T23:09:20.670Z[ recovery-image] Dec 03 23:09:18.923 INFO O| Dec 03 23:09:18.923 INFO STEP 283 (remove_files) COMPLETE
51372024-12-03T23:09:20.670Z[ recovery-image] Dec 03 23:09:18.923 INFO O| Dec 03 23:09:18.923 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51382024-12-03T23:09:20.670Z[ recovery-image] Dec 03 23:09:18.932 INFO O| Dec 03 23:09:18.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
51392024-12-03T23:09:20.670Z[ recovery-image] Dec 03 23:09:18.932 INFO O| Dec 03 23:09:18.932 INFO STEP 284 (remove_files) COMPLETE
51402024-12-03T23:09:20.670Z[ recovery-image] Dec 03 23:09:18.932 INFO O| Dec 03 23:09:18.932 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51412024-12-03T23:09:20.672Z[ recovery-image] Dec 03 23:09:18.941 INFO O| Dec 03 23:09:18.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
51422024-12-03T23:09:20.672Z[ recovery-image] Dec 03 23:09:18.941 INFO O| Dec 03 23:09:18.941 INFO STEP 285 (remove_files) COMPLETE
51432024-12-03T23:09:20.672Z[ recovery-image] Dec 03 23:09:18.941 INFO O| Dec 03 23:09:18.941 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51442024-12-03T23:09:20.672Z[ recovery-image] Dec 03 23:09:18.951 INFO O| Dec 03 23:09:18.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
51452024-12-03T23:09:20.672Z[ recovery-image] Dec 03 23:09:18.951 INFO O| Dec 03 23:09:18.951 INFO STEP 286 (remove_files) COMPLETE
51462024-12-03T23:09:20.672Z[ recovery-image] Dec 03 23:09:18.951 INFO O| Dec 03 23:09:18.951 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51472024-12-03T23:09:20.672Z[ recovery-image] Dec 03 23:09:18.960 INFO O| Dec 03 23:09:18.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
51482024-12-03T23:09:20.672Z[ recovery-image] Dec 03 23:09:18.960 INFO O| Dec 03 23:09:18.960 INFO STEP 287 (remove_files) COMPLETE
51492024-12-03T23:09:20.672Z[ recovery-image] Dec 03 23:09:18.960 INFO O| Dec 03 23:09:18.960 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51502024-12-03T23:09:20.672Z[ recovery-image] Dec 03 23:09:18.970 INFO O| Dec 03 23:09:18.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
51512024-12-03T23:09:20.672Z[ recovery-image] Dec 03 23:09:18.970 INFO O| Dec 03 23:09:18.970 INFO STEP 288 (remove_files) COMPLETE
51522024-12-03T23:09:20.672Z[ recovery-image] Dec 03 23:09:18.970 INFO O| Dec 03 23:09:18.970 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51532024-12-03T23:09:20.672Z[ recovery-image] Dec 03 23:09:18.979 INFO O| Dec 03 23:09:18.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
51542024-12-03T23:09:20.672Z[ recovery-image] Dec 03 23:09:18.979 INFO O| Dec 03 23:09:18.979 INFO STEP 289 (remove_files) COMPLETE
51552024-12-03T23:09:20.672Z[ recovery-image] Dec 03 23:09:18.979 INFO O| Dec 03 23:09:18.979 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51562024-12-03T23:09:20.673Z[ recovery-image] Dec 03 23:09:18.988 INFO O| Dec 03 23:09:18.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
51572024-12-03T23:09:20.673Z[ recovery-image] Dec 03 23:09:18.989 INFO O| Dec 03 23:09:18.988 INFO STEP 290 (remove_files) COMPLETE
51582024-12-03T23:09:20.673Z[ recovery-image] Dec 03 23:09:18.989 INFO O| Dec 03 23:09:18.989 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51592024-12-03T23:09:20.673Z[ recovery-image] Dec 03 23:09:18.998 INFO O| Dec 03 23:09:18.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
51602024-12-03T23:09:20.673Z[ recovery-image] Dec 03 23:09:18.998 INFO O| Dec 03 23:09:18.998 INFO STEP 291 (remove_files) COMPLETE
51612024-12-03T23:09:20.673Z[ recovery-image] Dec 03 23:09:18.998 INFO O| Dec 03 23:09:18.998 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51622024-12-03T23:09:20.673Z[ recovery-image] Dec 03 23:09:19.008 INFO O| Dec 03 23:09:19.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
51632024-12-03T23:09:20.673Z[ recovery-image] Dec 03 23:09:19.008 INFO O| Dec 03 23:09:19.008 INFO STEP 292 (remove_files) COMPLETE
51642024-12-03T23:09:20.673Z[ recovery-image] Dec 03 23:09:19.008 INFO O| Dec 03 23:09:19.008 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51652024-12-03T23:09:20.673Z[ recovery-image] Dec 03 23:09:19.017 INFO O| Dec 03 23:09:19.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
51662024-12-03T23:09:20.673Z[ recovery-image] Dec 03 23:09:19.017 INFO O| Dec 03 23:09:19.017 INFO STEP 293 (remove_files) COMPLETE
51672024-12-03T23:09:20.673Z[ recovery-image] Dec 03 23:09:19.017 INFO O| Dec 03 23:09:19.017 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51682024-12-03T23:09:20.673Z[ recovery-image] Dec 03 23:09:19.026 INFO O| Dec 03 23:09:19.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
51692024-12-03T23:09:20.673Z[ recovery-image] Dec 03 23:09:19.027 INFO O| Dec 03 23:09:19.027 INFO STEP 294 (remove_files) COMPLETE
51702024-12-03T23:09:20.673Z[ recovery-image] Dec 03 23:09:19.027 INFO O| Dec 03 23:09:19.027 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51712024-12-03T23:09:20.674Z[ recovery-image] Dec 03 23:09:19.036 INFO O| Dec 03 23:09:19.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
51722024-12-03T23:09:20.674Z[ recovery-image] Dec 03 23:09:19.036 INFO O| Dec 03 23:09:19.036 INFO STEP 295 (remove_files) COMPLETE
51732024-12-03T23:09:20.674Z[ recovery-image] Dec 03 23:09:19.036 INFO O| Dec 03 23:09:19.036 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51742024-12-03T23:09:20.674Z[ recovery-image] Dec 03 23:09:19.045 INFO O| Dec 03 23:09:19.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
51752024-12-03T23:09:20.674Z[ recovery-image] Dec 03 23:09:19.045 INFO O| Dec 03 23:09:19.045 INFO STEP 296 (remove_files) COMPLETE
51762024-12-03T23:09:20.674Z[ recovery-image] Dec 03 23:09:19.045 INFO O| Dec 03 23:09:19.045 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51772024-12-03T23:09:20.674Z[ recovery-image] Dec 03 23:09:19.054 INFO O| Dec 03 23:09:19.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
51782024-12-03T23:09:20.674Z[ recovery-image] Dec 03 23:09:19.054 INFO O| Dec 03 23:09:19.054 INFO STEP 297 (remove_files) COMPLETE
51792024-12-03T23:09:20.674Z[ recovery-image] Dec 03 23:09:19.054 INFO O| Dec 03 23:09:19.054 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51802024-12-03T23:09:20.674Z[ recovery-image] Dec 03 23:09:19.063 INFO O| Dec 03 23:09:19.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
51812024-12-03T23:09:20.674Z[ recovery-image] Dec 03 23:09:19.063 INFO O| Dec 03 23:09:19.063 INFO STEP 298 (remove_files) COMPLETE
51822024-12-03T23:09:20.674Z[ recovery-image] Dec 03 23:09:19.063 INFO O| Dec 03 23:09:19.063 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51832024-12-03T23:09:20.674Z[ recovery-image] Dec 03 23:09:19.072 INFO O| Dec 03 23:09:19.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
51842024-12-03T23:09:20.674Z[ recovery-image] Dec 03 23:09:19.072 INFO O| Dec 03 23:09:19.072 INFO STEP 299 (remove_files) COMPLETE
51852024-12-03T23:09:20.674Z[ recovery-image] Dec 03 23:09:19.072 INFO O| Dec 03 23:09:19.072 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51862024-12-03T23:09:20.674Z[ recovery-image] Dec 03 23:09:19.082 INFO O| Dec 03 23:09:19.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
51872024-12-03T23:09:20.674Z[ recovery-image] Dec 03 23:09:19.082 INFO O| Dec 03 23:09:19.082 INFO STEP 300 (remove_files) COMPLETE
51882024-12-03T23:09:20.674Z[ recovery-image] Dec 03 23:09:19.082 INFO O| Dec 03 23:09:19.082 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51892024-12-03T23:09:20.674Z[ recovery-image] Dec 03 23:09:19.091 INFO O| Dec 03 23:09:19.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
51902024-12-03T23:09:20.674Z[ recovery-image] Dec 03 23:09:19.091 INFO O| Dec 03 23:09:19.091 INFO STEP 301 (remove_files) COMPLETE
51912024-12-03T23:09:20.674Z[ recovery-image] Dec 03 23:09:19.091 INFO O| Dec 03 23:09:19.091 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51922024-12-03T23:09:20.674Z[ recovery-image] Dec 03 23:09:19.100 INFO O| Dec 03 23:09:19.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
51932024-12-03T23:09:20.681Z[ recovery-image] Dec 03 23:09:19.100 INFO O| Dec 03 23:09:19.100 INFO STEP 302 (remove_files) COMPLETE
51942024-12-03T23:09:20.681Z[ recovery-image] Dec 03 23:09:19.100 INFO O| Dec 03 23:09:19.100 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51952024-12-03T23:09:20.681Z[ recovery-image] Dec 03 23:09:19.109 INFO O| Dec 03 23:09:19.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
51962024-12-03T23:09:20.681Z[ recovery-image] Dec 03 23:09:19.109 INFO O| Dec 03 23:09:19.109 INFO STEP 303 (remove_files) COMPLETE
51972024-12-03T23:09:20.681Z[ recovery-image] Dec 03 23:09:19.109 INFO O| Dec 03 23:09:19.109 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51982024-12-03T23:09:20.681Z[ recovery-image] Dec 03 23:09:19.118 INFO O| Dec 03 23:09:19.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
51992024-12-03T23:09:20.681Z[ recovery-image] Dec 03 23:09:19.118 INFO O| Dec 03 23:09:19.118 INFO STEP 304 (remove_files) COMPLETE
52002024-12-03T23:09:20.681Z[ recovery-image] Dec 03 23:09:19.118 INFO O| Dec 03 23:09:19.118 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52012024-12-03T23:09:20.681Z[ recovery-image] Dec 03 23:09:19.127 INFO O| Dec 03 23:09:19.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
52022024-12-03T23:09:20.681Z[ recovery-image] Dec 03 23:09:19.127 INFO O| Dec 03 23:09:19.127 INFO STEP 305 (remove_files) COMPLETE
52032024-12-03T23:09:20.681Z[ recovery-image] Dec 03 23:09:19.127 INFO O| Dec 03 23:09:19.127 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52042024-12-03T23:09:20.681Z[ recovery-image] Dec 03 23:09:19.136 INFO O| Dec 03 23:09:19.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
52052024-12-03T23:09:20.681Z[ recovery-image] Dec 03 23:09:19.137 INFO O| Dec 03 23:09:19.136 INFO STEP 306 (remove_files) COMPLETE
52062024-12-03T23:09:20.681Z[ recovery-image] Dec 03 23:09:19.137 INFO O| Dec 03 23:09:19.136 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52072024-12-03T23:09:20.681Z[ recovery-image] Dec 03 23:09:19.146 INFO O| Dec 03 23:09:19.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
52082024-12-03T23:09:20.681Z[ recovery-image] Dec 03 23:09:19.146 INFO O| Dec 03 23:09:19.146 INFO STEP 307 (remove_files) COMPLETE
52092024-12-03T23:09:20.681Z[ recovery-image] Dec 03 23:09:19.146 INFO O| Dec 03 23:09:19.146 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52102024-12-03T23:09:20.681Z[ recovery-image] Dec 03 23:09:19.156 INFO O| Dec 03 23:09:19.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
52112024-12-03T23:09:20.681Z[ recovery-image] Dec 03 23:09:19.157 INFO O| Dec 03 23:09:19.157 INFO STEP 308 (remove_files) COMPLETE
52122024-12-03T23:09:20.681Z[ recovery-image] Dec 03 23:09:19.157 INFO O| Dec 03 23:09:19.157 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52132024-12-03T23:09:20.682Z[ recovery-image] Dec 03 23:09:19.166 INFO O| Dec 03 23:09:19.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
52142024-12-03T23:09:20.682Z[ recovery-image] Dec 03 23:09:19.166 INFO O| Dec 03 23:09:19.166 INFO STEP 309 (remove_files) COMPLETE
52152024-12-03T23:09:20.682Z[ recovery-image] Dec 03 23:09:19.166 INFO O| Dec 03 23:09:19.166 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52162024-12-03T23:09:20.682Z[ recovery-image] Dec 03 23:09:19.176 INFO O| Dec 03 23:09:19.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
52172024-12-03T23:09:20.682Z[ recovery-image] Dec 03 23:09:19.176 INFO O| Dec 03 23:09:19.176 INFO STEP 310 (remove_files) COMPLETE
52182024-12-03T23:09:20.682Z[ recovery-image] Dec 03 23:09:19.176 INFO O| Dec 03 23:09:19.176 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52192024-12-03T23:09:20.682Z[ recovery-image] Dec 03 23:09:19.185 INFO O| Dec 03 23:09:19.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
52202024-12-03T23:09:20.682Z[ recovery-image] Dec 03 23:09:19.185 INFO O| Dec 03 23:09:19.185 INFO STEP 311 (remove_files) COMPLETE
52212024-12-03T23:09:20.683Z[ recovery-image] Dec 03 23:09:19.185 INFO O| Dec 03 23:09:19.185 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52222024-12-03T23:09:20.683Z[ recovery-image] Dec 03 23:09:19.194 INFO O| Dec 03 23:09:19.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
52232024-12-03T23:09:20.683Z[ recovery-image] Dec 03 23:09:19.194 INFO O| Dec 03 23:09:19.194 INFO STEP 312 (remove_files) COMPLETE
52242024-12-03T23:09:20.683Z[ recovery-image] Dec 03 23:09:19.194 INFO O| Dec 03 23:09:19.194 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52252024-12-03T23:09:20.683Z[ recovery-image] Dec 03 23:09:19.203 INFO O| Dec 03 23:09:19.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
52262024-12-03T23:09:20.683Z[ recovery-image] Dec 03 23:09:19.203 INFO O| Dec 03 23:09:19.203 INFO STEP 313 (remove_files) COMPLETE
52272024-12-03T23:09:20.683Z[ recovery-image] Dec 03 23:09:19.203 INFO O| Dec 03 23:09:19.203 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52282024-12-03T23:09:20.683Z[ recovery-image] Dec 03 23:09:19.212 INFO O| Dec 03 23:09:19.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
52292024-12-03T23:09:20.683Z[ recovery-image] Dec 03 23:09:19.213 INFO O| Dec 03 23:09:19.212 INFO STEP 314 (remove_files) COMPLETE
52302024-12-03T23:09:20.683Z[ recovery-image] Dec 03 23:09:19.213 INFO O| Dec 03 23:09:19.213 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52312024-12-03T23:09:20.683Z[ recovery-image] Dec 03 23:09:19.222 INFO O| Dec 03 23:09:19.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
52322024-12-03T23:09:20.683Z[ recovery-image] Dec 03 23:09:19.222 INFO O| Dec 03 23:09:19.222 INFO STEP 315 (remove_files) COMPLETE
52332024-12-03T23:09:20.683Z[ recovery-image] Dec 03 23:09:19.222 INFO O| Dec 03 23:09:19.222 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52342024-12-03T23:09:20.683Z[ recovery-image] Dec 03 23:09:19.231 INFO O| Dec 03 23:09:19.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
52352024-12-03T23:09:20.683Z[ recovery-image] Dec 03 23:09:19.231 INFO O| Dec 03 23:09:19.231 INFO STEP 316 (remove_files) COMPLETE
52362024-12-03T23:09:20.683Z[ recovery-image] Dec 03 23:09:19.231 INFO O| Dec 03 23:09:19.231 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52372024-12-03T23:09:20.683Z[ recovery-image] Dec 03 23:09:19.240 INFO O| Dec 03 23:09:19.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
52382024-12-03T23:09:20.683Z[ recovery-image] Dec 03 23:09:19.240 INFO O| Dec 03 23:09:19.240 INFO STEP 317 (remove_files) COMPLETE
52392024-12-03T23:09:20.683Z[ recovery-image] Dec 03 23:09:19.240 INFO O| Dec 03 23:09:19.240 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52402024-12-03T23:09:20.683Z[ recovery-image] Dec 03 23:09:19.250 INFO O| Dec 03 23:09:19.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
52412024-12-03T23:09:20.684Z[ recovery-image] Dec 03 23:09:19.250 INFO O| Dec 03 23:09:19.250 INFO STEP 318 (remove_files) COMPLETE
52422024-12-03T23:09:20.684Z[ recovery-image] Dec 03 23:09:19.250 INFO O| Dec 03 23:09:19.250 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52432024-12-03T23:09:20.684Z[ recovery-image] Dec 03 23:09:19.260 INFO O| Dec 03 23:09:19.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
52442024-12-03T23:09:20.684Z[ recovery-image] Dec 03 23:09:19.260 INFO O| Dec 03 23:09:19.260 INFO STEP 319 (remove_files) COMPLETE
52452024-12-03T23:09:20.684Z[ recovery-image] Dec 03 23:09:19.260 INFO O| Dec 03 23:09:19.260 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52462024-12-03T23:09:20.684Z[ recovery-image] Dec 03 23:09:19.269 INFO O| Dec 03 23:09:19.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
52472024-12-03T23:09:20.684Z[ recovery-image] Dec 03 23:09:19.269 INFO O| Dec 03 23:09:19.269 INFO STEP 320 (remove_files) COMPLETE
52482024-12-03T23:09:20.684Z[ recovery-image] Dec 03 23:09:19.269 INFO O| Dec 03 23:09:19.269 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52492024-12-03T23:09:20.684Z[ recovery-image] Dec 03 23:09:19.278 INFO O| Dec 03 23:09:19.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
52502024-12-03T23:09:20.685Z[ recovery-image] Dec 03 23:09:19.278 INFO O| Dec 03 23:09:19.278 INFO STEP 321 (remove_files) COMPLETE
52512024-12-03T23:09:20.685Z[ recovery-image] Dec 03 23:09:19.278 INFO O| Dec 03 23:09:19.278 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52522024-12-03T23:09:20.685Z[ recovery-image] Dec 03 23:09:19.287 INFO O| Dec 03 23:09:19.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
52532024-12-03T23:09:20.685Z[ recovery-image] Dec 03 23:09:19.287 INFO O| Dec 03 23:09:19.287 INFO STEP 322 (remove_files) COMPLETE
52542024-12-03T23:09:20.685Z[ recovery-image] Dec 03 23:09:19.287 INFO O| Dec 03 23:09:19.287 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52552024-12-03T23:09:20.685Z[ recovery-image] Dec 03 23:09:19.296 INFO O| Dec 03 23:09:19.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
52562024-12-03T23:09:20.685Z[ recovery-image] Dec 03 23:09:19.296 INFO O| Dec 03 23:09:19.296 INFO STEP 323 (remove_files) COMPLETE
52572024-12-03T23:09:20.685Z[ recovery-image] Dec 03 23:09:19.296 INFO O| Dec 03 23:09:19.296 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52582024-12-03T23:09:20.685Z[ recovery-image] Dec 03 23:09:19.306 INFO O| Dec 03 23:09:19.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
52592024-12-03T23:09:20.685Z[ recovery-image] Dec 03 23:09:19.306 INFO O| Dec 03 23:09:19.306 INFO STEP 324 (remove_files) COMPLETE
52602024-12-03T23:09:20.685Z[ recovery-image] Dec 03 23:09:19.306 INFO O| Dec 03 23:09:19.306 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52612024-12-03T23:09:20.685Z[ recovery-image] Dec 03 23:09:19.315 INFO O| Dec 03 23:09:19.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
52622024-12-03T23:09:20.685Z[ recovery-image] Dec 03 23:09:19.315 INFO O| Dec 03 23:09:19.315 INFO STEP 325 (remove_files) COMPLETE
52632024-12-03T23:09:20.685Z[ recovery-image] Dec 03 23:09:19.315 INFO O| Dec 03 23:09:19.315 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52642024-12-03T23:09:20.685Z[ recovery-image] Dec 03 23:09:19.325 INFO O| Dec 03 23:09:19.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
52652024-12-03T23:09:20.685Z[ recovery-image] Dec 03 23:09:19.325 INFO O| Dec 03 23:09:19.325 INFO STEP 326 (remove_files) COMPLETE
52662024-12-03T23:09:20.685Z[ recovery-image] Dec 03 23:09:19.325 INFO O| Dec 03 23:09:19.325 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52672024-12-03T23:09:20.685Z[ recovery-image] Dec 03 23:09:19.334 INFO O| Dec 03 23:09:19.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
52682024-12-03T23:09:20.685Z[ recovery-image] Dec 03 23:09:19.334 INFO O| Dec 03 23:09:19.334 INFO STEP 327 (remove_files) COMPLETE
52692024-12-03T23:09:20.686Z[ recovery-image] Dec 03 23:09:19.334 INFO O| Dec 03 23:09:19.334 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52702024-12-03T23:09:20.686Z[ recovery-image] Dec 03 23:09:19.343 INFO O| Dec 03 23:09:19.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
52712024-12-03T23:09:20.686Z[ recovery-image] Dec 03 23:09:19.343 INFO O| Dec 03 23:09:19.343 INFO STEP 328 (remove_files) COMPLETE
52722024-12-03T23:09:20.686Z[ recovery-image] Dec 03 23:09:19.343 INFO O| Dec 03 23:09:19.343 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52732024-12-03T23:09:20.686Z[ recovery-image] Dec 03 23:09:19.352 INFO O| Dec 03 23:09:19.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
52742024-12-03T23:09:20.686Z[ recovery-image] Dec 03 23:09:19.352 INFO O| Dec 03 23:09:19.352 INFO STEP 329 (remove_files) COMPLETE
52752024-12-03T23:09:20.686Z[ recovery-image] Dec 03 23:09:19.352 INFO O| Dec 03 23:09:19.352 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52762024-12-03T23:09:20.686Z[ recovery-image] Dec 03 23:09:19.361 INFO O| Dec 03 23:09:19.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
52772024-12-03T23:09:20.686Z[ recovery-image] Dec 03 23:09:19.362 INFO O| Dec 03 23:09:19.362 INFO STEP 330 (remove_files) COMPLETE
52782024-12-03T23:09:20.686Z[ recovery-image] Dec 03 23:09:19.362 INFO O| Dec 03 23:09:19.362 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52792024-12-03T23:09:20.686Z[ recovery-image] Dec 03 23:09:19.371 INFO O| Dec 03 23:09:19.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
52802024-12-03T23:09:20.686Z[ recovery-image] Dec 03 23:09:19.371 INFO O| Dec 03 23:09:19.371 INFO STEP 331 (remove_files) COMPLETE
52812024-12-03T23:09:20.686Z[ recovery-image] Dec 03 23:09:19.371 INFO O| Dec 03 23:09:19.371 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52822024-12-03T23:09:20.686Z[ recovery-image] Dec 03 23:09:19.380 INFO O| Dec 03 23:09:19.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
52832024-12-03T23:09:20.686Z[ recovery-image] Dec 03 23:09:19.381 INFO O| Dec 03 23:09:19.380 INFO STEP 332 (remove_files) COMPLETE
52842024-12-03T23:09:20.687Z[ recovery-image] Dec 03 23:09:19.381 INFO O| Dec 03 23:09:19.380 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52852024-12-03T23:09:20.687Z[ recovery-image] Dec 03 23:09:19.390 INFO O| Dec 03 23:09:19.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
52862024-12-03T23:09:20.687Z[ recovery-image] Dec 03 23:09:19.390 INFO O| Dec 03 23:09:19.390 INFO STEP 333 (remove_files) COMPLETE
52872024-12-03T23:09:20.687Z[ recovery-image] Dec 03 23:09:19.390 INFO O| Dec 03 23:09:19.390 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52882024-12-03T23:09:20.687Z[ recovery-image] Dec 03 23:09:19.399 INFO O| Dec 03 23:09:19.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
52892024-12-03T23:09:20.688Z[ recovery-image] Dec 03 23:09:19.399 INFO O| Dec 03 23:09:19.399 INFO STEP 334 (remove_files) COMPLETE
52902024-12-03T23:09:20.688Z[ recovery-image] Dec 03 23:09:19.399 INFO O| Dec 03 23:09:19.399 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52912024-12-03T23:09:20.688Z[ recovery-image] Dec 03 23:09:19.408 INFO O| Dec 03 23:09:19.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
52922024-12-03T23:09:20.688Z[ recovery-image] Dec 03 23:09:19.408 INFO O| Dec 03 23:09:19.408 INFO STEP 335 (remove_files) COMPLETE
52932024-12-03T23:09:20.693Z[ recovery-image] Dec 03 23:09:19.408 INFO O| Dec 03 23:09:19.408 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52942024-12-03T23:09:20.693Z[ recovery-image] Dec 03 23:09:19.417 INFO O| Dec 03 23:09:19.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
52952024-12-03T23:09:20.693Z[ recovery-image] Dec 03 23:09:19.417 INFO O| Dec 03 23:09:19.417 INFO STEP 336 (remove_files) COMPLETE
52962024-12-03T23:09:20.693Z[ recovery-image] Dec 03 23:09:19.417 INFO O| Dec 03 23:09:19.417 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52972024-12-03T23:09:20.694Z[ recovery-image] Dec 03 23:09:19.426 INFO O| Dec 03 23:09:19.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
52982024-12-03T23:09:20.694Z[ recovery-image] Dec 03 23:09:19.426 INFO O| Dec 03 23:09:19.426 INFO STEP 337 (remove_files) COMPLETE
52992024-12-03T23:09:20.694Z[ recovery-image] Dec 03 23:09:19.426 INFO O| Dec 03 23:09:19.426 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53002024-12-03T23:09:20.694Z[ recovery-image] Dec 03 23:09:19.436 INFO O| Dec 03 23:09:19.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
53012024-12-03T23:09:20.694Z[ recovery-image] Dec 03 23:09:19.436 INFO O| Dec 03 23:09:19.436 INFO STEP 338 (remove_files) COMPLETE
53022024-12-03T23:09:20.694Z[ recovery-image] Dec 03 23:09:19.436 INFO O| Dec 03 23:09:19.436 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53032024-12-03T23:09:20.694Z[ recovery-image] Dec 03 23:09:19.445 INFO O| Dec 03 23:09:19.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
53042024-12-03T23:09:20.695Z[ recovery-image] Dec 03 23:09:19.446 INFO O| Dec 03 23:09:19.446 INFO STEP 339 (remove_files) COMPLETE
53052024-12-03T23:09:20.695Z[ recovery-image] Dec 03 23:09:19.446 INFO O| Dec 03 23:09:19.446 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53062024-12-03T23:09:20.695Z[ recovery-image] Dec 03 23:09:19.455 INFO O| Dec 03 23:09:19.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
53072024-12-03T23:09:20.695Z[ recovery-image] Dec 03 23:09:19.455 INFO O| Dec 03 23:09:19.455 INFO STEP 340 (remove_files) COMPLETE
53082024-12-03T23:09:20.695Z[ recovery-image] Dec 03 23:09:19.455 INFO O| Dec 03 23:09:19.455 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53092024-12-03T23:09:20.695Z[ recovery-image] Dec 03 23:09:19.464 INFO O| Dec 03 23:09:19.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
53102024-12-03T23:09:20.695Z[ recovery-image] Dec 03 23:09:19.465 INFO O| Dec 03 23:09:19.465 INFO STEP 341 (remove_files) COMPLETE
53112024-12-03T23:09:20.695Z[ recovery-image] Dec 03 23:09:19.465 INFO O| Dec 03 23:09:19.465 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53122024-12-03T23:09:20.695Z[ recovery-image] Dec 03 23:09:19.474 INFO O| Dec 03 23:09:19.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
53132024-12-03T23:09:20.695Z[ recovery-image] Dec 03 23:09:19.474 INFO O| Dec 03 23:09:19.474 INFO STEP 342 (remove_files) COMPLETE
53142024-12-03T23:09:20.695Z[ recovery-image] Dec 03 23:09:19.474 INFO O| Dec 03 23:09:19.474 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53152024-12-03T23:09:20.695Z[ recovery-image] Dec 03 23:09:19.483 INFO O| Dec 03 23:09:19.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
53162024-12-03T23:09:20.695Z[ recovery-image] Dec 03 23:09:19.484 INFO O| Dec 03 23:09:19.484 INFO STEP 343 (remove_files) COMPLETE
53172024-12-03T23:09:20.695Z[ recovery-image] Dec 03 23:09:19.484 INFO O| Dec 03 23:09:19.484 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53182024-12-03T23:09:20.695Z[ recovery-image] Dec 03 23:09:19.493 INFO O| Dec 03 23:09:19.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
53192024-12-03T23:09:20.695Z[ recovery-image] Dec 03 23:09:19.493 INFO O| Dec 03 23:09:19.493 INFO STEP 344 (remove_files) COMPLETE
53202024-12-03T23:09:20.695Z[ recovery-image] Dec 03 23:09:19.493 INFO O| Dec 03 23:09:19.493 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53212024-12-03T23:09:20.695Z[ recovery-image] Dec 03 23:09:19.502 INFO O| Dec 03 23:09:19.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
53222024-12-03T23:09:20.695Z[ recovery-image] Dec 03 23:09:19.502 INFO O| Dec 03 23:09:19.502 INFO STEP 345 (remove_files) COMPLETE
53232024-12-03T23:09:20.695Z[ recovery-image] Dec 03 23:09:19.502 INFO O| Dec 03 23:09:19.502 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53242024-12-03T23:09:20.695Z[ recovery-image] Dec 03 23:09:19.511 INFO O| Dec 03 23:09:19.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
53252024-12-03T23:09:20.695Z[ recovery-image] Dec 03 23:09:19.512 INFO O| Dec 03 23:09:19.512 INFO STEP 346 (remove_files) COMPLETE
53262024-12-03T23:09:20.695Z[ recovery-image] Dec 03 23:09:19.512 INFO O| Dec 03 23:09:19.512 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53272024-12-03T23:09:20.695Z[ recovery-image] Dec 03 23:09:19.521 INFO O| Dec 03 23:09:19.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
53282024-12-03T23:09:20.696Z[ recovery-image] Dec 03 23:09:19.522 INFO O| Dec 03 23:09:19.522 INFO STEP 347 (remove_files) COMPLETE
53292024-12-03T23:09:20.696Z[ recovery-image] Dec 03 23:09:19.522 INFO O| Dec 03 23:09:19.522 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53302024-12-03T23:09:20.696Z[ recovery-image] Dec 03 23:09:19.531 INFO O| Dec 03 23:09:19.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
53312024-12-03T23:09:20.696Z[ recovery-image] Dec 03 23:09:19.531 INFO O| Dec 03 23:09:19.531 INFO STEP 348 (remove_files) COMPLETE
53322024-12-03T23:09:20.696Z[ recovery-image] Dec 03 23:09:19.531 INFO O| Dec 03 23:09:19.531 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53332024-12-03T23:09:20.696Z[ recovery-image] Dec 03 23:09:19.541 INFO O| Dec 03 23:09:19.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
53342024-12-03T23:09:20.696Z[ recovery-image] Dec 03 23:09:19.541 INFO O| Dec 03 23:09:19.541 INFO STEP 349 (remove_files) COMPLETE
53352024-12-03T23:09:20.696Z[ recovery-image] Dec 03 23:09:19.541 INFO O| Dec 03 23:09:19.541 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53362024-12-03T23:09:20.696Z[ recovery-image] Dec 03 23:09:19.550 INFO O| Dec 03 23:09:19.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
53372024-12-03T23:09:20.696Z[ recovery-image] Dec 03 23:09:19.550 INFO O| Dec 03 23:09:19.550 INFO STEP 350 (remove_files) COMPLETE
53382024-12-03T23:09:20.696Z[ recovery-image] Dec 03 23:09:19.550 INFO O| Dec 03 23:09:19.550 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53392024-12-03T23:09:20.696Z[ recovery-image] Dec 03 23:09:19.560 INFO O| Dec 03 23:09:19.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
53402024-12-03T23:09:20.696Z[ recovery-image] Dec 03 23:09:19.560 INFO O| Dec 03 23:09:19.560 INFO STEP 351 (remove_files) COMPLETE
53412024-12-03T23:09:20.696Z[ recovery-image] Dec 03 23:09:19.560 INFO O| Dec 03 23:09:19.560 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53422024-12-03T23:09:20.696Z[ recovery-image] Dec 03 23:09:19.569 INFO O| Dec 03 23:09:19.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
53432024-12-03T23:09:20.696Z[ recovery-image] Dec 03 23:09:19.569 INFO O| Dec 03 23:09:19.569 INFO STEP 352 (remove_files) COMPLETE
53442024-12-03T23:09:20.697Z[ recovery-image] Dec 03 23:09:19.569 INFO O| Dec 03 23:09:19.569 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53452024-12-03T23:09:20.697Z[ recovery-image] Dec 03 23:09:19.578 INFO O| Dec 03 23:09:19.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
53462024-12-03T23:09:20.697Z[ recovery-image] Dec 03 23:09:19.579 INFO O| Dec 03 23:09:19.579 INFO STEP 353 (remove_files) COMPLETE
53472024-12-03T23:09:20.697Z[ recovery-image] Dec 03 23:09:19.579 INFO O| Dec 03 23:09:19.579 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53482024-12-03T23:09:20.697Z[ recovery-image] Dec 03 23:09:19.588 INFO O| Dec 03 23:09:19.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
53492024-12-03T23:09:20.697Z[ recovery-image] Dec 03 23:09:19.588 INFO O| Dec 03 23:09:19.588 INFO STEP 354 (remove_files) COMPLETE
53502024-12-03T23:09:20.697Z[ recovery-image] Dec 03 23:09:19.588 INFO O| Dec 03 23:09:19.588 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53512024-12-03T23:09:20.697Z[ recovery-image] Dec 03 23:09:19.597 INFO O| Dec 03 23:09:19.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
53522024-12-03T23:09:20.697Z[ recovery-image] Dec 03 23:09:19.597 INFO O| Dec 03 23:09:19.597 INFO STEP 355 (remove_files) COMPLETE
53532024-12-03T23:09:20.697Z[ recovery-image] Dec 03 23:09:19.597 INFO O| Dec 03 23:09:19.597 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53542024-12-03T23:09:20.697Z[ recovery-image] Dec 03 23:09:19.607 INFO O| Dec 03 23:09:19.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
53552024-12-03T23:09:20.697Z[ recovery-image] Dec 03 23:09:19.607 INFO O| Dec 03 23:09:19.607 INFO STEP 356 (remove_files) COMPLETE
53562024-12-03T23:09:20.697Z[ recovery-image] Dec 03 23:09:19.607 INFO O| Dec 03 23:09:19.607 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53572024-12-03T23:09:20.697Z[ recovery-image] Dec 03 23:09:19.616 INFO O| Dec 03 23:09:19.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
53582024-12-03T23:09:20.697Z[ recovery-image] Dec 03 23:09:19.616 INFO O| Dec 03 23:09:19.616 INFO STEP 357 (remove_files) COMPLETE
53592024-12-03T23:09:20.698Z[ recovery-image] Dec 03 23:09:19.616 INFO O| Dec 03 23:09:19.616 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53602024-12-03T23:09:20.698Z[ recovery-image] Dec 03 23:09:19.626 INFO O| Dec 03 23:09:19.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
53612024-12-03T23:09:20.698Z[ recovery-image] Dec 03 23:09:19.626 INFO O| Dec 03 23:09:19.626 INFO STEP 358 (remove_files) COMPLETE
53622024-12-03T23:09:20.698Z[ recovery-image] Dec 03 23:09:19.626 INFO O| Dec 03 23:09:19.626 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53632024-12-03T23:09:20.698Z[ recovery-image] Dec 03 23:09:19.635 INFO O| Dec 03 23:09:19.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
53642024-12-03T23:09:20.698Z[ recovery-image] Dec 03 23:09:19.635 INFO O| Dec 03 23:09:19.635 INFO STEP 359 (remove_files) COMPLETE
53652024-12-03T23:09:20.698Z[ recovery-image] Dec 03 23:09:19.635 INFO O| Dec 03 23:09:19.635 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53662024-12-03T23:09:20.698Z[ recovery-image] Dec 03 23:09:19.644 INFO O| Dec 03 23:09:19.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
53672024-12-03T23:09:20.698Z[ recovery-image] Dec 03 23:09:19.644 INFO O| Dec 03 23:09:19.644 INFO STEP 360 (remove_files) COMPLETE
53682024-12-03T23:09:20.698Z[ recovery-image] Dec 03 23:09:19.644 INFO O| Dec 03 23:09:19.644 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53692024-12-03T23:09:20.698Z[ recovery-image] Dec 03 23:09:19.654 INFO O| Dec 03 23:09:19.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
53702024-12-03T23:09:20.698Z[ recovery-image] Dec 03 23:09:19.654 INFO O| Dec 03 23:09:19.654 INFO STEP 361 (remove_files) COMPLETE
53712024-12-03T23:09:20.698Z[ recovery-image] Dec 03 23:09:19.654 INFO O| Dec 03 23:09:19.654 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53722024-12-03T23:09:20.698Z[ recovery-image] Dec 03 23:09:19.663 INFO O| Dec 03 23:09:19.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
53732024-12-03T23:09:20.698Z[ recovery-image] Dec 03 23:09:19.663 INFO O| Dec 03 23:09:19.663 INFO STEP 362 (remove_files) COMPLETE
53742024-12-03T23:09:20.698Z[ recovery-image] Dec 03 23:09:19.663 INFO O| Dec 03 23:09:19.663 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53752024-12-03T23:09:20.698Z[ recovery-image] Dec 03 23:09:19.672 INFO O| Dec 03 23:09:19.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
53762024-12-03T23:09:20.698Z[ recovery-image] Dec 03 23:09:19.673 INFO O| Dec 03 23:09:19.672 INFO STEP 363 (remove_files) COMPLETE
53772024-12-03T23:09:20.698Z[ recovery-image] Dec 03 23:09:19.673 INFO O| Dec 03 23:09:19.673 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53782024-12-03T23:09:20.699Z[ recovery-image] Dec 03 23:09:19.682 INFO O| Dec 03 23:09:19.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
53792024-12-03T23:09:20.699Z[ recovery-image] Dec 03 23:09:19.682 INFO O| Dec 03 23:09:19.682 INFO STEP 364 (remove_files) COMPLETE
53802024-12-03T23:09:20.699Z[ recovery-image] Dec 03 23:09:19.682 INFO O| Dec 03 23:09:19.682 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53812024-12-03T23:09:20.699Z[ recovery-image] Dec 03 23:09:19.691 INFO O| Dec 03 23:09:19.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
53822024-12-03T23:09:20.699Z[ recovery-image] Dec 03 23:09:19.691 INFO O| Dec 03 23:09:19.691 INFO STEP 365 (remove_files) COMPLETE
53832024-12-03T23:09:20.699Z[ recovery-image] Dec 03 23:09:19.691 INFO O| Dec 03 23:09:19.691 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53842024-12-03T23:09:20.699Z[ recovery-image] Dec 03 23:09:19.701 INFO O| Dec 03 23:09:19.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
53852024-12-03T23:09:20.699Z[ recovery-image] Dec 03 23:09:19.701 INFO O| Dec 03 23:09:19.701 INFO STEP 366 (remove_files) COMPLETE
53862024-12-03T23:09:20.699Z[ recovery-image] Dec 03 23:09:19.701 INFO O| Dec 03 23:09:19.701 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53872024-12-03T23:09:20.699Z[ recovery-image] Dec 03 23:09:19.710 INFO O| Dec 03 23:09:19.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
53882024-12-03T23:09:20.699Z[ recovery-image] Dec 03 23:09:19.710 INFO O| Dec 03 23:09:19.710 INFO STEP 367 (remove_files) COMPLETE
53892024-12-03T23:09:20.699Z[ recovery-image] Dec 03 23:09:19.710 INFO O| Dec 03 23:09:19.710 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53902024-12-03T23:09:20.700Z[ recovery-image] Dec 03 23:09:19.719 INFO O| Dec 03 23:09:19.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
53912024-12-03T23:09:20.700Z[ recovery-image] Dec 03 23:09:19.720 INFO O| Dec 03 23:09:19.719 INFO STEP 368 (remove_files) COMPLETE
53922024-12-03T23:09:20.700Z[ recovery-image] Dec 03 23:09:19.720 INFO O| Dec 03 23:09:19.719 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53932024-12-03T23:09:20.705Z[ recovery-image] Dec 03 23:09:19.729 INFO O| Dec 03 23:09:19.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
53942024-12-03T23:09:20.705Z[ recovery-image] Dec 03 23:09:19.729 INFO O| Dec 03 23:09:19.729 INFO STEP 369 (remove_files) COMPLETE
53952024-12-03T23:09:20.705Z[ recovery-image] Dec 03 23:09:19.729 INFO O| Dec 03 23:09:19.729 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53962024-12-03T23:09:20.705Z[ recovery-image] Dec 03 23:09:19.738 INFO O| Dec 03 23:09:19.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
53972024-12-03T23:09:20.705Z[ recovery-image] Dec 03 23:09:19.738 INFO O| Dec 03 23:09:19.738 INFO STEP 370 (remove_files) COMPLETE
53982024-12-03T23:09:20.705Z[ recovery-image] Dec 03 23:09:19.738 INFO O| Dec 03 23:09:19.738 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53992024-12-03T23:09:20.705Z[ recovery-image] Dec 03 23:09:19.748 INFO O| Dec 03 23:09:19.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
54002024-12-03T23:09:20.705Z[ recovery-image] Dec 03 23:09:19.748 INFO O| Dec 03 23:09:19.748 INFO STEP 371 (remove_files) COMPLETE
54012024-12-03T23:09:20.705Z[ recovery-image] Dec 03 23:09:19.748 INFO O| Dec 03 23:09:19.748 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54022024-12-03T23:09:20.705Z[ recovery-image] Dec 03 23:09:19.757 INFO O| Dec 03 23:09:19.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
54032024-12-03T23:09:20.705Z[ recovery-image] Dec 03 23:09:19.757 INFO O| Dec 03 23:09:19.757 INFO STEP 372 (remove_files) COMPLETE
54042024-12-03T23:09:20.707Z[ recovery-image] Dec 03 23:09:19.757 INFO O| Dec 03 23:09:19.757 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54052024-12-03T23:09:20.707Z[ recovery-image] Dec 03 23:09:19.766 INFO O| Dec 03 23:09:19.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
54062024-12-03T23:09:20.707Z[ recovery-image] Dec 03 23:09:19.766 INFO O| Dec 03 23:09:19.766 INFO STEP 373 (remove_files) COMPLETE
54072024-12-03T23:09:20.707Z[ recovery-image] Dec 03 23:09:19.766 INFO O| Dec 03 23:09:19.766 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54082024-12-03T23:09:20.707Z[ recovery-image] Dec 03 23:09:19.776 INFO O| Dec 03 23:09:19.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
54092024-12-03T23:09:20.707Z[ recovery-image] Dec 03 23:09:19.776 INFO O| Dec 03 23:09:19.776 INFO STEP 374 (remove_files) COMPLETE
54102024-12-03T23:09:20.707Z[ recovery-image] Dec 03 23:09:19.776 INFO O| Dec 03 23:09:19.776 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54112024-12-03T23:09:20.707Z[ recovery-image] Dec 03 23:09:19.785 INFO O| Dec 03 23:09:19.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
54122024-12-03T23:09:20.707Z[ recovery-image] Dec 03 23:09:19.785 INFO O| Dec 03 23:09:19.785 INFO STEP 375 (remove_files) COMPLETE
54132024-12-03T23:09:20.707Z[ recovery-image] Dec 03 23:09:19.785 INFO O| Dec 03 23:09:19.785 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54142024-12-03T23:09:20.707Z[ recovery-image] Dec 03 23:09:19.794 INFO O| Dec 03 23:09:19.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
54152024-12-03T23:09:20.707Z[ recovery-image] Dec 03 23:09:19.795 INFO O| Dec 03 23:09:19.794 INFO STEP 376 (remove_files) COMPLETE
54162024-12-03T23:09:20.707Z[ recovery-image] Dec 03 23:09:19.795 INFO O| Dec 03 23:09:19.794 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54172024-12-03T23:09:20.708Z[ recovery-image] Dec 03 23:09:19.804 INFO O| Dec 03 23:09:19.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
54182024-12-03T23:09:20.708Z[ recovery-image] Dec 03 23:09:19.804 INFO O| Dec 03 23:09:19.804 INFO STEP 377 (remove_files) COMPLETE
54192024-12-03T23:09:20.708Z[ recovery-image] Dec 03 23:09:19.804 INFO O| Dec 03 23:09:19.804 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54202024-12-03T23:09:20.710Z[ recovery-image] Dec 03 23:09:19.813 INFO O| Dec 03 23:09:19.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
54212024-12-03T23:09:20.711Z[ recovery-image] Dec 03 23:09:19.813 INFO O| Dec 03 23:09:19.813 INFO STEP 378 (remove_files) COMPLETE
54222024-12-03T23:09:20.711Z[ recovery-image] Dec 03 23:09:19.813 INFO O| Dec 03 23:09:19.813 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54232024-12-03T23:09:20.712Z[ recovery-image] Dec 03 23:09:19.823 INFO O| Dec 03 23:09:19.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
54242024-12-03T23:09:20.712Z[ recovery-image] Dec 03 23:09:19.823 INFO O| Dec 03 23:09:19.823 INFO STEP 379 (remove_files) COMPLETE
54252024-12-03T23:09:20.712Z[ recovery-image] Dec 03 23:09:19.823 INFO O| Dec 03 23:09:19.823 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54262024-12-03T23:09:20.712Z[ recovery-image] Dec 03 23:09:19.832 INFO O| Dec 03 23:09:19.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
54272024-12-03T23:09:20.712Z[ recovery-image] Dec 03 23:09:19.832 INFO O| Dec 03 23:09:19.832 INFO STEP 380 (remove_files) COMPLETE
54282024-12-03T23:09:20.712Z[ recovery-image] Dec 03 23:09:19.832 INFO O| Dec 03 23:09:19.832 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54292024-12-03T23:09:20.712Z[ recovery-image] Dec 03 23:09:19.842 INFO O| Dec 03 23:09:19.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
54302024-12-03T23:09:20.712Z[ recovery-image] Dec 03 23:09:19.842 INFO O| Dec 03 23:09:19.842 INFO STEP 381 (remove_files) COMPLETE
54312024-12-03T23:09:20.712Z[ recovery-image] Dec 03 23:09:19.842 INFO O| Dec 03 23:09:19.842 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54322024-12-03T23:09:20.713Z[ recovery-image] Dec 03 23:09:19.851 INFO O| Dec 03 23:09:19.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
54332024-12-03T23:09:20.713Z[ recovery-image] Dec 03 23:09:19.852 INFO O| Dec 03 23:09:19.851 INFO STEP 382 (remove_files) COMPLETE
54342024-12-03T23:09:20.713Z[ recovery-image] Dec 03 23:09:19.852 INFO O| Dec 03 23:09:19.852 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54352024-12-03T23:09:20.713Z[ recovery-image] Dec 03 23:09:19.862 INFO O| Dec 03 23:09:19.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
54362024-12-03T23:09:20.713Z[ recovery-image] Dec 03 23:09:19.862 INFO O| Dec 03 23:09:19.862 INFO STEP 383 (remove_files) COMPLETE
54372024-12-03T23:09:20.713Z[ recovery-image] Dec 03 23:09:19.862 INFO O| Dec 03 23:09:19.862 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54382024-12-03T23:09:20.723Z[ recovery-image] Dec 03 23:09:19.874 INFO O| Dec 03 23:09:19.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
54392024-12-03T23:09:20.723Z[ recovery-image] Dec 03 23:09:19.874 INFO O| Dec 03 23:09:19.874 INFO STEP 384 (remove_files) COMPLETE
54402024-12-03T23:09:20.723Z[ recovery-image] Dec 03 23:09:19.874 INFO O| Dec 03 23:09:19.874 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54412024-12-03T23:09:20.730Z[ recovery-image] Dec 03 23:09:19.885 INFO O| Dec 03 23:09:19.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
54422024-12-03T23:09:20.731Z[ recovery-image] Dec 03 23:09:19.885 INFO O| Dec 03 23:09:19.885 INFO STEP 385 (remove_files) COMPLETE
54432024-12-03T23:09:20.731Z[ recovery-image] Dec 03 23:09:19.885 INFO O| Dec 03 23:09:19.885 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54442024-12-03T23:09:20.748Z[ recovery-image] Dec 03 23:09:19.896 INFO O| Dec 03 23:09:19.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
54452024-12-03T23:09:20.749Z[ recovery-image] Dec 03 23:09:19.896 INFO O| Dec 03 23:09:19.896 INFO STEP 386 (remove_files) COMPLETE
54462024-12-03T23:09:20.749Z[ recovery-image] Dec 03 23:09:19.896 INFO O| Dec 03 23:09:19.896 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54472024-12-03T23:09:20.755Z[ recovery-image] Dec 03 23:09:19.906 INFO O| Dec 03 23:09:19.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
54482024-12-03T23:09:20.755Z[ recovery-image] Dec 03 23:09:19.906 INFO O| Dec 03 23:09:19.906 INFO STEP 387 (remove_files) COMPLETE
54492024-12-03T23:09:20.756Z[ recovery-image] Dec 03 23:09:19.906 INFO O| Dec 03 23:09:19.906 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54502024-12-03T23:09:20.764Z[ recovery-image] Dec 03 23:09:19.916 INFO O| Dec 03 23:09:19.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
54512024-12-03T23:09:20.764Z[ recovery-image] Dec 03 23:09:19.916 INFO O| Dec 03 23:09:19.916 INFO STEP 388 (remove_files) COMPLETE
54522024-12-03T23:09:20.764Z[ recovery-image] Dec 03 23:09:19.916 INFO O| Dec 03 23:09:19.916 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54532024-12-03T23:09:20.781Z[ recovery-image] Dec 03 23:09:19.926 INFO O| Dec 03 23:09:19.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
54542024-12-03T23:09:20.781Z[ recovery-image] Dec 03 23:09:19.926 INFO O| Dec 03 23:09:19.926 INFO STEP 389 (remove_files) COMPLETE
54552024-12-03T23:09:20.781Z[ recovery-image] Dec 03 23:09:19.926 INFO O| Dec 03 23:09:19.926 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54562024-12-03T23:09:20.787Z[ recovery-image] Dec 03 23:09:19.935 INFO O| Dec 03 23:09:19.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
54572024-12-03T23:09:20.787Z[ recovery-image] Dec 03 23:09:19.935 INFO O| Dec 03 23:09:19.935 INFO STEP 390 (remove_files) COMPLETE
54582024-12-03T23:09:20.787Z[ recovery-image] Dec 03 23:09:19.935 INFO O| Dec 03 23:09:19.935 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54592024-12-03T23:09:20.787Z[ recovery-image] Dec 03 23:09:19.945 INFO O| Dec 03 23:09:19.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
54602024-12-03T23:09:20.787Z[ recovery-image] Dec 03 23:09:19.945 INFO O| Dec 03 23:09:19.945 INFO STEP 391 (remove_files) COMPLETE
54612024-12-03T23:09:20.787Z[ recovery-image] Dec 03 23:09:19.945 INFO O| Dec 03 23:09:19.945 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54622024-12-03T23:09:20.794Z[ recovery-image] Dec 03 23:09:19.955 INFO O| Dec 03 23:09:19.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
54632024-12-03T23:09:20.794Z[ recovery-image] Dec 03 23:09:19.955 INFO O| Dec 03 23:09:19.955 INFO STEP 392 (remove_files) COMPLETE
54642024-12-03T23:09:20.795Z[ recovery-image] Dec 03 23:09:19.955 INFO O| Dec 03 23:09:19.955 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54652024-12-03T23:09:20.803Z[ recovery-image] Dec 03 23:09:19.964 INFO O| Dec 03 23:09:19.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
54662024-12-03T23:09:20.803Z[ recovery-image] Dec 03 23:09:19.964 INFO O| Dec 03 23:09:19.964 INFO STEP 393 (remove_files) COMPLETE
54672024-12-03T23:09:20.814Z[ recovery-image] Dec 03 23:09:19.964 INFO O| Dec 03 23:09:19.964 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54682024-12-03T23:09:20.822Z[ recovery-image] Dec 03 23:09:19.973 INFO O| Dec 03 23:09:19.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
54692024-12-03T23:09:20.823Z[ recovery-image] Dec 03 23:09:19.973 INFO O| Dec 03 23:09:19.973 INFO STEP 394 (remove_files) COMPLETE
54702024-12-03T23:09:20.823Z[ recovery-image] Dec 03 23:09:19.973 INFO O| Dec 03 23:09:19.973 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54712024-12-03T23:09:20.827Z[ recovery-image] Dec 03 23:09:19.983 INFO O| Dec 03 23:09:19.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
54722024-12-03T23:09:20.827Z[ recovery-image] Dec 03 23:09:19.983 INFO O| Dec 03 23:09:19.983 INFO STEP 395 (remove_files) COMPLETE
54732024-12-03T23:09:20.827Z[ recovery-image] Dec 03 23:09:19.983 INFO O| Dec 03 23:09:19.983 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54742024-12-03T23:09:20.832Z[ recovery-image] Dec 03 23:09:19.992 INFO O| Dec 03 23:09:19.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
54752024-12-03T23:09:20.832Z[ recovery-image] Dec 03 23:09:19.992 INFO O| Dec 03 23:09:19.992 INFO STEP 396 (remove_files) COMPLETE
54762024-12-03T23:09:20.832Z[ recovery-image] Dec 03 23:09:19.992 INFO O| Dec 03 23:09:19.992 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54772024-12-03T23:09:20.840Z[ recovery-image] Dec 03 23:09:20.001 INFO O| Dec 03 23:09:20.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
54782024-12-03T23:09:20.840Z[ recovery-image] Dec 03 23:09:20.001 INFO O| Dec 03 23:09:20.001 INFO STEP 397 (remove_files) COMPLETE
54792024-12-03T23:09:20.844Z[ recovery-image] Dec 03 23:09:20.001 INFO O| Dec 03 23:09:20.001 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54802024-12-03T23:09:20.849Z[ recovery-image] Dec 03 23:09:20.011 INFO O| Dec 03 23:09:20.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
54812024-12-03T23:09:20.854Z[ recovery-image] Dec 03 23:09:20.011 INFO O| Dec 03 23:09:20.011 INFO STEP 398 (remove_files) COMPLETE
54822024-12-03T23:09:20.854Z[ recovery-image] Dec 03 23:09:20.011 INFO O| Dec 03 23:09:20.011 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54832024-12-03T23:09:20.858Z[ recovery-image] Dec 03 23:09:20.020 INFO O| Dec 03 23:09:20.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
54842024-12-03T23:09:20.859Z[ recovery-image] Dec 03 23:09:20.020 INFO O| Dec 03 23:09:20.020 INFO STEP 399 (remove_files) COMPLETE
54852024-12-03T23:09:20.859Z[ recovery-image] Dec 03 23:09:20.020 INFO O| Dec 03 23:09:20.020 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54862024-12-03T23:09:20.867Z[ recovery-image] Dec 03 23:09:20.029 INFO O| Dec 03 23:09:20.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
54872024-12-03T23:09:20.867Z[ recovery-image] Dec 03 23:09:20.029 INFO O| Dec 03 23:09:20.029 INFO STEP 400 (remove_files) COMPLETE
54882024-12-03T23:09:20.868Z[ recovery-image] Dec 03 23:09:20.029 INFO O| Dec 03 23:09:20.029 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54892024-12-03T23:09:20.876Z[ recovery-image] Dec 03 23:09:20.039 INFO O| Dec 03 23:09:20.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
54902024-12-03T23:09:20.876Z[ recovery-image] Dec 03 23:09:20.039 INFO O| Dec 03 23:09:20.039 INFO STEP 401 (remove_files) COMPLETE
54912024-12-03T23:09:20.879Z[ recovery-image] Dec 03 23:09:20.039 INFO O| Dec 03 23:09:20.039 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54922024-12-03T23:09:20.886Z[ recovery-image] Dec 03 23:09:20.048 INFO O| Dec 03 23:09:20.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
54932024-12-03T23:09:20.886Z[ recovery-image] Dec 03 23:09:20.048 INFO O| Dec 03 23:09:20.048 INFO STEP 402 (remove_files) COMPLETE
54942024-12-03T23:09:20.889Z[ recovery-image] Dec 03 23:09:20.048 INFO O| Dec 03 23:09:20.048 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54952024-12-03T23:09:20.895Z[ recovery-image] Dec 03 23:09:20.057 INFO O| Dec 03 23:09:20.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
54962024-12-03T23:09:20.897Z[ recovery-image] Dec 03 23:09:20.057 INFO O| Dec 03 23:09:20.057 INFO STEP 403 (remove_files) COMPLETE
54972024-12-03T23:09:20.897Z[ recovery-image] Dec 03 23:09:20.057 INFO O| Dec 03 23:09:20.057 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54982024-12-03T23:09:20.905Z[ recovery-image] Dec 03 23:09:20.066 INFO O| Dec 03 23:09:20.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
54992024-12-03T23:09:20.910Z[ recovery-image] Dec 03 23:09:20.067 INFO O| Dec 03 23:09:20.067 INFO STEP 404 (remove_files) COMPLETE
55002024-12-03T23:09:20.910Z[ recovery-image] Dec 03 23:09:20.067 INFO O| Dec 03 23:09:20.067 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55012024-12-03T23:09:20.918Z[ recovery-image] Dec 03 23:09:20.076 INFO O| Dec 03 23:09:20.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
55022024-12-03T23:09:20.918Z[ recovery-image] Dec 03 23:09:20.077 INFO O| Dec 03 23:09:20.077 INFO STEP 405 (remove_files) COMPLETE
55032024-12-03T23:09:20.923Z[ recovery-image] Dec 03 23:09:20.077 INFO O| Dec 03 23:09:20.077 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55042024-12-03T23:09:20.931Z[ recovery-image] Dec 03 23:09:20.086 INFO O| Dec 03 23:09:20.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
55052024-12-03T23:09:20.932Z[ recovery-image] Dec 03 23:09:20.086 INFO O| Dec 03 23:09:20.086 INFO STEP 406 (remove_files) COMPLETE
55062024-12-03T23:09:20.932Z[ recovery-image] Dec 03 23:09:20.086 INFO O| Dec 03 23:09:20.086 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55072024-12-03T23:09:20.938Z[ recovery-image] Dec 03 23:09:20.095 INFO O| Dec 03 23:09:20.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
55082024-12-03T23:09:20.938Z[ recovery-image] Dec 03 23:09:20.095 INFO O| Dec 03 23:09:20.095 INFO STEP 407 (remove_files) COMPLETE
55092024-12-03T23:09:20.938Z[ recovery-image] Dec 03 23:09:20.095 INFO O| Dec 03 23:09:20.095 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55102024-12-03T23:09:20.942Z[ recovery-image] Dec 03 23:09:20.104 INFO O| Dec 03 23:09:20.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
55112024-12-03T23:09:20.942Z[ recovery-image] Dec 03 23:09:20.104 INFO O| Dec 03 23:09:20.104 INFO STEP 408 (remove_files) COMPLETE
55122024-12-03T23:09:20.942Z[ recovery-image] Dec 03 23:09:20.104 INFO O| Dec 03 23:09:20.104 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55132024-12-03T23:09:20.951Z[ recovery-image] Dec 03 23:09:20.113 INFO O| Dec 03 23:09:20.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
55142024-12-03T23:09:20.954Z[ recovery-image] Dec 03 23:09:20.114 INFO O| Dec 03 23:09:20.113 INFO STEP 409 (remove_files) COMPLETE
55152024-12-03T23:09:20.954Z[ recovery-image] Dec 03 23:09:20.114 INFO O| Dec 03 23:09:20.113 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55162024-12-03T23:09:20.966Z[ recovery-image] Dec 03 23:09:20.123 INFO O| Dec 03 23:09:20.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
55172024-12-03T23:09:20.966Z[ recovery-image] Dec 03 23:09:20.123 INFO O| Dec 03 23:09:20.123 INFO STEP 410 (remove_files) COMPLETE
55182024-12-03T23:09:20.979Z[ recovery-image] Dec 03 23:09:20.123 INFO O| Dec 03 23:09:20.123 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55192024-12-03T23:09:20.979Z[ recovery-image] Dec 03 23:09:20.132 INFO O| Dec 03 23:09:20.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
55202024-12-03T23:09:20.979Z[ recovery-image] Dec 03 23:09:20.132 INFO O| Dec 03 23:09:20.132 INFO STEP 411 (remove_files) COMPLETE
55212024-12-03T23:09:20.979Z[ recovery-image] Dec 03 23:09:20.132 INFO O| Dec 03 23:09:20.132 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55222024-12-03T23:09:20.987Z[ recovery-image] Dec 03 23:09:20.141 INFO O| Dec 03 23:09:20.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
55232024-12-03T23:09:20.987Z[ recovery-image] Dec 03 23:09:20.141 INFO O| Dec 03 23:09:20.141 INFO STEP 412 (remove_files) COMPLETE
55242024-12-03T23:09:20.987Z[ recovery-image] Dec 03 23:09:20.141 INFO O| Dec 03 23:09:20.141 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55252024-12-03T23:09:20.993Z[ recovery-image] Dec 03 23:09:20.150 INFO O| Dec 03 23:09:20.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
55262024-12-03T23:09:20.993Z[ recovery-image] Dec 03 23:09:20.150 INFO O| Dec 03 23:09:20.150 INFO STEP 413 (remove_files) COMPLETE
55272024-12-03T23:09:20.993Z[ recovery-image] Dec 03 23:09:20.151 INFO O| Dec 03 23:09:20.150 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55282024-12-03T23:09:20.999Z[ recovery-image] Dec 03 23:09:20.160 INFO O| Dec 03 23:09:20.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
55292024-12-03T23:09:20.999Z[ recovery-image] Dec 03 23:09:20.160 INFO O| Dec 03 23:09:20.160 INFO STEP 414 (remove_files) COMPLETE
55302024-12-03T23:09:21.004Z[ recovery-image] Dec 03 23:09:20.160 INFO O| Dec 03 23:09:20.160 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55312024-12-03T23:09:21.007Z[ recovery-image] Dec 03 23:09:20.169 INFO O| Dec 03 23:09:20.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
55322024-12-03T23:09:21.007Z[ recovery-image] Dec 03 23:09:20.169 INFO O| Dec 03 23:09:20.169 INFO STEP 415 (remove_files) COMPLETE
55332024-12-03T23:09:21.012Z[ recovery-image] Dec 03 23:09:20.169 INFO O| Dec 03 23:09:20.169 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55342024-12-03T23:09:21.017Z[ recovery-image] Dec 03 23:09:20.179 INFO O| Dec 03 23:09:20.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
55352024-12-03T23:09:21.017Z[ recovery-image] Dec 03 23:09:20.179 INFO O| Dec 03 23:09:20.179 INFO STEP 416 (remove_files) COMPLETE
55362024-12-03T23:09:21.023Z[ recovery-image] Dec 03 23:09:20.179 INFO O| Dec 03 23:09:20.179 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55372024-12-03T23:09:21.027Z[ recovery-image] Dec 03 23:09:20.188 INFO O| Dec 03 23:09:20.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
55382024-12-03T23:09:21.027Z[ recovery-image] Dec 03 23:09:20.188 INFO O| Dec 03 23:09:20.188 INFO STEP 417 (remove_files) COMPLETE
55392024-12-03T23:09:21.028Z[ recovery-image] Dec 03 23:09:20.188 INFO O| Dec 03 23:09:20.188 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55402024-12-03T23:09:21.037Z[ recovery-image] Dec 03 23:09:20.198 INFO O| Dec 03 23:09:20.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
55412024-12-03T23:09:21.041Z[ recovery-image] Dec 03 23:09:20.198 INFO O| Dec 03 23:09:20.198 INFO STEP 418 (remove_files) COMPLETE
55422024-12-03T23:09:21.041Z[ recovery-image] Dec 03 23:09:20.198 INFO O| Dec 03 23:09:20.198 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55432024-12-03T23:09:21.048Z[ recovery-image] Dec 03 23:09:20.207 INFO O| Dec 03 23:09:20.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
55442024-12-03T23:09:21.048Z[ recovery-image] Dec 03 23:09:20.207 INFO O| Dec 03 23:09:20.207 INFO STEP 419 (remove_files) COMPLETE
55452024-12-03T23:09:21.048Z[ recovery-image] Dec 03 23:09:20.207 INFO O| Dec 03 23:09:20.207 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55462024-12-03T23:09:21.058Z[ recovery-image] Dec 03 23:09:20.216 INFO O| Dec 03 23:09:20.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
55472024-12-03T23:09:21.064Z[ recovery-image] Dec 03 23:09:20.216 INFO O| Dec 03 23:09:20.216 INFO STEP 420 (remove_files) COMPLETE
55482024-12-03T23:09:21.064Z[ recovery-image] Dec 03 23:09:20.216 INFO O| Dec 03 23:09:20.216 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55492024-12-03T23:09:21.070Z[ recovery-image] Dec 03 23:09:20.226 INFO O| Dec 03 23:09:20.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
55502024-12-03T23:09:21.070Z[ recovery-image] Dec 03 23:09:20.226 INFO O| Dec 03 23:09:20.226 INFO STEP 421 (remove_files) COMPLETE
55512024-12-03T23:09:21.071Z[ recovery-image] Dec 03 23:09:20.226 INFO O| Dec 03 23:09:20.226 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55522024-12-03T23:09:21.075Z[ recovery-image] Dec 03 23:09:20.235 INFO O| Dec 03 23:09:20.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
55532024-12-03T23:09:21.075Z[ recovery-image] Dec 03 23:09:20.235 INFO O| Dec 03 23:09:20.235 INFO STEP 422 (remove_files) COMPLETE
55542024-12-03T23:09:21.075Z[ recovery-image] Dec 03 23:09:20.235 INFO O| Dec 03 23:09:20.235 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55552024-12-03T23:09:21.083Z[ recovery-image] Dec 03 23:09:20.244 INFO O| Dec 03 23:09:20.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
55562024-12-03T23:09:21.083Z[ recovery-image] Dec 03 23:09:20.244 INFO O| Dec 03 23:09:20.244 INFO STEP 423 (remove_files) COMPLETE
55572024-12-03T23:09:21.083Z[ recovery-image] Dec 03 23:09:20.244 INFO O| Dec 03 23:09:20.244 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55582024-12-03T23:09:21.093Z[ recovery-image] Dec 03 23:09:20.253 INFO O| Dec 03 23:09:20.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
55592024-12-03T23:09:21.093Z[ recovery-image] Dec 03 23:09:20.254 INFO O| Dec 03 23:09:20.254 INFO STEP 424 (remove_files) COMPLETE
55602024-12-03T23:09:21.096Z[ recovery-image] Dec 03 23:09:20.254 INFO O| Dec 03 23:09:20.254 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55612024-12-03T23:09:21.104Z[ recovery-image] Dec 03 23:09:20.263 INFO O| Dec 03 23:09:20.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
55622024-12-03T23:09:21.107Z[ recovery-image] Dec 03 23:09:20.263 INFO O| Dec 03 23:09:20.263 INFO STEP 425 (remove_files) COMPLETE
55632024-12-03T23:09:21.108Z[ recovery-image] Dec 03 23:09:20.263 INFO O| Dec 03 23:09:20.263 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55642024-12-03T23:09:21.113Z[ recovery-image] Dec 03 23:09:20.272 INFO O| Dec 03 23:09:20.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
55652024-12-03T23:09:21.113Z[ recovery-image] Dec 03 23:09:20.272 INFO O| Dec 03 23:09:20.272 INFO STEP 426 (remove_files) COMPLETE
55662024-12-03T23:09:21.113Z[ recovery-image] Dec 03 23:09:20.272 INFO O| Dec 03 23:09:20.272 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55672024-12-03T23:09:21.121Z[ recovery-image] Dec 03 23:09:20.282 INFO O| Dec 03 23:09:20.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
55682024-12-03T23:09:21.121Z[ recovery-image] Dec 03 23:09:20.282 INFO O| Dec 03 23:09:20.282 INFO STEP 427 (remove_files) COMPLETE
55692024-12-03T23:09:21.126Z[ recovery-image] Dec 03 23:09:20.282 INFO O| Dec 03 23:09:20.282 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55702024-12-03T23:09:21.149Z[ recovery-image] Dec 03 23:09:20.291 INFO O| Dec 03 23:09:20.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
55712024-12-03T23:09:21.149Z[ recovery-image] Dec 03 23:09:20.291 INFO O| Dec 03 23:09:20.291 INFO STEP 428 (remove_files) COMPLETE
55722024-12-03T23:09:21.149Z[ recovery-image] Dec 03 23:09:20.291 INFO O| Dec 03 23:09:20.291 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55732024-12-03T23:09:21.158Z[ recovery-image] Dec 03 23:09:20.301 INFO O| Dec 03 23:09:20.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
55742024-12-03T23:09:21.158Z[ recovery-image] Dec 03 23:09:20.301 INFO O| Dec 03 23:09:20.301 INFO STEP 429 (remove_files) COMPLETE
55752024-12-03T23:09:21.158Z[ recovery-image] Dec 03 23:09:20.301 INFO O| Dec 03 23:09:20.301 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55762024-12-03T23:09:21.158Z[ recovery-image] Dec 03 23:09:20.310 INFO O| Dec 03 23:09:20.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
55772024-12-03T23:09:21.158Z[ recovery-image] Dec 03 23:09:20.310 INFO O| Dec 03 23:09:20.310 INFO STEP 430 (remove_files) COMPLETE
55782024-12-03T23:09:21.159Z[ recovery-image] Dec 03 23:09:20.310 INFO O| Dec 03 23:09:20.310 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55792024-12-03T23:09:21.167Z[ recovery-image] Dec 03 23:09:20.320 INFO O| Dec 03 23:09:20.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
55802024-12-03T23:09:21.167Z[ recovery-image] Dec 03 23:09:20.320 INFO O| Dec 03 23:09:20.320 INFO STEP 431 (remove_files) COMPLETE
55812024-12-03T23:09:21.167Z[ recovery-image] Dec 03 23:09:20.320 INFO O| Dec 03 23:09:20.320 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55822024-12-03T23:09:21.173Z[ recovery-image] Dec 03 23:09:20.329 INFO O| Dec 03 23:09:20.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
55832024-12-03T23:09:21.173Z[ recovery-image] Dec 03 23:09:20.329 INFO O| Dec 03 23:09:20.329 INFO STEP 432 (remove_files) COMPLETE
55842024-12-03T23:09:21.174Z[ recovery-image] Dec 03 23:09:20.329 INFO O| Dec 03 23:09:20.329 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55852024-12-03T23:09:21.183Z[ recovery-image] Dec 03 23:09:20.338 INFO O| Dec 03 23:09:20.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
55862024-12-03T23:09:21.183Z[ recovery-image] Dec 03 23:09:20.338 INFO O| Dec 03 23:09:20.338 INFO STEP 433 (remove_files) COMPLETE
55872024-12-03T23:09:21.183Z[ recovery-image] Dec 03 23:09:20.338 INFO O| Dec 03 23:09:20.338 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55882024-12-03T23:09:21.187Z[ recovery-image] Dec 03 23:09:20.348 INFO O| Dec 03 23:09:20.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
55892024-12-03T23:09:21.187Z[ recovery-image] Dec 03 23:09:20.348 INFO O| Dec 03 23:09:20.348 INFO STEP 434 (remove_files) COMPLETE
55902024-12-03T23:09:21.187Z[ recovery-image] Dec 03 23:09:20.348 INFO O| Dec 03 23:09:20.348 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55912024-12-03T23:09:21.211Z[ recovery-image] Dec 03 23:09:20.357 INFO O| Dec 03 23:09:20.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
55922024-12-03T23:09:21.211Z[ recovery-image] Dec 03 23:09:20.357 INFO O| Dec 03 23:09:20.357 INFO STEP 435 (remove_files) COMPLETE
55932024-12-03T23:09:21.211Z[ recovery-image] Dec 03 23:09:20.357 INFO O| Dec 03 23:09:20.357 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55942024-12-03T23:09:21.211Z[ recovery-image] Dec 03 23:09:20.366 INFO O| Dec 03 23:09:20.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
55952024-12-03T23:09:21.211Z[ recovery-image] Dec 03 23:09:20.366 INFO O| Dec 03 23:09:20.366 INFO STEP 436 (remove_files) COMPLETE
55962024-12-03T23:09:21.211Z[ recovery-image] Dec 03 23:09:20.367 INFO O| Dec 03 23:09:20.366 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55972024-12-03T23:09:21.216Z[ recovery-image] Dec 03 23:09:20.376 INFO O| Dec 03 23:09:20.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
55982024-12-03T23:09:21.216Z[ recovery-image] Dec 03 23:09:20.376 INFO O| Dec 03 23:09:20.376 INFO STEP 437 (remove_files) COMPLETE
55992024-12-03T23:09:21.216Z[ recovery-image] Dec 03 23:09:20.376 INFO O| Dec 03 23:09:20.376 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56002024-12-03T23:09:21.223Z[ recovery-image] Dec 03 23:09:20.385 INFO O| Dec 03 23:09:20.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
56012024-12-03T23:09:21.224Z[ recovery-image] Dec 03 23:09:20.385 INFO O| Dec 03 23:09:20.385 INFO STEP 438 (remove_files) COMPLETE
56022024-12-03T23:09:21.229Z[ recovery-image] Dec 03 23:09:20.385 INFO O| Dec 03 23:09:20.385 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56032024-12-03T23:09:21.235Z[ recovery-image] Dec 03 23:09:20.394 INFO O| Dec 03 23:09:20.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
56042024-12-03T23:09:21.235Z[ recovery-image] Dec 03 23:09:20.394 INFO O| Dec 03 23:09:20.394 INFO STEP 439 (remove_files) COMPLETE
56052024-12-03T23:09:21.235Z[ recovery-image] Dec 03 23:09:20.394 INFO O| Dec 03 23:09:20.394 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56062024-12-03T23:09:21.242Z[ recovery-image] Dec 03 23:09:20.404 INFO O| Dec 03 23:09:20.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
56072024-12-03T23:09:21.247Z[ recovery-image] Dec 03 23:09:20.404 INFO O| Dec 03 23:09:20.404 INFO STEP 440 (remove_files) COMPLETE
56082024-12-03T23:09:21.248Z[ recovery-image] Dec 03 23:09:20.404 INFO O| Dec 03 23:09:20.404 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56092024-12-03T23:09:21.252Z[ recovery-image] Dec 03 23:09:20.413 INFO O| Dec 03 23:09:20.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
56102024-12-03T23:09:21.257Z[ recovery-image] Dec 03 23:09:20.413 INFO O| Dec 03 23:09:20.413 INFO STEP 441 (remove_files) COMPLETE
56112024-12-03T23:09:21.257Z[ recovery-image] Dec 03 23:09:20.413 INFO O| Dec 03 23:09:20.413 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56122024-12-03T23:09:21.264Z[ recovery-image] Dec 03 23:09:20.422 INFO O| Dec 03 23:09:20.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
56132024-12-03T23:09:21.264Z[ recovery-image] Dec 03 23:09:20.422 INFO O| Dec 03 23:09:20.422 INFO STEP 442 (remove_files) COMPLETE
56142024-12-03T23:09:21.264Z[ recovery-image] Dec 03 23:09:20.422 INFO O| Dec 03 23:09:20.422 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56152024-12-03T23:09:21.269Z[ recovery-image] Dec 03 23:09:20.431 INFO O| Dec 03 23:09:20.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
56162024-12-03T23:09:21.273Z[ recovery-image] Dec 03 23:09:20.432 INFO O| Dec 03 23:09:20.431 INFO STEP 443 (remove_files) COMPLETE
56172024-12-03T23:09:21.273Z[ recovery-image] Dec 03 23:09:20.432 INFO O| Dec 03 23:09:20.432 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56182024-12-03T23:09:21.281Z[ recovery-image] Dec 03 23:09:20.441 INFO O| Dec 03 23:09:20.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
56192024-12-03T23:09:21.281Z[ recovery-image] Dec 03 23:09:20.441 INFO O| Dec 03 23:09:20.441 INFO STEP 444 (remove_files) COMPLETE
56202024-12-03T23:09:21.282Z[ recovery-image] Dec 03 23:09:20.441 INFO O| Dec 03 23:09:20.441 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56212024-12-03T23:09:21.291Z[ recovery-image] Dec 03 23:09:20.450 INFO O| Dec 03 23:09:20.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
56222024-12-03T23:09:21.291Z[ recovery-image] Dec 03 23:09:20.450 INFO O| Dec 03 23:09:20.450 INFO STEP 445 (remove_files) COMPLETE
56232024-12-03T23:09:21.299Z[ recovery-image] Dec 03 23:09:20.450 INFO O| Dec 03 23:09:20.450 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56242024-12-03T23:09:21.307Z[ recovery-image] Dec 03 23:09:20.459 INFO O| Dec 03 23:09:20.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
56252024-12-03T23:09:21.307Z[ recovery-image] Dec 03 23:09:20.459 INFO O| Dec 03 23:09:20.459 INFO STEP 446 (remove_files) COMPLETE
56262024-12-03T23:09:21.308Z[ recovery-image] Dec 03 23:09:20.459 INFO O| Dec 03 23:09:20.459 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56272024-12-03T23:09:21.313Z[ recovery-image] Dec 03 23:09:20.469 INFO O| Dec 03 23:09:20.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
56282024-12-03T23:09:21.313Z[ recovery-image] Dec 03 23:09:20.469 INFO O| Dec 03 23:09:20.469 INFO STEP 447 (remove_files) COMPLETE
56292024-12-03T23:09:21.313Z[ recovery-image] Dec 03 23:09:20.469 INFO O| Dec 03 23:09:20.469 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56302024-12-03T23:09:21.319Z[ recovery-image] Dec 03 23:09:20.478 INFO O| Dec 03 23:09:20.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
56312024-12-03T23:09:21.319Z[ recovery-image] Dec 03 23:09:20.478 INFO O| Dec 03 23:09:20.478 INFO STEP 448 (remove_files) COMPLETE
56322024-12-03T23:09:21.319Z[ recovery-image] Dec 03 23:09:20.478 INFO O| Dec 03 23:09:20.478 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56332024-12-03T23:09:21.327Z[ recovery-image] Dec 03 23:09:20.487 INFO O| Dec 03 23:09:20.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
56342024-12-03T23:09:21.327Z[ recovery-image] Dec 03 23:09:20.487 INFO O| Dec 03 23:09:20.487 INFO STEP 449 (remove_files) COMPLETE
56352024-12-03T23:09:21.327Z[ recovery-image] Dec 03 23:09:20.487 INFO O| Dec 03 23:09:20.487 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56362024-12-03T23:09:21.337Z[ recovery-image] Dec 03 23:09:20.497 INFO O| Dec 03 23:09:20.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
56372024-12-03T23:09:21.337Z[ recovery-image] Dec 03 23:09:20.497 INFO O| Dec 03 23:09:20.497 INFO STEP 450 (remove_files) COMPLETE
56382024-12-03T23:09:21.342Z[ recovery-image] Dec 03 23:09:20.497 INFO O| Dec 03 23:09:20.497 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56392024-12-03T23:09:21.355Z[ recovery-image] Dec 03 23:09:20.506 INFO O| Dec 03 23:09:20.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
56402024-12-03T23:09:21.355Z[ recovery-image] Dec 03 23:09:20.506 INFO O| Dec 03 23:09:20.506 INFO STEP 451 (remove_files) COMPLETE
56412024-12-03T23:09:21.355Z[ recovery-image] Dec 03 23:09:20.506 INFO O| Dec 03 23:09:20.506 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56422024-12-03T23:09:21.355Z[ recovery-image] Dec 03 23:09:20.516 INFO O| Dec 03 23:09:20.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
56432024-12-03T23:09:21.356Z[ recovery-image] Dec 03 23:09:20.516 INFO O| Dec 03 23:09:20.516 INFO STEP 452 (remove_files) COMPLETE
56442024-12-03T23:09:21.356Z[ recovery-image] Dec 03 23:09:20.516 INFO O| Dec 03 23:09:20.516 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56452024-12-03T23:09:21.364Z[ recovery-image] Dec 03 23:09:20.526 INFO O| Dec 03 23:09:20.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
56462024-12-03T23:09:21.364Z[ recovery-image] Dec 03 23:09:20.526 INFO O| Dec 03 23:09:20.526 INFO STEP 453 (remove_files) COMPLETE
56472024-12-03T23:09:21.364Z[ recovery-image] Dec 03 23:09:20.526 INFO O| Dec 03 23:09:20.526 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56482024-12-03T23:09:21.375Z[ recovery-image] Dec 03 23:09:20.535 INFO O| Dec 03 23:09:20.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
56492024-12-03T23:09:21.375Z[ recovery-image] Dec 03 23:09:20.535 INFO O| Dec 03 23:09:20.535 INFO STEP 454 (remove_files) COMPLETE
56502024-12-03T23:09:21.375Z[ recovery-image] Dec 03 23:09:20.535 INFO O| Dec 03 23:09:20.535 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56512024-12-03T23:09:21.384Z[ recovery-image] Dec 03 23:09:20.545 INFO O| Dec 03 23:09:20.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
56522024-12-03T23:09:21.384Z[ recovery-image] Dec 03 23:09:20.545 INFO O| Dec 03 23:09:20.545 INFO STEP 455 (remove_files) COMPLETE
56532024-12-03T23:09:21.384Z[ recovery-image] Dec 03 23:09:20.545 INFO O| Dec 03 23:09:20.545 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56542024-12-03T23:09:21.396Z[ recovery-image] Dec 03 23:09:20.554 INFO O| Dec 03 23:09:20.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
56552024-12-03T23:09:21.396Z[ recovery-image] Dec 03 23:09:20.554 INFO O| Dec 03 23:09:20.554 INFO STEP 456 (remove_files) COMPLETE
56562024-12-03T23:09:21.403Z[ recovery-image] Dec 03 23:09:20.554 INFO O| Dec 03 23:09:20.554 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56572024-12-03T23:09:21.404Z[ recovery-image] Dec 03 23:09:20.563 INFO O| Dec 03 23:09:20.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
56582024-12-03T23:09:21.404Z[ recovery-image] Dec 03 23:09:20.563 INFO O| Dec 03 23:09:20.563 INFO STEP 457 (remove_files) COMPLETE
56592024-12-03T23:09:21.404Z[ recovery-image] Dec 03 23:09:20.563 INFO O| Dec 03 23:09:20.563 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56602024-12-03T23:09:21.411Z[ recovery-image] Dec 03 23:09:20.573 INFO O| Dec 03 23:09:20.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
56612024-12-03T23:09:21.411Z[ recovery-image] Dec 03 23:09:20.573 INFO O| Dec 03 23:09:20.573 INFO STEP 458 (remove_files) COMPLETE
56622024-12-03T23:09:21.411Z[ recovery-image] Dec 03 23:09:20.573 INFO O| Dec 03 23:09:20.573 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56632024-12-03T23:09:21.422Z[ recovery-image] Dec 03 23:09:20.582 INFO O| Dec 03 23:09:20.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
56642024-12-03T23:09:21.423Z[ recovery-image] Dec 03 23:09:20.582 INFO O| Dec 03 23:09:20.582 INFO STEP 459 (remove_files) COMPLETE
56652024-12-03T23:09:21.423Z[ recovery-image] Dec 03 23:09:20.582 INFO O| Dec 03 23:09:20.582 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56662024-12-03T23:09:21.433Z[ recovery-image] Dec 03 23:09:20.591 INFO O| Dec 03 23:09:20.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
56672024-12-03T23:09:21.433Z[ recovery-image] Dec 03 23:09:20.591 INFO O| Dec 03 23:09:20.591 INFO STEP 460 (remove_files) COMPLETE
56682024-12-03T23:09:21.434Z[ recovery-image] Dec 03 23:09:20.591 INFO O| Dec 03 23:09:20.591 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56692024-12-03T23:09:21.441Z[ recovery-image] Dec 03 23:09:20.600 INFO O| Dec 03 23:09:20.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
56702024-12-03T23:09:21.441Z[ recovery-image] Dec 03 23:09:20.600 INFO O| Dec 03 23:09:20.600 INFO STEP 461 (remove_files) COMPLETE
56712024-12-03T23:09:21.441Z[ recovery-image] Dec 03 23:09:20.600 INFO O| Dec 03 23:09:20.600 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56722024-12-03T23:09:21.449Z[ recovery-image] Dec 03 23:09:20.609 INFO O| Dec 03 23:09:20.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
56732024-12-03T23:09:21.455Z[ recovery-image] Dec 03 23:09:20.610 INFO O| Dec 03 23:09:20.609 INFO STEP 462 (remove_files) COMPLETE
56742024-12-03T23:09:21.455Z[ recovery-image] Dec 03 23:09:20.610 INFO O| Dec 03 23:09:20.609 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56752024-12-03T23:09:21.459Z[ recovery-image] Dec 03 23:09:20.619 INFO O| Dec 03 23:09:20.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
56762024-12-03T23:09:21.459Z[ recovery-image] Dec 03 23:09:20.619 INFO O| Dec 03 23:09:20.619 INFO STEP 463 (remove_files) COMPLETE
56772024-12-03T23:09:21.459Z[ recovery-image] Dec 03 23:09:20.619 INFO O| Dec 03 23:09:20.619 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56782024-12-03T23:09:21.469Z[ recovery-image] Dec 03 23:09:20.628 INFO O| Dec 03 23:09:20.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
56792024-12-03T23:09:21.469Z[ recovery-image] Dec 03 23:09:20.628 INFO O| Dec 03 23:09:20.628 INFO STEP 464 (remove_files) COMPLETE
56802024-12-03T23:09:21.489Z[ recovery-image] Dec 03 23:09:20.628 INFO O| Dec 03 23:09:20.628 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56812024-12-03T23:09:21.489Z[ recovery-image] Dec 03 23:09:20.637 INFO O| Dec 03 23:09:20.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
56822024-12-03T23:09:21.489Z[ recovery-image] Dec 03 23:09:20.637 INFO O| Dec 03 23:09:20.637 INFO STEP 465 (remove_files) COMPLETE
56832024-12-03T23:09:21.490Z[ recovery-image] Dec 03 23:09:20.637 INFO O| Dec 03 23:09:20.637 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56842024-12-03T23:09:21.490Z[ recovery-image] Dec 03 23:09:20.647 INFO O| Dec 03 23:09:20.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
56852024-12-03T23:09:21.490Z[ recovery-image] Dec 03 23:09:20.647 INFO O| Dec 03 23:09:20.647 INFO STEP 466 (remove_files) COMPLETE
56862024-12-03T23:09:21.490Z[ recovery-image] Dec 03 23:09:20.647 INFO O| Dec 03 23:09:20.647 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56872024-12-03T23:09:21.497Z[ recovery-image] Dec 03 23:09:20.656 INFO O| Dec 03 23:09:20.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
56882024-12-03T23:09:21.499Z[ recovery-image] Dec 03 23:09:20.656 INFO O| Dec 03 23:09:20.656 INFO STEP 467 (remove_files) COMPLETE
56892024-12-03T23:09:21.499Z[ recovery-image] Dec 03 23:09:20.656 INFO O| Dec 03 23:09:20.656 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56902024-12-03T23:09:21.503Z[ recovery-image] Dec 03 23:09:20.665 INFO O| Dec 03 23:09:20.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
56912024-12-03T23:09:21.503Z[ recovery-image] Dec 03 23:09:20.665 INFO O| Dec 03 23:09:20.665 INFO STEP 468 (remove_files) COMPLETE
56922024-12-03T23:09:21.503Z[ recovery-image] Dec 03 23:09:20.665 INFO O| Dec 03 23:09:20.665 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56932024-12-03T23:09:21.512Z[ recovery-image] Dec 03 23:09:20.674 INFO O| Dec 03 23:09:20.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
56942024-12-03T23:09:21.512Z[ recovery-image] Dec 03 23:09:20.674 INFO O| Dec 03 23:09:20.674 INFO STEP 469 (remove_files) COMPLETE
56952024-12-03T23:09:21.512Z[ recovery-image] Dec 03 23:09:20.674 INFO O| Dec 03 23:09:20.674 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56962024-12-03T23:09:21.521Z[ recovery-image] Dec 03 23:09:20.683 INFO O| Dec 03 23:09:20.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
56972024-12-03T23:09:21.521Z[ recovery-image] Dec 03 23:09:20.683 INFO O| Dec 03 23:09:20.683 INFO STEP 470 (remove_files) COMPLETE
56982024-12-03T23:09:21.521Z[ recovery-image] Dec 03 23:09:20.683 INFO O| Dec 03 23:09:20.683 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56992024-12-03T23:09:21.531Z[ recovery-image] Dec 03 23:09:20.692 INFO O| Dec 03 23:09:20.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
57002024-12-03T23:09:21.531Z[ recovery-image] Dec 03 23:09:20.693 INFO O| Dec 03 23:09:20.693 INFO STEP 471 (remove_files) COMPLETE
57012024-12-03T23:09:21.531Z[ recovery-image] Dec 03 23:09:20.693 INFO O| Dec 03 23:09:20.693 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57022024-12-03T23:09:21.540Z[ recovery-image] Dec 03 23:09:20.702 INFO O| Dec 03 23:09:20.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
57032024-12-03T23:09:21.540Z[ recovery-image] Dec 03 23:09:20.702 INFO O| Dec 03 23:09:20.702 INFO STEP 472 (remove_files) COMPLETE
57042024-12-03T23:09:21.546Z[ recovery-image] Dec 03 23:09:20.702 INFO O| Dec 03 23:09:20.702 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57052024-12-03T23:09:21.550Z[ recovery-image] Dec 03 23:09:20.711 INFO O| Dec 03 23:09:20.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
57062024-12-03T23:09:21.550Z[ recovery-image] Dec 03 23:09:20.711 INFO O| Dec 03 23:09:20.711 INFO STEP 473 (remove_files) COMPLETE
57072024-12-03T23:09:21.550Z[ recovery-image] Dec 03 23:09:20.711 INFO O| Dec 03 23:09:20.711 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57082024-12-03T23:09:21.560Z[ recovery-image] Dec 03 23:09:20.720 INFO O| Dec 03 23:09:20.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
57092024-12-03T23:09:21.563Z[ recovery-image] Dec 03 23:09:20.720 INFO O| Dec 03 23:09:20.720 INFO STEP 474 (remove_files) COMPLETE
57102024-12-03T23:09:21.563Z[ recovery-image] Dec 03 23:09:20.720 INFO O| Dec 03 23:09:20.720 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57112024-12-03T23:09:21.567Z[ recovery-image] Dec 03 23:09:20.729 INFO O| Dec 03 23:09:20.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
57122024-12-03T23:09:21.570Z[ recovery-image] Dec 03 23:09:20.729 INFO O| Dec 03 23:09:20.729 INFO STEP 475 (remove_files) COMPLETE
57132024-12-03T23:09:21.570Z[ recovery-image] Dec 03 23:09:20.729 INFO O| Dec 03 23:09:20.729 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57142024-12-03T23:09:21.576Z[ recovery-image] Dec 03 23:09:20.739 INFO O| Dec 03 23:09:20.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
57152024-12-03T23:09:21.576Z[ recovery-image] Dec 03 23:09:20.739 INFO O| Dec 03 23:09:20.739 INFO STEP 476 (remove_files) COMPLETE
57162024-12-03T23:09:21.580Z[ recovery-image] Dec 03 23:09:20.739 INFO O| Dec 03 23:09:20.739 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57172024-12-03T23:09:21.586Z[ recovery-image] Dec 03 23:09:20.748 INFO O| Dec 03 23:09:20.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
57182024-12-03T23:09:21.589Z[ recovery-image] Dec 03 23:09:20.748 INFO O| Dec 03 23:09:20.748 INFO STEP 477 (remove_files) COMPLETE
57192024-12-03T23:09:21.589Z[ recovery-image] Dec 03 23:09:20.748 INFO O| Dec 03 23:09:20.748 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57202024-12-03T23:09:21.595Z[ recovery-image] Dec 03 23:09:20.757 INFO O| Dec 03 23:09:20.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
57212024-12-03T23:09:21.595Z[ recovery-image] Dec 03 23:09:20.757 INFO O| Dec 03 23:09:20.757 INFO STEP 478 (remove_files) COMPLETE
57222024-12-03T23:09:21.598Z[ recovery-image] Dec 03 23:09:20.757 INFO O| Dec 03 23:09:20.757 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57232024-12-03T23:09:21.604Z[ recovery-image] Dec 03 23:09:20.766 INFO O| Dec 03 23:09:20.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
57242024-12-03T23:09:21.604Z[ recovery-image] Dec 03 23:09:20.766 INFO O| Dec 03 23:09:20.766 INFO STEP 479 (remove_files) COMPLETE
57252024-12-03T23:09:21.604Z[ recovery-image] Dec 03 23:09:20.766 INFO O| Dec 03 23:09:20.766 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57262024-12-03T23:09:21.614Z[ recovery-image] Dec 03 23:09:20.776 INFO O| Dec 03 23:09:20.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
57272024-12-03T23:09:21.615Z[ recovery-image] Dec 03 23:09:20.776 INFO O| Dec 03 23:09:20.776 INFO STEP 480 (remove_files) COMPLETE
57282024-12-03T23:09:21.619Z[ recovery-image] Dec 03 23:09:20.776 INFO O| Dec 03 23:09:20.776 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57292024-12-03T23:09:21.623Z[ recovery-image] Dec 03 23:09:20.785 INFO O| Dec 03 23:09:20.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
57302024-12-03T23:09:21.629Z[ recovery-image] Dec 03 23:09:20.785 INFO O| Dec 03 23:09:20.785 INFO STEP 481 (remove_files) COMPLETE
57312024-12-03T23:09:21.629Z[ recovery-image] Dec 03 23:09:20.785 INFO O| Dec 03 23:09:20.785 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57322024-12-03T23:09:21.633Z[ recovery-image] Dec 03 23:09:20.794 INFO O| Dec 03 23:09:20.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
57332024-12-03T23:09:21.633Z[ recovery-image] Dec 03 23:09:20.794 INFO O| Dec 03 23:09:20.794 INFO STEP 482 (remove_files) COMPLETE
57342024-12-03T23:09:21.633Z[ recovery-image] Dec 03 23:09:20.794 INFO O| Dec 03 23:09:20.794 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57352024-12-03T23:09:21.642Z[ recovery-image] Dec 03 23:09:20.803 INFO O| Dec 03 23:09:20.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
57362024-12-03T23:09:21.644Z[ recovery-image] Dec 03 23:09:20.803 INFO O| Dec 03 23:09:20.803 INFO STEP 483 (remove_files) COMPLETE
57372024-12-03T23:09:21.644Z[ recovery-image] Dec 03 23:09:20.803 INFO O| Dec 03 23:09:20.803 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57382024-12-03T23:09:21.650Z[ recovery-image] Dec 03 23:09:20.813 INFO O| Dec 03 23:09:20.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
57392024-12-03T23:09:21.654Z[ recovery-image] Dec 03 23:09:20.813 INFO O| Dec 03 23:09:20.813 INFO STEP 484 (remove_files) COMPLETE
57402024-12-03T23:09:21.654Z[ recovery-image] Dec 03 23:09:20.813 INFO O| Dec 03 23:09:20.813 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57412024-12-03T23:09:21.660Z[ recovery-image] Dec 03 23:09:20.822 INFO O| Dec 03 23:09:20.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
57422024-12-03T23:09:21.666Z[ recovery-image] Dec 03 23:09:20.822 INFO O| Dec 03 23:09:20.822 INFO STEP 485 (remove_files) COMPLETE
57432024-12-03T23:09:21.666Z[ recovery-image] Dec 03 23:09:20.822 INFO O| Dec 03 23:09:20.822 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57442024-12-03T23:09:21.670Z[ recovery-image] Dec 03 23:09:20.831 INFO O| Dec 03 23:09:20.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
57452024-12-03T23:09:21.673Z[ recovery-image] Dec 03 23:09:20.831 INFO O| Dec 03 23:09:20.831 INFO STEP 486 (remove_files) COMPLETE
57462024-12-03T23:09:21.673Z[ recovery-image] Dec 03 23:09:20.831 INFO O| Dec 03 23:09:20.831 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57472024-12-03T23:09:21.678Z[ recovery-image] Dec 03 23:09:20.840 INFO O| Dec 03 23:09:20.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
57482024-12-03T23:09:21.678Z[ recovery-image] Dec 03 23:09:20.840 INFO O| Dec 03 23:09:20.840 INFO STEP 487 (remove_files) COMPLETE
57492024-12-03T23:09:21.681Z[ recovery-image] Dec 03 23:09:20.840 INFO O| Dec 03 23:09:20.840 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57502024-12-03T23:09:21.689Z[ recovery-image] Dec 03 23:09:20.850 INFO O| Dec 03 23:09:20.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
57512024-12-03T23:09:21.692Z[ recovery-image] Dec 03 23:09:20.850 INFO O| Dec 03 23:09:20.850 INFO STEP 488 (remove_files) COMPLETE
57522024-12-03T23:09:21.692Z[ recovery-image] Dec 03 23:09:20.850 INFO O| Dec 03 23:09:20.850 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57532024-12-03T23:09:21.697Z[ recovery-image] Dec 03 23:09:20.859 INFO O| Dec 03 23:09:20.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
57542024-12-03T23:09:21.697Z[ recovery-image] Dec 03 23:09:20.859 INFO O| Dec 03 23:09:20.859 INFO STEP 489 (remove_files) COMPLETE
57552024-12-03T23:09:21.702Z[ recovery-image] Dec 03 23:09:20.859 INFO O| Dec 03 23:09:20.859 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57562024-12-03T23:09:21.706Z[ recovery-image] Dec 03 23:09:20.868 INFO O| Dec 03 23:09:20.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
57572024-12-03T23:09:21.706Z[ recovery-image] Dec 03 23:09:20.868 INFO O| Dec 03 23:09:20.868 INFO STEP 490 (remove_files) COMPLETE
57582024-12-03T23:09:21.710Z[ recovery-image] Dec 03 23:09:20.868 INFO O| Dec 03 23:09:20.868 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57592024-12-03T23:09:21.720Z[ recovery-image] Dec 03 23:09:20.882 INFO O| Dec 03 23:09:20.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
57602024-12-03T23:09:21.720Z[ recovery-image] Dec 03 23:09:20.882 INFO O| Dec 03 23:09:20.882 INFO STEP 491 (remove_files) COMPLETE
57612024-12-03T23:09:21.720Z[ recovery-image] Dec 03 23:09:20.882 INFO O| Dec 03 23:09:20.882 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57622024-12-03T23:09:21.742Z[ recovery-image] Dec 03 23:09:20.895 INFO O| Dec 03 23:09:20.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
57632024-12-03T23:09:21.742Z[ recovery-image] Dec 03 23:09:20.895 INFO O| Dec 03 23:09:20.895 INFO STEP 492 (remove_files) COMPLETE
57642024-12-03T23:09:21.742Z[ recovery-image] Dec 03 23:09:20.895 INFO O| Dec 03 23:09:20.895 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57652024-12-03T23:09:21.745Z[ recovery-image] Dec 03 23:09:20.906 INFO O| Dec 03 23:09:20.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
57662024-12-03T23:09:21.745Z[ recovery-image] Dec 03 23:09:20.906 INFO O| Dec 03 23:09:20.906 INFO STEP 493 (remove_files) COMPLETE
57672024-12-03T23:09:21.745Z[ recovery-image] Dec 03 23:09:20.906 INFO O| Dec 03 23:09:20.906 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57682024-12-03T23:09:21.754Z[ recovery-image] Dec 03 23:09:20.917 INFO O| Dec 03 23:09:20.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
57692024-12-03T23:09:21.754Z[ recovery-image] Dec 03 23:09:20.917 INFO O| Dec 03 23:09:20.917 INFO STEP 494 (remove_files) COMPLETE
57702024-12-03T23:09:21.759Z[ recovery-image] Dec 03 23:09:20.917 INFO O| Dec 03 23:09:20.917 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57712024-12-03T23:09:21.764Z[ recovery-image] Dec 03 23:09:20.926 INFO O| Dec 03 23:09:20.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
57722024-12-03T23:09:21.767Z[ recovery-image] Dec 03 23:09:20.926 INFO O| Dec 03 23:09:20.926 INFO STEP 495 (remove_files) COMPLETE
57732024-12-03T23:09:21.767Z[ recovery-image] Dec 03 23:09:20.926 INFO O| Dec 03 23:09:20.926 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57742024-12-03T23:09:21.773Z[ recovery-image] Dec 03 23:09:20.935 INFO O| Dec 03 23:09:20.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
57752024-12-03T23:09:21.777Z[ recovery-image] Dec 03 23:09:20.936 INFO O| Dec 03 23:09:20.936 INFO STEP 496 (remove_files) COMPLETE
57762024-12-03T23:09:21.777Z[ recovery-image] Dec 03 23:09:20.936 INFO O| Dec 03 23:09:20.936 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57772024-12-03T23:09:21.782Z[ recovery-image] Dec 03 23:09:20.945 INFO O| Dec 03 23:09:20.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
57782024-12-03T23:09:21.785Z[ recovery-image] Dec 03 23:09:20.945 INFO O| Dec 03 23:09:20.945 INFO STEP 497 (remove_files) COMPLETE
57792024-12-03T23:09:21.785Z[ recovery-image] Dec 03 23:09:20.945 INFO O| Dec 03 23:09:20.945 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57802024-12-03T23:09:21.792Z[ recovery-image] Dec 03 23:09:20.954 INFO O| Dec 03 23:09:20.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
57812024-12-03T23:09:21.796Z[ recovery-image] Dec 03 23:09:20.954 INFO O| Dec 03 23:09:20.954 INFO STEP 498 (remove_files) COMPLETE
57822024-12-03T23:09:21.796Z[ recovery-image] Dec 03 23:09:20.954 INFO O| Dec 03 23:09:20.954 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57832024-12-03T23:09:21.801Z[ recovery-image] Dec 03 23:09:20.963 INFO O| Dec 03 23:09:20.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
57842024-12-03T23:09:21.801Z[ recovery-image] Dec 03 23:09:20.963 INFO O| Dec 03 23:09:20.963 INFO STEP 499 (remove_files) COMPLETE
57852024-12-03T23:09:21.803Z[ recovery-image] Dec 03 23:09:20.963 INFO O| Dec 03 23:09:20.963 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57862024-12-03T23:09:21.810Z[ recovery-image] Dec 03 23:09:20.972 INFO O| Dec 03 23:09:20.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
57872024-12-03T23:09:21.810Z[ recovery-image] Dec 03 23:09:20.972 INFO O| Dec 03 23:09:20.972 INFO STEP 500 (remove_files) COMPLETE
57882024-12-03T23:09:21.813Z[ recovery-image] Dec 03 23:09:20.973 INFO O| Dec 03 23:09:20.972 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57892024-12-03T23:09:21.819Z[ recovery-image] Dec 03 23:09:20.982 INFO O| Dec 03 23:09:20.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
57902024-12-03T23:09:21.819Z[ recovery-image] Dec 03 23:09:20.982 INFO O| Dec 03 23:09:20.982 INFO STEP 501 (remove_files) COMPLETE
57912024-12-03T23:09:21.822Z[ recovery-image] Dec 03 23:09:20.982 INFO O| Dec 03 23:09:20.982 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57922024-12-03T23:09:21.828Z[ recovery-image] Dec 03 23:09:20.991 INFO O| Dec 03 23:09:20.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
57932024-12-03T23:09:21.828Z[ recovery-image] Dec 03 23:09:20.991 INFO O| Dec 03 23:09:20.991 INFO STEP 502 (remove_files) COMPLETE
57942024-12-03T23:09:21.831Z[ recovery-image] Dec 03 23:09:20.991 INFO O| Dec 03 23:09:20.991 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57952024-12-03T23:09:21.838Z[ recovery-image] Dec 03 23:09:21.000 INFO O| Dec 03 23:09:21.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
57962024-12-03T23:09:21.838Z[ recovery-image] Dec 03 23:09:21.000 INFO O| Dec 03 23:09:21.000 INFO STEP 503 (remove_files) COMPLETE
57972024-12-03T23:09:21.842Z[ recovery-image] Dec 03 23:09:21.000 INFO O| Dec 03 23:09:21.000 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57982024-12-03T23:09:21.847Z[ recovery-image] Dec 03 23:09:21.009 INFO O| Dec 03 23:09:21.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
57992024-12-03T23:09:21.851Z[ recovery-image] Dec 03 23:09:21.009 INFO O| Dec 03 23:09:21.009 INFO STEP 504 (remove_files) COMPLETE
58002024-12-03T23:09:21.851Z[ recovery-image] Dec 03 23:09:21.009 INFO O| Dec 03 23:09:21.009 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58012024-12-03T23:09:21.856Z[ recovery-image] Dec 03 23:09:21.018 INFO O| Dec 03 23:09:21.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
58022024-12-03T23:09:21.859Z[ recovery-image] Dec 03 23:09:21.019 INFO O| Dec 03 23:09:21.018 INFO STEP 505 (remove_files) COMPLETE
58032024-12-03T23:09:21.859Z[ recovery-image] Dec 03 23:09:21.019 INFO O| Dec 03 23:09:21.019 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58042024-12-03T23:09:21.865Z[ recovery-image] Dec 03 23:09:21.028 INFO O| Dec 03 23:09:21.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
58052024-12-03T23:09:21.868Z[ recovery-image] Dec 03 23:09:21.028 INFO O| Dec 03 23:09:21.028 INFO STEP 506 (remove_files) COMPLETE
58062024-12-03T23:09:21.868Z[ recovery-image] Dec 03 23:09:21.028 INFO O| Dec 03 23:09:21.028 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58072024-12-03T23:09:21.878Z[ recovery-image] Dec 03 23:09:21.038 INFO O| Dec 03 23:09:21.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
58082024-12-03T23:09:21.878Z[ recovery-image] Dec 03 23:09:21.038 INFO O| Dec 03 23:09:21.038 INFO STEP 507 (remove_files) COMPLETE
58092024-12-03T23:09:21.881Z[ recovery-image] Dec 03 23:09:21.038 INFO O| Dec 03 23:09:21.038 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58102024-12-03T23:09:21.884Z[ recovery-image] Dec 03 23:09:21.047 INFO O| Dec 03 23:09:21.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
58112024-12-03T23:09:21.887Z[ recovery-image] Dec 03 23:09:21.047 INFO O| Dec 03 23:09:21.047 INFO STEP 508 (remove_files) COMPLETE
58122024-12-03T23:09:21.887Z[ recovery-image] Dec 03 23:09:21.047 INFO O| Dec 03 23:09:21.047 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58132024-12-03T23:09:21.896Z[ recovery-image] Dec 03 23:09:21.056 INFO O| Dec 03 23:09:21.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
58142024-12-03T23:09:21.899Z[ recovery-image] Dec 03 23:09:21.056 INFO O| Dec 03 23:09:21.056 INFO STEP 509 (remove_files) COMPLETE
58152024-12-03T23:09:21.899Z[ recovery-image] Dec 03 23:09:21.056 INFO O| Dec 03 23:09:21.056 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58162024-12-03T23:09:21.903Z[ recovery-image] Dec 03 23:09:21.065 INFO O| Dec 03 23:09:21.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
58172024-12-03T23:09:21.903Z[ recovery-image] Dec 03 23:09:21.065 INFO O| Dec 03 23:09:21.065 INFO STEP 510 (remove_files) COMPLETE
58182024-12-03T23:09:21.905Z[ recovery-image] Dec 03 23:09:21.065 INFO O| Dec 03 23:09:21.065 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58192024-12-03T23:09:21.912Z[ recovery-image] Dec 03 23:09:21.074 INFO O| Dec 03 23:09:21.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
58202024-12-03T23:09:21.914Z[ recovery-image] Dec 03 23:09:21.074 INFO O| Dec 03 23:09:21.074 INFO STEP 511 (remove_files) COMPLETE
58212024-12-03T23:09:21.915Z[ recovery-image] Dec 03 23:09:21.074 INFO O| Dec 03 23:09:21.074 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58222024-12-03T23:09:21.923Z[ recovery-image] Dec 03 23:09:21.083 INFO O| Dec 03 23:09:21.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
58232024-12-03T23:09:21.923Z[ recovery-image] Dec 03 23:09:21.083 INFO O| Dec 03 23:09:21.083 INFO STEP 512 (remove_files) COMPLETE
58242024-12-03T23:09:21.929Z[ recovery-image] Dec 03 23:09:21.083 INFO O| Dec 03 23:09:21.083 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58252024-12-03T23:09:21.933Z[ recovery-image] Dec 03 23:09:21.093 INFO O| Dec 03 23:09:21.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
58262024-12-03T23:09:21.933Z[ recovery-image] Dec 03 23:09:21.093 INFO O| Dec 03 23:09:21.093 INFO STEP 513 (remove_files) COMPLETE
58272024-12-03T23:09:21.933Z[ recovery-image] Dec 03 23:09:21.093 INFO O| Dec 03 23:09:21.093 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58282024-12-03T23:09:21.940Z[ recovery-image] Dec 03 23:09:21.102 INFO O| Dec 03 23:09:21.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
58292024-12-03T23:09:21.940Z[ recovery-image] Dec 03 23:09:21.102 INFO O| Dec 03 23:09:21.102 INFO STEP 514 (remove_files) COMPLETE
58302024-12-03T23:09:21.943Z[ recovery-image] Dec 03 23:09:21.102 INFO O| Dec 03 23:09:21.102 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58312024-12-03T23:09:21.943Z[ host-image] Dec 03 23:09:21.104 INFO O| Dec 03 23:09:21.104 INFO O| Download: 67/116 items 1.1/1.4MB 74% complete (966k/s)
58322024-12-03T23:09:21.949Z[ recovery-image] Dec 03 23:09:21.111 INFO O| Dec 03 23:09:21.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
58332024-12-03T23:09:21.952Z[ recovery-image] Dec 03 23:09:21.111 INFO O| Dec 03 23:09:21.111 INFO STEP 515 (remove_files) COMPLETE
58342024-12-03T23:09:21.952Z[ recovery-image] Dec 03 23:09:21.111 INFO O| Dec 03 23:09:21.111 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58352024-12-03T23:09:21.958Z[ recovery-image] Dec 03 23:09:21.120 INFO O| Dec 03 23:09:21.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
58362024-12-03T23:09:21.961Z[ recovery-image] Dec 03 23:09:21.120 INFO O| Dec 03 23:09:21.120 INFO STEP 516 (remove_files) COMPLETE
58372024-12-03T23:09:21.961Z[ recovery-image] Dec 03 23:09:21.120 INFO O| Dec 03 23:09:21.120 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58382024-12-03T23:09:21.968Z[ recovery-image] Dec 03 23:09:21.129 INFO O| Dec 03 23:09:21.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
58392024-12-03T23:09:21.968Z[ recovery-image] Dec 03 23:09:21.130 INFO O| Dec 03 23:09:21.130 INFO STEP 517 (remove_files) COMPLETE
58402024-12-03T23:09:21.968Z[ recovery-image] Dec 03 23:09:21.130 INFO O| Dec 03 23:09:21.130 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58412024-12-03T23:09:21.977Z[ recovery-image] Dec 03 23:09:21.139 INFO O| Dec 03 23:09:21.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
58422024-12-03T23:09:21.980Z[ recovery-image] Dec 03 23:09:21.139 INFO O| Dec 03 23:09:21.139 INFO STEP 518 (remove_files) COMPLETE
58432024-12-03T23:09:21.980Z[ recovery-image] Dec 03 23:09:21.139 INFO O| Dec 03 23:09:21.139 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58442024-12-03T23:09:21.985Z[ recovery-image] Dec 03 23:09:21.148 INFO O| Dec 03 23:09:21.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
58452024-12-03T23:09:21.986Z[ recovery-image] Dec 03 23:09:21.148 INFO O| Dec 03 23:09:21.148 INFO STEP 519 (remove_files) COMPLETE
58462024-12-03T23:09:21.986Z[ recovery-image] Dec 03 23:09:21.148 INFO O| Dec 03 23:09:21.148 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58472024-12-03T23:09:21.995Z[ recovery-image] Dec 03 23:09:21.157 INFO O| Dec 03 23:09:21.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
58482024-12-03T23:09:21.997Z[ recovery-image] Dec 03 23:09:21.157 INFO O| Dec 03 23:09:21.157 INFO STEP 520 (remove_files) COMPLETE
58492024-12-03T23:09:21.997Z[ recovery-image] Dec 03 23:09:21.157 INFO O| Dec 03 23:09:21.157 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58502024-12-03T23:09:22.004Z[ recovery-image] Dec 03 23:09:21.166 INFO O| Dec 03 23:09:21.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
58512024-12-03T23:09:22.004Z[ recovery-image] Dec 03 23:09:21.166 INFO O| Dec 03 23:09:21.166 INFO STEP 521 (remove_files) COMPLETE
58522024-12-03T23:09:22.004Z[ recovery-image] Dec 03 23:09:21.166 INFO O| Dec 03 23:09:21.166 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58532024-12-03T23:09:22.013Z[ recovery-image] Dec 03 23:09:21.175 INFO O| Dec 03 23:09:21.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
58542024-12-03T23:09:22.013Z[ recovery-image] Dec 03 23:09:21.175 INFO O| Dec 03 23:09:21.175 INFO STEP 522 (remove_files) COMPLETE
58552024-12-03T23:09:22.013Z[ recovery-image] Dec 03 23:09:21.175 INFO O| Dec 03 23:09:21.175 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58562024-12-03T23:09:22.022Z[ recovery-image] Dec 03 23:09:21.184 INFO O| Dec 03 23:09:21.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
58572024-12-03T23:09:22.022Z[ recovery-image] Dec 03 23:09:21.184 INFO O| Dec 03 23:09:21.184 INFO STEP 523 (remove_files) COMPLETE
58582024-12-03T23:09:22.025Z[ recovery-image] Dec 03 23:09:21.184 INFO O| Dec 03 23:09:21.184 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58592024-12-03T23:09:22.031Z[ recovery-image] Dec 03 23:09:21.193 INFO O| Dec 03 23:09:21.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
58602024-12-03T23:09:22.031Z[ recovery-image] Dec 03 23:09:21.193 INFO O| Dec 03 23:09:21.193 INFO STEP 524 (remove_files) COMPLETE
58612024-12-03T23:09:22.035Z[ recovery-image] Dec 03 23:09:21.193 INFO O| Dec 03 23:09:21.193 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58622024-12-03T23:09:22.040Z[ recovery-image] Dec 03 23:09:21.202 INFO O| Dec 03 23:09:21.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
58632024-12-03T23:09:22.040Z[ recovery-image] Dec 03 23:09:21.203 INFO O| Dec 03 23:09:21.202 INFO STEP 525 (remove_files) COMPLETE
58642024-12-03T23:09:22.040Z[ recovery-image] Dec 03 23:09:21.203 INFO O| Dec 03 23:09:21.203 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58652024-12-03T23:09:22.049Z[ recovery-image] Dec 03 23:09:21.212 INFO O| Dec 03 23:09:21.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
58662024-12-03T23:09:22.049Z[ recovery-image] Dec 03 23:09:21.212 INFO O| Dec 03 23:09:21.212 INFO STEP 526 (remove_files) COMPLETE
58672024-12-03T23:09:22.051Z[ recovery-image] Dec 03 23:09:21.212 INFO O| Dec 03 23:09:21.212 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58682024-12-03T23:09:22.059Z[ recovery-image] Dec 03 23:09:21.221 INFO O| Dec 03 23:09:21.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
58692024-12-03T23:09:22.059Z[ recovery-image] Dec 03 23:09:21.221 INFO O| Dec 03 23:09:21.221 INFO STEP 527 (remove_files) COMPLETE
58702024-12-03T23:09:22.059Z[ recovery-image] Dec 03 23:09:21.221 INFO O| Dec 03 23:09:21.221 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58712024-12-03T23:09:22.068Z[ recovery-image] Dec 03 23:09:21.230 INFO O| Dec 03 23:09:21.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
58722024-12-03T23:09:22.068Z[ recovery-image] Dec 03 23:09:21.230 INFO O| Dec 03 23:09:21.230 INFO STEP 528 (remove_files) COMPLETE
58732024-12-03T23:09:22.068Z[ recovery-image] Dec 03 23:09:21.230 INFO O| Dec 03 23:09:21.230 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58742024-12-03T23:09:22.077Z[ recovery-image] Dec 03 23:09:21.239 INFO O| Dec 03 23:09:21.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
58752024-12-03T23:09:22.077Z[ recovery-image] Dec 03 23:09:21.239 INFO O| Dec 03 23:09:21.239 INFO STEP 529 (remove_files) COMPLETE
58762024-12-03T23:09:22.080Z[ recovery-image] Dec 03 23:09:21.239 INFO O| Dec 03 23:09:21.239 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58772024-12-03T23:09:22.086Z[ recovery-image] Dec 03 23:09:21.248 INFO O| Dec 03 23:09:21.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
58782024-12-03T23:09:22.086Z[ recovery-image] Dec 03 23:09:21.249 INFO O| Dec 03 23:09:21.248 INFO STEP 530 (remove_files) COMPLETE
58792024-12-03T23:09:22.089Z[ recovery-image] Dec 03 23:09:21.249 INFO O| Dec 03 23:09:21.249 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58802024-12-03T23:09:22.095Z[ recovery-image] Dec 03 23:09:21.258 INFO O| Dec 03 23:09:21.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
58812024-12-03T23:09:22.095Z[ recovery-image] Dec 03 23:09:21.258 INFO O| Dec 03 23:09:21.258 INFO STEP 531 (remove_files) COMPLETE
58822024-12-03T23:09:22.095Z[ recovery-image] Dec 03 23:09:21.258 INFO O| Dec 03 23:09:21.258 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58832024-12-03T23:09:22.115Z[ recovery-image] Dec 03 23:09:21.267 INFO O| Dec 03 23:09:21.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
58842024-12-03T23:09:22.117Z[ recovery-image] Dec 03 23:09:21.267 INFO O| Dec 03 23:09:21.267 INFO STEP 532 (remove_files) COMPLETE
58852024-12-03T23:09:22.117Z[ recovery-image] Dec 03 23:09:21.267 INFO O| Dec 03 23:09:21.267 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58862024-12-03T23:09:22.117Z[ recovery-image] Dec 03 23:09:21.276 INFO O| Dec 03 23:09:21.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
58872024-12-03T23:09:22.117Z[ recovery-image] Dec 03 23:09:21.276 INFO O| Dec 03 23:09:21.276 INFO STEP 533 (remove_files) COMPLETE
58882024-12-03T23:09:22.117Z[ recovery-image] Dec 03 23:09:21.276 INFO O| Dec 03 23:09:21.276 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58892024-12-03T23:09:22.123Z[ recovery-image] Dec 03 23:09:21.285 INFO O| Dec 03 23:09:21.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
58902024-12-03T23:09:22.125Z[ recovery-image] Dec 03 23:09:21.285 INFO O| Dec 03 23:09:21.285 INFO STEP 534 (remove_files) COMPLETE
58912024-12-03T23:09:22.126Z[ recovery-image] Dec 03 23:09:21.285 INFO O| Dec 03 23:09:21.285 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58922024-12-03T23:09:22.132Z[ recovery-image] Dec 03 23:09:21.294 INFO O| Dec 03 23:09:21.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
58932024-12-03T23:09:22.132Z[ recovery-image] Dec 03 23:09:21.294 INFO O| Dec 03 23:09:21.294 INFO STEP 535 (remove_files) COMPLETE
58942024-12-03T23:09:22.137Z[ recovery-image] Dec 03 23:09:21.294 INFO O| Dec 03 23:09:21.294 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58952024-12-03T23:09:22.142Z[ recovery-image] Dec 03 23:09:21.303 INFO O| Dec 03 23:09:21.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
58962024-12-03T23:09:22.144Z[ recovery-image] Dec 03 23:09:21.304 INFO O| Dec 03 23:09:21.303 INFO STEP 536 (remove_files) COMPLETE
58972024-12-03T23:09:22.144Z[ recovery-image] Dec 03 23:09:21.304 INFO O| Dec 03 23:09:21.304 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58982024-12-03T23:09:22.152Z[ recovery-image] Dec 03 23:09:21.313 INFO O| Dec 03 23:09:21.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
58992024-12-03T23:09:22.152Z[ recovery-image] Dec 03 23:09:21.313 INFO O| Dec 03 23:09:21.313 INFO STEP 537 (remove_files) COMPLETE
59002024-12-03T23:09:22.154Z[ recovery-image] Dec 03 23:09:21.313 INFO O| Dec 03 23:09:21.313 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59012024-12-03T23:09:22.159Z[ recovery-image] Dec 03 23:09:21.322 INFO O| Dec 03 23:09:21.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
59022024-12-03T23:09:22.162Z[ recovery-image] Dec 03 23:09:21.322 INFO O| Dec 03 23:09:21.322 INFO STEP 538 (remove_files) COMPLETE
59032024-12-03T23:09:22.162Z[ recovery-image] Dec 03 23:09:21.322 INFO O| Dec 03 23:09:21.322 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59042024-12-03T23:09:22.169Z[ recovery-image] Dec 03 23:09:21.331 INFO O| Dec 03 23:09:21.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
59052024-12-03T23:09:22.169Z[ recovery-image] Dec 03 23:09:21.331 INFO O| Dec 03 23:09:21.331 INFO STEP 539 (remove_files) COMPLETE
59062024-12-03T23:09:22.172Z[ recovery-image] Dec 03 23:09:21.331 INFO O| Dec 03 23:09:21.331 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59072024-12-03T23:09:22.178Z[ recovery-image] Dec 03 23:09:21.340 INFO O| Dec 03 23:09:21.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
59082024-12-03T23:09:22.182Z[ recovery-image] Dec 03 23:09:21.340 INFO O| Dec 03 23:09:21.340 INFO STEP 540 (remove_files) COMPLETE
59092024-12-03T23:09:22.182Z[ recovery-image] Dec 03 23:09:21.340 INFO O| Dec 03 23:09:21.340 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59102024-12-03T23:09:22.188Z[ recovery-image] Dec 03 23:09:21.349 INFO O| Dec 03 23:09:21.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
59112024-12-03T23:09:22.191Z[ recovery-image] Dec 03 23:09:21.349 INFO O| Dec 03 23:09:21.349 INFO STEP 541 (remove_files) COMPLETE
59122024-12-03T23:09:22.191Z[ recovery-image] Dec 03 23:09:21.349 INFO O| Dec 03 23:09:21.349 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59132024-12-03T23:09:22.196Z[ recovery-image] Dec 03 23:09:21.359 INFO O| Dec 03 23:09:21.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
59142024-12-03T23:09:22.199Z[ recovery-image] Dec 03 23:09:21.359 INFO O| Dec 03 23:09:21.359 INFO STEP 542 (remove_files) COMPLETE
59152024-12-03T23:09:22.199Z[ recovery-image] Dec 03 23:09:21.359 INFO O| Dec 03 23:09:21.359 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59162024-12-03T23:09:22.205Z[ recovery-image] Dec 03 23:09:21.368 INFO O| Dec 03 23:09:21.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
59172024-12-03T23:09:22.205Z[ recovery-image] Dec 03 23:09:21.368 INFO O| Dec 03 23:09:21.368 INFO STEP 543 (remove_files) COMPLETE
59182024-12-03T23:09:22.205Z[ recovery-image] Dec 03 23:09:21.368 INFO O| Dec 03 23:09:21.368 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59192024-12-03T23:09:22.215Z[ recovery-image] Dec 03 23:09:21.377 INFO O| Dec 03 23:09:21.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
59202024-12-03T23:09:22.215Z[ recovery-image] Dec 03 23:09:21.377 INFO O| Dec 03 23:09:21.377 INFO STEP 544 (remove_files) COMPLETE
59212024-12-03T23:09:22.215Z[ recovery-image] Dec 03 23:09:21.377 INFO O| Dec 03 23:09:21.377 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59222024-12-03T23:09:22.224Z[ recovery-image] Dec 03 23:09:21.386 INFO O| Dec 03 23:09:21.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
59232024-12-03T23:09:22.224Z[ recovery-image] Dec 03 23:09:21.386 INFO O| Dec 03 23:09:21.386 INFO STEP 545 (remove_files) COMPLETE
59242024-12-03T23:09:22.226Z[ recovery-image] Dec 03 23:09:21.386 INFO O| Dec 03 23:09:21.386 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59252024-12-03T23:09:22.234Z[ recovery-image] Dec 03 23:09:21.395 INFO O| Dec 03 23:09:21.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
59262024-12-03T23:09:22.234Z[ recovery-image] Dec 03 23:09:21.395 INFO O| Dec 03 23:09:21.395 INFO STEP 546 (remove_files) COMPLETE
59272024-12-03T23:09:22.237Z[ recovery-image] Dec 03 23:09:21.395 INFO O| Dec 03 23:09:21.395 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59282024-12-03T23:09:22.242Z[ recovery-image] Dec 03 23:09:21.404 INFO O| Dec 03 23:09:21.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
59292024-12-03T23:09:22.242Z[ recovery-image] Dec 03 23:09:21.405 INFO O| Dec 03 23:09:21.404 INFO STEP 547 (remove_files) COMPLETE
59302024-12-03T23:09:22.242Z[ recovery-image] Dec 03 23:09:21.405 INFO O| Dec 03 23:09:21.404 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59312024-12-03T23:09:22.251Z[ recovery-image] Dec 03 23:09:21.414 INFO O| Dec 03 23:09:21.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
59322024-12-03T23:09:22.256Z[ recovery-image] Dec 03 23:09:21.414 INFO O| Dec 03 23:09:21.414 INFO STEP 548 (remove_files) COMPLETE
59332024-12-03T23:09:22.256Z[ recovery-image] Dec 03 23:09:21.414 INFO O| Dec 03 23:09:21.414 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59342024-12-03T23:09:22.260Z[ recovery-image] Dec 03 23:09:21.423 INFO O| Dec 03 23:09:21.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
59352024-12-03T23:09:22.261Z[ recovery-image] Dec 03 23:09:21.423 INFO O| Dec 03 23:09:21.423 INFO STEP 549 (remove_files) COMPLETE
59362024-12-03T23:09:22.265Z[ recovery-image] Dec 03 23:09:21.423 INFO O| Dec 03 23:09:21.423 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59372024-12-03T23:09:22.270Z[ recovery-image] Dec 03 23:09:21.432 INFO O| Dec 03 23:09:21.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
59382024-12-03T23:09:22.272Z[ recovery-image] Dec 03 23:09:21.432 INFO O| Dec 03 23:09:21.432 INFO STEP 550 (remove_files) COMPLETE
59392024-12-03T23:09:22.273Z[ recovery-image] Dec 03 23:09:21.432 INFO O| Dec 03 23:09:21.432 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59402024-12-03T23:09:22.280Z[ recovery-image] Dec 03 23:09:21.441 INFO O| Dec 03 23:09:21.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
59412024-12-03T23:09:22.280Z[ recovery-image] Dec 03 23:09:21.441 INFO O| Dec 03 23:09:21.441 INFO STEP 551 (remove_files) COMPLETE
59422024-12-03T23:09:22.280Z[ recovery-image] Dec 03 23:09:21.441 INFO O| Dec 03 23:09:21.441 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59432024-12-03T23:09:22.288Z[ recovery-image] Dec 03 23:09:21.450 INFO O| Dec 03 23:09:21.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
59442024-12-03T23:09:22.288Z[ recovery-image] Dec 03 23:09:21.450 INFO O| Dec 03 23:09:21.450 INFO STEP 552 (remove_files) COMPLETE
59452024-12-03T23:09:22.288Z[ recovery-image] Dec 03 23:09:21.450 INFO O| Dec 03 23:09:21.450 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59462024-12-03T23:09:22.297Z[ recovery-image] Dec 03 23:09:21.459 INFO O| Dec 03 23:09:21.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
59472024-12-03T23:09:22.297Z[ recovery-image] Dec 03 23:09:21.459 INFO O| Dec 03 23:09:21.459 INFO STEP 553 (remove_files) COMPLETE
59482024-12-03T23:09:22.333Z[ recovery-image] Dec 03 23:09:21.459 INFO O| Dec 03 23:09:21.459 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59492024-12-03T23:09:22.333Z[ recovery-image] Dec 03 23:09:21.468 INFO O| Dec 03 23:09:21.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
59502024-12-03T23:09:22.333Z[ recovery-image] Dec 03 23:09:21.469 INFO O| Dec 03 23:09:21.469 INFO STEP 554 (remove_files) COMPLETE
59512024-12-03T23:09:22.333Z[ recovery-image] Dec 03 23:09:21.469 INFO O| Dec 03 23:09:21.469 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59522024-12-03T23:09:22.362Z[ recovery-image] Dec 03 23:09:21.478 INFO O| Dec 03 23:09:21.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
59532024-12-03T23:09:22.362Z[ recovery-image] Dec 03 23:09:21.478 INFO O| Dec 03 23:09:21.478 INFO STEP 555 (remove_files) COMPLETE
59542024-12-03T23:09:22.362Z[ recovery-image] Dec 03 23:09:21.478 INFO O| Dec 03 23:09:21.478 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59552024-12-03T23:09:22.362Z[ recovery-image] Dec 03 23:09:21.487 INFO O| Dec 03 23:09:21.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
59562024-12-03T23:09:22.362Z[ recovery-image] Dec 03 23:09:21.487 INFO O| Dec 03 23:09:21.487 INFO STEP 556 (remove_files) COMPLETE
59572024-12-03T23:09:22.362Z[ recovery-image] Dec 03 23:09:21.487 INFO O| Dec 03 23:09:21.487 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59582024-12-03T23:09:22.362Z[ recovery-image] Dec 03 23:09:21.496 INFO O| Dec 03 23:09:21.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
59592024-12-03T23:09:22.362Z[ recovery-image] Dec 03 23:09:21.496 INFO O| Dec 03 23:09:21.496 INFO STEP 557 (remove_files) COMPLETE
59602024-12-03T23:09:22.362Z[ recovery-image] Dec 03 23:09:21.496 INFO O| Dec 03 23:09:21.496 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59612024-12-03T23:09:22.362Z[ recovery-image] Dec 03 23:09:21.505 INFO O| Dec 03 23:09:21.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
59622024-12-03T23:09:22.362Z[ recovery-image] Dec 03 23:09:21.505 INFO O| Dec 03 23:09:21.505 INFO STEP 558 (remove_files) COMPLETE
59632024-12-03T23:09:22.362Z[ recovery-image] Dec 03 23:09:21.505 INFO O| Dec 03 23:09:21.505 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59642024-12-03T23:09:22.367Z[ recovery-image] Dec 03 23:09:21.514 INFO O| Dec 03 23:09:21.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
59652024-12-03T23:09:22.367Z[ recovery-image] Dec 03 23:09:21.514 INFO O| Dec 03 23:09:21.514 INFO STEP 559 (remove_files) COMPLETE
59662024-12-03T23:09:22.367Z[ recovery-image] Dec 03 23:09:21.514 INFO O| Dec 03 23:09:21.514 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59672024-12-03T23:09:22.367Z[ recovery-image] Dec 03 23:09:21.523 INFO O| Dec 03 23:09:21.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
59682024-12-03T23:09:22.368Z[ recovery-image] Dec 03 23:09:21.523 INFO O| Dec 03 23:09:21.523 INFO STEP 560 (remove_files) COMPLETE
59692024-12-03T23:09:22.368Z[ recovery-image] Dec 03 23:09:21.523 INFO O| Dec 03 23:09:21.523 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59702024-12-03T23:09:22.371Z[ recovery-image] Dec 03 23:09:21.532 INFO O| Dec 03 23:09:21.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
59712024-12-03T23:09:22.372Z[ recovery-image] Dec 03 23:09:21.532 INFO O| Dec 03 23:09:21.532 INFO STEP 561 (remove_files) COMPLETE
59722024-12-03T23:09:22.372Z[ recovery-image] Dec 03 23:09:21.532 INFO O| Dec 03 23:09:21.532 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59732024-12-03T23:09:22.379Z[ recovery-image] Dec 03 23:09:21.542 INFO O| Dec 03 23:09:21.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
59742024-12-03T23:09:22.391Z[ recovery-image] Dec 03 23:09:21.542 INFO O| Dec 03 23:09:21.542 INFO STEP 562 (remove_files) COMPLETE
59752024-12-03T23:09:22.391Z[ recovery-image] Dec 03 23:09:21.542 INFO O| Dec 03 23:09:21.542 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59762024-12-03T23:09:22.391Z[ recovery-image] Dec 03 23:09:21.551 INFO O| Dec 03 23:09:21.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
59772024-12-03T23:09:22.391Z[ recovery-image] Dec 03 23:09:21.551 INFO O| Dec 03 23:09:21.551 INFO STEP 563 (remove_files) COMPLETE
59782024-12-03T23:09:22.392Z[ recovery-image] Dec 03 23:09:21.551 INFO O| Dec 03 23:09:21.551 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59792024-12-03T23:09:22.405Z[ recovery-image] Dec 03 23:09:21.561 INFO O| Dec 03 23:09:21.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
59802024-12-03T23:09:22.405Z[ recovery-image] Dec 03 23:09:21.561 INFO O| Dec 03 23:09:21.561 INFO STEP 564 (remove_files) COMPLETE
59812024-12-03T23:09:22.408Z[ recovery-image] Dec 03 23:09:21.561 INFO O| Dec 03 23:09:21.561 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59822024-12-03T23:09:22.411Z[ recovery-image] Dec 03 23:09:21.570 INFO O| Dec 03 23:09:21.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
59832024-12-03T23:09:22.411Z[ recovery-image] Dec 03 23:09:21.570 INFO O| Dec 03 23:09:21.570 INFO STEP 565 (remove_files) COMPLETE
59842024-12-03T23:09:22.411Z[ recovery-image] Dec 03 23:09:21.570 INFO O| Dec 03 23:09:21.570 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59852024-12-03T23:09:22.426Z[ recovery-image] Dec 03 23:09:21.579 INFO O| Dec 03 23:09:21.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
59862024-12-03T23:09:22.429Z[ recovery-image] Dec 03 23:09:21.579 INFO O| Dec 03 23:09:21.579 INFO STEP 566 (remove_files) COMPLETE
59872024-12-03T23:09:22.429Z[ recovery-image] Dec 03 23:09:21.579 INFO O| Dec 03 23:09:21.579 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59882024-12-03T23:09:22.429Z[ recovery-image] Dec 03 23:09:21.589 INFO O| Dec 03 23:09:21.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
59892024-12-03T23:09:22.430Z[ recovery-image] Dec 03 23:09:21.589 INFO O| Dec 03 23:09:21.589 INFO STEP 567 (remove_files) COMPLETE
59902024-12-03T23:09:22.430Z[ recovery-image] Dec 03 23:09:21.589 INFO O| Dec 03 23:09:21.589 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59912024-12-03T23:09:22.436Z[ recovery-image] Dec 03 23:09:21.598 INFO O| Dec 03 23:09:21.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
59922024-12-03T23:09:22.439Z[ recovery-image] Dec 03 23:09:21.598 INFO O| Dec 03 23:09:21.598 INFO STEP 568 (remove_files) COMPLETE
59932024-12-03T23:09:22.439Z[ recovery-image] Dec 03 23:09:21.598 INFO O| Dec 03 23:09:21.598 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59942024-12-03T23:09:22.445Z[ recovery-image] Dec 03 23:09:21.608 INFO O| Dec 03 23:09:21.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
59952024-12-03T23:09:22.452Z[ recovery-image] Dec 03 23:09:21.608 INFO O| Dec 03 23:09:21.608 INFO STEP 569 (remove_files) COMPLETE
59962024-12-03T23:09:22.452Z[ recovery-image] Dec 03 23:09:21.608 INFO O| Dec 03 23:09:21.608 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59972024-12-03T23:09:22.457Z[ recovery-image] Dec 03 23:09:21.617 INFO O| Dec 03 23:09:21.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
59982024-12-03T23:09:22.457Z[ recovery-image] Dec 03 23:09:21.617 INFO O| Dec 03 23:09:21.617 INFO STEP 570 (remove_files) COMPLETE
59992024-12-03T23:09:22.457Z[ recovery-image] Dec 03 23:09:21.617 INFO O| Dec 03 23:09:21.617 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60002024-12-03T23:09:22.465Z[ recovery-image] Dec 03 23:09:21.627 INFO O| Dec 03 23:09:21.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
60012024-12-03T23:09:22.467Z[ recovery-image] Dec 03 23:09:21.627 INFO O| Dec 03 23:09:21.627 INFO STEP 571 (remove_files) COMPLETE
60022024-12-03T23:09:22.467Z[ recovery-image] Dec 03 23:09:21.627 INFO O| Dec 03 23:09:21.627 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60032024-12-03T23:09:22.474Z[ recovery-image] Dec 03 23:09:21.636 INFO O| Dec 03 23:09:21.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
60042024-12-03T23:09:22.477Z[ recovery-image] Dec 03 23:09:21.636 INFO O| Dec 03 23:09:21.636 INFO STEP 572 (remove_files) COMPLETE
60052024-12-03T23:09:22.477Z[ recovery-image] Dec 03 23:09:21.636 INFO O| Dec 03 23:09:21.636 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60062024-12-03T23:09:22.486Z[ recovery-image] Dec 03 23:09:21.645 INFO O| Dec 03 23:09:21.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
60072024-12-03T23:09:22.486Z[ recovery-image] Dec 03 23:09:21.645 INFO O| Dec 03 23:09:21.645 INFO STEP 573 (remove_files) COMPLETE
60082024-12-03T23:09:22.507Z[ recovery-image] Dec 03 23:09:21.645 INFO O| Dec 03 23:09:21.645 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60092024-12-03T23:09:22.532Z[ recovery-image] Dec 03 23:09:21.655 INFO O| Dec 03 23:09:21.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
60102024-12-03T23:09:22.532Z[ recovery-image] Dec 03 23:09:21.655 INFO O| Dec 03 23:09:21.655 INFO STEP 574 (remove_files) COMPLETE
60112024-12-03T23:09:22.532Z[ recovery-image] Dec 03 23:09:21.655 INFO O| Dec 03 23:09:21.655 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60122024-12-03T23:09:22.532Z[ recovery-image] Dec 03 23:09:21.664 INFO O| Dec 03 23:09:21.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
60132024-12-03T23:09:22.532Z[ recovery-image] Dec 03 23:09:21.664 INFO O| Dec 03 23:09:21.664 INFO STEP 575 (remove_files) COMPLETE
60142024-12-03T23:09:22.532Z[ recovery-image] Dec 03 23:09:21.664 INFO O| Dec 03 23:09:21.664 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60152024-12-03T23:09:22.532Z[ recovery-image] Dec 03 23:09:21.673 INFO O| Dec 03 23:09:21.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
60162024-12-03T23:09:22.532Z[ recovery-image] Dec 03 23:09:21.674 INFO O| Dec 03 23:09:21.673 INFO STEP 576 (remove_files) COMPLETE
60172024-12-03T23:09:22.532Z[ recovery-image] Dec 03 23:09:21.674 INFO O| Dec 03 23:09:21.674 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60182024-12-03T23:09:22.603Z[ recovery-image] Dec 03 23:09:21.683 INFO O| Dec 03 23:09:21.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
60192024-12-03T23:09:22.603Z[ recovery-image] Dec 03 23:09:21.683 INFO O| Dec 03 23:09:21.683 INFO STEP 577 (remove_files) COMPLETE
60202024-12-03T23:09:22.603Z[ recovery-image] Dec 03 23:09:21.683 INFO O| Dec 03 23:09:21.683 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60212024-12-03T23:09:22.603Z[ recovery-image] Dec 03 23:09:21.692 INFO O| Dec 03 23:09:21.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
60222024-12-03T23:09:22.603Z[ recovery-image] Dec 03 23:09:21.692 INFO O| Dec 03 23:09:21.692 INFO STEP 578 (remove_files) COMPLETE
60232024-12-03T23:09:22.603Z[ recovery-image] Dec 03 23:09:21.692 INFO O| Dec 03 23:09:21.692 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60242024-12-03T23:09:22.604Z[ recovery-image] Dec 03 23:09:21.701 INFO O| Dec 03 23:09:21.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
60252024-12-03T23:09:22.604Z[ recovery-image] Dec 03 23:09:21.701 INFO O| Dec 03 23:09:21.701 INFO STEP 579 (remove_files) COMPLETE
60262024-12-03T23:09:22.604Z[ recovery-image] Dec 03 23:09:21.701 INFO O| Dec 03 23:09:21.701 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60272024-12-03T23:09:22.604Z[ recovery-image] Dec 03 23:09:21.711 INFO O| Dec 03 23:09:21.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
60282024-12-03T23:09:22.604Z[ recovery-image] Dec 03 23:09:21.711 INFO O| Dec 03 23:09:21.711 INFO STEP 580 (remove_files) COMPLETE
60292024-12-03T23:09:22.604Z[ recovery-image] Dec 03 23:09:21.711 INFO O| Dec 03 23:09:21.711 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60302024-12-03T23:09:22.605Z[ recovery-image] Dec 03 23:09:21.720 INFO O| Dec 03 23:09:21.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
60312024-12-03T23:09:22.605Z[ recovery-image] Dec 03 23:09:21.720 INFO O| Dec 03 23:09:21.720 INFO STEP 581 (remove_files) COMPLETE
60322024-12-03T23:09:22.605Z[ recovery-image] Dec 03 23:09:21.720 INFO O| Dec 03 23:09:21.720 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60332024-12-03T23:09:22.628Z[ recovery-image] Dec 03 23:09:21.730 INFO O| Dec 03 23:09:21.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
60342024-12-03T23:09:22.628Z[ recovery-image] Dec 03 23:09:21.730 INFO O| Dec 03 23:09:21.730 INFO STEP 582 (remove_files) COMPLETE
60352024-12-03T23:09:22.629Z[ recovery-image] Dec 03 23:09:21.730 INFO O| Dec 03 23:09:21.730 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60362024-12-03T23:09:22.630Z[ recovery-image] Dec 03 23:09:21.739 INFO O| Dec 03 23:09:21.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
60372024-12-03T23:09:22.630Z[ recovery-image] Dec 03 23:09:21.739 INFO O| Dec 03 23:09:21.739 INFO STEP 583 (remove_files) COMPLETE
60382024-12-03T23:09:22.631Z[ recovery-image] Dec 03 23:09:21.739 INFO O| Dec 03 23:09:21.739 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60392024-12-03T23:09:22.631Z[ recovery-image] Dec 03 23:09:21.748 INFO O| Dec 03 23:09:21.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
60402024-12-03T23:09:22.631Z[ recovery-image] Dec 03 23:09:21.748 INFO O| Dec 03 23:09:21.748 INFO STEP 584 (remove_files) COMPLETE
60412024-12-03T23:09:22.631Z[ recovery-image] Dec 03 23:09:21.748 INFO O| Dec 03 23:09:21.748 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60422024-12-03T23:09:22.631Z[ recovery-image] Dec 03 23:09:21.758 INFO O| Dec 03 23:09:21.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
60432024-12-03T23:09:22.631Z[ recovery-image] Dec 03 23:09:21.758 INFO O| Dec 03 23:09:21.758 INFO STEP 585 (remove_files) COMPLETE
60442024-12-03T23:09:22.631Z[ recovery-image] Dec 03 23:09:21.758 INFO O| Dec 03 23:09:21.758 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60452024-12-03T23:09:22.632Z[ recovery-image] Dec 03 23:09:21.767 INFO O| Dec 03 23:09:21.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
60462024-12-03T23:09:22.632Z[ recovery-image] Dec 03 23:09:21.767 INFO O| Dec 03 23:09:21.767 INFO STEP 586 (remove_files) COMPLETE
60472024-12-03T23:09:22.632Z[ recovery-image] Dec 03 23:09:21.767 INFO O| Dec 03 23:09:21.767 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60482024-12-03T23:09:22.632Z[ recovery-image] Dec 03 23:09:21.777 INFO O| Dec 03 23:09:21.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
60492024-12-03T23:09:22.632Z[ recovery-image] Dec 03 23:09:21.777 INFO O| Dec 03 23:09:21.777 INFO STEP 587 (remove_files) COMPLETE
60502024-12-03T23:09:22.632Z[ recovery-image] Dec 03 23:09:21.777 INFO O| Dec 03 23:09:21.777 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60512024-12-03T23:09:22.663Z[ recovery-image] Dec 03 23:09:21.786 INFO O| Dec 03 23:09:21.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
60522024-12-03T23:09:22.663Z[ recovery-image] Dec 03 23:09:21.786 INFO O| Dec 03 23:09:21.786 INFO STEP 588 (remove_files) COMPLETE
60532024-12-03T23:09:22.663Z[ recovery-image] Dec 03 23:09:21.786 INFO O| Dec 03 23:09:21.786 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60542024-12-03T23:09:22.663Z[ recovery-image] Dec 03 23:09:21.795 INFO O| Dec 03 23:09:21.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
60552024-12-03T23:09:22.663Z[ recovery-image] Dec 03 23:09:21.796 INFO O| Dec 03 23:09:21.795 INFO STEP 589 (remove_files) COMPLETE
60562024-12-03T23:09:22.663Z[ recovery-image] Dec 03 23:09:21.796 INFO O| Dec 03 23:09:21.796 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60572024-12-03T23:09:22.739Z[ recovery-image] Dec 03 23:09:21.805 INFO O| Dec 03 23:09:21.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
60582024-12-03T23:09:22.739Z[ recovery-image] Dec 03 23:09:21.805 INFO O| Dec 03 23:09:21.805 INFO STEP 590 (remove_files) COMPLETE
60592024-12-03T23:09:22.739Z[ recovery-image] Dec 03 23:09:21.805 INFO O| Dec 03 23:09:21.805 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60602024-12-03T23:09:22.739Z[ recovery-image] Dec 03 23:09:21.814 INFO O| Dec 03 23:09:21.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
60612024-12-03T23:09:22.739Z[ recovery-image] Dec 03 23:09:21.815 INFO O| Dec 03 23:09:21.815 INFO STEP 591 (remove_files) COMPLETE
60622024-12-03T23:09:22.739Z[ recovery-image] Dec 03 23:09:21.815 INFO O| Dec 03 23:09:21.815 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60632024-12-03T23:09:22.739Z[ recovery-image] Dec 03 23:09:21.824 INFO O| Dec 03 23:09:21.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
60642024-12-03T23:09:22.740Z[ recovery-image] Dec 03 23:09:21.824 INFO O| Dec 03 23:09:21.824 INFO STEP 592 (remove_files) COMPLETE
60652024-12-03T23:09:22.740Z[ recovery-image] Dec 03 23:09:21.824 INFO O| Dec 03 23:09:21.824 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60662024-12-03T23:09:22.740Z[ recovery-image] Dec 03 23:09:21.833 INFO O| Dec 03 23:09:21.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
60672024-12-03T23:09:22.740Z[ recovery-image] Dec 03 23:09:21.833 INFO O| Dec 03 23:09:21.833 INFO STEP 593 (remove_files) COMPLETE
60682024-12-03T23:09:22.740Z[ recovery-image] Dec 03 23:09:21.834 INFO O| Dec 03 23:09:21.833 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60692024-12-03T23:09:22.740Z[ recovery-image] Dec 03 23:09:21.843 INFO O| Dec 03 23:09:21.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
60702024-12-03T23:09:22.741Z[ recovery-image] Dec 03 23:09:21.843 INFO O| Dec 03 23:09:21.843 INFO STEP 594 (remove_files) COMPLETE
60712024-12-03T23:09:22.741Z[ recovery-image] Dec 03 23:09:21.843 INFO O| Dec 03 23:09:21.843 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60722024-12-03T23:09:22.741Z[ recovery-image] Dec 03 23:09:21.852 INFO O| Dec 03 23:09:21.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
60732024-12-03T23:09:22.741Z[ recovery-image] Dec 03 23:09:21.853 INFO O| Dec 03 23:09:21.853 INFO STEP 595 (remove_files) COMPLETE
60742024-12-03T23:09:22.741Z[ recovery-image] Dec 03 23:09:21.853 INFO O| Dec 03 23:09:21.853 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60752024-12-03T23:09:22.793Z[ recovery-image] Dec 03 23:09:21.863 INFO O| Dec 03 23:09:21.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
60762024-12-03T23:09:22.793Z[ recovery-image] Dec 03 23:09:21.863 INFO O| Dec 03 23:09:21.863 INFO STEP 596 (remove_files) COMPLETE
60772024-12-03T23:09:22.793Z[ recovery-image] Dec 03 23:09:21.863 INFO O| Dec 03 23:09:21.863 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60782024-12-03T23:09:22.793Z[ recovery-image] Dec 03 23:09:21.872 INFO O| Dec 03 23:09:21.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
60792024-12-03T23:09:22.794Z[ recovery-image] Dec 03 23:09:21.873 INFO O| Dec 03 23:09:21.873 INFO STEP 597 (remove_files) COMPLETE
60802024-12-03T23:09:22.794Z[ recovery-image] Dec 03 23:09:21.873 INFO O| Dec 03 23:09:21.873 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60812024-12-03T23:09:22.794Z[ recovery-image] Dec 03 23:09:21.882 INFO O| Dec 03 23:09:21.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
60822024-12-03T23:09:22.794Z[ recovery-image] Dec 03 23:09:21.882 INFO O| Dec 03 23:09:21.882 INFO STEP 598 (remove_files) COMPLETE
60832024-12-03T23:09:22.794Z[ recovery-image] Dec 03 23:09:21.882 INFO O| Dec 03 23:09:21.882 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60842024-12-03T23:09:22.794Z[ recovery-image] Dec 03 23:09:21.892 INFO O| Dec 03 23:09:21.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
60852024-12-03T23:09:22.794Z[ recovery-image] Dec 03 23:09:21.892 INFO O| Dec 03 23:09:21.892 INFO STEP 599 (remove_files) COMPLETE
60862024-12-03T23:09:22.794Z[ recovery-image] Dec 03 23:09:21.892 INFO O| Dec 03 23:09:21.892 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60872024-12-03T23:09:22.794Z[ recovery-image] Dec 03 23:09:21.901 INFO O| Dec 03 23:09:21.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
60882024-12-03T23:09:22.795Z[ recovery-image] Dec 03 23:09:21.901 INFO O| Dec 03 23:09:21.901 INFO STEP 600 (remove_files) COMPLETE
60892024-12-03T23:09:22.795Z[ recovery-image] Dec 03 23:09:21.901 INFO O| Dec 03 23:09:21.901 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60902024-12-03T23:09:22.795Z[ recovery-image] Dec 03 23:09:21.910 INFO O| Dec 03 23:09:21.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
60912024-12-03T23:09:22.795Z[ recovery-image] Dec 03 23:09:21.910 INFO O| Dec 03 23:09:21.910 INFO STEP 601 (remove_files) COMPLETE
60922024-12-03T23:09:22.795Z[ recovery-image] Dec 03 23:09:21.910 INFO O| Dec 03 23:09:21.910 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60932024-12-03T23:09:22.795Z[ recovery-image] Dec 03 23:09:21.920 INFO O| Dec 03 23:09:21.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
60942024-12-03T23:09:22.795Z[ recovery-image] Dec 03 23:09:21.920 INFO O| Dec 03 23:09:21.920 INFO STEP 602 (remove_files) COMPLETE
60952024-12-03T23:09:22.796Z[ recovery-image] Dec 03 23:09:21.920 INFO O| Dec 03 23:09:21.920 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60962024-12-03T23:09:22.796Z[ recovery-image] Dec 03 23:09:21.929 INFO O| Dec 03 23:09:21.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
60972024-12-03T23:09:22.796Z[ recovery-image] Dec 03 23:09:21.929 INFO O| Dec 03 23:09:21.929 INFO STEP 603 (remove_files) COMPLETE
60982024-12-03T23:09:22.796Z[ recovery-image] Dec 03 23:09:21.929 INFO O| Dec 03 23:09:21.929 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60992024-12-03T23:09:22.825Z[ recovery-image] Dec 03 23:09:21.938 INFO O| Dec 03 23:09:21.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
61002024-12-03T23:09:22.826Z[ recovery-image] Dec 03 23:09:21.938 INFO O| Dec 03 23:09:21.938 INFO STEP 604 (remove_files) COMPLETE
61012024-12-03T23:09:22.826Z[ recovery-image] Dec 03 23:09:21.938 INFO O| Dec 03 23:09:21.938 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61022024-12-03T23:09:22.826Z[ recovery-image] Dec 03 23:09:21.948 INFO O| Dec 03 23:09:21.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
61032024-12-03T23:09:22.826Z[ recovery-image] Dec 03 23:09:21.948 INFO O| Dec 03 23:09:21.948 INFO STEP 605 (remove_files) COMPLETE
61042024-12-03T23:09:22.826Z[ recovery-image] Dec 03 23:09:21.948 INFO O| Dec 03 23:09:21.948 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61052024-12-03T23:09:22.826Z[ recovery-image] Dec 03 23:09:21.957 INFO O| Dec 03 23:09:21.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
61062024-12-03T23:09:22.826Z[ recovery-image] Dec 03 23:09:21.957 INFO O| Dec 03 23:09:21.957 INFO STEP 606 (remove_files) COMPLETE
61072024-12-03T23:09:22.827Z[ recovery-image] Dec 03 23:09:21.957 INFO O| Dec 03 23:09:21.957 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61082024-12-03T23:09:22.827Z[ recovery-image] Dec 03 23:09:21.966 INFO O| Dec 03 23:09:21.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
61092024-12-03T23:09:22.827Z[ recovery-image] Dec 03 23:09:21.966 INFO O| Dec 03 23:09:21.966 INFO STEP 607 (remove_files) COMPLETE
61102024-12-03T23:09:22.827Z[ recovery-image] Dec 03 23:09:21.966 INFO O| Dec 03 23:09:21.966 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61112024-12-03T23:09:22.848Z[ recovery-image] Dec 03 23:09:21.976 INFO O| Dec 03 23:09:21.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
61122024-12-03T23:09:22.848Z[ recovery-image] Dec 03 23:09:21.976 INFO O| Dec 03 23:09:21.976 INFO STEP 608 (remove_files) COMPLETE
61132024-12-03T23:09:22.848Z[ recovery-image] Dec 03 23:09:21.976 INFO O| Dec 03 23:09:21.976 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61142024-12-03T23:09:22.848Z[ recovery-image] Dec 03 23:09:21.985 INFO O| Dec 03 23:09:21.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
61152024-12-03T23:09:22.848Z[ recovery-image] Dec 03 23:09:21.985 INFO O| Dec 03 23:09:21.985 INFO STEP 609 (remove_files) COMPLETE
61162024-12-03T23:09:22.848Z[ recovery-image] Dec 03 23:09:21.985 INFO O| Dec 03 23:09:21.985 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61172024-12-03T23:09:22.848Z[ recovery-image] Dec 03 23:09:21.994 INFO O| Dec 03 23:09:21.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
61182024-12-03T23:09:22.849Z[ recovery-image] Dec 03 23:09:21.994 INFO O| Dec 03 23:09:21.994 INFO STEP 610 (remove_files) COMPLETE
61192024-12-03T23:09:22.849Z[ recovery-image] Dec 03 23:09:21.994 INFO O| Dec 03 23:09:21.994 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61202024-12-03T23:09:22.879Z[ recovery-image] Dec 03 23:09:22.004 INFO O| Dec 03 23:09:22.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
61212024-12-03T23:09:22.879Z[ recovery-image] Dec 03 23:09:22.004 INFO O| Dec 03 23:09:22.004 INFO STEP 611 (remove_files) COMPLETE
61222024-12-03T23:09:22.879Z[ recovery-image] Dec 03 23:09:22.004 INFO O| Dec 03 23:09:22.004 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61232024-12-03T23:09:22.879Z[ recovery-image] Dec 03 23:09:22.013 INFO O| Dec 03 23:09:22.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
61242024-12-03T23:09:22.879Z[ recovery-image] Dec 03 23:09:22.013 INFO O| Dec 03 23:09:22.013 INFO STEP 612 (remove_files) COMPLETE
61252024-12-03T23:09:22.879Z[ recovery-image] Dec 03 23:09:22.013 INFO O| Dec 03 23:09:22.013 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61262024-12-03T23:09:22.879Z[ recovery-image] Dec 03 23:09:22.023 INFO O| Dec 03 23:09:22.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
61272024-12-03T23:09:22.932Z[ recovery-image] Dec 03 23:09:22.023 INFO O| Dec 03 23:09:22.023 INFO STEP 613 (remove_files) COMPLETE
61282024-12-03T23:09:22.932Z[ recovery-image] Dec 03 23:09:22.023 INFO O| Dec 03 23:09:22.023 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61292024-12-03T23:09:22.932Z[ recovery-image] Dec 03 23:09:22.033 INFO O| Dec 03 23:09:22.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
61302024-12-03T23:09:22.933Z[ recovery-image] Dec 03 23:09:22.033 INFO O| Dec 03 23:09:22.033 INFO STEP 614 (remove_files) COMPLETE
61312024-12-03T23:09:22.933Z[ recovery-image] Dec 03 23:09:22.033 INFO O| Dec 03 23:09:22.033 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61322024-12-03T23:09:22.933Z[ recovery-image] Dec 03 23:09:22.042 INFO O| Dec 03 23:09:22.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
61332024-12-03T23:09:22.933Z[ recovery-image] Dec 03 23:09:22.042 INFO O| Dec 03 23:09:22.042 INFO STEP 615 (remove_files) COMPLETE
61342024-12-03T23:09:22.933Z[ recovery-image] Dec 03 23:09:22.042 INFO O| Dec 03 23:09:22.042 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61352024-12-03T23:09:22.933Z[ recovery-image] Dec 03 23:09:22.051 INFO O| Dec 03 23:09:22.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
61362024-12-03T23:09:22.933Z[ recovery-image] Dec 03 23:09:22.051 INFO O| Dec 03 23:09:22.051 INFO STEP 616 (remove_files) COMPLETE
61372024-12-03T23:09:22.933Z[ recovery-image] Dec 03 23:09:22.051 INFO O| Dec 03 23:09:22.051 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61382024-12-03T23:09:22.933Z[ recovery-image] Dec 03 23:09:22.061 INFO O| Dec 03 23:09:22.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
61392024-12-03T23:09:22.934Z[ recovery-image] Dec 03 23:09:22.061 INFO O| Dec 03 23:09:22.061 INFO STEP 617 (remove_files) COMPLETE
61402024-12-03T23:09:22.934Z[ recovery-image] Dec 03 23:09:22.061 INFO O| Dec 03 23:09:22.061 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61412024-12-03T23:09:22.989Z[ recovery-image] Dec 03 23:09:22.070 INFO O| Dec 03 23:09:22.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
61422024-12-03T23:09:22.989Z[ recovery-image] Dec 03 23:09:22.070 INFO O| Dec 03 23:09:22.070 INFO STEP 618 (remove_files) COMPLETE
61432024-12-03T23:09:22.989Z[ recovery-image] Dec 03 23:09:22.070 INFO O| Dec 03 23:09:22.070 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61442024-12-03T23:09:22.989Z[ recovery-image] Dec 03 23:09:22.080 INFO O| Dec 03 23:09:22.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
61452024-12-03T23:09:22.989Z[ recovery-image] Dec 03 23:09:22.080 INFO O| Dec 03 23:09:22.080 INFO STEP 619 (remove_files) COMPLETE
61462024-12-03T23:09:22.989Z[ recovery-image] Dec 03 23:09:22.080 INFO O| Dec 03 23:09:22.080 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61472024-12-03T23:09:22.990Z[ recovery-image] Dec 03 23:09:22.089 INFO O| Dec 03 23:09:22.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
61482024-12-03T23:09:22.990Z[ recovery-image] Dec 03 23:09:22.089 INFO O| Dec 03 23:09:22.089 INFO STEP 620 (remove_files) COMPLETE
61492024-12-03T23:09:22.990Z[ recovery-image] Dec 03 23:09:22.089 INFO O| Dec 03 23:09:22.089 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61502024-12-03T23:09:22.990Z[ recovery-image] Dec 03 23:09:22.098 INFO O| Dec 03 23:09:22.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
61512024-12-03T23:09:22.990Z[ recovery-image] Dec 03 23:09:22.099 INFO O| Dec 03 23:09:22.098 INFO STEP 621 (remove_files) COMPLETE
61522024-12-03T23:09:22.990Z[ recovery-image] Dec 03 23:09:22.099 INFO O| Dec 03 23:09:22.099 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61532024-12-03T23:09:22.990Z[ recovery-image] Dec 03 23:09:22.108 INFO O| Dec 03 23:09:22.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
61542024-12-03T23:09:22.991Z[ recovery-image] Dec 03 23:09:22.108 INFO O| Dec 03 23:09:22.108 INFO STEP 622 (remove_files) COMPLETE
61552024-12-03T23:09:22.991Z[ recovery-image] Dec 03 23:09:22.108 INFO O| Dec 03 23:09:22.108 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61562024-12-03T23:09:23.026Z[ recovery-image] Dec 03 23:09:22.117 INFO O| Dec 03 23:09:22.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
61572024-12-03T23:09:23.027Z[ recovery-image] Dec 03 23:09:22.117 INFO O| Dec 03 23:09:22.117 INFO STEP 623 (remove_files) COMPLETE
61582024-12-03T23:09:23.027Z[ recovery-image] Dec 03 23:09:22.117 INFO O| Dec 03 23:09:22.117 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61592024-12-03T23:09:23.027Z[ recovery-image] Dec 03 23:09:22.127 INFO O| Dec 03 23:09:22.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
61602024-12-03T23:09:23.027Z[ recovery-image] Dec 03 23:09:22.127 INFO O| Dec 03 23:09:22.127 INFO STEP 624 (remove_files) COMPLETE
61612024-12-03T23:09:23.027Z[ recovery-image] Dec 03 23:09:22.127 INFO O| Dec 03 23:09:22.127 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61622024-12-03T23:09:23.027Z[ recovery-image] Dec 03 23:09:22.137 INFO O| Dec 03 23:09:22.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
61632024-12-03T23:09:23.028Z[ recovery-image] Dec 03 23:09:22.137 INFO O| Dec 03 23:09:22.137 INFO STEP 625 (remove_files) COMPLETE
61642024-12-03T23:09:23.028Z[ recovery-image] Dec 03 23:09:22.137 INFO O| Dec 03 23:09:22.137 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61652024-12-03T23:09:23.028Z[ recovery-image] Dec 03 23:09:22.146 INFO O| Dec 03 23:09:22.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
61662024-12-03T23:09:23.028Z[ recovery-image] Dec 03 23:09:22.146 INFO O| Dec 03 23:09:22.146 INFO STEP 626 (remove_files) COMPLETE
61672024-12-03T23:09:23.028Z[ recovery-image] Dec 03 23:09:22.146 INFO O| Dec 03 23:09:22.146 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61682024-12-03T23:09:23.028Z[ recovery-image] Dec 03 23:09:22.156 INFO O| Dec 03 23:09:22.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
61692024-12-03T23:09:23.028Z[ recovery-image] Dec 03 23:09:22.156 INFO O| Dec 03 23:09:22.156 INFO STEP 627 (remove_files) COMPLETE
61702024-12-03T23:09:23.028Z[ recovery-image] Dec 03 23:09:22.156 INFO O| Dec 03 23:09:22.156 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61712024-12-03T23:09:23.029Z[ recovery-image] Dec 03 23:09:22.165 INFO O| Dec 03 23:09:22.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
61722024-12-03T23:09:23.029Z[ recovery-image] Dec 03 23:09:22.165 INFO O| Dec 03 23:09:22.165 INFO STEP 628 (remove_files) COMPLETE
61732024-12-03T23:09:23.029Z[ recovery-image] Dec 03 23:09:22.165 INFO O| Dec 03 23:09:22.165 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61742024-12-03T23:09:23.071Z[ recovery-image] Dec 03 23:09:22.174 INFO O| Dec 03 23:09:22.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
61752024-12-03T23:09:23.071Z[ recovery-image] Dec 03 23:09:22.174 INFO O| Dec 03 23:09:22.174 INFO STEP 629 (remove_files) COMPLETE
61762024-12-03T23:09:23.072Z[ recovery-image] Dec 03 23:09:22.174 INFO O| Dec 03 23:09:22.174 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61772024-12-03T23:09:23.072Z[ recovery-image] Dec 03 23:09:22.184 INFO O| Dec 03 23:09:22.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
61782024-12-03T23:09:23.072Z[ recovery-image] Dec 03 23:09:22.184 INFO O| Dec 03 23:09:22.184 INFO STEP 630 (remove_files) COMPLETE
61792024-12-03T23:09:23.072Z[ recovery-image] Dec 03 23:09:22.184 INFO O| Dec 03 23:09:22.184 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61802024-12-03T23:09:23.072Z[ recovery-image] Dec 03 23:09:22.193 INFO O| Dec 03 23:09:22.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
61812024-12-03T23:09:23.072Z[ recovery-image] Dec 03 23:09:22.193 INFO O| Dec 03 23:09:22.193 INFO STEP 631 (remove_files) COMPLETE
61822024-12-03T23:09:23.072Z[ recovery-image] Dec 03 23:09:22.193 INFO O| Dec 03 23:09:22.193 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61832024-12-03T23:09:23.073Z[ recovery-image] Dec 03 23:09:22.203 INFO O| Dec 03 23:09:22.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
61842024-12-03T23:09:23.073Z[ recovery-image] Dec 03 23:09:22.203 INFO O| Dec 03 23:09:22.203 INFO STEP 632 (remove_files) COMPLETE
61852024-12-03T23:09:23.073Z[ recovery-image] Dec 03 23:09:22.203 INFO O| Dec 03 23:09:22.203 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61862024-12-03T23:09:23.115Z[ recovery-image] Dec 03 23:09:22.212 INFO O| Dec 03 23:09:22.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
61872024-12-03T23:09:23.115Z[ recovery-image] Dec 03 23:09:22.212 INFO O| Dec 03 23:09:22.212 INFO STEP 633 (remove_files) COMPLETE
61882024-12-03T23:09:23.116Z[ recovery-image] Dec 03 23:09:22.212 INFO O| Dec 03 23:09:22.212 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61892024-12-03T23:09:23.116Z[ recovery-image] Dec 03 23:09:22.221 INFO O| Dec 03 23:09:22.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
61902024-12-03T23:09:23.116Z[ recovery-image] Dec 03 23:09:22.221 INFO O| Dec 03 23:09:22.221 INFO STEP 634 (remove_files) COMPLETE
61912024-12-03T23:09:23.116Z[ recovery-image] Dec 03 23:09:22.221 INFO O| Dec 03 23:09:22.221 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61922024-12-03T23:09:23.116Z[ recovery-image] Dec 03 23:09:22.231 INFO O| Dec 03 23:09:22.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
61932024-12-03T23:09:23.116Z[ recovery-image] Dec 03 23:09:22.231 INFO O| Dec 03 23:09:22.231 INFO STEP 635 (remove_files) COMPLETE
61942024-12-03T23:09:23.116Z[ recovery-image] Dec 03 23:09:22.231 INFO O| Dec 03 23:09:22.231 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61952024-12-03T23:09:23.117Z[ recovery-image] Dec 03 23:09:22.240 INFO O| Dec 03 23:09:22.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
61962024-12-03T23:09:23.117Z[ recovery-image] Dec 03 23:09:22.241 INFO O| Dec 03 23:09:22.241 INFO STEP 636 (remove_files) COMPLETE
61972024-12-03T23:09:23.117Z[ recovery-image] Dec 03 23:09:22.241 INFO O| Dec 03 23:09:22.241 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61982024-12-03T23:09:23.117Z[ recovery-image] Dec 03 23:09:22.250 INFO O| Dec 03 23:09:22.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
61992024-12-03T23:09:23.117Z[ recovery-image] Dec 03 23:09:22.250 INFO O| Dec 03 23:09:22.250 INFO STEP 637 (remove_files) COMPLETE
62002024-12-03T23:09:23.117Z[ recovery-image] Dec 03 23:09:22.250 INFO O| Dec 03 23:09:22.250 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62012024-12-03T23:09:23.174Z[ recovery-image] Dec 03 23:09:22.259 INFO O| Dec 03 23:09:22.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
62022024-12-03T23:09:23.175Z[ recovery-image] Dec 03 23:09:22.259 INFO O| Dec 03 23:09:22.259 INFO STEP 638 (remove_files) COMPLETE
62032024-12-03T23:09:23.175Z[ recovery-image] Dec 03 23:09:22.259 INFO O| Dec 03 23:09:22.259 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62042024-12-03T23:09:23.175Z[ recovery-image] Dec 03 23:09:22.269 INFO O| Dec 03 23:09:22.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
62052024-12-03T23:09:23.176Z[ recovery-image] Dec 03 23:09:22.269 INFO O| Dec 03 23:09:22.269 INFO STEP 639 (remove_files) COMPLETE
62062024-12-03T23:09:23.176Z[ recovery-image] Dec 03 23:09:22.269 INFO O| Dec 03 23:09:22.269 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62072024-12-03T23:09:23.176Z[ recovery-image] Dec 03 23:09:22.278 INFO O| Dec 03 23:09:22.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
62082024-12-03T23:09:23.176Z[ recovery-image] Dec 03 23:09:22.278 INFO O| Dec 03 23:09:22.278 INFO STEP 640 (remove_files) COMPLETE
62092024-12-03T23:09:23.176Z[ recovery-image] Dec 03 23:09:22.278 INFO O| Dec 03 23:09:22.278 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62102024-12-03T23:09:23.176Z[ recovery-image] Dec 03 23:09:22.287 INFO O| Dec 03 23:09:22.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
62112024-12-03T23:09:23.176Z[ recovery-image] Dec 03 23:09:22.287 INFO O| Dec 03 23:09:22.287 INFO STEP 641 (remove_files) COMPLETE
62122024-12-03T23:09:23.176Z[ recovery-image] Dec 03 23:09:22.287 INFO O| Dec 03 23:09:22.287 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62132024-12-03T23:09:23.201Z[ recovery-image] Dec 03 23:09:22.296 INFO O| Dec 03 23:09:22.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
62142024-12-03T23:09:23.201Z[ recovery-image] Dec 03 23:09:22.297 INFO O| Dec 03 23:09:22.297 INFO STEP 642 (remove_files) COMPLETE
62152024-12-03T23:09:23.201Z[ recovery-image] Dec 03 23:09:22.297 INFO O| Dec 03 23:09:22.297 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62162024-12-03T23:09:23.202Z[ recovery-image] Dec 03 23:09:22.306 INFO O| Dec 03 23:09:22.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
62172024-12-03T23:09:23.202Z[ recovery-image] Dec 03 23:09:22.306 INFO O| Dec 03 23:09:22.306 INFO STEP 643 (remove_files) COMPLETE
62182024-12-03T23:09:23.202Z[ recovery-image] Dec 03 23:09:22.306 INFO O| Dec 03 23:09:22.306 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62192024-12-03T23:09:23.202Z[ recovery-image] Dec 03 23:09:22.315 INFO O| Dec 03 23:09:22.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
62202024-12-03T23:09:23.202Z[ recovery-image] Dec 03 23:09:22.315 INFO O| Dec 03 23:09:22.315 INFO STEP 644 (remove_files) COMPLETE
62212024-12-03T23:09:23.202Z[ recovery-image] Dec 03 23:09:22.315 INFO O| Dec 03 23:09:22.315 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62222024-12-03T23:09:23.202Z[ recovery-image] Dec 03 23:09:22.325 INFO O| Dec 03 23:09:22.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
62232024-12-03T23:09:23.202Z[ recovery-image] Dec 03 23:09:22.325 INFO O| Dec 03 23:09:22.325 INFO STEP 645 (remove_files) COMPLETE
62242024-12-03T23:09:23.202Z[ recovery-image] Dec 03 23:09:22.325 INFO O| Dec 03 23:09:22.325 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62252024-12-03T23:09:23.202Z[ recovery-image] Dec 03 23:09:22.334 INFO O| Dec 03 23:09:22.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
62262024-12-03T23:09:23.203Z[ recovery-image] Dec 03 23:09:22.334 INFO O| Dec 03 23:09:22.334 INFO STEP 646 (remove_files) COMPLETE
62272024-12-03T23:09:23.203Z[ recovery-image] Dec 03 23:09:22.334 INFO O| Dec 03 23:09:22.334 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62282024-12-03T23:09:23.203Z[ recovery-image] Dec 03 23:09:22.343 INFO O| Dec 03 23:09:22.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
62292024-12-03T23:09:23.203Z[ recovery-image] Dec 03 23:09:22.343 INFO O| Dec 03 23:09:22.343 INFO STEP 647 (remove_files) COMPLETE
62302024-12-03T23:09:23.203Z[ recovery-image] Dec 03 23:09:22.343 INFO O| Dec 03 23:09:22.343 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62312024-12-03T23:09:23.203Z[ recovery-image] Dec 03 23:09:22.353 INFO O| Dec 03 23:09:22.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
62322024-12-03T23:09:23.203Z[ recovery-image] Dec 03 23:09:22.353 INFO O| Dec 03 23:09:22.353 INFO STEP 648 (remove_files) COMPLETE
62332024-12-03T23:09:23.203Z[ recovery-image] Dec 03 23:09:22.353 INFO O| Dec 03 23:09:22.353 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62342024-12-03T23:09:23.213Z[ recovery-image] Dec 03 23:09:22.362 INFO O| Dec 03 23:09:22.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
62352024-12-03T23:09:23.213Z[ recovery-image] Dec 03 23:09:22.362 INFO O| Dec 03 23:09:22.362 INFO STEP 649 (remove_files) COMPLETE
62362024-12-03T23:09:23.214Z[ recovery-image] Dec 03 23:09:22.362 INFO O| Dec 03 23:09:22.362 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62372024-12-03T23:09:23.223Z[ recovery-image] Dec 03 23:09:22.371 INFO O| Dec 03 23:09:22.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
62382024-12-03T23:09:23.223Z[ recovery-image] Dec 03 23:09:22.371 INFO O| Dec 03 23:09:22.371 INFO STEP 650 (remove_files) COMPLETE
62392024-12-03T23:09:23.223Z[ recovery-image] Dec 03 23:09:22.371 INFO O| Dec 03 23:09:22.371 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62402024-12-03T23:09:23.236Z[ recovery-image] Dec 03 23:09:22.381 INFO O| Dec 03 23:09:22.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
62412024-12-03T23:09:23.236Z[ recovery-image] Dec 03 23:09:22.381 INFO O| Dec 03 23:09:22.381 INFO STEP 651 (remove_files) COMPLETE
62422024-12-03T23:09:23.236Z[ recovery-image] Dec 03 23:09:22.381 INFO O| Dec 03 23:09:22.381 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62432024-12-03T23:09:23.254Z[ recovery-image] Dec 03 23:09:22.390 INFO O| Dec 03 23:09:22.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
62442024-12-03T23:09:23.254Z[ recovery-image] Dec 03 23:09:22.390 INFO O| Dec 03 23:09:22.390 INFO STEP 652 (remove_files) COMPLETE
62452024-12-03T23:09:23.254Z[ recovery-image] Dec 03 23:09:22.390 INFO O| Dec 03 23:09:22.390 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62462024-12-03T23:09:23.254Z[ recovery-image] Dec 03 23:09:22.399 INFO O| Dec 03 23:09:22.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
62472024-12-03T23:09:23.254Z[ recovery-image] Dec 03 23:09:22.399 INFO O| Dec 03 23:09:22.399 INFO STEP 653 (remove_files) COMPLETE
62482024-12-03T23:09:23.254Z[ recovery-image] Dec 03 23:09:22.399 INFO O| Dec 03 23:09:22.399 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62492024-12-03T23:09:23.269Z[ recovery-image] Dec 03 23:09:22.409 INFO O| Dec 03 23:09:22.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
62502024-12-03T23:09:23.269Z[ recovery-image] Dec 03 23:09:22.409 INFO O| Dec 03 23:09:22.409 INFO STEP 654 (remove_files) COMPLETE
62512024-12-03T23:09:23.269Z[ recovery-image] Dec 03 23:09:22.409 INFO O| Dec 03 23:09:22.409 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62522024-12-03T23:09:23.269Z[ recovery-image] Dec 03 23:09:22.418 INFO O| Dec 03 23:09:22.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
62532024-12-03T23:09:23.269Z[ recovery-image] Dec 03 23:09:22.418 INFO O| Dec 03 23:09:22.418 INFO STEP 655 (remove_files) COMPLETE
62542024-12-03T23:09:23.270Z[ recovery-image] Dec 03 23:09:22.418 INFO O| Dec 03 23:09:22.418 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62552024-12-03T23:09:23.292Z[ recovery-image] Dec 03 23:09:22.427 INFO O| Dec 03 23:09:22.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
62562024-12-03T23:09:23.292Z[ recovery-image] Dec 03 23:09:22.427 INFO O| Dec 03 23:09:22.427 INFO STEP 656 (remove_files) COMPLETE
62572024-12-03T23:09:23.292Z[ recovery-image] Dec 03 23:09:22.427 INFO O| Dec 03 23:09:22.427 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62582024-12-03T23:09:23.310Z[ recovery-image] Dec 03 23:09:22.437 INFO O| Dec 03 23:09:22.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
62592024-12-03T23:09:23.311Z[ recovery-image] Dec 03 23:09:22.437 INFO O| Dec 03 23:09:22.437 INFO STEP 657 (remove_files) COMPLETE
62602024-12-03T23:09:23.311Z[ recovery-image] Dec 03 23:09:22.437 INFO O| Dec 03 23:09:22.437 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62612024-12-03T23:09:23.311Z[ recovery-image] Dec 03 23:09:22.446 INFO O| Dec 03 23:09:22.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
62622024-12-03T23:09:23.311Z[ recovery-image] Dec 03 23:09:22.446 INFO O| Dec 03 23:09:22.446 INFO STEP 658 (remove_files) COMPLETE
62632024-12-03T23:09:23.311Z[ recovery-image] Dec 03 23:09:22.446 INFO O| Dec 03 23:09:22.446 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62642024-12-03T23:09:23.311Z[ recovery-image] Dec 03 23:09:22.456 INFO O| Dec 03 23:09:22.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
62652024-12-03T23:09:23.311Z[ recovery-image] Dec 03 23:09:22.456 INFO O| Dec 03 23:09:22.456 INFO STEP 659 (remove_files) COMPLETE
62662024-12-03T23:09:23.311Z[ recovery-image] Dec 03 23:09:22.456 INFO O| Dec 03 23:09:22.456 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62672024-12-03T23:09:23.324Z[ recovery-image] Dec 03 23:09:22.465 INFO O| Dec 03 23:09:22.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
62682024-12-03T23:09:23.324Z[ recovery-image] Dec 03 23:09:22.465 INFO O| Dec 03 23:09:22.465 INFO STEP 660 (remove_files) COMPLETE
62692024-12-03T23:09:23.324Z[ recovery-image] Dec 03 23:09:22.465 INFO O| Dec 03 23:09:22.465 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62702024-12-03T23:09:23.324Z[ recovery-image] Dec 03 23:09:22.474 INFO O| Dec 03 23:09:22.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
62712024-12-03T23:09:23.324Z[ recovery-image] Dec 03 23:09:22.474 INFO O| Dec 03 23:09:22.474 INFO STEP 661 (remove_files) COMPLETE
62722024-12-03T23:09:23.324Z[ recovery-image] Dec 03 23:09:22.474 INFO O| Dec 03 23:09:22.474 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62732024-12-03T23:09:23.342Z[ recovery-image] Dec 03 23:09:22.483 INFO O| Dec 03 23:09:22.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
62742024-12-03T23:09:23.343Z[ recovery-image] Dec 03 23:09:22.484 INFO O| Dec 03 23:09:22.484 INFO STEP 662 (remove_files) COMPLETE
62752024-12-03T23:09:23.343Z[ recovery-image] Dec 03 23:09:22.484 INFO O| Dec 03 23:09:22.484 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62762024-12-03T23:09:23.353Z[ recovery-image] Dec 03 23:09:22.493 INFO O| Dec 03 23:09:22.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
62772024-12-03T23:09:23.353Z[ recovery-image] Dec 03 23:09:22.494 INFO O| Dec 03 23:09:22.494 INFO STEP 663 (remove_files) COMPLETE
62782024-12-03T23:09:23.353Z[ recovery-image] Dec 03 23:09:22.494 INFO O| Dec 03 23:09:22.494 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62792024-12-03T23:09:23.353Z[ recovery-image] Dec 03 23:09:22.503 INFO O| Dec 03 23:09:22.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
62802024-12-03T23:09:23.353Z[ recovery-image] Dec 03 23:09:22.503 INFO O| Dec 03 23:09:22.503 INFO STEP 664 (remove_files) COMPLETE
62812024-12-03T23:09:23.353Z[ recovery-image] Dec 03 23:09:22.503 INFO O| Dec 03 23:09:22.503 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62822024-12-03T23:09:23.365Z[ recovery-image] Dec 03 23:09:22.512 INFO O| Dec 03 23:09:22.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
62832024-12-03T23:09:23.365Z[ recovery-image] Dec 03 23:09:22.513 INFO O| Dec 03 23:09:22.512 INFO STEP 665 (remove_files) COMPLETE
62842024-12-03T23:09:23.365Z[ recovery-image] Dec 03 23:09:22.513 INFO O| Dec 03 23:09:22.513 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62852024-12-03T23:09:23.377Z[ recovery-image] Dec 03 23:09:22.522 INFO O| Dec 03 23:09:22.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
62862024-12-03T23:09:23.377Z[ recovery-image] Dec 03 23:09:22.522 INFO O| Dec 03 23:09:22.522 INFO STEP 666 (remove_files) COMPLETE
62872024-12-03T23:09:23.377Z[ recovery-image] Dec 03 23:09:22.522 INFO O| Dec 03 23:09:22.522 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62882024-12-03T23:09:23.384Z[ recovery-image] Dec 03 23:09:22.531 INFO O| Dec 03 23:09:22.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
62892024-12-03T23:09:23.384Z[ recovery-image] Dec 03 23:09:22.531 INFO O| Dec 03 23:09:22.531 INFO STEP 667 (remove_files) COMPLETE
62902024-12-03T23:09:23.384Z[ recovery-image] Dec 03 23:09:22.531 INFO O| Dec 03 23:09:22.531 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62912024-12-03T23:09:23.384Z[ recovery-image] Dec 03 23:09:22.541 INFO O| Dec 03 23:09:22.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
62922024-12-03T23:09:23.384Z[ recovery-image] Dec 03 23:09:22.541 INFO O| Dec 03 23:09:22.541 INFO STEP 668 (remove_files) COMPLETE
62932024-12-03T23:09:23.384Z[ recovery-image] Dec 03 23:09:22.541 INFO O| Dec 03 23:09:22.541 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62942024-12-03T23:09:23.396Z[ recovery-image] Dec 03 23:09:22.550 INFO O| Dec 03 23:09:22.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
62952024-12-03T23:09:23.396Z[ recovery-image] Dec 03 23:09:22.550 INFO O| Dec 03 23:09:22.550 INFO STEP 669 (remove_files) COMPLETE
62962024-12-03T23:09:23.396Z[ recovery-image] Dec 03 23:09:22.550 INFO O| Dec 03 23:09:22.550 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62972024-12-03T23:09:23.432Z[ recovery-image] Dec 03 23:09:22.559 INFO O| Dec 03 23:09:22.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
62982024-12-03T23:09:23.432Z[ recovery-image] Dec 03 23:09:22.560 INFO O| Dec 03 23:09:22.560 INFO STEP 670 (remove_files) COMPLETE
62992024-12-03T23:09:23.432Z[ recovery-image] Dec 03 23:09:22.560 INFO O| Dec 03 23:09:22.560 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63002024-12-03T23:09:23.432Z[ recovery-image] Dec 03 23:09:22.569 INFO O| Dec 03 23:09:22.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
63012024-12-03T23:09:23.432Z[ recovery-image] Dec 03 23:09:22.569 INFO O| Dec 03 23:09:22.569 INFO STEP 671 (remove_files) COMPLETE
63022024-12-03T23:09:23.432Z[ recovery-image] Dec 03 23:09:22.569 INFO O| Dec 03 23:09:22.569 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63032024-12-03T23:09:23.444Z[ recovery-image] Dec 03 23:09:22.578 INFO O| Dec 03 23:09:22.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
63042024-12-03T23:09:23.444Z[ recovery-image] Dec 03 23:09:22.578 INFO O| Dec 03 23:09:22.578 INFO STEP 672 (remove_files) COMPLETE
63052024-12-03T23:09:23.444Z[ recovery-image] Dec 03 23:09:22.578 INFO O| Dec 03 23:09:22.578 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63062024-12-03T23:09:23.444Z[ recovery-image] Dec 03 23:09:22.588 INFO O| Dec 03 23:09:22.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
63072024-12-03T23:09:23.444Z[ recovery-image] Dec 03 23:09:22.588 INFO O| Dec 03 23:09:22.588 INFO STEP 673 (remove_files) COMPLETE
63082024-12-03T23:09:23.444Z[ recovery-image] Dec 03 23:09:22.588 INFO O| Dec 03 23:09:22.588 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63092024-12-03T23:09:23.444Z[ recovery-image] Dec 03 23:09:22.597 INFO O| Dec 03 23:09:22.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
63102024-12-03T23:09:23.444Z[ recovery-image] Dec 03 23:09:22.597 INFO O| Dec 03 23:09:22.597 INFO STEP 674 (remove_files) COMPLETE
63112024-12-03T23:09:23.444Z[ recovery-image] Dec 03 23:09:22.597 INFO O| Dec 03 23:09:22.597 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63122024-12-03T23:09:23.453Z[ recovery-image] Dec 03 23:09:22.607 INFO O| Dec 03 23:09:22.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
63132024-12-03T23:09:23.453Z[ recovery-image] Dec 03 23:09:22.607 INFO O| Dec 03 23:09:22.607 INFO STEP 675 (remove_files) COMPLETE
63142024-12-03T23:09:23.453Z[ recovery-image] Dec 03 23:09:22.607 INFO O| Dec 03 23:09:22.607 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63152024-12-03T23:09:23.474Z[ recovery-image] Dec 03 23:09:22.616 INFO O| Dec 03 23:09:22.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
63162024-12-03T23:09:23.474Z[ recovery-image] Dec 03 23:09:22.616 INFO O| Dec 03 23:09:22.616 INFO STEP 676 (remove_files) COMPLETE
63172024-12-03T23:09:23.474Z[ recovery-image] Dec 03 23:09:22.616 INFO O| Dec 03 23:09:22.616 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63182024-12-03T23:09:23.488Z[ recovery-image] Dec 03 23:09:22.625 INFO O| Dec 03 23:09:22.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
63192024-12-03T23:09:23.488Z[ recovery-image] Dec 03 23:09:22.625 INFO O| Dec 03 23:09:22.625 INFO STEP 677 (remove_files) COMPLETE
63202024-12-03T23:09:23.488Z[ recovery-image] Dec 03 23:09:22.625 INFO O| Dec 03 23:09:22.625 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63212024-12-03T23:09:23.488Z[ recovery-image] Dec 03 23:09:22.634 INFO O| Dec 03 23:09:22.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
63222024-12-03T23:09:23.488Z[ recovery-image] Dec 03 23:09:22.635 INFO O| Dec 03 23:09:22.635 INFO STEP 678 (remove_files) COMPLETE
63232024-12-03T23:09:23.489Z[ recovery-image] Dec 03 23:09:22.635 INFO O| Dec 03 23:09:22.635 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63242024-12-03T23:09:23.490Z[ recovery-image] Dec 03 23:09:22.644 INFO O| Dec 03 23:09:22.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
63252024-12-03T23:09:23.490Z[ recovery-image] Dec 03 23:09:22.644 INFO O| Dec 03 23:09:22.644 INFO STEP 679 (remove_files) COMPLETE
63262024-12-03T23:09:23.490Z[ recovery-image] Dec 03 23:09:22.644 INFO O| Dec 03 23:09:22.644 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63272024-12-03T23:09:23.500Z[ recovery-image] Dec 03 23:09:22.653 INFO O| Dec 03 23:09:22.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
63282024-12-03T23:09:23.500Z[ recovery-image] Dec 03 23:09:22.653 INFO O| Dec 03 23:09:22.653 INFO STEP 680 (remove_files) COMPLETE
63292024-12-03T23:09:23.500Z[ recovery-image] Dec 03 23:09:22.653 INFO O| Dec 03 23:09:22.653 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63302024-12-03T23:09:23.508Z[ recovery-image] Dec 03 23:09:22.662 INFO O| Dec 03 23:09:22.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
63312024-12-03T23:09:23.508Z[ recovery-image] Dec 03 23:09:22.663 INFO O| Dec 03 23:09:22.663 INFO STEP 681 (remove_files) COMPLETE
63322024-12-03T23:09:23.509Z[ recovery-image] Dec 03 23:09:22.663 INFO O| Dec 03 23:09:22.663 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63332024-12-03T23:09:23.514Z[ recovery-image] Dec 03 23:09:22.672 INFO O| Dec 03 23:09:22.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
63342024-12-03T23:09:23.514Z[ recovery-image] Dec 03 23:09:22.672 INFO O| Dec 03 23:09:22.672 INFO STEP 682 (remove_files) COMPLETE
63352024-12-03T23:09:23.514Z[ recovery-image] Dec 03 23:09:22.672 INFO O| Dec 03 23:09:22.672 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63362024-12-03T23:09:23.527Z[ recovery-image] Dec 03 23:09:22.681 INFO O| Dec 03 23:09:22.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
63372024-12-03T23:09:23.527Z[ recovery-image] Dec 03 23:09:22.681 INFO O| Dec 03 23:09:22.681 INFO STEP 683 (remove_files) COMPLETE
63382024-12-03T23:09:23.534Z[ recovery-image] Dec 03 23:09:22.681 INFO O| Dec 03 23:09:22.681 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63392024-12-03T23:09:23.534Z[ recovery-image] Dec 03 23:09:22.690 INFO O| Dec 03 23:09:22.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
63402024-12-03T23:09:23.534Z[ recovery-image] Dec 03 23:09:22.691 INFO O| Dec 03 23:09:22.690 INFO STEP 684 (remove_files) COMPLETE
63412024-12-03T23:09:23.535Z[ recovery-image] Dec 03 23:09:22.691 INFO O| Dec 03 23:09:22.691 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63422024-12-03T23:09:23.541Z[ recovery-image] Dec 03 23:09:22.700 INFO O| Dec 03 23:09:22.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
63432024-12-03T23:09:23.541Z[ recovery-image] Dec 03 23:09:22.700 INFO O| Dec 03 23:09:22.700 INFO STEP 685 (remove_files) COMPLETE
63442024-12-03T23:09:23.541Z[ recovery-image] Dec 03 23:09:22.700 INFO O| Dec 03 23:09:22.700 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63452024-12-03T23:09:23.553Z[ recovery-image] Dec 03 23:09:22.709 INFO O| Dec 03 23:09:22.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
63462024-12-03T23:09:23.553Z[ recovery-image] Dec 03 23:09:22.709 INFO O| Dec 03 23:09:22.709 INFO STEP 686 (remove_files) COMPLETE
63472024-12-03T23:09:23.560Z[ recovery-image] Dec 03 23:09:22.709 INFO O| Dec 03 23:09:22.709 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63482024-12-03T23:09:23.569Z[ recovery-image] Dec 03 23:09:22.718 INFO O| Dec 03 23:09:22.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
63492024-12-03T23:09:23.569Z[ recovery-image] Dec 03 23:09:22.718 INFO O| Dec 03 23:09:22.718 INFO STEP 687 (remove_files) COMPLETE
63502024-12-03T23:09:23.570Z[ recovery-image] Dec 03 23:09:22.718 INFO O| Dec 03 23:09:22.718 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63512024-12-03T23:09:23.570Z[ recovery-image] Dec 03 23:09:22.728 INFO O| Dec 03 23:09:22.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
63522024-12-03T23:09:23.570Z[ recovery-image] Dec 03 23:09:22.728 INFO O| Dec 03 23:09:22.728 INFO STEP 688 (remove_files) COMPLETE
63532024-12-03T23:09:23.570Z[ recovery-image] Dec 03 23:09:22.728 INFO O| Dec 03 23:09:22.728 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63542024-12-03T23:09:23.579Z[ recovery-image] Dec 03 23:09:22.737 INFO O| Dec 03 23:09:22.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
63552024-12-03T23:09:23.592Z[ recovery-image] Dec 03 23:09:22.737 INFO O| Dec 03 23:09:22.737 INFO STEP 689 (remove_files) COMPLETE
63562024-12-03T23:09:23.593Z[ recovery-image] Dec 03 23:09:22.737 INFO O| Dec 03 23:09:22.737 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63572024-12-03T23:09:23.593Z[ recovery-image] Dec 03 23:09:22.747 INFO O| Dec 03 23:09:22.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
63582024-12-03T23:09:23.593Z[ recovery-image] Dec 03 23:09:22.747 INFO O| Dec 03 23:09:22.747 INFO STEP 690 (remove_files) COMPLETE
63592024-12-03T23:09:23.593Z[ recovery-image] Dec 03 23:09:22.747 INFO O| Dec 03 23:09:22.747 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63602024-12-03T23:09:23.609Z[ recovery-image] Dec 03 23:09:22.756 INFO O| Dec 03 23:09:22.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
63612024-12-03T23:09:23.609Z[ recovery-image] Dec 03 23:09:22.756 INFO O| Dec 03 23:09:22.756 INFO STEP 691 (remove_files) COMPLETE
63622024-12-03T23:09:23.610Z[ recovery-image] Dec 03 23:09:22.756 INFO O| Dec 03 23:09:22.756 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63632024-12-03T23:09:23.624Z[ recovery-image] Dec 03 23:09:22.765 INFO O| Dec 03 23:09:22.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
63642024-12-03T23:09:23.624Z[ recovery-image] Dec 03 23:09:22.765 INFO O| Dec 03 23:09:22.765 INFO STEP 692 (remove_files) COMPLETE
63652024-12-03T23:09:23.624Z[ recovery-image] Dec 03 23:09:22.765 INFO O| Dec 03 23:09:22.765 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63662024-12-03T23:09:23.624Z[ recovery-image] Dec 03 23:09:22.775 INFO O| Dec 03 23:09:22.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
63672024-12-03T23:09:23.624Z[ recovery-image] Dec 03 23:09:22.775 INFO O| Dec 03 23:09:22.775 INFO STEP 693 (remove_files) COMPLETE
63682024-12-03T23:09:23.625Z[ recovery-image] Dec 03 23:09:22.775 INFO O| Dec 03 23:09:22.775 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63692024-12-03T23:09:23.635Z[ recovery-image] Dec 03 23:09:22.784 INFO O| Dec 03 23:09:22.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
63702024-12-03T23:09:23.635Z[ recovery-image] Dec 03 23:09:22.784 INFO O| Dec 03 23:09:22.784 INFO STEP 694 (remove_files) COMPLETE
63712024-12-03T23:09:23.635Z[ recovery-image] Dec 03 23:09:22.784 INFO O| Dec 03 23:09:22.784 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63722024-12-03T23:09:23.675Z[ recovery-image] Dec 03 23:09:22.793 INFO O| Dec 03 23:09:22.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
63732024-12-03T23:09:23.675Z[ recovery-image] Dec 03 23:09:22.794 INFO O| Dec 03 23:09:22.793 INFO STEP 695 (remove_files) COMPLETE
63742024-12-03T23:09:23.675Z[ recovery-image] Dec 03 23:09:22.794 INFO O| Dec 03 23:09:22.794 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63752024-12-03T23:09:23.676Z[ recovery-image] Dec 03 23:09:22.803 INFO O| Dec 03 23:09:22.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
63762024-12-03T23:09:23.676Z[ recovery-image] Dec 03 23:09:22.803 INFO O| Dec 03 23:09:22.803 INFO STEP 696 (remove_files) COMPLETE
63772024-12-03T23:09:23.676Z[ recovery-image] Dec 03 23:09:22.803 INFO O| Dec 03 23:09:22.803 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63782024-12-03T23:09:23.676Z[ recovery-image] Dec 03 23:09:22.812 INFO O| Dec 03 23:09:22.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
63792024-12-03T23:09:23.676Z[ recovery-image] Dec 03 23:09:22.812 INFO O| Dec 03 23:09:22.812 INFO STEP 697 (remove_files) COMPLETE
63802024-12-03T23:09:23.676Z[ recovery-image] Dec 03 23:09:22.812 INFO O| Dec 03 23:09:22.812 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63812024-12-03T23:09:23.683Z[ recovery-image] Dec 03 23:09:22.821 INFO O| Dec 03 23:09:22.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
63822024-12-03T23:09:23.683Z[ recovery-image] Dec 03 23:09:22.822 INFO O| Dec 03 23:09:22.821 INFO STEP 698 (remove_files) COMPLETE
63832024-12-03T23:09:23.683Z[ recovery-image] Dec 03 23:09:22.822 INFO O| Dec 03 23:09:22.822 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63842024-12-03T23:09:23.683Z[ recovery-image] Dec 03 23:09:22.831 INFO O| Dec 03 23:09:22.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
63852024-12-03T23:09:23.683Z[ recovery-image] Dec 03 23:09:22.831 INFO O| Dec 03 23:09:22.831 INFO STEP 699 (remove_files) COMPLETE
63862024-12-03T23:09:23.683Z[ recovery-image] Dec 03 23:09:22.831 INFO O| Dec 03 23:09:22.831 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63872024-12-03T23:09:23.683Z[ recovery-image] Dec 03 23:09:22.840 INFO O| Dec 03 23:09:22.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
63882024-12-03T23:09:23.683Z[ recovery-image] Dec 03 23:09:22.840 INFO O| Dec 03 23:09:22.840 INFO STEP 700 (remove_files) COMPLETE
63892024-12-03T23:09:23.683Z[ recovery-image] Dec 03 23:09:22.840 INFO O| Dec 03 23:09:22.840 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63902024-12-03T23:09:23.689Z[ recovery-image] Dec 03 23:09:22.849 INFO O| Dec 03 23:09:22.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
63912024-12-03T23:09:23.689Z[ recovery-image] Dec 03 23:09:22.850 INFO O| Dec 03 23:09:22.849 INFO STEP 701 (remove_files) COMPLETE
63922024-12-03T23:09:23.694Z[ recovery-image] Dec 03 23:09:22.850 INFO O| Dec 03 23:09:22.850 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63932024-12-03T23:09:23.701Z[ recovery-image] Dec 03 23:09:22.859 INFO O| Dec 03 23:09:22.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
63942024-12-03T23:09:23.701Z[ recovery-image] Dec 03 23:09:22.859 INFO O| Dec 03 23:09:22.859 INFO STEP 702 (remove_files) COMPLETE
63952024-12-03T23:09:23.701Z[ recovery-image] Dec 03 23:09:22.859 INFO O| Dec 03 23:09:22.859 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63962024-12-03T23:09:23.707Z[ recovery-image] Dec 03 23:09:22.868 INFO O| Dec 03 23:09:22.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
63972024-12-03T23:09:23.714Z[ recovery-image] Dec 03 23:09:22.868 INFO O| Dec 03 23:09:22.868 INFO STEP 703 (remove_files) COMPLETE
63982024-12-03T23:09:23.714Z[ recovery-image] Dec 03 23:09:22.868 INFO O| Dec 03 23:09:22.868 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63992024-12-03T23:09:23.718Z[ recovery-image] Dec 03 23:09:22.878 INFO O| Dec 03 23:09:22.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
64002024-12-03T23:09:23.718Z[ recovery-image] Dec 03 23:09:22.878 INFO O| Dec 03 23:09:22.878 INFO STEP 704 (remove_files) COMPLETE
64012024-12-03T23:09:23.718Z[ recovery-image] Dec 03 23:09:22.878 INFO O| Dec 03 23:09:22.878 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64022024-12-03T23:09:23.736Z[ recovery-image] Dec 03 23:09:22.887 INFO O| Dec 03 23:09:22.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
64032024-12-03T23:09:23.736Z[ recovery-image] Dec 03 23:09:22.887 INFO O| Dec 03 23:09:22.887 INFO STEP 705 (remove_files) COMPLETE
64042024-12-03T23:09:23.736Z[ recovery-image] Dec 03 23:09:22.887 INFO O| Dec 03 23:09:22.887 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64052024-12-03T23:09:23.736Z[ recovery-image] Dec 03 23:09:22.896 INFO O| Dec 03 23:09:22.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
64062024-12-03T23:09:23.736Z[ recovery-image] Dec 03 23:09:22.896 INFO O| Dec 03 23:09:22.896 INFO STEP 706 (remove_files) COMPLETE
64072024-12-03T23:09:23.739Z[ recovery-image] Dec 03 23:09:22.896 INFO O| Dec 03 23:09:22.896 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64082024-12-03T23:09:23.744Z[ recovery-image] Dec 03 23:09:22.906 INFO O| Dec 03 23:09:22.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
64092024-12-03T23:09:23.752Z[ recovery-image] Dec 03 23:09:22.906 INFO O| Dec 03 23:09:22.906 INFO STEP 707 (remove_files) COMPLETE
64102024-12-03T23:09:23.753Z[ recovery-image] Dec 03 23:09:22.906 INFO O| Dec 03 23:09:22.906 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64112024-12-03T23:09:23.756Z[ recovery-image] Dec 03 23:09:22.915 INFO O| Dec 03 23:09:22.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
64122024-12-03T23:09:23.756Z[ recovery-image] Dec 03 23:09:22.915 INFO O| Dec 03 23:09:22.915 INFO STEP 708 (remove_files) COMPLETE
64132024-12-03T23:09:23.756Z[ recovery-image] Dec 03 23:09:22.915 INFO O| Dec 03 23:09:22.915 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64142024-12-03T23:09:23.762Z[ recovery-image] Dec 03 23:09:22.924 INFO O| Dec 03 23:09:22.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
64152024-12-03T23:09:23.765Z[ recovery-image] Dec 03 23:09:22.925 INFO O| Dec 03 23:09:22.925 INFO STEP 709 (remove_files) COMPLETE
64162024-12-03T23:09:23.765Z[ recovery-image] Dec 03 23:09:22.925 INFO O| Dec 03 23:09:22.925 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64172024-12-03T23:09:23.772Z[ recovery-image] Dec 03 23:09:22.934 INFO O| Dec 03 23:09:22.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
64182024-12-03T23:09:23.772Z[ recovery-image] Dec 03 23:09:22.934 INFO O| Dec 03 23:09:22.934 INFO STEP 710 (remove_files) COMPLETE
64192024-12-03T23:09:23.772Z[ recovery-image] Dec 03 23:09:22.934 INFO O| Dec 03 23:09:22.934 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64202024-12-03T23:09:23.781Z[ recovery-image] Dec 03 23:09:22.943 INFO O| Dec 03 23:09:22.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
64212024-12-03T23:09:23.781Z[ recovery-image] Dec 03 23:09:22.943 INFO O| Dec 03 23:09:22.943 INFO STEP 711 (remove_files) COMPLETE
64222024-12-03T23:09:23.784Z[ recovery-image] Dec 03 23:09:22.943 INFO O| Dec 03 23:09:22.943 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64232024-12-03T23:09:23.790Z[ recovery-image] Dec 03 23:09:22.952 INFO O| Dec 03 23:09:22.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
64242024-12-03T23:09:23.793Z[ recovery-image] Dec 03 23:09:22.953 INFO O| Dec 03 23:09:22.953 INFO STEP 712 (remove_files) COMPLETE
64252024-12-03T23:09:23.793Z[ recovery-image] Dec 03 23:09:22.953 INFO O| Dec 03 23:09:22.953 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64262024-12-03T23:09:23.800Z[ recovery-image] Dec 03 23:09:22.962 INFO O| Dec 03 23:09:22.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
64272024-12-03T23:09:23.800Z[ recovery-image] Dec 03 23:09:22.962 INFO O| Dec 03 23:09:22.962 INFO STEP 713 (remove_files) COMPLETE
64282024-12-03T23:09:23.800Z[ recovery-image] Dec 03 23:09:22.962 INFO O| Dec 03 23:09:22.962 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64292024-12-03T23:09:23.809Z[ recovery-image] Dec 03 23:09:22.971 INFO O| Dec 03 23:09:22.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
64302024-12-03T23:09:23.809Z[ recovery-image] Dec 03 23:09:22.971 INFO O| Dec 03 23:09:22.971 INFO STEP 714 (remove_files) COMPLETE
64312024-12-03T23:09:23.812Z[ recovery-image] Dec 03 23:09:22.971 INFO O| Dec 03 23:09:22.971 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64322024-12-03T23:09:23.819Z[ recovery-image] Dec 03 23:09:22.981 INFO O| Dec 03 23:09:22.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
64332024-12-03T23:09:23.821Z[ recovery-image] Dec 03 23:09:22.981 INFO O| Dec 03 23:09:22.981 INFO STEP 715 (remove_files) COMPLETE
64342024-12-03T23:09:23.821Z[ recovery-image] Dec 03 23:09:22.981 INFO O| Dec 03 23:09:22.981 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64352024-12-03T23:09:23.828Z[ recovery-image] Dec 03 23:09:22.990 INFO O| Dec 03 23:09:22.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
64362024-12-03T23:09:23.828Z[ recovery-image] Dec 03 23:09:22.990 INFO O| Dec 03 23:09:22.990 INFO STEP 716 (remove_files) COMPLETE
64372024-12-03T23:09:23.828Z[ recovery-image] Dec 03 23:09:22.990 INFO O| Dec 03 23:09:22.990 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64382024-12-03T23:09:23.838Z[ recovery-image] Dec 03 23:09:23.000 INFO O| Dec 03 23:09:22.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
64392024-12-03T23:09:23.838Z[ recovery-image] Dec 03 23:09:23.000 INFO O| Dec 03 23:09:23.000 INFO STEP 717 (remove_files) COMPLETE
64402024-12-03T23:09:23.840Z[ recovery-image] Dec 03 23:09:23.000 INFO O| Dec 03 23:09:23.000 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64412024-12-03T23:09:23.848Z[ recovery-image] Dec 03 23:09:23.010 INFO O| Dec 03 23:09:23.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
64422024-12-03T23:09:23.849Z[ recovery-image] Dec 03 23:09:23.010 INFO O| Dec 03 23:09:23.010 INFO STEP 718 (remove_files) COMPLETE
64432024-12-03T23:09:23.849Z[ recovery-image] Dec 03 23:09:23.010 INFO O| Dec 03 23:09:23.010 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64442024-12-03T23:09:23.857Z[ recovery-image] Dec 03 23:09:23.019 INFO O| Dec 03 23:09:23.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
64452024-12-03T23:09:23.857Z[ recovery-image] Dec 03 23:09:23.019 INFO O| Dec 03 23:09:23.019 INFO STEP 719 (remove_files) COMPLETE
64462024-12-03T23:09:23.860Z[ recovery-image] Dec 03 23:09:23.019 INFO O| Dec 03 23:09:23.019 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64472024-12-03T23:09:23.866Z[ recovery-image] Dec 03 23:09:23.028 INFO O| Dec 03 23:09:23.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
64482024-12-03T23:09:23.869Z[ recovery-image] Dec 03 23:09:23.029 INFO O| Dec 03 23:09:23.029 INFO STEP 720 (remove_files) COMPLETE
64492024-12-03T23:09:23.869Z[ recovery-image] Dec 03 23:09:23.029 INFO O| Dec 03 23:09:23.029 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64502024-12-03T23:09:23.876Z[ recovery-image] Dec 03 23:09:23.038 INFO O| Dec 03 23:09:23.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
64512024-12-03T23:09:23.878Z[ recovery-image] Dec 03 23:09:23.038 INFO O| Dec 03 23:09:23.038 INFO STEP 721 (remove_files) COMPLETE
64522024-12-03T23:09:23.878Z[ recovery-image] Dec 03 23:09:23.038 INFO O| Dec 03 23:09:23.038 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64532024-12-03T23:09:23.885Z[ recovery-image] Dec 03 23:09:23.047 INFO O| Dec 03 23:09:23.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
64542024-12-03T23:09:23.885Z[ recovery-image] Dec 03 23:09:23.047 INFO O| Dec 03 23:09:23.047 INFO STEP 722 (remove_files) COMPLETE
64552024-12-03T23:09:23.885Z[ recovery-image] Dec 03 23:09:23.047 INFO O| Dec 03 23:09:23.047 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64562024-12-03T23:09:23.894Z[ recovery-image] Dec 03 23:09:23.056 INFO O| Dec 03 23:09:23.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
64572024-12-03T23:09:23.895Z[ recovery-image] Dec 03 23:09:23.057 INFO O| Dec 03 23:09:23.057 INFO STEP 723 (remove_files) COMPLETE
64582024-12-03T23:09:23.897Z[ recovery-image] Dec 03 23:09:23.057 INFO O| Dec 03 23:09:23.057 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64592024-12-03T23:09:23.908Z[ recovery-image] Dec 03 23:09:23.066 INFO O| Dec 03 23:09:23.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
64602024-12-03T23:09:23.909Z[ recovery-image] Dec 03 23:09:23.066 INFO O| Dec 03 23:09:23.066 INFO STEP 724 (remove_files) COMPLETE
64612024-12-03T23:09:23.909Z[ recovery-image] Dec 03 23:09:23.066 INFO O| Dec 03 23:09:23.066 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64622024-12-03T23:09:23.920Z[ recovery-image] Dec 03 23:09:23.076 INFO O| Dec 03 23:09:23.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
64632024-12-03T23:09:23.920Z[ recovery-image] Dec 03 23:09:23.076 INFO O| Dec 03 23:09:23.076 INFO STEP 725 (remove_files) COMPLETE
64642024-12-03T23:09:23.920Z[ recovery-image] Dec 03 23:09:23.076 INFO O| Dec 03 23:09:23.076 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64652024-12-03T23:09:23.927Z[ recovery-image] Dec 03 23:09:23.085 INFO O| Dec 03 23:09:23.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
64662024-12-03T23:09:23.927Z[ recovery-image] Dec 03 23:09:23.085 INFO O| Dec 03 23:09:23.085 INFO STEP 726 (remove_files) COMPLETE
64672024-12-03T23:09:23.927Z[ recovery-image] Dec 03 23:09:23.085 INFO O| Dec 03 23:09:23.085 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64682024-12-03T23:09:23.933Z[ recovery-image] Dec 03 23:09:23.094 INFO O| Dec 03 23:09:23.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
64692024-12-03T23:09:23.933Z[ recovery-image] Dec 03 23:09:23.094 INFO O| Dec 03 23:09:23.094 INFO STEP 727 (remove_files) COMPLETE
64702024-12-03T23:09:23.936Z[ recovery-image] Dec 03 23:09:23.094 INFO O| Dec 03 23:09:23.094 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64712024-12-03T23:09:23.942Z[ recovery-image] Dec 03 23:09:23.103 INFO O| Dec 03 23:09:23.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
64722024-12-03T23:09:23.947Z[ recovery-image] Dec 03 23:09:23.103 INFO O| Dec 03 23:09:23.103 INFO STEP 728 (remove_files) COMPLETE
64732024-12-03T23:09:23.947Z[ recovery-image] Dec 03 23:09:23.103 INFO O| Dec 03 23:09:23.103 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64742024-12-03T23:09:23.953Z[ recovery-image] Dec 03 23:09:23.112 INFO O| Dec 03 23:09:23.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
64752024-12-03T23:09:23.953Z[ recovery-image] Dec 03 23:09:23.112 INFO O| Dec 03 23:09:23.112 INFO STEP 729 (remove_files) COMPLETE
64762024-12-03T23:09:23.953Z[ recovery-image] Dec 03 23:09:23.112 INFO O| Dec 03 23:09:23.112 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64772024-12-03T23:09:23.960Z[ recovery-image] Dec 03 23:09:23.121 INFO O| Dec 03 23:09:23.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
64782024-12-03T23:09:23.960Z[ recovery-image] Dec 03 23:09:23.121 INFO O| Dec 03 23:09:23.121 INFO STEP 730 (remove_files) COMPLETE
64792024-12-03T23:09:23.963Z[ recovery-image] Dec 03 23:09:23.121 INFO O| Dec 03 23:09:23.121 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64802024-12-03T23:09:23.969Z[ recovery-image] Dec 03 23:09:23.130 INFO O| Dec 03 23:09:23.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
64812024-12-03T23:09:23.969Z[ recovery-image] Dec 03 23:09:23.131 INFO O| Dec 03 23:09:23.130 INFO STEP 731 (remove_files) COMPLETE
64822024-12-03T23:09:23.972Z[ recovery-image] Dec 03 23:09:23.131 INFO O| Dec 03 23:09:23.131 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64832024-12-03T23:09:23.978Z[ recovery-image] Dec 03 23:09:23.140 INFO O| Dec 03 23:09:23.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
64842024-12-03T23:09:23.978Z[ recovery-image] Dec 03 23:09:23.140 INFO O| Dec 03 23:09:23.140 INFO STEP 732 (remove_files) COMPLETE
64852024-12-03T23:09:23.982Z[ recovery-image] Dec 03 23:09:23.140 INFO O| Dec 03 23:09:23.140 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64862024-12-03T23:09:23.988Z[ recovery-image] Dec 03 23:09:23.149 INFO O| Dec 03 23:09:23.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
64872024-12-03T23:09:23.988Z[ recovery-image] Dec 03 23:09:23.149 INFO O| Dec 03 23:09:23.149 INFO STEP 733 (remove_files) COMPLETE
64882024-12-03T23:09:23.988Z[ recovery-image] Dec 03 23:09:23.149 INFO O| Dec 03 23:09:23.149 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64892024-12-03T23:09:24.001Z[ recovery-image] Dec 03 23:09:23.158 INFO O| Dec 03 23:09:23.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
64902024-12-03T23:09:24.001Z[ recovery-image] Dec 03 23:09:23.158 INFO O| Dec 03 23:09:23.158 INFO STEP 734 (remove_files) COMPLETE
64912024-12-03T23:09:24.005Z[ recovery-image] Dec 03 23:09:23.158 INFO O| Dec 03 23:09:23.158 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64922024-12-03T23:09:24.009Z[ recovery-image] Dec 03 23:09:23.167 INFO O| Dec 03 23:09:23.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
64932024-12-03T23:09:24.010Z[ recovery-image] Dec 03 23:09:23.167 INFO O| Dec 03 23:09:23.167 INFO STEP 735 (remove_files) COMPLETE
64942024-12-03T23:09:24.010Z[ recovery-image] Dec 03 23:09:23.167 INFO O| Dec 03 23:09:23.167 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64952024-12-03T23:09:24.015Z[ recovery-image] Dec 03 23:09:23.176 INFO O| Dec 03 23:09:23.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
64962024-12-03T23:09:24.015Z[ recovery-image] Dec 03 23:09:23.176 INFO O| Dec 03 23:09:23.176 INFO STEP 736 (remove_files) COMPLETE
64972024-12-03T23:09:24.017Z[ recovery-image] Dec 03 23:09:23.176 INFO O| Dec 03 23:09:23.176 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64982024-12-03T23:09:24.023Z[ recovery-image] Dec 03 23:09:23.185 INFO O| Dec 03 23:09:23.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
64992024-12-03T23:09:24.023Z[ recovery-image] Dec 03 23:09:23.185 INFO O| Dec 03 23:09:23.185 INFO STEP 737 (remove_files) COMPLETE
65002024-12-03T23:09:24.026Z[ recovery-image] Dec 03 23:09:23.186 INFO O| Dec 03 23:09:23.185 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65012024-12-03T23:09:24.032Z[ recovery-image] Dec 03 23:09:23.195 INFO O| Dec 03 23:09:23.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
65022024-12-03T23:09:24.033Z[ recovery-image] Dec 03 23:09:23.195 INFO O| Dec 03 23:09:23.195 INFO STEP 738 (remove_files) COMPLETE
65032024-12-03T23:09:24.033Z[ recovery-image] Dec 03 23:09:23.195 INFO O| Dec 03 23:09:23.195 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65042024-12-03T23:09:24.042Z[ recovery-image] Dec 03 23:09:23.204 INFO O| Dec 03 23:09:23.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
65052024-12-03T23:09:24.043Z[ recovery-image] Dec 03 23:09:23.204 INFO O| Dec 03 23:09:23.204 INFO STEP 739 (remove_files) COMPLETE
65062024-12-03T23:09:24.045Z[ recovery-image] Dec 03 23:09:23.204 INFO O| Dec 03 23:09:23.204 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65072024-12-03T23:09:24.051Z[ recovery-image] Dec 03 23:09:23.213 INFO O| Dec 03 23:09:23.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
65082024-12-03T23:09:24.053Z[ recovery-image] Dec 03 23:09:23.213 INFO O| Dec 03 23:09:23.213 INFO STEP 740 (remove_files) COMPLETE
65092024-12-03T23:09:24.053Z[ recovery-image] Dec 03 23:09:23.213 INFO O| Dec 03 23:09:23.213 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65102024-12-03T23:09:24.060Z[ recovery-image] Dec 03 23:09:23.222 INFO O| Dec 03 23:09:23.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
65112024-12-03T23:09:24.060Z[ recovery-image] Dec 03 23:09:23.222 INFO O| Dec 03 23:09:23.222 INFO STEP 741 (remove_files) COMPLETE
65122024-12-03T23:09:24.063Z[ recovery-image] Dec 03 23:09:23.222 INFO O| Dec 03 23:09:23.222 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65132024-12-03T23:09:24.070Z[ recovery-image] Dec 03 23:09:23.231 INFO O| Dec 03 23:09:23.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
65142024-12-03T23:09:24.070Z[ recovery-image] Dec 03 23:09:23.231 INFO O| Dec 03 23:09:23.231 INFO STEP 742 (remove_files) COMPLETE
65152024-12-03T23:09:24.074Z[ recovery-image] Dec 03 23:09:23.231 INFO O| Dec 03 23:09:23.231 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65162024-12-03T23:09:24.078Z[ recovery-image] Dec 03 23:09:23.240 INFO O| Dec 03 23:09:23.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
65172024-12-03T23:09:24.078Z[ recovery-image] Dec 03 23:09:23.240 INFO O| Dec 03 23:09:23.240 INFO STEP 743 (remove_files) COMPLETE
65182024-12-03T23:09:24.080Z[ recovery-image] Dec 03 23:09:23.240 INFO O| Dec 03 23:09:23.240 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65192024-12-03T23:09:24.088Z[ recovery-image] Dec 03 23:09:23.250 INFO O| Dec 03 23:09:23.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
65202024-12-03T23:09:24.091Z[ recovery-image] Dec 03 23:09:23.250 INFO O| Dec 03 23:09:23.250 INFO STEP 744 (remove_files) COMPLETE
65212024-12-03T23:09:24.091Z[ recovery-image] Dec 03 23:09:23.250 INFO O| Dec 03 23:09:23.250 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65222024-12-03T23:09:24.097Z[ recovery-image] Dec 03 23:09:23.259 INFO O| Dec 03 23:09:23.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
65232024-12-03T23:09:24.097Z[ recovery-image] Dec 03 23:09:23.259 INFO O| Dec 03 23:09:23.259 INFO STEP 745 (remove_files) COMPLETE
65242024-12-03T23:09:24.100Z[ recovery-image] Dec 03 23:09:23.259 INFO O| Dec 03 23:09:23.259 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65252024-12-03T23:09:24.106Z[ recovery-image] Dec 03 23:09:23.268 INFO O| Dec 03 23:09:23.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
65262024-12-03T23:09:24.106Z[ recovery-image] Dec 03 23:09:23.268 INFO O| Dec 03 23:09:23.268 INFO STEP 746 (remove_files) COMPLETE
65272024-12-03T23:09:24.109Z[ recovery-image] Dec 03 23:09:23.268 INFO O| Dec 03 23:09:23.268 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65282024-12-03T23:09:24.115Z[ recovery-image] Dec 03 23:09:23.277 INFO O| Dec 03 23:09:23.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
65292024-12-03T23:09:24.115Z[ recovery-image] Dec 03 23:09:23.277 INFO O| Dec 03 23:09:23.277 INFO STEP 747 (remove_files) COMPLETE
65302024-12-03T23:09:24.115Z[ recovery-image] Dec 03 23:09:23.277 INFO O| Dec 03 23:09:23.277 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65312024-12-03T23:09:24.124Z[ recovery-image] Dec 03 23:09:23.286 INFO O| Dec 03 23:09:23.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
65322024-12-03T23:09:24.124Z[ recovery-image] Dec 03 23:09:23.286 INFO O| Dec 03 23:09:23.286 INFO STEP 748 (remove_files) COMPLETE
65332024-12-03T23:09:24.127Z[ recovery-image] Dec 03 23:09:23.286 INFO O| Dec 03 23:09:23.286 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65342024-12-03T23:09:24.133Z[ recovery-image] Dec 03 23:09:23.295 INFO O| Dec 03 23:09:23.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
65352024-12-03T23:09:24.133Z[ recovery-image] Dec 03 23:09:23.295 INFO O| Dec 03 23:09:23.295 INFO STEP 749 (remove_files) COMPLETE
65362024-12-03T23:09:24.136Z[ recovery-image] Dec 03 23:09:23.295 INFO O| Dec 03 23:09:23.295 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65372024-12-03T23:09:24.143Z[ recovery-image] Dec 03 23:09:23.305 INFO O| Dec 03 23:09:23.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
65382024-12-03T23:09:24.145Z[ recovery-image] Dec 03 23:09:23.305 INFO O| Dec 03 23:09:23.305 INFO STEP 750 (remove_files) COMPLETE
65392024-12-03T23:09:24.145Z[ recovery-image] Dec 03 23:09:23.305 INFO O| Dec 03 23:09:23.305 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65402024-12-03T23:09:24.152Z[ recovery-image] Dec 03 23:09:23.314 INFO O| Dec 03 23:09:23.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
65412024-12-03T23:09:24.152Z[ recovery-image] Dec 03 23:09:23.314 INFO O| Dec 03 23:09:23.314 INFO STEP 751 (remove_files) COMPLETE
65422024-12-03T23:09:24.152Z[ recovery-image] Dec 03 23:09:23.314 INFO O| Dec 03 23:09:23.314 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65432024-12-03T23:09:24.161Z[ recovery-image] Dec 03 23:09:23.323 INFO O| Dec 03 23:09:23.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
65442024-12-03T23:09:24.165Z[ recovery-image] Dec 03 23:09:23.323 INFO O| Dec 03 23:09:23.323 INFO STEP 752 (remove_files) COMPLETE
65452024-12-03T23:09:24.165Z[ recovery-image] Dec 03 23:09:23.323 INFO O| Dec 03 23:09:23.323 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65462024-12-03T23:09:24.170Z[ recovery-image] Dec 03 23:09:23.332 INFO O| Dec 03 23:09:23.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
65472024-12-03T23:09:24.170Z[ recovery-image] Dec 03 23:09:23.332 INFO O| Dec 03 23:09:23.332 INFO STEP 753 (remove_files) COMPLETE
65482024-12-03T23:09:24.173Z[ recovery-image] Dec 03 23:09:23.332 INFO O| Dec 03 23:09:23.332 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65492024-12-03T23:09:24.179Z[ recovery-image] Dec 03 23:09:23.341 INFO O| Dec 03 23:09:23.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
65502024-12-03T23:09:24.179Z[ recovery-image] Dec 03 23:09:23.341 INFO O| Dec 03 23:09:23.341 INFO STEP 754 (remove_files) COMPLETE
65512024-12-03T23:09:24.182Z[ recovery-image] Dec 03 23:09:23.341 INFO O| Dec 03 23:09:23.341 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65522024-12-03T23:09:24.188Z[ recovery-image] Dec 03 23:09:23.350 INFO O| Dec 03 23:09:23.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
65532024-12-03T23:09:24.188Z[ recovery-image] Dec 03 23:09:23.350 INFO O| Dec 03 23:09:23.350 INFO STEP 755 (remove_files) COMPLETE
65542024-12-03T23:09:24.191Z[ recovery-image] Dec 03 23:09:23.350 INFO O| Dec 03 23:09:23.350 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65552024-12-03T23:09:24.198Z[ recovery-image] Dec 03 23:09:23.359 INFO O| Dec 03 23:09:23.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
65562024-12-03T23:09:24.198Z[ recovery-image] Dec 03 23:09:23.360 INFO O| Dec 03 23:09:23.360 INFO STEP 756 (remove_files) COMPLETE
65572024-12-03T23:09:24.200Z[ recovery-image] Dec 03 23:09:23.360 INFO O| Dec 03 23:09:23.360 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65582024-12-03T23:09:24.207Z[ recovery-image] Dec 03 23:09:23.369 INFO O| Dec 03 23:09:23.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
65592024-12-03T23:09:24.210Z[ recovery-image] Dec 03 23:09:23.369 INFO O| Dec 03 23:09:23.369 INFO STEP 757 (remove_files) COMPLETE
65602024-12-03T23:09:24.210Z[ recovery-image] Dec 03 23:09:23.369 INFO O| Dec 03 23:09:23.369 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65612024-12-03T23:09:24.216Z[ recovery-image] Dec 03 23:09:23.378 INFO O| Dec 03 23:09:23.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
65622024-12-03T23:09:24.218Z[ recovery-image] Dec 03 23:09:23.379 INFO O| Dec 03 23:09:23.379 INFO STEP 758 (remove_files) COMPLETE
65632024-12-03T23:09:24.219Z[ recovery-image] Dec 03 23:09:23.379 INFO O| Dec 03 23:09:23.379 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65642024-12-03T23:09:24.226Z[ recovery-image] Dec 03 23:09:23.388 INFO O| Dec 03 23:09:23.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
65652024-12-03T23:09:24.228Z[ recovery-image] Dec 03 23:09:23.388 INFO O| Dec 03 23:09:23.388 INFO STEP 759 (remove_files) COMPLETE
65662024-12-03T23:09:24.228Z[ recovery-image] Dec 03 23:09:23.388 INFO O| Dec 03 23:09:23.388 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65672024-12-03T23:09:24.235Z[ recovery-image] Dec 03 23:09:23.397 INFO O| Dec 03 23:09:23.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
65682024-12-03T23:09:24.236Z[ recovery-image] Dec 03 23:09:23.397 INFO O| Dec 03 23:09:23.397 INFO STEP 760 (remove_files) COMPLETE
65692024-12-03T23:09:24.238Z[ recovery-image] Dec 03 23:09:23.397 INFO O| Dec 03 23:09:23.397 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65702024-12-03T23:09:24.245Z[ recovery-image] Dec 03 23:09:23.406 INFO O| Dec 03 23:09:23.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
65712024-12-03T23:09:24.245Z[ recovery-image] Dec 03 23:09:23.406 INFO O| Dec 03 23:09:23.406 INFO STEP 761 (remove_files) COMPLETE
65722024-12-03T23:09:24.245Z[ recovery-image] Dec 03 23:09:23.406 INFO O| Dec 03 23:09:23.406 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65732024-12-03T23:09:24.253Z[ recovery-image] Dec 03 23:09:23.415 INFO O| Dec 03 23:09:23.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
65742024-12-03T23:09:24.253Z[ recovery-image] Dec 03 23:09:23.415 INFO O| Dec 03 23:09:23.415 INFO STEP 762 (remove_files) COMPLETE
65752024-12-03T23:09:24.253Z[ recovery-image] Dec 03 23:09:23.415 INFO O| Dec 03 23:09:23.415 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65762024-12-03T23:09:24.264Z[ recovery-image] Dec 03 23:09:23.424 INFO O| Dec 03 23:09:23.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
65772024-12-03T23:09:24.264Z[ recovery-image] Dec 03 23:09:23.424 INFO O| Dec 03 23:09:23.424 INFO STEP 763 (remove_files) COMPLETE
65782024-12-03T23:09:24.266Z[ recovery-image] Dec 03 23:09:23.424 INFO O| Dec 03 23:09:23.424 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65792024-12-03T23:09:24.273Z[ recovery-image] Dec 03 23:09:23.434 INFO O| Dec 03 23:09:23.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
65802024-12-03T23:09:24.273Z[ recovery-image] Dec 03 23:09:23.434 INFO O| Dec 03 23:09:23.434 INFO STEP 764 (remove_files) COMPLETE
65812024-12-03T23:09:24.273Z[ recovery-image] Dec 03 23:09:23.434 INFO O| Dec 03 23:09:23.434 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65822024-12-03T23:09:24.282Z[ recovery-image] Dec 03 23:09:23.444 INFO O| Dec 03 23:09:23.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
65832024-12-03T23:09:24.282Z[ recovery-image] Dec 03 23:09:23.444 INFO O| Dec 03 23:09:23.444 INFO STEP 765 (remove_files) COMPLETE
65842024-12-03T23:09:24.282Z[ recovery-image] Dec 03 23:09:23.444 INFO O| Dec 03 23:09:23.444 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65852024-12-03T23:09:24.291Z[ recovery-image] Dec 03 23:09:23.453 INFO O| Dec 03 23:09:23.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
65862024-12-03T23:09:24.291Z[ recovery-image] Dec 03 23:09:23.453 INFO O| Dec 03 23:09:23.453 INFO STEP 766 (remove_files) COMPLETE
65872024-12-03T23:09:24.291Z[ recovery-image] Dec 03 23:09:23.453 INFO O| Dec 03 23:09:23.453 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65882024-12-03T23:09:24.301Z[ recovery-image] Dec 03 23:09:23.462 INFO O| Dec 03 23:09:23.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
65892024-12-03T23:09:24.301Z[ recovery-image] Dec 03 23:09:23.463 INFO O| Dec 03 23:09:23.463 INFO STEP 767 (remove_files) COMPLETE
65902024-12-03T23:09:24.303Z[ recovery-image] Dec 03 23:09:23.463 INFO O| Dec 03 23:09:23.463 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65912024-12-03T23:09:24.310Z[ recovery-image] Dec 03 23:09:23.472 INFO O| Dec 03 23:09:23.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
65922024-12-03T23:09:24.314Z[ recovery-image] Dec 03 23:09:23.472 INFO O| Dec 03 23:09:23.472 INFO STEP 768 (remove_files) COMPLETE
65932024-12-03T23:09:24.314Z[ recovery-image] Dec 03 23:09:23.472 INFO O| Dec 03 23:09:23.472 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65942024-12-03T23:09:24.319Z[ recovery-image] Dec 03 23:09:23.481 INFO O| Dec 03 23:09:23.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
65952024-12-03T23:09:24.319Z[ recovery-image] Dec 03 23:09:23.481 INFO O| Dec 03 23:09:23.481 INFO STEP 769 (remove_files) COMPLETE
65962024-12-03T23:09:24.319Z[ recovery-image] Dec 03 23:09:23.481 INFO O| Dec 03 23:09:23.481 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65972024-12-03T23:09:24.329Z[ recovery-image] Dec 03 23:09:23.491 INFO O| Dec 03 23:09:23.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
65982024-12-03T23:09:24.329Z[ recovery-image] Dec 03 23:09:23.491 INFO O| Dec 03 23:09:23.491 INFO STEP 770 (remove_files) COMPLETE
65992024-12-03T23:09:24.331Z[ recovery-image] Dec 03 23:09:23.491 INFO O| Dec 03 23:09:23.491 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66002024-12-03T23:09:24.338Z[ recovery-image] Dec 03 23:09:23.500 INFO O| Dec 03 23:09:23.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
66012024-12-03T23:09:24.340Z[ recovery-image] Dec 03 23:09:23.500 INFO O| Dec 03 23:09:23.500 INFO STEP 771 (remove_files) COMPLETE
66022024-12-03T23:09:24.340Z[ recovery-image] Dec 03 23:09:23.500 INFO O| Dec 03 23:09:23.500 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66032024-12-03T23:09:24.347Z[ recovery-image] Dec 03 23:09:23.509 INFO O| Dec 03 23:09:23.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
66042024-12-03T23:09:24.347Z[ recovery-image] Dec 03 23:09:23.509 INFO O| Dec 03 23:09:23.509 INFO STEP 772 (remove_files) COMPLETE
66052024-12-03T23:09:24.350Z[ recovery-image] Dec 03 23:09:23.509 INFO O| Dec 03 23:09:23.509 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66062024-12-03T23:09:24.358Z[ recovery-image] Dec 03 23:09:23.519 INFO O| Dec 03 23:09:23.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
66072024-12-03T23:09:24.358Z[ recovery-image] Dec 03 23:09:23.519 INFO O| Dec 03 23:09:23.519 INFO STEP 773 (remove_files) COMPLETE
66082024-12-03T23:09:24.358Z[ recovery-image] Dec 03 23:09:23.519 INFO O| Dec 03 23:09:23.519 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66092024-12-03T23:09:24.366Z[ recovery-image] Dec 03 23:09:23.528 INFO O| Dec 03 23:09:23.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
66102024-12-03T23:09:24.366Z[ recovery-image] Dec 03 23:09:23.528 INFO O| Dec 03 23:09:23.528 INFO STEP 774 (remove_files) COMPLETE
66112024-12-03T23:09:24.366Z[ recovery-image] Dec 03 23:09:23.528 INFO O| Dec 03 23:09:23.528 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66122024-12-03T23:09:24.375Z[ recovery-image] Dec 03 23:09:23.537 INFO O| Dec 03 23:09:23.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
66132024-12-03T23:09:24.376Z[ recovery-image] Dec 03 23:09:23.537 INFO O| Dec 03 23:09:23.537 INFO STEP 775 (remove_files) COMPLETE
66142024-12-03T23:09:24.376Z[ recovery-image] Dec 03 23:09:23.538 INFO O| Dec 03 23:09:23.537 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66152024-12-03T23:09:24.385Z[ recovery-image] Dec 03 23:09:23.547 INFO O| Dec 03 23:09:23.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
66162024-12-03T23:09:24.385Z[ recovery-image] Dec 03 23:09:23.547 INFO O| Dec 03 23:09:23.547 INFO STEP 776 (remove_files) COMPLETE
66172024-12-03T23:09:24.385Z[ recovery-image] Dec 03 23:09:23.547 INFO O| Dec 03 23:09:23.547 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66182024-12-03T23:09:24.395Z[ recovery-image] Dec 03 23:09:23.556 INFO O| Dec 03 23:09:23.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
66192024-12-03T23:09:24.397Z[ recovery-image] Dec 03 23:09:23.556 INFO O| Dec 03 23:09:23.556 INFO STEP 777 (remove_files) COMPLETE
66202024-12-03T23:09:24.397Z[ recovery-image] Dec 03 23:09:23.556 INFO O| Dec 03 23:09:23.556 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66212024-12-03T23:09:24.404Z[ recovery-image] Dec 03 23:09:23.565 INFO O| Dec 03 23:09:23.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
66222024-12-03T23:09:24.404Z[ recovery-image] Dec 03 23:09:23.566 INFO O| Dec 03 23:09:23.566 INFO STEP 778 (remove_files) COMPLETE
66232024-12-03T23:09:24.404Z[ recovery-image] Dec 03 23:09:23.566 INFO O| Dec 03 23:09:23.566 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66242024-12-03T23:09:24.413Z[ recovery-image] Dec 03 23:09:23.575 INFO O| Dec 03 23:09:23.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
66252024-12-03T23:09:24.413Z[ recovery-image] Dec 03 23:09:23.575 INFO O| Dec 03 23:09:23.575 INFO STEP 779 (remove_files) COMPLETE
66262024-12-03T23:09:24.413Z[ recovery-image] Dec 03 23:09:23.575 INFO O| Dec 03 23:09:23.575 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66272024-12-03T23:09:24.422Z[ recovery-image] Dec 03 23:09:23.584 INFO O| Dec 03 23:09:23.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
66282024-12-03T23:09:24.422Z[ recovery-image] Dec 03 23:09:23.584 INFO O| Dec 03 23:09:23.584 INFO STEP 780 (remove_files) COMPLETE
66292024-12-03T23:09:24.422Z[ recovery-image] Dec 03 23:09:23.584 INFO O| Dec 03 23:09:23.584 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66302024-12-03T23:09:24.432Z[ recovery-image] Dec 03 23:09:23.594 INFO O| Dec 03 23:09:23.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
66312024-12-03T23:09:24.434Z[ recovery-image] Dec 03 23:09:23.594 INFO O| Dec 03 23:09:23.594 INFO STEP 781 (remove_files) COMPLETE
66322024-12-03T23:09:24.434Z[ recovery-image] Dec 03 23:09:23.594 INFO O| Dec 03 23:09:23.594 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66332024-12-03T23:09:24.441Z[ recovery-image] Dec 03 23:09:23.603 INFO O| Dec 03 23:09:23.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
66342024-12-03T23:09:24.441Z[ recovery-image] Dec 03 23:09:23.603 INFO O| Dec 03 23:09:23.603 INFO STEP 782 (remove_files) COMPLETE
66352024-12-03T23:09:24.441Z[ recovery-image] Dec 03 23:09:23.603 INFO O| Dec 03 23:09:23.603 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66362024-12-03T23:09:24.450Z[ recovery-image] Dec 03 23:09:23.612 INFO O| Dec 03 23:09:23.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
66372024-12-03T23:09:24.450Z[ recovery-image] Dec 03 23:09:23.612 INFO O| Dec 03 23:09:23.612 INFO STEP 783 (remove_files) COMPLETE
66382024-12-03T23:09:24.450Z[ recovery-image] Dec 03 23:09:23.612 INFO O| Dec 03 23:09:23.612 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66392024-12-03T23:09:24.460Z[ recovery-image] Dec 03 23:09:23.622 INFO O| Dec 03 23:09:23.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
66402024-12-03T23:09:24.460Z[ recovery-image] Dec 03 23:09:23.622 INFO O| Dec 03 23:09:23.622 INFO STEP 784 (remove_files) COMPLETE
66412024-12-03T23:09:24.460Z[ recovery-image] Dec 03 23:09:23.622 INFO O| Dec 03 23:09:23.622 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66422024-12-03T23:09:24.469Z[ recovery-image] Dec 03 23:09:23.631 INFO O| Dec 03 23:09:23.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
66432024-12-03T23:09:24.472Z[ recovery-image] Dec 03 23:09:23.631 INFO O| Dec 03 23:09:23.631 INFO STEP 785 (remove_files) COMPLETE
66442024-12-03T23:09:24.472Z[ recovery-image] Dec 03 23:09:23.631 INFO O| Dec 03 23:09:23.631 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66452024-12-03T23:09:24.478Z[ recovery-image] Dec 03 23:09:23.640 INFO O| Dec 03 23:09:23.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
66462024-12-03T23:09:24.482Z[ recovery-image] Dec 03 23:09:23.640 INFO O| Dec 03 23:09:23.640 INFO STEP 786 (remove_files) COMPLETE
66472024-12-03T23:09:24.482Z[ recovery-image] Dec 03 23:09:23.640 INFO O| Dec 03 23:09:23.640 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66482024-12-03T23:09:24.488Z[ recovery-image] Dec 03 23:09:23.650 INFO O| Dec 03 23:09:23.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
66492024-12-03T23:09:24.490Z[ recovery-image] Dec 03 23:09:23.650 INFO O| Dec 03 23:09:23.650 INFO STEP 787 (remove_files) COMPLETE
66502024-12-03T23:09:24.490Z[ recovery-image] Dec 03 23:09:23.650 INFO O| Dec 03 23:09:23.650 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66512024-12-03T23:09:24.497Z[ recovery-image] Dec 03 23:09:23.659 INFO O| Dec 03 23:09:23.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
66522024-12-03T23:09:24.497Z[ recovery-image] Dec 03 23:09:23.659 INFO O| Dec 03 23:09:23.659 INFO STEP 788 (remove_files) COMPLETE
66532024-12-03T23:09:24.501Z[ recovery-image] Dec 03 23:09:23.659 INFO O| Dec 03 23:09:23.659 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66542024-12-03T23:09:24.506Z[ recovery-image] Dec 03 23:09:23.668 INFO O| Dec 03 23:09:23.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
66552024-12-03T23:09:24.509Z[ recovery-image] Dec 03 23:09:23.668 INFO O| Dec 03 23:09:23.668 INFO STEP 789 (remove_files) COMPLETE
66562024-12-03T23:09:24.509Z[ recovery-image] Dec 03 23:09:23.668 INFO O| Dec 03 23:09:23.668 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66572024-12-03T23:09:24.516Z[ recovery-image] Dec 03 23:09:23.678 INFO O| Dec 03 23:09:23.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
66582024-12-03T23:09:24.516Z[ recovery-image] Dec 03 23:09:23.678 INFO O| Dec 03 23:09:23.678 INFO STEP 790 (remove_files) COMPLETE
66592024-12-03T23:09:24.519Z[ recovery-image] Dec 03 23:09:23.678 INFO O| Dec 03 23:09:23.678 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66602024-12-03T23:09:24.525Z[ recovery-image] Dec 03 23:09:23.687 INFO O| Dec 03 23:09:23.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
66612024-12-03T23:09:24.525Z[ recovery-image] Dec 03 23:09:23.687 INFO O| Dec 03 23:09:23.687 INFO STEP 791 (remove_files) COMPLETE
66622024-12-03T23:09:24.525Z[ recovery-image] Dec 03 23:09:23.687 INFO O| Dec 03 23:09:23.687 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66632024-12-03T23:09:24.535Z[ recovery-image] Dec 03 23:09:23.696 INFO O| Dec 03 23:09:23.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
66642024-12-03T23:09:24.537Z[ recovery-image] Dec 03 23:09:23.697 INFO O| Dec 03 23:09:23.697 INFO STEP 792 (remove_files) COMPLETE
66652024-12-03T23:09:24.537Z[ recovery-image] Dec 03 23:09:23.697 INFO O| Dec 03 23:09:23.697 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66662024-12-03T23:09:24.544Z[ recovery-image] Dec 03 23:09:23.706 INFO O| Dec 03 23:09:23.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
66672024-12-03T23:09:24.544Z[ recovery-image] Dec 03 23:09:23.706 INFO O| Dec 03 23:09:23.706 INFO STEP 793 (remove_files) COMPLETE
66682024-12-03T23:09:24.546Z[ recovery-image] Dec 03 23:09:23.706 INFO O| Dec 03 23:09:23.706 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66692024-12-03T23:09:24.553Z[ recovery-image] Dec 03 23:09:23.715 INFO O| Dec 03 23:09:23.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
66702024-12-03T23:09:24.553Z[ recovery-image] Dec 03 23:09:23.715 INFO O| Dec 03 23:09:23.715 INFO STEP 794 (remove_files) COMPLETE
66712024-12-03T23:09:24.556Z[ recovery-image] Dec 03 23:09:23.715 INFO O| Dec 03 23:09:23.715 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66722024-12-03T23:09:24.563Z[ recovery-image] Dec 03 23:09:23.724 INFO O| Dec 03 23:09:23.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
66732024-12-03T23:09:24.565Z[ recovery-image] Dec 03 23:09:23.724 INFO O| Dec 03 23:09:23.724 INFO STEP 795 (remove_files) COMPLETE
66742024-12-03T23:09:24.565Z[ recovery-image] Dec 03 23:09:23.724 INFO O| Dec 03 23:09:23.724 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66752024-12-03T23:09:24.572Z[ recovery-image] Dec 03 23:09:23.734 INFO O| Dec 03 23:09:23.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
66762024-12-03T23:09:24.575Z[ recovery-image] Dec 03 23:09:23.734 INFO O| Dec 03 23:09:23.734 INFO STEP 796 (remove_files) COMPLETE
66772024-12-03T23:09:24.575Z[ recovery-image] Dec 03 23:09:23.734 INFO O| Dec 03 23:09:23.734 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66782024-12-03T23:09:24.581Z[ recovery-image] Dec 03 23:09:23.743 INFO O| Dec 03 23:09:23.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
66792024-12-03T23:09:24.584Z[ recovery-image] Dec 03 23:09:23.743 INFO O| Dec 03 23:09:23.743 INFO STEP 797 (remove_files) COMPLETE
66802024-12-03T23:09:24.584Z[ recovery-image] Dec 03 23:09:23.743 INFO O| Dec 03 23:09:23.743 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66812024-12-03T23:09:24.591Z[ recovery-image] Dec 03 23:09:23.752 INFO O| Dec 03 23:09:23.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
66822024-12-03T23:09:24.591Z[ recovery-image] Dec 03 23:09:23.752 INFO O| Dec 03 23:09:23.752 INFO STEP 798 (remove_files) COMPLETE
66832024-12-03T23:09:24.591Z[ recovery-image] Dec 03 23:09:23.752 INFO O| Dec 03 23:09:23.752 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66842024-12-03T23:09:24.600Z[ recovery-image] Dec 03 23:09:23.762 INFO O| Dec 03 23:09:23.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
66852024-12-03T23:09:24.600Z[ recovery-image] Dec 03 23:09:23.762 INFO O| Dec 03 23:09:23.762 INFO STEP 799 (remove_files) COMPLETE
66862024-12-03T23:09:24.602Z[ recovery-image] Dec 03 23:09:23.762 INFO O| Dec 03 23:09:23.762 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66872024-12-03T23:09:24.609Z[ recovery-image] Dec 03 23:09:23.771 INFO O| Dec 03 23:09:23.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
66882024-12-03T23:09:24.615Z[ recovery-image] Dec 03 23:09:23.771 INFO O| Dec 03 23:09:23.771 INFO STEP 800 (remove_files) COMPLETE
66892024-12-03T23:09:24.615Z[ recovery-image] Dec 03 23:09:23.771 INFO O| Dec 03 23:09:23.771 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66902024-12-03T23:09:24.619Z[ recovery-image] Dec 03 23:09:23.781 INFO O| Dec 03 23:09:23.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
66912024-12-03T23:09:24.621Z[ recovery-image] Dec 03 23:09:23.781 INFO O| Dec 03 23:09:23.781 INFO STEP 801 (remove_files) COMPLETE
66922024-12-03T23:09:24.621Z[ recovery-image] Dec 03 23:09:23.781 INFO O| Dec 03 23:09:23.781 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66932024-12-03T23:09:24.628Z[ recovery-image] Dec 03 23:09:23.790 INFO O| Dec 03 23:09:23.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
66942024-12-03T23:09:24.628Z[ recovery-image] Dec 03 23:09:23.790 INFO O| Dec 03 23:09:23.790 INFO STEP 802 (remove_files) COMPLETE
66952024-12-03T23:09:24.632Z[ recovery-image] Dec 03 23:09:23.790 INFO O| Dec 03 23:09:23.790 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66962024-12-03T23:09:24.638Z[ recovery-image] Dec 03 23:09:23.799 INFO O| Dec 03 23:09:23.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
66972024-12-03T23:09:24.641Z[ recovery-image] Dec 03 23:09:23.799 INFO O| Dec 03 23:09:23.799 INFO STEP 803 (remove_files) COMPLETE
66982024-12-03T23:09:24.641Z[ recovery-image] Dec 03 23:09:23.799 INFO O| Dec 03 23:09:23.799 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66992024-12-03T23:09:24.647Z[ recovery-image] Dec 03 23:09:23.809 INFO O| Dec 03 23:09:23.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
67002024-12-03T23:09:24.650Z[ recovery-image] Dec 03 23:09:23.809 INFO O| Dec 03 23:09:23.809 INFO STEP 804 (remove_files) COMPLETE
67012024-12-03T23:09:24.650Z[ recovery-image] Dec 03 23:09:23.809 INFO O| Dec 03 23:09:23.809 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67022024-12-03T23:09:24.656Z[ recovery-image] Dec 03 23:09:23.818 INFO O| Dec 03 23:09:23.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
67032024-12-03T23:09:24.656Z[ recovery-image] Dec 03 23:09:23.818 INFO O| Dec 03 23:09:23.818 INFO STEP 805 (remove_files) COMPLETE
67042024-12-03T23:09:24.656Z[ recovery-image] Dec 03 23:09:23.818 INFO O| Dec 03 23:09:23.818 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67052024-12-03T23:09:24.666Z[ recovery-image] Dec 03 23:09:23.827 INFO O| Dec 03 23:09:23.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
67062024-12-03T23:09:24.666Z[ recovery-image] Dec 03 23:09:23.827 INFO O| Dec 03 23:09:23.827 INFO STEP 806 (remove_files) COMPLETE
67072024-12-03T23:09:24.666Z[ recovery-image] Dec 03 23:09:23.827 INFO O| Dec 03 23:09:23.827 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67082024-12-03T23:09:24.675Z[ recovery-image] Dec 03 23:09:23.837 INFO O| Dec 03 23:09:23.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
67092024-12-03T23:09:24.675Z[ recovery-image] Dec 03 23:09:23.837 INFO O| Dec 03 23:09:23.837 INFO STEP 807 (remove_files) COMPLETE
67102024-12-03T23:09:24.675Z[ recovery-image] Dec 03 23:09:23.837 INFO O| Dec 03 23:09:23.837 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67112024-12-03T23:09:24.685Z[ recovery-image] Dec 03 23:09:23.846 INFO O| Dec 03 23:09:23.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
67122024-12-03T23:09:24.689Z[ recovery-image] Dec 03 23:09:23.846 INFO O| Dec 03 23:09:23.846 INFO STEP 808 (remove_files) COMPLETE
67132024-12-03T23:09:24.689Z[ recovery-image] Dec 03 23:09:23.846 INFO O| Dec 03 23:09:23.846 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67142024-12-03T23:09:24.698Z[ recovery-image] Dec 03 23:09:23.856 INFO O| Dec 03 23:09:23.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
67152024-12-03T23:09:24.698Z[ recovery-image] Dec 03 23:09:23.856 INFO O| Dec 03 23:09:23.856 INFO STEP 809 (remove_files) COMPLETE
67162024-12-03T23:09:24.698Z[ recovery-image] Dec 03 23:09:23.856 INFO O| Dec 03 23:09:23.856 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67172024-12-03T23:09:24.703Z[ recovery-image] Dec 03 23:09:23.865 INFO O| Dec 03 23:09:23.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
67182024-12-03T23:09:24.706Z[ recovery-image] Dec 03 23:09:23.865 INFO O| Dec 03 23:09:23.865 INFO STEP 810 (remove_files) COMPLETE
67192024-12-03T23:09:24.706Z[ recovery-image] Dec 03 23:09:23.865 INFO O| Dec 03 23:09:23.865 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67202024-12-03T23:09:24.713Z[ recovery-image] Dec 03 23:09:23.875 INFO O| Dec 03 23:09:23.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
67212024-12-03T23:09:24.713Z[ recovery-image] Dec 03 23:09:23.875 INFO O| Dec 03 23:09:23.875 INFO STEP 811 (remove_files) COMPLETE
67222024-12-03T23:09:24.715Z[ recovery-image] Dec 03 23:09:23.875 INFO O| Dec 03 23:09:23.875 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67232024-12-03T23:09:24.722Z[ recovery-image] Dec 03 23:09:23.884 INFO O| Dec 03 23:09:23.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
67242024-12-03T23:09:24.722Z[ recovery-image] Dec 03 23:09:23.884 INFO O| Dec 03 23:09:23.884 INFO STEP 812 (remove_files) COMPLETE
67252024-12-03T23:09:24.725Z[ recovery-image] Dec 03 23:09:23.884 INFO O| Dec 03 23:09:23.884 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67262024-12-03T23:09:24.731Z[ recovery-image] Dec 03 23:09:23.893 INFO O| Dec 03 23:09:23.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
67272024-12-03T23:09:24.734Z[ recovery-image] Dec 03 23:09:23.894 INFO O| Dec 03 23:09:23.894 INFO STEP 813 (remove_files) COMPLETE
67282024-12-03T23:09:24.734Z[ recovery-image] Dec 03 23:09:23.894 INFO O| Dec 03 23:09:23.894 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67292024-12-03T23:09:24.741Z[ recovery-image] Dec 03 23:09:23.903 INFO O| Dec 03 23:09:23.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
67302024-12-03T23:09:24.741Z[ recovery-image] Dec 03 23:09:23.903 INFO O| Dec 03 23:09:23.903 INFO STEP 814 (remove_files) COMPLETE
67312024-12-03T23:09:24.743Z[ recovery-image] Dec 03 23:09:23.903 INFO O| Dec 03 23:09:23.903 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67322024-12-03T23:09:24.750Z[ recovery-image] Dec 03 23:09:23.912 INFO O| Dec 03 23:09:23.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
67332024-12-03T23:09:24.753Z[ recovery-image] Dec 03 23:09:23.912 INFO O| Dec 03 23:09:23.912 INFO STEP 815 (remove_files) COMPLETE
67342024-12-03T23:09:24.753Z[ recovery-image] Dec 03 23:09:23.912 INFO O| Dec 03 23:09:23.912 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67352024-12-03T23:09:24.760Z[ recovery-image] Dec 03 23:09:23.922 INFO O| Dec 03 23:09:23.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
67362024-12-03T23:09:24.760Z[ recovery-image] Dec 03 23:09:23.922 INFO O| Dec 03 23:09:23.922 INFO STEP 816 (remove_files) COMPLETE
67372024-12-03T23:09:24.762Z[ recovery-image] Dec 03 23:09:23.922 INFO O| Dec 03 23:09:23.922 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67382024-12-03T23:09:24.769Z[ recovery-image] Dec 03 23:09:23.931 INFO O| Dec 03 23:09:23.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
67392024-12-03T23:09:24.772Z[ recovery-image] Dec 03 23:09:23.931 INFO O| Dec 03 23:09:23.931 INFO STEP 817 (remove_files) COMPLETE
67402024-12-03T23:09:24.772Z[ recovery-image] Dec 03 23:09:23.931 INFO O| Dec 03 23:09:23.931 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67412024-12-03T23:09:24.779Z[ recovery-image] Dec 03 23:09:23.940 INFO O| Dec 03 23:09:23.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
67422024-12-03T23:09:24.779Z[ recovery-image] Dec 03 23:09:23.940 INFO O| Dec 03 23:09:23.940 INFO STEP 818 (remove_files) COMPLETE
67432024-12-03T23:09:24.781Z[ recovery-image] Dec 03 23:09:23.941 INFO O| Dec 03 23:09:23.940 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67442024-12-03T23:09:24.789Z[ recovery-image] Dec 03 23:09:23.950 INFO O| Dec 03 23:09:23.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
67452024-12-03T23:09:24.792Z[ recovery-image] Dec 03 23:09:23.950 INFO O| Dec 03 23:09:23.950 INFO STEP 819 (remove_files) COMPLETE
67462024-12-03T23:09:24.792Z[ recovery-image] Dec 03 23:09:23.950 INFO O| Dec 03 23:09:23.950 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67472024-12-03T23:09:24.797Z[ recovery-image] Dec 03 23:09:23.959 INFO O| Dec 03 23:09:23.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
67482024-12-03T23:09:24.800Z[ recovery-image] Dec 03 23:09:23.959 INFO O| Dec 03 23:09:23.959 INFO STEP 820 (remove_files) COMPLETE
67492024-12-03T23:09:24.801Z[ recovery-image] Dec 03 23:09:23.959 INFO O| Dec 03 23:09:23.959 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67502024-12-03T23:09:24.807Z[ recovery-image] Dec 03 23:09:23.969 INFO O| Dec 03 23:09:23.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
67512024-12-03T23:09:24.807Z[ recovery-image] Dec 03 23:09:23.969 INFO O| Dec 03 23:09:23.969 INFO STEP 821 (remove_files) COMPLETE
67522024-12-03T23:09:24.807Z[ recovery-image] Dec 03 23:09:23.969 INFO O| Dec 03 23:09:23.969 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67532024-12-03T23:09:24.816Z[ recovery-image] Dec 03 23:09:23.978 INFO O| Dec 03 23:09:23.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
67542024-12-03T23:09:24.816Z[ recovery-image] Dec 03 23:09:23.978 INFO O| Dec 03 23:09:23.978 INFO STEP 822 (remove_files) COMPLETE
67552024-12-03T23:09:24.819Z[ recovery-image] Dec 03 23:09:23.978 INFO O| Dec 03 23:09:23.978 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67562024-12-03T23:09:24.825Z[ recovery-image] Dec 03 23:09:23.987 INFO O| Dec 03 23:09:23.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
67572024-12-03T23:09:24.825Z[ recovery-image] Dec 03 23:09:23.987 INFO O| Dec 03 23:09:23.987 INFO STEP 823 (remove_files) COMPLETE
67582024-12-03T23:09:24.826Z[ recovery-image] Dec 03 23:09:23.988 INFO O| Dec 03 23:09:23.987 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67592024-12-03T23:09:24.835Z[ recovery-image] Dec 03 23:09:23.997 INFO O| Dec 03 23:09:23.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
67602024-12-03T23:09:24.835Z[ recovery-image] Dec 03 23:09:23.997 INFO O| Dec 03 23:09:23.997 INFO STEP 824 (remove_files) COMPLETE
67612024-12-03T23:09:24.835Z[ recovery-image] Dec 03 23:09:23.997 INFO O| Dec 03 23:09:23.997 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67622024-12-03T23:09:24.845Z[ recovery-image] Dec 03 23:09:24.006 INFO O| Dec 03 23:09:24.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
67632024-12-03T23:09:24.845Z[ recovery-image] Dec 03 23:09:24.007 INFO O| Dec 03 23:09:24.006 INFO STEP 825 (remove_files) COMPLETE
67642024-12-03T23:09:24.848Z[ recovery-image] Dec 03 23:09:24.007 INFO O| Dec 03 23:09:24.007 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67652024-12-03T23:09:24.854Z[ recovery-image] Dec 03 23:09:24.016 INFO O| Dec 03 23:09:24.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
67662024-12-03T23:09:24.854Z[ recovery-image] Dec 03 23:09:24.016 INFO O| Dec 03 23:09:24.016 INFO STEP 826 (remove_files) COMPLETE
67672024-12-03T23:09:24.854Z[ recovery-image] Dec 03 23:09:24.016 INFO O| Dec 03 23:09:24.016 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67682024-12-03T23:09:24.864Z[ recovery-image] Dec 03 23:09:24.025 INFO O| Dec 03 23:09:24.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
67692024-12-03T23:09:24.867Z[ recovery-image] Dec 03 23:09:24.025 INFO O| Dec 03 23:09:24.025 INFO STEP 827 (remove_files) COMPLETE
67702024-12-03T23:09:24.867Z[ recovery-image] Dec 03 23:09:24.025 INFO O| Dec 03 23:09:24.025 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67712024-12-03T23:09:24.873Z[ recovery-image] Dec 03 23:09:24.035 INFO O| Dec 03 23:09:24.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
67722024-12-03T23:09:24.875Z[ recovery-image] Dec 03 23:09:24.035 INFO O| Dec 03 23:09:24.035 INFO STEP 828 (remove_files) COMPLETE
67732024-12-03T23:09:24.875Z[ recovery-image] Dec 03 23:09:24.035 INFO O| Dec 03 23:09:24.035 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67742024-12-03T23:09:24.882Z[ recovery-image] Dec 03 23:09:24.044 INFO O| Dec 03 23:09:24.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
67752024-12-03T23:09:24.885Z[ recovery-image] Dec 03 23:09:24.044 INFO O| Dec 03 23:09:24.044 INFO STEP 829 (remove_files) COMPLETE
67762024-12-03T23:09:24.885Z[ recovery-image] Dec 03 23:09:24.044 INFO O| Dec 03 23:09:24.044 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67772024-12-03T23:09:24.892Z[ recovery-image] Dec 03 23:09:24.054 INFO O| Dec 03 23:09:24.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
67782024-12-03T23:09:24.894Z[ recovery-image] Dec 03 23:09:24.054 INFO O| Dec 03 23:09:24.054 INFO STEP 830 (remove_files) COMPLETE
67792024-12-03T23:09:24.894Z[ recovery-image] Dec 03 23:09:24.054 INFO O| Dec 03 23:09:24.054 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67802024-12-03T23:09:24.901Z[ recovery-image] Dec 03 23:09:24.063 INFO O| Dec 03 23:09:24.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
67812024-12-03T23:09:24.901Z[ recovery-image] Dec 03 23:09:24.063 INFO O| Dec 03 23:09:24.063 INFO STEP 831 (remove_files) COMPLETE
67822024-12-03T23:09:24.904Z[ recovery-image] Dec 03 23:09:24.063 INFO O| Dec 03 23:09:24.063 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67832024-12-03T23:09:24.912Z[ recovery-image] Dec 03 23:09:24.072 INFO O| Dec 03 23:09:24.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
67842024-12-03T23:09:24.912Z[ recovery-image] Dec 03 23:09:24.072 INFO O| Dec 03 23:09:24.072 INFO STEP 832 (remove_files) COMPLETE
67852024-12-03T23:09:24.915Z[ recovery-image] Dec 03 23:09:24.072 INFO O| Dec 03 23:09:24.072 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67862024-12-03T23:09:24.920Z[ recovery-image] Dec 03 23:09:24.082 INFO O| Dec 03 23:09:24.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
67872024-12-03T23:09:24.923Z[ recovery-image] Dec 03 23:09:24.082 INFO O| Dec 03 23:09:24.082 INFO STEP 833 (remove_files) COMPLETE
67882024-12-03T23:09:24.923Z[ recovery-image] Dec 03 23:09:24.082 INFO O| Dec 03 23:09:24.082 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67892024-12-03T23:09:24.931Z[ recovery-image] Dec 03 23:09:24.092 INFO O| Dec 03 23:09:24.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
67902024-12-03T23:09:24.931Z[ recovery-image] Dec 03 23:09:24.092 INFO O| Dec 03 23:09:24.092 INFO STEP 834 (remove_files) COMPLETE
67912024-12-03T23:09:24.932Z[ recovery-image] Dec 03 23:09:24.092 INFO O| Dec 03 23:09:24.092 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67922024-12-03T23:09:24.939Z[ recovery-image] Dec 03 23:09:24.101 INFO O| Dec 03 23:09:24.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
67932024-12-03T23:09:24.945Z[ recovery-image] Dec 03 23:09:24.101 INFO O| Dec 03 23:09:24.101 INFO STEP 835 (remove_files) COMPLETE
67942024-12-03T23:09:24.945Z[ recovery-image] Dec 03 23:09:24.101 INFO O| Dec 03 23:09:24.101 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67952024-12-03T23:09:24.950Z[ recovery-image] Dec 03 23:09:24.110 INFO O| Dec 03 23:09:24.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
67962024-12-03T23:09:24.951Z[ recovery-image] Dec 03 23:09:24.110 INFO O| Dec 03 23:09:24.110 INFO STEP 836 (remove_files) COMPLETE
67972024-12-03T23:09:24.951Z[ recovery-image] Dec 03 23:09:24.110 INFO O| Dec 03 23:09:24.110 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67982024-12-03T23:09:24.959Z[ recovery-image] Dec 03 23:09:24.120 INFO O| Dec 03 23:09:24.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
67992024-12-03T23:09:24.959Z[ recovery-image] Dec 03 23:09:24.120 INFO O| Dec 03 23:09:24.120 INFO STEP 837 (remove_files) COMPLETE
68002024-12-03T23:09:24.961Z[ recovery-image] Dec 03 23:09:24.120 INFO O| Dec 03 23:09:24.120 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68012024-12-03T23:09:24.968Z[ recovery-image] Dec 03 23:09:24.129 INFO O| Dec 03 23:09:24.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
68022024-12-03T23:09:24.972Z[ recovery-image] Dec 03 23:09:24.129 INFO O| Dec 03 23:09:24.129 INFO STEP 838 (remove_files) COMPLETE
68032024-12-03T23:09:24.972Z[ recovery-image] Dec 03 23:09:24.129 INFO O| Dec 03 23:09:24.129 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68042024-12-03T23:09:24.977Z[ recovery-image] Dec 03 23:09:24.138 INFO O| Dec 03 23:09:24.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
68052024-12-03T23:09:24.977Z[ recovery-image] Dec 03 23:09:24.138 INFO O| Dec 03 23:09:24.138 INFO STEP 839 (remove_files) COMPLETE
68062024-12-03T23:09:24.977Z[ recovery-image] Dec 03 23:09:24.138 INFO O| Dec 03 23:09:24.138 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68072024-12-03T23:09:24.996Z[ recovery-image] Dec 03 23:09:24.148 INFO O| Dec 03 23:09:24.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
68082024-12-03T23:09:24.996Z[ recovery-image] Dec 03 23:09:24.148 INFO O| Dec 03 23:09:24.148 INFO STEP 840 (remove_files) COMPLETE
68092024-12-03T23:09:25.009Z[ recovery-image] Dec 03 23:09:24.148 INFO O| Dec 03 23:09:24.148 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68102024-12-03T23:09:25.009Z[ recovery-image] Dec 03 23:09:24.157 INFO O| Dec 03 23:09:24.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
68112024-12-03T23:09:25.009Z[ recovery-image] Dec 03 23:09:24.157 INFO O| Dec 03 23:09:24.157 INFO STEP 841 (remove_files) COMPLETE
68122024-12-03T23:09:25.009Z[ recovery-image] Dec 03 23:09:24.157 INFO O| Dec 03 23:09:24.157 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68132024-12-03T23:09:25.027Z[ recovery-image] Dec 03 23:09:24.166 INFO O| Dec 03 23:09:24.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
68142024-12-03T23:09:25.027Z[ recovery-image] Dec 03 23:09:24.166 INFO O| Dec 03 23:09:24.166 INFO STEP 842 (remove_files) COMPLETE
68152024-12-03T23:09:25.028Z[ recovery-image] Dec 03 23:09:24.166 INFO O| Dec 03 23:09:24.166 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68162024-12-03T23:09:25.044Z[ recovery-image] Dec 03 23:09:24.176 INFO O| Dec 03 23:09:24.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
68172024-12-03T23:09:25.044Z[ recovery-image] Dec 03 23:09:24.176 INFO O| Dec 03 23:09:24.176 INFO STEP 843 (remove_files) COMPLETE
68182024-12-03T23:09:25.044Z[ recovery-image] Dec 03 23:09:24.176 INFO O| Dec 03 23:09:24.176 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68192024-12-03T23:09:25.044Z[ recovery-image] Dec 03 23:09:24.185 INFO O| Dec 03 23:09:24.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
68202024-12-03T23:09:25.044Z[ recovery-image] Dec 03 23:09:24.185 INFO O| Dec 03 23:09:24.185 INFO STEP 844 (remove_files) COMPLETE
68212024-12-03T23:09:25.044Z[ recovery-image] Dec 03 23:09:24.185 INFO O| Dec 03 23:09:24.185 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68222024-12-03T23:09:25.065Z[ recovery-image] Dec 03 23:09:24.194 INFO O| Dec 03 23:09:24.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
68232024-12-03T23:09:25.065Z[ recovery-image] Dec 03 23:09:24.194 INFO O| Dec 03 23:09:24.194 INFO STEP 845 (remove_files) COMPLETE
68242024-12-03T23:09:25.065Z[ recovery-image] Dec 03 23:09:24.194 INFO O| Dec 03 23:09:24.194 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68252024-12-03T23:09:25.065Z[ recovery-image] Dec 03 23:09:24.203 INFO O| Dec 03 23:09:24.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
68262024-12-03T23:09:25.065Z[ recovery-image] Dec 03 23:09:24.203 INFO O| Dec 03 23:09:24.203 INFO STEP 846 (remove_files) COMPLETE
68272024-12-03T23:09:25.065Z[ recovery-image] Dec 03 23:09:24.203 INFO O| Dec 03 23:09:24.203 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68282024-12-03T23:09:25.093Z[ recovery-image] Dec 03 23:09:24.213 INFO O| Dec 03 23:09:24.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
68292024-12-03T23:09:25.093Z[ recovery-image] Dec 03 23:09:24.213 INFO O| Dec 03 23:09:24.213 INFO STEP 847 (remove_files) COMPLETE
68302024-12-03T23:09:25.093Z[ recovery-image] Dec 03 23:09:24.213 INFO O| Dec 03 23:09:24.213 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68312024-12-03T23:09:25.093Z[ recovery-image] Dec 03 23:09:24.222 INFO O| Dec 03 23:09:24.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
68322024-12-03T23:09:25.093Z[ recovery-image] Dec 03 23:09:24.222 INFO O| Dec 03 23:09:24.222 INFO STEP 848 (remove_files) COMPLETE
68332024-12-03T23:09:25.093Z[ recovery-image] Dec 03 23:09:24.222 INFO O| Dec 03 23:09:24.222 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68342024-12-03T23:09:25.093Z[ recovery-image] Dec 03 23:09:24.231 INFO O| Dec 03 23:09:24.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
68352024-12-03T23:09:25.094Z[ recovery-image] Dec 03 23:09:24.231 INFO O| Dec 03 23:09:24.231 INFO STEP 849 (remove_files) COMPLETE
68362024-12-03T23:09:25.094Z[ recovery-image] Dec 03 23:09:24.231 INFO O| Dec 03 23:09:24.231 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68372024-12-03T23:09:25.131Z[ recovery-image] Dec 03 23:09:24.241 INFO O| Dec 03 23:09:24.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
68382024-12-03T23:09:25.131Z[ recovery-image] Dec 03 23:09:24.241 INFO O| Dec 03 23:09:24.241 INFO STEP 850 (remove_files) COMPLETE
68392024-12-03T23:09:25.131Z[ recovery-image] Dec 03 23:09:24.241 INFO O| Dec 03 23:09:24.241 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68402024-12-03T23:09:25.131Z[ recovery-image] Dec 03 23:09:24.250 INFO O| Dec 03 23:09:24.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
68412024-12-03T23:09:25.132Z[ recovery-image] Dec 03 23:09:24.250 INFO O| Dec 03 23:09:24.250 INFO STEP 851 (remove_files) COMPLETE
68422024-12-03T23:09:25.132Z[ recovery-image] Dec 03 23:09:24.250 INFO O| Dec 03 23:09:24.250 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68432024-12-03T23:09:25.132Z[ recovery-image] Dec 03 23:09:24.259 INFO O| Dec 03 23:09:24.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
68442024-12-03T23:09:25.132Z[ recovery-image] Dec 03 23:09:24.259 INFO O| Dec 03 23:09:24.259 INFO STEP 852 (remove_files) COMPLETE
68452024-12-03T23:09:25.132Z[ recovery-image] Dec 03 23:09:24.259 INFO O| Dec 03 23:09:24.259 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68462024-12-03T23:09:25.142Z[ recovery-image] Dec 03 23:09:24.268 INFO O| Dec 03 23:09:24.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
68472024-12-03T23:09:25.142Z[ recovery-image] Dec 03 23:09:24.268 INFO O| Dec 03 23:09:24.268 INFO STEP 853 (remove_files) COMPLETE
68482024-12-03T23:09:25.143Z[ recovery-image] Dec 03 23:09:24.268 INFO O| Dec 03 23:09:24.268 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68492024-12-03T23:09:25.143Z[ recovery-image] Dec 03 23:09:24.278 INFO O| Dec 03 23:09:24.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
68502024-12-03T23:09:25.143Z[ recovery-image] Dec 03 23:09:24.278 INFO O| Dec 03 23:09:24.278 INFO STEP 854 (remove_files) COMPLETE
68512024-12-03T23:09:25.144Z[ recovery-image] Dec 03 23:09:24.278 INFO O| Dec 03 23:09:24.278 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68522024-12-03T23:09:25.144Z[ recovery-image] Dec 03 23:09:24.287 INFO O| Dec 03 23:09:24.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
68532024-12-03T23:09:25.144Z[ recovery-image] Dec 03 23:09:24.287 INFO O| Dec 03 23:09:24.287 INFO STEP 855 (remove_files) COMPLETE
68542024-12-03T23:09:25.144Z[ recovery-image] Dec 03 23:09:24.287 INFO O| Dec 03 23:09:24.287 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68552024-12-03T23:09:25.145Z[ recovery-image] Dec 03 23:09:24.296 INFO O| Dec 03 23:09:24.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
68562024-12-03T23:09:25.145Z[ recovery-image] Dec 03 23:09:24.296 INFO O| Dec 03 23:09:24.296 INFO STEP 856 (remove_files) COMPLETE
68572024-12-03T23:09:25.145Z[ recovery-image] Dec 03 23:09:24.296 INFO O| Dec 03 23:09:24.296 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68582024-12-03T23:09:25.160Z[ recovery-image] Dec 03 23:09:24.306 INFO O| Dec 03 23:09:24.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
68592024-12-03T23:09:25.160Z[ recovery-image] Dec 03 23:09:24.306 INFO O| Dec 03 23:09:24.306 INFO STEP 857 (remove_files) COMPLETE
68602024-12-03T23:09:25.161Z[ recovery-image] Dec 03 23:09:24.306 INFO O| Dec 03 23:09:24.306 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68612024-12-03T23:09:25.170Z[ recovery-image] Dec 03 23:09:24.315 INFO O| Dec 03 23:09:24.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
68622024-12-03T23:09:25.170Z[ recovery-image] Dec 03 23:09:24.315 INFO O| Dec 03 23:09:24.315 INFO STEP 858 (remove_files) COMPLETE
68632024-12-03T23:09:25.171Z[ recovery-image] Dec 03 23:09:24.315 INFO O| Dec 03 23:09:24.315 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68642024-12-03T23:09:25.171Z[ recovery-image] Dec 03 23:09:24.325 INFO O| Dec 03 23:09:24.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
68652024-12-03T23:09:25.171Z[ recovery-image] Dec 03 23:09:24.325 INFO O| Dec 03 23:09:24.325 INFO STEP 859 (remove_files) COMPLETE
68662024-12-03T23:09:25.171Z[ recovery-image] Dec 03 23:09:24.325 INFO O| Dec 03 23:09:24.325 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68672024-12-03T23:09:25.217Z[ recovery-image] Dec 03 23:09:24.334 INFO O| Dec 03 23:09:24.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
68682024-12-03T23:09:25.217Z[ recovery-image] Dec 03 23:09:24.334 INFO O| Dec 03 23:09:24.334 INFO STEP 860 (remove_files) COMPLETE
68692024-12-03T23:09:25.218Z[ recovery-image] Dec 03 23:09:24.334 INFO O| Dec 03 23:09:24.334 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68702024-12-03T23:09:25.258Z[ recovery-image] Dec 03 23:09:24.343 INFO O| Dec 03 23:09:24.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
68712024-12-03T23:09:25.258Z[ recovery-image] Dec 03 23:09:24.343 INFO O| Dec 03 23:09:24.343 INFO STEP 861 (remove_files) COMPLETE
68722024-12-03T23:09:25.259Z[ recovery-image] Dec 03 23:09:24.343 INFO O| Dec 03 23:09:24.343 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68732024-12-03T23:09:25.259Z[ recovery-image] Dec 03 23:09:24.353 INFO O| Dec 03 23:09:24.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
68742024-12-03T23:09:25.259Z[ recovery-image] Dec 03 23:09:24.353 INFO O| Dec 03 23:09:24.353 INFO STEP 862 (remove_files) COMPLETE
68752024-12-03T23:09:25.259Z[ recovery-image] Dec 03 23:09:24.353 INFO O| Dec 03 23:09:24.353 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68762024-12-03T23:09:25.259Z[ recovery-image] Dec 03 23:09:24.362 INFO O| Dec 03 23:09:24.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
68772024-12-03T23:09:25.259Z[ recovery-image] Dec 03 23:09:24.362 INFO O| Dec 03 23:09:24.362 INFO STEP 863 (remove_files) COMPLETE
68782024-12-03T23:09:25.260Z[ recovery-image] Dec 03 23:09:24.362 INFO O| Dec 03 23:09:24.362 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68792024-12-03T23:09:25.260Z[ recovery-image] Dec 03 23:09:24.371 INFO O| Dec 03 23:09:24.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
68802024-12-03T23:09:25.260Z[ recovery-image] Dec 03 23:09:24.371 INFO O| Dec 03 23:09:24.371 INFO STEP 864 (remove_files) COMPLETE
68812024-12-03T23:09:25.260Z[ recovery-image] Dec 03 23:09:24.371 INFO O| Dec 03 23:09:24.371 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68822024-12-03T23:09:25.260Z[ recovery-image] Dec 03 23:09:24.381 INFO O| Dec 03 23:09:24.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
68832024-12-03T23:09:25.260Z[ recovery-image] Dec 03 23:09:24.381 INFO O| Dec 03 23:09:24.381 INFO STEP 865 (remove_files) COMPLETE
68842024-12-03T23:09:25.260Z[ recovery-image] Dec 03 23:09:24.381 INFO O| Dec 03 23:09:24.381 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68852024-12-03T23:09:25.281Z[ recovery-image] Dec 03 23:09:24.390 INFO O| Dec 03 23:09:24.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
68862024-12-03T23:09:25.281Z[ recovery-image] Dec 03 23:09:24.390 INFO O| Dec 03 23:09:24.390 INFO STEP 866 (remove_files) COMPLETE
68872024-12-03T23:09:25.281Z[ recovery-image] Dec 03 23:09:24.390 INFO O| Dec 03 23:09:24.390 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68882024-12-03T23:09:25.281Z[ recovery-image] Dec 03 23:09:24.399 INFO O| Dec 03 23:09:24.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
68892024-12-03T23:09:25.281Z[ recovery-image] Dec 03 23:09:24.399 INFO O| Dec 03 23:09:24.399 INFO STEP 867 (remove_files) COMPLETE
68902024-12-03T23:09:25.281Z[ recovery-image] Dec 03 23:09:24.399 INFO O| Dec 03 23:09:24.399 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68912024-12-03T23:09:25.281Z[ recovery-image] Dec 03 23:09:24.409 INFO O| Dec 03 23:09:24.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
68922024-12-03T23:09:25.282Z[ recovery-image] Dec 03 23:09:24.409 INFO O| Dec 03 23:09:24.409 INFO STEP 868 (remove_files) COMPLETE
68932024-12-03T23:09:25.282Z[ recovery-image] Dec 03 23:09:24.409 INFO O| Dec 03 23:09:24.409 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68942024-12-03T23:09:25.282Z[ recovery-image] Dec 03 23:09:24.418 INFO O| Dec 03 23:09:24.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
68952024-12-03T23:09:25.282Z[ recovery-image] Dec 03 23:09:24.418 INFO O| Dec 03 23:09:24.418 INFO STEP 869 (remove_files) COMPLETE
68962024-12-03T23:09:25.282Z[ recovery-image] Dec 03 23:09:24.418 INFO O| Dec 03 23:09:24.418 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68972024-12-03T23:09:25.301Z[ recovery-image] Dec 03 23:09:24.427 INFO O| Dec 03 23:09:24.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
68982024-12-03T23:09:25.301Z[ recovery-image] Dec 03 23:09:24.427 INFO O| Dec 03 23:09:24.427 INFO STEP 870 (remove_files) COMPLETE
68992024-12-03T23:09:25.301Z[ recovery-image] Dec 03 23:09:24.427 INFO O| Dec 03 23:09:24.427 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69002024-12-03T23:09:25.302Z[ recovery-image] Dec 03 23:09:24.437 INFO O| Dec 03 23:09:24.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
69012024-12-03T23:09:25.302Z[ recovery-image] Dec 03 23:09:24.437 INFO O| Dec 03 23:09:24.437 INFO STEP 871 (remove_files) COMPLETE
69022024-12-03T23:09:25.303Z[ recovery-image] Dec 03 23:09:24.437 INFO O| Dec 03 23:09:24.437 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69032024-12-03T23:09:25.303Z[ recovery-image] Dec 03 23:09:24.446 INFO O| Dec 03 23:09:24.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
69042024-12-03T23:09:25.304Z[ recovery-image] Dec 03 23:09:24.446 INFO O| Dec 03 23:09:24.446 INFO STEP 872 (remove_files) COMPLETE
69052024-12-03T23:09:25.304Z[ recovery-image] Dec 03 23:09:24.446 INFO O| Dec 03 23:09:24.446 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69062024-12-03T23:09:25.326Z[ recovery-image] Dec 03 23:09:24.455 INFO O| Dec 03 23:09:24.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
69072024-12-03T23:09:25.326Z[ recovery-image] Dec 03 23:09:24.455 INFO O| Dec 03 23:09:24.455 INFO STEP 873 (remove_files) COMPLETE
69082024-12-03T23:09:25.327Z[ recovery-image] Dec 03 23:09:24.455 INFO O| Dec 03 23:09:24.455 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69092024-12-03T23:09:25.327Z[ recovery-image] Dec 03 23:09:24.465 INFO O| Dec 03 23:09:24.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
69102024-12-03T23:09:25.327Z[ recovery-image] Dec 03 23:09:24.465 INFO O| Dec 03 23:09:24.465 INFO STEP 874 (remove_files) COMPLETE
69112024-12-03T23:09:25.327Z[ recovery-image] Dec 03 23:09:24.465 INFO O| Dec 03 23:09:24.465 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69122024-12-03T23:09:25.333Z[ recovery-image] Dec 03 23:09:24.474 INFO O| Dec 03 23:09:24.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
69132024-12-03T23:09:25.333Z[ recovery-image] Dec 03 23:09:24.474 INFO O| Dec 03 23:09:24.474 INFO STEP 875 (remove_files) COMPLETE
69142024-12-03T23:09:25.333Z[ recovery-image] Dec 03 23:09:24.474 INFO O| Dec 03 23:09:24.474 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69152024-12-03T23:09:25.333Z[ recovery-image] Dec 03 23:09:24.483 INFO O| Dec 03 23:09:24.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
69162024-12-03T23:09:25.333Z[ recovery-image] Dec 03 23:09:24.483 INFO O| Dec 03 23:09:24.483 INFO STEP 876 (remove_files) COMPLETE
69172024-12-03T23:09:25.333Z[ recovery-image] Dec 03 23:09:24.483 INFO O| Dec 03 23:09:24.483 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69182024-12-03T23:09:25.373Z[ recovery-image] Dec 03 23:09:24.493 INFO O| Dec 03 23:09:24.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
69192024-12-03T23:09:25.373Z[ recovery-image] Dec 03 23:09:24.493 INFO O| Dec 03 23:09:24.493 INFO STEP 877 (remove_files) COMPLETE
69202024-12-03T23:09:25.373Z[ recovery-image] Dec 03 23:09:24.493 INFO O| Dec 03 23:09:24.493 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69212024-12-03T23:09:25.383Z[ recovery-image] Dec 03 23:09:24.502 INFO O| Dec 03 23:09:24.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
69222024-12-03T23:09:25.383Z[ recovery-image] Dec 03 23:09:24.502 INFO O| Dec 03 23:09:24.502 INFO STEP 878 (remove_files) COMPLETE
69232024-12-03T23:09:25.383Z[ recovery-image] Dec 03 23:09:24.502 INFO O| Dec 03 23:09:24.502 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69242024-12-03T23:09:25.383Z[ recovery-image] Dec 03 23:09:24.511 INFO O| Dec 03 23:09:24.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
69252024-12-03T23:09:25.383Z[ recovery-image] Dec 03 23:09:24.511 INFO O| Dec 03 23:09:24.511 INFO STEP 879 (remove_files) COMPLETE
69262024-12-03T23:09:25.383Z[ recovery-image] Dec 03 23:09:24.511 INFO O| Dec 03 23:09:24.511 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69272024-12-03T23:09:25.384Z[ recovery-image] Dec 03 23:09:24.521 INFO O| Dec 03 23:09:24.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
69282024-12-03T23:09:25.384Z[ recovery-image] Dec 03 23:09:24.521 INFO O| Dec 03 23:09:24.521 INFO STEP 880 (remove_files) COMPLETE
69292024-12-03T23:09:25.384Z[ recovery-image] Dec 03 23:09:24.521 INFO O| Dec 03 23:09:24.521 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69302024-12-03T23:09:25.384Z[ recovery-image] Dec 03 23:09:24.530 INFO O| Dec 03 23:09:24.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
69312024-12-03T23:09:25.384Z[ recovery-image] Dec 03 23:09:24.530 INFO O| Dec 03 23:09:24.530 INFO STEP 881 (remove_files) COMPLETE
69322024-12-03T23:09:25.384Z[ recovery-image] Dec 03 23:09:24.530 INFO O| Dec 03 23:09:24.530 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69332024-12-03T23:09:25.385Z[ recovery-image] Dec 03 23:09:24.539 INFO O| Dec 03 23:09:24.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
69342024-12-03T23:09:25.385Z[ recovery-image] Dec 03 23:09:24.539 INFO O| Dec 03 23:09:24.539 INFO STEP 882 (remove_files) COMPLETE
69352024-12-03T23:09:25.385Z[ recovery-image] Dec 03 23:09:24.539 INFO O| Dec 03 23:09:24.539 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69362024-12-03T23:09:25.402Z[ recovery-image] Dec 03 23:09:24.548 INFO O| Dec 03 23:09:24.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
69372024-12-03T23:09:25.403Z[ recovery-image] Dec 03 23:09:24.548 INFO O| Dec 03 23:09:24.548 INFO STEP 883 (remove_files) COMPLETE
69382024-12-03T23:09:25.403Z[ recovery-image] Dec 03 23:09:24.548 INFO O| Dec 03 23:09:24.548 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69392024-12-03T23:09:25.422Z[ recovery-image] Dec 03 23:09:24.558 INFO O| Dec 03 23:09:24.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
69402024-12-03T23:09:25.422Z[ recovery-image] Dec 03 23:09:24.558 INFO O| Dec 03 23:09:24.558 INFO STEP 884 (remove_files) COMPLETE
69412024-12-03T23:09:25.422Z[ recovery-image] Dec 03 23:09:24.558 INFO O| Dec 03 23:09:24.558 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69422024-12-03T23:09:25.465Z[ recovery-image] Dec 03 23:09:24.567 INFO O| Dec 03 23:09:24.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
69432024-12-03T23:09:25.465Z[ recovery-image] Dec 03 23:09:24.567 INFO O| Dec 03 23:09:24.567 INFO STEP 885 (remove_files) COMPLETE
69442024-12-03T23:09:25.465Z[ recovery-image] Dec 03 23:09:24.567 INFO O| Dec 03 23:09:24.567 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69452024-12-03T23:09:25.465Z[ recovery-image] Dec 03 23:09:24.577 INFO O| Dec 03 23:09:24.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
69462024-12-03T23:09:25.465Z[ recovery-image] Dec 03 23:09:24.577 INFO O| Dec 03 23:09:24.577 INFO STEP 886 (remove_files) COMPLETE
69472024-12-03T23:09:25.465Z[ recovery-image] Dec 03 23:09:24.577 INFO O| Dec 03 23:09:24.577 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69482024-12-03T23:09:25.465Z[ recovery-image] Dec 03 23:09:24.586 INFO O| Dec 03 23:09:24.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
69492024-12-03T23:09:25.465Z[ recovery-image] Dec 03 23:09:24.586 INFO O| Dec 03 23:09:24.586 INFO STEP 887 (remove_files) COMPLETE
69502024-12-03T23:09:25.465Z[ recovery-image] Dec 03 23:09:24.586 INFO O| Dec 03 23:09:24.586 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69512024-12-03T23:09:25.466Z[ recovery-image] Dec 03 23:09:24.595 INFO O| Dec 03 23:09:24.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
69522024-12-03T23:09:25.466Z[ recovery-image] Dec 03 23:09:24.595 INFO O| Dec 03 23:09:24.595 INFO STEP 888 (remove_files) COMPLETE
69532024-12-03T23:09:25.466Z[ recovery-image] Dec 03 23:09:24.595 INFO O| Dec 03 23:09:24.595 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69542024-12-03T23:09:25.474Z[ recovery-image] Dec 03 23:09:24.604 INFO O| Dec 03 23:09:24.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
69552024-12-03T23:09:25.475Z[ recovery-image] Dec 03 23:09:24.604 INFO O| Dec 03 23:09:24.604 INFO STEP 889 (remove_files) COMPLETE
69562024-12-03T23:09:25.475Z[ recovery-image] Dec 03 23:09:24.604 INFO O| Dec 03 23:09:24.604 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69572024-12-03T23:09:25.475Z[ recovery-image] Dec 03 23:09:24.614 INFO O| Dec 03 23:09:24.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
69582024-12-03T23:09:25.475Z[ recovery-image] Dec 03 23:09:24.614 INFO O| Dec 03 23:09:24.614 INFO STEP 890 (remove_files) COMPLETE
69592024-12-03T23:09:25.475Z[ recovery-image] Dec 03 23:09:24.614 INFO O| Dec 03 23:09:24.614 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69602024-12-03T23:09:25.475Z[ recovery-image] Dec 03 23:09:24.623 INFO O| Dec 03 23:09:24.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
69612024-12-03T23:09:25.475Z[ recovery-image] Dec 03 23:09:24.623 INFO O| Dec 03 23:09:24.623 INFO STEP 891 (remove_files) COMPLETE
69622024-12-03T23:09:25.476Z[ recovery-image] Dec 03 23:09:24.623 INFO O| Dec 03 23:09:24.623 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69632024-12-03T23:09:25.476Z[ recovery-image] Dec 03 23:09:24.632 INFO O| Dec 03 23:09:24.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
69642024-12-03T23:09:25.477Z[ recovery-image] Dec 03 23:09:24.632 INFO O| Dec 03 23:09:24.632 INFO STEP 892 (remove_files) COMPLETE
69652024-12-03T23:09:25.477Z[ recovery-image] Dec 03 23:09:24.632 INFO O| Dec 03 23:09:24.632 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69662024-12-03T23:09:25.495Z[ recovery-image] Dec 03 23:09:24.641 INFO O| Dec 03 23:09:24.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
69672024-12-03T23:09:25.496Z[ recovery-image] Dec 03 23:09:24.641 INFO O| Dec 03 23:09:24.641 INFO STEP 893 (remove_files) COMPLETE
69682024-12-03T23:09:25.496Z[ recovery-image] Dec 03 23:09:24.641 INFO O| Dec 03 23:09:24.641 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69692024-12-03T23:09:25.513Z[ recovery-image] Dec 03 23:09:24.651 INFO O| Dec 03 23:09:24.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
69702024-12-03T23:09:25.513Z[ recovery-image] Dec 03 23:09:24.651 INFO O| Dec 03 23:09:24.651 INFO STEP 894 (remove_files) COMPLETE
69712024-12-03T23:09:25.513Z[ recovery-image] Dec 03 23:09:24.651 INFO O| Dec 03 23:09:24.651 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69722024-12-03T23:09:25.513Z[ recovery-image] Dec 03 23:09:24.660 INFO O| Dec 03 23:09:24.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
69732024-12-03T23:09:25.513Z[ recovery-image] Dec 03 23:09:24.660 INFO O| Dec 03 23:09:24.660 INFO STEP 895 (remove_files) COMPLETE
69742024-12-03T23:09:25.513Z[ recovery-image] Dec 03 23:09:24.660 INFO O| Dec 03 23:09:24.660 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69752024-12-03T23:09:25.533Z[ recovery-image] Dec 03 23:09:24.669 INFO O| Dec 03 23:09:24.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
69762024-12-03T23:09:25.533Z[ recovery-image] Dec 03 23:09:24.669 INFO O| Dec 03 23:09:24.669 INFO STEP 896 (remove_files) COMPLETE
69772024-12-03T23:09:25.534Z[ recovery-image] Dec 03 23:09:24.670 INFO O| Dec 03 23:09:24.669 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69782024-12-03T23:09:25.534Z[ recovery-image] Dec 03 23:09:24.679 INFO O| Dec 03 23:09:24.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
69792024-12-03T23:09:25.534Z[ recovery-image] Dec 03 23:09:24.679 INFO O| Dec 03 23:09:24.679 INFO STEP 897 (remove_files) COMPLETE
69802024-12-03T23:09:25.534Z[ recovery-image] Dec 03 23:09:24.679 INFO O| Dec 03 23:09:24.679 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69812024-12-03T23:09:25.552Z[ recovery-image] Dec 03 23:09:24.688 INFO O| Dec 03 23:09:24.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
69822024-12-03T23:09:25.552Z[ recovery-image] Dec 03 23:09:24.688 INFO O| Dec 03 23:09:24.688 INFO STEP 898 (remove_files) COMPLETE
69832024-12-03T23:09:25.552Z[ recovery-image] Dec 03 23:09:24.688 INFO O| Dec 03 23:09:24.688 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69842024-12-03T23:09:25.552Z[ recovery-image] Dec 03 23:09:24.697 INFO O| Dec 03 23:09:24.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
69852024-12-03T23:09:25.552Z[ recovery-image] Dec 03 23:09:24.697 INFO O| Dec 03 23:09:24.697 INFO STEP 899 (remove_files) COMPLETE
69862024-12-03T23:09:25.552Z[ recovery-image] Dec 03 23:09:24.697 INFO O| Dec 03 23:09:24.697 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69872024-12-03T23:09:25.559Z[ recovery-image] Dec 03 23:09:24.706 INFO O| Dec 03 23:09:24.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
69882024-12-03T23:09:25.559Z[ recovery-image] Dec 03 23:09:24.707 INFO O| Dec 03 23:09:24.707 INFO STEP 900 (remove_files) COMPLETE
69892024-12-03T23:09:25.559Z[ recovery-image] Dec 03 23:09:24.707 INFO O| Dec 03 23:09:24.707 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69902024-12-03T23:09:25.559Z[ recovery-image] Dec 03 23:09:24.716 INFO O| Dec 03 23:09:24.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
69912024-12-03T23:09:25.559Z[ recovery-image] Dec 03 23:09:24.716 INFO O| Dec 03 23:09:24.716 INFO STEP 901 (remove_files) COMPLETE
69922024-12-03T23:09:25.559Z[ recovery-image] Dec 03 23:09:24.716 INFO O| Dec 03 23:09:24.716 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69932024-12-03T23:09:25.565Z[ recovery-image] Dec 03 23:09:24.725 INFO O| Dec 03 23:09:24.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
69942024-12-03T23:09:25.565Z[ recovery-image] Dec 03 23:09:24.725 INFO O| Dec 03 23:09:24.725 INFO STEP 902 (remove_files) COMPLETE
69952024-12-03T23:09:25.569Z[ recovery-image] Dec 03 23:09:24.725 INFO O| Dec 03 23:09:24.725 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69962024-12-03T23:09:25.573Z[ recovery-image] Dec 03 23:09:24.734 INFO O| Dec 03 23:09:24.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
69972024-12-03T23:09:25.573Z[ recovery-image] Dec 03 23:09:24.734 INFO O| Dec 03 23:09:24.734 INFO STEP 903 (remove_files) COMPLETE
69982024-12-03T23:09:25.577Z[ recovery-image] Dec 03 23:09:24.734 INFO O| Dec 03 23:09:24.734 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69992024-12-03T23:09:25.586Z[ recovery-image] Dec 03 23:09:24.744 INFO O| Dec 03 23:09:24.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
70002024-12-03T23:09:25.591Z[ recovery-image] Dec 03 23:09:24.744 INFO O| Dec 03 23:09:24.744 INFO STEP 904 (remove_files) COMPLETE
70012024-12-03T23:09:25.591Z[ recovery-image] Dec 03 23:09:24.744 INFO O| Dec 03 23:09:24.744 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70022024-12-03T23:09:25.602Z[ recovery-image] Dec 03 23:09:24.753 INFO O| Dec 03 23:09:24.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
70032024-12-03T23:09:25.602Z[ recovery-image] Dec 03 23:09:24.753 INFO O| Dec 03 23:09:24.753 INFO STEP 905 (remove_files) COMPLETE
70042024-12-03T23:09:25.602Z[ recovery-image] Dec 03 23:09:24.753 INFO O| Dec 03 23:09:24.753 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70052024-12-03T23:09:25.611Z[ recovery-image] Dec 03 23:09:24.762 INFO O| Dec 03 23:09:24.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
70062024-12-03T23:09:25.611Z[ recovery-image] Dec 03 23:09:24.762 INFO O| Dec 03 23:09:24.762 INFO STEP 906 (remove_files) COMPLETE
70072024-12-03T23:09:25.611Z[ recovery-image] Dec 03 23:09:24.762 INFO O| Dec 03 23:09:24.762 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70082024-12-03T23:09:25.637Z[ recovery-image] Dec 03 23:09:24.772 INFO O| Dec 03 23:09:24.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
70092024-12-03T23:09:25.638Z[ recovery-image] Dec 03 23:09:24.772 INFO O| Dec 03 23:09:24.772 INFO STEP 907 (remove_files) COMPLETE
70102024-12-03T23:09:25.638Z[ recovery-image] Dec 03 23:09:24.772 INFO O| Dec 03 23:09:24.772 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70112024-12-03T23:09:25.648Z[ recovery-image] Dec 03 23:09:24.781 INFO O| Dec 03 23:09:24.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
70122024-12-03T23:09:25.648Z[ recovery-image] Dec 03 23:09:24.781 INFO O| Dec 03 23:09:24.781 INFO STEP 908 (remove_files) COMPLETE
70132024-12-03T23:09:25.648Z[ recovery-image] Dec 03 23:09:24.781 INFO O| Dec 03 23:09:24.781 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70142024-12-03T23:09:25.648Z[ recovery-image] Dec 03 23:09:24.790 INFO O| Dec 03 23:09:24.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
70152024-12-03T23:09:25.648Z[ recovery-image] Dec 03 23:09:24.790 INFO O| Dec 03 23:09:24.790 INFO STEP 909 (remove_files) COMPLETE
70162024-12-03T23:09:25.649Z[ recovery-image] Dec 03 23:09:24.790 INFO O| Dec 03 23:09:24.790 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70172024-12-03T23:09:25.649Z[ recovery-image] Dec 03 23:09:24.800 INFO O| Dec 03 23:09:24.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
70182024-12-03T23:09:25.649Z[ recovery-image] Dec 03 23:09:24.800 INFO O| Dec 03 23:09:24.800 INFO STEP 910 (remove_files) COMPLETE
70192024-12-03T23:09:25.649Z[ recovery-image] Dec 03 23:09:24.800 INFO O| Dec 03 23:09:24.800 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70202024-12-03T23:09:25.689Z[ recovery-image] Dec 03 23:09:24.809 INFO O| Dec 03 23:09:24.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
70212024-12-03T23:09:25.689Z[ recovery-image] Dec 03 23:09:24.809 INFO O| Dec 03 23:09:24.809 INFO STEP 911 (remove_files) COMPLETE
70222024-12-03T23:09:25.689Z[ recovery-image] Dec 03 23:09:24.809 INFO O| Dec 03 23:09:24.809 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70232024-12-03T23:09:25.689Z[ recovery-image] Dec 03 23:09:24.818 INFO O| Dec 03 23:09:24.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
70242024-12-03T23:09:25.689Z[ recovery-image] Dec 03 23:09:24.818 INFO O| Dec 03 23:09:24.818 INFO STEP 912 (remove_files) COMPLETE
70252024-12-03T23:09:25.689Z[ recovery-image] Dec 03 23:09:24.818 INFO O| Dec 03 23:09:24.818 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70262024-12-03T23:09:25.724Z[ recovery-image] Dec 03 23:09:24.828 INFO O| Dec 03 23:09:24.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
70272024-12-03T23:09:25.724Z[ recovery-image] Dec 03 23:09:24.828 INFO O| Dec 03 23:09:24.828 INFO STEP 913 (remove_files) COMPLETE
70282024-12-03T23:09:25.725Z[ recovery-image] Dec 03 23:09:24.828 INFO O| Dec 03 23:09:24.828 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70292024-12-03T23:09:25.725Z[ recovery-image] Dec 03 23:09:24.837 INFO O| Dec 03 23:09:24.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
70302024-12-03T23:09:25.725Z[ recovery-image] Dec 03 23:09:24.837 INFO O| Dec 03 23:09:24.837 INFO STEP 914 (remove_files) COMPLETE
70312024-12-03T23:09:25.725Z[ recovery-image] Dec 03 23:09:24.837 INFO O| Dec 03 23:09:24.837 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70322024-12-03T23:09:25.725Z[ recovery-image] Dec 03 23:09:24.846 INFO O| Dec 03 23:09:24.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
70332024-12-03T23:09:25.725Z[ recovery-image] Dec 03 23:09:24.846 INFO O| Dec 03 23:09:24.846 INFO STEP 915 (remove_files) COMPLETE
70342024-12-03T23:09:25.725Z[ recovery-image] Dec 03 23:09:24.846 INFO O| Dec 03 23:09:24.846 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70352024-12-03T23:09:25.725Z[ recovery-image] Dec 03 23:09:24.856 INFO O| Dec 03 23:09:24.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
70362024-12-03T23:09:25.725Z[ recovery-image] Dec 03 23:09:24.856 INFO O| Dec 03 23:09:24.856 INFO STEP 916 (remove_files) COMPLETE
70372024-12-03T23:09:25.725Z[ recovery-image] Dec 03 23:09:24.856 INFO O| Dec 03 23:09:24.856 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70382024-12-03T23:09:25.748Z[ recovery-image] Dec 03 23:09:24.865 INFO O| Dec 03 23:09:24.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
70392024-12-03T23:09:25.748Z[ recovery-image] Dec 03 23:09:24.865 INFO O| Dec 03 23:09:24.865 INFO STEP 917 (remove_files) COMPLETE
70402024-12-03T23:09:25.748Z[ recovery-image] Dec 03 23:09:24.865 INFO O| Dec 03 23:09:24.865 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70412024-12-03T23:09:25.748Z[ recovery-image] Dec 03 23:09:24.874 INFO O| Dec 03 23:09:24.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
70422024-12-03T23:09:25.748Z[ recovery-image] Dec 03 23:09:24.874 INFO O| Dec 03 23:09:24.874 INFO STEP 918 (remove_files) COMPLETE
70432024-12-03T23:09:25.748Z[ recovery-image] Dec 03 23:09:24.874 INFO O| Dec 03 23:09:24.874 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70442024-12-03T23:09:25.748Z[ recovery-image] Dec 03 23:09:24.883 INFO O| Dec 03 23:09:24.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
70452024-12-03T23:09:25.748Z[ recovery-image] Dec 03 23:09:24.884 INFO O| Dec 03 23:09:24.883 INFO STEP 919 (remove_files) COMPLETE
70462024-12-03T23:09:25.748Z[ recovery-image] Dec 03 23:09:24.884 INFO O| Dec 03 23:09:24.884 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70472024-12-03T23:09:25.748Z[ recovery-image] Dec 03 23:09:24.893 INFO O| Dec 03 23:09:24.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
70482024-12-03T23:09:25.748Z[ recovery-image] Dec 03 23:09:24.893 INFO O| Dec 03 23:09:24.893 INFO STEP 920 (remove_files) COMPLETE
70492024-12-03T23:09:25.748Z[ recovery-image] Dec 03 23:09:24.893 INFO O| Dec 03 23:09:24.893 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70502024-12-03T23:09:25.753Z[ recovery-image] Dec 03 23:09:24.902 INFO O| Dec 03 23:09:24.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
70512024-12-03T23:09:25.753Z[ recovery-image] Dec 03 23:09:24.902 INFO O| Dec 03 23:09:24.902 INFO STEP 921 (remove_files) COMPLETE
70522024-12-03T23:09:25.753Z[ recovery-image] Dec 03 23:09:24.902 INFO O| Dec 03 23:09:24.902 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70532024-12-03T23:09:25.753Z[ recovery-image] Dec 03 23:09:24.911 INFO O| Dec 03 23:09:24.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
70542024-12-03T23:09:25.753Z[ recovery-image] Dec 03 23:09:24.911 INFO O| Dec 03 23:09:24.911 INFO STEP 922 (remove_files) COMPLETE
70552024-12-03T23:09:25.754Z[ recovery-image] Dec 03 23:09:24.911 INFO O| Dec 03 23:09:24.911 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70562024-12-03T23:09:25.772Z[ recovery-image] Dec 03 23:09:24.920 INFO O| Dec 03 23:09:24.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
70572024-12-03T23:09:25.772Z[ recovery-image] Dec 03 23:09:24.920 INFO O| Dec 03 23:09:24.920 INFO STEP 923 (remove_files) COMPLETE
70582024-12-03T23:09:25.772Z[ recovery-image] Dec 03 23:09:24.920 INFO O| Dec 03 23:09:24.920 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70592024-12-03T23:09:25.775Z[ recovery-image] Dec 03 23:09:24.930 INFO O| Dec 03 23:09:24.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
70602024-12-03T23:09:25.775Z[ recovery-image] Dec 03 23:09:24.930 INFO O| Dec 03 23:09:24.930 INFO STEP 924 (remove_files) COMPLETE
70612024-12-03T23:09:25.775Z[ recovery-image] Dec 03 23:09:24.930 INFO O| Dec 03 23:09:24.930 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70622024-12-03T23:09:25.783Z[ recovery-image] Dec 03 23:09:24.939 INFO O| Dec 03 23:09:24.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
70632024-12-03T23:09:25.783Z[ recovery-image] Dec 03 23:09:24.939 INFO O| Dec 03 23:09:24.939 INFO STEP 925 (remove_files) COMPLETE
70642024-12-03T23:09:25.783Z[ recovery-image] Dec 03 23:09:24.939 INFO O| Dec 03 23:09:24.939 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70652024-12-03T23:09:25.788Z[ recovery-image] Dec 03 23:09:24.948 INFO O| Dec 03 23:09:24.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
70662024-12-03T23:09:25.788Z[ recovery-image] Dec 03 23:09:24.948 INFO O| Dec 03 23:09:24.948 INFO STEP 926 (remove_files) COMPLETE
70672024-12-03T23:09:25.796Z[ recovery-image] Dec 03 23:09:24.948 INFO O| Dec 03 23:09:24.948 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70682024-12-03T23:09:25.801Z[ recovery-image] Dec 03 23:09:24.958 INFO O| Dec 03 23:09:24.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
70692024-12-03T23:09:25.802Z[ recovery-image] Dec 03 23:09:24.958 INFO O| Dec 03 23:09:24.958 INFO STEP 927 (remove_files) COMPLETE
70702024-12-03T23:09:25.802Z[ recovery-image] Dec 03 23:09:24.958 INFO O| Dec 03 23:09:24.958 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70712024-12-03T23:09:25.810Z[ recovery-image] Dec 03 23:09:24.967 INFO O| Dec 03 23:09:24.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
70722024-12-03T23:09:25.810Z[ recovery-image] Dec 03 23:09:24.967 INFO O| Dec 03 23:09:24.967 INFO STEP 928 (remove_files) COMPLETE
70732024-12-03T23:09:25.810Z[ recovery-image] Dec 03 23:09:24.967 INFO O| Dec 03 23:09:24.967 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70742024-12-03T23:09:25.817Z[ recovery-image] Dec 03 23:09:24.977 INFO O| Dec 03 23:09:24.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
70752024-12-03T23:09:25.824Z[ recovery-image] Dec 03 23:09:24.977 INFO O| Dec 03 23:09:24.977 INFO STEP 929 (remove_files) COMPLETE
70762024-12-03T23:09:25.824Z[ recovery-image] Dec 03 23:09:24.977 INFO O| Dec 03 23:09:24.977 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70772024-12-03T23:09:25.834Z[ recovery-image] Dec 03 23:09:24.986 INFO O| Dec 03 23:09:24.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
70782024-12-03T23:09:25.834Z[ recovery-image] Dec 03 23:09:24.986 INFO O| Dec 03 23:09:24.986 INFO STEP 930 (remove_files) COMPLETE
70792024-12-03T23:09:25.835Z[ recovery-image] Dec 03 23:09:24.986 INFO O| Dec 03 23:09:24.986 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70802024-12-03T23:09:25.851Z[ recovery-image] Dec 03 23:09:24.995 INFO O| Dec 03 23:09:24.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
70812024-12-03T23:09:25.851Z[ recovery-image] Dec 03 23:09:24.995 INFO O| Dec 03 23:09:24.995 INFO STEP 931 (remove_files) COMPLETE
70822024-12-03T23:09:25.852Z[ recovery-image] Dec 03 23:09:24.995 INFO O| Dec 03 23:09:24.995 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70832024-12-03T23:09:25.858Z[ recovery-image] Dec 03 23:09:25.005 INFO O| Dec 03 23:09:25.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
70842024-12-03T23:09:25.858Z[ recovery-image] Dec 03 23:09:25.005 INFO O| Dec 03 23:09:25.005 INFO STEP 932 (remove_files) COMPLETE
70852024-12-03T23:09:25.858Z[ recovery-image] Dec 03 23:09:25.005 INFO O| Dec 03 23:09:25.005 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70862024-12-03T23:09:25.858Z[ recovery-image] Dec 03 23:09:25.014 INFO O| Dec 03 23:09:25.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
70872024-12-03T23:09:25.858Z[ recovery-image] Dec 03 23:09:25.014 INFO O| Dec 03 23:09:25.014 INFO STEP 933 (remove_files) COMPLETE
70882024-12-03T23:09:25.858Z[ recovery-image] Dec 03 23:09:25.014 INFO O| Dec 03 23:09:25.014 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70892024-12-03T23:09:25.866Z[ recovery-image] Dec 03 23:09:25.024 INFO O| Dec 03 23:09:25.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
70902024-12-03T23:09:25.866Z[ recovery-image] Dec 03 23:09:25.024 INFO O| Dec 03 23:09:25.024 INFO STEP 934 (remove_files) COMPLETE
70912024-12-03T23:09:25.871Z[ recovery-image] Dec 03 23:09:25.024 INFO O| Dec 03 23:09:25.024 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70922024-12-03T23:09:25.875Z[ recovery-image] Dec 03 23:09:25.033 INFO O| Dec 03 23:09:25.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
70932024-12-03T23:09:25.875Z[ recovery-image] Dec 03 23:09:25.033 INFO O| Dec 03 23:09:25.033 INFO STEP 935 (remove_files) COMPLETE
70942024-12-03T23:09:25.875Z[ recovery-image] Dec 03 23:09:25.033 INFO O| Dec 03 23:09:25.033 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70952024-12-03T23:09:25.883Z[ recovery-image] Dec 03 23:09:25.042 INFO O| Dec 03 23:09:25.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
70962024-12-03T23:09:25.883Z[ recovery-image] Dec 03 23:09:25.042 INFO O| Dec 03 23:09:25.042 INFO STEP 936 (remove_files) COMPLETE
70972024-12-03T23:09:25.887Z[ recovery-image] Dec 03 23:09:25.042 INFO O| Dec 03 23:09:25.042 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70982024-12-03T23:09:25.890Z[ recovery-image] Dec 03 23:09:25.052 INFO O| Dec 03 23:09:25.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
70992024-12-03T23:09:25.891Z[ recovery-image] Dec 03 23:09:25.052 INFO O| Dec 03 23:09:25.052 INFO STEP 937 (remove_files) COMPLETE
71002024-12-03T23:09:25.891Z[ recovery-image] Dec 03 23:09:25.052 INFO O| Dec 03 23:09:25.052 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71012024-12-03T23:09:25.904Z[ recovery-image] Dec 03 23:09:25.061 INFO O| Dec 03 23:09:25.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
71022024-12-03T23:09:25.907Z[ recovery-image] Dec 03 23:09:25.061 INFO O| Dec 03 23:09:25.061 INFO STEP 938 (remove_files) COMPLETE
71032024-12-03T23:09:25.907Z[ recovery-image] Dec 03 23:09:25.061 INFO O| Dec 03 23:09:25.061 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71042024-12-03T23:09:25.911Z[ recovery-image] Dec 03 23:09:25.070 INFO O| Dec 03 23:09:25.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
71052024-12-03T23:09:25.911Z[ recovery-image] Dec 03 23:09:25.070 INFO O| Dec 03 23:09:25.070 INFO STEP 939 (remove_files) COMPLETE
71062024-12-03T23:09:25.911Z[ recovery-image] Dec 03 23:09:25.070 INFO O| Dec 03 23:09:25.070 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71072024-12-03T23:09:25.925Z[ recovery-image] Dec 03 23:09:25.080 INFO O| Dec 03 23:09:25.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
71082024-12-03T23:09:25.926Z[ recovery-image] Dec 03 23:09:25.080 INFO O| Dec 03 23:09:25.080 INFO STEP 940 (remove_files) COMPLETE
71092024-12-03T23:09:25.933Z[ recovery-image] Dec 03 23:09:25.080 INFO O| Dec 03 23:09:25.080 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71102024-12-03T23:09:25.933Z[ recovery-image] Dec 03 23:09:25.089 INFO O| Dec 03 23:09:25.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
71112024-12-03T23:09:25.933Z[ recovery-image] Dec 03 23:09:25.089 INFO O| Dec 03 23:09:25.089 INFO STEP 941 (remove_files) COMPLETE
71122024-12-03T23:09:25.933Z[ recovery-image] Dec 03 23:09:25.089 INFO O| Dec 03 23:09:25.089 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71132024-12-03T23:09:25.938Z[ recovery-image] Dec 03 23:09:25.098 INFO O| Dec 03 23:09:25.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
71142024-12-03T23:09:25.938Z[ recovery-image] Dec 03 23:09:25.098 INFO O| Dec 03 23:09:25.098 INFO STEP 942 (remove_files) COMPLETE
71152024-12-03T23:09:25.938Z[ recovery-image] Dec 03 23:09:25.098 INFO O| Dec 03 23:09:25.098 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71162024-12-03T23:09:25.947Z[ recovery-image] Dec 03 23:09:25.108 INFO O| Dec 03 23:09:25.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
71172024-12-03T23:09:25.947Z[ recovery-image] Dec 03 23:09:25.108 INFO O| Dec 03 23:09:25.108 INFO STEP 943 (remove_files) COMPLETE
71182024-12-03T23:09:25.956Z[ recovery-image] Dec 03 23:09:25.108 INFO O| Dec 03 23:09:25.108 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71192024-12-03T23:09:25.974Z[ recovery-image] Dec 03 23:09:25.117 INFO O| Dec 03 23:09:25.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
71202024-12-03T23:09:25.974Z[ recovery-image] Dec 03 23:09:25.117 INFO O| Dec 03 23:09:25.117 INFO STEP 944 (remove_files) COMPLETE
71212024-12-03T23:09:25.974Z[ recovery-image] Dec 03 23:09:25.117 INFO O| Dec 03 23:09:25.117 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71222024-12-03T23:09:25.979Z[ recovery-image] Dec 03 23:09:25.126 INFO O| Dec 03 23:09:25.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
71232024-12-03T23:09:25.979Z[ recovery-image] Dec 03 23:09:25.126 INFO O| Dec 03 23:09:25.126 INFO STEP 945 (remove_files) COMPLETE
71242024-12-03T23:09:25.979Z[ recovery-image] Dec 03 23:09:25.126 INFO O| Dec 03 23:09:25.126 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71252024-12-03T23:09:25.979Z[ recovery-image] Dec 03 23:09:25.136 INFO O| Dec 03 23:09:25.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
71262024-12-03T23:09:25.979Z[ recovery-image] Dec 03 23:09:25.136 INFO O| Dec 03 23:09:25.136 INFO STEP 946 (remove_files) COMPLETE
71272024-12-03T23:09:25.980Z[ recovery-image] Dec 03 23:09:25.136 INFO O| Dec 03 23:09:25.136 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71282024-12-03T23:09:25.984Z[ recovery-image] Dec 03 23:09:25.145 INFO O| Dec 03 23:09:25.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
71292024-12-03T23:09:25.984Z[ recovery-image] Dec 03 23:09:25.145 INFO O| Dec 03 23:09:25.145 INFO STEP 947 (remove_files) COMPLETE
71302024-12-03T23:09:26.003Z[ recovery-image] Dec 03 23:09:25.145 INFO O| Dec 03 23:09:25.145 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71312024-12-03T23:09:26.020Z[ recovery-image] Dec 03 23:09:25.154 INFO O| Dec 03 23:09:25.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
71322024-12-03T23:09:26.020Z[ recovery-image] Dec 03 23:09:25.154 INFO O| Dec 03 23:09:25.154 INFO STEP 948 (remove_files) COMPLETE
71332024-12-03T23:09:26.020Z[ recovery-image] Dec 03 23:09:25.154 INFO O| Dec 03 23:09:25.154 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71342024-12-03T23:09:26.020Z[ recovery-image] Dec 03 23:09:25.164 INFO O| Dec 03 23:09:25.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
71352024-12-03T23:09:26.020Z[ recovery-image] Dec 03 23:09:25.164 INFO O| Dec 03 23:09:25.164 INFO STEP 949 (remove_files) COMPLETE
71362024-12-03T23:09:26.020Z[ recovery-image] Dec 03 23:09:25.164 INFO O| Dec 03 23:09:25.164 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71372024-12-03T23:09:26.020Z[ recovery-image] Dec 03 23:09:25.173 INFO O| Dec 03 23:09:25.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
71382024-12-03T23:09:26.021Z[ recovery-image] Dec 03 23:09:25.173 INFO O| Dec 03 23:09:25.173 INFO STEP 950 (remove_files) COMPLETE
71392024-12-03T23:09:26.021Z[ recovery-image] Dec 03 23:09:25.173 INFO O| Dec 03 23:09:25.173 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71402024-12-03T23:09:26.037Z[ recovery-image] Dec 03 23:09:25.182 INFO O| Dec 03 23:09:25.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
71412024-12-03T23:09:26.037Z[ recovery-image] Dec 03 23:09:25.182 INFO O| Dec 03 23:09:25.182 INFO STEP 951 (remove_files) COMPLETE
71422024-12-03T23:09:26.037Z[ recovery-image] Dec 03 23:09:25.182 INFO O| Dec 03 23:09:25.182 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71432024-12-03T23:09:26.049Z[ recovery-image] Dec 03 23:09:25.192 INFO O| Dec 03 23:09:25.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
71442024-12-03T23:09:26.049Z[ recovery-image] Dec 03 23:09:25.192 INFO O| Dec 03 23:09:25.192 INFO STEP 952 (remove_files) COMPLETE
71452024-12-03T23:09:26.049Z[ recovery-image] Dec 03 23:09:25.192 INFO O| Dec 03 23:09:25.192 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71462024-12-03T23:09:26.049Z[ recovery-image] Dec 03 23:09:25.201 INFO O| Dec 03 23:09:25.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
71472024-12-03T23:09:26.049Z[ recovery-image] Dec 03 23:09:25.201 INFO O| Dec 03 23:09:25.201 INFO STEP 953 (remove_files) COMPLETE
71482024-12-03T23:09:26.050Z[ recovery-image] Dec 03 23:09:25.201 INFO O| Dec 03 23:09:25.201 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71492024-12-03T23:09:26.055Z[ recovery-image] Dec 03 23:09:25.210 INFO O| Dec 03 23:09:25.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
71502024-12-03T23:09:26.056Z[ recovery-image] Dec 03 23:09:25.210 INFO O| Dec 03 23:09:25.210 INFO STEP 954 (remove_files) COMPLETE
71512024-12-03T23:09:26.056Z[ recovery-image] Dec 03 23:09:25.210 INFO O| Dec 03 23:09:25.210 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71522024-12-03T23:09:26.064Z[ recovery-image] Dec 03 23:09:25.220 INFO O| Dec 03 23:09:25.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
71532024-12-03T23:09:26.064Z[ recovery-image] Dec 03 23:09:25.220 INFO O| Dec 03 23:09:25.220 INFO STEP 955 (remove_files) COMPLETE
71542024-12-03T23:09:26.064Z[ recovery-image] Dec 03 23:09:25.220 INFO O| Dec 03 23:09:25.220 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71552024-12-03T23:09:26.102Z[ recovery-image] Dec 03 23:09:25.229 INFO O| Dec 03 23:09:25.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
71562024-12-03T23:09:26.102Z[ recovery-image] Dec 03 23:09:25.229 INFO O| Dec 03 23:09:25.229 INFO STEP 956 (remove_files) COMPLETE
71572024-12-03T23:09:26.102Z[ recovery-image] Dec 03 23:09:25.229 INFO O| Dec 03 23:09:25.229 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71582024-12-03T23:09:26.102Z[ recovery-image] Dec 03 23:09:25.238 INFO O| Dec 03 23:09:25.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
71592024-12-03T23:09:26.102Z[ recovery-image] Dec 03 23:09:25.238 INFO O| Dec 03 23:09:25.238 INFO STEP 957 (remove_files) COMPLETE
71602024-12-03T23:09:26.102Z[ recovery-image] Dec 03 23:09:25.238 INFO O| Dec 03 23:09:25.238 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71612024-12-03T23:09:26.107Z[ recovery-image] Dec 03 23:09:25.248 INFO O| Dec 03 23:09:25.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
71622024-12-03T23:09:26.107Z[ recovery-image] Dec 03 23:09:25.248 INFO O| Dec 03 23:09:25.248 INFO STEP 958 (remove_files) COMPLETE
71632024-12-03T23:09:26.107Z[ recovery-image] Dec 03 23:09:25.248 INFO O| Dec 03 23:09:25.248 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71642024-12-03T23:09:26.107Z[ recovery-image] Dec 03 23:09:25.257 INFO O| Dec 03 23:09:25.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
71652024-12-03T23:09:26.107Z[ recovery-image] Dec 03 23:09:25.257 INFO O| Dec 03 23:09:25.257 INFO STEP 959 (remove_files) COMPLETE
71662024-12-03T23:09:26.108Z[ recovery-image] Dec 03 23:09:25.257 INFO O| Dec 03 23:09:25.257 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71672024-12-03T23:09:26.108Z[ recovery-image] Dec 03 23:09:25.266 INFO O| Dec 03 23:09:25.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
71682024-12-03T23:09:26.108Z[ recovery-image] Dec 03 23:09:25.267 INFO O| Dec 03 23:09:25.266 INFO STEP 960 (remove_files) COMPLETE
71692024-12-03T23:09:26.108Z[ recovery-image] Dec 03 23:09:25.267 INFO O| Dec 03 23:09:25.266 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71702024-12-03T23:09:26.129Z[ recovery-image] Dec 03 23:09:25.276 INFO O| Dec 03 23:09:25.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
71712024-12-03T23:09:26.130Z[ recovery-image] Dec 03 23:09:25.276 INFO O| Dec 03 23:09:25.276 INFO STEP 961 (remove_files) COMPLETE
71722024-12-03T23:09:26.130Z[ recovery-image] Dec 03 23:09:25.276 INFO O| Dec 03 23:09:25.276 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71732024-12-03T23:09:26.136Z[ recovery-image] Dec 03 23:09:25.285 INFO O| Dec 03 23:09:25.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
71742024-12-03T23:09:26.136Z[ recovery-image] Dec 03 23:09:25.285 INFO O| Dec 03 23:09:25.285 INFO STEP 962 (remove_files) COMPLETE
71752024-12-03T23:09:26.136Z[ recovery-image] Dec 03 23:09:25.285 INFO O| Dec 03 23:09:25.285 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71762024-12-03T23:09:26.136Z[ recovery-image] Dec 03 23:09:25.294 INFO O| Dec 03 23:09:25.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
71772024-12-03T23:09:26.137Z[ recovery-image] Dec 03 23:09:25.295 INFO O| Dec 03 23:09:25.295 INFO STEP 963 (remove_files) COMPLETE
71782024-12-03T23:09:26.137Z[ recovery-image] Dec 03 23:09:25.295 INFO O| Dec 03 23:09:25.295 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71792024-12-03T23:09:26.143Z[ recovery-image] Dec 03 23:09:25.304 INFO O| Dec 03 23:09:25.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
71802024-12-03T23:09:26.143Z[ recovery-image] Dec 03 23:09:25.304 INFO O| Dec 03 23:09:25.304 INFO STEP 964 (remove_files) COMPLETE
71812024-12-03T23:09:26.148Z[ recovery-image] Dec 03 23:09:25.304 INFO O| Dec 03 23:09:25.304 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71822024-12-03T23:09:26.152Z[ recovery-image] Dec 03 23:09:25.313 INFO O| Dec 03 23:09:25.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
71832024-12-03T23:09:26.153Z[ recovery-image] Dec 03 23:09:25.313 INFO O| Dec 03 23:09:25.313 INFO STEP 965 (remove_files) COMPLETE
71842024-12-03T23:09:26.153Z[ recovery-image] Dec 03 23:09:25.313 INFO O| Dec 03 23:09:25.313 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71852024-12-03T23:09:26.166Z[ recovery-image] Dec 03 23:09:25.323 INFO O| Dec 03 23:09:25.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
71862024-12-03T23:09:26.170Z[ recovery-image] Dec 03 23:09:25.323 INFO O| Dec 03 23:09:25.323 INFO STEP 966 (remove_files) COMPLETE
71872024-12-03T23:09:26.170Z[ recovery-image] Dec 03 23:09:25.323 INFO O| Dec 03 23:09:25.323 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71882024-12-03T23:09:26.173Z[ recovery-image] Dec 03 23:09:25.332 INFO O| Dec 03 23:09:25.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
71892024-12-03T23:09:26.173Z[ recovery-image] Dec 03 23:09:25.332 INFO O| Dec 03 23:09:25.332 INFO STEP 967 (remove_files) COMPLETE
71902024-12-03T23:09:26.173Z[ recovery-image] Dec 03 23:09:25.332 INFO O| Dec 03 23:09:25.332 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71912024-12-03T23:09:26.180Z[ recovery-image] Dec 03 23:09:25.341 INFO O| Dec 03 23:09:25.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
71922024-12-03T23:09:26.185Z[ recovery-image] Dec 03 23:09:25.341 INFO O| Dec 03 23:09:25.341 INFO STEP 968 (remove_files) COMPLETE
71932024-12-03T23:09:26.185Z[ recovery-image] Dec 03 23:09:25.341 INFO O| Dec 03 23:09:25.341 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71942024-12-03T23:09:26.190Z[ recovery-image] Dec 03 23:09:25.350 INFO O| Dec 03 23:09:25.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
71952024-12-03T23:09:26.190Z[ recovery-image] Dec 03 23:09:25.350 INFO O| Dec 03 23:09:25.350 INFO STEP 969 (remove_files) COMPLETE
71962024-12-03T23:09:26.190Z[ recovery-image] Dec 03 23:09:25.350 INFO O| Dec 03 23:09:25.350 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71972024-12-03T23:09:26.200Z[ recovery-image] Dec 03 23:09:25.360 INFO O| Dec 03 23:09:25.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
71982024-12-03T23:09:26.203Z[ recovery-image] Dec 03 23:09:25.360 INFO O| Dec 03 23:09:25.360 INFO STEP 970 (remove_files) COMPLETE
71992024-12-03T23:09:26.203Z[ recovery-image] Dec 03 23:09:25.360 INFO O| Dec 03 23:09:25.360 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72002024-12-03T23:09:26.219Z[ recovery-image] Dec 03 23:09:25.369 INFO O| Dec 03 23:09:25.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
72012024-12-03T23:09:26.219Z[ recovery-image] Dec 03 23:09:25.369 INFO O| Dec 03 23:09:25.369 INFO STEP 971 (remove_files) COMPLETE
72022024-12-03T23:09:26.224Z[ recovery-image] Dec 03 23:09:25.369 INFO O| Dec 03 23:09:25.369 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72032024-12-03T23:09:26.224Z[ recovery-image] Dec 03 23:09:25.378 INFO O| Dec 03 23:09:25.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
72042024-12-03T23:09:26.224Z[ recovery-image] Dec 03 23:09:25.379 INFO O| Dec 03 23:09:25.378 INFO STEP 972 (remove_files) COMPLETE
72052024-12-03T23:09:26.224Z[ recovery-image] Dec 03 23:09:25.379 INFO O| Dec 03 23:09:25.379 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72062024-12-03T23:09:26.229Z[ recovery-image] Dec 03 23:09:25.388 INFO O| Dec 03 23:09:25.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
72072024-12-03T23:09:26.229Z[ recovery-image] Dec 03 23:09:25.388 INFO O| Dec 03 23:09:25.388 INFO STEP 973 (remove_files) COMPLETE
72082024-12-03T23:09:26.229Z[ recovery-image] Dec 03 23:09:25.388 INFO O| Dec 03 23:09:25.388 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72092024-12-03T23:09:26.236Z[ recovery-image] Dec 03 23:09:25.397 INFO O| Dec 03 23:09:25.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
72102024-12-03T23:09:26.243Z[ recovery-image] Dec 03 23:09:25.397 INFO O| Dec 03 23:09:25.397 INFO STEP 974 (remove_files) COMPLETE
72112024-12-03T23:09:26.243Z[ recovery-image] Dec 03 23:09:25.397 INFO O| Dec 03 23:09:25.397 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72122024-12-03T23:09:26.247Z[ recovery-image] Dec 03 23:09:25.406 INFO O| Dec 03 23:09:25.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
72132024-12-03T23:09:26.248Z[ recovery-image] Dec 03 23:09:25.406 INFO O| Dec 03 23:09:25.406 INFO STEP 975 (remove_files) COMPLETE
72142024-12-03T23:09:26.248Z[ recovery-image] Dec 03 23:09:25.407 INFO O| Dec 03 23:09:25.406 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72152024-12-03T23:09:26.260Z[ recovery-image] Dec 03 23:09:25.416 INFO O| Dec 03 23:09:25.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
72162024-12-03T23:09:26.266Z[ recovery-image] Dec 03 23:09:25.416 INFO O| Dec 03 23:09:25.416 INFO STEP 976 (remove_files) COMPLETE
72172024-12-03T23:09:26.267Z[ recovery-image] Dec 03 23:09:25.416 INFO O| Dec 03 23:09:25.416 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72182024-12-03T23:09:26.267Z[ recovery-image] Dec 03 23:09:25.425 INFO O| Dec 03 23:09:25.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
72192024-12-03T23:09:26.267Z[ recovery-image] Dec 03 23:09:25.427 INFO O| Dec 03 23:09:25.427 INFO STEP 977 (remove_files) COMPLETE
72202024-12-03T23:09:26.267Z[ recovery-image] Dec 03 23:09:25.427 INFO O| Dec 03 23:09:25.427 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72212024-12-03T23:09:26.275Z[ recovery-image] Dec 03 23:09:25.436 INFO O| Dec 03 23:09:25.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
72222024-12-03T23:09:26.276Z[ recovery-image] Dec 03 23:09:25.436 INFO O| Dec 03 23:09:25.436 INFO STEP 978 (remove_files) COMPLETE
72232024-12-03T23:09:26.281Z[ recovery-image] Dec 03 23:09:25.436 INFO O| Dec 03 23:09:25.436 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72242024-12-03T23:09:26.285Z[ recovery-image] Dec 03 23:09:25.446 INFO O| Dec 03 23:09:25.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
72252024-12-03T23:09:26.285Z[ recovery-image] Dec 03 23:09:25.446 INFO O| Dec 03 23:09:25.446 INFO STEP 979 (remove_files) COMPLETE
72262024-12-03T23:09:26.285Z[ recovery-image] Dec 03 23:09:25.446 INFO O| Dec 03 23:09:25.446 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72272024-12-03T23:09:26.295Z[ recovery-image] Dec 03 23:09:25.455 INFO O| Dec 03 23:09:25.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
72282024-12-03T23:09:26.295Z[ recovery-image] Dec 03 23:09:25.455 INFO O| Dec 03 23:09:25.455 INFO STEP 980 (remove_files) COMPLETE
72292024-12-03T23:09:26.300Z[ recovery-image] Dec 03 23:09:25.455 INFO O| Dec 03 23:09:25.455 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72302024-12-03T23:09:26.304Z[ recovery-image] Dec 03 23:09:25.464 INFO O| Dec 03 23:09:25.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
72312024-12-03T23:09:26.304Z[ recovery-image] Dec 03 23:09:25.464 INFO O| Dec 03 23:09:25.464 INFO STEP 981 (remove_files) COMPLETE
72322024-12-03T23:09:26.307Z[ recovery-image] Dec 03 23:09:25.464 INFO O| Dec 03 23:09:25.464 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72332024-12-03T23:09:26.313Z[ recovery-image] Dec 03 23:09:25.474 INFO O| Dec 03 23:09:25.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
72342024-12-03T23:09:26.313Z[ recovery-image] Dec 03 23:09:25.474 INFO O| Dec 03 23:09:25.474 INFO STEP 982 (remove_files) COMPLETE
72352024-12-03T23:09:26.314Z[ recovery-image] Dec 03 23:09:25.474 INFO O| Dec 03 23:09:25.474 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72362024-12-03T23:09:26.321Z[ recovery-image] Dec 03 23:09:25.483 INFO O| Dec 03 23:09:25.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
72372024-12-03T23:09:26.321Z[ recovery-image] Dec 03 23:09:25.483 INFO O| Dec 03 23:09:25.483 INFO STEP 983 (remove_files) COMPLETE
72382024-12-03T23:09:26.325Z[ recovery-image] Dec 03 23:09:25.483 INFO O| Dec 03 23:09:25.483 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72392024-12-03T23:09:26.332Z[ recovery-image] Dec 03 23:09:25.492 INFO O| Dec 03 23:09:25.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
72402024-12-03T23:09:26.332Z[ recovery-image] Dec 03 23:09:25.492 INFO O| Dec 03 23:09:25.492 INFO STEP 984 (remove_files) COMPLETE
72412024-12-03T23:09:26.332Z[ recovery-image] Dec 03 23:09:25.492 INFO O| Dec 03 23:09:25.492 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72422024-12-03T23:09:26.340Z[ recovery-image] Dec 03 23:09:25.501 INFO O| Dec 03 23:09:25.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
72432024-12-03T23:09:26.340Z[ recovery-image] Dec 03 23:09:25.501 INFO O| Dec 03 23:09:25.501 INFO STEP 985 (remove_files) COMPLETE
72442024-12-03T23:09:26.349Z[ recovery-image] Dec 03 23:09:25.501 INFO O| Dec 03 23:09:25.501 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72452024-12-03T23:09:26.354Z[ recovery-image] Dec 03 23:09:25.510 INFO O| Dec 03 23:09:25.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
72462024-12-03T23:09:26.354Z[ recovery-image] Dec 03 23:09:25.511 INFO O| Dec 03 23:09:25.510 INFO STEP 986 (remove_files) COMPLETE
72472024-12-03T23:09:26.355Z[ recovery-image] Dec 03 23:09:25.511 INFO O| Dec 03 23:09:25.511 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72482024-12-03T23:09:26.359Z[ recovery-image] Dec 03 23:09:25.520 INFO O| Dec 03 23:09:25.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
72492024-12-03T23:09:26.359Z[ recovery-image] Dec 03 23:09:25.520 INFO O| Dec 03 23:09:25.520 INFO STEP 987 (remove_files) COMPLETE
72502024-12-03T23:09:26.367Z[ recovery-image] Dec 03 23:09:25.520 INFO O| Dec 03 23:09:25.520 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72512024-12-03T23:09:26.381Z[ recovery-image] Dec 03 23:09:25.529 INFO O| Dec 03 23:09:25.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
72522024-12-03T23:09:26.381Z[ recovery-image] Dec 03 23:09:25.529 INFO O| Dec 03 23:09:25.529 INFO STEP 988 (remove_files) COMPLETE
72532024-12-03T23:09:26.381Z[ recovery-image] Dec 03 23:09:25.529 INFO O| Dec 03 23:09:25.529 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72542024-12-03T23:09:26.381Z[ recovery-image] Dec 03 23:09:25.538 INFO O| Dec 03 23:09:25.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
72552024-12-03T23:09:26.381Z[ recovery-image] Dec 03 23:09:25.538 INFO O| Dec 03 23:09:25.538 INFO STEP 989 (remove_files) COMPLETE
72562024-12-03T23:09:26.382Z[ recovery-image] Dec 03 23:09:25.538 INFO O| Dec 03 23:09:25.538 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72572024-12-03T23:09:26.386Z[ recovery-image] Dec 03 23:09:25.547 INFO O| Dec 03 23:09:25.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
72582024-12-03T23:09:26.386Z[ recovery-image] Dec 03 23:09:25.547 INFO O| Dec 03 23:09:25.547 INFO STEP 990 (remove_files) COMPLETE
72592024-12-03T23:09:26.389Z[ recovery-image] Dec 03 23:09:25.548 INFO O| Dec 03 23:09:25.547 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72602024-12-03T23:09:26.395Z[ recovery-image] Dec 03 23:09:25.557 INFO O| Dec 03 23:09:25.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
72612024-12-03T23:09:26.395Z[ recovery-image] Dec 03 23:09:25.557 INFO O| Dec 03 23:09:25.557 INFO STEP 991 (remove_files) COMPLETE
72622024-12-03T23:09:26.399Z[ recovery-image] Dec 03 23:09:25.557 INFO O| Dec 03 23:09:25.557 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72632024-12-03T23:09:26.404Z[ recovery-image] Dec 03 23:09:25.566 INFO O| Dec 03 23:09:25.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
72642024-12-03T23:09:26.404Z[ recovery-image] Dec 03 23:09:25.566 INFO O| Dec 03 23:09:25.566 INFO STEP 992 (remove_files) COMPLETE
72652024-12-03T23:09:26.407Z[ recovery-image] Dec 03 23:09:25.566 INFO O| Dec 03 23:09:25.566 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72662024-12-03T23:09:26.414Z[ recovery-image] Dec 03 23:09:25.575 INFO O| Dec 03 23:09:25.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
72672024-12-03T23:09:26.414Z[ recovery-image] Dec 03 23:09:25.575 INFO O| Dec 03 23:09:25.575 INFO STEP 993 (remove_files) COMPLETE
72682024-12-03T23:09:26.417Z[ recovery-image] Dec 03 23:09:25.575 INFO O| Dec 03 23:09:25.575 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72692024-12-03T23:09:26.423Z[ recovery-image] Dec 03 23:09:25.585 INFO O| Dec 03 23:09:25.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
72702024-12-03T23:09:26.423Z[ recovery-image] Dec 03 23:09:25.585 INFO O| Dec 03 23:09:25.585 INFO STEP 994 (remove_files) COMPLETE
72712024-12-03T23:09:26.423Z[ recovery-image] Dec 03 23:09:25.585 INFO O| Dec 03 23:09:25.585 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72722024-12-03T23:09:26.438Z[ recovery-image] Dec 03 23:09:25.594 INFO O| Dec 03 23:09:25.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
72732024-12-03T23:09:26.438Z[ recovery-image] Dec 03 23:09:25.594 INFO O| Dec 03 23:09:25.594 INFO STEP 995 (remove_files) COMPLETE
72742024-12-03T23:09:26.440Z[ recovery-image] Dec 03 23:09:25.594 INFO O| Dec 03 23:09:25.594 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72752024-12-03T23:09:26.443Z[ recovery-image] Dec 03 23:09:25.603 INFO O| Dec 03 23:09:25.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
72762024-12-03T23:09:26.443Z[ recovery-image] Dec 03 23:09:25.603 INFO O| Dec 03 23:09:25.603 INFO STEP 996 (remove_files) COMPLETE
72772024-12-03T23:09:26.443Z[ recovery-image] Dec 03 23:09:25.603 INFO O| Dec 03 23:09:25.603 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72782024-12-03T23:09:26.451Z[ recovery-image] Dec 03 23:09:25.612 INFO O| Dec 03 23:09:25.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
72792024-12-03T23:09:26.453Z[ recovery-image] Dec 03 23:09:25.612 INFO O| Dec 03 23:09:25.612 INFO STEP 997 (remove_files) COMPLETE
72802024-12-03T23:09:26.453Z[ recovery-image] Dec 03 23:09:25.612 INFO O| Dec 03 23:09:25.612 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72812024-12-03T23:09:26.460Z[ recovery-image] Dec 03 23:09:25.621 INFO O| Dec 03 23:09:25.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
72822024-12-03T23:09:26.463Z[ recovery-image] Dec 03 23:09:25.621 INFO O| Dec 03 23:09:25.621 INFO STEP 998 (remove_files) COMPLETE
72832024-12-03T23:09:26.463Z[ recovery-image] Dec 03 23:09:25.622 INFO O| Dec 03 23:09:25.621 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72842024-12-03T23:09:26.471Z[ recovery-image] Dec 03 23:09:25.631 INFO O| Dec 03 23:09:25.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
72852024-12-03T23:09:26.471Z[ recovery-image] Dec 03 23:09:25.631 INFO O| Dec 03 23:09:25.631 INFO STEP 999 (remove_files) COMPLETE
72862024-12-03T23:09:26.471Z[ recovery-image] Dec 03 23:09:25.631 INFO O| Dec 03 23:09:25.631 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72872024-12-03T23:09:26.478Z[ recovery-image] Dec 03 23:09:25.640 INFO O| Dec 03 23:09:25.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
72882024-12-03T23:09:26.478Z[ recovery-image] Dec 03 23:09:25.640 INFO O| Dec 03 23:09:25.640 INFO STEP 1000 (remove_files) COMPLETE
72892024-12-03T23:09:26.478Z[ recovery-image] Dec 03 23:09:25.640 INFO O| Dec 03 23:09:25.640 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72902024-12-03T23:09:26.487Z[ recovery-image] Dec 03 23:09:25.649 INFO O| Dec 03 23:09:25.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
72912024-12-03T23:09:26.487Z[ recovery-image] Dec 03 23:09:25.649 INFO O| Dec 03 23:09:25.649 INFO STEP 1001 (remove_files) COMPLETE
72922024-12-03T23:09:26.488Z[ recovery-image] Dec 03 23:09:25.649 INFO O| Dec 03 23:09:25.649 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72932024-12-03T23:09:26.499Z[ recovery-image] Dec 03 23:09:25.658 INFO O| Dec 03 23:09:25.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
72942024-12-03T23:09:26.499Z[ recovery-image] Dec 03 23:09:25.658 INFO O| Dec 03 23:09:25.658 INFO STEP 1002 (remove_files) COMPLETE
72952024-12-03T23:09:26.499Z[ recovery-image] Dec 03 23:09:25.658 INFO O| Dec 03 23:09:25.658 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72962024-12-03T23:09:26.508Z[ recovery-image] Dec 03 23:09:25.667 INFO O| Dec 03 23:09:25.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
72972024-12-03T23:09:26.508Z[ recovery-image] Dec 03 23:09:25.668 INFO O| Dec 03 23:09:25.668 INFO STEP 1003 (remove_files) COMPLETE
72982024-12-03T23:09:26.511Z[ recovery-image] Dec 03 23:09:25.668 INFO O| Dec 03 23:09:25.668 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72992024-12-03T23:09:26.515Z[ recovery-image] Dec 03 23:09:25.677 INFO O| Dec 03 23:09:25.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
73002024-12-03T23:09:26.515Z[ recovery-image] Dec 03 23:09:25.677 INFO O| Dec 03 23:09:25.677 INFO STEP 1004 (remove_files) COMPLETE
73012024-12-03T23:09:26.519Z[ recovery-image] Dec 03 23:09:25.677 INFO O| Dec 03 23:09:25.677 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73022024-12-03T23:09:26.524Z[ recovery-image] Dec 03 23:09:25.686 INFO O| Dec 03 23:09:25.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
73032024-12-03T23:09:26.524Z[ recovery-image] Dec 03 23:09:25.686 INFO O| Dec 03 23:09:25.686 INFO STEP 1005 (remove_files) COMPLETE
73042024-12-03T23:09:26.524Z[ recovery-image] Dec 03 23:09:25.686 INFO O| Dec 03 23:09:25.686 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73052024-12-03T23:09:26.533Z[ recovery-image] Dec 03 23:09:25.695 INFO O| Dec 03 23:09:25.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
73062024-12-03T23:09:26.536Z[ recovery-image] Dec 03 23:09:25.695 INFO O| Dec 03 23:09:25.695 INFO STEP 1006 (remove_files) COMPLETE
73072024-12-03T23:09:26.536Z[ recovery-image] Dec 03 23:09:25.695 INFO O| Dec 03 23:09:25.695 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73082024-12-03T23:09:26.543Z[ recovery-image] Dec 03 23:09:25.704 INFO O| Dec 03 23:09:25.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
73092024-12-03T23:09:26.543Z[ recovery-image] Dec 03 23:09:25.704 INFO O| Dec 03 23:09:25.704 INFO STEP 1007 (remove_files) COMPLETE
73102024-12-03T23:09:26.546Z[ recovery-image] Dec 03 23:09:25.704 INFO O| Dec 03 23:09:25.704 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73112024-12-03T23:09:26.552Z[ recovery-image] Dec 03 23:09:25.714 INFO O| Dec 03 23:09:25.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
73122024-12-03T23:09:26.552Z[ recovery-image] Dec 03 23:09:25.714 INFO O| Dec 03 23:09:25.714 INFO STEP 1008 (remove_files) COMPLETE
73132024-12-03T23:09:26.552Z[ recovery-image] Dec 03 23:09:25.714 INFO O| Dec 03 23:09:25.714 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73142024-12-03T23:09:26.561Z[ recovery-image] Dec 03 23:09:25.723 INFO O| Dec 03 23:09:25.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
73152024-12-03T23:09:26.563Z[ recovery-image] Dec 03 23:09:25.723 INFO O| Dec 03 23:09:25.723 INFO STEP 1009 (remove_files) COMPLETE
73162024-12-03T23:09:26.563Z[ recovery-image] Dec 03 23:09:25.723 INFO O| Dec 03 23:09:25.723 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73172024-12-03T23:09:26.570Z[ recovery-image] Dec 03 23:09:25.732 INFO O| Dec 03 23:09:25.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
73182024-12-03T23:09:26.570Z[ recovery-image] Dec 03 23:09:25.732 INFO O| Dec 03 23:09:25.732 INFO STEP 1010 (remove_files) COMPLETE
73192024-12-03T23:09:26.573Z[ recovery-image] Dec 03 23:09:25.732 INFO O| Dec 03 23:09:25.732 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73202024-12-03T23:09:26.580Z[ recovery-image] Dec 03 23:09:25.741 INFO O| Dec 03 23:09:25.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
73212024-12-03T23:09:26.580Z[ recovery-image] Dec 03 23:09:25.741 INFO O| Dec 03 23:09:25.741 INFO STEP 1011 (remove_files) COMPLETE
73222024-12-03T23:09:26.583Z[ recovery-image] Dec 03 23:09:25.741 INFO O| Dec 03 23:09:25.741 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73232024-12-03T23:09:26.590Z[ recovery-image] Dec 03 23:09:25.750 INFO O| Dec 03 23:09:25.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
73242024-12-03T23:09:26.592Z[ recovery-image] Dec 03 23:09:25.751 INFO O| Dec 03 23:09:25.750 INFO STEP 1012 (remove_files) COMPLETE
73252024-12-03T23:09:26.592Z[ recovery-image] Dec 03 23:09:25.751 INFO O| Dec 03 23:09:25.751 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73262024-12-03T23:09:26.598Z[ recovery-image] Dec 03 23:09:25.760 INFO O| Dec 03 23:09:25.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
73272024-12-03T23:09:26.601Z[ recovery-image] Dec 03 23:09:25.760 INFO O| Dec 03 23:09:25.760 INFO STEP 1013 (remove_files) COMPLETE
73282024-12-03T23:09:26.601Z[ recovery-image] Dec 03 23:09:25.760 INFO O| Dec 03 23:09:25.760 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73292024-12-03T23:09:26.607Z[ recovery-image] Dec 03 23:09:25.769 INFO O| Dec 03 23:09:25.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
73302024-12-03T23:09:26.610Z[ recovery-image] Dec 03 23:09:25.770 INFO O| Dec 03 23:09:25.770 INFO STEP 1014 (remove_files) COMPLETE
73312024-12-03T23:09:26.610Z[ recovery-image] Dec 03 23:09:25.770 INFO O| Dec 03 23:09:25.770 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73322024-12-03T23:09:26.619Z[ recovery-image] Dec 03 23:09:25.779 INFO O| Dec 03 23:09:25.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
73332024-12-03T23:09:26.619Z[ recovery-image] Dec 03 23:09:25.779 INFO O| Dec 03 23:09:25.779 INFO STEP 1015 (remove_files) COMPLETE
73342024-12-03T23:09:26.624Z[ recovery-image] Dec 03 23:09:25.779 INFO O| Dec 03 23:09:25.779 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73352024-12-03T23:09:26.627Z[ recovery-image] Dec 03 23:09:25.788 INFO O| Dec 03 23:09:25.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
73362024-12-03T23:09:26.627Z[ recovery-image] Dec 03 23:09:25.788 INFO O| Dec 03 23:09:25.788 INFO STEP 1016 (remove_files) COMPLETE
73372024-12-03T23:09:26.627Z[ recovery-image] Dec 03 23:09:25.788 INFO O| Dec 03 23:09:25.788 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73382024-12-03T23:09:26.637Z[ recovery-image] Dec 03 23:09:25.797 INFO O| Dec 03 23:09:25.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
73392024-12-03T23:09:26.639Z[ recovery-image] Dec 03 23:09:25.798 INFO O| Dec 03 23:09:25.798 INFO STEP 1017 (remove_files) COMPLETE
73402024-12-03T23:09:26.640Z[ recovery-image] Dec 03 23:09:25.798 INFO O| Dec 03 23:09:25.798 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73412024-12-03T23:09:26.645Z[ recovery-image] Dec 03 23:09:25.807 INFO O| Dec 03 23:09:25.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
73422024-12-03T23:09:26.645Z[ recovery-image] Dec 03 23:09:25.807 INFO O| Dec 03 23:09:25.807 INFO STEP 1018 (remove_files) COMPLETE
73432024-12-03T23:09:26.652Z[ recovery-image] Dec 03 23:09:25.807 INFO O| Dec 03 23:09:25.807 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73442024-12-03T23:09:26.655Z[ recovery-image] Dec 03 23:09:25.816 INFO O| Dec 03 23:09:25.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
73452024-12-03T23:09:26.657Z[ recovery-image] Dec 03 23:09:25.817 INFO O| Dec 03 23:09:25.817 INFO STEP 1019 (remove_files) COMPLETE
73462024-12-03T23:09:26.657Z[ recovery-image] Dec 03 23:09:25.817 INFO O| Dec 03 23:09:25.817 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73472024-12-03T23:09:26.665Z[ recovery-image] Dec 03 23:09:25.826 INFO O| Dec 03 23:09:25.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
73482024-12-03T23:09:26.667Z[ recovery-image] Dec 03 23:09:25.826 INFO O| Dec 03 23:09:25.826 INFO STEP 1020 (remove_files) COMPLETE
73492024-12-03T23:09:26.667Z[ recovery-image] Dec 03 23:09:25.826 INFO O| Dec 03 23:09:25.826 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73502024-12-03T23:09:26.674Z[ recovery-image] Dec 03 23:09:25.836 INFO O| Dec 03 23:09:25.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
73512024-12-03T23:09:26.676Z[ recovery-image] Dec 03 23:09:25.836 INFO O| Dec 03 23:09:25.836 INFO STEP 1021 (remove_files) COMPLETE
73522024-12-03T23:09:26.676Z[ recovery-image] Dec 03 23:09:25.836 INFO O| Dec 03 23:09:25.836 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73532024-12-03T23:09:26.685Z[ recovery-image] Dec 03 23:09:25.845 INFO O| Dec 03 23:09:25.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
73542024-12-03T23:09:26.685Z[ recovery-image] Dec 03 23:09:25.845 INFO O| Dec 03 23:09:25.845 INFO STEP 1022 (remove_files) COMPLETE
73552024-12-03T23:09:26.688Z[ recovery-image] Dec 03 23:09:25.845 INFO O| Dec 03 23:09:25.845 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73562024-12-03T23:09:26.693Z[ recovery-image] Dec 03 23:09:25.854 INFO O| Dec 03 23:09:25.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
73572024-12-03T23:09:26.693Z[ recovery-image] Dec 03 23:09:25.854 INFO O| Dec 03 23:09:25.854 INFO STEP 1023 (remove_files) COMPLETE
73582024-12-03T23:09:26.697Z[ recovery-image] Dec 03 23:09:25.854 INFO O| Dec 03 23:09:25.854 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73592024-12-03T23:09:26.702Z[ recovery-image] Dec 03 23:09:25.864 INFO O| Dec 03 23:09:25.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
73602024-12-03T23:09:26.702Z[ recovery-image] Dec 03 23:09:25.864 INFO O| Dec 03 23:09:25.864 INFO STEP 1024 (remove_files) COMPLETE
73612024-12-03T23:09:26.705Z[ recovery-image] Dec 03 23:09:25.864 INFO O| Dec 03 23:09:25.864 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73622024-12-03T23:09:26.713Z[ recovery-image] Dec 03 23:09:25.874 INFO O| Dec 03 23:09:25.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
73632024-12-03T23:09:26.713Z[ recovery-image] Dec 03 23:09:25.874 INFO O| Dec 03 23:09:25.874 INFO STEP 1025 (remove_files) COMPLETE
73642024-12-03T23:09:26.715Z[ recovery-image] Dec 03 23:09:25.874 INFO O| Dec 03 23:09:25.874 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73652024-12-03T23:09:26.723Z[ recovery-image] Dec 03 23:09:25.885 INFO O| Dec 03 23:09:25.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
73662024-12-03T23:09:26.726Z[ recovery-image] Dec 03 23:09:25.885 INFO O| Dec 03 23:09:25.885 INFO STEP 1026 (remove_files) COMPLETE
73672024-12-03T23:09:26.726Z[ recovery-image] Dec 03 23:09:25.885 INFO O| Dec 03 23:09:25.885 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73682024-12-03T23:09:26.733Z[ recovery-image] Dec 03 23:09:25.895 INFO O| Dec 03 23:09:25.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
73692024-12-03T23:09:26.733Z[ recovery-image] Dec 03 23:09:25.895 INFO O| Dec 03 23:09:25.895 INFO STEP 1027 (remove_files) COMPLETE
73702024-12-03T23:09:26.736Z[ recovery-image] Dec 03 23:09:25.895 INFO O| Dec 03 23:09:25.895 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73712024-12-03T23:09:26.743Z[ recovery-image] Dec 03 23:09:25.904 INFO O| Dec 03 23:09:25.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
73722024-12-03T23:09:26.743Z[ recovery-image] Dec 03 23:09:25.904 INFO O| Dec 03 23:09:25.904 INFO STEP 1028 (remove_files) COMPLETE
73732024-12-03T23:09:26.745Z[ recovery-image] Dec 03 23:09:25.904 INFO O| Dec 03 23:09:25.904 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73742024-12-03T23:09:26.753Z[ recovery-image] Dec 03 23:09:25.914 INFO O| Dec 03 23:09:25.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
73752024-12-03T23:09:26.758Z[ recovery-image] Dec 03 23:09:25.914 INFO O| Dec 03 23:09:25.914 INFO STEP 1029 (remove_files) COMPLETE
73762024-12-03T23:09:26.758Z[ recovery-image] Dec 03 23:09:25.914 INFO O| Dec 03 23:09:25.914 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73772024-12-03T23:09:26.763Z[ recovery-image] Dec 03 23:09:25.924 INFO O| Dec 03 23:09:25.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
73782024-12-03T23:09:26.763Z[ recovery-image] Dec 03 23:09:25.924 INFO O| Dec 03 23:09:25.924 INFO STEP 1030 (remove_files) COMPLETE
73792024-12-03T23:09:26.766Z[ recovery-image] Dec 03 23:09:25.924 INFO O| Dec 03 23:09:25.924 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73802024-12-03T23:09:26.772Z[ recovery-image] Dec 03 23:09:25.934 INFO O| Dec 03 23:09:25.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
73812024-12-03T23:09:26.772Z[ recovery-image] Dec 03 23:09:25.934 INFO O| Dec 03 23:09:25.934 INFO STEP 1031 (remove_files) COMPLETE
73822024-12-03T23:09:26.772Z[ recovery-image] Dec 03 23:09:25.934 INFO O| Dec 03 23:09:25.934 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73832024-12-03T23:09:26.781Z[ recovery-image] Dec 03 23:09:25.943 INFO O| Dec 03 23:09:25.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
73842024-12-03T23:09:26.784Z[ recovery-image] Dec 03 23:09:25.943 INFO O| Dec 03 23:09:25.943 INFO STEP 1032 (remove_files) COMPLETE
73852024-12-03T23:09:26.784Z[ recovery-image] Dec 03 23:09:25.943 INFO O| Dec 03 23:09:25.943 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73862024-12-03T23:09:26.793Z[ recovery-image] Dec 03 23:09:25.952 INFO O| Dec 03 23:09:25.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
73872024-12-03T23:09:26.793Z[ recovery-image] Dec 03 23:09:25.952 INFO O| Dec 03 23:09:25.952 INFO STEP 1033 (remove_files) COMPLETE
73882024-12-03T23:09:26.797Z[ recovery-image] Dec 03 23:09:25.952 INFO O| Dec 03 23:09:25.952 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73892024-12-03T23:09:26.801Z[ recovery-image] Dec 03 23:09:25.962 INFO O| Dec 03 23:09:25.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
73902024-12-03T23:09:26.805Z[ recovery-image] Dec 03 23:09:25.962 INFO O| Dec 03 23:09:25.962 INFO STEP 1034 (remove_files) COMPLETE
73912024-12-03T23:09:26.805Z[ recovery-image] Dec 03 23:09:25.962 INFO O| Dec 03 23:09:25.962 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73922024-12-03T23:09:26.810Z[ recovery-image] Dec 03 23:09:25.972 INFO O| Dec 03 23:09:25.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
73932024-12-03T23:09:26.810Z[ recovery-image] Dec 03 23:09:25.972 INFO O| Dec 03 23:09:25.972 INFO STEP 1035 (remove_files) COMPLETE
73942024-12-03T23:09:26.816Z[ recovery-image] Dec 03 23:09:25.972 INFO O| Dec 03 23:09:25.972 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73952024-12-03T23:09:26.820Z[ recovery-image] Dec 03 23:09:25.981 INFO O| Dec 03 23:09:25.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
73962024-12-03T23:09:26.820Z[ recovery-image] Dec 03 23:09:25.981 INFO O| Dec 03 23:09:25.981 INFO STEP 1036 (remove_files) COMPLETE
73972024-12-03T23:09:26.820Z[ recovery-image] Dec 03 23:09:25.981 INFO O| Dec 03 23:09:25.981 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73982024-12-03T23:09:26.829Z[ recovery-image] Dec 03 23:09:25.990 INFO O| Dec 03 23:09:25.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
73992024-12-03T23:09:26.832Z[ recovery-image] Dec 03 23:09:25.990 INFO O| Dec 03 23:09:25.990 INFO STEP 1037 (remove_files) COMPLETE
74002024-12-03T23:09:26.832Z[ recovery-image] Dec 03 23:09:25.990 INFO O| Dec 03 23:09:25.990 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74012024-12-03T23:09:26.839Z[ recovery-image] Dec 03 23:09:26.000 INFO O| Dec 03 23:09:26.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
74022024-12-03T23:09:26.842Z[ recovery-image] Dec 03 23:09:26.000 INFO O| Dec 03 23:09:26.000 INFO STEP 1038 (remove_files) COMPLETE
74032024-12-03T23:09:26.842Z[ recovery-image] Dec 03 23:09:26.000 INFO O| Dec 03 23:09:26.000 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74042024-12-03T23:09:26.849Z[ recovery-image] Dec 03 23:09:26.010 INFO O| Dec 03 23:09:26.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
74052024-12-03T23:09:26.849Z[ recovery-image] Dec 03 23:09:26.011 INFO O| Dec 03 23:09:26.010 INFO STEP 1039 (remove_files) COMPLETE
74062024-12-03T23:09:26.852Z[ recovery-image] Dec 03 23:09:26.011 INFO O| Dec 03 23:09:26.010 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74072024-12-03T23:09:26.859Z[ recovery-image] Dec 03 23:09:26.020 INFO O| Dec 03 23:09:26.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
74082024-12-03T23:09:26.875Z[ recovery-image] Dec 03 23:09:26.020 INFO O| Dec 03 23:09:26.020 INFO STEP 1040 (remove_files) COMPLETE
74092024-12-03T23:09:26.875Z[ recovery-image] Dec 03 23:09:26.020 INFO O| Dec 03 23:09:26.020 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74102024-12-03T23:09:26.878Z[ recovery-image] Dec 03 23:09:26.030 INFO O| Dec 03 23:09:26.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
74112024-12-03T23:09:26.878Z[ recovery-image] Dec 03 23:09:26.030 INFO O| Dec 03 23:09:26.030 INFO STEP 1041 (remove_files) COMPLETE
74122024-12-03T23:09:26.878Z[ recovery-image] Dec 03 23:09:26.030 INFO O| Dec 03 23:09:26.030 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74132024-12-03T23:09:26.881Z[ recovery-image] Dec 03 23:09:26.039 INFO O| Dec 03 23:09:26.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
74142024-12-03T23:09:26.881Z[ recovery-image] Dec 03 23:09:26.039 INFO O| Dec 03 23:09:26.039 INFO STEP 1042 (remove_files) COMPLETE
74152024-12-03T23:09:26.881Z[ recovery-image] Dec 03 23:09:26.039 INFO O| Dec 03 23:09:26.039 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74162024-12-03T23:09:26.887Z[ recovery-image] Dec 03 23:09:26.049 INFO O| Dec 03 23:09:26.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
74172024-12-03T23:09:26.890Z[ recovery-image] Dec 03 23:09:26.049 INFO O| Dec 03 23:09:26.049 INFO STEP 1043 (remove_files) COMPLETE
74182024-12-03T23:09:26.890Z[ recovery-image] Dec 03 23:09:26.049 INFO O| Dec 03 23:09:26.049 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74192024-12-03T23:09:26.897Z[ recovery-image] Dec 03 23:09:26.058 INFO O| Dec 03 23:09:26.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
74202024-12-03T23:09:26.897Z[ recovery-image] Dec 03 23:09:26.058 INFO O| Dec 03 23:09:26.058 INFO STEP 1044 (remove_files) COMPLETE
74212024-12-03T23:09:26.901Z[ recovery-image] Dec 03 23:09:26.058 INFO O| Dec 03 23:09:26.058 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74222024-12-03T23:09:26.906Z[ recovery-image] Dec 03 23:09:26.067 INFO O| Dec 03 23:09:26.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
74232024-12-03T23:09:26.906Z[ recovery-image] Dec 03 23:09:26.067 INFO O| Dec 03 23:09:26.067 INFO STEP 1045 (remove_files) COMPLETE
74242024-12-03T23:09:26.909Z[ recovery-image] Dec 03 23:09:26.067 INFO O| Dec 03 23:09:26.067 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74252024-12-03T23:09:26.915Z[ recovery-image] Dec 03 23:09:26.077 INFO O| Dec 03 23:09:26.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
74262024-12-03T23:09:26.915Z[ recovery-image] Dec 03 23:09:26.077 INFO O| Dec 03 23:09:26.077 INFO STEP 1046 (remove_files) COMPLETE
74272024-12-03T23:09:26.915Z[ recovery-image] Dec 03 23:09:26.077 INFO O| Dec 03 23:09:26.077 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74282024-12-03T23:09:26.924Z[ recovery-image] Dec 03 23:09:26.086 INFO O| Dec 03 23:09:26.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
74292024-12-03T23:09:26.924Z[ recovery-image] Dec 03 23:09:26.086 INFO O| Dec 03 23:09:26.086 INFO STEP 1047 (remove_files) COMPLETE
74302024-12-03T23:09:26.927Z[ recovery-image] Dec 03 23:09:26.086 INFO O| Dec 03 23:09:26.086 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74312024-12-03T23:09:26.933Z[ recovery-image] Dec 03 23:09:26.095 INFO O| Dec 03 23:09:26.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
74322024-12-03T23:09:26.936Z[ recovery-image] Dec 03 23:09:26.095 INFO O| Dec 03 23:09:26.095 INFO STEP 1048 (remove_files) COMPLETE
74332024-12-03T23:09:26.936Z[ recovery-image] Dec 03 23:09:26.095 INFO O| Dec 03 23:09:26.095 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74342024-12-03T23:09:26.943Z[ recovery-image] Dec 03 23:09:26.104 INFO O| Dec 03 23:09:26.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
74352024-12-03T23:09:26.945Z[ recovery-image] Dec 03 23:09:26.104 INFO O| Dec 03 23:09:26.104 INFO STEP 1049 (remove_files) COMPLETE
74362024-12-03T23:09:26.945Z[ recovery-image] Dec 03 23:09:26.104 INFO O| Dec 03 23:09:26.104 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74372024-12-03T23:09:26.952Z[ recovery-image] Dec 03 23:09:26.114 INFO O| Dec 03 23:09:26.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
74382024-12-03T23:09:26.952Z[ recovery-image] Dec 03 23:09:26.114 INFO O| Dec 03 23:09:26.114 INFO STEP 1050 (remove_files) COMPLETE
74392024-12-03T23:09:26.954Z[ recovery-image] Dec 03 23:09:26.114 INFO O| Dec 03 23:09:26.114 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74402024-12-03T23:09:26.962Z[ recovery-image] Dec 03 23:09:26.123 INFO O| Dec 03 23:09:26.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
74412024-12-03T23:09:26.962Z[ recovery-image] Dec 03 23:09:26.123 INFO O| Dec 03 23:09:26.123 INFO STEP 1051 (remove_files) COMPLETE
74422024-12-03T23:09:26.964Z[ recovery-image] Dec 03 23:09:26.123 INFO O| Dec 03 23:09:26.123 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74432024-12-03T23:09:26.971Z[ recovery-image] Dec 03 23:09:26.132 INFO O| Dec 03 23:09:26.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
74442024-12-03T23:09:26.973Z[ recovery-image] Dec 03 23:09:26.132 INFO O| Dec 03 23:09:26.132 INFO STEP 1052 (remove_files) COMPLETE
74452024-12-03T23:09:26.973Z[ recovery-image] Dec 03 23:09:26.132 INFO O| Dec 03 23:09:26.132 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74462024-12-03T23:09:26.980Z[ recovery-image] Dec 03 23:09:26.141 INFO O| Dec 03 23:09:26.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
74472024-12-03T23:09:26.982Z[ recovery-image] Dec 03 23:09:26.141 INFO O| Dec 03 23:09:26.141 INFO STEP 1053 (remove_files) COMPLETE
74482024-12-03T23:09:26.982Z[ recovery-image] Dec 03 23:09:26.141 INFO O| Dec 03 23:09:26.141 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74492024-12-03T23:09:26.989Z[ recovery-image] Dec 03 23:09:26.151 INFO O| Dec 03 23:09:26.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
74502024-12-03T23:09:26.989Z[ recovery-image] Dec 03 23:09:26.151 INFO O| Dec 03 23:09:26.151 INFO STEP 1054 (remove_files) COMPLETE
74512024-12-03T23:09:26.991Z[ recovery-image] Dec 03 23:09:26.151 INFO O| Dec 03 23:09:26.151 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74522024-12-03T23:09:26.998Z[ recovery-image] Dec 03 23:09:26.160 INFO O| Dec 03 23:09:26.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
74532024-12-03T23:09:26.998Z[ recovery-image] Dec 03 23:09:26.160 INFO O| Dec 03 23:09:26.160 INFO STEP 1055 (remove_files) COMPLETE
74542024-12-03T23:09:27.007Z[ recovery-image] Dec 03 23:09:26.160 INFO O| Dec 03 23:09:26.160 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74552024-12-03T23:09:27.010Z[ recovery-image] Dec 03 23:09:26.169 INFO O| Dec 03 23:09:26.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
74562024-12-03T23:09:27.010Z[ recovery-image] Dec 03 23:09:26.169 INFO O| Dec 03 23:09:26.169 INFO STEP 1056 (remove_files) COMPLETE
74572024-12-03T23:09:27.010Z[ recovery-image] Dec 03 23:09:26.169 INFO O| Dec 03 23:09:26.169 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74582024-12-03T23:09:27.017Z[ recovery-image] Dec 03 23:09:26.178 INFO O| Dec 03 23:09:26.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
74592024-12-03T23:09:27.017Z[ recovery-image] Dec 03 23:09:26.178 INFO O| Dec 03 23:09:26.178 INFO STEP 1057 (remove_files) COMPLETE
74602024-12-03T23:09:27.020Z[ recovery-image] Dec 03 23:09:26.178 INFO O| Dec 03 23:09:26.178 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74612024-12-03T23:09:27.026Z[ recovery-image] Dec 03 23:09:26.188 INFO O| Dec 03 23:09:26.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
74622024-12-03T23:09:27.027Z[ recovery-image] Dec 03 23:09:26.188 INFO O| Dec 03 23:09:26.188 INFO STEP 1058 (remove_files) COMPLETE
74632024-12-03T23:09:27.030Z[ recovery-image] Dec 03 23:09:26.188 INFO O| Dec 03 23:09:26.188 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74642024-12-03T23:09:27.035Z[ recovery-image] Dec 03 23:09:26.197 INFO O| Dec 03 23:09:26.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
74652024-12-03T23:09:27.035Z[ recovery-image] Dec 03 23:09:26.197 INFO O| Dec 03 23:09:26.197 INFO STEP 1059 (remove_files) COMPLETE
74662024-12-03T23:09:27.039Z[ recovery-image] Dec 03 23:09:26.197 INFO O| Dec 03 23:09:26.197 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74672024-12-03T23:09:27.045Z[ recovery-image] Dec 03 23:09:26.206 INFO O| Dec 03 23:09:26.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
74682024-12-03T23:09:27.045Z[ recovery-image] Dec 03 23:09:26.206 INFO O| Dec 03 23:09:26.206 INFO STEP 1060 (remove_files) COMPLETE
74692024-12-03T23:09:27.048Z[ recovery-image] Dec 03 23:09:26.206 INFO O| Dec 03 23:09:26.206 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74702024-12-03T23:09:27.054Z[ recovery-image] Dec 03 23:09:26.215 INFO O| Dec 03 23:09:26.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
74712024-12-03T23:09:27.054Z[ recovery-image] Dec 03 23:09:26.215 INFO O| Dec 03 23:09:26.215 INFO STEP 1061 (remove_files) COMPLETE
74722024-12-03T23:09:27.056Z[ recovery-image] Dec 03 23:09:26.215 INFO O| Dec 03 23:09:26.215 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74732024-12-03T23:09:27.063Z[ recovery-image] Dec 03 23:09:26.224 INFO O| Dec 03 23:09:26.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
74742024-12-03T23:09:27.063Z[ recovery-image] Dec 03 23:09:26.225 INFO O| Dec 03 23:09:26.225 INFO STEP 1062 (remove_files) COMPLETE
74752024-12-03T23:09:27.063Z[ recovery-image] Dec 03 23:09:26.225 INFO O| Dec 03 23:09:26.225 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74762024-12-03T23:09:27.072Z[ recovery-image] Dec 03 23:09:26.234 INFO O| Dec 03 23:09:26.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
74772024-12-03T23:09:27.072Z[ recovery-image] Dec 03 23:09:26.234 INFO O| Dec 03 23:09:26.234 INFO STEP 1063 (remove_files) COMPLETE
74782024-12-03T23:09:27.076Z[ recovery-image] Dec 03 23:09:26.234 INFO O| Dec 03 23:09:26.234 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74792024-12-03T23:09:27.081Z[ recovery-image] Dec 03 23:09:26.243 INFO O| Dec 03 23:09:26.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
74802024-12-03T23:09:27.084Z[ recovery-image] Dec 03 23:09:26.243 INFO O| Dec 03 23:09:26.243 INFO STEP 1064 (remove_files) COMPLETE
74812024-12-03T23:09:27.084Z[ recovery-image] Dec 03 23:09:26.243 INFO O| Dec 03 23:09:26.243 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74822024-12-03T23:09:27.090Z[ recovery-image] Dec 03 23:09:26.252 INFO O| Dec 03 23:09:26.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
74832024-12-03T23:09:27.090Z[ recovery-image] Dec 03 23:09:26.252 INFO O| Dec 03 23:09:26.252 INFO STEP 1065 (remove_files) COMPLETE
74842024-12-03T23:09:27.090Z[ recovery-image] Dec 03 23:09:26.252 INFO O| Dec 03 23:09:26.252 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74852024-12-03T23:09:27.100Z[ recovery-image] Dec 03 23:09:26.261 INFO O| Dec 03 23:09:26.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
74862024-12-03T23:09:27.103Z[ recovery-image] Dec 03 23:09:26.261 INFO O| Dec 03 23:09:26.261 INFO STEP 1066 (remove_files) COMPLETE
74872024-12-03T23:09:27.103Z[ recovery-image] Dec 03 23:09:26.261 INFO O| Dec 03 23:09:26.261 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74882024-12-03T23:09:27.109Z[ recovery-image] Dec 03 23:09:26.270 INFO O| Dec 03 23:09:26.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
74892024-12-03T23:09:27.112Z[ recovery-image] Dec 03 23:09:26.271 INFO O| Dec 03 23:09:26.271 INFO STEP 1067 (remove_files) COMPLETE
74902024-12-03T23:09:27.112Z[ recovery-image] Dec 03 23:09:26.271 INFO O| Dec 03 23:09:26.271 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74912024-12-03T23:09:27.118Z[ recovery-image] Dec 03 23:09:26.280 INFO O| Dec 03 23:09:26.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
74922024-12-03T23:09:27.118Z[ recovery-image] Dec 03 23:09:26.280 INFO O| Dec 03 23:09:26.280 INFO STEP 1068 (remove_files) COMPLETE
74932024-12-03T23:09:27.118Z[ recovery-image] Dec 03 23:09:26.280 INFO O| Dec 03 23:09:26.280 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74942024-12-03T23:09:27.128Z[ recovery-image] Dec 03 23:09:26.289 INFO O| Dec 03 23:09:26.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
74952024-12-03T23:09:27.128Z[ recovery-image] Dec 03 23:09:26.289 INFO O| Dec 03 23:09:26.289 INFO STEP 1069 (remove_files) COMPLETE
74962024-12-03T23:09:27.132Z[ recovery-image] Dec 03 23:09:26.289 INFO O| Dec 03 23:09:26.289 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74972024-12-03T23:09:27.137Z[ recovery-image] Dec 03 23:09:26.298 INFO O| Dec 03 23:09:26.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
74982024-12-03T23:09:27.137Z[ recovery-image] Dec 03 23:09:26.298 INFO O| Dec 03 23:09:26.298 INFO STEP 1070 (remove_files) COMPLETE
74992024-12-03T23:09:27.140Z[ recovery-image] Dec 03 23:09:26.298 INFO O| Dec 03 23:09:26.298 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75002024-12-03T23:09:27.146Z[ recovery-image] Dec 03 23:09:26.307 INFO O| Dec 03 23:09:26.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
75012024-12-03T23:09:27.146Z[ recovery-image] Dec 03 23:09:26.307 INFO O| Dec 03 23:09:26.307 INFO STEP 1071 (remove_files) COMPLETE
75022024-12-03T23:09:27.148Z[ recovery-image] Dec 03 23:09:26.307 INFO O| Dec 03 23:09:26.307 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75032024-12-03T23:09:27.155Z[ recovery-image] Dec 03 23:09:26.316 INFO O| Dec 03 23:09:26.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
75042024-12-03T23:09:27.157Z[ recovery-image] Dec 03 23:09:26.316 INFO O| Dec 03 23:09:26.316 INFO STEP 1072 (remove_files) COMPLETE
75052024-12-03T23:09:27.158Z[ recovery-image] Dec 03 23:09:26.316 INFO O| Dec 03 23:09:26.316 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75062024-12-03T23:09:27.164Z[ recovery-image] Dec 03 23:09:26.325 INFO O| Dec 03 23:09:26.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
75072024-12-03T23:09:27.166Z[ recovery-image] Dec 03 23:09:26.326 INFO O| Dec 03 23:09:26.326 INFO STEP 1073 (remove_files) COMPLETE
75082024-12-03T23:09:27.166Z[ recovery-image] Dec 03 23:09:26.326 INFO O| Dec 03 23:09:26.326 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75092024-12-03T23:09:27.174Z[ recovery-image] Dec 03 23:09:26.335 INFO O| Dec 03 23:09:26.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
75102024-12-03T23:09:27.174Z[ recovery-image] Dec 03 23:09:26.335 INFO O| Dec 03 23:09:26.335 INFO STEP 1074 (remove_files) COMPLETE
75112024-12-03T23:09:27.176Z[ recovery-image] Dec 03 23:09:26.335 INFO O| Dec 03 23:09:26.335 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75122024-12-03T23:09:27.183Z[ recovery-image] Dec 03 23:09:26.344 INFO O| Dec 03 23:09:26.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
75132024-12-03T23:09:27.185Z[ recovery-image] Dec 03 23:09:26.345 INFO O| Dec 03 23:09:26.344 INFO STEP 1075 (remove_files) COMPLETE
75142024-12-03T23:09:27.185Z[ recovery-image] Dec 03 23:09:26.345 INFO O| Dec 03 23:09:26.345 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75152024-12-03T23:09:27.192Z[ recovery-image] Dec 03 23:09:26.354 INFO O| Dec 03 23:09:26.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
75162024-12-03T23:09:27.192Z[ recovery-image] Dec 03 23:09:26.354 INFO O| Dec 03 23:09:26.354 INFO STEP 1076 (remove_files) COMPLETE
75172024-12-03T23:09:27.194Z[ recovery-image] Dec 03 23:09:26.354 INFO O| Dec 03 23:09:26.354 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75182024-12-03T23:09:27.201Z[ recovery-image] Dec 03 23:09:26.363 INFO O| Dec 03 23:09:26.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
75192024-12-03T23:09:27.204Z[ recovery-image] Dec 03 23:09:26.363 INFO O| Dec 03 23:09:26.363 INFO STEP 1077 (remove_files) COMPLETE
75202024-12-03T23:09:27.204Z[ recovery-image] Dec 03 23:09:26.363 INFO O| Dec 03 23:09:26.363 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75212024-12-03T23:09:27.210Z[ recovery-image] Dec 03 23:09:26.372 INFO O| Dec 03 23:09:26.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
75222024-12-03T23:09:27.213Z[ recovery-image] Dec 03 23:09:26.372 INFO O| Dec 03 23:09:26.372 INFO STEP 1078 (remove_files) COMPLETE
75232024-12-03T23:09:27.213Z[ recovery-image] Dec 03 23:09:26.372 INFO O| Dec 03 23:09:26.372 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75242024-12-03T23:09:27.223Z[ recovery-image] Dec 03 23:09:26.381 INFO O| Dec 03 23:09:26.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
75252024-12-03T23:09:27.227Z[ recovery-image] Dec 03 23:09:26.381 INFO O| Dec 03 23:09:26.381 INFO STEP 1079 (remove_files) COMPLETE
75262024-12-03T23:09:27.227Z[ recovery-image] Dec 03 23:09:26.381 INFO O| Dec 03 23:09:26.381 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75272024-12-03T23:09:27.230Z[ recovery-image] Dec 03 23:09:26.390 INFO O| Dec 03 23:09:26.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
75282024-12-03T23:09:27.230Z[ recovery-image] Dec 03 23:09:26.390 INFO O| Dec 03 23:09:26.390 INFO STEP 1080 (remove_files) COMPLETE
75292024-12-03T23:09:27.230Z[ recovery-image] Dec 03 23:09:26.390 INFO O| Dec 03 23:09:26.390 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75302024-12-03T23:09:27.239Z[ recovery-image] Dec 03 23:09:26.400 INFO O| Dec 03 23:09:26.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
75312024-12-03T23:09:27.239Z[ recovery-image] Dec 03 23:09:26.400 INFO O| Dec 03 23:09:26.400 INFO STEP 1081 (remove_files) COMPLETE
75322024-12-03T23:09:27.239Z[ recovery-image] Dec 03 23:09:26.400 INFO O| Dec 03 23:09:26.400 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75332024-12-03T23:09:27.248Z[ recovery-image] Dec 03 23:09:26.410 INFO O| Dec 03 23:09:26.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
75342024-12-03T23:09:27.248Z[ recovery-image] Dec 03 23:09:26.410 INFO O| Dec 03 23:09:26.410 INFO STEP 1082 (remove_files) COMPLETE
75352024-12-03T23:09:27.248Z[ recovery-image] Dec 03 23:09:26.410 INFO O| Dec 03 23:09:26.410 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75362024-12-03T23:09:27.258Z[ recovery-image] Dec 03 23:09:26.419 INFO O| Dec 03 23:09:26.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
75372024-12-03T23:09:27.258Z[ recovery-image] Dec 03 23:09:26.419 INFO O| Dec 03 23:09:26.419 INFO STEP 1083 (remove_files) COMPLETE
75382024-12-03T23:09:27.258Z[ recovery-image] Dec 03 23:09:26.419 INFO O| Dec 03 23:09:26.419 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75392024-12-03T23:09:27.267Z[ recovery-image] Dec 03 23:09:26.429 INFO O| Dec 03 23:09:26.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
75402024-12-03T23:09:27.267Z[ recovery-image] Dec 03 23:09:26.429 INFO O| Dec 03 23:09:26.429 INFO STEP 1084 (remove_files) COMPLETE
75412024-12-03T23:09:27.270Z[ recovery-image] Dec 03 23:09:26.429 INFO O| Dec 03 23:09:26.429 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75422024-12-03T23:09:27.277Z[ recovery-image] Dec 03 23:09:26.438 INFO O| Dec 03 23:09:26.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
75432024-12-03T23:09:27.277Z[ recovery-image] Dec 03 23:09:26.438 INFO O| Dec 03 23:09:26.438 INFO STEP 1085 (remove_files) COMPLETE
75442024-12-03T23:09:27.280Z[ recovery-image] Dec 03 23:09:26.438 INFO O| Dec 03 23:09:26.438 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75452024-12-03T23:09:27.286Z[ recovery-image] Dec 03 23:09:26.448 INFO O| Dec 03 23:09:26.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
75462024-12-03T23:09:27.289Z[ recovery-image] Dec 03 23:09:26.448 INFO O| Dec 03 23:09:26.448 INFO STEP 1086 (remove_files) COMPLETE
75472024-12-03T23:09:27.289Z[ recovery-image] Dec 03 23:09:26.448 INFO O| Dec 03 23:09:26.448 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75482024-12-03T23:09:27.298Z[ recovery-image] Dec 03 23:09:26.457 INFO O| Dec 03 23:09:26.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
75492024-12-03T23:09:27.301Z[ recovery-image] Dec 03 23:09:26.457 INFO O| Dec 03 23:09:26.457 INFO STEP 1087 (remove_files) COMPLETE
75502024-12-03T23:09:27.301Z[ recovery-image] Dec 03 23:09:26.457 INFO O| Dec 03 23:09:26.457 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75512024-12-03T23:09:27.306Z[ recovery-image] Dec 03 23:09:26.467 INFO O| Dec 03 23:09:26.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
75522024-12-03T23:09:27.309Z[ recovery-image] Dec 03 23:09:26.467 INFO O| Dec 03 23:09:26.467 INFO STEP 1088 (remove_files) COMPLETE
75532024-12-03T23:09:27.309Z[ recovery-image] Dec 03 23:09:26.467 INFO O| Dec 03 23:09:26.467 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75542024-12-03T23:09:27.315Z[ recovery-image] Dec 03 23:09:26.476 INFO O| Dec 03 23:09:26.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
75552024-12-03T23:09:27.315Z[ recovery-image] Dec 03 23:09:26.476 INFO O| Dec 03 23:09:26.476 INFO STEP 1089 (remove_files) COMPLETE
75562024-12-03T23:09:27.317Z[ recovery-image] Dec 03 23:09:26.476 INFO O| Dec 03 23:09:26.476 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75572024-12-03T23:09:27.325Z[ recovery-image] Dec 03 23:09:26.486 INFO O| Dec 03 23:09:26.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
75582024-12-03T23:09:27.325Z[ recovery-image] Dec 03 23:09:26.486 INFO O| Dec 03 23:09:26.486 INFO STEP 1090 (remove_files) COMPLETE
75592024-12-03T23:09:27.327Z[ recovery-image] Dec 03 23:09:26.486 INFO O| Dec 03 23:09:26.486 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75602024-12-03T23:09:27.337Z[ recovery-image] Dec 03 23:09:26.497 INFO O| Dec 03 23:09:26.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
75612024-12-03T23:09:27.340Z[ recovery-image] Dec 03 23:09:26.497 INFO O| Dec 03 23:09:26.497 INFO STEP 1091 (remove_files) COMPLETE
75622024-12-03T23:09:27.340Z[ recovery-image] Dec 03 23:09:26.497 INFO O| Dec 03 23:09:26.497 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75632024-12-03T23:09:27.346Z[ recovery-image] Dec 03 23:09:26.508 INFO O| Dec 03 23:09:26.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
75642024-12-03T23:09:27.346Z[ recovery-image] Dec 03 23:09:26.508 INFO O| Dec 03 23:09:26.508 INFO STEP 1092 (remove_files) COMPLETE
75652024-12-03T23:09:27.349Z[ recovery-image] Dec 03 23:09:26.508 INFO O| Dec 03 23:09:26.508 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75662024-12-03T23:09:27.356Z[ recovery-image] Dec 03 23:09:26.518 INFO O| Dec 03 23:09:26.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
75672024-12-03T23:09:27.356Z[ recovery-image] Dec 03 23:09:26.518 INFO O| Dec 03 23:09:26.518 INFO STEP 1093 (remove_files) COMPLETE
75682024-12-03T23:09:27.359Z[ recovery-image] Dec 03 23:09:26.518 INFO O| Dec 03 23:09:26.518 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75692024-12-03T23:09:27.367Z[ recovery-image] Dec 03 23:09:26.528 INFO O| Dec 03 23:09:26.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
75702024-12-03T23:09:27.367Z[ recovery-image] Dec 03 23:09:26.528 INFO O| Dec 03 23:09:26.528 INFO STEP 1094 (remove_files) COMPLETE
75712024-12-03T23:09:27.370Z[ recovery-image] Dec 03 23:09:26.528 INFO O| Dec 03 23:09:26.528 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75722024-12-03T23:09:27.377Z[ recovery-image] Dec 03 23:09:26.538 INFO O| Dec 03 23:09:26.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
75732024-12-03T23:09:27.380Z[ recovery-image] Dec 03 23:09:26.538 INFO O| Dec 03 23:09:26.538 INFO STEP 1095 (remove_files) COMPLETE
75742024-12-03T23:09:27.380Z[ recovery-image] Dec 03 23:09:26.538 INFO O| Dec 03 23:09:26.538 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75752024-12-03T23:09:27.387Z[ recovery-image] Dec 03 23:09:26.548 INFO O| Dec 03 23:09:26.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
75762024-12-03T23:09:27.387Z[ recovery-image] Dec 03 23:09:26.548 INFO O| Dec 03 23:09:26.548 INFO STEP 1096 (remove_files) COMPLETE
75772024-12-03T23:09:27.389Z[ recovery-image] Dec 03 23:09:26.548 INFO O| Dec 03 23:09:26.548 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75782024-12-03T23:09:27.397Z[ recovery-image] Dec 03 23:09:26.558 INFO O| Dec 03 23:09:26.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
75792024-12-03T23:09:27.397Z[ recovery-image] Dec 03 23:09:26.558 INFO O| Dec 03 23:09:26.558 INFO STEP 1097 (remove_files) COMPLETE
75802024-12-03T23:09:27.400Z[ recovery-image] Dec 03 23:09:26.558 INFO O| Dec 03 23:09:26.558 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75812024-12-03T23:09:27.406Z[ recovery-image] Dec 03 23:09:26.568 INFO O| Dec 03 23:09:26.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
75822024-12-03T23:09:27.406Z[ recovery-image] Dec 03 23:09:26.568 INFO O| Dec 03 23:09:26.568 INFO STEP 1098 (remove_files) COMPLETE
75832024-12-03T23:09:27.409Z[ recovery-image] Dec 03 23:09:26.568 INFO O| Dec 03 23:09:26.568 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75842024-12-03T23:09:27.415Z[ recovery-image] Dec 03 23:09:26.577 INFO O| Dec 03 23:09:26.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
75852024-12-03T23:09:27.418Z[ recovery-image] Dec 03 23:09:26.577 INFO O| Dec 03 23:09:26.577 INFO STEP 1099 (remove_files) COMPLETE
75862024-12-03T23:09:27.418Z[ recovery-image] Dec 03 23:09:26.577 INFO O| Dec 03 23:09:26.577 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75872024-12-03T23:09:27.425Z[ recovery-image] Dec 03 23:09:26.586 INFO O| Dec 03 23:09:26.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
75882024-12-03T23:09:27.430Z[ recovery-image] Dec 03 23:09:26.586 INFO O| Dec 03 23:09:26.586 INFO STEP 1100 (remove_files) COMPLETE
75892024-12-03T23:09:27.430Z[ recovery-image] Dec 03 23:09:26.587 INFO O| Dec 03 23:09:26.586 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75902024-12-03T23:09:27.434Z[ recovery-image] Dec 03 23:09:26.596 INFO O| Dec 03 23:09:26.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
75912024-12-03T23:09:27.437Z[ recovery-image] Dec 03 23:09:26.596 INFO O| Dec 03 23:09:26.596 INFO STEP 1101 (remove_files) COMPLETE
75922024-12-03T23:09:27.437Z[ recovery-image] Dec 03 23:09:26.596 INFO O| Dec 03 23:09:26.596 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75932024-12-03T23:09:27.444Z[ recovery-image] Dec 03 23:09:26.605 INFO O| Dec 03 23:09:26.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
75942024-12-03T23:09:27.444Z[ recovery-image] Dec 03 23:09:26.606 INFO O| Dec 03 23:09:26.605 INFO STEP 1102 (remove_files) COMPLETE
75952024-12-03T23:09:27.446Z[ recovery-image] Dec 03 23:09:26.606 INFO O| Dec 03 23:09:26.606 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75962024-12-03T23:09:27.453Z[ recovery-image] Dec 03 23:09:26.615 INFO O| Dec 03 23:09:26.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
75972024-12-03T23:09:27.453Z[ recovery-image] Dec 03 23:09:26.615 INFO O| Dec 03 23:09:26.615 INFO STEP 1103 (remove_files) COMPLETE
75982024-12-03T23:09:27.456Z[ recovery-image] Dec 03 23:09:26.615 INFO O| Dec 03 23:09:26.615 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75992024-12-03T23:09:27.464Z[ recovery-image] Dec 03 23:09:26.624 INFO O| Dec 03 23:09:26.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
76002024-12-03T23:09:27.468Z[ recovery-image] Dec 03 23:09:26.624 INFO O| Dec 03 23:09:26.624 INFO STEP 1104 (remove_files) COMPLETE
76012024-12-03T23:09:27.468Z[ recovery-image] Dec 03 23:09:26.624 INFO O| Dec 03 23:09:26.624 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76022024-12-03T23:09:27.473Z[ recovery-image] Dec 03 23:09:26.634 INFO O| Dec 03 23:09:26.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
76032024-12-03T23:09:27.473Z[ recovery-image] Dec 03 23:09:26.634 INFO O| Dec 03 23:09:26.634 INFO STEP 1105 (remove_files) COMPLETE
76042024-12-03T23:09:27.476Z[ recovery-image] Dec 03 23:09:26.634 INFO O| Dec 03 23:09:26.634 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76052024-12-03T23:09:27.482Z[ recovery-image] Dec 03 23:09:26.643 INFO O| Dec 03 23:09:26.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
76062024-12-03T23:09:27.484Z[ recovery-image] Dec 03 23:09:26.643 INFO O| Dec 03 23:09:26.643 INFO STEP 1106 (remove_files) COMPLETE
76072024-12-03T23:09:27.484Z[ recovery-image] Dec 03 23:09:26.643 INFO O| Dec 03 23:09:26.643 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76082024-12-03T23:09:27.491Z[ recovery-image] Dec 03 23:09:26.653 INFO O| Dec 03 23:09:26.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
76092024-12-03T23:09:27.491Z[ recovery-image] Dec 03 23:09:26.653 INFO O| Dec 03 23:09:26.653 INFO STEP 1107 (remove_files) COMPLETE
76102024-12-03T23:09:27.491Z[ recovery-image] Dec 03 23:09:26.653 INFO O| Dec 03 23:09:26.653 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76112024-12-03T23:09:27.500Z[ recovery-image] Dec 03 23:09:26.662 INFO O| Dec 03 23:09:26.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
76122024-12-03T23:09:27.500Z[ recovery-image] Dec 03 23:09:26.662 INFO O| Dec 03 23:09:26.662 INFO STEP 1108 (remove_files) COMPLETE
76132024-12-03T23:09:27.500Z[ recovery-image] Dec 03 23:09:26.662 INFO O| Dec 03 23:09:26.662 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76142024-12-03T23:09:27.510Z[ recovery-image] Dec 03 23:09:26.671 INFO O| Dec 03 23:09:26.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
76152024-12-03T23:09:27.510Z[ recovery-image] Dec 03 23:09:26.671 INFO O| Dec 03 23:09:26.671 INFO STEP 1109 (remove_files) COMPLETE
76162024-12-03T23:09:27.512Z[ recovery-image] Dec 03 23:09:26.671 INFO O| Dec 03 23:09:26.671 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76172024-12-03T23:09:27.519Z[ recovery-image] Dec 03 23:09:26.681 INFO O| Dec 03 23:09:26.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
76182024-12-03T23:09:27.521Z[ recovery-image] Dec 03 23:09:26.681 INFO O| Dec 03 23:09:26.681 INFO STEP 1110 (remove_files) COMPLETE
76192024-12-03T23:09:27.521Z[ recovery-image] Dec 03 23:09:26.681 INFO O| Dec 03 23:09:26.681 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76202024-12-03T23:09:27.529Z[ recovery-image] Dec 03 23:09:26.690 INFO O| Dec 03 23:09:26.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
76212024-12-03T23:09:27.529Z[ recovery-image] Dec 03 23:09:26.690 INFO O| Dec 03 23:09:26.690 INFO STEP 1111 (remove_files) COMPLETE
76222024-12-03T23:09:27.529Z[ recovery-image] Dec 03 23:09:26.690 INFO O| Dec 03 23:09:26.690 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76232024-12-03T23:09:27.539Z[ recovery-image] Dec 03 23:09:26.700 INFO O| Dec 03 23:09:26.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
76242024-12-03T23:09:27.539Z[ recovery-image] Dec 03 23:09:26.700 INFO O| Dec 03 23:09:26.700 INFO STEP 1112 (remove_files) COMPLETE
76252024-12-03T23:09:27.539Z[ recovery-image] Dec 03 23:09:26.700 INFO O| Dec 03 23:09:26.700 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76262024-12-03T23:09:27.549Z[ recovery-image] Dec 03 23:09:26.710 INFO O| Dec 03 23:09:26.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
76272024-12-03T23:09:27.549Z[ recovery-image] Dec 03 23:09:26.710 INFO O| Dec 03 23:09:26.710 INFO STEP 1113 (remove_files) COMPLETE
76282024-12-03T23:09:27.549Z[ recovery-image] Dec 03 23:09:26.710 INFO O| Dec 03 23:09:26.710 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76292024-12-03T23:09:27.558Z[ recovery-image] Dec 03 23:09:26.720 INFO O| Dec 03 23:09:26.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
76302024-12-03T23:09:27.558Z[ recovery-image] Dec 03 23:09:26.720 INFO O| Dec 03 23:09:26.720 INFO STEP 1114 (remove_files) COMPLETE
76312024-12-03T23:09:27.563Z[ recovery-image] Dec 03 23:09:26.720 INFO O| Dec 03 23:09:26.720 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76322024-12-03T23:09:27.569Z[ recovery-image] Dec 03 23:09:26.729 INFO O| Dec 03 23:09:26.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
76332024-12-03T23:09:27.569Z[ recovery-image] Dec 03 23:09:26.729 INFO O| Dec 03 23:09:26.729 INFO STEP 1115 (remove_files) COMPLETE
76342024-12-03T23:09:27.572Z[ recovery-image] Dec 03 23:09:26.729 INFO O| Dec 03 23:09:26.729 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76352024-12-03T23:09:27.577Z[ recovery-image] Dec 03 23:09:26.739 INFO O| Dec 03 23:09:26.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
76362024-12-03T23:09:27.577Z[ recovery-image] Dec 03 23:09:26.739 INFO O| Dec 03 23:09:26.739 INFO STEP 1116 (remove_files) COMPLETE
76372024-12-03T23:09:27.580Z[ recovery-image] Dec 03 23:09:26.739 INFO O| Dec 03 23:09:26.739 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76382024-12-03T23:09:27.587Z[ recovery-image] Dec 03 23:09:26.748 INFO O| Dec 03 23:09:26.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
76392024-12-03T23:09:27.589Z[ recovery-image] Dec 03 23:09:26.748 INFO O| Dec 03 23:09:26.748 INFO STEP 1117 (remove_files) COMPLETE
76402024-12-03T23:09:27.589Z[ recovery-image] Dec 03 23:09:26.748 INFO O| Dec 03 23:09:26.748 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76412024-12-03T23:09:27.598Z[ recovery-image] Dec 03 23:09:26.758 INFO O| Dec 03 23:09:26.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
76422024-12-03T23:09:27.612Z[ recovery-image] Dec 03 23:09:26.758 INFO O| Dec 03 23:09:26.758 INFO STEP 1118 (remove_files) COMPLETE
76432024-12-03T23:09:27.612Z[ recovery-image] Dec 03 23:09:26.758 INFO O| Dec 03 23:09:26.758 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76442024-12-03T23:09:27.621Z[ recovery-image] Dec 03 23:09:26.768 INFO O| Dec 03 23:09:26.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
76452024-12-03T23:09:27.621Z[ recovery-image] Dec 03 23:09:26.768 INFO O| Dec 03 23:09:26.768 INFO STEP 1119 (remove_files) COMPLETE
76462024-12-03T23:09:27.621Z[ recovery-image] Dec 03 23:09:26.768 INFO O| Dec 03 23:09:26.768 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76472024-12-03T23:09:27.621Z[ recovery-image] Dec 03 23:09:26.778 INFO O| Dec 03 23:09:26.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
76482024-12-03T23:09:27.621Z[ recovery-image] Dec 03 23:09:26.778 INFO O| Dec 03 23:09:26.778 INFO STEP 1120 (remove_files) COMPLETE
76492024-12-03T23:09:27.621Z[ recovery-image] Dec 03 23:09:26.778 INFO O| Dec 03 23:09:26.778 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76502024-12-03T23:09:27.629Z[ recovery-image] Dec 03 23:09:26.787 INFO O| Dec 03 23:09:26.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
76512024-12-03T23:09:27.629Z[ recovery-image] Dec 03 23:09:26.787 INFO O| Dec 03 23:09:26.787 INFO STEP 1121 (remove_files) COMPLETE
76522024-12-03T23:09:27.629Z[ recovery-image] Dec 03 23:09:26.787 INFO O| Dec 03 23:09:26.787 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76532024-12-03T23:09:27.635Z[ recovery-image] Dec 03 23:09:26.797 INFO O| Dec 03 23:09:26.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
76542024-12-03T23:09:27.638Z[ recovery-image] Dec 03 23:09:26.797 INFO O| Dec 03 23:09:26.797 INFO STEP 1122 (remove_files) COMPLETE
76552024-12-03T23:09:27.638Z[ recovery-image] Dec 03 23:09:26.797 INFO O| Dec 03 23:09:26.797 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76562024-12-03T23:09:27.646Z[ recovery-image] Dec 03 23:09:26.806 INFO O| Dec 03 23:09:26.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
76572024-12-03T23:09:27.646Z[ recovery-image] Dec 03 23:09:26.806 INFO O| Dec 03 23:09:26.806 INFO STEP 1123 (remove_files) COMPLETE
76582024-12-03T23:09:27.649Z[ recovery-image] Dec 03 23:09:26.806 INFO O| Dec 03 23:09:26.806 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76592024-12-03T23:09:27.654Z[ recovery-image] Dec 03 23:09:26.816 INFO O| Dec 03 23:09:26.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
76602024-12-03T23:09:27.654Z[ recovery-image] Dec 03 23:09:26.816 INFO O| Dec 03 23:09:26.816 INFO STEP 1124 (remove_files) COMPLETE
76612024-12-03T23:09:27.657Z[ recovery-image] Dec 03 23:09:26.816 INFO O| Dec 03 23:09:26.816 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76622024-12-03T23:09:27.664Z[ recovery-image] Dec 03 23:09:26.825 INFO O| Dec 03 23:09:26.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
76632024-12-03T23:09:27.664Z[ recovery-image] Dec 03 23:09:26.825 INFO O| Dec 03 23:09:26.825 INFO STEP 1125 (remove_files) COMPLETE
76642024-12-03T23:09:27.668Z[ recovery-image] Dec 03 23:09:26.825 INFO O| Dec 03 23:09:26.825 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76652024-12-03T23:09:27.673Z[ recovery-image] Dec 03 23:09:26.835 INFO O| Dec 03 23:09:26.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
76662024-12-03T23:09:27.673Z[ recovery-image] Dec 03 23:09:26.835 INFO O| Dec 03 23:09:26.835 INFO STEP 1126 (remove_files) COMPLETE
76672024-12-03T23:09:27.676Z[ recovery-image] Dec 03 23:09:26.835 INFO O| Dec 03 23:09:26.835 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76682024-12-03T23:09:27.683Z[ recovery-image] Dec 03 23:09:26.844 INFO O| Dec 03 23:09:26.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
76692024-12-03T23:09:27.683Z[ recovery-image] Dec 03 23:09:26.844 INFO O| Dec 03 23:09:26.844 INFO STEP 1127 (remove_files) COMPLETE
76702024-12-03T23:09:27.683Z[ recovery-image] Dec 03 23:09:26.844 INFO O| Dec 03 23:09:26.844 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76712024-12-03T23:09:27.692Z[ recovery-image] Dec 03 23:09:26.854 INFO O| Dec 03 23:09:26.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
76722024-12-03T23:09:27.692Z[ recovery-image] Dec 03 23:09:26.854 INFO O| Dec 03 23:09:26.854 INFO STEP 1128 (remove_files) COMPLETE
76732024-12-03T23:09:27.692Z[ recovery-image] Dec 03 23:09:26.854 INFO O| Dec 03 23:09:26.854 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76742024-12-03T23:09:27.702Z[ recovery-image] Dec 03 23:09:26.864 INFO O| Dec 03 23:09:26.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
76752024-12-03T23:09:27.705Z[ recovery-image] Dec 03 23:09:26.864 INFO O| Dec 03 23:09:26.864 INFO STEP 1129 (remove_files) COMPLETE
76762024-12-03T23:09:27.705Z[ recovery-image] Dec 03 23:09:26.864 INFO O| Dec 03 23:09:26.864 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76772024-12-03T23:09:27.712Z[ recovery-image] Dec 03 23:09:26.873 INFO O| Dec 03 23:09:26.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
76782024-12-03T23:09:27.712Z[ recovery-image] Dec 03 23:09:26.873 INFO O| Dec 03 23:09:26.873 INFO STEP 1130 (remove_files) COMPLETE
76792024-12-03T23:09:27.712Z[ recovery-image] Dec 03 23:09:26.873 INFO O| Dec 03 23:09:26.873 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76802024-12-03T23:09:27.721Z[ recovery-image] Dec 03 23:09:26.883 INFO O| Dec 03 23:09:26.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
76812024-12-03T23:09:27.721Z[ recovery-image] Dec 03 23:09:26.883 INFO O| Dec 03 23:09:26.883 INFO STEP 1131 (remove_files) COMPLETE
76822024-12-03T23:09:27.724Z[ recovery-image] Dec 03 23:09:26.883 INFO O| Dec 03 23:09:26.883 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76832024-12-03T23:09:27.732Z[ recovery-image] Dec 03 23:09:26.892 INFO O| Dec 03 23:09:26.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
76842024-12-03T23:09:27.732Z[ recovery-image] Dec 03 23:09:26.892 INFO O| Dec 03 23:09:26.892 INFO STEP 1132 (remove_files) COMPLETE
76852024-12-03T23:09:27.732Z[ recovery-image] Dec 03 23:09:26.892 INFO O| Dec 03 23:09:26.892 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76862024-12-03T23:09:27.740Z[ recovery-image] Dec 03 23:09:26.901 INFO O| Dec 03 23:09:26.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
76872024-12-03T23:09:27.740Z[ recovery-image] Dec 03 23:09:26.901 INFO O| Dec 03 23:09:26.901 INFO STEP 1133 (remove_files) COMPLETE
76882024-12-03T23:09:27.740Z[ recovery-image] Dec 03 23:09:26.902 INFO O| Dec 03 23:09:26.901 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76892024-12-03T23:09:27.749Z[ recovery-image] Dec 03 23:09:26.911 INFO O| Dec 03 23:09:26.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
76902024-12-03T23:09:27.749Z[ recovery-image] Dec 03 23:09:26.911 INFO O| Dec 03 23:09:26.911 INFO STEP 1134 (remove_files) COMPLETE
76912024-12-03T23:09:27.752Z[ recovery-image] Dec 03 23:09:26.911 INFO O| Dec 03 23:09:26.911 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76922024-12-03T23:09:27.759Z[ recovery-image] Dec 03 23:09:26.920 INFO O| Dec 03 23:09:26.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
76932024-12-03T23:09:27.759Z[ recovery-image] Dec 03 23:09:26.920 INFO O| Dec 03 23:09:26.920 INFO STEP 1135 (remove_files) COMPLETE
76942024-12-03T23:09:27.759Z[ recovery-image] Dec 03 23:09:26.920 INFO O| Dec 03 23:09:26.920 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76952024-12-03T23:09:27.768Z[ recovery-image] Dec 03 23:09:26.930 INFO O| Dec 03 23:09:26.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
76962024-12-03T23:09:27.769Z[ recovery-image] Dec 03 23:09:26.930 INFO O| Dec 03 23:09:26.930 INFO STEP 1136 (remove_files) COMPLETE
76972024-12-03T23:09:27.769Z[ recovery-image] Dec 03 23:09:26.930 INFO O| Dec 03 23:09:26.930 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76982024-12-03T23:09:27.778Z[ recovery-image] Dec 03 23:09:26.939 INFO O| Dec 03 23:09:26.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
76992024-12-03T23:09:27.778Z[ recovery-image] Dec 03 23:09:26.940 INFO O| Dec 03 23:09:26.939 INFO STEP 1137 (remove_files) COMPLETE
77002024-12-03T23:09:27.781Z[ recovery-image] Dec 03 23:09:26.940 INFO O| Dec 03 23:09:26.940 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77012024-12-03T23:09:27.788Z[ recovery-image] Dec 03 23:09:26.949 INFO O| Dec 03 23:09:26.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
77022024-12-03T23:09:27.791Z[ recovery-image] Dec 03 23:09:26.949 INFO O| Dec 03 23:09:26.949 INFO STEP 1138 (remove_files) COMPLETE
77032024-12-03T23:09:27.791Z[ recovery-image] Dec 03 23:09:26.949 INFO O| Dec 03 23:09:26.949 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77042024-12-03T23:09:27.797Z[ recovery-image] Dec 03 23:09:26.958 INFO O| Dec 03 23:09:26.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
77052024-12-03T23:09:27.799Z[ recovery-image] Dec 03 23:09:26.958 INFO O| Dec 03 23:09:26.958 INFO STEP 1139 (remove_files) COMPLETE
77062024-12-03T23:09:27.799Z[ recovery-image] Dec 03 23:09:26.958 INFO O| Dec 03 23:09:26.958 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77072024-12-03T23:09:27.808Z[ recovery-image] Dec 03 23:09:26.968 INFO O| Dec 03 23:09:26.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
77082024-12-03T23:09:27.811Z[ recovery-image] Dec 03 23:09:26.968 INFO O| Dec 03 23:09:26.968 INFO STEP 1140 (remove_files) COMPLETE
77092024-12-03T23:09:27.811Z[ recovery-image] Dec 03 23:09:26.968 INFO O| Dec 03 23:09:26.968 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77102024-12-03T23:09:27.817Z[ recovery-image] Dec 03 23:09:26.978 INFO O| Dec 03 23:09:26.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
77112024-12-03T23:09:27.817Z[ recovery-image] Dec 03 23:09:26.978 INFO O| Dec 03 23:09:26.978 INFO STEP 1141 (remove_files) COMPLETE
77122024-12-03T23:09:27.817Z[ recovery-image] Dec 03 23:09:26.978 INFO O| Dec 03 23:09:26.978 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77132024-12-03T23:09:27.826Z[ recovery-image] Dec 03 23:09:26.987 INFO O| Dec 03 23:09:26.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
77142024-12-03T23:09:27.829Z[ recovery-image] Dec 03 23:09:26.987 INFO O| Dec 03 23:09:26.987 INFO STEP 1142 (remove_files) COMPLETE
77152024-12-03T23:09:27.829Z[ recovery-image] Dec 03 23:09:26.987 INFO O| Dec 03 23:09:26.987 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77162024-12-03T23:09:27.836Z[ recovery-image] Dec 03 23:09:26.997 INFO O| Dec 03 23:09:26.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
77172024-12-03T23:09:27.836Z[ recovery-image] Dec 03 23:09:26.997 INFO O| Dec 03 23:09:26.997 INFO STEP 1143 (remove_files) COMPLETE
77182024-12-03T23:09:27.840Z[ recovery-image] Dec 03 23:09:26.997 INFO O| Dec 03 23:09:26.997 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77192024-12-03T23:09:27.845Z[ recovery-image] Dec 03 23:09:27.006 INFO O| Dec 03 23:09:27.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
77202024-12-03T23:09:27.848Z[ recovery-image] Dec 03 23:09:27.006 INFO O| Dec 03 23:09:27.006 INFO STEP 1144 (remove_files) COMPLETE
77212024-12-03T23:09:27.848Z[ recovery-image] Dec 03 23:09:27.006 INFO O| Dec 03 23:09:27.006 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77222024-12-03T23:09:27.854Z[ recovery-image] Dec 03 23:09:27.016 INFO O| Dec 03 23:09:27.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
77232024-12-03T23:09:27.854Z[ recovery-image] Dec 03 23:09:27.016 INFO O| Dec 03 23:09:27.016 INFO STEP 1145 (remove_files) COMPLETE
77242024-12-03T23:09:27.854Z[ recovery-image] Dec 03 23:09:27.016 INFO O| Dec 03 23:09:27.016 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77252024-12-03T23:09:27.864Z[ recovery-image] Dec 03 23:09:27.025 INFO O| Dec 03 23:09:27.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
77262024-12-03T23:09:27.864Z[ recovery-image] Dec 03 23:09:27.025 INFO O| Dec 03 23:09:27.025 INFO STEP 1146 (remove_files) COMPLETE
77272024-12-03T23:09:27.868Z[ recovery-image] Dec 03 23:09:27.025 INFO O| Dec 03 23:09:27.025 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77282024-12-03T23:09:27.873Z[ recovery-image] Dec 03 23:09:27.035 INFO O| Dec 03 23:09:27.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
77292024-12-03T23:09:27.873Z[ recovery-image] Dec 03 23:09:27.035 INFO O| Dec 03 23:09:27.035 INFO STEP 1147 (remove_files) COMPLETE
77302024-12-03T23:09:27.877Z[ recovery-image] Dec 03 23:09:27.035 INFO O| Dec 03 23:09:27.035 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77312024-12-03T23:09:27.883Z[ recovery-image] Dec 03 23:09:27.044 INFO O| Dec 03 23:09:27.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
77322024-12-03T23:09:27.883Z[ recovery-image] Dec 03 23:09:27.044 INFO O| Dec 03 23:09:27.044 INFO STEP 1148 (remove_files) COMPLETE
77332024-12-03T23:09:27.886Z[ recovery-image] Dec 03 23:09:27.044 INFO O| Dec 03 23:09:27.044 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77342024-12-03T23:09:27.892Z[ recovery-image] Dec 03 23:09:27.054 INFO O| Dec 03 23:09:27.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
77352024-12-03T23:09:27.892Z[ recovery-image] Dec 03 23:09:27.054 INFO O| Dec 03 23:09:27.054 INFO STEP 1149 (remove_files) COMPLETE
77362024-12-03T23:09:27.895Z[ recovery-image] Dec 03 23:09:27.054 INFO O| Dec 03 23:09:27.054 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77372024-12-03T23:09:27.902Z[ recovery-image] Dec 03 23:09:27.063 INFO O| Dec 03 23:09:27.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
77382024-12-03T23:09:27.904Z[ recovery-image] Dec 03 23:09:27.064 INFO O| Dec 03 23:09:27.064 INFO STEP 1150 (remove_files) COMPLETE
77392024-12-03T23:09:27.904Z[ recovery-image] Dec 03 23:09:27.064 INFO O| Dec 03 23:09:27.064 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77402024-12-03T23:09:27.913Z[ recovery-image] Dec 03 23:09:27.074 INFO O| Dec 03 23:09:27.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
77412024-12-03T23:09:27.916Z[ recovery-image] Dec 03 23:09:27.074 INFO O| Dec 03 23:09:27.074 INFO STEP 1151 (remove_files) COMPLETE
77422024-12-03T23:09:27.916Z[ recovery-image] Dec 03 23:09:27.074 INFO O| Dec 03 23:09:27.074 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77432024-12-03T23:09:27.922Z[ recovery-image] Dec 03 23:09:27.084 INFO O| Dec 03 23:09:27.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
77442024-12-03T23:09:27.922Z[ recovery-image] Dec 03 23:09:27.084 INFO O| Dec 03 23:09:27.084 INFO STEP 1152 (remove_files) COMPLETE
77452024-12-03T23:09:27.926Z[ recovery-image] Dec 03 23:09:27.084 INFO O| Dec 03 23:09:27.084 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77462024-12-03T23:09:27.932Z[ recovery-image] Dec 03 23:09:27.093 INFO O| Dec 03 23:09:27.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
77472024-12-03T23:09:27.935Z[ recovery-image] Dec 03 23:09:27.093 INFO O| Dec 03 23:09:27.093 INFO STEP 1153 (remove_files) COMPLETE
77482024-12-03T23:09:27.935Z[ recovery-image] Dec 03 23:09:27.093 INFO O| Dec 03 23:09:27.093 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77492024-12-03T23:09:27.941Z[ recovery-image] Dec 03 23:09:27.102 INFO O| Dec 03 23:09:27.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
77502024-12-03T23:09:27.941Z[ recovery-image] Dec 03 23:09:27.103 INFO O| Dec 03 23:09:27.103 INFO STEP 1154 (remove_files) COMPLETE
77512024-12-03T23:09:27.944Z[ recovery-image] Dec 03 23:09:27.103 INFO O| Dec 03 23:09:27.103 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77522024-12-03T23:09:27.950Z[ recovery-image] Dec 03 23:09:27.112 INFO O| Dec 03 23:09:27.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
77532024-12-03T23:09:27.951Z[ recovery-image] Dec 03 23:09:27.112 INFO O| Dec 03 23:09:27.112 INFO STEP 1155 (remove_files) COMPLETE
77542024-12-03T23:09:27.951Z[ recovery-image] Dec 03 23:09:27.112 INFO O| Dec 03 23:09:27.112 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77552024-12-03T23:09:27.960Z[ recovery-image] Dec 03 23:09:27.121 INFO O| Dec 03 23:09:27.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
77562024-12-03T23:09:27.960Z[ recovery-image] Dec 03 23:09:27.121 INFO O| Dec 03 23:09:27.121 INFO STEP 1156 (remove_files) COMPLETE
77572024-12-03T23:09:27.964Z[ recovery-image] Dec 03 23:09:27.121 INFO O| Dec 03 23:09:27.121 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77582024-12-03T23:09:27.970Z[ recovery-image] Dec 03 23:09:27.130 INFO O| Dec 03 23:09:27.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
77592024-12-03T23:09:27.970Z[ recovery-image] Dec 03 23:09:27.130 INFO O| Dec 03 23:09:27.130 INFO STEP 1157 (remove_files) COMPLETE
77602024-12-03T23:09:27.973Z[ recovery-image] Dec 03 23:09:27.130 INFO O| Dec 03 23:09:27.130 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77612024-12-03T23:09:27.978Z[ recovery-image] Dec 03 23:09:27.140 INFO O| Dec 03 23:09:27.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
77622024-12-03T23:09:27.978Z[ recovery-image] Dec 03 23:09:27.140 INFO O| Dec 03 23:09:27.140 INFO STEP 1158 (remove_files) COMPLETE
77632024-12-03T23:09:27.978Z[ recovery-image] Dec 03 23:09:27.140 INFO O| Dec 03 23:09:27.140 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77642024-12-03T23:09:27.988Z[ recovery-image] Dec 03 23:09:27.149 INFO O| Dec 03 23:09:27.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
77652024-12-03T23:09:27.988Z[ recovery-image] Dec 03 23:09:27.149 INFO O| Dec 03 23:09:27.149 INFO STEP 1159 (remove_files) COMPLETE
77662024-12-03T23:09:27.990Z[ recovery-image] Dec 03 23:09:27.149 INFO O| Dec 03 23:09:27.149 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77672024-12-03T23:09:27.997Z[ recovery-image] Dec 03 23:09:27.158 INFO O| Dec 03 23:09:27.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
77682024-12-03T23:09:28.001Z[ recovery-image] Dec 03 23:09:27.158 INFO O| Dec 03 23:09:27.158 INFO STEP 1160 (remove_files) COMPLETE
77692024-12-03T23:09:28.001Z[ recovery-image] Dec 03 23:09:27.158 INFO O| Dec 03 23:09:27.158 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77702024-12-03T23:09:28.006Z[ recovery-image] Dec 03 23:09:27.167 INFO O| Dec 03 23:09:27.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
77712024-12-03T23:09:28.009Z[ recovery-image] Dec 03 23:09:27.167 INFO O| Dec 03 23:09:27.167 INFO STEP 1161 (remove_files) COMPLETE
77722024-12-03T23:09:28.009Z[ recovery-image] Dec 03 23:09:27.167 INFO O| Dec 03 23:09:27.167 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77732024-12-03T23:09:28.015Z[ recovery-image] Dec 03 23:09:27.176 INFO O| Dec 03 23:09:27.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
77742024-12-03T23:09:28.018Z[ recovery-image] Dec 03 23:09:27.177 INFO O| Dec 03 23:09:27.177 INFO STEP 1162 (remove_files) COMPLETE
77752024-12-03T23:09:28.019Z[ recovery-image] Dec 03 23:09:27.177 INFO O| Dec 03 23:09:27.177 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77762024-12-03T23:09:28.024Z[ recovery-image] Dec 03 23:09:27.186 INFO O| Dec 03 23:09:27.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
77772024-12-03T23:09:28.024Z[ recovery-image] Dec 03 23:09:27.186 INFO O| Dec 03 23:09:27.186 INFO STEP 1163 (remove_files) COMPLETE
77782024-12-03T23:09:28.024Z[ recovery-image] Dec 03 23:09:27.186 INFO O| Dec 03 23:09:27.186 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77792024-12-03T23:09:28.033Z[ recovery-image] Dec 03 23:09:27.195 INFO O| Dec 03 23:09:27.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
77802024-12-03T23:09:28.034Z[ recovery-image] Dec 03 23:09:27.195 INFO O| Dec 03 23:09:27.195 INFO STEP 1164 (remove_files) COMPLETE
77812024-12-03T23:09:28.036Z[ recovery-image] Dec 03 23:09:27.195 INFO O| Dec 03 23:09:27.195 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77822024-12-03T23:09:28.043Z[ recovery-image] Dec 03 23:09:27.204 INFO O| Dec 03 23:09:27.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
77832024-12-03T23:09:28.043Z[ recovery-image] Dec 03 23:09:27.204 INFO O| Dec 03 23:09:27.204 INFO STEP 1165 (remove_files) COMPLETE
77842024-12-03T23:09:28.046Z[ recovery-image] Dec 03 23:09:27.204 INFO O| Dec 03 23:09:27.204 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77852024-12-03T23:09:28.052Z[ recovery-image] Dec 03 23:09:27.213 INFO O| Dec 03 23:09:27.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
77862024-12-03T23:09:28.052Z[ recovery-image] Dec 03 23:09:27.213 INFO O| Dec 03 23:09:27.213 INFO STEP 1166 (remove_files) COMPLETE
77872024-12-03T23:09:28.052Z[ recovery-image] Dec 03 23:09:27.213 INFO O| Dec 03 23:09:27.213 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77882024-12-03T23:09:28.061Z[ recovery-image] Dec 03 23:09:27.223 INFO O| Dec 03 23:09:27.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
77892024-12-03T23:09:28.061Z[ recovery-image] Dec 03 23:09:27.223 INFO O| Dec 03 23:09:27.223 INFO STEP 1167 (remove_files) COMPLETE
77902024-12-03T23:09:28.061Z[ recovery-image] Dec 03 23:09:27.223 INFO O| Dec 03 23:09:27.223 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77912024-12-03T23:09:28.071Z[ recovery-image] Dec 03 23:09:27.232 INFO O| Dec 03 23:09:27.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
77922024-12-03T23:09:28.071Z[ recovery-image] Dec 03 23:09:27.232 INFO O| Dec 03 23:09:27.232 INFO STEP 1168 (remove_files) COMPLETE
77932024-12-03T23:09:28.075Z[ recovery-image] Dec 03 23:09:27.232 INFO O| Dec 03 23:09:27.232 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77942024-12-03T23:09:28.080Z[ recovery-image] Dec 03 23:09:27.241 INFO O| Dec 03 23:09:27.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
77952024-12-03T23:09:28.082Z[ recovery-image] Dec 03 23:09:27.241 INFO O| Dec 03 23:09:27.241 INFO STEP 1169 (remove_files) COMPLETE
77962024-12-03T23:09:28.082Z[ recovery-image] Dec 03 23:09:27.241 INFO O| Dec 03 23:09:27.241 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77972024-12-03T23:09:28.089Z[ recovery-image] Dec 03 23:09:27.250 INFO O| Dec 03 23:09:27.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
77982024-12-03T23:09:28.089Z[ recovery-image] Dec 03 23:09:27.251 INFO O| Dec 03 23:09:27.250 INFO STEP 1170 (remove_files) COMPLETE
77992024-12-03T23:09:28.089Z[ recovery-image] Dec 03 23:09:27.251 INFO O| Dec 03 23:09:27.251 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78002024-12-03T23:09:28.098Z[ recovery-image] Dec 03 23:09:27.260 INFO O| Dec 03 23:09:27.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
78012024-12-03T23:09:28.098Z[ recovery-image] Dec 03 23:09:27.260 INFO O| Dec 03 23:09:27.260 INFO STEP 1171 (remove_files) COMPLETE
78022024-12-03T23:09:28.099Z[ recovery-image] Dec 03 23:09:27.260 INFO O| Dec 03 23:09:27.260 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78032024-12-03T23:09:28.108Z[ recovery-image] Dec 03 23:09:27.269 INFO O| Dec 03 23:09:27.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
78042024-12-03T23:09:28.108Z[ recovery-image] Dec 03 23:09:27.269 INFO O| Dec 03 23:09:27.269 INFO STEP 1172 (remove_files) COMPLETE
78052024-12-03T23:09:28.110Z[ recovery-image] Dec 03 23:09:27.269 INFO O| Dec 03 23:09:27.269 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78062024-12-03T23:09:28.117Z[ recovery-image] Dec 03 23:09:27.278 INFO O| Dec 03 23:09:27.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
78072024-12-03T23:09:28.119Z[ recovery-image] Dec 03 23:09:27.278 INFO O| Dec 03 23:09:27.278 INFO STEP 1173 (remove_files) COMPLETE
78082024-12-03T23:09:28.119Z[ recovery-image] Dec 03 23:09:27.278 INFO O| Dec 03 23:09:27.278 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78092024-12-03T23:09:28.126Z[ recovery-image] Dec 03 23:09:27.287 INFO O| Dec 03 23:09:27.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
78102024-12-03T23:09:28.126Z[ recovery-image] Dec 03 23:09:27.287 INFO O| Dec 03 23:09:27.287 INFO STEP 1174 (remove_files) COMPLETE
78112024-12-03T23:09:28.130Z[ recovery-image] Dec 03 23:09:27.288 INFO O| Dec 03 23:09:27.287 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78122024-12-03T23:09:28.135Z[ recovery-image] Dec 03 23:09:27.297 INFO O| Dec 03 23:09:27.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
78132024-12-03T23:09:28.135Z[ recovery-image] Dec 03 23:09:27.297 INFO O| Dec 03 23:09:27.297 INFO STEP 1175 (remove_files) COMPLETE
78142024-12-03T23:09:28.135Z[ recovery-image] Dec 03 23:09:27.297 INFO O| Dec 03 23:09:27.297 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78152024-12-03T23:09:28.145Z[ recovery-image] Dec 03 23:09:27.306 INFO O| Dec 03 23:09:27.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
78162024-12-03T23:09:28.145Z[ recovery-image] Dec 03 23:09:27.306 INFO O| Dec 03 23:09:27.306 INFO STEP 1176 (remove_files) COMPLETE
78172024-12-03T23:09:28.148Z[ recovery-image] Dec 03 23:09:27.306 INFO O| Dec 03 23:09:27.306 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78182024-12-03T23:09:28.155Z[ recovery-image] Dec 03 23:09:27.315 INFO O| Dec 03 23:09:27.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
78192024-12-03T23:09:28.155Z[ recovery-image] Dec 03 23:09:27.315 INFO O| Dec 03 23:09:27.315 INFO STEP 1177 (remove_files) COMPLETE
78202024-12-03T23:09:28.159Z[ recovery-image] Dec 03 23:09:27.315 INFO O| Dec 03 23:09:27.315 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78212024-12-03T23:09:28.163Z[ recovery-image] Dec 03 23:09:27.324 INFO O| Dec 03 23:09:27.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
78222024-12-03T23:09:28.163Z[ recovery-image] Dec 03 23:09:27.325 INFO O| Dec 03 23:09:27.324 INFO STEP 1178 (remove_files) COMPLETE
78232024-12-03T23:09:28.166Z[ recovery-image] Dec 03 23:09:27.325 INFO O| Dec 03 23:09:27.325 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78242024-12-03T23:09:28.172Z[ recovery-image] Dec 03 23:09:27.334 INFO O| Dec 03 23:09:27.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
78252024-12-03T23:09:28.172Z[ recovery-image] Dec 03 23:09:27.334 INFO O| Dec 03 23:09:27.334 INFO STEP 1179 (remove_files) COMPLETE
78262024-12-03T23:09:28.172Z[ recovery-image] Dec 03 23:09:27.334 INFO O| Dec 03 23:09:27.334 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78272024-12-03T23:09:28.182Z[ recovery-image] Dec 03 23:09:27.343 INFO O| Dec 03 23:09:27.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
78282024-12-03T23:09:28.182Z[ recovery-image] Dec 03 23:09:27.343 INFO O| Dec 03 23:09:27.343 INFO STEP 1180 (remove_files) COMPLETE
78292024-12-03T23:09:28.182Z[ recovery-image] Dec 03 23:09:27.343 INFO O| Dec 03 23:09:27.343 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78302024-12-03T23:09:28.191Z[ recovery-image] Dec 03 23:09:27.352 INFO O| Dec 03 23:09:27.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
78312024-12-03T23:09:28.191Z[ recovery-image] Dec 03 23:09:27.352 INFO O| Dec 03 23:09:27.352 INFO STEP 1181 (remove_files) COMPLETE
78322024-12-03T23:09:28.191Z[ recovery-image] Dec 03 23:09:27.352 INFO O| Dec 03 23:09:27.352 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78332024-12-03T23:09:28.200Z[ recovery-image] Dec 03 23:09:27.361 INFO O| Dec 03 23:09:27.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
78342024-12-03T23:09:28.200Z[ recovery-image] Dec 03 23:09:27.361 INFO O| Dec 03 23:09:27.361 INFO STEP 1182 (remove_files) COMPLETE
78352024-12-03T23:09:28.203Z[ recovery-image] Dec 03 23:09:27.361 INFO O| Dec 03 23:09:27.361 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78362024-12-03T23:09:28.209Z[ recovery-image] Dec 03 23:09:27.371 INFO O| Dec 03 23:09:27.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
78372024-12-03T23:09:28.214Z[ recovery-image] Dec 03 23:09:27.371 INFO O| Dec 03 23:09:27.371 INFO STEP 1183 (remove_files) COMPLETE
78382024-12-03T23:09:28.214Z[ recovery-image] Dec 03 23:09:27.371 INFO O| Dec 03 23:09:27.371 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78392024-12-03T23:09:28.219Z[ recovery-image] Dec 03 23:09:27.380 INFO O| Dec 03 23:09:27.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
78402024-12-03T23:09:28.219Z[ recovery-image] Dec 03 23:09:27.380 INFO O| Dec 03 23:09:27.380 INFO STEP 1184 (remove_files) COMPLETE
78412024-12-03T23:09:28.221Z[ recovery-image] Dec 03 23:09:27.380 INFO O| Dec 03 23:09:27.380 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78422024-12-03T23:09:28.234Z[ recovery-image] Dec 03 23:09:27.389 INFO O| Dec 03 23:09:27.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
78432024-12-03T23:09:28.234Z[ recovery-image] Dec 03 23:09:27.389 INFO O| Dec 03 23:09:27.389 INFO STEP 1185 (remove_files) COMPLETE
78442024-12-03T23:09:28.237Z[ recovery-image] Dec 03 23:09:27.389 INFO O| Dec 03 23:09:27.389 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78452024-12-03T23:09:28.240Z[ recovery-image] Dec 03 23:09:27.398 INFO O| Dec 03 23:09:27.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
78462024-12-03T23:09:28.240Z[ recovery-image] Dec 03 23:09:27.399 INFO O| Dec 03 23:09:27.399 INFO STEP 1186 (remove_files) COMPLETE
78472024-12-03T23:09:28.240Z[ recovery-image] Dec 03 23:09:27.399 INFO O| Dec 03 23:09:27.399 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78482024-12-03T23:09:28.246Z[ recovery-image] Dec 03 23:09:27.408 INFO O| Dec 03 23:09:27.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
78492024-12-03T23:09:28.246Z[ recovery-image] Dec 03 23:09:27.408 INFO O| Dec 03 23:09:27.408 INFO STEP 1187 (remove_files) COMPLETE
78502024-12-03T23:09:28.249Z[ recovery-image] Dec 03 23:09:27.408 INFO O| Dec 03 23:09:27.408 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78512024-12-03T23:09:28.256Z[ recovery-image] Dec 03 23:09:27.417 INFO O| Dec 03 23:09:27.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
78522024-12-03T23:09:28.256Z[ recovery-image] Dec 03 23:09:27.417 INFO O| Dec 03 23:09:27.417 INFO STEP 1188 (remove_files) COMPLETE
78532024-12-03T23:09:28.256Z[ recovery-image] Dec 03 23:09:27.417 INFO O| Dec 03 23:09:27.417 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78542024-12-03T23:09:28.265Z[ recovery-image] Dec 03 23:09:27.426 INFO O| Dec 03 23:09:27.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
78552024-12-03T23:09:28.265Z[ recovery-image] Dec 03 23:09:27.426 INFO O| Dec 03 23:09:27.426 INFO STEP 1189 (remove_files) COMPLETE
78562024-12-03T23:09:28.265Z[ recovery-image] Dec 03 23:09:27.426 INFO O| Dec 03 23:09:27.426 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78572024-12-03T23:09:28.275Z[ recovery-image] Dec 03 23:09:27.436 INFO O| Dec 03 23:09:27.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
78582024-12-03T23:09:28.275Z[ recovery-image] Dec 03 23:09:27.436 INFO O| Dec 03 23:09:27.436 INFO STEP 1190 (remove_files) COMPLETE
78592024-12-03T23:09:28.277Z[ recovery-image] Dec 03 23:09:27.436 INFO O| Dec 03 23:09:27.436 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78602024-12-03T23:09:28.285Z[ recovery-image] Dec 03 23:09:27.446 INFO O| Dec 03 23:09:27.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
78612024-12-03T23:09:28.287Z[ recovery-image] Dec 03 23:09:27.446 INFO O| Dec 03 23:09:27.446 INFO STEP 1191 (remove_files) COMPLETE
78622024-12-03T23:09:28.287Z[ recovery-image] Dec 03 23:09:27.446 INFO O| Dec 03 23:09:27.446 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78632024-12-03T23:09:28.295Z[ recovery-image] Dec 03 23:09:27.456 INFO O| Dec 03 23:09:27.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
78642024-12-03T23:09:28.298Z[ recovery-image] Dec 03 23:09:27.456 INFO O| Dec 03 23:09:27.456 INFO STEP 1192 (remove_files) COMPLETE
78652024-12-03T23:09:28.298Z[ recovery-image] Dec 03 23:09:27.456 INFO O| Dec 03 23:09:27.456 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78662024-12-03T23:09:28.304Z[ recovery-image] Dec 03 23:09:27.466 INFO O| Dec 03 23:09:27.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
78672024-12-03T23:09:28.304Z[ recovery-image] Dec 03 23:09:27.466 INFO O| Dec 03 23:09:27.466 INFO STEP 1193 (remove_files) COMPLETE
78682024-12-03T23:09:28.307Z[ recovery-image] Dec 03 23:09:27.466 INFO O| Dec 03 23:09:27.466 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78692024-12-03T23:09:28.314Z[ recovery-image] Dec 03 23:09:27.475 INFO O| Dec 03 23:09:27.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
78702024-12-03T23:09:28.315Z[ recovery-image] Dec 03 23:09:27.476 INFO O| Dec 03 23:09:27.475 INFO STEP 1194 (remove_files) COMPLETE
78712024-12-03T23:09:28.315Z[ recovery-image] Dec 03 23:09:27.476 INFO O| Dec 03 23:09:27.476 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78722024-12-03T23:09:28.324Z[ recovery-image] Dec 03 23:09:27.485 INFO O| Dec 03 23:09:27.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
78732024-12-03T23:09:28.324Z[ recovery-image] Dec 03 23:09:27.485 INFO O| Dec 03 23:09:27.485 INFO STEP 1195 (remove_files) COMPLETE
78742024-12-03T23:09:28.324Z[ recovery-image] Dec 03 23:09:27.485 INFO O| Dec 03 23:09:27.485 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78752024-12-03T23:09:28.334Z[ recovery-image] Dec 03 23:09:27.495 INFO O| Dec 03 23:09:27.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
78762024-12-03T23:09:28.334Z[ recovery-image] Dec 03 23:09:27.495 INFO O| Dec 03 23:09:27.495 INFO STEP 1196 (remove_files) COMPLETE
78772024-12-03T23:09:28.336Z[ recovery-image] Dec 03 23:09:27.495 INFO O| Dec 03 23:09:27.495 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78782024-12-03T23:09:28.345Z[ recovery-image] Dec 03 23:09:27.505 INFO O| Dec 03 23:09:27.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
78792024-12-03T23:09:28.347Z[ recovery-image] Dec 03 23:09:27.505 INFO O| Dec 03 23:09:27.505 INFO STEP 1197 (remove_files) COMPLETE
78802024-12-03T23:09:28.347Z[ recovery-image] Dec 03 23:09:27.505 INFO O| Dec 03 23:09:27.505 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78812024-12-03T23:09:28.354Z[ recovery-image] Dec 03 23:09:27.515 INFO O| Dec 03 23:09:27.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
78822024-12-03T23:09:28.356Z[ recovery-image] Dec 03 23:09:27.515 INFO O| Dec 03 23:09:27.515 INFO STEP 1198 (remove_files) COMPLETE
78832024-12-03T23:09:28.356Z[ recovery-image] Dec 03 23:09:27.515 INFO O| Dec 03 23:09:27.515 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78842024-12-03T23:09:28.363Z[ recovery-image] Dec 03 23:09:27.525 INFO O| Dec 03 23:09:27.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
78852024-12-03T23:09:28.366Z[ recovery-image] Dec 03 23:09:27.525 INFO O| Dec 03 23:09:27.525 INFO STEP 1199 (remove_files) COMPLETE
78862024-12-03T23:09:28.366Z[ recovery-image] Dec 03 23:09:27.525 INFO O| Dec 03 23:09:27.525 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78872024-12-03T23:09:28.373Z[ recovery-image] Dec 03 23:09:27.534 INFO O| Dec 03 23:09:27.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
78882024-12-03T23:09:28.378Z[ recovery-image] Dec 03 23:09:27.534 INFO O| Dec 03 23:09:27.534 INFO STEP 1200 (remove_files) COMPLETE
78892024-12-03T23:09:28.379Z[ recovery-image] Dec 03 23:09:27.534 INFO O| Dec 03 23:09:27.534 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78902024-12-03T23:09:28.382Z[ recovery-image] Dec 03 23:09:27.544 INFO O| Dec 03 23:09:27.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
78912024-12-03T23:09:28.385Z[ recovery-image] Dec 03 23:09:27.544 INFO O| Dec 03 23:09:27.544 INFO STEP 1201 (remove_files) COMPLETE
78922024-12-03T23:09:28.385Z[ recovery-image] Dec 03 23:09:27.544 INFO O| Dec 03 23:09:27.544 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78932024-12-03T23:09:28.392Z[ recovery-image] Dec 03 23:09:27.554 INFO O| Dec 03 23:09:27.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
78942024-12-03T23:09:28.392Z[ recovery-image] Dec 03 23:09:27.554 INFO O| Dec 03 23:09:27.554 INFO STEP 1202 (remove_files) COMPLETE
78952024-12-03T23:09:28.392Z[ recovery-image] Dec 03 23:09:27.554 INFO O| Dec 03 23:09:27.554 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78962024-12-03T23:09:28.402Z[ recovery-image] Dec 03 23:09:27.563 INFO O| Dec 03 23:09:27.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
78972024-12-03T23:09:28.404Z[ recovery-image] Dec 03 23:09:27.563 INFO O| Dec 03 23:09:27.563 INFO STEP 1203 (remove_files) COMPLETE
78982024-12-03T23:09:28.404Z[ recovery-image] Dec 03 23:09:27.563 INFO O| Dec 03 23:09:27.563 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78992024-12-03T23:09:28.411Z[ recovery-image] Dec 03 23:09:27.573 INFO O| Dec 03 23:09:27.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
79002024-12-03T23:09:28.411Z[ recovery-image] Dec 03 23:09:27.573 INFO O| Dec 03 23:09:27.573 INFO STEP 1204 (remove_files) COMPLETE
79012024-12-03T23:09:28.411Z[ recovery-image] Dec 03 23:09:27.573 INFO O| Dec 03 23:09:27.573 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79022024-12-03T23:09:28.421Z[ recovery-image] Dec 03 23:09:27.582 INFO O| Dec 03 23:09:27.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
79032024-12-03T23:09:28.421Z[ recovery-image] Dec 03 23:09:27.582 INFO O| Dec 03 23:09:27.582 INFO STEP 1205 (remove_files) COMPLETE
79042024-12-03T23:09:28.423Z[ recovery-image] Dec 03 23:09:27.582 INFO O| Dec 03 23:09:27.582 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
79052024-12-03T23:09:28.435Z[ recovery-image] Dec 03 23:09:27.596 INFO O| Dec 03 23:09:27.596 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
79062024-12-03T23:09:28.440Z[ recovery-image] Dec 03 23:09:27.596 INFO O| Dec 03 23:09:27.596 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
79072024-12-03T23:09:28.443Z[ host-image] Dec 03 23:09:27.601 INFO O| Dec 03 23:09:27.601 INFO O| Download: 72/116 items 1.1/1.4MB 75% complete (332k/s)
79082024-12-03T23:09:29.063Z[ recovery-image] Dec 03 23:09:28.224 INFO O| Dec 03 23:09:28.224 INFO STEP 1206 (pack_tar) COMPLETE
79092024-12-03T23:09:29.063Z[ recovery-image] Dec 03 23:09:28.224 INFO O| Dec 03 23:09:28.224 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
79102024-12-03T23:09:29.063Z[ recovery-image] Dec 03 23:09:28.224 INFO O| Dec 03 23:09:28.224 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
79112024-12-03T23:09:29.282Z[ recovery-image] Dec 03 23:09:28.441 INFO O| Dec 03 23:09:28.441 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
79122024-12-03T23:09:29.357Z[ recovery-image] Dec 03 23:09:28.516 INFO O| Dec 03 23:09:28.516 INFO completed processing gimlet/ramdisk-03-recovery-trim
79132024-12-03T23:09:29.362Z[ recovery-image] Dec 03 23:09:28.522 INFO image builder template: zfs-recovery...
79142024-12-03T23:09:29.367Z[ recovery-image] Dec 03 23:09:28.522 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/.tmpJya9uB/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
79152024-12-03T23:09:29.393Z[ recovery-image] Dec 03 23:09:28.553 INFO O| Dec 03 23:09:28.553 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
79162024-12-03T23:09:29.401Z[ recovery-image] Dec 03 23:09:28.557 INFO O| Dec 03 23:09:28.557 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
79172024-12-03T23:09:29.490Z[ recovery-image] Dec 03 23:09:28.639 INFO O| Dec 03 23:09:28.639 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
79182024-12-03T23:09:29.539Z[ recovery-image] Dec 03 23:09:28.693 INFO O| Dec 03 23:09:28.693 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
79192024-12-03T23:09:29.539Z[ recovery-image] Dec 03 23:09:28.693 INFO O| Dec 03 23:09:28.693 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
79202024-12-03T23:09:29.545Z[ recovery-image] Dec 03 23:09:28.697 INFO O| Dec 03 23:09:28.697 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
79212024-12-03T23:09:29.635Z[ recovery-image] Dec 03 23:09:28.779 INFO O| Dec 03 23:09:28.779 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
79222024-12-03T23:09:29.665Z[ recovery-image] Dec 03 23:09:28.823 INFO O| Dec 03 23:09:28.823 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
79232024-12-03T23:09:29.678Z[ recovery-image] Dec 03 23:09:28.832 INFO O| Dec 03 23:09:28.832 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
79242024-12-03T23:09:29.689Z[ recovery-image] Dec 03 23:09:28.836 INFO O| Dec 03 23:09:28.836 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
79252024-12-03T23:09:29.690Z[ recovery-image] Dec 03 23:09:28.838 INFO O| Dec 03 23:09:28.838 INFO no lofi found
79262024-12-03T23:09:29.690Z[ recovery-image] Dec 03 23:09:28.838 INFO O| Dec 03 23:09:28.838 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
79272024-12-03T23:09:29.690Z[ recovery-image] Dec 03 23:09:28.838 INFO O| Dec 03 23:09:28.838 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
79282024-12-03T23:09:30.600Z[ host-image] Dec 03 23:09:29.761 INFO O| Dec 03 23:09:29.760 INFO O| Download: Completed 1.44 MB in 14.86 seconds (99.3k/s)
79292024-12-03T23:09:30.628Z[ host-image] Dec 03 23:09:29.789 INFO O| Dec 03 23:09:29.789 INFO O| Actions: 1/305 actions (Installing new actions)
79302024-12-03T23:09:30.725Z[ host-image] Dec 03 23:09:29.886 INFO O| Dec 03 23:09:29.886 INFO O| Actions: Completed 305 actions in 0.10 seconds.
79312024-12-03T23:09:31.060Z[ host-image] Dec 03 23:09:30.221 INFO O| Dec 03 23:09:30.221 INFO O| Done
79322024-12-03T23:09:31.060Z[ host-image] Dec 03 23:09:30.221 INFO O| Dec 03 23:09:30.221 INFO O| Done
79332024-12-03T23:09:31.610Z[ host-image] Dec 03 23:09:30.771 INFO O| Dec 03 23:09:30.771 INFO O| Done
79342024-12-03T23:09:31.848Z[ recovery-image] Dec 03 23:09:31.009 INFO O| Dec 03 23:09:31.009 INFO lofi device = /dev/dsk/c2t1d0p0
79352024-12-03T23:09:31.848Z[ recovery-image] Dec 03 23:09:31.009 INFO O| Dec 03 23:09:31.009 INFO pool device = /dev/dsk/c2t1d0p0
79362024-12-03T23:09:31.853Z[ recovery-image] Dec 03 23:09:31.009 INFO O| Dec 03 23:09:31.009 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"]
79372024-12-03T23:09:31.920Z[ recovery-image] Dec 03 23:09:31.080 INFO O| Dec 03 23:09:31.080 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79382024-12-03T23:09:31.920Z[ recovery-image] Dec 03 23:09:31.080 INFO O| Dec 03 23:09:31.080 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
79392024-12-03T23:09:31.939Z[ recovery-image] Dec 03 23:09:31.098 INFO O| Dec 03 23:09:31.098 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
79402024-12-03T23:09:31.996Z[ recovery-image] Dec 03 23:09:31.156 INFO O| Dec 03 23:09:31.156 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
79412024-12-03T23:09:32.033Z[ recovery-image] Dec 03 23:09:31.193 INFO O| Dec 03 23:09:31.193 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
79422024-12-03T23:09:32.046Z[ recovery-image] Dec 03 23:09:31.206 INFO O| Dec 03 23:09:31.206 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
79432024-12-03T23:09:32.056Z[ recovery-image] Dec 03 23:09:31.216 INFO O| Dec 03 23:09:31.216 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
79442024-12-03T23:09:32.103Z[ recovery-image] Dec 03 23:09:31.262 INFO O| Dec 03 23:09:31.262 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
79452024-12-03T23:09:32.103Z[ recovery-image] Dec 03 23:09:31.262 INFO O| Dec 03 23:09:31.262 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
79462024-12-03T23:09:32.103Z[ recovery-image] Dec 03 23:09:31.262 INFO O| Dec 03 23:09:31.262 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
79472024-12-03T23:09:32.113Z[ recovery-image] Dec 03 23:09:31.274 INFO O| Dec 03 23:09:31.274 INFO boot environment UUID: d149fdbc-e33c-4be8-a4c6-2f034ad71668
79482024-12-03T23:09:32.113Z[ recovery-image] Dec 03 23:09:31.274 INFO O| Dec 03 23:09:31.274 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = d149fdbc-e33c-4be8-a4c6-2f034ad71668
79492024-12-03T23:09:32.129Z[ recovery-image] Dec 03 23:09:31.284 INFO O| Dec 03 23:09:31.284 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
79502024-12-03T23:09:32.133Z[ recovery-image] Dec 03 23:09:31.294 INFO O| Dec 03 23:09:31.294 INFO STEP 0 (create_be) COMPLETE
79512024-12-03T23:09:32.133Z[ recovery-image] Dec 03 23:09:31.294 INFO O| Dec 03 23:09:31.294 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79522024-12-03T23:09:32.149Z[ recovery-image] Dec 03 23:09:31.310 INFO O| Dec 03 23:09:31.310 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"]
79532024-12-03T23:09:33.302Z[ host-image] Dec 03 23:09:32.462 INFO O| Dec 03 23:09:32.462 INFO O| Done
79542024-12-03T23:09:33.353Z[ host-image] Dec 03 23:09:32.513 INFO O| Dec 03 23:09:32.513 INFO O| Done
79552024-12-03T23:09:33.356Z[ host-image] Dec 03 23:09:32.513 INFO O| Dec 03 23:09:32.513 INFO O| Done
79562024-12-03T23:09:33.384Z[ host-image] Dec 03 23:09:32.542 INFO O| Dec 03 23:09:32.542 INFO O| Done
79572024-12-03T23:09:33.561Z[ host-image] Dec 03 23:09:32.721 INFO O| Dec 03 23:09:32.721 INFO STEP 12 (pkg_install) COMPLETE
79582024-12-03T23:09:33.561Z[ host-image] Dec 03 23:09:32.721 INFO O| Dec 03 23:09:32.721 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
79592024-12-03T23:09:33.579Z[ host-image] Dec 03 23:09:32.740 INFO O| Dec 03 23:09:32.739 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
79602024-12-03T23:09:34.137Z[ recovery-image] Dec 03 23:09:33.296 INFO O| Dec 03 23:09:33.296 INFO STEP 1 (unpack_tar) COMPLETE
79612024-12-03T23:09:34.138Z[ recovery-image] Dec 03 23:09:33.297 INFO O| Dec 03 23:09:33.296 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79622024-12-03T23:09:34.148Z[ recovery-image] Dec 03 23:09:33.308 INFO O| Dec 03 23:09:33.307 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
79632024-12-03T23:09:34.236Z[ recovery-image] Dec 03 23:09:33.396 INFO O| Dec 03 23:09:33.396 INFO STEP 2 (devfsadm) COMPLETE
79642024-12-03T23:09:34.236Z[ recovery-image] Dec 03 23:09:33.396 INFO O| Dec 03 23:09:33.396 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79652024-12-03T23:09:34.247Z[ recovery-image] Dec 03 23:09:33.408 INFO O| Dec 03 23:09:33.408 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
79662024-12-03T23:09:34.248Z[ recovery-image] Dec 03 23:09:33.408 INFO O| Dec 03 23:09:33.408 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
79672024-12-03T23:09:34.248Z[ recovery-image] Dec 03 23:09:33.408 INFO O| Dec 03 23:09:33.408 INFO STEP 3 (ensure_dir) COMPLETE
79682024-12-03T23:09:34.250Z[ recovery-image] Dec 03 23:09:33.408 INFO O| Dec 03 23:09:33.408 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79692024-12-03T23:09:34.257Z[ recovery-image] Dec 03 23:09:33.418 INFO O| Dec 03 23:09:33.418 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
79702024-12-03T23:09:34.257Z[ recovery-image] Dec 03 23:09:33.418 INFO O| Dec 03 23:09:33.418 INFO STEP 4 (ensure_dir) COMPLETE
79712024-12-03T23:09:34.260Z[ recovery-image] Dec 03 23:09:33.418 INFO O| Dec 03 23:09:33.418 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79722024-12-03T23:09:34.267Z[ recovery-image] Dec 03 23:09:33.427 INFO O| Dec 03 23:09:33.427 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
79732024-12-03T23:09:34.267Z[ recovery-image] Dec 03 23:09:33.427 INFO O| Dec 03 23:09:33.427 INFO STEP 5 (ensure_dir) COMPLETE
79742024-12-03T23:09:34.267Z[ recovery-image] Dec 03 23:09:33.427 INFO O| Dec 03 23:09:33.427 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79752024-12-03T23:09:34.276Z[ recovery-image] Dec 03 23:09:33.437 INFO O| Dec 03 23:09:33.437 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
79762024-12-03T23:09:34.280Z[ recovery-image] Dec 03 23:09:33.437 INFO O| Dec 03 23:09:33.437 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
79772024-12-03T23:09:34.280Z[ recovery-image] Dec 03 23:09:33.437 INFO O| Dec 03 23:09:33.437 INFO STEP 6 (ensure_dir) COMPLETE
79782024-12-03T23:09:34.280Z[ recovery-image] Dec 03 23:09:33.437 INFO O| Dec 03 23:09:33.437 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79792024-12-03T23:09:34.287Z[ recovery-image] Dec 03 23:09:33.446 INFO O| Dec 03 23:09:33.446 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
79802024-12-03T23:09:34.290Z[ recovery-image] Dec 03 23:09:33.447 INFO O| Dec 03 23:09:33.446 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
79812024-12-03T23:09:34.290Z[ recovery-image] Dec 03 23:09:33.447 INFO O| Dec 03 23:09:33.447 INFO STEP 7 (ensure_dir) COMPLETE
79822024-12-03T23:09:34.291Z[ recovery-image] Dec 03 23:09:33.447 INFO O| Dec 03 23:09:33.447 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79832024-12-03T23:09:34.297Z[ recovery-image] Dec 03 23:09:33.457 INFO O| Dec 03 23:09:33.457 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
79842024-12-03T23:09:34.300Z[ recovery-image] Dec 03 23:09:33.457 INFO O| Dec 03 23:09:33.457 INFO STEP 8 (remove_files) COMPLETE
79852024-12-03T23:09:34.301Z[ recovery-image] Dec 03 23:09:33.457 INFO O| Dec 03 23:09:33.457 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79862024-12-03T23:09:34.306Z[ recovery-image] Dec 03 23:09:33.467 INFO O| Dec 03 23:09:33.467 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
79872024-12-03T23:09:34.311Z[ recovery-image] Dec 03 23:09:33.467 INFO O| Dec 03 23:09:33.467 INFO STEP 9 (remove_files) COMPLETE
79882024-12-03T23:09:34.311Z[ recovery-image] Dec 03 23:09:33.467 INFO O| Dec 03 23:09:33.467 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79892024-12-03T23:09:34.316Z[ recovery-image] Dec 03 23:09:33.477 INFO O| Dec 03 23:09:33.477 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
79902024-12-03T23:09:34.319Z[ recovery-image] Dec 03 23:09:33.477 INFO O| Dec 03 23:09:33.477 INFO STEP 10 (remove_files) COMPLETE
79912024-12-03T23:09:34.319Z[ recovery-image] Dec 03 23:09:33.477 INFO O| Dec 03 23:09:33.477 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79922024-12-03T23:09:34.326Z[ recovery-image] Dec 03 23:09:33.487 INFO O| Dec 03 23:09:33.487 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
79932024-12-03T23:09:34.329Z[ recovery-image] Dec 03 23:09:33.487 INFO O| Dec 03 23:09:33.487 INFO STEP 11 (remove_files) COMPLETE
79942024-12-03T23:09:34.329Z[ recovery-image] Dec 03 23:09:33.487 INFO O| Dec 03 23:09:33.487 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79952024-12-03T23:09:34.336Z[ recovery-image] Dec 03 23:09:33.496 INFO O| Dec 03 23:09:33.496 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
79962024-12-03T23:09:34.336Z[ recovery-image] Dec 03 23:09:33.496 INFO O| Dec 03 23:09:33.496 INFO STEP 12 (remove_files) COMPLETE
79972024-12-03T23:09:34.338Z[ recovery-image] Dec 03 23:09:33.496 INFO O| Dec 03 23:09:33.496 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79982024-12-03T23:09:34.345Z[ recovery-image] Dec 03 23:09:33.506 INFO O| Dec 03 23:09:33.506 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
79992024-12-03T23:09:34.348Z[ recovery-image] Dec 03 23:09:33.506 INFO O| Dec 03 23:09:33.506 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80002024-12-03T23:09:34.348Z[ recovery-image] Dec 03 23:09:33.506 INFO O| Dec 03 23:09:33.506 INFO STEP 13 (ensure_dir) COMPLETE
80012024-12-03T23:09:34.348Z[ recovery-image] Dec 03 23:09:33.506 INFO O| Dec 03 23:09:33.506 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80022024-12-03T23:09:34.355Z[ recovery-image] Dec 03 23:09:33.515 INFO O| Dec 03 23:09:33.515 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80032024-12-03T23:09:34.358Z[ recovery-image] Dec 03 23:09:33.515 INFO O| Dec 03 23:09:33.515 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80042024-12-03T23:09:34.358Z[ recovery-image] Dec 03 23:09:33.516 INFO O| Dec 03 23:09:33.516 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80052024-12-03T23:09:34.358Z[ recovery-image] Dec 03 23:09:33.516 INFO O| Dec 03 23:09:33.516 INFO STEP 14 (ensure_dir) COMPLETE
80062024-12-03T23:09:34.358Z[ recovery-image] Dec 03 23:09:33.516 INFO O| Dec 03 23:09:33.516 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80072024-12-03T23:09:34.365Z[ recovery-image] Dec 03 23:09:33.525 INFO O| Dec 03 23:09:33.525 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80082024-12-03T23:09:34.365Z[ recovery-image] Dec 03 23:09:33.525 INFO O| Dec 03 23:09:33.525 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80092024-12-03T23:09:34.368Z[ recovery-image] Dec 03 23:09:33.525 INFO O| Dec 03 23:09:33.525 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80102024-12-03T23:09:34.368Z[ recovery-image] Dec 03 23:09:33.525 INFO O| Dec 03 23:09:33.525 INFO STEP 15 (ensure_dir) COMPLETE
80112024-12-03T23:09:34.368Z[ recovery-image] Dec 03 23:09:33.525 INFO O| Dec 03 23:09:33.525 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80122024-12-03T23:09:34.374Z[ recovery-image] Dec 03 23:09:33.535 INFO O| Dec 03 23:09:33.535 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80132024-12-03T23:09:34.374Z[ recovery-image] Dec 03 23:09:33.535 INFO O| Dec 03 23:09:33.535 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80142024-12-03T23:09:34.374Z[ recovery-image] Dec 03 23:09:33.535 INFO O| Dec 03 23:09:33.535 INFO STEP 16 (ensure_dir) COMPLETE
80152024-12-03T23:09:34.377Z[ recovery-image] Dec 03 23:09:33.535 INFO O| Dec 03 23:09:33.535 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80162024-12-03T23:09:34.384Z[ recovery-image] Dec 03 23:09:33.545 INFO O| Dec 03 23:09:33.545 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80172024-12-03T23:09:34.387Z[ recovery-image] Dec 03 23:09:33.545 INFO O| Dec 03 23:09:33.545 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80182024-12-03T23:09:34.388Z[ recovery-image] Dec 03 23:09:33.545 INFO O| Dec 03 23:09:33.545 INFO STEP 17 (ensure_dir) COMPLETE
80192024-12-03T23:09:34.388Z[ recovery-image] Dec 03 23:09:33.545 INFO O| Dec 03 23:09:33.545 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80202024-12-03T23:09:34.394Z[ recovery-image] Dec 03 23:09:33.555 INFO O| Dec 03 23:09:33.555 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
80212024-12-03T23:09:34.394Z[ recovery-image] Dec 03 23:09:33.555 INFO O| Dec 03 23:09:33.555 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
80222024-12-03T23:09:34.398Z[ recovery-image] Dec 03 23:09:33.555 INFO O| Dec 03 23:09:33.555 INFO ok!
80232024-12-03T23:09:34.398Z[ recovery-image] Dec 03 23:09:33.555 INFO O| Dec 03 23:09:33.555 INFO STEP 18 (ensure_symlink) COMPLETE
80242024-12-03T23:09:34.398Z[ recovery-image] Dec 03 23:09:33.555 INFO O| Dec 03 23:09:33.555 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80252024-12-03T23:09:34.404Z[ recovery-image] Dec 03 23:09:33.564 INFO O| Dec 03 23:09:33.564 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
80262024-12-03T23:09:34.404Z[ recovery-image] Dec 03 23:09:33.564 INFO O| Dec 03 23:09:33.564 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
80272024-12-03T23:09:34.407Z[ recovery-image] Dec 03 23:09:33.564 INFO O| Dec 03 23:09:33.564 INFO ok!
80282024-12-03T23:09:34.407Z[ recovery-image] Dec 03 23:09:33.564 INFO O| Dec 03 23:09:33.564 INFO STEP 19 (ensure_file) COMPLETE
80292024-12-03T23:09:34.407Z[ recovery-image] Dec 03 23:09:33.564 INFO O| Dec 03 23:09:33.564 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
80302024-12-03T23:09:34.414Z[ recovery-image] Dec 03 23:09:33.574 INFO O| Dec 03 23:09:33.574 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
80312024-12-03T23:09:34.414Z[ recovery-image] Dec 03 23:09:33.574 INFO O| Dec 03 23:09:33.574 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
80322024-12-03T23:09:34.418Z[ recovery-image] Dec 03 23:09:33.574 INFO O| Dec 03 23:09:33.574 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
80332024-12-03T23:09:34.418Z[ recovery-image] Dec 03 23:09:33.574 INFO O| Dec 03 23:09:33.574 INFO ok!
80342024-12-03T23:09:34.418Z[ recovery-image] Dec 03 23:09:33.574 INFO O| Dec 03 23:09:33.574 INFO STEP 20 (ensure_symlink) COMPLETE
80352024-12-03T23:09:34.418Z[ recovery-image] Dec 03 23:09:33.574 INFO O| Dec 03 23:09:33.574 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
80362024-12-03T23:09:34.423Z[ recovery-image] Dec 03 23:09:33.583 INFO O| Dec 03 23:09:33.583 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
80372024-12-03T23:09:34.423Z[ recovery-image] Dec 03 23:09:33.583 INFO O| Dec 03 23:09:33.583 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
80382024-12-03T23:09:34.425Z[ recovery-image] Dec 03 23:09:33.583 INFO O| Dec 03 23:09:33.583 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
80392024-12-03T23:09:34.425Z[ recovery-image] Dec 03 23:09:33.583 INFO O| Dec 03 23:09:33.583 INFO ok!
80402024-12-03T23:09:34.425Z[ recovery-image] Dec 03 23:09:33.583 INFO O| Dec 03 23:09:33.583 INFO STEP 21 (ensure_symlink) COMPLETE
80412024-12-03T23:09:34.425Z[ recovery-image] Dec 03 23:09:33.583 INFO O| Dec 03 23:09:33.583 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
80422024-12-03T23:09:34.433Z[ recovery-image] Dec 03 23:09:33.593 INFO O| Dec 03 23:09:33.593 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
80432024-12-03T23:09:34.433Z[ recovery-image] Dec 03 23:09:33.593 INFO O| Dec 03 23:09:33.593 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
80442024-12-03T23:09:34.436Z[ recovery-image] Dec 03 23:09:33.593 INFO O| Dec 03 23:09:33.593 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
80452024-12-03T23:09:34.436Z[ recovery-image] Dec 03 23:09:33.593 INFO O| Dec 03 23:09:33.593 INFO ok!
80462024-12-03T23:09:34.436Z[ recovery-image] Dec 03 23:09:33.593 INFO O| Dec 03 23:09:33.593 INFO STEP 22 (ensure_symlink) COMPLETE
80472024-12-03T23:09:34.436Z[ recovery-image] Dec 03 23:09:33.593 INFO O| Dec 03 23:09:33.593 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
80482024-12-03T23:09:34.442Z[ recovery-image] Dec 03 23:09:33.603 INFO O| Dec 03 23:09:33.603 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
80492024-12-03T23:09:34.445Z[ recovery-image] Dec 03 23:09:33.603 INFO O| Dec 03 23:09:33.603 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
80502024-12-03T23:09:34.445Z[ recovery-image] Dec 03 23:09:33.603 INFO O| Dec 03 23:09:33.603 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
80512024-12-03T23:09:34.445Z[ recovery-image] Dec 03 23:09:33.603 INFO O| Dec 03 23:09:33.603 INFO ok!
80522024-12-03T23:09:34.445Z[ recovery-image] Dec 03 23:09:33.603 INFO O| Dec 03 23:09:33.603 INFO STEP 23 (ensure_symlink) COMPLETE
80532024-12-03T23:09:34.445Z[ recovery-image] Dec 03 23:09:33.603 INFO O| Dec 03 23:09:33.603 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
80542024-12-03T23:09:34.452Z[ recovery-image] Dec 03 23:09:33.613 INFO O| Dec 03 23:09:33.613 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
80552024-12-03T23:09:34.456Z[ recovery-image] Dec 03 23:09:33.613 INFO O| Dec 03 23:09:33.613 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 ...
80562024-12-03T23:09:34.456Z[ recovery-image] Dec 03 23:09:33.613 INFO O| Dec 03 23:09:33.613 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
80572024-12-03T23:09:34.456Z[ recovery-image] Dec 03 23:09:33.613 INFO O| Dec 03 23:09:33.613 INFO ok!
80582024-12-03T23:09:34.456Z[ recovery-image] Dec 03 23:09:33.613 INFO O| Dec 03 23:09:33.613 INFO STEP 24 (ensure_file) COMPLETE
80592024-12-03T23:09:34.456Z[ recovery-image] Dec 03 23:09:33.613 INFO O| Dec 03 23:09:33.613 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
80602024-12-03T23:09:34.462Z[ recovery-image] Dec 03 23:09:33.622 INFO O| Dec 03 23:09:33.622 INFO updating shadow file
80612024-12-03T23:09:34.465Z[ recovery-image] Dec 03 23:09:33.623 INFO O| Dec 03 23:09:33.623 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
80622024-12-03T23:09:34.465Z[ recovery-image] Dec 03 23:09:33.623 INFO O| Dec 03 23:09:33.623 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
80632024-12-03T23:09:34.465Z[ recovery-image] Dec 03 23:09:33.623 INFO O| Dec 03 23:09:33.623 INFO STEP 25 (shadow) COMPLETE
80642024-12-03T23:09:34.465Z[ recovery-image] Dec 03 23:09:33.623 INFO O| Dec 03 23:09:33.623 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
80652024-12-03T23:09:34.473Z[ recovery-image] Dec 03 23:09:33.632 INFO O| Dec 03 23:09:33.632 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
80662024-12-03T23:09:34.473Z[ recovery-image] Dec 03 23:09:33.633 INFO O| Dec 03 23:09:33.633 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
80672024-12-03T23:09:34.476Z[ recovery-image] Dec 03 23:09:33.633 INFO O| Dec 03 23:09:33.633 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
80682024-12-03T23:09:34.476Z[ recovery-image] Dec 03 23:09:33.633 INFO O| Dec 03 23:09:33.633 INFO ok!
80692024-12-03T23:09:34.476Z[ recovery-image] Dec 03 23:09:33.633 INFO O| Dec 03 23:09:33.633 INFO STEP 26 (ensure_file) COMPLETE
80702024-12-03T23:09:34.476Z[ recovery-image] Dec 03 23:09:33.633 INFO O| Dec 03 23:09:33.633 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
80712024-12-03T23:09:34.482Z[ recovery-image] Dec 03 23:09:33.642 INFO O| Dec 03 23:09:33.642 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
80722024-12-03T23:09:34.482Z[ recovery-image] Dec 03 23:09:33.642 INFO O| Dec 03 23:09:33.642 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
80732024-12-03T23:09:34.485Z[ recovery-image] Dec 03 23:09:33.642 INFO O| Dec 03 23:09:33.642 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
80742024-12-03T23:09:34.485Z[ recovery-image] Dec 03 23:09:33.642 INFO O| Dec 03 23:09:33.642 INFO ok!
80752024-12-03T23:09:34.485Z[ recovery-image] Dec 03 23:09:33.642 INFO O| Dec 03 23:09:33.642 INFO STEP 27 (ensure_file) COMPLETE
80762024-12-03T23:09:34.485Z[ recovery-image] Dec 03 23:09:33.642 INFO O| Dec 03 23:09:33.642 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
80772024-12-03T23:09:34.492Z[ recovery-image] Dec 03 23:09:33.653 INFO O| Dec 03 23:09:33.652 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
80782024-12-03T23:09:34.495Z[ recovery-image] Dec 03 23:09:33.653 INFO O| Dec 03 23:09:33.653 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
80792024-12-03T23:09:34.495Z[ recovery-image] Dec 03 23:09:33.653 INFO O| Dec 03 23:09:33.653 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
80802024-12-03T23:09:34.495Z[ recovery-image] Dec 03 23:09:33.653 INFO O| Dec 03 23:09:33.653 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
80812024-12-03T23:09:34.495Z[ recovery-image] Dec 03 23:09:33.653 INFO O| Dec 03 23:09:33.653 INFO ok!
80822024-12-03T23:09:34.495Z[ recovery-image] Dec 03 23:09:33.653 INFO O| Dec 03 23:09:33.653 INFO STEP 28 (ensure_file) COMPLETE
80832024-12-03T23:09:34.495Z[ recovery-image] Dec 03 23:09:33.653 INFO O| Dec 03 23:09:33.653 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
80842024-12-03T23:09:34.502Z[ recovery-image] Dec 03 23:09:33.662 INFO O| Dec 03 23:09:33.662 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
80852024-12-03T23:09:34.504Z[ recovery-image] Dec 03 23:09:33.662 INFO O| Dec 03 23:09:33.662 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
80862024-12-03T23:09:34.504Z[ recovery-image] Dec 03 23:09:33.662 INFO O| Dec 03 23:09:33.662 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
80872024-12-03T23:09:34.504Z[ recovery-image] Dec 03 23:09:33.662 INFO O| Dec 03 23:09:33.662 INFO ok!
80882024-12-03T23:09:34.504Z[ recovery-image] Dec 03 23:09:33.662 INFO O| Dec 03 23:09:33.662 INFO STEP 29 (ensure_file) COMPLETE
80892024-12-03T23:09:34.504Z[ recovery-image] Dec 03 23:09:33.662 INFO O| Dec 03 23:09:33.662 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80902024-12-03T23:09:34.511Z[ recovery-image] Dec 03 23:09:33.672 INFO O| Dec 03 23:09:33.672 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
80912024-12-03T23:09:34.512Z[ recovery-image] Dec 03 23:09:33.672 INFO O| Dec 03 23:09:33.672 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
80922024-12-03T23:09:34.514Z[ recovery-image] Dec 03 23:09:33.672 INFO O| Dec 03 23:09:33.672 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
80932024-12-03T23:09:34.514Z[ recovery-image] Dec 03 23:09:33.672 INFO O| Dec 03 23:09:33.672 INFO ok!
80942024-12-03T23:09:34.515Z[ recovery-image] Dec 03 23:09:33.672 INFO O| Dec 03 23:09:33.672 INFO STEP 30 (ensure_file) COMPLETE
80952024-12-03T23:09:34.515Z[ recovery-image] Dec 03 23:09:33.672 INFO O| Dec 03 23:09:33.672 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80962024-12-03T23:09:34.522Z[ recovery-image] Dec 03 23:09:33.682 INFO O| Dec 03 23:09:33.682 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
80972024-12-03T23:09:34.522Z[ recovery-image] Dec 03 23:09:33.682 INFO O| Dec 03 23:09:33.682 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
80982024-12-03T23:09:34.524Z[ recovery-image] Dec 03 23:09:33.682 INFO O| Dec 03 23:09:33.682 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
80992024-12-03T23:09:34.524Z[ recovery-image] Dec 03 23:09:33.682 INFO O| Dec 03 23:09:33.682 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
81002024-12-03T23:09:34.524Z[ recovery-image] Dec 03 23:09:33.682 INFO O| Dec 03 23:09:33.682 INFO ok!
81012024-12-03T23:09:34.524Z[ recovery-image] Dec 03 23:09:33.682 INFO O| Dec 03 23:09:33.682 INFO STEP 31 (ensure_file) COMPLETE
81022024-12-03T23:09:34.524Z[ recovery-image] Dec 03 23:09:33.682 INFO O| Dec 03 23:09:33.682 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81032024-12-03T23:09:34.532Z[ recovery-image] Dec 03 23:09:33.692 INFO O| Dec 03 23:09:33.692 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
81042024-12-03T23:09:34.532Z[ recovery-image] Dec 03 23:09:33.692 INFO O| Dec 03 23:09:33.692 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
81052024-12-03T23:09:34.535Z[ recovery-image] Dec 03 23:09:33.692 INFO O| Dec 03 23:09:33.692 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
81062024-12-03T23:09:34.535Z[ recovery-image] Dec 03 23:09:33.692 INFO O| Dec 03 23:09:33.692 INFO ok!
81072024-12-03T23:09:34.535Z[ recovery-image] Dec 03 23:09:33.692 INFO O| Dec 03 23:09:33.692 INFO STEP 32 (ensure_file) COMPLETE
81082024-12-03T23:09:34.535Z[ recovery-image] Dec 03 23:09:33.692 INFO O| Dec 03 23:09:33.692 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81092024-12-03T23:09:34.541Z[ recovery-image] Dec 03 23:09:33.702 INFO O| Dec 03 23:09:33.702 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
81102024-12-03T23:09:34.541Z[ recovery-image] Dec 03 23:09:33.702 INFO O| Dec 03 23:09:33.702 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
81112024-12-03T23:09:34.544Z[ recovery-image] Dec 03 23:09:33.702 INFO O| Dec 03 23:09:33.702 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
81122024-12-03T23:09:34.544Z[ recovery-image] Dec 03 23:09:33.702 INFO O| Dec 03 23:09:33.702 INFO ok!
81132024-12-03T23:09:34.544Z[ recovery-image] Dec 03 23:09:33.702 INFO O| Dec 03 23:09:33.702 INFO STEP 33 (ensure_file) COMPLETE
81142024-12-03T23:09:34.544Z[ recovery-image] Dec 03 23:09:33.702 INFO O| Dec 03 23:09:33.702 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81152024-12-03T23:09:34.551Z[ recovery-image] Dec 03 23:09:33.711 INFO O| Dec 03 23:09:33.711 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
81162024-12-03T23:09:34.553Z[ recovery-image] Dec 03 23:09:33.711 INFO O| Dec 03 23:09:33.711 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
81172024-12-03T23:09:34.554Z[ recovery-image] Dec 03 23:09:33.711 INFO O| Dec 03 23:09:33.711 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81182024-12-03T23:09:34.554Z[ recovery-image] Dec 03 23:09:33.711 INFO O| Dec 03 23:09:33.711 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81192024-12-03T23:09:34.554Z[ recovery-image] Dec 03 23:09:33.711 INFO O| Dec 03 23:09:33.711 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81202024-12-03T23:09:34.554Z[ recovery-image] Dec 03 23:09:33.712 INFO O| Dec 03 23:09:33.711 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
81212024-12-03T23:09:34.554Z[ recovery-image] Dec 03 23:09:33.712 INFO O| Dec 03 23:09:33.712 INFO ok!
81222024-12-03T23:09:34.554Z[ recovery-image] Dec 03 23:09:33.712 INFO O| Dec 03 23:09:33.712 INFO STEP 34 (ensure_file) COMPLETE
81232024-12-03T23:09:34.554Z[ recovery-image] Dec 03 23:09:33.712 INFO O| Dec 03 23:09:33.712 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
81242024-12-03T23:09:34.561Z[ recovery-image] Dec 03 23:09:33.721 INFO O| Dec 03 23:09:33.721 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
81252024-12-03T23:09:34.563Z[ recovery-image] Dec 03 23:09:33.721 INFO O| Dec 03 23:09:33.721 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
81262024-12-03T23:09:34.563Z[ recovery-image] Dec 03 23:09:33.721 INFO O| Dec 03 23:09:33.721 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
81272024-12-03T23:09:34.563Z[ recovery-image] Dec 03 23:09:33.721 INFO O| Dec 03 23:09:33.721 INFO STEP 35 (ensure_dir) COMPLETE
81282024-12-03T23:09:34.563Z[ recovery-image] Dec 03 23:09:33.721 INFO O| Dec 03 23:09:33.721 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
81292024-12-03T23:09:34.571Z[ recovery-image] Dec 03 23:09:33.731 INFO O| Dec 03 23:09:33.731 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
81302024-12-03T23:09:34.571Z[ recovery-image] Dec 03 23:09:33.731 INFO O| Dec 03 23:09:33.731 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 ...
81312024-12-03T23:09:34.574Z[ recovery-image] Dec 03 23:09:33.732 INFO O| Dec 03 23:09:33.732 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
81322024-12-03T23:09:34.574Z[ recovery-image] Dec 03 23:09:33.732 INFO O| Dec 03 23:09:33.732 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
81332024-12-03T23:09:34.574Z[ recovery-image] Dec 03 23:09:33.732 INFO O| Dec 03 23:09:33.732 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
81342024-12-03T23:09:34.574Z[ recovery-image] Dec 03 23:09:33.732 INFO O| Dec 03 23:09:33.732 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
81352024-12-03T23:09:34.574Z[ recovery-image] Dec 03 23:09:33.732 INFO O| Dec 03 23:09:33.732 INFO ok!
81362024-12-03T23:09:34.574Z[ recovery-image] Dec 03 23:09:33.732 INFO O| Dec 03 23:09:33.732 INFO STEP 36 (ensure_file) COMPLETE
81372024-12-03T23:09:34.574Z[ recovery-image] Dec 03 23:09:33.732 INFO O| Dec 03 23:09:33.732 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
81382024-12-03T23:09:34.581Z[ recovery-image] Dec 03 23:09:33.742 INFO O| Dec 03 23:09:33.742 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
81392024-12-03T23:09:34.581Z[ recovery-image] Dec 03 23:09:33.742 INFO O| Dec 03 23:09:33.742 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 ...
81402024-12-03T23:09:34.584Z[ recovery-image] Dec 03 23:09:33.742 INFO O| Dec 03 23:09:33.742 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
81412024-12-03T23:09:34.584Z[ recovery-image] Dec 03 23:09:33.742 INFO O| Dec 03 23:09:33.742 INFO ok!
81422024-12-03T23:09:34.584Z[ recovery-image] Dec 03 23:09:33.742 INFO O| Dec 03 23:09:33.742 INFO STEP 37 (ensure_symlink) COMPLETE
81432024-12-03T23:09:34.584Z[ recovery-image] Dec 03 23:09:33.742 INFO O| Dec 03 23:09:33.742 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81442024-12-03T23:09:34.591Z[ recovery-image] Dec 03 23:09:33.751 INFO O| Dec 03 23:09:33.751 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
81452024-12-03T23:09:34.591Z[ recovery-image] Dec 03 23:09:33.751 INFO O| Dec 03 23:09:33.751 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
81462024-12-03T23:09:34.593Z[ recovery-image] Dec 03 23:09:33.751 INFO O| Dec 03 23:09:33.751 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
81472024-12-03T23:09:34.593Z[ recovery-image] Dec 03 23:09:33.752 INFO O| Dec 03 23:09:33.751 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
81482024-12-03T23:09:34.593Z[ recovery-image] Dec 03 23:09:33.752 INFO O| Dec 03 23:09:33.751 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
81492024-12-03T23:09:34.593Z[ recovery-image] Dec 03 23:09:33.752 INFO O| Dec 03 23:09:33.752 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
81502024-12-03T23:09:34.593Z[ recovery-image] Dec 03 23:09:33.752 INFO O| Dec 03 23:09:33.752 INFO ok!
81512024-12-03T23:09:34.593Z[ recovery-image] Dec 03 23:09:33.752 INFO O| Dec 03 23:09:33.752 INFO STEP 38 (ensure_file) COMPLETE
81522024-12-03T23:09:34.593Z[ recovery-image] Dec 03 23:09:33.752 INFO O| Dec 03 23:09:33.752 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81532024-12-03T23:09:34.601Z[ recovery-image] Dec 03 23:09:33.761 INFO O| Dec 03 23:09:33.761 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
81542024-12-03T23:09:34.601Z[ recovery-image] Dec 03 23:09:33.761 INFO O| Dec 03 23:09:33.761 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 ...
81552024-12-03T23:09:34.603Z[ recovery-image] Dec 03 23:09:33.761 INFO O| Dec 03 23:09:33.761 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
81562024-12-03T23:09:34.603Z[ recovery-image] Dec 03 23:09:33.761 INFO O| Dec 03 23:09:33.761 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
81572024-12-03T23:09:34.603Z[ recovery-image] Dec 03 23:09:33.761 INFO O| Dec 03 23:09:33.761 INFO ok!
81582024-12-03T23:09:34.604Z[ recovery-image] Dec 03 23:09:33.761 INFO O| Dec 03 23:09:33.761 INFO STEP 39 (ensure_file) COMPLETE
81592024-12-03T23:09:34.604Z[ recovery-image] Dec 03 23:09:33.762 INFO O| Dec 03 23:09:33.761 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81602024-12-03T23:09:34.611Z[ recovery-image] Dec 03 23:09:33.771 INFO O| Dec 03 23:09:33.771 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
81612024-12-03T23:09:34.611Z[ recovery-image] Dec 03 23:09:33.771 INFO O| Dec 03 23:09:33.771 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
81622024-12-03T23:09:34.613Z[ recovery-image] Dec 03 23:09:33.771 INFO O| Dec 03 23:09:33.771 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
81632024-12-03T23:09:34.613Z[ recovery-image] Dec 03 23:09:33.771 INFO O| Dec 03 23:09:33.771 INFO ok!
81642024-12-03T23:09:34.613Z[ recovery-image] Dec 03 23:09:33.771 INFO O| Dec 03 23:09:33.771 INFO STEP 40 (ensure_file) COMPLETE
81652024-12-03T23:09:34.614Z[ recovery-image] Dec 03 23:09:33.771 INFO O| Dec 03 23:09:33.771 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
81662024-12-03T23:09:34.620Z[ recovery-image] Dec 03 23:09:33.781 INFO O| Dec 03 23:09:33.781 INFO updating shadow file
81672024-12-03T23:09:34.623Z[ recovery-image] Dec 03 23:09:33.781 INFO O| Dec 03 23:09:33.781 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
81682024-12-03T23:09:34.623Z[ recovery-image] Dec 03 23:09:33.781 INFO O| Dec 03 23:09:33.781 INFO STEP 41 (shadow) COMPLETE
81692024-12-03T23:09:34.623Z[ recovery-image] Dec 03 23:09:33.781 INFO O| Dec 03 23:09:33.781 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
81702024-12-03T23:09:34.630Z[ recovery-image] Dec 03 23:09:33.791 INFO O| Dec 03 23:09:33.791 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
81712024-12-03T23:09:34.630Z[ recovery-image] Dec 03 23:09:33.791 INFO O| Dec 03 23:09:33.791 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
81722024-12-03T23:09:34.633Z[ recovery-image] Dec 03 23:09:33.791 INFO O| Dec 03 23:09:33.791 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
81732024-12-03T23:09:34.633Z[ recovery-image] Dec 03 23:09:33.791 INFO O| Dec 03 23:09:33.791 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
81742024-12-03T23:09:34.633Z[ recovery-image] Dec 03 23:09:33.791 INFO O| Dec 03 23:09:33.791 INFO ok!
81752024-12-03T23:09:34.633Z[ recovery-image] Dec 03 23:09:33.791 INFO O| Dec 03 23:09:33.791 INFO STEP 42 (ensure_file) COMPLETE
81762024-12-03T23:09:34.633Z[ recovery-image] Dec 03 23:09:33.791 INFO O| Dec 03 23:09:33.791 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81772024-12-03T23:09:34.641Z[ recovery-image] Dec 03 23:09:33.800 INFO O| Dec 03 23:09:33.800 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
81782024-12-03T23:09:34.645Z[ recovery-image] Dec 03 23:09:33.800 INFO O| Dec 03 23:09:33.800 INFO STEP 43 (ensure_dir) COMPLETE
81792024-12-03T23:09:34.645Z[ recovery-image] Dec 03 23:09:33.800 INFO O| Dec 03 23:09:33.800 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81802024-12-03T23:09:34.650Z[ recovery-image] Dec 03 23:09:33.810 INFO O| Dec 03 23:09:33.810 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
81812024-12-03T23:09:34.650Z[ recovery-image] Dec 03 23:09:33.810 INFO O| Dec 03 23:09:33.810 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
81822024-12-03T23:09:34.650Z[ recovery-image] Dec 03 23:09:33.810 INFO O| Dec 03 23:09:33.810 INFO STEP 44 (ensure_dir) COMPLETE
81832024-12-03T23:09:34.654Z[ recovery-image] Dec 03 23:09:33.810 INFO O| Dec 03 23:09:33.810 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81842024-12-03T23:09:34.659Z[ recovery-image] Dec 03 23:09:33.820 INFO O| Dec 03 23:09:33.820 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
81852024-12-03T23:09:34.662Z[ recovery-image] Dec 03 23:09:33.820 INFO O| Dec 03 23:09:33.820 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
81862024-12-03T23:09:34.662Z[ recovery-image] Dec 03 23:09:33.820 INFO O| Dec 03 23:09:33.820 INFO STEP 45 (ensure_dir) COMPLETE
81872024-12-03T23:09:34.662Z[ recovery-image] Dec 03 23:09:33.820 INFO O| Dec 03 23:09:33.820 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81882024-12-03T23:09:34.669Z[ recovery-image] Dec 03 23:09:33.830 INFO O| Dec 03 23:09:33.830 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
81892024-12-03T23:09:34.669Z[ recovery-image] Dec 03 23:09:33.830 INFO O| Dec 03 23:09:33.830 INFO copying /tmp/.tmpJya9uB/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
81902024-12-03T23:09:34.701Z[ recovery-image] Dec 03 23:09:33.861 INFO O| Dec 03 23:09:33.861 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
81912024-12-03T23:09:34.701Z[ recovery-image] Dec 03 23:09:33.861 INFO O| Dec 03 23:09:33.861 INFO ok!
81922024-12-03T23:09:34.703Z[ recovery-image] Dec 03 23:09:33.861 INFO O| Dec 03 23:09:33.861 INFO STEP 46 (ensure_file) COMPLETE
81932024-12-03T23:09:34.703Z[ recovery-image] Dec 03 23:09:33.861 INFO O| Dec 03 23:09:33.861 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81942024-12-03T23:09:34.712Z[ recovery-image] Dec 03 23:09:33.872 INFO O| Dec 03 23:09:33.872 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
81952024-12-03T23:09:34.712Z[ recovery-image] Dec 03 23:09:33.872 INFO O| Dec 03 23:09:33.872 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
81962024-12-03T23:09:34.712Z[ recovery-image] Dec 03 23:09:33.872 INFO O| Dec 03 23:09:33.872 INFO STEP 47 (ensure_dir) COMPLETE
81972024-12-03T23:09:34.714Z[ recovery-image] Dec 03 23:09:33.872 INFO O| Dec 03 23:09:33.872 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81982024-12-03T23:09:34.726Z[ recovery-image] Dec 03 23:09:33.882 INFO O| Dec 03 23:09:33.881 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
81992024-12-03T23:09:34.726Z[ recovery-image] Dec 03 23:09:33.882 INFO O| Dec 03 23:09:33.881 INFO copying /tmp/.tmpJya9uB/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
82002024-12-03T23:09:34.731Z[ recovery-image] Dec 03 23:09:33.882 INFO O| Dec 03 23:09:33.882 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
82012024-12-03T23:09:34.731Z[ recovery-image] Dec 03 23:09:33.882 INFO O| Dec 03 23:09:33.882 INFO ok!
82022024-12-03T23:09:34.731Z[ recovery-image] Dec 03 23:09:33.882 INFO O| Dec 03 23:09:33.882 INFO STEP 48 (ensure_file) COMPLETE
82032024-12-03T23:09:34.731Z[ recovery-image] Dec 03 23:09:33.882 INFO O| Dec 03 23:09:33.882 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82042024-12-03T23:09:34.734Z[ recovery-image] Dec 03 23:09:33.891 INFO O| Dec 03 23:09:33.891 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
82052024-12-03T23:09:34.734Z[ recovery-image] Dec 03 23:09:33.891 INFO O| Dec 03 23:09:33.891 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
82062024-12-03T23:09:34.734Z[ recovery-image] Dec 03 23:09:33.891 INFO O| Dec 03 23:09:33.891 INFO STEP 49 (ensure_dir) COMPLETE
82072024-12-03T23:09:34.734Z[ recovery-image] Dec 03 23:09:33.891 INFO O| Dec 03 23:09:33.891 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82082024-12-03T23:09:34.741Z[ recovery-image] Dec 03 23:09:33.901 INFO O| Dec 03 23:09:33.901 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
82092024-12-03T23:09:34.741Z[ recovery-image] Dec 03 23:09:33.901 INFO O| Dec 03 23:09:33.901 INFO copying /tmp/.tmpJya9uB/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
82102024-12-03T23:09:34.756Z[ recovery-image] Dec 03 23:09:33.916 INFO O| Dec 03 23:09:33.916 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
82112024-12-03T23:09:34.756Z[ recovery-image] Dec 03 23:09:33.916 INFO O| Dec 03 23:09:33.916 INFO ok!
82122024-12-03T23:09:34.756Z[ recovery-image] Dec 03 23:09:33.916 INFO O| Dec 03 23:09:33.916 INFO STEP 50 (ensure_file) COMPLETE
82132024-12-03T23:09:34.759Z[ recovery-image] Dec 03 23:09:33.916 INFO O| Dec 03 23:09:33.916 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82142024-12-03T23:09:34.766Z[ recovery-image] Dec 03 23:09:33.926 INFO O| Dec 03 23:09:33.926 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
82152024-12-03T23:09:34.766Z[ recovery-image] Dec 03 23:09:33.926 INFO O| Dec 03 23:09:33.926 INFO copying /tmp/.tmpJya9uB/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
82162024-12-03T23:09:35.025Z[ recovery-image] Dec 03 23:09:34.185 INFO O| Dec 03 23:09:34.185 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
82172024-12-03T23:09:35.025Z[ recovery-image] Dec 03 23:09:34.185 INFO O| Dec 03 23:09:34.185 INFO ok!
82182024-12-03T23:09:35.025Z[ recovery-image] Dec 03 23:09:34.185 INFO O| Dec 03 23:09:34.185 INFO STEP 51 (ensure_file) COMPLETE
82192024-12-03T23:09:35.025Z[ recovery-image] Dec 03 23:09:34.185 INFO O| Dec 03 23:09:34.185 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82202024-12-03T23:09:35.036Z[ recovery-image] Dec 03 23:09:34.196 INFO O| Dec 03 23:09:34.196 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
82212024-12-03T23:09:35.039Z[ recovery-image] Dec 03 23:09:34.196 INFO O| Dec 03 23:09:34.196 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
82222024-12-03T23:09:35.039Z[ recovery-image] Dec 03 23:09:34.196 INFO O| Dec 03 23:09:34.196 INFO STEP 52 (ensure_dir) COMPLETE
82232024-12-03T23:09:35.039Z[ recovery-image] Dec 03 23:09:34.196 INFO O| Dec 03 23:09:34.196 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82242024-12-03T23:09:35.047Z[ recovery-image] Dec 03 23:09:34.207 INFO O| Dec 03 23:09:34.207 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
82252024-12-03T23:09:35.050Z[ recovery-image] Dec 03 23:09:34.207 INFO O| Dec 03 23:09:34.207 INFO copying /tmp/.tmpJya9uB/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 ...
82262024-12-03T23:09:35.050Z[ recovery-image] Dec 03 23:09:34.208 INFO O| Dec 03 23:09:34.208 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
82272024-12-03T23:09:35.051Z[ recovery-image] Dec 03 23:09:34.208 INFO O| Dec 03 23:09:34.208 INFO ok!
82282024-12-03T23:09:35.051Z[ recovery-image] Dec 03 23:09:34.208 INFO O| Dec 03 23:09:34.208 INFO STEP 53 (ensure_file) COMPLETE
82292024-12-03T23:09:35.051Z[ recovery-image] Dec 03 23:09:34.208 INFO O| Dec 03 23:09:34.208 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82302024-12-03T23:09:35.068Z[ recovery-image] Dec 03 23:09:34.228 INFO O| Dec 03 23:09:34.228 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
82312024-12-03T23:09:35.068Z[ recovery-image] Dec 03 23:09:34.228 INFO O| Dec 03 23:09:34.228 INFO copying /tmp/.tmpJya9uB/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 ...
82322024-12-03T23:09:35.071Z[ recovery-image] Dec 03 23:09:34.228 INFO O| Dec 03 23:09:34.228 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
82332024-12-03T23:09:35.071Z[ recovery-image] Dec 03 23:09:34.228 INFO O| Dec 03 23:09:34.228 INFO ok!
82342024-12-03T23:09:35.071Z[ recovery-image] Dec 03 23:09:34.228 INFO O| Dec 03 23:09:34.228 INFO STEP 54 (ensure_file) COMPLETE
82352024-12-03T23:09:35.071Z[ recovery-image] Dec 03 23:09:34.228 INFO O| Dec 03 23:09:34.228 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82362024-12-03T23:09:35.083Z[ recovery-image] Dec 03 23:09:34.241 INFO O| Dec 03 23:09:34.241 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
82372024-12-03T23:09:35.083Z[ recovery-image] Dec 03 23:09:34.242 INFO O| Dec 03 23:09:34.242 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
82382024-12-03T23:09:35.083Z[ recovery-image] Dec 03 23:09:34.242 INFO O| Dec 03 23:09:34.242 INFO STEP 55 (ensure_dir) COMPLETE
82392024-12-03T23:09:35.083Z[ recovery-image] Dec 03 23:09:34.242 INFO O| Dec 03 23:09:34.242 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82402024-12-03T23:09:35.095Z[ recovery-image] Dec 03 23:09:34.254 INFO O| Dec 03 23:09:34.254 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
82412024-12-03T23:09:35.095Z[ recovery-image] Dec 03 23:09:34.254 INFO O| Dec 03 23:09:34.254 INFO copying /tmp/.tmpJya9uB/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 ...
82422024-12-03T23:09:35.095Z[ recovery-image] Dec 03 23:09:34.254 INFO O| Dec 03 23:09:34.254 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
82432024-12-03T23:09:35.095Z[ recovery-image] Dec 03 23:09:34.254 INFO O| Dec 03 23:09:34.254 INFO ok!
82442024-12-03T23:09:35.095Z[ recovery-image] Dec 03 23:09:34.255 INFO O| Dec 03 23:09:34.254 INFO STEP 56 (ensure_file) COMPLETE
82452024-12-03T23:09:35.095Z[ recovery-image] Dec 03 23:09:34.255 INFO O| Dec 03 23:09:34.254 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82462024-12-03T23:09:35.108Z[ recovery-image] Dec 03 23:09:34.267 INFO O| Dec 03 23:09:34.267 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
82472024-12-03T23:09:35.108Z[ recovery-image] Dec 03 23:09:34.267 INFO O| Dec 03 23:09:34.267 INFO copying /tmp/.tmpJya9uB/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 ...
82482024-12-03T23:09:35.108Z[ recovery-image] Dec 03 23:09:34.267 INFO O| Dec 03 23:09:34.267 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
82492024-12-03T23:09:35.108Z[ recovery-image] Dec 03 23:09:34.267 INFO O| Dec 03 23:09:34.267 INFO ok!
82502024-12-03T23:09:35.108Z[ recovery-image] Dec 03 23:09:34.268 INFO O| Dec 03 23:09:34.268 INFO STEP 57 (ensure_file) COMPLETE
82512024-12-03T23:09:35.108Z[ recovery-image] Dec 03 23:09:34.268 INFO O| Dec 03 23:09:34.268 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82522024-12-03T23:09:35.120Z[ recovery-image] Dec 03 23:09:34.280 INFO O| Dec 03 23:09:34.280 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
82532024-12-03T23:09:35.120Z[ recovery-image] Dec 03 23:09:34.280 INFO O| Dec 03 23:09:34.280 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
82542024-12-03T23:09:35.120Z[ recovery-image] Dec 03 23:09:34.280 INFO O| Dec 03 23:09:34.280 INFO STEP 58 (ensure_dir) COMPLETE
82552024-12-03T23:09:35.120Z[ recovery-image] Dec 03 23:09:34.281 INFO O| Dec 03 23:09:34.281 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82562024-12-03T23:09:35.134Z[ recovery-image] Dec 03 23:09:34.293 INFO O| Dec 03 23:09:34.293 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
82572024-12-03T23:09:35.134Z[ recovery-image] Dec 03 23:09:34.293 INFO O| Dec 03 23:09:34.293 INFO copying /tmp/.tmpJya9uB/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 ...
82582024-12-03T23:09:35.134Z[ recovery-image] Dec 03 23:09:34.293 INFO O| Dec 03 23:09:34.293 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
82592024-12-03T23:09:35.134Z[ recovery-image] Dec 03 23:09:34.293 INFO O| Dec 03 23:09:34.293 INFO ok!
82602024-12-03T23:09:35.134Z[ recovery-image] Dec 03 23:09:34.293 INFO O| Dec 03 23:09:34.293 INFO STEP 59 (ensure_file) COMPLETE
82612024-12-03T23:09:35.134Z[ recovery-image] Dec 03 23:09:34.293 INFO O| Dec 03 23:09:34.293 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82622024-12-03T23:09:35.146Z[ recovery-image] Dec 03 23:09:34.306 INFO O| Dec 03 23:09:34.306 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
82632024-12-03T23:09:35.146Z[ recovery-image] Dec 03 23:09:34.306 INFO O| Dec 03 23:09:34.306 INFO copying /tmp/.tmpJya9uB/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
82642024-12-03T23:09:35.146Z[ recovery-image] Dec 03 23:09:34.306 INFO O| Dec 03 23:09:34.306 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
82652024-12-03T23:09:35.146Z[ recovery-image] Dec 03 23:09:34.306 INFO O| Dec 03 23:09:34.306 INFO ok!
82662024-12-03T23:09:35.146Z[ recovery-image] Dec 03 23:09:34.306 INFO O| Dec 03 23:09:34.306 INFO STEP 60 (ensure_file) COMPLETE
82672024-12-03T23:09:35.146Z[ recovery-image] Dec 03 23:09:34.306 INFO O| Dec 03 23:09:34.306 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82682024-12-03T23:09:35.158Z[ recovery-image] Dec 03 23:09:34.318 INFO O| Dec 03 23:09:34.318 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
82692024-12-03T23:09:35.159Z[ recovery-image] Dec 03 23:09:34.318 INFO O| Dec 03 23:09:34.318 INFO STEP 61 (ensure_dir) COMPLETE
82702024-12-03T23:09:35.159Z[ recovery-image] Dec 03 23:09:34.318 INFO O| Dec 03 23:09:34.318 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82712024-12-03T23:09:35.171Z[ recovery-image] Dec 03 23:09:34.331 INFO O| Dec 03 23:09:34.331 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
82722024-12-03T23:09:35.171Z[ recovery-image] Dec 03 23:09:34.331 INFO O| Dec 03 23:09:34.331 INFO STEP 62 (ensure_dir) COMPLETE
82732024-12-03T23:09:35.171Z[ recovery-image] Dec 03 23:09:34.331 INFO O| Dec 03 23:09:34.331 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82742024-12-03T23:09:35.185Z[ recovery-image] Dec 03 23:09:34.344 INFO O| Dec 03 23:09:34.344 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
82752024-12-03T23:09:35.185Z[ recovery-image] Dec 03 23:09:34.344 INFO O| Dec 03 23:09:34.344 INFO STEP 63 (ensure_dir) COMPLETE
82762024-12-03T23:09:35.185Z[ recovery-image] Dec 03 23:09:34.345 INFO O| Dec 03 23:09:34.344 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82772024-12-03T23:09:35.196Z[ recovery-image] Dec 03 23:09:34.356 INFO O| Dec 03 23:09:34.356 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
82782024-12-03T23:09:35.196Z[ recovery-image] Dec 03 23:09:34.356 INFO O| Dec 03 23:09:34.356 INFO STEP 64 (ensure_dir) COMPLETE
82792024-12-03T23:09:35.196Z[ recovery-image] Dec 03 23:09:34.356 INFO O| Dec 03 23:09:34.356 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82802024-12-03T23:09:35.206Z[ recovery-image] Dec 03 23:09:34.366 INFO O| Dec 03 23:09:34.366 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
82812024-12-03T23:09:35.209Z[ recovery-image] Dec 03 23:09:34.366 INFO O| Dec 03 23:09:34.366 INFO copying /tmp/.tmpJya9uB/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
82822024-12-03T23:09:35.209Z[ recovery-image] Dec 03 23:09:34.366 INFO O| Dec 03 23:09:34.366 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
82832024-12-03T23:09:35.209Z[ recovery-image] Dec 03 23:09:34.366 INFO O| Dec 03 23:09:34.366 INFO ok!
82842024-12-03T23:09:35.209Z[ recovery-image] Dec 03 23:09:34.366 INFO O| Dec 03 23:09:34.366 INFO STEP 65 (ensure_file) COMPLETE
82852024-12-03T23:09:35.209Z[ recovery-image] Dec 03 23:09:34.366 INFO O| Dec 03 23:09:34.366 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82862024-12-03T23:09:35.217Z[ recovery-image] Dec 03 23:09:34.378 INFO O| Dec 03 23:09:34.378 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
82872024-12-03T23:09:35.221Z[ recovery-image] Dec 03 23:09:34.378 INFO O| Dec 03 23:09:34.378 INFO STEP 66 (remove_files) COMPLETE
82882024-12-03T23:09:35.221Z[ recovery-image] Dec 03 23:09:34.378 INFO O| Dec 03 23:09:34.378 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82892024-12-03T23:09:35.228Z[ recovery-image] Dec 03 23:09:34.389 INFO O| Dec 03 23:09:34.389 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
82902024-12-03T23:09:35.231Z[ recovery-image] Dec 03 23:09:34.389 INFO O| Dec 03 23:09:34.389 INFO STEP 67 (remove_files) COMPLETE
82912024-12-03T23:09:35.231Z[ recovery-image] Dec 03 23:09:34.389 INFO O| Dec 03 23:09:34.389 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82922024-12-03T23:09:35.240Z[ recovery-image] Dec 03 23:09:34.400 INFO O| Dec 03 23:09:34.400 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
82932024-12-03T23:09:35.243Z[ recovery-image] Dec 03 23:09:34.400 INFO O| Dec 03 23:09:34.400 INFO STEP 68 (remove_files) COMPLETE
82942024-12-03T23:09:35.243Z[ recovery-image] Dec 03 23:09:34.400 INFO O| Dec 03 23:09:34.400 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82952024-12-03T23:09:35.251Z[ recovery-image] Dec 03 23:09:34.411 INFO O| Dec 03 23:09:34.411 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
82962024-12-03T23:09:35.254Z[ recovery-image] Dec 03 23:09:34.412 INFO O| Dec 03 23:09:34.412 INFO STEP 69 (remove_files) COMPLETE
82972024-12-03T23:09:35.254Z[ recovery-image] Dec 03 23:09:34.412 INFO O| Dec 03 23:09:34.412 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82982024-12-03T23:09:35.263Z[ recovery-image] Dec 03 23:09:34.423 INFO O| Dec 03 23:09:34.423 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
82992024-12-03T23:09:35.266Z[ recovery-image] Dec 03 23:09:34.423 INFO O| Dec 03 23:09:34.423 INFO STEP 70 (remove_files) COMPLETE
83002024-12-03T23:09:35.266Z[ recovery-image] Dec 03 23:09:34.423 INFO O| Dec 03 23:09:34.423 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83012024-12-03T23:09:35.274Z[ recovery-image] Dec 03 23:09:34.435 INFO O| Dec 03 23:09:34.435 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
83022024-12-03T23:09:35.278Z[ recovery-image] Dec 03 23:09:34.435 INFO O| Dec 03 23:09:34.435 INFO STEP 71 (remove_files) COMPLETE
83032024-12-03T23:09:35.278Z[ recovery-image] Dec 03 23:09:34.435 INFO O| Dec 03 23:09:34.435 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83042024-12-03T23:09:35.286Z[ recovery-image] Dec 03 23:09:34.446 INFO O| Dec 03 23:09:34.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
83052024-12-03T23:09:35.286Z[ recovery-image] Dec 03 23:09:34.446 INFO O| Dec 03 23:09:34.446 INFO STEP 72 (remove_files) COMPLETE
83062024-12-03T23:09:35.289Z[ recovery-image] Dec 03 23:09:34.446 INFO O| Dec 03 23:09:34.446 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83072024-12-03T23:09:35.297Z[ recovery-image] Dec 03 23:09:34.457 INFO O| Dec 03 23:09:34.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
83082024-12-03T23:09:35.299Z[ recovery-image] Dec 03 23:09:34.457 INFO O| Dec 03 23:09:34.457 INFO STEP 73 (remove_files) COMPLETE
83092024-12-03T23:09:35.299Z[ recovery-image] Dec 03 23:09:34.457 INFO O| Dec 03 23:09:34.457 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83102024-12-03T23:09:35.308Z[ recovery-image] Dec 03 23:09:34.468 INFO O| Dec 03 23:09:34.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
83112024-12-03T23:09:35.308Z[ recovery-image] Dec 03 23:09:34.469 INFO O| Dec 03 23:09:34.469 INFO STEP 74 (remove_files) COMPLETE
83122024-12-03T23:09:35.308Z[ recovery-image] Dec 03 23:09:34.469 INFO O| Dec 03 23:09:34.469 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83132024-12-03T23:09:35.319Z[ recovery-image] Dec 03 23:09:34.479 INFO O| Dec 03 23:09:34.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
83142024-12-03T23:09:35.322Z[ recovery-image] Dec 03 23:09:34.480 INFO O| Dec 03 23:09:34.479 INFO STEP 75 (remove_files) COMPLETE
83152024-12-03T23:09:35.322Z[ recovery-image] Dec 03 23:09:34.480 INFO O| Dec 03 23:09:34.480 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83162024-12-03T23:09:35.330Z[ recovery-image] Dec 03 23:09:34.490 INFO O| Dec 03 23:09:34.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
83172024-12-03T23:09:35.330Z[ recovery-image] Dec 03 23:09:34.490 INFO O| Dec 03 23:09:34.490 INFO STEP 76 (remove_files) COMPLETE
83182024-12-03T23:09:35.333Z[ recovery-image] Dec 03 23:09:34.490 INFO O| Dec 03 23:09:34.490 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83192024-12-03T23:09:35.341Z[ recovery-image] Dec 03 23:09:34.502 INFO O| Dec 03 23:09:34.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
83202024-12-03T23:09:35.341Z[ recovery-image] Dec 03 23:09:34.502 INFO O| Dec 03 23:09:34.502 INFO STEP 77 (remove_files) COMPLETE
83212024-12-03T23:09:35.344Z[ recovery-image] Dec 03 23:09:34.502 INFO O| Dec 03 23:09:34.502 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83222024-12-03T23:09:35.353Z[ recovery-image] Dec 03 23:09:34.513 INFO O| Dec 03 23:09:34.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
83232024-12-03T23:09:35.353Z[ recovery-image] Dec 03 23:09:34.513 INFO O| Dec 03 23:09:34.513 INFO STEP 78 (remove_files) COMPLETE
83242024-12-03T23:09:35.356Z[ recovery-image] Dec 03 23:09:34.513 INFO O| Dec 03 23:09:34.513 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83252024-12-03T23:09:35.364Z[ recovery-image] Dec 03 23:09:34.524 INFO O| Dec 03 23:09:34.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
83262024-12-03T23:09:35.366Z[ recovery-image] Dec 03 23:09:34.524 INFO O| Dec 03 23:09:34.524 INFO STEP 79 (remove_files) COMPLETE
83272024-12-03T23:09:35.366Z[ recovery-image] Dec 03 23:09:34.524 INFO O| Dec 03 23:09:34.524 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83282024-12-03T23:09:35.375Z[ recovery-image] Dec 03 23:09:34.535 INFO O| Dec 03 23:09:34.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
83292024-12-03T23:09:35.375Z[ recovery-image] Dec 03 23:09:34.535 INFO O| Dec 03 23:09:34.535 INFO STEP 80 (remove_files) COMPLETE
83302024-12-03T23:09:35.375Z[ recovery-image] Dec 03 23:09:34.535 INFO O| Dec 03 23:09:34.535 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83312024-12-03T23:09:35.385Z[ recovery-image] Dec 03 23:09:34.546 INFO O| Dec 03 23:09:34.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
83322024-12-03T23:09:35.388Z[ recovery-image] Dec 03 23:09:34.546 INFO O| Dec 03 23:09:34.546 INFO STEP 81 (remove_files) COMPLETE
83332024-12-03T23:09:35.388Z[ recovery-image] Dec 03 23:09:34.546 INFO O| Dec 03 23:09:34.546 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83342024-12-03T23:09:35.396Z[ recovery-image] Dec 03 23:09:34.556 INFO O| Dec 03 23:09:34.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
83352024-12-03T23:09:35.400Z[ recovery-image] Dec 03 23:09:34.556 INFO O| Dec 03 23:09:34.556 INFO STEP 82 (remove_files) COMPLETE
83362024-12-03T23:09:35.400Z[ recovery-image] Dec 03 23:09:34.556 INFO O| Dec 03 23:09:34.556 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83372024-12-03T23:09:35.406Z[ recovery-image] Dec 03 23:09:34.567 INFO O| Dec 03 23:09:34.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
83382024-12-03T23:09:35.406Z[ recovery-image] Dec 03 23:09:34.567 INFO O| Dec 03 23:09:34.567 INFO STEP 83 (remove_files) COMPLETE
83392024-12-03T23:09:35.410Z[ recovery-image] Dec 03 23:09:34.567 INFO O| Dec 03 23:09:34.567 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83402024-12-03T23:09:35.416Z[ recovery-image] Dec 03 23:09:34.576 INFO O| Dec 03 23:09:34.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
83412024-12-03T23:09:35.419Z[ recovery-image] Dec 03 23:09:34.576 INFO O| Dec 03 23:09:34.576 INFO STEP 84 (remove_files) COMPLETE
83422024-12-03T23:09:35.419Z[ recovery-image] Dec 03 23:09:34.576 INFO O| Dec 03 23:09:34.576 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83432024-12-03T23:09:35.426Z[ recovery-image] Dec 03 23:09:34.586 INFO O| Dec 03 23:09:34.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
83442024-12-03T23:09:35.426Z[ recovery-image] Dec 03 23:09:34.586 INFO O| Dec 03 23:09:34.586 INFO STEP 85 (remove_files) COMPLETE
83452024-12-03T23:09:35.429Z[ recovery-image] Dec 03 23:09:34.586 INFO O| Dec 03 23:09:34.586 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83462024-12-03T23:09:35.435Z[ recovery-image] Dec 03 23:09:34.595 INFO O| Dec 03 23:09:34.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
83472024-12-03T23:09:35.438Z[ recovery-image] Dec 03 23:09:34.595 INFO O| Dec 03 23:09:34.595 INFO STEP 86 (remove_files) COMPLETE
83482024-12-03T23:09:35.438Z[ recovery-image] Dec 03 23:09:34.595 INFO O| Dec 03 23:09:34.595 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83492024-12-03T23:09:35.444Z[ recovery-image] Dec 03 23:09:34.605 INFO O| Dec 03 23:09:34.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
83502024-12-03T23:09:35.444Z[ recovery-image] Dec 03 23:09:34.605 INFO O| Dec 03 23:09:34.605 INFO STEP 87 (remove_files) COMPLETE
83512024-12-03T23:09:35.447Z[ recovery-image] Dec 03 23:09:34.605 INFO O| Dec 03 23:09:34.605 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83522024-12-03T23:09:35.455Z[ recovery-image] Dec 03 23:09:34.614 INFO O| Dec 03 23:09:34.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
83532024-12-03T23:09:35.455Z[ recovery-image] Dec 03 23:09:34.615 INFO O| Dec 03 23:09:34.614 INFO STEP 88 (remove_files) COMPLETE
83542024-12-03T23:09:35.455Z[ recovery-image] Dec 03 23:09:34.615 INFO O| Dec 03 23:09:34.615 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83552024-12-03T23:09:35.465Z[ recovery-image] Dec 03 23:09:34.624 INFO O| Dec 03 23:09:34.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
83562024-12-03T23:09:35.466Z[ recovery-image] Dec 03 23:09:34.624 INFO O| Dec 03 23:09:34.624 INFO STEP 89 (remove_files) COMPLETE
83572024-12-03T23:09:35.469Z[ recovery-image] Dec 03 23:09:34.624 INFO O| Dec 03 23:09:34.624 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83582024-12-03T23:09:35.474Z[ recovery-image] Dec 03 23:09:34.634 INFO O| Dec 03 23:09:34.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
83592024-12-03T23:09:35.474Z[ recovery-image] Dec 03 23:09:34.634 INFO O| Dec 03 23:09:34.634 INFO STEP 90 (remove_files) COMPLETE
83602024-12-03T23:09:35.477Z[ recovery-image] Dec 03 23:09:34.634 INFO O| Dec 03 23:09:34.634 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83612024-12-03T23:09:35.484Z[ recovery-image] Dec 03 23:09:34.644 INFO O| Dec 03 23:09:34.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
83622024-12-03T23:09:35.487Z[ recovery-image] Dec 03 23:09:34.644 INFO O| Dec 03 23:09:34.644 INFO STEP 91 (remove_files) COMPLETE
83632024-12-03T23:09:35.487Z[ recovery-image] Dec 03 23:09:34.644 INFO O| Dec 03 23:09:34.644 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83642024-12-03T23:09:35.494Z[ recovery-image] Dec 03 23:09:34.654 INFO O| Dec 03 23:09:34.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
83652024-12-03T23:09:35.494Z[ recovery-image] Dec 03 23:09:34.654 INFO O| Dec 03 23:09:34.654 INFO STEP 92 (remove_files) COMPLETE
83662024-12-03T23:09:35.494Z[ recovery-image] Dec 03 23:09:34.654 INFO O| Dec 03 23:09:34.654 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83672024-12-03T23:09:35.504Z[ recovery-image] Dec 03 23:09:34.664 INFO O| Dec 03 23:09:34.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
83682024-12-03T23:09:35.504Z[ recovery-image] Dec 03 23:09:34.664 INFO O| Dec 03 23:09:34.664 INFO STEP 93 (remove_files) COMPLETE
83692024-12-03T23:09:35.506Z[ recovery-image] Dec 03 23:09:34.664 INFO O| Dec 03 23:09:34.664 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83702024-12-03T23:09:35.514Z[ recovery-image] Dec 03 23:09:34.674 INFO O| Dec 03 23:09:34.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
83712024-12-03T23:09:35.517Z[ recovery-image] Dec 03 23:09:34.674 INFO O| Dec 03 23:09:34.674 INFO STEP 94 (remove_files) COMPLETE
83722024-12-03T23:09:35.517Z[ recovery-image] Dec 03 23:09:34.674 INFO O| Dec 03 23:09:34.674 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
83732024-12-03T23:09:35.529Z[ recovery-image] Dec 03 23:09:34.689 INFO O| Dec 03 23:09:34.689 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
83742024-12-03T23:09:35.531Z[ recovery-image] Dec 03 23:09:34.689 INFO O| Dec 03 23:09:34.689 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "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"}
83752024-12-03T23:09:35.615Z[ host-image] Dec 03 23:09:34.775 INFO O| Dec 03 23:09:34.775 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
83762024-12-03T23:09:37.591Z[ host-image] Dec 03 23:09:36.745 INFO O| Dec 03 23:09:36.745 INFO O| Planning: Solver setup ... Done
83772024-12-03T23:09:37.597Z[ host-image] Dec 03 23:09:36.749 INFO O| Dec 03 23:09:36.749 INFO O| Planning: Running solver ... Done
83782024-12-03T23:09:37.655Z[ host-image] Dec 03 23:09:36.805 INFO O| Dec 03 23:09:36.805 INFO O| Planning: Finding local manifests ... Done
83792024-12-03T23:09:37.662Z[ host-image] Dec 03 23:09:36.807 INFO O| Dec 03 23:09:36.807 INFO O| Planning: Fetching manifests: 0/6 0% complete
83802024-12-03T23:09:38.230Z[ host-image] Dec 03 23:09:37.390 INFO O| Dec 03 23:09:37.390 INFO O| Planning: Fetching manifests: 6/6 100% complete
83812024-12-03T23:09:38.262Z[ host-image] Dec 03 23:09:37.422 INFO O| Dec 03 23:09:37.422 INFO O| Planning: Package planning ... Done
83822024-12-03T23:09:38.282Z[ host-image] Dec 03 23:09:37.441 INFO O| Dec 03 23:09:37.441 INFO O| Planning: Merging actions ... Done
83832024-12-03T23:09:38.351Z[ host-image] Dec 03 23:09:37.511 INFO O| Dec 03 23:09:37.511 INFO O| Planning: Checking for conflicting actions ... Done
83842024-12-03T23:09:38.355Z[ host-image] Dec 03 23:09:37.514 INFO O| Dec 03 23:09:37.514 INFO O| Planning: Consolidating action changes ... Done
83852024-12-03T23:09:38.627Z[ host-image] Dec 03 23:09:37.785 INFO O| Dec 03 23:09:37.785 INFO O| Planning: Evaluating mediators ... Done
83862024-12-03T23:09:38.632Z[ host-image] Dec 03 23:09:37.788 INFO O| Dec 03 23:09:37.788 INFO O| Planning: Planning completed in 3.01 seconds
83872024-12-03T23:09:38.632Z[ host-image] Dec 03 23:09:37.790 INFO O| Dec 03 23:09:37.790 INFO O| Packages to install: 6
83882024-12-03T23:09:38.632Z[ host-image] Dec 03 23:09:37.790 INFO O| Dec 03 23:09:37.790 INFO O| Mediators to change: 1
83892024-12-03T23:09:38.632Z[ host-image] Dec 03 23:09:37.790 INFO O| Dec 03 23:09:37.790 INFO O| Services to change: 1
83902024-12-03T23:09:38.643Z[ host-image] Dec 03 23:09:37.803 INFO O| Dec 03 23:09:37.802 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
83912024-12-03T23:09:40.525Z[ recovery-image] Dec 03 23:09:39.685 INFO O| Dec 03 23:09:39.684 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
83922024-12-03T23:09:40.525Z[ recovery-image] Dec 03 23:09:39.685 INFO O| Dec 03 23:09:39.685 INFO E| svccfg: Loaded 67 smf(7) service descriptions
83932024-12-03T23:09:40.538Z[ recovery-image] Dec 03 23:09:39.697 INFO O| Dec 03 23:09:39.697 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"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_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"}
83942024-12-03T23:09:40.612Z[ recovery-image] Dec 03 23:09:39.771 INFO O| Dec 03 23:09:39.771 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
83952024-12-03T23:09:40.612Z[ recovery-image] Dec 03 23:09:39.771 INFO O| Dec 03 23:09:39.771 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 ...
83962024-12-03T23:09:40.615Z[ recovery-image] Dec 03 23:09:39.773 INFO O| Dec 03 23:09:39.773 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
83972024-12-03T23:09:40.615Z[ recovery-image] Dec 03 23:09:39.773 INFO O| Dec 03 23:09:39.773 INFO ok!
83982024-12-03T23:09:40.615Z[ recovery-image] Dec 03 23:09:39.773 INFO O| Dec 03 23:09:39.773 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
83992024-12-03T23:09:40.615Z[ recovery-image] Dec 03 23:09:39.773 INFO O| Dec 03 23:09:39.773 INFO STEP 95 (seed_smf) COMPLETE
84002024-12-03T23:09:40.615Z[ recovery-image] Dec 03 23:09:39.773 INFO O| Dec 03 23:09:39.773 INFO steps complete; finalising image!
84012024-12-03T23:09:40.615Z[ recovery-image] Dec 03 23:09:39.773 INFO O| Dec 03 23:09:39.773 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
84022024-12-03T23:09:40.643Z[ recovery-image] Dec 03 23:09:39.801 INFO O| Dec 03 23:09:39.801 INFO trim TEMPORARY-gimlet-zfs-recovery: (4% trimmed, started at Tue Dec 3 23:09:39 2024)
84032024-12-03T23:09:40.854Z[ recovery-image] Dec 03 23:09:40.013 INFO O| Dec 03 23:09:40.013 INFO trim TEMPORARY-gimlet-zfs-recovery: (69% trimmed, started at Tue Dec 3 23:09:39 2024)
84042024-12-03T23:09:41.075Z[ recovery-image] Dec 03 23:09:40.234 INFO O| Dec 03 23:09:40.234 INFO temporary pool has 365M used, 1.39G avail, 1.00x compressratio
84052024-12-03T23:09:41.075Z[ recovery-image] Dec 03 23:09:40.234 INFO O| Dec 03 23:09:40.234 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
84062024-12-03T23:09:41.284Z[ recovery-image] Dec 03 23:09:40.443 INFO O| Dec 03 23:09:40.443 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
84072024-12-03T23:09:41.284Z[ recovery-image] Dec 03 23:09:40.443 INFO O| Dec 03 23:09:40.443 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
84082024-12-03T23:09:44.195Z[ recovery-image] Dec 03 23:09:43.348 INFO O| Dec 03 23:09:43.348 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84092024-12-03T23:09:44.195Z[ recovery-image] Dec 03 23:09:43.348 INFO O| Dec 03 23:09:43.348 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84102024-12-03T23:09:44.206Z[ recovery-image] Dec 03 23:09:43.348 INFO O| Dec 03 23:09:43.348 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84112024-12-03T23:09:44.206Z[ recovery-image] Dec 03 23:09:43.348 INFO O| Dec 03 23:09:43.348 INFO completed processing gimlet/zfs-recovery
84122024-12-03T23:09:44.206Z[ recovery-image] Dec 03 23:09:43.348 INFO O| Dec 03 23:09:43.348 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
84132024-12-03T23:09:44.591Z[ recovery-image] Dec 03 23:09:43.750 INFO O| Dec 03 23:09:43.750 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
84142024-12-03T23:09:44.684Z[ recovery-image] Dec 03 23:09:43.843 INFO BUILD STRING "heads/stlouis-0-g4ebadf7190\n"
84152024-12-03T23:09:44.688Z[ recovery-image] Dec 03 23:09:43.843 INFO expanded image name: "recovery bd515ff/${os_short_commit} 2024-12-03 22:40" -> "recovery bd515ff/4ebadf7 2024-12-03 22:40"
84162024-12-03T23:09:44.688Z[ recovery-image] Dec 03 23:09:43.843 INFO output artefacts stored in: "/work/os-recovery"
84172024-12-03T23:09:44.688Z[ recovery-image] Dec 03 23:09:43.844 INFO collecting git info from project "pilot"...
84182024-12-03T23:09:44.700Z[ recovery-image] Dec 03 23:09:43.859 INFO collecting git info from project "chelsio-t6-roms"...
84192024-12-03T23:09:44.721Z[ recovery-image] Dec 03 23:09:43.880 INFO collecting git info from project "amd-firmware"...
84202024-12-03T23:09:44.876Z[ recovery-image] Dec 03 23:09:44.035 INFO collecting git info from project "amd-host-image-builder"...
84212024-12-03T23:09:45.162Z[ recovery-image] Dec 03 23:09:44.319 INFO collecting git info from project "phbl"...
84222024-12-03T23:09:45.169Z[ recovery-image] Dec 03 23:09:44.326 INFO collecting git info from project "bootserver"...
84232024-12-03T23:09:45.175Z[ recovery-image] Dec 03 23:09:44.330 INFO collecting git info from project "image-builder"...
84242024-12-03T23:09:45.180Z[ recovery-image] Dec 03 23:09:44.336 INFO collecting git info from project "pinprick"...
84252024-12-03T23:09:45.184Z[ host-image] Dec 03 23:09:44.340 INFO O| Dec 03 23:09:44.340 INFO O| Download: 213/1140 items 1.3/8.4MB 15% complete (375k/s)
84262024-12-03T23:09:45.184Z[ recovery-image] Dec 03 23:09:44.341 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
84272024-12-03T23:09:45.535Z[ recovery-image] Dec 03 23:09:44.693 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
84282024-12-03T23:09:45.890Z[ recovery-image] Dec 03 23:09:45.038 INFO creating Oxide boot image...
84292024-12-03T23:09:45.902Z[ recovery-image] Dec 03 23:09:45.038 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery bd515ff/4ebadf7 2024-12-03 22:40", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
84302024-12-03T23:09:51.637Z[ host-image] Dec 03 23:09:50.793 INFO O| Dec 03 23:09:50.793 INFO O| Download: 214/1140 items 1.3/8.4MB 15% complete (364k/s)
84312024-12-03T23:09:56.637Z[ host-image] Dec 03 23:09:55.793 INFO O| Dec 03 23:09:55.793 INFO O| Download: 380/1140 items 2.5/8.4MB 29% complete (242k/s)
84322024-12-03T23:10:01.654Z[ host-image] Dec 03 23:10:00.810 INFO O| Dec 03 23:10:00.810 INFO O| Download: 824/1140 items 3.2/8.4MB 37% complete (189k/s)
84332024-12-03T23:10:07.513Z[ host-image] Dec 03 23:10:06.668 INFO O| Dec 03 23:10:06.668 INFO O| Download: 1113/1140 items 6.5/8.4MB 77% complete (390k/s)
84342024-12-03T23:10:16.636Z[ host-image] Dec 03 23:10:15.789 INFO O| Dec 03 23:10:15.789 INFO O| Download: 1115/1140 items 6.6/8.4MB 78% complete (384k/s)
84352024-12-03T23:10:30.803Z[ host-image] Dec 03 23:10:29.775 INFO O| Dec 03 23:10:29.775 INFO O| Download: 1117/1140 items 6.6/8.4MB 78% complete
84362024-12-03T23:10:31.220Z[ host-image] Dec 03 23:10:30.370 INFO O| Dec 03 23:10:30.370 INFO O| Download: Completed 8.42 MB in 52.57 seconds (163k/s)
84372024-12-03T23:10:31.274Z[ host-image] Dec 03 23:10:30.425 INFO O| Dec 03 23:10:30.425 INFO O| Actions: 1/1361 actions (Installing new actions)
84382024-12-03T23:10:31.675Z[ host-image] Dec 03 23:10:30.826 INFO O| Dec 03 23:10:30.826 INFO O| Actions: Completed 1361 actions in 0.40 seconds.
84392024-12-03T23:10:32.001Z[ host-image] Dec 03 23:10:31.151 INFO O| Dec 03 23:10:31.151 INFO O| Done
84402024-12-03T23:10:32.001Z[ host-image] Dec 03 23:10:31.151 INFO O| Dec 03 23:10:31.151 INFO O| Done
84412024-12-03T23:10:32.505Z[ host-image] Dec 03 23:10:31.656 INFO O| Dec 03 23:10:31.656 INFO O| Done
84422024-12-03T23:10:33.685Z[ host-image] Dec 03 23:10:32.835 INFO O| Dec 03 23:10:32.835 INFO O| Done
84432024-12-03T23:10:33.707Z[ host-image] Dec 03 23:10:32.858 INFO O| Dec 03 23:10:32.858 INFO O| Done
84442024-12-03T23:10:33.710Z[ host-image] Dec 03 23:10:32.858 INFO O| Dec 03 23:10:32.858 INFO O| Done
84452024-12-03T23:10:33.756Z[ host-image] Dec 03 23:10:32.893 INFO O| Dec 03 23:10:32.893 INFO O| Done
84462024-12-03T23:10:33.845Z[ host-image] Dec 03 23:10:32.996 INFO O| Dec 03 23:10:32.996 INFO STEP 13 (pkg_install) COMPLETE
84472024-12-03T23:10:33.845Z[ host-image] Dec 03 23:10:32.996 INFO O| Dec 03 23:10:32.996 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
84482024-12-03T23:10:33.856Z[ host-image] Dec 03 23:10:33.007 INFO O| Dec 03 23:10:33.007 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"]
84492024-12-03T23:10:34.365Z[ host-image] Dec 03 23:10:33.516 INFO O| Dec 03 23:10:33.516 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
84502024-12-03T23:10:35.923Z[ recovery-image] Dec 03 23:10:35.074 INFO O| ok, image written!
84512024-12-03T23:10:35.928Z[ recovery-image] Dec 03 23:10:35.074 INFO O| ok, boot_image_csum file written!
84522024-12-03T23:10:35.931Z[ recovery-image] Dec 03 23:10:35.078 INFO creating boot archive (CPIO)...
84532024-12-03T23:10:35.931Z[ recovery-image] Dec 03 23:10:35.078 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
84542024-12-03T23:10:35.936Z[ recovery-image] Dec 03 23:10:35.087 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
84552024-12-03T23:10:35.939Z[ recovery-image] Dec 03 23:10:35.087 INFO E| + outfile=/work/os-recovery/cpio
84562024-12-03T23:10:35.939Z[ recovery-image] Dec 03 23:10:35.087 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
84572024-12-03T23:10:35.939Z[ recovery-image] Dec 03 23:10:35.089 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
84582024-12-03T23:10:35.939Z[ recovery-image] Dec 03 23:10:35.089 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
84592024-12-03T23:10:35.970Z[ recovery-image] Dec 03 23:10:35.120 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
84602024-12-03T23:10:35.970Z[ recovery-image] Dec 03 23:10:35.120 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
84612024-12-03T23:10:35.978Z[ recovery-image] Dec 03 23:10:35.127 INFO creating compressed cpio/unix for nanobl-rs...
84622024-12-03T23:10:35.978Z[ recovery-image] Dec 03 23:10:35.127 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
84632024-12-03T23:10:36.266Z[ recovery-image] Dec 03 23:10:35.415 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
84642024-12-03T23:10:36.332Z[ host-image] Dec 03 23:10:35.483 INFO O| Dec 03 23:10:35.483 INFO O| Planning: Solver setup ... Done
84652024-12-03T23:10:36.336Z[ host-image] Dec 03 23:10:35.487 INFO O| Dec 03 23:10:35.487 INFO O| Planning: Running solver ... Done
84662024-12-03T23:10:36.394Z[ host-image] Dec 03 23:10:35.544 INFO O| Dec 03 23:10:35.544 INFO O| Planning: Finding local manifests ... Done
84672024-12-03T23:10:36.396Z[ host-image] Dec 03 23:10:35.545 INFO O| Dec 03 23:10:35.545 INFO O| Planning: Fetching manifests: 0/1 0% complete
84682024-12-03T23:10:37.728Z[ host-image] Dec 03 23:10:36.878 INFO O| Dec 03 23:10:36.878 INFO O| Planning: Fetching manifests: 1/1 100% complete
84692024-12-03T23:10:37.746Z[ host-image] Dec 03 23:10:36.897 INFO O| Dec 03 23:10:36.897 INFO O| Planning: Package planning ... Done
84702024-12-03T23:10:37.749Z[ host-image] Dec 03 23:10:36.897 INFO O| Dec 03 23:10:36.897 INFO O| Planning: Merging actions ... Done
84712024-12-03T23:10:37.824Z[ host-image] Dec 03 23:10:36.964 INFO O| Dec 03 23:10:36.964 INFO O| Planning: Checking for conflicting actions ... Done
84722024-12-03T23:10:37.828Z[ host-image] Dec 03 23:10:36.965 INFO O| Dec 03 23:10:36.965 INFO O| Planning: Consolidating action changes ... Done
84732024-12-03T23:10:37.993Z[ host-image] Dec 03 23:10:37.144 INFO O| Dec 03 23:10:37.144 INFO O| Planning: Evaluating mediators ... Done
84742024-12-03T23:10:37.999Z[ host-image] Dec 03 23:10:37.144 INFO O| Dec 03 23:10:37.144 INFO O| Planning: Planning completed in 3.63 seconds
84752024-12-03T23:10:37.999Z[ host-image] Dec 03 23:10:37.146 INFO O| Dec 03 23:10:37.146 INFO O| Packages to install: 1
84762024-12-03T23:10:38.006Z[ host-image] Dec 03 23:10:37.156 INFO O| Dec 03 23:10:37.156 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
84772024-12-03T23:10:40.626Z[ recovery-image] Dec 03 23:10:39.776 INFO creating reset image...
84782024-12-03T23:10:40.628Z[ recovery-image] Dec 03 23:10:39.776 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
84792024-12-03T23:10:40.876Z[ recovery-image] Dec 03 23:10:40.017 INFO E| Updating crates.io index
84802024-12-03T23:10:40.971Z[ recovery-image] Dec 03 23:10:40.121 INFO E| Downloading crates ...
84812024-12-03T23:10:41.047Z[ recovery-image] Dec 03 23:10:40.196 INFO E| Downloaded shared_child v1.0.1
84822024-12-03T23:10:41.057Z[ recovery-image] Dec 03 23:10:40.205 INFO E| Downloaded clap_derive v4.5.13
84832024-12-03T23:10:41.060Z[ recovery-image] Dec 03 23:10:40.208 INFO E| Downloaded os_pipe v1.2.1
84842024-12-03T23:10:41.072Z[ recovery-image] Dec 03 23:10:40.222 INFO E| Downloaded duct v0.13.7
84852024-12-03T23:10:41.080Z[ recovery-image] Dec 03 23:10:40.230 INFO E| Downloaded clap_builder v4.5.17
84862024-12-03T23:10:41.088Z[ recovery-image] Dec 03 23:10:40.238 INFO E| Downloaded clap v4.5.17
84872024-12-03T23:10:41.103Z[ recovery-image] Dec 03 23:10:40.253 INFO E| Downloaded syn v2.0.77
84882024-12-03T23:10:41.133Z[ recovery-image] Dec 03 23:10:40.283 INFO E| Downloaded libc v0.2.158
84892024-12-03T23:10:41.200Z[ recovery-image] Dec 03 23:10:40.350 INFO E| Compiling proc-macro2 v1.0.86
84902024-12-03T23:10:41.201Z[ recovery-image] Dec 03 23:10:40.350 INFO E| Compiling unicode-ident v1.0.13
84912024-12-03T23:10:41.201Z[ recovery-image] Dec 03 23:10:40.350 INFO E| Compiling libc v0.2.158
84922024-12-03T23:10:41.204Z[ recovery-image] Dec 03 23:10:40.350 INFO E| Compiling utf8parse v0.2.2
84932024-12-03T23:10:41.204Z[ recovery-image] Dec 03 23:10:40.351 INFO E| Compiling colorchoice v1.0.2
84942024-12-03T23:10:41.204Z[ recovery-image] Dec 03 23:10:40.351 INFO E| Compiling anstyle v1.0.8
84952024-12-03T23:10:41.207Z[ recovery-image] Dec 03 23:10:40.354 INFO E| Compiling anstyle-query v1.1.1
84962024-12-03T23:10:41.208Z[ recovery-image] Dec 03 23:10:40.354 INFO E| Compiling is_terminal_polyfill v1.70.1
84972024-12-03T23:10:41.353Z[ host-image] Dec 03 23:10:40.503 INFO O| Dec 03 23:10:40.503 INFO O| Download: Completed 9.99 MB in 3.35 seconds (3.0M/s)
84982024-12-03T23:10:41.402Z[ host-image] Dec 03 23:10:40.551 INFO O| Dec 03 23:10:40.550 INFO O| Actions: 1/22 actions (Installing new actions)
84992024-12-03T23:10:41.404Z[ recovery-image] Dec 03 23:10:40.553 INFO E| Compiling anstyle-parse v0.2.5
85002024-12-03T23:10:41.429Z[ recovery-image] Dec 03 23:10:40.574 INFO E| Compiling heck v0.5.0
85012024-12-03T23:10:41.469Z[ recovery-image] Dec 03 23:10:40.614 INFO E| Compiling clap_lex v0.7.2
85022024-12-03T23:10:41.469Z[ recovery-image] Dec 03 23:10:40.614 INFO E| Compiling strsim v0.11.1
85032024-12-03T23:10:41.509Z[ recovery-image] Dec 03 23:10:40.659 INFO E| Compiling once_cell v1.19.0
85042024-12-03T23:10:41.761Z[ host-image] Dec 03 23:10:40.910 INFO O| Dec 03 23:10:40.910 INFO O| Actions: Completed 22 actions in 0.36 seconds.
85052024-12-03T23:10:41.832Z[ recovery-image] Dec 03 23:10:40.978 INFO E| Compiling anstream v0.6.15
85062024-12-03T23:10:42.195Z[ recovery-image] Dec 03 23:10:41.344 INFO E| Compiling clap_builder v4.5.17
85072024-12-03T23:10:42.352Z[ host-image] Dec 03 23:10:41.502 INFO O| Dec 03 23:10:41.502 INFO O| Done
85082024-12-03T23:10:42.352Z[ host-image] Dec 03 23:10:41.502 INFO O| Dec 03 23:10:41.502 INFO O| Done
85092024-12-03T23:10:42.469Z[ recovery-image] Dec 03 23:10:41.619 INFO E| Compiling os_pipe v1.2.1
85102024-12-03T23:10:42.469Z[ recovery-image] Dec 03 23:10:41.619 INFO E| Compiling shared_child v1.0.1
85112024-12-03T23:10:42.597Z[ recovery-image] Dec 03 23:10:41.746 INFO E| Compiling duct v0.13.7
85122024-12-03T23:10:42.723Z[ recovery-image] Dec 03 23:10:41.873 INFO E| Compiling quote v1.0.37
85132024-12-03T23:10:43.021Z[ recovery-image] Dec 03 23:10:42.171 INFO E| Compiling syn v2.0.77
85142024-12-03T23:10:43.221Z[ host-image] Dec 03 23:10:42.371 INFO O| Dec 03 23:10:42.371 INFO O| Done
85152024-12-03T23:10:44.490Z[ host-image] Dec 03 23:10:43.640 INFO O| Dec 03 23:10:43.640 INFO O| Done
85162024-12-03T23:10:44.515Z[ host-image] Dec 03 23:10:43.665 INFO O| Dec 03 23:10:43.665 INFO O| Done
85172024-12-03T23:10:44.515Z[ host-image] Dec 03 23:10:43.665 INFO O| Dec 03 23:10:43.665 INFO O| Done
85182024-12-03T23:10:44.525Z[ host-image] Dec 03 23:10:43.674 INFO O| Dec 03 23:10:43.674 INFO O| Done
85192024-12-03T23:10:44.644Z[ host-image] Dec 03 23:10:43.792 INFO O| Dec 03 23:10:43.790 INFO STEP 14 (pkg_install) COMPLETE
85202024-12-03T23:10:44.644Z[ host-image] Dec 03 23:10:43.792 INFO O| Dec 03 23:10:43.791 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
85212024-12-03T23:10:44.644Z[ host-image] Dec 03 23:10:43.792 INFO O| Dec 03 23:10:43.791 INFO skip step because feature "mfg" is not enabled
85222024-12-03T23:10:44.644Z[ host-image] Dec 03 23:10:43.792 INFO O| Dec 03 23:10:43.791 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
85232024-12-03T23:10:44.644Z[ host-image] Dec 03 23:10:43.792 INFO O| Dec 03 23:10:43.791 INFO skip step because feature "compliance" is not enabled
85242024-12-03T23:10:44.644Z[ host-image] Dec 03 23:10:43.792 INFO O| Dec 03 23:10:43.791 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
85252024-12-03T23:10:44.644Z[ host-image] Dec 03 23:10:43.792 INFO O| Dec 03 23:10:43.791 INFO skip step because feature "stress" is not enabled
85262024-12-03T23:10:44.644Z[ host-image] Dec 03 23:10:43.792 INFO O| Dec 03 23:10:43.791 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
85272024-12-03T23:10:44.644Z[ host-image] Dec 03 23:10:43.792 INFO O| Dec 03 23:10:43.791 INFO skip step because feature "nfs" is not enabled
85282024-12-03T23:10:44.644Z[ host-image] Dec 03 23:10:43.792 INFO O| Dec 03 23:10:43.791 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
85292024-12-03T23:10:44.644Z[ host-image] Dec 03 23:10:43.792 INFO O| Dec 03 23:10:43.791 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
85302024-12-03T23:10:44.865Z[ host-image] Dec 03 23:10:44.014 INFO O| Dec 03 23:10:44.014 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
85312024-12-03T23:10:44.926Z[ host-image] Dec 03 23:10:44.075 INFO O| Dec 03 23:10:44.075 INFO completed processing gimlet/ramdisk-01-os
85322024-12-03T23:10:44.928Z[ host-image] Dec 03 23:10:44.077 INFO omicron1 baseline generation...
85332024-12-03T23:10:44.928Z[ host-image] Dec 03 23:10:44.077 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
85342024-12-03T23:10:45.446Z[ host-image] Dec 03 23:10:44.595 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23046:20241128T143803Z
85352024-12-03T23:10:46.924Z[ recovery-image] Dec 03 23:10:46.072 INFO E| Compiling clap_derive v4.5.13
85362024-12-03T23:10:48.751Z[ recovery-image] Dec 03 23:10:47.899 INFO E| Compiling clap v4.5.17
85372024-12-03T23:10:48.806Z[ recovery-image] Dec 03 23:10:47.953 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
85382024-12-03T23:10:49.782Z[ recovery-image] Dec 03 23:10:48.931 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.08s
85392024-12-03T23:10:49.793Z[ recovery-image] Dec 03 23:10:48.942 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
85402024-12-03T23:10:49.937Z[ recovery-image] Dec 03 23:10:49.086 INFO E| Updating crates.io index
85412024-12-03T23:10:50.105Z[ recovery-image] Dec 03 23:10:49.253 INFO E| Downloading crates ...
85422024-12-03T23:10:50.162Z[ recovery-image] Dec 03 23:10:49.310 INFO E| Downloaded bit_field v0.10.2
85432024-12-03T23:10:50.167Z[ recovery-image] Dec 03 23:10:49.316 INFO E| Downloaded bitstruct_derive v0.1.0
85442024-12-03T23:10:50.170Z[ recovery-image] Dec 03 23:10:49.316 INFO E| Downloaded bitstruct v0.1.1
85452024-12-03T23:10:50.170Z[ recovery-image] Dec 03 23:10:49.318 INFO E| Downloaded cpio_reader v0.1.1
85462024-12-03T23:10:50.176Z[ recovery-image] Dec 03 23:10:49.324 INFO E| Downloaded seq-macro v0.3.5
85472024-12-03T23:10:50.180Z[ recovery-image] Dec 03 23:10:49.329 INFO E| Downloaded raw-cpuid v10.7.0
85482024-12-03T23:10:50.211Z[ recovery-image] Dec 03 23:10:49.359 INFO E| Downloaded syn v2.0.85
85492024-12-03T23:10:50.336Z[ recovery-image] Dec 03 23:10:49.484 INFO E| Downloaded x86 v0.52.0
85502024-12-03T23:10:50.390Z[ recovery-image] Dec 03 23:10:49.538 INFO E| Updating crates.io index
85512024-12-03T23:10:50.458Z[ recovery-image] Dec 03 23:10:49.605 INFO E| Downloading crates ...
85522024-12-03T23:10:50.531Z[ recovery-image] Dec 03 23:10:49.680 INFO E| Downloaded compiler_builtins v0.1.134
85532024-12-03T23:10:50.598Z[ recovery-image] Dec 03 23:10:49.747 INFO E| Compiling compiler_builtins v0.1.134
85542024-12-03T23:10:50.598Z[ recovery-image] Dec 03 23:10:49.747 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)
85552024-12-03T23:10:50.598Z[ recovery-image] Dec 03 23:10:49.747 INFO E| Compiling proc-macro2 v1.0.89
85562024-12-03T23:10:50.601Z[ recovery-image] Dec 03 23:10:49.747 INFO E| Compiling unicode-ident v1.0.13
85572024-12-03T23:10:50.601Z[ recovery-image] Dec 03 23:10:49.747 INFO E| Compiling syn v1.0.109
85582024-12-03T23:10:50.601Z[ recovery-image] Dec 03 23:10:49.747 INFO E| Compiling x86 v0.52.0
85592024-12-03T23:10:50.601Z[ recovery-image] Dec 03 23:10:49.747 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
85602024-12-03T23:10:50.601Z[ recovery-image] Dec 03 23:10:49.747 INFO E| Compiling seq-macro v0.3.5
85612024-12-03T23:10:51.749Z[ recovery-image] Dec 03 23:10:50.897 INFO E| Compiling quote v1.0.37
85622024-12-03T23:10:52.005Z[ recovery-image] Dec 03 23:10:51.153 INFO E| Compiling syn v2.0.85
85632024-12-03T23:10:54.461Z[ recovery-image] Dec 03 23:10:53.609 INFO E| Compiling scroll_derive v0.12.0
85642024-12-03T23:10:56.646Z[ recovery-image] Dec 03 23:10:55.793 INFO E| Compiling bitstruct_derive v0.1.0
85652024-12-03T23:11:08.678Z[ recovery-image] Dec 03 23:11:07.823 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)
85662024-12-03T23:11:10.385Z[ recovery-image] Dec 03 23:11:09.531 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)
85672024-12-03T23:11:13.571Z[ recovery-image] Dec 03 23:11:12.716 INFO E| Compiling bitflags v1.3.2
85682024-12-03T23:11:13.571Z[ recovery-image] Dec 03 23:11:12.716 INFO E| Compiling scroll v0.12.0
85692024-12-03T23:11:13.572Z[ recovery-image] Dec 03 23:11:12.716 INFO E| Compiling log v0.4.22
85702024-12-03T23:11:13.572Z[ recovery-image] Dec 03 23:11:12.716 INFO E| Compiling plain v0.2.3
85712024-12-03T23:11:13.574Z[ recovery-image] Dec 03 23:11:12.716 INFO E| Compiling adler2 v2.0.0
85722024-12-03T23:11:13.574Z[ recovery-image] Dec 03 23:11:12.716 INFO E| Compiling bit_field v0.10.2
85732024-12-03T23:11:13.574Z[ recovery-image] Dec 03 23:11:12.716 INFO E| Compiling bitstruct v0.1.1
85742024-12-03T23:11:13.659Z[ recovery-image] Dec 03 23:11:12.803 INFO E| Compiling raw-cpuid v10.7.0
85752024-12-03T23:11:13.673Z[ recovery-image] Dec 03 23:11:12.817 INFO E| Compiling cpio_reader v0.1.1
85762024-12-03T23:11:13.727Z[ recovery-image] Dec 03 23:11:12.872 INFO E| Compiling miniz_oxide v0.8.0
85772024-12-03T23:11:13.864Z[ recovery-image] Dec 03 23:11:13.008 INFO E| Compiling static_assertions v1.1.0
85782024-12-03T23:11:14.034Z[ recovery-image] Dec 03 23:11:13.178 INFO E| Compiling goblin v0.8.2
85792024-12-03T23:11:19.484Z[ recovery-image] Dec 03 23:11:18.628 INFO E| Finished `release` profile [optimized] target(s) in 29.67s
85802024-12-03T23:11:19.506Z[ recovery-image] Dec 03 23:11:18.650 INFO building host image...
85812024-12-03T23:11:19.509Z[ recovery-image] Dec 03 23:11:18.651 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")
85822024-12-03T23:11:20.006Z[ recovery-image] Dec 03 23:11:19.148 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
85832024-12-03T23:11:21.412Z[ recovery-image] Dec 03 23:11:20.555 INFO image complete! materials are in "/work/os-recovery"
85842024-12-03T23:11:21.415Z[ recovery-image]
85852024-12-03T23:11:21.415Z[ recovery-image] real 7:59.753563600
85862024-12-03T23:11:21.415Z[ recovery-image] user 5:34.862379850
85872024-12-03T23:11:21.415Z[ recovery-image] sys 44.842172087
85882024-12-03T23:11:21.415Z[ recovery-image] trap 0.180834449
85892024-12-03T23:11:21.415Z[ recovery-image] tflt 0.206171752
85902024-12-03T23:11:21.415Z[ recovery-image] dflt 0.918858005
85912024-12-03T23:11:21.415Z[ recovery-image] kflt 0.000062403
85922024-12-03T23:11:21.415Z[ recovery-image] lock 16:36.784426736
85932024-12-03T23:11:21.415Z[ recovery-image] slp 48:17.585946883
85942024-12-03T23:11:21.415Z[ recovery-image] lat 1:26.472741741
85952024-12-03T23:11:21.415Z[ recovery-image] stop 4.876419272
85962024-12-03T23:11:21.415ZDec 03 23:11:20.558 INFO [recovery-image] process exited with exit status: 0 (479.908060928s)
85972024-12-03T23:11:36.987Z[ host-image] Dec 03 23:11:36.127 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23046:20241128T143835Z
85982024-12-03T23:11:36.987Z[ host-image] Dec 03 23:11:36.127 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23046:20241128T143836Z
85992024-12-03T23:11:36.990Z[ host-image] Dec 03 23:11:36.127 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
86002024-12-03T23:11:36.990Z[ host-image] Dec 03 23:11:36.127 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
86012024-12-03T23:11:36.990Z[ host-image] Dec 03 23:11:36.127 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
86022024-12-03T23:11:36.991Z[ host-image] Dec 03 23:11:36.128 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
86032024-12-03T23:11:36.991Z[ host-image] Dec 03 23:11:36.128 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
86042024-12-03T23:11:36.991Z[ host-image] Dec 03 23:11:36.129 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
86052024-12-03T23:11:36.991Z[ host-image] Dec 03 23:11:36.129 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
86062024-12-03T23:11:36.991Z[ host-image] Dec 03 23:11:36.129 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
86072024-12-03T23:11:36.991Z[ host-image] Dec 03 23:11:36.129 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23046:20241128T143836Z
86082024-12-03T23:11:36.991Z[ host-image] Dec 03 23:11:36.130 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23046:20241128T143837Z
86092024-12-03T23:11:36.996Z[ host-image] Dec 03 23:11:36.131 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23046:20241128T143837Z
86102024-12-03T23:11:36.996Z[ host-image] Dec 03 23:11:36.132 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23046:20241128T143837Z
86112024-12-03T23:11:36.996Z[ host-image] Dec 03 23:11:36.132 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
86122024-12-03T23:11:36.996Z[ host-image] Dec 03 23:11:36.133 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23046:20241128T143837Z
86132024-12-03T23:11:36.997Z[ host-image] Dec 03 23:11:36.133 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23046:20241128T143837Z
86142024-12-03T23:11:36.997Z[ host-image] Dec 03 23:11:36.133 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23046:20241128T143837Z
86152024-12-03T23:11:36.997Z[ host-image] Dec 03 23:11:36.133 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23046:20241128T143837Z
86162024-12-03T23:11:36.997Z[ host-image] Dec 03 23:11:36.134 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23046:20241128T143838Z
86172024-12-03T23:11:36.997Z[ host-image] Dec 03 23:11:36.134 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23046:20241128T143838Z
86182024-12-03T23:11:36.997Z[ host-image] Dec 03 23:11:36.134 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23046:20241128T143839Z
86192024-12-03T23:11:36.997Z[ host-image] Dec 03 23:11:36.134 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23046:20241128T143839Z
86202024-12-03T23:11:36.997Z[ host-image] Dec 03 23:11:36.134 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23046:20241128T143840Z
86212024-12-03T23:11:36.997Z[ host-image] Dec 03 23:11:36.134 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23046:20241128T143840Z
86222024-12-03T23:11:36.997Z[ host-image] Dec 03 23:11:36.135 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23046:20241128T143841Z
86232024-12-03T23:11:36.997Z[ host-image] Dec 03 23:11:36.135 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23046:20241128T143841Z
86242024-12-03T23:11:36.997Z[ host-image] Dec 03 23:11:36.135 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23046:20241128T143842Z
86252024-12-03T23:11:37.000Z[ host-image] Dec 03 23:11:36.135 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23046:20241128T143843Z
86262024-12-03T23:11:37.000Z[ host-image] Dec 03 23:11:36.135 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.311:20241203T104954Z
86272024-12-03T23:11:37.000Z[ host-image] Dec 03 23:11:36.135 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23046:20241128T143844Z
86282024-12-03T23:11:37.000Z[ host-image] Dec 03 23:11:36.135 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23046:20241128T143846Z
86292024-12-03T23:11:37.000Z[ host-image] Dec 03 23:11:36.135 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23046:20241128T143847Z
86302024-12-03T23:11:37.000Z[ host-image] Dec 03 23:11:36.135 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23046:20241128T143848Z
86312024-12-03T23:11:37.000Z[ host-image] Dec 03 23:11:36.137 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23046:20241128T143849Z
86322024-12-03T23:11:37.000Z[ host-image] Dec 03 23:11:36.137 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23046:20241128T143849Z
86332024-12-03T23:11:37.004Z[ host-image] Dec 03 23:11:36.146 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
86342024-12-03T23:11:37.007Z[ host-image] Dec 03 23:11:36.146 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23046:20241128T143849Z
86352024-12-03T23:11:37.007Z[ host-image] Dec 03 23:11:36.146 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z
86362024-12-03T23:11:37.007Z[ host-image] Dec 03 23:11:36.146 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
86372024-12-03T23:11:37.007Z[ host-image] Dec 03 23:11:36.147 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
86382024-12-03T23:11:37.007Z[ host-image] Dec 03 23:11:36.147 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23046:20241128T143850Z
86392024-12-03T23:11:37.007Z[ host-image] Dec 03 23:11:36.147 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
86402024-12-03T23:11:37.007Z[ host-image] Dec 03 23:11:36.148 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
86412024-12-03T23:11:37.010Z[ host-image] Dec 03 23:11:36.149 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
86422024-12-03T23:11:37.010Z[ host-image] Dec 03 23:11:36.149 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
86432024-12-03T23:11:37.031Z[ host-image] Dec 03 23:11:36.161 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
86442024-12-03T23:11:37.040Z[ host-image] Dec 03 23:11:36.161 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
86452024-12-03T23:11:37.040Z[ host-image] Dec 03 23:11:36.161 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
86462024-12-03T23:11:37.040Z[ host-image] Dec 03 23:11:36.162 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
86472024-12-03T23:11:37.040Z[ host-image] Dec 03 23:11:36.162 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
86482024-12-03T23:11:37.040Z[ host-image] Dec 03 23:11:36.163 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
86492024-12-03T23:11:37.061Z[ host-image] Dec 03 23:11:36.198 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
86502024-12-03T23:11:37.063Z[ host-image] Dec 03 23:11:36.199 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
86512024-12-03T23:11:37.064Z[ host-image] Dec 03 23:11:36.199 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
86522024-12-03T23:11:37.064Z[ host-image] Dec 03 23:11:36.200 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23046:20241128T143851Z
86532024-12-03T23:11:37.064Z[ host-image] Dec 03 23:11:36.200 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23046:20241128T143857Z
86542024-12-03T23:11:37.064Z[ host-image] Dec 03 23:11:36.200 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
86552024-12-03T23:11:37.064Z[ host-image] Dec 03 23:11:36.200 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23046:20241128T143858Z
86562024-12-03T23:11:37.064Z[ host-image] Dec 03 23:11:36.200 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
86572024-12-03T23:11:37.064Z[ host-image] Dec 03 23:11:36.201 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
86582024-12-03T23:11:37.064Z[ host-image] Dec 03 23:11:36.201 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
86592024-12-03T23:11:37.064Z[ host-image] Dec 03 23:11:36.201 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23046:20241128T143858Z
86602024-12-03T23:11:37.064Z[ host-image] Dec 03 23:11:36.201 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
86612024-12-03T23:11:37.067Z[ host-image] Dec 03 23:11:36.205 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
86622024-12-03T23:11:37.067Z[ host-image] Dec 03 23:11:36.205 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
86632024-12-03T23:11:37.067Z[ host-image] Dec 03 23:11:36.205 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
86642024-12-03T23:11:37.067Z[ host-image] Dec 03 23:11:36.206 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23046:20241128T143858Z
86652024-12-03T23:11:37.067Z[ host-image] Dec 03 23:11:36.206 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
86662024-12-03T23:11:37.079Z[ host-image] Dec 03 23:11:36.221 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
86672024-12-03T23:11:37.082Z[ host-image] Dec 03 23:11:36.221 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23046:20241128T143859Z
86682024-12-03T23:11:37.082Z[ host-image] Dec 03 23:11:36.223 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23046:20241128T143859Z
86692024-12-03T23:11:37.086Z[ host-image] Dec 03 23:11:36.223 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23046:20241128T143859Z
86702024-12-03T23:11:37.086Z[ host-image] Dec 03 23:11:36.223 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
86712024-12-03T23:11:37.086Z[ host-image] Dec 03 23:11:36.224 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23046:20241128T143900Z
86722024-12-03T23:11:37.086Z[ host-image] Dec 03 23:11:36.224 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23046:20241128T143901Z
86732024-12-03T23:11:37.086Z[ host-image] Dec 03 23:11:36.225 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23046:20241128T143901Z
86742024-12-03T23:11:37.086Z[ host-image] Dec 03 23:11:36.225 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23046:20241128T143901Z
86752024-12-03T23:11:37.088Z[ host-image] Dec 03 23:11:36.229 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
86762024-12-03T23:11:37.088Z[ host-image] Dec 03 23:11:36.229 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23046:20241128T143901Z
86772024-12-03T23:11:37.092Z[ host-image] Dec 03 23:11:36.230 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23046:20241128T143902Z
86782024-12-03T23:11:37.092Z[ host-image] Dec 03 23:11:36.230 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
86792024-12-03T23:11:37.092Z[ host-image] Dec 03 23:11:36.230 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23046:20241128T143903Z
86802024-12-03T23:11:37.092Z[ host-image] Dec 03 23:11:36.230 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23046:20241128T143903Z
86812024-12-03T23:11:37.092Z[ host-image] Dec 03 23:11:36.230 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.10.24-2.0.23046:20241128T143903Z
86822024-12-03T23:11:37.092Z[ host-image] Dec 03 23:11:36.231 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23046:20241128T143903Z
86832024-12-03T23:11:37.098Z[ host-image] Dec 03 23:11:36.239 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23046:20241128T143903Z
86842024-12-03T23:11:37.098Z[ host-image] Dec 03 23:11:36.239 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
86852024-12-03T23:11:37.103Z[ host-image] Dec 03 23:11:36.241 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23046:20241128T143903Z
86862024-12-03T23:11:37.105Z[ host-image] Dec 03 23:11:36.242 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23046:20241128T143903Z
86872024-12-03T23:11:37.105Z[ host-image] Dec 03 23:11:36.243 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23046:20241128T143903Z
86882024-12-03T23:11:37.105Z[ host-image] Dec 03 23:11:36.243 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23046:20241128T143904Z
86892024-12-03T23:11:37.105Z[ host-image] Dec 03 23:11:36.243 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23046:20241128T143904Z
86902024-12-03T23:11:37.105Z[ host-image] Dec 03 23:11:36.244 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23046:20241128T143904Z
86912024-12-03T23:11:37.113Z[ host-image] Dec 03 23:11:36.254 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23046:20241128T143906Z
86922024-12-03T23:11:37.116Z[ host-image] Dec 03 23:11:36.254 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23046:20241128T143905Z
86932024-12-03T23:11:37.116Z[ host-image] Dec 03 23:11:36.254 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23046:20241128T143905Z
86942024-12-03T23:11:37.116Z[ host-image] Dec 03 23:11:36.256 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23046:20241128T143905Z
86952024-12-03T23:11:37.116Z[ host-image] Dec 03 23:11:36.256 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23046:20241128T143906Z
86962024-12-03T23:11:37.137Z[ host-image] Dec 03 23:11:36.278 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23046:20241128T143908Z
86972024-12-03T23:11:37.139Z[ host-image] Dec 03 23:11:36.278 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23046:20241128T143906Z
86982024-12-03T23:11:37.139Z[ host-image] Dec 03 23:11:36.278 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23046:20241128T143906Z
86992024-12-03T23:11:37.139Z[ host-image] Dec 03 23:11:36.278 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
87002024-12-03T23:11:37.139Z[ host-image] Dec 03 23:11:36.279 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
87012024-12-03T23:11:37.166Z[ host-image] Dec 03 23:11:36.308 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23046:20241128T143906Z
87022024-12-03T23:11:37.169Z[ host-image] Dec 03 23:11:36.308 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
87032024-12-03T23:11:37.169Z[ host-image] Dec 03 23:11:36.308 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23046:20241128T143906Z
87042024-12-03T23:11:37.169Z[ host-image] Dec 03 23:11:36.308 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23046:20241128T143906Z
87052024-12-03T23:11:37.169Z[ host-image] Dec 03 23:11:36.309 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23046:20241128T143907Z
87062024-12-03T23:11:37.169Z[ host-image] Dec 03 23:11:36.310 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
87072024-12-03T23:11:37.169Z[ host-image] Dec 03 23:11:36.310 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
87082024-12-03T23:11:37.172Z[ host-image] Dec 03 23:11:36.311 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23046:20241128T143908Z
87092024-12-03T23:11:37.172Z[ host-image] Dec 03 23:11:36.311 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23046:20241128T143907Z
87102024-12-03T23:11:37.172Z[ host-image] Dec 03 23:11:36.311 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23046:20241128T143907Z
87112024-12-03T23:11:37.172Z[ host-image] Dec 03 23:11:36.311 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23046:20241128T143908Z
87122024-12-03T23:11:37.173Z[ host-image] Dec 03 23:11:36.312 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23046:20241128T143908Z
87132024-12-03T23:11:37.173Z[ host-image] Dec 03 23:11:36.312 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23046:20241128T143908Z
87142024-12-03T23:11:37.175Z[ host-image] Dec 03 23:11:36.315 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
87152024-12-03T23:11:37.175Z[ host-image] Dec 03 23:11:36.315 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.23046:20241128T143909Z
87162024-12-03T23:11:37.175Z[ host-image] Dec 03 23:11:36.316 INFO O| install = pkg://helios-dev/system/microcode/intel@20240910-2.0.23046:20241128T143909Z
87172024-12-03T23:11:37.175Z[ host-image] Dec 03 23:11:36.317 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23046:20241128T143909Z
87182024-12-03T23:11:37.179Z[ host-image] Dec 03 23:11:36.317 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23046:20241128T143910Z
87192024-12-03T23:11:37.179Z[ host-image] Dec 03 23:11:36.317 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23046:20241128T143910Z
87202024-12-03T23:11:37.179Z[ host-image] Dec 03 23:11:36.317 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23046:20241128T143910Z
87212024-12-03T23:11:37.179Z[ host-image] Dec 03 23:11:36.317 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
87222024-12-03T23:11:37.179Z[ host-image] Dec 03 23:11:36.317 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
87232024-12-03T23:11:37.179Z[ host-image] Dec 03 23:11:36.318 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23046:20241128T143912Z
87242024-12-03T23:11:37.179Z[ host-image] Dec 03 23:11:36.318 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23046:20241128T143912Z
87252024-12-03T23:11:37.179Z[ host-image] Dec 03 23:11:36.318 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
87262024-12-03T23:11:37.179Z[ host-image] Dec 03 23:11:36.318 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
87272024-12-03T23:11:37.179Z[ host-image] Dec 03 23:11:36.318 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
87282024-12-03T23:11:37.179Z[ host-image] Dec 03 23:11:36.318 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
87292024-12-03T23:11:37.179Z[ host-image] Dec 03 23:11:36.319 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
87302024-12-03T23:11:37.179Z[ host-image] Dec 03 23:11:36.319 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
87312024-12-03T23:11:37.183Z[ host-image] Dec 03 23:11:36.321 INFO O| install = pkg://helios-dev/web/curl@8.11.0-2.0:20241120T162841Z
87322024-12-03T23:11:37.183Z[ host-image] Dec 03 23:11:36.321 INFO O| tempdir @ "/tmp/.tmptbdD5U/tmp"
87332024-12-03T23:11:37.183Z[ host-image] Dec 03 23:11:36.321 INFO O| image root @ "/tmp/.tmptbdD5U/tmp/root"
87342024-12-03T23:11:37.183Z[ host-image] Dec 03 23:11:36.321 INFO O| creating image...
87352024-12-03T23:11:37.681Z[ host-image] Dec 03 23:11:36.822 INFO O| copying publishers...
87362024-12-03T23:11:46.625Z[ host-image] Dec 03 23:11:45.764 INFO O| adding properties...
87372024-12-03T23:11:47.657Z[ host-image] Dec 03 23:11:46.796 INFO O| installing packages...
87382024-12-03T23:12:04.117Z[ host-image] Dec 03 23:12:03.254 INFO O| seeding SMF database...
87392024-12-03T23:12:11.736Z[ host-image] Dec 03 23:12:10.872 INFO O| configuring SMF profile...
87402024-12-03T23:12:11.739Z[ host-image] Dec 03 23:12:10.872 INFO O| modifying shadow(5)...
87412024-12-03T23:12:11.739Z[ host-image] Dec 03 23:12:10.872 INFO O| loading user and group database...
87422024-12-03T23:12:11.739Z[ host-image] Dec 03 23:12:10.872 INFO O| assessing packaged files...
87432024-12-03T23:12:13.894Z[ host-image] Dec 03 23:12:13.029 INFO O| creating archive...
87442024-12-03T23:12:13.939Z[ host-image] Dec 03 23:12:13.062 INFO O| missing from packaging:
87452024-12-03T23:12:13.939Z[ host-image] Dec 03 23:12:13.062 INFO O| "etc/.pwd.lock"
87462024-12-03T23:12:13.949Z[ host-image] Dec 03 23:12:13.062 INFO O| "etc/bash"
87472024-12-03T23:12:13.949Z[ host-image] Dec 03 23:12:13.067 INFO O| "etc/svc/profile/generic.xml"
87482024-12-03T23:12:13.950Z[ host-image] Dec 03 23:12:13.067 INFO O| "etc/svc/profile/inetd_services.xml"
87492024-12-03T23:12:13.950Z[ host-image] Dec 03 23:12:13.067 INFO O| "etc/svc/profile/name_service.xml"
87502024-12-03T23:12:13.950Z[ host-image] Dec 03 23:12:13.067 INFO O| "etc/svc/profile/platform.xml"
87512024-12-03T23:12:13.950Z[ host-image] Dec 03 23:12:13.067 INFO O| "etc/svc/profile/platform_omicron1.xml"
87522024-12-03T23:12:13.950Z[ host-image] Dec 03 23:12:13.067 INFO O| "etc/svc/repository.db"
87532024-12-03T23:12:13.950Z[ host-image] Dec 03 23:12:13.076 INFO O| "opt/ooce/share"
87542024-12-03T23:12:13.950Z[ host-image] Dec 03 23:12:13.076 INFO O| "opt/ooce/share/man"
87552024-12-03T23:12:13.950Z[ host-image] Dec 03 23:12:13.076 INFO O| "opt/ooce/share/man/man1"
87562024-12-03T23:12:13.958Z[ host-image] Dec 03 23:12:13.085 INFO O| finishing archive...
87572024-12-03T23:12:16.769Z[ host-image] Dec 03 23:12:15.904 INFO O| creating gzonly manifest...
87582024-12-03T23:12:16.776Z[ host-image] Dec 03 23:12:15.911 INFO O| ok
87592024-12-03T23:12:16.881Z[ host-image] Dec 03 23:12:16.016 INFO image builder template: ramdisk-02-trim...
87602024-12-03T23:12:16.881Z[ host-image] Dec 03 23:12:16.016 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/.tmpJya9uB/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
87612024-12-03T23:12:16.907Z[ host-image] Dec 03 23:12:16.040 INFO O| Dec 03 23:12:16.039 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87622024-12-03T23:12:16.909Z[ host-image] Dec 03 23:12:16.043 INFO O| Dec 03 23:12:16.043 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87632024-12-03T23:12:17.008Z[ host-image] Dec 03 23:12:16.143 INFO O| Dec 03 23:12:16.143 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
87642024-12-03T23:12:17.062Z[ host-image] Dec 03 23:12:16.197 INFO O| Dec 03 23:12:16.197 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87652024-12-03T23:12:17.066Z[ host-image] Dec 03 23:12:16.197 INFO O| Dec 03 23:12:16.197 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
87662024-12-03T23:12:17.071Z[ host-image] Dec 03 23:12:16.202 INFO O| Dec 03 23:12:16.202 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
87672024-12-03T23:12:17.074Z[ host-image] Dec 03 23:12:16.206 INFO O| Dec 03 23:12:16.206 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
87682024-12-03T23:12:17.076Z[ host-image] Dec 03 23:12:16.210 INFO O| Dec 03 23:12:16.210 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
87692024-12-03T23:12:17.351Z[ host-image] Dec 03 23:12:16.486 INFO O| Dec 03 23:12:16.486 INFO rolled back to input snapshot; work may begin
87702024-12-03T23:12:17.351Z[ host-image] Dec 03 23:12:16.486 INFO O| Dec 03 23:12:16.486 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
87712024-12-03T23:12:17.357Z[ host-image] Dec 03 23:12:16.492 INFO O| Dec 03 23:12:16.492 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87722024-12-03T23:12:17.366Z[ host-image] Dec 03 23:12:16.501 INFO O| Dec 03 23:12:16.501 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
87732024-12-03T23:12:17.414Z[ host-image] Dec 03 23:12:16.549 INFO O| Dec 03 23:12:16.549 INFO STEP 0 (remove_files) COMPLETE
87742024-12-03T23:12:17.414Z[ host-image] Dec 03 23:12:16.549 INFO O| Dec 03 23:12:16.549 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87752024-12-03T23:12:17.425Z[ host-image] Dec 03 23:12:16.560 INFO O| Dec 03 23:12:16.559 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
87762024-12-03T23:12:17.427Z[ host-image] Dec 03 23:12:16.561 INFO O| Dec 03 23:12:16.561 INFO STEP 1 (remove_files) COMPLETE
87772024-12-03T23:12:17.427Z[ host-image] Dec 03 23:12:16.561 INFO O| Dec 03 23:12:16.561 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87782024-12-03T23:12:17.437Z[ host-image] Dec 03 23:12:16.571 INFO O| Dec 03 23:12:16.571 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
87792024-12-03T23:12:17.449Z[ host-image] Dec 03 23:12:16.584 INFO O| Dec 03 23:12:16.584 INFO STEP 2 (remove_files) COMPLETE
87802024-12-03T23:12:17.449Z[ host-image] Dec 03 23:12:16.584 INFO O| Dec 03 23:12:16.584 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87812024-12-03T23:12:17.458Z[ host-image] Dec 03 23:12:16.593 INFO O| Dec 03 23:12:16.593 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
87822024-12-03T23:12:17.461Z[ host-image] Dec 03 23:12:16.595 INFO O| Dec 03 23:12:16.595 INFO STEP 3 (remove_files) COMPLETE
87832024-12-03T23:12:17.461Z[ host-image] Dec 03 23:12:16.595 INFO O| Dec 03 23:12:16.595 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87842024-12-03T23:12:17.469Z[ host-image] Dec 03 23:12:16.604 INFO O| Dec 03 23:12:16.604 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
87852024-12-03T23:12:17.474Z[ host-image] Dec 03 23:12:16.608 INFO O| Dec 03 23:12:16.608 INFO STEP 4 (remove_files) COMPLETE
87862024-12-03T23:12:17.477Z[ host-image] Dec 03 23:12:16.608 INFO O| Dec 03 23:12:16.608 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87872024-12-03T23:12:17.482Z[ host-image] Dec 03 23:12:16.617 INFO O| Dec 03 23:12:16.617 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
87882024-12-03T23:12:17.485Z[ host-image] Dec 03 23:12:16.619 INFO O| Dec 03 23:12:16.619 INFO STEP 5 (remove_files) COMPLETE
87892024-12-03T23:12:17.485Z[ host-image] Dec 03 23:12:16.619 INFO O| Dec 03 23:12:16.619 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87902024-12-03T23:12:17.493Z[ host-image] Dec 03 23:12:16.628 INFO O| Dec 03 23:12:16.628 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
87912024-12-03T23:12:17.504Z[ host-image] Dec 03 23:12:16.638 INFO O| Dec 03 23:12:16.638 INFO STEP 6 (remove_files) COMPLETE
87922024-12-03T23:12:17.504Z[ host-image] Dec 03 23:12:16.638 INFO O| Dec 03 23:12:16.638 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87932024-12-03T23:12:17.513Z[ host-image] Dec 03 23:12:16.647 INFO O| Dec 03 23:12:16.647 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
87942024-12-03T23:12:17.523Z[ host-image] Dec 03 23:12:16.658 INFO O| Dec 03 23:12:16.658 INFO STEP 7 (remove_files) COMPLETE
87952024-12-03T23:12:17.525Z[ host-image] Dec 03 23:12:16.658 INFO O| Dec 03 23:12:16.658 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87962024-12-03T23:12:17.532Z[ host-image] Dec 03 23:12:16.667 INFO O| Dec 03 23:12:16.667 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
87972024-12-03T23:12:17.600Z[ host-image] Dec 03 23:12:16.735 INFO O| Dec 03 23:12:16.735 INFO STEP 8 (remove_files) COMPLETE
87982024-12-03T23:12:17.600Z[ host-image] Dec 03 23:12:16.735 INFO O| Dec 03 23:12:16.735 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87992024-12-03T23:12:17.610Z[ host-image] Dec 03 23:12:16.745 INFO O| Dec 03 23:12:16.745 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
88002024-12-03T23:12:17.694Z[ host-image] Dec 03 23:12:16.829 INFO O| Dec 03 23:12:16.828 INFO STEP 9 (remove_files) COMPLETE
88012024-12-03T23:12:17.694Z[ host-image] Dec 03 23:12:16.829 INFO O| Dec 03 23:12:16.828 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88022024-12-03T23:12:17.705Z[ host-image] Dec 03 23:12:16.840 INFO O| Dec 03 23:12:16.839 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
88032024-12-03T23:12:17.708Z[ host-image] Dec 03 23:12:16.843 INFO O| Dec 03 23:12:16.843 INFO STEP 10 (remove_files) COMPLETE
88042024-12-03T23:12:17.708Z[ host-image] Dec 03 23:12:16.843 INFO O| Dec 03 23:12:16.843 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88052024-12-03T23:12:17.718Z[ host-image] Dec 03 23:12:16.852 INFO O| Dec 03 23:12:16.852 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
88062024-12-03T23:12:17.720Z[ host-image] Dec 03 23:12:16.853 INFO O| Dec 03 23:12:16.853 INFO STEP 11 (remove_files) COMPLETE
88072024-12-03T23:12:17.720Z[ host-image] Dec 03 23:12:16.853 INFO O| Dec 03 23:12:16.853 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88082024-12-03T23:12:17.727Z[ host-image] Dec 03 23:12:16.862 INFO O| Dec 03 23:12:16.862 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
88092024-12-03T23:12:17.730Z[ host-image] Dec 03 23:12:16.864 INFO O| Dec 03 23:12:16.864 INFO STEP 12 (remove_files) COMPLETE
88102024-12-03T23:12:17.730Z[ host-image] Dec 03 23:12:16.864 INFO O| Dec 03 23:12:16.864 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88112024-12-03T23:12:17.807Z[ host-image] Dec 03 23:12:16.942 INFO O| Dec 03 23:12:16.942 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
88122024-12-03T23:12:17.810Z[ host-image] Dec 03 23:12:16.943 INFO O| Dec 03 23:12:16.943 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
88132024-12-03T23:12:17.821Z[ host-image] Dec 03 23:12:16.956 INFO O| Dec 03 23:12:16.956 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
88142024-12-03T23:12:17.852Z[ host-image] Dec 03 23:12:16.987 INFO O| Dec 03 23:12:16.987 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
88152024-12-03T23:12:18.099Z[ host-image] Dec 03 23:12:17.234 INFO O| Dec 03 23:12:17.234 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
88162024-12-03T23:12:18.101Z[ host-image] Dec 03 23:12:17.234 INFO O| Dec 03 23:12:17.234 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
88172024-12-03T23:12:18.101Z[ host-image] Dec 03 23:12:17.234 INFO O| Dec 03 23:12:17.234 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
88182024-12-03T23:12:18.101Z[ host-image] Dec 03 23:12:17.235 INFO O| Dec 03 23:12:17.234 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
88192024-12-03T23:12:18.101Z[ host-image] Dec 03 23:12:17.235 INFO O| Dec 03 23:12:17.235 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
88202024-12-03T23:12:18.101Z[ host-image] Dec 03 23:12:17.235 INFO O| Dec 03 23:12:17.235 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
88212024-12-03T23:12:18.102Z[ host-image] Dec 03 23:12:17.235 INFO O| Dec 03 23:12:17.235 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
88222024-12-03T23:12:18.102Z[ host-image] Dec 03 23:12:17.235 INFO O| Dec 03 23:12:17.235 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
88232024-12-03T23:12:18.102Z[ host-image] Dec 03 23:12:17.235 INFO O| Dec 03 23:12:17.235 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
88242024-12-03T23:12:18.102Z[ host-image] Dec 03 23:12:17.235 INFO O| Dec 03 23:12:17.235 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
88252024-12-03T23:12:18.102Z[ host-image] Dec 03 23:12:17.235 INFO O| Dec 03 23:12:17.235 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
88262024-12-03T23:12:18.102Z[ host-image] Dec 03 23:12:17.235 INFO O| Dec 03 23:12:17.235 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
88272024-12-03T23:12:18.102Z[ host-image] Dec 03 23:12:17.235 INFO O| Dec 03 23:12:17.235 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
88282024-12-03T23:12:18.102Z[ host-image] Dec 03 23:12:17.236 INFO O| Dec 03 23:12:17.236 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
88292024-12-03T23:12:18.102Z[ host-image] Dec 03 23:12:17.236 INFO O| Dec 03 23:12:17.236 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
88302024-12-03T23:12:18.102Z[ host-image] Dec 03 23:12:17.236 INFO O| Dec 03 23:12:17.236 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
88312024-12-03T23:12:18.102Z[ host-image] Dec 03 23:12:17.236 INFO O| Dec 03 23:12:17.236 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
88322024-12-03T23:12:18.113Z[ host-image] Dec 03 23:12:17.248 INFO O| Dec 03 23:12:17.248 INFO STEP 13 (remove_files) COMPLETE
88332024-12-03T23:12:18.113Z[ host-image] Dec 03 23:12:17.248 INFO O| Dec 03 23:12:17.248 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88342024-12-03T23:12:18.126Z[ host-image] Dec 03 23:12:17.259 INFO O| Dec 03 23:12:17.259 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
88352024-12-03T23:12:18.129Z[ host-image] Dec 03 23:12:17.260 INFO O| Dec 03 23:12:17.260 INFO STEP 14 (remove_files) COMPLETE
88362024-12-03T23:12:18.129Z[ host-image] Dec 03 23:12:17.261 INFO O| Dec 03 23:12:17.260 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88372024-12-03T23:12:18.135Z[ host-image] Dec 03 23:12:17.270 INFO O| Dec 03 23:12:17.270 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
88382024-12-03T23:12:18.141Z[ host-image] Dec 03 23:12:17.276 INFO O| Dec 03 23:12:17.276 INFO STEP 15 (remove_files) COMPLETE
88392024-12-03T23:12:18.141Z[ host-image] Dec 03 23:12:17.276 INFO O| Dec 03 23:12:17.276 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88402024-12-03T23:12:18.150Z[ host-image] Dec 03 23:12:17.285 INFO O| Dec 03 23:12:17.285 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
88412024-12-03T23:12:18.153Z[ host-image] Dec 03 23:12:17.285 INFO O| Dec 03 23:12:17.285 INFO STEP 16 (remove_files) COMPLETE
88422024-12-03T23:12:18.153Z[ host-image] Dec 03 23:12:17.285 INFO O| Dec 03 23:12:17.285 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88432024-12-03T23:12:18.159Z[ host-image] Dec 03 23:12:17.294 INFO O| Dec 03 23:12:17.294 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
88442024-12-03T23:12:18.162Z[ host-image] Dec 03 23:12:17.296 INFO O| Dec 03 23:12:17.296 INFO STEP 17 (remove_files) COMPLETE
88452024-12-03T23:12:18.162Z[ host-image] Dec 03 23:12:17.296 INFO O| Dec 03 23:12:17.296 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88462024-12-03T23:12:18.170Z[ host-image] Dec 03 23:12:17.305 INFO O| Dec 03 23:12:17.305 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
88472024-12-03T23:12:18.170Z[ host-image] Dec 03 23:12:17.305 INFO O| Dec 03 23:12:17.305 INFO STEP 18 (remove_files) COMPLETE
88482024-12-03T23:12:18.173Z[ host-image] Dec 03 23:12:17.305 INFO O| Dec 03 23:12:17.305 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88492024-12-03T23:12:18.181Z[ host-image] Dec 03 23:12:17.313 INFO O| Dec 03 23:12:17.313 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
88502024-12-03T23:12:18.181Z[ host-image] Dec 03 23:12:17.314 INFO O| Dec 03 23:12:17.313 INFO STEP 19 (remove_files) COMPLETE
88512024-12-03T23:12:18.184Z[ host-image] Dec 03 23:12:17.314 INFO O| Dec 03 23:12:17.313 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88522024-12-03T23:12:18.188Z[ host-image] Dec 03 23:12:17.322 INFO O| Dec 03 23:12:17.322 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
88532024-12-03T23:12:18.188Z[ host-image] Dec 03 23:12:17.323 INFO O| Dec 03 23:12:17.322 INFO STEP 20 (remove_files) COMPLETE
88542024-12-03T23:12:18.191Z[ host-image] Dec 03 23:12:17.323 INFO O| Dec 03 23:12:17.323 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88552024-12-03T23:12:18.197Z[ host-image] Dec 03 23:12:17.331 INFO O| Dec 03 23:12:17.331 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
88562024-12-03T23:12:18.197Z[ host-image] Dec 03 23:12:17.332 INFO O| Dec 03 23:12:17.331 INFO STEP 21 (remove_files) COMPLETE
88572024-12-03T23:12:18.199Z[ host-image] Dec 03 23:12:17.332 INFO O| Dec 03 23:12:17.332 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88582024-12-03T23:12:18.205Z[ host-image] Dec 03 23:12:17.340 INFO O| Dec 03 23:12:17.340 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
88592024-12-03T23:12:18.208Z[ host-image] Dec 03 23:12:17.340 INFO O| Dec 03 23:12:17.340 INFO STEP 22 (remove_files) COMPLETE
88602024-12-03T23:12:18.208Z[ host-image] Dec 03 23:12:17.340 INFO O| Dec 03 23:12:17.340 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88612024-12-03T23:12:18.214Z[ host-image] Dec 03 23:12:17.349 INFO O| Dec 03 23:12:17.349 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
88622024-12-03T23:12:18.217Z[ host-image] Dec 03 23:12:17.349 INFO O| Dec 03 23:12:17.349 INFO STEP 23 (remove_files) COMPLETE
88632024-12-03T23:12:18.217Z[ host-image] Dec 03 23:12:17.349 INFO O| Dec 03 23:12:17.349 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88642024-12-03T23:12:18.223Z[ host-image] Dec 03 23:12:17.358 INFO O| Dec 03 23:12:17.358 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
88652024-12-03T23:12:18.223Z[ host-image] Dec 03 23:12:17.358 INFO O| Dec 03 23:12:17.358 INFO STEP 24 (remove_files) COMPLETE
88662024-12-03T23:12:18.226Z[ host-image] Dec 03 23:12:17.358 INFO O| Dec 03 23:12:17.358 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88672024-12-03T23:12:18.232Z[ host-image] Dec 03 23:12:17.367 INFO O| Dec 03 23:12:17.367 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
88682024-12-03T23:12:18.232Z[ host-image] Dec 03 23:12:17.367 INFO O| Dec 03 23:12:17.367 INFO STEP 25 (remove_files) COMPLETE
88692024-12-03T23:12:18.232Z[ host-image] Dec 03 23:12:17.367 INFO O| Dec 03 23:12:17.367 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88702024-12-03T23:12:18.242Z[ host-image] Dec 03 23:12:17.376 INFO O| Dec 03 23:12:17.376 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
88712024-12-03T23:12:18.245Z[ host-image] Dec 03 23:12:17.376 INFO O| Dec 03 23:12:17.376 INFO STEP 26 (remove_files) COMPLETE
88722024-12-03T23:12:18.245Z[ host-image] Dec 03 23:12:17.376 INFO O| Dec 03 23:12:17.376 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88732024-12-03T23:12:18.250Z[ host-image] Dec 03 23:12:17.385 INFO O| Dec 03 23:12:17.385 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
88742024-12-03T23:12:18.250Z[ host-image] Dec 03 23:12:17.385 INFO O| Dec 03 23:12:17.385 INFO STEP 27 (remove_files) COMPLETE
88752024-12-03T23:12:18.250Z[ host-image] Dec 03 23:12:17.385 INFO O| Dec 03 23:12:17.385 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88762024-12-03T23:12:18.259Z[ host-image] Dec 03 23:12:17.394 INFO O| Dec 03 23:12:17.394 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
88772024-12-03T23:12:18.259Z[ host-image] Dec 03 23:12:17.394 INFO O| Dec 03 23:12:17.394 INFO STEP 28 (remove_files) COMPLETE
88782024-12-03T23:12:18.262Z[ host-image] Dec 03 23:12:17.394 INFO O| Dec 03 23:12:17.394 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88792024-12-03T23:12:18.268Z[ host-image] Dec 03 23:12:17.403 INFO O| Dec 03 23:12:17.403 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
88802024-12-03T23:12:18.268Z[ host-image] Dec 03 23:12:17.403 INFO O| Dec 03 23:12:17.403 INFO STEP 29 (remove_files) COMPLETE
88812024-12-03T23:12:18.268Z[ host-image] Dec 03 23:12:17.403 INFO O| Dec 03 23:12:17.403 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88822024-12-03T23:12:18.277Z[ host-image] Dec 03 23:12:17.412 INFO O| Dec 03 23:12:17.412 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
88832024-12-03T23:12:18.277Z[ host-image] Dec 03 23:12:17.412 INFO O| Dec 03 23:12:17.412 INFO STEP 30 (remove_files) COMPLETE
88842024-12-03T23:12:18.277Z[ host-image] Dec 03 23:12:17.412 INFO O| Dec 03 23:12:17.412 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88852024-12-03T23:12:18.286Z[ host-image] Dec 03 23:12:17.421 INFO O| Dec 03 23:12:17.421 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
88862024-12-03T23:12:18.286Z[ host-image] Dec 03 23:12:17.421 INFO O| Dec 03 23:12:17.421 INFO STEP 31 (remove_files) COMPLETE
88872024-12-03T23:12:18.286Z[ host-image] Dec 03 23:12:17.421 INFO O| Dec 03 23:12:17.421 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88882024-12-03T23:12:18.296Z[ host-image] Dec 03 23:12:17.430 INFO O| Dec 03 23:12:17.430 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
88892024-12-03T23:12:18.296Z[ host-image] Dec 03 23:12:17.430 INFO O| Dec 03 23:12:17.430 INFO STEP 32 (remove_files) COMPLETE
88902024-12-03T23:12:18.298Z[ host-image] Dec 03 23:12:17.430 INFO O| Dec 03 23:12:17.430 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88912024-12-03T23:12:18.304Z[ host-image] Dec 03 23:12:17.439 INFO O| Dec 03 23:12:17.439 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
88922024-12-03T23:12:18.304Z[ host-image] Dec 03 23:12:17.439 INFO O| Dec 03 23:12:17.439 INFO STEP 33 (remove_files) COMPLETE
88932024-12-03T23:12:18.308Z[ host-image] Dec 03 23:12:17.439 INFO O| Dec 03 23:12:17.439 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88942024-12-03T23:12:18.313Z[ host-image] Dec 03 23:12:17.448 INFO O| Dec 03 23:12:17.448 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
88952024-12-03T23:12:18.313Z[ host-image] Dec 03 23:12:17.448 INFO O| Dec 03 23:12:17.448 INFO STEP 34 (remove_files) COMPLETE
88962024-12-03T23:12:18.316Z[ host-image] Dec 03 23:12:17.448 INFO O| Dec 03 23:12:17.448 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88972024-12-03T23:12:18.322Z[ host-image] Dec 03 23:12:17.457 INFO O| Dec 03 23:12:17.457 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
88982024-12-03T23:12:18.322Z[ host-image] Dec 03 23:12:17.457 INFO O| Dec 03 23:12:17.457 INFO STEP 35 (remove_files) COMPLETE
88992024-12-03T23:12:18.324Z[ host-image] Dec 03 23:12:17.457 INFO O| Dec 03 23:12:17.457 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89002024-12-03T23:12:18.331Z[ host-image] Dec 03 23:12:17.466 INFO O| Dec 03 23:12:17.466 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
89012024-12-03T23:12:18.331Z[ host-image] Dec 03 23:12:17.466 INFO O| Dec 03 23:12:17.466 INFO STEP 36 (remove_files) COMPLETE
89022024-12-03T23:12:18.334Z[ host-image] Dec 03 23:12:17.466 INFO O| Dec 03 23:12:17.466 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89032024-12-03T23:12:18.340Z[ host-image] Dec 03 23:12:17.475 INFO O| Dec 03 23:12:17.475 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
89042024-12-03T23:12:18.340Z[ host-image] Dec 03 23:12:17.475 INFO O| Dec 03 23:12:17.475 INFO STEP 37 (remove_files) COMPLETE
89052024-12-03T23:12:18.340Z[ host-image] Dec 03 23:12:17.475 INFO O| Dec 03 23:12:17.475 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89062024-12-03T23:12:18.350Z[ host-image] Dec 03 23:12:17.484 INFO O| Dec 03 23:12:17.484 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
89072024-12-03T23:12:18.350Z[ host-image] Dec 03 23:12:17.484 INFO O| Dec 03 23:12:17.484 INFO STEP 38 (remove_files) COMPLETE
89082024-12-03T23:12:18.350Z[ host-image] Dec 03 23:12:17.484 INFO O| Dec 03 23:12:17.484 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89092024-12-03T23:12:18.358Z[ host-image] Dec 03 23:12:17.493 INFO O| Dec 03 23:12:17.493 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
89102024-12-03T23:12:18.361Z[ host-image] Dec 03 23:12:17.493 INFO O| Dec 03 23:12:17.493 INFO STEP 39 (remove_files) COMPLETE
89112024-12-03T23:12:18.361Z[ host-image] Dec 03 23:12:17.493 INFO O| Dec 03 23:12:17.493 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89122024-12-03T23:12:18.367Z[ host-image] Dec 03 23:12:17.502 INFO O| Dec 03 23:12:17.502 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
89132024-12-03T23:12:18.367Z[ host-image] Dec 03 23:12:17.502 INFO O| Dec 03 23:12:17.502 INFO STEP 40 (remove_files) COMPLETE
89142024-12-03T23:12:18.369Z[ host-image] Dec 03 23:12:17.502 INFO O| Dec 03 23:12:17.502 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89152024-12-03T23:12:18.376Z[ host-image] Dec 03 23:12:17.511 INFO O| Dec 03 23:12:17.511 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
89162024-12-03T23:12:18.376Z[ host-image] Dec 03 23:12:17.511 INFO O| Dec 03 23:12:17.511 INFO STEP 41 (remove_files) COMPLETE
89172024-12-03T23:12:18.376Z[ host-image] Dec 03 23:12:17.511 INFO O| Dec 03 23:12:17.511 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89182024-12-03T23:12:18.385Z[ host-image] Dec 03 23:12:17.520 INFO O| Dec 03 23:12:17.520 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
89192024-12-03T23:12:18.385Z[ host-image] Dec 03 23:12:17.520 INFO O| Dec 03 23:12:17.520 INFO STEP 42 (remove_files) COMPLETE
89202024-12-03T23:12:18.388Z[ host-image] Dec 03 23:12:17.520 INFO O| Dec 03 23:12:17.520 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89212024-12-03T23:12:18.395Z[ host-image] Dec 03 23:12:17.529 INFO O| Dec 03 23:12:17.529 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
89222024-12-03T23:12:18.395Z[ host-image] Dec 03 23:12:17.529 INFO O| Dec 03 23:12:17.529 INFO STEP 43 (remove_files) COMPLETE
89232024-12-03T23:12:18.395Z[ host-image] Dec 03 23:12:17.529 INFO O| Dec 03 23:12:17.529 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89242024-12-03T23:12:18.403Z[ host-image] Dec 03 23:12:17.538 INFO O| Dec 03 23:12:17.538 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
89252024-12-03T23:12:18.406Z[ host-image] Dec 03 23:12:17.538 INFO O| Dec 03 23:12:17.538 INFO STEP 44 (remove_files) COMPLETE
89262024-12-03T23:12:18.406Z[ host-image] Dec 03 23:12:17.538 INFO O| Dec 03 23:12:17.538 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89272024-12-03T23:12:18.412Z[ host-image] Dec 03 23:12:17.547 INFO O| Dec 03 23:12:17.547 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
89282024-12-03T23:12:18.412Z[ host-image] Dec 03 23:12:17.547 INFO O| Dec 03 23:12:17.547 INFO STEP 45 (remove_files) COMPLETE
89292024-12-03T23:12:18.415Z[ host-image] Dec 03 23:12:17.547 INFO O| Dec 03 23:12:17.547 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89302024-12-03T23:12:18.421Z[ host-image] Dec 03 23:12:17.556 INFO O| Dec 03 23:12:17.556 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
89312024-12-03T23:12:18.421Z[ host-image] Dec 03 23:12:17.556 INFO O| Dec 03 23:12:17.556 INFO STEP 46 (remove_files) COMPLETE
89322024-12-03T23:12:18.421Z[ host-image] Dec 03 23:12:17.556 INFO O| Dec 03 23:12:17.556 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89332024-12-03T23:12:18.430Z[ host-image] Dec 03 23:12:17.565 INFO O| Dec 03 23:12:17.565 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
89342024-12-03T23:12:18.430Z[ host-image] Dec 03 23:12:17.565 INFO O| Dec 03 23:12:17.565 INFO STEP 47 (remove_files) COMPLETE
89352024-12-03T23:12:18.434Z[ host-image] Dec 03 23:12:17.565 INFO O| Dec 03 23:12:17.565 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89362024-12-03T23:12:18.439Z[ host-image] Dec 03 23:12:17.574 INFO O| Dec 03 23:12:17.574 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
89372024-12-03T23:12:18.439Z[ host-image] Dec 03 23:12:17.574 INFO O| Dec 03 23:12:17.574 INFO STEP 48 (remove_files) COMPLETE
89382024-12-03T23:12:18.439Z[ host-image] Dec 03 23:12:17.574 INFO O| Dec 03 23:12:17.574 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89392024-12-03T23:12:18.448Z[ host-image] Dec 03 23:12:17.583 INFO O| Dec 03 23:12:17.583 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
89402024-12-03T23:12:18.448Z[ host-image] Dec 03 23:12:17.583 INFO O| Dec 03 23:12:17.583 INFO STEP 49 (remove_files) COMPLETE
89412024-12-03T23:12:18.451Z[ host-image] Dec 03 23:12:17.583 INFO O| Dec 03 23:12:17.583 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89422024-12-03T23:12:18.457Z[ host-image] Dec 03 23:12:17.592 INFO O| Dec 03 23:12:17.592 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
89432024-12-03T23:12:18.457Z[ host-image] Dec 03 23:12:17.592 INFO O| Dec 03 23:12:17.592 INFO STEP 50 (remove_files) COMPLETE
89442024-12-03T23:12:18.460Z[ host-image] Dec 03 23:12:17.592 INFO O| Dec 03 23:12:17.592 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89452024-12-03T23:12:18.466Z[ host-image] Dec 03 23:12:17.601 INFO O| Dec 03 23:12:17.601 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
89462024-12-03T23:12:18.466Z[ host-image] Dec 03 23:12:17.601 INFO O| Dec 03 23:12:17.601 INFO STEP 51 (remove_files) COMPLETE
89472024-12-03T23:12:18.468Z[ host-image] Dec 03 23:12:17.601 INFO O| Dec 03 23:12:17.601 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89482024-12-03T23:12:18.475Z[ host-image] Dec 03 23:12:17.610 INFO O| Dec 03 23:12:17.610 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
89492024-12-03T23:12:18.475Z[ host-image] Dec 03 23:12:17.610 INFO O| Dec 03 23:12:17.610 INFO STEP 52 (remove_files) COMPLETE
89502024-12-03T23:12:18.475Z[ host-image] Dec 03 23:12:17.610 INFO O| Dec 03 23:12:17.610 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89512024-12-03T23:12:18.484Z[ host-image] Dec 03 23:12:17.619 INFO O| Dec 03 23:12:17.619 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
89522024-12-03T23:12:18.486Z[ host-image] Dec 03 23:12:17.619 INFO O| Dec 03 23:12:17.619 INFO STEP 53 (remove_files) COMPLETE
89532024-12-03T23:12:18.486Z[ host-image] Dec 03 23:12:17.619 INFO O| Dec 03 23:12:17.619 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89542024-12-03T23:12:18.493Z[ host-image] Dec 03 23:12:17.628 INFO O| Dec 03 23:12:17.628 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
89552024-12-03T23:12:18.493Z[ host-image] Dec 03 23:12:17.628 INFO O| Dec 03 23:12:17.628 INFO STEP 54 (remove_files) COMPLETE
89562024-12-03T23:12:18.496Z[ host-image] Dec 03 23:12:17.628 INFO O| Dec 03 23:12:17.628 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89572024-12-03T23:12:18.502Z[ host-image] Dec 03 23:12:17.637 INFO O| Dec 03 23:12:17.637 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
89582024-12-03T23:12:18.505Z[ host-image] Dec 03 23:12:17.637 INFO O| Dec 03 23:12:17.637 INFO STEP 55 (remove_files) COMPLETE
89592024-12-03T23:12:18.505Z[ host-image] Dec 03 23:12:17.637 INFO O| Dec 03 23:12:17.637 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89602024-12-03T23:12:18.511Z[ host-image] Dec 03 23:12:17.646 INFO O| Dec 03 23:12:17.646 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
89612024-12-03T23:12:18.511Z[ host-image] Dec 03 23:12:17.646 INFO O| Dec 03 23:12:17.646 INFO STEP 56 (remove_files) COMPLETE
89622024-12-03T23:12:18.514Z[ host-image] Dec 03 23:12:17.646 INFO O| Dec 03 23:12:17.646 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89632024-12-03T23:12:18.520Z[ host-image] Dec 03 23:12:17.655 INFO O| Dec 03 23:12:17.655 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
89642024-12-03T23:12:18.520Z[ host-image] Dec 03 23:12:17.655 INFO O| Dec 03 23:12:17.655 INFO STEP 57 (remove_files) COMPLETE
89652024-12-03T23:12:18.520Z[ host-image] Dec 03 23:12:17.655 INFO O| Dec 03 23:12:17.655 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89662024-12-03T23:12:18.529Z[ host-image] Dec 03 23:12:17.664 INFO O| Dec 03 23:12:17.664 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
89672024-12-03T23:12:18.529Z[ host-image] Dec 03 23:12:17.664 INFO O| Dec 03 23:12:17.664 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
89682024-12-03T23:12:18.532Z[ host-image] Dec 03 23:12:17.664 INFO O| Dec 03 23:12:17.664 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89692024-12-03T23:12:18.532Z[ host-image] Dec 03 23:12:17.664 INFO O| Dec 03 23:12:17.664 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89702024-12-03T23:12:18.532Z[ host-image] Dec 03 23:12:17.664 INFO O| Dec 03 23:12:17.664 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89712024-12-03T23:12:18.532Z[ host-image] Dec 03 23:12:17.664 INFO O| Dec 03 23:12:17.664 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89722024-12-03T23:12:18.532Z[ host-image] Dec 03 23:12:17.664 INFO O| Dec 03 23:12:17.664 INFO ok!
89732024-12-03T23:12:18.532Z[ host-image] Dec 03 23:12:17.664 INFO O| Dec 03 23:12:17.664 INFO STEP 58 (ensure_file) COMPLETE
89742024-12-03T23:12:18.532Z[ host-image] Dec 03 23:12:17.664 INFO O| Dec 03 23:12:17.664 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89752024-12-03T23:12:18.539Z[ host-image] Dec 03 23:12:17.673 INFO O| Dec 03 23:12:17.673 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
89762024-12-03T23:12:18.539Z[ host-image] Dec 03 23:12:17.674 INFO O| Dec 03 23:12:17.674 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
89772024-12-03T23:12:18.541Z[ host-image] Dec 03 23:12:17.674 INFO O| Dec 03 23:12:17.674 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89782024-12-03T23:12:18.541Z[ host-image] Dec 03 23:12:17.674 INFO O| Dec 03 23:12:17.674 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89792024-12-03T23:12:18.541Z[ host-image] Dec 03 23:12:17.674 INFO O| Dec 03 23:12:17.674 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89802024-12-03T23:12:18.541Z[ host-image] Dec 03 23:12:17.674 INFO O| Dec 03 23:12:17.674 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89812024-12-03T23:12:18.541Z[ host-image] Dec 03 23:12:17.674 INFO O| Dec 03 23:12:17.674 INFO ok!
89822024-12-03T23:12:18.541Z[ host-image] Dec 03 23:12:17.674 INFO O| Dec 03 23:12:17.674 INFO STEP 59 (ensure_file) COMPLETE
89832024-12-03T23:12:18.541Z[ host-image] Dec 03 23:12:17.674 INFO O| Dec 03 23:12:17.674 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89842024-12-03T23:12:18.548Z[ host-image] Dec 03 23:12:17.683 INFO O| Dec 03 23:12:17.683 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
89852024-12-03T23:12:18.548Z[ host-image] Dec 03 23:12:17.683 INFO O| Dec 03 23:12:17.683 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
89862024-12-03T23:12:18.551Z[ host-image] Dec 03 23:12:17.683 INFO O| Dec 03 23:12:17.683 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
89872024-12-03T23:12:18.551Z[ host-image] Dec 03 23:12:17.684 INFO O| Dec 03 23:12:17.683 INFO ok!
89882024-12-03T23:12:18.551Z[ host-image] Dec 03 23:12:17.684 INFO O| Dec 03 23:12:17.683 INFO STEP 60 (ensure_file) COMPLETE
89892024-12-03T23:12:18.551Z[ host-image] Dec 03 23:12:17.684 INFO O| Dec 03 23:12:17.683 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89902024-12-03T23:12:18.558Z[ host-image] Dec 03 23:12:17.693 INFO O| Dec 03 23:12:17.693 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
89912024-12-03T23:12:18.558Z[ host-image] Dec 03 23:12:17.693 INFO O| Dec 03 23:12:17.693 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
89922024-12-03T23:12:18.560Z[ host-image] Dec 03 23:12:17.693 INFO O| Dec 03 23:12:17.693 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
89932024-12-03T23:12:18.560Z[ host-image] Dec 03 23:12:17.693 INFO O| Dec 03 23:12:17.693 INFO ok!
89942024-12-03T23:12:18.560Z[ host-image] Dec 03 23:12:17.693 INFO O| Dec 03 23:12:17.693 INFO STEP 61 (ensure_file) COMPLETE
89952024-12-03T23:12:18.560Z[ host-image] Dec 03 23:12:17.693 INFO O| Dec 03 23:12:17.693 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89962024-12-03T23:12:18.567Z[ host-image] Dec 03 23:12:17.702 INFO O| Dec 03 23:12:17.702 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
89972024-12-03T23:12:18.567Z[ host-image] Dec 03 23:12:17.702 INFO O| Dec 03 23:12:17.702 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
89982024-12-03T23:12:18.570Z[ host-image] Dec 03 23:12:17.702 INFO O| Dec 03 23:12:17.702 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
89992024-12-03T23:12:18.570Z[ host-image] Dec 03 23:12:17.702 INFO O| Dec 03 23:12:17.702 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
90002024-12-03T23:12:18.570Z[ host-image] Dec 03 23:12:17.702 INFO O| Dec 03 23:12:17.702 INFO ok!
90012024-12-03T23:12:18.570Z[ host-image] Dec 03 23:12:17.702 INFO O| Dec 03 23:12:17.702 INFO STEP 62 (ensure_file) COMPLETE
90022024-12-03T23:12:18.570Z[ host-image] Dec 03 23:12:17.702 INFO O| Dec 03 23:12:17.702 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90032024-12-03T23:12:18.577Z[ host-image] Dec 03 23:12:17.711 INFO O| Dec 03 23:12:17.711 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
90042024-12-03T23:12:18.577Z[ host-image] Dec 03 23:12:17.711 INFO O| Dec 03 23:12:17.711 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
90052024-12-03T23:12:18.580Z[ host-image] Dec 03 23:12:17.711 INFO O| Dec 03 23:12:17.711 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
90062024-12-03T23:12:18.580Z[ host-image] Dec 03 23:12:17.711 INFO O| Dec 03 23:12:17.711 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
90072024-12-03T23:12:18.580Z[ host-image] Dec 03 23:12:17.711 INFO O| Dec 03 23:12:17.711 INFO ok!
90082024-12-03T23:12:18.580Z[ host-image] Dec 03 23:12:17.711 INFO O| Dec 03 23:12:17.711 INFO STEP 63 (ensure_file) COMPLETE
90092024-12-03T23:12:18.580Z[ host-image] Dec 03 23:12:17.711 INFO O| Dec 03 23:12:17.711 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90102024-12-03T23:12:18.586Z[ host-image] Dec 03 23:12:17.720 INFO O| Dec 03 23:12:17.720 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
90112024-12-03T23:12:18.586Z[ host-image] Dec 03 23:12:17.720 INFO O| Dec 03 23:12:17.720 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
90122024-12-03T23:12:18.589Z[ host-image] Dec 03 23:12:17.721 INFO O| Dec 03 23:12:17.720 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
90132024-12-03T23:12:18.589Z[ host-image] Dec 03 23:12:17.721 INFO O| Dec 03 23:12:17.720 INFO ok!
90142024-12-03T23:12:18.589Z[ host-image] Dec 03 23:12:17.721 INFO O| Dec 03 23:12:17.721 INFO STEP 64 (assemble_files) COMPLETE
90152024-12-03T23:12:18.589Z[ host-image] Dec 03 23:12:17.721 INFO O| Dec 03 23:12:17.721 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90162024-12-03T23:12:18.595Z[ host-image] Dec 03 23:12:17.730 INFO O| Dec 03 23:12:17.729 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
90172024-12-03T23:12:18.595Z[ host-image] Dec 03 23:12:17.730 INFO O| Dec 03 23:12:17.730 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
90182024-12-03T23:12:18.597Z[ host-image] Dec 03 23:12:17.730 INFO O| Dec 03 23:12:17.730 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
90192024-12-03T23:12:18.597Z[ host-image] Dec 03 23:12:17.730 INFO O| Dec 03 23:12:17.730 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
90202024-12-03T23:12:18.598Z[ host-image] Dec 03 23:12:17.730 INFO O| Dec 03 23:12:17.730 INFO ok!
90212024-12-03T23:12:18.598Z[ host-image] Dec 03 23:12:17.730 INFO O| Dec 03 23:12:17.730 INFO STEP 65 (ensure_file) COMPLETE
90222024-12-03T23:12:18.598Z[ host-image] Dec 03 23:12:17.730 INFO O| Dec 03 23:12:17.730 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90232024-12-03T23:12:18.604Z[ host-image] Dec 03 23:12:17.739 INFO O| Dec 03 23:12:17.739 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
90242024-12-03T23:12:18.607Z[ host-image] Dec 03 23:12:17.739 INFO O| Dec 03 23:12:17.739 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
90252024-12-03T23:12:18.607Z[ host-image] Dec 03 23:12:17.739 INFO O| Dec 03 23:12:17.739 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
90262024-12-03T23:12:18.607Z[ host-image] Dec 03 23:12:17.739 INFO O| Dec 03 23:12:17.739 INFO STEP 66 (ensure_dir) COMPLETE
90272024-12-03T23:12:18.607Z[ host-image] Dec 03 23:12:17.739 INFO O| Dec 03 23:12:17.739 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90282024-12-03T23:12:18.614Z[ host-image] Dec 03 23:12:17.748 INFO O| Dec 03 23:12:17.748 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
90292024-12-03T23:12:18.614Z[ host-image] Dec 03 23:12:17.748 INFO O| Dec 03 23:12:17.748 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 ...
90302024-12-03T23:12:18.620Z[ host-image] Dec 03 23:12:17.755 INFO O| Dec 03 23:12:17.755 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
90312024-12-03T23:12:18.622Z[ host-image] Dec 03 23:12:17.755 INFO O| Dec 03 23:12:17.755 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
90322024-12-03T23:12:18.623Z[ host-image] Dec 03 23:12:17.755 INFO O| Dec 03 23:12:17.755 INFO ok!
90332024-12-03T23:12:18.623Z[ host-image] Dec 03 23:12:17.755 INFO O| Dec 03 23:12:17.755 INFO STEP 67 (ensure_file) COMPLETE
90342024-12-03T23:12:18.623Z[ host-image] Dec 03 23:12:17.755 INFO O| Dec 03 23:12:17.755 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90352024-12-03T23:12:18.629Z[ host-image] Dec 03 23:12:17.764 INFO O| Dec 03 23:12:17.764 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
90362024-12-03T23:12:18.632Z[ host-image] Dec 03 23:12:17.764 INFO O| Dec 03 23:12:17.764 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 ...
90372024-12-03T23:12:18.632Z[ host-image] Dec 03 23:12:17.764 INFO O| Dec 03 23:12:17.764 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
90382024-12-03T23:12:18.632Z[ host-image] Dec 03 23:12:17.764 INFO O| Dec 03 23:12:17.764 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
90392024-12-03T23:12:18.632Z[ host-image] Dec 03 23:12:17.764 INFO O| Dec 03 23:12:17.764 INFO ok!
90402024-12-03T23:12:18.632Z[ host-image] Dec 03 23:12:17.764 INFO O| Dec 03 23:12:17.764 INFO STEP 68 (ensure_file) COMPLETE
90412024-12-03T23:12:18.632Z[ host-image] Dec 03 23:12:17.764 INFO O| Dec 03 23:12:17.764 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90422024-12-03T23:12:18.643Z[ host-image] Dec 03 23:12:17.777 INFO O| Dec 03 23:12:17.777 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
90432024-12-03T23:12:18.643Z[ host-image] Dec 03 23:12:17.777 INFO O| Dec 03 23:12:17.777 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
90442024-12-03T23:12:20.611Z[ host-image] Dec 03 23:12:19.742 INFO O| Dec 03 23:12:19.742 INFO STEP 69 (pack_tar) COMPLETE
90452024-12-03T23:12:20.611Z[ host-image] Dec 03 23:12:19.742 INFO O| Dec 03 23:12:19.742 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
90462024-12-03T23:12:20.611Z[ host-image] Dec 03 23:12:19.742 INFO O| Dec 03 23:12:19.742 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
90472024-12-03T23:12:20.954Z[ host-image] Dec 03 23:12:20.083 INFO O| Dec 03 23:12:20.083 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
90482024-12-03T23:12:21.036Z[ host-image] Dec 03 23:12:20.170 INFO O| Dec 03 23:12:20.169 INFO completed processing gimlet/ramdisk-02-trim
90492024-12-03T23:12:21.040Z[ host-image] Dec 03 23:12:20.171 INFO image builder template: zfs...
90502024-12-03T23:12:21.040Z[ host-image] Dec 03 23:12:20.171 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/.tmpJya9uB/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
90512024-12-03T23:12:21.056Z[ host-image] Dec 03 23:12:20.185 INFO O| Dec 03 23:12:20.185 INFO skip include "stress" because feature "stress" is not enabled
90522024-12-03T23:12:21.082Z[ host-image] Dec 03 23:12:20.216 INFO O| Dec 03 23:12:20.216 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
90532024-12-03T23:12:21.087Z[ host-image] Dec 03 23:12:20.220 INFO O| Dec 03 23:12:20.220 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
90542024-12-03T23:12:21.144Z[ host-image] Dec 03 23:12:20.277 INFO O| Dec 03 23:12:20.277 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
90552024-12-03T23:12:21.201Z[ host-image] Dec 03 23:12:20.335 INFO O| Dec 03 23:12:20.335 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
90562024-12-03T23:12:21.206Z[ host-image] Dec 03 23:12:20.335 INFO O| Dec 03 23:12:20.335 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
90572024-12-03T23:12:21.208Z[ host-image] Dec 03 23:12:20.339 INFO O| Dec 03 23:12:20.339 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
90582024-12-03T23:12:21.285Z[ host-image] Dec 03 23:12:20.417 INFO O| Dec 03 23:12:20.417 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
90592024-12-03T23:12:21.353Z[ host-image] Dec 03 23:12:20.484 INFO O| Dec 03 23:12:20.484 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
90602024-12-03T23:12:21.361Z[ host-image] Dec 03 23:12:20.493 INFO O| Dec 03 23:12:20.493 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
90612024-12-03T23:12:21.364Z[ host-image] Dec 03 23:12:20.497 INFO O| Dec 03 23:12:20.497 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
90622024-12-03T23:12:21.369Z[ host-image] Dec 03 23:12:20.498 INFO O| Dec 03 23:12:20.497 INFO no lofi found
90632024-12-03T23:12:21.369Z[ host-image] Dec 03 23:12:20.498 INFO O| Dec 03 23:12:20.498 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
90642024-12-03T23:12:21.369Z[ host-image] Dec 03 23:12:20.498 INFO O| Dec 03 23:12:20.498 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
90652024-12-03T23:12:22.874Z[ host-image] Dec 03 23:12:22.007 INFO O| Dec 03 23:12:22.007 INFO lofi device = /dev/dsk/c2t1d0p0
90662024-12-03T23:12:22.874Z[ host-image] Dec 03 23:12:22.007 INFO O| Dec 03 23:12:22.007 INFO pool device = /dev/dsk/c2t1d0p0
90672024-12-03T23:12:22.876Z[ host-image] Dec 03 23:12:22.008 INFO O| Dec 03 23:12:22.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"]
90682024-12-03T23:12:22.939Z[ host-image] Dec 03 23:12:22.068 INFO O| Dec 03 23:12:22.068 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90692024-12-03T23:12:22.939Z[ host-image] Dec 03 23:12:22.069 INFO O| Dec 03 23:12:22.068 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
90702024-12-03T23:12:22.954Z[ host-image] Dec 03 23:12:22.088 INFO O| Dec 03 23:12:22.088 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
90712024-12-03T23:12:23.006Z[ host-image] Dec 03 23:12:22.140 INFO O| Dec 03 23:12:22.140 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
90722024-12-03T23:12:23.042Z[ host-image] Dec 03 23:12:22.175 INFO O| Dec 03 23:12:22.175 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
90732024-12-03T23:12:23.053Z[ host-image] Dec 03 23:12:22.186 INFO O| Dec 03 23:12:22.186 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
90742024-12-03T23:12:23.065Z[ host-image] Dec 03 23:12:22.195 INFO O| Dec 03 23:12:22.195 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
90752024-12-03T23:12:23.103Z[ host-image] Dec 03 23:12:22.237 INFO O| Dec 03 23:12:22.237 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
90762024-12-03T23:12:23.108Z[ host-image] Dec 03 23:12:22.237 INFO O| Dec 03 23:12:22.237 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
90772024-12-03T23:12:23.108Z[ host-image] Dec 03 23:12:22.237 INFO O| Dec 03 23:12:22.237 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
90782024-12-03T23:12:23.115Z[ host-image] Dec 03 23:12:22.249 INFO O| Dec 03 23:12:22.249 INFO boot environment UUID: e404af13-5d8f-4cd5-bdeb-28e431afff4d
90792024-12-03T23:12:23.115Z[ host-image] Dec 03 23:12:22.249 INFO O| Dec 03 23:12:22.249 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = e404af13-5d8f-4cd5-bdeb-28e431afff4d
90802024-12-03T23:12:23.123Z[ host-image] Dec 03 23:12:22.257 INFO O| Dec 03 23:12:22.257 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
90812024-12-03T23:12:23.133Z[ host-image] Dec 03 23:12:22.266 INFO O| Dec 03 23:12:22.266 INFO STEP 0 (create_be) COMPLETE
90822024-12-03T23:12:23.133Z[ host-image] Dec 03 23:12:22.266 INFO O| Dec 03 23:12:22.266 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90832024-12-03T23:12:23.147Z[ host-image] Dec 03 23:12:22.281 INFO O| Dec 03 23:12:22.281 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
90842024-12-03T23:12:40.480Z[ host-image] Dec 03 23:12:39.612 INFO O| Dec 03 23:12:39.612 INFO STEP 1 (unpack_tar) COMPLETE
90852024-12-03T23:12:40.480Z[ host-image] Dec 03 23:12:39.612 INFO O| Dec 03 23:12:39.612 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90862024-12-03T23:12:40.492Z[ host-image] Dec 03 23:12:39.623 INFO O| Dec 03 23:12:39.623 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
90872024-12-03T23:12:40.871Z[ host-image] Dec 03 23:12:40.002 INFO O| Dec 03 23:12:40.002 INFO STEP 2 (devfsadm) COMPLETE
90882024-12-03T23:12:40.873Z[ host-image] Dec 03 23:12:40.002 INFO O| Dec 03 23:12:40.002 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90892024-12-03T23:12:40.881Z[ host-image] Dec 03 23:12:40.013 INFO O| Dec 03 23:12:40.012 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90902024-12-03T23:12:40.881Z[ host-image] Dec 03 23:12:40.013 INFO O| Dec 03 23:12:40.013 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
90912024-12-03T23:12:40.884Z[ host-image] Dec 03 23:12:40.013 INFO O| Dec 03 23:12:40.013 INFO STEP 3 (ensure_dir) COMPLETE
90922024-12-03T23:12:40.884Z[ host-image] Dec 03 23:12:40.013 INFO O| Dec 03 23:12:40.013 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90932024-12-03T23:12:40.891Z[ host-image] Dec 03 23:12:40.022 INFO O| Dec 03 23:12:40.022 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
90942024-12-03T23:12:40.891Z[ host-image] Dec 03 23:12:40.022 INFO O| Dec 03 23:12:40.022 INFO STEP 4 (ensure_dir) COMPLETE
90952024-12-03T23:12:40.893Z[ host-image] Dec 03 23:12:40.022 INFO O| Dec 03 23:12:40.022 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90962024-12-03T23:12:40.900Z[ host-image] Dec 03 23:12:40.031 INFO O| Dec 03 23:12:40.031 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
90972024-12-03T23:12:40.900Z[ host-image] Dec 03 23:12:40.031 INFO O| Dec 03 23:12:40.031 INFO STEP 5 (ensure_dir) COMPLETE
90982024-12-03T23:12:40.900Z[ host-image] Dec 03 23:12:40.031 INFO O| Dec 03 23:12:40.031 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
90992024-12-03T23:12:40.909Z[ host-image] Dec 03 23:12:40.040 INFO O| Dec 03 23:12:40.040 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91002024-12-03T23:12:40.909Z[ host-image] Dec 03 23:12:40.040 INFO O| Dec 03 23:12:40.040 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91012024-12-03T23:12:40.911Z[ host-image] Dec 03 23:12:40.040 INFO O| Dec 03 23:12:40.040 INFO STEP 6 (ensure_dir) COMPLETE
91022024-12-03T23:12:40.911Z[ host-image] Dec 03 23:12:40.040 INFO O| Dec 03 23:12:40.040 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91032024-12-03T23:12:40.918Z[ host-image] Dec 03 23:12:40.050 INFO O| Dec 03 23:12:40.049 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91042024-12-03T23:12:40.918Z[ host-image] Dec 03 23:12:40.050 INFO O| Dec 03 23:12:40.050 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91052024-12-03T23:12:40.922Z[ host-image] Dec 03 23:12:40.050 INFO O| Dec 03 23:12:40.050 INFO STEP 7 (ensure_dir) COMPLETE
91062024-12-03T23:12:40.922Z[ host-image] Dec 03 23:12:40.050 INFO O| Dec 03 23:12:40.050 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91072024-12-03T23:12:40.927Z[ host-image] Dec 03 23:12:40.059 INFO O| Dec 03 23:12:40.059 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
91082024-12-03T23:12:40.930Z[ host-image] Dec 03 23:12:40.059 INFO O| Dec 03 23:12:40.059 INFO STEP 8 (remove_files) COMPLETE
91092024-12-03T23:12:40.930Z[ host-image] Dec 03 23:12:40.059 INFO O| Dec 03 23:12:40.059 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91102024-12-03T23:12:40.937Z[ host-image] Dec 03 23:12:40.068 INFO O| Dec 03 23:12:40.068 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
91112024-12-03T23:12:40.940Z[ host-image] Dec 03 23:12:40.069 INFO O| Dec 03 23:12:40.069 INFO STEP 9 (remove_files) COMPLETE
91122024-12-03T23:12:40.940Z[ host-image] Dec 03 23:12:40.069 INFO O| Dec 03 23:12:40.069 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91132024-12-03T23:12:40.947Z[ host-image] Dec 03 23:12:40.078 INFO O| Dec 03 23:12:40.078 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
91142024-12-03T23:12:40.950Z[ host-image] Dec 03 23:12:40.079 INFO O| Dec 03 23:12:40.079 INFO STEP 10 (remove_files) COMPLETE
91152024-12-03T23:12:40.950Z[ host-image] Dec 03 23:12:40.079 INFO O| Dec 03 23:12:40.079 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91162024-12-03T23:12:40.956Z[ host-image] Dec 03 23:12:40.088 INFO O| Dec 03 23:12:40.088 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
91172024-12-03T23:12:40.959Z[ host-image] Dec 03 23:12:40.088 INFO O| Dec 03 23:12:40.088 INFO STEP 11 (remove_files) COMPLETE
91182024-12-03T23:12:40.959Z[ host-image] Dec 03 23:12:40.088 INFO O| Dec 03 23:12:40.088 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91192024-12-03T23:12:40.967Z[ host-image] Dec 03 23:12:40.097 INFO O| Dec 03 23:12:40.097 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
91202024-12-03T23:12:40.970Z[ host-image] Dec 03 23:12:40.097 INFO O| Dec 03 23:12:40.097 INFO STEP 12 (remove_files) COMPLETE
91212024-12-03T23:12:40.970Z[ host-image] Dec 03 23:12:40.097 INFO O| Dec 03 23:12:40.097 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91222024-12-03T23:12:40.975Z[ host-image] Dec 03 23:12:40.106 INFO O| Dec 03 23:12:40.106 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91232024-12-03T23:12:40.978Z[ host-image] Dec 03 23:12:40.107 INFO O| Dec 03 23:12:40.106 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91242024-12-03T23:12:40.978Z[ host-image] Dec 03 23:12:40.107 INFO O| Dec 03 23:12:40.107 INFO STEP 13 (ensure_dir) COMPLETE
91252024-12-03T23:12:40.978Z[ host-image] Dec 03 23:12:40.107 INFO O| Dec 03 23:12:40.107 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91262024-12-03T23:12:40.984Z[ host-image] Dec 03 23:12:40.116 INFO O| Dec 03 23:12:40.116 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91272024-12-03T23:12:40.987Z[ host-image] Dec 03 23:12:40.116 INFO O| Dec 03 23:12:40.116 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91282024-12-03T23:12:40.987Z[ host-image] Dec 03 23:12:40.116 INFO O| Dec 03 23:12:40.116 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91292024-12-03T23:12:40.987Z[ host-image] Dec 03 23:12:40.116 INFO O| Dec 03 23:12:40.116 INFO STEP 14 (ensure_dir) COMPLETE
91302024-12-03T23:12:40.987Z[ host-image] Dec 03 23:12:40.116 INFO O| Dec 03 23:12:40.116 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91312024-12-03T23:12:40.994Z[ host-image] Dec 03 23:12:40.125 INFO O| Dec 03 23:12:40.125 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91322024-12-03T23:12:40.994Z[ host-image] Dec 03 23:12:40.125 INFO O| Dec 03 23:12:40.125 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91332024-12-03T23:12:40.996Z[ host-image] Dec 03 23:12:40.125 INFO O| Dec 03 23:12:40.125 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91342024-12-03T23:12:40.996Z[ host-image] Dec 03 23:12:40.125 INFO O| Dec 03 23:12:40.125 INFO STEP 15 (ensure_dir) COMPLETE
91352024-12-03T23:12:40.996Z[ host-image] Dec 03 23:12:40.125 INFO O| Dec 03 23:12:40.125 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91362024-12-03T23:12:41.003Z[ host-image] Dec 03 23:12:40.134 INFO O| Dec 03 23:12:40.134 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91372024-12-03T23:12:41.006Z[ host-image] Dec 03 23:12:40.134 INFO O| Dec 03 23:12:40.134 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91382024-12-03T23:12:41.006Z[ host-image] Dec 03 23:12:40.135 INFO O| Dec 03 23:12:40.134 INFO STEP 16 (ensure_dir) COMPLETE
91392024-12-03T23:12:41.006Z[ host-image] Dec 03 23:12:40.135 INFO O| Dec 03 23:12:40.134 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91402024-12-03T23:12:41.012Z[ host-image] Dec 03 23:12:40.144 INFO O| Dec 03 23:12:40.144 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91412024-12-03T23:12:41.013Z[ host-image] Dec 03 23:12:40.144 INFO O| Dec 03 23:12:40.144 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91422024-12-03T23:12:41.016Z[ host-image] Dec 03 23:12:40.144 INFO O| Dec 03 23:12:40.144 INFO STEP 17 (ensure_dir) COMPLETE
91432024-12-03T23:12:41.016Z[ host-image] Dec 03 23:12:40.144 INFO O| Dec 03 23:12:40.144 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91442024-12-03T23:12:41.022Z[ host-image] Dec 03 23:12:40.153 INFO O| Dec 03 23:12:40.153 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
91452024-12-03T23:12:41.022Z[ host-image] Dec 03 23:12:40.153 INFO O| Dec 03 23:12:40.153 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
91462024-12-03T23:12:41.024Z[ host-image] Dec 03 23:12:40.153 INFO O| Dec 03 23:12:40.153 INFO ok!
91472024-12-03T23:12:41.024Z[ host-image] Dec 03 23:12:40.153 INFO O| Dec 03 23:12:40.153 INFO STEP 18 (ensure_symlink) COMPLETE
91482024-12-03T23:12:41.024Z[ host-image] Dec 03 23:12:40.153 INFO O| Dec 03 23:12:40.153 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91492024-12-03T23:12:41.032Z[ host-image] Dec 03 23:12:40.163 INFO O| Dec 03 23:12:40.163 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
91502024-12-03T23:12:41.032Z[ host-image] Dec 03 23:12:40.163 INFO O| Dec 03 23:12:40.163 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
91512024-12-03T23:12:41.032Z[ host-image] Dec 03 23:12:40.163 INFO O| Dec 03 23:12:40.163 INFO ok!
91522024-12-03T23:12:41.032Z[ host-image] Dec 03 23:12:40.163 INFO O| Dec 03 23:12:40.163 INFO STEP 19 (ensure_file) COMPLETE
91532024-12-03T23:12:41.036Z[ host-image] Dec 03 23:12:40.163 INFO O| Dec 03 23:12:40.163 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91542024-12-03T23:12:41.042Z[ host-image] Dec 03 23:12:40.172 INFO O| Dec 03 23:12:40.172 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
91552024-12-03T23:12:41.042Z[ host-image] Dec 03 23:12:40.172 INFO O| Dec 03 23:12:40.172 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
91562024-12-03T23:12:41.045Z[ host-image] Dec 03 23:12:40.172 INFO O| Dec 03 23:12:40.172 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
91572024-12-03T23:12:41.045Z[ host-image] Dec 03 23:12:40.172 INFO O| Dec 03 23:12:40.172 INFO ok!
91582024-12-03T23:12:41.045Z[ host-image] Dec 03 23:12:40.172 INFO O| Dec 03 23:12:40.172 INFO STEP 20 (ensure_symlink) COMPLETE
91592024-12-03T23:12:41.045Z[ host-image] Dec 03 23:12:40.172 INFO O| Dec 03 23:12:40.172 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91602024-12-03T23:12:41.051Z[ host-image] Dec 03 23:12:40.181 INFO O| Dec 03 23:12:40.181 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
91612024-12-03T23:12:41.051Z[ host-image] Dec 03 23:12:40.181 INFO O| Dec 03 23:12:40.181 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
91622024-12-03T23:12:41.054Z[ host-image] Dec 03 23:12:40.181 INFO O| Dec 03 23:12:40.181 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
91632024-12-03T23:12:41.054Z[ host-image] Dec 03 23:12:40.181 INFO O| Dec 03 23:12:40.181 INFO ok!
91642024-12-03T23:12:41.054Z[ host-image] Dec 03 23:12:40.181 INFO O| Dec 03 23:12:40.181 INFO STEP 21 (ensure_symlink) COMPLETE
91652024-12-03T23:12:41.054Z[ host-image] Dec 03 23:12:40.181 INFO O| Dec 03 23:12:40.181 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91662024-12-03T23:12:41.060Z[ host-image] Dec 03 23:12:40.191 INFO O| Dec 03 23:12:40.191 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
91672024-12-03T23:12:41.060Z[ host-image] Dec 03 23:12:40.191 INFO O| Dec 03 23:12:40.191 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
91682024-12-03T23:12:41.063Z[ host-image] Dec 03 23:12:40.191 INFO O| Dec 03 23:12:40.191 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
91692024-12-03T23:12:41.063Z[ host-image] Dec 03 23:12:40.191 INFO O| Dec 03 23:12:40.191 INFO ok!
91702024-12-03T23:12:41.063Z[ host-image] Dec 03 23:12:40.191 INFO O| Dec 03 23:12:40.191 INFO STEP 22 (ensure_symlink) COMPLETE
91712024-12-03T23:12:41.063Z[ host-image] Dec 03 23:12:40.191 INFO O| Dec 03 23:12:40.191 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91722024-12-03T23:12:41.069Z[ host-image] Dec 03 23:12:40.200 INFO O| Dec 03 23:12:40.200 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
91732024-12-03T23:12:41.069Z[ host-image] Dec 03 23:12:40.200 INFO O| Dec 03 23:12:40.200 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
91742024-12-03T23:12:41.073Z[ host-image] Dec 03 23:12:40.200 INFO O| Dec 03 23:12:40.200 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
91752024-12-03T23:12:41.073Z[ host-image] Dec 03 23:12:40.200 INFO O| Dec 03 23:12:40.200 INFO ok!
91762024-12-03T23:12:41.073Z[ host-image] Dec 03 23:12:40.200 INFO O| Dec 03 23:12:40.200 INFO STEP 23 (ensure_symlink) COMPLETE
91772024-12-03T23:12:41.073Z[ host-image] Dec 03 23:12:40.200 INFO O| Dec 03 23:12:40.200 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91782024-12-03T23:12:41.079Z[ host-image] Dec 03 23:12:40.210 INFO O| Dec 03 23:12:40.210 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
91792024-12-03T23:12:41.081Z[ host-image] Dec 03 23:12:40.210 INFO O| Dec 03 23:12:40.210 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
91802024-12-03T23:12:41.081Z[ host-image] Dec 03 23:12:40.210 INFO O| Dec 03 23:12:40.210 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
91812024-12-03T23:12:41.081Z[ host-image] Dec 03 23:12:40.210 INFO O| Dec 03 23:12:40.210 INFO ok!
91822024-12-03T23:12:41.081Z[ host-image] Dec 03 23:12:40.210 INFO O| Dec 03 23:12:40.210 INFO STEP 24 (ensure_file) COMPLETE
91832024-12-03T23:12:41.081Z[ host-image] Dec 03 23:12:40.210 INFO O| Dec 03 23:12:40.210 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
91842024-12-03T23:12:41.088Z[ host-image] Dec 03 23:12:40.220 INFO O| Dec 03 23:12:40.220 INFO updating shadow file
91852024-12-03T23:12:41.091Z[ host-image] Dec 03 23:12:40.220 INFO O| Dec 03 23:12:40.220 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91862024-12-03T23:12:41.091Z[ host-image] Dec 03 23:12:40.220 INFO O| Dec 03 23:12:40.220 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91872024-12-03T23:12:41.091Z[ host-image] Dec 03 23:12:40.220 INFO O| Dec 03 23:12:40.220 INFO STEP 25 (shadow) COMPLETE
91882024-12-03T23:12:41.091Z[ host-image] Dec 03 23:12:40.220 INFO O| Dec 03 23:12:40.220 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91892024-12-03T23:12:41.098Z[ host-image] Dec 03 23:12:40.229 INFO O| Dec 03 23:12:40.229 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
91902024-12-03T23:12:41.101Z[ host-image] Dec 03 23:12:40.229 INFO O| Dec 03 23:12:40.229 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
91912024-12-03T23:12:41.101Z[ host-image] Dec 03 23:12:40.229 INFO O| Dec 03 23:12:40.229 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
91922024-12-03T23:12:41.101Z[ host-image] Dec 03 23:12:40.229 INFO O| Dec 03 23:12:40.229 INFO ok!
91932024-12-03T23:12:41.101Z[ host-image] Dec 03 23:12:40.229 INFO O| Dec 03 23:12:40.229 INFO STEP 26 (ensure_file) COMPLETE
91942024-12-03T23:12:41.101Z[ host-image] Dec 03 23:12:40.229 INFO O| Dec 03 23:12:40.229 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91952024-12-03T23:12:41.107Z[ host-image] Dec 03 23:12:40.239 INFO O| Dec 03 23:12:40.239 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
91962024-12-03T23:12:41.110Z[ host-image] Dec 03 23:12:40.239 INFO O| Dec 03 23:12:40.239 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
91972024-12-03T23:12:41.110Z[ host-image] Dec 03 23:12:40.239 INFO O| Dec 03 23:12:40.239 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
91982024-12-03T23:12:41.110Z[ host-image] Dec 03 23:12:40.239 INFO O| Dec 03 23:12:40.239 INFO ok!
91992024-12-03T23:12:41.110Z[ host-image] Dec 03 23:12:40.239 INFO O| Dec 03 23:12:40.239 INFO STEP 27 (ensure_file) COMPLETE
92002024-12-03T23:12:41.110Z[ host-image] Dec 03 23:12:40.239 INFO O| Dec 03 23:12:40.239 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92012024-12-03T23:12:41.118Z[ host-image] Dec 03 23:12:40.249 INFO O| Dec 03 23:12:40.249 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
92022024-12-03T23:12:41.120Z[ host-image] Dec 03 23:12:40.249 INFO O| Dec 03 23:12:40.249 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
92032024-12-03T23:12:41.120Z[ host-image] Dec 03 23:12:40.249 INFO O| Dec 03 23:12:40.249 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
92042024-12-03T23:12:41.121Z[ host-image] Dec 03 23:12:40.249 INFO O| Dec 03 23:12:40.249 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
92052024-12-03T23:12:41.121Z[ host-image] Dec 03 23:12:40.249 INFO O| Dec 03 23:12:40.249 INFO ok!
92062024-12-03T23:12:41.121Z[ host-image] Dec 03 23:12:40.249 INFO O| Dec 03 23:12:40.249 INFO STEP 28 (ensure_file) COMPLETE
92072024-12-03T23:12:41.121Z[ host-image] Dec 03 23:12:40.249 INFO O| Dec 03 23:12:40.249 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92082024-12-03T23:12:41.127Z[ host-image] Dec 03 23:12:40.258 INFO O| Dec 03 23:12:40.258 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
92092024-12-03T23:12:41.127Z[ host-image] Dec 03 23:12:40.258 INFO O| Dec 03 23:12:40.258 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
92102024-12-03T23:12:41.133Z[ host-image] Dec 03 23:12:40.258 INFO O| Dec 03 23:12:40.258 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
92112024-12-03T23:12:41.133Z[ host-image] Dec 03 23:12:40.258 INFO O| Dec 03 23:12:40.258 INFO ok!
92122024-12-03T23:12:41.133Z[ host-image] Dec 03 23:12:40.259 INFO O| Dec 03 23:12:40.258 INFO STEP 29 (ensure_file) COMPLETE
92132024-12-03T23:12:41.133Z[ host-image] Dec 03 23:12:40.259 INFO O| Dec 03 23:12:40.258 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92142024-12-03T23:12:41.137Z[ host-image] Dec 03 23:12:40.268 INFO O| Dec 03 23:12:40.268 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
92152024-12-03T23:12:41.137Z[ host-image] Dec 03 23:12:40.268 INFO O| Dec 03 23:12:40.268 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
92162024-12-03T23:12:41.139Z[ host-image] Dec 03 23:12:40.268 INFO O| Dec 03 23:12:40.268 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
92172024-12-03T23:12:41.139Z[ host-image] Dec 03 23:12:40.268 INFO O| Dec 03 23:12:40.268 INFO ok!
92182024-12-03T23:12:41.139Z[ host-image] Dec 03 23:12:40.268 INFO O| Dec 03 23:12:40.268 INFO STEP 30 (ensure_file) COMPLETE
92192024-12-03T23:12:41.139Z[ host-image] Dec 03 23:12:40.268 INFO O| Dec 03 23:12:40.268 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92202024-12-03T23:12:41.146Z[ host-image] Dec 03 23:12:40.278 INFO O| Dec 03 23:12:40.277 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
92212024-12-03T23:12:41.146Z[ host-image] Dec 03 23:12:40.278 INFO O| Dec 03 23:12:40.278 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
92222024-12-03T23:12:41.149Z[ host-image] Dec 03 23:12:40.278 INFO O| Dec 03 23:12:40.278 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
92232024-12-03T23:12:41.149Z[ host-image] Dec 03 23:12:40.278 INFO O| Dec 03 23:12:40.278 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
92242024-12-03T23:12:41.149Z[ host-image] Dec 03 23:12:40.278 INFO O| Dec 03 23:12:40.278 INFO ok!
92252024-12-03T23:12:41.149Z[ host-image] Dec 03 23:12:40.278 INFO O| Dec 03 23:12:40.278 INFO STEP 31 (ensure_file) COMPLETE
92262024-12-03T23:12:41.149Z[ host-image] Dec 03 23:12:40.278 INFO O| Dec 03 23:12:40.278 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92272024-12-03T23:12:41.156Z[ host-image] Dec 03 23:12:40.287 INFO O| Dec 03 23:12:40.287 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
92282024-12-03T23:12:41.158Z[ host-image] Dec 03 23:12:40.287 INFO O| Dec 03 23:12:40.287 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
92292024-12-03T23:12:41.158Z[ host-image] Dec 03 23:12:40.287 INFO O| Dec 03 23:12:40.287 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
92302024-12-03T23:12:41.158Z[ host-image] Dec 03 23:12:40.287 INFO O| Dec 03 23:12:40.287 INFO ok!
92312024-12-03T23:12:41.158Z[ host-image] Dec 03 23:12:40.287 INFO O| Dec 03 23:12:40.287 INFO STEP 32 (ensure_file) COMPLETE
92322024-12-03T23:12:41.158Z[ host-image] Dec 03 23:12:40.287 INFO O| Dec 03 23:12:40.287 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92332024-12-03T23:12:41.165Z[ host-image] Dec 03 23:12:40.296 INFO O| Dec 03 23:12:40.296 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
92342024-12-03T23:12:41.169Z[ host-image] Dec 03 23:12:40.296 INFO O| Dec 03 23:12:40.296 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
92352024-12-03T23:12:41.169Z[ host-image] Dec 03 23:12:40.296 INFO O| Dec 03 23:12:40.296 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
92362024-12-03T23:12:41.169Z[ host-image] Dec 03 23:12:40.296 INFO O| Dec 03 23:12:40.296 INFO ok!
92372024-12-03T23:12:41.169Z[ host-image] Dec 03 23:12:40.296 INFO O| Dec 03 23:12:40.296 INFO STEP 33 (ensure_file) COMPLETE
92382024-12-03T23:12:41.169Z[ host-image] Dec 03 23:12:40.296 INFO O| Dec 03 23:12:40.296 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92392024-12-03T23:12:41.174Z[ host-image] Dec 03 23:12:40.305 INFO O| Dec 03 23:12:40.305 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
92402024-12-03T23:12:41.174Z[ host-image] Dec 03 23:12:40.305 INFO O| Dec 03 23:12:40.305 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
92412024-12-03T23:12:41.177Z[ host-image] Dec 03 23:12:40.306 INFO O| Dec 03 23:12:40.306 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92422024-12-03T23:12:41.177Z[ host-image] Dec 03 23:12:40.306 INFO O| Dec 03 23:12:40.306 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92432024-12-03T23:12:41.177Z[ host-image] Dec 03 23:12:40.306 INFO O| Dec 03 23:12:40.306 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92442024-12-03T23:12:41.177Z[ host-image] Dec 03 23:12:40.306 INFO O| Dec 03 23:12:40.306 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92452024-12-03T23:12:41.177Z[ host-image] Dec 03 23:12:40.306 INFO O| Dec 03 23:12:40.306 INFO ok!
92462024-12-03T23:12:41.177Z[ host-image] Dec 03 23:12:40.306 INFO O| Dec 03 23:12:40.306 INFO STEP 34 (ensure_file) COMPLETE
92472024-12-03T23:12:41.177Z[ host-image] Dec 03 23:12:40.306 INFO O| Dec 03 23:12:40.306 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92482024-12-03T23:12:41.184Z[ host-image] Dec 03 23:12:40.315 INFO O| Dec 03 23:12:40.315 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92492024-12-03T23:12:41.187Z[ host-image] Dec 03 23:12:40.315 INFO O| Dec 03 23:12:40.315 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92502024-12-03T23:12:41.187Z[ host-image] Dec 03 23:12:40.315 INFO O| Dec 03 23:12:40.315 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92512024-12-03T23:12:41.187Z[ host-image] Dec 03 23:12:40.315 INFO O| Dec 03 23:12:40.315 INFO STEP 35 (ensure_dir) COMPLETE
92522024-12-03T23:12:41.187Z[ host-image] Dec 03 23:12:40.315 INFO O| Dec 03 23:12:40.315 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92532024-12-03T23:12:41.193Z[ host-image] Dec 03 23:12:40.324 INFO O| Dec 03 23:12:40.324 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
92542024-12-03T23:12:41.193Z[ host-image] Dec 03 23:12:40.324 INFO O| Dec 03 23:12:40.324 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 ...
92552024-12-03T23:12:41.196Z[ host-image] Dec 03 23:12:40.324 INFO O| Dec 03 23:12:40.324 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
92562024-12-03T23:12:41.196Z[ host-image] Dec 03 23:12:40.324 INFO O| Dec 03 23:12:40.324 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
92572024-12-03T23:12:41.196Z[ host-image] Dec 03 23:12:40.324 INFO O| Dec 03 23:12:40.324 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
92582024-12-03T23:12:41.196Z[ host-image] Dec 03 23:12:40.324 INFO O| Dec 03 23:12:40.324 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
92592024-12-03T23:12:41.196Z[ host-image] Dec 03 23:12:40.324 INFO O| Dec 03 23:12:40.324 INFO ok!
92602024-12-03T23:12:41.196Z[ host-image] Dec 03 23:12:40.324 INFO O| Dec 03 23:12:40.324 INFO STEP 36 (ensure_file) COMPLETE
92612024-12-03T23:12:41.196Z[ host-image] Dec 03 23:12:40.324 INFO O| Dec 03 23:12:40.324 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92622024-12-03T23:12:41.202Z[ host-image] Dec 03 23:12:40.333 INFO O| Dec 03 23:12:40.333 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
92632024-12-03T23:12:41.205Z[ host-image] Dec 03 23:12:40.333 INFO O| Dec 03 23:12:40.333 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 ...
92642024-12-03T23:12:41.205Z[ host-image] Dec 03 23:12:40.334 INFO O| Dec 03 23:12:40.333 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
92652024-12-03T23:12:41.205Z[ host-image] Dec 03 23:12:40.334 INFO O| Dec 03 23:12:40.334 INFO ok!
92662024-12-03T23:12:41.205Z[ host-image] Dec 03 23:12:40.334 INFO O| Dec 03 23:12:40.334 INFO STEP 37 (ensure_symlink) COMPLETE
92672024-12-03T23:12:41.205Z[ host-image] Dec 03 23:12:40.334 INFO O| Dec 03 23:12:40.334 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92682024-12-03T23:12:41.212Z[ host-image] Dec 03 23:12:40.343 INFO O| Dec 03 23:12:40.343 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
92692024-12-03T23:12:41.215Z[ host-image] Dec 03 23:12:40.343 INFO O| Dec 03 23:12:40.343 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
92702024-12-03T23:12:41.215Z[ host-image] Dec 03 23:12:40.343 INFO O| Dec 03 23:12:40.343 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92712024-12-03T23:12:41.215Z[ host-image] Dec 03 23:12:40.343 INFO O| Dec 03 23:12:40.343 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92722024-12-03T23:12:41.215Z[ host-image] Dec 03 23:12:40.343 INFO O| Dec 03 23:12:40.343 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92732024-12-03T23:12:41.215Z[ host-image] Dec 03 23:12:40.343 INFO O| Dec 03 23:12:40.343 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92742024-12-03T23:12:41.215Z[ host-image] Dec 03 23:12:40.343 INFO O| Dec 03 23:12:40.343 INFO ok!
92752024-12-03T23:12:41.215Z[ host-image] Dec 03 23:12:40.343 INFO O| Dec 03 23:12:40.343 INFO STEP 38 (ensure_file) COMPLETE
92762024-12-03T23:12:41.215Z[ host-image] Dec 03 23:12:40.343 INFO O| Dec 03 23:12:40.343 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92772024-12-03T23:12:41.221Z[ host-image] Dec 03 23:12:40.352 INFO O| Dec 03 23:12:40.352 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
92782024-12-03T23:12:41.221Z[ host-image] Dec 03 23:12:40.353 INFO O| Dec 03 23:12:40.352 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 ...
92792024-12-03T23:12:41.224Z[ host-image] Dec 03 23:12:40.353 INFO O| Dec 03 23:12:40.353 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
92802024-12-03T23:12:41.224Z[ host-image] Dec 03 23:12:40.353 INFO O| Dec 03 23:12:40.353 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
92812024-12-03T23:12:41.224Z[ host-image] Dec 03 23:12:40.353 INFO O| Dec 03 23:12:40.353 INFO ok!
92822024-12-03T23:12:41.224Z[ host-image] Dec 03 23:12:40.353 INFO O| Dec 03 23:12:40.353 INFO STEP 39 (ensure_file) COMPLETE
92832024-12-03T23:12:41.224Z[ host-image] Dec 03 23:12:40.353 INFO O| Dec 03 23:12:40.353 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92842024-12-03T23:12:41.231Z[ host-image] Dec 03 23:12:40.362 INFO O| Dec 03 23:12:40.362 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
92852024-12-03T23:12:41.231Z[ host-image] Dec 03 23:12:40.362 INFO O| Dec 03 23:12:40.362 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
92862024-12-03T23:12:41.234Z[ host-image] Dec 03 23:12:40.362 INFO O| Dec 03 23:12:40.362 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
92872024-12-03T23:12:41.234Z[ host-image] Dec 03 23:12:40.362 INFO O| Dec 03 23:12:40.362 INFO ok!
92882024-12-03T23:12:41.234Z[ host-image] Dec 03 23:12:40.362 INFO O| Dec 03 23:12:40.362 INFO STEP 40 (ensure_file) COMPLETE
92892024-12-03T23:12:41.234Z[ host-image] Dec 03 23:12:40.362 INFO O| Dec 03 23:12:40.362 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
92902024-12-03T23:12:41.240Z[ host-image] Dec 03 23:12:40.371 INFO O| Dec 03 23:12:40.371 INFO updating shadow file
92912024-12-03T23:12:41.240Z[ host-image] Dec 03 23:12:40.371 INFO O| Dec 03 23:12:40.371 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
92922024-12-03T23:12:41.240Z[ host-image] Dec 03 23:12:40.371 INFO O| Dec 03 23:12:40.371 INFO STEP 41 (shadow) COMPLETE
92932024-12-03T23:12:41.243Z[ host-image] Dec 03 23:12:40.371 INFO O| Dec 03 23:12:40.371 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
92942024-12-03T23:12:41.249Z[ host-image] Dec 03 23:12:40.381 INFO O| Dec 03 23:12:40.380 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
92952024-12-03T23:12:41.252Z[ host-image] Dec 03 23:12:40.381 INFO O| Dec 03 23:12:40.381 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
92962024-12-03T23:12:41.252Z[ host-image] Dec 03 23:12:40.381 INFO O| Dec 03 23:12:40.381 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
92972024-12-03T23:12:41.252Z[ host-image] Dec 03 23:12:40.381 INFO O| Dec 03 23:12:40.381 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
92982024-12-03T23:12:41.252Z[ host-image] Dec 03 23:12:40.381 INFO O| Dec 03 23:12:40.381 INFO ok!
92992024-12-03T23:12:41.252Z[ host-image] Dec 03 23:12:40.381 INFO O| Dec 03 23:12:40.381 INFO STEP 42 (ensure_file) COMPLETE
93002024-12-03T23:12:41.252Z[ host-image] Dec 03 23:12:40.381 INFO O| Dec 03 23:12:40.381 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93012024-12-03T23:12:41.252Z[ host-image] Dec 03 23:12:40.381 INFO O| Dec 03 23:12:40.381 INFO skip step because feature "mfg" is not enabled
93022024-12-03T23:12:41.252Z[ host-image] Dec 03 23:12:40.381 INFO O| Dec 03 23:12:40.381 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93032024-12-03T23:12:41.252Z[ host-image] Dec 03 23:12:40.381 INFO O| Dec 03 23:12:40.381 INFO skip step because feature "mfg" is not enabled
93042024-12-03T23:12:41.252Z[ host-image] Dec 03 23:12:40.381 INFO O| Dec 03 23:12:40.381 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93052024-12-03T23:12:41.260Z[ host-image] Dec 03 23:12:40.390 INFO O| Dec 03 23:12:40.390 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
93062024-12-03T23:12:41.260Z[ host-image] Dec 03 23:12:40.390 INFO O| Dec 03 23:12:40.390 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
93072024-12-03T23:12:41.902Z[ host-image] Dec 03 23:12:41.033 INFO O| Dec 03 23:12:41.033 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
93082024-12-03T23:12:41.902Z[ host-image] Dec 03 23:12:41.033 INFO O| Dec 03 23:12:41.033 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
93092024-12-03T23:12:41.904Z[ host-image] Dec 03 23:12:41.033 INFO O| Dec 03 23:12:41.033 INFO ok!
93102024-12-03T23:12:41.904Z[ host-image] Dec 03 23:12:41.033 INFO O| Dec 03 23:12:41.033 INFO STEP 45 (ensure_file) COMPLETE
93112024-12-03T23:12:41.904Z[ host-image] Dec 03 23:12:41.033 INFO O| Dec 03 23:12:41.033 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93122024-12-03T23:12:41.912Z[ host-image] Dec 03 23:12:41.044 INFO O| Dec 03 23:12:41.044 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
93132024-12-03T23:12:41.912Z[ host-image] Dec 03 23:12:41.044 INFO O| Dec 03 23:12:41.044 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
93142024-12-03T23:12:41.915Z[ host-image] Dec 03 23:12:41.044 INFO O| Dec 03 23:12:41.044 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93152024-12-03T23:12:41.915Z[ host-image] Dec 03 23:12:41.044 INFO O| Dec 03 23:12:41.044 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93162024-12-03T23:12:41.915Z[ host-image] Dec 03 23:12:41.044 INFO O| Dec 03 23:12:41.044 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93172024-12-03T23:12:41.915Z[ host-image] Dec 03 23:12:41.044 INFO O| Dec 03 23:12:41.044 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93182024-12-03T23:12:41.915Z[ host-image] Dec 03 23:12:41.044 INFO O| Dec 03 23:12:41.044 INFO ok!
93192024-12-03T23:12:41.915Z[ host-image] Dec 03 23:12:41.044 INFO O| Dec 03 23:12:41.044 INFO STEP 46 (ensure_file) COMPLETE
93202024-12-03T23:12:41.915Z[ host-image] Dec 03 23:12:41.044 INFO O| Dec 03 23:12:41.044 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93212024-12-03T23:12:41.922Z[ host-image] Dec 03 23:12:41.053 INFO O| Dec 03 23:12:41.053 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
93222024-12-03T23:12:41.922Z[ host-image] Dec 03 23:12:41.053 INFO O| Dec 03 23:12:41.053 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 ...
93232024-12-03T23:12:41.924Z[ host-image] Dec 03 23:12:41.054 INFO O| Dec 03 23:12:41.053 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
93242024-12-03T23:12:41.925Z[ host-image] Dec 03 23:12:41.054 INFO O| Dec 03 23:12:41.054 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
93252024-12-03T23:12:41.925Z[ host-image] Dec 03 23:12:41.054 INFO O| Dec 03 23:12:41.054 INFO ok!
93262024-12-03T23:12:41.925Z[ host-image] Dec 03 23:12:41.054 INFO O| Dec 03 23:12:41.054 INFO STEP 47 (ensure_file) COMPLETE
93272024-12-03T23:12:41.925Z[ host-image] Dec 03 23:12:41.054 INFO O| Dec 03 23:12:41.054 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93282024-12-03T23:12:41.932Z[ host-image] Dec 03 23:12:41.063 INFO O| Dec 03 23:12:41.063 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
93292024-12-03T23:12:41.932Z[ host-image] Dec 03 23:12:41.063 INFO O| Dec 03 23:12:41.063 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
93302024-12-03T23:12:41.935Z[ host-image] Dec 03 23:12:41.063 INFO O| Dec 03 23:12:41.063 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93312024-12-03T23:12:41.935Z[ host-image] Dec 03 23:12:41.063 INFO O| Dec 03 23:12:41.063 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93322024-12-03T23:12:41.935Z[ host-image] Dec 03 23:12:41.063 INFO O| Dec 03 23:12:41.063 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93332024-12-03T23:12:41.935Z[ host-image] Dec 03 23:12:41.063 INFO O| Dec 03 23:12:41.063 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93342024-12-03T23:12:41.935Z[ host-image] Dec 03 23:12:41.063 INFO O| Dec 03 23:12:41.063 INFO ok!
93352024-12-03T23:12:41.935Z[ host-image] Dec 03 23:12:41.063 INFO O| Dec 03 23:12:41.063 INFO STEP 48 (ensure_file) COMPLETE
93362024-12-03T23:12:41.935Z[ host-image] Dec 03 23:12:41.063 INFO O| Dec 03 23:12:41.063 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93372024-12-03T23:12:41.941Z[ host-image] Dec 03 23:12:41.073 INFO O| Dec 03 23:12:41.073 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
93382024-12-03T23:12:41.945Z[ host-image] Dec 03 23:12:41.073 INFO O| Dec 03 23:12:41.073 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 ...
93392024-12-03T23:12:41.945Z[ host-image] Dec 03 23:12:41.073 INFO O| Dec 03 23:12:41.073 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
93402024-12-03T23:12:41.945Z[ host-image] Dec 03 23:12:41.073 INFO O| Dec 03 23:12:41.073 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
93412024-12-03T23:12:41.945Z[ host-image] Dec 03 23:12:41.073 INFO O| Dec 03 23:12:41.073 INFO ok!
93422024-12-03T23:12:41.945Z[ host-image] Dec 03 23:12:41.073 INFO O| Dec 03 23:12:41.073 INFO STEP 49 (ensure_file) COMPLETE
93432024-12-03T23:12:41.945Z[ host-image] Dec 03 23:12:41.073 INFO O| Dec 03 23:12:41.073 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93442024-12-03T23:12:41.951Z[ host-image] Dec 03 23:12:41.082 INFO O| Dec 03 23:12:41.082 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
93452024-12-03T23:12:41.951Z[ host-image] Dec 03 23:12:41.082 INFO O| Dec 03 23:12:41.082 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
93462024-12-03T23:12:41.954Z[ host-image] Dec 03 23:12:41.082 INFO O| Dec 03 23:12:41.082 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93472024-12-03T23:12:41.954Z[ host-image] Dec 03 23:12:41.082 INFO O| Dec 03 23:12:41.082 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93482024-12-03T23:12:41.954Z[ host-image] Dec 03 23:12:41.082 INFO O| Dec 03 23:12:41.082 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93492024-12-03T23:12:41.954Z[ host-image] Dec 03 23:12:41.082 INFO O| Dec 03 23:12:41.082 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93502024-12-03T23:12:41.954Z[ host-image] Dec 03 23:12:41.082 INFO O| Dec 03 23:12:41.082 INFO ok!
93512024-12-03T23:12:41.954Z[ host-image] Dec 03 23:12:41.082 INFO O| Dec 03 23:12:41.082 INFO STEP 50 (ensure_file) COMPLETE
93522024-12-03T23:12:41.954Z[ host-image] Dec 03 23:12:41.082 INFO O| Dec 03 23:12:41.082 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93532024-12-03T23:12:41.961Z[ host-image] Dec 03 23:12:41.092 INFO O| Dec 03 23:12:41.092 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
93542024-12-03T23:12:41.961Z[ host-image] Dec 03 23:12:41.092 INFO O| Dec 03 23:12:41.092 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 ...
93552024-12-03T23:12:41.961Z[ host-image] Dec 03 23:12:41.092 INFO O| Dec 03 23:12:41.092 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
93562024-12-03T23:12:41.963Z[ host-image] Dec 03 23:12:41.092 INFO O| Dec 03 23:12:41.092 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
93572024-12-03T23:12:41.963Z[ host-image] Dec 03 23:12:41.092 INFO O| Dec 03 23:12:41.092 INFO ok!
93582024-12-03T23:12:41.963Z[ host-image] Dec 03 23:12:41.092 INFO O| Dec 03 23:12:41.092 INFO STEP 51 (ensure_file) COMPLETE
93592024-12-03T23:12:41.963Z[ host-image] Dec 03 23:12:41.092 INFO O| Dec 03 23:12:41.092 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93602024-12-03T23:12:41.970Z[ host-image] Dec 03 23:12:41.101 INFO O| Dec 03 23:12:41.101 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
93612024-12-03T23:12:41.970Z[ host-image] Dec 03 23:12:41.101 INFO O| Dec 03 23:12:41.101 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 ...
93622024-12-03T23:12:41.973Z[ host-image] Dec 03 23:12:41.101 INFO O| Dec 03 23:12:41.101 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
93632024-12-03T23:12:41.973Z[ host-image] Dec 03 23:12:41.102 INFO O| Dec 03 23:12:41.101 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
93642024-12-03T23:12:41.973Z[ host-image] Dec 03 23:12:41.102 INFO O| Dec 03 23:12:41.101 INFO ok!
93652024-12-03T23:12:41.973Z[ host-image] Dec 03 23:12:41.102 INFO O| Dec 03 23:12:41.102 INFO STEP 52 (ensure_file) COMPLETE
93662024-12-03T23:12:41.973Z[ host-image] Dec 03 23:12:41.102 INFO O| Dec 03 23:12:41.102 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93672024-12-03T23:12:41.980Z[ host-image] Dec 03 23:12:41.111 INFO O| Dec 03 23:12:41.111 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
93682024-12-03T23:12:41.980Z[ host-image] Dec 03 23:12:41.111 INFO O| Dec 03 23:12:41.111 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 ...
93692024-12-03T23:12:41.982Z[ host-image] Dec 03 23:12:41.111 INFO O| Dec 03 23:12:41.111 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
93702024-12-03T23:12:41.983Z[ host-image] Dec 03 23:12:41.111 INFO O| Dec 03 23:12:41.111 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
93712024-12-03T23:12:41.983Z[ host-image] Dec 03 23:12:41.111 INFO O| Dec 03 23:12:41.111 INFO ok!
93722024-12-03T23:12:41.983Z[ host-image] Dec 03 23:12:41.111 INFO O| Dec 03 23:12:41.111 INFO STEP 53 (ensure_file) COMPLETE
93732024-12-03T23:12:41.983Z[ host-image] Dec 03 23:12:41.111 INFO O| Dec 03 23:12:41.111 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93742024-12-03T23:12:41.990Z[ host-image] Dec 03 23:12:41.121 INFO O| Dec 03 23:12:41.121 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
93752024-12-03T23:12:41.990Z[ host-image] Dec 03 23:12:41.121 INFO O| Dec 03 23:12:41.121 INFO STEP 54 (ensure_dir) COMPLETE
93762024-12-03T23:12:41.992Z[ host-image] Dec 03 23:12:41.121 INFO O| Dec 03 23:12:41.121 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93772024-12-03T23:12:41.999Z[ host-image] Dec 03 23:12:41.130 INFO O| Dec 03 23:12:41.130 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
93782024-12-03T23:12:41.999Z[ host-image] Dec 03 23:12:41.130 INFO O| Dec 03 23:12:41.130 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
93792024-12-03T23:12:41.999Z[ host-image] Dec 03 23:12:41.130 INFO O| Dec 03 23:12:41.130 INFO STEP 55 (ensure_dir) COMPLETE
93802024-12-03T23:12:42.002Z[ host-image] Dec 03 23:12:41.130 INFO O| Dec 03 23:12:41.130 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93812024-12-03T23:12:42.010Z[ host-image] Dec 03 23:12:41.140 INFO O| Dec 03 23:12:41.140 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
93822024-12-03T23:12:42.012Z[ host-image] Dec 03 23:12:41.140 INFO O| Dec 03 23:12:41.140 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
93832024-12-03T23:12:42.012Z[ host-image] Dec 03 23:12:41.140 INFO O| Dec 03 23:12:41.140 INFO STEP 56 (ensure_dir) COMPLETE
93842024-12-03T23:12:42.012Z[ host-image] Dec 03 23:12:41.140 INFO O| Dec 03 23:12:41.140 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93852024-12-03T23:12:42.018Z[ host-image] Dec 03 23:12:41.150 INFO O| Dec 03 23:12:41.149 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
93862024-12-03T23:12:42.021Z[ host-image] Dec 03 23:12:41.150 INFO O| Dec 03 23:12:41.150 INFO copying /tmp/.tmpJya9uB/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
93872024-12-03T23:12:42.035Z[ host-image] Dec 03 23:12:41.166 INFO O| Dec 03 23:12:41.166 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
93882024-12-03T23:12:42.035Z[ host-image] Dec 03 23:12:41.166 INFO O| Dec 03 23:12:41.166 INFO ok!
93892024-12-03T23:12:42.037Z[ host-image] Dec 03 23:12:41.166 INFO O| Dec 03 23:12:41.166 INFO STEP 57 (ensure_file) COMPLETE
93902024-12-03T23:12:42.037Z[ host-image] Dec 03 23:12:41.166 INFO O| Dec 03 23:12:41.166 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93912024-12-03T23:12:42.045Z[ host-image] Dec 03 23:12:41.177 INFO O| Dec 03 23:12:41.177 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
93922024-12-03T23:12:42.045Z[ host-image] Dec 03 23:12:41.177 INFO O| Dec 03 23:12:41.177 INFO copying /tmp/.tmpJya9uB/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
93932024-12-03T23:12:43.119Z[ host-image] Dec 03 23:12:42.249 INFO O| Dec 03 23:12:42.249 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
93942024-12-03T23:12:43.119Z[ host-image] Dec 03 23:12:42.249 INFO O| Dec 03 23:12:42.249 INFO ok!
93952024-12-03T23:12:43.119Z[ host-image] Dec 03 23:12:42.249 INFO O| Dec 03 23:12:42.249 INFO STEP 58 (ensure_file) COMPLETE
93962024-12-03T23:12:43.119Z[ host-image] Dec 03 23:12:42.249 INFO O| Dec 03 23:12:42.249 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93972024-12-03T23:12:43.129Z[ host-image] Dec 03 23:12:42.260 INFO O| Dec 03 23:12:42.260 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
93982024-12-03T23:12:43.132Z[ host-image] Dec 03 23:12:42.260 INFO O| Dec 03 23:12:42.260 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
93992024-12-03T23:12:43.132Z[ host-image] Dec 03 23:12:42.260 INFO O| Dec 03 23:12:42.260 INFO STEP 59 (ensure_dir) COMPLETE
94002024-12-03T23:12:43.132Z[ host-image] Dec 03 23:12:42.260 INFO O| Dec 03 23:12:42.260 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94012024-12-03T23:12:43.139Z[ host-image] Dec 03 23:12:42.269 INFO O| Dec 03 23:12:42.269 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
94022024-12-03T23:12:43.140Z[ host-image] Dec 03 23:12:42.269 INFO O| Dec 03 23:12:42.269 INFO copying /tmp/.tmpJya9uB/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 ...
94032024-12-03T23:12:43.140Z[ host-image] Dec 03 23:12:42.269 INFO O| Dec 03 23:12:42.269 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
94042024-12-03T23:12:43.140Z[ host-image] Dec 03 23:12:42.269 INFO O| Dec 03 23:12:42.269 INFO ok!
94052024-12-03T23:12:43.144Z[ host-image] Dec 03 23:12:42.269 INFO O| Dec 03 23:12:42.269 INFO STEP 60 (ensure_file) COMPLETE
94062024-12-03T23:12:43.144Z[ host-image] Dec 03 23:12:42.269 INFO O| Dec 03 23:12:42.269 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94072024-12-03T23:12:43.147Z[ host-image] Dec 03 23:12:42.278 INFO O| Dec 03 23:12:42.278 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
94082024-12-03T23:12:43.150Z[ host-image] Dec 03 23:12:42.278 INFO O| Dec 03 23:12:42.278 INFO copying /tmp/.tmpJya9uB/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 ...
94092024-12-03T23:12:43.150Z[ host-image] Dec 03 23:12:42.279 INFO O| Dec 03 23:12:42.279 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
94102024-12-03T23:12:43.150Z[ host-image] Dec 03 23:12:42.279 INFO O| Dec 03 23:12:42.279 INFO ok!
94112024-12-03T23:12:43.150Z[ host-image] Dec 03 23:12:42.279 INFO O| Dec 03 23:12:42.279 INFO STEP 61 (ensure_file) COMPLETE
94122024-12-03T23:12:43.150Z[ host-image] Dec 03 23:12:42.279 INFO O| Dec 03 23:12:42.279 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94132024-12-03T23:12:43.157Z[ host-image] Dec 03 23:12:42.288 INFO O| Dec 03 23:12:42.288 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
94142024-12-03T23:12:43.157Z[ host-image] Dec 03 23:12:42.288 INFO O| Dec 03 23:12:42.288 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
94152024-12-03T23:12:43.159Z[ host-image] Dec 03 23:12:42.288 INFO O| Dec 03 23:12:42.288 INFO STEP 62 (ensure_dir) COMPLETE
94162024-12-03T23:12:43.159Z[ host-image] Dec 03 23:12:42.288 INFO O| Dec 03 23:12:42.288 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94172024-12-03T23:12:43.166Z[ host-image] Dec 03 23:12:42.297 INFO O| Dec 03 23:12:42.297 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
94182024-12-03T23:12:43.166Z[ host-image] Dec 03 23:12:42.297 INFO O| Dec 03 23:12:42.297 INFO copying /tmp/.tmpJya9uB/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 ...
94192024-12-03T23:12:43.168Z[ host-image] Dec 03 23:12:42.297 INFO O| Dec 03 23:12:42.297 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
94202024-12-03T23:12:43.168Z[ host-image] Dec 03 23:12:42.297 INFO O| Dec 03 23:12:42.297 INFO ok!
94212024-12-03T23:12:43.168Z[ host-image] Dec 03 23:12:42.297 INFO O| Dec 03 23:12:42.297 INFO STEP 63 (ensure_file) COMPLETE
94222024-12-03T23:12:43.168Z[ host-image] Dec 03 23:12:42.297 INFO O| Dec 03 23:12:42.297 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94232024-12-03T23:12:43.175Z[ host-image] Dec 03 23:12:42.306 INFO O| Dec 03 23:12:42.306 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
94242024-12-03T23:12:43.175Z[ host-image] Dec 03 23:12:42.306 INFO O| Dec 03 23:12:42.306 INFO copying /tmp/.tmpJya9uB/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 ...
94252024-12-03T23:12:43.178Z[ host-image] Dec 03 23:12:42.306 INFO O| Dec 03 23:12:42.306 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
94262024-12-03T23:12:43.178Z[ host-image] Dec 03 23:12:42.306 INFO O| Dec 03 23:12:42.306 INFO ok!
94272024-12-03T23:12:43.178Z[ host-image] Dec 03 23:12:42.306 INFO O| Dec 03 23:12:42.306 INFO STEP 64 (ensure_file) COMPLETE
94282024-12-03T23:12:43.178Z[ host-image] Dec 03 23:12:42.306 INFO O| Dec 03 23:12:42.306 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94292024-12-03T23:12:43.184Z[ host-image] Dec 03 23:12:42.315 INFO O| Dec 03 23:12:42.315 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
94302024-12-03T23:12:43.184Z[ host-image] Dec 03 23:12:42.315 INFO O| Dec 03 23:12:42.315 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
94312024-12-03T23:12:43.187Z[ host-image] Dec 03 23:12:42.315 INFO O| Dec 03 23:12:42.315 INFO STEP 65 (ensure_dir) COMPLETE
94322024-12-03T23:12:43.187Z[ host-image] Dec 03 23:12:42.315 INFO O| Dec 03 23:12:42.315 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94332024-12-03T23:12:43.193Z[ host-image] Dec 03 23:12:42.324 INFO O| Dec 03 23:12:42.324 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
94342024-12-03T23:12:43.193Z[ host-image] Dec 03 23:12:42.324 INFO O| Dec 03 23:12:42.324 INFO copying /tmp/.tmpJya9uB/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 ...
94352024-12-03T23:12:43.196Z[ host-image] Dec 03 23:12:42.324 INFO O| Dec 03 23:12:42.324 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
94362024-12-03T23:12:43.196Z[ host-image] Dec 03 23:12:42.324 INFO O| Dec 03 23:12:42.324 INFO ok!
94372024-12-03T23:12:43.196Z[ host-image] Dec 03 23:12:42.324 INFO O| Dec 03 23:12:42.324 INFO STEP 66 (ensure_file) COMPLETE
94382024-12-03T23:12:43.196Z[ host-image] Dec 03 23:12:42.324 INFO O| Dec 03 23:12:42.324 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94392024-12-03T23:12:43.203Z[ host-image] Dec 03 23:12:42.334 INFO O| Dec 03 23:12:42.334 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
94402024-12-03T23:12:43.204Z[ host-image] Dec 03 23:12:42.334 INFO O| Dec 03 23:12:42.334 INFO copying /tmp/.tmpJya9uB/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
94412024-12-03T23:12:43.204Z[ host-image] Dec 03 23:12:42.335 INFO O| Dec 03 23:12:42.334 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
94422024-12-03T23:12:43.204Z[ host-image] Dec 03 23:12:42.335 INFO O| Dec 03 23:12:42.335 INFO ok!
94432024-12-03T23:12:43.206Z[ host-image] Dec 03 23:12:42.335 INFO O| Dec 03 23:12:42.335 INFO STEP 67 (ensure_file) COMPLETE
94442024-12-03T23:12:43.206Z[ host-image] Dec 03 23:12:42.335 INFO O| Dec 03 23:12:42.335 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94452024-12-03T23:12:43.213Z[ host-image] Dec 03 23:12:42.344 INFO O| Dec 03 23:12:42.344 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
94462024-12-03T23:12:43.215Z[ host-image] Dec 03 23:12:42.344 INFO O| Dec 03 23:12:42.344 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
94472024-12-03T23:12:43.215Z[ host-image] Dec 03 23:12:42.344 INFO O| Dec 03 23:12:42.344 INFO STEP 68 (ensure_dir) COMPLETE
94482024-12-03T23:12:43.215Z[ host-image] Dec 03 23:12:42.344 INFO O| Dec 03 23:12:42.344 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94492024-12-03T23:12:43.222Z[ host-image] Dec 03 23:12:42.353 INFO O| Dec 03 23:12:42.353 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
94502024-12-03T23:12:43.222Z[ host-image] Dec 03 23:12:42.353 INFO O| Dec 03 23:12:42.353 INFO copying /tmp/.tmpJya9uB/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
94512024-12-03T23:12:44.296Z[ host-image] Dec 03 23:12:43.426 INFO O| Dec 03 23:12:43.426 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
94522024-12-03T23:12:44.296Z[ host-image] Dec 03 23:12:43.426 INFO O| Dec 03 23:12:43.426 INFO ok!
94532024-12-03T23:12:44.298Z[ host-image] Dec 03 23:12:43.426 INFO O| Dec 03 23:12:43.426 INFO STEP 69 (ensure_file) COMPLETE
94542024-12-03T23:12:44.298Z[ host-image] Dec 03 23:12:43.426 INFO O| Dec 03 23:12:43.426 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94552024-12-03T23:12:44.306Z[ host-image] Dec 03 23:12:43.437 INFO O| Dec 03 23:12:43.437 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
94562024-12-03T23:12:44.306Z[ host-image] Dec 03 23:12:43.437 INFO O| Dec 03 23:12:43.437 INFO copying /tmp/.tmpJya9uB/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
94572024-12-03T23:12:45.833Z[ host-image] Dec 03 23:12:44.964 INFO O| Dec 03 23:12:44.964 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
94582024-12-03T23:12:45.833Z[ host-image] Dec 03 23:12:44.964 INFO O| Dec 03 23:12:44.964 INFO ok!
94592024-12-03T23:12:45.833Z[ host-image] Dec 03 23:12:44.964 INFO O| Dec 03 23:12:44.964 INFO STEP 70 (ensure_file) COMPLETE
94602024-12-03T23:12:45.834Z[ host-image] Dec 03 23:12:44.964 INFO O| Dec 03 23:12:44.964 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94612024-12-03T23:12:45.844Z[ host-image] Dec 03 23:12:44.974 INFO O| Dec 03 23:12:44.974 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
94622024-12-03T23:12:45.846Z[ host-image] Dec 03 23:12:44.974 INFO O| Dec 03 23:12:44.974 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
94632024-12-03T23:12:45.846Z[ host-image] Dec 03 23:12:44.974 INFO O| Dec 03 23:12:44.974 INFO STEP 71 (ensure_dir) COMPLETE
94642024-12-03T23:12:45.846Z[ host-image] Dec 03 23:12:44.974 INFO O| Dec 03 23:12:44.974 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94652024-12-03T23:12:45.853Z[ host-image] Dec 03 23:12:44.984 INFO O| Dec 03 23:12:44.984 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
94662024-12-03T23:12:45.853Z[ host-image] Dec 03 23:12:44.984 INFO O| Dec 03 23:12:44.984 INFO copying /tmp/.tmpJya9uB/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 ...
94672024-12-03T23:12:45.856Z[ host-image] Dec 03 23:12:44.984 INFO O| Dec 03 23:12:44.984 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
94682024-12-03T23:12:45.856Z[ host-image] Dec 03 23:12:44.984 INFO O| Dec 03 23:12:44.984 INFO ok!
94692024-12-03T23:12:45.856Z[ host-image] Dec 03 23:12:44.984 INFO O| Dec 03 23:12:44.984 INFO STEP 72 (ensure_file) COMPLETE
94702024-12-03T23:12:45.856Z[ host-image] Dec 03 23:12:44.984 INFO O| Dec 03 23:12:44.984 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94712024-12-03T23:12:45.862Z[ host-image] Dec 03 23:12:44.993 INFO O| Dec 03 23:12:44.993 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
94722024-12-03T23:12:45.862Z[ host-image] Dec 03 23:12:44.993 INFO O| Dec 03 23:12:44.993 INFO copying /tmp/.tmpJya9uB/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 ...
94732024-12-03T23:12:45.865Z[ host-image] Dec 03 23:12:44.993 INFO O| Dec 03 23:12:44.993 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
94742024-12-03T23:12:45.865Z[ host-image] Dec 03 23:12:44.993 INFO O| Dec 03 23:12:44.993 INFO ok!
94752024-12-03T23:12:45.865Z[ host-image] Dec 03 23:12:44.993 INFO O| Dec 03 23:12:44.993 INFO STEP 73 (ensure_file) COMPLETE
94762024-12-03T23:12:45.865Z[ host-image] Dec 03 23:12:44.993 INFO O| Dec 03 23:12:44.993 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94772024-12-03T23:12:45.872Z[ host-image] Dec 03 23:12:45.002 INFO O| Dec 03 23:12:45.002 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
94782024-12-03T23:12:45.874Z[ host-image] Dec 03 23:12:45.002 INFO O| Dec 03 23:12:45.002 INFO copying /tmp/.tmpJya9uB/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
94792024-12-03T23:12:45.874Z[ host-image] Dec 03 23:12:45.002 INFO O| Dec 03 23:12:45.002 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
94802024-12-03T23:12:45.874Z[ host-image] Dec 03 23:12:45.002 INFO O| Dec 03 23:12:45.002 INFO ok!
94812024-12-03T23:12:45.874Z[ host-image] Dec 03 23:12:45.002 INFO O| Dec 03 23:12:45.002 INFO STEP 74 (ensure_file) COMPLETE
94822024-12-03T23:12:45.874Z[ host-image] Dec 03 23:12:45.002 INFO O| Dec 03 23:12:45.002 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94832024-12-03T23:12:45.881Z[ host-image] Dec 03 23:12:45.012 INFO O| Dec 03 23:12:45.012 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
94842024-12-03T23:12:45.881Z[ host-image] Dec 03 23:12:45.012 INFO O| Dec 03 23:12:45.012 INFO copying /tmp/.tmpJya9uB/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
94852024-12-03T23:12:45.884Z[ host-image] Dec 03 23:12:45.012 INFO O| Dec 03 23:12:45.012 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
94862024-12-03T23:12:45.884Z[ host-image] Dec 03 23:12:45.012 INFO O| Dec 03 23:12:45.012 INFO ok!
94872024-12-03T23:12:45.884Z[ host-image] Dec 03 23:12:45.012 INFO O| Dec 03 23:12:45.012 INFO STEP 75 (ensure_file) COMPLETE
94882024-12-03T23:12:45.884Z[ host-image] Dec 03 23:12:45.012 INFO O| Dec 03 23:12:45.012 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94892024-12-03T23:12:45.890Z[ host-image] Dec 03 23:12:45.021 INFO O| Dec 03 23:12:45.021 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
94902024-12-03T23:12:45.893Z[ host-image] Dec 03 23:12:45.021 INFO O| Dec 03 23:12:45.021 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
94912024-12-03T23:12:45.893Z[ host-image] Dec 03 23:12:45.021 INFO O| Dec 03 23:12:45.021 INFO STEP 76 (ensure_dir) COMPLETE
94922024-12-03T23:12:45.893Z[ host-image] Dec 03 23:12:45.021 INFO O| Dec 03 23:12:45.021 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94932024-12-03T23:12:45.900Z[ host-image] Dec 03 23:12:45.030 INFO O| Dec 03 23:12:45.030 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
94942024-12-03T23:12:45.902Z[ host-image] Dec 03 23:12:45.030 INFO O| Dec 03 23:12:45.030 INFO copying /tmp/.tmpJya9uB/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
94952024-12-03T23:12:45.904Z[ host-image] Dec 03 23:12:45.033 INFO O| Dec 03 23:12:45.033 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
94962024-12-03T23:12:45.904Z[ host-image] Dec 03 23:12:45.033 INFO O| Dec 03 23:12:45.033 INFO ok!
94972024-12-03T23:12:45.904Z[ host-image] Dec 03 23:12:45.033 INFO O| Dec 03 23:12:45.033 INFO STEP 77 (ensure_file) COMPLETE
94982024-12-03T23:12:45.904Z[ host-image] Dec 03 23:12:45.033 INFO O| Dec 03 23:12:45.033 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94992024-12-03T23:12:45.920Z[ host-image] Dec 03 23:12:45.042 INFO O| Dec 03 23:12:45.042 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
95002024-12-03T23:12:45.923Z[ host-image] Dec 03 23:12:45.042 INFO O| Dec 03 23:12:45.042 INFO copying /tmp/.tmpJya9uB/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
95012024-12-03T23:12:45.923Z[ host-image] Dec 03 23:12:45.042 INFO O| Dec 03 23:12:45.042 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
95022024-12-03T23:12:45.923Z[ host-image] Dec 03 23:12:45.042 INFO O| Dec 03 23:12:45.042 INFO ok!
95032024-12-03T23:12:45.923Z[ host-image] Dec 03 23:12:45.042 INFO O| Dec 03 23:12:45.042 INFO STEP 78 (ensure_file) COMPLETE
95042024-12-03T23:12:45.923Z[ host-image] Dec 03 23:12:45.042 INFO O| Dec 03 23:12:45.042 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95052024-12-03T23:12:45.923Z[ host-image] Dec 03 23:12:45.051 INFO O| Dec 03 23:12:45.051 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
95062024-12-03T23:12:45.923Z[ host-image] Dec 03 23:12:45.051 INFO O| Dec 03 23:12:45.051 INFO copying /tmp/.tmpJya9uB/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
95072024-12-03T23:12:46.551Z[ host-image] Dec 03 23:12:45.681 INFO O| Dec 03 23:12:45.681 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
95082024-12-03T23:12:46.551Z[ host-image] Dec 03 23:12:45.681 INFO O| Dec 03 23:12:45.681 INFO ok!
95092024-12-03T23:12:46.553Z[ host-image] Dec 03 23:12:45.681 INFO O| Dec 03 23:12:45.681 INFO STEP 79 (ensure_file) COMPLETE
95102024-12-03T23:12:46.553Z[ host-image] Dec 03 23:12:45.681 INFO O| Dec 03 23:12:45.681 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95112024-12-03T23:12:46.561Z[ host-image] Dec 03 23:12:45.692 INFO O| Dec 03 23:12:45.692 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
95122024-12-03T23:12:46.565Z[ host-image] Dec 03 23:12:45.692 INFO O| Dec 03 23:12:45.692 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
95132024-12-03T23:12:46.565Z[ host-image] Dec 03 23:12:45.692 INFO O| Dec 03 23:12:45.692 INFO STEP 80 (ensure_dir) COMPLETE
95142024-12-03T23:12:46.565Z[ host-image] Dec 03 23:12:45.692 INFO O| Dec 03 23:12:45.692 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95152024-12-03T23:12:46.571Z[ host-image] Dec 03 23:12:45.701 INFO O| Dec 03 23:12:45.701 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
95162024-12-03T23:12:46.571Z[ host-image] Dec 03 23:12:45.701 INFO O| Dec 03 23:12:45.701 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
95172024-12-03T23:12:46.571Z[ host-image] Dec 03 23:12:45.701 INFO O| Dec 03 23:12:45.701 INFO STEP 81 (ensure_dir) COMPLETE
95182024-12-03T23:12:46.573Z[ host-image] Dec 03 23:12:45.701 INFO O| Dec 03 23:12:45.701 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95192024-12-03T23:12:46.580Z[ host-image] Dec 03 23:12:45.710 INFO O| Dec 03 23:12:45.710 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
95202024-12-03T23:12:46.582Z[ host-image] Dec 03 23:12:45.710 INFO O| Dec 03 23:12:45.710 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
95212024-12-03T23:12:46.582Z[ host-image] Dec 03 23:12:45.710 INFO O| Dec 03 23:12:45.710 INFO STEP 82 (ensure_dir) COMPLETE
95222024-12-03T23:12:46.582Z[ host-image] Dec 03 23:12:45.710 INFO O| Dec 03 23:12:45.710 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95232024-12-03T23:12:46.589Z[ host-image] Dec 03 23:12:45.720 INFO O| Dec 03 23:12:45.720 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
95242024-12-03T23:12:46.589Z[ host-image] Dec 03 23:12:45.720 INFO O| Dec 03 23:12:45.720 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
95252024-12-03T23:12:46.589Z[ host-image] Dec 03 23:12:45.720 INFO O| Dec 03 23:12:45.720 INFO STEP 83 (ensure_dir) COMPLETE
95262024-12-03T23:12:46.592Z[ host-image] Dec 03 23:12:45.720 INFO O| Dec 03 23:12:45.720 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95272024-12-03T23:12:46.598Z[ host-image] Dec 03 23:12:45.729 INFO O| Dec 03 23:12:45.729 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
95282024-12-03T23:12:46.598Z[ host-image] Dec 03 23:12:45.729 INFO O| Dec 03 23:12:45.729 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
95292024-12-03T23:12:46.598Z[ host-image] Dec 03 23:12:45.729 INFO O| Dec 03 23:12:45.729 INFO STEP 84 (ensure_dir) COMPLETE
95302024-12-03T23:12:46.598Z[ host-image] Dec 03 23:12:45.729 INFO O| Dec 03 23:12:45.729 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95312024-12-03T23:12:46.608Z[ host-image] Dec 03 23:12:45.739 INFO O| Dec 03 23:12:45.738 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
95322024-12-03T23:12:46.608Z[ host-image] Dec 03 23:12:45.739 INFO O| Dec 03 23:12:45.738 INFO copying /tmp/.tmpJya9uB/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 ...
95332024-12-03T23:12:46.612Z[ host-image] Dec 03 23:12:45.739 INFO O| Dec 03 23:12:45.739 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
95342024-12-03T23:12:46.612Z[ host-image] Dec 03 23:12:45.739 INFO O| Dec 03 23:12:45.739 INFO ok!
95352024-12-03T23:12:46.612Z[ host-image] Dec 03 23:12:45.739 INFO O| Dec 03 23:12:45.739 INFO STEP 85 (ensure_file) COMPLETE
95362024-12-03T23:12:46.612Z[ host-image] Dec 03 23:12:45.739 INFO O| Dec 03 23:12:45.739 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95372024-12-03T23:12:46.618Z[ host-image] Dec 03 23:12:45.748 INFO O| Dec 03 23:12:45.748 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
95382024-12-03T23:12:46.618Z[ host-image] Dec 03 23:12:45.748 INFO O| Dec 03 23:12:45.748 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
95392024-12-03T23:12:46.620Z[ host-image] Dec 03 23:12:45.748 INFO O| Dec 03 23:12:45.748 INFO STEP 86 (ensure_dir) COMPLETE
95402024-12-03T23:12:46.620Z[ host-image] Dec 03 23:12:45.748 INFO O| Dec 03 23:12:45.748 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95412024-12-03T23:12:46.628Z[ host-image] Dec 03 23:12:45.757 INFO O| Dec 03 23:12:45.757 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
95422024-12-03T23:12:46.628Z[ host-image] Dec 03 23:12:45.758 INFO O| Dec 03 23:12:45.757 INFO copying /tmp/.tmpJya9uB/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
95432024-12-03T23:12:46.630Z[ host-image] Dec 03 23:12:45.758 INFO O| Dec 03 23:12:45.758 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
95442024-12-03T23:12:46.630Z[ host-image] Dec 03 23:12:45.758 INFO O| Dec 03 23:12:45.758 INFO ok!
95452024-12-03T23:12:46.630Z[ host-image] Dec 03 23:12:45.758 INFO O| Dec 03 23:12:45.758 INFO STEP 87 (ensure_file) COMPLETE
95462024-12-03T23:12:46.630Z[ host-image] Dec 03 23:12:45.758 INFO O| Dec 03 23:12:45.758 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95472024-12-03T23:12:46.636Z[ host-image] Dec 03 23:12:45.767 INFO O| Dec 03 23:12:45.767 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
95482024-12-03T23:12:46.639Z[ host-image] Dec 03 23:12:45.767 INFO O| Dec 03 23:12:45.767 INFO copying /tmp/.tmpJya9uB/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
95492024-12-03T23:12:46.869Z[ host-image] Dec 03 23:12:46.000 INFO O| Dec 03 23:12:45.999 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
95502024-12-03T23:12:46.869Z[ host-image] Dec 03 23:12:46.000 INFO O| Dec 03 23:12:46.000 INFO ok!
95512024-12-03T23:12:46.869Z[ host-image] Dec 03 23:12:46.000 INFO O| Dec 03 23:12:46.000 INFO STEP 88 (ensure_file) COMPLETE
95522024-12-03T23:12:46.869Z[ host-image] Dec 03 23:12:46.000 INFO O| Dec 03 23:12:46.000 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95532024-12-03T23:12:46.881Z[ host-image] Dec 03 23:12:46.011 INFO O| Dec 03 23:12:46.011 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
95542024-12-03T23:12:46.881Z[ host-image] Dec 03 23:12:46.012 INFO O| Dec 03 23:12:46.011 INFO copying /tmp/.tmpJya9uB/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
95552024-12-03T23:12:47.411Z[ host-image] Dec 03 23:12:46.541 INFO O| Dec 03 23:12:46.541 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
95562024-12-03T23:12:47.411Z[ host-image] Dec 03 23:12:46.541 INFO O| Dec 03 23:12:46.541 INFO ok!
95572024-12-03T23:12:47.414Z[ host-image] Dec 03 23:12:46.541 INFO O| Dec 03 23:12:46.541 INFO STEP 89 (ensure_file) COMPLETE
95582024-12-03T23:12:47.414Z[ host-image] Dec 03 23:12:46.541 INFO O| Dec 03 23:12:46.541 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95592024-12-03T23:12:47.422Z[ host-image] Dec 03 23:12:46.552 INFO O| Dec 03 23:12:46.552 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
95602024-12-03T23:12:47.422Z[ host-image] Dec 03 23:12:46.552 INFO O| Dec 03 23:12:46.552 INFO copying /tmp/.tmpJya9uB/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
95612024-12-03T23:12:47.425Z[ host-image] Dec 03 23:12:46.552 INFO O| Dec 03 23:12:46.552 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
95622024-12-03T23:12:47.425Z[ host-image] Dec 03 23:12:46.552 INFO O| Dec 03 23:12:46.552 INFO ok!
95632024-12-03T23:12:47.425Z[ host-image] Dec 03 23:12:46.552 INFO O| Dec 03 23:12:46.552 INFO STEP 90 (ensure_file) COMPLETE
95642024-12-03T23:12:47.425Z[ host-image] Dec 03 23:12:46.552 INFO O| Dec 03 23:12:46.552 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95652024-12-03T23:12:47.431Z[ host-image] Dec 03 23:12:46.561 INFO O| Dec 03 23:12:46.561 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
95662024-12-03T23:12:47.433Z[ host-image] Dec 03 23:12:46.562 INFO O| Dec 03 23:12:46.561 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
95672024-12-03T23:12:47.433Z[ host-image] Dec 03 23:12:46.562 INFO O| Dec 03 23:12:46.562 INFO STEP 91 (ensure_dir) COMPLETE
95682024-12-03T23:12:47.434Z[ host-image] Dec 03 23:12:46.562 INFO O| Dec 03 23:12:46.562 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95692024-12-03T23:12:47.441Z[ host-image] Dec 03 23:12:46.571 INFO O| Dec 03 23:12:46.571 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
95702024-12-03T23:12:47.443Z[ host-image] Dec 03 23:12:46.571 INFO O| Dec 03 23:12:46.571 INFO copying /tmp/.tmpJya9uB/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 ...
95712024-12-03T23:12:47.443Z[ host-image] Dec 03 23:12:46.571 INFO O| Dec 03 23:12:46.571 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
95722024-12-03T23:12:47.443Z[ host-image] Dec 03 23:12:46.571 INFO O| Dec 03 23:12:46.571 INFO ok!
95732024-12-03T23:12:47.443Z[ host-image] Dec 03 23:12:46.571 INFO O| Dec 03 23:12:46.571 INFO STEP 92 (ensure_file) COMPLETE
95742024-12-03T23:12:47.443Z[ host-image] Dec 03 23:12:46.571 INFO O| Dec 03 23:12:46.571 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95752024-12-03T23:12:47.450Z[ host-image] Dec 03 23:12:46.581 INFO O| Dec 03 23:12:46.581 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
95762024-12-03T23:12:47.450Z[ host-image] Dec 03 23:12:46.581 INFO O| Dec 03 23:12:46.581 INFO copying /tmp/.tmpJya9uB/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 ...
95772024-12-03T23:12:47.453Z[ host-image] Dec 03 23:12:46.581 INFO O| Dec 03 23:12:46.581 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
95782024-12-03T23:12:47.453Z[ host-image] Dec 03 23:12:46.581 INFO O| Dec 03 23:12:46.581 INFO ok!
95792024-12-03T23:12:47.453Z[ host-image] Dec 03 23:12:46.581 INFO O| Dec 03 23:12:46.581 INFO STEP 93 (ensure_file) COMPLETE
95802024-12-03T23:12:47.453Z[ host-image] Dec 03 23:12:46.581 INFO O| Dec 03 23:12:46.581 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95812024-12-03T23:12:47.460Z[ host-image] Dec 03 23:12:46.590 INFO O| Dec 03 23:12:46.590 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
95822024-12-03T23:12:47.460Z[ host-image] Dec 03 23:12:46.590 INFO O| Dec 03 23:12:46.590 INFO copying /tmp/.tmpJya9uB/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 ...
95832024-12-03T23:12:47.462Z[ host-image] Dec 03 23:12:46.590 INFO O| Dec 03 23:12:46.590 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
95842024-12-03T23:12:47.462Z[ host-image] Dec 03 23:12:46.590 INFO O| Dec 03 23:12:46.590 INFO ok!
95852024-12-03T23:12:47.462Z[ host-image] Dec 03 23:12:46.590 INFO O| Dec 03 23:12:46.590 INFO STEP 94 (ensure_file) COMPLETE
95862024-12-03T23:12:47.462Z[ host-image] Dec 03 23:12:46.590 INFO O| Dec 03 23:12:46.590 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95872024-12-03T23:12:47.469Z[ host-image] Dec 03 23:12:46.599 INFO O| Dec 03 23:12:46.599 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
95882024-12-03T23:12:47.469Z[ host-image] Dec 03 23:12:46.599 INFO O| Dec 03 23:12:46.599 INFO copying /tmp/.tmpJya9uB/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 ...
95892024-12-03T23:12:47.469Z[ host-image] Dec 03 23:12:46.599 INFO O| Dec 03 23:12:46.599 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
95902024-12-03T23:12:47.471Z[ host-image] Dec 03 23:12:46.599 INFO O| Dec 03 23:12:46.599 INFO ok!
95912024-12-03T23:12:47.471Z[ host-image] Dec 03 23:12:46.599 INFO O| Dec 03 23:12:46.599 INFO STEP 95 (ensure_file) COMPLETE
95922024-12-03T23:12:47.471Z[ host-image] Dec 03 23:12:46.600 INFO O| Dec 03 23:12:46.599 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95932024-12-03T23:12:47.479Z[ host-image] Dec 03 23:12:46.609 INFO O| Dec 03 23:12:46.609 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
95942024-12-03T23:12:47.479Z[ host-image] Dec 03 23:12:46.609 INFO O| Dec 03 23:12:46.609 INFO copying /tmp/.tmpJya9uB/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 ...
95952024-12-03T23:12:47.481Z[ host-image] Dec 03 23:12:46.609 INFO O| Dec 03 23:12:46.609 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
95962024-12-03T23:12:47.481Z[ host-image] Dec 03 23:12:46.609 INFO O| Dec 03 23:12:46.609 INFO ok!
95972024-12-03T23:12:47.481Z[ host-image] Dec 03 23:12:46.609 INFO O| Dec 03 23:12:46.609 INFO STEP 96 (ensure_file) COMPLETE
95982024-12-03T23:12:47.481Z[ host-image] Dec 03 23:12:46.609 INFO O| Dec 03 23:12:46.609 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95992024-12-03T23:12:47.489Z[ host-image] Dec 03 23:12:46.619 INFO O| Dec 03 23:12:46.619 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
96002024-12-03T23:12:47.489Z[ host-image] Dec 03 23:12:46.619 INFO O| Dec 03 23:12:46.619 INFO copying /tmp/.tmpJya9uB/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
96012024-12-03T23:12:47.491Z[ host-image] Dec 03 23:12:46.619 INFO O| Dec 03 23:12:46.619 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
96022024-12-03T23:12:47.491Z[ host-image] Dec 03 23:12:46.619 INFO O| Dec 03 23:12:46.619 INFO ok!
96032024-12-03T23:12:47.491Z[ host-image] Dec 03 23:12:46.619 INFO O| Dec 03 23:12:46.619 INFO STEP 97 (ensure_file) COMPLETE
96042024-12-03T23:12:47.491Z[ host-image] Dec 03 23:12:46.619 INFO O| Dec 03 23:12:46.619 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96052024-12-03T23:12:47.498Z[ host-image] Dec 03 23:12:46.628 INFO O| Dec 03 23:12:46.628 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
96062024-12-03T23:12:47.498Z[ host-image] Dec 03 23:12:46.628 INFO O| Dec 03 23:12:46.628 INFO copying /tmp/.tmpJya9uB/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 ...
96072024-12-03T23:12:47.500Z[ host-image] Dec 03 23:12:46.628 INFO O| Dec 03 23:12:46.628 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
96082024-12-03T23:12:47.500Z[ host-image] Dec 03 23:12:46.628 INFO O| Dec 03 23:12:46.628 INFO ok!
96092024-12-03T23:12:47.500Z[ host-image] Dec 03 23:12:46.628 INFO O| Dec 03 23:12:46.628 INFO STEP 98 (ensure_file) COMPLETE
96102024-12-03T23:12:47.500Z[ host-image] Dec 03 23:12:46.628 INFO O| Dec 03 23:12:46.628 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96112024-12-03T23:12:47.507Z[ host-image] Dec 03 23:12:46.638 INFO O| Dec 03 23:12:46.638 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
96122024-12-03T23:12:47.507Z[ host-image] Dec 03 23:12:46.638 INFO O| Dec 03 23:12:46.638 INFO copying /tmp/.tmpJya9uB/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 ...
96132024-12-03T23:12:47.510Z[ host-image] Dec 03 23:12:46.638 INFO O| Dec 03 23:12:46.638 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
96142024-12-03T23:12:47.510Z[ host-image] Dec 03 23:12:46.638 INFO O| Dec 03 23:12:46.638 INFO ok!
96152024-12-03T23:12:47.510Z[ host-image] Dec 03 23:12:46.638 INFO O| Dec 03 23:12:46.638 INFO STEP 99 (ensure_file) COMPLETE
96162024-12-03T23:12:47.510Z[ host-image] Dec 03 23:12:46.638 INFO O| Dec 03 23:12:46.638 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96172024-12-03T23:12:47.517Z[ host-image] Dec 03 23:12:46.648 INFO O| Dec 03 23:12:46.648 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
96182024-12-03T23:12:47.517Z[ host-image] Dec 03 23:12:46.648 INFO O| Dec 03 23:12:46.648 INFO copying /tmp/.tmpJya9uB/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 ...
96192024-12-03T23:12:47.520Z[ host-image] Dec 03 23:12:46.648 INFO O| Dec 03 23:12:46.648 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
96202024-12-03T23:12:47.520Z[ host-image] Dec 03 23:12:46.648 INFO O| Dec 03 23:12:46.648 INFO ok!
96212024-12-03T23:12:47.520Z[ host-image] Dec 03 23:12:46.648 INFO O| Dec 03 23:12:46.648 INFO STEP 100 (ensure_file) COMPLETE
96222024-12-03T23:12:47.520Z[ host-image] Dec 03 23:12:46.648 INFO O| Dec 03 23:12:46.648 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96232024-12-03T23:12:47.527Z[ host-image] Dec 03 23:12:46.657 INFO O| Dec 03 23:12:46.657 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
96242024-12-03T23:12:47.530Z[ host-image] Dec 03 23:12:46.657 INFO O| Dec 03 23:12:46.657 INFO copying /tmp/.tmpJya9uB/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
96252024-12-03T23:12:47.530Z[ host-image] Dec 03 23:12:46.657 INFO O| Dec 03 23:12:46.657 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
96262024-12-03T23:12:47.530Z[ host-image] Dec 03 23:12:46.657 INFO O| Dec 03 23:12:46.657 INFO ok!
96272024-12-03T23:12:47.530Z[ host-image] Dec 03 23:12:46.657 INFO O| Dec 03 23:12:46.657 INFO STEP 101 (ensure_file) COMPLETE
96282024-12-03T23:12:47.530Z[ host-image] Dec 03 23:12:46.657 INFO O| Dec 03 23:12:46.657 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96292024-12-03T23:12:47.536Z[ host-image] Dec 03 23:12:46.667 INFO O| Dec 03 23:12:46.667 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
96302024-12-03T23:12:47.537Z[ host-image] Dec 03 23:12:46.667 INFO O| Dec 03 23:12:46.667 INFO copying /tmp/.tmpJya9uB/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 ...
96312024-12-03T23:12:47.539Z[ host-image] Dec 03 23:12:46.667 INFO O| Dec 03 23:12:46.667 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
96322024-12-03T23:12:47.539Z[ host-image] Dec 03 23:12:46.667 INFO O| Dec 03 23:12:46.667 INFO ok!
96332024-12-03T23:12:47.539Z[ host-image] Dec 03 23:12:46.667 INFO O| Dec 03 23:12:46.667 INFO STEP 102 (ensure_file) COMPLETE
96342024-12-03T23:12:47.539Z[ host-image] Dec 03 23:12:46.667 INFO O| Dec 03 23:12:46.667 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96352024-12-03T23:12:47.546Z[ host-image] Dec 03 23:12:46.676 INFO O| Dec 03 23:12:46.676 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
96362024-12-03T23:12:47.546Z[ host-image] Dec 03 23:12:46.676 INFO O| Dec 03 23:12:46.676 INFO copying /tmp/.tmpJya9uB/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 ...
96372024-12-03T23:12:47.548Z[ host-image] Dec 03 23:12:46.676 INFO O| Dec 03 23:12:46.676 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
96382024-12-03T23:12:47.548Z[ host-image] Dec 03 23:12:46.676 INFO O| Dec 03 23:12:46.676 INFO ok!
96392024-12-03T23:12:47.548Z[ host-image] Dec 03 23:12:46.676 INFO O| Dec 03 23:12:46.676 INFO STEP 103 (ensure_file) COMPLETE
96402024-12-03T23:12:47.548Z[ host-image] Dec 03 23:12:46.676 INFO O| Dec 03 23:12:46.676 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96412024-12-03T23:12:47.556Z[ host-image] Dec 03 23:12:46.686 INFO O| Dec 03 23:12:46.686 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
96422024-12-03T23:12:47.556Z[ host-image] Dec 03 23:12:46.686 INFO O| Dec 03 23:12:46.686 INFO copying /tmp/.tmpJya9uB/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 ...
96432024-12-03T23:12:47.558Z[ host-image] Dec 03 23:12:46.686 INFO O| Dec 03 23:12:46.686 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
96442024-12-03T23:12:47.558Z[ host-image] Dec 03 23:12:46.686 INFO O| Dec 03 23:12:46.686 INFO ok!
96452024-12-03T23:12:47.558Z[ host-image] Dec 03 23:12:46.686 INFO O| Dec 03 23:12:46.686 INFO STEP 104 (ensure_file) COMPLETE
96462024-12-03T23:12:47.558Z[ host-image] Dec 03 23:12:46.686 INFO O| Dec 03 23:12:46.686 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96472024-12-03T23:12:47.565Z[ host-image] Dec 03 23:12:46.695 INFO O| Dec 03 23:12:46.695 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
96482024-12-03T23:12:47.568Z[ host-image] Dec 03 23:12:46.695 INFO O| Dec 03 23:12:46.695 INFO copying /tmp/.tmpJya9uB/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 ...
96492024-12-03T23:12:47.568Z[ host-image] Dec 03 23:12:46.695 INFO O| Dec 03 23:12:46.695 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
96502024-12-03T23:12:47.568Z[ host-image] Dec 03 23:12:46.696 INFO O| Dec 03 23:12:46.695 INFO ok!
96512024-12-03T23:12:47.568Z[ host-image] Dec 03 23:12:46.696 INFO O| Dec 03 23:12:46.695 INFO STEP 105 (ensure_file) COMPLETE
96522024-12-03T23:12:47.568Z[ host-image] Dec 03 23:12:46.696 INFO O| Dec 03 23:12:46.696 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96532024-12-03T23:12:47.576Z[ host-image] Dec 03 23:12:46.705 INFO O| Dec 03 23:12:46.705 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
96542024-12-03T23:12:47.576Z[ host-image] Dec 03 23:12:46.705 INFO O| Dec 03 23:12:46.705 INFO copying /tmp/.tmpJya9uB/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 ...
96552024-12-03T23:12:47.579Z[ host-image] Dec 03 23:12:46.705 INFO O| Dec 03 23:12:46.705 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
96562024-12-03T23:12:47.579Z[ host-image] Dec 03 23:12:46.705 INFO O| Dec 03 23:12:46.705 INFO ok!
96572024-12-03T23:12:47.579Z[ host-image] Dec 03 23:12:46.705 INFO O| Dec 03 23:12:46.705 INFO STEP 106 (ensure_file) COMPLETE
96582024-12-03T23:12:47.579Z[ host-image] Dec 03 23:12:46.705 INFO O| Dec 03 23:12:46.705 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96592024-12-03T23:12:47.585Z[ host-image] Dec 03 23:12:46.715 INFO O| Dec 03 23:12:46.715 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
96602024-12-03T23:12:47.585Z[ host-image] Dec 03 23:12:46.715 INFO O| Dec 03 23:12:46.715 INFO copying /tmp/.tmpJya9uB/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 ...
96612024-12-03T23:12:47.587Z[ host-image] Dec 03 23:12:46.715 INFO O| Dec 03 23:12:46.715 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
96622024-12-03T23:12:47.587Z[ host-image] Dec 03 23:12:46.715 INFO O| Dec 03 23:12:46.715 INFO ok!
96632024-12-03T23:12:47.587Z[ host-image] Dec 03 23:12:46.715 INFO O| Dec 03 23:12:46.715 INFO STEP 107 (ensure_file) COMPLETE
96642024-12-03T23:12:47.588Z[ host-image] Dec 03 23:12:46.715 INFO O| Dec 03 23:12:46.715 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96652024-12-03T23:12:47.594Z[ host-image] Dec 03 23:12:46.725 INFO O| Dec 03 23:12:46.725 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
96662024-12-03T23:12:47.594Z[ host-image] Dec 03 23:12:46.725 INFO O| Dec 03 23:12:46.725 INFO copying /tmp/.tmpJya9uB/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 ...
96672024-12-03T23:12:47.598Z[ host-image] Dec 03 23:12:46.725 INFO O| Dec 03 23:12:46.725 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
96682024-12-03T23:12:47.598Z[ host-image] Dec 03 23:12:46.725 INFO O| Dec 03 23:12:46.725 INFO ok!
96692024-12-03T23:12:47.598Z[ host-image] Dec 03 23:12:46.725 INFO O| Dec 03 23:12:46.725 INFO STEP 108 (ensure_file) COMPLETE
96702024-12-03T23:12:47.598Z[ host-image] Dec 03 23:12:46.725 INFO O| Dec 03 23:12:46.725 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96712024-12-03T23:12:47.604Z[ host-image] Dec 03 23:12:46.734 INFO O| Dec 03 23:12:46.734 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
96722024-12-03T23:12:47.604Z[ host-image] Dec 03 23:12:46.734 INFO O| Dec 03 23:12:46.734 INFO copying /tmp/.tmpJya9uB/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 ...
96732024-12-03T23:12:47.607Z[ host-image] Dec 03 23:12:46.734 INFO O| Dec 03 23:12:46.734 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
96742024-12-03T23:12:47.607Z[ host-image] Dec 03 23:12:46.735 INFO O| Dec 03 23:12:46.734 INFO ok!
96752024-12-03T23:12:47.607Z[ host-image] Dec 03 23:12:46.735 INFO O| Dec 03 23:12:46.734 INFO STEP 109 (ensure_file) COMPLETE
96762024-12-03T23:12:47.607Z[ host-image] Dec 03 23:12:46.735 INFO O| Dec 03 23:12:46.734 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96772024-12-03T23:12:47.616Z[ host-image] Dec 03 23:12:46.744 INFO O| Dec 03 23:12:46.744 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
96782024-12-03T23:12:47.619Z[ host-image] Dec 03 23:12:46.744 INFO O| Dec 03 23:12:46.744 INFO copying /tmp/.tmpJya9uB/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 ...
96792024-12-03T23:12:47.619Z[ host-image] Dec 03 23:12:46.744 INFO O| Dec 03 23:12:46.744 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
96802024-12-03T23:12:47.619Z[ host-image] Dec 03 23:12:46.744 INFO O| Dec 03 23:12:46.744 INFO ok!
96812024-12-03T23:12:47.619Z[ host-image] Dec 03 23:12:46.744 INFO O| Dec 03 23:12:46.744 INFO STEP 110 (ensure_file) COMPLETE
96822024-12-03T23:12:47.619Z[ host-image] Dec 03 23:12:46.744 INFO O| Dec 03 23:12:46.744 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96832024-12-03T23:12:47.623Z[ host-image] Dec 03 23:12:46.754 INFO O| Dec 03 23:12:46.754 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
96842024-12-03T23:12:47.623Z[ host-image] Dec 03 23:12:46.754 INFO O| Dec 03 23:12:46.754 INFO copying /tmp/.tmpJya9uB/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 ...
96852024-12-03T23:12:47.627Z[ host-image] Dec 03 23:12:46.754 INFO O| Dec 03 23:12:46.754 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
96862024-12-03T23:12:47.627Z[ host-image] Dec 03 23:12:46.754 INFO O| Dec 03 23:12:46.754 INFO ok!
96872024-12-03T23:12:47.627Z[ host-image] Dec 03 23:12:46.754 INFO O| Dec 03 23:12:46.754 INFO STEP 111 (ensure_file) COMPLETE
96882024-12-03T23:12:47.627Z[ host-image] Dec 03 23:12:46.754 INFO O| Dec 03 23:12:46.754 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96892024-12-03T23:12:47.633Z[ host-image] Dec 03 23:12:46.763 INFO O| Dec 03 23:12:46.763 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
96902024-12-03T23:12:47.633Z[ host-image] Dec 03 23:12:46.763 INFO O| Dec 03 23:12:46.763 INFO copying /tmp/.tmpJya9uB/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 ...
96912024-12-03T23:12:47.637Z[ host-image] Dec 03 23:12:46.764 INFO O| Dec 03 23:12:46.763 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
96922024-12-03T23:12:47.637Z[ host-image] Dec 03 23:12:46.764 INFO O| Dec 03 23:12:46.764 INFO ok!
96932024-12-03T23:12:47.637Z[ host-image] Dec 03 23:12:46.764 INFO O| Dec 03 23:12:46.764 INFO STEP 112 (ensure_file) COMPLETE
96942024-12-03T23:12:47.637Z[ host-image] Dec 03 23:12:46.764 INFO O| Dec 03 23:12:46.764 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96952024-12-03T23:12:47.642Z[ host-image] Dec 03 23:12:46.773 INFO O| Dec 03 23:12:46.773 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist
96962024-12-03T23:12:47.642Z[ host-image] Dec 03 23:12:46.773 INFO O| Dec 03 23:12:46.773 INFO copying /tmp/.tmpJya9uB/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 ...
96972024-12-03T23:12:47.645Z[ host-image] Dec 03 23:12:46.773 INFO O| Dec 03 23:12:46.773 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d
96982024-12-03T23:12:47.645Z[ host-image] Dec 03 23:12:46.773 INFO O| Dec 03 23:12:46.773 INFO ok!
96992024-12-03T23:12:47.645Z[ host-image] Dec 03 23:12:46.773 INFO O| Dec 03 23:12:46.773 INFO STEP 113 (ensure_file) COMPLETE
97002024-12-03T23:12:47.645Z[ host-image] Dec 03 23:12:46.773 INFO O| Dec 03 23:12:46.773 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97012024-12-03T23:12:47.652Z[ host-image] Dec 03 23:12:46.783 INFO O| Dec 03 23:12:46.782 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
97022024-12-03T23:12:47.652Z[ host-image] Dec 03 23:12:46.783 INFO O| Dec 03 23:12:46.783 INFO copying /tmp/.tmpJya9uB/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 ...
97032024-12-03T23:12:47.655Z[ host-image] Dec 03 23:12:46.783 INFO O| Dec 03 23:12:46.783 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
97042024-12-03T23:12:47.655Z[ host-image] Dec 03 23:12:46.783 INFO O| Dec 03 23:12:46.783 INFO ok!
97052024-12-03T23:12:47.655Z[ host-image] Dec 03 23:12:46.783 INFO O| Dec 03 23:12:46.783 INFO STEP 114 (ensure_file) COMPLETE
97062024-12-03T23:12:47.655Z[ host-image] Dec 03 23:12:46.783 INFO O| Dec 03 23:12:46.783 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97072024-12-03T23:12:47.663Z[ host-image] Dec 03 23:12:46.792 INFO O| Dec 03 23:12:46.792 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist
97082024-12-03T23:12:47.666Z[ host-image] Dec 03 23:12:46.792 INFO O| Dec 03 23:12:46.792 INFO copying /tmp/.tmpJya9uB/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 ...
97092024-12-03T23:12:47.666Z[ host-image] Dec 03 23:12:46.792 INFO O| Dec 03 23:12:46.792 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d
97102024-12-03T23:12:47.666Z[ host-image] Dec 03 23:12:46.792 INFO O| Dec 03 23:12:46.792 INFO ok!
97112024-12-03T23:12:47.666Z[ host-image] Dec 03 23:12:46.792 INFO O| Dec 03 23:12:46.792 INFO STEP 115 (ensure_file) COMPLETE
97122024-12-03T23:12:47.666Z[ host-image] Dec 03 23:12:46.792 INFO O| Dec 03 23:12:46.792 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97132024-12-03T23:12:47.671Z[ host-image] Dec 03 23:12:46.801 INFO O| Dec 03 23:12:46.801 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
97142024-12-03T23:12:47.674Z[ host-image] Dec 03 23:12:46.802 INFO O| Dec 03 23:12:46.801 INFO copying /tmp/.tmpJya9uB/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 ...
97152024-12-03T23:12:47.674Z[ host-image] Dec 03 23:12:46.802 INFO O| Dec 03 23:12:46.802 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
97162024-12-03T23:12:47.674Z[ host-image] Dec 03 23:12:46.802 INFO O| Dec 03 23:12:46.802 INFO ok!
97172024-12-03T23:12:47.674Z[ host-image] Dec 03 23:12:46.802 INFO O| Dec 03 23:12:46.802 INFO STEP 116 (ensure_file) COMPLETE
97182024-12-03T23:12:47.674Z[ host-image] Dec 03 23:12:46.802 INFO O| Dec 03 23:12:46.802 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97192024-12-03T23:12:47.681Z[ host-image] Dec 03 23:12:46.811 INFO O| Dec 03 23:12:46.811 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
97202024-12-03T23:12:47.681Z[ host-image] Dec 03 23:12:46.811 INFO O| Dec 03 23:12:46.811 INFO copying /tmp/.tmpJya9uB/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 ...
97212024-12-03T23:12:47.683Z[ host-image] Dec 03 23:12:46.811 INFO O| Dec 03 23:12:46.811 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
97222024-12-03T23:12:47.683Z[ host-image] Dec 03 23:12:46.811 INFO O| Dec 03 23:12:46.811 INFO ok!
97232024-12-03T23:12:47.683Z[ host-image] Dec 03 23:12:46.811 INFO O| Dec 03 23:12:46.811 INFO STEP 117 (ensure_file) COMPLETE
97242024-12-03T23:12:47.683Z[ host-image] Dec 03 23:12:46.811 INFO O| Dec 03 23:12:46.811 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97252024-12-03T23:12:47.690Z[ host-image] Dec 03 23:12:46.821 INFO O| Dec 03 23:12:46.821 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
97262024-12-03T23:12:47.690Z[ host-image] Dec 03 23:12:46.821 INFO O| Dec 03 23:12:46.821 INFO copying /tmp/.tmpJya9uB/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
97272024-12-03T23:12:47.693Z[ host-image] Dec 03 23:12:46.821 INFO O| Dec 03 23:12:46.821 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
97282024-12-03T23:12:47.693Z[ host-image] Dec 03 23:12:46.821 INFO O| Dec 03 23:12:46.821 INFO ok!
97292024-12-03T23:12:47.693Z[ host-image] Dec 03 23:12:46.821 INFO O| Dec 03 23:12:46.821 INFO STEP 118 (ensure_file) COMPLETE
97302024-12-03T23:12:47.693Z[ host-image] Dec 03 23:12:46.821 INFO O| Dec 03 23:12:46.821 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97312024-12-03T23:12:47.700Z[ host-image] Dec 03 23:12:46.830 INFO O| Dec 03 23:12:46.830 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
97322024-12-03T23:12:47.700Z[ host-image] Dec 03 23:12:46.830 INFO O| Dec 03 23:12:46.830 INFO copying /tmp/.tmpJya9uB/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 ...
97332024-12-03T23:12:47.700Z[ host-image] Dec 03 23:12:46.830 INFO O| Dec 03 23:12:46.830 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
97342024-12-03T23:12:47.700Z[ host-image] Dec 03 23:12:46.830 INFO O| Dec 03 23:12:46.830 INFO ok!
97352024-12-03T23:12:47.703Z[ host-image] Dec 03 23:12:46.830 INFO O| Dec 03 23:12:46.830 INFO STEP 119 (ensure_file) COMPLETE
97362024-12-03T23:12:47.703Z[ host-image] Dec 03 23:12:46.830 INFO O| Dec 03 23:12:46.830 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97372024-12-03T23:12:47.709Z[ host-image] Dec 03 23:12:46.840 INFO O| Dec 03 23:12:46.839 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
97382024-12-03T23:12:47.712Z[ host-image] Dec 03 23:12:46.840 INFO O| Dec 03 23:12:46.840 INFO copying /tmp/.tmpJya9uB/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
97392024-12-03T23:12:47.712Z[ host-image] Dec 03 23:12:46.840 INFO O| Dec 03 23:12:46.840 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
97402024-12-03T23:12:47.712Z[ host-image] Dec 03 23:12:46.840 INFO O| Dec 03 23:12:46.840 INFO ok!
97412024-12-03T23:12:47.712Z[ host-image] Dec 03 23:12:46.840 INFO O| Dec 03 23:12:46.840 INFO STEP 120 (ensure_file) COMPLETE
97422024-12-03T23:12:47.712Z[ host-image] Dec 03 23:12:46.840 INFO O| Dec 03 23:12:46.840 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97432024-12-03T23:12:47.720Z[ host-image] Dec 03 23:12:46.849 INFO O| Dec 03 23:12:46.849 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
97442024-12-03T23:12:47.720Z[ host-image] Dec 03 23:12:46.849 INFO O| Dec 03 23:12:46.849 INFO copying /tmp/.tmpJya9uB/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
97452024-12-03T23:12:50.991Z[ host-image] Dec 03 23:12:50.119 INFO O| Dec 03 23:12:50.119 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
97462024-12-03T23:12:50.991Z[ host-image] Dec 03 23:12:50.119 INFO O| Dec 03 23:12:50.119 INFO ok!
97472024-12-03T23:12:50.994Z[ host-image] Dec 03 23:12:50.119 INFO O| Dec 03 23:12:50.119 INFO STEP 121 (ensure_file) COMPLETE
97482024-12-03T23:12:50.994Z[ host-image] Dec 03 23:12:50.119 INFO O| Dec 03 23:12:50.119 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97492024-12-03T23:12:51.001Z[ host-image] Dec 03 23:12:50.130 INFO O| Dec 03 23:12:50.130 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
97502024-12-03T23:12:51.001Z[ host-image] Dec 03 23:12:50.130 INFO O| Dec 03 23:12:50.130 INFO STEP 122 (ensure_dir) COMPLETE
97512024-12-03T23:12:51.003Z[ host-image] Dec 03 23:12:50.130 INFO O| Dec 03 23:12:50.130 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97522024-12-03T23:12:51.010Z[ host-image] Dec 03 23:12:50.139 INFO O| Dec 03 23:12:50.139 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
97532024-12-03T23:12:51.010Z[ host-image] Dec 03 23:12:50.139 INFO O| Dec 03 23:12:50.139 INFO STEP 123 (ensure_dir) COMPLETE
97542024-12-03T23:12:51.012Z[ host-image] Dec 03 23:12:50.139 INFO O| Dec 03 23:12:50.139 INFO STEP 124: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97552024-12-03T23:12:51.020Z[ host-image] Dec 03 23:12:50.149 INFO O| Dec 03 23:12:50.149 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
97562024-12-03T23:12:51.021Z[ host-image] Dec 03 23:12:50.149 INFO O| Dec 03 23:12:50.149 INFO STEP 124 (ensure_dir) COMPLETE
97572024-12-03T23:12:51.023Z[ host-image] Dec 03 23:12:50.149 INFO O| Dec 03 23:12:50.149 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97582024-12-03T23:12:51.028Z[ host-image] Dec 03 23:12:50.158 INFO O| Dec 03 23:12:50.158 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
97592024-12-03T23:12:51.028Z[ host-image] Dec 03 23:12:50.158 INFO O| Dec 03 23:12:50.158 INFO STEP 125 (ensure_dir) COMPLETE
97602024-12-03T23:12:51.031Z[ host-image] Dec 03 23:12:50.158 INFO O| Dec 03 23:12:50.158 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97612024-12-03T23:12:51.037Z[ host-image] Dec 03 23:12:50.167 INFO O| Dec 03 23:12:50.167 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
97622024-12-03T23:12:51.037Z[ host-image] Dec 03 23:12:50.167 INFO O| Dec 03 23:12:50.167 INFO copying /tmp/.tmpJya9uB/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 ...
97632024-12-03T23:12:51.040Z[ host-image] Dec 03 23:12:50.167 INFO O| Dec 03 23:12:50.167 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
97642024-12-03T23:12:51.040Z[ host-image] Dec 03 23:12:50.167 INFO O| Dec 03 23:12:50.167 INFO ok!
97652024-12-03T23:12:51.040Z[ host-image] Dec 03 23:12:50.167 INFO O| Dec 03 23:12:50.167 INFO STEP 126 (ensure_file) COMPLETE
97662024-12-03T23:12:51.040Z[ host-image] Dec 03 23:12:50.167 INFO O| Dec 03 23:12:50.167 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97672024-12-03T23:12:51.047Z[ host-image] Dec 03 23:12:50.176 INFO O| Dec 03 23:12:50.176 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
97682024-12-03T23:12:51.047Z[ host-image] Dec 03 23:12:50.177 INFO O| Dec 03 23:12:50.176 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
97692024-12-03T23:12:51.049Z[ host-image] Dec 03 23:12:50.177 INFO O| Dec 03 23:12:50.177 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
97702024-12-03T23:12:51.049Z[ host-image] Dec 03 23:12:50.177 INFO O| Dec 03 23:12:50.177 INFO STEP 127 (ensure_dir) COMPLETE
97712024-12-03T23:12:51.049Z[ host-image] Dec 03 23:12:50.177 INFO O| Dec 03 23:12:50.177 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97722024-12-03T23:12:51.056Z[ host-image] Dec 03 23:12:50.186 INFO O| Dec 03 23:12:50.186 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
97732024-12-03T23:12:51.056Z[ host-image] Dec 03 23:12:50.186 INFO O| Dec 03 23:12:50.186 INFO copying /tmp/.tmpJya9uB/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
97742024-12-03T23:12:51.059Z[ host-image] Dec 03 23:12:50.186 INFO O| Dec 03 23:12:50.186 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
97752024-12-03T23:12:51.059Z[ host-image] Dec 03 23:12:50.186 INFO O| Dec 03 23:12:50.186 INFO ok!
97762024-12-03T23:12:51.059Z[ host-image] Dec 03 23:12:50.186 INFO O| Dec 03 23:12:50.186 INFO STEP 128 (ensure_file) COMPLETE
97772024-12-03T23:12:51.059Z[ host-image] Dec 03 23:12:50.186 INFO O| Dec 03 23:12:50.186 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97782024-12-03T23:12:51.066Z[ host-image] Dec 03 23:12:50.195 INFO O| Dec 03 23:12:50.195 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
97792024-12-03T23:12:51.069Z[ host-image] Dec 03 23:12:50.195 INFO O| Dec 03 23:12:50.195 INFO STEP 129 (remove_files) COMPLETE
97802024-12-03T23:12:51.069Z[ host-image] Dec 03 23:12:50.195 INFO O| Dec 03 23:12:50.195 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97812024-12-03T23:12:51.075Z[ host-image] Dec 03 23:12:50.205 INFO O| Dec 03 23:12:50.205 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
97822024-12-03T23:12:51.078Z[ host-image] Dec 03 23:12:50.205 INFO O| Dec 03 23:12:50.205 INFO STEP 130 (remove_files) COMPLETE
97832024-12-03T23:12:51.078Z[ host-image] Dec 03 23:12:50.205 INFO O| Dec 03 23:12:50.205 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97842024-12-03T23:12:51.084Z[ host-image] Dec 03 23:12:50.214 INFO O| Dec 03 23:12:50.214 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
97852024-12-03T23:12:51.087Z[ host-image] Dec 03 23:12:50.214 INFO O| Dec 03 23:12:50.214 INFO STEP 131 (remove_files) COMPLETE
97862024-12-03T23:12:51.087Z[ host-image] Dec 03 23:12:50.214 INFO O| Dec 03 23:12:50.214 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97872024-12-03T23:12:51.094Z[ host-image] Dec 03 23:12:50.223 INFO O| Dec 03 23:12:50.223 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
97882024-12-03T23:12:51.096Z[ host-image] Dec 03 23:12:50.223 INFO O| Dec 03 23:12:50.223 INFO STEP 132 (remove_files) COMPLETE
97892024-12-03T23:12:51.096Z[ host-image] Dec 03 23:12:50.223 INFO O| Dec 03 23:12:50.223 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97902024-12-03T23:12:51.103Z[ host-image] Dec 03 23:12:50.232 INFO O| Dec 03 23:12:50.232 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
97912024-12-03T23:12:51.106Z[ host-image] Dec 03 23:12:50.233 INFO O| Dec 03 23:12:50.233 INFO STEP 133 (remove_files) COMPLETE
97922024-12-03T23:12:51.106Z[ host-image] Dec 03 23:12:50.233 INFO O| Dec 03 23:12:50.233 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97932024-12-03T23:12:51.112Z[ host-image] Dec 03 23:12:50.242 INFO O| Dec 03 23:12:50.242 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
97942024-12-03T23:12:51.115Z[ host-image] Dec 03 23:12:50.242 INFO O| Dec 03 23:12:50.242 INFO STEP 134 (remove_files) COMPLETE
97952024-12-03T23:12:51.115Z[ host-image] Dec 03 23:12:50.242 INFO O| Dec 03 23:12:50.242 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97962024-12-03T23:12:51.121Z[ host-image] Dec 03 23:12:50.251 INFO O| Dec 03 23:12:50.251 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
97972024-12-03T23:12:51.124Z[ host-image] Dec 03 23:12:50.251 INFO O| Dec 03 23:12:50.251 INFO STEP 135 (remove_files) COMPLETE
97982024-12-03T23:12:51.124Z[ host-image] Dec 03 23:12:50.251 INFO O| Dec 03 23:12:50.251 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97992024-12-03T23:12:51.131Z[ host-image] Dec 03 23:12:50.261 INFO O| Dec 03 23:12:50.261 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
98002024-12-03T23:12:51.131Z[ host-image] Dec 03 23:12:50.261 INFO O| Dec 03 23:12:50.261 INFO STEP 136 (remove_files) COMPLETE
98012024-12-03T23:12:51.134Z[ host-image] Dec 03 23:12:50.261 INFO O| Dec 03 23:12:50.261 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98022024-12-03T23:12:51.141Z[ host-image] Dec 03 23:12:50.270 INFO O| Dec 03 23:12:50.270 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
98032024-12-03T23:12:51.141Z[ host-image] Dec 03 23:12:50.270 INFO O| Dec 03 23:12:50.270 INFO STEP 137 (remove_files) COMPLETE
98042024-12-03T23:12:51.144Z[ host-image] Dec 03 23:12:50.270 INFO O| Dec 03 23:12:50.270 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98052024-12-03T23:12:51.151Z[ host-image] Dec 03 23:12:50.279 INFO O| Dec 03 23:12:50.279 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
98062024-12-03T23:12:51.151Z[ host-image] Dec 03 23:12:50.279 INFO O| Dec 03 23:12:50.279 INFO STEP 138 (remove_files) COMPLETE
98072024-12-03T23:12:51.154Z[ host-image] Dec 03 23:12:50.279 INFO O| Dec 03 23:12:50.279 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98082024-12-03T23:12:51.159Z[ host-image] Dec 03 23:12:50.289 INFO O| Dec 03 23:12:50.288 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
98092024-12-03T23:12:51.163Z[ host-image] Dec 03 23:12:50.289 INFO O| Dec 03 23:12:50.289 INFO STEP 139 (remove_files) COMPLETE
98102024-12-03T23:12:51.163Z[ host-image] Dec 03 23:12:50.289 INFO O| Dec 03 23:12:50.289 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98112024-12-03T23:12:51.170Z[ host-image] Dec 03 23:12:50.298 INFO O| Dec 03 23:12:50.298 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
98122024-12-03T23:12:51.170Z[ host-image] Dec 03 23:12:50.298 INFO O| Dec 03 23:12:50.298 INFO STEP 140 (remove_files) COMPLETE
98132024-12-03T23:12:51.170Z[ host-image] Dec 03 23:12:50.298 INFO O| Dec 03 23:12:50.298 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98142024-12-03T23:12:51.177Z[ host-image] Dec 03 23:12:50.307 INFO O| Dec 03 23:12:50.307 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
98152024-12-03T23:12:51.180Z[ host-image] Dec 03 23:12:50.307 INFO O| Dec 03 23:12:50.307 INFO STEP 141 (remove_files) COMPLETE
98162024-12-03T23:12:51.180Z[ host-image] Dec 03 23:12:50.307 INFO O| Dec 03 23:12:50.307 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98172024-12-03T23:12:51.186Z[ host-image] Dec 03 23:12:50.316 INFO O| Dec 03 23:12:50.316 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
98182024-12-03T23:12:51.186Z[ host-image] Dec 03 23:12:50.316 INFO O| Dec 03 23:12:50.316 INFO STEP 142 (remove_files) COMPLETE
98192024-12-03T23:12:51.190Z[ host-image] Dec 03 23:12:50.316 INFO O| Dec 03 23:12:50.316 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98202024-12-03T23:12:51.197Z[ host-image] Dec 03 23:12:50.325 INFO O| Dec 03 23:12:50.325 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
98212024-12-03T23:12:51.197Z[ host-image] Dec 03 23:12:50.326 INFO O| Dec 03 23:12:50.326 INFO STEP 143 (remove_files) COMPLETE
98222024-12-03T23:12:51.197Z[ host-image] Dec 03 23:12:50.326 INFO O| Dec 03 23:12:50.326 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98232024-12-03T23:12:51.206Z[ host-image] Dec 03 23:12:50.335 INFO O| Dec 03 23:12:50.335 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
98242024-12-03T23:12:51.206Z[ host-image] Dec 03 23:12:50.335 INFO O| Dec 03 23:12:50.335 INFO STEP 144 (remove_files) COMPLETE
98252024-12-03T23:12:51.206Z[ host-image] Dec 03 23:12:50.335 INFO O| Dec 03 23:12:50.335 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98262024-12-03T23:12:51.214Z[ host-image] Dec 03 23:12:50.344 INFO O| Dec 03 23:12:50.344 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
98272024-12-03T23:12:51.217Z[ host-image] Dec 03 23:12:50.344 INFO O| Dec 03 23:12:50.344 INFO STEP 145 (remove_files) COMPLETE
98282024-12-03T23:12:51.217Z[ host-image] Dec 03 23:12:50.344 INFO O| Dec 03 23:12:50.344 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98292024-12-03T23:12:51.224Z[ host-image] Dec 03 23:12:50.353 INFO O| Dec 03 23:12:50.353 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
98302024-12-03T23:12:51.224Z[ host-image] Dec 03 23:12:50.353 INFO O| Dec 03 23:12:50.353 INFO STEP 146 (remove_files) COMPLETE
98312024-12-03T23:12:51.224Z[ host-image] Dec 03 23:12:50.353 INFO O| Dec 03 23:12:50.353 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98322024-12-03T23:12:51.233Z[ host-image] Dec 03 23:12:50.363 INFO O| Dec 03 23:12:50.362 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
98332024-12-03T23:12:51.233Z[ host-image] Dec 03 23:12:50.363 INFO O| Dec 03 23:12:50.363 INFO STEP 147 (remove_files) COMPLETE
98342024-12-03T23:12:51.233Z[ host-image] Dec 03 23:12:50.363 INFO O| Dec 03 23:12:50.363 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98352024-12-03T23:12:51.243Z[ host-image] Dec 03 23:12:50.372 INFO O| Dec 03 23:12:50.372 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
98362024-12-03T23:12:51.243Z[ host-image] Dec 03 23:12:50.372 INFO O| Dec 03 23:12:50.372 INFO STEP 148 (remove_files) COMPLETE
98372024-12-03T23:12:51.244Z[ host-image] Dec 03 23:12:50.372 INFO O| Dec 03 23:12:50.372 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98382024-12-03T23:12:51.251Z[ host-image] Dec 03 23:12:50.381 INFO O| Dec 03 23:12:50.381 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
98392024-12-03T23:12:51.255Z[ host-image] Dec 03 23:12:50.381 INFO O| Dec 03 23:12:50.381 INFO STEP 149 (remove_files) COMPLETE
98402024-12-03T23:12:51.255Z[ host-image] Dec 03 23:12:50.381 INFO O| Dec 03 23:12:50.381 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98412024-12-03T23:12:51.261Z[ host-image] Dec 03 23:12:50.390 INFO O| Dec 03 23:12:50.390 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
98422024-12-03T23:12:51.264Z[ host-image] Dec 03 23:12:50.390 INFO O| Dec 03 23:12:50.390 INFO STEP 150 (remove_files) COMPLETE
98432024-12-03T23:12:51.264Z[ host-image] Dec 03 23:12:50.390 INFO O| Dec 03 23:12:50.390 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98442024-12-03T23:12:51.270Z[ host-image] Dec 03 23:12:50.399 INFO O| Dec 03 23:12:50.399 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
98452024-12-03T23:12:51.270Z[ host-image] Dec 03 23:12:50.399 INFO O| Dec 03 23:12:50.399 INFO STEP 151 (remove_files) COMPLETE
98462024-12-03T23:12:51.272Z[ host-image] Dec 03 23:12:50.399 INFO O| Dec 03 23:12:50.399 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98472024-12-03T23:12:51.279Z[ host-image] Dec 03 23:12:50.409 INFO O| Dec 03 23:12:50.409 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
98482024-12-03T23:12:51.279Z[ host-image] Dec 03 23:12:50.409 INFO O| Dec 03 23:12:50.409 INFO STEP 152 (remove_files) COMPLETE
98492024-12-03T23:12:51.279Z[ host-image] Dec 03 23:12:50.409 INFO O| Dec 03 23:12:50.409 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98502024-12-03T23:12:51.288Z[ host-image] Dec 03 23:12:50.418 INFO O| Dec 03 23:12:50.418 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
98512024-12-03T23:12:51.291Z[ host-image] Dec 03 23:12:50.418 INFO O| Dec 03 23:12:50.418 INFO STEP 153 (remove_files) COMPLETE
98522024-12-03T23:12:51.291Z[ host-image] Dec 03 23:12:50.418 INFO O| Dec 03 23:12:50.418 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98532024-12-03T23:12:51.297Z[ host-image] Dec 03 23:12:50.427 INFO O| Dec 03 23:12:50.427 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
98542024-12-03T23:12:51.298Z[ host-image] Dec 03 23:12:50.427 INFO O| Dec 03 23:12:50.427 INFO STEP 154 (remove_files) COMPLETE
98552024-12-03T23:12:51.298Z[ host-image] Dec 03 23:12:50.427 INFO O| Dec 03 23:12:50.427 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98562024-12-03T23:12:51.308Z[ host-image] Dec 03 23:12:50.436 INFO O| Dec 03 23:12:50.436 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
98572024-12-03T23:12:51.308Z[ host-image] Dec 03 23:12:50.436 INFO O| Dec 03 23:12:50.436 INFO STEP 155 (remove_files) COMPLETE
98582024-12-03T23:12:51.311Z[ host-image] Dec 03 23:12:50.436 INFO O| Dec 03 23:12:50.436 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98592024-12-03T23:12:51.316Z[ host-image] Dec 03 23:12:50.446 INFO O| Dec 03 23:12:50.446 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
98602024-12-03T23:12:51.316Z[ host-image] Dec 03 23:12:50.446 INFO O| Dec 03 23:12:50.446 INFO STEP 156 (remove_files) COMPLETE
98612024-12-03T23:12:51.316Z[ host-image] Dec 03 23:12:50.446 INFO O| Dec 03 23:12:50.446 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98622024-12-03T23:12:51.325Z[ host-image] Dec 03 23:12:50.455 INFO O| Dec 03 23:12:50.455 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
98632024-12-03T23:12:51.325Z[ host-image] Dec 03 23:12:50.455 INFO O| Dec 03 23:12:50.455 INFO STEP 157 (remove_files) COMPLETE
98642024-12-03T23:12:51.328Z[ host-image] Dec 03 23:12:50.455 INFO O| Dec 03 23:12:50.455 INFO STEP 158: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
98652024-12-03T23:12:51.339Z[ host-image] Dec 03 23:12:50.469 INFO O| Dec 03 23:12:50.469 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
98662024-12-03T23:12:51.342Z[ host-image] Dec 03 23:12:50.469 INFO O| Dec 03 23:12:50.469 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"}
98672024-12-03T23:13:02.372Z[ host-image] Dec 03 23:13:01.500 INFO O| Dec 03 23:13:01.500 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
98682024-12-03T23:13:02.372Z[ host-image] Dec 03 23:13:01.500 INFO O| Dec 03 23:13:01.500 INFO E| svccfg: Loaded 74 smf(7) service descriptions
98692024-12-03T23:13:02.387Z[ host-image] Dec 03 23:13:01.515 INFO O| Dec 03 23:13:01.515 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1"}
98702024-12-03T23:13:02.465Z[ host-image] Dec 03 23:13:01.593 INFO O| Dec 03 23:13:01.592 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
98712024-12-03T23:13:02.467Z[ host-image] Dec 03 23:13:01.593 INFO O| Dec 03 23:13:01.593 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
98722024-12-03T23:13:02.467Z[ host-image] Dec 03 23:13:01.594 INFO O| Dec 03 23:13:01.594 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
98732024-12-03T23:13:02.467Z[ host-image] Dec 03 23:13:01.595 INFO O| Dec 03 23:13:01.594 INFO ok!
98742024-12-03T23:13:02.467Z[ host-image] Dec 03 23:13:01.595 INFO O| Dec 03 23:13:01.594 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
98752024-12-03T23:13:02.467Z[ host-image] Dec 03 23:13:01.595 INFO O| Dec 03 23:13:01.595 INFO STEP 158 (seed_smf) COMPLETE
98762024-12-03T23:13:02.467Z[ host-image] Dec 03 23:13:01.595 INFO O| Dec 03 23:13:01.595 INFO steps complete; finalising image!
98772024-12-03T23:13:02.467Z[ host-image] Dec 03 23:13:01.595 INFO O| Dec 03 23:13:01.595 INFO TRIM POOL: TEMPORARY-gimlet-zfs
98782024-12-03T23:13:02.603Z[ host-image] Dec 03 23:13:01.731 INFO O| Dec 03 23:13:01.731 INFO trim TEMPORARY-gimlet-zfs: (5% trimmed, started at Tue Dec 3 23:13:01 2024)
98792024-12-03T23:13:02.826Z[ host-image] Dec 03 23:13:01.954 INFO O| Dec 03 23:13:01.954 INFO temporary pool has 690M used, 142M avail, 1.81x compressratio
98802024-12-03T23:13:02.826Z[ host-image] Dec 03 23:13:01.954 INFO O| Dec 03 23:13:01.954 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
98812024-12-03T23:13:03.114Z[ host-image] Dec 03 23:13:02.242 INFO O| Dec 03 23:13:02.242 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
98822024-12-03T23:13:03.115Z[ host-image] Dec 03 23:13:02.242 INFO O| Dec 03 23:13:02.242 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
98832024-12-03T23:13:04.173Z[ host-image] Dec 03 23:13:03.300 INFO O| Dec 03 23:13:03.300 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
98842024-12-03T23:13:04.173Z[ host-image] Dec 03 23:13:03.300 INFO O| Dec 03 23:13:03.300 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
98852024-12-03T23:13:04.175Z[ host-image] Dec 03 23:13:03.300 INFO O| Dec 03 23:13:03.300 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
98862024-12-03T23:13:04.175Z[ host-image] Dec 03 23:13:03.300 INFO O| Dec 03 23:13:03.300 INFO completed processing gimlet/zfs
98872024-12-03T23:13:04.175Z[ host-image] Dec 03 23:13:03.300 INFO O| Dec 03 23:13:03.300 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
98882024-12-03T23:13:12.723Z[ host-image] Dec 03 23:13:11.849 INFO O| Dec 03 23:13:11.849 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
98892024-12-03T23:13:12.818Z[ host-image] Dec 03 23:13:11.944 INFO BUILD STRING "heads/stlouis-0-g4ebadf7190\n"
98902024-12-03T23:13:12.818Z[ host-image] Dec 03 23:13:11.944 INFO expanded image name: "ci bd515ff/${os_short_commit} 2024-12-03 22:40" -> "ci bd515ff/4ebadf7 2024-12-03 22:40"
98912024-12-03T23:13:12.821Z[ host-image] Dec 03 23:13:11.945 INFO output artefacts stored in: "/work/os-host"
98922024-12-03T23:13:12.821Z[ host-image] Dec 03 23:13:11.945 INFO collecting git info from project "pilot"...
98932024-12-03T23:13:12.824Z[ host-image] Dec 03 23:13:11.950 INFO collecting git info from project "chelsio-t6-roms"...
98942024-12-03T23:13:12.829Z[ host-image] Dec 03 23:13:11.955 INFO collecting git info from project "amd-firmware"...
98952024-12-03T23:13:12.837Z[ host-image] Dec 03 23:13:11.963 INFO collecting git info from project "amd-host-image-builder"...
98962024-12-03T23:13:12.851Z[ host-image] Dec 03 23:13:11.977 INFO collecting git info from project "phbl"...
98972024-12-03T23:13:12.855Z[ host-image] Dec 03 23:13:11.981 INFO collecting git info from project "bootserver"...
98982024-12-03T23:13:12.859Z[ host-image] Dec 03 23:13:11.985 INFO collecting git info from project "image-builder"...
98992024-12-03T23:13:12.863Z[ host-image] Dec 03 23:13:11.989 INFO collecting git info from project "pinprick"...
99002024-12-03T23:13:12.867Z[ host-image] Dec 03 23:13:11.993 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
99012024-12-03T23:13:13.222Z[ host-image] Dec 03 23:13:12.348 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
99022024-12-03T23:13:13.562Z[ host-image] Dec 03 23:13:12.687 INFO creating Oxide boot image...
99032024-12-03T23:13:13.562Z[ host-image] Dec 03 23:13:12.687 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci bd515ff/4ebadf7 2024-12-03 22:40", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
99042024-12-03T23:13:14.485Z[ host-image] Dec 03 23:13:13.610 INFO O| ok, image written!
99052024-12-03T23:13:14.485Z[ host-image] Dec 03 23:13:13.610 INFO O| ok, boot_image_csum file written!
99062024-12-03T23:13:14.488Z[ host-image] Dec 03 23:13:13.613 INFO creating boot archive (CPIO)...
99072024-12-03T23:13:14.488Z[ host-image] Dec 03 23:13:13.613 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
99082024-12-03T23:13:14.495Z[ host-image] Dec 03 23:13:13.621 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
99092024-12-03T23:13:14.495Z[ host-image] Dec 03 23:13:13.621 INFO E| + outfile=/work/os-host/cpio
99102024-12-03T23:13:14.497Z[ host-image] Dec 03 23:13:13.621 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
99112024-12-03T23:13:14.497Z[ host-image] Dec 03 23:13:13.623 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
99122024-12-03T23:13:14.500Z[ host-image] Dec 03 23:13:13.624 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
99132024-12-03T23:13:14.534Z[ host-image] Dec 03 23:13:13.660 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
99142024-12-03T23:13:14.534Z[ host-image] Dec 03 23:13:13.660 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
99152024-12-03T23:13:14.542Z[ host-image] Dec 03 23:13:13.668 INFO creating compressed cpio/unix for nanobl-rs...
99162024-12-03T23:13:14.542Z[ host-image] Dec 03 23:13:13.668 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
99172024-12-03T23:13:14.834Z[ host-image] Dec 03 23:13:13.959 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
99182024-12-03T23:13:19.175Z[ host-image] Dec 03 23:13:18.300 INFO creating reset image...
99192024-12-03T23:13:19.178Z[ host-image] Dec 03 23:13:18.300 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
99202024-12-03T23:13:19.269Z[ host-image] Dec 03 23:13:18.394 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
99212024-12-03T23:13:19.272Z[ host-image] Dec 03 23:13:18.395 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
99222024-12-03T23:13:19.326Z[ host-image] Dec 03 23:13:18.451 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
99232024-12-03T23:13:21.103Z[ host-image] Dec 03 23:13:20.228 INFO E| Finished `release` profile [optimized] target(s) in 1.82s
99242024-12-03T23:13:21.117Z[ host-image] Dec 03 23:13:20.240 INFO building host image...
99252024-12-03T23:13:21.119Z[ host-image] Dec 03 23:13:20.240 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")
99262024-12-03T23:13:21.602Z[ host-image] Dec 03 23:13:20.727 INFO finishing image archive at "/work/os-host/os.tar.gz"...
99272024-12-03T23:14:09.388Z[ host-image] Dec 03 23:14:08.505 INFO image complete! materials are in "/work/os-host"
99282024-12-03T23:14:09.392Z[ host-image]
99292024-12-03T23:14:09.392Z[ host-image] real 11:02.250119138
99302024-12-03T23:14:09.392Z[ host-image] user 5:18.704911310
99312024-12-03T23:14:09.392Z[ host-image] sys 53.072644516
99322024-12-03T23:14:09.392Z[ host-image] trap 0.167956008
99332024-12-03T23:14:09.392Z[ host-image] tflt 0.003443990
99342024-12-03T23:14:09.392Z[ host-image] dflt 0.056716793
99352024-12-03T23:14:09.392Z[ host-image] kflt 0.000003259
99362024-12-03T23:14:09.392Z[ host-image] lock 35.573001109
99372024-12-03T23:14:09.392Z[ host-image] slp 1:02:23.781772991
99382024-12-03T23:14:09.392Z[ host-image] lat 1:28.367423991
99392024-12-03T23:14:09.392Z[ host-image] stop 0.399134596
99402024-12-03T23:14:09.395ZDec 03 23:14:08.509 INFO [host-image] process exited with exit status: 0 (662.265651034s)
99412024-12-03T23:14:09.395ZDec 03 23:14:08.509 INFO [tuf-repo] running task
99422024-12-03T23:14:17.429ZDec 03 23:14:16.545 INFO assembling repository in `/tmp/tufaceous2S54yF`, component: OmicronRepoAssembler
99432024-12-03T23:14:37.274ZDec 03 23:14:36.385 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
99442024-12-03T23:14:37.487ZDec 03 23:14:36.600 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
99452024-12-03T23:14:50.358ZDec 03 23:14:49.469 INFO [tuf-repo] task succeeded (40.95970649s)
99462024-12-03T23:14:50.358ZDec 03 23:14:49.469 INFO all jobs completed in 2034.50809688s
99472024-12-03T23:14:51.005Zprocess exited: duration 2702244 ms, exit code 0
 
99482024-12-03T23:14:51.019Zfound 33 output files
99492024-12-03T23:14:51.019Zuploading: /work/manifest.toml (8404 bytes)
99502024-12-03T23:14:52.063Zuploaded: /work/manifest.toml
99512024-12-03T23:14:52.077Zuploading: /work/repo.zip (1963424710 bytes)
99522024-12-03T23:15:35.038Zuploaded: /work/repo.zip
99532024-12-03T23:15:35.038Zuploading: /work/repo.zip.sha256.txt (65 bytes)
99542024-12-03T23:15:36.094Zuploaded: /work/repo.zip.sha256.txt
99552024-12-03T23:15:36.096Zuploading: /work/helios-setup.log (66237 bytes)
99562024-12-03T23:15:37.108Zuploaded: /work/helios-setup.log
99572024-12-03T23:15:37.111Zuploading: /work/host-image.log (197280 bytes)
99582024-12-03T23:15:38.134Zuploaded: /work/host-image.log
99592024-12-03T23:15:38.136Zuploading: /work/host-package.log (22562 bytes)
99602024-12-03T23:15:39.144Zuploaded: /work/host-package.log
99612024-12-03T23:15:39.147Zuploading: /work/host-target.log (101 bytes)
99622024-12-03T23:15:40.152Zuploaded: /work/host-target.log
99632024-12-03T23:15:40.155Zuploading: /work/omicron-package.log (5666 bytes)
99642024-12-03T23:15:41.161Zuploaded: /work/omicron-package.log
99652024-12-03T23:15:41.164Zuploading: /work/phbl-toolchain.log (881 bytes)
99662024-12-03T23:15:42.169Zuploaded: /work/phbl-toolchain.log
99672024-12-03T23:15:42.172Zuploading: /work/recovery-image.log (591837 bytes)
99682024-12-03T23:15:43.205Zuploaded: /work/recovery-image.log
99692024-12-03T23:15:43.209Zuploading: /work/recovery-package.log (321 bytes)
99702024-12-03T23:15:44.215Zuploaded: /work/recovery-package.log
99712024-12-03T23:15:44.215Zuploading: /work/recovery-target.log (98 bytes)
99722024-12-03T23:15:45.222Zuploaded: /work/recovery-target.log
99732024-12-03T23:15:45.222Zuploading: /work/stamp-clickhouse.log (117 bytes)
99742024-12-03T23:15:46.230Zuploaded: /work/stamp-clickhouse.log
99752024-12-03T23:15:46.233Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
99762024-12-03T23:15:47.238Zuploaded: /work/stamp-clickhouse_keeper.log
99772024-12-03T23:15:47.242Zuploading: /work/stamp-cockroachdb.log (118 bytes)
99782024-12-03T23:15:48.253Zuploaded: /work/stamp-cockroachdb.log
99792024-12-03T23:15:48.256Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
99802024-12-03T23:15:49.262Zuploaded: /work/stamp-crucible-dtrace.log
99812024-12-03T23:15:49.264Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
99822024-12-03T23:15:50.271Zuploaded: /work/stamp-crucible-pantry-zone.log
99832024-12-03T23:15:50.271Zuploading: /work/stamp-crucible-zone.log (120 bytes)
99842024-12-03T23:15:51.279Zuploaded: /work/stamp-crucible-zone.log
99852024-12-03T23:15:51.282Zuploading: /work/stamp-external-dns.log (119 bytes)
99862024-12-03T23:15:52.289Zuploaded: /work/stamp-external-dns.log
99872024-12-03T23:15:52.291Zuploading: /work/stamp-installinator.log (103 bytes)
99882024-12-03T23:15:53.312Zuploaded: /work/stamp-installinator.log
99892024-12-03T23:15:53.314Zuploading: /work/stamp-internal-dns.log (119 bytes)
99902024-12-03T23:15:54.320Zuploaded: /work/stamp-internal-dns.log
99912024-12-03T23:15:54.320Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
99922024-12-03T23:15:55.328Zuploaded: /work/stamp-mg-ddm-gz.log
99932024-12-03T23:15:55.331Zuploading: /work/stamp-nexus.log (112 bytes)
99942024-12-03T23:15:56.336Zuploaded: /work/stamp-nexus.log
99952024-12-03T23:15:56.336Zuploading: /work/stamp-ntp.log (110 bytes)
99962024-12-03T23:15:57.345Zuploaded: /work/stamp-ntp.log
99972024-12-03T23:15:57.347Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
99982024-12-03T23:15:58.352Zuploaded: /work/stamp-omicron-sled-agent.log
99992024-12-03T23:15:58.352Zuploading: /work/stamp-overlay.log (66 bytes)
100002024-12-03T23:15:59.362Zuploaded: /work/stamp-overlay.log
100012024-12-03T23:15:59.362Zuploading: /work/stamp-oximeter.log (115 bytes)
100022024-12-03T23:16:00.370Zuploaded: /work/stamp-oximeter.log
100032024-12-03T23:16:00.370Zuploading: /work/stamp-oxlog.log (109 bytes)
100042024-12-03T23:16:01.378Zuploaded: /work/stamp-oxlog.log
100052024-12-03T23:16:01.378Zuploading: /work/stamp-probe.log (112 bytes)
100062024-12-03T23:16:02.750Zuploaded: /work/stamp-probe.log
100072024-12-03T23:16:02.750Zuploading: /work/stamp-propolis-server.log (122 bytes)
100082024-12-03T23:16:03.772Zuploaded: /work/stamp-propolis-server.log
100092024-12-03T23:16:03.772Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
100102024-12-03T23:16:04.782Zuploaded: /work/stamp-pumpkind-gz.log
100112024-12-03T23:16:04.784Zuploading: /work/stamp-switch-asic.log (118 bytes)
100122024-12-03T23:16:05.791Zuploaded: /work/stamp-switch-asic.log
100132024-12-03T23:16:05.791Zuploading: /work/verify-libraries.log (4271 bytes)
100142024-12-03T23:16:06.798Zuploaded: /work/verify-libraries.log